/*!
 * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/*!
 * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 10px);
  padding-left: var(--bs-gutter-x, 10px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 1190px;
  }
}

@media (min-width: 1300px) {
  .container {
    max-width: 1280px;
  }
}

.row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

:root {
  --white: #ffffff;
  --black: #000000;
  --brand-c1: #fc4842;
  --brand-c2: #111115;
  --brand-c3: #e8574b;
  --brand-c4: #464655;
  --brand-c5: #cbcbcd;
  --brand-c6: #e1e1e4;
  --brand-c7: #6b6b76;
  --brand-c8: #909099;
  --brand-c9: #353540;
  --brand-c10: #de4f43;
  --brand-c11: #666667;
  --brand-c12: #f3f3f4;
  --brand-c13: #b8b8bd;
  --brand-c14: #7d7d83;
  --brand-c15: #fd918e;
  --brand-c16: #cacacc;
  --brand-c17: #fc484280;
  --dark-light-colored: #f76c61;
  --dark-back-1: #1b1b20;
  --dark-back-2: #353540;
  --dark-back-3: #3d3d49;
  --dark-back-4: #494957;
  --dark-font-1: #ffffff;
  --dark-font-2: #909099;
  --dark-font-3: #6b6b76;
  --dark-font-4: #bebeca;
  --dark-border: #464655;
  --dark-bg-font: #ffffffcc;
  --dark-decor-cube: #6b6b76;
  --body-bg: var(--white);
  --link-color-hover: var(--brand-c3);
  --sport-widget-c1: var(--brand-c1);
  --sport-widget-c2: #dd483c;
  --sport-widget-c3: var(--brand-c15);
  --sport-widget-c4: var(--brand-c3);
  --sport-widget-c5: #fc3029;
  --site-color-light-24: var(--brand-c1);
  --site-color-dark-24: var(--brand-c1);
}

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

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

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

button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button:focus,
button:active {
  outline: none !important;
}

a {
  /*  text-decoration: none;*/
  transition: color 0.5s ease;
}

a:hover {
  text-decoration: none;
  outline: none !important;
}

a:focus {
  text-decoration: none;
  outline: none !important;
}

a:active {
  text-decoration: none;
  outline: none !important;
}

