<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@font-face {
  font-family: 'icomoon';
  src:  url('/assets/recruit/fonts/icomoon.eot?p171rn');
  src:  url('/assets/recruit/fonts/icomoon.eot?p171rn#iefix') format('embedded-opentype'),
    url('/assets/recruit/fonts/icomoon.ttf?p171rn') format('truetype'),
    url('/assets/recruit/fonts/icomoon.woff?p171rn') format('woff'),
    url('/assets/recruit/fonts/icomoon.svg?p171rn#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !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;
}

.icon-upArrow:before {
  content: "\e900";
}

.icon-externalLink:before {
  content: "\e901";
}

.icon-close:before {
  content: "\e902";
}

.icon-open:before {
  content: "\e903";
}


</pre></body></html>