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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(50% - 200px);
}

.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%;
  aspect-ratio: 1 / 1;
}

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

.un-image,
.un-image[data-zoomable] {
  display: flex;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  background-color: #62626237;
}

figure:has(.slideshow-container) {
  margin: 0;
  padding: 0;
}

.un-image img,
.un-image video {
  width: 100%;
  height: 100%;
  max-height: 500px;
  object-fit: contain;
}

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

.button-link {
  display: block;
  text-align: center;
  background-color: #e11229;
  color: #fff !important;
  text-decoration: none !important;
  padding: 15px;
  border-radius: 10px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  transition: 0.3s ease;
  animation: blink 4s linear infinite;
}

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

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

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

.button-link:hover {
  background-color: #007fff;
}

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

.reg-v4__content {
  position: relative;
  max-width: 645px;
  margin: 0 auto;
  padding-top: 16px;
  padding-bottom: 8px;
  padding-left: 85px;
}

.reg-v4__content::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 66px;
  width: 1px;
  height: 82%;
  background-color: #d9303b;
}

.reg-v4__user {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-left: -39px;
  margin-bottom: 11px;
}

.reg-v4__avatar {
  position: relative;
  width: 39px;
  height: 39px;
  margin-right: 9px;
}

.reg-v4__avatar > img {
  width: 100%;
  height: 100%;
  border: 1px solid #d9303b;
  border-radius: 50%;
  object-fit: cover;
}

.reg-v4__user p {
  margin: 0;
  font-size: 18px !important;
}

.reg-v4__content .reg-v4__title {
  width: fit-content;
  margin-bottom: 15px;
  padding: 9px 10px;
  font-weight: 700;
  font-family: var(--article--fonts-tertiary);
  font-size: 1.375rem;
  line-height: 1.5;
  text-transform: uppercase;
  hyphens: auto;
  background-color: #fedc6b;
}

.reg-v4__content > ul {
  margin: 0 auto 25px;
  padding: 0;
  font: inherit;
  text-align: left;
  list-style: none;
}

.reg-v4__content > ul li {
  position: relative;
  margin: 8px 0;
  padding-left: 12px;
}

.reg-v4__content > ul li:last-child {
  margin-top: 20px;
}

.reg-v4__content > ul li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: -24px;
  width: 11px;
  height: 11px;
  background-color: #d9303b;
  border-radius: 50%;
}

.reg-v4__content li a {
  color: #e11229 !important;
  transition: 0.3s ease;
}

.reg-v4__content li a:hover {
  color: #007fff !important;
}

.reg-v4__text {
  font-size: 17px;
}

.reg-v4 .button-link {
  display: block;
  margin: 0 auto;
  font-weight: 700;
}

.reg-v4 .button-link:hover {
  color: #ffffff;
}

@media (max-width: 767px) {
  .reg-v4__content {
    padding-bottom: 20px;
    padding-left: 38px;
  }

  .reg-v4__content::before {
    left: 19px;
    height: 80%;
  }
}

#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;
}
.wrapper-amedia-user amedia-user {
  max-width: 1660px;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  .wrapper-amedia-user {
    padding: 0 10px;
  }
}
@media screen and (max-width: 532px) {
  .wrapper-amedia-user amedia-username a:first-child {
    margin-left: -23px;
  }
}
/* Leserbrev specific */
@media screen and (max-width: 500px) {
  body#Leserbrev #page-wrap #page-header .na-logo-header {
    font-size: 24px;
  }
}

.na-logo {
  height: 60px;
  width: 60%;
}

@media screen and (max-width: 500px) {
  .na-logo {
    height: 40px;
    width: 60%;
  }
}

.na-logo img {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 500px) {
  body#Leserbrev #page-wrap #page-header .nav-wrap {
    top: 1px;
  }
}
/* Wrapper */
@media screen and (min-width: 1100px) {
  #page-header {
    padding: 0 60px;
  }
}
@media screen and (max-width: 1099px) {
  #page-header {
    padding: 0 10px;
  }
}

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

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

#page-header .miniheader {
  position: fixed;
  margin: initial;
  top: -80px;
  left: 0;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  padding: 16px 0;
  z-index: 9999999;
  opacity: 0;
  box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.15);
  transition:
    top 0.2s ease-in-out,
    opacity 0.2s ease-in-out;
}
#page-header .miniheader h1 {
  font-size: 28px;
}
#page-header .miniheader h1 a {
  font-size: 1em;
}
#page-header .miniheader .nav-wrap {
  top: 3px;
}
#page-header .miniheader .logo-nav-wrap {
  max-width: 1660px;
  margin: 0 auto;
  padding: 0;
  top: 0;
}
#page-header .miniheader.nav-down {
  top: 0;
  opacity: 1;
}
@media only screen and (max-width: 600px) {
  #page-header .miniheader.nav-down .menu-content.active-menu {
    overflow: auto;
    max-height: calc(100vh - 60px);
  }
}
#page-header .miniheader.nav-up {
  top: -80px;
}

#page-header .miniheader .na-logo {
  padding-bottom: 4px !important;
  padding-top: 4px !important;
}

#page-header .miniheader .logo-nav-wrapper {
  min-height: 30px;
}

#page-header .logo-nav-wrapper {
  min-height: 50px;
}

#page-header .miniheader.nav-up .menu-content.active-menu {
  pointer-events: none;
}
#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 div a {
  flex: 0 0 auto;
  min-width: 0;
}

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

#page-header h1 a:last-child:not(:only-child),
#page-header .miniheader h1 a:last-child:not(:only-child) {
  display: none;
}
#page-header .logo-nav-wrap[id="Pluss"] h1 a:last-child:not(:only-child),
#page-header .logo-nav-wrap[id="Nyheter"] h1 a:last-child:not(:only-child),
#page-header .logo-nav-wrap[id="Sport"] h1 a:last-child:not(:only-child),
#page-header .logo-nav-wrap[id*="konomi"] h1 a:last-child:not(:only-child),
#page-header .logo-nav-wrap[id="Livsstil"] h1 a:last-child:not(:only-child),
#page-header .logo-nav-wrap[id="Sportspill"] h1 a:last-child:not(:only-child),
#page-header
  .logo-nav-wrap[id="Overgangsrykter"]
  h1
  a:last-child:not(:only-child),
#page-header .logo-nav-wrap[id="Nyhetsstudio"] h1 a:last-child:not(:only-child),
#page-header .logo-nav-wrap[id*="debatt"] h1 a:last-child:not(:only-child) {
  display: inline;
}

#page-header div a:first-child,
#page-header div a:last-child {
  color: #000;
}
#page-header .logo-nav-wrap[id*="konomi"] h1 a:last-child {
  color: #0027e8;
}
#page-header #Nyheter h1 a:last-child,
#page-header #Nyheter div.na-logo-header a:last-child,
#page-header .logo-nav-wrap[id*="debatt"] h1 a:last-child {
  color: #fe003d;
}
#page-header #Sport h1 a:last-child {
  color: #096;
}
#page-header #Sportspill h1 a:last-child {
  color: #096;
}
#page-header #Overgangsrykter h1 a:last-child {
  color: #096;
}
#page-header #Livsstil h1 a:last-child {
  color: #8615cc;
}
#page-header h1 a:first-child:hover,
#page-header div.na-logo-header a:first-child:hover {
  color: rgba(0, 0, 0, 0.7);
}
#page-header .logo-nav-wrap[id*="konomi"] h1 a:last-child:hover {
  color: rgba(0, 39, 232, 0.7);
}
#page-header #Nyheter h1 a:last-child:hover,
#page-header #Nyheter div.na-logo-header a:last-child:hover,
#page-header .logo-nav-wrap[id="Norsk debatt"] h1 a:last-child:hover {
  color: rgba(254, 0, 61, 0.7);
}
#page-header #Sport h1 a:last-child:hover {
  color: rgba(0, 153, 102, 0.7);
}
#page-header #Sportspill h1 a:last-child:hover {
  color: rgba(0, 153, 102, 0.7);
}
#page-header #Overgangsrykter h1 a:last-child:hover {
  color: rgba(0, 153, 102, 0.7);
}
#page-header #Livsstil h1 a:last-child:hover {
  color: rgba(134, 21, 204, 0.7);
}
#page-header .na-logo-header a {
  font-size: 1.413em;
}
#page-header div a {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
#page-header div 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;
}
#page-header .logo-nav-wrap[id*="konomi"] .nav li:nth-child(2) a {
  color: #000;
}
#page-header .logo-nav-wrap[id="Sport"] .nav li:nth-child(3) a {
  color: #000;
}
#page-header .logo-nav-wrap[id="Livsstil"] .nav li:nth-child(4) a {
  color: #000;
}

@media only screen and (max-width: 1660px) {
  #page-header .miniheader .logo-nav-wrap {
    padding: 0 60px;
  }
}
@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: 768px) {
  #page-header.nav-down {
    margin-left: 0;
    margin-right: 0;
  }
  #page-header.nav-down .logo-nav-wrap {
    padding: 0 20px;
    margin-left: 0;
  }
  #page-header.nav-down #global-menu {
    left: 0;
  }
  #page-header .miniheader .logo-nav-wrap {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 600px) {
  #page-header {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  #page-header .nav-wrap #global-menu button {
    font-size: 0.938em;
  }
}
@media only screen and (max-width: 460px) {
  #page-header .na-logo-header a {
    font-size: 0.96em;
  }

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

  #page-header .logo-nav-wrap[id*="debatt"] h1 a:last-child:not(:only-child) {
    font-size: 6.5vw;
    font-size: clamp(1.0625rem, 6.5vw, 1.875rem);
  }
}

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

  #page-header .menu-content.active-menu {
    top: -25px;
  }
}
.global-menu button {
  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 .global-menu button[aria-expanded="true"] {
  color: #fff;
}
.global-menu button:focus {
  outline: auto;
}
@media only screen and (max-width: 870px) {
  #page-header .global-menu button {
    font-size: 0.9em;
  }
}
#page-header .menu-content {
  position: absolute;
  z-index: 10000;
  top: -60px;
  right: 0;
  width: 550px;
  background-color: #000;
  padding: 25px 35px 45px;
  opacity: 0;
  pointer-events: none;
  transition:
    top 0.2s cubic-bezier(0.17, 0.04, 0.03, 0.94),
    opacity 0.2s linear;
}
#page-header .menu-content.active-menu {
  pointer-events: initial;
  top: -25px;
  opacity: 1;
}
#page-header .menu-content a,
.menu-content button {
  color: #fff;
}
#page-header .menu-content .tip-link {
  color: #ffcc14;
  font-size: 1em;
}
#page-header .menu-content button {
  float: right;
  clear: both;
}
#page-header .menu-content .navlist {
  font-size: 1.5em;
  margin-top: 50px;
}
#page-header .menu-content .navlist > li {
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}
#page-header .menu-content .navlist > li::before {
  content: "●";
}
#page-header .menu-content .navlist > li.global-menu-item-red {
  color: #fe003d;
}
#page-header .menu-content .navlist > li.global-menu-item-blue {
  color: #0027e8;
}
#page-header .menu-content .navlist > li.global-menu-item-green {
  color: #096;
}
#page-header .menu-content .navlist > li.global-menu-item-purple {
  color: #8615cc;
}
#page-header .menu-content .navlist > li.global-menu-item-white {
  color: #fafafa;
}
#page-header .menu-content .navlist > li button {
  color: #999;
  font-size: 0.75em;
  padding: 15px;
  margin: -15px;
}
#page-header .menu-content .section-nav {
  margin: 15px 0 0 50px;
  overflow: hidden;
  transition:
    max-height 0.2s linear,
    opacity 0.3s linear;
  height: auto;
  max-height: 0;
  opacity: 0;
}
#page-header .menu-content .section-nav.active-submenu {
  max-height: 200px;
  opacity: 1;
}
#page-header .menu-content .section-nav li {
  font-size: 0.75em;
  margin-top: 8px;
  line-height: 1.3;
}
#page-header .menu-content .section-nav li:last-child {
  margin-bottom: 20px;
}
#page-header .menu-content .cross-section-nav {
  margin: 25px 0 0 5px;
}
#page-header .menu-content .cross-section-nav li {
  font-size: 1.25em;
  margin-top: 10px;
}
#page-header .menu-content .commercial-menu-wrap {
  margin: 45px 0 0 5px;
}
#page-header .menu-content .commercial-menu-wrap span {
  color: #999;
  font-size: 1em;
}
#page-header .menu-content .commercial-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
#page-header .menu-content .commercial-menu li {
  font-size: 0.8em;
  flex: 1 33%;
  margin-bottom: 10px;
}
#page-header .menu-content .commercial-menu li a {
  color: #999;
  font-size: 1.25em;
}
@media only screen and (max-width: 460px) {
  #page-header .menu-content .commercial-menu li,
  #page-header .menu-content .commercial-menu li:last-child {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 1200px) {
  #page-header .menu-content {
    width: 500px;
    padding: 25px 30px 40px;
  }
  #page-header .menu-content .navlist {
    font-size: 1.5em;
    margin-top: 40px;
  }
  #page-header .menu-content .section-nav {
    margin-left: 45px;
  }
  #page-header .menu-content .section-nav li {
    font-size: 0.7em;
    margin-top: 6px;
  }
  #page-header .menu-content .cross-section-nav li {
    font-size: 1.2em;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 960px) {
  #page-header .menu-content {
    width: 450px;
    padding: 20px 25px 35px;
  }
  #page-header .menu-content .navlist {
    font-size: 1.3em;
    margin-top: 30px;
  }
  #page-header .menu-content .section-nav {
    margin-left: 38px;
  }
  #page-header .menu-content .section-nav li {
    font-size: 0.8em;
  }
  #page-header .menu-content .cross-section-nav li {
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 600px) {
  #page-header .menu-content {
    width: 100vw;
    padding: 20px 20px 30px;
    margin-right: -10px;
  }
  #page-header .menu-content .navlist {
    margin-top: 30px;
  }
  #page-header .menu-content .navlist > li button {
    margin: -15px;
  }
  #page-header .menu-content .cross-section-nav li {
    font-size: 1.1em;
  }
}

