/*General styles */

:root {
  --blue: #00abc8;
  --golden: #fc9d2b;
  --pink: #ed5a9c;
  --off__d-white: #f4f4f4;
  --green: #b6d261;
  --purple: #a68ae1;
  --black: #0000000;
  --white: #ffffff;
  --primary: #f4569e;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  width: 100%;
  color: var(--black);
  font-weight: 400;
  margin: 0;
  padding: 0;
}

main *,
main *::before,
main *::after {
  box-sizing: border-box;
}

.S3_fresca_mental_nyc_page h1 {
  font-family: Roboto;
  font-weight: 300;
  font-style: normal;
  color: var(--black);
  font-size: 42px;
}

.S3_fresca_mental_nyc_page h2 {
  font-family: Roboto;
  font-weight: 700;
  font-style: normal;
  color: var(--black);
  font-size: 2.5rem;
}

.S3_fresca_mental_nyc_page main p {
  font-size: 1rem;
  color: var(--black);
  font-family: inherit;
  line-height: 1.625rem;
  font-weight: 400;
  margin: 1em 0;
}

.S3_fresca_mental_nyc_page a {
  text-decoration: none;
  color: var(--black);
}

.S3_fresca_mental_nyc_page img {
  max-width: initial;
  height: auto;
  border: none;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}

.S3_fresca_mental_nyc_page .primary__btn {
  font-weight: bold;
  border-radius: 28px;
  background-color: var(--pink);
  padding: 10px 18px;
  display: inline-block;
  color: var(--white);
  font-size: 14px;
  line-height: 18px;
  margin-top: 16px;
}

.S3_fresca_mental_nyc_page .btn--d {
  display: none;
}

.S3_fresca_mental_nyc_page .bold {
  font-weight: bold;
}

.S3_fresca_mental_nyc_page .italic {
  font-style: italic;
}

.S3_fresca_mental_nyc_page .u {
  text-decoration: underline;
}

.S3_fresca_mental_nyc_page .text-blue {
  color: var(--blue) !important;
}

.S3_fresca_mental_nyc_page .text-purple {
  color: var(--purple) !important;
}

.S3_fresca_mental_nyc_page .text-green {
  color: var(--green) !important;
}

.S3_fresca_mental_nyc_page .text-primary {
  color: var(--primary) !important;
}

.S3_fresca_mental_nyc_page .text-golden {
  color: var(--golden) !important;
}

.S3_fresca_mental_nyc_page .text-pink {
  color: var(--pink) !important;
}

.S3_fresca_mental_nyc_page .bg--pink {
  background-color: var(--pink) !important;
}

.S3_fresca_mental_nyc_page .bg--green {
  background-color: var(--green) !important;
}

.S3_fresca_mental_nyc_page .bg--blue {
  background-color: var(--blue) !important;
}

.S3_fresca_mental_nyc_page .bg--golden {
  background-color: var(--golden) !important;
}

.S3_fresca_mental_nyc_page .center {
  text-align: center;
}

.S3_fresca_mental_nyc_page .container {
  max-width: 390px;
  margin: 0 auto;
  padding: 1rem 1.5rem;
}

.S3_fresca_mental_nyc_page .section__title {
  font-size: 38px;
  font-weight: 400;
  text-align: center;
  font-family: "Abril Fatface", cursive;
  line-height: 1.1;
  margin: 0.8em 0;
}

.S3_fresca_mental_nyc_page .section__subtitle {
  font-size: 14px;
  max-width: 352px;
  margin: 1rem auto;
  line-height: 1.3;
}

.S3_fresca_mental_nyc_page {
  overflow: hidden;
}

