.text-arts-section{
    position: relative;
    background: rgba(29, 35, 60, 1);
}

.text-arts-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(180.00deg, rgba(29, 35, 60, 0.53),rgba(29, 35, 60, 1) 68%);
}

.text-arts-section .container, .text-section {
    position: relative;
}

.text-arts-section p, .text-arts-section a, .text-arts-section h2 {
    color: #ffffff;
}

.text-section {
    padding-block: 80px;
    border-bottom: 1px solid rgba(255,255,255, .10);
}

.arts-block {
    padding-block: 80px;
}

.arts-block h2 {
    margin-bottom: 30px;
}

.arts-bottom {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 60px;
}

.arts-icon img {
    width: 250px;
}

.age-section {
    padding-block: 100px;
}

.age-section .row {
    align-items: center;
}

.age-section h2 {
    margin-bottom: 30px;
}

.age-section .row:first-of-type img {
    border-radius: 20px 20px 150px 20px;
}

.age-section .row:first-of-type {
    margin-bottom: 110px;
}

.age-section .row:nth-of-type(2) {
    flex-direction: row-reverse;
}

.age-section .row:nth-of-type(2) img {
    border-radius: 150px 20px 20px 20px;
}

.age-section img {
    height: 600px;
    width: 550px;
    object-fit: cover;
}

.age-section .row:first-of-type .age-wrapper {
    padding-right: 36px;
}

.age-section .row:nth-of-type(2) .age-wrapper {
    padding-left: 36px;
}

.age-wrapper a {
  color: var(--blue-2);
  text-decoration: underline;
}

.age-wrapper a:hover {
    text-decoration: underline;
}

.community-section {
    padding-block: 80px;
    position: relative;
    background: linear-gradient(270.00deg, rgba(160, 137, 255, 1),rgba(54, 115, 255, 1) 100%);
    overflow: visible;
}

.community-icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
    border: 2px solid var(--White, rgba(255, 255, 255, 1));
    border-radius: 55px;
    background: linear-gradient(180.00deg, rgba(160, 137, 255, 1),rgba(54, 115, 255, 1) 100%);
    width: 60px;
    height: 60px;
}

.elder-section {
    background-size: cover;
    background-position: center center;
    padding-top: 290px;
    position: relative;
}

.elder-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180.00deg, rgba(29, 35, 60, 0.53),rgba(29, 35, 60, 1) 68%);
}

.elder-section .site-container {
    position: relative;
}

.elder-section h2 {
    position: relative;
    padding-top: 30px;
}

.elder-section h2:before {
    content: '';
    position: absolute;
    display: block;
    width: 88px;
    height: 8px;
    border-radius: 99px;
    background: var(--Gradient, linear-gradient(270.00deg, rgba(160, 137, 255, 1),rgba(54, 115, 255, 1) 100%));
    left: 50%;
    transform: translateX(-50%);
    top: -10px
}

.elder-column-wrapper:first-of-type {
    text-align: right;
}

.elder-column-wrapper:first-of-type {
    padding-right: 60px;
    border-right: 1px solid rgba(255,255,255,.10);
}

.elder-column-wrapper:nth-of-type(2) {
    padding-left: 60px
}

.elder-heading, .elder-columns {
    padding-block: 60px;
}

.elder-columns {
    row-gap: 20px;
}

.elder-column a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    color: var(--blue-2);
}

.elder-column a:hover {
    text-decoration: underline;
}

.elder-bottom {
    border-top: 1px solid rgba(255,255,255,.10);
    position: relative;
}

.tomorrow-section {
    padding-block: 80px;
}

.tomorrow-logo {
    width: 387px;
    max-width: 100%;
    margin: 0 auto 40px;
}

.logo-image-wrapper {
    width: 300px;
    padding: 0 20px;
    height: 100px;
}

.logo-image-wrapper img {
    width: 80%;
    margin-inline: auto;
    height: 100%;
    object-fit: contain;
}

.logos-section  h3 {
    margin-bottom: 80px;
}

.logo-slide {
    width: max-content;
}

.logos-wrapper {
    align-items: center;
}

.logos-wrapper {
    transition-timing-function: linear !important;
}

@media(max-width: 991px) {
    .age-section {
        padding-block: 80px;
    }

    .age-section .row {
        flex-direction: column;
        text-align: center;
    }

    .age-section .row:first-of-type {
        margin-bottom: 60px;
    }

    .age-section .row:first-of-type .age-wrapper {
        padding-right: 0;
    }

    .age-section img {
        height: 285px;
        border-radius: 20px;
    }

    .age-section .row:first-of-type img, .age-section .row:nth-of-type(2) img {
        border-radius: 20px;
        margin-inline: auto;
        margin-bottom: 30px;
    }

    .age-section .row:first-of-type {
        margin-bottom: 60px;
    }

    .age-section .row:nth-of-type(2) .age-wrapper {
        padding-left: 0;
    }

    .elder-section {
        padding-top: 60px;
    }

    .elder-column-wrapper:first-of-type, .elder-column-wrapper:nth-of-type(2) {
        text-align: center;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }

    .elder-heading, .elder-columns {
        padding-block: 40px;
    }

    .logos-wrapper {
        flex-direction: column;
        row-gap: 40px;
    }

    .logo-image-wrapper {
        height: auto;
    }
}

@media(max-width: 768px) {
    .logo-image-wrapper img {
        max-width: 150px;
    }
}

@media(max-width: 575px) {
    .text-section, .arts-block {
        padding-block: 30px;
    }

    .arts-bottom {
        flex-direction: column;
        row-gap: 20px;
        margin-top: 20px;
    }

    .age-row h2 {
        margin-bottom: 20px;
    }

    .age-section .row:first-of-type {
        margin-bottom: 40px;
    }

    .age-section .row:first-of-type img, .age-section .row:nth-of-type(2) img {
        margin-bottom: 20px;
    }

    .age-section {
        padding-block: 60px;
    }

    .community-section {
        padding: 50px 0 40px;
    }

    .elder-columns {
        padding-block: 20px;
    }

    .elder-heading {
        padding-bottom: 20px;
    }

    .elder-heading h2 {
        padding-top: 20px;
    }

    .elder-heading h2:before {
        width: 44px;
        height: 4px;
        top: -8px;
    }

    .elder-section {
        padding-top: 55px;
    }

    .tomorrow-section {
        padding-block: 40px;
    }

    .tomorrow-logo {
        margin-bottom: 20px;
        width: 220px;
    }

    .logos-section  h3 {
        margin-bottom: 40px;
    }
}