#lcoy23-title-section {
    height: 500px;
    background-size: auto 450px;
    background-repeat: repeat-x;
    padding: auto;
    display: flex;
    align-items: center;
    width: 100%;
}
.title-image {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    opacity: 0;
}
#title-wrapper {
    display: flex;
    align-items: center;
    text-align: center;
    padding-bottom: 120px;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: relative;
}
#title {
    font-size: 100px;
    font-weight: 900;
    text-shadow: 0px 0px 40px black;
    display: block;
}
#subtitle {
    font-weight: 900;
    text-shadow: 0px 0px 20px black;
    display: block;
    text-decoration: none;
    color: white;
    outline-style: none;
}
#subtitle:hover {
    text-decoration: underline;
}

#newsletter-form {
    margin-top: 20px;
}
.lcoy23-section {
    max-width: 1200px !important;
    opacity: 0;
}
#lcoy23fill {
    filter: drop-shadow(3px 5px 20px rgb(0 0 0 / 0.4));
}

#lcoy23fill > g > g > path {
    opacity: 0;
}
.animated-title-wrapper {
    position: relative;
    width: 70%;
    height: 300px;
    max-width: 950px;
}
.animated-title {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    margin-top: calc(40vh - 50px);;
    z-index: 10;
}


@media only screen and (max-width: 1200px) {
    #title {
        font-size: 80px;
    }
    #title-wrapper {
        padding-bottom: 90px;
    }
    #lcoy23-title-section {
        height: 520px;
        background-size: auto 400px;
    }
    .animated-title-wrapper {
        width: 90%;
    }
}

@media only screen and (max-width: 650px) {
    #title {
        font-size: 60px;
    }
    #title-wrapper {
        padding-bottom: 70px;
    }
    #lcoy23-title-section {
        height: 400px;
        background-size: auto 310px;
    }
    .animated-title-wrapper {
        margin-top: -50px;
        width: 95%;
    }
}
@media only screen and (max-width: 490px) {

    #title {
        font-size: 40px;
        text-shadow: 0px 0px 18px black;
    }
    #title-wrapper {
        padding-bottom: 30px;
    }
    #lcoy23-title-section {
        height: 270px;
        background-size: auto 190px;
    }
}



.h2-span {
    color: white;
    background-color: var(--ci-blue--1);
    padding: 8px 0px;
    box-shadow: 20px 0 0 var(--ci-blue--1), -20px 0 0 var(--ci-blue--1);
}



/* Short Fact Numbers */

.short-fact-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    gap: 80px;
    width: 100%;
}
.short-fact-right-bound {
    justify-content: flex-end;
}
.short-fact-image-div {
    width: 300px;
    height: 300px;
    background-size: cover;
}
.short-fact-title {
    font-size: 50px;
    font-weight: 100 !important;
    text-transform: uppercase;
}
.short-fact-number {
    font-size: 80px;
    font-weight: 900;
    background-color: var(--ci-blue--1);
    width: fit-content;
    padding: 0px 30px;
}


@media only screen and (max-width: 1249px) {
    .short-fact-wrapper {
        gap: 60px;
    }
    .short-fact-image-div {
        width: 250px;
        height: 250px;
    }
    .short-fact-title {
        font-size: 40px;
    }
    .short-fact-number {
        font-size: 60px;
        padding: 0px 25px;
    }
}

@media screen and (max-width: 768px) {
    .short-fact-wrapper {
        gap: 50px;
    }
    .short-fact-image-div {
        width: 200px;
        height: 200px;
    }
    .short-fact-title {
        font-size: 30px;
    }
    .short-fact-number {
        font-size: 50px;
        padding: 0px 20px;
    }
}

@media screen and (max-width: 480px) {
    .short-fact-wrapper {
        gap: 40px;
    }
    .short-fact-image-div {
        width: 120px;
        height: 120px;
    }
    .short-fact-title {
        font-size: 20px;
    }
    .short-fact-number {
        font-size: 40px;
    }
}