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

.info-box {
  background: rgb(232, 239, 245);
  border-radius: 8px;
  padding: 24px 28px 20px;
  margin: 32px 0px;
}

.info-box ul {
  margin: 0px;
  list-style: inside disc;
}

@media screen and (max-width: 600px) {
  .fb-comment__text {
    pointer-events: auto;
  }
}

img {
  user-select: none !important;
  transform: none !important;
}

@media (max-width: 991px) {
  .header-fixed {
    max-height: 95px;
  }
}

p a {
  white-space: nowrap;
}

ol li {
  counter-increment: custom-counter 1;
}

.comment {
  max-width: 850px;
  width: 100%;
  margin: 40px auto 40px 0px;
  font-family: Arial, sans-serif;
}

.comment-line {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: rgb(28, 30, 33);
}

.fb-post {
  background: rgb(255, 255, 255);
}

.fb-comment__item-input {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.fb-comment__avatar,
.fb-comment img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.btn_comm {
  flex: 1 1 0%;
}

.comment-block-input__input {
  width: 100%;
  border: none;
  background: rgb(240, 242, 245);
  border-radius: 20px;
  padding: 12px 18px;
  font-size: 14px;
  cursor: pointer;
}

.comment-block-input__input:focus {
  outline: none;
}

.fb-comment__sort {
  font-size: 14px;
  font-weight: 600;
  color: rgb(101, 103, 107);
  padding-bottom: 12px;
  border-bottom: 1px solid rgb(221, 221, 221);
  margin-bottom: 20px;
}

.fb-comment {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
}

.fb-comment-body {
  flex: 1 1 0%;
}

.fb-comment-box {
  background: rgb(240, 242, 245);
  border-radius: 18px;
  padding: 10px 14px;
}

.fb-comment-name {
  font-size: 14px;
  font-weight: 700;
  color: rgb(5, 5, 5);
  margin-bottom: 4px;
}

.fb-comment-text {
  font-size: 14px;
  line-height: 1.4;
  color: rgb(5, 5, 5);
}

.fb-comment-actions {
  display: flex;
  gap: 15px;
  margin-top: 5px;
  margin-left: 14px;
  font-size: 12px;
  font-weight: 600;
  color: rgb(101, 103, 107);
}

.fb-comment-actions span {
  cursor: pointer;
}

.fb-comment-actions span:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .comment {
    padding: 0px 10px;
  }
  .fb-comment-box {
    padding: 10px 12px;
  }
  .fb-comment__avatar,
  .fb-comment img {
    width: 38px;
    height: 38px;
  }
}

.article__content__unit--text p {
  margin-bottom: 1rem;
  text-rendering: optimizelegibility;
  font-size: inherit;
  line-height: 28px;
}

.article__content__unit--text p a,
.info-box a {
  color: rgb(0, 127, 255) !important;
  text-decoration: underline !important;
}

.article__content__unit--text p a:hover,
.info-box a:hover {
  color: rgb(225, 18, 41) !important;
  text-decoration: underline !important;
}

.article__content__unit--text p {
  line-height: 30px;
}

hr {
  box-sizing: content-box;
  overflow: visible;
}

a {
  background-color: transparent;
}

img {
  border-style: none;
}

button,
input {
  font-size: 100%;
  line-height: 1.15;
  margin: 0px;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

[type="button"],
button {
  appearance: button;
}

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

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

button {
  padding: 0px;
  appearance: none;
  border: 0px;
  border-radius: 0px;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

button,
input {
  font-family: inherit;
}

div,
li,
ul {
  margin: 0px;
  padding: 0px;
}

i {
  font-style: italic;
}

i {
  line-height: inherit;
}

a {
  line-height: inherit;
  color: rgb(23, 121, 186);
  text-decoration: none;
  cursor: pointer;
}

a:focus,
a:hover {
  color: rgb(20, 104, 160);
}

hr {
  border: 0px;
}

hr {
  clear: both;
  max-width: 81rem;
  height: 0px;
  margin: 1.25rem auto;
  border-bottom: 1px solid rgb(202, 202, 202);
}

ul {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
}

ul {
  margin-left: 1.25rem;
}

ul ul {
  margin-left: 1.25rem;
  margin-bottom: 0px;
}

.expert-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: rgb(247, 249, 251);
  border: 1px solid rgb(232, 236, 240);
  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 rgb(217, 217, 217);
}

.expert-info {
  flex: 1 1 0%;
}

.expert-info h4 {
  font-size: 18px;
  font-weight: 900;
  color: rgb(0, 26, 58);
  margin-block: 0px 2px;
}

.expert-info > span {
  display: block;
  font-size: 13px;
  color: rgb(102, 102, 102);
  margin-bottom: 10px;
}

.expert-info p {
  font-size: 16px;
  line-height: 1.6;
  color: rgb(27, 27, 27);
  margin-bottom: 0px;
}

@media print {
  * {
    background: transparent !important;
    color: rgb(0, 0, 0) !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  img {
    break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0px 1rem;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0px;
  transition:
    background-color 0.25s ease-out,
    color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

.button {
  background-color: rgb(23, 121, 186);
  color: rgb(254, 254, 254);
}

.button:focus,
.button:hover {
  background-color: rgb(20, 103, 158);
  color: rgb(254, 254, 254);
}

.hide {
  display: none !important;
}

@media screen and (max-width: 0), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important;
  }
}

[class*=" icon-"]::before,
[class^="icon-"]::before {
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-family: rai24 !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
}

.icon-close::before {
  content: "f";
}

.icon-facebook::before {
  content: "g";
}

.icon-feed-rss::before {
  content: "h";
}

.icon-twitter::before {
  content: "o";
}

.icon-search::before {
  content: "u";
}

.icon-nav::before {
  content: "v";
}

.icon-logo-rai::before {
  content: "A";
}

.icon-arrow-left::before {
  content: "B";
}

.icon-arrow-right::before {
  content: "C";
}

.icon-chevron-right::before {
  content: "d";
}

.icon-instagram::before {
  content: "J";
}

.icon-logo-rainews::before {
  content: "";
}

* {
  outline: 0px;
  box-sizing: border-box;
}

.sr-only {
  overflow: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: -1px;
  clip: rect(0px, 0px, 0px, 0px);
  white-space: nowrap;
  border-width: 0px;
}

@media only screen and (min-width: 768px) {
  .sr-only:focus {
    width: auto;
    height: auto;
    padding: 0px;
    margin: 0px;
    overflow: visible;
    clip: auto;
    white-space: normal;
    font-size: 14px;
  }
}

a,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
  transition: 0.2s;
}

button {
  cursor: pointer;
}

.header .icon-facebook::before,
.site-menu .icon-facebook::before {
  color: rgb(66, 103, 178);
}

.header .icon-instagram::before,
.site-menu .icon-instagram::before {
  background-image:
    radial-gradient(
      circle at 33% 100%,
      rgb(247, 208, 71),
      rgba(247, 208, 71, 0) 68%
    ),
    radial-gradient(
      circle at 97% 86%,
      rgb(234, 59, 90),
      rgba(234, 59, 90, 0) 71%
    ),
    radial-gradient(
      circle at 17% 0px,
      rgb(107, 34, 245),
      rgba(107, 34, 245, 0) 59%
    ),
    radial-gradient(
      circle at 94% 14%,
      rgb(212, 46, 201),
      rgba(212, 46, 201, 0) 65%
    ),
    radial-gradient(
      circle at -3% 50%,
      rgb(234, 59, 90),
      rgba(234, 59, 90, 0) 75%
    ),
    linear-gradient(rgb(234, 54, 151), rgb(234, 54, 151));
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header .icon-feed-rss::before,
.site-menu .icon-feed-rss::before {
  color: rgb(238, 128, 47);
}

.header .icon-twitter::before,
.site-menu .icon-twitter::before {
  color: rgb(0, 0, 0);
}

body .overlay-corporate-mask {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0px;
  z-index: 100;
  transition: 0.3s;
}

body .header-fixed,
body .header-fixed #menu-open,
body .header-fixed #search-open,
body .header-fixed .header-menu__live a,
body .header-fixed .header-menu__live a:link,
body .header-fixed .header-menu__live a:visited,
body .header-fixed .header-menu__nav .button,
body .header-fixed .header-menu__nav .visible-list a,
body .header-fixed .header-menu__tgr .button,
body .header-fixed .secondary-bar__inner .link,
body .header-fixed .topics__title {
  transition: 0.3s;
}

.header-fixed {
  border-top: 2px solid var(--launch__label-color, #009);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 16px;
  z-index: 200;
  width: 100%;
  background-color: rgb(255, 255, 255);
  transition: height 0.3s;
}

@media only screen and (min-width: 0) {
  .header-fixed {
    height: var(--header-fixed-height, 93px);
  }
}

@media only screen and (min-width: 768px) {
  .header-fixed {
    height: var(--header-fixed-height, 101px);
  }
}

@media only screen and (min-width: 1024px) {
  .header-fixed {
    height: var(--header-fixed-height, 121px);
  }
}

@media only screen and (min-width: 1296px) {
  .header-fixed {
    height: var(--header-fixed-height, 149px);
  }
}

header.header {
  margin: 0px auto;
  border-bottom: 1px solid transparent;
}

@media only screen and (min-width: 0) {
  header.header {
    max-width: var(--content-maxwidth, 1296px);
  }
}

@media only screen and (min-width: 768px) {
  header.header {
    max-width: var(--content-maxwidth, 1296px);
  }
}

@media only screen and (min-width: 1024px) {
  header.header {
    max-width: var(--content-maxwidth, 984px);
  }
}

@media only screen and (min-width: 1296px) {
  header.header {
    max-width: var(--content-maxwidth, 1296px);
  }
}

@media only screen and (min-width: 0) {
  header.header {
    padding-left: var(--article-padding, 20px);
  }
}

@media only screen and (min-width: 768px) {
  header.header {
    padding-left: var(--article-padding, 30px);
  }
}

@media only screen and (min-width: 1024px) {
  header.header {
    padding-left: var(--article-padding, 10px);
  }
}

@media only screen and (min-width: 1296px) {
  header.header {
    padding-left: var(--article-padding, 12px);
  }
}

@media only screen and (min-width: 0) {
  header.header {
    padding-right: var(--article-padding, 20px);
  }
}

@media only screen and (min-width: 768px) {
  header.header {
    padding-right: var(--article-padding, 30px);
  }
}

@media only screen and (min-width: 1024px) {
  header.header {
    padding-right: var(--article-padding, 10px);
  }
}

@media only screen and (min-width: 1296px) {
  header.header {
    padding-right: var(--article-padding, 12px);
  }
}

@media only screen and (min-width: 768px) {
  header.header {
    border-bottom: 0px;
  }
}

header.header a:hover,
header.header button:hover {
  color: var(--launch__label-color, #009);
}

header.header::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: rgb(205, 205, 214);
  left: 20px;
  right: 20px;
}

#skip-to-content {
  display: block;
  font-size: 1vw;
  top: 0px;
  transform: translateY(26%);
}

.main-bar {
  text-align: center;
  height: 40px;
  margin: 7px 0px;
  position: relative;
}

#logo-rainews,
#menu-open,
#search-open,
.corporate-menu-toggler {
  border: 0px;
  height: 40px;
  position: relative;
}

#menu-open,
#search-open {
  width: 20px;
  height: 40px;
  padding: 10px 0px;
  margin: 0px;
  color: rgb(94, 94, 110);
  background: 0px center;
}

#menu-open i,
#search-open i {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 0px;
}

