/* *** generated @ 2025-11-20 17:27:43 *** */

/* ** [ /src_project/sites/portal/css/5/portal-styles.css ] (continued) ** */


/* ** [ /src_project/sites/portal/css/5/./smartmenue.css ] (@import) ** */
.sm-navbar{
--bs--navbar-z-index: 9999;
--bs--navbar-sticky-top-offset: 0;
--bs--navbar-sticky-bottom-offset: 0;
--bs--navbar-sidebar-width: 300px;
--bs--navbar-sidebar-centered-layout-max-width: 1200px;
--bs--container-max-width: 960px;
--bs--collapse-max-height: calc(100vh - 70px);
--bs--collapse-show-animation: sm-ani-collapse 0.25s ease-in;
--bs--collapse-hide-animation: sm-ani-collapse 0.25s ease-in reverse;
--bs--offcanvas-width: 70%;
--bs--offcanvas-overlay-bg: rgba(0,0,0,0.6);
--bs--sub-min-width: 12em;
--bs--sub-collapsible-show-animation: sm-ani-collapse 0.25s ease-in;
--bs--sub-collapsible-hide-animation: sm-ani-collapse 0.25s ease-in reverse;
--bs--sub-dropdowns-show-animation: none;
--bs--sub-dropdowns-hide-animation: sm-ani-fade 0.25s ease-in reverse;
}
.sm-navbar{
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
position: relative;
z-index: var(--bs--navbar-z-index);
direction: ltr;
text-align: left;
line-height: normal;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.sm-navbar *,
.sm-navbar *::before,
.sm-navbar *::after{
box-sizing: inherit;
}
.sm-navbar--dropdowns-only{
flex-wrap: nowrap;
}
@media (min-width: 991px){
.sm-navbar:not(.sm-navbar--collapsible-only){
flex-wrap: nowrap;
}
}
.sm-navbar--vertical.sm-navbar--dropdowns-only:not(.sm-navbar[class*=sm-navbar--offcanvas]){
display: block;
}
@media (min-width: 991px){
.sm-navbar--vertical:not(.sm-navbar--offcanvas-only){
display: block;
}
}
.sm-navbar--inline.sm-navbar--dropdowns-only{
display: inline-flex;
vertical-align: top;
}
@media (min-width: 991px){
.sm-navbar--inline{
display: inline-flex;
vertical-align: top;
}
}
.sm-navbar--sticky-top{
position: sticky;
top: var(--bs--navbar-sticky-top-offset);
}
.sm-navbar--sticky-bottom{
position: sticky;
bottom: var(--bs--navbar-sticky-bottom-offset);
}
.sm-navbar--fixed-top,
.sm-navbar--fixed-bottom{
position: fixed;
top: 0;
left: 0;
right: 0;
}
.sm-navbar--fixed-bottom{
top: auto;
bottom: 0;
}
.sm-navbar--sidebar-only{
display: block;
position: fixed;
top: 0;
bottom: 0;
left: 0;
width: var(--bs--navbar-sidebar-width);
overflow-y: auto;
}
.sm-navbar--sidebar-only.sm-navbar--sidebar-right{
left: auto;
right: 0;
}
.sm-navbar--sidebar-only.sm-navbar--dropdowns-only{
overflow-y: visible;
}
@media (min-width: 991px){
.sm-navbar--sidebar-only:not(.sm-navbar--collapsible-only){
overflow-y: visible;
}
.sm-navbar--sidebar-left,
.sm-navbar--sidebar-right{
display: block;
position: fixed;
top: 0;
bottom: 0;
left: 0;
width: var(--bs--navbar-sidebar-width);
}
.sm-navbar--sidebar-right{
left: auto;
right: 0;
}
.sm-navbar[class*=sm-navbar--sidebar].sm-navbar--collapsible-only{
overflow-y: auto;
}
}
.sm-navbar--sidebar-centered{
--bs--navbar-sidebar-centered-padding-x: 0px;
--bs--navbar-sidebar-centered-spacing: max(var(--bs--navbar-sidebar-centered-padding-x),calc((100% - (var(--bs--navbar-sidebar-centered-layout-max-width) - (var(--bs--navbar-sidebar-centered-padding-x) * 2))) / 2));
--bs--navbar-sidebar-centered-width: calc((100% - (var(--bs--navbar-sidebar-centered-layout-max-width) - (var(--bs--navbar-sidebar-centered-padding-x) * 2))) / 2 + var(--bs--navbar-sidebar-width) - var(--bs--navbar-sidebar-centered-padding-x));
}
.sm-navbar--sidebar-centered.sm-navbar--sidebar-only{
padding-left: var(--bs--navbar-sidebar-centered-spacing) !important;
width: var(--bs--navbar-sidebar-centered-width);
min-width: var(--bs--navbar-sidebar-width);
}
.sm-navbar--sidebar-centered.sm-navbar--sidebar-only.sm-navbar--sidebar-right{
padding-left: var(--bs--navbar-sidebar-centered-padding-x) !important;
padding-right: var(--bs--navbar-sidebar-centered-spacing) !important;
}
@media (min-width: 991px){
.sm-navbar--sidebar-centered{
padding-left: var(--bs--navbar-sidebar-centered-spacing) !important;
width: var(--bs--navbar-sidebar-centered-width);
min-width: var(--bs--navbar-sidebar-width);
}
.sm-navbar--sidebar-centered.sm-navbar--sidebar-right{
padding-left: var(--bs--navbar-sidebar-centered-padding-x) !important;
padding-right: var(--bs--navbar-sidebar-centered-spacing) !important;
}
}
.sm-container{
display: inherit;
flex-flow: inherit;
align-items: inherit;
justify-content: inherit;
margin-left: auto;
margin-right: auto;
width: 100%;
max-width: var(--bs--container-max-width);
}
.sm-brand{
display: block;
margin: 0;
padding: 0;
}
.sm-toggler{
display: inline-block;
position: relative;
}
.sm-navbar--dropdowns-only .sm-toggler{
display: none;
}
@media (min-width: 991px){
.sm-navbar:not(.sm-navbar--collapsible-only) .sm-toggler{
display: none;
}
}
.sm-toggler-state{
display: none;
}
.sm-toggler-anchor{
display: block;
color: currentcolor !important;
}
.sm-toggler-anchor--hide{
display: none;
}
.sm-toggler-state.sm-show ~ .sm-toggler .sm-toggler-anchor--show,
.sm-toggler-state:target ~ .sm-toggler .sm-toggler-anchor--show{
display: none;
}
.sm-toggler-state.sm-show ~ .sm-toggler .sm-toggler-anchor--hide,
.sm-toggler-state:target ~ .sm-toggler .sm-toggler-anchor--hide{
display: block;
}
.sm-toggler-icon{
display: block;
position: relative;
width: 26px;
height: 18px;
}
.sm-toggler-icon--show{
border-top: 2px solid;
}
.sm-toggler-icon--show::before,
.sm-toggler-icon--show::after{
content: "";
position: absolute;
top: calc(50% - 2px);
left: 0;
right: 0;
border-top: 2px solid;
height: 0;
overflow: hidden;
}
.sm-toggler-icon--show::after{
top: auto;
bottom: 0;
}
.sm-toggler-icon--hide::before,
.sm-toggler-icon--hide::after{
content: "";
position: absolute;
top: calc(50% - 1px);
left: 0;
right: 0;
border-top: 2px solid;
height: 0;
overflow: hidden;
transform: rotate(-45deg);
}
.sm-toggler-icon--hide::after{
transform: rotate(45deg);
}
.sm-toggler-state:target ~ .sm-collapse{
display: block;
}
.sm-navbar[class*=sm-navbar--offcanvas] .sm-toggler{
display: inline-block;
}
@media (min-width: 991px){
.sm-navbar[class*=sm-navbar--offcanvas]:not(.sm-navbar--offcanvas-only) .sm-toggler{
display: none;
}
}
.sm-offcanvas .sm-toggler-anchor--hide{
display: block;
}
.sm-toggler-state:target ~ .sm-offcanvas{
display: block;
}
.sm-toggler-state:target ~ .sm-offcanvas-overlay{
display: block;
}
@media (min-width: 991px){
.sm-navbar:not(.sm-navbar--offcanvas-only) .sm-offcanvas-overlay{
display: none;
}
}
.sm-navbar--sidebar-only .sm-toggler{
display: none;
}
@media (min-width: 991px){
.sm-navbar[class*=sm-navbar--sidebar] .sm-toggler{
display: none;
}
}
.sm-collapse{
display: none;
flex-basis: 100%;
}
.sm-collapse.sm-show,
.sm-collapse.sm-hiding{
display: block;
}
@media (prefers-reduced-motion: no-preference){
.sm-collapse.sm-showing{
animation: var(--bs--collapse-show-animation);
}
.sm-collapse.sm-hiding{
animation: var(--bs--collapse-hide-animation);
}
}
.sm-navbar--dropdowns-only .sm-collapse{
display: inherit;
flex-flow: inherit;
align-items: inherit;
justify-content: inherit;
}
@media (min-width: 991px){
.sm-navbar:not(.sm-navbar--collapsible-only) .sm-collapse{
display: inherit;
flex-flow: inherit;
align-items: inherit;
justify-content: inherit;
}
}
.sm-navbar[class*=sm-navbar--sticky] .sm-collapse,
.sm-navbar[class*=sm-navbar--fixed] .sm-collapse{
max-height: var(--bs--collapse-max-height);
overflow-y: auto;
}
.sm-navbar[class*=sm-navbar--sticky].sm-navbar--dropdowns-only .sm-collapse,
.sm-navbar[class*=sm-navbar--fixed].sm-navbar--dropdowns-only .sm-collapse{
max-height: none;
overflow-y: visible;
}
@media (min-width: 991px){
.sm-navbar[class*=sm-navbar--sticky]:not(.sm-navbar--collapsible-only) .sm-collapse,
.sm-navbar[class*=sm-navbar--fixed]:not(.sm-navbar--collapsible-only) .sm-collapse{
max-height: none;
overflow-y: visible;
}
}
@media (min-width: 991px){
.sm-navbar[class*=sm-navbar--sidebar] .sm-collapse{
display: block;
}
}
.sm-offcanvas{
display: none;
flex-basis: 100%;
position: fixed;
top: 0;
bottom: 0;
left: 0;
width: var(--bs--offcanvas-width);
overflow-y: auto;
--bs--offcanvas-transform-from: translateX(-100%);
}
.sm-navbar--offcanvas-right .sm-offcanvas{
left: auto;
right: 0;
--bs--offcanvas-transform-from: translateX(100%);
}
.sm-navbar--offcanvas-top .sm-offcanvas,
.sm-navbar--offcanvas-bottom .sm-offcanvas{
right: 0;
width: auto;
--bs--offcanvas-transform-from: translateY(-100%);
}
.sm-navbar--offcanvas-bottom .sm-offcanvas{
--bs--offcanvas-transform-from: translateY(100%);
}
.sm-offcanvas.sm-show,
.sm-offcanvas.sm-hiding{
display: block;
}
@media (prefers-reduced-motion: no-preference){
.sm-offcanvas.sm-showing{
animation: sm-offcanvas-toggle 0.25s;
}
.sm-offcanvas.sm-hiding{
animation: sm-offcanvas-toggle 0.25s reverse;
}
}
@media (min-width: 991px){
.sm-navbar:not(.sm-navbar--offcanvas-only) .sm-offcanvas{
display: inherit;
flex-flow: inherit;
align-items: inherit;
justify-content: inherit;
position: static;
width: auto;
padding: 0 !important;
background: transparent !important;
overflow-y: visible;
transform: none;
}
}
.sm-navbar--dropdowns-only .sm-offcanvas{
overflow-y: visible;
}
@media (min-width: 991px){
.sm-navbar:not(.sm-navbar--collapsible-only) .sm-offcanvas{
overflow-y: visible;
}
}
@keyframes sm-offcanvas-toggle{
from{
transform: var(--bs--offcanvas-transform-from);
}
to{
transform: none;
}
}
.sm-offcanvas-overlay{
display: none;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: var(--bs--offcanvas-overlay-bg);
cursor: default;
}
.sm-offcanvas-overlay.sm-show,
.sm-offcanvas-overlay.sm-hiding{
display: block;
}
@media (prefers-reduced-motion: no-preference){
.sm-offcanvas-overlay.sm-showing{
animation: sm-ani-fade 0.25s;
}
.sm-offcanvas-overlay.sm-hiding{
animation: sm-ani-fade 0.25s reverse;
}
}
.sm-nav{
display: flex;
flex-flow: column nowrap;
flex-basis: 100%;
list-style: none;
margin: 0;
padding: 0;
max-width: 100%;
line-height: inherit;
}
.sm-navbar--dropdowns-only .sm-nav{
flex-flow: row wrap;
}
@media (min-width: 991px){
.sm-navbar:not(.sm-navbar--collapsible-only) .sm-nav{
flex-flow: row wrap;
}
}
.sm-navbar--vertical.sm-navbar--dropdowns-only .sm-nav{
flex-flow: column nowrap;
align-items: normal;
}
@media (min-width: 991px){
.sm-navbar--vertical:not(.sm-navbar--collapsible-only) .sm-nav{
flex-flow: column nowrap;
align-items: normal;
}
}
.sm-navbar--dropdowns-only .sm-nav--left{
justify-content: flex-start;
}
@media (min-width: 991px){
.sm-nav--left{
justify-content: flex-start;
}
}
.sm-navbar--dropdowns-only .sm-nav--center{
justify-content: center;
}
@media (min-width: 991px){
.sm-nav--center{
justify-content: center;
}
}
.sm-navbar--dropdowns-only .sm-nav--right{
justify-content: flex-end;
}
@media (min-width: 991px){
.sm-nav--right{
justify-content: flex-end;
}
}
.sm-navbar--dropdowns-only .sm-nav--fill{
flex: 1 1 auto;
}
@media (min-width: 991px){
.sm-nav--fill{
flex: 1 1 auto;
}
}
.sm-navbar--dropdowns-only .sm-nav--justify{
flex: 1 1 0;
}
@media (min-width: 991px){
.sm-nav--justify{
flex: 1 1 0;
}
}
.sm-nav-item{
display: grid;
grid-template: "link link-split-toggler" auto "sub sub" auto/1fr auto;
position: relative;
list-style: none;
margin: 0;
padding: 0;
line-height: inherit;
}
.sm-navbar--dropdowns-only .sm-nav--fill > .sm-nav-item{
flex: 1 1 auto;
}
@media (min-width: 991px){
.sm-nav--fill > .sm-nav-item{
flex: 1 1 auto;
}
}
.sm-navbar--dropdowns-only .sm-nav--justify > .sm-nav-item{
flex: 1 1 0;
}
@media (min-width: 991px){
.sm-nav--justify > .sm-nav-item{
flex: 1 1 0;
}
}
.sm-nav-item--has-mega{
position: static;
}
.sm-nav-item-separator{
--bs--nav-item-separator-border: 1px solid;
--bs--nav-item-separator-spacing: 0.5rem;
--bs--nav-item-separator-fullsize-offset: 6px;
margin: var(--bs--nav-item-separator-spacing) var(--bs--nav-item-separator-fullsize-offset);
border: 0;
border-top: var(--bs--nav-item-separator-border);
height: 0;
color: currentcolor;
overflow: hidden;
}
.sm-navbar--dropdowns-only .sm-nav-item-separator{
margin: var(--bs--nav-item-separator-fullsize-offset) var(--bs--nav-item-separator-spacing);
border: 0;
border-left: var(--bs--nav-item-separator-border);
height: auto;
}
@media (min-width: 991px){
.sm-navbar:not(.sm-navbar--collapsible-only) .sm-nav-item-separator{
margin: var(--bs--nav-item-separator-fullsize-offset) var(--bs--nav-item-separator-spacing);
border: 0;
border-left: var(--bs--nav-item-separator-border);
height: auto;
}
}
.sm-navbar--vertical.sm-navbar--dropdowns-only .sm-nav-item-separator{
margin: var(--bs--nav-item-separator-spacing) var(--bs--nav-item-separator-fullsize-offset);
border: 0;
border-top: var(--bs--nav-item-separator-border);
height: 0;
}
@media (min-width: 991px){
.sm-navbar--vertical:not(.sm-navbar--collapsible-only) .sm-nav-item-separator{
margin: var(--bs--nav-item-separator-spacing) var(--bs--nav-item-separator-fullsize-offset);
border: 0;
border-top: var(--bs--nav-item-separator-border);
height: 0;
}
}
.sm-nav-link{
grid-area: link;
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
line-height: inherit;
}
.sm-navbar--dropdowns-only .sm-nav-link{
white-space: nowrap;
}
@media (min-width: 991px){
.sm-navbar:not(.sm-navbar--collapsible-only) .sm-nav-link{
white-space: nowrap;
}
}
.sm-nav-link.sm-disabled{
cursor: default;
}
.sm-navbar--vertical.sm-navbar--dropdowns-only .sm-nav-link{
white-space: normal;
}
@media (min-width: 991px){
.sm-navbar--vertical:not(.sm-navbar--collapsible-only) .sm-nav-link{
white-space: normal;
}
}
.sm-nav-link--split + .sm-nav-link--split{
grid-area: link-split-toggler;
cursor: pointer;
}
.sm-nav-link--split + .sm-nav-link--split::before{
content: "";
position: absolute;
left: 0;
top: 0;
bottom: 0;
margin: 6px 0;
border-left: 1px solid;
overflow: hidden;
}
.sm-sub-toggler::after{
--bs--sub-toggler-icon-size: 0.7rem;
--bs--sub-toggler-icon-spacing: 0.4rem;
--bs--sub-toggler-split-icon-spacing: 0px;
content: "+";
display: inline-block;
margin-left: var(--bs--sub-toggler-icon-spacing);
width: var(--bs--sub-toggler-icon-size);
height: var(--bs--sub-toggler-icon-size);
line-height: var(--bs--sub-toggler-icon-size);
text-align: center;
}
.sm-expanded.sm-sub-toggler::after{
content: "-";
}
.sm-nav-link--split.sm-sub-toggler::after,
.sm-sub-link--split.sm-sub-toggler::after{
margin-left: var(--bs--sub-toggler-split-icon-spacing);
margin-right: var(--bs--sub-toggler-split-icon-spacing);
}
.sm-sub{
grid-area: sub;
display: none;
list-style: none;
margin: 0;
padding: 0;
line-height: inherit;
}
.sm-sub.sm-show,
.sm-sub.sm-hiding{
display: block;
}
@media (prefers-reduced-motion: no-preference){
.sm-sub.sm-showing{
animation: var(--bs--sub-collapsible-show-animation);
}
.sm-sub.sm-hiding{
animation: var(--bs--sub-collapsible-hide-animation);
}
}
.sm-navbar--dropdowns-only .sm-sub{
grid-area: none;
position: absolute;
min-width: var(--bs--sub-min-width);
}
@media (min-width: 991px){
.sm-navbar:not(.sm-navbar--collapsible-only) .sm-sub{
grid-area: none;
position: absolute;
min-width: var(--bs--sub-min-width);
}
}
@media (prefers-reduced-motion: no-preference){
.sm-navbar--dropdowns-only .sm-sub.sm-showing{
animation: var(--bs--sub-dropdowns-show-animation);
}
.sm-navbar--dropdowns-only .sm-sub.sm-hiding{
animation: var(--bs--sub-dropdowns-hide-animation);
}
}
@media (prefers-reduced-motion: no-preference) and (min-width: 991px){
.sm-navbar:not(.sm-navbar--collapsible-only) .sm-sub.sm-showing{
animation: var(--bs--sub-dropdowns-show-animation);
}
.sm-navbar:not(.sm-navbar--collapsible-only) .sm-sub.sm-hiding{
animation: var(--bs--sub-dropdowns-hide-animation);
}
}
.sm-sub--mega{
left: 0;
right: 0;
}
.sm-navbar--vertical.sm-navbar--dropdowns-only .sm-sub--mega{
left: auto;
right: auto;
top: 0;
bottom: 0;
}
@media (min-width: 991px){
.sm-navbar--vertical .sm-sub--mega{
left: auto;
right: auto;
top: 0;
bottom: 0;
}
}
.sm-sub-item{
display: grid;
grid-template: "link link-split-toggler" auto "sub sub" auto/1fr auto;
position: relative;
list-style: none;
margin: 0;
padding: 0;
line-height: inherit;
}
.sm-sub-item-separator{
margin: 0.5rem 6px;
border: 0;
border-top: 1px solid;
height: 0;
overflow: hidden;
}
.sm-sub-link{
grid-area: link;
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
line-height: inherit;
}
.sm-navbar--dropdowns-only .sm-sub-link{
white-space: nowrap;
}
@media (min-width: 991px){
.sm-navbar:not(.sm-navbar--collapsible-only) .sm-sub-link{
white-space: nowrap;
}
}
.sm-sub-link.sm-disabled{
cursor: default;
}
.sm-sub-link--split + .sm-sub-link--split{
grid-area: link-split-toggler;
cursor: pointer;
}
.sm-sub-link--split + .sm-sub-link--split::before{
content: "";
position: absolute;
left: 0;
top: 0;
bottom: 0;
margin: 6px 0;
border-left: 1px solid;
overflow: hidden;
}
@keyframes sm-ani-collapse{
from{
max-height: 0;
overflow: hidden;
}
to{
max-height: var(--bs--height,100vh);
overflow: hidden;
}
}
@keyframes sm-ani-fade{
from{
opacity: 0;
}
to{
opacity: 1;
}
}
@media (max-width: 990.98px){
.sm-hide-small{
display: none !important;
}
}
@media (min-width: 991px){
.sm-hide-large{
display: none !important;
}
}
.sm-navbar{
--bs--light: #f8f9fa;
--bs--dark: #212529;
--bs--brand: #1c72e3;
--bs--brand-contrast: #f8f9fa;
--bs--accent: #74ecc8;
--bs--accent-contrast: #212529;
--bs--bg: #f8f9fa;
--bs--bg-soft: rgba(210.8,211.65,212.5,0.3);
--bs--text: #000;
--bs--text-disabled: rgba(0,0,0,0.38);
--bs--bg-alt: rgb(240.56,241.53,242.5);
--bs--bg-alt-soft: rgba(204.476,205.3005,206.125,0.3);
--bs--text-alt: #000;
--bs--text-alt-disabled: rgba(0,0,0,0.38);
--bs--separator: rgba(0,0,0,0.2);
--bs--border: rgba(0,0,0,0.1);
--bs--text-shadow: none;
--bs--box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
--bs--font-family: inherit;
--bs--font-size: 1rem;
--bs--font-size-small: 1rem;
--bs--line-height: 23px;
--bs--border-radius: 0.15rem;
--bs--border-radius-large: 10px;
--bs--border-radius-small: 6px;
}
.sm-navbar{
--bs--collapsible-navbar-color: var(--bs--text-alt);
--bs--collapsible-navbar-bg: white;
--bs--collapsible-navbar-border-width: 0px;
--bs--collapsible-navbar-border-style: solid;
--bs--collapsible-navbar-border-color: var(--bs--border);
--bs--collapsible-navbar-padding-y: 6px;
--bs--collapsible-navbar-padding-x: 6px;
--bs--collapsible-navbar-text-shadow: 0 1px 0 var(--bs--text-shadow);
--bs--collapsible-navbar-box-shadow: 0 0 0 var(--bs--box-shadow);
--bs--collapsible-brand-color: var(--bs--collapsible-navbar-color);
--bs--collapsible-brand-font-size: calc(var(--bs--font-size) * 1.25);
--bs--collapsible-brand-font-weight: normal;
--bs--collapsible-nav-item-spacing-y: 2px;
--bs--collapsible-nav-item-separator-border: 1px solid var(--bs--separator);
--bs--collapsible-nav-item-separator-spacing: 6px;
--bs--collapsible-nav-item-separator-fullsize-offset: 6px;
--bs--collapsible-nav-link-color: var(--bs--collapsible-navbar-color);
--bs--collapsible-nav-link-bg: transparent;
--bs--collapsible-nav-link-border-radius: var(--bs--border-radius);
--bs--collapsible-nav-link-first-border-radius: var(--bs--collapsible-nav-link-border-radius);
--bs--collapsible-nav-link-last-border-radius: var(--bs--collapsible-nav-link-border-radius);
--bs--collapsible-nav-link-font-weight: 400;
--bs--collapsible-nav-link-hover-color: var(--bs--text-alt);
--bs--collapsible-nav-link-hover-bg: var(--bs--bg-alt-soft);
--bs--collapsible-nav-link-active-color: black;
--bs--collapsible-nav-link-active-bg: rgba(205,206,207,0.3);
--bs--collapsible-nav-link-expanded-color: black;
--bs--collapsible-nav-link-expanded-bg: rgba(205,206,207,0.3);
--bs--collapsible-nav-link-expanded-border-radius: var(--bs--border-radius) var(--bs--border-radius) 0 0;
--bs--collapsible-nav-link-first-expanded-border-radius: var(--bs--collapsible-nav-link-expanded-border-radius);
--bs--collapsible-nav-link-last-expanded-border-radius: var(--bs--collapsible-nav-link-expanded-border-radius);
--bs--collapsible-nav-link-selected-color: var(--bs--accent-contrast);
--bs--collapsible-nav-link-selected-bg: var(--bs--accent);
--bs--collapsible-nav-link-selected-font-weight: bold;
--bs--collapsible-nav-link-disabled-color: var(--bs--text-alt-disabled);
--bs--collapsible-nav-link-padding-y: 10px;
--bs--collapsible-nav-link-padding-x: 12px;
--bs--collapsible-nav-link-split-separator-border: 1px solid currentcolor;
--bs--collapsible-nav-link-split-separator-fullsize-offset: 8px;
--bs--collapsible-nav-link-split-separator-opacity: 0.2;
--bs--collapsible-nav-link-split-toggler-border-radius: var(--bs--collapsible-nav-link-border-radius);
--bs--collapsible-sub-toggler-color: currentcolor;
--bs--collapsible-sub-toggler-icon-size: 0.6rem;
--bs--collapsible-sub-toggler-icon-spacing: 0.45rem;
--bs--collapsible-sub-toggler-opacity: 0.7;
--bs--collapsible-sub-bg: var(--bs--bg-soft);
--bs--collapsible-sub-first-level-bg: transparent;
--bs--collapsible-sub-border-radius: var(--bs--border-radius);
--bs--collapsible-sub-first-level-border-radius: 0 0 var(--bs--border-radius) var(--bs--border-radius);
--bs--collapsible-sub-padding-y: 5px;
--bs--collapsible-sub-padding-x: 5px;
--bs--collapsible-sub-text-shadow: 0 1px 0 var(--bs--text-shadow);
--bs--collapsible-sub-text-indent: 0px;
--bs--collapsible-sub-sub-text-indent: 15px;
--bs--collapsible-sub-item-spacing-y: var(--bs--collapsible-nav-item-spacing-y);
--bs--collapsible-sub-item-separator-border: var(--bs--collapsible-nav-item-separator-border);
--bs--collapsible-sub-item-separator-spacing: var(--bs--collapsible-nav-item-separator-spacing);
--bs--collapsible-sub-item-separator-fullsize-offset: var(--bs--collapsible-nav-item-separator-fullsize-offset);
--bs--collapsible-sub-link-color: var(--bs--text);
--bs--collapsible-sub-link-bg: transparent;
--bs--collapsible-sub-link-border-radius: var(--bs--border-radius);
--bs--collapsible-sub-link-first-border-radius: var(--bs--collapsible-sub-link-border-radius);
--bs--collapsible-sub-link-last-border-radius: var(--bs--collapsible-sub-link-border-radius);
--bs--collapsible-sub-link-font-weight: normal;
--bs--collapsible-sub-link-hover-color: var(--bs--text);
--bs--collapsible-sub-link-hover-bg: var(--bs--bg-soft);
--bs--collapsible-sub-link-active-color: var(--bs--collapsible-nav-link-active-color);
--bs--collapsible-sub-link-active-bg: var(--bs--collapsible-nav-link-active-bg);
--bs--collapsible-sub-link-expanded-color: var(--bs--collapsible-sub-link-color);
--bs--collapsible-sub-link-expanded-bg: var(--bs--collapsible-sub-link-bg);
--bs--collapsible-sub-link-expanded-border-radius: var(--bs--border-radius);
--bs--collapsible-sub-link-first-expanded-border-radius: var(--bs--collapsible-sub-link-expanded-border-radius);
--bs--collapsible-sub-link-last-expanded-border-radius: var(--bs--collapsible-sub-link-expanded-border-radius);
--bs--collapsible-sub-link-selected-color: var(--bs--collapsible-nav-link-selected-color);
--bs--collapsible-sub-link-selected-bg: var(--bs--collapsible-nav-link-selected-bg);
--bs--collapsible-sub-link-selected-font-weight: bold;
--bs--collapsible-sub-link-disabled-color: var(--bs--text-disabled);
--bs--collapsible-sub-link-padding-y: 8px;
--bs--collapsible-sub-link-padding-x: 12px;
--bs--collapsible-sub-link-split-separator-border: var(--bs--collapsible-nav-link-split-separator-border);
--bs--collapsible-sub-link-split-separator-fullsize-offset: var(--bs--collapsible-nav-link-split-separator-fullsize-offset);
--bs--collapsible-sub-link-split-separator-opacity: var(--bs--collapsible-nav-link-split-separator-opacity);
--bs--collapsible-sub-link-split-toggler-border-radius: var(--bs--collapsible-sub-link-border-radius);
}
@media (max-width: 990.98px){
.sm-navbar{
border-width: var(--bs--collapsible-navbar-border-width);
border-style: var(--bs--collapsible-navbar-border-style);
border-color: var(--bs--collapsible-navbar-border-color);
padding: var(--bs--collapsible-navbar-padding-y) var(--bs--collapsible-navbar-padding-x);
background: var(--bs--collapsible-navbar-bg);
color: var(--bs--collapsible-navbar-color);
text-shadow: var(--bs--collapsible-navbar-text-shadow);
box-shadow: var(--bs--collapsible-navbar-box-shadow);
--bs--navbar-sidebar-centered-padding-x: var(--bs--collapsible-navbar-padding-x);
}
.sm-brand{
padding: var(--bs--collapsible-nav-link-padding-y) var(--bs--collapsible-nav-link-padding-x);
color: var(--bs--collapsible-brand-color);
font-family: var(--bs--font-family);
font-size: var(--bs--collapsible-brand-font-size);
font-weight: var(--bs--collapsible-brand-font-weight);
line-height: var(--bs--line-height);
white-space: nowrap;
text-decoration: none;
}
.sm-brand > a,
.sm-brand > a:hover,
.sm-brand > a:active{
color: inherit;
text-decoration: none;
}
.sm-toggler-anchor{
padding: var(--bs--collapsible-nav-link-padding-y) var(--bs--collapsible-nav-link-padding-x);
line-height: var(--bs--line-height);
text-shadow: none;
}
.sm-offcanvas{
padding: var(--bs--collapsible-navbar-padding-y) var(--bs--collapsible-navbar-padding-x);
background: var(--bs--collapsible-navbar-bg);
}
.sm-nav-item + .sm-nav-item{
margin-top: var(--bs--collapsible-nav-item-spacing-y);
}
.sm-nav-item-separator{
--bs--nav-item-separator-border: var(--bs--collapsible-nav-item-separator-border);
--bs--nav-item-separator-spacing: var(--bs--collapsible-nav-item-separator-spacing);
--bs--nav-item-separator-fullsize-offset: var(--bs--collapsible-nav-item-separator-fullsize-offset);
}
.sm-nav-link{
grid-area: link/link/link/link-split-toggler;
border-radius: var(--bs--collapsible-nav-link-border-radius);
padding: var(--bs--collapsible-nav-link-padding-y) var(--bs--collapsible-nav-link-padding-x);
background: var(--bs--collapsible-nav-link-bg);
color: var(--bs--collapsible-nav-link-color);
font-family: var(--bs--font-family);
font-size: var(--bs--font-size);
font-weight: var(--bs--collapsible-nav-link-font-weight);
line-height: var(--bs--line-height);
text-decoration: none;
}
}
@media (max-width: 990.98px) and (hover: hover) and (pointer: fine){
.sm-nav-link:hover{
background: var(--bs--collapsible-nav-link-hover-bg);
color: var(--bs--collapsible-nav-link-hover-color);
}
}
@media (max-width: 990.98px){
.sm-nav-link:active{
background: var(--bs--collapsible-nav-link-active-bg);
color: var(--bs--collapsible-nav-link-active-color);
}
.sm-nav-link.sm-expanded{
border-radius: var(--bs--collapsible-nav-link-expanded-border-radius);
background: var(--bs--collapsible-nav-link-expanded-bg);
color: var(--bs--collapsible-nav-link-expanded-color);
}
.sm-nav-link.sm-selected{
background: var(--bs--collapsible-nav-link-selected-bg);
color: var(--bs--collapsible-nav-link-selected-color);
font-weight: var(--bs--collapsible-nav-link-selected-font-weight);
}
.sm-nav-link.sm-disabled{
background: var(--bs--collapsible-nav-link-bg);
color: var(--bs--collapsible-nav-link-disabled-color);
}
.sm-nav-item:first-child .sm-nav-link{
border-radius: var(--bs--collapsible-nav-link-first-border-radius);
}
.sm-nav-item:last-child .sm-nav-link{
border-radius: var(--bs--collapsible-nav-link-last-border-radius);
}
.sm-nav-item:first-child .sm-nav-link.sm-expanded{
border-radius: var(--bs--collapsible-nav-link-first-expanded-border-radius);
}
.sm-nav-item:last-child .sm-nav-link.sm-expanded{
border-radius: var(--bs--collapsible-nav-link-last-expanded-border-radius);
}
.sm-nav-link--split + .sm-nav-link--split{
border-radius: var(--bs--collapsible-nav-link-split-toggler-border-radius) !important;
}
.sm-nav-link--split + .sm-nav-link--split::before{
margin: var(--bs--collapsible-nav-link-split-separator-fullsize-offset) 0;
border-left: var(--bs--collapsible-nav-link-split-separator-border);
opacity: var(--bs--collapsible-nav-link-split-separator-opacity);
}
.sm-nav-link--split:not(.sm-nav-link--split + .sm-nav-link--split){
padding-right: calc(var(--bs--collapsible-nav-link-padding-x) * 3 + var(--bs--collapsible-sub-toggler-icon-size) + var(--bs--collapsible-sub-toggler-icon-spacing) * 2);
}
.sm-nav-link--split:active:not(.sm-expanded,.sm-selected,.sm-disabled) + .sm-nav-link--split{
color: var(--bs--collapsible-nav-link-active-color);
}
.sm-sub-toggler{
border: 0;
}
.sm-sub-toggler::after{
--bs--sub-toggler-icon-size: var(--bs--collapsible-sub-toggler-icon-size);
content: "" !important;
margin: 0 var(--bs--collapsible-sub-toggler-icon-spacing) !important;
margin-top: calc(-0.5 * var(--bs--collapsible-sub-toggler-icon-size)) !important;
border-style: solid;
border-width: 0 0 2px 2px;
border-color: var(--bs--collapsible-sub-toggler-color);
opacity: var(--bs--collapsible-sub-toggler-opacity);
transform: rotate(-45deg);
}
.sm-expanded.sm-sub-toggler::after{
margin-top: calc(0.5 * var(--bs--collapsible-sub-toggler-icon-size)) !important;
transform: rotate(-225deg);
}
.sm-sub{
border-radius: var(--bs--collapsible-sub-first-level-border-radius);
padding: var(--bs--collapsible-sub-padding-y) var(--bs--collapsible-sub-padding-x);
background: var(--bs--collapsible-sub-first-level-bg);
text-shadow: var(--bs--collapsible-sub-text-shadow);
}
.sm-sub .sm-sub{
border-radius: var(--bs--collapsible-sub-border-radius);
background: var(--bs--collapsible-sub-bg);
}
.sm-sub-item + .sm-sub-item{
margin-top: var(--bs--collapsible-sub-item-spacing-y);
}
.sm-sub-item-separator{
margin: var(--bs--collapsible-sub-item-separator-spacing) var(--bs--collapsible-sub-item-separator-fullsize-offset);
border-top: var(--bs--collapsible-sub-item-separator-border);
}
.sm-sub-link{
grid-area: link/link/link/link-split-toggler;
border-radius: var(--bs--collapsible-sub-link-border-radius);
padding: var(--bs--collapsible-sub-link-padding-y) var(--bs--collapsible-sub-link-padding-x);
background: var(--bs--collapsible-sub-link-bg);
color: var(--bs--collapsible-sub-link-color);
font-family: var(--bs--font-family);
font-size: var(--bs--font-size-small);
font-weight: var(--bs--collapsible-sub-link-font-weight);
line-height: var(--bs--line-height);
text-decoration: none;
}
}
@media (max-width: 990.98px) and (hover: hover) and (pointer: fine){
.sm-sub-link:hover{
background: var(--bs--collapsible-sub-link-hover-bg);
color: var(--bs--collapsible-sub-link-hover-color);
}
}
@media (max-width: 990.98px){
.sm-sub-link:active{
background: var(--bs--collapsible-sub-link-active-bg);
color: var(--bs--collapsible-sub-link-active-color);
}
.sm-sub-link.sm-expanded{
border-radius: var(--bs--collapsible-sub-link-expanded-border-radius);
background: var(--bs--collapsible-sub-link-expanded-bg);
color: var(--bs--collapsible-sub-link-expanded-color);
}
.sm-sub-link.sm-selected{
background: var(--bs--collapsible-sub-link-selected-bg);
color: var(--bs--collapsible-sub-link-selected-color);
font-weight: var(--bs--collapsible-sub-link-selected-font-weight);
}
.sm-sub-link.sm-disabled{
background: var(--bs--collapsible-sub-link-bg);
color: var(--bs--collapsible-sub-link-disabled-color);
}
.sm-sub-item:first-child > .sm-sub-link{
border-radius: var(--bs--collapsible-sub-link-first-border-radius);
}
.sm-sub-item:last-child > .sm-sub-link{
border-radius: var(--bs--collapsible-sub-link-last-border-radius);
}
.sm-sub-item:first-child > .sm-sub-link.sm-expanded{
border-radius: var(--bs--collapsible-sub-link-first-expanded-border-radius);
}
.sm-sub-item:last-child > .sm-sub-link.sm-expanded{
border-radius: var(--bs--collapsible-sub-link-last-expanded-border-radius);
}
.sm-sub .sm-sub-item{
--bs--level: 0;
}
.sm-sub .sm-sub .sm-sub-item{
--bs--level: 1;
}
.sm-sub .sm-sub .sm-sub .sm-sub-item{
--bs--level: 2;
}
.sm-sub .sm-sub .sm-sub .sm-sub .sm-sub-item{
--bs--level: 3;
}
.sm-sub .sm-sub .sm-sub .sm-sub .sm-sub .sm-sub-item{
--bs--level: 4;
}
.sm-sub-link:not(.sm-sub-link--split + .sm-sub-link--split){
border-left: calc(var(--bs--collapsible-sub-text-indent) + var(--bs--collapsible-sub-sub-text-indent) * var(--bs--level)) solid transparent;
}
.sm-sub-link--split + .sm-sub-link--split{
border-radius: var(--bs--collapsible-sub-link-split-toggler-border-radius) !important;
}
.sm-sub-link--split + .sm-sub-link--split::before{
margin: var(--bs--collapsible-sub-link-split-separator-fullsize-offset) 0;
border-left: var(--bs--collapsible-sub-link-split-separator-border);
opacity: var(--bs--collapsible-sub-link-split-separator-opacity);
}
.sm-sub-link--split:not(.sm-sub-link--split + .sm-sub-link--split){
padding-right: calc(var(--bs--collapsible-sub-link-padding-x) * 3 + var(--bs--collapsible-sub-toggler-icon-size) + var(--bs--collapsible-sub-toggler-icon-spacing) * 2);
}
.sm-sub-link--split:active:not(.sm-expanded,.sm-selected,.sm-disabled) + .sm-sub-link--split{
color: var(--bs--collapsible-sub-link-active-color);
}
}
.sm-navbar{
--bs--dropdowns-navbar-color: black;
--bs--dropdowns-navbar-bg: transparent;
--bs--dropdowns-navbar-border-width: 0px;
--bs--dropdowns-navbar-border-style: solid;
--bs--dropdowns-navbar-border-color: var(--bs--border);
--bs--dropdowns-navbar-padding-y: 0;
--bs--dropdowns-navbar-padding-x: 0;
--bs--dropdowns-navbar-text-shadow: 0 1px 0 var(--bs--text-shadow);
--bs--dropdowns-navbar-box-shadow: 0 0 0 var(--bs--box-shadow);
--bs--dropdowns-brand-color: var(--bs--dropdowns-navbar-color);
--bs--dropdowns-brand-font-size: calc(var(--bs--font-size) * 1.25);
--bs--dropdowns-brand-font-weight: normal;
--bs--dropdowns-nav-item-separator-border: 1px solid var(--bs--separator);
--bs--dropdowns-nav-item-separator-spacing: 6px;
--bs--dropdowns-nav-item-separator-fullsize-offset: 6px;
--bs--dropdowns-nav-link-color: var(--bs--dropdowns-navbar-color);
--bs--dropdowns-nav-link-bg: transparent;
--bs--dropdowns-nav-link-border-radius: var(--bs--border-radius);
--bs--dropdowns-nav-link-first-border-radius: var(--bs--dropdowns-nav-link-border-radius);
--bs--dropdowns-nav-link-last-border-radius: var(--bs--dropdowns-nav-link-border-radius);
--bs--dropdowns-nav-link-font-weight: 400;
--bs--dropdowns-nav-link-hover-color: black;
--bs--dropdowns-nav-link-hover-bg: transparent;
--bs--dropdowns-nav-link-active-color: defaultcurrentColor;
--bs--dropdowns-nav-link-active-bg: transpraent;
--bs--dropdowns-nav-link-expanded-color: #677e6c;
--bs--dropdowns-nav-link-expanded-bg: white;
--bs--dropdowns-nav-link-expanded-border-radius: var(--bs--dropdowns-nav-link-border-radius);
--bs--dropdowns-nav-link-first-expanded-border-radius: var(--bs--dropdowns-nav-link-first-border-radius);
--bs--dropdowns-nav-link-last-expanded-border-radius: var(--bs--dropdowns-nav-link-last-border-radius);
--bs--dropdowns-nav-link-selected-color: var(--bs--accent-contrast);
--bs--dropdowns-nav-link-selected-bg: var(--bs--accent);
--bs--dropdowns-nav-link-selected-font-weight: bold;
--bs--dropdowns-nav-link-disabled-color: var(--bs--text-alt-disabled);
--bs--dropdowns-nav-link-padding-y: 0rem;
--bs--dropdowns-nav-link-padding-x: 1rem;
--bs--dropdowns-nav-link-split-separator-border: 1px solid currentcolor;
--bs--dropdowns-nav-link-split-separator-fullsize-offset: 8px;
--bs--dropdowns-nav-link-split-separator-opacity: 0.2;
--bs--dropdowns-nav-link-split-toggler-border-radius: var(--bs--dropdowns-nav-link-border-radius);
--bs--dropdowns-sub-toggler-color: currentcolor;
--bs--dropdowns-sub-toggler-icon-size: 0.45rem;
--bs--dropdowns-sub-toggler-icon-spacing: 0.4rem;
--bs--dropdowns-sub-toggler-split-icon-spacing: 0px;
--bs--dropdowns-sub-toggler-opacity: 1;
--bs--dropdowns-sub-bg: white;
--bs--dropdowns-sub-border-width: 1px;
--bs--dropdowns-sub-border-style: solid;
--bs--dropdowns-sub-border-color: var(--bs--border);
--bs--dropdowns-sub-border-radius: var(--bs--border-radius);
--bs--dropdowns-sub-first-level-border-radius: var(--bs--border-radius);
--bs--dropdowns-sub-padding-y: 0;
--bs--dropdowns-sub-padding-x: 0;
--bs--dropdowns-sub-text-shadow: 0 1px 0 var(--bs--text-shadow);
--bs--dropdowns-sub-box-shadow: 0px 3px 6px rgba(0,0,0,0.1607843137);
--bs--dropdowns-sub-item-separator-border: var(--bs--dropdowns-nav-item-separator-border);
--bs--dropdowns-sub-item-separator-spacing: var(--bs--dropdowns-nav-item-separator-spacing);
--bs--dropdowns-sub-item-separator-fullsize-offset: var(--bs--dropdowns-nav-item-separator-fullsize-offset);
--bs--dropdowns-sub-link-color: var(--bs--text);
--bs--dropdowns-sub-link-bg: transparent;
--bs--dropdowns-sub-link-border-radius: 0;
--bs--dropdowns-sub-link-first-border-radius: var(--bs--dropdowns-sub-link-border-radius);
--bs--dropdowns-sub-link-last-border-radius: var(--bs--dropdowns-sub-link-border-radius);
--bs--dropdowns-sub-link-font-weight: normal;
--bs--dropdowns-sub-link-hover-color: var(--bs--text);
--bs--dropdowns-sub-link-hover-bg: transparent;
--bs--dropdowns-sub-link-active-color: var(--bs--dropdowns-nav-link-active-color);
--bs--dropdowns-sub-link-active-bg: var(--bs--dropdowns-nav-link-active-bg);
--bs--dropdowns-sub-link-expanded-color: var(--bs--dropdowns-nav-link-expanded-color);
--bs--dropdowns-sub-link-expanded-bg: #F0F3F4;
--bs--dropdowns-sub-link-expanded-border-radius: var(--bs--dropdowns-sub-link-border-radius);
--bs--dropdowns-sub-link-first-expanded-border-radius: var(--bs--dropdowns-sub-link-first-border-radius);
--bs--dropdowns-sub-link-last-expanded-border-radius: var(--bs--dropdowns-sub-link-last-border-radius);
--bs--dropdowns-sub-link-selected-color: var(--bs--dropdowns-nav-link-selected-color);
--bs--dropdowns-sub-link-selected-bg: var(--bs--dropdowns-nav-link-selected-bg);
--bs--dropdowns-sub-link-selected-font-weight: bold;
--bs--dropdowns-sub-link-disabled-color: var(--bs--text-disabled);
--bs--dropdowns-sub-link-padding-y: 8px;
--bs--dropdowns-sub-link-padding-x: 1.563rem;
--bs--dropdowns-sub-link-split-separator-border: var(--bs--dropdowns-nav-link-split-separator-border);
--bs--dropdowns-sub-link-split-separator-fullsize-offset: var(--bs--dropdowns-nav-link-split-separator-fullsize-offset);
--bs--dropdowns-sub-link-split-separator-opacity: var(--bs--dropdowns-nav-link-split-separator-opacity);
--bs--dropdowns-sub-link-split-toggler-border-radius: var(--bs--dropdowns-sub-link-border-radius);
}
@media (min-width: 991px){
.sm-navbar{
border-width: var(--bs--dropdowns-navbar-border-width);
border-style: var(--bs--dropdowns-navbar-border-style);
border-color: var(--bs--dropdowns-navbar-border-color);
padding: var(--bs--dropdowns-navbar-padding-y) var(--bs--dropdowns-navbar-padding-x);
background: var(--bs--dropdowns-navbar-bg);
color: var(--bs--dropdowns-navbar-color);
text-shadow: var(--bs--dropdowns-navbar-text-shadow);
box-shadow: var(--bs--dropdowns-navbar-box-shadow);
--bs--navbar-sidebar-centered-padding-x: var(--bs--dropdowns-navbar-padding-x);
}
.sm-brand{
padding: var(--bs--dropdowns-nav-link-padding-y) var(--bs--dropdowns-nav-link-padding-x);
color: var(--bs--dropdowns-brand-color);
font-family: var(--bs--font-family);
font-size: var(--bs--dropdowns-brand-font-size);
font-weight: var(--bs--dropdowns-brand-font-weight);
line-height: var(--bs--line-height);
white-space: nowrap;
text-decoration: none;
}
.sm-brand > a,
.sm-brand > a:hover,
.sm-brand > a:active{
color: inherit;
text-decoration: none;
}
.sm-toggler-anchor{
padding: var(--bs--dropdowns-nav-link-padding-y) var(--bs--dropdowns-nav-link-padding-x);
line-height: var(--bs--line-height);
text-shadow: none;
}
.sm-offcanvas{
padding: var(--bs--dropdowns-navbar-padding-y) var(--bs--dropdowns-navbar-padding-x);
background: var(--bs--dropdowns-navbar-bg);
}
.sm-nav-item-separator{
--bs--nav-item-separator-border: var(--bs--dropdowns-nav-item-separator-border);
--bs--nav-item-separator-spacing: var(--bs--dropdowns-nav-item-separator-spacing);
--bs--nav-item-separator-fullsize-offset: var(--bs--dropdowns-nav-item-separator-fullsize-offset);
}
.sm-nav-link{
grid-area: link/link/link/link-split-toggler;
border-radius: var(--bs--dropdowns-nav-link-border-radius);
padding: var(--bs--dropdowns-nav-link-padding-y) var(--bs--dropdowns-nav-link-padding-x);
background: var(--bs--dropdowns-nav-link-bg);
color: var(--bs--dropdowns-nav-link-color);
font-family: var(--bs--font-family);
font-size: var(--bs--font-size);
font-weight: var(--bs--dropdowns-nav-link-font-weight);
line-height: var(--bs--line-height);
text-decoration: none;
}
}
@media (min-width: 991px) and (hover: hover) and (pointer: fine){
.sm-nav-link:hover{
background: var(--bs--dropdowns-nav-link-hover-bg);
color: var(--bs--dropdowns-nav-link-hover-color);
}
}
@media (min-width: 991px){
.sm-nav-link:active{
background: var(--bs--dropdowns-nav-link-active-bg);
color: var(--bs--dropdowns-nav-link-active-color);
}
.sm-nav-link.sm-expanded{
border-radius: var(--bs--dropdowns-nav-link-expanded-border-radius);
background: var(--bs--dropdowns-nav-link-expanded-bg);
color: var(--bs--dropdowns-nav-link-expanded-color);
}
.sm-nav-link.sm-selected{
background: var(--bs--dropdowns-nav-link-selected-bg);
color: var(--bs--dropdowns-nav-link-selected-color);
font-weight: var(--bs--dropdowns-nav-link-selected-font-weight);
}
.sm-nav-link.sm-disabled{
background: var(--bs--dropdowns-nav-link-bg);
color: var(--bs--dropdowns-nav-link-disabled-color);
}
.sm-nav-item:first-child .sm-nav-link{
border-radius: var(--bs--dropdowns-nav-link-first-border-radius);
}
.sm-nav-item:last-child .sm-nav-link{
border-radius: var(--bs--dropdowns-nav-link-last-border-radius);
}
.sm-nav-item:first-child .sm-nav-link.sm-expanded{
border-radius: var(--bs--dropdowns-nav-link-first-expanded-border-radius);
}
.sm-nav-item:last-child .sm-nav-link.sm-expanded{
border-radius: var(--bs--dropdowns-nav-link-last-expanded-border-radius);
}
.sm-navbar--vertical .sm-nav-item:first-child .sm-nav-link{
border-radius: var(--bs--dropdowns-nav-link-first-border-radius);
}
.sm-navbar--vertical .sm-nav-item:last-child .sm-nav-link{
border-radius: var(--bs--dropdowns-nav-link-last-border-radius);
}
.sm-navbar--vertical .sm-nav-item:first-child .sm-nav-link.sm-expanded{
border-radius: var(--bs--dropdowns-nav-link-first-expanded-border-radius);
}
.sm-navbar--vertical .sm-nav-item:last-child .sm-nav-link.sm-expanded{
border-radius: var(--bs--dropdowns-nav-link-last-expanded-border-radius);
}
.sm-nav-link--split + .sm-nav-link--split{
border-radius: var(--bs--dropdowns-nav-link-split-toggler-border-radius) !important;
}
.sm-nav-link--split + .sm-nav-link--split::before{
margin: var(--bs--dropdowns-nav-link-split-separator-fullsize-offset) 0;
border-left: var(--bs--dropdowns-nav-link-split-separator-border);
opacity: var(--bs--dropdowns-nav-link-split-separator-opacity);
}
.sm-nav-link--split:not(.sm-nav-link--split + .sm-nav-link--split){
padding-right: calc(var(--bs--dropdowns-nav-link-padding-x) * 3 + var(--bs--dropdowns-sub-toggler-icon-size) + var(--bs--dropdowns-sub-toggler-split-icon-spacing) * 2);
}
.sm-nav-link--split:active:not(.sm-expanded,.sm-selected,.sm-disabled) + .sm-nav-link--split{
color: var(--bs--dropdowns-nav-link-active-color);
}
.sm-sub-toggler{
border: 0;
}
.sm-sub-toggler::after{
--bs--sub-toggler-icon-size: var(--bs--dropdowns-sub-toggler-icon-size);
--bs--sub-toggler-icon-spacing: var(--bs--dropdowns-sub-toggler-icon-spacing);
--bs--sub-toggler-split-icon-spacing: var(--bs--dropdowns-sub-toggler-split-icon-spacing);
content: "" !important;
margin-top: calc(-0.5 * var(--bs--dropdowns-sub-toggler-icon-size));
border-style: solid;
border-width: 0 0 2px 2px;
border-color: var(--bs--dropdowns-sub-toggler-color);
opacity: var(--bs--dropdowns-sub-toggler-opacity);
transform: rotate(-45deg);
}
.sm-sub .sm-sub-toggler::after,
.sm-navbar--vertical .sm-sub-toggler::after{
margin-top: 0;
transform: rotate(225deg);
}
.sm-navbar--drop-reverse-y:not(.sm-navbar--vertical) .sm-nav-item:not([data-bs--drop-reverse-y]) .sm-nav-link.sm-sub-toggler::after{
margin-top: calc(0.5 * var(--bs--dropdowns-sub-toggler-icon-size));
transform: rotate(-225deg);
}
.sm-sub{
border-width: var(--bs--dropdowns-sub-border-width);
border-style: var(--bs--dropdowns-sub-border-style);
border-color: var(--bs--dropdowns-sub-border-color);
border-radius: var(--bs--dropdowns-sub-first-level-border-radius);
padding: var(--bs--dropdowns-sub-padding-y) var(--bs--dropdowns-sub-padding-x);
background: var(--bs--dropdowns-sub-bg);
text-shadow: var(--bs--dropdowns-sub-text-shadow);
box-shadow: var(--bs--dropdowns-sub-box-shadow);
}
.sm-sub .sm-sub{
border-radius: var(--bs--dropdowns-sub-border-radius);
}
.sm-sub-item-separator{
margin: var(--bs--dropdowns-sub-item-separator-spacing) var(--bs--dropdowns-sub-item-separator-fullsize-offset);
border-top: var(--bs--dropdowns-sub-item-separator-border);
}
.sm-sub-link{
grid-area: link/link/link/link-split-toggler;
border-radius: var(--bs--dropdowns-sub-link-border-radius);
padding: var(--bs--dropdowns-sub-link-padding-y) var(--bs--dropdowns-sub-link-padding-x);
background: var(--bs--dropdowns-sub-link-bg);
color: var(--bs--dropdowns-sub-link-color);
font-family: var(--bs--font-family);
font-size: var(--bs--font-size-small);
font-weight: var(--bs--dropdowns-sub-link-font-weight);
line-height: var(--bs--line-height);
text-decoration: none;
}
}
@media (min-width: 991px) and (hover: hover) and (pointer: fine){
.sm-sub-link:hover{
background: var(--bs--dropdowns-sub-link-hover-bg);
color: var(--bs--dropdowns-sub-link-hover-color);
}
}
@media (min-width: 991px){
.sm-sub-link:active{
background: var(--bs--dropdowns-sub-link-active-bg);
color: var(--bs--dropdowns-sub-link-active-color);
}
.sm-sub-link.sm-expanded{
border-radius: var(--bs--dropdowns-sub-link-expanded-border-radius);
background: var(--bs--dropdowns-sub-link-expanded-bg);
color: var(--bs--dropdowns-sub-link-expanded-color);
}
.sm-sub-link.sm-selected{
background: var(--bs--dropdowns-sub-link-selected-bg);
color: var(--bs--dropdowns-sub-link-selected-color);
font-weight: var(--bs--dropdowns-sub-link-selected-font-weight);
}
.sm-sub-link.sm-disabled{
background: var(--bs--dropdowns-sub-link-bg);
color: var(--bs--dropdowns-sub-link-disabled-color);
}
.sm-sub-item:first-child > .sm-sub-link{
border-radius: var(--bs--dropdowns-sub-link-first-border-radius);
}
.sm-sub-item:last-child > .sm-sub-link{
border-radius: var(--bs--dropdowns-sub-link-last-border-radius);
}
.sm-sub-item:first-child > .sm-sub-link.sm-expanded{
border-radius: var(--bs--dropdowns-sub-link-first-expanded-border-radius);
}
.sm-sub-item:last-child > .sm-sub-link.sm-expanded{
border-radius: var(--bs--dropdowns-sub-link-last-expanded-border-radius);
}
.sm-sub-link--split + .sm-sub-link--split{
border-radius: var(--bs--dropdowns-sub-link-split-toggler-border-radius) !important;
}
.sm-sub-link--split + .sm-sub-link--split::before{
margin: var(--bs--dropdowns-sub-link-split-separator-fullsize-offset) 0;
border-left: var(--bs--dropdowns-sub-link-split-separator-border);
opacity: var(--bs--dropdowns-sub-link-split-separator-opacity);
}
.sm-sub-link--split:not(.sm-sub-link--split + .sm-sub-link--split){
padding-right: calc(var(--bs--dropdowns-sub-link-padding-x) * 3 + var(--bs--dropdowns-sub-toggler-icon-size) + var(--bs--dropdowns-sub-toggler-split-icon-spacing) * 2);
}
.sm-sub-link--split:active:not(.sm-expanded,.sm-selected,.sm-disabled) + .sm-sub-link--split{
color: var(--bs--dropdowns-sub-link-active-color);
}
}
.sm-collapse.show{
display: block;
}
.sm-sub-link{
white-space: normal;
word-break: auto-phrase;
}
.sm-nav-link--split + .sm-nav-link--split::before{
margin: 4px 0;
}
@media (min-width: 992px){
.sm-sub{
width: max-content;
max-width: 22em;
}
.sm-sub .sm-sub-item .sm-sub-link > span{
width: max-content;
max-width: 22em;
}
.sm-navbar:not(.sm-navbar--collapsible-only) .sm-sub-link{
white-space: normal;
}
}
@media (max-width: 991.98px){
.sm-sub-toggler{
padding-left: 2rem;
}
.sm-sub-item + .sm-sub-item{
position: realtive;
}
.sm-nav-link--split:not(.sm-nav-link--split + .sm-nav-link--split)[href="javascript:;"]{
position: relative;
}
.sm-nav-link--split:not(.sm-nav-link--split + .sm-nav-link--split)[href="javascript:;"] + .sm-sub-toggler{
position: absolute;
grid-area: auto;
right: 0;
min-height: 44px;
display: inline-flex;
justify-content: flex-end;
left: 0;
top: 0;
}
.sm-nav-link--split:not(.sm-nav-link--split + .sm-nav-link--split)[href="javascript:;"] + .sm-sub-toggler:before{
display: none;
}
.sm-nav-link--split:not(.sm-nav-link--split + .sm-nav-link--split)[href="javascript:;"] + .sm-sub-toggler.sm-expanded{
background: transparent;
}
}

/* ** [ /src_project/sites/portal/css/5/./header.css ] (@import) ** */
.search-btn{
border-radius: 100%;
width: 2.5rem;
height: 2.5rem;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
border-color: transparent;
border-width: 1px;
position: relative;
}
.search-btn.collapsed .svgicon-lupe{
display: block;
}
.search-btn.collapsed .svgicon-close{
display: none;
}
.search-btn .svgicon-lupe{
display: none;
}
.search-btn .svgicon-close{
display: block;
}
.search-btn .svgicon-lupe,
.search-btn .svgicon-close{
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
position: absolute;
}
.search-btn svg{
fill: black;
width: 1.75rem;
height: 1.75rem;
}
.search-btn .svgicon-close{
width: 1.25rem;
height: 1.25rem;
}
.search-btn:hover{
border-color: #677e6c;
}
.search-btn:hover svg{
fill: #677e6c;
}
.search-collapse{
width: 0;
position: absolute;
top: 0;
bottom: 0;
right: 4rem;
background-color: white;
-webkit-backdrop-filter: blur(12.5px);
backdrop-filter: blur(12.5px);
background: hsla(0,0%,100%,0.8);
height: auto !important;
transition: width 0.5s ease;
display: flex;
}
@media (max-width: 991.98px){
.search-collapse{
right: 3rem;
}
}
.search-collapse.collapsing{
width: 0;
position: absolute;
top: 0;
bottom: 0;
right: 4rem;
background-color: white;
-webkit-backdrop-filter: blur(12.5px);
backdrop-filter: blur(12.5px);
background: hsla(0,0%,100%,0.8);
height: auto !important;
transition: width 0.5s ease;
display: flex;
}
@media (max-width: 991.98px){
.search-collapse.collapsing{
right: 3rem;
}
}
.search-collapse.show{
width: calc(100% - 4rem);
background: white;
z-index: 600;
}
@media (max-width: 991.98px){
.search-collapse.show{
width: calc(100% - 3rem);
}
}
.search-collapse .input-group{
height: 100%;
}
.search-collapse .btn-outline-primary{
background-color: white;
}
.search-collapse #search-form{
width: 100%;
}
.search-collapse #search-form input{
margin-bottom: 0;
margin-right: 1rem;
color: black;
font-size: 1rem;
background: white;
}
.search-collapse #search-form .btn{
border-radius: 100%;
width: 2.5rem;
height: 2.5rem;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
border-color: transparent;
border-width: 1px;
align-self: center;
}
.search-collapse #search-form .btn span{
color: #dfae46;
font-size: 1.25rem;
}
.search-collapse #search-form .btn svg{
width: 2rem;
height: 2rem;
fill: #dfae46;
}
.search-collapse #search-form .btn:hover{
color: #677e6c;
border-color: #677e6c;
}
.search-collapse #search-form .btn:hover span{
color: #677e6c;
}
.search-collapse #search-form .btn:hover svg{
fill: #677e6c;
}
.sm-nav-link > span,
.nav-link > span{
transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out;
}
.sm-nav-link > span:after,
.nav-link > span:after{
content: "";
border-bottom: 2px solid #677e6c;
margin-bottom: -1px;
transform: scale3d(0,1,1);
display: block;
}
.sm-nav-link:hover > span:after,
.nav-link:hover > span:after{
transform: scale3d(1,1,1);
transition: transform 600ms;
}
.navbar-nav{
margin-left: 0;
}
@media (min-width: 992px){
.navbar-nav > li > .sm-nav-link,
.navbar-nav > li > .nav-link{
padding-bottom: 0;
}
.navbar-nav > li.active > .nav-link{
color: #677e6c;
}
.navbar-nav ul li a:hover{
text-decoration: underline;
color: #677e6c;
}
}
.dropdown-toggle{
margin-right: 0.5rem;
position: relative;
display: inline-flex;
flex-wrap: nowrap;
align-items: baseline;
margin-right: 0;
}
.dropdown-toggle::after{
border: none;
font-family: "Font Awesome 5 Free";
content: "\f078";
font-weight: 600;
font-size: 0.75rem;
margin-top: 0.15rem;
margin-left: 0.32rem;
}
@media (max-width: 991.98px){
.sm-navbar-collapse,
.navbar-collapse{
padding-top: 1rem;
padding-bottom: 1rem;
}
}
@media (min-width: 992px) and (max-width: 1199.98px){
.main-header .navbar-nav > li > .sm-nav-link,
.main-header .navbar-nav > li > .nav-link{
font-size: 1.15rem;
}
}
.main-header{
background: white;
box-shadow: 0 0 1px rgba(0,0,0,0.36);
transition: all 0.5s ease;
width: 100%;
left: 0;
top: 0;
padding-top: 1rem;
z-index: 900;
padding-bottom: 0;
position: sticky;
}
.main-header .sm-navbar > .container,
.main-header .navbar > .container{
position: relative;
}
.main-header .logo-logo{
transition: height 0.5s ease;
margin-right: 1rem;
height: 67px;
margin-bottom: 1rem;
}
.main-header .navbar-nav > li > .sm-nav-link,
.main-header .navbar-nav > li > .nav-link{
transition: all 0.5s ease;
}
.main-header.sticky-header{
position: sticky;
box-shadow: 0 0 10px rgba(0,0,0,0.0823529412);
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.main-header.sticky-header .logo-logo{
height: 2.5rem;
margin-bottom: 0;
}
@media (min-width: 992px){
.main-header.sticky-header .navbar-nav > li > .sm-nav-link,
.main-header.sticky-header .navbar-nav > li > .nav-link{
font-size: 1.15rem;
}
.main-header.sticky-header .content-mob-btn{
top: 0;
}
}
@media (max-width: 991.98px){
.main-header,
.main-header.sticky-header{
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.main-header .logo-logo,
.main-header.sticky-header .logo-logo{
height: 2.5rem;
margin-bottom: 0;
}
.content-mob-btn{
position: absolute;
right: 0;
top: 0;
display: flex;
justify-content: center;
align-items: center;
padding: 0;
background: white;
}
.content-mob-btn .navbar-toggler.hamburger-close{
border-radius: 100%;
width: 2.5rem;
height: 2.5rem;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
border-color: transparent;
border-width: 1px;
position: relative;
margin-right: 0.85rem;
}
.content-mob-btn .navbar-toggler.hamburger-close:hover,.content-mob-btn .navbar-toggler.hamburger-close:focus{
outline: none;
box-shadow: none;
border-color: #677e6c;
}
.content-mob-btn .navbar-toggler.hamburger-close:hover svg,.content-mob-btn .navbar-toggler.hamburger-close:focus svg{
fill: #677e6c;
}
.content-mob-btn .navbar-toggler.hamburger-close svg{
position: absolute;
}
.content-mob-btn .navbar-toggler.hamburger-close:not(.collapsed) .svgicon-mobilebutton{
display: none;
}
.content-mob-btn .navbar-toggler.hamburger-close.collapsed .svgicon-close-mobilebutton{
display: none;
}
.sm-navbar-collapse,
.navbar-collapse{
position: fixed;
width: 45%;
right: -50%;
background: white;
height: calc(100vH - 68px);
bottom: 0;
transition: right 0.4s ease-out;
padding: 0;
}
.sm-navbar-collapse:before,
.navbar-collapse:before{
content: "";
display: block;
position: absolute;
top: 0;
bottom: 0;
transition: all 0.4s ease-out;
right: 100%;
width: 130VW;
background: var(--bs--offcanvas-overlay-bg);
cursor: default;
z-index: -4;
}
.sm-navbar-collapse.show,
.navbar-collapse.show{
right: 0;
box-shadow: 3px 3px 4px rgba(0,0,0,0.0823529412);
}
.sm-navbar-collapse.collapsing:before,
.navbar-collapse.collapsing:before{
display: block;
}
.sm-navbar-collapse .navbar-nav,
.navbar-collapse .navbar-nav{
height: 100%;
overflow-y: auto;
padding: 0 1rem;
}
}
@media (max-width: 767.98px){
.sm-navbar-collapse,
.navbar-collapse{
width: 75%;
right: -80%;
}
}
@media (max-width: 575.98px){
.sm-navbar-collapse,
.navbar-collapse{
width: 100%;
right: -100%;
}
}

/* ** [ /src_project/sites/portal/css/5/./fonts.css ] (@import) ** */
@font-face{
font-display: swap;
font-family: "portalfont";
font-style: normal;
font-weight: normal;
src:  url(/src_project/fonts/portalfont/portalfont.svg?_=1761802174#portalfont) format("svg"), url(/src_project/fonts/portalfont/portalfont.woff?_=1761802174) format("woff"), url(/src_project/fonts/portalfont/portalfont.ttf?_=1761802174) format("truetype");
}
/*!
* Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0,Fonts: SIL OFL 1.1,Code: MIT License)
*/
@font-face{
font-family: "Font Awesome 5 Brands";
font-style: normal;
font-weight: 400;
font-display: swap;
src:  url(/src_project/fonts/fa-webfonts/fa-brands-400.eot?_=1761802174);
src:  url(/src_project/fonts/fa-webfonts/fa-brands-400.eot?_=1761802174#iefix) format("embedded-opentype"), url(/src_project/fonts/fa-webfonts/fa-brands-400.woff2?_=1761802174) format("woff2"), url(/src_project/fonts/fa-webfonts/fa-brands-400.woff?_=1761802174) format("woff"), url(/src_project/fonts/fa-webfonts/fa-brands-400.ttf?_=1761802174) format("truetype"), url(/src_project/fonts/fa-webfonts/fa-brands-400.svg?_=1761802174#fontawesome) format("svg");
}
.fab{
font-family: "Font Awesome 5 Brands";
font-weight: 400;
}
/*!
* Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0,Fonts: SIL OFL 1.1,Code: MIT License)
*/
@font-face{
font-family: "Font Awesome 5 Free";
font-style: normal;
font-weight: 400;
font-display: swap;
src:  url(/src_project/fonts/fa-webfonts/fa-regular-400.eot?_=1761802174);
src:  url(/src_project/fonts/fa-webfonts/fa-regular-400.eot?_=1761802174#iefix) format("embedded-opentype"), url(/src_project/fonts/fa-webfonts/fa-regular-400.woff2?_=1761802174) format("woff2"), url(/src_project/fonts/fa-webfonts/fa-regular-400.woff?_=1761802174) format("woff"), url(/src_project/fonts/fa-webfonts/fa-regular-400.ttf?_=1761802174) format("truetype"), url(/src_project/fonts/fa-webfonts/fa-regular-400.svg?_=1761802174#fontawesome) format("svg");
}
.far{
font-family: "Font Awesome 5 Free";
font-weight: 400;
}
/*!
* Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0,Fonts: SIL OFL 1.1,Code: MIT License)
*/
@font-face{
font-family: "Font Awesome 5 Free";
font-style: normal;
font-weight: 900;
font-display: swap;
src:  url(/src_project/fonts/fa-webfonts/fa-solid-900.eot?_=1761802174);
src:  url(/src_project/fonts/fa-webfonts/fa-solid-900.eot?_=1761802174#iefix) format("embedded-opentype"), url(/src_project/fonts/fa-webfonts/fa-solid-900.woff2?_=1761802174) format("woff2"), url(/src_project/fonts/fa-webfonts/fa-solid-900.woff?_=1761802174) format("woff"), url(/src_project/fonts/fa-webfonts/fa-solid-900.ttf?_=1761802174) format("truetype"), url(/src_project/fonts/fa-webfonts/fa-solid-900.svg?_=1761802174#fontawesome) format("svg");
}
.fa,
.fas{
font-family: "Font Awesome 5 Free";
font-weight: 900;
}
/*!
* Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0,Fonts: SIL OFL 1.1,Code: MIT License)
*/
.fa,
.fas,
.far,
.fal,
.fad,
.fab{
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
}
.fa-lg{
font-size: 1.3333333333em;
line-height: 0.75em;
vertical-align: -0.0667em;
}
.fa-xs{
font-size: 0.75em;
}
.fa-sm{
font-size: 0.875em;
}
.fa-1x{
font-size: 1em;
}
.fa-2x{
font-size: 2em;
}
.fa-3x{
font-size: 3em;
}
.fa-4x{
font-size: 4em;
}
.fa-5x{
font-size: 5em;
}
.fa-6x{
font-size: 6em;
}
.fa-7x{
font-size: 7em;
}
.fa-8x{
font-size: 8em;
}
.fa-9x{
font-size: 9em;
}
.fa-10x{
font-size: 10em;
}
.fa-fw{
text-align: center;
width: 1.25em;
}
.fa-ul{
list-style-type: none;
margin-left: 2.5em;
padding-left: 0;
}
.fa-ul > li{
position: relative;
}
.fa-li{
left: -2em;
position: absolute;
text-align: center;
width: 2em;
line-height: inherit;
}
.fa-border{
border: solid 0.08em #eee;
border-radius: 0.1em;
padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left{
float: left;
}
.fa-pull-right{
float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left{
margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right{
margin-left: 0.3em;
}
.fa-spin{
animation: fa-spin 2s infinite linear;
}
.fa-pulse{
animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin{
0%{
transform: rotate(0deg);
}
100%{
transform: rotate(360deg);
}
}
.fa-rotate-90{
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
transform: rotate(90deg);
}
.fa-rotate-180{
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
transform: rotate(180deg);
}
.fa-rotate-270{
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
transform: rotate(270deg);
}
.fa-flip-horizontal{
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";
transform: scale(-1,1);
}
.fa-flip-vertical{
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";
transform: scale(1,-1);
}
.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";
transform: scale(-1,-1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both{
filter: none;
}
.fa-stack{
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x{
left: 0;
position: absolute;
text-align: center;
width: 100%;
}
.fa-stack-1x{
line-height: inherit;
}
.fa-stack-2x{
font-size: 2em;
}
.fa-inverse{
color: #fff;
}

.fa-500px:before{
content: "\f26e";
}
.fa-accessible-icon:before{
content: "\f368";
}
.fa-accusoft:before{
content: "\f369";
}
.fa-acquisitions-incorporated:before{
content: "\f6af";
}
.fa-ad:before{
content: "\f641";
}
.fa-address-book:before{
content: "\f2b9";
}
.fa-address-card:before{
content: "\f2bb";
}
.fa-adjust:before{
content: "\f042";
}
.fa-adn:before{
content: "\f170";
}
.fa-adversal:before{
content: "\f36a";
}
.fa-affiliatetheme:before{
content: "\f36b";
}
.fa-air-freshener:before{
content: "\f5d0";
}
.fa-airbnb:before{
content: "\f834";
}
.fa-algolia:before{
content: "\f36c";
}
.fa-align-center:before{
content: "\f037";
}
.fa-align-justify:before{
content: "\f039";
}
.fa-align-left:before{
content: "\f036";
}
.fa-align-right:before{
content: "\f038";
}
.fa-alipay:before{
content: "\f642";
}
.fa-allergies:before{
content: "\f461";
}
.fa-amazon:before{
content: "\f270";
}
.fa-amazon-pay:before{
content: "\f42c";
}
.fa-ambulance:before{
content: "\f0f9";
}
.fa-american-sign-language-interpreting:before{
content: "\f2a3";
}
.fa-amilia:before{
content: "\f36d";
}
.fa-anchor:before{
content: "\f13d";
}
.fa-android:before{
content: "\f17b";
}
.fa-angellist:before{
content: "\f209";
}
.fa-angle-double-down:before{
content: "\f103";
}
.fa-angle-double-left:before{
content: "\f100";
}
.fa-angle-double-right:before{
content: "\f101";
}
.fa-angle-double-up:before{
content: "\f102";
}
.fa-angle-down:before{
content: "\f107";
}
.fa-angle-left:before{
content: "\f104";
}
.fa-angle-right:before{
content: "\f105";
}
.fa-angle-up:before{
content: "\f106";
}
.fa-angry:before{
content: "\f556";
}
.fa-angrycreative:before{
content: "\f36e";
}
.fa-angular:before{
content: "\f420";
}
.fa-ankh:before{
content: "\f644";
}
.fa-app-store:before{
content: "\f36f";
}
.fa-app-store-ios:before{
content: "\f370";
}
.fa-apper:before{
content: "\f371";
}
.fa-apple:before{
content: "\f179";
}
.fa-apple-alt:before{
content: "\f5d1";
}
.fa-apple-pay:before{
content: "\f415";
}
.fa-archive:before{
content: "\f187";
}
.fa-archway:before{
content: "\f557";
}
.fa-arrow-alt-circle-down:before{
content: "\f358";
}
.fa-arrow-alt-circle-left:before{
content: "\f359";
}
.fa-arrow-alt-circle-right:before{
content: "\f35a";
}
.fa-arrow-alt-circle-up:before{
content: "\f35b";
}
.fa-arrow-circle-down:before{
content: "\f0ab";
}
.fa-arrow-circle-left:before{
content: "\f0a8";
}
.fa-arrow-circle-right:before{
content: "\f0a9";
}
.fa-arrow-circle-up:before{
content: "\f0aa";
}
.fa-arrow-down:before{
content: "\f063";
}
.fa-arrow-left:before{
content: "\f060";
}
.fa-arrow-right:before{
content: "\f061";
}
.fa-arrow-up:before{
content: "\f062";
}
.fa-arrows-alt:before{
content: "\f0b2";
}
.fa-arrows-alt-h:before{
content: "\f337";
}
.fa-arrows-alt-v:before{
content: "\f338";
}
.fa-artstation:before{
content: "\f77a";
}
.fa-assistive-listening-systems:before{
content: "\f2a2";
}
.fa-asterisk:before{
content: "\f069";
}
.fa-asymmetrik:before{
content: "\f372";
}
.fa-at:before{
content: "\f1fa";
}
.fa-atlas:before{
content: "\f558";
}
.fa-atlassian:before{
content: "\f77b";
}
.fa-atom:before{
content: "\f5d2";
}
.fa-audible:before{
content: "\f373";
}
.fa-audio-description:before{
content: "\f29e";
}
.fa-autoprefixer:before{
content: "\f41c";
}
.fa-avianex:before{
content: "\f374";
}
.fa-aviato:before{
content: "\f421";
}
.fa-award:before{
content: "\f559";
}
.fa-aws:before{
content: "\f375";
}
.fa-baby:before{
content: "\f77c";
}
.fa-baby-carriage:before{
content: "\f77d";
}
.fa-backspace:before{
content: "\f55a";
}
.fa-backward:before{
content: "\f04a";
}
.fa-bacon:before{
content: "\f7e5";
}
.fa-bacteria:before{
content: "\e059";
}
.fa-bacterium:before{
content: "\e05a";
}
.fa-bahai:before{
content: "\f666";
}
.fa-balance-scale:before{
content: "\f24e";
}
.fa-balance-scale-left:before{
content: "\f515";
}
.fa-balance-scale-right:before{
content: "\f516";
}
.fa-ban:before{
content: "\f05e";
}
.fa-band-aid:before{
content: "\f462";
}
.fa-bandcamp:before{
content: "\f2d5";
}
.fa-barcode:before{
content: "\f02a";
}
.fa-bars:before{
content: "\f0c9";
}
.fa-baseball-ball:before{
content: "\f433";
}
.fa-basketball-ball:before{
content: "\f434";
}
.fa-bath:before{
content: "\f2cd";
}
.fa-battery-empty:before{
content: "\f244";
}
.fa-battery-full:before{
content: "\f240";
}
.fa-battery-half:before{
content: "\f242";
}
.fa-battery-quarter:before{
content: "\f243";
}
.fa-battery-three-quarters:before{
content: "\f241";
}
.fa-battle-net:before{
content: "\f835";
}
.fa-bed:before{
content: "\f236";
}
.fa-beer:before{
content: "\f0fc";
}
.fa-behance:before{
content: "\f1b4";
}
.fa-behance-square:before{
content: "\f1b5";
}
.fa-bell:before{
content: "\f0f3";
}
.fa-bell-slash:before{
content: "\f1f6";
}
.fa-bezier-curve:before{
content: "\f55b";
}
.fa-bible:before{
content: "\f647";
}
.fa-bicycle:before{
content: "\f206";
}
.fa-biking:before{
content: "\f84a";
}
.fa-bimobject:before{
content: "\f378";
}
.fa-binoculars:before{
content: "\f1e5";
}
.fa-biohazard:before{
content: "\f780";
}
.fa-birthday-cake:before{
content: "\f1fd";
}
.fa-bitbucket:before{
content: "\f171";
}
.fa-bitcoin:before{
content: "\f379";
}
.fa-bity:before{
content: "\f37a";
}
.fa-black-tie:before{
content: "\f27e";
}
.fa-blackberry:before{
content: "\f37b";
}
.fa-blender:before{
content: "\f517";
}
.fa-blender-phone:before{
content: "\f6b6";
}
.fa-blind:before{
content: "\f29d";
}
.fa-blog:before{
content: "\f781";
}
.fa-blogger:before{
content: "\f37c";
}
.fa-blogger-b:before{
content: "\f37d";
}
.fa-bluetooth:before{
content: "\f293";
}
.fa-bluetooth-b:before{
content: "\f294";
}
.fa-bold:before{
content: "\f032";
}
.fa-bolt:before{
content: "\f0e7";
}
.fa-bomb:before{
content: "\f1e2";
}
.fa-bone:before{
content: "\f5d7";
}
.fa-bong:before{
content: "\f55c";
}
.fa-book:before{
content: "\f02d";
}
.fa-book-dead:before{
content: "\f6b7";
}
.fa-book-medical:before{
content: "\f7e6";
}
.fa-book-open:before{
content: "\f518";
}
.fa-book-reader:before{
content: "\f5da";
}
.fa-bookmark:before{
content: "\f02e";
}
.fa-bootstrap:before{
content: "\f836";
}
.fa-border-all:before{
content: "\f84c";
}
.fa-border-none:before{
content: "\f850";
}
.fa-border-style:before{
content: "\f853";
}
.fa-bowling-ball:before{
content: "\f436";
}
.fa-box:before{
content: "\f466";
}
.fa-box-open:before{
content: "\f49e";
}
.fa-box-tissue:before{
content: "\e05b";
}
.fa-boxes:before{
content: "\f468";
}
.fa-braille:before{
content: "\f2a1";
}
.fa-brain:before{
content: "\f5dc";
}
.fa-bread-slice:before{
content: "\f7ec";
}
.fa-briefcase:before{
content: "\f0b1";
}
.fa-briefcase-medical:before{
content: "\f469";
}
.fa-broadcast-tower:before{
content: "\f519";
}
.fa-broom:before{
content: "\f51a";
}
.fa-brush:before{
content: "\f55d";
}
.fa-btc:before{
content: "\f15a";
}
.fa-buffer:before{
content: "\f837";
}
.fa-bug:before{
content: "\f188";
}
.fa-building:before{
content: "\f1ad";
}
.fa-bullhorn:before{
content: "\f0a1";
}
.fa-bullseye:before{
content: "\f140";
}
.fa-burn:before{
content: "\f46a";
}
.fa-buromobelexperte:before{
content: "\f37f";
}
.fa-bus:before{
content: "\f207";
}
.fa-bus-alt:before{
content: "\f55e";
}
.fa-business-time:before{
content: "\f64a";
}
.fa-buy-n-large:before{
content: "\f8a6";
}
.fa-buysellads:before{
content: "\f20d";
}
.fa-calculator:before{
content: "\f1ec";
}
.fa-calendar:before{
content: "\f133";
}
.fa-calendar-alt:before{
content: "\f073";
}
.fa-calendar-check:before{
content: "\f274";
}
.fa-calendar-day:before{
content: "\f783";
}
.fa-calendar-minus:before{
content: "\f272";
}
.fa-calendar-plus:before{
content: "\f271";
}
.fa-calendar-times:before{
content: "\f273";
}
.fa-calendar-week:before{
content: "\f784";
}
.fa-camera:before{
content: "\f030";
}
.fa-camera-retro:before{
content: "\f083";
}
.fa-campground:before{
content: "\f6bb";
}
.fa-canadian-maple-leaf:before{
content: "\f785";
}
.fa-candy-cane:before{
content: "\f786";
}
.fa-cannabis:before{
content: "\f55f";
}
.fa-capsules:before{
content: "\f46b";
}
.fa-car:before{
content: "\f1b9";
}
.fa-car-alt:before{
content: "\f5de";
}
.fa-car-battery:before{
content: "\f5df";
}
.fa-car-crash:before{
content: "\f5e1";
}
.fa-car-side:before{
content: "\f5e4";
}
.fa-caravan:before{
content: "\f8ff";
}
.fa-caret-down:before{
content: "\f0d7";
}
.fa-caret-left:before{
content: "\f0d9";
}
.fa-caret-right:before{
content: "\f0da";
}
.fa-caret-square-down:before{
content: "\f150";
}
.fa-caret-square-left:before{
content: "\f191";
}
.fa-caret-square-right:before{
content: "\f152";
}
.fa-caret-square-up:before{
content: "\f151";
}
.fa-caret-up:before{
content: "\f0d8";
}
.fa-carrot:before{
content: "\f787";
}
.fa-cart-arrow-down:before{
content: "\f218";
}
.fa-cart-plus:before{
content: "\f217";
}
.fa-cash-register:before{
content: "\f788";
}
.fa-cat:before{
content: "\f6be";
}
.fa-cc-amazon-pay:before{
content: "\f42d";
}
.fa-cc-amex:before{
content: "\f1f3";
}
.fa-cc-apple-pay:before{
content: "\f416";
}
.fa-cc-diners-club:before{
content: "\f24c";
}
.fa-cc-discover:before{
content: "\f1f2";
}
.fa-cc-jcb:before{
content: "\f24b";
}
.fa-cc-mastercard:before{
content: "\f1f1";
}
.fa-cc-paypal:before{
content: "\f1f4";
}
.fa-cc-stripe:before{
content: "\f1f5";
}
.fa-cc-visa:before{
content: "\f1f0";
}
.fa-centercode:before{
content: "\f380";
}
.fa-centos:before{
content: "\f789";
}
.fa-certificate:before{
content: "\f0a3";
}
.fa-chair:before{
content: "\f6c0";
}
.fa-chalkboard:before{
content: "\f51b";
}
.fa-chalkboard-teacher:before{
content: "\f51c";
}
.fa-charging-station:before{
content: "\f5e7";
}
.fa-chart-area:before{
content: "\f1fe";
}
.fa-chart-bar:before{
content: "\f080";
}
.fa-chart-line:before{
content: "\f201";
}
.fa-chart-pie:before{
content: "\f200";
}
.fa-check:before{
content: "\f00c";
}
.fa-check-circle:before{
content: "\f058";
}
.fa-check-double:before{
content: "\f560";
}
.fa-check-square:before{
content: "\f14a";
}
.fa-cheese:before{
content: "\f7ef";
}
.fa-chess:before{
content: "\f439";
}
.fa-chess-bishop:before{
content: "\f43a";
}
.fa-chess-board:before{
content: "\f43c";
}
.fa-chess-king:before{
content: "\f43f";
}
.fa-chess-knight:before{
content: "\f441";
}
.fa-chess-pawn:before{
content: "\f443";
}
.fa-chess-queen:before{
content: "\f445";
}
.fa-chess-rook:before{
content: "\f447";
}
.fa-chevron-circle-down:before{
content: "\f13a";
}
.fa-chevron-circle-left:before{
content: "\f137";
}
.fa-chevron-circle-right:before{
content: "\f138";
}
.fa-chevron-circle-up:before{
content: "\f139";
}
.fa-chevron-down:before{
content: "\f078";
}
.fa-chevron-left:before{
content: "\f053";
}
.fa-chevron-right:before{
content: "\f054";
}
.fa-chevron-up:before{
content: "\f077";
}
.fa-child:before{
content: "\f1ae";
}
.fa-chrome:before{
content: "\f268";
}
.fa-chromecast:before{
content: "\f838";
}
.fa-church:before{
content: "\f51d";
}
.fa-circle:before{
content: "\f111";
}
.fa-circle-notch:before{
content: "\f1ce";
}
.fa-city:before{
content: "\f64f";
}
.fa-clinic-medical:before{
content: "\f7f2";
}
.fa-clipboard:before{
content: "\f328";
}
.fa-clipboard-check:before{
content: "\f46c";
}
.fa-clipboard-list:before{
content: "\f46d";
}
.fa-clock:before{
content: "\f017";
}
.fa-clone:before{
content: "\f24d";
}
.fa-closed-captioning:before{
content: "\f20a";
}
.fa-cloud:before{
content: "\f0c2";
}
.fa-cloud-download-alt:before{
content: "\f381";
}
.fa-cloud-meatball:before{
content: "\f73b";
}
.fa-cloud-moon:before{
content: "\f6c3";
}
.fa-cloud-moon-rain:before{
content: "\f73c";
}
.fa-cloud-rain:before{
content: "\f73d";
}
.fa-cloud-showers-heavy:before{
content: "\f740";
}
.fa-cloud-sun:before{
content: "\f6c4";
}
.fa-cloud-sun-rain:before{
content: "\f743";
}
.fa-cloud-upload-alt:before{
content: "\f382";
}
.fa-cloudflare:before{
content: "\e07d";
}
.fa-cloudscale:before{
content: "\f383";
}
.fa-cloudsmith:before{
content: "\f384";
}
.fa-cloudversify:before{
content: "\f385";
}
.fa-cocktail:before{
content: "\f561";
}
.fa-code:before{
content: "\f121";
}
.fa-code-branch:before{
content: "\f126";
}
.fa-codepen:before{
content: "\f1cb";
}
.fa-codiepie:before{
content: "\f284";
}
.fa-coffee:before{
content: "\f0f4";
}
.fa-cog:before{
content: "\f013";
}
.fa-cogs:before{
content: "\f085";
}
.fa-coins:before{
content: "\f51e";
}
.fa-columns:before{
content: "\f0db";
}
.fa-comment:before{
content: "\f075";
}
.fa-comment-alt:before{
content: "\f27a";
}
.fa-comment-dollar:before{
content: "\f651";
}
.fa-comment-dots:before{
content: "\f4ad";
}
.fa-comment-medical:before{
content: "\f7f5";
}
.fa-comment-slash:before{
content: "\f4b3";
}
.fa-comments:before{
content: "\f086";
}
.fa-comments-dollar:before{
content: "\f653";
}
.fa-compact-disc:before{
content: "\f51f";
}
.fa-compass:before{
content: "\f14e";
}
.fa-compress:before{
content: "\f066";
}
.fa-compress-alt:before{
content: "\f422";
}
.fa-compress-arrows-alt:before{
content: "\f78c";
}
.fa-concierge-bell:before{
content: "\f562";
}
.fa-confluence:before{
content: "\f78d";
}
.fa-connectdevelop:before{
content: "\f20e";
}
.fa-contao:before{
content: "\f26d";
}
.fa-cookie:before{
content: "\f563";
}
.fa-cookie-bite:before{
content: "\f564";
}
.fa-copy:before{
content: "\f0c5";
}
.fa-copyright:before{
content: "\f1f9";
}
.fa-cotton-bureau:before{
content: "\f89e";
}
.fa-couch:before{
content: "\f4b8";
}
.fa-cpanel:before{
content: "\f388";
}
.fa-creative-commons:before{
content: "\f25e";
}
.fa-creative-commons-by:before{
content: "\f4e7";
}
.fa-creative-commons-nc:before{
content: "\f4e8";
}
.fa-creative-commons-nc-eu:before{
content: "\f4e9";
}
.fa-creative-commons-nc-jp:before{
content: "\f4ea";
}
.fa-creative-commons-nd:before{
content: "\f4eb";
}
.fa-creative-commons-pd:before{
content: "\f4ec";
}
.fa-creative-commons-pd-alt:before{
content: "\f4ed";
}
.fa-creative-commons-remix:before{
content: "\f4ee";
}
.fa-creative-commons-sa:before{
content: "\f4ef";
}
.fa-creative-commons-sampling:before{
content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before{
content: "\f4f1";
}
.fa-creative-commons-share:before{
content: "\f4f2";
}
.fa-creative-commons-zero:before{
content: "\f4f3";
}
.fa-credit-card:before{
content: "\f09d";
}
.fa-critical-role:before{
content: "\f6c9";
}
.fa-crop:before{
content: "\f125";
}
.fa-crop-alt:before{
content: "\f565";
}
.fa-cross:before{
content: "\f654";
}
.fa-crosshairs:before{
content: "\f05b";
}
.fa-crow:before{
content: "\f520";
}
.fa-crown:before{
content: "\f521";
}
.fa-crutch:before{
content: "\f7f7";
}
.fa-css3:before{
content: "\f13c";
}
.fa-css3-alt:before{
content: "\f38b";
}
.fa-cube:before{
content: "\f1b2";
}
.fa-cubes:before{
content: "\f1b3";
}
.fa-cut:before{
content: "\f0c4";
}
.fa-cuttlefish:before{
content: "\f38c";
}
.fa-d-and-d:before{
content: "\f38d";
}
.fa-d-and-d-beyond:before{
content: "\f6ca";
}
.fa-dailymotion:before{
content: "\e052";
}
.fa-dashcube:before{
content: "\f210";
}
.fa-database:before{
content: "\f1c0";
}
.fa-deaf:before{
content: "\f2a4";
}
.fa-deezer:before{
content: "\e077";
}
.fa-delicious:before{
content: "\f1a5";
}
.fa-democrat:before{
content: "\f747";
}
.fa-deploydog:before{
content: "\f38e";
}
.fa-deskpro:before{
content: "\f38f";
}
.fa-desktop:before{
content: "\f108";
}
.fa-dev:before{
content: "\f6cc";
}
.fa-deviantart:before{
content: "\f1bd";
}
.fa-dharmachakra:before{
content: "\f655";
}
.fa-dhl:before{
content: "\f790";
}
.fa-diagnoses:before{
content: "\f470";
}
.fa-diaspora:before{
content: "\f791";
}
.fa-dice:before{
content: "\f522";
}
.fa-dice-d20:before{
content: "\f6cf";
}
.fa-dice-d6:before{
content: "\f6d1";
}
.fa-dice-five:before{
content: "\f523";
}
.fa-dice-four:before{
content: "\f524";
}
.fa-dice-one:before{
content: "\f525";
}
.fa-dice-six:before{
content: "\f526";
}
.fa-dice-three:before{
content: "\f527";
}
.fa-dice-two:before{
content: "\f528";
}
.fa-digg:before{
content: "\f1a6";
}
.fa-digital-ocean:before{
content: "\f391";
}
.fa-digital-tachograph:before{
content: "\f566";
}
.fa-directions:before{
content: "\f5eb";
}
.fa-discord:before{
content: "\f392";
}
.fa-discourse:before{
content: "\f393";
}
.fa-disease:before{
content: "\f7fa";
}
.fa-divide:before{
content: "\f529";
}
.fa-dizzy:before{
content: "\f567";
}
.fa-dna:before{
content: "\f471";
}
.fa-dochub:before{
content: "\f394";
}
.fa-docker:before{
content: "\f395";
}
.fa-dog:before{
content: "\f6d3";
}
.fa-dollar-sign:before{
content: "\f155";
}
.fa-dolly:before{
content: "\f472";
}
.fa-dolly-flatbed:before{
content: "\f474";
}
.fa-donate:before{
content: "\f4b9";
}
.fa-door-closed:before{
content: "\f52a";
}
.fa-door-open:before{
content: "\f52b";
}
.fa-dot-circle:before{
content: "\f192";
}
.fa-dove:before{
content: "\f4ba";
}
.fa-download:before{
content: "\f019";
}
.fa-draft2digital:before{
content: "\f396";
}
.fa-drafting-compass:before{
content: "\f568";
}
.fa-dragon:before{
content: "\f6d5";
}
.fa-draw-polygon:before{
content: "\f5ee";
}
.fa-dribbble:before{
content: "\f17d";
}
.fa-dribbble-square:before{
content: "\f397";
}
.fa-dropbox:before{
content: "\f16b";
}
.fa-drum:before{
content: "\f569";
}
.fa-drum-steelpan:before{
content: "\f56a";
}
.fa-drumstick-bite:before{
content: "\f6d7";
}
.fa-drupal:before{
content: "\f1a9";
}
.fa-dumbbell:before{
content: "\f44b";
}
.fa-dumpster:before{
content: "\f793";
}
.fa-dumpster-fire:before{
content: "\f794";
}
.fa-dungeon:before{
content: "\f6d9";
}
.fa-dyalog:before{
content: "\f399";
}
.fa-earlybirds:before{
content: "\f39a";
}
.fa-ebay:before{
content: "\f4f4";
}
.fa-edge:before{
content: "\f282";
}
.fa-edge-legacy:before{
content: "\e078";
}
.fa-edit:before{
content: "\f044";
}
.fa-egg:before{
content: "\f7fb";
}
.fa-eject:before{
content: "\f052";
}
.fa-elementor:before{
content: "\f430";
}
.fa-ellipsis-h:before{
content: "\f141";
}
.fa-ellipsis-v:before{
content: "\f142";
}
.fa-ello:before{
content: "\f5f1";
}
.fa-ember:before{
content: "\f423";
}
.fa-empire:before{
content: "\f1d1";
}
.fa-envelope:before{
content: "\f0e0";
}
.fa-envelope-open:before{
content: "\f2b6";
}
.fa-envelope-open-text:before{
content: "\f658";
}
.fa-envelope-square:before{
content: "\f199";
}
.fa-envira:before{
content: "\f299";
}
.fa-equals:before{
content: "\f52c";
}
.fa-eraser:before{
content: "\f12d";
}
.fa-erlang:before{
content: "\f39d";
}
.fa-ethereum:before{
content: "\f42e";
}
.fa-ethernet:before{
content: "\f796";
}
.fa-etsy:before{
content: "\f2d7";
}
.fa-euro-sign:before{
content: "\f153";
}
.fa-evernote:before{
content: "\f839";
}
.fa-exchange-alt:before{
content: "\f362";
}
.fa-exclamation:before{
content: "\f12a";
}
.fa-exclamation-circle:before{
content: "\f06a";
}
.fa-exclamation-triangle:before{
content: "\f071";
}
.fa-expand:before{
content: "\f065";
}
.fa-expand-alt:before{
content: "\f424";
}
.fa-expand-arrows-alt:before{
content: "\f31e";
}
.fa-expeditedssl:before{
content: "\f23e";
}
.fa-external-link-alt:before{
content: "\f35d";
}
.fa-external-link-square-alt:before{
content: "\f360";
}
.fa-eye:before{
content: "\f06e";
}
.fa-eye-dropper:before{
content: "\f1fb";
}
.fa-eye-slash:before{
content: "\f070";
}
.fa-facebook:before{
content: "\f09a";
}
.fa-facebook-f:before{
content: "\f39e";
}
.fa-facebook-messenger:before{
content: "\f39f";
}
.fa-facebook-square:before{
content: "\f082";
}
.fa-fan:before{
content: "\f863";
}
.fa-fantasy-flight-games:before{
content: "\f6dc";
}
.fa-fast-backward:before{
content: "\f049";
}
.fa-fast-forward:before{
content: "\f050";
}
.fa-faucet:before{
content: "\e005";
}
.fa-fax:before{
content: "\f1ac";
}
.fa-feather:before{
content: "\f52d";
}
.fa-feather-alt:before{
content: "\f56b";
}
.fa-fedex:before{
content: "\f797";
}
.fa-fedora:before{
content: "\f798";
}
.fa-female:before{
content: "\f182";
}
.fa-fighter-jet:before{
content: "\f0fb";
}
.fa-figma:before{
content: "\f799";
}
.fa-file:before{
content: "\f15b";
}
.fa-file-alt:before{
content: "\f15c";
}
.fa-file-archive:before{
content: "\f1c6";
}
.fa-file-audio:before{
content: "\f1c7";
}
.fa-file-code:before{
content: "\f1c9";
}
.fa-file-contract:before{
content: "\f56c";
}
.fa-file-csv:before{
content: "\f6dd";
}
.fa-file-download:before{
content: "\f56d";
}
.fa-file-excel:before{
content: "\f1c3";
}
.fa-file-export:before{
content: "\f56e";
}
.fa-file-image:before{
content: "\f1c5";
}
.fa-file-import:before{
content: "\f56f";
}
.fa-file-invoice:before{
content: "\f570";
}
.fa-file-invoice-dollar:before{
content: "\f571";
}
.fa-file-medical:before{
content: "\f477";
}
.fa-file-medical-alt:before{
content: "\f478";
}
.fa-file-pdf:before{
content: "\f1c1";
}
.fa-file-powerpoint:before{
content: "\f1c4";
}
.fa-file-prescription:before{
content: "\f572";
}
.fa-file-signature:before{
content: "\f573";
}
.fa-file-upload:before{
content: "\f574";
}
.fa-file-video:before{
content: "\f1c8";
}
.fa-file-word:before{
content: "\f1c2";
}
.fa-fill:before{
content: "\f575";
}
.fa-fill-drip:before{
content: "\f576";
}
.fa-film:before{
content: "\f008";
}
.fa-filter:before{
content: "\f0b0";
}
.fa-fingerprint:before{
content: "\f577";
}
.fa-fire:before{
content: "\f06d";
}
.fa-fire-alt:before{
content: "\f7e4";
}
.fa-fire-extinguisher:before{
content: "\f134";
}
.fa-firefox:before{
content: "\f269";
}
.fa-firefox-browser:before{
content: "\e007";
}
.fa-first-aid:before{
content: "\f479";
}
.fa-first-order:before{
content: "\f2b0";
}
.fa-first-order-alt:before{
content: "\f50a";
}
.fa-firstdraft:before{
content: "\f3a1";
}
.fa-fish:before{
content: "\f578";
}
.fa-fist-raised:before{
content: "\f6de";
}
.fa-flag:before{
content: "\f024";
}
.fa-flag-checkered:before{
content: "\f11e";
}
.fa-flag-usa:before{
content: "\f74d";
}
.fa-flask:before{
content: "\f0c3";
}
.fa-flickr:before{
content: "\f16e";
}
.fa-flipboard:before{
content: "\f44d";
}
.fa-flushed:before{
content: "\f579";
}
.fa-fly:before{
content: "\f417";
}
.fa-folder:before{
content: "\f07b";
}
.fa-folder-minus:before{
content: "\f65d";
}
.fa-folder-open:before{
content: "\f07c";
}
.fa-folder-plus:before{
content: "\f65e";
}
.fa-font:before{
content: "\f031";
}
.fa-font-awesome:before{
content: "\f2b4";
}
.fa-font-awesome-alt:before{
content: "\f35c";
}
.fa-font-awesome-flag:before{
content: "\f425";
}
.fa-font-awesome-logo-full:before{
content: "\f4e6";
}
.fa-fonticons:before{
content: "\f280";
}
.fa-fonticons-fi:before{
content: "\f3a2";
}
.fa-football-ball:before{
content: "\f44e";
}
.fa-fort-awesome:before{
content: "\f286";
}
.fa-fort-awesome-alt:before{
content: "\f3a3";
}
.fa-forumbee:before{
content: "\f211";
}
.fa-forward:before{
content: "\f04e";
}
.fa-foursquare:before{
content: "\f180";
}
.fa-free-code-camp:before{
content: "\f2c5";
}
.fa-freebsd:before{
content: "\f3a4";
}
.fa-frog:before{
content: "\f52e";
}
.fa-frown:before{
content: "\f119";
}
.fa-frown-open:before{
content: "\f57a";
}
.fa-fulcrum:before{
content: "\f50b";
}
.fa-funnel-dollar:before{
content: "\f662";
}
.fa-futbol:before{
content: "\f1e3";
}
.fa-galactic-republic:before{
content: "\f50c";
}
.fa-galactic-senate:before{
content: "\f50d";
}
.fa-gamepad:before{
content: "\f11b";
}
.fa-gas-pump:before{
content: "\f52f";
}
.fa-gavel:before{
content: "\f0e3";
}
.fa-gem:before{
content: "\f3a5";
}
.fa-genderless:before{
content: "\f22d";
}
.fa-get-pocket:before{
content: "\f265";
}
.fa-gg:before{
content: "\f260";
}
.fa-gg-circle:before{
content: "\f261";
}
.fa-ghost:before{
content: "\f6e2";
}
.fa-gift:before{
content: "\f06b";
}
.fa-gifts:before{
content: "\f79c";
}
.fa-git:before{
content: "\f1d3";
}
.fa-git-alt:before{
content: "\f841";
}
.fa-git-square:before{
content: "\f1d2";
}
.fa-github:before{
content: "\f09b";
}
.fa-github-alt:before{
content: "\f113";
}
.fa-github-square:before{
content: "\f092";
}
.fa-gitkraken:before{
content: "\f3a6";
}
.fa-gitlab:before{
content: "\f296";
}
.fa-gitter:before{
content: "\f426";
}
.fa-glass-cheers:before{
content: "\f79f";
}
.fa-glass-martini:before{
content: "\f000";
}
.fa-glass-martini-alt:before{
content: "\f57b";
}
.fa-glass-whiskey:before{
content: "\f7a0";
}
.fa-glasses:before{
content: "\f530";
}
.fa-glide:before{
content: "\f2a5";
}
.fa-glide-g:before{
content: "\f2a6";
}
.fa-globe:before{
content: "\f0ac";
}
.fa-globe-africa:before{
content: "\f57c";
}
.fa-globe-americas:before{
content: "\f57d";
}
.fa-globe-asia:before{
content: "\f57e";
}
.fa-globe-europe:before{
content: "\f7a2";
}
.fa-gofore:before{
content: "\f3a7";
}
.fa-golf-ball:before{
content: "\f450";
}
.fa-goodreads:before{
content: "\f3a8";
}
.fa-goodreads-g:before{
content: "\f3a9";
}
.fa-google:before{
content: "\f1a0";
}
.fa-google-drive:before{
content: "\f3aa";
}
.fa-google-pay:before{
content: "\e079";
}
.fa-google-play:before{
content: "\f3ab";
}
.fa-google-plus:before{
content: "\f2b3";
}
.fa-google-plus-g:before{
content: "\f0d5";
}
.fa-google-plus-square:before{
content: "\f0d4";
}
.fa-google-wallet:before{
content: "\f1ee";
}
.fa-gopuram:before{
content: "\f664";
}
.fa-graduation-cap:before{
content: "\f19d";
}
.fa-gratipay:before{
content: "\f184";
}
.fa-grav:before{
content: "\f2d6";
}
.fa-greater-than:before{
content: "\f531";
}
.fa-greater-than-equal:before{
content: "\f532";
}
.fa-grimace:before{
content: "\f57f";
}
.fa-grin:before{
content: "\f580";
}
.fa-grin-alt:before{
content: "\f581";
}
.fa-grin-beam:before{
content: "\f582";
}
.fa-grin-beam-sweat:before{
content: "\f583";
}
.fa-grin-hearts:before{
content: "\f584";
}
.fa-grin-squint:before{
content: "\f585";
}
.fa-grin-squint-tears:before{
content: "\f586";
}
.fa-grin-stars:before{
content: "\f587";
}
.fa-grin-tears:before{
content: "\f588";
}
.fa-grin-tongue:before{
content: "\f589";
}
.fa-grin-tongue-squint:before{
content: "\f58a";
}
.fa-grin-tongue-wink:before{
content: "\f58b";
}
.fa-grin-wink:before{
content: "\f58c";
}
.fa-grip-horizontal:before{
content: "\f58d";
}
.fa-grip-lines:before{
content: "\f7a4";
}
.fa-grip-lines-vertical:before{
content: "\f7a5";
}
.fa-grip-vertical:before{
content: "\f58e";
}
.fa-gripfire:before{
content: "\f3ac";
}
.fa-grunt:before{
content: "\f3ad";
}
.fa-guilded:before{
content: "\e07e";
}
.fa-guitar:before{
content: "\f7a6";
}
.fa-gulp:before{
content: "\f3ae";
}
.fa-h-square:before{
content: "\f0fd";
}
.fa-hacker-news:before{
content: "\f1d4";
}
.fa-hacker-news-square:before{
content: "\f3af";
}
.fa-hackerrank:before{
content: "\f5f7";
}
.fa-hamburger:before{
content: "\f805";
}
.fa-hammer:before{
content: "\f6e3";
}
.fa-hamsa:before{
content: "\f665";
}
.fa-hand-holding:before{
content: "\f4bd";
}
.fa-hand-holding-heart:before{
content: "\f4be";
}
.fa-hand-holding-medical:before{
content: "\e05c";
}
.fa-hand-holding-usd:before{
content: "\f4c0";
}
.fa-hand-holding-water:before{
content: "\f4c1";
}
.fa-hand-lizard:before{
content: "\f258";
}
.fa-hand-middle-finger:before{
content: "\f806";
}
.fa-hand-paper:before{
content: "\f256";
}
.fa-hand-peace:before{
content: "\f25b";
}
.fa-hand-point-down:before{
content: "\f0a7";
}
.fa-hand-point-left:before{
content: "\f0a5";
}
.fa-hand-point-right:before{
content: "\f0a4";
}
.fa-hand-point-up:before{
content: "\f0a6";
}
.fa-hand-pointer:before{
content: "\f25a";
}
.fa-hand-rock:before{
content: "\f255";
}
.fa-hand-scissors:before{
content: "\f257";
}
.fa-hand-sparkles:before{
content: "\e05d";
}
.fa-hand-spock:before{
content: "\f259";
}
.fa-hands:before{
content: "\f4c2";
}
.fa-hands-helping:before{
content: "\f4c4";
}
.fa-hands-wash:before{
content: "\e05e";
}
.fa-handshake:before{
content: "\f2b5";
}
.fa-handshake-alt-slash:before{
content: "\e05f";
}
.fa-handshake-slash:before{
content: "\e060";
}
.fa-hanukiah:before{
content: "\f6e6";
}
.fa-hard-hat:before{
content: "\f807";
}
.fa-hashtag:before{
content: "\f292";
}
.fa-hat-cowboy:before{
content: "\f8c0";
}
.fa-hat-cowboy-side:before{
content: "\f8c1";
}
.fa-hat-wizard:before{
content: "\f6e8";
}
.fa-hdd:before{
content: "\f0a0";
}
.fa-head-side-cough:before{
content: "\e061";
}
.fa-head-side-cough-slash:before{
content: "\e062";
}
.fa-head-side-mask:before{
content: "\e063";
}
.fa-head-side-virus:before{
content: "\e064";
}
.fa-heading:before{
content: "\f1dc";
}
.fa-headphones:before{
content: "\f025";
}
.fa-headphones-alt:before{
content: "\f58f";
}
.fa-headset:before{
content: "\f590";
}
.fa-heart:before{
content: "\f004";
}
.fa-heart-broken:before{
content: "\f7a9";
}
.fa-heartbeat:before{
content: "\f21e";
}
.fa-helicopter:before{
content: "\f533";
}
.fa-highlighter:before{
content: "\f591";
}
.fa-hiking:before{
content: "\f6ec";
}
.fa-hippo:before{
content: "\f6ed";
}
.fa-hips:before{
content: "\f452";
}
.fa-hire-a-helper:before{
content: "\f3b0";
}
.fa-history:before{
content: "\f1da";
}
.fa-hive:before{
content: "\e07f";
}
.fa-hockey-puck:before{
content: "\f453";
}
.fa-holly-berry:before{
content: "\f7aa";
}
.fa-home:before{
content: "\f015";
}
.fa-hooli:before{
content: "\f427";
}
.fa-hornbill:before{
content: "\f592";
}
.fa-horse:before{
content: "\f6f0";
}
.fa-horse-head:before{
content: "\f7ab";
}
.fa-hospital:before{
content: "\f0f8";
}
.fa-hospital-alt:before{
content: "\f47d";
}
.fa-hospital-symbol:before{
content: "\f47e";
}
.fa-hospital-user:before{
content: "\f80d";
}
.fa-hot-tub:before{
content: "\f593";
}
.fa-hotdog:before{
content: "\f80f";
}
.fa-hotel:before{
content: "\f594";
}
.fa-hotjar:before{
content: "\f3b1";
}
.fa-hourglass:before{
content: "\f254";
}
.fa-hourglass-end:before{
content: "\f253";
}
.fa-hourglass-half:before{
content: "\f252";
}
.fa-hourglass-start:before{
content: "\f251";
}
.fa-house-damage:before{
content: "\f6f1";
}
.fa-house-user:before{
content: "\e065";
}
.fa-houzz:before{
content: "\f27c";
}
.fa-hryvnia:before{
content: "\f6f2";
}
.fa-html5:before{
content: "\f13b";
}
.fa-hubspot:before{
content: "\f3b2";
}
.fa-i-cursor:before{
content: "\f246";
}
.fa-ice-cream:before{
content: "\f810";
}
.fa-icicles:before{
content: "\f7ad";
}
.fa-icons:before{
content: "\f86d";
}
.fa-id-badge:before{
content: "\f2c1";
}
.fa-id-card:before{
content: "\f2c2";
}
.fa-id-card-alt:before{
content: "\f47f";
}
.fa-ideal:before{
content: "\e013";
}
.fa-igloo:before{
content: "\f7ae";
}
.fa-image:before{
content: "\f03e";
}
.fa-images:before{
content: "\f302";
}
.fa-imdb:before{
content: "\f2d8";
}
.fa-inbox:before{
content: "\f01c";
}
.fa-indent:before{
content: "\f03c";
}
.fa-industry:before{
content: "\f275";
}
.fa-infinity:before{
content: "\f534";
}
.fa-info:before{
content: "\f129";
}
.fa-info-circle:before{
content: "\f05a";
}
.fa-innosoft:before{
content: "\e080";
}
.fa-instagram:before{
content: "\f16d";
}
.fa-instagram-square:before{
content: "\e055";
}
.fa-instalod:before{
content: "\e081";
}
.fa-intercom:before{
content: "\f7af";
}
.fa-internet-explorer:before{
content: "\f26b";
}
.fa-invision:before{
content: "\f7b0";
}
.fa-ioxhost:before{
content: "\f208";
}
.fa-italic:before{
content: "\f033";
}
.fa-itch-io:before{
content: "\f83a";
}
.fa-itunes:before{
content: "\f3b4";
}
.fa-itunes-note:before{
content: "\f3b5";
}
.fa-java:before{
content: "\f4e4";
}
.fa-jedi:before{
content: "\f669";
}
.fa-jedi-order:before{
content: "\f50e";
}
.fa-jenkins:before{
content: "\f3b6";
}
.fa-jira:before{
content: "\f7b1";
}
.fa-joget:before{
content: "\f3b7";
}
.fa-joint:before{
content: "\f595";
}
.fa-joomla:before{
content: "\f1aa";
}
.fa-journal-whills:before{
content: "\f66a";
}
.fa-js:before{
content: "\f3b8";
}
.fa-js-square:before{
content: "\f3b9";
}
.fa-jsfiddle:before{
content: "\f1cc";
}
.fa-kaaba:before{
content: "\f66b";
}
.fa-kaggle:before{
content: "\f5fa";
}
.fa-key:before{
content: "\f084";
}
.fa-keybase:before{
content: "\f4f5";
}
.fa-keyboard:before{
content: "\f11c";
}
.fa-keycdn:before{
content: "\f3ba";
}
.fa-khanda:before{
content: "\f66d";
}
.fa-kickstarter:before{
content: "\f3bb";
}
.fa-kickstarter-k:before{
content: "\f3bc";
}
.fa-kiss:before{
content: "\f596";
}
.fa-kiss-beam:before{
content: "\f597";
}
.fa-kiss-wink-heart:before{
content: "\f598";
}
.fa-kiwi-bird:before{
content: "\f535";
}
.fa-korvue:before{
content: "\f42f";
}
.fa-landmark:before{
content: "\f66f";
}
.fa-language:before{
content: "\f1ab";
}
.fa-laptop:before{
content: "\f109";
}
.fa-laptop-code:before{
content: "\f5fc";
}
.fa-laptop-house:before{
content: "\e066";
}
.fa-laptop-medical:before{
content: "\f812";
}
.fa-laravel:before{
content: "\f3bd";
}
.fa-lastfm:before{
content: "\f202";
}
.fa-lastfm-square:before{
content: "\f203";
}
.fa-laugh:before{
content: "\f599";
}
.fa-laugh-beam:before{
content: "\f59a";
}
.fa-laugh-squint:before{
content: "\f59b";
}
.fa-laugh-wink:before{
content: "\f59c";
}
.fa-layer-group:before{
content: "\f5fd";
}
.fa-leaf:before{
content: "\f06c";
}
.fa-leanpub:before{
content: "\f212";
}
.fa-lemon:before{
content: "\f094";
}
.fa-less:before{
content: "\f41d";
}
.fa-less-than:before{
content: "\f536";
}
.fa-less-than-equal:before{
content: "\f537";
}
.fa-level-down-alt:before{
content: "\f3be";
}
.fa-level-up-alt:before{
content: "\f3bf";
}
.fa-life-ring:before{
content: "\f1cd";
}
.fa-lightbulb:before{
content: "\f0eb";
}
.fa-line:before{
content: "\f3c0";
}
.fa-link:before{
content: "\f0c1";
}
.fa-linkedin:before{
content: "\f08c";
}
.fa-linkedin-in:before{
content: "\f0e1";
}
.fa-linode:before{
content: "\f2b8";
}
.fa-linux:before{
content: "\f17c";
}
.fa-lira-sign:before{
content: "\f195";
}
.fa-list:before{
content: "\f03a";
}
.fa-list-alt:before{
content: "\f022";
}
.fa-list-ol:before{
content: "\f0cb";
}
.fa-list-ul:before{
content: "\f0ca";
}
.fa-location-arrow:before{
content: "\f124";
}
.fa-lock:before{
content: "\f023";
}
.fa-lock-open:before{
content: "\f3c1";
}
.fa-long-arrow-alt-down:before{
content: "\f309";
}
.fa-long-arrow-alt-left:before{
content: "\f30a";
}
.fa-long-arrow-alt-right:before{
content: "\f30b";
}
.fa-long-arrow-alt-up:before{
content: "\f30c";
}
.fa-low-vision:before{
content: "\f2a8";
}
.fa-luggage-cart:before{
content: "\f59d";
}
.fa-lungs:before{
content: "\f604";
}
.fa-lungs-virus:before{
content: "\e067";
}
.fa-lyft:before{
content: "\f3c3";
}
.fa-magento:before{
content: "\f3c4";
}
.fa-magic:before{
content: "\f0d0";
}
.fa-magnet:before{
content: "\f076";
}
.fa-mail-bulk:before{
content: "\f674";
}
.fa-mailchimp:before{
content: "\f59e";
}
.fa-male:before{
content: "\f183";
}
.fa-mandalorian:before{
content: "\f50f";
}
.fa-map:before{
content: "\f279";
}
.fa-map-marked:before{
content: "\f59f";
}
.fa-map-marked-alt:before{
content: "\f5a0";
}
.fa-map-marker:before{
content: "\f041";
}
.fa-map-marker-alt:before{
content: "\f3c5";
}
.fa-map-pin:before{
content: "\f276";
}
.fa-map-signs:before{
content: "\f277";
}
.fa-markdown:before{
content: "\f60f";
}
.fa-marker:before{
content: "\f5a1";
}
.fa-mars:before{
content: "\f222";
}
.fa-mars-double:before{
content: "\f227";
}
.fa-mars-stroke:before{
content: "\f229";
}
.fa-mars-stroke-h:before{
content: "\f22b";
}
.fa-mars-stroke-v:before{
content: "\f22a";
}
.fa-mask:before{
content: "\f6fa";
}
.fa-mastodon:before{
content: "\f4f6";
}
.fa-maxcdn:before{
content: "\f136";
}
.fa-mdb:before{
content: "\f8ca";
}
.fa-medal:before{
content: "\f5a2";
}
.fa-medapps:before{
content: "\f3c6";
}
.fa-medium:before{
content: "\f23a";
}
.fa-medium-m:before{
content: "\f3c7";
}
.fa-medkit:before{
content: "\f0fa";
}
.fa-medrt:before{
content: "\f3c8";
}
.fa-meetup:before{
content: "\f2e0";
}
.fa-megaport:before{
content: "\f5a3";
}
.fa-meh:before{
content: "\f11a";
}
.fa-meh-blank:before{
content: "\f5a4";
}
.fa-meh-rolling-eyes:before{
content: "\f5a5";
}
.fa-memory:before{
content: "\f538";
}
.fa-mendeley:before{
content: "\f7b3";
}
.fa-menorah:before{
content: "\f676";
}
.fa-mercury:before{
content: "\f223";
}
.fa-meteor:before{
content: "\f753";
}
.fa-microblog:before{
content: "\e01a";
}
.fa-microchip:before{
content: "\f2db";
}
.fa-microphone:before{
content: "\f130";
}
.fa-microphone-alt:before{
content: "\f3c9";
}
.fa-microphone-alt-slash:before{
content: "\f539";
}
.fa-microphone-slash:before{
content: "\f131";
}
.fa-microscope:before{
content: "\f610";
}
.fa-microsoft:before{
content: "\f3ca";
}
.fa-minus:before{
content: "\f068";
}
.fa-minus-circle:before{
content: "\f056";
}
.fa-minus-square:before{
content: "\f146";
}
.fa-mitten:before{
content: "\f7b5";
}
.fa-mix:before{
content: "\f3cb";
}
.fa-mixcloud:before{
content: "\f289";
}
.fa-mixer:before{
content: "\e056";
}
.fa-mizuni:before{
content: "\f3cc";
}
.fa-mobile:before{
content: "\f10b";
}
.fa-mobile-alt:before{
content: "\f3cd";
}
.fa-modx:before{
content: "\f285";
}
.fa-monero:before{
content: "\f3d0";
}
.fa-money-bill:before{
content: "\f0d6";
}
.fa-money-bill-alt:before{
content: "\f3d1";
}
.fa-money-bill-wave:before{
content: "\f53a";
}
.fa-money-bill-wave-alt:before{
content: "\f53b";
}
.fa-money-check:before{
content: "\f53c";
}
.fa-money-check-alt:before{
content: "\f53d";
}
.fa-monument:before{
content: "\f5a6";
}
.fa-moon:before{
content: "\f186";
}
.fa-mortar-pestle:before{
content: "\f5a7";
}
.fa-mosque:before{
content: "\f678";
}
.fa-motorcycle:before{
content: "\f21c";
}
.fa-mountain:before{
content: "\f6fc";
}
.fa-mouse:before{
content: "\f8cc";
}
.fa-mouse-pointer:before{
content: "\f245";
}
.fa-mug-hot:before{
content: "\f7b6";
}
.fa-music:before{
content: "\f001";
}
.fa-napster:before{
content: "\f3d2";
}
.fa-neos:before{
content: "\f612";
}
.fa-network-wired:before{
content: "\f6ff";
}
.fa-neuter:before{
content: "\f22c";
}
.fa-newspaper:before{
content: "\f1ea";
}
.fa-nimblr:before{
content: "\f5a8";
}
.fa-node:before{
content: "\f419";
}
.fa-node-js:before{
content: "\f3d3";
}
.fa-not-equal:before{
content: "\f53e";
}
.fa-notes-medical:before{
content: "\f481";
}
.fa-npm:before{
content: "\f3d4";
}
.fa-ns8:before{
content: "\f3d5";
}
.fa-nutritionix:before{
content: "\f3d6";
}
.fa-object-group:before{
content: "\f247";
}
.fa-object-ungroup:before{
content: "\f248";
}
.fa-octopus-deploy:before{
content: "\e082";
}
.fa-odnoklassniki:before{
content: "\f263";
}
.fa-odnoklassniki-square:before{
content: "\f264";
}
.fa-oil-can:before{
content: "\f613";
}
.fa-old-republic:before{
content: "\f510";
}
.fa-om:before{
content: "\f679";
}
.fa-opencart:before{
content: "\f23d";
}
.fa-openid:before{
content: "\f19b";
}
.fa-opera:before{
content: "\f26a";
}
.fa-optin-monster:before{
content: "\f23c";
}
.fa-orcid:before{
content: "\f8d2";
}
.fa-osi:before{
content: "\f41a";
}
.fa-otter:before{
content: "\f700";
}
.fa-outdent:before{
content: "\f03b";
}
.fa-page4:before{
content: "\f3d7";
}
.fa-pagelines:before{
content: "\f18c";
}
.fa-pager:before{
content: "\f815";
}
.fa-paint-brush:before{
content: "\f1fc";
}
.fa-paint-roller:before{
content: "\f5aa";
}
.fa-palette:before{
content: "\f53f";
}
.fa-palfed:before{
content: "\f3d8";
}
.fa-pallet:before{
content: "\f482";
}
.fa-paper-plane:before{
content: "\f1d8";
}
.fa-paperclip:before{
content: "\f0c6";
}
.fa-parachute-box:before{
content: "\f4cd";
}
.fa-paragraph:before{
content: "\f1dd";
}
.fa-parking:before{
content: "\f540";
}
.fa-passport:before{
content: "\f5ab";
}
.fa-pastafarianism:before{
content: "\f67b";
}
.fa-paste:before{
content: "\f0ea";
}
.fa-patreon:before{
content: "\f3d9";
}
.fa-pause:before{
content: "\f04c";
}
.fa-pause-circle:before{
content: "\f28b";
}
.fa-paw:before{
content: "\f1b0";
}
.fa-paypal:before{
content: "\f1ed";
}
.fa-peace:before{
content: "\f67c";
}
.fa-pen:before{
content: "\f304";
}
.fa-pen-alt:before{
content: "\f305";
}
.fa-pen-fancy:before{
content: "\f5ac";
}
.fa-pen-nib:before{
content: "\f5ad";
}
.fa-pen-square:before{
content: "\f14b";
}
.fa-pencil-alt:before{
content: "\f303";
}
.fa-pencil-ruler:before{
content: "\f5ae";
}
.fa-penny-arcade:before{
content: "\f704";
}
.fa-people-arrows:before{
content: "\e068";
}
.fa-people-carry:before{
content: "\f4ce";
}
.fa-pepper-hot:before{
content: "\f816";
}
.fa-perbyte:before{
content: "\e083";
}
.fa-percent:before{
content: "\f295";
}
.fa-percentage:before{
content: "\f541";
}
.fa-periscope:before{
content: "\f3da";
}
.fa-person-booth:before{
content: "\f756";
}
.fa-phabricator:before{
content: "\f3db";
}
.fa-phoenix-framework:before{
content: "\f3dc";
}
.fa-phoenix-squadron:before{
content: "\f511";
}
.fa-phone:before{
content: "\f095";
}
.fa-phone-alt:before{
content: "\f879";
}
.fa-phone-slash:before{
content: "\f3dd";
}
.fa-phone-square:before{
content: "\f098";
}
.fa-phone-square-alt:before{
content: "\f87b";
}
.fa-phone-volume:before{
content: "\f2a0";
}
.fa-photo-video:before{
content: "\f87c";
}
.fa-php:before{
content: "\f457";
}
.fa-pied-piper:before{
content: "\f2ae";
}
.fa-pied-piper-alt:before{
content: "\f1a8";
}
.fa-pied-piper-hat:before{
content: "\f4e5";
}
.fa-pied-piper-pp:before{
content: "\f1a7";
}
.fa-pied-piper-square:before{
content: "\e01e";
}
.fa-piggy-bank:before{
content: "\f4d3";
}
.fa-pills:before{
content: "\f484";
}
.fa-pinterest:before{
content: "\f0d2";
}
.fa-pinterest-p:before{
content: "\f231";
}
.fa-pinterest-square:before{
content: "\f0d3";
}
.fa-pizza-slice:before{
content: "\f818";
}
.fa-place-of-worship:before{
content: "\f67f";
}
.fa-plane:before{
content: "\f072";
}
.fa-plane-arrival:before{
content: "\f5af";
}
.fa-plane-departure:before{
content: "\f5b0";
}
.fa-plane-slash:before{
content: "\e069";
}
.fa-play:before{
content: "\f04b";
}
.fa-play-circle:before{
content: "\f144";
}
.fa-playstation:before{
content: "\f3df";
}
.fa-plug:before{
content: "\f1e6";
}
.fa-plus:before{
content: "\f067";
}
.fa-plus-circle:before{
content: "\f055";
}
.fa-plus-square:before{
content: "\f0fe";
}
.fa-podcast:before{
content: "\f2ce";
}
.fa-poll:before{
content: "\f681";
}
.fa-poll-h:before{
content: "\f682";
}
.fa-poo:before{
content: "\f2fe";
}
.fa-poo-storm:before{
content: "\f75a";
}
.fa-poop:before{
content: "\f619";
}
.fa-portrait:before{
content: "\f3e0";
}
.fa-pound-sign:before{
content: "\f154";
}
.fa-power-off:before{
content: "\f011";
}
.fa-pray:before{
content: "\f683";
}
.fa-praying-hands:before{
content: "\f684";
}
.fa-prescription:before{
content: "\f5b1";
}
.fa-prescription-bottle:before{
content: "\f485";
}
.fa-prescription-bottle-alt:before{
content: "\f486";
}
.fa-print:before{
content: "\f02f";
}
.fa-procedures:before{
content: "\f487";
}
.fa-product-hunt:before{
content: "\f288";
}
.fa-project-diagram:before{
content: "\f542";
}
.fa-pump-medical:before{
content: "\e06a";
}
.fa-pump-soap:before{
content: "\e06b";
}
.fa-pushed:before{
content: "\f3e1";
}
.fa-puzzle-piece:before{
content: "\f12e";
}
.fa-python:before{
content: "\f3e2";
}
.fa-qq:before{
content: "\f1d6";
}
.fa-qrcode:before{
content: "\f029";
}
.fa-question:before{
content: "\f128";
}
.fa-question-circle:before{
content: "\f059";
}
.fa-quidditch:before{
content: "\f458";
}
.fa-quinscape:before{
content: "\f459";
}
.fa-quora:before{
content: "\f2c4";
}
.fa-quote-left:before{
content: "\f10d";
}
.fa-quote-right:before{
content: "\f10e";
}
.fa-quran:before{
content: "\f687";
}
.fa-r-project:before{
content: "\f4f7";
}
.fa-radiation:before{
content: "\f7b9";
}
.fa-radiation-alt:before{
content: "\f7ba";
}
.fa-rainbow:before{
content: "\f75b";
}
.fa-random:before{
content: "\f074";
}
.fa-raspberry-pi:before{
content: "\f7bb";
}
.fa-ravelry:before{
content: "\f2d9";
}
.fa-react:before{
content: "\f41b";
}
.fa-reacteurope:before{
content: "\f75d";
}
.fa-readme:before{
content: "\f4d5";
}
.fa-rebel:before{
content: "\f1d0";
}
.fa-receipt:before{
content: "\f543";
}
.fa-record-vinyl:before{
content: "\f8d9";
}
.fa-recycle:before{
content: "\f1b8";
}
.fa-red-river:before{
content: "\f3e3";
}
.fa-reddit:before{
content: "\f1a1";
}
.fa-reddit-alien:before{
content: "\f281";
}
.fa-reddit-square:before{
content: "\f1a2";
}
.fa-redhat:before{
content: "\f7bc";
}
.fa-redo:before{
content: "\f01e";
}
.fa-redo-alt:before{
content: "\f2f9";
}
.fa-registered:before{
content: "\f25d";
}
.fa-remove-format:before{
content: "\f87d";
}
.fa-renren:before{
content: "\f18b";
}
.fa-reply:before{
content: "\f3e5";
}
.fa-reply-all:before{
content: "\f122";
}
.fa-replyd:before{
content: "\f3e6";
}
.fa-republican:before{
content: "\f75e";
}
.fa-researchgate:before{
content: "\f4f8";
}
.fa-resolving:before{
content: "\f3e7";
}
.fa-restroom:before{
content: "\f7bd";
}
.fa-retweet:before{
content: "\f079";
}
.fa-rev:before{
content: "\f5b2";
}
.fa-ribbon:before{
content: "\f4d6";
}
.fa-ring:before{
content: "\f70b";
}
.fa-road:before{
content: "\f018";
}
.fa-robot:before{
content: "\f544";
}
.fa-rocket:before{
content: "\f135";
}
.fa-rocketchat:before{
content: "\f3e8";
}
.fa-rockrms:before{
content: "\f3e9";
}
.fa-route:before{
content: "\f4d7";
}
.fa-rss:before{
content: "\f09e";
}
.fa-rss-square:before{
content: "\f143";
}
.fa-ruble-sign:before{
content: "\f158";
}
.fa-ruler:before{
content: "\f545";
}
.fa-ruler-combined:before{
content: "\f546";
}
.fa-ruler-horizontal:before{
content: "\f547";
}
.fa-ruler-vertical:before{
content: "\f548";
}
.fa-running:before{
content: "\f70c";
}
.fa-rupee-sign:before{
content: "\f156";
}
.fa-rust:before{
content: "\e07a";
}
.fa-sad-cry:before{
content: "\f5b3";
}
.fa-sad-tear:before{
content: "\f5b4";
}
.fa-safari:before{
content: "\f267";
}
.fa-salesforce:before{
content: "\f83b";
}
.fa-sass:before{
content: "\f41e";
}
.fa-satellite:before{
content: "\f7bf";
}
.fa-satellite-dish:before{
content: "\f7c0";
}
.fa-save:before{
content: "\f0c7";
}
.fa-schlix:before{
content: "\f3ea";
}
.fa-school:before{
content: "\f549";
}
.fa-screwdriver:before{
content: "\f54a";
}
.fa-scribd:before{
content: "\f28a";
}
.fa-scroll:before{
content: "\f70e";
}
.fa-sd-card:before{
content: "\f7c2";
}
.fa-search:before{
content: "\f002";
}
.fa-search-dollar:before{
content: "\f688";
}
.fa-search-location:before{
content: "\f689";
}
.fa-search-minus:before{
content: "\f010";
}
.fa-search-plus:before{
content: "\f00e";
}
.fa-searchengin:before{
content: "\f3eb";
}
.fa-seedling:before{
content: "\f4d8";
}
.fa-sellcast:before{
content: "\f2da";
}
.fa-sellsy:before{
content: "\f213";
}
.fa-server:before{
content: "\f233";
}
.fa-servicestack:before{
content: "\f3ec";
}
.fa-shapes:before{
content: "\f61f";
}
.fa-share:before{
content: "\f064";
}
.fa-share-alt:before{
content: "\f1e0";
}
.fa-share-alt-square:before{
content: "\f1e1";
}
.fa-share-square:before{
content: "\f14d";
}
.fa-shekel-sign:before{
content: "\f20b";
}
.fa-shield-alt:before{
content: "\f3ed";
}
.fa-shield-virus:before{
content: "\e06c";
}
.fa-ship:before{
content: "\f21a";
}
.fa-shipping-fast:before{
content: "\f48b";
}
.fa-shirtsinbulk:before{
content: "\f214";
}
.fa-shoe-prints:before{
content: "\f54b";
}
.fa-shopify:before{
content: "\e057";
}
.fa-shopping-bag:before{
content: "\f290";
}
.fa-shopping-basket:before{
content: "\f291";
}
.fa-shopping-cart:before{
content: "\f07a";
}
.fa-shopware:before{
content: "\f5b5";
}
.fa-shower:before{
content: "\f2cc";
}
.fa-shuttle-van:before{
content: "\f5b6";
}
.fa-sign:before{
content: "\f4d9";
}
.fa-sign-in-alt:before{
content: "\f2f6";
}
.fa-sign-language:before{
content: "\f2a7";
}
.fa-sign-out-alt:before{
content: "\f2f5";
}
.fa-signal:before{
content: "\f012";
}
.fa-signature:before{
content: "\f5b7";
}
.fa-sim-card:before{
content: "\f7c4";
}
.fa-simplybuilt:before{
content: "\f215";
}
.fa-sink:before{
content: "\e06d";
}
.fa-sistrix:before{
content: "\f3ee";
}
.fa-sitemap:before{
content: "\f0e8";
}
.fa-sith:before{
content: "\f512";
}
.fa-skating:before{
content: "\f7c5";
}
.fa-sketch:before{
content: "\f7c6";
}
.fa-skiing:before{
content: "\f7c9";
}
.fa-skiing-nordic:before{
content: "\f7ca";
}
.fa-skull:before{
content: "\f54c";
}
.fa-skull-crossbones:before{
content: "\f714";
}
.fa-skyatlas:before{
content: "\f216";
}
.fa-skype:before{
content: "\f17e";
}
.fa-slack:before{
content: "\f198";
}
.fa-slack-hash:before{
content: "\f3ef";
}
.fa-slash:before{
content: "\f715";
}
.fa-sleigh:before{
content: "\f7cc";
}
.fa-sliders-h:before{
content: "\f1de";
}
.fa-slideshare:before{
content: "\f1e7";
}
.fa-smile:before{
content: "\f118";
}
.fa-smile-beam:before{
content: "\f5b8";
}
.fa-smile-wink:before{
content: "\f4da";
}
.fa-smog:before{
content: "\f75f";
}
.fa-smoking:before{
content: "\f48d";
}
.fa-smoking-ban:before{
content: "\f54d";
}
.fa-sms:before{
content: "\f7cd";
}
.fa-snapchat:before{
content: "\f2ab";
}
.fa-snapchat-ghost:before{
content: "\f2ac";
}
.fa-snapchat-square:before{
content: "\f2ad";
}
.fa-snowboarding:before{
content: "\f7ce";
}
.fa-snowflake:before{
content: "\f2dc";
}
.fa-snowman:before{
content: "\f7d0";
}
.fa-snowplow:before{
content: "\f7d2";
}
.fa-soap:before{
content: "\e06e";
}
.fa-socks:before{
content: "\f696";
}
.fa-solar-panel:before{
content: "\f5ba";
}
.fa-sort:before{
content: "\f0dc";
}
.fa-sort-alpha-down:before{
content: "\f15d";
}
.fa-sort-alpha-down-alt:before{
content: "\f881";
}
.fa-sort-alpha-up:before{
content: "\f15e";
}
.fa-sort-alpha-up-alt:before{
content: "\f882";
}
.fa-sort-amount-down:before{
content: "\f160";
}
.fa-sort-amount-down-alt:before{
content: "\f884";
}
.fa-sort-amount-up:before{
content: "\f161";
}
.fa-sort-amount-up-alt:before{
content: "\f885";
}
.fa-sort-down:before{
content: "\f0dd";
}
.fa-sort-numeric-down:before{
content: "\f162";
}
.fa-sort-numeric-down-alt:before{
content: "\f886";
}
.fa-sort-numeric-up:before{
content: "\f163";
}
.fa-sort-numeric-up-alt:before{
content: "\f887";
}
.fa-sort-up:before{
content: "\f0de";
}
.fa-soundcloud:before{
content: "\f1be";
}
.fa-sourcetree:before{
content: "\f7d3";
}
.fa-spa:before{
content: "\f5bb";
}
.fa-space-shuttle:before{
content: "\f197";
}
.fa-speakap:before{
content: "\f3f3";
}
.fa-speaker-deck:before{
content: "\f83c";
}
.fa-spell-check:before{
content: "\f891";
}
.fa-spider:before{
content: "\f717";
}
.fa-spinner:before{
content: "\f110";
}
.fa-splotch:before{
content: "\f5bc";
}
.fa-spotify:before{
content: "\f1bc";
}
.fa-spray-can:before{
content: "\f5bd";
}
.fa-square:before{
content: "\f0c8";
}
.fa-square-full:before{
content: "\f45c";
}
.fa-square-root-alt:before{
content: "\f698";
}
.fa-squarespace:before{
content: "\f5be";
}
.fa-stack-exchange:before{
content: "\f18d";
}
.fa-stack-overflow:before{
content: "\f16c";
}
.fa-stackpath:before{
content: "\f842";
}
.fa-stamp:before{
content: "\f5bf";
}
.fa-star:before{
content: "\f005";
}
.fa-star-and-crescent:before{
content: "\f699";
}
.fa-star-half:before{
content: "\f089";
}
.fa-star-half-alt:before{
content: "\f5c0";
}
.fa-star-of-david:before{
content: "\f69a";
}
.fa-star-of-life:before{
content: "\f621";
}
.fa-staylinked:before{
content: "\f3f5";
}
.fa-steam:before{
content: "\f1b6";
}
.fa-steam-square:before{
content: "\f1b7";
}
.fa-steam-symbol:before{
content: "\f3f6";
}
.fa-step-backward:before{
content: "\f048";
}
.fa-step-forward:before{
content: "\f051";
}
.fa-stethoscope:before{
content: "\f0f1";
}
.fa-sticker-mule:before{
content: "\f3f7";
}
.fa-sticky-note:before{
content: "\f249";
}
.fa-stop:before{
content: "\f04d";
}
.fa-stop-circle:before{
content: "\f28d";
}
.fa-stopwatch:before{
content: "\f2f2";
}
.fa-stopwatch-20:before{
content: "\e06f";
}
.fa-store:before{
content: "\f54e";
}
.fa-store-alt:before{
content: "\f54f";
}
.fa-store-alt-slash:before{
content: "\e070";
}
.fa-store-slash:before{
content: "\e071";
}
.fa-strava:before{
content: "\f428";
}
.fa-stream:before{
content: "\f550";
}
.fa-street-view:before{
content: "\f21d";
}
.fa-strikethrough:before{
content: "\f0cc";
}
.fa-stripe:before{
content: "\f429";
}
.fa-stripe-s:before{
content: "\f42a";
}
.fa-stroopwafel:before{
content: "\f551";
}
.fa-studiovinari:before{
content: "\f3f8";
}
.fa-stumbleupon:before{
content: "\f1a4";
}
.fa-stumbleupon-circle:before{
content: "\f1a3";
}
.fa-subscript:before{
content: "\f12c";
}
.fa-subway:before{
content: "\f239";
}
.fa-suitcase:before{
content: "\f0f2";
}
.fa-suitcase-rolling:before{
content: "\f5c1";
}
.fa-sun:before{
content: "\f185";
}
.fa-superpowers:before{
content: "\f2dd";
}
.fa-superscript:before{
content: "\f12b";
}
.fa-supple:before{
content: "\f3f9";
}
.fa-surprise:before{
content: "\f5c2";
}
.fa-suse:before{
content: "\f7d6";
}
.fa-swatchbook:before{
content: "\f5c3";
}
.fa-swift:before{
content: "\f8e1";
}
.fa-swimmer:before{
content: "\f5c4";
}
.fa-swimming-pool:before{
content: "\f5c5";
}
.fa-symfony:before{
content: "\f83d";
}
.fa-synagogue:before{
content: "\f69b";
}
.fa-sync:before{
content: "\f021";
}
.fa-sync-alt:before{
content: "\f2f1";
}
.fa-syringe:before{
content: "\f48e";
}
.fa-table:before{
content: "\f0ce";
}
.fa-table-tennis:before{
content: "\f45d";
}
.fa-tablet:before{
content: "\f10a";
}
.fa-tablet-alt:before{
content: "\f3fa";
}
.fa-tablets:before{
content: "\f490";
}
.fa-tachometer-alt:before{
content: "\f3fd";
}
.fa-tag:before{
content: "\f02b";
}
.fa-tags:before{
content: "\f02c";
}
.fa-tape:before{
content: "\f4db";
}
.fa-tasks:before{
content: "\f0ae";
}
.fa-taxi:before{
content: "\f1ba";
}
.fa-teamspeak:before{
content: "\f4f9";
}
.fa-teeth:before{
content: "\f62e";
}
.fa-teeth-open:before{
content: "\f62f";
}
.fa-telegram:before{
content: "\f2c6";
}
.fa-telegram-plane:before{
content: "\f3fe";
}
.fa-temperature-high:before{
content: "\f769";
}
.fa-temperature-low:before{
content: "\f76b";
}
.fa-tencent-weibo:before{
content: "\f1d5";
}
.fa-tenge:before{
content: "\f7d7";
}
.fa-terminal:before{
content: "\f120";
}
.fa-text-height:before{
content: "\f034";
}
.fa-text-width:before{
content: "\f035";
}
.fa-th:before{
content: "\f00a";
}
.fa-th-large:before{
content: "\f009";
}
.fa-th-list:before{
content: "\f00b";
}
.fa-the-red-yeti:before{
content: "\f69d";
}
.fa-theater-masks:before{
content: "\f630";
}
.fa-themeco:before{
content: "\f5c6";
}
.fa-themeisle:before{
content: "\f2b2";
}
.fa-thermometer:before{
content: "\f491";
}
.fa-thermometer-empty:before{
content: "\f2cb";
}
.fa-thermometer-full:before{
content: "\f2c7";
}
.fa-thermometer-half:before{
content: "\f2c9";
}
.fa-thermometer-quarter:before{
content: "\f2ca";
}
.fa-thermometer-three-quarters:before{
content: "\f2c8";
}
.fa-think-peaks:before{
content: "\f731";
}
.fa-thumbs-down:before{
content: "\f165";
}
.fa-thumbs-up:before{
content: "\f164";
}
.fa-thumbtack:before{
content: "\f08d";
}
.fa-ticket-alt:before{
content: "\f3ff";
}
.fa-tiktok:before{
content: "\e07b";
}
.fa-times:before{
content: "\f00d";
}
.fa-times-circle:before{
content: "\f057";
}
.fa-tint:before{
content: "\f043";
}
.fa-tint-slash:before{
content: "\f5c7";
}
.fa-tired:before{
content: "\f5c8";
}
.fa-toggle-off:before{
content: "\f204";
}
.fa-toggle-on:before{
content: "\f205";
}
.fa-toilet:before{
content: "\f7d8";
}
.fa-toilet-paper:before{
content: "\f71e";
}
.fa-toilet-paper-slash:before{
content: "\e072";
}
.fa-toolbox:before{
content: "\f552";
}
.fa-tools:before{
content: "\f7d9";
}
.fa-tooth:before{
content: "\f5c9";
}
.fa-torah:before{
content: "\f6a0";
}
.fa-torii-gate:before{
content: "\f6a1";
}
.fa-tractor:before{
content: "\f722";
}
.fa-trade-federation:before{
content: "\f513";
}
.fa-trademark:before{
content: "\f25c";
}
.fa-traffic-light:before{
content: "\f637";
}
.fa-trailer:before{
content: "\e041";
}
.fa-train:before{
content: "\f238";
}
.fa-tram:before{
content: "\f7da";
}
.fa-transgender:before{
content: "\f224";
}
.fa-transgender-alt:before{
content: "\f225";
}
.fa-trash:before{
content: "\f1f8";
}
.fa-trash-alt:before{
content: "\f2ed";
}
.fa-trash-restore:before{
content: "\f829";
}
.fa-trash-restore-alt:before{
content: "\f82a";
}
.fa-tree:before{
content: "\f1bb";
}
.fa-trello:before{
content: "\f181";
}
.fa-trophy:before{
content: "\f091";
}
.fa-truck:before{
content: "\f0d1";
}
.fa-truck-loading:before{
content: "\f4de";
}
.fa-truck-monster:before{
content: "\f63b";
}
.fa-truck-moving:before{
content: "\f4df";
}
.fa-truck-pickup:before{
content: "\f63c";
}
.fa-tshirt:before{
content: "\f553";
}
.fa-tty:before{
content: "\f1e4";
}
.fa-tumblr:before{
content: "\f173";
}
.fa-tumblr-square:before{
content: "\f174";
}
.fa-tv:before{
content: "\f26c";
}
.fa-twitch:before{
content: "\f1e8";
}
.fa-twitter:before{
content: "\f099";
}
.fa-twitter-square:before{
content: "\f081";
}
.fa-typo3:before{
content: "\f42b";
}
.fa-uber:before{
content: "\f402";
}
.fa-ubuntu:before{
content: "\f7df";
}
.fa-uikit:before{
content: "\f403";
}
.fa-umbraco:before{
content: "\f8e8";
}
.fa-umbrella:before{
content: "\f0e9";
}
.fa-umbrella-beach:before{
content: "\f5ca";
}
.fa-uncharted:before{
content: "\e084";
}
.fa-underline:before{
content: "\f0cd";
}
.fa-undo:before{
content: "\f0e2";
}
.fa-undo-alt:before{
content: "\f2ea";
}
.fa-uniregistry:before{
content: "\f404";
}
.fa-unity:before{
content: "\e049";
}
.fa-universal-access:before{
content: "\f29a";
}
.fa-university:before{
content: "\f19c";
}
.fa-unlink:before{
content: "\f127";
}
.fa-unlock:before{
content: "\f09c";
}
.fa-unlock-alt:before{
content: "\f13e";
}
.fa-unsplash:before{
content: "\e07c";
}
.fa-untappd:before{
content: "\f405";
}
.fa-upload:before{
content: "\f093";
}
.fa-ups:before{
content: "\f7e0";
}
.fa-usb:before{
content: "\f287";
}
.fa-user:before{
content: "\f007";
}
.fa-user-alt:before{
content: "\f406";
}
.fa-user-alt-slash:before{
content: "\f4fa";
}
.fa-user-astronaut:before{
content: "\f4fb";
}
.fa-user-check:before{
content: "\f4fc";
}
.fa-user-circle:before{
content: "\f2bd";
}
.fa-user-clock:before{
content: "\f4fd";
}
.fa-user-cog:before{
content: "\f4fe";
}
.fa-user-edit:before{
content: "\f4ff";
}
.fa-user-friends:before{
content: "\f500";
}
.fa-user-graduate:before{
content: "\f501";
}
.fa-user-injured:before{
content: "\f728";
}
.fa-user-lock:before{
content: "\f502";
}
.fa-user-md:before{
content: "\f0f0";
}
.fa-user-minus:before{
content: "\f503";
}
.fa-user-ninja:before{
content: "\f504";
}
.fa-user-nurse:before{
content: "\f82f";
}
.fa-user-plus:before{
content: "\f234";
}
.fa-user-secret:before{
content: "\f21b";
}
.fa-user-shield:before{
content: "\f505";
}
.fa-user-slash:before{
content: "\f506";
}
.fa-user-tag:before{
content: "\f507";
}
.fa-user-tie:before{
content: "\f508";
}
.fa-user-times:before{
content: "\f235";
}
.fa-users:before{
content: "\f0c0";
}
.fa-users-cog:before{
content: "\f509";
}
.fa-users-slash:before{
content: "\e073";
}
.fa-usps:before{
content: "\f7e1";
}
.fa-ussunnah:before{
content: "\f407";
}
.fa-utensil-spoon:before{
content: "\f2e5";
}
.fa-utensils:before{
content: "\f2e7";
}
.fa-vaadin:before{
content: "\f408";
}
.fa-vector-square:before{
content: "\f5cb";
}
.fa-venus:before{
content: "\f221";
}
.fa-venus-double:before{
content: "\f226";
}
.fa-venus-mars:before{
content: "\f228";
}
.fa-vest:before{
content: "\e085";
}
.fa-vest-patches:before{
content: "\e086";
}
.fa-viacoin:before{
content: "\f237";
}
.fa-viadeo:before{
content: "\f2a9";
}
.fa-viadeo-square:before{
content: "\f2aa";
}
.fa-vial:before{
content: "\f492";
}
.fa-vials:before{
content: "\f493";
}
.fa-viber:before{
content: "\f409";
}
.fa-video:before{
content: "\f03d";
}
.fa-video-slash:before{
content: "\f4e2";
}
.fa-vihara:before{
content: "\f6a7";
}
.fa-vimeo:before{
content: "\f40a";
}
.fa-vimeo-square:before{
content: "\f194";
}
.fa-vimeo-v:before{
content: "\f27d";
}
.fa-vine:before{
content: "\f1ca";
}
.fa-virus:before{
content: "\e074";
}
.fa-virus-slash:before{
content: "\e075";
}
.fa-viruses:before{
content: "\e076";
}
.fa-vk:before{
content: "\f189";
}
.fa-vnv:before{
content: "\f40b";
}
.fa-voicemail:before{
content: "\f897";
}
.fa-volleyball-ball:before{
content: "\f45f";
}
.fa-volume-down:before{
content: "\f027";
}
.fa-volume-mute:before{
content: "\f6a9";
}
.fa-volume-off:before{
content: "\f026";
}
.fa-volume-up:before{
content: "\f028";
}
.fa-vote-yea:before{
content: "\f772";
}
.fa-vr-cardboard:before{
content: "\f729";
}
.fa-vuejs:before{
content: "\f41f";
}
.fa-walking:before{
content: "\f554";
}
.fa-wallet:before{
content: "\f555";
}
.fa-warehouse:before{
content: "\f494";
}
.fa-watchman-monitoring:before{
content: "\e087";
}
.fa-water:before{
content: "\f773";
}
.fa-wave-square:before{
content: "\f83e";
}
.fa-waze:before{
content: "\f83f";
}
.fa-weebly:before{
content: "\f5cc";
}
.fa-weibo:before{
content: "\f18a";
}
.fa-weight:before{
content: "\f496";
}
.fa-weight-hanging:before{
content: "\f5cd";
}
.fa-weixin:before{
content: "\f1d7";
}
.fa-whatsapp:before{
content: "\f232";
}
.fa-whatsapp-square:before{
content: "\f40c";
}
.fa-wheelchair:before{
content: "\f193";
}
.fa-whmcs:before{
content: "\f40d";
}
.fa-wifi:before{
content: "\f1eb";
}
.fa-wikipedia-w:before{
content: "\f266";
}
.fa-wind:before{
content: "\f72e";
}
.fa-window-close:before{
content: "\f410";
}
.fa-window-maximize:before{
content: "\f2d0";
}
.fa-window-minimize:before{
content: "\f2d1";
}
.fa-window-restore:before{
content: "\f2d2";
}
.fa-windows:before{
content: "\f17a";
}
.fa-wine-bottle:before{
content: "\f72f";
}
.fa-wine-glass:before{
content: "\f4e3";
}
.fa-wine-glass-alt:before{
content: "\f5ce";
}
.fa-wix:before{
content: "\f5cf";
}
.fa-wizards-of-the-coast:before{
content: "\f730";
}
.fa-wodu:before{
content: "\e088";
}
.fa-wolf-pack-battalion:before{
content: "\f514";
}
.fa-won-sign:before{
content: "\f159";
}
.fa-wordpress:before{
content: "\f19a";
}
.fa-wordpress-simple:before{
content: "\f411";
}
.fa-wpbeginner:before{
content: "\f297";
}
.fa-wpexplorer:before{
content: "\f2de";
}
.fa-wpforms:before{
content: "\f298";
}
.fa-wpressr:before{
content: "\f3e4";
}
.fa-wrench:before{
content: "\f0ad";
}
.fa-x-ray:before{
content: "\f497";
}
.fa-xbox:before{
content: "\f412";
}
.fa-xing:before{
content: "\f168";
}
.fa-xing-square:before{
content: "\f169";
}
.fa-y-combinator:before{
content: "\f23b";
}
.fa-yahoo:before{
content: "\f19e";
}
.fa-yammer:before{
content: "\f840";
}
.fa-yandex:before{
content: "\f413";
}
.fa-yandex-international:before{
content: "\f414";
}
.fa-yarn:before{
content: "\f7e3";
}
.fa-yelp:before{
content: "\f1e9";
}
.fa-yen-sign:before{
content: "\f157";
}
.fa-yin-yang:before{
content: "\f6ad";
}
.fa-yoast:before{
content: "\f2b1";
}
.fa-youtube:before{
content: "\f167";
}
.fa-youtube-square:before{
content: "\f431";
}
.fa-zhihu:before{
content: "\f63f";
}
.sr-only{
border: 0;
clip: rect(0,0,0,0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.sr-only-focusable:active,.sr-only-focusable:focus{
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}

/* ** [ /src_project/sites/portal/css/5/./3rd-party.css ] (@import) ** */
/*!
* jQuery UI CSS Framework 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* https://jquery.org/license
*
* https://api.jqueryui.com/category/theming/
*/

.ui-helper-hidden{
display: none;
}
.ui-helper-hidden-accessible{
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.ui-helper-reset{
margin: 0;
padding: 0;
border: 0;
outline: 0;
line-height: 1.3;
text-decoration: none;
font-size: 100%;
list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after{
content: "";
display: table;
border-collapse: collapse;
}
.ui-helper-clearfix:after{
clear: both;
}
.ui-helper-zfix{
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
opacity: 0;
}
.ui-front{
z-index: 100;
}

.ui-state-disabled{
cursor: default !important;
pointer-events: none;
}

.ui-icon{
display: inline-block;
vertical-align: middle;
margin-top: -0.25em;
position: relative;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
}
.ui-widget-icon-block{
left: 50%;
margin-left: -8px;
display: block;
}


.ui-widget-overlay{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*!
* jQuery UI Autocomplete 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* https://jquery.org/license
*
* https://api.jqueryui.com/autocomplete/#theming
*/
.ui-autocomplete{
position: absolute;
top: 0;
left: 0;
cursor: default;
}
/*!
* jQuery UI Datepicker 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* https://jquery.org/license
*
* https://api.jqueryui.com/datepicker/#theming
*/
.ui-datepicker{
width: 17em;
padding: 0.2em 0.2em 0;
display: none;
}
.ui-datepicker .ui-datepicker-header{
position: relative;
padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next{
position: absolute;
top: 2px;
width: 1.8em;
height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover{
top: 1px;
}
.ui-datepicker .ui-datepicker-prev{
left: 2px;
}
.ui-datepicker .ui-datepicker-next{
right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover{
left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover{
right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span{
display: block;
position: absolute;
left: 50%;
margin-left: -8px;
top: 50%;
margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title{
margin: 0 2.3em;
line-height: 1.8em;
text-align: center;
}
.ui-datepicker .ui-datepicker-title select{
font-size: 1em;
margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year{
width: 45%;
}
.ui-datepicker table{
width: 100%;
font-size: 0.9em;
border-collapse: collapse;
margin: 0 0 0.4em;
}
.ui-datepicker th{
padding: 0.7em 0.3em;
text-align: center;
font-weight: bold;
border: 0;
}
.ui-datepicker td{
border: 0;
padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a{
display: block;
padding: 0.2em;
text-align: right;
text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane{
background-image: none;
margin: 0.7em 0 0 0;
padding: 0 0.2em;
border-left: 0;
border-right: 0;
border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button{
float: right;
margin: 0.5em 0.2em 0.4em;
cursor: pointer;
padding: 0.2em 0.6em 0.3em 0.6em;
width: auto;
overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{
float: left;
}

.ui-datepicker.ui-datepicker-multi{
width: auto;
}
.ui-datepicker-multi .ui-datepicker-group{
float: left;
}
.ui-datepicker-multi .ui-datepicker-group table{
width: 95%;
margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group{
width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group{
width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group{
width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{
border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane{
clear: left;
}
.ui-datepicker-row-break{
clear: both;
width: 100%;
font-size: 0;
}

.ui-datepicker-rtl{
direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev{
right: 2px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next{
left: 2px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover{
right: 1px;
left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover{
left: 1px;
right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane{
clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button{
float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group{
float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{
border-right-width: 0;
border-left-width: 1px;
}

.ui-datepicker .ui-icon{
display: block;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
left: 0.5em;
top: 0.3em;
}
/*!
* jQuery UI Menu 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* https://jquery.org/license
*
* https://api.jqueryui.com/menu/#theming
*/
.ui-menu{
list-style: none;
padding: 0;
margin: 0;
display: block;
outline: 0;
}
.ui-menu .ui-menu{
position: absolute;
}
.ui-menu .ui-menu-item{
margin: 0;
cursor: pointer;
}
.ui-menu .ui-menu-item-wrapper{
position: relative;
padding: 3px 1em 3px 0.4em;
}
.ui-menu .ui-menu-divider{
margin: 5px 0;
height: 0;
font-size: 0;
line-height: 0;
border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active{
margin: -1px;
}

.ui-menu-icons{
position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper{
padding-left: 2em;
}

.ui-menu .ui-icon{
position: absolute;
top: 0;
bottom: 0;
left: 0.2em;
margin: auto 0;
}

.ui-menu .ui-menu-icon{
left: auto;
right: 0;
}
/*!
* jQuery UI CSS Framework 1.14.1
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* https://jquery.org/license
*
* https://api.jqueryui.com/category/theming/
*
* To view and modify this theme,visit https://jqueryui.com/themeroller/
*/

.ui-widget{
font-family: Arial,Helvetica,sans-serif;
font-size: 1em;
}
.ui-widget .ui-widget{
font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button{
font-family: Arial,Helvetica,sans-serif;
font-size: 1em;
}
.ui-widget.ui-widget-content{
border: 1px solid #c5c5c5;
}
.ui-widget-content{
border: 1px solid #dddddd;
background: #ffffff;
color: #333333;
}
.ui-widget-content a{
color: #333333;
}
.ui-widget-header{
border: 1px solid #dddddd;
background: #e9e9e9;
color: #333333;
font-weight: bold;
}
.ui-widget-header a{
color: #333333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active{
border: 1px solid #c5c5c5;
background: #f6f6f6;
font-weight: normal;
color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button{
color: #454545;
text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus{
border: 1px solid #cccccc;
background: #ededed;
font-weight: normal;
color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus{
color: #2b2b2b;
text-decoration: none;
}
.ui-visual-focus{
box-shadow: 0 0 3px 1px rgb(94,158,214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover{
border: 1px solid #003eff;
background: #007fff;
font-weight: normal;
color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background{
border: #003eff;
background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited{
color: #ffffff;
text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight{
border: 1px solid #dad55e;
background: #fffa90;
color: #777620;
}
.ui-state-checked{
border: 1px solid #dad55e;
background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a{
color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error{
border: 1px solid #f1a899;
background: #fddfdf;
color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a{
color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text{
color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary{
font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary{
opacity: 0.7;
font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled{
opacity: 0.35;
background-image: none;
}


.ui-icon{
width: 16px;
height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon{
background-image: url(/src_project/sites/portal/css/5/"images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon{
background-image: url(/src_project/sites/portal/css/5/"images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon{
background-image: url(/src_project/sites/portal/css/5/"images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon{
background-image: url(/src_project/sites/portal/css/5/"images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon{
background-image: url(/src_project/sites/portal/css/5/"images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon{
background-image: url(/src_project/sites/portal/css/5/"images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon{
background-image: url(/src_project/sites/portal/css/5/"images/ui-icons_777777_256x240.png");
}


.ui-icon-blank.ui-icon-blank.ui-icon-blank{
background-image: none;
}
.ui-icon-caret-1-n{
background-position: 0 0;
}
.ui-icon-caret-1-ne{
background-position: -16px 0;
}
.ui-icon-caret-1-e{
background-position: -32px 0;
}
.ui-icon-caret-1-se{
background-position: -48px 0;
}
.ui-icon-caret-1-s{
background-position: -65px 0;
}
.ui-icon-caret-1-sw{
background-position: -80px 0;
}
.ui-icon-caret-1-w{
background-position: -96px 0;
}
.ui-icon-caret-1-nw{
background-position: -112px 0;
}
.ui-icon-caret-2-n-s{
background-position: -128px 0;
}
.ui-icon-caret-2-e-w{
background-position: -144px 0;
}
.ui-icon-triangle-1-n{
background-position: 0 -16px;
}
.ui-icon-triangle-1-ne{
background-position: -16px -16px;
}
.ui-icon-triangle-1-e{
background-position: -32px -16px;
}
.ui-icon-triangle-1-se{
background-position: -48px -16px;
}
.ui-icon-triangle-1-s{
background-position: -65px -16px;
}
.ui-icon-triangle-1-sw{
background-position: -80px -16px;
}
.ui-icon-triangle-1-w{
background-position: -96px -16px;
}
.ui-icon-triangle-1-nw{
background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s{
background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w{
background-position: -144px -16px;
}
.ui-icon-arrow-1-n{
background-position: 0 -32px;
}
.ui-icon-arrow-1-ne{
background-position: -16px -32px;
}
.ui-icon-arrow-1-e{
background-position: -32px -32px;
}
.ui-icon-arrow-1-se{
background-position: -48px -32px;
}
.ui-icon-arrow-1-s{
background-position: -65px -32px;
}
.ui-icon-arrow-1-sw{
background-position: -80px -32px;
}
.ui-icon-arrow-1-w{
background-position: -96px -32px;
}
.ui-icon-arrow-1-nw{
background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s{
background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw{
background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w{
background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw{
background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n{
background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e{
background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s{
background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w{
background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n{
background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne{
background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e{
background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se{
background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s{
background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw{
background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w{
background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw{
background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s{
background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw{
background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w{
background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw{
background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n{
background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e{
background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s{
background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w{
background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w{
background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n{
background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e{
background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s{
background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w{
background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n{
background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e{
background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s{
background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w{
background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n{
background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e{
background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s{
background-position: -176px -64px;
}
.ui-icon-arrow-4{
background-position: 0 -80px;
}
.ui-icon-arrow-4-diag{
background-position: -16px -80px;
}
.ui-icon-extlink{
background-position: -32px -80px;
}
.ui-icon-newwin{
background-position: -48px -80px;
}
.ui-icon-refresh{
background-position: -64px -80px;
}
.ui-icon-shuffle{
background-position: -80px -80px;
}
.ui-icon-transfer-e-w{
background-position: -96px -80px;
}
.ui-icon-transferthick-e-w{
background-position: -112px -80px;
}
.ui-icon-folder-collapsed{
background-position: 0 -96px;
}
.ui-icon-folder-open{
background-position: -16px -96px;
}
.ui-icon-document{
background-position: -32px -96px;
}
.ui-icon-document-b{
background-position: -48px -96px;
}
.ui-icon-note{
background-position: -64px -96px;
}
.ui-icon-mail-closed{
background-position: -80px -96px;
}
.ui-icon-mail-open{
background-position: -96px -96px;
}
.ui-icon-suitcase{
background-position: -112px -96px;
}
.ui-icon-comment{
background-position: -128px -96px;
}
.ui-icon-person{
background-position: -144px -96px;
}
.ui-icon-print{
background-position: -160px -96px;
}
.ui-icon-trash{
background-position: -176px -96px;
}
.ui-icon-locked{
background-position: -192px -96px;
}
.ui-icon-unlocked{
background-position: -208px -96px;
}
.ui-icon-bookmark{
background-position: -224px -96px;
}
.ui-icon-tag{
background-position: -240px -96px;
}
.ui-icon-home{
background-position: 0 -112px;
}
.ui-icon-flag{
background-position: -16px -112px;
}
.ui-icon-calendar{
background-position: -32px -112px;
}
.ui-icon-cart{
background-position: -48px -112px;
}
.ui-icon-pencil{
background-position: -64px -112px;
}
.ui-icon-clock{
background-position: -80px -112px;
}
.ui-icon-disk{
background-position: -96px -112px;
}
.ui-icon-calculator{
background-position: -112px -112px;
}
.ui-icon-zoomin{
background-position: -128px -112px;
}
.ui-icon-zoomout{
background-position: -144px -112px;
}
.ui-icon-search{
background-position: -160px -112px;
}
.ui-icon-wrench{
background-position: -176px -112px;
}
.ui-icon-gear{
background-position: -192px -112px;
}
.ui-icon-heart{
background-position: -208px -112px;
}
.ui-icon-star{
background-position: -224px -112px;
}
.ui-icon-link{
background-position: -240px -112px;
}
.ui-icon-cancel{
background-position: 0 -128px;
}
.ui-icon-plus{
background-position: -16px -128px;
}
.ui-icon-plusthick{
background-position: -32px -128px;
}
.ui-icon-minus{
background-position: -48px -128px;
}
.ui-icon-minusthick{
background-position: -64px -128px;
}
.ui-icon-close{
background-position: -80px -128px;
}
.ui-icon-closethick{
background-position: -96px -128px;
}
.ui-icon-key{
background-position: -112px -128px;
}
.ui-icon-lightbulb{
background-position: -128px -128px;
}
.ui-icon-scissors{
background-position: -144px -128px;
}
.ui-icon-clipboard{
background-position: -160px -128px;
}
.ui-icon-copy{
background-position: -176px -128px;
}
.ui-icon-contact{
background-position: -192px -128px;
}
.ui-icon-image{
background-position: -208px -128px;
}
.ui-icon-video{
background-position: -224px -128px;
}
.ui-icon-script{
background-position: -240px -128px;
}
.ui-icon-alert{
background-position: 0 -144px;
}
.ui-icon-info{
background-position: -16px -144px;
}
.ui-icon-notice{
background-position: -32px -144px;
}
.ui-icon-help{
background-position: -48px -144px;
}
.ui-icon-check{
background-position: -64px -144px;
}
.ui-icon-bullet{
background-position: -80px -144px;
}
.ui-icon-radio-on{
background-position: -96px -144px;
}
.ui-icon-radio-off{
background-position: -112px -144px;
}
.ui-icon-pin-w{
background-position: -128px -144px;
}
.ui-icon-pin-s{
background-position: -144px -144px;
}
.ui-icon-play{
background-position: 0 -160px;
}
.ui-icon-pause{
background-position: -16px -160px;
}
.ui-icon-seek-next{
background-position: -32px -160px;
}
.ui-icon-seek-prev{
background-position: -48px -160px;
}
.ui-icon-seek-end{
background-position: -64px -160px;
}
.ui-icon-seek-start{
background-position: -80px -160px;
}

.ui-icon-seek-first{
background-position: -80px -160px;
}
.ui-icon-stop{
background-position: -96px -160px;
}
.ui-icon-eject{
background-position: -112px -160px;
}
.ui-icon-volume-off{
background-position: -128px -160px;
}
.ui-icon-volume-on{
background-position: -144px -160px;
}
.ui-icon-power{
background-position: 0 -176px;
}
.ui-icon-signal-diag{
background-position: -16px -176px;
}
.ui-icon-signal{
background-position: -32px -176px;
}
.ui-icon-battery-0{
background-position: -48px -176px;
}
.ui-icon-battery-1{
background-position: -64px -176px;
}
.ui-icon-battery-2{
background-position: -80px -176px;
}
.ui-icon-battery-3{
background-position: -96px -176px;
}
.ui-icon-circle-plus{
background-position: 0 -192px;
}
.ui-icon-circle-minus{
background-position: -16px -192px;
}
.ui-icon-circle-close{
background-position: -32px -192px;
}
.ui-icon-circle-triangle-e{
background-position: -48px -192px;
}
.ui-icon-circle-triangle-s{
background-position: -64px -192px;
}
.ui-icon-circle-triangle-w{
background-position: -80px -192px;
}
.ui-icon-circle-triangle-n{
background-position: -96px -192px;
}
.ui-icon-circle-arrow-e{
background-position: -112px -192px;
}
.ui-icon-circle-arrow-s{
background-position: -128px -192px;
}
.ui-icon-circle-arrow-w{
background-position: -144px -192px;
}
.ui-icon-circle-arrow-n{
background-position: -160px -192px;
}
.ui-icon-circle-zoomin{
background-position: -176px -192px;
}
.ui-icon-circle-zoomout{
background-position: -192px -192px;
}
.ui-icon-circle-check{
background-position: -208px -192px;
}
.ui-icon-circlesmall-plus{
background-position: 0 -208px;
}
.ui-icon-circlesmall-minus{
background-position: -16px -208px;
}
.ui-icon-circlesmall-close{
background-position: -32px -208px;
}
.ui-icon-squaresmall-plus{
background-position: -48px -208px;
}
.ui-icon-squaresmall-minus{
background-position: -64px -208px;
}
.ui-icon-squaresmall-close{
background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical{
background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal{
background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical{
background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal{
background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se{
background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se{
background-position: -80px -224px;
}


.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl{
border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr{
border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl{
border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br{
border-bottom-right-radius: 3px;
}

.ui-widget-overlay{
background: #aaaaaa;
opacity: 0.3;
}
.ui-widget-shadow{
box-shadow: 0 0 5px #666666;
}
ins.adsbygoogle[data-ad-status=unfilled]{
display: none !important;
}
.grecaptcha-badge{
bottom: 70px !important;
}
@media (min-width: 576px){
.grecaptcha-badge{
bottom: 80px !important;
}
}
.ui-widget.ui-widget-content{
z-index: 50 !important;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight{
border-color: #dfae46;
background: #f9e9c6;
color: #777620;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover{
border: 1px solid #677e6c;
background: #9db5b0;
font-weight: normal;
color: #000;
}

/* ** [ /src_project/sites/portal/css/5/./article.css ] (@import) ** */
.content-container .content-text > a:not(.btn),
.content-container a{
color: black;
text-decoration: underline;
text-decoration-color: #677e6c;
-webkit-text-decoration-skip: ink;
text-decoration-skip-ink: auto;
}
.content-container .content-text > a:not(.btn):hover,
.content-container a:hover{
color: #000;
color: #677e6c;
text-decoration: none;
}
.content-container.table-container .responsive-table{
overflow-x: auto;
}
.content-container .summary{
font-size: 1rem;
color: #565655;
font-weight: 600;
}
.content-container.quote{
display: flex;
justify-content: center;
margin-top: 0.5rem;
}
@media (min-width: 992px){
.content-container.quote{
padding-right: 160px;
}
}
.content-container.quote .quote-wrapper{
position: relative;
padding: 20px 10px 20px 15px;
width: auto;
max-width: 80%;
z-index: 1;
margin: 0rem auto 0.3rem;
align-self: center;
border-top: 2px solid #677e6c;
border-bottom: 2px solid #677e6c;
line-height: 1.3;
}
@media (min-width: 576px){
.content-container.quote .quote-wrapper{
max-width: 70%;
}
}
.content-container.quote .quote-wrapper h2{
font-size: 1rem;
margin-bottom: 0.2rem;
text-transform: none;
line-height: 1.5;
}
.content-container.quote .quote-wrapper .content-text{
margin-top: 5px;
display: inline-block;
font-weight: normal;
font-size: 0.875rem;
color: #606060;
}
.content-container.quote .quote-wrapper .content-text:before{
content: "-";
}
.content-container.quote .quote-wrapper:after{
position: absolute;
font-family: "portalfont";
content: "\e912";
font-size: 2rem;
line-height: 0;
bottom: -4px;
right: 20px;
color: #677e6c;
}
.style2{
background-color: #e1e9e8;
border-radius: 0.15rem;
}
.style1{
background-color: #efefef;
border-radius: 0.15rem;
}
@media (min-width: 768px){
.content-container.style20 .media-content{
float: right;
margin: 0 0 20px 25px;
display: block;
max-width: 100%;
}
}
.content-container .content-text ul li,
.content-container .content-text ol li{
left: 12px;
text-indent: -19px;
padding-left: 10px;
margin-left: -10px;
margin-right: 10px;
}
.content-container .content-text ul li::before,
.content-container .content-text ol li::before{
content: "\f111";
color: #000;
font-family: "Font Awesome 5 Free";
font-weight: 600;
font-size: 0.4rem;
top: 8px;
color: #dfae46;
background: transparent;
left: -12px;
margin-right: 0.75rem;
text-indent: 0;
}
.content-container .content-text ul li ul li:before,
.content-container .content-text ul li ol li:before,
.content-container .content-text ol li ul li:before,
.content-container .content-text ol li ol li:before{
color: #cccccc;
}
.content-container header h2{
color: #dfae46;
margin-bottom: 0;
}
.content-container.downloadbox ul li,.content-container.linkbox ul li{
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.content-container.downloadbox ul li::before,.content-container.linkbox ul li::before{
content: "\f054";
color: #000;
font-family: "Font Awesome 5 Free";
font-weight: 600;
font-size: 0.75rem;
display: inline-block;
margin-top: 3px;
color: #dfae46;
}
.content-container.downloadbox ul li a,.content-container.linkbox ul li a{
color: #000;
text-decoration: none;
}
.content-container.downloadbox ul li a:hover,.content-container.linkbox ul li a:hover{
color: #677e6c;
}
.content-container.downloadbox ul li:after,.content-container.linkbox ul li:after{
content: " ";
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: linear-gradient(to right,#dfae46 55%,transparent 0%) bottom/10px 2px repeat-x;
height: 1px;
}

.action-bar{
border-top: 1px solid #dfae46;
margin-bottom: 0;
margin-top: 2rem;
font-size: 0.95rem;
color: #565655;
}
.action-bar > div{
padding: 1.15rem 0;
}
.action-bar > div .author-date{
color: #565655;
}
@media (max-width: 991.98px){
.action-bar > div .action-btn{
margin-bottom: 0;
}
}
.action-bar > div .action-btn li{
display: inline;
padding-left: 0;
padding-right: 1.5rem;
}
.action-bar > div .action-btn li:last-child{
padding-right: 0;
}
.action-bar > div .action-btn a{
font-size: 13px;
display: inline-flex;
align-items: center;
overflow: hidden;
color: #565655;
}
.action-bar > div .action-btn a:hover{
color: #677e6c;
}
.action-bar > div .action-btn a:hover svg{
fill: #565655;
}
.action-bar > div .action-btn svg{
width: auto;
height: 1.15rem;
padding-right: 0.5rem;
vertical-align: middle;
fill: #565655;
}
.related-articles{
margin-top: 0;
display: block;
float: left;
width: 100%;
}
.related-articles h2{
font-weight: 600;
padding-bottom: 0;
margin-bottom: 0;
font-size: 1.125rem;
text-transform: none;
color: #677e6c;
}
.related-articles .rar a:hover{
color: #677e6c;
}
.related-articles .rar a:before{
top: 6px;
}
.related-articles .rar > li{
border: none;
position: relative;
}
.related-articles .rar > li:before{
content: " ";
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: linear-gradient(to right,#677e6c 55%,transparent 0%) bottom/12px 2px repeat-x;
height: 1px;
}
.related-articles .nav-page{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.related-articles .nav-page .pagination{
margin-bottom: 0.25rem;
}
.related-articles .nav-page .counter-article{
font-size: 0.85rem;
color: #565655;
}

/* ** [ /src_project/sites/portal/css/5/./footer.css ] (@import) ** */
#main-footer{
margin-bottom: 2rem;
}
#main-footer .footer-links{
margin-top: 1.25rem;
padding-top: 2rem;
border-top: 1px solid #eee;
justify-content: space-between;
display: flex;
font-size: 0.95rem;
line-height: 1;
}
@media (max-width: 991.98px){
#main-footer .footer-links{
flex-wrap: wrap;
justify-content: center;
}
}
#main-footer ul{
list-style: none;
display: inline-flex;
}
@media (max-width: 991.98px){
#main-footer ul{
flex-wrap: wrap;
justify-content: center;
}
}
#main-footer ul li{
border-left: 1px solid black;
padding: 0.1rem 0.625rem;
}
#main-footer ul li:first-child{
border-left: none;
padding-left: 0;
}
#main-footer ul li a{
color: #565655;
}
#main-footer ul li a:hover{
color: #677e6c;
}
#main-footer ul li a[href*="/suche+"]:before{
content: "\e908";
font-family: portalfont;
display: inline-block;
float: left;
margin-right: 0.25rem;
margin-top: 1px;
}
#main-footer .copyright{
margin-left: auto;
display: inline-flex;
}
@media (max-width: 991.98px){
#main-footer .copyright{
flex: 0 0 100%;
text-align: center;
justify-content: center;
margin-top: 0.5rem;
}
}

/* ** [ /src_project/sites/portal/css/5/./content.css ] (@import) ** */
.breadcrumb-container{
margin-top: 1rem;
margin-bottom: 2rem;
}
.breadcrumb{
font-size: 0.75rem;
}
.breadcrumb a{
color: black;
}
.breadcrumb a:hover{
color: #677e6c;
text-decoration: underline;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before{
content: " / ";
padding-right: 0.25rem;
padding-left: 0.25rem;
}
.nav-page .pagination{
float: right;
}
.nav-page .pagination li > span,
.nav-page .pagination li a{
font-weight: 600;
}
.nav-page .counter-article{
float: left;
margin: 0 !important;
}
.nav-page.bottom{
clear: both;
display: block;
}
body::before{
font-size: 1rem;
position: fixed;
top: 0;
left: 0;
content: "XXL BS5";
background-color: purple;
color: white;
z-index: 10000;
padding: 2px 4px;
display: none;
}
@media (max-width: 1399.98px){
body::before{
content: "XL BS5";
background-color: yellow;
color: black;
}
}
@media (max-width: 1199.98px){
body::before{
content: "LG BS5";
background-color: green;
color: white;
}
}
@media (max-width: 991.98px){
body::before{
content: "MD BS5";
background-color: blue;
color: white;
}
}
@media (max-width: 767.98px){
body::before{
content: "SM BS5";
background-color: black;
color: white;
}
}
@media (max-width: 575px){
body::before{
content: "XS BS5";
background-color: red;
color: white;
}
}
body.dummy::before{
display: block;
}
body.lock-scroll{
overflow: hidden;
}
.list-date{
color: #565655;
font-size: 0.95rem;
}
@media (min-width: 992px){
.offset-lg-1-right{
margin-right: 8.33333333%;
}
}
main{
margin-top: 0;
padding-top: 0;
}
.container.center > .row{
justify-content: center;
}
.container.center > .row main:only-child{
margin-left: auto;
margin-right: auto;
}
.center-text{
text-align: center;
}
.center-text .form-row{
justify-content: center;
}
.center-text.nl-style{
padding: 3rem 2rem;
border-top: 1px solid #dfae46;
border-bottom: 1px solid #dfae46;
display: block;
float: left;
width: 100%;
}
.back-to-top{
border-width: 1px;
}
.back-to-top span,
.back-to-top i{
font-size: 1.25rem;
}
.back-to-top span:before,
.back-to-top i:before{
font-family: "Font Awesome 5 Free";
font-weight: 600;
content: "\f077";
}
img,
.infogroup,
.box-multiple-article .content-item .content-text,
.box-multiple-article .content-item .media-content,
.box-multiple-article .content-item{
border-radius: 0.15rem;
}
.box-multiple-article .content-item:before{
border-radius: 0 0 0.4rem 0;
}
.box-multiple-article .content-item:after{
border-radius: 0 0 0 0.4rem;
}

/* ** [ /src_project/sites/portal/css/5/./widget.css ] (@import) ** */
.box-multiple-article{
margin-top: 0;
}
.box-multiple-article > ul{
display: flex;
flex-wrap: wrap;
margin-right: calc(-0.5 * var(--bs-gutter-x));
margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.box-multiple-article > ul li{
flex: 0 0 100%;
max-width: 100%;
padding-right: calc(var(--bs-gutter-x) * 0.5);
padding-left: calc(var(--bs-gutter-x) * 0.5);
margin-bottom: 2rem;
}
.box-multiple-article header{
margin-bottom: 0.5rem;
}
.box-multiple-article header h2{
color: black;
margin-bottom: 1.875rem;
display: block;
clear: both;
}
.box-multiple-article .content-item{
margin: 0 0 0 0;
border-bottom: 1px solid #677e6c;
position: relative;
}
@media (max-width: 767.98px){
.box-multiple-article .content-item{
margin: 0.75rem 0 0.75rem 0;
}
}
@media (min-width: 768px){
.box-multiple-article .content-item{
height: 100%;
}
}
.box-multiple-article .content-item:before,.box-multiple-article .content-item:after{
content: " ";
width: 1px;
height: 25%;
position: absolute;
bottom: 0px;
background: linear-gradient(5deg,rgb(103,126,108) 0%,rgb(255,255,255) 100%);
}
.box-multiple-article .content-item:before{
left: 0;
}
.box-multiple-article .content-item:after{
right: 0;
}
.box-multiple-article .content-item .list-date{
color: #565655;
font-size: 0.85rem;
}
.box-multiple-article .content-item a{
flex-wrap: wrap;
height: 100%;
display: flex;
flex-direction: column;
}
.box-multiple-article .content-item a:hover h2.h3{
text-decoration: underline;
}
.box-multiple-article .content-item a:hover img{
transform: scale(1.1);
}
.box-multiple-article .content-item .content-text{
background-color: rgba(255,255,255,0.75);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
position: relative;
margin-top: -3rem;
margin-left: 1rem;
margin-right: 1rem;
padding: 0.65rem 1rem 0 1rem;
margin-bottom: 0.75rem;
display: block;

display: -webkit-box;
line-height: 1.375;
-webkit-line-clamp: 6;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.box-multiple-article .content-item .content-text h2{
margin-bottom: 0.25rem;
font-size: 1rem;
color: #000;
}
.box-multiple-article .content-item .content-text .sum-txt{
display: block;
margin: 0 auto;
font-size: 16px;
}
.box-multiple-article .content-item .content-text .link-more{
margin-top: 0.5rem;
color: #677e6c;
font-weight: 500;
font-size: 1rem;
display: none;
}
.box-multiple-article .content-item .media-content{
float: left;
margin-right: 0;
margin-bottom: 0.5rem;
width: 100%;
height: 223px;
display: flex;
overflow: hidden;
align-items: flex-end;
justify-content: center;
}
@media (max-width: 1399.98px){
.box-multiple-article .content-item .media-content{
height: 189px;
}
}
@media (max-width: 1199.98px){
.box-multiple-article .content-item .media-content{
height: 155px;
}
}
@media (max-width: 991.98px){
.box-multiple-article .content-item .media-content{
height: 246px;
}
}
@media (max-width: 767.98px){
.box-multiple-article .content-item .media-content{
height: 381px;
}
}
@media (max-width: 575px){
.box-multiple-article .content-item .media-content{
height: auto;
}
}
.box-multiple-article .content-item .media-content figure{
margin-bottom: 0;
}
.box-multiple-article .content-item .media-content img{
width: 100%;
aspect-ratio: 344/258;
object-fit: cover;
transition: transform 2s ease-out,opacity 0.25s ease-out;
}
@media (min-width: 768px){
main.col-lg-8 .box-multiple-article > ul li,main.col-lg-9 .box-multiple-article > ul li,main.col-lg-10 .box-multiple-article > ul li{
flex: 0 0 50%;
max-width: 50%;
}
}
@media (min-width: 992px){
main.col-lg-8 .box-multiple-article > ul li,main.col-lg-9 .box-multiple-article > ul li,main.col-lg-10 .box-multiple-article > ul li{
flex: 0 0 33.3%;
max-width: 33.3%;
}
}

.page-navigation{
padding-top: 0.15rem;
}
.page-navigation a{
font-size: 0.95rem;
line-height: 1.2rem;
}
.page-navigation a .pn-dir{
font-size: 0.9em;
font-weight: 500;
margin-bottom: 0.25rem;
text-transform: none;
display: inline-flex;
align-items: center;
flex-wrap: wrap;
}
.page-navigation a .pn-dir > .d-none.d-lg-block{
display: none !important;
}
@media (min-width: 992px){
.page-navigation a .pn-dir > .d-none.d-lg-block{
display: block !important;
}
}
.page-navigation a:hover{
color: #677e6c;
}
.page-navigation a:hover svg{
fill: #677e6c;
}
.page-navigation a.page-navigation__prev svg{
width: 6px;
height: 10px;
margin-right: 0.35rem;
fill: #000;
}
.page-navigation a.page-navigation__prev:hover svg{
fill: #677e6c;
}
.page-navigation a.page-navigation__next{
float: right;
text-align: right;
}
.page-navigation a.page-navigation__next svg{
width: 6px;
height: 10px;
margin-left: 0.35rem;
fill: #000;
}
.page-navigation a.page-navigation__next:hover svg{
fill: #677e6c;
}
.page-navigation a.page-navigation__next .pn-dir{
justify-content: flex-end;
}
.box.werbung990{
margin-top: 0;
margin-bottom: 2rem;
}
.box.werbung990,.box.werbung991{
display: inline-flex;
width: 100%;
text-align: center;
justify-content: center;
}
.box.werbung992{
margin: 0 0 2.5rem;
}
.adsbygoogle{
display: block;
max-width: 100%;
height: auto;
width: auto;
}
.infogroup{
margin: 7px 0 2.5rem;
border: 1px solid #677e6c;
position: relative;
}
.infogroup > h2{
font-size: 1rem;
color: #677e6c;
padding: 0 6px 4px 0;
margin-bottom: 0;
background: white;
position: absolute;
left: -2px;
top: -11px;
display: inline-block;
float: left;
clear: both;
z-index: 50;
}
.infogroup > h2 a{
color: #677e6c;
}
.infogroup > h2 a:hover{
color: black;
}
.infogroup .list-group{
border-radius: 0;
font-size: 1rem;
border: none;
width: 100%;
}
.infogroup .list-group .dfx-terminbox-item,
.infogroup .list-group .list-group-item{
border: none;
background: transparent;
border-bottom: 2px;
padding: 0.75rem 1rem;
font-size: 0.95rem;
font-weight: normal;
position: relative;
box-shadow: inset 0px 0px 0px rgba(103,126,108,0.4);
transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
display: block;
}
.infogroup .list-group .dfx-terminbox-item:first-child,
.infogroup .list-group .list-group-item:first-child{
padding-top: 1rem;
}
.infogroup .list-group .dfx-terminbox-item:hover,
.infogroup .list-group .list-group-item:hover{
background: #677e6c;
color: white;
}
.infogroup .list-group .dfx-terminbox-item:hover .dfx-terminbox-mehr,
.infogroup .list-group .list-group-item:hover .dfx-terminbox-mehr{
color: white;
}
.infogroup .list-group .dfx-terminbox-item + .dfx-terminbox-item:before,
.infogroup .list-group .dfx-terminbox-item + .list-group-item:before,
.infogroup .list-group .list-group-item + .dfx-terminbox-item:before,
.infogroup .list-group .list-group-item + .list-group-item:before{
content: " ";
position: absolute;
top: 0;
left: 0.85rem;
right: 0.85rem;
background: linear-gradient(to right,#677e6c 55%,transparent 0%) bottom/10px 2px repeat-x;
height: 1px;
}
.infogroup .list-group .dfx-terminbox-item{
font-weight: normal;
}
.infogroup .list-group .dfx-terminbox-item .dfx-terminbox-mehr{
color: #677e6c;
}
.infogroup .list-group .dfx-terminbox-item .dfx-terminbox-titel{
font-weight: 500;
margin: 3px 0;
display: inline-block;
width: 100%;
}

/* ** [ /src_project/sites/portal/css/5/./forms.css ] (@import) ** */
.form-standard .form-group > label,
.webform .form-group > label{
margin-bottom: 0;
left: inherit;
display: flex;
align-content: center;
color: black;
height: 2.438rem;
min-height: 2.438rem;
line-height: 1.9rem;
}
.form-standard .form-group .SumoSelect > .optWrapper > .options li.opt.placeholder,
.webform .form-group .SumoSelect > .optWrapper > .options li.opt.placeholder{
display: none;
}
.form-standard .form-group .SumoSelect[is-selected=true] ~ label,
.webform .form-group .SumoSelect[is-selected=true] ~ label{
transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
font-size: 0.75rem;
color: #555555 !important;
}
.form-standard .form-group .SumoSelect[is-selected=true] > .CaptionCont > span,
.webform .form-group .SumoSelect[is-selected=true] > .CaptionCont > span{
top: 0.35rem;
position: relative;
}
.form-standard .form-group textarea.form-control,
.webform .form-group textarea.form-control{
min-height: 110px;
height: 120px;
}
.form-standard .form-group.captcha .txt-r,
.webform .form-group.captcha .txt-r{
position: relative;
height: auto;
margin: 0 0 0.5rem 0;
font-weight: 500;
padding: 0;
color: black;
order: 1;
}
.SumoSelect > .CaptionCont{
height: 2.438rem;
min-height: 2.438rem;
line-height: 1.375rem;
}
.SumoSelect > .CaptionCont > span.placeholder{
background: inherit;
color: #565655;
font-style: normal;
opacity: 1;
}
.SumoSelect > .CaptionCont > label > i{
content: "" !important;
background-image: none;
border-style: solid;
border-width: 0 0 2px 2px;
border-color: #000;
opacity: 1;
transform: rotate(-45deg);
width: 7.2px;
height: 7.2px;
line-height: 7.2px;
text-align: center;
}
.SumoSelect select.form-control.SumoUnder{
padding: 0;
margin: 0;
}
.SumoSelect.open > .CaptionCont,
.SumoSelect:focus > .CaptionCont,
.SumoSelect:hover > .CaptionCont{
outline: none;
box-shadow: none;
border-top-color: transparent;
border-left-color: transparent;
border-right-color: transparent;
border-width: 2px;
border-bottom-color: #677e6c;
}
.form-group .SumoSelect{
margin: 0;
}
.content-container .btn-primary,
.content-container .btn-portalColor,
.btn-primary,
.btn-portalColor{
color: white;
}
.content-container .btn-primary:hover,
.content-container .btn-portalColor:hover,
.btn-primary:hover,
.btn-portalColor:hover{
color: white;
}
.content-container .btn-outline-secondary{
text-decoration: none;
color: #dfae46;
}
.content-container .btn-outline-secondary:hover{
color: black;
}
.btn{
letter-spacing: 0.03rem;
}
input[type=text],
input[type=email],
input[type=telefon],
input[type=password],
input[type=textarea] select,
.SumoSelect > .CaptionCont,
textarea,
.form-control{
border-top-color: transparent;
border-left-color: transparent;
border-right-color: transparent;
border-width: 2px;
background: #f5f5f5;
margin-bottom: 1.25rem;
display: inline-block;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=telefon]:focus,
input[type=password]:focus,
input[type=textarea] select:focus,
.SumoSelect > .CaptionCont:focus,
textarea:focus,
.form-control:focus{
border-width: 2px;
border-bottom: 2px solid #677e6c;
background: white;
outline: none;
box-shadow: none;
}
input[type=text]:hover,
input[type=email]:hover,
input[type=telefon]:hover,
input[type=password]:hover,
input[type=textarea] select:hover,
.SumoSelect > .CaptionCont:hover,
textarea:hover,
.form-control:hover{
border-bottom: 2px solid #677e6c;
}
input,
button,
select,
optgroup,
textarea{
font-family: "Segoe UI","San Franciso",Arial,sans-serif;
}
.form-standard .custom-radio > label,
.form-standard .custom-checkbox > label,
.webform .custom-radio > label,
.webform .custom-checkbox > label{
padding: 0;
color: black;
height: auto;
min-height: auto;
line-height: inherit;
}
.form-standard{
font-size: 1rem;
}
.form-standard input::placeholder{
color: #555;
}
.form-standard .btn{
min-height: 39px;
}
input[type=checkbox],
input[type=radio]{
float: left;
margin-right: 0.25rem;
margin-bottom: 0.5rem;
}
.form-row .form-control{
margin-bottom: 1.25rem;
}
.form-row.datenschutz{
color: #565655;
font-size: 0.85rem;
margin-top: 0;
}
.clear-icon:before{
font-family: "portalfont";
content: "\e901";
}
.nl-anmeldung .form-group.mail{
flex: 1 1 auto;
}
.nl-anmeldung .form-group-btn .btn{
margin-left: 0.5rem;
}

/* ** [ /src_project/sites/portal/css/5/./volltextsuche.css ] (@import) ** */
.result-list{
display: block;
float: left;
width: 100%;
clear: both;
margin-top: 2rem;
fotn-size: 1rem;
}
.result-list .navigation-result{
display: block;
float: left;
width: 100%;
clear: both;
margin-bottom: 0.5rem;
}
@media (max-width: 575.98px){
.result-list .navigation-result{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
}
.result-list > ul{
display: block;
float: left;
wdith: 100%;
clear: both;
}
.result-list > ul li{
display: block;
clear: both;
float: left;
width: 100%;
margin: 1rem 0;
padding: 1.25rem;
box-shadow: 0 0 5px rgba(0,0,0,0.1490196078);
}
.result-list > ul li .content-container .content-text a,
.result-list > ul li a{
color: black;
text-decoration: none;
}
.result-list > ul li .content-container .content-text a:hover,
.result-list > ul li a:hover{
color: #677e6c;
text-decoration: underline;
}
.result-list > ul li .content-container{
margin: 0;
display: flex;
flex-wrap: nowrap;
}
.result-list > ul li .content-container .media-content{
max-width: 18%;
min-width: 1px;
margin-right: 1.875rem;
float: left;
flex: 0 0 18%;
}
@media (max-width: 767.98px){
.result-list > ul li .content-container .media-content{
margin-right: 1rem;
max-width: 25%;
flex: 0 0 25%;
}
}
@media (max-width: 575.98px){
.result-list > ul li .content-container .media-content{
max-width: 30%;
flex: 0 0 30%;
}
}
.result-list > ul li .content-container .media-content figure{
margin-bottom: 0;
}
.result-list > ul li .content-container .content-text{
font-size: 1rem;
hyphens: auto;
}
.result-list > ul li .content-container .content-text > a{
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
line-clamp: 3;
max-height: 3lh;
text-overflow: ellipsis;
overflow: hidden;
}
.content-container #search-form{
padding: 1.25rem;
box-shadow: 0 0 5px rgba(0,0,0,0.1490196078);
display: block;
float: left;
width: 100%;
}
.content-container #search-form .btn{
margin-top: 0.25rem;
float: right;
}

/* ** [ /src_project/sites/portal/css/5/./print.css ] (@import) ** */
@media print{
*{
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
}
a[href]:after{
content: none !important;
}
body{
padding-top: 0 !important;
color: #000;
background: #fff;
-webkit-print-color-adjust: exact;
}

img{
display: block;
}
.container .row main[class^=col-]{
width: 100%;
}
.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{
max-width: 100%;
}
img,
table,
figure{
page-break-inside: avoid;
}
article .media-content{
float: none;
}
article .media-content.figure--right{
margin-left: 0;
}
.main-header,
.main-header.sticky-header,
.logo,
.affix{
position: static !important;
}
.main-header .navbar-brand span,
.main-header .print-logo{
display: block;
width: 222px;
height: auto;
visibility: visible !important;
margin-right: 1rem;
}
.main-header .navbar-expand-md .navbar-collapse{
display: none !important;
}
.main-header .navbar-brand{
position: relative;
left: inherit;
background: transparent !important;
margin-left: 0;
display: inline-flex;
flex-direction: row-reverse;
}
.main-header .navbar-brand .logo{
display: none !important;
}
.main-header.sticky-header,
.main-header{
box-shadow: none !important;
margin-bottom: 1rem;
}
.main-header.sticky-header > .container > .navbar,
.main-header > .container > .navbar{
border-bottom: 1px solid black !important;
}
.main-footer,
.navbar-collapse,
#template-footer,
.main-header .btn-contact,
.back-to-top,
.main-header .navbar .navbar-toggler,
.recaptcha,
#easycmp .banner,
.main-header .shortcuts,
aside,
.main-header .navbar > .container-fluid .mobil-buttons{
display: none !important;
}
.jbox-overlay-container{
right: auto !important;
left: 0.5% !important;
width: 97% !important;
margin-right: auto !important;
margin-left: auto !important;
}
.jbox-overlay-wrapper{
right: 0 !important;
left: 0 !important;
width: 100% !important;
margin-right: auto !important;
margin-left: auto !important;
}
.style2{
background: transparent;
border: 1px solid #677e6c;
}
.style1{
background: transparent;
border: 1px solid #eaeaea;
}
.breadcrumb a{
color: black;
}
}
@media print{
*{
-webkit-print-color-adjust: exact;
print-color-adjust: exact;
}
a[href]:after{
content: none !important;
}
body{
color: #000;
background: #fff;
-webkit-print-color-adjust: exact;
position: static;
width: 100%;
margin: 0;
padding: 0;
display: block !important;
}
img{
display: block;
}
article,
main,
aside,
section{
max-width: 100% !important;
flex: none !important;
width: 100% !important;
float: left;
margin: 0;
padding: 0;
overflow: visible;
display: block !important;
}
.main-header{
display: block !important;
position: static !important;
padding-left: 0;
padding-right: 0;
max-width: 100% !important;
flex: 0 0 100% !important;
width: 100% !important;
border-bottom: 1px solid black;
margin-bottom: 2rem;
}
.main-header #navbar1{
padding: 0;
}
.brand{
display: block !important;
}
.print-image,
.print-image img{
display: block !important;
}
.logo{
width: 100%;
}
.print-logo-first{
display: inline !important;
width: 175px !important;
height: 48px;
}
main article header h1{
display: block;
clear: both;
float: left;
width: 100%;
}
.sticky-header{
position: static !important;
}
article .media-content.img1{
max-width: 24% !important;
min-width: 1px;
}
article .media-content.img1.figure--left{
max-width: 35% !important;
}
article .media-content.img2{
max-width: 48% !important;
min-width: 1px;
}
article .media-content.img3{
max-width: 100%;
min-width: 1px;
}
article .media-content.figure--right{
float: right !important;
margin-left: 1rem !important;
}
article .media-content.figure--left{
float: left;
margin-right: 1rem !important;
}
article .media-content.figure--left figure{
margin-bottom: 0.5rem;
}
.breadcrumb,
#jbox-veil,
.content-mob-btn,
.navbar-collapse,
.related-articles,
.action-bar .action-btn,
.skip-content,
.skip-content-ancor,
.browserwarn,
.action-footer,
#main-header .brand .logo__logo,
.modal,
#easycmp .banner,
header .toplinks,
header .nav,
header .main-search,
aside,
#main-footer,
body::before,
.logo__logo,
.thbn-slider,
#navbarsMainMenu,
.page-navigation,
.gallery-container .top-control .arrow{
display: none !important;
}
.action-bar{
margin-top: 1rem;
}
.action-bar > div{
display: block;
float: left;
text-align: left;
}
.action-bar > div .author-date{
text-align: left;
}
.style1{
border-color: #efefef;
}
}

/* ** [ /src_project/sites/portal/css/5/./customer.css ] (@import) ** */
.dfx-trennlinie{display: none}
.infogroup .list-group .dfx-terminbox-alle::before{
content: " ";
position: absolute;
top: 0;
left: 0.85rem;
right: 0.85rem;
background: linear-gradient(to right,#677e6c 55%,transparent 0%) bottom/10px 2px repeat-x;
height: 1px;
}
.infogroup .list-group .dfx-terminbox-alle{
border: none;
border-bottom-width: medium;
border-bottom-style: none;
border-bottom-color: currentcolor;
background: transparent;
border-bottom: 2px;
padding: 0.75rem 1rem;
font-size: 0.95rem;
font-weight: normal;
position: relative;
box-shadow: inset 0px 0px 0px #677e6c66;
transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
display: block;
}
.infogroup .list-group .dfx-terminbox-mehr a{text-decoration: underline}
.infogroup .list-group .dfx-terminbox-item .dfx-terminbox-mehr a:hover,
.infogroup .list-group .dfx-terminbox-item:hover .dfx-terminbox-mehr a{color: #ffffff !important;text-decoration: underline}
.infogroup .list-group .dfx-terminbox-text{display: none}
.infogroup .list-group .dfx-terminbox-alle a:hover{text-decoration: underline}
span.ft-date{
display: block;
font-weight: normal;
font-size: 13px;
}
.infogroup{clear: both}
.related-articles{margin-bottom: 3em}
.related-articles.infogroup .rar.first-child > li::before{height: 0px !important}
.infogroup .list-group .list-group-item:first-child::before{height: 0px !important}
.related-articles.infogroup .rar a::before{margin-left: 0;left: 0px}
.related-articles.infogroup .rar a{padding-left: 13px}
.related-articles .nav-page{margin-bottom: 1em}
.related-articles .rar li:hover,
.related-articles .rar a:hover,
.related-articles .rar a:hover::before{
color: #fff !important;
background: #677e6c !important;
}
{

/* splitted due to filesize */

/* gen-time: (0.004106 sec) */