/** Shopify CDN: Minification failed

Line 127:24 Unexpected "/"

**/
.p-small {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.02em;
}

.p-small-bold {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}

.h7 {
    font-weight: 900;
    font-size: 28px;
    line-height: 30px;   
    letter-spacing: 0.01em;
}

.h2 {
    font-weight: 900;
    font-size: 72px;
    line-height: 64px;   
    letter-spacing: -0.02em;
}

.h2-small {
    font-weight: 900;
    font-size: 48px;
    line-height: 64px;
    letter-spacing: -0.02em;
}

.h6 {
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;   
    letter-spacing: 0.01em;
}

.h6-small {
    font-weight: 900;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.01em;
}

.h4 {
    font-weight: 600;
    font-size: 44px;
    line-height: 42px;
}

.h4-small {
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0.01em;
}

.body {
    font-weight: 600;
    font-size: 21px;
    line-height: 36px;
}

.body-small {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}

.font-montserrat {
    font-family: Montserrat, sans-serif;
}

.uppercase {
    text-transform: uppercase;
}

.text-buttons {
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
}

.button-custom {
    padding: 16px 48px;
    gap: 12px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 12px;
    width: auto;
}

.d-flex {
    display: flex;
}

.custom-container-text {
    max-width: 895px;
    margin: auto !important;
}

.custom-heading {
    font-weight: 900;
    font-size: 72px;
    line-height: 64px;
    letter-spacing: 0.002em;
}

.custom-sub-heading {
    font-weight: 900;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.6px;
}

* New css for NPD page */
.btn-white, .btn-pink {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 12px;
    border-bottom-left-radius: 0;
    background-color: #ffffff;
    padding: 12px 24px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .01px;
    font-weight: 900;
    text-transform: uppercase;
    color: #323E48;
    max-height: 48px;
    letter-spacing: 0 !important;
  }
  .btn-white {
    background-color:  #ffffff;
  }
  .btn-white span {
    color: #323E48;
  }
  .btn-white:hover {
    color: #B0008E;
  }
  .btn-pink {
    background-color: #B0008E;
    color: #ffffff;
  }
  .btn-pink:hover {
    background-color: #ffffff;
    color: #B0008E;
  }
  .trustpilot-container-rich {
    justify-content: center;
    align-items: center;
    gap: 3rem;
    margin-top: 55px;
  }
  .atl-trustpilot-container {
    margin-top: 34px;
    width: 100%;
    gap: 18px;
  }
  .bold {
    font-weight: 900;
  }
  @media screen and (max-width: 640px) {
    .trustpilot-container-rich {
        flex-direction: column;
        gap: 1.5rem;
    }
  }