<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.flag-icon:before {
  content: "\00a0";
}
.flag-icon.flag-icon-squared {
  width: 1em;
}

.flag-icon-br {
  background-image: url(../../img/flags/4x3/br.svg);
}
.flag-icon-br.flag-icon-squared {
  background-image: url(../../img/flags/1x1/br.svg);
}

.flag-icon-es {
  background-image: url(../../img/flags/4x3/es.svg);
}
.flag-icon-es.flag-icon-squared {
  background-image: url(../../img/flags/1x1/es.svg);
}

.flag-icon-gb {
  background-image: url(../../img/flags/4x3/gb.svg);
}
.flag-icon-gb.flag-icon-squared {
  background-image: url(../../img/flags/1x1/gb.svg);
}

.flag-icon-it {
  background-image: url(../../img/flags/4x3/it.svg);
}
.flag-icon-it.flag-icon-squared {
  background-image: url(../../img/flags/1x1/it.svg);
}
</pre></body></html>