.sportspill-menu-container {
  max-width: 980px;
  margin: 20px auto 20px;
}

@media screen and (max-width: 1000px) {
  .sportspill-menu-container {
    margin: 10px 10px 20px;
  }
}

#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-tip-us {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  padding-bottom: 30px;
}

#footer .footer-tip-us span {
  font-size: 30px;
  font-size: 1.875em;
  display: block;
  margin-bottom: 8px;
}

#footer .footer-tip-us a {
  font-size: 14px;
  font-size: 0.875em;
  display: inline-block;
  padding-left: 22px;
  margin-right: 15px;
  margin-left: 8px;
  line-height: 2;
}

#footer .footer-tip-us a:nth-of-type(1) {
  background: transparent url("/img/phone.svg") center left no-repeat;
}

#footer .footer-tip-us a:nth-of-type(2) {
  background: transparent url("/img/email.svg") center left no-repeat;
}

#footer .footer-contact {
  margin-top: 60px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}

#footer .footer-contact > div {
  flex: 0 0 33%;
}

#footer .footer-contact li {
  margin-bottom: 20px;
}

#footer .footer-contact div:first-child span {
  font-size: 18px;
  font-size: 1.125em;
  margin-bottom: 15px;
  display: block;
}

#footer .footer-contact div:first-child a {
  font-size: 30px;
  font-size: 1.875em;
}

#footer .footer-contact div:nth-child(2) span,
#footer .footer-contact div:nth-child(2) a {
  font-size: 18px;
  font-size: 1.125em;
}

#footer .footer-contact div:last-child span,
#footer .footer-contact div:last-child a {
  font-size: 18px;
  font-size: 1.125em;
}

#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: 1024px) {
  #footer .footer-contact > div {
    flex-basis: auto;
    margin-right: auto;
    margin-left: auto;
  }

  #footer .footer-contact div:first-child {
    margin-left: 0;
  }

  #footer .footer-contact div:first-child a {
    font-size: 18px;
    font-size: 1.125em;
  }
}

@media only screen and (max-width: 860px) {
  #footer .footer-contact div:first-child li,
  #footer .footer-contact div:first-child span,
  #footer .footer-contact div:first-child a,
  #footer .footer-contact div:nth-child(2) li,
  #footer .footer-contact div:nth-child(2) span,
  #footer .footer-contact div:nth-child(2) a,
  #footer .footer-contact div:last-child li,
  #footer .footer-contact div:last-child span,
  #footer .footer-contact div:last-child a {
    font-size: 16px;
    font-size: 1em;
  }
}

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

  #footer .footer-contact div:first-child {
    flex-basis: 100%;
    margin-bottom: 10px;
  }

  #footer .footer-contact div:first-child span {
    display: inline-block;
    margin-right: 6px;
  }

  #footer .footer-contact div:nth-child(2),
  #footer .footer-contact div:last-child {
    flex-basis: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }

  #footer .footer-contact div:nth-child(2) li,
  #footer .footer-contact div:last-child li {
    display: inline-block;
    margin-right: 15px;
  }
}

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

body {
  margin-block-start: 0;
}
div.maelstrom-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}

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

@supports (font-size: clamp(1.625rem, 2.3vw, 2.4375rem)) {
}
.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;
  }
}
@supports (font-size: clamp(1.625rem, 2.3vw, 2.4375rem)) {
}
.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-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);
}
@supports (font-size: clamp(1.625rem, 2.3vw, 2.4375rem)) {
}
@supports (font-size: clamp(1.625rem, 2.3vw, 2.4375rem)) {
}
@supports (font-size: clamp(1.625rem, 2.3vw, 2.4375rem)) {
}
@supports (font-size: clamp(1.625rem, 2.3vw, 2.4375rem)) {
}
@supports (font-size: clamp(1.625rem, 2.3vw, 2.4375rem)) {
}
@supports (font-size: clamp(1.625rem, 2.3vw, 2.4375rem)) {
}

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