.S3_fresca_mental_nyc_page .swiper-button-next,
.S3_fresca_mental_nyc_page .swiper-button-prev {
  background-color: var(--white);
  color: var(--black);
  border-radius: 50px;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.S3_fresca_mental_nyc_page .swiper-button-next::after,
.S3_fresca_mental_nyc_page .swiper-button-prev::after {
  font-size: 1rem;
  font-weight: bold;
}

.S3_fresca_mental_nyc_page .primary__btn {
  width: 100%;
  max-width: 180px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
  margin: 2.5rem auto 0 auto;
}

@media (min-width: 390px) {
  .S3_fresca_mental_nyc_page .container {
    max-width: 390px;
    padding: 1rem 1.5rem;
  }

  .S3_fresca_mental_nyc_page .section__title {
    font-size: 45px;
  }

  .S3_fresca_mental_nyc_page .section__subtitle {
    font-size: 16px;
  }
}

@media (min-width: 430px) {
  .S3_fresca_mental_nyc_page .container {
    max-width: 430px;
    padding: 1rem 2rem;
  }
}

@media (min-width: 768px) {
  .S3_fresca_mental_nyc_page .container {
    max-width: 768px;
    padding: 1rem 2rem;
  }
}

@media (min-width: 1280px) {
  .S3_fresca_mental_nyc_page .container {
    max-width: 1280px;
    padding: 1rem 3.5rem;
  }

  .S3_fresca_mental_nyc_page .people .container {
    max-width: 1280px;
    padding: 1rem 2.5rem;
  }
}

@media (min-width: 1366px) {
  .S3_fresca_mental_nyc_page .container {
    max-width: 1366px;
    padding: 1rem 6rem;
  }

  .S3_fresca_mental_nyc_page .people .container {
    max-width: 1366px;
    padding: 1rem 2rem;
  }
}

@media (min-width: 1920px) {
  .S3_fresca_mental_nyc_page .container {
    max-width: 1920px;
    padding: 1rem 8rem;
  }
}

.S3_fresca_mental_nyc_page .hero {
  background-image: url("./images/hero-390px.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 0 0.5rem 0;
  height: 915px;
  position: relative;
}

.S3_fresca_mental_nyc_page .hero__wrapper .section__title {
  font-size: 50px;
  color: var(--white);
  text-align: left;
  margin: 0;
  max-width: 280px;
  line-height: 56px;
}

.S3_fresca_mental_nyc_page .hero__wrapper .section__subtitle {
  font-size: 16px;
  color: var(--white);
  line-height: 20px;
  margin: 1.5rem 0 1.5rem 0;
  max-width: 325px;
}

.S3_fresca_mental_nyc_page .hero__wrapper .hero__search {
  display: flex;
  align-items: center;
  position: relative;
}

.S3_fresca_mental_nyc_page .hero__wrapper .hero__search .input {
  padding: 1rem 2rem 1rem 2.7rem;
  background-color: var(--white);
  border: 1px solid var(--white);
  border-radius: 57px 0 0 57px;
  height: 53px;
  min-height: 53px;
  font-size: 14px;
  color: var(--black);
  width: 100%;
}

.S3_fresca_mental_nyc_page .hero__wrapper .hero__search .input::placeholder {
  font-size: 14px;
  color: var(--black);
}

.S3_fresca_mental_nyc_page .hero__wrapper .hero__search .search-icon {
  position: absolute;
  top: 1.1rem;
  left: 1rem;
  width: 18px;
  height: 18px;
}

.S3_fresca_mental_nyc_page .hero__wrapper .hero__btn {
  padding: 1rem 2rem 1rem 1rem;
  height: 53px;
  min-height: 53px;
  border-radius: 0 57px 57px 0;
  background-color: var(--pink);
  border: 1px solid var(--pink);
  font-size: 15px;
  font-weight: bold;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100px;
}

.S3_fresca_mental_nyc_page .hero__wrapper .popular__main .popular__areas {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.S3_fresca_mental_nyc_page
  .hero__wrapper
  .popular__main
  .popular__areas
  .title {
  font-size: 20px;
  letter-spacing: 5px;
  font-weight: bold;
  margin: 2.5rem 0 0 0;
  color: var(--white);
}

.S3_fresca_mental_nyc_page
  .hero__wrapper
  .popular__main
  .popular__areas
  .popular__area__btn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.7rem;
}

.S3_fresca_mental_nyc_page
  .hero__wrapper
  .popular__main
  .popular__areas
  .popular__area__btn
  .area__btn {
  background-color: rgba(255, 255, 255, 0.5);
  height: 44px;
  min-height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
  color: var(--white);
  border-radius: 22px;
  cursor: pointer;
}

.S3_fresca_mental_nyc_page .hero__wrapper .stats__main {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  margin: 2.5rem 0 0 0;
}

.S3_fresca_mental_nyc_page .hero__wrapper .stats__main .stats__wrapper {
  background-color: var(--white);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-radius: 10px;
}

.S3_fresca_mental_nyc_page
  .hero__wrapper
  .stats__main
  .stats__wrapper
  .stats__star {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  width: 100%;
  max-width: 105px;
  flex-shrink: 0;
  justify-content: end;
}

.S3_fresca_mental_nyc_page
  .hero__wrapper
  .stats__main
  .stats__wrapper
  .stats__star
  img {
  width: 40px;
  height: 40px;
}

.S3_fresca_mental_nyc_page
  .hero__wrapper
  .stats__main
  .stats__wrapper
  .stats__star
  .stats__number {
  font-size: 45px;
  font-weight: bold;
  color: var(--purple);
  margin: 0;
  max-width: inherit;
  flex-shrink: 0;
}

.S3_fresca_mental_nyc_page
  .hero__wrapper
  .stats__main
  .stats__wrapper
  .section__subtitle {
  font-size: 16px;
  color: var(--black);
  line-height: 20px;
  margin: 0;
}

.S3_fresca_mental_nyc_page .hero__wrapper .popular__main .popular__dates {
  display: flex;
}

.S3_fresca_mental_nyc_page .community .community__link {
  display: none;
}

@media (min-width: 430px) {
  .S3_fresca_mental_nyc_page .hero {
    background-image: url("./images/hero-430px.png");
    padding: 0 0 0.5rem 0;
    height: 880px;
  }

  .S3_fresca_mental_nyc_page .hero__wrapper .section__title {
    font-size: 60px;
    line-height: 68px;
    max-width: 330px;
  }

  .S3_fresca_mental_nyc_page .hero__wrapper .section__subtitle {
    max-width: 363px;
    margin: 1.5rem 0 2rem 0;
  }

  .S3_fresca_mental_nyc_page .hero__wrapper .stats__main .stats__wrapper {
    padding: 1rem 1.5rem;
  }

  .S3_fresca_mental_nyc_page
    .hero__wrapper
    .stats__main
    .stats__wrapper:last-child
    .section__subtitle {
    max-width: 140px;
  }
}

@media (min-width: 768px) {
  .S3_fresca_mental_nyc_page .hero {
    background-image: url("./images/hero-768px.png");
    padding: 1.5rem 0 0.5rem 0;
    height: 670px;
  }

  .S3_fresca_mental_nyc_page .hero__wrapper .section__title {
    text-align: center;
    max-width: 719px;
    margin: 0 auto;
    display: block;
  }

  .S3_fresca_mental_nyc_page .hero__wrapper .section__subtitle {
    font-size: 18px;
    max-width: 568px;
    margin: 2rem auto 2.5rem auto;
    text-align: center;
    line-height: 24px;
  }

  .S3_fresca_mental_nyc_page .hero__wrapper .hero__search .input {
    width: 100%;
    height: 76px;
    min-height: 76px;
    padding: 1rem 2rem 1rem 8rem;
    border-radius: 38px 0 0 38px;
    font-size: 18px;
  }

  .S3_fresca_mental_nyc_page .hero__wrapper .hero__search .search-icon {
    top: 1.6rem;
    left: 5.8rem;
    width: 24px;
    height: 24px;
  }

  .S3_fresca_mental_nyc_page .hero__wrapper .hero__btn {
    height: 76px;
    min-height: 76px;
    width: 100%;
    max-width: 150px;
    padding: 1rem 2rem 1rem 0;
    border-radius: 0 38px 38px 0;
    font-size: 18px;
  }

  .S3_fresca_mental_nyc_page
    .hero__wrapper
    .popular__main
    .popular__areas
    .title {
    margin: 3rem 0 0 0;
    font-size: 22px;
    text-align: center;
  }

  .S3_fresca_mental_nyc_page .hero__wrapper .popular__main .popular__areas {
    gap: 2rem;
  }

  .S3_fresca_mental_nyc_page
    .hero__wrapper
    .popular__main
    .popular__areas
    .popular__area__btn {
    display: flex;
    justify-content: center;
  }

  .S3_fresca_mental_nyc_page
    .hero__wrapper
    .popular__main
    .popular__areas
    .popular__area__btn
    .area__btn {
    width: 100%;
    max-width: 156px;
    font-size: 18px;
  }

  .S3_fresca_mental_nyc_page
    .hero__wrapper
    .popular__main
    .popular__areas
    .popular__area__btn
    .area__btn:nth-child(2) {
    max-width: 140px;
  }

  .S3_fresca_mental_nyc_page
    .hero__wrapper
    .popular__main
    .popular__areas
    .popular__area__btn
    .area__btn:nth-child(3) {
    max-width: 162px;
  }

  .S3_fresca_mental_nyc_page
    .hero__wrapper
    .popular__main
    .popular__dates
    .popular__area__btn
    .area__btn {
    max-width: 117px !important;
  }

  .S3_fresca_mental_nyc_page
    .hero__wrapper
    .popular__main
    .popular__dates
    .popular__area__btn
    .area__btn:nth-child(2) {
    max-width: 183px !important;
  }

  .S3_fresca_mental_nyc_page
    .hero__wrapper
    .popular__main
    .popular__dates
    .popular__area__btn
    .area__btn:nth-child(3) {
    max-width: 155px !important;
  }

  .S3_fresca_mental_nyc_page .hero__wrapper .stats__main {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 4rem;
    gap: 0.8rem;
  }

  .S3_fresca_mental_nyc_page .hero__wrapper .stats__main .stats__wrapper {
    flex-direction: column;
    gap: 0.1rem;
    padding: 1rem 1.5rem 1.5rem 1.5rem;
    border-radius: 15px;
  }

  .S3_fresca_mental_nyc_page
    .hero__wrapper
    .stats__main
    .stats__wrapper
    .stats__star {
    max-width: 100%;
    justify-content: center;
  }

  .S3_fresca_mental_nyc_page
    .hero__wrapper
    .stats__main
    .stats__wrapper
    .stats__star
    .stats__number {
    font-size: 60px;
  }
}

@media (min-width: 1280px) {
  .S3_fresca_mental_nyc_page .hero {
    background-image: url("./images/hero-1280px.png");
    background-position: bottom;
    padding: 1.5rem 0 0.5rem 0;
    height: 710px;
  }

  .S3_fresca_mental_nyc_page .hero__wrapper .section__title {
    font-size: 64px;
    line-height: 72px;
  }

  .S3_fresca_mental_nyc_page .hero__wrapper .hero__search {
    width: 100%;
    max-width: 839px;
    margin: 0 auto;
  }

  .S3_fresca_mental_nyc_page .hero__wrapper .hero__btn {
    max-width: 170px;
    padding: 1rem 2rem 1rem 1rem;
  }

  .S3_fresca_mental_nyc_page
    .hero__wrapper
    .popular__main
    .popular__areas
    .title {
    margin: 4rem 0 0 0;
    font-size: 22px;
    text-align: left;
  }

  .S3_fresca_mental_nyc_page .hero__wrapper .stats__main {
    margin-top: 5.5rem;
    gap: 2rem;
  }

  .S3_fresca_mental_nyc_page .hero__wrapper .popular__main {
    display: flex;
    justify-content: center;
    gap: 5rem;
  }

  .S3_fresca_mental_nyc_page .hero__wrapper .popular__main .popular__areas {
    width: 100%;
    max-width: 466px;
  }

  .S3_fresca_mental_nyc_page .hero__wrapper .popular__main .popular__areas {
    gap: 2rem;
  }

  .S3_fresca_mental_nyc_page
    .hero__wrapper
    .popular__main
    .popular__areas
    .popular__area__btn {
    justify-content: start;
  }

  .S3_fresca_mental_nyc_page
    .hero__wrapper
    .popular__main
    .popular__areas
    .popular__area__btn
    .area__btn {
    width: 100%;
    max-width: 156px;
    font-size: 18px;
  }

  .S3_fresca_mental_nyc_page .hero__wrapper .popular__main .popular__dates {
    display: flex;
  }

  .S3_fresca_mental_nyc_page .hero__wrapper .stats__main .stats__wrapper {
    flex-direction: row;
    gap: 1rem;
    justify-content: center;
    padding: 2.5rem 1.5rem 2.5rem 1.5rem;
    border-radius: 20px;
  }

  .S3_fresca_mental_nyc_page
    .hero__wrapper
    .stats__main
    .stats__wrapper:nth-child(2) {
    padding: 2.5rem 3rem 2.5rem 3rem;
  }

  .S3_fresca_mental_nyc_page
    .hero__wrapper
    .stats__main
    .stats__wrapper
    .stats__star {
    max-width: initial;
    width: inherit;
  }

  .S3_fresca_mental_nyc_page
    .hero__wrapper
    .stats__main
    .stats__wrapper
    .section__subtitle {
    text-align: left;
  }
}

@media (min-width: 1366px) {
  .S3_fresca_mental_nyc_page .hero {
    background-image: url("./images/hero-1366px.png");
    background-position: bottom;
    padding: 2.5rem 0 0.5rem 0;
    height: 740px;
  }

  .S3_fresca_mental_nyc_page .hero__wrapper .section__title {
    font-size: 67px;
    line-height: 80px;
    max-width: 770px;
  }

  .S3_fresca_mental_nyc_page .hero__wrapper .section__subtitle {
    font-size: 20px;
    margin: 3rem auto 2.5rem auto;
  }

  .S3_fresca_mental_nyc_page .hero__wrapper .hero__search {
    max-width: 916px;
  }

  .S3_fresca_mental_nyc_page .hero__wrapper .stats__main {
    margin-top: 4.5rem;
  }

  .S3_fresca_mental_nyc_page .hero__wrapper .hero__btn {
    max-width: 190px;
    padding: 1rem 2rem 1rem 1rem;
  }

  .S3_fresca_mental_nyc_page .hero__wrapper .hero__search .input {
    padding: 1rem 2rem 1rem 5rem;
  }

  .S3_fresca_mental_nyc_page .hero__wrapper .hero__search .search-icon {
    left: 2.8rem;
  }

  .S3_fresca_mental_nyc_page .hero__wrapper .popular__main {
    justify-content: center;
  }
}

@media (min-width: 1920px) {
  .S3_fresca_mental_nyc_page .hero {
    background-image: url("./images/hero-1920px.png");
    background-position: bottom;
    padding: 2.5rem 0 0.5rem 0;
    height: 775px;
  }

  .S3_fresca_mental_nyc_page .hero__wrapper .section__title {
    font-size: 74px;
    line-height: 88px;
    max-width: 870px;
  }

  .S3_fresca_mental_nyc_page .hero__wrapper .section__subtitle {
    font-size: 20px;
    margin: 3rem auto 2.5rem auto;
  }

  .S3_fresca_mental_nyc_page .hero__wrapper .hero__search {
    max-width: 1030px;
  }

  .S3_fresca_mental_nyc_page .hero__wrapper .stats__main {
    margin-top: 4.5rem;
  }

  .S3_fresca_mental_nyc_page .hero__wrapper .hero__btn {
    max-width: 210px;
    padding: 1rem 2rem 1rem 1rem;
    font-size: 20px;
  }

  .S3_fresca_mental_nyc_page .hero__wrapper .popular__main {
    display: flex;
    justify-content: center;
    gap: 3rem;
    position: relative;
    left: 0;
  }

  .S3_fresca_mental_nyc_page .hero__wrapper .popular__main .popular__areas {
    width: 100%;
    max-width: 484px;
  }

  .S3_fresca_mental_nyc_page
    .hero__wrapper
    .popular__main
    .popular__areas
    .popular__area__btn
    .area__btn {
    max-width: 156px;
  }

  .S3_fresca_mental_nyc_page
    .hero__wrapper
    .popular__main
    .popular__.dates
    .popular__area__btn
    .area__btn {
    max-width: 108px !important;
  }

  .S3_fresca_mental_nyc_page
    .hero__wrapper
    .popular__main
    .popular__.dates
    .popular__area__btn
    .area__btn:nth-child(2) {
    max-width: 167 !important;
  }

  .S3_fresca_mental_nyc_page
    .hero__wrapper
    .popular__main
    .popular__.dates
    .popular__area__btn
    .area__btn:nth-child(2) {
    max-width: 142px !important;
  }

  .S3_fresca_mental_nyc_page
    .hero__wrapper
    .stats__main
    .stats__wrapper
    .stats__star
    img {
    width: 63px;
    height: 63px;
  }

  .S3_fresca_mental_nyc_page
    .hero__wrapper
    .stats__main
    .stats__wrapper
    .stats__star
    .stats__number {
    font-size: 70px;
  }

  .S3_fresca_mental_nyc_page
    .hero__wrapper
    .stats__main
    .stats__wrapper
    .section__subtitle {
    font-size: 18px;
    max-width: 260px;
  }

  .S3_fresca_mental_nyc_page
    .hero__wrapper
    .stats__main
    .stats__wrapper:last-child
    .section__subtitle {
    max-width: 160px;
  }
}

.S3_fresca_mental_nyc_page .community {
  padding: 20px 0;
  margin-top: 50px;
}

.S3_fresca_mental_nyc_page .community__wrapper .section__title {
  font-size: 39px;
  color: var(--black);
  margin: 0;
  text-align: left;
  max-width: 300px;
  line-height: 42px;
}

.S3_fresca_mental_nyc_page .community__wrapper .section__subtitle {
  max-width: 100%;
  font-size: 16px;
  line-height: 20px;
  color: var(--black);
  margin: 2rem 0 2rem 0;
}

.S3_fresca_mental_nyc_page .community .community__bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  padding: 50px 25px;
  height: 169px;
  min-height: 169px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.S3_fresca_mental_nyc_page .community .community__bg__1.lazyloaded {
  background-image: url("./images/support-local-390px.png");
}

.S3_fresca_mental_nyc_page .community .community__bg__2.lazyloaded {
  background-image: url("./images/social-connection-390px.png");
}

.S3_fresca_mental_nyc_page .community .community__bg__3.lazyloaded {
  background-image: url("./images/try-something-390px.png");
}

.S3_fresca_mental_nyc_page .community .community__bg__4.lazyloaded {
  background-image: url("./images/mindful-escape-390px.png");
}

.S3_fresca_mental_nyc_page .community .community__title {
  font-size: 20px;
  font-weight: bold;
  color: var(--white);
  letter-spacing: 4px;
  margin: 0 0 0.7rem 0;
  white-space: nowrap;
}

.S3_fresca_mental_nyc_page .community .community__desc {
  font-size: 16px;
  color: var(--white);
  margin: 0;
  line-height: 22px;
  max-width: 260px;
  text-align: left;
}

.S3_fresca_mental_nyc_page .community .swiper-button-next,
.S3_fresca_mental_nyc_page .community .swiper-button-prev {
  background-color: var(--white);
  color: var(--black);
  border-radius: 50px;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.S3_fresca_mental_nyc_page .community .swiper-button-next::after,
.S3_fresca_mental_nyc_page .community .swiper-button-prev::after {
  font-size: 1rem;
  font-weight: bold;
}

.S3_fresca_mental_nyc_page .community .primary__btn {
  width: 100%;
  max-width: 180px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: bold;
  margin: 2.5rem auto 0 auto;
}

.S3_fresca_mental_nyc_page .community .community__swiper {
  display: block;
}

.S3_fresca_mental_nyc_page .community .community__swiper__d {
  display: none;
}

@media (min-width: 430px) {
  .S3_fresca_mental_nyc_page .community {
    margin-top: 50px;
  }

  .S3_fresca_mental_nyc_page .community__wrapper .section__title {
    font-size: 42px;
    max-width: 320px;
  }

  .S3_fresca_mental_nyc_page .community .community__title {
    font-size: 22px;
    margin: 0 0 0.5rem 0;
  }

  .S3_fresca_mental_nyc_page .community .community__desc {
    max-width: 100%;
    font-size: 15px;
  }

  .S3_fresca_mental_nyc_page .community .community__swiper {
    display: block;
  }

  .S3_fresca_mental_nyc_page .community .community__swiper__d {
    display: none;
  }
}

@media (min-width: 768px) {
  .S3_fresca_mental_nyc_page .community {
    margin-top: 100px;
  }

  .S3_fresca_mental_nyc_page .community .community__bg__1 {
    background-image: url("./images/support-local-768px.png");
  }

  .S3_fresca_mental_nyc_page .community .community__bg__2 {
    background-image: url("./images/social-connection-768px.png");
  }

  .S3_fresca_mental_nyc_page .community .community__bg__3 {
    background-image: url("./images/try-something-768px.png");
  }

  .S3_fresca_mental_nyc_page .community .community__bg__4 {
    background-image: url("./images/mindful-escape-768px.png");
  }

  .S3_fresca_mental_nyc_page .container {
    position: relative;
  }

  .S3_fresca_mental_nyc_page .community .community__swiper {
    display: none;
  }

  .S3_fresca_mental_nyc_page .community .community__swiper__d {
    display: block;
  }

  .S3_fresca_mental_nyc_page .community__wrapper {
    display: flex;
  }

  .S3_fresca_mental_nyc_page .community__wrapper .section__title {
    font-size: 50px;
    max-width: 290px;
    line-height: 56px;
  }

  .S3_fresca_mental_nyc_page .community__wrapper .section__subtitle {
    max-width: 273px;
  }

  .S3_fresca_mental_nyc_page .community .primary__btn {
    width: 100%;
    max-width: 222px;
    height: 68px;
    margin: 2rem 0 0 0;
    border-radius: 45px;
  }

  .S3_fresca_mental_nyc_page .primary__btn {
    width: 100%;
    max-width: 222px;
    height: 68px;
    margin: 2rem 0 0 0;
    border-radius: 45px;
  }

  .S3_fresca_mental_nyc_page .community .community__bg {
    border-radius: 25px;
    padding: 50px 45px;
    height: 350px;
    min-height: 350px;
    padding-left: 35px;
  }

  .S3_fresca_mental_nyc_page .community .community__desc {
    font-size: 16px;
    max-width: 100%;
  }

  .S3_fresca_mental_nyc_page .community .swiper__d {
    position: absolute;
    right: -1.5rem;
  }

  .S3_fresca_mental_nyc_page .community .swiper__d .swiper-wrapper,
  .S3_fresca_mental_nyc_page
    .community
    .swiper__d
    .swiper-wrapper
    .swiper-slide {
    width: 100%;
    max-width: 400px;
  }

  .S3_fresca_mental_nyc_page
    .community
    .community__swiper__d
    .navigation-arrows {
    position: absolute;
    bottom: 1rem;
    left: 58.5%;
    transform: translateX(-50%);
  }

  .S3_fresca_mental_nyc_page .swiper-button-next {
    width: 47px;
    height: 47px;
    background-color: var(--pink);
    color: var(--white);
    left: 10px;
    right: auto;
  }
  .S3_fresca_mental_nyc_page .swiper-button-prev {
    width: 47px;
    height: 47px;
    background-color: var(--off__d-white);
    color: var(--pink);
    right: 10px;
    left: auto;
  }

  .S3_fresca_mental_nyc_page .swiper-button-next::after,
  .S3_fresca_mental_nyc_page .swiper-button-prev::after {
    font-size: 1rem;
    font-weight: bold;
  }

  .S3_fresca_mental_nyc_page .community .swiper-button-next {
    width: 47px;
    height: 47px;
    background-color: var(--pink);
    color: var(--white);
    left: -2px;
    right: auto;
  }
  .S3_fresca_mental_nyc_page .community .swiper-button-prev {
    width: 47px;
    height: 47px;
    background-color: var(--off__d-white);
    color: var(--pink);
    right: 15px;
    left: auto;
  }

  .S3_fresca_mental_nyc_page .community .swiper-button-next::after,
  .S3_fresca_mental_nyc_page .community .swiper-button-prev::after {
    font-size: 1rem;
    font-weight: bold;
  }
}

@media (min-width: 1280px) {
  .S3_fresca_mental_nyc_page .community {
    margin-top: 120px;
  }

  .S3_fresca_mental_nyc_page .community__wrapper .section__title {
    max-width: 390px;
  }

  .S3_fresca_mental_nyc_page .community__wrapper .section__subtitle {
    max-width: 330px;
  }

  .S3_fresca_mental_nyc_page .community .primary__btn {
    margin: 3rem 0 0 0;
  }

  .S3_fresca_mental_nyc_page .community .community__bg {
    border-radius: 25px;
    padding: 50px 45px;
    height: 338px;
    min-height: 338px;
    padding-left: 35px;
  }

  .S3_fresca_mental_nyc_page .community .swiper__d .swiper-wrapper,
  .S3_fresca_mental_nyc_page
    .community
    .swiper__d
    .swiper-wrapper
    .swiper-slide {
    width: 100%;
    max-width: 800px;
  }

  .S3_fresca_mental_nyc_page .community .swiper__d {
    position: absolute;
    right: -3.5rem;
  }

  .S3_fresca_mental_nyc_page
    .community
    .community__swiper__d
    .navigation-arrows {
    bottom: -2.5rem;
    left: 46.5%;
  }

  .S3_fresca_mental_nyc_page .community .primary__btn {
    max-width: 250px;
    height: 68px;
    font-size: 18px;
  }

  .S3_fresca_mental_nyc_page .primary__btn {
    max-width: 250px;
    height: 68px;
    font-size: 18px;
  }
}

@media (min-width: 1366px) {
  .S3_fresca_mental_nyc_page .community {
    margin-top: 120px;
  }

  .S3_fresca_mental_nyc_page .community .community__bg {
    height: 333px;
    min-height: 333px;
  }

  .S3_fresca_mental_nyc_page .community__wrapper .section__title {
    font-size: 52px;
    max-width: 410px;
  }

  .S3_fresca_mental_nyc_page .community .primary__btn {
    margin: 2.5rem 0 0 0;
  }

  .S3_fresca_mental_nyc_page
    .community
    .community__swiper__d
    .navigation-arrows {
    bottom: -3rem;
    left: 50%;
  }

  .S3_fresca_mental_nyc_page .community .community__link {
    display: none;
  }
}

@media (min-width: 1920px) {
  .S3_fresca_mental_nyc_page .community {
    margin-top: 120px;
  }

  .S3_fresca_mental_nyc_page .community .community__bg {
    height: 338px;
    min-height: 338px;
    padding-left: 25px;
  }

  .S3_fresca_mental_nyc_page .community__wrapper .section__title {
    font-size: 52px;
    max-width: 410px;
  }

  .S3_fresca_mental_nyc_page .community__wrapper .section__subtitle {
    font-size: 18px;
    max-width: 370px;
  }

  .S3_fresca_mental_nyc_page .community .primary__btn {
    margin: 2.5rem 0 0 0;
  }

  .S3_fresca_mental_nyc_page .community .swiper__d {
    right: -3rem;
  }

  .S3_fresca_mental_nyc_page
    .community
    .community__swiper__d
    .navigation-arrows {
    bottom: -3rem;
    left: 38.2%;
  }

  .S3_fresca_mental_nyc_page .community .swiper__d .swiper-wrapper,
  .S3_fresca_mental_nyc_page
    .community
    .swiper__d
    .swiper-wrapper
    .swiper-slide {
    width: 100%;
    max-width: 1300px;
  }

  .S3_fresca_mental_nyc_page .community .community__title {
    font-size: 24px;
    margin: 0 0 1rem 0;
  }

  .S3_fresca_mental_nyc_page .community .community__desc {
    font-size: 18px;
    min-height: 66px;
  }

  .S3_fresca_mental_nyc_page .community .community__link {
    display: block;
    text-decoration: underline;
    font-size: 18px;
    font-weight: bold;
    color: var(--white);
    margin: 0;
  }

  .S3_fresca_mental_nyc_page .primary__btn {
    max-width: 273px;
    height: 76px;
    font-size: 20px;
  }

  .S3_fresca_mental_nyc_page .community .primary__btn {
    max-width: 273px;
    height: 76px;
    font-size: 20px;
  }
}

.S3_fresca_mental_nyc_page .explore {
  background-color: var(--off__d-white);
  padding: 25px 0 50px 0;
  margin-top: 35px;
}

.S3_fresca_mental_nyc_page .explore .section__title {
  font-size: 42px;
  line-height: 42px;
  margin: 0;
  text-align: left;
}

.S3_fresca_mental_nyc_page .explore .section__subtitle {
  font-size: 16px;
  max-width: 100%;
  margin: 2rem 0 2rem 0;
}

.S3_fresca_mental_nyc_page .explore__bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  min-height: 300px;
  border-radius: 15px;
  position: relative;
}

.S3_fresca_mental_nyc_page .explore__bg p {
  position: absolute;
  bottom: 1rem;
  left: 2rem;
  font-size: 24px;
  font-weight: bold;
  color: var(--white);
  margin: 0;
  text-align: left;
}

.S3_fresca_mental_nyc_page .explore__bg__1.lazyloaded {
  background-image: url("./images/downtown-discover.jpeg");
}

.S3_fresca_mental_nyc_page .explore__bg__2.lazyloaded {
  background-image: url("./images/outside-limit.jpeg");
}

.S3_fresca_mental_nyc_page .explore__bg__3.lazyloaded {
  background-image: url("./images/back-bay-beyond.jpeg");
}

.S3_fresca_mental_nyc_page .explore .swiper-slide ul {
  padding: 2rem 2.5rem 0 2.5rem;
  margin: 0;
  min-height: 184px;
  list-style: disc !important;
}

.S3_fresca_mental_nyc_page .explore .swiper-slide ul li {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  padding: 5px 0;
  margin: 0 0 0.5rem 0;
  position: relative;
  z-index: 1;
  line-height: 22px;
}

.S3_fresca_mental_nyc_page .explore .swiper-slide li:nth-last-child(3)::after {
  content: "";
  position: absolute;
  background-color: transparent;
  height: 27px;
  width: 130%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2px;
  z-index: -1;
}

.S3_fresca_mental_nyc_page .explore .swiper-slide li:nth-last-child(1)::after {
  content: "";
  position: absolute;
  background-color: transparent;
  height: 27px;
  width: 130%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2px;
  z-index: -1;
}

.S3_fresca_mental_nyc_page .explore .swiper-button-next {
  top: 155px;
}

.S3_fresca_mental_nyc_page .explore .swiper-button-prev {
  top: 155px;
}

.S3_fresca_mental_nyc_page .explore__swipper__m {
  display: block;
}

.S3_fresca_mental_nyc_page .explore__swipper__d {
  display: none;
}

@media (min-width: 430px) {
  .S3_fresca_mental_nyc_page .explore {
    margin-top: 40px;
  }

  .S3_fresca_mental_nyc_page .explore__bg {
    height: 350px;
    min-height: 350px;
    border-radius: 25px;
  }

  .S3_fresca_mental_nyc_page .explore__bg p {
    bottom: 0.7rem;
    left: 1.5rem;
  }

  .S3_fresca_mental_nyc_page
    .explore
    .swiper-slide
    li:nth-last-child(3)::after {
    width: 125%;
  }

  .S3_fresca_mental_nyc_page
    .explore
    .swiper-slide
    li:nth-last-child(1)::after {
    width: 125%;
  }

  .S3_fresca_mental_nyc_page .explore .swiper-button-next {
    top: 175px;
  }

  .S3_fresca_mental_nyc_page .explore .swiper-button-prev {
    top: 175px;
  }

  .S3_fresca_mental_nyc_page .explore__swipper__m {
    display: block;
  }

  .S3_fresca_mental_nyc_page .explore__swipper__d {
    display: none;
  }
}

@media (min-width: 768px) {
  .S3_fresca_mental_nyc_page .explore {
    margin-top: 70px;
  }

  .S3_fresca_mental_nyc_page .explore__swipper__m {
    display: none;
  }

  .S3_fresca_mental_nyc_page .explore__swipper__d {
    display: block;
  }
}

.S3_fresca_mental_nyc_page .artits {
  padding: 25px 0 50px 0;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.S3_fresca_mental_nyc_page .artits .section__title {
  font-size: 39px;
  text-align: center;
  line-height: 42px;
  margin: 2rem 0 1rem 0;
  position: relative;
  z-index: 1;
}

.S3_fresca_mental_nyc_page .artist__wrapper .artist__wrapper__image {
  position: relative;
}

.S3_fresca_mental_nyc_page .ashley__tag {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.9rem;
  width: 100%;
  max-width: 111px;
  height: 37px;
  background-color: var(--pink);
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
}

.S3_fresca_mental_nyc_page .artist__wrapper .artist__wrapper__image img {
  width: 100%;
  height: 323px;
  object-fit: cover;
  border-radius: 25px;
}

.S3_fresca_mental_nyc_page .ashley__title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 3rem 0 0 0;
}

.S3_fresca_mental_nyc_page .artits .artits__title {
  display: block;
}

.S3_fresca_mental_nyc_page .artist__wrapper .section__subtitle {
  font-size: 16px;
  max-width: 100%;
  line-height: 20px;
  margin: 1rem 0 0 0;
  padding: 0 25px 0 25px;
  min-height: 260px;
}

.S3_fresca_mental_nyc_page .artist__wrapper .primary__btn {
  margin: 2rem auto 0 auto;
}

.S3_fresca_mental_nyc_page .artits .swiper-button-next,
.S3_fresca_mental_nyc_page .artits .swiper-button-prev {
  top: 160px;
}

.S3_fresca_mental_nyc_page .artits .istock__m {
  position: absolute;
  right: 0;
  bottom: 2rem;
  display: block;
}

.S3_fresca_mental_nyc_page .artits .istock__m img {
  max-width: 100px;
}

.S3_fresca_mental_nyc_page .artits .ashley-Swiper-Mobile {
  display: block;
}

.S3_fresca_mental_nyc_page .artits .ashleySwiperDesktop {
  display: none;
}

.S3_fresca_mental_nyc_page .istock__d {
  display: none;
}

.S3_fresca_mental_nyc_page .explore .purple__dots {
  display: none;
}

.S3_fresca_mental_nyc_page .paint .blue__dosts {
  display: none;
}

.S3_fresca_mental_nyc_page .artits .purple__dots {
  display: none;
}

.S3_fresca_mental_nyc_page .paint .artist__wrapper .section__subtitle {
  min-height: 140px;
}

@media (min-width: 430px) {
  .S3_fresca_mental_nyc_page .artits {
    margin-top: 10px;
  }

  .S3_fresca_mental_nyc_page .paint .artist__wrapper .section__subtitle {
    min-height: 140px;
  }

  .S3_fresca_mental_nyc_page .artist__wrapper .artist__wrapper__image img {
    height: 349px;
  }

  .S3_fresca_mental_nyc_page .artits .artits__title {
    display: block;
  }

  .S3_fresca_mental_nyc_page .artits .swiper-button-next,
  .S3_fresca_mental_nyc_page .artits .swiper-button-prev {
    top: 170px;
  }

  .S3_fresca_mental_nyc_page
    .artist__wrapper
    .artist__wrapper__image
    .ashley__tag {
    height: 40px;
  }

  .S3_fresca_mental_nyc_page .artist__wrapper .section__subtitle {
    padding: 0 27px 0 27px;
    max-width: 369px;
    min-height: 220px;
  }

  .S3_fresca_mental_nyc_page .artits .ashley-Swiper-Mobile {
    display: block;
  }

  .S3_fresca_mental_nyc_page .artits .ashleySwiperDesktop {
    display: none;
  }

  .S3_fresca_mental_nyc_page .istock__d {
    display: none;
  }

  .S3_fresca_mental_nyc_page .artits {
    margin-top: 0;
  }

  .S3_fresca_mental_nyc_page .explore .purple__dots {
    display: none;
    position: absolute;
    left: 16%;
    bottom: -2rem;
  }

  .S3_fresca_mental_nyc_page .explore .purple__dots img {
    width: 62px;
    height: 62px;
  }

  .S3_fresca_mental_nyc_page .paint .blue__dosts {
    display: none;
  }
}

@media (min-width: 768px) {
  .S3_fresca_mental_nyc_page .artits {
    overflow: visible;
    margin-top: 20px;
    padding-bottom: 0;
  }

  .S3_fresca_mental_nyc_page .paint {
    padding-bottom: 50px;
  }

  .S3_fresca_mental_nyc_page .artits .artist__swipper {
    position: relative;
    right: -1rem;
    display: flex;
    align-items: start;
  }

  .S3_fresca_mental_nyc_page .artits .container {
    padding-right: 0;
  }

  .S3_fresca_mental_nyc_page .artits .ashley-Swiper-Mobile {
    display: none;
  }

  .S3_fresca_mental_nyc_page .artits .ashleySwiperDesktop {
    display: block;
  }

  .S3_fresca_mental_nyc_page .artits .istock__m {
    display: none;
  }

  .S3_fresca_mental_nyc_page .artits .artits__title {
    display: none;
  }

  .S3_fresca_mental_nyc_page .artist__swipper .section__title {
    font-size: 50px;
    line-height: 54px;
    text-align: left;
    max-width: 320px;
    margin: 0 0 1.5rem 0;
  }

  .S3_fresca_mental_nyc_page .artist__swipper .ashley__flex {
    display: flex;
    align-items: center;
    gap: 3.5rem;
  }

  .S3_fresca_mental_nyc_page .artist__swipper .ashley__flex h3 {
    text-align: left;
    margin: 0;
    font-size: 25px;
    font-weight: bold;
  }

  .S3_fresca_mental_nyc_page .artist__swipper .ashley__flex .ashley__tag {
    width: 100%;
    max-width: 70px;
    height: 24px;
    background-color: var(--pink);
    border-radius: 25px;
    font-size: 13px;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    position: inherit;
  }

  .S3_fresca_mental_nyc_page .artist__wrapper .section__subtitle {
    text-align: left !important;
    margin: 1.5rem 0 0 0 !important;
    padding: 0 !important;
    min-height: 200px;
  }

  .S3_fresca_mental_nyc_page .artist__wrapper .artist__wrapper__image {
    position: absolute;
    right: -6rem;
    top: 3rem;
  }

  .S3_fresca_mental_nyc_page .artist__wrapper .artist__wrapper__image img {
    width: 440px;
    height: 500px;
  }

  .S3_fresca_mental_nyc_page .artist__wrapper .primary__btn {
    margin: 1.8rem 0 0 0;
  }

  .S3_fresca_mental_nyc_page .artist__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 60px 0 190px 0;
    overflow: hidden;
    width: inherit;
    min-width: max-content;
  }

  .S3_fresca_mental_nyc_page .artits .swiper-button-next,
  .S3_fresca_mental_nyc_page .artits .swiper-button-prev {
    position: absolute !important;
    left: 6.5%;
    transform: translateX(-50%);
    top: 495px;
    right: auto;
  }

  .S3_fresca_mental_nyc_page .artits .swiper-button-next {
    left: 19.5%;
  }

  .S3_fresca_mental_nyc_page .slider-thumbnail .swiper-wrapper {
    display: flex;
    gap: 1rem;
    position: absolute;
    left: 27.5rem;
    bottom: 2.5rem;
    height: auto;
  }

  .S3_fresca_mental_nyc_page .slider-thumbnail .swiper-wrapper img {
    width: 85px;
    height: 85px;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
  }

  .S3_fresca_mental_nyc_page .slider-thumbnail .swiper-wrapper .swiper-slide {
    width: 85px !important;
    height: 85px;
  }

  .S3_fresca_mental_nyc_page .istock__d {
    position: absolute;
    left: 0;
    bottom: -10rem;
    display: block;
  }

  .S3_fresca_mental_nyc_page .istock__d img {
    max-width: 320px;
  }

  .S3_fresca_mental_nyc_page .explore .purple__dots {
    display: block;
  }

  .S3_fresca_mental_nyc_page .paint .blue__dosts {
    display: block;
    position: absolute;
    top: 3rem;
    left: 54.5%;
  }

  .S3_fresca_mental_nyc_page .paint .blue__dosts img {
    width: 62px;
    height: 62px;
  }
}

@media (min-width: 768px) {
  .S3_fresca_mental_nyc_page .paint .artist__wrapper {
    justify-content: start;
    gap: 4rem;
    padding: 60px 0 270px 0;
    max-width: max-content;
  }

  .S3_fresca_mental_nyc_page .paint .slider-text-container {
    width: 100%;
    min-width: 320px;
  }

  .S3_fresca_mental_nyc_page .paint .swiper {
    max-width: 600px;
    min-width: 450px;
    position: relative;
    left: 6rem;
  }

  .S3_fresca_mental_nyc_page .paint .section__title {
    max-width: 100% !important;
    text-align: left !important;
  }

  .S3_fresca_mental_nyc_page .paint .artist__wrapper__content {
    left: -4rem;
    top: -3.5rem;
    position: relative;
    z-index: 10;
  }

  .S3_fresca_mental_nyc_page .paint .swiper-wrapper {
    padding-bottom: 100px !important;
  }

  .S3_fresca_mental_nyc_page .paint .section__subtitle {
    font-size: 16px;
    min-height: 125px;
  }

  .S3_fresca_mental_nyc_page .paint .swiper-button-next,
  .S3_fresca_mental_nyc_page .paint .swiper-button-prev {
    left: 62.5%;
    transform: translateX(-50%);
    top: 495px;
  }

  .S3_fresca_mental_nyc_page .ashley__title {
    font-size: 25px;
    text-align: left !important;
    margin-top: 1.5rem;
  }

  .S3_fresca_mental_nyc_page .paint .swiper-button-next {
    left: 56%;
  }

  .S3_fresca_mental_nyc_page .slider-thumbnailpaintDesktop .swiper-wrapper {
    bottom: 4.5rem;
    left: 18.5%;
    transform: translateX(-50%);
  }

  .S3_fresca_mental_nyc_page .paint .artist__wrapper .section__subtitle {
    font-size: 18px;
    max-width: 380px;
  }

  .S3_fresca_mental_nyc_page .paint .slush {
    position: absolute;
    right: 0;
    top: 2rem;
  }

  .S3_fresca_mental_nyc_page .artist__swipper .artist__wrapper__image img {
    width: 440px;
    height: 440px;
    border-radius: 32px;
  }

  .S3_fresca_mental_nyc_page .art .swiper {
    max-width: 600px;
    min-width: 450px;
    position: relative;
    right: -1rem;
    left: auto;
    top: 3.5rem;
    padding-bottom: 90px;
  }

  .S3_fresca_mental_nyc_page .paint .slush img {
    max-width: 380px;
  }

  .S3_fresca_mental_nyc_page .paint .artist__wrapper .section__title {
    max-width: 200px;
  }
}

@media (min-width: 1280px) {
  .S3_fresca_mental_nyc_page .artist__wrapper {
    max-width: max-content;
    padding: 30px 0 190px 0;
  }

  .S3_fresca_mental_nyc_page .artits .swiper {
    min-width: 510px;
    max-width: 600px;
    right: 7rem;
    left: auto;
    padding-bottom: 90px;
  }

  .S3_fresca_mental_nyc_page .art .swiper {
    top: 1rem;
  }

  .S3_fresca_mental_nyc_page .paint .swiper {
    min-width: 1140px;
    max-width: 1000px;
    right: 0;
    left: 0;
    top: 0 !important;
  }

  .S3_fresca_mental_nyc_page .paint .swiper {
    padding-bottom: 0;
  }

  .S3_fresca_mental_nyc_page .artits .swiper .swiper-wrapper .swiper-slide {
    left: -3.5rem;
  }

  .S3_fresca_mental_nyc_page .paint .swiper .swiper-wrapper .swiper-slide {
    left: 5rem;
  }

  .S3_fresca_mental_nyc_page .artits .artist__swipper {
    position: relative;
    right: -16rem;
    display: flex;
    align-items: start;
  }

  .S3_fresca_mental_nyc_page .paint .artist__swipper {
    position: relative;
    left: -16rem !important;
    right: auto;
    display: flex;
    justify-content: start;
    align-items: center;
    padding-bottom: 255px !important;
  }

  .S3_fresca_mental_nyc_page .artist__wrapper .artist__wrapper__image {
    position: relative;
    right: inherit;
    top: inherit;
  }

  .S3_fresca_mental_nyc_page .artist__wrapper {
    justify-content: end;
    gap: 4rem;
  }

  .S3_fresca_mental_nyc_page .artits .swiper-button-next,
  .S3_fresca_mental_nyc_page .artits .swiper-button-prev {
    left: 7.5%;
    transform: translateX(-50%);
    top: 495px;
  }

  .S3_fresca_mental_nyc_page .artits .swiper-button-next {
    left: 17.5%;
  }

  .S3_fresca_mental_nyc_page .slider-thumbnail .swiper-wrapper {
    left: 56.5%;
    transform: translateX(-50%);
  }

  .S3_fresca_mental_nyc_page .slider-thumbnail .swiper-wrapper {
    bottom: 3rem;
  }

  .S3_fresca_mental_nyc_page .explore .purple__dots {
    display: none;
  }

  .S3_fresca_mental_nyc_page .istock__d {
    position: absolute;
    left: -2.5rem;
    top: 6.5rem;
  }

  .S3_fresca_mental_nyc_page .istock__d img {
    max-width: 350px;
  }

  .S3_fresca_mental_nyc_page .artits .purple__dots {
    display: block;
    position: absolute;
    top: -5.5rem;
    left: 0;
  }

  .S3_fresca_mental_nyc_page .artits .purple__dots img {
    width: 74px;
    height: 74px;
  }

  .S3_fresca_mental_nyc_page .artits {
    margin-top: 10px;
    padding-bottom: 0;
  }

  .S3_fresca_mental_nyc_page .paint {
    margin-top: 70px;
  }

  .S3_fresca_mental_nyc_page .paint .blue__dosts {
    position: absolute;
    top: 2rem;
    left: 44%;
  }

  .S3_fresca_mental_nyc_page .paint .blue__dosts img {
    width: 74px;
    height: 74px;
  }
}

@media (min-width: 1280px) {
  .S3_fresca_mental_nyc_page .paint .artist__wrapper {
    justify-content: start;
    gap: 4rem;
    padding: 60px 0 270px 0;
    max-width: max-content;
  }

  .S3_fresca_mental_nyc_page .paint .swiper {
    max-width: 600px;
    min-width: 0;
    position: relative;
    left: 3rem;
  }

  .S3_fresca_mental_nyc_page .paint .section__title {
    max-width: 100% !important;
  }

  .S3_fresca_mental_nyc_page .paint .artist__wrapper__content {
    left: -4rem;
    top: -3.5rem;
    position: relative;
    z-index: 10;
  }

  .S3_fresca_mental_nyc_page .paint .swiper-wrapper {
    padding-bottom: 100px !important;
  }

  .S3_fresca_mental_nyc_page .paint .section__subtitle {
    font-size: 16px;
    min-height: 125px;
  }

  .S3_fresca_mental_nyc_page .paint .swiper-button-next,
  .S3_fresca_mental_nyc_page .paint .swiper-button-prev {
    left: 62.5%;
    transform: translateX(-50%);
    top: 495px;
  }

  .S3_fresca_mental_nyc_page .ashley__title {
    font-size: 25px;
  }

  .S3_fresca_mental_nyc_page .paint .swiper-button-next {
    left: 56%;
  }

  .S3_fresca_mental_nyc_page .slider-thumbnailpaintDesktop .swiper-wrapper {
    bottom: 4.5rem;
    left: 18.5%;
    transform: translateX(-50%);
  }

  .S3_fresca_mental_nyc_page .paint .artist__wrapper .section__subtitle {
    font-size: 18px;
    max-width: 380px;
  }

  .S3_fresca_mental_nyc_page .paint .slush {
    position: absolute;
    right: 0;
    top: 2rem;
  }

  .S3_fresca_mental_nyc_page .artist__swipper .artist__wrapper__image img {
    width: 440px;
    height: 440px;
  }

  .S3_fresca_mental_nyc_page .paint .slush img {
    max-width: 380px;
  }

  .S3_fresca_mental_nyc_page .paint .artist__wrapper .section__title {
    max-width: 200px;
  }
}

@media (min-width: 1336px) {
  .S3_fresca_mental_nyc_page .artist__wrapper {
    max-width: max-content;
    padding: 30px 0 190px 0;
  }

  .S3_fresca_mental_nyc_page .artits .swiper {
    max-width: 700px;
    min-width: 725px;
    position: relative;
    right: 3rem;
    left: auto;
  }

  .S3_fresca_mental_nyc_page .art .swiper {
    top: 2.5rem;
    padding-bottom: 7rem;
  }

  .S3_fresca_mental_nyc_page .paint .swiper {
    min-width: 700px;
  }

  .S3_fresca_mental_nyc_page .artits .swiper .swiper-wrapper .swiper-slide {
    left: -6.5rem;
  }

  .S3_fresca_mental_nyc_page .paint .swiper .swiper-wrapper .swiper-slide {
    left: 16.5rem;
  }

  .S3_fresca_mental_nyc_page .artits .artist__swipper {
    position: relative;
    right: -16rem;
    display: flex;
    align-items: start;
  }

  .S3_fresca_mental_nyc_page .paint .artist__swipper {
    position: relative;
    left: -14.5rem !important;
    right: auto;
    padding-bottom: 270px;
  }

  .S3_fresca_mental_nyc_page .paint .section__title {
    max-width: 100% !important;
  }

  .S3_fresca_mental_nyc_page .artist__wrapper .section__title {
    font-size: 52px;
    line-height: 64px;
  }

  .S3_fresca_mental_nyc_page .artits .swiper-button-next,
  .S3_fresca_mental_nyc_page .artits .swiper-button-prev {
    left: 7%;
    transform: translateX(-50%);
    top: 490px;
  }

  .S3_fresca_mental_nyc_page .artits .swiper-button-next {
    left: 15.5%;
  }

  .S3_fresca_mental_nyc_page .slider-thumbnail .swiper-wrapper {
    left: 58%;
    transform: translateX(-50%);
  }

  .S3_fresca_mental_nyc_page .slider-thumbnail .swiper-wrapper {
    bottom: 3rem;
  }

  .S3_fresca_mental_nyc_page .istock__d {
    position: absolute;
    left: 0;
    top: 6.5rem;
  }

  .S3_fresca_mental_nyc_page .istock__d img {
    max-width: 350px;
  }

  .S3_fresca_mental_nyc_page .artits .purple__dots {
    display: block;
    position: absolute;
    top: -7rem;
    left: 0;
  }

  .S3_fresca_mental_nyc_page .artits .purple__dots {
    width: 84px;
    height: 84px;
  }

  .S3_fresca_mental_nyc_page .artits {
    margin-top: 20px;
    padding-bottom: 0;
  }

  .S3_fresca_mental_nyc_page .paint {
    margin-top: 60px;
  }

  .S3_fresca_mental_nyc_page .paint .blue__dosts {
    position: absolute;
    top: 2rem;
    left: 44%;
  }

  .S3_fresca_mental_nyc_page .paint .blue__dosts img {
    width: 84px;
    height: 84px;
  }

  .S3_fresca_mental_nyc_page .artist__swipper .artist__wrapper__image img {
    width: 440px;
    height: 440px;
  }
}

@media (min-width: 1440px) {
  .S3_fresca_mental_nyc_page .artits .swiper-button-next,
  .S3_fresca_mental_nyc_page .artits .swiper-button-prev {
    left: 8%;
    transform: translateX(-50%);
    top: 495px;
  }

  .S3_fresca_mental_nyc_page .artits .swiper-button-next {
    left: 16.5%;
  }

  .S3_fresca_mental_nyc_page .explore {
    padding-bottom: 120px !important;
  }

  .S3_fresca_mental_nyc_page .explore .purple__dots {
    display: none;
    position: absolute;
    bottom: -3rem;
    left: 27.5%;
  }

  .S3_fresca_mental_nyc_page .artits {
    margin-top: 50px;
  }

  .S3_fresca_mental_nyc_page .paint {
    margin-top: 0;
  }

  .S3_fresca_mental_nyc_page .paint .blue__dosts {
    position: absolute;
    top: 2rem;
    left: 44.5%;
  }

  .S3_fresca_mental_nyc_page .paint .blue__dosts img {
    width: 84px;
    height: 84px;
  }

  .S3_fresca_mental_nyc_page .artist__swipper .artist__wrapper__image img {
    width: 440px;
    height: 440px;
  }
}

@media (min-width: 1920px) {
  .S3_fresca_mental_nyc_page .artits .swiper {
    left: -350px;
  }

  .S3_fresca_mental_nyc_page .paint .swiper {
    left: 350px;
  }

  .S3_fresca_mental_nyc_page .paint .blue__dosts {
    position: absolute;
    top: -1rem;
    left: 51.5%;
  }

  .S3_fresca_mental_nyc_page .paint .blue__dosts img {
    width: 100px;
    height: 100px;
  }

  .S3_fresca_mental_nyc_page .artits .purple__dots {
    display: block;
    position: absolute;
    top: -8.5rem;
    left: 0;
    z-index: 10;
  }

  .S3_fresca_mental_nyc_page .artits .purple__dots img {
    width: 100px !important;
    height: 100px !important;
  }

  .S3_fresca_mental_nyc_page .artits {
    margin-top: 50px;
  }

  .S3_fresca_mental_nyc_page .artist__swipper {
    padding-bottom: 165px;
  }

  .S3_fresca_mental_nyc_page .artist__swipper .swiper-wrapper {
    padding-bottom: 100px !important;
  }

  .S3_fresca_mental_nyc_page .paint {
    margin-top: 70px;
    background-color: var(--white);
  }

  .S3_fresca_mental_nyc_page .artits .artist__swipper {
    position: relative;
    right: -26rem;
    display: flex;
    align-items: center;
    padding-bottom: 50px;
  }

  .S3_fresca_mental_nyc_page .artits .section__title {
    text-align: left;
    font-size: 52px;
    line-height: 64px;
    max-width: 270px;
  }

  .S3_fresca_mental_nyc_page .paint .artist__swipper {
    position: relative;
    left: 0 !important;
    right: auto;
    display: flex;
    align-items: center;
    justify-content: start;
  }

  .S3_fresca_mental_nyc_page .artits .swiper .swiper-wrapper .swiper-slide {
    left: -9rem !important;
  }

  .S3_fresca_mental_nyc_page .paint .swiper .swiper-wrapper .swiper-slide {
    left: 18rem !important;
  }

  .S3_fresca_mental_nyc_page .artist__swipper .artist__wrapper__image img {
    width: 540px;
    height: 540px;
  }

  .S3_fresca_mental_nyc_page .artist__wrapper {
    padding: 30px 0 190px 0;
    max-width: max-content;
  }

  .S3_fresca_mental_nyc_page .artits .slider-text-container {
    position: relative;
    top: 1rem;
  }

  .S3_fresca_mental_nyc_page .artits .swiper {
    max-width: 1440px;
    right: 0;
    left: 0;
  }

  .S3_fresca_mental_nyc_page .artits .swiper .swiper-wrapper .swiper-slide {
    left: -15rem;
  }

  .S3_fresca_mental_nyc_page .artist__wrapper .section__title {
    font-size: 52px;
    line-height: 64px;
  }

  .S3_fresca_mental_nyc_page .artits .swiper-button-next,
  .S3_fresca_mental_nyc_page .artits .swiper-button-prev {
    left: 4%;
    transform: translateX(-50%);
    top: 590px;
  }

  .S3_fresca_mental_nyc_page .artits .swiper-button-next {
    left: 11%;
  }

  .S3_fresca_mental_nyc_page .slider-thumbnail .swiper-wrapper {
    left: 55.5%;
    transform: translateX(-50%);
  }

  .S3_fresca_mental_nyc_page .slider-thumbnail .swiper-wrapper {
    bottom: 2.5rem;
  }

  .S3_fresca_mental_nyc_page .artist__wrapper .section__subtitle {
    font-size: 18px;
    max-width: 415px;
    min-height: 220px;
  }

  .S3_fresca_mental_nyc_page .istock__d {
    position: absolute;
    left: 0;
    top: 3.5rem;
  }

  .S3_fresca_mental_nyc_page .istock__d img {
    max-width: 450px;
  }
}

@media (min-width: 2536px) {
  .S3_fresca_mental_nyc_page .artits .swiper-button-next,
  .S3_fresca_mental_nyc_page .artits .swiper-button-prev {
    left: 3.5%;
    transform: translateX(-50%);
    top: 580px;
  }

  .S3_fresca_mental_nyc_page .artits .swiper-button-next {
    left: 10%;
  }

  .S3_fresca_mental_nyc_page .slider-thumbnail .swiper-wrapper {
    left: 55.5%;
    transform: translateX(-50%);
  }
}

/* Responsive */
/* @media (max-width: 992px) {
  .slider-wrapper {
    flex-direction: column;
    height: auto;
    max-height: none;
  }
  
  .location-card {
    height: auto;
  }
  
  .inactive-card {
    flex: 0 0 120px;
  }
  
  .active-card {
    flex: 0 0 400px;
    flex-direction: column;
  }
  
  .active-card .card-image {
    width: 100%;
    height: 200px;
  }
  
  .active-card .card-content {
    width: 100%;
  }
} */

.S3_fresca_mental_nyc_page .experience {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0 20px 0;
}

.S3_fresca_mental_nyc_page .experience.lazyloaded {
  background-image: url("./images/experience-390px.png");
}

.S3_fresca_mental_nyc_page .experience .section__title {
  font-size: 39px;
  line-height: 42px;
  text-align: center;
  margin: 0 0 2.5rem 0;
  color: var(--white);
}

.S3_fresca_mental_nyc_page .experience__wrapper .experience__wrapper__number {
  width: 112px;
  height: 112px;
  border-radius: 100px;
  background-color: var(--white);
  color: var(--purple);
  margin: 0 auto;
  font-size: 80px;
  font-family: "Abril Fatface", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}

.S3_fresca_mental_nyc_page .experience__wrapper .experience__title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 4px;
  margin: 1.5rem 0 1.5rem 0;
  color: var(--white);
}