#menu-open i::before,
#search-open i::before {
  font-size: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
}

#menu-open:focus,
#menu-open:hover,
#search-open:focus,
#search-open:hover {
  color: var(--launch__label-color, #009);
  background: 0px center;
}

#menu-open {
  float: left;
}

#logo-rainews {
  width: 98px;
  height: 40px;
  padding: 0px;
  margin-left: -10px;
  display: inline-block;
  position: relative;
  color: var(--launch__label-color, #009);
}

#logo-rainews i {
  width: 98px;
  height: 40px;
  position: absolute;
  left: 0px;
  overflow: hidden;
}

#logo-rainews i::before {
  font-size: 98px;
  position: absolute;
  top: -29px;
  left: 0px;
}

#search-open {
  position: absolute;
  right: 0px;
  height: 40px;
}

.corporate-menu-toggler {
  display: none;
  float: right;
  border: 0px;
  background: 0px center;
  margin: 5px 0px;
  padding: 0px;
  color: rgb(94, 94, 110);
  position: relative;
  width: 30px;
  height: 30px;
}

.corporate-menu-toggler i {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.corporate-menu-toggler i::before {
  font-size: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  color: rgb(94, 94, 110);
}

.corporate-menu-toggler:hover i::before {
  content: "v";
}

.corporate-menu-toggler:hover i::before {
  background-color: rgb(94, 94, 110);
  color: rgb(255, 255, 255);
  font-size: 20px;
  padding: 5px;
  transition: color 0.3s;
}

@media only screen and (min-width: 1024px) {
  .corporate-menu-toggler:hover i::before {
    padding: 9px;
  }
}

@media only screen and (min-width: 1296px) {
  .corporate-menu-toggler:hover i::before {
    font-size: 25px;
    padding: 12px;
  }
}

.secondary-bar {
  height: 0px;
  overflow: visible;
  transition: height 0.3s;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: rgb(33, 35, 53);
}

.secondary-bar__inner {
  position: relative;
  border: 0px;
  height: 100%;
}

.secondary-bar .topics {
  display: none;
  position: absolute;
  left: 0px;
  right: 200px;
}

.secondary-bar .topics .icon-arrow-right {
  font-size: 10px;
  padding-left: 10px;
  color: var(--launch__label-color, #009);
}

.secondary-bar .topics__title {
  font-weight: 600;
  padding-right: 20px;
  width: 100px;
  position: absolute;
  top: 0px;
  left: 0px;
  white-space: nowrap;
}

.secondary-bar .topics__nav {
  padding-left: 100px;
  position: relative;
  overflow: hidden;
}

.secondary-bar .topics__nav__list__item {
  display: inline-block;
  padding-right: 20px;
}

.secondary-bar .topics__nav__list__item:last-child {
  padding-right: 0px;
}

.secondary-bar .topics__nav__list.visible-list {
  margin: 0px;
  line-height: 18px;
  width: max-content;
}

.secondary-bar .topics__nav__list.visible-list .topics__nav__list__item {
  display: table-cell;
  white-space: nowrap;
}

.secondary-bar .social {
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  margin-top: 13px;
  position: absolute;
  top: -2px;
  right: 0px;
}

.secondary-bar .social__list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  height: 16px;
  line-height: 16px;
}

.secondary-bar .social__list__item {
  color: rgb(94, 94, 110);
  display: inline-block;
  height: 16px;
  padding-right: 8px;
}

.secondary-bar .social__list__item:last-child {
  padding-right: 0px;
}

.secondary-bar .social__list__item .link {
  display: block;
  height: 16px;
}

@media only screen and (max-width: 767px) {
  .header-menu .header-menu__live {
    left: auto;
    right: 0px;
    border-left: 0px;
    padding-left: 0px;
  }
  .secondary-bar .social {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  header.header::after {
    display: none;
  }
  .main-bar {
    text-align: left;
    height: 30px;
    margin: 16px 0px;
  }
  #menu-open,
  #search-open {
    height: 30px;
    padding: 0px;
  }
  #menu-open i,
  #search-open i {
    top: 5px;
  }
  #logo-rainews {
    height: 30px;
    padding: 0px;
    margin: 0px;
    position: absolute;
    left: 40px;
  }
  #logo-rainews i::before {
    top: -34px;
  }
  #search-open {
    right: 145px;
  }
  .corporate-menu-toggler {
    display: block;
    margin: 0px;
    overflow: hidden;
  }
  .secondary-bar {
    height: 37px;
    overflow: hidden;
  }
  .secondary-bar__inner {
    padding: 9px 0px 8px;
    border-top: 1px solid rgb(205, 205, 214);
  }
  .secondary-bar .topics {
    display: block;
  }
  .secondary-bar .social {
    margin-top: 0px;
    top: 10px;
  }
  .secondary-bar .social__list__item {
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1024px) {
  .main-bar {
    margin: 20px 0px;
  }
  #menu-open,
  #search-open,
  .main-bar {
    height: 38px;
  }
  #menu-open i,
  #search-open i {
    top: 9px;
  }
  #search-open {
    right: 55px;
  }
  #logo-rainews {
    top: 0px;
  }
  #logo-rainews,
  #logo-rainews i {
    width: 122px;
    height: 38px;
  }
  #logo-rainews i::before {
    font-size: 123px;
    top: -42px;
  }
  .corporate-menu-toggler,
  .corporate-menu-toggler i {
    width: 38px;
    height: 38px;
  }
  .corporate-menu-toggler i::before {
    font-size: 38px;
  }
  .secondary-bar {
    height: 41px;
  }
  .secondary-bar__inner {
    padding: 11px 0px 10px 190px;
  }
  .secondary-bar__inner .topics {
    left: 190px;
  }
  .secondary-bar__inner .social {
    top: 12px;
  }
}

