.facetwp-dropdown{
    margin: 0 auto;
    display: block;
}

.content-type-buttons {
    justify-content: center;
}

img:is([sizes="auto" i],[sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px
}

.post-views.entry-meta>span {
    margin-right: 0!important;
    font: 16px;
    line-height: 1
}

.post-views.entry-meta>span.post-views-icon.dashicons {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    text-decoration: inherit;
    vertical-align: middle
}

.post-views.load-dynamic .post-views-count {
    color: #fff0;
    transition: color 0.3s ease-in-out;
    position: relative
}

.post-views.load-dynamic.loaded .post-views-count {
    color: inherit
}

.post-views.load-dynamic.loading .post-views-count,.post-views.load-dynamic.loading .post-views-count:after {
    box-sizing: border-box
}

.post-views.load-dynamic .post-views-count:after {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    position: relative;
    color: #6610f2
}

.post-views.load-dynamic.loading .post-views-count:after {
    content: '';
    display: block;
    width: 16px;
    height: 16pxpx;
    border-radius: 50%;
    border: 2px solid currentColor;
    border-color: currentColor #fff0 currentColor #fff0;
    animation: pvc-loading 1s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 1
}

@keyframes pvc-loading {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.wp-block-tiptip-hyperlink-group-block,.wp-block-tiptip-hyperlink-group-block a p {
    background-color: var(--color-bkg,none);
    color: var(--color-text,none);
    cursor: pointer;
    display: block
}

.wp-block-tiptip-hyperlink-group-block a p:hover,.wp-block-tiptip-hyperlink-group-block:hover {
    background-color: var(--color-bkg-hover,none)
}

.ns-button-icon,.ns-button-label {
    color: var(--ns-icon-color);
    box-sizing: border-box
}

.ns-buttons {
    position: relative;
    --ns-btn-size: 40px;
    --ns-btn-margin: 10px
}

.ns-buttons-wrapper {
    display: flex;
    flex-wrap: wrap
}

.ns-columns.ns-has-total-share-count-before .ns-buttons-wrapper {
    margin-left: calc(var(--ns-btn-size) + 10px)
}

.ns-columns.ns-has-total-share-count-after .ns-buttons-wrapper {
    margin-right: calc(var(--ns-btn-size) + 10px)
}

body a.ns-button {
    display: inline-flex;
    height: var(--ns-btn-size);
    line-height: var(--ns-btn-size);
    margin: 0 var(--ns-btn-margin) var(--ns-btn-margin) 0;
    padding: 0;
    font-size: calc(var(--ns-btn-size) * .35);
    overflow: hidden;
    text-decoration: none;
    border: none;
    --ns-btn-color: #333;
    --ns-icon-color: #fff
}

.ns-button * {
    pointer-events: none
}

.ns-button-block {
    display: inline-flex;
    align-items: center;
    background: #333;
    background: var(--ns-btn-color)
}

.ns-button-wrapper {
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    width: 100%
}

.ns-button:not(.ns-hover-swap):hover .ns-button-wrapper>span:not(.ns-inverse) {
    box-shadow: inset 0 0 0 50px rgba(0,0,0,.1)
}

.ns-button:not(.ns-hover-swap):hover .ns-button-wrapper>span.ns-inverse {
    filter: brightness(.9)
}

.ns-button-icon {
    height: var(--ns-btn-size);
    width: var(--ns-btn-size);
    min-width: var(--ns-btn-size);
    justify-content: center
}

.ns-button-icon>* {
    height: 50%;
    margin: 0 auto
}

.ns-button-icon path {
    fill: currentColor
}

.ns-button-icon:has(+ .ns-hide) {
    width: 100%
}

.ns-button-share-count {
    display: none;
    align-items: center
}

.ns-button.ns-share-count:hover svg,.ns-hide {
    display: none
}

.ns-button.ns-share-count:hover .ns-button-share-count {
    display: flex
}

.ns-button-label {
    height: 100%;
    flex-grow: 1;
    padding: 0 15px 0 0;
    overflow: hidden
}

.ns-button-label-wrapper {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ns-button-icon.ns-border+.ns-button-label.ns-inverse,.ns-button-icon.ns-inverse+.ns-button-label:not(.ns-inverse),.ns-button-icon:not(.ns-inverse)+.ns-button-label.ns-inverse {
    padding-left: 10px
}

.ns-button.bluesky {
    --ns-btn-color: #1185FE
}

.ns-button.angellist,.ns-button.applemusic,.ns-button.codepen,.ns-button.digg,.ns-button.steam,.ns-button.threads,.ns-button.tiktok,.ns-button.twitter {
    --ns-btn-color: #000
}

.ns-button.facebook {
    --ns-btn-color: #3b5998
}

.ns-button.linkedin {
    --ns-btn-color: #0077B5
}

.ns-button.pinterest {
    --ns-btn-color: #C92228
}

.ns-button.buffer {
    --ns-btn-color: #323b43
}

.ns-button.reddit {
    --ns-btn-color: #ff4500
}

.ns-button.hackernews {
    --ns-btn-color: #F0652F
}

.ns-button.pocket {
    --ns-btn-color: #ef4056
}

.ns-button.whatsapp {
    --ns-btn-color: #25d366
}

.ns-button.tumblr {
    --ns-btn-color: #35465c
}

.ns-button.vkontakte {
    --ns-btn-color: #45668e
}

.ns-button.xing {
    --ns-btn-color: #026466
}

.ns-button.flipboard {
    --ns-btn-color: #e12828
}

.ns-button.mix {
    --ns-btn-color: #fd8235
}

.ns-button.yummly {
    --ns-btn-color: #e16120
}

.ns-button.sms {
    --ns-btn-color: #218AFF
}

.ns-button.email {
    --ns-btn-color: #319324
}

.ns-button.print {
    --ns-btn-color: #d34836
}

.ns-button.\35 00px {
    --ns-btn-color: #0099E5
}

.ns-button.bandcamp {
    --ns-btn-color: #408294
}

.ns-button.behance {
    --ns-btn-color: #1769FF
}

.ns-button.bitbucket {
    --ns-btn-color: #0052CC
}

.ns-button.copy {
    --ns-btn-color: #816B5B
}

.ns-button.deviantart {
    --ns-btn-color: #05CC47
}

.ns-button.discord {
    --ns-btn-color: #7289da
}

.ns-button.dribbble {
    --ns-btn-color: #EA4C89
}

.ns-button.dropbox {
    --ns-btn-color: #0061FF
}

.ns-button.flickr {
    --ns-btn-color: #0063DC
}

.ns-button.foursquare {
    --ns-btn-color: #F94877
}

.ns-button.github {
    --ns-btn-color: #181717
}

.ns-button.goodreads {
    --ns-btn-color: #553b08
}

.ns-button.houzz {
    --ns-btn-color: #4DBC15
}

.ns-button.instagram {
    --ns-btn-color: #E4405F
}

.ns-button.jsfiddle {
    --ns-btn-color: #0084FF
}

.ns-button.lastfm {
    --ns-btn-color: #D51007
}

.ns-button.line {
    --ns-btn-color: #00B900
}

.ns-button.location {
    --ns-btn-color: #EA4235
}

.ns-button.mastodon {
    --ns-btn-color: #6364FF
}

.ns-button.messenger {
    --ns-btn-color: #0078FF
}

.ns-button.mixcloud {
    --ns-btn-color: #314359
}

.ns-button.nextdoor {
    --ns-btn-color: #8ED500
}

.ns-button.phone {
    --ns-btn-color: #512DA8
}

.ns-button.rss {
    --ns-btn-color: #FFA500
}

.ns-button.share {
    --ns-btn-color: #2A2A2C
}

.ns-button.skype {
    --ns-btn-color: #00AFF0
}

.ns-button.snapchat {
    --ns-btn-color: #FFFC00
}

.ns-button.soundcloud {
    --ns-btn-color: #FF3300
}

.ns-button.spotify {
    --ns-btn-color: #1ED760
}

.ns-button.stackoverflow {
    --ns-btn-color: #FE7A16
}

.ns-button.subscribe {
    --ns-btn-color: #7A5189
}

.ns-button.telegram {
    --ns-btn-color: #0088cc
}

.ns-button.tripadvisor {
    --ns-btn-color: #34E0A1
}

.ns-button.vimeo {
    --ns-btn-color: #1AB7EA
}

.ns-button.wordpress {
    --ns-btn-color: #21759B
}

.ns-button.yelp {
    --ns-btn-color: #D32323
}

.ns-button.youtube {
    --ns-btn-color: #FF0000
}

.ns-border {
    border: 2px solid var(--ns-btn-color)
}

body .ns-button .ns-button-block.ns-inverse,body .ns-button:hover .ns-button-block.ns-inverse,body a.ns-button.ns-hover-swap .ns-button-block.ns-button-wrapper {
    background: 0 0;
    color: var(--ns-btn-color)
}

.ns-columns .ns-buttons-wrapper>a {
    flex-basis: calc(100% / var(--ns-columns) - ((var(--ns-columns) - 1) * var(--ns-btn-margin)/ var(--ns-columns)))
}

.ns-last-col {
    margin-right: 0!important
}

.ns-buttons.small {
    --ns-btn-size: 32px
}

.ns-buttons.large {
    --ns-btn-size: 50px
}

.ns-rounded {
    border-radius: 5px
}

.ns-rounded .ns-button-label {
    border-radius: 0 5px 5px 0
}

.ns-circular {
    border-radius: 50px
}

.ns-circular .ns-button-label {
    border-radius: 0 50px 50px 0
}

.ns-align-right {
    justify-content: right
}

.ns-align-right .ns-button {
    margin: 0 0 var(--ns-btn-margin) var(--ns-btn-margin)
}

.ns-align-center {
    justify-content: center
}

.ns-align-center .ns-button {
    margin-left: calc(var(--ns-btn-margin)/2);
    margin-right: calc(var(--ns-btn-margin)/2)
}

.ns-total-share-count {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: calc(var(--ns-btn-size) * .375);
    line-height: normal;
    height: var(--ns-btn-size);
    width: var(--ns-btn-size);
    margin: 0 var(--ns-btn-margin) var(--ns-btn-margin) 0
}

.ns-inline,.ns-inline-cta {
    margin-bottom: 10px
}

.ns-total-share-count-wrapper {
    display: table-cell;
    vertical-align: middle
}

.ns-total-share-count-amount {
    font-weight: 700
}

.ns-total-share-count-text {
    font-size: calc(var(--ns-btn-size) * .2)
}

.ns-columns .ns-total-share-count {
    position: absolute;
    right: 0;
    margin: 0!important
}

.ns-columns.ns-has-total-share-count-before .ns-total-share-count {
    right: unset;
    left: 0
}

.ns-inline-below {
    margin-top: 20px
}

.ns-inline-cta {
    font-size: 20px
}

.ns-floating {
    position: fixed;
    top: 25%;
    left: 5px;
    z-index: 999;
    height: 75%
}

.ns-floating .ns-buttons-wrapper {
    flex-direction: column;
    height: 100%
}

@media print {
    .ns-no-print,.ns-no-print * {
        display: none!important
    }
}

.page-list .current_page_item>a {
    font-weight: 700
}

.page-list-ext {
    clear: both
}

.page-list-ext {
    *zoom:1;}

.page-list-ext:before,.page-list-ext:after {
    display: table;
    line-height: 0;
    content: ""
}

.page-list-ext:after {
    clear: both
}

.page-list-ext .page-list-ext-item {
    clear: both;
    margin: 10px 0 30px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid
}

.page-list-ext .page-list-ext-image {
    float: left;
    display: inline;
    margin: 5px 15px 15px 0
}

.page-list-ext .page-list-ext-title {
    clear: none
}

.page-list-cols-2,.page-list-cols-3,.page-list-cols-4,.page-list-cols-5 {
    column-gap: 30px
}

.page-list-cols-2 {
    column-count: 2
}

.page-list-cols-3 {
    column-count: 3
}

.page-list-cols-4 {
    column-count: 4
}

.page-list-cols-5 {
    column-count: 5
}

@media (max-width: 767px) {
    .page-list-cols-2,.page-list-cols-3,.page-list-cols-4,.page-list-cols-5 {
        column-count:1
    }
}

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900)
}

.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.fa-classic,.fa-regular,.fa-solid,.far,.fas {
    font-family: "Font Awesome 6 Free"
}

.fa-brands,.fab {
    font-family: "Font Awesome 6 Brands"
}

.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-2xs {
    font-size: .625em;
    line-height: .1em;
    vertical-align: .225em
}

.fa-xs {
    font-size: .75em;
    line-height: .08333em;
    vertical-align: .125em
}

.fa-sm {
    font-size: .875em;
    line-height: .07143em;
    vertical-align: .05357em
}

.fa-lg {
    font-size: 1.25em;
    line-height: .05em;
    vertical-align: -.075em
}

.fa-xl {
    font-size: 1.5em;
    line-height: .04167em;
    vertical-align: -.125em
}

.fa-2xl {
    font-size: 2em;
    line-height: .03125em;
    vertical-align: -.1875em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: var(--fa-li-margin,2.5em);
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: calc(var(--fa-li-width, 2em)*-1);
    position: absolute;
    text-align: center;
    width: var(--fa-li-width,2em);
    line-height: inherit
}

.fa-border {
    border-radius: var(--fa-border-radius,.1em);
    border: var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);
    padding: var(--fa-border-padding,.2em .25em .15em)
}

.fa-pull-left {
    float: left;
    margin-right: var(--fa-pull-margin,.3em)
}

.fa-pull-right {
    float: right;
    margin-left: var(--fa-pull-margin,.3em)
}

.fa-beat {
    -webkit-animation-name: fa-beat;
    animation-name: fa-beat;
    -webkit-animation-delay: var(--fa-animation-delay,0s);
    animation-delay: var(--fa-animation-delay,0s);
    -webkit-animation-direction: var(--fa-animation-direction,normal);
    animation-direction: var(--fa-animation-direction,normal);
    -webkit-animation-duration: var(--fa-animation-duration,1s);
    animation-duration: var(--fa-animation-duration,1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing,ease-in-out);
    animation-timing-function: var(--fa-animation-timing,ease-in-out)
}

.fa-bounce {
    -webkit-animation-name: fa-bounce;
    animation-name: fa-bounce;
    -webkit-animation-delay: var(--fa-animation-delay,0s);
    animation-delay: var(--fa-animation-delay,0s);
    -webkit-animation-direction: var(--fa-animation-direction,normal);
    animation-direction: var(--fa-animation-direction,normal);
    -webkit-animation-duration: var(--fa-animation-duration,1s);
    animation-duration: var(--fa-animation-duration,1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));
    animation-timing-function: var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))
}

.fa-fade {
    -webkit-animation-name: fa-fade;
    animation-name: fa-fade;
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
    animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))
}

.fa-beat-fade,.fa-fade {
    -webkit-animation-delay: var(--fa-animation-delay,0s);
    animation-delay: var(--fa-animation-delay,0s);
    -webkit-animation-direction: var(--fa-animation-direction,normal);
    animation-direction: var(--fa-animation-direction,normal);
    -webkit-animation-duration: var(--fa-animation-duration,1s);
    animation-duration: var(--fa-animation-duration,1s)
}

.fa-beat-fade {
    -webkit-animation-name: fa-beat-fade;
    animation-name: fa-beat-fade;
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
    animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))
}

.fa-flip {
    -webkit-animation-name: fa-flip;
    animation-name: fa-flip;
    -webkit-animation-delay: var(--fa-animation-delay,0s);
    animation-delay: var(--fa-animation-delay,0s);
    -webkit-animation-direction: var(--fa-animation-direction,normal);
    animation-direction: var(--fa-animation-direction,normal);
    -webkit-animation-duration: var(--fa-animation-duration,1s);
    animation-duration: var(--fa-animation-duration,1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing,ease-in-out);
    animation-timing-function: var(--fa-animation-timing,ease-in-out)
}

.fa-shake {
    -webkit-animation-name: fa-shake;
    animation-name: fa-shake;
    -webkit-animation-duration: var(--fa-animation-duration,1s);
    animation-duration: var(--fa-animation-duration,1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing,linear);
    animation-timing-function: var(--fa-animation-timing,linear)
}

.fa-shake,.fa-spin {
    -webkit-animation-delay: var(--fa-animation-delay,0s);
    animation-delay: var(--fa-animation-delay,0s);
    -webkit-animation-direction: var(--fa-animation-direction,normal);
    animation-direction: var(--fa-animation-direction,normal)
}

.fa-spin {
    -webkit-animation-name: fa-spin;
    animation-name: fa-spin;
    -webkit-animation-duration: var(--fa-animation-duration,2s);
    animation-duration: var(--fa-animation-duration,2s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing,linear);
    animation-timing-function: var(--fa-animation-timing,linear)
}

.fa-spin-reverse {
    --fa-animation-direction: reverse
}

.fa-pulse,.fa-spin-pulse {
    -webkit-animation-name: fa-spin;
    animation-name: fa-spin;
    -webkit-animation-direction: var(--fa-animation-direction,normal);
    animation-direction: var(--fa-animation-direction,normal);
    -webkit-animation-duration: var(--fa-animation-duration,1s);
    animation-duration: var(--fa-animation-duration,1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing,steps(8));
    animation-timing-function: var(--fa-animation-timing,steps(8))
}

@media (prefers-reduced-motion:reduce) {
    .fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse {
        -webkit-animation-delay: -1ms;
        animation-delay: -1ms;
        -webkit-animation-duration: 1ms;
        animation-duration: 1ms;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-duration: 0s;
        transition-duration: 0s
    }
}

@-webkit-keyframes fa-beat {
    0%,90% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    45% {
        -webkit-transform: scale(var(--fa-beat-scale,1.25));
        transform: scale(var(--fa-beat-scale,1.25))
    }
}

@keyframes fa-beat {
    0%,90% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    45% {
        -webkit-transform: scale(var(--fa-beat-scale,1.25));
        transform: scale(var(--fa-beat-scale,1.25))
    }
}

@-webkit-keyframes fa-bounce {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }

    10% {
        -webkit-transform: scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);
        transform: scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)
    }

    30% {
        -webkit-transform: scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
        transform: scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))
    }

    50% {
        -webkit-transform: scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);
        transform: scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)
    }

    57% {
        -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
        transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em))
    }

    64% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }

    to {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }
}

@keyframes fa-bounce {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }

    10% {
        -webkit-transform: scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);
        transform: scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)
    }

    30% {
        -webkit-transform: scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
        transform: scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))
    }

    50% {
        -webkit-transform: scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);
        transform: scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)
    }

    57% {
        -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
        transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em))
    }

    64% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }

    to {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }
}

@-webkit-keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity,.4)
    }
}

@keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity,.4)
    }
}

@-webkit-keyframes fa-beat-fade {
    0%,to {
        opacity: var(--fa-beat-fade-opacity,.4);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(var(--fa-beat-fade-scale,1.125));
        transform: scale(var(--fa-beat-fade-scale,1.125))
    }
}

@keyframes fa-beat-fade {
    0%,to {
        opacity: var(--fa-beat-fade-opacity,.4);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(var(--fa-beat-fade-scale,1.125));
        transform: scale(var(--fa-beat-fade-scale,1.125))
    }
}

@-webkit-keyframes fa-flip {
    50% {
        -webkit-transform: rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));
        transform: rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))
    }
}

@keyframes fa-flip {
    50% {
        -webkit-transform: rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));
        transform: rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))
    }
}

