.logo-gara {
  display: block;
  font-size: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain
}

.logo-gara>* {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

body {
  --color-theme: #831214;
}

.logo-gara {
  --ratio-padding: 29.23077%;
  position: relative;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='130' height='38'%3E%3Cpath d='M62 37.19c0-.049-.05-.15-.05-.25L55.395 6.012C54.318 1.01 50.648 0 46 0s-8.318 1.01-9.394 6.013L30.05 36.939c0 .1-.049.15-.049.252 0 .454.343.809.832.809h8.466c.488 0 .88-.455.979-.96l1.37-7.024h8.707l1.37 7.024c.099.505.49.96.979.96h8.514c.488 0 .783-.303.783-.81zM48.936 21.932h-5.872L45.46 9.094c.099-.454.099-.707.538-.707.44 0 .44.253.538.707l2.4 12.837zM94 37.242a1.31 1.31 0 00-.149-.555L86.697 22.96c3.11-1.361 6.02-4.542 6.02-9.94v-.808C92.718 2.978 86.452 0 77.274 0c-3.503 0-8.438.354-10.41.656C64.789 1.01 64 1.565 64 3.986V36.99c0 .555.493 1.01 1.036 1.01h7.992c.543 0 .988-.455.988-1.01V24.627c.493 0 2.072.05 2.566.05l.345.203 6.167 12.11c.249.506.445 1.01.989 1.01h9.077c.495 0 .84-.303.84-.758zM82.75 13.07c0 2.372-1.332 3.735-5.132 3.735-.296 0-3.355 0-3.601-.051V8.73c.296 0 3.453-.102 3.799-.102 3.305 0 4.934 1.212 4.934 3.584v.857zM130 37.19c0-.049-.048-.15-.048-.25l-6.558-30.927C122.318 1.01 118.648 0 114 0s-8.318 1.01-9.395 6.013L98.05 36.939c0 .1-.049.15-.049.252 0 .454.342.809.833.809h8.465c.488 0 .88-.455.979-.96l1.37-7.024h8.708l1.369 7.024c.1.505.49.96.98.96h8.514c.489 0 .782-.303.782-.81zm-13.065-15.259h-5.871l2.398-12.837c.096-.454.096-.707.538-.707.44 0 .44.253.538.707l2.397 12.837zM28 36.84c0 .756-.253 1.007-1.06 1.16 0 0-6.829-.004-11.732-.004l-4.16.001C5.675 36.741 0 32.66 0 21.912V16.61C0 2.777 8.945 0 15.97 0c5.257 0 8.998.808 11.069 1.364.707.202.96.303.96.959v6.361c0 .606-.253.808-.706.808h-.153c-1.92-.151-6.013-.455-9.754-.455-4.8 0-6.975 1.465-6.975 7.574v5.352c0 6.766 2.88 7.725 4.852 7.725.961 0 1.92-.05 2.78-.152v-4.434H16.37a.902.902 0 01-.903-.901v-6.087c0-.497.404-.9.903-.9h10.714a.9.9 0 01.903.9v.912c.008.052.011.106.011.16V36.84H28z' fill='%23c10909' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.logo-gara:after {
  content: "";
  display: block;
  width: 100%;
  padding-top: var(--ratio-padding)
}

select {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='11'%3E%3Cpath fill='%23c10909' fill-rule='evenodd' d='M14.12.59L8 6.697 1.88.59 0 2.47l8 8 8-8z'/%3E%3C/svg%3E")
}

.s-header__logo .logo-gara {
  width: 90px
}

@media (min-width:992px) {
  .s-header__logo .logo-gara {
    width: 120px
  }
}

  .w-outstanding-articles {
    background-color: rgba(131, 18, 20, 0.07)
  }

.w-full-article .summary {
  margin-top: 0;
  font-size: 1.5rem
}

.w-full-article .summary:before {
  content: "";
  display: block;
  width: 1.4em;
  height: .1em;
  min-height: 2px;
  margin-bottom: .5em;
  color: var(--color-primary);
  background-color: currentColor
}
