.ce-align-left {
    text-align: left;
}

.ce-align-center {
    text-align: center;
}

.ce-align-right {
    text-align: right;
}

.ce-table td, .ce-table th {
    vertical-align: top;
}

.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
    overflow: hidden;
}

.ce-left .ce-gallery, .ce-column {
    float: left;
}

.ce-center .ce-outer {
    position: relative;
    float: right;
    right: 50%;
}

.ce-center .ce-inner {
    position: relative;
    float: right;
    right: -50%;
}

.ce-right .ce-gallery {
    float: right;
}

.ce-gallery figure {
    display: table;
    margin: 0;
}

.ce-gallery figcaption {
    display: table-caption;
    caption-side: bottom;
}

.ce-gallery img {
    display: block;
}

.ce-gallery iframe {
    border-width: 0;
}

.ce-border img, .ce-border iframe {
    border: 2px solid #000000;
    padding: 0px;
}

.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
    margin-bottom: 10px;
}

.ce-image .ce-gallery {
    margin-bottom: 0;
}

.ce-intext.ce-right .ce-gallery {
    margin-left: 10px;
}

.ce-intext.ce-left .ce-gallery {
    margin-right: 10px;
}

.ce-below .ce-gallery {
    margin-top: 10px;
}

.ce-column {
    margin-right: 10px;
}

    .ce-column:last-child {
        margin-right: 0;
    }

.ce-row {
    margin-bottom: 10px;
}

    .ce-row:last-child {
        margin-bottom: 0;
    }

.ce-above .ce-bodytext {
    clear: both;
}

.ce-intext.ce-left ol, .ce-intext.ce-left ul {
    padding-left: 40px;
    overflow: auto;
}

.ce-headline-left {
    text-align: left;
}

.ce-headline-center {
    text-align: center;
}

.ce-headline-right {
    text-align: right;
}

.ce-uploads {
    margin: 0;
    padding: 0;
}

    .ce-uploads li {
        list-style: none outside none;
        margin: 1em 0;
    }

    .ce-uploads img {
        float: left;
        padding-right: 1em;
        vertical-align: top;
    }

    .ce-uploads span {
        display: block;
    }

.ce-table {
    width: 100%;
    max-width: 100%;
}

    .ce-table th, .ce-table td {
        padding: 0.5em 0.75em;
        vertical-align: top;
    }

    .ce-table thead th {
        border-bottom: 2px solid #dadada;
    }

    .ce-table th, .ce-table td {
        border-top: 1px solid #dadada;
    }

.ce-table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

.ce-table-bordered th, .ce-table-bordered td {
    border: 1px solid #dadada;
}

.frame-space-before-extra-small {
    margin-top: 1em;
}

.frame-space-before-small {
    margin-top: 2em;
}

.frame-space-before-medium {
    margin-top: 3em;
}

.frame-space-before-large {
    margin-top: 4em;
}

.frame-space-before-extra-large {
    margin-top: 5em;
}

.frame-space-after-extra-small {
    margin-bottom: 1em;
}

.frame-space-after-small {
    margin-bottom: 2em;
}

.frame-space-after-medium {
    margin-bottom: 3em;
}

.frame-space-after-large {
    margin-bottom: 4em;
}

.frame-space-after-extra-large {
    margin-bottom: 5em;
}

.frame-ruler-before:before {
    content: '';
    display: block;
    border-top: 1px solid rgba(0,0,0,0.25);
    margin-bottom: 2em;
}

.frame-ruler-after:after {
    content: '';
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.25);
    margin-top: 2em;
}

.frame-indent {
    margin-left: 15%;
    margin-right: 15%;
}

.frame-indent-left {
    margin-left: 33%;
}

.frame-indent-right {
    margin-right: 33%;
}

.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

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

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

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

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border-radius: .1em;
    border: .08em solid #eee;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-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 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";
    -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, .fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)"
}

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

:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2em
}

.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

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

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

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\F26E"
}

.fa-accessible-icon:before {
    content: "\F368"
}

.fa-accusoft:before {
    content: "\F369"
}

.fa-acquisitions-incorporated:before {
    content: "\F6AF"
}

.fa-ad:before {
    content: "\F641"
}

.fa-address-book:before {
    content: "\F2B9"
}

.fa-address-card:before {
    content: "\F2BB"
}

.fa-adjust:before {
    content: "\F042"
}

.fa-adn:before {
    content: "\F170"
}

.fa-adobe:before {
    content: "\F778"
}

.fa-adversal:before {
    content: "\F36A"
}

.fa-affiliatetheme:before {
    content: "\F36B"
}

.fa-air-freshener:before {
    content: "\F5D0"
}

.fa-airbnb:before {
    content: "\F834"
}

.fa-algolia:before {
    content: "\F36C"
}

.fa-align-center:before {
    content: "\F037"
}

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

.fa-align-left:before {
    content: "\F036"
}

.fa-align-right:before {
    content: "\F038"
}

.fa-alipay:before {
    content: "\F642"
}

.fa-allergies:before {
    content: "\F461"
}

.fa-amazon:before {
    content: "\F270"
}

.fa-amazon-pay:before {
    content: "\F42C"
}

.fa-ambulance:before {
    content: "\F0F9"
}

.fa-american-sign-language-interpreting:before {
    content: "\F2A3"
}

.fa-amilia:before {
    content: "\F36D"
}

.fa-anchor:before {
    content: "\F13D"
}

.fa-android:before {
    content: "\F17B"
}

.fa-angellist:before {
    content: "\F209"
}

.fa-angle-double-down:before {
    content: "\F103"
}

.fa-angle-double-left:before {
    content: "\F100"
}

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

.fa-angle-double-up:before {
    content: "\F102"
}

.fa-angle-down:before {
    content: "\F107"
}

.fa-angle-left:before {
    content: "\F104"
}

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

.fa-angle-up:before {
    content: "\F106"
}

.fa-angry:before {
    content: "\F556"
}

.fa-angrycreative:before {
    content: "\F36E"
}

.fa-angular:before {
    content: "\F420"
}

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

.fa-app-store:before {
    content: "\F36F"
}

.fa-app-store-ios:before {
    content: "\F370"
}

.fa-apper:before {
    content: "\F371"
}

.fa-apple:before {
    content: "\F179"
}

.fa-apple-alt:before {
    content: "\F5D1"
}

.fa-apple-pay:before {
    content: "\F415"
}

.fa-archive:before {
    content: "\F187"
}

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

.fa-arrow-alt-circle-down:before {
    content: "\F358"
}

.fa-arrow-alt-circle-left:before {
    content: "\F359"
}

.fa-arrow-alt-circle-right:before {
    content: "\F35A"
}

.fa-arrow-alt-circle-up:before {
    content: "\F35B"
}

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

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

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

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

.fa-arrow-down:before {
    content: "\F063"
}

.fa-arrow-left:before {
    content: "\F060"
}

.fa-arrow-right:before {
    content: "\F061"
}

.fa-arrow-up:before {
    content: "\F062"
}

.fa-arrows-alt:before {
    content: "\F0B2"
}

.fa-arrows-alt-h:before {
    content: "\F337"
}

.fa-arrows-alt-v:before {
    content: "\F338"
}

.fa-artstation:before {
    content: "\F77A"
}

.fa-assistive-listening-systems:before {
    content: "\F2A2"
}

.fa-asterisk:before {
    content: "\F069"
}

.fa-asymmetrik:before {
    content: "\F372"
}

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

.fa-atlas:before {
    content: "\F558"
}

.fa-atlassian:before {
    content: "\F77B"
}

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

.fa-audible:before {
    content: "\F373"
}

.fa-audio-description:before {
    content: "\F29E"
}

.fa-autoprefixer:before {
    content: "\F41C"
}

.fa-avianex:before {
    content: "\F374"
}

.fa-aviato:before {
    content: "\F421"
}

.fa-award:before {
    content: "\F559"
}

.fa-aws:before {
    content: "\F375"
}

.fa-baby:before {
    content: "\F77C"
}

.fa-baby-carriage:before {
    content: "\F77D"
}

.fa-backspace:before {
    content: "\F55A"
}

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

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

.fa-balance-scale:before {
    content: "\F24E"
}

.fa-ban:before {
    content: "\F05E"
}

.fa-band-aid:before {
    content: "\F462"
}

.fa-bandcamp:before {
    content: "\F2D5"
}

.fa-barcode:before {
    content: "\F02A"
}

.fa-bars:before {
    content: "\F0C9"
}

.fa-baseball-ball:before {
    content: "\F433"
}

.fa-basketball-ball:before {
    content: "\F434"
}

.fa-bath:before {
    content: "\F2CD"
}

.fa-battery-empty:before {
    content: "\F244"
}

.fa-battery-full:before {
    content: "\F240"
}

.fa-battery-half:before {
    content: "\F242"
}

.fa-battery-quarter:before {
    content: "\F243"
}

.fa-battery-three-quarters:before {
    content: "\F241"
}

.fa-battle-net:before {
    content: "\F835"
}

.fa-bed:before {
    content: "\F236"
}

.fa-beer:before {
    content: "\F0FC"
}

.fa-behance:before {
    content: "\F1B4"
}

.fa-behance-square:before {
    content: "\F1B5"
}

.fa-bell:before {
    content: "\F0F3"
}

.fa-bell-slash:before {
    content: "\F1F6"
}

.fa-bezier-curve:before {
    content: "\F55B"
}

.fa-bible:before {
    content: "\F647"
}

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

.fa-bimobject:before {
    content: "\F378"
}

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

.fa-biohazard:before {
    content: "\F780"
}

.fa-birthday-cake:before {
    content: "\F1FD"
}

.fa-bitbucket:before {
    content: "\F171"
}

.fa-bitcoin:before {
    content: "\F379"
}

.fa-bity:before {
    content: "\F37A"
}

.fa-black-tie:before {
    content: "\F27E"
}

.fa-blackberry:before {
    content: "\F37B"
}

.fa-blender:before {
    content: "\F517"
}

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

.fa-blind:before {
    content: "\F29D"
}

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

.fa-blogger:before {
    content: "\F37C"
}

.fa-blogger-b:before {
    content: "\F37D"
}

.fa-bluetooth:before {
    content: "\F293"
}

.fa-bluetooth-b:before {
    content: "\F294"
}

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

.fa-bolt:before {
    content: "\F0E7"
}

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

.fa-bone:before {
    content: "\F5D7"
}

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

.fa-book:before {
    content: "\F02D"
}

.fa-book-dead:before {
    content: "\F6B7"
}

.fa-book-medical:before {
    content: "\F7E6"
}

.fa-book-open:before {
    content: "\F518"
}

.fa-book-reader:before {
    content: "\F5DA"
}

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

.fa-bootstrap:before {
    content: "\F836"
}

.fa-bowling-ball:before {
    content: "\F436"
}

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

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

.fa-boxes:before {
    content: "\F468"
}

.fa-braille:before {
    content: "\F2A1"
}

.fa-brain:before {
    content: "\F5DC"
}

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

.fa-briefcase:before {
    content: "\F0B1"
}

.fa-briefcase-medical:before {
    content: "\F469"
}

.fa-broadcast-tower:before {
    content: "\F519"
}

.fa-broom:before {
    content: "\F51A"
}

.fa-brush:before {
    content: "\F55D"
}

.fa-btc:before {
    content: "\F15A"
}

.fa-buffer:before {
    content: "\F837"
}

.fa-bug:before {
    content: "\F188"
}

.fa-building:before {
    content: "\F1AD"
}

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

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

.fa-burn:before {
    content: "\F46A"
}

.fa-buromobelexperte:before {
    content: "\F37F"
}

.fa-bus:before {
    content: "\F207"
}

.fa-bus-alt:before {
    content: "\F55E"
}

.fa-business-time:before {
    content: "\F64A"
}

.fa-buysellads:before {
    content: "\F20D"
}

.fa-calculator:before {
    content: "\F1EC"
}

.fa-calendar:before {
    content: "\F133"
}

.fa-calendar-alt:before {
    content: "\F073"
}

.fa-calendar-check:before {
    content: "\F274"
}

.fa-calendar-day:before {
    content: "\F783"
}

.fa-calendar-minus:before {
    content: "\F272"
}

.fa-calendar-plus:before {
    content: "\F271"
}

.fa-calendar-times:before {
    content: "\F273"
}

.fa-calendar-week:before {
    content: "\F784"
}

.fa-camera:before {
    content: "\F030"
}

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

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

.fa-canadian-maple-leaf:before {
    content: "\F785"
}

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

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

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

.fa-car:before {
    content: "\F1B9"
}

.fa-car-alt:before {
    content: "\F5DE"
}

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

.fa-car-crash:before {
    content: "\F5E1"
}

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

.fa-caret-down:before {
    content: "\F0D7"
}

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

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

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

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

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

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

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

.fa-carrot:before {
    content: "\F787"
}

.fa-cart-arrow-down:before {
    content: "\F218"
}

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

.fa-cash-register:before {
    content: "\F788"
}

.fa-cat:before {
    content: "\F6BE"
}

.fa-cc-amazon-pay:before {
    content: "\F42D"
}

.fa-cc-amex:before {
    content: "\F1F3"
}

.fa-cc-apple-pay:before {
    content: "\F416"
}

.fa-cc-diners-club:before {
    content: "\F24C"
}

.fa-cc-discover:before {
    content: "\F1F2"
}

.fa-cc-jcb:before {
    content: "\F24B"
}

.fa-cc-mastercard:before {
    content: "\F1F1"
}

.fa-cc-paypal:before {
    content: "\F1F4"
}

.fa-cc-stripe:before {
    content: "\F1F5"
}

.fa-cc-visa:before {
    content: "\F1F0"
}

.fa-centercode:before {
    content: "\F380"
}

.fa-centos:before {
    content: "\F789"
}

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

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

.fa-chalkboard:before {
    content: "\F51B"
}

.fa-chalkboard-teacher:before {
    content: "\F51C"
}

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

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

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

.fa-chart-line:before {
    content: "\F201"
}

.fa-chart-pie:before {
    content: "\F200"
}

.fa-check:before {
    content: "\F00C"
}

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

.fa-check-double:before {
    content: "\F560"
}

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

.fa-cheese:before {
    content: "\F7EF"
}

.fa-chess:before {
    content: "\F439"
}

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

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

.fa-chess-king:before {
    content: "\F43F"
}

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

.fa-chess-pawn:before {
    content: "\F443"
}

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

.fa-chess-rook:before {
    content: "\F447"
}

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

.fa-chevron-circle-left:before {
    content: "\F137"
}

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

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

.fa-chevron-down:before {
    content: "\F078"
}

.fa-chevron-left:before {
    content: "\F053"
}

.fa-chevron-right:before {
    content: "\F054"
}

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

.fa-child:before {
    content: "\F1AE"
}

.fa-chrome:before {
    content: "\F268"
}

.fa-chromecast:before {
    content: "\F838"
}

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

.fa-circle:before {
    content: "\F111"
}

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

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

.fa-clinic-medical:before {
    content: "\F7F2"
}

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

.fa-clipboard-check:before {
    content: "\F46C"
}

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

.fa-clock:before {
    content: "\F017"
}

.fa-clone:before {
    content: "\F24D"
}

.fa-closed-captioning:before {
    content: "\F20A"
}

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

.fa-cloud-download-alt:before {
    content: "\F381"
}

.fa-cloud-meatball:before {
    content: "\F73B"
}

.fa-cloud-moon:before {
    content: "\F6C3"
}

.fa-cloud-moon-rain:before {
    content: "\F73C"
}

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

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

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

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

.fa-cloud-upload-alt:before {
    content: "\F382"
}

.fa-cloudscale:before {
    content: "\F383"
}

.fa-cloudsmith:before {
    content: "\F384"
}

.fa-cloudversify:before {
    content: "\F385"
}

.fa-cocktail:before {
    content: "\F561"
}

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

.fa-code-branch:before {
    content: "\F126"
}

.fa-codepen:before {
    content: "\F1CB"
}

.fa-codiepie:before {
    content: "\F284"
}

.fa-coffee:before {
    content: "\F0F4"
}

.fa-cog:before {
    content: "\F013"
}

.fa-cogs:before {
    content: "\F085"
}

.fa-coins:before {
    content: "\F51E"
}

.fa-columns:before {
    content: "\F0DB"
}

.fa-comment:before {
    content: "\F075"
}

.fa-comment-alt:before {
    content: "\F27A"
}

.fa-comment-dollar:before {
    content: "\F651"
}

.fa-comment-dots:before {
    content: "\F4AD"
}

.fa-comment-medical:before {
    content: "\F7F5"
}

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

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

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

.fa-compact-disc:before {
    content: "\F51F"
}

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

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

.fa-compress-arrows-alt:before {
    content: "\F78C"
}

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

.fa-confluence:before {
    content: "\F78D"
}

.fa-connectdevelop:before {
    content: "\F20E"
}

.fa-contao:before {
    content: "\F26D"
}

.fa-cookie:before {
    content: "\F563"
}

.fa-cookie-bite:before {
    content: "\F564"
}

.fa-copy:before {
    content: "\F0C5"
}

.fa-copyright:before {
    content: "\F1F9"
}

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

.fa-cpanel:before {
    content: "\F388"
}

.fa-creative-commons:before {
    content: "\F25E"
}

.fa-creative-commons-by:before {
    content: "\F4E7"
}

.fa-creative-commons-nc:before {
    content: "\F4E8"
}

.fa-creative-commons-nc-eu:before {
    content: "\F4E9"
}

.fa-creative-commons-nc-jp:before {
    content: "\F4EA"
}

.fa-creative-commons-nd:before {
    content: "\F4EB"
}

.fa-creative-commons-pd:before {
    content: "\F4EC"
}

.fa-creative-commons-pd-alt:before {
    content: "\F4ED"
}

.fa-creative-commons-remix:before {
    content: "\F4EE"
}

.fa-creative-commons-sa:before {
    content: "\F4EF"
}

.fa-creative-commons-sampling:before {
    content: "\F4F0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\F4F1"
}

.fa-creative-commons-share:before {
    content: "\F4F2"
}

.fa-creative-commons-zero:before {
    content: "\F4F3"
}

.fa-credit-card:before {
    content: "\F09D"
}

.fa-critical-role:before {
    content: "\F6C9"
}

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

.fa-crop-alt:before {
    content: "\F565"
}

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

.fa-crosshairs:before {
    content: "\F05B"
}

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

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

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

.fa-css3:before {
    content: "\F13C"
}

.fa-css3-alt:before {
    content: "\F38B"
}

.fa-cube:before {
    content: "\F1B2"
}

.fa-cubes:before {
    content: "\F1B3"
}

.fa-cut:before {
    content: "\F0C4"
}

.fa-cuttlefish:before {
    content: "\F38C"
}

.fa-d-and-d:before {
    content: "\F38D"
}

.fa-d-and-d-beyond:before {
    content: "\F6CA"
}

.fa-dashcube:before {
    content: "\F210"
}

.fa-database:before {
    content: "\F1C0"
}

.fa-deaf:before {
    content: "\F2A4"
}

.fa-delicious:before {
    content: "\F1A5"
}

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

.fa-deploydog:before {
    content: "\F38E"
}

.fa-deskpro:before {
    content: "\F38F"
}

.fa-desktop:before {
    content: "\F108"
}

.fa-dev:before {
    content: "\F6CC"
}

.fa-deviantart:before {
    content: "\F1BD"
}

.fa-dharmachakra:before {
    content: "\F655"
}

.fa-dhl:before {
    content: "\F790"
}

.fa-diagnoses:before {
    content: "\F470"
}

.fa-diaspora:before {
    content: "\F791"
}

.fa-dice:before {
    content: "\F522"
}

.fa-dice-d20:before {
    content: "\F6CF"
}

.fa-dice-d6:before {
    content: "\F6D1"
}

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

.fa-dice-four:before {
    content: "\F524"
}

.fa-dice-one:before {
    content: "\F525"
}

.fa-dice-six:before {
    content: "\F526"
}

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

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

.fa-digg:before {
    content: "\F1A6"
}

.fa-digital-ocean:before {
    content: "\F391"
}

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

.fa-directions:before {
    content: "\F5EB"
}

.fa-discord:before {
    content: "\F392"
}

.fa-discourse:before {
    content: "\F393"
}

.fa-divide:before {
    content: "\F529"
}

.fa-dizzy:before {
    content: "\F567"
}

.fa-dna:before {
    content: "\F471"
}

.fa-dochub:before {
    content: "\F394"
}

.fa-docker:before {
    content: "\F395"
}

.fa-dog:before {
    content: "\F6D3"
}

.fa-dollar-sign:before {
    content: "\F155"
}

.fa-dolly:before {
    content: "\F472"
}

.fa-dolly-flatbed:before {
    content: "\F474"
}

.fa-donate:before {
    content: "\F4B9"
}

.fa-door-closed:before {
    content: "\F52A"
}

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

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

.fa-dove:before {
    content: "\F4BA"
}

.fa-download:before {
    content: "\F019"
}

.fa-draft2digital:before {
    content: "\F396"
}

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

.fa-dragon:before {
    content: "\F6D5"
}

.fa-draw-polygon:before {
    content: "\F5EE"
}

.fa-dribbble:before {
    content: "\F17D"
}

.fa-dribbble-square:before {
    content: "\F397"
}

.fa-dropbox:before {
    content: "\F16B"
}

.fa-drum:before {
    content: "\F569"
}

.fa-drum-steelpan:before {
    content: "\F56A"
}

.fa-drumstick-bite:before {
    content: "\F6D7"
}

.fa-drupal:before {
    content: "\F1A9"
}

.fa-dumbbell:before {
    content: "\F44B"
}

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

.fa-dumpster-fire:before {
    content: "\F794"
}

.fa-dungeon:before {
    content: "\F6D9"
}

.fa-dyalog:before {
    content: "\F399"
}

.fa-earlybirds:before {
    content: "\F39A"
}

.fa-ebay:before {
    content: "\F4F4"
}

.fa-edge:before {
    content: "\F282"
}

.fa-edit:before {
    content: "\F044"
}

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

.fa-eject:before {
    content: "\F052"
}

.fa-elementor:before {
    content: "\F430"
}

.fa-ellipsis-h:before {
    content: "\F141"
}

.fa-ellipsis-v:before {
    content: "\F142"
}

.fa-ello:before {
    content: "\F5F1"
}

.fa-ember:before {
    content: "\F423"
}

.fa-empire:before {
    content: "\F1D1"
}

.fa-envelope:before {
    content: "\F0E0"
}

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

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

.fa-envelope-square:before {
    content: "\F199"
}

.fa-envira:before {
    content: "\F299"
}

.fa-equals:before {
    content: "\F52C"
}

.fa-eraser:before {
    content: "\F12D"
}

.fa-erlang:before {
    content: "\F39D"
}

.fa-ethereum:before {
    content: "\F42E"
}

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

.fa-etsy:before {
    content: "\F2D7"
}

.fa-euro-sign:before {
    content: "\F153"
}

.fa-evernote:before {
    content: "\F839"
}

.fa-exchange-alt:before {
    content: "\F362"
}

.fa-exclamation:before {
    content: "\F12A"
}

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

.fa-exclamation-triangle:before {
    content: "\F071"
}

.fa-expand:before {
    content: "\F065"
}

.fa-expand-arrows-alt:before {
    content: "\F31E"
}

.fa-expeditedssl:before {
    content: "\F23E"
}

.fa-external-link-alt:before {
    content: "\F35D"
}

.fa-external-link-square-alt:before {
    content: "\F360"
}

.fa-eye:before {
    content: "\F06E"
}

.fa-eye-dropper:before {
    content: "\F1FB"
}

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

