@charset "utf-8";
/* CSS Document */

/*  
     ⤵︎ =============  HEADER
*/
#header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    padding: 27px 0;
    background-color: transparent;
    z-index: 1030
}
#header.fixed {
    position: fixed;
    padding: 12px 0;
    background-color: rgba(0, 0, 0, 0.9);
}
#header .col.logo {
    flex: 0 0 240px;
}
#header .navbar-brand {
    margin-right: 0;
    padding: 0;
}
#header .navbar-brand img {
    display: block;
    -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
#header.shrink .navbar-brand img {
    width: 200px;
}
.navbar-expand-lg .offcanvas .offcanvas-body {
    padding: 0;
}
#header .navbar-nav {
    --bs-nav-link-font-weight: 400;
    --bs-nav-link-padding-y: 1rem;
    --bs-navbar-nav-link-padding-x: 20px;
    --bs-nav-link-font-size: 1em;
    width: 100%;
    flex-direction: row;
    letter-spacing: 0;
    -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
#header .navbar-nav .nav-item {
    position: relative;
}
#header .dropdown-toggle:after {
    display: none;
}
#header .navbar-nav .nav-link {
    color: #fff;
}
#header .navbar-nav a.nav-link:is(:hover, :active) {
    color: rgba(255, 255, 255, 0.9);
}
#header .dropdown-menu {
    --bs-dropdown-bg: #5F259F;
    --bs-dropdown-padding-x: 17px;
    --bs-dropdown-padding-y: 9px;
    --bs-dropdown-item-padding-x: 3px;
    --bs-dropdown-item-padding-y: 9px;
    --bs-dropdown-border-radius: 4px;
    --bs-dropdown-font-size: 1em;
    --bs-dropdown-link-color: #fff;
    --bs-dropdown-link-hover-color: rgba(255, 255, 255, 0.9);;
    --bs-dropdown-link-hover-bg: transparent;
    border: 0;
    box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.1);
}
#header .dropdown-item {
    font-weight: 400;
    font-size: 1em;
    white-space: normal;
}
#header .dropdown-item:hover {
    background: transparent;
}
#header .nav-search .dropdown-menu {
    --bs-dropdown-min-width: 423px;
    padding-top: 0;
}
#header .donate-btn {
    --bs-btn-padding-x: 1.5rem;
    width: 129px;
    margin-left: 20px;
    font-size: 17px;
}
#header a.donate-btn:is(:hover, :active) {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}
#header .nav-item .donate-btn {
     display: none;
}
#header.light-bg .navbar-nav .nav-link {
    color: #242424;
}
#header.light-bg .navbar-nav a.nav-link:is(:hover, :active) {
    color: #5F259F;
}
#header.light-bg.fixed {
    background-color: rgba(255, 255, 255, 0.95);
}
/*  
     ⤴︎ =============  end HEADER
*/
/*  
     ⤵︎ =============  HOMEPAGE
*/
#home-hero .swiper {
    width: 100%;
    height: 100%;
}
#home-hero .swiper-slide {
    position: relative;
    width: 100%;
    color: #fff;
}
#home-hero .swiper .container-fluid {
    position: relative;
    min-height: 100vh;
    min-height: 100dvh;
}
#home-hero .wrapper {
    max-width: 620px;
    padding: 220px 0;
}
#home-hero h2.slide-title {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 58px;
}
#home-hero .cta-btns {
    --bs-gutter-x: 8px;
    margin-top: 30px;
}
#home-hero .cta-btns .col {
    flex: 0 0 auto;
    width: auto;
}
#home-hero .cta-btns a.btn {
    min-width: 148px;
}
#home-hero .cta-btns a.btn:hover,
#home-hero .cta-btns a.btn:active {
    background-color: #5F259F;
    border-color: #5F259F;;
}
#home-hero .bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#home-hero .bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    background: -o-linear-gradient(187.95deg, rgba(0, 0, 0, 0) 55.31%, rgba(0, 0, 0, 0.3186) 66.06%, rgba(0, 0, 0, 0.59) 86.59%);
    background: linear-gradient(262.05deg, rgba(0, 0, 0, 0) 55.31%, rgba(0, 0, 0, 0.3186) 66.06%, rgba(0, 0, 0, 0.59) 86.59%);
}
#home-hero .bg:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: -o-linear-gradient(187.95deg, rgba(0, 0, 0, 0) 55.31%, rgba(0, 0, 0, 0.3186) 66.06%, rgba(0, 0, 0, 0.59) 86.59%);
    background: linear-gradient(262.05deg, rgba(0, 0, 0, 0) 55.31%, rgba(0, 0, 0, 0.3186) 66.06%, rgba(0, 0, 0, 0.59) 86.59%);
    content: '';
}
#home-hero .bg .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.29);
    content: '';
}
#home-hero article.box {
    position: absolute;
    top: -208px;
    right: calc(var(--bs-gutter-x) * .5);
    z-index: 9;
    width: 375px;
}
#home-hero article.box a {
    display: block;
    padding: 10px;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
}
#home-hero article.box a:is(:hover, :active) {
    background-color: rgba(255, 255, 255, 0.15);
}
#home-hero article.box .row {
    --bs-gutter-x: 20px;
}
#home-hero article.box .col:first-child {
    flex: 0 0 150px;
}
#home-hero article.box .col:last-child {
    width: auto;
    max-width: 220px;
}
#home-hero article.box h3 {
    margin-bottom: 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}
