/*! 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: Raleway, 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;
}
.cdx-link {
  text-transform: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: underline;
}
button {
  background: none;
  border: none;
}
@font-face {
  font-family: LT Remark;
  src: url(/build/assets/LTRemark-Regular-fOoh6DJ1.otf);
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: LT Remark;
  src: url(/build/assets/LTRemark-Italic-I5NFPIHX.otf);
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: LT Remark;
  src: url(/build/assets/LTRemark-Bold-DUlMsWRv.otf);
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: LT Remark;
  src: url(/build/assets/LTRemark-Bold-DUlMsWRv.otf);
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: LT Remark;
  src: url(/build/assets/LTRemark-Black-LiBmauwI.otf);
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: LT Remark;
  src: url(/build/assets/LTRemark-BlackItalic-SsDz4opR.otf);
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
.thumb-meta {
  --color: #888;
  --font-size: 0.9rem;
  --font-weight: 500;
  --icon-size: 0.75rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem 0.25rem;
  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.5rem;
  padding-left: 0.5rem;
}
.thumb-meta__item:not(.thumb-meta__item:last-child):before {
  content: "/";
  padding-right: 0.25rem;
  color: var(--color);
  font-family: var(--font-serif), serif;
}
.thumb-meta__link,
.thumb-meta__text {
  color: var(--color);
  font-family:
    LT Remark,
    serif;
  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: #e3d2d2;
}
.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 #000;
}
.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 {
  background-color: #f5f6f8;
}
.adz--centered {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.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;
}
@media screen and (max-width: 480px) {
  .adz--desktop {
    display: none;
  }
  .adz--mobile {
    display: block;
  }
}
.container {
  --max-width: 1280px;
  --inline-space: 1rem;
}
.container,
.container-sm,
.container-lg {
  width: 100%;
  max-width: var(--max-width);
  margin-inline: auto;
  padding-inline: var(--inline-space);
}
.container-sm {
  --max-width: 868px;
  --inline-space: 1rem;
}
.container-lg {
  --max-width: 1280px;
  --inline-space: 1rem;
}
.footer {
  margin-top: 2rem;
  padding-block: 2rem;
  background-color: #f2f2f2;
}
.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__logo-image {
  height: 40px;
}
.footer-main__group-title {
  display: block;
  margin-bottom: 0.25rem;
  color: #4a4a4a;
  font-size: 0.75rem;
  font-weight: 600;
}
.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: #000;
  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: #000;
  transition: 0.5s ease;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.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__item {
  color: #444;
  transition: 0.2s ease;
}
.footer-socials__item:hover {
  color: #000;
}
.footer-socials__icon {
  width: 1.5rem;
  height: 1.5rem;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.footer-bottom__copy {
  color: #000;
  font-size: 0.8rem;
}
.footer-bottom__docs {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer-bottom__docs-item {
  color: #444;
  font-size: 0.8rem;
  transition: 0.2s ease;
}
.footer-bottom__docs-item:hover {
  color: #000;
}
@media screen and (max-width: 480px) {
  .footer-adz--top.adz--mobile {
    display: flex !important;
  }
  .footer-medias {
    gap: 2rem;
    padding-block: 1rem;
  }
  .footer-projects {
    padding-block: 0;
  }
}
.header {
  --icon-size: 1.5rem;
  --logo-height: 8rem;
}
.header--minified .header-top {
  background-color: #000;
}
.header--minified .header-top__inside {
  justify-content: flex-end;
  padding-block: 0.5rem;
}
.header--minified .header-top__logo {
  display: none;
}
.header--minified .header-top__links {
  position: static;
}
.header--minified .header-top__links-link {
  font-size: 0.8rem;
}
.header--minified .header-top__links-link--serif {
  color: #fff;
}
.header--minified .header-nav__logo--minified {
  display: block;
}
.header-inside {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.header-top__inside {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-block: 2rem;
  position: relative;
}
.header-top__logo {
  display: block;
  height: var(--logo-height);
}
.header-top__logo-image {
  display: block;
  height: var(--logo-height);
  width: auto;
}
.header-top__links {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 1rem;
  right: 0;
}
.header-top__links-text {
  font-size: 0.7rem;
  text-transform: uppercase;
}
.header-top__links-link {
  transition: all 0.2s;
  color: #4a4a4a;
  text-decoration: underline;
}
.header-top__links-link--serif {
  text-decoration: none;
  display: block;
  padding: 0.5rem 0.75rem;
  color: #fff;
  background-color: #000;
  border: 1px solid transparent;
}
.header-top__links-link--serif:hover {
  color: #000;
  background-color: transparent;
  border-color: #000;
}
.header-top__links-link--locale {
  text-transform: uppercase;
  text-decoration: none;
  color: #111;
}
.header-top__menu,
.header-top__search {
  padding: 0;
  width: var(--icon-size);
  height: var(--icon-size);
  cursor: pointer;
}
.header-top__menu-icon,
.header-top__search-icon {
  width: var(--icon-size);
  height: var(--icon-size);
}
.header-top__right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.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: none;
  width: var(--icon-size);
  height: var(--icon-size);
  color: #000;
}
.header-nav__inside {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding-block: 1rem;
}
.header-nav__group {
  display: flex;
  align-items: center;
  gap: 1.125rem;
}
.header-nav__menu {
  display: flex;
  align-items: center;
  width: var(--icon-size);
  height: var(--icon-size);
  padding: 0;
  cursor: pointer;
}
.header-nav__menu-icon {
  width: var(--icon-size);
  height: 1.125rem;
  color: #000;
}
.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: #d5dbe3;
  opacity: 0;
  visibility: hidden;
  transform: translate(-25%);
  transition: 0.5s ease;
}
.header-nav__cats-subs__link {
  color: #000;
  font-size: 0.75rem;
  font-weight: 500;
  white-space: nowrap;
}
.header-nav__cats-link {
  padding-block: 0.375rem;
  color: #000;
  font-size: 1rem;
  font-family: var(--font-serif), sans-serif;
  transition: 0.2s ease;
}
.header-nav__cats-link:hover {
  opacity: 0.5;
}
.header-nav__logo {
  display: none;
}
.header-nav__logo-image {
  display: block;
  height: 2rem;
  width: auto;
}
.header-nav__auth {
  color: #000;
  transition: 0.2s ease;
}
.header-nav__auth:hover {
  opacity: 0.5;
}
.header-nav__auth--auth {
  color: #000;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.header-nav__link-locale {
  color: #4a4a4a;
  text-decoration: none;
  text-transform: uppercase;
  display: none;
}
.header-nav__journal {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  display: none;
}
.header-nav__journal-icon {
  width: 24px;
  height: 24px;
  color: #000;
}
.header-nav__search {
  width: var(--icon-size);
  height: var(--icon-size);
}
.header-nav__search-icon {
  width: var(--icon-size);
  height: var(--icon-size);
  color: #000;
}
@media screen and (max-width: 430px) {
  .header {
    --icon-size: 1.25rem;
  }
  .header-top,
  .header-nav__cats {
    display: none;
  }
  .header-nav__logo {
    display: block;
  }
  .header-nav__logo--minified {
    display: none !important;
  }
  .header-nav__auth {
    display: none;
  }
  .header-nav__link-locale,
  .header-nav__journal {
    display: block;
  }
}
.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: #888;
  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: #000;
}
.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: #000;
}
.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: #000;
}
.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: #000;
}
.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: #000;
  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: #a8a8a8;
  border: none;
  transition: 0.1s ease;
}
.products {
  display: flex;
  gap: 20px;
  padding: 20px;
  max-width: 950px;
  margin: 0 auto;
}
.products-item {
  padding: 10px;
  width: 300px;
  text-align: center;
}
.products-item img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.products-item h2 {
  font-size: 24px;
  font-family:
    EB Garamond,
    sans-serif;
  margin: 16px 0;
  font-weight: 100;
}
.products-item button {
  color: #fff;
  background-color: #000;
  padding: 14px 40px;
  font-size: 15px;
  cursor: pointer;
  border: none;
  letter-spacing: 0.08rem;
  transition:
    transform 0.1s ease-in-out,
    background-color 0.1s ease-in-out;
}
.products-item button:hover {
  background-color: gray;
  transform: scale(1.05);
}
.products-item button:active {
  transform: scale(0.95);
}
.products-item p {
  margin-top: 12px;
  font-size: 12px;
  color: #000;
  opacity: 60%;
  font-weight: 700;
  font-family:
    LT Remark,
    sans-serif;
}
@media (max-width: 640px) {
  .products {
    flex-direction: column;
    align-items: center;
  }
}
.bodyInside {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.bodyInside--reduced .bodyInside-content {
  display: flex;
  justify-content: center;
}
.bodyInside--reduced .bodyInside-content__inside {
  max-width: 1000px;
  margin-top: 300px;
}
.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;
  }
  .bodyInside--reduced .bodyInside-content__inside {
    margin-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;
  height: auto;
  color: #000;
}
.cookieConsent-title {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}
.cookieConsent-text {
  font-size: 0.9rem;
  text-align: center;
  line-height: 1.2;
}
.cookieConsent-text a {
  color: #000;
  text-decoration: underline;
}
.cookieConsent-accept {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0.75rem;
  color: #fff;
  font-weight: 600;
  background-color: #000;
  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;
  font-weight: 500;
}
.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);
}
.simplified {
  margin-bottom: 3rem;
}
.simplified-inside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}
.simplified-collect {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}
.simplified-post {
  background-color: #f2f2f2;
}
.simplified-post__preview {
  width: 100%;
}
.simplified-post__info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem;
}
.simplified-post__title {
  color: #000;
  font-family: var(--font-serif), serif;
  font-size: 2rem;
  font-weight: 400;
  text-transform: uppercase;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.simplified-post__subtitle {
  color: #4a4a4a;
  font-size: 1.125rem;
  font-family:
    LT Remark,
    serif;
  font-weight: 500;
}
.simplified-post__cats {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.simplified-post__cats-item {
  color: #4a4a4a;
  font-family:
    LT Remark,
    serif;
  font-size: 1rem;
  font-weight: 300;
}
.simplified-post__cats-item:not(.simplified-post__cats-item:last-child):before {
  content: "/";
  padding-right: 0.25rem;
}
.simplified-post__delimiter {
  display: block;
  max-width: 23.75rem;
  height: 4px;
  margin: 0;
  background-color: #a8a8a8;
  border: none;
}
@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;
  }
  .simplified-post-description {
    font-size: 1.125rem;
  }
  .simplified-post__info {
    padding: 1.5rem;
  }
  .simplified-post__title {
    font-size: 1.25rem;
  }
}
.meshed {
  margin-bottom: 3rem;
}
.meshed-inside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
.meshed-heading {
  font-size: 2.25rem;
  font-weight: 600;
  font-style: italic;
  text-transform: uppercase;
  border-bottom: 3px solid #a8a8a8;
}
.meshed-collect {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(8, 1fr);
  gap: 1rem;
  width: 100%;
}
.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: #888;
}
.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: Spectral, 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;
  background-color: #0000004d;
  border-top: none;
}
.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: -1;
}
.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 {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .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;
  }
}
.chess {
  margin-bottom: 3rem;
}
.chess-inside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
.chess-heading {
  display: block;
  width: 100%;
  font-family:
    Tenor Sans,
    serif;
  font-size: 2.5rem;
  text-align: center;
  text-transform: uppercase;
}
.chess-collect {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.chess-post {
  display: flex;
  gap: 1rem;
}
.chess-post:nth-child(odd) .chess-post__content {
  padding: 1.5rem 8rem 1.5rem 0;
}
.chess-post:nth-child(odd) .chess-post__preview {
  order: -1;
}
.chess-post:nth-child(2n) .chess-post__content {
  align-items: flex-end;
  padding: 1.5rem 0 1.5rem 8rem;
}
.chess-post:nth-child(2n) .chess-post__meta {
  justify-content: flex-start;
}
@media screen and (max-width: 480px) {
  .chess-post:nth-child(2n) .chess-post__meta {
    justify-content: flex-end;
  }
}
.chess-post:nth-child(2n) .chess-post__info-title {
  text-align: right;
}
.chess-post__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 1.5rem;
}
.chess-post__info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.chess-post__info-title,
.chess-post__info-description {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.chess-post__info-title {
  color: #000;
  font-family:
    LT Remark,
    serif;
  font-size: 1.75rem;
  font-weight: 500;
  text-transform: uppercase;
}
.chess-post__info-description {
  color: #535d54;
  font-size: 2.5rem;
  font-weight: 300;
  font-family: Spectral, serif;
}
.chess-post__info-sentence {
  color: #000;
  font-size: 1rem;
}
.chess-post__delimiter {
  width: 100%;
  max-width: 200px;
  height: 4px;
  background-color: #a8a8a8;
}
.chess-post__preview {
  width: 320px;
  aspect-ratio: 1/1;
  -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 {
    margin-bottom: 0.5rem;
    font-size: 2rem;
    font-weight: 300;
  }
  .chess-post {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .chess-post:nth-child(odd) .chess-post__preview,
  .chess-post:nth-child(2n) .chess-post__preview {
    order: -1;
  }
  .chess-post:nth-child(odd) .chess-post__content,
  .chess-post:nth-child(2n) .chess-post__content {
    padding: 0.5rem !important;
    align-items: flex-start;
  }
  .chess-post:nth-child(odd) .chess-post__meta,
  .chess-post:nth-child(2n) .chess-post__meta {
    flex-direction: row-reverse;
  }
  .chess-post:nth-child(odd) .chess-post__info-title,
  .chess-post:nth-child(2n) .chess-post__info-title {
    text-align: left;
  }
  .chess-post__preview {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .chess-post__info {
    padding-right: 0;
  }
  .chess-post__info-title {
    padding-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 400;
  }
  .chess-post__info-description {
    font-size: 1rem;
  }
  .chess-post__info-sentence {
    font-size: 0.875rem;
  }
}
.catable {
  margin-bottom: 3rem;
}
.catable--more-columns .catable-collect {
  grid-template-columns: repeat(4, 1fr);
}
.catable--more-columns .catable-post__category {
  display: block;
}
.catable--more-columns .catable-post__title {
  text-transform: none;
}
.catable-inside {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  border: thick double #000;
}
.catable-heading {
  padding-inline: 2rem;
  text-align: center;
  background-color: #fff;
  transform: translateY(calc(-50% - 0.25rem));
}
.catable-heading__title {
  font-family:
    Tenor Sans,
    serif;
  font-size: 2rem;
  text-transform: uppercase;
}
.catable-collect {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  width: 100%;
  padding-inline: 2rem;
  padding-bottom: 2rem;
}
.catable-post {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.catable-post__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.catable-post__preview {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
  border: 1px solid #000;
  border-radius: 50%;
}
.catable-post__category {
  display: none;
  color: #888;
  font-family:
    Tenor Sans,
    serif;
  font-size: 0.9rem;
}
.catable-post__title {
  color: #000;
  font-family:
    LT Remark,
    serif;
  font-size: 1.25rem;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 430px) {
  .catable--more-columns .catable-collect {
    grid-template-columns: repeat(2, 1fr);
  }
  .catable-collect {
    grid-template-columns: repeat(1, 1fr);
    padding-inline: 0.5rem;
  }
  .catable-post {
    gap: 1rem;
  }
}
.rowable {
  --cols-count: 4;
  margin-bottom: 3rem;
}
.rowable-inside {
  padding-bottom: 1.5rem;
}
.rowable-heading {
  width: 100%;
  padding-block: 2rem 1.5rem;
  text-align: center;
  border-top: 1px solid #000;
}
.rowable-heading__title {
  font-family: Raleway, serif;
  font-size: 2.25rem;
  text-transform: uppercase;
  font-weight: 400;
}
.rowable-collect {
  display: grid;
  grid-template-columns: repeat(var(--cols-count), 1fr);
  gap: 1rem;
}
.rowable-post {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.rowable-post__preview {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}
.rowable-post__title {
  color: #000;
  font-family:
    LT Remark,
    serif;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 430px) {
  .rowable-collect {
    grid-template-columns: repeat(2, 1fr);
  }
}
.compressed-dark__inside {
  display: flex;
  flex-direction: column;
  padding-bottom: 3rem;
}
.compressed-dark__heading {
  display: flex;
  justify-content: center;
  padding-block: 1rem;
  background-color: #000;
}
.compressed-dark__heading-title {
  color: #fff;
  font-size: 1.25rem;
}
.compressed-dark__collect {
  display: grid;
  grid-template-columns: repeat(var(--cols-count), 1fr);
  gap: 0;
}
.compressed-dark__post {
  position: relative;
}
.compressed-dark__post-preview {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
}
.compressed-dark__post-name {
  display: block;
  width: 85%;
  margin-inline: auto;
  padding: 0.25rem;
  color: #000;
  font-family: var(--font-serif), serif;
  font-size: 1.1rem;
  font-weight: 400;
  text-align: center;
  line-height: 100%;
  border: 1px solid #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (max-width: 480px) {
  .compressed-dark__heading-title {
    color: #fff;
    font-size: 1rem;
  }
  .compressed-dark__collect {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem 0;
  }
}

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