.S3_fresca_mental_nyc_page .experience__wrapper .section__subtitle {
  font-size: 16px;
  color: var(--white);
  line-height: 20px;
  padding-bottom: 50px;
}

.S3_fresca_mental_nyc_page .swiper-pagination-bullet {
  width: 28px;
  height: 28px;
  background-color: #d9d9d9;
}

.S3_fresca_mental_nyc_page
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #eaeaea;
}

.S3_fresca_mental_nyc_page .swiper-pagination {
  bottom: 0.5rem !important;
}

.S3_fresca_mental_nyc_page .experienceSwiper {
  display: block;
}

.S3_fresca_mental_nyc_page .experience__main {
  display: none;
}

@media (min-width: 430px) {
  .S3_fresca_mental_nyc_page .experience {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 40px 0 30px 0;
  }

  .S3_fresca_mental_nyc_page .experience.lazyloaded {
    background-image: url("./images/experience-390px.png");
  }

  .S3_fresca_mental_nyc_page .experience .section__title {
    font-size: 42px;
    line-height: 50px;
  }

  .S3_fresca_mental_nyc_page .experience__wrapper .experience__title {
    font-size: 22px;
  }
  .S3_fresca_mental_nyc_page .swiper-pagination {
    bottom: 0 !important;
  }

  .S3_fresca_mental_nyc_page .experienceSwiper {
    display: block;
  }

  .S3_fresca_mental_nyc_page .experience__main {
    display: none;
  }
}

