@font-face {
  font-display: swap;
  src: url("/fonts/MarrSans-Regular-Web.woff2") format("woff2");
  font-family: "MarrSans";
  font-weight: 400;
  font-style: normal;
}

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

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

@font-face {
  font-display: swap;
  src: url("/fonts/TheAntiquaB-LeMonde.woff2") format("woff2");
  font-family: "The Antiqua B";
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-display: swap;
  src: url("/fonts/TheAntiquaB-LeMonde-Italic.woff2") format("woff2");
  font-family: "The Antiqua B";
  font-weight: 500;
  font-style: italic;
}

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

@media (max-width: 450px) {
  /* .check-mobile__logo {
    max-width: 150px;
  } */
}

html {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  color: #383f4e;
  font-size: 62.5%;
}
body {
  font-size: 16px;
  overflow-x: clip;
}

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

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

*,
:after,
:before {
  box-sizing: inherit;
}
body,
h1,
h3,
p,
ul {
  font-weight: inherit;
  margin: 0;
  padding: 0;
}
img {
  height: auto;
  max-width: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
a {
  color: inherit;
  font-family: inherit;
  -webkit-text-decoration: none;
  text-decoration: underline;
}

@supports not (display: grid) {
  @media (min-width: 1024px) {
    .old__zone {
      position: relative;
    }
    .old__zone:after {
      clear: both;
      content: "";
      display: table;
    }
  }
}

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

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

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

.zone--footer {
  background-color: #2a303b;
}

.icon__home,
.icon__nav-connexion,
.icon__search {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  flex-shrink: 0;
  height: 2rem;
  width: 2rem;
}

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

.logo--full {
  height: 100% !important;
  width: 100% !important;
}

.icon__home {
  height: 2.4rem;
  width: 2.4rem;
}

.logo__lemonde {
  background-image: url("/img/6e1311f12cb5fc601326a83396304e45984f6ec7.svg");
  height: 3rem;
  width: 13.8rem;
}

.icon__nav-connexion {
  background-image: url("/img/7922616253cc97cd12765099d1781ae4810d23d2.svg");
  height: 2.4rem;
  width: 2.4rem;
}

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

@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) {
  }
}

@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) {
}

@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) {
}

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

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

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

.Nav__item a,
.Nav__item-link {
  transition: -webkit-text-decoration 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: text-decoration 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition:
    text-decoration 0.2s cubic-bezier(0.215, 0.61, 0.355, 1),
    -webkit-text-decoration 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.Burger__right-arrow:after {
  content: " ";
  height: 1rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
}

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

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

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

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

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

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

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

#Header .header__right {
  justify-content: flex-end;
  margin-left: auto;
  font-family: "Roboto", sans-serif;
}

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

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

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

@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 (min-width: 1024px) {
  #Header .Header {
    height: 13.2rem;
    transition: height 0.4s ease-in-out;
  }
}

#Header .Header__jelec {
  align-items: center;
  align-self: flex-end;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0.1rem solid #eff0f3;
  color: #717b8e;
  display: none;
  flex-direction: column;
  font-size: 1.3rem !important;
  font-weight: 500;
  height: 5.4rem;
  line-height: 1.1;
  padding-left: 7rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  width: 8rem;
}
html:not(.fonts-loaded) #Header .Header__jelec,
html:not(.fonts-loaded) #Header .Header__jelec > * {
  letter-spacing: 0.314px;
}

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

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

#Header .Header__jelec:hover p {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.2em;
}

#Header .Header__logo {
  margin-bottom: 0;
  padding-left: 0;
}

@media (min-width: 1024px) {
  #Header .Header__logo {
    align-self: center;
    padding-left: 0;
  }
}

#Header .Header__logo span {
  align-items: center;
  display: flex;
  height: 2rem;
  justify-content: center;
  width: 8.9rem;
}

@media (min-width: 360px) {
  #Header .Header__logo span {
    height: 2.3rem;
    width: 9.9rem;
  }
}

@media (min-width: 768px) {
  #Header .Header__logo span {
    height: 3rem;
    width: 13.8rem;
  }
}

@media (min-width: 1024px) {
  #Header .Header__logo span {
    height: 6.1rem;
    width: 29rem;
  }
}

#Header .Header__actions {
  align-items: center;
  align-self: center;
  display: flex;
  font-size: 1.2rem;
  font-weight: 500;
  justify-content: flex-end;
}
/* html:not(.fonts-loaded) #Header .Header__actions,html:not(.fonts-loaded) #Header .Header__actions>*{
    letter-spacing:.314px
} */
@media (min-width: 360px) {
  #Header .Header__actions {
    font-size: 1.3rem;
  }
}

