﻿@charset "utf-8";@import url('../vendor/bootstrap/bootstrap.css');@import url('../vendor/bootstrap/bootstrap-reboot.css');@import url('../vendor/bootstrap/bootstrap-slider.css');@import url('../vendor/calendly/widget.css');
/*!
 * Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
@import url('https://fonts.googleapis.com/css?family=Roboto&subset=latin,latin-ext&display=swap');.fa{font-family:var(--fa-style-family,Font Awesome 6 Pro);font-weight:var(--fa-style,900);}.fa,.fas,.fa--solid,.far,.fa--regular,.fal,.fa--light,.fat,.fa--thin,.fad,.fa--duotone,.fab,.fa--brands{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;text-rendering:auto;}.fa-1x{font-size:1em;}.fa-2x{font-size:2em;}.fa-3x{font-size:3em;}.fa-4x{font-size:4em;}.fa-5x{font-size:5em;}.fa-6x{font-size:6em;}.fa-7x{font-size:7em;}.fa-8x{font-size:8em;}.fa-9x{font-size:9em;}.fa-10x{font-size:10em;}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em;}.fa-xs{font-size:.75em;line-height:.08333333em;vertical-align:.125em;}.fa-sm{font-size:.875em;line-height:.07142857em;vertical-align:.05357143em;}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em;}.fa-xl{font-size:1.5em;line-height:.04166667em;vertical-align:-.125em;}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em;}.fa-fw{text-align:center;width:1.25em;}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0;}.fa-ul>li{position:relative;}.fa-li{left:calc(var(--fa-li-width,2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit;}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.08em);padding:var(--fa-border-padding,.2em .25em .15em);}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em);}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em);}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out);}.fa-bounce{animation-name:fa-beat;animation-delay:var(--fa-animation-delay,0);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));}.fa-fade{animation-name:fa-fade;animation-delay:var(--fa-animation-delay,0);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));}.fa-beat-fade{animation-name:fa-beat-fade;animation-delay:var(--fa-animation-delay,0);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay,0);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out);}.fa-shake{animation-name:fa-shake;animation-delay:var(--fa-animation-delay,0);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,1s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,ease-in-out);}.fa-spin{animation-name:fa-spin;animation-delay:var(--fa-animation-delay,0);animation-direction:var(--fa-animation-direction,normal);animation-duration:var(--fa-animation-duration,2s);animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-timing-function:var(--fa-animation-timing,linear);}.fa-spin-reverse{--fa-animation-direction:reverse;}@media(prefers-reduced-motion:reduce){.fa-beat,.fa-bounce,.fa-fade,.fa-beat-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s;}}@keyframes fa-beat{0%,90%{transform:scale(1);}45%{transform:scale(var(--fa-beat-scale,1.25));}}@keyframes fa-bounce{0%{transform:scale(1,1) translateY(0);}10%{transform:scale(var(-\2d#{$fa-css-prefix}-bounce-start-scale-x,1.1),var(-\2d#{$fa-css-prefix}-bounce-start-scale-y,.9))translateY(0);}30%{transform:scale(var(-\2d#{$fa-css-prefix}-bounce-jump-scale-x,.9),var(-\2d#{$fa-css-prefix}-bounce-jump-scale-y,1.1))translateY(var(-\2d#{$fa-css-prefix}-bounce-height,-.5em));}50%{transform:scale(var(-\2d#{$fa-css-prefix}-bounce-land-scale-x,1.05),var(-\2d#{$fa-css-prefix}-bounce-land-scale-y,.95))translateY(0);}57%{transform:scale(1,1) translateY(var(-\2d#{$fa-css-prefix}-bounce-rebound,-.125em));}64%{transform:scale(1,1) translateY(0);}100%{transform:scale(1,1) translateY(0);}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4);}}@keyframes fa-beat-fade{0%,100%{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1);}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale,1.125));}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));}}@keyframes fa-shake{0%{transform:rotate(-15deg);}4%{transform:rotate(15deg);}8%,24%{transform:rotate(-18deg);}12%,28%{transform:rotate(18deg);}16%{transform:rotate(-22deg);}20%{transform:rotate(22deg);}32%{transform:rotate(-12deg);}36%{transform:rotate(12deg);}40%,100%{transform:rotate(0deg);}}@keyframes fa-spin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}.fa-rotate-90{transform:rotate(90deg);}.fa-rotate-180{transform:rotate(180deg);}.fa-rotate-270{transform:rotate(270deg);}.fa-flip-horizontal{transform:scale(-1,1);}.fa-flip-vertical{transform:scale(1,-1);}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1,-1);}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle,none));}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em;}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto);}.fa-stack-1x{line-height:inherit;}.fa-stack-2x{font-size:2em;}.fa-inverse{color:var(--fa-inverse,#fff);}.fa-0::before{content:"0";}.fa-1::before{content:"1";}.fa-2::before{content:"2";}.fa-3::before{content:"3";}.fa-4::before{content:"4";}.fa-5::before{content:"5";}.fa-6::before{content:"6";}.fa-7::before{content:"7";}.fa-8::before{content:"8";}.fa-9::before{content:"9";}.fa-00::before{content:"";}.fa-360-degrees::before{content:"";}.fa-a::before{content:"A";}.fa-abacus::before{content:"";}.fa-accent-grave::before{content:"`";}.fa-acorn::before{content:"";}.fa-address-book::before{content:"";}.fa-contact-book::before{content:"";}.fa-address-card::before{content:"";}.fa-contact-card::before{content:"";}.fa-vcard::before{content:"";}.fa-air-conditioner::before{content:"";}.fa-airplay::before{content:"";}.fa-alarm-clock::before{content:"";}.fa-alarm-exclamation::before{content:"";}.fa-alarm-plus::before{content:"";}.fa-alarm-snooze::before{content:"";}.fa-album::before{content:"";}.fa-album-circle-plus::before{content:"";}.fa-album-circle-user::before{content:"";}.fa-album-collection::before{content:"";}.fa-album-collection-circle-plus::before{content:"";}.fa-album-collection-circle-user::before{content:"";}.fa-alicorn::before{content:"";}.fa-alien::before{content:"";}.fa-alien-8bit::before{content:"";}.fa-alien-monster::before{content:"";}.fa-align-center::before{content:"";}.fa-align-justify::before{content:"";}.fa-align-left::before{content:"";}.fa-align-right::before{content:"";}.fa-align-slash::before{content:"";}.fa-alt::before{content:"";}.fa-amp-guitar::before{content:"";}.fa-ampersand::before{content:"&";}.fa-anchor::before{content:"";}.fa-anchor-circle-check::before{content:"";}.fa-anchor-circle-exclamation::before{content:"";}.fa-anchor-circle-xmark::before{content:"";}.fa-anchor-lock::before{content:"";}.fa-angel::before{content:"";}.fa-angle::before{content:"";}.fa-angle-90::before{content:"";}.fa-angle-down::before{content:"";}.fa-angle-left::before{content:"";}.fa-angle-right::before{content:"";}.fa-angle-up::before{content:"";}.fa-angles-down::before{content:"";}.fa-angle-double-down::before{content:"";}.fa-angles-left::before{content:"";}.fa-angle-double-left::before{content:"";}.fa-angles-right::before{content:"";}.fa-angle-double-right::before{content:"";}.fa-angles-up::before{content:"";}.fa-angle-double-up::before{content:"";}.fa-ankh::before{content:"";}.fa-apartment::before{content:"";}.fa-aperture::before{content:"";}.fa-apostrophe::before{content:"'";}.fa-apple-core::before{content:"";}.fa-apple-whole::before{content:"";}.fa-apple-alt::before{content:"";}.fa-archway::before{content:"";}.fa-arrow-down::before{content:"";}.fa-arrow-down-1-9::before{content:"";}.fa-sort-numeric-asc::before{content:"";}.fa-sort-numeric-down::before{content:"";}.fa-arrow-down-9-1::before{content:"";}.fa-sort-numeric-desc::before{content:"";}.fa-sort-numeric-down-alt::before{content:"";}.fa-arrow-down-a-z::before{content:"";}.fa-sort-alpha-asc::before{content:"";}.fa-sort-alpha-down::before{content:"";}.fa-arrow-down-arrow-up::before{content:"";}.fa-sort-alt::before{content:"";}.fa-arrow-down-big-small::before{content:"";}.fa-sort-size-down::before{content:"";}.fa-arrow-down-from-dotted-line::before{content:"";}.fa-arrow-down-from-line::before{content:"";}.fa-arrow-from-top::before{content:"";}.fa-arrow-down-left::before{content:"";}.fa-arrow-down-left-and-arrow-up-right-to-center::before{content:"";}.fa-arrow-down-long::before{content:"";}.fa-long-arrow-down::before{content:"";}.fa-arrow-down-right::before{content:"";}.fa-arrow-down-short-wide::before{content:"";}.fa-sort-amount-desc::before{content:"";}.fa-sort-amount-down-alt::before{content:"";}.fa-arrow-down-small-big::before{content:"";}.fa-sort-size-down-alt::before{content:"";}.fa-arrow-down-square-triangle::before{content:"";}.fa-sort-shapes-down-alt::before{content:"";}.fa-arrow-down-to-arc::before{content:"";}.fa-arrow-down-to-bracket::before{content:"";}.fa-arrow-down-to-dotted-line::before{content:"";}.fa-arrow-down-to-line::before{content:"";}.fa-arrow-to-bottom::before{content:"";}.fa-arrow-down-to-square::before{content:"";}.fa-arrow-down-triangle-square::before{content:"";}.fa-sort-shapes-down::before{content:"";}.fa-arrow-down-up-across-line::before{content:"";}.fa-arrow-down-up-lock::before{content:"";}.fa-arrow-down-wide-short::before{content:"";}.fa-sort-amount-asc::before{content:"";}.fa-sort-amount-down::before{content:"";}.fa-arrow-down-z-a::before{content:"";}.fa-sort-alpha-desc::before{content:"";}.fa-sort-alpha-down-alt::before{content:"";}.fa-arrow-left::before{content:"";}.fa-arrow-left-from-line::before{content:"";}.fa-arrow-from-right::before{content:"";}.fa-arrow-left-long::before{content:"";}.fa-long-arrow-left::before{content:"";}.fa-arrow-left-long-to-line::before{content:"";}.fa-arrow-left-to-line::before{content:"";}.fa-arrow-to-left::before{content:"";}.fa-arrow-pointer::before{content:"";}.fa-mouse-pointer::before{content:"";}.fa-arrow-right::before{content:"";}.fa-arrow-right-arrow-left::before{content:"";}.fa-exchange::before{content:"";}.fa-arrow-right-from-arc::before{content:"";}.fa-arrow-right-from-bracket::before{content:"";}.fa-sign-out::before{content:"";}.fa-arrow-right-from-line::before{content:"";}.fa-arrow-from-left::before{content:"";}.fa-arrow-right-long::before{content:"";}.fa-long-arrow-right::before{content:"";}.fa-arrow-right-long-to-line::before{content:"";}.fa-arrow-right-to-arc::before{content:"";}.fa-arrow-right-to-bracket::before{content:"";}.fa-sign-in::before{content:"";}.fa-arrow-right-to-city::before{content:"";}.fa-arrow-right-to-line::before{content:"";}.fa-arrow-to-right::before{content:"";}.fa-arrow-rotate-left::before{content:"";}.fa-arrow-left-rotate::before{content:"";}.fa-arrow-rotate-back::before{content:"";}.fa-arrow-rotate-backward::before{content:"";}.fa-undo::before{content:"";}.fa-arrow-rotate-right::before{content:"";}.fa-arrow-right-rotate::before{content:"";}.fa-arrow-rotate-forward::before{content:"";}.fa-redo::before{content:"";}.fa-arrow-trend-down::before{content:"";}.fa-arrow-trend-up::before{content:"";}.fa-arrow-turn-down::before{content:"";}.fa-level-down::before{content:"";}.fa-arrow-turn-down-left::before{content:"";}.fa-arrow-turn-down-right::before{content:"";}.fa-arrow-turn-up::before{content:"";}.fa-level-up::before{content:"";}.fa-arrow-up::before{content:"";}.fa-arrow-up-1-9::before{content:"";}.fa-sort-numeric-up::before{content:"";}.fa-arrow-up-9-1::before{content:"";}.fa-sort-numeric-up-alt::before{content:"";}.fa-arrow-up-a-z::before{content:"";}.fa-sort-alpha-up::before{content:"";}.fa-arrow-up-arrow-down::before{content:"";}.fa-sort-up-down::before{content:"";}.fa-arrow-up-big-small::before{content:"";}.fa-sort-size-up::before{content:"";}.fa-arrow-up-from-arc::before{content:"";}.fa-arrow-up-from-bracket::before{content:"";}.fa-arrow-up-from-dotted-line::before{content:"";}.fa-arrow-up-from-ground-water::before{content:"";}.fa-arrow-up-from-line::before{content:"";}.fa-arrow-from-bottom::before{content:"";}.fa-arrow-up-from-square::before{content:"";}.fa-arrow-up-from-water-pump::before{content:"";}.fa-arrow-up-left::before{content:"";}.fa-arrow-up-left-from-circle::before{content:"";}.fa-arrow-up-long::before{content:"";}.fa-long-arrow-up::before{content:"";}.fa-arrow-up-right::before{content:"";}.fa-arrow-up-right-and-arrow-down-left-from-center::before{content:"";}.fa-arrow-up-right-dots::before{content:"";}.fa-arrow-up-right-from-square::before{content:"";}.fa-external-link::before{content:"";}.fa-arrow-up-short-wide::before{content:"";}.fa-sort-amount-up-alt::before{content:"";}.fa-arrow-up-small-big::before{content:"";}.fa-sort-size-up-alt::before{content:"";}.fa-arrow-up-square-triangle::before{content:"";}.fa-sort-shapes-up-alt::before{content:"";}.fa-arrow-up-to-dotted-line::before{content:"";}.fa-arrow-up-to-line::before{content:"";}.fa-arrow-to-top::before{content:"";}.fa-arrow-up-triangle-square::before{content:"";}.fa-sort-shapes-up::before{content:"";}.fa-arrow-up-wide-short::before{content:"";}.fa-sort-amount-up::before{content:"";}.fa-arrow-up-z-a::before{content:"";}.fa-sort-alpha-up-alt::before{content:"";}.fa-arrows-cross::before{content:"";}.fa-arrows-down-to-line::before{content:"";}.fa-arrows-down-to-people::before{content:"";}.fa-arrows-from-dotted-line::before{content:"";}.fa-arrows-from-line::before{content:"";}.fa-arrows-left-right::before{content:"";}.fa-arrows-h::before{content:"";}.fa-arrows-left-right-to-line::before{content:"";}.fa-arrows-maximize::before{content:"";}.fa-expand-arrows::before{content:"";}.fa-arrows-minimize::before{content:"";}.fa-compress-arrows::before{content:"";}.fa-arrows-repeat::before{content:"";}.fa-repeat-alt::before{content:"";}.fa-arrows-repeat-1::before{content:"";}.fa-repeat-1-alt::before{content:"";}.fa-arrows-retweet::before{content:"";}.fa-retweet-alt::before{content:"";}.fa-arrows-rotate::before{content:"";}.fa-refresh::before{content:"";}.fa-sync::before{content:"";}.fa-arrows-spin::before{content:"";}.fa-arrows-split-up-and-left::before{content:"";}.fa-arrows-to-circle::before{content:"";}.fa-arrows-to-dot::before{content:"";}.fa-arrows-to-dotted-line::before{content:"";}.fa-arrows-to-eye::before{content:"";}.fa-arrows-to-line::before{content:"";}.fa-arrows-turn-right::before{content:"";}.fa-arrows-turn-to-dots::before{content:"";}.fa-arrows-up-down::before{content:"";}.fa-arrows-v::before{content:"";}.fa-arrows-up-down-left-right::before{content:"";}.fa-arrows::before{content:"";}.fa-arrows-up-to-line::before{content:"";}.fa-asterisk::before{content:"*";}.fa-at::before{content:"@";}.fa-atom::before{content:"";}.fa-atom-simple::before{content:"";}.fa-atom-alt::before{content:"";}.fa-audio-description::before{content:"";}.fa-audio-description-slash::before{content:"";}.fa-austral-sign::before{content:"";}.fa-avocado::before{content:"";}.fa-award::before{content:"";}.fa-award-simple::before{content:"";}.fa-axe::before{content:"";}.fa-axe-battle::before{content:"";}.fa-b::before{content:"B";}.fa-baby::before{content:"";}.fa-baby-carriage::before{content:"";}.fa-carriage-baby::before{content:"";}.fa-backpack::before{content:"";}.fa-backward::before{content:"";}.fa-backward-fast::before{content:"";}.fa-fast-backward::before{content:"";}.fa-backward-step::before{content:"";}.fa-step-backward::before{content:"";}.fa-bacon::before{content:"";}.fa-bacteria::before{content:"";}.fa-bacterium::before{content:"";}.fa-badge::before{content:"";}.fa-badge-check::before{content:"";}.fa-badge-dollar::before{content:"";}.fa-badge-percent::before{content:"";}.fa-badge-sheriff::before{content:"";}.fa-badger-honey::before{content:"";}.fa-badminton::before{content:"";}.fa-bag-shopping::before{content:"";}.fa-shopping-bag::before{content:"";}.fa-bagel::before{content:"";}.fa-bags-shopping::before{content:"";}.fa-baguette::before{content:"";}.fa-bahai::before{content:"";}.fa-baht-sign::before{content:"";}.fa-ball-pile::before{content:"";}.fa-balloon::before{content:"";}.fa-balloons::before{content:"";}.fa-ballot::before{content:"";}.fa-ballot-check::before{content:"";}.fa-ban::before{content:"";}.fa-cancel::before{content:"";}.fa-ban-bug::before{content:"";}.fa-debug::before{content:"";}.fa-ban-parking::before{content:"";}.fa-parking-circle-slash::before{content:"";}.fa-ban-smoking::before{content:"";}.fa-smoking-ban::before{content:"";}.fa-banana::before{content:"";}.fa-bandage::before{content:"";}.fa-band-aid::before{content:"";}.fa-bangladeshi-taka-sign::before{content:"";}.fa-banjo::before{content:"";}.fa-barcode::before{content:"";}.fa-barcode-read::before{content:"";}.fa-barcode-scan::before{content:"";}.fa-bars::before{content:"";}.fa-navicon::before{content:"";}.fa-bars-filter::before{content:"";}.fa-bars-progress::before{content:"";}.fa-tasks-alt::before{content:"";}.fa-bars-sort::before{content:"";}.fa-bars-staggered::before{content:"";}.fa-reorder::before{content:"";}.fa-stream::before{content:"";}.fa-baseball::before{content:"";}.fa-baseball-ball::before{content:"";}.fa-baseball-bat-ball::before{content:"";}.fa-basket-shopping::before{content:"";}.fa-shopping-basket::before{content:"";}.fa-basket-shopping-simple::before{content:"";}.fa-shopping-basket-alt::before{content:"";}.fa-basketball::before{content:"";}.fa-basketball-ball::before{content:"";}.fa-basketball-hoop::before{content:"";}.fa-bat::before{content:"";}.fa-bath::before{content:"";}.fa-bathtub::before{content:"";}.fa-battery-bolt::before{content:"";}.fa-battery-empty::before{content:"";}.fa-battery-0::before{content:"";}.fa-battery-exclamation::before{content:"";}.fa-battery-full::before{content:"";}.fa-battery::before{content:"";}.fa-battery-5::before{content:"";}.fa-battery-half::before{content:"";}.fa-battery-3::before{content:"";}.fa-battery-low::before{content:"";}.fa-battery-1::before{content:"";}.fa-battery-quarter::before{content:"";}.fa-battery-2::before{content:"";}.fa-battery-slash::before{content:"";}.fa-battery-three-quarters::before{content:"";}.fa-battery-4::before{content:"";}.fa-bed::before{content:"";}.fa-bed-bunk::before{content:"";}.fa-bed-empty::before{content:"";}.fa-bed-front::before{content:"";}.fa-bed-alt::before{content:"";}.fa-bed-pulse::before{content:"";}.fa-procedures::before{content:"";}.fa-bee::before{content:"";}.fa-beer-mug::before{content:"";}.fa-beer-foam::before{content:"";}.fa-beer-mug-empty::before{content:"";}.fa-beer::before{content:"";}.fa-bell::before{content:"";}.fa-bell-concierge::before{content:"";}.fa-concierge-bell::before{content:"";}.fa-bell-exclamation::before{content:"";}.fa-bell-on::before{content:"";}.fa-bell-plus::before{content:"";}.fa-bell-school::before{content:"";}.fa-bell-school-slash::before{content:"";}.fa-bell-slash::before{content:"";}.fa-bells::before{content:"";}.fa-bench-tree::before{content:"";}.fa-bezier-curve::before{content:"";}.fa-bicycle::before{content:"";}.fa-binary::before{content:"";}.fa-binary-circle-check::before{content:"";}.fa-binary-lock::before{content:"";}.fa-binary-slash::before{content:"";}.fa-binoculars::before{content:"";}.fa-biohazard::before{content:"";}.fa-bird::before{content:"";}.fa-bitcoin-sign::before{content:"";}.fa-blanket::before{content:"";}.fa-blanket-fire::before{content:"";}.fa-blender::before{content:"";}.fa-blender-phone::before{content:"";}.fa-blinds::before{content:"";}.fa-blinds-open::before{content:"";}.fa-blinds-raised::before{content:"";}.fa-block::before{content:"";}.fa-block-brick::before{content:"";}.fa-wall-brick::before{content:"";}.fa-block-brick-fire::before{content:"";}.fa-firewall::before{content:"";}.fa-block-question::before{content:"";}.fa-block-quote::before{content:"";}.fa-blog::before{content:"";}.fa-blueberries::before{content:"";}.fa-bold::before{content:"";}.fa-bolt::before{content:"";}.fa-zap::before{content:"";}.fa-bolt-auto::before{content:"";}.fa-bolt-lightning::before{content:"";}.fa-bolt-slash::before{content:"";}.fa-bomb::before{content:"";}.fa-bone::before{content:"";}.fa-bone-break::before{content:"";}.fa-bong::before{content:"";}.fa-book::before{content:"";}.fa-book-arrow-right::before{content:"";}.fa-book-arrow-up::before{content:"";}.fa-book-atlas::before{content:"";}.fa-atlas::before{content:"";}.fa-book-bible::before{content:"";}.fa-bible::before{content:"";}.fa-book-blank::before{content:"";}.fa-book-alt::before{content:"";}.fa-book-bookmark::before{content:"";}.fa-book-circle-arrow-right::before{content:"";}.fa-book-circle-arrow-up::before{content:"";}.fa-book-copy::before{content:"";}.fa-book-font::before{content:"";}.fa-book-heart::before{content:"";}.fa-book-journal-whills::before{content:"";}.fa-journal-whills::before{content:"";}.fa-book-medical::before{content:"";}.fa-book-open::before{content:"";}.fa-book-open-cover::before{content:"";}.fa-book-open-alt::before{content:"";}.fa-book-open-reader::before{content:"";}.fa-book-reader::before{content:"";}.fa-book-quran::before{content:"";}.fa-quran::before{content:"";}.fa-book-section::before{content:"";}.fa-book-law::before{content:"";}.fa-book-skull::before{content:"";}.fa-book-dead::before{content:"";}.fa-book-sparkles::before{content:"";}.fa-book-spells::before{content:"";}.fa-book-tanakh::before{content:"";}.fa-tanakh::before{content:"";}.fa-book-user::before{content:"";}.fa-bookmark::before{content:"";}.fa-bookmark-slash::before{content:"";}.fa-books::before{content:"";}.fa-books-medical::before{content:"";}.fa-boombox::before{content:"";}.fa-boot::before{content:"";}.fa-boot-heeled::before{content:"";}.fa-booth-curtain::before{content:"";}.fa-border-all::before{content:"";}.fa-border-bottom::before{content:"";}.fa-border-bottom-right::before{content:"";}.fa-border-style-alt::before{content:"";}.fa-border-center-h::before{content:"";}.fa-border-center-v::before{content:"";}.fa-border-inner::before{content:"";}.fa-border-left::before{content:"";}.fa-border-none::before{content:"";}.fa-border-outer::before{content:"";}.fa-border-right::before{content:"";}.fa-border-top::before{content:"";}.fa-border-top-left::before{content:"";}.fa-border-style::before{content:"";}.fa-bore-hole::before{content:"";}.fa-bottle-droplet::before{content:"";}.fa-bottle-water::before{content:"";}.fa-bow-arrow::before{content:"";}.fa-bowl-chopsticks::before{content:"";}.fa-bowl-chopsticks-noodles::before{content:"";}.fa-bowl-food::before{content:"";}.fa-bowl-hot::before{content:"";}.fa-soup::before{content:"";}.fa-bowl-rice::before{content:"";}.fa-bowl-scoop::before{content:"";}.fa-bowl-shaved-ice::before{content:"";}.fa-bowl-scoops::before{content:"";}.fa-bowl-soft-serve::before{content:"";}.fa-bowl-spoon::before{content:"";}.fa-bowling-ball::before{content:"";}.fa-bowling-ball-pin::before{content:"";}.fa-bowling-pins::before{content:"";}.fa-box::before{content:"";}.fa-box-archive::before{content:"";}.fa-archive::before{content:"";}.fa-box-ballot::before{content:"";}.fa-box-check::before{content:"";}.fa-box-circle-check::before{content:"";}.fa-box-dollar::before{content:"";}.fa-box-usd::before{content:"";}.fa-box-heart::before{content:"";}.fa-box-open::before{content:"";}.fa-box-open-full::before{content:"";}.fa-box-full::before{content:"";}.fa-box-taped::before{content:"";}.fa-box-alt::before{content:"";}.fa-box-tissue::before{content:"";}.fa-boxes-packing::before{content:"";}.fa-boxes-stacked::before{content:"";}.fa-boxes::before{content:"";}.fa-boxes-alt::before{content:"";}.fa-boxing-glove::before{content:"";}.fa-glove-boxing::before{content:"";}.fa-bracket-curly::before{content:"{";}.fa-bracket-curly-left::before{content:"{";}.fa-bracket-curly-right::before{content:"}";}.fa-bracket-round::before{content:"(";}.fa-parenthesis::before{content:"(";}.fa-bracket-round-right::before{content:")";}.fa-bracket-square::before{content:"[";}.fa-bracket::before{content:"[";}.fa-bracket-left::before{content:"[";}.fa-bracket-square-right::before{content:"]";}.fa-brackets-curly::before{content:"";}.fa-brackets-round::before{content:"";}.fa-parentheses::before{content:"";}.fa-brackets-square::before{content:"";}.fa-brackets::before{content:"";}.fa-braille::before{content:"";}.fa-brain::before{content:"";}.fa-brain-arrow-curved-right::before{content:"";}.fa-mind-share::before{content:"";}.fa-brain-circuit::before{content:"";}.fa-brake-warning::before{content:"";}.fa-brazilian-real-sign::before{content:"";}.fa-bread-loaf::before{content:"";}.fa-bread-slice::before{content:"";}.fa-bread-slice-butter::before{content:"";}.fa-bridge::before{content:"";}.fa-bridge-circle-check::before{content:"";}.fa-bridge-circle-exclamation::before{content:"";}.fa-bridge-circle-xmark::before{content:"";}.fa-bridge-lock::before{content:"";}.fa-bridge-suspension::before{content:"";}.fa-bridge-water::before{content:"";}.fa-briefcase::before{content:"";}.fa-briefcase-arrow-right::before{content:"";}.fa-briefcase-blank::before{content:"";}.fa-briefcase-medical::before{content:"";}.fa-brightness::before{content:"";}.fa-brightness-low::before{content:"";}.fa-bring-forward::before{content:"";}.fa-bring-front::before{content:"";}.fa-broccoli::before{content:"";}.fa-broom::before{content:"";}.fa-broom-ball::before{content:"";}.fa-quidditch::before{content:"";}.fa-quidditch-broom-ball::before{content:"";}.fa-browser::before{content:"";}.fa-browsers::before{content:"";}.fa-brush::before{content:"";}.fa-bucket::before{content:"";}.fa-bug::before{content:"";}.fa-bug-slash::before{content:"";}.fa-bugs::before{content:"";}.fa-building::before{content:"";}.fa-building-circle-arrow-right::before{content:"";}.fa-building-circle-check::before{content:"";}.fa-building-circle-exclamation::before{content:"";}.fa-building-circle-xmark::before{content:"";}.fa-building-columns::before{content:"";}.fa-bank::before{content:"";}.fa-institution::before{content:"";}.fa-museum::before{content:"";}.fa-university::before{content:"";}.fa-building-flag::before{content:"";}.fa-building-lock::before{content:"";}.fa-building-ngo::before{content:"";}.fa-building-shield::before{content:"";}.fa-building-un::before{content:"";}.fa-building-user::before{content:"";}.fa-building-wheat::before{content:"";}.fa-buildings::before{content:"";}.fa-bullhorn::before{content:"";}.fa-bullseye::before{content:"";}.fa-bullseye-arrow::before{content:"";}.fa-bullseye-pointer::before{content:"";}.fa-burger::before{content:"";}.fa-hamburger::before{content:"";}.fa-burger-cheese::before{content:"";}.fa-cheeseburger::before{content:"";}.fa-burger-fries::before{content:"";}.fa-burger-glass::before{content:"";}.fa-burger-lettuce::before{content:"";}.fa-burger-soda::before{content:"";}.fa-burrito::before{content:"";}.fa-burst::before{content:"";}.fa-bus::before{content:"";}.fa-bus-school::before{content:"";}.fa-bus-simple::before{content:"";}.fa-bus-alt::before{content:"";}.fa-business-time::before{content:"";}.fa-briefcase-clock::before{content:"";}.fa-butter::before{content:"";}.fa-c::before{content:"C";}.fa-cabin::before{content:"";}.fa-cabinet-filing::before{content:"";}.fa-cable-car::before{content:"";}.fa-cactus::before{content:"";}.fa-cake-candles::before{content:"";}.fa-birthday-cake::before{content:"";}.fa-cake::before{content:"";}.fa-cake-slice::before{content:"";}.fa-shortcake::before{content:"";}.fa-calculator::before{content:"";}.fa-calculator-simple::before{content:"";}.fa-calculator-alt::before{content:"";}.fa-calendar::before{content:"";}.fa-calendar-arrow-down::before{content:"";}.fa-calendar-download::before{content:"";}.fa-calendar-arrow-up::before{content:"";}.fa-calendar-upload::before{content:"";}.fa-calendar-check::before{content:"";}.fa-calendar-circle-exclamation::before{content:"";}.fa-calendar-circle-minus::before{content:"";}.fa-calendar-circle-plus::before{content:"";}.fa-calendar-circle-user::before{content:"";}.fa-calendar-clock::before{content:"";}.fa-calendar-time::before{content:"";}.fa-calendar-day::before{content:"";}.fa-calendar-days::before{content:"";}.fa-calendar-alt::before{content:"";}.fa-calendar-exclamation::before{content:"";}.fa-calendar-heart::before{content:"";}.fa-calendar-image::before{content:"";}.fa-calendar-lines::before{content:"";}.fa-calendar-note::before{content:"";}.fa-calendar-lines-pen::before{content:"";}.fa-calendar-minus::before{content:"";}.fa-calendar-pen::before{content:"";}.fa-calendar-edit::before{content:"";}.fa-calendar-plus::before{content:"";}.fa-calendar-range::before{content:"";}.fa-calendar-star::before{content:"";}.fa-calendar-week::before{content:"";}.fa-calendar-xmark::before{content:"";}.fa-calendar-times::before{content:"";}.fa-calendars::before{content:"";}.fa-camcorder::before{content:"";}.fa-video-handheld::before{content:"";}.fa-camera::before{content:"";}.fa-camera-alt::before{content:"";}.fa-camera-cctv::before{content:"";}.fa-cctv::before{content:"";}.fa-camera-movie::before{content:"";}.fa-camera-polaroid::before{content:"";}.fa-camera-retro::before{content:"";}.fa-camera-rotate::before{content:"";}.fa-camera-security::before{content:"";}.fa-camera-home::before{content:"";}.fa-camera-slash::before{content:"";}.fa-camera-viewfinder::before{content:"";}.fa-screenshot::before{content:"";}.fa-camera-web::before{content:"";}.fa-webcam::before{content:"";}.fa-camera-web-slash::before{content:"";}.fa-webcam-slash::before{content:"";}.fa-campfire::before{content:"";}.fa-campground::before{content:"";}.fa-can-food::before{content:"";}.fa-candle-holder::before{content:"";}.fa-candy::before{content:"";}.fa-candy-bar::before{content:"";}.fa-chocolate-bar::before{content:"";}.fa-candy-cane::before{content:"";}.fa-candy-corn::before{content:"";}.fa-cannabis::before{content:"";}.fa-capsules::before{content:"";}.fa-car::before{content:"";}.fa-automobile::before{content:"";}.fa-car-battery::before{content:"";}.fa-battery-car::before{content:"";}.fa-car-bolt::before{content:"";}.fa-car-building::before{content:"";}.fa-car-bump::before{content:"";}.fa-car-burst::before{content:"";}.fa-car-crash::before{content:"";}.fa-car-bus::before{content:"";}.fa-car-circle-bolt::before{content:"";}.fa-car-garage::before{content:"";}.fa-car-mirrors::before{content:"";}.fa-car-on::before{content:"";}.fa-car-rear::before{content:"";}.fa-car-alt::before{content:"";}.fa-car-side::before{content:"";}.fa-car-side-bolt::before{content:"";}.fa-car-tilt::before{content:"";}.fa-car-tunnel::before{content:"";}.fa-car-wash::before{content:"";}.fa-car-wrench::before{content:"";}.fa-car-mechanic::before{content:"";}.fa-caravan::before{content:"";}.fa-caravan-simple::before{content:"";}.fa-caravan-alt::before{content:"";}.fa-card-club::before{content:"";}.fa-card-diamond::before{content:"";}.fa-card-heart::before{content:"";}.fa-card-spade::before{content:"";}.fa-cards::before{content:"";}.fa-cards-blank::before{content:"";}.fa-caret-down::before{content:"";}.fa-caret-left::before{content:"";}.fa-caret-right::before{content:"";}.fa-caret-up::before{content:"";}.fa-carrot::before{content:"";}.fa-cars::before{content:"";}.fa-cart-arrow-down::before{content:"";}.fa-cart-arrow-up::before{content:"";}.fa-cart-circle-arrow-down::before{content:"";}.fa-cart-circle-arrow-up::before{content:"";}.fa-cart-circle-check::before{content:"";}.fa-cart-circle-exclamation::before{content:"";}.fa-cart-circle-plus::before{content:"";}.fa-cart-circle-xmark::before{content:"";}.fa-cart-flatbed::before{content:"";}.fa-dolly-flatbed::before{content:"";}.fa-cart-flatbed-boxes::before{content:"";}.fa-dolly-flatbed-alt::before{content:"";}.fa-cart-flatbed-empty::before{content:"";}.fa-dolly-flatbed-empty::before{content:"";}.fa-cart-flatbed-suitcase::before{content:"";}.fa-luggage-cart::before{content:"";}.fa-cart-minus::before{content:"";}.fa-cart-plus::before{content:"";}.fa-cart-shopping::before{content:"";}.fa-shopping-cart::before{content:"";}.fa-cart-shopping-fast::before{content:"";}.fa-cart-xmark::before{content:"";}.fa-cash-register::before{content:"";}.fa-cassette-betamax::before{content:"";}.fa-betamax::before{content:"";}.fa-cassette-tape::before{content:"";}.fa-cassette-vhs::before{content:"";}.fa-vhs::before{content:"";}.fa-castle::before{content:"";}.fa-cat::before{content:"";}.fa-cat-space::before{content:"";}.fa-cauldron::before{content:"";}.fa-cedi-sign::before{content:"";}.fa-cent-sign::before{content:"";}.fa-certificate::before{content:"";}.fa-chair::before{content:"";}.fa-chair-office::before{content:"";}.fa-chalkboard::before{content:"";}.fa-blackboard::before{content:"";}.fa-chalkboard-user::before{content:"";}.fa-chalkboard-teacher::before{content:"";}.fa-champagne-glass::before{content:"";}.fa-glass-champagne::before{content:"";}.fa-champagne-glasses::before{content:"";}.fa-glass-cheers::before{content:"";}.fa-charging-station::before{content:"";}.fa-chart-area::before{content:"";}.fa-area-chart::before{content:"";}.fa-chart-bar::before{content:"";}.fa-bar-chart::before{content:"";}.fa-chart-bullet::before{content:"";}.fa-chart-candlestick::before{content:"";}.fa-chart-column::before{content:"";}.fa-chart-gantt::before{content:"";}.fa-chart-line::before{content:"";}.fa-line-chart::before{content:"";}.fa-chart-line-down::before{content:"";}.fa-chart-line-up::before{content:"";}.fa-chart-mixed::before{content:"";}.fa-analytics::before{content:"";}.fa-chart-network::before{content:"";}.fa-chart-pie::before{content:"";}.fa-pie-chart::before{content:"";}.fa-chart-pie-simple::before{content:"";}.fa-chart-pie-alt::before{content:"";}.fa-chart-pyramid::before{content:"";}.fa-chart-radar::before{content:"";}.fa-chart-scatter::before{content:"";}.fa-chart-scatter-3d::before{content:"";}.fa-chart-scatter-bubble::before{content:"";}.fa-chart-simple::before{content:"";}.fa-chart-simple-horizontal::before{content:"";}.fa-chart-tree-map::before{content:"";}.fa-chart-user::before{content:"";}.fa-user-chart::before{content:"";}.fa-chart-waterfall::before{content:"";}.fa-check::before{content:"";}.fa-check-double::before{content:"";}.fa-check-to-slot::before{content:"";}.fa-vote-yea::before{content:"";}.fa-cheese::before{content:"";}.fa-cheese-swiss::before{content:"";}.fa-cherries::before{content:"";}.fa-chess::before{content:"";}.fa-chess-bishop::before{content:"";}.fa-chess-bishop-piece::before{content:"";}.fa-chess-bishop-alt::before{content:"";}.fa-chess-board::before{content:"";}.fa-chess-clock::before{content:"";}.fa-chess-clock-flip::before{content:"";}.fa-chess-clock-alt::before{content:"";}.fa-chess-king::before{content:"";}.fa-chess-king-piece::before{content:"";}.fa-chess-king-alt::before{content:"";}.fa-chess-knight::before{content:"";}.fa-chess-knight-piece::before{content:"";}.fa-chess-knight-alt::before{content:"";}.fa-chess-pawn::before{content:"";}.fa-chess-pawn-piece::before{content:"";}.fa-chess-pawn-alt::before{content:"";}.fa-chess-queen::before{content:"";}.fa-chess-queen-piece::before{content:"";}.fa-chess-queen-alt::before{content:"";}.fa-chess-rook::before{content:"";}.fa-chess-rook-piece::before{content:"";}.fa-chess-rook-alt::before{content:"";}.fa-chestnut::before{content:"";}.fa-chevron-down::before{content:"";}.fa-chevron-left::before{content:"";}.fa-chevron-right::before{content:"";}.fa-chevron-up::before{content:"";}.fa-chevrons-down::before{content:"";}.fa-chevron-double-down::before{content:"";}.fa-chevrons-left::before{content:"";}.fa-chevron-double-left::before{content:"";}.fa-chevrons-right::before{content:"";}.fa-chevron-double-right::before{content:"";}.fa-chevrons-up::before{content:"";}.fa-chevron-double-up::before{content:"";}.fa-child::before{content:"";}.fa-child-dress::before{content:"";}.fa-child-reaching::before{content:"";}.fa-child-rifle::before{content:"";}.fa-children::before{content:"";}.fa-chimney::before{content:"";}.fa-chopsticks::before{content:"";}.fa-church::before{content:"";}.fa-circle::before{content:"";}.fa-circle-0::before{content:"";}.fa-circle-1::before{content:"";}.fa-circle-2::before{content:"";}.fa-circle-3::before{content:"";}.fa-circle-4::before{content:"";}.fa-circle-5::before{content:"";}.fa-circle-6::before{content:"";}.fa-circle-7::before{content:"";}.fa-circle-8::before{content:"";}.fa-circle-9::before{content:"";}.fa-circle-a::before{content:"";}.fa-circle-ampersand::before{content:"";}.fa-circle-arrow-down::before{content:"";}.fa-arrow-circle-down::before{content:"";}.fa-circle-arrow-down-left::before{content:"";}.fa-circle-arrow-down-right::before{content:"";}.fa-circle-arrow-left::before{content:"";}.fa-arrow-circle-left::before{content:"";}.fa-circle-arrow-right::before{content:"";}.fa-arrow-circle-right::before{content:"";}.fa-circle-arrow-up::before{content:"";}.fa-arrow-circle-up::before{content:"";}.fa-circle-arrow-up-left::before{content:"";}.fa-circle-arrow-up-right::before{content:"";}.fa-circle-b::before{content:"";}.fa-circle-bolt::before{content:"";}.fa-circle-book-open::before{content:"";}.fa-book-circle::before{content:"";}.fa-circle-bookmark::before{content:"";}.fa-bookmark-circle::before{content:"";}.fa-circle-c::before{content:"";}.fa-circle-calendar::before{content:"";}.fa-calendar-circle::before{content:"";}.fa-circle-camera::before{content:"";}.fa-camera-circle::before{content:"";}.fa-circle-caret-down::before{content:"";}.fa-caret-circle-down::before{content:"";}.fa-circle-caret-left::before{content:"";}.fa-caret-circle-left::before{content:"";}.fa-circle-caret-right::before{content:"";}.fa-caret-circle-right::before{content:"";}.fa-circle-caret-up::before{content:"";}.fa-caret-circle-up::before{content:"";}.fa-circle-check::before{content:"";}.fa-check-circle::before{content:"";}.fa-circle-chevron-down::before{content:"";}.fa-chevron-circle-down::before{content:"";}.fa-circle-chevron-left::before{content:"";}.fa-chevron-circle-left::before{content:"";}.fa-circle-chevron-right::before{content:"";}.fa-chevron-circle-right::before{content:"";}.fa-circle-chevron-up::before{content:"";}.fa-chevron-circle-up::before{content:"";}.fa-circle-d::before{content:"";}.fa-circle-dashed::before{content:"";}.fa-circle-divide::before{content:"";}.fa-circle-dollar::before{content:"";}.fa-dollar-circle::before{content:"";}.fa-usd-circle::before{content:"";}.fa-circle-dollar-to-slot::before{content:"";}.fa-donate::before{content:"";}.fa-circle-dot::before{content:"";}.fa-dot-circle::before{content:"";}.fa-circle-down::before{content:"";}.fa-arrow-alt-circle-down::before{content:"";}.fa-circle-down-left::before{content:"";}.fa-circle-down-right::before{content:"";}.fa-circle-e::before{content:"";}.fa-circle-ellipsis::before{content:"";}.fa-circle-ellipsis-vertical::before{content:"";}.fa-circle-envelope::before{content:"";}.fa-envelope-circle::before{content:"";}.fa-circle-exclamation::before{content:"";}.fa-exclamation-circle::before{content:"";}.fa-circle-exclamation-check::before{content:"";}.fa-circle-f::before{content:"";}.fa-circle-g::before{content:"";}.fa-circle-h::before{content:"";}.fa-hospital-symbol::before{content:"";}.fa-circle-half::before{content:"";}.fa-circle-half-stroke::before{content:"";}.fa-adjust::before{content:"";}.fa-circle-heart::before{content:"";}.fa-heart-circle::before{content:"";}.fa-circle-i::before{content:"";}.fa-circle-info::before{content:"";}.fa-info-circle::before{content:"";}.fa-circle-j::before{content:"";}.fa-circle-k::before{content:"";}.fa-circle-l::before{content:"";}.fa-circle-left::before{content:"";}.fa-arrow-alt-circle-left::before{content:"";}.fa-circle-location-arrow::before{content:"";}.fa-location-circle::before{content:"";}.fa-circle-m::before{content:"";}.fa-circle-microphone::before{content:"";}.fa-microphone-circle::before{content:"";}.fa-circle-microphone-lines::before{content:"";}.fa-microphone-circle-alt::before{content:"";}.fa-circle-minus::before{content:"";}.fa-minus-circle::before{content:"";}.fa-circle-n::before{content:"";}.fa-circle-nodes::before{content:"";}.fa-circle-notch::before{content:"";}.fa-circle-o::before{content:"";}.fa-circle-p::before{content:"";}.fa-circle-parking::before{content:"";}.fa-parking-circle::before{content:"";}.fa-circle-pause::before{content:"";}.fa-pause-circle::before{content:"";}.fa-circle-phone::before{content:"";}.fa-phone-circle::before{content:"";}.fa-circle-phone-flip::before{content:"";}.fa-phone-circle-alt::before{content:"";}.fa-circle-phone-hangup::before{content:"";}.fa-phone-circle-down::before{content:"";}.fa-circle-play::before{content:"";}.fa-play-circle::before{content:"";}.fa-circle-plus::before{content:"";}.fa-plus-circle::before{content:"";}.fa-circle-q::before{content:"";}.fa-circle-quarter::before{content:"";}.fa-circle-quarters::before{content:"";}.fa-circle-question::before{content:"";}.fa-question-circle::before{content:"";}.fa-circle-r::before{content:"";}.fa-circle-radiation::before{content:"";}.fa-radiation-alt::before{content:"";}.fa-circle-right::before{content:"";}.fa-arrow-alt-circle-right::before{content:"";}.fa-circle-s::before{content:"";}.fa-circle-small::before{content:"";}.fa-circle-sort::before{content:"";}.fa-sort-circle::before{content:"";}.fa-circle-sort-down::before{content:"";}.fa-sort-circle-down::before{content:"";}.fa-circle-sort-up::before{content:"";}.fa-sort-circle-up::before{content:"";}.fa-circle-star::before{content:"";}.fa-star-circle::before{content:"";}.fa-circle-stop::before{content:"";}.fa-stop-circle::before{content:"";}.fa-circle-t::before{content:"";}.fa-circle-three-quarters::before{content:"";}.fa-circle-trash::before{content:"";}.fa-trash-circle::before{content:"";}.fa-circle-u::before{content:"";}.fa-circle-up::before{content:"";}.fa-arrow-alt-circle-up::before{content:"";}.fa-circle-up-left::before{content:"";}.fa-circle-up-right::before{content:"";}.fa-circle-user::before{content:"";}.fa-user-circle::before{content:"";}.fa-circle-v::before{content:"";}.fa-circle-video::before{content:"";}.fa-video-circle::before{content:"";}.fa-circle-w::before{content:"";}.fa-circle-waveform-lines::before{content:"";}.fa-waveform-circle::before{content:"";}.fa-circle-x::before{content:"";}.fa-circle-xmark::before{content:"";}.fa-times-circle::before{content:"";}.fa-xmark-circle::before{content:"";}.fa-circle-y::before{content:"";}.fa-circle-z::before{content:"";}.fa-citrus::before{content:"";}.fa-citrus-slice::before{content:"";}.fa-city::before{content:"";}.fa-clapperboard::before{content:"";}.fa-clapperboard-play::before{content:"";}.fa-clarinet::before{content:"";}.fa-claw-marks::before{content:"";}.fa-clipboard::before{content:"";}.fa-clipboard-check::before{content:"";}.fa-clipboard-list::before{content:"";}.fa-clipboard-list-check::before{content:"";}.fa-clipboard-medical::before{content:"";}.fa-clipboard-prescription::before{content:"";}.fa-clipboard-question::before{content:"";}.fa-clipboard-user::before{content:"";}.fa-clock::before{content:"";}.fa-clock-four::before{content:"";}.fa-clock-desk::before{content:"";}.fa-clock-eight::before{content:"";}.fa-clock-eight-thirty::before{content:"";}.fa-clock-eleven::before{content:"";}.fa-clock-eleven-thirty::before{content:"";}.fa-clock-five::before{content:"";}.fa-clock-five-thirty::before{content:"";}.fa-clock-four-thirty::before{content:"";}.fa-clock-nine::before{content:"";}.fa-clock-nine-thirty::before{content:"";}.fa-clock-one::before{content:"";}.fa-clock-one-thirty::before{content:"";}.fa-clock-rotate-left::before{content:"";}.fa-history::before{content:"";}.fa-clock-seven::before{content:"";}.fa-clock-seven-thirty::before{content:"";}.fa-clock-six::before{content:"";}.fa-clock-six-thirty::before{content:"";}.fa-clock-ten::before{content:"";}.fa-clock-ten-thirty::before{content:"";}.fa-clock-three::before{content:"";}.fa-clock-three-thirty::before{content:"";}.fa-clock-twelve::before{content:"";}.fa-clock-twelve-thirty::before{content:"";}.fa-clock-two::before{content:"";}.fa-clock-two-thirty::before{content:"";}.fa-clone::before{content:"";}.fa-closed-captioning::before{content:"";}.fa-closed-captioning-slash::before{content:"";}.fa-clothes-hanger::before{content:"";}.fa-cloud::before{content:"";}.fa-cloud-arrow-down::before{content:"";}.fa-cloud-download::before{content:"";}.fa-cloud-download-alt::before{content:"";}.fa-cloud-arrow-up::before{content:"";}.fa-cloud-upload::before{content:"";}.fa-cloud-upload-alt::before{content:"";}.fa-cloud-bolt::before{content:"";}.fa-thunderstorm::before{content:"";}.fa-cloud-bolt-moon::before{content:"";}.fa-thunderstorm-moon::before{content:"";}.fa-cloud-bolt-sun::before{content:"";}.fa-thunderstorm-sun::before{content:"";}.fa-cloud-check::before{content:"";}.fa-cloud-drizzle::before{content:"";}.fa-cloud-exclamation::before{content:"";}.fa-cloud-fog::before{content:"";}.fa-fog::before{content:"";}.fa-cloud-hail::before{content:"";}.fa-cloud-hail-mixed::before{content:"";}.fa-cloud-meatball::before{content:"";}.fa-cloud-minus::before{content:"";}.fa-cloud-moon::before{content:"";}.fa-cloud-moon-rain::before{content:"";}.fa-cloud-music::before{content:"";}.fa-cloud-plus::before{content:"";}.fa-cloud-question::before{content:"";}.fa-cloud-rain::before{content:"";}.fa-cloud-rainbow::before{content:"";}.fa-cloud-showers::before{content:"";}.fa-cloud-showers-heavy::before{content:"";}.fa-cloud-showers-water::before{content:"";}.fa-cloud-slash::before{content:"";}.fa-cloud-sleet::before{content:"";}.fa-cloud-snow::before{content:"";}.fa-cloud-sun::before{content:"";}.fa-cloud-sun-rain::before{content:"";}.fa-cloud-word::before{content:"";}.fa-cloud-xmark::before{content:"";}.fa-clouds::before{content:"";}.fa-clouds-moon::before{content:"";}.fa-clouds-sun::before{content:"";}.fa-clover::before{content:"";}.fa-club::before{content:"";}.fa-coconut::before{content:"";}.fa-code::before{content:"";}.fa-code-branch::before{content:"";}.fa-code-commit::before{content:"";}.fa-code-compare::before{content:"";}.fa-code-fork::before{content:"";}.fa-code-merge::before{content:"";}.fa-code-pull-request::before{content:"";}.fa-code-pull-request-closed::before{content:"";}.fa-code-pull-request-draft::before{content:"";}.fa-code-simple::before{content:"";}.fa-coffee-bean::before{content:"";}.fa-coffee-beans::before{content:"";}.fa-coffee-pot::before{content:"";}.fa-coffin::before{content:"";}.fa-coffin-cross::before{content:"";}.fa-coin::before{content:"";}.fa-coin-blank::before{content:"";}.fa-coin-front::before{content:"";}.fa-coin-vertical::before{content:"";}.fa-coins::before{content:"";}.fa-colon::before{content:":";}.fa-colon-sign::before{content:"";}.fa-columns-3::before{content:"";}.fa-comet::before{content:"";}.fa-comma::before{content:",";}.fa-command::before{content:"";}.fa-comment::before{content:"";}.fa-comment-arrow-down::before{content:"";}.fa-comment-arrow-up::before{content:"";}.fa-comment-arrow-up-right::before{content:"";}.fa-comment-captions::before{content:"";}.fa-comment-check::before{content:"";}.fa-comment-code::before{content:"";}.fa-comment-dollar::before{content:"";}.fa-comment-dots::before{content:"";}.fa-commenting::before{content:"";}.fa-comment-exclamation::before{content:"";}.fa-comment-image::before{content:"";}.fa-comment-lines::before{content:"";}.fa-comment-medical::before{content:"";}.fa-comment-middle::before{content:"";}.fa-comment-middle-top::before{content:"";}.fa-comment-minus::before{content:"";}.fa-comment-music::before{content:"";}.fa-comment-pen::before{content:"";}.fa-comment-edit::before{content:"";}.fa-comment-plus::before{content:"";}.fa-comment-question::before{content:"";}.fa-comment-quote::before{content:"";}.fa-comment-slash::before{content:"";}.fa-comment-smile::before{content:"";}.fa-comment-sms::before{content:"";}.fa-sms::before{content:"";}.fa-comment-text::before{content:"";}.fa-comment-xmark::before{content:"";}.fa-comment-times::before{content:"";}.fa-comments::before{content:"";}.fa-comments-dollar::before{content:"";}.fa-comments-question::before{content:"";}.fa-comments-question-check::before{content:"";}.fa-compact-disc::before{content:"";}.fa-compass::before{content:"";}.fa-compass-drafting::before{content:"";}.fa-drafting-compass::before{content:"";}.fa-compass-slash::before{content:"";}.fa-compress::before{content:"";}.fa-compress-wide::before{content:"";}.fa-computer::before{content:"";}.fa-computer-classic::before{content:"";}.fa-computer-mouse::before{content:"";}.fa-mouse::before{content:"";}.fa-computer-mouse-scrollwheel::before{content:"";}.fa-mouse-alt::before{content:"";}.fa-computer-speaker::before{content:"";}.fa-container-storage::before{content:"";}.fa-conveyor-belt::before{content:"";}.fa-conveyor-belt-boxes::before{content:"";}.fa-conveyor-belt-alt::before{content:"";}.fa-conveyor-belt-empty::before{content:"";}.fa-cookie::before{content:"";}.fa-cookie-bite::before{content:"";}.fa-copy::before{content:"";}.fa-copyright::before{content:"";}.fa-corn::before{content:"";}.fa-corner::before{content:"";}.fa-couch::before{content:"";}.fa-cow::before{content:"";}.fa-cowbell::before{content:"";}.fa-cowbell-circle-plus::before{content:"";}.fa-cowbell-more::before{content:"";}.fa-crab::before{content:"";}.fa-crate-apple::before{content:"";}.fa-apple-crate::before{content:"";}.fa-crate-empty::before{content:"";}.fa-credit-card::before{content:"";}.fa-credit-card-alt::before{content:"";}.fa-credit-card-blank::before{content:"";}.fa-credit-card-front::before{content:"";}.fa-cricket-bat-ball::before{content:"";}.fa-cricket::before{content:"";}.fa-croissant::before{content:"";}.fa-crop::before{content:"";}.fa-crop-simple::before{content:"";}.fa-crop-alt::before{content:"";}.fa-cross::before{content:"";}.fa-crosshairs::before{content:"";}.fa-crow::before{content:"";}.fa-crown::before{content:"";}.fa-crutch::before{content:"";}.fa-crutches::before{content:"";}.fa-cruzeiro-sign::before{content:"";}.fa-crystal-ball::before{content:"";}.fa-cube::before{content:"";}.fa-cubes::before{content:"";}.fa-cubes-stacked::before{content:"";}.fa-cucumber::before{content:"";}.fa-cup-straw::before{content:"";}.fa-cup-straw-swoosh::before{content:"";}.fa-cup-togo::before{content:"";}.fa-coffee-togo::before{content:"";}.fa-cupcake::before{content:"";}.fa-curling-stone::before{content:"";}.fa-curling::before{content:"";}.fa-custard::before{content:"";}.fa-d::before{content:"D";}.fa-dagger::before{content:"";}.fa-dash::before{content:"";}.fa-minus-large::before{content:"";}.fa-database::before{content:"";}.fa-deer::before{content:"";}.fa-deer-rudolph::before{content:"";}.fa-delete-left::before{content:"";}.fa-backspace::before{content:"";}.fa-delete-right::before{content:"";}.fa-democrat::before{content:"";}.fa-desktop::before{content:"";}.fa-desktop-alt::before{content:"";}.fa-desktop-arrow-down::before{content:"";}.fa-dharmachakra::before{content:"";}.fa-diagram-cells::before{content:"";}.fa-diagram-lean-canvas::before{content:"";}.fa-diagram-nested::before{content:"";}.fa-diagram-next::before{content:"";}.fa-diagram-predecessor::before{content:"";}.fa-diagram-previous::before{content:"";}.fa-diagram-project::before{content:"";}.fa-project-diagram::before{content:"";}.fa-diagram-sankey::before{content:"";}.fa-diagram-subtask::before{content:"";}.fa-diagram-successor::before{content:"";}.fa-diagram-venn::before{content:"";}.fa-dial::before{content:"";}.fa-dial-med-high::before{content:"";}.fa-dial-high::before{content:"";}.fa-dial-low::before{content:"";}.fa-dial-max::before{content:"";}.fa-dial-med::before{content:"";}.fa-dial-med-low::before{content:"";}.fa-dial-min::before{content:"";}.fa-dial-off::before{content:"";}.fa-diamond::before{content:"";}.fa-diamond-exclamation::before{content:"";}.fa-diamond-turn-right::before{content:"";}.fa-directions::before{content:"";}.fa-dice::before{content:"";}.fa-dice-d10::before{content:"";}.fa-dice-d12::before{content:"";}.fa-dice-d20::before{content:"";}.fa-dice-d4::before{content:"";}.fa-dice-d6::before{content:"";}.fa-dice-d8::before{content:"";}.fa-dice-five::before{content:"";}.fa-dice-four::before{content:"";}.fa-dice-one::before{content:"";}.fa-dice-six::before{content:"";}.fa-dice-three::before{content:"";}.fa-dice-two::before{content:"";}.fa-diploma::before{content:"";}.fa-scroll-ribbon::before{content:"";}.fa-disc-drive::before{content:"";}.fa-disease::before{content:"";}.fa-display::before{content:"";}.fa-display-arrow-down::before{content:"";}.fa-display-code::before{content:"";}.fa-desktop-code::before{content:"";}.fa-display-medical::before{content:"";}.fa-desktop-medical::before{content:"";}.fa-display-slash::before{content:"";}.fa-desktop-slash::before{content:"";}.fa-distribute-spacing-horizontal::before{content:"";}.fa-distribute-spacing-vertical::before{content:"";}.fa-ditto::before{content:"\"";}.fa-divide::before{content:"";}.fa-dna::before{content:"";}.fa-do-not-enter::before{content:"";}.fa-dog::before{content:"";}.fa-dog-leashed::before{content:"";}.fa-dollar-sign::before{content:"$";}.fa-dollar::before{content:"$";}.fa-usd::before{content:"$";}.fa-dolly::before{content:"";}.fa-dolly-box::before{content:"";}.fa-dolly-empty::before{content:"";}.fa-dolphin::before{content:"";}.fa-dong-sign::before{content:"";}.fa-donut::before{content:"";}.fa-doughnut::before{content:"";}.fa-door-closed::before{content:"";}.fa-door-open::before{content:"";}.fa-dove::before{content:"";}.fa-down::before{content:"";}.fa-arrow-alt-down::before{content:"";}.fa-down-from-dotted-line::before{content:"";}.fa-down-from-line::before{content:"";}.fa-arrow-alt-from-top::before{content:"";}.fa-down-left::before{content:"";}.fa-down-left-and-up-right-to-center::before{content:"";}.fa-compress-alt::before{content:"";}.fa-down-long::before{content:"";}.fa-long-arrow-alt-down::before{content:"";}.fa-down-right::before{content:"";}.fa-down-to-bracket::before{content:"";}.fa-down-to-dotted-line::before{content:"";}.fa-down-to-line::before{content:"";}.fa-arrow-alt-to-bottom::before{content:"";}.fa-download::before{content:"";}.fa-dragon::before{content:"";}.fa-draw-circle::before{content:"";}.fa-draw-polygon::before{content:"";}.fa-draw-square::before{content:"";}.fa-dreidel::before{content:"";}.fa-drone::before{content:"";}.fa-drone-front::before{content:"";}.fa-drone-alt::before{content:"";}.fa-droplet::before{content:"";}.fa-tint::before{content:"";}.fa-droplet-degree::before{content:"";}.fa-dewpoint::before{content:"";}.fa-droplet-percent::before{content:"";}.fa-humidity::before{content:"";}.fa-droplet-slash::before{content:"";}.fa-tint-slash::before{content:"";}.fa-drum::before{content:"";}.fa-drum-steelpan::before{content:"";}.fa-drumstick::before{content:"";}.fa-drumstick-bite::before{content:"";}.fa-dryer::before{content:"";}.fa-dryer-heat::before{content:"";}.fa-dryer-alt::before{content:"";}.fa-duck::before{content:"";}.fa-dumbbell::before{content:"";}.fa-dumpster::before{content:"";}.fa-dumpster-fire::before{content:"";}.fa-dungeon::before{content:"";}.fa-e::before{content:"E";}.fa-ear::before{content:"";}.fa-ear-deaf::before{content:"";}.fa-deaf::before{content:"";}.fa-deafness::before{content:"";}.fa-hard-of-hearing::before{content:"";}.fa-ear-listen::before{content:"";}.fa-assistive-listening-systems::before{content:"";}.fa-ear-muffs::before{content:"";}.fa-earth-africa::before{content:"";}.fa-globe-africa::before{content:"";}.fa-earth-americas::before{content:"";}.fa-earth::before{content:"";}.fa-earth-america::before{content:"";}.fa-globe-americas::before{content:"";}.fa-earth-asia::before{content:"";}.fa-globe-asia::before{content:"";}.fa-earth-europe::before{content:"";}.fa-globe-europe::before{content:"";}.fa-earth-oceania::before{content:"";}.fa-globe-oceania::before{content:"";}.fa-eclipse::before{content:"";}.fa-egg::before{content:"";}.fa-egg-fried::before{content:"";}.fa-eggplant::before{content:"";}.fa-eject::before{content:"";}.fa-elephant::before{content:"";}.fa-elevator::before{content:"";}.fa-ellipsis::before{content:"";}.fa-ellipsis-h::before{content:"";}.fa-ellipsis-stroke::before{content:"";}.fa-ellipsis-h-alt::before{content:"";}.fa-ellipsis-stroke-vertical::before{content:"";}.fa-ellipsis-v-alt::before{content:"";}.fa-ellipsis-vertical::before{content:"";}.fa-ellipsis-v::before{content:"";}.fa-empty-set::before{content:"";}.fa-engine::before{content:"";}.fa-engine-warning::before{content:"";}.fa-engine-exclamation::before{content:"";}.fa-envelope::before{content:"";}.fa-envelope-circle-check::before{content:"";}.fa-envelope-dot::before{content:"";}.fa-envelope-badge::before{content:"";}.fa-envelope-open::before{content:"";}.fa-envelope-open-dollar::before{content:"";}.fa-envelope-open-text::before{content:"";}.fa-envelopes::before{content:"";}.fa-envelopes-bulk::before{content:"";}.fa-mail-bulk::before{content:"";}.fa-equals::before{content:"=";}.fa-eraser::before{content:"";}.fa-escalator::before{content:"";}.fa-ethernet::before{content:"";}.fa-euro-sign::before{content:"";}.fa-eur::before{content:"";}.fa-euro::before{content:"";}.fa-exclamation::before{content:"!";}.fa-expand::before{content:"";}.fa-expand-wide::before{content:"";}.fa-explosion::before{content:"";}.fa-eye::before{content:"";}.fa-eye-dropper::before{content:"";}.fa-eye-dropper-empty::before{content:"";}.fa-eyedropper::before{content:"";}.fa-eye-dropper-full::before{content:"";}.fa-eye-dropper-half::before{content:"";}.fa-eye-evil::before{content:"";}.fa-eye-low-vision::before{content:"";}.fa-low-vision::before{content:"";}.fa-eye-slash::before{content:"";}.fa-eyes::before{content:"";}.fa-f::before{content:"F";}.fa-face-angry::before{content:"";}.fa-angry::before{content:"";}.fa-face-angry-horns::before{content:"";}.fa-face-anguished::before{content:"";}.fa-face-anxious-sweat::before{content:"";}.fa-face-astonished::before{content:"";}.fa-face-awesome::before{content:"";}.fa-gave-dandy::before{content:"";}.fa-face-beam-hand-over-mouth::before{content:"";}.fa-face-clouds::before{content:"";}.fa-face-confounded::before{content:"";}.fa-face-confused::before{content:"";}.fa-face-cowboy-hat::before{content:"";}.fa-face-diagonal-mouth::before{content:"";}.fa-face-disappointed::before{content:"";}.fa-face-disguise::before{content:"";}.fa-face-dizzy::before{content:"";}.fa-dizzy::before{content:"";}.fa-face-dotted::before{content:"";}.fa-face-downcast-sweat::before{content:"";}.fa-face-drooling::before{content:"";}.fa-face-exhaling::before{content:"";}.fa-face-explode::before{content:"";}.fa-exploding-head::before{content:"";}.fa-face-expressionless::before{content:"";}.fa-face-eyes-xmarks::before{content:"";}.fa-face-fearful::before{content:"";}.fa-face-flushed::before{content:"";}.fa-flushed::before{content:"";}.fa-face-frown::before{content:"";}.fa-frown::before{content:"";}.fa-face-frown-open::before{content:"";}.fa-frown-open::before{content:"";}.fa-face-frown-slight::before{content:"";}.fa-face-glasses::before{content:"";}.fa-face-grimace::before{content:"";}.fa-grimace::before{content:"";}.fa-face-grin::before{content:"";}.fa-grin::before{content:"";}.fa-face-grin-beam::before{content:"";}.fa-grin-beam::before{content:"";}.fa-face-grin-beam-sweat::before{content:"";}.fa-grin-beam-sweat::before{content:"";}.fa-face-grin-hearts::before{content:"";}.fa-grin-hearts::before{content:"";}.fa-face-grin-squint::before{content:"";}.fa-grin-squint::before{content:"";}.fa-face-grin-squint-tears::before{content:"";}.fa-grin-squint-tears::before{content:"";}.fa-face-grin-stars::before{content:"";}.fa-grin-stars::before{content:"";}.fa-face-grin-tears::before{content:"";}.fa-grin-tears::before{content:"";}.fa-face-grin-tongue::before{content:"";}.fa-grin-tongue::before{content:"";}.fa-face-grin-tongue-squint::before{content:"";}.fa-grin-tongue-squint::before{content:"";}.fa-face-grin-tongue-wink::before{content:"";}.fa-grin-tongue-wink::before{content:"";}.fa-face-grin-wide::before{content:"";}.fa-grin-alt::before{content:"";}.fa-face-grin-wink::before{content:"";}.fa-grin-wink::before{content:"";}.fa-face-hand-over-mouth::before{content:"";}.fa-face-hand-peeking::before{content:"";}.fa-face-hand-yawn::before{content:"";}.fa-face-head-bandage::before{content:"";}.fa-face-holding-back-tears::before{content:"";}.fa-face-hushed::before{content:"";}.fa-face-icicles::before{content:"";}.fa-face-kiss::before{content:"";}.fa-kiss::before{content:"";}.fa-face-kiss-beam::before{content:"";}.fa-kiss-beam::before{content:"";}.fa-face-kiss-closed-eyes::before{content:"";}.fa-face-kiss-wink-heart::before{content:"";}.fa-kiss-wink-heart::before{content:"";}.fa-face-laugh::before{content:"";}.fa-laugh::before{content:"";}.fa-face-laugh-beam::before{content:"";}.fa-laugh-beam::before{content:"";}.fa-face-laugh-squint::before{content:"";}.fa-laugh-squint::before{content:"";}.fa-face-laugh-wink::before{content:"";}.fa-laugh-wink::before{content:"";}.fa-face-lying::before{content:"";}.fa-face-mask::before{content:"";}.fa-face-meh::before{content:"";}.fa-meh::before{content:"";}.fa-face-meh-blank::before{content:"";}.fa-meh-blank::before{content:"";}.fa-face-melting::before{content:"";}.fa-face-monocle::before{content:"";}.fa-face-nauseated::before{content:"";}.fa-face-nose-steam::before{content:"";}.fa-face-party::before{content:"";}.fa-face-pensive::before{content:"";}.fa-face-persevering::before{content:"";}.fa-face-pleading::before{content:"";}.fa-face-pouting::before{content:"";}.fa-face-raised-eyebrow::before{content:"";}.fa-face-relieved::before{content:"";}.fa-face-rolling-eyes::before{content:"";}.fa-meh-rolling-eyes::before{content:"";}.fa-face-sad-cry::before{content:"";}.fa-sad-cry::before{content:"";}.fa-face-sad-sweat::before{content:"";}.fa-face-sad-tear::before{content:"";}.fa-sad-tear::before{content:"";}.fa-face-saluting::before{content:"";}.fa-face-scream::before{content:"";}.fa-face-shush::before{content:"";}.fa-face-sleeping::before{content:"";}.fa-face-sleepy::before{content:"";}.fa-face-smile::before{content:"";}.fa-smile::before{content:"";}.fa-face-smile-beam::before{content:"";}.fa-smile-beam::before{content:"";}.fa-face-smile-halo::before{content:"";}.fa-face-smile-hearts::before{content:"";}.fa-face-smile-horns::before{content:"";}.fa-face-smile-plus::before{content:"";}.fa-smile-plus::before{content:"";}.fa-face-smile-relaxed::before{content:"";}.fa-face-smile-tear::before{content:"";}.fa-face-smile-tongue::before{content:"";}.fa-face-smile-upside-down::before{content:"";}.fa-face-smile-wink::before{content:"";}.fa-smile-wink::before{content:"";}.fa-face-smiling-hands::before{content:"";}.fa-face-smirking::before{content:"";}.fa-face-spiral-eyes::before{content:"";}.fa-face-sunglasses::before{content:"";}.fa-face-surprise::before{content:"";}.fa-surprise::before{content:"";}.fa-face-swear::before{content:"";}.fa-face-thermometer::before{content:"";}.fa-face-thinking::before{content:"";}.fa-face-tired::before{content:"";}.fa-tired::before{content:"";}.fa-face-tissue::before{content:"";}.fa-face-tongue-money::before{content:"";}.fa-face-tongue-sweat::before{content:"";}.fa-face-unamused::before{content:"";}.fa-face-viewfinder::before{content:"";}.fa-face-vomit::before{content:"";}.fa-face-weary::before{content:"";}.fa-face-woozy::before{content:"";}.fa-face-worried::before{content:"";}.fa-face-zany::before{content:"";}.fa-face-zipper::before{content:"";}.fa-falafel::before{content:"";}.fa-family::before{content:"";}.fa-family-dress::before{content:"";}.fa-family-pants::before{content:"";}.fa-fan::before{content:"";}.fa-fan-table::before{content:"";}.fa-farm::before{content:"";}.fa-barn-silo::before{content:"";}.fa-faucet::before{content:"";}.fa-faucet-drip::before{content:"";}.fa-fax::before{content:"";}.fa-feather::before{content:"";}.fa-feather-pointed::before{content:"";}.fa-feather-alt::before{content:"";}.fa-fence::before{content:"";}.fa-ferris-wheel::before{content:"";}.fa-ferry::before{content:"";}.fa-field-hockey-stick-ball::before{content:"";}.fa-field-hockey::before{content:"";}.fa-file::before{content:"";}.fa-file-arrow-down::before{content:"";}.fa-file-download::before{content:"";}.fa-file-arrow-up::before{content:"";}.fa-file-upload::before{content:"";}.fa-file-audio::before{content:"";}.fa-file-binary::before{content:"";}.fa-file-certificate::before{content:"";}.fa-file-award::before{content:"";}.fa-file-chart-column::before{content:"";}.fa-file-chart-line::before{content:"";}.fa-file-chart-pie::before{content:"";}.fa-file-check::before{content:"";}.fa-file-circle-check::before{content:"";}.fa-file-circle-exclamation::before{content:"";}.fa-file-circle-info::before{content:"";}.fa-file-circle-minus::before{content:"";}.fa-file-circle-plus::before{content:"";}.fa-file-circle-question::before{content:"";}.fa-file-circle-xmark::before{content:"";}.fa-file-code::before{content:"";}.fa-file-contract::before{content:"";}.fa-file-csv::before{content:"";}.fa-file-dashed-line::before{content:"";}.fa-page-break::before{content:"";}.fa-file-excel::before{content:"";}.fa-file-exclamation::before{content:"";}.fa-file-export::before{content:"";}.fa-arrow-right-from-file::before{content:"";}.fa-file-heart::before{content:"";}.fa-file-image::before{content:"";}.fa-file-import::before{content:"";}.fa-arrow-right-to-file::before{content:"";}.fa-file-invoice::before{content:"";}.fa-file-invoice-dollar::before{content:"";}.fa-file-lines::before{content:"";}.fa-file-alt::before{content:"";}.fa-file-text::before{content:"";}.fa-file-lock::before{content:"";}.fa-file-magnifying-glass::before{content:"";}.fa-file-search::before{content:"";}.fa-file-medical::before{content:"";}.fa-file-minus::before{content:"";}.fa-file-music::before{content:"";}.fa-file-pdf::before{content:"";}.fa-file-pen::before{content:"";}.fa-file-edit::before{content:"";}.fa-file-plus::before{content:"";}.fa-file-plus-minus::before{content:"";}.fa-file-powerpoint::before{content:"";}.fa-file-prescription::before{content:"";}.fa-file-shield::before{content:"";}.fa-file-signature::before{content:"";}.fa-file-slash::before{content:"";}.fa-file-spreadsheet::before{content:"";}.fa-file-user::before{content:"";}.fa-file-video::before{content:"";}.fa-file-waveform::before{content:"";}.fa-file-medical-alt::before{content:"";}.fa-file-word::before{content:"";}.fa-file-xmark::before{content:"";}.fa-file-times::before{content:"";}.fa-file-zipper::before{content:"";}.fa-file-archive::before{content:"";}.fa-files::before{content:"";}.fa-files-medical::before{content:"";}.fa-fill::before{content:"";}.fa-fill-drip::before{content:"";}.fa-film::before{content:"";}.fa-film-canister::before{content:"";}.fa-film-simple::before{content:"";}.fa-film-alt::before{content:"";}.fa-film-slash::before{content:"";}.fa-films::before{content:"";}.fa-filter::before{content:"";}.fa-filter-circle-dollar::before{content:"";}.fa-funnel-dollar::before{content:"";}.fa-filter-circle-xmark::before{content:"";}.fa-filter-list::before{content:"";}.fa-filter-slash::before{content:"";}.fa-filters::before{content:"";}.fa-fingerprint::before{content:"";}.fa-fire::before{content:"";}.fa-fire-burner::before{content:"";}.fa-fire-extinguisher::before{content:"";}.fa-fire-flame::before{content:"";}.fa-flame::before{content:"";}.fa-fire-flame-curved::before{content:"";}.fa-fire-alt::before{content:"";}.fa-fire-flame-simple::before{content:"";}.fa-burn::before{content:"";}.fa-fire-hydrant::before{content:"";}.fa-fire-smoke::before{content:"";}.fa-fireplace::before{content:"";}.fa-fish::before{content:"";}.fa-fish-bones::before{content:"";}.fa-fish-cooked::before{content:"";}.fa-fish-fins::before{content:"";}.fa-fishing-rod::before{content:"";}.fa-flag::before{content:"";}.fa-flag-checkered::before{content:"";}.fa-flag-pennant::before{content:"";}.fa-pennant::before{content:"";}.fa-flag-swallowtail::before{content:"";}.fa-flag-alt::before{content:"";}.fa-flag-usa::before{content:"";}.fa-flashlight::before{content:"";}.fa-flask::before{content:"";}.fa-flask-round-poison::before{content:"";}.fa-flask-poison::before{content:"";}.fa-flask-round-potion::before{content:"";}.fa-flask-potion::before{content:"";}.fa-flask-vial::before{content:"";}.fa-flatbread::before{content:"";}.fa-flatbread-stuffed::before{content:"";}.fa-floppy-disk::before{content:"";}.fa-save::before{content:"";}.fa-floppy-disk-circle-arrow-right::before{content:"";}.fa-save-circle-arrow-right::before{content:"";}.fa-floppy-disk-circle-xmark::before{content:"";}.fa-floppy-disk-times::before{content:"";}.fa-save-circle-xmark::before{content:"";}.fa-save-times::before{content:"";}.fa-floppy-disk-pen::before{content:"";}.fa-floppy-disks::before{content:"";}.fa-florin-sign::before{content:"";}.fa-flower::before{content:"";}.fa-flower-daffodil::before{content:"";}.fa-flower-tulip::before{content:"";}.fa-flute::before{content:"";}.fa-flux-capacitor::before{content:"";}.fa-flying-disc::before{content:"";}.fa-folder::before{content:"";}.fa-folder-blank::before{content:"";}.fa-folder-arrow-down::before{content:"";}.fa-folder-download::before{content:"";}.fa-folder-arrow-up::before{content:"";}.fa-folder-upload::before{content:"";}.fa-folder-bookmark::before{content:"";}.fa-folder-closed::before{content:"";}.fa-folder-gear::before{content:"";}.fa-folder-cog::before{content:"";}.fa-folder-grid::before{content:"";}.fa-folder-heart::before{content:"";}.fa-folder-image::before{content:"";}.fa-folder-magnifying-glass::before{content:"";}.fa-folder-search::before{content:"";}.fa-folder-medical::before{content:"";}.fa-folder-minus::before{content:"";}.fa-folder-music::before{content:"";}.fa-folder-open::before{content:"";}.fa-folder-plus::before{content:"";}.fa-folder-tree::before{content:"";}.fa-folder-user::before{content:"";}.fa-folder-xmark::before{content:"";}.fa-folder-times::before{content:"";}.fa-folders::before{content:"";}.fa-fondue-pot::before{content:"";}.fa-font::before{content:"";}.fa-font-case::before{content:"";}.fa-football::before{content:"";}.fa-football-ball::before{content:"";}.fa-football-helmet::before{content:"";}.fa-fork::before{content:"";}.fa-utensil-fork::before{content:"";}.fa-fork-knife::before{content:"";}.fa-utensils-alt::before{content:"";}.fa-forklift::before{content:"";}.fa-fort::before{content:"";}.fa-forward::before{content:"";}.fa-forward-fast::before{content:"";}.fa-fast-forward::before{content:"";}.fa-forward-step::before{content:"";}.fa-step-forward::before{content:"";}.fa-frame::before{content:"";}.fa-franc-sign::before{content:"";}.fa-french-fries::before{content:"";}.fa-frog::before{content:"";}.fa-function::before{content:"";}.fa-futbol::before{content:"";}.fa-futbol-ball::before{content:"";}.fa-soccer-ball::before{content:"";}.fa-g::before{content:"G";}.fa-galaxy::before{content:"";}.fa-gallery-thumbnails::before{content:"";}.fa-game-board::before{content:"";}.fa-game-board-simple::before{content:"";}.fa-game-board-alt::before{content:"";}.fa-game-console-handheld::before{content:"";}.fa-gamepad::before{content:"";}.fa-gamepad-modern::before{content:"";}.fa-gamepad-alt::before{content:"";}.fa-garage::before{content:"";}.fa-garage-car::before{content:"";}.fa-garage-open::before{content:"";}.fa-garlic::before{content:"";}.fa-gas-pump::before{content:"";}.fa-gas-pump-slash::before{content:"";}.fa-gauge::before{content:"";}.fa-dashboard::before{content:"";}.fa-gauge-med::before{content:"";}.fa-tachometer-alt-average::before{content:"";}.fa-gauge-circle-bolt::before{content:"";}.fa-gauge-circle-minus::before{content:"";}.fa-gauge-circle-plus::before{content:"";}.fa-gauge-high::before{content:"";}.fa-tachometer-alt::before{content:"";}.fa-tachometer-alt-fast::before{content:"";}.fa-gauge-low::before{content:"";}.fa-tachometer-alt-slow::before{content:"";}.fa-gauge-max::before{content:"";}.fa-tachometer-alt-fastest::before{content:"";}.fa-gauge-min::before{content:"";}.fa-tachometer-alt-slowest::before{content:"";}.fa-gauge-simple::before{content:"";}.fa-gauge-simple-med::before{content:"";}.fa-tachometer-average::before{content:"";}.fa-gauge-simple-high::before{content:"";}.fa-tachometer::before{content:"";}.fa-tachometer-fast::before{content:"";}.fa-gauge-simple-low::before{content:"";}.fa-tachometer-slow::before{content:"";}.fa-gauge-simple-max::before{content:"";}.fa-tachometer-fastest::before{content:"";}.fa-gauge-simple-min::before{content:"";}.fa-tachometer-slowest::before{content:"";}.fa-gavel::before{content:"";}.fa-legal::before{content:"";}.fa-gear::before{content:"";}.fa-cog::before{content:"";}.fa-gears::before{content:"";}.fa-cogs::before{content:"";}.fa-gem::before{content:"";}.fa-genderless::before{content:"";}.fa-ghost::before{content:"";}.fa-gif::before{content:"";}.fa-gift::before{content:"";}.fa-gift-card::before{content:"";}.fa-gifts::before{content:"";}.fa-gingerbread-man::before{content:"";}.fa-glass::before{content:"";}.fa-glass-citrus::before{content:"";}.fa-glass-empty::before{content:"";}.fa-glass-half::before{content:"";}.fa-glass-half-empty::before{content:"";}.fa-glass-half-full::before{content:"";}.fa-glass-water::before{content:"";}.fa-glass-water-droplet::before{content:"";}.fa-glasses::before{content:"";}.fa-glasses-round::before{content:"";}.fa-glasses-alt::before{content:"";}.fa-globe::before{content:"";}.fa-globe-snow::before{content:"";}.fa-globe-stand::before{content:"";}.fa-goal-net::before{content:"";}.fa-golf-ball-tee::before{content:"";}.fa-golf-ball::before{content:"";}.fa-golf-club::before{content:"";}.fa-golf-flag-hole::before{content:"";}.fa-gopuram::before{content:"";}.fa-graduation-cap::before{content:"";}.fa-mortar-board::before{content:"";}.fa-gramophone::before{content:"";}.fa-grapes::before{content:"";}.fa-grate::before{content:"";}.fa-grate-droplet::before{content:"";}.fa-greater-than::before{content:">";}.fa-greater-than-equal::before{content:"";}.fa-grid::before{content:"";}.fa-grid-3::before{content:"";}.fa-grid-2::before{content:"";}.fa-grid-2-plus::before{content:"";}.fa-grid-4::before{content:"";}.fa-grid-5::before{content:"";}.fa-grid-dividers::before{content:"";}.fa-grid-horizontal::before{content:"";}.fa-grip::before{content:"";}.fa-grip-horizontal::before{content:"";}.fa-grip-dots::before{content:"";}.fa-grip-dots-vertical::before{content:"";}.fa-grip-lines::before{content:"";}.fa-grip-lines-vertical::before{content:"";}.fa-grip-vertical::before{content:"";}.fa-group-arrows-rotate::before{content:"";}.fa-guarani-sign::before{content:"";}.fa-guitar::before{content:"";}.fa-guitar-electric::before{content:"";}.fa-guitars::before{content:"";}.fa-gun::before{content:"";}.fa-gun-slash::before{content:"";}.fa-gun-squirt::before{content:"";}.fa-h::before{content:"H";}.fa-h1::before{content:"";}.fa-h2::before{content:"";}.fa-h3::before{content:"";}.fa-h4::before{content:"";}.fa-h5::before{content:"";}.fa-h6::before{content:"";}.fa-hammer::before{content:"";}.fa-hammer-crash::before{content:"";}.fa-hammer-war::before{content:"";}.fa-hamsa::before{content:"";}.fa-hand::before{content:"";}.fa-hand-paper::before{content:"";}.fa-hand-back-fist::before{content:"";}.fa-hand-rock::before{content:"";}.fa-hand-back-point-down::before{content:"";}.fa-hand-back-point-left::before{content:"";}.fa-hand-back-point-ribbon::before{content:"";}.fa-hand-back-point-right::before{content:"";}.fa-hand-back-point-up::before{content:"";}.fa-hand-dots::before{content:"";}.fa-allergies::before{content:"";}.fa-hand-fingers-crossed::before{content:"";}.fa-hand-fist::before{content:"";}.fa-fist-raised::before{content:"";}.fa-hand-heart::before{content:"";}.fa-hand-holding::before{content:"";}.fa-hand-holding-box::before{content:"";}.fa-hand-holding-dollar::before{content:"";}.fa-hand-holding-usd::before{content:"";}.fa-hand-holding-droplet::before{content:"";}.fa-hand-holding-water::before{content:"";}.fa-hand-holding-hand::before{content:"";}.fa-hand-holding-heart::before{content:"";}.fa-hand-holding-magic::before{content:"";}.fa-hand-holding-medical::before{content:"";}.fa-hand-holding-seedling::before{content:"";}.fa-hand-holding-skull::before{content:"";}.fa-hand-horns::before{content:"";}.fa-hand-lizard::before{content:"";}.fa-hand-love::before{content:"";}.fa-hand-middle-finger::before{content:"";}.fa-hand-peace::before{content:"";}.fa-hand-point-down::before{content:"";}.fa-hand-point-left::before{content:"";}.fa-hand-point-ribbon::before{content:"";}.fa-hand-point-right::before{content:"";}.fa-hand-point-up::before{content:"";}.fa-hand-pointer::before{content:"";}.fa-hand-scissors::before{content:"";}.fa-hand-sparkles::before{content:"";}.fa-hand-spock::before{content:"";}.fa-hand-wave::before{content:"";}.fa-handcuffs::before{content:"";}.fa-hands::before{content:"";}.fa-sign-language::before{content:"";}.fa-signing::before{content:"";}.fa-hands-asl-interpreting::before{content:"";}.fa-american-sign-language-interpreting::before{content:"";}.fa-asl-interpreting::before{content:"";}.fa-hands-american-sign-language-interpreting::before{content:"";}.fa-hands-bound::before{content:"";}.fa-hands-bubbles::before{content:"";}.fa-hands-wash::before{content:"";}.fa-hands-clapping::before{content:"";}.fa-hands-holding::before{content:"";}.fa-hands-holding-child::before{content:"";}.fa-hands-holding-circle::before{content:"";}.fa-hands-holding-diamond::before{content:"";}.fa-hand-receiving::before{content:"";}.fa-hands-holding-dollar::before{content:"";}.fa-hands-usd::before{content:"";}.fa-hands-holding-heart::before{content:"";}.fa-hands-heart::before{content:"";}.fa-hands-praying::before{content:"";}.fa-praying-hands::before{content:"";}.fa-handshake::before{content:"";}.fa-handshake-angle::before{content:"";}.fa-hands-helping::before{content:"";}.fa-handshake-simple::before{content:"";}.fa-handshake-alt::before{content:"";}.fa-handshake-simple-slash::before{content:"";}.fa-handshake-alt-slash::before{content:"";}.fa-handshake-slash::before{content:"";}.fa-hanukiah::before{content:"";}.fa-hard-drive::before{content:"";}.fa-hdd::before{content:"";}.fa-hashtag::before{content:"#";}.fa-hashtag-lock::before{content:"";}.fa-hat-chef::before{content:"";}.fa-hat-cowboy::before{content:"";}.fa-hat-cowboy-side::before{content:"";}.fa-hat-santa::before{content:"";}.fa-hat-winter::before{content:"";}.fa-hat-witch::before{content:"";}.fa-hat-wizard::before{content:"";}.fa-head-side::before{content:"";}.fa-head-side-brain::before{content:"";}.fa-head-side-cough::before{content:"";}.fa-head-side-cough-slash::before{content:"";}.fa-head-side-goggles::before{content:"";}.fa-head-vr::before{content:"";}.fa-head-side-headphones::before{content:"";}.fa-head-side-heart::before{content:"";}.fa-head-side-mask::before{content:"";}.fa-head-side-medical::before{content:"";}.fa-head-side-virus::before{content:"";}.fa-heading::before{content:"";}.fa-header::before{content:"";}.fa-headphones::before{content:"";}.fa-headphones-simple::before{content:"";}.fa-headphones-alt::before{content:"";}.fa-headset::before{content:"";}.fa-heart::before{content:"";}.fa-heart-circle-bolt::before{content:"";}.fa-heart-circle-check::before{content:"";}.fa-heart-circle-exclamation::before{content:"";}.fa-heart-circle-minus::before{content:"";}.fa-heart-circle-plus::before{content:"";}.fa-heart-circle-xmark::before{content:"";}.fa-heart-crack::before{content:"";}.fa-heart-broken::before{content:"";}.fa-heart-half::before{content:"";}.fa-heart-half-stroke::before{content:"";}.fa-heart-half-alt::before{content:"";}.fa-heart-pulse::before{content:"";}.fa-heartbeat::before{content:"";}.fa-heat::before{content:"";}.fa-helicopter::before{content:"";}.fa-helicopter-symbol::before{content:"";}.fa-helmet-battle::before{content:"";}.fa-helmet-safety::before{content:"";}.fa-hard-hat::before{content:"";}.fa-hat-hard::before{content:"";}.fa-helmet-un::before{content:"";}.fa-hexagon::before{content:"";}.fa-hexagon-check::before{content:"";}.fa-hexagon-divide::before{content:"";}.fa-hexagon-exclamation::before{content:"";}.fa-hexagon-image::before{content:"";}.fa-hexagon-minus::before{content:"";}.fa-minus-hexagon::before{content:"";}.fa-hexagon-plus::before{content:"";}.fa-plus-hexagon::before{content:"";}.fa-hexagon-vertical-nft::before{content:"";}.fa-hexagon-vertical-nft-slanted::before{content:"";}.fa-hexagon-xmark::before{content:"";}.fa-times-hexagon::before{content:"";}.fa-xmark-hexagon::before{content:"";}.fa-high-definition::before{content:"";}.fa-rectangle-hd::before{content:"";}.fa-highlighter::before{content:"";}.fa-highlighter-line::before{content:"";}.fa-hill-avalanche::before{content:"";}.fa-hill-rockslide::before{content:"";}.fa-hippo::before{content:"";}.fa-hockey-mask::before{content:"";}.fa-hockey-puck::before{content:"";}.fa-hockey-stick-puck::before{content:"";}.fa-hockey-sticks::before{content:"";}.fa-holly-berry::before{content:"";}.fa-honey-pot::before{content:"";}.fa-hood-cloak::before{content:"";}.fa-horizontal-rule::before{content:"";}.fa-horse::before{content:"";}.fa-horse-head::before{content:"";}.fa-horse-saddle::before{content:"";}.fa-hose::before{content:"";}.fa-hose-reel::before{content:"";}.fa-hospital::before{content:"";}.fa-hospital-alt::before{content:"";}.fa-hospital-wide::before{content:"";}.fa-hospital-user::before{content:"";}.fa-hospitals::before{content:"";}.fa-hot-tub-person::before{content:"";}.fa-hot-tub::before{content:"";}.fa-hotdog::before{content:"";}.fa-hotel::before{content:"";}.fa-hourglass::before{content:"";}.fa-hourglass-2::before{content:"";}.fa-hourglass-half::before{content:"";}.fa-hourglass-clock::before{content:"";}.fa-hourglass-empty::before{content:"";}.fa-hourglass-end::before{content:"";}.fa-hourglass-3::before{content:"";}.fa-hourglass-start::before{content:"";}.fa-hourglass-1::before{content:"";}.fa-house::before{content:"";}.fa-home::before{content:"";}.fa-home-alt::before{content:"";}.fa-home-lg-alt::before{content:"";}.fa-house-blank::before{content:"";}.fa-home-blank::before{content:"";}.fa-house-building::before{content:"";}.fa-house-chimney::before{content:"";}.fa-home-lg::before{content:"";}.fa-house-chimney-blank::before{content:"";}.fa-house-chimney-crack::before{content:"";}.fa-house-damage::before{content:"";}.fa-house-chimney-heart::before{content:"";}.fa-house-chimney-medical::before{content:"";}.fa-clinic-medical::before{content:"";}.fa-house-chimney-user::before{content:"";}.fa-house-chimney-window::before{content:"";}.fa-house-circle-check::before{content:"";}.fa-house-circle-exclamation::before{content:"";}.fa-house-circle-xmark::before{content:"";}.fa-house-crack::before{content:"";}.fa-house-day::before{content:"";}.fa-house-fire::before{content:"";}.fa-house-flag::before{content:"";}.fa-house-flood-water::before{content:"";}.fa-house-flood-water-circle-arrow-right::before{content:"";}.fa-house-heart::before{content:"";}.fa-home-heart::before{content:"";}.fa-house-laptop::before{content:"";}.fa-laptop-house::before{content:"";}.fa-house-lock::before{content:"";}.fa-house-medical::before{content:"";}.fa-house-medical-circle-check::before{content:"";}.fa-house-medical-circle-exclamation::before{content:"";}.fa-house-medical-circle-xmark::before{content:"";}.fa-house-medical-flag::before{content:"";}.fa-house-night::before{content:"";}.fa-house-person-leave::before{content:"";}.fa-house-leave::before{content:"";}.fa-house-person-depart::before{content:"";}.fa-house-person-return::before{content:"";}.fa-house-person-arrive::before{content:"";}.fa-house-return::before{content:"";}.fa-house-signal::before{content:"";}.fa-house-tree::before{content:"";}.fa-house-tsunami::before{content:"";}.fa-house-turret::before{content:"";}.fa-house-user::before{content:"";}.fa-home-user::before{content:"";}.fa-house-water::before{content:"";}.fa-house-flood::before{content:"";}.fa-house-window::before{content:"";}.fa-hryvnia-sign::before{content:"";}.fa-hryvnia::before{content:"";}.fa-hundred-points::before{content:"";}.fa-100::before{content:"";}.fa-hurricane::before{content:"";}.fa-hyphen::before{content:"-";}.fa-i::before{content:"I";}.fa-i-cursor::before{content:"";}.fa-ice-cream::before{content:"";}.fa-ice-skate::before{content:"";}.fa-icicles::before{content:"";}.fa-icons::before{content:"";}.fa-heart-music-camera-bolt::before{content:"";}.fa-id-badge::before{content:"";}.fa-id-card::before{content:"";}.fa-drivers-license::before{content:"";}.fa-id-card-clip::before{content:"";}.fa-id-card-alt::before{content:"";}.fa-igloo::before{content:"";}.fa-image::before{content:"";}.fa-image-landscape::before{content:"";}.fa-landscape::before{content:"";}.fa-image-polaroid::before{content:"";}.fa-image-polaroid-user::before{content:"";}.fa-image-portrait::before{content:"";}.fa-portrait::before{content:"";}.fa-image-slash::before{content:"";}.fa-image-user::before{content:"";}.fa-images::before{content:"";}.fa-images-user::before{content:"";}.fa-inbox::before{content:"";}.fa-inbox-full::before{content:"";}.fa-inbox-in::before{content:"";}.fa-inbox-arrow-down::before{content:"";}.fa-inbox-out::before{content:"";}.fa-inbox-arrow-up::before{content:"";}.fa-inboxes::before{content:"";}.fa-indent::before{content:"";}.fa-indian-rupee-sign::before{content:"";}.fa-indian-rupee::before{content:"";}.fa-inr::before{content:"";}.fa-industry::before{content:"";}.fa-industry-windows::before{content:"";}.fa-industry-alt::before{content:"";}.fa-infinity::before{content:"";}.fa-info::before{content:"";}.fa-inhaler::before{content:"";}.fa-input-numeric::before{content:"";}.fa-input-pipe::before{content:"";}.fa-input-text::before{content:"";}.fa-integral::before{content:"";}.fa-intersection::before{content:"";}.fa-island-tropical::before{content:"";}.fa-island-tree-palm::before{content:"";}.fa-italic::before{content:"";}.fa-j::before{content:"J";}.fa-jack-o-lantern::before{content:"";}.fa-jar::before{content:"";}.fa-jar-wheat::before{content:"";}.fa-jedi::before{content:"";}.fa-jet-fighter::before{content:"";}.fa-fighter-jet::before{content:"";}.fa-jet-fighter-up::before{content:"";}.fa-joint::before{content:"";}.fa-joystick::before{content:"";}.fa-jug::before{content:"";}.fa-jug-detergent::before{content:"";}.fa-k::before{content:"K";}.fa-kaaba::before{content:"";}.fa-kazoo::before{content:"";}.fa-kerning::before{content:"";}.fa-key::before{content:"";}.fa-key-skeleton::before{content:"";}.fa-key-skeleton-left-right::before{content:"";}.fa-keyboard::before{content:"";}.fa-keyboard-brightness::before{content:"";}.fa-keyboard-brightness-low::before{content:"";}.fa-keyboard-down::before{content:"";}.fa-keyboard-left::before{content:"";}.fa-keynote::before{content:"";}.fa-khanda::before{content:"";}.fa-kidneys::before{content:"";}.fa-kip-sign::before{content:"";}.fa-kit-medical::before{content:"";}.fa-first-aid::before{content:"";}.fa-kitchen-set::before{content:"";}.fa-kite::before{content:"";}.fa-kiwi-bird::before{content:"";}.fa-kiwi-fruit::before{content:"";}.fa-knife::before{content:"";}.fa-utensil-knife::before{content:"";}.fa-knife-kitchen::before{content:"";}.fa-l::before{content:"L";}.fa-lacrosse-stick::before{content:"";}.fa-lacrosse-stick-ball::before{content:"";}.fa-lambda::before{content:"";}.fa-lamp::before{content:"";}.fa-lamp-desk::before{content:"";}.fa-lamp-floor::before{content:"";}.fa-lamp-street::before{content:"";}.fa-land-mine-on::before{content:"";}.fa-landmark::before{content:"";}.fa-landmark-dome::before{content:"";}.fa-landmark-alt::before{content:"";}.fa-landmark-flag::before{content:"";}.fa-language::before{content:"";}.fa-laptop::before{content:"";}.fa-laptop-arrow-down::before{content:"";}.fa-laptop-code::before{content:"";}.fa-laptop-file::before{content:"";}.fa-laptop-medical::before{content:"";}.fa-laptop-mobile::before{content:"";}.fa-phone-laptop::before{content:"";}.fa-laptop-slash::before{content:"";}.fa-lari-sign::before{content:"";}.fa-lasso::before{content:"";}.fa-lasso-sparkles::before{content:"";}.fa-layer-group::before{content:"";}.fa-layer-minus::before{content:"";}.fa-layer-group-minus::before{content:"";}.fa-layer-plus::before{content:"";}.fa-layer-group-plus::before{content:"";}.fa-leaf::before{content:"";}.fa-leaf-heart::before{content:"";}.fa-leaf-maple::before{content:"";}.fa-leaf-oak::before{content:"";}.fa-leafy-green::before{content:"";}.fa-left::before{content:"";}.fa-arrow-alt-left::before{content:"";}.fa-left-from-line::before{content:"";}.fa-arrow-alt-from-right::before{content:"";}.fa-left-long::before{content:"";}.fa-long-arrow-alt-left::before{content:"";}.fa-left-long-to-line::before{content:"";}.fa-left-right::before{content:"";}.fa-arrows-alt-h::before{content:"";}.fa-left-to-line::before{content:"";}.fa-arrow-alt-to-left::before{content:"";}.fa-lemon::before{content:"";}.fa-less-than::before{content:"<";}.fa-less-than-equal::before{content:"";}.fa-life-ring::before{content:"";}.fa-light-ceiling::before{content:"";}.fa-light-emergency::before{content:"";}.fa-light-emergency-on::before{content:"";}.fa-light-switch::before{content:"";}.fa-light-switch-off::before{content:"";}.fa-light-switch-on::before{content:"";}.fa-lightbulb::before{content:"";}.fa-lightbulb-dollar::before{content:"";}.fa-lightbulb-exclamation::before{content:"";}.fa-lightbulb-exclamation-on::before{content:"";}.fa-lightbulb-on::before{content:"";}.fa-lightbulb-slash::before{content:"";}.fa-lights-holiday::before{content:"";}.fa-line-columns::before{content:"";}.fa-line-height::before{content:"";}.fa-lines-leaning::before{content:"";}.fa-link::before{content:"";}.fa-chain::before{content:"";}.fa-link-horizontal::before{content:"";}.fa-chain-horizontal::before{content:"";}.fa-link-horizontal-slash::before{content:"";}.fa-chain-horizontal-slash::before{content:"";}.fa-link-simple::before{content:"";}.fa-link-simple-slash::before{content:"";}.fa-link-slash::before{content:"";}.fa-chain-broken::before{content:"";}.fa-chain-slash::before{content:"";}.fa-unlink::before{content:"";}.fa-lips::before{content:"";}.fa-lira-sign::before{content:"";}.fa-list::before{content:"";}.fa-list-squares::before{content:"";}.fa-list-check::before{content:"";}.fa-tasks::before{content:"";}.fa-list-dropdown::before{content:"";}.fa-list-music::before{content:"";}.fa-list-ol::before{content:"";}.fa-list-1-2::before{content:"";}.fa-list-numeric::before{content:"";}.fa-list-radio::before{content:"";}.fa-list-timeline::before{content:"";}.fa-list-tree::before{content:"";}.fa-list-ul::before{content:"";}.fa-list-dots::before{content:"";}.fa-litecoin-sign::before{content:"";}.fa-loader::before{content:"";}.fa-lobster::before{content:"";}.fa-location-arrow::before{content:"";}.fa-location-check::before{content:"";}.fa-map-marker-check::before{content:"";}.fa-location-crosshairs::before{content:"";}.fa-location::before{content:"";}.fa-location-crosshairs-slash::before{content:"";}.fa-location-slash::before{content:"";}.fa-location-dot::before{content:"";}.fa-map-marker-alt::before{content:"";}.fa-location-dot-slash::before{content:"";}.fa-map-marker-alt-slash::before{content:"";}.fa-location-exclamation::before{content:"";}.fa-map-marker-exclamation::before{content:"";}.fa-location-minus::before{content:"";}.fa-map-marker-minus::before{content:"";}.fa-location-pen::before{content:"";}.fa-map-marker-edit::before{content:"";}.fa-location-pin::before{content:"";}.fa-map-marker::before{content:"";}.fa-location-pin-lock::before{content:"";}.fa-location-pin-slash::before{content:"";}.fa-map-marker-slash::before{content:"";}.fa-location-plus::before{content:"";}.fa-map-marker-plus::before{content:"";}.fa-location-question::before{content:"";}.fa-map-marker-question::before{content:"";}.fa-location-smile::before{content:"";}.fa-map-marker-smile::before{content:"";}.fa-location-xmark::before{content:"";}.fa-map-marker-times::before{content:"";}.fa-map-marker-xmark::before{content:"";}.fa-lock::before{content:"";}.fa-lock-a::before{content:"";}.fa-lock-hashtag::before{content:"";}.fa-lock-keyhole::before{content:"";}.fa-lock-alt::before{content:"";}.fa-lock-keyhole-open::before{content:"";}.fa-lock-open-alt::before{content:"";}.fa-lock-open::before{content:"";}.fa-locust::before{content:"";}.fa-lollipop::before{content:"";}.fa-lollypop::before{content:"";}.fa-loveseat::before{content:"";}.fa-couch-small::before{content:"";}.fa-luchador-mask::before{content:"";}.fa-luchador::before{content:"";}.fa-mask-luchador::before{content:"";}.fa-lungs::before{content:"";}.fa-lungs-virus::before{content:"";}.fa-m::before{content:"M";}.fa-mace::before{content:"";}.fa-magnet::before{content:"";}.fa-magnifying-glass::before{content:"";}.fa-search::before{content:"";}.fa-magnifying-glass-arrow-right::before{content:"";}.fa-magnifying-glass-chart::before{content:"";}.fa-magnifying-glass-dollar::before{content:"";}.fa-search-dollar::before{content:"";}.fa-magnifying-glass-location::before{content:"";}.fa-search-location::before{content:"";}.fa-magnifying-glass-minus::before{content:"";}.fa-search-minus::before{content:"";}.fa-magnifying-glass-plus::before{content:"";}.fa-search-plus::before{content:"";}.fa-mailbox::before{content:"";}.fa-manat-sign::before{content:"";}.fa-mandolin::before{content:"";}.fa-mango::before{content:"";}.fa-manhole::before{content:"";}.fa-map::before{content:"";}.fa-map-location::before{content:"";}.fa-map-marked::before{content:"";}.fa-map-location-dot::before{content:"";}.fa-map-marked-alt::before{content:"";}.fa-map-pin::before{content:"";}.fa-marker::before{content:"";}.fa-mars::before{content:"";}.fa-mars-and-venus::before{content:"";}.fa-mars-and-venus-burst::before{content:"";}.fa-mars-double::before{content:"";}.fa-mars-stroke::before{content:"";}.fa-mars-stroke-right::before{content:"";}.fa-mars-stroke-h::before{content:"";}.fa-mars-stroke-up::before{content:"";}.fa-mars-stroke-v::before{content:"";}.fa-martini-glass::before{content:"";}.fa-glass-martini-alt::before{content:"";}.fa-martini-glass-citrus::before{content:"";}.fa-cocktail::before{content:"";}.fa-martini-glass-empty::before{content:"";}.fa-glass-martini::before{content:"";}.fa-mask::before{content:"";}.fa-mask-face::before{content:"";}.fa-mask-snorkel::before{content:"";}.fa-mask-ventilator::before{content:"";}.fa-masks-theater::before{content:"";}.fa-theater-masks::before{content:"";}.fa-mattress-pillow::before{content:"";}.fa-maximize::before{content:"";}.fa-expand-arrows-alt::before{content:"";}.fa-meat::before{content:"";}.fa-medal::before{content:"";}.fa-megaphone::before{content:"";}.fa-melon::before{content:"";}.fa-melon-slice::before{content:"";}.fa-memo::before{content:"";}.fa-memo-circle-check::before{content:"";}.fa-memo-circle-info::before{content:"";}.fa-memo-pad::before{content:"";}.fa-memory::before{content:"";}.fa-menorah::before{content:"";}.fa-mercury::before{content:"";}.fa-merge::before{content:"";}.fa-message::before{content:"";}.fa-comment-alt::before{content:"";}.fa-message-arrow-down::before{content:"";}.fa-comment-alt-arrow-down::before{content:"";}.fa-message-arrow-up::before{content:"";}.fa-comment-alt-arrow-up::before{content:"";}.fa-message-arrow-up-right::before{content:"";}.fa-message-bot::before{content:"";}.fa-message-captions::before{content:"";}.fa-comment-alt-captions::before{content:"";}.fa-message-check::before{content:"";}.fa-comment-alt-check::before{content:"";}.fa-message-code::before{content:"";}.fa-message-dollar::before{content:"";}.fa-comment-alt-dollar::before{content:"";}.fa-message-dots::before{content:"";}.fa-comment-alt-dots::before{content:"";}.fa-messaging::before{content:"";}.fa-message-exclamation::before{content:"";}.fa-comment-alt-exclamation::before{content:"";}.fa-message-image::before{content:"";}.fa-comment-alt-image::before{content:"";}.fa-message-lines::before{content:"";}.fa-comment-alt-lines::before{content:"";}.fa-message-medical::before{content:"";}.fa-comment-alt-medical::before{content:"";}.fa-message-middle::before{content:"";}.fa-comment-middle-alt::before{content:"";}.fa-message-middle-top::before{content:"";}.fa-comment-middle-top-alt::before{content:"";}.fa-message-minus::before{content:"";}.fa-comment-alt-minus::before{content:"";}.fa-message-music::before{content:"";}.fa-comment-alt-music::before{content:"";}.fa-message-pen::before{content:"";}.fa-comment-alt-edit::before{content:"";}.fa-message-edit::before{content:"";}.fa-message-plus::before{content:"";}.fa-comment-alt-plus::before{content:"";}.fa-message-question::before{content:"";}.fa-message-quote::before{content:"";}.fa-comment-alt-quote::before{content:"";}.fa-message-slash::before{content:"";}.fa-comment-alt-slash::before{content:"";}.fa-message-smile::before{content:"";}.fa-comment-alt-smile::before{content:"";}.fa-message-sms::before{content:"";}.fa-message-text::before{content:"";}.fa-comment-alt-text::before{content:"";}.fa-message-xmark::before{content:"";}.fa-comment-alt-times::before{content:"";}.fa-message-times::before{content:"";}.fa-messages::before{content:"";}.fa-comments-alt::before{content:"";}.fa-messages-dollar::before{content:"";}.fa-comments-alt-dollar::before{content:"";}.fa-messages-question::before{content:"";}.fa-meteor::before{content:"";}.fa-meter::before{content:"";}.fa-meter-bolt::before{content:"";}.fa-meter-droplet::before{content:"";}.fa-meter-fire::before{content:"";}.fa-microchip::before{content:"";}.fa-microchip-ai::before{content:"";}.fa-microphone::before{content:"";}.fa-microphone-lines::before{content:"";}.fa-microphone-alt::before{content:"";}.fa-microphone-lines-slash::before{content:"";}.fa-microphone-alt-slash::before{content:"";}.fa-microphone-slash::before{content:"";}.fa-microphone-stand::before{content:"";}.fa-microscope::before{content:"";}.fa-microwave::before{content:"";}.fa-mill-sign::before{content:"";}.fa-minimize::before{content:"";}.fa-compress-arrows-alt::before{content:"";}.fa-minus::before{content:"";}.fa-subtract::before{content:"";}.fa-mistletoe::before{content:"";}.fa-mitten::before{content:"";}.fa-mobile::before{content:"";}.fa-mobile-android::before{content:"";}.fa-mobile-phone::before{content:"";}.fa-mobile-button::before{content:"";}.fa-mobile-notch::before{content:"";}.fa-mobile-iphone::before{content:"";}.fa-mobile-retro::before{content:"";}.fa-mobile-screen::before{content:"";}.fa-mobile-android-alt::before{content:"";}.fa-mobile-screen-button::before{content:"";}.fa-mobile-alt::before{content:"";}.fa-mobile-signal::before{content:"";}.fa-mobile-signal-out::before{content:"";}.fa-money-bill::before{content:"";}.fa-money-bill-1::before{content:"";}.fa-money-bill-alt::before{content:"";}.fa-money-bill-1-wave::before{content:"";}.fa-money-bill-wave-alt::before{content:"";}.fa-money-bill-simple::before{content:"";}.fa-money-bill-simple-wave::before{content:"";}.fa-money-bill-transfer::before{content:"";}.fa-money-bill-trend-up::before{content:"";}.fa-money-bill-wave::before{content:"";}.fa-money-bill-wheat::before{content:"";}.fa-money-bills::before{content:"";}.fa-money-bills-simple::before{content:"";}.fa-money-bills-alt::before{content:"";}.fa-money-check::before{content:"";}.fa-money-check-dollar::before{content:"";}.fa-money-check-alt::before{content:"";}.fa-money-check-dollar-pen::before{content:"";}.fa-money-check-edit-alt::before{content:"";}.fa-money-check-pen::before{content:"";}.fa-money-check-edit::before{content:"";}.fa-money-from-bracket::before{content:"";}.fa-money-simple-from-bracket::before{content:"";}.fa-monitor-waveform::before{content:"";}.fa-monitor-heart-rate::before{content:"";}.fa-monkey::before{content:"";}.fa-monument::before{content:"";}.fa-moon::before{content:"";}.fa-moon-cloud::before{content:"";}.fa-moon-over-sun::before{content:"";}.fa-eclipse-alt::before{content:"";}.fa-moon-stars::before{content:"";}.fa-moped::before{content:"";}.fa-mortar-pestle::before{content:"";}.fa-mosque::before{content:"";}.fa-mosquito::before{content:"";}.fa-mosquito-net::before{content:"";}.fa-motorcycle::before{content:"";}.fa-mound::before{content:"";}.fa-mountain::before{content:"";}.fa-mountain-city::before{content:"";}.fa-mountain-sun::before{content:"";}.fa-mountains::before{content:"";}.fa-mp3-player::before{content:"";}.fa-mug::before{content:"";}.fa-mug-hot::before{content:"";}.fa-mug-marshmallows::before{content:"";}.fa-mug-saucer::before{content:"";}.fa-coffee::before{content:"";}.fa-mug-tea::before{content:"";}.fa-mug-tea-saucer::before{content:"";}.fa-mushroom::before{content:"";}.fa-music::before{content:"";}.fa-music-note::before{content:"";}.fa-music-alt::before{content:"";}.fa-music-note-slash::before{content:"";}.fa-music-alt-slash::before{content:"";}.fa-music-slash::before{content:"";}.fa-n::before{content:"N";}.fa-naira-sign::before{content:"";}.fa-narwhal::before{content:"";}.fa-nesting-dolls::before{content:"";}.fa-network-wired::before{content:"";}.fa-neuter::before{content:"";}.fa-newspaper::before{content:"";}.fa-nfc::before{content:"";}.fa-nfc-lock::before{content:"";}.fa-nfc-magnifying-glass::before{content:"";}.fa-nfc-pen::before{content:"";}.fa-nfc-signal::before{content:"";}.fa-nfc-slash::before{content:"";}.fa-nfc-trash::before{content:"";}.fa-not-equal::before{content:"";}.fa-notdef::before{content:"";}.fa-note::before{content:"";}.fa-note-medical::before{content:"";}.fa-note-sticky::before{content:"";}.fa-sticky-note::before{content:"";}.fa-notebook::before{content:"";}.fa-notes::before{content:"";}.fa-notes-medical::before{content:"";}.fa-o::before{content:"O";}.fa-object-exclude::before{content:"";}.fa-object-group::before{content:"";}.fa-object-intersect::before{content:"";}.fa-object-subtract::before{content:"";}.fa-object-ungroup::before{content:"";}.fa-object-union::before{content:"";}.fa-objects-align-bottom::before{content:"";}.fa-objects-align-center-horizontal::before{content:"";}.fa-objects-align-center-vertical::before{content:"";}.fa-objects-align-left::before{content:"";}.fa-objects-align-right::before{content:"";}.fa-objects-align-top::before{content:"";}.fa-objects-column::before{content:"";}.fa-octagon::before{content:"";}.fa-octagon-check::before{content:"";}.fa-octagon-divide::before{content:"";}.fa-octagon-exclamation::before{content:"";}.fa-octagon-minus::before{content:"";}.fa-minus-octagon::before{content:"";}.fa-octagon-plus::before{content:"";}.fa-plus-octagon::before{content:"";}.fa-octagon-xmark::before{content:"";}.fa-times-octagon::before{content:"";}.fa-xmark-octagon::before{content:"";}.fa-oil-can::before{content:"";}.fa-oil-can-drip::before{content:"";}.fa-oil-temperature::before{content:"";}.fa-oil-temp::before{content:"";}.fa-oil-well::before{content:"";}.fa-olive::before{content:"";}.fa-olive-branch::before{content:"";}.fa-om::before{content:"";}.fa-omega::before{content:"";}.fa-onion::before{content:"";}.fa-option::before{content:"";}.fa-ornament::before{content:"";}.fa-otter::before{content:"";}.fa-outdent::before{content:"";}.fa-dedent::before{content:"";}.fa-outlet::before{content:"";}.fa-oven::before{content:"";}.fa-overline::before{content:"";}.fa-p::before{content:"P";}.fa-page::before{content:"";}.fa-page-caret-down::before{content:"";}.fa-file-caret-down::before{content:"";}.fa-page-caret-up::before{content:"";}.fa-file-caret-up::before{content:"";}.fa-pager::before{content:"";}.fa-paint-roller::before{content:"";}.fa-paintbrush::before{content:"";}.fa-paint-brush::before{content:"";}.fa-paintbrush-fine::before{content:"";}.fa-paint-brush-alt::before{content:"";}.fa-paint-brush-fine::before{content:"";}.fa-paintbrush-alt::before{content:"";}.fa-paintbrush-pencil::before{content:"";}.fa-palette::before{content:"";}.fa-pallet::before{content:"";}.fa-pallet-box::before{content:"";}.fa-pallet-boxes::before{content:"";}.fa-palette-boxes::before{content:"";}.fa-pallet-alt::before{content:"";}.fa-pan-food::before{content:"";}.fa-pan-frying::before{content:"";}.fa-pancakes::before{content:"";}.fa-panel-ews::before{content:"";}.fa-panel-fire::before{content:"";}.fa-panorama::before{content:"";}.fa-paper-plane::before{content:"";}.fa-paper-plane-top::before{content:"";}.fa-paper-plane-alt::before{content:"";}.fa-send::before{content:"";}.fa-paperclip::before{content:"";}.fa-paperclip-vertical::before{content:"";}.fa-parachute-box::before{content:"";}.fa-paragraph::before{content:"";}.fa-paragraph-left::before{content:"";}.fa-paragraph-rtl::before{content:"";}.fa-party-bell::before{content:"";}.fa-party-horn::before{content:"";}.fa-passport::before{content:"";}.fa-paste::before{content:"";}.fa-file-clipboard::before{content:"";}.fa-pause::before{content:"";}.fa-paw::before{content:"";}.fa-paw-claws::before{content:"";}.fa-paw-simple::before{content:"";}.fa-paw-alt::before{content:"";}.fa-peace::before{content:"";}.fa-peach::before{content:"";}.fa-peanut::before{content:"";}.fa-peanuts::before{content:"";}.fa-peapod::before{content:"";}.fa-pear::before{content:"";}.fa-pedestal::before{content:"";}.fa-pegasus::before{content:"";}.fa-pen::before{content:"";}.fa-pen-circle::before{content:"";}.fa-pen-clip::before{content:"";}.fa-pen-alt::before{content:"";}.fa-pen-clip-slash::before{content:"";}.fa-pen-alt-slash::before{content:"";}.fa-pen-fancy::before{content:"";}.fa-pen-fancy-slash::before{content:"";}.fa-pen-field::before{content:"";}.fa-pen-line::before{content:"";}.fa-pen-nib::before{content:"";}.fa-pen-nib-slash::before{content:"";}.fa-pen-paintbrush::before{content:"";}.fa-pencil-paintbrush::before{content:"";}.fa-pen-ruler::before{content:"";}.fa-pencil-ruler::before{content:"";}.fa-pen-slash::before{content:"";}.fa-pen-swirl::before{content:"";}.fa-pen-to-square::before{content:"";}.fa-edit::before{content:"";}.fa-pencil::before{content:"";}.fa-pencil-alt::before{content:"";}.fa-pencil-slash::before{content:"";}.fa-people::before{content:"";}.fa-people-arrows-left-right::before{content:"";}.fa-people-arrows::before{content:"";}.fa-people-carry-box::before{content:"";}.fa-people-carry::before{content:"";}.fa-people-dress::before{content:"";}.fa-people-dress-simple::before{content:"";}.fa-people-group::before{content:"";}.fa-people-line::before{content:"";}.fa-people-pants::before{content:"";}.fa-people-pants-simple::before{content:"";}.fa-people-pulling::before{content:"";}.fa-people-robbery::before{content:"";}.fa-people-roof::before{content:"";}.fa-people-simple::before{content:"";}.fa-pepper::before{content:"";}.fa-pepper-hot::before{content:"";}.fa-percent::before{content:"%";}.fa-percentage::before{content:"%";}.fa-period::before{content:".";}.fa-person::before{content:"";}.fa-male::before{content:"";}.fa-person-arrow-down-to-line::before{content:"";}.fa-person-arrow-up-from-line::before{content:"";}.fa-person-biking::before{content:"";}.fa-biking::before{content:"";}.fa-person-biking-mountain::before{content:"";}.fa-biking-mountain::before{content:"";}.fa-person-booth::before{content:"";}.fa-person-breastfeeding::before{content:"";}.fa-person-burst::before{content:"";}.fa-person-cane::before{content:"";}.fa-person-carry-box::before{content:"";}.fa-person-carry::before{content:"";}.fa-person-chalkboard::before{content:"";}.fa-person-circle-check::before{content:"";}.fa-person-circle-exclamation::before{content:"";}.fa-person-circle-minus::before{content:"";}.fa-person-circle-plus::before{content:"";}.fa-person-circle-question::before{content:"";}.fa-person-circle-xmark::before{content:"";}.fa-person-digging::before{content:"";}.fa-digging::before{content:"";}.fa-person-dolly::before{content:"";}.fa-person-dolly-empty::before{content:"";}.fa-person-dots-from-line::before{content:"";}.fa-diagnoses::before{content:"";}.fa-person-dress::before{content:"";}.fa-female::before{content:"";}.fa-person-dress-burst::before{content:"";}.fa-person-dress-simple::before{content:"";}.fa-person-drowning::before{content:"";}.fa-person-falling::before{content:"";}.fa-person-falling-burst::before{content:"";}.fa-person-from-portal::before{content:"";}.fa-portal-exit::before{content:"";}.fa-person-half-dress::before{content:"";}.fa-person-harassing::before{content:"";}.fa-person-hiking::before{content:"";}.fa-hiking::before{content:"";}.fa-person-military-pointing::before{content:"";}.fa-person-military-rifle::before{content:"";}.fa-person-military-to-person::before{content:"";}.fa-person-pinball::before{content:"";}.fa-person-praying::before{content:"";}.fa-pray::before{content:"";}.fa-person-pregnant::before{content:"";}.fa-person-rays::before{content:"";}.fa-person-rifle::before{content:"";}.fa-person-running::before{content:"";}.fa-running::before{content:"";}.fa-person-seat::before{content:"";}.fa-person-seat-reclined::before{content:"";}.fa-person-shelter::before{content:"";}.fa-person-sign::before{content:"";}.fa-person-simple::before{content:"";}.fa-person-skating::before{content:"";}.fa-skating::before{content:"";}.fa-person-ski-jumping::before{content:"";}.fa-ski-jump::before{content:"";}.fa-person-ski-lift::before{content:"";}.fa-ski-lift::before{content:"";}.fa-person-skiing::before{content:"";}.fa-skiing::before{content:"";}.fa-person-skiing-nordic::before{content:"";}.fa-skiing-nordic::before{content:"";}.fa-person-sledding::before{content:"";}.fa-sledding::before{content:"";}.fa-person-snowboarding::before{content:"";}.fa-snowboarding::before{content:"";}.fa-person-snowmobiling::before{content:"";}.fa-snowmobile::before{content:"";}.fa-person-swimming::before{content:"";}.fa-swimmer::before{content:"";}.fa-person-through-window::before{content:"";}.fa-person-to-door::before{content:"";}.fa-person-to-portal::before{content:"";}.fa-portal-enter::before{content:"";}.fa-person-walking::before{content:"";}.fa-walking::before{content:"";}.fa-person-walking-arrow-loop-left::before{content:"";}.fa-person-walking-arrow-right::before{content:"";}.fa-person-walking-dashed-line-arrow-right::before{content:"";}.fa-person-walking-luggage::before{content:"";}.fa-person-walking-with-cane::before{content:"";}.fa-blind::before{content:"";}.fa-peseta-sign::before{content:"";}.fa-peso-sign::before{content:"";}.fa-phone::before{content:"";}.fa-phone-arrow-down-left::before{content:"";}.fa-phone-arrow-down::before{content:"";}.fa-phone-incoming::before{content:"";}.fa-phone-arrow-up-right::before{content:"";}.fa-phone-arrow-up::before{content:"";}.fa-phone-outgoing::before{content:"";}.fa-phone-flip::before{content:"";}.fa-phone-alt::before{content:"";}.fa-phone-hangup::before{content:"";}.fa-phone-intercom::before{content:"";}.fa-phone-missed::before{content:"";}.fa-phone-office::before{content:"";}.fa-phone-plus::before{content:"";}.fa-phone-rotary::before{content:"";}.fa-phone-slash::before{content:"";}.fa-phone-volume::before{content:"";}.fa-volume-control-phone::before{content:"";}.fa-phone-xmark::before{content:"";}.fa-photo-film::before{content:"";}.fa-photo-video::before{content:"";}.fa-photo-film-music::before{content:"";}.fa-pi::before{content:"";}.fa-piano::before{content:"";}.fa-piano-keyboard::before{content:"";}.fa-pickleball::before{content:"";}.fa-pie::before{content:"";}.fa-pig::before{content:"";}.fa-piggy-bank::before{content:"";}.fa-pills::before{content:"";}.fa-pinata::before{content:"";}.fa-pinball::before{content:"";}.fa-pineapple::before{content:"";}.fa-pipe::before{content:"|";}.fa-pipe-circle-check::before{content:"";}.fa-pipe-collar::before{content:"";}.fa-pipe-section::before{content:"";}.fa-pipe-smoking::before{content:"";}.fa-pipe-valve::before{content:"";}.fa-pizza::before{content:"";}.fa-pizza-slice::before{content:"";}.fa-place-of-worship::before{content:"";}.fa-plane::before{content:"";}.fa-plane-arrival::before{content:"";}.fa-plane-circle-check::before{content:"";}.fa-plane-circle-exclamation::before{content:"";}.fa-plane-circle-xmark::before{content:"";}.fa-plane-departure::before{content:"";}.fa-plane-engines::before{content:"";}.fa-plane-alt::before{content:"";}.fa-plane-lock::before{content:"";}.fa-plane-prop::before{content:"";}.fa-plane-slash::before{content:"";}.fa-plane-tail::before{content:"";}.fa-plane-up::before{content:"";}.fa-plane-up-slash::before{content:"";}.fa-planet-moon::before{content:"";}.fa-planet-ringed::before{content:"";}.fa-plant-wilt::before{content:"";}.fa-plate-utensils::before{content:"";}.fa-plate-wheat::before{content:"";}.fa-play::before{content:"";}.fa-play-pause::before{content:"";}.fa-plug::before{content:"";}.fa-plug-circle-bolt::before{content:"";}.fa-plug-circle-check::before{content:"";}.fa-plug-circle-exclamation::before{content:"";}.fa-plug-circle-minus::before{content:"";}.fa-plug-circle-plus::before{content:"";}.fa-plug-circle-xmark::before{content:"";}.fa-plus::before{content:"+";}.fa-add::before{content:"+";}.fa-plus-large::before{content:"";}.fa-plus-minus::before{content:"";}.fa-podcast::before{content:"";}.fa-podium::before{content:"";}.fa-podium-star::before{content:"";}.fa-police-box::before{content:"";}.fa-poll-people::before{content:"";}.fa-pompebled::before{content:"";}.fa-poo::before{content:"";}.fa-poo-storm::before{content:"";}.fa-poo-bolt::before{content:"";}.fa-pool-8-ball::before{content:"";}.fa-poop::before{content:"";}.fa-popcorn::before{content:"";}.fa-popsicle::before{content:"";}.fa-pot-food::before{content:"";}.fa-potato::before{content:"";}.fa-power-off::before{content:"";}.fa-prescription::before{content:"";}.fa-prescription-bottle::before{content:"";}.fa-prescription-bottle-medical::before{content:"";}.fa-prescription-bottle-alt::before{content:"";}.fa-presentation-screen::before{content:"";}.fa-presentation::before{content:"";}.fa-pretzel::before{content:"";}.fa-print::before{content:"";}.fa-print-magnifying-glass::before{content:"";}.fa-print-search::before{content:"";}.fa-print-slash::before{content:"";}.fa-projector::before{content:"";}.fa-pump::before{content:"";}.fa-pump-medical::before{content:"";}.fa-pump-soap::before{content:"";}.fa-pumpkin::before{content:"";}.fa-puzzle::before{content:"";}.fa-puzzle-piece::before{content:"";}.fa-puzzle-piece-simple::before{content:"";}.fa-puzzle-piece-alt::before{content:"";}.fa-q::before{content:"Q";}.fa-qrcode::before{content:"";}.fa-question::before{content:"?";}.fa-quote-left::before{content:"";}.fa-quote-left-alt::before{content:"";}.fa-quote-right::before{content:"";}.fa-quote-right-alt::before{content:"";}.fa-quotes::before{content:"";}.fa-r::before{content:"R";}.fa-rabbit::before{content:"";}.fa-rabbit-running::before{content:"";}.fa-rabbit-fast::before{content:"";}.fa-racquet::before{content:"";}.fa-radar::before{content:"";}.fa-radiation::before{content:"";}.fa-radio::before{content:"";}.fa-radio-tuner::before{content:"";}.fa-radio-alt::before{content:"";}.fa-rainbow::before{content:"";}.fa-raindrops::before{content:"";}.fa-ram::before{content:"";}.fa-ramp-loading::before{content:"";}.fa-ranking-star::before{content:"";}.fa-raygun::before{content:"";}.fa-receipt::before{content:"";}.fa-record-vinyl::before{content:"";}.fa-rectangle::before{content:"";}.fa-rectangle-landscape::before{content:"";}.fa-rectangle-ad::before{content:"";}.fa-ad::before{content:"";}.fa-rectangle-barcode::before{content:"";}.fa-barcode-alt::before{content:"";}.fa-rectangle-code::before{content:"";}.fa-rectangle-history::before{content:"";}.fa-rectangle-history-circle-plus::before{content:"";}.fa-rectangle-history-circle-user::before{content:"";}.fa-rectangle-list::before{content:"";}.fa-list-alt::before{content:"";}.fa-rectangle-pro::before{content:"";}.fa-pro::before{content:"";}.fa-rectangle-terminal::before{content:"";}.fa-rectangle-vertical::before{content:"";}.fa-rectangle-portrait::before{content:"";}.fa-rectangle-vertical-history::before{content:"";}.fa-rectangle-wide::before{content:"";}.fa-rectangle-xmark::before{content:"";}.fa-rectangle-times::before{content:"";}.fa-times-rectangle::before{content:"";}.fa-window-close::before{content:"";}.fa-rectangles-mixed::before{content:"";}.fa-recycle::before{content:"";}.fa-reel::before{content:"";}.fa-refrigerator::before{content:"";}.fa-registered::before{content:"";}.fa-repeat::before{content:"";}.fa-repeat-1::before{content:"";}.fa-reply::before{content:"";}.fa-mail-reply::before{content:"";}.fa-reply-all::before{content:"";}.fa-mail-reply-all::before{content:"";}.fa-reply-clock::before{content:"";}.fa-reply-time::before{content:"";}.fa-republican::before{content:"";}.fa-restroom::before{content:"";}.fa-restroom-simple::before{content:"";}.fa-retweet::before{content:"";}.fa-rhombus::before{content:"";}.fa-ribbon::before{content:"";}.fa-right::before{content:"";}.fa-arrow-alt-right::before{content:"";}.fa-right-from-bracket::before{content:"";}.fa-sign-out-alt::before{content:"";}.fa-right-from-line::before{content:"";}.fa-arrow-alt-from-left::before{content:"";}.fa-right-left::before{content:"";}.fa-exchange-alt::before{content:"";}.fa-right-long::before{content:"";}.fa-long-arrow-alt-right::before{content:"";}.fa-right-long-to-line::before{content:"";}.fa-right-to-bracket::before{content:"";}.fa-sign-in-alt::before{content:"";}.fa-right-to-line::before{content:"";}.fa-arrow-alt-to-right::before{content:"";}.fa-ring::before{content:"";}.fa-rings-wedding::before{content:"";}.fa-road::before{content:"";}.fa-road-barrier::before{content:"";}.fa-road-bridge::before{content:"";}.fa-road-circle-check::before{content:"";}.fa-road-circle-exclamation::before{content:"";}.fa-road-circle-xmark::before{content:"";}.fa-road-lock::before{content:"";}.fa-road-spikes::before{content:"";}.fa-robot::before{content:"";}.fa-robot-astromech::before{content:"";}.fa-rocket::before{content:"";}.fa-rocket-launch::before{content:"";}.fa-roller-coaster::before{content:"";}.fa-rotate::before{content:"";}.fa-sync-alt::before{content:"";}.fa-rotate-exclamation::before{content:"";}.fa-rotate-left::before{content:"";}.fa-rotate-back::before{content:"";}.fa-rotate-backward::before{content:"";}.fa-undo-alt::before{content:"";}.fa-rotate-right::before{content:"";}.fa-redo-alt::before{content:"";}.fa-rotate-forward::before{content:"";}.fa-route::before{content:"";}.fa-route-highway::before{content:"";}.fa-route-interstate::before{content:"";}.fa-router::before{content:"";}.fa-rss::before{content:"";}.fa-feed::before{content:"";}.fa-ruble-sign::before{content:"";}.fa-rouble::before{content:"";}.fa-rub::before{content:"";}.fa-ruble::before{content:"";}.fa-rug::before{content:"";}.fa-rugby-ball::before{content:"";}.fa-ruler::before{content:"";}.fa-ruler-combined::before{content:"";}.fa-ruler-horizontal::before{content:"";}.fa-ruler-triangle::before{content:"";}.fa-ruler-vertical::before{content:"";}.fa-rupee-sign::before{content:"";}.fa-rupee::before{content:"";}.fa-rupiah-sign::before{content:"";}.fa-rv::before{content:"";}.fa-s::before{content:"S";}.fa-sack::before{content:"";}.fa-sack-dollar::before{content:"";}.fa-sack-xmark::before{content:"";}.fa-sailboat::before{content:"";}.fa-salad::before{content:"";}.fa-bowl-salad::before{content:"";}.fa-salt-shaker::before{content:"";}.fa-sandwich::before{content:"";}.fa-satellite::before{content:"";}.fa-satellite-dish::before{content:"";}.fa-sausage::before{content:"";}.fa-saxophone::before{content:"";}.fa-saxophone-fire::before{content:"";}.fa-sax-hot::before{content:"";}.fa-scale-balanced::before{content:"";}.fa-balance-scale::before{content:"";}.fa-scale-unbalanced::before{content:"";}.fa-balance-scale-left::before{content:"";}.fa-scale-unbalanced-flip::before{content:"";}.fa-balance-scale-right::before{content:"";}.fa-scalpel::before{content:"";}.fa-scalpel-line-dashed::before{content:"";}.fa-scalpel-path::before{content:"";}.fa-scanner::before{content:"";}.fa-scanner-image::before{content:"";}.fa-scanner-gun::before{content:"";}.fa-scanner-keyboard::before{content:"";}.fa-scanner-touchscreen::before{content:"";}.fa-scarecrow::before{content:"";}.fa-scarf::before{content:"";}.fa-school::before{content:"";}.fa-school-circle-check::before{content:"";}.fa-school-circle-exclamation::before{content:"";}.fa-school-circle-xmark::before{content:"";}.fa-school-flag::before{content:"";}.fa-school-lock::before{content:"";}.fa-scissors::before{content:"";}.fa-cut::before{content:"";}.fa-screen-users::before{content:"";}.fa-users-class::before{content:"";}.fa-screencast::before{content:"";}.fa-screwdriver::before{content:"";}.fa-screwdriver-wrench::before{content:"";}.fa-tools::before{content:"";}.fa-scribble::before{content:"";}.fa-scroll::before{content:"";}.fa-scroll-old::before{content:"";}.fa-scroll-torah::before{content:"";}.fa-torah::before{content:"";}.fa-scrubber::before{content:"";}.fa-scythe::before{content:"";}.fa-sd-card::before{content:"";}.fa-sd-cards::before{content:"";}.fa-seal::before{content:"";}.fa-seal-exclamation::before{content:"";}.fa-seal-question::before{content:"";}.fa-seat-airline::before{content:"";}.fa-section::before{content:"";}.fa-seedling::before{content:"";}.fa-sprout::before{content:"";}.fa-semicolon::before{content:";";}.fa-send-back::before{content:"";}.fa-send-backward::before{content:"";}.fa-sensor::before{content:"";}.fa-sensor-cloud::before{content:"";}.fa-sensor-smoke::before{content:"";}.fa-sensor-fire::before{content:"";}.fa-sensor-on::before{content:"";}.fa-sensor-triangle-exclamation::before{content:"";}.fa-sensor-alert::before{content:"";}.fa-server::before{content:"";}.fa-shapes::before{content:"";}.fa-triangle-circle-square::before{content:"";}.fa-share::before{content:"";}.fa-arrow-turn-right::before{content:"";}.fa-mail-forward::before{content:"";}.fa-share-all::before{content:"";}.fa-share-from-square::before{content:"";}.fa-share-square::before{content:"";}.fa-share-nodes::before{content:"";}.fa-share-alt::before{content:"";}.fa-sheep::before{content:"";}.fa-sheet-plastic::before{content:"";}.fa-shekel-sign::before{content:"";}.fa-ils::before{content:"";}.fa-shekel::before{content:"";}.fa-sheqel::before{content:"";}.fa-sheqel-sign::before{content:"";}.fa-shelves::before{content:"";}.fa-inventory::before{content:"";}.fa-shelves-empty::before{content:"";}.fa-shield::before{content:"";}.fa-shield-blank::before{content:"";}.fa-shield-cat::before{content:"";}.fa-shield-check::before{content:"";}.fa-shield-cross::before{content:"";}.fa-shield-dog::before{content:"";}.fa-shield-exclamation::before{content:"";}.fa-shield-halved::before{content:"";}.fa-shield-alt::before{content:"";}.fa-shield-heart::before{content:"";}.fa-shield-keyhole::before{content:"";}.fa-shield-minus::before{content:"";}.fa-shield-plus::before{content:"";}.fa-shield-quartered::before{content:"";}.fa-shield-slash::before{content:"";}.fa-shield-virus::before{content:"";}.fa-shield-xmark::before{content:"";}.fa-shield-times::before{content:"";}.fa-ship::before{content:"";}.fa-shirt::before{content:"";}.fa-t-shirt::before{content:"";}.fa-tshirt::before{content:"";}.fa-shirt-long-sleeve::before{content:"";}.fa-shirt-running::before{content:"";}.fa-shirt-tank-top::before{content:"";}.fa-shish-kebab::before{content:"";}.fa-shoe-prints::before{content:"";}.fa-shop::before{content:"";}.fa-store-alt::before{content:"";}.fa-shop-lock::before{content:"";}.fa-shop-slash::before{content:"";}.fa-store-alt-slash::before{content:"";}.fa-shovel::before{content:"";}.fa-shovel-snow::before{content:"";}.fa-shower::before{content:"";}.fa-shower-down::before{content:"";}.fa-shower-alt::before{content:"";}.fa-shredder::before{content:"";}.fa-shrimp::before{content:"";}.fa-shuffle::before{content:"";}.fa-random::before{content:"";}.fa-shutters::before{content:"";}.fa-shuttle-space::before{content:"";}.fa-space-shuttle::before{content:"";}.fa-shuttlecock::before{content:"";}.fa-sickle::before{content:"";}.fa-sidebar::before{content:"";}.fa-sidebar-flip::before{content:"";}.fa-sigma::before{content:"";}.fa-sign-hanging::before{content:"";}.fa-sign::before{content:"";}.fa-signal::before{content:"";}.fa-signal-5::before{content:"";}.fa-signal-perfect::before{content:"";}.fa-signal-bars::before{content:"";}.fa-signal-alt::before{content:"";}.fa-signal-alt-4::before{content:"";}.fa-signal-bars-strong::before{content:"";}.fa-signal-bars-fair::before{content:"";}.fa-signal-alt-2::before{content:"";}.fa-signal-bars-good::before{content:"";}.fa-signal-alt-3::before{content:"";}.fa-signal-bars-slash::before{content:"";}.fa-signal-alt-slash::before{content:"";}.fa-signal-bars-weak::before{content:"";}.fa-signal-alt-1::before{content:"";}.fa-signal-fair::before{content:"";}.fa-signal-2::before{content:"";}.fa-signal-good::before{content:"";}.fa-signal-3::before{content:"";}.fa-signal-slash::before{content:"";}.fa-signal-stream::before{content:"";}.fa-signal-stream-slash::before{content:"";}.fa-signal-strong::before{content:"";}.fa-signal-4::before{content:"";}.fa-signal-weak::before{content:"";}.fa-signal-1::before{content:"";}.fa-signature::before{content:"";}.fa-signature-lock::before{content:"";}.fa-signature-slash::before{content:"";}.fa-signs-post::before{content:"";}.fa-map-signs::before{content:"";}.fa-sim-card::before{content:"";}.fa-sim-cards::before{content:"";}.fa-sink::before{content:"";}.fa-siren::before{content:"";}.fa-siren-on::before{content:"";}.fa-sitemap::before{content:"";}.fa-skeleton::before{content:"";}.fa-ski-boot::before{content:"";}.fa-ski-boot-ski::before{content:"";}.fa-skull::before{content:"";}.fa-skull-cow::before{content:"";}.fa-skull-crossbones::before{content:"";}.fa-slash::before{content:"";}.fa-slash-back::before{content:"\5c";}.fa-slash-forward::before{content:"/";}.fa-sleigh::before{content:"";}.fa-slider::before{content:"";}.fa-sliders::before{content:"";}.fa-sliders-h::before{content:"";}.fa-sliders-simple::before{content:"";}.fa-sliders-up::before{content:"";}.fa-sliders-v::before{content:"";}.fa-slot-machine::before{content:"";}.fa-smog::before{content:"";}.fa-smoke::before{content:"";}.fa-smoking::before{content:"";}.fa-snake::before{content:"";}.fa-snooze::before{content:"";}.fa-zzz::before{content:"";}.fa-snow-blowing::before{content:"";}.fa-snowflake::before{content:"";}.fa-snowflakes::before{content:"";}.fa-snowman::before{content:"";}.fa-snowman-head::before{content:"";}.fa-frosty-head::before{content:"";}.fa-snowplow::before{content:"";}.fa-soap::before{content:"";}.fa-socks::before{content:"";}.fa-soft-serve::before{content:"";}.fa-creemee::before{content:"";}.fa-solar-panel::before{content:"";}.fa-solar-system::before{content:"";}.fa-sort::before{content:"";}.fa-unsorted::before{content:"";}.fa-sort-down::before{content:"";}.fa-sort-desc::before{content:"";}.fa-sort-up::before{content:"";}.fa-sort-asc::before{content:"";}.fa-spa::before{content:"";}.fa-space-station-moon::before{content:"";}.fa-space-station-moon-construction::before{content:"";}.fa-space-station-moon-alt::before{content:"";}.fa-spade::before{content:"";}.fa-spaghetti-monster-flying::before{content:"";}.fa-pastafarianism::before{content:"";}.fa-sparkles::before{content:"";}.fa-speaker::before{content:"";}.fa-speakers::before{content:"";}.fa-spell-check::before{content:"";}.fa-spider::before{content:"";}.fa-spider-black-widow::before{content:"";}.fa-spider-web::before{content:"";}.fa-spinner::before{content:"";}.fa-spinner-third::before{content:"";}.fa-split::before{content:"";}.fa-splotch::before{content:"";}.fa-spoon::before{content:"";}.fa-utensil-spoon::before{content:"";}.fa-sportsball::before{content:"";}.fa-spray-can::before{content:"";}.fa-spray-can-sparkles::before{content:"";}.fa-air-freshener::before{content:"";}.fa-sprinkler::before{content:"";}.fa-sprinkler-ceiling::before{content:"";}.fa-square::before{content:"";}.fa-square-0::before{content:"";}.fa-square-1::before{content:"";}.fa-square-2::before{content:"";}.fa-square-3::before{content:"";}.fa-square-4::before{content:"";}.fa-square-5::before{content:"";}.fa-square-6::before{content:"";}.fa-square-7::before{content:"";}.fa-square-8::before{content:"";}.fa-square-9::before{content:"";}.fa-square-a::before{content:"";}.fa-square-a-lock::before{content:"";}.fa-square-ampersand::before{content:"";}.fa-square-arrow-down::before{content:"";}.fa-arrow-square-down::before{content:"";}.fa-square-arrow-down-left::before{content:"";}.fa-square-arrow-down-right::before{content:"";}.fa-square-arrow-left::before{content:"";}.fa-arrow-square-left::before{content:"";}.fa-square-arrow-right::before{content:"";}.fa-arrow-square-right::before{content:"";}.fa-square-arrow-up::before{content:"";}.fa-arrow-square-up::before{content:"";}.fa-square-arrow-up-left::before{content:"";}.fa-square-arrow-up-right::before{content:"";}.fa-external-link-square::before{content:"";}.fa-square-b::before{content:"";}.fa-square-bolt::before{content:"";}.fa-square-c::before{content:"";}.fa-square-caret-down::before{content:"";}.fa-caret-square-down::before{content:"";}.fa-square-caret-left::before{content:"";}.fa-caret-square-left::before{content:"";}.fa-square-caret-right::before{content:"";}.fa-caret-square-right::before{content:"";}.fa-square-caret-up::before{content:"";}.fa-caret-square-up::before{content:"";}.fa-square-check::before{content:"";}.fa-check-square::before{content:"";}.fa-square-chevron-down::before{content:"";}.fa-chevron-square-down::before{content:"";}.fa-square-chevron-left::before{content:"";}.fa-chevron-square-left::before{content:"";}.fa-square-chevron-right::before{content:"";}.fa-chevron-square-right::before{content:"";}.fa-square-chevron-up::before{content:"";}.fa-chevron-square-up::before{content:"";}.fa-square-code::before{content:"";}.fa-square-d::before{content:"";}.fa-square-dashed::before{content:"";}.fa-square-divide::before{content:"";}.fa-square-dollar::before{content:"";}.fa-dollar-square::before{content:"";}.fa-usd-square::before{content:"";}.fa-square-down::before{content:"";}.fa-arrow-alt-square-down::before{content:"";}.fa-square-down-left::before{content:"";}.fa-square-down-right::before{content:"";}.fa-square-e::before{content:"";}.fa-square-ellipsis::before{content:"";}.fa-square-ellipsis-vertical::before{content:"";}.fa-square-envelope::before{content:"";}.fa-envelope-square::before{content:"";}.fa-square-exclamation::before{content:"";}.fa-exclamation-square::before{content:"";}.fa-square-f::before{content:"";}.fa-square-fragile::before{content:"";}.fa-box-fragile::before{content:"";}.fa-square-wine-glass-crack::before{content:"";}.fa-square-full::before{content:"";}.fa-square-g::before{content:"";}.fa-square-h::before{content:"";}.fa-h-square::before{content:"";}.fa-square-heart::before{content:"";}.fa-heart-square::before{content:"";}.fa-square-i::before{content:"";}.fa-square-info::before{content:"";}.fa-info-square::before{content:"";}.fa-square-j::before{content:"";}.fa-square-k::before{content:"";}.fa-square-kanban::before{content:"";}.fa-square-l::before{content:"";}.fa-square-left::before{content:"";}.fa-arrow-alt-square-left::before{content:"";}.fa-square-list::before{content:"";}.fa-square-m::before{content:"";}.fa-square-minus::before{content:"";}.fa-minus-square::before{content:"";}.fa-square-n::before{content:"";}.fa-square-nfi::before{content:"";}.fa-square-o::before{content:"";}.fa-square-p::before{content:"";}.fa-square-parking::before{content:"";}.fa-parking::before{content:"";}.fa-square-parking-slash::before{content:"";}.fa-parking-slash::before{content:"";}.fa-square-pen::before{content:"";}.fa-pen-square::before{content:"";}.fa-pencil-square::before{content:"";}.fa-square-person-confined::before{content:"";}.fa-square-phone::before{content:"";}.fa-phone-square::before{content:"";}.fa-square-phone-flip::before{content:"";}.fa-phone-square-alt::before{content:"";}.fa-square-phone-hangup::before{content:"";}.fa-phone-square-down::before{content:"";}.fa-square-plus::before{content:"";}.fa-plus-square::before{content:"";}.fa-square-poll-horizontal::before{content:"";}.fa-poll-h::before{content:"";}.fa-square-poll-vertical::before{content:"";}.fa-poll::before{content:"";}.fa-square-q::before{content:"";}.fa-square-quarters::before{content:"";}.fa-square-question::before{content:"";}.fa-question-square::before{content:"";}.fa-square-quote::before{content:"";}.fa-square-r::before{content:"";}.fa-square-right::before{content:"";}.fa-arrow-alt-square-right::before{content:"";}.fa-square-ring::before{content:"";}.fa-square-root::before{content:"";}.fa-square-root-variable::before{content:"";}.fa-square-root-alt::before{content:"";}.fa-square-rss::before{content:"";}.fa-rss-square::before{content:"";}.fa-square-s::before{content:"";}.fa-square-share-nodes::before{content:"";}.fa-share-alt-square::before{content:"";}.fa-square-sliders::before{content:"";}.fa-sliders-h-square::before{content:"";}.fa-square-sliders-vertical::before{content:"";}.fa-sliders-v-square::before{content:"";}.fa-square-small::before{content:"";}.fa-square-star::before{content:"";}.fa-square-t::before{content:"";}.fa-square-terminal::before{content:"";}.fa-square-this-way-up::before{content:"";}.fa-box-up::before{content:"";}.fa-square-u::before{content:"";}.fa-square-up::before{content:"";}.fa-arrow-alt-square-up::before{content:"";}.fa-square-up-left::before{content:"";}.fa-square-up-right::before{content:"";}.fa-external-link-square-alt::before{content:"";}.fa-square-user::before{content:"";}.fa-square-v::before{content:"";}.fa-square-virus::before{content:"";}.fa-square-w::before{content:"";}.fa-square-x::before{content:"";}.fa-square-xmark::before{content:"";}.fa-times-square::before{content:"";}.fa-xmark-square::before{content:"";}.fa-square-y::before{content:"";}.fa-square-z::before{content:"";}.fa-squid::before{content:"";}.fa-squirrel::before{content:"";}.fa-staff::before{content:"";}.fa-staff-aesculapius::before{content:"";}.fa-rod-asclepius::before{content:"";}.fa-rod-snake::before{content:"";}.fa-staff-snake::before{content:"";}.fa-stairs::before{content:"";}.fa-stamp::before{content:"";}.fa-standard-definition::before{content:"";}.fa-rectangle-sd::before{content:"";}.fa-star::before{content:"";}.fa-star-and-crescent::before{content:"";}.fa-star-christmas::before{content:"";}.fa-star-exclamation::before{content:"";}.fa-star-half::before{content:"";}.fa-star-half-stroke::before{content:"";}.fa-star-half-alt::before{content:"";}.fa-star-of-david::before{content:"";}.fa-star-of-life::before{content:"";}.fa-star-sharp::before{content:"";}.fa-star-sharp-half::before{content:"";}.fa-star-sharp-half-stroke::before{content:"";}.fa-star-sharp-half-alt::before{content:"";}.fa-star-shooting::before{content:"";}.fa-starfighter::before{content:"";}.fa-starfighter-twin-ion-engine::before{content:"";}.fa-starfighter-alt::before{content:"";}.fa-starfighter-twin-ion-engine-advanced::before{content:"";}.fa-starfighter-alt-advanced::before{content:"";}.fa-stars::before{content:"";}.fa-starship::before{content:"";}.fa-starship-freighter::before{content:"";}.fa-steak::before{content:"";}.fa-steering-wheel::before{content:"";}.fa-sterling-sign::before{content:"";}.fa-gbp::before{content:"";}.fa-pound-sign::before{content:"";}.fa-stethoscope::before{content:"";}.fa-stocking::before{content:"";}.fa-stomach::before{content:"";}.fa-stop::before{content:"";}.fa-stopwatch::before{content:"";}.fa-stopwatch-20::before{content:"";}.fa-store::before{content:"";}.fa-store-lock::before{content:"";}.fa-store-slash::before{content:"";}.fa-strawberry::before{content:"";}.fa-street-view::before{content:"";}.fa-stretcher::before{content:"";}.fa-strikethrough::before{content:"";}.fa-stroopwafel::before{content:"";}.fa-subscript::before{content:"";}.fa-suitcase::before{content:"";}.fa-suitcase-medical::before{content:"";}.fa-medkit::before{content:"";}.fa-suitcase-rolling::before{content:"";}.fa-sun::before{content:"";}.fa-sun-bright::before{content:"";}.fa-sun-alt::before{content:"";}.fa-sun-cloud::before{content:"";}.fa-sun-dust::before{content:"";}.fa-sun-haze::before{content:"";}.fa-sun-plant-wilt::before{content:"";}.fa-sunglasses::before{content:"";}.fa-sunrise::before{content:"";}.fa-sunset::before{content:"";}.fa-superscript::before{content:"";}.fa-sushi::before{content:"";}.fa-nigiri::before{content:"";}.fa-sushi-roll::before{content:"";}.fa-maki-roll::before{content:"";}.fa-makizushi::before{content:"";}.fa-swatchbook::before{content:"";}.fa-sword::before{content:"";}.fa-sword-laser::before{content:"";}.fa-sword-laser-alt::before{content:"";}.fa-swords::before{content:"";}.fa-swords-laser::before{content:"";}.fa-symbols::before{content:"";}.fa-icons-alt::before{content:"";}.fa-synagogue::before{content:"";}.fa-syringe::before{content:"";}.fa-t::before{content:"T";}.fa-table::before{content:"";}.fa-table-cells::before{content:"";}.fa-th::before{content:"";}.fa-table-cells-large::before{content:"";}.fa-th-large::before{content:"";}.fa-table-columns::before{content:"";}.fa-columns::before{content:"";}.fa-table-layout::before{content:"";}.fa-table-list::before{content:"";}.fa-th-list::before{content:"";}.fa-table-picnic::before{content:"";}.fa-table-pivot::before{content:"";}.fa-table-rows::before{content:"";}.fa-rows::before{content:"";}.fa-table-tennis-paddle-ball::before{content:"";}.fa-ping-pong-paddle-ball::before{content:"";}.fa-table-tennis::before{content:"";}.fa-table-tree::before{content:"";}.fa-tablet::before{content:"";}.fa-tablet-android::before{content:"";}.fa-tablet-button::before{content:"";}.fa-tablet-rugged::before{content:"";}.fa-tablet-screen::before{content:"";}.fa-tablet-android-alt::before{content:"";}.fa-tablet-screen-button::before{content:"";}.fa-tablet-alt::before{content:"";}.fa-tablets::before{content:"";}.fa-tachograph-digital::before{content:"";}.fa-digital-tachograph::before{content:"";}.fa-taco::before{content:"";}.fa-tag::before{content:"";}.fa-tags::before{content:"";}.fa-tally::before{content:"";}.fa-tally-5::before{content:"";}.fa-tally-1::before{content:"";}.fa-tally-2::before{content:"";}.fa-tally-3::before{content:"";}.fa-tally-4::before{content:"";}.fa-tamale::before{content:"";}.fa-tank-water::before{content:"";}.fa-tape::before{content:"";}.fa-tarp::before{content:"";}.fa-tarp-droplet::before{content:"";}.fa-taxi::before{content:"";}.fa-cab::before{content:"";}.fa-taxi-bus::before{content:"";}.fa-teddy-bear::before{content:"";}.fa-teeth::before{content:"";}.fa-teeth-open::before{content:"";}.fa-telescope::before{content:"";}.fa-temperature-arrow-down::before{content:"";}.fa-temperature-down::before{content:"";}.fa-temperature-arrow-up::before{content:"";}.fa-temperature-up::before{content:"";}.fa-temperature-empty::before{content:"";}.fa-temperature-0::before{content:"";}.fa-thermometer-0::before{content:"";}.fa-thermometer-empty::before{content:"";}.fa-temperature-full::before{content:"";}.fa-temperature-4::before{content:"";}.fa-thermometer-4::before{content:"";}.fa-thermometer-full::before{content:"";}.fa-temperature-half::before{content:"";}.fa-temperature-2::before{content:"";}.fa-thermometer-2::before{content:"";}.fa-thermometer-half::before{content:"";}.fa-temperature-high::before{content:"";}.fa-temperature-list::before{content:"";}.fa-temperature-low::before{content:"";}.fa-temperature-quarter::before{content:"";}.fa-temperature-1::before{content:"";}.fa-thermometer-1::before{content:"";}.fa-thermometer-quarter::before{content:"";}.fa-temperature-snow::before{content:"";}.fa-temperature-frigid::before{content:"";}.fa-temperature-sun::before{content:"";}.fa-temperature-hot::before{content:"";}.fa-temperature-three-quarters::before{content:"";}.fa-temperature-3::before{content:"";}.fa-thermometer-3::before{content:"";}.fa-thermometer-three-quarters::before{content:"";}.fa-tenge-sign::before{content:"";}.fa-tenge::before{content:"";}.fa-tennis-ball::before{content:"";}.fa-tent::before{content:"";}.fa-tent-arrow-down-to-line::before{content:"";}.fa-tent-arrow-left-right::before{content:"";}.fa-tent-arrow-turn-left::before{content:"";}.fa-tent-arrows-down::before{content:"";}.fa-tents::before{content:"";}.fa-terminal::before{content:"";}.fa-text::before{content:"";}.fa-text-height::before{content:"";}.fa-text-size::before{content:"";}.fa-text-slash::before{content:"";}.fa-remove-format::before{content:"";}.fa-text-width::before{content:"";}.fa-thermometer::before{content:"";}.fa-theta::before{content:"";}.fa-thought-bubble::before{content:"";}.fa-thumbs-down::before{content:"";}.fa-thumbs-up::before{content:"";}.fa-thumbtack::before{content:"";}.fa-thumb-tack::before{content:"";}.fa-tick::before{content:"";}.fa-ticket::before{content:"";}.fa-ticket-airline::before{content:"";}.fa-ticket-simple::before{content:"";}.fa-ticket-alt::before{content:"";}.fa-tickets-airline::before{content:"";}.fa-tilde::before{content:"~";}.fa-timeline::before{content:"";}.fa-timeline-arrow::before{content:"";}.fa-timer::before{content:"";}.fa-tire::before{content:"";}.fa-tire-flat::before{content:"";}.fa-tire-pressure-warning::before{content:"";}.fa-tire-rugged::before{content:"";}.fa-toggle-off::before{content:"";}.fa-toggle-on::before{content:"";}.fa-toilet::before{content:"";}.fa-toilet-paper::before{content:"";}.fa-toilet-paper-blank::before{content:"";}.fa-toilet-paper-alt::before{content:"";}.fa-toilet-paper-blank-under::before{content:"";}.fa-toilet-paper-reverse-alt::before{content:"";}.fa-toilet-paper-slash::before{content:"";}.fa-toilet-paper-under::before{content:"";}.fa-toilet-paper-reverse::before{content:"";}.fa-toilet-paper-under-slash::before{content:"";}.fa-toilet-paper-reverse-slash::before{content:"";}.fa-toilet-portable::before{content:"";}.fa-toilets-portable::before{content:"";}.fa-tomato::before{content:"";}.fa-tombstone::before{content:"";}.fa-tombstone-blank::before{content:"";}.fa-tombstone-alt::before{content:"";}.fa-toolbox::before{content:"";}.fa-tooth::before{content:"";}.fa-toothbrush::before{content:"";}.fa-torii-gate::before{content:"";}.fa-tornado::before{content:"";}.fa-tower-broadcast::before{content:"";}.fa-broadcast-tower::before{content:"";}.fa-tower-cell::before{content:"";}.fa-tower-control::before{content:"";}.fa-tower-observation::before{content:"";}.fa-tractor::before{content:"";}.fa-trademark::before{content:"";}.fa-traffic-cone::before{content:"";}.fa-traffic-light::before{content:"";}.fa-traffic-light-go::before{content:"";}.fa-traffic-light-slow::before{content:"";}.fa-traffic-light-stop::before{content:"";}.fa-trailer::before{content:"";}.fa-train::before{content:"";}.fa-train-subway::before{content:"";}.fa-subway::before{content:"";}.fa-train-subway-tunnel::before{content:"";}.fa-subway-tunnel::before{content:"";}.fa-train-track::before{content:"";}.fa-train-tram::before{content:"";}.fa-tram::before{content:"";}.fa-train-tunnel::before{content:"";}.fa-transformer-bolt::before{content:"";}.fa-transgender::before{content:"";}.fa-transgender-alt::before{content:"";}.fa-transporter::before{content:"";}.fa-transporter-1::before{content:"";}.fa-transporter-2::before{content:"";}.fa-transporter-3::before{content:"";}.fa-transporter-4::before{content:"";}.fa-transporter-5::before{content:"";}.fa-transporter-6::before{content:"";}.fa-transporter-7::before{content:"";}.fa-transporter-empty::before{content:"";}.fa-trash::before{content:"";}.fa-trash-arrow-up::before{content:"";}.fa-trash-restore::before{content:"";}.fa-trash-can::before{content:"";}.fa-trash-alt::before{content:"";}.fa-trash-can-arrow-up::before{content:"";}.fa-trash-restore-alt::before{content:"";}.fa-trash-can-check::before{content:"";}.fa-trash-can-clock::before{content:"";}.fa-trash-can-list::before{content:"";}.fa-trash-can-plus::before{content:"";}.fa-trash-can-slash::before{content:"";}.fa-trash-alt-slash::before{content:"";}.fa-trash-can-undo::before{content:"";}.fa-trash-can-arrow-turn-left::before{content:"";}.fa-trash-undo-alt::before{content:"";}.fa-trash-can-xmark::before{content:"";}.fa-trash-check::before{content:"";}.fa-trash-clock::before{content:"";}.fa-trash-list::before{content:"";}.fa-trash-plus::before{content:"";}.fa-trash-slash::before{content:"";}.fa-trash-undo::before{content:"";}.fa-trash-arrow-turn-left::before{content:"";}.fa-trash-xmark::before{content:"";}.fa-treasure-chest::before{content:"";}.fa-tree::before{content:"";}.fa-tree-christmas::before{content:"";}.fa-tree-city::before{content:"";}.fa-tree-deciduous::before{content:"";}.fa-tree-alt::before{content:"";}.fa-tree-decorated::before{content:"";}.fa-tree-large::before{content:"";}.fa-tree-palm::before{content:"";}.fa-trees::before{content:"";}.fa-triangle::before{content:"";}.fa-triangle-exclamation::before{content:"";}.fa-exclamation-triangle::before{content:"";}.fa-warning::before{content:"";}.fa-triangle-instrument::before{content:"";}.fa-triangle-music::before{content:"";}.fa-triangle-person-digging::before{content:"";}.fa-construction::before{content:"";}.fa-trillium::before{content:"";}.fa-trophy::before{content:"";}.fa-trophy-star::before{content:"";}.fa-trophy-alt::before{content:"";}.fa-trowel::before{content:"";}.fa-trowel-bricks::before{content:"";}.fa-truck::before{content:"";}.fa-truck-arrow-right::before{content:"";}.fa-truck-bolt::before{content:"";}.fa-truck-clock::before{content:"";}.fa-shipping-timed::before{content:"";}.fa-truck-container::before{content:"";}.fa-truck-container-empty::before{content:"";}.fa-truck-droplet::before{content:"";}.fa-truck-fast::before{content:"";}.fa-shipping-fast::before{content:"";}.fa-truck-field::before{content:"";}.fa-truck-field-un::before{content:"";}.fa-truck-flatbed::before{content:"";}.fa-truck-front::before{content:"";}.fa-truck-medical::before{content:"";}.fa-ambulance::before{content:"";}.fa-truck-monster::before{content:"";}.fa-truck-moving::before{content:"";}.fa-truck-pickup::before{content:"";}.fa-truck-plane::before{content:"";}.fa-truck-plow::before{content:"";}.fa-truck-ramp::before{content:"";}.fa-truck-ramp-box::before{content:"";}.fa-truck-loading::before{content:"";}.fa-truck-ramp-couch::before{content:"";}.fa-truck-couch::before{content:"";}.fa-truck-tow::before{content:"";}.fa-trumpet::before{content:"";}.fa-tty::before{content:"";}.fa-teletype::before{content:"";}.fa-tty-answer::before{content:"";}.fa-teletype-answer::before{content:"";}.fa-tugrik-sign::before{content:"";}.fa-turkey::before{content:"";}.fa-turkish-lira-sign::before{content:"";}.fa-try::before{content:"";}.fa-turkish-lira::before{content:"";}.fa-turn-down::before{content:"";}.fa-level-down-alt::before{content:"";}.fa-turn-down-left::before{content:"";}.fa-turn-down-right::before{content:"";}.fa-turn-up::before{content:"";}.fa-level-up-alt::before{content:"";}.fa-turntable::before{content:"";}.fa-turtle::before{content:"";}.fa-tv::before{content:"";}.fa-television::before{content:"";}.fa-tv-alt::before{content:"";}.fa-tv-music::before{content:"";}.fa-tv-retro::before{content:"";}.fa-typewriter::before{content:"";}.fa-u::before{content:"U";}.fa-ufo::before{content:"";}.fa-ufo-beam::before{content:"";}.fa-umbrella::before{content:"";}.fa-umbrella-beach::before{content:"";}.fa-umbrella-simple::before{content:"";}.fa-umbrella-alt::before{content:"";}.fa-underline::before{content:"";}.fa-unicorn::before{content:"";}.fa-uniform-martial-arts::before{content:"";}.fa-union::before{content:"";}.fa-universal-access::before{content:"";}.fa-unlock::before{content:"";}.fa-unlock-keyhole::before{content:"";}.fa-unlock-alt::before{content:"";}.fa-up::before{content:"";}.fa-arrow-alt-up::before{content:"";}.fa-up-down::before{content:"";}.fa-arrows-alt-v::before{content:"";}.fa-up-down-left-right::before{content:"";}.fa-arrows-alt::before{content:"";}.fa-up-from-bracket::before{content:"";}.fa-up-from-dotted-line::before{content:"";}.fa-up-from-line::before{content:"";}.fa-arrow-alt-from-bottom::before{content:"";}.fa-up-left::before{content:"";}.fa-up-long::before{content:"";}.fa-long-arrow-alt-up::before{content:"";}.fa-up-right::before{content:"";}.fa-up-right-and-down-left-from-center::before{content:"";}.fa-expand-alt::before{content:"";}.fa-up-right-from-square::before{content:"";}.fa-external-link-alt::before{content:"";}.fa-up-to-dotted-line::before{content:"";}.fa-up-to-line::before{content:"";}.fa-arrow-alt-to-top::before{content:"";}.fa-upload::before{content:"";}.fa-usb-drive::before{content:"";}.fa-user::before{content:"";}.fa-user-alien::before{content:"";}.fa-user-astronaut::before{content:"";}.fa-user-bounty-hunter::before{content:"";}.fa-user-check::before{content:"";}.fa-user-chef::before{content:"";}.fa-user-clock::before{content:"";}.fa-user-cowboy::before{content:"";}.fa-user-crown::before{content:"";}.fa-user-doctor::before{content:"";}.fa-user-md::before{content:"";}.fa-user-doctor-hair::before{content:"";}.fa-user-doctor-hair-long::before{content:"";}.fa-user-doctor-message::before{content:"";}.fa-user-md-chat::before{content:"";}.fa-user-gear::before{content:"";}.fa-user-cog::before{content:"";}.fa-user-graduate::before{content:"";}.fa-user-group::before{content:"";}.fa-user-friends::before{content:"";}.fa-user-group-crown::before{content:"";}.fa-users-crown::before{content:"";}.fa-user-hair::before{content:"";}.fa-user-hair-buns::before{content:"";}.fa-user-hair-long::before{content:"";}.fa-user-hair-mullet::before{content:"";}.fa-business-front::before{content:"";}.fa-party-back::before{content:"";}.fa-trian-balbot::before{content:"";}.fa-user-headset::before{content:"";}.fa-user-helmet-safety::before{content:"";}.fa-user-construction::before{content:"";}.fa-user-hard-hat::before{content:"";}.fa-user-injured::before{content:"";}.fa-user-large::before{content:"";}.fa-user-alt::before{content:"";}.fa-user-large-slash::before{content:"";}.fa-user-alt-slash::before{content:"";}.fa-user-lock::before{content:"";}.fa-user-minus::before{content:"";}.fa-user-music::before{content:"";}.fa-user-ninja::before{content:"";}.fa-user-nurse::before{content:"";}.fa-user-nurse-hair::before{content:"";}.fa-user-nurse-hair-long::before{content:"";}.fa-user-pen::before{content:"";}.fa-user-edit::before{content:"";}.fa-user-pilot::before{content:"";}.fa-user-pilot-tie::before{content:"";}.fa-user-plus::before{content:"";}.fa-user-police::before{content:"";}.fa-user-police-tie::before{content:"";}.fa-user-robot::before{content:"";}.fa-user-robot-xmarks::before{content:"";}.fa-user-secret::before{content:"";}.fa-user-shakespeare::before{content:"";}.fa-user-shield::before{content:"";}.fa-user-slash::before{content:"";}.fa-user-tag::before{content:"";}.fa-user-tie::before{content:"";}.fa-user-tie-hair::before{content:"";}.fa-user-tie-hair-long::before{content:"";}.fa-user-unlock::before{content:"";}.fa-user-visor::before{content:"";}.fa-user-vneck::before{content:"";}.fa-user-vneck-hair::before{content:"";}.fa-user-vneck-hair-long::before{content:"";}.fa-user-xmark::before{content:"";}.fa-user-times::before{content:"";}.fa-users::before{content:"";}.fa-users-between-lines::before{content:"";}.fa-users-gear::before{content:"";}.fa-users-cog::before{content:"";}.fa-users-line::before{content:"";}.fa-users-medical::before{content:"";}.fa-users-rays::before{content:"";}.fa-users-rectangle::before{content:"";}.fa-users-slash::before{content:"";}.fa-users-viewfinder::before{content:"";}.fa-utensils::before{content:"";}.fa-cutlery::before{content:"";}.fa-utensils-slash::before{content:"";}.fa-utility-pole::before{content:"";}.fa-utility-pole-double::before{content:"";}.fa-v::before{content:"V";}.fa-vacuum::before{content:"";}.fa-vacuum-robot::before{content:"";}.fa-value-absolute::before{content:"";}.fa-van-shuttle::before{content:"";}.fa-shuttle-van::before{content:"";}.fa-vault::before{content:"";}.fa-vector-circle::before{content:"";}.fa-vector-polygon::before{content:"";}.fa-vector-square::before{content:"";}.fa-vent-damper::before{content:"";}.fa-venus::before{content:"";}.fa-venus-double::before{content:"";}.fa-venus-mars::before{content:"";}.fa-vest::before{content:"";}.fa-vest-patches::before{content:"";}.fa-vial::before{content:"";}.fa-vial-circle-check::before{content:"";}.fa-vial-virus::before{content:"";}.fa-vials::before{content:"";}.fa-video::before{content:"";}.fa-video-camera::before{content:"";}.fa-video-arrow-down-left::before{content:"";}.fa-video-arrow-up-right::before{content:"";}.fa-video-plus::before{content:"";}.fa-video-slash::before{content:"";}.fa-vihara::before{content:"";}.fa-violin::before{content:"";}.fa-virus::before{content:"";}.fa-virus-covid::before{content:"";}.fa-virus-covid-slash::before{content:"";}.fa-virus-slash::before{content:"";}.fa-viruses::before{content:"";}.fa-voicemail::before{content:"";}.fa-volcano::before{content:"";}.fa-volleyball::before{content:"";}.fa-volleyball-ball::before{content:"";}.fa-volume::before{content:"";}.fa-volume-medium::before{content:"";}.fa-volume-high::before{content:"";}.fa-volume-up::before{content:"";}.fa-volume-low::before{content:"";}.fa-volume-down::before{content:"";}.fa-volume-off::before{content:"";}.fa-volume-slash::before{content:"";}.fa-volume-xmark::before{content:"";}.fa-volume-mute::before{content:"";}.fa-volume-times::before{content:"";}.fa-vr-cardboard::before{content:"";}.fa-w::before{content:"W";}.fa-waffle::before{content:"";}.fa-wagon-covered::before{content:"";}.fa-walker::before{content:"";}.fa-walkie-talkie::before{content:"";}.fa-wallet::before{content:"";}.fa-wand::before{content:"";}.fa-wand-magic::before{content:"";}.fa-magic::before{content:"";}.fa-wand-magic-sparkles::before{content:"";}.fa-magic-wand-sparkles::before{content:"";}.fa-wand-sparkles::before{content:"";}.fa-warehouse::before{content:"";}.fa-warehouse-full::before{content:"";}.fa-warehouse-alt::before{content:"";}.fa-washing-machine::before{content:"";}.fa-washer::before{content:"";}.fa-watch::before{content:"";}.fa-watch-apple::before{content:"";}.fa-watch-calculator::before{content:"";}.fa-watch-fitness::before{content:"";}.fa-watch-smart::before{content:"";}.fa-water::before{content:"";}.fa-water-arrow-down::before{content:"";}.fa-water-lower::before{content:"";}.fa-water-arrow-up::before{content:"";}.fa-water-rise::before{content:"";}.fa-water-ladder::before{content:"";}.fa-ladder-water::before{content:"";}.fa-swimming-pool::before{content:"";}.fa-watermelon-slice::before{content:"";}.fa-wave-pulse::before{content:"";}.fa-heart-rate::before{content:"";}.fa-wave-sine::before{content:"";}.fa-wave-square::before{content:"";}.fa-wave-triangle::before{content:"";}.fa-waveform::before{content:"";}.fa-waveform-lines::before{content:"";}.fa-waveform-path::before{content:"";}.fa-weight-hanging::before{content:"";}.fa-weight-scale::before{content:"";}.fa-weight::before{content:"";}.fa-whale::before{content:"";}.fa-wheat::before{content:"";}.fa-wheat-awn::before{content:"";}.fa-wheat-alt::before{content:"";}.fa-wheat-awn-circle-exclamation::before{content:"";}.fa-wheat-awn-slash::before{content:"";}.fa-wheat-slash::before{content:"";}.fa-wheelchair::before{content:"";}.fa-wheelchair-move::before{content:"";}.fa-wheelchair-alt::before{content:"";}.fa-whiskey-glass::before{content:"";}.fa-glass-whiskey::before{content:"";}.fa-whiskey-glass-ice::before{content:"";}.fa-glass-whiskey-rocks::before{content:"";}.fa-whistle::before{content:"";}.fa-wifi::before{content:"";}.fa-wifi-3::before{content:"";}.fa-wifi-strong::before{content:"";}.fa-wifi-exclamation::before{content:"";}.fa-wifi-fair::before{content:"";}.fa-wifi-2::before{content:"";}.fa-wifi-slash::before{content:"";}.fa-wifi-weak::before{content:"";}.fa-wifi-1::before{content:"";}.fa-wind::before{content:"";}.fa-wind-turbine::before{content:"";}.fa-wind-warning::before{content:"";}.fa-wind-circle-exclamation::before{content:"";}.fa-window::before{content:"";}.fa-window-flip::before{content:"";}.fa-window-alt::before{content:"";}.fa-window-frame::before{content:"";}.fa-window-frame-open::before{content:"";}.fa-window-maximize::before{content:"";}.fa-window-minimize::before{content:"";}.fa-window-restore::before{content:"";}.fa-windsock::before{content:"";}.fa-wine-bottle::before{content:"";}.fa-wine-glass::before{content:"";}.fa-wine-glass-crack::before{content:"";}.fa-fragile::before{content:"";}.fa-wine-glass-empty::before{content:"";}.fa-wine-glass-alt::before{content:"";}.fa-won-sign::before{content:"";}.fa-krw::before{content:"";}.fa-won::before{content:"";}.fa-worm::before{content:"";}.fa-wreath::before{content:"";}.fa-wrench::before{content:"";}.fa-wrench-simple::before{content:"";}.fa-x::before{content:"X";}.fa-x-ray::before{content:"";}.fa-xmark::before{content:"";}.fa-close::before{content:"";}.fa-multiply::before{content:"";}.fa-remove::before{content:"";}.fa-times::before{content:"";}.fa-xmark-large::before{content:"";}.fa-xmark-to-slot::before{content:"";}.fa-times-to-slot::before{content:"";}.fa-vote-nay::before{content:"";}.fa-xmarks-lines::before{content:"";}.fa-y::before{content:"Y";}.fa-yen-sign::before{content:"";}.fa-cny::before{content:"";}.fa-jpy::before{content:"";}.fa-rmb::before{content:"";}.fa-yen::before{content:"";}.fa-yin-yang::before{content:"";}.fa-z::before{content:"Z";}.sr-only,.fa-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0;}.sr-only-focusable:not(:focus),.fa-sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0;}
/*!
 * Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
:root,:host{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Pro";}@font-face{font-family:'Font Awesome 6 Pro';font-style:normal;font-weight:400;font-display:block;src:url('../vendor/fontawesome-pro-6.1.1-web/webfonts/fa-regular-400.woff2') format('woff2'),url('../vendor/fontawesome-pro-6.1.1-web/webfonts/fa-regular-400.ttf') format('truetype');}.far,.fa-regular{font-family:'Font Awesome 6 Pro';font-weight:400;}
/*!
 * Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
:root,:host{--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Pro";}@font-face{font-family:'Font Awesome 6 Pro';font-style:normal;font-weight:900;font-display:block;src:url('../vendor/fontawesome-pro-6.1.1-web/webfonts/fa-solid-900.woff2') format('woff2'),url('../vendor/fontawesome-pro-6.1.1-web/webfonts/fa-solid-900.ttf') format('truetype');}.fas,.fa-solid{font-family:'Font Awesome 6 Pro';font-weight:900;}
/*!
 * Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2022 Fonticons, Inc.
 */
