@charset "UTF-8";.col-start-1{grid-column-start:1}.col-start-10{grid-column-start:10}.col-start-11{grid-column-start:11}.col-start-12{grid-column-start:12}.col-start-13{grid-column-start:13}.col-start-2{grid-column-start:2}.col-start-3{grid-column-start:3}.col-start-4{grid-column-start:4}.col-start-5{grid-column-start:5}.col-start-6{grid-column-start:6}.col-start-7{grid-column-start:7}.col-start-8{grid-column-start:8}.col-start-9{grid-column-start:9}.col-start-auto{grid-column-start:auto}.col-end-1{grid-column-end:1}.col-end-10{grid-column-end:10}.col-end-11{grid-column-end:11}.col-end-12{grid-column-end:12}.col-end-13{grid-column-end:13}.col-end-2{grid-column-end:2}.col-end-3{grid-column-end:3}.col-end-4{grid-column-end:4}.col-end-5{grid-column-end:5}.col-end-6{grid-column-end:6}.col-end-7{grid-column-end:7}.col-end-8{grid-column-end:8}.col-end-9{grid-column-end:9}.col-end-auto{grid-column-end:auto}.row-auto{grid-row:auto}.row-start-1{grid-row-start:1}.row-start-10{grid-row-start:10}.row-start-11{grid-row-start:11}.row-start-12{grid-row-start:12}.row-start-13{grid-row-start:13}.row-start-2{grid-row-start:2}.row-start-3{grid-row-start:3}.row-start-4{grid-row-start:4}.row-start-5{grid-row-start:5}.row-start-6{grid-row-start:6}.row-start-7{grid-row-start:7}.row-start-8{grid-row-start:8}.row-start-9{grid-row-start:9}.row-start-auto{grid-row-start:auto}.row-end-1{grid-row-end:1}.row-end-10{grid-row-end:10}.row-end-11{grid-row-end:11}.row-end-12{grid-row-end:12}.row-end-13{grid-row-end:13}.row-end-2{grid-row-end:2}.row-end-3{grid-row-end:3}.row-end-4{grid-row-end:4}.row-end-5{grid-row-end:5}.row-end-6{grid-row-end:6}.row-end-7{grid-row-end:7}.row-end-8{grid-row-end:8}.row-end-9{grid-row-end:9}.row-end-auto{grid-row-end:auto}.flex{display:flex}.grid{display:grid}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-initial{flex:0 1 auto}.flex-none{flex:none}.flex-shrink,.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.grow-0{flex-grow:0}.basis-0{flex-basis:0px}.basis-1{flex-basis:.25rem}.basis-10{flex-basis:2.5rem}.basis-11{flex-basis:2.75rem}.basis-12{flex-basis:3rem}.basis-14{flex-basis:3.5rem}.basis-16{flex-basis:4rem}.basis-2{flex-basis:.5rem}.basis-20{flex-basis:5rem}.basis-24{flex-basis:6rem}.basis-28{flex-basis:7rem}.basis-3{flex-basis:.75rem}.basis-32{flex-basis:8rem}.basis-36{flex-basis:9rem}.basis-4{flex-basis:1rem}.basis-40{flex-basis:10rem}.basis-44{flex-basis:11rem}.basis-48{flex-basis:12rem}.basis-5{flex-basis:1.25rem}.basis-52{flex-basis:13rem}.basis-56{flex-basis:14rem}.basis-6{flex-basis:1.5rem}.basis-60{flex-basis:15rem}.basis-64{flex-basis:16rem}.basis-7{flex-basis:1.75rem}.basis-72{flex-basis:18rem}.basis-8{flex-basis:2rem}.basis-80{flex-basis:20rem}.basis-9{flex-basis:2.25rem}.basis-96{flex-basis:24rem}.basis-auto{flex-basis:auto}.basis-full{flex-basis:100%}.basis-px{flex-basis:1px}.auto-cols-auto{grid-auto-columns:auto}.auto-cols-fr{grid-auto-columns:minmax(0,1fr)}.auto-cols-max{grid-auto-columns:max-content}.auto-cols-min{grid-auto-columns:min-content}.grid-flow-row{grid-auto-flow:row}.grid-flow-col{grid-auto-flow:column}.grid-flow-dense{grid-auto-flow:dense}.grid-flow-row-dense{grid-auto-flow:row dense}.grid-flow-col-dense{grid-auto-flow:column dense}.auto-rows-auto{grid-auto-rows:auto}.auto-rows-fr{grid-auto-rows:minmax(0,1fr)}.auto-rows-max{grid-auto-rows:max-content}.auto-rows-min{grid-auto-rows:min-content}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.grid-cols-11{grid-template-columns:repeat(11,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.grid-cols-none{grid-template-columns:none}.grid-cols-subgrid{grid-template-columns:subgrid}.grid-rows-1{grid-template-rows:repeat(1,minmax(0,1fr))}.grid-rows-10{grid-template-rows:repeat(10,minmax(0,1fr))}.grid-rows-11{grid-template-rows:repeat(11,minmax(0,1fr))}.grid-rows-12{grid-template-rows:repeat(12,minmax(0,1fr))}.grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}.grid-rows-4{grid-template-rows:repeat(4,minmax(0,1fr))}.grid-rows-5{grid-template-rows:repeat(5,minmax(0,1fr))}.grid-rows-6{grid-template-rows:repeat(6,minmax(0,1fr))}.grid-rows-7{grid-template-rows:repeat(7,minmax(0,1fr))}.grid-rows-8{grid-template-rows:repeat(8,minmax(0,1fr))}.grid-rows-9{grid-template-rows:repeat(9,minmax(0,1fr))}.grid-rows-none{grid-template-rows:none}.grid-rows-subgrid{grid-template-rows:subgrid}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.place-content-center{place-content:center}.place-content-start{place-content:start}.place-content-end{place-content:end}.place-content-between{place-content:space-between}.place-content-around{place-content:space-around}.place-content-evenly{place-content:space-evenly}.place-content-baseline{place-content:baseline}.place-content-stretch{place-content:stretch}.place-items-start{place-items:start}.place-items-end{place-items:end}.place-items-center{place-items:center}.place-items-baseline{place-items:baseline}.place-items-stretch{place-items:stretch}.content-normal{align-content:normal}.content-center{align-content:center}.content-start{align-content:flex-start}.content-end{align-content:flex-end}.content-between{align-content:space-between}.content-around{align-content:space-around}.content-evenly{align-content:space-evenly}.content-baseline{align-content:baseline}.content-stretch{align-content:stretch}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-normal{justify-content:normal}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.justify-stretch{justify-content:stretch}.gap-0{gap:0px}.gap-1{gap:.25rem}.gap-10{gap:2.5rem}.gap-11{gap:2.75rem}.gap-12{gap:3rem}.gap-14{gap:3.5rem}.gap-16{gap:4rem}.gap-2{gap:.5rem}.gap-20{gap:5rem}.gap-24{gap:6rem}.gap-28{gap:7rem}.gap-3{gap:.75rem}.gap-32{gap:8rem}.gap-36{gap:9rem}.gap-4{gap:1rem}.gap-40{gap:10rem}.gap-44{gap:11rem}.gap-48{gap:12rem}.gap-5{gap:1.25rem}.gap-52{gap:13rem}.gap-56{gap:14rem}.gap-6{gap:1.5rem}.gap-60{gap:15rem}.gap-64{gap:16rem}.gap-7{gap:1.75rem}.gap-72{gap:18rem}.gap-8{gap:2rem}.gap-80{gap:20rem}.gap-9{gap:2.25rem}.gap-96{gap:24rem}.gap-px{gap:1px}.place-self-auto{place-self:auto}.place-self-start{place-self:start}.place-self-end{place-self:end}.place-self-center{place-self:center}.place-self-stretch{place-self:stretch}.self-auto{align-self:auto}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.self-stretch{align-self:stretch}.self-baseline{align-self:baseline}.content-none{content:none}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-clip{overflow:clip}.overflow-visible{overflow:visible}.overflow-scroll{overflow:scroll}.overflow-ellipsis{text-overflow:ellipsis}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}html{overflow-y:auto!important;font-size:14px!important}body{background:hsl(220,14%,96%)!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important}hr:not(.v-divider){border-top:1px dashed #d1d5db;border-bottom:0;margin:10px 0}hr:not(.v-divider).solid{border-top:1px solid #d1d5db}img{height:auto;max-width:100%}.v-list-item--variant-text .v-list-item__overlay{background:#374151!important}.row{margin:0!important}.main-nav{z-index:100}.v-toolbar__items{align-items:center}.v-application{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important}.v-application a{color:#312e74}.v-application.theme--light{background:#e5e7eb!important}.theme--light.v-table,.v-datatable__actions{border-bottom-left-radius:4px!important;border-bottom-right-radius:4px!important;color:#374151!important}table.v-table{border-radius:5px!important}table.v-table thead th{color:#374151!important;letter-spacing:.5px;text-transform:uppercase!important}table.v-table thead th:hover{color:#1f2937!important}.v-application--wrap{overflow:hidden}.main-content{max-width:2750px!important;margin:0 auto}.main-content .row{margin-top:0;margin-bottom:0}.input-tooltip{margin-top:-60px!important;max-width:500px}.v-window{background:transparent!important}.v-data-table-header{text-transform:uppercase}.v-data-table-header th{font-size:.85rem}.v-chip .v-chip__content .v-avatar{margin-right:5px!important;margin-left:-12px!important}.v-alert{font-size:14px!important}.v-alert .v-alert__wrapper .v-alert__icon{align-self:center}.v-btn--icon .v-icon{font-size:18px!important}.v-btn{margin:6px 8px}form{width:100%}@keyframes genesys-app-fade{0%{opacity:0}to{opacity:1}}#genesys-app[v-cloak]{display:none}#genesys-app:not([v-cloak]){animation:genesys-app-fade .5s;animation-iteration-count:1}.no-wrap{white-space:nowrap!important}.tox-notification.tox-notification--in.tox-notification--warning{display:none}.page-header,.page-header-external{position:relative;background-size:100% auto;background-size:cover}@media (max-width: 768px){.page-header .main-content,.page-header-external .main-content{padding:10px!important}}.page-header h1,.page-header-external h1{font-size:32px;font-weight:400;text-transform:uppercase}.page-header h2,.page-header-external h2{font-size:26px;font-weight:400;text-transform:uppercase}.page-header h4,.page-header-external h4{font-size:20px;font-weight:400;text-transform:uppercase}.page-header .no-caps h1,.page-header .no-caps h2,.page-header .no-caps h4,.page-header-external .no-caps h1,.page-header-external .no-caps h2,.page-header-external .no-caps h4{text-transform:unset!important}.page-header.external,.page-header-external.external{background:none!important;padding:20px 0 0!important;margin:0!important}.page-header.external h1,.page-header.external h2,.page-header.external h4,.page-header-external.external h1,.page-header-external.external h2,.page-header-external.external h4{color:#1f2937!important}.page-header{background:url(/img/particle.png) top center no-repeat fixed,linear-gradient(150deg,rgb(41.287037037,38.7592592593,97.7407407407) 10%,rgb(36.004587156,130.995412844,96.5229357798) 100%)!important;padding:80px 0 30px;margin:-70px -70px 20px 0}.page-header h1,.page-header h2,.page-header h4{color:#fff}.page-header-external{padding:0;border-bottom:5px solid #CCCCCC}.page-header-external h1,.page-header-external h2,.page-header-external h4{color:#030712}.page-header-external .logo{width:128px;height:64px;background-size:contain;background-repeat:no-repeat;background-position:50% 50%}.page-header-external.no-border{border:0!important}#app-footer{background:url(/img/particle-dark.png) top center no-repeat!important;padding:40px 0!important;margin-top:15px}#app-footer .main-content{padding-top:0!important;padding-bottom:0!important}#app-footer .main-content p{color:#374151;font-size:12px;margin:0}#app-footer .main-content .footer-link{cursor:pointer;margin:0 10px}#app-footer .main-content .footer-link a{color:#374151;cursor:pointer;display:inline-block;font-size:12px;text-decoration:none}#app-footer .main-content .footer-link a:hover,#app-footer .main-content .footer-link a:active{color:#111827;text-decoration:underline}@media (min-width: 768px){#app-footer .main-content .footer-link:first-child{margin-left:0}}.fade-enter-active,.fade-leave-active{transition:opacity .3s}.fade-enter,.fade-leave-to{opacity:0}.float-left{float:left!important}.float-right{float:right!important}.theme--light.v-navigation-drawer .v-divider,.theme--light.v-table thead tr:first-child{border-color:#d1d5db!important}.theme--light.v-table tbody tr:hover:not(.v-datatable__expand-row){background:#f3f4f6!important}.theme--light.v-table tbody:not(:last-child){border-color:#d1d5db!important}.map-card{min-height:150px}@media (max-width: 768px){.map-card{min-height:275px}}.map-card iframe{border:0px;width:calc(100% - 32px);position:absolute;bottom:0;top:54px;height:calc(100% - 70px);left:16px;right:16px}.v-application .v-carousel .v-icon{font-size:48px!important}.text-decoration-none{text-decoration:none!important}.row+.row{margin-top:0!important}table .v-progress-linear{position:absolute;left:0}.v-card-title{white-space:normal!important}.left-bar-content{position:absolute;top:0;left:0;right:0;bottom:163px;overflow-y:auto}.background-overlay:hover{background-color:#fff3}.phpdebugbar *{font-size:inherit!important}.elevation-0,.elevation-0 .v-expansion-panel__shadow{box-shadow:none!important}.v-btn--icon.v-btn--density-default{width:calc(var(--v-btn-height) + 11px)}.fa,.fas,.far,.fal,.fad,.fab{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.3333333333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:solid .08em #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fas.fa-pull-left,.far.fa-pull-left,.fal.fa-pull-left,.fab.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fas.fa-pull-right,.far.fa-pull-right,.fal.fa-pull-right,.fab.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scale(-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-flip-both{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:""}.fa-abacus:before{content:""}.fa-accessible-icon:before{content:""}.fa-accusoft:before{content:""}.fa-acorn:before{content:""}.fa-acquisitions-incorporated:before{content:""}.fa-ad:before{content:""}.fa-address-book:before{content:""}.fa-address-card:before{content:""}.fa-adjust:before{content:""}.fa-adn:before{content:""}.fa-adobe:before{content:""}.fa-adversal:before{content:""}.fa-affiliatetheme:before{content:""}.fa-air-conditioner:before{content:""}.fa-air-freshener:before{content:""}.fa-airbnb: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-collection:before{content:""}.fa-algolia:before{content:""}.fa-alicorn:before{content:""}.fa-alien: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-alipay:before{content:""}.fa-allergies:before{content:""}.fa-amazon:before{content:""}.fa-amazon-pay:before{content:""}.fa-ambulance:before{content:""}.fa-american-sign-language-interpreting:before{content:""}.fa-amilia:before{content:""}.fa-amp-guitar:before{content:""}.fa-analytics:before{content:""}.fa-anchor:before{content:""}.fa-android:before{content:""}.fa-angel:before{content:""}.fa-angellist:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angry:before{content:""}.fa-angrycreative:before{content:""}.fa-angular:before{content:""}.fa-ankh:before{content:""}.fa-app-store:before{content:""}.fa-app-store-ios:before{content:""}.fa-apper:before{content:""}.fa-apple:before{content:""}.fa-apple-alt:before{content:""}.fa-apple-crate:before{content:""}.fa-apple-pay:before{content:""}.fa-archive:before{content:""}.fa-archway:before{content:""}.fa-arrow-alt-circle-down:before{content:""}.fa-arrow-alt-circle-left:before{content:""}.fa-arrow-alt-circle-right:before{content:""}.fa-arrow-alt-circle-up:before{content:""}.fa-arrow-alt-down:before{content:""}.fa-arrow-alt-from-bottom:before{content:""}.fa-arrow-alt-from-left:before{content:""}.fa-arrow-alt-from-right:before{content:""}.fa-arrow-alt-from-top:before{content:""}.fa-arrow-alt-left:before{content:""}.fa-arrow-alt-right:before{content:""}.fa-arrow-alt-square-down:before{content:""}.fa-arrow-alt-square-left:before{content:""}.fa-arrow-alt-square-right:before{content:""}.fa-arrow-alt-square-up:before{content:""}.fa-arrow-alt-to-bottom:before{content:""}.fa-arrow-alt-to-left:before{content:""}.fa-arrow-alt-to-right:before{content:""}.fa-arrow-alt-to-top:before{content:""}.fa-arrow-alt-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-down:before{content:""}.fa-arrow-from-bottom:before{content:""}.fa-arrow-from-left:before{content:""}.fa-arrow-from-right:before{content:""}.fa-arrow-from-top:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-square-down:before{content:""}.fa-arrow-square-left:before{content:""}.fa-arrow-square-right:before{content:""}.fa-arrow-square-up:before{content:""}.fa-arrow-to-bottom:before{content:""}.fa-arrow-to-left:before{content:""}.fa-arrow-to-right:before{content:""}.fa-arrow-to-top:before{content:""}.fa-arrow-up:before{content:""}.fa-arrows:before{content:""}.fa-arrows-alt:before{content:""}.fa-arrows-alt-h:before{content:""}.fa-arrows-alt-v:before{content:""}.fa-arrows-h:before{content:""}.fa-arrows-v:before{content:""}.fa-artstation:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asterisk:before{content:""}.fa-asymmetrik:before{content:""}.fa-at:before{content:""}.fa-atlas:before{content:""}.fa-atlassian:before{content:""}.fa-atom:before{content:""}.fa-atom-alt:before{content:""}.fa-audible:before{content:""}.fa-audio-description:before{content:""}.fa-autoprefixer:before{content:""}.fa-avianex:before{content:""}.fa-aviato:before{content:""}.fa-award:before{content:""}.fa-aws:before{content:""}.fa-axe:before{content:""}.fa-axe-battle:before{content:""}.fa-baby:before{content:""}.fa-baby-carriage:before{content:""}.fa-backpack:before{content:""}.fa-backspace:before{content:""}.fa-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-bags-shopping:before{content:""}.fa-bahai:before{content:""}.fa-balance-scale:before{content:""}.fa-balance-scale-left:before{content:""}.fa-balance-scale-right:before{content:""}.fa-ball-pile:before{content:""}.fa-ballot:before{content:""}.fa-ballot-check:before{content:""}.fa-ban:before{content:""}.fa-band-aid:before{content:""}.fa-bandcamp:before{content:""}.fa-banjo:before{content:""}.fa-barcode:before{content:""}.fa-barcode-alt:before{content:""}.fa-barcode-read:before{content:""}.fa-barcode-scan:before{content:""}.fa-bars:before{content:""}.fa-baseball:before{content:""}.fa-baseball-ball:before{content:""}.fa-basketball-ball:before{content:""}.fa-basketball-hoop:before{content:""}.fa-bat:before{content:""}.fa-bath:before{content:""}.fa-battery-bolt:before{content:""}.fa-battery-empty:before{content:""}.fa-battery-full:before{content:""}.fa-battery-half:before{content:""}.fa-battery-quarter:before{content:""}.fa-battery-slash:before{content:""}.fa-battery-three-quarters:before{content:""}.fa-battle-net:before{content:""}.fa-bed:before{content:""}.fa-bed-alt:before{content:""}.fa-bed-bunk:before{content:""}.fa-bed-empty:before{content:""}.fa-beer:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-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-betamax:before{content:""}.fa-bezier-curve:before{content:""}.fa-bible:before{content:""}.fa-bicycle:before{content:""}.fa-biking:before{content:""}.fa-biking-mountain:before{content:""}.fa-bimobject:before{content:""}.fa-binoculars:before{content:""}.fa-biohazard:before{content:""}.fa-birthday-cake:before{content:""}.fa-bitbucket:before{content:""}.fa-bitcoin:before{content:""}.fa-bity:before{content:""}.fa-black-tie:before{content:""}.fa-blackberry:before{content:""}.fa-blanket:before{content:""}.fa-blender:before{content:""}.fa-blender-phone:before{content:""}.fa-blind:before{content:""}.fa-blinds:before{content:""}.fa-blinds-open:before{content:""}.fa-blinds-raised:before{content:""}.fa-blog:before{content:""}.fa-blogger:before{content:""}.fa-blogger-b:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-bold:before{content:""}.fa-bolt: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-alt:before{content:""}.fa-book-dead:before{content:""}.fa-book-heart:before{content:""}.fa-book-medical:before{content:""}.fa-book-open:before{content:""}.fa-book-reader:before{content:""}.fa-book-spells:before{content:""}.fa-book-user:before{content:""}.fa-bookmark:before{content:""}.fa-books:before{content:""}.fa-books-medical:before{content:""}.fa-boombox:before{content:""}.fa-boot:before{content:""}.fa-booth-curtain:before{content:""}.fa-bootstrap:before{content:""}.fa-border-all:before{content:""}.fa-border-bottom: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-style:before{content:""}.fa-border-style-alt:before{content:""}.fa-border-top:before{content:""}.fa-bow-arrow:before{content:""}.fa-bowling-ball:before{content:""}.fa-bowling-pins:before{content:""}.fa-box:before{content:""}.fa-box-alt:before{content:""}.fa-box-ballot:before{content:""}.fa-box-check:before{content:""}.fa-box-fragile:before{content:""}.fa-box-full:before{content:""}.fa-box-heart:before{content:""}.fa-box-open:before{content:""}.fa-box-tissue:before{content:"拏"}.fa-box-up:before{content:""}.fa-box-usd:before{content:""}.fa-boxes:before{content:""}.fa-boxes-alt:before{content:""}.fa-boxing-glove:before{content:""}.fa-brackets:before{content:""}.fa-brackets-curly:before{content:""}.fa-braille:before{content:""}.fa-brain:before{content:""}.fa-bread-loaf:before{content:""}.fa-bread-slice:before{content:""}.fa-briefcase:before{content:""}.fa-briefcase-medical:before{content:""}.fa-bring-forward:before{content:""}.fa-bring-front:before{content:""}.fa-broadcast-tower:before{content:""}.fa-broom:before{content:""}.fa-browser:before{content:""}.fa-brush:before{content:""}.fa-btc:before{content:""}.fa-buffer:before{content:""}.fa-bug:before{content:""}.fa-building:before{content:""}.fa-bullhorn:before{content:""}.fa-bullseye:before{content:""}.fa-bullseye-arrow:before{content:""}.fa-bullseye-pointer:before{content:""}.fa-burger-soda:before{content:""}.fa-burn:before{content:""}.fa-buromobelexperte:before{content:""}.fa-burrito:before{content:""}.fa-bus:before{content:""}.fa-bus-alt:before{content:""}.fa-bus-school:before{content:""}.fa-business-time:before{content:""}.fa-buy-n-large:before{content:""}.fa-buysellads:before{content:""}.fa-cabinet-filing:before{content:""}.fa-cactus:before{content:""}.fa-calculator:before{content:""}.fa-calculator-alt:before{content:""}.fa-calendar:before{content:""}.fa-calendar-alt:before{content:""}.fa-calendar-check:before{content:""}.fa-calendar-day:before{content:""}.fa-calendar-edit:before{content:""}.fa-calendar-exclamation:before{content:""}.fa-calendar-minus:before{content:""}.fa-calendar-plus:before{content:""}.fa-calendar-star:before{content:""}.fa-calendar-times:before{content:""}.fa-calendar-week:before{content:""}.fa-camcorder:before{content:""}.fa-camera:before{content:""}.fa-camera-alt:before{content:""}.fa-camera-home:before{content:""}.fa-camera-movie:before{content:""}.fa-camera-polaroid:before{content:""}.fa-camera-retro:before{content:""}.fa-campfire:before{content:""}.fa-campground:before{content:""}.fa-canadian-maple-leaf:before{content:""}.fa-candle-holder: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-car-alt:before{content:""}.fa-car-battery:before{content:""}.fa-car-building:before{content:""}.fa-car-bump:before{content:""}.fa-car-bus:before{content:""}.fa-car-crash:before{content:""}.fa-car-garage:before{content:""}.fa-car-mechanic:before{content:""}.fa-car-side:before{content:""}.fa-car-tilt:before{content:""}.fa-car-wash:before{content:""}.fa-caravan:before{content:""}.fa-caravan-alt:before{content:"豈"}.fa-caret-circle-down:before{content:""}.fa-caret-circle-left:before{content:""}.fa-caret-circle-right:before{content:""}.fa-caret-circle-up:before{content:""}.fa-caret-down:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-caret-square-down:before{content:""}.fa-caret-square-left:before{content:""}.fa-caret-square-right:before{content:""}.fa-caret-square-up:before{content:""}.fa-caret-up:before{content:""}.fa-carrot:before{content:""}.fa-cars:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-cart-plus:before{content:""}.fa-cash-register:before{content:""}.fa-cassette-tape:before{content:""}.fa-cat:before{content:""}.fa-cat-space:before{content:"更"}.fa-cauldron: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-cctv:before{content:""}.fa-centercode:before{content:""}.fa-centos:before{content:""}.fa-certificate:before{content:""}.fa-chair:before{content:""}.fa-chair-office:before{content:""}.fa-chalkboard:before{content:""}.fa-chalkboard-teacher:before{content:""}.fa-charging-station:before{content:""}.fa-chart-area:before{content:""}.fa-chart-bar:before{content:""}.fa-chart-line:before{content:""}.fa-chart-line-down:before{content:""}.fa-chart-network:before{content:""}.fa-chart-pie:before{content:""}.fa-chart-pie-alt:before{content:""}.fa-chart-scatter:before{content:""}.fa-check:before{content:""}.fa-check-circle:before{content:""}.fa-check-double:before{content:""}.fa-check-square:before{content:""}.fa-cheese:before{content:""}.fa-cheese-swiss:before{content:""}.fa-cheeseburger:before{content:""}.fa-chess:before{content:""}.fa-chess-bishop:before{content:""}.fa-chess-bishop-alt:before{content:""}.fa-chess-board:before{content:""}.fa-chess-clock:before{content:""}.fa-chess-clock-alt:before{content:""}.fa-chess-king:before{content:""}.fa-chess-king-alt:before{content:""}.fa-chess-knight:before{content:""}.fa-chess-knight-alt:before{content:""}.fa-chess-pawn:before{content:""}.fa-chess-pawn-alt:before{content:""}.fa-chess-queen:before{content:""}.fa-chess-queen-alt:before{content:""}.fa-chess-rook:before{content:""}.fa-chess-rook-alt:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-double-down:before{content:""}.fa-chevron-double-left:before{content:""}.fa-chevron-double-right:before{content:""}.fa-chevron-double-up:before{content:""}.fa-chevron-down:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-chevron-square-down:before{content:""}.fa-chevron-square-left:before{content:""}.fa-chevron-square-right:before{content:""}.fa-chevron-square-up:before{content:""}.fa-chevron-up:before{content:""}.fa-child:before{content:""}.fa-chimney:before{content:""}.fa-chrome:before{content:""}.fa-chromecast:before{content:""}.fa-church:before{content:""}.fa-circle:before{content:""}.fa-circle-notch:before{content:""}.fa-city:before{content:""}.fa-clarinet:before{content:""}.fa-claw-marks:before{content:""}.fa-clinic-medical:before{content:""}.fa-clipboard:before{content:""}.fa-clipboard-check:before{content:""}.fa-clipboard-list:before{content:""}.fa-clipboard-list-check:before{content:""}.fa-clipboard-prescription:before{content:""}.fa-clipboard-user:before{content:""}.fa-clock:before{content:""}.fa-clone:before{content:""}.fa-closed-captioning:before{content:""}.fa-cloud:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-download-alt:before{content:""}.fa-cloud-drizzle:before{content:""}.fa-cloud-hail:before{content:""}.fa-cloud-hail-mixed:before{content:""}.fa-cloud-meatball:before{content:""}.fa-cloud-moon:before{content:""}.fa-cloud-moon-rain:before{content:""}.fa-cloud-music: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-sleet:before{content:""}.fa-cloud-snow:before{content:""}.fa-cloud-sun:before{content:""}.fa-cloud-sun-rain:before{content:""}.fa-cloud-upload:before{content:""}.fa-cloud-upload-alt:before{content:""}.fa-clouds:before{content:""}.fa-clouds-moon:before{content:""}.fa-clouds-sun:before{content:""}.fa-cloudscale:before{content:""}.fa-cloudsmith:before{content:""}.fa-cloudversify:before{content:""}.fa-club:before{content:""}.fa-cocktail:before{content:""}.fa-code:before{content:""}.fa-code-branch:before{content:""}.fa-code-commit:before{content:""}.fa-code-merge:before{content:""}.fa-codepen:before{content:""}.fa-codiepie:before{content:""}.fa-coffee:before{content:""}.fa-coffee-pot:before{content:"車"}.fa-coffee-togo:before{content:""}.fa-coffin:before{content:""}.fa-coffin-cross:before{content:"陋"}.fa-cog:before{content:""}.fa-cogs:before{content:""}.fa-coin:before{content:""}.fa-coins:before{content:""}.fa-columns:before{content:""}.fa-comet:before{content:"賈"}.fa-comment:before{content:""}.fa-comment-alt:before{content:""}.fa-comment-alt-check:before{content:""}.fa-comment-alt-dollar:before{content:""}.fa-comment-alt-dots:before{content:""}.fa-comment-alt-edit:before{content:""}.fa-comment-alt-exclamation:before{content:""}.fa-comment-alt-lines:before{content:""}.fa-comment-alt-medical:before{content:""}.fa-comment-alt-minus:before{content:""}.fa-comment-alt-music:before{content:""}.fa-comment-alt-plus:before{content:""}.fa-comment-alt-slash:before{content:""}.fa-comment-alt-smile:before{content:""}.fa-comment-alt-times:before{content:""}.fa-comment-check:before{content:""}.fa-comment-dollar:before{content:""}.fa-comment-dots:before{content:""}.fa-comment-edit:before{content:""}.fa-comment-exclamation:before{content:""}.fa-comment-lines:before{content:""}.fa-comment-medical:before{content:""}.fa-comment-minus:before{content:""}.fa-comment-music:before{content:""}.fa-comment-plus:before{content:""}.fa-comment-slash:before{content:""}.fa-comment-smile:before{content:""}.fa-comment-times:before{content:""}.fa-comments:before{content:""}.fa-comments-alt:before{content:""}.fa-comments-alt-dollar:before{content:""}.fa-comments-dollar:before{content:""}.fa-compact-disc:before{content:""}.fa-compass:before{content:""}.fa-compass-slash:before{content:""}.fa-compress:before{content:""}.fa-compress-alt:before{content:""}.fa-compress-arrows-alt:before{content:""}.fa-compress-wide:before{content:""}.fa-computer-classic:before{content:""}.fa-computer-speaker:before{content:""}.fa-concierge-bell:before{content:""}.fa-confluence:before{content:""}.fa-connectdevelop:before{content:""}.fa-construction:before{content:""}.fa-container-storage:before{content:""}.fa-contao:before{content:""}.fa-conveyor-belt:before{content:""}.fa-conveyor-belt-alt:before{content:""}.fa-cookie:before{content:""}.fa-cookie-bite:before{content:""}.fa-copy:before{content:""}.fa-copyright:before{content:""}.fa-corn:before{content:""}.fa-cotton-bureau:before{content:""}.fa-couch:before{content:""}.fa-cow:before{content:""}.fa-cowbell:before{content:""}.fa-cowbell-more: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-credit-card:before{content:""}.fa-credit-card-blank:before{content:""}.fa-credit-card-front:before{content:""}.fa-cricket:before{content:""}.fa-critical-role:before{content:""}.fa-croissant:before{content:""}.fa-crop: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-css3:before{content:""}.fa-css3-alt:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-curling:before{content:""}.fa-cut:before{content:""}.fa-cuttlefish:before{content:""}.fa-d-and-d:before{content:""}.fa-d-and-d-beyond:before{content:""}.fa-dagger:before{content:""}.fa-dailymotion:before{content:"勒"}.fa-dashcube:before{content:""}.fa-database:before{content:""}.fa-deaf:before{content:""}.fa-debug:before{content:""}.fa-deer:before{content:""}.fa-deer-rudolph:before{content:""}.fa-delicious:before{content:""}.fa-democrat:before{content:""}.fa-deploydog:before{content:""}.fa-deskpro:before{content:""}.fa-desktop:before{content:""}.fa-desktop-alt:before{content:""}.fa-dev:before{content:""}.fa-deviantart:before{content:""}.fa-dewpoint:before{content:""}.fa-dharmachakra:before{content:""}.fa-dhl:before{content:""}.fa-diagnoses:before{content:""}.fa-diamond:before{content:""}.fa-diaspora: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-digg:before{content:""}.fa-digging:before{content:""}.fa-digital-ocean:before{content:""}.fa-digital-tachograph:before{content:""}.fa-diploma:before{content:""}.fa-directions:before{content:""}.fa-disc-drive:before{content:""}.fa-discord:before{content:""}.fa-discourse:before{content:""}.fa-disease:before{content:""}.fa-divide:before{content:""}.fa-dizzy:before{content:""}.fa-dna:before{content:""}.fa-do-not-enter:before{content:""}.fa-dochub:before{content:""}.fa-docker:before{content:""}.fa-dog:before{content:""}.fa-dog-leashed:before{content:""}.fa-dollar-sign:before{content:""}.fa-dolly:before{content:""}.fa-dolly-empty:before{content:""}.fa-dolly-flatbed:before{content:""}.fa-dolly-flatbed-alt:before{content:""}.fa-dolly-flatbed-empty:before{content:""}.fa-donate:before{content:""}.fa-door-closed:before{content:""}.fa-door-open:before{content:""}.fa-dot-circle:before{content:""}.fa-dove:before{content:""}.fa-download:before{content:""}.fa-draft2digital:before{content:""}.fa-drafting-compass: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-dribbble:before{content:""}.fa-dribbble-square:before{content:""}.fa-drone:before{content:""}.fa-drone-alt:before{content:""}.fa-dropbox:before{content:""}.fa-drum:before{content:""}.fa-drum-steelpan:before{content:""}.fa-drumstick:before{content:""}.fa-drumstick-bite:before{content:""}.fa-drupal:before{content:""}.fa-dryer: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-dyalog:before{content:""}.fa-ear:before{content:""}.fa-ear-muffs:before{content:""}.fa-earlybirds:before{content:""}.fa-ebay:before{content:""}.fa-eclipse:before{content:""}.fa-eclipse-alt:before{content:""}.fa-edge:before{content:""}.fa-edit:before{content:""}.fa-egg:before{content:""}.fa-egg-fried:before{content:""}.fa-eject:before{content:""}.fa-elementor:before{content:""}.fa-elephant:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-h-alt:before{content:""}.fa-ellipsis-v:before{content:""}.fa-ellipsis-v-alt:before{content:""}.fa-ello:before{content:""}.fa-ember:before{content:""}.fa-empire:before{content:""}.fa-empty-set:before{content:""}.fa-engine-warning:before{content:""}.fa-envelope:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-dollar:before{content:""}.fa-envelope-open-text:before{content:""}.fa-envelope-square:before{content:""}.fa-envira:before{content:""}.fa-equals:before{content:""}.fa-eraser:before{content:""}.fa-erlang:before{content:""}.fa-ethereum:before{content:""}.fa-ethernet:before{content:""}.fa-etsy:before{content:""}.fa-euro-sign:before{content:""}.fa-evernote:before{content:""}.fa-exchange:before{content:""}.fa-exchange-alt:before{content:""}.fa-exclamation:before{content:""}.fa-exclamation-circle:before{content:""}.fa-exclamation-square:before{content:""}.fa-exclamation-triangle:before{content:""}.fa-expand:before{content:""}.fa-expand-alt:before{content:""}.fa-expand-arrows:before{content:""}.fa-expand-arrows-alt:before{content:""}.fa-expand-wide:before{content:""}.fa-expeditedssl:before{content:""}.fa-external-link:before{content:""}.fa-external-link-alt:before{content:""}.fa-external-link-square:before{content:""}.fa-external-link-square-alt:before{content:""}.fa-eye:before{content:""}.fa-eye-dropper:before{content:""}.fa-eye-evil:before{content:""}.fa-eye-slash:before{content:""}.fa-facebook:before{content:""}.fa-facebook-f:before{content:""}.fa-facebook-messenger:before{content:""}.fa-facebook-square:before{content:""}.fa-fan:before{content:""}.fa-fan-table:before{content:"滑"}.fa-fantasy-flight-games:before{content:""}.fa-farm:before{content:""}.fa-fast-backward:before{content:""}.fa-fast-forward:before{content:""}.fa-faucet:before{content:"串"}.fa-faucet-drip:before{content:"句"}.fa-fax:before{content:""}.fa-feather:before{content:""}.fa-feather-alt:before{content:""}.fa-fedex:before{content:""}.fa-fedora:before{content:""}.fa-female:before{content:""}.fa-field-hockey:before{content:""}.fa-fighter-jet:before{content:""}.fa-figma:before{content:""}.fa-file:before{content:""}.fa-file-alt:before{content:""}.fa-file-archive:before{content:""}.fa-file-audio:before{content:""}.fa-file-certificate:before{content:""}.fa-file-chart-line:before{content:""}.fa-file-chart-pie:before{content:""}.fa-file-check:before{content:""}.fa-file-code:before{content:""}.fa-file-contract:before{content:""}.fa-file-csv:before{content:""}.fa-file-download:before{content:""}.fa-file-edit:before{content:""}.fa-file-excel:before{content:""}.fa-file-exclamation:before{content:""}.fa-file-export:before{content:""}.fa-file-image:before{content:""}.fa-file-import:before{content:""}.fa-file-invoice:before{content:""}.fa-file-invoice-dollar:before{content:""}.fa-file-medical:before{content:""}.fa-file-medical-alt:before{content:""}.fa-file-minus:before{content:""}.fa-file-music:before{content:""}.fa-file-pdf:before{content:""}.fa-file-plus:before{content:""}.fa-file-powerpoint:before{content:""}.fa-file-prescription:before{content:""}.fa-file-search:before{content:""}.fa-file-signature:before{content:""}.fa-file-spreadsheet:before{content:""}.fa-file-times:before{content:""}.fa-file-upload:before{content:""}.fa-file-user:before{content:""}.fa-file-video:before{content:""}.fa-file-word:before{content:""}.fa-files-medical:before{content:""}.fa-fill:before{content:""}.fa-fill-drip:before{content:""}.fa-film:before{content:""}.fa-film-alt:before{content:""}.fa-film-canister:before{content:""}.fa-filter:before{content:""}.fa-fingerprint:before{content:""}.fa-fire:before{content:""}.fa-fire-alt:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-fire-smoke:before{content:""}.fa-firefox:before{content:""}.fa-firefox-browser:before{content:"龜"}.fa-fireplace:before{content:""}.fa-first-aid:before{content:""}.fa-first-order:before{content:""}.fa-first-order-alt:before{content:""}.fa-firstdraft:before{content:""}.fa-fish:before{content:""}.fa-fish-cooked:before{content:""}.fa-fist-raised:before{content:""}.fa-flag:before{content:""}.fa-flag-alt:before{content:""}.fa-flag-checkered:before{content:""}.fa-flag-usa:before{content:""}.fa-flame:before{content:""}.fa-flashlight:before{content:""}.fa-flask:before{content:""}.fa-flask-poison:before{content:""}.fa-flask-potion:before{content:""}.fa-flickr:before{content:""}.fa-flipboard:before{content:""}.fa-flower:before{content:""}.fa-flower-daffodil:before{content:""}.fa-flower-tulip:before{content:""}.fa-flushed:before{content:""}.fa-flute:before{content:""}.fa-flux-capacitor:before{content:""}.fa-fly:before{content:""}.fa-fog:before{content:""}.fa-folder:before{content:""}.fa-folder-download:before{content:"肋"}.fa-folder-minus:before{content:""}.fa-folder-open:before{content:""}.fa-folder-plus:before{content:""}.fa-folder-times:before{content:""}.fa-folder-tree:before{content:""}.fa-folder-upload:before{content:"凜"}.fa-folders:before{content:""}.fa-font:before{content:""}.fa-font-awesome:before{content:""}.fa-font-awesome-alt:before{content:""}.fa-font-awesome-flag:before{content:""}.fa-font-awesome-logo-full:before{content:""}.fa-font-case:before{content:""}.fa-fonticons:before{content:""}.fa-fonticons-fi:before{content:""}.fa-football-ball:before{content:""}.fa-football-helmet:before{content:""}.fa-forklift:before{content:""}.fa-fort-awesome:before{content:""}.fa-fort-awesome-alt:before{content:""}.fa-forumbee:before{content:""}.fa-forward:before{content:""}.fa-foursquare:before{content:""}.fa-fragile:before{content:""}.fa-free-code-camp:before{content:""}.fa-freebsd:before{content:""}.fa-french-fries:before{content:""}.fa-frog:before{content:""}.fa-frosty-head:before{content:""}.fa-frown:before{content:""}.fa-frown-open:before{content:""}.fa-fulcrum:before{content:""}.fa-function:before{content:""}.fa-funnel-dollar:before{content:""}.fa-futbol:before{content:""}.fa-galactic-republic:before{content:""}.fa-galactic-senate:before{content:""}.fa-galaxy:before{content:"龜"}.fa-game-board:before{content:""}.fa-game-board-alt:before{content:""}.fa-game-console-handheld:before{content:""}.fa-gamepad:before{content:""}.fa-gamepad-alt:before{content:""}.fa-garage:before{content:"契"}.fa-garage-car:before{content:"金"}.fa-garage-open:before{content:"喇"}.fa-gas-pump:before{content:""}.fa-gas-pump-slash:before{content:""}.fa-gavel:before{content:""}.fa-gem:before{content:""}.fa-genderless:before{content:""}.fa-get-pocket:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-ghost:before{content:""}.fa-gift:before{content:""}.fa-gift-card:before{content:""}.fa-gifts:before{content:""}.fa-gingerbread-man: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-glass:before{content:""}.fa-glass-champagne:before{content:""}.fa-glass-cheers:before{content:""}.fa-glass-citrus:before{content:""}.fa-glass-martini:before{content:""}.fa-glass-martini-alt:before{content:""}.fa-glass-whiskey:before{content:""}.fa-glass-whiskey-rocks:before{content:""}.fa-glasses:before{content:""}.fa-glasses-alt:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-globe:before{content:""}.fa-globe-africa:before{content:""}.fa-globe-americas:before{content:""}.fa-globe-asia:before{content:""}.fa-globe-europe:before{content:""}.fa-globe-snow:before{content:""}.fa-globe-stand:before{content:""}.fa-gofore:before{content:""}.fa-golf-ball:before{content:""}.fa-golf-club:before{content:""}.fa-goodreads:before{content:""}.fa-goodreads-g:before{content:""}.fa-google:before{content:""}.fa-google-drive: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-gopuram:before{content:""}.fa-graduation-cap:before{content:""}.fa-gramophone:before{content:""}.fa-gratipay:before{content:""}.fa-grav:before{content:""}.fa-greater-than:before{content:""}.fa-greater-than-equal:before{content:""}.fa-grimace:before{content:""}.fa-grin:before{content:""}.fa-grin-alt:before{content:""}.fa-grin-beam:before{content:""}.fa-grin-beam-sweat:before{content:""}.fa-grin-hearts:before{content:""}.fa-grin-squint:before{content:""}.fa-grin-squint-tears:before{content:""}.fa-grin-stars:before{content:""}.fa-grin-tears:before{content:""}.fa-grin-tongue:before{content:""}.fa-grin-tongue-squint:before{content:""}.fa-grin-tongue-wink:before{content:""}.fa-grin-wink:before{content:""}.fa-grip-horizontal:before{content:""}.fa-grip-lines:before{content:""}.fa-grip-lines-vertical:before{content:""}.fa-grip-vertical:before{content:""}.fa-gripfire:before{content:""}.fa-grunt:before{content:""}.fa-guitar:before{content:""}.fa-guitar-electric:before{content:""}.fa-guitars:before{content:""}.fa-gulp:before{content:""}.fa-h-square:before{content:""}.fa-h1:before{content:""}.fa-h2:before{content:""}.fa-h3:before{content:""}.fa-h4:before{content:""}.fa-hacker-news:before{content:""}.fa-hacker-news-square:before{content:""}.fa-hackerrank:before{content:""}.fa-hamburger:before{content:""}.fa-hammer:before{content:""}.fa-hammer-war:before{content:""}.fa-hamsa:before{content:""}.fa-hand-heart:before{content:""}.fa-hand-holding:before{content:""}.fa-hand-holding-box: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-usd:before{content:""}.fa-hand-holding-water:before{content:""}.fa-hand-lizard:before{content:""}.fa-hand-middle-finger:before{content:""}.fa-hand-paper:before{content:""}.fa-hand-peace:before{content:""}.fa-hand-point-down:before{content:""}.fa-hand-point-left:before{content:""}.fa-hand-point-right:before{content:""}.fa-hand-point-up:before{content:""}.fa-hand-pointer:before{content:""}.fa-hand-receiving:before{content:""}.fa-hand-rock:before{content:""}.fa-hand-scissors:before{content:""}.fa-hand-sparkles:before{content:"諾"}.fa-hand-spock:before{content:""}.fa-hands:before{content:""}.fa-hands-heart:before{content:""}.fa-hands-helping:before{content:""}.fa-hands-usd:before{content:""}.fa-hands-wash:before{content:"丹"}.fa-handshake:before{content:""}.fa-handshake-alt:before{content:""}.fa-handshake-alt-slash:before{content:"寧"}.fa-handshake-slash:before{content:"怒"}.fa-hanukiah:before{content:""}.fa-hard-hat:before{content:""}.fa-hashtag: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-hdd: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-headphones:before{content:""}.fa-head-side-mask:before{content:"北"}.fa-head-side-medical:before{content:""}.fa-head-side-virus:before{content:"磻"}.fa-head-vr:before{content:""}.fa-heading:before{content:""}.fa-headphones:before{content:""}.fa-headphones-alt:before{content:""}.fa-headset:before{content:""}.fa-heart:before{content:""}.fa-heart-broken:before{content:""}.fa-heart-circle:before{content:""}.fa-heart-rate:before{content:""}.fa-heart-square:before{content:""}.fa-heartbeat:before{content:""}.fa-heat:before{content:"奈"}.fa-helicopter:before{content:""}.fa-helmet-battle:before{content:""}.fa-hexagon:before{content:""}.fa-highlighter:before{content:""}.fa-hiking:before{content:""}.fa-hippo:before{content:""}.fa-hips:before{content:""}.fa-hire-a-helper:before{content:""}.fa-history:before{content:""}.fa-hockey-mask:before{content:""}.fa-hockey-puck:before{content:""}.fa-hockey-sticks:before{content:""}.fa-holly-berry:before{content:""}.fa-home:before{content:""}.fa-home-alt:before{content:""}.fa-home-heart:before{content:""}.fa-home-lg:before{content:""}.fa-home-lg-alt:before{content:""}.fa-hood-cloak:before{content:""}.fa-hooli:before{content:""}.fa-horizontal-rule:before{content:""}.fa-hornbill:before{content:""}.fa-horse:before{content:""}.fa-horse-head:before{content:""}.fa-horse-saddle:before{content:""}.fa-hospital:before{content:""}.fa-hospital-alt:before{content:""}.fa-hospital-symbol:before{content:""}.fa-hospital-user:before{content:""}.fa-hospitals:before{content:""}.fa-hot-tub:before{content:""}.fa-hotdog:before{content:""}.fa-hotel:before{content:""}.fa-hotjar:before{content:""}.fa-hourglass:before{content:""}.fa-hourglass-end:before{content:""}.fa-hourglass-half:before{content:""}.fa-hourglass-start:before{content:""}.fa-house:before{content:"懶"}.fa-house-damage:before{content:""}.fa-house-day:before{content:"癩"}.fa-house-flood:before{content:""}.fa-house-leave:before{content:"羅"}.fa-house-night:before{content:"蘿"}.fa-house-return:before{content:"螺"}.fa-house-signal:before{content:"裸"}.fa-house-user:before{content:"便"}.fa-houzz:before{content:""}.fa-hryvnia:before{content:""}.fa-html5:before{content:""}.fa-hubspot:before{content:""}.fa-humidity:before{content:""}.fa-hurricane:before{content:""}.fa-i-cursor:before{content:""}.fa-ice-cream:before{content:""}.fa-ice-skate:before{content:""}.fa-icicles:before{content:""}.fa-icons:before{content:""}.fa-icons-alt:before{content:""}.fa-id-badge:before{content:""}.fa-id-card:before{content:""}.fa-id-card-alt:before{content:""}.fa-ideal:before{content:"邏"}.fa-igloo:before{content:""}.fa-image:before{content:""}.fa-image-polaroid:before{content:""}.fa-images:before{content:""}.fa-imdb:before{content:""}.fa-inbox:before{content:""}.fa-inbox-in:before{content:""}.fa-inbox-out:before{content:""}.fa-indent:before{content:""}.fa-industry:before{content:""}.fa-industry-alt:before{content:""}.fa-infinity:before{content:""}.fa-info:before{content:""}.fa-info-circle:before{content:""}.fa-info-square:before{content:""}.fa-inhaler:before{content:""}.fa-instagram:before{content:""}.fa-instagram-square:before{content:"凌"}.fa-integral:before{content:""}.fa-intercom:before{content:""}.fa-internet-explorer:before{content:""}.fa-intersection:before{content:""}.fa-inventory:before{content:""}.fa-invision:before{content:""}.fa-ioxhost:before{content:""}.fa-island-tropical:before{content:""}.fa-italic:before{content:""}.fa-itch-io:before{content:""}.fa-itunes:before{content:""}.fa-itunes-note:before{content:""}.fa-jack-o-lantern:before{content:""}.fa-java:before{content:""}.fa-jedi:before{content:""}.fa-jedi-order:before{content:""}.fa-jenkins:before{content:""}.fa-jira:before{content:""}.fa-joget:before{content:""}.fa-joint:before{content:""}.fa-joomla:before{content:""}.fa-journal-whills:before{content:""}.fa-joystick:before{content:""}.fa-js:before{content:""}.fa-js-square:before{content:""}.fa-jsfiddle:before{content:""}.fa-jug:before{content:""}.fa-kaaba:before{content:""}.fa-kaggle:before{content:""}.fa-kazoo:before{content:""}.fa-kerning:before{content:""}.fa-key:before{content:""}.fa-key-skeleton:before{content:""}.fa-keybase:before{content:""}.fa-keyboard:before{content:""}.fa-keycdn:before{content:""}.fa-keynote:before{content:""}.fa-khanda:before{content:""}.fa-kickstarter:before{content:""}.fa-kickstarter-k:before{content:""}.fa-kidneys:before{content:""}.fa-kiss:before{content:""}.fa-kiss-beam:before{content:""}.fa-kiss-wink-heart:before{content:""}.fa-kite:before{content:""}.fa-kiwi-bird:before{content:""}.fa-knife-kitchen:before{content:""}.fa-korvue:before{content:""}.fa-lambda:before{content:""}.fa-lamp:before{content:""}.fa-lamp-desk:before{content:"樂"}.fa-lamp-floor:before{content:"洛"}.fa-landmark:before{content:""}.fa-landmark-alt:before{content:""}.fa-language:before{content:""}.fa-laptop:before{content:""}.fa-laptop-code:before{content:""}.fa-laptop-house:before{content:"復"}.fa-laptop-medical:before{content:""}.fa-laravel:before{content:""}.fa-lasso:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-laugh:before{content:""}.fa-laugh-beam:before{content:""}.fa-laugh-squint:before{content:""}.fa-laugh-wink:before{content:""}.fa-layer-group:before{content:""}.fa-layer-minus:before{content:""}.fa-layer-plus:before{content:""}.fa-leaf:before{content:""}.fa-leaf-heart:before{content:""}.fa-leaf-maple:before{content:""}.fa-leaf-oak:before{content:""}.fa-leanpub:before{content:""}.fa-lemon:before{content:""}.fa-less:before{content:""}.fa-less-than:before{content:""}.fa-less-than-equal:before{content:""}.fa-level-down:before{content:""}.fa-level-down-alt:before{content:""}.fa-level-up:before{content:""}.fa-level-up-alt:before{content:""}.fa-life-ring:before{content:""}.fa-light-ceiling: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-on:before{content:""}.fa-lightbulb-slash:before{content:""}.fa-lights-holiday:before{content:""}.fa-line:before{content:""}.fa-line-columns:before{content:""}.fa-line-height:before{content:""}.fa-link:before{content:""}.fa-linkedin:before{content:""}.fa-linkedin-in:before{content:""}.fa-linode:before{content:""}.fa-linux:before{content:""}.fa-lips:before{content:""}.fa-lira-sign:before{content:""}.fa-list:before{content:""}.fa-list-alt:before{content:""}.fa-list-music:before{content:""}.fa-list-ol:before{content:""}.fa-list-ul:before{content:""}.fa-location:before{content:""}.fa-location-arrow:before{content:""}.fa-location-circle:before{content:""}.fa-location-slash:before{content:""}.fa-lock:before{content:""}.fa-lock-alt:before{content:""}.fa-lock-open:before{content:""}.fa-lock-open-alt:before{content:""}.fa-long-arrow-alt-down:before{content:""}.fa-long-arrow-alt-left:before{content:""}.fa-long-arrow-alt-right:before{content:""}.fa-long-arrow-alt-up:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-long-arrow-up:before{content:""}.fa-loveseat:before{content:""}.fa-low-vision:before{content:""}.fa-luchador:before{content:""}.fa-luggage-cart:before{content:""}.fa-lungs:before{content:""}.fa-lungs-virus:before{content:"不"}.fa-lyft:before{content:""}.fa-mace:before{content:""}.fa-magento:before{content:""}.fa-magic:before{content:""}.fa-magnet:before{content:""}.fa-mail-bulk:before{content:""}.fa-mailbox:before{content:""}.fa-mailchimp:before{content:""}.fa-male:before{content:""}.fa-mandalorian:before{content:""}.fa-mandolin:before{content:""}.fa-map:before{content:""}.fa-map-marked:before{content:""}.fa-map-marked-alt:before{content:""}.fa-map-marker:before{content:""}.fa-map-marker-alt:before{content:""}.fa-map-marker-alt-slash:before{content:""}.fa-map-marker-check:before{content:""}.fa-map-marker-edit:before{content:""}.fa-map-marker-exclamation:before{content:""}.fa-map-marker-minus:before{content:""}.fa-map-marker-plus:before{content:""}.fa-map-marker-question:before{content:""}.fa-map-marker-slash:before{content:""}.fa-map-marker-smile:before{content:""}.fa-map-marker-times:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-markdown:before{content:""}.fa-marker:before{content:""}.fa-mars:before{content:""}.fa-mars-double:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mask:before{content:""}.fa-mastodon:before{content:""}.fa-maxcdn:before{content:""}.fa-mdb:before{content:""}.fa-meat:before{content:""}.fa-medal:before{content:""}.fa-medapps:before{content:""}.fa-medium:before{content:""}.fa-medium-m:before{content:""}.fa-medkit:before{content:""}.fa-medrt:before{content:""}.fa-meetup:before{content:""}.fa-megaphone:before{content:""}.fa-megaport:before{content:""}.fa-meh:before{content:""}.fa-meh-blank:before{content:""}.fa-meh-rolling-eyes:before{content:""}.fa-memory:before{content:""}.fa-mendeley:before{content:""}.fa-menorah:before{content:""}.fa-mercury:before{content:""}.fa-meteor:before{content:""}.fa-microblog:before{content:"駱"}.fa-microchip:before{content:""}.fa-microphone:before{content:""}.fa-microphone-alt:before{content:""}.fa-microphone-alt-slash:before{content:""}.fa-microphone-slash:before{content:""}.fa-microphone-stand:before{content:""}.fa-microscope:before{content:""}.fa-microsoft:before{content:""}.fa-microwave:before{content:"亂"}.fa-mind-share:before{content:""}.fa-minus:before{content:""}.fa-minus-circle:before{content:""}.fa-minus-hexagon:before{content:""}.fa-minus-octagon:before{content:""}.fa-minus-square:before{content:""}.fa-mistletoe:before{content:""}.fa-mitten:before{content:""}.fa-mix:before{content:""}.fa-mixcloud:before{content:""}.fa-mixer:before{content:"稜"}.fa-mizuni:before{content:""}.fa-mobile:before{content:""}.fa-mobile-alt:before{content:""}.fa-mobile-android:before{content:""}.fa-mobile-android-alt:before{content:""}.fa-modx:before{content:""}.fa-monero:before{content:""}.fa-money-bill:before{content:""}.fa-money-bill-alt:before{content:""}.fa-money-bill-wave:before{content:""}.fa-money-bill-wave-alt:before{content:""}.fa-money-check:before{content:""}.fa-money-check-alt:before{content:""}.fa-money-check-edit:before{content:""}.fa-money-check-edit-alt: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-stars:before{content:""}.fa-mortar-pestle:before{content:""}.fa-mosque:before{content:""}.fa-motorcycle:before{content:""}.fa-mountain:before{content:""}.fa-mountains:before{content:""}.fa-mouse:before{content:""}.fa-mouse-alt:before{content:""}.fa-mouse-pointer:before{content:""}.fa-mp3-player:before{content:""}.fa-mug:before{content:""}.fa-mug-hot:before{content:""}.fa-mug-marshmallows:before{content:""}.fa-mug-tea:before{content:""}.fa-music:before{content:""}.fa-music-alt:before{content:""}.fa-music-alt-slash:before{content:""}.fa-music-slash:before{content:""}.fa-napster:before{content:""}.fa-narwhal:before{content:""}.fa-neos:before{content:""}.fa-network-wired:before{content:""}.fa-neuter:before{content:""}.fa-newspaper:before{content:""}.fa-nimblr:before{content:""}.fa-node:before{content:""}.fa-node-js:before{content:""}.fa-not-equal:before{content:""}.fa-notes-medical:before{content:""}.fa-npm:before{content:""}.fa-ns8:before{content:""}.fa-nutritionix:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-octagon:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-oil-can:before{content:""}.fa-oil-temp:before{content:""}.fa-old-republic:before{content:""}.fa-om:before{content:""}.fa-omega:before{content:""}.fa-opencart:before{content:""}.fa-openid:before{content:""}.fa-opera:before{content:""}.fa-optin-monster:before{content:""}.fa-orcid:before{content:""}.fa-ornament:before{content:""}.fa-osi:before{content:""}.fa-otter:before{content:""}.fa-outdent:before{content:""}.fa-outlet:before{content:"卵"}.fa-oven:before{content:"欄"}.fa-overline:before{content:""}.fa-page-break:before{content:""}.fa-page4:before{content:""}.fa-pagelines:before{content:""}.fa-pager:before{content:""}.fa-paint-brush:before{content:""}.fa-paint-brush-alt:before{content:""}.fa-paint-roller:before{content:""}.fa-palette:before{content:""}.fa-palfed:before{content:""}.fa-pallet:before{content:""}.fa-pallet-alt:before{content:""}.fa-paper-plane:before{content:""}.fa-paperclip:before{content:""}.fa-parachute-box:before{content:""}.fa-paragraph:before{content:""}.fa-paragraph-rtl:before{content:""}.fa-parking:before{content:""}.fa-parking-circle:before{content:""}.fa-parking-circle-slash:before{content:""}.fa-parking-slash:before{content:""}.fa-passport:before{content:""}.fa-pastafarianism:before{content:""}.fa-paste:before{content:""}.fa-patreon:before{content:""}.fa-pause:before{content:""}.fa-pause-circle:before{content:""}.fa-paw:before{content:""}.fa-paw-alt:before{content:""}.fa-paw-claws:before{content:""}.fa-paypal:before{content:""}.fa-peace:before{content:""}.fa-pegasus:before{content:""}.fa-pen:before{content:""}.fa-pen-alt:before{content:""}.fa-pen-fancy:before{content:""}.fa-pen-nib:before{content:""}.fa-pen-square:before{content:""}.fa-pencil:before{content:""}.fa-pencil-alt:before{content:""}.fa-pencil-paintbrush:before{content:""}.fa-pencil-ruler:before{content:""}.fa-pennant:before{content:""}.fa-penny-arcade:before{content:""}.fa-people-arrows:before{content:"泌"}.fa-people-carry:before{content:""}.fa-pepper-hot:before{content:""}.fa-percent:before{content:""}.fa-percentage:before{content:""}.fa-periscope:before{content:""}.fa-person-booth:before{content:""}.fa-person-carry:before{content:""}.fa-person-dolly:before{content:""}.fa-person-dolly-empty:before{content:""}.fa-person-sign:before{content:""}.fa-phabricator:before{content:""}.fa-phoenix-framework:before{content:""}.fa-phoenix-squadron:before{content:""}.fa-phone:before{content:""}.fa-phone-alt:before{content:""}.fa-phone-laptop:before{content:""}.fa-phone-office:before{content:""}.fa-phone-plus:before{content:""}.fa-phone-rotary:before{content:""}.fa-phone-slash:before{content:""}.fa-phone-square:before{content:""}.fa-phone-square-alt:before{content:""}.fa-phone-volume:before{content:""}.fa-photo-video:before{content:""}.fa-php:before{content:""}.fa-pi:before{content:""}.fa-piano:before{content:""}.fa-piano-keyboard:before{content:""}.fa-pie: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-pig:before{content:""}.fa-piggy-bank:before{content:""}.fa-pills:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-p:before{content:""}.fa-pinterest-square:before{content:""}.fa-pizza:before{content:""}.fa-pizza-slice:before{content:""}.fa-place-of-worship:before{content:""}.fa-plane:before{content:""}.fa-plane-alt:before{content:""}.fa-plane-arrival:before{content:""}.fa-plane-departure:before{content:""}.fa-plane-slash:before{content:"數"}.fa-planet-moon:before{content:"蘭"}.fa-planet-ringed:before{content:"鸞"}.fa-play:before{content:""}.fa-play-circle:before{content:""}.fa-playstation:before{content:""}.fa-plug:before{content:""}.fa-plus:before{content:""}.fa-plus-circle:before{content:""}.fa-plus-hexagon:before{content:""}.fa-plus-octagon:before{content:""}.fa-plus-square:before{content:""}.fa-podcast:before{content:""}.fa-podium:before{content:""}.fa-podium-star:before{content:""}.fa-police-box:before{content:"嵐"}.fa-poll:before{content:""}.fa-poll-h:before{content:""}.fa-poll-people:before{content:""}.fa-poo:before{content:""}.fa-poo-storm:before{content:""}.fa-poop:before{content:""}.fa-popcorn:before{content:""}.fa-portal-enter:before{content:"濫"}.fa-portal-exit:before{content:"藍"}.fa-portrait:before{content:""}.fa-pound-sign:before{content:""}.fa-power-off:before{content:""}.fa-pray:before{content:""}.fa-praying-hands:before{content:""}.fa-prescription:before{content:""}.fa-prescription-bottle:before{content:""}.fa-prescription-bottle-alt:before{content:""}.fa-presentation:before{content:""}.fa-print:before{content:""}.fa-print-search:before{content:""}.fa-print-slash:before{content:""}.fa-procedures:before{content:""}.fa-product-hunt:before{content:""}.fa-project-diagram:before{content:""}.fa-projector:before{content:""}.fa-pump-medical:before{content:"索"}.fa-pump-soap:before{content:"參"}.fa-pumpkin:before{content:""}.fa-pushed:before{content:""}.fa-puzzle-piece:before{content:""}.fa-python:before{content:""}.fa-qq:before{content:""}.fa-qrcode:before{content:""}.fa-question:before{content:""}.fa-question-circle:before{content:""}.fa-question-square:before{content:""}.fa-quidditch:before{content:""}.fa-quinscape:before{content:""}.fa-quora:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-quran:before{content:""}.fa-r-project:before{content:""}.fa-rabbit:before{content:""}.fa-rabbit-fast:before{content:""}.fa-racquet:before{content:""}.fa-radar:before{content:"襤"}.fa-radiation:before{content:""}.fa-radiation-alt:before{content:""}.fa-radio: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-random:before{content:""}.fa-raspberry-pi:before{content:""}.fa-ravelry:before{content:""}.fa-raygun:before{content:"拉"}.fa-react:before{content:""}.fa-reacteurope:before{content:""}.fa-readme:before{content:""}.fa-rebel:before{content:""}.fa-receipt:before{content:""}.fa-record-vinyl:before{content:""}.fa-rectangle-landscape:before{content:""}.fa-rectangle-portrait:before{content:""}.fa-rectangle-wide:before{content:""}.fa-recycle: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-redo:before{content:""}.fa-redo-alt:before{content:""}.fa-refrigerator:before{content:"臘"}.fa-registered:before{content:""}.fa-remove-format:before{content:""}.fa-renren:before{content:""}.fa-repeat:before{content:""}.fa-repeat-1:before{content:""}.fa-repeat-1-alt:before{content:""}.fa-repeat-alt:before{content:""}.fa-reply:before{content:""}.fa-reply-all:before{content:""}.fa-replyd:before{content:""}.fa-republican:before{content:""}.fa-researchgate:before{content:""}.fa-resolving:before{content:""}.fa-restroom:before{content:""}.fa-retweet:before{content:""}.fa-retweet-alt:before{content:""}.fa-rev:before{content:""}.fa-ribbon:before{content:""}.fa-ring:before{content:""}.fa-rings-wedding:before{content:""}.fa-road:before{content:""}.fa-robot:before{content:""}.fa-rocket:before{content:""}.fa-rocket-launch:before{content:"蠟"}.fa-rocketchat:before{content:""}.fa-rockrms: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-rss-square:before{content:""}.fa-ruble-sign: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-running:before{content:""}.fa-rupee-sign:before{content:""}.fa-rv:before{content:""}.fa-sack:before{content:""}.fa-sack-dollar:before{content:""}.fa-sad-cry:before{content:""}.fa-sad-tear:before{content:""}.fa-safari:before{content:""}.fa-salad:before{content:""}.fa-salesforce:before{content:""}.fa-sandwich:before{content:""}.fa-sass:before{content:""}.fa-satellite:before{content:""}.fa-satellite-dish:before{content:""}.fa-sausage:before{content:""}.fa-save:before{content:""}.fa-sax-hot:before{content:""}.fa-saxophone:before{content:""}.fa-scalpel:before{content:""}.fa-scalpel-path:before{content:""}.fa-scanner:before{content:""}.fa-scanner-image:before{content:""}.fa-scanner-keyboard:before{content:""}.fa-scanner-touchscreen:before{content:""}.fa-scarecrow:before{content:""}.fa-scarf:before{content:""}.fa-schlix:before{content:""}.fa-school:before{content:""}.fa-screwdriver:before{content:""}.fa-scribd:before{content:""}.fa-scroll:before{content:""}.fa-scroll-old:before{content:""}.fa-scrubber:before{content:""}.fa-scythe:before{content:""}.fa-sd-card:before{content:""}.fa-search:before{content:""}.fa-search-dollar:before{content:""}.fa-search-location:before{content:""}.fa-search-minus:before{content:""}.fa-search-plus:before{content:""}.fa-searchengin:before{content:""}.fa-seedling:before{content:""}.fa-sellcast:before{content:""}.fa-sellsy:before{content:""}.fa-send-back:before{content:""}.fa-send-backward:before{content:""}.fa-sensor:before{content:"廊"}.fa-sensor-alert:before{content:"朗"}.fa-sensor-fire:before{content:"浪"}.fa-sensor-on:before{content:"狼"}.fa-sensor-smoke:before{content:"郎"}.fa-server:before{content:""}.fa-servicestack:before{content:""}.fa-shapes:before{content:""}.fa-share:before{content:""}.fa-share-all:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-share-square:before{content:""}.fa-sheep:before{content:""}.fa-shekel-sign:before{content:""}.fa-shield:before{content:""}.fa-shield-alt:before{content:""}.fa-shield-check:before{content:""}.fa-shield-cross:before{content:""}.fa-shield-virus:before{content:"塞"}.fa-ship:before{content:""}.fa-shipping-fast:before{content:""}.fa-shipping-timed:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-shish-kebab:before{content:""}.fa-shoe-prints:before{content:""}.fa-shopify:before{content:"綾"}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-shopping-cart:before{content:""}.fa-shopware:before{content:""}.fa-shovel:before{content:""}.fa-shovel-snow:before{content:""}.fa-shower:before{content:""}.fa-shredder:before{content:""}.fa-shuttle-van:before{content:""}.fa-shuttlecock:before{content:""}.fa-sickle:before{content:""}.fa-sigma:before{content:""}.fa-sign:before{content:""}.fa-sign-in:before{content:""}.fa-sign-in-alt:before{content:""}.fa-sign-language:before{content:""}.fa-sign-out:before{content:""}.fa-sign-out-alt:before{content:""}.fa-signal:before{content:""}.fa-signal-1:before{content:""}.fa-signal-2:before{content:""}.fa-signal-3:before{content:""}.fa-signal-4:before{content:""}.fa-signal-alt:before{content:""}.fa-signal-alt-1:before{content:""}.fa-signal-alt-2:before{content:""}.fa-signal-alt-3:before{content:""}.fa-signal-alt-slash:before{content:""}.fa-signal-slash:before{content:""}.fa-signal-stream:before{content:""}.fa-signature:before{content:""}.fa-sim-card:before{content:""}.fa-simplybuilt:before{content:""}.fa-sink:before{content:"省"}.fa-siren:before{content:"來"}.fa-siren-on:before{content:"冷"}.fa-sistrix:before{content:""}.fa-sitemap:before{content:""}.fa-sith:before{content:""}.fa-skating:before{content:""}.fa-skeleton:before{content:""}.fa-sketch:before{content:""}.fa-ski-jump:before{content:""}.fa-ski-lift:before{content:""}.fa-skiing:before{content:""}.fa-skiing-nordic:before{content:""}.fa-skull:before{content:""}.fa-skull-cow:before{content:""}.fa-skull-crossbones:before{content:""}.fa-skyatlas:before{content:""}.fa-skype:before{content:""}.fa-slack:before{content:""}.fa-slack-hash:before{content:""}.fa-slash:before{content:""}.fa-sledding:before{content:""}.fa-sleigh:before{content:""}.fa-sliders-h:before{content:""}.fa-sliders-h-square:before{content:""}.fa-sliders-v:before{content:""}.fa-sliders-v-square:before{content:""}.fa-slideshare:before{content:""}.fa-smile:before{content:""}.fa-smile-beam:before{content:""}.fa-smile-plus:before{content:""}.fa-smile-wink:before{content:""}.fa-smog:before{content:""}.fa-smoke:before{content:""}.fa-smoking:before{content:""}.fa-smoking-ban:before{content:""}.fa-sms:before{content:""}.fa-snake:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-snooze:before{content:""}.fa-snow-blowing:before{content:""}.fa-snowboarding:before{content:""}.fa-snowflake:before{content:""}.fa-snowflakes:before{content:""}.fa-snowman:before{content:""}.fa-snowmobile:before{content:""}.fa-snowplow:before{content:""}.fa-soap:before{content:"葉"}.fa-socks:before{content:""}.fa-solar-panel:before{content:""}.fa-solar-system:before{content:"勞"}.fa-sort:before{content:""}.fa-sort-alpha-down:before{content:""}.fa-sort-alpha-down-alt:before{content:""}.fa-sort-alpha-up:before{content:""}.fa-sort-alpha-up-alt:before{content:""}.fa-sort-alt:before{content:""}.fa-sort-amount-down:before{content:""}.fa-sort-amount-down-alt:before{content:""}.fa-sort-amount-up:before{content:""}.fa-sort-amount-up-alt:before{content:""}.fa-sort-circle:before{content:"擄"}.fa-sort-circle-down:before{content:"櫓"}.fa-sort-circle-up:before{content:"爐"}.fa-sort-down:before{content:""}.fa-sort-numeric-down:before{content:""}.fa-sort-numeric-down-alt:before{content:""}.fa-sort-numeric-up:before{content:""}.fa-sort-numeric-up-alt:before{content:""}.fa-sort-shapes-down:before{content:""}.fa-sort-shapes-down-alt:before{content:""}.fa-sort-shapes-up:before{content:""}.fa-sort-shapes-up-alt:before{content:""}.fa-sort-size-down:before{content:""}.fa-sort-size-down-alt:before{content:""}.fa-sort-size-up:before{content:""}.fa-sort-size-up-alt:before{content:""}.fa-sort-up:before{content:""}.fa-soundcloud:before{content:""}.fa-soup:before{content:""}.fa-sourcetree:before{content:""}.fa-spa:before{content:""}.fa-space-shuttle:before{content:""}.fa-space-station-moon:before{content:"盧"}.fa-space-station-moon-alt:before{content:"老"}.fa-spade:before{content:""}.fa-sparkles:before{content:""}.fa-speakap:before{content:""}.fa-speaker:before{content:""}.fa-speaker-deck: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-splotch:before{content:""}.fa-spotify:before{content:""}.fa-spray-can:before{content:""}.fa-sprinkler:before{content:"蘆"}.fa-square:before{content:""}.fa-square-full:before{content:""}.fa-square-root:before{content:""}.fa-square-root-alt:before{content:""}.fa-squarespace:before{content:""}.fa-squirrel:before{content:""}.fa-stack-exchange:before{content:""}.fa-stack-overflow:before{content:""}.fa-stackpath:before{content:""}.fa-staff:before{content:""}.fa-stamp: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-alt:before{content:""}.fa-star-of-david:before{content:""}.fa-star-of-life:before{content:""}.fa-star-shooting:before{content:"虜"}.fa-starfighter:before{content:"路"}.fa-starfighter-alt:before{content:"露"}.fa-stars:before{content:""}.fa-starship:before{content:"魯"}.fa-starship-freighter:before{content:"鷺"}.fa-staylinked:before{content:""}.fa-steak:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-steam-symbol:before{content:""}.fa-steering-wheel:before{content:""}.fa-step-backward:before{content:""}.fa-step-forward:before{content:""}.fa-stethoscope:before{content:""}.fa-sticker-mule:before{content:""}.fa-sticky-note:before{content:""}.fa-stocking:before{content:""}.fa-stomach:before{content:""}.fa-stop:before{content:""}.fa-stop-circle:before{content:""}.fa-stopwatch:before{content:""}.fa-stopwatch-20:before{content:"說"}.fa-store:before{content:""}.fa-store-alt:before{content:""}.fa-store-alt-slash:before{content:"殺"}.fa-store-slash:before{content:"辰"}.fa-strava:before{content:""}.fa-stream:before{content:""}.fa-street-view:before{content:""}.fa-stretcher:before{content:""}.fa-strikethrough:before{content:""}.fa-stripe:before{content:""}.fa-stripe-s:before{content:""}.fa-stroopwafel:before{content:""}.fa-studiovinari:before{content:""}.fa-stumbleupon:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-subscript:before{content:""}.fa-subway:before{content:""}.fa-suitcase:before{content:""}.fa-suitcase-rolling:before{content:""}.fa-sun:before{content:""}.fa-sun-cloud:before{content:""}.fa-sun-dust:before{content:""}.fa-sun-haze:before{content:""}.fa-sunglasses:before{content:""}.fa-sunrise:before{content:""}.fa-sunset:before{content:""}.fa-superpowers:before{content:""}.fa-superscript:before{content:""}.fa-supple:before{content:""}.fa-surprise:before{content:""}.fa-suse:before{content:""}.fa-swatchbook:before{content:""}.fa-swift:before{content:""}.fa-swimmer:before{content:""}.fa-swimming-pool: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-symfony:before{content:""}.fa-synagogue:before{content:""}.fa-sync:before{content:""}.fa-sync-alt:before{content:""}.fa-syringe:before{content:""}.fa-table:before{content:""}.fa-table-tennis:before{content:""}.fa-tablet:before{content:""}.fa-tablet-alt:before{content:""}.fa-tablet-android:before{content:""}.fa-tablet-android-alt:before{content:""}.fa-tablet-rugged:before{content:""}.fa-tablets:before{content:""}.fa-tachometer:before{content:""}.fa-tachometer-alt:before{content:""}.fa-tachometer-alt-average:before{content:""}.fa-tachometer-alt-fast:before{content:""}.fa-tachometer-alt-fastest:before{content:""}.fa-tachometer-alt-slow:before{content:""}.fa-tachometer-alt-slowest:before{content:""}.fa-tachometer-average:before{content:""}.fa-tachometer-fast:before{content:""}.fa-tachometer-fastest:before{content:""}.fa-tachometer-slow:before{content:""}.fa-tachometer-slowest:before{content:""}.fa-taco:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-tally:before{content:""}.fa-tanakh:before{content:""}.fa-tape:before{content:""}.fa-tasks:before{content:""}.fa-tasks-alt:before{content:""}.fa-taxi:before{content:""}.fa-teamspeak:before{content:""}.fa-teeth:before{content:""}.fa-teeth-open:before{content:""}.fa-telegram:before{content:""}.fa-telegram-plane:before{content:""}.fa-telescope:before{content:"菉"}.fa-temperature-down:before{content:"錄"}.fa-temperature-frigid:before{content:""}.fa-temperature-high:before{content:""}.fa-temperature-hot:before{content:""}.fa-temperature-low:before{content:""}.fa-temperature-up:before{content:"鹿"}.fa-tencent-weibo:before{content:""}.fa-tenge:before{content:""}.fa-tennis-ball:before{content:""}.fa-terminal:before{content:""}.fa-text:before{content:""}.fa-text-height:before{content:""}.fa-text-size:before{content:""}.fa-text-width:before{content:""}.fa-th:before{content:""}.fa-th-large:before{content:""}.fa-th-list:before{content:""}.fa-the-red-yeti:before{content:""}.fa-theater-masks:before{content:""}.fa-themeco:before{content:""}.fa-themeisle:before{content:""}.fa-thermometer:before{content:""}.fa-thermometer-empty:before{content:""}.fa-thermometer-full:before{content:""}.fa-thermometer-half:before{content:""}.fa-thermometer-quarter:before{content:""}.fa-thermometer-three-quarters:before{content:""}.fa-theta:before{content:""}.fa-think-peaks:before{content:""}.fa-thumbs-down:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbtack:before{content:""}.fa-thunderstorm:before{content:""}.fa-thunderstorm-moon:before{content:""}.fa-thunderstorm-sun:before{content:""}.fa-ticket:before{content:""}.fa-ticket-alt:before{content:""}.fa-tilde:before{content:""}.fa-times:before{content:""}.fa-times-circle:before{content:""}.fa-times-hexagon:before{content:""}.fa-times-octagon:before{content:""}.fa-times-square:before{content:""}.fa-tint:before{content:""}.fa-tint-slash:before{content:""}.fa-tire:before{content:""}.fa-tire-flat:before{content:""}.fa-tire-pressure-warning:before{content:""}.fa-tire-rugged:before{content:""}.fa-tired:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-toilet:before{content:""}.fa-toilet-paper:before{content:""}.fa-toilet-paper-alt:before{content:""}.fa-toilet-paper-slash:before{content:"沈"}.fa-tombstone:before{content:""}.fa-tombstone-alt:before{content:""}.fa-toolbox:before{content:""}.fa-tools:before{content:""}.fa-tooth:before{content:""}.fa-toothbrush:before{content:""}.fa-torah:before{content:""}.fa-torii-gate:before{content:""}.fa-tornado:before{content:""}.fa-tractor:before{content:""}.fa-trade-federation: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-tram: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-empty:before{content:"牢"}.fa-trash:before{content:""}.fa-trash-alt:before{content:""}.fa-trash-restore:before{content:""}.fa-trash-restore-alt:before{content:""}.fa-trash-undo:before{content:""}.fa-trash-undo-alt:before{content:""}.fa-treasure-chest:before{content:""}.fa-tree:before{content:""}.fa-tree-alt:before{content:""}.fa-tree-christmas:before{content:""}.fa-tree-decorated:before{content:""}.fa-tree-large:before{content:""}.fa-tree-palm:before{content:""}.fa-trees:before{content:""}.fa-trello:before{content:""}.fa-triangle:before{content:""}.fa-triangle-music:before{content:""}.fa-tripadvisor:before{content:""}.fa-trophy:before{content:""}.fa-trophy-alt:before{content:""}.fa-truck:before{content:""}.fa-truck-container:before{content:""}.fa-truck-couch:before{content:""}.fa-truck-loading:before{content:""}.fa-truck-monster:before{content:""}.fa-truck-moving:before{content:""}.fa-truck-pickup:before{content:""}.fa-truck-plow:before{content:""}.fa-truck-ramp:before{content:""}.fa-trumpet:before{content:""}.fa-tshirt:before{content:""}.fa-tty:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-turkey:before{content:""}.fa-turntable:before{content:""}.fa-turtle:before{content:""}.fa-tv:before{content:""}.fa-tv-alt:before{content:""}.fa-tv-music:before{content:""}.fa-tv-retro:before{content:""}.fa-twitch:before{content:""}.fa-twitter:before{content:""}.fa-twitter-square:before{content:""}.fa-typewriter:before{content:""}.fa-typo3:before{content:""}.fa-uber:before{content:""}.fa-ubuntu:before{content:""}.fa-ufo:before{content:"磊"}.fa-ufo-beam:before{content:"賂"}.fa-uikit:before{content:""}.fa-umbraco:before{content:""}.fa-umbrella:before{content:""}.fa-umbrella-beach:before{content:""}.fa-underline:before{content:""}.fa-undo:before{content:""}.fa-undo-alt:before{content:""}.fa-unicorn:before{content:""}.fa-union:before{content:""}.fa-uniregistry:before{content:""}.fa-unity:before{content:"雷"}.fa-universal-access:before{content:""}.fa-university:before{content:""}.fa-unlink:before{content:""}.fa-unlock:before{content:""}.fa-unlock-alt:before{content:""}.fa-untappd:before{content:""}.fa-upload:before{content:""}.fa-ups:before{content:""}.fa-usb:before{content:""}.fa-usb-drive:before{content:""}.fa-usd-circle:before{content:""}.fa-usd-square:before{content:""}.fa-user:before{content:""}.fa-user-alien:before{content:"壘"}.fa-user-alt:before{content:""}.fa-user-alt-slash:before{content:""}.fa-user-astronaut:before{content:""}.fa-user-chart:before{content:""}.fa-user-check:before{content:""}.fa-user-circle:before{content:""}.fa-user-clock:before{content:""}.fa-user-cog:before{content:""}.fa-user-cowboy:before{content:""}.fa-user-crown:before{content:""}.fa-user-edit:before{content:""}.fa-user-friends:before{content:""}.fa-user-graduate:before{content:""}.fa-user-hard-hat:before{content:""}.fa-user-headset:before{content:""}.fa-user-injured:before{content:""}.fa-user-lock:before{content:""}.fa-user-md:before{content:""}.fa-user-md-chat:before{content:""}.fa-user-minus:before{content:""}.fa-user-music:before{content:""}.fa-user-ninja:before{content:""}.fa-user-nurse:before{content:""}.fa-user-plus:before{content:""}.fa-user-robot:before{content:"屢"}.fa-user-secret:before{content:""}.fa-user-shield:before{content:""}.fa-user-slash:before{content:""}.fa-user-tag:before{content:""}.fa-user-tie:before{content:""}.fa-user-times:before{content:""}.fa-user-unlock:before{content:"菱"}.fa-user-visor:before{content:"樓"}.fa-users:before{content:""}.fa-users-class:before{content:""}.fa-users-cog:before{content:""}.fa-users-crown:before{content:""}.fa-users-medical:before{content:""}.fa-users-slash:before{content:"拾"}.fa-usps:before{content:""}.fa-ussunnah:before{content:""}.fa-utensil-fork:before{content:""}.fa-utensil-knife:before{content:""}.fa-utensil-spoon:before{content:""}.fa-utensils:before{content:""}.fa-utensils-alt:before{content:""}.fa-vaadin:before{content:""}.fa-vacuum:before{content:"淚"}.fa-vacuum-robot:before{content:"漏"}.fa-value-absolute:before{content:""}.fa-vector-square:before{content:""}.fa-venus:before{content:""}.fa-venus-double:before{content:""}.fa-venus-mars:before{content:""}.fa-vhs:before{content:""}.fa-viacoin:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-vial:before{content:""}.fa-vials:before{content:""}.fa-viber:before{content:""}.fa-video:before{content:""}.fa-video-plus:before{content:""}.fa-video-slash:before{content:""}.fa-vihara:before{content:""}.fa-vimeo:before{content:""}.fa-vimeo-square:before{content:""}.fa-vimeo-v:before{content:""}.fa-vine:before{content:""}.fa-violin:before{content:""}.fa-virus:before{content:"若"}.fa-virus-slash:before{content:"掠"}.fa-viruses:before{content:"略"}.fa-vk:before{content:""}.fa-vnv:before{content:""}.fa-voicemail:before{content:""}.fa-volcano:before{content:""}.fa-volleyball-ball:before{content:""}.fa-volume:before{content:""}.fa-volume-down:before{content:""}.fa-volume-mute:before{content:""}.fa-volume-off:before{content:""}.fa-volume-slash:before{content:""}.fa-volume-up:before{content:""}.fa-vote-nay:before{content:""}.fa-vote-yea:before{content:""}.fa-vr-cardboard:before{content:""}.fa-vuejs:before{content:""}.fa-wagon-covered:before{content:""}.fa-walker:before{content:""}.fa-walkie-talkie:before{content:""}.fa-walking:before{content:""}.fa-wallet:before{content:""}.fa-wand:before{content:""}.fa-wand-magic:before{content:""}.fa-warehouse:before{content:""}.fa-warehouse-alt:before{content:""}.fa-washer:before{content:""}.fa-watch:before{content:""}.fa-watch-calculator:before{content:""}.fa-watch-fitness:before{content:""}.fa-water:before{content:""}.fa-water-lower:before{content:""}.fa-water-rise:before{content:""}.fa-wave-sine:before{content:""}.fa-wave-square:before{content:""}.fa-wave-triangle:before{content:""}.fa-waveform:before{content:""}.fa-waveform-path:before{content:""}.fa-waze:before{content:""}.fa-webcam:before{content:""}.fa-webcam-slash:before{content:""}.fa-weebly:before{content:""}.fa-weibo:before{content:""}.fa-weight:before{content:""}.fa-weight-hanging:before{content:""}.fa-weixin:before{content:""}.fa-whale:before{content:""}.fa-whatsapp:before{content:""}.fa-whatsapp-square:before{content:""}.fa-wheat:before{content:""}.fa-wheelchair:before{content:""}.fa-whistle:before{content:""}.fa-whmcs:before{content:""}.fa-wifi:before{content:""}.fa-wifi-1:before{content:""}.fa-wifi-2:before{content:""}.fa-wifi-slash:before{content:""}.fa-wikipedia-w:before{content:""}.fa-wind:before{content:""}.fa-wind-turbine:before{content:""}.fa-wind-warning:before{content:""}.fa-window:before{content:""}.fa-window-alt:before{content:""}.fa-window-close: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-windows:before{content:""}.fa-windsock:before{content:""}.fa-wine-bottle:before{content:""}.fa-wine-glass:before{content:""}.fa-wine-glass-alt:before{content:""}.fa-wix:before{content:""}.fa-wizards-of-the-coast:before{content:""}.fa-wolf-pack-battalion:before{content:""}.fa-won-sign: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-wreath:before{content:""}.fa-wrench:before{content:""}.fa-x-ray: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-yen-sign:before{content:""}.fa-yin-yang:before{content:""}.fa-yoast:before{content:""}.fa-youtube:before{content:""}.fa-youtube-square:before{content:""}.fa-zhihu:before{content:""}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/fonts/fontawesome/fa-brands-400.eot);src:url(/fonts/fontawesome/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/fonts/fontawesome/fa-brands-400.woff2) format("woff2"),url(/fonts/fontawesome/fa-brands-400.woff) format("woff"),url(/fonts/fontawesome/fa-brands-400.ttf) format("truetype"),url(/fonts/fontawesome/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands";font-weight:400}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:300;font-display:block;src:url(/fonts/fontawesome/fa-light-300.eot);src:url(/fonts/fontawesome/fa-light-300.eot?#iefix) format("embedded-opentype"),url(/fonts/fontawesome/fa-light-300.woff2) format("woff2"),url(/fonts/fontawesome/fa-light-300.woff) format("woff"),url(/fonts/fontawesome/fa-light-300.ttf) format("truetype"),url(/fonts/fontawesome/fa-light-300.svg#fontawesome) format("svg")}.fal{font-family:"Font Awesome 5 Pro";font-weight:300}@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:400;font-display:block;src:url(/fonts/fontawesome/fa-regular-400.eot);src:url(/fonts/fontawesome/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/fonts/fontawesome/fa-regular-400.woff2) format("woff2"),url(/fonts/fontawesome/fa-regular-400.woff) format("woff"),url(/fonts/fontawesome/fa-regular-400.ttf) format("truetype"),url(/fonts/fontawesome/fa-regular-400.svg#fontawesome) format("svg")}.far{font-family:"Font Awesome 5 Pro";font-weight:400}/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */@font-face{font-family:"Font Awesome 5 Pro";font-style:normal;font-weight:900;font-display:block;src:url(/fonts/fontawesome/fa-solid-900.eot);src:url(/fonts/fontawesome/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/fonts/fontawesome/fa-solid-900.woff2) format("woff2"),url(/fonts/fontawesome/fa-solid-900.woff) format("woff"),url(/fonts/fontawesome/fa-solid-900.ttf) format("truetype"),url(/fonts/fontawesome/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:"Font Awesome 5 Pro";font-weight:900}.layout-revamp .v-application{background:#E7EDEF;background:linear-gradient(155deg,rgb(231,237,239) 0%,rgb(247,248,249) 17%,rgb(249,249,250) 21%)}.layout-revamp .main-nav{padding-top:15px}.layout-revamp .main-nav .v-btn{color:#4e5156!important;margin-left:0;margin-right:0}.layout-revamp #app-footer{background:transparent!important}body{margin:0!important}.v-container{padding:16px}.login-page .v-application{background:#002237;min-height:100vh}.login-content{justify-content:center}.login-form{height:100%;display:flex;align-items:center;justify-content:center;width:100%;background-image:url(/build/assets/guest-background-5b5b7d2c.svg);background-position:center}.login-card{max-width:580px!important;width:100%}.login-card .links a{text-decoration:none}.login-logo{margin-bottom:10px;text-align:center}@media (min-width: 300px) and (max-width: 430px){.login-logo{margin-bottom:15px!important}}.login-logo img{height:auto;max-width:250px;position:relative;width:100%}.login-logo h2{color:#f7b900;text-transform:uppercase}.forgot-card-size{max-width:580px!important;width:100%;max-height:580px;height:100%}.forgot-card-size .links a{text-decoration:none}.card-style{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 4px 72px #001a2a;background:linear-gradient(180deg,rgba(41,69,87,.4) 0%,rgba(255,255,255,.04) 100%);box-sizing:border-box;border:.1px solid white;border-radius:24px}.header{font-family:News Plantin;font-style:normal;font-weight:500;font-size:48px;line-height:100%;text-align:center;color:#fff}.subtitle{font-family:Inter;font-style:normal;font-weight:500;font-size:16px;line-height:100%;text-align:center;color:#fff9!important}.top-icon{width:30px;height:30px}.top-label{font-family:Inter;font-style:normal;font-weight:500;font-size:18px;margin-bottom:6px;line-height:100%;color:#fff}.separator h4{font-family:Inter;font-style:normal;font-weight:500;font-size:18px;line-height:100%;display:flex;justify-content:center;align-items:center;padding:0 1em}.separator h4:before,.separator h4:after{content:"";display:block;flex-grow:1;height:1px;background:#FFFFFF;opacity:40%}.separator h4 span{padding:0 2em}.link-color{color:#a9daff!important}.no-border{border:.1px solid #35586E}.login-continue-with-button{color:#fff;font-family:Inter;font-style:normal;font-size:14px;font-weight:500;line-height:100%;letter-spacing:0;border:1px solid white;background:#35586E;margin-left:14px;margin-right:14px;text-transform:none}.sign-in{background:#A9DAFF;font-family:News Plantin;font-style:normal;text-transform:none;font-size:20px;letter-spacing:0;line-height:100%}.reset-button{font-family:News Plantin;font-style:normal;text-transform:none;font-size:20px;letter-spacing:0;line-height:100%;background:#A9DAFF}.back-button{color:#fff;border:1px solid white;background:#35586E;margin-right:0;margin-left:0;font-size:20px;text-transform:none;letter-spacing:0}.back-button:hover .arrow-icon{margin-right:5px!important;padding-right:5px}.router-link{text-decoration:none;color:#fff!important}.arrow-icon{margin-bottom:2px}.register-form .links a{text-decoration:none}.register-continue-with-button{color:#fff;font-family:Inter;font-style:normal;font-size:14px;font-weight:500;line-height:100%;letter-spacing:0;border:1px solid white;background:#35586E;margin-left:4px;margin-right:4px;text-transform:none}.bar{width:90%;display:block;margin:0 auto}.next-button{background:#A9DAFF;font-family:News Plantin;font-style:normal;text-transform:none;font-size:20px;letter-spacing:0;line-height:100%}.previous-button{font-family:News Plantin;font-style:normal;text-transform:none;font-size:20px;letter-spacing:0;line-height:100%}.card-field{background:#35586E}.checkbox{color:#a9daff;font-size:15px!important}.custom-label-color .v-label{color:#fff9!important;font-style:normal;font-weight:500;font-size:16px;line-height:100%;text-align:center;font-family:"Inter, Poppins, Consolas, Menlo, monospace"}.custom-placeholder-color input::placeholder{color:#bdbdbd!important;opacity:1}.autocomplete-overlay .v-list-item__content{color:#fff}.autocomplete-overlay .v-list-item:hover{background-color:#a9daff!important;opacity:.8}.autocomplete-overlay .v-list-item:hover .v-list-item__content{color:#000}.autocomplete-overlay .v-list-item:before{background-color:#a9daff!important}.autocomplete-overlay .v-list-item--active{background-color:#a9daff}.autocomplete-overlay .v-list-item--active .v-list-item__content{color:#000}.static-error-message .v-text-field__details{min-height:auto!important;margin-bottom:10px;color:red}.invalid-static-input{display:block;margin-top:-10px!important;margin-bottom:10px;color:red}.email-verification-notice .email-icon{font-size:30px;margin-bottom:10px}.plan-details-new .price,.plan-details-new .credits-quantum,.plan-details-new .credits-app{position:absolute;color:inherit;padding:3px 5px;border-radius:6px!important}.plan-details-new .price{background-color:#ffe081;left:5px;font-size:16px}.plan-details-new .credits-quantum,.plan-details-new .credits-app{background-color:#35586e;color:#fff!important;right:5px;bottom:5px;font-size:16px!important}.plan-details-new .credits-quantum{bottom:40px}.plan-details-new .credits-app{bottom:5px}.plan-details-new .v-card__text{text-align:center}.plan-details-new .v-card-text,.plan-details-new .image-near{background-color:#a9daff}.plan-details-new .bottom-close-bar{background-color:#35586e}.plan-details-new .v-toolbar{background-color:#35586e!important;color:#a9daff}.plan-details-new .v-toolbar .v-toolbar__content .v-toolbar__title{font-size:18px;text-transform:uppercase;color:#a9daff}.plan-details-new .plan-image{height:auto;max-width:250px;width:100%;margin-bottom:30px;background:#A9DAFF}.plan-details-new ul{list-style:none;padding:0}.plan-details-new ul .features{text-align:left;max-width:70%;margin:10px auto;padding-left:1.3em}.plan-details-new ul .features:before{content:"";font-family:"Font Awesome 5 Pro";color:#4caf50;float:left;font-size:18px;line-height:20px;margin-left:-1.3em}.plan-details-new ul .unavailable-features{color:#9ca3af;text-align:left;max-width:70%;margin:10px auto;padding-left:1.3em}.plan-details-new ul .unavailable-features:before{content:"";font-family:"Font Awesome 5 Pro";color:#e5e7eb;float:left;font-size:18px;line-height:20px;margin-left:-1.3em}.company-manager .field-chip>.v-chip__content{padding-left:0}.company-manager .edit-link .v-icon{position:relative;top:-1px}.company-icon-placeholder{font-size:40px!important;height:100%;display:inline-flex}.company-logo{max-height:30px;display:flex}.external-pr a{transition:color .2s ease-in-out}.external-pr.pr-root .head{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.external-pr.pr-root .head a{color:#1f2937;text-decoration:none}.external-pr.pr-root .head a:hover{color:#2fab7e}.external-pr.pr-root .summary{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.external-pr.pr-article .pr-content h1,.external-pr.pr-article .pr-content h2,.external-pr.pr-article .pr-content h3{margin:20px 0}.external-pr .external-sidebar a:hover{color:#0c22a2}.extenal-pages h2.overline{font-size:1rem!important;letter-spacing:.1rem!important}.extenal-pages h2.overline a:hover{color:#0c22a2}.extenal-pages .left-chevron{text-decoration:none}.carousel-press-release{background-repeat:no-repeat;background-position:50% 50%;background-size:cover}.carousel-press-release .headline{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pac-container{position:fixed!important;z-index:9999999!important}.image-dropbox .v-card{outline:3px dashed rgba(18,100,114,.5019607843)}.image-dropbox .v-icon.material-icons{color:#9ca3af}.image-dropbox p{color:#4b5563}.image-dropbox input{cursor:pointer;opacity:0;position:absolute;width:100%;height:100%;left:0;top:0}.image-dropbox .image-el{position:relative;padding:.3em;z-index:101}.image-dropbox .image-el figure{z-index:110;position:relative;border-radius:4px;height:200px}.image-dropbox .image-el figure .v-chip{top:77%;position:relative;z-index:115}.image-dropbox .image-el figure .overlay-actions{transition:opacity .3s;opacity:0;padding-top:55px;z-index:120;background:rgba(0,0,0,.5);border-radius:4px;position:absolute;width:100%;height:100%}.image-dropbox .image-el figure .overlay-actions .v-btn{margin-right:3px;height:35px;width:35px;min-width:35px}.image-dropbox .image-el figure .fa-file-pdf{position:absolute;top:25%;left:30%;font-size:100px;margin:auto}.image-dropbox .image-el:not(.progress):hover .overlay-actions{opacity:1}.image-dropbox .image-el.progress figure{display:flex;justify-content:center;flex-direction:column;background:rgba(0,0,0,.05);border:2px dashed rgba(0,0,0,.2)}.image-dropbox .image-el.progress figure div{margin:auto}.image-viewbox .image-el{position:relative;padding:.3em;z-index:101}.image-viewbox .image-el figure{z-index:110;position:relative;border-radius:4px;height:200px}.image-viewbox .image-el figure .v-chip{top:77%;position:relative;z-index:115}.image-viewbox .image-el figure .overlay-actions{transition:opacity .3s;opacity:0;padding-top:75px;z-index:120;background:rgba(0,0,0,.5);border-radius:4px;position:absolute;width:100%;height:100%}.image-viewbox .image-el figure .overlay-actions .v-btn{margin-right:3px;height:35px;width:35px;min-width:35px}.image-viewbox .image-el figure .fa-file-pdf{position:absolute;top:25%;left:30%;font-size:100px;margin:auto}.image-viewbox .image-el:hover .overlay-actions{opacity:1}.image-edit-dialog img{width:100%}.image-edit-dialog .fa-file-pdf{font-size:100px}.image-preview-dialog img{margin:auto;max-width:550px}.editable-image-crop{position:relative}.editable-image-crop .crop-image-action{align-items:center;background:rgba(0,0,0,.5);display:flex;justify-content:center;position:absolute;top:0;left:0;height:100%;opacity:0;width:100%;z-index:1;transition:all .3s ease-in-out}.editable-image-crop .crop-image-action .v-icon{color:#fff;font-size:40px}.editable-image-crop .crop-image-action:hover{opacity:1}.kb-wrapper .keyword-link{text-decoration:none}.kb-wrapper .keyword-link .v-chip__content{cursor:pointer}.kb-wrapper .search-input .v-input__slot{padding:4px 16px 0!important}.kb-wrapper .search-input input{padding-top:12px;padding-bottom:12px;margin-top:26px;font-size:20px}.kb-wrapper .search-results .v-card{transition:background-color .25s}.kb-wrapper .search-results .v-card:hover{background-color:#edfff8}.kb-wrapper .search-results .highlight{padding:2px;margin:0 -2px;border-radius:5px;background:rgba(41,177,64,.32)}.kb-wrapper .category-container .v-card{opacity:.8;font-size:18px;border-radius:5px;transition:all .25s ease-in-out}.kb-wrapper .category-container .v-card:hover{background:#38A169!important;color:#c6f6d5!important}.kb-wrapper .category-container .v-card:hover .v-icon,.kb-wrapper .category-container .v-card:hover .v-card__text{color:#c6f6d5!important}.kb-wrapper .category-container .v-card .v-icon{font-size:50px}.integration-dialog .marketing-header{text-align:center;border-radius:20px;-webkit-box-shadow:0 5px 12px rgba(0,0,0,.3);box-shadow:0 5px 12px #0000004d}.integration-dialog .marketing-header img{height:150px}.integration-dialog .marketing-header .marketing-title{font-size:20px;text-transform:uppercase;font-weight:500;letter-spacing:.03em}.integration-dialog .marketing-header,.integration-dialog .marketing-card-title{background:url(/img/particle.png) top center no-repeat fixed,linear-gradient(150deg,rgb(41.287037037,38.7592592593,97.7407407407) 10%,rgb(36.004587156,130.995412844,96.5229357798) 100%)!important;color:#fff;font-weight:500;text-transform:uppercase;padding-bottom:30px!important}.integration-dialog .marketing-col .background-icon{position:absolute;font-size:250px;z-index:0;bottom:-80px;right:-50px;opacity:.1}.integration-dialog .marketing-col.focused .background-icon{font-size:350px}.legal-text{margin-left:5px}.legal-text h1{margin-top:21px;margin-bottom:21px}.legal-text h2,.legal-text ul{margin-bottom:16px;margin-top:16px}.legal-text ul{margin-left:28px}.legal-text h1,.legal-text h2,.legal-text p,.legal-text ul,.legal-text li{color:#0009}.legal-text p{font-size:12.25px;margin-bottom:16px}.v-toolbar{box-shadow:none!important;z-index:100}.v-toolbar__items .v-btn{height:62%!important}.v-toolbar__items .v-btn.v-btn--icon{height:36px!important;margin-top:13px!important}@media screen and (max-width: 959px){.v-toolbar__items .v-btn.v-btn--icon{margin-top:9px!important}}@media (max-width: 961px){.v-toolbar__items .v-btn{height:68%!important;top:10px!important}}.v-toolbar__items.account-dropdown .v-btn{top:0!important}.full-width-toolbar.v-toolbar .v-toolbar__content{max-width:none!important}.navbar{background:transparent!important}.burger-menu{display:none!important}@media screen and (max-width: 959px){.burger-menu{display:block!important}}.v-toolbar__title:not(:first-child){margin-left:0!important;padding-left:0!important}.navbar-brand{text-decoration:none}.navbar-brand .logo{width:auto;height:60px;margin-top:8px}@media screen and (max-width: 959px){.navbar-brand .logo{height:45px;margin-top:5px}}.aside-nav{z-index:9999!important}.drawer-logo{height:60px;width:auto;display:block;margin:20px auto}.nav-user-settings{background:transparent!important}.nav-user-settings .v-btn__content{background:transparent!important;-webkit-box-shadow:none!important;box-shadow:none!important}.nav-user-settings:not(.v-btn--depressed){-webkit-box-shadow:none!important;box-shadow:none!important}.v-menu__content{border-radius:4px!important}.v-menu__content .v-list a{color:inherit;text-decoration:none}.v-menu__content .v-list a .v-list-item{font-size:14px!important}.v-menu__content .v-list a .v-list-item:hover{background-color:#e5e7eb!important}.v-menu__content .v-list a .v-list-item .v-list-item__title{height:auto!important}.v-menu__content .v-list a .v-list-item .v-list-item__title i{font-size:16px;vertical-align:unset!important;width:25px}.theme--light.v-list .v-list-item--link:hover,.theme--light.v-list .v-list-item--highlighted,.theme--light.v-list .v-list__group__header:hover{background:#e5e7eb!important}.v-dialog--fullscreen{background:rgba(3,7,18,.3);-webkit-box-shadow:none!important;box-shadow:none!important}.v-dialog--fullscreen>.notifications-modal{float:right!important;min-width:auto!important;max-width:400px!important;width:100%}@media screen and (max-width: 768px){.v-dialog--fullscreen>.notifications-modal{max-width:100%!important}}.notifications-modal .v-toolbar__content{height:auto!important}.notifications-modal .v-tabs-slider{height:3px!important}.shake{animation-name:shake-rotate;animation-duration:3s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}@keyframes shake-rotate{2%{transform:translate(0) rotate(6.5deg)}4%{transform:translate(0) rotate(3.5deg)}6%{transform:translate(0) rotate(-3.5deg)}8%{transform:translate(0) rotate(5.5deg)}10%{transform:translate(0) rotate(-4.5deg)}12%{transform:translate(0) rotate(-4.5deg)}14%{transform:translate(0) rotate(-6.5deg)}16%{transform:translate(0) rotate(2.5deg)}18%{transform:translate(0) rotate(-5.5deg)}20%{transform:translate(0) rotate(.5deg)}22%{transform:translate(0) rotate(-3.5deg)}24%{transform:translate(0) rotate(-6.5deg)}26%{transform:translate(0) rotate(6.5deg)}28%{transform:translate(0) rotate(1.5deg)}30%{transform:translate(0) rotate(-5.5deg)}32%{transform:translate(0) rotate(7.5deg)}34%{transform:translate(0) rotate(-3.5deg)}36%{transform:translate(0) rotate(7.5deg)}38%{transform:translate(0) rotate(-5.5deg)}40%{transform:translate(0) rotate(3.5deg)}42%{transform:translate(0) rotate(6.5deg)}44%{transform:translate(0) rotate(1.5deg)}46%{transform:translate(0) rotate(3.5deg)}48%{transform:translate(0) rotate(-.5deg)}50%{transform:translate(0) rotate(-4.5deg)}52%{transform:translate(0) rotate(4.5deg)}54%{transform:translate(0) rotate(-3.5deg)}56%{transform:translate(0) rotate(4.5deg)}58%{transform:translate(0) rotate(-3.5deg)}60%{transform:translate(0) rotate(5.5deg)}62%{transform:translate(0) rotate(6.5deg)}64%{transform:translate(0) rotate(3.5deg)}66%{transform:translate(0) rotate(-3.5deg)}68%{transform:translate(0) rotate(-4.5deg)}70%{transform:translate(0) rotate(-6.5deg)}72%{transform:translate(0) rotate(6.5deg)}74%{transform:translate(0) rotate(-5.5deg)}76%{transform:translate(0) rotate(-6.5deg)}78%{transform:translate(0) rotate(5.5deg)}80%{transform:translate(0) rotate(-6.5deg)}82%{transform:translate(0) rotate(.5deg)}84%{transform:translate(0) rotate(4.5deg)}86%{transform:translate(0) rotate(5.5deg)}88%{transform:translate(0) rotate(-6.5deg)}90%{transform:translate(0) rotate(-5.5deg)}92%{transform:translate(0) rotate(4.5deg)}94%{transform:translate(0) rotate(2.5deg)}96%{transform:translate(0) rotate(-5.5deg)}98%{transform:translate(0) rotate(2.5deg)}0%,to{transform:translate(0) rotate(0)}}@keyframes shake{10%,90%{-webkit-transform:translate3d(-1px,0,0);transform:translate3d(-1px,0,0)}20%,80%{-webkit-transform:translate3d(2px,0,0);transform:translate3d(2px,0,0)}30%,50%,70%{-webkit-transform:translate3d(-4px,0,0);transform:translate3d(-4px,0,0)}40%,60%{-webkit-transform:translate3d(4px,0,0);transform:translate3d(4px,0,0)}}.bounce{-webkit-animation:bounce 1s;animation:bounce 1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes bounce{0%,to{-webkit-transform:translateY(0)}50%{-webkit-transform:translateY(-5px)}}@keyframes bounce{0%,to{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-5px);transform:translateY(-5px)}}.pulse{background-color:#ff5252e6!important;border-radius:50%;box-shadow:0 0 #ff5252;-webkit-animation:pulse 1s;animation:pulse 1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 #ff5252}70%{-webkit-box-shadow:0 0 0 10px rgba(255,82,82,0)}to{-webkit-box-shadow:0 0 0 0 rgba(255,82,82,0)}}@keyframes pulse{0%{-moz-box-shadow:0 0 0 0 #ff5252;box-shadow:0 0 #ff5252}70%{-moz-box-shadow:0 0 0 10px rgba(255,82,82,0);box-shadow:0 0 0 10px #ff525200}to{-moz-box-shadow:0 0 0 0 rgba(255,82,82,0);box-shadow:0 0 #ff525200}}.notifications-panel{overflow:auto}.notifications-panel .v-toolbar .v-tab__slider{height:3px!important}.notifications-panel .v-toolbar .v-tab{font-weight:500!important}.notifications-panel .v-alert:not(.v-sheet--tile){border-radius:0!important}.notifications-list.active{background:#f3f4f6}.notifications-list .v-list-item__action{align-self:center}.notifications-list .v-list-item-subtitle{overflow:visible!important;text-overflow:unset!important;-webkit-line-clamp:unset!important;-webkit-box-orient:unset!important;display:block!important}.notifications-list .notification-icon{align-items:center;display:flex!important;border-radius:50%;width:40px;height:40px;justify-content:center;border-color:#6c7177;box-shadow:0 0 2px #888;line-height:37px!important;background:#e5e7eb;margin-right:15px}.notifications-list .notification-body{line-height:1.5;margin-top:5px}.notification-badge{display:block;position:relative;background:#ff5252;width:10px;height:10px;border-radius:50%;margin-bottom:10px;margin-right:4px}.v-tabs.notifications-sub-tabs{padding-left:10px;margin:10px 0!important}.v-tabs.notifications-sub-tabs .v-tabs-bar{height:32px!important}.v-tabs.notifications-sub-tabs .v-tab__slider{display:none!important}.v-tab.pills{border-radius:6px!important;margin:0 4px!important;min-width:unset!important}.v-tab.pills:before{border-radius:6px!important}.v-tab.pills.v-tab--selected{background-color:#d1d5db!important}.pr-index .status-icon{cursor:pointer}.pr-index tbody tr{border-bottom:none!important}.pr-index tbody tr td:last-child{padding-left:10px!important;padding-right:10px!important;width:120px}.pr-index tbody tr td.moderator-assign{text-align:center;padding-left:10px!important;padding-right:10px!important}.pr-index tbody tr.v-datatable__expand-row{border-bottom:1px solid #d1d5db!important}.pr-index .distributions-table{background:#f3f4f6;width:100%;border-spacing:0;border-collapse:separate;padding:10px}.pr-index .distributions-table tr td{font-size:13px;padding:10px}.pr-index .distributions-table tr td strong{font-weight:500}.pr-index .distributions-table tr td .v-chip__content{font-size:12px!important}.pr-index-assignment-dialog .v-table tbody tr.selected-row,.pr-index-assignment-dialog .v-table tbody tr.selected-row:hover{color:#fff!important;background:rgb(246.7,185.025,0)!important}.pr-form-hint{background:#e5e7eb!important}.pr-form-hint figure .v-icon,.pr-form-hint figure span{color:#4b5563}.schema-treeview a{padding:0 5px}.schema-treeview a.active{color:#fff;background:#2FAB7E}.pr-primary-button{font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:100%;letter-spacing:0;text-align:center;text-transform:none;background:linear-gradient(to right,#124D72,#126472)}.pr-secondary-button{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:100%;letter-spacing:0;text-align:center;text-transform:inherit;border:thin solid #CCCCCC}.pr-form{padding-top:0}.pr-request-details .v-card-title,.pr-request-details .v-card-text{background-color:#f3f4f6}.pr-request-details .comment{background-color:#f3f4f6!important;border-left:5px solid transparent;border-right:5px solid transparent}.pr-request-details .comment.comment-user{border-right-color:#f7b900}.pr-request-details .comment.comment-moderator{border-left-color:#0c22a2}.pr-request-details .comment .delete-button{right:-7px;top:-5px;width:25px;height:25px;position:absolute}.pr-review .client-logo{display:block;margin:0 auto;max-height:12em;max-width:100%}.pr-review .comment{background-color:#f3f4f6!important;border-left:5px solid transparent;border-right:5px solid transparent}.pr-review .comment.comment-user{border-right-color:#f7b900}.pr-review .comment.comment-moderator{border-left-color:#0c22a2}.pr-review .comment .delete-button{right:-7px;top:-5px;width:25px;height:25px;position:absolute}.pr-timeline .v-timeline:after{bottom:0;content:"";height:100%;left:calc(50% - 7px);position:relative;top:0;width:15px;border-bottom:2px solid #d1d5db;padding-block:110px}@media screen and (max-width: 959px){.pr-timeline .v-timeline:after{left:12px}.pr-timeline .v-timeline:before{left:18px}.pr-timeline .v-timeline .v-timeline-item--left .v-card:before{right:initial;left:-10px;transform:none}.pr-timeline .v-timeline .v-timeline-item:nth-child(odd):not(.v-timeline-item--right) .v-card:after{right:initial;left:-10px;transform:none}.pr-timeline .v-timeline .v-timeline-item:nth-child(odd):not(.v-timeline-item--right){flex-direction:row-reverse}.pr-timeline .v-timeline .v-timeline-item:nth-child(odd):not(.v-timeline-item--right) .v-card:before{right:initial;left:-10px;transform:none}.pr-timeline .v-timeline .v-timeline-item .v-timeline-item__dot--large{left:-7px}}.pr-timeline .v-card .v-card__title{padding:14px 16px 15px!important}.pr-timeline .v-card .v-card__title .title{font-size:14px!important;margin:0!important}.pr-timeline .pr-card{text-align:center}.pr-timeline .pr-card .v-card__title{background:#e5e7eb}@media screen and (max-width: 959px){.pr-timeline .pr-card{text-align:left}}.pr-timeline .status-description p:first-child{margin-bottom:5px!important}.pr-timeline .status-description p:first-child strong{font-size:1.3em}.pr-timeline .pr-status{background:#e5e7eb;border-radius:4px;align-items:center;display:inline-flex;margin-bottom:10px}.pr-timeline .pr-status span{align-items:center;border-top-left-radius:4px;border-bottom-left-radius:4px;font-weight:400;padding:6px 14px 7px}.pr-timeline .pr-status span .v-icon{color:#fff!important;font-size:18px!important;line-height:1.3!important}.pr-timeline .pr-status strong{display:inline-flex;font-size:16px;font-weight:500!important;margin:6px 14px}.profile-uploader{position:relative;margin-bottom:30px}.profile-uploader-control{cursor:pointer!important;position:absolute;top:0;left:0;width:10px;opacity:0;z-index:99}.image-placeholder{background:#e5e7eb;border-radius:99px;display:inline-block;margin-bottom:10px}.profile-photo-preview{display:inline-block;background-position:center;background-size:cover;-webkit-box-shadow:inset 0 0 6px 0 rgba(0,0,0,.35);box-shadow:inset 0 0 6px #00000059;vertical-align:middle;height:100px;width:100px;border-radius:50%}.delete-account{width:100%}.delete-account .v-expansion-panel__header>*:not(.v-expansion-panel__header__icon){-webkit-box-flex:0!important;-ms-flex:none!important;flex:none!important}.delete-account .v-expansion-panel__body{padding:3px 16px 16px}.delete-account .v-expansion-panel__body .checkbox .v-text-field__details{min-height:0!important}.delete-account .v-expansion-panel__body .v-btn{margin:0!important}.company-profile{padding:24px}.company-profile .profile-uploader{margin-bottom:0}.company-profile h3{color:#2fab7e;font-size:13px;font-weight:600;text-transform:uppercase}.company-profile .profile-info{margin-bottom:5px;word-break:break-word;font-size:.875rem;font-weight:400;letter-spacing:.0071428571em;line-height:1.375rem;color:#0009}.company-profile .profile-info span{color:#718096;font-size:12px;font-weight:500;display:block;letter-spacing:.4px;text-transform:uppercase}.company-profile-edit h3{color:#2fab7e;font-size:14px;font-weight:600;text-transform:uppercase}.register-form .register-info .v-card__title{padding:10px 0!important}@media (max-width: 599px){.register-form .register-info .pr-1,.register-form .register-info .pl-1{padding:0!important}}.pass .v-input__icon--prepend v-icon{color:#312e74!important}.pass .v-input__icon--prepend v-icon:hover{color:#f7b900!important}.pass .v-input__icon--prepend v-icon:active{color:#ff5252!important}.campaign-index .status-icon{margin-right:3px}.settings-missing-client-info .building-icon{font-size:55px}.sidebar-nav{background:transparent!important;-webkit-box-shadow:none!important;box-shadow:none!important}.sidebar-nav .v-card__title h3{color:#374151!important;font-weight:400;letter-spacing:.5px}.settings-nav{list-style:none;padding:0!important;width:100%}.settings-nav .nav-item .nav-link{border-radius:4px;cursor:pointer;display:block;font-size:13px;font-weight:500;letter-spacing:.5px;padding:10px 15px;margin-bottom:5px;width:calc(100% - 20px);color:#4b5563;text-decoration:none;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.settings-nav .nav-item .nav-link:hover{background:#d1d5db}.settings-nav .nav-item .nav-link.active{background:rgb(203.2780487805,207.7756097561,214.5219512195);color:#0c22a2}.settings-nav .nav-item .nav-link.active .v-icon{color:#0c22a2}.settings-nav .nav-item .nav-link .v-icon{color:#6b7280;font-size:16px;width:25px}.support-center{margin-left:35px}.support-center .support-app{margin:30px 0 15px;text-align:center;position:relative}.support-center .support-app .support-app--logo{background:linear-gradient(150deg,rgb(41.287037037,38.7592592593,97.7407407407) 10%,rgb(36.004587156,130.995412844,96.5229357798) 100%)!important;border-top-left-radius:100%!important;border-top-right-radius:0;border-bottom-left-radius:100%;border-bottom-right-radius:100%;align-items:center;display:flex;justify-content:center;left:50%;margin-left:-45px;min-height:90px;position:absolute;right:auto;text-align:center;width:90px;margin-top:-35px!important}.support-center .support-app .support-app--logo img{height:auto;margin-top:13px;max-width:55px;width:100%}.support-center .support-app .support-app--logo .v-icon{color:#fff;font-size:32px}.support-center .support-app .v-card__text{padding-top:65px!important}.support-center .support-app .v-card__text h2{color:#374151;font-weight:400;margin-bottom:15px}.support-center .support-app .v-card__text p{color:#4b5563}.support-contact{padding:30px 0;margin-left:35px}.support-contact h1{color:#4b5563;font-size:38px;font-weight:300;margin-bottom:10px}.support-contact .lead{color:#6b7280;font-size:18px;margin-bottom:5px!important}.support-contact-form{margin-right:-55px}.contact-data{display:flex;flex-direction:column;justify-content:center;margin-left:20px;margin-top:30px}.contact-data .icon .v-icon{background-color:#c3c7d533!important;border-radius:100%;border-width:2px;font-size:3em!important;padding:.55em!important;max-height:93px;max-width:93px}.contact-data .icon .v-icon.fa-border{border-color:transparent!important}.contact-data .text{width:auto}.contact-data .text h2{font-weight:400}.contact-data .text p{color:#4b5563}@media (min-width: 600px){.contact-data{flex-direction:row;justify-content:flex-start;margin-top:0;margin-bottom:40px;text-align:left}.contact-data .icon .v-icon{font-size:2em!important;margin-right:20px;max-height:63px;max-width:63px}}.pubble-cw-panel-dialog-item.pubble-cw-isvisitor .pubble-cw-dialog-item-content{background:rgb(41.287037037,38.7592592593,97.7407407407)!important}.pubble-cw-input-endconv-create,.pubble-cw-input-endconv-reopen,.pubble-cw-input-newq-cancel,.pubble-cw-input-newq-create,.pubble-cw-btn-newquestion,.pubble-cw-panel-top{background:linear-gradient(150deg,rgb(41.287037037,38.7592592593,97.7407407407) 10%,rgb(36.004587156,130.995412844,96.5229357798) 100%)!important}.pubble-sb-button.pubble-sb-clientbgcolor{background:linear-gradient(150deg,rgb(41.287037037,38.7592592593,97.7407407407) 10%,rgb(36.004587156,130.995412844,96.5229357798) 100%)!important;box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b!important}.support-tickets .message{background:#f3f4f6;border-left:3px solid #ff5252;margin-bottom:15px;padding:10px;position:relative}.support-tickets .message.user{border-color:#f7b900}.support-tickets .message.user .author{color:#f7b900}.support-tickets .message.note{border-color:#2196f3}.support-tickets .message.note .author{color:#2196f3}.support-tickets .message .author{color:#ff5252;display:block;font-weight:700;margin-bottom:10px}.support-tickets .message p{margin-bottom:0}.support-tickets .message .signature{border-top:1px dashed #d1d5db;font-size:12px;margin-top:20px}.support-tickets .message .teamwork_quote{background:rgb(234.2571428571,235.9857142857,239.4428571429);font-size:12px;padding:8px;margin-top:10px}.support-tickets .message blockquote{background:rgb(234.2571428571,235.9857142857,239.4428571429);padding:8px}.support-tickets .message blockquote div{border-left:3px solid #9ca3af;font-style:italic;padding-left:10px;margin-left:15px}.support-tickets .message .date-time{position:absolute;top:5px;right:5px;font-size:11px;letter-spacing:.3px;color:#6b7280}.support-tickets .message .date-time:hover{color:#111827}.support-tickets .message .attachments{border-top:1px dashed #d1d5db;margin-top:15px;padding:10px}.support-tickets .message .attachments div{margin-bottom:5px}.support-tickets .message .attachments a{color:#2fab7e;font-size:12px;text-decoration:none}.support-tickets .message .attachments a:hover{color:#ff5252}.support-tickets .message .attachments a small{color:#4b5563;font-size:10px}.support-tickets .message .attachments a i{font-size:16px;margin-right:7px}.ticket-card-actions{align-items:center;border-bottom:1px dashed #e5e7eb;display:flex;justify-content:space-between;margin-top:-10px}.ticket-card-actions ul{list-style-type:none;display:inline-block}.ticket-card-actions ul li{display:inline-block;margin:0 10px}.ticket-reply-actions{border-bottom:1px dashed #e5e7eb;margin-bottom:20px;padding:8px 0 13px}.ticket-reply-actions.closed{text-align:left}.ticket-reply-actions.closed p{margin-top:10px}.ticket-reply-actions .actions{text-align:right}.ticket-reply-actions .advanced-editor .v-btn{margin:0}.ticket-reply-actions .attachments .input-file{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.ticket-reply-actions .attachments .input-file+label{cursor:pointer}.ticket-reply-actions .attachments .input-file+label:hover{text-decoration:underline}.ticket-reply-actions .attached-images{list-style-type:none;padding:0;margin-top:10px}.ticket-reply-actions .attached-images li{font-size:12px;margin-bottom:5px}.ticket-reply-actions .attached-images li i{font-size:18px;margin-right:5px}.ticket-reply-actions .attached-images li a{color:#2fab7e;text-decoration:none}.ticket-reply-actions .attached-images li a:hover{color:#ff5252}.ticket-reply-actions .attached-images li a small{color:#84919a;font-size:10px}.ticket-reply-actions .attached-images li .remove-uploaded-file{cursor:pointer;margin-left:5px}.ticket-reply-actions .attached-images li .remove-uploaded-file:hover{color:#ff5252}.ticket-priority.medium{background:#FFC107!important}.ticket-priority.low{background:#2FAB7E!important}.ticket-priority.high{background:#ff5252!important}.ticket-status.troubleshooting,.ticket-status.waiting{background:#FFC107!important}.ticket-status.active{background:#4CAF50!important;color:#fff!important}.ticket-status.on-hold{background:#2196F3!important;color:#fff!important}.ticket-status.solved{background:#0C22A2!important;color:#fff!important}.ticket-status.spam{background:#ff5252!important;color:#fff!important}.mce-notification{display:none!important}.wysiwyg-editor{margin:20px 0;position:relative}.wysiwyg-editor label{color:#0000008a;font-size:16px}.wysiwyg-editor.content-error .mce-tinymce{border-bottom:1px solid #ff5252!important}.wysiwyg-editor .mce-tinymce{border:none!important;box-shadow:none!important;margin-top:5px}.wysiwyg-editor .mce-tinymce .mce-edit-area{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.wysiwyg-editor .mce-tinymce .mce-edit-area:before{content:"";position:absolute;width:100%;height:2px;bottom:-1px;left:0;background-color:#312e74;visibility:hidden;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transition:all .2s ease-in-out 0s;transition:all .2s ease-in-out 0s}.wysiwyg-editor .mce-tinymce .mce-edit-area:focus:before{visibility:visible;-webkit-transform:scaleX(1);transform:scaleX(1)}.wysiwyg-editor .mce-floatpanel{box-shadow:none!important}.wysiwyg-editor .mce-floatpanel .mce-window-head,.wysiwyg-editor .mce-floatpanel .mce-foot{border:none!important}.social-reviews .user a{color:#666}.social-reviews .full-height{height:100%}.social-reviews .read-more{cursor:pointer}.social-reviews .date-time a{color:#9e9e9e!important;text-decoration:none}.social-posts .retweet{font-size:12px;color:#666}.social-posts .retweet a{color:#666;text-decoration:none;background-image:url(/img/retweet.svg);background-size:20px 20px;brackground-repeat:no-repeat;background-position:left center;padding-left:30px}.social-posts .retweet a:hover{text-decoration:underline}.social-posts .avatar{border:1px solid #dbdbdb}.social-posts .profile-name{color:#000}.social-posts .like-button,.social-posts .favorite-button,.social-posts .share-button{width:21px!important;height:21px!important}.social-posts .position-relative{position:relative;display:block}.social-posts .fake-play{background-image:url(/img/play-social.svg);background-size:50px 50px;background-repeat:no-repeat;background-position:50% 50%;position:absolute;top:0;left:0;right:0;bottom:0}.social-posts .link-container{padding:4px 4px 0;border:1px solid #f1f1f1;border-radius:4px}.social-posts .link-container a{text-decoration:none}.social-posts .link-container .text{font-size:12px;color:#000!important;text-decoration:none}.social-posts .link-container .text.url{text-transform:uppercase}.social-posts .share-button{background-color:#fff}.social-posts .menu-share .v-speed-dial__list{left:25px}.social-posts .menu-share img{height:24px}.social-posts .custom-row .custom-col{width:33.333%;float:left}.social-posts .full-width{width:100%}.social-posts .single-post .v-btn:not(.v-btn--outlined).accent.white,.social-posts .single-post .v-btn:not(.v-btn--outlined).error.white,.social-posts .single-post .v-btn:not(.v-btn--outlined).info.white,.social-posts .single-post .v-btn:not(.v-btn--outlined).primary.white,.social-posts .single-post .v-btn:not(.v-btn--outlined).secondary.white,.social-posts .single-post .v-btn:not(.v-btn--outlined).success.white,.social-posts .single-post .v-btn:not(.v-btn--outlined).warning.white{background-color:#fff!important;color:#000000de!important}.social-posts .single-post .date-time a{color:#9e9e9e!important;text-decoration:none}.social-posts .single-post .icon-social{-webkit-filter:grayscale(100%);filter:grayscale(100%);opacity:.5;transition:.2s}.social-posts .single-post.hover .icon-social{-webkit-filter:grayscale(0);filter:grayscale(0);opacity:1}.image-calendar{height:100px;width:100%;background-position:50% 50%;background-size:cover}.theme{background:linear-gradient(150deg,rgb(41.287037037,38.7592592593,97.7407407407) 10%,rgb(36.004587156,130.995412844,96.5229357798) 100%)!important}.primary{background-color:#312e74!important}.secondary{background-color:#2fab7e!important}.tertiary{background-color:#0c22a2!important}.alternative{background-color:#f7b900!important}.alternative.dark{color:#030712!important}.blue-gray{background-color:#607d8b!important}.white-gray{background-color:#f3f4f6!important}.tertiary--text{color:#0c22a2!important}.alternative--text{color:#f7b900!important}.blue-gray--text{color:#607d8b!important}.secondary--text{color:#2fab7e!important}.text-white{color:#fff}.text-black{color:#030712!important}.gray-200{background:#e5e7eb!important}.ticket{font-weight:600}.ticket.on-hold{color:#24ccee}.ticket.waiting{color:#f5c848}.ticket.active{color:#44d335}.ticket.closed{color:#b9bfce}.ticket.solved{color:#4268e2}.ticket.spam{color:#eb6456}.ticket-priority{font-weight:600}.ticket-priority.medium{background-color:#eabda4;color:#fff}.ticket-priority.low{background-color:#b3d6b4;color:#fff}.ticket-priority.high{background-color:#e2888d;color:#fff}.v-btn .v-icon{font-size:18px}.v-btn:not(.v-btn--text){will-change:box-shadow;-webkit-box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)!important;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f!important}.v-btn:not(.v-btn--text):not(.v-btn--icon):not(.v-btn--flat):not(.success):not(.primary):not(.bg-primary):not(.secondary):not(.alternative):not(.error):not(.secondary):not(.theme--dark):not(.v-btn--variant-outlined):not(.v-btn--variant-elevated):not(.v-btn--variant-depressed):not(.v-btn--variant-plain):not(.v-btn--variant-text){background-color:#9ca3af!important}.v-btn--icon{border-radius:50%!important}.v-btn--icon .v-icon{margin-right:0!important}.v-btn.v-btn--variant-outlined,.v-btn.v-btn--variant-icon,.v-btn.v-btn--variant-flat,.v-btn.v-btn--variant-plain,.v-btn.v-btn--variant-text{box-shadow:none!important}.v-menu__content{-webkit-box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)!important;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f!important}.theme--light.v-chip.dot{height:12px!important;width:12px!important;margin:0!important;padding:0!important}.v-card-title{word-break:inherit}.v-card-title h3,.v-card-title .text-h6{font-size:14px!important;font-weight:500!important;letter-spacing:.5px!important;text-transform:uppercase!important}.v-card-title h3.title,.v-card-title .text-h6.title{font-size:18px!important}.settings-tab-section .v-card-title>div{width:100%}.settings-tab-section .v-card-title h3,.settings-tab-section .v-card-title .text-h6{color:#111827!important}.settings-tab-section .v-card-title h3.title,.settings-tab-section .v-card-title .text-h6.title{font-size:14px!important;font-weight:500!important;text-transform:uppercase;margin:0 0 10px}.container.grid-list-xl>.with-datatable .layout:not(:only-child){margin:auto 0!important}.transparent-card{background:transparent!important;border-style:solid;border-width:1px;border-color:#fff}.v-card.shadow-1,.shadow-1{-webkit-box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)!important;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f!important}.v-card.shadow-2,.shadow-2{-webkit-box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)!important;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f!important}.v-card.shadow-3,.shadow-3{-webkit-box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)!important;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d!important}.v-card.shadow-0,.shadow-0{-webkit-box-shadow:none!important;box-shadow:none!important;z-index:auto!important}.shadow-inner{-webkit-box-shadow:inset 0 2px 4px 0 rgba(0,0,0,.06)!important;box-shadow:inset 0 2px 4px #0000000f!important}.v-card{border-radius:4px!important;-webkit-box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)!important;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f!important}.v-card.v-card--flat{-webkit-box-shadow:none!important;box-shadow:none!important}.v-card-text{font-size:1rem!important;padding-top:16px!important}.card-text-center{align-items:center;display:flex;justify-content:center}.card-text-center .v-card-text{align-items:center;display:flex;justify-content:center;height:calc(100% - 80px);width:100%}.v-chip{background:#e5e7eb;border:none!important;font-weight:500;color:#374151}.v-chip.v-chip--variant-text{background:transparent!important}.v-chip .v-chip__close .v-icon{color:#4b5563!important}.v-chip.v-chip--label{border-radius:4px!important}.v-chip.red{background:#FED7D7!important;color:#9b2c2c!important}.v-chip.green,.v-chip.success{background:#C6F6D5!important;color:#276749!important}.v-chip.green .v-avatar,.v-chip.success .v-avatar{background-color:#2f855a!important;color:#f0fff4!important}.v-chip.orange,.v-chip.warning{background:#FEEBC8!important;color:#9c4221!important}.v-chip.orange .v-avatar,.v-chip.warning .v-avatar{background-color:#ed8936!important;color:#fffaf0!important}.v-chip.indigo{background:#C3DAFE!important;color:#434190!important}.v-chip.blue{background:#BEE3F8!important;color:#2c5282!important}.v-chip.blue .v-avatar{background-color:#3182ce!important;color:#ebf8ff!important}.v-chip.bg-blue-grey{background:#edf2f7!important;color:#4a5568!important}.v-datatable .v-chip:focus:not(.v-chip--disabled){box-shadow:none!important}.cc-brand{display:inline-block;height:20px;width:40px}.cc-brand.visa{background:url(/img/card-brands/dark/visa.png) no-repeat center center;background-size:contain}.cc-brand.mastercard{background:url(/img/card-brands/dark/mastercard.png) no-repeat center center;background-size:contain}.cc-brand.maestro{background:url(/img/card-brands/dark/maestro.png) no-repeat center center;background-size:contain}.cc-brand.visa-electron{background:url(/img/card-brands/dark/visa-electron.png) no-repeat center center;background-size:contain}.cc-brand.diners-club{background:url(/img/card-brands/dark/diners-club.png) no-repeat center center;background-size:contain}.cc-brand.discover{background:url(/img/card-brands/dark/discover.png) no-repeat center center;background-size:contain}.cc-brand.jcb{background:url(/img/card-brands/dark/jcb.png) no-repeat center center;background-size:contain}.cc-brand.amex{background:url(/img/card-brands/dark/amex.png) no-repeat center center;background-size:contain}.cc-brand.stripe{background:url(/img/card-brands/dark/stripe.png) no-repeat center center;background-size:contain}.flag{display:inline-block;width:24px;height:24px;background:url(/img/flags.png) no-repeat}.flag.flag-ws{background-position:-192px -336px}.flag.flag-kr{background-position:-72px -168px}.flag.flag-tv{background-position:-192px -312px}.flag.flag-pe{background-position:-168px -240px}.flag.flag-kp{background-position:-48px -168px}.flag.flag-bj{background-position:-192px -24px}.flag.flag-mc{background-position:-72px -192px}.flag.flag-cd{background-position:-96px -48px}.flag.flag-jm{background-position:-216px -144px}.flag.flag-rw{background-position:-168px -264px}.flag.flag-tg{background-position:-336px -288px}.flag.flag-mz{background-position:-192px -216px}.flag.flag-ic{background-position:-336px -120px}.flag.flag-sn{background-position:-72px -288px}.flag.flag-an{background-position:-168px 0}.flag.flag-sh{background-position:-336px -264px}.flag.flag-sg{background-position:-312px -264px}.flag.flag-to{background-position:-120px -312px}.flag.flag-fr{background-position:-168px -96px}.flag.flag-tz{background-position:-240px -312px}.flag.flag-nr{background-position:-48px -240px}.flag.flag-nz{background-position:-96px -240px}.flag.flag-cg{background-position:-144px -48px}.flag.flag-st{background-position:-168px -288px}.flag.flag-ai{background-position:-96px 0}.flag.flag-iq{background-position:-96px -144px}.flag.flag-tj{background-position:0 -312px}.flag.flag-ru{background-position:-144px -264px}.flag.flag-md{background-position:-96px -192px}.flag.flag-cw{background-position:-24px -72px}.flag.flag-gt{background-position:-120px -120px}.flag.flag-cm{background-position:-264px -48px}.flag.flag-pn{background-position:-312px -240px}.flag.flag-vi{background-position:-96px -336px}.flag.flag-ir{background-position:-120px -144px}.flag.flag-se{background-position:-288px -264px}.flag.flag-lt{background-position:-336px -168px}.flag.flag-gw{background-position:-168px -120px}.flag.flag-dm{background-position:-168px -72px}.flag.flag-bd{background-position:-48px -24px}.flag.flag-ae{background-position:-24px 0}.flag.flag-zm{background-position:-288px -336px}.flag.flag-bn{background-position:-264px -24px}.flag.flag-lb{background-position:-192px -168px}.flag.flag-zw{background-position:-312px -336px}.flag.flag-lu{background-position:-360px -168px}.flag.flag-ee{background-position:-264px -72px}.flag.flag-ad{background-position:0 0}.flag.flag-eg{background-position:-288px -72px}.flag.flag-ly{background-position:-24px -192px}.flag.flag-ug{background-position:-288px -312px}.flag.flag-cf{background-position:-120px -48px}.flag.flag-ag{background-position:-72px 0}.flag.flag-nl{background-position:-360px -216px}.flag.flag-gq{background-position:-48px -120px}.flag.flag-sk{background-position:0 -288px}.flag.flag-fo{background-position:-144px -96px}.flag.flag-ar{background-position:-216px 0}.flag.flag-vc{background-position:-24px -336px}.flag.flag-ne{background-position:-264px -216px}.flag.flag-pa{background-position:-144px -240px}.flag.flag-ca{background-position:-72px -48px}.flag.flag-dk{background-position:-144px -72px}.flag.flag-co{background-position:-312px -48px}.flag.flag-gb{background-position:-216px -96px}.flag.flag-af{background-position:-48px 0}.flag.flag-ni{background-position:-336px -216px}.flag.flag-bl{background-position:-216px -24px}.flag.flag-za{background-position:-264px -336px}.flag.flag-jp{background-position:-264px -144px}.flag.flag-mv{background-position:-96px -216px}.flag.flag-gd{background-position:-240px -96px}.flag.flag-bt{background-position:-360px -24px}.flag.flag-de{background-position:-96px -72px}.flag.flag-kh{background-position:-336px -144px}.flag.flag-gh{background-position:-312px -96px}.flag.flag-lv{background-position:0 -192px}.flag.flag-qa{background-position:-72px -264px}.flag.flag-mp{background-position:-336px -192px}.flag.flag-ss{background-position:-144px -288px}.flag.flag-ga{background-position:-192px -96px}.flag.flag-er{background-position:-336px -72px}.flag.flag-mo{background-position:-312px -192px}.flag.flag-ve{background-position:-48px -336px}.flag.flag-ua{background-position:-264px -312px}.flag.flag-ls{background-position:-312px -168px}.flag.flag-pg{background-position:-216px -240px}.flag.flag-gu{background-position:-144px -120px}.flag.flag-gs{background-position:-96px -120px}.flag.flag-ma{background-position:-48px -192px}.flag.flag-bs{background-position:-336px -24px}.flag.flag-es{background-position:-360px -72px}.flag.flag-pw{background-position:-24px -264px}.flag.flag-bw{background-position:0 -48px}.flag.flag-wf{background-position:-168px -336px}.flag.flag-li{background-position:-240px -168px}.flag.flag-mm{background-position:-264px -192px}.flag.flag-ke{background-position:-288px -144px}.flag.flag-sa{background-position:-192px -264px}.flag.flag-fk{background-position:-96px -96px}.flag.flag-bb{background-position:-24px -24px}.flag.flag-sl{background-position:-24px -288px}.flag.flag-mf{background-position:-144px -192px}.flag.flag-ki{background-position:-360px -144px}.flag.flag-ht{background-position:-288px -120px}.flag.flag-cn{background-position:-288px -48px}.flag.flag-uz{background-position:-360px -312px}.flag.flag-me{background-position:-120px -192px}.flag.flag-lk{background-position:-264px -168px}.flag.flag-lc{background-position:-216px -168px}.flag.flag-gy{background-position:-192px -120px}.flag.flag-lr{background-position:-288px -168px}.flag.flag-fj{background-position:-72px -96px}.flag.flag-sb{background-position:-216px -264px}.flag.flag-id{background-position:-360px -120px}.flag.flag-yt{background-position:-240px -336px}.flag.flag-tr{background-position:-144px -312px}.flag.flag-vg{background-position:-72px -336px}.flag.flag-au{background-position:-288px 0}.flag.flag-pr{background-position:-336px -240px}.flag.flag-py{background-position:-48px -264px}.flag.flag-gl{background-position:-360px -96px}.flag.flag-tm{background-position:-72px -312px}.flag.flag-sv{background-position:-192px -288px}.flag.flag-et{background-position:0 -96px}.flag.flag-mw{background-position:-120px -216px}.flag.flag-ie{background-position:0 -144px}.flag.flag-do{background-position:-192px -72px}.flag.flag-mq{background-position:-360px -192px}.flag.flag-as{background-position:-240px 0}.flag.flag-ck{background-position:-216px -48px}.flag.flag-gn{background-position:-24px -120px}.flag.flag-ng{background-position:-312px -216px}.flag.flag-ge{background-position:-264px -96px}.flag.flag-vu{background-position:-144px -336px}.flag.flag-kn{background-position:-24px -168px}.flag.flag-ps{background-position:-360px -240px}.flag.flag-fi{background-position:-48px -96px}.flag.flag-ro{background-position:-96px -264px}.flag.flag-mx{background-position:-144px -216px}.flag.flag-sz{background-position:-240px -288px}.flag.flag-ky{background-position:-120px -168px}.flag.flag-bg{background-position:-120px -24px}.flag.flag-nf{background-position:-288px -216px}.flag.flag-vn{background-position:-120px -336px}.flag.flag-th{background-position:-360px -288px}.flag.flag-tf{background-position:-312px -288px}.flag.flag-il{background-position:-24px -144px}.flag.flag-br{background-position:-312px -24px}.flag.flag-tk{background-position:-24px -312px}.flag.flag-eu{background-position:-24px -96px}.flag.flag-at{background-position:-264px 0}.flag.flag-uy{background-position:-336px -312px}.flag.flag-is{background-position:-144px -144px}.flag.flag-cl{background-position:-240px -48px}.flag.flag-ao{background-position:-192px 0}.flag.flag-nu{background-position:-72px -240px}.flag.flag-so{background-position:-96px -288px}.flag.flag-nc{background-position:-240px -216px}.flag.flag-pk{background-position:-264px -240px}.flag.flag-it{background-position:-168px -144px}.flag.flag-la{background-position:-168px -168px}.flag.flag-aw{background-position:-312px 0}.flag.flag-am{background-position:-144px 0}.flag.flag-bo{background-position:-288px -24px}.flag.flag-bi{background-position:-168px -24px}.flag.flag-eh{background-position:-312px -72px}.flag.flag-ye{background-position:-216px -336px}.flag.flag-kw{background-position:-96px -168px}.flag.flag-by{background-position:-24px -48px}.flag.flag-va{background-position:0 -336px}.flag.flag-cy{background-position:-48px -72px}.flag.flag-my{background-position:-168px -216px}.flag.flag-jo{background-position:-240px -144px}.flag.flag-hk{background-position:-216px -120px}.flag.flag-ba{background-position:0 -24px}.flag.flag-be{background-position:-72px -24px}.flag.flag-hn{background-position:-240px -120px}.flag.flag-mn{background-position:-288px -192px}.flag.flag-gg{background-position:-288px -96px}.flag.flag-td{background-position:-288px -288px}.flag.flag-dz{background-position:-216px -72px}.flag.flag-bm{background-position:-240px -24px}.flag.flag-hu{background-position:-312px -120px}.flag.flag-fm{background-position:-120px -96px}.flag.flag-pt{background-position:0 -264px}.flag.flag-hr{background-position:-264px -120px}.flag.flag-ch{background-position:-168px -48px}.flag.flag-ci{background-position:-192px -48px}.flag.flag-kz{background-position:-144px -168px}.flag.flag-az{background-position:-360px 0}.flag.flag-kg{background-position:-312px -144px}.flag.flag-ml{background-position:-240px -192px}.flag.flag-bz{background-position:-48px -48px}.flag.flag-im{background-position:-48px -144px}.flag.flag-ph{background-position:-240px -240px}.flag.flag-gi{background-position:-336px -96px}.flag.flag-mr{background-position:0 -216px}.flag.flag-rs{background-position:-120px -264px}.flag.flag-in{background-position:-72px -144px}.flag.flag-sd{background-position:-264px -264px}.flag.flag-cu{background-position:-360px -48px}.flag.flag-ax{background-position:-336px 0}.flag.flag-tt{background-position:-168px -312px}.flag.flag-mh{background-position:-192px -192px}.flag.flag-gm{background-position:0 -120px}.flag.flag-ms{background-position:-24px -216px}.flag.flag-mu{background-position:-72px -216px}.flag.flag-tl{background-position:-48px -312px}.flag.flag-sy{background-position:-216px -288px}.flag.flag-na{background-position:-216px -216px}.flag.flag-km{background-position:0 -168px}.flag.flag-mt{background-position:-48px -216px}.flag.flag-cv{background-position:0 -72px}.flag.flag-sm{background-position:-48px -288px}.flag.flag-om{background-position:-120px -240px}.flag.flag-pf{background-position:-192px -240px}.flag.flag-tn{background-position:-96px -312px}.flag.flag-mk{background-position:-216px -192px}.flag.flag-pl{background-position:-288px -240px}.flag.flag-bf{background-position:-96px -24px}.flag.flag-al{background-position:-120px 0}.flag.flag-cz{background-position:-72px -72px}.flag.flag-np{background-position:-24px -240px}.flag.flag-cr{background-position:-336px -48px}.flag.flag-si{background-position:-360px -264px}.flag.flag-no{background-position:0 -240px}.flag.flag-je{background-position:-192px -144px}.flag.flag-mg{background-position:-168px -192px}.flag.flag-us{background-position:-312px -312px}.flag.flag-tw{background-position:-216px -312px}.flag.flag-ec{background-position:-240px -72px}.flag.flag-dj{background-position:-120px -72px}.flag.flag-tc{background-position:-264px -288px}.flag.flag-sr{background-position:-120px -288px}.flag.flag-gr{background-position:-72px -120px}.flag.flag-sc{background-position:-240px -264px}.flag.flag-bh{background-position:-144px -24px}.small-input.v-field--enclosed .v-input__slot{min-height:40px!important;margin-bottom:5px!important}.small-input.v-field--enclosed .v-input__slot .v-input__append-inner{margin-top:6px!important}.small-input input{font-size:14px!important;margin-top:3px!important}.small-input .v-messages__message{padding-bottom:2px!important}.token-input.v-field--enclosed .v-input__slot{min-height:40px!important;margin-bottom:5px!important}.token-input input{font-size:14px!important;margin-top:3px!important}.token-input .v-messages__message{padding-bottom:2px!important}.token-input.v-input--is-focused .v-input__slot{border-color:#4caf50!important}.gmap .flex{position:relative}.gmap .animated-label{position:absolute;top:6px;font-size:16px;left:0;bottom:0;z-index:2;width:100%;font-weight:300;opacity:.5;cursor:text;transition:.2s ease all;margin:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.gmap .animated-label:after{content:"";position:absolute;bottom:0;left:45%;height:2px;width:10px;visibility:hidden;background-color:#0c22a2;transition:.2s ease all}.gmap .not-empty .animated-label{top:0;font-size:12px}.gmap .gmap-input{position:relative;z-index:1;border-style:solid;border-width:0 0 1px;border-bottom-color:#9ca3af;height:auto;padding:3px 0 5px;width:100%}.gmap .gmap-input:focus,.gmap .gmap-input:active{box-shadow:none;border-bottom-color:#0c22a2;outline:none}.gmap .gmap-input:focus~.animated-label,.gmap .gmap-input:active~.animated-label{top:-14px;opacity:1;color:#0c22a2;font-size:12px}.gmap .gmap-input:focus~.animated-label:after,.gmap .gmap-input:active~.animated-label:after{visibility:visible;width:100%;left:0}.v-stepper__step{padding:10px 24px!important}.v-stepper-header{border-bottom:1px solid #e5e7eb}.theme--light.v-input--selection-controls.v-input--selection-controls.v-input--is-disabled .v-icon,.theme--light.v-input--is-disabled .v-label,.theme--light.v-input--is-disabled input,.theme--light.v-input--is-disabled textarea{color:#d1d5db!important}.theme--light.v-field .v-input__slot:before{border-color:#6b7280!important}.theme--light.v-field.text-error .v-input__slot:before{border-color:#ff5252!important}.theme--light.v-counter,.theme--light.v-label{color:#4b5563!important}.theme--light.v-counter.text-error,.theme--light.v-label.text-error{color:#ff5252!important}.v-field--variant-solo-filled{background:#e5e7eb!important}.v-field--variant-solo-filled.v-field--focused{background:#f3f4f6!important}.v-field--variant-solo-filled .v-field__overlay{background:#d1d5db!important}.datatable-search.v-input.v-input--is-focused.v-field--variant-solo-inverted label,.datatable-search.v-input.v-input--is-focused.v-field--variant-solo-inverted input,.datatable-search.v-input.v-input--is-focused.v-field--variant-solo-inverted .v-input__icon--append .v-icon,.datatable-search.v-input.v-input--is-focused.v-field--variant-solo-inverted .v-input__icon--clear .v-icon{color:#374151!important}.v-field--filled .v-input__slot{background-color:#e5e7eb!important}.v-field--filled.v-input--is-focused .v-input__slot{background:#d1d5db!important}.v-stepper.v-sheet .v-stepper__step:not(.v-stepper__step--active):not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__step__step{background:#6b7280!important}.v-stepper--non-linear .v-stepper__step:not(.v-stepper__step--complete):not(.v-stepper__step--error) .v-stepper__label{color:#4b5563!important}.v-stepper-header .v-divider{border-color:#1f2937!important}.v-stepper.v-sheet{overflow:auto!important}.v-stepper.v-sheet .v-stepper__step--editable:hover{background:#e5e7eb!important}.v-field--outlined.text-error .v-input__slot{border-color:#ff5252!important}.v-field--outlined .v-input__slot{border-color:#4b5563!important}.switch-two-labels .v-input__control{flex-grow:unset!important;flex-wrap:unset!important;width:auto!important}.v-input--reverse .v-input__slot{flex-direction:row-reverse;align-items:center;justify-content:flex-end}.v-input--reverse .v-input__slot .v-label{flex:0 1 auto;margin-right:8px}.v-input--expand .v-input__slot .v-label{display:block;flex:1}.v-label{opacity:1!important}.metrics .metrics-data{display:block}.metrics .metrics-data .v-card__text{font-size:18px;padding:8px!important}.profile-list-icon{width:50px!important}.profile-list-icon i{width:50px}.kiosk-user-profile .v-toolbar__content{height:auto!important}.kiosk-user-profile .image-placeholder{margin-bottom:0}.kiosk-user-profile .profile-info{margin-bottom:5px}.kiosk-user-profile .profile-info span{color:#4b5563;font-size:12px;font-weight:500;display:block;letter-spacing:.4px;text-transform:uppercase}.kiosk-user-profile .profile-info span.value{color:#111827!important}.content-loader{animation:loader 1s infinite;display:flex}@-moz-keyframes loader{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes loader{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@-o-keyframes loader{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes loader{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.card-last-four{padding:12px 0 0!important}.card-last-four div{color:#9ca3af;font-size:14px;display:inline-block;padding-right:16px}.card-last-four div .card-hidden-digits{float:left;line-height:28px}.card-last-four div .card-last-digits{float:left}.card-last-four span{color:#9ca3af;font-size:14px;display:inline-block;align-items:baseline}.card-last-four span .card-hidden-digits{float:left;line-height:28px}.card-last-four span .card-last-digits{float:left}.disabled-color .input-group__input .input-group--selection-controls__container--disabled .input-group--selection-controls__ripple.input-group--selection-controls__ripple--active:after{background-color:#312e74!important}.disabled-color .input-group__input .input-group--selection-controls__container--disabled .input-group--selection-controls__toggle.input-group--selection-controls__toggle--active{color:inherit!important}.pending-status .input-group__input .input-group--selection-controls__container--disabled .input-group--selection-controls__ripple.input-group--selection-controls__ripple--active:after{background-color:#ff5252!important}.pending-status .input-group__input .input-group--selection-controls__container--disabled .input-group--selection-controls__toggle.input-group--selection-controls__toggle--active{color:inherit!important}.register-plans{display:none!important}.plan-card{cursor:pointer;transition:all .3s cubic-bezier(.25,.8,.25,1)}@media (max-width: 699px){.plan-card .xs12{flex-basis:100%!important;flex-grow:0;max-width:100%!important}.plan-card .v-dialog__container{display:block!important}.plan-card .v-btn{display:block;margin:6px 0!important;width:100%}.plan-card .table-plan-price{text-align:right}}.plan-card:hover,.plan-card.selected-plan{margin:0 -15px;box-shadow:0 14px 28px #00000040,0 10px 10px #00000038}.change-plan{cursor:pointer;font-size:12px}.change-plan:hover{color:#064475;cursor:pointer;text-decoration:underline}.subscription-plan-card{cursor:pointer;transition:all .3s cubic-bezier(.25,.8,.25,1)}.subscription-plan-card:hover,.subscription-plan-card.selected-plan{margin:0 -15px;box-shadow:0 10px 20px #00000030,0 6px 6px #0000003b}@media screen and (max-width: 992px){.resume-plans .v-btn{display:block;width:100%}}.plan-details .price,.plan-details .credits-quantum,.plan-details .credits-app{position:absolute;color:inherit;padding:3px 5px;border-radius:6px!important}.plan-details .price{background-color:#ffe081;left:5px;font-size:16px}.plan-details .credits-quantum,.plan-details .credits-app{background-color:#3a378a;color:#fff!important;right:5px;bottom:5px;font-size:16px!important}.plan-details .credits-quantum{bottom:40px}.plan-details .credits-app{bottom:5px}.plan-details .v-card__text{text-align:center}.plan-details .v-toolbar{background-color:#f3f4f6!important}.plan-details .v-toolbar .v-toolbar__content .v-toolbar__title{font-size:18px;text-transform:uppercase}.plan-details .plan-image{height:auto;max-width:250px;width:100%;margin-bottom:30px}.plan-details ul{list-style:none;padding:0}.plan-details ul .features{text-align:left;max-width:70%;margin:10px auto;padding-left:1.3em}.plan-details ul .features:before{content:"";font-family:"Font Awesome 5 Pro";color:#4caf50;float:left;font-size:18px;line-height:20px;margin-left:-1.3em}.plan-details ul .unavailable-features{color:#9ca3af;text-align:left;max-width:70%;margin:10px auto;padding-left:1.3em}.plan-details ul .unavailable-features:before{content:"";font-family:"Font Awesome 5 Pro";color:#e5e7eb;float:left;font-size:18px;line-height:20px;margin-left:-1.3em}.v-slider__tick-label{font-size:12px!important}.StripeElement{background-color:#f3f4f6;border:1px solid transparent;box-shadow:0 1px 3px #fff;padding:15px 10px;margin-bottom:15px;-webkit-transition:box-shadow .15s ease;transition:box-shadow .15s ease;margin-top:10px}.StripeElement--invalid{border-color:#ff5252}.card-error{color:#ff5252;font-size:12px;display:block;margin-top:-10px}div:where(.swal2-container){z-index:9999999999!important}div:where(.swal2-container) div:where(.swal2-popup){width:40em!important}.swal2-modal{border-radius:2px!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;overflow:hidden}.swal2-modal,.swal2-title{text-align:left!important;padding:5px 15px}.swal2-default-outline,.swal2-default-outline:hover,.swal2-default-outline:active{box-shadow:none!important}.swal2-confirm.swal2-default-outline,.swal2-confirm.outlined{background-color:transparent!important;border:1px solid #312E74!important;color:#312e74!important}.swal2-confirm.swal2-default-outline:hover,.swal2-confirm.outlined:hover{background:rgba(49,46,116,.1)!important}.swal2-confirm:hover{background-color:#393586!important}.swal2-info.swal2-default-outline,.swal2-info.outlined{background-color:transparent!important;border:1px solid #2196F3!important;color:#2196f3!important}.swal2-info.swal2-default-outline:hover,.swal2-info.outlined:hover{background-color:#2196f31a!important}.swal2-info:hover{background-color:#39a1f4!important}.swal2-deny{color:#ff5252!important}.swal2-deny:hover{background:rgba(255,82,82,.2)!important}.swal2-error.swal2-default-outline,.swal2-error.outlined,.swal2-cancel.swal2-default-outline,.swal2-cancel.outlined{background-color:transparent!important;border:1px solid #ff5252!important;color:#ff5252!important}.swal2-error.swal2-default-outline:hover,.swal2-error.outlined:hover,.swal2-cancel.swal2-default-outline:hover,.swal2-cancel.outlined:hover{background:rgba(255,82,82,.1)!important}.swal2-error:hover,.swal2-cancel:hover{background-color:#ff8585!important}.swal2-primary.swal2-default-outline,.swal2-primary.outlined{background-color:transparent!important;border:1px solid #312E74!important;color:#312e74!important}.swal2-primary.swal2-default-outline:hover,.swal2-primary.outlined:hover{background:rgba(49,46,116,.1)!important}.swal2-primary:hover{background-color:#393586!important}.swal2-secondary.swal2-default-outline,.swal2-secondary.outlined{background-color:transparent!important;border:1px solid #2FAB7E!important;color:#2fab7e!important}.swal2-secondary.swal2-default-outline:hover,.swal2-secondary.outlined:hover{background:rgba(47,171,126,.1)!important}.swal2-secondary:hover{background-color:#34bf8d!important}.swal2-tertiary.swal2-default-outline,.swal2-tertiary.outlined{background-color:transparent!important;border:1px solid #0C22A2!important;color:#0c22a2!important}.swal2-tertiary.swal2-default-outline:hover,.swal2-tertiary.outlined:hover{background:rgba(12,34,162,.1)!important}.swal2-tertiary:hover{background-color:#0e27ba!important}.swal2-alternative.swal2-default-outline,.swal2-alternative.outlined{background-color:transparent!important;border:1px solid rgb(246.7,185.025,0)!important;color:#f7b900!important}.swal2-alternative.swal2-default-outline:hover,.swal2-alternative.outlined:hover{background:rgba(246.7,185.025,0,.1)!important}.swal2-alternative:hover{background-color:#ffc411!important}.swal2-blue-gray{background-color:#607d8b!important}.swal2-blue-gray.swal2-default-outline,.swal2-blue-gray.outlined{background-color:transparent!important;border:1px solid #607d8b!important;color:#607d8b!important}.swal2-blue-gray.swal2-default-outline:hover,.swal2-blue-gray.outlined:hover{background:rgba(96,125,139,.1)!important}.swal2-blue-gray:hover{background-color:#6b8a99!important}.swal2-error,.swal2-warning,.swal2-info,.swal2-success,.swal2-primary,.swal2-secondary,.swal2-tertiary,.swal2-blue-gray{border-left:8px solid transparent}.swal2-error button:where(.swal2-styled)>.swal2-default-outline,.swal2-error button:where(.swal2-styled)>.outlined,.swal2-warning button:where(.swal2-styled)>.swal2-default-outline,.swal2-warning button:where(.swal2-styled)>.outlined,.swal2-info button:where(.swal2-styled)>.swal2-default-outline,.swal2-info button:where(.swal2-styled)>.outlined,.swal2-success button:where(.swal2-styled)>.swal2-default-outline,.swal2-success button:where(.swal2-styled)>.outlined,.swal2-primary button:where(.swal2-styled)>.swal2-default-outline,.swal2-primary button:where(.swal2-styled)>.outlined,.swal2-secondary button:where(.swal2-styled)>.swal2-default-outline,.swal2-secondary button:where(.swal2-styled)>.outlined,.swal2-tertiary button:where(.swal2-styled)>.swal2-default-outline,.swal2-tertiary button:where(.swal2-styled)>.outlined,.swal2-blue-gray button:where(.swal2-styled)>.swal2-default-outline,.swal2-blue-gray button:where(.swal2-styled)>.outlined{background:transparent;box-shadow:none!important}.swal2-error button:where(.swal2-styled)>.swal2-default-outline:active,.swal2-error button:where(.swal2-styled)>.outlined:active,.swal2-warning button:where(.swal2-styled)>.swal2-default-outline:active,.swal2-warning button:where(.swal2-styled)>.outlined:active,.swal2-info button:where(.swal2-styled)>.swal2-default-outline:active,.swal2-info button:where(.swal2-styled)>.outlined:active,.swal2-success button:where(.swal2-styled)>.swal2-default-outline:active,.swal2-success button:where(.swal2-styled)>.outlined:active,.swal2-primary button:where(.swal2-styled)>.swal2-default-outline:active,.swal2-primary button:where(.swal2-styled)>.outlined:active,.swal2-secondary button:where(.swal2-styled)>.swal2-default-outline:active,.swal2-secondary button:where(.swal2-styled)>.outlined:active,.swal2-tertiary button:where(.swal2-styled)>.swal2-default-outline:active,.swal2-tertiary button:where(.swal2-styled)>.outlined:active,.swal2-blue-gray button:where(.swal2-styled)>.swal2-default-outline:active,.swal2-blue-gray button:where(.swal2-styled)>.outlined:active{box-shadow:none!important}.swal2-warning{border-color:#ffc107}.swal2-warning .swal2-title{color:#ffc107!important}.swal2-warning .swal2-confirm{background-color:#ffc107!important;color:#fff!important}.swal2-warning .swal2-confirm:hover{background-color:#ffc721!important}.swal2-warning .swal2-confirm.swal2-default-outline,.swal2-warning .swal2-confirm.outlined{background-color:transparent!important;border:1px solid #FFC107!important;color:#ffc107!important}.swal2-warning .swal2-confirm.swal2-default-outline:hover,.swal2-warning .swal2-confirm.outlined:hover{background:rgba(255,193,7,.1)!important}.swal2-success{border-color:#4caf50}.swal2-success .swal2-title{color:#4caf50!important}.swal2-success .swal2-confirm{background-color:#4caf50!important;color:#fff!important}.swal2-success .swal2-confirm:hover{background-color:#5cb860!important}.swal2-success .swal2-confirm.swal2-default-outline,.swal2-success .swal2-confirm.outlined{background-color:transparent!important;border:1px solid #4CAF50!important;color:#4caf50!important}.swal2-success .swal2-confirm.swal2-default-outline:hover,.swal2-success .swal2-confirm.outlined:hover{background:rgba(76,175,80,.1)!important}.swal2-error{border-color:#ff5252}.swal2-error .swal2-title{color:#ff5252!important}.swal2-error .swal2-confirm{background-color:#ff5252!important;color:#fff!important}.swal2-error .swal2-confirm:hover{background-color:#ff6c6c!important}.swal2-error .swal2-confirm.swal2-default-outline,.swal2-error .swal2-confirm.outlined{background-color:transparent!important;border:1px solid #ff5252!important;color:#ff5252!important}.swal2-error .swal2-confirm.swal2-default-outline:hover,.swal2-error .swal2-confirm.outlined:hover{background:rgba(255,82,82,.1)!important}.swal2-info{border-color:#2196f3}.swal2-info .swal2-title{color:#2196f3!important}.swal2-info .swal2-confirm{background-color:#2196f3!important;color:#fff!important}.swal2-info .swal2-confirm:hover{background-color:#39a1f4!important}.swal2-info .swal2-confirm.swal2-default-outline,.swal2-info .swal2-confirm.outlined{background-color:transparent!important;border:1px solid #2196F3!important;color:#2196f3!important}.swal2-info .swal2-confirm.swal2-default-outline:hover,.swal2-info .swal2-confirm.outlined:hover{background:rgba(33,150,243,.1)!important}.swal2-primary{border-color:#312e74}.swal2-primary .swal2-title{color:#312e74!important}.swal2-primary .swal2-confirm{background-color:#312e74!important;color:#fff!important}.swal2-primary .swal2-confirm:hover{background-color:#393586!important}.swal2-primary .swal2-confirm.swal2-default-outline,.swal2-primary .swal2-confirm.outlined{background-color:transparent!important;border:1px solid #312E74!important;color:#312e74!important}.swal2-primary .swal2-confirm.swal2-default-outline:hover,.swal2-primary .swal2-confirm.outlined:hover{background:rgba(49,46,116,.1)!important}.swal2-secondary{border-color:#2fab7e}.swal2-secondary .swal2-title{color:#2fab7e!important}.swal2-secondary .swal2-confirm{background-color:#2fab7e!important;color:#fff!important}.swal2-secondary .swal2-confirm:hover{background-color:#34bf8d!important}.swal2-secondary .swal2-confirm.swal2-default-outline,.swal2-secondary .swal2-confirm.outlined{background-color:transparent!important;border:1px solid #2FAB7E!important;color:#2fab7e!important}.swal2-secondary .swal2-confirm.swal2-default-outline:hover,.swal2-secondary .swal2-confirm.outlined:hover{background:rgba(47,171,126,.1)!important}.swal2-tertiary{border-color:#0c22a2}.swal2-tertiary .swal2-title{color:#0c22a2!important}.swal2-tertiary .swal2-confirm{background-color:#0c22a2!important;color:#fff!important}.swal2-tertiary .swal2-confirm:hover{background-color:#0e27ba!important}.swal2-tertiary .swal2-confirm.swal2-default-outline,.swal2-tertiary .swal2-confirm.outlined{background-color:transparent!important;border:1px solid #0C22A2!important;color:#0c22a2!important}.swal2-tertiary .swal2-confirm.swal2-default-outline:hover,.swal2-tertiary .swal2-confirm.outlined:hover{background:rgba(12,34,162,.1)!important}.swal2-blue-gray{border-color:#607d8b}.swal2-blue-gray .swal2-title{color:#607d8b!important}.swal2-blue-gray .swal2-confirm{background-color:#607d8b!important;color:#fff!important}.swal2-blue-gray .swal2-confirm:hover{background-color:#6b8a99!important}.swal2-blue-gray .swal2-confirm.swal2-default-outline,.swal2-blue-gray .swal2-confirm.outlined{background-color:transparent!important;border:1px solid #607d8b!important;color:#607d8b!important}.swal2-blue-gray .swal2-confirm.swal2-default-outline:hover,.swal2-blue-gray .swal2-confirm.outlined:hover{background:rgba(96,125,139,.1)!important}.swal2-actions button{background-color:#fff;color:#030712;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:4px!important;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:36px;-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;font-size:14px;font-weight:500;line-height:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:6px 8px;min-width:88px;outline:0;padding:0 16px;text-transform:uppercase;text-decoration:none;-webkit-transition:.3s cubic-bezier(.25,.8,.5,1),color 1ms;transition:.3s cubic-bezier(.25,.8,.5,1),color 1ms;position:relative;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;will-change:box-shadow;box-shadow:none!important}.swal2-actions button:hover{background-color:#e5e7eb}.swal2-actions button:focus,.swal2-actions button:active{background-color:#e5e7eb}.swal2-actions button.success,.swal2-actions button.warning,.swal2-actions button.info,.swal2-actions button.error,.swal2-actions button.blue-gray{color:#fff}.swal2-actions button.swal2-confirm{background-color:#312e74;color:#fff}.swal2-actions button.swal2-confirm.swal2-default-outline,.swal2-actions button.swal2-confirm.outlined{background-color:transparent;border:1px solid #312E74;color:#312e74}.swal2-actions button.swal2-confirm.swal2-default-outline:hover,.swal2-actions button.swal2-confirm.outlined:hover{background-color:#312e741a}.swal2-actions button.swal2-confirm:hover{background-color:#393586}.swal2-actions button.swal2-cancel.swal2-default-outline,.swal2-actions button.swal2-cancel.outlined{background-color:#f3f4f6}.swal2-actions button.swal2-cancel.swal2-default-outline:hover,.swal2-actions button.swal2-cancel.outlined:hover{background-color:#e5e7eb}.swal2-title:first-child{margin-top:10px}.swal2-text{padding-left:15px!important}.swal2-footer{margin-top:0!important;padding-right:0!important;padding-bottom:0!important}.swal2-icon{left:-30px;position:absolute!important;opacity:.2;bottom:-20px;margin:0!important}.swal2-icon.swal2-icon--success{opacity:.4!important}.swal2-icon.swal2-icon--info,.swal2-icon.swal2-icon--warning{opacity:.6!important}.swal2-icon--success__ring{border-color:#4caf5099!important}.dashboard-tabs{max-width:1320px;margin:0 auto}.dashboard-tabs .v-tabs-bar{background-color:transparent!important;max-width:400px!important;margin-left:30px}.v-window__container{height:auto!important}.snotifyToast{border-radius:2px!important}.snotifyToast__progressBar,.snotifyToast__progressBar__percentage{height:5px!important}.snotifyToast__inner{min-height:60px!important}.snotify-icon{max-height:30px!important;max-width:30px!important}.snotifyToast__title{font-size:18px!important}.snotifyToast__body{font-size:14px!important}.snotify-info{background-color:#2196f3!important}.snotify-info .snotifyToast__progressBar{background-color:#0c7cd5!important}.snotify-success{background-color:#4caf50!important}.snotify-success .snotifyToast__progressBar{background-color:#3d8b40!important}.snotify-error{background-color:#ff5252!important}.snotify-error .snotifyToast__progressBar{background-color:#ff1f1f!important}.snotify-warning{background-color:#ffc107!important}.snotify-warning .snotifyToast__progressBar{background-color:#d39e00!important}.snotify-icon--warning{background-image:none!important;background-color:#ffe7a0!important;-webkit-mask-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20x=%220px%22%20y=%220px%22%20viewBox=%220%200%20512%20512%22%20fill=%22%23ffccbc%22%3E%3Cg%3E%3Cpath%20d=%22M256,512c141.15,0,256-114.84,256-256S397.15,0,256,0,0,114.84,0,256,114.85,512,256,512Zm0-480.49c123.79,0,224.49,100.71,224.49,224.49S379.79,480.49,256,480.49,31.51,379.79,31.51,256,132.21,31.51,256,31.51Z%22/%3E%3Ccircle%20cx=%22260.08%22%20cy=%22343.87%22%20r=%2226.35%22/%3E%3Cpath%20d=%22M254.68,278.39a15.76,15.76,0,0,0,15.75-15.75V128.72a15.75,15.75,0,1,0-31.51,0V262.63A15.76,15.76,0,0,0,254.68,278.39Z%22/%3E%3C/g%3E%3C/svg%3E);mask-image:url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20version=%221.1%22%20x=%220px%22%20y=%220px%22%20viewBox=%220%200%20512%20512%22%20fill=%22%23ffccbc%22%3E%3Cg%3E%3Cpath%20d=%22M256,512c141.15,0,256-114.84,256-256S397.15,0,256,0,0,114.84,0,256,114.85,512,256,512Zm0-480.49c123.79,0,224.49,100.71,224.49,224.49S379.79,480.49,256,480.49,31.51,379.79,31.51,256,132.21,31.51,256,31.51Z%22/%3E%3Ccircle%20cx=%22260.08%22%20cy=%22343.87%22%20r=%2226.35%22/%3E%3Cpath%20d=%22M254.68,278.39a15.76,15.76,0,0,0,15.75-15.75V128.72a15.75,15.75,0,1,0-31.51,0V262.63A15.76,15.76,0,0,0,254.68,278.39Z%22/%3E%3C/g%3E%3C/svg%3E)}.valign-middle{vertical-align:middle!important}.nowrap{white-space:nowrap!important}.h-37{height:37px}.h-90{height:90px}.w-90{width:5.625rem}.w-auto{width:auto}.max-w-49\%{max-width:49%}.reveal .reveal-target{opacity:0}.reveal:hover .reveal-target{opacity:1}.border-t-radius-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-0{border-radius:0!important}.rounded-5{border-radius:5px!important}.rounded-10{border-radius:10px!important}.pointer{cursor:pointer!important}.no-pointer{cursor:default}.flex-1{flex:1}.no-shrink{flex-shrink:0}