@media (min-width: 1024px) {
  #Header .Header__actions {
    font-size: 1.4rem;
    margin-bottom: 2.8rem;
  }
}

#Header .Header__actions .login-info {
  display: none;
}

@media (min-width: 576px) {
  #Header .Header__actions .login-info {
    display: block;
    margin-left: 0.8rem;
  }
}

@media (min-width: 1024px) {
  #Header .Header__actions .login-info {
    display: none;
  }
}

@media (min-width: 1200px) {
  #Header .Header__actions .login-info {
    display: block;
  }
}

#Header .Header__actions .Header__connexion {
  align-self: center;
  display: flex;
  padding: 0.8rem 0;
  -webkit-text-decoration: none;
  text-decoration: none;
}

#Header .Header__actions .Header__connexion:hover .icon__nav-connexion {
  background-image: url("/img/65e57413a2c5c04da397440c38538867cc5834d4.svg");
}

#Header .Header__actions .Header__connexion:hover .login-info {
  color: #026b9c;
}

#Header .Header__actions .Header__connexion span {
  align-self: center;
}

#Header .Header__actions .Header__connexion:after {
  background-color: #e2e4e9;
  content: " ";
  display: block;
  height: auto;
  margin: 0 1.6rem 0 0.8rem;
  width: 0.1rem;
}

@media (min-width: 576px) {
  #Header .Header__actions .Header__connexion:after {
    margin: 0 1.6rem;
  }
}

@media (min-width: 1024px) {
  .Header__nav-container {
    height: 5.8rem;
  }
}

.Burger {
  align-content: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  width: 5.6rem;
}

@media (min-width: 1024px) {
  .Burger {
    display: none;
  }
}

.Burger__icon {
  align-self: center;
  background-image: url("/img/8f1f66814924b61aeda2583969a9f8089b513337.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-shrink: 0;
  height: 2.4rem;
  width: 2.4rem;
}

.Burger__right-arrow:after {
  display: none;
}

.Nav {
  align-items: center;
  background-color: #fff;
  color: #000b15;
  height: auto;
  padding-top: 6rem;
  position: relative;
  width: 100%;
  z-index: 6;
}

@media print {
  .Nav {
    display: none;
  }
}

@media (min-width: 1024px) {
  .Nav {
    border-bottom: 0.1rem solid #eff0f3;
    border-top: 0.4rem solid #026b9c;
    box-shadow: 0 0.4rem 0.4rem 0 rgba(0, 0, 0, 0.04);
    height: 5.8rem;
    padding-top: 0;
  }
}

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

.Nav .wrapper {
  display: flex;
  height: 100%;
  margin: 0 auto;
  max-width: 115.2rem;
  overflow-x: scroll;
  overflow-y: hidden;
  padding: 0;
  width: 100%;
}

.Nav .wrapper > ul {
  display: flex;
  white-space: nowrap;
}

@media (min-width: 576px) {
  .Nav .wrapper {
    overflow-x: hidden;
  }
  .Nav .wrapper > ul {
    white-space: normal;
  }
}

@media (min-width: 1024px) {
  .Nav .wrapper {
    overflow-x: hidden;
    padding: 0 1.6rem;
  }
}

@media (min-width: 1200px) {
  .Nav .wrapper {
    padding: 0;
  }
}

.Nav ul {
  list-style: none;
}

.Nav__item {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: 400;
  height: 100%;
  -webkit-text-decoration: none;
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif;
}

@media (min-width: 1200px) {
  .Nav__item {
    font-size: 1.7rem;
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .Nav__item:not(:last-child) {
    margin-right: 1.8rem;
  }
}

@media (min-width: 1100px) {
  .Nav__item:not(:last-child) {
    margin-right: 2.7rem;
  }
}

@media (min-width: 1150px) {
  .Nav__item:not(:last-child) {
    margin-right: 3.3rem;
  }
}

@media (min-width: 1200px) {
  .Nav__item:not(:last-child) {
    margin-right: 1.8rem;
  }
}

.Nav__item a {
  color: #2a303b;
  display: inherit;
  position: relative;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.Nav__item a:hover {
  color: #026b9c;
}

.Nav__item a:hover .icon__home {
  background-image: url("/img/ee6dc7c6e3aa0325567a329b68670eed23196233.svg");
}

.Nav__item--droppable > a:after {
  align-self: center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 1.4rem;
  margin-left: 0.4rem;
  position: relative;
  transform: none;
  width: 1.4rem;
}

.Nav__item.Nav__item-home {
  border-right: 0.1rem solid #eff0f3;
  padding: 0;
}

@media (min-width: 1024px) {
  .Nav__item.Nav__item-home {
    border-right: none;
  }
}

.Nav__item.Nav__item-home a {
  padding: 1.6rem;
}

.Nav__item.Nav__item-en-continu {
  border-right: 0.1rem solid #eff0f3;
  padding: 0;
}

.Nav__item.Nav__item-en-continu a {
  padding: 1.6rem;
}

.Nav__item.Nav__item-en-continu a:after {
  display: none;
}

@media (min-width: 1024px) {
  .Nav__item.Nav__item-en-continu {
    border-right: none;
    display: none;
  }
}

.Nav__item.Nav__item-search {
  margin-left: auto;
  padding: 1.6rem;
}

.Nav__item.Nav__item-search .Nav__search {
  align-self: center;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 1.6rem;
}

.Nav__item.Nav__item-search .Nav__search .sr-only {
  height: 1.6rem;
  width: 1.6rem;
}

@media (min-width: 1024px) {
  .Nav__item--extended:before {
    border-right: none;
    display: none;
  }
}

.Nav__item-actualites a:after {
  display: block;
}

.Nav__item-link {
  /* text-transform:uppercase; */
  font-family: "MarrSansCondensed", sans-serif;
}
html:not(.fonts-loaded) .Nav__item-link {
  letter-spacing: -1.607px;
}
html:not(.fonts-loading) .Nav__item-link {
  letter-spacing: 0.05rem;
}

.Nav__item-link:not(.Nav__search) {
  padding: 1.6rem 0.8rem;
}

@media (min-width: 1024px) {
  .Nav__item-link:not(.Nav__search) {
    padding: 1.6rem 1rem;
  }
}

@media (min-width: 1200px) {
  .Nav__item-link:not(.Nav__search) {
    padding: 1.6rem 2rem;
  }
}

.Nav .js-burger-to-show {
  display: none;
  font-size: 1.6rem;
  line-height: 1.88;
}

#nav-desktop .Nav__item-en-continu,
#nav-desktop .Nav__item-home {
  position: relative;
}

@media (min-width: 768px) {
  #nav-desktop {
    position: static;
  }
}

@media (max-width: 1023px) {
  #nav-desktop .Nav__item:last-child:not(.Nav__item--contextual-header) {
    margin-right: 2.4rem;
  }
}

