<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: AvantGardeGothicProBold;
    src: url("../fonts/AvantGarde-Bold.otf") format("opentype");
}

@font-face {
    font-family: MuseoSansExtraBold;
    src: url("../fonts/MuseoSans-ExtraBold.otf") format("opentype");
}

.letter
{
	margin: 120px auto;
	color: black;
	font-size: 16px;
	line-height: 1.4em;
	width: 90%;
	max-width: 1280px;
}

.deciem-logo {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 160px;
    left: 40px;
}

@media (max-width: 1024px) {
    .letter {
        margin: 60px auto 120px;
    }

    .deciem-logo {
        position: initial;
    }
}

@media (max-width: 767px) {
    .deciem-logo {
        display: none;
    }

    .changes-header {
        margin-bottom: 20px;
    }
}

.letter h1
{
    display: none;
}

.letter h2
{
    font-family: AvantGardeGothicProBold, sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    margin: 42px 0;
}

.letter h3
{
    font-family: MuseoSansExtraBold, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 19px;
    margin-top: 25px;
    text-transform: none;
}

.letter p
{
    color: #DC049B;
    font-size: 1rem;
    margin-bottom: 25px;
}

.letter s {
    color: black;
}

.letter b
{
    font-weight: 800;
}

.letter a {
    text-decoration: underline;
}

.letter ul
{
    list-style-type: disc;
    list-style-type: none;
    margin: 1rem 0;
    padding-left: 0;
    font-size: 16px;
    color: #DC049B
}

.letter ul.default
{
    list-style-type: none;
    /*padding-left: 32px;*/
}

.letter ul.columns
{
    column-count: 3;
    column-width: 50px;
    column-gap: 10px;
}

.letter li
{
    font-size: 1rem;
    padding: 0.5rem;
}

.letter img.signature
{
    max-width: 100px;
    margin-bottom: 25px;
}

.letter .content
{
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.letter .bold {
    font-weight: 600;
}

.changes-header {
    width: 100%;
    max-height: 800px;
}

.letter .black-text {
    color: black;
}

.letter .pink-text {
    color:  #DC049B;
}

.letter li::marker {
    color: black;
}

.letter .test li::marker {
    color: #DC049B;
}

.second-list li::before {
    content: "\2022";
    color: #DC049B;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.letter li.completed {
    background: url('../SC-checkmark.png') no-repeat left top;
    background-size: 26px;
    padding-left: 45.22px;
    padding-top: 5px;
    margin-left: -3px;
}

.letter li.disc {
    list-style-type: disc;
    padding-left: 10.22px;
    margin-left: 30px;
}

ul.second-list {
    margin-left: 7px;
}

@media only screen and (min-width: 1024px) {
    .loopha-logo {
        display: none !important;
    }
}
</pre></body></html>