.fa-facebook:before {
    content: "\F09A"
}

.fa-facebook-f:before {
    content: "\F39E"
}

.fa-facebook-messenger:before {
    content: "\F39F"
}

.fa-facebook-square:before {
    content: "\F082"
}

.fa-fantasy-flight-games:before {
    content: "\F6DC"
}

.fa-fast-backward:before {
    content: "\F049"
}

.fa-fast-forward:before {
    content: "\F050"
}

.fa-fax:before {
    content: "\F1AC"
}

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

.fa-feather-alt:before {
    content: "\F56B"
}

.fa-fedex:before {
    content: "\F797"
}

.fa-fedora:before {
    content: "\F798"
}

.fa-female:before {
    content: "\F182"
}

.fa-fighter-jet:before {
    content: "\F0FB"
}

.fa-figma:before {
    content: "\F799"
}

.fa-file:before {
    content: "\F15B"
}

.fa-file-alt:before {
    content: "\F15C"
}

.fa-file-archive:before {
    content: "\F1C6"
}

.fa-file-audio:before {
    content: "\F1C7"
}

.fa-file-code:before {
    content: "\F1C9"
}

.fa-file-contract:before {
    content: "\F56C"
}

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

.fa-file-download:before {
    content: "\F56D"
}

.fa-file-excel:before {
    content: "\F1C3"
}

.fa-file-export:before {
    content: "\F56E"
}

.fa-file-image:before {
    content: "\F1C5"
}

.fa-file-import:before {
    content: "\F56F"
}

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

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

.fa-file-medical:before {
    content: "\F477"
}

.fa-file-medical-alt:before {
    content: "\F478"
}

.fa-file-pdf:before {
    content: "\F1C1"
}

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

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

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

.fa-file-upload:before {
    content: "\F574"
}

.fa-file-video:before {
    content: "\F1C8"
}

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

.fa-fill:before {
    content: "\F575"
}

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

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

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

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

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

.fa-fire-alt:before {
    content: "\F7E4"
}

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

.fa-firefox:before {
    content: "\F269"
}

.fa-first-aid:before {
    content: "\F479"
}

.fa-first-order:before {
    content: "\F2B0"
}

.fa-first-order-alt:before {
    content: "\F50A"
}

.fa-firstdraft:before {
    content: "\F3A1"
}

.fa-fish:before {
    content: "\F578"
}

.fa-fist-raised:before {
    content: "\F6DE"
}

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

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

.fa-flag-usa:before {
    content: "\F74D"
}

.fa-flask:before {
    content: "\F0C3"
}

.fa-flickr:before {
    content: "\F16E"
}

.fa-flipboard:before {
    content: "\F44D"
}

.fa-flushed:before {
    content: "\F579"
}

.fa-fly:before {
    content: "\F417"
}

.fa-folder:before {
    content: "\F07B"
}

.fa-folder-minus:before {
    content: "\F65D"
}

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

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

.fa-font:before {
    content: "\F031"
}

.fa-font-awesome:before {
    content: "\F2B4"
}

.fa-font-awesome-alt:before {
    content: "\F35C"
}

.fa-font-awesome-flag:before {
    content: "\F425"
}

.fa-font-awesome-logo-full:before {
    content: "\F4E6"
}

.fa-fonticons:before {
    content: "\F280"
}

.fa-fonticons-fi:before {
    content: "\F3A2"
}

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

.fa-fort-awesome:before {
    content: "\F286"
}

.fa-fort-awesome-alt:before {
    content: "\F3A3"
}

.fa-forumbee:before {
    content: "\F211"
}

.fa-forward:before {
    content: "\F04E"
}

.fa-foursquare:before {
    content: "\F180"
}

.fa-free-code-camp:before {
    content: "\F2C5"
}

.fa-freebsd:before {
    content: "\F3A4"
}

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

.fa-frown:before {
    content: "\F119"
}

.fa-frown-open:before {
    content: "\F57A"
}

.fa-fulcrum:before {
    content: "\F50B"
}

.fa-funnel-dollar:before {
    content: "\F662"
}

.fa-futbol:before {
    content: "\F1E3"
}

.fa-galactic-republic:before {
    content: "\F50C"
}

.fa-galactic-senate:before {
    content: "\F50D"
}

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

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

.fa-gavel:before {
    content: "\F0E3"
}

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

.fa-genderless:before {
    content: "\F22D"
}

.fa-get-pocket:before {
    content: "\F265"
}

.fa-gg:before {
    content: "\F260"
}

.fa-gg-circle:before {
    content: "\F261"
}

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

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

.fa-gifts:before {
    content: "\F79C"
}

.fa-git:before {
    content: "\F1D3"
}

.fa-git-alt:before {
    content: "\F841"
}

.fa-git-square:before {
    content: "\F1D2"
}

.fa-github:before {
    content: "\F09B"
}

.fa-github-alt:before {
    content: "\F113"
}

.fa-github-square:before {
    content: "\F092"
}

.fa-gitkraken:before {
    content: "\F3A6"
}

.fa-gitlab:before {
    content: "\F296"
}

.fa-gitter:before {
    content: "\F426"
}

.fa-glass-cheers:before {
    content: "\F79F"
}

.fa-glass-martini:before {
    content: "\F000"
}

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

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

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

.fa-glide:before {
    content: "\F2A5"
}

.fa-glide-g:before {
    content: "\F2A6"
}

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

.fa-globe-africa:before {
    content: "\F57C"
}

.fa-globe-americas:before {
    content: "\F57D"
}

.fa-globe-asia:before {
    content: "\F57E"
}

.fa-globe-europe:before {
    content: "\F7A2"
}

.fa-gofore:before {
    content: "\F3A7"
}

.fa-golf-ball:before {
    content: "\F450"
}

.fa-goodreads:before {
    content: "\F3A8"
}

.fa-goodreads-g:before {
    content: "\F3A9"
}

.fa-google:before {
    content: "\F1A0"
}

.fa-google-drive:before {
    content: "\F3AA"
}

.fa-google-play:before {
    content: "\F3AB"
}

.fa-google-plus:before {
    content: "\F2B3"
}

.fa-google-plus-g:before {
    content: "\F0D5"
}

.fa-google-plus-square:before {
    content: "\F0D4"
}

.fa-google-wallet:before {
    content: "\F1EE"
}

.fa-gopuram:before {
    content: "\F664"
}

.fa-graduation-cap:before {
    content: "\F19D"
}

.fa-gratipay:before {
    content: "\F184"
}

.fa-grav:before {
    content: "\F2D6"
}

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

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

.fa-grimace:before {
    content: "\F57F"
}

.fa-grin:before {
    content: "\F580"
}

.fa-grin-alt:before {
    content: "\F581"
}

.fa-grin-beam:before {
    content: "\F582"
}

.fa-grin-beam-sweat:before {
    content: "\F583"
}

.fa-grin-hearts:before {
    content: "\F584"
}

.fa-grin-squint:before {
    content: "\F585"
}

.fa-grin-squint-tears:before {
    content: "\F586"
}

.fa-grin-stars:before {
    content: "\F587"
}

.fa-grin-tears:before {
    content: "\F588"
}

.fa-grin-tongue:before {
    content: "\F589"
}

.fa-grin-tongue-squint:before {
    content: "\F58A"
}

.fa-grin-tongue-wink:before {
    content: "\F58B"
}

.fa-grin-wink:before {
    content: "\F58C"
}

.fa-grip-horizontal:before {
    content: "\F58D"
}

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

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

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

.fa-gripfire:before {
    content: "\F3AC"
}

.fa-grunt:before {
    content: "\F3AD"
}

.fa-guitar:before {
    content: "\F7A6"
}

.fa-gulp:before {
    content: "\F3AE"
}

.fa-h-square:before {
    content: "\F0FD"
}

.fa-hacker-news:before {
    content: "\F1D4"
}

.fa-hacker-news-square:before {
    content: "\F3AF"
}

.fa-hackerrank:before {
    content: "\F5F7"
}

.fa-hamburger:before {
    content: "\F805"
}

.fa-hammer:before {
    content: "\F6E3"
}

.fa-hamsa:before {
    content: "\F665"
}

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

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

.fa-hand-holding-usd:before {
    content: "\F4C0"
}

.fa-hand-lizard:before {
    content: "\F258"
}

.fa-hand-middle-finger:before {
    content: "\F806"
}

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

.fa-hand-peace:before {
    content: "\F25B"
}

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

.fa-hand-point-left:before {
    content: "\F0A5"
}

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

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

.fa-hand-pointer:before {
    content: "\F25A"
}

.fa-hand-rock:before {
    content: "\F255"
}

.fa-hand-scissors:before {
    content: "\F257"
}

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

.fa-hands:before {
    content: "\F4C2"
}

.fa-hands-helping:before {
    content: "\F4C4"
}

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

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

.fa-hard-hat:before {
    content: "\F807"
}

.fa-hashtag:before {
    content: "\F292"
}

.fa-hat-wizard:before {
    content: "\F6E8"
}

.fa-haykal:before {
    content: "\F666"
}

.fa-hdd:before {
    content: "\F0A0"
}

.fa-heading:before {
    content: "\F1DC"
}

.fa-headphones:before {
    content: "\F025"
}

.fa-headphones-alt:before {
    content: "\F58F"
}

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

.fa-heart:before {
    content: "\F004"
}

.fa-heart-broken:before {
    content: "\F7A9"
}

.fa-heartbeat:before {
    content: "\F21E"
}

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

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

.fa-hiking:before {
    content: "\F6EC"
}

.fa-hippo:before {
    content: "\F6ED"
}

.fa-hips:before {
    content: "\F452"
}

.fa-hire-a-helper:before {
    content: "\F3B0"
}

.fa-history:before {
    content: "\F1DA"
}

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

.fa-holly-berry:before {
    content: "\F7AA"
}

.fa-home:before {
    content: "\F015"
}

.fa-hooli:before {
    content: "\F427"
}

.fa-hornbill:before {
    content: "\F592"
}

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

.fa-horse-head:before {
    content: "\F7AB"
}

.fa-hospital:before {
    content: "\F0F8"
}

.fa-hospital-alt:before {
    content: "\F47D"
}

.fa-hospital-symbol:before {
    content: "\F47E"
}

.fa-hot-tub:before {
    content: "\F593"
}

.fa-hotdog:before {
    content: "\F80F"
}

.fa-hotel:before {
    content: "\F594"
}

.fa-hotjar:before {
    content: "\F3B1"
}

.fa-hourglass:before {
    content: "\F254"
}

.fa-hourglass-end:before {
    content: "\F253"
}

.fa-hourglass-half:before {
    content: "\F252"
}

.fa-hourglass-start:before {
    content: "\F251"
}

.fa-house-damage:before {
    content: "\F6F1"
}

.fa-houzz:before {
    content: "\F27C"
}

.fa-hryvnia:before {
    content: "\F6F2"
}

.fa-html5:before {
    content: "\F13B"
}

.fa-hubspot:before {
    content: "\F3B2"
}

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

.fa-ice-cream:before {
    content: "\F810"
}

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

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

.fa-id-card:before {
    content: "\F2C2"
}

.fa-id-card-alt:before {
    content: "\F47F"
}

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

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

.fa-images:before {
    content: "\F302"
}

.fa-imdb:before {
    content: "\F2D8"
}

.fa-inbox:before {
    content: "\F01C"
}

.fa-indent:before {
    content: "\F03C"
}

.fa-industry:before {
    content: "\F275"
}

.fa-infinity:before {
    content: "\F534"
}

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

.fa-info-circle:before {
    content: "\F05A"
}

.fa-instagram:before {
    content: "\F16D"
}

.fa-intercom:before {
    content: "\F7AF"
}

.fa-internet-explorer:before {
    content: "\F26B"
}

.fa-invision:before {
    content: "\F7B0"
}

.fa-ioxhost:before {
    content: "\F208"
}

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

.fa-itch-io:before {
    content: "\F83A"
}

.fa-itunes:before {
    content: "\F3B4"
}

.fa-itunes-note:before {
    content: "\F3B5"
}

.fa-java:before {
    content: "\F4E4"
}

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

.fa-jedi-order:before {
    content: "\F50E"
}

.fa-jenkins:before {
    content: "\F3B6"
}

.fa-jira:before {
    content: "\F7B1"
}

.fa-joget:before {
    content: "\F3B7"
}

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

.fa-joomla:before {
    content: "\F1AA"
}

.fa-journal-whills:before {
    content: "\F66A"
}

.fa-js:before {
    content: "\F3B8"
}

.fa-js-square:before {
    content: "\F3B9"
}

.fa-jsfiddle:before {
    content: "\F1CC"
}

.fa-kaaba:before {
    content: "\F66B"
}

.fa-kaggle:before {
    content: "\F5FA"
}

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

.fa-keybase:before {
    content: "\F4F5"
}

.fa-keyboard:before {
    content: "\F11C"
}

.fa-keycdn:before {
    content: "\F3BA"
}

.fa-khanda:before {
    content: "\F66D"
}

.fa-kickstarter:before {
    content: "\F3BB"
}

.fa-kickstarter-k:before {
    content: "\F3BC"
}

.fa-kiss:before {
    content: "\F596"
}

.fa-kiss-beam:before {
    content: "\F597"
}

.fa-kiss-wink-heart:before {
    content: "\F598"
}

.fa-kiwi-bird:before {
    content: "\F535"
}

.fa-korvue:before {
    content: "\F42F"
}

.fa-landmark:before {
    content: "\F66F"
}

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

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

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

.fa-laptop-medical:before {
    content: "\F812"
}

.fa-laravel:before {
    content: "\F3BD"
}

.fa-lastfm:before {
    content: "\F202"
}

.fa-lastfm-square:before {
    content: "\F203"
}

.fa-laugh:before {
    content: "\F599"
}

.fa-laugh-beam:before {
    content: "\F59A"
}

.fa-laugh-squint:before {
    content: "\F59B"
}

.fa-laugh-wink:before {
    content: "\F59C"
}

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

.fa-leaf:before {
    content: "\F06C"
}

.fa-leanpub:before {
    content: "\F212"
}

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

.fa-less:before {
    content: "\F41D"
}

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

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

.fa-level-down-alt:before {
    content: "\F3BE"
}

.fa-level-up-alt:before {
    content: "\F3BF"
}

.fa-life-ring:before {
    content: "\F1CD"
}

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

.fa-line:before {
    content: "\F3C0"
}

.fa-link:before {
    content: "\F0C1"
}

.fa-linkedin:before {
    content: "\F08C"
}

.fa-linkedin-in:before {
    content: "\F0E1"
}

.fa-linode:before {
    content: "\F2B8"
}

.fa-linux:before {
    content: "\F17C"
}

.fa-lira-sign:before {
    content: "\F195"
}

.fa-list:before {
    content: "\F03A"
}

.fa-list-alt:before {
    content: "\F022"
}

.fa-list-ol:before {
    content: "\F0CB"
}

.fa-list-ul:before {
    content: "\F0CA"
}

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

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

.fa-lock-open:before {
    content: "\F3C1"
}

.fa-long-arrow-alt-down:before {
    content: "\F309"
}

.fa-long-arrow-alt-left:before {
    content: "\F30A"
}

.fa-long-arrow-alt-right:before {
    content: "\F30B"
}

.fa-long-arrow-alt-up:before {
    content: "\F30C"
}

.fa-low-vision:before {
    content: "\F2A8"
}

.fa-luggage-cart:before {
    content: "\F59D"
}

.fa-lyft:before {
    content: "\F3C3"
}

.fa-magento:before {
    content: "\F3C4"
}

.fa-magic:before {
    content: "\F0D0"
}

.fa-magnet:before {
    content: "\F076"
}

.fa-mail-bulk:before {
    content: "\F674"
}

.fa-mailchimp:before {
    content: "\F59E"
}

.fa-male:before {
    content: "\F183"
}

.fa-mandalorian:before {
    content: "\F50F"
}

.fa-map:before {
    content: "\F279"
}

.fa-map-marked:before {
    content: "\F59F"
}

.fa-map-marked-alt:before {
    content: "\F5A0"
}

.fa-map-marker:before {
    content: "\F041"
}

.fa-map-marker-alt:before {
    content: "\F3C5"
}

.fa-map-pin:before {
    content: "\F276"
}

.fa-map-signs:before {
    content: "\F277"
}

.fa-markdown:before {
    content: "\F60F"
}

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

.fa-mars:before {
    content: "\F222"
}

.fa-mars-double:before {
    content: "\F227"
}

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

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

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

.fa-mask:before {
    content: "\F6FA"
}

.fa-mastodon:before {
    content: "\F4F6"
}

.fa-maxcdn:before {
    content: "\F136"
}

.fa-medal:before {
    content: "\F5A2"
}

.fa-medapps:before {
    content: "\F3C6"
}

.fa-medium:before {
    content: "\F23A"
}

.fa-medium-m:before {
    content: "\F3C7"
}

.fa-medkit:before {
    content: "\F0FA"
}

.fa-medrt:before {
    content: "\F3C8"
}

.fa-meetup:before {
    content: "\F2E0"
}

.fa-megaport:before {
    content: "\F5A3"
}

.fa-meh:before {
    content: "\F11A"
}

.fa-meh-blank:before {
    content: "\F5A4"
}

.fa-meh-rolling-eyes:before {
    content: "\F5A5"
}

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

.fa-mendeley:before {
    content: "\F7B3"
}

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

.fa-mercury:before {
    content: "\F223"
}

.fa-meteor:before {
    content: "\F753"
}

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

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

.fa-microphone-alt:before {
    content: "\F3C9"
}

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

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

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

.fa-microsoft:before {
    content: "\F3CA"
}

.fa-minus:before {
    content: "\F068"
}

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

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

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

.fa-mix:before {
    content: "\F3CB"
}

.fa-mixcloud:before {
    content: "\F289"
}

.fa-mizuni:before {
    content: "\F3CC"
}

.fa-mobile:before {
    content: "\F10B"
}

.fa-mobile-alt:before {
    content: "\F3CD"
}

.fa-modx:before {
    content: "\F285"
}

.fa-monero:before {
    content: "\F3D0"
}

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

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

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

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

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

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

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

.fa-moon:before {
    content: "\F186"
}

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

.fa-mosque:before {
    content: "\F678"
}

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

.fa-mountain:before {
    content: "\F6FC"
}

.fa-mouse-pointer:before {
    content: "\F245"
}

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

.fa-music:before {
    content: "\F001"
}

.fa-napster:before {
    content: "\F3D2"
}

.fa-neos:before {
    content: "\F612"
}

.fa-network-wired:before {
    content: "\F6FF"
}

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

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

.fa-nimblr:before {
    content: "\F5A8"
}

.fa-nintendo-switch:before {
    content: "\F418"
}

.fa-node:before {
    content: "\F419"
}

.fa-node-js:before {
    content: "\F3D3"
}

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

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

.fa-npm:before {
    content: "\F3D4"
}

.fa-ns8:before {
    content: "\F3D5"
}

.fa-nutritionix:before {
    content: "\F3D6"
}

.fa-object-group:before {
    content: "\F247"
}

.fa-object-ungroup:before {
    content: "\F248"
}

.fa-odnoklassniki:before {
    content: "\F263"
}

.fa-odnoklassniki-square:before {
    content: "\F264"
}

.fa-oil-can:before {
    content: "\F613"
}

.fa-old-republic:before {
    content: "\F510"
}

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

.fa-opencart:before {
    content: "\F23D"
}

.fa-openid:before {
    content: "\F19B"
}

.fa-opera:before {
    content: "\F26A"
}

.fa-optin-monster:before {
    content: "\F23C"
}

.fa-osi:before {
    content: "\F41A"
}

.fa-otter:before {
    content: "\F700"
}

.fa-outdent:before {
    content: "\F03B"
}

.fa-page4:before {
    content: "\F3D7"
}

.fa-pagelines:before {
    content: "\F18C"
}

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

.fa-paint-brush:before {
    content: "\F1FC"
}

.fa-paint-roller:before {
    content: "\F5AA"
}

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

.fa-palfed:before {
    content: "\F3D8"
}

.fa-pallet:before {
    content: "\F482"
}

.fa-paper-plane:before {
    content: "\F1D8"
}

.fa-paperclip:before {
    content: "\F0C6"
}

.fa-parachute-box:before {
    content: "\F4CD"
}

.fa-paragraph:before {
    content: "\F1DD"
}

.fa-parking:before {
    content: "\F540"
}

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

.fa-pastafarianism:before {
    content: "\F67B"
}

.fa-paste:before {
    content: "\F0EA"
}

.fa-patreon:before {
    content: "\F3D9"
}

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

.fa-pause-circle:before {
    content: "\F28B"
}

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

.fa-paypal:before {
    content: "\F1ED"
}

.fa-peace:before {
    content: "\F67C"
}

.fa-pen:before {
    content: "\F304"
}

.fa-pen-alt:before {
    content: "\F305"
}

.fa-pen-fancy:before {
    content: "\F5AC"
}

.fa-pen-nib:before {
    content: "\F5AD"
}

.fa-pen-square:before {
    content: "\F14B"
}

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

.fa-pencil-ruler:before {
    content: "\F5AE"
}

.fa-penny-arcade:before {
    content: "\F704"
}

.fa-people-carry:before {
    content: "\F4CE"
}

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

.fa-percent:before {
    content: "\F295"
}

.fa-percentage:before {
    content: "\F541"
}

.fa-periscope:before {
    content: "\F3DA"
}

.fa-person-booth:before {
    content: "\F756"
}

.fa-phabricator:before {
    content: "\F3DB"
}

.fa-phoenix-framework:before {
    content: "\F3DC"
}

.fa-phoenix-squadron:before {
    content: "\F511"
}

.fa-phone:before {
    content: "\F095"
}

.fa-phone-slash:before {
    content: "\F3DD"
}

.fa-phone-square:before {
    content: "\F098"
}

.fa-phone-volume:before {
    content: "\F2A0"
}

.fa-php:before {
    content: "\F457"
}

.fa-pied-piper:before {
    content: "\F2AE"
}

.fa-pied-piper-alt:before {
    content: "\F1A8"
}

.fa-pied-piper-hat:before {
    content: "\F4E5"
}

.fa-pied-piper-pp:before {
    content: "\F1A7"
}

.fa-piggy-bank:before {
    content: "\F4D3"
}

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

.fa-pinterest:before {
    content: "\F0D2"
}

.fa-pinterest-p:before {
    content: "\F231"
}

.fa-pinterest-square:before {
    content: "\F0D3"
}

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

.fa-place-of-worship:before {
    content: "\F67F"
}

.fa-plane:before {
    content: "\F072"
}

.fa-plane-arrival:before {
    content: "\F5AF"
}

.fa-plane-departure:before {
    content: "\F5B0"
}

.fa-play:before {
    content: "\F04B"
}

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

.fa-playstation:before {
    content: "\F3DF"
}

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

.fa-plus:before {
    content: "\F067"
}

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

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

.fa-podcast:before {
    content: "\F2CE"
}

.fa-poll:before {
    content: "\F681"
}

.fa-poll-h:before {
    content: "\F682"
}

.fa-poo:before {
    content: "\F2FE"
}

.fa-poo-storm:before {
    content: "\F75A"
}

.fa-poop:before {
    content: "\F619"
}

.fa-portrait:before {
    content: "\F3E0"
}

.fa-pound-sign:before {
    content: "\F154"
}

.fa-power-off:before {
    content: "\F011"
}

.fa-pray:before {
    content: "\F683"
}

.fa-praying-hands:before {
    content: "\F684"
}

.fa-prescription:before {
    content: "\F5B1"
}

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

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

