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

.oba, .fa,.oba::before, .fa::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'obasi-font' !important;
  speak: none !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1 !important;
  font-size:16px !important;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.oba-sm, .oba-sm::before     { font-size:8px !important; }
.oba-md, .oba-md::before      { font-size:12px !important;    }
.oba-lg, .oba-lg::before     { font-size:20px !important;    }
.oba-xl, .oba-xl::before     { font-size:24px !important;    }
.oba-xxl, .oba-xxl::before    { font-size:28px !important;    }
.oba-2x, .oba-2x::before     { font-size:32px !important;    }
.oba-3x, .oba-3x::before     { font-size:48px !important;    }
.oba-4x, .oba-4x::before     { font-size:64px !important;    }
.oba-5x, .oba-5x::before     { font-size:80px !important;    }
.oba-6x, .oba-6x::before     { font-size:96px !important;    }
.oba-7x, .oba-7x::before     { font-size:112px !important;    }
.oba-8x, .oba-8x::before     { font-size:128px !important;    }
.oba-9x, .oba-9x::before     { font-size:144px !important;    }
.oba-10x, .oba-10x::before     { font-size:160px !important;    }
.oba-11x, .oba-11x::before     { font-size:176px !important;    }
.oba-12x, .oba-12x::before     { font-size:192px !important;    }
.oba-13x, .oba-13x::before     { font-size:208px !important;    }
.oba-14x, .oba-14x::before     { font-size:224px !important;    }
.oba-15x, .oba-15x::before     { font-size:240px !important;    }


/*ROTATIE*/
.oba-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";  
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); 
  display:block; }
.oba-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);  
  display:block; }
.oba-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);  
  display:block; }
.oba-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);  
  display:block; }
.oba-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);  
  display:block; }
.oba-flip-both, .oba-flip-horizontal.oba-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);  
  display:block; }
:root .oba-rotate-90, :root .oba-rotate-180, :root .oba-rotate-270,
:root .oba-flip-horizontal, :root .oba-flip-vertical, :root .oba-flip-both {
  -webkit-filter: none;
          filter: none;  
 display:block; }

