.single .site-wrapper {
  overflow: unset;
}
body.single {
  background: #fefcf9;
}
html.mobile-menu-active {
  overflow: hidden;
  padding-top: 63.8px;
}
.home header .flex-wrapper .left-content .header-logo {
  pointer-events: none;
}
@media (max-width: 991px) {
  .ceris-mobile-header-sticky {
    margin-top: 0;
  }
}
.blue-button {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  color: #2b1af1;
  font-family: "Playfair Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}
.blue-button:hover {
  text-decoration-line: underline;
}
.blue-button span {
  margin-left: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
header {
  overflow: hidden;
  padding: 16px 0;
  background: #1c1c1e;
  transition: 0.5s all ease;
}
header.mobile-menu-active {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  right: 0;
}
header .flex-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .flex-wrapper .burger-header {
  display: none;
  padding: 8px 0 8px 0;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
@media (max-width: 1140px) {
  header .flex-wrapper .burger-header {
    display: flex;
  }
}
header .flex-wrapper .burger-header.active span {
  background: transparent;
  transition: 0.5s background ease;
}
header .flex-wrapper .burger-header.active span:before {
  top: 0;
  transform: rotate(45deg);
}
header .flex-wrapper .burger-header.active span:after {
  bottom: 0;
  transform: rotate(-45deg);
}
header .flex-wrapper .burger-header span {
  position: relative;
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 50px;
}
header .flex-wrapper .burger-header span:before, header .flex-wrapper .burger-header span:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 50px;
  left: 0;
  transition: 0.5s all ease;
}
header .flex-wrapper .burger-header span:before {
  top: -6px;
}
header .flex-wrapper .burger-header span:after {
  bottom: -6px;
}
header .flex-wrapper .left-content {
  margin-right: 20px;
}
@media (max-width: 1140px) {
  header .flex-wrapper .left-content {
    margin: 0 20px;
  }
}
header .flex-wrapper .left-content .header-logo img {
  max-width: 162px;
  width: 100%;
  object-fit: contain;
}
header .flex-wrapper .right-content {
  margin: 0 20px;
}
@media (max-width: 1140px) {
  header .flex-wrapper .right-content {
    margin: 0;
    position: fixed;
    top: 63px;
    left: 0;
    height: 100vh;
    width: 100vw;
    transform: translateX(-100%);
    background: #fefcf9;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all ease;
    overflow-y: auto;
  }
  header .flex-wrapper .right-content.active {
    transform: translateX(0);
    z-index: 49;
    opacity: 1;
    visibility: visible;
  }
}
header .flex-wrapper .right-content .header__menu .menu__body .menu-list {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
@media (max-width: 1140px) {
  header .flex-wrapper .right-content .header__menu .menu__body .menu-list {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
}
header .flex-wrapper .right-content .header__menu .menu__body .menu-list .mobile-search {
  display: none;
  padding: 16px;
  border-bottom: 1px solid #ebe8f4;
  width: 100%;
}
@media (max-width: 1140px) {
  header .flex-wrapper .right-content .header__menu .menu__body .menu-list .mobile-search {
    display: block;
  }
}
header .flex-wrapper .right-content .header__menu .menu__body .menu-list .mobile-search form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  border: 1px solid #ebe8f4;
  background: #fff;
  padding: 8px;
  position: relative;
}
header .flex-wrapper .right-content .header__menu .menu__body .menu-list .mobile-search form input {
  border: none;
  padding: 0 0 0 28px;
  color: #1c0e40;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
header .flex-wrapper .right-content .header__menu .menu__body .menu-list .mobile-search form input::placeholder {
  color: #d7d4e0;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
header .flex-wrapper .right-content .header__menu .menu__body .menu-list .mobile-search form input:focus, header .flex-wrapper .right-content .header__menu .menu__body .menu-list .mobile-search form input:focus-visible {
  outline: none;
  box-shadow: none;
}
header .flex-wrapper .right-content .header__menu .menu__body .menu-list .mobile-search form input:focus + .static svg path {
  stroke: #1c0e40;
}
header .flex-wrapper .right-content .header__menu .menu__body .menu-list .mobile-search form .static {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  width: 20px;
  height: 20px;
}
header .flex-wrapper .right-content .header__menu .menu__body .menu-list .mobile-search form button {
  border-radius: 5px;
  background: #2b1af1;
  border: 1px solid transparent;
  transition: 0.3s all ease;
  padding: 4px 8px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
header .flex-wrapper .right-content .header__menu .menu__body .menu-list .mobile-search form button:hover {
  border-color: #2b1af1;
}
header .flex-wrapper .right-content .header__menu .menu__body .menu-list .mobile-search form button:focus, header .flex-wrapper .right-content .header__menu .menu__body .menu-list .mobile-search form button:focus-visible {
  outline: none;
  box-shadow: none;
}
header .flex-wrapper .right-content .header__menu .menu__body .menu-list .list-item {
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-right: 48px;
  transition: 0.3s all ease;
}
@media (max-width: 1260px) {
  header .flex-wrapper .right-content .header__menu .menu__body .menu-list .list-item {
    margin-right: 32px;
  }
}
@media (max-width: 1140px) {
  header .flex-wrapper .right-content .header__menu .menu__body .menu-list .list-item {
    color: #1c0e40;
    margin-right: 0;
    padding: 16px;
    border-bottom: 1px solid #ebe8f4;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
header .flex-wrapper .right-content .header__menu .menu__body .menu-list .list-item:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1141px) {
  header .flex-wrapper .right-content .header__menu .menu__body .menu-list .list-item:hover, header .flex-wrapper .right-content .header__menu .menu__body .menu-list .list-item.active {
    color: #f9d5b8;
  }
  header .flex-wrapper .right-content .header__menu .menu__body .menu-list .list-item:hover svg path, header .flex-wrapper .right-content .header__menu .menu__body .menu-list .list-item.active svg path {
    stroke: #f9d5b8;
  }
}
@media (max-width: 1140px) {
  header .flex-wrapper .right-content .header__menu .menu__body .menu-list .list-item span.icon-desk {
    display: none;
  }
}
header .flex-wrapper .right-content .header__menu .menu__body .menu-list .list-item span.icon-mobile {
  display: none;
}
@media (max-width: 1140px) {
  header .flex-wrapper .right-content .header__menu .menu__body .menu-list .list-item span.icon-mobile {
    display: inline;
  }
}
header .flex-wrapper .right-content .header__menu .menu__body .menu-list .list-item span svg {
  vertical-align: sub;
}
header .flex-wrapper .right-content .header__menu .menu__body .menu-list .list-item span svg path {
  transition: 0.3s all ease;
}
header .flex-wrapper .btn-wrapper {
  margin-left: 20px;
}
header .flex-wrapper .btn-wrapper .btn-header {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  transition: 0.3s all ease;
}
header .flex-wrapper .btn-wrapper .btn-header:hover {
  color: #f9d5b8;
  text-decoration: none;
}
header .flex-wrapper .btn-wrapper .btn-header-search {
  margin-left: 32px;
  position: relative;
  transition: 0.3s all ease;
}
@media (max-width: 1140px) {
  header .flex-wrapper .btn-wrapper .btn-header-search {
    display: none;
  }
}
header .flex-wrapper .btn-wrapper .btn-header-search:hover svg {
  margin-right: 60px;
}
header .flex-wrapper .btn-wrapper .btn-header-search:hover .hover-effect {
  transform: translate(-52px);
  z-index: 1;
  opacity: 1;
  visibility: visible;
}
header .flex-wrapper .btn-wrapper .btn-header-search svg {
  vertical-align: sub;
  transition: 0.3s all ease;
}
header .flex-wrapper .btn-wrapper .btn-header-search .hover-effect {
  position: absolute;
  transform: translate(100%);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  transition: 0.3s all ease;
}
.dropdown-menu-header {
  position: fixed;
  top: 63px;
  left: 0;
  width: 100%;
  height: max-content;
  padding: 32px 0;
  border-bottom: 1px solid #d7d4e0;
  background: #fefcf9;
  z-index: 50;
  cursor: default;
  box-shadow: 0px 8px 24px 0px rgba(28, 28, 30, 0.15);
}
@media (max-width: 1140px) {
  .dropdown-menu-header {
    box-shadow: none;
    border: none;
    top: 0;
    left: -100%;
    height: calc(var(--vh, 1vh) * 100 - 63.8px);
    padding: 0;
    transform: translateX(-100%);
    transition: 0.5s all ease;
    display: block !important;
    overflow-y: auto;
  }
  .dropdown-menu-header.active {
    transform: translateX(0);
    left: 0;
  }
}
.dropdown-menu-header .view-all {
  padding-bottom: 0;
}
.dropdown-menu-header .view-all span svg g path {
  stroke: transparent !important;
}
.dropdown-menu-header .mobile-active-title {
  display: none;
  color: #1c0e40;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid #ebe8f4;
}
@media (max-width: 1140px) {
  .dropdown-menu-header .mobile-active-title {
    display: flex;
  }
}
.dropdown-menu-header .mobile-active-title span {
  width: 24px;
  height: 24px;
}
.dropdown-menu-header .dropdown-wrapper {
  position: relative;
  z-index: 51;
  max-width: 1152px;
  width: 93.6%;
  margin: 0 auto;
}
@media (max-width: 1140px) {
  .dropdown-menu-header .dropdown-wrapper {
    width: 100%;
    margin: 0;
    padding: 16px;
  }
}
.dropdown-menu-header .dropdown-wrapper .title-column, .dropdown-menu-header .dropdown-wrapper .title-row {
  padding-bottom: 16px;
  border-bottom: 1px solid #1c0e40;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.dropdown-menu-header .dropdown-wrapper .title-column .title-link, .dropdown-menu-header .dropdown-wrapper .title-row .title-link {
  color: #1c0e40;
  font-family: 'Playfair Display';
  font-size: 24px;
  font-style: normal;
  line-height: 125%;
  font-weight: 600;
  margin-right: 10px;
}
@media (max-width: 1260px) {
  .dropdown-menu-header .dropdown-wrapper .title-column .title-link, .dropdown-menu-header .dropdown-wrapper .title-row .title-link {
    font-size: 20px;
  }
}
@media (max-width: 1140px) {
  .dropdown-menu-header .dropdown-wrapper .title-column .title-link, .dropdown-menu-header .dropdown-wrapper .title-row .title-link {
    line-height: 150%;
  }
}
.dropdown-menu-header.two-col .dropdown-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1140px) {
  .dropdown-menu-header.two-col .dropdown-wrapper {
    flex-direction: column;
  }
}
.dropdown-menu-header.two-col .dropdown-wrapper .column {
  margin-right: 32px;
}
@media (max-width: 1140px) {
  .dropdown-menu-header.two-col .dropdown-wrapper .column {
    margin-right: 0;
    margin-bottom: 32px;
  }
}
.dropdown-menu-header.two-col .dropdown-wrapper .column.first-column {
  max-width: 296px;
  width: 100%;
}
@media (max-width: 1140px) {
  .dropdown-menu-header.two-col .dropdown-wrapper .column.first-column {
    max-width: 100%;
  }
}
.dropdown-menu-header.two-col .dropdown-wrapper .column.second-column {
  width: 100%;
}
.dropdown-menu-header.two-col .dropdown-wrapper .column.second-column .items-wrap .items-column {
  margin-right: 32px;
  max-width: 408px;
  width: 100%;
}
@media (max-width: 1140px) {
  .dropdown-menu-header.two-col .dropdown-wrapper .column.second-column .items-wrap .items-column {
    max-width: 100%;
    margin-right: 0;
  }
}
.dropdown-menu-header.two-col .dropdown-wrapper .column.second-column .items-wrap .items-column:last-child {
  margin-right: 0;
}
.dropdown-menu-header.two-col .dropdown-wrapper .column:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.dropdown-menu-header.two-col .dropdown-wrapper .column .items-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1140px) {
  .dropdown-menu-header.two-col .dropdown-wrapper .column .items-wrap {
    display: block;
  }
}
.dropdown-menu-header.two-col .dropdown-wrapper .column .items-column {
  list-style: none;
  margin-bottom: 0;
  margin-top: 16px;
}
.dropdown-menu-header.two-col .dropdown-wrapper .column .items-column .item-column {
  margin-bottom: 16px;
}
.dropdown-menu-header.two-col .dropdown-wrapper .column .items-column .item-column:last-child {
  margin-bottom: 0;
}
.dropdown-menu-header.two-col .dropdown-wrapper .column .items-column .item-column .item-link {
  color: #1c0e40;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  transition: 0.3s all ease;
}
.dropdown-menu-header.two-col .dropdown-wrapper .column .items-column .item-column .item-link:focus {
  text-decoration: none;
}
.dropdown-menu-header.two-col .dropdown-wrapper .column .items-column .item-column .item-link:hover {
  color: #2b1af1;
}
.dropdown-menu-header.four-col .dropdown-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1140px) {
  .dropdown-menu-header.four-col .dropdown-wrapper {
    justify-content: flex-start;
    flex-direction: column;
  }
}
.dropdown-menu-header.four-col .dropdown-wrapper .column-item {
  margin-right: 32px;
  max-width: 266px;
  width: 100%;
}
@media (max-width: 1140px) {
  .dropdown-menu-header.four-col .dropdown-wrapper .column-item {
    margin-right: 0;
    margin-bottom: 32px;
    max-width: 100%;
  }
}
.dropdown-menu-header.four-col .dropdown-wrapper .column-item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.dropdown-menu-header.four-col .dropdown-wrapper .column-item .items-column {
  list-style: none;
  margin-bottom: 0;
  margin-top: 16px;
}
.dropdown-menu-header.four-col .dropdown-wrapper .column-item .items-column .item-column {
  margin-bottom: 16px;
}
.dropdown-menu-header.four-col .dropdown-wrapper .column-item .items-column .item-column:last-child {
  margin-bottom: 0;
}
.dropdown-menu-header.four-col .dropdown-wrapper .column-item .items-column .item-column .item-link {
  color: #1c0e40;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  transition: 0.3s all ease;
}
.dropdown-menu-header.four-col .dropdown-wrapper .column-item .items-column .item-column .item-link:focus {
  text-decoration: none;
}
.dropdown-menu-header.four-col .dropdown-wrapper .column-item .items-column .item-column .item-link:hover {
  color: #2b1af1;
}
.dropdown-menu-header.rows .dropdown-wrapper .row-item {
  margin-bottom: 32px;
  width: 100%;
}
.dropdown-menu-header.rows .dropdown-wrapper .row-item:last-child {
  margin-bottom: 0;
}
.dropdown-menu-header.rows .dropdown-wrapper .row-item .items-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1140px) {
  .dropdown-menu-header.rows .dropdown-wrapper .row-item .items-wrap {
    justify-content: flex-start;
    flex-direction: column;
  }
}
.dropdown-menu-header.rows .dropdown-wrapper .row-item .items-row {
  list-style: none;
  margin-bottom: 0;
  margin-top: 16px;
  max-width: 376px;
  width: 100%;
  margin-right: 32px;
}
@media (max-width: 1140px) {
  .dropdown-menu-header.rows .dropdown-wrapper .row-item .items-row {
    margin-right: 0;
    max-width: 100%;
  }
}
.dropdown-menu-header.rows .dropdown-wrapper .row-item .items-row:last-child {
  margin-right: 0;
}
.dropdown-menu-header.rows .dropdown-wrapper .row-item .items-row .item-row {
  margin-bottom: 16px;
}
.dropdown-menu-header.rows .dropdown-wrapper .row-item .items-row .item-row:last-child {
  margin-bottom: 0;
}
.dropdown-menu-header.rows .dropdown-wrapper .row-item .items-row .item-row .item-link {
  color: #1c0e40;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  transition: 0.3s all ease;
}
.dropdown-menu-header.rows .dropdown-wrapper .row-item .items-row .item-row .item-link:focus {
  text-decoration: none;
}
.dropdown-menu-header.rows .dropdown-wrapper .row-item .items-row .item-row .item-link:hover {
  color: #2b1af1;
}
.row1160 {
  max-width: 1160px;
  width: 93.6%;
  margin: 0 auto;
}
@media (max-width: 740px) {
  .row1160 {
    width: 92%;
  }
}
.row1152 {
  max-width: 1152px;
  width: 93.6%;
  margin: 0 auto;
}
@media (max-width: 740px) {
  .row1152 {
    width: 92%;
  }
}
.row1056 {
  max-width: 1056px;
  width: 93.6%;
  margin: 0 auto;
}
@media (max-width: 740px) {
  .row1056 {
    width: 92%;
  }
}
.home {
  background: #fefcf9;
}
.home-wrapper {
  padding: 48px 0;
}
@media (max-width: 900px) {
  .home-wrapper {
    padding: 32px 0;
  }
}
@media (max-width: 740px) {
  .home-wrapper {
    padding: 24px 0;
  }
}
.article-wrapper {
  padding: 48px 0 72px;
}
@media (max-width: 740px) {
  .article-wrapper {
    padding: 24px 0 48px;
  }
}
.breadcrumbs.yoast-breadcrumbs {
  margin-bottom: 48px;
}
@media (max-width: 740px) {
  .breadcrumbs.yoast-breadcrumbs {
    margin-bottom: 32px;
  }
}
.breadcrumbs.yoast-breadcrumbs span .breadcrumb-tag {
  margin-right: 0;
  color: #2b1af1;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 0 16px;
  background: #f5f2fe;
  border-radius: 999px;
}
.breadcrumbs.yoast-breadcrumbs span > span {
  margin-right: 40px;
}
.breadcrumbs.yoast-breadcrumbs span > span a {
  color: #1c0e40;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  position: relative;
}
.breadcrumbs.yoast-breadcrumbs span > span a:hover {
  text-decoration-line: underline;
}
.breadcrumbs.yoast-breadcrumbs span > span a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -32px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_25_244' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect y='24' width='24' height='24' transform='rotate(-90 0 24)' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_25_244)'%3E%3Cpath d='M14.6615 11.9999C14.6615 12.1204 14.6423 12.2325 14.6038 12.3364C14.5653 12.4402 14.4993 12.5389 14.4057 12.6325L9.91151 17.1268C9.77306 17.2652 9.59902 17.3361 9.38941 17.3393C9.17979 17.3425 9.00255 17.2716 8.85768 17.1268C8.71281 16.9819 8.64038 16.8063 8.64038 16.5999C8.64038 16.3935 8.71281 16.2178 8.85768 16.073L12.9308 11.9999L8.85768 7.92675C8.71923 7.7883 8.6484 7.61427 8.64518 7.40465C8.64198 7.19505 8.71281 7.01782 8.85768 6.87295C9.00255 6.72807 9.17819 6.65563 9.3846 6.65563C9.591 6.65563 9.76664 6.72807 9.9115 6.87295L14.4057 11.3672C14.4993 11.4608 14.5653 11.5595 14.6038 11.6633C14.6423 11.7672 14.6615 11.8793 14.6615 11.9999Z' fill='%23AADE00'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.post-categories {
  margin-bottom: 32px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 740px) {
  .post-categories {
    margin-bottom: 24px;
  }
}
.post-categories li {
  list-style: none;
  border-radius: 999px;
  background: #2b1af1;
  padding: 4px 20px;
  margin-right: 8px;
}
.post-categories li a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.content-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1180px) {
  .content-wrapper {
    display: block;
  }
}
.content-wrapper article {
  flex: 1;
  position: relative;
  margin-right: 64px;
}
@media (max-width: 1180px) {
  .content-wrapper article {
    margin-right: 0;
  }
}
.content-wrapper article h1.article-title {
  color: #1c0e40;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  margin-bottom: 32px;
}
@media (max-width: 740px) {
  .content-wrapper article h1.article-title {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
.content-wrapper article > p {
  color: #1c0e40;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 32px;
}
@media (max-width: 740px) {
  .content-wrapper article > p {
    margin-bottom: 24px;
  }
}
.content-wrapper article > p a {
  color: #2b1af1;
  text-decoration-line: underline;
}
.content-wrapper article > ul {
  list-style: none;
  margin-bottom: 32px;
}
@media (max-width: 740px) {
  .content-wrapper article > ul {
    margin-bottom: 24px;
  }
}
.content-wrapper article > ul li {
  position: relative;
  padding-left: 14px;
  color: #1c0e40;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 8px;
}
.content-wrapper article > ul li a {
  word-break: break-all;
}
.content-wrapper article > ul li:last-child {
  margin-bottom: 0;
}
.content-wrapper article > ul li:before {
  position: absolute;
  content: '';
  top: 12px;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2b1af1;
}
.content-wrapper article > ol {
  margin-bottom: 32px;
  padding-left: 17px;
}
@media (max-width: 740px) {
  .content-wrapper article > ol {
    margin-bottom: 24px;
  }
}
.content-wrapper article > ol li {
  color: #1c0e40;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 8px;
  padding-left: 3px;
}
.content-wrapper article > ol li:last-child {
  margin-bottom: 0;
}
.content-wrapper article > ol li::marker {
  color: #2b1af1;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.content-wrapper article > ol li ul {
  list-style: none;
  margin: 24px 0;
}
.content-wrapper article > ol li ul li {
  position: relative;
  padding-left: 14px;
  color: #1c0e40;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 8px;
}
.content-wrapper article > ol li ul li:last-child {
  margin-bottom: 0;
}
.content-wrapper article > ol li ul li:before {
  position: absolute;
  content: '';
  top: 12px;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2b1af1;
}
.content-wrapper article .bottom-article-author-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 48px;
  margin: 48px 0;
  border-bottom: 1px solid #ebe8f4;
}
@media (max-width: 740px) {
  .content-wrapper article .bottom-article-author-info {
    margin: 32px 0;
    padding-bottom: 32px;
    flex-direction: column;
  }
}
.content-wrapper article .bottom-article-author-info .avatar {
  border-radius: 999px;
  width: 56px;
  height: 56px;
  object-fit: cover;
}
.content-wrapper article .bottom-article-author-info .author-name-and-description {
  margin-left: 24px;
}
@media (max-width: 740px) {
  .content-wrapper article .bottom-article-author-info .author-name-and-description {
    margin-left: 0;
    margin-top: 16px;
  }
}
.content-wrapper article .bottom-article-author-info .author-name-and-description .name {
  color: #1c0e40;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 4px;
}
.content-wrapper article .bottom-article-author-info .author-name-and-description p {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}
.content-wrapper article .bottom-article-related-articles .related-title {
  color: #1c0e40;
  font-family: "Playfair Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  margin-bottom: 32px;
}
.content-wrapper article .bottom-article-related-articles .posts-wrapper .related-post {
  padding: 24px 0;
  border-bottom: #ebe8f4;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 740px) {
  .content-wrapper article .bottom-article-related-articles .posts-wrapper .related-post {
    padding: 16px 0;
    flex-direction: column;
  }
}
.content-wrapper article .bottom-article-related-articles .posts-wrapper .related-post:first-child {
  border-top: 1px solid #ebe8f4;
}
.content-wrapper article .bottom-article-related-articles .posts-wrapper .related-post .related-post-image {
  width: 176px;
  margin-right: 16px;
}
@media (max-width: 740px) {
  .content-wrapper article .bottom-article-related-articles .posts-wrapper .related-post .related-post-image {
    width: 128px;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.content-wrapper article .bottom-article-related-articles .posts-wrapper .related-post .related-post-image img {
  width: 176px;
  height: 176px;
  object-fit: cover;
}
@media (max-width: 740px) {
  .content-wrapper article .bottom-article-related-articles .posts-wrapper .related-post .related-post-image img {
    width: 128px;
    height: 128px;
  }
}
.content-wrapper article .bottom-article-related-articles .posts-wrapper .related-post .related-post-content {
  flex: 1;
}
.content-wrapper article .bottom-article-related-articles .posts-wrapper .related-post .related-post-content .tags a {
  display: inline-block;
  color: #2b1af1;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 0 16px;
  border-radius: 999px;
  background: #f5f2fe;
  margin-right: 8px;
  margin-bottom: 8px;
}
.content-wrapper article .bottom-article-related-articles .posts-wrapper .related-post .related-post-content .tags a:last-child {
  margin-right: 0;
}
.content-wrapper article .bottom-article-related-articles .posts-wrapper .related-post .related-post-content .related-post-title {
  margin-bottom: 8px;
}
.content-wrapper article .bottom-article-related-articles .posts-wrapper .related-post .related-post-content .related-post-title a {
  color: #1c0e40;
  font-family: "Playfair Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s all ease;
}
.content-wrapper article .bottom-article-related-articles .posts-wrapper .related-post .related-post-content .related-post-title a:hover {
  opacity: 0.8;
}
.content-wrapper article .bottom-article-related-articles .posts-wrapper .related-post .related-post-content .related-post-excerpt {
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-wrapper article .author-info-mobile {
  display: none;
  margin-bottom: 32px;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1180px) {
  .content-wrapper article .author-info-mobile {
    display: flex;
  }
}
@media (max-width: 740px) {
  .content-wrapper article .author-info-mobile {
    margin-bottom: 24px;
  }
}
.content-wrapper article .author-info-mobile:last-child {
  margin-bottom: 0;
}
.content-wrapper article .author-info-mobile img {
  border-radius: 999px;
  width: 56px;
  height: 56px;
  object-fit: cover;
}
.content-wrapper article .author-info-mobile .info-wrap {
  margin-left: 16px;
}
.content-wrapper article .author-info-mobile .info-wrap .author-name {
  color: #1c0e40;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 4px;
}
.content-wrapper article .author-info-mobile .info-wrap .author-name span {
  color: #2b1af1;
  font-weight: 600;
}
.content-wrapper article .author-info-mobile .info-wrap .last-update {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-left: 14px;
  position: relative;
}
.content-wrapper article .author-info-mobile .info-wrap .last-update:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #aade00;
}
.content-wrapper .article-sidebar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  max-width: 309px;
  width: 100%;
  position: sticky;
  top: 80px;
}
@media (max-width: 1180px) {
  .content-wrapper .article-sidebar {
    display: none;
  }
}
.content-wrapper .article-sidebar .author-info {
  margin-bottom: 56px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.content-wrapper .article-sidebar .author-info:last-child {
  margin-bottom: 0;
}
.content-wrapper .article-sidebar .author-info img {
  border-radius: 999px;
  width: 56px;
  height: 56px;
  object-fit: cover;
}
.content-wrapper .article-sidebar .author-info .info-wrap {
  margin-left: 16px;
}
.content-wrapper .article-sidebar .author-info .info-wrap .author-name {
  color: #1c0e40;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 4px;
}
.content-wrapper .article-sidebar .author-info .info-wrap .author-name span {
  color: #2b1af1;
  font-weight: 600;
}
.content-wrapper .article-sidebar .author-info .info-wrap .last-update {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-left: 14px;
  position: relative;
}
.content-wrapper .article-sidebar .author-info .info-wrap .last-update:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #aade00;
}
.content-wrapper .article-sidebar .related-articles .related-title {
  color: #1c0e40;
  font-family: "Playfair Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  margin-bottom: 24px;
}
.content-wrapper .article-sidebar .related-articles .posts-wrapper {
  margin-top: 24px;
}
.content-wrapper .article-sidebar .related-articles .posts-wrapper .related-post {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid #ebe8f4;
  color: #1c0e40;
}
.content-wrapper .article-sidebar .related-articles .posts-wrapper .related-post:hover .related-post-title {
  opacity: 0.8;
}
.content-wrapper .article-sidebar .related-articles .posts-wrapper .related-post:first-child {
  border-top: 1px solid #ebe8f4;
}
.content-wrapper .article-sidebar .related-articles .posts-wrapper .related-post .related-post-image {
  margin-right: 16px;
  width: 72px;
}
.content-wrapper .article-sidebar .related-articles .posts-wrapper .related-post .related-post-image img {
  width: 72px;
  height: 72px;
  object-fit: cover;
}
.content-wrapper .article-sidebar .related-articles .posts-wrapper .related-post .related-post-title {
  margin-right: 16px;
  max-width: 181px;
  color: #1c0e40;
  font-family: "Playfair Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.medically-reviewed {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .medically-reviewed {
    display: none;
  }
}
@media (max-width: 740px) {
  .medically-reviewed {
    margin-bottom: 24px;
  }
}
.medically-reviewed .wrapper.active {
  box-shadow: 0px 4px 12px 0px rgba(28, 28, 30, 0.10);
}
.medically-reviewed .wrapper .title-medically-reviewed {
  display: flex;
  align-items: center;
  position: relative;
  padding: 11px 12px;
  border-radius: 8px;
  border: 1px solid #ebe8f4;
  background: #fff;
  transition: 0.3s all ease;
  cursor: pointer;
}
@media (max-width: 740px) {
  .medically-reviewed .wrapper .title-medically-reviewed {
    padding: 11px 50px 11px 12px;
  }
}
.medically-reviewed .wrapper .title-medically-reviewed.active {
  border-radius: 8px 8px 0 0;
}
.medically-reviewed .wrapper .title-medically-reviewed.active:before {
  transform: translateY(-50%) scaleY(-1);
}
.medically-reviewed .wrapper .title-medically-reviewed:before {
  content: '';
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_501_7' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='32' height='32'%3E%3Crect width='32' height='32' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_501_7)'%3E%3Cpath d='M16.0002 19.5487C15.8395 19.5487 15.6899 19.523 15.5515 19.4718C15.413 19.4205 15.2814 19.3324 15.1566 19.2077L9.16433 13.2154C8.97971 13.0308 8.88527 12.7987 8.881 12.5192C8.87671 12.2397 8.97115 12.0034 9.16433 11.8103C9.35749 11.6171 9.59167 11.5205 9.86687 11.5205C10.1421 11.5205 10.3762 11.6171 10.5694 11.8103L16.0002 17.2411L21.431 11.8103C21.6156 11.6257 21.8476 11.5312 22.1271 11.5269C22.4066 11.5227 22.6429 11.6171 22.8361 11.8103C23.0292 12.0034 23.1258 12.2376 23.1258 12.5128C23.1258 12.788 23.0292 13.0222 22.8361 13.2154L16.8438 19.2077C16.719 19.3324 16.5874 19.4205 16.4489 19.4718C16.3105 19.523 16.1609 19.5487 16.0002 19.5487Z' fill='%231C0E40'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s all ease;
}
.medically-reviewed .wrapper .title-medically-reviewed span.svg {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
.medically-reviewed .wrapper .title-medically-reviewed span.title {
  color: #1c0e40;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.medically-reviewed .wrapper .title-medically-reviewed span.title strong {
  font-weight: 600;
  text-decoration-line: underline;
}
.medically-reviewed .wrapper .description-medically-reviewed {
  border: 1px solid #ebe8f4;
  border-radius: 0 0 8px 8px;
  background: #fff;
  border-top: none;
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 20px;
}
.table-of-content {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .table-of-content {
    display: none;
  }
}
@media (max-width: 740px) {
  .table-of-content {
    margin-bottom: 24px;
  }
}
.table-of-content .content-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.table-of-content .content-list .content-item {
  list-style: none;
  padding: 4px 12px;
  border-radius: 6px;
  margin: 0 8px 8px 0;
  background: #f4e6db;
  transition: 0.3s all ease;
}
.table-of-content .content-list .content-item:hover {
  background: #f9d5b8;
}
.table-of-content .content-list .content-item a {
  color: #1c0e40;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
h4.wp-block-heading {
  color: #1c0e40;
  font-family: "Open Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 0;
  margin-bottom: 32px;
}
@media (max-width: 740px) {
  h4.wp-block-heading {
    margin-bottom: 24px;
    font-size: 20px;
  }
}
h4.wp-block-heading strong {
  display: block;
  color: #1c0e40;
  font-family: "Playfair Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}
@media (max-width: 740px) {
  h4.wp-block-heading strong {
    font-size: 20px;
  }
}
h3.wp-block-heading {
  color: #1c0e40;
  font-family: "Playfair Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  margin-bottom: 32px;
  margin-top: 0;
}
@media (max-width: 740px) {
  h3.wp-block-heading {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.wp-block-image {
  margin: 48px 0;
}
@media (max-width: 740px) {
  .wp-block-image {
    margin: 32px 0;
  }
}
.wp-block-image figure {
  float: unset !important;
  display: block !important;
  margin: 0 !important;
}
.wp-block-image .wp-element-caption {
  display: block !important;
  float: unset !important;
  padding: 0;
  margin-top: 8px;
  text-align: left;
  color: #666;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.call-to-action {
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #2b1af1;
  background: #fff;
  box-shadow: 0px 0px 0px 0px #571af1 inset;
  position: relative;
  overflow: hidden;
  margin: 48px 0;
}
@media (max-width: 740px) {
  .call-to-action {
    margin: 32px 0;
  }
}
.call-to-action:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
  background: #2b1af1;
}
.call-to-action .title-call-to-action {
  color: #1c0e40;
  font-family: "Playfair Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  margin-bottom: 16px;
}
@media (max-width: 740px) {
  .call-to-action .title-call-to-action {
    font-size: 20px;
  }
}
.call-to-action .description-call-to-action {
  color: #1c0e40;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 32px;
}
.call-to-action .description-call-to-action:last-child {
  margin-bottom: 0;
}
.call-to-action .button-call-to-action {
  display: inline-block;
  border-radius: 8px;
  background: #2b1af1;
  padding: 9px 24px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  transition: 0.3s all ease;
  border: 1px solid transparent;
}
.call-to-action .button-call-to-action:hover {
  background: transparent;
  color: #1c0e40;
  border: 1px solid #2b1af1;
}
.wrapper-related-articles {
  border-radius: 8px;
  border: 1px solid var(--Border-Light, #ebe8f4);
  background: #fff;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  margin: 48px 0;
}
@media (max-width: 740px) {
  .wrapper-related-articles {
    margin: 32px 0;
  }
}
.wrapper-related-articles .related-article {
  color: var(--Primary-Blue, #2b1af1);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 16px;
}
.wrapper-related-articles .related-article a {
  text-decoration-line: underline;
}
.wrapper-related-articles .related-article:last-child {
  margin-bottom: 0;
}
.description-block {
  padding: 24px;
  border-radius: 8px;
  border: 1px solid var(--Primary-Blue, #1c0e40);
  background: #fff;
  box-shadow: 0px 0px 0px 0px #571af1 inset;
  position: relative;
  overflow: hidden;
  margin: 48px 0;
}
@media (max-width: 740px) {
  .description-block {
    margin: 32px 0;
  }
}
.description-block p {
  color: var(--Text-Headline, #1c0e40);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}
.description-block p a {
  color: var(--Text-Headline, #2b1af1);
  text-decoration-line: underline;
}
.description-block:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  top: 0;
  left: 0;
  background: var(--Primary-Blue, #1c0e40);
}
.wp-block-buttons {
  flex-direction: column;
  align-items: flex-start !important;
  gap: 0;
}
.wp-block-buttons .wp-block-button:not(.is-style-outline) .wp-block-button__link:hover {
  color: var(--Primary-Blue, #2b1af1) !important;
}
.wp-block-buttons .wp-block-button {
  margin-bottom: 24px;
}
.wp-block-buttons .wp-block-button:last-child {
  margin-bottom: 0;
}
.wp-block-buttons .wp-block-button a {
  display: inline-block !important;
  position: relative;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  padding-right: 32px;
  color: var(--Primary-Blue, #2b1af1);
  font-family: "Playfair Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}
@media (max-width: 740px) {
  .wp-block-buttons .wp-block-button a {
    font-size: 18px;
  }
}
.wp-block-buttons .wp-block-button a:hover {
  text-decoration-line: underline;
}
.wp-block-buttons .wp-block-button a:after {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cmask id='mask0_25_409' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_25_409)'%3E%3Cpath d='M12 15.6442L15.6442 12L12 8.35578L10.9558 9.39998L12.8058 11.25H8.25V12.75H12.8058L10.9558 14.6L12 15.6442ZM12.0016 21.5C10.6877 21.5 9.45268 21.2506 8.29655 20.752C7.1404 20.2533 6.13472 19.5765 5.2795 18.7217C4.42427 17.8669 3.74721 16.8616 3.24833 15.706C2.74944 14.5504 2.5 13.3156 2.5 12.0017C2.5 10.6877 2.74933 9.45268 3.248 8.29655C3.74667 7.1404 4.42342 6.13472 5.27825 5.2795C6.1331 4.42427 7.13834 3.74721 8.29398 3.24833C9.44959 2.74944 10.6844 2.5 11.9983 2.5C13.3122 2.5 14.5473 2.74933 15.7034 3.248C16.8596 3.74667 17.8652 4.42342 18.7205 5.27825C19.5757 6.1331 20.2527 7.13834 20.7516 8.29398C21.2505 9.44959 21.5 10.6844 21.5 11.9983C21.5 13.3122 21.2506 14.5473 20.752 15.7034C20.2533 16.8596 19.5765 17.8652 18.7217 18.7205C17.8669 19.5757 16.8616 20.2527 15.706 20.7516C14.5504 21.2505 13.3156 21.5 12.0016 21.5ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76664 19.225 7.87498 17.675 6.32498C16.125 4.77498 14.2333 3.99998 12 3.99998C9.76664 3.99998 7.87498 4.77498 6.32498 6.32498C4.77498 7.87498 3.99998 9.76664 3.99998 12C3.99998 14.2333 4.77498 16.125 6.32498 17.675C7.87498 19.225 9.76664 20 12 20Z' fill='%232B1AF1'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 740px) {
  .wp-block-buttons .wp-block-button a:after {
    width: 23px;
    height: 23px;
  }
}
.table-container {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}
@media (max-width: 1180px) {
  .table-container table {
    width: 1052px;
  }
}
.faq-block {
  margin: 48px 0;
}
@media (max-width: 740px) {
  .faq-block {
    margin: 32px 0;
  }
}
.faq-block .title-block-faq {
  color: var(--Text-Headline, #1c0e40);
  font-family: "Playfair Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  margin-bottom: 32px;
}
@media (max-width: 740px) {
  .faq-block .title-block-faq {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.faq-block .wrapper {
  border-radius: 8px;
  border: 1px solid #1b2e10;
  background: #fff;
  box-shadow: 0px 0px 0px 0px #571af1 inset;
  overflow: hidden;
}
.faq-block .wrapper .title-accordion {
  color: #fff;
  font-family: "Playfair Display";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  background: #1b2e10;
  padding: 8px 24px;
}
.faq-block .wrapper .acc {
  padding: 24px;
  background: #fff;
}
.faq-block .wrapper .acc .item {
  position: relative;
  padding: 16px 0;
  border-bottom: 1px solid #ebe8f4;
}
.faq-block .wrapper .acc .item:last-child {
  border-bottom: none;
}
.faq-block .wrapper .acc .item:first-child {
  padding-top: 0;
}
.faq-block .wrapper .acc .item .title-item {
  color: var(--Text-Headline, #1c0e40);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  cursor: pointer;
  position: relative;
}
.faq-block .wrapper .acc .item .title-item .arrow-faq {
  width: 32px;
  height: 32px;
  position: absolute;
  top: -4px;
  right: 0;
  transition: 0.3s all ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cmask id='mask0_524_24' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='32' height='32'%3E%3Crect width='32' height='32' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_524_24)'%3E%3Cpath d='M16.0002 19.5487C15.8395 19.5487 15.6899 19.523 15.5515 19.4717C15.413 19.4205 15.2814 19.3324 15.1566 19.2076L9.16433 13.2153C8.97971 13.0307 8.88527 12.7987 8.881 12.5192C8.87671 12.2397 8.97115 12.0034 9.16433 11.8102C9.35749 11.6171 9.59167 11.5205 9.86687 11.5205C10.1421 11.5205 10.3762 11.6171 10.5694 11.8102L16.0002 17.241L21.431 11.8102C21.6156 11.6256 21.8476 11.5312 22.1271 11.5269C22.4066 11.5226 22.6429 11.6171 22.8361 11.8102C23.0292 12.0034 23.1258 12.2376 23.1258 12.5128C23.1258 12.788 23.0292 13.0222 22.8361 13.2153L16.8438 19.2076C16.719 19.3324 16.5874 19.4205 16.4489 19.4717C16.3105 19.523 16.1609 19.5487 16.0002 19.5487Z' fill='%231C0E40'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.faq-block .wrapper .acc .item .title-item.active span {
  transform: scaleY(-1);
}
.faq-block .wrapper .acc .info {
  display: none;
  color: var(--Text-Headline, #1c0e40);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-top: 16px;
}
.sources-block {
  padding: 24px;
  border-radius: 8px;
  border: 1px solid var(--Border-Light, #ebe8f4);
  background: #fff;
  box-shadow: 0px 0px 0px 0px #571af1 inset;
  margin: 48px 0;
}
@media (max-width: 740px) {
  .sources-block {
    margin: 32px 0;
  }
}
.sources-block .wrapper h4 {
  color: var(--Text-Headline, #1c0e40);
  font-family: "Playfair Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  margin-bottom: 16px;
}
@media (max-width: 740px) {
  .sources-block .wrapper h4 {
    font-size: 20px;
  }
}
.sources-block .wrapper h4:last-child {
  margin-bottom: 0;
}
.sources-block .wrapper .description {
  margin-bottom: 16px;
}
.sources-block .wrapper .description:last-child {
  margin-bottom: 0;
}
.sources-block .wrapper .description p {
  color: var(--Text-Headline, #1c0e40);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}
.sources-block .wrapper .description p a {
  color: var(--Text-Headline, #2b1af1);
  text-decoration-line: underline;
}
.sources-block .wrapper .sources-list {
  padding-left: 20px;
  margin-bottom: 0;
}
.sources-block .wrapper .sources-list .source-item {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
}
.sources-block .wrapper .sources-list .source-item:last-child {
  margin-bottom: 0;
}
.sources-block .wrapper .sources-list .source-item .text {
  color: var(--Text-Headline, #1c0e40);
  word-break: break-all;
}
.sources-block .wrapper .sources-list .source-item .source-link {
  color: var(--Text-Headline, #2b1af1);
  text-decoration-line: underline;
  word-break: break-all;
}
.preview-cards-article {
  margin: 96px 0 -45.6px;
}
@media (max-width: 900px) {
  .preview-cards-article {
    margin: 72px 0;
  }
}
@media (max-width: 740px) {
  .preview-cards-article {
    margin: 56px 0;
  }
}
.preview-cards-article:first-child {
  margin-top: 0;
}
.preview-cards-article:last-child {
  margin-bottom: 0;
}
.preview-cards-article .wrapper-preview-articles {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.9%;
  width: 103.8%;
}
.preview-cards-article .wrapper-preview-articles > * {
  width: 46.2%;
  margin: 0 1.9% 2.85em;
}
@media (max-width: 900px) {
  .preview-cards-article .wrapper-preview-articles {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0%;
    width: 100%;
  }
  .preview-cards-article .wrapper-preview-articles > * {
    width: 100%;
    margin: 0 0% 0em;
  }
}
.preview-cards-article .wrapper-preview-articles .preview-card {
  position: relative;
  border-radius: 8px;
  min-height: 600px;
  box-shadow: 0px 4px 12px 0px rgba(28, 28, 30, 0.10);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 900px) {
  .preview-cards-article .wrapper-preview-articles .preview-card {
    margin-bottom: 24px;
  }
  .preview-cards-article .wrapper-preview-articles .preview-card:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 740px) {
  .preview-cards-article .wrapper-preview-articles .preview-card {
    min-height: 480px;
  }
}
.preview-cards-article .wrapper-preview-articles .preview-card.full-size .preview-article-image {
  min-height: 600px;
  border-radius: var(--8px, 8px);
  max-height: 600px;
}
@media (max-width: 740px) {
  .preview-cards-article .wrapper-preview-articles .preview-card.full-size .preview-article-image {
    min-height: 480px;
    max-height: 480px;
  }
}
.preview-cards-article .wrapper-preview-articles .preview-card.full-size .preview-article-image img {
  border-radius: var(--8px, 8px);
}
.preview-cards-article .wrapper-preview-articles .preview-card.full-size .preview-article-content {
  padding: 23px;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 48px);
  border-radius: var(--8px, 8px);
  border: 1px solid var(--Border-Light, #ebe8f4);
}
@media (max-width: 740px) {
  .preview-cards-article .wrapper-preview-articles .preview-card.full-size .preview-article-content {
    width: calc(100% - 32px);
  }
}
.preview-cards-article .wrapper-preview-articles .preview-card.full-size .preview-article-content .preview-article-excerpt {
  -webkit-line-clamp: 2;
}
.preview-cards-article .wrapper-preview-articles .preview-card.half-size .preview-article-image {
  border-radius: 8px 8px 0 0;
}
.preview-cards-article .wrapper-preview-articles .preview-card.half-size .preview-article-image img {
  border-radius: 8px 8px 0 0;
  max-height: 344px;
}
@media (max-width: 900px) {
  .preview-cards-article .wrapper-preview-articles .preview-card.half-size .preview-article-image img {
    max-height: unset;
  }
}
@media (max-width: 700px) {
  .preview-cards-article .wrapper-preview-articles .preview-card.half-size .preview-article-image img {
    max-height: 408px;
  }
}
@media (max-width: 393px) {
  .preview-cards-article .wrapper-preview-articles .preview-card.half-size .preview-article-image img {
    max-height: 230px;
  }
}
.preview-cards-article .wrapper-preview-articles .preview-card.half-size .preview-article-content {
  border-radius: 0 0 8px 8px;
}
.preview-cards-article .wrapper-preview-articles .preview-card .preview-article-image {
  height: 100%;
}
.preview-cards-article .wrapper-preview-articles .preview-card .preview-article-image img {
  height: 100%;
  object-fit: cover;
}
.preview-cards-article .wrapper-preview-articles .preview-card .preview-article-content {
  padding: 24px;
  background: var(--White, #fff);
}
.preview-cards-article .wrapper-preview-articles .preview-card .preview-article-content .preview-article-title {
  color: var(--Text-Headline, #1c0e40);
  font-family: "Playfair Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 740px) {
  .preview-cards-article .wrapper-preview-articles .preview-card .preview-article-content .preview-article-title {
    font-size: 24px;
  }
}
.preview-cards-article .wrapper-preview-articles .preview-card .preview-article-content .preview-article-excerpt {
  color: var(--Text-Body, #666);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.view-all {
  display: inline-flex;
  align-items: center;
  color: var(--Primary-Blue, #2b1af1);
  font-family: "Playfair Display";
  font-size: 20px;
  font-style: normal;
  line-height: 125%;
  font-weight: 600;
  white-space: nowrap;
  padding-bottom: 16px;
  position: relative;
  padding-right: 32px;
}
.view-all:hover {
  text-decoration-line: underline;
}
.view-all:before {
  content: '';
  position: absolute;
  top: 2px;
  right: 0;
  width: 24px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cmask id='mask0_451_698' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='24' height='24'%3E%3Crect width='24' height='24' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_451_698)'%3E%3Cpath d='M12 15.6442L15.6442 12L12 8.35581L10.9558 9.40001L12.8058 11.25H8.25V12.75H12.8058L10.9558 14.6L12 15.6442ZM12.0016 21.5C10.6877 21.5 9.45268 21.2506 8.29655 20.752C7.1404 20.2533 6.13472 19.5766 5.2795 18.7217C4.42427 17.8669 3.74721 16.8616 3.24833 15.706C2.74944 14.5504 2.5 13.3156 2.5 12.0017C2.5 10.6877 2.74933 9.45271 3.248 8.29658C3.74667 7.14043 4.42342 6.13475 5.27825 5.27953C6.1331 4.4243 7.13834 3.74724 8.29398 3.24836C9.44959 2.74947 10.6844 2.50003 11.9983 2.50003C13.3122 2.50003 14.5473 2.74936 15.7034 3.24803C16.8596 3.7467 17.8652 4.42345 18.7205 5.27828C19.5757 6.13313 20.2527 7.13837 20.7516 8.29401C21.2505 9.44962 21.5 10.6844 21.5 11.9983C21.5 13.3123 21.2506 14.5473 20.752 15.7034C20.2533 16.8596 19.5765 17.8653 18.7217 18.7205C17.8669 19.5757 16.8616 20.2528 15.706 20.7517C14.5504 21.2505 13.3156 21.5 12.0016 21.5ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.87501 17.675 6.32501C16.125 4.77501 14.2333 4.00001 12 4.00001C9.76664 4.00001 7.87498 4.77501 6.32498 6.32501C4.77498 7.87501 3.99998 9.76667 3.99998 12C3.99998 14.2333 4.77498 16.125 6.32498 17.675C7.87498 19.225 9.76664 20 12 20Z' fill='%232B1AF1'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.view-all .svg {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.slider-categories {
  margin: 96px 0;
}
@media (max-width: 900px) {
  .slider-categories {
    margin: 72px 0;
  }
}
@media (max-width: 740px) {
  .slider-categories {
    margin: 56px 0;
  }
}
@media (max-width: px) {
}
.slider-categories:first-child {
  margin-top: 0;
}
.slider-categories:last-child {
  margin-bottom: 0;
}
.slider-categories .top-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid var(--Border-Light, #ebe8f4);
  margin-bottom: 32px;
}
@media (max-width: 576px) {
  .slider-categories .top-content {
    margin-bottom: 24px;
  }
}
.slider-categories .top-content .title-slider {
  color: var(--Text-Headline, #1c0e40);
  font-family: "Playfair Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  margin: 0;
  margin-right: 20px;
  padding-bottom: 16px;
}
@media (max-width: 576px) {
  .slider-categories .top-content .title-slider {
    font-size: 24px;
  }
}
@media (max-width: 900px) {
  .slider-categories .swiper {
    overflow: visible;
  }
}
.slider-categories .swiper .swiper-wrapper .swiper-slide .img-wrap {
  border-radius: 8px;
  max-width: 100%;
  width: 100%;
  margin-bottom: 16px;
}
.slider-categories .swiper .swiper-wrapper .swiper-slide .img-wrap img, .slider-categories .swiper .swiper-wrapper .swiper-slide .img-wrap svg {
  height: 252px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 576px) {
  .slider-categories .swiper .swiper-wrapper .swiper-slide .img-wrap img, .slider-categories .swiper .swiper-wrapper .swiper-slide .img-wrap svg {
    height: 173px;
  }
}
.slider-categories .swiper .swiper-wrapper .swiper-slide .title-category {
  color: var(--Text-Headline, #1c0e40);
  text-align: center;
  font-family: "Playfair Display";
  font-style: normal;
  font-size: 24px;
  font-weight: 600;
  line-height: 125%;
  margin: 0;
}
@media (max-width: 576px) {
  .slider-categories .swiper .swiper-wrapper .swiper-slide .title-category {
    line-height: 150%;
    font-size: 20px;
  }
}
.latest-articles {
  margin: 96px 0;
}
@media (max-width: 900px) {
  .latest-articles {
    margin: 72px 0;
  }
}
@media (max-width: 740px) {
  .latest-articles {
    margin: 56px 0;
  }
}
@media (max-width: px) {
}
.latest-articles:first-child {
  margin-top: 0;
}
.latest-articles:last-child {
  margin-bottom: 0;
}
.latest-articles .top-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--Border-Light, #ebe8f4);
  margin-bottom: 32px;
}
@media (max-width: 576px) {
  .latest-articles .top-content {
    margin-bottom: 24px;
  }
}
.latest-articles .top-content .title-articles {
  color: var(--Text-Headline, #1c0e40);
  font-family: "Playfair Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  padding-bottom: 16px;
  margin: 0;
  margin-right: 20px;
}
@media (max-width: 576px) {
  .latest-articles .top-content .title-articles {
    font-size: 24px;
  }
}
.latest-articles .posts-wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.9%;
  width: 103.8%;
}
.latest-articles .posts-wrapper > * {
  width: 46.2%;
  margin: 0 1.9% 2.85em;
}
@media (max-width: 1024px) {
  .latest-articles .posts-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0%;
    width: 100%;
  }
  .latest-articles .posts-wrapper > * {
    width: 100%;
    margin: 0 0% 0em;
  }
}
.latest-articles .posts-wrapper .latest-post {
  padding: 24px 0;
  border-bottom: 1px solid var(--Border-Light, #ebe8f4);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .latest-articles .posts-wrapper .latest-post {
    margin-bottom: 48px;
    padding-top: 0;
  }
}
@media (max-width: 740px) {
  .latest-articles .posts-wrapper .latest-post {
    padding: 16px 0;
    align-items: flex-start;
    flex-direction: column;
  }
}
.latest-articles .posts-wrapper .latest-post:first-child, .latest-articles .posts-wrapper .latest-post:nth-child(2) {
  padding-top: 0;
}
.latest-articles .posts-wrapper .latest-post .latest-post-image {
  width: 252px;
  margin-right: 16px;
}
@media (max-width: 740px) {
  .latest-articles .posts-wrapper .latest-post .latest-post-image {
    width: 173px;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.latest-articles .posts-wrapper .latest-post .latest-post-image img {
  width: 252px;
  height: 252px;
  object-fit: cover;
}
@media (max-width: 740px) {
  .latest-articles .posts-wrapper .latest-post .latest-post-image img {
    width: 173px;
    height: 173px;
  }
}
.latest-articles .posts-wrapper .latest-post .latest-post-content {
  flex: 1;
}
.latest-articles .posts-wrapper .latest-post .latest-post-content .tags a {
  display: inline-block;
  color: var(--Primary-Blue, #2b1af1);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 0 16px;
  border-radius: 999px;
  background: #f5f2fe;
  margin-right: 8px;
  margin-bottom: 8px;
}
.latest-articles .posts-wrapper .latest-post .latest-post-content .tags a:last-child {
  margin-right: 0;
}
.latest-articles .posts-wrapper .latest-post .latest-post-content .latest-post-title {
  margin-bottom: 8px;
}
.latest-articles .posts-wrapper .latest-post .latest-post-content .latest-post-title a {
  color: var(--Text-Headline, #1c0e40);
  font-family: "Playfair Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s all ease;
}
@media (max-width: 740px) {
  .latest-articles .posts-wrapper .latest-post .latest-post-content .latest-post-title a {
    font-size: 20px;
    line-height: 150%;
  }
}
.latest-articles .posts-wrapper .latest-post .latest-post-content .latest-post-title a:hover {
  opacity: 0.8;
}
.latest-articles .posts-wrapper .latest-post .latest-post-content .latest-post-excerpt {
  color: var(--Text-Body, #666);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1024px) {
  .latest-articles .posts-wrapper .latest-post .latest-post-content .latest-post-excerpt {
    -webkit-line-clamp: 3;
  }
}
.slider-top-reads {
  margin: 96px 0;
}
@media (max-width: 900px) {
  .slider-top-reads {
    margin: 72px 0;
  }
}
@media (max-width: 740px) {
  .slider-top-reads {
    margin: 56px 0;
  }
}
@media (max-width: px) {
}
.slider-top-reads:first-child {
  margin-top: 0;
}
.slider-top-reads:last-child {
  margin-bottom: 0;
}
.slider-top-reads .top-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid var(--Border-Light, #ebe8f4);
  margin-bottom: 32px;
}
@media (max-width: 576px) {
  .slider-top-reads .top-content {
    margin-bottom: 24px;
  }
}
.slider-top-reads .top-content .title-slider {
  color: var(--Text-Headline, #1c0e40);
  font-family: "Playfair Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  padding-bottom: 16px;
  margin: 0;
  margin-right: 20px;
}
@media (max-width: 576px) {
  .slider-top-reads .top-content .title-slider {
    font-size: 24px;
  }
}
@media (max-width: 900px) {
  .slider-top-reads .swiper {
    overflow: visible;
  }
}
.slider-top-reads .swiper .swiper-wrapper .swiper-slide {
  margin-right: 48px;
}
@media (max-width: 900px) {
  .slider-top-reads .swiper .swiper-wrapper .swiper-slide {
    margin-right: 32px;
  }
}
@media (max-width: 576px) {
  .slider-top-reads .swiper .swiper-wrapper .swiper-slide {
    margin-right: 24px;
  }
}
.slider-top-reads .swiper .swiper-wrapper .swiper-slide .post-image {
  max-width: 100%;
  width: 100%;
  margin-bottom: 16px;
}
.slider-top-reads .swiper .swiper-wrapper .swiper-slide .post-image img {
  width: 100%;
  height: 252px;
  object-fit: cover;
}
@media (max-width: 576px) {
  .slider-top-reads .swiper .swiper-wrapper .swiper-slide .post-image img {
    height: 173px;
  }
}
.slider-top-reads .swiper .swiper-wrapper .swiper-slide .post-title {
  color: var(--Text-Headline, #1c0e40);
  text-align: center;
  font-family: "Playfair Display";
  font-size: 24px;
  font-style: normal;
  line-height: 125%;
  font-weight: 600;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 576px) {
  .slider-top-reads .swiper .swiper-wrapper .swiper-slide .post-title {
    line-height: 150%;
    font-size: 20px;
  }
}
.information-block {
  border-radius: 16px;
  border: 1px solid var(--Border-Dark, #d7d4e0);
  background: var(--White, #fff);
  padding: 72px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 96px 0;
}
@media (max-width: 900px) {
  .information-block {
    margin: 72px 0;
    padding: 56px 24px;
  }
}
@media (max-width: 740px) {
  .information-block {
    margin: 56px 0;
  }
}
@media (max-width: 576px) {
  .information-block {
    padding: 48px 16px;
    border-right: none;
    border-left: none;
    position: relative;
    border-radius: 0;
    width: 100vw;
    left: -4.3%;
  }
}
.information-block:first-child {
  margin-top: 0;
}
.information-block:last-child {
  margin-bottom: 0;
}
.information-block .wrapper {
  max-width: 864px;
  width: 100%;
  margin: 0 auto;
}
.information-block .wrapper .content-info-wrapper {
  max-width: 552px;
}
@media (max-width: 900px) {
  .information-block .wrapper .content-info-wrapper {
    max-width: 100%;
  }
}
.information-block .wrapper .content-info-wrapper img {
  max-width: 163px;
  margin-bottom: 16px;
}
.information-block .wrapper .content-info-wrapper .title-info {
  color: var(--Text-Headline, #1c0e40);
  font-family: "Playfair Display";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  margin-top: 0;
  margin-bottom: 32px;
}
@media (max-width: 576px) {
  .information-block .wrapper .content-info-wrapper .title-info {
    font-size: 24px;
  }
}
.information-block .wrapper .content-info-wrapper .title-info:last-child {
  margin-bottom: 0;
}
.information-block .wrapper .content-info-wrapper .short-description {
  color: var(--Text-Headline, #1c0e40);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 32px;
}
.information-block .wrapper .content-info-wrapper .short-description:last-child {
  margin-bottom: 0;
}
.information-block .wrapper .content-info-wrapper .info-list {
  list-style: none;
  margin-bottom: 32px;
}
.information-block .wrapper .content-info-wrapper .info-list:last-child {
  margin-bottom: 0;
}
@media (max-width: 740px) {
  .information-block .wrapper .content-info-wrapper .info-list {
    margin-bottom: 24px;
  }
}
.information-block .wrapper .content-info-wrapper .info-list .list-item {
  position: relative;
  padding-left: 14px;
  color: var(--Text-Headline, #1c0e40);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 8px;
}
.information-block .wrapper .content-info-wrapper .info-list .list-item:last-child {
  margin-bottom: 0;
}
.information-block .wrapper .content-info-wrapper .info-list .list-item:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2b1af1;
}
.information-block .wrapper .content-info-wrapper .view-all {
  padding-bottom: 0;
}
