main {
  padding-top: 139px;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 115px;
  }
}

html {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  html {
    max-width: 100vw;
    overflow: visible;
    overflow-x: hidden;
  }
}

.cs-container {
  max-width: 1321px;
}
@media screen and (max-width: 767px) {
  .cs-container {
    max-width: 100%;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
@media screen and (max-width: 1279px) {
  .cs-container {
    max-width: 100%;
    padding-left: 48px;
    padding-right: 48px;
  }
}

.cs-button {
  transition: 0.3s;
}
.cs-button:hover {
  background: #8FAA5D;
}

.cs-navbar-smart-enabled .cs-header {
  position: fixed;
  top: 0;
  z-index: 9999;
}

header .before-header {
  background: #F6F6F6;
  height: 60px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  header .before-header {
    background: #FFFFFF;
    border-bottom: 1px solid #CCC;
  }
}
header .before-header .before-header__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .before-header .before-header__row nav ul {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  header .before-header .before-header__row nav ul {
    display: flex;
    gap: 8px;
  }
}
header .before-header .before-header__row nav ul > *:first-child a {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  header .before-header .before-header__row nav ul > *:first-child a {
    padding-left: 12px;
  }
}
header .before-header .before-header__row nav ul li {
  list-style: none;
}
header .before-header .before-header__row nav ul li a {
  display: flex;
  min-height: 40px;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #102A15;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: 0.3s;
}
header .before-header .before-header__row nav ul li a:hover {
  color: #4C7935;
}
@media screen and (max-width: 767px) {
  header .before-header .before-header__row nav ul li a {
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 333px;
    background: #F6F6F6;
  }
}
header .before-header .before-header__row .search {
  width: 48px;
  height: 48px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  border-radius: 100%;
}
header .before-header .before-header__row .search svg {
  width: 24px;
  height: 24px;
}
header .before-header .before-header__row .search:hover {
  background: #E9EEE9;
}
header .before-header .before-header__row .search:active {
  background: #E0E6E0;
}
@media screen and (max-width: 767px) {
  header .before-header .before-header__row .search {
    background: #f6f6f6;
  }
}
header .main-header {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #102A15;
}
@media screen and (max-width: 767px) {
  header .main-header {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  header .main-header .logo {
    width: 88.69px;
    height: 13.2px;
  }
  header .main-header .logo a {
    width: 88.69px;
    height: 13.2px;
    display: flex;
  }
  header .main-header .logo svg {
    width: 88.69px;
    height: 13.2px;
  }
}
header .main-header .main-header__row {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  header .main-header .main-header__row {
    justify-content: space-between;
    gap: 0;
  }
}
header .main-header .main-header__row .main-header__row-gap {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  header .main-header .main-header__row .main-header__row-gap {
    gap: 8px;
  }
}
header .main-header .main-header__row .burger_menu {
  width: 32px;
  height: 32px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  header .main-header .main-header__row .burger_menu {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
header .main-header .main-header__row .burger_menu svg {
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 767px) {
  header .main-header .main-header__row .burger_menu svg {
    width: 24px;
    height: 24px;
  }
}
header .main-header .main-header__row .catalog-btn {
  display: flex;
  gap: 8px;
  align-items: center;
  max-height: 40px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  header .main-header .main-header__row .catalog-btn {
    max-height: 32px;
    font-size: 14px;
  }
  header .main-header .main-header__row .catalog-btn svg {
    width: 24px;
    height: 24px;
  }
}
header .main-header .main-header__row nav {
  flex: 1 1 auto;
  justify-content: center;
  display: flex;
}
header .main-header .main-header__row nav ul {
  align-items: center;
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
}
header .main-header .main-header__row nav ul li {
  text-decoration: none;
  list-style: none;
}
header .main-header .main-header__row nav ul a {
  display: flex;
  min-height: 40px;
  padding: 4px 14px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #FAFAFA;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42;
}
@media screen and (max-width: 767px) {
  header .main-header .main-header__row nav {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  header .main-header .main-header__row nav {
    display: none;
  }
}
header .main-header .main-header__row .main-header__action {
  display: flex;
  gap: 36px;
  align-items: center;
}
@media screen and (max-width: 1279px) {
  header .main-header .main-header__row .main-header__action {
    flex: 1 1 auto;
    justify-content: end;
  }
}
@media screen and (max-width: 767px) {
  header .main-header .main-header__row .main-header__action {
    gap: 0;
    flex: none;
  }
}
header .main-header .main-header__row .main-header__action .cs-header__search-toggle {
  width: auto;
}
header .main-header .main-header__row .main-header__action .lk-login {
  padding: 4px 16px;
  display: flex;
  min-height: 40px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 6px;
  border: 1px solid #E9E9E9;
  text-decoration: none;
}
header .main-header .main-header__row .main-header__action .lk-login svg {
  width: 24px;
  height: 24px;
}
header .main-header .main-header__row .main-header__action .lk-login span {
  text-decoration: none;
  color: #FAFAFA;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42;
}
@media screen and (max-width: 767px) {
  header .main-header .main-header__row .main-header__action .lk-login {
    padding: 2px 6px;
    min-height: 32px;
    gap: 6px;
    border: none !important;
  }
}
header .main-header .cs-icon {
  color: #fff;
}
header .language-selector .current-language {
  color: #FAFAFA;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  gap: 6px;
  align-items: center;
  cursor: pointer;
}
header .language-selector .current-language svg {
  transition: 0.3s;
}
header .language-selector .current-language.active svg {
  transform: rotate(-180deg);
}
header .language-selector .language-list {
  display: flex;
  padding: 4px 0;
  flex-direction: column;
  border-radius: 4px;
  border: 1px solid #CCC;
  background: #FFF;
  margin-top: 10px;
  box-shadow: 0 2px 8px -2px rgba(21, 21, 21, 0.08);
  position: absolute;
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
}
header .language-selector .language-list.active {
  z-index: 9999;
  opacity: 1;
}
header .language-selector .language-list ul {
  list-style: none;
}
header .language-selector .language-list li {
  list-style: none;
  padding: 4px 12px;
}
header .language-selector .language-list li a {
  color: #4C4C4C;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42;
  text-decoration: none;
  transition: 0.3s;
}
header .language-selector .language-list li a.active {
  color: #2E5630;
  font-weight: 500;
}
header .language-selector .language-list li a:hover {
  color: #2E5630;
  font-weight: 500;
}

.breadcrumbs-main {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #CCC;
}
@media screen and (max-width: 1279px) {
  .breadcrumbs-main {
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: scroll;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs-main {
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: scroll;
    padding-right: 10px;
  }
}
.breadcrumbs-main .breadcrumbs {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 1279px) {
  .breadcrumbs-main .breadcrumbs {
    gap: 8px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs-main .breadcrumbs {
    gap: 8px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs-main .breadcrumbs span {
    font-size: 14px;
    line-height: 1.42;
  }
}
.breadcrumbs-main .breadcrumbs a {
  text-decoration: none;
  color: #808080;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 1279px) {
  .breadcrumbs-main .breadcrumbs a {
    font-size: 14px;
    line-height: 1.42;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs-main .breadcrumbs a {
    font-size: 14px;
    line-height: 1.42;
    white-space: nowrap;
  }
}
.breadcrumbs-main .breadcrumbs a.active {
  color: #1A1A1A;
}

#primary .head-block-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #primary .head-block-main {
    margin-bottom: 0;
  }
}
#primary .head-block-main .head-block__title {
  padding-bottom: 40px;
  border-bottom: 1px solid #CCCCCC;
  width: 100%;
}
#primary .head-block-main .head-block__title h1 {
  margin-bottom: 20px;
  font-size: 36px;
  text-align: center;
  color: #1A1A1A;
}
@media screen and (max-width: 767px) {
  #primary .head-block-main .head-block__title h1 {
    font-size: 30px;
    line-height: 133%;
  }
}
#primary .head-block-main .head-block__title .sub-text {
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.45;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #primary .head-block-main .head-block__title .sub-text {
    font-size: 16px;
  }
}
#primary .head-block-main .category-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}
#primary .head-block-main .category-list .category-list__title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  color: #808080;
}
@media screen and (max-width: 767px) {
  #primary .head-block-main .category-list .category-list__title {
    font-size: 14px;
  }
}
#primary .head-block-main .category-list .category-list__lists {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#primary .head-block-main .category-list .category-list__lists .category-item {
  display: flex;
  gap: 8px;
  border-radius: 333px;
  padding: 12px 24px;
  border: 1px solid #E9E9E9;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  vertical-align: middle;
  text-decoration: none;
  color: #1A1A1A;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #primary .head-block-main .category-list .category-list__lists .category-item {
    font-size: 14px;
  }
}
#primary .head-block-main .category-list .category-list__lists .category-item .icon {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  #primary .head-block-main .category-list .category-list__lists .category-item .icon {
    width: 20px;
    height: 20px;
  }
}
#primary .head-block-main .category-list .category-list__lists .category-item:hover {
  border: 1px solid #E9EEE9;
  background: #E9EEE9;
}
#primary .head-block-main .category-list .category-list__lists .category-item:active {
  border: 1px solid #E0E6E0;
  background: #E0E6E0;
}
@media screen and (max-width: 767px) {
  #primary .head-block-main .category-list .category-list__lists .category-item {
    font-size: 14px;
  }
}
#primary .sidebar-sec {
  display: flex;
  gap: 110px;
}
@media screen and (max-width: 1279px) {
  #primary .sidebar-sec {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  #primary .sidebar-sec {
    flex-direction: column;
    gap: 40px;
  }
}
#primary .sidebar-sec #secondary {
  width: 385px;
}
@media screen and (max-width: 1279px) {
  #primary .sidebar-sec #secondary {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #primary .sidebar-sec #secondary {
    width: 100%;
  }
}

