@import url(../fonts/Inter/stylesheet.css);
@import url(../fonts/EuclidFlex/stylesheet.css);

@font-face {
    font-family: 'Euclid Flex';
    src: url('../fonts/EuclidFlex/euclid-flex-medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/inter-semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/inter-regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter/inter-medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
}

html,
body {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: #F7F9FB;
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

a {
    outline: none;
    text-decoration: none;
    color: #EB4B60;
}

.container {
    width: 1140px;
    margin: 0 auto;
}

header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 72px;
    background-color: #000;
    color: #FFF;
}

header .header-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
}

header .header-content .logo {
    margin: 0 0 0 15px;
}

header .header-content .logo a {
    display: block;
}

header .header-content .logo .logo-desktop {
    display: block;
    height: auto;
    width: 325px;
}

header .header-content .logo .logo-mobile {
    display: none;
    height: auto;
    width: 147px;
}

header .header-content .nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin: 0 15px 0 0;
}

header .header-content .nav .desktop-nav {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

header .header-content .nav .persistent-nav {
    display: none;
}

header .header-content .nav .desktop-nav li {
    display: block;
    margin: 15px;
}

header .header-content .nav .desktop-nav li a {
    display: block;
    color: rgba(255, 255, 255, .6);
    transition: color .3s ease-in-out;
}

header .header-content .nav .desktop-nav li:hover a {
    color: rgba(255, 255, 255, 1);
}

header .header-content .nav .desktop-nav li img {
    display: block;
    height: 17px;
    width: 17px;
}

header .header-content .nav .desktop-nav li a.button {
    margin: 0;
    padding: 6px 15px;
    /* background-color: rgba(255, 255, 255, .18); */
    background: rgb(246, 174, 135);
    background: linear-gradient(90deg, rgba(246, 174, 135, 1) 0%, rgba(250, 97, 121, 1) 100%);
    font-weight: 500;
    border-radius: 6px;
    color: #000;
}

header .header-content .nav .desktop-nav li a.home-button {
    opacity: .6;
    transition: opacity .3s ease-in-out;
}

header .header-content .nav .desktop-nav li:hover a.home-button {
    opacity: 1;
}

.main-nav {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(32, 32, 32, .85);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    color: #fff;
    overflow: hidden;
}

.main-nav.show {
    display: block;
}

.main-nav .main-nav-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 72px;
    background-color: #000;
    color: #FFF;
}

.main-nav .main-nav-top .logo {
    margin: 0 0 0 15px;
    width: 147px;
}

.main-nav .main-nav-top .logo a {
    display: block;
}

.main-nav .main-nav-top .logo img {
    display: block;
    height: auto;
    width: 100%;
}

.main-nav .menu-close-button {
    display: block;
    position: absolute;
    right: 17px;
    top: 21px;
    color: #fff;
    font-size: 20px;
}

.main-nav .container {
    height: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 100% !important;
}

.main-nav nav {
    height: 100%;
    width: 100%;
}

.main-nav nav ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    list-style: none;
    margin: 0;
    padding: 15px 0;
    height: 100%;
    width: 100%;
}

.main-nav nav ul li {
    margin-bottom: 21px;
}

.main-nav nav ul li a {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    transition: all .3s ease-in-out;
}

.main-nav nav ul li a:hover {
    color: #777;
}


.ticker {
    background-color: #000;
    width: 100%;
    white-space: nowrap;
    padding: 42px 0;
}

.ticker .ticker-text {
    font-family: 'Euclid Flex', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    display: inline-block;
    font-size: 32px;
    font-weight: 300;
    line-height: 39px;
    color: #fff;
    margin-right: 3px;
    animation: ticker 20s linear infinite;
}

@keyframes ticker {
    from {
        transform: translate(0, 0);
    }

    to {
        transform: translate(-100%, 0);
    }
}

footer {
    padding: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #fff;
}

footer .logo {
    width: 360px;
}

footer .logo a {
    display: block;
}

footer .logo img {
    width: 100%;
    display: block;
}

footer .contact {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

footer .contact .address {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin-right: 45px;
}

footer .contact .information {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
}

footer .contact .information a {
    display: block;
    color: #000;
    margin-bottom: 9px;
}

footer .contact .information a.button {
    position: relative;
    top: 5px;
    font-size: 16px;
    color: #EB4B60;
    display: inline-flex;
    padding: 6px 15px;
    border-radius: 100px;
    border: 2px solid #F6AE87;
    border: 2px solid #EB4B60;
    /* border-image: linear-gradient(95.01deg, #F6AE87 0%, #FA6179 100%); */
}

footer .contact .information .email-icon {
    width: 22px;
    height: 17px;
    position: relative;
    margin-right: 9px;
    display: inline-block;
    top: 1px;
}

footer .contact .information .whatsapp-icon {
    width: 22px;
    height: 22px;
    position: relative;
    margin-right: 8px;
    display: inline-block;
    top: 2.5px;
}


footer .contact .information .call-icon {
    width: 18px;
    height: 18px;
    position: relative;
    margin-right: 11px;
    display: inline-block;
    top: 2.5px;
    left: 2px;
}

footer .contact .information img {
    display: block;
    width: 100%;
    height: 100%;
}

footer .socials {
    display: flex;
    flex-direction: column;
    margin-top: -8px;
}

footer .socials a {
    font-size: 36px;
    font-weight: 400;
    line-height: 47px;
    letter-spacing: -0.04em;
    color: #000;
}

footer .socials .social .instagram-icon,
footer .socials .social .facebook-icon {
    width: 26px;
    height: 26px;
    position: relative;
    margin-right: 3px;
    display: inline-block;
}

footer .socials .social img {
    display: block;
    width: 100%;
    height: 100%;
}

.hero {
    width: 100vw;
    height: calc(100vh - 144px);
    /* header and swiper nav */
}

.hero-swiper {
    width: 100%;
    height: 100%;
}

.hero-swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.hero-swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
}

.hero-swiper .swiper-wrapper .swiper-slide .hero-image {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.hero-swiper .swiper-wrapper .swiper-slide .hero-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 10;
}

.hero-swiper .swiper-wrapper .swiper-slide .hero-image video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 10;
}

.hero-swiper .swiper-wrapper .swiper-slide .hero-image video::-webkit-media-controls,
.hero-swiper .swiper-wrapper .swiper-slide .hero-image video::-moz-media-controls,
.hero-swiper .swiper-wrapper .swiper-slide .hero-image video::-o-media-controls,
.hero-swiper .swiper-wrapper .swiper-slide .hero-image video::-ms-media-controls {
    display: none !important;
}

.hero-swiper .swiper-wrapper .swiper-slide .hero-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.hero-swiper .swiper-wrapper .swiper-slide .hero-content .hero-content-block {
    background-color: rgba(45, 46, 65, .4);
    padding: 21px 30px;
    border-radius: 30px;
    max-width: 500px;
}

.hero-swiper .hero-content-block .hero-heading {
    font-size: 56px;
    line-height: 56px;
    font-weight: 400;
    font-family: 'Euclid Flex', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #FFF;
    letter-spacing: -1.12px;
    margin: 0;
}

.hero-swiper .hero-content-block .hero-copy {
    font-size: 18px;
    line-height: 26px;
    color: #BBB;
    margin-bottom: 39px;
}

.hero-swiper .hero-content-block .button {
    display: inline-block;
    background: rgb(246, 174, 135);
    background: linear-gradient(90deg, rgba(246, 174, 135, 1) 0%, rgba(250, 97, 121, 1) 100%);
    color: #000;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    padding: 15px 24px;
    border: 0;
    border-radius: 6px;
}

.hero-swiper .hero-pages {
    width: 100%;
    height: 72px;
    background-color: #000;
    position: relative;
}

.hero-swiper .hero-pagination {
    width: 60%;
    height: 72px;
    border-radius: 72px 0 0 0;
    background-color: #F7F9FB;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-swiper .swiper-pagination {
    top: 30px;
}

.hero-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 9px;
    margin: 0 6px;
    border-radius: 30px;
    background-color: #BBB;
    transition: background-color .3s ease-in-out;
}

.hero-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #EB4B60;
}

.welcome-package {
    margin: 72px 0 90px;
    width: 100vw;
    position: relative;
}

.welcome-package .container {
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.welcome-package .background-feature {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
    border-radius: 0 0 144px 0;
    width: 40%;
    min-height: 144px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.welcome-package .ministries {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 70%;
}

.welcome-package .ministries .heading h1 {
    font-size: 48px;
    font-weight: 400;
    letter-spacing: -1px;
    font-family: 'Euclid Flex', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #fff;
    padding: 30px 0;
    margin: 0;
}

.welcome-package .welcome-content {
    position: relative;
    width: 100%;
}

.welcome-package .welcome-swiper {
    width: calc(100% - 135px);
    position: relative;
    overflow: hidden;
    margin: 0 90px 0 45px;
    top: 0;
    left: 0;
}

.welcome-package .welcome-swiper .swiper-slide {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.welcome-package .welcome-swiper .swiper-slide a {
    display: block;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.welcome-package .welcome-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
    position: relative;
    z-index: 1;
}

.welcome-package .welcome-swiper .swiper-slide .label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    margin: 36px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, .25);
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    transition: margin .2s ease-in-out;
}

.welcome-package .welcome-swiper .swiper-slide a:hover .label {
    margin: 0;
}

.welcome-package .welcome-swiper-navigation {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 45px 0 0;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
}

.welcome-package .welcome-swiper-navigation .welcome-swiper-next,
.welcome-package .welcome-swiper-navigation .welcome-swiper-previous {
    height: 45px;
    width: 45px;
    border: 1px solid #BBB;
    border-radius: 50%;
    cursor: pointer;
    background-image: url(../images/icon-arrow.png);
    background-position: center;
    background-size: 33%;
    background-repeat: no-repeat;
    pointer-events: visible;
}

.welcome-package .welcome-swiper-navigation .welcome-swiper-next {
    transform-origin: center;
    transform: rotate(180deg);
}

.welcome-package .im-new {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 30%;
}

.welcome-package .im-new .heading h1 {
    font-size: 48px;
    font-weight: 400;
    letter-spacing: -1px;
    font-family: 'Euclid Flex', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #000;
    padding: 30px 0;
    margin: 0;
}

.welcome-package .im-new-content {
    width: 100%;
}

.welcome-package .im-new ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.welcome-package .im-new ul li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 12px 0;
    border-bottom: 1px solid #000;
}

.welcome-package .im-new ul li a {
    color: #000;
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;
}

.upcoming {
    margin: 0 0 90px;
}

.upcoming .heading h1 {
    font-size: 48px;
    font-weight: 400;
    letter-spacing: -1px;
    font-family: 'Euclid Flex', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #000;
    padding: 30px 0;
    margin: 0;
}

.upcoming .upcoming-events-collective {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin: 0 0 24px;
    padding: 0;
    width: 100%;
}

.upcoming .upcoming-events-collective .upcoming-event {
    margin: 0 21px 0 32px;
    position: relative;
}

.upcoming .upcoming-events-collective .upcoming-event:last-child {
    margin-right: 0;
}

.upcoming .upcoming-event a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.upcoming .upcoming-event .category {
    position: absolute;
    left: -32px;
    top: 42px;
    display: flex;
    flex-direction: row;
    font-size: 13px;
    line-height: 16px;
    color: #FFF;
    font-weight: 500;
    letter-spacing: 1.5px;
    background-color: #000;
    height: 32px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    white-space: nowrap;
    transform-origin: top left;
    transform: rotate(-90deg) translateX(-100%);
}

.upcoming .upcoming-event .category:before {
    content: '';
    position: absolute;
    bottom: 13px;
    left: 1px;
    height: 19px;
    width: 32px;
    background-repeat: no-repeat;
    background-image: url(../images/tab-bottom.png);
    transform-origin: top left;
    transform: rotate(90deg);
}

.upcoming .upcoming-event .category:after {
    content: '';
    position: absolute;
    bottom: 13px;
    right: -50px;
    height: 19px;
    width: 32px;
    background-repeat: no-repeat;
    background-image: url(../images/tab-top.png);
    transform-origin: top left;
    transform: rotate(90deg);
}

.upcoming .upcoming-event .event {
    border: 1px solid #DDD;
    border-radius: 21px;
    background-color: #FFF;
    width: 235px;
    flex-grow: 1;
    flex-shrink: 0;
}

.upcoming .upcoming-event .event .title {
    font-size: 17px;
    line-height: 21px;
    color: #000;
    font-weight: 500;
    padding: 21px;
}

.upcoming .upcoming-event .event .cover {
    width: 100%;
}

