<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus { -webkit-box-shadow:0 0 0px 1000px #f0f0f0 inset !important; }
input:focus, textarea:focus {
  -webkit-box-shadow:0 0 0 1px rgba(178,201,240,0.9);
  box-shadow:0 0 0 1px rgba(178,201,240,0.9);
  outline:none !important;
}
input:active, textarea:active {
  -webkit-box-shadow:0 0 0 1px rgba(240,180,185,0.9);
  box-shadow:0 0 0 1px rgba(240,180,185,0.9);
  outline:none !important;
}
.wm-tooltip {
  top:100%;
  left:0;
  width:100%;
  white-space:normal;
  margin:5px 0 0;
  text-align:center;
}
.wm-tooltip::after {
  left:50%;
  top:0;
  margin:-2px 0 0;
  box-shadow:0 -1px 0 rgba(0,0,0,0.1), 0 -2px 0 rgba(0,0,0,0.1);
}
.error .wm-tooltip, .error .wm-tooltip { animation:horizontal_show_hide 4s; }
img {
  -o-object-fit:contain;
  object-fit:contain;
}
input, textarea { max-width:100%; }
.menu-scroll&gt;ul&gt;li.menu-item { flex:0 0 auto !important; }
.menu-scroll&gt;ul&gt;li.more-button { align-self:center !important; }
.pswp__counter { display:none; }
.content a.albumItem { box-sizing:content-box; }
._column {
  display:flex;
  flex-direction:column;
  justify-content:center;
}
._inline {
  display:flex;
  flex-flow:row nowrap;
  justify-content:space-between;
}
._grid {
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  grid-gap:2vw;
}
.sn-wrap {
  flex-flow:row nowrap !important;
  align-items:center;
}
.sn-logo { margin-right:20px; }
.title-page .widget-4 { pointer-events:none; }
html:root .popover-wrap .popover-body .popover-form-title {
  box-sizing:border-box;
  font-size:35px;
  margin-bottom:5px;
  display:-webkit-flex;
  display:flex;
  text-align:center;
  font-family:Cuprum, sans-serif;
  -webkit-justify-content:center;
  -moz-justify-content:center;
  justify-content:center;
  text-transform:uppercase;
  text-decoration:none;
  font-weight:normal;
}
html:root .popover-wrap .popover-body input[type="text"], html:root .popover-wrap .popover-body textarea {
  font-family:Cuprum, sans-serif;
  border-radius:0;
  border:0;
  box-shadow:0 2px #0000002b;
  color:#000;
  font-size:18px;
}
html:root .popover-wrap .popover-body .s3_button_large {
  margin:0 0 auto;
  border:3px solid #ffd505;
  position:relative;
  top:0;
  left:0;
  z-index:1;
  font-family:Cuprum, sans-serif;
  color:#000;
  text-align:center;
  text-decoration:none;
  font-size:20px;
  box-sizing:border-box;
  display:-webkit-flex;
  display:flex;
  width:200px;
  -webkit-align-items:center;
  -moz-align-items:center;
  align-items:center;
  min-height:55px;
  background:#ffd505;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-justify-content:center;
  -moz-justify-content:center;
  justify-content:center;
}
html:root .popover-wrap .popover-body .s3_button_large:hover { background:transparent; }
.path {
  padding-left:20px;
  margin-left:40px;
  margin-bottom:10px;
  text-align:left;
}
.title-page .widget-26, .widget-26 {
  max-width:50px;
  z-index:20;
}
@media (max-width: 960px) {
  .sn-wrap { flex-flow:column nowrap !important; }
  ._column { align-items:center; }
  ._inline { flex-flow:row wrap; }
  ._grid { grid-template-columns:1fr 1fr; }
}
@media (max-width: 768px) {
  .path { margin-left:0; }
  .sn-logo { margin:0 auto 20px; }
}
@media (max-width: 560px) {
  ._grid {
    grid-template-columns:1fr;
    grid-gap:0;
  }
}
@media all and (max-width: 480px) {
  button, input, optgroup, select, textarea { max-width:100%; }
}
</pre></body></html>