:root {
    --fc-ink: #24132f;
    --fc-purple: #3b1b4d;
    --fc-purple-strong: #2a1238;
    --fc-gold: #f5cf55;
    --fc-gold-strong: #dfb72d;
    --fc-teal: #147d78;
    --fc-paper: #f7f7f5;
    --fc-muted: #625c67;
    --fc-border: #ded9e1;
}

.home-modern {
    color: var(--fc-ink);
    background: #fff;
}

.home-modern .custom-cursor__cursor,
.home-modern .custom-cursor__cursor-two {
    display: none;
}

.home-modern .main-header a:focus-visible,
.home-modern .main-header button:focus-visible,
.fc-hero a:focus-visible,
.fc-hero button:focus-visible,
.fc-events a:focus-visible,
.fc-events button:focus-visible,
.home-modern .about-one a:focus-visible,
.home-modern .inspiring-one a:focus-visible,
.home-modern .events-one a:focus-visible,
.home-modern .testimonials-one a:focus-visible,
.home-modern .help-people a:focus-visible {
    outline: 3px solid #1c88d4;
    outline-offset: 3px;
}

.home-modern .topbar-one {
    background: var(--fc-purple-strong);
    min-height: 42px;
    padding-bottom: 0;
    padding-top: 0;
}

.home-modern .topbar-one__inner {
    min-height: 42px;
    padding-bottom: 11px;
    padding-top: 11px;
}

.home-modern .main-header {
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid rgba(59, 27, 77, 0.1);
    box-shadow: 0 5px 20px rgba(36, 19, 47, 0.06);
}

.home-modern .main-header__inner {
    min-height: 82px;
}

.home-modern .main-menu .main-menu__list > li,
.home-modern .sticky-header--cloned .main-menu .main-menu__list > li {
    padding-bottom: 30px;
    padding-top: 30px;
}

.home-modern .main-header__logo img {
    width: 154px;
    height: auto;
}

.home-modern .main-menu .main-menu__list > li > a {
    color: var(--fc-ink);
    font-weight: 700;
    letter-spacing: 0;
}

.home-modern .main-menu .main-menu__list > li > a:hover,
.home-modern .main-menu .main-menu__list > li.current > a {
    color: #7b3e86;
}

.home-modern .main-header__btn {
    border-radius: 6px;
    box-shadow: none;
}

.home-modern .mobile-nav__btn {
    align-items: center;
    background: transparent;
    border: 0;
    height: 44px;
    justify-content: center;
    padding: 10px;
    width: 44px;
}

.home-modern .mobile-nav__btn span {
    flex: 0 0 2px;
    width: 24px;
}

.fc-hero {
    background: var(--fc-purple-strong);
    height: calc(100svh - 124px);
    max-height: 920px;
    min-height: 560px;
    min-width: 0;
    overflow: hidden;
    position: relative;
}

.fc-hero__slides,
.fc-hero__slide {
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
}

.fc-hero__slide {
    opacity: 0;
    pointer-events: none;
    transition: opacity 650ms ease;
    visibility: hidden;
}

.fc-hero__slide.is-active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    z-index: 1;
}

.fc-hero__image {
    height: 100%;
    inset: 0;
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100%;
}

.fc-hero__overlay {
    background: rgba(20, 8, 28, 0.62);
    inset: 0;
    position: absolute;
}

.fc-hero__container {
    align-items: center;
    display: flex;
    height: 100%;
    position: relative;
    z-index: 2;
}

.fc-hero__content {
    color: #fff;
    max-width: 850px;
    padding: 70px 0 130px;
}

.fc-hero__eyebrow {
    border-left: 4px solid var(--fc-gold);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.55;
    margin: 0 0 24px;
    max-width: 720px;
    padding-left: 16px;
}

.fc-hero__title {
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 72px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.04;
    margin: 0 0 34px;
    max-width: 850px;
    overflow-wrap: anywhere;
}

