<script src="https://pl26337390.effectivegatecpm.com/ec/de/7a/ecde7a4bd8f59746731dff28a2d2a7b5.js"></script>

<style>
/* ==========================================================================
   1. Quick Exit & Top Bar
   ========================================================================== */
.top_bar {
    background-color: rgba(255, 255, 255, 0);
    position: static;
    z-index: 100000;
}

#block-topbar .exit {
    display: inline-block;
}

#block-topbar .exit a {
    text-decoration: none;
}

#block-topbar .exit2 {
    display: none;
}

/* ==========================================================================
   2. Cards & Buttons
   ========================================================================== */
.cards {
    padding-bottom: 0;
}

.cards .button--group {
    margin-top: 1.5rem;
}

.cards .button--group .btn {
    margin-bottom: 1.5rem;
    margin-right: 10px;
    margin-left: 10px;
}

.cards .cards--row div {
    margin-top: 0;
}

/* Common Titles */
h3.title, h4.title {
    margin-bottom: 0.5em;
    font-weight: bold;
}

h3.margin0, h4.margin0 {
    margin-bottom: 0;
    font-weight: bold;
}

.subhead {
    margin-bottom: 0.5em;
}

/* ==========================================================================
   3. Video Wrapper (Responsive 16:9)
   ========================================================================== */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-padding {
    padding: 0 125px;
}

/* ==========================================================================
   4. Lists & Typography
   ========================================================================== */
ul.sub-ul li {
    margin-top: 3px;
    margin-left: 12px;
    margin-right: 20px;
    list-style-type: circle;
}

ul.sub-ul li:last-of-type {
    margin-bottom: 3px;
}

ul.li-margins li {
    margin-bottom: 12px;
}

.collapse-after {
    color: #C02573;
}

/* ==========================================================================
   5. Custom Buttons (Fuchsia & Gold)
   ========================================================================== */
a.lgButtonFuchsia {
    text-align: center;
    background: #ba2280;
    font-size: 26px;
    padding: 24px 16px;
    border-radius: 12px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

a.lgButtonFuchsia:hover {
    background-color: #4c4287;
    color: #fff;
}

a.lgButtonGold {
    text-align: center;
    background: rgb(246, 167, 27);
    font-size: 26px;
    padding: 40px 0px;
    border-radius: 12px;
    color: #fff;
    text-decoration: none;
    display: block;
}

.cookie a {
    color: #fff;
}

/* ==========================================================================
   6. Layout & Grid
   ========================================================================== */
.three-column-wysiwyg {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.three-column-wysiwyg .column-container {
    width: calc(33.33% - 20px);
    margin: 0 10px;
}

.desktopDisplay { display: block; }
.mobileDisplay  { display: none; }

/* Misc */
.form-item + .resizable .ace-editor:empty { 
    z-index: -1; 
}

.slick-slide img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
}

/* ==========================================================================
   7. Media Queries (Responsive Design)
   ========================================================================== */

/* Tablet & Mobile (Max 990px) */
@media only screen and (max-width: 990px) {
    .desktopDisplay { display: none; }
    .mobileDisplay  { display: block; }
}

/* Mobile Small (Max 768px) */
@media only screen and (max-width: 768px) {
    .three-column-wysiwyg .column-container {
        width: 100%;
        margin: 10px 0;
    }
    .video-padding { padding: 0; }
    a.lgButtonFuchsia { font-size: 18px; padding: 16px 12px; }
    .footer__social-media { justify-content: center; }
}

/* Quick Exit Mobile (Max 420px) */
@media only screen and (max-width : 420px) {
    .top_bar { position: static; } 
    #block-topbar .exit { display: none; }
    #block-topbar .exit2 { display: block; }
    #block-topbar .exit2 a { text-decoration: none; }
}
</style>