.fa-print:before {
    content: "\F02F"
}

.fa-procedures:before {
    content: "\F487"
}

.fa-product-hunt:before {
    content: "\F288"
}

.fa-project-diagram:before {
    content: "\F542"
}

.fa-pushed:before {
    content: "\F3E1"
}

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

.fa-python:before {
    content: "\F3E2"
}

.fa-qq:before {
    content: "\F1D6"
}

.fa-qrcode:before {
    content: "\F029"
}

.fa-question:before {
    content: "\F128"
}

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

.fa-quidditch:before {
    content: "\F458"
}

.fa-quinscape:before {
    content: "\F459"
}

.fa-quora:before {
    content: "\F2C4"
}

.fa-quote-left:before {
    content: "\F10D"
}

.fa-quote-right:before {
    content: "\F10E"
}

.fa-quran:before {
    content: "\F687"
}

.fa-r-project:before {
    content: "\F4F7"
}

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

.fa-radiation-alt:before {
    content: "\F7BA"
}

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

.fa-random:before {
    content: "\F074"
}

.fa-raspberry-pi:before {
    content: "\F7BB"
}

.fa-ravelry:before {
    content: "\F2D9"
}

.fa-react:before {
    content: "\F41B"
}

.fa-reacteurope:before {
    content: "\F75D"
}

.fa-readme:before {
    content: "\F4D5"
}

.fa-rebel:before {
    content: "\F1D0"
}

.fa-receipt:before {
    content: "\F543"
}

.fa-recycle:before {
    content: "\F1B8"
}

.fa-red-river:before {
    content: "\F3E3"
}

.fa-reddit:before {
    content: "\F1A1"
}

.fa-reddit-alien:before {
    content: "\F281"
}

.fa-reddit-square:before {
    content: "\F1A2"
}

.fa-redhat:before {
    content: "\F7BC"
}

.fa-redo:before {
    content: "\F01E"
}

.fa-redo-alt:before {
    content: "\F2F9"
}

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

.fa-renren:before {
    content: "\F18B"
}

.fa-reply:before {
    content: "\F3E5"
}

.fa-reply-all:before {
    content: "\F122"
}

.fa-replyd:before {
    content: "\F3E6"
}

.fa-republican:before {
    content: "\F75E"
}

.fa-researchgate:before {
    content: "\F4F8"
}

.fa-resolving:before {
    content: "\F3E7"
}

.fa-restroom:before {
    content: "\F7BD"
}

.fa-retweet:before {
    content: "\F079"
}

.fa-rev:before {
    content: "\F5B2"
}

.fa-ribbon:before {
    content: "\F4D6"
}

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

.fa-road:before {
    content: "\F018"
}

.fa-robot:before {
    content: "\F544"
}

.fa-rocket:before {
    content: "\F135"
}

.fa-rocketchat:before {
    content: "\F3E8"
}

.fa-rockrms:before {
    content: "\F3E9"
}

.fa-route:before {
    content: "\F4D7"
}

.fa-rss:before {
    content: "\F09E"
}

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

.fa-ruble-sign:before {
    content: "\F158"
}

.fa-ruler:before {
    content: "\F545"
}

.fa-ruler-combined:before {
    content: "\F546"
}

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

.fa-ruler-vertical:before {
    content: "\F548"
}

.fa-running:before {
    content: "\F70C"
}

.fa-rupee-sign:before {
    content: "\F156"
}

.fa-sad-cry:before {
    content: "\F5B3"
}

.fa-sad-tear:before {
    content: "\F5B4"
}

.fa-safari:before {
    content: "\F267"
}

.fa-salesforce:before {
    content: "\F83B"
}

.fa-sass:before {
    content: "\F41E"
}

.fa-satellite:before {
    content: "\F7BF"
}

.fa-satellite-dish:before {
    content: "\F7C0"
}

.fa-save:before {
    content: "\F0C7"
}

.fa-schlix:before {
    content: "\F3EA"
}

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

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

.fa-scribd:before {
    content: "\F28A"
}

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

.fa-sd-card:before {
    content: "\F7C2"
}

.fa-search:before {
    content: "\F002"
}

.fa-search-dollar:before {
    content: "\F688"
}

.fa-search-location:before {
    content: "\F689"
}

.fa-search-minus:before {
    content: "\F010"
}

.fa-search-plus:before {
    content: "\F00E"
}

.fa-searchengin:before {
    content: "\F3EB"
}

.fa-seedling:before {
    content: "\F4D8"
}

.fa-sellcast:before {
    content: "\F2DA"
}

.fa-sellsy:before {
    content: "\F213"
}

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

.fa-servicestack:before {
    content: "\F3EC"
}

.fa-shapes:before {
    content: "\F61F"
}

.fa-share:before {
    content: "\F064"
}

.fa-share-alt:before {
    content: "\F1E0"
}

.fa-share-alt-square:before {
    content: "\F1E1"
}

.fa-share-square:before {
    content: "\F14D"
}

.fa-shekel-sign:before {
    content: "\F20B"
}

.fa-shield-alt:before {
    content: "\F3ED"
}

.fa-ship:before {
    content: "\F21A"
}

.fa-shipping-fast:before {
    content: "\F48B"
}

.fa-shirtsinbulk:before {
    content: "\F214"
}

.fa-shoe-prints:before {
    content: "\F54B"
}

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

.fa-shopping-basket:before {
    content: "\F291"
}

.fa-shopping-cart:before {
    content: "\F07A"
}

.fa-shopware:before {
    content: "\F5B5"
}

.fa-shower:before {
    content: "\F2CC"
}

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

.fa-sign:before {
    content: "\F4D9"
}

.fa-sign-in-alt:before {
    content: "\F2F6"
}

.fa-sign-language:before {
    content: "\F2A7"
}

.fa-sign-out-alt:before {
    content: "\F2F5"
}

.fa-signal:before {
    content: "\F012"
}

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

.fa-sim-card:before {
    content: "\F7C4"
}

.fa-simplybuilt:before {
    content: "\F215"
}

.fa-sistrix:before {
    content: "\F3EE"
}

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

.fa-sith:before {
    content: "\F512"
}

.fa-skating:before {
    content: "\F7C5"
}

.fa-sketch:before {
    content: "\F7C6"
}

.fa-skiing:before {
    content: "\F7C9"
}

.fa-skiing-nordic:before {
    content: "\F7CA"
}

.fa-skull:before {
    content: "\F54C"
}

.fa-skull-crossbones:before {
    content: "\F714"
}

.fa-skyatlas:before {
    content: "\F216"
}

.fa-skype:before {
    content: "\F17E"
}

.fa-slack:before {
    content: "\F198"
}

.fa-slack-hash:before {
    content: "\F3EF"
}

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

.fa-sleigh:before {
    content: "\F7CC"
}

.fa-sliders-h:before {
    content: "\F1DE"
}

.fa-slideshare:before {
    content: "\F1E7"
}

.fa-smile:before {
    content: "\F118"
}

.fa-smile-beam:before {
    content: "\F5B8"
}

.fa-smile-wink:before {
    content: "\F4DA"
}

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

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

.fa-smoking-ban:before {
    content: "\F54D"
}

.fa-sms:before {
    content: "\F7CD"
}

.fa-snapchat:before {
    content: "\F2AB"
}

.fa-snapchat-ghost:before {
    content: "\F2AC"
}

.fa-snapchat-square:before {
    content: "\F2AD"
}

.fa-snowboarding:before {
    content: "\F7CE"
}

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

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

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

.fa-socks:before {
    content: "\F696"
}

.fa-solar-panel:before {
    content: "\F5BA"
}

.fa-sort:before {
    content: "\F0DC"
}

.fa-sort-alpha-down:before {
    content: "\F15D"
}

.fa-sort-alpha-up:before {
    content: "\F15E"
}

.fa-sort-amount-down:before {
    content: "\F160"
}

.fa-sort-amount-up:before {
    content: "\F161"
}

.fa-sort-down:before {
    content: "\F0DD"
}

.fa-sort-numeric-down:before {
    content: "\F162"
}

.fa-sort-numeric-up:before {
    content: "\F163"
}

.fa-sort-up:before {
    content: "\F0DE"
}

.fa-soundcloud:before {
    content: "\F1BE"
}

.fa-sourcetree:before {
    content: "\F7D3"
}

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

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

.fa-speakap:before {
    content: "\F3F3"
}

.fa-speaker-deck:before {
    content: "\F83C"
}

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

.fa-spinner:before {
    content: "\F110"
}

.fa-splotch:before {
    content: "\F5BC"
}

.fa-spotify:before {
    content: "\F1BC"
}

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

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

.fa-square-full:before {
    content: "\F45C"
}

.fa-square-root-alt:before {
    content: "\F698"
}

.fa-squarespace:before {
    content: "\F5BE"
}

.fa-stack-exchange:before {
    content: "\F18D"
}

.fa-stack-overflow:before {
    content: "\F16C"
}

.fa-stackpath:before {
    content: "\F842"
}

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

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

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

.fa-star-half:before {
    content: "\F089"
}

.fa-star-half-alt:before {
    content: "\F5C0"
}

.fa-star-of-david:before {
    content: "\F69A"
}

.fa-star-of-life:before {
    content: "\F621"
}

.fa-staylinked:before {
    content: "\F3F5"
}

.fa-steam:before {
    content: "\F1B6"
}

.fa-steam-square:before {
    content: "\F1B7"
}

.fa-steam-symbol:before {
    content: "\F3F6"
}

.fa-step-backward:before {
    content: "\F048"
}

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

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

.fa-sticker-mule:before {
    content: "\F3F7"
}

.fa-sticky-note:before {
    content: "\F249"
}

.fa-stop:before {
    content: "\F04D"
}

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

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

.fa-store:before {
    content: "\F54E"
}

.fa-store-alt:before {
    content: "\F54F"
}

.fa-strava:before {
    content: "\F428"
}

.fa-stream:before {
    content: "\F550"
}

.fa-street-view:before {
    content: "\F21D"
}

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

.fa-stripe:before {
    content: "\F429"
}

.fa-stripe-s:before {
    content: "\F42A"
}

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

.fa-studiovinari:before {
    content: "\F3F8"
}

.fa-stumbleupon:before {
    content: "\F1A4"
}

.fa-stumbleupon-circle:before {
    content: "\F1A3"
}

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

.fa-subway:before {
    content: "\F239"
}

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

.fa-suitcase-rolling:before {
    content: "\F5C1"
}

.fa-sun:before {
    content: "\F185"
}

.fa-superpowers:before {
    content: "\F2DD"
}

.fa-superscript:before {
    content: "\F12B"
}

.fa-supple:before {
    content: "\F3F9"
}

.fa-surprise:before {
    content: "\F5C2"
}

.fa-suse:before {
    content: "\F7D6"
}

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

.fa-swimmer:before {
    content: "\F5C4"
}

.fa-swimming-pool:before {
    content: "\F5C5"
}

.fa-symfony:before {
    content: "\F83D"
}

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

.fa-sync:before {
    content: "\F021"
}

.fa-sync-alt:before {
    content: "\F2F1"
}

.fa-syringe:before {
    content: "\F48E"
}

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

.fa-table-tennis:before {
    content: "\F45D"
}

.fa-tablet:before {
    content: "\F10A"
}

.fa-tablet-alt:before {
    content: "\F3FA"
}

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

.fa-tachometer-alt:before {
    content: "\F3FD"
}

.fa-tag:before {
    content: "\F02B"
}

.fa-tags:before {
    content: "\F02C"
}

.fa-tape:before {
    content: "\F4DB"
}

.fa-tasks:before {
    content: "\F0AE"
}

.fa-taxi:before {
    content: "\F1BA"
}

.fa-teamspeak:before {
    content: "\F4F9"
}

.fa-teeth:before {
    content: "\F62E"
}

.fa-teeth-open:before {
    content: "\F62F"
}

.fa-telegram:before {
    content: "\F2C6"
}

.fa-telegram-plane:before {
    content: "\F3FE"
}

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

.fa-temperature-low:before {
    content: "\F76B"
}

.fa-tencent-weibo:before {
    content: "\F1D5"
}

.fa-tenge:before {
    content: "\F7D7"
}

.fa-terminal:before {
    content: "\F120"
}

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

.fa-text-width:before {
    content: "\F035"
}

.fa-th:before {
    content: "\F00A"
}

.fa-th-large:before {
    content: "\F009"
}

.fa-th-list:before {
    content: "\F00B"
}

.fa-the-red-yeti:before {
    content: "\F69D"
}

.fa-theater-masks:before {
    content: "\F630"
}

.fa-themeco:before {
    content: "\F5C6"
}

.fa-themeisle:before {
    content: "\F2B2"
}

.fa-thermometer:before {
    content: "\F491"
}

.fa-thermometer-empty:before {
    content: "\F2CB"
}

.fa-thermometer-full:before {
    content: "\F2C7"
}

.fa-thermometer-half:before {
    content: "\F2C9"
}

.fa-thermometer-quarter:before {
    content: "\F2CA"
}

.fa-thermometer-three-quarters:before {
    content: "\F2C8"
}

.fa-think-peaks:before {
    content: "\F731"
}

.fa-thumbs-down:before {
    content: "\F165"
}

.fa-thumbs-up:before {
    content: "\F164"
}

.fa-thumbtack:before {
    content: "\F08D"
}

.fa-ticket-alt:before {
    content: "\F3FF"
}

.fa-times:before {
    content: "\F00D"
}

.fa-times-circle:before {
    content: "\F057"
}

.fa-tint:before {
    content: "\F043"
}

.fa-tint-slash:before {
    content: "\F5C7"
}

.fa-tired:before {
    content: "\F5C8"
}

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

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

.fa-toilet:before {
    content: "\F7D8"
}

.fa-toilet-paper:before {
    content: "\F71E"
}

.fa-toolbox:before {
    content: "\F552"
}

.fa-tools:before {
    content: "\F7D9"
}

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

.fa-torah:before {
    content: "\F6A0"
}

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

.fa-tractor:before {
    content: "\F722"
}

.fa-trade-federation:before {
    content: "\F513"
}

.fa-trademark:before {
    content: "\F25C"
}

.fa-traffic-light:before {
    content: "\F637"
}

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

.fa-tram:before {
    content: "\F7DA"
}

.fa-transgender:before {
    content: "\F224"
}

.fa-transgender-alt:before {
    content: "\F225"
}

.fa-trash:before {
    content: "\F1F8"
}

.fa-trash-alt:before {
    content: "\F2ED"
}

.fa-trash-restore:before {
    content: "\F829"
}

.fa-trash-restore-alt:before {
    content: "\F82A"
}

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

.fa-trello:before {
    content: "\F181"
}

.fa-tripadvisor:before {
    content: "\F262"
}

.fa-trophy:before {
    content: "\F091"
}

.fa-truck:before {
    content: "\F0D1"
}

.fa-truck-loading:before {
    content: "\F4DE"
}

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

.fa-truck-moving:before {
    content: "\F4DF"
}

.fa-truck-pickup:before {
    content: "\F63C"
}

.fa-tshirt:before {
    content: "\F553"
}

.fa-tty:before {
    content: "\F1E4"
}

.fa-tumblr:before {
    content: "\F173"
}

.fa-tumblr-square:before {
    content: "\F174"
}

.fa-tv:before {
    content: "\F26C"
}

.fa-twitch:before {
    content: "\F1E8"
}

.fa-twitter:before {
    content: "\F099"
}

.fa-twitter-square:before {
    content: "\F081"
}

.fa-typo3:before {
    content: "\F42B"
}

.fa-uber:before {
    content: "\F402"
}

.fa-ubuntu:before {
    content: "\F7DF"
}

.fa-uikit:before {
    content: "\F403"
}

.fa-umbrella:before {
    content: "\F0E9"
}

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

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

.fa-undo:before {
    content: "\F0E2"
}

.fa-undo-alt:before {
    content: "\F2EA"
}

.fa-uniregistry:before {
    content: "\F404"
}

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

.fa-university:before {
    content: "\F19C"
}

.fa-unlink:before {
    content: "\F127"
}

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

.fa-unlock-alt:before {
    content: "\F13E"
}

.fa-untappd:before {
    content: "\F405"
}

.fa-upload:before {
    content: "\F093"
}

.fa-ups:before {
    content: "\F7E0"
}

.fa-usb:before {
    content: "\F287"
}

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

.fa-user-alt:before {
    content: "\F406"
}

.fa-user-alt-slash:before {
    content: "\F4FA"
}

.fa-user-astronaut:before {
    content: "\F4FB"
}

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

.fa-user-circle:before {
    content: "\F2BD"
}

.fa-user-clock:before {
    content: "\F4FD"
}

.fa-user-cog:before {
    content: "\F4FE"
}

.fa-user-edit:before {
    content: "\F4FF"
}

.fa-user-friends:before {
    content: "\F500"
}

.fa-user-graduate:before {
    content: "\F501"
}

.fa-user-injured:before {
    content: "\F728"
}

.fa-user-lock:before {
    content: "\F502"
}

.fa-user-md:before {
    content: "\F0F0"
}

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

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

.fa-user-nurse:before {
    content: "\F82F"
}

.fa-user-plus:before {
    content: "\F234"
}

.fa-user-secret:before {
    content: "\F21B"
}

.fa-user-shield:before {
    content: "\F505"
}

.fa-user-slash:before {
    content: "\F506"
}

.fa-user-tag:before {
    content: "\F507"
}

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

.fa-user-times:before {
    content: "\F235"
}

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

.fa-users-cog:before {
    content: "\F509"
}

.fa-usps:before {
    content: "\F7E1"
}

.fa-ussunnah:before {
    content: "\F407"
}

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

.fa-utensils:before {
    content: "\F2E7"
}

.fa-vaadin:before {
    content: "\F408"
}

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

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

.fa-venus-double:before {
    content: "\F226"
}

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

.fa-viacoin:before {
    content: "\F237"
}

.fa-viadeo:before {
    content: "\F2A9"
}

.fa-viadeo-square:before {
    content: "\F2AA"
}

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

.fa-vials:before {
    content: "\F493"
}

.fa-viber:before {
    content: "\F409"
}

.fa-video:before {
    content: "\F03D"
}

.fa-video-slash:before {
    content: "\F4E2"
}

.fa-vihara:before {
    content: "\F6A7"
}

.fa-vimeo:before {
    content: "\F40A"
}

.fa-vimeo-square:before {
    content: "\F194"
}

.fa-vimeo-v:before {
    content: "\F27D"
}

.fa-vine:before {
    content: "\F1CA"
}

.fa-vk:before {
    content: "\F189"
}

.fa-vnv:before {
    content: "\F40B"
}

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

.fa-volume-down:before {
    content: "\F027"
}

.fa-volume-mute:before {
    content: "\F6A9"
}

.fa-volume-off:before {
    content: "\F026"
}

.fa-volume-up:before {
    content: "\F028"
}

.fa-vote-yea:before {
    content: "\F772"
}

.fa-vr-cardboard:before {
    content: "\F729"
}

.fa-vuejs:before {
    content: "\F41F"
}

.fa-walking:before {
    content: "\F554"
}

.fa-wallet:before {
    content: "\F555"
}

.fa-warehouse:before {
    content: "\F494"
}

.fa-water:before {
    content: "\F773"
}

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

.fa-waze:before {
    content: "\F83F"
}

.fa-weebly:before {
    content: "\F5CC"
}

.fa-weibo:before {
    content: "\F18A"
}

.fa-weight:before {
    content: "\F496"
}

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

.fa-weixin:before {
    content: "\F1D7"
}

.fa-whatsapp:before {
    content: "\F232"
}

.fa-whatsapp-square:before {
    content: "\F40C"
}

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

.fa-whmcs:before {
    content: "\F40D"
}

.fa-wifi:before {
    content: "\F1EB"
}

.fa-wikipedia-w:before {
    content: "\F266"
}

.fa-wind:before {
    content: "\F72E"
}

.fa-window-close:before {
    content: "\F410"
}

.fa-window-maximize:before {
    content: "\F2D0"
}

.fa-window-minimize:before {
    content: "\F2D1"
}

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

.fa-windows:before {
    content: "\F17A"
}

.fa-wine-bottle:before {
    content: "\F72F"
}

.fa-wine-glass:before {
    content: "\F4E3"
}

.fa-wine-glass-alt:before {
    content: "\F5CE"
}

.fa-wix:before {
    content: "\F5CF"
}

.fa-wizards-of-the-coast:before {
    content: "\F730"
}

.fa-wolf-pack-battalion:before {
    content: "\F514"
}

.fa-won-sign:before {
    content: "\F159"
}

.fa-wordpress:before {
    content: "\F19A"
}

.fa-wordpress-simple:before {
    content: "\F411"
}

.fa-wpbeginner:before {
    content: "\F297"
}

.fa-wpexplorer:before {
    content: "\F2DE"
}

.fa-wpforms:before {
    content: "\F298"
}

.fa-wpressr:before {
    content: "\F3E4"
}

.fa-wrench:before {
    content: "\F0AD"
}

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

.fa-xbox:before {
    content: "\F412"
}

.fa-xing:before {
    content: "\F168"
}

.fa-xing-square:before {
    content: "\F169"
}

.fa-y-combinator:before {
    content: "\F23B"
}

.fa-yahoo:before {
    content: "\F19E"
}

.fa-yammer:before {
    content: "\F840"
}

.fa-yandex:before {
    content: "\F413"
}

.fa-yandex-international:before {
    content: "\F414"
}

.fa-yarn:before {
    content: "\F7E3"
}

.fa-yelp:before {
    content: "\F1E9"
}

.fa-yen-sign:before {
    content: "\F157"
}

.fa-yin-yang:before {
    content: "\F6AD"
}

.fa-yoast:before {
    content: "\F2B1"
}

.fa-youtube:before {
    content: "\F167"
}

.fa-youtube-square:before {
    content: "\F431"
}

.fa-zhihu:before {
    content: "\F63F"
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: Font Awesome\ 5 Brands;
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url('../content/fa-brands-400.eot');
    src: url('../content/fa-brands-400.eot?#iefix') format("embedded-opentype"),url('../content/fa-brands-400.woff2') format("woff2"),url('../content/fa-brands-400.woff') format("woff"),url('../content/fa-brands-400.ttf') format("truetype"),url('../content/fa-brands-400.svg#fontawesome') format("svg")
}

.fab {
    font-family: Font Awesome\ 5 Brands
}

@font-face {
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url('../content/fa-regular-400.eot');
    src: url('../content/fa-regular-400.eot?#iefix') format("embedded-opentype"),url('../content/fa-regular-400.woff2') format("woff2"),url('../content/fa-regular-400.woff') format("woff"),url('../content/fa-regular-400.ttf') format("truetype"),url('../content/fa-regular-400.svg#fontawesome') format("svg")
}

.far {
    font-weight: 400
}

@font-face {
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url('../content/fa-solid-900.eot');
    src: url('../content/fa-solid-900.eot?#iefix') format("embedded-opentype"),url('../content/fa-solid-900.woff2') format("woff2"),url('../content/fa-solid-900.woff') format("woff"),url('../content/fa-solid-900.ttf') format("truetype"),url('../content/fa-solid-900.svg#fontawesome') format("svg")
}

.fa, .far, .fas {
    font-family: Font Awesome\ 5 Free
}

.fa, .fas {
    font-weight: 900
}

.shariff:after, .shariff:before {
    content: " ";
    display: table
}

.shariff:after {
    clear: both
}