@media only screen and (min-width: 1296px) {
  .main-bar {
    margin: 25px 0px;
  }
  #menu-open,
  #search-open,
  .main-bar {
    height: 48px;
  }
  #search-open {
    right: 144px;
  }
  #menu-open {
    width: 25px;
  }
  #menu-open i {
    top: 12.5px;
    width: 24px;
    height: 24px;
  }
  #menu-open i::before {
    font-size: 25px;
  }
  #search-open i {
    top: 14px;
  }
  #logo-rainews {
    top: 0px;
    left: 44px;
  }
  #logo-rainews,
  #logo-rainews i {
    width: 155px;
    height: 48px;
  }
  #logo-rainews i::before {
    font-size: 155px;
    top: -53px;
  }
  .corporate-menu-toggler,
  .corporate-menu-toggler i {
    width: 48px;
    height: 48px;
  }
  .corporate-menu-toggler i::before {
    font-size: 48px;
  }
  .secondary-bar {
    height: 49px;
  }
  .secondary-bar__inner {
    padding: 15px 0px 15px 212px;
  }
  .secondary-bar__inner .topics {
    left: 212px;
  }
  .secondary-bar__inner .social {
    top: 13px;
    height: 20px;
    line-height: 20px;
  }
  .secondary-bar__inner .social__list {
    height: 20px;
    line-height: 20px;
  }
  .secondary-bar__inner .social__list__item,
  .secondary-bar__inner .social__list__item .link {
    height: 20px;
  }
}

.header-menu {
  overflow: auto;
  scrollbar-width: none;
  display: flex;
  justify-content: space-between;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: rgb(33, 35, 53);
  position: absolute;
  inset: auto 0px -35px;
}

.header-menu .button {
  font-weight: 600;
  margin: 0px;
  padding: 0px;
  background: 0px center;
  border: 0px;
  color: rgb(33, 35, 53);
}

.header-menu__nav {
  display: none;
  top: 0px;
  left: 0px;
  right: 228px;
  height: 20px;
  text-align: left;
  overflow: hidden;
}

.header-menu__nav__list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  position: relative;
}

.header-menu__nav__list__item {
  white-space: nowrap;
  height: 20px;
  max-height: 20px;
}

.header-menu__nav__list__item .link {
  height: 20px;
  line-height: 20px;
  display: block;
  letter-spacing: 0px;
}

.header-menu__nav__list.visible-list {
  display: inline-table;
}

.header-menu__nav__list.visible-list .header-menu__nav__list__item {
  display: table-cell;
  margin: 0px;
  padding: 0px 16px 0px 0px;
}

.header-menu__nav__list.visible-list .header-menu__nav__list__item:last-child {
  padding-right: 0px;
  height: 20px;
  line-height: 20px;
}

.header-menu__nav__list.visible-list
  .header-menu__nav__list__item:last-child
  button {
  height: 10px;
}

.header-menu__nav__button {
  font-size: 24px;
  width: 23px;
  height: 20px;
  line-height: 0;
}

.header-menu__nav__button.button {
  padding-bottom: 14px;
}

.header-menu__tgr {
  left: 0px;
  bottom: 0px;
  width: auto;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.header-menu__tgr .button {
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  display: block;
  margin: 0px auto;
  text-align: center;
}

.header-menu__tgr .button::after {
  display: none;
}

.header-menu__live {
  left: 84px;
  right: auto;
  bottom: 0px;
  height: 20px;
  line-height: 20px;
  padding-left: 6px;
  border-left: 1px solid rgb(205, 205, 214);
  width: auto;
  white-space: nowrap;
}

.header-menu__live .link {
  height: 20px;
  line-height: 20px;
  display: block;
}

@media only screen and (min-width: 768px) {
  .header-menu {
    position: absolute;
    inset: 5px 190px auto 160px;
    min-width: 300px;
    height: 20px;
    line-height: 20px;
  }
  .header-menu__nav {
    display: block;
    right: 266px;
  }
  .header-menu__tgr {
    inset: 0px 140px auto auto;
    width: 126px;
    border-left: 1px solid rgb(205, 205, 214);
  }
  .header-menu__live {
    inset: 0px 0px auto auto;
    width: 140px;
    padding-left: 16px;
  }
}

@media only screen and (min-width: 1024px) {
  .header-menu {
    justify-content: flex-start;
    top: 9px;
    left: 170px;
    right: 260px;
    font-size: 16px;
  }
  .header-menu__nav__list.visible-list .header-menu__nav__list__item {
    padding-right: 20px;
  }
  .header-menu__live {
    padding-left: 16px;
    width: 140px;
  }
}

@media only screen and (min-width: 1296px) {
  .header-menu {
    font-size: 18px;
    line-height: 24px;
    height: 24px;
    top: 13px;
    left: 212px;
    right: 270px;
  }
  .header-menu__nav {
    height: 24px;
    line-height: 24px;
    right: 319px;
  }
  .header-menu__nav__button {
    width: 25px;
    font-size: 25px;
  }
  .header-menu__nav__button.button {
    padding-bottom: 16px;
  }
  .header-menu__tgr {
    width: 206px;
    right: 163px;
  }
  .header-menu__tgr,
  .header-menu__tgr .button {
    height: 24px;
    line-height: 24px;
  }
  .header-menu__tgr .button span {
    font-size: 18px;
    height: 24px;
    line-height: 24px;
  }
  .header-menu__live {
    width: 164px;
    padding-left: 24px;
  }
  .header-menu__live,
  .header-menu__live .link {
    height: 24px;
    line-height: 24px;
  }
}

.site-menu {
  position: absolute;
  top: -2px;
  left: 0px;
  width: var(--panelWidth, 300px);
  transform: translateX(-100%);
  height: 100vh;
  will-change: transform;
  z-index: 110;
  overflow: visible;
  visibility: hidden;
  transition: 0.5s;
}

@media only screen and (max-width: 1023px) {
  .site-menu {
    height: 100dvh;
  }
}

.site-menu ::-webkit-scrollbar {
  display: none;
}

.site-menu__head {
  color: rgb(145, 146, 161);
  background-color: rgb(255, 255, 255);
  width: var(--panelWidth, 300px);
  height: 94px;
}

.site-menu__head__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 30px;
  padding-left: 70px;
}

.site-menu__head__close {
  font-size: 16px;
  position: absolute;
  top: 34px;
  left: 34px;
  transition: 0.2s;
  color: rgb(145, 146, 161);
}

.site-menu__head__close .icon-close {
  display: block;
  width: 16px;
  height: 16px;
}

.site-menu__list {
  margin: 0px;
  padding: 10px 0px;
  width: var(--panelWidth, 300px);
  height: 100%;
  list-style: none;
  background: rgb(255, 255, 255);
  z-index: 1;
  scrollbar-width: none;
  overflow: hidden scroll;
}

.site-menu__list--first-level {
  height: calc(100% - 94px);
  padding-bottom: 100px;
}

.site-menu__list--first-level::before {
  top: 94px;
}

.site-menu__list--first-level::after,
.site-menu__list--first-level::before {
  content: " ";
  display: block;
  width: var(--panelWidth, 300px);
  height: 30px;
  position: fixed;
}

.site-menu__list--first-level::after {
  bottom: 0px;
}

.site-menu__list--first-level .site-menu__list__item:first-child {
  position: relative;
  padding-top: 8px;
}

.site-menu__list--first-level .site-menu__list__item:first-child::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 30px;
  right: 30px;
  height: 1px;
  background-color: rgb(205, 205, 214);
}

.site-menu__list--first-level .site-menu__list__item--divider {
  margin-left: 30px;
  margin-right: 30px;
}

.site-menu__list--first-level .site-menu__list__item--divider hr {
  margin: 20px 0px;
  border-color: rgb(205, 205, 214);
}

.site-menu__list--second-level {
  position: absolute;
  margin: 0px;
  padding: 90px 0px 50px;
  left: 0px;
  transform: translateX(-100%);
  will-change: transform;
  top: 0px;
  background: rgb(240, 240, 240);
  overflow-x: hidden;
  transition: 0.5s 0.2s;
  visibility: hidden;
  z-index: 2;
}

.site-menu__list--second-level .site-menu__list__item:first-child {
  padding-top: 0px;
}

.site-menu__list--second-level .site-menu__list__item:first-child::before {
  display: none;
}

@media only screen and (min-width: 768px) {
  .site-menu__list--second-level {
    transform: translateX(0px);
    z-index: -1;
  }
}

.site-menu__list__item--has-children:hover .site-menu__list--second-level {
  visibility: visible;
}

@media only screen and (min-width: 768px) {
  .site-menu__list__item--has-children:hover .site-menu__list--second-level {
    transform: translateX(100%);
  }
}

.site-menu__list--second-level::before {
  content: " ";
  display: block;
  width: var(--panelWidth, 300px);
  height: 30px;
  position: fixed;
  top: 75px;
}

.site-menu__list--second-level .site-menu__list__item--back {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  position: fixed;
  left: 0px;
  transform: translateX(0px);
  will-change: transform;
  top: 0px;
  width: var(--panelWidth, 300px);
  background: rgb(240, 240, 240);
  padding: 20px 0px;
  transition: transform 0.5s;
}

.site-menu__list--second-level .site-menu__list__item--back .icon-arrow-left {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
}

.site-menu__list__item {
  cursor: pointer;
  font-size: 18px;
  line-height: 24px;
}

.site-menu__list__item,
.site-menu__list__item--has-children {
  transition: 0.2s;
}