#nav-desktop.Nav--hidden {
  display: none;
}

@media (min-width: 1024px) {
  #nav-desktop.Nav--hidden {
    display: flex;
  }
}

#nav-markup {
  border-bottom: 0.1rem solid #eff0f3;
  overflow-x: auto;
  overflow-y: hidden;
  position: static;
  width: 100%;
  font-family: "Roboto Condensed", sans-serif;
}

@media (min-width: 1024px) {
  #nav-markup {
    border-bottom: none;
    overflow: hidden;
  }
}

#nav-markup {
  justify-content: flex-start;
}

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

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

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

.footer {
  -webkit-font-smoothing: antialiased;
  background-color: #2a303b;
  color: #e8eaee;
  padding: 4rem 1.6rem;
  position: relative;
  z-index: 4;
}

@media print {
  .footer {
    display: none;
  }
}

.footer--free .zone--footer {
  max-width: 100rem;
}

.footer .zone {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .footer {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }
}

@media (min-width: 1024px) {
  .footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1200px) {
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
}

.footer__bottom {
  border-top: 0.1rem solid #a4a9b4;
  padding-top: 2.4rem;
}

@media (min-width: 1024px) {
  .footer__bottom .footer__title {
    margin-right: 3.2rem;
  }
  .footer__bottom {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}

.footer__title {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.28;
  margin: 0;
  position: relative;
  text-transform: uppercase;
}

@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) {
}

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

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

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

@supports (font-variation-settings: normal) {
}
figure {
  clear: both;
  margin: 2.4rem -2.4rem 0;
}

@media (min-width: 768px) {
  figure {
    margin-left: 0;
    margin-right: 0;
  }
}

@media print {
  figure {
    margin-left: 0;
    margin-right: 0;
    margin-top: 1.6rem;
  }
}

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

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

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

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

@media (min-width: 1024px) {
  @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) {
}

@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 {
    clear: both;
    content: "";
    display: table;
  }
}

@media screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .icon__home,
  .icon__nav-connexion,
  .icon__search {
    background-size: auto;
  }
}

@media screen and (-ms-high-contrast: active) and (min-width: 1024px),
  screen and (-ms-high-contrast: none) and (min-width: 1024px) {
  #nav-markup {
    overflow: hidden;
  }
}