@media (min-width: 768px) {
  .S3_fresca_mental_nyc_page .experience {
    padding: 40px 0 40px 0;
    margin-top: 20px;
    position: relative;
  }

  .S3_fresca_mental_nyc_page .experience.lazyloaded {
    background-image: url("./images/experience-768px.png");
  }

  .S3_fresca_mental_nyc_page .experience .section__title {
    font-size: 50px;
    line-height: 58px;
    margin: 0 0 1.5rem 0;
  }

  .S3_fresca_mental_nyc_page .experienceSwiper {
    display: none;
  }

  .S3_fresca_mental_nyc_page .experience__main {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    max-width: 580px;
    margin: 0 auto;
  }

  .S3_fresca_mental_nyc_page .experience__wrapper {
    display: flex;
    gap: 2rem;
    align-items: center;
  }

  .S3_fresca_mental_nyc_page .experience__wrapper .experience__wrapper__number {
    width: 82px;
    height: 82px;
    margin: 0;
    font-size: 59px;
    flex-shrink: 0;
  }

  .S3_fresca_mental_nyc_page .experience__wrapper .experience__title {
    margin: 0;
    text-align: left;
  }

  .S3_fresca_mental_nyc_page .experience__wrapper .section__subtitle {
    max-width: 465px;
    min-height: auto;
    padding-bottom: 0;
    margin: 0.5rem 0 0 0;
  }
}

