.elementor-17778 .elementor-element.elementor-element-e5b8522{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--overflow:hidden;--background-transition:0.3s;--padding-block-start:0px;--padding-block-end:0px;--padding-inline-start:0px;--padding-inline-end:0px;}/* Start custom CSS for html, class: .elementor-element-61e51b6 */.apic-blog-and-news-section-container {
      max-width: 1200px;
      margin-inline: auto;
      padding-inline: 1rem;
    }

    .apic-blog-and-news-section-carousel {
      background: #f4f6f8;
      padding-block: clamp(3rem, 6vw, 6rem);
    }

    .swiper {
      position: relative;
    }

    .swiper-wrapper {
      align-items: stretch;
    }

    .swiper-slide {
      display: flex;
      height: 100%;
    }

    .apic-blog-and-news-section-post {
      background: #fff;
      border-radius: 0.5rem;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
      overflow: hidden;
      display: flex;
      flex-direction: column;
      height: 100%;
      width: 100%;
    }

    .apic-blog-and-news-section-post-image-container {
      width: 100%;
      aspect-ratio: 16/9;
      overflow: hidden;
      display: block;
      position: relative;
    }

    .apic-blog-and-news-section-post-image-container::after {
      content: '';
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.12);
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease;
      border-radius: inherit;
    }

    .apic-blog-and-news-section-post-image-container img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.9s ease;
    }

    .apic-blog-and-news-section-post:hover .apic-blog-and-news-section-post-image-container img {
      transform: scale(1.06);
    }

    .apic-blog-and-news-section-post:hover .apic-blog-and-news-section-post-image-container::after {
      opacity: 1;
    }

    .apic-blog-and-news-section-post-body {
      padding: 1rem 1.25rem 1.5rem;
    }

    .apic-blog-and-news-section-post-body time {
      font-size: 0.75rem;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      color: #182858;
      display: block;
      margin-bottom: 0.25rem;
    }

    .apic-blog-and-news-section-post-title {
      font-size: 1.125rem;
      margin: 0 0 0.5rem;
      line-height: 1.3;
      color: #182858;
    }

    .apic-blog-and-news-section-excerpt {
      font-size: 0.9375rem;
      color: #4d4d4d;
      line-height: 1.4;
    }

    .swiper-button-next,
    .swiper-button-prev {
      width: 44px;
      height: 44px;
      background: #182858;
      color: #fff;
      border-radius: 50%;
      z-index: 10;
      top: 50%;
      transform: translateY(-50%);
    }

    .swiper-button-prev {
      left: 10px;
    }

    .swiper-button-next {
      right: 10px;
    }

    .swiper-pagination {
      position: relative;
      text-align: center;
      margin-top: 2rem;
    }

    .swiper-pagination-bullet {
      background: #182858;
      opacity: 0.25;
    }

    .swiper-pagination-bullet-active {
      background: #fdb714;
      opacity: 1;
    }

    @media (min-width: 640px) {
      .swiper-slide {
        width: auto;
      }
    }

    .apic-blog-and-news-section-carousel-controls {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 2rem;
      margin-top: 2rem;
    }

    .apic-blog-and-news-section-carousel-controls .swiper-pagination {
      flex: 1 1 auto;
      min-width: 120px;
      max-width: 200px;
      margin-right: auto;
      display: flex;
      justify-content: flex-start;
    }

    .apic-blog-and-news-section-arrow-group {
      display: flex;
      gap: 1rem;
    }

    .apic-blog-and-news-section-carousel-controls .swiper-button-prev,
    .apic-blog-and-news-section-carousel-controls .swiper-button-next {
      width: 44px;
      height: 44px;
      min-width: 44px;
      min-height: 44px;
      max-width: 44px;
      max-height: 44px;
      position: static;
      transform: none;
      margin: 0;
      border-radius: 50%;
      background: transparent;
      color: #182858;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.1rem;
      padding: 0;
      border: 2px solid #182858;
    }

    .apic-blog-and-news-section-carousel-controls .swiper-button-prev::after,
    .apic-blog-and-news-section-carousel-controls .swiper-button-next::after {
      font-size: 1.25rem;
      color: #182858;
      font-weight: 600;
      text-shadow: 0 0 0.5px #182858;
    }

    .apic-blog-and-news-section-carousel-controls .swiper-button-prev:hover,
    .apic-blog-and-news-section-carousel-controls .swiper-button-next:hover {
      border-color: #fdb714;
      background: transparent;
      color: #182858;
    }

    .apic-blog-and-news-section-post a {
      text-decoration: none;
    }/* End custom CSS */