.themeNettavisen {
  --brick-colors-accesibilityFocusOutline: rgb(49, 111, 209);
  --brick-colors-baseBg: rgb(245, 245, 245);
  --brick-colors-baseDivider: rgb(89, 89, 89);
  --brick-colors-baseFg: rgb(0, 0, 0);
  --brick-colors-baseInvertedBg: rgb(0, 0, 0);
  --brick-colors-baseInvertedDivider: rgb(153, 153, 153);
  --brick-colors-baseInvertedFg: rgb(255, 255, 255);
  --brick-colors-baseInvertedSubtleBg: rgb(84, 84, 255);
  --brick-colors-baseInvertedSubtleFg: rgb(153, 153, 153);
  --brick-colors-baseNeutral00: rgb(255, 255, 255);
  --brick-colors-baseNeutral100: rgb(238, 238, 238);
  --brick-colors-baseNeutral200: rgb(207, 207, 207);
  --brick-colors-baseNeutral300: rgb(176, 176, 176);
  --brick-colors-baseNeutral400: rgb(148, 148, 148);
  --brick-colors-baseNeutral50: rgb(250, 250, 250);
  --brick-colors-baseNeutral500: rgb(132, 132, 132);
  --brick-colors-baseNeutral600: rgb(117, 117, 117);
  --brick-colors-baseNeutral700: rgb(86, 86, 86);
  --brick-colors-baseNeutral800: rgb(59, 59, 59);
  --brick-colors-baseNeutral900: rgb(0, 0, 0);
  --brick-colors-baseSubtleBg: rgb(255, 255, 255);
  --brick-colors-baseSubtleFg: rgb(112, 112, 112);
  --brick-colors-buttonOutlinedActiveBg: rgb(227, 227, 227);
  --brick-colors-buttonOutlinedBg: rgb(255, 255, 255);
  --brick-colors-buttonOutlinedBorder: rgb(0, 0, 0);
  --brick-colors-buttonOutlinedFg: rgb(0, 0, 0);
  --brick-colors-buttonOutlinedHoverBg: rgb(247, 247, 247);
  --brick-colors-buttonOutlinedHoverBorder: rgb(51, 51, 51);
  --brick-colors-buttonPrimaryActiveBg: rgb(227, 227, 227);
  --brick-colors-buttonPrimaryBg: rgb(255, 255, 255);
  --brick-colors-buttonPrimaryBorder: rgb(0, 0, 0);
  --brick-colors-buttonPrimaryFg: rgb(0, 0, 0);
  --brick-colors-buttonPrimaryHoverBg: rgb(247, 247, 247);
  --brick-colors-buttonPrimaryHoverBorder: rgb(51, 51, 51);
  --brick-colors-buttonSecondaryActiveBg: rgb(204, 204, 204);
  --brick-colors-buttonSecondaryBg: rgb(222, 222, 222);
  --brick-colors-buttonSecondaryBorder: rgb(141, 141, 141);
  --brick-colors-buttonSecondaryFg: rgb(41, 40, 39);
  --brick-colors-buttonSecondaryHoverBg: rgb(216, 216, 216);
  --brick-colors-buttonSecondaryHoverBorder: rgb(128, 128, 128);
  --brick-colors-buttonSignalActiveBg: rgb(250, 196, 0);
  --brick-colors-buttonSignalBg: rgb(255, 204, 20);
  --brick-colors-buttonSignalBorder: rgba(0, 0, 0, 0);
  --brick-colors-buttonSignalFg: rgb(0, 0, 0);
  --brick-colors-buttonSignalHoverBg: rgb(255, 200, 0);
  --brick-colors-buttonSignalHoverBorder: rgba(0, 0, 0, 0);
  --brick-colors-buttonTertiaryActiveBg: rgb(204, 204, 204);
  --brick-colors-buttonTertiaryBg: rgb(18, 18, 18);
  --brick-colors-buttonTertiaryBorder: rgba(141, 141, 141, 0);
  --brick-colors-buttonTertiaryFg: rgb(41, 40, 39);
  --brick-colors-buttonTertiaryHoverBg: rgb(216, 216, 216);
  --brick-colors-buttonTertiaryHoverBorder: rgba(128, 128, 128, 0);
  --brick-colors-colorScaleBlack1: #000000;
  --brick-colors-colorScaleBlack10: #191919;
  --brick-colors-colorScaleBlack11: #999999;
  --brick-colors-colorScaleBlack12: #ffffff;
  --brick-colors-colorScaleBlack2: #323030;
  --brick-colors-colorScaleBlack3: #000000;
  --brick-colors-colorScaleBlack4: #333333;
  --brick-colors-colorScaleBlack5: #292827;
  --brick-colors-colorScaleBlack6: #999999;
  --brick-colors-colorScaleBlack7: #ffffff;
  --brick-colors-colorScaleBlack8: #cccccc;
  --brick-colors-colorScaleBlack9: #000000;
  --brick-colors-colorScaleNeutralGray900: #000000;
  --brick-colors-colorScaleWhite1: #ffffff;
  --brick-colors-colorScaleWhite10: #f7f7f7;
  --brick-colors-colorScaleWhite11: #595959;
  --brick-colors-colorScaleWhite12: #000000;
  --brick-colors-colorScaleWhite2: #ffffff;
  --brick-colors-colorScaleWhite3: #ffffff;
  --brick-colors-colorScaleWhite4: #f7f7f7;
  --brick-colors-colorScaleWhite5: #e3e3e3;
  --brick-colors-colorScaleWhite6: #aeaeae;
  --brick-colors-colorScaleWhite7: #000000;
  --brick-colors-colorScaleWhite8: #333333;
  --brick-colors-colorScaleWhite9: #ffffff;
  --brick-colors-electoralPartiesAPrimaryBg: rgb(224, 18, 32);
  --brick-colors-electoralPartiesAPrimaryFg: rgb(255, 255, 255);
  --brick-colors-electoralPartiesASecondaryBg: rgb(250, 221, 224);
  --brick-colors-electoralPartiesASecondaryFg: rgb(169, 6, 23);
  --brick-colors-electoralPartiesFrpPrimaryBg: rgb(0, 79, 128);
  --brick-colors-electoralPartiesFrpPrimaryFg: rgb(255, 255, 255);
  --brick-colors-electoralPartiesFrpSecondaryBg: rgb(230, 241, 252);
  --brick-colors-electoralPartiesFrpSecondaryFg: rgb(0, 108, 169);
  --brick-colors-electoralPartiesHPrimaryBg: rgb(0, 101, 241);
  --brick-colors-electoralPartiesHPrimaryFg: rgb(255, 255, 255);
  --brick-colors-electoralPartiesHSecondaryBg: rgb(225, 247, 254);
  --brick-colors-electoralPartiesHSecondaryFg: rgb(0, 116, 155);
  --brick-colors-electoralPartiesKrfPrimaryBg: rgb(255, 193, 7);
  --brick-colors-electoralPartiesKrfPrimaryFg: rgb(255, 255, 255);
  --brick-colors-electoralPartiesKrfSecondaryBg: rgb(255, 248, 229);
  --brick-colors-electoralPartiesKrfSecondaryFg: rgb(144, 103, 11);
  --brick-colors-electoralPartiesMdgPrimaryBg: rgb(78, 126, 0);
  --brick-colors-electoralPartiesMdgPrimaryFg: rgb(255, 255, 255);
  --brick-colors-electoralPartiesMdgSecondaryBg: rgb(232, 243, 225);
  --brick-colors-electoralPartiesMdgSecondaryFg: rgb(93, 123, 16);
  --brick-colors-electoralPartiesOther10PrimaryBg: rgb(98, 98, 98);
  --brick-colors-electoralPartiesOther10PrimaryFg: rgb(255, 255, 255);
  --brick-colors-electoralPartiesOther10SecondaryBg: rgb(225, 225, 225);
  --brick-colors-electoralPartiesOther10SecondaryFg: rgb(83, 83, 83);
  --brick-colors-electoralPartiesOther11PrimaryBg: rgb(109, 82, 93);
  --brick-colors-electoralPartiesOther11PrimaryFg: rgb(255, 255, 255);
  --brick-colors-electoralPartiesOther11SecondaryBg: rgb(235, 228, 232);
  --brick-colors-electoralPartiesOther11SecondaryFg: rgb(109, 82, 93);
  --brick-colors-electoralPartiesOther12PrimaryBg: rgb(98, 93, 82);
  --brick-colors-electoralPartiesOther12PrimaryFg: rgb(255, 255, 255);
  --brick-colors-electoralPartiesOther12SecondaryBg: rgb(232, 230, 225);
  --brick-colors-electoralPartiesOther12SecondaryFg: rgb(98, 93, 82);
  --brick-colors-electoralPartiesOther13PrimaryBg: rgb(103, 79, 58);
  --brick-colors-electoralPartiesOther13PrimaryFg: rgb(255, 255, 255);
  --brick-colors-electoralPartiesOther13SecondaryBg: rgb(236, 225, 217);
  --brick-colors-electoralPartiesOther13SecondaryFg: rgb(103, 79, 58);
  --brick-colors-electoralPartiesOther14PrimaryBg: rgb(103, 98, 119);
  --brick-colors-electoralPartiesOther14PrimaryFg: rgb(255, 255, 255);
  --brick-colors-electoralPartiesOther14SecondaryBg: rgb(233, 230, 236);
  --brick-colors-electoralPartiesOther14SecondaryFg: rgb(85, 86, 107);
  --brick-colors-electoralPartiesOther15PrimaryBg: rgb(115, 115, 115);
  --brick-colors-electoralPartiesOther15PrimaryFg: rgb(255, 255, 255);
  --brick-colors-electoralPartiesOther15SecondaryBg: rgb(231, 227, 227);
  --brick-colors-electoralPartiesOther15SecondaryFg: rgb(101, 93, 93);
  --brick-colors-electoralPartiesOther1PrimaryBg: rgb(97, 98, 103);
  --brick-colors-electoralPartiesOther1PrimaryFg: rgb(255, 255, 255);
  --brick-colors-electoralPartiesOther1SecondaryBg: rgb(220, 220, 220);
  --brick-colors-electoralPartiesOther1SecondaryFg: rgb(92, 93, 98);
  --brick-colors-electoralPartiesOther2PrimaryBg: rgb(82, 97, 98);
  --brick-colors-electoralPartiesOther2PrimaryFg: rgb(255, 255, 255);
  --brick-colors-electoralPartiesOther2SecondaryBg: rgb(225, 232, 229);
  --brick-colors-electoralPartiesOther2SecondaryFg: rgb(82, 97, 98);
  --brick-colors-electoralPartiesOther3PrimaryBg: rgb(82, 91, 109);
  --brick-colors-electoralPartiesOther3PrimaryFg: rgb(255, 255, 255);
  --brick-colors-electoralPartiesOther3SecondaryBg: rgb(228, 230, 235);
  --brick-colors-electoralPartiesOther3SecondaryFg: rgb(82, 91, 109);
  --brick-colors-electoralPartiesOther4PrimaryBg: rgb(112, 116, 92);
  --brick-colors-electoralPartiesOther4PrimaryFg: rgb(255, 255, 255);
  --brick-colors-electoralPartiesOther4SecondaryBg: rgb(234, 235, 228);
  --brick-colors-electoralPartiesOther4SecondaryFg: rgb(100, 102, 89);
  --brick-colors-electoralPartiesOther5PrimaryBg: rgb(98, 82, 82);
  --brick-colors-electoralPartiesOther5PrimaryFg: rgb(255, 255, 255);
  --brick-colors-electoralPartiesOther5SecondaryBg: rgb(232, 225, 225);
  --brick-colors-electoralPartiesOther5SecondaryFg: rgb(98, 82, 82);
  --brick-colors-electoralPartiesOther6PrimaryBg: rgb(113, 106, 138);
  --brick-colors-electoralPartiesOther6PrimaryFg: rgb(255, 255, 255);
  --brick-colors-electoralPartiesOther6SecondaryBg: rgb(228, 223, 228);
  --brick-colors-electoralPartiesOther6SecondaryFg: rgb(107, 94, 113);
  --brick-colors-electoralPartiesOther7PrimaryBg: rgb(108, 95, 59);
  --brick-colors-electoralPartiesOther7PrimaryFg: rgb(255, 255, 255);
  --brick-colors-electoralPartiesOther7SecondaryBg: rgb(239, 239, 231);
  --brick-colors-electoralPartiesOther7SecondaryFg: rgb(108, 95, 59);
  --brick-colors-electoralPartiesOther8PrimaryBg: rgb(82, 96, 109);
  --brick-colors-electoralPartiesOther8PrimaryFg: rgb(255, 255, 255);
  --brick-colors-electoralPartiesOther8SecondaryBg: rgb(228, 231, 235);
  --brick-colors-electoralPartiesOther8SecondaryFg: rgb(82, 96, 109);
  --brick-colors-electoralPartiesOther9PrimaryBg: rgb(89, 109, 129);
  --brick-colors-electoralPartiesOther9PrimaryFg: rgb(255, 255, 255);
  --brick-colors-electoralPartiesOther9SecondaryBg: rgb(227, 237, 239);
  --brick-colors-electoralPartiesOther9SecondaryFg: rgb(91, 102, 111);
  --brick-colors-electoralPartiesRodtPrimaryBg: rgb(183, 28, 28);
  --brick-colors-electoralPartiesRodtPrimaryFg: rgb(255, 255, 255);
  --brick-colors-electoralPartiesRodtSecondaryBg: rgb(250, 226, 221);
  --brick-colors-electoralPartiesRodtSecondaryFg: rgb(149, 45, 0);
  --brick-colors-electoralPartiesSpPrimaryBg: rgb(120, 190, 33);
  --brick-colors-electoralPartiesSpPrimaryFg: rgb(255, 255, 255);
  --brick-colors-electoralPartiesSpSecondaryBg: rgb(246, 251, 231);
  --brick-colors-electoralPartiesSpSecondaryFg: rgb(93, 123, 16);
  --brick-colors-electoralPartiesSvPrimaryBg: rgb(235, 64, 64);
  --brick-colors-electoralPartiesSvPrimaryFg: rgb(255, 255, 255);
  --brick-colors-electoralPartiesSvSecondaryBg: rgb(253, 234, 249);
  --brick-colors-electoralPartiesSvSecondaryFg: rgb(157, 15, 130);
  --brick-colors-electoralPartiesVPrimaryBg: rgb(0, 102, 102);
  --brick-colors-electoralPartiesVPrimaryFg: rgb(255, 255, 255);
  --brick-colors-electoralPartiesVSecondaryBg: rgb(230, 250, 244);
  --brick-colors-electoralPartiesVSecondaryFg: rgb(12, 114, 85);
  --brick-colors-leverBaseBg: rgb(245, 245, 245);
  --brick-colors-leverBaseFg: rgb(0, 0, 0);
  --brick-colors-leverBaseInvertedBg: rgb(0, 0, 0);
  --brick-colors-leverBaseSubtleFg: #707070;
  --brick-colors-leverBettingBg: rgb(10, 128, 89);
  --brick-colors-leverBettingBreaking: #ffffff;
  --brick-colors-leverBettingFg: rgb(255, 255, 255);
  --brick-colors-leverBettingSubtleFg: #ffffff;
  --brick-colors-leverBlackBg: rgb(0, 0, 0);
  --brick-colors-leverBlackBreaking: #ffffff;
  --brick-colors-leverBlackDivider: rgb(255, 255, 255);
  --brick-colors-leverBlackFg: rgb(255, 255, 255);
  --brick-colors-leverBlackSubtleFg: #ffffff;
  --brick-colors-leverCommercialBg: rgb(255, 255, 255);
  --brick-colors-leverCustomOneBg: rgb(235, 0, 55);
  --brick-colors-leverCustomOneBreaking: #ffffff;
  --brick-colors-leverCustomOneDivider: rgb(255, 255, 255);
  --brick-colors-leverCustomOneFg: rgb(255, 255, 255);
  --brick-colors-leverCustomOneSubtleFg: #ffffff;
  --brick-colors-leverCustomTwoBg: rgb(255, 204, 20);
  --brick-colors-leverCustomTwoBreaking: #000000;
  --brick-colors-leverCustomTwoDivider: rgb(0, 0, 0);
  --brick-colors-leverCustomTwoFg: rgb(0, 0, 0);
  --brick-colors-leverCustomTwoSubtleFg: #000000;
  --brick-colors-leverHighlightBg: rgb(0, 0, 0);
  --brick-colors-leverHighlightBreaking: #ffcc14;
  --brick-colors-leverHighlightDivider: rgb(255, 204, 20);
  --brick-colors-leverHighlightFg: rgb(255, 204, 20);
  --brick-colors-leverHighlightSubtleFg: #ffcc14;
  --brick-colors-leverNoneBg: rgba(255, 255, 255, 0);
  --brick-colors-leverNoneBreaking: #000000;
  --brick-colors-leverNoneDivider: rgb(0, 0, 0);
  --brick-colors-leverNoneFg: rgb(0, 0, 0);
  --brick-colors-leverNoneSubtleFg: #000000;
  --brick-colors-leverSportBg: rgb(10, 128, 89);
  --brick-colors-leverSportBreaking: #ffffff;
  --brick-colors-leverSportFg: rgb(255, 255, 255);
  --brick-colors-leverSportSubtleFg: #ffffff;
  --brick-colors-pillAltFilledBg: rgb(255, 112, 51);
  --brick-colors-pillAltFilledFg: rgb(0, 0, 0);
  --brick-colors-pillBettingBreakingFg: rgb(255, 255, 255);
  --brick-colors-pillBettingDivider: rgba(255, 255, 255, 0.3);
  --brick-colors-pillBettingFg: rgb(255, 255, 255);
  --brick-colors-pillBettingFilledBg: rgb(10, 128, 89);
  --brick-colors-pillBettingFilledBreakingBg: rgb(10, 128, 89);
  --brick-colors-pillBettingFilledBreakingFg: rgb(255, 255, 255);
  --brick-colors-pillBettingFilledDivider: rgba(255, 255, 255, 0.3);
  --brick-colors-pillBettingFilledFg: rgb(255, 255, 255);
  --brick-colors-pillBettingFilledPulseBg: rgb(255, 255, 255);
  --brick-colors-pillBettingFilledPulseEndBg: rgba(255, 255, 255, 0);
  --brick-colors-pillBettingFilledPulseStartBg: rgba(255, 255, 255, 0.7);
  --brick-colors-pillBettingPulseBg: rgb(255, 255, 255);
  --brick-colors-pillBettingPulseEndBg: rgba(255, 255, 255, 0);
  --brick-colors-pillBettingPulseStartBg: rgba(255, 255, 255, 0.7);
  --brick-colors-pillBlackBreakingFg: rgb(255, 255, 255);
  --brick-colors-pillBlackDivider: rgb(255, 255, 255);
  --brick-colors-pillBlackFg: rgb(255, 255, 255);
  --brick-colors-pillBlackFilledBg: rgb(0, 0, 0);
  --brick-colors-pillBlackFilledBreakingBg: rgb(0, 0, 0);
  --brick-colors-pillBlackFilledBreakingFg: rgb(255, 255, 255);
  --brick-colors-pillBlackFilledDivider: rgb(255, 255, 255);
  --brick-colors-pillBlackFilledFg: rgb(255, 255, 255);
  --brick-colors-pillBlackFilledPulseBg: rgb(255, 255, 255);
  --brick-colors-pillBlackFilledPulseEndBg: rgba(255, 255, 255, 0);
  --brick-colors-pillBlackFilledPulseStartBg: rgba(255, 255, 255, 0);
  --brick-colors-pillBlackPulseBg: rgb(255, 255, 255);
  --brick-colors-pillBlackPulseEndBg: rgba(255, 255, 255, 0);
  --brick-colors-pillBlackPulseStartBg: rgba(255, 255, 255, 0);
  --brick-colors-pillCommercialBreakingFg: rgb(2, 120, 170);
  --brick-colors-pillCommercialDivider: rgba(2, 120, 170, 0.5);
  --brick-colors-pillCommercialFg: rgb(2, 120, 170);
  --brick-colors-pillCommercialFilledBg: rgb(2, 120, 170);
  --brick-colors-pillCommercialFilledBreakingBg: rgb(2, 120, 170);
  --brick-colors-pillCommercialFilledBreakingFg: rgb(255, 255, 255);
  --brick-colors-pillCommercialFilledDivider: rgba(255, 255, 255, 0.5);
  --brick-colors-pillCommercialFilledFg: rgb(255, 255, 255);
  --brick-colors-pillCommercialFilledPulseBg: rgb(255, 255, 255);
  --brick-colors-pillCommercialFilledPulseEndBg: rgba(255, 255, 255, 0);
  --brick-colors-pillCommercialFilledPulseStartBg: rgba(255, 255, 255, 0);
  --brick-colors-pillCommercialPulseBg: rgb(2, 120, 170);
  --brick-colors-pillCommercialPulseEndBg: rgba(2, 120, 170, 0);
  --brick-colors-pillCommercialPulseStartBg: rgba(2, 120, 170, 0);
  --brick-colors-pillCustomOneBreakingFg: rgb(255, 255, 255);
  --brick-colors-pillCustomOneDivider: rgb(255, 255, 255);
  --brick-colors-pillCustomOneFg: rgb(255, 255, 255);
  --brick-colors-pillCustomOneFilledBg: rgb(235, 0, 55);
  --brick-colors-pillCustomOneFilledBreakingBg: rgb(235, 0, 55);
  --brick-colors-pillCustomOneFilledBreakingFg: rgb(255, 255, 255);
  --brick-colors-pillCustomOneFilledDivider: rgb(255, 255, 255);
  --brick-colors-pillCustomOneFilledFg: rgb(255, 255, 255);
  --brick-colors-pillCustomOneFilledPulseBg: rgb(255, 255, 255);
  --brick-colors-pillCustomOneFilledPulseEndBg: rgba(255, 255, 255, 0);
  --brick-colors-pillCustomOneFilledPulseStartBg: rgba(255, 255, 255, 0);
  --brick-colors-pillCustomOnePulseBg: rgb(255, 255, 255);
  --brick-colors-pillCustomOnePulseEndBg: rgba(255, 255, 255, 0);
  --brick-colors-pillCustomOnePulseStartBg: rgba(255, 255, 255, 0);
  --brick-colors-pillCustomTwoBreakingFg: rgb(0, 0, 0);
  --brick-colors-pillCustomTwoDivider: rgb(0, 0, 0);
  --brick-colors-pillCustomTwoFg: rgb(0, 0, 0);
  --brick-colors-pillCustomTwoFilledBg: rgb(255, 204, 20);
  --brick-colors-pillCustomTwoFilledBreakingBg: rgb(255, 204, 20);
  --brick-colors-pillCustomTwoFilledBreakingFg: rgb(0, 0, 0);
  --brick-colors-pillCustomTwoFilledDivider: rgb(0, 0, 0);
  --brick-colors-pillCustomTwoFilledFg: rgb(0, 0, 0);
  --brick-colors-pillCustomTwoFilledPulseBg: rgb(0, 0, 0);
  --brick-colors-pillCustomTwoFilledPulseEndBg: rgba(0, 0, 0, 0);
  --brick-colors-pillCustomTwoFilledPulseStartBg: rgba(0, 0, 0, 0);
  --brick-colors-pillCustomTwoPulseBg: rgb(0, 0, 0);
  --brick-colors-pillCustomTwoPulseEndBg: rgba(0, 0, 0, 0);
  --brick-colors-pillCustomTwoPulseStartBg: rgba(0, 0, 0, 0);
  --brick-colors-pillHighlightBreakingFg: rgb(255, 204, 20);
  --brick-colors-pillHighlightDivider: rgb(255, 204, 20);
  --brick-colors-pillHighlightFg: rgb(255, 204, 20);
  --brick-colors-pillHighlightFilledBg: rgb(255, 204, 20);
  --brick-colors-pillHighlightFilledBreakingBg: rgb(255, 204, 20);
  --brick-colors-pillHighlightFilledBreakingFg: rgb(0, 0, 0);
  --brick-colors-pillHighlightFilledDivider: rgb(0, 0, 0);
  --brick-colors-pillHighlightFilledFg: rgb(0, 0, 0);
  --brick-colors-pillHighlightFilledPulseBg: rgb(0, 0, 0);
  --brick-colors-pillHighlightFilledPulseEndBg: rgba(0, 0, 0, 0);
  --brick-colors-pillHighlightFilledPulseStartBg: rgba(0, 0, 0, 0);
  --brick-colors-pillHighlightPulseBg: rgb(255, 204, 20);
  --brick-colors-pillHighlightPulseEndBg: rgba(255, 204, 20, 0);
  --brick-colors-pillHighlightPulseStartBg: rgba(255, 204, 20, 0);
  --brick-colors-pillNoneBreakingFg: rgb(0, 0, 0);
  --brick-colors-pillNoneDivider: rgb(0, 0, 0);
  --brick-colors-pillNoneFg: rgb(0, 0, 0);
  --brick-colors-pillNoneFilledBg: rgb(255, 255, 255);
  --brick-colors-pillNoneFilledBreakingBg: rgb(255, 255, 255);
  --brick-colors-pillNoneFilledBreakingFg: rgb(0, 0, 0);
  --brick-colors-pillNoneFilledDivider: rgb(0, 0, 0);
  --brick-colors-pillNoneFilledFg: rgb(0, 0, 0);
  --brick-colors-pillNoneFilledPulseBg: rgb(0, 0, 0);
  --brick-colors-pillNoneFilledPulseEndBg: rgba(0, 0, 0, 0);
  --brick-colors-pillNoneFilledPulseStartBg: rgba(0, 0, 0, 0);
  --brick-colors-pillNonePulseBg: rgb(0, 0, 0);
  --brick-colors-pillNonePulseEndBg: rgba(0, 0, 0, 0);
  --brick-colors-pillNonePulseStartBg: rgba(0, 0, 0, 0);
  --brick-colors-pillOpinionFilledBg: rgb(30, 127, 110);
  --brick-colors-pillOpinionFilledBreakingBg: rgb(30, 127, 110);
  --brick-colors-pillOpinionFilledBreakingFg: rgb(255, 255, 255);
  --brick-colors-pillOpinionFilledFg: rgb(255, 255, 255);
  --brick-colors-pillOpinionFilledPulseBg: rgb(255, 255, 255);
  --brick-colors-pillOpinionFilledPulseEndBg: rgba(255, 255, 255, 0);
  --brick-colors-pillOpinionFilledPulseStartBg: rgba(255, 255, 255, 0.7);
  --brick-colors-pillShoppingBreakingFg: rgb(2, 120, 170);
  --brick-colors-pillShoppingDivider: rgba(2, 120, 170, 0.5);
  --brick-colors-pillShoppingFg: rgb(2, 120, 170);
  --brick-colors-pillShoppingFilledBg: rgb(2, 120, 170);
  --brick-colors-pillShoppingFilledBreakingBg: rgb(2, 120, 170);
  --brick-colors-pillShoppingFilledBreakingFg: rgb(255, 255, 255);
  --brick-colors-pillShoppingFilledDivider: rgba(255, 255, 255, 0.5);
  --brick-colors-pillShoppingFilledFg: rgb(255, 255, 255);
  --brick-colors-pillShoppingFilledPulseBg: rgb(255, 255, 255);
  --brick-colors-pillShoppingFilledPulseEndBg: rgba(255, 255, 255, 0);
  --brick-colors-pillShoppingFilledPulseStartBg: rgba(255, 255, 255, 0);
  --brick-colors-pillShoppingPulseBg: rgb(2, 120, 170);
  --brick-colors-pillShoppingPulseEndBg: rgba(2, 120, 170, 0);
  --brick-colors-pillShoppingPulseStartBg: rgba(2, 120, 170, 0);
  --brick-colors-pillSportBreakingFg: rgb(255, 255, 255);
  --brick-colors-pillSportDivider: rgba(255, 255, 255, 0.3);
  --brick-colors-pillSportFg: rgb(255, 255, 255);
  --brick-colors-pillSportFilledBg: rgb(10, 128, 89);
  --brick-colors-pillSportFilledBreakingBg: rgb(10, 128, 89);
  --brick-colors-pillSportFilledBreakingFg: rgb(255, 255, 255);
  --brick-colors-pillSportFilledDivider: rgba(255, 255, 255, 0.3);
  --brick-colors-pillSportFilledFg: rgb(255, 255, 255);
  --brick-colors-pillSportFilledPulseBg: rgb(255, 255, 255);
  --brick-colors-pillSportFilledPulseEndBg: rgba(255, 255, 255, 0);
  --brick-colors-pillSportFilledPulseStartBg: rgba(255, 255, 255, 0.7);
  --brick-colors-pillSportPulseBg: rgb(255, 255, 255);
  --brick-colors-pillSportPulseEndBg: rgba(255, 255, 255, 0);
  --brick-colors-pillSportPulseStartBg: rgba(255, 255, 255, 0.7);
  --brick-colors-premiumIconBg: rgba(0, 0, 0, 0.65);
  --brick-colors-premiumIconFg: rgb(255, 255, 255);
  --brick-colors-supportiveAltBg: rgb(255, 112, 51);
  --brick-colors-supportiveAltFg: rgb(18, 18, 18);
  --brick-colors-supportiveBlackBg: rgb(0, 0, 0);
  --brick-colors-supportiveBlackBreakingBg: rgb(255, 204, 20);
  --brick-colors-supportiveBlackBreakingFg: rgb(0, 0, 0);
  --brick-colors-supportiveBlackDivider: rgba(255, 255, 255, 0.7);
  --brick-colors-supportiveBlackFg: rgb(255, 255, 255);
  --brick-colors-supportiveBlackPulseEndBg: rgba(0, 0, 0, 0);
  --brick-colors-supportiveBlackPulseStartBg: rgba(0, 0, 0, 0.7);
  --brick-colors-supportiveBlackSubtleFg: rgb(255, 255, 255);
  --brick-colors-supportiveBlueBg: rgba(255, 255, 255, 0);
  --brick-colors-supportiveBlueFg: rgb(0, 0, 0);
  --brick-colors-supportiveBlueLightBg: rgba(255, 255, 255, 0);
  --brick-colors-supportiveBlueLightFg: rgb(0, 0, 0);
  --brick-colors-supportiveBlueLightSubtleFg: rgb(0, 0, 0);
  --brick-colors-supportiveBlueSubtleFg: rgb(0, 0, 0);
  --brick-colors-supportiveBrownBg: rgba(255, 255, 255, 0);
  --brick-colors-supportiveBrownFg: rgb(0, 0, 0);
  --brick-colors-supportiveBrownSubtleFg: rgb(0, 0, 0);
  --brick-colors-supportiveCinnamonBg: rgba(255, 255, 255, 0);
  --brick-colors-supportiveCinnamonFg: rgb(0, 0, 0);
  --brick-colors-supportiveCinnamonSubtleFg: rgb(0, 0, 0);
  --brick-colors-supportiveCommercialBg: rgb(165, 219, 255);
  --brick-colors-supportiveCommercialFg: rgb(0, 0, 0);
  --brick-colors-supportiveCultureBg: rgba(255, 255, 255, 0);
  --brick-colors-supportiveCultureFg: rgb(0, 0, 0);
  --brick-colors-supportiveCultureSubtleFg: rgb(0, 0, 0);
  --brick-colors-supportiveCustomOneBg: rgb(235, 0, 55);
  --brick-colors-supportiveCustomOneBreakingBg: rgb(235, 0, 55);
  --brick-colors-supportiveCustomOneBreakingFg: rgb(255, 255, 255);
  --brick-colors-supportiveCustomOneDivider: rgba(255, 255, 255, 0.8);
  --brick-colors-supportiveCustomOneFg: rgb(255, 255, 255);
  --brick-colors-supportiveCustomOnePulseEndBg: rgba(255, 255, 255, 0);
  --brick-colors-supportiveCustomOnePulseStartBg: rgba(255, 255, 255, 0.7);
  --brick-colors-supportiveCustomOneSubtleFg: rgb(255, 255, 255);
  --brick-colors-supportiveCustomTwoBg: rgb(255, 204, 20);
  --brick-colors-supportiveCustomTwoBreakingBg: rgb(255, 204, 20);
  --brick-colors-supportiveCustomTwoBreakingFg: rgb(0, 0, 0);
  --brick-colors-supportiveCustomTwoDivider: rgba(255, 204, 20, 0.8);
  --brick-colors-supportiveCustomTwoFg: rgb(0, 0, 0);
  --brick-colors-supportiveCustomTwoPulseEndBg: rgba(0, 0, 0, 0);
  --brick-colors-supportiveCustomTwoPulseStartBg: rgba(0, 0, 0, 0.7);
  --brick-colors-supportiveCustomTwoSubtleFg: rgb(0, 0, 0);
  --brick-colors-supportiveEconomyBg: rgb(0, 39, 232);
  --brick-colors-supportiveEconomyFg: rgb(255, 255, 255);
  --brick-colors-supportiveEconomySubtleFg: rgb(255, 255, 255);
  --brick-colors-supportiveFinanceBg: rgb(0, 39, 232);
  --brick-colors-supportiveFinanceFg: rgb(255, 255, 255);
  --brick-colors-supportiveFinanceSubtleFg: rgb(0, 0, 0);
  --brick-colors-supportiveGoldBg: rgba(255, 255, 255, 0);
  --brick-colors-supportiveGoldFg: rgb(0, 0, 0);
  --brick-colors-supportiveGoldSubtleFg: rgb(0, 0, 0);
  --brick-colors-supportiveGrayBg: rgba(255, 255, 255, 0);
  --brick-colors-supportiveGrayDarkBg: rgba(255, 255, 255, 0);
  --brick-colors-supportiveGrayDarkFg: rgb(0, 0, 0);
  --brick-colors-supportiveGrayDarkSubtleFg: rgb(0, 0, 0);
  --brick-colors-supportiveGrayFg: rgb(0, 0, 0);
  --brick-colors-supportiveGraySubtleFg: rgb(0, 0, 0);
  --brick-colors-supportiveGreenBg: rgba(255, 255, 255, 0);
  --brick-colors-supportiveGreenFg: rgb(0, 0, 0);
  --brick-colors-supportiveGreenLightBg: rgba(255, 255, 255, 0);
  --brick-colors-supportiveGreenLightFg: rgb(0, 0, 0);
  --brick-colors-supportiveGreenLightSubtleFg: rgb(0, 0, 0);
  --brick-colors-supportiveGreenSubtleFg: rgb(0, 0, 0);
  --brick-colors-supportiveHealthBg: rgba(255, 255, 255, 0);
  --brick-colors-supportiveHealthFg: rgb(0, 0, 0);
  --brick-colors-supportiveHealthSubtleFg: rgb(0, 0, 0);
  --brick-colors-supportiveHighlightBg: rgb(0, 0, 0);
  --brick-colors-supportiveHighlightDivider: rgba(255, 204, 20, 0.7);
  --brick-colors-supportiveHighlightFg: rgb(255, 204, 20);
  --brick-colors-supportiveHighlightSubtleFg: rgb(255, 204, 20);
  --brick-colors-supportiveLifestyleBg: rgb(134, 21, 204);
  --brick-colors-supportiveLifestyleFg: rgb(255, 255, 255);
  --brick-colors-supportiveLifestyleSubtleFg: rgb(255, 255, 255);
  --brick-colors-supportiveNatureBg: rgba(255, 255, 255, 0);
  --brick-colors-supportiveNatureFg: rgb(0, 0, 0);
  --brick-colors-supportiveNatureSubtleFg: rgb(0, 0, 0);
  --brick-colors-supportiveNewsBg: rgb(235, 0, 55);
  --brick-colors-supportiveNewsFg: rgb(255, 255, 255);
  --brick-colors-supportiveNewsSubtleFg: rgb(255, 255, 255);
  --brick-colors-supportiveNoneBg: rgba(255, 255, 255, 0);
  --brick-colors-supportiveNoneBreakingBg: rgb(255, 204, 20);
  --brick-colors-supportiveNoneBreakingFg: rgb(0, 0, 0);
  --brick-colors-supportiveNoneDivider: rgb(0, 0, 0);
  --brick-colors-supportiveNoneFg: rgb(0, 0, 0);
  --brick-colors-supportiveNonePulseBg: rgb(0, 0, 0);
  --brick-colors-supportiveNonePulseEndBg: rgba(0, 0, 0, 0);
  --brick-colors-supportiveNoneSubtleFg: rgb(0, 0, 0);
  --brick-colors-supportiveOpinionBg: rgb(235, 0, 55);
  --brick-colors-supportiveOpinionFg: rgb(255, 255, 255);
  --brick-colors-supportiveOpinionSubtleFg: rgb(255, 255, 255);
  --brick-colors-supportivePurpleBg: rgba(255, 255, 255, 0);
  --brick-colors-supportivePurpleFg: rgb(0, 0, 0);
  --brick-colors-supportivePurpleSubtleFg: rgb(0, 0, 0);
  --brick-colors-supportiveRedBg: rgba(255, 255, 255, 0);
  --brick-colors-supportiveRedDarkBg: rgba(255, 255, 255, 0);
  --brick-colors-supportiveRedDarkFg: rgb(0, 0, 0);
  --brick-colors-supportiveRedDarkSubtleFg: rgb(0, 0, 0);
  --brick-colors-supportiveRedFg: rgb(0, 0, 0);
  --brick-colors-supportiveRedLightBg: rgba(255, 255, 255, 0);
  --brick-colors-supportiveRedLightFg: rgb(0, 0, 0);
  --brick-colors-supportiveRedLightSubtleFg: rgb(0, 0, 0);
  --brick-colors-supportiveRedSubtleFg: rgb(0, 0, 0);
  --brick-colors-supportiveSportBg: rgb(10, 128, 89);
  --brick-colors-supportiveSportDivider: rgba(255, 255, 255, 0.3);
  --brick-colors-supportiveSportFg: rgb(255, 255, 255);
  --brick-colors-supportiveSportSubtleFg: rgb(255, 255, 255);
  --brick-colors-supportiveYellowBg: rgb(0, 0, 0);
  --brick-colors-supportiveYellowDivider: rgb(255, 204, 20);
  --brick-colors-supportiveYellowFg: rgb(255, 204, 20);
  --brick-colors-supportiveYellowSubtleFg: rgb(255, 204, 20);
  --brick-colors-teaserBg: rgba(0, 0, 0, 0);
  --brick-colors-teaserBlackBreakingBg: rgb(0, 0, 0);
  --brick-colors-teaserBlackBreakingFg: rgb(255, 204, 20);
  --brick-colors-teaserBlackBreakingSubtleFg: rgb(255, 204, 20);
  --brick-colors-teaserFooterBlackBg: rgb(0, 0, 0);
  --brick-colors-teaserFooterCustomOneBg: rgb(229, 229, 229);
  --brick-colors-teaserFooterCustomTwoBg: rgb(229, 229, 229);
  --brick-colors-teaserFooterHighlightBg: rgb(0, 0, 0);
  --brick-colors-teaserFooterNoneBg: rgb(229, 229, 229);
  --brick-colors-teaserNoImageBg: rgb(229, 229, 229);
  --brick-colors-utilityDangerActiveBg: rgb(237, 194, 194);
  --brick-colors-utilityDangerBg: rgb(237, 205, 205);
  --brick-colors-utilityDangerBorder: rgb(197, 80, 80);
  --brick-colors-utilityDangerDivider: rgb(205, 120, 120);
  --brick-colors-utilityDangerFg: rgb(52, 23, 23);
  --brick-colors-utilityDangerHoverBg: rgb(238, 200, 200);
  --brick-colors-utilityDangerHoverBorder: rgb(172, 57, 57);
  --brick-colors-utilityDangerSubtleBg: rgb(251, 234, 234);
  --brick-colors-utilityDangerSubtleFg: rgb(173, 17, 17);
  --brick-colors-utilityInteractionActiveBg: rgb(176, 204, 232);
  --brick-colors-utilityInteractionBg: rgb(202, 222, 242);
  --brick-colors-utilityInteractionBorder: rgb(49, 111, 209);
  --brick-colors-utilityInteractionDivider: rgb(131, 174, 218);
  --brick-colors-utilityInteractionFg: rgb(25, 44, 62);
  --brick-colors-utilityInteractionFocusOutline: rgb(49, 111, 209);
  --brick-colors-utilityInteractionHoverBg: rgb(192, 216, 240);
  --brick-colors-utilityInteractionHoverBorder: rgb(45, 105, 200);
  --brick-colors-utilityInteractionSubtleBg: rgb(235, 243, 252);
  --brick-colors-utilityInteractionSubtleFg: rgb(9, 107, 202);
  --brick-colors-utilityPrimaryActiveBg: rgb(41, 40, 39);
  --brick-colors-utilityPrimaryBg: rgb(0, 0, 0);
  --brick-colors-utilityPrimaryBorder: rgb(255, 255, 255);
  --brick-colors-utilityPrimaryDivider: rgb(153, 153, 153);
  --brick-colors-utilityPrimaryFg: rgb(255, 255, 255);
  --brick-colors-utilityPrimaryHoverBg: rgb(51, 51, 51);
  --brick-colors-utilityPrimaryHoverBorder: rgb(204, 204, 204);
  --brick-colors-utilityPrimarySubtleBg: rgb(50, 48, 48);
  --brick-colors-utilityPrimarySubtleFg: rgb(153, 153, 153);
  --brick-colors-utilitySecondaryActiveBg: rgb(204, 204, 204);
  --brick-colors-utilitySecondaryBg: rgb(222, 222, 222);
  --brick-colors-utilitySecondaryBorder: rgb(141, 141, 141);
  --brick-colors-utilitySecondaryDivider: rgb(174, 174, 174);
  --brick-colors-utilitySecondaryFg: rgb(41, 40, 39);
  --brick-colors-utilitySecondaryHoverBg: rgb(216, 216, 216);
  --brick-colors-utilitySecondaryHoverBorder: rgb(128, 128, 128);
  --brick-colors-utilitySecondarySubtleBg: rgb(243, 243, 243);
  --brick-colors-utilitySecondarySubtleFg: rgb(96, 96, 96);
  --brick-colors-utilitySignalActiveBg: rgb(41, 40, 39);
  --brick-colors-utilitySignalBg: rgb(0, 0, 0);
  --brick-colors-utilitySignalBorder: rgb(255, 255, 255);
  --brick-colors-utilitySignalDivider: rgb(153, 153, 153);
  --brick-colors-utilitySignalFg: rgb(255, 255, 255);
  --brick-colors-utilitySignalHoverBg: rgb(51, 51, 51);
  --brick-colors-utilitySignalHoverBorder: rgb(204, 204, 204);
  --brick-colors-utilitySignalSubtleBg: rgb(50, 48, 48);
  --brick-colors-utilitySignalSubtleFg: rgb(153, 153, 153);
  --brick-colors-utilitySuccessActiveBg: rgb(147, 214, 147);
  --brick-colors-utilitySuccessBg: rgb(185, 225, 185);
  --brick-colors-utilitySuccessBorder: rgb(52, 148, 72);
  --brick-colors-utilitySuccessDivider: rgb(120, 195, 122);
  --brick-colors-utilitySuccessFg: rgb(25, 51, 26);
  --brick-colors-utilitySuccessHoverBg: rgb(173, 224, 173);
  --brick-colors-utilitySuccessHoverBorder: rgb(42, 128, 60);
  --brick-colors-utilitySuccessSubtleBg: rgb(232, 247, 232);
  --brick-colors-utilitySuccessSubtleFg: rgb(31, 119, 49);
  --brick-colors-utilityWarningActiveBg: rgb(232, 212, 176);
  --brick-colors-utilityWarningBg: rgb(242, 228, 202);
  --brick-colors-utilityWarningBorder: rgb(202, 161, 85);
  --brick-colors-utilityWarningDivider: rgb(218, 187, 131);
  --brick-colors-utilityWarningFg: rgb(65, 54, 32);
  --brick-colors-utilityWarningHoverBg: rgb(240, 223, 192);
  --brick-colors-utilityWarningHoverBorder: rgb(220, 169, 75);
  --brick-colors-utilityWarningSubtleBg: rgb(252, 246, 235);
  --brick-colors-utilityWarningSubtleFg: rgb(202, 136, 7);
  --brick-colors-valgomatBg: rgb(248, 248, 248);
  --brick-colors-valgomatBorder: rgb(224, 224, 224);
  --brick-colors-valgomatDivider: rgb(233, 233, 233);
  --brick-colors-valgomatFg: rgb(48, 65, 56);
  --brick-colors-vizMapDangerHigh: rgb(196, 16, 18);
  --brick-colors-vizMapDangerMid: rgb(255, 204, 20);
  --brick-colors-vizMapDangerMidHigh: rgb(210, 105, 30);
  --brick-colors-vizMapDangerNone: rgb(174, 173, 173);
  --brick-colors-vizMapTempHigh: rgb(196, 16, 18);
  --brick-colors-vizMapTempLow: rgb(161, 201, 227);
  --brick-colors-vizMapTempMid: rgb(255, 204, 20);
  --brick-colors-vizMapTempMidHigh: rgb(210, 105, 30);
  --brick-colors-vizMapTempMidLow: rgb(200, 237, 175);
  --brick-fonts-baseTitlepieceM: "FaktorTittel", Helvetica, Arial, sans-serif;
  --brick-fonts-baseTitlepieceL: "FaktorTittel", Helvetica, Arial, sans-serif;
  --brick-fonts-baseIngressM: "FaktorTittel", Helvetica, Arial, sans-serif;
  --brick-fonts-baseIngressL: "FaktorTittel", Helvetica, Arial, sans-serif;
  --brick-fonts-baseHeadlineXs: "FaktorSans", Helvetica, Arial, sans-serif;
  --brick-fonts-baseHeadlineS: "FaktorSans", Helvetica, Arial, sans-serif;
  --brick-fonts-baseHeadlineM: "FaktorSans", Helvetica, Arial, sans-serif;
  --brick-fonts-baseHeadlineL: "FaktorTittel", Helvetica, Arial, sans-serif;
  --brick-fonts-baseSubheadS: "FaktorSans", Helvetica, Arial, sans-serif;
  --brick-fonts-baseSubheadM: "FaktorSans", Helvetica, Arial, sans-serif;
  --brick-fonts-baseBodyS: "FaktorSerif", Helvetica, Arial, sans-serif;
  --brick-fonts-baseBodyM: "FaktorSerif", Helvetica, Arial, sans-serif;
  --brick-fonts-baseCaptionS: "FaktorSans", Helvetica, Arial, sans-serif;
  --brick-fonts-baseCaptionM: "FaktorSans", Helvetica, Arial, sans-serif;
  --brick-fonts-baseMetaXs: "FaktorSans", Helvetica, Arial, sans-serif;
  --brick-fonts-baseMetaS: "FaktorSans", Helvetica, Arial, sans-serif;
  --brick-fonts-baseMetaM: "FaktorSans", Helvetica, Arial, sans-serif;
  --brick-fonts-baseMetaL: "FaktorSans", Helvetica, Arial, sans-serif;
  --brick-fonts-baseUtilityXs: "FaktorSans", Helvetica, Arial, sans-serif;
  --brick-fonts-baseUtilityS: "FaktorSans", Helvetica, Arial, sans-serif;
  --brick-fonts-baseUtilityM: "FaktorSans", Helvetica, Arial, sans-serif;
  --brick-fonts-baseTabularS: "FaktorSans", Helvetica, Arial, sans-serif;
  --brick-fonts-baseTabularM: "FaktorSans", Helvetica, Arial, sans-serif;
  --brick-fonts-cardBody: "FaktorSerif", Helvetica, Arial, sans-serif;
  --brick-fonts-cardHeadline: "FaktorTittel", Helvetica, Arial, sans-serif;
  --brick-fonts-vignetteDefaultM: "FaktorTittel", Helvetica, Arial, sans-serif;
  --brick-fonts-vignetteDefaultL: "FaktorTittel", Helvetica, Arial, sans-serif;
  --brick-fonts-vignetteEmphasizedM:
    "FaktorTittel", Helvetica, Arial, sans-serif;
  --brick-fonts-vignetteEmphasizedL:
    "FaktorTittel", Helvetica, Arial, sans-serif;
  --brick-fonts-listVideoItemTitle: "FaktorSans", Helvetica, Arial, sans-serif;
  --brick-fonts-listVideoItemMetadata:
    "FaktorSans", Helvetica, Arial, sans-serif;
  --brick-fonts-pillM: "FaktorSans", Helvetica, Arial, sans-serif;
  --brick-fonts-pillBoldM: "FaktorSans", Helvetica, Arial, sans-serif;
  --brick-fonts-pillL: "FaktorSans", Helvetica, Arial, sans-serif;
  --brick-fonts-pillBoldL: "FaktorSans", Helvetica, Arial, sans-serif;
  --brick-fonts-titleXs: "FaktorTittel", Helvetica, Arial, sans-serif;
  --brick-fonts-titleS: "FaktorTittel", Helvetica, Arial, sans-serif;
  --brick-fonts-titleM: "FaktorTittel", Helvetica, Arial, sans-serif;
  --brick-fonts-titleL: "FaktorTittel", Helvetica, Arial, sans-serif;
  --brick-fonts-titleXl: "FaktorTittel", Helvetica, Arial, sans-serif;
  --brick-fonts-titleXxl: "FaktorTittel", Helvetica, Arial, sans-serif;
  --brick-fonts-titleBreakingXs: "FaktorTittel", Helvetica, Arial, sans-serif;
  --brick-fonts-titleBreakingS: "FaktorTittel", Helvetica, Arial, sans-serif;
  --brick-fonts-titleBreakingM: "FaktorTittel", Helvetica, Arial, sans-serif;
  --brick-fonts-titleBreakingL: "FaktorTittel", Helvetica, Arial, sans-serif;
  --brick-fonts-titleBreakingXl: "FaktorTittel", Helvetica, Arial, sans-serif;
  --brick-fonts-titleBreakingXxl: "FaktorTittel", Helvetica, Arial, sans-serif;
  --brick-fonts-titleBreakingDarkXs:
    "FaktorTittel", Helvetica, Arial, sans-serif;
  --brick-fonts-titleBreakingDarkS:
    "FaktorTittel", Helvetica, Arial, sans-serif;
  --brick-fonts-titleBreakingDarkM:
    "FaktorTittel", Helvetica, Arial, sans-serif;
  --brick-fonts-titleBreakingDarkL:
    "FaktorTittel", Helvetica, Arial, sans-serif;
  --brick-fonts-titleBreakingDarkXl:
    "FaktorTittel", Helvetica, Arial, sans-serif;
  --brick-fonts-titleBreakingDarkXxl:
    "FaktorTittel", Helvetica, Arial, sans-serif;
  --brick-fonts-titleOpinionXs: "FaktorSerif", Helvetica, Arial, sans-serif;
  --brick-fonts-titleOpinionS: "FaktorSerif", Helvetica, Arial, sans-serif;
  --brick-fonts-titleOpinionM: "FaktorSerif", Helvetica, Arial, sans-serif;
  --brick-fonts-titleOpinionL: "FaktorSerif", Helvetica, Arial, sans-serif;
  --brick-fonts-titleOpinionXl: "FaktorSerif", Helvetica, Arial, sans-serif;
  --brick-fonts-titleOpinionXxl: "FaktorSerif", Helvetica, Arial, sans-serif;
  --brick-fonts-pretitleXs: "FaktorSans", Helvetica, Arial, sans-serif;
  --brick-fonts-pretitleS: "FaktorSans", Helvetica, Arial, sans-serif;
  --brick-fonts-pretitleM: "FaktorSans", Helvetica, Arial, sans-serif;
  --brick-fonts-pretitleL: "FaktorSans", Helvetica, Arial, sans-serif;
  --brick-fonts-pretitleXl: "FaktorSans", Helvetica, Arial, sans-serif;
  --brick-fonts-pretitleXxl: "FaktorSans", Helvetica, Arial, sans-serif;
  --brick-fonts-groupTitleM: "FaktorSans", Helvetica, Arial, sans-serif;
  --brick-fonts-groupTitleL: "FaktorSans", Helvetica, Arial, sans-serif;
  --brick-fonts-valgomatHeadline1M: "National2", Helvetica, Arial, sans-serif;
  --brick-fonts-valgomatHeadline1L: "National2", Helvetica, Arial, sans-serif;
  --brick-fonts-valgomatHeadline2M: "National2", Helvetica, Arial, sans-serif;
  --brick-fonts-valgomatHeadline2L: "National2", Helvetica, Arial, sans-serif;
  --brick-fonts-valgomatQuestionM: "National2", Helvetica, Arial, sans-serif;
  --brick-fonts-valgomatQuestionL: "National2", Helvetica, Arial, sans-serif;
  --brick-fonts-valgomatDetailXs: "National2", Helvetica, Arial, sans-serif;
  --brick-fonts-valgomatDetailS: "National2", Helvetica, Arial, sans-serif;
  --brick-fonts-valgomatDetailM: "National2", Helvetica, Arial, sans-serif;
  --brick-fonts-valgomatDetailL: "National2", Helvetica, Arial, sans-serif;
  --brick-fonts-valgomatDetailXl: "National2", Helvetica, Arial, sans-serif;
  --brick-fonts-valgomatUtilityM: "National2", Helvetica, Arial, sans-serif;
  --brick-fonts-titleFeatureM: Tiempos Headline;
  --brick-fonts-tipusM: "National2", Helvetica, Arial, sans-serif;
  --brick-fontSizes-baseTitlepieceM: 2rem;
  --brick-fontSizes-baseTitlepieceL: 4.375rem;
  --brick-fontSizes-baseIngressM: 1.625rem;
  --brick-fontSizes-baseIngressL: 2.4375rem;
  --brick-fontSizes-baseHeadlineXs: 1rem;
  --brick-fontSizes-baseHeadlineS: 1.125rem;
  --brick-fontSizes-baseHeadlineM: 1.5rem;
  --brick-fontSizes-baseHeadlineL: 1.75rem;
  --brick-fontSizes-baseSubheadS: 1rem;
  --brick-fontSizes-baseSubheadM: 1.25rem;
  --brick-fontSizes-baseBodyS: 1rem;
  --brick-fontSizes-baseBodyM: 1.25rem;
  --brick-fontSizes-baseCaptionS: 1rem;
  --brick-fontSizes-baseCaptionM: 1.125rem;
  --brick-fontSizes-baseMetaXs: 0.625rem;
  --brick-fontSizes-baseMetaS: 0.75rem;
  --brick-fontSizes-baseMetaM: 0.875rem;
  --brick-fontSizes-baseMetaL: 1.125rem;
  --brick-fontSizes-baseUtilityXs: 0.875rem;
  --brick-fontSizes-baseUtilityS: 1rem;
  --brick-fontSizes-baseUtilityM: 1.125rem;
  --brick-fontSizes-baseTabularS: 1rem;
  --brick-fontSizes-baseTabularM: 1.125rem;
  --brick-fontSizes-cardBody: 1.375rem;
  --brick-fontSizes-cardHeadline: 2.25rem;
  --brick-fontSizes-vignetteDefaultM: 1.25rem;
  --brick-fontSizes-vignetteDefaultL: 1.375rem;
  --brick-fontSizes-vignetteEmphasizedM: 1.25rem;
  --brick-fontSizes-vignetteEmphasizedL: 1.375rem;
  --brick-fontSizes-listVideoItemTitle: 1rem;
  --brick-fontSizes-listVideoItemMetadata: 0.875rem;
  --brick-fontSizes-pillM: 0.8125rem;
  --brick-fontSizes-pillBoldM: 0.8125rem;
  --brick-fontSizes-pillL: 0.9375rem;
  --brick-fontSizes-pillBoldL: 0.9375rem;
  --brick-fontSizes-titleXs: 1.4375rem;
  --brick-fontSizes-titleS: 1.16875rem;
  --brick-fontSizes-titleM: 1.625rem;
  --brick-fontSizes-titleL: 1.875rem;
  --brick-fontSizes-titleXl: 3.75rem;
  --brick-fontSizes-titleXxl: 4.0625rem;
  --brick-fontSizes-titleBreakingXs: 1.4375rem;
  --brick-fontSizes-titleBreakingS: 1.3125rem;
  --brick-fontSizes-titleBreakingM: 1.875rem;
  --brick-fontSizes-titleBreakingL: 2.1875rem;
  --brick-fontSizes-titleBreakingXl: 3.75rem;
  --brick-fontSizes-titleBreakingXxl: 4.0625rem;
  --brick-fontSizes-titleBreakingDarkXs: 1.3125rem;
  --brick-fontSizes-titleBreakingDarkS: 1.3125rem;
  --brick-fontSizes-titleBreakingDarkM: 1.875rem;
  --brick-fontSizes-titleBreakingDarkL: 2.5rem;
  --brick-fontSizes-titleBreakingDarkXl: 3.125rem;
  --brick-fontSizes-titleBreakingDarkXxl: 3.4375rem;
  --brick-fontSizes-titleOpinionXs: 1.4375rem;
  --brick-fontSizes-titleOpinionS: 1.4375rem;
  --brick-fontSizes-titleOpinionM: 2.1875rem;
  --brick-fontSizes-titleOpinionL: 2.1875rem;
  --brick-fontSizes-titleOpinionXl: 3.125rem;
  --brick-fontSizes-titleOpinionXxl: 3.4375rem;
  --brick-fontSizes-pretitleXs: 1rem;
  --brick-fontSizes-pretitleS: 1rem;
  --brick-fontSizes-pretitleM: 1.125rem;
  --brick-fontSizes-pretitleL: 1.25rem;
  --brick-fontSizes-pretitleXl: 1.25rem;
  --brick-fontSizes-pretitleXxl: 1.25rem;
  --brick-fontSizes-groupTitleM: 1.25rem;
  --brick-fontSizes-groupTitleL: 1.25rem;
  --brick-fontSizes-valgomatHeadline1M: 2rem;
  --brick-fontSizes-valgomatHeadline1L: 2.25rem;
  --brick-fontSizes-valgomatHeadline2M: 1.25rem;
  --brick-fontSizes-valgomatHeadline2L: 1.5rem;
  --brick-fontSizes-valgomatQuestionM: 1.125rem;
  --brick-fontSizes-valgomatQuestionL: 1.5rem;
  --brick-fontSizes-valgomatDetailXs: 0.875rem;
  --brick-fontSizes-valgomatDetailS: 1rem;
  --brick-fontSizes-valgomatDetailM: 1.25rem;
  --brick-fontSizes-valgomatDetailL: 1.5rem;
  --brick-fontSizes-valgomatDetailXl: 2.25rem;
  --brick-fontSizes-valgomatUtilityM: 1.125rem;
  --brick-fontSizes-titleFeatureM: 2.1875rem;
  --brick-fontSizes-tipusM: 1.125rem;
  --brick-fontSizes-titleCqiBase: 0.625rem;
  --brick-fontWeights-baseTitlepieceM: 900;
  --brick-fontWeights-baseTitlepieceL: 900;
  --brick-fontWeights-baseIngressM: 900;
  --brick-fontWeights-baseIngressL: 900;
  --brick-fontWeights-baseHeadlineXs: 700;
  --brick-fontWeights-baseHeadlineS: 700;
  --brick-fontWeights-baseHeadlineM: 700;
  --brick-fontWeights-baseHeadlineL: 900;
  --brick-fontWeights-baseSubheadS: 700;
  --brick-fontWeights-baseSubheadM: 700;
  --brick-fontWeights-baseBodyS: 400;
  --brick-fontWeights-baseBodyM: 400;
  --brick-fontWeights-baseCaptionS: 400;
  --brick-fontWeights-baseCaptionM: 400;
  --brick-fontWeights-baseMetaXs: 400;
  --brick-fontWeights-baseMetaS: 400;
  --brick-fontWeights-baseMetaM: 400;
  --brick-fontWeights-baseMetaL: 400;
  --brick-fontWeights-baseUtilityXs: 400;
  --brick-fontWeights-baseUtilityS: 400;
  --brick-fontWeights-baseUtilityM: 400;
  --brick-fontWeights-baseTabularS: 400;
  --brick-fontWeights-baseTabularM: 400;
  --brick-fontWeights-cardBody: 400;
  --brick-fontWeights-cardHeadline: 900;
  --brick-fontWeights-vignetteDefaultM: 900;
  --brick-fontWeights-vignetteDefaultL: 900;
  --brick-fontWeights-vignetteEmphasizedM: 900;
  --brick-fontWeights-vignetteEmphasizedL: 900;
  --brick-fontWeights-listVideoItemTitle: 700;
  --brick-fontWeights-listVideoItemMetadata: 400;
  --brick-fontWeights-pillM: 400;
  --brick-fontWeights-pillBoldM: 700;
  --brick-fontWeights-pillL: 400;
  --brick-fontWeights-pillBoldL: 700;
  --brick-fontWeights-titleXs: 900;
  --brick-fontWeights-titleS: 900;
  --brick-fontWeights-titleM: 900;
  --brick-fontWeights-titleL: 900;
  --brick-fontWeights-titleXl: 900;
  --brick-fontWeights-titleXxl: 900;
  --brick-fontWeights-titleBreakingXs: 900;
  --brick-fontWeights-titleBreakingS: 900;
  --brick-fontWeights-titleBreakingM: 900;
  --brick-fontWeights-titleBreakingL: 900;
  --brick-fontWeights-titleBreakingXl: 900;
  --brick-fontWeights-titleBreakingXxl: 900;
  --brick-fontWeights-titleBreakingDarkXs: 900;
  --brick-fontWeights-titleBreakingDarkS: 900;
  --brick-fontWeights-titleBreakingDarkM: 900;
  --brick-fontWeights-titleBreakingDarkL: 900;
  --brick-fontWeights-titleBreakingDarkXl: 900;
  --brick-fontWeights-titleBreakingDarkXxl: 900;
  --brick-fontWeights-titleOpinionXs: 700;
  --brick-fontWeights-titleOpinionS: 700;
  --brick-fontWeights-titleOpinionM: 700;
  --brick-fontWeights-titleOpinionL: 700;
  --brick-fontWeights-titleOpinionXl: 700;
  --brick-fontWeights-titleOpinionXxl: 700;
  --brick-fontWeights-pretitleXs: 400;
  --brick-fontWeights-pretitleS: 400;
  --brick-fontWeights-pretitleM: 400;
  --brick-fontWeights-pretitleL: 400;
  --brick-fontWeights-pretitleXl: 400;
  --brick-fontWeights-pretitleXxl: 400;
  --brick-fontWeights-groupTitleM: 700;
  --brick-fontWeights-groupTitleL: 700;
  --brick-fontWeights-valgomatHeadline1M: 400;
  --brick-fontWeights-valgomatHeadline1L: 400;
  --brick-fontWeights-valgomatHeadline2M: 400;
  --brick-fontWeights-valgomatHeadline2L: 400;
  --brick-fontWeights-valgomatQuestionM: 400;
  --brick-fontWeights-valgomatQuestionL: 400;
  --brick-fontWeights-valgomatDetailXs: 400;
  --brick-fontWeights-valgomatDetailS: 400;
  --brick-fontWeights-valgomatDetailM: 400;
  --brick-fontWeights-valgomatDetailL: 400;
  --brick-fontWeights-valgomatDetailXl: 500;
  --brick-fontWeights-valgomatUtilityM: 400;
  --brick-fontWeights-titleFeatureM: 400;
  --brick-fontWeights-tipusM: 400;
  --brick-lineHeights-baseTitlepieceM: 1.15;
  --brick-lineHeights-baseTitlepieceL: 1.15;
  --brick-lineHeights-baseIngressM: 1.2;
  --brick-lineHeights-baseIngressL: 1.2;
  --brick-lineHeights-baseHeadlineXs: 1.2;
  --brick-lineHeights-baseHeadlineS: 1.2;
  --brick-lineHeights-baseHeadlineM: 1.2;
  --brick-lineHeights-baseHeadlineL: 1.2;
  --brick-lineHeights-baseSubheadS: 1.2;
  --brick-lineHeights-baseSubheadM: 1.2;
  --brick-lineHeights-baseBodyS: 1.2;
  --brick-lineHeights-baseBodyM: 1.2;
  --brick-lineHeights-baseCaptionS: 1.4;
  --brick-lineHeights-baseCaptionM: 1.4;
  --brick-lineHeights-baseMetaXs: Auto;
  --brick-lineHeights-baseMetaS: Auto;
  --brick-lineHeights-baseMetaM: Auto;
  --brick-lineHeights-baseMetaL: Auto;
  --brick-lineHeights-baseUtilityXs: 1.5;
  --brick-lineHeights-baseUtilityS: 1.25;
  --brick-lineHeights-baseUtilityM: 1.25;
  --brick-lineHeights-baseTabularS: Auto;
  --brick-lineHeights-baseTabularM: Auto;
  --brick-lineHeights-cardBody: 1.5;
  --brick-lineHeights-cardHeadline: 1.2;
  --brick-lineHeights-vignetteDefaultM: 1.15;
  --brick-lineHeights-vignetteDefaultL: 1.15;
  --brick-lineHeights-vignetteEmphasizedM: 1.15;
  --brick-lineHeights-vignetteEmphasizedL: 1.15;
  --brick-lineHeights-listVideoItemTitle: 1.4;
  --brick-lineHeights-listVideoItemMetadata: 1.4;
  --brick-lineHeights-pillM: 1.2;
  --brick-lineHeights-pillBoldM: 1.2;
  --brick-lineHeights-pillL: 1.2;
  --brick-lineHeights-pillBoldL: 1.2;
  --brick-lineHeights-titleXs: 1.1;
  --brick-lineHeights-titleS: 1.1;
  --brick-lineHeights-titleM: 1.1;
  --brick-lineHeights-titleL: 1.1;
  --brick-lineHeights-titleXl: 1.1;
  --brick-lineHeights-titleXxl: 1.1;
  --brick-lineHeights-titleBreakingXs: 1.05;
  --brick-lineHeights-titleBreakingS: 1.05;
  --brick-lineHeights-titleBreakingM: 1.05;
  --brick-lineHeights-titleBreakingL: 1.05;
  --brick-lineHeights-titleBreakingXl: 1.05;
  --brick-lineHeights-titleBreakingXxl: 1.05;
  --brick-lineHeights-titleBreakingDarkXs: 1.05;
  --brick-lineHeights-titleBreakingDarkS: 1.05;
  --brick-lineHeights-titleBreakingDarkM: 1.05;
  --brick-lineHeights-titleBreakingDarkL: 1.05;
  --brick-lineHeights-titleBreakingDarkXl: 1.05;
  --brick-lineHeights-titleBreakingDarkXxl: 1.05;
  --brick-lineHeights-titleOpinionXs: 1.1;
  --brick-lineHeights-titleOpinionS: 1.1;
  --brick-lineHeights-titleOpinionM: 1.1;
  --brick-lineHeights-titleOpinionL: 1.1;
  --brick-lineHeights-titleOpinionXl: 1.1;
  --brick-lineHeights-titleOpinionXxl: 1.1;
  --brick-lineHeights-pretitleXs: 1.1;
  --brick-lineHeights-pretitleS: 1.1;
  --brick-lineHeights-pretitleM: 1.1;
  --brick-lineHeights-pretitleL: 1.1;
  --brick-lineHeights-pretitleXl: 1.1;
  --brick-lineHeights-pretitleXxl: 1.1;
  --brick-lineHeights-groupTitleM: 1;
  --brick-lineHeights-groupTitleL: 1;
  --brick-lineHeights-valgomatHeadline1M: 1.25;
  --brick-lineHeights-valgomatHeadline1L: 1.25;
  --brick-lineHeights-valgomatHeadline2M: 1.5;
  --brick-lineHeights-valgomatHeadline2L: 1.5;
  --brick-lineHeights-valgomatQuestionM: 1.5;
  --brick-lineHeights-valgomatQuestionL: 1.5;
  --brick-lineHeights-valgomatDetailXs: 1.5;
  --brick-lineHeights-valgomatDetailS: 1.5;
  --brick-lineHeights-valgomatDetailM: 1.5;
  --brick-lineHeights-valgomatDetailL: 1.5;
  --brick-lineHeights-valgomatDetailXl: 1.5;
  --brick-lineHeights-valgomatUtilityM: 1.5;
  --brick-lineHeights-titleFeatureM: 1.05;
  --brick-lineHeights-tipusM: 1.1;
  --brick-letterSpacings-baseTitlepieceM: 0em;
  --brick-letterSpacings-baseTitlepieceL: 0em;
  --brick-letterSpacings-baseIngressM: 0em;
  --brick-letterSpacings-baseIngressL: 0em;
  --brick-letterSpacings-baseHeadlineXs: 0em;
  --brick-letterSpacings-baseHeadlineS: 0em;
  --brick-letterSpacings-baseHeadlineM: 0em;
  --brick-letterSpacings-baseHeadlineL: 0em;
  --brick-letterSpacings-baseSubheadS: 0em;
  --brick-letterSpacings-baseSubheadM: 0em;
  --brick-letterSpacings-baseBodyS: 0em;
  --brick-letterSpacings-baseBodyM: 0em;
  --brick-letterSpacings-baseCaptionS: 0em;
  --brick-letterSpacings-baseCaptionM: 0em;
  --brick-letterSpacings-baseMetaXs: 0em;
  --brick-letterSpacings-baseMetaS: 0em;
  --brick-letterSpacings-baseMetaM: 0em;
  --brick-letterSpacings-baseMetaL: 0em;
  --brick-letterSpacings-baseUtilityXs: 0em;
  --brick-letterSpacings-baseUtilityS: 0em;
  --brick-letterSpacings-baseUtilityM: 0em;
  --brick-letterSpacings-baseTabularS: 0em;
  --brick-letterSpacings-baseTabularM: 0em;
  --brick-letterSpacings-cardBody: 0em;
  --brick-letterSpacings-cardHeadline: 0em;
  --brick-letterSpacings-vignetteDefaultM: 0em;
  --brick-letterSpacings-vignetteDefaultL: 0em;
  --brick-letterSpacings-vignetteEmphasizedM: 0em;
  --brick-letterSpacings-vignetteEmphasizedL: 0em;
  --brick-letterSpacings-listVideoItemTitle: -0.02em;
  --brick-letterSpacings-listVideoItemMetadata: -0.02em;
  --brick-letterSpacings-pillM: -0.01em;
  --brick-letterSpacings-pillBoldM: 0em;
  --brick-letterSpacings-pillL: -0.01em;
  --brick-letterSpacings-pillBoldL: 0em;
  --brick-letterSpacings-titleXs: 0em;
  --brick-letterSpacings-titleS: 0em;
  --brick-letterSpacings-titleM: 0em;
  --brick-letterSpacings-titleL: 0em;
  --brick-letterSpacings-titleXl: 0em;
  --brick-letterSpacings-titleXxl: 0em;
  --brick-letterSpacings-titleBreakingXs: 0em;
  --brick-letterSpacings-titleBreakingS: 0em;
  --brick-letterSpacings-titleBreakingM: 0em;
  --brick-letterSpacings-titleBreakingL: 0em;
  --brick-letterSpacings-titleBreakingXl: 0em;
  --brick-letterSpacings-titleBreakingXxl: 0em;
  --brick-letterSpacings-titleBreakingDarkXs: 0em;
  --brick-letterSpacings-titleBreakingDarkS: 0em;
  --brick-letterSpacings-titleBreakingDarkM: 0em;
  --brick-letterSpacings-titleBreakingDarkL: 0em;
  --brick-letterSpacings-titleBreakingDarkXl: 0em;
  --brick-letterSpacings-titleBreakingDarkXxl: 0em;
  --brick-letterSpacings-titleOpinionXs: -0.01em;
  --brick-letterSpacings-titleOpinionS: -0.01em;
  --brick-letterSpacings-titleOpinionM: -0.01em;
  --brick-letterSpacings-titleOpinionL: -0.01em;
  --brick-letterSpacings-titleOpinionXl: -0.01em;
  --brick-letterSpacings-titleOpinionXxl: -0.01em;
  --brick-letterSpacings-pretitleXs: -0.01em;
  --brick-letterSpacings-pretitleS: -0.01em;
  --brick-letterSpacings-pretitleM: -0.01em;
  --brick-letterSpacings-pretitleL: -0.01em;
  --brick-letterSpacings-pretitleXl: -0.01em;
  --brick-letterSpacings-pretitleXxl: -0.01em;
  --brick-letterSpacings-groupTitleM: -0.01em;
  --brick-letterSpacings-groupTitleL: -0.01em;
  --brick-letterSpacings-titleFeatureM: -0.02em;
  --brick-letterSpacings-tipusM: -0.01em;
  --brick-space-adnamiX: 1.25rem;
  --brick-space-buttonPaddingbottom: 0.8125rem;
  --brick-space-buttonPaddingleft: 1.25rem;
  --brick-space-buttonPaddingright: 1.25rem;
  --brick-space-buttonPaddingtop: 0.75rem;
  --brick-space-leverBase: 0.3125rem;
  --brick-space-none: 0rem;
  --brick-space-teaserBoxInsetL: 0.625rem;
  --brick-space-teaserBoxInsetM: 0.625rem;
  --brick-space-teaserContentXInsetL: 0rem;
  --brick-space-teaserContentXInsetM: 0rem;
  --brick-space-teaserContentYInsetL: 0rem;
  --brick-space-teaserContentYInsetM: 0rem;
  --brick-space-teaserFooterTipusBottomL: 0.625rem;
  --brick-space-teaserFooterTipusBottomM: 0.625rem;
  --brick-space-teaserFooterTipusLeftL: 0.625rem;
  --brick-space-teaserFooterTipusLeftM: 0.625rem;
  --brick-space-teaserFooterTipusRightL: 0.625rem;
  --brick-space-teaserFooterTipusRightM: 0.625rem;
  --brick-space-teaserFooterTipusTopL: 0.625rem;
  --brick-space-teaserFooterTipusTopM: 0.625rem;
  --brick-space-teaserMargin: -3vw;
  --brick-space-teaserNoImageInsetL: 0.625rem;
  --brick-space-teaserNoImageInsetM: 0.625rem;
  --brick-space-teaserSkinInsetL: 0.625rem;
  --brick-space-teaserSkinInsetM: 0.9375rem;
  --brick-space-teaserStackAL: 0.625rem;
  --brick-space-teaserStackAM: 0.375rem;
  --brick-space-teaserStackBL: 0.3125rem;
  --brick-space-teaserStackBM: 0.25rem;
  --brick-space-teaserStackCL: 0.75rem;
  --brick-space-teaserStackCM: 0.5rem;
  --brick-space-teaserStackDL: 0.625rem;
  --brick-space-teaserStackDM: 0.625rem;
  --brick-space-teaserStackL: 0.625rem;
  --brick-space-teaserStackM: 0.375rem;
  --brick-space-teaserStackTitleL: 0.3125rem;
  --brick-space-teaserStackTitleM: 0.25rem;
  --brick-space-teaserXInsetL: 0rem;
  --brick-space-teaserXInsetM: 0.9375rem;
  --brick-space-teaserYInsetL: 0rem;
  --brick-space-teaserYInsetM: 0.4375rem;
  --brick-space-topbannerYL: 1.25rem;
  --brick-space-topbannerYM: 0.9375rem;
  --brick-space-x0: 0rem;
  --brick-space-x1: 0.3125rem;
  --brick-space-x10: 3.125rem;
  --brick-space-x11: 3.4375rem;
  --brick-space-x12: 3.75rem;
  --brick-space-x14: 4.375rem;
  --brick-space-x16: 5rem;
  --brick-space-x18: 5.625rem;
  --brick-space-x1s: 0.1875rem;
  --brick-space-x2: 0.625rem;
  --brick-space-x20: 6.25rem;
  --brick-space-x2s: 0.375rem;
  --brick-space-x3: 0.9375rem;
  --brick-space-x37: 11.5625rem;
  --brick-space-x3s: 0.625rem;
  --brick-space-x4: 1.25rem;
  --brick-space-x5: 1.5625rem;
  --brick-space-x6: 1.875rem;
  --brick-space-x7: 2.1875rem;
  --brick-space-x8: 2.5rem;
  --brick-space-x9: 2.8125rem;
  --brick-shadows-boxShadowBaseHigh:
    1px 2px 8px 0px #0000000f, 2px 4px 12px 0px #0000000d,
    4px 8px 20px 0px #0000000a, 6px 12px 28px 0px #00000008;
  --brick-shadows-boxShadowBaseLow: 0.5px 1px 1px 0 #00000026;
  --brick-shadows-boxShadowBaseMedium:
    1px 2px 4px 0px #0000001a, 2px 4px 8px 0px #00000017;
  --brick-shadows-boxShadowBaseNone: 0px 0px 0px 0px #00000000;
  --brick-shadows-boxShadowTeaser: 0px 0px 0px 0px #00000000;
  --brick-shadows-boxShadowTeaserCarousel: 0.5px 1px 1px 0 #00000026;
  --brick-radii-baseL: 8px;
  --brick-radii-baseM: 6px;
  --brick-radii-baseMax: 9999px;
  --brick-radii-baseNone: 0px;
  --brick-radii-baseS: 2px;
  --brick-radii-baseXl: 16px;
  --brick-radii-button: 6px;
  --brick-radii-card: 0px;
  --brick-radii-leverL: 8px;
  --brick-radii-leverM: 6px;
  --brick-radii-leverNone: 0px;
  --brick-radii-leverS: 2px;
  --brick-radii-leverXl: 16px;
  --brick-radii-pill: 0px;
  --brick-radii-premiumIcon: 0px;
  --brick-radii-teaser: 0px;
  --brick-radii-teaserCarousel: 6px;
  --brick-radii-teaserImage: 0px;
  --brick-radii-valgomat: 8px;
  --brick-borderWidths-baseL: 3px;
  --brick-borderWidths-baseM: 2px;
  --brick-borderWidths-baseNone: 0px;
  --brick-borderWidths-baseS: 1px;
  --brick-borderWidths-button: 2px;
  --brick-borderWidths-card: 2px;
  --brick-borderWidths-focusOutline: 3px;
  --brick-borderWidths-outline: 3px;
  --brick-borderWidths-valgomat: 1px;
  --brick-sizes-adnamiX: 1.25rem;
  --brick-sizes-buttonPaddingbottom: 0.8125rem;
  --brick-sizes-buttonPaddingleft: 1.25rem;
  --brick-sizes-buttonPaddingright: 1.25rem;
  --brick-sizes-buttonPaddingtop: 0.75rem;
  --brick-sizes-leverBase: 0.3125rem;
  --brick-sizes-none: 0rem;
  --brick-sizes-teaserBoxInsetL: 0.625rem;
  --brick-sizes-teaserBoxInsetM: 0.625rem;
  --brick-sizes-teaserContentXInsetL: 0rem;
  --brick-sizes-teaserContentXInsetM: 0rem;
  --brick-sizes-teaserContentYInsetL: 0rem;
  --brick-sizes-teaserContentYInsetM: 0rem;
  --brick-sizes-teaserFooterTipusBottomL: 0.625rem;
  --brick-sizes-teaserFooterTipusBottomM: 0.625rem;
  --brick-sizes-teaserFooterTipusLeftL: 0.625rem;
  --brick-sizes-teaserFooterTipusLeftM: 0.625rem;
  --brick-sizes-teaserFooterTipusRightL: 0.625rem;
  --brick-sizes-teaserFooterTipusRightM: 0.625rem;
  --brick-sizes-teaserFooterTipusTopL: 0.625rem;
  --brick-sizes-teaserFooterTipusTopM: 0.625rem;
  --brick-sizes-teaserMargin: -3vw;
  --brick-sizes-teaserNoImageInsetL: 0.625rem;
  --brick-sizes-teaserNoImageInsetM: 0.625rem;
  --brick-sizes-teaserSkinInsetL: 0.625rem;
  --brick-sizes-teaserSkinInsetM: 0.9375rem;
  --brick-sizes-teaserStackAL: 0.625rem;
  --brick-sizes-teaserStackAM: 0.375rem;
  --brick-sizes-teaserStackBL: 0.3125rem;
  --brick-sizes-teaserStackBM: 0.25rem;
  --brick-sizes-teaserStackCL: 0.75rem;
  --brick-sizes-teaserStackCM: 0.5rem;
  --brick-sizes-teaserStackDL: 0.625rem;
  --brick-sizes-teaserStackDM: 0.625rem;
  --brick-sizes-teaserStackL: 0.625rem;
  --brick-sizes-teaserStackM: 0.375rem;
  --brick-sizes-teaserStackTitleL: 0.3125rem;
  --brick-sizes-teaserStackTitleM: 0.25rem;
  --brick-sizes-teaserXInsetL: 0rem;
  --brick-sizes-teaserXInsetM: 0.9375rem;
  --brick-sizes-teaserYInsetL: 0rem;
  --brick-sizes-teaserYInsetM: 0.4375rem;
  --brick-sizes-topbannerYL: 1.25rem;
  --brick-sizes-topbannerYM: 0.9375rem;
  --brick-sizes-x0: 0rem;
  --brick-sizes-x1: 0.3125rem;
  --brick-sizes-x10: 3.125rem;
  --brick-sizes-x11: 3.4375rem;
  --brick-sizes-x12: 3.75rem;
  --brick-sizes-x14: 4.375rem;
  --brick-sizes-x16: 5rem;
  --brick-sizes-x18: 5.625rem;
  --brick-sizes-x1s: 0.1875rem;
  --brick-sizes-x2: 0.625rem;
  --brick-sizes-x20: 6.25rem;
  --brick-sizes-x2s: 0.375rem;
  --brick-sizes-x3: 0.9375rem;
  --brick-sizes-x37: 11.5625rem;
  --brick-sizes-x3s: 0.625rem;
  --brick-sizes-x4: 1.25rem;
  --brick-sizes-x5: 1.5625rem;
  --brick-sizes-x6: 1.875rem;
  --brick-sizes-x7: 2.1875rem;
  --brick-sizes-x8: 2.5rem;
  --brick-sizes-x9: 2.8125rem;
  --brick-sizes-premiumIconL: 0.9375rem;
  --brick-sizes-premiumIconM: 0.9375rem;
  --brick-sizes-titleCqi: 6cqi;
  --brick-sizes-titleBreakingCqi: 6cqi;
}