@media (min-width: 1280px) {
  .S3_fresca_mental_nyc_page .experience {
    padding: 60px 0 60px 0;
    margin-top: 30px;
  }

  .S3_fresca_mental_nyc_page .experience.lazyloaded {
    background-image: url("./images/experience-1280px.png");
  }

  .S3_fresca_mental_nyc_page .experience__main {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    max-width: 100%;
  }

  .S3_fresca_mental_nyc_page .experience .section__title {
    font-size: 52px;
    line-height: 58px;
    margin: 0 0 4rem 0;
  }

  .S3_fresca_mental_nyc_page .experience__wrapper .experience__wrapper__number {
    width: 114px;
    height: 114px;
    margin: 0;
    font-size: 62px;
    flex-shrink: 0;
  }

  .S3_fresca_mental_nyc_page .experience__wrapper {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }

  .S3_fresca_mental_nyc_page .experience__wrapper .experience__title {
    margin: 0 auto 1rem auto;
    text-align: center;
    max-width: 200px;
    font-size: 22px;
  }

  .S3_fresca_mental_nyc_page .experience__wrapper .section__subtitle {
    max-width: 203px;
    min-height: auto;
    padding-bottom: 0;
    margin: 0.5rem auto 0 auto;
    text-align: center;
  }
}