.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;
  font-family: MarrSans, Arial, Roboto, sans-serif;
  font-weight: 600;
}
/* html:not(.fonts-loaded) .lmd-btn,html:not(.fonts-loaded) .lmd-btn>*{
    letter-spacing:.314px
} */
.lmd-btn--s {
  font-size: 1.2rem;
  padding: 0.7rem 0.6rem;
}

@media (min-width: 340px) {
  .lmd-btn--s {
    padding: 0.7rem 1rem;
  }
}

@media (min-width: 360px) {
  .lmd-btn--s {
    padding: 0.7rem 1.6rem;
  }
}

.lmd-btn--premium {
  background-color: #ffc700;
  color: #2a303b;
}

.lmd-btn--premium:hover {
  background-color: #eab002;
}

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

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

.login-info {
  font-weight: 600;
  font-family: MarrSans, Arial, Roboto, sans-serif;
}

.Nav__item-link {
  font-size: 1.8rem;
}

.logo--full {
  height: 100% !important;
  width: 100% !important;
}

:root {
  --white: #ffffff;
  --main-color: #026b9c;
  --bg-color: #383f4e;
  --link-color: #007fff;
  --title-color: #2a303b;
  --text-color: #383f4e;
  --text-color-add: #717b8e;
  --label-color: #717b8e;
  --label-color-add: #a2a9ae;
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  --text-size: 1.7rem;
  /*--text-size-mobile: .5rem;*/
  --title-size: 2.6rem;
  --title-size-article: 2.2rem;
  /*--title-size-mobile: 1.4rem;*/
  --common-padding: 0 64px;
  --common-font-family: "The Antiqua B";
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding: 20vh;
  color: var(--bg-color);
}

body {
  height: 100%;
  font-size: 16px;
  font-family: var(--common-font-family);
}

h1 {
  font-size: var(--title-size);
  font-weight: 500;
  line-height: 2rem;
  padding: 0;
  margin: 0;
  font-family: var(--common-font-family);
}

h3 {
  color: var(--title-color);
  padding: 0;
  margin: 0;
  font-family: var(--common-font-family);
  font-weight: 700;
}

/* ol {
    list-style: none;
    padding: 0;
    margin: 0;
} */

p {
  font-size: var(--text-size);
  font-family: var(--common-font-family);
}

a {
  color: var(--link-color);
}

img {
  height: auto;
}

/*==============header==============*/

.un-header__topics {
  align-items: center;
  color: var(--label-color);
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  list-style: none;
  margin-bottom: 1.6rem;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: "MarrSansCondensed", sans-serif;
}

.un-header__topic {
  align-items: center;
  display: flex;
  line-height: 1.6rem;
}

.un-header__topic:first-child:after {
  align-self: center;
  color: #bdc1c8;
  content: "•";
  padding: 0 0.8rem;
}

@media all and (min-width: 1024px) {
  .un-header__heading {
    max-width: 85%;
  }
}

.un-header__title {
  color: var(--title-color);
  font-size: var(--title-size);
  font-weight: 600;
  line-height: 1.25;
  font-family: inherit;
}

@media all and (min-width: 576px) {
  .un-header__title {
    font-size: 2.8rem;
    line-height: 1.14;
    font-weight: 600;
  }
}

@media all and (min-width: 768px) {
  .un-header__title {
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 1.11;
  }
}

@media all and (min-width: 1024px) {
  .un-header__title {
    font-size: 3.8rem;
    font-weight: 500;
  }
}

.un-header__author {
  color: var(--label-color);
  font-size: 1.4rem;
  letter-spacing: 0.02rem;
  line-height: 1.42;
  margin-top: 1.6rem;
}

@media all and (min-width: 576px) {
  .un-header__author {
    letter-spacing: 0.019rem;
  }
}

@media all and (min-width: 768px) {
  .un-header__author {
    letter-spacing: 0.02rem;
  }
}

@media all and (min-width: 1024px) {
  .un-header__author {
    max-width: 85%;
  }
}

.un-header__info {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-flow: wrap;
}

.un-header__date {
  color: var(--label-color);
  font-size: 1.4rem;
  letter-spacing: 0.314px;
  font-family: "MarrSans";
}

.un-header__reading-time {
  color: var(--label-color);
  display: inline-flex;
  float: none;
  margin-top: 0;
  font-size: 1.4rem;
  letter-spacing: 0.314px;
  line-height: 1.42;
  align-items: center;
}