/* <link rel="stylesheet" href="/css/theme-nettavisen.css" /> */

/* <link rel="stylesheet" href="/css/widget.css" /> */
@font-face {
  font-family: "Chirp";
  src: url("/fonts/Chirp-Regular.woff2");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Chirp";
  src: url("/fonts/Chirp-Medium.woff2");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}

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

@font-face {
  font-family: "Chirp";
  src: url("/fonts/Chirp-Heavy.woff2");
  font-weight: 800;
  font-style: normal;
  font-display: auto;
}

:root {
  /* Fonts */
  --ff-fb: "Helvetica Neue", Helvetica, Arial, sans-serif;
  --ff-tw:
    "Chirp", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif;
  --ff-rd:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  --ff-main: var(--ff-fb);
  --font-size: 15px;
  /* Colors */
  --bg-color: #ffffff;
  --cite-color: #666666;
  --name-color: #050505;
  --text-color: #222222;
  --secondary-color: #65676b;
  --verified-color: #0866ff;
  --border-radius: 8px;
}

.zoom-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  cursor: zoom-out;
  /* Safari */
  isolation: isolate;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: opacity;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.zoom-image {
  max-width: 95%;
  max-height: 95%;
  object-fit: contain;
  cursor: default;
  /* Safari */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: opacity, transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: opacity 0.2s ease;
}