@media (min-width: 1366px) {
  .S3_fresca_mental_nyc_page .experience {
    padding: 60px 0 60px 0;
    margin-top: 40px;
  }

  .S3_fresca_mental_nyc_page .experience.lazyloaded {
    background-image: url("./images/experience-1366px.png");
  }

  .S3_fresca_mental_nyc_page .experience__wrapper .experience__title {
    font-size: 24px;
  }
}

@media (min-width: 1920px) {
  .S3_fresca_mental_nyc_page .experience {
    background-image: url("./images/experience-1920px.png");
    padding: 60px 0 60px 0;
    margin-top: 30px;
  }

  .S3_fresca_mental_nyc_page .experience.lazyloaded {
    background-image: url("./images/experience-1366px.png");
  }

  .S3_fresca_mental_nyc_page .experience__wrapper .experience__title {
    font-size: 24px;
    max-width: 100%;
  }

  .S3_fresca_mental_nyc_page .experience__wrapper .section__subtitle {
    max-width: 303px;
  }
}

.S3_fresca_mental_nyc_page .trending {
  padding: 50px 0 0 0;
}

.S3_fresca_mental_nyc_page .trending .section__title {
  font-size: 39px;
  line-height: 42px;
  margin: 0 auto -1.5rem auto;
  max-width: 310px;
}

.S3_fresca_mental_nyc_page .trending iframe {
  min-height: 750px;
}

.S3_fresca_mental_nyc_page .trending .primary__btn {
  display: none;
}

@media (min-width: 430px) {
  .S3_fresca_mental_nyc_page .trending .section__title {
    font-size: 42px;
    margin: 0 auto -1.2rem auto;
    max-width: 310px;
  }

  .S3_fresca_mental_nyc_page .trending .primary__btn {
    display: none;
  }
}

@media (min-width: 768px) {
  .S3_fresca_mental_nyc_page .trending .section__title {
    font-size: 42px;
    margin: 0 auto -0.5rem auto;
    max-width: 100%;
  }

  .S3_fresca_mental_nyc_page .trending .primary__btn {
    display: none;
  }
}

@media (min-width: 1280px) {
  .S3_fresca_mental_nyc_page .trending {
    padding: 70px 0 0 0;
  }

  .S3_fresca_mental_nyc_page .trending .section__title {
    font-size: 50;
    margin: 0 auto 0rem auto;
    max-width: 100%;
  }

  .S3_fresca_mental_nyc_page .trending .primary__btn {
    display: flex;
    margin: 0 auto;
  }
}

@media (min-width: 1366px) {
  .S3_fresca_mental_nyc_page .trending {
    padding: 90px 0 0 0;
  }

  .S3_fresca_mental_nyc_page .trending .section__title {
    font-size: 52px;
    margin: 0 auto 0.5rem auto;
    max-width: 100%;
  }
}

@media (min-width: 1920px) {
  .S3_fresca_mental_nyc_page .trending {
    padding: 110px 0 0 0;
  }

  .S3_fresca_mental_nyc_page .trending .section__title {
    font-size: 52px;
    margin: 0 auto 1rem auto;
    max-width: 100%;
  }

  .S3_fresca_mental_nyc_page .paint .section__title {
    text-align: left;
    max-width: 220px !important;
    margin: 0 0 2rem 0;
    line-height: 54px;
  }

  .S3_fresca_mental_nyc_page .paint .ashley__title {
    margin: 1rem 0 0 0;
    text-align: left;
  }

  .S3_fresca_mental_nyc_page .paint .section__subtitle {
    min-height: 140px;
    font-size: 18px;
  }
}

.S3_fresca_mental_nyc_page .paint .istock__m {
  display: none;
}

.S3_fresca_mental_nyc_page .paintDesktop {
  display: none;
}

.S3_fresca_mental_nyc_page .paint .slush {
  display: block;
  position: absolute;
  top: -12.5rem;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 768px) {
  .S3_fresca_mental_nyc_page .paintDesktop {
    display: block;
  }

  .S3_fresca_mental_nyc_page .paint .artist__wrapper {
    justify-content: end;
    padding: 60px 0 270px 0;
  }

  .S3_fresca_mental_nyc_page .paint .artist__swipper {
    position: relative;
    left: -12rem;
    display: flex;
    align-items: center;
    padding-bottom: 70px;
  }

  .S3_fresca_mental_nyc_page .paint .artist__wrapper .artist__wrapper__image {
    right: auto;
    left: -6rem;
  }

  .S3_fresca_mental_nyc_page
    .paint
    .artist__wrapper
    .artist__wrapper__image
    img {
    width: 400px;
    height: 400px;
  }

  .S3_fresca_mental_nyc_page .paint .artist__wrapper__content {
    left: 9rem;
    position: relative;
    top: -3.5rem;
    padding-right: 1.5rem;
  }

  .S3_fresca_mental_nyc_page .paint .artist__wrapper .section__title {
    margin: 0 0 0.5rem 0;
    max-width: 350px;
  }

  .S3_fresca_mental_nyc_page .paint .artist__wrapper .section__subtitle {
    min-height: 120px;
    max-width: 320px;
  }

  .S3_fresca_mental_nyc_page .artist__wrapper .artist__wrapper__image img {
    height: 440px;
  }

  .S3_fresca_mental_nyc_page .paint .swiper-button-next,
  .S3_fresca_mental_nyc_page .paint .swiper-button-prev {
    left: 92%;
    top: 485px;
  }

  .S3_fresca_mental_nyc_page .paint .swiper-button-next {
    left: 78.5%;
  }

  .S3_fresca_mental_nyc_page .slider-thumbnailpaintDesktop .swiper-wrapper {
    display: flex;
    gap: 1rem;
    position: absolute;
    left: -1.5rem;
    bottom: -7rem;
    height: auto;
  }

  .S3_fresca_mental_nyc_page
    .slider-thumbnailpaintDesktop
    .swiper-wrapper
    .swiper-slide {
    width: 85px !important;
    height: 85px;
  }

  .S3_fresca_mental_nyc_page .slider-thumbnailpaintDesktop .swiper-wrapper img {
    width: 85px;
    height: 85px;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
  }

  .S3_fresca_mental_nyc_page .paint .slush {
    display: block;
    position: absolute;
    bottom: -12rem;
    right: 0;
    left: auto;
    transform: none;
    top: auto;
  }

  .S3_fresca_mental_nyc_page .paint .slush img {
    max-width: 300px;
  }
}

@media (min-width: 1280px) {
  .S3_fresca_mental_nyc_page .paint .artist__wrapper .artist__wrapper__image {
    position: relative;
    right: inherit;
    top: inherit;
    left: inherit;
  }

  .S3_fresca_mental_nyc_page .paint .artist__wrapper {
    justify-content: start;
    gap: 4rem;
    padding: 60px 0 270px 0;
    max-width: max-content;
    margin: auto;
  }

  .S3_fresca_mental_nyc_page .paint .artist__wrapper__content {
    position: relative;
    left: -1rem;
    top: -4rem;
    padding-right: 0;
  }

  .S3_fresca_mental_nyc_page .paint .swiper-button-next,
  .S3_fresca_mental_nyc_page .paint .swiper-button-prev {
    left: 94%;
    transform: translateX(-50%);
    top: 490px;
  }

  .S3_fresca_mental_nyc_page .paint .swiper-button-next {
    left: 83.5%;
  }

  .S3_fresca_mental_nyc_page .slider-thumbnailpaintDesktop .swiper-wrapper {
    bottom: 4.5rem;
    left: 14.5%;
    transform: translateX(-50%);
  }

  .S3_fresca_mental_nyc_page .paint .slush {
    position: absolute;
    right: -4rem;
    top: -3rem;
    display: block;
  }

  .S3_fresca_mental_nyc_page .paint .slush img {
    max-width: 380px;
  }

  .S3_fresca_mental_nyc_page .paint .slider-text-container {
    width: inherit;
    max-width: max-content;
  }
}

@media (min-width: 1366px) {
  .S3_fresca_mental_nyc_page .paint .artist__wrapper {
    justify-content: start;
    gap: 4rem;
    padding: 60px 0 270px 0;
    max-width: 1366px;
    margin: auto;
  }

  .S3_fresca_mental_nyc_page .paint .swiper-button-next,
  .S3_fresca_mental_nyc_page .paint .swiper-button-prev {
    left: 67%;
    transform: translateX(-50%);
    top: 550px;
  }

  .S3_fresca_mental_nyc_page .paint .swiper-button-next {
    left: 62%;
  }

  .S3_fresca_mental_nyc_page .slider-thumbnailpaintDesktop .swiper-wrapper {
    bottom: 4.5rem;
    left: 21%;
    transform: translateX(-50%);
  }

  .S3_fresca_mental_nyc_page .paint .slush {
    position: absolute;
    right: -4rem;
    top: 2rem;
  }

  .S3_fresca_mental_nyc_page .paint .slush img {
    max-width: 380px;
  }
}

@media (min-width: 1440px) {
  .S3_fresca_mental_nyc_page .paint .swiper-button-next,
  .S3_fresca_mental_nyc_page .paint .swiper-button-prev {
    left: 41.8%;
    transform: translateX(-50%);
    top: 550px;
  }

  .S3_fresca_mental_nyc_page .paint .swiper-button-next {
    left: 37%;
  }

  .S3_fresca_mental_nyc_page .slider-thumbnailpaintDesktop .swiper-wrapper {
    bottom: 4.5rem;
    left: 17.5%;
    transform: translateX(-50%);
  }

  .S3_fresca_mental_nyc_page .paint .slush {
    position: absolute;
    right: -4rem;
    top: 2rem;
  }

  .S3_fresca_mental_nyc_page .paint .slush img {
    max-width: 380px;
  }
}

@media (min-width: 1366px) {
  .S3_fresca_mental_nyc_page .paint .artist__wrapper {
    justify-content: start;
    gap: 4rem;
    padding: 60px 0 270px 0;
    max-width: max-content;
  }

  .S3_fresca_mental_nyc_page .paint .swiper {
    max-width: 700px;
    min-width: 950px;
    position: relative;
    left: -8rem;
  }

  .S3_fresca_mental_nyc_page .paint .artist__wrapper__content {
    left: -4rem;
    top: -3.5rem;
    position: relative;
    z-index: 10;
  }

  .S3_fresca_mental_nyc_page .paint .swiper-wrapper {
    padding-bottom: 100px !important;
  }

  .S3_fresca_mental_nyc_page .paint .section__subtitle {
    font-size: 16px;
    min-height: 125px;
  }

  .S3_fresca_mental_nyc_page .paint .swiper-button-next,
  .S3_fresca_mental_nyc_page .paint .swiper-button-prev {
    left: 96.5%;
    transform: translateX(-50%);
    top: 495px;
  }

  .S3_fresca_mental_nyc_page .ashley__title {
    font-size: 25px;
  }

  .S3_fresca_mental_nyc_page .paint .swiper-button-next {
    left: 90%;
  }

  .S3_fresca_mental_nyc_page .slider-thumbnailpaintDesktop .swiper-wrapper {
    bottom: 4.5rem;
    left: 21%;
    transform: translateX(-50%);
  }

  .S3_fresca_mental_nyc_page .paint .artist__wrapper .section__subtitle {
    font-size: 18px;
    max-width: 380px;
  }

  .S3_fresca_mental_nyc_page .paint .slush {
    position: absolute;
    right: 0;
    top: -3rem;
  }

  .S3_fresca_mental_nyc_page .paint .slush img {
    max-width: 380px;
  }

  .S3_fresca_mental_nyc_page .paint .artist__wrapper .section__title {
    max-width: 200px;
  }
}

@media (min-width: 1920px) {
  .S3_fresca_mental_nyc_page .paint .artist__wrapper {
    justify-content: start;
    gap: 4rem;
    padding: 60px 0 270px 0;
    max-width: max-content;
  }

  .S3_fresca_mental_nyc_page .paint .swiper {
    max-width: 700px !important;
    min-width: 1160px !important;
    position: relative !important;
    left: -34rem !important;
    right: auto !important;
  }

  .S3_fresca_mental_nyc_page .artits .swiper {
    max-width: 700px;
    min-width: 870px;
    position: relative;
    right: 10rem;
    left: auto;
  }

  .S3_fresca_mental_nyc_page .paint .artist__wrapper__content {
    left: -40rem;
    top: -4.5rem;
    position: relative;
  }

  .S3_fresca_mental_nyc_page .paint .swiper-button-next,
  .S3_fresca_mental_nyc_page .paint .swiper-button-prev {
    left: 57.5%;
    transform: translateX(-50%);
    top: 590px;
  }

  .S3_fresca_mental_nyc_page .ashley__title {
    font-size: 25px;
  }

  .S3_fresca_mental_nyc_page .paint .swiper-button-next {
    left: 52.5%;
  }

  .S3_fresca_mental_nyc_page .slider-thumbnailpaintDesktop .swiper-wrapper {
    bottom: 4.5rem;
    left: 16.5%;
    transform: translateX(-50%);
  }

  .S3_fresca_mental_nyc_page .paint .artist__wrapper .section__subtitle {
    font-size: 18px;
    max-width: 380px;
  }

  .S3_fresca_mental_nyc_page .paint .slush {
    position: absolute;
    right: 0;
    top: 0;
  }

  .S3_fresca_mental_nyc_page .paint .slush img {
    max-width: 380px;
  }

  .S3_fresca_mental_nyc_page .paint .artist__wrapper .section__title {
    max-width: 200px;
  }
}