@media only screen and (min-width: 768px) {
  .site-menu__list__item--has-children::after {
    content: "";
    position: relative;
    display: block;
    margin-top: -40px;
    width: var(--panelWidth, 300px);
    height: 40px;
    transition: 0.2s;
  }
}

.site-menu__list__item--has-children:hover {
  background: rgb(240, 240, 240);
  transition: 0.2s;
}

.site-menu__list__item--has-children:hover > button {
  color: rgb(0, 0, 153);
}

.site-menu__list__item--has-children:hover > button,
.site-menu__list__item .link {
  transition: 0.2s;
}

.site-menu__list__item .link {
  color: rgb(60, 60, 77);
  cursor: pointer;
  display: block;
  padding: 12px 30px;
  width: 100%;
  text-align: left;
}

.site-menu__list__item .icon-chevron-right {
  color: rgb(145, 146, 161);
  float: right;
  font-size: 10px;
  position: relative;
  bottom: -4px;
}

@media only screen and (min-width: 768px) {
  .site-menu__list__item.temicaldi-menu {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .site-menu__list__item {
    font-size: 16px;
    line-height: 20px;
  }
}

.site-menu .social {
  position: fixed;
  bottom: 0px;
  width: var(--panelWidth, 300px);
  padding: 20px 30px 50px;
  background-color: rgb(255, 255, 255);
  transition: left 0.5s;
}

@media only screen and (min-width: 768px) {
  .site-menu .social {
    display: none;
  }
}

.site-menu .social::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  bottom: 80px;
  left: 0px;
  pointer-events: none;
}

.site-menu .social__list {
  display: flex;
  position: relative;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  text-align: center;
  font-size: 26px;
}

.site-menu .social__list__item {
  display: inline-block;
  padding-right: 5px;
  flex-grow: 1;
}

.site-menu .social__list__item:last-child {
  padding-right: 0px;
}

.site-menu .social__list__item .link i::before {
  display: block;
  width: 26px;
  height: 26px;
  margin: 0px auto;
}

@media only screen and (min-width: 1024px) {
  .site-menu {
    --panelWidth: 250px;
  }
  .site-menu__head {
    height: 90px;
  }
  .site-menu__list--first-level {
    height: calc(100% - 90px);
  }
  .site-menu__list--first-level::before {
    top: 90px;
  }
  .site-menu__list--first-level .site-menu__list__item--divider hr {
    margin: 18px 0px;
  }
  .site-menu__list--second-level .site-menu__list__item:first-child {
    padding-top: 0px;
  }
  .site-menu__list__item .link {
    padding: 10px 30px;
  }
}

.mask-overlay {
  display: block;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 0px;
  width: 100%;
  background: rgb(0, 0, 0);
  opacity: 0;
  z-index: 100;
  transition: opacity 0.5s;
}

.main-bar::after,
.secondary-bar::after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0px;
  clear: both;
}

.wrapper-local-choose {
  display: inline-block;
}

.wrapper-local-choose .local-choose-button .icon-chevron-right {
  display: inline-block;
  width: 15px;
  height: 15px;
  font-size: 12px;
  line-height: 15px;
  margin-left: 6px;
}

.wrapper-local-choose .local-choose-button .icon-chevron-right::before {
  display: block;
  transform: rotate(90deg);
}

.reading {
  display: block;
  position: absolute;
  bottom: -5px;
  height: 5px;
  width: 100%;
  z-index: -1;
}

.reading__bar {
  background: var(--launch__label-color, #009);
  height: 100%;
  display: block;
}

#menu-open i::before,
#search-open i::before {
  font-size: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.article__label .ancestor::before,
[class*=" icon-"]::before,
[class^="icon-"]::before {
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-family: rai24 !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
}

@media only screen and (min-width: 1296px) {
  .secondary-bar__inner {
    padding: 14px 0px 14px 50px;
  }
}

@media only screen and (min-width: 1024px) {
  .secondary-bar__inner {
    padding: 11px 0px 10px 45px;
  }
}

@media only screen and (min-width: 768px) {
  .secondary-bar__inner {
    padding: 11px 30px 12px 75px;
    border-top: 1px solid rgb(205, 205, 214);
  }
}

.secondary-bar__inner {
  position: relative;
  border: 0px;
  height: 100%;
}

.secondary-bar .topics .icon-arrow-right {
  font-size: 8px;
  padding-left: 8px;
  color: rgb(61, 94, 255);
  position: relative;
  top: -1px;
}

.secondary-bar .topics__nav__list.visible-list {
  margin: 0px;
  line-height: 20px;
  width: max-content;
}

.secondary-bar .topics__nav__list.visible-list .topics__nav__list__item {
  display: table-cell;
  white-space: nowrap;
}

.secondary-bar .topics__nav__list__item {
  display: inline-block;
  padding-right: 24px;
  line-height: 20px;
}

.secondary-bar .topics__nav__list.visible-list .topics__nav__list__item {
  display: table-cell;
  white-space: nowrap;
}

.secondary-bar .topics__nav__list__item:last-child {
  padding-right: 0px;
}

.secondary-bar .topics__nav__list__item {
  display: inline-block;
  padding-right: 24px;
  line-height: 20px;
}

@media only screen and (min-width: 1296px) {
  .secondary-bar__inner .social {
    top: 12px;
  }
}

@media only screen and (min-width: 1024px) {
  .secondary-bar__inner .social {
    right: 0px;
  }
}

.secondary-bar .social__list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  height: 24px;
  line-height: 24px;
}

.secondary-bar .social__list__item {
  color: rgb(94, 94, 110);
  display: inline-block;
  padding-right: 8px;
}

.secondary-bar .social__list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  height: 24px;
  line-height: 24px;
}

.secondary-bar .social__list__item {
  color: rgb(94, 94, 110);
  display: inline-block;
  padding-right: 8px;
}

.secondary-bar .social__list__item .link,
.secondary-bar .social__list__item .link svg {
  display: block;
  width: 24px;
  height: 24px;
  text-align: center;
}

.secondary-bar .social__list__item .link {
  border-radius: 50%;
  overflow: hidden;
}

.secondary-bar .social__list__item .link,
.secondary-bar .social__list__item .link svg {
  display: block;
  width: 24px;
  height: 24px;
  text-align: center;
}

@media only screen and (min-width: 1296px) {
  .secondary-bar__inner .social {
    top: 12px;
  }
}

@media only screen and (min-width: 1024px) {
  .secondary-bar__inner .social {
    right: 0px;
  }
}

.secondary-bar .social {
  position: absolute;
  right: 30px;
  top: 10px;
}

.comment {
  margin-bottom: 28px;
}

@media (min-width: 1024px) and (min-width: 64em) {
  .comment {
    width: 66.6667%;
  }
}

@media (max-width: 1024px) {
  .comment {
    margin-bottom: 52px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .comment {
    padding-left: 8.4%;
    margin-bottom: 64px;
  }
}

@media (min-width: 1024px) {
  .comment {
    padding-left: 10.5%;
  }
}

.comment-line {
  font-size: 1.3rem;
  margin: 1rem 0px;
  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%;
}

.fb-post {
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid rgb(221, 223, 226);
  border-radius: 3px;
  font:
    400 14px / 20px "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
}

.fb-comment__sort {
  color: rgb(54, 88, 153);
  margin: 10px 0px;
}

.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: 0px !important;
}

.fb-comment__item {
  display: flex;
  margin: 10px 0px;
}

.fb-comment__text {
  width: 100%;
  margin: 0px;
  padding: 8px 10px;
  color: rgb(29, 33, 41);
  background-color: rgb(242, 243, 245);
  border-radius: 18px;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 600px) {
  .fb-post {
    width: 100%;
    margin: 0px;
    border: none;
  }
  .fb-comment__text {
    max-width: 100%;
    pointer-events: none;
    user-select: none;
  }
}

img {
  padding: 0px !important;
}

.btn_comm {
  width: 100%;
}

html {
  line-height: 1.15;
  text-size-adjust: 100%;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0px;
}

a {
  background-color: transparent;
}

img {
  border-style: none;
}

button {
  font-size: 100%;
  line-height: 1.15;
  margin: 0px;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

[type="button"],
button {
  appearance: button;
}

::-webkit-file-upload-button {
  appearance: button;
  font: inherit;
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0px;
  padding: 0px;
  background: rgb(254, 254, 254);
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(10, 10, 10);
}

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

button {
  padding: 0px;
  appearance: none;
  border: 0px;
  border-radius: 0px;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

button {
  font-family: inherit;
}

div,
h1,
h2,
h3,
li,
p,
ul {
  margin: 0px;
  padding: 0px;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.12;
  text-rendering: optimizelegibility;
}

i {
  font-style: italic;
}

i {
  line-height: inherit;
}

h1,
h2,
h3 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 {
  font-size: 1.5rem;
}

h1,
h2 {
  line-height: 1.4;
  margin-top: 0px;
  margin-bottom: 1rem;
}

h2 {
  font-size: 1.7rem;
}

h3 {
  font-size: 1.1875rem;
}

h3 {
  line-height: 1.4;
  margin-top: 0px;
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 48em) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.9375rem;
  }
}

