.styles_subtitle__WNcDV {
    margin-top: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px
}

@media screen and (min-width: 768px) {
    .styles_subtitle__WNcDV {
        font-size:24px;
        line-height: 28px;
        margin-bottom: 28px
    }
}

@media screen and (min-width: 992px) {
    .styles_subtitle__WNcDV {
        font-size:28px;
        line-height: 36px
    }
}

.styles_friendItem__ZeH4H {
    width: 100%;
    object-fit: fill;
    display: block;
    border-bottom: 1px solid var(--dark-khaki)
}

.styles_friendItem__ZeH4H:not(:last-child) {
    margin-bottom: 12px
}

@media screen and (min-width: 992px) {
    .styles_friendItem__ZeH4H {
        display:none
    }
}

.styles_dropdownToggle__syo31 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding: 8px
}

.styles_friendName__9ZflL {
    white-space: normal;
    overflow-wrap: normal;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    overflow: visible;
    margin: 0;
    color: var(--dark-khaki)
}

.styles_dropdownArrow__kOrY9 {
    transform: rotate(180deg)
}

.styles_dropdownArrow__kOrY9.styles_opened__EznZm {
    transform: rotate(0deg)
}

.styles_descriptionWrapper__MHe1N {
    padding: 0 8px 8px
}

.styles_linksWrapper__YwjGz {
    position: relative;
    margin-top: 8px
}

.styles_friendItemText__Xn3RW,.styles_link__YErju {
    color: var(--dark-khaki);
    font-size: 14px;
    line-height: 16px
}

@media screen and (min-width: 1200px) {
    .styles_friendItemText__Xn3RW {
        font-size:16px;
        line-height: 18px
    }
}

.styles_friendItemDesk__vxe2r {
    height: 192px;
    background-color: var(--white);
    padding: 16px;
    cursor: pointer
}

.styles_friendItemDesk__vxe2r .styles_arrow__6Uz4O {
    transition-property: transform;
    transition-duration: .12s;
    transition-behavior: ease-in-out
}

.styles_friendItemDesk__vxe2r:hover .styles_arrow__6Uz4O {
    transform: translate(10px,-10px);
    transition-duration: .3s
}

.styles_friendItemDesk__vxe2r .styles_friendItemDeskName__qPLch {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    max-width: 200px;
    color: var(--dark-khaki)
}

@media screen and (min-width: 1200px) {
    .styles_friendItemDesk__vxe2r .styles_friendItemDeskName__qPLch {
        font-size:28px;
        line-height: 32px
    }
}

.styles_friendItemDesk__vxe2r .styles_friendItemDeskInfo__ZVr0G {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

.styles_emptyFriendItem__TezhW {
    cursor: auto
}

.styles_emptyFriendItem__TezhW:hover .styles_arrow__6Uz4O {
    transform: none
}

.styles_emptyFriendItem__TezhW .styles_arrow__6Uz4O,.styles_emptyFriendItem__TezhW .styles_friendItemDeskName__qPLch {
    opacity: .4
}

.styles_arrow__6Uz4O {
    position: absolute;
    top: 0;
    right: 0
}

.styles_partners__zrAiW {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(160px,1fr));
    grid-gap: 16px;
    gap: 16px;
    justify-content: center;
    margin-bottom: 40px
}

@media screen and (min-width: 768px) {
    .styles_partners__zrAiW {
        gap:20px;
        margin-bottom: 60px
    }
}

@media screen and (min-width: 992px) {
    .styles_partners__zrAiW {
        grid-template-columns:repeat(5,1fr);
        grid-row-gap: 40px
    }
}

.styles_partner__qatCk {
    text-align: center;
    text-decoration: none;
    color: inherit
}

.styles_logoContainer__EFAU3 {
    height: 108px;
    padding: 16px;
    width: 100%;
    background-color: var(--white)
}

@media screen and (min-width: 768px) {
    .styles_logoContainer__EFAU3 {
        height:128px;
        padding: 24px
    }
}