.upcoming .upcoming-event .event .cover img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.upcoming .upcoming-event .event .bottom {
    padding: 12px 21px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.upcoming .upcoming-event .event .date {
    font-size: 14px;
    line-height: 17px;
    color: #333;
}

.upcoming .upcoming-event .event .view-icon,
.upcoming .view-more .view-icon {
    display: block;
    width: 9px;
    height: 9px;
}

.upcoming .upcoming-event .event .view-icon img,
.upcoming .view-more .view-icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.upcoming .view-more {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.upcoming .view-more a {
    font-size: 17px;
    line-height: 21px;
    color: #000;
    display: inline-block;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.upcoming .view-more a .view-icon {
    margin-left: 6px;
}

.landing-services {
    margin: 0 0 90px;
}

.services-top {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.landing-services .images {
    position: relative;
    z-index: 1;
    margin-right: 75px;
}

.landing-services .images img {
    position: relative;
}

.landing-services .images img:first-child {
    width: 364px;
    top: 0;
    margin-left: 60px;
}

.landing-services .images img:last-child {
    position: absolute;
    width: 200px;
    bottom: -48px;
    left: 0;
}

.landing-services .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 120px;
}

.landing-services .content .category {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    line-height: 16px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 21px 0 9px;
}

.landing-services .content .heading {
    font-family: 'Euclid Flex', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -0.02em;
    text-align: left;
    margin: 0 0 15px;
}

.landing-services .content .copy {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: left;
    margin: 0;
    color: #777;
}

.landing-services .service-collective {
    position: relative;
    z-index: 2;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: calc(-15.5% + 24px);
    margin-left: 13.75%;
    margin-bottom: 21px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 15px;
    grid-template-areas:
        "service-0 service-1 service-2"
        "service-5 service-4 service-3";
}

.landing-services .service-collective .service-0 {
    grid-area: service-0;
}

.landing-services .service-collective .service-1 {
    grid-area: service-1;
}

.landing-services .service-collective .service-2 {
    grid-area: service-2;
}

.landing-services .service-collective .service-3 {
    grid-area: service-3;
}

.landing-services .service-collective .service-4 {
    grid-area: service-4;
}

.landing-services .service-collective .service-5 {
    grid-area: service-5;
}

.landing-services .service-collective .service {
    background-color: #FFF;
    border-radius: 15px;
    border: 1px solid #EEE;
    padding: 21px;
}

.landing-services .service-collective .service .language {
    font-size: 17px;
    font-weight: 500;
    line-height: 21px;
    color: #000;
    margin-bottom: 9px;
}

.landing-services .service-collective .service .times,
.landing-services .service-collective .service .locations {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 9px;
    flex: 0;
}

.landing-services .service-collective .service .locations {
    margin-bottom: 21px;
}

.landing-services .service-collective .service .times .time-icon {
    position: relative;
    height: 11px;
    width: 11px;
    top: 3px;
    margin-right: 6px;
    filter: grayscale(1);
}

.landing-services .service-collective .service .locations .location-icon {
    position: relative;
    height: 11px;
    width: 9px;
    top: 4px;
    left: 1px;
    margin-right: 8px;
    filter: grayscale(1);
}

.landing-services .service-collective .service .times .time-icon img,
.landing-services .service-collective .service .locations .location-icon img {
    height: 100%;
    width: 100%;
    display: block;
}

.landing-services .service-collective .service .locations .location,
.landing-services .service-collective .service .times .time {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #555;
}

.landing-services .service-collective .service a {
    color: inherit;
}

.landing-services .service-collective .service .button {
    border-radius: 50px;
    border: 1px solid #DDD;
    padding: 6px 15px;
    color: #EB4B60;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    display: inline-block;
}

.landing-services .service-collective .service .button .youtube-icon {
    display: inline-block;
    width: 15px;
    height: 12px;
    position: relative;
    top: 1px;
    margin-right: 6px;
}

.landing-services .service-collective .service .button .youtube-icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.landing-services .view-more {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.landing-services .view-more a {
    font-size: 17px;
    line-height: 21px;
    color: #000;
    display: inline-block;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.landing-services .view-more a .view-icon {
    margin-left: 6px;
}

.landing-services .view-more .view-icon {
    display: block;
    width: 9px;
    height: 9px;
    margin-right: 15px;
}

.landing-services .view-more .view-icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.listing-page {
    width: 100%;
}

.listing-page .mini-hero {
    display: flex;
    background-image: url('../images/mini-hero-background.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom left;
    /* height: 168px; */
    padding: 24px 0;
    width: 100%;
    position: relative;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 90px;
}

.listing-page .mini-hero .container {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.listing-page .mini-hero .heading {
    margin: 0;
    padding: 0;
    font-family: 'Euclid Flex', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 72px;
    font-weight: 400;
    line-height: 80px;
    letter-spacing: -0.02em;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.events-page .mini-hero .filters {
    position: absolute;
    bottom: -24px;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
    /* temporary, at least until the filters are functional */
    visibility: hidden;
    /* temporary, at least until the filters are functional */
}

.events-page .mini-hero .filters .filter-month {
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 50px 0 0 50px;
    padding: 12px 21px;
    line-height: 20px;
    color: #000;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.events-page .mini-hero .filters .filter-month .month-icon {
    position: relative;
    width: 15px;
    height: 13.75px;
    margin-right: 6px;
}

.events-page .mini-hero .filters .filter-month .month-icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.events-page .mini-hero .filters .filter-status {
    background-color: #FFF;
    border: 1px solid #DDD;
    border-left: none;
    border-right: none;
    padding: 12px 21px;
    line-height: 20px;
    color: #000;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.events-page .mini-hero .filters .filter-status .status-icon {
    position: relative;
    top: -1px;
    width: 15px;
    height: 15px;
    margin-right: 6px;
}

.events-page .mini-hero .filters .filter-status .status-icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.events-page .mini-hero .filters .filter-category {
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 0 50px 50px 0;
    padding: 12px 21px;
    line-height: 20px;
    color: #000;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.events-page .mini-hero .filters .filter-category .category-icon {
    position: relative;
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

.events-page .mini-hero .filters .filter-category .category-icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.events-page .events-collective {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.events-page .events-collective .event-item {
    margin: 0 21px 36px 32px;
    position: relative;
    flex: 0 0 calc(33% - 53px);
}

.events-page .events-collective .event-item:nth-child(3n) {
    margin-right: 0;
}

.events-page .event-item a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.events-page .event-item .category {
    position: absolute;
    left: -32px;
    top: 42px;
    display: flex;
    flex-direction: row;
    font-size: 13px;
    line-height: 16px;
    color: #FFF;
    font-weight: 500;
    letter-spacing: 1.5px;
    background-color: #000;
    height: 32px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    white-space: nowrap;
    transform-origin: top left;
    transform: rotate(-90deg) translateX(-100%);
}

.events-page .event-item .category:before {
    content: '';
    position: absolute;
    bottom: 13px;
    left: 1px;
    height: 19px;
    width: 32px;
    background-repeat: no-repeat;
    background-image: url(../images/tab-bottom.png);
    transform-origin: top left;
    transform: rotate(90deg);
}

.events-page .event-item .category:after {
    content: '';
    position: absolute;
    bottom: 13px;
    right: -50px;
    height: 19px;
    width: 32px;
    background-repeat: no-repeat;
    background-image: url(../images/tab-top.png);
    transform-origin: top left;
    transform: rotate(90deg);
}

.events-page .event-item .event {
    border: 1px solid #DDD;
    border-radius: 21px;
    background-color: #FFF;
    /*     width: 235px; */
    flex-grow: 1;
    flex-shrink: 0;
}

.events-page .event-item .event .title {
    font-size: 17px;
    line-height: 21px;
    color: #000;
    font-weight: 500;
    padding: 21px;
}

.events-page .event-item .event .cover-swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.events-page .event-item .event .cover-swiper img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.events-page .event-item .event .cover-swiper .swiper-pagination {
    position: absolute;
    bottom: 12px;
}

.events-page .event-item .event .cover-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 27px;
    height: 4px;
    margin: 0 6px;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, .25);
    transition: background-color .3s ease-in-out;
}

.events-page .event-item .event .cover-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #EB4B60;
}

.events-page .event-item .event .bottom {
    padding: 12px 21px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.events-page .event-item .event .date {
    font-size: 14px;
    line-height: 17px;
    color: #333;
}

.navigation.pagination,
.event-pagination {
    margin-bottom: 90px;
}

.navigation.pagination .nav-links,
.event-pagination .event-paginator {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.navigation.pagination .nav-links a,
.navigation.pagination .nav-links span.page-numbers,
.event-pagination .event-paginator a,
.event-pagination .event-paginator span.page-numbers {
    height: 40px;
    width: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
    color: #000;
    border: 1px solid #DDD;
    background-color: #FFF;
    border-radius: 50px;
    margin-right: 9px;
}

.navigation.pagination .nav-links a.next,
.navigation.pagination .nav-links a.prev,
.event-pagination .event-paginator a.next,
.event-pagination .event-paginator a.prev {
    background-color: transparent;
    border: 1px solid transparent;
}


.navigation.pagination .nav-links span.page-numbers.current,
.event-pagination .event-paginator span.page-numbers.current {
    color: #EB4B60;
}

.events-page .event-pagination,
.resources-page .resource-pagination {
    margin-bottom: 90px;
}

.events-page .event-pagination .container,
.resources-page .resource-pagination .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.events-page .event-pagination .event-paginator,
.resources-page .resource-pagination .resource-paginator {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.events-page .event-pagination .event-paginator .event-page-prev,
.resources-page .resource-pagination .resource-paginator .resource-page-prev {
    /* filter: grayscale(1); */
    /* opacity: .5; */
    margin-right: 15px;
}

.events-page .event-pagination .event-paginator .event-page-prev img,
.resources-page .resource-pagination .resource-paginator .resource-page-prev img {
    display: block;
    height: 100%;
    width: 100%;
    transform: rotate(180deg);
}

.events-page .event-pagination .event-paginator .event-page-next,
.resources-page .resource-pagination .resource-paginator .resource-page-next {
    margin-left: 15px;
}

.events-page .event-pagination .event-paginator .event-page-next img,
.resources-page .resource-pagination .resource-paginator .resource-page-next img {
    display: block;
    height: 100%;
    width: 100%;
}

.events-page .event-pagination .event-paginator .event-page,
.resources-page .resource-pagination .resource-paginator .resource-page {
    height: 40px;
    width: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    text-align: center;
    color: #000;
    border: 1px solid #DDD;
    background-color: #FFF;
    border-radius: 50px;
    margin-right: 9px;
}

.events-page .event-pagination .event-paginator .event-page a,
.resources-page .resource-pagination .resource-paginator .resource-page a {
    color: #000;
}

.events-page .event-pagination .event-paginator .event-page.active,
.resources-page .resource-pagination .resource-paginator .resource-page.active {
    color: #EB4B60;
    border-color: #EB4B60;
}

.events-page .event-pagination .event-paginator .event-page.active a,
.resources-page .resource-pagination .resource-paginator .resource-page.active a {
    color: #EB4B60;
}

.events-page .event-pagination .event-paginator .ellipsis,
.resources-page .resource-pagination .resource-paginator .ellipsis {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #000;
    letter-spacing: 0.2em;
    margin-right: 9px;
    font-weight: 500;
}

.events-page .event-pagination .event-page-counts,
.resources-page .resource-pagination .resource-page-counts {
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    color: #555;
}

.ministries-page .ministry-count {
    color: #555;
    font-size: 11px;
    font-weight: 600;
    line-height: 13px;
    letter-spacing: 0.12em;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.ministries-page .ministries-collective {
    list-style: none;
    margin: 0 0 90px;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.ministries-page .ministries-collective .ministry-item {
    background-color: #FFF;
    border: 1px solid #DDD;
    border-radius: 15px;
    margin: 0 30px 21px 12px;
    flex: 0 0 calc(33% - 42px);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 15px 15px 0;
}

.ministries-page .ministries-collective .ministry-item a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.ministries-page .ministry-item:nth-child(3n) {
    margin-right: 0;
}

.ministries-page .ministry-item .cover {
    position: relative;
    left: -12px;
    height: 108px;
    width: 108px;
    border-radius: 9px;
    overflow: hidden;
    margin-right: 9px;
    flex: 1 0 108px;
}

.ministries-page .ministry-item .cover img {
    display: block;
    height: 100%;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.ministries-page .ministry-item .content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.ministries-page .ministry-item .content .title {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 6px;
}

.ministries-page .ministry-item .content .audience,
.ministries-page .ministry-item .content .time,
.ministries-page .ministry-item .content .location {
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 6px;
}

.ministries-page .ministry-item .content .audience-icon {
    position: relative;
    width: 8.56px;
    height: 10px;
    margin-right: 8px;
    top: 3px;
    left: 1px;
    flex: 0 0 8.56px;
}

.ministries-page .ministry-item .content .time-icon {
    position: relative;
    width: 10px;
    height: 10px;
    margin-right: 6px;
    top: 3px;
    flex: 0 0 10px;
}

.ministries-page .ministry-item .content .location-icon {
    position: relative;
    width: 9px;
    height: 11.25px;
    margin-right: 7px;
    top: 3px;
    flex: 0 0 9px;
}

.ministries-page .ministry-item .content .audience-icon img,
.ministries-page .ministry-item .content .time-icon img,
.ministries-page .ministry-item .content .location-icon img {
    display: block;
    height: 100%;
    width: 100%;
}

.resources-page .mini-hero .filters {
    position: absolute;
    bottom: -100px;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.resources-page .mini-hero .filters .filter-all {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .12);
    background-color: rgba(255, 255, 255, .25);
    border-radius: 50px 0 0 50px;
    border-right: 1px solid rgba(0, 0, 0, .1);
    padding: 9px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.resources-page .mini-hero .filters .filter-options {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .12);
    background-color: rgba(255, 255, 255, .25);
    border-radius: 0 50px 50px 0;
    padding: 9px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    min-height: 52px;
}

.resources-page .mini-hero .filters .filter-items {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.resources-page .mini-hero .filters .filter-item {
    background-color: rgba(255, 255, 255, .36);
    color: rgba(0, 0, 0, .5);
    box-shadow: 0 0 3px rgba(0, 0, 0, .02);
    border: 1px solid rgba(0, 0, 0, .01);
    border-radius: 50px;
    margin-right: 6px;
    padding: 6px 15px;
    white-space: nowrap;
}

.resources-page .mini-hero .filters .filter-item a {
    color: inherit;
}

.resources-page .mini-hero .filters .filter-item:last-child {
    margin-right: 0;
}

.resources-page .mini-hero .filters .filter-item.active {
    background-color: #FFF;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .12);
    color: #EB4B60;
}

.resources-page .mini-hero .filters .filter-search form {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.resources-page .mini-hero .filters .filter-search input {
    background-color: transparent;
    border: none;
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    outline: none;
    text-align: right;
    top: 7px;
    right: 16px;
    position: relative;
    -webkit-appearance: none;
    appearance: none;
}

.resources-page .mini-hero .filters .filter-search input::-webkit-search-cancel-button {
    display: none;
}

.resources-page .mini-hero .filters .filter-search .search-icon {
    height: 18px;
    width: 18px;
    position: relative;
    top: 7px;
    right: 9px;
}

.resources-page .mini-hero .filters .filter-search .search-icon img {
    display: block;
    height: 100%;
    width: 100%;
}

.resources-page .resources {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 45px;
}

.resources-page .resources .monthly-listing {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.resources-page .resources .heading {
    font-family: 'Euclid Flex', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #555;
    margin-bottom: 9px;
}

.resources-page .resources .resource-collective {
    background-color: #EEE;
    border-radius: 15px;
    padding: 9px;
    list-style: none;
    margin: 0 0 45px;
    width: 100%;
}

.resources-page .resources .resource {
    background-color: #FFF;
    margin-bottom: 2px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 9px 15px;
}

.resources-page .resources .resource:first-child {
    border-radius: 9px 9px 0 0;
}

.resources-page .resources .resource:last-child {
    border-radius: 0 0 9px 9px;
    margin-bottom: 0;
}

.resources-page .resources .resource .icon {
    height: 48px;
    width: 48px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #F5E8E8;
    border-radius: 50px;
    margin-right: 12px;
    flex: 0 0 48px;
}

.resources-page .resources .resource .icon .document-icon {
    height: 24px;
    width: 18.67px;
    position: relative;
}

.resources-page .resources .resource .icon .video-icon {
    height: 19.8px;
    width: 22px;
    position: relative;
}

.resources-page .resources .resource .icon .podcast-icon {
    height: 22.75px;
    width: 20px;
    position: relative;
}

.resources-page .resources .resource .icon .image-icon {
    height: 18.9px;
    width: 21px;
    position: relative;
}

.resources-page .resources .resource .icon .document-icon img,
.resources-page .resources .resource .icon .video-icon img,
.resources-page .resources .resource .icon .podcast-icon img,
.resources-page .resources .resource .icon .image-icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.resources-page .resources .resource .details {
    width: 100%;
}

.resources-page .resources .resource .title {
    color: #000;
    margin-bottom: 1px;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
}

.resources-page .resources .resource .data {
    color: #555;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
}

.resources-page .resources .resource .download .download-icon {
    height: 18px;
    width: 15.57px;
    position: relative;
}

.resources-page .resources .resource .download .download-icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.services-page .content-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.services-page .services-description {
    margin-right: 60px;
    font-size: 22px;
    font-weight: 400;
    line-height: 29px;
    color: #000;
    flex: 1 0 30%;
}

.services-page .services .services-count {
    font-size: 11px;
    font-weight: 600;
    line-height: 13px;
    letter-spacing: 0.12em;
    color: #555;
    text-transform: uppercase;
    margin-bottom: 21px;
}

.services-page .services .services-collective {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 90px;
    padding: 0;
    list-style: none;
}

.services-page .services .service-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 0 0 calc(50% - 12px);
    margin-bottom: 24px;
    padding: 21px;
    border-radius: 15px;
    border: 1px solid #DDD;
    background-color: #FFF;
}

.services-page .services .service-item .content {
    flex: 1 1 70%;
}

.services-page .services .service-item .title {
    font-size: 17px;
    font-weight: 500;
    line-height: 21px;
    color: #000;
    margin-bottom: 12px;
}

.services-page .services .service-item .time,
.services-page .services .service-item .location {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #555;
}

.services-page .services .service-item .time {
    margin-bottom: 6px;
}

.services-page .services .service-item .time-icon {
    height: 10px;
    width: 10px;
    position: relative;
    margin-right: 6px;
    top: 3px;
}

.services-page .services .service-item .location-icon {
    height: 11.25px;
    width: 9px;
    position: relative;
    margin-right: 7px;
    top: 3px;
}

.services-page .services .service-item .time-icon img,
.services-page .services .service-item .location-icon img {
    display: block;
    height: 100%;
    width: 100%;
}

.services-page .services .service-item .actions {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.services-page .services .service-item .info-icon {
    height: 12px;
    width: 12px;
    position: relative;
    margin-right: 6px;
}

.services-page .services .service-item .youtube-icon {
    height: 12px;
    width: 14.67px;
    position: relative;
    margin-right: 6px;
}

.services-page .services .service-item .info-icon img,
.services-page .services .service-item .youtube-icon img {
    display: block;
    height: 100%;
    width: 100%;
}

.services-page .services .service-item a {
    border: 1px solid #DDD;
    padding: 6px 12px;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 9px;
    border-radius: 50px;
}

.services-page .services .service-item a:last-child {
    margin-bottom: 0;
}

.about-page .mini-hero .tabs {
    position: absolute;
    bottom: -24px;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}

.about-page .mini-hero .tabs .tabs-container {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .12);
    background-color: rgba(255, 255, 255, .25);
    border-radius: 50px;
    padding: 9px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.about-page .mini-hero .tabs .tab-item {
    border-radius: 50px;
    margin-right: 6px;
    padding: 6px 15px;
    white-space: nowrap;
}

.about-page .mini-hero .tabs .tab-item a {
    border: 1px solid rgba(0, 0, 0, 0);
    color: #000;
}

.about-page .mini-hero .tabs .tab-item:last-child {
    margin-right: 0;
}

.about-page .mini-hero .tabs .tab-item.active {
    background-color: #FFF;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .12);
    border: 1px solid rgba(0, 0, 0, .01);
    color: #EB4B60;
}

.about-page .tab {
    display: none;
}

.about-page .tab.tab-active {
    display: block;
}

.about-page .content-section {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin: 0 0 60px;
    padding: 0 0 60px;
    border-bottom: 1px solid #DDD;
}

.about-page .content-section:last-child {
    border-bottom: none;
}

.about-page .content-section .section-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 40%;
}

.about-page .content-section .section-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 60%;
}

.about-page .content-section .section-left .heading {
    font-family: 'Euclid Flex', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.02em;
}

.about-page .content-section p {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    margin: 0 0 30px;
}

.about-page .content-section ul,
.about-page .content-section ol {
    margin: 0 0 30px;
    width: 100%;
}

.about-page .content-section li {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}

.about-page .content-section p:last-child {
    margin-bottom: 0;
}

.about-page .content-section img {
    display: block;
    width: 100%;
}

.about-page .content-section blockquote {
    background-color: #EEE;
    border-radius: 15px 15px 45px 15px;
    padding: 30px;
    margin: 0 0 30px;
}

.about-page .content-section .section-right h4 {
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0.12em;
    margin: 0 0 9px;
    text-transform: uppercase;
    color: #555;
}

.about-page .content-section .timeline {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 0 30px;
}

.about-page .content-section .timeline .timeline-item {
    position: relative;
    border: 1px solid #DDD;
    border-radius: 15px;
    padding: 21px 21px 21px 39px;
    margin-left: 9px;
    margin-bottom: 15px;
    width: calc(100% - 9px);
}

.about-page .content-section .timeline-item .timeline-date {
    position: absolute;
    background-color: #000;
    color: #FFF;
    font-family: 'Euclid Flex', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    border-radius: 50px;
    transform-origin: top left;
    transform: rotate(-90deg) translateX(-100%);
    padding: 6px 12px;
    top: 21px;
    left: -15px;
}

.about-page .content-section .timeline-item .timeline-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 9px;
}

.about-page .content-section .timeline-item .timeline-copy p {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 15px;
    color: #555;
}

.about-page .content-section .timeline-item .timeline-copy p:last-child {
    margin-bottom: 0;
}

.about-page .content-section .timeline-gallery {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.about-page .content-section .timeline-gallery .gallery-item {
    height: 72px;
    object-fit: cover;
    margin-right: 9px;
    margin-bottom: 9px;
    border-radius: 6px;
    overflow: hidden;
}

.about-page .content-section .timeline-gallery .gallery-item img {
    display: block;
    height: 100%;
    width: auto;
    object-fit: cover;
    aspect-ratio: 16 / 10;
}

.give-page .mini-hero .container {
    justify-content: center;
}

.give-page .container-narrow {
    width: 570px;
}

.give-page .give-content {
    margin-bottom: 60px;
}

.give-page .give-content h3 {
    font-family: 'Euclid Flex', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 21px;
}

.give-page .give-content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 9px;
}

.give-page .give-content .gallery-swiper {
    margin: 45px -15%;
    width: 130%;
    overflow: hidden;
    position: relative;
}

.give-page .give-content .swiper-slide {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.give-page .give-content .swiper-slide .image {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 15px;
}

.give-page .give-content .swiper-slide .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 10;
}

.give-page .give-content .swiper-slide .caption {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    color: #555;
    max-width: 360px;
    margin-bottom: 18px;
}

.give-page .give-content .swiper-pagination {
    position: relative;
}

.give-page .give-content .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 6px;
    margin: 0 6px;
    border-radius: 50px;
    background-color: #A7A39F;
    transition: background-color .3s ease-in-out;
}

.give-page .give-content .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #EB4B60;
}

.give-page .give-content .image-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin: 60px 0 90px;
}

.give-page .give-content .image-wrapper img {
    display: block;
    height: 50%;
    width: 50%;
}

.content-page {
    margin-bottom: 90px;
}

.content-page .container-medium {
    width: 760px;
}

.content-page .container-narrow {
    width: 570px;
}

.content-page .excerpt {
    border-bottom: 1px solid #DDD;
    margin-bottom: 60px;
}

.content-page .excerpt h2 {
    font-size: 26px;
    font-weight: 400;
    line-height: 34px;
    margin: 0 0 45px;
}

.content-page figure {
    width: 150%;
    margin-left: -25%;
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.content-page figure img {
    width: 100%;
    border-radius: 60px 30px 60px 30px;
    overflow: hidden;
    margin-bottom: 15px;
    object-fit: cover;
}

.content-page figure figcaption {
    width: 360px;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    color: #555;
}

.content-page figure.inline {
    width: 70%;
    margin-left: 10%;
    margin-top: 30px;
}

.content-page figure.inline figcaption {
    position: absolute;
    bottom: 50px;
    left: 40%;
    width: 80%;
    background-color: #FFF;
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
    text-align: left;
    padding: 15px;
    border-radius: 15px;
    color: #666;
}

.content-page p {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    margin: 0 0 18px;
}

.content-page a {
    color: #EB4B60;
}

.content-page ul,
.content-page ol {
    margin: 18px 0;
}

.content-page li {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 6px;
}

.content-page blockquote {
    background-color: #F2F2F2;
    border-radius: 15px 15px 60px 15px;
    padding: 15px 30px 30px;
    margin: 30px 0;
}

.content-page blockquote p {
    font-size: 19px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
}

.content-page blockquote *:last-child {
    margin-bottom: 0;
}

.content-page h4 {
    margin: 0 0 15px;
    color: #555;
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.content-page .gallery-swiper,
.ministry-page .gallery-swiper {
    margin: 45px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.ministry-page .gallery-swiper .swiper-wrapper {
    margin-bottom: 30px;
}

.content-page .swiper-slide,
.ministry-page .swiper-slide {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.content-page .swiper-slide .image,
.ministry-page .swiper-slide .image {
    width: 100%;
    border-radius: 60px 30px 60px 30px;
    overflow: hidden;
    margin-bottom: 15px;
}

.ministry-page .swiper-slide .image {
    margin-bottom: 0;
}

.content-page .swiper-slide .image img,
.ministry-page .swiper-slide .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 10;
}

.content-page .swiper-slide .caption {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    color: #555;
    max-width: 360px;
    margin-bottom: 18px;
}

.content-page .swiper-pagination,
.ministry-page .swiper-pagination {
    position: relative;
}

.content-page .swiper-pagination .swiper-pagination-bullet,
.ministry-page .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 6px;
    margin: 0 6px;
    border-radius: 50px;
    background-color: #A7A39F;
    transition: background-color .3s ease-in-out;
}

.content-page .swiper-pagination .swiper-pagination-bullet-active,
.ministry-page .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #EB4B60;
}

.content-page .swiper-navigation,
.ministry-page .swiper-navigation {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 90%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    padding: 0 15px;
}

.content-page .swiper-next,
.content-page .swiper-previous,
.ministry-page .swiper-next,
.ministry-page .swiper-previous {
    pointer-events: visible;
    height: 80px;
    width: 32px;
    background-color: rgba(255, 255, 255, .5);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    border-radius: 50px;
    cursor: pointer;
    background-image: url(../images/icon-bold-arrow.png);
    background-position: center;
    background-size: 33%;
    background-repeat: no-repeat;
    pointer-events: visible;
}

.content-page .swiper-previous,
.ministry-page .swiper-previous {
    transform-origin: center;
    transform: rotate(180deg);
}

.ministry-page {
    margin: 60px 0 90px;
}

.mobile-breadcrumbs {
    display: none;
}

.ministry-page .ministry-hero {
    max-width: 1080px;
    margin: 0 auto;
}

.ministry-page .ministry-hero {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.ministry-page .ministry-hero .background-image {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
    border-radius: 240px 30px;
}

.ministry-page .ministry-hero .background-image img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.ministry-page .ministry-hero .background-image img.desktop {
    display: block;
}

.ministry-page .ministry-hero .background-image img.mobile {
    display: none;
}

.ministry-page .main-heading {
    font-family: 'Euclid Flex', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 96px;
    font-weight: 400;
    line-height: 96px;
    letter-spacing: -0.02em;
    position: static;
    z-index: 1;
    background-color: transparent;
    /* background-color: rgba(255, 255, 255, .55); */
    /*     -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px); */
    display: inline-block;
    padding: 15px 30px;
    margin: 0;
    margin-left: -51px;
    margin-bottom: 30px;
    border-radius: 60px 15px 60px 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.ministry-page .main-heading .title-logo {
    display: inline-block;
    height: 90px;
    margin-right: 15px;
}

.ministry-page .main-heading .title-logo img {
    height: 100%;
    object-fit: cover;
}

.ministry-page .overview {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: -45px auto 30px;
    background-color: #fff;
    border-radius: 15px;
}

.ministry-page .overview .content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.ministry-page .content h3 {
    margin: 0 0 21px;
    font-size: 13px;
    font-weight: 600;
    line-height: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #9e9e9e;
}

.ministry-page .content p {
    font-family: Inter;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #000;
    margin: 0 0 21px;
}

.ministry-page .content p.large-print {
    font-size: 26px;
    font-weight: 500;
    line-height: 34px;
}

.ministry-page .content p:last-child {
    margin-bottom: 0;
}

.ministry-page .overview .footer {
    border-top: 1px solid #ddd;
}

.ministry-page .overview .footer .content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.ministry-page .overview .footer .audience {
    background-color: #F5E8E8;
    padding: 6px 12px;
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    color: #EB4B60;
    margin-right: 15px;
}

.ministry-page .overview .footer .audience .audience-icon {
    position: relative;
    width: 11.13px;
    height: 13px;
    margin-right: 6px;
    top: -1px;
    flex: 0 0 11.13px;
}

.ministry-page .overview .footer .time-location,
.ministry-page .overview .footer .time,
.ministry-page .overview .footer .location {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.ministry-page .overview .footer .time {
    margin-right: 15px;
}

.ministry-page .overview .footer .time .time-icon {
    position: relative;
    width: 16px;
    height: 16px;
    margin-right: 6px;
    flex: 0 0 16px;
}

.ministry-page .overview .footer .location .location-icon {
    position: relative;
    width: 12.8px;
    height: 16px;
    margin-right: 6px;
    flex: 0 0 12.8px;
}

.ministry-page .overview .footer .audience-icon img,
.ministry-page .overview .footer .time-icon img,
.ministry-page .overview .footer .location-icon img {
    display: block;
    height: 100%;
    width: 100%;
}

.ministry-page .objectives {
    max-width: 760px;
    margin: -0 auto 60px;
    background-color: #fff;
    border-radius: 15px;
}

.ministry-page .objectives .content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.ministry-page .objectives .content-left {
    width: 35%;
    padding: 30px 15px 30px 30px;
}

.ministry-page .objectives .content-right {
    width: 65%;
    padding: 30px 30px 30px 15px;
}

.ministry-page .objectives .content .heading {
    padding-top: 9px;
    border-top: 3px solid #000;
    font-family: "Euclid Flex", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
}

.ministry-page .content ul,
.ministry-page .content ol {
    margin: 0 0 30px;
    list-style: none;
}

.ministry-page .content ul> :last-child,
.ministry-page .content ol> :last-child {
    margin-bottom: 0;
}

.ministry-page .content ul li:before {
    content: "\2022";
    color: #EB4B60;
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.ministry-page .content li {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 12px;
}

.ministry-page .content p {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 0 30px;
}

.ministry-page .content a {
    color: #EB4B60;
}

.ministry-page .content .image-wrapper {
    display: block;
    margin-bottom: 30px;
}

.ministry-page .content .image-wrapper img {
    object-fit: cover;
    overflow: hidden;
    border-radius: 6px;
}

.ministry-page .content *:last-child {
    margin-bottom: 0;
}

.ministry-page .content-right> :last-child {
    margin-bottom: 0;
}

.ministry-page .objectives .footer-image {
    width: 100%;
    overflow: hidden;
    border-radius: 0 0 15px 15px;
}

.ministry-page .objectives .footer-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ministry-page .testimonies {
    max-width: 760px;
    margin: 0 auto 90px;
}

.ministry-page .testimonies .heading {
    font-family: "Euclid Flex", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: -0.02em;
    margin-bottom: 30px;
}

.ministry-page .testimonies .testimony-collective {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    height: 227px;
    overflow: hidden;
}

.ministry-page .testimonies .testimony {
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 30px;
    height: 227px;
}

.ministry-page .testimonies .testimony:nth-child(2n) {
    margin-right: 0;
}

.ministry-page .testimonies .testimony .content {
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    height: 120px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

.ministry-page .testimonies .testimony .content:after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    width: 100%;
    content: '';
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    pointer-events: none;
}

.ministry-page .testimonies .testimony .person {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;

}

.ministry-page .testimonies .testimony .person .profile-image {
    border-radius: 50px;
    height: 32px;
    width: 32px;
    overflow: hidden;
    margin-right: 9px;
}

.ministry-page .testimonies .testimony .person .profile-image img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.ministry-page .testimonies .load-more {
    font-size: 17px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;
    cursor: pointer;
}

.ministry-page .events {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1080px;
}

.ministry-page .events .content-left {
    width: calc(33% - 30px);
    margin-right: 30px;
}

.ministry-page .events .heading {
    font-family: "Euclid Flex", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 42px;
    letter-spacing: -0.02em;
    border-top: 3px solid #000;
    color: #000;
    padding-top: 12px;
    display: block;
}

.ministry-page .events .events-collective {
    width: calc(66%);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.ministry-page .events .events-collective .event-item {
    margin: 0 21px 36px 32px;
    position: relative;
    flex: 1 0 25%;
}

.ministry-page .events .events-collective .event-item:nth-child(2) {
    margin-right: 0;
}

.ministry-page .events .event-item a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.ministry-page .events .event-item .category {
    position: absolute;
    left: -32px;
    top: 42px;
    display: flex;
    flex-direction: row;
    font-size: 13px;
    line-height: 16px;
    color: #FFF;
    font-weight: 500;
    letter-spacing: 1.5px;
    background-color: #000;
    height: 32px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    white-space: nowrap;
    transform-origin: top left;
    transform: rotate(-90deg) translateX(-100%);
}

.ministry-page .events .event-item .category:before {
    content: '';
    position: absolute;
    bottom: 13px;
    left: 1px;
    height: 19px;
    width: 32px;
    background-repeat: no-repeat;
    background-image: url(../images/tab-bottom.png);
    transform-origin: top left;
    transform: rotate(90deg);
}

.ministry-page .events .event-item .category:after {
    content: '';
    position: absolute;
    bottom: 13px;
    right: -50px;
    height: 19px;
    width: 32px;
    background-repeat: no-repeat;
    background-image: url(../images/tab-top.png);
    transform-origin: top left;
    transform: rotate(90deg);
}

.ministry-page .events .event-item .event {
    border: 1px solid #DDD;
    border-radius: 21px;
    background-color: #FFF;
    width: 235px;
    flex-grow: 1;
    flex-shrink: 0;
}

.ministry-page .events .event-item .event .title {
    font-size: 17px;
    line-height: 21px;
    color: #000;
    font-weight: 500;
    padding: 21px;
}

.ministry-page .events .event-item .event .cover-swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.ministry-page .events .event-item .event .cover-swiper img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.ministry-page .events .event-item .event .cover-swiper .swiper-pagination {
    position: absolute;
    bottom: 12px;
}

.ministry-page .events .event-item .event .cover-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 27px;
    height: 4px;
    margin: 0 6px;
    border-radius: 30px;
    background-color: rgba(0, 0, 0, .25);
    transition: background-color .3s ease-in-out;
}

.ministry-page .events .event-item .event .cover-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #EB4B60;
}

.ministry-page .events .event-item .event .bottom {
    padding: 12px 21px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.ministry-page .events .event-item .event .date {
    font-size: 14px;
    line-height: 17px;
    color: #333;
}

.ministry-page .gallery {
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.contact-page .map {
    height: calc(100vh - 70px);
    width: 100vw;
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.contact-page .map .map-image {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../images/contact-map-full.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 430px;
}

.contact-page .map .map-image img {
    display: none;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.contact-page .data {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform-origin: center;
    display: none !important;
}

.contact-page .data .icon img {
    display: block;
    height: 100%;
    width: 100%;
}

.contact-page .data .bethesda-location {
    width: 49.78px;
    height: 64px;
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 24.89px);
}

.contact-page .data .label {
    background-color: rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border-radius: 50px;
    height: 48px;
    max-width: 180px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    padding: 4px 12px 4px 4px;
}

.contact-page .data .label .label-icon {
    height: 40px;
    width: 40px;
    background-color: #fff;
    border-radius: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 6px;
    flex: 0 0 40px;
}

.contact-page .data .label .label-icon .fuel-icon {
    height: 14.4px;
    width: 16px;
}

.contact-page .data .label .label-icon .basketball-icon {
    height: 16px;
    width: 16px;
}

.contact-page .data .label .label-icon .dining-icon {
    height: 16px;
    width: 16px;
}

.contact-page .data .label .label-icon .cart-icon {
    height: 16.3px;
    width: 16px;
}

.contact-page .data .label .label-icon .school-icon {
    height: 16px;
    width: 18.41px;
}

.contact-page .data .label .label-copy {
    max-width: 128px;
    display: inline;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    color: #2B271B;
    flex: 1 1 128px;
}

.contact-page .data #spcamkave5 {
    top: calc(50% - 750px);
    left: calc(50% - 370px);
}

.contact-page .data #yckz6rc {
    top: calc(50% - 430px);
    left: calc(50% + 70px);
}

.contact-page .data #mmfc {
    top: calc(50% + 60px);
    left: calc(50% + 90px);
}

.contact-page .data #chijsngs {
    top: calc(50% + 70px);
    left: calc(50% - 630px);
}

.contact-page .data #giant {
    top: calc(50% + 130px);
    left: calc(50% + 260px);
}

.contact-page .data #mcd {
    top: calc(50% + 205px);
    left: calc(50% - 40px);
}

.contact-page .data #kbcc {
    top: calc(50% + 290px);
    left: calc(50% - 50px);
}

.contact-page .info {
    position: absolute;
    top: 0;
    left: 0;
    right: 30px;
    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.contact-page .info .frame {
    width: 378px;
    background-color: rgba(255, 255, 255, .7);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border: 1px solid #ddd;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.contact-page .info .frame .top {
    border-bottom: 1px solid #ddd;
    padding: 15px 30px;
}

.contact-page .info .frame .bottom {
    padding: 15px 30px;
}

.contact-page .info .frame .heading {
    font-family: 'Euclid Flex', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 15px;
}

.contact-page .info .frame .location,
.contact-page .info .frame .bus,
.contact-page .info .frame .mrt {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #555;
}

.contact-page .info .frame .bus {
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
}

.contact-page .info .frame .location {
    color: #EB4B60;
    margin-bottom: 18px;
}

.contact-page .info .frame .location a {
    color: #EB4B60;
}

.contact-page .info .frame .mrt {
    margin-bottom: 0;
}

.contact-page .info .frame .mrt .train-details span {
    color: #888;
    font-size: 12px;
    line-height: 15px;
}

.contact-page .info .location-icon img,
.contact-page .info .bus-icon img,
.contact-page .info .train-icon img,
.contact-page .info .phone img,
.contact-page .info .email img,
.contact-page .info .fb img,
.contact-page .info .ig img {
    display: block;
    height: 100%;
    width: 100%;
}

.contact-page .info .location-icon {
    width: 12px;
    height: 15px;
    margin-right: 14px;
    position: relative;
    top: 2px;
    left: 2px;
    flex: 0 0 12px;
}

.contact-page .info .bus-icon {
    width: 16.22px;
    height: 15px;
    margin-right: 9px;
    position: relative;
    top: 1px;
    flex: 0 0 16.22px;
}

.contact-page .info .train-icon {
    width: 12.6px;
    height: 18px;
    margin-right: 12.5px;
    position: relative;
    left: 1.5px;
    flex: 0 0 12.6px;
}

.contact-page .info .bus-label {
    margin-right: 15px;
    width: 60px;
    font-weight: 500;
}

.contact-page .info .train-label {
    margin-right: 15px;
    width: 60px;
    font-weight: 500;
}

.contact-page .info .phone,
.contact-page .info .email,
.contact-page .info .fb,
.contact-page .info .ig {
    margin-bottom: 12px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.contact-page .info .ig {
    margin-bottom: 0;
}

.contact-page .info .phone .whatsapp-icon {
    width: 17.88px;
    height: 18px;
    position: relative;
    top: 0;
    margin-right: 9px;
}

.contact-page .info .email .mail-icon {
    width: 16.71px;
    height: 13px;
    position: relative;
    top: 2.5px;
    margin-right: 9px;
}

.contact-page .info .fb .fb-icon {
    width: 16px;
    height: 16px;
    margin-right: 9px;
    position: relative;
    top: 1px;
}

.contact-page .info .ig .ig-icon {
    width: 16px;
    height: 16px;
    margin-right: 9px;
    position: relative;
    top: 1px;
}

.contact-page .info .link a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    color: #EB4B60;
}

.contact-page .info .contact-button {
    margin-top: 30px;
    margin-bottom: 15px;
}

.contact-page .info .contact-button a {
    padding: 9px 15px;
    background-color: transparent;
    color: #000;
    border: 1px solid #bbb;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    border-radius: 50px;
}

.service-page {
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 90px;
}

.service-page .service-heading {
    font-family: 'Euclid Flex', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 96px;
    font-weight: 400;
    line-height: 96px;
    letter-spacing: -0.02em;
    margin: 0 0 45px;
}

.service-page .service-hero {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 90px;
}

.service-page .service-hero .background-image {
    position: relative;
    width: 115%;
    height: 480px;
    border-radius: 30px;
    overflow: hidden;
    margin-left: -7.5%;
}

.service-page .service-hero .background-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-page .service-hero .info {
    background-color: #fff;
    border-radius: 12px;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
    margin-top: -75px;
    width: 100%;
}

.service-page .service-hero .info .info-block {
    width: 33%;
    padding: 15px 21px;
}

.service-page .service-hero .info .info-block:nth-child(2) {
    width: calc(33% - 2px);
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.service-page .service-hero .info .block-heading {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #555;
    margin-bottom: 9px;
}

.service-page .service-hero .info .icon img {
    display: block;
    height: 100%;
    width: 100%;
}

.service-page .service-hero .info .clock-icon {
    height: 22px;
    width: 22px;
    margin-right: 9px;
    position: relative;
    top: 3px;
    flex: 0 0 22px;
}

.service-page .service-hero .info .location-icon {
    height: 21.9px;
    width: 17.6px;
    margin-right: 9px;
    position: relative;
    left: 2.2px;
    top: 3px;
    flex: 0 0 17.6px;
}

.service-page .service-hero .info .whatsapp-icon {
    width: 21.85px;
    height: 22px;
    margin-right: 9px;
    position: relative;
    top: 3px;
    flex: 0 0 21.85px;
}

.service-page .service-hero .info .mail-icon {
    width: 22px;
    height: 17.11px;
    margin-right: 9px;
    position: relative;
    top: 6px;
    flex: 0 0 22px;
}

.service-page .service-hero .info .content,
.service-page .service-hero .info .content a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.service-page .service-hero .info .content {
    margin-bottom: 3px;
}

.service-page .service-hero .info .content:last-child {
    margin-bottom: 0;
}

.service-page .service-hero .info .content .copy,
.service-page .service-hero .info .block-content {
    font-size: 19px;
    font-weight: 400;
    line-height: 29px;
    color: #000;
}

.service-page .more-info {
    width: 85%;
    margin: 0 auto 90px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.service-page .more-info .description {
    width: 70%;
    padding-right: 90px;
}

.service-page .more-info .description p {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    color: #000;
    margin: 0 0 30px;
}

.service-page .more-info .description>*:last-child {
    margin-bottom: 0;
}

.service-page .more-info .socials {
    width: 30%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 21px 30px;
}

.service-page .more-info .socials .block-heading {
    color: #555;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    letter-spacing: 0.12em;
    margin-bottom: 14px;
}

.service-page .more-info .socials .social-collective {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.service-page .more-info .socials .social {
    margin-bottom: 6px;
}

.service-page .more-info .socials .social:last-child {
    margin-bottom: 0;
}

.service-page .more-info .socials .social a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #000;
}

.service-page .more-info .socials .social .icon img {
    display: block;
    height: 16px;
    width: 16px;
}

.service-page .more-info .socials .social .icon {
    height: 36px;
    width: 36px;
    flex: 0 0 36px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background-color: #FFE7EA;
    margin-right: 6px;
    position: relative;
    top: -5px;
}

.service-page .gallery {
    margin: 0 auto 90px;
    width: 85%;
}

.service-page .gallery-swiper {
    position: relative;
}

.service-page .swiper-slide {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.service-page .swiper-slide .gallery-image {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 0;
}

.service-page .swiper-slide .gallery-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 10;
}

.service-page .swiper-pagination {
    position: relative;
}

.service-page .swiper-navigation {
    pointer-events: visible;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    padding: 0 15px;
    pointer-events: none;
}

.service-page .swiper-next,
.service-page .swiper-previous {
    height: 80px;
    width: 32px;
    background-color: rgba(255, 255, 255, .5);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(30px);
    border-radius: 50px;
    cursor: pointer;
    background-image: url(../images/icon-bold-arrow.png);
    background-position: center;
    background-size: 33%;
    background-repeat: no-repeat;
    pointer-events: visible;
}

.service-page .swiper-previous {
    transform-origin: center;
    transform: rotate(180deg);
}

.service-page .sermons {
    width: 75%;
    margin: 0 auto;
}

.service-page .sermons .top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
}

.service-page .sermons .top .heading {
    font-family: 'Euclid Flex', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: -0.02em;
}

.service-page .sermons .top a {
    font-size: 17px;
    font-weight: 500;
    line-height: 21px;
    text-align: right;
    color: #000;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-end;
}

.service-page .sermons .top .more-icon {
    position: relative;
    height: 11px;
    width: 11px;
    margin-left: 6px;
    top: -5px;
}

.service-page .sermons .top .more-icon img {
    display: block;
    height: 100%;
    width: 100%;
}

.service-page .sermons .next-up a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 15px;
    padding: 15px 21px;
    position: relative;
    margin-bottom: 15px;
}

.service-page .sermons .next-up .label {
    position: absolute;
    top: 15px;
    left: -81px;
    color: #EB4B60;
    font-size: 11px;
    font-weight: 600;
    line-height: 13px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    transform-origin: top right;
    transform: rotate(-90deg);
}

.service-page .sermons .next-up .image,
.service-page .sermons .sermon .image {
    width: 170px;
    overflow: hidden;
    border-radius: 9px;
    margin-right: 30px;
    flex: 0 0 170px;
}

.service-page .sermons .next-up .image img,
.service-page .sermons .sermon .image img {
    width: 100%;
    display: block;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.service-page .sermons .next-up .details,
.service-page .sermons .sermon .details {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: calc(100% - 170px);
}

.service-page .sermons .next-up .info,
.service-page .sermons .sermon .info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.service-page .sermons .next-up .info .title,
.service-page .sermons .sermon .info .title {
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
}

.service-page .sermons .next-up .info .author,
.service-page .sermons .sermon .info .author {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    color: #777;
}

.service-page .sermons .next-up .date-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    margin-left: 30px;
    width: 30%;
}

.service-page .sermons .next-up .date-info .date {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    text-align: right;
    color: #000;
}

.service-page .sermons .next-up .date-info .time {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
    color: #777;
}

.service-page .sermons .sermon-collective {
    width: calc(100% - 42px);
    margin: 0 auto;
}

.service-page .sermons .sermon a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    width: 100%;
}

.service-page .sermons .sermon:last-child a {
    margin-bottom: 0;
}

.service-page .sermons .sermon .button {
    width: 30%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.service-page .sermons .sermon .button {
    background-color: #000;
    border-radius: 50px;
    padding: 9px 12px;
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.service-page .sermons .sermon .button .youtube-icon {
    width: 14.67px;
    height: 12px;
    position: relative;
    margin-right: 9px;
}

.service-page .sermons .sermon .button .youtube-icon img {
    height: 100%;
    width: 100%;
    display: block;
}

.service-page .more-info.event-info .description {
    width: 60%;
}

.service-page .more-info .tickets {
    width: 40%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 15px 21px;
    overflow: hidden;
}

.tribe-events-single * {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}

#tribe-events-content.tribe-events-single {
    max-width: 570px;
    margin: 30px auto;
}

#tribe-events-pg-template {
    margin: initial;
    max-width: initial;
    padding: initial;
}

.tribe-events-meta-group {
    margin: 0;
    padding: 0;
    width: 100%;
}

.tribe-events-meta-group-details dl {
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.tribe-events-meta-group-details dl dt {
    width: auto;
}

.tribe-events-meta-group-details dl dd {
    width: 75%;
    margin: 0;
    padding-left: 9px;
    flex: 1 1;
}

.tribe-events-meta-group-details dl dd abbr {
    text-decoration: none;
}

.tribe-events-meta-group-organizer .tribe-organizer {
    margin-left: 0;
    font-weight: 600;
}

.tribe-events-meta-group-organizer dl {
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.tribe-events-meta-group-organizer dl dt {
    width: auto;
}

.tribe-events-meta-group-organizer dl dd {
    width: 75%;
    margin: 0;
    padding-left: 9px;
}

.tribe-events-meta-group .tribe-organizer {
    padding: 0;
}

.tribe-events-meta-group .tribe-events-event-cost {
    color: #EB4B60;
}

.entry .entry-content .event-tickets .tribe-tickets__tickets-form,
.event-tickets .tribe-tickets__tickets-form {
    border: none;
    margin: 0;
    padding: 0;
}

.event-tickets .tribe-tickets__form .tribe-tickets__form-field-label,
.event-tickets .tribe-tickets__form label {
    font-size: 11px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
}

.event-tickets .tribe-tickets__form .tribe-tickets__form-field {
    padding-bottom: 15px !important;
}

.event-tickets .tribe-tickets__form-field input[type="text"],
.event-tickets .tribe-tickets__form-field input[type="tel"],
.event-tickets .tribe-tickets__form-field input[type="email"],
.event-tickets .tribe-tickets__form-field input[type="password"] {
    padding: 9px 12px;
    border: 1px solid #ddd !important;
    transition: .3s ease-in-out;
}

.event-tickets .tribe-tickets__form-field input[type="text"]:focus,
.event-tickets .tribe-tickets__form-field input[type="tel"]:focus,
.event-tickets .tribe-tickets__form-field input[type="email"]:focus,
.event-tickets .tribe-tickets__form-field input[type="password"]:focus,
.event-tickets .tribe-tickets__form-field input[type="text"]:active,
.event-tickets .tribe-tickets__form-field input[type="tel"]:active,
.event-tickets .tribe-tickets__form-field input[type="email"]:active,
.event-tickets .tribe-tickets__form-field input[type="password"]:active {
    border: 1px solid #000 !important;
}

.entry .entry-content .event-tickets .tribe-tickets__tickets-form *,
.event-tickets .tribe-tickets__tickets-form * {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.event-tickets .tribe-common-h6--min-medium {
    line-height: var(--tec-line-height-1) !important;
}

.entry .entry-content .event-tickets .tribe-tickets__tickets-footer,
.event-tickets .tribe-tickets__tickets-footer {
    flex-wrap: wrap;
}

.entry .entry-content .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn,
.entry .entry-content .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn,
.event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn,
.event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn {
    margin-top: 15px;
    color: #fff;
    background-color: #EB4B60;
    padding: 9px 15px;
    border: 2px solid transparent;
}

.entry .entry-content .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:disabled,
.entry .entry-content .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:disabled,
.event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:disabled,
.event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:disabled {
    opacity: .5;
    color: #ccc;
    background-color: #EB4B60;
    padding: 9px 15px;
    border: 2px solid transparent;
}

.entry .entry-content .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:focus,
.entry .entry-content .event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:hover,
.entry .entry-content .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:focus,
.entry .entry-content .event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:hover,
.event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:focus,
.event-tickets .tribe-tickets__attendee__fields__footer_checkout-button.tribe-common-c-btn:hover,
.event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:focus,
.event-tickets .tribe-tickets__tickets-buy.tribe-common-c-btn:hover {
    background-color: #fff;
    color: #EB4B60;
    padding: 9px 15px;
    border: 2px solid #EB4B60;
}

.tribe-common * {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}

.tribe-common a:not(.tribe-common-anchor--unstyle),
.tribe-common a:not(.tribe-common-anchor--unstyle):active,
.tribe-common a:not(.tribe-common-anchor--unstyle):focus,
.tribe-common a:not(.tribe-common-anchor--unstyle):hover,
.tribe-common a:not(.tribe-common-anchor--unstyle):visited {
    border-bottom: 2px solid #EB4B60;
}

.tribe-common a.toggle,
.tribe-common a.toggle:active,
.tribe-common a.toggle:focus,
.tribe-common a.toggle:hover,
.tribe-common a.toggle:visited {
    border-bottom: 2px solid transparent;
    font-size: 12px;
    color: #666;
}

.tribe-events-notices {
    border: none;
    padding-bottom: 0;
}

.tribe-common .tribe-common-c-btn,
.tribe-common .tribe-common-c-btn:focus,
.tribe-common .tribe-common-c-btn:hover,
.tribe-common a.tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn:focus,
.tribe-common a.tribe-common-c-btn:hover,
.tribe-common button.tribe-common-c-btn,
.tribe-common button.tribe-common-c-btn:focus,
.tribe-common button.tribe-common-c-btn:hover {
    background-color: #EB4B60 !important;
    border: 2px solid transparent !important;
    color: #fff !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
}

.tribe-common .tribe-common-c-btn:focus,
.tribe-common .tribe-common-c-btn:hover,
.tribe-common a.tribe-common-c-btn:focus,
.tribe-common a.tribe-common-c-btn:hover,
.tribe-common button.tribe-common-c-btn:focus,
.tribe-common button.tribe-common-c-btn:hover {
    background-color: transparent !important;
    border: 2px solid #EB4B60 !important;
    color: #EB4B60 !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
}

.tribe-tickets__commerce-checkout-header {
    background-color: transparent;
}

.event-tickets .tribe-tickets__commerce-checkout-cart-header,
.tribe-common .tribe-tickets__commerce-checkout-cart-header {
    background-color: transparent;
}

.event-tickets .tribe-tickets__commerce-checkout-cart-footer,
.tribe-common .tribe-tickets__commerce-checkout-cart-footer {
    background-color: transparent;
}

.tribe-common a,
.tribe-common abbr,
.tribe-common acronym,
.tribe-common address,
.tribe-common applet,
.tribe-common article,
.tribe-common aside,
.tribe-common audio,
.tribe-common b,
.tribe-common big,
.tribe-common blockquote,
.tribe-common canvas,
.tribe-common caption,
.tribe-common center,
.tribe-common cite,
.tribe-common code,
.tribe-common dd,
.tribe-common del,
.tribe-common details,
.tribe-common dfn,
.tribe-common div,
.tribe-common dl,
.tribe-common dt,
.tribe-common em,
.tribe-common embed,
.tribe-common fieldset,
.tribe-common figcaption,
.tribe-common figure,
.tribe-common footer,
.tribe-common form,
.tribe-common h1,
.tribe-common h2,
.tribe-common h3,
.tribe-common h4,
.tribe-common h5,
.tribe-common h6,
.tribe-common header,
.tribe-common i,
.tribe-common iframe,
.tribe-common img,
.tribe-common ins,
.tribe-common kbd,
.tribe-common label,
.tribe-common legend,
.tribe-common li,
.tribe-common main,
.tribe-common mark,
.tribe-common menu,
.tribe-common nav,
.tribe-common object,
.tribe-common ol,
.tribe-common output,
.tribe-common p,
.tribe-common pre,
.tribe-common q,
.tribe-common ruby,
.tribe-common s,
.tribe-common samp,
.tribe-common section,
.tribe-common small,
.tribe-common span,
.tribe-common strike,
.tribe-common strong,
.tribe-common sub,
.tribe-common summary,
.tribe-common sup,
.tribe-common table,
.tribe-common tbody,
.tribe-common td,
.tribe-common tfoot,
.tribe-common th,
.tribe-common thead,
.tribe-common time,
.tribe-common tr,
.tribe-common tt,
.tribe-common u,
.tribe-common ul,
.tribe-common var,
.tribe-common video {
    background-color: transparent;
}

.event-tickets .tribe-tickets__commerce-order-description,
.event-tickets .tribe-tickets__commerce-order-details,
.event-tickets .tribe-tickets__commerce-order-footer {
    background-color: transparent;
}

.tribe-common-anchor-alt.tribe-tickets__commerce-order-footer-link.tribe-tickets__commerce-order-footer-link--browse-events {
    display: none;
}

.tribe-common-anchor-alt.tribe-tickets__commerce-order-footer-link.tribe-tickets__commerce-order-footer-link--back-home {
    margin-left: 0 !important;
}

.tribe-ticket-information .ticket-name {
    font-weight: 700;
}

.tribe-tickets .list-attendee {
    letter-spacing: 0;
}

.tribe-tickets ul.tribe-orders-list .tribe-tickets-list>.tribe-item {
    gap: 0 !important;
    grid-gap: 0 !important;
}

#user-registration {
    background-color: transparent;
    box-shadow: none;
}

.user-registration.ur-frontend-form,
#user-registration .ur-frontend-form.login {
    border: none;
    padding: 0;
    margin: 0;
}

#user-registration .user-registration-login-title {
    display: none;
}

#user-registration label,
.ur-frontend-form .ur-form-row .ur-form-grid legend.ur-label,
.ur-frontend-form .ur-form-row .ur-form-grid label.ur-label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 3px;
}

#user-registration input[type="text"],
#user-registration input[type="email"],
#user-registration input[type="password"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="text"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="email"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="url"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="password"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="date"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="number"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="timepicker"],
.ur-frontend-form .ur-form-row .ur-form-grid input[type="phone"],
.ur-frontend-form .ur-form-row .ur-form-grid textarea,
.ur-frontend-form .ur-form-row .ur-form-grid select,
.ur-frontend-form .ur-form-row .ur-form-grid .__PrivateStripeElement {
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 9px 12px 7px;
    width: 100%;
    max-width: 420px;
    display: block;
}

#user-registration input[type="submit"],
#user-registration input[type="button"],
.ur-frontend-form button,
.ur-frontend-form input[type="submit"],
.ur-frontend-form button[type="submit"],
.ur-frontend-form .ur-button-container .ur-submit-button {
    color: #fff;
    background-color: #EB4B60;
    padding: 9px 15px;
    border: 2px solid transparent;
    border-radius: 4px;
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 700;
    cursor: pointer;
    float: none;
    margin: 15px 0 0;
}

#user-registration .user-registration-LostPassword,
#user-registration .user-registration-register {
    font-size: 16px;
    line-height: 1.5rem;
}

.user-registration-message::before,
.user-registration-error::before,
.user-registration-info::before {
    margin-right: 0;
    margin-top: -3px;
}

.user-registration-error li,
.user-registration-message li,
.user-registration-info li {
    font-size: 16px;
    margin-bottom: 0;
    display: inline-block;
}

/* Large devices (desktops) */
@media (max-width: 1199.98px) {
    .container {
        max-width: 960px;
    }

    header .header-content .logo .logo-mobile {
        display: block;
    }

    header .header-content .logo .logo-desktop {
        display: none;
    }


    footer {
        flex-direction: column;
    }

    footer .logo {
        width: auto;
        max-width: 300px;
        margin-bottom: 30px;
    }

    footer .contact {
        flex-direction: column;
        margin-bottom: 30px;
    }

    footer .contact>*:first-child {
        margin-bottom: 24px;
    }

    .hero-swiper .hero-pagination {
        width: 70%;
    }

    .welcome-package .background-feature {
        width: 30%;
    }

    .welcome-package .welcome-swiper .swiper-slide a {
        height: 150px;
        width: 150px;
    }

    .welcome-package .welcome-swiper .swiper-slide .label {
        margin: 24px;
    }

    .upcoming .upcoming-events-collective {
        overflow-x: scroll;
        width: 100vw;
        margin-left: calc((100vw - 960px) / 2 * -1);
        padding-left: calc((100vw - 960px) / 2);
        padding-right: calc((100vw - 960px) / 2);
    }

    .landing-services .images {
        display: none;
    }

    .landing-services .content {
        padding: 0;
        margin-bottom: 30px;
    }

    .landing-services .content .heading {
        max-width: 540px;
    }

    .landing-services .service-collective {
        margin-top: 0;
        margin-left: 0;
        grid-template-areas:
            "service-1 service-2 service-3"
            "service-0 service-4 service-5";
        grid-gap: 15px;
    }

    .contact-page .data .label {
        display: none;
    }

    .content-page .gallery-swiper,
    .ministry-page .gallery-swiper {
        width: 100%;
        margin: 45px 0;
    }
}

/* Medium devices (tablets) */
@media (max-width: 991.98px) {
    .container {
        max-width: 720px;
    }

    header .header-content .nav .desktop-nav {
        display: none;
    }

    header .header-content .nav .persistent-nav {
        display: block;
    }

    header .header-content .nav .persistent-nav .menu-button {
        height: 20px;
        width: 20px;
    }

    header .header-content .nav .persistent-nav .menu-button svg * {
        fill: #fff;
    }

    .main-nav .main-nav-top {
        height: 72px;
    }

    .hero-swiper .hero-pagination {
        width: 100%;
    }

    .welcome-package {
        margin-bottom: 30px;
    }

    .welcome-package .background-feature {
        width: 0;
    }

    .welcome-package .container {
        flex-direction: column;
    }

    .welcome-package .ministries {
        order: 2;
        width: 100%;
    }

    .welcome-package .ministries .heading h1 {
        color: #000;
    }

    .welcome-package .welcome-swiper {
        margin: 0 45px;
        width: calc(100% - 90px);
    }

    .welcome-package .welcome-swiper .swiper-slide a {
        height: 190px;
        width: 190px;
    }

    .welcome-package .welcome-swiper .swiper-slide .label {
        margin: 36px;
    }

    .welcome-package .welcome-swiper-navigation {
        padding: 0;
    }

    .welcome-package .im-new {
        width: 100%;
        margin-bottom: 30px;
    }

    .upcoming {
        margin: 0 0 60px;
    }

    .upcoming .upcoming-events-collective {
        overflow-x: scroll;
        width: 100vw;
        margin-left: calc((100vw - 720px) / 2 * -1);
        padding-left: calc((100vw - 720px) / 2);
        padding-right: calc((100vw - 720px) / 2);
    }

    .events-page .events-collective .event-item {
        flex: 0 0 calc(50% - 53px);
    }

    .events-page .events-collective .event-item:nth-child(3n) {
        margin-right: 21px;
    }

    .events-page .events-collective .event-item:nth-child(2n) {
        margin-right: 0;
    }

    .ministries-page .ministries-collective .ministry-item {
        flex: 0 0 calc(50% - 42px);
    }

    .ministries-page .ministry-item:nth-child(3n) {
        margin-right: 30px;
    }

    .ministries-page .ministry-item:nth-child(2n) {
        margin-right: 0;
    }

    .contact-page .map {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        height: auto;
    }

    .contact-page .map .map-image {
        position: static;
        order: 2;
        background-size: cover;
        transform: scale(1.5);
    }

    .contact-page .info {
        position: static;
        width: 100%;
        justify-content: flex-start;
        align-items: flex-start;
        order: 1;
    }

    .contact-page .info .frame {
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #ddd;
        width: 100%;
    }

    .contact-page .info .frame .top {
        width: 100%;
    }

    .services-page .container {
        flex-direction: column;
    }

    .services-page .services-description {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .ministry-page .main-heading {
        font-size: 64px;
        line-height: 64px;
    }

    .ministry-page .main-heading .title-logo {
        display: inline-block;
        height: 64px;
        margin-right: 15px;
    }

    .ministry-page .overview {
        margin-top: 45px;
    }

    .ministry-page .content p.large-print {
        font-size: 22px;
        line-height: 28px;
    }

    .ministry-page .content p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 21px;
    }

    .ministry-page .content ol,
    .ministry-page .content ul {
        margin-bottom: 21px;
    }

    .ministry-page .content .image-wrapper {
        margin-bottom: 21px;
    }

    .ministry-page .content li {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 9px;
    }

    .service-page .service-heading {
        font-size: 64px;
        line-height: 64px;
    }

    .service-page .service-hero .info .content .copy,
    .service-page .service-hero .info .block-content {
        font-size: 14px;
        line-height: 26px;
    }

    .service-page .service-hero .info .clock-icon {
        height: 16px;
        width: 16px;
        margin-right: 6px;
        top: 4px;
        flex: 0 0 16px;
    }

    .service-page .service-hero .info .location-icon {
        height: 16px;
        width: 14px;
        margin-right: 8px;
        top: 4px;
        flex: 0 0 14px;
    }

    .service-page .service-hero .info .whatsapp-icon {
        width: 16px;
        height: 16px;
        top: 4px;
        margin-right: 6px;
        flex: 0 0 16px;
    }

    .service-page .service-hero .info .mail-icon {
        width: 16px;
        height: 13.5px;
        top: 6px;
        margin-right: 7px;
        flex: 0 0 16px;
    }

    .service-page .sermons .sermon .button {
        display: none;
    }

    .service-page .sermons .next-up .details,
    .service-page .sermons .sermon .details {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .service-page .sermons .next-up .date-info {
        width: 100%;
        margin: 0;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .service-page .sermons .next-up .date-info .date,
    .service-page .sermons .next-up .date-info .time {
        font-size: 12px;
        font-weight: 400;
        line-height: 17px;
        color: #777;
        text-align: left;
    }

    .service-page .sermons .next-up .date-info .date {
        margin-right: 15px;
    }

    .service-page .sermons .next-up .date-info .date:after {
        content: '•';
        position: relative;
        left: 8px;
    }

    .service-page .more-info.event-info {
        flex-direction: column;
    }

    .service-page .more-info.event-info .description {
        width: 100%;
        padding: 0;
        order: 2;
    }

    .service-page .more-info.event-info .tickets {
        width: 100%;
        margin-bottom: 45px;
        order: 1;
    }

    .listing-page .mini-hero {
        margin-bottom: 45px;
        /* height: 120px; */
    }

    .listing-page.resources-page .mini-hero {
        height: auto;
        padding: 15px 0;
        margin-bottom: 100px;
    }


    .listing-page .mini-hero .heading {
        font-size: 64px;
        line-height: 64px;
    }

    .resources-page .mini-hero .filters {
        position: absolute;
        bottom: -100px;
        left: 0;
    }

    .resources-page .mini-hero .filters .filter-all {
        display: none;
    }

    .resources-page .mini-hero .filters .filter-options {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        box-shadow: none;
        background-color: transparent;
        border-radius: 0;
        padding: 0;
        flex-direction: column;
        justify-content: unset;
        align-items: unset;
    }

    .resources-page .mini-hero .filters .filter-items {
        width: auto;
        overflow-x: scroll;
        margin-bottom: 6px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .resources-page .mini-hero .filters .filter-item.active {
        background-color: #000;
        color: #fff;
    }

    .resources-page .mini-hero .filters .filter-item {
        background-color: #fff;
        color: #000;
        box-shadow: none;
        border: 1px solid #ddd;
    }

    .resources-page .mini-hero .filters .filter-search {
        background-color: #fff;
        color: #000;
        box-shadow: none;
        border: 1px solid #ddd;
        border-radius: 50px;
        padding: 6px 9px;
        box-sizing: border-box;
        margin-left: 15px;
        margin-right: 15px;
    }

    .resources-page .mini-hero .filters .filter-search form {
        justify-content: flex-start;
    }

    .resources-page .mini-hero .filters .filter-search input {
        text-align: left;
        left: 0;
        top: 0;
        font-size: 14px;
        width: 100%;
    }

    .resources-page .mini-hero .filters .filter-search .search-icon {
        top: 0;
        right: 3px;
    }

    .content-page .excerpt h2 {
        margin-bottom: 30px;
    }

    .content-page .excerpt {
        margin-bottom: 45px;
    }
}

/* Small devices (landscape phones) */
@media (max-width: 767.98px) {
    .container {
        max-width: 540px;
    }

    .hero-swiper .swiper-wrapper .swiper-slide .hero-content .hero-content-block {
        background-color: transparent;
        padding: 0;
        max-width: 360px;
    }

    .hero-swiper .hero-content-block .button {
        /* display: none; */
    }

    .hero-swiper .hero-content-block .hero-heading {
        font-size: 48px;
    }

    .hero-swiper .hero-content-block .hero-copy {
        font-size: 16px;
    }

    .welcome-package .im-new .heading h1 {
        font-size: 38px;
        padding: 15px 0;
    }

    .welcome-package .ministries .heading h1 {
        font-size: 38px;
        padding: 15px 0 21px;
    }

    .welcome-package .welcome-swiper .swiper-slide a {
        height: 132px;
        width: 132px;
    }

    .welcome-package .welcome-swiper .swiper-slide a .label {
        margin: 9px;
    }

    .upcoming .heading h1 {
        font-size: 38px;
        padding: 15px 0;
    }

    .upcoming .upcoming-events-collective {
        overflow-x: scroll;
        width: 100vw;
        margin-left: calc((100vw - 540px) / 2 * -1);
        padding-left: calc((100vw - 540px) / 2);
        padding-right: calc((100vw - 540px) / 2);
    }

    .landing-services .service-collective {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        grid-template-areas:
            "service-1 service-2"
            "service-3 service-4"
            "service-0 service-5"
    }

    .events-page .mini-hero .filters {
        display: none;
    }

    .events-page .events-collective .event-item {
        flex: 0 0 calc(100% - 32px);
    }

    .ministries-page .ministries-collective .ministry-item {
        width: 100%;
        margin-right: 0;
        flex: 1 0 calc(100% - 15px);
    }

    .services-page .services .services-collective {
        margin-bottom: 30px;
    }

    .services-page .services .service-item {
        width: 100%;
        flex: 1 0 100%;
    }

    .give-page .give-content .gallery-swiper {
        width: 100%;
        overflow: hidden;
        /* margin: 45px calc( (100vw - 100%) / 2 * -1 ); */
        margin: 45px auto;
    }

    .service-page .service-hero {
        margin-bottom: 45px;
    }

    .service-page .service-hero .info {
        flex-direction: column;
    }

    .service-page .service-hero .info .info-block {
        width: 100%;
    }

    .service-page .service-hero .info .info-block:nth-child(2) {
        width: 100%;
        border: 0;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .service-page .service-hero .info .block-heading {
        font-size: 12px;
        font-weight: 600;
        line-height: 15px;
        letter-spacing: 0.08em;
    }

    .service-page .service-hero .info .content .copy,
    .service-page .service-hero .info .block-content {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

    .service-page .more-info {
        width: 100%;
        margin-bottom: 45px;
    }

    .service-page .more-info .description {
        padding-right: 30px;
        width: 65%;
    }

    .service-page .more-info .socials {
        width: 35%;
        padding: 15px 21px;
    }

    .service-page .gallery {
        width: 100%;
    }

    .service-page .sermons {
        width: 100%;
    }

    .contact-page .map .map-image {
        background-size: cover;
        transform: scale(2);
    }
}

/* Extra small devices (portrait phones) */
@media (max-width: 575.98px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }

    header {
        height: 51px;
    }

    .main-nav .main-nav-top {
        height: 51px;
    }

    .main-nav .menu-close-button {
        top: 12px;
    }

    footer {
        justify-content: center;
        padding: 30px;
    }

    footer .logo {
        max-width: 240px;
    }

    footer .contact .address {
        font-size: 16px;
        font-weight: 400;
        line-height: 21px;
    }

    footer .contact .information a {
        font-size: 16px;
        font-weight: 400;
        line-height: 21px;
    }

    footer .contact .information .email-icon {
        height: 13px;
        width: 16.71px;
        margin-right: 6px;
    }

    footer .contact .information .whatsapp-icon {
        height: 16px;
        width: 16px;
        margin-right: 6px;
        left: 1px;
    }

    footer .contact .information .call-icon {
        height: 16px;
        width: 16px;
        margin-right: 6px;
        left: 1px;
    }

    footer .socials a {
        font-size: 15px;
        font-weight: 400;
        line-height: 19px;
        margin-bottom: 6px;
        letter-spacing: unset;
        display: inline-block;
    }

    footer .socials .social .instagram-icon,
    footer .socials .social .facebook-icon {
        height: 15px;
        width: 15px;
        top: 2px;
        margin-right: 2px;
    }

    footer .socials .social .facebook-icon {
        top: 1px;
    }

    .hero {
        height: 35vh;
    }

    .hero-swiper .hero-content-block .hero-heading {
        font-size: 32px;
        line-height: 32px;
    }

    .hero-swiper .hero-content-block .hero-copy {
        font-size: 14px;
        line-height: 22px;
    }

    .hero-swiper .swiper-wrapper .swiper-slide .hero-content .hero-content-block {
        max-width: 240px;
    }

    .welcome-package .im-new ul li a {
        font-size: 17px;
        font-weight: 500;
        line-height: 21px;
    }

    .welcome-package .welcome-swiper {
        width: 100vw;
        margin-left: calc((100vw - 100%) / 2 * -1);
        padding-left: calc((100vw - 100%) / 2);
        padding-right: calc((100vw - 100%) / 2);
    }

    .welcome-package .welcome-swiper .swiper-slide a {
        height: 120px;
        width: 120px;
    }

    .welcome-package .welcome-swiper-navigation {
        display: none;
    }

    .welcome-package .welcome-swiper .swiper-slide .label {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        background-color: #fff;
        color: #000;
        font-size: 14px;
        font-weight: 500;
        line-height: 17px;
    }

    .welcome-package .welcome-swiper .swiper-slide a .label {
        margin: 15px;
    }

    .upcoming .upcoming-events-collective {
        overflow-x: scroll;
        width: 100vw;
        margin-left: calc((100vw - 100%) / 2 * -1);
        padding-left: calc((100vw - 100%) / 2);
        padding-right: calc((100vw - 100%) / 2);
    }

    .upcoming .upcoming-event .category {
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: 0.12em;
    }

    .upcoming .upcoming-event .event .title {
        font-size: 17px;
        font-weight: 500;
        line-height: 21px;
    }

    .upcoming .view-more a {
        font-size: 15px;
        font-weight: 500;
        line-height: 18px;
    }

    .landing-services .content {
        margin-bottom: 0px;
    }

    .landing-services .content .category {
        font-size: 12px;
    }

    .landing-services .content .heading {
        font-size: 32px;
        line-height: 32px;
        width: 100%;
    }

    .landing-services .content .copy {
        display: none;
    }

    .landing-services .service-collective {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
        overflow-x: scroll;
        width: 100vw;
        margin-left: calc((100vw - 100%) / 2 * -1);
        padding-left: calc((100vw - 100%) / 2);
        padding-right: calc((100vw - 100%) / 2);
    }

    .landing-services .service-collective .service {
        margin: 0 7.5px 0;
        width: 240px;
        min-width: 240px;
    }

    .landing-services .service-collective>*:last-child {
        margin-right: 0;
    }

    .landing-services .service-collective>*:nth-child(2) {
        margin-left: 0;
    }

    .landing-services .view-more a {
        font-size: 15px;
        font-weight: 500;
        line-height: 18px;
    }

    .listing-page .mini-hero {
        height: auto;
        padding: 15px 0;
        margin-bottom: 30px;
    }

    .listing-page.resources-page .mini-hero {
        height: auto;
        padding: 15px 0;
        margin-bottom: 75px;
    }

    .listing-page .mini-hero .heading {
        font-family: 'Euclid Flex', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-size: 40px;
        font-weight: 400;
        line-height: 42px;
        letter-spacing: -0.02em;
    }

    .resources-page .mini-hero .filters .filter-options {
        padding: 0;
    }

    .give-page .mini-hero .container {
        justify-content: flex-start;
    }

    .give-page .give-content p {
        font-size: 17px;
        line-height: 22px;
    }

    .give-page .give-content .gallery-swiper {
        margin: 30px 0 15px;
    }

    .give-page .give-content .donate {
        margin: 30px 0 15px;
    }

    .ministry-page {
        margin-top: 0;
        margin-bottom: 0;
    }

    .mobile-breadcrumbs {
        display: block;
        background-color: #7A7A7A;
        margin: 0;
        padding: 9px 0 9px 21px;
    }

    .mobile-breadcrumbs ul {
        display: flex;
        margin: 0;
        padding: 0;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        list-style: none;
    }

    .mobile-breadcrumbs li {
        margin-right: 12px;
        margin-bottom: 0;
        padding-right: 12px;
        position: relative;
        opacity: .8;
    }

    .mobile-breadcrumbs li:after {
        content: '/';
        color: #fff;
        opacity: .4;
        font-size: 15px;
        font-weight: 400;
        line-height: 18px;
        position: absolute;
        top: 2px;
        right: -4px;
    }

    .mobile-breadcrumbs li:first-child:after {
        top: 0;
    }

    .mobile-breadcrumbs li:last-child:after {
        content: '';
    }

    .mobile-breadcrumbs li a {
        color: #fff;
        font-size: 15px;
        font-weight: 400;
        line-height: 18px;
    }

    .mobile-breadcrumbs .home-icon {
        height: 16.5px;
        width: 16.5px;
    }

    .mobile-breadcrumbs .home-icon img {
        display: block;
        height: 100%;
        width: 100%;
    }

    .ministry-page .ministry-hero {
        width: 100vw;
        margin-left: calc((100vw - 100%) / 2 * -1);
        align-items: flex-start;
    }

    .ministry-page .main-heading {
        font-size: 40px;
        font-weight: 400;
        line-height: 42px;
        letter-spacing: -0.02em;
        background-color: transparent;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        padding: 0 21px;
        border-radius: 0;
        margin: 12px 0 15px 0;
    }

    .ministry-page .ministry-hero .background-image {
        border-radius: 0;
    }

    .ministry-page .ministry-hero .background-image img {
        aspect-ratio: 4 / 3;
    }

    .ministry-page .ministry-hero .background-image img.desktop {
        display: none;
    }

    .ministry-page .ministry-hero .background-image img.mobile {
        display: block;
    }

    .ministry-page .overview {
        margin-top: -45px;
    }

    .ministry-page .overview .footer .content {
        flex-direction: column;
        align-items: flex-start;
    }

    .ministry-page .overview .footer .audience {
        margin-bottom: 12px;
    }

    .ministry-page .overview .footer .time-location {
        justify-content: space-between;
        width: 100%;
    }

    .ministry-page .content p.large-print {
        font-size: 17px;
        font-weight: 500;
        line-height: 22px;
        color: #000;
        letter-spacing: -3%;
    }

    .ministry-page .content p {
        font-size: 15px;
        font-weight: 400;
        line-height: 19px;
        color: #555;
    }

    .ministry-page .content li {
        font-size: 15px;
        font-weight: 400;
        line-height: 19px;
        color: #555;
        margin-bottom: 6px;
    }

    .ministry-page .objectives {
        margin-bottom: 30px;
    }

    .ministry-page .objectives .content {
        flex-direction: column;
    }

    .ministry-page .objectives .content-left {
        width: unset;
        padding: 30px 30px 0;
        margin-bottom: 15px;
    }

    .ministry-page .objectives .content-right {
        width: unset;
        padding: 0 30px 30px;
    }

    .ministry-page .objectives .content li {
        font-size: 15px;
        font-weight: 400;
        line-height: 19px;
        color: #555;
    }

    .ministry-page .objectives .content .heading {
        border: 0;
        padding: 0;
        font-size: 17px;
        font-weight: 500;
        line-height: 22px;
    }

    .ministry-page .testimonies {
        margin-bottom: 30px;
    }

    .ministry-page .testimonies .heading {
        font-size: 28px;
        font-weight: 400;
        line-height: 29px;
        letter-spacing: -0.02em;
        margin-bottom: 15px;
    }

    .ministry-page .testimonies .testimony-collective {
        flex-wrap: nowrap;
        overflow-x: scroll;
        width: 100vw;
        margin-left: calc((100vw - 100%) / 2 * -1);
        padding-left: calc((100vw - 100%) / 2);
        padding-right: calc((100vw - 100%) / 2);
        height: auto;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .ministry-page .testimonies .testimony {
        padding: 15px;
        width: 300px;
        flex: 1 0 300px;
        height: auto;
    }

    .ministry-page .testimonies .testimony:nth-child(2n) {
        margin-right: 30px;
    }

    .ministry-page .testimonies .testimony .content {
        height: auto;
    }

    .ministry-page .testimonies .testimony .content:after {
        content: none;
    }

    .ministry-page .testimonies .load-more {
        display: none;
    }

    .ministry-page .events {
        flex-direction: column;
    }

    .ministry-page .events .heading {
        font-size: 28px;
        font-weight: 400;
        line-height: 29px;
        letter-spacing: -0.02em;
        margin-bottom: 15px;
        border: 0;
        padding: 0;
        width: unset;
    }

    .ministry-page .events .events-collective {
        width: unset;
        flex-wrap: nowrap;
        overflow-x: scroll;
        width: 100vw;
        margin-left: calc((100vw - 100%) / 2 * -1);
        padding-left: calc((100vw - 100%) / 2);
        padding-right: calc((100vw - 100%) / 2);
        margin-bottom: 0;
    }

    .ministry-page .events .events-collective .event-item {
        margin-bottom: 0;
    }

    .ministry-page .gallery {
        width: 100vw;
        margin-left: calc((100vw - 100%) / 2 * -1);
    }

    .ministry-page .swiper-slide .image {
        border-radius: 0;
    }

    .ministry-page .gallery-swiper .swiper-wrapper {
        margin-bottom: 0;
    }

    .ministry-page .swiper-pagination {
        position: absolute;
        bottom: 15px;
    }

    .ministry-page .gallery-swiper {
        margin-bottom: 0;
    }

    .about-page .mini-hero {
        margin-bottom: 90px;
    }

    .about-page .mini-hero .tabs {
        bottom: -48px;
    }

    .about-page .mini-hero .tabs .tabs-container {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        box-shadow: none;
        background-color: transparent;
        border-radius: 0;
        padding: 0;
        width: 100vw;
        margin: calc((100vw - 100%) * 2 * -1);
    }

    .about-page .mini-hero .tabs .tab-item {
        border-radius: 0;
        padding: 12px;
        border: 0;
        border-bottom: 2px solid rgba(0, 0, 0, .2);
        width: 50%;
        text-align: center;
        margin: 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 21px;

    }

    .about-page .mini-hero .tabs .tab-item.active {
        box-shadow: none;
        border-bottom: 2px solid rgba(0, 0, 0, .7);
        background-color: transparent;
        font-size: 16px;
        font-weight: 600;
        line-height: 21px;
        color: #000;
    }

    .about-page .content-section {
        flex-direction: column;
        margin-bottom: 45px;
        padding-top: 9px;
        padding-bottom: 0;
        border-top: 2px solid #000;
    }

    .about-page .content-section .section-left .heading {
        font-size: 21px;
        font-weight: 500;
        line-height: 27px;
        margin-bottom: 12px;
    }

    .about-page .content-section .section-left {
        width: 100%;
    }

    .about-page .content-section .section-right {
        width: 100%;
    }

    .about-page .content-section p,
    .about-page .content-section li {
        font-size: 17px;
        font-weight: 400;
        line-height: 22px;
    }

    .about-page .content-section .section-right .heading {
        color: #EB4B60;
    }

    .service-page {
        padding: 0;
    }

    .service-page .service-heading {
        font-size: 40px;
        font-weight: 400;
        line-height: 42px;
        letter-spacing: -0.02em;
        height: 82px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        margin: 0;
    }

    .service-page .service-hero {
        margin-bottom: 30px;
    }

    .service-page .service-hero .background-image {
        height: auto;
    }

    .service-page .service-hero .background-image img {
        aspect-ratio: 16 / 10;
    }

    .service-page .more-info .description {
        width: 100%;
        padding: 0;
    }

    .service-page .more-info .description p {
        font-size: 15px;
        font-weight: 400;
        line-height: 19px;
        margin-bottom: 12px;
    }

    .service-page .more-info .socials {
        display: none;
    }

    .service-page .gallery {
        width: 100%;
        margin: 0 0 30px;
    }

    .service-page .sermons {
        margin-bottom: 30px;
    }

    .service-page .sermons .top {
        margin-bottom: 15px;
    }

    .service-page .sermons .top .heading {
        font-size: 28px;
        font-weight: 500;
        line-height: 32px;
    }

    .service-page .sermons .next-up .date-info {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .service-page .sermons .next-up .date-info .date {
        margin-right: 0;
        width: 100%;
    }

    .service-page .sermons .next-up .date-info .time {
        width: 100%;
    }

    .service-page .sermons .next-up .date-info .date:after {
        content: '';
    }

    .service-page .sermons .next-up .image,
    .service-page .sermons .sermon .image {
        width: 135px;
        flex: 0 0 135px;
        margin-right: 15px;
    }

    .service-page .sermons .next-up .details,
    .service-page .sermons .sermon .details {
        width: calc(100% - 135px);
    }

    .service-page .sermons .next-up .info .author {
        margin-bottom: 6px;
    }

    .content-page {
        margin-bottom: 45px;
    }

    .content-page .mini-hero {
        margin-bottom: 15px;
    }

    .content-page .excerpt h2 {
        font-size: 17px;
        font-weight: 400;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .content-page .excerpt {
        margin-bottom: 30px;
    }

    .content-page figure {
        width: 100%;
        margin-left: 0;
        margin-bottom: 30px;
    }

    .content-page figure figcaption {
        text-align: left;
    }

    .content-page p,
    .content-page li,
    .content-page blockquote p {
        font-size: 15px;
        font-weight: 400;
        line-height: 19px;
    }

    .content-page h4 {
        font-size: 11px;
        font-weight: 600;
        line-height: 13px;
        letter-spacing: 0.12em;
    }

    .content-page blockquote {
        margin: 15px 0;
        padding: 15px;
    }

    .content-page blockquote h4 {
        margin-bottom: 6px;
    }

    .content-page figure.inline {
        margin-bottom: 15px;
    }

    .content-page .gallery-swiper {
        margin: 15px 0;
    }

    .resources-page .resources .resource-collective {
        margin: 0 0 30px;
    }

    .resources-page .resources .resource .title {
        font-size: 13px;
    }

    .resources-page .resources .resource .data {
        font-size: 12px;
    }

    .events-page .event-item .event .title,
    .upcoming .upcoming-events-collective .upcoming-event .title {
        font-size: 15px;
        padding: 15px;
    }

    .events-page .event-item .event .bottom,
    .upcoming .upcoming-events-collective .upcoming-event .bottom {
        padding: 12px 15px;
    }

    .service-page .service-hero .info .content .copy,
    .service-page .service-hero .info .block-content {
        font-size: 14px;
    }

    .service-page .sermons .next-up .label {
        display: none;
    }
}

@media (max-width: 398.98px) {
    .welcome-package .welcome-swiper .swiper-slide a {
        height: 80px;
        width: 80px;
    }

    .welcome-package .welcome-swiper .swiper-slide a .label {
        margin: 9px;
    }

    .ministries-page .ministry-item .cover {
        margin-right: 0;
    }

    .ministries-page .ministry-item .content .audience,
    .ministries-page .ministry-item .content .time,
    .ministries-page .ministry-item .content .location {
        font-size: 12px;
    }

    .ministries-page .ministry-item .content .time-icon {
        flex: 0 0 10px;
    }

    .resources-page .mini-hero .filters .filter-item {
        font-size: 14px;
    }

    .events-page .event-item .category,
    .upcoming .upcoming-event .category {
        font-size: 10px;
        height: 24px;
        left: -23px;
    }

    .events-page .event-item .category:before,
    .upcoming .upcoming-event .category:before {
        width: 24px;
        bottom: 5px;
        left: 0.5px;
    }

    .events-page .event-item .category:after,
    .upcoming .upcoming-event .category:after {
        width: 24px;
        bottom: 5px;
        right: -42.5px;
    }

    .events-page .events-collective .event-item,
    .upcoming .upcoming-events-collective .upcoming-event {
        margin: 0 21px 36px 19px;
        flex: 1 0 calc(100% - 24px);
    }

    .service-page .sermons .sermon-collective {
        width: 100%;
        margin: 30px 0;
    }

    .service-page .sermons .next-up a,
    .service-page .sermons .sermon a {
        flex-direction: column;
        align-items: flex-start;
    }

    .service-page .sermons .next-up .image,
    .service-page .sermons .sermon .image {
        margin-right: 0;
        width: 100%;
    }

    .service-page .sermons .next-up .details,
    .service-page .sermons .sermon .details {
        width: 100%;
    }

    .service-page .sermons .next-up .info .title,
    .service-page .sermons .sermon .info .title {
        font-size: 15px;
    }

    .service-page .sermons .next-up .date-info .date {
        font-size: 12px;
    }

    .service-page .sermons .sermon .info {
        margin-top: 6px;
    }
}



/* member style */
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI2IiBmaWxsPSJub25lIj48cGF0aCBzdHJva2U9IiNBNUE1QTMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik05IDEgNSA1IDEgMSIvPjwvc3ZnPg==') no-repeat right center;
    background-size: 10px 6px;
    background-position: right;
    background-position: calc(100% - 12px) center;
}

select.mp-select-field {
    color: #A5A5A3;
}

select.mp-select-field:not([value=""]) {
    color: #A5A5A3;
}

select.mp-select-field option[value=""] {
    color: red;
}

select.mp-select-field:valid {
    color: black;
}

.mp-su3-radio input[type="checkbox"],
input[type="radio"] {
    accent-color: #EB4B60;
}

label.mp-su3-radio.w-radio.active {
    border: 1px solid #EB4B60;
}

.mp-profile-form.mp-profile-form-dependents,
.mp-profile-form.mp-profile-form-me,
.mp-profile-form.mp-profile-form-cp {
    display: none;
}

.mp-profile-form.mp-profile-form-cp.mp-profile-form-active,
.mp-profile-form.mp-profile-form-me.mp-profile-form-active,
.mp-profile-form.mp-profile-form-dependents.mp-profile-form-active {
    display: block;
}

.upload-button {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#imagePreview {
    margin-top: 20px;
    max-width: 100%;
    max-height: 300px;
    border: 2px solid #ddd;
    padding: 10px;
    display: none;
}

.mp-profile-image-upload-wrapper {
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}

.member-content-height.mp-content {
    display: block;
    height: 100vh;
}

.member-content-height .w-layout-blockcontainer {
    margin-top: 24px;
}

.mp-dd.w-dropdown .dropdown-list.w--open {
    max-height: 300px;
    overflow: auto;
}

.pa-content {
    margin-top: 24px;
}

.pa-content .pa-name {
    color: #333;
    margin-bottom: 12px;
    text-align: center;
    font-weight: 500;
}

.pa-content p {
    color: #333;
    margin-bottom: 12px;
    text-align: center;
    font-size: 14px;
}

.pa-content .pa-button {
    background-color: #eb4b60;
    border-radius: 5px;
    padding: 7px 12px;
    position: static;
    inset: auto 0% 0%;
    color: white;
    display: table;
    margin: 0 auto;
    margin-top: 24px;
}

.button-red {
    background-color: #eb4b60;
    border-radius: 5px;
    padding: 7px 12px;
    position: static;
    inset: auto 0% 0%;
    color: white;
    display: table;
}

.mp-dependent-head .action-wrapper {
    display: flex;
    align-items: center;
}

.remove-dependant.rd-profile,
.remove-dependant {
    color: #eb4b60;
    font-size: 12px;
    position: absolute;
    right: 48px;
    top: 15px;
    background: transparent;
}

.remove-dependant.rd-profile.inactive .remove-dependant.inactive {
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none;
}

.remove-dependant.rd-profile {
    top: 7px;
}

.filter-space {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

@media (max-width: 767.98px) {
    .filter-space .search {
        margin: 0;
        margin-right: 12px;
    }

    .filter-space .search,
    .filter-space .search input,
    .filter-space .filter-part {
        width: 100%;
    }
}

.filter-space .search input {
    background-color: #fff;
    border: .5px solid #c5c5c5;
    border-radius: 6px;
    padding: 9px 12px;
    margin-bottom: 0;
}

.filter-space .mp-dd.w-dropdown.search {
    position: relative;
}

.filter-space .w-input {
    padding-left: 30px;
}

.filter-space .search button {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.button-no-action-cp,
.button-no-action {
    opacity: 0.5;
    cursor: no-drop;
}

@media (min-width: 768px) {
    .event-tickets .tribe-tickets__rsvp-actions-success-going.d-1-line {
        display: block;
    }
}

@media (min-width: 768px) {

    .tec-tickets__attendees-list.d-column .event-tickets .tec-tickets__attendees-list-item,
    .tribe-common .tec-tickets__attendees-list-item {
        flex-direction: column;
    }
}


.mp-header-menu .persistent-nav.member {
    display: none;
}

@media (max-width: 991.98px) {
    .mp-header-menu .persistent-nav.member {
        display: block;
    }
}

@media (max-width: 991.98px) {
    header .header-content .nav .persistent-nav {
        display: block;
    }
}

