html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(50% - 200px);
}
body {
  margin: 0;
}
b {
  font-weight: bolder;
}
img {
  display: block;
  border: none;
}
figure {
  margin: 0;
}
.layout-grid {
  position: relative;
  grid-template-rows: max-content;
  grid-auto-flow: dense;
  box-sizing: border-box;
}
.layout-grid {
  grid-template-columns: repeat(4, 1fr);
}
.layout-grid--enabled {
  display: grid;
}
:root {
  --grid-column-gap: 1.3125rem;
  --grid-column-gap-justify: -1.3125rem;
  --grid-offset: 1.25rem;
  --grid-offset-justify: -1.25rem;
}
.layout-grid {
  grid-column-gap: 1.3125rem;
}
.layout-container {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
.layout-container {
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@font-face {
  font-family: MajritTx;
  src: url("/fonts/Majrit-Text-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: MajritTxRoman;
  src: url("/fonts/Majrit-Text-Roman.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: MajritTx;
  src: url("/fonts/Majrit-Text-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: MajritTx;
  src: url("/fonts/Majrit-Text-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: MarcinAntB;
  src: url("/fonts/marcinantb-regular-webfont.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: MarcinAntB;
  src: url("/fonts/marcinantb-bold-webfont.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Mulish;
  src: url("/fonts/Mulish.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Mulish;
  src: url("/fonts/Mulish-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Mulish;
  src: url("/fonts/Mulish-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Mulish;
  src: url("/fonts/Mulish-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: MajritTx;
  src: url("/fonts/Majrit-Text-Bold-Italic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
.u-clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  min-width: 1.6875rem;
  border: none;
  border: 0.0625rem solid transparent;
  border-radius: 0.125rem;
  padding: 0;
  padding: 0.3125rem 0.5rem;
  vertical-align: middle;
  color: inherit;
  font-family: MarcinAntB, sans-serif;
  font-weight: 700;
  font-size: 0.6875rem;
  line-height: 1.36;
  text-align: center;
  text-transform: uppercase;
  background-color: unset;
  white-space: nowrap;
}
.button--subscription {
  background: #f7cf3c;
}
.button--outline {
  border: 1px solid #efefef;
  border-radius: 0;
}
.button--icon {
  width: 2rem;
  height: 2rem;
}
.button--icon svg {
  width: 1rem;
  height: auto;
}
.responsive-image {
  width: 100%;
  height: auto;
}
.u-relative {
  position: relative;
}
.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}
.u-block {
  display: block;
}
.u-flex {
  display: flex;
}
.u-hidden {
  display: none;
}
.icon-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: none;
  padding: 0;
  color: inherit;
  background-color: unset;
}
.visually-hidden {
  border: 3px solid #000;
  padding: 0.625rem;
  color: #000;
  font-size: 1rem;
  line-height: 1.13;
  background: #f9dc4a;
}
.visually-hidden:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  white-space: nowrap;
}
.visually-hidden:focus {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1500;
  outline: none;
}
body {
  color: #111;
  font-family: MajritTx, serif;
  background: #fff;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
  transition: opacity 0.4s;
}
:root {
  --svg-circle: #fff;
  --svg-action: #fff;
}
.section-header {
  grid-template-rows: repeat(4, auto);
  padding-top: 1.5rem;
}
.section-header__title-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  grid-column: 1/5;
  grid-row: 2;
  justify-content: flex-end;
  border-bottom: 1px solid #000;
}
.section-header__title-wrap:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 14.6875rem;
  height: 0.25rem;
  background: #000;
}
.section-header__title {
  margin: 0;
  color: #000;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: -0.0375rem;
}
.section-header__title--link {
  position: relative;
  display: inline-block;
  padding-bottom: 0.75rem;
}
.section-header__nav {
  position: relative;
  display: flex;
  grid-column: 1/5;
  grid-row: 4;
  box-sizing: border-box;
  width: 100%;
  font-family: MarcinAntB, sans-serif;
}
.section-header__nav:after {
  content: "";
  position: absolute;
  top: 0;
  right: -0.0625rem;
  width: 1rem;
  height: 100%;
  background: #fff;
  background: linear-gradient(90deg, #fff0, #fff);
  pointer-events: none;
}
.section-header__nav:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 0.3125rem;
}
.section-header__nav .section-header__menu {
  padding-right: 1rem;
  padding-left: 0;
  overflow-x: scroll;
}
.section-header__nav .is-static {
  padding: 1.375rem 0.1875rem;
  color: #000;
  font-size: 0.6875rem;
  line-height: 1.18;
  letter-spacing: 0.00625rem;
  text-transform: uppercase;
  white-space: nowrap;
}
.section-header__nav .is-static:not(:last-child):after {
  content: "\b7";
  margin-left: 0.4rem;
}
.topbar {
  top: 0;
  z-index: 5;
  width: 100%;
  box-shadow:
    0 0.0625rem 0.25rem #00000005,
    0 0.125rem 0.25rem #00000017;
  transform: translateZ(0);
}
.topbar__inner {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  background: #fff;
}
.topbar__brand {
  grid-column: 1/3;
  align-items: center;
}
.topbar__actions {
  grid-column: 3/5;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
.topbar .button--menu {
  margin-right: 0.75rem;
  padding: 0;
}
.topbar .button--menu svg {
  width: 1.625rem;
}
.topbar .button--login {
  margin-left: 0.375rem;
  font-weight: 400;
}
.brand-logo {
  display: inline-flex;
  margin: 0;
}
.brand-logo__container {
  display: inline-flex;
  height: 2rem;
}
.brand-logo__image {
  width: auto;
  height: 1.875rem;
  margin-top: -0.0625rem;
}
.brand-logo--compact {
  align-items: center;
}
.brand-logo--compact .brand-logo__image {
  height: 1.5625rem;
  margin-top: -0.125rem;
}
.topbar__separator {
  line-height: 0;
  background: #fff;
}
.topbar__separator-line {
  height: 0.0625rem;
  line-height: 0;
  background: #efefef;
}
.button__login-icon {
  width: 100%;
  max-width: 1rem;
}
.site-header__topbar {
  min-height: 3.25rem;
}
.edition-menu ul {
  flex-direction: column;
  text-transform: uppercase;
}
.edition-menu ul li {
  margin: 0;
}
.edition-menu .is-static {
  position: relative;
  display: block;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
  line-height: 2.18;
}
.edition-menu .is-static:before {
  content: "";
  position: absolute;
  top: 0.375rem;
  left: 0;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border: 0;
  border-radius: 100%;
  background-color: #f2f2f2;
}
.edition-menu__selected-item {
  font-weight: 900;
}
.edition-menu__selected-item .is-static:after {
  content: "";
  position: absolute;
  top: 0.5625rem;
  left: 0.1875rem;
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border: 0;
  border-radius: 100%;
  background-color: #00b1ff;
}
.edition-menu__country-list {
  position: inherit;
  display: block;
  width: auto;
  margin: 0.25rem 0;
  border-radius: 0;
  padding: 0.375rem 0.875rem;
  box-shadow: inherit;
  list-style: none;
  background: #efefef80;
}
.edition-menu__country-list li {
  padding: 0;
}
.edition-menu__country-list li:last-child {
  margin-bottom: 0;
}
.edition-menu__country-list li .is-static:before {
  content: "";
  position: absolute;
  top: 0.3125rem;
  left: 0;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border: 1px solid #ededed;
  border-radius: 100%;
  background-color: #fff;
}
.edition-menu__country-list li .is-static span {
  text-transform: capitalize;
}
.page-layout {
  background: #fff;
}
.page-layout__main {
  display: contents;
}
.article {
  display: contents;
  background: #fff;
}
.article__header {
  margin-bottom: 1.25rem;
  padding-top: 1rem;
}
.article__heading {
  flex-direction: column;
  grid-column: 1/5;
  padding-bottom: 1.875rem;
  color: #111;
}
.article__hero {
  grid-column: 1/5;
  margin-bottom: 0;
}
.article__hero .media__image {
  margin-right: var(--grid-offset-justify);
  margin-left: var(--grid-offset-justify);
}
.article__category {
  position: relative;
  align-items: center;
  margin-bottom: 0.375rem;
}
.article__category--small {
  font-family: MarcinAntB;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 1.15;
  text-transform: uppercase;
}
.article__category.is-static.article__category--small:after {
  content: ">";
  display: inline-block;
  margin-left: 0.1875rem;
}
.article__title {
  margin: 0;
  color: #111;
  font-size: 1.875rem;
  line-height: 1.1;
  letter-spacing: -0.0675rem;
}
.social-actions {
  display: inline-block;
  margin-top: 0.9375rem;
  border-top: 0.0625rem solid #4a4a4a;
  padding-top: 0.8125rem;
  font-family: MarcinAntB, sans-serif;
}
.social-actions__item {
  position: relative;
  display: inline-block;
  margin: 0 0.375rem 0 0;
}
.social-actions svg {
  width: auto;
  height: 1rem;
  stroke: none;
}
.social-actions .icon-button {
  width: 1.625rem;
  height: 1.625rem;
  margin: 0 0.375rem 0 0;
  border-radius: 0.8125rem;
  padding: 0.3125rem;
  vertical-align: top;
  background-color: #efefef;
}
.social-actions .icon-button:first-child {
  margin-left: 0;
}
.social-actions .icon-button:last-child {
  margin-right: 0;
}
.social-actions .icon-button.social-actions__more svg {
  stroke-width: 0.5;
}
.social-actions .icon-button.social-actions__comment-count {
  position: relative;
  top: 0;
  width: auto;
  min-width: 1.625rem;
  margin-left: 1.125rem;
  color: #000;
  font-size: 0.8125rem;
  line-height: 1.23;
}
.social-actions .icon-button.social-actions__comment-count svg {
  fill: transparent;
  stroke: #000;
}
.social-actions .icon-button.social-actions__comment-count span:not(:empty) {
  display: inline-block;
  padding: 0 0.25rem 0 0.125rem;
  line-height: 1.15;
}
.article-meta {
  margin: 0 0 1.875rem;
}
.article-meta__avatar {
  grid-column: 1/5;
  margin-bottom: 0.625rem;
  text-align: center;
}
.article-meta__avatar .responsive-image {
  display: inline-block;
  width: 4.125rem;
  height: 4.125rem;
  border-radius: 50%;
}
.article-meta__content {
  grid-column: 1/5;
  text-align: center;
}
.article-meta__author {
  margin-bottom: 0.75rem;
}
.article-meta__author-name {
  position: relative;
  font-family: MajritTx, serif;
  font-weight: 900;
  font-size: 0.875rem;
  line-height: 1.36;
  text-transform: uppercase;
}
.article-meta__author-name:after {
  content: "|";
  position: relative;
  top: -0.0625rem;
  right: 0;
  margin: 0 0.4375rem;
  color: #d3d3d3;
}
.article-meta__author-name:last-child:after {
  display: none;
}
.article-meta__date {
  font-family: MarcinAntB, sans-serif;
  font-size: 0.6875rem;
  line-height: 1.27;
  letter-spacing: 0.00625rem;
  text-transform: uppercase;
  white-space: normal;
}
.article-meta__date span {
  display: block;
  margin-bottom: 0.3125rem;
}
.article-meta__date span.is-static {
  display: inline;
  margin-bottom: 0;
}
.article-meta__date span:last-child {
  margin-bottom: 0;
}
.article-meta .social-actions {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.3125rem;
}
.article-meta .social-actions svg {
  height: 0.9375rem;
}
.article-meta .social-actions__item {
  margin: 0;
}
.article-meta .social-actions__item .icon-button {
  width: 30px;
  height: 30px;
  border-radius: 15px;
}
.article-meta .social-actions__item .icon-button.social-actions__comment-count {
  width: auto;
  margin-left: 0.3125rem;
  padding: 0.3125rem 0.4375rem;
}
.article-meta .social-actions__item.social-actions__google {
  margin-left: auto;
}
.article-meta .social-actions__item.social-actions__google .is-static {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  height: 30px;
  border: 1px solid #d6d6d6;
  border-radius: 20px;
  padding-right: 0.8125rem;
  padding-left: 0.5rem;
  vertical-align: top;
  color: #000;
  font-family: MarcinAntB, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  background: #fff;
}
.social-actions__google-icon {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5625rem;
}
.article__content {
  margin-bottom: 2.5rem;
  color: #191919;
  font-family: MajritTxRoman, serif;
  font-size: 1.1875rem;
  line-height: 1.32;
}
.article__content .media:has(.media__ratio--portrait) {
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
}
.article__content p b,
.article__content li b {
  font-family: MajritTx, serif;
  font-weight: 600;
}
.article__content p a {
  color: #016ca2;
  text-decoration: underline;
}
.article__content > p,
.reg-v4 {
  margin: 0 0 2rem;
}
.article__content > p {
  letter-spacing: -0.0011875rem;
}
.article__content img {
  width: 100%;
  margin: 2rem var(--grid-offset-justify);
}
:root {
  --classifieds-gap: rem(20px);
}
@media (min-width: 48em) {
  .layout-grid {
    grid-template-columns: repeat(8, 1fr);
  }
  :root {
    --grid-column-gap: 1.8125rem;
    --grid-column-gap-justify: -1.8125rem;
    --grid-offset: 1.625rem;
    --grid-offset-justify: -1.625rem;
  }
  .layout-grid {
    grid-column-gap: 1.8125rem;
  }
  .layout-container {
    max-width: 47.9375rem;
    padding-right: 1.625rem;
    padding-left: 1.625rem;
  }
  .section-header {
    padding-top: 1.875rem;
  }
  .section-header__title-wrap {
    grid-column: 1/9;
  }
  .section-header__title {
    margin: 0;
    font-size: 1.75rem;
    letter-spacing: -0.0375rem;
  }
  .section-header__nav {
    grid-column: 1/9;
  }
  .section-header__nav:after {
    width: 2rem;
  }
  .section-header__nav .section-header__menu {
    padding-right: 2rem;
  }
  .topbar--static .topbar__inner {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .topbar__actions {
    grid-column: 6/9;
    grid-row: 1;
  }
  .topbar .button--login {
    position: relative;
    width: auto;
    border-color: #f7cf3c;
    background: none;
  }
  .topbar .button--login:after {
    content: " \25be";
    display: inline-block;
    padding: 0 0.1875rem 0 1.25rem;
  }
  .topbar .button--login svg {
    display: none;
  }
  .topbar .button--login span {
    display: block;
  }
  .topbar--static .brand-logo {
    justify-content: center;
  }
  .brand-logo--compact .brand-logo__image {
    height: 1.9375rem;
  }
  .topbar__edition {
    grid-column: 1/9;
    align-items: center;
    font-family: MarcinAntB, sans-serif;
    font-size: 0.75rem;
    line-height: 1.33;
  }
  .topbar .edition-menu {
    position: relative;
    height: 1rem;
    margin-left: 0.125rem;
  }
  .topbar .edition-menu > ul {
    position: absolute;
    top: -0.3125rem;
    left: 0.3125rem;
    z-index: 6;
    display: flex;
    width: 9.375rem;
    border-radius: 0.125rem;
    box-shadow: 0 0.0625rem 0.25rem #0000001a;
    line-height: 2;
    background-color: #fff;
    transform: translateZ(0);
  }
  .topbar .edition-menu > ul > li {
    padding: 0 0.625rem;
  }
  .topbar .edition-menu > ul > li:last-child {
    margin-bottom: 0.625rem;
  }
  .topbar .edition-menu li {
    display: none;
  }
  .topbar .edition-menu li.edition-menu__primary-item {
    display: block;
    order: 0;
    padding: 0 0.625rem;
    font-weight: 700;
  }
  .topbar .edition-menu li.edition-menu__primary-item > .is-static {
    cursor: default;
    pointer-events: none;
  }
  .topbar .edition-menu li.edition-menu__primary-item .is-static {
    padding-left: 0;
  }
  .topbar .edition-menu li.edition-menu__primary-item .is-static:after {
    content: "";
    position: absolute;
    top: 0.5625rem;
    right: 0;
    width: 0;
    height: 0;
    border-top: 0.3125rem solid #00aeff;
    border-right: 0.3125rem solid transparent;
    border-left: 0.3125rem solid transparent;
    transition: all 0.3s ease-out;
  }
  .topbar .edition-menu li.edition-menu__primary-item .is-static:before {
    display: none;
  }
  .topbar .edition-menu li.edition-menu__selected-item > .is-static {
    cursor: default;
    pointer-events: none;
  }
  .topbar--static {
    box-shadow: none;
  }
  .topbar--static .topbar__edition {
    display: flex;
    grid-column: 1/6;
    grid-row: 1;
  }
  .topbar--static .topbar__brand {
    display: contents;
    grid-column: 1/9;
    grid-row: 2;
  }
  .topbar--static .topbar__menu {
    display: flex;
    grid-column: 1/2;
    align-items: center;
    margin: 1.25rem 0 0;
  }
  .topbar--static .brand-logo {
    grid-column: 3/7;
    margin-top: 1.25rem;
  }
  .site-header__topbar {
    min-height: 8.9375rem;
  }
  .article__header,
  .article-meta {
    grid-column: 1/9;
  }
  .article__content,
  .newsletter {
    grid-column: 1/5;
  }
  .page-layout__sidebar {
    grid-column: 6/9;
  }
  .article__header {
    border-bottom: 0.0625rem solid #4a4a4a;
  }
  .article__heading {
    grid-column: 1/9;
    padding-right: 2rem;
    padding-bottom: 3.5rem;
    padding-left: 2rem;
  }
  .article__hero {
    grid-column: 1/9;
  }
  .article__title {
    font-size: 2.3125rem;
    line-height: 1.14;
    letter-spacing: -0.0675rem;
  }
  .social-actions {
    display: block;
    margin-top: 0;
    border: none;
    padding-top: 0;
  }
  .article-meta {
    margin: 0 0 3.125rem;
  }
  .article-meta__avatar,
  .article-meta__content {
    grid-column: 1/9;
  }
  .article-meta__author {
    margin-bottom: 0.3125rem;
  }
  .article-meta__date {
    display: block;
    margin-bottom: 0.9375rem;
    border-bottom: 0.0625rem solid #4a4a4a;
    padding-bottom: 0.8125rem;
  }
  .article-meta__date span {
    display: inline;
  }
  .article-meta .social-actions {
    width: auto;
  }
  .article__content {
    font-size: 1.375rem;
    line-height: 1.45;
  }
  .article__content > p,
  .reg-v4,
  .info-block,
  .mvt-content p {
    margin: 0 2rem 3.125rem;
  }
}
@media (min-width: 48em) and (min-width: 48em) and (max-width: 62.5425em) {
  .topbar .button--login span {
    max-width: 6.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .at-callout {
    margin: 0 2rem 3.125rem;
  }
}
@media (min-width: 62.5625em) {
  .layout-grid {
    grid-template-columns: repeat(12, 1fr);
  }
  .layout-grid--large {
    display: grid;
  }
  :root {
    --grid-column-gap: 1.9375rem;
    --grid-column-gap-justify: -1.9375rem;
    --grid-offset: 1.375rem;
    --grid-offset-justify: -1.375rem;
  }
  .layout-grid {
    grid-column-gap: 1.9375rem;
  }
  .layout-container {
    max-width: none;
    padding-right: 1.375rem;
    padding-left: 1.375rem;
  }
  .section-header {
    padding-top: 2.375rem;
  }
  .section-header__title-wrap {
    grid-column: 1/13;
  }
  .section-header__title {
    font-size: 2.125rem;
    letter-spacing: -0.0375rem;
  }
  .section-header__nav {
    display: flex;
    grid-column: 7/13;
    grid-row: 2;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .section-header__nav:after {
    display: none;
  }
  .section-header__nav .section-header__menu {
    padding-right: 0;
    padding-left: 0;
    overflow-x: visible;
  }
  .section-header__nav .is-static {
    padding: 0.9375rem 0.1875rem;
  }
  .topbar__actions {
    grid-column: 10/13;
  }
  .topbar--static .brand-logo {
    grid-column: 5/9;
  }
  .article__header,
  .article-meta {
    grid-column: 1/13;
  }
  .article__content {
    grid-column: 1/9;
  }
  .newsletter {
    grid-column: 2/9;
  }
  .page-layout__sidebar {
    grid-column: 10/13;
    grid-row: span 20;
  }
  .article__header {
    margin-bottom: 3.75rem;
    padding-top: 2.5rem;
  }
  .article__heading {
    grid-column: 2/12;
    padding-right: unset;
    padding-bottom: 3.5rem;
    padding-left: unset;
  }
  .article__hero {
    grid-column: 1/13;
  }
  .article__hero .media__image {
    margin: 0;
  }
  .article__title {
    font-size: 2.5rem;
    line-height: 1.1;
    letter-spacing: -0.061875rem;
  }
  .article__heading:has(.article-audio) {
    padding-bottom: 1.875rem;
  }
  .article-meta__avatar {
    grid-column: 1/2;
    margin-bottom: 0;
    text-align: left;
  }
  .article-meta__content {
    grid-column: 2/9;
    text-align: left;
  }
  .article__content {
    margin-bottom: 3rem;
  }
  .article__content > p,
  .reg-v4,
  .info-block,
  .mvt-content p {
    margin: 0 0 2rem;
  }
}
.info-block {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-left: 4px solid #cc0000;
  border-radius: 4px;
  padding: 24px 28px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}
@media (min-width: 74.9375em) {
  .layout-container {
    max-width: 74.9375rem;
  }
  .article__content > p,
  .reg-v4,
  .at-callout {
    margin: 0 0 2rem var(--grid-8-1-column-content-gap);
  }
  .info-block {
    margin: 0 0 2rem var(--grid-8-1-column-content-gap);
  }
  .mvt-content p.at-paragraph {
    margin: 0 0 2rem var(--grid-8-1-column-content-gap);
  }
}
@media (max-width: 35.98em) {
  .article-meta .social-actions__item.social-actions__comments {
    margin-left: auto;
  }
  .article-meta .social-actions__item.social-actions__google {
    display: flex;
    flex-basis: 100%;
    margin-top: 0.3125rem;
    margin-left: 0;
    border-top: 1px solid #dedede;
    padding-top: 0.625rem;
  }
}
@media (max-width: 47.98em) {
  .article__content > .at-image,
  .mvt-content > img {
    width: calc(100% + 2.5rem);
    max-width: none;
    height: auto;
  }
  .button--small {
    padding: 0.125rem 0.5rem 0.0625rem;
  }
  .topbar .button--login {
    width: 2rem;
    height: 2rem;
    border-radius: 100%;
  }
}
@media (max-width: 374px) {
  .topbar__actions .button--small {
    display: none;
  }
}
:root {
  --core_background_color: #333;
}
.site-footer--wide {
  background: #fff;
  margin-top: 1.5rem;
}
.site-footer svg {
  fill: #000;
  stroke: #000;
}
.site-footer__prisa-logo {
  width: 6.6875rem;
  height: 2.625rem;
  text-indent: -9999px;
  background-image: url("/img/logo-prisa.webp");
  background-size: cover;
}
.site-footer__content {
  position: relative;
}
.site-footer__main span {
  font-family: MarcinAntB, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.site-footer__brand {
  justify-content: center;
  margin: 1.375rem 0;
}
.site-footer__brand h3 {
  height: 2.6875rem;
  margin: 0 auto 0.875rem;
}
.site-footer__brand .button {
  display: block;
  margin: 0 auto;
  padding: 0.5rem 1.9375rem 0.5rem 0.9375rem;
  font-family: MarcinAntB, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  text-transform: initial;
}
.site-footer__brand .button span {
  position: relative;
}
.site-footer__brand .button span:after {
  content: "";
  position: absolute;
  top: 0.25rem;
  right: -1.1875rem;
  width: 0;
  height: 0;
  border-right: 0.3125rem solid #fff;
  border-bottom: 0.3125rem solid #016ca2;
  border-left: 0.3125rem solid #fff;
}
.site-footer__legal {
  margin-top: 0.75rem;
  border-bottom: 0.0625rem solid #000;
  font-family: MarcinAntB, sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  text-align: center;
}
.site-footer__legal > p {
  padding-bottom: 2.25rem;
  color: #4a4a4a;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1.33;
  text-align: left;
}
.site-footer__legal .is-static {
  display: inline-block;
  margin-right: 0.375rem;
  margin-bottom: 0.6875rem;
}
.site-footer__legal .is-static:last-child {
  margin-right: 0;
}
.site-footer__social {
  float: right;
}
.site-footer__social svg {
  width: 1.0625rem;
  height: auto;
  margin-left: 0.5625rem;
  stroke: none;
}
.site-footer__partners {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0.9375rem 0 1.5625rem;
  font-size: 0.75rem;
}
.site-footer__partners-list {
  margin: 1.125rem 0 0 0.9375rem;
  padding: 0;
  list-style-type: none;
}
.site-footer__partner {
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.site-footer__partner .is-static {
  margin-bottom: 0;
}
.site-footer__partner:last-child {
  margin: 0;
  padding: 0;
}
.site-footer__partner:last-child:after {
  display: none;
}
@media (min-width: 48em) {
  .site-footer__main {
    border-top: 0;
  }
}
@media (min-width: 48em) and (max-width: 62.5425em) {
  .site-footer__legal > div {
    padding: 0 5.625rem 0.75rem;
  }
}
@media (min-width: 62.5625em) {
  .site-footer__content {
    border-bottom: 0.0625rem solid #000;
    padding-top: 2.3125rem;
    padding-bottom: 1.5625rem;
  }
  .site-footer__main {
    grid-column: 1/11;
  }
  .site-footer__brand {
    margin: 0;
  }
  .site-footer__brand h3 {
    margin-top: -0.8125rem;
  }
  .site-footer__brand {
    grid-column: 11/13;
    justify-content: end;
  }
  .site-footer__legal {
    border-bottom: 0;
    padding: 0;
    text-align: left;
  }
  .site-footer__partners {
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 0.625rem;
    margin-bottom: 0;
  }
  .site-footer__partners-list {
    margin-top: 0;
  }
  .site-footer__partner {
    margin-bottom: 0;
    padding-right: 0.5rem;
  }
  .site-footer__partner:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 100%;
    margin-left: 0.5rem;
    background: #efefef;
  }
}
:root {
  --article-body-tablet-offset: rem(32px);
  --grid-6-1-column-content: calc(
    1 * ((100% - var(--grid-column-gap) * 5) / 6 + var(--grid-column-gap)) -
      var(--grid-column-gap)
  );
  --grid-6-1-column-content-gap: calc(
    1 * ((100% - var(--grid-column-gap) * 5) / 6 + var(--grid-column-gap))
  );
  --grid-8-1-column-content: calc(
    1 * ((100% - var(--grid-column-gap) * 7) / 8 + var(--grid-column-gap)) -
      var(--grid-column-gap)
  );
  --grid-8-1-column-content-gap: calc(
    1 * ((100% - var(--grid-column-gap) * 7) / 8 + var(--grid-column-gap))
  );
  --grid-8-2-column-content: calc(
    2 * ((100% - var(--grid-column-gap) * 7) / 8 + var(--grid-column-gap)) -
      var(--grid-column-gap)
  );
  --grid-8-3-column-content: calc(
    3 * ((100% - var(--grid-column-gap) * 7) / 8 + var(--grid-column-gap)) -
      var(--grid-column-gap)
  );
  --grid-8-4-column-content: calc(
    4 * ((100% - var(--grid-column-gap) * 7) / 8 + var(--grid-column-gap)) -
      var(--grid-column-gap)
  );
  --grid-10-1-column-content: calc(
    1 * ((100% - var(--grid-column-gap) * 9) / 10 + var(--grid-column-gap)) -
      var(--grid-column-gap)
  );
  --grid-10-2-column-content: calc(
    2 * ((100% - var(--grid-column-gap) * 9) / 10 + var(--grid-column-gap)) -
      var(--grid-column-gap)
  );
  --grid-10-3-column-content: calc(
    3 * ((100% - var(--grid-column-gap) * 9) / 10 + var(--grid-column-gap)) -
      var(--grid-column-gap)
  );
  --grid-10-4-column-content: calc(
    4 * ((100% - var(--grid-column-gap) * 9) / 10 + var(--grid-column-gap)) -
      var(--grid-column-gap)
  );
  --grid-10-1-column-content-gap: calc(
    1 * ((100% - var(--grid-column-gap) * 9) / 10 + var(--grid-column-gap))
  );
  --grid-12-1-column-content-gap: calc(
    1 * ((100% - var(--grid-column-gap) * 11) / 12 + var(--grid-column-gap))
  );
}
@font-face {
  font-family: MajritTxRoman;
  src: url("/fonts/Majrit-Text-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: MajritTx;
  src: url("/fonts/Majrit-Text-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: MajritTx;
  src: url("/fonts/Majrit-Text-Medium-Italic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: MajritTx;
  src: url("/fonts/Majrit-Text-Semibold-Italic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: MajritTx;
  src: url("/fonts/Majrit-Text-Extrabold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: MajritTx;
  src: url("/fonts/Majrit-Text-Extrabold-Italic.woff2") format("woff2");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: MajritTx;
  src: url("/fonts/Majrit-Text-Black-Italic.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
.widget__title {
  position: relative;
  margin: 0;
  border-bottom: 0.0625rem solid #4a4a4a;
  padding-bottom: 0.5rem;
  color: #000;
  font-family: MajritTx, serif;
  font-weight: 900;
  font-size: 0.75rem;
  line-height: 1.25;
  letter-spacing: -0.015rem;
  text-transform: uppercase;
}
.widget__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8.25rem;
  height: 0.125rem;
  background: #000;
}
.media {
  color: #111;
}
.article__content > h2 {
  position: relative;
  margin: 3.125rem 0 0.8125rem;
  padding: 0 0 0.625rem;
  font-family: MajritTx, serif;
  font-weight: 900;
}
.article__content > h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4.375rem;
  height: 0.0625rem;
  background-color: #000;
}
.article__content > h2 {
  font-size: 1.375rem;
  line-height: 1.09;
}
.article__content ol li::marker {
  content: counter(item) ". ";
  margin-right: 0.625rem;
  font-family: MajritTx, serif;
  font-weight: 700;
}
.article__content ul a {
  color: #016ca2;
  text-decoration: underline;
}
.article__content ul a:hover {
  text-decoration: none;
}
.comments-cta {
  justify-content: space-between;
  margin-top: 3.125rem;
  border-top: 0.5rem solid #000;
  border-bottom: 1px solid #4a4a4a;
  padding-block: 2.5rem;
}
.comments-cta .widget__header {
  justify-content: space-between;
}
.comments-cta .widget__title {
  border: none;
  padding: 0 0 0.5rem;
  background: transparent;
}
.comments-cta__count {
  font-family: MarcinAntB, sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
}
.comments-cta__count:not(:empty):before {
  content: "-";
  display: inline-block;
  padding: 0 0.3125rem;
}
.comments-cta svg {
  width: 0.875rem;
  height: 0.875rem;
  margin-left: 0.3125rem;
  fill: #000;
  stroke: #fff;
}
.comments-cta__rules {
  color: #016ca2;
  font-family: MarcinAntB, sans-serif;
  font-size: 0.875rem;
  line-height: 1.14;
}
.newsletter {
  margin: 0 0 2rem;
}
.newsletter .widget__title {
  padding-bottom: 0;
}
.newsletter .widget__body {
  display: flex;
  flex-direction: column;
}
.newsletter__text {
  position: relative;
  margin-top: 0.625rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  color: #000;
  font-family: MarcinAntB, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.29;
}
.newsletter__text.is-static {
  padding-left: 1.75rem;
}
.newsletter__icon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.375rem;
  height: auto;
  transform: translateY(-50%);
}
.newsletter__social {
  flex-shrink: 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.newsletter .social-actions {
  margin-top: 0.3125rem;
  border-top: 0;
  padding-top: 0;
  padding-bottom: 0.25rem;
}
.newsletter .social-actions .icon-button {
  padding: 0;
  background-color: transparent;
}
.newsletter .newsletter__social:has(.social-actions:empty) {
  display: none;
}
.page-layout__sidebar > *:not(:first-child) {
  margin-top: 3.125rem;
}
.popular-news {
  border-bottom: 0.0625rem solid #4a4a4a;
}
.popular-news .widget__body {
  padding: 1.25rem 0;
  padding-left: 0.9375rem;
}
.popular-news ol {
  padding-left: 0.9375rem;
  list-style-type: revert;
}
.popular-news ol li {
  position: relative;
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
  font-family: MajritTx, serif;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.15;
}
.popular-news ol li .is-static {
  font-weight: 500;
}
.popular-news ol li:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: -0.9375rem;
  border-bottom: 0.0625rem dotted #111111;
}
.popular-news ol li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.popular-news ol li:last-child:after {
  border-bottom: none;
}
.latest-news {
  border-bottom: 0.0625rem solid #4a4a4a;
}
.latest-news .widget__title {
  border-top: 0.5rem solid #000;
  padding-top: 1.25rem;
  padding-bottom: 0.6875rem;
  font-weight: 900;
  font-size: 1.1875rem;
  line-height: 1.42;
  letter-spacing: -0.0175rem;
  text-transform: none;
}
.latest-news .widget__title:after {
  width: 13.125rem;
}
.latest-news .widget__body {
  padding: 0 0 0.5rem;
}
.latest-news .news-item {
  margin-bottom: 0;
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.latest-news .news-item:last-of-type {
  border-bottom: none;
}
.latest-news .news-item__header {
  display: block;
}
.latest-news .news-item__time {
  color: #e8120b;
  font-family: MarcinAntB, sans-serif;
  font-weight: 500;
  font-size: 0.8125rem;
}
.latest-news .news-item__time:after {
  content: "";
  display: inline-block;
  width: 0.0625rem;
  height: 0.625rem;
  margin: 0 0.3125rem;
  background: #000;
}
.latest-news .news-item .news-item__header .news-item__title {
  display: inline;
  margin: 0;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.29;
}
.page-layout__sidebar .latest-news .widget__title {
  border-top: 0;
  border-bottom: 1px solid #000;
  padding-top: 0;
  padding-bottom: 0.5rem;
  font-family: MajritTx, serif;
  font-weight: 900;
  font-size: 0.75rem;
  line-height: 1.25;
  text-transform: uppercase;
}
.page-layout__sidebar .latest-news .widget__title:after {
  display: block;
  width: 132px;
  height: 2px;
}
.page-layout__sidebar .latest-news .news-item {
  border-bottom: 1px dotted #111;
  padding: 10px 0;
}
.page-layout__sidebar .latest-news .news-item:last-child {
  border-bottom: 0;
}
.page-layout__sidebar .latest-news .news-item__title {
  font-family: MajritTx, serif;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.15;
}
@media (min-width: 48em) {
  .article__content > h2 {
    margin: 0 2rem 2rem;
  }
  .article__content > h2 {
    font-size: 1.75rem;
    line-height: 1.07;
  }
  .newsletter {
    margin: 0 2rem 2rem;
  }
  .newsletter .widget__body {
    flex-direction: row;
  }
  .newsletter__text {
    padding-bottom: 0;
  }
  .newsletter__social {
    margin-left: auto;
    border-top: 0;
    border-bottom: 0;
    border-left: 1px solid #000000;
    padding: 0 0 0 0.9375rem;
  }
  .newsletter .social-actions {
    padding-bottom: 0;
  }
}
@media (min-width: 62.5625em) {
  .article__content > h2 {
    margin: 3.75rem 0 2rem;
  }
  .article__content > h2 {
    font-size: 1.75rem;
    line-height: 1.07;
  }
  .newsletter {
    margin: 0 0 2rem;
  }
  .page-layout__sidebar:before {
    content: "";
    position: absolute;
    top: 0;
    right: 300px;
    width: 0.0625rem;
    height: 100%;
    background: #dedede;
  }
  .page-layout__sidebar > *:not(:first-child) {
    margin-top: 6.25rem;
  }
  .latest-news .news-item .news-item__header .news-item__title {
    display: inline;
    margin: 0;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.29;
  }
}
@media (min-width: 74.9375em) {
  .article__content > h2 {
    margin: 3.75rem 0 2rem var(--grid-8-1-column-content-gap);
  }
}
.page--scrollable {
  overflow: auto;
}
.is-static {
  cursor: default;
  unicode-bidi: normal;
}
.zoom-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  opacity: 1;
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  transition: background-color 0.24s ease;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: zoom-out;
  user-select: none;
  touch-action: none;
  isolation: isolate;
  overscroll-behavior: contain;
  isolation: isolate;
  will-change: opacity;
  -webkit-tap-highlight-color: transparent;
}
.zoom-image {
  z-index: 1;
  object-fit: contain;
  transition:
    left 0.26s ease,
    top 0.26s ease,
    width 0.26s ease,
    height 0.26s ease,
    opacity 0.2s ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: default;
  user-select: none;
  -webkit-user-drag: none;
  will-change: opacity, transform;
}
.zoom-close {
  position: fixed;
  top: calc(12px + env(safe-area-inset-top));
  right: calc(12px + env(safe-area-inset-right));
  bottom: auto;
  left: auto;
  z-index: 2147483647;
  display: block;
  width: 44px;
  height: 44px;
  margin: 0;
  border: 0;
  padding: 0;
  opacity: 0;
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  transition:
    opacity 0.2s ease,
    color 0.3s ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  cursor: pointer;
  pointer-events: none;
  -webkit-tap-highlight-color: transparent;
}
.zoom-close:hover {
  color: #e11229;
}
[data-zoomable] {
  position: relative;
  display: block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  cursor: zoom-in;
}
[data-zoomable] img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -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;
  opacity: 0.5;
  color: #e11229;
  background-image: url("/img/lupa.svg");
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  user-select: none;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .zoom-overlay {
      isolation: isolate;
    }
    .zoom-image {
      image-rendering: auto;
    }
  }
}
.comments-toolbar,
.comments {
  font-family: Mulish, Arial, Helvetica, sans-serif;
}
.comments-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  border-top: 1px solid #c8cdd2;
  padding: 2.25rem 0 1.75rem;
  color: #3f4145;
  font-size: 1.125rem;
}
.comments-toolbar__share {
  color: #656c7a;
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
}
.comments-toolbar__share::before {
  content: "•";
  margin-right: 0.625rem;
  color: #656c7a;
}
.comments-toolbar__sort {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.comments-toolbar__sort span {
  padding-bottom: 0.25rem;
}
.comments-toolbar__sort-item--active {
  border-bottom: 3px solid #0077b5;
  padding-bottom: calc(0.25rem - 3px) !important;
  color: #0077b5;
}
.post {
  margin: 0;
  color: #2a2e2e;
  font-family: Mulish, Arial, Helvetica, sans-serif;
}
.post > .post-content {
  position: relative;
  margin-bottom: 1rem;
}
.post > .post-content::after {
  content: "";
  display: table;
  clear: both;
}
.post .avatar {
  float: left;
  width: 3.25rem;
  height: 3.25rem;
  margin-right: 0.625rem;
  border-radius: 1rem;
  overflow: hidden;
  background: #dbdfe4;
}
.post .avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post .avatar--default {
  box-sizing: border-box;
  border: 1px solid #d7e5ee;
  background: #fff;
}
.post .avatar--default img {
  border-radius: inherit;
}
.post .post-collapse {
  position: absolute;
  top: 1.125rem;
  right: 0.5rem;
  width: 1.125rem;
  height: 2px;
  background: #8b9298;
}
.post .post-body {
  min-width: 0;
  overflow: hidden;
}
.post .comment__header {
  min-height: 1.3125rem;
  margin: 0.25rem 0;
  padding-right: 2rem;
  font-size: 0.75rem;
  line-height: 1.3125rem;
}
.post .author {
  display: inline;
  margin-right: 0.25rem;
  color: #656c7a;
  font-weight: 700;
  font-size: 0.9375rem;
}
.post .post-meta {
  display: block;
  color: #494e58;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: lowercase;
}
.post .post-message {
  overflow-wrap: break-word;
  color: #2a2e2e;
  font-size: 0.9375rem;
  line-height: 1.3125rem;
}
.post .post-message img {
  display: block;
  max-width: 100%;
  border-radius: 0.1875rem;
}
.post .comment__footer {
  margin-top: 0.5rem;
  color: #656c7a;
}
.post .comment-share {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: #494e58;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
}
@media (max-width: 31.25em) {
  .comments-toolbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem 0;
  }
  .comments-toolbar__sort {
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    font-size: 0.875rem;
  }
}
@media (max-width: 1000px) {
  .page-layout__sidebar {
    display: none;
  }
}
.at-callout {
  border-left: 4px solid #00aeff;
  background-color: #efefef;
  padding: 14px;
}
.inline_style-1 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f0f0f0;
}
.inline_style-2 {
  background: #cc0000;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 4px 10px;
  border-radius: 3px;
  text-transform: uppercase;
}
.inline_style-3 {
  margin-left: 12px;
  color: #666666;
  font-size: 13px;
  font-weight: 500;
}
.inline_style-4 {
  display: flex;
  margin-bottom: 18px;
}
.inline_style-5 {
  display: flex;
}
.inline_style-6 {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: #f7f7f7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #cc0000;
  font-size: 15px;
  margin-right: 16px;
}
.inline_style-7 {
  flex: 1;
  padding-top: 2px;
}
.inline_style-8 {
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 4px;
  font-size: 15px;
}
.inline_style-9 {
  color: #444444;
  font-size: 14px;
  line-height: 1.5;
}
.inline_style-10 {
  color: #cc0000;
  font-weight: 700;
}
.inline_style-11 {
  color: #1a1a1a;
}
.inline_style-12 {
  color: #2e7d32;
  font-weight: 600;
}
.reg-v4 {
  --reg-v4-avatar-box-size: calc(
    var(--reg-v4-avatar-size) + var(--reg-v4-avatar-gap) * 2 +
      var(--reg-v4-avatar-border-width) * 2
  );
  --reg-v4-line-width: 1px;
  --reg-v4-dot-center-left: calc(
    var(--reg-v4-line-left) - var(--reg-v4-content-padding-left) +
      var(--reg-v4-line-width) / 2
  );
}
.reg-v4,
.reg-v4 * {
  box-sizing: border-box !important;
  font-family: var(--reg-v4-font-family);
}
.reg-v4 b {
  font-weight: var(--reg-v4-step-bold) !important;
}
.reg-v4 .reg-v4__content {
  position: relative !important;
  max-width: 645px !important;
  margin: 0 auto !important;
  padding-top: var(--reg-v4-content-padding-top);
  padding-bottom: var(--reg-v4-content-padding-bottom);
  padding-left: var(--reg-v4-content-padding-left);
  color: var(--reg-v4-text-color);
}
.reg-v4 .reg-v4__content::before {
  content: "" !important;
  position: absolute !important;
  top: var(--reg-v4-line-top);
  left: var(--reg-v4-line-left);
  width: var(--reg-v4-line-width);
  height: var(--reg-v4-line-height);
  background-color: var(--reg-v4-accent);
}
.reg-v4 .reg-v4__user {
  position: static !important;
  display: block !important;
  z-index: 2 !important;
  margin: 0 !important;
}
.reg-v4 .reg-v4__avatar {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: var(--reg-v4-avatar-box-size);
  height: var(--reg-v4-avatar-box-size);
  border: var(--reg-v4-avatar-border);
  border-radius: var(--reg-v4-avatar-radius);
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  z-index: 2 !important;
}
.reg-v4 .reg-v4__avatar > img {
  display: block !important;
  width: var(--reg-v4-avatar-size);
  height: var(--reg-v4-avatar-size);
  border-radius: inherit !important;
  object-fit: cover !important;
}
.reg-v4 .reg-v4__name {
  display: inline-block !important;
  margin: 0 !important;
  font-size: var(--reg-v4-name-font-size);
  font-weight: var(--reg-v4-name-font-weight);
  line-height: var(--reg-v4-name-line-height);
  color: var(--reg-v4-name-color);
  text-decoration: none !important;
}
.reg-v4 .reg-v4__title {
  width: fit-content !important;
  max-width: 100%;
  margin: var(--reg-v4-title-margin);
  padding: var(--reg-v4-title-padding);
  background-color: var(--reg-v4-title-bg);
  color: var(--reg-v4-title-color);
  font-size: var(--reg-v4-title-font-size);
  font-weight: var(--reg-v4-title-font-weight);
  line-height: var(--reg-v4-title-line-height);
  letter-spacing: var(--reg-v4-title-letter-spacing);
  text-transform: var(--reg-v4-title-text-transform);
  border-radius: var(--reg-v4-title-radius);
  hyphens: auto !important;
}
.reg-v4 .reg-v4__content > ul {
  margin: 0 auto 25px !important;
  padding: 0 !important;
  font: inherit !important;
  text-align: left !important;
  list-style: none !important;
}
.reg-v4 .reg-v4__content > ul li {
  position: relative !important;
  margin: var(--reg-v4-step-margin);
  padding: 0 !important;
  font-size: var(--reg-v4-step-font-size);
  line-height: var(--reg-v4-step-line-height);
}
.reg-v4 .reg-v4__content > ul li:last-child {
  margin-top: var(--reg-v4-last-step-margin-top);
}
.reg-v4 .reg-v4__content > ul li::before {
  content: "" !important;
  position: absolute !important;
  top: var(--reg-v4-dot-top);
  left: var(--reg-v4-dot-center-left);
  width: var(--reg-v4-dot-size);
  height: var(--reg-v4-dot-size);
  background-color: var(--reg-v4-accent);
  border-radius: var(--reg-v4-dot-radius);
  transform: translate(-50%, -50%) !important;
}
.reg-v4 .reg-v4__link,
.reg-v4 .reg-v4__list a {
  color: var(--reg-v4-link);
  text-decoration: underline !important;
}
.reg-v4 .reg-v4__link:hover,
.reg-v4 .reg-v4__list a:hover {
  color: var(--reg-v4-link-hover);
}
.reg-v4 .reg-v4__list a {
  font-weight: var(--reg-v4-link-bold) !important;
}
.reg-v4 .reg-v4__text {
  margin: var(--reg-v4-note-margin);
  font-size: var(--reg-v4-note-font-size);
  color: var(--reg-v4-note-color);
}
.reg-v4 .button-link {
  display: inline-block !important;
  width: var(--reg-v4-button-width);
  max-width: none !important;
  margin: var(--reg-v4-button-margin);
  padding: var(--reg-v4-button-padding);
  font-weight: var(--reg-v4-button-font-weight);
  font-size: var(--reg-v4-button-font-size);
  line-height: 100% !important;
  text-align: center !important;
  text-transform: var(--reg-v4-button-text-transform);
  color: var(--reg-v4-button-text-color);
  background-color: var(--reg-v4-button-bg);
  border-radius: var(--reg-v4-button-radius);
  text-decoration: none !important;
  box-shadow: var(--reg-v4-button-shadow);
}
.reg-v4 .button-link:hover {
  color: var(--reg-v4-button-text-hover-color);
  background-color: var(--reg-v4-button-hover-bg);
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .reg-v4 {
    --reg-v4-content-padding-left: var(--reg-v4-content-mobile-padding-left);
    --reg-v4-line-left: var(--reg-v4-line-mobile-left);
    --reg-v4-avatar-size: var(--reg-v4-avatar-mobile-size);
    --reg-v4-avatar-margin-bottom: var(--reg-v4-avatar-mobile-margin-bottom);
  }
  .reg-v4 .reg-v4__content {
    padding-bottom: var(--reg-v4-content-mobile-padding-bottom);
  }
  .reg-v4 .reg-v4__content::before {
    height: var(--reg-v4-line-mobile-height);
  }
}
@media (max-width: 575px) {
  .reg-v4 .button-link {
    width: var(--reg-v4-button-mobile-width);
    margin-left: var(--reg-v4-button-mobile-margin-left);
  }
}
:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
}
.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);
}
.mvt-content {
  display: none;
}
#no-exp .mvt-content:nth-child(2) {
  display: block;
}
.reg-v4 {
  --reg-v4-accent: #005890;
  --reg-v4-title-bg: #e3e3e3;
  --reg-v4-title-color: #000;
  --reg-v4-text-color: #000;
  --reg-v4-font-family: Arial, sans-serif;
  --reg-v4-button-bg: #005890;
  --reg-v4-button-hover-bg: #007fff;
  --reg-v4-button-text-color: #ffffff;
  --reg-v4-button-text-hover-color: #ffffff;
  --reg-v4-button-text-transform: uppercase;
  --reg-v4-link: #e11229;
  --reg-v4-link-hover: #007fff;
  --reg-v4-link-bold: inherit;
  --reg-v4-note-color: #464b5a;
  --reg-v4-content-padding-top: 16px;
  --reg-v4-content-padding-bottom: 8px;
  --reg-v4-content-padding-left: 75px;
  --reg-v4-content-mobile-padding-left: 58px;
  --reg-v4-content-mobile-padding-bottom: 20px;
  --reg-v4-avatar-size: 54px;
  --reg-v4-avatar-mobile-size: 47px;
  --reg-v4-avatar-gap: 0px;
  --reg-v4-avatar-border: none;
  --reg-v4-avatar-border-width: 0px;
  --reg-v4-avatar-radius: 50%;
  --reg-v4-avatar-margin-bottom: -60px;
  --reg-v4-avatar-mobile-margin-bottom: -50px;
  --reg-v4-line-left: 27px;
  --reg-v4-line-mobile-left: 19px;
  --reg-v4-line-top: 20px;
  --reg-v4-line-height: 93%;
  --reg-v4-line-mobile-height: 92%;
  --reg-v4-line-width: 1px;
  --reg-v4-dot-size: 11px;
  --reg-v4-dot-radius: 50%;
  --reg-v4-dot-top: 0.65em;
  --reg-v4-name-font-size: 16px;
  --reg-v4-name-font-weight: 700;
  --reg-v4-name-line-height: 18px;
  --reg-v4-name-color: var(--ue-c-comments-user-name-color, #000);
  --reg-v4-title-font-size: 1.1875rem;
  --reg-v4-title-font-weight: 800;
  --reg-v4-title-line-height: 1.5rem;
  --reg-v4-title-letter-spacing: 0;
  --reg-v4-title-text-transform: uppercase;
  --reg-v4-title-padding: 16px 13px;
  --reg-v4-title-margin: 4px 0 25px;
  --reg-v4-title-radius: 4px;
  --reg-v4-step-font-size: 19px;
  --reg-v4-step-line-height: 1.35;
  --reg-v4-step-margin: 8px 0;
  --reg-v4-last-step-margin-top: 20px;
  --reg-v4-step-bold: 700;
  --reg-v4-note-font-size: var(--font-size-main-text);
  --reg-v4-note-margin: 0 0 20.647px;
  --reg-v4-button-width: 100%;
  --reg-v4-button-mobile-width: 90%;
  --reg-v4-button-margin: 0 auto 20px;
  --reg-v4-button-mobile-margin-left: 10px;
  --reg-v4-button-padding: 19px;
  --reg-v4-button-font-size: 16px;
  --reg-v4-button-font-weight: 700;
  --reg-v4-button-radius: 10px;
  --reg-v4-button-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
}
.reg-v4 {
  --reg-v4-accent: #016ca2;
  --reg-v4-font-family: inherit;
  --reg-v4-title-bg: #191919;
  --reg-v4-title-color: #ffffff;
  --reg-v4-text-color: #333333;
  --reg-v4-name-color: #191919;
  --reg-v4-note-color: #666666;
  --reg-v4-button-bg: transparent;
  --reg-v4-button-hover-bg: #016ca2;
  --reg-v4-button-text-color: #016ca2;
  --reg-v4-button-text-hover-color: #ffffff;
  --reg-v4-button-font-size: 18px;
  --reg-v4-button-radius: 15px;
  --reg-v4-button-shadow: 1px 1px #016ca2, -1px -1px #016ca2;
  --reg-v4-link: #016ca2;
  --reg-v4-link-hover: #237fac;
  --reg-v4-title-font-weight: 800;
  --reg-v4-title-letter-spacing: 0.01em;
  --reg-v4-title-text-transform: uppercase;
  --reg-v4-button-mobile-width: 100%;
  --reg-v4-button-mobile-margin-left: 0;
}
.popup-modal__button:focus-visible,
.popup-modal__close:focus-visible {
  outline: 2px solid rgba(144, 116, 255, 0.55);
  outline-offset: 2px;
}
.popup-modal__form :where(.field, .form-group, .input-group) {
  margin: 0;
}
.popup-modal__form :where(label, legend) {
  display: block;
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.4;
  color: var(--popup-text-muted);
}
.popup-modal__form
  :where(
    input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(
        [type="button"]
      ),
    select,
    textarea
  ) {
  width: 100%;
  min-height: 60px;
  padding: 18px;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 16px;
  background: var(--popup-field);
  color: var(--popup-text);
  font: 600 16px/1.2 inherit;
}
.popup-modal__form
  :where(
    input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(
        [type="button"]
      ),
    select,
    textarea
  )::placeholder {
  color: rgba(34, 34, 34, 0.3);
}
.popup-modal__form
  :where(
    input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not(
        [type="button"]
      ),
    select,
    textarea
  ):focus {
  outline: none;
  border-color: var(--popup-field-border);
  background: #fff;
}
.popup-modal__form
  :where(
    button:not(.iti-aio__selected-country),
    input[type="submit"],
    input[type="button"]
  ) {
  width: 100% !important;
  min-height: 67px !important;
  padding: 18px !important;
  border: 0;
  border-radius: 16px !important;
  background: linear-gradient(
    90deg,
    var(--popup-accent-start) 0%,
    var(--popup-accent-end) 100%
  ) !important;
  color: var(--popup-text) !important;
  font: 600 16px/1.2 inherit !important;
  cursor: pointer;
  text-transform: unset !important;
  box-shadow: none !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  font-family: inherit !important;
  margin: 0 !important;
}
.popup-modal__form :where(.iti, .iti--allow-dropdown) {
  width: 100%;
}
.reg-form-wrapp {
  width: 100%;
  max-width: 650px;
  padding: 30px;
  margin: 60px auto 100px;
  background-color: #efefef;
  border: 1px solid #191919;
  border-radius: 4px;
}
.reg-form-wrapp h2 {
  font-size: 24px;
  margin: 0 0 20px 0;
  color: #191919;
  font-family: inherit;
  text-align: center;
}
@media (max-width: 450px) {
  .reg-form-wrapp {
    padding-inline: 16px;
  }
  .reg-form-wrapp h2 {
    font-size: 19px;
  }
}