img {
  vertical-align: middle;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

[hidden] {
  display: none;
}

b,
strong {
  font-weight: 600;
}

svg:not(:root) {
  overflow: hidden;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

i {
  font-style: normal;
}

:root {
  font-size: 62.5%;
}

:root {
  --clr-white: #ffffff;
  --clr-lightest-gray: #f3f3f4;
  --clr-lighter-gray: #e1e1e4;
  --clr-light-gray: #cacacc;
  --clr-medium-gray: #909099;
  --clr-dark-gray: #6b6b76;
  --clr-darker-gray: #464655;
  --clr-darkest-gray: #353540;
  --clr-black: #111115;
  --clr-light-red: rgba(252, 72, 66, 0.1);
  --clr-red: #fc4842;
  --clr-light-green: rgba(87, 166, 0, 0.1);
  --clr-green: #57a600;
  --clr-box-border: var(--clr-light-gray);
  --clr-box-shadow: rgba(158, 158, 158, 0.25);
  --clr-icon-fg: var(--clr-dark-gray);
  --clr-btn-fg: var(--clr-white);
  --clr-btn-bg: var(--clr-darker-gray);
  --clr-btn-disabled-fg: var(--clr-light-gray);
  --clr-btn-disabled-bg: var(--clr-lightest-gray);
  --clr-btn-hover-fg: var(--clr-white);
  --clr-btn-hover-bg: var(--clr-darkest-gray);
  --clr-btn-sec-fg: var(--clr-medium-gray);
  --clr-btn-sec-bg: transparent;
  --clr-btn-sec-border: var(--clr-medium-gray);
  --clr-btn-sec-disabled-fg: var(--clr-lighter-gray);
  --clr-btn-sec-disabled-bg: transparent;
  --clr-btn-sec-disabled-border: var(--clr-lighter-gray);
  --clr-btn-sec-hover-fg: var(--clr-dark-gray);
  --clr-btn-sec-hover-bg: transparent;
  --clr-btn-sec-hover-border: var(--clr-dark-gray);
  --clr-spec-btn: var(--clr-white);
  --clr-spec-btn-hover: var(--clr-lighter-gray);
  --clr-spec-btn-border: var(--clr-lighter-gray);
  --clr-inp-label: var(--clr-darkest-gray);
  --clr-inp-fg: var(--clr-black);
  --clr-inp-bg: var(--clr-white);
  --clr-inp-border: var(--clr-light-gray);
  --clr-inp-focus-shadow: var(--clr-lighter-gray);
  --clr-inp-focus-border: var(--clr-medium-gray);
  --clr-inp-error-border: var(--clr-red);
  --clr-inp-icon: var(--clr-medium-gray);
  --clr-inp-readonly-fg: var(--clr-medium-gray);
  --clr-inp-readonly-bg: var(--clr-lightest-gray);
  --clr-cb-bg: var(--clr-medium-gray);
  --clr-cb-fg: var(--clr-white);
  --clr-cb-checked-bg: var(--clr-darker-gray);
  --clr-cb-checked-fg: var(--clr-white);
  --clr-info-error-fg: var(--clr-red);
  --clr-info-error-bg: var(--clr-light-red);
  --clr-info-success-fg: var(--clr-green);
  --clr-info-success-bg: var(--clr-light-green);
  --clr-info-fg: var(--clr-medium-gray);
  --clr-info-bg: transparent;
  --clr-link: var(--clr-darkest-gray);
  --clr-link-underline: var(--clr-light-gray);
  --clr-link-hover: var(--clr-red);
  --clr-link-hover-underline: var(--clr-red);
  --clr-apple-logo: #000;
  --clr-separator: var(--clr-light-gray);
  --clr-highlight-fg: var(--clr-darkest-gray);
  --clr-highlight-bg: var(--clr-lightest-gray);
  --clr-fg: var(--clr-black);
  --clr-bg: var(--clr-white);
  --grad-transparent: 50%;
  --grad-opacity: 0.15;
  --clr-grad-background: #fff;
  --bg-image-gradient: radial-gradient(
      at 40% 20%,
      hsla(28, 100%, 74%, var(--grad-opacity)) 0px,
      transparent var(--grad-transparent)
    ),
    radial-gradient(
      at 80% 0%,
      hsla(189, 100%, 56%, var(--grad-opacity)) 0px,
      transparent var(--grad-transparent)
    ),
    radial-gradient(
      at 0% 50%,
      hsla(355, 100%, 93%, var(--grad-opacity)) 0px,
      transparent var(--grad-transparent)
    ),
    radial-gradient(
      at 80% 50%,
      hsla(340, 100%, 76%, var(--grad-opacity)) 0px,
      transparent var(--grad-transparent)
    ),
    radial-gradient(
      at 0% 100%,
      hsla(22, 100%, 77%, var(--grad-opacity)) 0px,
      transparent var(--grad-transparent)
    ),
    radial-gradient(
      at 80% 100%,
      hsla(242, 100%, 70%, var(--grad-opacity)) 0px,
      transparent var(--grad-transparent)
    ),
    radial-gradient(
      at 0% 0%,
      hsla(343, 100%, 76%, var(--grad-opacity)) 0px,
      transparent var(--grad-transparent)
    );
  --box-width: 550px;
  --transition-algo: ease;
  --transition-duration: 0.5s;
  --transition: var(--transition-duration) var(--transition-algo);
}

html,
body {
  min-height: 100%;
  height: 100%;
  font-family: "Work Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}

body {
  position: relative;
  min-width: 320px;
  margin: 0;
  background: var(--body-bg);
  color: var(--brand-c2);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow-x: hidden;
}

.hidden {
  display: none !important;
}

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

:root {
  --elect-hu: #fc4842;
  --elect-eu: #0c79de;
  --elect-blue-dark: #27293f;
  --elect-blue-dark-opa: #06071b99;
  --elect-blue-medium: #46496c;
  --elect-blue-medium-opa: #3c3e7399;
  --elect-blue-medium-lighten-1: #46496ce6;
  --elect-blue-medium-lighten-2: #33669999;
  --elect-blue-medium-lighten-3: #46496c1a;
  --elect-blue-light: #898faa;
  --elect-blue-light-lighten: #898faa1a;
  --elect-btn-bg: #b4cfe926;
  --elect-grey-dark: #585a6b;
  --elect-grey-medium: #909099;
  --elect-grey-light-medium: #e1e1e4;
  --elect-grey-light: #f3f3f4;
}

.container {
  margin: 0 auto;
}

.main__img {
  width: 100%;
  max-width: 100%;

  -o-object-fit: contain;
  object-fit: contain;
}

/*=========INFO==========*/

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

.info__text {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}

.info__title {
  font-weight: 700;
}

/*===========STEPS==============*/

.steps {
  font-family: serif;
  font-size: 1.8rem;
}

.steps__important {
  border-left: 5px solid #1877f2;
  padding-left: 10px;
  margin-top: 0.5rem;
}

.steps__title {
  font-family: serif;
  margin-top: 3rem;
  font-weight: 700;
}

/*========BENEFITS========*/

.benefits__item::marker {
  color: #1877f2;
  font-family: serif;
}

/*========REG=======*/

.reg {
  margin-top: 3rem;
  font-family: serif;
}

.reg__item {
  font-size: 1.8rem;
  padding-left: 10px;
}

.reg__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.reg__title {
  font-weight: 700;
}

.reg__list-container {
  display: flex;
  align-items: flex-start;
  gap: 0.3rem;
}

/*==========RECOMMEND=========*/

/*===========MEDIAQUERIES==========*/

@media (max-width: 1400px) {
  .container {
    max-width: 700px;
  }
}

@media (max-width: 1100px) {
  .container {
    max-width: 600px;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 95%;
  }
}

.label {
  color: #868e96;
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

html {
  box-sizing: border-box;
  color: #383f4e;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

html {
  font-family: "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif;
}

body {
  font-size: 16px;
  overflow-x: hidden;
}

@media (min-width: 1024px) {
  body {
    background-color: #f5f6f8;
  }
}

@media print {
  body {
    font-size: 9pt;
    background-color: #fff;
  }
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body,
h1,
h3,
h4,
p,
ul {
  margin: 0;
  padding: 0;
  font-weight: inherit;
}

img {
  /*  overflow: hidden;*/
  text-indent: 100%;
  white-space: nowrap;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  font-family: inherit;
  /*    -webkit-text-decoration: none;*/
  /*    text-decoration: none*/
}

.meta__icon-container,
.meta__link {
  width: 3.2rem;
  height: 3.2rem;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #d5d8dc;
  border-radius: 25rem;
}

.icon,
.lmd-dropdown__close,
.message__dropdown-trigger:after,
.icon__twitter,
.icon__email,
.icon__facebook,
.icon__messenger,
.icon__whatsapp,
.icon__linkedin,
.icon__link,
.icon__arrow,
.icon__information,
.icon__favorites,
.icon__reading-time {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  flex-shrink: 0;
  height: 2rem;
  width: 2rem;
}

.logo {
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
}

[class*="col-1"] {
  grid-column: auto/span 1;
}

[class*="col-2"] {
  grid-column: auto/span 2;
}

@supports not (display: grid) {
  @media (min-width: 1024px) {
    .old__zone {
      position: relative;
    }

    .old__zone:after {
      content: "";
      display: table;
      clear: both;
    }
  }

  @media (min-width: 1024px) {
    .old__article-content-single {
      width: 55.6rem;
      float: left;
      margin-right: 6.4rem;
    }
  }

  @media (min-width: 1024px) {
    .article--single .old__aside {
      float: right;
      display: block;
      width: 31.6rem;
    }
  }
}

.zone {
  margin: 0 auto;
  background-color: #fff;
}

@media (min-width: 1024px) {
  .zone {
    max-width: 115.2rem;
  }
}

@media (min-width: 1200px) {
  .zone {
    margin: 0 auto;
  }
}

.main {
  background-color: #fff;
}

@media (min-width: 1024px) {
  .main {
    background-color: #f5f6f8;
  }
}

@media print {
  .main {
    background-color: #fff;
  }
}

.main .zone {
  margin: 0 1.6rem;
}

@media (min-width: 576px) {
  .main .zone {
    margin: 0 3.2rem;
  }
}

@media (min-width: 768px) {
  .main .zone {
    margin: 0 auto;
    max-width: 66.4rem;
  }
}

@media (min-width: 1024px) {
  .main--free .zone {
    max-width: 100rem;
    padding-bottom: 4rem;
    margin: 0 auto;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media (min-width: 1024px) {
  .zone--article {
    display: grid;
    grid-template-columns: 1fr 31.6rem;
    grid-column-gap: 6.4rem;
    grid-template-rows: auto auto auto;
  }
}

@media (min-width: 1024px) {
  .zone--article-premium {
    grid-template-rows: auto 2.2rem auto auto;
  }
}

@media (min-width: 1024px) {
  .zone--article-premium .article__content {
    grid-row: 3;
  }
}

.zone--article-premium .aside__article .friend:first-child {
  margin-top: 0;
}

@media (min-width: 1024px) {
  .main--free .zone--article {
    padding: 3.2rem;
    padding-top: 30px;
  }
}

@media print {
  .main--free .zone--article {
    background-color: #fff;
    display: block;
    width: 664px;
    box-shadow: 0 0;
    position: relative;
    overflow: visible;
    padding: 1.5cm;
  }
}

@media (min-width: 1024px) {
  .main--free .article__content {
    max-width: 55.6rem;
  }
}

.meta__icon-container,
.meta__link {
  width: 3.2rem;
  height: 3.2rem;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #d5d8dc;
  border-radius: 25rem;
}

.icon,
.lmd-dropdown__close,
.message__dropdown-trigger:after,
.icon__twitter,
.icon__email,
.icon__facebook,
.icon__messenger,
.icon__whatsapp,
.icon__linkedin,
.icon__link,
.icon__arrow,
.icon__reading-time,
.icon__favorites,
.icon__information {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  flex-shrink: 0;
  height: 2rem;
  width: 2rem;
}

.logo {
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
}

.icon__reading-time {
  background-image: url("../img/983c9737074dbe828d024d0aff3adffa6c81cedd.svg");
  width: 1.2rem;
  height: 2.4rem;
  margin-right: 0.8rem;
}

.icon__favorites {
  background-image: url("../img/ab7f3d78baa44158648e18c74ddec1b8742c559c.svg");
  height: 1.56rem;
  width: 1.1rem;
}

.icon__information {
  background-image: url("../img/cb84bdafb8b00fced300ae1046becedb18ff44da.svg");
  width: 2rem;
  height: 2rem;
}

@media (min-width: 768px) {
  .icon__information {
    width: 2.8rem;
    height: 2.8rem;
  }
}

.icon__arrow {
  background-image: url("../img/935a05b15b60f9cedb0d671c700e4fa9a06c8771.svg");
}

.icon__link {
  background-image: url("../img/e011eede04dacd4eef8eeda347ce05a9fc771727.svg");
  width: 1.6rem;
  height: 1.6rem;
}

.icon__linkedin {
  background-image: url("../img/627eec8b7d953da339462f3f04959a81bf4007f8.svg");
  width: 1.6rem;
  height: 1.6rem;
  position: relative;
}

.icon__whatsapp {
  background-image: url("../img/423658f73b14f7eb2648df382af66efe70db8ec6.svg");
  width: 2.4rem;
  height: 2.4rem;
}

.icon__messenger {
  background-image: url("../img/f83de799aba364eac9d6d4de45a2a5224422780d.svg");
}

.icon__facebook {
  background-image: url("../img/c4843bb998f244b97c23b6993504093a2a88ce03.svg");
  width: 2.4rem;
  height: 2.4rem;
}

.icon__email {
  background-image: url("../img/eb4f05820838237233c1a6230ca000a69b861e38.svg");
  width: 2.4rem;
  height: 2.4rem;
}

.icon__twitter {
  background-image: url("../img/486f9b4af5372dbdfe9f18112f7b5cf744f30e0c.svg");
  width: 2.4rem;
  height: 2.4rem;
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.lmd-btn {
  align-items: center;
  border: 0;
  border-radius: 0.3rem;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-weight: 500;
  height: 3rem;
  justify-content: center;
  line-height: 1;
  max-width: 100%;
  text-align: center;
}

.lmd-btn {
  font-family: Arial, Roboto, sans-serif;
}

html:not(.fonts-loaded) .lmd-btn {
  letter-spacing: 0.314px;
}

.lmd-btn--l {
  font-size: 1.6rem;
  height: 4.2rem;
  padding: 1rem 2.4rem;
}

.lmd-btn--fullwidth {
  width: 100%;
}

.lmd-btn--primary {
  background-color: #026b9c;
  color: #fff;
}

.lmd-btn--primary:hover {
  background-color: #005b85;
}

.button {
  border-radius: 0.4rem;
  display: inline-block;
  font-weight: 600;
}

.button {
  font-family: Arial, Roboto, sans-serif;
}

html:not(.fonts-loaded) .button {
  letter-spacing: 0.314px;
}

.button:hover {
  cursor: pointer;
}

.button--subscribe {
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0.011rem;
  background-color: #ffc700;
  color: #2a303b;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 28rem;
  width: 100%;
  margin: 0 auto;
}

.button--subscribe:hover {
  background-color: #eab002;
}

.button--lightblue {
  background-color: #007ac8;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}

.button--lightblue:hover {
  background-color: #026b9c;
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.lmd-btn {
  align-items: center;
  border: 0;
  border-radius: 0.3rem;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-weight: 500;
  height: 3rem;
  justify-content: center;
  line-height: 1;
  max-width: 100%;
  text-align: center;
}

.lmd-btn {
  font-family: Arial, Roboto, sans-serif;
}

html:not(.fonts-loaded) .lmd-btn {
  letter-spacing: 0.314px;
}

.lmd-btn--l {
  font-size: 1.6rem;
  height: 4.2rem;
  padding: 1rem 2.4rem;
}

.lmd-btn--fullwidth {
  width: 100%;
}

.lmd-btn--primary {
  background-color: #026b9c;
  color: #fff;
}

.lmd-btn--primary:hover {
  background-color: #005b85;
}

@supports (font-variation-settings: normal) {
}

.message__headline {
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 600;
}

.message__link {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.message__cta {
  font-size: 1.3rem;
  line-height: 1.38;
  margin-top: 0.4rem;
}

.message__cta--register {
  font-size: 1.6rem;
  line-height: 1.25;
  margin-bottom: 0.8rem;
  margin-top: 0;
}

@media (min-width: 768px) {
  .message__cta--register {
    max-width: 34.3rem;
  }
}

.message__wrapper-register {
  display: flex;
  flex-direction: column;
  padding: 0;
  position: relative;
}

@media (min-width: 576px) {
  .message__wrapper-register {
    padding: 0 1.6rem;
  }
}

@media (min-width: 768px) {
  .message__wrapper-register {
    margin: 0 auto;
    max-width: 66.4rem;
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .message__wrapper-register {
    flex-direction: row;
    max-width: 100rem;
    padding: 0 1.6rem;
  }
}

@supports (font-variation-settings: normal) {
}

@media (min-width: 1024px) {
  @supports (font-variation-settings: normal) {
  }
}

@media (min-width: 1024px) {
  @supports (font-variation-settings: normal) {
  }
}

@media (min-width: 1024px) {
  @supports (font-variation-settings: normal) {
  }
}

.message--register {
  position: sticky;
  background-color: #fff6d3;
  border-top: 0.1rem solid #eab002;
  width: 100%;
  max-width: none;
  max-width: initial;
  grid-template-columns: initial;
  height: auto;
  z-index: 15;
  bottom: 0;
  padding: 1.6rem;
}

@media (min-width: 768px) {
  .message--register {
    margin-right: 0;
    padding: 2.4rem 1.6rem;
  }
}

.message--hidden {
  display: none;
}

.message__headline {
  color: #000;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: normal;
  text-align: center;
}

.message__headline {
  font-family: Georgia, Droid-serif, serif;
}

html:not(.fonts-loaded) .message__headline {
  letter-spacing: -0.645px;
}

@supports (font-variation-settings: normal) {
}

@media (min-width: 360px) {
  .message__headline {
    font-size: 2.4rem;
    line-height: 1.16;
  }
}

@supports (font-variation-settings: normal) {
}

.message__description-dropdown {
  color: #000;
  display: none;
  height: 15rem;
  -webkit-mask-image: linear-gradient(#fff 0%, #fff 11rem, transparent);
  mask-image: linear-gradient(#fff 0%, #fff 11rem, transparent);
  mask-mode: luminance;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  overflow-y: scroll;
}

.message__description-dropdown {
  font-family: Arial, Roboto, sans-serif;
}

html:not(.fonts-loaded) .message__description-dropdown {
  letter-spacing: 0.314px;
}

html:not(.fonts-loaded) .message__description-dropdown > * {
  letter-spacing: 0.314px;
}

@media (min-width: 360px) {
  .message__description-dropdown {
    height: auto;
    -webkit-mask-image: none;
    mask-image: none;
    overflow: auto;
  }
}

.message__paragraph {
  line-height: 1.375;
  font-size: 1.6rem;
}

.message__paragraph:not(:first-of-type) {
  margin-top: 1.2rem;
}

.message__paragraph--register {
  font-size: 1.4rem;
  line-height: 2rem;
}

.message__paragraph--register:not(:first-of-type) {
  margin-top: 0;
}

.message__paragraph--register:not(:last-child) {
  margin-bottom: 1.6rem;
}

.message__link {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .message__details {
    margin-right: 0.8rem;
    max-width: 58.7rem;
  }
}

.message__actions-wrapper {
  flex-shrink: 0;
}

@media (min-width: 1024px) {
  .message__actions-wrapper {
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-top: 2rem;
    width: 24rem;
  }
}

.message__headline--register {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.6rem;
  text-align: left;
}

.message__headline--register {
  font-family: "Trebuchet MS", "DINCondensed-Bold", "Roboto Condensed",
    "Arial Narrow", sans-serif;
}

html:not(.fonts-loaded) .message__headline--register {
  letter-spacing: -1.607px;
}

html:not(.fonts-loading) .message__headline--register {
  letter-spacing: 0.05rem;
}

@media (min-width: 1024px) {
  .message__headline--register {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}

.message__dropdown-trigger {
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  color: #026b9c;
  cursor: pointer;
  display: flex;
  font-size: 1.4rem;
  margin: 0;
  margin-bottom: 2rem;
  padding: 0;
  position: relative;
  text-align: left;
}

.message__dropdown-trigger {
  font-family: Arial, Roboto, sans-serif;
}

html:not(.fonts-loaded) .message__dropdown-trigger {
  letter-spacing: 0.314px;
}

.message__dropdown-trigger:focus {
  outline: 0;
}

.message__dropdown-trigger:after {
  background-image: url("../img/8c6adaf57d3404a09c9ecf0280f8cbd81bec64b3.svg");
  content: "";
  display: flex;
  height: 1.8rem;
  position: absolute;
  right: -2.8rem;
  top: 0.2rem;
  transform: rotate(90deg);
  width: 1.8rem;
}

.message__cmp-wrapper {
  font-size: 1.4rem;
  text-align: center;
}

.message__cmp-link {
  cursor: pointer;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.message__link--register {
  color: #026b9c;
}

@supports (font-variation-settings: normal) {
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.lmd-btn {
  align-items: center;
  border: 0;
  border-radius: 0.3rem;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-weight: 500;
  height: 3rem;
  justify-content: center;
  line-height: 1;
  max-width: 100%;
  text-align: center;
}

.lmd-btn {
  font-family: Arial, Roboto, sans-serif;
}

html:not(.fonts-loaded) .lmd-btn {
  letter-spacing: 0.314px;
}

.lmd-btn--l {
  font-size: 1.6rem;
  height: 4.2rem;
  padding: 1rem 2.4rem;
}

.lmd-btn--fullwidth {
  width: 100%;
}

.lmd-btn--primary {
  background-color: #026b9c;
  color: #fff;
}

.lmd-btn--primary:hover {
  background-color: #005b85;
}

.comment {
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid #e8eaee;
}

.capping {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  z-index: 5;
  overflow-y: visible;
  overflow-x: hidden;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  display: none;
}

.capping__wrapper {
  max-width: 26rem;
  width: 100%;
  margin: 0 auto 2.4rem;
  position: absolute;
  top: 14rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0.4rem;
}

.capping__wrapper {
  font-family: Arial, Roboto, sans-serif;
}

html:not(.fonts-loaded) .capping__wrapper {
  letter-spacing: 0.314px;
}

html:not(.fonts-loaded) .capping__wrapper > * {
  letter-spacing: 0.314px;
}

@media (min-width: 360px) {
  .capping__wrapper {
    max-width: 31.5rem;
  }
}

@media (min-width: 768px) {
  .capping__wrapper {
    max-width: 50rem;
    max-width: 48.8rem;
    margin-bottom: 10rem;
    top: 20rem;
  }
}

.capping__picture {
  display: none;
  width: 158px;
  height: 78px;
  margin: 4rem auto;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 360px) {
  .capping__picture {
    display: block;
  }
}

@media (min-width: 768px) {
  .capping__picture {
    margin: 3.2rem auto;
    width: 230px;
    height: 114px;
  }
}

@media (min-width: 1024px) {
  .capping__picture {
    width: 287px;
    height: 109px;
  }
}

.capping__header {
  background-color: #fff6d3;
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateY(-0.8rem);
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 0.4rem;
  padding: 1.6rem 3.2rem 2.4rem;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #6c3d04;
}

@media (min-width: 768px) {
  .capping__header {
    flex-direction: row;
    font-size: 1.6rem;
    line-height: normal;
    padding: 0 3.2rem;
    line-height: 4;
  }
}

.capping__notice {
  font-weight: 500;
  margin-top: 0.4rem;
  text-align: center;
}

@media (min-width: 768px) {
  .capping__notice {
    text-align: left;
    margin-top: 0;
    margin-left: 1.6rem;
  }
}

.capping__content {
  background-color: #fff;
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scaleY(0);
  transform-origin: 50% 0%;
  text-align: center;
  padding: 2.4rem 2rem;
  position: relative;
  top: -0.4rem;
}

@media (min-width: 360px) {
  .capping__content {
    padding: 2.4rem 3.6rem;
  }
}

.capping__title {
  font-size: 1.8rem;
  line-height: normal;
  font-weight: 700;
}

.capping__title {
  font-family: Georgia, Droid-serif, serif;
}

html:not(.fonts-loaded) .capping__title {
  letter-spacing: -0.645px;
}

html:not(.fonts-loaded) .capping__title > * {
  letter-spacing: -0.645px;
}

@supports (font-variation-settings: normal) {
}

@media (min-width: 768px) {
  .capping__title {
    margin: 0 auto;
    max-width: 32rem;
    width: 100%;
  }
}

.capping__cta {
  width: 100%;
  height: 4rem;
  margin-top: 1.2rem;
}

@media (min-width: 360px) {
  .capping__cta {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .capping__cta {
    margin: 0 auto;
    max-width: 32rem;
  }
}

.capping__cta--next {
  margin-top: 1.6rem;
  margin-bottom: 1.2rem;
}

.capping__cta-text {
  font-size: 1.6rem;
  line-height: 1.375;
  color: #717b8e;
  margin-top: 0.8rem;
}

@media (min-width: 768px) {
  .capping__cta-text {
    line-height: normal;
    margin-top: 1.6rem;
  }
}

.capping__faq {
  display: none;
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  .capping__faq {
    margin-bottom: 170px;
  }
}

.capping__bottom {
  margin: 0 2rem;
  opacity: 0;
}

.capping__bottom:before {
  content: " ";
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #d8d8d8;
}

.capping__trigger {
  margin: 0;
  padding: 0;
  border: 0;
  background: rgba(0, 0, 0, 0);
  color: #007ac8;
  cursor: pointer;
  font-weight: 500;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 1.375;
  padding: 0.8rem 0 2.4rem;
  text-align: left;
  display: flex;
  width: 100%;
}

@media (min-width: 360px) {
  .capping__trigger {
    line-height: normal;
  }
}

.capping__trigger:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.capping__trigger:after {
  content: " ";
  position: relative;
  background-repeat: no-repeat;
  align-self: center;
  height: 1.4rem;
  width: 1.4rem;
  margin-left: auto;
  background-image: url("../img/c74763b8d68f6ddade90521b93535248ec914610.svg");
}

.capping__trigger:focus {
  outline: 0;
}

.capping__item:first-child {
  margin-top: 1.6rem;
}

.capping__item:not(:first-child) {
  margin-top: 3.2rem;
}

.capping__question {
  font-size: 1.6rem;
  line-height: 1.375;
  font-weight: 600;
}

.capping__answer {
  font-size: 1.6rem;
  line-height: 1.375;
  margin-top: 1.6rem;
}

.capping__answer + .capping__answer {
  margin-top: 0;
}

.capping__link {
  margin: 0;
  padding: 0;
  border: 0;
  background: rgba(0, 0, 0, 0);
  color: #007ac8;
  cursor: pointer;
  font-weight: 500;
  font-family: inherit;
  font-size: 1.6rem;
}

.capping__link:hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.capping__link:focus {
  outline: 0;
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.lmd-btn {
  align-items: center;
  border: 0;
  border-radius: 0.3rem;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-weight: 500;
  height: 3rem;
  justify-content: center;
  line-height: 1;
  max-width: 100%;
  text-align: center;
}

.lmd-btn {
  font-family: Arial, Roboto, sans-serif;
}

html:not(.fonts-loaded) .lmd-btn {
  letter-spacing: 0.314px;
}

.lmd-btn--l {
  font-size: 1.6rem;
  height: 4.2rem;
  padding: 1rem 2.4rem;
}

.lmd-btn--fullwidth {
  width: 100%;
}

.lmd-btn--primary {
  background-color: #026b9c;
  color: #fff;
}

.lmd-btn--primary:hover {
  background-color: #005b85;
}

.lmd-link-blue {
  color: #026b9c;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.lmd-link-blue:hover {
  color: #005b85;
}

@supports (font-variation-settings: normal) {
}

.page__view-more--trigger:not(:checked) + .page__actions-container {
  overflow: visible;
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.lmd-btn {
  align-items: center;
  border: 0;
  border-radius: 0.3rem;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-weight: 500;
  height: 3rem;
  justify-content: center;
  line-height: 1;
  max-width: 100%;
  text-align: center;
}

.lmd-btn {
  font-family: Arial, Roboto, sans-serif;
}

html:not(.fonts-loaded) .lmd-btn {
  letter-spacing: 0.314px;
}

.lmd-btn--l {
  font-size: 1.6rem;
  height: 4.2rem;
  padding: 1rem 2.4rem;
}

.lmd-btn--fullwidth {
  width: 100%;
}

.lmd-btn--primary {
  background-color: #026b9c;
  color: #fff;
}

.lmd-btn--primary:hover {
  background-color: #005b85;
}

.lmd-link-blue {
  color: #026b9c;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.lmd-link-blue:hover {
  color: #005b85;
}

.article {
  margin: 2.4rem 0;
  padding-top: 2.4rem;
  border-top: 0.1rem solid #d5d8dc;
}

.article:after {
  content: "";
  display: table;
  clear: both;
}

.article:nth-of-type(1) {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

@supports (font-variation-settings: normal) {
}

.article__title {
  color: #2a303b;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.25;
}

.article__title {
  font-family: Georgia, Droid-serif, serif;
}

html:not(.fonts-loaded) .article__title {
  letter-spacing: -0.645px;
}

@supports (font-variation-settings: normal) {
}

@supports (font-variation-settings: normal) {
}

@supports (font-variation-settings: normal) {
}

.lmd-link-blue {
  color: #026b9c;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.lmd-link-blue:hover {
  color: #005b85;
}

@supports (font-variation-settings: normal) {
}

.article__paragraph {
  margin-top: 2rem;
  color: #383f4e;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.52;
}

@media (min-width: 768px) {
  .article__paragraph {
    font-size: 1.8rem;
    line-height: 1.55;
  }
}

@media print {
  .article__paragraph {
    font-size: 9pt;
    margin-top: 1.6rem;
  }
}

.article__paragraph a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.2em;
}

.article__paragraph a:hover {
  opacity: 0.8;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.article__content {
  padding-top: 2.4rem;
}

.article__content {
  font-family: Georgia, Droid-serif, serif;
}

html:not(.fonts-loaded) .article__content {
  letter-spacing: -0.645px;
}

html:not(.fonts-loaded) .article__content > * {
  letter-spacing: -0.645px;
}

@supports (font-variation-settings: normal) {
}

@media (min-width: 1024px) {
  .article__content {
    padding-top: 3.2rem;
  }
}

.article__content > :first-child {
  margin-top: 0;
}

.article__content--restricted-media {
  position: relative;
  z-index: 2;
}

.article--content a.meta__link-sub {
  border-bottom: 0;
}

.article--content a.meta__link-sub:hover {
  border-bottom: 0;
}

.main--free .article--restricted {
  overflow: hidden;
}

.lmd-link-blue {
  color: #026b9c;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.lmd-link-blue:hover {
  color: #005b85;
}

.article--single {
  margin-bottom: 0;
}

.article--single h1 {
  font-size: 2.8rem;
}

@media (min-width: 1024px) {
  .article--single h1 {
    font-size: 3.8rem;
  }
}

.article--single .article__header {
  position: relative;
  padding-bottom: 2rem;
}

.article--single .article__header:after {
  content: " ";
  display: block;
  width: 4rem;
  height: 0.1rem;
  background-color: #d5d8dc;
  position: absolute;
  bottom: 0;
}

@media (min-width: 576px) {
  .article--single .article__header {
    padding-bottom: 2.4rem;
    grid-column: 1 / span 2;
    grid-row: 1;
  }
}

.article--single .article__header .article__header-wrap {
  position: relative;
}

@media (min-width: 1024px) {
  .article--single .article__header .article__heading {
    max-width: 85%;
  }
}

.article--single .article__header .meta__date--header {
  color: #717b8e;
  font-size: 1.4rem;
}

.article--single .article__header .meta__date--header {
  font-family: Arial, Roboto, sans-serif;
}

html:not(.fonts-loaded) .article--single .article__header .meta__date--header {
  letter-spacing: 0.314px;
}

.article--single .article__header .meta__date-reading {
  margin-top: 1.6rem;
  display: inline-block;
  align-items: center;
  flex-wrap: wrap;
}

.article--single .article__header .meta__author--header {
  display: block;
  width: 31rem;
}

@media (min-width: 768px) {
  .article--single .article__header .meta__author--header {
    width: 62.4rem;
  }
}

.article--single .article__header .meta__author--header:after {
  display: none;
}

.article--single .article__header .meta__publisher {
  margin-left: 0;
  display: block;
}

@media (min-width: 1024px) {
  .article--single .article__header .meta__publisher {
    max-width: 85%;
  }
}

@media print {
  .article--single .article__header .meta__publisher {
    font-size: 7.5pt;
  }
}

.article--single .article__header .meta__publisher--header {
  display: flex;
}

.article--single .article__header .meta__reading-time {
  float: left;
}

@media (min-width: 768px) {
  .article--single .article__header .meta__reading-time {
    float: none;
  }
}

@media print {
  .article--single .article__header .meta__reading-time {
    font-size: 7.5pt;
    display: none;
  }
}

.article--single .article__header .meta__reading-time--header {
  float: none;
  margin-top: 0;
  display: inline-flex;
}

.article--single .article__header .meta__reading-time--header:before {
  content: " ";
  color: #d5d8dc;
  content: "•";
  padding-right: 0.4rem;
  display: inline-block;
  line-height: 1;
}

.article--single .article__header .meta__reading-time--header:before {
  font-family: Georgia, Droid-serif, serif;
}

html:not(.fonts-loaded)
  .article--single
  .article__header
  .meta__reading-time--header:before {
  letter-spacing: -0.645px;
}

html:not(.fonts-loaded)
  .article--single
  .article__header
  .meta__reading-time--header:before
  > * {
  letter-spacing: -0.645px;
}

@supports (font-variation-settings: normal) {
}

.article--single .article__header .meta__social {
  clear: both;
  padding-top: 1.2rem;
  margin-top: 1.2rem;
  justify-content: flex-start;
  gap: 1.2rem;
  position: relative;
}

@media print {
  .article--single .article__header .meta__social {
    display: none;
  }
}

@media (min-width: 768px) {
  .article--single .article__header .meta__social {
    z-index: 4;
  }
}

@media print {
  .article--single .article__content {
    padding-top: 0;
  }
}

.article--single .article__title {
  font-size: 2.6rem;
  line-height: 1.25;
  font-weight: 700;
  margin-top: 1.2rem;
}

@media (min-width: 576px) {
  .article--single .article__title {
    font-size: 2.8rem;
    line-height: 1.14;
  }
}

@media (min-width: 768px) {
  .article--single .article__title {
    font-size: 3.4rem;
    line-height: 1.11;
    font-weight: 500;
  }
}

@media (min-width: 1024px) {
  .article--single .article__title {
    font-size: 3.8rem;
  }
}

@media print {
  .article--single .article__title {
    font-size: 15pt;
  }
}

.article--single .article__status {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  letter-spacing: 0.02rem;
  color: #717b8e;
  margin-top: 2.4rem;
}

.article--single .article__status {
  font-family: Arial, Roboto, sans-serif;
}

html:not(.fonts-loaded) .article--single .article__status {
  letter-spacing: 0.314px;
}

@media (min-width: 1024px) {
  .article--single .article__status {
    margin-top: 3.4rem;
  }
}

@media print {
  .article--single .article__status {
    margin-top: 1.6rem;
    font-size: 9pt;
  }
}

@media (min-width: 1024px) {
  .article--single .article__status {
    grid-row: 2;
    grid-column: 1;
  }
}

@media (min-width: 1024px) {
  .article--single .article__status + .article__wrapper--premium {
    margin-top: 2.4rem;
  }
}

@supports (font-variation-settings: normal) {
}

.article__wrapper article {
  position: relative;
  z-index: 2;
}

.dfp__sticky {
  align-items: flex-start;
  display: none;
  flex-grow: 1;
  pointer-events: none;
  width: inherit;
  top: 8rem;
  position: sticky;
}

@media (min-width: 1024px) {
  .dfp__sticky {
    display: flex;
    pointer-events: auto;
  }
}

.dfp__slot > div {
  text-align: center;
}

.dfp__slot--pave {
  margin-bottom: 2.4rem;
  text-align: center;
}

.dfp__slot--pave:before {
  content: "La suite après cette publicité";
  font-size: 0.9rem;
  letter-spacing: 0.09rem;
  color: #717b8e;
  line-height: normal;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.8rem;
  padding-top: 2rem;
}

.dfp__slot--pave:before {
  font-family: "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif;
}

@media (min-width: 768px) {
  .dfp__slot--pave:before {
    display: none;
  }
}

@media (min-width: 1024px) {
  .dfp__slot--pave {
    margin-bottom: 0;
  }
}

.dfp__slot--habillage {
  display: none;
}

@media (min-width: 1024px) {
  .dfp__slot--habillage {
    display: block;
  }
}

.dfp__slot--banniere {
  display: none;
  margin: 4rem -1.6rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .dfp__slot--banniere {
    display: block;
    margin: 4rem auto;
  }
}

@media print {
  .dfp__slot--banniere {
    display: none;
  }
}

.dfp__slot--desktop {
  display: none;
}

@media (min-width: 1024px) {
  .dfp__slot--desktop {
    display: block;
  }
}

.lmd-link-blue {
  color: #026b9c;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.lmd-link-blue:hover {
  color: #005b85;
}

/*#Header {
    align-items: center;
    background-color: #fcfcfd;
    position: fixed;
    transition: top .2s cubic-bezier(0.215, 0.61, 0.355, 1), opacity .4s ease;
    top: 0;
    width: 100%;
    z-index: 7
}

@media print {
    #Header {
        display: none
    }
}

@media(min-width: 1024px) {
    #Header {
        background-color: #fff;
        position: relative
    }
}

@media(min-width: 1024px) {
    #Header.header__contextual {
        z-index: 6
    }

    #Header.header__contextual.sticky {
        z-index: 7
    }

    #Header.header__contextual.sticky .center {
        margin-left: 5.6rem
    }
}

@media(min-width: 1024px)and (min-width: 1024px)and (max-width: 1200px) {
    #Header.header__contextual.sticky .Header__logo {
        left: 1.5rem
    }
}

@media(min-width: 1024px) {
    #Header.header__contextual.sticky .Header__logo a:after {
        display: none
    }
}

@media(min-width: 1200px) {
    #Header.header__contextual .center {
        margin-left: 0
    }
}

#Header .AdsBanner {
    align-items: center;
    background-color: #f5f6f8;
    display: flex;
    justify-content: center;
    padding: 1.6rem 0;
    width: 100%
}

#Header.sticky .Header__actions .Header__offer {
    display: none
}

@media(min-width: 1024px) {
    #Header.sticky .left {
        display: none;
        width: 0px
    }

    #Header.sticky .center {
        top: 1.3rem;
        width: 11.7rem;
        height: 2.6rem;
        position: fixed
    }
}

@media screen and (min-width: 1024px)and (-ms-high-contrast: active),
screen and (min-width: 1024px)and (-ms-high-contrast: none) {
    #Header.sticky .center {
        top: 2rem
    }
}

@media(min-width: 1024px) {
    #Header.sticky .Header__actions {
        margin-top: 0
    }

    #Header.sticky .Header__logo {
        position: absolute;
        top: .6rem;
        left: 2rem
    }
}

@media(min-width: 1024px)and (min-width: 1200px) {
    #Header.sticky .Header__logo {
        left: 0
    }
}

@media(min-width: 1024px) {
    #Header.sticky .Header__logo a {
        width: 12rem;
        height: 2.6rem
    }
}

@media(min-width: 1024px)and (min-width: 1200px) {
    #Header.sticky .Header__logo a {
        width: 10.5rem;
        height: 2.4rem
    }
}

@media(min-width: 1024px)and (min-width: 1024px)and (max-width: 1199px) {
    #Header.sticky .Header__logo a {
        width: 9.1rem;
        height: 2rem
    }
}

@media(min-width: 1024px) {
    #Header.sticky .Header__logo a:after {
        content: " ";
        width: .1rem;
        height: 2rem;
        display: block;
        margin-left: 1.6rem
    }
}

@media(min-width: 1024px)and (min-width: 1200px) {
    #Header.sticky .Header__logo a:after {
        margin-left: 2.4rem
    }
}

@media(min-width: 1024px)and (min-width: 1024px) {
    #Header.sticky .Header__logo a:after {
        background-color: #e2e4e9
    }
}

@media(min-width: 1024px) {
    #Header.sticky .right {
        position: fixed;
        top: 1rem;
        height: 5.6rem;
        width: auto;
        right: calc(50% - 115.2rem / 2)
    }
}

@media(min-width: 1024px)and (min-width: 1024px)and (max-width: 1199px) {
    #Header.sticky .right {
        right: 0
    }
}

@media screen and (min-width: 1024px)and (-ms-high-contrast: active),
screen and (min-width: 1024px)and (-ms-high-contrast: none) {
    #Header.sticky .right {
        top: 1rem
    }
}

@media(min-width: 1024px)and (min-width: 1024px)and (max-width: 1199px) {
    #Header.sticky .right .Header__actions {
        margin-right: 2.4rem
    }
}

@media(min-width: 1024px)and (min-width: 1200px) {
    #Header.sticky .right .Header__actions {
        position: absolute;
        left: -16.4rem
    }
}

@media(min-width: 1024px) {
    #Header.sticky .right .Header__actions>a:first-child:after {
        margin: 0 1.6rem 0 1.3rem
    }

    #Header.sticky .right .Header__actions>a:first-child:before {
        content: " ";
        display: block;
        margin: 0 .8rem
    }

    #Header.sticky .right .login-info {
        display: none
    }

    #Header.sticky .right .User__name {
        margin-top: 1rem
    }

    #Header.sticky .right .User__name--inscrit {
        margin-top: .5rem
    }

    #Header.sticky .right .User__name--abonne .login-info {
        display: block;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        max-width: 9.8rem
    }
}

@media(min-width: 1024px)and (min-width: 1024px)and (max-width: 1199px) {
    #Header.sticky .right .User__name--abonne .login-info {
        display: none
    }
}

@media(min-width: 1024px) {
    #Header.sticky .right .btn--premium {
        font-size: 1.3rem;
        padding: .7rem 1.5rem
    }
}

#Header .center {
    align-self: center;
    display: flex
}

@media(min-width: 1024px) {
    #Header .center--home {
        align-self: flex-start
    }
}

#Header .left {
    justify-content: flex-start;
    width: 5.6rem
}

@media(min-width: 1024px) {
    #Header .left {
        width: 100%;
        padding-left: 4.8rem;
        align-self: flex-end
    }
}

@media(min-width: 1200px) {
    #Header .left {
        padding-left: 0
    }
}

#Header .right {
    justify-content: flex-end;
    margin-left: auto
}

@media(min-width: 1200px) {
    #Header .right {
        padding-right: 0
    }
}

@media(min-width: 1024px) {
    #Header .right {
        align-self: flex-end;
        width: 100%
    }
}

#Header .right .btn--premium {
    border: .1rem solid #ffc700;
    font-size: 1.3rem;
    display: flex;
    align-self: center
}

@media(min-width: 1024px) {
    #Header .right .btn--premium {
        font-size: 1.4rem
    }
}

#Header .Header {
    border-bottom: .1rem solid #eff0f3;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: auto;
    position: relative;
    max-width: 115.2rem;
    margin: 0 auto
}

@media(max-width: 1199px)and (min-width: 1024px) {
    #Header .Header {
        padding-right: 4.8rem
    }
}

@media(max-width: 1023px) {
    #Header .Header {
        height: 6rem;
        padding: 1.5rem 1.2rem 1.5rem 0
    }
}

@media(min-width: 1024px) {
    #Header .Header {
        border-bottom: 0
    }
}

@media(max-width: 1023px) {
    #Header .Header--mobile {
        border-bottom: 0;
        background-color: #fcfcfd
    }
}

@media(min-width: 1024px) {
    #Header .Header {
        height: 13.2rem;
        transition: height .4s ease-in-out
    }
}

@media(min-width: 1024px) {
    #Header .Header--home {
        height: 9.6rem;
        transition: height .4s ease-in-out;
        padding-top: 0
    }
}

@media(min-width: 1024px) {
    #Header .Header--no-expanded {
        height: 0
    }
}

#Header .Header .wrapper {
    height: 6rem;
    padding: 1.2rem 0;
    background-color: #fff
}

@media(min-width: 1024px) {
    #Header .Header .wrapper {
        height: 100%;
        padding: 0
    }
}

#Header .Header__jelec {
    align-items: center;
    align-self: flex-end;
    background-image: url("../img/5ae3d59a5e2fc681b2d4f77ff75184ce94495296.svg");
    background-repeat: no-repeat;
    color: #717b8e;
    display: none;
    flex-direction: column;
    font-size: 1.3rem;
    font-weight: 500;
    height: 5.4rem;
    line-height: 1.1;
    -webkit-text-decoration: none;
    text-decoration: none;
    background-size: contain;
    background-position: center;
    width: 8rem;
    border: .1rem solid #eff0f3;
    padding-left: 7rem
}

#Header .Header__jelec {
    font-family: Arial, Roboto, sans-serif
}

html:not(.fonts-loaded) #Header .Header__jelec {
    letter-spacing: .314px
}

html:not(.fonts-loaded) #Header .Header__jelec>* {
    letter-spacing: .314px
}

html.fonts-loaded #Header .Header__jelec {
    font-family: "Marr Sans", Arial, Roboto, sans-serif
}

@media(min-width: 1024px) {
    #Header .Header__jelec {
        display: flex
    }
}

#Header .Header__jelec img {
    margin-right: 2rem
}

#Header .Header__jelec p {
    margin-left: 9rem;
    height: 5.4rem;
    line-height: 1.6rem;
    padding-top: 1rem
}

#Header .Header__jelec:hover p {
    -webkit-text-decoration: underline;
    text-decoration: underline;
    text-decoration-thickness: .06em;
    text-underline-offset: .2em
}
*/

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.lmd-btn {
  align-items: center;
  border: 0;
  border-radius: 0.3rem;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-weight: 500;
  height: 3rem;
  justify-content: center;
  line-height: 1;
  max-width: 100%;
  text-align: center;
}

.lmd-btn {
  font-family: Arial, Roboto, sans-serif;
}

html:not(.fonts-loaded) .lmd-btn {
  letter-spacing: 0.314px;
}

.lmd-btn--l {
  font-size: 1.6rem;
  height: 4.2rem;
  padding: 1rem 2.4rem;
}

.lmd-btn--fullwidth {
  width: 100%;
}

.lmd-btn--primary {
  background-color: #026b9c;
  color: #fff;
}

.lmd-btn--primary:hover {
  background-color: #005b85;
}

.lmd-link-blue {
  color: #026b9c;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.lmd-link-blue:hover {
  color: #005b85;
}

@media not all and (-webkit-min-device-pixel-ratio: 0),
  not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 1023px) {
  .main--with-contextual-nav {
    margin-top: 5.6rem;
  }
}

@supports (font-variation-settings: normal) {
}

@supports (font-variation-settings: normal) {
}

@media (min-width: 1024px) {
  @supports (font-variation-settings: normal) {
  }
}

.lmd-link-blue {
  color: #026b9c;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.lmd-link-blue:hover {
  color: #005b85;
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.lmd-btn {
  align-items: center;
  border: 0;
  border-radius: 0.3rem;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-weight: 500;
  height: 3rem;
  justify-content: center;
  line-height: 1;
  max-width: 100%;
  text-align: center;
}

.lmd-btn {
  font-family: Arial, Roboto, sans-serif;
}

html:not(.fonts-loaded) .lmd-btn {
  letter-spacing: 0.314px;
}

.lmd-btn--l {
  font-size: 1.6rem;
  height: 4.2rem;
  padding: 1rem 2.4rem;
}

.lmd-btn--fullwidth {
  width: 100%;
}

.lmd-btn--primary {
  background-color: #026b9c;
  color: #fff;
}

.lmd-btn--primary:hover {
  background-color: #005b85;
}

@supports (font-variation-settings: normal) {
}

@supports (font-variation-settings: normal) {
}

@supports (font-variation-settings: normal) {
}

.lmd-link-blue {
  color: #026b9c;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.lmd-link-blue:hover {
  color: #005b85;
}

.meta {
  display: flex;
  list-style: none;
}

.meta {
  font-family: Arial, Roboto, sans-serif;
}

html:not(.fonts-loaded) .meta {
  letter-spacing: 0.314px;
}

html:not(.fonts-loaded) .meta > * {
  letter-spacing: 0.314px;
}

.meta__publisher {
  margin-top: 1.6rem;
  line-height: 1.42;
  font-size: 1.4rem;
  color: #717b8e;
  letter-spacing: 0.02rem;
}

@media (min-width: 576px) {
  .meta__publisher {
    letter-spacing: 0.019rem;
  }
}

@media (min-width: 768px) {
  .meta__publisher {
    letter-spacing: 0.02rem;
  }
}

.meta__author:after {
  color: #d5d8dc;
  content: "•";
  padding: 0 0.4rem 0 0.8rem;
  display: inline-block;
  line-height: 1;
}

.meta__author:after {
  font-family: "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif;
}

.meta__icon {
  font-size: 1.4rem;
  position: relative;
}

.meta__icon--favorite {
  display: flex;
}

.meta__link {
  cursor: pointer;
}

@media (min-width: 1024px) {
  .meta__link:hover {
    background-color: #eff0f3;
    border-color: #eff0f3;
  }

  .meta__link:hover + .meta__icon-desc {
    display: flex;
    justify-content: center;
  }
}

.meta__link:focus {
  outline: 0;
}

.meta__link--extend {
  width: 3.2rem;
  height: 3.2rem;
  background-size: auto;
  display: flex;
}

.meta__link--full {
  background-color: #e8eaee;
  border: 0.1rem solid rgba(0, 0, 0, 0);
  gap: 0.8rem;
  padding: 0 1rem;
  width: auto;
}

@media (min-width: 768px) {
  .meta__link--full {
    background-color: #fff;
    border-color: #d5d8dc;
  }
}

.meta__link--full .icon__description {
  color: #2a303b;
  font-size: 1.4rem;
}

.meta__link--full .icon__description {
  font-family: Arial, Roboto, sans-serif;
}

html:not(.fonts-loaded) .meta__link--full .icon__description {
  letter-spacing: 0.314px;
}

.meta__link--full:hover {
  background-color: #eff0f3;
  border: 0.1rem solid #d5d8dc;
}

.meta__link--full:hover + .meta__icon-desc {
  display: none;
}

.meta__link--light {
  border: 0;
}

.meta__link--light:hover {
  background-color: #eff0f3;
}

.meta__link-sub {
  display: flex;
  align-items: center;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  border: 0;
  padding: 0;
}

.meta__link-sub {
  font-family: Arial, Roboto, sans-serif;
}

html:not(.fonts-loaded) .meta__link-sub {
  letter-spacing: 0.314px;
}

html:not(.fonts-loaded) .meta__link-sub > * {
  letter-spacing: 0.314px;
}

.meta__link-sub:focus {
  outline: 0;
}

.meta__link-sub .meta__icon-container:hover {
  background-color: #eff0f3;
  border-color: #d5d8dc;
}

.meta__icon-container {
  cursor: pointer;
  margin-right: 1.2rem;
}

.meta__label-sub {
  color: #383f4e;
  font-size: 1.4rem;
}

.meta__social {
  align-items: center;
  height: 3.2rem;
  margin-top: 2.4rem;
  gap: 1.2rem;
}

.meta__reading-time {
  display: flex;
  align-items: center;
  line-height: 1.42;
  font-size: 1.4rem;
  color: #717b8e;
  margin-top: 1.6rem;
  letter-spacing: 0.02rem;
}

.meta__reading-time {
  font-family: Arial, Roboto, sans-serif;
}

html:not(.fonts-loaded) .meta__reading-time {
  letter-spacing: 0.314px;
}

html:not(.fonts-loaded) .meta__reading-time > * {
  letter-spacing: 0.314px;
}

@media (min-width: 576px) {
  .meta__reading-time {
    letter-spacing: 0.019rem;
  }
}

@media (min-width: 768px) {
  .meta__reading-time {
    letter-spacing: 0.02rem;
  }
}

@media print {
  .meta__reading-time .icon__reading-time {
    display: none;
  }
}

.meta__article-en-fr-url {
  align-items: center;
  color: #717b8e;
  display: inline-flex;
  line-height: 1.42;
  float: none;
  font-size: 1.4rem;
  letter-spacing: 0.02rem;
  margin-top: 1.6rem;
}

.meta__article-en-fr-url {
  font-family: Arial, Roboto, sans-serif;
}

html:not(.fonts-loaded) .meta__article-en-fr-url {
  letter-spacing: 0.314px;
}

.meta__article-en-fr-url:before {
  color: #d5d8dc;
  content: "•";
  line-height: 1;
}

.meta__article-en-fr-url:before {
  font-family: Georgia, Droid-serif, serif;
}

html:not(.fonts-loaded) .meta__article-en-fr-url:before {
  letter-spacing: -0.645px;
}

@supports (font-variation-settings: normal) {
}

@media print {
  .meta__article-en-fr-url {
    display: none;
  }
}

.meta__icon-desc {
  display: none;
  background-color: #2a303b;
  border-radius: 0.3rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.8rem;
  height: 2.6rem;
  width: 16rem;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -6.2rem;
  top: calc(100% + 1.2rem);
  z-index: 1;
}

.meta__icon-desc {
  font-family: Arial, Roboto, sans-serif;
}

html:not(.fonts-loaded) .meta__icon-desc {
  letter-spacing: 0.314px;
}

.meta__icon-desc--more {
  right: -0.4rem;
}

.meta__sub {
  display: none;
}

.meta__icon-sub {
  color: #666e80;
  flex: 1 0 auto;
}

.meta__icon-sub .meta__icon-container {
  margin: 0;
}

@media (min-width: 768px) {
  .meta__icon-sub:last-of-type {
    margin-left: 1.6rem;
  }
}

.meta__icon-sub:last-of-type .meta__icon-container {
  margin-right: 0.8rem;
}

.lmd-link-blue {
  color: #026b9c;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.lmd-link-blue:hover {
  color: #005b85;
}

@supports (font-variation-settings: normal) {
}

@supports (font-variation-settings: normal) {
}

@supports (font-variation-settings: normal) {
}

@supports (font-variation-settings: normal) {
}

@supports (font-variation-settings: normal) {
}

.aside__article {
  display: none;
}

.aside__article .friend {
  display: block;
  border-top: 0;
}

@media (min-width: 1024px) {
  .aside__article .friend {
    grid-column: 1;
    height: 100%;
  }
}

@media (min-width: 1024px) {
  .aside__article {
    grid-column: 2;
    grid-row: 2;
    display: grid;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
    grid-row-gap: 4rem;
  }
}

.aside__article .friend:first-child {
  margin-top: 2.4rem;
  grid-row: 1/2;
}

.lmd-link-blue {
  color: #026b9c;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.lmd-link-blue:hover {
  color: #005b85;
}

@supports (font-variation-settings: normal) {
}

@supports (font-variation-settings: normal) {
}

@supports (font-variation-settings: normal) {
}

.lmd-link-blue {
  color: #026b9c;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.lmd-link-blue:hover {
  color: #005b85;
}

@media (min-width: 1024px) {
  @supports (font-variation-settings: normal) {
  }
}

@media (min-width: 1024px) {
  @supports (font-variation-settings: normal) {
  }
}

.friend {
  border-top: 0.1rem solid #d5d8dc;
  position: relative;
  z-index: 1;
}

@supports (font-variation-settings: normal) {
}

.friend--around {
  background-color: #eff0f3;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 0 0.8rem 0.8rem 0.8rem;
}

.friend--around:before {
  content: "Publicité";
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  display: block;
  width: 100%;
  color: #666e80;
}

.friend--around {
  background-color: #eff0f3;
  text-align: center;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 0 0.8rem 0.8rem 0.8rem;
}

.friend--around:before {
  content: "Publicité";
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  display: block;
  width: 100%;
  color: #666e80;
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.lmd-btn {
  align-items: center;
  border: 0;
  border-radius: 0.3rem;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-weight: 500;
  height: 3rem;
  justify-content: center;
  line-height: 1;
  max-width: 100%;
  text-align: center;
}

.lmd-btn {
  font-family: Arial, Roboto, sans-serif;
}

html:not(.fonts-loaded) .lmd-btn {
  letter-spacing: 0.314px;
}

.lmd-btn--l {
  font-size: 1.6rem;
  height: 4.2rem;
  padding: 1rem 2.4rem;
}

.lmd-btn--fullwidth {
  width: 100%;
}

.lmd-btn--primary {
  background-color: #026b9c;
  color: #fff;
}

.lmd-btn--primary:hover {
  background-color: #005b85;
}

.lmd-link-blue {
  color: #026b9c;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.lmd-link-blue:hover {
  color: #005b85;
}

@supports (font-variation-settings: normal) {
}

@supports (font-variation-settings: normal) {
}

.lmd-link-blue {
  color: #026b9c;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.lmd-link-blue:hover {
  color: #005b85;
}

@media screen and (-ms-high-contrast: active) and (min-width: 1024px),
  screen and (-ms-high-contrast: none) and (min-width: 1024px) {
  .old__zone {
    position: relative;
  }

  .old__zone:after {
    content: "";
    display: table;
    clear: both;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 1024px),
  screen and (-ms-high-contrast: none) and (min-width: 1024px) {
  .old__article-content-single {
    width: 55.6rem;
    float: left;
    margin-right: 6.4rem;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 1024px),
  screen and (-ms-high-contrast: none) and (min-width: 1024px) {
  .article--single .old__aside {
    float: right;
    display: block;
    width: 31.6rem;
  }
}

@media screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .icon,
  .lmd-dropdown__close,
  .icon__reading-time,
  .icon__favorites,
  .icon__information,
  .icon__arrow,
  .icon__link,
  .icon__linkedin,
  .icon__whatsapp,
  .icon__messenger,
  .icon__facebook,
  .icon__email,
  .icon__twitter,
  .message__dropdown-trigger:after {
    background-size: auto;
  }
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.lmd-btn {
  align-items: center;
  border: 0;
  border-radius: 0.3rem;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  font-weight: 500;
  height: 3rem;
  justify-content: center;
  line-height: 1;
  max-width: 100%;
  text-align: center;
}

.lmd-btn {
  font-family: Arial, Roboto, sans-serif;
}

html:not(.fonts-loaded) .lmd-btn {
  letter-spacing: 0.314px;
}

.lmd-btn--l {
  font-size: 1.6rem;
  height: 4.2rem;
  padding: 1rem 2.4rem;
}

.lmd-btn--fullwidth {
  width: 100%;
}

.lmd-btn--primary {
  background-color: #026b9c;
  color: #fff;
}

.lmd-btn--primary:hover {
  background-color: #005b85;
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.lmd-dropdown__content {
  background-color: #fff;
  border: 0.1rem solid #e2e4e9;
  bottom: 0;
  display: none;
  left: 0;
  min-width: 20rem;
  padding: 1.6rem;
  position: fixed;
  right: 0;
  text-align: left;
  width: 100%;
  z-index: 9999;
}

@media (min-width: 768px) {
  .lmd-dropdown__content {
    bottom: auto;
    bottom: initial;
    border-radius: 0.3rem;
    position: absolute;
    top: calc(100% + 1.2rem);
    width: 34rem;
  }
}

.lmd-dropdown__overlay {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
}

.lmd-dropdown__close {
  background-image: url("../img/0d7f1bc7147ec8648dabd94671a584e66c4c5f16.svg");
  background-size: 1rem;
  background-color: #fff;
  cursor: pointer;
  display: block;
  height: 2.4rem;
  margin-bottom: 0.8rem;
  margin-left: auto;
  width: 2.4rem;
  border: 0.1rem solid #bdc1c8;
  border-radius: 50%;
}

.lmd-dropdown__close:hover {
  background-color: #eff0f3;
  border: none;
}

@media (min-width: 768px) {
  .lmd-dropdown__close {
    margin-bottom: 1.6rem;
  }
}

.lmd-dropdown-favorite {
  font-family: Arial, Roboto, sans-serif;
}

html:not(.fonts-loaded) .lmd-dropdown-favorite {
  letter-spacing: 0.314px;
}

html:not(.fonts-loaded) .lmd-dropdown-favorite > * {
  letter-spacing: 0.314px;
}

.lmd-dropdown-favorite__text {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

@media (min-width: 768px) {
  .lmd-dropdown-favorite__text {
    font-size: 1.6rem;
    line-height: 2.1rem;
  }
}

.lmd-dropdown-favorite__text:not(:last-child) {
  margin-bottom: 1.2rem;
}

.lmd-dropdown-favorite .lmd-btn {
  margin-bottom: 0.8rem;
}

.lmd-dropdown-favorite__text-login {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

@media (min-width: 768px) {
  .lmd-dropdown-favorite__text-login {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

.sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

@-moz-document url-prefix() {
}

.lmd-link-blue {
  color: #026b9c;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.lmd-link-blue:hover {
  color: #005b85;
}

.lmd-typo--medium {
  font-weight: 500;
}

.lmd-typo--center {
  text-align: center;
}

.check__iban {
  pointer-events: none;
}

.check {
  box-shadow: var(--box-shadow);
  max-width: 100%;
  font-family: Arial, Helvetica, sans-serif !important;
  font-style: initial;
}

.check__wrapper {
  padding: 0.5rem;
}

.check__iban {
  margin-bottom: 1rem;
  display: block;
  font-weight: 500;
}

.check__top-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.check__top-col-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4rem;
}

.check__top-col-1-row {
  display: flex;
  flex-direction: column;
}

.check__top-col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.check span {
  font-weight: 400 !important;
}

.check__bot {
  border-bottom: 3px solid #000;
}

.check__bot-grid {
  display: grid;
  grid-template-columns: 1fr 5fr 1fr 1fr 1fr;
}

.check__bot-grid-col {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #000;
}

.check__bot-grid-col-title {
  font-weight: 500;
  background-color: rgba(128, 128, 128, 0.39);
  border-right: 1px solid #000;
  border-bottom: 3px solid #000;
  padding-left: 2px;
}

.check__thanks {
  text-align: right;
  display: block;
  margin: 0.5rem 2rem;
}

/*!
 * minimum set of bootstrap includes for most embed components
 */

ul {
  list-style: none;
}

* {
  box-sizing: border-box;
}

body,
html {
  margin: 0;
  padding: 0;
}

a,
button,
h1,
h3,
h4,
img,
label,
li,
p,
strong,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
}

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

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

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

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

button {
  line-height: normal;
}

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

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

a:focus {
  outline: 0;
}

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

[class*=" icon-"]:before,
[class^="icon-"]:before {
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.label:hover {
  color: #2a2e2e;
  transition: color 250ms ease-in-out;
}

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

.sso__button.no-image:not(:disabled).active,
.sso__button.no-image:not(:disabled):active {
  transition: none;
  background: #2e9fff;
}

.row:after {
  clear: both;
}

.button {
  border-radius: 3px;
  border: 1px solid transparent;
  line-height: 1.1em;
  text-align: center;
  font-weight: 500;
  padding: 8px 10px 9px;
  display: inline-block;
  cursor: pointer;
}

.button:disabled {
  opacity: 0.35;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

.row:after,
.row:before {
  line-height: 0;
}

.hidden {
  display: none;
}

.fixed-header div,
.fixed-header span,
.fixed-header a,
.fixed-header img,
.fixed-header ul,
.fixed-header li {
  box-sizing: border-box;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

.fixed-header *,
.fixed-header *:before,
.fixed-header *:after {
  box-sizing: border-box;
}

.fixed-header a {
  color: #111;
  text-decoration: none;
}

.fixed-header a:hover {
  color: #f60;
}

.fixed-header .icon-facebook-fff {
  background-image: url("../img/641391ea4bdaaf30c22a754017d81e93dbf64992.svg");
  background-repeat: no-repeat;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.fixed-header .icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  padding: 6px;
  /* background-position: center 0; */
  background-size: 24px;
  background-origin: content-box;
}

@media only screen and (max-width: 700px) {
  .fixed-header .icon,
  .fixed-header #passportHeader._iph_mini .icon {
    height: 48px;
    width: 44px;
    padding: 12px;
  }
}

._iph_fixed-header.fixed-header .icon-harang {
  background-image: url("../img/4e0425cbbdfdd4bb3137aed5bffe4ac4ffab49d5.svg");
  background-repeat: no-repeat;
}

._iph_fixed-header.fixed-header .icon-harang:hover {
  background-image: url("../img/a24b0044f6fca89a86b366a629220cbe664af3a5.svg");
  background-repeat: no-repeat;
}

._iph_fixed-header.fixed-header .icon-kulcs {
  background-image: url("../img/7406c11d3ec2100b10f4f973cfa7b5dd21e75115.svg");
  background-repeat: no-repeat;
}

._iph_fixed-header.fixed-header .icon-kulcs:hover {
  background-image: url("../img/652970a9f2fd0f032053f3e31de9f294b700972a.svg");
  background-repeat: no-repeat;
}

.fixed-header {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 16px;
  z-index: 8001;
}

.fixed-header .fixed-header-container {
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .fixed-header .fixed-header-container {
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1244px) {
  .fixed-header .fixed-header-container {
    width: 1006px;
  }
}

@media only screen and (min-width: 1245px) {
  .fixed-header .fixed-header-container {
    width: 1138px;
  }
}

@media only screen and (max-width: 700px) {
  #passportHeader ._iph_fixed-header.fixed-header-dropdown-container {
    bottom: 43px;
  }
}

.fixed-header .fixed-header-dropdown-wrapper {
  position: relative;
  margin: 0 auto;
}

@media only screen and (max-width: 700px) {
  .fixed-header .fixed-header-dropdown-wrapper {
    height: 100%;
    overflow-y: auto;
    position: static;
  }
}

@media only screen and (max-width: 1023px) {
  .fixed-header .fixed-header-dropdown-wrapper {
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1244px) {
  .fixed-header .fixed-header-dropdown-wrapper {
    width: 1006px;
  }
}

@media only screen and (min-width: 1245px) {
  .fixed-header .fixed-header-dropdown-wrapper {
    width: 1138px;
  }
}

.fixed-header .fixed-header-dropdown {
  display: none;
}

#passportHeader {
  display: none;
}

.fixed-header ._iph_fixed-header {
  position: relative;
}

.fixed-header #passportHeader._iph_mini {
  display: block;
  float: right;
  height: auto !important;
  position: relative;
}

@media only screen and (max-width: 700px) {
  .fixed-header #passportHeader._iph_mini > #_iph_fixed-header,
  .fixed-header #passportHeader._iph_mini {
    width: 88px;
  }

  .fixed-header #passportHeader._iph_mini ._iph_fixed-header.fixed-header,
  .fixed-header #passportHeader._iph_mini .fixed-header-container ._iph_rgt {
    height: auto;
  }
}

@media only screen and (max-width: 700px) {
  .fixed-header
    #passportHeader._iph_mini
    ._iph_fixed-header.fixed-header-dropdown-container {
    position: fixed;
  }

  .fixed-header #passportHeader._iph_mini .fixed-header-dropdown-wrapper {
    position: relative;
  }
}

.fixed-header #passportHeader ._iph_fixed-header {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
}

.fixed-header #passportHeader._iph_mini ._iph_fixed-header.fixed-header {
  background: transparent;
}

#passportHeader {
  height: 36px !important;
  visibility: visible !important;
}
._iph_fixed-header div,
._iph_fixed-header span,
._iph_fixed-header a,
._iph_fixed-header img,
._iph_fixed-header ul,
._iph_fixed-header li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
._iph_fixed-header *,
._iph_fixed-header *:before,
._iph_fixed-header *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
._iph_fixed-header a {
  color: #111;
  text-decoration: none;
}
._iph_fixed-header a:hover {
  color: #f60;
}
@font-face {
  font-family: "_IPH Roboto Condensed";
  src: url("../fonts/RobotoCondensed-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}

._iph_fixed-header .icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  padding: 6px;
  background-position: center center;
  background-size: 24px;
  background-origin: content-box;
}
@media only screen and (max-width: 700px) {
  ._iph_fixed-header .icon {
    height: 36px;
    width: 36px;
    padding: 12px;
    background-size: 20px;
  }
}
._iph_fixed-header .icon-harang {
  background-image: url("../img/5fcc847b28cb7caecbf759d2634a67ab15452459.png");
  background-repeat: no-repeat;
}
._iph_fixed-header .icon-harang:hover {
  background-image: url("../img/3010eb8832e69f43ca76d78eed9c26567205a1d0.png");
  background-repeat: no-repeat;
}
._iph_fixed-header .icon-kulcs {
  background-image: url("../img/1252ebafb646b2870e1c3545d9cb23010cadcc01.png");
  background-repeat: no-repeat;
}
._iph_fixed-header .icon-kulcs:hover {
  background-image: url("../img/284f625d623529392152f47cb83afbe0ce515ba6.png");
  background-repeat: no-repeat;
}
@media only screen and (max-width: 700px) {
  ._iph_fixed-header .icon-harang:hover {
    background-image: url("../img/4e0425cbbdfdd4bb3137aed5bffe4ac4ffab49d5.svg");
  }
  ._iph_fixed-header .icon-kulcs:hover {
    background-image: url("../img/7406c11d3ec2100b10f4f973cfa7b5dd21e75115.svg");
  }
}
._iph_fixed-header .icon-facebook-fff {
  background-image: url("../img/641391ea4bdaaf30c22a754017d81e93dbf64992.svg");
  background-repeat: no-repeat;
}
._iph_fixed-header {
  font-family: "_IPH Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 16px;
  z-index: 2095;
}
._iph_fixed-header.fixed-header {
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(230, 230, 230, 0.96);
  height: 36px;
  font-family: "_IPH Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 16px;
  position: fixed;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2100;
}
@media only screen and (max-width: 700px) {
  ._iph_fixed-header.fixed-header {
    height: 48px;
  }
}
@media only screen and (max-width: 700px) {
  ._iph_fixed-header.fixed-header {
    bottom: 0;
  }
}
@media only screen and (min-width: 701px) {
  ._iph_fixed-header.fixed-header {
    top: 0;
  }
}
._iph_fixed-header .fixed-header-container {
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  ._iph_fixed-header .fixed-header-container {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1244px) {
  ._iph_fixed-header .fixed-header-container {
    width: 1006px;
  }
}
@media only screen and (min-width: 1245px) {
  ._iph_fixed-header .fixed-header-container {
    width: 1138px;
  }
}
._iph_fixed-header ._iph_rgt {
  float: right;
}
._iph_fixed-header ._iph_rgt li {
  float: left;
}
._iph_fixed-header ._iph_rgt li:last-of-type img:last-child {
  margin-right: -1px;
}
._iph_fixed-header .icon-harang {
  position: relative;
}
._iph_fixed-header.fixed-header-dropdown-container {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  ._iph_fixed-header.fixed-header-dropdown-container {
    top: 0;
    bottom: 48px;
    background: rgba(255, 255, 255, 0.8);
  }
}
@media only screen and (min-width: 701px) {
  ._iph_fixed-header.fixed-header-dropdown-container {
    top: 36px;
    height: 0;
  }
}
._iph_fixed-header.fixed-header-dropdown-container.inactive {
  display: none;
}
._iph_fixed-header .fixed-header-dropdown-wrapper {
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 700px) {
  ._iph_fixed-header .fixed-header-dropdown-wrapper {
    height: 100%;
    overflow-y: auto;
    position: static;
  }
}
@media only screen and (max-width: 1023px) {
  ._iph_fixed-header .fixed-header-dropdown-wrapper {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1244px) {
  ._iph_fixed-header .fixed-header-dropdown-wrapper {
    width: 1006px;
  }
}
@media only screen and (min-width: 1245px) {
  ._iph_fixed-header .fixed-header-dropdown-wrapper {
    width: 1138px;
  }
}
._iph_fixed-header .fixed-header-dropdown {
  display: none;
}
._iph_fixed-header ._iph_std-menu {
  list-style: none;
  padding: 8px 0;
}
._iph_fixed-header ._iph_std-menu > li {
  display: block;
  height: 36px;
  line-height: 36px;
}
._iph_fixed-header ._iph_std-menu > li > a {
  display: block;
  padding: 9px 16px 7px 16px;
  line-height: 16px;
}
._iph_fixed-header ._iph_std-menu li > a:hover,
._iph_fixed-header ._iph_std-menu li > a:active,
._iph_fixed-header ._iph_std-menu li > a:focus {
  color: #000016;
  background: #f1f1f1;
}
._iph_fixed-header ._iph_std-menu li {
  width: 100%;
  height: auto;
}
._iph_fixed-header ._iph_std-menu li.divider {
  height: 1px;
  margin: 8px 0;
  background: #e6e6e6;
  text-align: center;
}
._iph_fixed-header ._iph_std-menu li.divider span {
  position: relative;
  top: -16px;
  background: #fff;
  padding: 0 16px;
}
._iph_fixed-header ._iph_std-menu .divider.indapass-logo {
  margin-top: 16px;
  margin-bottom: 16px;
}
._iph_fixed-header ._iph_std-menu .divider.indapass-logo span {
  display: block;
  position: relative;
  top: -8px;
  margin: 0 auto;
  width: 94px;
  height: 15px;
  background-image: url("../img/d853c94f138175883408de835961b5aae0763433.svg");
  background-repeat: no-repeat;
  background-origin: content-box;
}
._iph_fixed-header ._iph_std-menu .facebook {
  margin-top: 8px;
  margin-bottom: 16px;
}
._iph_fixed-header ._iph_std-menu .facebook a,
._iph_fixed-header ._iph_std-menu .facebook a:hover {
  background: #3b56a1;
  font-family: "_IPH Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  outline: 0;
}
._iph_fixed-header ._iph_std-menu .facebook a:hover {
  background-color: #2b4897;
}
._iph_fixed-header ._iph_std-menu .facebook a {
  margin: 0 16px;
  height: 36px;
  line-height: 36px;
}
._iph_fixed-header ._iph_std-menu .facebook a:hover,
._iph_fixed-header ._iph_std-menu .facebook a:active,
._iph_fixed-header ._iph_std-menu .facebook a:focus {
  background: darken(#3b56a1, 10%);
  color: white;
}
._iph_fixed-header ._iph_std-menu .facebook span {
  float: left;
  border-right: 1px solid #fff;
}
._iph_fixed-header .user-dropdown-kijelentkezett {
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 700px) {
  ._iph_fixed-header .user-dropdown-kijelentkezett {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 701px) and (max-width: 1023px) {
  ._iph_fixed-header .user-dropdown-kijelentkezett {
    padding-left: 16px;
    padding-right: 16px;
    width: 41%;
    float: left;
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1244px) {
  ._iph_fixed-header .user-dropdown-kijelentkezett {
    padding-left: 16px;
    padding-right: 16px;
    width: 33%;
    float: left;
    padding: 0;
  }
}
@media only screen and (min-width: 1245px) {
  ._iph_fixed-header .user-dropdown-kijelentkezett {
    padding-left: 16px;
    padding-right: 16px;
    width: 25%;
    float: left;
    padding: 0;
  }
}
._iph_fixed-header .notifications-dropdown-kijelentkezett {
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 700px) {
  ._iph_fixed-header .notifications-dropdown-kijelentkezett {
    width: 100%;
    max-width: 400px;
  }
}
@media only screen and (min-width: 701px) and (max-width: 1023px) {
  ._iph_fixed-header .notifications-dropdown-kijelentkezett {
    padding-left: 16px;
    padding-right: 16px;
    width: 41%;
    float: right;
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1244px) {
  ._iph_fixed-header .notifications-dropdown-kijelentkezett {
    padding-left: 16px;
    padding-right: 16px;
    width: 33%;
    float: right;
    padding: 0;
  }
}
@media only screen and (min-width: 1245px) {
  ._iph_fixed-header .notifications-dropdown-kijelentkezett {
    padding-left: 16px;
    padding-right: 16px;
    width: 25%;
    float: right;
    padding: 0;
  }
}
#passportHeader._iph_mini {
  position: absolute;
}
#passportHeader._iph_mini,
#passportHeader._iph_mini > #_iph_fixed-header {
  width: 72px;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}
#passportHeader._iph_mini ._iph_fixed-header {
  position: static;
}
#passportHeader._iph_mini .fixed-header-dropdown-wrapper {
  width: auto;
}
#passportHeader._iph_mini .fixed-header-container ._iph_rgt,
#passportHeader._iph_mini .notifications-dropdown-kijelentkezett,
#passportHeader._iph_mini .user-dropdown-kijelentkezett {
  float: none;
}
#passportHeader._iph_mini .fixed-header-container ._iph_rgt {
  height: 36px;
  overflow: hidden;
}
#passportHeader._iph_mini .notifications-dropdown-kijelentkezett,
#passportHeader._iph_mini .user-dropdown-kijelentkezett {
  width: 376px;
  position: static;
  right: auto;
}
@media only screen and (max-width: 700px) {
  #passportHeader._iph_mini ._iph_fixed-header.fixed-header {
    height: 36px;
  }
  #passportHeader._iph_mini .icon {
    width: 36px;
    height: 36px;
    padding: 6px;
  }
  #passportHeader._iph_mini ._iph_fixed-header .fixed-header-dropdown-wrapper {
    overflow-y: visible;
  }
}

.icon,
.icon__twitter,
.icon__facebook {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  flex-shrink: 0;
  height: 2rem;
  width: 2rem;
}
.logo {
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
}
.icon__facebook {
  background-image: url("../img/c4843bb998f244b97c23b6993504093a2a88ce03.svg");
  width: 2.4rem;
  height: 2.4rem;
}
.icon__twitter {
  background-image: url("../img/486f9b4af5372dbdfe9f18112f7b5cf744f30e0c.svg");
  width: 2.4rem;
  height: 2.4rem;
}
.hidden {
  display: none;
}
.comment-line {
  font-size: 1.3rem;
  margin: 1rem 0;
  font-weight: 500;
}
.fb-comment__text-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.comment-block-input__button {
  border: none;
  font-weight: 500;
  float: right;
  cursor: pointer;
  color: #365899;
  padding: 10px;
}

.fb-post {
  width: 100%;
  padding: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dddfe2;
  border-radius: 3px;
  font: 400 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fb-comment__sort {
  color: #365899;
  cursor: pointer;
  margin: 10px 0;
}

.fb-comment__sort:hover {
  text-decoration: underline;
}

.fb-comment__sort span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-position: -408px -270px;
  background-repeat: no-repeat;
}

.fb-comment__avatar {
  height: 32px;
  min-width: 32px;
  margin-right: 8px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 0 !important;
}

.fb-comment__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  margin: 10px 0;
}

.fb-comment__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.fb-comment__answer {
  display: flex;
  margin-top: 1.4rem;
}
.fb-comment__text {
  /* max-width: 440px; */
  width: 100%;
  margin: 0;
  padding: 8px 10px;
  color: #1d2129;
  background-color: #f2f3f5;
  border-radius: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.fb-comment__author {
  font-weight: 600;
  color: #365899;
  text-decoration: none;
}

.fb-comment__react {
  text-decoration: none;
  color: #365899;
}

.fb-comment__react:after {
  content: "·";
  color: #606770;
  padding: 3px;
}

.fb-comment__posted {
  color: #606770;
}

.fb-comment__more {
  color: #365899;
  text-decoration: none;
}

.fb-comment__more:hover {
  text-decoration: underline;
}

.fb-comment__like {
  position: absolute;
  bottom: 5;
  right: 0;
  height: 20px;
  width: 44px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  color: #8d949e;
  font-size: 11px;
  font-weight: normal;
  padding: 2px 1px 2px 2px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fb-comment__like img {
  height: 18px;
  width: 18px;
  display: inline-block;
  margin-right: 3px;
  padding: 0 !important;
}

@media screen and (max-width: 600px) {
  .fb-post {
    width: 100%;
    margin: 0;
    padding: 10px;
    border: none;
  }
  .fb-comment__text {
    max-width: 100%;
  }
}
img {
  padding: 0 !important;
}

/* Chart.js */

.btn_comm {
  width: 100%;
}

#index {
  max-width: 100%;
}

@media only screen and (min-width: 701px) {
  body {
    margin-top: 43px !important;
  }
}

@media only screen and (max-width: 700px) {
  body {
    margin-top: 0px !important;
  }
}

@supports (mix-blend-mode: multiply) {
}

@supports not (aspect-ratio: auto) {
  @supports not (inset: 0) {
  }
}

.m-cf-fejlec_container_links_item_link_container_icon {
  fill: #999;
}

.m-cf-fejlec_container_links_item_link_container_logo {
  height: 20px;
  width: 8px;
}

.m-cf-fejlec_container_links_item_link_container_logo_stem {
  fill: #000016;
}

.m-cf-fejlec_container_links_item_link_container_logo_dot {
  fill: #f90;
}

.m-cf-fejlec_container_links_item_link_container_label {
  color: #999;
  font-weight: 700;
}

.m-cf-fejlec_container_inda_kiadvanyok_item_link {
  color: #999;
}

.m-cf-fejlec_container_inda_actions_item_button_wrapper_icon {
  fill: #999;
}

.container {
  margin: 0 auto;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #fff;
}

.container:before,
.container:after {
  content: "\0020";
  display: table;
}

.container:after {
  clear: both;
}

@media only screen and (max-width: 700px) {
  .container {
    width: 100%;
  }
}

@media only screen and (min-width: 701px) and (max-width: 1023px) {
  .container {
    width: 100%;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1244px) {
  .container {
    width: 1008px;
  }
}

@media only screen and (min-width: 1245px) {
  .container {
    width: 1140px;
  }
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-Bold.woff") format("woff");
  font-style: normal;
  font-weight: bold;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.woff") format("woff");
  font-style: italic;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "iconvault";
  src: url("../fonts/iconvault_forecastfont.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "iconvault";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 2.625em;
}

.icon-sunny::after {
  content: "\f101";
  color: orange;
  position: absolute;
}

.icon-cloud::after {
  content: "\f106";
  color: #ccc;
  position: absolute;
}

body {
  margin-top: 0px;
  background-color: #fff;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #323232;
  font-weight: normal;
  font-style: normal;
}

@media print {
  body {
    margin-top: 0;
  }
}

.hidden {
  visibility: hidden !important;
}

.block {
  display: block;
}

h1 {
  font-size: 16px;
  line-height: 21px;
}

@media only screen and (min-width: 1024px) and (max-width: 1244px) {
  h1 {
    font-size: 14px;
    line-height: 19px;
  }
}
h3 {
  font-size: 20px;
}

@media only screen and (max-width: 700px) {
  h1 {
    font-size: 16px;
    line-height: 20px;
  }
}

h1,
h3 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

p {
  font-size: 20px;
  line-height: 20px;
}

a {
  color: #111;
  text-decoration: none;
}

a:hover {
  color: #f60;
}

.cimke {
  text-transform: uppercase;
  padding: 3px 5px;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  display: block;
}

.cimke:before {
  top: 3px;
}

@media only screen and (min-width: 1024px) and (max-width: 1244px) {
  .cimke {
    font-size: 13px;
    line-height: 12px;
  }

  .cimke:before {
    top: 2px;
  }
}

@media only screen and (max-width: 700px) {
  .cimke {
    font-size: 13px;
    line-height: 12px;
  }

  .cimke:before {
    top: 2px;
  }
}

a.cimke {
  text-decoration: none;
}

.cimke-rovat {
  background-color: #158dc5;
  color: #ffffff;
}

a.cimke-rovat:hover,
a.cimke-rovat:active,
a.cimke-rovat:focus {
  background-color: #106c97;
  color: #ffffff;
}

.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 6px;
}

.icon-facebook-fff {
  background-image: url("../img/c615501ea9b7e7034c0afc9caab961ef6434b01b.svg");
  background-repeat: no-repeat;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "iconvault";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 2.625em;
}

.icon-sunny::after {
  content: "\f101";
  color: orange;
  position: absolute;
}

.icon-cloud::after {
  content: "\f106";
  color: #ccc;
  position: absolute;
}

.index-header {
  position: relative;
}

.loader {
  display: block;
  width: 66px;
  margin: 32px auto;
  font-size: 0;
}

.loader-item {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 3px;
  background-color: #f90;
}

.loader.animating .loader-item {
  animation: flipDelay 2000ms cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
}

.loader.animating .loader-item:nth-child(1) {
  animation-delay: 100ms;
}

.loader.animating .loader-item:nth-child(2) {
  animation-delay: 200ms;
}

.loader.animating .loader-item:nth-child(3) {
  animation-delay: 300ms;
}

@keyframes flipDelay {
  0% {
    opacity: 1;
    transform-origin: 0 0 0;
  }

  30% {
    opacity: 0;
    transform: rotate3d(1, 0, 0, 90deg);
    transform-origin: 0 0 0;
  }

  60% {
    opacity: 0;
    transform: rotate3d(1, 0, 0, 90deg);
    transform-origin: 0 100% 0;
  }

  90% {
    opacity: 1;
    transform-origin: 0 100% 0;
  }
}

.index-header .logo {
  width: 187px;
  height: 33px;
  display: inline-block;
  background: url("../img/f9386c4eebdb9ed0dd3406b98892908ecb895e4b.svg")
    no-repeat center center/cover;
  vertical-align: middle;
}

@media only screen and (max-width: 700px) {
  .index-header .logo {
    width: 138px;
    height: 25px;
  }
}

.index-header nav {
  display: flex;
  align-items: center;
  width: calc(100% + 1.25rem);
  margin: 1rem -1rem 0;
}

@media only screen and (max-width: 1023px) {
  .index-header nav {
    display: none;
  }
}

.index-header nav a {
  position: relative;
  font: 2rem/1 "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  z-index: 100;
}

.index-header nav a.rovat-link {
  padding: 1rem;
  color: inherit;
}

@media only screen and (min-width: 1024px) and (max-width: 1244px) {
  .index-header nav a {
    font-size: 17px;
  }
}

.notification {
  animation: jump 0.7s ease-out 3s 3;
}

.notification:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 10px;
  height: 4px;
  background-color: white;
  transform: translateX(-50%) scaleX(0);
  animation: white-out 0.5s linear 5s forwards;
  z-index: 1;
}

@keyframes jump {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes white-out {
  0% {
    transform: translateX(-50%) scaleX(0);
  }

  100% {
    transform: translateX(-50%) scaleX(1);
  }
}

.dropdown-container {
  position: absolute;
  left: 50%;
  top: 100%;
  width: calc(100% + 2rem);
  max-width: 100vw;
  padding: 1.5rem 2rem;
  border-radius: 0 0 0.5rem 0.5rem;
  background-color: white;
  box-shadow: 0 1.25rem 2rem rgba(0, 0, 0, 0.2);
  transform: translateX(-50%);
}

.dropdown-container[hidden] {
  display: none;
}

@supports not (aspect-ratio: auto) {
  @supports not (inset: 0) {
  }
}

@supports not (inset: 0) {
}

@media all and (max-width: 1023px) {
  .dropdown-container {
    display: none;
  }
}

.exchange-ticker {
  display: block;
  columns: 2;
  column-rule: 1px solid #e6e6e6;
  column-gap: 1rem;
  width: 100%;
  white-space: nowrap;
}

.exchange-ticker .currency-item {
  display: block;
  padding-right: 2rem;
}

.exchange-ticker .currency-item.goood {
  color: #f43a21;
  background: url("../img/895002a6249d15255c9cf33e8943ee0dcb84870b.svg")
    no-repeat right/10px;
}

.exchange-ticker .exchange-item {
  display: block;
  padding-right: 1rem;
}

.exchange-ticker .exchange-item.goood {
  color: #2dbe22;
  background: url("../img/3412b0d24d9c37f8967f1f4c6a1d95902270e75d.svg")
    no-repeat right/10px;
}

@media all and (max-width: 767px) {
  .index-header {
    margin-bottom: 4rem !important;
  }

  .exchange {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-right: 0 !important;
    transform: translate(0, 100%);
    overflow: hidden;
  }

  .exchange-ticker {
    columns: 6;
    column-rule: none;
    animation: 20s linear infinite ticker;
  }

  .exchange-ticker .currency-item {
    display: inline-block;
    margin: 0 0.5rem;
    line-height: 2rem;
  }

  .exchange-ticker .exchange-item {
    display: inline-block;
    margin: 0 0.5rem;
    line-height: 2rem;
  }

  .exchange.njs-carousel {
    box-sizing: border-box;
    left: 0.75rem;
    padding: 0;
    text-align: left;
    width: calc(100% - 2rem);
  }

  #index {
    padding: 0;
  }

  .exchange.njs-carousel > .exchange-ticker {
    animation: none;
    box-sizing: border-box;
    columns: auto auto;
    column-gap: normal;
    column-rule: medium none transparent;
    font-size: 0;
  }

  .exchange.njs-carousel > .exchange-ticker > * {
    box-sizing: border-box;
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}

@keyframes ticker {
  0% {
    transform: translate3d(100%, 0, 0);
  }

  100% {
    transform: translate3d(-200%, 0, 0);
  }
}

.index-header {
  width: 100% !important;
  box-shadow: inset 0 -4px #f90;
  z-index: 1000;
}

.index-header-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: var(--wrapper-padding, 16px);
}

@media only screen and (min-width: 1245px) {
  .index-header-wrapper {
    width: 1140px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1244px) {
  .index-header-wrapper {
    width: 1008px;
  }
}

@media only screen and (min-width: 1024px) {
  .index-header-wrapper {
    padding-bottom: 0;
  }
}

.trending-topics {
  display: flex;
  align-items: center;
  margin-left: 1.7rem;
}

.trending-topics li {
  margin-right: 2px;
}

footer a {
  color: inherit;
}

.header-parts {
  display: flex;
  align-items: stretch;
  margin-left: auto;
  color: #999999;
  font: 13px/1.3 "Roboto Condensed", sans-serif;
}

.header-parts > * {
  padding: 0 0.75rem;
}

.header-parts > *:not(:last-child) {
  border-right: 1px solid #e6e6e6;
}

.header-parts .calendar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
}

.header-parts .weather {
  display: flex;
  align-items: stretch;
  padding-right: 0;
}

.header-parts .weather .temperature {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.header-parts .weather .temperature .day {
  color: #f43a21;
}

.header-parts .weather .temperature .night {
  color: #82b2e4;
}

.header-parts .weather .weather-icon {
  position: relative;
  width: 34px;
  margin-left: 5px;
}

@media only screen and (max-width: 1023px) {
  .header-parts .calendar {
    display: none;
  }

  .trending-topics {
    overflow: hidden;
    max-width: 105px;
    display: block;
  }

  .trending-topics li {
    display: none;
  }

  .trending-topics li:first-of-type {
    display: block;
  }
}

.m-page-footer {
  position: relative;
  padding-top: 16px;
  padding-bottom: 59px;
  background-color: white;
}

@media screen and (min-width: 43.75em) {
  .m-page-footer {
    border-top: 4px solid #e6e6e6;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  }
}

.m-page-footer_container_list {
  text-align: center;
}

@media screen and (min-width: 43.75em) {
  .m-page-footer_container_list {
    line-height: 30px;
  }
}

@media screen and (min-width: 43.75em) {
  .m-page-footer_container_list_item {
    margin-right: 2px;
    margin-left: 2px;
  }

  .m-page-footer_container_list_item:not(:last-child):after {
    color: #fff;
    content: "|";
  }
}

.m-page-footer_container_list_item_link {
  cursor: pointer;
  font-size: 16px;
}

.m-cf-kiadvanylista_container_list_item_link:hover {
  color: #f90;
}

.m-cf-kiadvanylista_container_list_item_inda:hover
  .m-cf-kiadvanylista_container_list_item_inda_container_label {
  color: #f90;
}

.m-cf-kiadvanylista_container_list_item_inda:hover
  .m-cf-kiadvanylista_container_list_item_inda_container_icon {
  fill: #f90;
}

.m-cf-fejlec_container_links_item_link:focus {
  outline-color: #f90;
}

.m-cf-fejlec_container_links_item_link:hover
  .m-cf-fejlec_container_links_item_link_container_icon,
.m-cf-fejlec_container_links_item_link:focus
  .m-cf-fejlec_container_links_item_link_container_icon {
  fill: #f90;
}

.m-cf-fejlec_container_links_item_link:hover
  .m-cf-fejlec_container_links_item_link_container_label,
.m-cf-fejlec_container_links_item_link:focus
  .m-cf-fejlec_container_links_item_link_container_label {
  color: #f90;
}

.m-cf-fejlec_container_inda_kiadvanyok_item_link:hover,
.m-cf-fejlec_container_inda_kiadvanyok_item_link:focus {
  color: #f90 !important;
}

.m-cf-fejlec_container_inda_kiadvanyok_item_inda:hover
  .m-cf-fejlec_container_inda_kiadvanyok_item_inda_container_label,
.m-cf-fejlec_container_inda_kiadvanyok_item_inda:focus
  .m-cf-fejlec_container_inda_kiadvanyok_item_inda_container_label {
  color: #f90;
}

.m-cf-fejlec_container_inda_kiadvanyok_item_inda:hover
  .m-cf-fejlec_container_inda_kiadvanyok_item_inda_container_icon,
.m-cf-fejlec_container_inda_kiadvanyok_item_inda:focus
  .m-cf-fejlec_container_inda_kiadvanyok_item_inda_container_icon {
  fill: #f90;
}

.m-cf-fejlec_container_inda_actions_item_button:hover
  .m-cf-fejlec_container_inda_actions_item_button_wrapper_icon,
.m-cf-fejlec_container_inda_actions_item_button:focus
  .m-cf-fejlec_container_inda_actions_item_button_wrapper_icon {
  fill: #f90;
}

.m-cf-fejlec
  .fixed-header
  #passportHeader._iph_mini
  > #_iph_fixed-header
  .icon-kulcs:hover {
  background-image: url("../img/26be0cf15dd7e542e45902d9d02a3be4d8b98b33.svg");
}

.m-cf-fejlec
  .fixed-header
  #passportHeader._iph_mini
  > #_iph_fixed-header
  .icon-harang:hover {
  background-image: url("../img/54b37fe0fc6388f12c018a99e5e7ab66b50bbb1e.svg");
}

@media print {
  .fixed-header {
    display: none;
  }

  .container {
    width: 100% !important;
  }

  .index-header-wrapper {
    display: none;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1244px) {
  .index-header nav a {
    font-size: 17px;
  }
}

html,
body,
div,
span,
h1,
h3,
h4,
p,
a,
img,
strong,
b,
i,
ul,
li,
label,
article,
aside,
footer,
header,
nav,
section,
time {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

body,
body * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul {
  list-style: none;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

button {
  border-radius: 0;
}

.c-btn:focus:not(:active) {
  box-shadow: 0 0 0 1px #fff inset;
}

.userprofile__delete a:not(:hover) {
  color: inherit !important;
  background-color: transparent !important;
}

.m-page-footer {
  width: 100%;
}

.m-page-footer_container {
  background-color: transparent !important;
}

.m-page-footer_container_list {
  position: relative;
}

.m-page-footer_container_list_item.hasText {
  display: inline-block;
  font-size: 16px;
}

.m-page-footer_container_list_item.hasLink {
  display: none;
}

@media screen and (min-width: 43.75em) {
  .m-page-footer_container_list_item.hasLink {
    display: inline-block;
  }
}

.m-cf-kiadvanylista:before,
.m-cf-kiadvanylista:after {
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  width: 16px;
}

.m-cf-kiadvanylista_container_list_item_link,
.m-cf-kiadvanylista_container_list_item_inda_container_label {
  color: #999;
  display: block;
  font-family: "Open Sans";
  font-size: 15px;
  line-height: 42px;
  white-space: nowrap;
}

/* .m-cf-kiadvanylista {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
  height: 43px;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 8000
} */

.m-cf-kiadvanylista * {
  box-sizing: inherit;
}

@media screen and (min-width: 43.75em) {
  .m-cf-kiadvanylista {
    display: none;
  }
}

@media print {
  .m-cf-kiadvanylista {
    display: none;
  }
}

.m-cf-kiadvanylista:before {
  background-image: linear-gradient(
    to right,
    #fff 0%,
    rgba(255, 255, 255, 0.75),
    rgba(255, 255, 255, 0)
  );
  left: 0;
}

.m-cf-kiadvanylista:after {
  background-image: linear-gradient(
    to left,
    #fff 0%,
    rgba(255, 255, 255, 0.75),
    rgba(255, 255, 255, 0)
  );
  right: 0;
}

.m-cf-kiadvanylista_container {
  overflow-x: scroll;
}

.m-cf-kiadvanylista_container_list {
  display: table;
  height: 43px;
  padding-right: 16px;
  padding-left: 16px;
}

.m-cf-kiadvanylista_container_list_item {
  display: table-cell;
  vertical-align: middle;
}

.m-cf-kiadvanylista_container_list_item:not(:last-child) {
  padding-right: 16px;
}

.m-cf-kiadvanylista_container_list_item_inda {
  background: none;
  border: 0;
  cursor: pointer;
  margin: 0;
  outline: 0;
  padding: 0;
}

.m-cf-kiadvanylista_container_list_item_inda_container {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.m-cf-kiadvanylista_container_list_item_inda_container_icon {
  fill: #999;
  height: 7px;
  margin-top: 2px;
  margin-left: 6px;
  width: 11px;
}

.m-cf-fejlec {
  background-color: #fff;
  bottom: 0;
  border-top: 1px solid #e6e6e6;
  box-shadow: 0 0 10px 4px transparent;
  box-sizing: border-box;
  height: 43px;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 8000;
  transition: box-shadow 0.08s linear;
}

@media screen and (min-width: 43.75em) {
  .m-cf-fejlec {
    bottom: auto;
    border-top: 0;
    border-bottom: 1px solid #e6e6e6;
    top: 0;
  }
}

@media print {
  .m-cf-fejlec {
    display: none;
  }
}

.m-cf-fejlec * {
  box-sizing: inherit;
}

.m-cf-fejlec_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 64em) {
  .m-cf-fejlec_container {
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    margin-right: auto;
    margin-left: auto;
    max-width: 1008px;
  }
}

@media screen and (min-width: 77.8125em) {
  .m-cf-fejlec_container {
    max-width: 1140px;
  }
}

.m-cf-fejlec_container_wrapper {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.m-cf-fejlec_container_links {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
}

.m-cf-fejlec_container_links_item {
  border-right: 1px solid #e6e6e6 !important;
  height: 100%;
  overflow: hidden;
  transition: width 0.1s linear;
}

@media screen and (max-width: 63.9375em) {
  .m-cf-fejlec_container_links_item {
    width: 43px !important;
  }
}

.m-cf-fejlec_container_links_item.itemCover {
  border-width: 0;
  width: 0;
}

.m-cf-fejlec_container_links_item_link {
  background: none;
  border: 0;
  cursor: pointer;
  display: block;
  height: 100%;
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none !important;
  width: 100%;
}

@media screen and (min-width: 64em) {
  .m-cf-fejlec_container_links_item_link {
    padding-right: 16px;
    padding-left: 16px;
  }
}

.m-cf-fejlec_container_links_item_link_container {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.m-cf-fejlec_container_links_item_link_container_logo {
  opacity: 0.6;
}

.m-cf-fejlec_container_links_item_link:active
  .m-cf-fejlec_container_links_item_link_container_logo,
.m-cf-fejlec_container_links_item_link:focus
  .m-cf-fejlec_container_links_item_link_container_logo,
.m-cf-fejlec_container_links_item_link:hover
  .m-cf-fejlec_container_links_item_link_container_logo {
  opacity: 1;
}

.m-cf-fejlec_container_links_item_link_container_icon.iconHamburger {
  height: 17px;
  width: 22px;
}

.m-cf-fejlec_container_links_item_link_container_icon.iconClock {
  height: 22px;
  width: 22px;
}

.m-cf-fejlec_container_links_item_link_container_label {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  margin-left: 10px;
  text-transform: uppercase;
}

.m-cf-fejlec_container_inda {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 !important;
}

.m-cf-fejlec_container_inda_kiadvanyok {
  display: none;
  overflow: hidden;
}

@media screen and (min-width: 43.75em) {
  .m-cf-fejlec_container_inda_kiadvanyok {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.m-cf-fejlec_container_inda_kiadvanyok_item {
  line-height: 42px;
}

.m-cf-fejlec_container_inda_kiadvanyok_item:not(:first-child) {
  margin-left: 16px;
}

.m-cf-fejlec_container_inda_kiadvanyok_item_link {
  border-bottom: 0;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  outline: 0;
  text-decoration: none !important;
}

.m-cf-fejlec_container_inda_kiadvanyok_item_inda {
  background: none;
  border: 0;
  color: #999;
  cursor: pointer;
  display: block;
  line-height: inherit;
  font-family: "Open Sans", sans-serif;
  height: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
}

.m-cf-fejlec_container_inda_kiadvanyok_item_inda_container {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.m-cf-fejlec_container_inda_kiadvanyok_item_inda_container_label {
  font-size: 15px;
}

.m-cf-fejlec_container_inda_kiadvanyok_item_inda_container_icon {
  fill: #999;
  height: 7px;
  margin-top: 2px;
  margin-left: 6px;
  width: 11px;
}

.m-cf-fejlec_container_inda_actions {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 10px !important;
  border-left: 1px solid #e6e6e6;
}

.m-cf-fejlec_container_inda_actions_item {
  height: 100%;
}

.m-cf-fejlec_container_inda_actions_item.itemSearch {
  width: 43px;
}

.m-cf-fejlec_container_inda_actions_item_button {
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  width: 100%;
}

.m-cf-fejlec_container_inda_actions_item_button_wrapper {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.m-cf-fejlec_container_inda_actions_item.itemSearch
  .m-cf-fejlec_container_inda_actions_item_button_wrapper_icon {
  height: 21px;
  width: 21px;
}

.m-cf-fejlec .fixed-header #passportHeader._iph_mini {
  height: 100% !important;
  width: 86px !important;
}

.m-cf-fejlec .fixed-header #passportHeader._iph_mini > #_iph_fixed-header {
  height: 100% !important;
  width: 86px !important;
}

.m-cf-fejlec
  .fixed-header
  #passportHeader._iph_mini
  > #_iph_fixed-header
  .fixed-header-container {
  height: 100% !important;
  width: 86px !important;
}

.m-cf-fejlec
  .fixed-header
  #passportHeader._iph_mini
  > #_iph_fixed-header
  .fixed-header-container
  ._iph_rgt {
  height: 100% !important;
}

.m-cf-fejlec
  .fixed-header
  #passportHeader._iph_mini
  > #_iph_fixed-header
  .icon {
  border-left: 1px solid #e6e6e6;
  height: 42px !important;
  padding: 6px !important;
  width: 43px !important;
}

.m-cf-fejlec
  .fixed-header
  #passportHeader._iph_mini
  > #_iph_fixed-header
  .icon-kulcs {
  background-image: url("../img/6d7889410321922cf9fbdcc1f247ef52b121e7c8.svg");
  background-size: 20px 20px !important;
}

.m-cf-fejlec
  .fixed-header
  #passportHeader._iph_mini
  > #_iph_fixed-header
  .icon-harang {
  background-image: url("../img/0769b5760c85fb62d5b1efd6e49c83581ddd8eb5.svg");
  background-size: 20px 21px !important;
}

@media screen and (max-width: 77.75em) {
  .h-visibility-off_medium-down {
    display: none !important;
  }
}

.form-wrapper {
  padding: 10px;
}

* {
  scroll-behavior: smooth;
}

.comment {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.comment-line {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 2rem;
  margin-left: 1rem;
  text-align: center;
}

.comment-line:after {
  margin-top: 0.5rem;
  content: "";
  display: block;
  width: 95%;
  margin: 0 auto;
  height: 1px;
  background-color: #2c2c2c;
}

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

.comment-block {
  margin: 1rem 1rem;
  display: flex;
  justify-content: flex-start;
}

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

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

.block-info-line {
  display: flex;
  flex-direction: column;
}

.block-info-line__answer {
  margin-left: 2rem;
}

.block-info-line__date {
  font-weight: 700;
}

.block-info-line__like {
  display: flex;
  justify-content: flex-start;
  color: #00acee;
}

.block-info-line__like_item {
  list-style: none;
  margin-right: 1rem;
}

.block-info-line__like_item a {
  color: #3b5998;
}

.comments__more {
  display: block;
  margin: 0 auto;
  color: #3b5998;
}

a {
  color: #026b9c;
}

.step-link {
  display: block;
  padding: 20px 10px;
  text-align: center;
  border-radius: 16px;
  background-color: #468686;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  transition: background-color 0.4s ease;
}

.step-link:hover {
  color: #fff !important;
  background-color: #005151;
}

#step-link {
  scroll-margin-top: 570px;
}

@media (max-width: 600px) {
  #step-link {
    scroll-margin-top: 150px;
  }
}