a {
  line-height: inherit;
  color: rgb(23, 121, 186);
  text-decoration: none;
  cursor: pointer;
}

a:focus,
a:hover {
  color: rgb(20, 104, 160);
}

ul {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
}

ul {
  margin-left: 1.25rem;
}

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

@media print {
  * {
    background: transparent !important;
    color: rgb(0, 0, 0) !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
    color: rgb(15, 127, 255);
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  img {
    break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    break-after: avoid;
  }
}

.grid-x {
  display: flex;
  flex-flow: wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-1,
  .grid-x > .medium-11 {
    flex-basis: auto;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-2,
  .grid-x > .large-4,
  .grid-x > .large-8,
  .grid-x > .large-10 {
    flex-basis: auto;
  }
}

.grid-x > .small-12 {
  flex: 0 0 auto;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 48em) {
  .grid-x > .medium-1,
  .grid-x > .medium-11 {
    flex: 0 0 auto;
  }
  .grid-x > .medium-1 {
    width: 8.33333%;
  }
  .grid-x > .medium-11 {
    width: 91.6667%;
  }
}

@media print, screen and (min-width: 64em) {
  .grid-x > .large-2,
  .grid-x > .large-4,
  .grid-x > .large-8,
  .grid-x > .large-10 {
    flex: 0 0 auto;
  }
  .grid-x > .large-2 {
    width: 16.6667%;
  }
  .grid-x > .large-4 {
    width: 33.3333%;
  }
  .grid-x > .large-8 {
    width: 66.6667%;
  }
  .grid-x > .large-10 {
    width: 83.3333%;
  }
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 0px 1rem;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0px;
  transition:
    background-color 0.25s ease-out,
    color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

.button {
  background-color: rgb(23, 121, 186);
  color: rgb(254, 254, 254);
}

.button:focus,
.button:hover {
  background-color: rgb(20, 103, 158);
  color: rgb(254, 254, 254);
}

.hide {
  display: none !important;
}

.main-bar::after,
.secondary-bar::after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0px;
  clear: both;
}

[class^="icon-"]::before {
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-family: rai24 !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-variant: normal !important;
  text-transform: none !important;
}

.icon-facebook::before {
  content: "g";
}

.icon-feed-rss::before {
  content: "h";
}

.icon-twitter::before {
  content: "o";
}

.icon-nav::before {
  content: "v";
}

.icon-logo-rai::before {
  content: "A";
}

.icon-arrow-right::before {
  content: "C";
}

.icon-instagram::before {
  content: "J";
}

.icon-logo-rainews::before {
  content: "";
}

* {
  outline: none;
  box-sizing: border-box;
}

body,
html {
  margin: 0px;
  padding: 0px;
  color: var(--color01, #212335);
  background-color: var(--colorBackground01, #fff);
  height: 100%;
}

body,
html {
  font-family: var(--font01, "Source Sans Pro", Arial, Helvetica, sans-serif);
}

body {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: var(--global-size, 20px);
  line-height: var(--global-lineheight, 32px);
}

html body {
  height: auto;
  min-height: 100vh;
}

.sr-only {
  overflow: hidden;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: -1px;
  clip: rect(0px, 0px, 0px, 0px);
  white-space: nowrap;
  border-width: 0px;
}

@media only screen and (min-width: 768px) {
  .sr-only:focus {
    width: auto;
    height: auto;
    padding: 0px;
    margin: 0px;
    overflow: visible;
    clip: auto;
    white-space: normal;
    font-size: 14px;
  }
}

@media only screen and (min-width: 0) {
  main {
    padding-top: var(--header-fixed-height, 93px);
  }
}

@media only screen and (min-width: 768px) {
  main {
    padding-top: var(--header-fixed-height, 101px);
  }
}

@media only screen and (min-width: 1024px) {
  main {
    padding-top: var(--header-fixed-height, 121px);
  }
}

@media only screen and (min-width: 1296px) {
  main {
    padding-top: var(--header-fixed-height, 149px);
  }
}

h1,
h2,
h3 {
  font-family: var(--font02, "Merriweather", serif);
  font-weight: 700;
  margin-top: 0px;
}

a,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
  transition: 0.2s;
}

button {
  cursor: pointer;
}

body {
  display: flex;
  flex-direction: column;
}

body main {
  flex: 1 0 auto;
}

@supports (-webkit-touch-callout: none) {
}

body .overlay-corporate-mask {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0px;
  z-index: 100;
  transition: 0.3s;
}

body .header-fixed,
body .header-fixed #menu-open,
body .header-fixed .header-menu__nav .visible-list a,
body .header-fixed .secondary-bar__inner .link,
body .header-fixed .topics__title {
  transition: 0.3s;
}

.header-fixed {
  border-top: 2px solid var(--launch__label-color, #009);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 16px;
  z-index: 200;
  width: 100%;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(141, 141, 141, 0.3) 0px 0px 50px;
  transition: height 0.3s;
}

@media only screen and (min-width: 0) {
  .header-fixed {
    height: var(--header-fixed-height, 93px);
  }
}

@media only screen and (min-width: 768px) {
  .header-fixed {
    height: var(--header-fixed-height, 101px);
  }
}

@media only screen and (min-width: 1024px) {
  .header-fixed {
    height: var(--header-fixed-height, 121px);
  }
}

@media only screen and (min-width: 1296px) {
  .header-fixed {
    height: var(--header-fixed-height, 149px);
  }
}

header.header {
  margin: 0px auto;
  border-bottom: 1px solid transparent;
  pointer-events: none;
  user-select: none;
  background-color: white;
}

@media only screen and (min-width: 0) {
  header.header {
    max-width: var(--content-maxwidth, 1296px);
  }
}

@media only screen and (min-width: 768px) {
  header.header {
    max-width: var(--content-maxwidth, 1296px);
  }
}

@media only screen and (min-width: 1024px) {
  header.header {
    max-width: var(--content-maxwidth, 984px);
  }
}

@media only screen and (min-width: 1296px) {
  header.header {
    max-width: var(--content-maxwidth, 1296px);
  }
}

@media only screen and (min-width: 0) {
  header.header {
    padding-left: var(--article-padding, 20px);
  }
}

@media only screen and (min-width: 768px) {
  header.header {
    padding-left: var(--article-padding, 30px);
  }
}

@media only screen and (min-width: 1024px) {
  header.header {
    padding-left: var(--article-padding, 10px);
  }
}

@media only screen and (min-width: 1296px) {
  header.header {
    padding-left: var(--article-padding, 12px);
  }
}

@media only screen and (min-width: 0) {
  header.header {
    padding-right: var(--article-padding, 20px);
  }
}

@media only screen and (min-width: 768px) {
  header.header {
    padding-right: var(--article-padding, 30px);
  }
}

@media only screen and (min-width: 1024px) {
  header.header {
    padding-right: var(--article-padding, 10px);
  }
}

@media only screen and (min-width: 1296px) {
  header.header {
    padding-right: var(--article-padding, 12px);
  }
}

@media only screen and (min-width: 768px) {
  header.header {
    border-bottom: 0px;
  }
}

header.header a:hover,
header.header button:hover {
  color: var(--launch__label-color, #009);
}

header.header::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: rgb(205, 205, 214);
  left: 20px;
  right: 20px;
}

.main-bar {
  text-align: center;
  height: 40px;
  margin: 7px 0px;
  position: relative;
}

#logo-rainews,
#menu-open,
.corporate-menu-toggler {
  border: 0px;
  height: 40px;
  position: relative;
}

#menu-open {
  width: 20px;
  height: 40px;
  padding: 10px 0px;
  margin: 0px;
  color: rgb(94, 94, 110);
  background: none;
}

@media (max-width: 767px) {
  #menu-open {
    margin-right: 5px;
  }
}

#menu-open i {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 0px;
}

#menu-open i::before {
  font-size: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
}

#menu-open:focus,
#menu-open:hover {
  color: var(--launch__label-color, #009);
  background: none;
}

#menu-open {
  float: left;
}

#logo-rainews {
  width: 98px;
  height: 40px;
  padding: 0px;
  margin-left: -10px;
  display: inline-block;
  justify-content: end;
  position: relative;
  color: var(--launch__label-color, #009);
}

#logo-rainews i {
  width: 98px;
  height: 40px;
  position: absolute;
  left: 0px;
  overflow: hidden;
}

#logo-rainews i::before {
  font-size: 98px;
  position: absolute;
  top: -29px;
  left: 0px;
}

.corporate-menu-toggler {
  display: none;
  float: right;
  border: 0px;
  background: none;
  margin: 5px 0px;
  padding: 0px;
  color: rgb(94, 94, 110);
  position: relative;
  width: 30px;
  height: 30px;
}

