<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a{
    text-decoration: none;
    transition: 0.2s;
}
a.sp-color{
    color:rgb(9,57,105);
}
a.sp-color-dark{
    color:#222 ;
}
a.sp-color:hover,
a.sp-color-dark:hover{
    color:rgb(176, 43, 51);
}
img{
    max-width: 100%;
}

.bb-light-grey{
    border-bottom:1px solid lightgrey;
}

.bt-grey{
    border-top:1px solid lightgrey;
}
.bt-first-grey:first-of-type{
    border-top:1px solid lightgrey;
}
.first-pt-4{
    padding-top:1.4rem;
}

ul.no-decorators&gt;li{
    list-style: none;
}
.carousel-indicators-round{
    width: 14px !important;
    height: 14px !important;
    border-radius: 100%;
}
.carousel-indicators-square{
    width: 14px; height: 14px;
}
.m0a{
    margin:0 auto;
}

.flex-center{
    display:flex;
    justify-content: center;
    align-items: center;
}
.flex-h-center{
    display:flex;
    justify-content: center;
}
.flex-v-center{
    display:flex;
    align-items: center;
}
.flex-h-center{
    display:flex;
    justify-content: center;
}</pre></body></html>