<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    color:#fff;
}
.intro-bg {
    width:100%;
    min-height:350px;
    /*margin-left: 82px;*/
    margin-top: 40px;
}



.intro-bg h1
{
    text-transform: uppercase;
    font-size: 40px;
    font-weight:bold;
    line-height: 40px;
    margin: 30px 0px 10px 0px;
}

.intro-bg p
{
    font-size: 1em;
    font-weight: 400;
    line-height: 1.125em;
    font-style:italic;
        margin-top: 27px;
}

.intro-machine-text{

}

#machine-list{
    height:60em;
}

.machine-title{
    text-align: center;
    text-transform:uppercase;
    font-size: 1.5em;
    margin-top:3em;
    font-weight:bold;
    margin-bottom:17px;
}

.machine-item
{
    background:#000;
    text-align:center;
    border-bottom: 1px solid #222222;
    border-right: 1px solid #222222;
    min-height:260px;
}

.machine-item a img
{
    max-height:234px;
}
.machine-item a
{
    color:#fff;

}

.machine-item a:hover
{
    text-decoration:none;
}
.machine-item:nth-child(4n + 2)
{
     border-left: 1px solid #222222;
}
.machine-item img
{
    
 
}
.machine-item label{
    text-transform:uppercase;
    display:block;
}

.machine-item:hover
{
    background: #241a17;
    transition: background 0.5s ease-in;
}
.footer-information {
    background-color: #eeeeee;
    color: #575757;
    padding: 20px;
     border: 1px solid #eeeeee;
    border-radius: 2px;
    margin-top: 20px;
    height:330px;
    width: 100%;
   
}

.footer-title{
    color:#575757;
    font-size:14px;
    font-weight:bold;
}
.assistance-ines-element p
{
    font-size:12px;
}

.steps
{
    padding-top:20px;
    border-right: 1px solid #cccccc;
   
}

.step-div
{
    font-size:11px;
    padding:15px 8px 8px 8px;
    
}

.step-text{
    padding-left:23px;
    padding-right:0;
}

.registration
{
     border-right: 1px solid #cccccc;
}

.contact-img
{
    display:block;
}

@media screen and (max-width: 990px) {
    body {
        width: 100%;
    }
    .intro-bg p{
        width:50%;
       
        line-height:1.7;
    }

    .hide-mobile
    {
        display:none;
    }

    .machine-item img
    {
        width: 100%;
    max-width: 300px;

    }


    .machine-title
    {
       margin-top:2em;
    }
    .machine-item label
    {
        font-size:20px;
    }

    .intro-bg h1
    {
        font-size:30px;
    }

    .mobile-row-up
    {
        position: relative;
    top: -250px;
    }

    .mobile-row-down
    {
             position: relative;
    top: 250px;
    }
}
</pre></body></html>