:root,:host{--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands";}@font-face{font-family:'Font Awesome 6 Brands';font-style:normal;font-weight:400;font-display:block;src:url('../vendor/fontawesome-pro-6.1.1-web/webfonts/fa-brands-400.woff2') format('woff2'),url('../vendor/fontawesome-pro-6.1.1-web/webfonts/fa-brands-400.ttf') format('truetype');}.fab,.fa-brands{font-family:'Font Awesome 6 Brands';font-weight:400;}.fa-42-group:before{content:"";}.fa-innosoft:before{content:"";}.fa-500px:before{content:"";}.fa-accessible-icon:before{content:"";}.fa-accusoft:before{content:"";}.fa-adn:before{content:"";}.fa-adversal:before{content:"";}.fa-affiliatetheme:before{content:"";}.fa-airbnb:before{content:"";}.fa-algolia:before{content:"";}.fa-alipay:before{content:"";}.fa-amazon:before{content:"";}.fa-amazon-pay:before{content:"";}.fa-amilia:before{content:"";}.fa-android:before{content:"";}.fa-angellist:before{content:"";}.fa-angrycreative:before{content:"";}.fa-angular:before{content:"";}.fa-app-store:before{content:"";}.fa-app-store-ios:before{content:"";}.fa-apper:before{content:"";}.fa-apple:before{content:"";}.fa-apple-pay:before{content:"";}.fa-artstation:before{content:"";}.fa-asymmetrik:before{content:"";}.fa-atlassian:before{content:"";}.fa-audible:before{content:"";}.fa-autoprefixer:before{content:"";}.fa-avianex:before{content:"";}.fa-aviato:before{content:"";}.fa-aws:before{content:"";}.fa-bandcamp:before{content:"";}.fa-battle-net:before{content:"";}.fa-behance:before{content:"";}.fa-behance-square:before{content:"";}.fa-bilibili:before{content:"";}.fa-bimobject:before{content:"";}.fa-bitbucket:before{content:"";}.fa-bitcoin:before{content:"";}.fa-bity:before{content:"";}.fa-black-tie:before{content:"";}.fa-blackberry:before{content:"";}.fa-blogger:before{content:"";}.fa-blogger-b:before{content:"";}.fa-bluetooth:before{content:"";}.fa-bluetooth-b:before{content:"";}.fa-bootstrap:before{content:"";}.fa-bots:before{content:"";}.fa-btc:before{content:"";}.fa-buffer:before{content:"";}.fa-buromobelexperte:before{content:"";}.fa-buy-n-large:before{content:"";}.fa-buysellads:before{content:"";}.fa-canadian-maple-leaf:before{content:"";}.fa-cc-amazon-pay:before{content:"";}.fa-cc-amex:before{content:"";}.fa-cc-apple-pay:before{content:"";}.fa-cc-diners-club:before{content:"";}.fa-cc-discover:before{content:"";}.fa-cc-jcb:before{content:"";}.fa-cc-mastercard:before{content:"";}.fa-cc-paypal:before{content:"";}.fa-cc-stripe:before{content:"";}.fa-cc-visa:before{content:"";}.fa-centercode:before{content:"";}.fa-centos:before{content:"";}.fa-chrome:before{content:"";}.fa-chromecast:before{content:"";}.fa-cloudflare:before{content:"";}.fa-cloudscale:before{content:"";}.fa-cloudsmith:before{content:"";}.fa-cloudversify:before{content:"";}.fa-cmplid:before{content:"";}.fa-codepen:before{content:"";}.fa-codiepie:before{content:"";}.fa-confluence:before{content:"";}.fa-connectdevelop:before{content:"";}.fa-contao:before{content:"";}.fa-cotton-bureau:before{content:"";}.fa-cpanel:before{content:"";}.fa-creative-commons:before{content:"";}.fa-creative-commons-by:before{content:"";}.fa-creative-commons-nc:before{content:"";}.fa-creative-commons-nc-eu:before{content:"";}.fa-creative-commons-nc-jp:before{content:"";}.fa-creative-commons-nd:before{content:"";}.fa-creative-commons-pd:before{content:"";}.fa-creative-commons-pd-alt:before{content:"";}.fa-creative-commons-remix:before{content:"";}.fa-creative-commons-sa:before{content:"";}.fa-creative-commons-sampling:before{content:"";}.fa-creative-commons-sampling-plus:before{content:"";}.fa-creative-commons-share:before{content:"";}.fa-creative-commons-zero:before{content:"";}.fa-critical-role:before{content:"";}.fa-css3:before{content:"";}.fa-css3-alt:before{content:"";}.fa-cuttlefish:before{content:"";}.fa-d-and-d:before{content:"";}.fa-d-and-d-beyond:before{content:"";}.fa-dailymotion:before{content:"";}.fa-dashcube:before{content:"";}.fa-deezer:before{content:"";}.fa-delicious:before{content:"";}.fa-deploydog:before{content:"";}.fa-deskpro:before{content:"";}.fa-dev:before{content:"";}.fa-deviantart:before{content:"";}.fa-dhl:before{content:"";}.fa-diaspora:before{content:"";}.fa-digg:before{content:"";}.fa-digital-ocean:before{content:"";}.fa-discord:before{content:"";}.fa-discourse:before{content:"";}.fa-dochub:before{content:"";}.fa-docker:before{content:"";}.fa-draft2digital:before{content:"";}.fa-dribbble:before{content:"";}.fa-dribbble-square:before{content:"";}.fa-dropbox:before{content:"";}.fa-drupal:before{content:"";}.fa-dyalog:before{content:"";}.fa-earlybirds:before{content:"";}.fa-ebay:before{content:"";}.fa-edge:before{content:"";}.fa-edge-legacy:before{content:"";}.fa-elementor:before{content:"";}.fa-ello:before{content:"";}.fa-ember:before{content:"";}.fa-empire:before{content:"";}.fa-envira:before{content:"";}.fa-erlang:before{content:"";}.fa-ethereum:before{content:"";}.fa-etsy:before{content:"";}.fa-evernote:before{content:"";}.fa-expeditedssl:before{content:"";}.fa-facebook:before{content:"";}.fa-facebook-f:before{content:"";}.fa-facebook-messenger:before{content:"";}.fa-facebook-square:before{content:"";}.fa-fantasy-flight-games:before{content:"";}.fa-fedex:before{content:"";}.fa-fedora:before{content:"";}.fa-figma:before{content:"";}.fa-firefox:before{content:"";}.fa-firefox-browser:before{content:"";}.fa-first-order:before{content:"";}.fa-first-order-alt:before{content:"";}.fa-firstdraft:before{content:"";}.fa-flickr:before{content:"";}.fa-flipboard:before{content:"";}.fa-fly:before{content:"";}.fa-font-awesome:before{content:"";}.fa-font-awesome-flag:before{content:"";}.fa-font-awesome-logo-full:before{content:"";}.fa-fonticons:before{content:"";}.fa-fonticons-fi:before{content:"";}.fa-fort-awesome:before{content:"";}.fa-fort-awesome-alt:before{content:"";}.fa-forumbee:before{content:"";}.fa-foursquare:before{content:"";}.fa-free-code-camp:before{content:"";}.fa-freebsd:before{content:"";}.fa-fulcrum:before{content:"";}.fa-galactic-republic:before{content:"";}.fa-galactic-senate:before{content:"";}.fa-get-pocket:before{content:"";}.fa-gg:before{content:"";}.fa-gg-circle:before{content:"";}.fa-git:before{content:"";}.fa-git-alt:before{content:"";}.fa-git-square:before{content:"";}.fa-github:before{content:"";}.fa-github-alt:before{content:"";}.fa-github-square:before{content:"";}.fa-gitkraken:before{content:"";}.fa-gitlab:before{content:"";}.fa-gitter:before{content:"";}.fa-glide:before{content:"";}.fa-glide-g:before{content:"";}.fa-gofore:before{content:"";}.fa-golang:before{content:"";}.fa-goodreads:before{content:"";}.fa-goodreads-g:before{content:"";}.fa-google:before{content:"";}.fa-google-drive:before{content:"";}.fa-google-pay:before{content:"";}.fa-google-play:before{content:"";}.fa-google-plus:before{content:"";}.fa-google-plus-g:before{content:"";}.fa-google-plus-square:before{content:"";}.fa-google-wallet:before{content:"";}.fa-gratipay:before{content:"";}.fa-grav:before{content:"";}.fa-gripfire:before{content:"";}.fa-grunt:before{content:"";}.fa-guilded:before{content:"";}.fa-gulp:before{content:"";}.fa-hacker-news:before{content:"";}.fa-hacker-news-square:before{content:"";}.fa-hackerrank:before{content:"";}.fa-hashnode:before{content:"";}.fa-hips:before{content:"";}.fa-hire-a-helper:before{content:"";}.fa-hive:before{content:"";}.fa-hooli:before{content:"";}.fa-hornbill:before{content:"";}.fa-hotjar:before{content:"";}.fa-houzz:before{content:"";}.fa-html5:before{content:"";}.fa-hubspot:before{content:"";}.fa-ideal:before{content:"";}.fa-imdb:before{content:"";}.fa-instagram:before{content:"";}.fa-instagram-square:before{content:"";}.fa-instalod:before{content:"";}.fa-intercom:before{content:"";}.fa-internet-explorer:before{content:"";}.fa-invision:before{content:"";}.fa-ioxhost:before{content:"";}.fa-itch-io:before{content:"";}.fa-itunes:before{content:"";}.fa-itunes-note:before{content:"";}.fa-java:before{content:"";}.fa-jedi-order:before{content:"";}.fa-jenkins:before{content:"";}.fa-jira:before{content:"";}.fa-joget:before{content:"";}.fa-joomla:before{content:"";}.fa-js:before{content:"";}.fa-js-square:before{content:"";}.fa-jsfiddle:before{content:"";}.fa-kaggle:before{content:"";}.fa-keybase:before{content:"";}.fa-keycdn:before{content:"";}.fa-kickstarter:before{content:"";}.fa-kickstarter-k:before{content:"";}.fa-korvue:before{content:"";}.fa-laravel:before{content:"";}.fa-lastfm:before{content:"";}.fa-lastfm-square:before{content:"";}.fa-leanpub:before{content:"";}.fa-less:before{content:"";}.fa-line:before{content:"";}.fa-linkedin:before{content:"";}.fa-linkedin-in:before{content:"";}.fa-linode:before{content:"";}.fa-linux:before{content:"";}.fa-lyft:before{content:"";}.fa-magento:before{content:"";}.fa-mailchimp:before{content:"";}.fa-mandalorian:before{content:"";}.fa-markdown:before{content:"";}.fa-mastodon:before{content:"";}.fa-maxcdn:before{content:"";}.fa-mdb:before{content:"";}.fa-medapps:before{content:"";}.fa-medium:before{content:"";}.fa-medium-m:before{content:"";}.fa-medrt:before{content:"";}.fa-meetup:before{content:"";}.fa-megaport:before{content:"";}.fa-mendeley:before{content:"";}.fa-meta:before{content:"";}.fa-microblog:before{content:"";}.fa-microsoft:before{content:"";}.fa-mix:before{content:"";}.fa-mixcloud:before{content:"";}.fa-mixer:before{content:"";}.fa-mizuni:before{content:"";}.fa-modx:before{content:"";}.fa-monero:before{content:"";}.fa-napster:before{content:"";}.fa-neos:before{content:"";}.fa-nfc-directional:before{content:"";}.fa-nfc-symbol:before{content:"";}.fa-nimblr:before{content:"";}.fa-node:before{content:"";}.fa-node-js:before{content:"";}.fa-npm:before{content:"";}.fa-ns8:before{content:"";}.fa-nutritionix:before{content:"";}.fa-octopus-deploy:before{content:"";}.fa-odnoklassniki:before{content:"";}.fa-odnoklassniki-square:before{content:"";}.fa-old-republic:before{content:"";}.fa-opencart:before{content:"";}.fa-openid:before{content:"";}.fa-opera:before{content:"";}.fa-optin-monster:before{content:"";}.fa-orcid:before{content:"";}.fa-osi:before{content:"";}.fa-padlet:before{content:"";}.fa-page4:before{content:"";}.fa-pagelines:before{content:"";}.fa-palfed:before{content:"";}.fa-patreon:before{content:"";}.fa-paypal:before{content:"";}.fa-perbyte:before{content:"";}.fa-periscope:before{content:"";}.fa-phabricator:before{content:"";}.fa-phoenix-framework:before{content:"";}.fa-phoenix-squadron:before{content:"";}.fa-php:before{content:"";}.fa-pied-piper:before{content:"";}.fa-pied-piper-alt:before{content:"";}.fa-pied-piper-hat:before{content:"";}.fa-pied-piper-pp:before{content:"";}.fa-pied-piper-square:before{content:"";}.fa-pinterest:before{content:"";}.fa-pinterest-p:before{content:"";}.fa-pinterest-square:before{content:"";}.fa-pix:before{content:"";}.fa-playstation:before{content:"";}.fa-product-hunt:before{content:"";}.fa-pushed:before{content:"";}.fa-python:before{content:"";}.fa-qq:before{content:"";}.fa-quinscape:before{content:"";}.fa-quora:before{content:"";}.fa-r-project:before{content:"";}.fa-raspberry-pi:before{content:"";}.fa-ravelry:before{content:"";}.fa-react:before{content:"";}.fa-reacteurope:before{content:"";}.fa-readme:before{content:"";}.fa-rebel:before{content:"";}.fa-red-river:before{content:"";}.fa-reddit:before{content:"";}.fa-reddit-alien:before{content:"";}.fa-reddit-square:before{content:"";}.fa-redhat:before{content:"";}.fa-renren:before{content:"";}.fa-replyd:before{content:"";}.fa-researchgate:before{content:"";}.fa-resolving:before{content:"";}.fa-rev:before{content:"";}.fa-rocketchat:before{content:"";}.fa-rockrms:before{content:"";}.fa-rust:before{content:"";}.fa-safari:before{content:"";}.fa-salesforce:before{content:"";}.fa-sass:before{content:"";}.fa-schlix:before{content:"";}.fa-screenpal:before{content:"";}.fa-scribd:before{content:"";}.fa-searchengin:before{content:"";}.fa-sellcast:before{content:"";}.fa-sellsy:before{content:"";}.fa-servicestack:before{content:"";}.fa-shirtsinbulk:before{content:"";}.fa-shopify:before{content:"";}.fa-shopware:before{content:"";}.fa-simplybuilt:before{content:"";}.fa-sistrix:before{content:"";}.fa-sith:before{content:"";}.fa-sitrox:before{content:"";}.fa-sketch:before{content:"";}.fa-skyatlas:before{content:"";}.fa-skype:before{content:"";}.fa-slack:before{content:"";}.fa-slack-hash:before{content:"";}.fa-slideshare:before{content:"";}.fa-snapchat:before{content:"";}.fa-snapchat-ghost:before{content:"";}.fa-snapchat-square:before{content:"";}.fa-soundcloud:before{content:"";}.fa-sourcetree:before{content:"";}.fa-speakap:before{content:"";}.fa-speaker-deck:before{content:"";}.fa-spotify:before{content:"";}.fa-square-font-awesome:before{content:"";}.fa-square-font-awesome-stroke:before{content:"";}.fa-font-awesome-alt:before{content:"";}.fa-squarespace:before{content:"";}.fa-stack-exchange:before{content:"";}.fa-stack-overflow:before{content:"";}.fa-stackpath:before{content:"";}.fa-staylinked:before{content:"";}.fa-steam:before{content:"";}.fa-steam-square:before{content:"";}.fa-steam-symbol:before{content:"";}.fa-sticker-mule:before{content:"";}.fa-strava:before{content:"";}.fa-stripe:before{content:"";}.fa-stripe-s:before{content:"";}.fa-studiovinari:before{content:"";}.fa-stumbleupon:before{content:"";}.fa-stumbleupon-circle:before{content:"";}.fa-superpowers:before{content:"";}.fa-supple:before{content:"";}.fa-suse:before{content:"";}.fa-swift:before{content:"";}.fa-symfony:before{content:"";}.fa-teamspeak:before{content:"";}.fa-telegram:before{content:"";}.fa-telegram-plane:before{content:"";}.fa-tencent-weibo:before{content:"";}.fa-the-red-yeti:before{content:"";}.fa-themeco:before{content:"";}.fa-themeisle:before{content:"";}.fa-think-peaks:before{content:"";}.fa-tiktok:before{content:"";}.fa-trade-federation:before{content:"";}.fa-trello:before{content:"";}.fa-tumblr:before{content:"";}.fa-tumblr-square:before{content:"";}.fa-twitch:before{content:"";}.fa-twitter:before{content:"";}.fa-twitter-square:before{content:"";}.fa-typo3:before{content:"";}.fa-uber:before{content:"";}.fa-ubuntu:before{content:"";}.fa-uikit:before{content:"";}.fa-umbraco:before{content:"";}.fa-uncharted:before{content:"";}.fa-uniregistry:before{content:"";}.fa-unity:before{content:"";}.fa-unsplash:before{content:"";}.fa-untappd:before{content:"";}.fa-ups:before{content:"";}.fa-usb:before{content:"";}.fa-usps:before{content:"";}.fa-ussunnah:before{content:"";}.fa-vaadin:before{content:"";}.fa-viacoin:before{content:"";}.fa-viadeo:before{content:"";}.fa-viadeo-square:before{content:"";}.fa-viber:before{content:"";}.fa-vimeo:before{content:"";}.fa-vimeo-square:before{content:"";}.fa-vimeo-v:before{content:"";}.fa-vine:before{content:"";}.fa-vk:before{content:"";}.fa-vnv:before{content:"";}.fa-vuejs:before{content:"";}.fa-watchman-monitoring:before{content:"";}.fa-waze:before{content:"";}.fa-weebly:before{content:"";}.fa-weibo:before{content:"";}.fa-weixin:before{content:"";}.fa-whatsapp:before{content:"";}.fa-whatsapp-square:before{content:"";}.fa-whmcs:before{content:"";}.fa-wikipedia-w:before{content:"";}.fa-windows:before{content:"";}.fa-wirsindhandwerk:before{content:"";}.fa-wsh:before{content:"";}.fa-wix:before{content:"";}.fa-wizards-of-the-coast:before{content:"";}.fa-wodu:before{content:"";}.fa-wolf-pack-battalion:before{content:"";}.fa-wordpress:before{content:"";}.fa-wordpress-simple:before{content:"";}.fa-wpbeginner:before{content:"";}.fa-wpexplorer:before{content:"";}.fa-wpforms:before{content:"";}.fa-wpressr:before{content:"";}.fa-xbox:before{content:"";}.fa-xing:before{content:"";}.fa-xing-square:before{content:"";}.fa-y-combinator:before{content:"";}.fa-yahoo:before{content:"";}.fa-yammer:before{content:"";}.fa-yandex:before{content:"";}.fa-yandex-international:before{content:"";}.fa-yarn:before{content:"";}.fa-yelp:before{content:"";}.fa-yoast:before{content:"";}.fa-youtube:before{content:"";}.fa-youtube-square:before{content:"";}.fa-zhihu:before{content:"";}@font-face{font-family:Gibson;font-style:normal;font-weight:600;font-display:swap;src:url(../fonts/2f64f5eed193d0c9529c2aaab9ca00af.eot?#iefix) format("embedded-opentype"),url(../fonts/2f64f5eed193d0c9529c2aaab9ca00af.otf) format("opentype"),url(../fonts/2f64f5eed193d0c9529c2aaab9ca00af.woff) format("woff"),url(../fonts/2f64f5eed193d0c9529c2aaab9ca00af.ttf) format("truetype");}@font-face{font-family:Gibson;font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/99bec84856e784ab5638a4463e61ec63.eot?#iefix) format("embedded-opentype"),url(../fonts/99bec84856e784ab5638a4463e61ec63.otf) format("opentype"),url(../fonts/99bec84856e784ab5638a4463e61ec63.woff) format("woff"),url(../fonts/99bec84856e784ab5638a4463e61ec63.ttf) format("truetype");}@font-face{font-family:Gibson;font-style:normal;font-weight:200;font-display:swap;src:url(../fonts/77f4787cf1a7530e92484ceddb76f16c.eot?#iefix) format("embedded-opentype"),url(../fonts/77f4787cf1a7530e92484ceddb76f16c.otf) format("opentype"),url(../fonts/77f4787cf1a7530e92484ceddb76f16c.woff) format("woff"),url(../fonts/77f4787cf1a7530e92484ceddb76f16c.ttf) format("truetype");}#StepPanels.f_mot{background-color:#d3dad1;}#StepPanels.f_wl{background-color:#fcdda1;}#StepPanels.f_sc{background-color:#f8d0d0;}.question .tooltip{font-size:16px;}.question .tooltip .tooltip-inner{background-color:#406cb0;}.question .tooltip.top .tooltip-arrow{border-top-color:#406cb0;}.question .tooltip.top-left .tooltip-arrow{border-top-color:#406cb0;}.question .tooltip.top-right .tooltip-arrow{border-top-color:#406cb0;}.question .tooltip.right .tooltip-arrow{border-right-color:#406cb0;}.question .tooltip.left .tooltip-arrow{border-left-color:#406cb0;}.question .tooltip.bottom .tooltip-arrow{border-bottom-color:#406cb0;}.question .tooltip.bottom-left .tooltip-arrow{border-bottom-color:#406cb0;}.question .tooltip.bottom-right .tooltip-arrow{border-bottom-color:#406cb0;}.question .question-image{display:inline-block;margin-bottom:15px;width:100%;}.question .question-image img{width:100%;}.question .question-header{line-height:1.75rem;font-family:Gibson,"pd Helvetica","pd Arial";font-size:1.375rem;font-weight:600;margin-bottom:20px;color:#2c3e50;}.question .question-header.has-help{padding-right:30px;}.question .help-icon{float:right;line-height:1.75rem;font-size:1.25rem;color:#10a789;cursor:help;}.question .question-help-text{margin-bottom:20px;}.question .question-answer .question-answer-list.checkbox-list{padding:21px 40px 21px 56px;font-size:1rem;}.question .question-answer .question-answer-list.checkbox-list .checkbox{position:relative;margin:0 0 8px;border:0;border-radius:2px;box-shadow:0 2px 8px rgba(0,0,0,.17);background:#fff;width:100%;text-align:left;font-weight:400;}.question .question-answer .question-answer-list.checkbox-list .checkbox .checkbox-input{display:none;}.question .question-answer .question-answer-list.checkbox-list .checkbox-label{padding:21px 40px 21px 56px;font-size:1rem;display:block;position:relative;cursor:pointer;min-height:24px;color:#1ece96;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.question .question-answer .question-answer-list.checkbox-list .checkbox-label:before{display:block;position:absolute;top:20px;left:16px;border:2px solid #e0e0e0;border-radius:2px;background:#fff;width:24px;height:24px;content:"";box-sizing:border-box;}.question .question-answer .question-answer-list.checkbox-list .checkbox-label:after{top:21px;left:16px;text-align:center;text-transform:none;line-height:1em;font-family:'Font Awesome 6 Pro';content:"";font-style:normal;font-weight:900;font-display:auto;display:block;position:absolute;visibility:hidden;opacity:0;color:#fff;font-size:.875rem;text-decoration:inherit;font-variant:normal;padding:4px 5px;}.question .question-answer .question-answer-list.checkbox-list .checkbox-label.checked:before{border-color:#1ece96;background:#1ece96;}.question .question-answer .question-answer-list.checkbox-list .checkbox-label.checked:after{visibility:visible;opacity:1;}.question .question-answer .question-answer-list button{position:relative;margin:0 0 8px;border:0;border-radius:7px;box-shadow:0 2px 8px rgba(0,0,0,.17);background:#fff;color:#333;cursor:pointer;padding:22px 22px 22px 56px;width:100%;text-align:left;font-weight:400;}.question .question-answer .question-answer-list button.checked:before{border-color:#1ece96;}.question .question-answer .question-answer-list button.checked:after{display:block;}.question .question-answer .question-answer-list button:before{display:block;position:absolute;border:2px solid #1ece96;border-radius:50%;width:24px;height:24px;content:"";box-sizing:border-box;top:21px;left:16px;}.question .question-answer .question-answer-list button:after{display:none;position:absolute;border-radius:50%;background:#1ece96;width:12px;height:12px;content:"";box-sizing:border-box;top:27px;left:22px;}.question .question-answer .question-answer-list.question-answer-list-checkboxes button.checked:before{border-color:#1ece96;}.question .question-answer .question-answer-list.question-answer-list-checkboxes button.checked:after{display:block;}.question .question-answer .question-answer-list.question-answer-list-checkboxes button:before{display:block;position:absolute;border:2px solid #1ece96;border-radius:0;width:24px;height:24px;content:"";box-sizing:border-box;top:21px;left:16px;}.question .question-answer .question-answer-list.question-answer-list-checkboxes button:after{display:none;position:absolute;border-radius:0;background:#1ece96;color:#fff;width:24px;height:24px;line-height:24px !important;font-family:'Font Awesome 6 Pro';content:"";font-style:normal;font-weight:900;font-display:auto;font-size:.875rem;text-decoration:inherit;font-variant:normal;box-sizing:border-box;top:21px;left:16px;text-align:center;line-height:1.5rem;}.question .question-answer .question-answer-list.question-answer-list-radio button.checked:before{border-color:#1ece96;}.question .question-answer .question-answer-list.question-answer-list-radio button.checked:after{display:block;}.question .question-answer .question-answer-list.question-answer-list-radio button:before{display:block;position:absolute;border:2px solid #1ece96;border-radius:50%;width:24px;height:24px;content:"";box-sizing:border-box;top:21px;left:16px;}.question .question-answer .question-answer-list.question-answer-list-radio button:after{display:none;position:absolute;border-radius:50%;background:#1ece96;width:12px;height:12px;content:"";box-sizing:border-box;top:27px;left:22px;}.question .question-answer .question-answer-list .question-answer-more-info textarea.form-control{margin-bottom:20px;}.question .question-answer .question-answer-list .sub-questions-wrapper{margin-top:10px;padding-bottom:20px;}.question .question-answer .question-answer-list .sub-questions-wrapper .question-header{-webkit-tap-highlight-color:rgba(0,0,0,0);line-height:1;color:#667075;text-size-adjust:100%;font-family:'Roboto',"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;user-select:none;box-sizing:border-box;display:inline-block;max-width:100%;margin-bottom:0;font-weight:bold;margin-top:5px;}.question .question-answer .question-answer-list .sub-questions-wrapper .question{margin-bottom:20px;}.question .nh-img{cursor:pointer;}.question .nh-img img{border:3px solid #f9f9f9;}.question .nh-img img:hover{border:3px solid #b4dfd6;}.question .nh-img.checked img{border:3px solid #1ece96;}.sub-questions-wrapper .question.has-error .question-header{color:#f7931e;}.sub-questions-wrapper .question.has-error textarea.form-control,.sub-questions-wrapper .question.has-error input.form-control{border-color:#f9a01c;box-shadow:0 0 0 .2rem rgba(249,160,28,.35);}.sub-questions-wrapper .question.has-error .question-answer-list button:before{border-color:#f9a01c;}.sub-questions-wrapper .question.has-error .question-answer-list.question-answer-list-checkboxes button:before{border-color:#f9a01c;}.btn{height:40px;font-size:.9375rem;line-height:1.75rem;border:none;border-radius:7px;font-family:Gibson,"pd Helvetica","pd Arial";text-transform:unset;}@media(max-width:460px){.btn{word-break:break-word;white-space:normal;text-align:center;}}.btn.btn-primary{color:#fff;background-color:#000;}.btn.btn-primary:hover{background-color:#1a1a1a;}.btn.btn-primary:focus,.btn.btn-primary.focus{box-shadow:0 0 0 .2rem rgba(0,0,0,.5);}.btn.btn-primary:not(:disabled):not(.disabled):active,.btn.btn-primary:not(:disabled):not(.disabled).active,.show>.btn.btn-primary.dropdown-toggle{color:#fff;background-color:#262626;border-color:#262626;box-shadow:0 0 0 .2rem rgba(0,0,0,.5);}.btn.btn-primary:hover{color:#fff;}.btn.btn-primary:disabled.loading,.btn.btn-primary.disabled.loading{opacity:.8;}.btn.btn-primary:disabled:not(.loading),.btn.btn-primary.disabled:not(.loading){opacity:0;background-color:#cfd9db;box-shadow:0 0 0 .2rem rgba(236,240,241,.5);}.btn.btn-default{background-color:#fff;color:#000;border:solid 2px #000;}.btn.btn-default:hover{color:#fff;background-color:#000;}.btn.btn-default:focus,.btn.btn-default.focus{box-shadow:0 0 0 .2rem rgba(255,255,255,.5);}.btn.btn-default:not(:disabled):not(.disabled):active,.btn.btn-default:not(:disabled):not(.disabled).active,.show>.btn.btn-default.dropdown-toggle{color:#000;background-color:#d9d9d9;border-color:#d9d9d9;box-shadow:0 0 0 .2rem rgba(255,255,255,.5);}.btn.btn-default:disabled.loading,.btn.btn-default.disabled.loading{opacity:.8;}.btn.btn-default:disabled:not(.loading),.btn.btn-default.disabled:not(.loading){background-color:#cfd9db;box-shadow:0 0 0 .2rem rgba(236,240,241,.5);}.btn.btn-selected{background-color:#10a789;color:#fff;}.btn.btn-selected:hover{background-color:#0c7863;}.btn.btn-selected:focus,.btn.btn-selected.focus{box-shadow:0 0 0 .2rem rgba(16,167,137,.5);}.btn.btn-selected:not(:disabled):not(.disabled):active,.btn.btn-selected:not(:disabled):not(.disabled).active,.show>.btn.btn-selected.dropdown-toggle{color:#fff;background-color:#096150;border-color:#096150;box-shadow:0 0 0 .2rem rgba(16,167,137,.5);}.btn.btn-selected:disabled.loading,.btn.btn-selected.disabled.loading{opacity:.8;}.btn.btn-selected:disabled:not(.loading),.btn.btn-selected.disabled:not(.loading){background-color:#cfd9db;box-shadow:0 0 0 .2rem rgba(236,240,241,.5);}.btn.btn-info{background-color:#406cb0;}.btn.btn-outline-secondary{border:1px solid #ced4da;color:#000;}.btn:focus,.btn.focus{outline:solid 2px #000;}.btn.btn-link{text-decoration:underline;text-decoration-thickness:2px;text-decoration-color:#5e6e7d;text-underline-offset:4px;color:#000;}.btn.btn-link:focus,.btn.btn-link.focus{outline:none;}.btn-facebook{color:#fff;background-color:#4c67a1;}.btn-facebook:hover{color:#fff;background-color:#405d9b;}.btn-facebook:focus{color:#fff;}.btn-twitter{color:#fff;background-color:#55acee;}.btn-twitter:hover{color:#fff;background-color:#3ea1ec;}.btn-twitter:focus{color:#fff;}.treatment-button{display:block;position:relative;width:100%;cursor:pointer;text-align:left;box-shadow:rgba(0,0,0,.17) 0 2px 8px;border-width:0;border-style:initial;border-color:initial;border-image:initial;padding:0;background:#fff;border-radius:2px;}.treatment-button .inner,.treatment-button>div{padding:24px 16px 24px 56px;}.treatment-button .offers{border-radius:0 0 2px 2px !important;padding-left:20px;padding-right:20px;}@media(min-width:767px){.treatment-button .offers{padding-left:55px;}}.treatment-button:focus,.treatment-button:active{outline:solid 2px #000;}.treatment-button>div::before{display:block;position:absolute;width:24px;height:24px;content:"";box-sizing:border-box;top:25px;left:15px;border-width:2px;border-style:solid;border-color:#10a789;border-image:initial;border-radius:50%;}.treatment-button.active>div::after{display:block;position:absolute;width:12px;height:12px;content:"";box-sizing:border-box;top:31px;left:21px;border-radius:50%;background:#10a789;}.treatment-button>div{display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between;}.treatment-button h3{color:#21303d;font-size:1.125rem;font-weight:600;margin:0;}.treatment-button img{display:block;height:100px;flex-shrink:0;margin:0 0 0 10px;}.treatment-button h4{color:#727b83;font-size:.875rem;font-weight:300;margin:0;}.treatment-button .price{color:#21303d;font-size:.875rem;line-height:1rem;font-weight:300;margin:35px 0 0;}.treatment-button .price strong{font-weight:600;font-size:1.125rem;line-height:1.125rem;}.treatment_plans .treatment-button{cursor:default;}.treatment-button ul{list-style:none;}.treatment-button ul li{padding-left:8px;}.treatment-button ul li::marker{content:"";font-family:'Font Awesome 6 Pro';}.treatment_plans .treatment-button>div{padding-left:0;}.treatment_plans .treatment-button>div:before{display:none;}.other-button{display:block;width:100%;cursor:pointer;box-shadow:rgba(0,0,0,.25) 0 2px 8px;text-align:left;border-width:0;border-style:initial;border-color:initial;border-image:initial;background:#fff;border-radius:2px;padding:27px 16px;}.other-button h4{font-size:.875rem;color:#1f2624;font-weight:400;margin:0 0 16px;}.other-button p{font-size:1.125rem;line-height:1.5rem;color:#000;margin:0;}.addon-button,.recommended-product{display:block;position:relative;width:100%;cursor:pointer;text-align:left;box-shadow:rgba(0,0,0,.25) 0 2px 8px;border-width:0;border-style:initial;border-color:initial;border-image:initial;padding:28px 16px 20px;background:#fff;border-radius:2px;}.addon-button:focus,.recommended-product:focus,.addon-button:active,.recommended-product:active{outline:solid 2px #000;}.addon-button:before,.recommended-product:before{display:block;position:absolute;top:26px;left:16px;border:2px solid #e0e0e0;border-radius:2px;background:#fff;width:24px;height:24px;content:"";box-sizing:border-box;}.addon-button:after,.recommended-product:after{top:27px;left:16px;text-align:center;text-transform:none;line-height:1em;font-family:'Font Awesome 6 Pro';content:"";font-style:normal;font-weight:900;font-display:auto;display:block;position:absolute;visibility:hidden;opacity:0;color:#fff;font-size:.875rem;text-decoration:inherit;font-variant:normal;padding:4px 5px;}.addon-button.active:before,.recommended-product.active:before{border-color:#10a789;background:#10a789;}.addon-button.active:after,.recommended-product.active:after{visibility:visible;opacity:1;}.addon-button>div,.recommended-product>div{display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between;padding-left:42px;}.addon-button h3,.recommended-product h3{color:#21303d;font-size:1.125rem;font-weight:600;margin:0;}.addon-button img,.recommended-product img{display:block;height:100px;flex-shrink:0;margin:0 0 0 10px;}.addon-button h4,.recommended-product h4{color:#727b83;text-transform:none;font-size:.875rem;font-weight:300;margin:0;}.addon-button .price,.recommended-product .price{color:#21303d;font-size:.875rem;line-height:1rem;font-weight:300;margin:35px 0 0;}.addon-button .price strong,.recommended-product .price strong{font-weight:600;font-size:1.125rem;line-height:1.125rem;}.treatment_plans .addon-button,.treatment_plans .recommended-product{cursor:default;}.out-of-stock{display:inline-block;padding:16px;border:4px solid #fabc45;text-align:left;background-color:#fff;}.dose{display:block;position:relative;border:0;border-radius:2px;box-shadow:0 2px 8px rgba(0,0,0,.17);background:#fff;width:100%;cursor:pointer;text-align:left;padding:24px 16px;}.dose.custom{padding:unset !important;}.dose.custom .inner{margin:24px 16px;}.dose.custom .offers{border-radius:0 0 2px 2px !important;padding-left:20px;padding-right:20px;}@media(min-width:767px){.dose.custom .offers{padding-left:55px;}}.dose.item_out-of-stock{cursor:unset;}.dose.item_out-of-stock:before{display:none;}.dose.item_out-of-stock .dose-title,.dose.item_out-of-stock .dose-price{opacity:.5;}.dose.item_out-of-stock:after{display:none !important;}.dose:not(.item_out-of-stock) .badge.stock-notice{display:none;}.dose:focus,.dose:active{outline:solid 2px #000;}.dose.active:before{border-color:#1ece96;}.dose.active:after{display:block;}.dose:before{display:block;position:absolute;border:2px solid #cbd2d0;border-radius:50%;width:24px;height:24px;content:"";box-sizing:border-box;top:22px;left:16px;}.dose:after{display:none;position:absolute;border-radius:50%;background:#1ece96;width:12px;height:12px;content:"";box-sizing:border-box;top:28px;left:22px;}.dose.subscription .dose-price b{color:#915ede;}.dose.subscription:before{border-color:#915ede;}.dose.subscription:after{background:#915ede;}.dose.subscription .dose-info-text ul{padding-left:18px;margin-bottom:0;}.dose.subscription .dose-info-text ul b{color:#915ede;}.dose.subscription .dose-info-text ul li::marker{color:#915ede;}.dose>div{display:flex;justify-content:space-between;padding-left:40px;}.dose .dose-title span{font-weight:400;font-size:1rem;}.dose .dose-title,.dose .dose-price{margin:0;font-size:.875rem;font-weight:300;}.dose .dose-title b,.dose .dose-price b{display:block;margin:0 0 3px;font-size:1.125rem;font-weight:600;}.dose .dose-price{padding-right:10px;text-align:right;line-height:1.2;margin-left:10px;}.dose .dose-info{display:flex;align-items:flex-start;margin-top:18px;border-top:1px solid #e2e2e2;padding:17px 0 10px;margin-left:16px;margin-right:16px;margin-bottom:24px;}.dose .dose-info .dose-info-icon{flex-shrink:0;width:40px;}.dose .dose-info .dose-info-text{margin:0;padding:3px 10px 0 0;line-height:24px;flex:1;}.dose.weg .weg-img{display:block;margin-top:24px;}.dose.sub-save .dose-title .sub{color:#915ede;font-size:.775rem;}.dose.sub-save:before{border-color:#915ede;}.dose.sub-save:after{background-color:#915ede;}.dose.sub-save .dose-price{display:flex;flex-direction:column;align-items:end;}.dose.sub-save .dose-price .small-text{font-size:.775rem;}.dose.sub-save .dose-price .save{display:inline-block;background-color:#915ede;border-radius:16px;padding:3px 10px 1px;font-size:.775rem;color:#fff;font-weight:400;margin-bottom:4px;}.dose.sub-save .dose-price .price{font-weight:700;color:#915ede;}.dose.sub-save .dose-price .pre-save{text-decoration:line-through;font-size:.675rem;color:#f00;}.switch-wrapper{margin-bottom:16px;text-align:right;}.switch-wrapper .switch-container{position:relative;display:inline-flex;align-items:center;border-radius:12px;margin-bottom:0;}.switch-wrapper .switch-label{margin-bottom:0;margin-right:10px;font-family:Gibson,"pd Helvetica","pd Arial";color:#000;font-weight:700;opacity:.4;transition:opacity .3s;cursor:pointer;}.switch-wrapper .switch{width:48px;height:24px;background-color:#fff;border-radius:12px;cursor:pointer;transition:background-color .3s;margin-bottom:0;border:2px solid #7d7d7d;}.switch-wrapper .slider{position:absolute;content:"";height:24px;width:24px;left:-2px;bottom:-2px;background-color:#7d7d7d;border-radius:50%;transition:transform .3s;}.switch-wrapper input[type="checkbox"]{display:none;}.switch-wrapper .child:first-child:checked~.child:nth-child(3) .slider{transform:translateX(24px);background-color:#1ece96;}.switch-wrapper .child:first-child:checked~.child:nth-child(3) .switch{border:2px solid #1ece96;}.switch-wrapper input[type="checkbox"]:checked+.switch-label{opacity:1;}.inform-gp .blur{filter:blur(8px);-webkit-filter:blur(8px);}.inform-gp footer{display:none;}.inform-gp .full{position:relative;}.inform-gp .mobile-location-nav{display:none;}@media(max-width:767px){.inform-gp .mobile-location-nav{z-index:120;display:flex;position:fixed;top:62px;align-items:stretch;justify-content:center;margin:0;box-shadow:0 4px 12px rgba(0,0,0,.06);background:#fff;padding:0;width:100%;}}.inform-gp .mobile-location-nav .nav-tab{display:inline-flex;flex:1 0 50%;align-items:center;justify-content:center;background-color:#ecf0f1;color:#333;font-weight:500;}.inform-gp .mobile-location-nav .nav-tab.active{background-color:#f7931e;color:#fff;}.inform-gp #sideMenu{border-radius:6px;height:calc(calc(var(--vh,1vh)*100) - 124px);position:fixed;top:100px;right:0;width:450px;background-color:#fff;padding:15px;margin-right:60px;box-shadow:5px 5px 5px grey;background-color:#fafafa;}.inform-gp #sideMenu h2{margin:0 0 30px !important;}.inform-gp #sideMenu .container{width:100%;}.inform-gp #sideMenu .input-group-btn .form-control{border-top-right-radius:0;border-bottom-right-radius:0;}.inform-gp #sideMenu .input-group-btn .btn{border-radius:4px;border-top-left-radius:0;border-bottom-left-radius:0;}@media(max-width:767px){.inform-gp #sideMenu{width:100%;margin-right:0;border-radius:0;top:124px;z-index:100;height:calc(calc(var(--vh,1vh)*100) - 124px);padding:15px 0;}.inform-gp #sideMenu h2,.inform-gp #sideMenu h3{display:none;}.inform-gp #sideMenu .row.border-bottom{border-bottom:1px solid #ccc;}.inform-gp #sideMenu .col-sm{padding:0 15px;}}.inform-gp #sideMenu ul.locations{list-style:none;padding:0;overflow-y:scroll;height:calc(calc(var(--vh,1vh)*100) - 485px);}@media(min-width:768px){.inform-gp #sideMenu ul.locations li:hover{background-color:#f2f1f1;}}@media(max-width:767px){.inform-gp #sideMenu ul.locations{height:calc(calc(var(--vh,1vh)*100) - 386px);}}.inform-gp #sideMenu ul.locations li .address-container{position:relative;margin:0 0 8px;outline:none;border:0;border-radius:2px;box-shadow:0 2px 8px rgba(0,0,0,.17);background:#fff;cursor:pointer;padding:22px 22px 22px 56px;width:100%;text-align:left;font-weight:400;color:#000;}.inform-gp #sideMenu ul.locations li .address-container:before{display:block;position:absolute;border:2px solid #18bc9c;border-radius:50%;width:24px;height:24px;content:"";box-sizing:border-box;top:19px;left:16px;}.inform-gp #sideMenu ul.locations li .address-container .address{padding-right:20px;width:100%;font-size:.75rem;}.inform-gp #sideMenu ul.locations li .address-container .address .surgery-title{font-size:.875rem;}.inform-gp #sideMenu ul.locations li .address-container button{flex:1 0 auto;align-self:flex-end;margin-bottom:0;}.inform-gp #sideMenu ul.locations li.selected .address-container:after{display:block;position:absolute;border-radius:50%;background:#18bc9c;width:12px;height:12px;content:"";box-sizing:border-box;top:25px;left:22px;}.inform-gp #sideMenu ul.locations li.load-more{padding:0;}.inform-gp #sideMenu ul.locations li.load-more a{padding:15px;display:block;width:100%;height:100%;background-color:#ecf0f1;color:#333;text-decoration:none;}.inform-gp #sideMenu ul.locations li.load-more a:hover{background-color:#cfd9db;}.inform-gp #sideMenu .form-group.space-bottom{margin-bottom:15px !important;}.inform-gp #sideMenu .input-group-btn{display:flex;width:100%;}.inform-gp #sideMenu .form-control.grow-1{width:auto;flex:1 0 auto;}.inform-gp .selected-address{background-color:#f2f2f2;padding:10px;border-radius:6px;}.inform-gp .mapboxgl-marker{background-size:cover;position:absolute;top:0;left:0;will-change:transform;background-image:url(/content/images/png/marker2-02.png);background-repeat:no-repeat;background-position:center;height:55px;width:55px;color:transparent;}.inform-gp .selected{background-image:url(/content/images/png/marker2-02-selected.png);}.inform-gp .mapboxgl-popup{transform:none !important;position:absolute;bottom:0;top:unset;width:100%;background-color:#fff;z-index:99;padding-top:15px;}.inform-gp .mapboxgl-popup-content{box-shadow:none !important;margin:auto;width:100%;padding:0 30px;}.inform-gp .mapboxgl-popup-content h3,.inform-gp .mapboxgl-popup-content p{padding-right:92px;}@media(min-width:768px){.inform-gp .mapboxgl-popup-content{width:750px;}}@media(min-width:992px){.inform-gp .mapboxgl-popup-content{width:970px;}}@media(min-width:1200px){.inform-gp .mapboxgl-popup-content{width:1170px;}}.inform-gp .mapboxgl-popup-content button{position:absolute;right:30px;bottom:15px;width:auto;margin-bottom:0;}@media(min-width:768px){.inform-gp .mapboxgl-popup-content button{width:200px;}}@media(min-width:992px){.inform-gp .mapboxgl-popup-content button{width:200px;}}@media(min-width:1200px){.inform-gp .mapboxgl-popup-content button{width:200px;}}.inform-gp .mapboxgl-popup-content p{line-height:.9375rem !important;margin-bottom:15px !important;}.inform-gp .mapboxgl-popup-content .mapboxgl-popup-close-button{display:none;}.inform-gp .mapboxgl-popup-tip{display:none !important;}.webcam-wrapper{position:relative;overflow:hidden;margin-bottom:35px;max-height:330px;}.webcam-wrapper img{width:100%;}.webcam-wrapper .webcam-help-text{position:absolute;top:0;color:#fff;display:flex;flex-direction:column;width:100%;height:100%;justify-content:center;align-items:center;}.webcam-wrapper video{position:relative;top:0;z-index:500;margin:0;display:flex;}.camera-viewfinder,.cropper{display:block;width:100%;object-fit:contain;}.camera-status{display:none;}@media(max-width:880px){.videoCall .account-panel{display:flex;height:100%;}}.time .hours,.time .minutes,.time .seconds{font-size:2.5rem;font-weight:600;}.time .hours:after,.time .minutes:after,.time .seconds:after{display:inline-block;font-size:1.1rem;margin-right:8px;}.time .hours:after{content:"H";}.time .minutes:after{content:"M";}.time .seconds:after{content:"S";}.blink{color:#ea3d3d;-webkit-animation:flash linear 1s infinite;animation:flash linear 1.5s infinite;}@-webkit-keyframes flash{0%{opacity:0;}50%{opacity:100;}100%{opacity:0;}}@-webkit-keyframes flash{0%{opacity:0;}50%{opacity:100;}100%{opacity:0;}}.container-video_call{margin:0 auto;padding:45px 0 35px;width:830px;max-width:100%;min-height:100%;display:flex;flex-direction:column;}.fullscreen .container-video_call{padding:0;width:100%;height:100vh;}@media(max-width:880px){.container-video_call{padding:0;width:100%;display:flex;flex-direction:column;}}.container-video_call .panel.video-card{height:100%;padding:0;display:flex;flex-grow:1;}@media(min-width:880px){.container-video_call .panel.video-card{margin-bottom:1rem;height:unset;}}.fullscreen .container-video_call .panel.video-card{margin-bottom:0 !important;}.container-video_call .panel.video-card .video_pip{display:flex;flex-direction:column;position:relative;height:100%;width:100%;}.fullscreen .container-video_call .panel.video-card .video_pip{height:100%;padding:0;}@media(min-width:880px){.container-video_call .panel.video-card .video_pip{padding:15px;}}.container-video_call .panel.video-card .video_pip .waiting-notice{position:absolute;width:100%;height:100%;display:flex;flex-grow:1;flex-direction:column;justify-content:center;align-items:center;}.container-video_call .panel.video-card .video_pip .waiting-notice .lds-ellipsis{display:inline-block;position:relative;width:80px;height:80px;}.container-video_call .panel.video-card .video_pip .waiting-notice .lds-ellipsis i{position:absolute;top:33px;width:11px;height:11px;border-radius:50%;background:#666;animation-timing-function:cubic-bezier(0,1,1,0);}.container-video_call .panel.video-card .video_pip .waiting-notice .lds-ellipsis i:nth-child(1){left:8px;animation:lds-ellipsis1 .6s infinite;}.container-video_call .panel.video-card .video_pip .waiting-notice .lds-ellipsis i:nth-child(2){left:8px;animation:lds-ellipsis2 .6s infinite;}.container-video_call .panel.video-card .video_pip .waiting-notice .lds-ellipsis i:nth-child(3){left:32px;animation:lds-ellipsis2 .6s infinite;}.container-video_call .panel.video-card .video_pip .waiting-notice .lds-ellipsis i:nth-child(4){left:56px;animation:lds-ellipsis3 .6s infinite;}.container-video_call .panel.video-card .video_pip .no-video{position:absolute;z-index:1;top:0;left:0;width:100%;text-align:center;height:100%;vertical-align:middle;display:flex;}.container-video_call .panel.video-card .video_pip .no-video i{margin:auto;background:#666;border-radius:100%;padding:0;height:30px;width:30px;display:flex;justify-content:center;align-items:center;color:#000;}@media(min-width:880px){.container-video_call .panel.video-card .video_pip .no-video i{width:50px;height:50px;}}.container-video_call .panel.video-card .video_pip .user-details{position:absolute;background-color:rgba(0,0,0,.25);z-index:1;}.container-video_call .panel.video-card .video_pip .remote-participant{display:none;width:100%;position:relative;}.container-video_call .panel.video-card .video_pip .remote-participant.active{display:block;}.container-video_call .panel.video-card .video_pip .remote-participant .video-wrapper{height:100%;}.container-video_call .panel.video-card .video_pip .remote-participant .no-video{top:0;}.container-video_call .panel.video-card .video_pip .remote-participant .user-details{padding:0 2px;}.container-video_call .panel.video-card .video_pip .remote-participant .mic-status .show_as_icon{display:none;}.container-video_call .panel.video-card .video_pip .local-participant{position:absolute;top:0;right:0;z-index:1;width:22%;display:flex;border-bottom:4px solid #fff;border-left:4px solid #fff;background:#000;color:#fff;}@media(min-width:880px){.container-video_call .panel.video-card .video_pip .local-participant{min-height:100px;top:15px;right:15px;}}.fullscreen .container-video_call .panel.video-card .video_pip .local-participant{top:0;right:0;width:15%;}.container-video_call .panel.video-card .video_pip .local-participant div{display:flex;}.container-video_call .panel.video-card .video_pip .local-participant video{position:relative !important;pointer-events:none;}.container-video_call .panel.video-card .video_pip .local-participant #player_undefined{display:flex;}.container-video_call .panel.video-card .video_pip .local-participant .user-details{position:absolute;top:2px;left:2px;background-color:rgba(0,0,0,.25);padding:0 2px;z-index:1;font-size:13px;}.container-video_call .panel.video-card .video_pip .local-participant .mic-status{font-size:11px;margin-left:3px;margin-top:3px;}.container-video_call .panel.video-card .video_pip .local-participant .mic-status .show_as_text{display:none;}.container-video_call .panel.video-card .video_pip .observer-wrapper{display:flex;flex-direction:row;background-color:#333;margin-top:2px;}.container-video_call .panel.video-card .video_pip .observer-wrapper .observer{width:15%;height:80px;position:relative;}.fullscreen .container-video_call .panel.video-card .video_pip .observer-wrapper .observer{width:10%;}.container-video_call .panel.video-card .video_pip .observer-wrapper .observer .video-wrapper{height:100%;}.container-video_call .panel.video-card .video_pip .observer-wrapper .observer .no-video i{width:35px;height:35px;font-size:14px;}.container-video_call .panel.video-card .video_pip .observer-wrapper .observer .user-details{position:absolute;bottom:0;left:0;width:100%;background-color:rgba(0,0,0,.25);padding:2px;z-index:1;font-size:11px;}.container-video_call .panel.video-card .video_pip .observer-wrapper .observer .mic-status{font-size:11px;margin-left:0;margin-top:3px;}.container-video_call .panel.video-card .video_pip .observer-wrapper .observer .mic-status .show_as_text{display:none;}.container-video_call .panel.video-card .video_pip #remote-container{display:flex;height:auto;position:relative !important;height:100%;background-color:#121212;color:#fff;}@media(min-width:880px){.container-video_call .panel.video-card .video_pip #remote-container{height:450px;}}@media(min-width:880px){.fullscreen .container-video_call .panel.video-card .video_pip #remote-container{height:100%;}}.container-video_call .panel.video-card .video_pip #remote-container .video-wrapper{display:flex;flex-grow:1;}.container-video_call .panel.video-card .video_pip #remote-container .video-wrapper div{display:flex;}.container-video_call .panel.video-card .video_pip #remote-container video{height:auto;position:relative !important;pointer-events:none;height:auto !important;}.container-video_call .panel.video-card .video_pip #remote-container .user-details{position:absolute;bottom:2px;left:2px;z-index:1;}.container-video_call .panel.video-card .video_pip #remote-container .countdown{position:absolute;top:2px;left:2px;background-color:rgba(0,0,0,.25);padding:0 2px;z-index:1;}.container-video_call .panel.video-card .video_pip #remote-container .no-video i{width:150px;height:150px;font-size:64px;}.container-video_call .panel .controls{width:100%;display:flex;justify-content:space-between;padding:0 1rem;}@media(max-width:300px){.container-video_call .panel .controls{flex-direction:column;}}@media(min-width:880px){.container-video_call .panel .controls{padding:unset;}}.container-video_call .panel .controls .btn{padding-top:8px;padding-bottom:8px;height:40px;min-height:40px;}@media(min-width:880px){.container-video_call .panel .controls .btn{width:54px;min-height:54px;}}.container-video_call .panel .controls .btn-icon{font-size:22px;display:inline-flex;padding:unset;justify-content:center;align-items:center;margin-right:3px;width:40px;}@media(min-width:880px){.container-video_call .panel .controls .btn-icon{width:54px;min-height:54px;}}@media(max-width:300px){.container-video_call .panel .controls .call-controls{display:flex;justify-content:space-evenly;}}@media(max-width:300px){.container-video_call .panel .controls .end-call{width:100%;}}.container-video_call .panel .controls .end-call button{width:auto;}@media(max-width:300px){.container-video_call .panel .controls .end-call button{margin-top:1rem;}}.container-video_call .panel .countdown{margin:unset;}.container-video_call .panel .pad-15{padding:15px;}.container-video_call .panel h3{font-size:16px;font-weight:bold;margin-bottom:1rem;display:inline-flex;align-items:center;}.container-video_call .panel h3 i{font-size:22px;margin-right:1rem;}.container-video_call .panel.controls-card{height:auto;width:auto;display:flex;margin-bottom:0;}.container-video_call .panel.controls-card .help{display:none;}.fullscreen .container-video_call .panel.controls-card{background:#fff;padding:1rem;padding-bottom:unset;}.fullscreen .container-video_call .panel.controls-card .help{display:inline-block;}.container-video_call .panel.controls-card .help{display:inline-block;}.container-video_call .panel.controls-card .expand{display:none;}@media(min-width:880px){.container-video_call .panel.controls-card .expand{display:inline-flex;}}.container-video_call .panel.hide-fullscreen{display:none;}@media(min-width:880px){.container-video_call .panel.hide-fullscreen{display:block;}}.fullscreen .container-video_call .panel.hide-fullscreen{display:none;}.container-video_call .modal-header h3{margin-bottom:unset;font-size:18px;font-weight:bold;display:inline-block;}.container-video_call .modal-header h3 i{font-size:22px;margin-right:10px;}.container-video_call .modal-header button{padding:5px;}.end-call-block{text-align:center;display:flex;flex-direction:column;flex-grow:1;justify-content:center;}.account-panel .end-call-block{height:73vh;}.end-call-block .cta-block{padding:20px 20px;}@media(min-width:880px){.end-call-block .cta-block{padding:40px 40px;}}@keyframes lds-ellipsis1{0%{transform:scale(0);}100%{transform:scale(1);}}@keyframes lds-ellipsis3{0%{transform:scale(1);}100%{transform:scale(0);}}@keyframes lds-ellipsis2{0%{transform:translate(0,0);}100%{transform:translate(24px,0);}}#Card_Deck{position:relative;}#Card_All{display:none;}.card{border:1px solid rgba(0,0,0,.125);}.card .bg-white{background-color:#fff;}.card.new,.card .new{position:relative;}.card.new:after,.card .new:after{content:"";display:inline-block;width:12px;height:12px;border-radius:100%;background-color:#f15a24;position:absolute;top:-6px;right:-6px;z-index:3;}.card.has-shadow{box-shadow:#ccc 0 0 5px;}.card .pd-header{background-color:#000;color:#fff;}.card .pd-header.header-grey{background-color:#000;color:#fff;}.card.card-primary{border-color:#f7931e;border-width:4px;}.card.card-primary i{font-size:2rem;color:#f7931e;}.card.card-primary.sucsess{border-color:#10a789;}.card.card-primary.sucsess .sucsess{color:#10a789;}.card.card-primary.fail{border-color:#f7931e;}.card.card-primary.fail .fail{color:#f7931e;}.card .card-icon{font-size:34px;}.card card-header.bg-white{background-color:#fff;}.card .card-footer{background-color:rgba(0,0,0,.03);}.card.updates-card{background-color:transparent;}.card.updates-card h4{color:#000 !important;}@media(min-width:576px){.card.updates-card{background-image:url('../images/pd-flat/png/pd_flat_updates.png');background-position:right 15px bottom 15px;background-repeat:no-repeat;}}.card.updates-card ul{list-style:none;margin-left:10px;color:#000 !important;}.card.updates-card ul li:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;text-rendering:auto;font-weight:400;content:"";font-family:'Font Awesome 6 Pro';display:inline-block;margin-left:-26px;width:1.3em;color:#10a789;}.card.order{cursor:pointer;margin-bottom:15px;}.card.order .label{font-size:.7rem;text-transform:uppercase;display:block;}.card.order .total{font-weight:600;}.card.order .card:last-of-type{margin-bottom:0;}.card .pd-video{border:none;padding:0;}.card .pd-video:focus{outline:none;}.card .font-0{font-size:0;}.card .container-fluid.bg-grey{background-color:rgba(0,0,0,.03);}.card .container-fluid.flush{padding:1.25rem;}.card .fit-wrapper{display:flex;flex-direction:column;}@media screen and (min-width:400px){.card .fit-wrapper{flex-direction:row;}}.card .fit-scales{display:none;width:100%;margin-bottom:24px;}.card .fit-scales img{width:50%;}@media screen and (min-width:400px){.card .fit-scales{max-width:135px;margin-right:20px;display:inline-block;margin-bottom:0;}.card .fit-scales img{width:100%;}}.card .image-icon{display:inline-block;width:34px;height:34px;}.card .image-icon-large{display:inline-block;width:64px;height:64px;}.card .slider-wrapper{flex:1 1 auto;min-height:1px;padding:1.25rem;position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;}.card .slider-wrapper .slider.slider-horizontal{width:100%;}.card .max-w-50{max-width:50px;}.card .min-w-34{min-width:34px;}.card .min-w-75{min-width:75px;}.card .max-w-75{max-width:75px;}.card .target-weight{font-size:24px;font-weight:bold;line-height:1;}.card .target-text{font-size:.875rem;font-weight:bold;}.card .target-date{font-size:.875rem;}.card .weight-type-picker button{border:0;background-color:unset;}.card .weight-type-picker button:focus{outline:0;}.card .weight-type-picker .dropdown-item{cursor:pointer;}.card.modal-active:before{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;background-color:#e5e8ff;opacity:.7;z-index:1;}.card.modal-active .card-body,.card.modal-active .card-footer{filter:blur(2px);}.card.modal-active .card-modal:not(.hide){display:flex !important;}.card.modal-active.fixed-height{min-height:450px;}.card.modal-active.fixed-height .card-modal{bottom:0;}.card.modal-active.no-offset .card-modal{margin-top:15px;}.card-modal{border:6px solid #ff9620;border-radius:6px;background:#fff;color:#333;margin:50px 15px 15px;justify-content:center;display:none;flex-direction:column;position:absolute;top:0;left:0;right:0;z-index:2;}.card-modal .modal-heading{color:#10a789;}.card-modal.modal-success{border-color:#10a789;}.card-modal.modal-danger{border-color:#dc3545;background-color:#efefef;}.card-modal.modal-danger .modal-heading{color:#dc3545;}.card-modal.hide{display:none !important;}.card-modal.full-height{bottom:0;}.card-modal .modal-body{display:flex;flex-direction:column;flex-grow:1;justify-content:center;}.card-modal .modal-body p{text-align:center;}.card-modal .modal-close{position:absolute;top:-10px;right:-10px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;}.card-message .label{font-size:.7rem;text-transform:uppercase;display:block;}.card-nav{padding:12px 0 10px;}.card-nav ul{padding:0;margin:0;}.card-nav ul li{display:block;margin:0;border-bottom:1px solid #efefef;}.card-nav ul li:first-of-type{border-top:1px solid #efefef;}.card-nav ul li a{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;text-decoration:none;font-family:Gibson,"pd Helvetica","pd Arial";font-size:1.125rem;font-weight:600;color:#000;transition:color .2s;outline:none;text-transform:none;}.card-nav ul li a:hover{color:#10a789;}.dr-feedback-panel{border:1px solid rgba(0,0,0,.125);border-radius:.25rem;margin-bottom:1.5rem;display:flex;box-shadow:rgb(000%) 0 2px 8px;}.dr-feedback-panel .dr-img-wrapper{display:flex;flex-direction:column;flex-shrink:0;align-items:center;padding:1.25rem;}.dr-feedback-panel .dr-img-wrapper img{width:70px;border-radius:100%;border:4px solid rgba(0,0,0,.03);}.dr-feedback-panel .dr-img-wrapper .dr-name{flex-wrap:nowrap;color:#406cb0;font-weight:700;}.dr-feedback-panel .dr-img-wrapper .dr-details{flex-wrap:nowrap;font-size:.8rem;}.dr-feedback-panel .dr-feedback{padding:1.25rem;background-color:rgba(0,0,0,.03);}.dr-feedback-panel .dr-feedback h3{margin-bottom:.2rem;}.dr-feedback-panel .dr-feedback p{margin:0;}.feature-tick-list{list-style:none;margin:unset;padding:1rem 1rem 1rem;}.feature-tick-list li{padding-left:4rem;margin-bottom:1rem;position:relative;display:flex;align-items:start;}.feature-tick-list li:before{content:"";font-family:'Font Awesome 6 Pro';font-weight:500;position:absolute;left:0;color:#10a789;font-size:42px;display:flex;align-items:flex-start;line-height:1;}.badge-panel{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:1em;}.badge-panel .badge-item{display:flex;border-radius:50%;flex-basis:50%;flex-shrink:1;flex-direction:column;width:100%;align-items:center;}@media(min-width:500px){.badge-panel .badge-item{flex-basis:33%;}}.badge-panel .badge-item:hover[onclick]{cursor:pointer;}.badge-panel .badge-item:hover[onclick] .pd-badge{box-shadow:0 0 8px 2px rgba(255,174,83,.9);transition:box-shadow .5s ease;}.badge-panel .badge-item .badge-wrapper{display:flex;justify-content:center;padding:5px;}@media(min-width:500px){.badge-panel .badge-item .badge-wrapper{max-width:150px;max-height:150px;}}.badge-panel .badge-item .badge-wrapper:hover{cursor:pointer;}.badge-panel .badge-item .badge-content{text-align:center;padding:1em 0;}.badge-panel .badge-item .badge-content .heading{margin:unset;}.badge-panel .badge-item .badge-content .date{font-size:12px;color:#808080;}.badge-panel .badge-item .pd-badge{max-width:100%;border-radius:50%;box-shadow:1px 1px 5px 1px rgba(0,0,0,.4);transition:box-shadow .5s ease;}.badge-panel .badge-item .no-badge{width:100%;max-width:150px;padding:5px;}.dose-wrapper{display:flex;flex-direction:column;}@media(min-width:500px){.dose-wrapper{flex-direction:row;}}.dose-guide{margin-top:20px;margin-bottom:20px;padding:unset;border-radius:5px;}@media(min-width:500px){.dose-guide:nth-of-type(odd){margin-right:10px;}.dose-guide:nth-of-type(even){margin-left:10px;}}.dose-guide .dose-icon{height:21px;}.dose-guide .dose-icon img{position:relative;top:-21px;}.dose-guide .dose-heading{padding-top:10px;padding-bottom:10px;font-family:Gibson,"pd Helvetica","pd Arial";}.dose-guide .dose-detail{padding:5px;color:#333;}.dose-guide .dose-detail .dose-adjustment{align-items:center;justify-content:space-between;padding:.25rem 0;height:55px;}.dose-guide .dose-detail .dose-adjustment button{background-color:#ccc;border-radius:5px;border:unset;outline:unset;width:44px;height:44px;font-size:22px;display:flex;align-items:center;justify-content:center;padding:unset;}.dose-guide .dose-detail .dose-adjustment button.disabled{opacity:.25;}.dose-guide.morning-dose{background-color:#ffae53;}.dose-guide.evening-dose{background-color:#3c4858;color:#fff;}.slider-selection.tick-slider-selection{background:#ffae53;}.slider-tick.in-selection{background:#ffae53;}.slider-handle{background:#c56c08;}.profile-img{max-width:65px;max-height:65px;border-radius:50%;border:2px solid #ccc;box-sizing:border-box;}.profile-img.mini{max-width:25px;max-height:25px;border-width:1px;}.usr-profile img{border-radius:50%;border:3px solid #ccc;max-height:130px;max-width:130px;}input.form-control,select.form-control{height:50px !important;}.form-control:focus{outline:solid 2px #000;box-shadow:none;}.badge{border-radius:1rem;padding:.35em .85em;}.badge.badge-warning{color:#fff;background-color:#000;}.form-control,.form-control:focus{color:#000;}.form-control::-webkit-input-placeholder{color:#949ca3;opacity:1;}.form-control::-moz-placeholder{color:#949ca3;opacity:1;}.form-control:-ms-input-placeholder{color:#949ca3;opacity:1;}.form-control::-ms-input-placeholder{color:#949ca3;opacity:1;}.form-control::placeholder{color:#949ca3;opacity:1;}.pd-font{font-family:Gibson,"pd Helvetica","pd Arial";}html{height:100%;font-size:14px;}@media(min-width:360px){html{font-size:16px;}}body{font-family:'Roboto',"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;color:#333;background-color:#fff;display:flex;flex-direction:column;min-height:100%;}.inform-gp{overflow-y:hidden;}a{color:#000;}a:not(.btn){text-decoration:underline;text-decoration-thickness:2px;text-decoration-color:#9e9e9e;text-underline-offset:4px;}a:hover{color:#406cb0;}h1{color:#000;font-family:Gibson,"pd Helvetica","pd Arial";}h2{font-weight:600;font-family:Gibson,"pd Helvetica","pd Arial";}h3{font-size:1.1rem;font-weight:600;font-family:Gibson,"pd Helvetica","pd Arial";}.heading-font{font-family:Gibson,"pd Helvetica","pd Arial";text-transform:unset;font-weight:600;}.h4,.h5,.h6,h4,h5,h6{font-family:Gibson,"pd Helvetica","pd Arial";text-transform:unset;font-weight:600;}h1,h2,h3,h4,h5,h6{margin-bottom:.95rem;text-transform:unset;font-weight:600;}.bold{font-weight:600;}.small-heading{font-size:.9rem;font-weight:600;font-family:Gibson,"pd Helvetica","pd Arial";text-transform:unset;}.pd-video{border:1px solid;padding:2px;width:100%;}.h-100-calc{height:calc(100% - 62px);}.StepPanels{display:flex;justify-content:center;flex-grow:1;}.StepPanel{min-height:calc(100% - 62px);display:flex;flex-direction:column;}.StripeElement{margin-bottom:5px;}#StripeModal .modal-content{height:95vh;}@media(min-width:768px){#StripeModal .modal-content{height:60vh;}}#StripeModal .modal-body{font-size:0;}.is-free{color:#00967b;}.is-discount{color:#f00;}.container-narrow{margin:0 auto;padding:45px 0 35px;width:100%;max-width:500px;min-height:100%;}.container-narrow-card{margin:0 auto;padding:20px 0 35px;width:100%;max-width:500px;}@media(max-width:520px){.container-narrow,.container-narrow-card{padding:20px;}}.min-width-400{min-width:400px;}a.back-arrow{color:#999 !important;}.checkbox-label{display:block;position:relative;cursor:pointer;padding:1px 0 0 33px;min-height:24px;font-size:.875rem;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}.checkbox-label button{display:inline-block;outline:none;border:0;background:transparent;cursor:pointer;padding:0;text-decoration:underline;color:inherit;font-family:inherit;font-size:inherit;font-weight:300;}.checkbox-label:before{display:block;position:absolute;top:0;left:0;border:2px solid #e0e0e0;border-radius:2px;background:#fff;width:24px;height:24px;content:"";box-sizing:border-box;}.checkbox--has_error .checkbox-label:before{border-color:#e73737;}.checkbox-label:after{display:inline-block;text-align:center;text-transform:none;text-decoration:inherit;line-height:1em;display:block;position:absolute;top:1px;left:0;visibility:hidden;opacity:0;padding:4px 5px;color:#fff;font-size:.875rem;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;text-rendering:auto;font-family:'Font Awesome 6 Pro';font-weight:400;content:"";}.checkbox-input{display:none;}.checkbox-input:checked+.checkbox-label:before{border-color:#1ece96;background:#1ece96;}.checkbox-input:checked+.checkbox-label:after{visibility:visible;opacity:1;}.input-group-btn input{height:auto !important;}.StepHeader{display:flex;position:fixed;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between;z-index:15;width:100%;height:62px;background:#fff;color:#333;padding:0 25px;}.StepHeader .faux-btn i{color:#333;}.StepHeader.shadow{box-shadow:rgba(0,0,0,.06) 0 4px 12px;}.StepHeader h2{font-size:1rem;font-weight:300;margin:0;}.fullscreen .StepHeader{display:none;}@media(max-width:880px){.videoCall .StepHeader{display:none;}}.StepHeader .step-icons{display:flex;}.StepHeader .step-icons span{display:inline-flex;width:34px;height:14px;opacity:.2;background-position:center center;background-repeat:no-repeat;background-size:contain;}.StepHeader .step-icons span.questions{background-image:url('../images/icons/clipboard-question-solid.svg');}.StepHeader .step-icons span.treatments{background-image:url('../images/icons/prescription-bottle-medical-solid.svg');}.StepHeader .step-icons span.delivery{background-image:url('../images/icons/truck-solid.svg');}.StepHeader .step-icons span.checkout{background-image:url('../images/icons/cart-shopping-sharp-solid.svg');}.StepHeader .step-icons span.blood-test{background-image:url('../images/icons/flask-solid.svg');}.StepHeader .step-icons span.coaching{background-image:url('../images/icons/child-reaching-solid.svg');}.StepHeader .step-icons span.otc{background-image:url('../images/icons/house-chimney-medical-solid.svg');}.StepHeader .step-icons span.current{opacity:1;}.StepPanels{padding-top:62px;position:relative;overflow-x:hidden;overflow-y:auto;background-color:#fff;transition:background-color ease-out .3s;}.StepPanels partial{width:100%;}.StepPanels.step-dark-1{background-color:#fafafa;}.StepPanels.payment-step{background-color:#fff !important;color:#333;}.StepPanels.payment-step h1{color:#000;}.StepPanels .btn{min-height:54px;}.StepPanels h1{line-height:1.75rem;font-size:1.375rem;margin-bottom:20px;}.StepPanels h2{line-height:1.75rem;font-size:1.125rem;}.StepPanel{width:100vw;position:absolute;top:62px;transition:opacity ease-out .3s;opacity:1;}.back-arrow{font-size:1.5rem;position:absolute;top:0;height:62px;left:10px;}.message .date{font-size:.8rem;}.message .round-corners{border-radius:10px;}.message .m-clear-input{margin-bottom:70px;}.message .transparent-border{border:2px transparent solid !important;}.message .pending{background-color:rgba(16,167,137,.4);}.message .pending:after{content:"Message pending";position:absolute;font-size:12px;bottom:-23px;right:20px;animation:flash 3s;animation-iteration-count:infinite;}.message .failed{border:2px #f00 solid !important;background-color:#fff;}.message .failed .text-white{color:#f00 !important;}.message .failed .message-text{color:#333 !important;}.message .failed:after{content:"Message Failed";position:absolute;font-size:.75rem;bottom:-23px;right:20px;color:#f00 !important;}@-webkit-keyframes flash{0%{opacity:0;}50%{opacity:100;}100%{opacity:0;}}@-moz-keyframes flash{0%{opacity:0;}50%{opacity:100;}100%{opacity:0;}}@-o-keyframes flash{0%{opacity:0;}50%{opacity:100;}100%{opacity:0;}}@keyframes flash{0%{opacity:0;}50%{opacity:100;}100%{opacity:0;}}.messages .row{border-bottom:1px solid #efefef;}.messages .row:last-of-type{border-bottom:none;}.messages .date{font-size:.7rem;}.message{padding-bottom:50px;}.message-form{position:fixed;bottom:0;max-width:500px;margin-right:20px;background-color:#fff;}.message-form textarea{background:#fff;border:1px solid #e2e2e2;border-radius:.25rem;padding:15px 75px 15px 60px;display:flex;align-items:center;width:100%;height:82px;resize:none;overflow:hidden;}.message-form textarea:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25);}.message-form .send-message{position:absolute;z-index:10000000;top:22px;right:12px;text-align:center;min-height:auto !important;}.message-form .camera-button{position:absolute;top:22px;left:11px;border-radius:100%;height:40px;width:40px;padding:unset;min-height:unset !important;line-height:1rem;}.chat-icon{width:100%;padding-bottom:100%;border-radius:100%;}.chat-icon.chat-icon-dr{background-image:url('../images/svg/chat-dr.svg');}.chat-icon.chat-icon-pd{background-image:url('../images/svg/chat-pd.svg');}.chat-icon.chat-icon-user{background-image:url('../images/svg/chat-user.svg');}.overlay{position:fixed;left:0;top:0;height:100vh;width:100vw;background:rgba(247,247,247,.78);z-index:4;}.overlay.opaque{background:#fff;}.overlay .loader{height:100%;}.overlay .loader.loading.d-block:before{background-image:url(../images/png/green-loader.png);}.overlay .treatment-loader{display:flex;width:100%;height:100%;align-items:center;justify-content:center;flex-direction:column;}.overlay .treatment-loader .treatment-loading{display:block;width:160px;height:60px;background-image:url(../images/png/treatment.gif);margin-bottom:15px;}.overlay .treatment-loader span{font-weight:bold;}.overlay-nobackground{position:absolute;left:0;top:0;height:100vh;width:100%;}.status-icon{width:38px;margin-right:10px;}.prescription-icon{width:auto;height:100%;max-height:60px;margin-right:10px;}ul.account-info-list{display:block;margin:0;padding:0;background:#fff;border-top:1px solid #e2e2e2;}ul.account-info-list .label{font-size:.7rem;text-transform:uppercase;display:block;}ul.account-info-list a{color:#333;text-decoration:none;}ul.account-info-list li{list-style:none;display:block;border-bottom:1px solid #e2e2e2;margin:0;padding:15px 0;position:relative;}ul.account-info-list li:after{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;text-rendering:auto;font-weight:400;content:"";font-family:'Font Awesome 6 Pro';display:inline-block;margin-left:-26px;width:1.3em;position:absolute;right:0;top:50%;transform:translateY(-50%);}ul.account-info-list li .label{font-size:.7rem;text-transform:uppercase;display:block;}ul.bordered-list{list-style:none;margin:0;padding:0;margin-bottom:20px;}ul.bordered-list li{margin-left:0;border-top:1px solid #dee2e6;}ul.bordered-list li:last-of-type{border-bottom:1px solid #dee2e6;}ul.bordered-list li a{width:100%;display:flex;padding:13px 0;position:relative;align-items:center;}ul.bordered-list li a:after{display:block;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;text-rendering:auto;font-weight:400;font-family:'Font Awesome 6 Pro';content:"";position:absolute;top:50%;transform:translateY(-50%);right:0;color:#667075;}.modal-header{border:none;}.slide-card{position:absolute;top:0;left:100vw;opacity:0;transition:left ease-out .2s,opacity ease-out .2s;z-index:0;width:100%;display:none;}.slide-card.active{left:0;opacity:1;z-index:1;display:flex;flex-direction:column;}.tabs-wrapper{padding:62px 0 0;}.pb-125{padding-bottom:125px;}.tabs{display:flex;position:fixed;top:62px;align-items:stretch;justify-content:center;margin:0;box-shadow:0 4px 12px rgba(0,0,0,.06);background:#fff;padding:0;width:100%;z-index:10;}.tabs-item{display:block;margin:0;padding:0;}.tabs-button{display:block;outline:none;border:0;border-bottom:2px solid transparent;background:#fff;cursor:pointer;padding:0;width:165px;height:62px;text-align:center;}.tabs-button:focus,.tabs-button:active{outline:none;}.tabs-item--active .tabs-button{border-color:#00967b;color:#00967b;font-weight:400;}.green-header{font-size:1.75rem !important;line-height:2.25rem !important;color:#10a789;}.note-icon{height:24px;width:24px;}.cost-price{flex:0 1 120px;display:flex;justify-content:flex-end;font-size:1rem;text-align:right;font-weight:600;align-items:baseline;}.flow-payment .cost-price,.flow-payment .total-price{font-size:1.25rem;font-weight:600;}.flow_payment_info_wrap-inner{background:#fff;border-radius:2px;padding:20px 12px;}.grey-bg{background-color:#f3f3f3;}.br-10{border-radius:10px;}.pl-60{padding-left:60px;}ul{padding-left:15px;padding-right:15px;}ul.timeline,ul.block{list-style:none;}ul.timeline li,ul.block li{display:flex;position:relative;}ul.timeline li .thumb,ul.block li .thumb{width:64px;height:64px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 64px;}ul.timeline li .thumb img,ul.block li .thumb img{width:44px !important;height:44px !important;}ul.progress-list{list-style:none;}ul.progress-list li{display:flex;position:relative;}ul.progress-list li:after{content:"";display:block;background-color:transparent;border-right:2px solid #13a88a;height:100%;position:absolute;bottom:-28px;left:13px;width:2px;}ul.progress-list li:last-of-type:after{bottom:-85px;height:calc(100% + 57px);}ul.progress-list li.not-done:after{border-right:2px dashed #d2d2d2;}ul.progress-list li .status{display:inline-flex;width:28px;height:28px;border-radius:100%;border:2px solid #d2d2d2;flex:0 0 auto;background-color:#f3f3f3;}ul.progress-list li .status.done{border-color:#13a88a;background-color:#13a88a;justify-content:center;align-items:center;color:#fff;}ul.progress-list li .status.done:after{font-family:'Font Awesome 6 Pro';content:"";font-weight:900;}ul.progress-list li .list-step{padding-top:5px;}ul.progress-list.whats-next li:last-of-type:after{display:none;}ul.timeline li{background-color:#fff;}ul.timeline li .thumb{border:2px #10a789 solid;border-radius:10%;}ul.timeline li:after{content:"";display:block;background-color:#999;height:100%;position:absolute;bottom:-64px;left:31px;width:2px;}ul.timeline li:last-of-type:after{display:none;}ul.block{background-color:#fafafa;}button.loading,.loader.loading,.qq-upload-button.loading,.webcam.loading{color:transparent !important;position:relative;}button.loading:before,.loader.loading:before,.qq-upload-button.loading:before,.webcam.loading:before{content:"";width:24px;height:24px;position:absolute;background-image:url('../images/png/white-loader.png');background-position:center center;background-repeat:no-repeat;background-size:cover;top:50%;left:calc(50% - 24px);animation:rotating 2s linear infinite;}.loader,.no-messages{height:200px;text-align:center;display:flex;width:100%;justify-content:center;align-items:center;}.loader .fa-envelope,.no-messages .fa-envelope{font-size:2rem;}.loader.loading:before,.no-messages.loading:before{position:relative;top:unset;width:32px;height:32px;background-image:url('../images/png/grey-loader.png');}.loader.loading.d-block:before,.no-messages.loading.d-block:before{position:absolute;width:32px;height:32px;background-image:url('../images/png/grey-loader.png');top:50%;left:calc(50% - 32px);}@-webkit-keyframes rotating{from{-webkit-transform:translateY(-50%) translateX(50%) rotate(0deg);-o-transform:translateY(-50%) translateX(50%) rotate(0deg);transform:translateY(-50%) translateX(50%) rotate(0deg);}to{-webkit-transform:translateY(-50%) translateX(50%) rotate(360deg);-o-transform:translateY(-50%) translateX(50%) rotate(360deg);transform:translateY(-50%) translateX(50%) rotate(360deg);}}@keyframes rotating{from{-ms-transform:translateY(-50%) translateX(50%) rotate(0deg);-moz-transform:translateY(-50%) translateX(50%) rotate(0deg);-webkit-transform:translateY(-50%) translateX(50%) rotate(0deg);-o-transform:translateY(-50%) translateX(50%) rotate(0deg);transform:translateY(-50%) translateX(50%) rotate(0deg);}to{-ms-transform:translateY(-50%) translateX(50%) rotate(360deg);-moz-transform:translateY(-50%) translateX(50%) rotate(360deg);-webkit-transform:translateY(-50%) translateX(50%) rotate(360deg);-o-transform:translateY(-50%) translateX(50%) rotate(360deg);transform:translateY(-50%) translateX(50%) rotate(360deg);}}.sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:hsla(208,7%,48%,0);visibility:hidden;transition:background .3s,visibility .3s;z-index:20;}.sidebar-overlay.is-open{background:hsla(208,7%,48%,.5);visibility:visible;}.nav-icon{position:absolute;top:50%;right:16px;transform:translateY(-50%);display:block;width:2.25rem;height:2.25rem;line-height:2.25rem;cursor:pointer;font-size:26px;color:#000;}.account-panel{position:absolute;top:62px;transition:opacity ease-out .3s;opacity:1;width:100%;}.account-panel .btn{min-height:54px;white-space:nowrap;}.fullscreen .account-panel{top:0;}@media(max-width:880px){.videoCall .account-panel{top:0;}}.sidebar{position:fixed;top:0;right:0;bottom:0;width:314px;max-width:100%;background:#fff;overflow-y:auto;transform:translateX(100%);transition:transform .3s;}.sidebar.is-open{transform:translateX(0);}.sidebar .sidebar-header{background:#000;padding:20px 24px;color:#fff;position:relative;}.sidebar .sidebar-header .sidebar-close-btn{position:absolute;padding:10px;font-size:1rem;color:#fff;outline:none;border:0;background:transparent;cursor:pointer;top:12px;right:18px;line-height:1.15;margin:0;}.sidebar .sidebar-header .side-bar-my_pd{font-size:.875rem;text-transform:uppercase;letter-spacing:.56px;display:flex;align-items:center;}.sidebar .sidebar-header .date{font-size:.8rem;}.sidebar .sidebar-primary-nav{padding:12px 0 10px;border-bottom:1px solid #efefef;}.sidebar .sidebar-primary-nav ul{padding:0;margin:0;}.sidebar .sidebar-primary-nav ul li{display:block;margin:0;}.sidebar .sidebar-primary-nav ul li a{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;text-decoration:none;font-family:Gibson,"pd Helvetica","pd Arial";font-size:1.125rem;color:#000;transition:color .2s;outline:none;text-transform:none;font-weight:600;}.sidebar .sidebar-primary-nav ul li a:hover{color:#10a789;}.sidebar .sidebar-secondary-nav{padding:18px 0;}.sidebar .sidebar-secondary-nav ul{margin:0;padding:0;}.sidebar .sidebar-secondary-nav ul li{margin:0;display:block;padding:0;}.sidebar .sidebar-secondary-nav ul li a{display:block;padding:10px 24px;color:#333;font-size:1rem;text-decoration:none;transition:color .2s;outline:none;}.text-light-blue{color:#406cb0 !important;}.text-green{color:#10a789 !important;}.text-red{color:#f00 !important;}.text-orange{color:#f7931e !important;}.text-white{color:#fff !important;}.bg-red{background-color:#f00;}.bg-grey{background-color:#ecf0f1;}.bg-green{background-color:#10a789;}.hide{display:none !important;}@media(max-width:440px){.hide-xs{display:none !important;}}@media(min-width:576px){.hide-sm{display:none !important;}}@media(max-width:768px){.hide-mobile{display:none !important;}}@media(min-width:768px){.hide-md{display:none !important;}}@media(min-width:992px){.hide-lg{display:none !important;}}.text-center{text-align:center !important;}@media(min-width:992px){.text-left-lg{text-align:left !important;}}.min-1{min-height:24px;}.summary-product-heading{margin:0 0 10px;font-size:1rem;}.summary--transparent{background-color:transparent;margin:0;}.summary--transparent .summary-info{padding:0;margin:0;line-height:1.25rem;font-size:.875rem;}.summary--transparent li{display:flex;align-items:flex-start;}.summary--transparent li+li{padding-top:25px;}.summary--transparent h4{margin:0 0 10px;font-size:1rem;line-height:2.125rem;font-weight:600;}.summary--transparent .summary-info-thumb{display:flex;flex-shrink:0;width:99px;}.summary--transparent .summary-info-thumb img{height:64px;width:64px;}.summary-button{margin-top:50px;}@media(max-width:576px){.modal-full{min-width:100%;margin:0;}}@media(max-width:576px){.modal-full .modal-content{min-height:100vh;}}@media(max-width:768px){.br-hide-md-down br{display:none;}}.pd-steps-wrapper{display:flex;position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:500px;margin:0 -5px;}.pd-steps-wrapper .pd-step{height:1px;flex:1 1 0%;margin:0;background:#e0e0e0;}.pd-steps-wrapper .pd-step.complete{height:1px;flex:1 1 0%;margin:0;background:#10a789;}.btn{text-transform:lowercase;}.btn:first-letter {text-transform:capitalize;}@media(min-width:576px){.border-right-sm{border-right:1px solid #dee2e6 !important;}}.small-dr-images{text-align:center;margin-bottom:30px;}.small-dr-images img{margin:0 10px;width:60px;border-radius:100%;border:4px solid #fff;}.bg-dark-grey{background-color:#fafafa;}.help-link{cursor:pointer;color:#000;text-decoration:underline;text-decoration-thickness:2px;text-decoration-color:#9e9e9e;text-underline-offset:4px;}.start-subtitle{margin:16px 0 0;font-size:1.125rem;line-height:1.5rem;font-weight:400;}.start-steps{display:flex;justify-content:space-between;margin:0 auto 0;padding:0 25px;width:985px;max-width:100%;}@media(max-width:768px){.start-steps{flex-direction:column;justify-content:flex-start;}}.start-steps-item{width:280px;margin:0 15px;padding:30px 15px;display:flex;flex-direction:column;}.start-steps-item.pd-flat-bg-navy{background-color:#2c3e50;}.start-steps-item.pd-flat-bg-green{background-color:#029c7f;}.start-steps-item.pd-flat-bg-fuschia{background-color:#ea5463;}@media(max-width:768px){.start-steps-item{display:flex;flex-direction:row;margin:0 0 30px;width:100%;}}.start-steps .start-steps-item:last-child{margin-bottom:0;}.start-steps-thumb{display:flex;align-items:flex-start;justify-content:center;height:90px;}@media(max-width:768px){.start-steps-thumb{flex-shrink:0;justify-content:flex-start;width:92px;height:unset;}}.start-steps-thumb img{width:69px;}.start-steps-heading{margin:0 0 10px;font-size:1.25rem;font-weight:600;color:#fff;text-align:center;}@media(max-width:768px){.start-steps-heading{text-align:left;}}.start-steps-text{margin:0;line-height:1.5rem;font-size:1rem;color:#fff;text-align:center;}@media(max-width:768px){.start-steps-text{text-align:left;}}.start-tune{padding:32px 25px 150px;max-width:100%;margin:55px auto -120px;background-color:#fafafa;text-align:center;}@media(max-width:768px){.start-tune{padding-bottom:125px;margin-bottom:-125px;}}.start-tune-thumb{padding-bottom:25px;}.start-tune-thumb img{width:64px;margin:0 auto;}.start-tune-heading,.start-tune-text{margin:0 auto;max-width:505px;}@media(max-width:768px){.start-tune-heading,.start-tune-text{max-width:300px;}}.start-tune-heading{margin-bottom:12px;line-height:1.875rem;font-size:1.25rem;font-weight:600;color:#000;}.start-tune-text{line-height:1.5rem;font-size:1rem;}.start-button{position:fixed;bottom:35px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:500px;}@media(max-width:768px){.start-button{right:25px;bottom:20px;left:25px;-webkit-transform:none;transform:none;width:calc(100% - 50px);}}.treatment_plans-doctors_thumb{margin:0 auto 30px;width:61px;}.treatment_plans-intro{margin:0 0 30px;}.treatment_plans-offers-heading{margin:0 0 10px;}.treatment_plans-offers-thumb{margin:0 0 10px;width:20px;}.treatment_plans-offers-intro{margin:0 0 45px;}@media(max-width:768px){.treatment_plans-content{padding:0 15px;}}.product{display:flex;align-items:flex-start;justify-content:space-between;margin:0;border-bottom:1px solid #e0e0e0;padding:25px 0 20px 15px;}.product-list{margin:0;border-top:1px solid #e0e0e0;padding:0;}.product-main{flex:1;flex-shrink:0;width:135px;}.product-heading{margin:0 0 10px;}.product-description{margin:0 0 10px;}.product-header-image{margin:0 0 20px;}.product-subheading{margin:0 0 3px;color:#727b83;font-size:.875rem;font-weight:300;}.product-price{margin:0;}.product-button{margin:10px 0 0;outline:none;border:0;background:transparent;cursor:pointer;padding:10px 0;text-transform:uppercase;letter-spacing:2px;color:#1f2624;font-size:.875rem;font-weight:400;}.product-thumb{width:196px;max-width:50%;}.security_icons{margin-top:23px;text-align:center;text-transform:uppercase;letter-spacing:.6px;color:#8c939a;font-size:.75rem;}.faux-btn{background:transparent;background-color:transparent;border:none;}.payfield-container{display:inline-block;position:relative;overflow:hidden;width:100% !important;}.payfield-input{display:block;margin:0;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:48px;box-sizing:border-box;transition:.3s linear text-indent;}.payfield-icon{width:32px;height:16px;position:absolute;top:8px;left:8px;background-image:url('../images/paymenticons/credit.png');background-size:cover;}.additional-credit-card-fields{position:absolute;top:10px;left:0;padding:0;margin:0;opacity:0;visibility:hidden;transition:.3s linear left,.01s linear opacity,.01s linear visibility;-webkit-transition:.3s linear left,.01s linear opacity,.01s linear visibility;-moz-transition:.3s linear left,.01s linear opacity,.01s linear visibility;-ms-transition:.3s linear left,.01s linear opacity,.01s linear visibility;}.additional-credit-card-fields.visible{opacity:1;visibility:visible;}.additional-credit-card-fields input{outline:none;outline:-webkit-focus-ring-color auto 0;-apple-appearance:none;-webkit-appearance:none;-moz-appearance:none;-khtml-appearance:none;appearance:none;display:block;float:left;padding:0;margin:0;border:none;background:none;}.type-amex{background-image:url('../images/paymenticons/amex.png');}.type-credit{background-image:url('../images/paymenticons/credit.png');}.type-dankort{background-image:url('../images/paymenticons/dankort.png');}.type-diners{background-image:url('../images/paymenticons/diners.png');}.type-discover{background-image:url('../images/paymenticons/discover.png');}.type-forbru{background-image:url('../images/paymenticons/forbru.png');}.type-google{background-image:url('../images/paymenticons/google.png');}.type-jcb{background-image:url('../images/paymenticons/jcb.png');}.type-laser{background-image:url('../images/paymenticons/laser.png');}.type-maestro{background-image:url('../images/paymenticons/maestro.png');}.type-mastercard{background-image:url('../images/paymenticons/mastercard.png');}.type-money{background-image:url('../images/paymenticons/money.png');}.type-paypal{background-image:url('../images/paymenticons/paypal.png');}.type-shopify{background-image:url('../images/paymenticons/shopify.png');}.type-solo{background-image:url('../images/paymenticons/solo.png');}.type-visa{background-image:url('../images/paymenticons/visa.png');}a.patient-login{display:block;font-size:14px;height:42px;line-height:42px;padding-left:16px;padding-right:16px;}.form-control{border-color:#9c9ca3;}.form-control.joined-right{border-top-right-radius:0;border-bottom-right-radius:0;}.btn.btn-outline-secondary{border-color:#9c9ca3;}.toggle-buttons{margin:0 0 1rem;box-sizing:border-box;font-size:0;display:flex;flex-flow:row nowrap;justify-content:flex-start;align-items:stretch;}.toggle-buttons input{width:0;height:0;}.toggle-buttons input+label{margin:0;min-height:54px;box-sizing:border-box;position:relative;display:inline-block;font-size:.9375rem;line-height:1.75rem;font-family:Gibson,"pd Helvetica","pd Arial";text-align:center;transition:border-color .15s ease-out,color .25s ease-out,background-color .15s ease-out .15s ease-out;flex:0 0 50%;display:flex;justify-content:center;align-items:center;background-color:#fff;color:#000;border:solid 2px #000;cursor:pointer;}.toggle-buttons input+label:first-of-type{border-radius:10px 0 0 10px;border-right:none;}.toggle-buttons input+label:last-of-type{border-radius:0 10px 10px 0;border-left:none;}.toggle-buttons input:checked+label.otp{background-color:#0d856e;color:#fff;border-color:#0d856e;z-index:1;}.toggle-buttons input:checked+label{background-color:#915ede;color:#fff;border-color:#915ede;z-index:1;}button.joined-left{box-shadow:none;height:50px !important;min-height:50px !important;border-top-left-radius:0;border-bottom-left-radius:0;}button.joined-right{box-shadow:none;height:50px !important;min-height:50px !important;border-top-right-radius:0;border-bottom-right-radius:0;}.login-basket{background-color:#f8f8f8;color:#7e7e7e;display:flex;margin:0 0 15px;padding:11px 18px;}.login-basket i{width:28px;height:16px;margin-top:3px;}.login-basket p{line-height:24px;font-size:16px;font-weight:400;margin:0;text-transform:lowercase;}.login-basket p:first-letter {text-transform:uppercase;}#goole-pay-button{text-align:center;}#goole-pay-button button{width:100%;height:50px;padding:12px;}.Divider{padding-top:16px;padding-bottom:32px;}.Divider hr{width:100%;height:1px;border:none;background-color:hsla(0,0%,10%,.1);}.Divider .Divider-Text{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);padding:0 8px;white-space:nowrap;transform:translateY(-119%) translateX(-50%);background-color:#fafafa;}.sale-price{color:#f00;}.sale-price strong{color:#f00;}.offers{background-color:#18bc9c;display:block;margin:10px 0 0;padding:5px;font-weight:bold;border-radius:4px;color:#fff;justify-content:flex-start !important;}.offers .offers-icon{margin-right:5px;}.offers__grey{background-color:#f5f5f5;color:#000;}.offers__purple{background-color:#915ede;color:#fff;}.offers__purple.offers__account{text-decoration:none;padding:10px 16px;min-height:54px;display:inline-flex;align-items:center;border-radius:10px;font-family:Gibson,"pd Helvetica","pd Arial";font-weight:400;}.offers__purple.offers__account:hover{color:#fff;}.offers__warning{color:#000;background-color:#eb9316;}.offers.dose-info{margin:10px 0 0;padding:5px;border-top:unset;}.offers.dose-info .dose-info-icon{width:unset;margin-right:7px;}.treatment-button .price.sale-price strong{color:#f00;}.treatment-button .price strong.normally-price{color:#000;text-decoration:line-through;}.normally-price{color:#000;text-decoration:line-through;}.upsell-item{display:block;position:relative;width:100%;text-align:left;padding:0;background:#fff;border-radius:7px;}.upsell-item h3{margin-right:20px;}.upsell-item h4{color:#727b83;font-size:.875rem;font-weight:300;margin:0;}.upsell-item .description{margin-left:20px;flex-grow:1;}.upsell-item .inner{padding:24px 16px;}.step-layout-page{flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;}.my-footer{display:none;position:relative;justify-content:center;margin-bottom:30px;width:100%;max-width:100%;margin:30px auto 0;padding:30px 20px;background-color:#ffff;}.step-layout-page .my-footer{display:none;}@media(max-width:768px){.my-footer{margin:15px auto 0;padding:10px 15px;}.my-footer img{height:30px;}}.account-panel .my-footer{border-top:none;}.has-floating-start-button .my-footer{padding-bottom:120px;}.my-footer .footer-inner{display:flex;justify-content:space-between;max-width:642px;width:100%;align-items:center;}@media(max-width:768px){.my-footer .footer-inner{justify-content:center;}}@media(max-width:320px){.my-footer .footer-inner{flex-direction:column;align-items:center;}.my-footer .footer-inner div{margin-bottom:20px;}}.has-side-info .my-footer{visibility:hidden;}.fullscreen .my-footer{display:none;}@media(max-width:880px){.videoCall .my-footer{display:none;}}.bmi-question .flex-basis-100{flex-basis:100% !important;}.bmi-question .d-flex{display:flex;}.bmi-question .justify-content-between{justify-content:space-between !important;}.bmi-question .margin--left__20{margin-left:20px;}.bmi-question a{color:#000;}.bmi-question label:not(.fr){font-weight:bold;}.bmi-question .form-control.invalid{border-color:#f7931e;color:#f7931e;}.feature-html{background-color:#fafafa;padding:10px;font-size:14px;margin-right:10px;margin-top:10px;margin-bottom:10px;margin-left:0;}.photo-wrapper{position:relative;padding-top:15px;}.photo-wrapper img{width:100%;max-width:100%;border-radius:5px;margin-bottom:10px;}.photo-wrapper .remove-cta{position:absolute;background:rgba(255,255,255,.75);box-shadow:1px 1px 1px rgba(0,0,0,.5);border-radius:100%;width:24px;height:24px;right:5px;display:flex;top:20px;align-items:center;color:#000;border:unset;outline:none;}#treatmentPlan #videoPanel{position:relative;padding-bottom:56.25%;height:0;}#treatmentPlan #videoPanel iframe{position:absolute;top:0;left:0;width:100%;height:100%;}.calendly-modal{padding:0 !important;}.calendly-modal .hide{display:none;}.calendly-modal.bd-example-modal-lg{height:100%;width:100%;}.calendly-modal.bd-example-modal-lg .modal-content,.calendly-modal.bd-example-modal-lg .calendly-inline-widget{height:100%;width:100%;}.calendly-modal .modal-dialog{margin:0 auto;padding:5px;width:100%;max-width:510px;height:100%;display:flex;font-size:0;}@media only screen and (max-width:500px){.calendly-modal .modal-dialog{max-width:100%;}}.calendly-modal .modal-content{height:100%;max-height:888px;}@media only screen and (max-width:500px){.calendly-modal .modal-content{max-height:100%;}}.calendly-modal .modal-close{position:absolute;top:17px;right:27px;display:inline-block;z-index:1;height:43px;width:43px;}@media only screen and (max-width:500px){.calendly-modal .modal-close{right:17px;}}.calendly-modal .modal-close button{color:#ffae53;height:43px;width:43px;outline:none;font-size:24px;border:1px solid rgba(102,112,117,.1);border-radius:50%;}.calendly-modal .modal-close button:hover{background-color:rgba(255,174,83,.15);}.calendly-modal .modal-close .close{opacity:1;}.round-top-5{border-top-left-radius:5px;border-top-right-radius:5px;}.start-icon{width:54px;height:54px;display:inline-block;}.cursor-pointer{cursor:pointer;}.text-transform-none{text-transform:none;}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}input[type=number]{-moz-appearance:textfield;}.img-wrapper{margin-top:2rem;}.img-wrapper.tp-image img{border-radius:10px;max-width:100%;}.account-login{position:absolute;top:50%;right:0;transform:translateY(-50%);}.nav-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;height:32px;width:32px;margin-right:1em;}.nav-icon-wrapper img{width:32px;height:32px;}.green-delivery{font-size:11px;color:#3f6203;}.green-delivery img{margin-right:7px;}.login-height{min-height:calc(100% - 62px);}.p-0{padding:0;}flex-column{flex-direction:column;}.prescription .dose{cursor:default;}.prescription .dose:focus{outline:none;}.prescription .dose:before{display:none;}.prescription .dose .inner{padding-left:0;}.flex-basis-100{flex-basis:100% !important;}.space-between{justify-content:space-between;}.dr-benefits{background-color:#fafafa;border-radius:2px;padding:0 16px 24px 16px;display:flex;}.dr-benefits img{border-radius:100%;margin-right:16px;height:80px;}.ls-img{width:100%;height:auto;border-top-left-radius:2px;border-top-right-radius:2px;}.full-height-fix{display:flex;flex-grow:1;flex-direction:column;}.switch{position:relative;display:inline-block;width:60px;height:34px;}.switch input{opacity:0;width:0;height:0;}.sub-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s;}.sub-slider:before{position:absolute;font-family:'Font Awesome 6 Pro';font-style:normal;display:flex;align-items:center;justify-content:center;font-weight:700;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff;-webkit-transition:.4s;transition:.4s;}input:checked+.sub-slider{background-color:#1ece96;}input:checked+.sub-slider:before{content:"";}input:focus+.sub-slider{box-shadow:0 0 1px #1ece96;}input:checked+.sub-slider:before{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translateX(26px);}.sub-slider.round{border-radius:34px;}.sub-slider.round:before{border-radius:50%;}.subscription-img{height:115px;width:auto;}.subscription-modal h1{line-height:1.75rem;font-size:1.375rem;font-weight:600;margin-bottom:20px;}.cursor-default{cursor:default !important;}.normal{font-style:normal;}.dropdown-menu{padding:0;}.dropdown-menu .dropdown-item{padding:10px 0;height:40px;display:flex;align-items:center;justify-content:center;border-radius:.25rem;}.dropdown-menu .dropdown-item:hover{background-color:#000;color:#fff;}i.large{font-size:22px;line-height:22px;}.test-results .card-body{border-bottom:1px solid rgba(0,0,0,.1);}.test-results .card-body:last-of-type{border-bottom:none;}.how-it-works{display:flex;justify-content:center;flex-direction:column;padding:24px 16px;align-items:center;}.how-it-works .icon{width:50px;height:50px;margin-bottom:10px;}.how-it-works h3{font-size:18px;margin-bottom:2px;text-align:center;}.how-it-works p{text-align:center;}.patient-portal{background-color:#fff;padding:20px 0 0;margin:24px 0 0;text-align:center;overflow-x:hidden;}.patient-portal h2{font-size:22px;}.patient-portal ul{margin:unset;padding:unset;overflow-x:auto;display:flex;overflow-x:hidden;}.patient-portal ul li{margin-right:10px;display:flex;padding-bottom:unset;}.patient-portal ul li:first-of-type{margin-left:10px;}.patient-portal ul li img{height:350px;}.patient-portal.treatment-plan{width:100%;max-width:100%;margin:0 0 40px 0;}.patient-portal.treatment-plan ul{overflow-x:auto;}.pp-text{background-color:#eaeaea;padding:20px 20px;text-align:center;display:flex;flex-direction:column;}.pp-text .app-link{margin-bottom:10px;}.pp-text .app-link img{height:65px;}@media(max-width:520px) and (max-width:520px){.patient-portal{margin:20px -20px 0;}}@media(max-width:520px) and (max-width:520px){.pp-text{margin:0 -20px;}}.comp-care{padding:20px 20px;}.my-dose{margin-left:8px;display:inline-flex;align-items:flex-start;max-height:16px;}.my-dose.complete{color:#848484;}.my-dose.complete:before{content:"";display:block;width:20px;height:14px;background-image:url(/Content/images/dosage/wegovy/check.svg);background-position:center center;background-size:contain;margin-right:4px;background-repeat:no-repeat;}.my-dose.step-up{color:#1ece96;}.my-dose.current{color:#ffae53;}.bg-grey-vlight{background-color:#fafafa;}.dr-box{color:#000;}.dr-box h1{color:#000;}.dr-box img{border-radius:100%;width:97px;height:97px;border:4px solid #fff;}.dr-box h2{font-size:1rem;}.dr-box span{font-size:.875rem;}.dr-box.treatments img{width:60px;height:60px;}.dr-box.treatments h2{line-height:1;}.animated-text{position:relative;}.anim-item{display:none;width:100%;text-align:center;}.cqc-img{border-radius:8px;}#StepPanels.f_wl{background-color:#fcdda1;}#StepPanels.f_wl .login.border-right{border-color:#000 !important;}#StepPanels.f_wl .dose,#StepPanels.f_wl .treatment-button,#StepPanels.f_wl .addon-button,#StepPanels.f_wl .recommended-product,#StepPanels.f_wl .question .question-answer button{box-shadow:none;}#StepPanels.f_wl .checkbox-label:before{border-color:#000;}#StepPanels.f_wl .checkbox-input:checked+.checkbox-label:before{border-color:#000;background:#000;}#StepPanels.f_wl .btn.btn-outline-secondary{border-color:#000;color:#000;background-color:#fff;}#StepPanels.f_wl .btn.btn-outline-secondary:hover,#StepPanels.f_wl .btn.btn-outline-secondary .btn-selected{background-color:#000;color:#fff;}#StepPanels.f_wl .btn.btn-selected{background-color:#000;}#StepPanels.f_wl .btn.btn-selected:hover{background-color:#000;}#StepPanels.f_wl .btn.btn-selected:not(:disabled):not(.disabled):active,#StepPanels.f_wl .btn.btn-selected:not(:disabled):not(.disabled).active,#StepPanels.f_wl .show>.btn.btn-selected.dropdown-toggle{background-color:#000;border-color:#000;box-shadow:0 0 0 .2rem rgba(0,0,0,.5);}#StepPanels.f_wl .btn.btn-selected:focus,#StepPanels.f_wl .btn.btn-selected.focus,#StepPanels.f_wl .btn-outline-secondary:focus,#StepPanels.f_wl .btn-outline-secondary.focus,#StepPanels.f_wl .form-control:focus{box-shadow:0 0 0 .2rem #000;}#StepPanels.f_wl .security_icons-item{color:#000;}#StepPanels.f_wl .question .question-answer .question-answer-list.question-answer-list-radio button:before,#StepPanels.f_wl .question .question-answer .question-answer-list.question-answer-list-radio button.checked:before,#StepPanels.f_wl .form-control:focus,#StepPanels.f_wl .question .question-answer .question-answer-list.question-answer-list-checkboxes button:before,#StepPanels.f_wl .question .question-answer .question-answer-list.question-answer-list-checkboxes button.checked:before,#StepPanels.f_wl .question .question-answer .question-answer-list button:before{border-color:#000;}#StepPanels.f_wl .question .question-answer .question-answer-list.question-answer-list-radio button.checked:after,#StepPanels.f_wl .question .question-answer .question-answer-list.question-answer-list-checkboxes button:after,#StepPanels.f_wl .question .question-answer .question-answer-list button:after{background:#000;}#StepPanels.f_wl .question .question-header{color:#000;}#StepPanels.f_wl a:not(.btn),#StepPanels.f_wl .help-link{text-decoration-color:#000;color:#000;}#StepPanels.f_wl .treatment-button h3,#StepPanels.f_wl .treatment-button .price{color:#000;}#StepPanels.f_wl .treatment-button>div::before{border-color:#000;}#StepPanels.f_wl .treatment-button>div::after{background:#000;}#StepPanels.f_wl .dose:before,#StepPanels.f_wl .addon-button:before,#StepPanels.f_wl .recommended-product:before{border-color:#000;}#StepPanels.f_wl .dose:after{background:#000;}#StepPanels.f_wl .addon-button.active:before,#StepPanels.f_wl .recommended-product.active:before{border-color:#000;background:#000;}#StepPanels.f_wl .offers__warning{color:#fff;background-color:#000;}#StepPanels.f_wl .question .help-icon{color:#000;}#StepPanels.f_mot{background-color:#d3dad1;}#StepPanels.f_sc{background-color:#f8d0d0;}.modal .question-answer button{box-shadow:0 2px 8px rgba(0,0,0,.17) !important;}.login{background-color:transparent;color:#333;}.invalid-feedback{color:#dc3545;}.form-control.is-invalid{border-color:#dc3545;}.form-control.is-invalid:focus{border-color:#dc3545;}.account-panel .card-body{color:#000;}.account-panel .card-body h4{color:#10a789;font-weight:600;}.account-panel .app-download h4{color:#000;}.carousel-wrapper{width:100%;max-width:100%;overflow-x:auto;scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none;}.carousel-wrapper::-webkit-scrollbar{display:none;}.carousel-wrapper .carousel-items{display:grid;grid-auto-columns:100%;grid-auto-flow:column;align-items:center;}.carousel-wrapper .btn-wrapper{scroll-snap-align:center;padding:0 20px;}.carousel-wrapper .btn-wrapper .treatment-button{margin:10px 0;}.carousel-wrapper.dose-selector .treatment-button img{height:300px;margin:0 40px 16px 0;}.carousel-wrapper.dose-selector .treatment-button .text{margin-right:40px;text-align:center;}.carousel-btns{gap:20px;}.carousel-btns button{border-radius:100%;aspect-ratio:1;}.carousel-btns button i{font-style:normal;}.px-20{padding-left:20px;padding-right:20px;}.p-20{padding:20px;}.step{background-color:#fff;display:flex;padding:20px 15px;margin-top:10px;}.step h3{margin-top:2px;}.step img{height:24px;width:24px;}.step.right{border-top-left-radius:2px;border-bottom-left-radius:2px;}.step.right img{margin-right:15px;}.step.left{border-top-right-radius:2px;border-bottom-right-radius:2px;padding-left:40px;}.step.left img{margin-left:15px;height:24px;width:24px;}.input-filter{position:absolute;margin:0 16px;}.icon-input{padding-left:40px;}.maintenence-list{list-style:none;counter-reset:item;}.maintenence-list li{counter-increment:item;margin-bottom:5px;}.maintenence-list li:before{margin-right:10px;content:counter(item);background:#000;border-radius:100%;color:#fff;width:24px;height:24px;font-size:14px;font-weight:bold;justify-content:center;align-items:center;display:inline-flex;margin-left:-34px;}.block-maintenance{background:#fff;padding:32px;}.img-border{border:4px solid rgba(0,0,0,.125);}.img-r-corners{border-radius:10px;}.uploaded-img{aspect-ratio:.75;display:flex;align-items:center;justify-content:center;position:relative;}.uploaded-img .loader-wrapper{position:absolute;transform:translate(-50%,50%);}.uploaded-img .loader-wrapper .loading-spinner{display:inline-flex;width:34px;height:34px;background-image:url(../images/png/green-loader.png);background-position:center center;background-size:cover;animation:rotating 2s linear infinite;}button.wv-btn{position:absolute;top:9px;left:24px;display:inline-flex;width:32px;height:32px;min-height:32px;min-width:32px;background-color:#000;color:#fff;font-weight:900;border:none;border-radius:100%;justify-content:center;align-items:center;font-size:21px;z-index:2;aspect-ratio:1;}.plan-entry .icon-wrapper{display:inline-flex;align-items:center;justify-content:center;background-color:#000;color:#fff;border-radius:100%;width:36px;height:36px;margin-right:8px;}.plan-entry .plan-title h3{margin-bottom:0;}.plan-entry .plan-entry-content{margin-left:44px;}