/** Shopify CDN: Minification failed

Line 191:0 Unexpected "}"

**/
body {
  overflow-x: hidden;
}
.elvtd-post-carousel {
  font-family: Helvetica Neue;
  margin: auto;
  display: flex;
  max-width: 1920px;
  
  @media (max-width: 1920px) {
    margin-left: 240px;
  }

  @media (max-width: 1440px) {
    margin: auto!important;
    flex-direction: column;
    gap: 24px;
    padding-top:36px;
  }
  

  .carousel-heading {
    min-width: 310px;
    position: relative;
    z-index: 2;
    }
    @media (max-width: 1440px) {
      min-width: initial;
      padding: 0 25px;
    }
    h2 {
      @media (max-width: 1200px) {
        margin: 0 0 12px;
      }
      font-size: 50px;
      line-height: 1.1;
      p,
      h1,
      h2,
      h3,
      h4,
      h5 {
        margin: 0;
        @media (max-width: 1200px) {
          font-size: 42px;
        }
      }
      em {
        font-style: normal;
        color: #f4001c;
      }
    }
    a {
      border: 1px solid black;
      height: 60px;
      width: 210px;
      text-decoration: none;
      font-weight: 600;
      font-size: 25px;
      line-height: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 30px;
      color: black;
      margin-top: 12px;
      background: transparent;
      gap: 15px;
      text-decoration:none;
      @media (max-width: 1200px) {
        font-size: 18px;
        height: initial;
        width: initial;
        padding: 8px 30px;
      }
      &:after {
        content: "\279C";
        font-size: 12px;
      }
    }
  }
  .carousel-wrapper {
    display: flex;
    gap: 32px;
    max-width: calc(1920px - 240px) !important;
    .slick-list {
      overflow: visible !important;
      max-width: 100%;
      @media (max-width: 1200px) {
        padding: 0 20px;
      }
      .slick-track {
        gap: 32px;
        display: flex;
        padding-bottom: 240px;

        @media (max-width: 1200px) {
          padding-bottom: 60px;
          height: 100%;
        }
      }
    }

    .carousel-item {
      padding: 10px;
      box-shadow: 0px 40px 100px 0px #0000001a;
      box-sizing: border-box;
      background: white;
      display: flex;
      flex-direction: column;
      align-items: center;
      border-radius: 24px;
      max-width: 525px;
      &[aria-hidden="true"] {
        @media(min-width:680px){
          opacity: 0;
        }
      }
      @media (max-width: 1200px) {
        height: 100%;
      }
      img {
        border-radius: 24px;
        max-width: 100%;
      }
      .carousel-item-inner {
        max-width: 350px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 48px 0;
        gap: 12px;
        @media (max-width: 1200px) {
          margin: 12px 0;
          height: 100%;
          justify-content: space-between;
        }
        h3 {
          margin: 0;
          font-size: 35px;
          line-height: 1.1;
          font-family: Helvetica Neue;
          max-height: 2.4em;
          overflow-y: clip;
          @media (max-width: 1200px) {
            max-height: unset;
            font-size: 24px;
          }
        }
        p {
          font-weight: 300;
          font-size: 20px;
          line-height: 1.3;
          color: black;
          @media (max-width: 1200px) {
            margin: 0;
            font-size: 16px;
          }
        }
        .learn-more-btn {
          border: 1px solid black;
          height: 40px;
          width: 200px;
          text-decoration: none;
          font-weight: 700;
          font-size: 16px;
          line-height: 1.2;
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 30px;
          color: black;
          margin-top: 12px;
          gap: 15px;
          &:after {
            content: "\279C";
            font-size: 12px;
          }
           @media (max-width: 1200px) {
            font-size: 14px;
          }
        }
      }
    }
  }
}
