<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: 'valuecardIcons';
  src:  url('fonts/valuecardIcons.eot?v9myb2');
  src:  url('fonts/valuecardIcons.eot?v9myb2#iefix') format('embedded-opentype'),
    url('fonts/valuecardIcons.ttf?v9myb2') format('truetype'),
    url('fonts/valuecardIcons.woff?v9myb2') format('woff'),
    url('fonts/valuecardIcons.svg?v9myb2#valuecardIcons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="vcm-ic-"], [class*=" vcm-ic-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'valuecardIcons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.vcm-ic-close:before {
  content: "\e900";
}
.vcm-ic-spin:before {
  content: "\e901";
}
.vcm-ic-double-left:before {
  content: "\e903";
}
.vcm-ic-load-spin:before {
  content: "\e980";
}
.vcm-ic-spin2:before {
  content: "\e981";
}
.vcm-ic-check:before {
  content: "\ea10";
}


.fc-spin {
  -webkit-animation: vcm-spin 2s linear infinite;
  animation: vcm-spin 2s linear infinite;
  position: absolute;
}

@-webkit-keyframes vcm-spin {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
  }

  to {
      -webkit-transform: rotate(1turn);
      transform: rotate(1turn)
  }
}

@keyframes vcm-spin {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
  }

  to {
      -webkit-transform: rotate(1turn);
      transform: rotate(1turn)
  }
}
</pre></body></html>