.un-header__reading-time::before {
  color: #d5d8dc;
  content: "•";
  display: inline-block;
  line-height: 1;
  padding-right: 0.4rem;
}

.un-header__icon-time {
  letter-spacing: 0.314px;
  background-image: url("/img/c4ab2b58ecac15d3206f8416b1f9da42d628bae9.svg");
  height: 2.4rem;
  margin-right: 0.8rem;
  width: 1.2rem;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  flex-shrink: 0;
}

.un-header__info-time {
  font-family: "MarrSans";
  font-size: 1.4rem;
}

.un-header__actions {
  clear: both;
  gap: 1.2rem;
  justify-content: flex-start;
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  position: relative;
  height: 3.2rem;
  align-items: center;
  z-index: 4;
  display: flex;
  list-style: none;
}

.un-header__favorites {
  letter-spacing: 0.314px;
  font-size: 1.4rem;
  position: relative;
  color: var(--title-color);
}

.un-header__favorites-wrapper {
  background-color: #fff;
  border: 0.1rem solid #d5d8dc;
  gap: 0.8rem;
  padding: 0 1rem;
  width: auto;
  cursor: pointer;
  align-items: center;
  border-radius: 25rem;
  display: flex;
  height: 3.2rem;
  justify-content: center;
  font-size: 1.4rem;
}

.un-header__favorites-icon {
  background-image: url("/img/b2087e4436656baab1dedd46af67f3ce83fd9b76.svg");
  height: 1.56rem;
  width: 1.1rem;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.un-header__favorites-description {
  letter-spacing: 0.314px;
  font-size: 1.4rem;
}

.un-header__share-icon {
  background-size: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1px 4px;
}

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

#un-content {
  grid-column-gap: 6.4rem;
  display: grid;
  grid-template-columns: 1fr 31.6rem;
  grid-template-rows: auto auto auto;
  padding-bottom: 4rem;
  padding-top: 3.2rem;
  background-color: var(--white);
}

@media all and (max-width: 1024px) {
  #un-content {
    margin: 0 1.6rem;
    display: block;
  }
}

@media all and (min-width: 768px) {
  #un-content {
    margin: 0 auto;
    max-width: 66.4rem;
  }
}

@media all and (min-width: 1024px) {
  #un-content {
    margin: 0 auto;
    max-width: 100rem;
    padding: 3.2rem;
  }
}

#un-header {
  padding-bottom: 2rem;
  position: relative;
}

@media all and (min-width: 1024px) {
  #un-header {
    grid-column: 1 / span 2;
    grid-row: 1;
    padding-bottom: 2.4rem;
  }
}

#un-header:after {
  background-color: #d5d8dc;
  bottom: 0;
  content: " ";
  display: block;
  height: 0.1rem;
  position: absolute;
  width: 4rem;
}

/*==============CHECK==============*/

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

.un-article__image {
  margin: 2.4rem auto 2.4rem;
}

.un-article__image img {
  width: 100%;
}

#un-main p,
.un-article__paragraph {
  margin: 2rem 0 2rem 0;
}

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

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

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

/*=========CHECKMQ=======*/

/*=========ADDITIONAL=======*/

#un-additional {
  display: block;
}

@media all and (min-width: 1024px) {
  #un-additional {
    grid-column: 2;
    grid-row: 2/3;
    margin-bottom: 4rem;
    padding-top: 2.4rem;
  }

  #un-main {
    grid-column: 1;
    overflow: hidden;
  }
}

.un-additional__wrapper {
  background-color: #f5f6f8;
  border-top: 4px solid #2a303b;
  padding: 0 20px 20px 20px;
}

.un-additional__title {
  font-family: "MarrSansCondensed";
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0;
  margin-top: 28px;
  color: #2a303b;
}

.un-additional__list {
  margin: 0;
  padding: 0;
  background-color: hsl(220, 18%, 97%);
  list-style: none;
}

.un-additional__item {
  display: flex;
  padding: 24px 0;
  text-decoration: none;
  color: #2a303b;
  font-family: "The Antiqua B";
  cursor: pointer;
}

.un-additional__item:not(:last-child) {
  border-bottom: 1px solid #d5d8dc;
}

.un-additional__item-number {
  margin-top: -3px;
  font-weight: 600;
  line-height: normal;
  color: #2a303b;
  font-size: 32px;
}

.un-additional__item-info {
  color: #2a303b;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: -0.02px;
  font-weight: 400;
  padding-left: 16px;
}

.un-additional__item:hover {
  text-decoration: underline;
}

.footer-logo {
  max-width: 150px;
  width: 100%;
  height: auto;
}

#Header {
  pointer-events: none;
}

