<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***Calendar***/

.calendar-container {
	display: inline-block;
	width: 100%;
	text-align: center;
	background-color: white;
}

.calendar {
	margin: 100px 0 50px 0;
}

@media only screen and (min-width: 320px) and (max-width: 767px)
{
    iframe {
        width: 90%;
        height: 575px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1140px)
{
    iframe {
        width: 90%;
        height: 575px;
    }
}</pre></body></html>