<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#myCarousel {
    height: 100% !important;
    margin: 3rem 0 1rem 0;
}

.carousel {
    height: 100% !important;
    width: auto !important;
    margin: 3rem 0 1rem 0;
}

.carousel-indicators {
    width: inherit !important;
    z-index: 1 !important;
}

.carousel-inner {
    height: 100%;
}

.carousel-inner &gt; .item {
    height: 100%;
}

.carousel-inner &gt; .item &gt; img {
    width: 100%;
}

.carousel-indicators &gt; li {
    display: inline-block !important;
    width: 7px !important;
    height: 7px !important;
    margin: 0px 6px !important;
    background-color: white !important;
    border-radius: 50% !important;
    opacity: 60%;
    font-size: 0;
    transition: transform 0.1s;
}

.carousel-indicators &gt; li.active {
    width: 9px !important;
    height: 9px !important;
    background-color: white !important;
    opacity: 100%;
}

.mobile {
    display: none !important;
}

.desktop {
    display: block;
}

.carousel a {
    color: #ddd;
    text-decoration: none;
    -webkit-text-decoration-skip: objects;
}

.carousel a:hover {
    color: inherit !important;
}

.experience-assets-headlinebanner {
    top: 5px !important;
}

.headlinebanner-wrap {
    margin: 2.1px 0;
}
  
.headlinebanner-wrap&gt;h1,
.headlinebanner-wrap&gt;h2,
.headlinebanner-wrap&gt;h3 {
    font-family: var(--font_family) !important;
}

.headlinebanner-wrap&gt;p {
    font-family: var(--font_family) !important;
    font-size: 38px;
    margin-bottom: 0px !important;
}

.headlinebanner-wrap button:hover {
    text-transform: none;
}

.headlinebanner-wrap button {
    font-family: var(--font_family_button);
}

.headlinebanner-wrap button:hover {
    background-color: var(--buttoncolorhover) !important;
    color: rgb(253, 250, 250) !important;
}

.title_info {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.headlinebanner-text_container {
    display: flex !important;
    flex-direction: column;
    position: absolute;
    top: 0;
    padding: 5%;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.headlinebanner-text {
    color: white;
}

.headlinebanner-text a {
    color: white;
    text-decoration: none;
    width: 250px;
}

/*.headlinebanner-text a:hover {
    color: white;
    text-decoration: none;
}*/

.headlinebanner-text span.headlinebanner-wrap p {
    padding-right: 1rem;
    padding-left: 1rem;
    text-shadow: 1px 1px 3px #333333;
}

.headlinebanner-text_heading {
    font-size: 4vw;
}

.button_cta {
    margin-top: 140px;
}

.button_link {
    display: block;
    width: 250px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 1.5vh !important;
    background-color: black !important;
}

.headlinebanner-text_subheading {
    font-size: 3vw;
    letter-spacing: 1px;
}
  
@media (min-width: 768px) and (max-width: 1199.98px) {
    .headlinebanner-text_heading {
        font-size: 2.5vw;
    }

    .headlinebanner-text_subheading {
        font-size: 1.25vw;
    }
}
  
@media (min-width: 1200px) {
    .headlinebanner-text_heading {
        font-size: 30px;
    }

    .headlinebanner-text_subheading {
        font-size: 15px;
    }
}
  
@media (max-width: 767px) {
    .headlinebanner-text_heading {
        font-size: 26px !important;
    }

    .headlinebanner-text_subheading {
        font-size: 15px !important;
    }

    .headlinebanner-text_container p {
        font-size: 26px !important;
    }
}

@media (max-width: 767px) {
    img {
        height: 100% !important;
    }

    .mobile {
        display: block !important;
    }

    .desktop {
        display: none !important;
    }

    .headlinebanner-text_container {
        padding: 10%;
    }

    .headlinebanner-wrap&gt;p {
        font-family: var(--font_family) !important;
        font-size: 28px;
        margin-bottom: 0px !important;
    }

    .button_cta {
        margin-top: 110px;
    }
}</pre></body></html>