/*INTRUSION RESETS*/
#homeAlertWrap{border-left:none;border-right:none}#homeAlertWrap,#homeAlertWrap *,#homeAlertContent{box-sizing:border-box!important}div#homeAlertContent{display:block;padding:16px 16px 26px!important}@media(min-width:calc(1140px + 2rem)){div#homeAlertContent{padding-left:0!important;padding-right:0!important}}.dropdown-wrapper{display:block}.dropdown img{display:block}
/**/

/*INTRUSION BASE STYLES*/
.dropdown-wrapper{
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    width: 100%;
    box-shadow:0 0 26px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.08),1px 2px 4px rgba(0,0,0,.08),2px 4px 6px rgba(0,0,0,.08),4px 6px 10px rgba(0,0,0,.08),6px 10px 16px rgba(0,0,0,.08)}

.dropdown figure{margin: 0}

.dropdown figcaption{
    width: 100%;
    padding:16px}

.dropdown h2{
    font-size: 26px;
    line-height: 1.146;
    font-weight: 800;
    text-align: center;
    color: #222;
    width: 100%;
    margin-bottom: 0;
}

@media(min-aspect-ratio:1/1),(min-width:652px){
    .dropdown-wrapper{
        height: 100vmin;
        max-height: 435px}
    
    .dropdown,
    .dropdown :is(aside,figure,figure>img){height: 100%}
    
    .dropdown:not(.has-translation) figure{
        display: flex;
        align-items: center
    }
    
    .dropdown figure>img{
        object-fit: cover;
        width: 62%}
    
    .dropdown figcaption{
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 38%;}
    
    .dropdown:not(:has(aside+aside)) h2{font-size: 42px}
}