.Header__nav-container {
  pointer-events: none;
}

.un-header__actions {
  pointer-events: none;
}

#un-additional {
  pointer-events: none;
}

.footer__bottom {
  border-top: none;
  padding-top: 0;
  justify-content: flex-start;
  gap: 20px;
}

@media (max-width: 1023px) {
  .footer__bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #un-additional {
    display: none;
  }
}

@media (max-width: 480px) {
  .footer {
    padding: 2rem 1.6rem;
  }
}

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

a:hover {
  color: #e11229;
}

::marker {
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: auto !important;
}

@media (max-width: 500px) {
  html,
  body {
    overflow-x: clip;
  }

  .fb-comment__like {
    bottom: -8px;
    right: -5px;
  }
}

/* feedback */

.caption {
  font-size: 14px;
  color: #6b6b6b;
  line-height: 1.5;
  margin-top: 6px;
}

.italic-q {
  font-style: italic;
  color: #0059b3;
}

.info-box {
  background: #e8eff5;
  border-radius: 8px;
  padding: 24px 28px 20px;
  margin: 32px 0;
}

.info-box ul {
  padding-left: 20px;
}

.info-box h3 {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 4px;
  color: #1b1b1b;
}

.expert-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #f7f9fb;
  border: 1px solid #e8ecf0;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 20px;
}

.expert-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 3px solid #d9d9d9;
}

.expert-info {
  flex: 1;
}

.expert-info h4 {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 18px;
  font-weight: 900;
  color: #001a3a;
  margin-bottom: 2px;
}

.expert-info > span {
  display: block;
  font-size: 13px;
  color: #666;
  margin-bottom: 10px;
}

.expert-info p {
  font-size: 16px;
  line-height: 1.6;
  color: #1b1b1b;
  margin-bottom: 0;
}

.info-box {
  background: #e8eff5;
  border-radius: 8px;
  padding: 24px 28px 20px;
  margin: 32px 0;
}

.info-box h3 {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 4px;
  color: #1b1b1b;
}

.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__input {
  border: none;
  outline: none;
  background-color: inherit;
  flex: 0 1 70%;
}

.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__avatar {
  height: 34px;
  width: 37px;
  margin-right: 8px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 0 !important;
  object-fit: cover;
}

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

.btn_comm {
  width: 100%;
}

@media (max-width: 575px) {
  .comment-block-input__input {
    flex: 0 1 100%;
  }

  .fb-comment__like {
    bottom: -10px;
    right: -6px;
  }
}
/*==============CAROUSEL==============*/
* {
  box-sizing: border-box;
}

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

/*=========check styles=========*/

/*=========check mq=========*/

@media (max-width: 450px) {
  /* .check-mobile__logo {
    max-width: 150px;
  } */
}

#Header {
  pointer-events: auto;
}

.Header {
  pointer-events: none;
}

#un-main p a,
.un-article__paragraph a,
.fb-comment__text a {
  color: #007fff;
  text-decoration: underline;

  &:hover {
    color: #e11229;
  }
}

.un-article__image {
  background-color: inherit !important;
}

.flux_cta {
  pointer-events: none;
}

.footer {
  background-color: #2a303bde;
}

.zone--footer {
  background-color: transparent;
}

.footer__bottom {
  justify-content: center;
  align-items: flex-end;
}

@media screen and (max-width: 500px) {
  .fb-comment__text {
    padding-right: 30px;
  }
}

.reg__item::marker {
  font-weight: bold;
}

[data-zoomable] {
  position: relative;
  display: block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

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

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

@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    /* Safari only */
  }
}

/* Fading animation */

.reg-v4 {
  --reg-v4-avatar-box-size: calc(
    var(--reg-v4-avatar-size) + var(--reg-v4-avatar-gap) * 2 +
      var(--reg-v4-avatar-border-width) * 2
  );

  --reg-v4-line-width: 1px;

  --reg-v4-dot-center-left: calc(
    var(--reg-v4-line-left) - var(--reg-v4-content-padding-left) +
      var(--reg-v4-line-width) / 2
  );
}

.reg-v4,
.reg-v4 * {
  box-sizing: border-box !important;
  font-family: var(--reg-v4-font-family);
}

.reg-v4 .reg-v4__content {
  position: relative !important;
  max-width: 645px !important;
  margin: 0 auto !important;
  padding-top: var(--reg-v4-content-padding-top);
  padding-bottom: var(--reg-v4-content-padding-bottom);
  padding-left: var(--reg-v4-content-padding-left);
  color: var(--reg-v4-text-color);
}