.corporate-menu-toggler i {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.corporate-menu-toggler i::before {
  font-size: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  color: rgb(94, 94, 110);
}

.corporate-menu-toggler:hover i::before {
  content: "v";
}

.corporate-menu-toggler:hover i::before {
  background-color: rgb(94, 94, 110);
  color: rgb(255, 255, 255);
  font-size: 20px;
  padding: 5px;
  transition: color 0.3s;
}

@media only screen and (min-width: 1024px) {
  .corporate-menu-toggler:hover i::before {
    padding: 9px;
  }
}

@media only screen and (min-width: 1296px) {
  .corporate-menu-toggler:hover i::before {
    font-size: 25px;
    padding: 12px;
  }
}

.secondary-bar {
  height: 0px;
  overflow: visible;
  transition: height 0.3s;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: rgb(33, 35, 53);
}

.secondary-bar__inner {
  position: relative;
  border: 0px;
  height: 100%;
}

.secondary-bar .topics {
  overflow: auto;
  scrollbar-width: none;
  display: none;
  position: absolute;
  left: 0px;
  right: 200px;
}

.secondary-bar .topics .icon-arrow-right {
  font-size: 10px;
  padding-left: 10px;
  color: var(--launch__label-color, #009);
}

.secondary-bar .topics__title {
  font-weight: 600;
  padding-right: 20px;
  width: 100px;
  position: absolute;
  top: 0px;
  left: 0px;
  white-space: nowrap;
}

.secondary-bar .topics__nav {
  padding-left: 100px;
  position: relative;
  overflow: hidden;
}

.secondary-bar .topics__nav__list__item {
  display: inline-block;
  padding-right: 20px;
}

.secondary-bar .topics__nav__list__item:last-child {
  padding-right: 0px;
}

.secondary-bar .topics__nav__list.visible-list {
  margin: 0px;
  line-height: 18px;
  width: max-content;
}

.secondary-bar .topics__nav__list.visible-list .topics__nav__list__item {
  display: table-cell;
  white-space: nowrap;
}

.secondary-bar .social {
  font-size: 16px;
  height: 24px;
  line-height: 16px;
  margin-top: 13px;
  position: absolute;
  top: -2px;
  right: 0px;
}

.secondary-bar .social__list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  height: 16px;
  line-height: 16px;
}

.secondary-bar .social__list__item {
  color: rgb(94, 94, 110);
  display: inline-block;
  height: 16px;
  padding-right: 8px;
}

.social__list__item:nth-of-type(1) {
  color: rgb(66, 103, 178);
}

.social__list__item:nth-of-type(3) {
  background-image:
    radial-gradient(
      circle at 33% 100%,
      rgb(247, 208, 71),
      rgba(247, 208, 71, 0) 68%
    ),
    radial-gradient(
      circle at 97% 86%,
      rgb(234, 59, 90),
      rgba(234, 59, 90, 0) 71%
    ),
    radial-gradient(
      circle at 17% 0px,
      rgb(107, 34, 245),
      rgba(107, 34, 245, 0) 59%
    ),
    radial-gradient(
      circle at 94% 14%,
      rgb(212, 46, 201),
      rgba(212, 46, 201, 0) 65%
    ),
    radial-gradient(
      circle at -3% 50%,
      rgb(234, 59, 90),
      rgba(234, 59, 90, 0) 75%
    ),
    linear-gradient(rgb(234, 54, 151), rgb(234, 54, 151));
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.social__list__item:nth-of-type(4) {
  color: rgb(238, 128, 47);
}

.secondary-bar .social__list__item:last-child {
  padding-right: 0px;
}

.secondary-bar .social__list__item .link {
  display: block;
  height: 23px;
}

@media only screen and (max-width: 767px) {
  .secondary-bar .social {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  header.header::after {
    display: none;
  }
  .main-bar {
    text-align: left;
    height: 30px;
    margin: 16px 0px;
  }
  #menu-open {
    height: 30px;
    padding: 0px;
  }
  #menu-open i {
    top: 5px;
  }
  #logo-rainews {
    height: 30px;
    padding: 0px;
    margin: 0px;
    position: absolute;
    left: 40px;
  }
  #logo-rainews i::before {
    top: -34px;
  }
  .corporate-menu-toggler {
    display: block;
    margin: 0px;
    overflow: hidden;
  }
  .secondary-bar {
    height: 37px;
    overflow: hidden;
  }
  .secondary-bar__inner {
    border-top: 1px solid rgb(205, 205, 214);
  }
  .secondary-bar .topics {
    display: block;
  }
  .secondary-bar .social {
    margin-top: 0px;
    top: 10px;
  }
  .secondary-bar .social__list__item {
    padding-right: 8px;
  }
}

@media only screen and (min-width: 1024px) {
  .main-bar {
    margin: 20px 0px;
  }
  #menu-open,
  .main-bar {
    height: 38px;
  }
  #menu-open i {
    top: 9px;
  }
  #logo-rainews {
    top: 0px;
  }
  #logo-rainews,
  #logo-rainews i {
    width: 122px;
    height: 38px;
  }
  #logo-rainews i::before {
    font-size: 123px;
    top: -42px;
  }
  .corporate-menu-toggler,
  .corporate-menu-toggler i {
    width: 38px;
    height: 38px;
  }
  .corporate-menu-toggler i::before {
    font-size: 38px;
  }
  .secondary-bar {
    height: 41px;
  }
  .secondary-bar__inner .topics {
    left: 190px;
  }
  .secondary-bar__inner .social {
    top: 12px;
  }
}

@media only screen and (min-width: 1296px) {
  .main-bar {
    margin: 25px 0px;
  }
  #menu-open,
  .main-bar {
    height: 48px;
  }
  #menu-open {
    width: 25px;
  }
  #menu-open i {
    top: 12.5px;
    width: 24px;
    height: 24px;
  }
  #menu-open i::before {
    font-size: 25px;
  }
  #logo-rainews {
    top: 0px;
    left: 44px;
  }
  #logo-rainews,
  #logo-rainews i {
    width: 155px;
    height: 48px;
  }
  #logo-rainews i::before {
    font-size: 155px;
    top: -53px;
  }
  .corporate-menu-toggler,
  .corporate-menu-toggler i {
    width: 48px;
    height: 48px;
  }
  .corporate-menu-toggler i::before {
    font-size: 48px;
  }
  .secondary-bar {
    height: 49px;
  }
  .secondary-bar__inner .social {
    top: 13px;
    height: 20px;
    line-height: 20px;
  }
  .secondary-bar__inner .social__list {
    height: 20px;
    line-height: 20px;
  }
  .secondary-bar__inner .social__list__item,
  .secondary-bar__inner .social__list__item .link {
    height: 24px;
  }
}

.header-menu {
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: rgb(33, 35, 53);
  position: absolute;
  inset: auto 0px -35px;
}

.header-menu__nav {
  display: none;
  top: 0px;
  left: 0px;
  right: 228px;
  height: 20px;
  text-align: left;
  overflow: hidden;
}

.header-menu__nav__list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  position: relative;
}

.header-menu__nav__list__item {
  white-space: nowrap;
  height: 20px;
  max-height: 20px;
}

.header-menu__nav__list__item .link {
  height: 20px;
  line-height: 20px;
  display: block;
  letter-spacing: 0px;
}

.header-menu__nav__list.visible-list {
  display: inline-table;
}

.header-menu__nav__list.visible-list .header-menu__nav__list__item {
  display: table-cell;
  margin: 0px;
  padding: 0px 16px 0px 0px;
}

.header-menu__nav__list.visible-list .header-menu__nav__list__item:last-child {
  padding-right: 0px;
  height: 20px;
  line-height: 20px;
}

@media only screen and (min-width: 768px) {
  .header-menu {
    position: absolute;
    inset: 5px 190px auto 160px;
    min-width: 300px;
    height: 20px;
    line-height: 20px;
  }
  .header-menu__nav {
    overflow-x: scroll;
    margin-right: 75px;
    display: block;
    right: 0px;
  }
}

@media only screen and (min-width: 1024px) {
  .header-menu {
    top: 9px;
    left: 170px;
    right: 0px;
    font-size: 16px;
  }
  .header-menu__nav__list.visible-list .header-menu__nav__list__item {
    padding-right: 32px;
  }
}

@media only screen and (min-width: 1296px) {
  .header-menu {
    font-size: 18px;
    line-height: 24px;
    height: 24px;
    top: 13px;
    left: 260px;
    right: 221px;
  }
  .header-menu__nav {
    height: 100px;
    line-height: 24px;
    right: 319px;
  }
}

.leaf {
  overflow: hidden;
  overflow-wrap: break-word;
}

.sidegutterright {
  position: relative;
  margin-bottom: 28px;
}

@media only screen and (min-width: 0) {
  .sidegutterright {
    padding-right: var(--article-sidegutter, 0);
  }
}