.shariff ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.shariff li {
    overflow: hidden
}

    .shariff li, .shariff li a {
        height: 35px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        .shariff li a {
            color: #fff;
            position: relative;
            display: block;
            text-decoration: none
        }

        .shariff li .share_count, .shariff li .share_text {
            font-family: Arial,Helvetica,sans-serif;
            font-size: 12px;
            vertical-align: middle;
            line-height: 35px
        }

        .shariff li .fab, .shariff li .far, .shariff li .fas {
            width: 35px;
            line-height: 35px;
            text-align: center;
            vertical-align: middle
        }

        .shariff li .share_count {
            padding: 0 8px;
            height: 33px;
            position: absolute;
            top: 1px;
            right: 1px
        }

.shariff .orientation-horizontal li {
    -webkit-box-flex: 1
}

.shariff .orientation-horizontal .info {
    -webkit-box-flex: 0
}

.shariff .orientation-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .shariff .orientation-horizontal li {
        float: left;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 35px;
        margin-right: 3%;
        margin-bottom: 10px
    }

        .shariff .orientation-horizontal li:last-child {
            margin-right: 0
        }

        .shariff .orientation-horizontal li .share_text {
            display: block;
            text-indent: -9999px;
            padding-left: 3px
        }

        .shariff .orientation-horizontal li .share_count {
            display: none
        }

.shariff .theme-grey .shariff-button a {
    background-color: #b0b0b0
}

.shariff .theme-grey .shariff-button .share_count {
    background-color: #ccc;
    color: #333
}

.shariff .theme-white .shariff-button {
    border: 1px solid #ddd
}

    .shariff .theme-white .shariff-button a {
        background-color: #fff
    }

        .shariff .theme-white .shariff-button a:hover {
            background-color: #eee
        }

    .shariff .theme-white .shariff-button .share_count {
        background-color: #fff;
        color: #999
    }

.shariff .orientation-vertical.button-style-icon {
    min-width: 35px
}

.shariff .orientation-vertical.button-style-icon-count {
    min-width: 80px
}

.shariff .orientation-vertical.button-style-standard {
    min-width: 110px
}

.shariff .orientation-vertical li {
    display: block;
    width: 100%;
    margin: 5px 0
}

.shariff .orientation-vertical.button-style-icon-count li .share_count, .shariff .orientation-vertical.button-style-standard li .share_count {
    width: 24px;
    text-align: right
}

@media only screen and (min-width:360px) {
    .shariff .orientation-horizontal li {
        margin-right: 1.8%
    }

    .shariff .orientation-horizontal.button-style-icon-count li, .shariff .orientation-horizontal.button-style-standard li {
        min-width: 80px
    }

        .shariff .orientation-horizontal.button-style-icon-count li .share_count, .shariff .orientation-horizontal.button-style-standard li .share_count {
            display: block
        }

    .shariff .orientation-horizontal.button-style-standard li {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .shariff .orientation-horizontal.button-style-standard.shariff-col-1 li, .shariff .orientation-horizontal.button-style-standard.shariff-col-2 li {
        min-width: 110px;
        max-width: 160px
    }

        .shariff .orientation-horizontal.button-style-standard.shariff-col-1 li .share_text, .shariff .orientation-horizontal.button-style-standard.shariff-col-2 li .share_text {
            text-indent: 0;
            display: inline
        }

    .shariff .orientation-horizontal.button-style-standard.shariff-col-5 li, .shariff .orientation-horizontal.button-style-standard.shariff-col-6 li {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

@media only screen and (min-width:640px) {
    .shariff .orientation-horizontal.button-style-standard.shariff-col-3 li {
        min-width: 110px;
        max-width: 160px
    }

        .shariff .orientation-horizontal.button-style-standard.shariff-col-3 li .share_text {
            text-indent: 0;
            display: inline
        }
}

@media only screen and (min-width:768px) {
    .shariff .orientation-horizontal.button-style-standard li {
        min-width: 110px;
        max-width: 160px
    }

        .shariff .orientation-horizontal.button-style-standard li .share_text {
            text-indent: 0;
            display: inline
        }

    .shariff .orientation-horizontal.button-style-standard.shariff-col-5 li, .shariff .orientation-horizontal.button-style-standard.shariff-col-6 li {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
}

@media only screen and (min-width:1024px) {
    .shariff li, .shariff li a {
        height: 30px
    }

        .shariff li .fab, .shariff li .far, .shariff li .fas {
            width: 30px;
            line-height: 30px
        }

        .shariff li .share_count, .shariff li .share_text {
            line-height: 30px
        }

        .shariff li .share_count {
            height: 28px
        }
}

.shariff .addthis a {
    background-color: #f8694d
}

    .shariff .addthis a:hover {
        background-color: #f75b44
    }

.shariff .addthis .fa-plus {
    font-size: 14px
}

.shariff .addthis .share_count {
    color: #f8694d;
    background-color: #f1b8b0
}

.shariff .theme-white .addthis a {
    color: #f8694d
}

@media only screen and (min-width:600px) {
    .shariff .addthis .fa-plus {
        font-size: 14px;
        position: relative;
        top: 1px
    }
}

.shariff .buffer a {
    background-color: #3a3a3a
}

    .shariff .buffer a:hover {
        background-color: #555
    }

.shariff .buffer .fa-buffer {
    font-size: 22px
}

.shariff .buffer .share_count {
    color: #3a3a3a;
    background-color: #ddd
}

.shariff .theme-white .buffer a {
    color: #3a3a3a
}

@media only screen and (min-width:600px) {
    .shariff .buffer .fa-buffer {
        font-size: 19px;
        position: relative;
        top: 1px
    }
}

.shariff .diaspora a {
    background-color: #999
}

    .shariff .diaspora a:hover {
        background-color: #b3b3b3
    }

.shariff .diaspora .fa-times-circle {
    font-size: 17px
}

.shariff .theme-white .diaspora a {
    color: #999
}

@media only screen and (min-width:600px) {
    .shariff .diaspora .fa-times-circle {
        font-size: 16px
    }
}

.shariff .facebook a {
    background-color: #3b5998
}

    .shariff .facebook a:hover {
        background-color: #4273c8
    }

.shariff .facebook .fa-facebook-f {
    font-size: 22px
}

.shariff .facebook .share_count {
    color: #183a75;
    background-color: #99adcf
}

.shariff .theme-white .facebook a {
    color: #3b5998
}

@media only screen and (min-width:600px) {
    .shariff .facebook .fa-facebook-f {
        font-size: 19px
    }
}

.shariff .flattr a {
    background-color: #7ea352
}

    .shariff .flattr a:hover {
        background-color: #f67c1a
    }

        .shariff .flattr a:hover .share_count {
            color: #d56308;
            background-color: #fab47c
        }

.shariff .flattr .fa-money-bill-alt {
    font-size: 22px
}

.shariff .flattr .share_count {
    color: #648141;
    background-color: #b0c893
}

.shariff .theme-white .flattr a {
    color: #f67c1a
}

@media only screen and (min-width:600px) {
    .shariff .flattr .fa-money-bill-alt {
        font-size: 19px
    }
}

.shariff .flipboard a {
    background-color: #e12828
}

    .shariff .flipboard a:hover {
        background-color: #ff2e2e
    }

.shariff .flipboard .fa-flipboard {
    font-size: 22px
}

.shariff .theme-white .flipboard a {
    color: #e12828
}

@media only screen and (min-width:600px) {
    .shariff .flipboard .fa-flipboard {
        font-size: 19px
    }
}

.shariff .info {
    border: 1px solid #ccc
}

    .shariff .info a {
        color: #666;
        background-color: #fff
    }

        .shariff .info a:hover {
            background-color: #efefef
        }

    .shariff .info .fa-info {
        font-size: 20px;
        width: 33px
    }

    .shariff .info .share_text {
        display: block !important;
        text-indent: -9999px !important
    }

.shariff .theme-grey .info a {
    background-color: #fff
}

    .shariff .theme-grey .info a:hover {
        background-color: #efefef
    }

.shariff .orientation-vertical .info {
    width: 35px;
    float: right
}

@media only screen and (min-width:360px) {
    .shariff .orientation-horizontal .info {
        -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
        flex: none !important;
        width: 35px;
        min-width: 35px !important
    }
}

@media only screen and (min-width:1024px) {
    .shariff .info .fa-info {
        font-size: 16px;
        width: 23px
    }

    .shariff .orientation-horizontal .info {
        width: 25px;
        min-width: 25px !important
    }

    .shariff .orientation-vertical .info {
        width: 25px
    }
}

.shariff .linkedin a {
    background-color: #0077b5
}

    .shariff .linkedin a:hover {
        background-color: #0369a0
    }

.shariff .linkedin .fa-linkedin-in {
    font-size: 22px
}

.shariff .linkedin .share_count {
    color: #004785;
    background-color: #33aae8
}

.shariff .theme-white .linkedin a {
    color: #0077b5
}

@media only screen and (min-width:600px) {
    .shariff .linkedin .fa-linkedin-in {
        font-size: 19px
    }
}

.shariff .mail a {
    background-color: #999
}

    .shariff .mail a:hover {
        background-color: #a8a8a8
    }

.shariff .mail .fa-envelope {
    font-size: 21px
}

.shariff .theme-white .mail a {
    color: #999
}

@media only screen and (min-width:600px) {
    .shariff .mail .fa-envelope {
        font-size: 18px
    }
}

.shariff .print a {
    background-color: #999
}

    .shariff .print a:hover {
        background-color: #a8a8a8
    }

.shariff .print .fa-print {
    font-size: 21px
}

.shariff .theme-white .print a {
    color: #999
}

@media only screen and (min-width:600px) {
    .shariff .print .fa-print {
        font-size: 18px
    }
}

.shariff .pinterest a {
    background-color: #bd081c
}

    .shariff .pinterest a:hover {
        background-color: #d50920
    }

.shariff .pinterest .fa-pinterest-p {
    font-size: 22px
}

.shariff .pinterest .share_count {
    color: #a31601;
    background-color: #eda79d
}

.shariff .theme-white .pinterest a {
    color: #bd081c
}

@media only screen and (min-width:600px) {
    .shariff .pinterest .fa-pinterest-p {
        font-size: 19px;
        position: relative;
        top: 1px
    }
}

.shariff .pocket a {
    background-color: #ef4056
}

    .shariff .pocket a:hover {
        background-color: #ff5066
    }

.shariff .pocket .fa-get-pocket {
    font-size: 22px
}

.shariff .theme-white .pocket a {
    color: #ef4056
}

@media only screen and (min-width:600px) {
    .shariff .pocket .fa-get-pocket {
        font-size: 19px
    }
}

.shariff .reddit a {
    background-color: #ff4500
}

    .shariff .reddit a:hover {
        background-color: #ff6a33
    }

.shariff .reddit .fa-reddit {
    font-size: 17px
}

.shariff .theme-white .reddit a {
    color: #ff4500
}

@media only screen and (min-width:600px) {
    .shariff .reddit .fa-reddit {
        font-size: 16px
    }
}

.shariff .stumbleupon a {
    background-color: #eb4924
}

    .shariff .stumbleupon a:hover {
        background-color: #ef7053
    }

.shariff .stumbleupon .fa-stumbleupon {
    font-size: 17px
}

.shariff .theme-white .stumbleupon a {
    color: #eb4924
}

@media only screen and (min-width:600px) {
    .shariff .stumbleupon .fa-stumbleupon {
        font-size: 16px
    }
}

.shariff .twitter a {
    background-color: #55acee
}

    .shariff .twitter a:hover {
        background-color: #32bbf5
    }

.shariff .twitter .fa-twitter {
    font-size: 28px
}

.shariff .twitter .share_count {
    color: #0174a4;
    background-color: #96d4ee
}

.shariff .theme-white .twitter a {
    color: #55acee
}

@media only screen and (min-width:600px) {
    .shariff .twitter .fa-twitter {
        font-size: 24px
    }
}

.shariff .whatsapp a {
    background-color: #5cbe4a
}

    .shariff .whatsapp a:hover {
        background-color: #34af23
    }

.shariff .whatsapp .fa-whatsapp {
    font-size: 28px
}

.shariff .theme-white .whatsapp a {
    color: #5cbe4a
}

@media only screen and (min-width:600px) {
    .shariff .whatsapp .fa-whatsapp {
        font-size: 22px
    }
}

.shariff .xing a {
    background-color: #126567
}

    .shariff .xing a:hover {
        background-color: #29888a
    }

.shariff .xing .fa-xing {
    font-size: 22px
}

.shariff .xing .share_count {
    color: #15686a;
    background-color: #4fa5a7
}

.shariff .theme-white .xing a {
    color: #126567
}

@media only screen and (min-width:600px) {
    .shariff .xing .fa-xing {
        font-size: 19px
    }
}

.shariff .tumblr a {
    background-color: #36465d
}

    .shariff .tumblr a:hover {
        background-color: #44546b
    }

.shariff .tumblr .fa-tumblr {
    font-size: 28px
}

.shariff .theme-white .tumblr a {
    color: #5cbe4a
}

@media only screen and (min-width:600px) {
    .shariff .tumblr .fa-tumblr {
        font-size: 22px
    }
}

.shariff .threema a {
    background-color: #333
}

    .shariff .threema a:hover {
        background-color: #1f1f1f
    }

.shariff .threema .fa-lock {
    font-size: 28px
}

.shariff .theme-white .threema a {
    color: #333
}

@media only screen and (min-width:600px) {
    .shariff .threema .fa-lock {
        font-size: 22px
    }
}

.shariff .weibo a {
    background-color: #f56770
}

    .shariff .weibo a:hover {
        background-color: #fa7f8a
    }

.shariff .weibo .fa-weibo {
    font-size: 28px
}

.shariff .weibo .share_count {
    color: #0174a4;
    background-color: #f56770
}

.shariff .theme-white .weibo a {
    color: #f56770
}

@media only screen and (min-width:600px) {
    .shariff .weibo .fa-weibo {
        font-size: 24px
    }
}

.shariff .tencent-weibo a {
    background-color: #26ace0
}

    .shariff .tencent-weibo a:hover {
        background-color: #38bbeb
    }

.shariff .tencent-weibo .fa-tencent-weibo {
    font-size: 28px
}

.shariff .tencent-weibo .share_count {
    color: #0174a4;
    background-color: #26ace0
}

.shariff .theme-white .tencent-weibo a {
    color: #26ace0
}

@media only screen and (min-width:600px) {
    .shariff .tencent-weibo .fa-tencent-weibo {
        font-size: 24px
    }
}

.shariff .telegram a {
    background-color: #08c
}

    .shariff .telegram a:hover {
        background-color: #007dbb
    }

.shariff .telegram .fa-telegram {
    font-size: 28px
}

.shariff .theme-white .telegram a {
    color: #08c
}

@media only screen and (min-width:600px) {
    .shariff .telegram .fa-telegram {
        font-size: 22px
    }
}

.shariff .qzone a {
    background-color: #2b82d9
}

    .shariff .qzone a:hover {
        background-color: #398fe6
    }

.shariff .qzone .fa-qq {
    font-size: 28px
}

.shariff .qzone .share_count {
    color: #0174a4;
    background-color: #2b82d9
}

.shariff .theme-white .qzone a {
    color: #2b82d9
}

@media only screen and (min-width:600px) {
    .shariff .qzone .fa-qq {
        font-size: 24px
    }
}

.shariff .vk a {
    background-color: #5d7fa4
}

    .shariff .vk a:hover {
        background-color: #678eb4
    }

.shariff .vk .fa-vk {
    font-size: 22px
}

.shariff .vk .share_count {
    color: #55677d;
    background-color: #fff
}

.shariff .theme-white .vk a {
    color: #3b5998
}

@media only screen and (min-width:600px) {
    .shariff .vk .fa-vk {
        font-size: 19px
    }
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../content/fontawesome-webfont.eot?v=4.7.0');
    src: url('../content/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../content/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../content/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../content/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../content/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

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

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

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

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

    .fa-li.fa-lg {
        left: -1.85714286em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

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

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

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

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

.fa-inverse {
    color: #fff
}

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

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

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

.fa-star-o:before {
    content: "\f006"
}

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

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

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before, .fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

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

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

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

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

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

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

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

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

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

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

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

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

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

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

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

.fa-play:before {
    content: "\f04b"
}

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

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

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

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

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

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

.fa-times-circle:before {
    content: "\f057"
}

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

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

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

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

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

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

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

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

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

.fa-leaf:before {
    content: "\f06c"
}

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

.fa-eye:before {
    content: "\f06e"
}

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

.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

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

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

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

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

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

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

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

.fa-arrows-v:before {
    content: "\f07d"
}

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

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

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

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

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

.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}

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

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

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

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

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

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

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

.fa-bell:before {
    content: "\f0f3"
}

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

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

.fa-hand-o-left:before {
    content: "\f0a5"
}

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

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

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

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

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

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

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

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

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

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

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

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

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

.fa-flask:before {
    content: "\f0c3"
}

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

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}

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

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

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

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

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

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

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

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

.fa-caret-down:before {
    content: "\f0d7"
}

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

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

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

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

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

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

.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

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

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}

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

.fa-umbrella:before {
    content: "\f0e9"
}

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

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

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

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

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

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

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

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

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

.fa-h-square:before {
    content: "\f0fd"
}

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

.fa-angle-double-left:before {
    content: "\f100"
}

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

.fa-angle-double-up:before {
    content: "\f102"
}

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

.fa-angle-left:before {
    content: "\f104"
}

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

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

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

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

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

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

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

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

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

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

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

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

.fa-terminal:before {
    content: "\f120"
}

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

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

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

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

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

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

.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

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

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

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

.fa-eraser:before {
    content: "\f12d"
}

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

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

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

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

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

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

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

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

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

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

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

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

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

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

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

.fa-ticket:before {
    content: "\f145"
}

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

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

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

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

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

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

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

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

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

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}

.fa-won:before, .fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

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

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

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

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

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

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

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

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

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

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

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

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

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

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

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

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

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

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

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

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

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

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

.fa-file-excel-o:before {
    content: "\f1c3"
}

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

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}

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

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}

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

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

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

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

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

.fa-share-alt-square:before {
    content: "\f1e1"
}

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

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

.fa-tty:before {
    content: "\f1e4"
}

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

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

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

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

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

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

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

.fa-eyedropper:before {
    content: "\f1fb"
}

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

.fa-birthday-cake:before {
    content: "\f1fd"
}

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

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

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

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

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

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

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

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

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

.fa-street-view:before {
    content: "\f21d"
}

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

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

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

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

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

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

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

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

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

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

.fa-user-plus:before {
    content: "\f234"
}

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

.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

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

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

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

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

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

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

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

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

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

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

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

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

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

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

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

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

.fa-stop-circle-o:before {
    content: "\f28e"
}

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

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

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

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

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

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"
}

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

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

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

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

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

.fa-linode:before {
    content: "\f2b8"
}

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

.fa-address-book-o:before {
    content: "\f2ba"
}

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

.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

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

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

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

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

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

.fa-shower:before {
    content: "\f2cc"
}

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

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

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

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

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

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

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.mfp-bg {
    background: #0b0b0b;
    filter: alpha(opacity=80);
    opacity: .8;
    overflow: hidden;
    z-index: 1042
}

.mfp-bg, .mfp-wrap {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.mfp-wrap {
    -webkit-backface-visibility: hidden;
    outline: none !important;
    z-index: 1043
}

.mfp-container {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 0 8px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%
}

    .mfp-container:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    text-align: left;
    vertical-align: middle;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    cursor: auto;
    width: 100%
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    left: 8px;
    margin-top: -.8em;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 50%;
    width: auto;
    z-index: 1044
}

    .mfp-preloader a {
        color: #ccc
    }

        .mfp-preloader a:hover {
            color: #fff
        }

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow, button.mfp-close {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    outline: none;
    overflow: visible;
    padding: 0;
    z-index: 1046
}

button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.mfp-close {
    color: #fff;
    filter: alpha(opacity=65);
    font-family: Arial,Baskerville,monospace;
    font-size: 28px;
    font-style: normal;
    height: 44px;
    line-height: 44px;
    opacity: .65;
    padding: 0 0 18px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 44px
}

    .mfp-close:focus, .mfp-close:hover {
        filter: alpha(opacity=100);
        opacity: 1
    }

    .mfp-close:active {
        top: 1px
    }

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    padding-right: 6px;
    right: -6px;
    text-align: right;
    width: 100%
}

.mfp-counter {
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap
}

.mfp-arrow {
    -webkit-tap-highlight-color: transparent;
    filter: alpha(opacity=65);
    height: 110px;
    margin: -55px 0 0;
    opacity: .65;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 90px
}

    .mfp-arrow:active {
        margin-top: -54px
    }

    .mfp-arrow:focus, .mfp-arrow:hover {
        filter: alpha(opacity=100);
        opacity: 1
    }

    .mfp-arrow .mfp-a, .mfp-arrow .mfp-b, .mfp-arrow:after, .mfp-arrow:before {
        border: inset transparent;
        content: "";
        display: block;
        height: 0;
        left: 0;
        margin-left: 35px;
        margin-top: 35px;
        position: absolute;
        top: 0;
        width: 0
    }

    .mfp-arrow .mfp-a, .mfp-arrow:after {
        border-bottom-width: 13px;
        border-top-width: 13px;
        top: 8px
    }

    .mfp-arrow .mfp-b, .mfp-arrow:before {
        border-bottom-width: 21px;
        border-top-width: 21px;
        opacity: .7
    }

.mfp-arrow-left {
    left: 0
}

    .mfp-arrow-left .mfp-a, .mfp-arrow-left:after {
        border-right: 17px solid #fff;
        margin-left: 31px
    }

    .mfp-arrow-left .mfp-b, .mfp-arrow-left:before {
        border-right: 27px solid #3f3f3f;
        margin-left: 25px
    }

.mfp-arrow-right {
    right: 0
}

    .mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
        border-left: 17px solid #fff;
        margin-left: 39px
    }

    .mfp-arrow-right .mfp-b, .mfp-arrow-right:before {
        border-left: 27px solid #3f3f3f
    }

.mfp-iframe-holder .mfp-content {
    height: 100%;
    line-height: 0;
    max-height: 90%;
    max-width: 90%;
    width: 100%
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    width: 100%
}

    .mfp-iframe-scaler iframe {
        background: #000;
        box-shadow: 0 0 8px rgba(0,0,0,.6);
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

img.mfp-img {
    box-sizing: border-box;
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    padding: 40px 0;
    width: 100%
}

.mfp-figure, img.mfp-img {
    line-height: 0
}

    .mfp-figure:after {
        background: #444;
        bottom: 40px;
        box-shadow: 0 0 8px rgba(0,0,0,.6);
        content: "";
        display: block;
        height: auto;
        left: 0;
        position: absolute;
        right: 0;
        top: 40px;
        width: auto;
        z-index: -1
    }

    .mfp-figure small {
        color: #bdbdbd;
        display: block;
        font-size: 12px;
        line-height: 14px
    }

    .mfp-figure figure {
        margin: 0
    }

.mfp-bottom-bar {
    cursor: auto;
    left: 0;
    margin-top: -36px;
    position: absolute;
    top: 100%;
    width: 100%
}

.mfp-title {
    word-wrap: break-word;
    color: #f3f3f3;
    line-height: 18px;
    padding-right: 36px;
    text-align: left
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-height:300px),screen and (max-width:800px)and (orientation:landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        bottom: 0;
        top: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,.6);
        bottom: 0;
        box-sizing: border-box;
        margin: 0;
        padding: 3px 5px;
        position: fixed;
        top: auto
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        background: rgba(0,0,0,.6);
        height: 35px;
        line-height: 35px;
        padding: 0;
        position: fixed;
        right: 0;
        text-align: center;
        top: 0;
        width: 35px
    }
}

