<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Style for the Text Image and Download*/
.annual-report .caption blockquote {
    font-style: unset;
}
/** General Style for RTE Content*/
em {
    font-style: italic;
}

.text-content img {
    max-width: 100%;
    height: auto;
}

.text-content video {
    display: block;
    width: 100%;
    height: auto;
}

.text-content img {
    padding: 1rem 0;
}

.text-content iframe {
    display: block;
    width: 100%;
    padding-bottom: 1rem;
}
.text-content table {
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;

}
.text-content table tbody tr:nth-of-type(1) {
    color: #fff;
    background-color: #003671;
    font-weight: 700;
}
.text-content table tbody tr:nth-of-type(1) td {
    padding:1.25rem;
}
.text-content table td {
    border-width: 1px;
    border-color: #D7D9DB;
    padding: 0.9rem;
}    
@media (max-width: 991px) {
    .big-text {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 8px;
    }
    .custom-solutions .big-text, .consumer-solutions .big-text, .why-crif .big-text{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .launch {
        font-size: 16px;
        line-height: 24px;
    }

    .blue-hero .fullwidth-banner {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
    }
    .blue-hero .caption p {
        margin-bottom: 15px;
    }
}

/**umb_name:Text and link*/
.big-text {
	font-size: 32px;
	line-height: 48px;
	margin-bottom: 30px;
	color: #4A4D50;
}

/**umb_name:Fullwidth Banner*/
.fullwidth-banner {
	font-size: 32px;
	line-height: 48px;
	margin-bottom: 30px;
	color: #fff;
}

/**umb_name:Paragraph*/
.paragraph {
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	color: #4A4D50;
}

/**umb_name:Article Description*/
.launch {
	font-weight: 500;
	font-size: 24px;
	line-height: 40px;
	color: #1D1E20;
}

/**umb_name:H1*/
p.h1 {
}

/**umb_name:H2*/
p.h2 {
}

/**umb_name:H3*/
p.h3 {
}

/**umb_name:H4*/
p.h4 {
}

/**umb_name:H5*/
p.h5 {
}
</pre></body></html>