<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

[class*='col-'] {
    float: left;
    position: relative;
    display: block;
}

.grid {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #F0F0F0;
    position: relative;
}

.grid:after {
    content: "";
    display: table;
    clear: both;
}

.push-right {
    float: right;
}

.pt{
    padding-top: 30px;
}

.pr{
    padding-right: 30px;
}

.pl{
    padding-left: 30px;
}

.pr-s{
    padding-right: 15px;
}

.pl-s{
    padding-left: 15px;
}

/* Content Columns */

.col-1-1 {
    width: 100%;
}

.col-4-5 {
    width: 80%;
}

.col-10-13{
    width: 76.92%;
}

.col-72_3{
    width: 72.3%;
}

.col-73_1 {
    width: 73.1%;
}

.col-69_1{
    width: 69.1%;
}

.col-2-3, .col-8-12 {
    width: 66.66%;
}

.col-65_6{
    width: 65.6%;
}

.col-63{
    width: 63%;
}

.col-63_3{
    width: 63.3%;
}

.col-59_5{
    width: 59.5%;
}

.col-57_47{
    width: 57.47%;
}

.col-55{
    width: 55%;
}

.col-54_1{
    width: 54.1%;
}

.col-54{
    width: 54%;
}

.col-1-2, .col-6-12 {
    width: 50%;
}

.col-45_9{
    width: 45.9%;
}

.col-45{
    width: 45%;
}

.col-42_53{
    width: 42.53%;
}

.col-40_5{
    width: 40.5%;
}

.col-37{
    width: 37%;
}

.col-36_7{
    width: 36.7%;
}

.col-34_4{
    width: 34.4%;
}

.col-1-3, .col-4-12 {
    width: 33.33%;
}

.col-31_2{
    width: 31.2%;
}

.col-30_9{
    width: 30.9%;
}

.col-27_7{
    width: 27.7%;
}

.col-26_2{
    width: 26.2%;
}

.col-1-4-b{
    width: 25.64%;
}

.col-1-4, .col-3-12 {
    width: 25%;
}

.col-3-13 {
    width: 23.07%;
}

.col-3-13 {
    width: 23.07%;
}

.col-22_5 {
    width: 22.5%;
}

.col-1-5 {
    width: 20%;
}

.col-1-6, .col-2-12 {
    width: 16.667%;
}

.col-1-7 {
    width: 14.28%;
}

.col-1-8 {
    width: 12.5%;
}

.col-1-9 {
    width: 11.1%;
}

.col-1-975 {
    width: 10.25%;
}

.col-1-10 {
    width: 10%;
}

.col-1-11 {
    width: 9.09%;
}

.col-1-12 {
    width: 8.33%
}

/* Layout Columns */

.col-11-12 {
    width: 91.66%
}

.col-10-12 {
    width: 83.333%;
}

.col-77_5{
    width: 77.5%;
}

.col-9-12 {
    width: 75%;
}

.col-73_8{
    width: 73.8%;
}

.col-5-13 {
    width: 38.46%;
}

.col-46 {
    width: 46%;
}

.col-5-12 {
    width: 41.66%;
}

.col-5-11 {
    width: 45.45%
}

.col-6-13 {
    width: 46.15%
}

.col-7-12 {
    width: 58.33%
}



/* Pushing blocks */

.push-2-3, .push-8-12 {
    margin-left: 66.66%;
}

.push-1-2, .push-6-12 {
    margin-left: 50%;
}

.push-1-3, .push-4-12 {
    margin-left: 33.33%;
}

.push-1-4, .push-3-12 {
    margin-left: 25%;
}

.push-1-5 {
    margin-left: 20%;
}

.push-1-6, .push-2-12 {
    margin-left: 16.667%;
}

.push-1-7 {
    margin-left: 14.28%;
}

.push-1-8 {
    margin-left: 12.5%;
}

.push-1-9 {
    margin-left: 11.1%;
}

.push-1-10 {
    margin-left: 10%;
}

.push-1-11 {
    margin-left: 9.09%;
}

.push-1-12 {
    margin-left: 8.33%
}


.max-w-80{
    max-width: 80px;
}

.max-w-100{
    max-width: 100px;
}

</pre></body></html>