@media (max-width:900px) {
    .mfp-arrow {
        transform: scale(.75)
    }

    .mfp-arrow-left {
        transform-origin: 0
    }

    .mfp-arrow-right {
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
    width: 600px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    padding-top: 0;
    right: 0;
    top: 0
}

.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.slick-list, .slick-slider {
    display: block;
    position: relative
}

.slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0
}

    .slick-list:focus {
        outline: none
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    display: block;
    left: 0;
    position: relative;
    top: 0
}

    .slick-track:after, .slick-track:before {
        content: "";
        display: table
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url('../images/ajax-loader.gif') 50% no-repeat
}

@font-face {
    font-display: swap;
    font-family: slick;
    font-style: normal;
    font-weight: 400;
    src: url('../content/slick.eot');
    src: url('../content/slick.eot?#iefix') format("embedded-opentype"),url('../content/slick.woff') format("woff"),url('../content/slick.ttf') format("truetype"),url('../content/slick.svg#slick') format("svg")
}

.slick-next, .slick-prev {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 0;
    font-weight: 700;
    line-height: 1.5em;
    outline: none;
    padding: 16px 19.5px 19px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 299
}

    .slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
        outline: none
    }

        .slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
            opacity: 1
        }

    .slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
        opacity: .25
    }

    .slick-next:before, .slick-prev:before {
        border: solid #a7a7a7;
        border-width: 0 1px 1px 0;
        content: "";
        display: inline-block;
        padding: 15px
    }

.slick-prev {
    left: 10px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: 0
}

.slick-prev:before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

[dir=rtl] .slick-prev:before {
    content: ""
}

.slick-next {
    right: 10px
}

[dir=rtl] .slick-next {
    left: 0;
    right: auto
}

.slick-next:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

[dir=rtl] .slick-next:before {
    content: ""
}

.backcheck1 .slick-next:before, .backcheck1 .slick-prev:before {
    border: solid #a7a7a7;
    border-width: 0 1px 1px 0
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    bottom: -55px;
    display: block;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

    .slick-dots li {
        display: inline-block;
        margin: 0 5px;
        padding: 0;
        position: relative
    }

        .slick-dots li, .slick-dots li button {
            cursor: pointer;
            height: 20px;
            width: 20px
        }

            .slick-dots li button {
                background: transparent;
                border: none;
                color: transparent;
                display: block;
                font-size: 0;
                line-height: 0px;
                outline: none;
                padding: 5px
            }

                .slick-dots li button:focus, .slick-dots li button:hover {
                    outline: none
                }

                    .slick-dots li button:focus:before, .slick-dots li button:hover:before {
                        opacity: 1
                    }

                .slick-dots li button:before {
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    color: #000;
                    content: "•";
                    font-family: slick;
                    font-size: 12px;
                    height: 20px;
                    left: 0;
                    line-height: 20px;
                    opacity: .25;
                    position: absolute;
                    text-align: center;
                    top: 0;
                    width: 20px
                }

            .slick-dots li.slick-active button:before {
                color: #000;
                opacity: .75
            }

.bannerslider .slick-dots {
    bottom: 25px
}

    .bannerslider .slick-dots li button:before {
        color: #fff
    }

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
        transition-delay: 50ms
    }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
        transition-delay: .1s
    }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
        transition-delay: .15s
    }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
        transition-delay: .2s
    }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
        transition-delay: .25s
    }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
        transition-delay: .3s
    }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
    transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
        transition-delay: .35s
    }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
        transition-delay: .4s
    }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
        transition-delay: .45s
    }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
        transition-delay: .5s
    }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
    transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
        transition-delay: .55s
    }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
        transition-delay: .6s
    }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
    transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
        transition-delay: .65s
    }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
        transition-delay: .7s
    }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
    transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
        transition-delay: .75s
    }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
        transition-delay: .8s
    }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
    transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
        transition-delay: .85s
    }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
        transition-delay: .9s
    }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
        transition-delay: .95s
    }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
        transition-delay: 1s
    }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
        transition-delay: 1.05s
    }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
        transition-delay: 1.1s
    }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
        transition-delay: 1.15s
    }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
        transition-delay: 1.2s
    }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
        transition-delay: 1.25s
    }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
        transition-delay: 1.3s
    }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
        transition-delay: 1.35s
    }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
        transition-delay: 1.4s
    }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
        transition-delay: 1.45s
    }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
        transition-delay: 1.5s
    }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
        transition-delay: 1.55s
    }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
        transition-delay: 1.6s
    }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
        transition-delay: 1.65s
    }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
        transition-delay: 1.7s
    }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
        transition-delay: 1.75s
    }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
        transition-delay: 1.8s
    }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
        transition-delay: 1.85s
    }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
        transition-delay: 1.9s
    }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
        transition-delay: 1.95s
    }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
        transition-delay: 2s
    }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
        transition-delay: 2.05s
    }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
        transition-delay: 2.1s
    }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
        transition-delay: 2.15s
    }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
        transition-delay: 2.2s
    }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
        transition-delay: 2.25s
    }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
        transition-delay: 2.3s
    }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
        transition-delay: 2.35s
    }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
        transition-delay: 2.4s
    }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
        transition-delay: 2.45s
    }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
        transition-delay: 2.5s
    }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
        transition-delay: 2.55s
    }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
        transition-delay: 2.6s
    }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
        transition-delay: 2.65s
    }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
        transition-delay: 2.7s
    }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
        transition-delay: 2.75s
    }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
        transition-delay: 2.8s
    }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
        transition-delay: 2.85s
    }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
        transition-delay: 2.9s
    }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
        transition-delay: 2.95s
    }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0s
}

    [data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
        transition-delay: 3s
    }

[data-aos] {
    pointer-events: none
}

    [data-aos].aos-animate {
        pointer-events: auto
    }

    [data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
        transition-timing-function: cubic-bezier(.25,.25,.75,.75)
    }

    [data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
        transition-timing-function: ease
    }

    [data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
        transition-timing-function: ease-in
    }

    [data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
        transition-timing-function: ease-out
    }

    [data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
        transition-timing-function: ease-in-out
    }

    [data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
        transition-timing-function: cubic-bezier(.6,-.28,.735,.045)
    }

    [data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
        transition-timing-function: cubic-bezier(.175,.885,.32,1.275)
    }

    [data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
        transition-timing-function: cubic-bezier(.68,-.55,.265,1.55)
    }

    [data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
        transition-timing-function: cubic-bezier(.47,0,.745,.715)
    }

    [data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
        transition-timing-function: cubic-bezier(.39,.575,.565,1)
    }

    [data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
        transition-timing-function: cubic-bezier(.445,.05,.55,.95)
    }

    [data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
        transition-timing-function: cubic-bezier(.55,.085,.68,.53)
    }

    [data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
        transition-timing-function: cubic-bezier(.25,.46,.45,.94)
    }

    [data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
        transition-timing-function: cubic-bezier(.455,.03,.515,.955)
    }

    [data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
        transition-timing-function: cubic-bezier(.55,.085,.68,.53)
    }

    [data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
        transition-timing-function: cubic-bezier(.25,.46,.45,.94)
    }

    [data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
        transition-timing-function: cubic-bezier(.455,.03,.515,.955)
    }

    [data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
        transition-timing-function: cubic-bezier(.55,.085,.68,.53)
    }

    [data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
        transition-timing-function: cubic-bezier(.25,.46,.45,.94)
    }

    [data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
        transition-timing-function: cubic-bezier(.455,.03,.515,.955)
    }

@media screen {
    html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
        opacity: 0;
        transition-property: opacity,-webkit-transform;
        transition-property: opacity,transform;
        transition-property: opacity,transform,-webkit-transform
    }

        html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
            opacity: 1;
            -webkit-transform: none;
            transform: none
        }

    html:not(.no-js) [data-aos=fade-up] {
        -webkit-transform: translate3d(0,100px,0);
        transform: translate3d(0,100px,0)
    }

    html:not(.no-js) [data-aos=fade-down] {
        -webkit-transform: translate3d(0,-100px,0);
        transform: translate3d(0,-100px,0)
    }

    html:not(.no-js) [data-aos=fade-right] {
        -webkit-transform: translate3d(-100px,0,0);
        transform: translate3d(-100px,0,0)
    }

    html:not(.no-js) [data-aos=fade-left] {
        -webkit-transform: translate3d(100px,0,0);
        transform: translate3d(100px,0,0)
    }

    html:not(.no-js) [data-aos=fade-up-right] {
        -webkit-transform: translate3d(-100px,100px,0);
        transform: translate3d(-100px,100px,0)
    }

    html:not(.no-js) [data-aos=fade-up-left] {
        -webkit-transform: translate3d(100px,100px,0);
        transform: translate3d(100px,100px,0)
    }

    html:not(.no-js) [data-aos=fade-down-right] {
        -webkit-transform: translate3d(-100px,-100px,0);
        transform: translate3d(-100px,-100px,0)
    }

    html:not(.no-js) [data-aos=fade-down-left] {
        -webkit-transform: translate3d(100px,-100px,0);
        transform: translate3d(100px,-100px,0)
    }

    html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
        opacity: 0;
        transition-property: opacity,-webkit-transform;
        transition-property: opacity,transform;
        transition-property: opacity,transform,-webkit-transform
    }

        html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
            opacity: 1;
            -webkit-transform: translateZ(0) scale(1);
            transform: translateZ(0) scale(1)
        }

    html:not(.no-js) [data-aos=zoom-in] {
        -webkit-transform: scale(.6);
        transform: scale(.6)
    }

    html:not(.no-js) [data-aos=zoom-in-up] {
        -webkit-transform: translate3d(0,100px,0) scale(.6);
        transform: translate3d(0,100px,0) scale(.6)
    }

    html:not(.no-js) [data-aos=zoom-in-down] {
        -webkit-transform: translate3d(0,-100px,0) scale(.6);
        transform: translate3d(0,-100px,0) scale(.6)
    }

    html:not(.no-js) [data-aos=zoom-in-right] {
        -webkit-transform: translate3d(-100px,0,0) scale(.6);
        transform: translate3d(-100px,0,0) scale(.6)
    }

    html:not(.no-js) [data-aos=zoom-in-left] {
        -webkit-transform: translate3d(100px,0,0) scale(.6);
        transform: translate3d(100px,0,0) scale(.6)
    }

    html:not(.no-js) [data-aos=zoom-out] {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

    html:not(.no-js) [data-aos=zoom-out-up] {
        -webkit-transform: translate3d(0,100px,0) scale(1.2);
        transform: translate3d(0,100px,0) scale(1.2)
    }

    html:not(.no-js) [data-aos=zoom-out-down] {
        -webkit-transform: translate3d(0,-100px,0) scale(1.2);
        transform: translate3d(0,-100px,0) scale(1.2)
    }

    html:not(.no-js) [data-aos=zoom-out-right] {
        -webkit-transform: translate3d(-100px,0,0) scale(1.2);
        transform: translate3d(-100px,0,0) scale(1.2)
    }

    html:not(.no-js) [data-aos=zoom-out-left] {
        -webkit-transform: translate3d(100px,0,0) scale(1.2);
        transform: translate3d(100px,0,0) scale(1.2)
    }

    html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform,-webkit-transform;
        visibility: hidden
    }

        html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
            visibility: visible;
            -webkit-transform: translateZ(0);
            transform: translateZ(0)
        }

    html:not(.no-js) [data-aos=slide-up] {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    html:not(.no-js) [data-aos=slide-down] {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    html:not(.no-js) [data-aos=slide-right] {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0)
    }

    html:not(.no-js) [data-aos=slide-left] {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform,-webkit-transform
    }

    html:not(.no-js) [data-aos=flip-left] {
        -webkit-transform: perspective(2500px) rotateY(-100deg);
        transform: perspective(2500px) rotateY(-100deg)
    }

        html:not(.no-js) [data-aos=flip-left].aos-animate {
            -webkit-transform: perspective(2500px) rotateY(0);
            transform: perspective(2500px) rotateY(0)
        }

    html:not(.no-js) [data-aos=flip-right] {
        -webkit-transform: perspective(2500px) rotateY(100deg);
        transform: perspective(2500px) rotateY(100deg)
    }

        html:not(.no-js) [data-aos=flip-right].aos-animate {
            -webkit-transform: perspective(2500px) rotateY(0);
            transform: perspective(2500px) rotateY(0)
        }

    html:not(.no-js) [data-aos=flip-up] {
        -webkit-transform: perspective(2500px) rotateX(-100deg);
        transform: perspective(2500px) rotateX(-100deg)
    }

        html:not(.no-js) [data-aos=flip-up].aos-animate {
            -webkit-transform: perspective(2500px) rotateX(0);
            transform: perspective(2500px) rotateX(0)
        }

    html:not(.no-js) [data-aos=flip-down] {
        -webkit-transform: perspective(2500px) rotateX(100deg);
        transform: perspective(2500px) rotateX(100deg)
    }

        html:not(.no-js) [data-aos=flip-down].aos-animate {
            -webkit-transform: perspective(2500px) rotateX(0);
            transform: perspective(2500px) rotateX(0)
        }
}

@font-face {
    font-display: swap;
    font-family: Frutiger Neue W01 Light;
    src: url('../fonts/5ff45fd8-b17d-4b99-a293-7969c71b8e1c.woff2') format("woff2"),url('../fonts/a2afa464-03b1-4a6c-b5cb-3521a1cf94ba.woff') format("woff")
}

@font-face {
    font-display: swap;
    font-family: FrutigerNeueW01-LightIt;
    src: url('../fonts/ab9d27d1-cac1-4cc1-addb-f3278591c070.woff2') format("woff2"),url('../fonts/3b7f781f-47f2-4bcb-94c9-533ac0836f29.woff') format("woff")
}

@font-face {
    font-display: swap;
    font-family: FrutigerNeueW01-Regular;
    src: url('../fonts/9edf3443-80c6-4de6-b582-122401f63ad4.woff2') format("woff2"),url('../fonts/aa94077e-cdcd-4e33-abe0-ddcfe27e3485.woff') format("woff")
}

@font-face {
    font-display: swap;
    font-family: Frutiger Neue W01 Bd;
    src: url('../fonts/26f1236c-a914-477f-9d0f-10d758702626.woff2') format("woff2"),url('../fonts/7875f3d5-b62b-445c-8c9e-d65da1514e9d.woff') format("woff")
}

@keyframes animatedBackground {
    0% {
        background: #242425;
        opacity: 0
    }

    to {
        background: #fff;
        opacity: 1
    }
}

@-webkit-keyframes animatedBackground {
    0% {
        background: #242424;
        opacity: 0
    }

    to {
        background: #fff;
        opacity: 1
    }
}

.grid {
    list-style: none;
    margin-left: -50px
}

.grid__col--1-of-1, .grid__col--2-of-2, .grid__col--3-of-3, .grid__col--4-of-4, .grid__col--5-of-5, .grid__col--6-of-6, .grid__col--7-of-7 {
    width: 100%
}

.grid__col--1-of-2, .grid__col--2-of-4, .grid__col--3-of-6 {
    width: 50%
}

.grid__col--1-of-3, .grid__col--2-of-6 {
    width: 33.3333333333%
}

.grid__col--2-of-3, .grid__col--4-of-6 {
    width: 66.6666666667%
}

.grid__col--1-of-4 {
    width: 25%
}

.grid__col--3-of-4 {
    width: 75%
}

.grid__col--push-1-of-1, .grid__col--push-2-of-2, .grid__col--push-3-of-3, .grid__col--push-4-of-4, .grid__col--push-5-of-5, .grid__col--push-6-of-6, .grid__col--push-7-of-7 {
    margin-left: 100%
}

.grid__col--push-1-of-2, .grid__col--push-2-of-4, .grid__col--push-3-of-6 {
    margin-left: 50%
}

.grid__col--push-1-of-3, .grid__col--push-2-of-6 {
    margin-left: 33.3333333333%
}

.grid__col--push-2-of-3, .grid__col--push-4-of-6 {
    margin-left: 66.6666666667%
}

.grid__col--push-1-of-4 {
    margin-left: 25%
}

.grid__col--push-3-of-4 {
    margin-left: 75%
}

.grid__col--pull-1-of-1, .grid__col--pull-2-of-2, .grid__col--pull-3-of-3, .grid__col--pull-4-of-4, .grid__col--pull-5-of-5, .grid__col--pull-6-of-6, .grid__col--pull-7-of-7 {
    margin-left: -100%
}

.grid__col--pull-1-of-2, .grid__col--pull-2-of-4, .grid__col--pull-3-of-6 {
    margin-left: -50%
}

.grid__col--pull-1-of-3, .grid__col--pull-2-of-6 {
    margin-left: -33.3333333333%
}

.grid__col--pull-2-of-3, .grid__col--pull-4-of-6 {
    margin-left: -66.6666666667%
}

.grid__col--pull-1-of-4 {
    margin-left: -25%
}

.grid__col--pull-3-of-4 {
    margin-left: -75%
}

.grid__col--1-of-5 {
    width: 20%
}

.grid__col--push-1-of-5 {
    margin-left: 20%
}

.grid__col--pull-1-of-5 {
    margin-left: -20%
}

.grid__col--2-of-5 {
    width: 40%
}

.grid__col--push-2-of-5 {
    margin-left: 40%
}

.grid__col--pull-2-of-5 {
    margin-left: -40%
}

.grid__col--3-of-5 {
    width: 60%
}

.grid__col--push-3-of-5 {
    margin-left: 60%
}

.grid__col--pull-3-of-5 {
    margin-left: -60%
}

.grid__col--4-of-5 {
    width: 80%
}

.grid__col--push-4-of-5 {
    margin-left: 80%
}

.grid__col--pull-4-of-5 {
    margin-left: -80%
}

.grid__col--1-of-6 {
    width: 16.6666666667%
}

.grid__col--push-1-of-6 {
    margin-left: 16.6666666667%
}

.grid__col--pull-1-of-6 {
    margin-left: -16.6666666667%
}

.grid__col--5-of-6 {
    width: 83.3333333333%
}

.grid__col--push-5-of-6 {
    margin-left: 83.3333333333%
}

.grid__col--pull-5-of-6 {
    margin-left: -83.3333333333%
}

.grid__col--1-of-7 {
    width: 14.2857142857%;
}

.grid__col--push-1-of-7 {
    margin-left: 14.2857142857%
}

.grid__col--pull-1-of-7 {
    margin-left: -14.2857142857%
}

.grid__col--2-of-7 {
    width: 28.5714285714%
}

.grid__col--push-2-of-7 {
    margin-left: 28.5714285714%
}

.grid__col--pull-2-of-7 {
    margin-left: -28.5714285714%
}

.grid__col--3-of-7 {
    width: 42.8571428571%
}

.grid__col--push-3-of-7 {
    margin-left: 42.8571428571%
}

.grid__col--pull-3-of-7 {
    margin-left: -42.8571428571%
}

.grid__col--4-of-7 {
    width: 57.1428571429%
}

.grid__col--push-4-of-7 {
    margin-left: 57.1428571429%
}

.grid__col--pull-4-of-7 {
    margin-left: -57.1428571429%
}

.grid__col--5-of-7 {
    width: 71.4285714286%
}

.grid__col--push-5-of-7 {
    margin-left: 71.4285714286%
}

.grid__col--pull-5-of-7 {
    margin-left: -71.4285714286%
}

.grid__col--6-of-7 {
    width: 85.7142857143%
}

.grid__col--push-6-of-7 {
    margin-left: 85.7142857143%
}

.grid__col--pull-6-of-7 {
    margin-left: -85.7142857143%
}

.grid__col {
    box-sizing: border-box;
    display: inline-block;
    margin-right: 0;
    min-height: 1px;
    padding-left: 50px;
    vertical-align: top
}

    .grid__col.grid_vert_mid {
        vertical-align: middle
    }

@media(max-width:960px) {
    .grid__col {
        display: block;
        margin-left: 0;
        margin-right: 0;
        width: auto
    }
}

@media(max-width:960px)and (min-width:700px) {
    .grid__col[class*=grid__col--m-] {
        display: inline-block;
        margin-right: -.24em
    }

    .grid__col.grid__col--m-1-of-2, .grid__col.grid__col--m-2-of-4 {
        width: 50%
    }

    .grid__col.grid__col--m-1-of-3 {
        width: 33.3333333333%
    }

    .grid__col.grid__col--m-2-of-3 {
        width: 66.6666666667%
    }

    .grid__col.grid__col--m-1-of-4 {
        width: 25%
    }

    .grid__col.grid__col--m-3-of-4 {
        width: 75%
    }
}

@media(max-width:700px) {
    .grid__col[class*=grid__col--s-] {
        display: inline-block;
        margin-right: -.24em
    }

    .grid__col.grid__col--s-1-of-2, .grid__col.grid__col--s-2-of-4 {
        width: 50%
    }

    .grid__col.grid__col--s-1-of-3 {
        width: 33.3333333333%
    }

    .grid__col.grid__col--s-2-of-3 {
        width: 66.6666666667%
    }

    .grid__col.grid__col--s-1-of-4 {
        width: 25%
    }

    .grid__col.grid__col--s-3-of-4 {
        width: 75%
    }
}

.grid__col--centered {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.grid__col--d-first {
    float: left
}

.grid__col--d-last {
    float: right
}

.grid--no-gutter {
    margin-left: 0;
    width: 100%
}

    .grid--no-gutter .grid__col {
        padding-left: 0
    }

    .grid--no-gutter .grid__col--span-all {
        margin-left: 0;
        width: 100%
    }

.grid__col--ab {
    vertical-align: bottom
}

.grid__col--am {
    vertical-align: middle
}

form, h1, h2, h3, h4, h5, p, ul {
    margin: 0;
    padding: 0
}

article, aside, footer, header, main, nav, section {
    display: block
}

body, html {
    border: 0;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative
}

body {
    color: #878787;
    font-family: Frutiger Neue W01 Light,sans-serif;
    font-size: 17px;
    line-height: 1.5em;
    min-height: 100%
}

@media(max-width:1350px) {
    body {
        font-size: 15px
    }
}

body.opennav {
    overflow: hidden
}

b, strong {
    font-family: Frutiger Neue W01 Bd;
    font-weight: 400
}

img {
    border: 0;
    height: auto;
    max-width: 100%
}

p {
    margin-bottom: 1em
}

a {
    color: #008bd2;
    outline: none;
    transition: all .1s ease
}

    a, a:hover {
        text-decoration: none
    }

hr {
    background: #008bd2;
    border: none;
    height: 1px
}

.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    color: #484848;
    font-family: Frutiger Neue W01 Light,sans-serif;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0 0 8px
}

.h1, h1 {
    font-size: 35px;
    text-transform: uppercase
}

.h2, h2 {
    color: #008bd2;
    font-size: 30px
}

.h3, h3 {
    color: #484848;
    font-family: FrutigerNeueW01-LightIt,sans-serif;
    font-size: 25px
}

.h4, h4 {
    font-size: 25px
}

.h4, .h5, h4, h5 {
    color: #008bd2;
    font-family: Frutiger Neue W01 Light,sans-serif
}

.h5, h5 {
    font-size: 18px
}

.frameheader {
    margin-bottom: 1.5em;
    padding: 0
}

    .frameheader h1, .frameheader h2, .frameheader h3, .frameheader h4, .frameheader h5 {
        margin: 0
    }

.h1-header .firstheader {
    color: #008bd2;
    font-family: FrutigerNeueW01-LightIt;
    font-size: 22px
}

.h2-header .subheader {
    font-size: 20px
}

.backcheck1 .h1-header .firstheader {
    color: #f3f3f3
}

.backcheck1 .h1-header .subheader {
    color: #fff
}