.fc-button {
    align-items: center;
    border: 2px solid transparent;
    border-radius: 6px;
    display: inline-flex;
    font-size: 16px;
    font-weight: 800;
    gap: 12px;
    justify-content: center;
    line-height: 1.2;
    min-height: 52px;
    padding: 14px 22px;
    text-decoration: none;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.fc-button:hover {
    transform: translateY(-2px);
}

.fc-button--gold {
    background: var(--fc-gold);
    color: var(--fc-purple-strong);
}

.fc-button--gold:hover {
    background: #fff;
    color: var(--fc-purple-strong);
}

.fc-button--outline {
    border-color: var(--fc-purple);
    color: var(--fc-purple);
}

.fc-button--outline:hover {
    background: var(--fc-purple);
    color: #fff;
}

.fc-hero__controls {
    align-items: center;
    bottom: 40px;
    display: flex;
    gap: 18px;
    justify-content: flex-start;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 3;
}

.fc-hero__arrows {
    display: flex;
    gap: 8px;
}

.fc-icon-button {
    align-items: center;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    padding: 0;
    transition: background-color 180ms ease, color 180ms ease;
    width: 48px;
}

.fc-icon-button:hover {
    background: var(--fc-gold);
    border-color: var(--fc-gold);
    color: var(--fc-purple-strong);
}

.fc-hero__dots {
    align-items: center;
    display: flex;
    gap: 10px;
}

.fc-hero__dot {
    background: rgba(255, 255, 255, 0.55);
    border: 0;
    border-radius: 50%;
    height: 10px;
    padding: 0;
    transition: background-color 180ms ease, transform 180ms ease;
    width: 10px;
}

.fc-hero__dot.is-active {
    background: var(--fc-gold);
    transform: scale(1.45);
}

.home-modern .section-space:not(.donars-one--home) {
    padding-bottom: 100px;
    padding-top: 100px;
}

.home-modern .about-one--home {
    background: #fff;
}

.home-modern .about-one__bg,
.home-modern .about-one__hand {
    opacity: 0.35;
}

.home-modern .about-one__image__one,
.home-modern .about-one__video,
.home-modern .volunteer-profile__inner {
    border-radius: 8px;
}

.home-modern .about-one__image__one {
    object-fit: cover;
}

.home-modern section:not(.donars-one--home) .sec-title__title,
.fc-section-heading h2 {
    color: var(--fc-ink);
    letter-spacing: 0;
}

.home-modern section:not(.donars-one--home) .sec-title__title__inner {
    color: #7b3e86;
}

.fc-events {
    background: var(--fc-paper);
}

.fc-section-heading {
    align-items: end;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 44px;
}

.fc-section-heading__eyebrow {
    color: var(--fc-teal);
    font-size: 14px;
    font-weight: 800;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.fc-section-heading h2 {
    font-size: 46px;
    font-weight: 800;
    line-height: 1.12;
    margin: 0;
}

.fc-text-link {
    align-items: center;
    color: var(--fc-purple);
    display: inline-flex;
    flex: 0 0 auto;
    font-weight: 800;
    gap: 9px;
    padding: 10px 0;
}

.fc-text-link:hover {
    color: var(--fc-teal);
}

.fc-events__heading-actions,
.fc-events__controls {
    align-items: center;
    display: flex;
    gap: 12px;
}

.fc-events__heading-actions {
    gap: 24px;
}

.fc-events__controls .fc-icon-button {
    background: #fff;
    border-color: var(--fc-border);
    color: var(--fc-purple);
    height: 44px;
    width: 44px;
}

.fc-events__controls .fc-icon-button:hover:not(:disabled) {
    background: var(--fc-purple);
    border-color: var(--fc-purple);
    color: #fff;
}

.fc-events__controls .fc-icon-button:disabled {
    cursor: default;
    opacity: 0.38;
}

.fc-events__carousel {
    min-width: 0;
    position: relative;
}

.fc-events__viewport {
    margin: -8px;
    overflow-x: auto;
    padding: 8px;
    scrollbar-width: none;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
}

.fc-events__viewport::-webkit-scrollbar {
    display: none;
}

.fc-events__track {
    display: flex;
    gap: 20px;
    width: max-content;
}

.fc-event-card {
    background: #fff;
    border: 1px solid var(--fc-border);
    border-radius: 8px;
    box-shadow: 0 14px 35px rgba(36, 19, 47, 0.07);
    display: flex;
    flex: 0 0 250px;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    scroll-snap-align: start;
    transition: box-shadow 180ms ease, transform 180ms ease;
}

.fc-event-card:hover {
    box-shadow: 0 18px 45px rgba(36, 19, 47, 0.12);
    transform: translateY(-4px);
}

.fc-event-card__media {
    aspect-ratio: 1 / 1;
    background: #e9e5eb;
    display: block;
    overflow: hidden;
    position: relative;
}

.fc-event-card__media img {
    height: 100%;
    object-fit: contain;
    transition: transform 320ms ease;
    width: 100%;
}

.fc-event-card:hover .fc-event-card__media img {
    transform: scale(1.025);
}

.fc-event-card__badge {
    background: var(--fc-gold);
    border-radius: 4px;
    color: var(--fc-purple-strong);
    font-size: 13px;
    font-weight: 800;
    left: 16px;
    padding: 7px 11px;
    position: absolute;
    top: 16px;
}

.fc-event-card__content {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px;
}

.fc-event-card__date,
.fc-event-card__venue {
    align-items: flex-start;
    color: var(--fc-teal);
    display: flex;
    font-size: 14px;
    font-weight: 700;
    gap: 9px;
    margin: 0 0 12px;
}

.fc-event-card h3 {
    font-size: 21px;
    line-height: 1.25;
    margin: 0 0 12px;
}

.fc-event-card h3 a {
    color: var(--fc-ink);
}

.fc-event-card__summary {
    display: -webkit-box;
    font-size: 15px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: var(--fc-muted);
    line-height: 1.55;
    margin-bottom: 14px;
    overflow: hidden;
}

.fc-event-card__venue {
    color: var(--fc-muted);
    margin-top: auto;
}

.fc-event-card .fc-button {
    align-self: flex-start;
    margin-top: 8px;
}

.fc-events__empty {
    border: 1px solid var(--fc-border);
    border-radius: 8px;
    margin: 0 auto;
    max-width: 760px;
    padding: 60px 28px;
    text-align: center;
}

.fc-events__empty > i {
    color: var(--fc-teal);
    font-size: 42px;
    margin-bottom: 18px;
}

.fc-events__empty h3 {
    font-size: 30px;
    margin-bottom: 10px;
}

.fc-events__empty p {
    color: var(--fc-muted);
    margin-bottom: 24px;
}

.database-events-carousel {
    padding-bottom: 48px;
}

.database-events-carousel .donation-card__image {
    aspect-ratio: 4 / 3;
    background: var(--fc-paper);
}

.database-events-carousel .donation-card__image img {
    height: 100%;
    object-fit: contain;
}

.database-events-carousel .donation-card__content {
    padding-top: 28px;
}

.database-events-carousel .donations-one__carousel .owl-nav {
    gap: 12px;
    justify-content: center;
    margin: 16px 0 0 !important;
    position: static;
}

.database-events-carousel .donations-one__carousel .owl-nav .owl-prev,
.database-events-carousel .donations-one__carousel .owl-nav .owl-next {
    left: auto;
    right: auto;
}

.database-events-carousel .donations-one__carousel .owl-nav .owl-prev span,
.database-events-carousel .donations-one__carousel .owl-nav .owl-next span {
    background: var(--fc-purple);
    border-color: var(--fc-purple);
    color: #fff;
    height: 50px;
    width: 50px;
}

.database-events-carousel .donations-one__carousel .owl-nav .owl-prev span:hover,
.database-events-carousel .donations-one__carousel .owl-nav .owl-next span:hover {
    background: var(--fc-gold);
    border-color: var(--fc-gold);
    color: var(--fc-purple-strong);
}

.home-modern .about-one .sec-title,
.home-modern .help-people .sec-title {
    margin-bottom: 26px;
}

.home-modern .about-one .sec-title__title,
.home-modern .testimonials-one .sec-title__title,
.home-modern .help-people .sec-title__title {
    font-family: "DM Sans", sans-serif;
    font-size: 46px;
    font-weight: 800;
    line-height: 1.12;
}

.home-modern .about-one .sec-title__tagline,
.home-modern .help-people .sec-title__tagline {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.home-modern .about-one__bg,
.home-modern .about-one__hand {
    display: none;
}

.home-modern .about-one .row {
    align-items: center;
}

.home-modern .about-one__content {
    padding-left: 34px;
}

.home-modern .about-one__text {
    color: var(--fc-muted);
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 16px;
}

.home-modern .about-one__text-box {
    display: block;
}

.home-modern .about-one__text--welcome {
    border-left: 3px solid var(--fc-gold);
    color: var(--fc-ink);
    font-weight: 700;
    padding-left: 16px;
}

.home-modern .about-one .contact-information {
    border-top: 1px solid var(--fc-border);
    gap: 22px;
    margin-top: 28px;
    padding-top: 28px;
}

.home-modern .about-one .cleenhearts-btn,
.home-modern .help-people .cleenhearts-btn {
    border-radius: 6px;
}

.fc-about {
    align-items: center;
    display: grid;
    gap: 76px;
    grid-template-columns: minmax(360px, 0.88fr) minmax(0, 1.12fr);
}

.fc-about__media {
    background: var(--fc-purple-strong);
    border-radius: 8px;
    box-shadow: 0 24px 60px rgba(36, 19, 47, 0.14);
    min-width: 0;
    overflow: hidden;
}

.fc-about__portrait {
    aspect-ratio: 4 / 5;
    background: #121015;
    overflow: hidden;
    position: relative;
}

.fc-about__portrait::after {
    background: rgba(20, 8, 28, 0.12);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.fc-about__portrait img {
    height: 100%;
    object-fit: cover;
    object-position: center top;
    width: 100%;
}

.fc-about__play {
    align-items: center;
    background: var(--fc-gold);
    border: 5px solid rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    bottom: 24px;
    color: var(--fc-purple-strong);
    display: inline-flex;
    height: 64px;
    justify-content: center;
    position: absolute;
    right: 24px;
    transition: background-color 180ms ease, transform 180ms ease;
    width: 64px;
    z-index: 2;
}

.fc-about__play:hover {
    background: #fff;
    color: var(--fc-purple-strong);
    transform: translateY(-2px);
}

.fc-about__identity {
    align-items: end;
    border-top: 4px solid var(--fc-gold);
    color: #fff;
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 24px 26px 26px;
}

.fc-about__identity p {
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0 0 6px;
    text-transform: uppercase;
}

.fc-about__identity h3 {
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0;
    overflow-wrap: anywhere;
}

.fc-about__identity > span {
    color: var(--fc-gold);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
    max-width: 145px;
    text-align: right;
}

.fc-about__content {
    min-width: 0;
}

.fc-about__eyebrow {
    color: var(--fc-teal);
    font-size: 13px;
    font-weight: 800;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.fc-about__content h2 {
    color: var(--fc-ink);
    font-family: "DM Sans", sans-serif;
    font-size: 54px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.06;
    margin: 0 0 28px;
    overflow-wrap: anywhere;
}

.fc-about__content h2 span {
    color: #7b3e86;
    display: inline-block;
    position: relative;
}

.fc-about__content h2 span::after {
    background: var(--fc-gold);
    bottom: -7px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
}

.fc-about__content > p {
    color: var(--fc-muted);
    font-size: 16px;
    line-height: 1.75;
    margin: 0 0 18px;
}

.fc-about__content .fc-about__lead {
    color: var(--fc-ink);
    font-size: 18px;
    line-height: 1.7;
}

.fc-about__content blockquote {
    border-left: 4px solid var(--fc-gold);
    color: var(--fc-ink);
    font-size: 18px;
    font-style: italic;
    font-weight: 800;
    line-height: 1.55;
    margin: 28px 0;
    padding: 4px 0 4px 20px;
}

.fc-about__actions {
    align-items: center;
    border-top: 1px solid var(--fc-border);
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding-top: 28px;
}

.fc-about__phone {
    align-items: center;
    color: var(--fc-ink);
    display: inline-flex;
    gap: 12px;
}

.fc-about__phone > i {
    align-items: center;
    border: 1px solid var(--fc-border);
    border-radius: 50%;
    color: #7b3e86;
    display: inline-flex;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.fc-about__phone span {
    display: grid;
    gap: 2px;
}

.fc-about__phone small {
    color: var(--fc-muted);
    font-size: 12px;
    font-weight: 700;
}

.fc-about__phone strong {
    font-size: 16px;
}

.fc-about a:focus-visible {
    outline: 3px solid #1c88d4;
    outline-offset: 3px;
}

.home-modern .testimonials-one {
    background: var(--fc-purple-strong);
}

.home-modern .testimonials-one__bg {
    opacity: 0.08;
}

.home-modern .testimonials-one__shape,
.home-modern .testimonials-one__image,
.home-modern .testimonials-card__rattings {
    display: none;
}

.home-modern .testimonials-one__wrapper {
    border: 0;
    border-radius: 0;
    margin: 0 auto;
    max-width: 960px;
    overflow: visible;
}

.home-modern .testimonials-one__top {
    margin-bottom: 28px;
    padding: 0;
}

.home-modern section.testimonials-one .sec-title__title,
.home-modern section.help-people .sec-title__title {
    color: #fff;
}

.home-modern section.testimonials-one .sec-title__title__inner,
.home-modern section.help-people .sec-title__title__inner {
    color: var(--fc-gold);
}

.home-modern .testimonials-one .testimonials-card {
    border-radius: 8px;
    padding: 42px;
}

.home-modern .testimonials-one .testimonials-card__bg {
    background: #fff !important;
    border-radius: 8px;
    mix-blend-mode: normal;
}

.home-modern .testimonials-one .testimonials-card__content {
    gap: 28px;
    margin-top: 16px;
}

.home-modern .testimonials-one .testimonials-card__text {
    color: var(--fc-ink);
    font-size: 22px;
    line-height: 1.6;
    margin-top: 0;
}

.home-modern .testimonials-one .testimonials-card__quote {
    background: var(--fc-paper);
    height: 58px;
    width: 58px;
}

.home-modern .testimonials-one .testimonials-card__quote span {
    font-size: 26px;
}

.home-modern .testimonials-one__carousel .owl-dots {
    margin-top: 20px !important;
    position: static;
    text-align: center;
}

.home-modern .help-people {
    background: var(--fc-purple-strong) !important;
    padding-bottom: 96px;
    padding-top: 96px;
}

.home-modern .help-people .row {
    align-items: center;
}

.home-modern .help-people__images {
    height: auto;
    position: static;
    transform: none;
    width: 50%;
}

.home-modern .help-people__images__inner {
    background: transparent;
    border-radius: 0;
    display: block;
    height: auto;
    inset: auto;
    padding: 0 30px 0 0;
    position: static;
    transform: none;
    width: 100%;
}

.home-modern .help-people__images__inner img {
    border-radius: 8px;
    height: 390px;
    object-fit: cover;
    width: 100%;
}

.home-modern .help-people__content {
    padding-left: 30px;
}

.home-modern .help-people__text {
    color: rgba(255, 255, 255, 0.78);
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 30px;
}

.home-modern .help-people__shape,
.home-modern .help-people .volunteer-group {
    display: none;
}

.home-modern .inspiring-one,
.home-modern .events-one,
.home-modern .testimonials-one,
.home-modern .help-people {
    overflow: hidden;
}

.home-modern .events-one__item,
.home-modern .testimonials-card {
    border-radius: 8px;
}

.home-modern .help-people__content {
    position: relative;
    z-index: 2;
}

@media (max-width: 1199px) {
    .fc-hero__title {
        font-size: 58px;
    }

    .home-modern .about-one__content,
    .home-modern .help-people__content {
        padding-left: 0;
    }

    .home-modern .help-people__images {
        width: 100%;
    }

    .home-modern .help-people__images__inner {
        padding-right: 0;
        width: 100%;
    }

    .home-modern .help-people__images__inner img {
        height: 360px;
    }

    .fc-about {
        gap: 48px;
        grid-template-columns: minmax(340px, 0.95fr) minmax(0, 1.05fr);
    }

    .fc-about__content h2 {
        font-size: 46px;
    }

    .home-modern .main-header__inner {
        min-height: 70px;
        padding-bottom: 12px;
        padding-top: 12px;
    }
}

@media (max-width: 991px) {
    .fc-about {
        grid-template-columns: 1fr;
    }

    .fc-about__media {
        margin: 0 auto;
        max-width: 620px;
        width: 100%;
    }

    .fc-about__content {
        margin: 0 auto;
        max-width: 720px;
    }
}

@media (max-width: 767px) {
    .home-modern .topbar-one {
        display: none;
    }

    .home-modern .main-header__inner {
        min-height: 70px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .home-modern .main-header__logo img {
        width: 132px;
    }

    .fc-hero {
        height: calc(100svh - 70px);
        max-height: 760px;
        min-height: 540px;
    }

    .fc-hero__image {
        object-position: center center;
    }

    .fc-hero__overlay {
        background: rgba(20, 8, 28, 0.68);
    }

    .fc-hero__content {
        padding: 70px 0 135px;
    }

    .fc-hero__eyebrow {
        font-size: 15px;
        margin-bottom: 18px;
    }

    .fc-hero__title {
        font-size: 42px;
        line-height: 1.08;
        margin-bottom: 28px;
    }

    .fc-hero__controls {
        bottom: 24px;
        gap: 12px;
    }

    .fc-icon-button {
        height: 44px;
        width: 44px;
    }

    .fc-hero__arrows {
        display: none;
    }

    .home-modern .section-space:not(.donars-one--home) {
        padding-bottom: 72px;
        padding-top: 72px;
    }

    .fc-section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
        margin-bottom: 30px;
    }

    .fc-events__heading-actions {
        justify-content: space-between;
        width: 100%;
    }

    .fc-section-heading h2 {
        font-size: 36px;
    }

    .home-modern .about-one .sec-title__title,
    .home-modern .testimonials-one .sec-title__title,
    .home-modern .help-people .sec-title__title {
        font-size: 36px;
    }

    .home-modern .testimonials-one .testimonials-card {
        padding: 28px;
    }

    .home-modern .testimonials-one .testimonials-card__content {
        gap: 18px;
    }

    .home-modern .testimonials-one .testimonials-card__text {
        font-size: 19px;
    }

    .home-modern .testimonials-one .testimonials-card__quote {
        height: 48px;
        width: 48px;
    }

    .home-modern .help-people {
        padding-bottom: 72px;
        padding-top: 72px;
    }

    .home-modern .help-people__images__inner img {
        height: 260px;
    }

    .home-modern .help-people__content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .fc-about {
        gap: 38px;
    }

    .fc-about__content h2 {
        font-size: 40px;
        margin-bottom: 24px;
    }

    .fc-about__content .fc-about__lead {
        font-size: 17px;
    }

    .fc-about__identity {
        align-items: start;
        gap: 10px;
        grid-template-columns: 1fr;
        padding: 20px;
    }

    .fc-about__identity > span {
        max-width: none;
        text-align: left;
    }

    .fc-about__play {
        bottom: 18px;
        height: 56px;
        right: 18px;
        width: 56px;
    }

    .fc-about__actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .fc-events__track {
        gap: 14px;
    }

    .fc-event-card {
        flex-basis: min(74vw, 230px);
    }

    .fc-event-card__content {
        padding: 18px;
    }

    .fc-events__empty {
        padding: 44px 20px;
    }
}

@media (max-width: 380px) {
    .fc-hero__title {
        font-size: 36px;
    }

    .fc-button {
        font-size: 15px;
        padding-left: 18px;
        padding-right: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-modern .main-header *,
    .fc-hero *,
    .fc-events *,
    .help-donate-one *,
    .donations-one *,
    .home-modern .about-one *,
    .home-modern .inspiring-one *,
    .home-modern .events-one *,
    .home-modern .testimonials-one *,
    .home-modern .help-people * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }

    .help-donate-one__slide {
        animation: none !important;
        transform: none !important;
    }
}