/*ANDERE OPTIES*/
.oba-fw { text-align: center; width: 1.25em; }
.oba-ul { list-style-type: none; margin-left: 2.5em; padding-left: 0; }
.oba-ul > li { position: relative; }
.oba-li { left: -2em; position: absolute; text-align: center; width: 2em; line-height: inherit; }
.oba-border { border: solid 0.08em #eee; border-radius: .1em; padding: .2em .25em .15em; }
.oba-pull-left  { float: left; }
.oba-pull-right { float: right; }
.oba.oba-pull-left { margin-right: .3em; }
.oba.oba-pull-right { margin-left: .3em; }
.oba-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear; }
.oba-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8); }
@-webkit-keyframes oba-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes oba-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.oba-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }
.oba-stack-1x, .oba-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }
.oba-stack-1x { line-height: inherit; }
.oba-stack-2x { font-size: 2em; }
.oba-inverse { color: #fff; }


/*APEX*/
.t-TreeNav .a-TreeView-node--topLevel > .a-TreeView-content .fa,
.t-TreeNav .a-TreeView-node--topLevel > .a-TreeView-content .oba
    { font-size: 16px; color: var(--nav-item-tekst) !important; }

.t-TreeNav .a-TreeView-node--topLevel>.a-TreeView-content .oba,
.t-TreeNav .a-TreeView-node--topLevel>.a-TreeView-content .fa {
   vertical-align: top !important;
   width: 24px !important;
   height: 24px !important;
   line-height: 24px !important;
   margin:8px !important;
   text-align: center !important;
   transition: width .2s ease !important;
   display:inline-block !important;
}

.a-TreeView-content .oba-sm {
	padding-left:4px;
	padding-top:4px;
}

.t-Card-icon.aanmeld-icon, .t-Card-icon.aanmeld-icon .t-Icon
    { width: 56px; height: 56px; line-height: 56px !important; }


/*DUPLICAAT*/
.fa-bars:before {	content: "\e9c6"; /*oba-bars*/ }
.oba-clinic-medical:before { content: "\ebbd"; /*oba-clinic-alt*/ }
.fa-folder-search:before { content: "\ed88"; /*oba-folder-magnifying-glass*/ }
.oba-share-arrow:before {	content: "\eef6"; /*oba-mail-forward*/ }
.oba-reply:before {	content: "\eef9"; /*oba-mail-reply*/ }
.oba-reply-all:before {	content: "\eefa"; /*oba-mail-reply-all*/ }
.oba-pencil:before { content: "\ef9e"; /*oba-pen*/ }
.oba-female-simple:before { content: "\efc9"; /*oba-person-dress-simple*/ }
.oba-male-simple:before { content: "\efdc"; /*oba-person-simple*/ }
.oba-pen-square:before { content: "\f1aa"; /*oba-square-pen*/ }
.oba-star-full:before { content: "\f202"; /*oba-star-alt*/ }
.oba-slideshare:before { content: "\f260"; /*oba-team*/ }


/*ICONS*/
.oba-nose:before {
  content: "\f35b";
}
.oba-mustache:before {
  content: "\f35c";
}
.oba-webhook:before {
  content: "\f35d";
}
.oba-skeleton-ribs:before {
  content: "\f35e";
}
.oba-lightbulb-gear:before {
  content: "\f35f";
}
.oba-gear-code:before {
  content: "\f360";
}
.oba-calendar-users:before {
  content: "\f361";
}
.oba-lighthouse:before {
  content: "\f362";
}
.oba-court-sport:before {
  content: "\f363";
}
.oba-bottle-baby:before {
  content: "\f364";
}
.oba-suicide:before {
  content: "\f365";
}
.oba-0:before {
  content: "\e901";
}
.oba-00:before {
  content: "\e900";
}
.oba-1:before {
  content: "\e902";
}
.oba-2:before {
  content: "\e903";
}
.oba-3:before {
  content: "\e904";
}
.oba-4:before {
  content: "\e905";
}
.oba-5:before {
  content: "\e906";
}
.oba-6:before {
  content: "\e907";
}
.oba-7:before {
  content: "\e908";
}
.oba-8:before {
  content: "\e909";
}
.oba-9:before {
  content: "\e90a";
}
.oba-DSM4:before {
  content: "\ec8a";
}
.oba-DSM4-alt:before {
  content: "\ec8b";
}
.oba-DSM5:before {
  content: "\ec8c";
}
.oba-DSM5-alt:before {
  content: "\ec8d";
}
.oba-FOD:before {
  content: "\ed7d";
}
.oba-a:before {
  content: "\e90b";
}
.oba-acoona-bl:before {
  content: "\e90c";
}
.oba-acoona-br:before {
  content: "\e90d";
}
.oba-acoona-tl:before {
  content: "\e90e";
}
.oba-acoona-tr:before {
  content: "\e90f";
}
.oba-address-book:before {
  content: "\e910";
}
.oba-address-card:before {
  content: "\e911";
}
.oba-airplay:before {
  content: "\e912";
}
.oba-airplay-alt:before {
  content: "\e913";
}
.oba-alarm-clock:before {
  content: "\e914";
}
.oba-album:before {
  content: "\e915";
}
.oba-album-alt:before {
  content: "\e916";
}
.oba-album-collection:before {
  content: "\e917";
}
.oba-album-collection-alt:before {
  content: "\e918";
}
.oba-align-center:before {
  content: "\e919";
}
.oba-align-justify:before {
  content: "\e91a";
}
.oba-align-left:before {
  content: "\e91b";
}
.oba-align-right:before {
  content: "\e91c";
}
.oba-align-slash:before {
  content: "\e91d";
}
.oba-ambu:before {
  content: "\e91e";
}
.oba-ampersand:before {
  content: "\e91f";
}
.oba-analytics:before {
  content: "\e920";
}
.oba-angle-double-down:before {
  content: "\e921";
}
.oba-angle-double-left:before {
  content: "\e922";
}
.oba-angle-double-right:before {
  content: "\e923";
}
.oba-angle-double-up:before {
  content: "\e924";
}
.oba-angle-down:before {
  content: "\e925";
}
.oba-angle-left:before {
  content: "\e926";
}
.oba-angle-right:before {
  content: "\e927";
}
.oba-angle-up:before {
  content: "\e928";
}
.oba-apartment:before {
  content: "\e929";
}
.oba-apartment-alt:before {
  content: "\e92a";
}
.oba-aperture:before {
  content: "\e92b";
}
.oba-apostrophe:before {
  content: "\e92c";
}
.oba-apotheek:before {
  content: "\e92d";
}
.oba-apple:before {
  content: "\e92e";
}
.oba-apple-alt:before {
  content: "\e92f";
}
.oba-archief:before {
  content: "\e930";
}
.oba-arrow-circle-down:before {
  content: "\e931";
}
.oba-arrow-circle-left:before {
  content: "\e932";
}
.oba-arrow-circle-right:before {
  content: "\e933";
}
.oba-arrow-circle-up:before {
  content: "\e934";
}
.oba-arrow-down:before {
  content: "\e935";
}
.oba-arrow-down-alt:before {
  content: "\e936";
}
.oba-arrow-down-arrow-up:before {
  content: "\e937";
}
.oba-arrow-down-from-dotted-line:before {
  content: "\e938";
}
.oba-arrow-down-from-line:before {
  content: "\e939";
}
.oba-arrow-down-left:before {
  content: "\e93a";
}
.oba-arrow-down-left-and-arrow-up-right-to-center:before {
  content: "\e93b";
}
.oba-arrow-down-long:before {
  content: "\e93c";
}
.oba-arrow-down-long-alt:before {
  content: "\e93d";
}
.oba-arrow-down-right:before {
  content: "\e93e";
}
.oba-arrow-down-to-arc:before {
  content: "\e93f";
}
.oba-arrow-down-to-bracket:before {
  content: "\e940";
}
.oba-arrow-down-to-dotted-line:before {
  content: "\e941";
}
.oba-arrow-down-to-line:before {
  content: "\e942";
}
.oba-arrow-down-to-square:before {
  content: "\e943";
}
.oba-arrow-down-up-across-line:before {
  content: "\e944";
}
.oba-arrow-down-up-lock:before {
  content: "\e945";
}
.oba-arrow-from-bottom:before {
  content: "\e946";
}
.oba-arrow-from-left:before {
  content: "\e947";
}
.oba-arrow-from-right:before {
  content: "\e948";
}
.oba-arrow-from-top:before {
  content: "\e949";
}
.oba-arrow-left:before {
  content: "\e94a";
}
.oba-arrow-left-alt:before {
  content: "\e94b";
}
.oba-arrow-left-from-line:before {
  content: "\e94c";
}
.oba-arrow-left-long:before {
  content: "\e94d";
}
.oba-arrow-left-long-alt:before {
  content: "\e94e";
}
.oba-arrow-left-long-to-line:before {
  content: "\e94f";
}
.oba-arrow-left-to-line:before {
  content: "\e950";
}
.oba-arrow-pointer:before {
  content: "\e951";
}
.oba-arrow-right:before {
  content: "\e952";
}
.oba-arrow-right-alt:before {
  content: "\e953";
}
.oba-arrow-right-arrow-left:before {
  content: "\e954";
}
.oba-arrow-right-from-arc:before {
  content: "\e955";
}
.oba-arrow-right-from-bracket:before {
  content: "\e956";
}
.oba-arrow-right-from-line:before {
  content: "\e957";
}
.oba-arrow-right-long:before {
  content: "\e958";
}
.oba-arrow-right-long-alt:before {
  content: "\e959";
}
.oba-arrow-right-long-to-line:before {
  content: "\e95a";
}
.oba-arrow-right-to-arc:before {
  content: "\e95b";
}
.oba-arrow-right-to-bracket:before {
  content: "\e95c";
}
.oba-arrow-right-to-city:before {
  content: "\e95d";
}
.oba-arrow-right-to-city-alt:before {
  content: "\e95e";
}
.oba-arrow-right-to-line:before {
  content: "\e95f";
}
.oba-arrow-rotate-left:before {
  content: "\e960";
}
.oba-arrow-rotate-right:before {
  content: "\e961";
}
.oba-arrow-square-down:before {
  content: "\e96c";
}
.oba-arrow-square-left:before {
  content: "\e96d";
}
.oba-arrow-square-right:before {
  content: "\e96e";
}
.oba-arrow-square-up:before {
  content: "\e96f";
}
.oba-arrow-to-bottom:before {
  content: "\e982";
}
.oba-arrow-to-left:before {
  content: "\e983";
}
.oba-arrow-to-right:before {
  content: "\e984";
}
.oba-arrow-to-top:before {
  content: "\e985";
}
.oba-arrow-trend-down:before {
  content: "\e986";
}
.oba-arrow-trend-up:before {
  content: "\e987";
}
.oba-arrow-turn-down:before {
  content: "\e988";
}
.oba-arrow-turn-down-alt:before {
  content: "\e989";
}
.oba-arrow-turn-down-left:before {
  content: "\e98a";
}
.oba-arrow-turn-down-left-alt:before {
  content: "\e98b";
}
.oba-arrow-turn-down-right:before {
  content: "\e98c";
}
.oba-arrow-turn-down-right-alt:before {
  content: "\e98d";
}
.oba-arrow-turn-up:before {
  content: "\e98e";
}
.oba-arrow-turn-up-alt:before {
  content: "\e98f";
}
.oba-arrow-up:before {
  content: "\e990";
}
.oba-arrow-up-alt:before {
  content: "\e991";
}
.oba-arrow-up-arrow-down:before {
  content: "\e992";
}
.oba-arrow-up-from-arc:before {
  content: "\e993";
}
.oba-arrow-up-from-bracket:before {
  content: "\e994";
}
.oba-arrow-up-from-dotted-line:before {
  content: "\e995";
}
.oba-arrow-up-from-line:before {
  content: "\e996";
}
.oba-arrow-up-from-square:before {
  content: "\e997";
}
.oba-arrow-up-left:before {
  content: "\e998";
}
.oba-arrow-up-left-from-circle:before {
  content: "\e999";
}
.oba-arrow-up-long:before {
  content: "\e99a";
}
.oba-arrow-up-long-alt:before {
  content: "\e99b";
}
.oba-arrow-up-right:before {
  content: "\e99c";
}
.oba-arrow-up-right-dots:before {
  content: "\e99d";
}
.oba-arrow-up-right-from-square:before {
  content: "\e99e";
}
.oba-arrow-up-to-dotted-line:before {
  content: "\e99f";
}
.oba-arrow-up-to-line:before {
  content: "\e9a0";
}
.oba-arrows-cross:before {
  content: "\e962";
}
.oba-arrows-down-to-line:before {
  content: "\e963";
}
.oba-arrows-down-to-people:before {
  content: "\e964";
}
.oba-arrows-from-dotted-line:before {
  content: "\e965";
}
.oba-arrows-from-line:before {
  content: "\e966";
}
.oba-arrows-hor:before {
  content: "\e967";
}
.oba-arrows-left-right:before {
  content: "\e968";
}
.oba-arrows-left-right-to-line:before {
  content: "\e969";
}
.oba-arrows-maximize:before {
  content: "\e96a";
}
.oba-arrows-minimize:before {
  content: "\e96b";
}
.oba-arrows-repeat:before {
  content: "\e970";
}
.oba-arrows-retweet:before {
  content: "\e971";
}
.oba-arrows-rotate:before {
  content: "\e972";
}
.oba-arrows-spin:before {
  content: "\e973";
}
.oba-arrows-split-up-and-left:before {
  content: "\e974";
}
.oba-arrows-to-circle:before {
  content: "\e975";
}
.oba-arrows-to-dot:before {
  content: "\e976";
}
.oba-arrows-to-dotted-line:before {
  content: "\e977";
}
.oba-arrows-to-eye:before {
  content: "\e978";
}
.oba-arrows-to-line:before {
  content: "\e979";
}
.oba-arrows-turn-right:before {
  content: "\e97a";
}
.oba-arrows-turn-to-dots:before {
  content: "\e97b";
}
.oba-arrows-up-down:before {
  content: "\e97c";
}
.oba-arrows-up-down-left-right:before {
  content: "\e97d";
}
.oba-arrows-up-right-down-left:before {
  content: "\e97e";
}
.oba-arrows-up-right-down-right:before {
  content: "\e97f";
}
.oba-arrows-up-to-line:before {
  content: "\e980";
}
.oba-arrows-vert:before {
  content: "\e981";
}
.oba-asterisk:before {
  content: "\e9a1";
}
.oba-at:before {
  content: "\e9a2";
}
.oba-atom:before {
  content: "\e9a3";
}
.oba-atom-alt:before {
  content: "\e9a4";
}
.oba-award:before {
  content: "\e9a5";
}
.oba-award-alt:before {
  content: "\e9a6";
}
.oba-award-alt2:before {
  content: "\e9a7";
}
.oba-b:before {
  content: "\e9a8";
}
.oba-baby:before {
  content: "\e9a9";
}
.oba-baby-carriage:before {
  content: "\e9aa";
}
.oba-back:before {
  content: "\e9ab";
}
.oba-backpack:before {
  content: "\e9ac";
}
.oba-backward-fast:before {
  content: "\e9ad";
}
.oba-backward-step:before {
  content: "\e9ae";
}
.oba-bacteria:before {
  content: "\e9af";
}
.oba-bacteria-alt:before {
  content: "\e9b0";
}
.oba-bacterium:before {
  content: "\e9b1";
}
.oba-bacterium-alt:before {
  content: "\e9b2";
}
.oba-bag-shopping:before {
  content: "\e9b4";
}
.oba-bag-shopping-alt:before {
  content: "\e9b5";
}
.oba-bagel:before {
  content: "\e9b3";
}
.oba-bahai:before {
  content: "\e9b6";
}
.oba-bahai-alt:before {
  content: "\e9b7";
}
.oba-ball-pile:before {
  content: "\e9c0";
}
.oba-balloon:before {
  content: "\e9b8";
}
.oba-balloon-alt:before {
  content: "\e9b9";
}
.oba-balloons:before {
  content: "\e9ba";
}
.oba-balloons-alt:before {
  content: "\e9bb";
}
.oba-ballot:before {
  content: "\e9bc";
}
.oba-ballot-alt:before {
  content: "\e9bd";
}
.oba-ballot-check:before {
  content: "\e9be";
}
.oba-ballot-check-alt:before {
  content: "\e9bf";
}
.oba-ban:before {
  content: "\e9c1";
}
.oba-ban-smoking:before {
  content: "\e9c3";
}
.oba-bandage:before {
  content: "\e9c2";
}
.oba-barcode:before {
  content: "\e9c4";
}
.oba-barcode-read:before {
  content: "\e9c5";
}
.oba-bars:before {
  content: "\e9c6";
}
.oba-bars-filter:before {
  content: "\e9c7";
}
.oba-bars-progress:before {
  content: "\e9c8";
}
.oba-bars-sort:before {
  content: "\e9c9";
}
.oba-bars-staggered:before {
  content: "\e9ca";
}
.oba-basket-shopping:before {
  content: "\e9cb";
}
.oba-basket-shopping-alt:before {
  content: "\e9cc";
}
.oba-bat:before {
  content: "\e9cd";
}
.oba-bath:before {
  content: "\e9ce";
}
.oba-battery-bolt:before {
  content: "\e9cf";
}
.oba-battery-empty:before {
  content: "\e9d0";
}
.oba-battery-exclamation:before {
  content: "\e9d1";
}
.oba-battery-full:before {
  content: "\e9d2";
}
.oba-battery-half:before {
  content: "\e9d3";
}
.oba-battery-low:before {
  content: "\e9d4";
}
.oba-battery-quarter:before {
  content: "\e9d5";
}
.oba-battery-slash:before {
  content: "\e9d6";
}
.oba-battery-three-quarters:before {
  content: "\e9d7";
}
.oba-bed:before {
  content: "\e9d8";
}
.oba-bed-bunk:before {
  content: "\e9d9";
}
.oba-bed-empty:before {
  content: "\e9da";
}
.oba-bed-pulse:before {
  content: "\e9db";
}
.oba-beer-mug:before {
  content: "\e9dc";
}
.oba-behandelaars:before {
  content: "\e9dd";
}
.oba-behandelplan:before {
  content: "\e9de";
}
.oba-bell:before {
  content: "\e9df";
}
.oba-bell-alt:before {
  content: "\e9e0";
}
.oba-bell-exclamation:before {
  content: "\e9e1";
}
.oba-bell-exclamation-alt:before {
  content: "\e9e2";
}
.oba-bell-on:before {
  content: "\e9e3";
}
.oba-bell-on-alt:before {
  content: "\e9e4";
}
.oba-bell-slash:before {
  content: "\e9e7";
}
.oba-bell-slash-alt:before {
  content: "\e9e8";
}
.oba-bells:before {
  content: "\e9e5";
}
.oba-bells-alt:before {
  content: "\e9e6";
}
.oba-bench-tree:before {
  content: "\e9e9";
}
.oba-bezier-curve:before {
  content: "\e9ea";
}
.oba-bijbel:before {
  content: "\e9eb";
}
.oba-binoculars:before {
  content: "\e9ec";
}
.oba-biohazard:before {
  content: "\e9ed";
}
.oba-bird:before {
  content: "\e9ee";
}
.oba-bird-alt:before {
  content: "\e9ef";
}
.oba-blind:before {
  content: "\e9f0";
}
.oba-block:before {
  content: "\e9f1";
}
.oba-block-alt:before {
  content: "\e9f2";
}
.oba-block-question:before {
  content: "\e9f3";
}
.oba-block-question-alt:before {
  content: "\e9f4";
}
.oba-block-quote:before {
  content: "\e9f5";
}
.oba-bold:before {
  content: "\e9f6";
}
.oba-bolt:before {
  content: "\e9f7";
}
.oba-bone-break:before {
  content: "\e9f8";
}
.oba-book:before {
  content: "\e9f9";
}
.oba-book-alt:before {
  content: "\e9fa";
}
.oba-book-arrow-right:before {
  content: "\e9fb";
}
.oba-book-arrow-up:before {
  content: "\e9fc";
}
.oba-book-atlas:before {
  content: "\e9fd";
}
.oba-book-bible:before {
  content: "\e9fe";
}
.oba-book-blank:before {
  content: "\e9ff";
}
.oba-book-blank-alt:before {
  content: "\ea00";
}
.oba-book-bookmark:before {
  content: "\ea01";
}
.oba-book-circle-arrow-right:before {
  content: "\ea02";
}
.oba-book-circle-arrow-up:before {
  content: "\ea03";
}
.oba-book-copy:before {
  content: "\ea04";
}
.oba-book-font:before {
  content: "\ea05";
}
.oba-book-heart:before {
  content: "\ea06";
}
.oba-book-heart-alt:before {
  content: "\ea07";
}
.oba-book-medical:before {
  content: "\ea0a";
}
.oba-book-medical-alt:before {
  content: "\ea0b";
}
.oba-book-open:before {
  content: "\ea0c";
}
.oba-book-open-cover:before {
  content: "\ea0d";
}
.oba-book-quran:before {
  content: "\ea0e";
}
.oba-book-reader:before {
  content: "\ea0f";
}
.oba-book-skull:before {
  content: "\ea11";
}
.oba-book-tanakh:before {
  content: "\ea12";
}
.oba-book-user:before {
  content: "\ea13";
}
.oba-book-user-solid:before {
  content: "\ea14";
}
.oba-bookmark:before {
  content: "\ea08";
}
.oba-bookmark-alt:before {
  content: "\ea09";
}
.oba-books:before {
  content: "\ea10";
}
.oba-boombox:before {
  content: "\ea15";
}
.oba-border-all:before {
  content: "\ea16";
}
.oba-border-bottom:before {
  content: "\ea17";
}
.oba-border-bottom-right:before {
  content: "\ea18";
}
.oba-border-center-h:before {
  content: "\ea19";
}
.oba-border-center-v:before {
  content: "\ea1a";
}
.oba-border-inner:before {
  content: "\ea1b";
}
.oba-border-left:before {
  content: "\ea1c";
}
.oba-border-none:before {
  content: "\ea1d";
}
.oba-border-outer:before {
  content: "\ea1e";
}
.oba-border-right:before {
  content: "\ea1f";
}
.oba-border-top:before {
  content: "\ea20";
}
.oba-border-top-left:before {
  content: "\ea21";
}
.oba-bottle-droplet:before {
  content: "\ea22";
}
.oba-bottle-droplet-alt:before {
  content: "\ea23";
}
.oba-bottle-water:before {
  content: "\ea24";
}
.oba-bowl-hot:before {
  content: "\ea25";
}
.oba-bowl-scoops:before {
  content: "\ea26";
}
.oba-bowl-spoon:before {
  content: "\ea27";
}
.oba-box:before {
  content: "\ea28";
}
.oba-box-check:before {
  content: "\ea29";
}
.oba-boxes-stacked:before {
  content: "\ea2a";
}
.oba-bracket-curly-right:before {
  content: "\ea2b";
}
.oba-bracket-left:before {
  content: "\ea2c";
}
.oba-bracket-right:before {
  content: "\ea2d";
}
.oba-bracket-round:before {
  content: "\ea2e";
}
.oba-bracket-round-right:before {
  content: "\ea2f";
}
.oba-brackets:before {
  content: "\ea30";
}
.oba-brackets-curly:before {
  content: "\ea31";
}
.oba-brackets-round:before {
  content: "\ea32";
}
.oba-braille:before {
  content: "\ea33";
}
.oba-brain:before {
  content: "\ea34";
}
.oba-brain-circuit:before {
  content: "\ea35";
}
.oba-bread-loaf:before {
  content: "\ea36";
}
.oba-briefcase:before {
  content: "\ea37";
}
.oba-briefcase-blank:before {
  content: "\ea38";
}
.oba-briefcase-medical:before {
  content: "\ea39";
}
.oba-briefcase-medical-alt:before {
  content: "\ea3a";
}
.oba-briefcase-medical-solid:before {
  content: "\ea3b";
}
.oba-brightness:before {
  content: "\ea3c";
}
.oba-brightness-low:before {
  content: "\ea3d";
}
.oba-bring-forward:before {
  content: "\ea3e";
}
.oba-bring-front:before {
  content: "\ea3f";
}
.oba-broom:before {
  content: "\ea40";
}
.oba-browser:before {
  content: "\ea41";
}
.oba-browsers:before {
  content: "\ea42";
}
.oba-bucket:before {
  content: "\ea43";
}
.oba-buffer:before {
  content: "\ea44";
}
.oba-bug:before {
  content: "\ea45";
}
.oba-bug-slash:before {
  content: "\ea46";
}
.oba-building:before {
  content: "\ea47";
}
.oba-building-alt:before {
  content: "\ea48";
}
.oba-building-columns:before {
  content: "\ea49";
}
.oba-building-user:before {
  content: "\ea4b";
}
.oba-building-user-alt:before {
  content: "\ea4c";
}
.oba-buildings:before {
  content: "\ea4a";
}
.oba-bullhorn:before {
  content: "\ea4d";
}
.oba-bullseye:before {
  content: "\ea4e";
}
.oba-bullseye-pointer:before {
  content: "\ea4f";
}
.oba-burger-fries:before {
  content: "\ea50";
}
.oba-burger-soda:before {
  content: "\ea51";
}
.oba-buromobelexperte:before {
  content: "\ea52";
}
.oba-burst:before {
  content: "\ea53";
}
.oba-burst-alt:before {
  content: "\ea54";
}
.oba-bus-alt:before {
  content: "\ea55";
}
.oba-c:before {
  content: "\ea56";
}
.oba-cabinet-filing:before {
  content: "\ea57";
}
.oba-cabinet-filing-alt:before {
  content: "\ea58";
}
.oba-cake-candles:before {
  content: "\ea59";
}
.oba-calculator:before {
  content: "\ea5a";
}
.oba-calculator-alt:before {
  content: "\ea5b";
}
.oba-calendar:before {
  content: "\ea5c";
}
.oba-calendar-arrow-down:before {
  content: "\ea5d";
}
.oba-calendar-arrow-up:before {
  content: "\ea5e";
}
.oba-calendar-blank:before {
  content: "\ea5f";
}
.oba-calendar-check:before {
  content: "\ea60";
}
.oba-calendar-circle-exclamation:before {
  content: "\ea61";
}
.oba-calendar-circle-minus:before {
  content: "\ea62";
}
.oba-calendar-circle-plus:before {
  content: "\ea63";
}
.oba-calendar-circle-user:before {
  content: "\ea64";
}
.oba-calendar-clock:before {
  content: "\ea65";
}
.oba-calendar-day:before {
  content: "\ea66";
}
.oba-calendar-days:before {
  content: "\ea67";
}
.oba-calendar-edit:before {
  content: "\ea68";
}
.oba-calendar-exclamation:before {
  content: "\ea69";
}
.oba-calendar-image:before {
  content: "\ea6a";
}
.oba-calendar-lines:before {
  content: "\ea6b";
}
.oba-calendar-lines-pen:before {
  content: "\ea6c";
}
.oba-calendar-minus:before {
  content: "\ea6d";
}
.oba-calendar-plus:before {
  content: "\ea6e";
}
.oba-calendar-range:before {
  content: "\ea6f";
}
.oba-calendar-star:before {
  content: "\ea71";
}
.oba-calendar-times:before {
  content: "\ea72";
}
.oba-calendar-user:before {
  content: "\ea73";
}
.oba-calendar-week:before {
  content: "\ea74";
}
.oba-calendars:before {
  content: "\ea70";
}
.oba-camera:before {
  content: "\ea75";
}
.oba-camera-alt:before {
  content: "\ea76";
}
.oba-camera-cctv:before {
  content: "\ea77";
}
.oba-camera-security:before {
  content: "\ea78";
}
.oba-camera-slash:before {
  content: "\ea79";
}
.oba-camera-viewfinder:before {
  content: "\ea7a";
}
.oba-campfire:before {
  content: "\ea7b";
}
.oba-campground:before {
  content: "\ea7c";
}
.oba-candy:before {
  content: "\ea7d";
}
.oba-candy-cane:before {
  content: "\ea7e";
}
.oba-cannabis:before {
  content: "\ea7f";
}
.oba-cannabis-ban:before {
  content: "\ea80";
}
.oba-capsules:before {
  content: "\ea81";
}
.oba-car:before {
  content: "\ea82";
}
.oba-car-bus:before {
  content: "\ea83";
}
.oba-cards:before {
  content: "\ea84";
}
.oba-cards-blank:before {
  content: "\ea85";
}
.oba-caret-circle-down:before {
  content: "\ea86";
}
.oba-caret-circle-left:before {
  content: "\ea87";
}
.oba-caret-circle-right:before {
  content: "\ea88";
}
.oba-caret-circle-up:before {
  content: "\ea89";
}
.oba-caret-down:before {
  content: "\ea8a";
}
.oba-caret-left:before {
  content: "\ea8b";
}
.oba-caret-right:before {
  content: "\ea8c";
}
.oba-caret-square-down:before {
  content: "\ea8d";
}
.oba-caret-square-left:before {
  content: "\ea8e";
}
.oba-caret-square-right:before {
  content: "\ea8f";
}
.oba-caret-square-up:before {
  content: "\ea90";
}
.oba-caret-up:before {
  content: "\ea91";
}
.oba-carrot:before {
  content: "\ea92";
}
.oba-cars:before {
  content: "\ea93";
}
.oba-cart:before {
  content: "\ea94";
}
.oba-cart-minus:before {
  content: "\ea95";
}
.oba-cart-plus:before {
  content: "\ea96";
}
.oba-cart-shopping:before {
  content: "\ea97";
}
.oba-cart-xmark:before {
  content: "\ea98";
}
.oba-cat:before {
  content: "\ea99";
}
.oba-cauldron:before {
  content: "\ea9a";
}
.oba-certificate:before {
  content: "\ea9b";
}
.oba-certificate-solid:before {
  content: "\ea9c";
}
.oba-chalkboard:before {
  content: "\ea9d";
}
.oba-chart-bar:before {
  content: "\ea9e";
}
.oba-chart-bar-alt:before {
  content: "\ea9f";
}
.oba-chart-bullet:before {
  content: "\eaa0";
}
.oba-chart-candlestick:before {
  content: "\eaa1";
}
.oba-chart-gantt:before {
  content: "\eaa2";
}
.oba-chart-line:before {
  content: "\eaa3";
}
.oba-chart-line-down:before {
  content: "\eaa4";
}
.oba-chart-line-up:before {
  content: "\eaa5";
}
.oba-chart-network:before {
  content: "\eaa6";
}
.oba-chart-pie:before {
  content: "\eaa7";
}
.oba-chart-pie-simple:before {
  content: "\eaa8";
}
.oba-chart-pie-solid:before {
  content: "\eaa9";
}
.oba-chart-pyramid:before {
  content: "\eaaa";
}
.oba-chart-radar:before {
  content: "\eaab";
}
.oba-chart-scatter:before {
  content: "\eaac";
}
.oba-chart-scatter-3d:before {
  content: "\eaad";
}
.oba-chart-scatter-bubble:before {
  content: "\eaae";
}
.oba-chart-simple:before {
  content: "\eaaf";
}
.oba-chart-simple-horizontal:before {
  content: "\eab0";
}
.oba-chart-tree-map:before {
  content: "\eab1";
}
.oba-chart-user:before {
  content: "\eab2";
}
.oba-chart-waterfall:before {
  content: "\eab3";
}
.oba-check:before {
  content: "\eab4";
}
.oba-check-circle:before {
  content: "\eab5";
}
.oba-check-double:before {
  content: "\eab6";
}
.oba-check-square:before {
  content: "\eab7";
}
.oba-check-to-slot:before {
  content: "\eab8";
}
.oba-check-to-slot-alt:before {
  content: "\eab9";
}
.oba-cherries:before {
  content: "\eaba";
}
.oba-chess:before {
  content: "\eabb";
}
.oba-chevron-circle-down:before {
  content: "\eabc";
}
.oba-chevron-circle-left:before {
  content: "\eabd";
}
.oba-chevron-circle-right:before {
  content: "\eabe";
}
.oba-chevron-circle-up:before {
  content: "\eabf";
}
.oba-chevron-double-down:before {
  content: "\eac0";
}
.oba-chevron-double-left:before {
  content: "\eac1";
}
.oba-chevron-double-right:before {
  content: "\eac2";
}
.oba-chevron-double-up:before {
  content: "\eac3";
}
.oba-chevron-down:before {
  content: "\eac4";
}
.oba-chevron-left:before {
  content: "\eac5";
}
.oba-chevron-right:before {
  content: "\eac6";
}
.oba-chevron-square-down:before {
  content: "\eac9";
}
.oba-chevron-square-left:before {
  content: "\eaca";
}
.oba-chevron-square-right:before {
  content: "\eacb";
}
.oba-chevron-square-up:before {
  content: "\eacc";
}
.oba-chevron-up:before {
  content: "\eacf";
}
.oba-chevrons-down:before {
  content: "\eac7";
}
.oba-chevrons-left:before {
  content: "\eac8";
}
.oba-chevrons-right:before {
  content: "\eacd";
}
.oba-chevrons-up:before {
  content: "\eace";
}
.oba-child:before {
  content: "\ead0";
}
.oba-child-dress:before {
  content: "\ead1";
}
.oba-child-reaching:before {
  content: "\ead2";
}
.oba-children:before {
  content: "\ead3";
}
.oba-circle:before {
  content: "\ead4";
}
.oba-circle-0:before {
  content: "\ead5";
}
.oba-circle-0-alt:before {
  content: "\ead6";
}
.oba-circle-1:before {
  content: "\ead7";
}
.oba-circle-1-alt:before {
  content: "\ead8";
}
.oba-circle-2:before {
  content: "\ead9";
}
.oba-circle-2-alt:before {
  content: "\eada";
}
.oba-circle-3:before {
  content: "\eadb";
}
.oba-circle-3-alt:before {
  content: "\eadc";
}
.oba-circle-4:before {
  content: "\eadd";
}
.oba-circle-4-alt:before {
  content: "\eade";
}
.oba-circle-5:before {
  content: "\eadf";
}
.oba-circle-5-alt:before {
  content: "\eae0";
}
.oba-circle-6:before {
  content: "\eae1";
}
.oba-circle-6-alt:before {
  content: "\eae2";
}
.oba-circle-7:before {
  content: "\eae3";
}
.oba-circle-7-alt:before {
  content: "\eae4";
}
.oba-circle-8:before {
  content: "\eae5";
}
.oba-circle-8-alt:before {
  content: "\eae6";
}
.oba-circle-9:before {
  content: "\eae7";
}
.oba-circle-9-alt:before {
  content: "\eae8";
}
.oba-circle-a:before {
  content: "\eae9";
}
.oba-circle-a-alt:before {
  content: "\eaea";
}
.oba-circle-alt:before {
  content: "\eaeb";
}
.oba-circle-ampersand:before {
  content: "\eaec";
}
.oba-circle-ampersand-alt:before {
  content: "\eaed";
}
.oba-circle-arrow-down:before {
  content: "\eaee";
}
.oba-circle-arrow-down-alt:before {
  content: "\eaef";
}
.oba-circle-arrow-down-left:before {
  content: "\eaf0";
}
.oba-circle-arrow-down-left-alt:before {
  content: "\eaf1";
}
.oba-circle-arrow-down-right:before {
  content: "\eaf2";
}
.oba-circle-arrow-down-right-alt:before {
  content: "\eaf3";
}
.oba-circle-arrow-left:before {
  content: "\eaf4";
}
.oba-circle-arrow-left-alt:before {
  content: "\eaf5";
}
.oba-circle-arrow-right:before {
  content: "\eaf6";
}
.oba-circle-arrow-right-alt:before {
  content: "\eaf7";
}
.oba-circle-arrow-up:before {
  content: "\eaf8";
}
.oba-circle-arrow-up-alt:before {
  content: "\eaf9";
}
.oba-circle-arrow-up-left:before {
  content: "\eafa";
}
.oba-circle-arrow-up-left-alt:before {
  content: "\eafb";
}
.oba-circle-arrow-up-right:before {
  content: "\eafc";
}
.oba-circle-arrow-up-right-alt:before {
  content: "\eafd";
}
.oba-circle-b:before {
  content: "\eafe";
}
.oba-circle-b-alt:before {
  content: "\eaff";
}
.oba-circle-bolt:before {
  content: "\eb00";
}
.oba-circle-bolt-alt:before {
  content: "\eb01";
}
.oba-circle-book-open:before {
  content: "\eb04";
}
.oba-circle-book-open-alt:before {
  content: "\eb05";
}
.oba-circle-bookmark:before {
  content: "\eb02";
}
.oba-circle-bookmark-alt:before {
  content: "\eb03";
}
.oba-circle-c:before {
  content: "\eb06";
}
.oba-circle-c-alt:before {
  content: "\eb09";
}
.oba-circle-calendar:before {
  content: "\eb07";
}
.oba-circle-calendar-alt:before {
  content: "\eb08";
}
.oba-circle-camera:before {
  content: "\eb0a";
}
.oba-circle-camera-alt:before {
  content: "\eb0b";
}
.oba-circle-caret-down:before {
  content: "\eb0c";
}
.oba-circle-caret-down-alt:before {
  content: "\eb0d";
}
.oba-circle-caret-left:before {
  content: "\eb0e";
}
.oba-circle-caret-left-alt:before {
  content: "\eb0f";
}
.oba-circle-caret-right:before {
  content: "\eb10";
}
.oba-circle-caret-right-alt:before {
  content: "\eb11";
}
.oba-circle-caret-up:before {
  content: "\eb12";
}
.oba-circle-caret-up-alt:before {
  content: "\eb13";
}
.oba-circle-check:before {
  content: "\eb14";
}
.oba-circle-check-alt:before {
  content: "\eb15";
}
.oba-circle-check-double:before {
  content: "\eb16";
}
.oba-circle-check-double-alt:before {
  content: "\eb17";
}
.oba-circle-chevron-down:before {
  content: "\eb18";
}
.oba-circle-chevron-down-alt:before {
  content: "\eb19";
}
.oba-circle-chevron-left:before {
  content: "\eb1a";
}
.oba-circle-chevron-left-alt:before {
  content: "\eb1b";
}
.oba-circle-chevron-right:before {
  content: "\eb1c";
}
.oba-circle-chevron-right-alt:before {
  content: "\eb1d";
}
.oba-circle-chevron-up:before {
  content: "\eb1e";
}
.oba-circle-chevron-up-alt:before {
  content: "\eb1f";
}
.oba-circle-d:before {
  content: "\eb20";
}
.oba-circle-d-alt:before {
  content: "\eb21";
}
.oba-circle-dashed:before {
  content: "\eb22";
}
.oba-circle-divide:before {
  content: "\eb23";
}
.oba-circle-divide-alt:before {
  content: "\eb24";
}
.oba-circle-dot:before {
  content: "\eb25";
}
.oba-circle-dot-alt:before {
  content: "\eb26";
}
.oba-circle-down:before {
  content: "\eb27";
}
.oba-circle-down-alt:before {
  content: "\eb28";
}
.oba-circle-down-left:before {
  content: "\eb29";
}
.oba-circle-down-left-alt:before {
  content: "\eb2a";
}
.oba-circle-down-right:before {
  content: "\eb2b";
}
.oba-circle-down-right-alt:before {
  content: "\eb2c";
}
.oba-circle-e:before {
  content: "\eb2d";
}
.oba-circle-e-alt:before {
  content: "\eb2e";
}
.oba-circle-ellipsis:before {
  content: "\eb2f";
}
.oba-circle-ellipsis-alt:before {
  content: "\eb30";
}
.oba-circle-ellipsis-vertical:before {
  content: "\eb31";
}
.oba-circle-ellipsis-vertical-alt:before {
  content: "\eb32";
}
.oba-circle-envelope:before {
  content: "\eb33";
}
.oba-circle-envelope-alt:before {
  content: "\eb34";
}
.oba-circle-euro:before {
  content: "\eb35";
}
.oba-circle-exclamation:before {
  content: "\eb36";
}
.oba-circle-exclamation-alt:before {
  content: "\eb37";
}
.oba-circle-exclamation-check:before {
  content: "\eb38";
}
.oba-circle-exclamation-check-alt:before {
  content: "\eb39";
}
.oba-circle-eye:before {
  content: "\eb3a";
}
.oba-circle-eye-alt:before {
  content: "\eb3b";
}
.oba-circle-f:before {
  content: "\eb3c";
}
.oba-circle-f-alt:before {
  content: "\eb3d";
}
.oba-circle-full:before {
  content: "\eb3e";
}
.oba-circle-g:before {
  content: "\eb3f";
}
.oba-circle-g-alt:before {
  content: "\eb40";
}
.oba-circle-h:before {
  content: "\eb41";
}
.oba-circle-h-alt:before {
  content: "\eb45";
}
.oba-circle-half:before {
  content: "\eb42";
}
.oba-circle-half-alt:before {
  content: "\eb43";
}
.oba-circle-half-stroke:before {
  content: "\eb44";
}
.oba-circle-heart:before {
  content: "\eb46";
}
.oba-circle-heart-alt:before {
  content: "\eb47";
}
.oba-circle-i:before {
  content: "\eb48";
}
.oba-circle-i-alt:before {
  content: "\eb49";
}
.oba-circle-info:before {
  content: "\eb4a";
}
.oba-circle-info-alt:before {
  content: "\eb4b";
}
.oba-circle-j:before {
  content: "\eb4c";
}
.oba-circle-j-alt:before {
  content: "\eb4d";
}
.oba-circle-k:before {
  content: "\eb4e";
}
.oba-circle-k-alt:before {
  content: "\eb4f";
}
.oba-circle-l:before {
  content: "\eb50";
}
.oba-circle-l-alt:before {
  content: "\eb51";
}
.oba-circle-left:before {
  content: "\eb52";
}
.oba-circle-left-alt:before {
  content: "\eb53";
}
.oba-circle-location-arrow:before {
  content: "\eb54";
}
.oba-circle-location-arrow-alt:before {
  content: "\eb55";
}
.oba-circle-lock:before {
  content: "\eb56";
}
.oba-circle-lock-alt:before {
  content: "\eb57";
}
.oba-circle-m:before {
  content: "\eb58";
}
.oba-circle-m-alt:before {
  content: "\eb59";
}
.oba-circle-microphone:before {
  content: "\eb5a";
}
.oba-circle-microphone-alt:before {
  content: "\eb5b";
}
.oba-circle-minus:before {
  content: "\eb5c";
}
.oba-circle-minus-alt:before {
  content: "\eb5d";
}
.oba-circle-n:before {
  content: "\eb5e";
}
.oba-circle-n-alt:before {
  content: "\eb5f";
}
.oba-circle-notch:before {
  content: "\eb60";
}
.oba-circle-notch-alt:before {
  content: "\eb61";
}
.oba-circle-o:before {
  content: "\eb62";
}
.oba-circle-o-alt:before {
  content: "\eb63";
}
.oba-circle-p:before {
  content: "\eb64";
}
.oba-circle-p-alt:before {
  content: "\eb65";
}
.oba-circle-parking:before {
  content: "\eb66";
}
.oba-circle-parking-alt:before {
  content: "\eb67";
}
.oba-circle-pause:before {
  content: "\eb68";
}
.oba-circle-pause-alt:before {
  content: "\eb69";
}
.oba-circle-pen:before {
  content: "\eb6a";
}
.oba-circle-pen-alt:before {
  content: "\eb6b";
}
.oba-circle-phone:before {
  content: "\eb6c";
}
.oba-circle-phone-alt:before {
  content: "\eb6d";
}
.oba-circle-phone-flip:before {
  content: "\eb6e";
}
.oba-circle-phone-flip-alt:before {
  content: "\eb6f";
}
.oba-circle-phone-hangup:before {
  content: "\eb70";
}
.oba-circle-phone-hangup-alt:before {
  content: "\eb71";
}
.oba-circle-play:before {
  content: "\eb72";
}
.oba-circle-play-alt:before {
  content: "\eb73";
}
.oba-circle-plus:before {
  content: "\eb74";
}
.oba-circle-plus-alt:before {
  content: "\eb75";
}
.oba-circle-q:before {
  content: "\eb76";
}
.oba-circle-q-alt:before {
  content: "\eb77";
}
.oba-circle-quarter:before {
  content: "\eb78";
}
.oba-circle-quarter-alt:before {
  content: "\eb79";
}
.oba-circle-quarters:before {
  content: "\eb7a";
}
.oba-circle-question:before {
  content: "\eb7b";
}
.oba-circle-question-alt:before {
  content: "\eb7c";
}
.oba-circle-r:before {
  content: "\eb7d";
}
.oba-circle-r-solid:before {
  content: "\eb81";
}
.oba-circle-radiation:before {
  content: "\eb7e";
}
.oba-circle-right:before {
  content: "\eb7f";
}
.oba-circle-right-alt:before {
  content: "\eb80";
}
.oba-circle-s:before {
  content: "\eb82";
}
.oba-circle-s-alt:before {
  content: "\eb83";
}
.oba-circle-semicolon:before {
  content: "\eb88";
}
.oba-circle-small:before {
  content: "\eb89";
}
.oba-circle-small-alt:before {
  content: "\eb8a";
}
.oba-circle-sort:before {
  content: "\eb8d";
}
.oba-circle-sort-alt:before {
  content: "\eb8e";
}
.oba-circle-sort-down:before {
  content: "\eb8f";
}
.oba-circle-sort-down-alt:before {
  content: "\eb90";
}
.oba-circle-sort-up:before {
  content: "\eb91";
}
.oba-circle-sort-up-alt:before {
  content: "\eb92";
}
.oba-circle-star:before {
  content: "\eb93";
}
.oba-circle-star-alt:before {
  content: "\eb94";
}
.oba-circle-stop:before {
  content: "\eb95";
}
.oba-circle-stop-alt:before {
  content: "\eb96";
}
.oba-circle-t:before {
  content: "\eb9a";
}
.oba-circle-t-alt:before {
  content: "\eb9b";
}
.oba-circle-three-quarters:before {
  content: "\eb9c";
}
.oba-circle-three-quarters-alt:before {
  content: "\eb9d";
}
.oba-circle-trash:before {
  content: "\eb9e";
}
.oba-circle-trash-alt:before {
  content: "\eb9f";
}
.oba-circle-u:before {
  content: "\eba0";
}
.oba-circle-u-alt:before {
  content: "\eba1";
}
.oba-circle-up:before {
  content: "\eba2";
}
.oba-circle-up-alt:before {
  content: "\eba3";
}
.oba-circle-up-left:before {
  content: "\eba4";
}
.oba-circle-up-left-alt:before {
  content: "\eba5";
}
.oba-circle-up-right:before {
  content: "\eba6";
}
.oba-circle-up-right-alt:before {
  content: "\eba7";
}
.oba-circle-user:before {
  content: "\eba8";
}
.oba-circle-v:before {
  content: "\eba9";
}
.oba-circle-v-alt:before {
  content: "\ebaa";
}
.oba-circle-video:before {
  content: "\ebab";
}
.oba-circle-video-alt:before {
  content: "\ebac";
}
.oba-circle-w:before {
  content: "\ebad";
}
.oba-circle-w-alt:before {
  content: "\ebae";
}
.oba-circle-waveform-lines:before {
  content: "\ebaf";
}
.oba-circle-waveform-lines-alt:before {
  content: "\ebb0";
}
.oba-circle-x:before {
  content: "\ebb1";
}
.oba-circle-x-alt:before {
  content: "\ebb2";
}
.oba-circle-xmark:before {
  content: "\ebb3";
}
.oba-circle-xmark-alt:before {
  content: "\ebb4";
}
.oba-circle-y:before {
  content: "\ebb5";
}
.oba-circle-y-alt:before {
  content: "\ebb6";
}
.oba-circle-z:before {
  content: "\ebb7";
}
.oba-circle-z-alt:before {
  content: "\ebb8";
}
.oba-circles-drie-derdes:before {
  content: "\eb84";
}
.oba-circles-drie-vierdes:before {
  content: "\eb85";
}
.oba-circles-een-derdes:before {
  content: "\eb86";
}
.oba-circles-een-vierdes:before {
  content: "\eb87";
}
.oba-circles-nul-derdes:before {
  content: "\eb8b";
}
.oba-circles-nul-vierdes:before {
  content: "\eb8c";
}
.oba-circles-twee-derdes:before {
  content: "\eb97";
}
.oba-circles-twee-vierdes:before {
  content: "\eb98";
}
.oba-circles-vier-vierdes:before {
  content: "\eb99";
}
.oba-citrus-slice:before {
  content: "\ebb9";
}
.oba-city:before {
  content: "\ebba";
}
.oba-clapperboard-play:before {
  content: "\ebbb";
}
.oba-clinic:before {
  content: "\ebbc";
}
.oba-clinic-alt:before {
  content: "\ebbd";
}
.oba-clipboard:before {
  content: "\ebbe";
}
.oba-clipboard-check:before {
  content: "\ebbf";
}
.oba-clipboard-list:before {
  content: "\ebc0";
}
.oba-clipboard-list-check:before {
  content: "\ebc1";
}
.oba-clipboard-medical:before {
  content: "\ebc2";
}
.oba-clipboard-prescription:before {
  content: "\ebc3";
}
.oba-clipboard-question:before {
  content: "\ebc4";
}
.oba-clipboard-user:before {
  content: "\ebc5";
}
.oba-clock:before {
  content: "\ebc6";
}
.oba-clock-alt:before {
  content: "\ebc7";
}
.oba-clock-rotate-left:before {
  content: "\ebc8";
}
.oba-clone:before {
  content: "\ebc9";
}
.oba-clone-alt:before {
  content: "\ebca";
}
.oba-cloud:before {
  content: "\ebcb";
}
.oba-cloud-check:before {
  content: "\ebcc";
}
.oba-cloud-download:before {
  content: "\ebcd";
}
.oba-cloud-exclamation:before {
  content: "\ebce";
}
.oba-cloud-minus:before {
  content: "\ebcf";
}
.oba-cloud-plus:before {
  content: "\ebd0";
}
.oba-cloud-question:before {
  content: "\ebd1";
}
.oba-cloud-slash:before {
  content: "\ebd2";
}
.oba-cloud-upload:before {
  content: "\ebd3";
}
.oba-cloud-xmark:before {
  content: "\ebd4";
}
.oba-code:before {
  content: "\ebd5";
}
.oba-code-branch:before {
  content: "\ebd6";
}
.oba-code-commit:before {
  content: "\ebd7";
}
.oba-code-compare:before {
  content: "\ebd8";
}
.oba-code-fork:before {
  content: "\ebd9";
}
.oba-code-merge:before {
  content: "\ebda";
}
.oba-code-pull-request:before {
  content: "\ebdb";
}
.oba-code-pull-request-closed:before {
  content: "\ebdc";
}
.oba-code-pull-request-draft:before {
  content: "\ebdd";
}
.oba-code-simple:before {
  content: "\ebde";
}
.oba-coffee-pot:before {
  content: "\ebdf";
}
.oba-coffin-cross:before {
  content: "\ebe0";
}
.oba-coffin-cross-alt:before {
  content: "\ebe1";
}
.oba-cog:before {
  content: "\ebe2";
}
.oba-cog-alt:before {
  content: "\ebe3";
}
.oba-cogs:before {
  content: "\ebe4";
}
.oba-cogs-alt:before {
  content: "\ebe5";
}
.oba-cogs-alt2:before {
  content: "\ebe6";
}
.oba-cogs-alt3:before {
  content: "\ebe7";
}
.oba-colon:before {
  content: "\ebe8";
}
.oba-columns:before {
  content: "\ebe9";
}
.oba-columns-3:before {
  content: "\ebea";
}
.oba-comet:before {
  content: "\ebeb";
}
.oba-comet-alt:before {
  content: "\ebec";
}
.oba-comma:before {
  content: "\ebed";
}
.oba-command:before {
  content: "\ebee";
}
.oba-comment:before {
  content: "\ebef";
}
.oba-comment-alt:before {
  content: "\ebf0";
}
.oba-comment-arrow-down:before {
  content: "\ebf1";
}
.oba-comment-arrow-up:before {
  content: "\ebf2";
}
.oba-comment-arrow-up-right:before {
  content: "\ebf3";
}
.oba-comment-check:before {
  content: "\ebf4";
}
.oba-comment-check-alt:before {
  content: "\ebf5";
}
.oba-comment-code:before {
  content: "\ebf6";
}
.oba-comment-code-alt:before {
  content: "\ebf7";
}
.oba-comment-dots:before {
  content: "\ebf8";
}
.oba-comment-dots-alt:before {
  content: "\ebf9";
}
.oba-comment-edit:before {
  content: "\ebfa";
}
.oba-comment-edit-alt:before {
  content: "\ebfb";
}
.oba-comment-exclamation:before {
  content: "\ebfc";
}
.oba-comment-exclamation-alt:before {
  content: "\ebfd";
}
.oba-comment-lines:before {
  content: "\ebfe";
}
.oba-comment-lines-alt:before {
  content: "\ebff";
}
.oba-comment-medical:before {
  content: "\ec00";
}
.oba-comment-medical-alt:before {
  content: "\ec01";
}
.oba-comment-middle:before {
  content: "\ec02";
}
.oba-comment-middle-alt:before {
  content: "\ec03";
}
.oba-comment-middle-top:before {
  content: "\ec04";
}
.oba-comment-middle-top-alt:before {
  content: "\ec05";
}
.oba-comment-minus:before {
  content: "\ec06";
}
.oba-comment-minus-alt:before {
  content: "\ec07";
}
.oba-comment-plus:before {
  content: "\ec08";
}
.oba-comment-plus-alt:before {
  content: "\ec09";
}
.oba-comment-question:before {
  content: "\ec0a";
}
.oba-comment-question-alt:before {
  content: "\ec0b";
}
.oba-comment-quote:before {
  content: "\ec0c";
}
.oba-comment-quote-alt:before {
  content: "\ec0d";
}
.oba-comment-slash:before {
  content: "\ec10";
}
.oba-comment-slash-alt:before {
  content: "\ec11";
}
.oba-comment-smile:before {
  content: "\ec12";
}
.oba-comment-smile-alt:before {
  content: "\ec13";
}
.oba-comment-times:before {
  content: "\ec17";
}
.oba-comment-times-alt:before {
  content: "\ec18";
}
.oba-comments:before {
  content: "\ec0e";
}
.oba-comments-alt:before {
  content: "\ec0f";
}
.oba-comments-question:before {
  content: "\ec14";
}
.oba-comments-question-alt:before {
  content: "\ec15";
}
.oba-comments-question-check-alt:before {
  content: "\ec16";
}
.oba-compact-disc:before {
  content: "\ec19";
}
.oba-compass:before {
  content: "\ec1a";
}
.oba-compress:before {
  content: "\ec1b";
}
.oba-compress-wide:before {
  content: "\ec1c";
}
.oba-computer:before {
  content: "\ec1d";
}
.oba-computer-mouse:before {
  content: "\ec1e";
}
.oba-construction:before {
  content: "\ec1f";
}
.oba-container-storage:before {
  content: "\ec20";
}
.oba-cookie:before {
  content: "\ec21";
}
.oba-copy:before {
  content: "\ec22";
}
.oba-copyright:before {
  content: "\ec23";
}
.oba-cor-stat0:before {
  content: "\ec25";
}
.oba-cor-stat1:before {
  content: "\ec26";
}
.oba-cor-stat2:before {
  content: "\ec27";
}
.oba-cor-stat3:before {
  content: "\ec28";
}
.oba-cor-stat4:before {
  content: "\ec29";
}
.oba-cor-stat5:before {
  content: "\ec2a";
}
.oba-corner:before {
  content: "\ec24";
}
.oba-couch:before {
  content: "\ec2b";
}
.oba-creative-commons-by:before {
  content: "\ec2c";
}
.oba-creative-commons-nc-eu:before {
  content: "\ec2d";
}
.oba-creative-commons-nd:before {
  content: "\ec2e";
}
.oba-creative-commons-sampling:before {
  content: "\ec2f";
}
.oba-creative-commons-share:before {
  content: "\ec30";
}
.oba-credit-card:before {
  content: "\ec31";
}
.oba-croissant:before {
  content: "\ec32";
}
.oba-crop:before {
  content: "\ec33";
}
.oba-crop-simple:before {
  content: "\ec34";
}
.oba-cross:before {
  content: "\ec35";
}
.oba-cross-alt:before {
  content: "\ec36";
}
.oba-crosshairs:before {
  content: "\ec37";
}
.oba-crosshairs-solid:before {
  content: "\ec38";
}
.oba-crow:before {
  content: "\ec39";
}
.oba-crown:before {
  content: "\ec3a";
}
.oba-crown-alt:before {
  content: "\ec3b";
}
.oba-cube:before {
  content: "\ec3c";
}
.oba-cubes:before {
  content: "\ec3d";
}
.oba-cubes-stacked:before {
  content: "\ec3e";
}
.oba-cut:before {
  content: "\ec3f";
}
.oba-d:before {
  content: "\ec40";
}
.oba-dash:before {
  content: "\ec41";
}
.oba-database:before {
  content: "\ec42";
}
.oba-debug:before {
  content: "\ec43";
}
.oba-deer-rudolph:before {
  content: "\ec44";
}
.oba-deezer:before {
  content: "\ec45";
}
.oba-deken:before {
  content: "\ec46";
}
.oba-delete-left:before {
  content: "\ec47";
}
.oba-delete-left-alt:before {
  content: "\ec48";
}
.oba-delete-right:before {
  content: "\ec49";
}
.oba-delete-right-alt:before {
  content: "\ec4a";
}
.oba-delicious:before {
  content: "\ec4b";
}
.oba-desktop:before {
  content: "\ec4c";
}
.oba-diagnoses:before {
  content: "\ec4d";
}
.oba-diagram-cells:before {
  content: "\ec4e";
}
.oba-diagram-lean-canvas:before {
  content: "\ec4f";
}
.oba-diagram-nested:before {
  content: "\ec50";
}
.oba-diagram-nested-alt:before {
  content: "\ec51";
}
.oba-diagram-next:before {
  content: "\ec52";
}
.oba-diagram-predecessor:before {
  content: "\ec53";
}
.oba-diagram-previous:before {
  content: "\ec54";
}
.oba-diagram-project:before {
  content: "\ec55";
}
.oba-diagram-project-alt:before {
  content: "\ec56";
}
.oba-diagram-sankey:before {
  content: "\ec57";
}
.oba-diagram-subtask:before {
  content: "\ec58";
}
.oba-diagram-successor:before {
  content: "\ec59";
}
.oba-dial:before {
  content: "\ec5a";
}
.oba-dial-high:before {
  content: "\ec5b";
}
.oba-dial-low:before {
  content: "\ec5c";
}
.oba-dial-max:before {
  content: "\ec5d";
}
.oba-dial-med:before {
  content: "\ec5e";
}
.oba-dial-med-low:before {
  content: "\ec5f";
}
.oba-dial-min:before {
  content: "\ec60";
}
.oba-dial-off:before {
  content: "\ec61";
}
.oba-diamond:before {
  content: "\ec62";
}
.oba-diamond-alt:before {
  content: "\ec63";
}
.oba-diamond-exclamation:before {
  content: "\ec64";
}
.oba-diamond-exclamation-alt:before {
  content: "\ec65";
}
.oba-dice:before {
  content: "\ec66";
}
.oba-digging:before {
  content: "\ec67";
}
.oba-directions:before {
  content: "\ec68";
}
.oba-disease:before {
  content: "\ec69";
}
.oba-disease-alt:before {
  content: "\ec6a";
}
.oba-display:before {
  content: "\ec6b";
}
.oba-display-code:before {
  content: "\ec6c";
}
.oba-display-medical:before {
  content: "\ec6d";
}
.oba-distribute-spacing-horizontal:before {
  content: "\ec6e";
}
.oba-distribute-spacing-vertical:before {
  content: "\ec6f";
}
.oba-ditto:before {
  content: "\ec70";
}
.oba-divide:before {
  content: "\ec71";
}
.oba-dna:before {
  content: "\ec72";
}
.oba-dnr-0:before {
  content: "\ec73";
}
.oba-dnr-0-alt:before {
  content: "\ec74";
}
.oba-dnr-1:before {
  content: "\ec75";
}
.oba-dnr-1-alt:before {
  content: "\ec76";
}
.oba-dnr-2:before {
  content: "\ec77";
}
.oba-dnr-2-alt:before {
  content: "\ec78";
}
.oba-dnr-3:before {
  content: "\ec79";
}
.oba-dnr-3-alt:before {
  content: "\ec7a";
}
.oba-do-not-enter:before {
  content: "\ec7c";
}
.oba-dog:before {
  content: "\ec7b";
}
.oba-donut:before {
  content: "\ec7d";
}
.oba-door-closed:before {
  content: "\ec7e";
}
.oba-door-closed-alt:before {
  content: "\ec7f";
}
.oba-door-open:before {
  content: "\ec80";
}
.oba-dot-circle:before {
  content: "\ec81";
}
.oba-down:before {
  content: "\ec82";
}
.oba-down-long:before {
  content: "\ec84";
}
.oba-download:before {
  content: "\ec83";
}
.oba-draw-circle:before {
  content: "\ec85";
}
.oba-draw-square:before {
  content: "\ec86";
}
.oba-drone:before {
  content: "\ec87";
}
.oba-drop:before {
  content: "\ec88";
}
.oba-droplet:before {
  content: "\ec89";
}
.oba-e:before {
  content: "\ec8e";
}
.oba-ear:before {
  content: "\ec8f";
}
.oba-ear-assist:before {
  content: "\ec90";
}
.oba-ear-deaf:before {
  content: "\ec91";
}
.oba-ear-listen:before {
  content: "\ec92";
}
.oba-edit:before {
  content: "\ec93";
}
.oba-egg:before {
  content: "\ec94";
}
.oba-eject:before {
  content: "\ec95";
}
.oba-elevator:before {
  content: "\ec96";
}
.oba-ellipsis-hor:before {
  content: "\ec97";
}
.oba-ellipsis-vert:before {
  content: "\ec98";
}
.oba-emo-angry:before {
  content: "\ec99";
}
.oba-emo-anguished:before {
  content: "\ec9a";
}
.oba-emo-anxious-sweat:before {
  content: "\ec9b";
}
.oba-emo-astonished:before {
  content: "\ec9c";
}
.oba-emo-awesome:before {
  content: "\ec9d";
}
.oba-emo-beam-hand-over-mouth:before {
  content: "\ec9e";
}
.oba-emo-clouds:before {
  content: "\ec9f";
}
.oba-emo-confounded:before {
  content: "\eca0";
}
.oba-emo-confused:before {
  content: "\eca1";
}
.oba-emo-diagonal-mouth:before {
  content: "\eca2";
}
.oba-emo-disappointed:before {
  content: "\eca3";
}
.oba-emo-dizzy:before {
  content: "\eca4";
}
.oba-emo-dotted:before {
  content: "\eca5";
}
.oba-emo-downcast-sweat:before {
  content: "\eca6";
}
.oba-emo-drooling:before {
  content: "\eca7";
}
.oba-emo-exhaling:before {
  content: "\eca8";
}
.oba-emo-explode:before {
  content: "\eca9";
}
.oba-emo-expressionless:before {
  content: "\ecaa";
}
.oba-emo-eyes-xmarks:before {
  content: "\ecab";
}
.oba-emo-fearful:before {
  content: "\ecac";
}
.oba-emo-flushed:before {
  content: "\ecad";
}
.oba-emo-frown:before {
  content: "\ecae";
}
.oba-emo-frown-open:before {
  content: "\ecaf";
}
.oba-emo-frown-slight:before {
  content: "\ecb0";
}
.oba-emo-grimace:before {
  content: "\ecb1";
}
.oba-emo-grin:before {
  content: "\ecb2";
}
.oba-emo-grin-beam:before {
  content: "\ecb3";
}
.oba-emo-grin-beam-sweat:before {
  content: "\ecb4";
}
.oba-emo-grin-hearts:before {
  content: "\ecb5";
}
.oba-emo-grin-squint:before {
  content: "\ecb6";
}
.oba-emo-grin-squint-tears:before {
  content: "\ecb7";
}
.oba-emo-grin-stars:before {
  content: "\ecb8";
}
.oba-emo-grin-tears:before {
  content: "\ecb9";
}
.oba-emo-grin-tongue:before {
  content: "\ecba";
}
.oba-emo-grin-tongue-squint:before {
  content: "\ecbb";
}
.oba-emo-grin-tongue-wink:before {
  content: "\ecbc";
}
.oba-emo-grin-wide:before {
  content: "\ecbd";
}
.oba-emo-grin-wink:before {
  content: "\ecbe";
}
.oba-emo-hand-over-mouth:before {
  content: "\ecbf";
}
.oba-emo-hand-peeking:before {
  content: "\ecc0";
}
.oba-emo-hand-yawn:before {
  content: "\ecc1";
}
.oba-emo-head-bandage:before {
  content: "\ecc2";
}
.oba-emo-holding-back-tears:before {
  content: "\ecc3";
}
.oba-emo-hushed:before {
  content: "\ecc4";
}
.oba-emo-icicles:before {
  content: "\ecc5";
}
.oba-emo-kiss:before {
  content: "\ecc6";
}
.oba-emo-kiss-beam:before {
  content: "\ecc7";
}
.oba-emo-kiss-closed-eyes:before {
  content: "\ecc8";
}
.oba-emo-kiss-wink-heart:before {
  content: "\ecc9";
}
.oba-emo-laugh:before {
  content: "\ecca";
}
.oba-emo-laugh-beam:before {
  content: "\eccb";
}
.oba-emo-laugh-squint:before {
  content: "\eccc";
}
.oba-emo-laugh-wink:before {
  content: "\eccd";
}
.oba-emo-lying:before {
  content: "\ecce";
}
.oba-emo-mask:before {
  content: "\eccf";
}
.oba-emo-meh:before {
  content: "\ecd0";
}
.oba-emo-meh-blank:before {
  content: "\ecd1";
}
.oba-emo-meh-rolling-eyes:before {
  content: "\ecd2";
}
.oba-emo-nauseated:before {
  content: "\ecd3";
}
.oba-emo-nose-steam:before {
  content: "\ecd4";
}
.oba-emo-party:before {
  content: "\ecd5";
}
.oba-emo-pensive:before {
  content: "\ecd6";
}
.oba-emo-persevering:before {
  content: "\ecd7";
}
.oba-emo-pleading:before {
  content: "\ecd8";
}
.oba-emo-pouting:before {
  content: "\ecd9";
}
.oba-emo-raised-eyebrow:before {
  content: "\ecda";
}
.oba-emo-relieved:before {
  content: "\ecdb";
}
.oba-emo-rolling-eyes:before {
  content: "\ecdc";
}
.oba-emo-sad:before {
  content: "\ecdd";
}
.oba-emo-sad-cry:before {
  content: "\ecde";
}
.oba-emo-sad-open:before {
  content: "\ecdf";
}
.oba-emo-sad-sweat:before {
  content: "\ece0";
}
.oba-emo-sad-tear:before {
  content: "\ece1";
}
.oba-emo-saluting:before {
  content: "\ece2";
}
.oba-emo-shush:before {
  content: "\ece3";
}
.oba-emo-sleeping:before {
  content: "\ece4";
}
.oba-emo-sleepy:before {
  content: "\ece5";
}
.oba-emo-smile:before {
  content: "\ece6";
}
.oba-emo-smile-beam:before {
  content: "\ece7";
}
.oba-emo-smile-halo:before {
  content: "\ece8";
}
.oba-emo-smile-hearts:before {
  content: "\ece9";
}
.oba-emo-smile-relaxed:before {
  content: "\ecea";
}
.oba-emo-smile-tear:before {
  content: "\eceb";
}
.oba-emo-smile-tongue:before {
  content: "\ecec";
}
.oba-emo-smile-upside-down:before {
  content: "\eced";
}
.oba-emo-smile-wink:before {
  content: "\ecee";
}
.oba-emo-smiling-hands:before {
  content: "\ecef";
}
.oba-emo-smirking:before {
  content: "\ecf0";
}
.oba-emo-spiral-eyes:before {
  content: "\ecf1";
}
.oba-emo-sunglasses:before {
  content: "\ecf2";
}
.oba-emo-surprise:before {
  content: "\ecf3";
}
.oba-emo-swear:before {
  content: "\ecf4";
}
.oba-emo-thermometer:before {
  content: "\ecf5";
}
.oba-emo-thinking:before {
  content: "\ecf6";
}
.oba-emo-tired:before {
  content: "\ecf7";
}
.oba-emo-tissue:before {
  content: "\ecf8";
}
.oba-emo-tongue-sweat:before {
  content: "\ecf9";
}
.oba-emo-unamused:before {
  content: "\ecfa";
}
.oba-emo-vomit:before {
  content: "\ecfb";
}
.oba-emo-weary:before {
  content: "\ecfc";
}
.oba-emo-woozy:before {
  content: "\ecfd";
}
.oba-emo-worried:before {
  content: "\ecfe";
}
.oba-emo-zany:before {
  content: "\ecff";
}
.oba-emo-zipper:before {
  content: "\ed00";
}
.oba-empty-set:before {
  content: "\ed01";
}
.oba-envelope:before {
  content: "\ed02";
}
.oba-envelope-ban:before {
  content: "\ed03";
}
.oba-envelope-circle-check:before {
  content: "\ed04";
}
.oba-envelope-dot:before {
  content: "\ed05";
}
.oba-envelope-eye:before {
  content: "\ed06";
}
.oba-envelope-lock:before {
  content: "\ed07";
}
.oba-envelope-open:before {
  content: "\ed08";
}
.oba-envelope-open-text:before {
  content: "\ed09";
}
.oba-envelope-square:before {
  content: "\ed0c";
}
.oba-envelopes:before {
  content: "\ed0a";
}
.oba-envelopes-bulk:before {
  content: "\ed0b";
}
.oba-equals:before {
  content: "\ed0d";
}
.oba-eraser:before {
  content: "\ed0e";
}
.oba-euro:before {
  content: "\ed0f";
}
.oba-exchange:before {
  content: "\ed10";
}
.oba-exclamation:before {
  content: "\ed11";
}
.oba-exclamation-alt2:before {
  content: "\ed12";
}
.oba-exclamation-circle:before {
  content: "\ed13";
}
.oba-exclamation-hexagon:before {
  content: "\ed14";
}
.oba-exclamation-octagon:before {
  content: "\ed15";
}
.oba-exclamation-square:before {
  content: "\ed16";
}
.oba-exclamation-triangle:before {
  content: "\ed17";
}
.oba-expand:before {
  content: "\ed18";
}
.oba-explosion:before {
  content: "\ed19";
}
.oba-external-link:before {
  content: "\ed1a";
}
.oba-external-link-square:before {
  content: "\ed1b";
}
.oba-external-link-square-br:before {
  content: "\ed1c";
}
.oba-eye:before {
  content: "\ed1d";
}
.oba-eye-dropper:before {
  content: "\ed1e";
}
.oba-eye-low-vision:before {
  content: "\ed1f";
}
.oba-eye-slash:before {
  content: "\ed20";
}
.oba-f:before {
  content: "\ed21";
}
.oba-family:before {
  content: "\ed22";
}
.oba-family-dress:before {
  content: "\ed23";
}
.oba-family-pants:before {
  content: "\ed24";
}
.oba-fan:before {
  content: "\ed25";
}
.oba-fan-alt:before {
  content: "\ed26";
}
.oba-fast-backward:before {
  content: "\ed27";
}
.oba-fast-forward:before {
  content: "\ed28";
}
.oba-female:before {
  content: "\ed29";
}
.oba-fietsen:before {
  content: "\ed2a";
}
.oba-file:before {
  content: "\ed2b";
}
.oba-file-archive:before {
  content: "\ed2c";
}
.oba-file-audio:before {
  content: "\ed2d";
}
.oba-file-binary:before {
  content: "\ed2e";
}
.oba-file-blank:before {
  content: "\ed2f";
}
.oba-file-certificate:before {
  content: "\ed30";
}
.oba-file-chart-line:before {
  content: "\ed31";
}
.oba-file-chart-pie:before {
  content: "\ed32";
}
.oba-file-check:before {
  content: "\ed33";
}
.oba-file-circle-check:before {
  content: "\ed34";
}
.oba-file-circle-exclamation:before {
  content: "\ed35";
}
.oba-file-circle-info:before {
  content: "\ed36";
}
.oba-file-circle-minus:before {
  content: "\ed37";
}
.oba-file-circle-plus:before {
  content: "\ed38";
}
.oba-file-circle-question:before {
  content: "\ed39";
}
.oba-file-circle-xmark:before {
  content: "\ed3a";
}
.oba-file-code:before {
  content: "\ed3b";
}
.oba-file-contract:before {
  content: "\ed3c";
}
.oba-file-csv:before {
  content: "\ed3d";
}
.oba-file-dashed-line:before {
  content: "\ed3e";
}
.oba-file-download:before {
  content: "\ed3f";
}
.oba-file-edit:before {
  content: "\ed40";
}
.oba-file-excel:before {
  content: "\ed41";
}
.oba-file-exclamation:before {
  content: "\ed42";
}
.oba-file-export:before {
  content: "\ed43";
}
.oba-file-heart:before {
  content: "\ed44";
}
.oba-file-image:before {
  content: "\ed45";
}
.oba-file-import:before {
  content: "\ed46";
}
.oba-file-invoice:before {
  content: "\ed47";
}
.oba-file-lines:before {
  content: "\ed48";
}
.oba-file-lock:before {
  content: "\ed49";
}
.oba-file-medical:before {
  content: "\ed4a";
}
.oba-file-medical-alt:before {
  content: "\ed4b";
}
.oba-file-minus:before {
  content: "\ed4c";
}
.oba-file-music:before {
  content: "\ed4d";
}
.oba-file-pdf:before {
  content: "\ed4e";
}
.oba-file-pen:before {
  content: "\ed4f";
}
.oba-file-plus:before {
  content: "\ed50";
}
.oba-file-plus-minus:before {
  content: "\ed51";
}
.oba-file-powerpoint:before {
  content: "\ed52";
}
.oba-file-prescription:before {
  content: "\ed53";
}
.oba-file-search:before {
  content: "\ed55";
}
.oba-file-shield:before {
  content: "\ed56";
}
.oba-file-signature:before {
  content: "\ed57";
}
.oba-file-slash:before {
  content: "\ed58";
}
.oba-file-spreadsheet:before {
  content: "\ed5a";
}
.oba-file-times:before {
  content: "\ed5b";
}
.oba-file-upload:before {
  content: "\ed5c";
}
.oba-file-user:before {
  content: "\ed5d";
}
.oba-file-video:before {
  content: "\ed5e";
}
.oba-file-word:before {
  content: "\ed5f";
}
.oba-files:before {
  content: "\ed54";
}
.oba-files-medical:before {
  content: "\ed59";
}
.oba-fill:before {
  content: "\ed60";
}
.oba-filter:before {
  content: "\ed61";
}
.oba-filter-circle-xmark:before {
  content: "\ed62";
}
.oba-filter-list:before {
  content: "\ed63";
}
.oba-filter-slash:before {
  content: "\ed65";
}
.oba-filters:before {
  content: "\ed64";
}
.oba-finance:before {
  content: "\ed66";
}
.oba-fingerprint:before {
  content: "\ed67";
}
.oba-fire:before {
  content: "\ed68";
}
.oba-fire-flame:before {
  content: "\ed69";
}
.oba-fire-flame-alt:before {
  content: "\ed6a";
}
.oba-first-aid:before {
  content: "\ed6b";
}
.oba-fish-fins:before {
  content: "\ed6c";
}
.oba-fist-raised:before {
  content: "\ed6d";
}
.oba-flag:before {
  content: "\ed6e";
}
.oba-flag-alt:before {
  content: "\ed6f";
}
.oba-flag-alt2:before {
  content: "\ed70";
}
.oba-flag-pennant:before {
  content: "\ed71";
}
.oba-flag-swallowtail:before {
  content: "\ed72";
}
.oba-flask:before {
  content: "\ed73";
}
.oba-flask-poison:before {
  content: "\ed74";
}
.oba-flask-poison-alt:before {
  content: "\ed75";
}
.oba-flask-potion:before {
  content: "\ed76";
}
.oba-flask-vial:before {
  content: "\ed77";
}
.oba-flower:before {
  content: "\ed78";
}
.oba-flower-alt:before {
  content: "\ed79";
}
.oba-flower-daffodil:before {
  content: "\ed7a";
}
.oba-flower-tulip:before {
  content: "\ed7b";
}
.oba-flying-disc:before {
  content: "\ed7c";
}
.oba-folder:before {
  content: "\ed7e";
}
.oba-folder-alt:before {
  content: "\ed7f";
}
.oba-folder-arrow-down:before {
  content: "\ed80";
}
.oba-folder-arrow-up:before {
  content: "\ed81";
}
.oba-folder-bookmark:before {
  content: "\ed82";
}
.oba-folder-closed:before {
  content: "\ed83";
}
.oba-folder-gear:before {
  content: "\ed84";
}
.oba-folder-grid:before {
  content: "\ed85";
}
.oba-folder-heart:before {
  content: "\ed86";
}
.oba-folder-image:before {
  content: "\ed87";
}
.oba-folder-magnifying-glass:before {
  content: "\ed88";
}
.oba-folder-medical:before {
  content: "\ed89";
}
.oba-folder-minus:before {
  content: "\ed8a";
}
.oba-folder-music:before {
  content: "\ed8b";
}
.oba-folder-open:before {
  content: "\ed8c";
}
.oba-folder-plus:before {
  content: "\ed8d";
}
.oba-folder-times:before {
  content: "\ed8f";
}
.oba-folder-tree:before {
  content: "\ed90";
}
.oba-folder-tree-alt:before {
  content: "\ed91";
}
.oba-folder-user:before {
  content: "\ed92";
}
.oba-folders:before {
  content: "\ed8e";
}
.oba-font-case:before {
  content: "\ed93";
}
.oba-fork-knife:before {
  content: "\ed94";
}
.oba-form:before {
  content: "\ed95";
}
.oba-form-check:before {
  content: "\ed96";
}
.oba-forward:before {
  content: "\ed97";
}
.oba-forward-fast:before {
  content: "\ed98";
}
.oba-forward-step:before {
  content: "\ed99";
}
.oba-frame:before {
  content: "\ed9a";
}
.oba-function:before {
  content: "\ed9b";
}
.oba-g:before {
  content: "\ed9c";
}
.oba-galaxy:before {
  content: "\ed9d";
}
.oba-galaxy-alt:before {
  content: "\ed9e";
}
.oba-gallery-thumbnails:before {
  content: "\ed9f";
}
.oba-game-board:before {
  content: "\eda0";
}
.oba-game-board-simple:before {
  content: "\eda1";
}
.oba-gauge:before {
  content: "\eda2";
}
.oba-gauge-simple:before {
  content: "\eda3";
}
.oba-gavel:before {
  content: "\eda4";
}
.oba-gem:before {
  content: "\eda5";
}
.oba-get-pocket:before {
  content: "\eda6";
}
.oba-ghost:before {
  content: "\eda7";
}
.oba-ghost-alt:before {
  content: "\eda8";
}
.oba-gift:before {
  content: "\eda9";
}
.oba-gitter:before {
  content: "\edaa";
}
.oba-glass-wine:before {
  content: "\edad";
}
.oba-glasses:before {
  content: "\edab";
}
.oba-glasses-wine:before {
  content: "\edac";
}
.oba-globe:before {
  content: "\edae";
}
.oba-globe-alt:before {
  content: "\edaf";
}
.oba-go-stat:before {
  content: "\edb0";
}
.oba-graduation-cap:before {
  content: "\edb1";
}
.oba-graf1:before {
  content: "\edb2";
}
.oba-graf2:before {
  content: "\edb3";
}
.oba-graf3:before {
  content: "\edb4";
}
.oba-graf4:before {
  content: "\edb5";
}
.oba-graf5:before {
  content: "\edb6";
}
.oba-graf6:before {
  content: "\edb7";
}
.oba-graf7:before {
  content: "\edb8";
}
.oba-graf8:before {
  content: "\edb9";
}
.oba-greater-than:before {
  content: "\edba";
}
.oba-greater-than-equal:before {
  content: "\edbb";
}
.oba-grid:before {
  content: "\edbc";
}
.oba-grid-2:before {
  content: "\edbd";
}
.oba-grid-2-plus:before {
  content: "\edbe";
}
.oba-grid-4:before {
  content: "\edbf";
}
.oba-grid-5:before {
  content: "\edc0";
}
.oba-grid-dividers:before {
  content: "\edc1";
}
.oba-grid-hor:before {
  content: "\edc2";
}
.oba-grid-horizontal:before {
  content: "\edc3";
}
.oba-grid-lines-hor:before {
  content: "\edc4";
}
.oba-grid-lines-vert:before {
  content: "\edc5";
}
.oba-grid-vert:before {
  content: "\edc6";
}
.oba-grip:before {
  content: "\edc7";
}
.oba-grip-dots:before {
  content: "\edc8";
}
.oba-grip-dots-vertical:before {
  content: "\edc9";
}
.oba-grip-lines:before {
  content: "\edca";
}
.oba-grip-lines-vertical:before {
  content: "\edcb";
}
.oba-grip-vertical:before {
  content: "\edcc";
}
.oba-h:before {
  content: "\edcd";
}
.oba-h-alt:before {
  content: "\edd4";
}
.oba-h1:before {
  content: "\edce";
}
.oba-h2:before {
  content: "\edcf";
}
.oba-h3:before {
  content: "\edd0";
}
.oba-h4:before {
  content: "\edd1";
}
.oba-h5:before {
  content: "\edd2";
}
.oba-h6:before {
  content: "\edd3";
}
.oba-hand:before {
  content: "\edd5";
}
.oba-hand-back-fist:before {
  content: "\edd6";
}
.oba-hand-back-point-down:before {
  content: "\edd7";
}
.oba-hand-back-point-left:before {
  content: "\edd8";
}
.oba-hand-back-point-ribbon:before {
  content: "\edd9";
}
.oba-hand-back-point-right:before {
  content: "\edda";
}
.oba-hand-back-point-up:before {
  content: "\eddb";
}
.oba-hand-dots:before {
  content: "\eddc";
}
.oba-hand-fingers-crossed:before {
  content: "\eddd";
}
.oba-hand-fist:before {
  content: "\edde";
}
.oba-hand-heart:before {
  content: "\eddf";
}
.oba-hand-holding:before {
  content: "\ede0";
}
.oba-hand-holding-box:before {
  content: "\ede1";
}
.oba-hand-holding-dots:before {
  content: "\ede2";
}
.oba-hand-holding-hand:before {
  content: "\ede3";
}
.oba-hand-holding-heart:before {
  content: "\ede4";
}
.oba-hand-holding-magic:before {
  content: "\ede5";
}
.oba-hand-holding-medical:before {
  content: "\ede6";
}
.oba-hand-holding-seedling:before {
  content: "\ede7";
}
.oba-hand-holding-skull:before {
  content: "\ede8";
}
.oba-hand-holding-water:before {
  content: "\ede9";
}
.oba-hand-horns:before {
  content: "\edea";
}
.oba-hand-lizard:before {
  content: "\edeb";
}
.oba-hand-love:before {
  content: "\edec";
}
.oba-hand-middle-finger:before {
  content: "\eded";
}
.oba-hand-paper:before {
  content: "\edee";
}
.oba-hand-peace:before {
  content: "\edef";
}
.oba-hand-point-down:before {
  content: "\edf0";
}
.oba-hand-point-left:before {
  content: "\edf2";
}
.oba-hand-point-ribbon:before {
  content: "\edf3";
}
.oba-hand-point-right:before {
  content: "\edf4";
}
.oba-hand-point-up:before {
  content: "\edf5";
}
.oba-hand-pointer:before {
  content: "\edf1";
}
.oba-hand-receiving:before {
  content: "\edf6";
}
.oba-hand-scissors:before {
  content: "\edfb";
}
.oba-hand-sparkles:before {
  content: "\ee0a";
}
.oba-hand-spock:before {
  content: "\ee0b";
}
.oba-hand-wave:before {
  content: "\ee0e";
}
.oba-hands:before {
  content: "\edf7";
}
.oba-hands-asl-interpreting:before {
  content: "\edf8";
}
.oba-hands-bound:before {
  content: "\edf9";
}
.oba-hands-bubbles:before {
  content: "\edfa";
}
.oba-hands-clapping:before {
  content: "\edfc";
}
.oba-hands-heart:before {
  content: "\ee03";
}
.oba-hands-helping:before {
  content: "\ee04";
}
.oba-hands-holding:before {
  content: "\ee05";
}
.oba-hands-holding-child:before {
  content: "\ee06";
}
.oba-hands-holding-circle:before {
  content: "\ee07";
}
.oba-hands-holding-diamond:before {
  content: "\ee08";
}
.oba-hands-holding-heart:before {
  content: "\ee09";
}
.oba-hands-praying:before {
  content: "\ee0c";
}
.oba-hands-wash:before {
  content: "\ee0d";
}
.oba-handshake:before {
  content: "\edfd";
}
.oba-handshake-angle:before {
  content: "\edfe";
}
.oba-handshake-simple:before {
  content: "\edff";
}
.oba-handshake-simple-slash:before {
  content: "\ee00";
}
.oba-handshake-slash:before {
  content: "\ee01";
}
.oba-handshake-slash-alt:before {
  content: "\ee02";
}
.oba-hashtag:before {
  content: "\ee0f";
}
.oba-hat-santa:before {
  content: "\ee10";
}
.oba-hat-winter:before {
  content: "\ee11";
}
.oba-hat-witch:before {
  content: "\ee12";
}
.oba-head-side:before {
  content: "\ee15";
}
.oba-head-side-alt:before {
  content: "\ee16";
}
.oba-head-side-brain:before {
  content: "\ee17";
}
.oba-head-side-cough:before {
  content: "\ee18";
}
.oba-head-side-cough-slash:before {
  content: "\ee19";
}
.oba-head-side-headphones:before {
  content: "\ee1a";
}
.oba-head-side-mask:before {
  content: "\ee1b";
}
.oba-head-side-medical:before {
  content: "\ee1c";
}
.oba-head-side-virus:before {
  content: "\ee1d";
}
.oba-heading:before {
  content: "\ee13";
}
.oba-headset:before {
  content: "\ee14";
}
.oba-heart:before {
  content: "\ee1e";
}
.oba-heart-circle:before {
  content: "\ee20";
}
.oba-heart-rate:before {
  content: "\ee21";
}
.oba-heartbeat:before {
  content: "\ee1f";
}
.oba-heros:before {
  content: "\ee22";
}
.oba-herosplus:before {
  content: "\ee23";
}
.oba-hexagon:before {
  content: "\ee24";
}
.oba-hexagon-alt:before {
  content: "\ee25";
}
.oba-hexagon-check:before {
  content: "\ee26";
}
.oba-hexagon-check-alt:before {
  content: "\ee27";
}
.oba-hexagon-exclamation:before {
  content: "\ee28";
}
.oba-hexagon-exclamation-alt:before {
  content: "\ee29";
}
.oba-hexagon-full:before {
  content: "\ee2a";
}
.oba-hexagon-minus:before {
  content: "\ee2b";
}
.oba-hexagon-minus-alt:before {
  content: "\ee2c";
}
.oba-hexagon-plus:before {
  content: "\ee2d";
}
.oba-hexagon-plus-alt:before {
  content: "\ee2e";
}
.oba-hexagon-xmark:before {
  content: "\ee2f";
}
.oba-hexagon-xmark-alt:before {
  content: "\ee30";
}
.oba-highlighter-line:before {
  content: "\ee31";
}
.oba-hiking:before {
  content: "\ee32";
}
.oba-history:before {
  content: "\ee33";
}
.oba-holly-berry:before {
  content: "\ee34";
}
.oba-home:before {
  content: "\ee35";
}
.oba-horizontal-rule:before {
  content: "\ee36";
}
.oba-hospital:before {
  content: "\ee37";
}
.oba-hospital-alt:before {
  content: "\ee38";
}
.oba-hospital-alt2:before {
  content: "\ee39";
}
.oba-hospital-alt3:before {
  content: "\ee3a";
}
.oba-hospital-user:before {
  content: "\ee3e";
}
.oba-hospital-user-alt:before {
  content: "\ee3f";
}
.oba-hospital-user-alt2:before {
  content: "\ee40";
}
.oba-hospitals:before {
  content: "\ee3b";
}
.oba-hospitals-alt:before {
  content: "\ee3c";
}
.oba-hospitals-alt2:before {
  content: "\ee3d";
}
.oba-hotel:before {
  content: "\ee41";
}
.oba-hotel-alt:before {
  content: "\ee42";
}
.oba-house:before {
  content: "\ee43";
}
.oba-house-blank:before {
  content: "\ee44";
}
.oba-house-building:before {
  content: "\ee45";
}
.oba-house-building-alt:before {
  content: "\ee46";
}
.oba-house-chimney-medical:before {
  content: "\ee47";
}
.oba-house-chimney-user:before {
  content: "\ee48";
}
.oba-house-chimney-window:before {
  content: "\ee49";
}
.oba-house-circle-check:before {
  content: "\ee4a";
}
.oba-house-circle-exclamation:before {
  content: "\ee4b";
}
.oba-house-circle-xmark:before {
  content: "\ee4c";
}
.oba-house-crack:before {
  content: "\ee4d";
}
.oba-house-day:before {
  content: "\ee4e";
}
.oba-house-fire:before {
  content: "\ee4f";
}
.oba-house-flag:before {
  content: "\ee50";
}
.oba-house-flood-water:before {
  content: "\ee51";
}
.oba-house-heart:before {
  content: "\ee52";
}
.oba-house-laptop:before {
  content: "\ee53";
}
.oba-house-leave:before {
  content: "\ee54";
}
.oba-house-lock:before {
  content: "\ee55";
}
.oba-house-medical:before {
  content: "\ee56";
}
.oba-house-medical-circle-check:before {
  content: "\ee57";
}
.oba-house-medical-circle-exclamation:before {
  content: "\ee58";
}
.oba-house-medical-circle-xmark:before {
  content: "\ee59";
}
.oba-house-medical-flag:before {
  content: "\ee5a";
}
.oba-house-night:before {
  content: "\ee5b";
}
.oba-house-return:before {
  content: "\ee5c";
}
.oba-house-signal:before {
  content: "\ee5d";
}
.oba-house-user:before {
  content: "\ee5e";
}
.oba-house-water:before {
  content: "\ee5f";
}
.oba-house-window:before {
  content: "\ee60";
}
.oba-hub:before {
  content: "\ee61";
}
.oba-hub-alt:before {
  content: "\ee62";
}
.oba-hubspot:before {
  content: "\ee63";
}
.oba-hurricane:before {
  content: "\ee64";
}
.oba-hyphen:before {
  content: "\ee65";
}
.oba-i:before {
  content: "\ee66";
}
.oba-i-cursor:before {
  content: "\ee6a";
}
.oba-ic-ja:before {
  content: "\ee67";
}
.oba-ic-nee:before {
  content: "\ee68";
}
.oba-icons:before {
  content: "\ee69";
}
.oba-id-badge:before {
  content: "\ee6b";
}
.oba-id-card:before {
  content: "\ee6c";
}
.oba-id-card-alt:before {
  content: "\ee6d";
}
.oba-image:before {
  content: "\ee6e";
}
.oba-image-landscape:before {
  content: "\ee6f";
}
.oba-image-polaroid-user:before {
  content: "\ee70";
}
.oba-image-portrait:before {
  content: "\ee71";
}
.oba-image-user:before {
  content: "\ee76";
}
.oba-images:before {
  content: "\ee72";
}
.oba-images-alt:before {
  content: "\ee73";
}
.oba-images-regular:before {
  content: "\ee74";
}
.oba-images-user:before {
  content: "\ee75";
}
.oba-ims:before {
  content: "\ee77";
}
.oba-inbox:before {
  content: "\ee78";
}
.oba-inbox-full:before {
  content: "\ee7a";
}
.oba-inbox-in:before {
  content: "\ee7b";
}
.oba-inbox-out:before {
  content: "\ee7c";
}
.oba-inboxes:before {
  content: "\ee79";
}
.oba-indent:before {
  content: "\ee7d";
}
.oba-industry:before {
  content: "\ee7e";
}
.oba-infinity:before {
  content: "\ee7f";
}
.oba-info:before {
  content: "\ee80";
}
.oba-info-circle:before {
  content: "\ee81";
}
.oba-info-square:before {
  content: "\ee84";
}
.oba-infohos:before {
  content: "\ee82";
}
.oba-infoland:before {
  content: "\ee83";
}
.oba-inhaler:before {
  content: "\ee85";
}
.oba-input-numeric:before {
  content: "\ee86";
}
.oba-input-pipe:before {
  content: "\ee87";
}
.oba-input-text:before {
  content: "\ee88";
}
.oba-integral:before {
  content: "\ee89";
}
.oba-intersection:before {
  content: "\ee8a";
}
.oba-ioxhost:before {
  content: "\ee8b";
}
.oba-island-tropical:before {
  content: "\ee8c";
}
.oba-italic:before {
  content: "\ee8d";
}
.oba-itunes-note:before {
  content: "\ee8e";
}
.oba-j:before {
  content: "\ee8f";
}
.oba-jack-o-lantern:before {
  content: "\ee90";
}
.oba-jack-o-lantern-alt:before {
  content: "\ee91";
}
.oba-jar:before {
  content: "\ee92";
}
.oba-jira:before {
  content: "\ee93";
}
.oba-joint:before {
  content: "\ee94";
}
.oba-joint-ban:before {
  content: "\ee95";
}
.oba-jug:before {
  content: "\ee96";
}
.oba-k:before {
  content: "\ee97";
}
.oba-kerning:before {
  content: "\ee98";
}
.oba-key:before {
  content: "\ee99";
}
.oba-key-alt:before {
  content: "\ee9a";
}
.oba-key-skeleton:before {
  content: "\eea1";
}
.oba-key-skeleton-alt:before {
  content: "\eea2";
}
.oba-key-skeleton-left-right:before {
  content: "\eea3";
}
.oba-key-skeleton-left-right-alt:before {
  content: "\eea4";
}
.oba-keyboard:before {
  content: "\ee9b";
}
.oba-keyboard-brightness:before {
  content: "\ee9c";
}
.oba-keyboard-brightness-low:before {
  content: "\ee9d";
}
.oba-keyboard-down:before {
  content: "\ee9e";
}
.oba-keyboard-left:before {
  content: "\ee9f";
}
.oba-keycdn:before {
  content: "\eea0";
}
.oba-kidneys:before {
  content: "\eea5";
}
.oba-kine:before {
  content: "\eea6";
}
.oba-kit-medical:before {
  content: "\eea8";
}
.oba-kit-medical-alt:before {
  content: "\eea9";
}
.oba-kitchen-set:before {
  content: "\eea7";
}
.oba-l:before {
  content: "\eeaa";
}
.oba-lamp:before {
  content: "\eeab";
}
.oba-lamp-desk:before {
  content: "\eeac";
}
.oba-land-mine-on:before {
  content: "\eeae";
}
.oba-landmark:before {
  content: "\eead";
}
.oba-language:before {
  content: "\eeaf";
}
.oba-laptop:before {
  content: "\eeb0";
}
.oba-laptop-alt:before {
  content: "\eeb1";
}
.oba-laptop-arrow-down:before {
  content: "\eeb2";
}
.oba-laptop-code:before {
  content: "\eeb3";
}
.oba-laptop-file:before {
  content: "\eeb4";
}
.oba-laptop-house:before {
  content: "\eeb5";
}
.oba-laptop-medical:before {
  content: "\eeb6";
}
.oba-laptop-medical-solid:before {
  content: "\eeb7";
}
.oba-laptop-mobile:before {
  content: "\eeb8";
}
.oba-laptop-slash:before {
  content: "\eeb9";
}
.oba-layer-group:before {
  content: "\eeba";
}
.oba-layer-group-alt:before {
  content: "\eebb";
}
.oba-layer-minus:before {
  content: "\eebc";
}
.oba-layer-minus-alt:before {
  content: "\eebd";
}
.oba-layer-plus:before {
  content: "\eebe";
}
.oba-layer-plus-alt:before {
  content: "\eebf";
}
.oba-leaf:before {
  content: "\eec0";
}
.oba-less-than:before {
  content: "\eec1";
}
.oba-less-than-equal:before {
  content: "\eec2";
}
.oba-level-down:before {
  content: "\eec3";
}
.oba-level-up:before {
  content: "\eec4";
}
.oba-life-ring:before {
  content: "\eec5";
}
.oba-light-ceiling:before {
  content: "\eecb";
}
.oba-light-emergency-on:before {
  content: "\eecc";
}
.oba-lightbulb:before {
  content: "\eec6";
}
.oba-lightbulb-exclamation:before {
  content: "\eec7";
}
.oba-lightbulb-exclamation-on:before {
  content: "\eec8";
}
.oba-lightbulb-on:before {
  content: "\eec9";
}
.oba-lightbulb-slash:before {
  content: "\eeca";
}
.oba-line-columns:before {
  content: "\eecd";
}
.oba-line-height:before {
  content: "\eece";
}
.oba-link:before {
  content: "\eecf";
}
.oba-link-alt:before {
  content: "\eed0";
}
.oba-link-slash:before {
  content: "\eed1";
}
.oba-link-slash-alt:before {
  content: "\eed2";
}
.oba-lips:before {
  content: "\eed3";
}
.oba-list:before {
  content: "\eed4";
}
.oba-list-alt:before {
  content: "\eed5";
}
.oba-list-check:before {
  content: "\eed6";
}
.oba-list-dropdown:before {
  content: "\eed7";
}
.oba-list-music:before {
  content: "\eed8";
}
.oba-list-ol:before {
  content: "\eed9";
}
.oba-list-radio:before {
  content: "\eeda";
}
.oba-list-timeline:before {
  content: "\eedb";
}
.oba-list-tree:before {
  content: "\eedc";
}
.oba-list-ul:before {
  content: "\eedd";
}
.oba-living:before {
  content: "\eede";
}
.oba-loader:before {
  content: "\eedf";
}
.oba-location-arrow:before {
  content: "\eee0";
}
.oba-location-arrow-alt:before {
  content: "\eee1";
}
.oba-location-arrow-circle:before {
  content: "\eee2";
}
.oba-lock:before {
  content: "\eee3";
}
.oba-lock-alt:before {
  content: "\eee4";
}
.oba-lock-keyhole:before {
  content: "\eee5";
}
.oba-lock-keyhole-open:before {
  content: "\eee6";
}
.oba-lock-open:before {
  content: "\eee7";
}
.oba-lock-open-alt:before {
  content: "\eee8";
}
.oba-long-arrow-down:before {
  content: "\eee9";
}
.oba-long-arrow-left:before {
  content: "\eeea";
}
.oba-long-arrow-right:before {
  content: "\eeeb";
}
.oba-long-arrow-up:before {
  content: "\eeec";
}
.oba-loveseat:before {
  content: "\eeed";
}
.oba-lungs:before {
  content: "\eeee";
}
.oba-lungs-alt:before {
  content: "\eeef";
}
.oba-lungs-virus:before {
  content: "\eef0";
}
.oba-m:before {
  content: "\eef1";
}
.oba-magnet:before {
  content: "\eef2";
}
.oba-mail-bulk:before {
  content: "\eef4";
}
.oba-mail-bulk-circle-check:before {
  content: "\eef5";
}
.oba-mail-forward:before {
  content: "\eef6";
}
.oba-mail-forward-all:before {
  content: "\eef7";
}
.oba-mail-forward-from-square:before {
  content: "\eef8";
}
.oba-mail-reply:before {
  content: "\eef9";
}
.oba-mail-reply-all:before {
  content: "\eefa";
}
.oba-mail-reply-clock:before {
  content: "\eefb";
}
.oba-mailbox:before {
  content: "\eef3";
}
.oba-male:before {
  content: "\eefc";
}
.oba-manhole:before {
  content: "\eefd";
}
.oba-map:before {
  content: "\eefe";
}
.oba-map-location:before {
  content: "\eeff";
}
.oba-map-location-dot:before {
  content: "\ef00";
}
.oba-map-marker:before {
  content: "\ef01";
}
.oba-map-marker-alt:before {
  content: "\ef02";
}
.oba-map-marker-alt2:before {
  content: "\ef03";
}
.oba-map-marker-check:before {
  content: "\ef04";
}
.oba-map-marker-check-alt:before {
  content: "\ef05";
}
.oba-map-marker-edit:before {
  content: "\ef06";
}
.oba-map-marker-edit-alt:before {
  content: "\ef07";
}
.oba-map-marker-exclamation:before {
  content: "\ef08";
}
.oba-map-marker-exclamation-alt:before {
  content: "\ef09";
}
.oba-map-marker-lock:before {
  content: "\ef0a";
}
.oba-map-marker-minus:before {
  content: "\ef0b";
}
.oba-map-marker-minus-solid:before {
  content: "\ef0c";
}
.oba-map-marker-plus:before {
  content: "\ef0d";
}
.oba-map-marker-plus-alt:before {
  content: "\ef0e";
}
.oba-map-marker-question:before {
  content: "\ef0f";
}
.oba-map-marker-question-alt:before {
  content: "\ef10";
}
.oba-map-marker-slash:before {
  content: "\ef11";
}
.oba-map-marker-slash-alt:before {
  content: "\ef12";
}
.oba-map-marker-slash-alt2:before {
  content: "\ef13";
}
.oba-map-marker-slash-alt3:before {
  content: "\ef14";
}
.oba-map-marker-smile:before {
  content: "\ef15";
}
.oba-map-marker-smile-alt:before {
  content: "\ef16";
}
.oba-map-marker-times:before {
  content: "\ef17";
}
.oba-map-marker-times-alt:before {
  content: "\ef18";
}
.oba-map-pin:before {
  content: "\ef19";
}
.oba-map-signs:before {
  content: "\ef1a";
}
.oba-mask-face:before {
  content: "\ef1b";
}
.oba-masks-theater:before {
  content: "\ef1c";
}
.oba-mattress-pillow:before {
  content: "\ef1d";
}
.oba-maximize:before {
  content: "\ef1e";
}
.oba-medal:before {
  content: "\ef1f";
}
.oba-medical-alt:before {
  content: "\ef20";
}
.oba-mediris:before {
  content: "\ef21";
}
.oba-medkit:before {
  content: "\ef22";
}
.oba-medkit-alt:before {
  content: "\ef23";
}
.oba-memo:before {
  content: "\ef24";
}
.oba-memo-circle-check:before {
  content: "\ef25";
}
.oba-memo-circle-info:before {
  content: "\ef26";
}
.oba-memo-pad:before {
  content: "\ef27";
}
.oba-merge:before {
  content: "\ef28";
}
.oba-meter:before {
  content: "\ef29";
}
.oba-meter-bolt:before {
  content: "\ef2a";
}
.oba-meter-droplet:before {
  content: "\ef2b";
}
.oba-meter-fire:before {
  content: "\ef2c";
}
.oba-microchip:before {
  content: "\ef2d";
}
.oba-microphone:before {
  content: "\ef2e";
}
.oba-microphone-slash:before {
  content: "\ef2f";
}
.oba-microscope:before {
  content: "\ef30";
}
.oba-microsoft:before {
  content: "\ef31";
}
.oba-minimize:before {
  content: "\ef32";
}
.oba-minus:before {
  content: "\ef33";
}
.oba-minus-circle:before {
  content: "\ef34";
}
.oba-minus-hexagon:before {
  content: "\ef35";
}
.oba-minus-octagon:before {
  content: "\ef36";
}
.oba-minus-square:before {
  content: "\ef37";
}
.oba-mobile:before {
  content: "\ef38";
}
.oba-mobile-alt:before {
  content: "\ef39";
}
.oba-mobile-signal-out:before {
  content: "\ef3a";
}
.oba-moeder:before {
  content: "\ef3b";
}
.oba-money-check:before {
  content: "\ef3c";
}
.oba-money-check-pen:before {
  content: "\ef3d";
}
.oba-monitor-waveform:before {
  content: "\ef3e";
}
.oba-monument:before {
  content: "\ef3f";
}
.oba-moon-over-sun:before {
  content: "\ef40";
}
.oba-moon-stars:before {
  content: "\ef41";
}
.oba-mortar-pestle:before {
  content: "\ef42";
}
.oba-mound:before {
  content: "\ef43";
}
.oba-mountain:before {
  content: "\ef44";
}
.oba-mountain-sun:before {
  content: "\ef46";
}
.oba-mountains:before {
  content: "\ef45";
}
.oba-mug-hot:before {
  content: "\ef47";
}
.oba-mug-tea:before {
  content: "\ef48";
}
.oba-music:before {
  content: "\ef49";
}
.oba-music-note:before {
  content: "\ef4a";
}
.oba-music-note-slash:before {
  content: "\ef4b";
}
.oba-music-slash:before {
  content: "\ef4c";
}
.oba-n:before {
  content: "\ef4d";
}
.oba-network:before {
  content: "\ef4e";
}
.oba-network-alt:before {
  content: "\ef4f";
}
.oba-network-wired:before {
  content: "\ef50";
}
.oba-neuter:before {
  content: "\ef51";
}
.oba-nfc:before {
  content: "\ef52";
}
.oba-nfc-lock:before {
  content: "\ef53";
}
.oba-nfc-magnifying-glass:before {
  content: "\ef54";
}
.oba-nfc-pen:before {
  content: "\ef55";
}
.oba-nfc-signal:before {
  content: "\ef56";
}
.oba-nfc-slash:before {
  content: "\ef57";
}
.oba-nfc-symbol:before {
  content: "\ef58";
}
.oba-nfc-trash:before {
  content: "\ef59";
}
.oba-not-equal:before {
  content: "\ef5e";
}
.oba-notdef:before {
  content: "\ef5a";
}
.oba-note:before {
  content: "\ef5b";
}
.oba-note-medical:before {
  content: "\ef5d";
}
.oba-note-sticky:before {
  content: "\ef61";
}
.oba-notebook:before {
  content: "\ef5c";
}
.oba-notes:before {
  content: "\ef5f";
}
.oba-notes-medical:before {
  content: "\ef60";
}
.oba-o:before {
  content: "\ef62";
}
.oba-object-exclude:before {
  content: "\ef63";
}
.oba-object-exclude-alt:before {
  content: "\ef64";
}
.oba-object-group:before {
  content: "\ef65";
}
.oba-object-intersect:before {
  content: "\ef66";
}
.oba-object-intersect-alt:before {
  content: "\ef67";
}
.oba-object-subtract:before {
  content: "\ef6f";
}
.oba-object-subtract-alt:before {
  content: "\ef70";
}
.oba-object-ungroup:before {
  content: "\ef71";
}
.oba-object-union:before {
  content: "\ef72";
}
.oba-object-union-alt:before {
  content: "\ef73";
}
.oba-objects-align-bottom:before {
  content: "\ef68";
}
.oba-objects-align-center-horizontal:before {
  content: "\ef69";
}
.oba-objects-align-center-vertical:before {
  content: "\ef6a";
}
.oba-objects-align-left:before {
  content: "\ef6b";
}
.oba-objects-align-right:before {
  content: "\ef6c";
}
.oba-objects-align-top:before {
  content: "\ef6d";
}
.oba-objects-column:before {
  content: "\ef6e";
}
.oba-octagon:before {
  content: "\ef74";
}
.oba-octagon-alt:before {
  content: "\ef75";
}
.oba-octagon-check:before {
  content: "\ef76";
}
.oba-octagon-check-alt:before {
  content: "\ef77";
}
.oba-octagon-divide:before {
  content: "\ef78";
}
.oba-octagon-divide-alt:before {
  content: "\ef79";
}
.oba-octagon-exclamation:before {
  content: "\ef7a";
}
.oba-octagon-exclamation-alt:before {
  content: "\ef7b";
}
.oba-octagon-full:before {
  content: "\ef7c";
}
.oba-octagon-minus:before {
  content: "\ef7d";
}
.oba-octagon-minus-alt:before {
  content: "\ef7e";
}
.oba-octagon-plus:before {
  content: "\ef7f";
}
.oba-octagon-plus-alt:before {
  content: "\ef80";
}
.oba-octagon-xmark:before {
  content: "\ef81";
}
.oba-octagon-xmark-alt:before {
  content: "\ef82";
}
.oba-octopus-deploy:before {
  content: "\ef83";
}
.oba-ontslag:before {
  content: "\ef84";
}
.oba-opname:before {
  content: "\ef85";
}
.oba-option:before {
  content: "\ef86";
}
.oba-ornament:before {
  content: "\ef87";
}
.oba-outdent:before {
  content: "\ef88";
}
.oba-overline:before {
  content: "\ef89";
}
.oba-p:before {
  content: "\ef8a";
}
.oba-page:before {
  content: "\ef8b";
}
.oba-page-break:before {
  content: "\ef8c";
}
.oba-page-caret-down:before {
  content: "\ef8d";
}
.oba-page-caret-up:before {
  content: "\ef8e";
}
.oba-pager:before {
  content: "\ef8f";
}
.oba-palette:before {
  content: "\ef90";
}
.oba-panorama:before {
  content: "\ef91";
}
.oba-paper-plane:before {
  content: "\ef94";
}
.oba-paper-plane-alt:before {
  content: "\ef95";
}
.oba-paper-plane-top:before {
  content: "\ef96";
}
.oba-paperclip:before {
  content: "\ef92";
}
.oba-paperclip-vertical:before {
  content: "\ef93";
}
.oba-paragraph:before {
  content: "\ef97";
}
.oba-paragraph-left:before {
  content: "\ef98";
}
.oba-passport:before {
  content: "\ef99";
}
.oba-paste:before {
  content: "\ef9a";
}
.oba-patadm:before {
  content: "\ef9b";
}
.oba-pause:before {
  content: "\ef9c";
}
.oba-pedestal:before {
  content: "\ef9d";
}
.oba-pen:before {
  content: "\ef9e";
}
.oba-pen-field:before {
  content: "\ef9f";
}
.oba-pen-line:before {
  content: "\efa0";
}
.oba-pen-swirl:before {
  content: "\efa1";
}
.oba-pen-to-square:before {
  content: "\efa2";
}
.oba-pen-to-squares:before {
  content: "\efa3";
}
.oba-people:before {
  content: "\efa4";
}
.oba-people-arrows:before {
  content: "\efa5";
}
.oba-people-arrows-left-right:before {
  content: "\efa6";
}
.oba-people-carry-box:before {
  content: "\efa7";
}
.oba-people-dress:before {
  content: "\efa8";
}
.oba-people-dress-simple:before {
  content: "\efa9";
}
.oba-people-group:before {
  content: "\efaa";
}
.oba-people-line:before {
  content: "\efab";
}
.oba-people-pants:before {
  content: "\efac";
}
.oba-people-pants-simple:before {
  content: "\efad";
}
.oba-people-pulling:before {
  content: "\efae";
}
.oba-people-robbery:before {
  content: "\efaf";
}
.oba-people-roof:before {
  content: "\efb0";
}
.oba-people-simple:before {
  content: "\efb1";
}
.oba-percent:before {
  content: "\efb2";
}
.oba-period:before {
  content: "\efb3";
}
.oba-person:before {
  content: "\efb4";
}
.oba-person-arrow-down-to-line:before {
  content: "\efb5";
}
.oba-person-arrow-up-from-line:before {
  content: "\efb6";
}
.oba-person-biking:before {
  content: "\efb7";
}
.oba-person-booth:before {
  content: "\efb8";
}
.oba-person-breastfeeding:before {
  content: "\efb9";
}
.oba-person-burst:before {
  content: "\efba";
}
.oba-person-cane:before {
  content: "\efbb";
}
.oba-person-carry-box:before {
  content: "\efbc";
}
.oba-person-chalkboard:before {
  content: "\efbd";
}
.oba-person-circle-check:before {
  content: "\efbe";
}
.oba-person-circle-exclamation:before {
  content: "\efbf";
}
.oba-person-circle-minus:before {
  content: "\efc0";
}
.oba-person-circle-plus:before {
  content: "\efc1";
}
.oba-person-circle-question:before {
  content: "\efc2";
}
.oba-person-circle-xmark:before {
  content: "\efc3";
}
.oba-person-digging:before {
  content: "\efc4";
}
.oba-person-dolly:before {
  content: "\efc5";
}
.oba-person-dolly-empty:before {
  content: "\efc6";
}
.oba-person-dress:before {
  content: "\efc7";
}
.oba-person-dress-burst:before {
  content: "\efc8";
}
.oba-person-dress-simple:before {
  content: "\efc9";
}
.oba-person-drowning:before {
  content: "\efca";
}
.oba-person-falling:before {
  content: "\efcb";
}
.oba-person-falling-burst:before {
  content: "\efcc";
}
.oba-person-from-portal:before {
  content: "\efcd";
}
.oba-person-half-dress:before {
  content: "\efce";
}
.oba-person-harassing:before {
  content: "\efcf";
}
.oba-person-hiking:before {
  content: "\efd0";
}
.oba-person-military-pointing:before {
  content: "\efd1";
}
.oba-person-military-to-person:before {
  content: "\efd2";
}
.oba-person-pinball:before {
  content: "\efd3";
}
.oba-person-praying:before {
  content: "\efd4";
}
.oba-person-pregnant:before {
  content: "\efd5";
}
.oba-person-rays:before {
  content: "\efd6";
}
.oba-person-running:before {
  content: "\efd7";
}
.oba-person-seat:before {
  content: "\efd8";
}
.oba-person-seat-reclined:before {
  content: "\efd9";
}
.oba-person-shelter:before {
  content: "\efda";
}
.oba-person-sign:before {
  content: "\efdb";
}
.oba-person-simple:before {
  content: "\efdc";
}
.oba-person-swimming:before {
  content: "\efdd";
}
.oba-person-through-window:before {
  content: "\efde";
}
.oba-person-to-door:before {
  content: "\efdf";
}
.oba-person-to-portal:before {
  content: "\efe0";
}
.oba-person-walking:before {
  content: "\efe1";
}
.oba-person-walking-arrow-loop-left:before {
  content: "\efe2";
}
.oba-person-walking-arrow-right:before {
  content: "\efe3";
}
.oba-person-walking-dashed-line-arrow-right:before {
  content: "\efe4";
}
.oba-person-walking-luggage:before {
  content: "\efe5";
}
.oba-person-walking-with-cane:before {
  content: "\efe6";
}
.oba-phone:before {
  content: "\efe7";
}
.oba-phone-hangup:before {
  content: "\efe8";
}
.oba-phone-rotary:before {
  content: "\efe9";
}
.oba-phone-slash:before {
  content: "\efea";
}
.oba-phone-square:before {
  content: "\efeb";
}
.oba-phone-volume:before {
  content: "\efec";
}
.oba-photo-film:before {
  content: "\efed";
}
.oba-photo-film-music:before {
  content: "\efee";
}
.oba-pi:before {
  content: "\efef";
}
.oba-pie:before {
  content: "\eff0";
}
.oba-pills:before {
  content: "\eff1";
}
.oba-pills-ban:before {
  content: "\eff2";
}
.oba-pipe:before {
  content: "\eff3";
}
.oba-pipe-collar:before {
  content: "\eff4";
}
.oba-pipe-collar-alt:before {
  content: "\eff5";
}
.oba-plate-utensils:before {
  content: "\eff6";
}
.oba-play:before {
  content: "\eff7";
}
.oba-play-circle:before {
  content: "\eff8";
}
.oba-play-pause:before {
  content: "\eff9";
}
.oba-pleister:before {
  content: "\effa";
}
.oba-plug:before {
  content: "\effb";
}
.oba-plus:before {
  content: "\effc";
}
.oba-plus-circle:before {
  content: "\effd";
}
.oba-plus-hexagon:before {
  content: "\effe";
}
.oba-plus-large:before {
  content: "\efff";
}
.oba-plus-minus:before {
  content: "\f000";
}
.oba-plus-octagon:before {
  content: "\f001";
}
.oba-plus-square:before {
  content: "\f002";
}
.oba-podcast:before {
  content: "\f003";
}
.oba-poll-hor:before {
  content: "\f004";
}
.oba-poll-people:before {
  content: "\f005";
}
.oba-poll-vert:before {
  content: "\f006";
}
.oba-portal-enter:before {
  content: "\f007";
}
.oba-portal-exit:before {
  content: "\f008";
}
.oba-portrait:before {
  content: "\f009";
}
.oba-power:before {
  content: "\f00a";
}
.oba-pray:before {
  content: "\f00b";
}
.oba-praying-hands:before {
  content: "\f00c";
}
.oba-prescription:before {
  content: "\f00d";
}
.oba-prescription-bottle:before {
  content: "\f00e";
}
.oba-prescription-bottle-alt:before {
  content: "\f00f";
}
.oba-prescription-bottle-alt2:before {
  content: "\f010";
}
.oba-print:before {
  content: "\f011";
}
.oba-print-magnifying-glass:before {
  content: "\f012";
}
.oba-print-slash:before {
  content: "\f013";
}
.oba-project-diagram:before {
  content: "\f014";
}
.oba-pump-medical:before {
  content: "\f015";
}
.oba-pump-soap:before {
  content: "\f016";
}
.oba-puzzle:before {
  content: "\f017";
}
.oba-puzzle-piece:before {
  content: "\f018";
}
.oba-puzzle-piece-alt:before {
  content: "\f019";
}
.oba-puzzle-piece-alt2:before {
  content: "\f01a";
}
.oba-q:before {
  content: "\f01b";
}
.oba-qrcode:before {
  content: "\f01c";
}
.oba-quest:before {
  content: "\f01d";
}
.oba-question:before {
  content: "\f01e";
}
.oba-question-alt2:before {
  content: "\f01f";
}
.oba-question-circle:before {
  content: "\f020";
}
.oba-question-square:before {
  content: "\f021";
}
.oba-quote-left:before {
  content: "\f022";
}
.oba-quote-right:before {
  content: "\f023";
}
.oba-quotes:before {
  content: "\f024";
}
.oba-r:before {
  content: "\f025";
}
.oba-radar:before {
  content: "\f026";
}
.oba-radiation:before {
  content: "\f027";
}
.oba-radiation-alt:before {
  content: "\f028";
}
.oba-radio-tuner:before {
  content: "\f029";
}
.oba-rainbow:before {
  content: "\f02a";
}
.oba-raindrops:before {
  content: "\f02b";
}
.oba-raindrops-alt:before {
  content: "\f02c";
}
.oba-ramp-loading:before {
  content: "\f02d";
}
.oba-random:before {
  content: "\f02e";
}
.oba-ranking-star:before {
  content: "\f02f";
}
.oba-ranking-star-alt:before {
  content: "\f030";
}
.oba-receipt:before {
  content: "\f031";
}
.oba-record-vinyl:before {
  content: "\f032";
}
.oba-rectangle:before {
  content: "\f033";
}
.oba-rectangle-alt:before {
  content: "\f034";
}
.oba-rectangle-barcode:before {
  content: "\f035";
}
.oba-rectangle-code:before {
  content: "\f036";
}
.oba-rectangle-corners:before {
  content: "\f037";
}
.oba-rectangle-history:before {
  content: "\f038";
}
.oba-rectangle-history-circle-plus:before {
  content: "\f039";
}
.oba-rectangle-history-circle-user:before {
  content: "\f03a";
}
.oba-rectangle-landscape:before {
  content: "\f03b";
}
.oba-rectangle-list:before {
  content: "\f03c";
}
.oba-rectangle-portrait:before {
  content: "\f03d";
}
.oba-rectangle-terminal:before {
  content: "\f040";
}
.oba-rectangle-vertical:before {
  content: "\f041";
}
.oba-rectangle-vertical-history:before {
  content: "\f042";
}
.oba-rectangle-wide:before {
  content: "\f043";
}
.oba-rectangle-xmark:before {
  content: "\f044";
}
.oba-rectangles-mixed:before {
  content: "\f03e";
}
.oba-rectangles-mixed-alt:before {
  content: "\f03f";
}
.oba-recycle:before {
  content: "\f045";
}
.oba-redo:before {
  content: "\f046";
}
.oba-registered:before {
  content: "\f047";
}
.oba-remove-format:before {
  content: "\f048";
}
.oba-renren:before {
  content: "\f049";
}
.oba-repeat:before {
  content: "\f04a";
}
.oba-restroom:before {
  content: "\f04b";
}
.oba-restroom-alt:before {
  content: "\f04c";
}
.oba-retweet:before {
  content: "\f04d";
}
.oba-rhombus:before {
  content: "\f04e";
}
.oba-rhombus-alt:before {
  content: "\f04f";
}
.oba-ribbon:before {
  content: "\f050";
}
.oba-ring:before {
  content: "\f051";
}
.oba-rings-wedding:before {
  content: "\f052";
}
.oba-road:before {
  content: "\f053";
}
.oba-road-alt:before {
  content: "\f054";
}
.oba-road-barrier:before {
  content: "\f055";
}
.oba-road-circle-check:before {
  content: "\f056";
}
.oba-road-circle-check-alt:before {
  content: "\f057";
}
.oba-road-circle-exclamation:before {
  content: "\f058";
}
.oba-road-circle-exclamation-alt:before {
  content: "\f059";
}
.oba-road-circle-xmark:before {
  content: "\f05a";
}
.oba-road-circle-xmark-alt:before {
  content: "\f05b";
}
.oba-road-lock:before {
  content: "\f05c";
}
.oba-road-lock-alt:before {
  content: "\f05d";
}
.oba-road-spikes:before {
  content: "\f05e";
}
.oba-rolstoel:before {
  content: "\f05f";
}
.oba-rotate:before {
  content: "\f060";
}
.oba-rotate-exclamation:before {
  content: "\f061";
}
.oba-rotate-left:before {
  content: "\f062";
}
.oba-rotate-right:before {
  content: "\f063";
}
.oba-route:before {
  content: "\f064";
}
.oba-route-alt:before {
  content: "\f065";
}
.oba-router:before {
  content: "\f066";
}
.oba-rss:before {
  content: "\f067";
}
.oba-rug:before {
  content: "\f068";
}
.oba-ruit:before {
  content: "\f069";
}
.oba-ruit-full:before {
  content: "\f06a";
}
.oba-ruler:before {
  content: "\f06b";
}
.oba-ruler-horizontal:before {
  content: "\f06c";
}
.oba-ruler-vertical:before {
  content: "\f06d";
}
.oba-running:before {
  content: "\f06e";
}
.oba-s:before {
  content: "\f06f";
}
.oba-sack:before {
  content: "\f070";
}
.oba-save:before {
  content: "\f071";
}
.oba-scale-balanced:before {
  content: "\f072";
}
.oba-scanner:before {
  content: "\f073";
}
.oba-scissors:before {
  content: "\f074";
}
.oba-screen-users:before {
  content: "\f076";
}
.oba-screencast:before {
  content: "\f075";
}
.oba-scribble:before {
  content: "\f077";
}
.oba-scroll:before {
  content: "\f078";
}
.oba-scrubber:before {
  content: "\f079";
}
.oba-scrubber-alt:before {
  content: "\f07a";
}
.oba-sd-card:before {
  content: "\f07b";
}
.oba-sd-cards:before {
  content: "\f07c";
}
.oba-seal:before {
  content: "\f07d";
}
.oba-seal-alt:before {
  content: "\f07e";
}
.oba-seal-exclamation:before {
  content: "\f07f";
}
.oba-seal-exclamation-alt:before {
  content: "\f080";
}
.oba-seal-question:before {
  content: "\f081";
}
.oba-seal-question-alt:before {
  content: "\f082";
}
.oba-search:before {
  content: "\f083";
}
.oba-search-arrow-right:before {
  content: "\f084";
}
.oba-search-chart:before {
  content: "\f085";
}
.oba-search-location:before {
  content: "\f086";
}
.oba-search-minus:before {
  content: "\f087";
}
.oba-search-plus:before {
  content: "\f088";
}
.oba-section:before {
  content: "\f089";
}
.oba-seedling:before {
  content: "\f08a";
}
.oba-semicolon:before {
  content: "\f08b";
}
.oba-send-back:before {
  content: "\f08c";
}
.oba-send-backward:before {
  content: "\f08d";
}
.oba-sensor:before {
  content: "\f08e";
}
.oba-sensor-alert:before {
  content: "\f08f";
}
.oba-sensor-cloud:before {
  content: "\f090";
}
.oba-sensor-fire:before {
  content: "\f091";
}
.oba-sensor-on:before {
  content: "\f092";
}
.oba-sensor-triangle-exclamation:before {
  content: "\f093";
}
.oba-server:before {
  content: "\f094";
}
.oba-server-alt:before {
  content: "\f095";
}
.oba-sex-asexual:before {
  content: "\f096";
}
.oba-sex-female:before {
  content: "\f097";
}
.oba-sex-m:before {
  content: "\f098";
}
.oba-sex-m-alt:before {
  content: "\f09a";
}
.oba-sex-male:before {
  content: "\f099";
}
.oba-sex-non-binary:before {
  content: "\f09b";
}
.oba-sex-trans:before {
  content: "\f09c";
}
.oba-sex-trans-alt:before {
  content: "\f09d";
}
.oba-sex-v:before {
  content: "\f09e";
}
.oba-sex-v-alt:before {
  content: "\f09f";
}
.oba-sex-x:before {
  content: "\f0a0";
}
.oba-sex-x-alt:before {
  content: "\f0a1";
}
.oba-shapes:before {
  content: "\f0a2";
}
.oba-shapes-alt:before {
  content: "\f0a3";
}
.oba-share:before {
  content: "\f0a4";
}
.oba-share-alt:before {
  content: "\f0a5";
}
.oba-share-arrow-square:before {
  content: "\f0a6";
}
.oba-share-from-square:before {
  content: "\f0a7";
}
.oba-share-square:before {
  content: "\f0a8";
}
.oba-sheet-plastic:before {
  content: "\f0a9";
}
.oba-shekel-sign:before {
  content: "\f0aa";
}
.oba-shelves:before {
  content: "\f0ab";
}
.oba-shelves-empty:before {
  content: "\f0ac";
}
.oba-shield:before {
  content: "\f0ad";
}
.oba-shield-alt:before {
  content: "\f0ae";
}
.oba-shield-check:before {
  content: "\f0af";
}
.oba-shield-check-alt:before {
  content: "\f0b0";
}
.oba-shield-exclamation:before {
  content: "\f0b1";
}
.oba-shield-exclamation-alt:before {
  content: "\f0b2";
}
.oba-shield-halved:before {
  content: "\f0b3";
}
.oba-shield-heart:before {
  content: "\f0b4";
}
.oba-shield-heart-alt:before {
  content: "\f0b5";
}
.oba-shield-keyhole:before {
  content: "\f0b6";
}
.oba-shield-keyhole-alt:before {
  content: "\f0b7";
}
.oba-shield-minus:before {
  content: "\f0b8";
}
.oba-shield-minus-alt:before {
  content: "\f0b9";
}
.oba-shield-plus:before {
  content: "\f0ba";
}
.oba-shield-plus-alt:before {
  content: "\f0bb";
}
.oba-shield-quartered:before {
  content: "\f0bc";
}
.oba-shield-slash:before {
  content: "\f0bd";
}
.oba-shield-slash-alt:before {
  content: "\f0be";
}
.oba-shield-virus:before {
  content: "\f0bf";
}
.oba-shield-virus-alt:before {
  content: "\f0c0";
}
.oba-shield-xmark:before {
  content: "\f0c1";
}
.oba-shield-xmark-alt:before {
  content: "\f0c2";
}
.oba-shower:before {
  content: "\f0c3";
}
.oba-shuffle:before {
  content: "\f0c4";
}
.oba-sidebar:before {
  content: "\f0c5";
}
.oba-sidebar-alt:before {
  content: "\f0c6";
}
.oba-sign-in:before {
  content: "\f0d3";
}
.oba-sign-out:before {
  content: "\f0d4";
}
.oba-signal:before {
  content: "\f0c7";
}
.oba-signal-fair:before {
  content: "\f0c8";
}
.oba-signal-good:before {
  content: "\f0c9";
}
.oba-signal-slash:before {
  content: "\f0ca";
}
.oba-signal-stream:before {
  content: "\f0cb";
}
.oba-signal-stream-slash:before {
  content: "\f0cc";
}
.oba-signal-strong:before {
  content: "\f0cd";
}
.oba-signal-weak:before {
  content: "\f0ce";
}
.oba-signature:before {
  content: "\f0cf";
}
.oba-signature-alt:before {
  content: "\f0d0";
}
.oba-signature-lock:before {
  content: "\f0d1";
}
.oba-signature-slash:before {
  content: "\f0d2";
}
.oba-sim-card:before {
  content: "\f0d5";
}
.oba-sim-cards:before {
  content: "\f0d6";
}
.oba-siren:before {
  content: "\f0d7";
}
.oba-siren-on:before {
  content: "\f0d8";
}
.oba-siren-on-alt:before {
  content: "\f0d9";
}
.oba-sitemap:before {
  content: "\f0da";
}
.oba-skeleton:before {
  content: "\f0db";
}
.oba-skull:before {
  content: "\f0dc";
}
.oba-skull-alt:before {
  content: "\f0dd";
}
.oba-skull-crossbones:before {
  content: "\f0de";
}
.oba-slash:before {
  content: "\f0df";
}
.oba-slash-back:before {
  content: "\f0e0";
}
.oba-slash-forward:before {
  content: "\f0e1";
}
.oba-slider:before {
  content: "\f0e2";
}
.oba-slider-edit:before {
  content: "\f0e3";
}
.oba-slider-history:before {
  content: "\f0e4";
}
.oba-slider-info:before {
  content: "\f0e5";
}
.oba-sliders-hor:before {
  content: "\f0e6";
}
.oba-sliders-hor-alt:before {
  content: "\f0e7";
}
.oba-sliders-hor-alt2:before {
  content: "\f0e8";
}
.oba-sliders-hor-square:before {
  content: "\f0e9";
}
.oba-sliders-vert:before {
  content: "\f0ea";
}
.oba-sliders-vert-alt:before {
  content: "\f0eb";
}
.oba-sliders-vert-square:before {
  content: "\f0ec";
}
.oba-smoking:before {
  content: "\f0ed";
}
.oba-smoking-ban:before {
  content: "\f0ee";
}
.oba-snooze:before {
  content: "\f0ef";
}
.oba-snowflake:before {
  content: "\f0f0";
}
.oba-soap:before {
  content: "\f0f1";
}
.oba-software:before {
  content: "\f0f2";
}
.oba-solar-panel:before {
  content: "\f0f3";
}
.oba-solar-system:before {
  content: "\f0f4";
}
.oba-sort:before {
  content: "\f0f5";
}
.oba-sort-19-down:before {
  content: "\f0f6";
}
.oba-sort-19-up:before {
  content: "\f0f7";
}
.oba-sort-91-down:before {
  content: "\f0f8";
}
.oba-sort-91-up:before {
  content: "\f0f9";
}
.oba-sort-alpha-down:before {
  content: "\f0fa";
}
.oba-sort-alpha-up:before {
  content: "\f0fb";
}
.oba-sort-alt:before {
  content: "\f0fc";
}
.oba-sort-circle:before {
  content: "\f0fd";
}
.oba-sort-circle-down:before {
  content: "\f0fe";
}
.oba-sort-circle-up:before {
  content: "\f0ff";
}
.oba-sort-down:before {
  content: "\f100";
}
.oba-sort-down-alt:before {
  content: "\f101";
}
.oba-sort-down-az:before {
  content: "\f102";
}
.oba-sort-down-big-small:before {
  content: "\f103";
}
.oba-sort-down-short-wide:before {
  content: "\f104";
}
.oba-sort-down-small-big:before {
  content: "\f105";
}
.oba-sort-down-square-triangle:before {
  content: "\f106";
}
.oba-sort-down-triangle:before {
  content: "\f107";
}
.oba-sort-down-triangle-square:before {
  content: "\f108";
}
.oba-sort-down-wide-short:before {
  content: "\f109";
}
.oba-sort-down-za:before {
  content: "\f10a";
}
.oba-sort-up:before {
  content: "\f10c";
}
.oba-sort-up-alt:before {
  content: "\f10d";
}
.oba-sort-up-az:before {
  content: "\f10e";
}
.oba-sort-up-big-small:before {
  content: "\f10f";
}
.oba-sort-up-short-wide:before {
  content: "\f110";
}
.oba-sort-up-small-big:before {
  content: "\f111";
}
.oba-sort-up-square-triangle:before {
  content: "\f112";
}
.oba-sort-up-triangle:before {
  content: "\f113";
}
.oba-sort-up-triangle-square:before {
  content: "\f114";
}
.oba-sort-up-wide-short:before {
  content: "\f115";
}
.oba-sort-up-za:before {
  content: "\f116";
}
.oba-sortering:before {
  content: "\f10b";
}
.oba-sparkles-alt:before {
  content: "\f117";
}
.oba-speaker:before {
  content: "\f118";
}
.oba-speakers:before {
  content: "\f119";
}
.oba-spell-check:before {
  content: "\f11a";
}
.oba-spiegel:before {
  content: "\f11b";
}
.oba-spinner:before {
  content: "\f11c";
}
.oba-spinner-alt:before {
  content: "\f11d";
}
.oba-spinner-third:before {
  content: "\f11e";
}
.oba-spinner-third-alt:before {
  content: "\f11f";
}
.oba-split:before {
  content: "\f120";
}
.oba-splotch:before {
  content: "\f121";
}
.oba-splotch-alt:before {
  content: "\f122";
}
.oba-spuitbus:before {
  content: "\f123";
}
.oba-spuitbus-alt:before {
  content: "\f124";
}
.oba-square:before {
  content: "\f125";
}
.oba-square-0:before {
  content: "\f126";
}
.oba-square-0-alt:before {
  content: "\f127";
}
.oba-square-1:before {
  content: "\f128";
}
.oba-square-1-alt:before {
  content: "\f129";
}
.oba-square-2:before {
  content: "\f12a";
}
.oba-square-2-alt:before {
  content: "\f12b";
}
.oba-square-3:before {
  content: "\f12c";
}
.oba-square-3-alt:before {
  content: "\f12d";
}
.oba-square-4:before {
  content: "\f12e";
}
.oba-square-4-alt:before {
  content: "\f12f";
}
.oba-square-5:before {
  content: "\f130";
}
.oba-square-5-alt:before {
  content: "\f131";
}
.oba-square-6:before {
  content: "\f132";
}
.oba-square-6-alt:before {
  content: "\f133";
}
.oba-square-7:before {
  content: "\f134";
}
.oba-square-7-alt:before {
  content: "\f135";
}
.oba-square-8:before {
  content: "\f136";
}
.oba-square-8-alt:before {
  content: "\f137";
}
.oba-square-9:before {
  content: "\f138";
}
.oba-square-9-alt:before {
  content: "\f139";
}
.oba-square-a:before {
  content: "\f13a";
}
.oba-square-a-alt:before {
  content: "\f13b";
}
.oba-square-a-lock:before {
  content: "\f13c";
}
.oba-square-a-lock-alt:before {
  content: "\f13d";
}
.oba-square-alt:before {
  content: "\f13e";
}
.oba-square-ampersand:before {
  content: "\f13f";
}
.oba-square-ampersand-alt:before {
  content: "\f140";
}
.oba-square-arrow-down:before {
  content: "\f141";
}
.oba-square-arrow-down-alt:before {
  content: "\f142";
}
.oba-square-arrow-down-left:before {
  content: "\f143";
}
.oba-square-arrow-down-left-alt:before {
  content: "\f144";
}
.oba-square-arrow-down-right:before {
  content: "\f145";
}
.oba-square-arrow-down-right-alt:before {
  content: "\f146";
}
.oba-square-arrow-left:before {
  content: "\f147";
}
.oba-square-arrow-left-alt:before {
  content: "\f148";
}
.oba-square-arrow-right:before {
  content: "\f149";
}
.oba-square-arrow-right-alt:before {
  content: "\f14a";
}
.oba-square-arrow-up:before {
  content: "\f14b";
}
.oba-square-arrow-up-alt:before {
  content: "\f14c";
}
.oba-square-arrow-up-left:before {
  content: "\f14d";
}
.oba-square-arrow-up-left-alt:before {
  content: "\f14e";
}
.oba-square-arrow-up-right:before {
  content: "\f14f";
}
.oba-square-arrow-up-right-alt:before {
  content: "\f150";
}
.oba-square-b:before {
  content: "\f151";
}
.oba-square-b-alt:before {
  content: "\f152";
}
.oba-square-bolt:before {
  content: "\f153";
}
.oba-square-bolt-alt:before {
  content: "\f154";
}
.oba-square-c:before {
  content: "\f155";
}
.oba-square-c-alt:before {
  content: "\f156";
}
.oba-square-caret-down:before {
  content: "\f157";
}
.oba-square-caret-down-alt:before {
  content: "\f158";
}
.oba-square-caret-left:before {
  content: "\f159";
}
.oba-square-caret-left-alt:before {
  content: "\f15a";
}
.oba-square-caret-right:before {
  content: "\f15b";
}
.oba-square-caret-right-alt:before {
  content: "\f15c";
}
.oba-square-caret-up:before {
  content: "\f15d";
}
.oba-square-caret-up-alt:before {
  content: "\f15e";
}
.oba-square-check:before {
  content: "\f15f";
}
.oba-square-check-alt:before {
  content: "\f160";
}
.oba-square-chevron-down:before {
  content: "\f161";
}
.oba-square-chevron-down-alt:before {
  content: "\f162";
}
.oba-square-chevron-left:before {
  content: "\f163";
}
.oba-square-chevron-left-alt:before {
  content: "\f164";
}
.oba-square-chevron-right:before {
  content: "\f165";
}
.oba-square-chevron-right-alt:before {
  content: "\f166";
}
.oba-square-chevron-up:before {
  content: "\f167";
}
.oba-square-chevron-up-alt:before {
  content: "\f168";
}
.oba-square-code:before {
  content: "\f169";
}
.oba-square-code-alt:before {
  content: "\f16a";
}
.oba-square-corners:before {
  content: "\f16b";
}
.oba-square-d:before {
  content: "\f16c";
}
.oba-square-d-alt:before {
  content: "\f16d";
}
.oba-square-dashed:before {
  content: "\f16e";
}
.oba-square-divide:before {
  content: "\f16f";
}
.oba-square-divide-alt:before {
  content: "\f170";
}
.oba-square-down:before {
  content: "\f171";
}
.oba-square-down-alt:before {
  content: "\f172";
}
.oba-square-down-left:before {
  content: "\f173";
}
.oba-square-down-left-alt:before {
  content: "\f174";
}
.oba-square-down-right:before {
  content: "\f175";
}
.oba-square-down-right-alt:before {
  content: "\f176";
}
.oba-square-e:before {
  content: "\f177";
}
.oba-square-e-alt:before {
  content: "\f178";
}
.oba-square-ellipsis:before {
  content: "\f179";
}
.oba-square-ellipsis-alt:before {
  content: "\f17a";
}
.oba-square-ellipsis-vertical:before {
  content: "\f17b";
}
.oba-square-ellipsis-vertical-alt:before {
  content: "\f17c";
}
.oba-square-envelope:before {
  content: "\f17d";
}
.oba-square-envelope-alt:before {
  content: "\f17e";
}
.oba-square-exclamation:before {
  content: "\f17f";
}
.oba-square-exclamation-alt:before {
  content: "\f180";
}
.oba-square-f:before {
  content: "\f181";
}
.oba-square-f-alt:before {
  content: "\f182";
}
.oba-square-fragile:before {
  content: "\f183";
}
.oba-square-fragile-alt:before {
  content: "\f184";
}
.oba-square-full:before {
  content: "\f185";
}
.oba-square-g:before {
  content: "\f186";
}
.oba-square-g-alt:before {
  content: "\f187";
}
.oba-square-h:before {
  content: "\f188";
}
.oba-square-h-alt:before {
  content: "\f189";
}
.oba-square-heart:before {
  content: "\f18a";
}
.oba-square-heart-alt:before {
  content: "\f18b";
}
.oba-square-i:before {
  content: "\f18c";
}
.oba-square-i-alt:before {
  content: "\f18d";
}
.oba-square-info:before {
  content: "\f18e";
}
.oba-square-info-alt:before {
  content: "\f18f";
}
.oba-square-j:before {
  content: "\f190";
}
.oba-square-j-alt:before {
  content: "\f191";
}
.oba-square-k:before {
  content: "\f192";
}
.oba-square-k-alt:before {
  content: "\f193";
}
.oba-square-kanban:before {
  content: "\f194";
}
.oba-square-kanban-alt:before {
  content: "\f195";
}
.oba-square-l:before {
  content: "\f196";
}
.oba-square-l-alt:before {
  content: "\f197";
}
.oba-square-left:before {
  content: "\f198";
}
.oba-square-left-alt:before {
  content: "\f199";
}
.oba-square-list:before {
  content: "\f19a";
}
.oba-square-list-alt:before {
  content: "\f19b";
}
.oba-square-m:before {
  content: "\f19c";
}
.oba-square-m-alt:before {
  content: "\f19d";
}
.oba-square-minus:before {
  content: "\f19e";
}
.oba-square-minus-alt:before {
  content: "\f19f";
}
.oba-square-n:before {
  content: "\f1a0";
}
.oba-square-n-alt:before {
  content: "\f1a1";
}
.oba-square-o:before {
  content: "\f1a2";
}
.oba-square-o-alt:before {
  content: "\f1a3";
}
.oba-square-p:before {
  content: "\f1a4";
}
.oba-square-p-alt:before {
  content: "\f1a5";
}
.oba-square-parking:before {
  content: "\f1a6";
}
.oba-square-parking-alt:before {
  content: "\f1a7";
}
.oba-square-parking-slash:before {
  content: "\f1a8";
}
.oba-square-parking-slash-alt:before {
  content: "\f1a9";
}
.oba-square-pen:before {
  content: "\f1aa";
}
.oba-square-pen-alt:before {
  content: "\f1ab";
}
.oba-square-person-confined:before {
  content: "\f1ac";
}
.oba-square-person-confined-alt:before {
  content: "\f1ad";
}
.oba-square-phone:before {
  content: "\f1ae";
}
.oba-square-phone-alt:before {
  content: "\f1af";
}
.oba-square-phone-alt2:before {
  content: "\f1b0";
}
.oba-square-phone-alt3:before {
  content: "\f1b1";
}
.oba-square-phone-hangup:before {
  content: "\f1b2";
}
.oba-square-phone-hangup-alt:before {
  content: "\f1b3";
}
.oba-square-plus:before {
  content: "\f1b4";
}
.oba-square-plus-alt:before {
  content: "\f1b5";
}
.oba-square-poll-horizontal:before {
  content: "\f1b6";
}
.oba-square-poll-horizontal-alt:before {
  content: "\f1b7";
}
.oba-square-poll-vertical:before {
  content: "\f1b8";
}
.oba-square-poll-vertical-alt:before {
  content: "\f1b9";
}
.oba-square-q:before {
  content: "\f1ba";
}
.oba-square-q-alt:before {
  content: "\f1bb";
}
.oba-square-quarters:before {
  content: "\f1bc";
}
.oba-square-question:before {
  content: "\f1bd";
}
.oba-square-question-alt:before {
  content: "\f1be";
}
.oba-square-quote:before {
  content: "\f1bf";
}
.oba-square-quote-alt:before {
  content: "\f1c0";
}
.oba-square-r:before {
  content: "\f1c1";
}
.oba-square-r-alt:before {
  content: "\f1c2";
}
.oba-square-right:before {
  content: "\f1c3";
}
.oba-square-right-alt:before {
  content: "\f1c4";
}
.oba-square-ring:before {
  content: "\f1c5";
}
.oba-square-ring-alt:before {
  content: "\f1c6";
}
.oba-square-root:before {
  content: "\f1c7";
}
.oba-square-root-variable:before {
  content: "\f1c8";
}
.oba-square-rss:before {
  content: "\f1c9";
}
.oba-square-rss-alt:before {
  content: "\f1ca";
}
.oba-square-s:before {
  content: "\f1cc";
}
.oba-square-s-alt:before {
  content: "\f1cd";
}
.oba-square-share:before {
  content: "\f1d2";
}
.oba-square-share-alt:before {
  content: "\f1d3";
}
.oba-square-sliders:before {
  content: "\f1d4";
}
.oba-square-sliders-alt:before {
  content: "\f1d5";
}
.oba-square-sliders-vertical:before {
  content: "\f1d6";
}
.oba-square-sliders-vertical-alt:before {
  content: "\f1d7";
}
.oba-square-small:before {
  content: "\f1d8";
}
.oba-square-small-alt:before {
  content: "\f1d9";
}
.oba-square-star:before {
  content: "\f1dc";
}
.oba-square-star-alt:before {
  content: "\f1dd";
}
.oba-square-t:before {
  content: "\f1e1";
}
.oba-square-t-alt:before {
  content: "\f1e2";
}
.oba-square-terminal:before {
  content: "\f1e3";
}
.oba-square-terminal-alt:before {
  content: "\f1e4";
}
.oba-square-this-way-up:before {
  content: "\f1e5";
}
.oba-square-this-way-up-alt:before {
  content: "\f1e6";
}
.oba-square-u:before {
  content: "\f1e7";
}
.oba-square-u-alt:before {
  content: "\f1e8";
}
.oba-square-up:before {
  content: "\f1e9";
}
.oba-square-up-alt:before {
  content: "\f1ea";
}
.oba-square-up-left:before {
  content: "\f1eb";
}
.oba-square-up-left-alt:before {
  content: "\f1ec";
}
.oba-square-up-right:before {
  content: "\f1ed";
}
.oba-square-up-right-alt:before {
  content: "\f1ee";
}
.oba-square-user:before {
  content: "\f1ef";
}
.oba-square-user-alt:before {
  content: "\f1f0";
}
.oba-square-v:before {
  content: "\f1f1";
}
.oba-square-v-alt:before {
  content: "\f1f2";
}
.oba-square-virus:before {
  content: "\f1f3";
}
.oba-square-virus-alt:before {
  content: "\f1f4";
}
.oba-square-w:before {
  content: "\f1f5";
}
.oba-square-w-alt:before {
  content: "\f1f6";
}
.oba-square-x:before {
  content: "\f1f7";
}
.oba-square-x-alt:before {
  content: "\f1f8";
}
.oba-square-xmark:before {
  content: "\f1f9";
}
.oba-square-xmark-alt:before {
  content: "\f1fa";
}
.oba-square-y:before {
  content: "\f1fb";
}
.oba-square-y-alt:before {
  content: "\f1fc";
}
.oba-square-z:before {
  content: "\f1fd";
}
.oba-square-z-alt:before {
  content: "\f1fe";
}
.oba-squares:before {
  content: "\f1cb";
}
.oba-squares-drie-derdes:before {
  content: "\f1ce";
}
.oba-squares-drie-vierdes:before {
  content: "\f1cf";
}
.oba-squares-een-derdes:before {
  content: "\f1d0";
}
.oba-squares-een-vierdes:before {
  content: "\f1d1";
}
.oba-squares-nul-derdes:before {
  content: "\f1da";
}
.oba-squares-nul-vierdes:before {
  content: "\f1db";
}
.oba-squares-twee-derdes:before {
  content: "\f1de";
}
.oba-squares-twee-vierdes:before {
  content: "\f1df";
}
.oba-squares-vier-vierdes:before {
  content: "\f1e0";
}
.oba-staff-aesculapius:before {
  content: "\f1ff";
}
.oba-stairs:before {
  content: "\f200";
}
.oba-star:before {
  content: "\f201";
}
.oba-star-alt:before {
  content: "\f202";
}
.oba-star-and-crescent:before {
  content: "\f203";
}
.oba-star-exclamation:before {
  content: "\f204";
}
.oba-star-exclamation-alt:before {
  content: "\f205";
}
.oba-star-full:before {
  content: "\f206";
}
.oba-star-half:before {
  content: "\f207";
}
.oba-star-half-alt:before {
  content: "\f208";
}
.oba-star-half-stroke:before {
  content: "\f209";
}
.oba-star-half-stroke-alt:before {
  content: "\f20a";
}
.oba-star-of-david:before {
  content: "\f20b";
}
.oba-star-sharp:before {
  content: "\f20e";
}
.oba-star-sharp-alt:before {
  content: "\f20f";
}
.oba-star-sharp-half:before {
  content: "\f210";
}
.oba-star-sharp-half-alt:before {
  content: "\f211";
}
.oba-star-sharp-half-stroke:before {
  content: "\f212";
}
.oba-star-sharp-half-stroke-alt:before {
  content: "\f213";
}
.oba-stars:before {
  content: "\f20c";
}
.oba-stars-alt:before {
  content: "\f20d";
}
.oba-step-backward:before {
  content: "\f214";
}
.oba-step-forward:before {
  content: "\f215";
}
.oba-stethoscope:before {
  content: "\f216";
}
.oba-stomach:before {
  content: "\f217";
}
.oba-stop:before {
  content: "\f218";
}
.oba-stop-circle:before {
  content: "\f219";
}
.oba-stop-extend:before {
  content: "\f21a";
}
.oba-stopwatch:before {
  content: "\f21b";
}
.oba-stopwatch-alt:before {
  content: "\f21c";
}
.oba-street-view:before {
  content: "\f21d";
}
.oba-stumbleupon:before {
  content: "\f21e";
}
.oba-stumbleupon-circle:before {
  content: "\f21f";
}
.oba-subscript:before {
  content: "\f220";
}
.oba-suicide-0:before {
  content: "\f221";
}
.oba-suicide-0-alt:before {
  content: "\f222";
}
.oba-suicide-1:before {
  content: "\f223";
}
.oba-suicide-1-alt:before {
  content: "\f224";
}
.oba-suicide-2:before {
  content: "\f225";
}
.oba-suicide-2-alt:before {
  content: "\f226";
}
.oba-suicide-3:before {
  content: "\f227";
}
.oba-suicide-3-alt:before {
  content: "\f228";
}
.oba-suicide-4:before {
  content: "\f229";
}
.oba-suicide-4-alt:before {
  content: "\f22a";
}
.oba-suicide-5:before {
  content: "\f22b";
}
.oba-suicide-5-alt:before {
  content: "\f22c";
}
.oba-suicide-9:before {
  content: "\f22d";
}
.oba-suicide-9-alt:before {
  content: "\f22e";
}
.oba-suicide-c:before {
  content: "\f357";
}
.oba-suicide-c-alt:before {
  content: "\f358";
}
.oba-suicide-cs:before {
  content: "\f359";
}
.oba-suicide-cs-alt:before {
  content: "\f35a";
}
.oba-suicide-x:before {
  content: "\f22f";
}
.oba-suicide-x-alt:before {
  content: "\f230";
}
.oba-suitcase:before {
  content: "\f231";
}
.oba-suitcase-alt:before {
  content: "\f232";
}
.oba-suitcase-rolling:before {
  content: "\f233";
}
.oba-sun:before {
  content: "\f234";
}
.oba-sun-bright:before {
  content: "\f235";
}
.oba-sunglasses:before {
  content: "\f236";
}
.oba-sunrise:before {
  content: "\f237";
}
.oba-sunset:before {
  content: "\f238";
}
.oba-superscript:before {
  content: "\f239";
}
.oba-swatchbook:before {
  content: "\f23a";
}
.oba-swimmer:before {
  content: "\f23b";
}
.oba-symbols:before {
  content: "\f23c";
}
.oba-synagogue:before {
  content: "\f23d";
}
.oba-sync:before {
  content: "\f23e";
}
.oba-syringe:before {
  content: "\f23f";
}
.oba-syringe-ban:before {
  content: "\f240";
}
.oba-t:before {
  content: "\f241";
}
.oba-taart:before {
  content: "\f242";
}
.oba-table:before {
  content: "\f243";
}
.oba-table-cells:before {
  content: "\f244";
}
.oba-table-cells-large:before {
  content: "\f245";
}
.oba-table-columns:before {
  content: "\f246";
}
.oba-table-layout:before {
  content: "\f247";
}
.oba-table-list:before {
  content: "\f248";
}
.oba-table-pivot:before {
  content: "\f249";
}
.oba-table-rows:before {
  content: "\f24a";
}
.oba-table-tree:before {
  content: "\f24d";
}
.oba-tablet:before {
  content: "\f24b";
}
.oba-tablet-alt6:before {
  content: "\f24c";
}
.oba-tablets:before {
  content: "\f24e";
}
.oba-tachograph-digital:before {
  content: "\f24f";
}
.oba-tachometer:before {
  content: "\f250";
}
.oba-tag:before {
  content: "\f251";
}
.oba-tag-alt:before {
  content: "\f252";
}
.oba-tags:before {
  content: "\f253";
}
.oba-tags-alt:before {
  content: "\f254";
}
.oba-tally:before {
  content: "\f255";
}
.oba-tally-1:before {
  content: "\f256";
}
.oba-tally-2:before {
  content: "\f257";
}
.oba-tally-3:before {
  content: "\f258";
}
.oba-tally-4:before {
  content: "\f259";
}
.oba-tape:before {
  content: "\f25a";
}
.oba-tape-alt:before {
  content: "\f25b";
}
.oba-tarp:before {
  content: "\f25c";
}
.oba-tasks:before {
  content: "\f25d";
}
.oba-tasks-alt:before {
  content: "\f25e";
}
.oba-taxi-bus:before {
  content: "\f25f";
}
.oba-team:before {
  content: "\f260";
}
.oba-team-behandelplan:before {
  content: "\f261";
}
.oba-teddy-bear:before {
  content: "\f262";
}
.oba-telegram:before {
  content: "\f263";
}
.oba-temperature-arrow-down:before {
  content: "\f264";
}
.oba-temperature-arrow-up:before {
  content: "\f265";
}
.oba-temperature-empty:before {
  content: "\f266";
}
.oba-temperature-full:before {
  content: "\f267";
}
.oba-temperature-half:before {
  content: "\f268";
}
.oba-temperature-high:before {
  content: "\f269";
}
.oba-temperature-list:before {
  content: "\f26a";
}
.oba-temperature-low:before {
  content: "\f26b";
}
.oba-temperature-quarter:before {
  content: "\f26c";
}
.oba-temperature-snow:before {
  content: "\f26d";
}
.oba-temperature-sun:before {
  content: "\f26e";
}
.oba-temperature-three-quarters:before {
  content: "\f26f";
}
.oba-tencent-weibo:before {
  content: "\f270";
}
.oba-tenge-sign:before {
  content: "\f271";
}
.oba-terminal:before {
  content: "\f272";
}
.oba-text:before {
  content: "\f273";
}
.oba-text-height:before {
  content: "\f274";
}
.oba-text-size:before {
  content: "\f275";
}
.oba-text-slash:before {
  content: "\f276";
}
.oba-text-width:before {
  content: "\f277";
}
.oba-th:before {
  content: "\f278";
}
.oba-th-large:before {
  content: "\f281";
}
.oba-th-list:before {
  content: "\f282";
}
.oba-theater-masks:before {
  content: "\f279";
}
.oba-therapie:before {
  content: "\f27a";
}
.oba-therapie-alt:before {
  content: "\f27b";
}
.oba-thermometer:before {
  content: "\f27c";
}
.oba-thermometer-medical:before {
  content: "\f27d";
}
.oba-thermometer-medical-alt:before {
  content: "\f27e";
}
.oba-theta:before {
  content: "\f27f";
}
.oba-theta-alt:before {
  content: "\f280";
}
.oba-thought-bubble:before {
  content: "\f283";
}
.oba-thought-bubble-alt:before {
  content: "\f284";
}
.oba-thumbs-down:before {
  content: "\f285";
}
.oba-thumbs-down-alt:before {
  content: "\f286";
}
.oba-thumbs-up:before {
  content: "\f287";
}
.oba-thumbs-up-alt:before {
  content: "\f288";
}
.oba-thumbtack:before {
  content: "\f289";
}
.oba-tick:before {
  content: "\f28a";
}
.oba-ticket:before {
  content: "\f28b";
}
.oba-ticket-simple:before {
  content: "\f28c";
}
.oba-tilde:before {
  content: "\f28d";
}
.oba-timeline:before {
  content: "\f28e";
}
.oba-timeline-arrow:before {
  content: "\f28f";
}
.oba-timer:before {
  content: "\f290";
}
.oba-times:before {
  content: "\f291";
}
.oba-times-circle:before {
  content: "\f292";
}
.oba-times-hexagon:before {
  content: "\f293";
}
.oba-times-octagon:before {
  content: "\f294";
}
.oba-times-square:before {
  content: "\f295";
}
.oba-toggle-off:before {
  content: "\f296";
}
.oba-toggle-on:before {
  content: "\f297";
}
.oba-toilet-paper:before {
  content: "\f298";
}
.oba-tomato:before {
  content: "\f299";
}
.oba-toolbox:before {
  content: "\f29a";
}
.oba-tools:before {
  content: "\f29b";
}
.oba-tools-alt:before {
  content: "\f29c";
}
.oba-tooth:before {
  content: "\f29d";
}
.oba-toothbrush:before {
  content: "\f29e";
}
.oba-tornado:before {
  content: "\f29f";
}
.oba-tower-broadcast:before {
  content: "\f2a0";
}
.oba-toxic:before {
  content: "\f2a1";
}
.oba-traffic-cone:before {
  content: "\f2a2";
}
.oba-train:before {
  content: "\f2a3";
}
.oba-train-subway:before {
  content: "\f2a4";
}
.oba-train-track:before {
  content: "\f2a5";
}
.oba-transporter:before {
  content: "\f2a6";
}
.oba-transporter-1:before {
  content: "\f2a7";
}
.oba-transporter-2:before {
  content: "\f2a8";
}
.oba-transporter-3:before {
  content: "\f2a9";
}
.oba-transporter-4:before {
  content: "\f2aa";
}
.oba-transporter-5:before {
  content: "\f2ab";
}
.oba-transporter-6:before {
  content: "\f2ac";
}
.oba-transporter-7:before {
  content: "\f2ad";
}
.oba-transporter-8:before {
  content: "\f2ae";
}
.oba-trash:before {
  content: "\f2af";
}
.oba-treasure-chest:before {
  content: "\f2b0";
}
.oba-tree-christmas:before {
  content: "\f2b1";
}
.oba-tree-decorated:before {
  content: "\f2b2";
}
.oba-triangle:before {
  content: "\f2b3";
}
.oba-triangle-alt:before {
  content: "\f2b4";
}
.oba-triangle-exclamation:before {
  content: "\f2b5";
}
.oba-triangle-exclamation-alt:before {
  content: "\f2b6";
}
.oba-triangle-full:before {
  content: "\f2b7";
}
.oba-trillium:before {
  content: "\f2b8";
}
.oba-trillium-alt:before {
  content: "\f2b9";
}
.oba-trophy:before {
  content: "\f2ba";
}
.oba-truck:before {
  content: "\f2bb";
}
.oba-truck-clock:before {
  content: "\f2bc";
}
.oba-truck-fast:before {
  content: "\f2bd";
}
.oba-truck-medical:before {
  content: "\f2be";
}
.oba-truck-prison:before {
  content: "\f2bf";
}
.oba-truck-sheriff:before {
  content: "\f2c0";
}
.oba-turntable:before {
  content: "\f2c1";
}
.oba-turtle:before {
  content: "\f2c2";
}
.oba-tv:before {
  content: "\f2c3";
}
.oba-tv-music:before {
  content: "\f2c4";
}
.oba-u:before {
  content: "\f2c5";
}
.oba-uikit:before {
  content: "\f2c6";
}
.oba-umbrella:before {
  content: "\f2c7";
}
.oba-umbrella-beach:before {
  content: "\f2c8";
}
.oba-uncharted:before {
  content: "\f2c9";
}
.oba-under-construction:before {
  content: "\f2ca";
}
.oba-underline:before {
  content: "\f2cb";
}
.oba-undo:before {
  content: "\f2cc";
}
.oba-unity:before {
  content: "\f2cd";
}
.oba-universal-access:before {
  content: "\f2ce";
}
.oba-university:before {
  content: "\f2cf";
}
.oba-unlink:before {
  content: "\f2d0";
}
.oba-unlock:before {
  content: "\f2d1";
}
.oba-unlock-alt:before {
  content: "\f2d2";
}
.oba-unsplash:before {
  content: "\f2d3";
}
.oba-upload:before {
  content: "\f2d4";
}
.oba-usb:before {
  content: "\f2d5";
}
.oba-usb-drive:before {
  content: "\f2d6";
}
.oba-user:before {
  content: "\f2d7";
}
.oba-user-chalkboard:before {
  content: "\f2d8";
}
.oba-user-chart:before {
  content: "\f2d9";
}
.oba-user-check:before {
  content: "\f2da";
}
.oba-user-circle:before {
  content: "\f2db";
}
.oba-user-clock:before {
  content: "\f2dc";
}
.oba-user-cog:before {
  content: "\f2dd";
}
.oba-user-doctor:before {
  content: "\f2de";
}
.oba-user-doctor-message:before {
  content: "\f2df";
}
.oba-user-edit:before {
  content: "\f2e0";
}
.oba-user-fingerprint:before {
  content: "\f2e1";
}
.oba-user-friends:before {
  content: "\f2e2";
}
.oba-user-gear:before {
  content: "\f2e3";
}
.oba-user-graduate:before {
  content: "\f2e4";
}
.oba-user-group:before {
  content: "\f2e5";
}
.oba-user-headset:before {
  content: "\f2e6";
}
.oba-user-history:before {
  content: "\f2e7";
}
.oba-user-injured:before {
  content: "\f2e8";
}
.oba-user-large:before {
  content: "\f2e9";
}
.oba-user-large-slash:before {
  content: "\f2ea";
}
.oba-user-lock:before {
  content: "\f2eb";
}
.oba-user-md:before {
  content: "\f2ec";
}
.oba-user-md-chat:before {
  content: "\f2ed";
}
.oba-user-minus:before {
  content: "\f2ee";
}
.oba-user-music:before {
  content: "\f2ef";
}
.oba-user-nurse:before {
  content: "\f2f0";
}
.oba-user-nurse-alt:before {
  content: "\f2f1";
}
.oba-user-pen:before {
  content: "\f2f2";
}
.oba-user-plus:before {
  content: "\f2f3";
}
.oba-user-secret:before {
  content: "\f2f9";
}
.oba-user-shield:before {
  content: "\f2fa";
}
.oba-user-slash:before {
  content: "\f2fb";
}
.oba-user-tag:before {
  content: "\f303";
}
.oba-user-tie:before {
  content: "\f304";
}
.oba-user-times:before {
  content: "\f305";
}
.oba-user-unlock:before {
  content: "\f306";
}
.oba-user-vneck:before {
  content: "\f307";
}
.oba-user-xmark:before {
  content: "\f308";
}
.oba-users:before {
  content: "\f2f4";
}
.oba-users-between-lines:before {
  content: "\f2f5";
}
.oba-users-class:before {
  content: "\f2f6";
}
.oba-users-cog:before {
  content: "\f2f7";
}
.oba-users-cog-alt:before {
  content: "\f2f8";
}
.oba-users-line:before {
  content: "\f2fc";
}
.oba-users-line-solid:before {
  content: "\f2fd";
}
.oba-users-medical:before {
  content: "\f2fe";
}
.oba-users-rays:before {
  content: "\f2ff";
}
.oba-users-rectangle:before {
  content: "\f300";
}
.oba-users-slash:before {
  content: "\f301";
}
.oba-users-viewfinder:before {
  content: "\f302";
}
.oba-utensils:before {
  content: "\f309";
}
.oba-utensils-slash:before {
  content: "\f30a";
}
.oba-v:before {
  content: "\f30b";
}
.oba-vakantie:before {
  content: "\f30c";
}
.oba-vallen:before {
  content: "\f30d";
}
.oba-value-absolute:before {
  content: "\f30e";
}
.oba-van:before {
  content: "\f30f";
}
.oba-vent-damper:before {
  content: "\f310";
}
.oba-verboden:before {
  content: "\f311";
}
.oba-vial:before {
  content: "\f312";
}
.oba-vial-circle-check:before {
  content: "\f313";
}
.oba-vial-virus:before {
  content: "\f315";
}
.oba-vials:before {
  content: "\f314";
}
.oba-virus:before {
  content: "\f316";
}
.oba-virus-alt:before {
  content: "\f317";
}
.oba-virus-covid:before {
  content: "\f318";
}
.oba-virus-covid-slash:before {
  content: "\f319";
}
.oba-virus-slash:before {
  content: "\f31c";
}
.oba-viruses:before {
  content: "\f31a";
}
.oba-viruses-alt:before {
  content: "\f31b";
}
.oba-vlam:before {
  content: "\f31d";
}
.oba-voicemail:before {
  content: "\f31e";
}
.oba-volume:before {
  content: "\f31f";
}
.oba-volume-high:before {
  content: "\f320";
}
.oba-volume-low:before {
  content: "\f321";
}
.oba-volume-off:before {
  content: "\f322";
}
.oba-volume-slash:before {
  content: "\f323";
}
.oba-volume-xmark:before {
  content: "\f324";
}
.oba-w:before {
  content: "\f325";
}
.oba-waffle:before {
  content: "\f326";
}
.oba-walker:before {
  content: "\f327";
}
.oba-walking:before {
  content: "\f328";
}
.oba-warehouse-full:before {
  content: "\f329";
}
.oba-watch:before {
  content: "\f32a";
}
.oba-watch-fitness:before {
  content: "\f32b";
}
.oba-water:before {
  content: "\f32c";
}
.oba-wave-pulse:before {
  content: "\f331";
}
.oba-wave-pulse-alt:before {
  content: "\f332";
}
.oba-wave-sine:before {
  content: "\f333";
}
.oba-wave-sine-alt:before {
  content: "\f334";
}
.oba-wave-square:before {
  content: "\f335";
}
.oba-wave-square-alt:before {
  content: "\f336";
}
.oba-wave-triangle:before {
  content: "\f337";
}
.oba-wave-triangle-alt:before {
  content: "\f338";
}
.oba-waveform:before {
  content: "\f32d";
}
.oba-waveform-alt:before {
  content: "\f32e";
}
.oba-waveform-lines:before {
  content: "\f32f";
}
.oba-waveform-lines-alt:before {
  content: "\f330";
}
.oba-weddingrings:before {
  content: "\f339";
}
.oba-weegschaal:before {
  content: "\f33a";
}
.oba-weight-hanging:before {
  content: "\f33b";
}
.oba-weight-scale:before {
  content: "\f33c";
}
.oba-whiskey-glass-ice:before {
  content: "\f33d";
}
.oba-wifi:before {
  content: "\f33e";
}
.oba-wifi-exclamation:before {
  content: "\f33f";
}
.oba-wifi-fair:before {
  content: "\f340";
}
.oba-wifi-slash:before {
  content: "\f341";
}
.oba-wifi-weak:before {
  content: "\f342";
}
.oba-wind:before {
  content: "\f343";
}
.oba-window:before {
  content: "\f344";
}
.oba-window-close:before {
  content: "\f345";
}
.oba-window-flip:before {
  content: "\f346";
}
.oba-window-maximize:before {
  content: "\f347";
}
.oba-window-minimize:before {
  content: "\f348";
}
.oba-window-restore:before {
  content: "\f349";
}
.oba-windows:before {
  content: "\f34a";
}
.oba-windsock:before {
  content: "\f34b";
}
.oba-wine-bottle:before {
  content: "\f34c";
}
.oba-wrench:before {
  content: "\f34d";
}
.oba-x:before {
  content: "\f34e";
}
.oba-xmark:before {
  content: "\f34f";
}
.oba-xmark-large:before {
  content: "\f350";
}
.oba-xmark-to-slot:before {
  content: "\f352";
}
.oba-xmarks-lines:before {
  content: "\f351";
}
.oba-xray:before {
  content: "\f353";
}
.oba-y:before {
  content: "\f354";
}
.oba-yin-yang:before {
  content: "\f355";
}
.oba-z:before {
  content: "\f356";
}