@media (min-width: 2536px) {
  .S3_fresca_mental_nyc_page .paint .swiper-button-next,
  .S3_fresca_mental_nyc_page .paint .swiper-button-prev {
    left: 57%;
    top: 585px;
  }

  .S3_fresca_mental_nyc_page .paint .swiper-button-next {
    left: 52%;
  }

  .S3_fresca_mental_nyc_page .slider-thumbnailpaintDesktop .swiper-wrapper {
    bottom: 4.5rem;
    left: 16.5%;
  }

  .S3_fresca_mental_nyc_page .paint .artist__wrapper .section__subtitle {
    font-size: 18px;
    max-width: 520px;
  }
}

.S3_fresca_mental_nyc_page .people {
  background-color: var(--off__d-white);
  padding: 30px 0 50px 0;
  position: relative;
  z-index: 1;
}

.S3_fresca_mental_nyc_page .people .section__title {
  text-align: left;
  font-size: 39px;
  margin: 0 0 2rem 0;
  line-height: 46px;
  color: var(--black);
}

.S3_fresca_mental_nyc_page .people__wrapper {
  background-color: var(--white);
  border: 4px solid var(--white);
  border-radius: 20px;
  padding: 25px 20px;
  position: relative;
  margin-bottom: 2rem;
}

.S3_fresca_mental_nyc_page .people__wrapper:nth-child(2) {
  border: 4px solid var(--pink);
}

.S3_fresca_mental_nyc_page .people__wrapper .people__rating {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
}

.S3_fresca_mental_nyc_page .people__wrapper .section__subtitle {
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  text-align: left;
  line-height: 20px;
  margin: 2rem 0 1.5rem 0;
  min-height: 80px;
}

.S3_fresca_mental_nyc_page .people___client {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.S3_fresca_mental_nyc_page .people___client img {
  width: 78px;
  height: 78px;
  object-fit: cover;
}

.S3_fresca_mental_nyc_page .people___client .client__name {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #333333;
  margin: 0;
}

.S3_fresca_mental_nyc_page .people___client .client__role {
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  margin: 0;
}

.S3_fresca_mental_nyc_page .people__wrapper .moon__fair {
  position: absolute;
  right: 0.5rem;
  bottom: -2rem;
}

.S3_fresca_mental_nyc_page .people__wrapper .moon__fair img {
  width: 114px;
  height: 145px;
  border-radius: 5px;
  object-fit: cover;
}

.S3_fresca_mental_nyc_page .people .swiper-button-next {
  top: 155px;
}

.S3_fresca_mental_nyc_page .people .swiper-button-prev {
  top: 155px;
}

.S3_fresca_mental_nyc_page .people .swiper-pagination {
  display: none;
}

.S3_fresca_mental_nyc_page .people .navigation-arrows {
  display: block;
}

.S3_fresca_mental_nyc_page .people .peopleSwiper {
  display: block;
}

.S3_fresca_mental_nyc_page .people .people__test {
  display: none;
}

.S3_fresca_mental_nyc_page .people .brush-blue {
  display: none;
}
.S3_fresca_mental_nyc_page .people .brush-pink {
  display: none;
}

.S3_fresca_mental_nyc_page
  .people
  .swiper
  .swiper-slide-active
  .people__wrapper {
  border: 4px solid var(--pink);
  border-radius: 20px;
}

@media (min-width: 430px) {
  .S3_fresca_mental_nyc_page .people .section__title {
    font-size: 42px;
    line-height: 54px;
  }

  .S3_fresca_mental_nyc_page .people .swiper-pagination {
    display: none;
  }

  .S3_fresca_mental_nyc_page .people .navigation-arrows {
    display: block;
  }

  .S3_fresca_mental_nyc_page .people .peopleSwiper {
    display: block;
  }

  .S3_fresca_mental_nyc_page .people .people__test {
    display: none;
  }

  .S3_fresca_mental_nyc_page .people .brush-blue {
    display: none;
  }
  .S3_fresca_mental_nyc_page .people .brush-pink {
    display: none;
  }

  .S3_fresca_mental_nyc_page
    .people
    .swiper
    .swiper-slide-active
    .people__wrapper {
    border: 5px solid var(--pink);
    border-radius: 20px;
  }
}

@media (min-width: 768px) {
  .S3_fresca_mental_nyc_page .people {
    background-color: var(--off__d-white);
    padding: 50px 0 60px 0;
    position: relative;
    z-index: 1;
    margin-top: 30px;
  }

  .S3_fresca_mental_nyc_page .people .section__title {
    font-size: 50px;
    line-height: 54px;
    text-align: center;
    margin: 0 0 3rem 0;
  }

  .S3_fresca_mental_nyc_page .people .swiper-pagination {
    display: block;
  }

  .S3_fresca_mental_nyc_page .people .navigation-arrows {
    display: none;
  }

  .S3_fresca_mental_nyc_page .people__wrapper .people__rating {
    justify-content: start;
    align-items: center;
  }

  .S3_fresca_mental_nyc_page .people___client {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: start;
    width: 100%;
    max-width: 95px;
  }

  .S3_fresca_mental_nyc_page .people___client img {
    width: 95px;
    height: 95px;
    object-fit: cover;
  }

  .S3_fresca_mental_nyc_page .people___client .client__name {
    margin-left: 10px;
  }

  .S3_fresca_mental_nyc_page .people___client .client__role {
    margin-left: 10px;
  }

  .S3_fresca_mental_nyc_page .people__wrapper .moon__fair {
    position: absolute;
    right: 4rem;
    bottom: -2rem;
  }

  .S3_fresca_mental_nyc_page .people__wrapper .moon__fair img {
    width: 158px;
    height: 201px;
    border-radius: 5px;
    object-fit: contain;
  }

  .S3_fresca_mental_nyc_page .people__wrapper .section__subtitle {
    min-height: 60px;
    max-width: 385px;
  }

  .S3_fresca_mental_nyc_page .people .swiper-pagination {
    bottom: 0rem !important;
  }

  .S3_fresca_mental_nyc_page
    .people
    .swiper-pagination
    .swiper-pagination-bullet:nth-child(4),
  .S3_fresca_mental_nyc_page
    .people
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(4),
  .S3_fresca_mental_nyc_page
    .people
    .swiper-pagination
    .swiper-pagination-bullet:nth-child(5),
  .S3_fresca_mental_nyc_page
    .people
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(5),
  .S3_fresca_mental_nyc_page
    .people
    .swiper-pagination
    .swiper-pagination-bullet:nth-child(6),
  .S3_fresca_mental_nyc_page
    .people
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(6) {
    display: none;
  }

  .S3_fresca_mental_nyc_page .people .swiper {
    padding-bottom: 5rem;
  }

  .S3_fresca_mental_nyc_page
    .people
    .swiper-pagination
    .swiper-pagination-bullet {
    width: 43px !important;
    height: 43px !important;
    background-color: rgba(217, 217, 217, 0 0.35);
  }

  .S3_fresca_mental_nyc_page
    .people
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #d9d9d9;
  }

  .S3_fresca_mental_nyc_page .people .peopleSwiper {
    display: block;
  }

  .S3_fresca_mental_nyc_page .people .people__test {
    display: none;
  }

  .S3_fresca_mental_nyc_page .people .brush-blue {
    display: none;
  }
  .S3_fresca_mental_nyc_page .people .brush-pink {
    display: none;
  }

  .S3_fresca_mental_nyc_page
    .people
    .swiper
    .swiper-slide-active
    .people__wrapper {
    border: 5px solid var(--pink);
    border-radius: 20px;
  }
}

@media (min-width: 1280px) {
  .S3_fresca_mental_nyc_page .people {
    margin-top: -90px;
  }

  .S3_fresca_mental_nyc_page .people .section__title {
    margin: 0 0 5rem 0;
    font-size: 52px;
  }

  .S3_fresca_mental_nyc_page .people .peopleSwiper {
    display: none;
  }

  .S3_fresca_mental_nyc_page .people___client {
    gap: 0.5rem;
  }

  .S3_fresca_mental_nyc_page .people .people__test {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    position: relative;
    z-index: 1;
  }

  .S3_fresca_mental_nyc_page .people__wrapper {
    padding: 25px 20px 15px 20px;
    border-radius: 25px;
  }

  .S3_fresca_mental_nyc_page .people__wrapper .moon__fair {
    position: absolute;
    right: 2rem;
    bottom: -2rem;
  }

  .S3_fresca_mental_nyc_page .people__wrapper .section__subtitle {
    min-height: 80px;
  }

  .S3_fresca_mental_nyc_page .people .brush-blue {
    position: absolute;
    left: 0;
    top: -0.5rem;
    display: none;
  }
  .S3_fresca_mental_nyc_page .people .brush-pink {
    display: none;
    position: absolute;
    right: 0;
    bottom: -6rem;
  }
}

@media (min-width: 1366px) {
  .S3_fresca_mental_nyc_page .people .brush-blue {
    position: absolute;
    left: 0;
    top: -0.5rem;
    display: block;
  }
  .S3_fresca_mental_nyc_page .people .brush-pink {
    display: block;
    position: absolute;
    right: 0;
    bottom: -6rem;
  }
}

@media (min-width: 1920px) {
  .S3_fresca_mental_nyc_page .people {
    padding-top: 100px;
    padding-bottom: 120px;
    overflow: hidden;
    margin-top: -70px;
  }

  .S3_fresca_mental_nyc_page .people__wrapper .section__subtitle {
    min-height: auto;
    max-width: 100%;
  }

  .S3_fresca_mental_nyc_page .people___client {
    flex-direction: row;
    max-width: 100%;
    align-items: center;
  }

  .S3_fresca_mental_nyc_page .people__wrapper .moon__fair {
    position: absolute;
    right: 2rem;
    bottom: -5rem;
  }

  .S3_fresca_mental_nyc_page .people__wrapper .moon__fair img {
    height: 197px;
  }

  .S3_fresca_mental_nyc_page .people .brush-blue {
    position: absolute;
    left: -2rem;
    top: -0.5rem;
    display: block;
  }
  .S3_fresca_mental_nyc_page .people .brush-pink {
    display: block;
    position: absolute;
    right: -3rem;
    bottom: -6rem;
  }
}

.slider-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  left: -6rem;
}

.slider-wrapper {
  display: flex;
  max-height: 500px;
  gap: 20px;
  margin-bottom: 30px;
}

/* Location cards */
.location-card {
  flex: 1;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  height: 100%;
  will-change: flex, transform;
  backface-visibility: hidden;
  transform: translateZ(0);
  width: 100%;
  max-width: 800px;
  min-width: 800px;
  align-items: center;
  display: flex;
}

.inactive-card {
  flex: 0 0 300px;
  max-width: inherit;
  min-width: inherit;
}

.active-card {
  flex: 1 1 auto;
  display: flex;
}