.zoom-close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  cursor: pointer;
  z-index: 100;
  transition: color 0.3s ease;
  /* Safari */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-tap-highlight-color: transparent;
}

.zoom-close:hover {
  color: #e11229;
}

[data-zoomable] {
  position: relative;
  display: block;
  cursor: zoom-in;
  /* Safari */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

[data-zoomable] img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* Safari */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  image-rendering: -webkit-optimize-contrast;
}

[data-zoomable]::after {
  content: "";
  position: absolute;
  top: calc(50% - 24px);
  left: calc(50% - 24px);
  z-index: 2;
  width: 48px;
  height: 48px;
  color: #e11229;
  background-image: url(/img/lupa.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
}

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    /* Safari only */
    .zoom-overlay {
      isolation: isolate;
    }

    .zoom-image {
      image-rendering: auto;
    }
  }
}

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

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

div.comment-btns a.comment-btns__link {
  color: #0771d8 !important;
  text-decoration: underline !important;
  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 span {
  width: fit-content;
  height: fit-content;
}

.comment-text img {
  display: block;
  width: 100%;
  max-width: 350px;
  height: 100%;
  max-height: 350px;
  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-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;
}

.var-1 > div:not(:nth-child(1)),
.var-2 > div:not(:nth-child(2)),
.main-content.image video,
.main-content.gif img {
  display: none;
}

:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: #ccc;
  --iti-dialcode-color: #999;
  --iti-dropdown-bg: white;
  --iti-spacer-horizontal: 20px;
  --iti-flag-height: 12px;
  --iti-flag-width: 16px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 10px;
  --iti-arrow-color: #555;
  --iti-flag-sprite-width: 3904px;
  --iti-flag-sprite-height: 12px;
  --iti-mobile-popup-margin: 30px;
}
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  ):hover,
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  ):hover
  button {
  cursor: pointer;
}
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti-aio__selected-country-primary:hover,
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti-aio__selected-country:has(+ .iti-aio__dropdown-content:hover)
  .iti-aio__selected-country-primary {
  background-color: var(--iti-hover-color);
}

