<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: 'bentonsansregular';
    src: url('/bundles/app/frontend/font/bentonsans_medium-webfont.woff2') format('woff2'),
         url('/bundles/app/frontend/font/bentonsans_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


.cookie-box {
    font-size :12px;
    font-family: 'bentonsansregular';
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #76767B;
    padding: 15px 0;
    z-index: 99999;
    background: #F1F1F7;
}

.cookie-button{
    display : inline-block;
    background: #5353eb;
    background-size :18px;
    border-radius: 5px;
    border: none;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0px;
    font-size: 12px;
    padding: 10px 15px 10px 15px;
    outline: none;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    color: #fff;
}

.cookie-button svg {
    fill: #5353eb;
    margin-right: 5px;
    vertical-align: top;
}

.cookie-button:hover{
	background: #ec6e07;
	background-size :18px;
	color: white;
	transform: scale(1.1);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.cookie-button:hover svg {
    fill: #ec6e07;
}

.cookie-link{
    color: #EC6E07;
    margin: 0 15px;
}
.cookie-link:hover{
    color: #76767B;
}
.cookie-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
}
.cookie-overlay:target {
    visibility: visible;
    opacity: 1;
}

.cookie-popup {
    font-size :12px;
    font-family: 'bentonsansregular';
    background: #F1F1F7;
    position: absolute;
    padding: 30px;
    box-shadow: 0 0 50px rgba(0,0,0,0.5);
    color: #76767B;
    border-radius: 5px;
    width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -70%);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.cookie-popup h3 {
    font-size :1em;
    color: #76767B;
    margin-top: 15px;
}

.cookie-overlay:target .cookie-popup{
    transform: translate(-50% , -50%);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.cookie-popup h2 {
    margin-top: 0;
    color: #76767B;
}

.cookie-popup .cookie-close {
    position: absolute;
    top: 5px;
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
}

.cookie-popup .cookie-close:hover {
     color: #ec6e07;
 }

.cookie-popup .cookie-content {
    max-height: 40%;
    overflow: hidden;
}

.cookie-content .cookie-footer{
    width: 100%;
    float: left;
    text-align: center;
    margin-top :30px;
}

.cookie-footer {
    padding-bottom: 10px;
}

#cookie-active{
    opacity: 0.5;
}

/* ------ check -----------*/

.cookie-checkbox {
  visibility: hidden;
}
.cookie-disable{
    position: relative;
    z-index: 2;
    height: 30px;
    margin-top: -30px;
}
.cookie-slider {
    width: 70px;
    height: 30px;
    margin: 0 auto;
    border: 2px solid white;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ea
}

.cookie-slider:after {
  /* content: 'UIT'; */
  color: #fff;
  position: absolute;
  right: 10px;
  top: 6px;
  z-index: 0;
  font-weight: bold;
  font-size: 10px;
}
.cookie-slider:before {
  /* content: 'AAN'; */
  color: #fff;
  position: absolute;
  top : 4px;
  left: 6px;
  z-index: 0;
  font-weight: bold;
  font-size: 10px;
}

.cookie-on{
    position:absolute;
    left: 10px;
    top: 4px;
    font-size: 10px
}
.cookie-off{
    position:absolute;
    right: 10px;
    top: 4px;
    font-size: 10px
}

.cookie-privacy{
    color: #5353eb;
}

.cookie-privacy:hover {
    color: #ec6e07;
}

.cookie-slider.active{
    background-color: #ec6e07;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ea
}
.cookie-slider label {
    display: block;
    width: 30px;
    height: 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
    background-color: #fff;
}
.cookie-slider input[type=checkbox] label{
    background-color: #fff;
}
.cookie-slider input[type=checkbox]:checked + label {
    left: 33px;
    background-color: #fff;
}

.cookie-block{
    margin-top :30px;
    width :5-%;
    float: left;
    text-align: center;
}
.cookie-block .cookie-img {
    height: 100px;
}
.cookie-block .cookie-img img{
    width: 90px;
}

.cookie-hidden {
	display:none;
}

@media screen and (max-width: 1000px){
    .cookie-popup{
        width: 70%;
    }
}
@media screen and (min-width: 320px){
    .cookie-popup{
        position: relative;
        width: 95%;
    }
    .cookie-popup h2{
        font-size: 18px;
    }
    .cookie-popup .cookie-content{
        font-size: 14px;
        height: 400px;
        overflow: scroll;
    }
    .cookie-block{
        float: none;
        width :100%;
    }
}
@media screen and (min-width: 768px){
    .cookie-popup{
        position: relative;
        width: 75%;
    }
    .cookie-popup h2{
        font-size: 18px;
    }
    .cookie-popup .cookie-content{
        font-size: 14px;
        height: auto;
        overflow: auto;
    }
    .cookie-block{
        float: left;
        width :33%;
    }
}
@media screen and (min-width: 1200px){
    .cookie-popup{
        width: 50%;
    }
}
@media screen and (min-width: 1400px){
    .cookie-popup{
        width: 40%;
    }
}
@media screen and (min-width: 1600px){
    .cookie-popup{
        width: 30%;
    }
}
</pre></body></html>