.reg-v4 .reg-v4__content::before {
  content: "" !important;
  position: absolute !important;
  top: var(--reg-v4-line-top);
  left: var(--reg-v4-line-left);
  width: var(--reg-v4-line-width);
  height: var(--reg-v4-line-height);
  background-color: var(--reg-v4-accent);
}

.reg-v4 .reg-v4__user {
  position: static !important;
  display: block !important;
  z-index: 2 !important;
  margin: 0 !important;
}

.reg-v4 .reg-v4__avatar {
  position: absolute !important;

  top: 0 !important;

  left: 0 !important;

  width: var(--reg-v4-avatar-box-size);
  height: var(--reg-v4-avatar-box-size);

  border: var(--reg-v4-avatar-border);
  border-radius: var(--reg-v4-avatar-radius);

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  overflow: hidden !important;

  z-index: 2 !important;
}

.reg-v4 .reg-v4__avatar > img {
  display: block !important;
  width: var(--reg-v4-avatar-size);
  height: var(--reg-v4-avatar-size);
  border-radius: inherit !important;
  object-fit: cover !important;
}

.reg-v4 .reg-v4__name {
  display: inline-block !important;
  margin: 0 !important;
  font-size: var(--reg-v4-name-font-size);
  font-weight: var(--reg-v4-name-font-weight);
  line-height: var(--reg-v4-name-line-height);
  color: var(--reg-v4-name-color);
  text-decoration: none !important;
}

.reg-v4 .reg-v4__title {
  width: fit-content !important;
  margin: var(--reg-v4-title-margin);
  padding: var(--reg-v4-title-padding);
  background-color: var(--reg-v4-title-bg);
  color: var(--reg-v4-title-color);
  font-size: var(--reg-v4-title-font-size);
  font-weight: var(--reg-v4-title-font-weight);
  line-height: var(--reg-v4-title-line-height);
  letter-spacing: var(--reg-v4-title-letter-spacing);
  text-transform: var(--reg-v4-title-text-transform);
  border-radius: var(--reg-v4-title-radius);
  hyphens: auto !important;
}

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

.reg-v4 .reg-v4__content > ul li {
  position: relative !important;
  margin: var(--reg-v4-step-margin);
  padding: 0 !important;
  font-size: var(--reg-v4-step-font-size);
  line-height: var(--reg-v4-step-line-height);
}

.reg-v4 .reg-v4__content > ul li:last-child {
  margin-top: var(--reg-v4-last-step-margin-top);
}

.reg-v4 .reg-v4__content > ul li::before {
  content: "" !important;
  position: absolute !important;
  top: var(--reg-v4-dot-top);
  left: var(--reg-v4-dot-center-left);
  width: var(--reg-v4-dot-size);
  height: var(--reg-v4-dot-size);
  background-color: var(--reg-v4-accent);
  border-radius: var(--reg-v4-dot-radius);
  transform: translate(-50%, -50%) !important;
}

.reg-v4 .reg-v4__link,
.reg-v4 .reg-v4__list a {
  color: var(--reg-v4-link);
  text-decoration: underline !important;
}

.reg-v4 .reg-v4__link:hover,
.reg-v4 .reg-v4__list a:hover {
  color: var(--reg-v4-link-hover);
}

.reg-v4 .reg-v4__text {
  margin: var(--reg-v4-note-margin);
  font-size: var(--reg-v4-note-font-size);
  color: var(--reg-v4-note-color);
}

.reg-v4 .button-link {
  display: inline-block !important;
  width: var(--reg-v4-button-width);
  max-width: none !important;
  margin: var(--reg-v4-button-margin);
  padding: var(--reg-v4-button-padding);
  font-weight: var(--reg-v4-button-font-weight);
  font-size: var(--reg-v4-button-font-size);
  line-height: 100% !important;
  text-align: center !important;
  text-transform: var(--reg-v4-button-text-transform);
  color: var(--reg-v4-button-text-color);
  background-color: var(--reg-v4-button-bg);
  border-radius: var(--reg-v4-button-radius);
  text-decoration: none !important;
  box-shadow: var(--reg-v4-button-shadow);
}

.reg-v4 .button-link:hover {
  color: var(--reg-v4-button-text-color);
  background-color: var(--reg-v4-button-hover-bg);
  text-decoration: none !important;
}

