@charset "UTF-8"; /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
* {
  font-family: Oswald, Inter, system-ui, sans-serif;
  font-feature-settings: "lnum" 1;
  box-sizing: border-box;
}
body {
  font-size: 0.9rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
a {
  text-decoration: none;
}
button {
  background: none;
  border: none;
}
.thumb-meta {
  --color: #000;
  --font-size: 0.9rem;
  --font-weight: 500;
  --icon-size: 0.75rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem 0.5rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.thumb-meta--light {
  --color: #fff;
}
.thumb-meta--thin {
  --font-weight: 300;
}
.thumb-meta__item {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding-left: 0.5rem;
  border-left: 1px solid var(--color);
}
.thumb-meta__link,
.thumb-meta__text {
  color: var(--color);
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  white-space: nowrap;
}
.thumb-meta__link {
  transition: 0.2s ease;
}
.thumb-meta__link:hover {
  color: #ff5349;
}
.thumb-meta__icon {
  color: var(--color);
  width: var(--icon-size);
  height: var(--icon-size);
}
@media screen and (max-width: 430px) {
  .thumb-meta {
    --font-size: 0.8rem;
  }
}
.ptabs {
  margin-block: 1.25rem;
  border-bottom: 1px solid #d5dbe3;
}
.ptabs-collect {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem 1.5rem;
}
.ptabs-item--active {
  border-bottom: 2px solid #ff4d4d;
}
.ptabs-item--active .ptabs-item__link {
  font-weight: 500;
}
.ptabs-item__link {
  display: block;
  padding-block: 0.75rem;
  color: #000;
}
@media screen and (max-width: 430px) {
  .ptabs-collect {
    gap: 0.5rem 1rem;
  }
  .ptabs-item {
    width: calc(50% - 0.5rem);
  }
  .ptabs-item--active {
    background-color: #f2f2f2;
  }
  .ptabs-item__link {
    text-align: center;
  }
}
.alert {
  padding: 0.5rem 0.75rem;
  background-color: green;
  border-radius: 0.25rem;
}
.alert--success {
  color: #fff;
  background-color: #40cc4e;
}
.alert-message {
  font-weight: 500;
}
.adz {
  width: 100%;
}
.adz--sticky {
  position: relative;
  height: 100%;
}
.adz--sticky .adz-banner {
  position: sticky;
  top: 1rem;
}
.adz--desktop {
  display: block;
}
.adz--mobile {
  display: none;
}
.adz--background {
  margin: 30px 0;
}
.adz-banner img {
  max-width: 100%;
}
.adz-interscroller {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  padding-bottom: 0.75rem;
  border-block: 1px solid rgba(0, 0, 0, 0.05);
}
.adz-interscroller:before {
  content: "Статья продолжится после рекламы";
  display: flex;
  justify-content: center;
  width: 100%;
  padding-block: 1.25rem;
  color: #888;
  font-size: 0.825rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .adz--desktop {
    display: none;
  }
  .adz--mobile {
    display: block;
  }
}
.container {
  --max-width: 1280px;
  --inline-space: 1rem;
  max-width: var(--max-width);
  margin-inline: auto;
  padding-inline: var(--inline-space);
}
.footer {
  margin-top: 2rem;
  padding-block: 2rem;
  background-color: #000;
}
.footer-adz--top {
  display: flex;
  justify-content: center;
}
.footer-adz--top.adz--mobile {
  display: none !important;
}
.footer-inside {
  color: #fff;
}
.footer-main {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-block: 1rem;
}
.footer-main__logo-svg {
  color: #fff;
  height: 40px;
}
.footer-main__group-title {
  display: block;
  margin-bottom: 0.25rem;
  color: #ffffff80;
  font-size: 0.75rem;
  font-weight: 500;
}
.footer-main__links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  color: #fff;
  list-style-type: none;
}
.footer-main__links-link {
  color: #fff;
  font-size: 0.9rem;
  position: relative;
}
.footer-main__links-link:hover:before {
  width: 100%;
}
.footer-main__links-link:before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: 0.5s ease;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
}
.footer-medias {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.footer-projects {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  padding-block: 2rem;
}
.footer-projects__image {
  height: 30px;
}
.footer-socials {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.footer-socials__icon {
  color: #ffffff80;
  width: 1.75rem;
  height: 1.75rem;
  transition: 0.2s ease;
}
.footer-socials__icon:hover {
  color: #ff5349;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-bottom__copy {
  color: #fffc;
  font-size: 0.8rem;
}
.footer-bottom__docs {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer-bottom__docs-item {
  color: #ffffff80;
  font-size: 0.8rem;
  transition: 0.2s ease;
}
.footer-bottom__docs-item:hover {
  color: #fff;
}
@media screen and (max-width: 480px) {
  .footer-adz--top.adz--mobile {
    display: flex !important;
  }
}
.header {
  --icon-size: 1.5rem;
  --logo-height: 1.75rem;
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #fff;
  border-bottom: 1px solid #d5dbe3;
}
.header-adz--top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.header-adz--bottom {
  display: flex;
  justify-content: center;
}
.header-inside {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-block: 2rem 1rem;
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-top__left {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.header-top__logo,
.header-top__logo-image {
  height: var(--logo-height);
}
.header-top__menu,
.header-top__search {
  padding: 0;
  width: 1.5rem;
  height: 1.5rem;
  color: #000;
  cursor: pointer;
}
.header-top__menu-icon,
.header-top__search-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.header-top__menu-icon {
  color: #ff5349;
}
.header-top__right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header-top__journal {
  display: none;
  width: 1.5rem;
  height: 1.5rem;
}
.header-top__journal-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.header-top__auth {
  display: flex;
  align-items: center;
}
.header-top__auth-label {
  color: #000;
  position: relative;
}
.header-top__auth-label:hover:before {
  width: 100%;
}
.header-top__auth-label:before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #000;
  transition: 0.5s ease;
  position: absolute;
  top: 100%;
  left: 0;
}
.header-top__auth-label--auth {
  font-size: 0.75rem;
  text-transform: uppercase;
}
.header-top__auth-label--user {
  font-size: 0.9rem;
}
.header-top__auth-icon {
  display: block;
  width: var(--icon-size);
  height: var(--icon-size);
  color: #000;
}
.header-top__lang-text {
  color: #888;
  font-size: 1.2rem;
  font-weight: 300;
  text-transform: uppercase;
}
.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}
.header-nav__cats {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 1.125rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-nav__cats-item {
  position: relative;
}
.header-nav__cats-item:hover .header-nav__cats-subs {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}
.header-nav__cats-subs {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999999;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0;
  padding-block: 0.75rem;
  padding-inline: 1rem;
  list-style-type: none;
  background-color: #fff;
  border: 1px solid rgba(213, 219, 227, 0.75);
  border-radius: 1rem;
  opacity: 0;
  visibility: hidden;
  transform: translate(-25%);
  transition: 0.5s ease;
}
.header-nav__cats-subs__link {
  color: #000;
  font-size: 0.75rem;
  font-weight: 400;
  white-space: nowrap;
  transition: 0.2s ease;
}
.header-nav__cats-subs__link:hover {
  color: #ff5349;
}
.header-nav__cats-link {
  padding-block: 0.375rem;
  color: #000;
  font-size: 0.8rem;
  font-family: var(--font-serif), sans-serif;
  text-transform: uppercase;
  transition: 0.2s ease;
}
.header-nav__cats-link:hover {
  color: #ff5349;
}
.header-nav__another {
  display: flex;
  align-items: center;
  gap: 1.125rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header-nav__another-item--ty {
  transform: translateY(-12.5%);
}
.header-nav__another-link {
  color: #000;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
}
.header-nav__another-link--primary {
  color: #ff5349;
}
.header-socials {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header-socials__link {
  color: #888;
  transition: 0.2s ease;
}
.header-socials__link:hover {
  color: #ff5349;
}
.header-socials__icon {
  width: 1.25rem;
  height: 1.25rem;
}
.header-search {
  position: fixed;
  top: -100%;
  left: 0;
  opacity: 0;
  transition: 0.75s ease;
}
.header-search--active {
  top: 0;
  opacity: 1;
}
.header-search,
.header-search__overlay,
.header-search__content {
  width: 100%;
  height: 100%;
}
.header-search__overlay {
  background-color: #000000bf;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
}
.header-search__content {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
}
.header-search__content-close {
  position: absolute;
  top: 2rem;
  right: 4rem;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  transition: 0.2s ease;
}
.header-search__content-close:hover {
  color: #ff5349;
}
.header-search__form-field {
  width: 75vw;
  padding-block: 1rem;
  padding-inline: 2rem;
  color: #fff;
  font-size: 2.5rem;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
}
@media screen and (max-width: 1024px) {
  .header-nav {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 430px) {
  .header {
    --icon-size: 1.25rem;
  }
  .header-inside {
    position: relative;
    padding-block: 1rem;
  }
  .header-top__logo {
    position: absolute;
    left: 2.25rem;
    height: 1.25rem;
    transform: translateY(0.125rem);
  }
  .header-top__logo-image {
    height: 1.25rem;
  }
  .header-top__search-icon {
    width: 1.5rem;
  }
  .header-top__journal {
    display: block;
  }
  .header-top__auth-label {
    display: none;
  }
  .header-top__auth-icon {
    display: block;
  }
  .header-nav {
    display: none;
  }
  .header-search__content-close {
    top: 1rem;
    right: 1rem;
    font-size: 1.25rem;
  }
  .header-search__form {
    display: flex;
    justify-content: center;
    transform: translateY(-50%);
  }
  .header-search__form-field {
    width: calc(100vw - 2rem);
    padding-inline: 1rem;
    padding-block: 1rem;
    font-size: 1.5rem;
  }
}
.navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.navigation--active .navigation-wrapper {
  background-color: #000000bf;
  visibility: visible;
}
.navigation--active .navigation-inside {
  transform: translate(0);
}
.navigation-wrapper {
  width: 100%;
  height: 100%;
  background-color: #0000;
  visibility: hidden;
  pointer-events: auto;
  transition: 0.2s ease;
}
.navigation-inside {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  max-width: 300px;
  height: 100%;
  padding: 1rem 0.5rem;
  background-color: #f5f6f8;
  overflow-y: auto;
  transform: translate(-100%);
  transition: 0.5s ease;
}
.navigation-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navigation-heading__logo {
  height: 1.25rem;
}
.navigation-heading__close {
  color: #ff5349;
  font-size: 0.75rem;
  cursor: pointer;
}
.navigation-socials {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.navigation-socials__link {
  color: #888;
  transition: 0.2s ease;
}
.navigation-socials__link:hover {
  color: #ff5349;
}
.navigation-socials__icon {
  width: 1.25rem;
  height: 1.25rem;
}
.navigation-menu__group {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.navigation-menu__group-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 0.75rem;
}
.navigation-menu__group-item {
  margin-bottom: 0.125rem;
  padding-inline: 0.75rem;
  transition: 0.25s ease;
  cursor: pointer;
}
.navigation-menu__group-item--active {
  background-color: #fff;
}
.navigation-menu__group-item--active .navigation-menu__subs {
  max-height: 500px;
  padding: 0 0 0.5rem;
}
.navigation-menu__group-item--active .navigation-menu__group-link {
  color: #ff5349;
}
.navigation-menu__group-item--active .navigation-menu__group-chevron {
  transform: scale(0.75) rotate(0);
}
.navigation-menu__group-item--subs .navigation-menu__group-chevron {
  opacity: 1;
}
.navigation-menu__group-item:hover {
  background-color: #fff;
}
.navigation-menu__group-item:hover .navigation-menu__group-link {
  color: #ff5349;
}
.navigation-menu__group-link {
  color: #000;
  font-weight: 600;
}
.navigation-menu__group-chevron {
  width: 24px;
  height: 24px;
  transform: scale(0.75) rotate(-90deg);
  opacity: 0;
  transition: 0.25s ease;
}
.navigation-menu__subs {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-height: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
  transition: 0.5s ease;
}
.navigation-menu__subs-link {
  color: #000000bf;
  font-weight: 500;
  transition: 0.25s ease;
}
.navigation-menu__subs-link:hover {
  color: #e20c00;
}
.navigation-common {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 0;
  padding: 1rem 0 0;
  list-style-type: none;
}
.navigation-common__item {
  padding-inline: 0.75rem;
}
.navigation-common__link {
  color: #000000bf;
  font-size: 0.9rem;
  transition: 0.2s ease;
}
.navigation-common__link:hover {
  color: #000;
}
.to-top {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  background-color: #ff5349;
  border-radius: 50%;
  transition: 0.2s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.to-top--active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.to-top-icon {
  width: 25px;
  height: 25px;
  color: #fff;
}
@media screen and (max-width: 430px) {
  .to-top {
    right: 1rem;
    bottom: 1rem;
  }
  .to-top-icon {
    transform: scale(1.5) translateY(-1.5%);
  }
}
.scroll-timeline {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 999999;
  pointer-events: none;
}
.scroll-timeline-progress {
  width: 0;
  height: 100%;
  margin: 0;
  background-color: #ff5349;
  border: none;
  transition: 0.1s ease;
}
.body {
  position: relative;
}
.bodyInside {
  position: relative;
  width: 100%;
  height: 100%;
}
.bodyInside--reduced .bodyInside-content {
  display: flex;
  justify-content: center;
  padding-top: 300px;
}
.bodyInside--reduced .bodyInside-content__inside {
  max-width: 1000px;
}
.bodyInside-adz,
.bodyInside-content {
  position: absolute;
  top: 0;
  left: 0;
}
.bodyInside-adz {
  z-index: -1;
}
.bodyInside-content {
  width: 100%;
  pointer-events: none;
}
.bodyInside-content__inside {
  width: 100%;
  background-color: #fff;
  pointer-events: auto;
}
@media screen and (max-width: 480px) {
  .bodyInside--reduced .bodyInside-content {
    padding-top: 0;
  }
}
.cookieConsent {
  position: fixed;
  bottom: 2rem;
  left: 1rem;
  z-index: 99999999;
  width: calc(100% - 2rem);
  max-width: 320px;
  transition: 0.25s ease;
}
.cookieConsent--hidden {
  opacity: 0;
  visibility: hidden;
}
.cookieConsent-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
  padding: 1rem;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 14px 14px 64px #00000040;
}
.cookieConsent-image {
  width: 100%;
  max-width: 64px;
  color: #ff5349;
}
.cookieConsent-title {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}
.cookieConsent-text {
  font-size: 0.9rem;
  text-align: center;
}
.cookieConsent-text a {
  color: #ff5349;
  text-decoration: underline;
}
.cookieConsent-accept {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0.75rem;
  color: #fff;
  font-weight: 600;
  background-color: #ff5349;
  border-radius: 0.5rem;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .cookieConsent {
    max-width: 100%;
  }
}
.staticBanner {
  display: none;
}
.staticBanner-action {
  display: block;
}
.staticBanner-image {
  width: 100%;
}
.staticBanner-image--mobile {
  display: none;
}
@media screen and (max-width: 480px) {
  .staticBanner .container {
    padding-inline: 0;
  }
  .staticBanner-image--desktop {
    display: none;
  }
  .staticBanner-image--mobile {
    display: block;
  }
}
.cmsHeader {
  --textColor: #fff;
  --textPrimary: #ff5349;
  --bgColor: #18181b;
  --bgColorActive: #6d7077;
  color: var(--textColor);
  background-color: var(--bgColor);
}
.cmsHeader-inside {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cmsHeader-section {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.cmsHeader-group {
  padding-block: 0.25rem;
  transition: 0.2s ease;
  cursor: pointer;
  position: relative;
}
.cmsHeader-group:hover {
  padding-inline: 0.5rem;
  background-color: var(--bgColorActive);
}
.cmsHeader-group:hover .cmsHeader-group__sub {
  opacity: 1;
  visibility: visible;
}
.cmsHeader-group__label {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--textColor);
}
.cmsHeader-group__label-icon {
  width: 1rem;
  height: 1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.cmsHeader-group__label-holder {
  color: currentColor;
}
.cmsHeader-group__sub {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-block: 0.5rem;
  padding-inline: 0.5rem;
  width: 100%;
  background-color: var(--bgColorActive);
  transition: 0.2s ease;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999999;
}
.cmsHeader-group__sub-item {
  color: #fff;
  font-weight: 300;
  cursor: pointer;
  transition: 0.2s ease;
}
.cmsHeader-group__sub-item:hover {
  color: var(--textPrimary);
}
.sectionTitle {
  --title-line-width: 1.5rem;
}
.sectionTitle-title {
  position: relative;
  padding-left: calc(var(--title-line-width) * var(--title-scale) + 0.5rem);
}
.sectionTitle-title--italic .sectionTitle-title__text {
  font-style: italic;
}
.sectionTitle-title__text {
  color: #000;
  font-size: calc(2.5rem * var(--title-scale));
  font-weight: 600;
  text-transform: lowercase;
}
.sectionTitle-title:before {
  position: absolute;
  left: 0;
  top: calc(100% + 4px / var(--title-scale));
  transform: translateY(-13px);
  content: "";
  display: block;
  width: calc(var(--title-line-width) * var(--title-scale));
  height: calc(4px * var(--title-scale));
  background-color: #ff5349;
}
@media screen and (max-width: 500px) {
  .sectionTitle-preview {
    height: 10rem;
  }
}
.simplified {
  --columns-count: 4;
  margin-bottom: 3rem;
}
.simplified--three-cols {
  --columns-count: 3;
}
.simplified-inside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
.simplified-collect {
  display: grid;
  grid-template-columns: repeat(var(--columns-count), 1fr);
  gap: 2rem 1.5rem;
}
.simplified-post {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #d5dbe3;
}
.simplified-post__description {
  color: #000;
  font-size: 1.25rem;
  font-weight: 200;
  font-family: var(--font-serif), serif;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 430px) {
  .simplified {
    --columns-count: 1;
  }
  .simplified-inside {
    gap: 1rem;
  }
  .simplified-heading {
    font-size: 1.25rem;
  }
  .simplified-collect {
    gap: 1.5rem;
  }
  .simplified-post {
    gap: 0.75rem;
    padding-top: 0.75rem;
  }
  .simplified-post-description {
    font-size: 1.125rem;
  }
}
.meshed {
  margin-bottom: 3rem;
}
.meshed-inside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
.meshed-collect {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(8, 1fr);
  gap: 1rem;
  width: 100%;
}
.meshed-collect:nth-of-type(odd) .meshed-post:nth-child(1) {
  grid-area: 1/5/5/9;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem 1.5rem;
}
.meshed-collect:nth-of-type(odd) .meshed-post:nth-child(1):before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0000004d;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.meshed-collect:nth-of-type(odd)
  .meshed-post:nth-child(1)
  .meshed-post__preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: contrast(1.25);
  z-index: -2;
}
.meshed-collect:nth-of-type(odd)
  .meshed-post:nth-child(1)
  .meshed-post__info-title,
.meshed-collect:nth-of-type(odd)
  .meshed-post:nth-child(1)
  .meshed-post__info-description {
  color: #fff;
}
.meshed-collect:nth-of-type(odd) .meshed-post:nth-child(2) {
  grid-area: 1/1/5/3;
}
.meshed-collect:nth-of-type(odd) .meshed-post:nth-child(3) {
  grid-area: 1/3/3/5;
}
.meshed-collect:nth-of-type(odd) .meshed-post:nth-child(4) {
  grid-area: 3/3/5/5;
}
.meshed-collect + .meshed-collect {
  margin-top: 3rem;
}
.meshed-post {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #d5dbe3;
}
.meshed-post:hover .meshed-post__info-title {
  color: #ff5349;
}
.meshed-post:hover .meshed-post__info-description {
  color: #000;
}
.meshed-post__preview {
  width: 100%;
  height: 164px;
  -o-object-fit: cover;
  object-fit: cover;
}
.meshed-post__info {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.meshed-post__info-title,
.meshed-post__info-description {
  display: -webkit-box;
  text-overflow: ellipsis;
  transition: 0.25s ease;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.meshed-post__info-title {
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
}
.meshed-post__info-description {
  color: #535d54;
  font-size: 1.25rem;
  font-weight: 200;
  font-family: var(--font-serif), serif;
}
.meshed-post:nth-child(3) .meshed-post__preview,
.meshed-post:nth-child(4) .meshed-post__preview,
.meshed-post:nth-child(5) .meshed-post__preview,
.meshed-post:nth-child(7) .meshed-post__preview,
.meshed-post:nth-child(9) .meshed-post__preview,
.meshed-post:nth-child(10) .meshed-post__preview {
  display: none;
}
.meshed-post:nth-child(1) {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem 1.5rem;
  grid-area: 1/1/5/5;
  aspect-ratio: 6/4;
  border-top: none;
  z-index: 1;
}
.meshed-post:nth-child(1):before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-color: #0000004d;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.meshed-post:nth-child(1) .meshed-post__preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: contrast(1.25);
  z-index: -2;
}
.meshed-post:nth-child(1) .meshed-post__meta {
  --color: #fff;
}
.meshed-post:nth-child(1) .meshed-post__info {
  gap: 0.375rem;
}
.meshed-post:nth-child(1) .meshed-post__info-title,
.meshed-post:nth-child(1) .meshed-post__info-description {
  color: #fff;
}
.meshed-post:nth-child(1) .meshed-post__info-title {
  font-size: 2rem;
  font-weight: 500;
}
.meshed-post:nth-child(1) .meshed-post__info-description {
  color: #ccc;
  font-size: 1.25rem;
}
.meshed-post:nth-child(2) {
  grid-area: 1/5/5/7;
}
.meshed-post:nth-child(3) {
  grid-area: 1/7/3/9;
}
.meshed-post:nth-child(4) {
  grid-area: 3/7/5/9;
}
.meshed-post:nth-child(5) {
  grid-area: 5/1/7/3;
}
.meshed-post:nth-child(6) {
  grid-area: 5/3/9/5;
}
.meshed-post:nth-child(7) {
  grid-area: 5/5/7/7;
}
.meshed-post:nth-child(8) {
  grid-area: 5/7/9/9;
}
.meshed-post:nth-child(9) {
  grid-area: 7/1/9/3;
}
.meshed-post:nth-child(10) {
  grid-area: 7/5/9/7;
}
@media screen and (max-width: 430px) {
  .meshed-inside {
    gap: 1rem;
  }
  .meshed-heading {
    font-size: 1.5rem;
  }
  .meshed-collect {
    display: flex;
    flex-direction: column;
  }
  .meshed-post {
    gap: 0.75rem;
    padding-top: 0.75rem;
  }
  .meshed-post__info {
    gap: 0.375rem;
  }
  .meshed-post__info-title {
    font-size: 1.25rem;
  }
  .meshed-post__info-description {
    font-size: 1.125rem;
  }
  .meshed-post__preview {
    display: none;
  }
  .meshed-post:nth-child(1) {
    padding: 1rem;
    aspect-ratio: auto;
    height: 600px;
  }
  .meshed-post:nth-child(1) .meshed-post__info-title {
    font-size: 1.25rem;
  }
  .meshed-post:nth-child(1) .meshed-post__info-description {
    font-size: 1rem;
  }
  .meshed-post:nth-child(1) .meshed-post__preview {
    display: block;
  }
}
.chess {
  margin-bottom: 3rem;
}
.chess-inside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
.chess-collect {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.chess-post {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.chess-post:nth-child(2n) .chess-post__preview {
  order: -1;
}
.chess-post__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 1.5rem;
  border-top: 1px solid #d5dbe3;
}
.chess-post__info {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-right: 4rem;
}
.chess-post__info-title,
.chess-post__info-description {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.chess-post__info-title {
  color: #000;
  font-size: 1.75rem;
  font-weight: 500;
}
.chess-post__info-link {
  color: #000;
}
.chess-post__info-description {
  color: #535d54;
  font-size: 1.5rem;
  font-weight: 300;
  font-family: var(--font-serif), serif;
}
.chess-post__info-sentence {
  color: #000;
  font-size: 1rem;
}
.chess-post__bottom {
  height: 1rem;
}
.chess-post__preview {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
}
.chess-lazy {
  width: 100%;
}
.chess-lazy__action {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding-block: 1rem;
  background-color: #000;
  cursor: pointer;
}
.chess-lazy__action-text {
  color: #fff;
  font-size: 0.875rem;
}
.chess-lazy__action-icon {
  width: 0.9rem;
  height: 0.9rem;
  color: #555;
}
@media screen and (max-width: 430px) {
  .chess-inside {
    gap: 1rem;
  }
  .chess-heading {
    font-size: 1.5rem;
  }
  .chess-post__info {
    padding-right: 0;
  }
  .chess-post__info-title {
    font-size: 1.25rem;
    font-weight: 400;
  }
  .chess-post__info-description {
    font-size: 1rem;
  }
  .chess-post__info-sentence {
    font-size: 0.875rem;
  }
  .chess-post__preview {
    width: 100%;
    min-height: 375px;
    aspect-ratio: auto;
  }
}

.bodyInside-adz {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.bodyInside-adz > div,
.bodyInside-adz > div > a {
  width: 100%;
  height: 100%;
}
.bodyInside-adz img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: top center;
}