.custom-dropdown-wrapper {
  position: relative;
  width: 100%;
}

.custom-dropdown-selected {
  padding-right: 32px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  height: auto;
  box-sizing: border-box;
  font-size: 17px !important;
}

.custom-dropdown-arrow {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 14px;
  color: #555;
  line-height: 1;
  height: 1em;
  display: flex;
  align-items: center;
}

.custom-dropdown-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border-radius: 8px;
  border: 1px solid #ccc;
  margin-top: 4px;
  max-height: 160px;
  overflow-y: auto;
  display: none;
  z-index: 100;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  padding: 0;
  list-style: none;
}

.custom-dropdown-list::-webkit-scrollbar {
  width: 4px;
}
.custom-dropdown-list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #ddd;
}
.custom-dropdown-option {
  padding: 12px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.custom-dropdown-option:hover {
  background: #f2f2f2;
}
.custom-dropdown-option {
  padding: 12px;
  cursor: pointer;
  transition: background 0.2s ease;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  font-family: inherit;
}
input.custom-dropdown-selected::placeholder {
  font-size: 14px !important;
}

@media (max-width: 1200px) {
  input.custom-dropdown-selected::placeholder {
    font-size: 13px !important;
  }
  .custom-dropdown-selected {
    font-size: 13px !important;
  }
}

@media (max-width: 991px) {
  input.custom-dropdown-selected::placeholder {
    font-size: 12px !important;
  }

  .custom-dropdown-selected {
    font-size: 12px !important;
  }
}

.auth-link {
  color: #fff;
  text-decoration: none;
}

.global-menu-btn {
  color: #000;
}

.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

#page-header .na-logo-header {
  font-weight: 400;
  display: flex;
  align-items: baseline;
  max-width: calc(100% - 70px);
  font-size: 2em;
}

.modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000000;
  padding: 10px;
}
.modal.active {
  display: flex;
}
.modal::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(6px) saturate(0.95);
  opacity: 0;
  transition: opacity 320ms ease;
  pointer-events: none;
}
.modal.active::before {
  opacity: 1;
  pointer-events: auto;
}

.form-wrapper {
  position: relative;
  width: 100%;
  max-width: 450px;
  margin-inline: auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.32);
  transform: translateY(12px) scale(0.98);
  opacity: 0;
  will-change: transform, opacity;
}

.modal.active .form-wrapper {
  animation: form-zoom 320ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

@keyframes form-zoom {
  from {
    transform: translateY(12px) scale(0.98);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

.modal-close {
  position: absolute;
  right: 8px;
  top: 8px;
  background: transparent;
  border: none;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  color: #666;
}
.reg-form-wrapp {
  width: 100%;
  max-width: 500px;
  margin: 40px auto;
}