.styles_logo__dxxLX {
    height: 100%;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.styles_partnerText__bsPo4 {
    line-height: 20px;
    margin-top: 12px;
    font-weight: 500
}

@media screen and (min-width: 768px) {
    .styles_partnerText__bsPo4 {
        margin-top:16px
    }
}

.styles_friendsDeskWrapper__GSRXy {
    display: none
}

@media screen and (min-width: 992px) {
    .styles_friendsDeskWrapper__GSRXy {
        display:grid;
        grid-template: auto/repeat(4,1fr);
        grid-gap: 1px;
        gap: 1px;
        border: 1px solid var(--dark-khaki);
        background-color: var(--dark-khaki)
    }
}

.styles_section__n5BVT {
    height: 660px;
    background-color: var(--dark-grey);
    background-image: url(/fundraising/hero_mobile.jpeg);
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat
}

@media screen and (min-width: 768px) {
    .styles_section__n5BVT {
        min-height:380px;
        max-height: 400px;
        height: calc(100vh - 120px);
        background-image: url(/fundraising/hero.jpeg);
        background-position: 100% 0
    }
}

@media screen and (min-width: 992px) {
    .styles_section__n5BVT {
        min-height:480px;
        max-height: 520px
    }
}

@media screen and (min-width: 1200px) {
    .styles_section__n5BVT {
        min-height:650px;
        max-height: 690px
    }
}

.styles_container__CXQxF {
    height: 100%
}

.styles_inner__YhZmL {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    max-width: 320px;
    padding: 48px 0;
    height: 100%
}

@media screen and (min-width: 768px) {
    .styles_inner__YhZmL {
        padding:0;
        max-width: none;
        margin: 0;
        width: 480px;
        align-items: flex-start;
        justify-content: center;
        gap: 48px
    }
}

@media screen and (min-width: 992px) {
    .styles_inner__YhZmL {
        width:560px
    }
}

@media screen and (min-width: 1200px) {
    .styles_inner__YhZmL {
        width:640px;
        font-size: 72px;
        gap: 110px
    }
}

.styles_title__obqCK {
    font-size: 36px;
    text-align: center;
    line-height: 1.1;
    font-weight: 900;
    text-transform: uppercase;
    color: #353827
}

@media screen and (min-width: 768px) {
    .styles_title__obqCK {
        text-align:left;
        font-size: 44px
    }
}

@media screen and (min-width: 992px) {
    .styles_title__obqCK {
        font-size:56px
    }
}

@media screen and (min-width: 1200px) {
    .styles_title__obqCK {
        font-size:72px
    }
}

@media screen and (min-width: 576px) {
    .styles_list__T2l2d {
        display:grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px
    }
}

@media screen and (min-width: 768px) {
    .styles_list__T2l2d {
        display:block
    }
}

.styles_item__jcpLk {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    background-color: var(--dark-khaki);
    margin-bottom: 20px
}

@media screen and (min-width: 768px) {
    .styles_item__jcpLk {
        flex-direction:row;
        margin-bottom: 32px;
        margin-bottom: 40px
    }
}

.styles_item__jcpLk.styles_closed__QuI6r {
    background-color: #d9d9d9
}

.styles_item__jcpLk.styles_closed__QuI6r .styles_subtitle__9TB9f,.styles_item__jcpLk.styles_closed__QuI6r .styles_title__m57FN {
    color: #909090
}

.styles_item__jcpLk.styles_closed__QuI6r .styles_image__YNtpa {
    filter: grayscale(1)
}

.styles_info__QMcP4 {
    padding: 16px;
    color: var(--white);
    box-sizing: content-box
}

@media screen and (min-width: 768px) {
    .styles_info__QMcP4 {
        padding:28px;
        flex-basis: 340px
    }
}

@media screen and (min-width: 992px) {
    .styles_info__QMcP4 {
        padding:40px;
        flex-basis: 460px
    }
}

.styles_imageContainer__FXQ5C {
    position: relative;
    background-color: var(--dark-grey);
    height: 200px
}

@media screen and (min-width: 768px) {
    .styles_imageContainer__FXQ5C {
        flex-basis:40%;
        height: auto
    }
}

.styles_image__YNtpa {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.styles_subtitle__9TB9f {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 8px
}

@media screen and (min-width: 768px) {
    .styles_subtitle__9TB9f {
        margin-bottom:16px;
        font-size: 16px;
        line-height: 20px
    }
}

@media screen and (min-width: 992px) {
    .styles_subtitle__9TB9f {
        margin-bottom:20px;
        font-size: 18px;
        line-height: 24px
    }
}

.styles_title__m57FN {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    margin: 0 0 20px
}

@media screen and (min-width: 768px) {
    .styles_title__m57FN {
        margin:0 0 24px;
        font-size: 20px;
        line-height: 24px
    }
}

@media screen and (min-width: 992px) {
    .styles_title__m57FN {
        margin:0 0 28px;
        font-size: 28px;
        line-height: 32px
    }
}

.styles_closedOverlay__Hedkg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(42,42,42,.6);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: var(--white)
}

.styles_closedTitle__SIUAg {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600
}

@media screen and (min-width: 768px) {
    .styles_closedTitle__SIUAg {
        font-size:24px;
        line-height: 28px
    }
}

@media screen and (min-width: 992px) {
    .styles_closedTitle__SIUAg {
        font-size:32px;
        line-height: 36px
    }
}

.styles_closedGoal__5OOjw {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 16px;
    background-color: var(--primary)
}

@media screen and (min-width: 768px) {
    .styles_closedGoal__5OOjw {
        padding:16px 20px
    }
}

.styles_goal__j094m {
    padding: 14px;
    background-color: #434730;
    display: inline-flex;
    align-items: start;
    margin-bottom: 28px
}

@media screen and (min-width: 768px) {
    .styles_goal__j094m {
        margin-bottom:32px;
        padding: 24px
    }
}

@media screen and (min-width: 992px) {
    .styles_goal__j094m {
        margin-bottom:40px;
        padding: 28px
    }
}

.styles_number__uwr7u {
    margin-left: 18px;
    font-size: 24px;
    line-height: 1;
    font-weight: 600
}

@media screen and (min-width: 768px) {
    .styles_number__uwr7u {
        font-size:36px;
        line-height: .8
    }
}

@media screen and (min-width: 992px) {
    .styles_number__uwr7u {
        font-size:52px
    }
}

.styles_item__iY9a8 {
    display: flex;
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #daddc4
}

.styles_item__iY9a8:last-child {
    border-bottom: none
}

@media screen and (min-width: 768px) {
    .styles_item__iY9a8 {
        padding-top:24px;
        padding-bottom: 24px;
        gap: 24px
    }

    .styles_item__iY9a8:last-child {
        border-bottom: 1px solid #daddc4
    }

    .styles_item__iY9a8:nth-child(odd) {
        padding-right: 52px
    }

    .styles_item__iY9a8:nth-child(2n) {
        padding-left: 52px
    }

    .styles_item__iY9a8:nth-child(-n+2) {
        padding-top: 0
    }

    .styles_item__iY9a8:nth-last-child(-n+2) {
        padding-bottom: 0;
        border: none
    }
}

@media screen and (min-width: 992px) {
    .styles_item__iY9a8 {
        padding-top:32px;
        padding-bottom: 32px;
        gap: 32px
    }
}

.styles_imageWrapper__NsvEk {
    flex: 0 0 52px
}

@media screen and (min-width: 768px) {
    .styles_imageWrapper__NsvEk {
        flex:0 0 68px
    }
}

@media screen and (min-width: 992px) {
    .styles_imageWrapper__NsvEk {
        flex:0 0 76px
    }
}

.styles_title__VHI8Y {
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 16px
}

@media screen and (min-width: 992px) {
    .styles_title__VHI8Y {
        font-size:24px
    }
}
