<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#cookieAccessFrame {width: 100%; padding: 40px 0px; position: fixed; bottom: 0px; left: 0px; background-color: #e7e7e7; font-size: 14px; z-index: 100; border-top: 1px #c9c9c9 solid;}
#cookieAccessFrame .mainFrame {height: 100%; width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between;}
#cookieAccessFrame P {margin: 3px 0px 0px 0px; width: auto; float: left; font-size: 14px;}
#cookieAccessFrame P A {text-decoration: underline; color: inherit;}
#cookieAccessFrame .button {padding: 10px 20px; float: right; display: flex; align-items: center; white-space: nowrap; background-color: #e2574c; border: 1px #a42319 solid; color: #FFF; margin: 0px; border-radius: 2px; cursor: pointer;}
#cookieAccessFrame .button-2 {padding: 10px 20px; float: right; display: flex; align-items: center; white-space: nowrap; background-color: #FFF; border: 1px #ccc solid; color: inherit; margin: 0px 5px 0px 0px; border-radius: 2px; cursor: pointer;}
#cookieAccessFrame .buttonsFrame {width: auto; display: flex; margin: 0; flex-wrap: nowrap;}
#cookieAccessFrame .buttonsFrame a {text-decoration: none;}
@media only screen
and (max-width: 1200px)
{
  #cookieAccessFrame .mainFrame {width: 100%}
}
@media only screen
and (max-width: 600px)
{
  #cookieAccessFrame .mainFrame {flex-direction: column;}
  #cookieAccessFrame P {text-align: center; font-size: 12px;}
  #cookieAccessFrame .buttonsFrame {margin: 10px 0px 0px 0px;}
}

#form-cookies input {-webkit-appearance: auto;}
#form-cookies .noMarginLeft {margin-left: 0;}
#form-cookies .cookiesLine .cookiesTextLine p {margin: 10px 0;}

#form-cookies .formLine .formSubmit {background-color: #3cbcd4; border: 1px solid #1b7a8c; color: #fff;}
#form-cookies .formLine .formSubmit:hover {background-color: #1b7a8c;}

#form-cookies hr {width: 100%; height: 1px; float: left; border: 0; background-color: #d5d5d5; margin: 15px 0;}</pre></body></html>