/* Card content */
.card-image {
  width: 100%;
  min-width: 437px;
  height: 425px;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  will-change: width, transform;
  transition: box-shadow 0.4s ease;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.inactive-card .card-image {
  width: 100%;
  min-width: 300px;
  height: 425px;
}

.active-card .card-image {
  width: 100%;
  height: 425px;
}

.bg-color {
  width: 100%;
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.location-name {
  font-size: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.location-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  color: white;
}

/* Expanded content */
.card-content {
  display: none;
  width: 100%;
  min-width: 320px;
  padding: 30px;
  opacity: 0;
  overflow: hidden;
}

.active-card .card-content {
  display: block;
}

.S3_fresca_mental_nyc_page .content-title {
  color: var(--pink);
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 1.5rem 0;
  padding: 0 0 0 1.5rem;
}

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 30px;
  list-style: disc !important;
}

.feature-item {
  border-radius: 5px;
  position: relative;
  padding-left: 30px;
  opacity: 0;
  transform: translateY(15px);
  color: #666666;
  font-size: 16px;
}

.feature-item:before {
  content: "•";
  color: #666666;
  position: absolute;
  left: 15px;
}

.cta-button {
  background-color: #e75a87;
  color: white;
  border: none;
  padding: 14px 25px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
  opacity: 0;
  transform: translateY(15px);
}

.cta-button:hover {
  background-color: #d14b76;
}

/* Navigation */
.slider-nav {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.nav-button {
  background-color: #e75a87;
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  font-size: 1rem;
  font-weight: bold;
  transform: scale(1) !important;
}

.nav-button.next::after {
  content: "next";
  font-family: swiper-icons;
}

.nav-button.prev::after {
  content: "prev";
  font-family: swiper-icons;
}

.nav-button.prev {
  background-color: #f5f5f5;
  color: #e75a87;
}

.S3_fresca_mental_nyc_page .explore ul {
  padding: 0 0 0 2.5rem;
  margin: 0;
}

.S3_fresca_mental_nyc_page .explore ul li {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  padding: 5px 0;
  margin: 0 0 0.5rem 0;
  position: relative;
  z-index: 1;
  line-height: 22px;
}

.S3_fresca_mental_nyc_page .explore li:nth-last-child(4)::after {
  content: "";
  position: absolute;
  background-color: #e9e9e9;
  height: 27px;
  width: 125%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2px;
  z-index: -1;
}

.S3_fresca_mental_nyc_page .explore li:nth-last-child(2)::after {
  content: "";
  position: absolute;
  background-color: #e9e9e9;
  height: 27px;
  width: 125%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2px;
  z-index: -1;
}

.slider-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.slider-wrapper {
  display: flex;
  height: 500px;
  max-height: 500px;
  gap: 20px;
  margin-bottom: 0 !important;
}

/* Location cards */
.location-card {
  flex: 1;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  height: 100%;
  will-change: flex, transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* .inactive-card {
  flex: 0 0 300px !important;
} */

.active-card {
  flex: 1 1 auto;
  display: flex;
}

/* Card content */
.card-image {
  height: 100%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  will-change: width, transform;
  transition: box-shadow 0.4s ease;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.inactive-card .card-image {
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.active-card .card-image {
  width: 50% !important;
  min-width: 250px;
}

.inactive-card .bg-color {
  width: auto;
  height: 100%;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
}

.location-name {
  font-size: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.location-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  color: white;
}

/* Expanded content */
.card-content {
  display: none;
  width: 50%;
  padding: 30px 50px 30px 40px;
  overflow-y: auto;
  opacity: 0;
}

.active-card .card-content {
  display: block;
}

.content-title {
  color: #e75a87;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 30px;
}

.feature-item {
  background-color: #f2f2f2;
  border-radius: 5px;
  position: relative;
  padding-left: 0;
  opacity: 0;
  transform: translateY(15px);
}

.feature-item:before {
  content: "•";
  color: transparent;
  position: absolute;
  left: 15px;
}

.cta-button {
  background-color: #e75a87;
  color: white;
  border: none;
  padding: 14px 25px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
  opacity: 0;
  transform: translateY(15px);
}

.cta-button:hover {
  background-color: #d14b76;
}

/* Navigation */
.slider-nav {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.nav-button {
  background-color: #e75a87;
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 18px;
}

.nav-button.prev {
  background-color: #eaebec;
  color: #e75a87;
}

.active-card .location-title {
  display: none;
}

.inactive-card .location-title {
  font-size: 22px !important;
  font-weight: bold !important;
  color: var(--white) !important;
  position: absolute !important;
  left: 1rem !important;
  bottom: 1rem !important;
  right: auto !important;
  text-align: left !important;
}

/* Responsive */
/* @media (max-width: 992px) {
  .slider-wrapper {
    flex-direction: column;
    height: auto;
    max-height: none;
  }

  .location-card {
    height: auto;
  }

  .inactive-card {
    flex: 0 0 120px;
  }

  .active-card {
    flex: 0 0 400px;
    flex-direction: column;
  }

  .active-card .card-image {
    width: 100%;
    height: 200px;
  }

  .active-card .card-content {
    width: 100%;
  }
} */

.slider-container {
  left: -8rem;
  display: none;
}

.S3_fresca_mental_nyc_page .explore .pink-brush {
  position: absolute;
  right: -2rem;
  top: -3rem;
  display: none;
}

@media (min-width: 768px) {
  .slider-container {
    left: -8rem;
    display: block;
  }

  .S3_fresca_mental_nyc_page .explore .section__title {
    font-size: 50px;
    text-align: center;
    margin: 2rem 0 2rem 0;
  }

  .S3_fresca_mental_nyc_page .explore .section__subtitle {
    font-size: 16px;
    text-align: center;
    max-width: 511px;
    margin: 0 auto 1.5rem auto;
  }

  .inactive-card .bg-color {
    min-width: 250px;
  }

  .inactive-card .card-image {
    min-width: 250px;
  }

  .inactive-card {
    min-width: 250px !important;
  }

  .active-card .card-image {
    min-width: 340px;
  }

  .bg-color {
    min-width: 340px;
  }

  .inactive-card {
    display: none;
  }

  .S3_fresca_mental_nyc_page .explore {
    position: relative;
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .S3_fresca_mental_nyc_page .explore .pink-brush {
    position: absolute;
    right: -2rem;
    top: -3rem;
    display: block;
  }

  .S3_fresca_mental_nyc_page .explore .pink-brush img {
    max-width: 150px;
  }
}

@media (min-width: 1280px) {
  .S3_fresca_mental_nyc_page .explore {
    margin-top: 150px;
  }

  .inactive-card {
    display: flex;
  }

  .location-card {
    flex-direction: row;
    align-items: center;
  }

  .slider-nav {
    display: flex;
    justify-content: center;
    gap: 15px;
    position: absolute;
    left: 25%;
    bottom: -2.5rem;
  }

  .slider-container {
    left: -6rem;
  }

  .inactive-card .bg-color {
    min-width: 250px;
  }

  .inactive-card .card-image {
    min-width: 250px;
  }

  .inactive-card {
    min-width: 250px !important;
  }

  .active-card .card-image {
    min-width: 340px;
  }

  .bg-color {
    min-width: 340px;
  }

  .S3_fresca_mental_nyc_page .explore .section__title {
    font-size: 50px;
    text-align: center;
    margin: 2rem 0 2rem 0;
  }

  .S3_fresca_mental_nyc_page .explore .section__subtitle {
    font-size: 16px;
    text-align: center;
    max-width: 791px;
    margin: 0 auto 1.5rem auto;
  }

  .card-content {
    padding: 30px;
  }

  .S3_fresca_mental_nyc_page .explore {
    position: relative;
    padding-top: 40px;
    padding-bottom: 120px;
  }

  .S3_fresca_mental_nyc_page .explore .pink-brush {
    position: absolute;
    right: 0;
    top: -5rem;
  }

  .S3_fresca_mental_nyc_page .explore .pink-brush img {
    max-width: max-content;
  }
}

@media (min-width: 1366px) {
  .slider-wrapper {
    gap: 20px;
  }

  .slider-container {
    left: -5rem;
  }
  .inactive-card .bg-color {
    min-width: 300px;
  }

  .inactive-card .card-image {
    min-width: 300px;
  }

  .card-content {
    padding: 30px 30px 30px 30px;
  }

  .inactive-card {
    min-width: 300px !important;
  }

  .active-card .card-image {
    min-width: 380px;
  }

  .bg-color {
    min-width: 340px;
  }

  .S3_fresca_mental_nyc_page .explore .section__title {
    font-size: 52px;
    text-align: center;
    margin: 2rem 0 3rem 0;
  }
  .S3_fresca_mental_nyc_page .explore .section__subtitle {
    font-size: 16px;
    text-align: center;
    max-width: 791px;
    margin: 0 auto 1.5rem auto;
  }

  .S3_fresca_mental_nyc_page .explore {
    position: relative;
  }

  .S3_fresca_mental_nyc_page .explore .pink-brush {
    position: absolute;
    right: 0;
    top: -5rem;
  }
}

@media (min-width: 1920px) {
  .S3_fresca_mental_nyc_page .explore {
    padding: 25px 0 165px 0 !important;
  }

  .slider-wrapper {
    gap: 50px;
  }

  .slider-nav {
    display: flex;
    justify-content: center;
    gap: 15px;
    position: absolute;
    left: 22%;
    bottom: -5rem;
  }

  .slider-container {
    max-width: 1920px;
  }

  .S3_fresca_mental_nyc_page .explore .content-title {
    font-size: 24px !important;
  }

  .slider-container {
    left: 0;
  }

  .card-content {
    min-width: 400px;
    padding: 30px 50px 30px 40px;
  }

  .bg-color {
    border-radius: 25px;
  }

  .inactive-card .bg-color {
    min-width: 370px;
    border-radius: 25px;
  }

  .inactive-card .card-image {
    min-width: 370px;
    border-radius: 25px;
    height: 500px;
  }

  .inactive-card {
    min-width: 370px !important;
    border-radius: 25px;
    height: 500px;
  }

  .active-card .card-image {
    min-width: 460px;
    height: 500px;
    border-radius: 25px;
  }

  .bg-color {
    min-width: 340px;
  }

  .S3_fresca_mental_nyc_page .explore .section__title {
    font-size: 52px;
    text-align: center;
    margin: 2rem 0 3rem 0;
  }
  .S3_fresca_mental_nyc_page .explore .section__subtitle {
    font-size: 18px;
    text-align: center;
    max-width: 791px;
    margin: 0 auto 5rem auto;
  }

  .S3_fresca_mental_nyc_page .explore {
    position: relative;
    z-index: 10;
  }

  .S3_fresca_mental_nyc_page .explore .pink-brush {
    position: absolute;
    right: 0;
    top: -5rem;
  }
}

.S3_fresca_mental_nyc_page .hidden {
  display: block;
}

@media (min-width: 768px) {
  .S3_fresca_mental_nyc_page .hidden {
    display: none;
  }

  .S3_fresca_mental_nyc_page .paint .swiper-button-prev {
    background-color: var(--pink) !important;
    color: var(--white) !important;
  }

  .S3_fresca_mental_nyc_page .paint .swiper-button-next {
    background-color: var(--off__d-white) !important;
    color: var(--pink) !important;
  }
  .S3_fresca_mental_nyc_page .paint .swiper-button-prev::after,
  .S3_fresca_mental_nyc_page .paint .swiper-button-next::after {
    rotate: 180deg;
  }
}

.S3_fresca_mental_nyc_page .paint .section__title {
  max-width: 100% !important;
}

@media (min-width: 1920px) {
  .S3_fresca_mental_nyc_page .paint .section__title {
    max-width: 220px !important;
  }
}

.S3_fresca_mental_nyc_page .artist__swipper,
.S3_fresca_mental_nyc_page .slider-thumbnailpaintDesktop {
  display: none;
}

@media (min-width: 768px) {
  .S3_fresca_mental_nyc_page .artist__swipper,
  .S3_fresca_mental_nyc_page .slider-thumbnailpaintDesktop {
    display: block;
  }
}

.S3_fresca_mental_nyc_page .artist__swipper,
.S3_fresca_mental_nyc_page .slider-thumbnail {
  display: none;
}

@media (min-width: 768px) {
  .S3_fresca_mental_nyc_page .artist__swipper,
  .S3_fresca_mental_nyc_page .slider-thumbnail {
    display: block;
  }
}

.email {
  padding: 100px 0 40px 0;
  background-color: var(--off__d-white);
}

.email .section__title {
  font-size: 39px;
  margin: 0 auto 2rem auto;
  text-align: center;
}

.email .container {
  max-width: 390px;
  padding: 1rem 1.5rem;
}

.email .section__subtitle {
  max-width: 90%;
  font-weight: bold;
  letter-spacing: 4px;
  margin: 0 auto 0 auto;
  text-align: center;
  font-size: 16px;
}

.email .email-form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem auto 0 auto;
}

.email .email-form .email-input {
  width: 100%;
  max-width: 420px;
  padding: 10px 10px 10px 60px;
  border-radius: 50px 0 0 50px;
  min-height: 50px;
  background-color: var(--white);
  border: 1px solid var(--white);
  color: var(--black);
  font-size: 14px;
}

.email .email-form .email-input::placeholder {
  color: var(--black);
}

.email .email-form .email-form-input {
  position: relative;
  width: 100%;
  max-width: 420px;
}

.email .email-form .email-form-icon {
  position: absolute;
  top: 15px;
  left: 30px;
}

.email .email-form .primary__btn {
  border-radius: 0 50px 50px 0;
  height: 50px;
  max-width: 100px;
  cursor: pointer;
  font-size: 14px;
  margin: 0;
}

.email.email-d {
  display: none;
}

.email.email-m {
  display: block;
}

@media (min-width: 390px) {
  .email {
    padding: 100px 0 0 0;
  }
}

@media (min-width: 430px) {
  .email .container {
    max-width: 430px;
    padding: 1rem 2rem;
  }

  .email .section__title {
    font-size: 42px;
  }

  .email {
    padding: 200px 0 50px 0;
  }
}

@media (min-width: 768px) {
  .email .section__title {
    font-size: 42px;
  }

  .email .section__subtitle {
    text-align: center;
    max-width: 100%;
  }

  .email .container {
    max-width: 768px;
    padding: 1 4rem;
  }

  .email {
    padding: 130px 0 70px 0;
  }

  .email.email-d {
    display: block;
  }

  .email.email-m {
    display: none;
  }

  .email .email-form .email-input {
    font-size: 16px;
    min-height: 60px;
  }

  .email .email-form .primary__btn {
    height: 60px;
    max-width: 160px;
    font-size: 16px;
  }

  .email .email-form .email-form-icon {
    top: 21px;
  }
}

@media (min-width: 1280px) {
  .email .section__title {
    font-size: 50px;
  }

  .email .container {
    max-width: 1280px;
    padding: 0 3.5rem;
  }

  .email {
    padding: 150px 0 70px 0;
  }
}

@media (min-width: 1366px) {
  .email .section__title {
    font-size: 52px;
    margin: 0 auto 2rem auto;
    text-align: center;
  }

  .email .container {
    max-width: 1366px;
    padding: 0 6rem;
  }

  .email {
    padding: 150px 0 70px 0;
  }
}

@media (min-width: 1920px) {
  .email {
    padding: 150px 0 70px 0;
  }

  .email .section__title {
    font-size: 52px;
    margin: 0 auto 2rem auto;
    text-align: center;
  }

  .email .container {
    max-width: 1920px;
    padding: 0 8rem;
  }
}

.email-form input[type="submit"] {
  border: none;
}

.swiper-wrapper {
  padding-bottom: inherit !important;
}