#home-hero article.box h2 {
    margin: 12px 0;
    font-size: 1.25em;
    line-height: 1.2;
    font-weight: 700;
}
#home-hero article.box time {
    color: rgba(255, 255, 255, 0.8);
}
.purple-bg {
    background-color: #5F259F;
    color: #fff;
}
.white-bg {
    background-color: #fff;
}
#home-intro {
    background-color: #000;
    text-align: center;
}
#home-intro .purple-bg {
    padding: 168px 0;
    border-top-left-radius: var(--section-radius-1);
}
#home-intro .container-fluid {
    max-width: 760px;
}
#home-intro h2.section-title {
    margin-bottom: 12px;
    font-size: var(--title-size-1);
}
#home-intro p {
    max-width: 450px;
    margin: 0 auto 1rem;
    font-size: 1.125em;
}
#home-intro p:last-of-type {
    margin-bottom: 0;
}
.grp_sections {
    background-color: #5F259F;
}
.grp_sections .white-bg {
    padding-top: 132px;
    border-top-left-radius: var(--section-radius-2);
    border-bottom-left-radius: var(--section-radius-2);
}
.grp_sections .container-fluid {
    --bs-gutter-x: 112px;
    max-width: 1454px;
}
.grp_sections .item.row {
    --bs-gutter-x: 112px;
    padding-bottom: 180px;
    flex-wrap: nowrap;
}
.grp_sections .item .col:last-child {
    flex: 0 0 42%;
}
.grp_sections .item .col:first-child {
    flex: 0 0 58%;
    max-width: 792px;
}
.grp_sections .item:nth-child(2n+1) .col:first-child img {
    border-top-left-radius: var(--section-radius-2);
}
.grp_sections .item:nth-child(2n+2) .col:first-child img {
    border-top-right-radius: var(--section-radius-2);
}
.grp_sections .item:nth-child(2n+2) .col:last-child {
    text-align: right;
}
.grp_sections .item .wrapper {
    display: inline-block;
    max-width: 362px;
}
.grp_sections .item h2.title {
    margin-bottom: 1.25rem;
    font-size: 4.5em;
    line-height: 1;
}
.grp_sections .item:nth-child(2n+2) .col:first-child {
    text-align: right;
}
.grp_sections .item p {
    margin-bottom: 1.25rem;
    font-size: 1.125em;
}
.grp_sections .item .cta a.btn {
    margin-top: 12px;
    min-width: 202px;
}
.donate-sctn .purple-bg {
    padding: 66px 0;
    border-bottom-left-radius: var(--section-radius-2);
    text-align: center;
}
.donate-sctn h2.section-title {
    margin-bottom: 1.125rem;
    font-size: var(--title-size-1);
}
.donate-sctn p {
    font-size: 1.125em;
}
.donate-sctn .mb {
    display: none;
}
.donate-sctn .row {
    --bs-gutter-x: 26px;
    padding: 30px 0 30px;
}
.donate-sctn .row .col {
    padding-bottom: var(--bs-gutter-x);
}
.donate-sctn article {
    padding: 28px 15%;
    background-color: #fff;
    border-radius: 8px;
    color: #000;
}
.donate-sctn article .img,
.donate-sctn article .wrapper {
    padding-bottom: 1.5rem;
}
.donate-sctn article .img {
    max-width: 196px;
    margin: auto;
}
.donate-sctn article p {
    font-size: 1em;
}
.donate-sctn a.cta {
    min-width: 378px;
}
.events-carousel-sctn {
    padding: 84px 0 112px;
}
.events-carousel-sctn .container-fluid,
.news-carousel-sctn .container-fluid {
    position: relative;
}
.events-carousel-sctn .swiper,
.news-carousel-sctn .swiper {
    padding-left: calc((100% - (1408px - var(--bs-gutter-x))) / 2);
}
.events-carousel-sctn h2.section-title {
    padding-right: 112px;
    margin-bottom: 36px;
    font-size: var(--title-size-2);
}
.events-carousel-sctn .swiper-slide {
    width: 668px;
}
.events-carousel-sctn article a {
    --bs-link-color: #000;
    --bs-link-hover-color: #5F259F;
    display: block;
    padding: 24px;
    border-radius: 4px;
    background-color: #EEE;
    -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.events-carousel-sctn article a:is(:hover, :active) {
    background-color: #f5f4f4;
}
.events-carousel-sctn article .row {
    --bs-gutter-x: 2rem;
}
.events-carousel-sctn article .col:first-child {
    flex: 0 0 64.7%;
}
.events-carousel-sctn article .col:last-child {
    position: relative;
    flex: 0 0 35.3%;
}
.events-carousel-sctn article .img {
    position: relative;
    width: 100%;
    height: 100%;
}
.events-carousel-sctn article .img img {
    border-radius: 4px;
     -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.events-carousel-sctn article a:is(:hover, :active) .img img {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}
.events-carousel-sctn article h3 {
    max-width: 306px;
    padding-bottom: 80px;
    font-size: var(--title-size-2);
    font-weight: 500;
}
.events-carousel-sctn article p.location,
.events-carousel-sctn article time {
    font-size: 1.125em;
    color: #000;
}
.events-carousel-sctn article p.location {
    margin-bottom: 3px;
    font-size: 1.125em;
    font-weight: 500;
}
.events-carousel-sctn article time {
    display: block;
    margin-bottom: 6px;
}
.events-carousel-sctn .swiper-button-next,
.events-carousel-sctn .swiper-button-prev,
.news-carousel-sctn .swiper-button-next,
.news-carousel-sctn .swiper-button-prev,
.supporters-carousel-sctn .swiper-button-next,
.supporters-carousel-sctn .swiper-button-prev,
.lifebeat-history .thumbs .swiper-button-next,
.lifebeat-history .thumbs .swiper-button-prev,
.states-sctn .swiper-button-next,
.states-sctn .swiper-button-prev {
    top: -4px;
    margin-top: 0;
    width: 66px;
    height: 42px;
    border: 1px solid #716E6A;
    border-radius: 24px;
    -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.events-carousel-sctn .swiper-button-next:hover,
.events-carousel-sctn .swiper-button-prev:hover,
.news-carousel-sctn .swiper-button-next:hover,
.news-carousel-sctn .swiper-button-prev:hover,
.supporters-carousel-sctn .swiper-button-next:hover,
.supporters-carousel-sctn .swiper-button-prev:hover,
.lifebeat-history .thumbs .swiper-button-next:hover,
.lifebeat-history .thumbs .swiper-button-prev:hover,
.states-sctn .swiper-button-next:hover,
.states-sctn .swiper-button-prev:hover {
    border-color: #5F259F;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}
.events-carousel-sctn .swiper-button-next,
.news-carousel-sctn .swiper-button-next,
.supporters-carousel-sctn .swiper-button-next {
    right: calc(var(--bs-gutter-x) / 2);
}
.events-carousel-sctn .swiper-button-prev,
.news-carousel-sctn .swiper-button-prev,
.supporters-carousel-sctn .swiper-button-prev {
    right: calc((var(--bs-gutter-x) / 2) + 66px + 6px);
    left: auto;
}
.events-carousel-sctn .swiper-button-next:after,
.events-carousel-sctn .swiper-button-prev:after,
.news-carousel-sctn .swiper-button-next:after,
.news-carousel-sctn .swiper-button-prev:after,
.supporters-carousel-sctn .swiper-button-next:after,
.supporters-carousel-sctn .swiper-button-prev:after,
.lifebeat-history .thumbs .swiper-button-next:after,
.lifebeat-history .thumbs .swiper-button-prev:after,
.states-sctn .swiper-button-next:after,
.states-sctn .swiper-button-prev:after {
    width: 66px;
    height: 42px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px auto;
    content: ' ';
}
.events-carousel-sctn .swiper-button-next:after,
.news-carousel-sctn .swiper-button-next:after,
.supporters-carousel-sctn .swiper-button-next:after,
.lifebeat-history .thumbs .swiper-button-next:after,
.states-sctn .swiper-button-next:after {
    background-image: url(../images/icon-arrow-right.svg);
}
.events-carousel-sctn .swiper-button-prev:after,
.news-carousel-sctn .swiper-button-prev:after,
.supporters-carousel-sctn .swiper-button-prev:after,
.lifebeat-history .thumbs .swiper-button-prev:after,
.states-sctn .swiper-button-prev:after {
    background-image: url(../images/icon-arrow-left.svg);
}
.news-carousel-sctn {
    padding-bottom: 82px;
}
.news-carousel-sctn h2.section-title {
    padding-right: 112px;
    font-size: var(--title-size-2);
}
.news-carousel-sctn .swiper-slide {
    width: 432px;
    padding-top: 36px;
    padding-bottom: 30px;
}
.news-carousel-sctn article a {
    --bs-link-color: #fff;
    --bs-link-hover-color: #fff;
    display: block;
    border-radius: 4px;
    background-color: #5F259F;
    -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.news-carousel-sctn article a:is(:hover, :active) {
    background-color: #000;
}
.news-carousel-sctn article .wrapper {
    padding: 24px 24px 48px;
}
.news-carousel-sctn article .row {
    --bs-gutter-x: 1.5rem;
    padding-bottom: 48px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
}
.news-carousel-sctn article .col {
    flex: 0 0 auto;
    width: auto;
}
.news-carousel-sctn article h3 {
    max-width: 348px;
    font-size: var(--title-size-2);
    font-weight: 500;
    line-height: 1.2;
}
.news-carousel-sctn article .img {
    position: relative;
    width: 100%;
    padding-top: 73.15%;
}
.news-carousel-sctn article .img img {
    -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.news-carousel-sctn article a:is(:hover, :active) .img img {
   box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}
.news-carousel-sctn article .img img {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
/*
     ⤴︎ =============  end HOMEPAGE
*/
/*
     ⤵︎ =============  STORY
*/
.story-pg {
    --story-sctn-marg: 196px;
}
.story-pg .hero {
    position: relative;
    width: 100%;
    min-height: calc(100vh + var(--story-sctn-marg));
    min-height: calc(100dvh + var(--story-sctn-marg));
    color: #fff;
}
.story-pg .hero .container-fluid {
    padding: calc(var(--story-sctn-marg) + 30px) calc(var(--bs-gutter-x) * .5);
}
.story-pg .hero img.quote {
    position: absolute;
    top: 0;
    left: calc(var(--bs-gutter-x) * .5);
}
.story-pg .hero blockquote {
    position: relative;
    max-width: 522px;
    padding-left: 84px;
}
.story-pg .hero blockquote p {
    font-size: 2.25em;
    line-height: 1.1;
    font-weight: 500;
}
.story-pg .hero blockquote footer {
    padding-top: 24px;
    font-size: 1.125em;
}
.story-pg .hero .bg:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0);
    content: '';
}
.story-pg .hero .bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
}
.feat-story {
    position: relative;
    margin-top: calc(var(--story-sctn-marg) * -1);
    background-color: transparent;
}
.feat-story .purple-bg {
    border-top-left-radius: var(--section-radius-1);
}
.feat-story .container-fluid {
    max-width: 1408px;
    padding-top: var(--bs-gutter-x);
}
.feat-story .item.row {
    --bs-gutter-x: 78px;
    padding-bottom: 118px;
}
.feat-story .item .col:first-child {
    flex: 0 0 53%;
    max-width: 758px;
}
.feat-story .item .col:last-child {
    flex: 0 0 47%;
}
.feat-story .item .wrapper {
    max-width: 490px;
}
.feat-story .item p {
    font-size: 2.25em;
    line-height: 1.1;
    font-weight: 700;
}
.feat-story .item p:last-of-type {
    margin-bottom: 0;
}
.feat-story .concl.item .wrapper {
    display: block;
    max-width: 862px;
    padding-top: 48px;
    padding-bottom: 164px;
    text-align: center;
}
.feat-story .concl.item p {
    font-size: 2.375em;
    font-weight: 500;
}
.feat-story .concl.item a.btn {
    --bs-btn-hover-bg: #EE2737;
    --bs-btn-hover-border-color: #EE2737;
    --bs-btn-active-bg: #EE2737;
    --bs-btn-active-border-color: #EE2737;
    margin-top: 48px;
}
.timeline {
    position: relative;
    background-color: #5F259F;
}
.timeline .white-bg {
    position: relative;
    border-top-left-radius: var(--section-radius-2);
}
.timeline .top-entries:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    top: -96px;
    width: 1px;
    background-color: #D9D9D9;
    content: '';
}
.timeline .top-entries {
    position: relative;
    padding-top: 184px;
}
.timeline .container-fluid {
    max-width: 1014px;
}
.timeline .top-entries .item {
    position: relative;
    padding-bottom: 128px;
}
.timeline .top-entries .item:nth-child(2n+1) {
    text-align: right;
}
.timeline .top-entries .item time {
    position: relative;
    display: block;
    font: 400 132px/1em "Merriweather", serif;
    color: #EE2B37;
    text-align: center;
}
.timeline .top-entries .item .row {
    --bs-gutter-x: 136px;
    margin-top: -36px;
}
.timeline .top-entries .item:nth-child(2n+1) .col:first-child {
    order: 2;
}
.timeline .top-entries .item:nth-child(2n+1) .col:last-child {
    order: 1;
}
.timeline .top-entries .item .wrapper {
    display: inline-block;
    max-width: 412px;
}
.timeline .top-entries .item p {
    font-size: 1.5em;
    line-height: 1.2;
    font-weight: 500;
}
.timeline .top-entries .item p:last-of-type {
    margin-bottom: 0;
}
.timeline .entries .container-fluid {
    padding-top: 78px;
    padding-bottom: 48px;
    text-align: center;
}
.timeline .entries .container-fluid h2 {
    margin-bottom: 18px;
    font-size: 3.625em;
    font-weight: 500;
}
.timeline .entries .container-fluid p {
    font-size: 1.125em;
}
.timeline .entries .outer-wrapper {
    width: 100%;
    overflow: auto;
}
.timeline .entries .outer-wrapper::-webkit-scrollbar {
    width: 10px;
}
.timeline .entries .outer-wrapper::-webkit-scrollbar-track {
    background: rgba(0,0,0,.15);
}
.timeline .entries .outer-wrapper::-webkit-scrollbar-thumb {
    background: #ed2737;
}
.timeline .entries .item:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 296px;
    height: 2px;
    background-color: #EE2737;
    content: '';
}
.timeline .entries .item.col {
    position: relative;
    padding: 196px 184px 46px;
    flex: 0 0 auto;
    width: auto;
    max-width: inherit;
}
.timeline .entries .item.col:last-child {
    padding-right: 96px;
}
.timeline .entries .item .row {
    --bs-gutter-x: 108px;
}
.timeline .entries ul li {
    width: 412px;
    margin-bottom: 18px;
}
.timeline .entries time {
    display: block;
    margin-bottom: 30px;
    font-size: 96px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -.03em;
}
.timeline .entries .img {
    max-width: 366px;
    margin-top: -276px;
    text-align: center;
}
.timeline .entries .img p {
    text-align: left;
    color: #706e6a;
    font-style: italic;
}
.timeline .entries .img img {
    height: 232px;
    width: auto;
    margin-bottom: 44px;
    border-radius: 4px;
}
/*
     ⤴︎ =============  end STORY
*/
/*
     ⤵︎ =============  BLOG
*/
.blog-pg #main {
    padding: 196px 0 120px;
}
.feat-blog-post a {
    display: block;
    color: #fff;
}
.feat-blog-post .text {
    width: 50%;
    background-color: #5F259F;
}
.feat-blog-post .img {
    position: relative;
    width: 50%;
    border-top-left-radius: var(--section-radius-2);
    overflow: hidden;
    background-color: #5F259F;
}
.feat-blog-post a.wrapper {
    padding: 7.2% 10.5% 7.2% 8.5%;
}
.feat-blog-post time {
    display: block;
    margin-bottom: 22px;
}
.feat-blog-post time,
.feat-blog-post p {
    font-size: 1.125em;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.feat-blog-post h2 {
    margin-bottom: 32px;
    font-size: 2.625em;
    font-weight: 700;
    line-height: 1.1;
}
.feat-blog-post a .btn {
    margin-top: 36px;
}
.feat-blog-post a:hover .btn {
    background-color: #fff;
    border-color: #fff;
    color: #000;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.feat-blog-post a:hover p {
    color: rgba(255, 255, 255, 0.8);
}
.post-entries {
    padding-top: 98px;
}
.post-entries h2.title {
    padding-bottom: 45px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 2em;
    line-height: 1.1;
}
.post-entry {
    padding: 60px 0;
    border-top: 1px solid #D9D9D9;
}
.post-entry .row {
    --bs-gutter-x: 80px;
}
.post-entry .col:first-child {
    flex: 0 0 544px;
}
.post-entry .col:last-child {
    flex: 1 0 0%;
    max-width: 655px;
}
.post-entry .img {
    position: relative;
    display: block;
    padding-top: 68.2%;
}
.post-entry .img img {
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.post-entry .img:is(:hover, :active) img {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.post-entry a {
    display: block;
    color: #000;
}
.post-entry a time {
    display: block;
    margin-bottom: 12px;
    font-weight: 500;
    font-family: "Plus Jakarta Sans", 'Helvetica Neue LT Pro', Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.9);
}
.post-entry a h3 {
    margin-bottom: 18px;
    font-weight: 500;
    font-size: 2em;
    line-height: 1.2;
}
.post-entry a:is(:hover, :active) h3 {
    color: #5F259F;
}
.post-entry a p {
    margin-bottom: 2rem;
    font-weight: 400;
    font-size: 1.125em;
}
.post-entry a:is(:hover, :active) .btn {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.post-entries .more {
    padding-top: 60px;
    text-align: center;
}
.post-entries .more a.btn {
    min-width: 230px;
}
/*
     ⤴︎ =============  end BLOG
*/
/*
     ⤵︎ =============  BLOG POST
*/
.blog-post-pg #main {
    padding-top: 145px;
}
.blog-post-pg .all-posts a {
    --bs-link-color: #716E6A;
    --bs-link-hover-color: #5F259F;
    display: inline-block;
    margin-bottom: 72px;
    padding: 12px 0 12px 84px;
}
.blog-post-pg .all-posts a .arrow {
    display: block;
    width: 66px;
    height: 42px;
    margin-bottom: 66px;
    border: 1px solid #716E6A;
    border-radius: 24px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.blog-post-pg .all-posts a:is(:hover, :active) .arrow {
    border-color: #5F259F;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}
.blog-post-pg .all-posts a .arrow:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/icon-arrow-left.svg) no-repeat center center / 10px auto;
    content: ' ';
}
.blog-post .container-fluid {
    max-width: 984px;
    padding-bottom: 108px;
    font-size: 1.125em;
}
.blog-post header {
    padding-bottom: 60px;
}
.blog-post header .col:first-child {
    flex: 1 0 0%;
    width: auto;
}
.blog-post header .col:last-child {
    flex: 0 1 0%;
    width: auto;
}
.blog-post header h1,
.blog-post header h2 {
    max-width: 522px;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 2.33em;
    line-height: 1.1;
}
.blog-post header time {
    display: block;
    padding-top: 6px;
    white-space: nowrap;
}
.blog-post .m-img {
    padding-bottom: 72px;
}
.blog-post h2,
.blog-post h3,
.blog-post h4,
.blog-post h5,
.blog-post h6 {
    margin-bottom: 2.25rem;
    font-weight: 500;
}
.blog-post h3 {
    font-weight: 500;
    font-size: 1.44em;
}
.blog-post h4 {
    font-weight: 500;
    font-size: 1.22em;
}
.blog-post h5 {
    font-weight: 600;
    font-size: 1.11em;
}
.blog-post h6 {
    font-weight: 700;
    font-size: 0.88em;
}
.blog-post p,
.blog-post ul,
.blog-post ol {
    margin-bottom: 1.5rem;
}
.blog-post figure {
    display: block;
    max-width: 692px;
    margin: 78px auto 90px;
}
.blog-post figure img {
    border-radius: 4px;
}
.blog-post figure iframe {
    display: block;
    max-width: 100%;
}
.blog-post figcaption {
    padding-top: 12px;
    font-family: "Plus Jakarta Sans", 'Helvetica Neue LT Pro', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0;
    color: rgba(0, 0, 0, 0.7);
}
.blog-post figure .row {
    --bs-gutter-x: 18px;
}
.blog-post footer {
    padding-top: 25px;
    margin-top: 60px;
    border-top: 1px solid #D9D9D9;
}
.blog-post footer .share .row {
    --bs-gutter-x: 16px;
}
.blog-post footer .share .col {
    flex: 0 0 auto;
    width: auto;
    padding-bottom: calc(var(--bs-gutter-x) * .5);
}
.blog-post footer .share a:is(:hover, :active) {
    opacity: 0.9;
}
.blog-post footer .author {
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.6);
}
.blog-post-pg .next-post .container-fluid {
    max-width: 984px;
    padding-bottom: 108px;
}
.next-post .feat-blog-post a.wrapper {
    padding: 45px 24px 32px 41px;
}
.next-post .feat-blog-post p {
    margin-bottom: 18px;
}
.next-post .feat-blog-post a .btn {
    margin-top: 12px;
}
/*
     ⤴︎ =============  end BLOG POST
*/
/*
     ⤵︎ =============  EVENTS
*/
.events-pg #main {
    padding: 214px 0 130px;
    background: url(../images/page-bg.svg) no-repeat top 258px center / 15000px auto;
}
.events-pg .intro {
    padding-bottom: 72px;
}
.events-pg .intro h2.section-title {
    margin-bottom: 1.5rem;
    font-size: var(--title-size-3);
}
.events-pg .intro p {
    max-width: 455px;
    font-size: 1.125em;
}
.events-entry {
    margin-bottom: 72px;
    padding: 45px 45px 45px 47px;
    background-color: #eee;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
}
.events-entry .row {
    --bs-gutter-x: 82px;
}
.events-entry .col:first-child {
    flex: 1 0 0%;
    width: auto;
}
.events-entry .col:last-child {
    flex: 0 0 44.9%;
}
.events-entry .img {
    position: relative;
    display: block;
    padding-top: 80.5%;
}
.events-entry .img img {
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.events-entry a {
    display: block;
    color: #000;
}
.events-entry header.row {
    --bs-gutter-x: 3rem;
    padding-bottom: 72px;
}
.events-entry header .col:first-child {
    flex: 0 0 180px;
}
.events-entry header .col:last-child {
    flex: 1 0 0%;
    width: auto;
}
.events-entry header .day {
    display: block;
    font-weight: 500;
    font-size: 98px;
    line-height: 0.8;
    color: #EE2737;
}
.events-entry header .month {
    display: block;
    padding-top: 0.75em;
    font-weight: 700;
    text-transform: uppercase;
}
.events-entry header .time {
    font-size: 14px;
    text-transform: uppercase;
}
.events-entry header h3 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 2.625em;
}
.events-entry p {
    max-width: 604px;
    margin-bottom: 0;
    font-size: 1.125em;
}
.events-entry a .btn {
    min-width: 174px;
    margin-top: 35px;
}
.events-entry a:is(:hover, :active) .btn {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.events-entry a:is(:hover, :active) h3 {
    color: #5F259F;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.events-entry a.img:is(:hover, :active) img {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}
.events-pg #main .more .btn {
    min-width: 230px;
}
/*
     ⤴︎ =============  end EVENTS
*/
/*
     ⤵︎ =============  SINGLE EVENT
*/
.single-event .container-fluid {
    max-width: 1206px;
    padding-top: 226px;
    padding-bottom: 160px;
}
.single-event header .col {
    padding-bottom: 42px;
}
.single-event header .col:last-child {
    flex: 0 0 auto;
    width: auto;
    text-align: right;
}
.single-event header h1 {
    max-width: 540px;
    font-size: 2.625em;
    font-weight: 700;
}
.single-event header .date {
    display: block;
    padding-bottom: 12px;
    font-size: 2.625em;
    line-height: 1.1;
    font-weight: 500;
    color: #EE2737;
}
.single-event header address,
.single-event header .time {
    font-size: 1.125em;
}
.single-event header .time {
    padding-top: 18px;
}
.single-event .feat-img {
    margin-bottom: 80px;
    border-radius: 10px;
}
.single-event .body .col:first-child {
    flex: 1 0 0%;
    max-width: 702px;
    font-size: 1.125em;
}
.single-event .body .col:last-child {
    flex: 0 0 30%;
}
.single-event .body .col:first-child p,
.single-event .body .col:first-child ul,
.single-event .body .col:first-child ol {
    margin-bottom: 1.5rem;
}
.single-event .body .item {
    padding-bottom: 48px;
}
.single-event .body .item h5 {
    margin-bottom: 0.875em;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1em;
}
.single-event .body .item ul {
    font-size: 1.5em;
    font-weight: 500;
}
/*
     ⤴︎ =============  end SINGLE EVENT
*/
/*
     ⤵︎ =============  LIFEBEAT
*/
.lifebeat-pg {
    --lifebeat-sctn-marg: 196px;
}
.lifebeat-pg .hero {
    position: relative;
    width: 100%;
    min-height: calc(100vh + var(--lifebeat-sctn-marg));
    min-height: calc(100dvh + var(--lifebeat-sctn-marg));
    color: #fff;
    text-align: center;
}
.lifebeat-pg .hero .container-fluid {
    max-width: 532px;
    padding: 120px calc(var(--bs-gutter-x) * .5) calc(var(--lifebeat-sctn-marg) + 60px);
}
.lifebeat-pg .hero .bg:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.29);
    content: '';
}
.lifebeat-pg .hero .logo {
    padding-bottom: 20px;
}
.lifebeat-pg .hero h2 {
    margin-bottom: 12px;
    font-size: 1.5em;
    line-height: 1.5;
    font-weight: 500;
}
.lifebeat-pg .hero p {
    font-size: 1.225em;
    font-weight: 500;
}
.lifebeat-pg .intro {
    position: relative;
    margin-top: calc(var(--lifebeat-sctn-marg) * -1);
    text-align: center;
}
.lifebeat-pg .intro .purple-bg {
    padding: 92px 0;
    border-top-left-radius: var(--section-radius-1);
}
.lifebeat-pg .intro .container-fluid {
    max-width: 840px;
}
.lifebeat-pg .intro .section-title-1 {
    margin-bottom: 1.25rem;
    font-size: var(--title-size-1);
}
.lifebeat-pg .intro p {
    max-width: 480px;
    margin: auto auto 1.5rem;
    font-size: 1.125em;
}
.lifebeat-pg .intro a.cta {
    min-width: 152px;
    margin-top: 6px;
}
.lifebeat-history {
    background-color: #5F259F;
    text-align: center;
}
.lifebeat-history .white-bg {
    padding: 92px 0 120px;
    border-top-left-radius: var(--section-radius-1);
    border-bottom-right-radius: var(--section-radius-2);
}
.lifebeat-history .container-fluid {
    max-width: 875px;
}
.lifebeat-pg .section-title-2 {
    font-size: var(--title-size-3);
}
.lifebeat-history .section-title-2 {
    margin-bottom: 2rem;
}
.lifebeat-history p {
    font-size: 1.125em;
}
.lifebeat-history .main .img {
    position: relative;
    width: 386px;
    height: 386px;
    margin: 78px auto auto;
}
.lifebeat-history .main h4 {
    margin: 30px 0 0;
    font-size: 2em;
    font-weight: 500;
}
.lifebeat-history .thumbs {
    padding-top: 88px;
}
.lifebeat-history .thumbs .swiper-slide {
    width: 160px;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 52px;
    cursor: pointer;
}
.lifebeat-history .thumbs .img {
    position: relative;
    width: 100%;
    padding-top: 120%;
}
.lifebeat-history .thumbs p {
    padding: 12px 0 16px;
    margin-bottom: 0;
    border-bottom: 5px solid transparent;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.lifebeat-history .thumbs .swiper-slide:hover p {
    border-bottom-color: #000;
}
.lifebeat-history .thumbs .swiper-button-next,
.lifebeat-history .thumbs .swiper-button-prev {
    top: 0;
}
.lifebeat-history .thumbs .swiper-button-next {
    right: 2.25rem;
}
.lifebeat-history .thumbs .swiper-button-prev {
    left: 2.25rem;
}
.lifebeat-pg .info {
    padding: 114px 0 60px;
}
.lifebeat-pg .info .row {
    justify-content: space-between;
}
.lifebeat-pg .info .col:first-child {
    flex: 0 0 35%;
    max-width: 452px;
}
.lifebeat-pg .info .col:last-child {
    flex: 0 0 60%;
    max-width: 793px;
}
.lifebeat-pg .info h2.section-title-2 {
    margin-bottom: 1.875rem;
}
.lifebeat-pg .info p {
    font-size: 1.125em;
}
.lifebeat-pg .info a.cta {
    display: block;
    max-width: 280px;
    margin-top: 2.5rem;
}
.lifebeat-pg .info .item {
    padding: 38px 0;
    border-bottom: 1px solid rgba(217, 217, 217, 0.2);
}
.lifebeat-pg .info .item:first-of-type {
    padding-top: 24px;
}
.lifebeat-pg .info .item:last-of-type {
    border-bottom: 0;
}
.lifebeat-pg .info .item .col:first-child {
    flex: 1 0 0%;
    max-width: none;
}
.lifebeat-pg .info .item .col:last-child {
    max-width: 456px;
}
.lifebeat-pg .info .item h4 {
    font-size: 1.5em;
    line-height: 1.2;
    font-weight: 500;
}
.lifebeat-pg .info .item p:last-of-type {
    margin-bottom: 0;
}
.lifebeat-pg .supporters-carousel-sctn .white-bg {
    border-bottom-right-radius: 0;
}
.lifebeat-pg .supporters-carousel-sctn .container-fluid .wrapper {
    max-width: 670px;
}
.lifebeat-pg .supporters-carousel-sctn .container-fluid .section-title-2 {
    margin-bottom: 1.5rem;
}
.lifebeat-pg .supporters-carousel-sctn .container-fluid p {
    font-size: 1.125em;
}
.lifebeat-pg .supporters-carousel-sctn .container-fluid p:last-of-type {
    margin-bottom: 0;
}
.lifebeat-pg .supporters-carousel-sctn .swiper {
    padding-top: 84px;
}
.lifebeat-pg .supporters-carousel-sctn article a .title {
    position: relative;
    padding-left: 72px;
    padding-bottom: 6px;
    margin-top: 1.5rem;
}
.lifebeat-pg .supporters-carousel-sctn article a .title .lbt-badge {
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
}
.lifebeat-pg .supporters-carousel-sctn article a h3 {
    padding-top: 0;
}
.lifebeat-pg .events-carousel-sctn {
    padding: 0;
    background-color: #5F259F;
}
.lifebeat-pg .events-carousel-sctn .white-bg {
    padding: 144px 0 120px;
    border-top-left-radius: var(--section-radius-1);
    border-bottom-right-radius: var(--section-radius-2);
    overflow-x: hidden;
}
.lifebeat-pg .events-carousel-sctn .logos {
    padding-top: 92px;
}
.lifebeat-pg .events-carousel-sctn .logos h5 {
    margin-bottom: 36px;
    font-size: 1.25em;
    color: #181818;
    text-align: center;
}
.lifebeat-pg .events-carousel-sctn .logos .row {
    --bs-gutter-x: 42px;
}
.lifebeat-pg .events-carousel-sctn .logos .col {
    flex: 0 0 auto;
    width: auto;
    max-width: 33.333%;
    padding-bottom: var(--bs-gutter-x);
}
/*
     ⤴︎ =============  end LIFEBEAT
*/
/*
     ⤵︎ =============  LIFEBEAT ABOUT
*/
.lifebeat-about .intro {
    padding: 204px 0 312px;
    background: url(../images/page-bg-2.svg) no-repeat bottom center / 8192px auto;
}
.lifebeat-about .intro .col:first-child {
    flex: 0 0 45%;
    max-width: 560px;
    text-align: right;
}
.lifebeat-about .intro .col:last-child {
    flex: 0 0 51%;
    max-width: 680px;
}
.lifebeat-about .intro .wrapper {
    display: inline-block;
    max-width: 462px;
}
.lifebeat-about .section-title {
    font-size: var(--title-size-3);
    font-weight: 500;
}
.lifebeat-about .intro h2.section-title {
    margin-bottom: 2rem;
}
.lifebeat-about .intro p {
    margin-bottom: 2rem;
    font-size: 1.5em;
    font-weight: 500;
}
.lifebeat-about .intro .col:last-child img {
    border-top-right-radius: var(--section-radius-2);
}
.lifebeat-about .intro a.cta {
    min-width: 136px;
}
.lifebeat-about .history {
    background-color: #5F259F;
}
.lifebeat-about .history .white-bg {
    padding-top: 144px;
    border-bottom-right-radius: var(--section-radius-2);
}
.lifebeat-about .history .outer-wrapper {
    max-width: 390px;
}
.lifebeat-about .history h3.section-title {
    margin-bottom: 1.5rem;
}
.lifebeat-about .history p {
    font-size: 1.125em;
}
.lifebeat-about .history .col:nth-child(1) {
    flex: 0 0 24.8%;
}
.lifebeat-about .history .col:nth-child(2) {
    flex: 0 0 26%;
}
.lifebeat-about .history .col:nth-child(3) {
    flex: 0 0 27.8%;
}
.lifebeat-about .history .col:nth-child(4) {
    flex: 1 0 0%;
    width: auto;
}
.lifebeat-about .history .row {
    margin-top: -300px;
}
.lifebeat-about .history .col {
    border-left: 1px solid #EE2737;
}
.lifebeat-about .history .col:nth-child(1) {
    height: 282px;
}
.lifebeat-about .history .col:nth-child(2) {
    height: 448px;
}
.lifebeat-about .history .col:nth-child(3) {
    height: 620px;
}
.lifebeat-about .history .col:nth-child(4) {
    height: 744px;
}
.lifebeat-about .history .value {
    position: relative;
    padding-left: 24px;
    padding-bottom: 3px;
    margin-bottom: 84px;
}
.lifebeat-about .history .value .num {
    font-size: 92px;
    line-height: 1.1;
    color: #EE2B37;
}
.lifebeat-about .history .value p {
    max-width: 207px;
    font-size: 1.375em;
    font-weight: 500;
}
.lifebeat-about .history .value .line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -12px;
    width: 5px;
    background-color: #EE2B37;
}
.about-members-sctn {
    padding: 108px 0 132px;
}
.about-members-sctn .row {
    justify-content: space-between;
}
.about-members-sctn .main {
    flex: 0 0 auto;
    width: 44%;
}
.about-members-sctn .members {
    flex: 0 0 auto;
    width: 56%;
    max-width: 724px;
}
.about-members-sctn .member.selected {
    max-width: 340px;
    margin-top: 72px;
}
.about-members-sctn .member .img {
    position: relative;
    overflow: hidden;
}
.about-members-sctn .member.selected .img {
    margin-bottom: 24px;
    padding-top: 120.8%;
    border-top-left-radius: 160px;
}
.about-members-sctn .member h4 {
    font-weight: 500;
}
.about-members-sctn .member.selected h4 {
    margin-bottom: 9px;
    font-size: 1.5em;
}
.about-members-sctn .member.selected p.jb,
.about-members-sctn .member.selected p.prns {
    margin-bottom: 1.5rem;
    font-size: 1em;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.6);
}
.about-members-sctn .member.selected p {
    font-size: 1.125em;
}
.about-members-sctn .member.selected p a {
    color: #fff;
    text-decoration: underline;
}
.about-members-sctn .member.selected p a:is(:hover, :active) {
    text-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
}
.about-members-sctn .members .swiper-wrapper {
    flex-wrap: wrap;
}
.about-members-sctn .members .swiper-slide {
    width: 25%;
}
.about-members-sctn .swiper-button-next,
.about-members-sctn .swiper-button-prev {
    display: none;
}
.about-members-sctn .members .member {
    display: block;
    margin-bottom: 36px;
    margin-left: 20px;
    color: #fff;
    cursor: pointer;
}
.about-members-sctn .members .member .img {
    margin-bottom: 20px;
    padding-top: 120%;
    border-top-left-radius: 60px;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.about-members-sctn .members .member:is(:hover, :active) .img {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}
.about-members-sctn .members .member h4,
.about-members-sctn .members .member p.jb,
.about-members-sctn .members .member p.prns {
    font-size: 14px;
}
.about-members-sctn .members .member h4 {
    margin-bottom: 0;
}
.lifebeat-about .advisory-board .members .member p.jb,
.lifebeat-about .advisory-board .members .member p.prns {
    font-weight: 300;
}
.lifebeat-members-sctn {
    background-color: #5F259F;
}
.lifebeat-members-sctn .white-bg {
    padding: 132px 0 78px;
    border-bottom-right-radius: var(--section-radius-2);
}
.lifebeat-members-sctn h3.section-title {
    text-align: center;
    margin-bottom: 48px;
}
.lifebeat-members-sctn .members-sctn article p {
    color: #4d4d4d;
}
.history-sctn {
    padding: 112px 0;
}
.history-sctn h3.section-title {
    margin-bottom: 48px;
}
.history-sctn .row {
    font-size: 1.125em;
}
.history-sctn .col:first-child {
    flex: 1 0 0%;
    width: auto;
    max-width: 625px;
}
.history-sctn .col:last-child {
    flex: 0 0 52%;
}
.history-sctn .col:last-child img {
    border-top-left-radius: var(--section-radius-2);
}
.history-sctn .row p {
    margin-bottom: 1.5rem;
}
.history-sctn .row p.feat {
    font-size: 1.25em;
    font-weight: 500;
}
/*
     ⤴︎ =============  end LIFEBEAT ABOUT
*/
/*
     ⤵︎ =============  HIVINAC
*/
.hivinac-pg {
    --title-size-2: 2.625em;
}
.hivinac-pg .section-title-1 {
    font-size: var(--title-size-3);
}
.hivinac-pg .section-title-2 {
    font-size: var(--title-size-2);
    font-weight: 700;
}
.hivinac-pg #home-hero .wrapper .logo {
    margin-bottom: 12px;
}
.hivinac-pg #home-hero .swiper p {
    max-width: 450px;
    margin-top: 26px;
    font-size: 1.125em;
}
.hivinac-pg #home-hero .sponsored {
    margin-top: 60px;
}
.hivinac-pg #home-hero .sponsored p {
    margin: 0 12px 0 0;
    font-weight: 700;
    font-size: 1.25em;
    line-height: 1.2em;
}
#home-hero article.video.box {
    width: 420px;
}
#home-hero article.video.box p {
    margin-bottom: 3px;
    color: rgba(255, 255, 255, 0.8);
}
#home-hero article.video.box .col:first-child {
    position: relative;
    flex: 0 0 198px;
}
#home-hero article.video.box a .play-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #EE2737;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#home-hero article.video.box a:hover .play-btn {
    background-color: #fff;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