@-webkit-keyframes fa-shake {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    4% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    8%,24% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    12%,28% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    20% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    32% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    36% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    40%,to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes fa-shake {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    4% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    8%,24% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    12%,28% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    20% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    32% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    36% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    40%,to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

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

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

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

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

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

.fa-rotate-by {
    -webkit-transform: rotate(var(--fa-rotate-angle,none));
    transform: rotate(var(--fa-rotate-angle,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%;
    z-index: var(--fa-stack-z-index,auto)
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: var(--fa-inverse,#fff)
}

.fa-0:before {
    content: "\30"
}

.fa-1:before {
    content: "\31"
}

.fa-2:before {
    content: "\32"
}

.fa-3:before {
    content: "\33"
}

.fa-4:before {
    content: "\34"
}

.fa-5:before {
    content: "\35"
}

.fa-6:before {
    content: "\36"
}

.fa-7:before {
    content: "\37"
}

.fa-8:before {
    content: "\38"
}

.fa-9:before {
    content: "\39"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-arrows-to-circle:before {
    content: "\e4bd"
}

.fa-chevron-circle-right:before,.fa-circle-chevron-right:before {
    content: "\f138"
}

.fa-at:before {
    content: "\40"
}

.fa-trash-alt:before,.fa-trash-can:before {
    content: "\f2ed"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-user-times:before,.fa-user-xmark:before {
    content: "\f235"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-comment-alt:before,.fa-message:before {
    content: "\f27a"
}

.fa-info:before {
    content: "\f129"
}

.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before {
    content: "\f422"
}

.fa-explosion:before {
    content: "\e4e9"
}

.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before {
    content: "\f15c"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-building-un:before {
    content: "\e4d9"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-calendar-alt:before,.fa-calendar-days:before {
    content: "\f073"
}

.fa-anchor-circle-check:before {
    content: "\e4aa"
}

.fa-building-circle-arrow-right:before {
    content: "\e4d1"
}

.fa-volleyball-ball:before,.fa-volleyball:before {
    content: "\f45f"
}

.fa-arrows-up-to-line:before {
    content: "\e4c2"
}

.fa-sort-desc:before,.fa-sort-down:before {
    content: "\f0dd"
}

.fa-circle-minus:before,.fa-minus-circle:before {
    content: "\f056"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-right-from-bracket:before,.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-soap:before {
    content: "\e06e"
}

.fa-heart-music-camera-bolt:before,.fa-icons:before {
    content: "\f86d"
}

.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before {
    content: "\f539"
}

.fa-bridge-circle-check:before {
    content: "\e4c9"
}

.fa-pump-medical:before {
    content: "\e06a"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-magnifying-glass-location:before,.fa-search-location:before {
    content: "\f689"
}

.fa-forward-step:before,.fa-step-forward:before {
    content: "\f051"
}

.fa-face-smile-beam:before,.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-football-ball:before,.fa-football:before {
    content: "\f44e"
}

.fa-school-circle-exclamation:before {
    content: "\e56c"
}

.fa-crop:before {
    content: "\f125"
}

.fa-angle-double-down:before,.fa-angles-down:before {
    content: "\f103"
}

.fa-users-rectangle:before {
    content: "\e594"
}

.fa-people-roof:before {
    content: "\e537"
}

.fa-people-line:before {
    content: "\e534"
}

.fa-beer-mug-empty:before,.fa-beer:before {
    content: "\f0fc"
}

.fa-diagram-predecessor:before {
    content: "\e477"
}

.fa-arrow-up-long:before,.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-burn:before,.fa-fire-flame-simple:before {
    content: "\f46a"
}

.fa-male:before,.fa-person:before {
    content: "\f183"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-truck-plane:before {
    content: "\e58f"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-face-grin-stars:before,.fa-grin-stars:before {
    content: "\f587"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before {
    content: "\f67b"
}

.fa-arrow-down-up-across-line:before {
    content: "\e4af"
}

.fa-spoon:before,.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-jar-wheat:before {
    content: "\e517"
}

.fa-envelopes-bulk:before,.fa-mail-bulk:before {
    content: "\f674"
}

.fa-file-circle-exclamation:before {
    content: "\e4eb"
}

.fa-circle-h:before,.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-pager:before {
    content: "\f815"
}

.fa-address-book:before,.fa-contact-book:before {
    content: "\f2b9"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-k:before {
    content: "\4b"
}

.fa-landmark-flag:before {
    content: "\e51c"
}

.fa-pencil-alt:before,.fa-pencil:before {
    content: "\f303"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-comments:before {
    content: "\f086"
}

.fa-file-clipboard:before,.fa-paste:before {
    content: "\f0ea"
}

.fa-code-pull-request:before {
    content: "\e13c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-truck-loading:before,.fa-truck-ramp-box:before {
    content: "\f4de"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-vial-virus:before {
    content: "\e597"
}

.fa-sheet-plastic:before {
    content: "\e571"
}

.fa-blog:before {
    content: "\f781"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-person-arrow-up-from-line:before {
    content: "\e539"
}

.fa-scroll-torah:before,.fa-torah:before {
    content: "\f6a0"
}

.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before {
    content: "\f458"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-archive:before,.fa-box-archive:before {
    content: "\f187"
}

.fa-person-drowning:before {
    content: "\e545"
}

.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-w:before {
    content: "\57"
}

.fa-earth-africa:before,.fa-globe-africa:before {
    content: "\f57c"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-tablet-alt:before,.fa-tablet-screen-button:before {
    content: "\f3fa"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-trowel-bricks:before {
    content: "\e58a"
}

.fa-face-flushed:before,.fa-flushed:before {
    content: "\f579"
}

.fa-hospital-user:before {
    content: "\f80d"
}

.fa-tent-arrow-left-right:before {
    content: "\e57f"
}

.fa-gavel:before,.fa-legal:before {
    content: "\f0e3"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-box-tissue:before {
    content: "\e05b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-bell-concierge:before,.fa-concierge-bell:before {
    content: "\f562"
}

.fa-pen-ruler:before,.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-people-arrows-left-right:before,.fa-people-arrows:before {
    content: "\e068"
}

.fa-mars-and-venus-burst:before {
    content: "\e523"
}

.fa-caret-square-right:before,.fa-square-caret-right:before {
    content: "\f152"
}

.fa-cut:before,.fa-scissors:before {
    content: "\f0c4"
}

.fa-sun-plant-wilt:before {
    content: "\e57a"
}

.fa-toilets-portable:before {
    content: "\e584"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magnifying-glass-arrow-right:before {
    content: "\e521"
}

.fa-digital-tachograph:before,.fa-tachograph-digital:before {
    content: "\f566"
}

.fa-users-slash:before {
    content: "\e073"
}

.fa-clover:before {
    content: "\e139"
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\f3e5"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-house-fire:before {
    content: "\e50c"
}

.fa-minus-square:before,.fa-square-minus:before {
    content: "\f146"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-down:before,.fa-square-caret-down:before {
    content: "\f150"
}

.fa-file-circle-question:before {
    content: "\e4ef"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-bars:before,.fa-navicon:before {
    content: "\f0c9"
}

.fa-people-group:before {
    content: "\e533"
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
    content: "\f253"
}

.fa-heart-broken:before,.fa-heart-crack:before {
    content: "\f7a9"
}

.fa-external-link-square-alt:before,.fa-square-up-right:before {
    content: "\f360"
}

.fa-face-kiss-beam:before,.fa-kiss-beam:before {
    content: "\f597"
}

.fa-film:before {
    content: "\f008"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-people-robbery:before {
    content: "\e536"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-circle-exclamation:before,.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-school-circle-xmark:before {
    content: "\e56d"
}

.fa-arrow-right-from-bracket:before,.fa-sign-out:before {
    content: "\f08b"
}

.fa-chevron-circle-down:before,.fa-circle-chevron-down:before {
    content: "\f13a"
}

.fa-unlock-alt:before,.fa-unlock-keyhole:before {
    content: "\f13e"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-headphones-alt:before,.fa-headphones-simple:before {
    content: "\f58f"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-circle-dollar-to-slot:before,.fa-donate:before {
    content: "\f4b9"
}

.fa-memory:before {
    content: "\f538"
}

.fa-road-spikes:before {
    content: "\e568"
}

.fa-fire-burner:before {
    content: "\e4f1"
}

.fa-flag:before {
    content: "\f024"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-volume-down:before,.fa-volume-low:before {
    content: "\f027"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-compress:before {
    content: "\f066"
}

.fa-wheat-alt:before,.fa-wheat-awn:before {
    content: "\e2cd"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-hands-holding-child:before {
    content: "\e4fa"
}

.fa-asterisk:before {
    content: "\2a"
}

.fa-check-square:before,.fa-square-check:before {
    content: "\f14a"
}

.fa-peseta-sign:before {
    content: "\e221"
}

.fa-header:before,.fa-heading:before {
    content: "\f1dc"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-list-squares:before,.fa-list:before {
    content: "\f03a"
}

.fa-phone-square-alt:before,.fa-square-phone-flip:before {
    content: "\f87b"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-circle-dot:before,.fa-dot-circle:before {
    content: "\f192"
}

.fa-dizzy:before,.fa-face-dizzy:before {
    content: "\f567"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-house-medical-circle-xmark:before {
    content: "\e513"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before {
    content: "\f1e3"
}

.fa-paint-brush:before,.fa-paintbrush:before {
    content: "\f1fc"
}

.fa-lock:before {
    content: "\f023"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-hot-tub-person:before,.fa-hot-tub:before {
    content: "\f593"
}

.fa-map-location:before,.fa-map-marked:before {
    content: "\f59f"
}

.fa-house-flood-water:before {
    content: "\e50e"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-bridge-lock:before {
    content: "\e4cc"
}

.fa-sack-dollar:before {
    content: "\f81d"
}

.fa-edit:before,.fa-pen-to-square:before {
    content: "\f044"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-share-alt:before,.fa-share-nodes:before {
    content: "\f1e0"
}

.fa-heart-circle-minus:before {
    content: "\e4ff"
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
    content: "\f252"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-sink:before {
    content: "\e06d"
}

.fa-bag-shopping:before,.fa-shopping-bag:before {
    content: "\f290"
}

.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-person-rays:before {
    content: "\e54d"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-flask-vial:before {
    content: "\e4f3"
}

.fa-hand-paper:before,.fa-hand:before {
    content: "\f256"
}

.fa-om:before {
    content: "\f679"
}

.fa-worm:before {
    content: "\e599"
}

.fa-house-circle-xmark:before {
    content: "\e50b"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-face-kiss:before,.fa-kiss:before {
    content: "\f596"
}

.fa-bridge-circle-xmark:before {
    content: "\e4cb"
}

.fa-face-grin-tongue:before,.fa-grin-tongue:before {
    content: "\f589"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-face-grin-wink:before,.fa-grin-wink:before {
    content: "\f58c"
}

.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-road-circle-check:before {
    content: "\e564"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-rss-square:before,.fa-square-rss:before {
    content: "\f143"
}

.fa-land-mine-on:before {
    content: "\e51b"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-stairs:before {
    content: "\e289"
}

.fa-i:before {
    content: "\49"
}

.fa-hryvnia-sign:before,.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-pills:before {
    content: "\f484"
}

.fa-face-grin-wide:before,.fa-grin-alt:before {
    content: "\f581"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-v:before {
    content: "\56"
}

.fa-bangladeshi-taka-sign:before {
    content: "\e2e6"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before {
    content: "\e579"
}

.fa-head-side-cough-slash:before {
    content: "\e062"
}

.fa-ambulance:before,.fa-truck-medical:before {
    content: "\f0f9"
}

.fa-wheat-awn-circle-exclamation:before {
    content: "\e598"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-road-barrier:before {
    content: "\e562"
}

.fa-school:before {
    content: "\f549"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-joint:before {
    content: "\f595"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-q:before {
    content: "\51"
}

.fa-g:before {
    content: "\47"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-dong-sign:before {
    content: "\e169"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-poo-bolt:before,.fa-poo-storm:before {
    content: "\f75a"
}

.fa-face-frown-open:before,.fa-frown-open:before {
    content: "\f57a"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-helmet-un:before {
    content: "\e503"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-arrow-up-from-bracket:before {
    content: "\e09a"
}

.fa-folder-blank:before,.fa-folder:before {
    content: "\f07b"
}

.fa-file-medical-alt:before,.fa-file-waveform:before {
    content: "\f478"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-chart-simple:before {
    content: "\e473"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-vial:before {
    content: "\f492"
}

.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before {
    content: "\f624"
}

.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before {
    content: "\e2ca"
}

.fa-e:before {
    content: "\45"
}

.fa-pen-alt:before,.fa-pen-clip:before {
    content: "\f305"
}

.fa-bridge-circle-exclamation:before {
    content: "\e4ca"
}

.fa-user:before {
    content: "\f007"
}

.fa-school-circle-check:before {
    content: "\e56b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-shuttle-van:before,.fa-van-shuttle:before {
    content: "\f5b6"
}

.fa-building-user:before {
    content: "\e4da"
}

.fa-caret-square-left:before,.fa-square-caret-left:before {
    content: "\f191"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-key:before {
    content: "\f084"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-person-half-dress:before {
    content: "\e548"
}

.fa-road-bridge:before {
    content: "\e563"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-c:before {
    content: "\43"
}

.fa-tablet-button:before {
    content: "\f10a"
}

.fa-building-lock:before {
    content: "\e4d6"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-area-chart:before,.fa-chart-area:before {
    content: "\f1fe"
}

.fa-house-flag:before {
    content: "\e50d"
}

.fa-person-circle-minus:before {
    content: "\e540"
}

.fa-ban:before,.fa-cancel:before {
    content: "\f05e"
}

.fa-camera-rotate:before {
    content: "\e0d8"
}

.fa-air-freshener:before,.fa-spray-can-sparkles:before {
    content: "\f5d0"
}

.fa-star:before {
    content: "\f005"
}

.fa-repeat:before {
    content: "\f363"
}

.fa-cross:before {
    content: "\f654"
}

.fa-box:before {
    content: "\f466"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-arrow-pointer:before,.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-expand-arrows-alt:before,.fa-maximize:before {
    content: "\f31e"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-shapes:before,.fa-triangle-circle-square:before {
    content: "\f61f"
}

.fa-random:before,.fa-shuffle:before {
    content: "\f074"
}

.fa-person-running:before,.fa-running:before {
    content: "\f70c"
}

.fa-mobile-retro:before {
    content: "\e527"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-spider:before {
    content: "\f717"
}

.fa-hands-bound:before {
    content: "\e4f9"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-plane-circle-exclamation:before {
    content: "\e556"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-slash:before {
    content: "\f715"
}

.fa-computer-mouse:before,.fa-mouse:before {
    content: "\f8cc"
}

.fa-arrow-right-to-bracket:before,.fa-sign-in:before {
    content: "\f090"
}

.fa-shop-slash:before,.fa-store-alt-slash:before {
    content: "\e070"
}

.fa-server:before {
    content: "\f233"
}

.fa-virus-covid-slash:before {
    content: "\e4a9"
}

.fa-shop-lock:before {
    content: "\e4a5"
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
    content: "\f251"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-building-wheat:before {
    content: "\e4db"
}

.fa-person-breastfeeding:before {
    content: "\e53a"
}

.fa-right-to-bracket:before,.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-venus:before {
    content: "\f221"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-heart-pulse:before,.fa-heartbeat:before {
    content: "\f21e"
}

.fa-people-carry-box:before,.fa-people-carry:before {
    content: "\f4ce"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-crown:before {
    content: "\f521"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-xmarks-lines:before {
    content: "\e59a"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-weight-scale:before,.fa-weight:before {
    content: "\f496"
}

.fa-user-friends:before,.fa-user-group:before {
    content: "\f500"
}

.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-face-laugh-squint:before,.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-arrow-circle-up:before,.fa-circle-arrow-up:before {
    content: "\f0aa"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-person-walking:before,.fa-walking:before {
    content: "\f554"
}

.fa-l:before {
    content: "\4c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-bed-pulse:before,.fa-procedures:before {
    content: "\f487"
}

.fa-shuttle-space:before,.fa-space-shuttle:before {
    content: "\f197"
}

.fa-face-laugh:before,.fa-laugh:before {
    content: "\f599"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-heart-circle-plus:before {
    content: "\e500"
}

.fa-code-fork:before {
    content: "\e13b"
}

.fa-city:before {
    content: "\f64f"
}

.fa-microphone-alt:before,.fa-microphone-lines:before {
    content: "\f3c9"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-colon-sign:before {
    content: "\e140"
}

.fa-headset:before {
    content: "\f590"
}

.fa-store-slash:before {
    content: "\e071"
}

.fa-road-circle-xmark:before {
    content: "\e566"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-mars-stroke-up:before,.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-champagne-glasses:before,.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-house-circle-exclamation:before {
    content: "\e50a"
}

.fa-file-arrow-up:before,.fa-file-upload:before {
    content: "\f574"
}

.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before {
    content: "\f1eb"
}

.fa-bath:before,.fa-bathtub:before {
    content: "\f2cd"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-user-edit:before,.fa-user-pen:before {
    content: "\f4ff"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-bold:before {
    content: "\f032"
}

.fa-anchor-lock:before {
    content: "\e4ad"
}

.fa-building-ngo:before {
    content: "\e4d7"
}

.fa-manat-sign:before {
    content: "\e1d5"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-border-style:before,.fa-border-top-left:before {
    content: "\f853"
}

.fa-map-location-dot:before,.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-poll:before,.fa-square-poll-vertical:before {
    content: "\f681"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-battery-car:before,.fa-car-battery:before {
    content: "\f5df"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-building-circle-check:before {
    content: "\e4d2"
}

.fa-person-chalkboard:before {
    content: "\e53d"
}

.fa-mars-stroke-h:before,.fa-mars-stroke-right:before {
    content: "\f22b"
}

.fa-hand-back-fist:before,.fa-hand-rock:before {
    content: "\f255"
}

.fa-caret-square-up:before,.fa-square-caret-up:before {
    content: "\f151"
}

.fa-cloud-showers-water:before {
    content: "\e4e4"
}

.fa-bar-chart:before,.fa-chart-bar:before {
    content: "\f080"
}

.fa-hands-bubbles:before,.fa-hands-wash:before {
    content: "\e05e"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-train:before {
    content: "\f238"
}

.fa-eye-low-vision:before,.fa-low-vision:before {
    content: "\f2a8"
}

.fa-crow:before {
    content: "\f520"
}

.fa-sailboat:before {
    content: "\e445"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-plus-square:before,.fa-square-plus:before {
    content: "\f0fe"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-bucket:before {
    content: "\e4cf"
}

.fa-image:before {
    content: "\f03e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-cow:before {
    content: "\f6c8"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-folder-closed:before {
    content: "\e185"
}

.fa-house-tsunami:before {
    content: "\e515"
}

.fa-square-nfi:before {
    content: "\e576"
}

.fa-arrow-up-from-ground-water:before {
    content: "\e4b5"
}

.fa-glass-martini-alt:before,.fa-martini-glass:before {
    content: "\f57b"
}

.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-columns:before,.fa-table-columns:before {
    content: "\f0db"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-head-side-mask:before {
    content: "\e063"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-dolly-box:before,.fa-dolly:before {
    content: "\f472"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-compress-arrows-alt:before,.fa-minimize:before {
    content: "\f78c"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-angle-double-right:before,.fa-angles-right:before {
    content: "\f101"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-circle-play:before,.fa-play-circle:before {
    content: "\f144"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-eur:before,.fa-euro-sign:before,.fa-euro:before {
    content: "\f153"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-check-circle:before,.fa-circle-check:before {
    content: "\f058"
}

.fa-circle-stop:before,.fa-stop-circle:before {
    content: "\f28d"
}

.fa-compass-drafting:before,.fa-drafting-compass:before {
    content: "\f568"
}

.fa-plate-wheat:before {
    content: "\e55a"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-person-shelter:before {
    content: "\e54f"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-face-laugh-beam:before,.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-helicopter-symbol:before {
    content: "\e502"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-chevron-circle-up:before,.fa-circle-chevron-up:before {
    content: "\f139"
}

.fa-lari-sign:before {
    content: "\e1c8"
}

.fa-volcano:before {
    content: "\f770"
}

.fa-person-walking-dashed-line-arrow-right:before {
    content: "\e553"
}

.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before {
    content: "\f154"
}

.fa-viruses:before {
    content: "\e076"
}

.fa-square-person-confined:before {
    content: "\e577"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-arrow-down-long:before,.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-tent-arrow-down-to-line:before {
    content: "\e57e"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\f122"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-person-skating:before,.fa-skating:before {
    content: "\f7c5"
}

.fa-filter-circle-dollar:before,.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-arrow-circle-down:before,.fa-circle-arrow-down:before {
    content: "\f0ab"
}

.fa-arrow-right-to-file:before,.fa-file-import:before {
    content: "\f56f"
}

.fa-external-link-square:before,.fa-square-arrow-up-right:before {
    content: "\f14c"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-location-pin-lock:before {
    content: "\e51f"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-hill-avalanche:before {
    content: "\e507"
}

.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before {
    content: "\f2bb"
}

.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before {
    content: "\f516"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-diamond-turn-right:before,.fa-directions:before {
    content: "\f5eb"
}

.fa-burst:before {
    content: "\e4dc"
}

.fa-house-laptop:before,.fa-laptop-house:before {
    content: "\e066"
}

.fa-face-tired:before,.fa-tired:before {
    content: "\f5c8"
}

.fa-money-bills:before {
    content: "\e1f3"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-arrows-turn-right:before {
    content: "\e4c0"
}

.fa-vest:before {
    content: "\e085"
}

.fa-ferry:before {
    content: "\e4ea"
}

.fa-arrows-down-to-people:before {
    content: "\e4b9"
}

.fa-seedling:before,.fa-sprout:before {
    content: "\f4d8"
}

.fa-arrows-alt-h:before,.fa-left-right:before {
    content: "\f337"
}

.fa-boxes-packing:before {
    content: "\e4c7"
}

.fa-arrow-circle-left:before,.fa-circle-arrow-left:before {
    content: "\f0a8"
}

.fa-group-arrows-rotate:before {
    content: "\e4f6"
}

.fa-bowl-food:before {
    content: "\e4c6"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-cloud-bolt:before,.fa-thunderstorm:before {
    content: "\f76c"
}

.fa-remove-format:before,.fa-text-slash:before {
    content: "\f87d"
}

.fa-face-smile-wink:before,.fa-smile-wink:before {
    content: "\f4da"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-arrows-h:before,.fa-arrows-left-right:before {
    content: "\f07e"
}

.fa-house-lock:before {
    content: "\e510"
}

.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-children:before {
    content: "\e4e1"
}

.fa-blackboard:before,.fa-chalkboard:before {
    content: "\f51b"
}

.fa-user-alt-slash:before,.fa-user-large-slash:before {
    content: "\f4fa"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before {
    content: "\e05f"
}

.fa-mattress-pillow:before {
    content: "\e525"
}

.fa-guarani-sign:before {
    content: "\e19a"
}

.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before {
    content: "\f021"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-cruzeiro-sign:before {
    content: "\e152"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-shield-alt:before,.fa-shield-halved:before {
    content: "\f3ed"
}

.fa-atlas:before,.fa-book-atlas:before {
    content: "\f558"
}

.fa-virus:before {
    content: "\e074"
}

.fa-envelope-circle-check:before {
    content: "\e4e8"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-arrows-to-dot:before {
    content: "\e4be"
}

.fa-archway:before {
    content: "\f557"
}

.fa-heart-circle-check:before {
    content: "\e4fd"
}

.fa-house-chimney-crack:before,.fa-house-damage:before {
    content: "\f6f1"
}

.fa-file-archive:before,.fa-file-zipper:before {
    content: "\f1c6"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-glass-martini:before,.fa-martini-glass-empty:before {
    content: "\f000"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cedi-sign:before {
    content: "\e0df"
}

.fa-italic:before {
    content: "\f033"
}

.fa-church:before {
    content: "\f51d"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-z:before {
    content: "\5a"
}

.fa-person-skiing:before,.fa-skiing:before {
    content: "\f7c9"
}

.fa-road-lock:before {
    content: "\e567"
}

.fa-a:before {
    content: "\41"
}

.fa-temperature-arrow-down:before,.fa-temperature-down:before {
    content: "\e03f"
}

.fa-feather-alt:before,.fa-feather-pointed:before {
    content: "\f56b"
}

.fa-p:before {
    content: "\50"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-ad:before,.fa-rectangle-ad:before {
    content: "\f641"
}

.fa-arrow-circle-right:before,.fa-circle-arrow-right:before {
    content: "\f0a9"
}

.fa-filter-circle-xmark:before {
    content: "\e17b"
}

.fa-locust:before {
    content: "\e520"
}

.fa-sort:before,.fa-unsorted:before {
    content: "\f0dc"
}

.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before {
    content: "\f0cb"
}

.fa-person-dress-burst:before {
    content: "\e544"
}

.fa-money-check-alt:before,.fa-money-check-dollar:before {
    content: "\f53d"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-question:before {
    content: "\3f"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-arrows-alt:before,.fa-up-down-left-right:before {
    content: "\f0b2"
}

.fa-house-chimney-user:before {
    content: "\e065"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-star-half-alt:before,.fa-star-half-stroke:before {
    content: "\f5c0"
}

.fa-code:before {
    content: "\f121"
}

.fa-glass-whiskey:before,.fa-whiskey-glass:before {
    content: "\f7a0"
}

.fa-building-circle-exclamation:before {
    content: "\e4d3"
}

.fa-magnifying-glass-chart:before {
    content: "\e522"
}

.fa-arrow-up-right-from-square:before,.fa-external-link:before {
    content: "\f08e"
}

.fa-cubes-stacked:before {
    content: "\e4e6"
}

.fa-krw:before,.fa-won-sign:before,.fa-won:before {
    content: "\f159"
}

.fa-virus-covid:before {
    content: "\e4a8"
}

.fa-austral-sign:before {
    content: "\e0a9"
}

.fa-f:before {
    content: "\46"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-road:before {
    content: "\f018"
}

.fa-cab:before,.fa-taxi:before {
    content: "\f1ba"
}

.fa-person-circle-plus:before {
    content: "\e541"
}

.fa-chart-pie:before,.fa-pie-chart:before {
    content: "\f200"
}

.fa-bolt-lightning:before {
    content: "\e0b7"
}

.fa-sack-xmark:before {
    content: "\e56a"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-fish-fins:before {
    content: "\e4f2"
}

.fa-building-flag:before {
    content: "\e4d5"
}

.fa-face-grin-beam:before,.fa-grin-beam:before {
    content: "\f582"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-poop:before {
    content: "\f619"
}

.fa-location-pin:before,.fa-map-marker:before {
    content: "\f041"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before {
    content: "\f807"
}

.fa-eject:before {
    content: "\f052"
}

.fa-arrow-alt-circle-right:before,.fa-circle-right:before {
    content: "\f35a"
}

.fa-plane-circle-check:before {
    content: "\e555"
}

.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-chart-line:before,.fa-line-chart:before {
    content: "\f201"
}

.fa-mask-ventilator:before {
    content: "\e524"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-map-signs:before,.fa-signs-post:before {
    content: "\f277"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-person-circle-question:before {
    content: "\e542"
}

.fa-h:before {
    content: "\48"
}

.fa-tarp:before {
    content: "\e57b"
}

.fa-screwdriver-wrench:before,.fa-tools:before {
    content: "\f7d9"
}

.fa-arrows-to-eye:before {
    content: "\e4bf"
}

.fa-plug-circle-bolt:before {
    content: "\e55b"
}

.fa-heart:before {
    content: "\f004"
}

.fa-mars-and-venus:before {
    content: "\f224"
}

.fa-home-user:before,.fa-house-user:before {
    content: "\e1b0"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-house-crack:before {
    content: "\e3b1"
}

.fa-cocktail:before,.fa-martini-glass-citrus:before {
    content: "\f561"
}

.fa-face-surprise:before,.fa-surprise:before {
    content: "\f5c2"
}

.fa-bottle-water:before {
    content: "\e4c5"
}

.fa-circle-pause:before,.fa-pause-circle:before {
    content: "\f28b"
}

.fa-toilet-paper-slash:before {
    content: "\e072"
}

.fa-apple-alt:before,.fa-apple-whole:before {
    content: "\f5d1"
}

.fa-kitchen-set:before {
    content: "\e51a"
}

.fa-r:before {
    content: "\52"
}

.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-bitcoin-sign:before {
    content: "\e0b4"
}

.fa-shield-dog:before {
    content: "\e573"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-elevator:before {
    content: "\e16d"
}

.fa-money-bill-transfer:before {
    content: "\e528"
}

.fa-money-bill-trend-up:before {
    content: "\e529"
}

.fa-house-flood-water-circle-arrow-right:before {
    content: "\e50f"
}

.fa-poll-h:before,.fa-square-poll-horizontal:before {
    content: "\f682"
}

.fa-circle:before {
    content: "\f111"
}

.fa-backward-fast:before,.fa-fast-backward:before {
    content: "\f049"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-plane-slash:before {
    content: "\e069"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-basketball-ball:before,.fa-basketball:before {
    content: "\f434"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-arrow-alt-circle-up:before,.fa-circle-up:before {
    content: "\f35b"
}

.fa-mobile-alt:before,.fa-mobile-screen-button:before {
    content: "\f3cd"
}

.fa-volume-high:before,.fa-volume-up:before {
    content: "\f028"
}

.fa-users-rays:before {
    content: "\e593"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-burger:before,.fa-hamburger:before {
    content: "\f805"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-bugs:before {
    content: "\e4d0"
}

.fa-rupee-sign:before,.fa-rupee:before {
    content: "\f156"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-circle-question:before,.fa-question-circle:before {
    content: "\f059"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-handshake-slash:before {
    content: "\e060"
}

.fa-book-bookmark:before {
    content: "\e0bb"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-bridge:before {
    content: "\e4c8"
}

.fa-phone-alt:before,.fa-phone-flip:before {
    content: "\f879"
}

.fa-truck-front:before {
    content: "\e2b7"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-anchor-circle-exclamation:before {
    content: "\e4ab"
}

.fa-truck-field:before {
    content: "\e58d"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-clipboard-question:before {
    content: "\e4e3"
}

.fa-panorama:before {
    content: "\e209"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-file-circle-minus:before {
    content: "\e4ed"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-fast-forward:before,.fa-forward-fast:before {
    content: "\f050"
}

.fa-face-meh-blank:before,.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-parking:before,.fa-square-parking:before {
    content: "\f540"
}

.fa-house-signal:before {
    content: "\e012"
}

.fa-bars-progress:before,.fa-tasks-alt:before {
    content: "\f828"
}

.fa-faucet-drip:before {
    content: "\e006"
}

.fa-cart-flatbed:before,.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-ban-smoking:before,.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-mobile-button:before {
    content: "\f10b"
}

.fa-house-medical-flag:before {
    content: "\e514"
}

.fa-basket-shopping:before,.fa-shopping-basket:before {
    content: "\f291"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-bus-alt:before,.fa-bus-simple:before {
    content: "\f55e"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-face-sad-cry:before,.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-person-military-to-person:before {
    content: "\e54c"
}

.fa-file-shield:before {
    content: "\e4f0"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-pen:before {
    content: "\f304"
}

.fa-tower-observation:before {
    content: "\e586"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before {
    content: "\f012"
}

.fa-bus:before {
    content: "\f207"
}

.fa-heart-circle-xmark:before {
    content: "\e501"
}

.fa-home-lg:before,.fa-house-chimney:before {
    content: "\e3af"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-face-frown:before,.fa-frown:before {
    content: "\f119"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-shop:before,.fa-store-alt:before {
    content: "\f54f"
}

.fa-floppy-disk:before,.fa-save:before {
    content: "\f0c7"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-balance-scale-left:before,.fa-scale-unbalanced:before {
    content: "\f515"
}

.fa-sort-asc:before,.fa-sort-up:before {
    content: "\f0de"
}

.fa-comment-dots:before,.fa-commenting:before {
    content: "\f4ad"
}

.fa-plant-wilt:before {
    content: "\e5aa"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-face-grin-squint:before,.fa-grin-squint:before {
    content: "\f585"
}

.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-bacterium:before {
    content: "\e05a"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hands-praying:before,.fa-praying-hands:before {
    content: "\f684"
}

.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before {
    content: "\f01e"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-location-crosshairs:before,.fa-location:before {
    content: "\f601"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-child-dress:before {
    content: "\e59c"
}

.fa-users-between-lines:before {
    content: "\e591"
}

.fa-lungs-virus:before {
    content: "\e067"
}

.fa-face-grin-tears:before,.fa-grin-tears:before {
    content: "\f588"
}

.fa-phone:before {
    content: "\f095"
}

.fa-calendar-times:before,.fa-calendar-xmark:before {
    content: "\f273"
}

.fa-child-reaching:before {
    content: "\e59d"
}

.fa-head-side-virus:before {
    content: "\e064"
}

.fa-user-cog:before,.fa-user-gear:before {
    content: "\f4fe"
}

.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-shield-virus:before {
    content: "\e06c"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-mosquito-net:before {
    content: "\e52c"
}

.fa-bridge-water:before {
    content: "\e4ce"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-digging:before,.fa-person-digging:before {
    content: "\f85e"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before {
    content: "\f629"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-quote-right-alt:before,.fa-quote-right:before {
    content: "\f10e"
}

.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before {
    content: "\f553"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-divide:before {
    content: "\f529"
}

.fa-tenge-sign:before,.fa-tenge:before {
    content: "\f7d7"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-hands-holding:before {
    content: "\f4c2"
}

.fa-hands-clapping:before {
    content: "\e1a8"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-person-circle-xmark:before {
    content: "\e543"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-j:before {
    content: "\4a"
}

.fa-users-viewfinder:before {
    content: "\e595"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-external-link-alt:before,.fa-up-right-from-square:before {
    content: "\f35d"
}

.fa-table-cells:before,.fa-th:before {
    content: "\f00a"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-bible:before,.fa-book-bible:before {
    content: "\f647"
}

.fa-o:before {
    content: "\4f"
}

.fa-medkit:before,.fa-suitcase-medical:before {
    content: "\f0fa"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-otter:before {
    content: "\f700"
}

.fa-female:before,.fa-person-dress:before {
    content: "\f182"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-briefcase-clock:before,.fa-business-time:before {
    content: "\f64a"
}

.fa-table-cells-large:before,.fa-th-large:before {
    content: "\f009"
}

.fa-book-tanakh:before,.fa-tanakh:before {
    content: "\f827"
}

.fa-phone-volume:before,.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-clipboard-user:before {
    content: "\f7f3"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-plane-lock:before {
    content: "\e558"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-comment:before {
    content: "\f075"
}

.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before {
    content: "\f1fd"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-angle-double-up:before,.fa-angles-up:before {
    content: "\f102"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-arrow-right-to-city:before {
    content: "\e4b3"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-lungs:before {
    content: "\f604"
}

.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-litecoin-sign:before {
    content: "\e1d3"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-circle-nodes:before {
    content: "\e4e2"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-truck-field-un:before {
    content: "\e58e"
}

.fa-hourglass-empty:before,.fa-hourglass:before {
    content: "\f254"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-user-doctor:before,.fa-user-md:before {
    content: "\f0f0"
}

.fa-circle-info:before,.fa-info-circle:before {
    content: "\f05a"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-camera-alt:before,.fa-camera:before {
    content: "\f030"
}

.fa-square-virus:before {
    content: "\e578"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-car-on:before {
    content: "\e4dd"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-hand-holding-droplet:before,.fa-hand-holding-water:before {
    content: "\f4c1"
}

.fa-water:before {
    content: "\f773"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before {
    content: "\f486"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-person-cane:before {
    content: "\e53c"
}

.fa-tent:before {
    content: "\e57d"
}

.fa-vest-patches:before {
    content: "\e086"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-money-bill-wheat:before {
    content: "\e52a"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before {
    content: "\f0e2"
}

.fa-hard-drive:before,.fa-hdd:before {
    content: "\f0a0"
}

.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-list-alt:before,.fa-rectangle-list:before {
    content: "\f022"
}

.fa-tarp-droplet:before {
    content: "\e57c"
}

.fa-house-medical-circle-check:before {
    content: "\e511"
}

.fa-person-skiing-nordic:before,.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-arrow-alt-circle-left:before,.fa-circle-left:before {
    content: "\f359"
}

.fa-subway:before,.fa-train-subway:before {
    content: "\f239"
}

.fa-chart-gantt:before {
    content: "\e0e4"
}

.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before {
    content: "\e1bc"
}

.fa-crop-alt:before,.fa-crop-simple:before {
    content: "\f565"
}

.fa-money-bill-1:before,.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-left-long:before,.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-dna:before {
    content: "\f471"
}

.fa-virus-slash:before {
    content: "\e075"
}

.fa-minus:before,.fa-subtract:before {
    content: "\f068"
}

.fa-chess:before {
    content: "\f439"
}

.fa-arrow-left-long:before,.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-plug-circle-check:before {
    content: "\e55c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-franc-sign:before {
    content: "\e18f"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before {
    content: "\f2a3"
}

.fa-cog:before,.fa-gear:before {
    content: "\f013"
}

.fa-droplet-slash:before,.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-mosquito:before {
    content: "\e52b"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-person-military-rifle:before {
    content: "\e54b"
}

.fa-cart-shopping:before,.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-vials:before {
    content: "\f493"
}

.fa-plug-circle-plus:before {
    content: "\e55f"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-arrow-turn-up:before,.fa-level-up:before {
    content: "\f148"
}

.fa-u:before {
    content: "\55"
}

.fa-square-root-alt:before,.fa-square-root-variable:before {
    content: "\f698"
}

.fa-clock-four:before,.fa-clock:before {
    content: "\f017"
}

.fa-backward-step:before,.fa-step-backward:before {
    content: "\f048"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-faucet:before {
    content: "\e005"
}

.fa-baseball-bat-ball:before {
    content: "\f432"
}

.fa-s:before {
    content: "\53"
}

.fa-timeline:before {
    content: "\e29c"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-clinic-medical:before,.fa-house-chimney-medical:before {
    content: "\f7f2"
}

.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-mobile-android-alt:before,.fa-mobile-screen:before {
    content: "\f3cf"
}

.fa-plane-up:before {
    content: "\e22d"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-battery-3:before,.fa-battery-half:before {
    content: "\f242"
}

.fa-mountain-city:before {
    content: "\e52e"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-sliders-h:before,.fa-sliders:before {
    content: "\f1de"
}

.fa-folder-tree:before {
    content: "\f802"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-cent-sign:before {
    content: "\e3f5"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-person-pregnant:before {
    content: "\e31e"
}

.fa-wand-sparkles:before {
    content: "\f72b"
}

.fa-ellipsis-v:before,.fa-ellipsis-vertical:before {
    content: "\f142"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-long-arrow-alt-right:before,.fa-right-long:before {
    content: "\f30b"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-laptop-file:before {
    content: "\e51d"
}

.fa-teletype:before,.fa-tty:before {
    content: "\f1e4"
}

.fa-diagram-next:before {
    content: "\e476"
}

.fa-person-rifle:before {
    content: "\e54e"
}

.fa-house-medical-circle-exclamation:before {
    content: "\e512"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-hiking:before,.fa-person-hiking:before {
    content: "\f6ec"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-images:before {
    content: "\f302"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-people-pulling:before {
    content: "\e535"
}

.fa-n:before {
    content: "\4e"
}

.fa-cable-car:before,.fa-tram:before {
    content: "\f7da"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-building-circle-xmark:before {
    content: "\e4d4"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-arrows-down-to-line:before {
    content: "\e4b8"
}

.fa-download:before {
    content: "\f019"
}

.fa-face-grin:before,.fa-grin:before {
    content: "\f580"
}

.fa-backspace:before,.fa-delete-left:before {
    content: "\f55a"
}

.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-file-circle-check:before {
    content: "\e5a0"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f3ce"
}

.fa-face-meh:before,.fa-meh:before {
    content: "\f11a"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-book-dead:before,.fa-book-skull:before {
    content: "\f6b7"
}

.fa-drivers-license:before,.fa-id-card:before {
    content: "\f2c2"
}

.fa-dedent:before,.fa-outdent:before {
    content: "\f03b"
}

.fa-heart-circle-exclamation:before {
    content: "\e4fe"
}

.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before {
    content: "\f015"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-b:before {
    content: "\42"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-arrow-right-arrow-left:before,.fa-exchange:before {
    content: "\f0ec"
}

.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before {
    content: "\f2f9"
}

.fa-cutlery:before,.fa-utensils:before {
    content: "\f2e7"
}

.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-mill-sign:before {
    content: "\e1ed"
}

.fa-bowl-rice:before {
    content: "\e2eb"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-broadcast-tower:before,.fa-tower-broadcast:before {
    content: "\f519"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-long-arrow-alt-up:before,.fa-up-long:before {
    content: "\f30c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-code-merge:before {
    content: "\f387"
}

.fa-upload:before {
    content: "\f093"
}

.fa-hurricane:before {
    content: "\f751"
}

.fa-mound:before {
    content: "\e52d"
}

.fa-toilet-portable:before {
    content: "\e583"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-file-arrow-down:before,.fa-file-download:before {
    content: "\f56d"
}

.fa-caravan:before {
    content: "\f8ff"
}

.fa-shield-cat:before {
    content: "\e572"
}

.fa-bolt:before,.fa-zap:before {
    content: "\f0e7"
}

.fa-glass-water:before {
    content: "\e4f4"
}

.fa-oil-well:before {
    content: "\e532"
}

.fa-vault:before {
    content: "\e2c5"
}

.fa-mars:before {
    content: "\f222"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-plane-circle-xmark:before {
    content: "\e557"
}

.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before {
    content: "\f158"
}

.fa-sun:before {
    content: "\f185"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-face-laugh-wink:before,.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-bore-hole:before {
    content: "\e4c3"
}

.fa-industry:before {
    content: "\f275"
}

.fa-arrow-alt-circle-down:before,.fa-circle-down:before {
    content: "\f358"
}

.fa-arrows-turn-to-dots:before {
    content: "\e4c1"
}

.fa-florin-sign:before {
    content: "\e184"
}

.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-less-than:before {
    content: "\3c"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-car-tunnel:before {
    content: "\e4de"
}

.fa-head-side-cough:before {
    content: "\e061"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-arrow-right-long:before,.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-anchor-circle-xmark:before {
    content: "\e4ac"
}

.fa-ellipsis-h:before,.fa-ellipsis:before {
    content: "\f141"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-first-aid:before,.fa-kit-medical:before {
    content: "\f479"
}

.fa-person-through-window:before {
    content: "\e5a9"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-hands-holding-circle:before {
    content: "\e4fb"
}

.fa-bug:before {
    content: "\f188"
}

.fa-credit-card-alt:before,.fa-credit-card:before {
    content: "\f09d"
}

.fa-automobile:before,.fa-car:before {
    content: "\f1b9"
}

.fa-hand-holding-hand:before {
    content: "\e4f7"
}

.fa-book-open-reader:before,.fa-book-reader:before {
    content: "\f5da"
}

.fa-mountain-sun:before {
    content: "\e52f"
}

.fa-arrows-left-right-to-line:before {
    content: "\e4ba"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-truck-droplet:before {
    content: "\e58c"
}

.fa-file-circle-xmark:before {
    content: "\e5a1"
}

.fa-temperature-arrow-up:before,.fa-temperature-up:before {
    content: "\e040"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-bed:before {
    content: "\f236"
}

.fa-h-square:before,.fa-square-h:before {
    content: "\f0fd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-plug-circle-xmark:before {
    content: "\e560"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-hands-helping:before,.fa-handshake-angle:before {
    content: "\f4c4"
}

.fa-location-dot:before,.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-file:before {
    content: "\f15b"
}

.fa-greater-than:before {
    content: "\3e"
}

.fa-person-swimming:before,.fa-swimmer:before {
    content: "\f5c4"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-droplet:before,.fa-tint:before {
    content: "\f043"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before {
    content: "\f57d"
}

.fa-person-burst:before {
    content: "\e53b"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-battery-0:before,.fa-battery-empty:before {
    content: "\f244"
}

.fa-socks:before {
    content: "\f696"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-section:before {
    content: "\e447"
}

.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before {
    content: "\f625"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before {
    content: "\f0f8"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before {
    content: "\f550"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-blind:before,.fa-person-walking-with-cane:before {
    content: "\f29d"
}

.fa-drum:before {
    content: "\f569"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-heart-circle-bolt:before {
    content: "\e4fc"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-check-to-slot:before,.fa-vote-yea:before {
    content: "\f772"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before {
    content: "\f468"
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1"
}

.fa-assistive-listening-systems:before,.fa-ear-listen:before {
    content: "\f2a2"
}

.fa-tree-city:before {
    content: "\e587"
}

.fa-play:before {
    content: "\f04b"
}

.fa-font:before {
    content: "\f031"
}

.fa-rupiah-sign:before {
    content: "\e23d"
}

.fa-magnifying-glass:before,.fa-search:before {
    content: "\f002"
}

.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before {
    content: "\f45d"
}

.fa-diagnoses:before,.fa-person-dots-from-line:before {
    content: "\f470"
}

.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-naira-sign:before {
    content: "\e1f6"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-walkie-talkie:before {
    content: "\f8ef"
}

.fa-file-edit:before,.fa-file-pen:before {
    content: "\f31c"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before {
    content: "\f14b"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-person-circle-exclamation:before {
    content: "\e53f"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before {
    content: "\f240"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-code-compare:before {
    content: "\e13a"
}

.fa-list-dots:before,.fa-list-ul:before {
    content: "\f0ca"
}

.fa-school-lock:before {
    content: "\e56f"
}

.fa-tower-cell:before {
    content: "\e585"
}

.fa-down-long:before,.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-ranking-star:before {
    content: "\e561"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-person-harassing:before {
    content: "\e549"
}

.fa-brazilian-real-sign:before {
    content: "\e46c"
}

.fa-landmark-alt:before,.fa-landmark-dome:before {
    content: "\f752"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-television:before,.fa-tv-alt:before,.fa-tv:before {
    content: "\f26c"
}

.fa-shrimp:before {
    content: "\e448"
}

.fa-list-check:before,.fa-tasks:before {
    content: "\f0ae"
}

.fa-jug-detergent:before {
    content: "\e519"
}

.fa-circle-user:before,.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-car-burst:before,.fa-car-crash:before {
    content: "\f5e1"
}

.fa-y:before {
    content: "\59"
}

.fa-person-snowboarding:before,.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-shipping-fast:before,.fa-truck-fast:before {
    content: "\f48b"
}

.fa-fish:before {
    content: "\f578"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-adjust:before,.fa-circle-half-stroke:before {
    content: "\f042"
}

.fa-clapperboard:before {
    content: "\e131"
}

.fa-circle-radiation:before,.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-baseball-ball:before,.fa-baseball:before {
    content: "\f433"
}

.fa-jet-fighter-up:before {
    content: "\e518"
}

.fa-diagram-project:before,.fa-project-diagram:before {
    content: "\f542"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before {
    content: "\f6a9"
}

.fa-hand-sparkles:before {
    content: "\e05d"
}

.fa-grip-horizontal:before,.fa-grip:before {
    content: "\f58d"
}

.fa-share-from-square:before,.fa-share-square:before {
    content: "\f14d"
}

.fa-child-combatant:before,.fa-child-rifle:before {
    content: "\e4e0"
}

.fa-gun:before {
    content: "\e19b"
}

.fa-phone-square:before,.fa-square-phone:before {
    content: "\f098"
}

.fa-add:before,.fa-plus:before {
    content: "\2b"
}

.fa-expand:before {
    content: "\f065"
}

.fa-computer:before {
    content: "\e4e5"
}

.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before {
    content: "\f00d"
}

.fa-arrows-up-down-left-right:before,.fa-arrows:before {
    content: "\f047"
}

.fa-chalkboard-teacher:before,.fa-chalkboard-user:before {
    content: "\f51c"
}

.fa-peso-sign:before {
    content: "\e222"
}

.fa-building-shield:before {
    content: "\e4d8"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-users-line:before {
    content: "\e592"
}

.fa-quote-left-alt:before,.fa-quote-left:before {
    content: "\f10d"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trash-arrow-up:before,.fa-trash-restore:before {
    content: "\f829"
}

.fa-arrow-down-up-lock:before {
    content: "\e4b0"
}

.fa-lines-leaning:before {
    content: "\e51e"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-equals:before {
    content: "\3d"
}

.fa-blender:before {
    content: "\f517"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before {
    content: "\f20b"
}

.fa-map:before {
    content: "\f279"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-photo-film:before,.fa-photo-video:before {
    content: "\f87c"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-store:before {
    content: "\f54e"
}

.fa-arrow-trend-up:before {
    content: "\e098"
}

.fa-plug-circle-minus:before {
    content: "\e55e"
}

.fa-sign-hanging:before,.fa-sign:before {
    content: "\f4d9"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-tablet-android:before,.fa-tablet:before {
    content: "\f3fb"
}

.fa-school-flag:before {
    content: "\e56e"
}

.fa-fill:before {
    content: "\f575"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-bacteria:before {
    content: "\e059"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-notdef:before {
    content: "\e1fe"
}

.fa-disease:before {
    content: "\f7fa"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-car-alt:before,.fa-car-rear:before {
    content: "\f5de"
}

.fa-pump-soap:before {
    content: "\e06b"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-battery-2:before,.fa-battery-quarter:before {
    content: "\f243"
}

.fa-radio:before {
    content: "\f8d7"
}

.fa-baby-carriage:before,.fa-carriage-baby:before {
    content: "\f77d"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-percent:before,.fa-percentage:before {
    content: "\25"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-glass-water-droplet:before {
    content: "\e4f5"
}

.fa-display:before {
    content: "\e163"
}

.fa-face-smile:before,.fa-smile:before {
    content: "\f118"
}

.fa-thumb-tack:before,.fa-thumbtack:before {
    content: "\f08d"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-person-praying:before,.fa-pray:before {
    content: "\f683"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-rotate:before,.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-robot:before {
    content: "\f544"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-cogs:before,.fa-gears:before {
    content: "\f085"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-arrow-up-right-dots:before {
    content: "\e4b7"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-face-grin-hearts:before,.fa-grin-hearts:before {
    content: "\f584"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-transgender-alt:before,.fa-transgender:before {
    content: "\f225"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-arrow-turn-down:before,.fa-level-down:before {
    content: "\f149"
}

.fa-person-falling-burst:before {
    content: "\e547"
}

.fa-award:before {
    content: "\f559"
}

.fa-ticket-alt:before,.fa-ticket-simple:before {
    content: "\f3ff"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-angle-double-left:before,.fa-angles-left:before {
    content: "\f100"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-clock-rotate-left:before,.fa-history:before {
    content: "\f1da"
}

.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-arrow-right-from-file:before,.fa-file-export:before {
    content: "\f56e"
}

.fa-shield-blank:before,.fa-shield:before {
    content: "\f132"
}

.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-house-medical:before {
    content: "\e3b2"
}

.fa-golf-ball-tee:before,.fa-golf-ball:before {
    content: "\f450"
}

.fa-chevron-circle-left:before,.fa-circle-chevron-left:before {
    content: "\f137"
}

.fa-house-chimney-window:before {
    content: "\e00d"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-tent-arrow-turn-left:before {
    content: "\e580"
}

.fa-tents:before {
    content: "\e582"
}

.fa-magic:before,.fa-wand-magic:before {
    content: "\f0d0"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-moon:before {
    content: "\f186"
}

.fa-wine-glass-alt:before,.fa-wine-glass-empty:before {
    content: "\f5ce"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-music:before {
    content: "\f001"
}

.fa-code-commit:before {
    content: "\f386"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-biking:before,.fa-person-biking:before {
    content: "\f84a"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-shield-heart:before {
    content: "\e574"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-earth-oceania:before,.fa-globe-oceania:before {
    content: "\e47b"
}

.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before {
    content: "\f2d3"
}

.fa-hashtag:before {
    content: "\23"
}

.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before {
    content: "\f424"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-t:before {
    content: "\54"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-chart-column:before {
    content: "\e0e3"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-vial-circle-check:before {
    content: "\e596"
}

.fa-person-arrow-down-to-line:before {
    content: "\e538"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-fan:before {
    content: "\f863"
}

.fa-person-walking-luggage:before {
    content: "\e554"
}

.fa-arrows-alt-v:before,.fa-up-down:before {
    content: "\f338"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-trailer:before {
    content: "\e041"
}

.fa-bahai:before,.fa-haykal:before {
    content: "\f666"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-circle-plus:before,.fa-plus-circle:before {
    content: "\f055"
}

.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-plug-circle-exclamation:before {
    content: "\e55d"
}

.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before {
    content: "\f127"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-person-walking-arrow-loop-left:before {
    content: "\e551"
}

.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-fire-alt:before,.fa-fire-flame-curved:before {
    content: "\f7e4"
}

.fa-tornado:before {
    content: "\f76f"
}

.fa-file-circle-plus:before {
    content: "\e494"
}

.fa-book-quran:before,.fa-quran:before {
    content: "\f687"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-angry:before,.fa-face-angry:before {
    content: "\f556"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-arrow-trend-down:before {
    content: "\e097"
}

.fa-feed:before,.fa-rss:before {
    content: "\f09e"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-balance-scale:before,.fa-scale-balanced:before {
    content: "\f24e"
}

.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before {
    content: "\f62a"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-desktop-alt:before,.fa-desktop:before {
    content: "\f390"
}

.fa-m:before {
    content: "\4d"
}

.fa-table-list:before,.fa-th-list:before {
    content: "\f00b"
}

.fa-comment-sms:before,.fa-sms:before {
    content: "\f7cd"
}

.fa-book:before {
    content: "\f02d"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-check:before {
    content: "\f00c"
}

.fa-battery-4:before,.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-house-circle-check:before {
    content: "\e509"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-diagram-successor:before {
    content: "\e47a"
}

.fa-truck-arrow-right:before {
    content: "\e58b"
}

.fa-arrows-split-up-and-left:before {
    content: "\e4bc"
}

.fa-fist-raised:before,.fa-hand-fist:before {
    content: "\f6de"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-person-falling:before {
    content: "\e546"
}

.fa-image-portrait:before,.fa-portrait:before {
    content: "\f3e0"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-rug:before {
    content: "\e569"
}

.fa-earth-europe:before,.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before {
    content: "\f410"
}

.fa-baht-sign:before {
    content: "\e0ac"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-journal-whills:before,.fa-journal-whills:before {
    content: "\f66a"
}

.fa-handcuffs:before {
    content: "\e4f8"
}

.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before {
    content: "\f071"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-arrow-turn-right:before,.fa-mail-forward:before,.fa-share:before {
    content: "\f064"
}

.fa-bottle-droplet:before {
    content: "\e4c4"
}

.fa-mask-face:before {
    content: "\e1d7"
}

.fa-hill-rockslide:before {
    content: "\e508"
}

.fa-exchange-alt:before,.fa-right-left:before {
    content: "\f362"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-road-circle-exclamation:before {
    content: "\e565"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-hands:before,.fa-sign-language:before,.fa-signing:before {
    content: "\f2a7"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before {
    content: "\f5c5"
}

.fa-arrows-up-down:before,.fa-arrows-v:before {
    content: "\f07d"
}

.fa-face-grimace:before,.fa-grimace:before {
    content: "\f57f"
}

.fa-wheelchair-alt:before,.fa-wheelchair-move:before {
    content: "\e2ce"
}

.fa-level-down-alt:before,.fa-turn-down:before {
    content: "\f3be"
}

.fa-person-walking-arrow-right:before {
    content: "\e552"
}

.fa-envelope-square:before,.fa-square-envelope:before {
    content: "\f199"
}

.fa-dice:before {
    content: "\f522"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-band-aid:before,.fa-bandage:before {
    content: "\f462"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before {
    content: "\f057"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-earth-asia:before,.fa-globe-asia:before {
    content: "\f57e"
}

.fa-id-card-alt:before,.fa-id-card-clip:before {
    content: "\f47f"
}

.fa-magnifying-glass-plus:before,.fa-search-plus:before {
    content: "\f00e"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-allergies:before,.fa-hand-dots:before {
    content: "\f461"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-coffee:before,.fa-mug-saucer:before {
    content: "\f0f4"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-magnifying-glass-minus:before,.fa-search-minus:before {
    content: "\f010"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-user-alt:before,.fa-user-large:before {
    content: "\f406"
}

.fa-train-tram:before {
    content: "\e5b4"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-stopwatch-20:before {
    content: "\e06f"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-jar:before {
    content: "\e516"
}

.fa-note-sticky:before,.fa-sticky-note:before {
    content: "\f249"
}

.fa-bug-slash:before {
    content: "\e490"
}

.fa-arrow-up-from-water-pump:before {
    content: "\e4b6"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-face-sad-tear:before,.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-plane:before {
    content: "\f072"
}

.fa-tent-arrows-down:before {
    content: "\e581"
}

.fa-exclamation:before {
    content: "\21"
}

.fa-arrows-spin:before {
    content: "\e4bb"
}

.fa-print:before {
    content: "\f02f"
}

.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before {
    content: "\e2bb"
}

.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before {
    content: "\24"
}

.fa-x:before {
    content: "\58"
}

.fa-magnifying-glass-dollar:before,.fa-search-dollar:before {
    content: "\f688"
}

.fa-users-cog:before,.fa-users-gear:before {
    content: "\f509"
}

.fa-person-military-pointing:before {
    content: "\e54a"
}

.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before {
    content: "\f19c"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-trowel:before {
    content: "\e589"
}

.fa-d:before {
    content: "\44"
}

.fa-stapler:before {
    content: "\e5af"
}

.fa-masks-theater:before,.fa-theater-masks:before {
    content: "\f630"
}

.fa-kip-sign:before {
    content: "\e1c4"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-handshake-alt:before,.fa-handshake-simple:before {
    content: "\f4c6"
}

.fa-fighter-jet:before,.fa-jet-fighter:before {
    content: "\f0fb"
}

.fa-share-alt-square:before,.fa-square-share-nodes:before {
    content: "\f1e1"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-plus-minus:before {
    content: "\e43c"
}

.fa-video-camera:before,.fa-video:before {
    content: "\f03d"
}

.fa-graduation-cap:before,.fa-mortar-board:before {
    content: "\f19d"
}

.fa-hand-holding-medical:before {
    content: "\e05c"
}

.fa-person-circle-check:before {
    content: "\e53e"
}

.fa-level-up-alt:before,.fa-turn-up:before {
    content: "\f3bf"
}

.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0
}

:host,:root {
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(//proto-for-health-consulting.pantheonsite.io/wp-content/plugins/megamenu-pro/icons/fontawesome6/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(//proto-for-health-consulting.pantheonsite.io/wp-content/plugins/megamenu-pro/icons/fontawesome6/css/../webfonts/fa-brands-400.ttf) format("truetype")
}

.fa-brands,.fab {
    font-weight: 400
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-aws:before {
    content: "\f375"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-cloudflare:before {
    content: "\e07d"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-modx:before {
    content: "\f285"
}

.fa-guilded:before {
    content: "\e07e"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-js-square:before,.fa-square-js:before {
    content: "\f3b9"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-unity:before {
    content: "\e049"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-vk:before {
    content: "\f189"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-reddit-square:before,.fa-square-reddit:before {
    content: "\f1a2"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-square-font-awesome:before {
    content: "\e5ad"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-instagram-square:before,.fa-square-instagram:before {
    content: "\e055"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-hacker-news-square:before,.fa-square-hacker-news:before {
    content: "\f3af"
}

.fa-edge:before {
    content: "\f282"
}

.fa-threads:before {
    content: "\e618"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-snapchat-square:before,.fa-square-snapchat:before {
    content: "\f2ad"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-safari:before {
    content: "\f267"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before {
    content: "\f35c"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-watchman-monitoring:before {
    content: "\e087"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-square-viadeo:before,.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-centos:before {
    content: "\f789"
}

.fa-adn:before {
    content: "\f170"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-dribbble-square:before,.fa-square-dribbble:before {
    content: "\f397"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-node:before {
    content: "\f419"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-debian:before {
    content: "\e60b"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-instalod:before {
    content: "\e081"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-square-twitter:before,.fa-twitter-square:before {
    content: "\f081"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-golang:before {
    content: "\e40f"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-uncharted:before {
    content: "\e084"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-square-youtube:before,.fa-youtube-square:before {
    content: "\f431"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-rendact:before,.fa-wpressr:before {
    content: "\f3e4"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-nfc-directional:before {
    content: "\e530"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-meta:before {
    content: "\e49b"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-hips:before {
    content: "\f452"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-discord:before {
    content: "\f392"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-unsplash:before {
    content: "\e07c"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-square-steam:before,.fa-steam-square:before {
    content: "\f1b7"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-square-vimeo:before,.fa-vimeo-square:before {
    content: "\f194"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-apple:before {
    content: "\f179"
}

.fa-hive:before {
    content: "\e07f"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-padlet:before {
    content: "\e4a0"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-github-square:before,.fa-square-github:before {
    content: "\f092"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-shopify:before {
    content: "\e057"
}

.fa-neos:before {
    content: "\f612"
}

.fa-square-threads:before {
    content: "\e619"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-angular:before {
    content: "\f420"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envira:before {
    content: "\f299"
}

.fa-gitlab-square:before,.fa-square-gitlab:before {
    content: "\e5ae"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before {
    content: "\f264"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-sith:before {
    content: "\f512"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-hashnode:before {
    content: "\e499"
}

.fa-react:before {
    content: "\f41b"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-gg:before {
    content: "\f260"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-pinterest-square:before,.fa-square-pinterest:before {
    content: "\f0d3"
}

.fa-xing:before {
    content: "\f168"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-less:before {
    content: "\f41d"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-dailymotion:before {
    content: "\e052"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-nfc-symbol:before {
    content: "\e531"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-google-plus-square:before,.fa-square-google-plus:before {
    content: "\f0d4"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-square-xing:before,.fa-xing-square:before {
    content: "\f169"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-fly:before {
    content: "\f417"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-viber:before {
    content: "\f409"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-audible:before {
    content: "\f373"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-bilibili:before {
    content: "\e3d9"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-x-twitter:before {
    content: "\e61b"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-42-group:before,.fa-innosoft:before {
    content: "\e080"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-pied-piper-square:before,.fa-square-pied-piper:before {
    content: "\e01e"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-tiktok:before {
    content: "\e07b"
}

.fa-facebook-square:before,.fa-square-facebook:before {
    content: "\f082"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-mixer:before {
    content: "\e056"
}

.fa-lastfm-square:before,.fa-square-lastfm:before {
    content: "\f203"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-figma:before {
    content: "\f799"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-cmplid:before {
    content: "\e360"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-deezer:before {
    content: "\e077"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-docker:before {
    content: "\f395"
}

.fa-screenpal:before {
    content: "\e570"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-microblog:before {
    content: "\e01a"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-wirsindhandwerk:before,.fa-wsh:before {
    content: "\e2d0"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-octopus-deploy:before {
    content: "\e082"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-apper:before {
    content: "\f371"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-snapchat-ghost:before,.fa-snapchat:before {
    content: "\f2ab"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-rust:before {
    content: "\e07a"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-behance-square:before,.fa-square-behance:before {
    content: "\f1b5"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-space-awesome:before {
    content: "\e5ac"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-git-square:before,.fa-square-git:before {
    content: "\f1d2"
}

.fa-square-tumblr:before,.fa-tumblr-square:before {
    content: "\f174"
}

.fa-trello:before {
    content: "\f181"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-perbyte:before {
    content: "\e083"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-android:before {
    content: "\f17b"
}

.fa-bots:before {
    content: "\e340"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-ideal:before {
    content: "\e013"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-uber:before {
    content: "\f402"
}

.fa-github:before {
    content: "\f09b"
}

.fa-php:before {
    content: "\f457"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-firefox-browser:before {
    content: "\e007"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-stubber:before {
    content: "\e5c7"
}

.fa-telegram-plane:before,.fa-telegram:before {
    content: "\f2c6"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-odysee:before {
    content: "\e5c6"
}

.fa-square-whatsapp:before,.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-edge-legacy:before {
    content: "\e078"
}

.fa-slack-hash:before,.fa-slack:before {
    content: "\f198"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-usb:before {
    content: "\f287"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-square-x-twitter:before {
    content: "\e61a"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-medium-m:before,.fa-medium:before {
    content: "\f23a"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-sitrox:before {
    content: "\e44a"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-strava:before {
    content: "\f428"
}

.fa-ember:before {
    content: "\f423"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-wodu:before {
    content: "\e088"
}

.fa-google-pay:before {
    content: "\e079"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-zhihu:before {
    content: "\f63f"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-pix:before {
    content: "\e43a"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

:host,:root {
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(//proto-for-health-consulting.pantheonsite.io/wp-content/plugins/megamenu-pro/icons/fontawesome6/css/../webfonts/fa-regular-400.woff2) format("woff2"),url(//proto-for-health-consulting.pantheonsite.io/wp-content/plugins/megamenu-pro/icons/fontawesome6/css/../webfonts/fa-regular-400.ttf) format("truetype")
}

.fa-regular,.far {
    font-weight: 400
}

:host,:root {
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(//proto-for-health-consulting.pantheonsite.io/wp-content/plugins/megamenu-pro/icons/fontawesome6/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(//proto-for-health-consulting.pantheonsite.io/wp-content/plugins/megamenu-pro/icons/fontawesome6/css/../webfonts/fa-solid-900.ttf) format("truetype")
}

.fa-solid,.fas {
    font-weight: 900
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-display: block;
    font-weight: 400;
    src: url(//proto-for-health-consulting.pantheonsite.io/wp-content/plugins/megamenu-pro/icons/fontawesome6/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(//proto-for-health-consulting.pantheonsite.io/wp-content/plugins/megamenu-pro/icons/fontawesome6/css/../webfonts/fa-brands-400.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: block;
    font-weight: 900;
    src: url(//proto-for-health-consulting.pantheonsite.io/wp-content/plugins/megamenu-pro/icons/fontawesome6/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(//proto-for-health-consulting.pantheonsite.io/wp-content/plugins/megamenu-pro/icons/fontawesome6/css/../webfonts/fa-solid-900.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: block;
    font-weight: 400;
    src: url(//proto-for-health-consulting.pantheonsite.io/wp-content/plugins/megamenu-pro/icons/fontawesome6/css/../webfonts/fa-regular-400.woff2) format("woff2"),url(//proto-for-health-consulting.pantheonsite.io/wp-content/plugins/megamenu-pro/icons/fontawesome6/css/../webfonts/fa-regular-400.ttf) format("truetype")
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(//proto-for-health-consulting.pantheonsite.io/wp-content/plugins/megamenu-pro/icons/fontawesome6/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(//proto-for-health-consulting.pantheonsite.io/wp-content/plugins/megamenu-pro/icons/fontawesome6/css/../webfonts/fa-solid-900.ttf) format("truetype")
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(//proto-for-health-consulting.pantheonsite.io/wp-content/plugins/megamenu-pro/icons/fontawesome6/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(//proto-for-health-consulting.pantheonsite.io/wp-content/plugins/megamenu-pro/icons/fontawesome6/css/../webfonts/fa-brands-400.ttf) format("truetype")
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(//proto-for-health-consulting.pantheonsite.io/wp-content/plugins/megamenu-pro/icons/fontawesome6/css/../webfonts/fa-regular-400.woff2) format("woff2"),url(//proto-for-health-consulting.pantheonsite.io/wp-content/plugins/megamenu-pro/icons/fontawesome6/css/../webfonts/fa-regular-400.ttf) format("truetype");
    unicode-range: u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(//proto-for-health-consulting.pantheonsite.io/wp-content/plugins/megamenu-pro/icons/fontawesome6/css/../webfonts/fa-v4compatibility.woff2) format("woff2"),url(//proto-for-health-consulting.pantheonsite.io/wp-content/plugins/megamenu-pro/icons/fontawesome6/css/../webfonts/fa-v4compatibility.ttf) format("truetype");
    unicode-range: u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a
}

/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: 0
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
    touch-action: pan-y
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0
}

.flickity-rtl .flickity-slider {
    left: unset;
    right: 0
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: grabbing
}

.flickity-cell {
    position: absolute;
    left: 0
}

.flickity-rtl .flickity-cell {
    left: unset;
    right: 0
}

.flickity-button {
    position: absolute;
    background: hsl(0 0% 100% / 75%);
    border: none;
    color: #333
}

.flickity-button:hover {
    background: #fff;
    cursor: pointer
}

.flickity-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #19f
}

.flickity-button:active {
    opacity: .6
}

.flickity-button:disabled {
    opacity: .3;
    cursor: auto;
    pointer-events: none
}

.flickity-button-icon {
    fill: currentColor
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
    left: 10px
}

.flickity-prev-next-button.next {
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dot {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0 8px;
    background: hsl(0 0% 20% / 25%);
    border-radius: 50%;
    cursor: pointer;
    appearance: none;
    border: none;
    text-indent: -9999px;
    overflow: hidden
}

.flickity-rtl .flickity-page-dot {
    text-indent: 9999px
}

.flickity-page-dot:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #19f
}

.flickity-page-dot.is-selected {
    background: hsl(0 0% 20% / 100%)
}

blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul {
    margin: 0;
    padding: 0;
    border: 0
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

main {
    display: block
}

progress {
    vertical-align: baseline
}

html {
    box-sizing: border-box
}

*,::after,::before {
    box-sizing: inherit
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:-moz-focusring {
    outline: 1px dotted ButtonText
}

body,button,input,select,textarea {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 400;
    text-transform: none;
    font-size: 17px;
    line-height: 1.5
}

p {
    margin-bottom: 1.5em
}

h1,h2,h3,h4,h5,h6 {
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit
}

pre {
    background: rgba(0,0,0,.05);
    font-family: inherit;
    font-size: inherit;
    line-height: normal;
    margin-bottom: 1.5em;
    padding: 20px;
    overflow: auto;
    max-width: 100%
}

blockquote {
    border-left: 5px solid rgba(0,0,0,.05);
    padding: 20px;
    font-size: 1.2em;
    font-style: italic;
    margin: 0 0 1.5em;
    position: relative
}

blockquote p:last-child {
    margin: 0
}

table,td,th {
    border: 1px solid rgba(0,0,0,.1)
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em;
    width: 100%
}

td,th {
    padding: 8px
}

th {
    border-width: 0 1px 1px 0
}

td {
    border-width: 0 1px 1px 0
}

hr {
    background-color: rgba(0,0,0,.1);
    border: 0;
    height: 1px;
    margin-bottom: 40px;
    margin-top: 40px
}

fieldset {
    padding: 0;
    border: 0;
    min-width: inherit
}

fieldset legend {
    padding: 0;
    margin-bottom: 1.5em
}

h1 {
    font-size: 42px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: none
}

h2 {
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: none
}

h3 {
    font-size: 29px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: none
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 20px
}

h4,h5,h6 {
    margin-bottom: 20px
}

/* ol,ul {
    margin: 0 0 1.5em 3em
} */

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ol,li>ul {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

b,strong {
    font-weight: 700
}

cite,dfn,em,i {
    font-style: italic
}

address {
    margin: 0 0 1.5em
}

code,kbd,tt,var {
    font: 15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace
}

abbr,acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

ins,mark {
    text-decoration: none
}

sub,sup {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    bottom: 1ex
}

sub {
    top: .5ex
}

small {
    font-size: 75%
}

big {
    font-size: 125%
}

figure {
    margin: 0
}

table {
    margin: 0 0 1.5em;
    width: 100%
}

th {
    font-weight: 700
}

img {
    height: auto;
    max-width: 100%
}

button,input[type=button],input[type=reset],input[type=submit] {
    background: #55555e;
    color: #fff;
    border: 1px solid transparent;
    cursor: pointer;
    -webkit-appearance: button;
    padding: 10px 20px
}

input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea {
    border: 1px solid;
    border-radius: 0;
    padding: 10px 15px;
    max-width: 100%
}

textarea {
    width: 100%
}

a,button,input {
    transition: color .1s ease-in-out,background-color .1s ease-in-out
}

a {
    text-decoration: none
}

.button,.wp-block-button .wp-block-button__link {
    padding: 10px 20px;
    display: inline-block
}

.wp-block-button .wp-block-button__link {
    font-size: inherit;
    line-height: inherit
}

.using-mouse :focus {
    outline: 0
}

.using-mouse ::-moz-focus-inner {
    border: 0
}

.alignleft {
    float: left;
    margin-right: 1.5em
}

.alignright {
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto
}

.size-auto,.size-full,.size-large,.size-medium,.size-thumbnail {
    max-width: 100%;
    height: auto
}

.no-sidebar .entry-content .alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    max-width: 100vw;
    width: auto
}

.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
    clip: auto!important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#primary[tabindex="-1"]:focus {
    outline: 0
}

.main-navigation {
    z-index: 100;
    padding: 0;
    clear: both;
    display: block
}

.main-navigation a {
    display: block;
    text-decoration: none;
    font-weight: 400;
    text-transform: none;
    font-size: 15px
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0
}

.main-navigation .main-nav ul li a {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 60px
}

.inside-navigation {
    position: relative
}

.main-navigation .inside-navigation {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between
}

.main-navigation .main-nav>ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.main-navigation li {
    position: relative
}

.main-navigation .menu-bar-items {
    display: flex;
    align-items: center;
    font-size: 15px
}

.main-navigation .menu-bar-items a {
    color: inherit
}

.main-navigation .menu-bar-item {
    position: relative
}

.main-navigation .menu-bar-item.search-item {
    z-index: 20
}

.main-navigation .menu-bar-item>a {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 60px
}

.sidebar .main-navigation .main-nav {
    flex-basis: 100%
}

.sidebar .main-navigation .main-nav>ul {
    flex-direction: column
}

.sidebar .main-navigation .menu-bar-items {
    margin: 0 auto
}

.sidebar .main-navigation .menu-bar-items .search-item {
    order: 10
}

.nav-align-center .inside-navigation {
    justify-content: center
}

.nav-align-center .main-nav>ul {
    justify-content: center
}

.nav-align-right .inside-navigation {
    justify-content: flex-end
}

.main-navigation ul ul {
    display: block;
    box-shadow: 1px 1px 0 rgba(0,0,0,.1);
    float: left;
    position: absolute;
    left: -99999px;
    opacity: 0;
    z-index: 99999;
    width: 200px;
    text-align: left;
    top: auto;
    transition: opacity 80ms linear;
    transition-delay: 0s;
    pointer-events: none;
    height: 0;
    overflow: hidden
}

.main-navigation ul ul a {
    display: block
}

.main-navigation ul ul li {
    width: 100%
}

.main-navigation .main-nav ul ul li a {
    line-height: normal;
    padding: 10px 20px;
    font-size: 14px
}

.main-navigation .main-nav ul li.menu-item-has-children>a {
    padding-right: 0;
    position: relative
}

.main-navigation.sub-menu-left ul ul {
    box-shadow: -1px 1px 0 rgba(0,0,0,.1)
}

.main-navigation.sub-menu-left .sub-menu {
    right: 0
}

.main-navigation:not(.toggled) ul li.sfHover>ul,.main-navigation:not(.toggled) ul li:hover>ul {
    left: auto;
    opacity: 1;
    transition-delay: 150ms;
    pointer-events: auto;
    height: auto;
    overflow: visible
}

.main-navigation:not(.toggled) ul ul li.sfHover>ul,.main-navigation:not(.toggled) ul ul li:hover>ul {
    left: 100%;
    top: 0
}

.main-navigation.sub-menu-left:not(.toggled) ul ul li.sfHover>ul,.main-navigation.sub-menu-left:not(.toggled) ul ul li:hover>ul {
    right: 100%;
    left: auto
}

.nav-float-right .main-navigation ul ul ul {
    top: 0
}

.menu-item-has-children .dropdown-menu-toggle {
    display: inline-block;
    height: 100%;
    clear: both;
    padding-right: 20px;
    padding-left: 10px
}

.menu-item-has-children ul .dropdown-menu-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -10px
}

.sidebar .menu-item-has-children .dropdown-menu-toggle,nav ul ul .menu-item-has-children .dropdown-menu-toggle {
    float: right
}

.widget-area .main-navigation li {
    float: none;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0
}

.sidebar .main-navigation.sub-menu-right ul li.sfHover ul,.sidebar .main-navigation.sub-menu-right ul li:hover ul {
    top: 0;
    left: 100%
}

.sidebar .main-navigation.sub-menu-left ul li.sfHover ul,.sidebar .main-navigation.sub-menu-left ul li:hover ul {
    top: 0;
    right: 100%
}

.site-main .comment-navigation,.site-main .post-navigation,.site-main .posts-navigation {
    margin: 0 0 2em;
    overflow: hidden
}

.site-main .post-navigation {
    margin-bottom: 0
}

.paging-navigation .nav-next,.paging-navigation .nav-previous {
    display: none
}

.paging-navigation .nav-links>* {
    padding: 0 5px
}

.paging-navigation .nav-links .current {
    font-weight: 700
}

.nav-links>:first-child {
    padding-left: 0
}

.site-header {
    position: relative
}

.inside-header {
    padding: 20px 40px
}

.main-title {
    margin: 0;
    font-size: 25px;
    line-height: 1.2em;
    word-wrap: break-word;
    font-weight: 700;
    text-transform: none
}

.site-description {
    margin: 0;
    line-height: 1.5;
    font-weight: 400;
    text-transform: none;
    font-size: 15px
}

.site-logo {
    display: inline-block;
    max-width: 100%
}

.site-header .header-image {
    vertical-align: middle
}

.inside-header {
    display: flex;
    align-items: center
}

.header-widget {
    margin-left: auto
}

.header-widget p:last-child {
    margin-bottom: 0
}

.nav-float-right .header-widget {
    margin-left: 20px
}

.nav-float-right #site-navigation {
    margin-left: auto
}

.nav-float-left #site-navigation {
    margin-right: auto;
    order: -10
}

.nav-float-left .header-widget {
    margin-left: 0;
    margin-right: 20px;
    order: -15
}

.header-aligned-center:not([class*=nav-float-]) .inside-header {
    justify-content: center;
    flex-direction: column;
    text-align: center
}

.header-aligned-center:not([class*=nav-float-]) .header-widget {
    margin-left: auto;
    margin-right: auto
}

.header-aligned-center:not([class*=nav-float-]) .inside-header>:not(:first-child) {
    margin-top: 1em
}

.header-aligned-right:not([class*=nav-float-]) .inside-header {
    justify-content: flex-end
}

.header-aligned-right:not([class*=nav-float-]) .header-widget {
    margin-right: auto;
    margin-left: 0;
    order: -10
}

.site-branding-container {
    display: inline-flex;
    align-items: center;
    text-align: left;
    flex-shrink: 0
}

.site-branding-container .site-logo {
    margin-right: 1em
}

.sticky {
    display: block
}

.entry-header .gp-icon,.posted-on .updated {
    display: none
}

.byline,.entry-header .cat-links,.entry-header .comments-link,.entry-header .tags-links,.group-blog .byline,.single .byline {
    display: inline
}

footer.entry-meta .byline,footer.entry-meta .posted-on {
    display: block
}

.entry-content:not(:first-child),.entry-summary:not(:first-child),.page-content:not(:first-child) {
    margin-top: 2em
}

.page-links {
    clear: both;
    margin: 0 0 1.5em
}

.archive .format-aside .entry-header,.archive .format-status .entry-header,.archive .format-status .entry-meta,.archive .format-status .entry-title,.blog .format-aside .entry-header,.blog .format-status .entry-header,.blog .format-status .entry-meta,.blog .format-status .entry-title {
    display: none
}

.archive .format-aside .entry-content,.archive .format-status .entry-content,.blog .format-aside .entry-content,.blog .format-status .entry-content {
    margin-top: 0
}

.archive .format-status .entry-content p:last-child,.blog .format-status .entry-content p:last-child {
    margin-bottom: 0
}

.entry-header,.site-content {
    word-wrap: break-word
}

.entry-title {
    margin-bottom: 0
}

.author .page-header .page-title {
    display: flex;
    align-items: center
}

.author .page-header .avatar {
    margin-right: 20px
}

.page-header .author-info>:last-child,.page-header>:last-child {
    margin-bottom: 0
}

.entry-meta {
    font-size: 85%;
    margin-top: .5em;
    line-height: 1.5
}

footer.entry-meta {
    margin-top: 2em
}

.cat-links,.comments-link,.tags-links {
    display: block
}

.entry-content>p:last-child,.entry-summary>p:last-child,.page-content>p:last-child,.read-more-container,.taxonomy-description p:last-child {
    margin-bottom: 0
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
    position: relative
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin: 0 auto 0;
    max-width: 100%
}

.wp-caption .wp-caption-text {
    font-size: 75%;
    padding-top: 5px;
    opacity: .8
}

.wp-caption img {
    position: relative;
    vertical-align: bottom
}

.wp-block-image figcaption {
    font-size: 13px;
    text-align: center
}

.wp-block-gallery,ul.blocks-gallery-grid {
    margin-left: 0
}

.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption {
    background: rgba(255,255,255,.7);
    color: #000;
    padding: 10px;
    box-sizing: border-box
}

.gallery {
    margin-bottom: 1.5em
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

.site-main .gallery {
    margin-bottom: 1.5em
}

.gallery-item img {
    vertical-align: bottom
}

.gallery-icon {
    padding: 5px
}

embed,iframe,object {
    max-width: 100%
}

.wp-block-post-template {
    margin-left: 0
}

.widget-area .widget {
    padding: 40px
}

.widget select {
    max-width: 100%
}

.footer-widgets .widget :last-child,.sidebar .widget :last-child {
    margin-bottom: 0
}

.widget-title {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: none
}

.widget ol,.widget ul {
    margin: 0
}

.widget .search-field {
    width: 100%
}

.widget .search-form {
    display: flex
}

.widget .search-form button.search-submit {
    font-size: 15px
}

.footer-widgets .widget {
    margin-bottom: 30px
}

.footer-widgets .widget:last-child,.sidebar .widget:last-child {
    margin-bottom: 0
}

.widget ul li {
    list-style-type: none;
    position: relative;
    margin-bottom: .5em
}

.widget ul li ul {
    margin-left: 1em;
    margin-top: .5em
}

.wp-calendar-table {
    table-layout: fixed
}

.site-content {
    display: flex
}

/* .grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px
} */

.page-header,.sidebar .widget,.site-main>* {
    margin-bottom: 20px
}

.both-left .inside-left-sidebar,.both-right .inside-left-sidebar {
    margin-right: 10px
}

.both-left .inside-right-sidebar,.both-right .inside-right-sidebar {
    margin-left: 10px
}

.one-container.both-right .site-main,.one-container.right-sidebar .site-main {
    margin-right: 40px
}

.one-container.both-left .site-main,.one-container.left-sidebar .site-main {
    margin-left: 40px
}

.one-container.both-sidebars .site-main {
    margin: 0 40px 0 40px
}

.one-container.archive .post:not(:last-child):not(.is-loop-template-item),.one-container.blog .post:not(:last-child):not(.is-loop-template-item) {
    padding-bottom: 40px
}

.one-container .site-content {
    padding: 40px
}

.separate-containers .comments-area,.separate-containers .inside-article,.separate-containers .page-header,.separate-containers .paging-navigation {
    padding: 40px
}

.separate-containers .site-main {
    margin: 20px
}

.separate-containers.no-sidebar .site-main {
    margin-left: 0;
    margin-right: 0
}

.separate-containers.both-right .site-main,.separate-containers.right-sidebar .site-main {
    margin-left: 0
}

.separate-containers.both-left .site-main,.separate-containers.left-sidebar .site-main {
    margin-right: 0
}

.separate-containers .inside-left-sidebar,.separate-containers .inside-right-sidebar {
    margin-top: 20px;
    margin-bottom: 20px
}

.inside-page-header {
    padding: 40px
}

.widget-area .main-navigation {
    margin-bottom: 20px
}

.one-container .site-main>:last-child,.separate-containers .site-main>:last-child {
    margin-bottom: 0
}

.full-width-content .container.grid-container {
    max-width: 100%
}

.full-width-content.no-sidebar.separate-containers .site-main {
    margin: 0
}

.full-width-content.one-container .site-content,.full-width-content.separate-containers .inside-article {
    padding: 0
}

.full-width-content .entry-content .alignwide {
    margin-left: 0;
    width: auto;
    max-width: unset
}

.contained-content.one-container .site-content,.contained-content.separate-containers .inside-article {
    padding: 0
}

.sidebar .grid-container {
    max-width: 100%;
    width: 100%
}

.both-left .is-left-sidebar,.both-sidebars .is-left-sidebar,.left-sidebar .sidebar {
    order: -10
}

.both-left .is-right-sidebar {
    order: -5
}

.both-right .is-left-sidebar {
    order: 5
}

.both-right .is-right-sidebar,.both-sidebars .is-right-sidebar {
    order: 10
}

.inside-site-info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 40px
}

.site-info {
    text-align: center;
    font-size: 15px
}

.post-image:not(:first-child) {
    margin-top: 2em
}

.featured-image {
    line-height: 0
}

.separate-containers .featured-image {
    margin-top: 20px
}

.separate-containers .inside-article>.featured-image {
    margin-top: 0;
    margin-bottom: 2em
}

.one-container .inside-article>.featured-image {
    margin-top: 0;
    margin-bottom: 2em
}

.gp-icon {
    display: inline-flex;
    align-self: center
}

.gp-icon svg {
    height: 1em;
    width: 1em;
    top: .125em;
    position: relative;
    fill: currentColor
}

.close-search .icon-search svg:first-child,.icon-menu-bars svg:nth-child(2),.icon-search svg:nth-child(2),.toggled .icon-menu-bars svg:first-child {
    display: none
}

.close-search .icon-search svg:nth-child(2),.toggled .icon-menu-bars svg:nth-child(2) {
    display: block
}

.entry-meta .gp-icon {
    margin-right: .6em;
    opacity: .7
}

nav.toggled .icon-arrow-left svg {
    transform: rotate(-90deg)
}

nav.toggled .icon-arrow-right svg {
    transform: rotate(90deg)
}

nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon svg {
    transform: rotate(180deg)
}

nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon.icon-arrow-left svg {
    transform: rotate(-270deg)
}

nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon.icon-arrow-right svg {
    transform: rotate(270deg)
}

.container.grid-container {
    width: auto
}

.menu-toggle,.mobile-bar-items,.sidebar-nav-mobile {
    display: none
}

.menu-toggle {
    padding: 0 20px;
    line-height: 60px;
    margin: 0;
    font-weight: 400;
    text-transform: none;
    font-size: 15px;
    cursor: pointer
}

.menu-toggle .mobile-menu {
    padding-left: 3px
}

.menu-toggle .gp-icon+.mobile-menu {
    padding-left: 9px
}

.menu-toggle .mobile-menu:empty {
    display: none
}

button.menu-toggle {
    background-color: transparent;
    flex-grow: 1;
    border: 0;
    text-align: center
}

button.menu-toggle:active,button.menu-toggle:focus,button.menu-toggle:hover {
    background-color: transparent
}

.has-menu-bar-items button.menu-toggle {
    flex-grow: 0
}

nav.toggled ul ul.sub-menu {
    width: 100%
}

.toggled .menu-item-has-children .dropdown-menu-toggle {
    padding-left: 20px
}

.main-navigation.toggled .main-nav {
    flex-basis: 100%;
    order: 3
}

.main-navigation.toggled .main-nav>ul {
    display: block
}

.main-navigation.toggled .main-nav li {
    width: 100%;
    text-align: left
}

.main-navigation.toggled .main-nav ul ul {
    transition: 0s;
    visibility: hidden;
    box-shadow: none;
    border-bottom: 1px solid rgba(0,0,0,.05)
}

.main-navigation.toggled .main-nav ul ul li:last-child>ul {
    border-bottom: 0
}

.main-navigation.toggled .main-nav ul ul.toggled-on {
    position: relative;
    top: 0;
    left: auto!important;
    right: auto!important;
    width: 100%;
    pointer-events: auto;
    height: auto;
    opacity: 1;
    display: block;
    visibility: visible;
    float: none
}

.main-navigation.toggled .menu-item-has-children .dropdown-menu-toggle {
    float: right
}

.mobile-menu-control-wrapper {
    display: none;
    margin-left: auto;
    align-items: center
}

.has-inline-mobile-toggle #site-navigation.toggled {
    margin-top: 1.5em
}

.has-inline-mobile-toggle #site-navigation.has-active-search {
    margin-top: 1.5em
}

.has-inline-mobile-toggle #site-navigation.has-active-search .nav-search-active {
    position: relative
}

.has-inline-mobile-toggle #site-navigation.has-active-search .navigation-search input {
    outline: auto
}

.nav-float-left .mobile-menu-control-wrapper {
    order: -10;
    margin-left: 0;
    margin-right: auto;
    flex-direction: row-reverse
}

@media (max-width: 768px) {
    .hide-on-mobile {
        display:none!important
    }

    a,body,button,input,select,textarea {
        transition: all 0s ease-in-out
    }

    .inside-header {
        flex-direction: column;
        text-align: center
    }

    .site-header .header-widget {
        margin-top: 1.5em;
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }

    .site-content {
        flex-direction: column
    }

    .container .site-content .content-area {
        width: auto
    }

    .is-left-sidebar.sidebar,.is-right-sidebar.sidebar {
        width: auto;
        order: initial
    }

    .is-left-sidebar+.is-right-sidebar .inside-right-sidebar {
        margin-top: 0
    }

    .both-left .inside-left-sidebar,.both-left .inside-right-sidebar,.both-right .inside-left-sidebar,.both-right .inside-right-sidebar {
        margin-right: 0;
        margin-left: 0
    }

    #main {
        margin-left: 0;
        margin-right: 0
    }

    body:not(.no-sidebar) #main {
        margin-bottom: 0
    }

    .alignleft,.alignright {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .comment .children {
        padding-left: 10px;
        margin-left: 0
    }

    .entry-meta {
        font-size: inherit
    }

    .entry-meta a {
        line-height: 1.8em
    }
}

@media (min-width: 769px) and (max-width:1024px) {
    .hide-on-tablet {
        display:none!important
    }
}

@media (min-width: 1025px) {
    .hide-on-desktop {
        display:none!important
    }
}

body {
    background-color: var(--white);
    color: #111
}

a {
    color: var(--sky-blue)
}

a {
    text-decoration: underline
}

.entry-title a,.site-branding a,a.button,.wp-block-button__link,.main-navigation a {
    text-decoration: none
}

a:hover,a:focus,a:active {
    color: var(--navy-blue)
}

/* .grid-container {
    max-width: 1480px
} */

.wp-block-group__inner-container {
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto
}

.site-header .header-image {
    width: 240px
}

:root {
    --white: #fff;
    --black: #000;
    --navy-blue: #00074f;
    --sky-blue: #0071ce;
    --umass-blue: #000f9f;
    --yellow: #ffc629;
    --light-blue: #84dade;
    --warm-gray: #aca39a;
    --sky-blue-100: #e5f0fa;
    --sky-blue-200: #cce2f5;
    --warm-grey-100: #f6f5f4;
    --warm-grey-200: #eeecea;
    --warm-grey-300: #dddad6;
    --yelllow-100: #fff9e9;
    --light-blue-100: #f2fbfb;
    --sky-blue-800: #00437b;
    --sky-blue-900: #002d52;
    --navy-blue-500: #333872;
    --purple: #633092;
    --green: #3c8221;
    --orange: #f36f16;
    --light-blue-200: #cef0f2
}

:root .has-white-color {
    color: var(--white)
}

:root .has-white-background-color {
    background-color: var(--white)
}

:root .has-black-color {
    color: var(--black)
}

:root .has-black-background-color {
    background-color: var(--black)
}

:root .has-navy-blue-color {
    color: var(--navy-blue)
}

:root .has-navy-blue-background-color {
    background-color: var(--navy-blue)
}

:root .has-sky-blue-color {
    color: var(--sky-blue)
}

:root .has-sky-blue-background-color {
    background-color: var(--sky-blue)
}

:root .has-umass-blue-color {
    color: var(--umass-blue)
}

:root .has-umass-blue-background-color {
    background-color: var(--umass-blue)
}

:root .has-yellow-color {
    color: var(--yellow)
}

:root .has-yellow-background-color {
    background-color: var(--yellow)
}

:root .has-light-blue-color {
    color: var(--light-blue)
}

:root .has-light-blue-background-color {
    background-color: var(--light-blue)
}

:root .has-warm-gray-color {
    color: var(--warm-gray)
}

:root .has-warm-gray-background-color {
    background-color: var(--warm-gray)
}

:root .has-sky-blue-100-color {
    color: var(--sky-blue-100)
}

:root .has-sky-blue-100-background-color {
    background-color: var(--sky-blue-100)
}

:root .has-sky-blue-200-color {
    color: var(--sky-blue-200)
}

:root .has-sky-blue-200-background-color {
    background-color: var(--sky-blue-200)
}

:root .has-warm-grey-100-color {
    color: var(--warm-grey-100)
}

:root .has-warm-grey-100-background-color {
    background-color: var(--warm-grey-100)
}

:root .has-warm-grey-200-color {
    color: var(--warm-grey-200)
}

:root .has-warm-grey-200-background-color {
    background-color: var(--warm-grey-200)
}

:root .has-warm-grey-300-color {
    color: var(--warm-grey-300)
}

:root .has-warm-grey-300-background-color {
    background-color: var(--warm-grey-300)
}

:root .has-yelllow-100-color {
    color: var(--yelllow-100)
}

:root .has-yelllow-100-background-color {
    background-color: var(--yelllow-100)
}

:root .has-light-blue-100-color {
    color: var(--light-blue-100)
}

:root .has-light-blue-100-background-color {
    background-color: var(--light-blue-100)
}

:root .has-sky-blue-800-color {
    color: var(--sky-blue-800)
}

:root .has-sky-blue-800-background-color {
    background-color: var(--sky-blue-800)
}

:root .has-sky-blue-900-color {
    color: var(--sky-blue-900)
}

:root .has-sky-blue-900-background-color {
    background-color: var(--sky-blue-900)
}

:root .has-navy-blue-500-color {
    color: var(--navy-blue-500)
}

:root .has-navy-blue-500-background-color {
    background-color: var(--navy-blue-500)
}

:root .has-purple-color {
    color: var(--purple)
}

:root .has-purple-background-color {
    background-color: var(--purple)
}

:root .has-green-color {
    color: var(--green)
}

:root .has-green-background-color {
    background-color: var(--green)
}

:root .has-orange-color {
    color: var(--orange)
}

:root .has-orange-background-color {
    background-color: var(--orange)
}

:root .has-light-blue-200-color {
    color: var(--light-blue-200)
}

:root .has-light-blue-200-background-color {
    background-color: var(--light-blue-200)
}

body,button,input,select,textarea {
    font-family: Inter;
    font-size: 17px
}

body {
    line-height: 1.75
}

p {
    margin-bottom: 1.75rem
}

h1 {
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 700
}

h2 {
    font-family: linotype-sabon,sans-serif;
    font-weight: 700
}

.top-bar {
    background-color: #636363;
    color: #fff
}

.top-bar a {
    color: #fff
}

.top-bar a:hover {
    color: #303030
}

.site-header {
    background-color: var(--base-3)
}

.main-title a,.main-title a:hover {
    color: var(--contrast)
}

.site-description {
    color: var(--contrast-2)
}

.mobile-menu-control-wrapper .menu-toggle,.mobile-menu-control-wrapper .menu-toggle:hover,.mobile-menu-control-wrapper .menu-toggle:focus,.has-inline-mobile-toggle #site-navigation.toggled {
    background-color: rgba(0,0,0,.02)
}

.main-navigation,.main-navigation ul ul {
    background-color: var(--base-3)
}

.main-navigation .main-nav ul li a,.main-navigation .menu-toggle,.main-navigation .menu-bar-items {
    color: var(--contrast)
}

.main-navigation .main-nav ul li:not([class*=current-menu-]):hover>a,.main-navigation .main-nav ul li:not([class*=current-menu-]):focus>a,.main-navigation .main-nav ul li.sfHover:not([class*=current-menu-])>a,.main-navigation .menu-bar-item:hover>a,.main-navigation .menu-bar-item.sfHover>a {
    color: var(--accent)
}

button.menu-toggle:hover,button.menu-toggle:focus {
    color: var(--contrast)
}

.main-navigation .main-nav ul li[class*=current-menu-]>a {
    color: var(--accent)
}

.navigation-search input[type=search],.navigation-search input[type=search]:active,.navigation-search input[type=search]:focus,.main-navigation .main-nav ul li.search-item.active>a,.main-navigation .menu-bar-items .search-item.active>a {
    color: var(--accent)
}

.main-navigation ul ul {
    background-color: var(--base)
}

.separate-containers .inside-article,.separate-containers .comments-area,.separate-containers .page-header,.one-container .container,.separate-containers .paging-navigation,.inside-page-header {
    background-color: var(--base-3)
}

.entry-title a {
    color: var(--contrast)
}

.entry-title a:hover {
    color: var(--contrast-2)
}

.entry-meta {
    color: var(--contrast-2)
}

.sidebar .widget {
    background-color: var(--base-3)
}

.footer-widgets {
    color: var(--base-3);
    background-color: var(--contrast-2)
}

.footer-widgets a {
    color: var(--base-3)
}

.site-info {
    color: var(--base-3);
    background-color: var(--contrast-2)
}

input[type=text],input[type=email],input[type=url],input[type=password],input[type=search],input[type=tel],input[type=number],textarea,select {
    color: var(--contrast);
    background-color: var(--base-2);
    border-color: var(--base)
}

input[type=text]:focus,input[type=email]:focus,input[type=url]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=number]:focus,textarea:focus,select:focus {
    color: var(--contrast);
    background-color: var(--base-2);
    border-color: var(--contrast-3)
}

button,html input[type=button],input[type=reset],input[type=submit],a.button,a.wp-block-button__link:not(.has-background) {
    color: #fff;
    background-color: #55555e
}

button:hover,html input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover,a.button:hover,button:focus,html input[type=button]:focus,input[type=reset]:focus,input[type=submit]:focus,a.button:focus,a.wp-block-button__link:not(.has-background):active,a.wp-block-button__link:not(.has-background):focus,a.wp-block-button__link:not(.has-background):hover {
    color: #fff;
    background-color: #3f4047
}

a.generate-back-to-top {
    background-color: rgba(0,0,0,.4);
    color: #fff
}

a.generate-back-to-top:hover,a.generate-back-to-top:focus {
    background-color: rgba(0,0,0,.6);
    color: #fff
}

:root {
    --gp-search-modal-bg-color: var(--base-3);
    --gp-search-modal-text-color: var(--contrast);
    --gp-search-modal-overlay-bg-color: rgba(0,0,0,.2)
}

@media (max-width: 768px) {
    .main-navigation .menu-bar-item:hover>a,.main-navigation .menu-bar-item.sfHover>a {
        background:0 0;
        color: var(--contrast)
    }
}

.nav-below-header .main-navigation .inside-navigation.grid-container,.nav-above-header .main-navigation .inside-navigation.grid-container {
    padding: 0 20px
}

.separate-containers .inside-article,.separate-containers .comments-area,.separate-containers .page-header,.separate-containers .paging-navigation,.one-container .site-content,.inside-page-header {
    padding: 20px
}

.site-main .wp-block-group__inner-container {
    padding: 20px
}

.separate-containers .paging-navigation {
    padding-top: 20px;
    padding-bottom: 20px
}

.entry-content .alignwide,body:not(.no-sidebar) .entry-content .alignfull {
    margin-left: -20px;
    width: calc(100% + 40px);
    max-width: calc(100% + 40px)
}

.one-container.right-sidebar .site-main,.one-container.both-right .site-main {
    margin-right: 20px
}

.one-container.left-sidebar .site-main,.one-container.both-left .site-main {
    margin-left: 20px
}

.one-container.both-sidebars .site-main {
    margin: 0 20px
}

.sidebar .widget,.page-header,.widget-area .main-navigation,.site-main>* {
    margin-bottom: 0
}

.separate-containers .site-main {
    margin: 0
}

.both-right .inside-left-sidebar,.both-left .inside-left-sidebar {
    margin-right: 0
}

.both-right .inside-right-sidebar,.both-left .inside-right-sidebar {
    margin-left: 0
}

.one-container.archive .post:not(:last-child):not(.is-loop-template-item),.one-container.blog .post:not(:last-child):not(.is-loop-template-item) {
    padding-bottom: 20px
}

.separate-containers .featured-image {
    margin-top: 0
}

.separate-containers .inside-right-sidebar,.separate-containers .inside-left-sidebar {
    margin-top: 0;
    margin-bottom: 0
}

.rtl .menu-item-has-children .dropdown-menu-toggle {
    padding-left: 20px
}

.rtl .main-navigation .main-nav ul li.menu-item-has-children>a {
    padding-right: 20px
}

.footer-widgets-container {
    padding: 60px 40px
}

.inside-site-info {
    padding: 40px
}

@media (max-width: 768px) {
    .separate-containers .inside-article,.separate-containers .comments-area,.separate-containers .page-header,.separate-containers .paging-navigation,.one-container .site-content,.inside-page-header {
        padding:20px
    }

    .site-main .wp-block-group__inner-container {
        padding: 20px
    }

    .inside-top-bar {
        padding-right: 30px;
        padding-left: 30px
    }

    .inside-header {
        padding-right: 30px;
        padding-left: 30px
    }

    .widget-area .widget {
        padding-top: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
        padding-left: 30px
    }

    .footer-widgets-container {
        padding-top: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
        padding-left: 30px
    }

    .inside-site-info {
        padding-right: 30px;
        padding-left: 30px
    }

    .entry-content .alignwide,body:not(.no-sidebar) .entry-content .alignfull {
        margin-left: -20px;
        width: calc(100% + 40px);
        max-width: calc(100% + 40px)
    }

    .one-container .site-main .paging-navigation {
        margin-bottom: 0
    }
}

.is-right-sidebar {
    width: 30%
}

.is-left-sidebar {
    width: 30%
}

.site-content .content-area {
    width: 100%
}

@media (max-width: 768px) {
    .main-navigation .menu-toggle,.sidebar-nav-mobile:not(#sticky-placeholder) {
        display:block
    }

    .main-navigation ul,.gen-sidebar-nav,.main-navigation:not(.slideout-navigation):not(.toggled) .main-nav>ul,.has-inline-mobile-toggle #site-navigation .inside-navigation>*:not(.navigation-search):not(.main-nav) {
        display: none
    }

    .nav-align-right .inside-navigation,.nav-align-center .inside-navigation {
        justify-content: space-between
    }

    .has-inline-mobile-toggle .mobile-menu-control-wrapper {
        display: flex;
        flex-wrap: wrap
    }

    .has-inline-mobile-toggle .inside-header {
        flex-direction: row;
        text-align: left;
        flex-wrap: wrap
    }

    .has-inline-mobile-toggle .header-widget,.has-inline-mobile-toggle #site-navigation {
        flex-basis: 100%
    }

    .nav-float-left .has-inline-mobile-toggle #site-navigation {
        order: 10
    }
}

.dynamic-author-image-rounded {
    border-radius: 100%
}

.dynamic-featured-image,.dynamic-author-image {
    vertical-align: middle
}

.one-container.blog .dynamic-content-template:not(:last-child),.one-container.archive .dynamic-content-template:not(:last-child) {
    padding-bottom: 0
}

.dynamic-entry-excerpt>p:last-child {
    margin-bottom: 0
}

header.fh-header {
    position: -webkit-sticky;
    position: sticky;
    z-index: 10;
    top: 0;
    font-family: Montserrat,sans-serif
}

header.fh-header a.mega-menu-link {
    font-weight: 600 !important
}

header.fh-header .fh-logotype {
    max-height: 30px
}

@media (min-width: 1050px) {
    header.fh-header .fh-logotype {
        max-height:55px
    }
}

.fh-branding {
    position: absolute;
    z-index: 10;
    left: 1rem;
    height: 100%;
    display: flex;
    align-items: center
}

.fh-branding img {
    display: block
}

@media (min-width: 1050px) {
    .fh-branding {
        left:1.5rem
    }
}

@media (min-width: 1050px) {
    .mega-menu-wrap {
        margin-left:100px !important
    }
}

a.mega-custom-icon:before {
    height: 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important
}

@media (min-width: 1050px) {
    ul.mega-menu>li:last-child {
        float:right !important
    }
}

.max-mega-menu .textwidget {
    width: 80%
}

.max-mega-menu .textwidget p {
    font-size: 14px
}

@media (max-width: 1300px) {
    #mega-menu-wrap-primary #mega-menu-primary {
        text-align:right !important
    }
}

.mega-sub-menu {
    box-shadow: -1px 25px 76px 0px rgba(0,0,0,.5) !important;
    -webkit-box-shadow: -1px 25px 76px 0px rgba(0,0,0,.5) !important;
    -moz-box-shadow: -1px 25px 76px 0px rgba(0,0,0,.5) !important
}

.fh-nav-item {
    font-weight: 700;
    font-size: 17px;
    color: #00437b
}

.fh-nav-link {
    text-decoration: none;
    color: #222;
    display: block;
    padding: .5rem 1rem
}

.fh-nav-link:hover,.fh-nav-link:focus {
    background-color: #f7f8ff
}

.fh-nav-link:hover .fh-nav-item,.fh-nav-link:focus .fh-nav-item {
    color: var(--sky-blue)
}

.mega-menu-item-2433 .mega-sub-menu .mega-menu-link {
    display: block !important;
    padding: .5rem 1rem !important
}

.mega-menu-item-2433 .mega-sub-menu .mega-menu-link:hover,.mega-menu-item-2433 .mega-sub-menu .mega-menu-link:focus {
    background-color: #f7f8ff !important
}

.site-footer .fh-logotype {
    display: block;
    margin-bottom: 3rem
}

.site-footer a {
    text-decoration: underline;
    text-decoration-thickness: max(1px, 0.0625rem);
    text-underline-offset: .15em;
    color: rgba(255,255,255,.85)
}

.site-footer a:visited {
    color: #fff
}

.site-footer a:hover,.site-footer a:focus {
    text-decoration: underline;
    color: #fff
}

.site-footer nav ul {
    list-style: none
}

.site-footer nav ul li {
    margin-bottom: .25rem
}

.fh-footer__grid {
    justify-content: space-between;
    margin-bottom: 3rem
}

.fh-footer__lower {
    border-top: 1px solid #fff;
    padding-top: 2rem
}

.fh-footer p {
    margin-bottom: .25rem
}

.fh-footer .novashare-button-block {
    background-color: transparent !important
}

.fh-footer .logos {
    display: flex;
    align-items: center;
    margin: 0 -.5rem
}

.fh-footer .logos>a {
    display: block;
    padding: 0 .5rem
}

.fh-pages-subnav {
    margin-bottom: 1.5rem
}

.fh-pages-subnav ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.fh-pages-subnav li {
    display: inline-block;
    margin: .5rem;
    padding: 0
}

.fh-pages-subnav a {
    background-color: transparent;
    color: var(--navy-blue);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 0 2px;
    border-style: solid;
    border-width: 0 0 2px;
    border-color: var(--navy-blue);
    text-transform: uppercase;
    text-decoration: none;
    display: block
}

.fh-pages-subnav li.current_page_item a {
    color: var(--sky-blue);
    border-color: var(--sky-blue)
}

.fh-section {
    padding: 2.5rem 1rem
}

@media (min-width: 768px) {
    .fh-section {
        padding:5rem 2rem
    }
}

.fh-section--slim {
    padding: 1rem
}

@media (min-width: 768px) {
    .fh-section--slim {
        padding:2.5rem 2rem
    }
}

.fh-section .container {
    max-width: 1202px;
    margin: 0 auto
}

.fh-section .container--medium {
    max-width: 1000px
}

.fh-section .container--narrow {
    max-width: 900px
}

.gb-button-wrapper .gb-button {
    margin-right: 1rem
}

.gb-button-wrapper .gb-button:last-child {
    margin-right: 0
}

a {
    transition: all .25s !important;
    text-decoration-thickness: max(2px, 0.0625rem);
    text-underline-offset: .15em
}

.leadership-grid a {
    color: var(--navy-blue);
    text-decoration: none
}

.leadership-grid a:hover,.leadership-grid a:focus {
    color: var(--sky-blue)
}

.is-loop-template-item a {
    text-decoration: none
}

.gb-headline-text.gb-headline-xlarge {
    font-size: 8rem
}

.gb-headline-text.gb-headline-large {
    font-family: linotype-sabon,sans-serif;
    line-height: 1.1;
    font-size: 32px
}

@media (min-width: 768px) {
    .gb-headline-text.gb-headline-large {
        font-size:48px
    }
}

@media (min-width: 1025px) {
    .gb-headline-text.gb-headline-large {
        font-size:56px
    }
}

.gb-headline-text.gb-headline-medium {
    font-family: linotype-sabon,sans-serif;
    font-size: 26px;
    line-height: 1.1
}

@media (min-width: 768px) {
    .gb-headline-text.gb-headline-medium {
        font-size:32px
    }
}

@media (min-width: 1025px) {
    .gb-headline-text.gb-headline-medium {
        font-size:40px
    }
}

.gb-headline-text.gb-headline-small,.fh-headline-small {
    font-size: 22px
}

@media (min-width: 768px) {
    .gb-headline-text.gb-headline-small,.fh-headline-small {
        font-size:24px
    }
}

.gb-headline-text.gb-headline-xsmall,.fh-headline-xsmall {
    font-weight: 600;
    font-size: 20px
}

.gb-headline-text.gb-headline-eyebrow {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 8px
}

.gb-headline-text.gb-headline-eyebrow.small {
    font-size: 14px
}

.gb-headline-text a {
    color: var(--navy-blue)
}

.gb-headline-text a:hover {
    color: var(--sky-blue)
}

.gb-headline-lead-medium {
    max-width: 55ch
}

@media (max-width: 768px) {
    body {
        font-size:16px
    }
}

a a:hover,a a:focus {
    text-decoration: underline
}

.sabon {
    font-family: linotype-sabon,sans-serif;
    font-weight: 400
}

.SumoSelect p {
    margin: 0
}

.SumoSelect {
    width: 200px
}

.SelectBox {
    padding: 8px
}

.sumoStopScroll {
    overflow: hidden
}

.SumoSelect .hidden {
    display: none
}

.SumoSelect .search-txt {
    display: none;
    outline: none
}

.SumoSelect .no-match {
    display: none;
    padding: 6px
}

.SumoSelect.open .search-txt {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 5px 8px;
    border: none;
    box-sizing: border-box;
    border-radius: 5px
}

.SumoSelect.open>.search>span,.SumoSelect.open>.search>label {
    visibility: hidden
}

.SelectClass,.SumoUnder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    box-sizing: border-box;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.SelectClass {
    z-index: 1
}

.SumoSelect>.optWrapper>.options li.opt label,.SumoSelect>.CaptionCont,.SumoSelect .select-all>label {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none
}

.SumoSelect {
    display: inline-block;
    position: relative;
    outline: none
}

.SumoSelect:focus>.CaptionCont,.SumoSelect:hover>.CaptionCont,.SumoSelect.open>.CaptionCont {
    box-shadow: 0 0 2px #7799d0;
    border-color: #7799d0
}

.SumoSelect>.CaptionCont {
    position: relative;
    border: 1px solid #a4a4a4;
    min-height: 14px;
    background-color: #fff;
    border-radius: 2px;
    margin: 0
}

.SumoSelect>.CaptionCont>span {
    display: block;
    padding-right: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default
}

.SumoSelect>.CaptionCont>span.placeholder {
    color: #666;
    font-size: 14px
}

.SumoSelect>.CaptionCont>label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px
}

.SumoSelect>.CaptionCont>label>i {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=");
    background-position: center center;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    opacity: .8
}

.SumoSelect>.optWrapper {
    display: none;
    z-index: 1000;
    top: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 2px 3px 3px rgba(0,0,0,.11);
    border-radius: 3px;
    overflow: hidden
}

.SumoSelect.open>.optWrapper {
    top: 35px;
    display: block
}

.SumoSelect.open>.optWrapper.up {
    top: auto;
    bottom: 100%;
    margin-bottom: 5px
}

.SumoSelect>.optWrapper ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    overflow: auto
}

.SumoSelect>.optWrapper>.options {
    border-radius: 2px;
    position: relative;
    max-height: 250px
}

.SumoSelect>.optWrapper.okCancelInMulti>.options {
    border-radius: 2px 2px 0 0
}

.SumoSelect>.optWrapper.selall>.options {
    border-radius: 0 0 2px 2px
}

.SumoSelect>.optWrapper.selall.okCancelInMulti>.options {
    border-radius: 0
}

.SumoSelect>.optWrapper>.options li.group.disabled>label {
    opacity: .5
}

.SumoSelect>.optWrapper>.options li ul li.opt {
    padding-left: 22px
}

.SumoSelect>.optWrapper.multiple>.options li ul li.opt {
    padding-left: 50px
}

.SumoSelect>.optWrapper.isFloating>.options {
    max-height: 100%;
    box-shadow: 0 0 100px #595959
}

.SumoSelect>.optWrapper>.options li.opt {
    padding: 6px;
    position: relative;
    border-bottom: 1px solid #f5f5f5
}

.SumoSelect>.optWrapper>.options>li.opt:first-child {
    border-radius: 2px 2px 0 0
}

.SumoSelect>.optWrapper.selall>.options>li.opt:first-child {
    border-radius: 0
}

.SumoSelect>.optWrapper>.options>li.opt:last-child {
    border-radius: 0 0 2px 2px;
    border-bottom: none
}

.SumoSelect>.optWrapper.okCancelInMulti>.options>li.opt:last-child {
    border-radius: 0
}

.SumoSelect>.optWrapper>.options li.opt:hover {
    background-color: #e4e4e4
}

.SumoSelect>.optWrapper>.options li.opt.sel,.SumoSelect .select-all.sel {
    background-color: #a1c0e4
}

.SumoSelect>.optWrapper>.options li label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    cursor: pointer
}

.SumoSelect>.optWrapper>.options li span {
    display: none
}

.SumoSelect>.optWrapper>.options li.group>label {
    cursor: default;
    padding: 8px 6px;
    font-weight: 700
}

.SumoSelect>.optWrapper.isFloating {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    bottom: 0;
    margin: auto;
    max-height: 90%
}

.SumoSelect>.optWrapper>.options li.opt.disabled {
    background-color: inherit;
    pointer-events: none
}

.SumoSelect>.optWrapper>.options li.opt.disabled * {
    -ms-filter: "alpha(opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5
}

.SumoSelect>.optWrapper.multiple>.options li.opt {
    padding-left: 35px;
    cursor: pointer
}

.SumoSelect>.optWrapper.multiple>.options li.opt span,.SumoSelect .select-all>span {
    position: absolute;
    display: block;
    width: 30px;
    top: 0;
    bottom: 0;
    margin-left: -35px
}

.SumoSelect>.optWrapper.multiple>.options li.opt span i,.SumoSelect .select-all>span i {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #aeaeae;
    border-radius: 2px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.15);
    background-color: #fff
}

.SumoSelect>.optWrapper>.MultiControls {
    display: none;
    border-top: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.13);
    border-radius: 0 0 3px 3px
}

.SumoSelect>.optWrapper.multiple.isFloating>.MultiControls {
    display: block;
    margin-top: 5px;
    position: absolute;
    bottom: 0;
    width: 100%
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls {
    display: block
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p {
    padding: 6px
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p:focus {
    box-shadow: 0 0 2px #a1c0e4;
    border-color: #a1c0e4;
    outline: none;
    background-color: #a1c0e4
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p {
    display: inline-block;
    cursor: pointer;
    padding: 12px;
    width: 50%;
    box-sizing: border-box;
    text-align: center
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p:hover {
    background-color: #f1f1f1
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnOk {
    border-right: 1px solid #dbdbdb;
    border-radius: 0 0 0 3px
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnCancel {
    border-radius: 0 0 3px
}

.SumoSelect>.optWrapper.isFloating>.options li.opt {
    padding: 12px 6px
}

.SumoSelect>.optWrapper.multiple.isFloating>.options li.opt {
    padding-left: 35px
}

.SumoSelect>.optWrapper.multiple.isFloating {
    padding-bottom: 43px
}

.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i,.SumoSelect .select-all.selected>span i,.SumoSelect .select-all.partial>span i {
    background-color: #11a911;
    box-shadow: none;
    border-color: transparent;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-position: center center
}

.SumoSelect.disabled {
    opacity: .7;
    cursor: not-allowed
}

.SumoSelect.disabled>.CaptionCont {
    border-color: #ccc;
    box-shadow: none
}

.SumoSelect .select-all {
    border-radius: 3px 3px 0 0;
    position: relative;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    padding: 8px 0 3px 35px;
    height: 20px;
    cursor: pointer
}

.SumoSelect .select-all>label,.SumoSelect .select-all>span i {
    cursor: pointer
}

.SumoSelect .select-all.partial>span i {
    background-color: #ccc
}

.SumoSelect>.optWrapper>.options li.optGroup {
    padding-left: 5px;
    text-decoration: underline
}

.reset-all {
    padding: 5px 10px 5px 35px;
    border-bottom: 1px solid #cdcdcd
}

.SumoSelect[is-selected=false] .reset-all {
    opacity: .5;
    pointer-events: none
}

.SumoSelect[is-selected=true] .reset-all {
    opacity: 1;
    cursor: pointer;
    color: #7799d0
}

.SumoSelect[is-selected=true] .reset-all * {
    cursor: pointer
}

.SumoSelect[is-selected=true] .reset-all:hover {
    color: #000
}

.gform-body {
    margin-bottom: 1rem
}

.gform_button {
    font-size: 17px !important
}

.SumoSelect {
    width: 100%
}

.fh-image-offset-content {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto
}

@media (min-width: 1025px) {
    .fh-image-offset-content {
        display:grid;
        grid-template-columns: 1fr 1fr 50px;
        grid-template-rows: 1fr minmax(-webkit-min-content, -webkit-max-content) 50px;
        grid-template-rows: 1fr minmax(min-content, max-content) 50px
    }
}

.fh-image-offset-content__image {
    z-index: 1;
    position: relative;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3
}

.fh-image-offset-content__content {
    z-index: 2;
    background-color: var(--navy-blue);
    color: #fff;
    padding: 2rem;
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 2;
    grid-row-end: 4
}

.fh-image-offset-content__content>* {
    color: #fff
}

.fh-image-offset-content__content a {
    color: #fff;
    text-decoration: none
}

.fh-image-offset-content__content a:hover {
    color: #fff;
    text-decoration: underline
}

.fh-image-offset-content__content .fh-headline {
    color: currentcolor
}

@media (min-width: 768px) {
    .fh-image-and-content {
        display:flex;
        align-items: center
    }
}

@media (min-width: 768px) {
    .fh-image-and-content>div {
        width:50%
    }
}

.fh-image-and-content__image img {
    aspect-ratio: 1.3;
    -o-object-fit: cover;
    object-fit: cover
}

.fh-image-and-content__content {
    padding: 1rem
}

@media (min-width: 768px) {
    .fh-image-and-content__content {
        padding:2rem
    }
}

@media (min-width: 1025px) {
    .fh-image-and-content__content {
        padding:3rem
    }
}

.fh-image-and-content .gb-headline-medium,.fh-image-and-content .gb-headline-eyebrow {
    color: var(--navy-blue)
}

@media (min-width: 768px) {
    .fh-image-and-content.fh-direction-reverse {
        flex-direction:row-reverse
    }
}

.fh-quote {
    max-width: 1048px;
    margin: 0 auto;
    text-align: center;
    color: var(--navy-blue)
}

.fh-quote blockquote.fh-quote__blockquote {
    padding: 0;
    margin: 0;
    border: 0 !important;
    font-size: 1.5rem !important;
    line-height: 1.5;
    font-family: linotype-sabon,sans-serif;
    font-style: normal
}

@media (min-width: 768px) {
    .fh-quote blockquote.fh-quote__blockquote {
        font-size:1.5rem !important
    }
}

@media (min-width: 1025px) {
    .fh-quote blockquote.fh-quote__blockquote {
        font-size:2.5rem !important
    }
}

@media (min-width: 1300px) {
    .fh-quote blockquote.fh-quote__blockquote {
        font-size:2.75rem !important
    }
}

.fh-quote blockquote.fh-quote__blockquote span {
    font-size: 1.5em;
    color: var(--sky-blue);
    line-height: 1rem;
    position: relative
}

.fh-quote cite {
    font-style: normal
}

.fh-logos {
    max-width: 1520px;
    margin: 0 auto;
    text-align: center
}

.fh-logos__container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.fh-logos__container img {
    margin: 0 1rem 1rem;
    max-width: 25%
}

@media (min-width: 768px) {
    .fh-logos__container img {
        max-width:150px
    }
}

.fh-product-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 2rem;
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr
}

@media (min-width: 768px) {
    .fh-product-list {
        grid-template-columns:1fr 1fr
    }
}

@media (min-width: 1025px) {
    .fh-product-list {
        grid-template-columns:1fr 1fr 1fr;
        gap: 3rem
    }
}

.fh-product-list li {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column
}

.fh-product-list li {
    border-bottom: 1px solid var(--warm-grey-300);
    padding-bottom: 2rem
}

@media (min-width: 1025px) {
    .fh-product-list li {
        padding-bottom:3rem
    }
}

.fh-product-list li p {
    margin: 0;
    font-size: 16px
}

.fh-product-list a {
    color: var(--sky-blue-800)
}

.fh-product-list a:hover {
    color: var(--sky-blue)
}

.fh-product-list .fh-headline-xsmall {
    margin-bottom: .5rem
}

.fh-product-list .fh-headline-xsmall:last-child {
    margin-bottom: 0
}

.fh-bio-card {
    font-size: 16px;
    max-width: 350px
}

.fh-bio-card img {
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: auto;
    max-width: 150px;
    border-radius: 50%;
    display: block;
    margin-bottom: .5rem
}

.fh-bio-card__name {
    font-weight: 700
}

.fh-bio-card__title {
    font-size: 15px
}

.fh-bio-card span {
    display: block
}

.block-fh-icon path {
    stroke: var(--navy-blue) !important
}

.block-fh-icon g[id$=-duo] path,.block-fh-icon g[class$=-duo] path {
    stroke: var(--sky-blue) !important
}

.fh-theme-dark .block-fh-icon path {
    stroke: #fff !important
}

.fh-theme-dark .block-fh-icon g[id$=-duo] path,.fh-theme-dark .block-fh-icon g[class$=-duo] path {
    stroke: var(--yellow) !important
}

.acf-field-acfe-image-selector path {
    stroke: var(--navy-blue) !important
}

.acf-field-acfe-image-selector .image.svg {
    background-color: #000 !important
}

.fh-byline {
    margin: 1.5rem 0;
    display: flex;
    flex-wrap: wrap
}

.fh-byline.vertical {
    display: grid;
    gap: .75rem;
    grid-template-columns: 1fr
}

@media (min-width: 768px) {
    .fh-byline.vertical {
        grid-template-columns:1fr 1fr
    }
}

.fh-byline img {
    border-radius: 50%;
    margin-right: .5rem;
    -o-object-fit: cover;
    object-fit: cover;
    width: 50px;
    height: 50px
}

.fh-byline .fh-author {
    margin-right: 1.5rem;
    display: inline-flex;
    align-items: center
}

.fh-byline .fh-author span {
    display: block;
    line-height: 1.2;
    font-size: 14px
}

.fh-byline .fh-author span.name {
    font-weight: 700
}

.fh-byline .fh-author span.job-title {
    font-size: 12px
}

.fh-byline.vertical .fh-author {
    display: flex
}

@media (min-width: 768px) {
    .fh-mosaic {
        display:grid;
        grid-template-columns: repeat(3,1fr);
        grid-template-rows: -webkit-max-content -webkit-max-content;
        grid-template-rows: max-content max-content;
        gap: 0
    }
}

.fh-mosaic>* {
    padding: 1.5rem
}

@media (min-width: 1025px) {
    .fh-mosaic>* {
        padding:2rem
    }
}

@media (min-width: 1300px) {
    .fh-mosaic>* {
        padding-right:20%;
        padding: 3rem 2.5rem
    }
}

.fh-mosaic>* a {
    text-decoration: none;
    color: var(--navy-blue)
}

.fh-mosaic>* a:hover {
    text-decoration: underline
}

.fh-mosaic>*.media {
    height: 200px;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    position: relative
}

@media (min-width: 768px) {
    .fh-mosaic>*.media {
        height:auto
    }
}

.fh-mosaic>*.media img,.fh-mosaic>*.media video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1
}

.fh-mosaic>*.index-1 {
    grid-column-start: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    background-color: rgba(255,255,255,.9);
    color: var(--navy-blue);
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end
}

.fh-mosaic>*.index-2 {
    background-color: #ffc629
}

.fh-mosaic>*.index-2 .tile-headline {
    color: var(--navy-blue)
}

.fh-mosaic>*.index-3 {
    background-color: var(--navy-blue);
    color: #fff
}

.fh-mosaic>*.index-3 a {
    color: #fff
}

.fh-mosaic>*.index-3 a:hover {
    color: #fff
}

.fh-mosaic .gb-headline-eyebrow {
    margin-bottom: 1rem;
    display: block
}

.fh-mosaic .tile-headline.length-short {
    font-size: calc(2rem + 0.4vw)
}

.fh-mosaic .tile-headline.length-medium {
    font-size: calc(1.5rem + 0.3vw)
}

.fh-mosaic .tile-headline.length-long {
    font-size: calc(1.25rem + 0.2vw)
}

.fh-mosaic p {
    margin-bottom: 0;
    font-weight: 500
}

.fh-mosaic .cta {
    color: inherit;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid currentcolor
}

.fh-factoids {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem
}

.fh-factoids.count-3 {
    grid-template-columns: 1fr 1fr 1fr
}

@media (min-width: 1025px) {
    .fh-factoids {
        gap:3rem
    }
}

.fh-factoids__factoid {
    margin-bottom: 1.5rem
}

@media (min-width: 768px) {
    .fh-factoids__factoid {
        margin-bottom:0
    }

    .fh-factoids__factoid:first-child {
        border-left: none
    }
}

.fh-factoids__factoid span {
    display: block
}

.fh-factoids__factoid svg {
    margin-bottom: .5rem
}

.fh-factoids__factoid .figure {
    font-size: 2rem;
    line-height: 1;
    font-family: linotype-sabon,sans-serif;
    font-weight: 400
}

@media (min-width: 1025px) {
    .fh-factoids__factoid .figure {
        font-size:3.5rem
    }
}

.fh-factoids__factoid .unit {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.fh-factoids__factoid .caption {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 1rem
}

@media (min-width: 768px) {
    .fh-factoids__factoid .caption {
        font-size:15px
    }
}

@media (min-width: 1025px) {
    .fh-hero-layout--overlay {
        display:grid;
        grid-template-columns: 1fr minmax(200px, 1304px) 1fr;
        grid-template-rows: calc(42.1vw - 100px) 100px auto
    }
}

.fh-hero-layout--overlay img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1.5;
    max-width: none;
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3
}

@media (min-width: 768px) {
    .fh-hero-layout--overlay img {
        aspect-ratio:auto
    }
}

.fh-hero-layout--overlay .content {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 4;
    background-color: #cdf0f1
}

@media (min-width: 1025px) {
    .fh-hero-layout--overlay .content {
        margin:0 52px
    }
}

@media (min-width: 1025px) {
    .fh-hero-layout--side-by-side {
        display:grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 500px
    }
}

.fh-hero-layout--side-by-side img {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
    align-self: stretch;
    justify-self: stretch;
    -o-object-fit: cover;
    object-fit: cover
}

.fh-hero-layout--side-by-side .content {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    display: flex;
    align-items: center;
    background-color: var(--warm-grey-100)
}

@media (min-width: 1025px) {
    .fh-hero-layout--side-by-side .content {
        padding:5rem 3rem
    }
}

@media (min-width: 1025px) {
    .fh-hero-layout--side-by-side .content>div {
        max-width:550px;
        margin-left: auto
    }
}

.fh-hero--image-left img {
    grid-column-start: 1;
    grid-column-end: 2
}

.fh-hero--image-left .content {
    grid-column-start: 2;
    grid-column-end: 3
}

.fh-hero--image-left .content>div {
    margin-left: 0
}

.fh-hero img {
    display: block
}

.fh-hero .content {
    padding: 1.5rem
}

@media (min-width: 1025px) {
    .fh-hero .content {
        padding:3rem
    }
}

.fh-hero .content h1 {
    color: var(--navy-blue)
}

.fh-hero .content p {
    color: var(--navy-blue)
}

.fh-timeline {
    margin-top: 3rem
}

.fh-timeline h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--sky-blue)
}

.fh-timeline h4 {
    font-size: 12px;
    line-height: 1.3
}

@media (min-width: 1025px) {
    .fh-timeline h4 {
        font-size:16px
    }
}

@media (min-width: 1025px) {
    .fh-timeline__milestones {
        position:relative
    }

    .fh-timeline__milestones:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        border-top: 3px solid var(--navy-blue)
    }
}

.fh-timeline__milestones .milestone {
    padding: 2rem 1.5rem;
    width: 300px;
    border-left: 3px solid var(--navy-blue)
}

@media (min-width: 1025px) {
    .fh-timeline__milestones .milestone {
        width:400px
    }
}

.fh-timeline__milestones .milestone:first-child {
    border-left: 0
}

button:hover,html input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover,a.button:hover,button:focus,html input[type=button]:focus,input[type=reset]:focus,input[type=submit]:focus,a.button:focus,a.wp-block-button__link:not(.has-background):active,a.wp-block-button__link:not(.has-background):focus,a.wp-block-button__link:not(.has-background):hover {
    color: var(--navy-blue)
}

.block-youtube-embed {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
    margin-bottom: 2rem
}

.block-youtube-embed:last-child {
    margin-bottom: 0
}

.block-youtube-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.block-youtube-embed a,.block-youtube-embed img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.block-youtube-embed img {
    -o-object-fit: cover;
    object-fit: cover
}

.block-youtube-embed .play-button {
    background-color: var(--sky-blue);
    display: block;
    padding: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 72px;
    height: 72px;
    text-align: center;
    border-radius: 50%;
    opacity: .9
}

.block-youtube-embed .play-button svg {
    width: 40px;
    height: 40px;
    position: relative;
    left: 2px
}

.block-youtube-embed a:hover .play-button {
    background-color: var(--yellow)
}

.fh-latest-news a {
    text-decoration: none;
    display: block
}

.fh-latest-news a:hover,.fh-latest-news a:focus {
    text-decoration: underline
}

.facetwp-type-radio {
    text-align: center
}

.facetwp-type-radio .facetwp-radio {
    display: inline-block;
    background-image: none !important;
    padding: .25rem .75rem;
    background-color: var(--navy-blue-500);
    color: #fff !important;
    border-radius: 16px;
    font-size: 12px;
    font-weight: 600;
    color: var(--warm-grey);
    margin-right: .5rem
}

@media (min-width: 768px) {
    .facetwp-type-radio .facetwp-radio {
        font-size:14px;
        margin-right: 1rem
    }
}

.facetwp-type-radio .facetwp-radio.checked {
    background-color: var(--sky-blue)
}

.facetwp-type-radio .facetwp-radio .facetwp-counter {
    display: none
}

.facetwp-display-value {
    padding-right: 0 !important
}

.facetwp-facet {
    margin-bottom: 0 !important
}

.fh-theme-dark .content {
    background-color: var(--navy-blue);
    color: #fff
}

.fh-theme-light .content {
    background-color: var(--sky-blue-100);
    color: var(--navy-blue)
}

.fh-theme-white .content {
    color: var(--navy-blue);
    background-color: #fff
}

.fh-layout-overlay {
    max-width: 1048px;
    margin: 0 auto
}

@media (min-width: 1025px) {
    .fh-layout-overlay {
        display:grid;
        grid-template-columns: 40px repeat(12,1fr) 40px;
        grid-template-rows: 1fr 80px
    }
}

.fh-layout-overlay .media {
    grid-column: 2/span 12;
    grid-row: 1/span 1;
    z-index: 1
}

.fh-layout-overlay .media img {
    width: 100%;
    display: block;
    aspect-ratio: 16/9
}

.fh-layout-overlay .content {
    grid-column: 1/span 14;
    grid-row: 2/span 1;
    align-self: end;
    padding: 1rem;
    background-color: var(--navy-blue);
    color: #fff;
    z-index: 2
}

@media (min-width: 1025px) {
    .fh-layout-overlay .content {
        padding:3rem
    }
}

.fh-layout-overlay .content a {
    color: #fff;
    text-decoration: none
}

.fh-layout-overlay .content a:hover {
    color: #fff;
    text-decoration: underline
}

.fh-layout-overlay--narrow .content {
    grid-column: 3/span 10
}

.fh-layout-side-by-side {
    max-width: 1442px;
    margin: 0 auto
}

@media (min-width: 1025px) {
    .fh-layout-side-by-side {
        display:grid;
        grid-template-columns: 50% 50%
    }
}

.fh-layout-side-by-side .media {
    grid-column-start: 1;
    grid-column-end: 2
}

.fh-layout-side-by-side .media img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 1.7;
    -o-object-fit: cover;
    object-fit: cover
}

.fh-layout-side-by-side .content {
    grid-column-start: 2;
    grid-column-end: 3;
    padding: 2rem 1rem
}

@media (min-width: 768px) {
    .fh-layout-side-by-side .content {
        padding:2rem
    }
}

@media (min-width: 1025px) {
    .fh-layout-side-by-side .content {
        padding:3rem
    }
}

.fh-layout-text-only {
    max-width: 1202px;
    margin: 0 auto
}

.fh-layout-text-only .content {
    padding: 2rem 1rem
}

@media (min-width: 768px) {
    .fh-layout-text-only .content {
        padding:2rem
    }
}

@media (min-width: 1025px) {
    .fh-layout-text-only .content {
        padding:3rem
    }
}

.gb-button-wrapper.gb-query-loop-pagination {
    justify-content: center;
    margin-bottom: 3rem !important
}

.gb-button-wrapper.gb-query-loop-pagination .gb-button {
    color: var(--navy-blue) !important;
    background-color: transparent;
    padding: 6px 16px;
    border-radius: 18px;
    font-size: 1.25rem
}

.gb-button-wrapper.gb-query-loop-pagination .gb-button:hover,.gb-button-wrapper.gb-query-loop-pagination .gb-button:focus {
    background-color: transparent !important;
    color: var(--sky-blue) !important;
    text-decoration: underline
}

.gb-button-wrapper.gb-query-loop-pagination .gb-button__current,.gb-button-wrapper.gb-query-loop-pagination .gb-block-is-current {
    font-weight: 700
}

.gb-button-wrapper.gb-query-loop-pagination .gb-button__current:hover,.gb-button-wrapper.gb-query-loop-pagination .gb-button__current:focus,.gb-button-wrapper.gb-query-loop-pagination .gb-block-is-current:hover,.gb-button-wrapper.gb-query-loop-pagination .gb-block-is-current:focus {
    background-color: transparent !important;
    color: var(--navy-blue) !important;
    text-decoration: none
}

.tags {
    list-style: none;
    margin: 0 0 .5rem;
    padding: 0
}

.tags li {
    display: inline-block
}

.tags a {
    display: block;
    padding: .25em .75em;
    background-color: var(--navy-blue-500);
    color: #fff !important;
    border-radius: 13px;
    font-size: 10px;
    font-weight: 500;
    color: var(--warm-grey);
    margin-right: .5rem;
    margin-bottom: .5rem;
    text-decoration: none
}

@media (min-width: 768px) {
    .tags a {
        font-size:13px;
        border-radius: 16px
    }
}

.mega-menu-item-2722>.mega-sub-menu {
    min-height: 50vh !important;
    padding: 48px 24px !important
}

.mega-menu-item-2722>.mega-sub-menu .textwidget {
    width: 100%
}

.mega-menu-item-2722>.mega-sub-menu form {
    max-width: 950px;
    display: flex;
    align-items: stretch;
    margin: 0 auto
}

.mega-menu-item-2722>.mega-sub-menu form>* {
    margin: 0 .5rem
}

.mega-menu-item-2722>.mega-sub-menu form label {
    display: none
}

.mega-menu-item-2722>.mega-sub-menu form input {
    max-width: none;
    width: 100%;
    font-size: 22px;
    flex-grow: 1
}

.mega-menu-item-2722>.mega-sub-menu form .search-submit {
    background-color: var(--navy-blue)
}

.searchwp-live-search-result {
    pointer-events: auto
}

.search-extended {
    max-width: 1200px;
    margin: 3rem auto 0 auto
}

@media (min-width: 1025px) {
    .search-extended {
        display:grid;
        gap: 2rem;
        grid-template-columns: 1fr 1fr 1fr
    }
}

.search-extended ul,.search-extended li {
    list-style: none;
    margin: 0;
    padding: 0
}

.search-extended li {
    margin-bottom: 1rem
}

.search-extended a {
    text-decoration: none;
    display: block
}

.search-extended a:hover,.search-extended a:focus {
    text-decoration: underline
}

mark.searchwp-highlight {
    background-color: var(--yellow)
}

.serp {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 20px
}

.article-template h1 {
    color: var(--navy-blue)
}

.article-template h2,.article-template h3,.article-template h4 {
    color: var(--navy-blue)
}

.article-template h2 strong,.article-template h3 strong,.article-template h4 strong {
    font-weight: inherit
}

.news-disclaimer {
    background-color: var(--sky-blue-100);
    padding: 1rem;
    margin-bottom: 1.5rem
}

.news-disclaimer p {
    margin-bottom: 0
}

.news-disclaimer a {
    color: var(--navy-blue)
}

.news-disclaimer a:hover {
    color: #222
}

.entry-header {
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem
}

.fh-people-meta {
    margin-bottom: 2rem
}

.fh-people-meta span {
    display: block
}

.fh-people-gallery {
    display: grid;
    gap: 1rem;
    margin-bottom: 2rem
}

@media (min-width: 768px) {
    .fh-people-gallery {
        grid-template-columns:1fr 1fr;
        gap: 1.5rem
    }
}

@media (min-width: 1400px) {
    .fh-people-gallery {
        grid-template-columns:1fr 1fr 1fr;
        gap: 2rem
    }
}

.fh-people-gallery>div {
    display: flex;
    align-items: stretch
}

.fh-people-gallery>div>a {
    flex-grow: 1;
    background-color: var(--navy-blue);
    color: #fff;
    display: block;
    display: grid;
    gap: 0;
    grid-template-columns: 100px 1fr;
    text-decoration: none
}

.fh-people-gallery>div>a:hover,.fh-people-gallery>div>a:focus {
    background-color: var(--navy-blue-500)
}

@media (min-width: 768px) {
    .fh-people-gallery>div>a {
        grid-template-columns:150px 1fr
    }
}

@media (min-width: 1400px) {
    .fh-people-gallery>div>a {
        grid-template-columns:200px 1fr
    }
}

.fh-people-gallery>div>a>div:last-child {
    padding: .75rem
}

@media (min-width: 768px) {
    .fh-people-gallery>div>a>div:last-child {
        padding:1.5rem
    }
}

.fh-people-gallery>div a {
    color: #fff
}

.fh-people-gallery>div h2,.fh-people-gallery>div h3 {
    color: var(--yellow);
    text-decoration-thickness: max(2px, 0.0625rem);
    text-underline-offset: .15em;
    margin-bottom: .5rem
}

@media (min-width: 1025px) {
    .fh-people-gallery>div h2,.fh-people-gallery>div h3 {
        margin-bottom:1rem
    }
}

.fh-people-gallery>div img {
    aspect-ratio: 1;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    width: 100%
}

.fh-people-gallery>div p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.3
}

@media (min-width: 768px) {
    .fh-people-gallery>div p {
        font-size:14px
    }
}

@media (min-width: 1025px) {
    .fh-people-gallery>div p {
        font-size:15px
    }
}

@media (min-width: 450px) {
    .fh-people-gallery--vertical {
        grid-template-columns:1fr 1fr;
        gap: 1rem
    }
}

@media (min-width: 768px) {
    .fh-people-gallery--vertical {
        grid-template-columns:1fr 1fr 1fr;
        gap: 1.5rem
    }
}

@media (min-width: 1300px) {
    .fh-people-gallery--vertical {
        grid-template-columns:1fr 1fr 1fr 1fr;
        gap: 2rem
    }
}

.fh-people-gallery--vertical>div>a {
    display: block;
    grid-template-columns: auto !important
}

.fh-people-filters {
    display: none;
    justify-content: space-between;
    margin-bottom: 0
}

@media (min-width: 1025px) {
    .fh-people-filters {
        display:flex
    }
}

.fh-side-heading {
    margin-bottom: 2rem
}

@media (min-width: 1025px) {
    .fh-side-heading {
        display:grid;
        grid-template-columns: 32% 65%;
        gap: 3%
    }
}

ol.how {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem
}

ol.how li {
    margin: 0;
    padding: 0
}

ol.how h3 {
    font-size: 40px
}

.fh-impact {
    background-color: var(--sky-blue-100);
    padding: 1rem
}

@media (min-width: 1025px) {
    .fh-impact {
        padding:3rem
    }
}

.fh-impact p:last-child {
    margin-bottom: 0
}

.facetwp-facet-alpha {
    margin-bottom: 2rem !important
}

.facetwp-type-pager {
    margin-top: 2rem;
    text-align: center;
    font-size: 1.25rem
}

.facetwp-facet-people_expertise {
    margin-bottom: 2rem !important
}

body.single-plain_page .site-main {
    margin-bottom: 3rem
}

.wp-block-group .wp-block-group__inner-container {
    padding: 0
}

.has-text-align-center {
    text-align: center
}

#fancybox-content {
    border-color: #fff
}

#fancybox-title,#fancybox-title-float-main {
    color: #fff
}

@font-face {
    font-family: 'icomoon';
    src: url(//proto-for-health-consulting.pantheonsite.io/wp-content/plugins/manager-for-icomoon/icomoon/fonts/icomoon.eot?9vr1z8);
    src: url(//proto-for-health-consulting.pantheonsite.io/wp-content/plugins/manager-for-icomoon/icomoon/fonts/icomoon.eot?9vr1z8#iefix) format('embedded-opentype'),url(//proto-for-health-consulting.pantheonsite.io/wp-content/plugins/manager-for-icomoon/icomoon/fonts/icomoon.ttf?9vr1z8) format('truetype'),url(//proto-for-health-consulting.pantheonsite.io/wp-content/plugins/manager-for-icomoon/icomoon/fonts/icomoon.woff?9vr1z8) format('woff'),url(//proto-for-health-consulting.pantheonsite.io/wp-content/plugins/manager-for-icomoon/icomoon/fonts/icomoon.svg?9vr1z8#icomoon) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class^=icon-],[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-home:before {
    content: "\e900"
}

.icon-home2:before {
    content: "\e901"
}

.icon-home3:before {
    content: "\e902"
}

.icon-office:before {
    content: "\e903"
}

.icon-newspaper:before {
    content: "\e904"
}

.icon-pencil:before {
    content: "\e905"
}

.icon-pencil2:before {
    content: "\e906"
}

.icon-quill:before {
    content: "\e907"
}

.icon-pen:before {
    content: "\e908"
}

.icon-blog:before {
    content: "\e909"
}

.icon-eyedropper:before {
    content: "\e90a"
}

.icon-droplet:before {
    content: "\e90b"
}

.icon-paint-format:before {
    content: "\e90c"
}

.icon-image:before {
    content: "\e90d"
}

.icon-images:before {
    content: "\e90e"
}

.icon-camera:before {
    content: "\e90f"
}

.icon-headphones:before {
    content: "\e910"
}

.icon-music:before {
    content: "\e911"
}

.icon-play:before {
    content: "\e912"
}

.icon-film:before {
    content: "\e913"
}

.icon-video-camera:before {
    content: "\e914"
}

.icon-dice:before {
    content: "\e915"
}

.icon-pacman:before {
    content: "\e916"
}

.icon-spades:before {
    content: "\e917"
}

.icon-clubs:before {
    content: "\e918"
}

.icon-diamonds:before {
    content: "\e919"
}

.icon-bullhorn:before {
    content: "\e91a"
}

.icon-connection:before {
    content: "\e91b"
}

.icon-podcast:before {
    content: "\e91c"
}

.icon-feed:before {
    content: "\e91d"
}

.icon-mic:before {
    content: "\e91e"
}

.icon-book:before {
    content: "\e91f"
}

.icon-books:before {
    content: "\e920"
}

.icon-library:before {
    content: "\e921"
}

.icon-file-text:before {
    content: "\e922"
}

.icon-profile:before {
    content: "\e923"
}

.icon-file-empty:before {
    content: "\e924"
}

.icon-files-empty:before {
    content: "\e925"
}

.icon-file-text2:before {
    content: "\e926"
}

.icon-file-picture:before {
    content: "\e927"
}

.icon-file-music:before {
    content: "\e928"
}

.icon-file-play:before {
    content: "\e929"
}

.icon-file-video:before {
    content: "\e92a"
}

.icon-file-zip:before {
    content: "\e92b"
}

.icon-copy:before {
    content: "\e92c"
}

.icon-paste:before {
    content: "\e92d"
}

.icon-stack:before {
    content: "\e92e"
}

.icon-folder:before {
    content: "\e92f"
}

.icon-folder-open:before {
    content: "\e930"
}

.icon-folder-plus:before {
    content: "\e931"
}

.icon-folder-minus:before {
    content: "\e932"
}

.icon-folder-download:before {
    content: "\e933"
}

.icon-folder-upload:before {
    content: "\e934"
}

.icon-price-tag:before {
    content: "\e935"
}

.icon-price-tags:before {
    content: "\e936"
}

.icon-barcode:before {
    content: "\e937"
}

.icon-qrcode:before {
    content: "\e938"
}

.icon-ticket:before {
    content: "\e939"
}

.icon-cart:before {
    content: "\e93a"
}

.icon-coin-dollar:before {
    content: "\e93b"
}

.icon-coin-euro:before {
    content: "\e93c"
}

.icon-coin-pound:before {
    content: "\e93d"
}

.icon-coin-yen:before {
    content: "\e93e"
}

.icon-credit-card:before {
    content: "\e93f"
}

.icon-calculator:before {
    content: "\e940"
}

.icon-lifebuoy:before {
    content: "\e941"
}

.icon-phone:before {
    content: "\e942"
}

.icon-phone-hang-up:before {
    content: "\e943"
}

.icon-address-book:before {
    content: "\e944"
}

.icon-envelop:before {
    content: "\e945"
}

.icon-pushpin:before {
    content: "\e946"
}

.icon-location:before {
    content: "\e947"
}

.icon-location2:before {
    content: "\e948"
}

.icon-compass:before {
    content: "\e949"
}

.icon-compass2:before {
    content: "\e94a"
}

.icon-map:before {
    content: "\e94b"
}

.icon-map2:before {
    content: "\e94c"
}

.icon-history:before {
    content: "\e94d"
}

.icon-clock:before {
    content: "\e94e"
}

.icon-clock2:before {
    content: "\e94f"
}

.icon-alarm:before {
    content: "\e950"
}

.icon-bell:before {
    content: "\e951"
}

.icon-stopwatch:before {
    content: "\e952"
}

.icon-calendar:before {
    content: "\e953"
}

.icon-printer:before {
    content: "\e954"
}

.icon-keyboard:before {
    content: "\e955"
}

.icon-display:before {
    content: "\e956"
}

.icon-laptop:before {
    content: "\e957"
}

.icon-mobile:before {
    content: "\e958"
}

.icon-mobile2:before {
    content: "\e959"
}

.icon-tablet:before {
    content: "\e95a"
}

.icon-tv:before {
    content: "\e95b"
}

.icon-drawer:before {
    content: "\e95c"
}

.icon-drawer2:before {
    content: "\e95d"
}

.icon-box-add:before {
    content: "\e95e"
}

.icon-box-remove:before {
    content: "\e95f"
}

.icon-download:before {
    content: "\e960"
}

.icon-upload:before {
    content: "\e961"
}

.icon-floppy-disk:before {
    content: "\e962"
}

.icon-drive:before {
    content: "\e963"
}

.icon-database:before {
    content: "\e964"
}

.icon-undo:before {
    content: "\e965"
}

.icon-redo:before {
    content: "\e966"
}

.icon-undo2:before {
    content: "\e967"
}

.icon-redo2:before {
    content: "\e968"
}

.icon-forward:before {
    content: "\e969"
}

.icon-reply:before {
    content: "\e96a"
}

.icon-bubble:before {
    content: "\e96b"
}

.icon-bubbles:before {
    content: "\e96c"
}

.icon-bubbles2:before {
    content: "\e96d"
}

.icon-bubble2:before {
    content: "\e96e"
}

.icon-bubbles3:before {
    content: "\e96f"
}

.icon-bubbles4:before {
    content: "\e970"
}

.icon-user:before {
    content: "\e971"
}

.icon-users:before {
    content: "\e972"
}

.icon-user-plus:before {
    content: "\e973"
}

.icon-user-minus:before {
    content: "\e974"
}

.icon-user-check:before {
    content: "\e975"
}

.icon-user-tie:before {
    content: "\e976"
}

.icon-quotes-left:before {
    content: "\e977"
}

.icon-quotes-right:before {
    content: "\e978"
}

.icon-hour-glass:before {
    content: "\e979"
}

.icon-spinner:before {
    content: "\e97a"
}

.icon-spinner2:before {
    content: "\e97b"
}

.icon-spinner3:before {
    content: "\e97c"
}

.icon-spinner4:before {
    content: "\e97d"
}

.icon-spinner5:before {
    content: "\e97e"
}

.icon-spinner6:before {
    content: "\e97f"
}

.icon-spinner7:before {
    content: "\e980"
}

.icon-spinner8:before {
    content: "\e981"
}

.icon-spinner9:before {
    content: "\e982"
}

.icon-spinner10:before {
    content: "\e983"
}

.icon-spinner11:before {
    content: "\e984"
}

.icon-binoculars:before {
    content: "\e985"
}

.icon-search:before {
    content: "\e986"
}

.icon-zoom-in:before {
    content: "\e987"
}

.icon-zoom-out:before {
    content: "\e988"
}

.icon-enlarge:before {
    content: "\e989"
}

.icon-shrink:before {
    content: "\e98a"
}

.icon-enlarge2:before {
    content: "\e98b"
}

.icon-shrink2:before {
    content: "\e98c"
}

.icon-key:before {
    content: "\e98d"
}

.icon-key2:before {
    content: "\e98e"
}

.icon-lock:before {
    content: "\e98f"
}

.icon-unlocked:before {
    content: "\e990"
}

.icon-wrench:before {
    content: "\e991"
}

.icon-equalizer:before {
    content: "\e992"
}

.icon-equalizer2:before {
    content: "\e993"
}

.icon-cog:before {
    content: "\e994"
}

.icon-cogs:before {
    content: "\e995"
}

.icon-hammer:before {
    content: "\e996"
}

.icon-magic-wand:before {
    content: "\e997"
}

.icon-aid-kit:before {
    content: "\e998"
}

.icon-bug:before {
    content: "\e999"
}

.icon-pie-chart:before {
    content: "\e99a"
}

.icon-stats-dots:before {
    content: "\e99b"
}

.icon-stats-bars:before {
    content: "\e99c"
}

.icon-stats-bars2:before {
    content: "\e99d"
}

.icon-trophy:before {
    content: "\e99e"
}

.icon-gift:before {
    content: "\e99f"
}

.icon-glass:before {
    content: "\e9a0"
}

.icon-glass2:before {
    content: "\e9a1"
}

.icon-mug:before {
    content: "\e9a2"
}

.icon-spoon-knife:before {
    content: "\e9a3"
}

.icon-leaf:before {
    content: "\e9a4"
}

.icon-rocket:before {
    content: "\e9a5"
}

.icon-meter:before {
    content: "\e9a6"
}

.icon-meter2:before {
    content: "\e9a7"
}

.icon-hammer2:before {
    content: "\e9a8"
}

.icon-fire:before {
    content: "\e9a9"
}

.icon-lab:before {
    content: "\e9aa"
}

.icon-magnet:before {
    content: "\e9ab"
}

.icon-bin:before {
    content: "\e9ac"
}

.icon-bin2:before {
    content: "\e9ad"
}

.icon-briefcase:before {
    content: "\e9ae"
}

.icon-airplane:before {
    content: "\e9af"
}

.icon-truck:before {
    content: "\e9b0"
}

.icon-road:before {
    content: "\e9b1"
}

.icon-accessibility:before {
    content: "\e9b2"
}

.icon-target:before {
    content: "\e9b3"
}

.icon-shield:before {
    content: "\e9b4"
}

.icon-power:before {
    content: "\e9b5"
}

.icon-switch:before {
    content: "\e9b6"
}

.icon-power-cord:before {
    content: "\e9b7"
}

.icon-clipboard:before {
    content: "\e9b8"
}

.icon-list-numbered:before {
    content: "\e9b9"
}

.icon-list:before {
    content: "\e9ba"
}

.icon-list2:before {
    content: "\e9bb"
}

.icon-tree:before {
    content: "\e9bc"
}

.icon-menu:before {
    content: "\e9bd"
}

.icon-menu2:before {
    content: "\e9be"
}

.icon-menu3:before {
    content: "\e9bf"
}

.icon-menu4:before {
    content: "\e9c0"
}

.icon-cloud:before {
    content: "\e9c1"
}

.icon-cloud-download:before {
    content: "\e9c2"
}

.icon-cloud-upload:before {
    content: "\e9c3"
}

.icon-cloud-check:before {
    content: "\e9c4"
}

.icon-download2:before {
    content: "\e9c5"
}

.icon-upload2:before {
    content: "\e9c6"
}

.icon-download3:before {
    content: "\e9c7"
}

.icon-upload3:before {
    content: "\e9c8"
}

.icon-sphere:before {
    content: "\e9c9"
}

.icon-earth:before {
    content: "\e9ca"
}

.icon-link:before {
    content: "\e9cb"
}

.icon-flag:before {
    content: "\e9cc"
}

.icon-attachment:before {
    content: "\e9cd"
}

.icon-eye:before {
    content: "\e9ce"
}

.icon-eye-plus:before {
    content: "\e9cf"
}

.icon-eye-minus:before {
    content: "\e9d0"
}

.icon-eye-blocked:before {
    content: "\e9d1"
}

.icon-bookmark:before {
    content: "\e9d2"
}

.icon-bookmarks:before {
    content: "\e9d3"
}

.icon-sun:before {
    content: "\e9d4"
}

.icon-contrast:before {
    content: "\e9d5"
}

.icon-brightness-contrast:before {
    content: "\e9d6"
}

.icon-star-empty:before {
    content: "\e9d7"
}

.icon-star-half:before {
    content: "\e9d8"
}

.icon-star-full:before {
    content: "\e9d9"
}

.icon-heart:before {
    content: "\e9da"
}

.icon-heart-broken:before {
    content: "\e9db"
}

.icon-man:before {
    content: "\e9dc"
}

.icon-woman:before {
    content: "\e9dd"
}

.icon-man-woman:before {
    content: "\e9de"
}

.icon-happy:before {
    content: "\e9df"
}

.icon-happy2:before {
    content: "\e9e0"
}

.icon-smile:before {
    content: "\e9e1"
}

.icon-smile2:before {
    content: "\e9e2"
}

.icon-tongue:before {
    content: "\e9e3"
}

.icon-tongue2:before {
    content: "\e9e4"
}

.icon-sad:before {
    content: "\e9e5"
}

.icon-sad2:before {
    content: "\e9e6"
}

.icon-wink:before {
    content: "\e9e7"
}

.icon-wink2:before {
    content: "\e9e8"
}

.icon-grin:before {
    content: "\e9e9"
}

.icon-grin2:before {
    content: "\e9ea"
}

.icon-cool:before {
    content: "\e9eb"
}

.icon-cool2:before {
    content: "\e9ec"
}

.icon-angry:before {
    content: "\e9ed"
}

.icon-angry2:before {
    content: "\e9ee"
}

.icon-evil:before {
    content: "\e9ef"
}

.icon-evil2:before {
    content: "\e9f0"
}

.icon-shocked:before {
    content: "\e9f1"
}

.icon-shocked2:before {
    content: "\e9f2"
}

.icon-baffled:before {
    content: "\e9f3"
}

.icon-baffled2:before {
    content: "\e9f4"
}

.icon-confused:before {
    content: "\e9f5"
}

.icon-confused2:before {
    content: "\e9f6"
}

.icon-neutral:before {
    content: "\e9f7"
}

.icon-neutral2:before {
    content: "\e9f8"
}

.icon-hipster:before {
    content: "\e9f9"
}

.icon-hipster2:before {
    content: "\e9fa"
}

.icon-wondering:before {
    content: "\e9fb"
}

.icon-wondering2:before {
    content: "\e9fc"
}

.icon-sleepy:before {
    content: "\e9fd"
}

.icon-sleepy2:before {
    content: "\e9fe"
}

.icon-frustrated:before {
    content: "\e9ff"
}

.icon-frustrated2:before {
    content: "\ea00"
}

.icon-crying:before {
    content: "\ea01"
}

.icon-crying2:before {
    content: "\ea02"
}

.icon-point-up:before {
    content: "\ea03"
}

.icon-point-right:before {
    content: "\ea04"
}

.icon-point-down:before {
    content: "\ea05"
}

.icon-point-left:before {
    content: "\ea06"
}

.icon-warning:before {
    content: "\ea07"
}

.icon-notification:before {
    content: "\ea08"
}

.icon-question:before {
    content: "\ea09"
}

.icon-plus:before {
    content: "\ea0a"
}

.icon-minus:before {
    content: "\ea0b"
}

.icon-info:before {
    content: "\ea0c"
}

.icon-cancel-circle:before {
    content: "\ea0d"
}

.icon-blocked:before {
    content: "\ea0e"
}

.icon-cross:before {
    content: "\ea0f"
}

.icon-checkmark:before {
    content: "\ea10"
}

.icon-checkmark2:before {
    content: "\ea11"
}

.icon-spell-check:before {
    content: "\ea12"
}

.icon-enter:before {
    content: "\ea13"
}

.icon-exit:before {
    content: "\ea14"
}

.icon-play2:before {
    content: "\ea15"
}

.icon-pause:before {
    content: "\ea16"
}

.icon-stop:before {
    content: "\ea17"
}

.icon-previous:before {
    content: "\ea18"
}

.icon-next:before {
    content: "\ea19"
}

.icon-backward:before {
    content: "\ea1a"
}

.icon-forward2:before {
    content: "\ea1b"
}

.icon-play3:before {
    content: "\ea1c"
}

.icon-pause2:before {
    content: "\ea1d"
}

.icon-stop2:before {
    content: "\ea1e"
}

.icon-backward2:before {
    content: "\ea1f"
}

.icon-forward3:before {
    content: "\ea20"
}

.icon-first:before {
    content: "\ea21"
}

.icon-last:before {
    content: "\ea22"
}

.icon-previous2:before {
    content: "\ea23"
}

.icon-next2:before {
    content: "\ea24"
}

.icon-eject:before {
    content: "\ea25"
}

.icon-volume-high:before {
    content: "\ea26"
}

.icon-volume-medium:before {
    content: "\ea27"
}

.icon-volume-low:before {
    content: "\ea28"
}

.icon-volume-mute:before {
    content: "\ea29"
}

.icon-volume-mute2:before {
    content: "\ea2a"
}

.icon-volume-increase:before {
    content: "\ea2b"
}

.icon-volume-decrease:before {
    content: "\ea2c"
}

.icon-loop:before {
    content: "\ea2d"
}

.icon-loop2:before {
    content: "\ea2e"
}

.icon-infinite:before {
    content: "\ea2f"
}

.icon-shuffle:before {
    content: "\ea30"
}

.icon-arrow-up-left:before {
    content: "\ea31"
}

.icon-arrow-up:before {
    content: "\ea32"
}

.icon-arrow-up-right:before {
    content: "\ea33"
}

.icon-arrow-right:before {
    content: "\ea34"
}

.icon-arrow-down-right:before {
    content: "\ea35"
}

.icon-arrow-down:before {
    content: "\ea36"
}

.icon-arrow-down-left:before {
    content: "\ea37"
}

.icon-arrow-left:before {
    content: "\ea38"
}

.icon-arrow-up-left2:before {
    content: "\ea39"
}

.icon-arrow-up2:before {
    content: "\ea3a"
}

.icon-arrow-up-right2:before {
    content: "\ea3b"
}

.icon-arrow-right2:before {
    content: "\ea3c"
}

.icon-arrow-down-right2:before {
    content: "\ea3d"
}

.icon-arrow-down2:before {
    content: "\ea3e"
}

.icon-arrow-down-left2:before {
    content: "\ea3f"
}

.icon-arrow-left2:before {
    content: "\ea40"
}

.icon-circle-up:before {
    content: "\ea41"
}

.icon-circle-right:before {
    content: "\ea42"
}

.icon-circle-down:before {
    content: "\ea43"
}

.icon-circle-left:before {
    content: "\ea44"
}

.icon-tab:before {
    content: "\ea45"
}

.icon-move-up:before {
    content: "\ea46"
}

.icon-move-down:before {
    content: "\ea47"
}

.icon-sort-alpha-asc:before {
    content: "\ea48"
}

.icon-sort-alpha-desc:before {
    content: "\ea49"
}

.icon-sort-numeric-asc:before {
    content: "\ea4a"
}

.icon-sort-numberic-desc:before {
    content: "\ea4b"
}

.icon-sort-amount-asc:before {
    content: "\ea4c"
}

.icon-sort-amount-desc:before {
    content: "\ea4d"
}

.icon-command:before {
    content: "\ea4e"
}

.icon-shift:before {
    content: "\ea4f"
}

.icon-ctrl:before {
    content: "\ea50"
}

.icon-opt:before {
    content: "\ea51"
}

.icon-checkbox-checked:before {
    content: "\ea52"
}

.icon-checkbox-unchecked:before {
    content: "\ea53"
}

.icon-radio-checked:before {
    content: "\ea54"
}

.icon-radio-checked2:before {
    content: "\ea55"
}

.icon-radio-unchecked:before {
    content: "\ea56"
}

.icon-crop:before {
    content: "\ea57"
}

.icon-make-group:before {
    content: "\ea58"
}

.icon-ungroup:before {
    content: "\ea59"
}

.icon-scissors:before {
    content: "\ea5a"
}

.icon-filter:before {
    content: "\ea5b"
}

.icon-font:before {
    content: "\ea5c"
}

.icon-ligature:before {
    content: "\ea5d"
}

.icon-ligature2:before {
    content: "\ea5e"
}

.icon-text-height:before {
    content: "\ea5f"
}

.icon-text-width:before {
    content: "\ea60"
}

.icon-font-size:before {
    content: "\ea61"
}

.icon-bold:before {
    content: "\ea62"
}

.icon-underline:before {
    content: "\ea63"
}

.icon-italic:before {
    content: "\ea64"
}

.icon-strikethrough:before {
    content: "\ea65"
}

.icon-omega:before {
    content: "\ea66"
}

.icon-sigma:before {
    content: "\ea67"
}

.icon-page-break:before {
    content: "\ea68"
}

.icon-superscript:before {
    content: "\ea69"
}

.icon-subscript:before {
    content: "\ea6a"
}

.icon-superscript2:before {
    content: "\ea6b"
}

.icon-subscript2:before {
    content: "\ea6c"
}

.icon-text-color:before {
    content: "\ea6d"
}

.icon-pagebreak:before {
    content: "\ea6e"
}

.icon-clear-formatting:before {
    content: "\ea6f"
}

.icon-table:before {
    content: "\ea70"
}

.icon-table2:before {
    content: "\ea71"
}

.icon-insert-template:before {
    content: "\ea72"
}

.icon-pilcrow:before {
    content: "\ea73"
}

.icon-ltr:before {
    content: "\ea74"
}

.icon-rtl:before {
    content: "\ea75"
}

.icon-section:before {
    content: "\ea76"
}

.icon-paragraph-left:before {
    content: "\ea77"
}

.icon-paragraph-center:before {
    content: "\ea78"
}

.icon-paragraph-right:before {
    content: "\ea79"
}

.icon-paragraph-justify:before {
    content: "\ea7a"
}

.icon-indent-increase:before {
    content: "\ea7b"
}

.icon-indent-decrease:before {
    content: "\ea7c"
}

.icon-share:before {
    content: "\ea7d"
}

.icon-new-tab:before {
    content: "\ea7e"
}

.icon-embed:before {
    content: "\ea7f"
}

.icon-embed2:before {
    content: "\ea80"
}

.icon-terminal:before {
    content: "\ea81"
}

.icon-share2:before {
    content: "\ea82"
}

.icon-mail:before {
    content: "\ea83"
}

.icon-mail2:before {
    content: "\ea84"
}

.icon-mail3:before {
    content: "\ea85"
}

.icon-mail4:before {
    content: "\ea86"
}

.icon-amazon:before {
    content: "\ea87"
}

.icon-google:before {
    content: "\ea88"
}

.icon-google2:before {
    content: "\ea89"
}

.icon-google3:before {
    content: "\ea8a"
}

.icon-google-plus:before {
    content: "\ea8b"
}

.icon-google-plus2:before {
    content: "\ea8c"
}

.icon-google-plus3:before {
    content: "\ea8d"
}

.icon-hangouts:before {
    content: "\ea8e"
}

.icon-google-drive:before {
    content: "\ea8f"
}

.icon-facebook:before {
    content: "\ea90"
}

.icon-facebook2:before {
    content: "\ea91"
}

.icon-instagram:before {
    content: "\ea92"
}

.icon-whatsapp:before {
    content: "\ea93"
}

.icon-spotify:before {
    content: "\ea94"
}

.icon-telegram:before {
    content: "\ea95"
}

.icon-twitter:before {
    content: "\ea96"
}

.icon-vine:before {
    content: "\ea97"
}

.icon-vk:before {
    content: "\ea98"
}

.icon-renren:before {
    content: "\ea99"
}

.icon-sina-weibo:before {
    content: "\ea9a"
}

.icon-rss:before {
    content: "\ea9b"
}

.icon-rss2:before {
    content: "\ea9c"
}

.icon-youtube:before {
    content: "\ea9d"
}

.icon-youtube2:before {
    content: "\ea9e"
}

.icon-twitch:before {
    content: "\ea9f"
}

.icon-vimeo:before {
    content: "\eaa0"
}

.icon-vimeo2:before {
    content: "\eaa1"
}

.icon-lanyrd:before {
    content: "\eaa2"
}

.icon-flickr:before {
    content: "\eaa3"
}

.icon-flickr2:before {
    content: "\eaa4"
}

.icon-flickr3:before {
    content: "\eaa5"
}

.icon-flickr4:before {
    content: "\eaa6"
}

.icon-dribbble:before {
    content: "\eaa7"
}

.icon-behance:before {
    content: "\eaa8"
}

.icon-behance2:before {
    content: "\eaa9"
}

.icon-deviantart:before {
    content: "\eaaa"
}

.icon-500px:before {
    content: "\eaab"
}

.icon-steam:before {
    content: "\eaac"
}

.icon-steam2:before {
    content: "\eaad"
}

.icon-dropbox:before {
    content: "\eaae"
}

.icon-onedrive:before {
    content: "\eaaf"
}

.icon-github:before {
    content: "\eab0"
}

.icon-npm:before {
    content: "\eab1"
}

.icon-basecamp:before {
    content: "\eab2"
}

.icon-trello:before {
    content: "\eab3"
}

.icon-wordpress:before {
    content: "\eab4"
}

.icon-joomla:before {
    content: "\eab5"
}

.icon-ello:before {
    content: "\eab6"
}

.icon-blogger:before {
    content: "\eab7"
}

.icon-blogger2:before {
    content: "\eab8"
}

.icon-tumblr:before {
    content: "\eab9"
}

.icon-tumblr2:before {
    content: "\eaba"
}

.icon-yahoo:before {
    content: "\eabb"
}

.icon-yahoo2:before {
    content: "\eabc"
}

.icon-tux:before {
    content: "\eabd"
}

.icon-appleinc:before {
    content: "\eabe"
}

.icon-finder:before {
    content: "\eabf"
}

.icon-android:before {
    content: "\eac0"
}

.icon-windows:before {
    content: "\eac1"
}

.icon-windows8:before {
    content: "\eac2"
}

.icon-soundcloud:before {
    content: "\eac3"
}

.icon-soundcloud2:before {
    content: "\eac4"
}

.icon-skype:before {
    content: "\eac5"
}

.icon-reddit:before {
    content: "\eac6"
}

.icon-hackernews:before {
    content: "\eac7"
}

.icon-wikipedia:before {
    content: "\eac8"
}

.icon-linkedin:before {
    content: "\eac9"
}

.icon-linkedin2:before {
    content: "\eaca"
}

.icon-lastfm:before {
    content: "\eacb"
}

.icon-lastfm2:before {
    content: "\eacc"
}

.icon-delicious:before {
    content: "\eacd"
}

.icon-stumbleupon:before {
    content: "\eace"
}

.icon-stumbleupon2:before {
    content: "\eacf"
}

.icon-stackoverflow:before {
    content: "\ead0"
}

.icon-pinterest:before {
    content: "\ead1"
}

.icon-pinterest2:before {
    content: "\ead2"
}

.icon-xing:before {
    content: "\ead3"
}

.icon-xing2:before {
    content: "\ead4"
}

.icon-flattr:before {
    content: "\ead5"
}

.icon-foursquare:before {
    content: "\ead6"
}

.icon-yelp:before {
    content: "\ead7"
}

.icon-paypal:before {
    content: "\ead8"
}

.icon-chrome:before {
    content: "\ead9"
}

.icon-firefox:before {
    content: "\eada"
}

.icon-IE:before {
    content: "\eadb"
}

.icon-edge:before {
    content: "\eadc"
}

.icon-safari:before {
    content: "\eadd"
}

.icon-opera:before {
    content: "\eade"
}

.icon-file-pdf:before {
    content: "\eadf"
}

.icon-file-openoffice:before {
    content: "\eae0"
}

.icon-file-word:before {
    content: "\eae1"
}

.icon-file-excel:before {
    content: "\eae2"
}

.icon-libreoffice:before {
    content: "\eae3"
}

.icon-html-five:before {
    content: "\eae4"
}

.icon-html-five2:before {
    content: "\eae5"
}

.icon-css3:before {
    content: "\eae6"
}

.icon-git:before {
    content: "\eae7"
}

.icon-codepen:before {
    content: "\eae8"
}

.icon-svg:before {
    content: "\eae9"
}

.icon-IcoMoon:before {
    content: "\eaea"
}

.searchwp-live-search-results {
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 0 rgba(30,30,30,.4);
    box-shadow: 0 0 2px 0 rgba(30,30,30,.4);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-height: 300px;
    min-height: 175px;
    min-width: 315px;
    width: 315px
}

.searchwp-live-search-result {
    border-bottom: 1px solid rgba(30,30,30,.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px
}

.searchwp-live-search-result:last-child {
    border-bottom: none
}

.searchwp-live-search-result--img {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.searchwp-live-search-result--img,.searchwp-live-search-results-container.swp-ls--img-sm .searchwp-live-search-result--img {
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px
}

.searchwp-live-search-results-container.swp-ls--img-m .searchwp-live-search-result--img {
    -ms-flex-preferred-size: 110px;
    flex-basis: 110px
}

.searchwp-live-search-results-container.swp-ls--img-l .searchwp-live-search-result--img {
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px
}

.searchwp-live-search-result--img img {
    display: block;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    object-position: top;
    width: 100%
}

.searchwp-live-search-result--info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 250px;
    flex: 1 1 250px;
    overflow: hidden;
    text-overflow: ellipsis
}

.searchwp-live-search-result--title {
    font-size: 1.1em;
    font-weight: 700;
    margin-top: 0
}

.searchwp-live-search-result--desc {
    font-size: .9em
}

.searchwp-live-search-result--ecommerce {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto;
    text-align: end
}

.searchwp-live-search-result--ecommerce * {
    font-size: 1em
}

.searchwp-live-search-no-min-chars .spinner {
    opacity: .3
}

.searchwp-live-search-result--focused {
    background: #f7f7f7
}

.searchwp-live-search-instructions {
    clip: rect(1px,1px,1px,1px)!important;
    border: 0!important;
    clip-path: inset(50%)!important;
    height: 1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    white-space: nowrap!important;
    width: 1px!important
}

@-webkit-keyframes searchwp-spinner-line-fade-more {
    0%,to {
        opacity: 0
    }

    1% {
        opacity: 1
    }
}

@keyframes searchwp-spinner-line-fade-more {
    0%,to {
        opacity: 0
    }

    1% {
        opacity: 1
    }
}

@-webkit-keyframes searchwp-spinner-line-fade-quick {
    0%,39%,to {
        opacity: .25
    }

    40% {
        opacity: 1
    }
}

@keyframes searchwp-spinner-line-fade-quick {
    0%,39%,to {
        opacity: .25
    }

    40% {
        opacity: 1
    }
}

@-webkit-keyframes searchwp-spinner-line-fade-default {
    0%,to {
        opacity: .22
    }

    1% {
        opacity: 1
    }
}

@keyframes searchwp-spinner-line-fade-default {
    0%,to {
        opacity: .22
    }

    1% {
        opacity: 1
    }
}

.searchwp-live-search-result .searchwp-live-search-result--title a {
    font-size: 16px
}

.searchwp-live-search-result .searchwp-live-search-result--price {
    font-size: 14px
}

.searchwp-live-search-result .searchwp-live-search-result--add-to-cart .button {
    font-size: 14px
}

.swp-flex--col {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

form.searchwp-form .swp-flex--row {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-wrap: nowrap;
    justify-content: flex-start
}

form.searchwp-form .swp-flex--wrap {
    flex-wrap: wrap
}

form.searchwp-form .swp-flex--gap-sm {
    gap: .25em
}

form.searchwp-form .swp-flex--gap-md {
    gap: .5em
}

form.searchwp-form .swp-items-stretch {
    align-items: stretch
}

form.searchwp-form .swp-margin-l-auto {
    margin-left: auto
}

form.searchwp-form input.swp-input,form.searchwp-form select.swp-select {
    color: rgba(14,33,33,.8)
}

form.searchwp-form select.swp-select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='11' fill='none'%3E%3Cpath fill='%230E2121' fill-opacity='.8' d='M14.292.814 8.096 6.958 1.903.814 0 2.706l8.097 8.049 8.097-8.05z'/%3E%3C/svg%3E");
    background-position: right 12px top 50%;
    background-repeat: no-repeat;
    background-size: 12px auto;
    min-height: 2em;
    min-width: fit-content;
    padding: 0 33px 0 .7em
}

form.searchwp-form input.swp-input--search {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' fill='none'%3E%3Cpath fill='%23CFCFCF' d='M6.068 12.136c1.31 0 2.533-.426 3.527-1.136l3.74 3.74c.174.173.402.26.64.26.512 0 .883-.395.883-.9a.87.87 0 0 0-.253-.63L10.89 9.744a6.04 6.04 0 0 0 1.247-3.677C12.136 2.73 9.406 0 6.068 0 2.722 0 0 2.73 0 6.068s2.722 6.068 6.068 6.068m0-1.31c-2.612 0-4.758-2.154-4.758-4.758S3.456 1.31 6.068 1.31c2.604 0 4.758 2.154 4.758 4.758s-2.154 4.758-4.758 4.758'/%3E%3C/svg%3E");
    background-position: right 12px top 50%;
    background-repeat: no-repeat;
    background-size: 15px auto;
    padding-left: .7em;
    padding-right: 38px
}

form.searchwp-form .searchwp-form-input-container {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-wrap: nowrap;
    justify-content: flex-start
}

form.searchwp-form .searchwp-form-input-container .swp-input {
    margin: 0;
    width: 100%
}

form.searchwp-form .searchwp-form-input-container .swp-select {
    border-right: 0
}

form.searchwp-form .searchwp-form-input-container .swp-select+.swp-input {
    flex-grow: 1
}

form.searchwp-form .searchwp-form-advanced-filters-toggle {
    text-align: right
}

form.searchwp-form .searchwp-form-advanced-filters select {
    flex: 1
}

form.searchwp-form .swp-toggle {
    cursor: pointer;
    margin-bottom: 0
}

form.searchwp-form .swp-toggle-switch {
    background-color: rgba(14,33,33,.14);
    border-radius: 20px;
    height: 22px;
    position: relative;
    transition: background-color .25s;
    width: 40px
}

form.searchwp-form .swp-toggle-switch:not(.swp-toggle-switch--mini):hover {
    background-color: rgba(14,33,33,.2)
}

form.searchwp-form .swp-toggle-switch--mini {
    height: 15px;
    width: 25px
}

form.searchwp-form .swp-toggle-switch:after,form.searchwp-form .swp-toggle-switch:before {
    content: ""
}

form.searchwp-form .swp-toggle-switch:before {
    background: #fff;
    border-radius: 50%;
    display: block;
    height: 18px;
    left: 2px;
    position: absolute;
    top: 2px;
    -webkit-transition: left .25s;
    -o-transition: left .25s;
    transition: left .25s;
    width: 18px
}

form.searchwp-form .swp-toggle-switch--mini:before {
    height: 11px;
    left: 2px;
    top: 2px;
    width: 11px
}

form.searchwp-form .swp-toggle-checkbox:checked+.swp-toggle-switch,form.searchwp-form .swp-toggle-switch--checked {
    background: currentcolor
}

form.searchwp-form .swp-toggle-checkbox:checked+.swp-toggle-switch:before {
    left: 20px
}

form.searchwp-form .swp-toggle-checkbox:checked+.swp-toggle-switch--mini:before,form.searchwp-form .swp-toggle-switch--checked.swp-toggle-switch--mini:before {
    left: 12px
}

form.searchwp-form input.swp-toggle-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    height: 0;
    overflow: hidden;
    position: absolute;
    width: 0
}

form.searchwp-form input.swp-toggle-checkbox:focus {
    border: none;
    box-shadow: none;
    outline: none
}

form.searchwp-form .swp-toggle .swp-label {
    display: block;
    margin-top: 21px
}

form.searchwp-form input.swp-toggle-checkbox:active+.swp-toggle-switch,form.searchwp-form input.swp-toggle-checkbox:focus+.swp-toggle-switch {
    border: none;
    -webkit-box-shadow: 0 0 1px 1px rgba(14,33,33,.14);
    box-shadow: 0 0 1px 1px rgba(14,33,33,.14)
}

.gb-grid-wrapper-columns-medium {
    display: flex;
    flex-wrap: wrap;
    margin-left: -60px
}

.gb-grid-wrapper-columns-medium>.gb-grid-column {
    box-sizing: border-box;
    padding-left: 60px
}

.gb-grid-wrapper-eb25078c {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: -20px
}

.gb-grid-wrapper-eb25078c>.gb-grid-column {
    box-sizing: border-box;
    padding-left: 20px;
    padding-bottom: 40px
}

.gb-grid-wrapper-095e45f0 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px
}

.gb-grid-wrapper-095e45f0>.gb-grid-column {
    box-sizing: border-box;
    padding-left: 20px;
    padding-bottom: 20px
}

.gb-grid-wrapper-9f026e73 {
    display: flex;
    flex-wrap: wrap
}

.gb-grid-wrapper-9f026e73>.gb-grid-column {
    box-sizing: border-box
}

.gb-grid-wrapper-e9badb29 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -40px
}

.gb-grid-wrapper-e9badb29>.gb-grid-column {
    box-sizing: border-box;
    padding-left: 40px;
    padding-bottom: 40px
}

.gb-container.gb-tabs__item:not(.gb-tabs__item-open) {
    display: none
}

.gb-grid-wrapper>.gb-grid-column-grid-cell {
    width: 50%
}

.gb-grid-wrapper>.gb-grid-column-grid-cell>.gb-container {
    display: flex;
    flex-direction: column;
    height: 100%
}

.gb-container-page-header {
    background-color: var(--warm-grey-100);
    color: var(--navy-blue)
}

.gb-container-page-header>.gb-inside-container {
    padding: 48px 16px;
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto
}

.gb-grid-wrapper>.gb-grid-column-page-header>.gb-container {
    display: flex;
    flex-direction: column;
    height: 100%
}

.gb-container-hero-slim>.gb-inside-container {
    padding: 75px 32px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto
}

.gb-grid-wrapper>.gb-grid-column-hero-slim>.gb-container {
    display: flex;
    flex-direction: column;
    height: 100%
}

.gb-container-section-standard>.gb-inside-container {
    padding: 60px 32px;
    max-width: 1266px;
    margin-left: auto;
    margin-right: auto
}

.gb-grid-wrapper>.gb-grid-column-section-standard>.gb-container {
    display: flex;
    flex-direction: column;
    height: 100%
}

.gb-container-section-wide>.gb-inside-container {
    padding: 60px 32px;
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto
}

.gb-grid-wrapper>.gb-grid-column-section-wide>.gb-container {
    display: flex;
    flex-direction: column;
    height: 100%
}

.gb-container-section-narrow>.gb-inside-container {
    padding: 60px 32px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto
}

.gb-grid-wrapper>.gb-grid-column-section-narrow>.gb-container {
    display: flex;
    flex-direction: column;
    height: 100%
}

.gb-container-section-tall>.gb-inside-container {
    padding: 100px 32px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto
}

.gb-grid-wrapper>.gb-grid-column-section-tall>.gb-container {
    display: flex;
    flex-direction: column;
    height: 100%
}

.gb-container-8a76aad6 {
    background-color: var(--navy-blue);
    color: var(--white)
}

.gb-container-8a76aad6>.gb-inside-container {
    padding: 100px 32px
}

.gb-grid-wrapper>.gb-grid-column-8a76aad6>.gb-container {
    display: flex;
    flex-direction: column;
    height: 100%
}

.gb-grid-wrapper>.gb-grid-column-69a617ad {
    width: 33.33%
}

.gb-grid-wrapper>.gb-grid-column-69a617ad>.gb-container {
    display: flex;
    flex-direction: column;
    height: 100%
}

.gb-grid-wrapper>.gb-grid-column-c7856894 {
    width: 50%
}

.gb-grid-wrapper>.gb-grid-column-c7856894>.gb-container {
    display: flex;
    flex-direction: column;
    height: 100%
}

.gb-grid-wrapper>.gb-grid-column-d6e9d65e {
    width: 40%
}

.gb-grid-wrapper>.gb-grid-column-d6e9d65e>.gb-container {
    display: flex;
    flex-direction: column;
    height: 100%
}

.gb-grid-wrapper>.gb-grid-column-332c3cca {
    width: 30%
}

.gb-grid-wrapper>.gb-grid-column-332c3cca>.gb-container {
    display: flex;
    flex-direction: column;
    height: 100%
}

.gb-grid-wrapper>.gb-grid-column-6d00c278 {
    width: 30%
}

.gb-grid-wrapper>.gb-grid-column-6d00c278>.gb-container {
    display: flex;
    flex-direction: column;
    height: 100%
}

.gb-grid-wrapper>.gb-grid-column-3f8b6b63 {
    width: 60%
}

.gb-grid-wrapper>.gb-grid-column-3f8b6b63>.gb-container {
    display: flex;
    flex-direction: column;
    height: 100%
}

.gb-grid-wrapper>.gb-grid-column-4ec4d990 {
    width: 40%
}

.gb-grid-wrapper>.gb-grid-column-4ec4d990>.gb-container {
    display: flex;
    flex-direction: column;
    height: 100%
}

.gb-container-a1a5e560 {
    margin-bottom: 48px
}

.gb-grid-wrapper>.gb-grid-column-a1a5e560>.gb-container {
    display: flex;
    flex-direction: column;
    height: 100%
}

.gb-container-32219e42 {
    background-color: var(--navy-blue)
}

.gb-grid-wrapper>.gb-grid-column-32219e42>.gb-container {
    display: flex;
    flex-direction: column;
    height: 100%
}

.gb-grid-wrapper>.gb-grid-column-55e6bb3d {
    width: 25%
}

.pagelistingblock.newsmenuitems .gb-grid-wrapper>.gb-grid-column-55e6bb3d {
    width: 100%;
}

.gb-grid-wrapper>.gb-grid-column-55e6bb3d>.gb-container {
    display: flex;
    flex-direction: column;
    height: 100%
}

.gb-container-55e6bb3d {
    display: block
}

.gb-headline-lead-medium {
    font-size: 21px;
    line-height: 159.7%;
    letter-spacing: 0em;
    font-weight: 400;
    margin-bottom: 32px
}

.gb-headline-lead {
    font-size: 19px;
    letter-spacing: 0em;
    font-weight: 500
}

.gb-headline-large {
    font-weight: 400
}

.gb-headline-medium {
    font-family: linotype-sabon,sans-serif;
    font-weight: 400
}

.gb-headline-small {
    font-family: Inter,sans-serif;
    font-weight: 500
}

.gb-headline-xsmall {
    font-size: 20px;
    font-weight: 600
}

.gb-headline-lowercase {
    font-size: 24px;
    font-weight: 500;
    text-transform: lowercase
}

.gb-headline-news-grid-title {
    font-family: Inter,sans-serif;
    font-size: 20px;
    line-height: 130%;
    font-weight: 400
}

.gb-headline-eyebrow {
    font-weight: 700
}

h3.gb-headline-8aea38b5 {
    font-family: linotype-sabon,sans-serif;
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 16px
}

h1.gb-headline-3be3a617 {
    text-align: center
}

.gb-button-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    clear: both
}

.gb-accordion__item:not(.gb-accordion__item-open)>.gb-button .gb-accordion__icon-open {
    display: none
}

.gb-accordion__item.gb-accordion__item-open>.gb-button .gb-accordion__icon {
    display: none
}

.gb-button-wrapper .gb-button-button-default {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    letter-spacing: .02em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 24px;
    border-radius: 26px;
    border: 2px solid var(--navy-blue);
    background-color: var(--navy-blue);
    color: #fff;
    text-decoration: none
}

.gb-button-wrapper .gb-button-button-default:hover,.gb-button-wrapper .gb-button-button-default:active,.gb-button-wrapper .gb-button-button-default:focus {
    border-color: var(--sky-blue);
    background-color: var(--sky-blue);
    color: #fff
}

.gb-button-wrapper .gb-button-stroke-default {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    letter-spacing: .02em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 24px;
    border-radius: 26px;
    border: 2px solid var(--navy-blue);
    background-color: var(--white);
    color: var(--navy-blue);
    text-decoration: none
}

.gb-button-wrapper .gb-button-stroke-default:hover,.gb-button-wrapper .gb-button-stroke-default:active,.gb-button-wrapper .gb-button-stroke-default:focus {
    border-color: var(--sky-blue);
    background-color: var(--white);
    color: var(--sky-blue)
}

.gb-button-wrapper .gb-button-button-default-large {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    letter-spacing: .02em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 32px;
    border-radius: 33px;
    border: 2px solid var(--navy-blue);
    background-color: var(--navy-blue);
    color: #fff;
    text-decoration: none
}

.gb-button-wrapper .gb-button-button-default-large:hover,.gb-button-wrapper .gb-button-button-default-large:active,.gb-button-wrapper .gb-button-button-default-large:focus {
    border-color: var(--sky-blue);
    background-color: var(--sky-blue);
    color: #fff
}

.gb-button-wrapper .gb-button-demo-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px 20px;
    background-color: #0366d6;
    color: #fff;
    text-decoration: none
}

.gb-button-wrapper .gb-button-demo-button:hover,.gb-button-wrapper .gb-button-demo-button:active,.gb-button-wrapper .gb-button-demo-button:focus {
    background-color: #222;
    color: #fff
}

.gb-button-wrapper .gb-button-button-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px 20px;
    border-top-left-radius: 4px;
    border: 2px solid var(--sky-blue);
    background-color: transparent;
    color: var(--sky-blue);
    text-decoration: none
}

.gb-button-wrapper .gb-button-button-outline:hover,.gb-button-wrapper .gb-button-button-outline:active,.gb-button-wrapper .gb-button-button-outline:focus {
    border-color: var(--navy-blue);
    background-color: var(--white);
    color: var(--navy-blue)
}

.gb-button-wrapper .gb-button-button-outline .gb-icon {
    font-size: 1em;
    line-height: 0;
    padding-right: .5em
}

.gb-button-wrapper .gb-button-button-outline .gb-icon svg {
    height: 1em;
    width: 1em;
    fill: currentColor
}

.gb-button-wrapper .gb-button-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 0 2px;
    border-top: 0 solid var(--navy-blue);
    border-right: 0 solid var(--navy-blue);
    border-bottom: 2px solid var(--navy-blue);
    border-left: 0 solid var(--navy-blue);
    background-color: transparent;
    color: var(--navy-blue);
    text-decoration: none
}

.gb-button-wrapper .gb-button-link:hover,.gb-button-wrapper .gb-button-link:active,.gb-button-wrapper .gb-button-link:focus {
    border-color: var(--sky-blue);
    color: var(--sky-blue)
}

.gb-button-wrapper .gb-button-link-white {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 0 2px;
    border-top: 0 solid var(--white);
    border-right: 0 solid var(--white);
    border-bottom: 2px solid var(--white);
    border-left: 0 solid var(--white);
    background-color: transparent;
    color: var(--white);
    text-decoration: none
}

.gb-button-wrapper .gb-button-link-white:hover,.gb-button-wrapper .gb-button-link-white:active,.gb-button-wrapper .gb-button-link-white:focus {
    border-color: var(--light-blue);
    color: var(--light-blue)
}

.gb-button-wrapper .gb-button-cta-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    text-align: center;
    padding-top: 15px;
    padding-right: 0;
    padding-bottom: 15px;
    color: var(--navy-blue);
    text-decoration: none
}

.gb-button-wrapper .gb-button-cta-link:hover,.gb-button-wrapper .gb-button-cta-link:active,.gb-button-wrapper .gb-button-cta-link:focus {
    color: var(--sky-blue)
}

.gb-button-wrapper .gb-button-cta-link .gb-icon {
    font-size: 1em;
    line-height: 0;
    padding-left: .5em
}

.gb-button-wrapper .gb-button-cta-link .gb-icon svg {
    height: 1em;
    width: 1em;
    fill: currentColor
}

.gb-button-wrapper .gb-button-be1f2327,.gb-button-wrapper .gb-button-be1f2327:visited {
    padding: 15px 20px;
    background-color: #0366d6;
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.gb-button-wrapper .gb-button-be1f2327:hover,.gb-button-wrapper .gb-button-be1f2327:active,.gb-button-wrapper .gb-button-be1f2327:focus {
    background-color: #222;
    color: #fff
}

.gb-button-wrapper .gb-button-5518c37d,.gb-button-wrapper .gb-button-5518c37d:visited {
    padding: 15px 20px;
    background-color: #0366d6;
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.gb-button-wrapper .gb-button-5518c37d:hover,.gb-button-wrapper .gb-button-5518c37d:active,.gb-button-wrapper .gb-button-5518c37d:focus {
    background-color: #222;
    color: #fff
}

.gb-button-wrapper .gb-button-08f7cb08,.gb-button-wrapper .gb-button-08f7cb08:visited {
    padding: 15px 20px;
    background-color: #0366d6;
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.gb-button-wrapper .gb-button-08f7cb08:hover,.gb-button-wrapper .gb-button-08f7cb08:active,.gb-button-wrapper .gb-button-08f7cb08:focus {
    background-color: #222;
    color: #fff
}

.gb-block-image-411ef67b {
    margin-bottom: 16px
}

.gb-image-411ef67b {
    width: 400px;
    height: 250px;
    object-fit: cover;
    vertical-align: middle
}

@media (max-width: 1024px) {
    .gb-grid-wrapper>.gb-grid-column-55e6bb3d {
        width:50%
    }

    .gb-headline-large {
        font-size: 50px
    }
}

@media (max-width: 767px) {
    .gb-grid-wrapper>.gb-grid-column-grid-cell {
        width:100%
    }

    .gb-container-page-header>.gb-inside-container {
        padding-top: 16px;
        padding-bottom: 16px
    }

    .gb-container-section-standard>.gb-inside-container {
        padding: 30px 16px
    }

    .gb-container-section-wide>.gb-inside-container {
        padding: 30px 16px
    }

    .gb-container-section-narrow>.gb-inside-container {
        padding: 30px 16px
    }

    .gb-container-section-tall>.gb-inside-container {
        padding: 40px 16px
    }

    .gb-container-8a76aad6>.gb-inside-container {
        padding: 40px 16px
    }

    .gb-grid-wrapper>.gb-grid-column-69a617ad {
        width: 100%
    }

    .gb-grid-wrapper>.gb-grid-column-c7856894 {
        width: 100%
    }

    .gb-grid-wrapper>.gb-grid-column-d6e9d65e {
        width: 100%
    }

    .gb-grid-wrapper>.gb-grid-column-332c3cca {
        width: 100%
    }

    .gb-grid-wrapper>.gb-grid-column-6d00c278 {
        width: 100%
    }

    .gb-grid-wrapper>.gb-grid-column-3f8b6b63 {
        width: 100%
    }

    .gb-grid-wrapper>.gb-grid-column-4ec4d990 {
        width: 100%
    }

    .gb-container-32219e42>.gb-inside-container {
        padding-left: 16px
    }

    .gb-grid-wrapper>.gb-grid-column-55e6bb3d {
        width: 100%
    }

    .gb-headline-lead-medium {
        font-size: 18px
    }

    .gb-headline-lead {
        font-size: 17px
    }

    .gb-headline-news-grid-title {
        font-size: 16px
    }

    p.gb-headline-9d7d7083 {
        font-size: 16px
    }

    .gb-button-wrapper .gb-button-button-default {
        font-size: 14px
    }

    .gb-button-wrapper .gb-button-stroke-default {
        font-size: 14px
    }

    .gb-button-wrapper .gb-button-button-default-large {
        font-size: 16px;
        padding: 12px 32px
    }

    .gb-button-wrapper .gb-button-cta-link {
        font-size: 18px
    }
}

:root {
    --gb-container-width: 1480px
}

.gb-container .wp-block-image img {
    vertical-align: middle
}

.gb-grid-wrapper .wp-block-image {
    margin-bottom: 0
}

.gb-highlight {
    background: 0 0
}

.gb-shape {
    line-height: 0
}

.gb-container-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99
}

@media (min-width: 992px) {
    .block-visibility-hide-large-screen {
        display:none !important
    }
}

@media (min-width: 768px) and (max-width:991.98px) {
    .block-visibility-hide-medium-screen {
        display:none !important
    }
}

@media (max-width: 767.98px) {
    .block-visibility-hide-small-screen {
        display:none !important
    }
}

@font-face {
    font-family: 'Libre Baskerville';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/librebaskerville/v17/kmKhZrc3Hgbbcjq75U4uslyuy4kn0qNcWx8QDP2V.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Libre Baskerville';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/librebaskerville/v17/kmKhZrc3Hgbbcjq75U4uslyuy4kn0qNcWxEQDA.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Libre Baskerville';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/librebaskerville/v17/kmKnZrc3Hgbbcjq75U4uslyuy4kn0qNXaxMICA.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Libre Baskerville';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/librebaskerville/v17/kmKnZrc3Hgbbcjq75U4uslyuy4kn0qNZaxM.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: 'Libre Baskerville';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/librebaskerville/v17/kmKiZrc3Hgbbcjq75U4uslyuy4kn0qviTgY5KcCsww.woff2) format('woff2');
    unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}

@font-face {
    font-family: 'Libre Baskerville';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/librebaskerville/v17/kmKiZrc3Hgbbcjq75U4uslyuy4kn0qviTgY3KcA.woff2) format('woff2');
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

:root {
    --font-headings: Libre Baskerville
}

#site-title,.site-title,#site-title a,.site-title a,.entry-title,.entry-title a,h1,h2,h3,h4,h5,h6,.widget-title,.elementor-heading-title {
    font-family: "Libre Baskerville"
}

.searchwp-live-search-results {
    opacity: 0;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    height: 0;
    overflow: hidden;
    z-index: 9999995;
    position: absolute;
    display: none
}

.searchwp-live-search-results-showing {
    display: block;
    opacity: 1;
    height: auto;
    overflow: auto
}

.searchwp-live-search-no-results {
    padding: 3em 2em 0;
    text-align: center
}

.searchwp-live-search-no-min-chars:after {
    content: "Continue typing";
    display: block;
    text-align: center;
    padding: 2em 2em 0
}

.facetwp-facet {
    margin-bottom: 40px
}

.facetwp-facet.is-loading {
    opacity: .6;
    pointer-events: none
}

.facetwp-overlay {
    position: absolute
}

.facetwp-pager-label {
    display: inline-block;
    margin-right: 12px
}

.facetwp-page {
    display: inline-block;
    padding: 0 4px;
    margin-right: 6px;
    cursor: pointer
}

.facetwp-page.dots {
    cursor: default
}

.facetwp-page.active {
    font-weight: 700;
    cursor: default
}

.facetwp-type-checkboxes .facetwp-depth {
    display: none
}

.facetwp-type-checkboxes .facetwp-depth.visible {
    display: inherit
}

.facetwp-checkbox {
    background: url(//proto-for-health-consulting.pantheonsite.io/wp-content/plugins/facetwp/assets/css/../images/checkbox.png) 0 50% no-repeat;
    background-size: 14px 14px;
    margin-bottom: 4px;
    padding-left: 20px;
    cursor: pointer
}

.facetwp-checkbox.checked {
    background-image: url(//proto-for-health-consulting.pantheonsite.io/wp-content/plugins/facetwp/assets/css/../images/checkbox-on.png)
}

.facetwp-checkbox.disabled,.facetwp-radio.disabled {
    opacity: .4;
    cursor: default
}

.facetwp-checkbox .facetwp-expand {
    float: right
}

.facetwp-display-value {
    padding-right: 5px
}

.facetwp-radio {
    background: url(//proto-for-health-consulting.pantheonsite.io/wp-content/plugins/facetwp/assets/css/../images/radio.png) 0 50% no-repeat;
    background-size: 14px 14px;
    margin-bottom: 4px;
    padding-left: 20px;
    cursor: pointer
}

.facetwp-radio.checked {
    background-image: url(//proto-for-health-consulting.pantheonsite.io/wp-content/plugins/facetwp/assets/css/../images/radio-on.png)
}

.facetwp-type-fselect.is-loading {
    opacity: 1
}

.facetwp-type-fselect.is-loading .fs-label-wrap,.facetwp-type-fselect.is-loading .fs-search,.facetwp-type-fselect.is-loading .fs-no-results,.facetwp-type-fselect.is-loading .fs-options {
    opacity: .6
}

.facetwp-type-fselect.is-loading .fs-option {
    cursor: wait
}

.facetwp-type-fselect .fs-wrap.fs-disabled .fs-option {
    opacity: .4;
    cursor: wait
}

.facetwp-type-fselect .fs-option .fs-option-label {
    white-space: nowrap
}

.facetwp-type-fselect .fs-option.d1 .fs-option-label {
    padding-left: 20px
}

.facetwp-type-fselect .fs-option.d2 .fs-option-label {
    padding-left: 40px
}

.facetwp-type-fselect .fs-option.d3 .fs-option-label {
    padding-left: 60px
}

.facetwp-type-fselect .fs-option.d4 .fs-option-label {
    padding-left: 80px
}

.facetwp-type-fselect .fs-option.d5 .fs-option-label {
    padding-left: 100px
}

.facetwp-type-fselect .fs-option.d6 .fs-option-label {
    padding-left: 120px
}

.facetwp-depth {
    margin-left: 12px
}

.facetwp-link {
    cursor: pointer
}

.facetwp-link.checked {
    font-weight: 700;
    cursor: default
}

.facetwp-toggle {
    cursor: pointer
}

.facetwp-hidden {
    display: none
}

.facetwp-slider-wrap {
    padding-bottom: 15px
}

.facetwp-slider-reset {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    box-shadow: inset 0 0 1px #fff,inset 0 1px 7px #ebebeb,0 3px 6px -3px #bbb;
    padding: 4px 8px;
    cursor: pointer
}

.facetwp-slider[data-disabled=true] {
    opacity: .6;
    cursor: not-allowed
}

.facetwp-slider[data-disabled=true] .noUi-handle {
    cursor: not-allowed
}

.facetwp-input-wrap {
    display: inline-block;
    position: relative
}

.facetwp-facet input.facetwp-search,.facetwp-facet input.facetwp-location {
    margin: 0;
    padding-right: 30px;
    min-width: 240px
}

.facetwp-icon {
    right: 0;
    height: 100%;
    line-height: 1;
    position: absolute;
    cursor: pointer;
    opacity: .5
}

.facetwp-icon:before {
    display: inline-block;
    content: '';
    width: 30px;
    height: 100%;
    background: url(//proto-for-health-consulting.pantheonsite.io/wp-content/plugins/facetwp/assets/css/../images/icon-search.png) no-repeat;
    background-position: 5px 50%;
    background-size: 20px 20px
}

.location-results {
    position: absolute;
    background: #fff;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    overflow: hidden;
    width: 100%
}

.location-result {
    font-size: 11px;
    border-bottom: 1px solid #ddd;
    padding: 5px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #888
}

.location-result:hover {
    background-color: #f8f8f8
}

.location-result.active {
    background-color: #ebf2fe
}

.location-result .result-main {
    font-size: 13px;
    color: #222
}

.facetwp-icon.locate-me:before {
    background-image: url(//proto-for-health-consulting.pantheonsite.io/wp-content/plugins/facetwp/assets/css/../images/icon-locate.png)
}

.facetwp-icon.f-reset:before {
    background-image: url(//proto-for-health-consulting.pantheonsite.io/wp-content/plugins/facetwp/assets/css/../images/icon-close.png)
}

.facetwp-icon.f-loading:before {
    background-image: url(//proto-for-health-consulting.pantheonsite.io/wp-content/plugins/facetwp/assets/css/../images/loading.png);
    animation: spin .7s infinite linear
}

.location-attribution {
    border-bottom: 1px solid #ddd;
    padding: 5px
}

.powered-by-google {
    height: 15px;
    background: url(//proto-for-health-consulting.pantheonsite.io/wp-content/plugins/facetwp/assets/css/../images/powered-by-google.png) top right no-repeat;
    background-size: auto 15px
}

.facetwp-stars {
    display: inline-block;
    line-height: 1;
    padding-right: 4px;
    user-select: none;
    unicode-bidi: bidi-override;
    direction: rtl
}

.facetwp-star {
    cursor: pointer;
    font-size: 20px;
    color: #ccc
}

.facetwp-star:not(.disabled):hover,.facetwp-star:not(.disabled):hover~.facetwp-star,.facetwp-star.selected,.facetwp-star.selected~.facetwp-star {
    color: #000
}

.facetwp-star.selected:hover,.facetwp-star.selected:hover~.facetwp-star {
    color: red
}

.facetwp-star.disabled,.facetwp-star.disabled:hover {
    cursor: auto;
    color: #eee
}

.facetwp-date.disabled,.facetwp-date.disabled::placeholder {
    color: #b4b4b4;
    opacity: 1
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.facetwp-selections li {
    display: inline-block;
    line-height: 1
}

.facetwp-selections .facetwp-selection-value {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    padding-right: 16px;
    background-image: url(//proto-for-health-consulting.pantheonsite.io/wp-content/plugins/facetwp/assets/css/../images/icon-close.png);
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: right center
}