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

html {
  font-size: 10px;
}
@media (max-width: 768px) {
  html {
    overflow-x: hidden;
  }
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #B5B5B5;
  font-weight: normal;
  background-color: #141414;
}
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

._16-btn {
  display: inline-block;
  padding: 4px 10px;
  min-width: 103px;
  border-radius: 14px;
  height: 23px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}

._16-post-date {
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

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

picture {
  line-height: 0;
  display: block;
}

p, h1, h2, h3, h4, h5, a {
  word-break: break-word;
}

h1 {
  font-size: 34px;
  color: #FFFFFF;
}
h1:first-letter {
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 28px;
  }
}

p {
  line-height: 1.55;
  letter-spacing: 0;
  word-break: break-word;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  margin: 0 0 20px;
  line-height: 1.25;
  color: #FFFFFF;
}

b, strong {
  font-weight: 700;
}

a {
  text-decoration: none;
  color: inherit;
}

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

button,
a {
  cursor: pointer;
}

input {
  outline: none;
}

._16-max-width-content {
  max-width: 1024px;
}

._16-max-width-wrapper {
  background-color: #141414;
}

._16-max-width {
  max-width: 1440px;
}

._16-max-width-full {
  max-width: 1440px;
}

._16-container-fluid-full {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

._16-container-fluid {
  width: 100%;
  margin: 0 auto;
  padding: 0 27px;
}

._16-container-no-padding {
  padding: 0;
}

._16-container {
  width: 100%;
  max-width: 986px;
  margin: 0 auto;
  padding: 0 20px;
}

._16-d-none {
  display: none;
}

._16-no-scroll {
  overflow: hidden;
}

._16-single-blog, ._16-page-default, ._16-content-archive {
  width: 100%;
  padding: 0 27px;
  max-width: 1024px;
  margin: 0 auto;
}

._16-recent-short-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

._16-short-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

._16-recent-short-snippet {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

._16-short-snippet {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

._16-section-body {
  width: 100%;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

._16-banner:empty,
._16-banner-l:empty,
._16-banner-s:empty,
._16-inner-content-banner:empty {
  display: none;
}

._16-header {
  background-color: #1A1A1A;
  position: relative;
  z-index: 100;
}

._16-header__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
}

._16-header-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 90px;
}
@media (max-width: 900px) {
  ._16-header-bar {
    grid-template-columns: auto 1fr;
    height: 64px;
  }
}

._16-header-logo {
  justify-self: start;
  display: inline-flex;
  align-items: center;
}
._16-header-logo ._16-header-logo__img {
  display: block;
  height: 23px;
  width: auto;
  max-width: 220px;
}

._16-header-nav {
  justify-self: center;
}
._16-header-nav ._16-header-nav__logo,
._16-header-nav ._16-header-nav__close {
  display: none;
}
._16-header-nav ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
._16-header-nav li a {
  display: inline-flex;
  align-items: center;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #8F8F8F;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: 10px;
  transition: color 0.2s linear;
}
._16-header-nav li a:hover {
  color: #FFFFFF;
}
._16-header-nav li.current-menu-item a,
._16-header-nav li.current_page_item a {
  color: #FFFFFF;
  background-color: #141414;
  border-color: #333333;
}
@media (max-width: 1023px) {
  ._16-header-nav {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    justify-self: stretch;
    z-index: 30;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 46px;
    transform: translateY(-100%);
    transition: 0.35s linear;
    background-color: #121212;
  }
  ._16-header-nav ._16-header-nav__logo {
    display: block;
    width: 28px;
    height: 28px;
  }
  ._16-header-nav ul {
    flex-direction: column;
    gap: 22px;
  }
  ._16-header-nav li a,
  ._16-header-nav li.current-menu-item a,
  ._16-header-nav li.current_page_item a {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    background: none;
    border: none;
    padding: 4px 8px;
  }
  ._16-header-nav ._16-header-nav__close {
    display: block;
    position: absolute;
    bottom: 34px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
  }
  ._16-header-nav ._16-header-nav__close img {
    display: block;
  }
}

._16-header-nav._16-open {
  transform: translateY(0);
}

._16-header-cta {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #141414;
  background-color: #FFD11A;
  padding: 11px 22px;
  border-radius: 10px;
  transition: filter 0.2s linear;
}
._16-header-cta:hover {
  filter: brightness(1.06);
}
@media (max-width: 900px) {
  ._16-header-cta {
    display: none;
  }
}

._16-nav__burger {
  display: none;
  justify-self: end;
  cursor: pointer;
}
._16-nav__burger img {
  display: block;
}
@media (max-width: 900px) {
  ._16-nav__burger {
    display: block;
  }
}

._16-hero {
  position: relative;
  width: 100%;
  height: 312px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: #0B0D12;
  background-image: var(--hero-image, url("../images/hero.jpg"));
  background-repeat: no-repeat;
  background-position: center 94%;
  background-size: 100% 1000px;
}
@media (max-width: 1023px) {
  ._16-hero {
    background-size: cover;
    background-position: center 80%;
  }
}
@media (max-width: 900px) {
  ._16-hero {
    height: 220px;
  }
}
@media (max-width: 600px) {
  ._16-hero {
    height: 150px;
  }
}
._16-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(10, 10, 14, 0.6);
}

._16-hero__text {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.38;
  margin-top: 26px;
  pointer-events: none;
}
@media (max-width: 600px) {
  ._16-hero__text {
    margin-top: 10px;
  }
}

._16-skyscraper-banner {
  display: none;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}
._16-skyscraper-banner:not(:empty) {
  display: block;
}
._16-skyscraper-banner--left {
  left: 12px;
}
._16-skyscraper-banner--right {
  right: 12px;
}
@media (max-width: 1440px) {
  ._16-skyscraper-banner {
    display: none !important;
  }
}

._16-mobile-banner-top,
._16-top-banner {
  display: flex;
  justify-content: center;
}

._16-site-footer {
  margin-top: 40px;
  padding: 26px 0 34px;
}
._16-site-footer ._16-site-footer__row {
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  gap: 6px 30px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  color: #8F8F8F;
  text-align: center;
}
@media (max-width: 900px) {
  ._16-site-footer ._16-site-footer__row {
    grid-auto-flow: row;
    justify-items: center;
    gap: 12px;
  }
}
._16-site-footer ._16-site-footer__row a {
  color: #8F8F8F;
}
._16-site-footer ._16-site-footer__row a:hover {
  color: #FFD11A;
}
@media (max-width: 600px) {
  ._16-site-footer {
    margin-top: 28px;
    padding: 24px 0 30px;
  }
}

._16-contact-image-footer {
  max-width: 260px;
  width: 100%;
  margin: 3px 0 15px;
  object-fit: contain;
}

._16-main-content__text ._16-contact-block ._16-contact-image-email {
  max-width: 255px !important;
  width: 100%;
  object-fit: contain;
}

._16-sidebar-post ._16-sidebar-post__item {
  position: relative;
  margin-bottom: 34px;
  background-color: #ffffff;
  overflow: hidden;
}
._16-sidebar-post ._16-sidebar-post__item:last-of-type {
  margin-bottom: 0;
}
._16-sidebar-post ._16-sidebar-post__item img {
  aspect-ratio: 16/9;
  width: 100%;
  object-fit: cover;
  display: block;
}
._16-sidebar-post ._16-sidebar-post__item h3 {
  font-size: 17px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
._16-sidebar-post ._16-sidebar-post__item a {
  display: block;
}
._16-sidebar-post ._16-sidebar-post__body {
  padding: 18px 16px 23px;
}
._16-sidebar-post ._16-sidebar-post__body ._16-author-snippet {
  color: #6b6b6b;
  margin: 15px 0 5px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
}
._16-sidebar-post ._16-sidebar-post__body ._16-author-snippet a {
  display: inline;
  color: #6b6b6b;
}
._16-sidebar-post ._16-sidebar-post__body ._16-short-snippet {
  color: #9a9a9a;
  font-size: 13px;
  font-weight: 300;
}

._16-post-thumbnail {
  position: relative;
  z-index: 1;
}
._16-post-thumbnail:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

._16-cookie-notice {
  position: fixed;
  min-width: 100%;
  height: auto;
  z-index: 10;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 20px;
  left: 0;
  text-align: center;
  font-weight: 400;
  background-color: rgb(0, 0, 0);
  bottom: 0;
  display: none;
}
._16-cookie-notice ._16-cookie-notice-container {
  padding: 15px 30px;
  text-align: center;
  width: 100%;
  z-index: 2;
}
._16-cookie-notice ._16-cookie-notice-container > * {
  display: inline-block;
}
._16-cookie-notice ._16-cn-text-container {
  color: #fff;
  margin: 0 0 5px;
  font-size: 13px;
}
._16-cookie-notice ._16-cn-button {
  color: #fff;
  background: #20C19E;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-align: center;
  text-transform: none;
  display: inline-block;
  cursor: pointer;
  touch-action: manipulation;
  white-space: nowrap;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  padding: 4px 10px;
  margin-left: 10px;
}
._16-cookie-notice ._16-cn-close-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  width: 15px;
  height: 15px;
  opacity: 0.5;
  padding: 10px;
  cursor: pointer;
}
@media (max-width: 600px) {
  ._16-cookie-notice ._16-cn-close-icon {
    top: 15px;
    right: 10px;
  }
}
._16-cookie-notice ._16-cn-close-icon:before, ._16-cookie-notice ._16-cn-close-icon:after {
  position: absolute;
  content: " ";
  height: 15px;
  width: 2px;
  top: 3px;
  background-color: #fff;
}
._16-cookie-notice ._16-cn-close-icon:before {
  transform: rotate(45deg);
}
._16-cookie-notice ._16-cn-close-icon:after {
  transform: rotate(-45deg);
}

._16-cookie-notice._16-cn-show-cookie {
  display: block;
}

._16-section-title {
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
  margin: 0 0 36px;
  padding-top: 40px;
  border-top: 1px solid #333333;
}

._16-post-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  color: #8F8F8F;
}
._16-post-meta a {
  color: #8F8F8F;
}
._16-post-meta a:hover {
  color: #FFFFFF;
}

