.theiaStickySidebar:after {
            content: "";
            display: table;
            clear: both;
        }



#popup1 {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        display: flex;
        opacity: 0;
        transition: 0.55s all;
        z-index: -1;
    }

    #popup1 .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999;
        background: rgba(0, 0, 0, 0.8);
    }

    #popup1 .hide-overlay:not(.close) {
        margin-bottom: 1rem;
        cursor: pointer;
        text-align: center;
    }

    #popup1.is-active {
        z-index: 2020;
        opacity: 1;
    }

    #popup1 .close {
        position: absolute;
        right: 0;
        top: -4rem;
        font-size: 2rem;
        padding: 1rem;
        cursor: pointer;
        color: white;
    }

    #popup1 .overlay-header {
        background-color: #9ad94f;
        text-align: center;
        font-weight: bold;
        color: white;
        font-size: 1.5rem;
        padding: 0.5rem;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    #popup1 .inner {
        font-weight: bold;
        padding-bottom: 0;
        max-width: 750px;
        background: white;
        color: black;
        z-index: 1000;
        position: relative;
        border-radius: 5px;
    }

    #popup1 .inner a {
        display: block;
        color: black;
        padding: 2rem;
    }

    #popup1 .inner h1 {
        font-size: 2rem;
        line-height: 2.5rem;
        font-weight: 900;
        color: black;
    }

    #popup1 .inner p {
        color: black;
        margin-top: 10px;
        font-size: 1.5rem;
    }

    #popup1 .inner img {
        max-width: 100%;
        max-height: 50vh;
    }

    #popup1 .inner .usps li {
        color: black;
    }

    #popup1 .inner .button {
        background: #0e820c;
        color: white;
        padding-bottom: 8px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
        padding-top: 8px !important;
        width: 100%;
        border: none;
        height: auto;
        font-size: 1.2rem;
        margin-top: 2rem;
        margin-bottom: 1rem;
        font-weight: bold;
    }

    #popup1 .inner .button i {
        margin-left: 15px;
    }

    #popup1 .inner a:not(.button) {
        color: white;
        font-weight: normal;
    }

    @media screen and (max-width: 768px) {
    #popup1 .inner {
        margin: 1rem;
        text-align: center;
    }

    #popup1 .inner img {
        max-width: 70vw;
        max-height: 30vh;
    }

    #popup1 .inner .column {
        padding-top: 0;
        padding-bottom: 0;
    }

    #popup1 .inner p {
        margin-top: 2px;
        font-size: 1rem;
    }

    #popup1 .inner h1 {
        font-size: 1.3rem;
        line-height: 1.5rem;
        margin-top: 20px;
    }

    #popup1 .inner .button {
        font-size: 1.1rem !important;
        white-space: normal;
        padding: 1rem 2rem !important;
        margin-top: 5px;
        margin-bottom: 0rem;
    }

    #popup1 .inner .button i {
        display: none !important;
    }

    #popup1 .inner a {
        padding: 1rem;
        padding-bottom: 2rem;
    }
    }
    
    
    
    
    .carousel-item {
  transition: transform 500ms ease-in-out;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 500ms;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    top: -25px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: space-between !important;
    padding: 0;
    margin-right: 0%;
    margin-bottom: 1rem;
    margin-left: 0%;
    
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30%;
    height: 8px;
    padding: 0;
    border-radius: 6px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #B3B3B3;
    background-clip: padding-box;
    border: 0;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    transition: opacity .6s ease;
}
.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: 0;
}
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    font-size: 19px;
    font-weight: 800;
    line-height: 30px;
    box-shadow: initial;
}
.accordion-body {
    font-size: 19px;
    line-height: 30px;
    padding: 0px 0px 25px 0px;
}
.accordion-header {
    margin: 0;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    font-size: 19px;
    line-height: 30px;
    font-weight: 800;
    padding: 0 0 15px 0px;
}
.accordion-button::after {
    width: 25px;
    rotate: 90deg;
}
.accordion-button:not(.collapsed)::after {
    rotate: -180deg;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0 0 15px 0px;
}


.carousel-indicators button {
    padding: 0!important;
}
@media (max-width: 767px) {

}