.uam-wrapper {
    display: block;
    text-align: center;
    margin: 3px 0;
    width: 100%;
    overflow: visible;
}

.uam-wrapper>div {
    display: inline-block !important;
    vertical-align: top;
    margin: 0 2px;
}

.uam-wrapper img,
.uam-wrapper iframe,
.uam-wrapper video,
.uam-wrapper object {
    display: inline-block;
    max-width: 100% !important;
    height: auto;
}
:root {
    --red: #e8000e;
    --blue-bright: #4d8aff;
    --avp-logo-size: 36px
}

#masthead .site-branding a {
    font-family: \"Plus Jakarta Sans","Inter\", sans-serif !important
}

@media(min-width:481px) {
    #masthead .site-branding a {
        font-size: 36px !important
    }
}

@media(max-width:480px) {
    #masthead .site-branding a {
        font-size: 22px !important
    }
}
img.avp-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

img.avp-lazy.avp-loaded {
    opacity: 1
}