._16-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

._16-tag {
  display: inline-flex;
  align-items: center;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  color: #C9C9C9;
  background-color: #242424;
  padding: 6px 14px;
  border-radius: 999px;
  white-space: nowrap;
  transition: background-color 0.2s linear;
}
._16-tag:hover {
  background-color: rgb(48.75, 48.75, 48.75);
}

._16-arrow {
  display: block;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  margin-top: 8px;
}

._16-post-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px 30px;
  margin-bottom: 56px;
}
@media (max-width: 900px) {
  ._16-post-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

._16-post-grid--three {
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #333333;
  padding-top: 48px;
  margin-top: 8px;
}
@media (max-width: 900px) {
  ._16-post-grid--three {
    grid-template-columns: 1fr;
  }
}

._16-card {
  display: flex;
  flex-direction: column;
}
._16-card--large {
  grid-column: 1/-1;
}

._16-card__image {
  display: block;
  aspect-ratio: 480/330;
  overflow: hidden;
}
._16-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

._16-card--large ._16-card__image {
  aspect-ratio: 986/556;
}

._16-card--small ._16-card__image {
  aspect-ratio: 308/180;
}

._16-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 22px;
}

._16-card__title-link {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

._16-card__title {
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.35;
  color: #FFFFFF;
  margin: 0;
}

._16-card--small ._16-card__title {
  font-size: 20px;
}

._16-card__excerpt {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #B5B5B5;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

._16-card--large ._16-card__excerpt {
  -webkit-line-clamp: 3;
}

._16-card__body ._16-tags {
  margin-top: 6px;
}

._16-promo {
  display: grid;
  grid-template-columns: 515px 1fr;
  align-items: center;
  margin: 12px 0 64px;
}
._16-promo ._16-promo__image {
  display: block;
  height: 320px;
  overflow: hidden;
}
._16-promo ._16-promo__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
._16-promo ._16-promo__body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background-color: #1A1A1A;
  padding: 32px 36px;
  margin-left: -100px;
  z-index: 1;
}
._16-promo ._16-promo__title {
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.35;
  color: #FFFFFF;
  margin: 0;
}
._16-promo ._16-promo__excerpt {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: #B5B5B5;
  margin: 0;
}
@media (max-width: 900px) {
  ._16-promo {
    grid-template-columns: 1fr;
  }
  ._16-promo ._16-promo__image {
    height: 240px;
  }
  ._16-promo ._16-promo__body {
    margin-left: 0;
  }
}

._16-post-list {
  margin: 0 auto 48px;
}

._16-list-item {
  display: grid;
  grid-template-columns: 215px 1fr;
  gap: 32px;
  align-items: start;
  padding: 36px 0;
  border-top: 1px solid #333333;
}
._16-list-item:last-child {
  border-bottom: 1px solid #333333;
}
._16-list-item__image {
  display: block;
  aspect-ratio: 215/145;
  overflow: hidden;
}
._16-list-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
._16-list-item__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
._16-list-item__title-link {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}
._16-list-item__title {
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.35;
  color: #FFFFFF;
  margin: 0;
}
._16-list-item__excerpt {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: #B5B5B5;
  margin: 0;
}
@media (max-width: 600px) {
  ._16-list-item {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  ._16-list-item__title {
    font-size: 19px;
  }
}

._16-pagination-links {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  margin: 0 0 56px;
  padding-top: 26px;
  border-top: 1px solid #333333;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
}
._16-pagination-links__numbers {
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
._16-pagination-links__prev a, ._16-pagination-links__next a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #EFEFEF;
  font-weight: 500;
}
._16-pagination-links__prev a:hover, ._16-pagination-links__next a:hover {
  color: #FFD11A;
}
._16-pagination-links .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 6px;
  border-radius: 8px;
  color: #EFEFEF;
}
._16-pagination-links .page-numbers.current {
  background-color: #FFD11A;
  color: #141414;
  font-weight: 600;
}
._16-pagination-links .page-numbers.dots {
  color: #8F8F8F;
}
._16-pagination-links .page-numbers:hover:not(.current):not(.dots) {
  color: #FFD11A;
}

._16-error404 ._16-top-banner {
  width: 100%;
}
._16-error404 main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
._16-error404 ._16-section-body {
  width: 100%;
}
._16-error404 ._16-site-footer {
  margin-top: auto !important;
}

._16-error-404 ._16-page-content {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  ._16-error-404 ._16-page-content {
    margin-top: 50px;
  }
}
._16-error-404 ._16-page-content h1 {
  font-size: 6rem;
  font-weight: 700;
  color: #1A0B0B;
}
@media (max-width: 768px) {
  ._16-error-404 ._16-page-content h1 {
    font-size: 4rem;
  }
}
._16-error-404 ._16-page-content p {
  font-size: 3rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  ._16-error-404 ._16-page-content p {
    font-size: 2rem;
  }
}

body.tag ._16-section-body {
  width: 100%;
}

._16-home-template {
  display: flex;
  flex-direction: column;
  width: 100%;
}

._16-content-archive ._16-main-block {
  margin: 0;
}
._16-content-archive ._16-main-block__item {
  flex-direction: column;
}
._16-content-archive ._16-main-block__item__image {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 601px) {
  ._16-content-archive ._16-main-block__item__image {
    height: 200px;
  }
}

@media (min-width: 769px) {
  ._16-content-archive ._16-main-block {
    grid-template-columns: repeat(3, 1fr);
  }
  ._16-content-archive ._16-main-block ._16-hero-content {
    grid-column: span 3;
  }
}
._16-single {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 40px;
}

._16-single__layout {
  display: grid;
  grid-template-columns: 610px 324px;
  justify-content: space-between;
  gap: 50px;
  align-items: start;
}
@media (max-width: 900px) {
  ._16-single__layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

._16-single__main {
  min-width: 0;
}

._16-single__date {
  display: block;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #FFD11A;
  margin-bottom: 14px;
}

._16-single__title {
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 1.2;
  color: #FFFFFF;
  margin: 0 0 28px;
}
@media (max-width: 600px) {
  ._16-single__title {
    font-size: 28px;
  }
}

._16-single__image {
  margin-bottom: 30px;
  overflow: hidden;
}
._16-single__image img {
  width: 100%;
  height: auto;
  display: block;
}

._16-single__content {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #B5B5B5;
}
._16-single__content p {
  margin: 0 0 22px;
}
._16-single__content h2 {
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3;
  color: #FFFFFF;
  margin: 38px 0 20px;
}
._16-single__content h3 {
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.35;
  color: #FFFFFF;
  margin: 30px 0 16px;
}
._16-single__content ul, ._16-single__content ol {
  margin: 0 0 22px;
  padding-left: 22px;
}
._16-single__content ul li, ._16-single__content ol li {
  margin-bottom: 10px;
}
._16-single__content a {
  color: #FFD11A;
  text-decoration: underline;
}
._16-single__content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 26px 0;
}
._16-single__content blockquote {
  margin: 26px 0;
  padding-left: 20px;
  border-left: 3px solid #FFD11A;
  color: #8F8F8F;
}

._16-single__tags {
  margin-top: 30px;
}

._16-single__sidebar {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 34px;
}

._16-single__sidebar-title {
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
  margin: 0 0 -4px;
}

._16-single__sidebar ._16-card__image {
  aspect-ratio: 324/210;
}

._16-card__date {
  display: block;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #FFD11A;
  margin-bottom: 4px;
}

._16-single__sidebar ._16-card__title {
  font-size: 22px;
}

._16-single__sidebar ._16-card__body {
  gap: 10px;
  padding-top: 16px;
}

._16-sidebar-banner-block:empty {
  display: none;
}

._16-single > ._16-container:nth-of-type(2) {
  margin-top: 26px;
}

@media (max-width: 900px) {
  ._16-single__layout {
    grid-template-columns: 1fr;
  }
  ._16-single__image img {
    width: 100%;
  }
}
.wpcf7-form {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .wpcf7-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 20px;
  }
  .wpcf7-form > p {
    margin-bottom: 0 !important;
    grid-column: span 2;
  }
  .wpcf7-form > p:nth-of-type(1) {
    grid-column: 1/span 1;
  }
  .wpcf7-form > p:nth-of-type(2) {
    grid-column: 2/span 1;
  }
}
.wpcf7-form label > span {
  margin-top: 10px;
  display: block;
}
.wpcf7-form input, .wpcf7-form textarea {
  width: 100%;
  outline: none;
  border: 1px solid #373737;
  color: #373737;
  padding: 15px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder {
  color: #373737;
}
@media (max-width: 576px) {
  .wpcf7-form input, .wpcf7-form textarea {
    padding: 10px;
  }
}
.wpcf7-form input {
  height: 50px;
}
@media (max-width: 576px) {
  .wpcf7-form input {
    height: 42px;
  }
}
.wpcf7-form input[type=submit] {
  background-color: #373737;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  opacity: 1;
  max-width: 165px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid #373737;
}
@media (min-width: 1025px) {
  .wpcf7-form input[type=submit]:hover {
    background-color: transparent;
    color: #373737;
  }
}
.wpcf7-form textarea {
  resize: none;
  height: 100px;
}
.wpcf7-form label {
  display: block;
  font-weight: 500;
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 5px;
}
.wpcf7-form .wpcf7-response-output {
  background-color: #373737;
  color: #fff;
  text-align: center;
  width: 100%;
  border: none !important;
  padding: 15px !important;
  margin: 30px 0 0 !important;
  grid-column: span 2;
}
.wpcf7-form .wpcf7-spinner {
  display: none;
}

._16-block-wrap {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  ._16-block-wrap {
    margin-bottom: 30px;
  }
}
._16-block-wrap h3 {
  margin-bottom: 15px;
}
._16-block-wrap ._16-post-item {
  margin-bottom: 15px;
  margin-left: 0;
}
@media (max-width: 767px) {
  ._16-block-wrap ._16-post-item {
    margin-bottom: 10px;
  }
}
._16-block-wrap ._16-post-item a {
  color: #1A0B0B;
}
@media (max-width: 767px) {
  ._16-block-wrap ._16-post-item a {
    font-size: 1.6rem;
  }
}

._16-section-sitemap {
  margin: 30px auto 0;
  text-align: center;
  width: 100%;
}

._16-sitemap-title {
  display: inline-block;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: bold;
  transition: 0.3s;
  color: #1A0B0B !important;
}
@media (max-width: 600px) {
  ._16-sitemap-title {
    font-size: 2rem;
  }
}
@media (min-width: 1025px) {
  ._16-sitemap-title:hover {
    opacity: 0.8;
  }
}

._16-related-articles {
  margin-bottom: 20px;
}

._16-author {
  width: 100%;
  display: flex;
  flex-direction: column;
}

._16-author__card {
  display: grid;
  grid-template-columns: 256px 1fr;
  align-items: start;
  margin: 38px 0 48px;
  padding: 50px 70px 0;
  border-top: 1px solid #333333;
}
@media (max-width: 900px) {
  ._16-author__card {
    grid-template-columns: 1fr;
    padding: 32px 0 0;
    margin-bottom: 36px;
  }
}

._16-author__side {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
._16-author__side:before {
  content: "";
  position: absolute;
  top: 0;
  left: 32px;
  width: 256px;
  height: 290px;
  background-color: #F5F4F2;
  z-index: 0;
}
@media (max-width: 900px) {
  ._16-author__side:before {
    display: none;
  }
}

._16-author__avatar {
  position: relative;
  z-index: 1;
  width: 256px;
  height: 290px;
  overflow: hidden;
}
._16-author__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 600px) {
  ._16-author__avatar {
    width: 100%;
    height: auto;
    aspect-ratio: 256/290;
  }
}

._16-author__socials {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
}
._16-author__socials a {
  display: inline-flex;
  transition: opacity 0.2s linear;
}
._16-author__socials a:hover {
  opacity: 0.75;
}
._16-author__socials img {
  display: block;
}

._16-author__panel {
  position: relative;
  z-index: 1;
  background-color: #1A1A1A;
  padding: 44px 42px 44px;
  margin-top: 40px;
  min-height: 350px;
}
@media (max-width: 900px) {
  ._16-author__panel {
    margin-top: 0;
    min-height: 0;
    padding: 26px 22px 30px;
  }
}

._16-author__name {
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: #FFFFFF;
  margin: 0 0 18px;
}

._16-author__bio {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #B5B5B5;
}
._16-author__bio p {
  margin: 0 0 18px;
}
._16-author__bio p:last-child {
  margin-bottom: 0;
}

._16-author__grid {
  margin-top: 0;
}

._16-adv-posts__item {
  transition: opacity 0.5s linear;
  opacity: 1;
  margin-top: 40px;
  position: relative;
  background-color: #ffffff;
  border-radius: 11px;
  overflow: hidden;
}
@media (min-width: 768px) {
  ._16-adv-posts__item {
    display: flex;
    padding: 32px 40px;
  }
}
@media (max-width: 767px) {
  ._16-adv-posts__item {
    margin-top: 24px;
  }
}
._16-adv-posts__item._16-hidden {
  opacity: 0;
}
._16-adv-posts__item img {
  background: var(--custom-before-second-height);
}

._16-adv-posts__item__img {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  ._16-adv-posts__item__img {
    max-width: 358px;
    min-height: 300px;
    height: 100%;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 16px;
    overflow: hidden;
  }
}
._16-adv-posts__item__img:after {
  content: "";
  background: var(--custom-image) center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  ._16-adv-posts__item__img {
    height: 232px;
  }
}
@media (max-width: 600px) {
  ._16-adv-posts__item__img {
    height: 141px;
  }
}

._16-adv-posts__item_content {
  font-size: 16px;
  line-height: 22px;
}
._16-adv-posts__item_content a {
  color: #005aee;
}
@media (max-width: 767px) {
  ._16-adv-posts__item_content {
    font-size: 14px;
    line-height: 18px;
  }
}

._16-adv-posts__btn {
  display: block;
  line-height: 1;
  width: 100%;
  max-width: 100%;
  color: #fff;
  border-radius: 9px;
  background-color: #005aee;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 10px;
  text-align: center;
}

._16-adv-posts__item_title {
  margin-bottom: 20px;
}

._16-adv-posts__item__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  border-radius: 25px;
  z-index: 1;
}
@media (min-width: 768px) {
  ._16-adv-posts__item__text {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  ._16-adv-posts__item__text {
    padding: 18px 16px 21px;
  }
  ._16-adv-posts__item__text ._16-adv-posts__btn {
    order: 3;
  }
  ._16-adv-posts__item__text ._16-adv-posts__item_content {
    order: 2;
  }
  ._16-adv-posts__item__text ._16-adv-posts__item_title {
    order: 1;
  }
}
._16-adv-posts__item__text p {
  margin: 0 0 20px;
}
._16-adv-posts__item__text ._16-card-footer {
  margin-bottom: 25px;
}

._16-adv-posts__item__text__header {
  color: #303336;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
@media (max-width: 767px) {
  ._16-adv-posts__item__text__header {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media (max-width: 600px) {
  ._16-adv-posts__item__text__header {
    font-size: 16px;
  }
}

._16-top-banner {
  margin: 20px auto;
}
@media (max-width: 1145px) {
  ._16-top-banner {
    display: none;
  }
}

._16-inner-content-banner {
  text-align: center;
  width: 100%;
}
._16-inner-content-banner > div {
  margin: 0 auto;
}
._16-inner-content-banner._16-bottom {
  margin: 40px 0;
}
@media (max-width: 800px) {
  ._16-inner-content-banner._16-bottom {
    margin: 20px 0;
  }
}
@media (min-width: 1141px) {
  ._16-inner-content-banner._16-bottom ._16-banner-m {
    display: none;
  }
}
@media (max-width: 950px) {
  ._16-inner-content-banner._16-middle {
    margin-bottom: 20px;
  }
}
@media (max-width: 1140px) {
  ._16-inner-content-banner ._16-banner-l {
    display: none;
  }
}
@media (max-width: 800px) {
  ._16-inner-content-banner ._16-banner-m {
    display: none;
  }
}
@media (min-width: 800px) {
  ._16-inner-content-banner ._16-banner-s {
    display: none;
  }
}

._16-sidebar-banner-block {
  margin: 40px auto;
  width: 100%;
}

._16-mobile-banner-top {
  width: 100%;
  margin: 20px auto;
}
@media (min-width: 801px) {
  ._16-mobile-banner-top {
    display: none;
  }
}

._16-main-wrapper {
  display: flex;
  justify-content: center;
}

@media (max-width: 450px) {
  ._16-page-default ._16-inner-content-banner {
    margin-bottom: 0;
  }
}
