.blog-hero {
  background: url(../../../images/hero-bg.webp) no-repeat 50% 50%/cover;
  padding-top: 14.5rem !important;
}
.blog-hero.module.module--filled {
  margin-bottom: 5rem;
}
.blog-hero__title {
  margin-bottom: 6rem;
}
.blog-hero__featured {
  gap: 3rem;
}
.blog-hero__featured--mobile {
  display: none;
}
.blog-hero__featured-left {
  flex: 1;
  border-radius: 4px;
  padding: 4rem 4rem 3.5rem;
  min-height: 50rem;
  box-sizing: border-box;
  position: relative;
  background: #003c4c url(../../../images/bg-card.svg) no-repeat 63% 50%/cover;
  transition: box-shadow 0.35s, background 0.35s;
}
.blog-hero__featured-left .blog-hero__featured-body {
  width: 50.2%;
}
.blog-hero__featured-left .blog-hero__featured-type {
  background: rgba(5, 31, 36, 0.6);
  color: #ffffff !important;
}
.blog-hero__featured-left > a {
  position: absolute;
  inset: 0;
}
.blog-hero__featured-right {
  width: 31.8%;
  gap: 3rem;
}
.blog-hero__featured-card {
  border-radius: 4px;
  background: linear-gradient(113deg, #014a5e 17.11%, #003c4c 90.84%);
  box-sizing: border-box;
  padding: 2.5rem 2.5rem 3.3rem;
  position: relative;
  height: 50%;
  background: #f7f5ff;
  color: #051f24;
  transition: box-shadow 0.35s, background 0.35s, color 0.35s;
}
.blog-hero__featured-card > a {
  position: absolute;
  inset: 0;
}
.blog-hero__featured-meta {
  gap: 1.5rem;
}
.blog-hero__featured-type {
  border-radius: 2rem;
  background: #e0ffa8;
  padding: 0.6rem 0.8rem;
  display: inline-block;
  font-size: 1.4rem;
  color: #051f24 !important;
  line-height: 1.2;
}
.blog-hero__featured-image {
  position: absolute;
  top: 4rem;
  right: 4rem;
  width: 33.2%;
  padding-top: 33.2%;
  border-radius: 13.5rem 1.5rem 1.5rem 1.5rem;
  overflow: hidden;
}
.blog-hero__featured-image img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  max-height: 100%;
  width: 100%;
  min-height: 100%;
}
.blog-main__in {
  gap: 3rem;
  padding-bottom: 8rem;
}
.blog-load-more {
  padding-top: 2rem;
  text-align: center;
}
.blog-aside {
  width: 23.2%;
}
.blog-aside__filters-btn {
  display: none;
}
.blog-filters {
  padding-bottom: 1.5rem;
  position: relative;
}
.blog-filters-title, .blog-filters-close, .blog-filters-bottom {
  display: none;
}
.blog-widget {
  border-radius: 4px;
  background: #f7f5ff;
  padding: 3rem 0 4.5rem;
  margin-bottom: 2rem;
}
.blog-widget--subscribe {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.blog-widget--subscribe-bottom {
  display: none;
}
.blog-widget--subscribe .hbspt-form .hs_email > label {
  color: #051f24;
}
.blog-widget--subscribe .hbspt-form .hs-button {
  background: #051f24;
  color: #ffffff;
}
.blog-widget--subscribe .hbspt-form .hs-button:hover {
  background: #003c4c;
}
.blog-widget--filters {
  padding-bottom: 1.5rem;
  position: relative;
}
.blog-widget--filters:after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(255, 255, 255, 0.5) url(../../../images/loader.png) no-repeat 50% 50%/6rem 6rem;
  transition: opacity 0.35s, visibility 0.35s;
  opacity: 0;
  visibility: hidden;
}
.blog-widget--filters.loading:after {
  opacity: 1;
  visibility: visible;
}
.blog-search {
  padding: 0 2.5rem 3rem;
  position: relative;
}
.blog-search-clear {
  position: absolute;
  width: 2rem;
  height: 2rem;
  right: 1rem;
  top: 50%;
  margin-top: -1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s;
}
.blog-search-clear.show {
  opacity: 1;
  visibility: visible;
}
.blog-search-clear:before, .blog-search-clear:after {
  position: absolute;
  left: 50%;
  margin-left: -1px;
  width: 1px;
  top: 0;
  bottom: 0;
  background: #051f24;
  content: "";
  transform: rotate(45deg);
}
.blog-search-clear:after {
  transform: rotate(-45deg);
}
.blog-search .ia-form {
  position: relative;
}
.blog-search .ia-form button {
  position: absolute;
  cursor: pointer;
  padding: 0;
  border: none;
  margin: 0;
  width: 3.6rem;
  height: 3.6rem;
  margin-top: -1.8rem;
  top: 50%;
  left: 0;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-search .ia-form input {
  display: block;
  padding-left: 3.8rem;
  width: 100%;
  padding-right: 4rem;
}
.blog-filters__item {
  border-bottom: 1px solid #eeebf2;
}
.blog-filters__item.active {
  background: #e0ffa8;
}
.blog-filters__item.active .blog-filters__heading:after {
  transform: rotate(180deg);
}
.blog-filters__item-options {
  padding: 0.4rem 2.5rem 1.5rem;
  display: none;
}
.blog-filters__item-options .service-type-parent {
  font-weight: 500;
  padding: 1rem 0 0.5rem;
}
.blog-filters__item-options .service-type-parent strong {
  font-weight: 500;
  position: relative;
  display: block;
  cursor: pointer;
}
.blog-filters__item-options .service-type-parent strong.expanded:after {
  transform: rotate(180deg);
}
.blog-filters__item-options .service-type-parent strong:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.4rem;
  height: 2.4rem;
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">  <path d="M8.25 9.75L11.75 13.25L15.25 9.75" stroke="%23051F24" stroke-width="1.51667" stroke-linecap="square" stroke-linejoin="round"/></svg>') no-repeat 0 0;
}
.blog-filters__item-options .service-type-parent:first-child {
  padding-top: 0;
}
.blog-filters__item-options .service-type-children {
  display: none;
}
.blog-filters__heading {
  padding: 1.2rem 0 1.2rem 2.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  display: block;
  position: relative;
}
.blog-filters__heading:after {
  position: absolute;
  right: 2.5rem;
  top: 1rem;
  width: 2.4rem;
  height: 2.4rem;
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">  <path d="M8.25 9.75L11.75 13.25L15.25 9.75" stroke="%23051F24" stroke-width="1.51667" stroke-linecap="square" stroke-linejoin="round"/></svg>') no-repeat 0 0;
}
.blog-filters .article__filter {
  padding: 0.3rem 0 0.4rem 2.6rem;
  position: relative;
  font-size: 1.4rem;
  display: block;
  line-height: 1.4;
}
.blog-filters .article__filter::before {
  position: absolute;
  left: 0;
  top: 0.4rem;
  width: 1.4rem;
  height: 1.4rem;
  content: "";
  border-radius: 2px;
  border: 1px solid #51727b;
}
.blog-filters .article__filter:after {
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 1.6rem;
  height: 1.6rem;
  content: "";
  opacity: 0;
  border-radius: 2px;
  transition: opacity 0.35s;
  background: #051f24 url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none">  <path d="M1.25 5.30811L4.0625 7.80811L9.0625 1.87061" stroke="%23E0FFA8" stroke-width="1.25" stroke-linecap="round"/></svg>') no-repeat 50% 50%;
}
.blog-filters .article__filter.active:after {
  opacity: 1;
}
.blog-filters__chips {
  padding: 3rem 2.5rem 0;
}
.blog-list {
  padding-top: 1.8rem;
}
.blog-body {
  flex: 1;
  padding-top: 3.4rem;
}
.blog-body > h2 span {
  font-family: "Roc_Grotesk", sans-serif;
}
.blog-body .blog-item {
  width: 100%;
  margin-left: 0;
  min-height: 1px;
  margin-bottom: 2rem;
  padding: 5rem 2.5rem 4.3rem;
  border-radius: 0.4rem;
}
.blog-body .blog-item__categories {
  margin-bottom: 1.5rem;
}
.blog-body .blog-item .content-entry {
  margin-bottom: 1.6rem;
}
.blog-chips {
  font-size: 0;
}
.blog-chips span {
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.6rem 0.8rem;
  border-radius: 2rem;
  background: #051f24;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.4;
  cursor: default;
}
.blog-chips span:after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewBox="0 0 8 8" fill="none">  <path d="M6.99997 6.99997L4 4M4 4L1 1M4 4L7 1M4 4L1 7" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat 0 0;
  cursor: pointer;
  display: inline-block;
  margin-left: 0.7rem;
}
.blog-chips-reset {
  margin: 2.5rem 0 3rem;
  display: inline-block;
}
.blog-chips-reset.hide {
  display: none;
}

