@import url("../home-hero-v1/style.css");

.ntgy-block-blog-featured-posts {
  overflow: hidden;
  padding: 0 0 6rem;
  border-block-end: 1px solid var(--ntgy-color-blue-40);
  background: var(--ntgy-color-white);
}

.entry-content > .ntgy-block-blog-featured-posts:not(.alignfull),
.editor-styles-wrapper .is-root-container > .ntgy-block-blog-featured-posts:not(.alignfull) {
  width: min(100% - (var(--ntgy-gutter, 1rem) * 2), var(--ntgy-layout-wide, 1512px));
  max-width: var(--ntgy-layout-wide, 1512px);
  margin-inline: auto;
}

.entry-content > .ntgy-block-blog-featured-posts.alignfull,
.editor-styles-wrapper .is-root-container > .ntgy-block-blog-featured-posts.alignfull {
  width: calc(100% + (var(--ntgy-gutter, 1rem) * 2));
  max-width: none;
  margin-right: calc(var(--ntgy-gutter, 1rem) * -1);
  margin-left: calc(var(--ntgy-gutter, 1rem) * -1);
}

.ntgy-block-blog-featured-posts__inner {
  width: 100%;
  max-width: none;
  margin-inline: auto;
}

.ntgy-block-blog-featured-posts.alignwide .ntgy-block-blog-featured-posts__inner {
  width: 100%;
  max-width: none;
  margin-inline: auto;
}

.ntgy-block-blog-featured-posts.alignfull .ntgy-block-blog-featured-posts__inner {
  width: min(100% - (var(--ntgy-gutter, 1rem) * 2), var(--ntgy-layout-full-max, 1792px));
  max-width: var(--ntgy-layout-full-max, 1792px);
}

.ntgy-block-blog-featured-posts__slider {
  display: grid;
  gap: 1.1875rem;
  min-width: 0;
}

.ntgy-block-blog-featured-posts__track {
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  height: auto;
  min-height: 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding-inline: 0;
  scroll-behavior: smooth;
  scroll-padding-inline: 0;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
  touch-action: pan-x pan-y;
  user-select: none;
}

.ntgy-block-blog-featured-posts__track.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
}

.ntgy-block-blog-featured-posts__track::-webkit-scrollbar {
  display: none;
}

.ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card {
  flex: 0 0 calc((100% - 2rem) / 3);
  height: 31.375rem;
  max-height: none;
  scroll-snap-align: start;
}

.ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card-link {
  height: 100%;
  min-height: 100%;
  max-height: none;
}

.ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card.is-featured {
  height: 31.375rem;
}

.ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card-content {
  width: min(calc(100% - 1.5rem), 25rem);
}

.ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card-title {
  display: block;
  max-height: none;
  overflow: visible;
  text-overflow: clip;
  -webkit-line-clamp: unset;
}

.ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card.is-blog-card-color {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0;
  height: auto;
  min-height: calc(11.625rem + var(--ntgy-home-hero-v1-standard-content-height));
  overflow: hidden;
  padding: 0;
  border-radius: var(--ntgy-radius-md);
}

.ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card.is-blog-card-color.is-featured {
  height: auto;
}

.ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card.is-blog-card-color.is-blog-card-blue {
  background: var(--ntgy-color-blue-10);
}

.ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card.is-blog-card-color.is-blog-card-blue:has(.ntgy-block-home-hero-v1__card-title-link:hover),
.ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card.is-blog-card-color.is-blog-card-blue:has(.ntgy-block-home-hero-v1__card-title-link:focus-visible) {
  background: var(--ntgy-color-blue-20);
  border-color: var(--ntgy-color-blue-80);
}

.ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card.is-blog-card-color.is-blog-card-orange {
  background: var(--ntgy-color-orange-10);
}

.ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card.is-blog-card-color.is-blog-card-orange:has(.ntgy-block-home-hero-v1__card-title-link:hover) {
  background: var(--ntgy-color-orange-40);
  border-color: var(--ntgy-color-orange-100);
}

.ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card.is-blog-card-color.is-blog-card-orange:has(.ntgy-block-home-hero-v1__card-title-link:focus-visible) {
  background: var(--ntgy-color-blue-20);
  border-color: var(--ntgy-color-blue-100);
}

.ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card.is-blog-card-color .ntgy-block-home-hero-v1__card-link {
  height: 100%;
  min-height: calc(11.625rem + var(--ntgy-home-hero-v1-standard-content-height));
  max-height: none;
  justify-content: flex-start;
  gap: 0;
  padding: 0 0 0 2rem;
}

.ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card.is-blog-card-color .ntgy-block-home-hero-v1__card-media {
  position: relative;
  inset: auto;
  align-self: stretch;
  width: 100%;
  height: 11.625rem;
  flex: 0 0 11.625rem;
  margin-inline-end: 0;
  border-radius: var(--ntgy-radius-md);
  border-top-left-radius: 0;
}

.ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card.is-blog-card-color .ntgy-block-home-hero-v1__card-media::after {
  display: none;
}

.ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card.is-blog-card-color .ntgy-block-home-hero-v1__card-image,
.ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card.is-blog-card-color .ntgy-block-home-hero-v1__card-image-placeholder {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
}

.ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card.is-blog-card-color .ntgy-block-home-hero-v1__card-icon {
  inset-block-start: 1.5rem;
  inset-inline-start: 1.5rem;
}

.ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card.is-blog-card-color .ntgy-block-home-hero-v1__card-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto auto auto auto;
  gap: 1.25rem;
  width: 100%;
  min-height: var(--ntgy-home-hero-v1-standard-content-height);
  margin-inline: 0;
  padding: 1.5rem var(--ntgy-spacing-md) 1.0625rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
}

.ntgy-block-blog-featured-posts__card-tag-row {
  --ntgy-business-line-icon-box-size: var(--ntgy-tag-label-min-height);
  --ntgy-business-line-icon-size: var(--ntgy-business-line-icon-size-inline);

  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.25rem;
  width: fit-content;
  max-width: 100%;
  min-height: 1.75rem;
  border-radius: var(--ntgy-radius-sm);
}

.ntgy-block-blog-featured-posts .ntgy-block-blog-featured-posts__card-tag-row .ntgy-block-home-hero-v1__card-icon {
  position: relative;
  inset: auto;
  flex: 0 0 var(--ntgy-business-line-icon-box-size);
  margin: 0;
}

.ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card.is-blog-card-color .ntgy-block-home-hero-v1__card-separator {
  margin-block-start: 0;
}

.ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card.is-blog-card-color .ntgy-block-home-hero-v1__card-title-wrap {
  align-items: center;
}

.ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card.is-blog-card-color .ntgy-block-home-hero-v1__card-title {
  display: block;
  max-height: none;
  overflow: visible;
  text-overflow: clip;
  -webkit-line-clamp: unset;
}

.ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card.is-blog-card-color .ntgy-block-home-hero-v1__card-date {
  padding-block-start: 0;
}

.ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card.is-blog-card-image {
  height: 31.375rem;
  overflow: hidden;
  border-radius: var(--ntgy-radius-md);
  background: transparent;
}

.ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card.is-blog-card-image.is-featured {
  height: 31.375rem;
}

.ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card.is-blog-card-image.is-blog-card-tall {
  height: 33.3125rem;
}

.ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card.is-blog-card-image .ntgy-block-home-hero-v1__card-link {
  justify-content: flex-end;
  padding: 1.5rem 0 0 1.5rem;
}

.ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card.is-blog-card-image .ntgy-block-home-hero-v1__card-media {
  inset: 0;
  border-radius: var(--ntgy-radius-md);
}

.ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card.is-blog-card-image .ntgy-block-home-hero-v1__card-media::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.46) 100%);
}

.ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card.is-blog-card-image .ntgy-block-home-hero-v1__card-icon {
  inset-block-start: 1.5rem;
  inset-inline-start: 1.5rem;
}

.ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card.is-blog-card-image .ntgy-block-home-hero-v1__card-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 25rem;
  height: auto;
  min-height: 10.5rem;
  margin-block-start: auto;
  margin-inline-start: auto;
  padding: 1rem 1.5rem 1rem 2.5rem;
  border: 0.8125px solid rgba(0, 0, 0, 0.06);
  border-inline-end: 0;
  border-block-end: 0;
  border-radius: var(--ntgy-radius-md);
  background: rgba(253, 254, 254, 0.85);
  backdrop-filter: blur(8px);
}

.ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card.is-blog-card-image.is-multimedia-card .ntgy-block-home-hero-v1__card-content {
  gap: 0.75rem;
  padding: 1.5rem 1rem 1rem 2.5rem;
  color: var(--ntgy-color-white);
  background: rgba(0, 39, 64, 0.7);
  backdrop-filter: blur(5.85px);
}

.ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card.is-blog-card-image.is-multimedia-card .ntgy-block-home-hero-v1__card-title {
  color: var(--ntgy-color-white);
}

.ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card.is-blog-card-image .ntgy-block-home-hero-v1__card-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  width: fit-content;
  min-height: 1.75rem;
  padding: 0.5rem;
  border-radius: var(--ntgy-radius-sm);
  color: var(--ntgy-color-blue-100);
  background: var(--ntgy-color-white);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 0.75rem;
  text-decoration: none;
  white-space: nowrap;
}

.ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card.is-blog-card-image .ntgy-block-home-hero-v1__card-tag:hover {
  color: var(--ntgy-color-white);
  background: var(--ntgy-color-blue-100);
}

.ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card.is-blog-card-image .ntgy-block-home-hero-v1__card-tag:focus-visible {
  color: var(--ntgy-color-blue-100);
  background: var(--ntgy-color-white);
}

.ntgy-block-blog-featured-posts__card-tag-row .ntgy-block-home-hero-v1__card-tag:focus-visible {
  outline: 0;
  color: var(--ntgy-color-blue-100);
  background: var(--ntgy-color-white);
  box-shadow:
    0 0 0 2px var(--ntgy-color-white, #fff),
    0 0 0 5px var(--ntgy-color-blue-100, #004571);
}

.ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card.is-blog-card-image .ntgy-block-home-hero-v1__card-title-wrap {
  display: block;
}

.ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card.is-project-card .ntgy-block-home-hero-v1__card-title-wrap {
  min-height: 3rem;
}

.ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card.is-blog-card-image .ntgy-block-home-hero-v1__card-title {
  font-size: 1.5rem;
  line-height: 1.15;
}

.ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card.is-blog-card-image .ntgy-block-home-hero-v1__card-separator {
  margin-block-start: 0;
}

.ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card .ntgy-block-blog-featured-posts__card-tag-row .ntgy-block-home-hero-v1__card-icon {
  position: relative;
  inset: auto;
  flex: 0 0 var(--ntgy-business-line-icon-box-size);
  margin: 0;
  transform: none;
}

.ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card .ntgy-block-blog-featured-posts__card-tag-row .ntgy-block-home-hero-v1__card-tag {
  flex: 0 1 auto;
  min-width: 0;
  justify-self: auto;
}

.ntgy-block-blog-featured-posts__navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5rem;
}

.ntgy-block-blog-featured-posts__dots,
.ntgy-block-blog-featured-posts__buttons {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
}

.ntgy-block-blog-featured-posts__dots {
  width: 17.6875rem;
  height: 2.75rem;
  justify-content: flex-end;
}

.ntgy-block-blog-featured-posts__dot {
  flex: 1 1 0;
  height: 0.25rem;
  padding: 0;
  border: 0.0625rem solid var(--ntgy-color-blue-100, #004571);
  border-radius: 999px;
  background: transparent;
  transition:
    flex-basis 320ms var(--ntgy-transition-timing),
    border-color 220ms var(--ntgy-transition-timing),
    background-color 220ms var(--ntgy-transition-timing);
}

.ntgy-block-blog-featured-posts__dot.is-active {
  flex: 0 0 8.0625rem;
  background: var(--ntgy-color-blue-100, #004571);
}

.ntgy-block-blog-featured-posts__dot:focus-visible {
  outline: 0;
  box-shadow:
    0 0 0 2px var(--ntgy-color-white, #fff),
    0 0 0 5px var(--ntgy-color-blue-100, #004571);
}

.ntgy-block-blog-featured-posts__nav-button {
  position: relative;
  display: inline-flex;
  width: 2.71375rem;
  height: 1.5rem;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0.0625rem solid var(--ntgy-color-blue-80, #336a8d);
  border-radius: 999px;
  background: transparent;
  color: var(--ntgy-color-blue-80, #336a8d);
}

.ntgy-block-blog-featured-posts__nav-button.is-next {
  border-color: var(--ntgy-color-blue-100, #004571);
  background: var(--ntgy-color-blue-100, #004571);
  color: #fff;
}

.ntgy-block-blog-featured-posts__nav-button.is-next:hover {
  border-color: var(--ntgy-color-orange-100, #e57200);
  background: var(--ntgy-color-orange-100, #e57200);
}

.ntgy-block-blog-featured-posts__nav-button.is-next:focus-visible {
  border-color: var(--ntgy-color-blue-100, #004571);
  background: var(--ntgy-color-blue-100, #004571);
  box-shadow:
    0 0 0 2px var(--ntgy-color-white, #fff),
    0 0 0 5px var(--ntgy-color-blue-100, #004571);
  outline: 0;
}

.ntgy-block-blog-featured-posts__nav-button:not(.is-next):hover,
.ntgy-block-blog-featured-posts__nav-button:not(.is-next):focus-visible {
  border-width: 2px;
  border-color: var(--ntgy-color-blue-80, #336a8d);
  background: rgba(255, 255, 255, 0.01);
}

.ntgy-block-blog-featured-posts__nav-button:not(.is-next):focus-visible {
  box-shadow:
    0 0 0 2px var(--ntgy-color-white, #fff),
    0 0 0 5px var(--ntgy-color-blue-100, #004571);
  outline: 0;
}

.ntgy-block-blog-featured-posts__nav-button::before {
  width: 0.2135625rem;
  height: 0.427125rem;
  background: url("../../assets/images/icons/carousel-arrow-blue.svg") center / 100% 100% no-repeat;
  content: "";
}

.ntgy-block-blog-featured-posts__nav-button.is-next::before {
  background-image: url("../../assets/images/icons/carousel-arrow-white.svg");
}

.ntgy-block-blog-featured-posts__nav-button.is-prev::before {
  transform: rotate(180deg);
}

.ntgy-block-blog-featured-posts__placeholder {
  padding: var(--ntgy-spacing-md);
  border: 1px solid var(--ntgy-color-blue-20);
  border-radius: var(--ntgy-radius-md);
  color: var(--ntgy-color-blue-80);
  background: var(--ntgy-color-blue-10);
}

@media (min-width: 768px) {
  .ntgy-block-blog-featured-posts .ntgy-block-blog-featured-posts__track > .ntgy-block-home-hero-v1__card {
    flex-basis: calc((100% - 2rem) / 3);
  }
}

@media (max-width: 1023px) {
  .entry-content > .ntgy-block-blog-featured-posts.alignfull,
  .entry-content > .ntgy-block-blog-featured-posts.alignwide,
  .editor-styles-wrapper .is-root-container > .ntgy-block-blog-featured-posts.alignfull,
  .editor-styles-wrapper .is-root-container > .ntgy-block-blog-featured-posts.alignwide {
    width: var(--ntgy-mobile-module-width);
    max-width: var(--ntgy-mobile-module-width);
    margin-inline: auto;
  }

  .ntgy-block-blog-featured-posts.alignfull .ntgy-block-blog-featured-posts__inner,
  .ntgy-block-blog-featured-posts.alignwide .ntgy-block-blog-featured-posts__inner {
    width: 100%;
    max-width: none;
  }

  .ntgy-block-blog-featured-posts__track {
    padding-inline: 0;
    scroll-padding-inline: 0;
  }
}

@media (max-width: 767px) {
  .ntgy-block-blog-featured-posts {
    padding-block-end: 2.5rem;
  }

  .ntgy-block-blog-featured-posts__track {
    gap: 1rem;
    min-height: 31.375rem;
  }

  .ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card {
    flex-basis: min(20rem, calc(100vw - 4.6875rem));
    height: 31.375rem;
  }

  .ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card.is-featured {
    height: 31.375rem;
  }

  .ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card.is-multimedia-card {
    height: 31.375rem;
  }

  .ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card.is-blog-card-color {
    height: auto;
    min-height: calc(11.625rem + var(--ntgy-home-hero-v1-standard-content-height));
    gap: 0;
    padding-inline-start: 0;
  }

  .ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card.is-blog-card-color.is-blog-card-orange {
    height: auto;
  }

  .ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card.is-blog-card-color .ntgy-block-home-hero-v1__card-link {
    gap: 0;
  }

  .ntgy-block-blog-featured-posts .ntgy-block-home-hero-v1__card.is-blog-card-color .ntgy-block-home-hero-v1__card-media {
    height: 11.625rem;
    flex-basis: 11.625rem;
  }

  .ntgy-block-blog-featured-posts__navigation {
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;
  }

  .ntgy-block-blog-featured-posts__dots {
    display: flex;
    gap: 0.375rem;
    width: 100%;
    height: 2.5rem;
  }

  .ntgy-block-blog-featured-posts__dot {
    flex: 1 1 auto;
    width: auto;
    height: 0.25rem;
  }

  .ntgy-block-blog-featured-posts__dot.is-active {
    flex-grow: 2;
    width: auto;
  }

  .ntgy-block-blog-featured-posts__buttons {
    justify-content: center;
    gap: 0.375rem;
  }

  .ntgy-block-blog-featured-posts__nav-button {
    width: 4.875rem;
    height: 3rem;
    border-color: var(--ntgy-color-blue-100);
  }

  .ntgy-block-blog-featured-posts__nav-button::before {
    width: 0.7563125rem;
    height: 0.7563125rem;
  }
}