.backcheck1 .h2-header .subheader, .backcheck1 h3 {
    color: #f3f3f3
}

.firstheader {
    margin-bottom: 10px;
    overflow: hidden
}

    .firstheader, .firstheader:before {
        display: inline-block;
        position: relative
    }

        .firstheader:before {
            background-image: url('../images/firstheader__before.svg');
            background-position: 50%;
            background-repeat: no-repeat;
            background-size: contain;
            content: "";
            height: 1.15em;
            left: 0;
            top: .15em;
            width: 1.15em
        }

.subheader {
    margin: 0 0 10px
}

button {
    cursor: pointer;
    outline: none;
    text-decoration: none
}

main ul {
    display: block;
    list-style-type: disc;
    margin: 1em 0;
    padding-left: 40px
}

*, :after, :before {
    box-sizing: border-box
}

.clearfix, .floatclear {
    clear: both
}

.inner, .innerwidthlarge {
    margin: 0 auto;
    width: 100%
}

    .inner:after, .innerwidthlarge:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden
    }

.inner {
    max-width: 1340px
}

.innerwidthlarge {
    max-width: 1370px
}

.margin-bot {
    margin-bottom: 40px
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.primarybtn {
    background: #008bd2;
    border: 2px solid #008bd2;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    margin-top: 20px;
    padding: 10px 20px;
    text-decoration: none;
    transition: all .4s ease
}

.primarybtn.active, .primarybtn:hover {
    background: #fff;
    color: #008bd2
}

.backcheck1 .primarybtn {
    background: none;
    color: #008bd2
}

.backcheck1 .primarybtn.active, .backcheck1 .primarybtn:hover {
    background: #fff;
    color: #008bd2
}


.bluebtn {
    background: #fff;
    border: 2px solid #008bd2;
    color: #008bd2;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    margin-top: 20px;
    padding: 10px 20px;
    text-decoration: none;
    transition: all .4s ease
}

.bluebtn.active, .bluebtn:hover {
    background: #008bd2;
    color: #fff
}

.backcheck1 .bluebtn {
    background: none;
    color: #fff
}

.backcheck1 .bluebtn.active, .backcheck1 .bluebtn:hover {
    background: #008bd2;
    color: #fff
}

#bodywrapper {
    margin: 0 auto;
    min-height: 100%;
    overflow: hidden;
    position: relative
}

* html #bodywrapper {
    height: 100%
}

.back-to-top {
    background: rgba(31,31,31,.7);
    bottom: 20px;
    display: block;
    height: 40px;
    position: fixed;
    right: 20px;
    transition: transform .3s ease,opacity .3s ease;
    width: 40px;
    z-index: 450
}

    .back-to-top:before {
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        content: "";
        display: block;
        height: 40%;
        left: 50%;
        position: absolute;
        top: 60%;
        transform: translate(-50%,-50%) rotate(-135deg);
        width: 40%
    }

    .back-to-top:active {
        transform: scale(.9)
    }

.back-to-top--hidden {
    opacity: 0 !important
}

#rootline {
    font-size: 11px;
    margin: 20px auto 0;
    max-width: 1340px;
    padding: 0 30px;
    width: 100%
}

    #rootline ul.breadcrumb {
        display: inline-block;
        list-style-type: none
    }

        #rootline ul.breadcrumb li {
            display: inline-block;
            margin-left: 5px
        }

            #rootline ul.breadcrumb li:before {
                content: ">";
                margin-right: 5px
            }

#header {
    height: auto;
    margin: 0 auto 60px;
    padding: 0;
    position: relative;
    transition: all .4s ease;
    width: 100%;
    z-index: 650
}

    #header .inner {
        background: none;
        border: none
    }

.pagets__newsdetail #header {
    margin-bottom: -80px
}

#headerslidewrap {
    margin-bottom: -1px
}

@media(max-width:960px) {
    #header {
        padding-top: 35px
    }
}

@media(max-width:700px) {
    #header {
        padding-top: 35px
    }
}

#mobilemenu {
    background-color: #2b2b2b;
    height: calc(100vh - 35px);
    left: 0;
    overflow-y: scroll;
    padding: 15px 30px 30px;
    position: fixed;
    top: 41px;
    width: 100%;
    z-index: 500
}

    #mobilemenu ul {
        border-top: 1px solid #5b5b5b;
        list-style-type: none;
        margin: 0;
        padding: 0
    }

        #mobilemenu ul li {
            border-bottom: 1px solid #5b5b5b
        }

            #mobilemenu ul li:last-child {
                border-bottom: none
            }

            #mobilemenu ul li.sub {
                position: relative
            }

                #mobilemenu ul li.sub ul {
                    display: none
                }

                #mobilemenu ul li.sub > ul {
                    background-color: #383838;
                    box-shadow: inset 0 0 12px 6px #1e1e1e
                }

                    #mobilemenu ul li.sub > ul li.sub + li.sub {
                        border-top: unset
                    }

                    #mobilemenu ul li.sub > ul li:not(li.sub) {
                        border-color: rgba(193,193,193,.2)
                    }

            #mobilemenu ul li.active > a {
                background-color: rgba(0,139,210,.1)
            }

            #mobilemenu ul li.current.active > a {
                background-color: rgba(0,139,210,.25);
                color: #39bcff;
                font-family: Frutiger Neue W01 Bd;
                letter-spacing: .015em
            }

            #mobilemenu ul li a {
                color: #fff;
                display: block;
                font-size: 18px;
                padding: 15px 70px 15px 10px
            }

            #mobilemenu ul li .togglemenu-sub {
                background: 0;
                border: none;
                color: #fff;
                height: 52px;
                position: absolute;
                right: 0;
                top: 0;
                width: 60px
            }

                #mobilemenu ul li .togglemenu-sub:after {
                    border-bottom: 1px solid #fff;
                    border-left: 1px solid #fff;
                    content: "";
                    display: block;
                    height: 10px;
                    margin: 0 auto;
                    transform: rotate(-45deg);
                    width: 10px
                }

                #mobilemenu ul li .togglemenu-sub.open:after {
                    transform: rotate(135deg) translate(2px,-2px)
                }

            #mobilemenu ul li .lvl-1 a {
                padding-left: 30px
            }

            #mobilemenu ul li .lvl-2 a {
                padding-left: 60px
            }

            #mobilemenu ul li .lvl-3 a {
                padding-left: 90px
            }

    #mobilemenu > ul > li {
        padding-left: 0
    }

#login-mobilemenu {
    margin-bottom: 40px
}

    #login-mobilemenu ul {
        border-bottom: 1px solid #383838;
        border-top: none;
        text-align: right
    }

        #login-mobilemenu ul li {
            border-bottom: none;
            display: inline-block
        }

            #login-mobilemenu ul li a {
                color: #c1c1c1;
                font-size: 90%;
                padding: 5px 0 0 10px
            }

#login-mobilemenu, #mobilemenu {
    display: none
}

@media(max-width:960px) {
    #main-menu, #sub-menuwrap, #subsub-menuwrap {
        display: none
    }

    #first-menu {
        left: 0;
        padding-right: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100
    }
}

@media(max-width:700px) {
    #login-menu {
        display: none
    }

    #login-mobilemenu {
        display: block
    }
}

@media(max-width:450px) {
    #mobilemenu {
        padding: 30px 0 180px
    }

        #mobilemenu ul li a {
            padding: 15px 60px 15px 10px
        }

        #mobilemenu ul li .lvl-1 a {
            padding-left: 25px
        }

        #mobilemenu ul li .lvl-2 a {
            padding-left: 35px
        }

        #mobilemenu ul li .lvl-3 a {
            padding-left: 45px
        }
}

#loginboxwrap {
    background: #008bd2;
    color: #fff
}

#first-menu {
    background-color: #f3f3f3;
    padding-right: 35px;
    text-align: right;
    width: 100%
}

@media(max-width:700px) {
    #first-menu {
        padding-right: 0
    }
}

#first-menu ul li {
    display: inline-block;
    padding-bottom: 5px;
    padding-top: 5px
}

#first-menu ul a {
    color: #c1c1c1;
    font-size: 14px;
    padding: 9px
}

    #first-menu ul a.active {
        color: #008bd2
    }

    #first-menu ul a:hover {
        color: #008bd2;
        transition: all .1s ease
    }

#first-menu:after, #first-menu:before {
    content: "";
    display: table
}

#first-menu:after {
    clear: both
}

#login-menu {
    display: inline-block
}

#first-menu-iconbar {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    vertical-align: middle
}

    #first-menu-iconbar a, #first-menu-iconbar button {
        display: inline-block;
        font-size: 17px;
        height: 40px;
        line-height: 1em;
        padding: 8px;
        vertical-align: middle
    }

        #first-menu-iconbar a img, #first-menu-iconbar button img {
            display: block
        }

    #first-menu-iconbar button {
        background-color: #008bd2;
        border: none;
        margin: 0 3px
    }

    #first-menu-iconbar .menuicons {
        height: auto;
        width: 25px
    }

#loginboxwrap {
    display: none
}

    #loginboxwrap .frame-type-login {
        margin: 0;
        padding: 30px
    }

    #loginboxwrap .tx-felogin-pi1 {
        text-align: right
    }

    #loginboxwrap INPUT {
        width: 200px
    }

        #loginboxwrap INPUT[type=submit] {
            border: 1px solid #fff;
            display: inline-block;
            width: auto
        }

#toplogo {
    float: left;
    margin: 0 20px;
    padding: 40px 30px;
    top: 36px;
    width: 330px
}

#toplogomobile {
    display: none;
    left: 10px;
    max-width: 33%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 150px
}

#languagemenu {
    list-style-type: none;
    position: absolute;
    right: 10px;
    text-align: right;
    top: 10px;
    width: 100px;
    z-index: 400
}

    #languagemenu li {
        margin-right: 5px
    }

    #languagemenu img {
        height: 16px;
        width: auto
    }

    #languagemenu:after, #languagemenu:before {
        content: "";
        display: table
    }

    #languagemenu:after {
        clear: both
    }

#toptoolbar:after, #toptoolbar:before {
    content: "";
    display: table
}

#toptoolbar:after {
    clear: both
}

#main-menu {
    float: right;
    list-style-type: none;
    margin-right: 40px;
    max-width: 1340px;
    position: relative;
    text-align: right;
    z-index: 410
}

    #main-menu > ul {
        list-style: none;
        padding: 70px 0 20px
    }

        #main-menu > ul li {
            display: inline-block;
            position: relative
        }

            #main-menu > ul li a {
                color: #878787;
                display: block;
                font-family: Frutiger Neue W01 Light;
                font-size: 18px;
                padding: 0 20px;
                text-transform: uppercase
            }

                #main-menu > ul li a.active {
                    color: #008bd2
                }

                #main-menu > ul li a:hover {
                    color: #008bd2;
                    transition: all .1s ease
                }

            #main-menu > ul li ul.lvl-1 {
                background-color: #fff;
                opacity: 0;
                padding: 10px 0 20px;
                position: absolute;
                transition: opacity .1s ease
            }

                #main-menu > ul li ul.lvl-1.open {
                    opacity: 1;
                    transition: opacity .1s ease
                }

                #main-menu > ul li ul.lvl-1 li {
                    display: block;
                    min-width: 250px;
                    text-align: left
                }

                    #main-menu > ul li ul.lvl-1 li a {
                        padding: 10px 20px;
                        text-transform: none
                    }

                        #main-menu > ul li ul.lvl-1 li a:hover {
                            background: #f3f3f3;
                            color: #008bd2;
                            transition: all .1s ease
                        }

    #main-menu button {
        background: none;
        border: none;
        color: #008bd2;
        left: 0;
        padding: 40px 5px 30px 15px;
        position: absolute
    }

        #main-menu button:before {
            content: "";
            display: inline-block;
            font-family: FontAwesome;
            font-size: 14px;
            line-height: 1.5em;
            vertical-align: top
        }

        #main-menu button.open:before {
            content: ""
        }

#sub-menuwrap {
    height: 62px
}

#sub-menu {
    background-color: #1e1e1e;
    list-style-type: none;
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 400
}

    #sub-menu.fixedsub {
        left: 0;
        position: fixed;
        top: 0;
        width: 100%
    }

    #sub-menu ul {
        list-style: none;
        margin-bottom: 0;
        margin-top: 0;
        padding: 20px 0
    }

        #sub-menu ul li {
            display: inline-block
        }

            #sub-menu ul li a {
                color: #fff;
                display: block;
                font-family: Frutiger Neue W01 Light;
                font-size: 18px;
                padding: 0 20px
            }

                #sub-menu ul li a.active {
                    color: #008bd2
                }

                #sub-menu ul li a:hover {
                    color: #008bd2;
                    transition: all .1s ease
                }

#subsub-menuwrap {
    height: 46px
}

#subsub-menu {
    background-color: #111;
    list-style-type: none;
    margin: 0 auto;
    position: relative;
    text-align: center;
    z-index: 400
}

    #subsub-menu.fixedsub {
        left: 0;
        position: fixed;
        top: 62px;
        width: 100%
    }

    #subsub-menu ul {
        list-style: none;
        padding: 10px 0
    }

        #subsub-menu ul li {
            display: inline-block
        }

            #subsub-menu ul li a {
                color: #fff;
                display: block;
                font-family: Frutiger Neue W01 Light;
                font-size: 18px;
                padding: 0 20px
            }

                #subsub-menu ul li a.active {
                    color: #008bd2
                }

                #subsub-menu ul li a:hover {
                    color: #008bd2;
                    transition: all .1s ease
                }

@media(max-width:1350px) {
    #toplogo {
        margin: 0 10px;
        width: 280px
    }

    #main-menu > ul li a, #sub-menu ul li a {
        font-size: 16px;
        padding: 0 10px
    }
}

@media(max-width:700px) {
    #login-menu, #toplogo {
        display: none
    }

    #toplogomobile {
        display: block
    }
}

#mobilenavopen {
    background: #008bd2;
    cursor: pointer;
    display: none;
    margin-left: 8px;
    padding: 4px 10px;
    vertical-align: middle;
    width: 60px
}

    #mobilenavopen SPAN {
        background: #fff;
        display: block;
        height: 3px;
        margin: 6px;
        opacity: 1;
        transition: all .4s ease
    }

    #mobilenavopen.opennav .bar1 {
        transform: rotate(45deg) translate(7px,7px)
    }

    #mobilenavopen.opennav .bar2 {
        opacity: 0
    }

    #mobilenavopen.opennav .bar3 {
        transform: rotate(-45deg) translate(5px,-6px)
    }

@media(max-width:960px) {
    #mobilenavopen {
        display: inline-block
    }
}

footer {
    background: #1e1e1e;
    color: #c1c1c1;
    font-size: 12px
}

    footer > .inner {
        padding: 0 30px
    }

    footer a {
        color: #c1c1c1
    }

    footer .h1, footer .h2, footer .h3, footer .h4, footer .h5, footer h1, footer h2, footer h3, footer h4, footer h5 {
        color: #fff;
        font-size: 22px
    }

    footer .footercols {
        padding: 50px 0 15px
    }

        footer .footercols .ce-bodytext {
            text-align: left
        }

    footer .frame .firstheader, footer .frame .subheader {
        color: #c1c1c1;
        font-family: Frutiger Neue W01 Light;
        font-size: 14px;
        text-align: left;
        text-transform: uppercase
    }

        footer .frame .firstheader:before, footer .frame .subheader:before {
            display: none
        }

    footer .frame header {
        border-bottom: 1px solid #c1c1c1;
        margin-bottom: 10px;
        padding: 0
    }

        footer .frame header .firstheader {
            margin-bottom: 4px;
            padding-left: 0
        }

    footer .frame-layout-300 ul {
        list-style-type: none
    }

        footer .frame-layout-300 ul a {
            color: #878787
        }

#footerlogo {
    display: inline-block;
    margin-right: 30px;
    max-width: 140px
}

#signaturewrapper {
    color: #878787;
    padding: 20px 10px 10px
}

    #signaturewrapper .inner {
        padding: 0 30px
    }

    #signaturewrapper .signature {
        display: inline-block
    }

#imprintmenu {
    line-height: 1em;
    list-style-type: none
}

    #imprintmenu:after, #imprintmenu:before {
        content: "";
        display: table
    }

    #imprintmenu:after {
        clear: both
    }

    #imprintmenu li {
        float: left
    }

        #imprintmenu li a {
            margin-right: 6px;
            text-decoration: none
        }

            #imprintmenu li a:after {
                content: "|";
                margin-left: 6px
            }

        #imprintmenu li:last-child a:after {
            content: ""
        }

#madeby {
    color: #6e6e6e;
    font-size: 70%;
    text-align: right
}

    #madeby a {
        border-bottom: none;
        color: #6e6e6e
    }

fieldset, input, legend, select, textarea {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    text-align: left
}

LEGEND {
    display: none
}

INPUT, TEXTAREA {
    background: #fff;
    font-size: 16px
}

    FORM BUTTON, INPUT, INPUT[type=submit], TEXTAREA {
        border: 1px solid #008bd2;
        font-family: inherit;
        padding: 10px
    }

        FORM BUTTON, INPUT[type=submit] {
            background: #008bd2;
            color: #fff;
            cursor: pointer;
            display: inline-block;
            font-size: inherit;
            text-align: center;
            transition: all .4s ease;
            width: auto
        }

            FORM BUTTON:hover, INPUT[type=submit]:hover {
                background: #f3f3f3;
                color: #008bd2
            }

.help-block {
    color: #4d4d4d;
    font-size: .8em
}

    .help-block.error {
        color: #cc0b10
    }

.frame-type-form_formframework .form-group {
    text-align: left
}

.frame-type-form_formframework LEGEND {
    color: #008bd2;
    display: block;
    font-size: 110%;
    margin: 20px 0 10px;
    padding: 0
}

.frame-type-form_formframework FIELDSET {
    border: none;
    margin: 0 0 50px;
    padding: 0
}

    .frame-type-form_formframework FIELDSET:after, .frame-type-form_formframework FIELDSET:before {
        content: "";
        display: table
    }

    .frame-type-form_formframework FIELDSET:after {
        clear: both
    }

.frame-type-form_formframework DIV.form-group {
    float: left;
    margin: 0 1% 10px 0;
    width: 32%
}

    .frame-type-form_formframework DIV.form-group.textarea {
        width: 65%
    }

.frame-type-form_formframework DIV.actions {
    clear: both
}

.frame-type-form_formframework INPUT, .frame-type-form_formframework SELECT {
    border: 1px solid #cecece;
    border-radius: 3px;
    font-family: inherit;
    padding: 10px;
    width: 100%
}

    .frame-type-form_formframework INPUT[type=checkbox], .frame-type-form_formframework SELECT[type=checkbox] {
        vertical-align: middle;
        width: 20px
    }

        .frame-type-form_formframework INPUT[type=checkbox]:after, .frame-type-form_formframework INPUT[type=checkbox]:before, .frame-type-form_formframework SELECT[type=checkbox]:after, .frame-type-form_formframework SELECT[type=checkbox]:before {
            content: "";
            display: table
        }

        .frame-type-form_formframework INPUT[type=checkbox]:after, .frame-type-form_formframework SELECT[type=checkbox]:after {
            clear: both
        }

        .frame-type-form_formframework INPUT[type=checkbox] ~ SPAN, .frame-type-form_formframework SELECT[type=checkbox] ~ SPAN {
            padding-left: 10px
        }

.frame-type-form_formframework .form-check {
    margin: 5px 0
}

.frame-type-form_formframework textarea {
    min-height: 10em
}

.frame-type-form_formframework BUTTON[type=submit] {
    background: #008bd2;
    border: none;
    color: #fff;
    display: inline-block;
    font-family: inherit;
    margin-top: 20px;
    padding: 10px 20px;
    text-transform: uppercase
}

    .frame-type-form_formframework BUTTON[type=submit]:hover {
        background: #484848
    }

.frame-type-form_formframework .form-control {
    padding: 10px;
    width: 100%
}

.frame-type-form_formframework .frame {
    margin: 0 0 1em;
    padding: 0
}

    .frame-type-form_formframework .frame:after, .frame-type-form_formframework .frame:before {
        content: "";
        display: table
    }

    .frame-type-form_formframework .frame:after {
        clear: both
    }

.tx-felogin-pi1 {
    text-align: left
}

    .tx-felogin-pi1 FORM {
        margin-top: 20px
    }

        .tx-felogin-pi1 FORM DIV {
            margin-bottom: 10px
        }

    .tx-felogin-pi1 LABEL {
        display: inline-block;
        padding-right: 5px;
        width: 110px
    }

    .tx-felogin-pi1 INPUT {
        width: 200px
    }

        .tx-felogin-pi1 INPUT[type=submit] {
            display: inline-block;
            width: auto
        }

    .tx-felogin-pi1 H3 {
        display: none
    }

.tx-indexedsearch-searchbox {
    margin: 0
}

    .tx-indexedsearch-searchbox LABEL {
        display: none
    }

    .tx-indexedsearch-searchbox INPUT {
        border: 1px solid #484848;
        font-size: inherit
    }

        .tx-indexedsearch-searchbox INPUT[type=submit] {
            background: url('../images/lens.svg') 50% no-repeat;
            background-size: 20px 20px;
            border: none;
            font-size: 0;
            height: 37px;
            width: 30px
        }

    .tx-indexedsearch-searchbox FIELDSET {
        position: relative
    }

        .tx-indexedsearch-searchbox FIELDSET .tx-indexedsearch-search-submit {
            left: 0;
            position: absolute;
            top: 0
        }

        .tx-indexedsearch-searchbox FIELDSET .tx-indexedsearch-searchbox-sword {
            padding-left: 35px;
            width: 280px
        }

@media(max-width:960px) {
    .frame-type-form_formframework {
        padding: 0 20px
    }

        .frame-type-form_formframework DIV.form-group {
            float: left;
            margin: 0 1% 10px 0;
            width: 49%
        }

            .frame-type-form_formframework DIV.form-group.textarea {
                width: 100%
            }
}

@media(max-width:700px) {
    .frame-type-form_formframework DIV.form-group, .frame-type-form_formframework DIV.form-group.textarea {
        float: left;
        margin: 0 1% 10px 0;
        width: 100%
    }
}

@font-face {
    font-display: swap;
    font-family: Frutiger Neue W01 Light;
    src: url('../fonts/5ff45fd8-b17d-4b99-a293-7969c71b8e1c.woff2') format("woff2"),url('../fonts/a2afa464-03b1-4a6c-b5cb-3521a1cf94ba.woff') format("woff")
}

@font-face {
    font-display: swap;
    font-family: FrutigerNeueW01-LightIt;
    src: url('../fonts/ab9d27d1-cac1-4cc1-addb-f3278591c070.woff2') format("woff2"),url('../fonts/3b7f781f-47f2-4bcb-94c9-533ac0836f29.woff') format("woff")
}

@font-face {
    font-display: swap;
    font-family: FrutigerNeueW01-Regular;
    src: url('../fonts/9edf3443-80c6-4de6-b582-122401f63ad4.woff2') format("woff2"),url('../fonts/aa94077e-cdcd-4e33-abe0-ddcfe27e3485.woff') format("woff")
}

@font-face {
    font-display: swap;
    font-family: Frutiger Neue W01 Bd;
    src: url('../fonts/26f1236c-a914-477f-9d0f-10d758702626.woff2') format("woff2"),url('../fonts/7875f3d5-b62b-445c-8c9e-d65da1514e9d.woff') format("woff")
}

@keyframes animatedBackground {
    0% {
        background: #242425;
        opacity: 0
    }

    to {
        background: #fff;
        opacity: 1
    }
}

