@charset "UTF-8";

/* Common styles */
body :where(.editor-styles-wrapper) {
  font-size: 15px;
  line-height: 1.6;
  font-family: Inter Tight, Helvetica Neue, Arial, Noto Sans, sans-serif;
  font-weight: normal;
}

.editor-styles-wrapper [data-block] {
  font-family: sans-serif;
  margin-top: 16px;
  margin-bottom: 16px;
}

.editor-styles-wrapper .wp-block-separator.is-style-dots {
  margin-top: 50px;
  margin-bottom: 50px;
}

body {
  position: relative;
  z-index: 1;
  font-family: Inter Tight, Helvetica Neue, Arial, Noto Sans, sans-serif;
}

body:has(.active-filter-popup) {
  overflow: hidden;
}

.is-not-touch-device body:has(.active-filter-popup) {
  padding-right: 15px;
}

#main {
  padding-bottom: 0;
}

.container {
  max-width: 1265px;
}

.bg-light {
  background: #F3F5F8;
}

/* Base section styles */
.base-section {
  margin: 70px 0;
}

@media (min-width: 768px) {
  .base-section {
    margin-block: 100px;
  }
}

@media (min-width: 1024px) {
  .base-section {
    margin-block: 128px;
  }
}

.base-section.bg-light {
  margin-block: 0;
  padding: 35px 0;
}

@media (min-width: 768px) {
  .base-section.bg-light {
    padding-block: 50px;
  }
}

@media (min-width: 1024px) {
  .base-section.bg-light {
    padding-block: 64px;
  }
}

@media (min-width: 768px) {
  .base-section.bg-light:has(.next-block) {
    padding-block: 64px;
  }
}

@media (min-width: 1024px) {
  .base-section.bg-light:has(.next-block) {
    padding-block: 80px;
  }
}

.base-section.bg-light+.base-section.base-section:not(.bg-light) {
  margin-top: 35px;
}

@media (min-width: 768px) {
  .base-section.bg-light+.base-section.base-section:not(.bg-light) {
    margin-top: 50px;
  }
}

@media (min-width: 1024px) {
  .base-section.bg-light+.base-section.base-section:not(.bg-light) {
    margin-top: 64px;
  }
}

.base-section.bg-light+.bg-light {
  padding-top: 0;
}

/* Hero section styles */
.hero-small-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 40px 0;
  text-align: center;
  color: #fff;
  background: linear-gradient(rgb(80, 107, 240) 0%, rgb(40, 67, 200) 100%);
  border-bottom: 1px solid #F3F5F8;
}

@media (min-width: 768px) {
  .hero-small-section {
    padding-block: 56px;
  }
}

.hero-small-section .decor {
  position: absolute;
  content: "";
  top: -5px;
  z-index: -1;
}

.hero-small-section .decor-left {
  width: max(39%, 250px);
  aspect-ratio: 1.27;
  left: 0;
}

@media (min-width: 768px) {
  .hero-small-section .decor-left {
    width: min(39%, 550px);
  }
}

.hero-small-section .decor-left img {
  -o-object-position: bottom left;
  object-position: bottom left;
}

.hero-small-section .decor-right {
  width: max(61%, 350px);
  aspect-ratio: 1.81;
  right: 0;
}

@media (min-width: 768px) {
  .hero-small-section .decor-right {
    width: min(61%, 875px);
  }
}

.hero-small-section .decor-right img {
  -o-object-position: bottom right;
  object-position: bottom right;
}

.hero-small-section .decor img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-small-section:after,
.hero-small-section:before {
  position: absolute;
  content: "";
  top: -5px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
}

.hero-small-section::after {
  width: max(39%, 250px);
  aspect-ratio: 1.27;
  left: 0;
  background-image: url(../../images/glow-left.png);
}

@media (min-width: 768px) {
  .hero-small-section::after {
    width: min(39%, 550px);
  }
}

.hero-small-section::before {
  width: max(61%, 300px);
  aspect-ratio: 1.81;
  right: 0;
  background-image: url(../../images/glow-right.png);
}

@media (min-width: 768px) {
  .hero-small-section::before {
    width: min(61%, 875px);
  }
}

.hero-small-section+.base-section:not(.bg-light) {
  margin-top: 35px;
}

@media (min-width: 768px) {
  .hero-small-section+.base-section:not(.bg-light) {
    margin-top: 50px;
  }
}

@media (min-width: 1024px) {
  .hero-small-section+.base-section:not(.bg-light) {
    margin-top: 64px;
  }
}

.hero-small-section .container {
  max-width: 670px;
}

.hero-small-section h1 {
  font: 600 32px/1.2 Inter Tight, Helvetica Neue, Arial, Noto Sans, sans-serif;
  letter-spacing: normal;
}

@media (min-width: 768px) {
  .hero-small-section h1 {
    font-size: 40px;
  }
}

.hero-small-section h1:last-child {
  margin-bottom: 0;
}

.hero-small-section h1 i:not([class]) {
  opacity: 0.5;
  display: block;
  font-style: normal;
}

/* Single hero section styles */
.single-hero-section {
  display: flex;
  flex-direction: column;
  min-height: 280px;
  position: relative;
  z-index: 1;
  color: #fff;
  background-color: #506bf0;
  padding: 30px 0;
}

@media (min-width: 1024px) {
  .single-hero-section {
    min-height: 488px;
    padding-block: 40px 64px;
  }
}

.single-hero-section:after {
  position: absolute;
  content: "";
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, rgba(80, 107, 240, 0) 0%, rgba(31, 29, 47, 0.27) 50%, rgba(0, 0, 0, 0.35) 100%);
}