@media only screen and (min-width: 768px) {
  .sidegutterright {
    padding-right: var(--article-sidegutter, 0);
  }
}

@media only screen and (min-width: 1024px) {
  .sidegutterright {
    padding-right: var(--article-sidegutter, 41px);
  }
}

@media only screen and (min-width: 1296px) {
  .sidegutterright {
    padding-right: var(--article-sidegutter, 44px);
  }
}

@media only screen and (min-width: 768px) {
  .sidegutterright {
    margin-bottom: 64px;
  }
}

@media only screen and (min-width: 1024px) {
  .sidegutterright {
    margin-bottom: 0px;
  }
}

.sidegutterleft {
  position: relative;
}

@media only screen and (min-width: 0) {
  .sidegutterleft {
    padding-left: var(--article-sidegutter, 0);
  }
}

@media only screen and (min-width: 768px) {
  .sidegutterleft {
    padding-left: var(--article-sidegutter, 0);
  }
}

@media only screen and (min-width: 1024px) {
  .sidegutterleft {
    padding-left: var(--article-sidegutter, 20px);
  }
}

@media only screen and (min-width: 1296px) {
  .sidegutterleft {
    padding-left: var(--article-sidegutter, 24px);
  }
}

@media only screen and (min-width: 1024px) {
  .sidegutterleft {
    margin-bottom: 52px;
  }
}

.fullmedium {
  display: block;
  margin-left: -20px;
  margin-right: -20px;
}