.desktop-version .blog-hero__featured-card:hover {
  background: #003c4c;
  color: #ffffff;
}
.desktop-version .blog-hero__featured-left:hover {
  background: #003c4c url(../../../images/bg-card-over.svg) no-repeat 63% 50%/cover;
}

@media (max-width: 1310px) {
  .blog-widget--subscribe .ia-form .form-row.flex {
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .blog-hero {
    padding-top: 9.8rem !important;
    padding-bottom: 5rem;
  }
  .blog-hero.module.module--filled {
    margin-bottom: 0;
  }
  .blog-hero__title {
    margin-bottom: 3.2rem;
  }
  .blog-hero__featured-type {
    padding: 0.3rem 0.8rem;
  }
  .blog-hero__featured-slider {
    margin-right: -2rem;
  }
  .blog-hero__featured-slider .slick-dots li.slick-active button {
    background: #e0ffa8;
  }
  .blog-hero__featured-slider .slick-track {
    display: flex !important;
  }
  .blog-hero__featured-slider .slick-slide {
    height: inherit !important;
  }
  .blog-hero__featured-slider h2 {
    font-size: 1.8rem;
  }
  .blog-hero__featured-image {
    width: 11rem;
    height: 11rem;
    padding-top: 0;
    margin-bottom: 3.5rem;
    position: relative;
    inset: auto;
    display: inline-block;
    border-radius: 7rem 1rem 1rem 1rem;
  }
  .blog-hero__featured--desktop {
    display: none;
  }
  .blog-hero__featured--mobile {
    display: block;
  }
  .blog-hero__featured--mobile .blog-hero__featured-card {
    width: 81vw;
    margin-right: 2rem;
    height: 100%;
  }
  .blog-hero__featured--mobile .blog-hero__featured-card .blog-hero__featured-meta {
    display: none;
  }
  .blog-hero__featured--mobile .blog-hero__featured-left {
    width: 81vw;
    margin-right: 2rem;
    flex-direction: column;
    padding: 2.5rem 2.5rem 3rem;
    min-height: 1px;
  }
  .blog-hero__featured--mobile .blog-hero__featured-left .blog-hero__featured-body {
    width: 100%;
  }
  .blog-hero__featured--mobile .blog-hero__featured-left .blog-hero__featured-body .content-entry,
  .blog-hero__featured--mobile .blog-hero__featured-left .blog-hero__featured-body .blog-hero__featured-meta {
    display: none;
  }
  .blog-body {
    padding-top: 0;
    padding-bottom: 4rem;
  }
  .blog-widget {
    padding: 3rem 2rem 2rem;
    margin-bottom: 0;
  }
  .blog-widget--subscribe {
    display: none;
  }
  .blog-widget--subscribe-bottom {
    display: block;
    margin: 0 -2rem;
  }
  .blog-widget--subscribe .ia-form .form-row.flex {
    flex-direction: row;
  }
  .blog-widget--subscribe .ia-form .form-row.flex input {
    flex: 1;
  }
  .blog-main__in {
    padding-bottom: 0;
    flex-direction: column;
  }
  .blog-body .blog-item {
    padding: 2.5rem;
  }
  .blog-search {
    padding: 0;
    flex: 1;
  }
  .blog-search-outer {
    display: flex;
    gap: 2.5rem;
  }
  .blog-chips {
    padding-right: 5rem;
  }
  .blog-chips span {
    font-size: 1.2rem;
    padding: 0.2rem 0.8rem;
    background: #051f24;
    color: #ffffff;
  }
  .blog-chips span:after {
    position: relative;
    top: 0.1rem;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8" height="8" viewBox="0 0 8 8" fill="none">  <path d="M6.99997 6.99997L4 4M4 4L1 1M4 4L7 1M4 4L1 7" stroke="%23ffffff" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat 0 0;
  }
  .blog-chips-reset {
    margin: 0;
    position: absolute;
    top: 2.4rem;
    right: 0;
  }
  .blog-filters {
    padding-bottom: 0;
    position: fixed;
    inset: 0;
    z-index: 9999999999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s, visibility 0.35s;
    box-sizing: border-box;
    display: flex;
    align-items: flex-end;
  }
  .blog-filters.show {
    opacity: 1;
    visibility: visible;
  }
  .blog-filters__chips {
    padding: 2.4rem 0 0;
    position: relative;
  }
  .blog-filters__item-options {
    padding-bottom: 2rem;
  }
  .blog-filters-in {
    overflow-y: auto;
    position: relative;
    z-index: 2;
    max-height: 80vh;
    box-sizing: border-box;
    margin: 0 1rem;
    border-radius: 10px 10px 0px 0px;
    border-top: 1px solid #f7f5ff;
    border-bottom: 1px solid #f7f5ff;
    background: #eeebf2;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(6px);
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 7rem;
  }
  .blog-filters-title {
    text-align: center;
    padding: 2rem 0 1.5rem;
    font-size: 1.5rem;
  }
  .blog-filters-bottom {
    padding: 1.3rem 2.5rem 2rem;
    position: relative;
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: 0;
    z-index: 2;
    background: #eeebf2;
  }
  .blog-filters-bottom .blog-chips-reset {
    position: absolute;
    left: 2.5rem;
    right: auto;
    top: 50%;
    transform: translate(0, -50%);
  }
  .blog-filters-bottom .ia-btn {
    min-width: 16rem;
  }
  .blog-filters-close {
    position: absolute;
    top: 1.9rem;
    right: 2rem;
  }
  .blog-filters-overlay {
    opacity: 0.8;
    background: #051f24;
    position: absolute;
    inset: 0;
  }
  .blog-filters-title, .blog-filters-close, .blog-filters-bottom {
    display: block;
  }
  .blog-filters-bottom {
    display: flex;
  }
  .blog-aside {
    width: auto;
    padding: 0;
    margin: 0 -2rem;
  }
  .blog-aside__filters-btn {
    width: 11.5rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
  }
  .blog-aside__filters-btn b {
    font-weight: 500;
    display: block;
    line-height: 1;
    padding-top: 0.2rem;
  }
  .blog-aside__filters-btn span {
    width: 1.8rem;
    height: 1.8rem;
    background: #e0ffa8;
    border-radius: 50%;
    text-align: center;
    line-height: 1.6rem;
    padding-top: 0.2rem;
    box-sizing: border-box;
    color: #051f24;
    font-weight: 500;
    display: block;
    opacity: 0;
  }
  .blog-aside__filters-btn span.show {
    opacity: 1;
  }
  .is-safari .blog-aside__filters-btn b {
    padding-top: 0;
    padding-bottom: 0.1rem;
  }
  .is-safari .blog-aside__filters-btn span {
    padding-top: 0;
    padding-bottom: 0.1rem;
  }
  .is-safari .blog-chips span:after {
    top: -0.1rem;
  }
}

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