#home-hero article.video.box a .play-btn .icon {
    width: 0px;
    height: 0px;
    margin-left: 1px;
    border-style: solid;
    border-width: 7px 0 7px 12.1px;
    border-color: transparent transparent transparent #fff;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#home-hero article.video.box a:hover .play-btn .icon {
    border-color: transparent transparent transparent #EE2737;
}
.hivinac-pg #home-intro .purple-bg {
    padding: 90px 0;
}
.hivinac-pg #home-intro h2.section-title {
    margin-bottom: 2.25rem;
}
.hivinac-pg #home-intro p {
    max-width: 640px;
}
.hivinac-pg #home-intro a.cta {
    margin-top: 30px;
    min-width: 184px;
}
.hivinac-pg #home-intro a.cta.btn-primary {
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #fff;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fff;
    --bs-btn-active-border-color: #fff;
}
.video-carousel-sctn {
    position: relative;
    background-color: #5F259F;
}
/*
.video-carousel-sctn:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%;
    background-color: #F3F3F3;
    content: '';
} */
.video-carousel-sctn .white-bg {
    position: relative;
    padding-top: 132px;
    padding-bottom: 60px;
    border-top-left-radius: var(--section-radius-1);
    border-bottom-right-radius: var(--section-radius-1);
}
.video-carousel-sctn .container-fluid {
    position: relative;
    max-width: 1264px;
}
.video-carousel-sctn .main {
    margin-bottom: 42px;
}
.video-carousel-sctn .main .swiper-slide {
    border-radius: var(--section-radius-2) 4px 4px 4px;
    overflow: hidden;
}
.video-carousel-sctn .main article {
    position: relative;
    padding-top: 60.5%;
    border-radius: var(--section-radius-2) 4px 4px 4px;
    overflow: hidden;
}
.video-carousel-sctn .main .text-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 40px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60.58%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.72)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 60.58%, rgba(0, 0, 0, 0.72) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 60.58%, rgba(0, 0, 0, 0.72) 100%);
}
.video-carousel-sctn .main .text-wrapper,
.video-carousel-sctn .main .text-wrapper a {
    color: #fff;
}
.video-carousel-sctn .main .row {
    --bs-gutter-x: 12%;
}
.video-carousel-sctn .main .play-btn {
    position: relative;
    flex: 0 0 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #EE2737;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.video-carousel-sctn .main a:hover .play-btn {
    background-color: #fff;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.video-carousel-sctn .main a .play-btn .icon {
    width: 0px;
    height: 0px;
    margin-left: 2px;
    border-style: solid;
    border-width: 12px 0 12px 20.8px;
    border-color: transparent transparent transparent #fff;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.video-carousel-sctn .main a:hover .play-btn .icon {
    border-color: transparent transparent transparent #EE2737;
}
.video-carousel-sctn .main h3 {
    margin-bottom: 0;
    padding-left: 20px;
    font-size: 1.75em;
    font-weight: 700;
}
.video-carousel-sctn .main p {
    margin-bottom: 0;
    font-size: 1.5em;
    line-height: 1.2;
    font-weight: 500;
}
.video-carousel-sctn .thumbs {
    margin-bottom: 0;
    margin-right: 110px;
}
.video-carousel-sctn .thumbs article {
    display: block;
    max-width: 230px;
    cursor: pointer;
}
.video-carousel-sctn .thumbs article .img {
    position: relative;
    padding-top: 70%;
}
.video-carousel-sctn .thumbs article .img img {
    border-radius: 4px;
}
.video-carousel-sctn .thumbs article .play-btn {
    position: absolute;
    bottom: 11px;
    left: 18px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #EE2737;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.video-carousel-sctn .thumbs article:hover .play-btn {
    background-color: #fff;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.video-carousel-sctn .thumbs article .play-btn .icon {
    width: 0px;
    height: 0px;
    margin-left: 2px;
    border-style: solid;
    border-width: 7px 0 7px 12.1px;
    border-color: transparent transparent transparent #fff;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.video-carousel-sctn .thumbs article:hover .play-btn .icon {
    border-color: transparent transparent transparent #EE2737;
}
.video-carousel-sctn .thumbs article h4 {
    padding-top: 12px;
    font-size: 1.375em;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.video-carousel-sctn .thumbs article:hover h4 {
    color: #5F259F;
}
.video-carousel-sctn .swiper-button-next {
    top: auto;
    bottom: 13%;
    right: calc(var(--bs-gutter-x) * .5);
    left: auto;
    margin-top: 0;
    width: 66px;
    height: 42px;
    border: 1px solid #716E6A;
    border-radius: 24px;
    -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.video-carousel-sctn .swiper-button-next:hover {
    border-color: #5F259F;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
}
.video-carousel-sctn .swiper-button-next:after {
    width: 66px;
    height: 42px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-image: url(../images/icon-arrow-right.svg);
    content: ' ';
}
.hivinac-campaign {
    padding: 102px 0 72px;
    background-color: #F3F3F3;
}
.hivinac-2cols .col {
    flex: 0 0 48%;
    padding-bottom: 98px;
}
.hivinac-2cols .col:first-child {
    max-width: 534px;
}
.hivinac-2cols .col:last-child {
    max-width: 638px;
}
.hivinac-2cols h2.section-title-2 {
    margin-bottom: 66px;
}
.hivinac-2cols p {
    margin-bottom: 1.75rem;
    font-size: 1.125em;
}
.hivinac-2cols blockquote p {
    padding: 6px 0 12px;
    font-size: 1.375em;
    font-weight: 700;
}
.hivinac-campaign .form h5 {
    margin-bottom: 1.5rem;
    font-size: 1em;
}
.hivinac-campaign .form .box {
    position: relative;
    padding: 58px 104px 58px 84px;
    background-color: #FBFBFB;
    font-size: 1.125em;
}
.hivinac-campaign .form .box p {
    margin-bottom: 1.75rem;
}
.hivinac-campaign .form .box p:last-of-type {
    margin-bottom: 0;
}
.hivinac-campaign .form .copy {
    --bs-btn-color: var(--bs-link-hover-color);
    --bs-btn-hover-color: var(--bs-link-color);
    position: absolute;
    bottom: 44px;
    right: 33px;
    padding: 6px 0 6px 34px;
    background: url(../images/icon-copy.svg) no-repeat left center / 19px auto;
    font-size: 1em;
    font-weight: 500;
    text-decoration: none;
    box-shadow: none;
}
.hivinac-join-sctn {
    padding: 102px 0 18px;
}
.hivinac-2cols .col:last-child {
    padding-top: 12px;
}
.hivinac-join-sctn a.cta,
.hivinac-campaign-2 a.cta {
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #fff;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #fff;
    --bs-btn-active-border-color: #fff;
}
.supporters-carousel-sctn {
   background-color: #5F259F;
}
.supporters-carousel-sctn .white-bg {
    --section-radius-2: 120px;
    padding: 120px 0;
    border-top-left-radius: var(--section-radius-2);
}
.supporters-carousel-sctn .section-title-1 {
    padding-right: 112px;
}
.supporters-carousel-sctn .swiper {
    padding-top: 60px;
    padding-left: calc((100% - (1408px - var(--bs-gutter-x))) / 2);
}
.supporters-carousel-sctn .swiper-slide {
    width: 570px;
    padding-right: 60px;
}
.supporters-carousel-sctn article a {
    --bs-link-color: #000;
    --bs-link-hover-color: #5F259F;
    display: block;
}
.supporters-carousel-sctn article a .img {
    position: relative;
    padding-top: 58.5%;
    border-top-left-radius: var(--section-radius-2);
    overflow: hidden;
}
.supporters-carousel-sctn article .play-btn {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.supporters-carousel-sctn article:hover .play-btn {
    background-color: #EE2737;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.supporters-carousel-sctn article .play-btn .icon {
    width: 0px;
    height: 0px;
    margin-left: 2px;
    border-style: solid;
    border-width: 12.5px 0 12.5px 21.7px;
    border-color: transparent transparent transparent #EE2737;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.supporters-carousel-sctn article:hover .play-btn .icon {
    border-color: transparent transparent transparent #fff;
}
.supporters-carousel-sctn article a h3 {
    padding-top: 1.5rem;
    font-size: 1.625em;
    line-height: 1.2;
    font-weight: 500;
}
.supporters-carousel-sctn .swiper-button-next,
.supporters-carousel-sctn .swiper-button-prev {
    bottom: 12px;
    top: auto;
}
.hivinac-campaign-2 {
    padding: 78px 0 104px;
    text-align: center;
}
.hivinac-campaign-2 .container-fluid {
    max-width: 960px;
}
.hivinac-campaign-2 h4 {
    margin-bottom: 1.5rem;
    font-weight: 500;
    font-size: 1.5;
}
.hivinac-campaign-2 h2,
.hivinac-campaign-2 .img {
    margin-bottom: 60px;
}
.hivinac-campaign-2 .img {
    max-width: 712px;
}
.hivinac-campaign-2 p {
    margin-bottom: 1.875rem;
    font-size: 2em;
    line-height: 1.1;
    font-weight: 700;
}
/*
     ⤴︎ =============  end HIVINAC
*/
/*
     ⤵︎ =============  HIVINAC ABOUT
*/
.hivinac-about h2.section-title {
    font-size: var(--title-size-3);
}
.hivinac-about .hero {
    background-color: #5F259F;
}
.hivinac-about .hero .white-bg {
    padding: 196px 0 134px;
    border-bottom-right-radius: var(--section-radius-2);
}
.hivinac-about .hero h2.section-title {
    margin-bottom: 48px;
    padding-left: 62px;
}
.hivinac-about .hero .text {
    flex: 0 0 43%;
    padding-right: 12px;
    font-size: 1.125em;
}
.hivinac-about .hero .img {
    flex: 0 0 52%;
    max-width: 660px;
    padding-left: 62px;
}
.hivinac-about .hero .img img.img-fluid {
    border-top-right-radius: var(--section-radius-2);
}
.hivinac-about .hero a .play {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.hivinac-about .hero a:hover .play {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.hivinac-about .hero a .play .icon {
    width: 0px;
    height: 0px;
    margin-left: 2px;
    border-style: solid;
    border-width: 12.5px 0 12.5px 21.7px;
    border-color: transparent transparent transparent #EE2737;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.hivinac-about .hero a:hover .play .icon {
    border-color: transparent transparent transparent #000;
}
.hivinac-about .hero p {
    margin-bottom: 1.5rem;
}
.council-sctn {
    padding: 96px 0 30px;
}
.council-sctn .intro h2.section-title {
    margin-bottom: 1.5rem;
}
.council-sctn .intro {
    max-width: 644px;
    margin: auto auto 66px auto;
    text-align: center;
}
.council-sctn .intro p {
    font-size: 1.125em;
}
.council-sctn .about-members-sctn {
    padding: 60px 0 96px;
}
.council-sctn .about-members-sctn .member.selected {
    margin-top: 0;
}
.members-sctn.row {
    --bs-gutter-x: 28px;
}
.members-sctn article .img {
    position: relative;
    padding-top: 120%;
    margin-bottom: 18px;
}
.members-sctn .col {
    flex: 0 0 25%;
    margin-bottom: 48px;
}
.members-sctn article h4 {
    margin-bottom: 12px;
    font-size: 1.5em;
    font-weight: 500;
}
.members-sctn article p {
    color: #cdbde1;
    font-weight: 500;
    line-height: 1.4;
}
.states-sctn {
    padding: 112px 0 102px;
}
.states-sctn .intro .container-fluid {
    max-width: 800px;
    padding-bottom: 72px;
    text-align: center;
}
.states-sctn .intro h2.section-title {
    margin-bottom: 1.875rem;
}
.states-sctn .intro p {
    max-width: 600px;
    margin: 0 auto 1.5rem auto;
    font-size: 1.125em;
}
.states-sctn .states .row .col {
    flex: 0 0 auto;
}
.states-sctn .states .row .thumbs.col {
    width: 45%;
}
.states-sctn .states .row .main.col {
    width: 55%;
}
.states-sctn .thumbs .swiper-wrapper {
    flex-wrap: wrap;
}
.states-sctn .thumbs .swiper-slide {
    width: 33.333%;
}
.states-sctn .state {
    max-width: 1184px;
    padding: 0 12px;
    margin: auto auto 30px auto;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}
.states-sctn .state svg {
    display: block;
    width: 100%;
    max-width: 130px;
    margin: auto auto 12px auto;
}
.states-sctn .state .svg-fill {
    fill: #CECECE;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.states-sctn .state:hover .svg-fill {
    fill: #EE2737;
}
.states-sctn .selected-state {
    position: relative;
    min-height: 580px;
    margin-left: 14%;
    padding: 72px 0 60px 60px;
}
.states-sctn .selected-state h3 {
    margin-bottom: 1em;
    font-size: 2.625em;
    font-weight: 700;
}
.states-sctn .selected-state .logo {
    margin-bottom: 1.25rem;
}
.states-sctn .selected-state p {
    max-width: 432px;
    font-size: 1.125em;
}
.states-sctn .selected-state .bg {
    object-position: 0 0;
}
.states-sctn .thumbs .swiper-button-next,
.states-sctn .thumbs .swiper-button-prev {
    display: none;
}
.states-sctn .swiper {
    width: 100%;
    max-width: 1920px;
    margin: auto;
}
.states-sctn .swiper-wrapper {
    align-items: center;
    transition-timing-function: linear !important;
}
.states-sctn .swiper-slide {
    width: 184px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.states-sctn .swiper-slide-active {
    width: 676px !important;
}
.states-sctn .swiper-slide .front {
    display: block;
    font-size: 14px;
    font-weight: 500;
}
.states-sctn .swiper-slide .back {
    display: none;
    align-items: center;
    justify-content: center;
    min-height: 440px;
}
.states-sctn .swiper-slide.swiper-slide-active .back {
    display: flex;
}
.states-sctn .swiper-slide.swiper-slide-active .front {
    display: none;
}
.states-sctn .swiper-slide .front .img {
    max-width: 144px;
    margin: auto auto 30px auto;
}
.states-sctn .swiper-slide .state_entry {
    width: 100%;
    text-align: center;
}
.states-sctn .swiper-slide .state_entry .wrapper {
    max-width: 384px;
    padding: 40px 0;
}
.states-sctn .swiper-slide .state_entry .wrapper h3 {
    margin-bottom: 30px;
    font-size: 2em;
}
.states-sctn .swiper-slide .state_entry .wrapper .logo {
    margin-bottom: 25px;
}
.states-sctn .swiper-slide .state_entry img.bg {
    width: 60%;
    object-position: center center;
}
.states-sctn .swiper-button-next {
    right: calc(50vw - 312px);
}
.states-sctn .swiper-button-prev {
    left: calc(50vw - 312px);
}
/*
     ⤴︎ =============  end HIVINAC ABOUT
*/
/*
     ⤵︎ =============  TEAM
*/
.team-pg #main {
    --section-radius-2: 142px;
    padding-top: 214px;
    background: url(../images/page-bg-3.svg) no-repeat top 312px center / 15000px auto;
}
.team-pg .intro {
    padding-bottom: 6px;
}
.team-pg .intro h2.section-title {
    margin-bottom: 1.5rem;
    font-size: var(--title-size-3);
}
.team-pg .intro p {
    max-width: 548px;
    font-size: 1.125em;
}
.team-entries.entries-v1 {
    padding-top: 36px;
    padding-bottom: 72px;
}
.team-entries.entries-v1 .row {
    --bs-gutter-x: 12px;
}
.team-entries .col {
     padding-bottom: 30px;
}
.team-entries article a {
    --bs-link-color: #000;
    --bs-link-hover-color: #000;
}
.team-entries.purple-bg article a {
    --bs-link-color: #fff;
    --bs-link-hover-color: #fff;
}
.events-carousel-sctn article a:is(:hover, :active) .img img {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}
.team-entries article .img {
    position: relative;
    padding-top: 120.3%;
}
.team-entries.entries-v1 article .img {
    padding-top: 118.3%;
}
.team-entries article a .img img {
    -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
.team-entries article a:is(:hover, :active) .img img {
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}
.team-entries article img,
.member-pp .img img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.team-entries article h4 {
    margin: 22px auto 6px;
    font-size: 1.5em;
    line-height: 1.2;
    font-weight: 500;
}
.team-entries.entries-v1 article h4 {
    margin: 24px auto 9px;
    font-size: 2em;
    text-align: center;
}
.team-entries article p {
    max-width: 295px;
    font-weight: 500;
    line-height: 1.6;
    opacity: 0.7;
}
.team-entries.entries-v1 article p {
    max-width: none;
    text-align: center;
    opacity: 0.9;
}
.team-entries.entries-v2 {
    padding: 66px 0 72px;
}
.team-entries.entries-v2 .row {
    --bs-gutter-x: 26px;
}
.team-entries .intro {
    max-width: 615px;
    padding-bottom: 32px;
    text-align: center;
}
.team-pg .team-entries .intro p {
    max-width: none;
}
.team-entries h3.section-title {
    margin-bottom: 1.5rem;
    font-size: 2em;
    font-weight: 500;
}
.team-entries a.more {
    --bs-btn-padding-x: 2.5rem;
    --bs-btn-padding-y: 1.5625rem;
    margin-top: 48px;
}
.member-pp {
    --bs-modal-width: 936px;
    --bs-modal-padding: 3rem;
    --bs-modal-bg: #fff;
    --bs-modal-border-radius: 24px;
    --bs-modal-border-width: 0;
    --bs-modal-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
}
.member-pp .modal-dialog {
    width: 95vw;
}
.member-pp .modal-content {
    box-shadow: var(--bs-modal-box-shadow);
}
.member-pp .btn-close {
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23EE2737'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 1;
    --bs-btn-close-focus-shadow: none;
    width: 30px;
    height: 30px;
    border: 0;
    position: absolute;
    right: 12px;
    top: 12px;
    background-size: 18px auto;
}
.member-pp header {
    padding-bottom: 12px;
}
.member-pp header h4 {
    font-size: 2em;
    font-weight: 500;
    color: #EE2737;
}
.member-pp header p {
    font-weight: 500;
    color: rgba(0, 0, 0, 0.7);
}
.member-pp .row .col:first-child {
    flex: 0 0 40%;
}
.member-pp .row .col:last-child {
    flex: 0 0 55%;
}
.member-pp ::-webkit-scrollbar {
    width: 3px;
}
.member-pp ::-webkit-scrollbar-track {
    background: rgba(0,0,0,.15);
}
.member-pp ::-webkit-scrollbar-thumb {
    background: #5F259F;
}
/*
     ⤴︎ =============  end TEAM
*/
/*
     ⤵︎ =============  AMBASSADORS
*/
.ambassadors.team-pg #main {
    padding-top: 314px;
    background: url(../images/page-bg-4.svg) no-repeat top 372px center / 15000px auto;
}
.ambassadors.team-pg .intro p {
    max-width: 574px;
}
.ambassadors .team-entries.entries-v2 {
    padding: 48px 0 72px;
}
.ambassadors .team-entries .col {
    padding-bottom: 36px;
}
.team-entries a.more {
    --bs-btn-padding-x: 2.5rem;
    --bs-btn-padding-y: 1.5625rem;
    margin-top: 48px;
}
/*
     ⤴︎ =============  end AMBASSADORS
*/
/*
     ⤵︎ =============  SUPPORT
*/
.support-pg {
    --support-sctn-marg: 196px;
}
.support-pg .hero {
    position: relative;
    width: 100%;
    min-height: calc(76vh + var(--support-sctn-marg));
    min-height: calc(76dvh + var(--support-sctn-marg));
    color: #fff;
    text-align: center;
}
.support-pg .hero .container-fluid {
    padding: 120px calc(var(--bs-gutter-x) * .5) calc(var(--support-sctn-marg) + 60px);
}
.support-pg .hero .bg:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.49);
    content: '';
}
.support-pg .hero h2 {
    margin-bottom: 1.5rem;
    font-size: var(--title-size-3);
    font-weight: 500;
}
.support-pg .hero p {
    max-width: 596px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.125em;
}
.support-pg .intro {
    position: relative;
    margin-top: calc(var(--support-sctn-marg) * -1);
    text-align: center;
}
.support-pg .intro .purple-bg {
    padding: 62px 0;
    border-top-left-radius: var(--section-radius-2);
}
.support-pg .intro .container-fluid {
    max-width: 696px;
}
.support-pg .section-title {
    margin-bottom: 1.5rem;
    font-size: var(--title-size-3);
    text-align: center;
}
.support-pg .intro p {
    font-size: 1.125em;
}
.support-pg .intro a.cta {
    min-width: 136px;
    margin-top: 12px;
}
.support-pg .intro .info {
    max-width: 520px;
    margin: 54px auto auto auto;
    text-align: center;
}
.support-pg .intro .info p {
    max-width: 424px;
    margin: auto auto 12px auto;
    font-size: 14px;
}
.support-pg .intro .info .box {
    margin: 18px auto;
    padding: 32px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.1);
}
.support-pg .intro .info .box p {
    font-size: 1.125em;
}
.support-pg .intro .info .box p:last-of-type {
    margin-bottom: 0;
}
.support-pg .intro .info p.note {
    max-width: none;
    opacity: 0.65;
}
.support-pg .grp_sections .white-bg {
    padding-top: 120px;
    border-top-left-radius: var(--section-radius-1);
    border-bottom-left-radius: 0;
}
.support-pg .grp_sections .item.row {
    --bs-link-color: #EE2737;
    padding-bottom: 160px;
}
.support-pg .grp_sections .section-title {
    margin-bottom: 92px;
}
.support-pg .grp_sections .item h2.title {
    margin-bottom: 1.375rem;
    font-size: 3.875em;
}
.support-pg .grp_sections .item p {
    margin-bottom: 1.375rem;
}
.support-pg .grp_sections .item .cta a.btn {
    margin-top: 14px;
    min-width: 238px;
}
.support-pg .grp_sections .item .wrapper {
    max-width: 388px;
}
.support-pg .grp_sections a {
    font-weight: 500;
}
/*
     ⤴︎ =============  end SUPPORT
*/
/*
     ⤵︎ =============  GRANTEE PROGRAMS
*/
.grantee-prms.support-pg .hero {
    min-height: calc(100vh + var(--support-sctn-marg));
    min-height: calc(100vh + var(--support-sctn-marg));
    text-align: left;
}
.grantee-prms.support-pg .hero h2,
.grantee-prms.support-pg .hero p {
    max-width: 620px;
}
.grantee-prms.support-pg .hero h2 {
    margin-bottom: 0;
    font-weight: 500;
    font-size: var(--title-size-3);
}
.grantee-prms.support-pg .hero p {
    margin: 1.5rem 0;
}
.grantee-prms.support-pg .grp_sections {
    padding-top: 160px;
    background-color: #fff;
    margin-top: calc((var(--support-sctn-marg) * -1) - 12px);
    border-top-left-radius: var(--section-radius-1);
}
.grantee-prms.support-pg .grp_sections .item .cta a.btn {
    min-width: 178px;
}
/*
     ⤴︎ =============  end GRANTEE PROGRAMS
*/
/*
     ⤵︎ =============  FOOTER
*/
#footer {
    --bs-link-color: #fff;
    --bs-link-hover-color: #EE2737;
    padding: 40px 0 18px;
    background-color: #000;
    color: #fff;
    letter-spacing: 0;
}
#footer .swiper {
    margin-bottom: 44px;
}
#footer .swiper .img {
    position: relative;
    width: 100%;
    padding-top: 100%;
}
#footer .swiper .img img {
    border-radius: 4px;
}
#footer .swiper .swiper-button-next,
#footer .swiper .swiper-button-prev {
    width: 30px;
    height: 30px;
    top: auto;
    bottom: 2px;
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: 7px auto;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
#footer .swiper .swiper-button-next:hover,
#footer .swiper .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.9);
}
#footer .swiper .swiper-button-next {
    right: 2px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 16' style='enable-background:new 0 0 10 16;' xml:space='preserve'%3E%3Cpolygon fill='%23fff' points='1.8,0.2 0.4,1.5 6.9,8 0.4,14.5 1.8,15.8 9.6,8 '/%3E%3C/svg%3E");
}
#footer .swiper .swiper-button-prev {
    right: 34px;
    left: auto;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 10 16' style='enable-background:new 0 0 10 16;' xml:space='preserve'%3E%3Cpolygon fill='%23fff' points='9.6,1.5 8.2,0.2 0.4,8 8.2,15.8 9.6,14.5 3.1,8 '/%3E%3C/svg%3E");
}
#footer .swiper .swiper-button-next:after,
#footer .swiper .swiper-button-prev:after {
    display: none;
}
#footer .row {
    --bs-gutter-x: 3rem;
}
#footer .top.row {
    padding-bottom: 96px;
}
#footer .top.row .left.col {
    width: auto;
}
#footer .top.row .right.col {
    flex: 0 0 auto;
    width: 478px;
}
#footer .top.row .row .col {
    flex: 0 0 50%;
    max-width: 278px;
}
#footer .top.row h4 {
    margin-bottom: 1.25rem;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
}
#footer .top.row nav li {
    margin-bottom: 1rem;
}
#footer .top.row nav li a {
    display: block;
}
#footer .newsletter .form-control {
    padding: 12px 48px 12px 0;
    border: 0;
    border-bottom: 2px solid #fff;
    border-top: 2px solid transparent;
    border-radius: 0;
    background-color: transparent;
    font-size: 1em;
    color: #fff;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
#footer .newsletter .form-control:focus {
    border-bottom-color: #EE2737;
}
#footer .newsletter .form-control::-moz-placeholder {
    color: #fff;
}
#footer .newsletter .form-control::placeholder {
    color: #fff;
}
#footer .newsletter .btn {
    right: 0;
    padding: 12px;
}
#footer .newsletter .btn svg {
    display: block;
    width: 18px;
}
#footer .newsletter .f-newsl-arrow {
    display: block;
    width: 18px;
    fill: #fff;
    -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out;
}
#footer .newsletter .btn:hover .f-newsl-arrow {
    fill: #EE2737;
}
#footer .bottom.row {
    padding-top: 30px;
    font-size: 13px;
}
#footer .bottom.row .logo {
    max-width: 211px;
    margin-bottom: 26px;
}
#footer .bottom.row .col:last-child {
    text-align: right;
}


/*  
     ⤴︎ =============  end FOOTER
*/