.single-hero-section:before {
  position: absolute;
  content: "";
  z-index: -1;
  inset: 0;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  mask-image: linear-gradient(to bottom,
      transparent 0%,
      #506bf0 50%);
  -webkit-mask-image: linear-gradient(to bottom,
      transparent 0%,
      #506bf0 50%);
}

.single-hero-section .container {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 1 0;
}

.single-hero-section .single-hero-holder {
  display: flex;
  align-items: flex-end;
  flex: 1 0;
  flex-wrap: wrap;
  gap: 30px;
}

@media (min-width: 768px) {
  .single-hero-section .single-hero-holder {
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .single-hero-section .single-hero-holder>* {
    width: 100%;
  }
}

.single-hero-section .single-hero-text {
  flex: 1 0;
}

@media (min-width: 768px) {
  .single-hero-section .single-hero-text {
    max-width: 845px;
  }
}

.single-hero-section .breadcrumbs ul li:not(:last-child):after {
  margin: 0 9px;
  background: currentColor;
  border-radius: 1px;
}

.single-hero-section .breadcrumbs a,
.single-hero-section .breadcrumbs span {
  font: 600 12px/1.6 Inter Tight, Helvetica Neue, Arial, Noto Sans, sans-serif;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  transition: opacity 0.3s ease-in-out;
}

@media (min-width: 768px) {

  .single-hero-section .breadcrumbs a,
  .single-hero-section .breadcrumbs span {
    font-size: 14px;
  }
}

.single-hero-section h1 {
  font: 600 36px/1.2 Inter Tight, Helvetica Neue, Arial, Noto Sans, sans-serif;
  letter-spacing: normal;
  margin: 0 0 20px;
}

@media (min-width: 768px) {
  .single-hero-section h1 {
    font-size: 40px;
    margin-bottom: 24px;
  }
}

.single-hero-section .post-info {
  color: currentColor;
  font: 500 16px/1.6 Inter Tight, Helvetica Neue, Arial, Noto Sans, sans-serif;
  letter-spacing: 0.01em;
  margin: 20px 0;
}

.single-hero-section .post-info:first-child {
  margin-top: 0;
}

.single-hero-section .post-info:last-child {
  margin-bottom: 0;
}

.single-hero-section .post-info li:not(:last-child):after {
  margin: 0 2px 0 6px;
  background: currentColor;
  border-radius: 1px;
  width: 2px;
  height: 19px;
}

.single-hero-section .post-info a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color 0.3s ease-in-out;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}

.single-hero-section .post-info a:hover,
.single-hero-section .post-info a:focus {
  text-decoration-color: currentColor;
}

.single-hero-section .bg-stretch {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.single-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 10px 12px;
}

.single-hero-btn {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  color: currentColor;
  font: 500 14px/1.6 Inter Tight, Helvetica Neue, Arial, Noto Sans, sans-serif;
  letter-spacing: 0.03em;
  transition: all 0.3s ease-in-out;
  background: transparent;
  border: none;
  text-decoration: none;
}

.single-hero-btn:after {
  position: absolute;
  content: "";
  inset-inline: 0;
  bottom: -2px;
  background: currentColor;
  height: 2px;
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.single-hero-btn:focus {
  outline: none;
}

.single-hero-btn:hover,
.single-hero-btn:focus {
  color: currentColor;
}

.single-hero-btn:hover:after,
.single-hero-btn:focus:after {
  transform: translateY(0);
  opacity: 1;
}

.single-hero-btn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

.single-hero-btn svg {
  width: 100%;
}

.social-popup {
  position: relative;
}

.social-popup.active-social-popup .popup-drop {
  opacity: 1;
  visibility: visible;
}

.social-popup .popup-drop {
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  border-radius: 50px;
  background: #fff;
  padding: 6px;
  border: 1.5px solid #DCE1FC;
}

@media (min-width: 767px) {
  .social-popup .popup-drop {
    margin: 5px 0 0;
  }
}

@media (min-width: 768px) {
  .social-popup .popup-drop {
    top: -5px;
    left: 50%;
    transform: translate(-50%, -100%);
  }
}

.social-popup .close-popup {
  position: absolute;
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  width: 1px;
}

.social-popup .close-popup:focus,
.social-popup .close-popup:active {
  clip: auto;
  overflow: visible;
  white-space: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  background: #fff;
  color: #111111;
  top: -12px;
  right: -12px;
  padding: 0;
  border: 1.5px solid #DCE1FC;
  padding: 2px;
}

.social-popup .close-popup svg {
  width: 100%;
  fill: currentColor;
}

/* Single content section styles */
.single-content-section {
  font: 15px/1.6 Inter Tight, Helvetica Neue, Arial, Noto Sans, sans-serif;
  letter-spacing: 0.01em;
  color: #27272C;
  padding: 40px 0 80px;
  /* Invitation block  styles*/
  /* Author block styles */
}

@media (min-width: 768px) {
  .single-content-section {
    padding-block: 64px 120px;
  }
}

.single-content-section:has(.sidebar) .container {
  max-width: 1265px;
}

@media (min-width: 768px) {
  .single-content-section:has(.sidebar) .posts-block {
    margin-left: auto;
    width: calc(100% - 260px - 30px);
  }
}

@media (min-width: 1024px) {
  .single-content-section:has(.sidebar) .posts-block {
    width: calc(100% - 327px - 40px);
  }
}

.single-content-section .container {
  max-width: 730px;
}

.single-content-section .two-columns {
  width: 100%;
  margin: 0;
  gap: 30px;
}

@media (min-width: 1024px) {
  .single-content-section .two-columns {
    gap: 48px;
  }
}

.single-content-section .sidebar {
  padding: 0;
}

@media (min-width: 768px) {
  .single-content-section .sidebar {
    width: 260px;
  }
}

@media (min-width: 1024px) {
  .single-content-section .sidebar {
    width: 327px;
  }
}

.single-content-section .content {
  margin-inline: auto;
  padding: 0;
}

@media (min-width: 768px) {
  .single-content-section .content>iframe:first-child {
    margin: 7px 0 0;
    padding: 0 12px 0 0;
  }
}

.single-content-section .posts-block {
  margin: 40px 0;
}

@media (min-width: 768px) {
  .single-content-section .posts-block {
    margin: 56px 0;
  }
}

.single-content-section .posts-block:first-child {
  margin-top: 0;
}

.single-content-section .posts-block:last-child {
  margin-bottom: 0;
}

.single-content-section .posts-block h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: normal;
  margin: 0 0 25px;
}

@media (min-width: 768px) {
  .single-content-section .posts-block h2 {
    font-size: 40px;
    margin-bottom: 32px;
  }
}

.single-content-section .post-cards {
  gap: 24px;
}

@media (min-width: 520px) {
  .single-content-section .post-cards .post-card {
    width: calc((100% - 24px) / 2);
  }
}

@media (min-width: 1024px) {
  .single-content-section .post-cards .post-card-heading {
    aspect-ratio: 2.2;
  }
}

.single-content-section h2 {
  font: 600 24px/1.2 Inter Tight, Helvetica Neue, Arial, Noto Sans, sans-serif;
  letter-spacing: 0.001em;
  margin: 40px 0 15px;
}

@media (min-width: 520px) {
  .single-content-section h2 {
    margin-top: 56px;
  }
}

.single-content-section h2:first-child {
  margin-top: 0;
}

.single-content-section h2:last-child {
  margin-bottom: 0;
}

.single-content-section h3 {
  font: 600 16px/1.6 Inter Tight, Helvetica Neue, Arial, Noto Sans, sans-serif;
  letter-spacing: 0.01em;
  margin: 15px 0 15px;
}

.single-content-section .yarpp-related h3 {
  font: 600 24px/1.6 Inter Tight, Helvetica Neue, Arial, Noto Sans, sans-serif;
  letter-spacing: 0.01em;
  margin: 15px 0 25px;
  padding: 0;
}

.single-content-section h3:first-child {
  margin-top: 0;
}

.single-content-section h3:last-child {
  margin-bottom: 0;
}

.single-content-section dl,
.single-content-section ol,
.single-content-section p,
.single-content-section ul {
  margin: 0 0 16px;
}

.single-content-section dl:last-child,
.single-content-section ol:last-child,
.single-content-section p:last-child,
.single-content-section ul:last-child {
  margin-bottom: 0;
}

.single-content-section strong {
  font-weight: 600;
}

.single-content-section .wp-block-group.invitation-block,
.single-content-section .invitation-block,
.single-content-section .is-style-section-invitation {
  margin: 40px 0;
  color: #27272C;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  padding: 16px;
}

@media (min-width: 768px) {

  .single-content-section .wp-block-group.invitation-block,
  .single-content-section .invitation-block,
  .single-content-section .is-style-section-invitation {
    margin-block: 56px;
    margin-inline: -25px;
    padding: 24px;
    gap: 32px;
  }
}

.single-content-section .wp-block-group.invitation-block:first-child,
.single-content-section .invitation-block:first-child,
.single-content-section .is-style-section-invitation:first-child {
  margin-top: 0;
}

.single-content-section .wp-block-group.invitation-block:last-child,
.single-content-section .invitation-block:last-child,
.single-content-section .is-style-section-invitation:last-child {
  margin-bottom: 0;
}

.single-content-section .wp-block-group.invitation-block:not(.has-background),
.single-content-section .invitation-block:not(.has-background),
.single-content-section .is-style-section-invitation:not(.has-background) {
  background: #F3F5F8;
}

.single-content-section .wp-block-group.invitation-block>*:last-child,
.single-content-section .invitation-block>*:last-child,
.single-content-section .is-style-section-invitation>*:last-child {
  margin-bottom: 0;
}

.single-content-section .wp-block-group.invitation-block h2,
.single-content-section .invitation-block h2,
.single-content-section .is-style-section-invitation h2 {
  margin-bottom: 16px;
}

.single-content-section .wp-block-group.invitation-block h3,
.single-content-section .invitation-block h3,
.single-content-section .is-style-section-invitation h3 {
  margin: 32px 0 8px;
}

.single-content-section .wp-block-group.invitation-block figure,
.single-content-section .invitation-block figure,
.single-content-section .is-style-section-invitation figure {
  margin: 8px 0;
}

.single-content-section .wp-block-group.invitation-block p,
.single-content-section .invitation-block p,
.single-content-section .is-style-section-invitation p {
  margin-bottom: 8px;
}

.single-content-section .wp-block-group.invitation-block a,
.single-content-section .invitation-block a,
.single-content-section .is-style-section-invitation a {
  text-decoration: underline;
  text-decoration: underline;
  text-decoration-color: currentColor;
  transition: text-decoration-color 0.3s ease-in-out, color 0.3s ease-in-out;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.single-content-section .wp-block-group.invitation-block a:hover,
.single-content-section .wp-block-group.invitation-block a:focus,
.single-content-section .invitation-block a:hover,
.single-content-section .invitation-block a:focus,
.single-content-section .is-style-section-invitation a:hover,
.single-content-section .is-style-section-invitation a:focus {
  text-decoration-color: transparent;
}

.single-content-section .wp-block-group.invitation-block .invitation-image,
.single-content-section .wp-block-group.invitation-block .wp-block-image,
.single-content-section .invitation-block .invitation-image,
.single-content-section .invitation-block .wp-block-image,
.single-content-section .is-style-section-invitation .invitation-image,
.single-content-section .is-style-section-invitation .wp-block-image {
  border: 1px solid #E4E4E7;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 0 8px;
}

.single-content-section .wp-block-group.invitation-block .invitation-image img,
.single-content-section .wp-block-group.invitation-block .wp-block-image img,
.single-content-section .invitation-block .invitation-image img,
.single-content-section .invitation-block .wp-block-image img,
.single-content-section .is-style-section-invitation .invitation-image img,
.single-content-section .is-style-section-invitation .wp-block-image img {
  width: 100%;
  margin: 0;
}

.single-content-section .wp-block-group.invitation-block .link-arrow,
.single-content-section .invitation-block .link-arrow,
.single-content-section .is-style-section-invitation .link-arrow {
  margin-top: 32px;
}

.single-content-section .wp-block-group.invitation-block .link-arrow:first-child,
.single-content-section .invitation-block .link-arrow:first-child,
.single-content-section .is-style-section-invitation .link-arrow:first-child {
  margin-top: 0;
}

.single-content-section .wp-block-group.invitation-block .link-arrow a,
.single-content-section .invitation-block .link-arrow a,
.single-content-section .is-style-section-invitation .link-arrow a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #506BF0;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
  padding-left: 22px;
}

.single-content-section .wp-block-group.invitation-block .link-arrow a:before,
.single-content-section .invitation-block .link-arrow a:before,
.single-content-section .is-style-section-invitation .link-arrow a:before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  top: 0.25em;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' width='16' height='16' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640' fill='%23506BF0'%3E%3Cpath d='M566.6 342.6C579.1 330.1 579.1 309.8 566.6 297.3L406.6 137.3C394.1 124.8 373.8 124.8 361.3 137.3C348.8 149.8 348.8 170.1 361.3 182.6L466.7 288L96 288C78.3 288 64 302.3 64 320C64 337.7 78.3 352 96 352L466.7 352L361.3 457.4C348.8 469.9 348.8 490.2 361.3 502.7C373.8 515.2 394.1 515.2 406.6 502.7L566.6 342.7z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.single-content-section .wp-block-group.invitation-block .link-arrow a svg,
.single-content-section .invitation-block .link-arrow a svg,
.single-content-section .is-style-section-invitation .link-arrow a svg {
  width: 18px;
  margin: 3px 3px -3px 0;
}

.single-content-section .author-block {
  display: block;
  color: inherit;
  font: inherit;
  margin: 40px 0;
}

@media (min-width: 768px) {
  .single-content-section .author-block {
    margin-block: 56px;
  }
}

.single-content-section .author-block:first-child {
  margin-top: 0;
}

.single-content-section .author-block:last-child {
  margin-bottom: 0;
}

.single-content-section .author-block h3 {
  color: #000;
  margin: 0 0 16px;
  font: 600 16px/1.6 Inter Tight, Helvetica Neue, Arial, Noto Sans, sans-serif;
  letter-spacing: 0.01em;
}

.single-content-section .author-block h3:last-child {
  margin-bottom: 0;
}

.single-content-section .author-block .single-hero-buttons {
  color: #4F4F59;
}

.single-content-section .author-block .single-hero-buttons a {
  color: inherit;
}

.single-content-section .author-block a:not(.single-hero-btn) {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: currentColor;
  transition: text-decoration-color 0.3s ease-in-out;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.single-content-section .author-block a:not(.single-hero-btn):hover,
.single-content-section .author-block a:not(.single-hero-btn):focus {
  text-decoration-color: transparent;
}

.single-content-section .author-block .rating-holder {
  display: flex;
  align-items: center;
  gap: 12px;
}

.single-content-section .author-block .rating-holder .rating-text {
  display: block;
  flex: 1 0;
  font-size: 14px;
  color: #777787;
  letter-spacing: 0.01em;
}

.single-content-section .author-block .rating-stars {
  position: relative;
  width: 134px;
  height: 22px;
  color: #506BF0;
}

.single-content-section .author-block .rating-stars svg {
  width: 134px;
  height: 100%;
  max-width: none;
}

.single-content-section .author-block .stars-over {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 1px;
}

.single-content-section .author-head {
  flex-wrap: wrap;
  border-bottom: 1px solid #E4E4E7;
  padding: 16px 0;
  margin: 0 8px 16px;
}

.single-content-section .author-head:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.single-content-section .author-head h3 {
  margin: 0 0 12px;
}

.single-content-section .author-head h3:last-child {
  margin-bottom: 0;
}

.single-content-section .author-head-holder {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}

@media (min-width: 420px) {
  .single-content-section .author-head-holder {
    justify-content: space-between;
  }
}

.single-content-section .author-head-info {
  width: 100%;
  font-size: 10px;
  line-height: 1.6;
  font-weight: 500;
  color: #777787;
}

@media (min-width: 420px) {
  .single-content-section .author-head-info {
    width: 206px;
  }
}

.single-content-section .author-head-info h3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 5px;
}

.single-content-section .author-body {
  border-bottom: 1px solid #E4E4E7;
  padding: 0 0 16px;
  margin: 0 8px 16px;
}

.single-content-section .author-body:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.single-content-section .author-body h3 {
  margin-bottom: 12px;
}

.single-content-section .author-footer {
  margin: 16px 8px;
  letter-spacing: 0.01em;
}

.single-content-section .author-footer h3 {
  text-align: center;
}

.single-content-section .wp-block-group {
  margin: 40px 0;
}

@media (min-width: 768px) {
  .single-content-section .wp-block-group {
    margin: 56px 0;
  }
}

.single-content-section .wp-block-group:first-child {
  margin-top: 0;
}

.single-content-section .wp-block-group:last-child {
  margin-bottom: 0;
}

.single-content-section .wp-block-group.custom-first-letter {
  margin: 0 0 16px;
}

.single-content-section .wp-block-group:has(.wp-block-table) {
  margin: 40px 0;
}

@media (min-width: 768px) {
  .single-content-section .wp-block-group:has(.wp-block-table) {
    margin-inline: -3%;
  }
}

@media (min-width: 850px) {
  .single-content-section .wp-block-group:has(.wp-block-table) {
    margin-inline: -50px;
  }
}

@media (min-width: 960px) {
  .single-content-section .wp-block-group:has(.wp-block-table) {
    margin-inline: -105px;
  }
}

.single-content-section .wp-block-group:has(.wp-block-table):first-child {
  margin-top: 0;
}

.single-content-section .wp-block-group:has(.wp-block-table):last-child {
  margin-bottom: 0;
}

.single-content-section .wp-block-group:has(.wp-block-table)>* {
  max-width: 100%;
}

.single-content-section .wp-block-group:has(.wp-block-table) .wp-block-table {
  margin: 8px 0;
}

.single-content-section .wp-block-group:has(.wp-block-table) .wp-block-table:first-child {
  margin-top: 0;
}

.single-content-section .wp-block-group:has(.wp-block-table) .wp-block-table:last-child {
  margin-bottom: 0;
}

.single-content-section .wp-block-group:has(.wp-block-table) p a {
  text-decoration: underline;
  text-decoration-color: currentColor;
  transition: text-decoration-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.single-content-section .wp-block-group:has(.wp-block-table) p a:hover,
.single-content-section .wp-block-group:has(.wp-block-table) p a:focus {
  text-decoration-color: transparent;
}

.single-content-section .wp-block-group:has(.wp-block-table) hr {
  margin: 8px 0;
  height: 1px;
}

.single-content-section .wp-block-group>* {
  margin-bottom: 0;
}

.single-content-section .wp-block-group hr {
  border-color: #A4A4AF;
  border-width: 0.5px;
}

.single-content-section .wp-block-group .has-fixed-layout {
  margin: 0;
}

.single-content-section .is-style-block-heading p:first-child strong {
  font-weight: 500;
}

.single-content-section .is-style-block-heading p:first-child+h2 {
  margin-top: 4px;
  line-height: 1.4;
}

.single-content-section .wp-block-separator {
  height: 4px;
  margin: 40px 0;
}

@media (min-width: 768px) {
  .single-content-section .wp-block-separator {
    margin: 56px 0;
  }
}

.single-content-section .wp-block-separator:first-child {
  margin-top: 0;
}

.single-content-section .wp-block-separator:last-child {
  margin-bottom: 0;
}

.single-content-section .wp-block-separator.is-style-dots {
  position: relative;
}

.single-content-section .wp-block-separator.is-style-dots:before {
  position: absolute;
  content: "";
  inset-block: 0;
  padding: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  background-color: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='28' height='4' viewBox='0 0 28 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2' cy='2' r='2' fill='black'/%3E%3Ccircle cx='14' cy='2' r='2' fill='black'/%3E%3Ccircle cx='26' cy='2' r='2' fill='black'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='28' height='4' viewBox='0 0 28 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2' cy='2' r='2' fill='black'/%3E%3Ccircle cx='14' cy='2' r='2' fill='black'/%3E%3Ccircle cx='26' cy='2' r='2' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.single-content-section .has-small-font-size {
  font-size: 12px !important;
  line-height: 1.6;
}

.single-content-section .has-medium-font-size {
  font-size: 16px !important;
  line-height: 1.6;
}

.single-content-section .wp-block-quote {
  margin: 0 0 16px;
  background: transparent;
  padding: 0;
  color: #506BF0;
  font: 500 18px/1.6 Inter Tight, Helvetica Neue, Arial, Noto Sans, sans-serif;
  letter-spacing: 0.01em;
  border: none;
  border-radius: 0;
}

.single-content-section .wp-block-quote+.wp-block-quote {
  margin-top: -8px;
}

.single-content-section .wp-block-quote p:last-child {
  margin-bottom: 0;
}

.single-content-section .wp-block-quote p:after,
.single-content-section .wp-block-quote p:before {
  display: none;
}

.single-content-section .wp-block-quote:before {
  display: none;
}

.single-content-section p.has-drop-cap {
  padding: 9px 0;
}

.single-content-section p.has-drop-cap:not(:focus)::first-letter {
  font-weight: normal;
  font-size: 290%;
  margin: 9px 5px 0 0;
}

@media (min-width: 768px) {
  .single-content-section .wp-block-list {
    margin-top: 16px;
    padding-left: 23px;
  }
}

.single-content-section .wp-block-list:first-child {
  margin-top: 0;
}

.single-content-section .wp-block-list li {
  position: relative;
  padding: 0 0 0 20px;
  padding-bottom: 10px;
  margin: 0 0 0 4px;
}

@media (min-width: 768px) {
  .single-content-section .wp-block-list li {
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  .single-content-section .wp-block-list:has(strong) li {
    padding-bottom: 16px;
  }
}

.single-content-section .wp-block-list li:last-child {
  padding-bottom: 4px;
}

.single-content-section .wp-block-list li:has(br)>strong:first-child {
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: -0.01em;
}

.single-content-section .wp-block-list .wp-block-list {
  color: inherit;
  font: inherit;
  margin: 7px 0 7px -7px;
}

.single-content-section .wp-block-list .wp-block-list li {
  padding: 0 0 0 21px;
}

.single-content-section ol.wp-block-list {
  padding-left: 0;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .single-content-section ol.wp-block-list {
    margin-bottom: 40px;
  }
}

.single-content-section ol.wp-block-list:last-child {
  margin-bottom: 0;
}

.single-content-section ol.wp-block-list li {
  padding: 0 0 8px 30px;
  margin-left: -3px;
}

.single-content-section ol.wp-block-list li:last-child {
  padding-bottom: 0;
}

.single-content-section ol.wp-block-list li:before {
  height: auto;
  border-radius: 0;
  background: transparent;
  color: currentColor;
  font-family: inherit;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.01em;
  content: counter(numCounter) ". ";
  top: 3px;
  left: -7px;
}

@supports selector(:has(*)) {
  .single-content-section ol.wp-block-list li:has(strong:first-child):before {
    top: 7px;
  }
}

.single-content-section ul.wp-block-list {
  padding: 0;
  list-style: none;
}

.single-content-section ul.wp-block-list>li:before {
  position: absolute;
  content: "•";
  top: 0.1em;
  left: 4px;
  line-height: 1;
  font-size: 18px;
  line-height: 1;
}

@supports selector(:has(*)) {
  @media (min-width: 768px) {
    .single-content-section ul.wp-block-list>li:has(strong + br) {
      padding-bottom: 8px;
    }
  }

  @media (min-width: 768px) {
    .single-content-section ul.wp-block-list>li:has(strong + br):last-child {
      padding-bottom: 0;
    }
  }

  .single-content-section ul.wp-block-list>li:has(strong + br):before {
    top: 0.3em;
  }
}

.single-content-section .wp-block-table {
  margin: 40px 0;
  font-size: 14px;
  line-height: 1.4;
  color: #4F4F59;
}

@media (min-width: 768px) {
  .single-content-section .wp-block-table {
    margin-inline: -3%;
  }
}

@media (min-width: 850px) {
  .single-content-section .wp-block-table {
    margin-inline: -50px;
  }
}

@media (min-width: 960px) {
  .single-content-section .wp-block-table {
    margin-inline: -105px;
  }
}

.single-content-section .wp-block-table:first-child {
  margin-top: 0;
}

.single-content-section .wp-block-table:last-child {
  margin-bottom: 0;
}

.single-content-section .wp-block-table table {
  margin: 0;
}

.single-content-section .wp-block-table:has(table tr td:nth-child(4)) {
  overflow-y: hidden;
  overflow-x: auto;
}

.single-content-section .wp-block-table table:has(tr td:nth-child(4)) {
  min-width: 730px;
}

.single-content-section .wp-block-table table thead {
  border-bottom: 1px solid #E4E4E7;
}

.single-content-section .wp-block-table table thead th {
  text-align: left;
  padding: 14px 6px;
  border: none;
  color: #27272C;
}

@media (min-width: 768px) {
  .single-content-section .wp-block-table table thead th {
    padding-inline: 12px;
  }
}

.single-content-section .wp-block-table table td {
  padding: 4px 6px;
  vertical-align: middle;
  border: 1px dashed #E4E4E7;
  border-width: 0 0 1px;
  height: 48px;
  color: currentColor;
}

@media (min-width: 768px) {
  .single-content-section .wp-block-table table td {
    padding: 8px 12px;
  }
}

.single-content-section .wp-block-table table td:first-child {
  font-weight: 600;
  color: #27272C;
}

.sc-background-orange {
  display: none !important;
}

/* Next block styles */
.next-block {
  max-width: 873px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}

@media (min-width: 768px) {
  .next-block {
    font-size: 18px;
  }
}

.next-block h2 {
  font: 600 28px/1.2 Inter Tight, Helvetica Neue, Arial, Noto Sans, sans-serif;
  letter-spacing: 0.001em;
  margin: 0 0 16px;
}

@media (min-width: 768px) {
  .next-block h2 {
    font-size: 32px;
  }
}

.next-block h2:last-child {
  margin-bottom: 0;
}

.next-block p:last-child {
  margin-bottom: 0;
}

.next-block .btn-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 30px 0;
}

.next-block .btn-holder:first-child {
  margin-top: 0;
}

.next-block .btn-holder:last-child {
  margin-bottom: 0;
}

.next-block [class^=btn-],
.next-block [class*=btn-] {
  transition: all 0.3s ease-in-out;
  color: #506BF0;
  font: 600 16px/1.5 Inter Tight, Helvetica Neue, Arial, Noto Sans, sans-serif;
  letter-spacing: 0.01em;
  background: transparent;
  text-transform: uppercase;
}

.next-block [class^=btn-]:hover,
.next-block [class*=btn-]:hover {
  color: #506BF0;
}

.next-block [class^=btn-]:focus,
.next-block [class*=btn-]:focus {
  outline: none;
}

.next-block .btn-outline {
  border-radius: 4px;
  border: 1.5px solid currentColor;
  padding: 15px 40px;
}

.next-block .btn-outline:focus {
  box-shadow: rgba(80, 107, 240, 0.4) 0px 0px 0px 4px;
}

.next-block .btn-outline:hover {
  background: #e5e9fd;
}

.next-block .btn-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  text-decoration-color: transparent;
}

.next-block .btn-link-arrow:hover svg,
.next-block .btn-link-arrow:focus svg {
  transform: translateX(5px);
}

.next-block .btn-link-arrow:focus {
  text-decoration-color: currentColor;
}

.next-block .btn-link-arrow svg {
  display: block;
  width: 17px;
  height: auto;
  transition: transform 0.3s ease-in-out;
}

/* CTA Block styles */
.cta-box {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 6px;
  background-color: #0D1B2A;
  color: #fff;
  font: 500 14px/1.4 Inter Tight, Helvetica Neue, Arial, Noto Sans, sans-serif;
}

.cta-box:after,
.cta-box:before {
  position: absolute;
  content: "";
  inset-block: 0;
  width: 50%;
  left: -50%;
  z-index: -2;
  transform: skewX(-45deg);
}

@media (min-width: 480px) {

  .cta-box:after,
  .cta-box:before {
    width: 40%;
  }
}

@media (min-width: 768px) {

  .cta-box:after,
  .cta-box:before {
    width: 30%;
  }
}

@media (min-width: 1024px) {

  .cta-box:after,
  .cta-box:before {
    width: 27.5%;
  }
}

.cta-box:after {
  background-color: #FF4F70;
  width: 111%;
}

.cta-box:before {
  background-color: #7F5AF0;
  width: 139%;
}

.js-added .cta-box.animate-on-scroll:before {
  visibility: hidden;
  width: 0%;
  transition: width 0.85s cubic-bezier(0.2, 0.9, 0.3, 1.06);
}

.js-added .cta-box.animate-on-scroll:after {
  visibility: hidden;
  width: 0%;
  transition: width 0.85s cubic-bezier(0.2, 0.9, 0.3, 1.06);
  transition-delay: 0.35s;
}

.js-added .cta-box.animate-on-scroll .animation-holder-inner {
  visibility: hidden;
  transform: translateY(-100%);
  transition: transform 0.75s cubic-bezier(0.16, 1, 0.3, 1), height 0.01s linear 0.5s;
  transition-delay: 1.1s;
}

.js-added .cta-box.animate-on-scroll .decor {
  visibility: hidden;
  transform: translate(-150%, 100%);
  transition: transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: 0.75s;
}

.js-added .cta-box.visible:before {
  visibility: visible;
  width: 139%;
}

.js-added .cta-box.visible:after {
  visibility: visible;
  width: 111%;
}

.js-added .cta-box.visible .animation-holder-inner {
  visibility: visible;
  transform: translateY(0);
}

.js-added .cta-box.visible .decor {
  visibility: visible;
  transform: translate(0, -50%);
}

.cta-box .decor-holder {
  position: absolute;
  inset: 0;
  z-index: -1;
}

.cta-box .decor {
  width: 50%;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0.08;
  position: absolute;
  right: 0;
}

@media (min-width: 768px) {
  .cta-box .decor {
    width: 34%;
    right: 8%;
  }
}

@media (min-width: 1024px) {
  .cta-box .decor {
    width: 30%;
    right: 12.5%;
    padding-top: 65px;
  }
}

.cta-box .decor img {
  width: 100%;
}

.cta-box .cta-box-inner {
  flex-direction: column;
  display: flex;
  gap: 50px;
  min-height: 250px;
  padding: 20px;
}

@media (min-width: 768px) {
  .cta-box .cta-box-inner {
    width: 60%;
    gap: 70px;
    padding: 32px 32px 39px;
    min-height: 320px;
  }
}

.cta-box .cta-box-holder {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  flex: 1 0;
}

.cta-box .cta-box-holder>*:first-child {
  margin-top: 0;
}

.cta-box .cta-box-holder>*:last-child {
  margin-bottom: 0;
}

.cta-box .text-holder {
  opacity: 0.7;
}

.cta-box .animation-holder {
  overflow: hidden;
}

.cta-box h2 {
  font: 700 36px/1.2 "IBM Plex Mono", "Monaco", monospace;
  letter-spacing: -0.08em;
  margin: 0 0 6px;
}

@media (min-width: 768px) {
  .cta-box h2 {
    font-size: 40px;
  }
}

.cta-box p {
  margin: 0 0 20px;
}

.cta-box .btn-link-arrow {
  transition: text-decoration-color 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: inherit;
  font: 600 16px/1.6 Inter Tight, Helvetica Neue, Arial, Noto Sans, sans-serif;
  letter-spacing: 0.1em;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  text-decoration-color: transparent;
}

.cta-box .btn-link-arrow:hover svg,
.cta-box .btn-link-arrow:focus svg {
  transform: translateX(5px);
}

.cta-box .btn-link-arrow:focus {
  text-decoration-color: currentColor;
}

.cta-box .btn-link-arrow svg {
  display: block;
  width: 24px;
  transition: transform 0.3s ease-in-out;
}

/* Newsletter section styles */
.newsletter-section {
  margin: 35px 0;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  color: #475467;
  letter-spacing: 0.01em;
}

@media (min-width: 768px) {
  .newsletter-section {
    margin-block: 50px;
  }
}

@media (min-width: 1024px) {
  .newsletter-section {
    margin-block: 80px;
  }
}

.newsletter-section h2 {
  color: #27272C;
  font: 600 20px/1.2 Inter Tight, Helvetica Neue, Arial, Noto Sans, sans-serif;
  margin: 0 0 10px;
  letter-spacing: normal;
}

@media (min-width: 768px) {
  .newsletter-section h2 {
    font-size: 24px;
  }
}

.newsletter-section .newsletter-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

@media (min-width: 1024px) {
  .newsletter-section .newsletter-holder {
    gap: 60px;
  }
}

.newsletter-section .newsletter-holder .text-holder {
  flex: 1 0;
}

.newsletter-section .newsletter-holder .text-holder>*:last-child {
  margin-bottom: 0;
}

.newsletter-section .newsletter-holder .form-holder {
  width: 100%;
}

@media (min-width: 768px) {
  .newsletter-section .newsletter-holder .form-holder {
    max-width: 370px;
    margin: -6px 14px 0 0;
  }
}

@media (min-width: 1024px) {
  .newsletter-section .newsletter-holder .form-holder {
    max-width: 470px;
  }
}

.newsletter-section .newsletter-holder .form-holder:only-child {
  max-width: auto;
  margin: 0;
}

.newsletter-section .form-note {
  color: #777787;
  font: 600 14px/1.4 Inter Tight, Helvetica Neue, Arial, Noto Sans, sans-serif;
  letter-spacing: 0.01em;
  font-weight: normal;
  margin: 6px 0 0;
}

.newsletter-section .form-note>*:last-child {
  margin-bottom: 0;
}

.newsletter-section .form-note a {
  transition: text-decoration-color 0.3s ease-in-out;
  text-decoration: underline;
  color: inherit;
}

.newsletter-section .form-note a:hover {
  text-decoration-color: transparent;
}

.newsletter-section .mc4wp-form {
  margin: 0;
}

.newsletter-section .mc4wp-form .mc4wp-form-fields {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

@media (max-width: 479px) {
  .newsletter-section .mc4wp-form .mc4wp-form-fields>* {
    width: 100%;
  }
}

.newsletter-section .mc4wp-form .form-group {
  margin: 0;
  flex: 1 0;
}

.newsletter-section .mc4wp-form .mc4wp-alert {
  margin: 6px 0 0;
  color: #27272C;
}

.newsletter-section .mc4wp-form .mc4wp-alert.mc4wp-error {
  color: red;
}

.newsletter-section .mc4wp-form .mc4wp-alert.mc4wp-success {
  color: #00ca6d;
}

.newsletter-section .mc4wp-form .mc4wp-alert>* {
  margin: 0;
}

.newsletter-section .mc4wp-form input[type=email] {
  width: 100%;
  transition: all 0.3s ease-in-out;
  border: 1.5px solid #DCE1FC;
  background: #fff;
  border-radius: 4px;
  color: #777787;
  box-shadow: none;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newsletter-section .mc4wp-form input[type=email]::-moz-placeholder {
  color: #777787;
}

.newsletter-section .mc4wp-form input[type=email]::placeholder {
  color: #777787;
}

.newsletter-section .mc4wp-form input[type=submit] {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  font: 600 14px/1.4 Inter Tight, Helvetica Neue, Arial, Noto Sans, sans-serif;
  letter-spacing: 0.01em;
  border: 1px solid #386ef9;
  background: #506bf0;
  color: #fff;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
  box-shadow: none;
  min-height: 48px;
  padding: 10px 20px;
  text-transform: capitalize;
}

.newsletter-section .mc4wp-form input[type=submit]:focus {
  box-shadow: 0px 0px 0px 4px rgba(80, 107, 240, 0.4);
}

.newsletter-section .mc4wp-form input[type=submit]:hover {
  background: #445bcd;
}

/* Feedback block styles */
.feedback-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  background-color: #F3F5F8;
  background-image: url(../../images/bg-feedback.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto 100%;
  border-radius: 6px;
  margin: 30px 0;
  padding: 20px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  color: #2A2A2A;
  letter-spacing: 0.01em;
}

@media (min-width: 768px) {
  .feedback-box {
    padding: 32px;
  }
}

@media (min-width: 1024px) {
  .feedback-box {
    padding: 40px;
  }
}

.feedback-box:first-child {
  margin-top: 0;
}

.feedback-box:last-child {
  margin-bottom: 0;
}

.bg-light .feedback-box {
  background-color: #fff;
}

.feedback-box .text-opacity {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .feedback-box .feedback-text {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .feedback-box .feedback-text {
    flex: 1 0;
  }
}

.feedback-box .feedback-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.feedback-box .feedback-buttons>* {
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 8px;
  vertical-align: top;
  text-transform: uppercase;
  color: #506BF0;
  border: 2px solid #506BF0;
  background: #fff;
  border-radius: 4px;
  padding: 12px 30px;
  font: 600 16px/1.2 Inter Tight, Helvetica Neue, Arial, Noto Sans, sans-serif;
}

.feedback-box .feedback-buttons>*.is-disabled {
  pointer-events: none;
  opacity: .5;
}

.feedback-box .feedback-buttons>*.is-disabled.is-active {
  opacity: 1;
}

.feedback-box .feedback-buttons>*.is-active {
  background: #506BF0;
  color: #fff;
}

@media (min-width: 768px) {
  .feedback-box .feedback-buttons>* {
    padding: 14px 38px;
  }
}

.feedback-box .feedback-buttons>*:focus {
  box-shadow: 0px 0px 0px 4px rgba(80, 107, 240, 0.4);
}

.feedback-box .feedback-buttons>*:hover {
  background: #506BF0;
  color: #fff;
}

.feedback-box .feedback-buttons>* svg {
  width: 24px;
  height: 24px;
}

.feedback-box p:last-child {
  margin-bottom: 0;
}

.feedback-box h2 {
  color: #27272C;
  font: 600 20px/1.2 Inter Tight, Helvetica Neue, Arial, Noto Sans, sans-serif;
  margin: 0 0 13px;
  letter-spacing: normal;
}

@media (min-width: 768px) {
  .feedback-box h2 {
    font-size: 24px;
  }
}

/* Posts styles */
.post-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px 24px;
}

@media (min-width: 768px) {
  .post-cards {
    row-gap: 64px;
  }
}

.post-cards .post-card {
  width: 100%;
}

@media (min-width: 520px) {
  .post-cards .post-card {
    width: calc((100% - 24px) / 2);
  }
}

@media (min-width: 768px) {
  .post-cards .post-card {
    width: calc((100% - 48px) / 3);
  }
}

@media (min-width: 1024px) {
  .posts-filters-block .post-cards .post-card {
    width: calc((100% - 72px) / 4);
  }
}

.post-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #4F4F59;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.01em;
}

.post-card.image-cover .post-card-heading img {
  -o-object-fit: cover;
  object-fit: cover;
}

.post-card>* {
  width: 100%;
}

.post-card .post-card-heading {
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 1;
  background: #F3F5F8;
  aspect-ratio: 1.85;
  padding-top: 30%;
}

.post-card .post-card-heading>a {
  transition: box-shadow 0.3s ease-in-out;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.post-card .post-card-heading>a:hover img,
.post-card .post-card-heading>a:focus img {
  transform: scale(1.05);
}

.post-card .post-card-heading>a:focus {
  box-shadow: 0px 0px 0px 5px rgba(80, 107, 240, 0.4);
}

.post-card .post-card-heading>a:last-child {
  margin-bottom: 0;
}

.post-card .post-card-heading img {
  display: block;
  transition: transform 0.3s ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.post-card .post-card-heading .info-holder {
  width: 100%;
  z-index: 1;
  padding: 4px 13px;
  background-color: #F3F5F8;
  border-left: 3px solid #506BF0;
  color: #27272C;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.01em;
  font-weight: 500;
  margin-bottom: -1px;
}

.post-card .post-card-heading .info-holder a {
  text-decoration: underline;
  text-decoration-color: transparent;
  color: inherit;
  transition: all 0.3s ease-in-out;
}

.post-card .post-card-heading .info-holder a:focus {
  text-decoration-color: currentColor;
}

.post-card .post-card-heading .info-holder a:hover,
.post-card .post-card-heading .info-holder a:focus {
  color: #4d67e6;
}

.post-card .post-card-body {
  display: flex;
  flex-direction: column;
  flex: 1 0;
}

.post-card .post-card-body-inner {
  flex: 1 0;
}

.post-card .post-card-body-inner>*:last-child {
  margin-bottom: 0;
}

.post-card .post-card-bottom {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .post-card .post-card-bottom {
    margin-top: 24px;
  }
}

.post-card .post-card-bottom:first-child {
  margin-top: 0;
}

.post-card .post-card-bottom>*:last-child {
  margin-bottom: 0;
}

.post-card .post-card-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.post-card .post-card-text>* {
  margin-bottom: 0;
}

.post-card h3 {
  font: 600 18px/1.6 Inter Tight, Helvetica Neue, Arial, Noto Sans, sans-serif;
  color: #101828;
  margin: 0 0 8px;
}

.post-card h3 a {
  transition: text-decoration-color 0.3s ease-in-out;
  color: inherit;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  text-decoration: underline;
  text-decoration-color: transparent;
}

.post-card h3 a:hover,
.post-card h3 a:focus {
  text-decoration-color: currentColor;
}

.post-card .post-info {
  color: #777787;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

.post-card .post-info li:not(:last-child):after {
  margin: 0 2px 1px 5px;
  background: currentColor;
}

.post-card .author {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

.post-card .author a {
  transition: color 0.3s ease-in-out;
}

/* Posts filters styles */
.filter-box-head {
  display: flex;
  flex-direction: row-reverse;
  gap: 16px;
}

.filter-box-head .search-form {
  position: relative;
  z-index: 1;
  width: 100%;
}

@media (min-width: 960px) {
  .filter-box-head .search-form {
    width: 345px;
  }
}

.filter-box-head .search-form:after {
  position: absolute;
  content: "";
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.75 15.75L11.25 11.25M2.25 7.5C2.25 8.18944 2.3858 8.87213 2.64963 9.50909C2.91347 10.146 3.30018 10.7248 3.78769 11.2123C4.2752 11.6998 4.85395 12.0865 5.49091 12.3504C6.12787 12.6142 6.81056 12.75 7.5 12.75C8.18944 12.75 8.87213 12.6142 9.50909 12.3504C10.146 12.0865 10.7248 11.6998 11.2123 11.2123C11.6998 10.7248 12.0865 10.146 12.3504 9.50909C12.6142 8.87213 12.75 8.18944 12.75 7.5C12.75 6.81056 12.6142 6.12787 12.3504 5.49091C12.0865 4.85395 11.6998 4.2752 11.2123 3.78769C10.7248 3.30018 10.146 2.91347 9.50909 2.64963C8.87213 2.3858 8.18944 2.25 7.5 2.25C6.81056 2.25 6.12787 2.3858 5.49091 2.64963C4.85395 2.91347 4.2752 3.30018 3.78769 3.78769C3.30018 4.2752 2.91347 4.85395 2.64963 5.49091C2.3858 6.12787 2.25 6.81056 2.25 7.5Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: 18px 18px;
  background-position: 14px center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 1;
}

.filter-box-head .search-form input {
  width: 100%;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #777787;
  font: 14px/1.2 Inter Tight, Helvetica Neue, Arial, Noto Sans, sans-serif;
  letter-spacing: 0.01em;
  border: 1.5px solid #DCE1FC;
  border-radius: 4px;
  padding-left: 40px;
  background-color: #fff;
  transition: box-shadow 0.3s ease-in-out;
  margin: 0;
  box-shadow: none;
}

.filter-box-head .search-form input:focus {
  outline: none;
  box-shadow: 0px 0px 0px 4px rgba(80, 107, 240, 0.4);
}

.filter-box-head .search-form input::-moz-placeholder {
  color: #777787;
}

.filter-box-head .search-form input::placeholder {
  color: #777787;
}

.filter-box-head .filter-reset {
  border: none;
  background: transparent;
  padding: 0;
  font: 500 16px/1.6 Inter Tight, Helvetica Neue, Arial, Noto Sans, sans-serif;
  letter-spacing: 0.01em;
  color: #777787;
  text-transform: capitalize;
  transition: text-decoration-color 0.3s ease-out;
  text-decoration: underline;
  text-decoration-color: currentColor;
  box-shadow: none;
  text-underline-offset: 3px;
}

.filter-box-head .filter-reset:hover,
.filter-box-head .filter-reset:focus {
  text-decoration: underline;
  text-decoration-color: transparent;
  background: transparent;
}

.posts-filters-heading {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0 0 50px;
}

@media (min-width: 768px) {
  .posts-filters-heading {
    margin-bottom: 64px;
  }
}

.posts-filters-heading>* {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .posts-filters-heading>* {
    width: 100%;
  }
}

.posts-filters-heading h2 {
  margin: 0;
  font: 700 36px/1.2 Inter Tight, Helvetica Neue, Arial, Noto Sans, sans-serif;
  letter-spacing: normal;
  margin: 0;
  flex: 1 0;
}

@media (min-width: 768px) {
  .posts-filters-heading h2 {
    font-size: 40px;
  }
}

.filter-popup.active-filter-popup .popup-drop {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
}

.filter-popup.active-filter-popup .popup-drop-inner {
  transform: translate(0, 0);
}

.filter-popup .popup-drop {
  position: fixed;
  z-index: 9999999999;
  outline: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.15s linear, visibility 0.15s linear;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
}

.filter-popup .popup-drop-inner {
  width: 100%;
  display: flex;
  min-height: 100%;
  position: relative;
  width: auto;
  margin: 0 auto;
  pointer-events: auto;
  transition: transform 0.15s ease-out;
  transform: translate(0, -70px);
}

@media (min-width: 480px) {
  .filter-popup .popup-drop-inner {
    max-width: 460px;
    align-items: center;
  }
}

.filter-popup .popup-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background: #fff;
  padding: 80px 16px;
  background-clip: padding-box;
  outline: 0;
}

@media (max-width: 479px) {
  .filter-popup .popup-content {
    max-height: 100vh;
    max-height: 100svh;
  }
}

@media (min-width: 480px) {
  .filter-popup .popup-content {
    border: 2px solid #DCE1FC;
    border-radius: 6px;
    margin: 20px auto;
    max-height: calc(100vh - 40px);
    max-height: calc(100svh - 40px);
  }
}

@media (width: 768px) {
  .filter-popup .popup-content {
    margin-block: 30px;
    max-height: calc(100vh - 60px);
    max-height: calc(100svh - 60px);
  }
}

.filter-popup .popup-content-inner {
  padding-right: 8px;
  margin: -8px -8px 0 0;
}

.filter-popup .open-popup {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  gap: 8px;
  min-height: 48px;
  border: 1.5px solid #DCE1FC;
  background: #fff;
  box-shadow: none;
  border-radius: 4px;
  color: #27272C;
  letter-spacing: 0.01em;
  font: 14px/1.2 Inter Tight, Helvetica Neue, Arial, Noto Sans, sans-serif;
  padding: 14px;
  text-transform: capitalize;
  transition: box-shadow 0.3s ease-in-out, background 0.3s ease-in-out;
}

.filter-popup .open-popup:focus {
  box-shadow: 0px 0px 0px 4px rgba(80, 107, 240, 0.4);
}

.filter-popup .open-popup:hover {
  background: #DCE1FC;
}

.filter-popup .open-popup svg {
  width: 18px;
  height: 18px;
}

.filter-popup .popup-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: absolute;
  z-index: 1;
  inset-inline: 0;
  bottom: 0;
  padding: 16px;
}

.filter-popup .btn-popup-bottom {
  display: flex;
  gap: 10px;
}

.filter-popup .btn-popup-bottom>* {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  min-height: 48px;
  padding: 5px 20px;
  font: 600 14px/1.6 Inter Tight, Helvetica Neue, Arial, Noto Sans, sans-serif;
  background: #506BF0;
  border: 2px solid #506BF0;
  border-radius: 4px;
  text-transform: capitalize;
  box-shadow: none;
  transition: box-shadow 0.3s ease-in-out, background 0.3s ease-in-out;
}

.filter-popup .btn-popup-bottom>*:focus {
  box-shadow: 0px 0px 0px 4px rgba(68, 91, 205, 0.4);
}

.filter-popup .btn-popup-bottom>*:hover {
  background: #445bcd;
}

.filter-popup .btn-popup-bottom>*.close-popup {
  background: #fff;
  color: #506BF0;
}

.filter-popup .btn-popup-bottom>*.close-popup:hover {
  background: #e5e9fd;
}

.filter-popup .search-form {
  width: calc(100% - 32px);
  position: absolute;
  inset-inline: 16px;
  top: 16px;
  z-index: 1;
}

.filter-checkboxes {
  margin: 0 0 -5px;
}

.filter-checkboxes-columns {
  -moz-column-count: 2;
  column-count: 2;
}

.filter-checkbox {
  display: flex;
  margin: 0 0 5px;
}

.filter-checkbox label {
  width: 100%;
  display: inline-flex;
  vertical-align: top;
  position: relative;
  vertical-align: top;
  padding: 2px 0 2px 24px;
  font: 14px/1.4 Inter Tight, Helvetica Neue, Arial, Noto Sans, sans-serif;
  letter-spacing: 0.01em;
  margin: 0;
  color: #27272C;
}

.filter-checkbox label:after {
  position: absolute;
  content: "";
  top: 6px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 1.2px;
  border: 1px solid #506BF0;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80% auto;
  transition: all 0.3s ease-in-out;
}

.filter-checkbox label:has(:checked):after {
  background-color: #506BF0;
  background-image: url("data:image/svg+xml,%3Csvg width='5' height='4' viewBox='0 0 5 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.550049 1.98333L1.73747 3.30005L4.21672 0.550049' stroke='white' stroke-width='1.1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.filter-checkbox label:has(:focus):after {
  box-shadow: 0px 0px 0px 4px rgba(80, 107, 240, 0.4);
}

.filter-checkbox label input {
  position: absolute;
  opacity: 0;
  top: 6px;
  left: 4px;
}

/* Custom scroll */
.scroll-opacity {
  overflow-y: auto;
  overflow-x: hidden;
}

.scroll-opacity::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.scroll-opacity::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}

.custom-scroll {
  overflow-y: auto;
  overflow-x: hidden;
}

.custom-scroll::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}

.custom-scroll::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #DCE1FC;
}

.custom-scroll::-webkit-scrollbar-track:hover {
  background-color: #DCE1FC;
}

.custom-scroll::-webkit-scrollbar-track:active {
  background-color: #DCE1FC;
}

.custom-scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #506BF0;
}

.custom-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #506BF0;
}

.custom-scroll::-webkit-scrollbar-thumb:active {
  background-color: #506BF0;
}

/* Accordion filter styles */
.accordion-filter .ac {
  margin: 0 0 4px;
  border-color: #D2D2D7;
  border-width: 0 0 1px;
}

.accordion-filter .ac-trigger {
  border: none;
  padding: 8px 35px 8px 0;
  font: 600 14px/1.4 Inter Tight, Helvetica Neue, Arial, Noto Sans, sans-serif;
  letter-spacing: 0.01em;
  color: #27272C;
}

.accordion-filter .ac-trigger:after {
  display: none;
}

.accordion-filter .ac-trigger:hover,
.accordion-filter .ac-trigger:focus {
  color: #506BF0;
}

.accordion-filter .ac-trigger[aria-expanded=true] {
  color: #506BF0;
}

.accordion-filter .ac-trigger[aria-expanded=true] svg {
  transform: translateY(-50%) rotateX(180deg);
}

.accordion-filter .ac-trigger svg {
  display: block;
  transition: transform 0.3s ease-out;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 24px;
  height: 24px;
}

.accordion-filter .ac-panel-inner {
  margin: 2px 9px 12px 0;
  padding-right: 20px;
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}

.accordion-filter .ac-panel-inner>*:last-child {
  margin-bottom: 0;
}

/* Pagination posts styles */
.pagination-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  border-top: 1px solid #E4E4E7;
  margin-top: 50px;
  padding: 15px 0 0;
}

@media (min-width: 768px) {
  .pagination-block {
    margin-top: 64px;
    padding-top: 20px;
    gap: 30px;
  }
}

.pagination-block:first-child {
  margin-top: 0;
}

.pagination-block>* {
  margin: 0;
}

.pagination-block .result {
  font: 14px/1.4 Inter Tight, Helvetica Neue, Arial, Noto Sans, sans-serif;
  display: block;
  color: #777787;
  letter-spacing: 0.01em;
}

@media (max-width: 767px) {
  .pagination-block .result {
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .pagination-block .result {
    order: 10;
  }
}

.pagination-holder {
  display: flex;
  gap: 10px;
  flex: 1 0;
}

@media (max-width: 767px) {
  .pagination-holder {
    justify-content: center;
    width: 100%;
    gap: 20px;
  }
}

.pagination-holder:only-child {
  justify-content: center;
}

.pagination-holder>* {
  margin: 0;
}

.pagination-holder .pagination-holder-text {
  font: 600 14px/1.4 Inter Tight, Helvetica Neue, Arial, Noto Sans, sans-serif;
  letter-spacing: 0.01em;
  margin-top: 10px;
}

@media (max-width: 479px) {
  .pagination-holder .pagination-holder-text {
    display: none;
  }
}

.pagination-holder .pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

@media (max-width: 479px) {
  .pagination-holder .pagination .nav-links {
    justify-content: center;
  }
}

.pagination-holder .pagination .page-numbers {
  margin: 0;
  border-radius: 4px;
  background: #F3F5F8;
  border: none;
  color: #777787;
  font: 500 14px/1.4 Inter Tight, Helvetica Neue, Arial, Noto Sans, sans-serif;
  letter-spacing: 0.01em;
  transition: all 0.3s ease-in-out;
}

.pagination-holder .pagination .page-numbers:hover {
  background: #d7d7d7;
}

.pagination-holder .pagination .page-numbers:focus {
  box-shadow: 0px 0px 0px 4px rgba(77, 103, 230, 0.4);
}

.pagination-holder .pagination .page-numbers.current {
  background: #050E3B;
  color: #fff;
}

/* Blog Tabs styles */
.blog-tabs {
  overflow: hidden;
  margin: -5px;
  padding: 5px;
}

.blog-tabs .tabs-nav {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 -4px 32px;
}

@media (min-width: 768px) {
  .blog-tabs .tabs-nav {
    margin-bottom: 40px;
  }
}

.blog-tabs .tabs-nav li {
  padding: 0 8px 0 0;
  border-bottom: 1px solid #D2D2D7;
}

.blog-tabs .tabs-nav li:last-child {
  padding-right: 0;
}

.blog-tabs .tabs-nav button {
  position: relative;
  background: transparent;
  border: none;
  font: 600 18px/1.2 Inter Tight, Helvetica Neue, Arial, Noto Sans, sans-serif;
  color: #777787;
  padding: 0 8px 8px;
  transition: color 0.3s ease-in-out;
}

.blog-tabs .tabs-nav button[aria-selected=true] {
  color: #506BF0;
}

.blog-tabs .tabs-nav button[aria-selected=true]:after {
  opacity: 1;
}

.blog-tabs .tabs-nav button:after {
  position: absolute;
  content: "";
  inset-inline: 0;
  bottom: -1px;
  height: 2px;
  border-radius: 2px;
  background: #506BF0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.blog-tabs .tabs-nav button:hover,
.blog-tabs .tabs-nav button:focus {
  color: #506BF0;
}

/* Posts columns styles */
.posts-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.posts-columns.reverse {
  flex-direction: column-reverse;
}

@media (min-width: 960px) {
  .posts-columns.reverse {
    flex-direction: row-reverse;
  }
}

.posts-columns.reverse .col:not(.main-post) .post-card-bottom {
  margin-top: 7px;
}

.posts-columns .col {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (min-width: 960px) {
  .posts-columns .col {
    width: calc((100% - 32px) / 2);
  }
}

@media (min-width: 480px) {
  .posts-columns .col:not(.main-post) .post-card {
    flex-direction: row;
  }
}

@media (min-width: 480px) {
  .posts-columns .col:not(.main-post) .post-card .post-card-heading {
    width: min(45%, 280px);
    padding-top: 12%;
  }
}

@media (min-width: 1024px) {
  .posts-columns .col:not(.main-post) .post-card .post-card-heading {
    width: min(55%, 320px);
  }
}

.posts-columns .col.main-post .post-card h3 {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: normal;
}

@media (min-width: 480px) {
  .posts-columns .col.main-post .post-card .post-card-heading {
    aspect-ratio: 2.64;
  }
}

.posts-columns .col.main-post .post-card .post-card-bottom {
  margin-top: 19px;
}

.posts-columns .post-card {
  width: 100%;
}

.posts-columns h2 {
  margin: 0;
  font: 700 36px/1.2 Inter Tight, Helvetica Neue, Arial, Noto Sans, sans-serif;
  letter-spacing: normal;
  margin: 0;
}

@media (min-width: 768px) {
  .posts-columns h2 {
    font-size: 40px;
  }
}

.posts-grid {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -24px;
}

@media (min-width: 1024px) {
  .posts-grid {
    margin-bottom: -32px;
  }
}

@media (min-width: 769px) {
  .posts-grid {
    display: grid;
    -moz-column-gap: 24px;
    column-gap: 24px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: min-content min-content 1fr;
    grid-template-areas: "main top" "main bottom" "main .";
    align-items: start;
  }
}

@media (min-width: 1024px) {
  .posts-grid {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 32px;
    column-gap: 32px;
  }
}

.posts-grid .post-card {
  width: 100%;
  margin-bottom: 24px;
}

@media (min-width: 1024px) {
  .posts-grid .post-card {
    margin-bottom: 32px;
  }
}

@media (min-width: 480px) {
  .posts-grid .post-card:not(:first-child) {
    flex-direction: row;
  }
}

@media (min-width: 480px) {
  .posts-grid .post-card:not(:first-child) .post-card-heading {
    width: min(45%, 280px);
    padding-top: 12%;
  }
}

@media (min-width: 1024px) {
  .posts-grid .post-card:not(:first-child) .post-card-heading {
    width: min(55%, 320px);
  }
}

@media (min-width: 769px) {
  .posts-grid .post-card:nth-child(1) {
    grid-area: main;
  }
}

@media (min-width: 480px) {
  .posts-grid .post-card:nth-child(1)+ :last-child {
    flex-direction: column;
  }
}

@media (min-width: 480px) {
  .posts-grid .post-card:nth-child(1)+ :last-child .post-card-heading {
    width: 100%;
    aspect-ratio: 2.64;
  }
}

.posts-grid .post-card:nth-child(1)+ :last-child h3 {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: normal;
}

@media (min-width: 480px) {
  .posts-grid .post-card:nth-child(1)+ :last-child .post-card-heading {
    aspect-ratio: 2.64;
  }
}

.posts-grid .post-card:nth-child(1)+ :last-child .post-card-bottom {
  margin-top: 19px;
}

.posts-grid .post-card:nth-child(1) h3 {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: normal;
}

@media (min-width: 480px) {
  .posts-grid .post-card:nth-child(1) .post-card-heading {
    aspect-ratio: 2.64;
  }
}

.posts-grid .post-card:nth-child(1) .post-card-bottom {
  margin-top: 19px;
}

@media (min-width: 480px) {
  .posts-grid .post-card:nth-child(2) {
    grid-area: top;
  }
}

@media (min-width: 480px) {
  .posts-grid .post-card:nth-child(3) {
    grid-area: bottom;
  }
}

.posts-grid h2 {
  margin: 0;
  font: 700 36px/1.2 Inter Tight, Helvetica Neue, Arial, Noto Sans, sans-serif;
  letter-spacing: normal;
  margin: 0;
}

@media (min-width: 768px) {
  .posts-grid h2 {
    font-size: 40px;
  }
}

.post-rating-app .rating-click-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 134px;
  height: 22px;
  display: flex;
  z-index: 10;
  cursor: pointer;
}

.post-rating-app .rating-click-layer span {
  flex: 1;
  background: transparent;
}

.post-rating-app .rating-holder.voted .rating-click-layer {
  display: none;
}

/* Custom progressbar styles */
#ruigehond006_bar {
  background-color: #506BF0 !important;
}

.addtoany_list {
  width: max-content;
  display: flex !important;
}

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