@-webkit-keyframes animatedBackground {
    0% {
        background: #242424;
        opacity: 0
    }

    to {
        background: #fff;
        opacity: 1
    }
}

.contenttablewrap {
    overflow-x: auto
}

TABLE.contenttable {
    background: #fff;
    border: 1px solid #fff;
    border-collapse: collapse;
    max-width: 100% !important;
    width: 100% !important
}

    TABLE.contenttable TD, TABLE.contenttable TH {
        border: 2px solid #fff;
        height: auto !important;
        white-space: normal !important;
        width: auto !important
    }

    TABLE.contenttable TBODY TR:first-child TD, TABLE.contenttable TH {
        border-bottom: 1px solid #878787;
        color: #484848;
        letter-spacing: .5px;
        padding: 3px 10px;
        text-align: left;
        vertical-align: top
    }

    TABLE.contenttable TD {
        background: none;
        color: #878787;
        padding: 12px 10px;
        text-align: left;
        vertical-align: middle
    }

    TABLE.contenttable TBODY TR:nth-child(odd), TABLE.contenttable TBODY TR:nth-child(odd) TD:first-child, TABLE.contenttable TBODY TR:nth-child(odd) TD:nth-child(2) {
        background-color: #eee
    }

    TABLE.contenttable .checkicons, TABLE.contenttable .checkicons img {
        vertical-align: middle
    }

    TABLE.contenttable .tableicon {
        height: 20px;
        width: 20px
    }

    .tableicon {
        height: 17px;
        width: 17px;
    }

    TABLE.contenttable p {
        margin: 0
    }

table.contenttable-borderless {
    border-collapse: collapse;
    max-width: 100% !important;
    width: 100% !important
}

.backcheck1 table.contenttable {
    background: none
}

    .backcheck1 table.contenttable TBODY TR:nth-child(odd) {
        background-color: #2b2b2b
    }

        .backcheck1 table.contenttable TBODY TR:nth-child(odd) TD:first-child, .backcheck1 table.contenttable TBODY TR:nth-child(odd) TD:nth-child(2) {
            background-color: #383838
        }

    .backcheck1 table.contenttable TD {
        color: #fff
    }

@media(max-width:450px) {
    TABLE {
        font-size: 90%;
        min-width: 600px;
        overflow-x: scroll
    }

        TABLE.contenttable-borderless {
            min-width: unset
        }
}

.gridelements_pi1.frame-layout-200 > .frame {
    margin-left: auto;
    margin-right: auto;
    max-width: 1340px;
    padding: 30px
}

.gridelements_pi1.frame-layout-200 > .frame-type-mask_bufftxtmedia {
    max-width: none;
    padding: 0
}

.backcheck1 {
    background-color: #1e1e1e;
    color: #c1c1c1;
    padding: 60px 0
}

    .backcheck1 .bufftxtmedialook-4 .bufftxtmediacontent {
        text-align: left
    }

    .backcheck1 .bufftxtmedialook-4 img {
        margin-bottom: 30px
    }

    .backcheck1 .ce-bodytext {
        margin: 0 auto;
        max-width: 700px;
        text-align: left
    }

@media(max-width:960px) {
    .gridelements_pi1.frame-layout-200 .frame-type-mask_bufftxtmedia {
        padding: 30px
    }
}

.frame-listtype-indexedsearch_pi2 .ce-main {
    margin-left: 10px
}

.tx-indexedsearch-res {
    margin-bottom: 20px
}

    .tx-indexedsearch-res H3 {
        margin-left: 0
    }

    .tx-indexedsearch-res .tx-indexedsearch-info {
        display: none
    }

.tx-indexedsearch-browsebox {
    list-style-type: none;
    margin: 10px 0;
    text-align: right
}

    .tx-indexedsearch-browsebox LI {
        display: inline-block;
        padding: 0 5px 0 0
    }

        .tx-indexedsearch-browsebox LI:before {
            content: ""
        }

        .tx-indexedsearch-browsebox LI:after {
            content: "|";
            padding-left: 5px
        }

        .tx-indexedsearch-browsebox LI:last-child:after {
            content: ""
        }

        .tx-indexedsearch-browsebox LI A, .tx-indexedsearch-info {
            font-size: 80%
        }

            .tx-indexedsearch-info DD, .tx-indexedsearch-info DT {
                display: inline-block
            }

            .tx-indexedsearch-info DD {
                margin: 0 5px
            }

main {
    margin-bottom: 40px
}

    main > .fsc-frame {
        margin-left: auto;
        margin-right: auto;
        max-width: 1340px;
        padding: 30px
    }

        main > .fsc-frame.news_pi1 {
            max-width: 100%;
            padding: 0
        }

.frame {
    margin-bottom: 80px;
    margin-top: 80px
}

    .frame.frame-space-after-extra-small:after {
        content: "";
        display: block;
        padding-bottom: 40px
    }

    .frame.frame-space-after-small:after {
        content: "";
        display: block;
        padding-bottom: 80px
    }

    .frame.frame-space-after-medium:after {
        content: "";
        display: block;
        padding-bottom: 120px
    }

    .frame.frame-space-after-large:after {
        content: "";
        display: block;
        padding-bottom: 160px
    }

    .frame.frame-space-after-extra-large:after {
        content: "";
        display: block;
        padding-bottom: 200px
    }

.ce-gallery figcaption {
    font-size: 80%;
    line-height: 1.1em
}

.ce-media img {
    height: auto;
    max-width: 100%
}

.ce-div {
    background: none;
    border: none;
    border-bottom: 1px solid #484848;
    margin: 40px auto;
    max-width: 1370px;
    width: 100%
}

@media(max-width:960px) {
    .frame {
        margin-bottom: 30px;
        margin-top: 30px
    }

    .frameheader {
        padding: 0
    }
}

.bannerslider, .thumbbannerslider {
    overflow: hidden;
    transition: max-height 1s ease;
    visibility: hidden
}

    .bannerslider.slick-initialized, .thumbbannerslider.slick-initialized {
        visibility: visible
    }

    .bannerslider img, .thumbbannerslider img {
        display: block;
        width: 100%
    }

    .bannerslider .slideitem, .thumbbannerslider .slideitem {
        position: relative
    }

        .bannerslider .slideitem .slideclaimboxwrap, .thumbbannerslider .slideitem .slideclaimboxwrap {
            height: 100%;
            left: 0;
            margin: 0 auto;
            max-width: 1340px;
            position: absolute;
            right: 0;
            top: 0
        }

            .bannerslider .slideitem .slideclaimboxwrap .slideclaimbox, .thumbbannerslider .slideitem .slideclaimboxwrap .slideclaimbox {
                left: 0;
                max-width: 750px;
                padding: 30px 60px;
                position: absolute;
                text-align: left;
                top: 50%;
                transform: translateY(-50%);
                z-index: 500
            }

            .bannerslider .slideitem .slideclaimboxwrap .slideclaimbox--1, .thumbbannerslider .slideitem .slideclaimboxwrap .slideclaimbox--1 {
                left: 50%;
                text-align: center;
                transform: translate(-50%,-50%)
            }

            .bannerslider .slideitem .slideclaimboxwrap .slideclaimbox--2, .thumbbannerslider .slideitem .slideclaimboxwrap .slideclaimbox--2 {
                left: unset;
                right: 0;
                text-align: right
            }

            .bannerslider .slideitem .slideclaimboxwrap .slideclaimbox .slideclaim, .thumbbannerslider .slideitem .slideclaimboxwrap .slideclaimbox .slideclaim {
                display: inline-block;
                line-height: 1em;
                margin-bottom: 10px;
                padding: 4px;
                text-shadow: 1px 1px 1px rgb(0,0,0)
            }

            .bannerslider .slideitem .slideclaimboxwrap .slideclaimbox .slideclaim1, .thumbbannerslider .slideitem .slideclaimboxwrap .slideclaimbox .slideclaim1 {
                color: #fff;
                display: block;
                font-family: Frutiger Neue W01 Light,sans-serif;
                font-size: 22px;
                line-height: 1.2em;
                margin-bottom: 40px;
                text-transform: none
            }

            .bannerslider .slideitem .slideclaimboxwrap .slideclaimbox .slideclaim2, .thumbbannerslider .slideitem .slideclaimboxwrap .slideclaimbox .slideclaim2 {
                color: #fff;
                font-family: Frutiger Neue W01 Bd,sans-serif;
                font-size: 38px;
                text-transform: uppercase
            }

            .bannerslider .slideitem .slideclaimboxwrap .slideclaimbox .readmorebutton, .thumbbannerslider .slideitem .slideclaimboxwrap .slideclaimbox .readmorebutton {
                color: #fff
            }

                .bannerslider .slideitem .slideclaimboxwrap .slideclaimbox .readmorebutton a, .thumbbannerslider .slideitem .slideclaimboxwrap .slideclaimbox .readmorebutton a {
                    border: 1px solid #fff;
                    color: #fff;
                    padding: 10px
                }

                    .bannerslider .slideitem .slideclaimboxwrap .slideclaimbox .readmorebutton a:hover, .thumbbannerslider .slideitem .slideclaimboxwrap .slideclaimbox .readmorebutton a:hover {
                        background: #00699f
                    }

.thumbbannersliderwrap {
    position: relative
}

    .thumbbannersliderwrap .bannerthumbs {
        bottom: 20px;
        height: auto;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        width: 100%
    }

        .thumbbannersliderwrap .bannerthumbs img {
            margin: 0 5px
        }

.headerpic {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: 500
}

@media(max-width:700px) {
    .bannerslider .slideitem .slideclaimboxwrap .slideclaimbox, .thumbbannerslider .slideitem .slideclaimboxwrap .slideclaimbox {
        padding: 30px
    }
}

@media(max-width:450px) {
    .bannerslider .slideitem .slideclaimboxwrap .slideclaimbox .slideclaim2, .thumbbannerslider .slideitem .slideclaimboxwrap .slideclaimbox .slideclaim2 {
        font-size: 30px
    }

    .bannerslider .slideitem .slideclaimboxwrap .slideclaimbox .slideclaim1, .thumbbannerslider .slideitem .slideclaimboxwrap .slideclaimbox .slideclaim1 {
        font-size: 20px
    }
}

.dividerteaserelement {
    margin: 100px 0;
    text-align: center
}

    .dividerteaserelement .dividerteaserbgimage {
        overflow: hidden;
        position: relative;
        text-align: center;
        width: 100%
    }

        .dividerteaserelement .dividerteaserbgimage .dividerteasercover {
            background-image: url('/static/images/dividerteaser_blue.svg');
            background-position: 0;
            background-repeat: no-repeat;
            background-size: cover;
            height: 100%;
            pointer-events: none;
            position: absolute;
            width: 100%
        }

@media(min-width:960px) {
    .dividerteaserelement .dividerteaserbgimage .dividerteasercover {
        background-position: 50%
    }
}