#content {
  display: block;
  width: 100%;
}
#content .cs-posts-area.cs-posts-area-posts {
  width: 824px;
}
@media screen and (max-width: 1279px) {
  #content .cs-posts-area.cs-posts-area-posts {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #content .cs-posts-area.cs-posts-area-posts {
    width: 100%;
  }
}

.modal-wrap {
  opacity: 0;
  will-change: opacity;
  position: relative;
  z-index: -1;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.modal-wrap.modal-show {
  opacity: 1;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  will-change: opacity;
  z-index: 10000;
  position: relative;
  display: block;
}
.modal-wrap .modal-shadow {
  background: rgba(26, 26, 24, 0.5);
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.modal-wrap .modal {
  position: fixed;
  top: 50%;
  z-index: 100;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: #fff;
  border-radius: 0px;
  padding: 0;
}
.modal-wrap .modal-cross {
  position: absolute;
  top: -60px;
  right: 0;
  z-index: 10;
}

footer {
  background: #1A1A1A;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1279px) {
  footer {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
footer .cs-container {
  max-width: 1680px;
  padding: 0;
}
@media screen and (max-width: 1700px) {
  footer .cs-container {
    max-width: 1200px;
    padding-right: 24px;
    padding-left: 24px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1100px) {
  footer .cs-container {
    max-width: 100%;
  }
}
footer .footer-cols {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1279px) {
  footer .footer-cols {
    flex-direction: row !important;
    justify-content: space-between !important;
  }
}
@media screen and (max-width: 1279px) and (max-width: 767px) {
  footer .footer-cols {
    flex-direction: column !important;
    gap: 24px;
  }
}
footer .footer-cols .col.logo {
  width: 247px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 10px;
}
@media screen and (max-width: 1279px) {
  footer .footer-cols .col.logo > *:first-child {
    flex: 1 1 auto;
  }
}
@media screen and (max-width: 1279px) {
  footer .footer-cols .col.logo {
    padding-bottom: 0;
    border-bottom: unset;
    justify-content: start;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-cols .col.logo {
    width: 100%;
    padding-bottom: 24px;
    border-bottom: 0.5px solid #4C4C4C;
  }
}
footer .footer-cols .col.logo a:not(.socials-items a, .text-logo a) {
  width: 161.254px;
  height: 24px;
  margin-bottom: 22px;
  display: block;
}
@media screen and (max-width: 1279px) {
  footer .footer-cols .col.logo a:not(.socials-items a, .text-logo a) {
    width: 137.5px;
    height: 20px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-cols .col.logo a:not(.socials-items a, .text-logo a) {
    width: 137.5px;
    height: 20px;
    margin-bottom: 16px;
  }
}
footer .footer-cols .col.logo .only-tablet {
  display: none;
}
@media screen and (max-width: 1700px) {
  footer .footer-cols .col.logo .only-tablet {
    display: flex;
  }
}
@media screen and (max-width: 1279px) {
  footer .footer-cols .col.logo .only-tablet {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-cols .col.logo .only-tablet {
    display: none;
  }
}
footer .footer-cols .col.logo p {
  width: 202px;
  color: #F5FAD2;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
}
@media screen and (max-width: 1279px) {
  footer .footer-cols .col.logo p {
    width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-cols .col.logo p {
    width: 228px;
    margin-bottom: 0;
  }
}
footer .footer-cols .col.logo .text-logo {
  color: #FAFAFA;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 1279px) {
  footer .footer-cols .col.logo .text-logo {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-cols .col.logo .text-logo {
    display: none;
  }
}
footer .footer-cols .col.logo .text-logo a {
  display: inline;
  color: #4C7935;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (max-width: 767px) {
  footer .footer-cols .col.nav {
    padding-bottom: 16px;
    border-bottom: 0.5px solid #4C4C4C;
  }
}
footer .footer-cols .col.nav nav .cols-nav {
  display: flex;
  justify-content: space-between;
  width: 1097px;
}
@media screen and (max-width: 1700px) {
  footer .footer-cols .col.nav nav .cols-nav {
    width: 760px;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  footer .footer-cols .col.nav nav .cols-nav .col-nav {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 1100px) {
  footer .footer-cols .col.nav nav .cols-nav {
    width: 444px;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  footer .footer-cols .col.nav nav .cols-nav .col-nav {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-cols .col.nav nav .cols-nav {
    width: 100%;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: start;
  }
}
footer .footer-cols .col.nav nav .cols-nav .col-nav {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
footer .footer-cols .col.nav nav .cols-nav .col-nav .group-nav .title-nav {
  color: #BDCE82;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42;
  padding: 4px 16px;
  padding-top: 0;
  min-height: 40px;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 1279px) {
  footer .footer-cols .col.nav nav .cols-nav .col-nav .group-nav .title-nav {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-cols .col.nav nav .cols-nav .col-nav .group-nav .title-nav {
    padding-left: 0;
    padding-right: 0;
  }
}
footer .footer-cols .col.nav nav .cols-nav .col-nav .group-nav ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
footer .footer-cols .col.nav nav .cols-nav .col-nav .group-nav ul li {
  padding: 4px 16px;
  min-height: 40px;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 1279px) {
  footer .footer-cols .col.nav nav .cols-nav .col-nav .group-nav ul li {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-cols .col.nav nav .cols-nav .col-nav .group-nav ul li {
    padding-left: 0;
    padding-right: 0;
  }
}
footer .footer-cols .col.nav nav .cols-nav .col-nav .group-nav ul li a {
  color: #FAFAFA;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.42;
  text-decoration: none;
}
@media screen and (max-width: 1279px) {
  footer .footer-cols .col.nav nav .cols-nav .col-nav {
    width: 150px;
    flex: 1 1 auto;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-cols .col.nav nav .cols-nav .col-nav {
    width: 150px;
    flex: 1 1 auto;
  }
}
footer .footer-cols .col.social {
  display: flex;
  flex-direction: column;
  gap: 34px;
  width: 240px;
}
@media screen and (max-width: 1279px) {
  footer .footer-cols .col.social {
    gap: 24px;
  }
}
@media screen and (max-width: 1279px) {
  footer .footer-cols .col.social.only-desc {
    display: none;
  }
}
@media screen and (max-width: 1700px) {
  footer .footer-cols .col.social.only-desc {
    display: none;
  }
}
footer .footer-cols .col.social.only-mob {
  display: none;
}
@media screen and (max-width: 767px) {
  footer .footer-cols .col.social.only-mob {
    display: flex;
    width: 100%;
  }
}
@media screen and (max-width: 1279px) {
  footer .footer-cols .col.social {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-cols .col.social {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
}
footer .footer-cols .col.social .email-block {
  color: #FAFAFA;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
footer .footer-cols .col.social .email-block a {
  display: inline;
  color: #4C7935;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
footer .footer-cols .col.social .socials {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 1279px) {
  footer .footer-cols .col.social .socials {
    flex-direction: column;
    align-items: start;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-cols .col.social .socials {
    flex-direction: row;
    align-items: center;
  }
}
footer .footer-cols .col.social .socials .socials-title {
  color: #FAFAFA;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
}
footer .footer-cols .col.social .socials .socials-items {
  display: flex;
}
footer .footer-cols .col.social .socials .socials-items > *:first-child {
  padding-left: 0;
}
@media screen and (max-width: 1279px) {
  footer .footer-cols .col.social .socials .socials-items > *:first-child {
    padding-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-cols .col.social .socials .socials-items > *:first-child {
    padding-left: 5px;
  }
}
footer .footer-cols .col.social .socials .socials-items a {
  padding: 5px;
  text-decoration: none;
}
@media screen and (max-width: 1279px) {
  footer .footer-cols .col.social .socials .socials-items a {
    padding: 9px;
  }
}
footer .footer-cols .col.social .block-prem-service {
  border-radius: 8px;
  background: linear-gradient(238deg, rgba(46, 86, 48, 0) 0%, #2E5630 100%);
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  position: relative;
}
footer .footer-cols .col.social .block-prem-service .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
footer .footer-cols .col.social .block-prem-service .content {
  width: 100%;
  position: relative;
  z-index: 1;
}
footer .footer-cols .col.social .block-prem-service .content img {
  width: 100px;
  height: 36px;
  margin-bottom: 14px;
}
footer .footer-cols .col.social .block-prem-service .content p {
  color: #FAFAFA;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42; /* 19.88px */
}
footer .footer-cols .col.social .block-prem-service .content a {
  display: flex;
  min-height: 40px;
  width: 100%;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  color: #1A1A1A;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42;
  text-decoration: none;
  border-radius: 6px;
  background: #FAFAFA;
}
@media screen and (max-width: 1279px) {
  footer .footer-cols .col.social .block-prem-service .content .row {
    display: flex;
    gap: 14px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer-cols .col.social .block-prem-service .content .row {
    display: flex;
    gap: 14px;
  }
}

.navigation.pagination .next, .navigation.pagination .prev {
  border: none !important;
  display: flex !important;
  align-items: center !important;
  min-height: 32px !important;
  max-height: 32px !important;
  height: 32px !important;
  width: 32px !important;
  max-width: 32px !important;
  min-width: 32px !important;
  padding: 0 !important;
}
.navigation.pagination .next svg, .navigation.pagination .prev svg {
  width: 14px;
  height: 14px;
}
.navigation.pagination .next:after, .navigation.pagination .prev:after {
  display: none;
}
.navigation.pagination .nav-links {
  display: flex;
  gap: 8px;
}
.navigation.pagination .page-numbers {
  margin: 0 !important;
}
.navigation.pagination .page-numbers:not(.next, .prev) {
  min-height: 32px;
  max-height: 32px;
  height: 32px;
  width: 32px;
  max-width: 32px;
  min-width: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid #E9E9E9;
  color: #808080 !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42;
  background: none;
  box-shadow: none;
}
.navigation.pagination .page-numbers:not(.next, .prev).current {
  color: #2E5630 !important;
  font-weight: 600;
  line-height: 1.42;
  border-color: #2E5630;
}

.navigation.pagination .nav-links a:first-child:before {
  display: none;
}

.facetwp-type-pager {
  margin-bottom: 0 !important;
}
.facetwp-type-pager .facetwp-pager {
  display: flex;
  align-items: center;
  gap: 8px;
}
.facetwp-type-pager .facetwp-pager .facetwp-page {
  cursor: pointer;
}
.facetwp-type-pager .facetwp-pager .facetwp-page:not(.prev, .next) {
  padding: 0;
  margin: 0;
  color: #808080;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  min-height: 32px;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid #E9E9E9;
  line-height: 0;
}
.facetwp-type-pager .facetwp-pager .facetwp-page:not(.prev, .next).active {
  color: #2E5630;
  border: 1px solid #4C7935;
}
.facetwp-type-pager .facetwp-pager .prev, .facetwp-type-pager .facetwp-pager .next {
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.facetwp-type-pager .facetwp-pager .prev svg, .facetwp-type-pager .facetwp-pager .next svg {
  width: 14px;
  height: 14px;
}

.cta-block {
  border-radius: 16px;
  background: #102A15;
  padding: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .cta-block {
    padding: 20px;
  }
}
.cta-block .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.cta-block h2 {
  margin-bottom: 16px;
  color: #BDCE82;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.33;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .cta-block h2 {
    font-size: 20px;
  }
}
.cta-block p {
  margin-bottom: 40px;
  width: 641px;
  color: #FAFAFA;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .cta-block p {
    width: 258px;
    margin-bottom: 32px;
    font-size: 14px;
  }
}
.cta-block a {
  display: flex;
  width: 361px;
  min-height: 40px;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: #F6F6F6;
  text-decoration: none;
  color: #102A15;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .cta-block a {
    width: 100%;
  }
}

.cs-site-content {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .cs-site-content {
    margin-top: 0;
  }
}

.sidebar-cont-single {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1279px) {
  .sidebar-cont-single {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-cont-single {
    flex-direction: column;
  }
}
.sidebar-cont-single > .cs-entry__wrap {
  width: 650px;
}
@media screen and (max-width: 1279px) {
  .sidebar-cont-single > .cs-entry__wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-cont-single > .cs-entry__wrap {
    width: 100%;
  }
}
.sidebar-cont-single > .cs-entry__wrap .cs-entry__content-wrap {
  width: 100%;
}
.sidebar-cont-single > .cs-entry__wrap .cs-entry__content-wrap .entry-content {
  width: 100%;
}
.sidebar-cont-single .cs-sidebar__area {
  width: 430px;
}
@media screen and (max-width: 1279px) {
  .sidebar-cont-single .cs-sidebar__area {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sidebar-cont-single .cs-sidebar__area {
    width: 100%;
  }
}
.sidebar-cont-single .cs-entry__metabar {
  max-width: 80px;
}
.sidebar-cont-single .cs-entry__metabar .cs-entry__metabar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  top: 160px !important;
}
.sidebar-cont-single .cs-entry__metabar .cs-entry__metabar-inner .cs-reading-time-item {
  left: 0;
  border: 1px solid #2E5630 !important;
  border-radius: 100%;
  width: 80px;
  height: 80px;
}
.sidebar-cont-single .cs-entry__metabar .cs-entry__metabar-inner .cs-reading-time-item .cs-post-reading-time {
  box-shadow: none !important;
  padding: 10px !important;
}
.sidebar-cont-single .cs-entry__metabar .cs-entry__metabar-inner .cs-reading-time-item span {
  color: #2E5630 !important;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.sidebar-cont-single .cs-entry__metabar .cs-entry__metabar-inner .cs-entry__metabar-share {
  width: 48px;
}
.sidebar-cont-single .cs-entry__metabar .cs-entry__metabar-inner .cs-entry__metabar-share .cs-share {
  margin: 0;
  width: 48px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sidebar-cont-single .cs-entry__metabar .cs-entry__metabar-inner .cs-entry__metabar-share .cs-share .cs-share__link {
  display: flex;
  width: 48px;
  min-width: 48px;
  min-height: 48px;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #2E5630;
}
.sidebar-cont-single .cs-entry__metabar .cs-entry__metabar-inner .cs-entry__metabar-share .cs-share .cs-share__link svg {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .sidebar-cont-single .cs-entry__metabar {
    display: none;
  }
}

.cs-sidebar__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  top: 160px !important;
}
.cs-sidebar__inner .top-post {
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
  border-radius: 8px;
  background: #FBFBFB;
}
.cs-sidebar__inner .top-post h2 {
  color: #4C4C4C;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.66;
  text-transform: uppercase;
  margin-bottom: 0;
}
.cs-sidebar__inner .top-post .top-post__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1279px) {
  .cs-sidebar__inner .top-post .top-post__list {
    flex-direction: row;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .cs-sidebar__inner .top-post .top-post__list {
    flex-direction: column;
  }
}
.cs-sidebar__inner .top-post .top-post__list .top-post__card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.cs-sidebar__inner .top-post .top-post__list .top-post__card a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cs-sidebar__inner .top-post .top-post__list .top-post__card img {
  height: 126px;
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.cs-sidebar__inner .top-post .top-post__list .top-post__card h3 {
  color: #1A1A1A;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
}
.cs-sidebar__inner .top-post .top-post__list .top-post__card p {
  overflow: hidden;
  color: #808080;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
  margin-bottom: 0;
}
.cs-sidebar__inner .top-post .top-post__list > *:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid #E9E9E9;
}
@media screen and (max-width: 767px) {
  .cs-sidebar__inner .top-post {
    padding: 20px;
  }
}
.cs-sidebar__inner .search-cont .title-search {
  color: #1A1A1A;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
}
.cs-sidebar__inner .search-cont .cont-search form {
  display: flex;
  gap: 10px;
}
.cs-sidebar__inner .search-cont .cont-search form input {
  display: flex;
  padding: 10px 16px;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid var(--Border-light, #E9E9E9);
  background: var(--BG, #FFF);
  color: var(--Text-gray-light, #808080);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142%; /* 19.88px */
}
.cs-sidebar__inner .search-cont .cont-search form .cs-button {
  min-height: 40px;
  padding: 4px 16px;
  width: 80px;
  font-size: 14px;
  font-weight: 600;
}

.author_post_sidebar {
  padding: 30px;
  border-radius: 8px;
  background: #FBFBFB;
}
.author_post_sidebar .title-author {
  display: flex;
  gap: 8px;
  color: #4C4C4C;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.66;
  text-transform: uppercase;
  margin-bottom: 15px;
  align-items: center;
}
.author_post_sidebar .title-author svg {
  width: 16px;
  height: 16px;
}
.author_post_sidebar .author_post_content_container {
  display: flex;
  gap: 10px;
  position: relative;
}
.author_post_sidebar .author_post_content_container a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.author_post_sidebar .author_post_content_container img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}
.author_post_sidebar .author_post_content_container .title {
  color: #1A1A1A;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
.author_post_sidebar .author_post_content_container .position {
  color: #808080;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.66;
}

.menu {
  position: fixed;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}
.menu .main-tab.disable {
  display: none;
}
.menu .tab-content {
  display: none;
}
.menu .tab-content.active {
  display: block;
}
.menu .tab-content .industry-navigation {
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 8px;
}
.menu .tab-content .industry-navigation a {
  color: #1A1A1A;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}
.menu .tab-content .head-tab-content {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 0px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  font-family: "Inter";
  letter-spacing: 0px;
  display: flex;
  align-items: center;
  gap: 16px;
  background: #F6F6F6;
  cursor: pointer;
}
.menu .tab-content .head-tab-content svg {
  width: 24px;
  height: 24px;
}
.menu .menu__overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.menu .menu__cont {
  background: #FFF;
  width: 578px;
  height: 100%;
  position: absolute;
  left: -1000px;
  top: 0;
  z-index: 1;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .menu .menu__cont {
    width: 100%;
  }
}
.menu .menu__cont .menu__title {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
  justify-content: space-between;
  color: #1A1A1A;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  background: #F6F6F6;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .menu .menu__cont .menu__title {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.menu .menu__cont .menu__close {
  cursor: pointer;
}
.menu .menu__cont .scroll-cont {
  padding-bottom: 16px;
  overflow: auto;
  height: 94vh;
}
.menu .menu__cont .industry-menu {
  padding: 0 28px;
}
@media screen and (max-width: 767px) {
  .menu .menu__cont .industry-menu {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.menu .menu__cont .industry-menu .industry-menu__cont-tab {
  padding-top: 16px;
  padding-bottom: 16px;
}
.menu .menu__cont .industry-menu .industry-menu__cont-tab .tab {
  color: #1A1A1A;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  justify-content: space-between;
  padding-left: 16px;
  padding-right: 16px;
  min-height: 44px;
  align-items: center;
  cursor: pointer;
}
.menu .menu__cont .login__menu {
  padding: 24px 48px;
  border: 1px solid #E9E9E9;
}
.menu .menu__cont .login__menu a {
  color: #2E5630;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
  gap: 12px;
  border-radius: 6px;
  border: 1px solid #4C7935;
  background: #fff;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  min-height: 48px;
}
@media screen and (max-width: 767px) {
  .menu .menu__cont .login__menu {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.menu .menu__cont .menu__body {
  padding-left: 28px;
  padding-right: 28px;
}
@media screen and (max-width: 767px) {
  .menu .menu__cont .menu__body {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.menu .menu__cont .menu__body.nav {
  padding-top: 16px;
}
.menu .menu__cont .menu__body.nav nav {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.menu .menu__cont .menu__body .premium-service {
  display: flex;
  padding: 16px 16px 20px 16px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 8px;
  background: #E0E6E0;
}
.menu .menu__cont .menu__body .premium-service .premium-service__title {
  color: #1A1A1A;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42;
  margin-bottom: 8px;
}
.menu .menu__cont .menu__body .premium-service p {
  margin-bottom: 16px;
  color: #4C4C4C;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
}
.menu .menu__cont .menu__body .premium-service a {
  display: flex;
  min-height: 32px;
  padding: 2px 12px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 6px;
  border: 1px solid #4C7935;
  background: #fff;
  text-decoration: none;
  width: 100%;
  color: #2E5630;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42;
}
.menu .menu__cont .menu__body .accordion {
  width: 100%;
}
.menu .menu__cont .menu__body .accordion .accordion__title {
  padding-left: 16px;
  padding-right: 16px;
  color: #4C7935;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.menu .menu__cont .menu__body .accordion .accordion__title svg {
  width: 28px;
  height: 28px;
  rotate: 180deg;
  transition: 0.3s;
}
.menu .menu__cont .menu__body .accordion .accordion__title span {
  flex: 1 1 auto;
}
.menu .menu__cont .menu__body .accordion .accordion__title.active svg {
  rotate: 0deg;
  transition: 0.3s;
}
.menu .menu__cont .menu__body .accordion .accordion__content {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.3s;
}
.menu .menu__cont .menu__body .accordion .accordion__content.active {
  height: auto;
  opacity: 1;
}
.menu .menu__cont .menu__body .accordion .accordion__content ul {
  padding-left: 0;
  margin-bottom: 0;
}
.menu .menu__cont .menu__body .accordion .accordion__content ul li {
  min-height: 44px;
  padding: 6px 16px;
  display: flex;
  align-items: center;
}
.menu .menu__cont .menu__body .accordion .accordion__content ul li a {
  color: #1A1A1A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}
.menu .menu__cont .menu__contact {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 24px;
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 44px;
  padding-right: 44px;
}
@media screen and (max-width: 767px) {
  .menu .menu__cont .menu__contact {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.menu .menu__cont .menu__contact a {
  display: flex;
  gap: 8px;
  align-items: center;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.menu .menu__cont .menu__contact a svg {
  width: 24px;
  height: 24px;
}
.menu .menu__cont .menu__contact > *:first-child {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.menu.active {
  z-index: 9999;
}
.menu.active .menu__cont {
  left: 0;
}
.menu.active .menu__overlay {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .search-pagination-block {
    margin-top: 30px !important;
  }
}

.wp-block-create-block-jb-block-main.block {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.post-page-main .cs-entry__header .cs-meta-date {
  color: #4C4C4C;
  text-align: center;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1279px) {
  .post-page-main .cs-entry__header .cs-entry__title {
    width: 100% !important;
  }
}
@media screen and (max-width: 1279px) {
  .post-page-main .cs-entry__header .cs-entry__title {
    width: 100%;
  }
}
.post-page-main .cs-entry__header .cs-entry__title h1 {
  color: #1A1A1A;
  text-align: center;
  font-family: "Inter";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33;
}
@media screen and (max-width: 1279px) {
  .post-page-main .cs-entry__header .cs-entry__title h1 {
    font-size: 30px;
  }
}
.post-page-main .cs-entry__header .cs-entry__title h1 span {
  color: #1A1A1A;
  text-align: center;
  font-family: "Inter";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33;
}
@media screen and (max-width: 767px) {
  .post-page-main .cs-entry__header .cs-entry__title h1 span {
    font-size: 30px;
  }
}
.post-page-main .cs-entry__inner.cs-entry__content {
  margin-bottom: 50px;
}
.post-page-main .cs-entry__inner.cs-entry__content .cs-entry-title-and-subtitle {
  margin-top: 0 !important;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.post-page-main .cs-entry__inner.cs-entry__content .cs-entry-title-and-subtitle h1 {
  color: #1A1A1A;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.33;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 827px;
}
.post-page-main .cs-entry__inner.cs-entry__content .cs-entry-title-and-subtitle .cs-entry__subtitle {
  width: 1047px;
  color: #808080;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
  margin: 0;
  opacity: 1;
  max-width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .post-page-main .cs-entry__inner.cs-entry__content {
    margin-bottom: 20px;
  }
}
.post-page-main .cs-main-content {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .post-page-main .cs-main-content {
    margin-top: 40px;
  }
}
.post-page-main .cs-main-content figure {
  margin-bottom: 0 !important;
}
.post-page-main .cs-main-content figcaption {
  color: #808080;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
.post-page-main .cs-main-content .citation .text-citation {
  color: #1A1A1A;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
}
.post-page-main .cs-main-content .citation .author-citation {
  color: #2E5630;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}
.post-page-main .cs-main-content .citation .author-citation span {
  color: #2E5630;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.post-page-main .cs-main-content ul li::marker {
  color: #000 !important;
}
.post-page-main .category-list__lists {
  display: flex;
  gap: 10px;
}
.post-page-main .category-list__lists a {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 12px 24px;
  border-radius: 333px;
  border: 1px solid #E9E9E9;
  background: #fff;
  text-decoration: none;
  color: #1A1A1A;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  transition: 0.3s;
}
.post-page-main .category-list__lists a img {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .post-page-main .category-list__lists a {
    font-size: 14px;
  }
}
.post-page-main .category-list__lists a:hover {
  border: 1px solid #E9EEE9;
  background: #E9EEE9;
}
.post-page-main .category-list__lists a:active {
  border: 1px solid #E0E6E0;
  background: #E0E6E0;
}
.post-page-main .cs-entry__thumbnail {
  height: 600px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .post-page-main .cs-entry__thumbnail {
    height: 351px;
  }
}
@media screen and (max-width: 767px) {
  .post-page-main .cs-entry__thumbnail {
    height: 207px;
  }
}
.post-page-main .cs-entry__thumbnail .cs-overlay-background {
  height: 600px;
}
@media screen and (max-width: 1279px) {
  .post-page-main .cs-entry__thumbnail .cs-overlay-background {
    height: 351px;
  }
}
@media screen and (max-width: 767px) {
  .post-page-main .cs-entry__thumbnail .cs-overlay-background {
    height: 207px;
  }
}
.post-page-main .cs-overlay-ratio:not(.cs-ratio-original):before {
  display: none;
}
.post-page-main .cs-entry__wrap .entry-content {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media screen and (max-width: 767px) {
  .post-page-main .cs-entry__wrap .entry-content {
    gap: 30px;
  }
}
.post-page-main .cs-entry__wrap .entry-content:before {
  display: none;
}
.post-page-main .cs-entry__wrap .entry-content p strong, .post-page-main .cs-entry__wrap .entry-content li strong {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
.post-page-main .cs-entry__wrap .entry-content a:not(.cs-button) {
  color: #4C7935 !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 1.45;
  background: none !important;
  transition: 0.3s;
  cursor: pointer !important;
}
.post-page-main .cs-entry__wrap .entry-content a:not(.cs-button):hover {
  text-decoration-line: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.post-page-main .cs-entry__wrap .entry-content ul {
  margin-top: 0;
  padding-right: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.post-page-main .cs-entry__wrap .entry-content ul li {
  color: #1A1A1A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
  margin-bottom: 0;
}
.post-page-main .cs-entry__wrap .entry-content h2 {
  color: #1A1A1A !important;
  font-size: 30px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 1.33 !important;
  margin-bottom: 15px;
}
.post-page-main .cs-entry__wrap .entry-content h2 strong {
  color: #1A1A1A !important;
  font-size: 30px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 1.33 !important;
}
.post-page-main .cs-entry__wrap .entry-content h2 span {
  color: #1A1A1A !important;
  font-size: 30px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 1.33 !important;
  margin-bottom: 15px;
}
.post-page-main .cs-entry__wrap .entry-content h3 {
  margin-bottom: 15px;
  color: #1A1A1A;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 1.3;
}
.post-page-main .cs-entry__wrap .entry-content h3 strong {
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
}
.post-page-main .cs-entry__wrap .entry-content h3 span {
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 1.3;
}
.post-page-main .cs-entry__wrap .entry-content h4 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #1A1A1A;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 1.3;
}
.post-page-main .cs-entry__wrap .entry-content h4 span {
  color: #1A1A1A;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 1.3;
}
.post-page-main .cs-entry__wrap .entry-content h4 strong {
  color: #1A1A1A;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
}
.post-page-main .cs-entry__wrap .entry-content p {
  margin-top: 0;
  color: #1A1A1A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
}
.post-page-main .cs-entry__wrap .entry-content p span {
  color: #1A1A1A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
}
.post-page-main .cs-entry__wrap .entry-content .wp-block-group {
  margin: 0;
}
.post-page-main .cs-entry__wrap .entry-content .wp-block-group > .wp-block-group {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.post-page-content .sidebar-cont-single .cs-entry__container {
  display: flex;
  grid-template-columns: none;
}

.cs-read-next {
  margin-bottom: 50px;
}
@media screen and (max-width: 1279px) {
  .cs-read-next {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .cs-read-next {
    display: block;
  }
}
.cs-read-next article h2 {
  color: #1A1A1A;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
}
.cs-read-next article h2 a {
  color: #1A1A1A;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
}
.cs-read-next article h2 a span {
  color: #1A1A1A;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
}
.cs-read-next .cs-read-next__heading {
  margin-bottom: 30px;
}
.cs-read-next .cs-read-next__heading h2 {
  color: #1A1A1A;
  font-family: "Inter";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33;
}

.category-page-main .cs-page__header.cs-page__header-has-description {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .category-page-main .cs-page__header.cs-page__header-has-description {
    margin-bottom: 40px;
  }
}
.category-page-main .cs-page__header.cs-page__header-has-description h1 {
  color: #1A1A1A;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.33;
}
@media screen and (max-width: 767px) {
  .category-page-main .cs-page__header.cs-page__header-has-description h1 {
    font-size: 30px;
  }
}
.category-page-main .cs-page__header.cs-page__header-has-description .cs-page__archive-description {
  margin-top: 0;
  color: #1A1A1A;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  max-width: 100%;
}
.category #content .cs-posts-area.cs-posts-area-posts {
  width: 100%;
}
.category #content .cs-posts-area.cs-posts-area-posts .cs-posts-area__main {
  display: grid;
  grid-template-columns: repeat(3, 420px);
  grid-template-rows: repeat(1, 467px);
  grid-column-gap: 30px;
  grid-row-gap: 50px;
}
@media screen and (max-width: 1279px) {
  .category #content .cs-posts-area.cs-posts-area-posts .cs-posts-area__main {
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(1, auto);
  }
}
@media screen and (max-width: 767px) {
  .category #content .cs-posts-area.cs-posts-area-posts .cs-posts-area__main {
    display: flex;
    flex-direction: column;
    gap: 38px;
  }
}
.category #content .cs-posts-area.cs-posts-area-posts .cs-posts-area__main article {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}
.category #content .cs-posts-area.cs-posts-area-posts .cs-posts-area__main article .cs-entry__post-meta .cs-meta-author {
  display: none !important;
}
.category #content .cs-posts-area.cs-posts-area-posts .cs-posts-area__main article h2 {
  color: #1A1A1A;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
  padding-top: 10px;
}
.category #content .cs-posts-area.cs-posts-area-posts .cs-posts-area__main article .cs-entry__excerpt {
  overflow: hidden;
  color: #808080;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 0;
}

article .cs-button {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  article .cs-entry__discover-more {
    padding-top: 18px;
  }
}
@media screen and (max-width: 1279px) {
  article .cs-entry__outer {
    display: flex !important;
    gap: 20px !important;
  }
}
@media screen and (max-width: 1279px) and (max-width: 767px) {
  article .cs-entry__outer {
    flex-direction: column !important;
  }
}
article .cs-entry__outer .cs-entry__thumbnail {
  min-height: 256px;
  max-height: 256px;
}
@media screen and (max-width: 1279px) {
  article .cs-entry__outer .cs-entry__thumbnail {
    width: 379px;
    max-height: 256px;
    min-height: 256px;
  }
}
@media screen and (max-width: 767px) {
  article .cs-entry__outer .cs-entry__thumbnail {
    min-height: 200px;
    max-height: 200px;
  }
}
article .cs-entry__outer .cs-entry__excerpt {
  overflow: hidden;
  color: var(--Text-gray-light, #808080);
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media screen and (max-width: 1279px) {
  article .cs-entry__outer .cs-entry__excerpt {
    max-height: 51px;
  }
}
article .cs-entry__outer .cs-entry__title {
  color: #1A1A1A !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 1279px) {
  article .cs-entry__outer .cs-entry__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  article .cs-entry__outer .cs-entry__title {
    font-size: 20px;
  }
}
article .cs-entry__outer .cs-entry__title span {
  width: 100%;
}
article .cs-entry__outer .cs-entry__title a {
  color: #1A1A1A !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 1279px) {
  article .cs-entry__outer .cs-entry__title a {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  article .cs-entry__outer .cs-entry__title a {
    font-size: 20px;
  }
}
article .cs-meta-category {
  min-height: 32px !important;
}
article .cs-meta-category ul {
  margin-top: 0 !important;
  display: flex !important;
  gap: 8px !important;
}
article .cs-meta-category ul a {
  display: flex !important;
  min-height: 32px !important;
  padding: 0 8px !important;
  align-items: center !important;
  gap: 6px !important;
  border-radius: 24px !important;
  background: #FAFAFA !important;
  color: #2E5630 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
  font-style: normal !important;
}
article .cs-meta-category ul a:after {
  display: none !important;
}
@media screen and (max-width: 767px) {
  article .cs-meta-category ul a {
    font-size: 12px !important;
  }
}
article .cs-meta-date {
  color: #4C4C4C !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  font-family: "Inter" !important;
}
article .cs-meta-reading-time {
  background: #FAFAFA !important;
  opacity: 0 !important;
  visibility: visible !important;
  overflow: visible !important;
  color: #2E5630 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  width: max-content !important;
  min-width: max-content !important;
  min-height: 32px !important;
  padding: 0 8px !important;
  transition: 0.3s !important;
}
article .cs-meta-reading-time svg {
  width: 18px;
  height: 18px;
}
article .cs-meta-reading-time:before {
  display: none !important;
}
@media screen and (max-width: 1279px) {
  article .cs-meta-reading-time {
    opacity: 1 !important;
    display: flex !important;
    font-size: 12px !important;
  }
  article .cs-meta-reading-time svg {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 767px) {
  article .cs-meta-reading-time {
    opacity: 1 !important;
    display: flex !important;
    font-size: 12px !important;
  }
  article .cs-meta-reading-time svg {
    width: 12px;
    height: 12px;
  }
}
article .cs-button {
  transition: 0.3s;
}
article:hover .cs-meta-reading-time {
  opacity: 1 !important;
}
article .cs-overlay-post-meta.cs-meta-overlay-background {
  left: 16px;
  top: 16px;
  right: 16px;
}
article .article-author {
  display: flex;
  gap: 32px;
  align-items: center;
  margin-top: 15px;
}
article .article-author .title-author {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #4C4C4C;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.66;
  text-transform: uppercase;
}
article .article-author .title-author svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
article .article-author .author_post_content_container {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}
article .article-author .author_post_content_container a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
article .article-author .author_post_content_container img {
  width: 36px;
  height: 36px;
  border-radius: 100%;
}
article .article-author .author_post_content_container .title {
  color: #1A1A1A;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

#search-modal .modal-shadow {
  background: none;
}
@media screen and (max-width: 767px) {
  #search-modal .modal-shadow {
    background: rgba(26, 26, 24, 0.5);
  }
}
#search-modal .modal {
  display: flex;
  width: 590px;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 8px;
  border: 1px solid #E9E9E9;
  background: #FFF;
  overflow: hidden;
  right: 0;
  left: unset;
  top: 150px;
  margin-right: 85px;
  transform: none;
}
@media screen and (max-width: 767px) {
  #search-modal .modal {
    width: 100%;
    left: 0;
    right: unset;
    bottom: 0;
    top: unset;
    transform: none;
  }
}
#search-modal .modal .modal-cross {
  top: 20px;
  right: 20px;
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#search-modal .modal .modal-cross svg {
  width: 12px;
  height: 12px;
}
#search-modal .modal .modal-wrapper {
  width: 100%;
}
#search-modal .modal .modal-wrapper h2 {
  color: #1A1A1A;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}
#search-modal .modal .modal-wrapper form {
  display: flex;
  width: 100%;
  gap: 10px;
  margin-bottom: 20px;
}
#search-modal .modal .modal-wrapper form input {
  flex: 1 1;
  display: flex;
  padding: 10px 16px;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid var(--Border-light, #E9E9E9);
  background: var(--BG, #FFF);
  color: var(--Text-gray-light, #808080);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 142%; /* 19.88px */
}
#search-modal .modal .modal-wrapper form button {
  width: 80px;
  font-size: 14px;
  font-weight: 600;
}
#search-modal .modal .modal-wrapper .category-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  width: 100%;
}
#search-modal .modal .modal-wrapper .category-list .category-item {
  display: flex;
  padding: 8px 16px;
  align-items: flex-end;
  gap: 6px;
  border-radius: 333px;
  border: 1px solid #E9E9E9;
  background: #FFF;
  color: #1A1A1A;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: 0.3s;
}
#search-modal .modal .modal-wrapper .category-list .category-item:hover {
  border: #E9EEE9;
  background: #E9EEE9;
}

.table-of-contents {
  border-radius: 8px;
  background: #FBFBFB;
  overflow: hidden;
  padding-bottom: 24px;
}
@media screen and (max-width: 1279px) {
  .table-of-contents {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .table-of-contents {
    display: none;
  }
}
.table-of-contents .main-anchor-link {
  padding: 24px 32px;
  border-bottom: 1.5px solid #E9E9E9;
  color: #1A1A1A;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
}
.table-of-contents .table-of-contents__menu {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-height: 250px;
  overflow-y: scroll;
}
.table-of-contents .table-of-contents__menu a {
  color: #4C4C4C;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  padding-left: 32px;
  padding-right: 32px;
  transition: 0.3s;
  position: relative;
}
.table-of-contents .table-of-contents__menu a:before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  border-left: 4px solid #2E5630;
  transition: 0.3s;
  opacity: 0;
}
.table-of-contents .table-of-contents__menu a.activeblock {
  font-weight: 500;
  color: #2E5630;
}
.table-of-contents .table-of-contents__menu a.activeblock:before {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .search-page-main .breadcrumbs-main {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.search-page-main .breadcrumbs-main .breadcrumbs {
  padding-left: 24px;
}
@media screen and (max-width: 767px) {
  .search-page-main .breadcrumbs-main .breadcrumbs {
    padding-left: 0;
  }
}
.search-page-main .cs-container {
  width: 1320px;
  padding: 0;
}
@media screen and (max-width: 1279px) {
  .search-page-main .cs-container {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .search-page-main .cs-container {
    width: 100%;
    padding: 0;
  }
}
.search-page-main .search-page .cs-container {
  padding-left: 16px;
  padding-right: 16px;
}
.search-page-main .search-page .empty-search {
  margin-top: 80px;
  color: #4C4C4C;
  text-align: center;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
}
.search-page-main .search-page .head-search {
  padding-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 1279px) {
  .search-page-main .search-page .head-search {
    padding-top: 40px;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .search-page-main .search-page .head-search {
    padding-top: 40px;
  }
}
.search-page-main .search-page .head-search h1 {
  color: #1A1A1A;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33;
}
@media screen and (max-width: 767px) {
  .search-page-main .search-page .head-search h1 {
    font-size: 30px;
  }
}
.search-page-main .search-page .head-search .facetwp-icon {
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.search-page-main .search-page .head-search .facetwp-icon:before {
  width: 24px;
  height: 24px;
  background: url("/wp-content/themes/jb/assets/static/icons/SearchOutlined.svg") no-repeat;
  background-position: center;
}
.search-page-main .search-page .head-search .search-form {
  width: 670px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .search-page-main .search-page .head-search .search-form {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .search-page-main .search-page .head-search .search-form .facetwp-input-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .search-page-main .search-page .head-search .search-form input {
    width: 100% !important;
    border-radius: 0 !important;
    border-bottom: 1px solid #E9E9E9 !important;
    box-shadow: none !important;
  }
}
.search-page-main .search-page .head-search .search-form .clear-search {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.search-page-main .search-page .head-search .search-form .facetwp-facet-search_form {
  margin-bottom: 0 !important;
}
.search-page-main .search-page .head-search .search-form .facetwp-search {
  width: 670px;
  background: #FFF;
  border-radius: 0;
  border-bottom: 1px solid #E9E9E9;
  color: #1A1A1A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.search-page-main .search-page .head-search .search-form .facetwp-search:focus {
  box-shadow: 0 3px 0 0 rgba(189, 206, 130, 0.3);
}
.search-page-main .search-page .search-result {
  display: flex;
  gap: 40px;
  margin-top: 80px;
  width: 1320px;
}
@media screen and (max-width: 1279px) {
  .search-page-main .search-page .search-result {
    width: 100%;
    flex-direction: column;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .search-page-main .search-page .search-result {
    width: 100%;
    flex-direction: column;
    margin-top: 40px;
  }
}
.search-page-main .search-page .search-result .cont-filter {
  margin-top: 51px;
  position: sticky;
  top: 160px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 1279px) {
  .search-page-main .search-page .search-result .cont-filter {
    margin-top: 0;
  }
}
.search-page-main .search-page .search-result .cont-filter .search-filter {
  padding: 24px;
  width: 402px;
  border-radius: 8px;
  background: #FBFBFB;
}
.search-page-main .search-page .search-result .cont-filter .search-filter .facetwp-facet-tags_filter {
  margin-bottom: 0;
}
.search-page-main .search-page .search-result .cont-filter .search-filter .facetwp-facet-tags_filter .fs-wrap {
  width: 100%;
}
.search-page-main .search-page .search-result .cont-filter .search-filter .facetwp-facet-tags_filter .fs-wrap .fs-label-wrap {
  padding: 8px 16px;
  border-radius: 333px;
  border: 1px solid #E9E9E9;
  background: #FFF;
  transition: 0.3s;
}
.search-page-main .search-page .search-result .cont-filter .search-filter .facetwp-facet-tags_filter .fs-wrap .fs-label {
  padding: 0 !important;
  color: #1A1A1A;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
.search-page-main .search-page .search-result .cont-filter .search-filter .facetwp-facet-tags_filter .fs-wrap .fs-arrow {
  border: none !important;
  background: url("../static/icons/KeyboardArrowDownOutlined.svg");
  background-position: center center;
  background-size: contain;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.search-page-main .search-page .search-result .cont-filter .search-filter .facetwp-facet-tags_filter .fs-wrap .fs-dropdown {
  border-radius: 12px;
  border: 1px solid #E9E9E9;
  overflow: hidden;
}
.search-page-main .search-page .search-result .cont-filter .search-filter .facetwp-facet-tags_filter .fs-wrap .fs-dropdown .fs-options > *:not(:last-child) {
  border-bottom: 1px solid #E9E9E9;
}
.search-page-main .search-page .search-result .cont-filter .search-filter .facetwp-facet-tags_filter .fs-wrap .fs-dropdown .fs-option {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 8px 16px;
  transition: 0.3s;
}
.search-page-main .search-page .search-result .cont-filter .search-filter .facetwp-facet-tags_filter .fs-wrap .fs-dropdown .fs-option .fs-option-label {
  color: #1A1A1A;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
.search-page-main .search-page .search-result .cont-filter .search-filter .facetwp-facet-tags_filter .fs-wrap .fs-dropdown .fs-option .fs-checkbox {
  position: relative;
  left: unset;
  top: unset;
  width: 16px;
  height: 16px;
  background: url("../static/icons/Outlined.svg") no-repeat;
}
.search-page-main .search-page .search-result .cont-filter .search-filter .facetwp-facet-tags_filter .fs-wrap .fs-dropdown .fs-option .fs-checkbox i {
  display: none;
}
.search-page-main .search-page .search-result .cont-filter .search-filter .facetwp-facet-tags_filter .fs-wrap .fs-dropdown .fs-option:hover {
  background: #E9EEE9;
}
.search-page-main .search-page .search-result .cont-filter .search-filter .facetwp-facet-tags_filter .fs-wrap .fs-dropdown .fs-option.selected {
  background: #E9EEE9;
}
.search-page-main .search-page .search-result .cont-filter .search-filter .facetwp-facet-tags_filter .fs-wrap .fs-dropdown .fs-option.selected .fs-checkbox {
  background: url("../static/icons/Checkbox.svg") no-repeat;
}
.search-page-main .search-page .search-result .cont-filter .search-filter .facetwp-facet-tags_filter .fs-wrap .fs-dropdown .fs-search {
  padding: 12px 16px;
  background: none !important;
  border-bottom: 1px solid #E9E9E9;
  background: #FBFBFB;
}
.search-page-main .search-page .search-result .cont-filter .search-filter .facetwp-facet-tags_filter .fs-wrap .fs-dropdown .fs-search:before {
  content: "";
  position: absolute;
  background: url("../static/icons/SearchOutlined.svg");
  background-position: center;
  background-repeat: no-repeat;
  left: 16px;
  top: 12px;
  width: 18px;
  height: 18px;
}
.search-page-main .search-page .search-result .cont-filter .search-filter .facetwp-facet-tags_filter .fs-wrap .fs-dropdown .fs-search input {
  height: 19px;
  max-height: 19px;
  min-height: 19px !important;
  color: #000;
  padding-left: 26px;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.search-page-main .search-page .search-result .cont-filter .search-filter .facetwp-facet-tags_filter .fs-wrap .fs-dropdown .fs-search input::placeholder {
  color: #808080;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.search-page-main .search-page .search-result .cont-filter .search-filter .facetwp-facet-tags_filter .fs-wrap.fs-open .fs-label-wrap {
  border-radius: 333px;
  border: 1px solid #E9EEE9;
  background: #E9EEE9;
}
@media screen and (max-width: 1279px) {
  .search-page-main .search-page .search-result .cont-filter .search-filter {
    width: 100%;
    position: relative;
    margin-top: 0;
    top: unset;
    padding: 24px;
    z-index: 99999;
  }
}
@media screen and (max-width: 767px) {
  .search-page-main .search-page .search-result .cont-filter .search-filter {
    width: 100%;
    position: relative;
    margin-top: 0;
    top: unset;
    background: none !important;
    padding: 0;
    z-index: 99999;
  }
}
.search-page-main .search-page .search-result .cont-filter .search-filter .title-filter {
  color: #4C4C4C;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.66;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.search-page-main .search-page .search-result .cont-filter .search-filter .facetwp-facet-category_post {
  margin-bottom: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.search-page-main .search-page .search-result .cont-filter .search-filter .facetwp-facet-category_post .facetwp-radio {
  padding-left: 0;
  display: flex;
  padding: 8px 16px;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  border-radius: 333px;
  border: 1px solid #E9E9E9;
  background: #FFF;
  width: max-content;
  margin-bottom: 0;
  color: #1A1A1A;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  transition: 0.3s;
}
.search-page-main .search-page .search-result .cont-filter .search-filter .facetwp-facet-category_post .facetwp-radio.checked {
  border: 1px solid #E9EEE9;
  background: #E9EEE9;
}
.search-page-main .search-page .search-result .cont-filter .search-filter .facetwp-facet-category_post .facetwp-radio:hover {
  border: 1px solid #E9EEE9;
  background: #E9EEE9;
}
.search-page-main .search-page .search-result .cont-filter .search-filter .facetwp-facet-category_post .facetwp-radio:active {
  border: 1px solid #E0E6E0;
  background: #E0E6E0;
}
.search-page-main .search-page .search-result .cont-filter .search-filter .facetwp-facet-category_post .facetwp-display-value {
  color: #1A1A1A;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
.search-page-main .search-page .search-result .cont-filter .search-filter .facetwp-facet-category_post .facetwp-counter {
  color: #2E5630;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
.search-page-main .search-page .search-result .search-items {
  width: 100%;
}
.search-page-main .search-page .search-result .search-items .facetwp-counts {
  margin-bottom: 30px;
  color: #4C4C4C;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .search-page-main .search-page .search-result .search-items .facetwp-counts {
    margin-bottom: 40px;
  }
}
.search-page-main .search-page .search-result .search-items .cs-posts-area__main {
  display: grid;
  grid-template-columns: repeat(2, 423px);
  grid-template-rows: repeat(1, auto);
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  margin: 0;
  max-width: 100%;
}
@media screen and (max-width: 1279px) {
  .search-page-main .search-page .search-result .search-items .cs-posts-area__main {
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(1, auto);
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .search-page-main .search-page .search-result .search-items .cs-posts-area__main {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
.search-page-main .search-page .search-result .search-items .cs-posts-area__main article {
  border: none !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
  position: relative;
}
@media screen and (max-width: 767px) {
  .search-page-main .search-page .search-result .search-items .cs-posts-area__main article {
    width: 100%;
  }
}
.search-page-main .search-page .search-result .search-items .cs-posts-area__main article .cs-entry__excerpt {
  font-size: 16px;
}
.search-page-main .search-page .search-result .search-items .cs-posts-area__main article h2 {
  font-size: 20px !important;
}
.search-page-main .search-page .search-result .search-items .cs-posts-area__main article h2 a {
  font-size: 20px !important;
}

.search-form-mob {
  display: flex;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .search-form-mob {
    margin-top: 20px;
  }
}
.search-form-mob input {
  padding: 10px 16px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42;
  height: 44px;
  border-radius: 8px;
  border: 1px solid #E9E9E9;
  background: #fff;
}
.search-form-mob input::placeholder {
  color: #808080;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42;
}
.search-form-mob button {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 10px;
  background: none;
  padding: 0;
  width: 24px;
  height: 24px;
}

.wpml-ls-statics-footer {
  display: none !important;
}

.cont-catalog-btn {
  position: relative;
}

.catalog-popup {
  margin-top: 5px;
  left: 0;
  position: absolute;
  border-radius: 6px;
  border: 1px solid #E9E9E9;
  background: #FFF;
  box-shadow: 0 2px 8px -2px rgba(21, 21, 21, 0.08);
  top: -2000px;
  z-index: -1;
  opacity: 0;
  transition: 0.3s opacity;
  display: flex;
}
.catalog-popup .menu__overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
@media screen and (max-width: 1279px) {
  .catalog-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: none;
    height: 100%;
    align-items: end;
    border: none;
    border-radius: 0;
  }
}
.catalog-popup .popup-content {
  height: max-content;
  background: #FFF;
  border: 1px solid #E9E9E9;
  width: 100%;
}
.catalog-popup.active {
  top: unset;
  opacity: 1;
  z-index: 999;
  transition: 0.3s opacity;
}
.catalog-popup .title-popup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(233, 233, 233);
}
.catalog-popup .title-popup span {
  margin-top: 0px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  font-family: "Inter";
  letter-spacing: 0px;
}
.catalog-popup .title-popup svg {
  width: 22px;
  height: 22px;
}
.catalog-popup .content {
  display: flex;
}
@media screen and (max-width: 1279px) {
  .catalog-popup .content {
    flex-direction: column;
  }
}
.catalog-popup .content .side-nav {
  padding-top: 32px;
  padding-bottom: 32px;
  border-right: 1px solid #E9E9E9;
  display: flex;
  flex-direction: column;
  width: 296px;
  min-width: 296px;
  gap: 16px;
}
@media screen and (max-width: 1279px) {
  .catalog-popup .content .side-nav {
    width: 100%;
    min-width: 100%;
    padding-bottom: 16px;
    padding-top: 16px;
    border-right: 0;
    border-bottom: 1px solid #E9E9E9;
  }
}
.catalog-popup .content .side-nav .tab-hover {
  display: flex;
  gap: 15px;
  align-items: center;
  cursor: pointer;
  min-height: 44px;
  padding: 6px 16px;
  transition: 0.3s;
}
.catalog-popup .content .side-nav .tab-hover span {
  width: 188px;
  color: #4C4C4C;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.catalog-popup .content .side-nav .tab-hover img {
  width: 20px;
  height: 20px;
}
.catalog-popup .content .side-nav .tab-hover svg {
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 1279px) {
  .catalog-popup .content .side-nav .tab-hover svg {
    display: none;
  }
}
.catalog-popup .content .side-nav .tab-hover.active {
  background: #F6F6F6;
}
.catalog-popup .content .side-nav .tab-hover.active span {
  font-weight: 500;
}
.catalog-popup .content .content-nav {
  min-width: 500px;
  max-height: 75vh;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
  overflow-y: scroll;
}
@media screen and (max-width: 1279px) {
  .catalog-popup .content .content-nav {
    width: 100%;
    max-height: 30vh;
    overflow: auto;
    padding-top: 16px;
    padding-left: 0;
    padding-right: 0;
  }
}
.catalog-popup .content .content-nav .tab-content {
  display: none;
}
.catalog-popup .content .content-nav .tab-content.active {
  display: block;
}
.catalog-popup .content .content-nav nav {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.catalog-popup .content .content-nav nav a {
  margin-top: 0px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-transform: none;
  font-family: "Inter";
  letter-spacing: 0px;
  color: rgb(26, 26, 26);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 16px;
  min-height: 44px;
}
.catalog-popup .content .content-nav nav a img {
  width: 20px;
  height: 20px;
}

.home .cs-sidebar__inner .search-cont {
  display: none;
}

.cs-share__copy-link-tooltip {
  color: #1A1A1A;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0 0 24px 0 rgba(189, 206, 130, 0.3);
  width: 92px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.cs-icon-chevron-up {
  color: #4C7935;
}

.cs-scroll-top-border {
  color: #4C7935;
}

.cs-scroll-top-progress path {
  stroke: #4C7935;
}

.cs-scroll-top {
  box-shadow: 0px 5px 20px 0px rgba(189, 206, 130, 0.3);
}

.error404 .cs-site-content {
  margin-bottom: 0;
  margin-top: 0;
}

.error-page {
  padding-top: 140px;
}
.error-page .breadcrumbs-main {
  width: 100%;
}
.error-page .error-cont {
  padding-top: 84px;
  padding-bottom: 284px;
}
@media screen and (max-width: 767px) {
  .error-page .error-cont {
    padding-bottom: 230.662px;
    padding-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.error-page .error-cont img {
  width: 858px;
  height: 266px;
  margin-bottom: 80px;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .error-page .error-cont img {
    width: 343px;
    height: 106.338px;
  }
}
.error-page .error-cont .flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.error-page .error-cont .flex a {
  width: 264px;
  height: 48px;
  border-radius: 6px;
  background: #2E5630;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FAFAFA;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .error-page .error-cont .flex a {
    height: 32px;
    font-size: 14px;
    width: 100%;
  }
}
.error-page .error-cont .flex h1 {
  color: #1A1A1A;
  font-family: "Inter";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .error-page .error-cont .flex h1 {
    font-size: 18px;
    margin-bottom: 4px;
  }
}
.error-page .error-cont .flex p {
  margin-bottom: 40px;
  color: #4C4C4C;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .error-page .error-cont .flex p {
    font-size: 14px;
  }
}

.experts-page {
  padding-bottom: 220px;
}
@media screen and (max-width: 1279px) {
  .experts-page {
    padding-bottom: 40px;
  }
}
.experts-page .header-expert {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #E9E9E9;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .experts-page .header-expert {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.experts-page .header-expert .text {
  width: 1082px;
  color: #808080;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
}
@media screen and (max-width: 1279px) {
  .experts-page .header-expert .text {
    width: 100%;
    font-size: 16px;
  }
}
.experts-page .experts-list {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
}
@media screen and (max-width: 1279px) {
  .experts-page .experts-list {
    flex-wrap: wrap;
    justify-content: start;
  }
}
.experts-page .experts-list .card-expert {
  max-width: 256px;
  position: relative;
}
@media screen and (max-width: 1279px) {
  .experts-page .experts-list .card-expert {
    max-width: 100%;
    flex: 0 0 48%;
  }
}
@media screen and (max-width: 1279px) and (max-width: 767px) {
  .experts-page .experts-list .card-expert {
    flex: 1 1 100%;
  }
}
.experts-page .experts-list .card-expert a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.experts-page .experts-list .card-expert img {
  border-radius: 8px;
  width: 256px;
  height: 256px;
  object-fit: cover;
  object-position: top;
}
@media screen and (max-width: 1279px) {
  .experts-page .experts-list .card-expert img {
    width: 100%;
    height: 320px;
    object-fit: cover;
  }
}
.experts-page .experts-list .card-expert h3 {
  margin-top: 20px;
  color: #1A1A1A;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}
.experts-page .experts-list .card-expert .position {
  color: #4C4C4C;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.expert-page {
  padding-bottom: 90px;
}
@media screen and (max-width: 1279px) {
  .expert-page {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .expert-page {
    padding-bottom: 0;
  }
}
.expert-page .title-expert {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
@media screen and (max-width: 1279px) {
  .expert-page .title-expert {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .expert-page .title-expert {
    order: 1;
  }
}
.expert-page .title-expert .tag {
  color: #2E5630;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
  min-height: 32px;
  padding: 0 8px;
  align-items: center;
  border-radius: 24px;
  background: #FAFAFA;
  width: max-content;
  margin-bottom: 20px;
}
.expert-page .title-expert .tag br {
  display: none;
}
@media screen and (max-width: 767px) {
  .expert-page .title-expert .tag {
    max-width: 260px;
  }
}
.expert-page .title-expert h1 {
  color: #1A1A1A;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.33;
  margin-bottom: 0;
}
.expert-page .content-container {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1279px) {
  .expert-page .content-container {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .expert-page .content-container {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .expert-page .content-container .content {
    order: 3;
  }
}
.expert-page .content-container .content .wp-block-group {
  margin-bottom: 30px;
}
.expert-page .content-container .content .wp-block-group strong {
  font-weight: 500;
}
.expert-page .content-container .content .wp-block-group ul {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  column-gap: 30px;
  max-height: 126px;
  flex-wrap: wrap;
  padding-left: 30px;
}
@media screen and (max-width: 1279px) {
  .expert-page .content-container .content .wp-block-group ul {
    max-height: 100%;
  }
}
.expert-page .content-container .content p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  color: #1A1A1A;
}
.expert-page .content-container .content li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.45;
  color: #1A1A1A;
}
.expert-page .content-container .float-image {
  width: 320px;
  height: 360px;
  border-radius: 8px;
  overflow: hidden;
  margin-left: 110px;
  flex: 1 1 320px;
  min-width: 320px;
}
@media screen and (max-width: 1279px) {
  .expert-page .content-container .float-image {
    width: 246px;
    height: 329px;
    margin-left: 74px;
    margin-bottom: 30px;
    float: right;
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  .expert-page .content-container .float-image {
    float: none;
    margin: 0;
    width: 100%;
    height: 343px;
    order: 2;
    margin-bottom: 40px;
  }
}
.expert-page .content-container .float-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.expert-page .post-list-container {
  border-top: 1px solid var(--Border-light, #E9E9E9);
  padding-top: 40px;
}
.expert-page .post-list-container > h2 {
  color: #1A1A1A;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 30px;
}
.expert-page .post-list-container > h2 svg {
  width: 16px;
  height: 16px;
}
.expert-page .post-list-container .post-list {
  display: grid;
  grid-template-columns: repeat(3, 420px);
  grid-template-rows: auto;
  grid-column-gap: 30px;
  grid-row-gap: 0px;
}
@media screen and (max-width: 767px) {
  .expert-page .post-list-container .post-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
.expert-page .post-list-container .post-list .cs-entry__inner.cs-entry__thumbnail {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .expert-page .post-list-container .post-list .cs-entry__inner.cs-entry__thumbnail {
    width: 100%;
    margin-bottom: 0;
  }
}
.expert-page .post-list-container .post-list .cs-button {
  display: none;
}
.expert-page .post-list-container .post-list .cs-overlay-post-meta.cs-meta-overlay-background {
  position: absolute;
}
.expert-page .post-list-container .post-list .cs-overlay-post-meta.cs-meta-overlay-background .cs-entry__post-meta {
  display: flex;
  justify-content: space-between;
}

/*# sourceMappingURL=custom.css.map */