@media (max-width: 767px) {
  .reg-v4 {
    --reg-v4-content-padding-left: var(--reg-v4-content-mobile-padding-left);
    --reg-v4-line-left: var(--reg-v4-line-mobile-left);
    --reg-v4-avatar-size: var(--reg-v4-avatar-mobile-size);
    --reg-v4-avatar-margin-bottom: var(--reg-v4-avatar-mobile-margin-bottom);
  }

  .reg-v4 .reg-v4__content {
    padding-bottom: var(--reg-v4-content-mobile-padding-bottom);
  }

  .reg-v4 .reg-v4__content::before {
    height: var(--reg-v4-line-mobile-height);
  }
}

@media (max-width: 575px) {
  .reg-v4 .button-link {
    width: var(--reg-v4-button-mobile-width);
    margin-left: var(--reg-v4-button-mobile-margin-left);
  }
}

.reg-v4 {
  --reg-v4-button-bg: #007fff;
  --reg-v4-button-hover-bg: #e11229;
  --reg-v4-link: #007fff;
  --reg-v4-link-hover: #e11229;
  --reg-v4-accent: #026b9c;
  --reg-v4-title-bg: #f7f9fb;
  --reg-v4-text-color: #383f4e;
  --reg-v4-title-color: #2a303b;
  --reg-v4-font-family: "The Antiqua B";
}

.reg-v4 {
  --reg-v4-accent: #005890;
  --reg-v4-title-bg: #e3e3e3;
  --reg-v4-title-color: #000;
  --reg-v4-text-color: #000;
  --reg-v4-font-family: Arial, sans-serif;
  --reg-v4-button-bg: #005890;
  --reg-v4-button-hover-bg: #007fff;
  --reg-v4-button-text-color: #ffffff;
  --reg-v4-button-text-transform: uppercase;
  --reg-v4-link: #e11229;
  --reg-v4-link-hover: #007fff;
  --reg-v4-note-color: #464b5a;
  --reg-v4-content-padding-top: 16px;
  --reg-v4-content-padding-bottom: 8px;
  --reg-v4-content-padding-left: 75px;
  --reg-v4-content-mobile-padding-left: 58px;
  --reg-v4-content-mobile-padding-bottom: 20px;
  --reg-v4-avatar-size: 54px;
  --reg-v4-avatar-mobile-size: 47px;
  --reg-v4-avatar-gap: 0px;
  --reg-v4-avatar-border: none;
  --reg-v4-avatar-border-width: 0px;
  --reg-v4-avatar-radius: 50%;
  --reg-v4-avatar-margin-bottom: -60px;
  --reg-v4-avatar-mobile-margin-bottom: -50px;
  --reg-v4-line-left: 27px;
  --reg-v4-line-mobile-left: 19px;
  --reg-v4-line-top: 20px;
  --reg-v4-line-height: 93%;
  --reg-v4-line-mobile-height: 92%;
  --reg-v4-line-width: 1px;
  --reg-v4-dot-size: 11px;
  --reg-v4-dot-radius: 50%;
  --reg-v4-dot-top: 0.65em;
  --reg-v4-name-font-size: 16px;
  --reg-v4-name-font-weight: 700;
  --reg-v4-name-line-height: 18px;
  --reg-v4-name-color: var(--ue-c-comments-user-name-color, #000);
  --reg-v4-title-font-size: 1.1875rem;
  --reg-v4-title-font-weight: 800;
  --reg-v4-title-line-height: 1.5rem;
  --reg-v4-title-letter-spacing: 0;
  --reg-v4-title-text-transform: uppercase;
  --reg-v4-title-padding: 16px 13px;
  --reg-v4-title-margin: 4px 0 25px;
  --reg-v4-title-radius: 4px;
  --reg-v4-step-font-size: 19px;
  --reg-v4-step-line-height: 1.35;
  --reg-v4-step-margin: 8px 0;
  --reg-v4-last-step-margin-top: 20px;
  --reg-v4-note-font-size: var(--font-size-main-text);
  --reg-v4-note-margin: 0 0 20.647px;
  --reg-v4-button-width: 100%;
  --reg-v4-button-mobile-width: 90%;
  --reg-v4-button-margin: 0 auto 20px;
  --reg-v4-button-mobile-margin-left: 10px;
  --reg-v4-button-padding: 19px;
  --reg-v4-button-font-size: 16px;
  --reg-v4-button-font-weight: 700;
  --reg-v4-button-radius: 10px;
  --reg-v4-button-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
}

.modal {
  position: fixed;
  display: none;
  inset: 0;
  background-color: #00000088;
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 10px;
}

.modal-inner {
  max-width: 450px;
  width: 100%;
  position: relative;
}

#close {
  background: none;
  border: none;
  position: absolute;
  font-size: 26px;
  font-weight: 700;
  top: 6px;
  right: 8px;
  cursor: pointer;
}