@media only screen and (min-width: 768px) {
  .fullmedium {
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media only screen and (min-width: 768px) {
  .fullmedium {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media only screen and (min-width: 1024px) {
  .fullmedium {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.article {
  margin: 0px auto;
  padding-bottom: 0px;
  width: 100%;
}

@media only screen and (min-width: 0) {
  .article {
    padding-left: var(--article-padding, 20px);
  }
}

@media only screen and (min-width: 768px) {
  .article {
    padding-left: var(--article-padding, 30px);
  }
}

@media only screen and (min-width: 1024px) {
  .article {
    padding-left: var(--article-padding, 10px);
  }
}

@media only screen and (min-width: 1296px) {
  .article {
    padding-left: var(--article-padding, 12px);
  }
}

@media only screen and (min-width: 0) {
  .article {
    padding-right: var(--article-padding, 20px);
  }
}

@media only screen and (min-width: 768px) {
  .article {
    padding-right: var(--article-padding, 30px);
  }
}

@media only screen and (min-width: 1024px) {
  .article {
    padding-right: var(--article-padding, 10px);
  }
}

@media only screen and (min-width: 1296px) {
  .article {
    padding-right: var(--article-padding, 12px);
  }
}

@media only screen and (min-width: 0) {
  .article {
    max-width: var(--content-maxwidth, 1296px);
  }
}

@media only screen and (min-width: 768px) {
  .article {
    max-width: var(--content-maxwidth, 1296px);
  }
}

@media only screen and (min-width: 1024px) {
  .article {
    max-width: var(--content-maxwidth, 984px);
  }
}

@media only screen and (min-width: 1296px) {
  .article {
    max-width: var(--content-maxwidth, 1296px);
  }
}

.article__preheader {
  border-bottom: var(--border, 1px solid #cdcdd6);
  padding-bottom: 10px;
  position: relative;
  pointer-events: none;
  user-select: none;
}

.article__header {
  margin-bottom: 28px;
  padding-top: 26px;
}

.article__label {
  float: left;
  font-weight: 700;
  color: rgb(61, 94, 255);
}

@media only screen and (min-width: 0) {
  .article__label {
    font-size: var(--leaf__label-size, 16px);
  }
}

@media only screen and (min-width: 768px) {
  .article__label {
    font-size: var(--leaf__label-size, 16px);
  }
}

@media only screen and (min-width: 1024px) {
  .article__label {
    font-size: var(--leaf__label-size, 20px);
  }
}

@media only screen and (min-width: 1296px) {
  .article__label {
    font-size: var(--leaf__label-size, 20px);
  }
}

@media only screen and (min-width: 0) {
  .article__label {
    line-height: var(--leaf__label-lineheight, 20px);
  }
}

@media only screen and (min-width: 768px) {
  .article__label {
    line-height: var(--leaf__label-lineheight, 20px);
  }
}

@media only screen and (min-width: 1024px) {
  .article__label {
    line-height: var(--leaf__label-lineheight, 24px);
  }
}

@media only screen and (min-width: 1296px) {
  .article__label {
    line-height: var(--leaf__label-lineheight, 24px);
  }
}

.article__title {
  color: var(--article__title-color, #212335);
  font-weight: 900;
  margin: 12px 0px;
}

.article__figcaption {
  font-size: 14px;
  margin-bottom: 20px;
  line-height: normal;
  opacity: 0.7;
}

@media only screen and (min-width: 0) {
  .article__title {
    font-size: var(--leaf__title-size, 28px);
  }
}

@media only screen and (min-width: 768px) {
  .article__title {
    font-size: var(--leaf__title-size, 32px);
  }
}

@media only screen and (min-width: 1024px) {
  .article__title {
    font-size: var(--leaf__title-size, 40px);
  }
}

@media only screen and (min-width: 1296px) {
  .article__title {
    font-size: var(--leaf__title-size, 48px);
  }
}

@media only screen and (min-width: 0) {
  .article__title {
    line-height: var(--leaf__title-lineheight, 36px);
  }
}

@media only screen and (min-width: 768px) {
  .article__title {
    line-height: var(--leaf__title-lineheight, 40px);
  }
}

@media only screen and (min-width: 1024px) {
  .article__title {
    line-height: var(--leaf__title-lineheight, 52px);
  }
}

@media only screen and (min-width: 1296px) {
  .article__title {
    line-height: var(--leaf__title-lineheight, 60px);
  }
}

@media only screen and (min-width: 1024px) {
  .article__title {
    margin: 16px 0px;
  }
}

@media only screen and (min-width: 1296px) {
  .article__title {
    margin: 20px 0px;
  }
}

.article__subheading {
  margin: 16px 0px 0px;
  font-weight: 600;
  color: var(--article__subheading-color, #5e5e6e);
}

@media only screen and (min-width: 0) {
  .article__subheading {
    font-size: var(--leaf__subheading-size, 16px);
  }
}

@media only screen and (min-width: 768px) {
  .article__subheading {
    font-size: var(--leaf__subheading-size, 18px);
  }
}

@media only screen and (min-width: 1024px) {
  .article__subheading {
    font-size: var(--leaf__subheading-size, 20px);
  }
}

@media only screen and (min-width: 1296px) {
  .article__subheading {
    font-size: var(--leaf__subheading-size, 20px);
  }
}

@media only screen and (min-width: 0) {
  .article__subheading {
    line-height: var(--leaf__subheading-lineheight, 20px);
  }
}

@media only screen and (min-width: 768px) {
  .article__subheading {
    line-height: var(--leaf__subheading-lineheight, 24px);
  }
}

@media only screen and (min-width: 1024px) {
  .article__subheading {
    line-height: var(--leaf__subheading-lineheight, 24px);
  }
}

@media only screen and (min-width: 1296px) {
  .article__subheading {
    line-height: var(--leaf__subheading-lineheight, 24px);
  }
}

.article__subtitle {
  font-family: var(--font02, "Merriweather", serif);
  font-style: italic;
  font-weight: 700;
  color: var(--article__subtitle-color, #212335);
  margin-bottom: 16px;
}

@media only screen and (min-width: 0) {
  .article__subtitle,
  h3 {
    font-size: var(--leaf__subtitle-size, 22px);
  }
}

@media only screen and (min-width: 768px) {
  .article__subtitle {
    font-size: var(--leaf__subtitle-size, 24px);
  }
}

@media only screen and (min-width: 1024px) {
  .article__subtitle {
    font-size: var(--leaf__subtitle-size, 24px);
  }
}

@media only screen and (min-width: 1296px) {
  .article__subtitle {
    font-size: var(--leaf__subtitle-size, 28px);
  }
}

@media only screen and (min-width: 0) {
  .article__subtitle {
    line-height: var(--leaf__subtitle-lineheight, 28px);
  }
}

@media only screen and (min-width: 768px) {
  .article__subtitle {
    line-height: var(--leaf__subtitle-lineheight, 36px);
  }
}

@media only screen and (min-width: 1024px) {
  .article__subtitle {
    line-height: var(--leaf__subtitle-lineheight, 36px);
  }
}

@media only screen and (min-width: 1296px) {
  .article__subtitle {
    line-height: var(--leaf__subtitle-lineheight, 40px);
  }
}

@media only screen and (min-width: 1024px) {
  .article__subtitle {
    margin-bottom: 24px;
  }
}

.article__date,
.article__date-author {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 20px;
}

.article__date {
  display: inline-block;
  color: var(--leaf__date-color, #5e5e6e);
  font-weight: 600;
  vertical-align: top;
  padding-right: 8px;
}

.article__date i {
  padding-right: 5px;
  vertical-align: middle;
}

.icon-2024-calendar::before {
  content: "";
}

.article__media {
  width: 100%;
  display: block;
  margin-bottom: 16px;
}

.share-toggler {
  display: none;
}

@media only screen and (min-width: 768px) {
  .share-toggler {
    display: block;
  }
  .icon-share::before {
    content: "t";
    border: 0px;
    background: none;
    font-size: 24px;
    color: rgb(61, 94, 255);
    margin: 0px;
    padding: 0px;
    width: 64px;
    height: 64px;
  }
  .share-toggler .share-button .label {
    color: rgb(33, 35, 53);
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    width: auto;
    height: auto;
  }
  .share-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }
}

@supports (-webkit-hyphens: none) {
}

@media only screen and (min-width: 1024px) {
  @supports (-webkit-hyphens: none) {
  }
}

.article__content {
  padding-top: 28px;
}

@media only screen and (min-width: 1024px) {
  .article__content {
    padding-top: 32px;
  }
}

.article__content__unit {
  margin-bottom: 28px;
  position: relative;
  font-size: 20px;
  line-height: 28px;
}

@media only screen and (min-width: 768px) {
  .article__content__unit:not(.fullsmall):not(.fullmedium):not(
      .article__content__unit--file
    ):not(.article__content__unit--link):not(.article__content__unit--quote) {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 1024px) {
  .article__content__unit:not(.fullsmall):not(.fullmedium):not(
      .article__content__unit--file
    ):not(.article__content__unit--link):not(.article__content__unit--quote) {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 1024px) {
  .article__content__unit--text {
    padding-left: unset;
  }
}

@media only screen and (min-width: 1024px) {
  .article__right-column {
    border-left: var(--border, 1px solid #cdcdd6);
  }
}

.article .aside {
  position: relative;
  z-index: 6;
  pointer-events: none;
  user-select: none;
}

@media (max-width: 1024px) {
  .article .aside {
    display: none;
  }
}

.article .aside .greycell::before {
  content: "";
  background-color: rgb(246, 247, 249);
  opacity: 1;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: -20px;
  right: -20px;
}

.article .aside-box {
  position: relative;
  z-index: 1;
}

.article .aside-box:first-child {
  padding-top: 40px;
}

.article .aside-box:last-child {
  padding-bottom: 40px;
}

.article .aside-box--insights {
  font-weight: 600;
  position: relative;
  padding: 0px;
}

.article .aside-box--insights .aside__list__item .insights-link {
  display: inline;
  font-family: var(--font01, "Source Sans Pro", Arial, Helvetica, sans-serif);
  font-weight: 600;
  color: rgb(33, 35, 53);
}

.article .aside__title {
  position: relative;
  z-index: 1;
  font-family: var(--font01, "Source Sans Pro", Arial, Helvetica, sans-serif);
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 12px;
  margin-bottom: 0px;
  color: var(--leaf__aside__list__title-color, #009);
}

.article .aside__list {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0px;
}

.article .aside__list__item {
  font-size: 20px;
  line-height: 24px;
}

.article .aside__list__item:not(:first-child) {
  padding-top: 16px;
  margin-top: 16px;
}

@media only screen and (min-width: 768px) {
  .article .aside .greycell::before {
    left: -30px;
    right: -30px;
  }
  .article .aside-box {
    border-color: rgb(227, 227, 232);
  }
  .article .aside__title {
    padding-bottom: 16px;
  }
  .article .aside__list__item:not(:first-child) {
    padding-top: 20px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .article .aside .greycell::before {
    display: none;
  }
  .article .aside-box:first-child {
    padding-top: 0px;
  }
  .article .aside-box:last-child {
    padding-bottom: 0px;
  }
}

@media only screen and (min-width: 1024px) {
  .article .aside__list__item:not(:first-child) {
    padding-top: 12px;
    margin-top: 12px;
  }
}

@media only screen and (min-width: 768px) {
  .article__label .ancestor {
    display: inline-block;
  }
}

@media only screen and (min-width: 768px) {
  .article.normal_width .buttons-wrapper {
    padding-top: 28px;
  }
}

@media only screen and (min-width: 1024px) {
  .article.normal_width .buttons-wrapper {
    padding-top: 32px;
  }
}

.article__content__unit--text p a:active,
.article__content__unit--text p a:hover {
  text-decoration: underline;
}

.header-menu__nav__button {
  font-size: 24px;
  width: 23px;
  line-height: 0;
  padding-bottom: 14px;
  display: inline-block;
  vertical-align: middle;
  right: 140px;
}

@media only screen and (min-width: 1296px) {
  .header-menu__nav__button {
    width: 25px;
    font-size: 25px;
  }
}

@media only screen and (min-width: 1296px) {
  .secondary-bar {
    height: 49px;
  }
}

@media only screen and (min-width: 1024px) {
  .secondary-bar {
    height: 45px;
  }
}

@media only screen and (min-width: 768px) {
  .secondary-bar {
    height: 44px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 1296px) {
  .secondary-bar__inner .topics {
    left: 50px;
    right: 150px;
  }
}

@media only screen and (min-width: 1024px) {
  .secondary-bar__inner .topics {
    left: 45px;
    right: 148px;
  }
}

@media only screen and (min-width: 768px) {
  .secondary-bar .topics {
    display: block;
  }
}

.secondary-bar .topics__title {
  font-weight: 600;
  padding-right: 20px;
  width: 100px;
  position: absolute;
  top: 0px;
  left: 0px;
  white-space: nowrap;
}

.big-img {
  max-height: 500px;
  object-fit: cover;
  background-color: rgb(238, 238, 238);
}

.article__media + figcaption {
  font-size: 14px;
  margin-top: 8px;
  line-height: normal;
  opacity: 0.7;
}

.footer {
  width: 100%;
  background: rgb(37, 42, 63);
  display: flex;
  justify-content: center;
  pointer-events: none;
  user-select: none;
  border-bottom: 20px solid var(--launch__label-color, #009);
}

@media (max-width: 768px) {
  .footer {
    justify-content: flex-start;
    padding: 0px;
  }
}

.footer-wrapper {
  background: rgb(37, 42, 63);
  transition: background-color 250ms ease-in;
}

@media (max-width: 600px) {
  .footer-wrapper {
    padding: 20px;
    width: 100%;
  }
}

@media only screen and (min-width: 600px) {
  .footer-wrapper {
    min-height: 473px;
    padding: 20px;
    width: 100%;
  }
}

@media only screen and (min-width: 732px) {
  .footer-wrapper {
    min-height: 453px;
    padding: 20px;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .footer-wrapper {
    min-height: 450px;
    width: 100%;
    padding: 40px;
  }
}

@media only screen and (min-width: 1024px) {
  .footer-wrapper {
    max-width: 1024px;
    min-height: 190px;
    padding: 0px;
  }
}

@media only screen and (min-width: 1296px) {
  .footer-wrapper {
    padding: 12px;
    max-width: 1296px;
  }
}

.footer-grid {
  box-sizing: border-box;
  width: 100%;
  font-family: "Open Sans Regular", sans-serif;
  font-size: 17px;
  margin: 0px;
  padding-bottom: 18px;
  display: block;
}

@media (min-width: 1024px) {
  .footer-grid {
    display: grid;
    padding: 48px;
    grid-template-columns: auto 1fr;
    gap: 57px 32px;
  }
}

@media (min-width: 768px) {
  .footer-grid {
    padding-bottom: 32px;
  }
}

.footer-logo {
  display: block;
  width: 40px;
  height: 40px;
  fill: white;
  transition: 250ms ease-in;
}

@media (min-width: 1024px) {
  .footer-logo {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 1024px) {
  .footer-wrapper {
    min-height: 0px;
  }
  .footer-grid {
    padding-bottom: 0px;
  }
}

.footer-details {
  margin-top: 40px;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: -0.5px;
  color: whitesmoke;
  transition: 250ms ease-in;
  max-width: 600px;
  text-align: left;
}

@media (min-width: 1024px) {
  .footer-details {
    grid-column: 2;
    margin-top: 0px;
    max-width: 950px;
  }
}

:root {
  --mainColor: #121534;
  --text: #fff;
  --input-color: #000;
  --valid-input-color: #000;
}

@media print {
  body {
    display: none !important;
  }
}

@media print {
  body {
    display: none !important;
  }
}

#main-form {
  border: 2px solid var(--mainColor);
  border-radius: 16px;
  max-width: 560px;
  margin: 0px auto;
  font-family: Arial;
  box-shadow: rgba(0, 0, 0, 0.19) 3px 3px 6px;
}

.form-title {
  text-align: center;
  padding: 30px 15px;
  font-size: 30px;
  background: var(--mainColor);
  color: var(--text);
  text-transform: uppercase;
  margin: 30px 0px;
  line-height: 1.2;
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  .form-title {
    font-size: 24px;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}