.dividerteaserelement .dividerteaserbgimage .dividerteasercontent {
    left: 0;
    margin: 0 auto;
    max-width: 80%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.dividerteaserelement .dividerteaserbgimage .dividerteasertitle .h3 {
    color: #008bd2;
    font-family: Frutiger Neue W01 Light,sans-serif;
    margin-bottom: 18px;
    text-transform: uppercase
}

.dividerteaserelement .dividerteaserbgimage .dividerteasertitle2 .h4 {
    color: #fff;
    font-family: Frutiger Neue W01 Light;
    font-size: 38px;
    margin-bottom: 50px;
    text-transform: uppercase
}

.dividerteaserelement .readmorebutton {
    color: #fff
}

    .dividerteaserelement .readmorebutton a {
        border: 1px solid #008bd2;
        color: #fff;
        padding: 10px
    }

        .dividerteaserelement .readmorebutton a:hover {
            background: #00699f
        }

.dividerteaser__image {
    display: block;
    width: 100%
}

@media(max-width:960px) {
    .frame-type-mask_dividerteaser .dividerteaserelement {
        overflow: hidden
    }

    .frame-type-mask_dividerteaser img {
        max-width: none
    }

    .frame-type-mask_dividerteaser .dividerteasercover {
        min-height: 600px
    }
}

.downloaditem.backcheck1 img {
    margin-bottom: 0
}

.downloaditem .downloaditemwrap {
    background-color: #f3f3f3;
    box-shadow: none;
    cursor: pointer;
    margin: 30px auto;
    overflow: hidden;
    padding: 8px;
    position: relative;
    transition: all .2s ease;
    width: 70%
}

    .downloaditem .downloaditemwrap:after, .downloaditem .downloaditemwrap:before {
        background: #c1c1c1;
        content: "";
        height: 100%;
        opacity: .25;
        position: absolute;
        top: 0;
        transform: skew(-15deg);
        width: 120px
    }

    .downloaditem .downloaditemwrap:before {
        left: -94px
    }

    .downloaditem .downloaditemwrap:after {
        right: -20px
    }

    .downloaditem .downloaditemwrap:hover {
        background: #008bd2;
        box-shadow: 3px 3px 24px 0 rgba(0,0,0,.75);
        transform: scale(1.05)
    }

        .downloaditem .downloaditemwrap:hover .downloaditemsubtitle {
            color: #fff
        }

.downloaditem .downloaditemicon {
    height: auto;
    position: absolute;
    right: 30px;
    top: 15px;
    width: 30px
}

.downloaditem .downloaditemtext {
    padding-left: 30px;
    position: relative;
    z-index: 100
}

.downloaditem .downloaditemtitle {
    color: #1e1e1e;
    font-family: Frutiger Neue W01 Light;
    font-size: 18px
}

.downloaditem .downloaditemsubtitle {
    font-size: 14px
}

@media(max-width:700px) {
    .downloaditem .downloaditemwrap {
        width: 90%
    }
}

.iframebox {
    height: 0;
    overflow: hidden;
    position: relative;
    width: 100%
}

    .iframebox iframe {
        height: 100% !important;
        left: 0;
        position: absolute;
        top: 0;
        width: 100% !important
    }

.keyfeaturesitem {
    margin: 60px 0
}

    .keyfeaturesitem.backcheck1 {
        padding: 60px 0 10px
    }

        .keyfeaturesitem.backcheck1 img {
            margin-bottom: 25px
        }

    .keyfeaturesitem .keyfeatureswrap {
        margin-bottom: 80px
    }

    .keyfeaturesitem .keyfeaturesimg {
        height: auto;
        margin: 0 auto;
        text-align: center;
        width: 100%
    }

    .keyfeaturesitem .keyfeaturestext {
        color: #008bd2;
        text-align: center
    }

.frame-type-mask_licensetiles {
    text-align: center
}

    .frame-type-mask_licensetiles .lictileitem {
        background: #f3f3f3;
        box-shadow: 0 5px 20px #0006;
        display: inline-block;
        margin: 0 25px 40px;
        max-width: 320px;
        text-align: left;
        vertical-align: top;
        width: 100%
    }

    .frame-type-mask_licensetiles .lictileheader {
        background: #1e1e1e;
        color: #f3f3f3;
        font-family: FrutigerNeueW01-LightIt;
        font-size: 40px;
        padding: 15px
    }

        .frame-type-mask_licensetiles .lictileheader img, .frame-type-mask_licensetiles .lictileheader span {
            display: inline-block;
            vertical-align: middle
        }

        .frame-type-mask_licensetiles .lictileheader img {
            margin-right: 10px
        }

    .frame-type-mask_licensetiles .lictilecontent {
        font-size: 90%;
        line-height: 1.5em;
        padding: 15px
    }

        .frame-type-mask_licensetiles .lictilecontent .lictilesubtitle {
            display: block;
            font-family: FrutigerNeueW01-LightIt;
            font-size: 1.25em;
            text-align: center
        }

        .frame-type-mask_licensetiles .lictilecontent ul {
            list-style-type: none;
            padding-left: 20px
        }

            .frame-type-mask_licensetiles .lictilecontent ul li {
                margin-bottom: .4em;
                position: relative
            }

                .frame-type-mask_licensetiles .lictilecontent ul li:before {
                    content: "»";
                    left: -16px;
                    position: absolute
                }

.frame-type-mask_navtiles {
    text-align: center
}

    .frame-type-mask_navtiles .navtileitem {
        display: inline-block;
        margin: 0 25px 40px;
        max-width: 285px;
        width: 100%
    }

    .frame-type-mask_navtiles .navtileinnerwrap {
        background: #1e1e1e;
        position: relative;
        transition: transform .2s ease
    }

        .frame-type-mask_navtiles .navtileinnerwrap:hover {
            transform: scale(1.05)
        }

            .frame-type-mask_navtiles .navtileinnerwrap:hover .navtileteaser {
                opacity: 1
            }

    .frame-type-mask_navtiles a {
        color: #f3f3f3
    }

    .frame-type-mask_navtiles img {
        display: block
    }

    .frame-type-mask_navtiles .navtiletitle {
        background: rgba(0,0,0,.8);
        bottom: 0;
        display: block;
        left: 0;
        padding: 10px;
        position: absolute;
        width: 100%;
        z-index: 10
    }

    .frame-type-mask_navtiles .navtileteaser {
        background: rgba(0,0,0,.8);
        font-size: 80%;
        height: 100%;
        left: 0;
        line-height: 1.2em;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: opacity .2s ease;
        width: 100%
    }

    .frame-type-mask_navtiles .navtileteaserinner {
        padding: 10px 10px 50px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%
    }

@media(max-width:1676px) {
    .frame-type-mask_navtiles .navitemcount-5 {
        display: inline
    }
}

@media(max-width:1350px) {
    .frame-type-mask_navtiles .navitemcount-4 {
        display: inline
    }
}

@media(max-width:1006px) {
    .frame-type-mask_navtiles .navitemcount-3 {
        display: inline
    }
}

@media(max-width:700px) {
    .frame-type-mask_navtiles .navitemcount-2 {
        display: inline
    }
}

.news {
    margin: 0 auto;
    max-width: 1340px
}

.news-backlink-wrap {
    display: none
}

.newscatfilter .filterinfo {
    font-size: 80%
}

.newscatfilter ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

    .newscatfilter ul li {
        display: inline-block;
        font-size: 80%;
        margin-right: 5px
    }

        .newscatfilter ul li a {
            display: block
        }

.newscatfilter .bluebtn {
    padding: 5px 10px
}

    .newscatfilter .bluebtn.allbtn {
        border-color: #c1c1c1
    }

.newslisttemplate50, .newslisttemplate100, .newslisttemplate200 {
    text-align: left
}

    .newslisttemplate50 .tilesameheight, .newslisttemplate100 .tilesameheight, .newslisttemplate200 .tilesameheight {
        margin-bottom: 30px
    }

    .newslisttemplate50 .article, .newslisttemplate100 .article, .newslisttemplate200 .article {
        padding: 15px;
        width: 100%
    }

    .newslisttemplate50 .news-img-wrap, .newslisttemplate100 .news-img-wrap, .newslisttemplate200 .news-img-wrap {
        box-shadow: 0 5px 20px rgba(0,0,0,.21);
        transition: transform .3s ease
    }

        .newslisttemplate50 .news-img-wrap img, .newslisttemplate100 .news-img-wrap img, .newslisttemplate200 .news-img-wrap img {
            display: block;
            width: 100%
        }

        .newslisttemplate50 .news-img-wrap:hover, .newslisttemplate100 .news-img-wrap:hover, .newslisttemplate200 .news-img-wrap:hover {
            transform: scale(1.02) translateY(-2%)
        }

            .newslisttemplate50 .news-img-wrap:hover .teaser-text, .newslisttemplate100 .news-img-wrap:hover .teaser-text, .newslisttemplate200 .news-img-wrap:hover .teaser-text {
                background-color: #008bd2;
                color: #fff;
                transition: background-color .3s ease
            }

                .newslisttemplate50 .news-img-wrap:hover .teaser-text .morearrowdown, .newslisttemplate50 .news-img-wrap:hover .teaser-text .news-list-date, .newslisttemplate50 .news-img-wrap:hover .teaser-text .teaserheader, .newslisttemplate100 .news-img-wrap:hover .teaser-text .morearrowdown, .newslisttemplate100 .news-img-wrap:hover .teaser-text .news-list-date, .newslisttemplate100 .news-img-wrap:hover .teaser-text .teaserheader, .newslisttemplate200 .news-img-wrap:hover .teaser-text .morearrowdown, .newslisttemplate200 .news-img-wrap:hover .teaser-text .news-list-date, .newslisttemplate200 .news-img-wrap:hover .teaser-text .teaserheader {
                    color: #fff;
                    transition: color .3s ease
                }

                    .newslisttemplate50 .news-img-wrap:hover .teaser-text .morearrowdown:after, .newslisttemplate100 .news-img-wrap:hover .teaser-text .morearrowdown:after, .newslisttemplate200 .news-img-wrap:hover .teaser-text .morearrowdown:after {
                        border-bottom: 1px solid #fff
                    }

            .newslisttemplate50 .news-img-wrap:hover .header, .newslisttemplate100 .news-img-wrap:hover .header, .newslisttemplate200 .news-img-wrap:hover .header {
                opacity: 0;
                transition: opacity .2s ease
            }

        .newslisttemplate50 .news-img-wrap .header, .newslisttemplate100 .news-img-wrap .header, .newslisttemplate200 .news-img-wrap .header {
            background: #008bd2;
            box-shadow: 0 0 10px #1e1e1e;
            margin-bottom: 10px;
            padding-left: 1.3em
        }

            .newslisttemplate50 .news-img-wrap .header h3, .newslisttemplate100 .news-img-wrap .header h3, .newslisttemplate200 .news-img-wrap .header h3 {
                color: #fff;
                font-size: 15px;
                margin: 5px 0
            }

                .newslisttemplate50 .news-img-wrap .header h3 a, .newslisttemplate100 .news-img-wrap .header h3 a, .newslisttemplate200 .news-img-wrap .header h3 a {
                    color: #fff
                }

        .newslisttemplate50 .news-img-wrap .teaser-text, .newslisttemplate100 .news-img-wrap .teaser-text, .newslisttemplate200 .news-img-wrap .teaser-text {
            background-color: #fff;
            color: #1e1e1e;
            font-size: 90%;
            height: 100%;
            min-height: 250px;
            transition: background-color .3s ease;
            width: 100%
        }

            .newslisttemplate50 .news-img-wrap .teaser-text .teasertextinnerwrap, .newslisttemplate100 .news-img-wrap .teaser-text .teasertextinnerwrap, .newslisttemplate200 .news-img-wrap .teaser-text .teasertextinnerwrap {
                display: flex;
                flex-direction: column;
                height: 100%;
                padding: 25px
            }

                .newslisttemplate50 .news-img-wrap .teaser-text .teasertextinnerwrap .news-wrapper-button-date, .newslisttemplate100 .news-img-wrap .teaser-text .teasertextinnerwrap .news-wrapper-button-date, .newslisttemplate200 .news-img-wrap .teaser-text .teasertextinnerwrap .news-wrapper-button-date {
                    display: flex;
                    justify-content: space-between;
                    margin-top: auto
                }

            .newslisttemplate50 .news-img-wrap .teaser-text .teaserheader, .newslisttemplate100 .news-img-wrap .teaser-text .teaserheader, .newslisttemplate200 .news-img-wrap .teaser-text .teaserheader {
                color: #008bd2;
                font-family: Frutiger Neue W01 Light,sans-serif;
                font-size: 130%;
                margin-bottom: 15px;
                overflow: hidden
            }

                .newslisttemplate50 .news-img-wrap .teaser-text .teaserheader + div, .newslisttemplate100 .news-img-wrap .teaser-text .teaserheader + div, .newslisttemplate200 .news-img-wrap .teaser-text .teaserheader + div {
                    margin-bottom: 15px
                }

            .newslisttemplate50 .news-img-wrap .teaser-text .news-list-date, .newslisttemplate100 .news-img-wrap .teaser-text .news-list-date, .newslisttemplate200 .news-img-wrap .teaser-text .news-list-date {
                color: #878787
            }

            .newslisttemplate50 .news-img-wrap .teaser-text .morearrowdown, .newslisttemplate100 .news-img-wrap .teaser-text .morearrowdown, .newslisttemplate200 .news-img-wrap .teaser-text .morearrowdown {
                color: #008bd2;
                position: relative;
                text-transform: uppercase;
                width: 140px
            }

                .newslisttemplate50 .news-img-wrap .teaser-text .morearrowdown:after, .newslisttemplate100 .news-img-wrap .teaser-text .morearrowdown:after, .newslisttemplate200 .news-img-wrap .teaser-text .morearrowdown:after {
                    border-bottom: 1px solid #1e1e1e;
                    content: "";
                    display: block;
                    position: absolute;
                    width: 165px
                }

    .newslisttemplate50 .footer, .newslisttemplate100 .footer, .newslisttemplate200 .footer {
        font-size: 20px;
        padding: 0 15px;
        position: relative
    }

        .newslisttemplate50 .footer p, .newslisttemplate100 .footer p, .newslisttemplate200 .footer p {
            line-height: normal
        }

        .newslisttemplate50 .footer .news-list-date, .newslisttemplate100 .footer .news-list-date, .newslisttemplate200 .footer .news-list-date {
            bottom: 20px;
            color: #fff;
            display: none;
            left: -1px;
            position: absolute;
            width: 100%
        }

            .newslisttemplate50 .footer .news-list-date time, .newslisttemplate100 .footer .news-list-date time, .newslisttemplate200 .footer .news-list-date time {
                background: url('../images/date_shape.svg') 50% no-repeat;
                background-size: 100% 100%;
                padding: 25px
            }

        .newslisttemplate50 .footer .news-list-category, .newslisttemplate100 .footer .news-list-category, .newslisttemplate200 .footer .news-list-category {
            display: none
        }

.newslisttemplate5 .news-img-wrap {
    height: 100%;
    margin: 15px;
    width: 100%
}

.newslisttemplate5 .newscontentwrap {
    background: rgba(0,0,0,.5);
    bottom: 40px;
    left: 0;
    margin: 0 auto;
    max-width: 60%;
    padding: 60px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 40px
}

    .newslisttemplate5 .newscontentwrap .header h3 {
        background: none;
        color: #fff
    }

    .newslisttemplate5 .newscontentwrap .teaser-text {
        color: #fff
    }

.newslisttemplate5 .news-img-border {
    bottom: 7px;
    left: 0;
    margin: 10px;
    position: absolute;
    right: 0;
    top: 0
}

.newslisttemplate5 .more {
    background-color: #008bd2;
    color: #fff;
    text-align: center
}

.newslisttemplate100 {
    margin-bottom: 100px;
    padding: 0 60px
}

    .newslisttemplate100 .article {
        border: none
    }

.newslisttemplate300 {
    margin-bottom: 130px;
    padding: 0 60px
}

    .newslisttemplate300 .article {
        border: none;
        padding: 30px;
        text-align: left;
        width: 100%
    }

        .newslisttemplate300 .article .news-content, .newslisttemplate300 .article .news-img-wrap {
            display: inline-block
        }

        .newslisttemplate300 .article .news-img-wrap {
            padding: 20px 30px 0 0;
            vertical-align: top;
            width: 30%
        }

            .newslisttemplate300 .article .news-img-wrap img {
                display: block
            }

        .newslisttemplate300 .article .news-content {
            width: 70%
        }

    .newslisttemplate300 .header h3 {
        margin-bottom: 10px !important
    }

        .newslisttemplate300 .header h3 a {
            color: #008bd2;
            font-family: Frutiger Neue W01 Light,sans-serif;
            font-size: 17px;
            text-transform: none
        }

    .newslisttemplate300 .teaser-text .news-text {
        margin-bottom: 15px
    }

    .newslisttemplate300 .footer .news-list-category {
        display: none
    }

.newslisttemplate400 {
    padding: 30px
}

    .newslisttemplate400 .article {
        margin-bottom: 30px
    }

    .newslisttemplate400 .newscontentwrap {
        background-color: #f9f9f9
    }

    .newslisttemplate400 .header {
        background-color: #f3f3f3;
        cursor: pointer;
        overflow: hidden;
        padding: 8px 30px;
        position: relative
    }

        .newslisttemplate400 .header:after, .newslisttemplate400 .header:before {
            background: #c1c1c1;
            content: "";
            height: 100%;
            opacity: .25;
            position: absolute;
            top: 0;
            transform: skew(-15deg);
            width: 120px
        }

        .newslisttemplate400 .header:before {
            left: -94px
        }

        .newslisttemplate400 .header:after {
            right: -20px
        }

        .newslisttemplate400 .header h3 {
            color: #008bd2;
            font-size: 18px
        }

    .newslisttemplate400 .news-list-date {
        font-size: 14px
    }

    .newslisttemplate400 .teaser-text {
        color: #878787;
        display: none;
        padding: 30px
    }

.newslisttemplate500 .newsgroup {
    margin-bottom: 40px
}

.newslisttemplate500 .news-img-wrap img {
    display: block;
    margin-bottom: -2px
}

.newslisttemplate500 .groupitem {
    border: 1px solid transparent;
    cursor: pointer;
    margin-bottom: -1px;
    padding-bottom: 20px;
    position: relative;
    transition: border .4s ease
}

    .newslisttemplate500 .groupitem.opened {
        background: #1e1e1e;
        border: 1px solid #004977;
        border-bottom-color: #1e1e1e;
        box-shadow: 0 -10px 50px rgba(0,165,255,.4);
        color: #f3f3f3
    }

        .newslisttemplate500 .groupitem.opened:after {
            background: #1e1e1e;
            bottom: -30px;
            content: "";
            display: block;
            height: 30px;
            position: absolute;
            width: 100%
        }

.newslisttemplate500 .header {
    background: #008bd2;
    padding: 15px;
    width: 100%
}

    .newslisttemplate500 .header h3 {
        color: #fff;
        font-family: Frutiger Neue W01 Light,sans-serif;
        font-size: 15px;
        margin: 0
    }

.newslisttemplate500 .groupcontent {
    background: #1e1e1e;
    border: 1px solid #004977;
    box-shadow: 0 0 70px rgba(0,165,255,.4);
    color: #f3f3f3;
    display: none;
    margin-right: 1px;
    padding: 30px
}

    .newslisttemplate500 .groupcontent .mediawrap .newsimage {
        display: inline-block;
        padding-left: 10px;
        width: 50%
    }

    .newslisttemplate500 .groupcontent .mediawrap.smallimagewrap .newsimage, .newslisttemplate500 .groupcontent .mediawrap.smallimagewrap .videowrap {
        width: 100%
    }

    .newslisttemplate500 .groupcontent .mediawrap .videowrap {
        display: inline-block;
        padding-left: 10px;
        position: relative;
        width: 100%
    }

        .newslisttemplate500 .groupcontent .mediawrap .videowrap img {
            padding-left: 0;
            width: 100%
        }

        .newslisttemplate500 .groupcontent .mediawrap .videowrap .playbtn {
            position: absolute;
            width: 80px
        }

.backcheck1 .groupcontent {
    color: #878787
}

.page-navigation {
    display: flex;
    font-size: 80%;
    justify-content: center;
    padding: 15px 30px 5px
}

    .page-navigation:after, .page-navigation:before {
        content: "";
        display: table
    }

    .page-navigation:after {
        clear: both
    }

    .page-navigation P {
        display: none
    }

    .page-navigation .f3-widget-paginator {
        border: 2px solid #dedede;
        border-radius: 5px;
        display: flex;
        float: right;
        list-style-type: none;
        margin: 0;
        padding: 0
    }

.backcheck1 .page-navigation .f3-widget-paginator {
    border-color: #6e6e6e
}

.page-navigation .f3-widget-paginator LI {
    align-items: center;
    display: flex;
    font-family: Frutiger Neue W01 Bd;
    height: 40px;
    justify-content: center;
    margin-left: 0;
    min-width: 45px
}

    .page-navigation .f3-widget-paginator LI:not(:last-child) {
        border-right: 2px solid #dedede
    }

.backcheck1 .page-navigation .f3-widget-paginator LI:not(:last-child) {
    border-color: #6e6e6e
}

.page-navigation .f3-widget-paginator LI:last-child:after {
    content: ""
}

.page-navigation .f3-widget-paginator LI.current {
    color: #008bd2
}

.page-navigation .f3-widget-paginator LI A {
    align-items: center;
    color: #1e1e1e;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 5px 15px;
    width: 100%
}

.backcheck1 .page-navigation .f3-widget-paginator LI A {
    color: #f3f3f3
}

.page-navigation .f3-widget-paginator LI A:hover {
    color: #008bd2
}

.page-navigation .f3-widget-paginator LI SPAN {
    font-family: Frutiger Neue W01 Light;
    padding: .15rem
}

@media(max-width:960px) {
    .newslisttemplate100 {
        padding: 0
    }

        .newslisttemplate50 .article, .newslisttemplate100 .article, .newslisttemplate200 .article {
            margin-left: auto;
            margin-right: auto;
            max-width: 450px;
            padding: 30px
        }

    .newslisttemplate300 {
        padding: 0
    }

        .newslisttemplate300 .article .news-content, .newslisttemplate300 .article .news-img-wrap {
            display: block;
            width: 100%
        }

    .newslisttemplate500 .article {
        margin-left: auto;
        margin-right: auto;
        max-width: 450px
    }

    .newslisttemplate500 .news-content {
        position: relative
    }

    .newslisttemplate500 .groupitem {
        margin-bottom: 40px;
        padding-bottom: 0
    }

        .newslisttemplate500 .groupitem.opened:after {
            display: none
        }

    .newslisttemplate500 .groupcontent {
        border: none;
        padding-bottom: 0
    }
}

.news-single .article .news-img-caption {
    font-size: 80%;
    line-height: 1.4em;
    margin-bottom: 25px
}

.news-single .article .newscontentwrap {
    margin: 0 auto;
    max-width: 1340px;
    padding: 30px
}

.news-single .article .header h1 {
    color: #878787;
    font-family: Frutiger Neue W01 Light,sans-serif;
    text-transform: uppercase
}

.news-single .article .footer .news-list-date {
    color: #fff;
    width: 100%
}

    .news-single .article .footer .news-list-date time {
        background: url('../images/date_shape.svg') 50% no-repeat;
        background-size: 100% 100%;
        padding: 15px
    }

.newssingletemplate20 {
    max-width: 100%
}

    .newssingletemplate20 .news-img-wrap img {
        border-left: 2px solid #fff
    }

.newssingle30 {
    margin-top: 0
}

.newssingletemplate30 {
    max-width: 100%
}

    .newssingletemplate30 .news-headerbanner {
        position: relative
    }

        .newssingletemplate30 .news-headerbanner img {
            display: block
        }

    .newssingletemplate30 .newsbannerheaderwrap {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .newssingletemplate30 .newsbannerheader {
        color: #fff;
        left: 0;
        margin: 0 auto;
        max-width: 1340px;
        padding: 30px;
        position: absolute;
        right: 0;
        text-shadow: 0 0 6px rgba(0,0,0,.7);
        top: 50%;
        transform: translateY(-50%)
    }

    .newssingletemplate30 .newsbannertext1 {
        font-family: Frutiger Neue W01 Bd,sans-serif;
        font-size: 38px;
        line-height: 1em;
        margin-bottom: 20px;
        text-transform: uppercase
    }

    .newssingletemplate30 .newsbannertext2 {
        font-size: 22px;
        line-height: 1em
    }

    .newssingletemplate30 .newscontentwrap {
        margin-top: 80px
    }

.frame-layout-120 .producttilemenu .producttilemenuwrap {
    margin-bottom: 50px
}

    .frame-layout-120 .producttilemenu .producttilemenuwrap h3 {
        font-family: Frutiger Neue W01 Light,sans-serif;
        font-size: 17px;
        text-transform: none
    }

    .frame-layout-120 .producttilemenu .producttilemenuwrap .productimage {
        border: 1px solid #f3f3f3;
        padding: 30px;
        transition: border .2s ease
    }

        .frame-layout-120 .producttilemenu .producttilemenuwrap .productimage:hover {
            border: 1px solid #008bd2
        }

.frame-type-mask_simpleimages .simpleimageicon {
    display: inline-block;
    margin-right: 10px
}

    .frame-type-mask_simpleimages .simpleimageicon img {
        display: block
    }

.simpleimageicon {
    display: inline-block;
    margin-right: 10px
}

.simpleimageicon img {
    display: block
}

.frame-type-mask_teammemberitems .teammemberinnerwrap {
    margin: 0 auto;
    max-width: 800px;
    padding: 30px
}

.frame-type-mask_teammemberitems .teammemberitem {
    margin-bottom: 60px;
    text-align: center
}

    .frame-type-mask_teammemberitems .teammemberitem img, .frame-type-mask_teammemberitems .teammemberitem span {
        display: block
    }

    .frame-type-mask_teammemberitems .teammemberitem .teammemberimagewrap {
        border-radius: 50%;
        display: inline-block;
        margin: 0 auto 1em;
        overflow: hidden
    }

    .frame-type-mask_teammemberitems .teammemberitem .teammembername {
        color: #008bd2;
        font-size: 25px;
        margin-bottom: .5em
    }

    .frame-type-mask_teammemberitems .teammemberitem .teammemberrole {
        font-family: FrutigerNeueW01-LightIt;
        font-size: 19px
    }

.backcheck1 .teammemberrole {
    color: #f3f3f3
}

.frame-layout-0 .bufftxtmediacontent p {
    margin-left: auto;
    margin-right: auto
}

.bufftxtcenter, .bufftxtcenter .text-center, .bufftxtcenter .text-right {
    text-align: center
}

.bufftxtmedialook-0, .bufftxtmedialook-1, .bufftxtmedialook-4, .bufftxtmedialook-5, .bufftxtmedialook-8, .bufftxtmedialook-9 {
    padding: 15px
}

.bufftxtmedialook-2 img, .bufftxtmedialook-3 img {
    width: 100%
}

.bufftxtmedialook-4 img, .bufftxtmedialook-11 img {
    margin-bottom: 30px
}

.bufftxtmedialook-6 .imagewrap {
    overflow: hidden
}

.bufftxtmedialook-6 img {
    float: left;
    max-width: none;
    width: 950px
}

.bufftxtmedialook-7 .imagewrap {
    overflow: hidden
}

.bufftxtmedialook-7 img {
    float: right;
    max-width: none;
    width: 950px
}

.bufftxtmedialook-2 .bufftxtmediacontent, .bufftxtmedialook-6 .bufftxtmediacontent {
    float: right;
    max-width: 670px;
    padding-left: 50px
}

    .bufftxtmedialook-2 .bufftxtmediacontent:after, .bufftxtmedialook-2 .bufftxtmediacontent:before, .bufftxtmedialook-6 .bufftxtmediacontent:after, .bufftxtmedialook-6 .bufftxtmediacontent:before {
        content: "";
        display: table
    }

    .bufftxtmedialook-2 .bufftxtmediacontent:after, .bufftxtmedialook-6 .bufftxtmediacontent:after {
        clear: both
    }

.bufftxtmedialook-3 .bufftxtmediacontent, .bufftxtmedialook-7 .bufftxtmediacontent {
    max-width: 670px;
    padding-right: 50px
}

.bufftxtmedialook-4 .bufftxtmediacontent, .bufftxtmedialook-5 .bufftxtmediacontent, .bufftxtmedialook-11 .bufftxtmediacontent {
    margin: 0 auto;
    max-width: 800px
}

.bufftxtmedialook-8 .bufftxtmediacontent, .bufftxtmedialook-9 .bufftxtmediacontent {
    margin: 0 auto;
    max-width: 1340px
}

.news-popup-youtube, .popup-youtube, .txt-media-popup-youtube {
    cursor: pointer
}

.mfp-inline-holder .mfp-content {
    height: 100%;
    line-height: 0;
    max-height: 80%;
    max-width: 80%;
    width: 100%
}

.mfp-iframe-scaler {
    margin: auto;
    overflow: visible
}

    .mfp-iframe-scaler [data-type=placeholder] {
        box-shadow: 0 0 8px rgba(0,0,0,.6);
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }

    .mfp-iframe-scaler .mfp-close {
        color: #fff;
        transform: translateY(-100%)
    }

.buffacco-wrapper {
    margin-bottom: 40px;
    padding: 30px 0
}

.bufftxtmedialook-10 {
    border-top: 1px solid #008bd2;
    margin: 0 auto;
    max-width: 940px;
    padding: 0 30px
}

    .bufftxtmedialook-10 header {
        cursor: pointer;
        font-size: 120%;
        padding: 30px 0;
        position: relative;
        transition: color .2s ease
    }

        .bufftxtmedialook-10 header:hover {
            color: #008bd2
        }

        .bufftxtmedialook-10 header:after {
            color: #008bd2;
            content: "";
            font-family: FontAwesome;
            font-size: 160%;
            position: absolute;
            right: 5px;
            transition: all .3s ease
        }

        .bufftxtmedialook-10 header.open {
            color: #008bd2
        }

            .bufftxtmedialook-10 header.open:after {
                transform: rotate(90deg);
                transition: all .2s ease
            }

    .bufftxtmedialook-10 .acco-subtitle {
        color: #1e1e1e;
        display: inline-block;
        font-size: 35px;
        padding: 0 0 30px;
        text-transform: uppercase
    }

    .bufftxtmedialook-10 .ce-main {
        padding: 30px 0
    }

.buffacco-wrapper .bufftxtmedialook-10:last-child {
    border-bottom: 1px solid #008bd2
}

.backcheck1 .bufftxtmedialook-10 .acco-subtitle {
    color: #fff
}

.backcheck1 .frame.prevaccoheader {
    margin: 0
}

.frame.prevaccoheader {
    margin-bottom: 0
}

.noprocessimage {
    width: 100%
}

@media(max-width:960px) {
    .frame-type-mask_bufftxtmedia {
        padding: 30px
    }

        .frame-type-mask_bufftxtmedia .bufftxtmediacontent {
            float: none;
            margin-bottom: 2em;
            max-width: none;
            padding-left: 0;
            padding-right: 0
        }

        .frame-type-mask_bufftxtmedia.frame-layout-0 .bufftxtmediacontent p {
            max-width: none
        }
}

.frame.frame-type-mask_threecoltiles {
    padding: 30px
}

.threecoltile {
    display: block;
    height: 100%
}

    .threecoltile.shadow {
        box-shadow: 0 3px 12px 0 #c1c1c1
    }

.backcheck1 .threecoltile.shadow {
    box-shadow: 0 3px 12px 0 #000
}

.threecoltilesameheight {
    margin-bottom: 45px
}

.threecoltile__content {
    padding: 15px;
    text-align: center
}

    .threecoltile__content .h4 {
        color: #008bd2;
        font-family: Frutiger Neue W01 Light,sans-serif;
        font-size: 25px;
        font-weight: 400;
        line-height: 1.2em;
        margin: 0 0 8px
    }

    .threecoltile__content p:last-of-type {
        margin-bottom: 0
    }

.threecoltile__txt {
    color: #878787 !important
}

.backcheck1 .threecoltile__txt {
    color: #c1c1c1 !important
}

.threecoltile img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%
}

.videoheader figure {
    margin: 0
}

.videoheader video {
    display: block;
    height: auto;
    max-width: 100%
}

.videoheader.noscaler {
    position: relative
}

    .videoheader.noscaler figure {
        height: 100%;
        overflow: hidden
    }

.white-popup {
    background: #fff;
    margin: 20px auto;
    max-width: 500px;
    padding: 20px;
    position: relative;
    width: auto
}

.news-popup-youtube, .popup-youtube, .txt-media-popup-youtube {
    display: inline-block;
    position: relative
}

    .news-popup-youtube .playbtn, .popup-youtube .playbtn, .txt-media-popup-youtube .playbtn {
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 80px
    }


/* The Modal (background) */
.modal {
    position: fixed;
    z-index: 2000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.3);
}

.close {
    display: none;
}

.open {
    display: block;
}

/* Modal Header */
.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

/* Modal Body */
.modal-body {
    padding: 2px 16px;
}

/* Modal Footer */
.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

/* Modal Content */
.modal-content {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.5s
}

/* Add Animation */
@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 50%;
        opacity: 1
    }
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.formfield {
    width: 50% !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

@media only screen and (max-width: 960px) {
    .formfield {
        width: 90% !important;
        max-width: 400px;
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -o-transition: none !important;
        transition: none !important;
    }
}

.spinner {
    border: 16px solid #c1c1c1;
    border-top: 16px solid #008bd2;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

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

.message-info {
    color: #008bd2
}

.message-success {
    color: green
}

.message-warning {
    color: orange
}

.message-error {
    color: #cc0b10
}


.primarybtn:disabled {
    background: #008bd2;
    border: 2px solid #008bd2;
    color: #c1c1c1;
    cursor: wait;
    display: inline-block;
    font-family: inherit;
    margin-top: 20px;
    padding: 10px 20px;
    text-decoration: none;
    transition: all .4s ease
}

.download-table {
    border-collapse: collapse;
}


.download-table-head {
    background-color: #d9d9d9;
    color: #8b8b8b;
    line-height: 2em;
}

.download-table-row {
    background-color: #f5f5f5;
}

.download-table-row:hover {
    background-color: #d9d9d9;
    color: #008bd2;
}

.download-table-download:not(hover) .download-table-icon {
    filter: saturate(0);
}

.download-table-download:hover .download-table-icon {
    filter: invert(0);
}

.download-table-row-category {
    border-top: 2px solid white;
}

.download-table-row-category-collapsed {
    color: #1e1e1e;
}

.download-table-row-category-not-collapsed {
    color: #008bd2;

}


.download-table-row-download {
    color: #2c2c2c;
}

.download-table-row-download-collapsed {
    visibility: collapse;
    border-top: 0px;
    border-bottom: 0px;
}

.download-table-row-download-not-collapsed {
    visibility: visible;
    border-top: 2px solid white;
}

.download-table-icon {
    height: 17px;
    width: 17px;
    display: block;
    margin-top: auto;
    margin-bottom: auto;
}




.download-table-col-max-width {
    width: 100px;
    padding-left: 0px;
    padding-right: 0px;
}

@media only screen and (max-width: 699px) {
    .download-table-col-max-width {
        width: 0px;
        padding-left: 5px;
        padding-right: 5px;
    }

}

.filter-blue {
    filter: invert(36%) sepia(81%) saturate(3476%) hue-rotate(179deg) brightness(98%) contrast(101%);
}

.filter-grey {
    filter: saturate(0);
}

.footer-blackbar {
    height: 62px;
    width: 100%;
    background-color: #1e1e1e;
}

.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
    background-color: #1e1e1e;
    width: 100%;
    height: 62px;
}

.tooltip .tooltiptext2 {
    visibility: hidden;
    width: 100px;
    background-color: #1e1e1e;
    color: #ffffff;
    text-align: center;
    border-radius: 6px;
    padding: 2px 0;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -50px;
    opacity: 0;
    transition: opacity 1s;
}

    .tooltip .tooltiptext2::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent #1e1e1e transparent;
    }

.tooltip:hover .tooltiptext2 {
    visibility: visible;
    opacity: 1;
}

.tooltip {
    position: relative;
    display: inline-block
}