#app{font-family:proxima-nova,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#2c3e50}#app .app-container{display:-webkit-box;display:-ms-flexbox;display:flex}#app .main-area{margin-left:18%;width:82%}#app .main-area.full{width:100%;margin:0}#app .main-area .main-content{padding:20px 75px;background-color:#bae4f0;margin-top:100px;min-height:calc(100vh - 80px)}#app .main-area .main-content.no-space{margin:0;padding:0}#app .main-area .main-content .section{background-color:#fff;padding:30px;-webkit-box-shadow:0 1px 5px #dcdcdc;box-shadow:0 1px 5px #dcdcdc}#app .main-area .main-content .section-navigator{background-color:#fff;padding:50px 20px;margin:20px 0 30px 0}#app .scopes{position:fixed;left:0;top:0;width:30%;height:50px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#32cd32;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;z-index:5}#app .scopes a{color:#2c3e50;text-decoration:none}#app .scopes .pointer{cursor:pointer}#app .scopes .scopePages{width:100px;text-align:center}body{margin:0}h3{margin:40px 0 0}ul{list-style-type:none;padding:0}li{display:inline-block;margin:0 10px}.link,a{color:#125070;text-decoration:none}.link:hover,a:hover{color:rgba(18,80,112,.8)}h3{margin:0}label{margin-left:10px;margin-right:10px}label:first-child{margin-left:0}.logo{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:20px;height:50px;margin-bottom:20px}.logo img{height:100%}.shadow{-webkit-box-shadow:0 1px 5px #dcdcdc;box-shadow:0 1px 5px #dcdcdc}.description{font-size:14px;color:#007b9d;text-align:left;margin-top:5px}.controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding-bottom:5px}.controls .back,.controls .forward{cursor:pointer}.controls .add,.controls .remove{margin-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:2px solid #bae4f0;border-radius:6px;height:25px;width:25px;line-height:25px;background-color:transparent;margin-right:5px;cursor:pointer;color:#007b9d}.controls .add:hover,.controls .remove:hover{background-color:grey;color:#fff}.toggle-btn-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:60%}.toggle-btn-container :first-child{border-top-left-radius:5px;border-bottom-left-radius:5px}.toggle-btn-container :first-child.inactive{border-right:0!important}.toggle-btn-container :last-child{border-top-right-radius:5px;border-bottom-right-radius:5px}.toggle-btn-container :last-child.inactive{border-left:0!important}.toggle-btn-container .toggle-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:10px;-webkit-box-flex:1;-ms-flex:1;flex:1;cursor:pointer;margin-right:5px}.toggle-btn-container .toggle-btn:first-child{background-color:#157f71}.toggle-btn-container .toggle-btn:nth-child(2){background-color:#125070}.toggle-btn-container .toggle-btn:nth-child(3){background-color:#007b9d}.toggle-btn-container .toggle-btn:nth-child(4){background-color:#00a695}.toggle-btn-container .toggle-btn:nth-child(5){background-color:#007b9d}.toggle-btn-container .toggle-btn:last-child{margin:0}.toggle-btn-container .toggle-btn.active{border:2px solid #0d375a}.toggle-btn-container .toggle-btn:hover{-webkit-filter:opacity(.8);filter:opacity(.8)}.toggle-btn-container .toggle-btn .btn-text{margin:0;text-align:center;color:#fff}.total-emissions{z-index:3;position:fixed;left:0;bottom:0;width:100%;background-color:pink}.total-emissions .total-title{margin-bottom:0}.total-emissions .total-title span{margin:10px 0}.total-emissions .total-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.total-emissions .total-bar .total-text{margin-left:15px}.ekos-input{background-color:#ededed}input{background-color:#fff8b7}.log-out-btn{bottom:65px;left:20px;border:1px solid #000;color:#ff0;position:fixed;background-color:#cd5c5c;z-index:10;padding:10px;cursor:pointer;border-radius:4px}.log-out-btn:hover{background-color:#afaeed}.controls-container{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.controls-container,.editor-bubble{display:-webkit-box;display:-ms-flexbox;display:flex}.editor-bubble{width:40px;height:40px;background-color:#125070;color:#007b9d;border-radius:50px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:.8em;font-weight:600;margin:0 10px}textarea::-webkit-scrollbar{width:.5em}textarea::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}textarea::-webkit-scrollbar-thumb{background-color:#125070;outline:1px solid #125070}.capitalize{text-transform:capitalize}.sub-message{color:#125070}.sub-message.animate{-webkit-animation-name:fade;animation-name:fade;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-iteration-count:1;animation-iteration-count:1}.reset-btn{position:fixed;left:5px;bottom:5px;padding:10px;color:#fff;background-color:#007b9d;cursor:pointer}.reset-btn:hover{background-color:rgba(0,123,157,.8)}@-webkit-keyframes fade{0%{opacity:0}10%{opacity:1}75%{opacity:1}to{opacity:0}}@keyframes fade{0%{opacity:0}10%{opacity:1}75%{opacity:1}to{opacity:0}}textarea{border:2px solid #ddd}.fa-cars,.fa-coins,.fa-download,.fa-hand-holding-usd,.fa-home,.fa-tractor,.fa-truck-moving,.fa-user-cog{color:#95d5d1;opacity:1}.fa-cars.fad:after,.fa-cars.icon-fad:after,.fa-coins.fad:after,.fa-coins.icon-fad:after,.fa-download.fad:after,.fa-download.icon-fad:after,.fa-hand-holding-usd.fad:after,.fa-hand-holding-usd.icon-fad:after,.fa-home.fad:after,.fa-home.icon-fad:after,.fa-tractor.fad:after,.fa-tractor.icon-fad:after,.fa-truck-moving.fad:after,.fa-truck-moving.icon-fad:after,.fa-user-cog.fad:after,.fa-user-cog.icon-fad:after{color:#fff;opacity:1}.fa-chart-line,.fa-file-alt,.fa-file-plus,.fa-gas-pump,.fa-tachometer-alt-fast,.fa-trash{color:#fff}.fa-chart-line.fad:after,.fa-chart-line.icon-fad:after,.fa-file-alt.fad:after,.fa-file-alt.icon-fad:after,.fa-file-plus.fad:after,.fa-file-plus.icon-fad:after,.fa-gas-pump.fad:after,.fa-gas-pump.icon-fad:after,.fa-tachometer-alt-fast.fad:after,.fa-tachometer-alt-fast.icon-fad:after,.fa-trash.fad:after,.fa-trash.icon-fad:after{color:#95d5d1;opacity:1}.main-heading{font-size:28px;color:#125070;text-align:left;font-weight:300}.pointer{cursor:pointer}.v-toast,.v-toast__item--success{font-family:proxima-nova,sans-serif!important}.v-toast__item--success{background-color:#125070!important}@media print{.watermark1,.watermark2{visibility:visible}body *{visibility:hidden}#emissions-report *,#reduction-report *{visibility:visible}#emissions-report,#reduction-report{overflow:visible;position:absolute;left:0;top:0}.toggle-btn-container{height:0!important}.toggle-btn-container .toggle-btn{height:0!important;width:0!important}.spacer{padding:0!important;margin:0!important;-webkit-box-shadow:none!important;box-shadow:none!important}h1,h2,h3,h4,h5,h6{margin:5px 0}.report-page{position:relative;width:21cm;height:30.37cm;padding:2cm;margin:.5cm auto;background:#fff}.report-page .heading,.report-page .subheading{margin-top:0!important}.report-page .page-footer{position:absolute;bottom:50px;right:40%;font-size:14px}.report-page .page-number{position:absolute;bottom:50px;right:100px}.report-page svg{overflow:visible}.report-page table.data-quality td,.report-page table.data-quality th,.report-page table.data-quality tr,.report-page table.emission-categories td,.report-page table.emission-categories th,.report-page table.emission-categories tr{font-size:10px!important}.report-page.last{height:29.8cm}td,th,tr{padding:6px!important;font-size:12px!important}svg,table,td,th,tr{-webkit-print-color-adjust:exact!important;color-adjust:exact!important}}@page{margin:0;padding:0;size:21cm 29.7cm}input,select{color:#007b9d;height:35px;border-radius:6px;border:2px solid #bae4f0;background-color:transparent;width:160px;padding:0 0 0 9px}input.small,select.small{width:30px}input:disabled,select:disabled{background:hsla(0,0%,67.8%,.4);cursor:not-allowed}textarea{color:#007b9d;border-radius:6px;border:2px solid #bae4f0;background-color:transparent;padding:9px;font-family:Arial,Helvetica,sans-serif}textarea.long{width:250px}input[type=checkbox]{width:20px}input[type=checkbox].big{width:40px}.edit-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:self-start;-ms-flex-align:self-start;align-items:self-start}.edit-heading input.heading{padding-top:0!important;width:250px;font-size:18px;font-weight:600;border:none;outline:none}.edit-heading .fa-edit:after{color:#157f71;opacity:.6}.annual-total-component .input-container-row{max-width:600px}.input-section{padding:20px 0}.input-section .input-grid{display:grid}.input-section .input-grid.col-3{grid-template-columns:1fr 1fr 1fr}.input-section .title-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.input-section label{font-size:14px;color:#007b9d;-ms-flex-item-align:center;align-self:center;font-weight:500;text-align:left;min-width:40px}.input-section .input-container-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:left}.input-section .input-container-column.center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.input-section .input-container-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr}.input-section .input-container-row{display:-webkit-box;display:-ms-flexbox;display:flex;margin:8px 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:14px;color:#007b9d;font-weight:500;-webkit-column-gap:50px;-moz-column-gap:50px;column-gap:50px}.input-section .input-container-row.tight{-webkit-box-pack:initial;-ms-flex-pack:initial;justify-content:normal}.input-section .input-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:15px 0 0 0}.input-section .input-item.stacked{width:300px;margin-right:10px}.input-section .input-item.long,.input-section .input-item.stacked{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.input-section .input-item.long{width:400px}.input-section .green{background-color:#75b042}.button{padding:20px;color:#fff;width:180px;cursor:pointer;border:4px solid #125070;border-radius:40px}.button:hover{background-color:#125070}.button:hover .btn-text{color:#fff;text-decoration:none}.button .btn-text{font-size:24px;color:#125070;text-transform:uppercase;margin:0}.button .btn-text.with-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.square-button{background-color:#000;font-size:1em;border-radius:4px;padding:9px;border:none;cursor:pointer;width:100%;min-height:45px;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:1.65em;text-decoration:none}.square-button.bold{font-weight:600}.square-button.white{background-color:#fff;color:#125070;border:1px solid #125070}.square-button.green{background-color:#007b9d;color:#fff}.square-button.blue{background-color:#0d375a;color:#fff}.square-button.blue:hover{background-color:rgba(13,55,90,.8)}.square-button .btn-text-icon{display:-webkit-box;display:-ms-flexbox;display:flex}.square-button .btn-text-icon i{font-size:25px!important}.container-spacer{padding:40px 0 100px 0}.activity-title{font-size:28px;color:#007b9d;text-align:left;margin-top:0}.section-title{font-size:24px;color:#125070;text-align:left;margin-bottom:0}.section-title i{margin-left:10px}.secondary-title{font-size:18px;color:#007b9d;text-align:left;margin-top:15px}.upper{text-transform:capitalize}.notes{color:#007b9d;font-weight:600}.notes label{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.notes-row,.notes label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.notes-row{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.next-page-btn{height:60px;min-width:220px;max-width:300px;padding:0 10px;background-color:#007b9d;text-decoration:none;border-radius:6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-item-align:end;align-self:end}.next-page-btn:hover{-webkit-filter:opacity(.8);filter:opacity(.8)}.next-page-btn .button-text{text-transform:capitalize;-ms-flex-item-align:center;align-self:center}.button-text{font-size:20px;color:#fff}.activity-title-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.activity-title-row.initial{-webkit-box-pack:initial;-ms-flex-pack:initial;justify-content:normal}.activity-title-row.initial i{-ms-flex-item-align:center;align-self:center;font-size:22px;margin-left:10px}.activity-title-row.initial i.active{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.title-icon{font-size:35px;color:#125070}.title-icon.fad:after,.title-icon.icon-fad:after{color:#157f71}.spacer{padding:35px;margin-bottom:50px;-webkit-box-shadow:0 1em 1em -1em rgba(0,0,0,.05);box-shadow:0 1em 1em -1em rgba(0,0,0,.05)}.toggle-switch{margin-top:25px}.switch-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.switch-label{padding-top:25px;font-size:14px;color:#007b9d;-ms-flex-item-align:center;align-self:center}.label-bold,.switch-label{font-weight:600}.save-indicator{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:fixed;top:0;right:15px;padding:10px;color:#5f9ea0;border-radius:4px;cursor:pointer;z-index:100}.save-indicator:hover{background-color:rgba(95,158,160,.521)}.save-indicator .lds-roller{display:inline-block;position:relative;width:80px;height:80px}.save-indicator .lds-roller div{-webkit-animation:lds-roller 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:lds-roller 1.2s cubic-bezier(.5,0,.5,1) infinite;-webkit-transform-origin:40px 40px;transform-origin:40px 40px}.save-indicator .lds-roller div:after{content:" ";display:block;position:absolute;width:7px;height:7px;border-radius:50%;background:#5f9ea0;margin:-4px 0 0 -4px}.save-indicator .lds-roller div:first-child{-webkit-animation-delay:-36ms;animation-delay:-36ms}.save-indicator .lds-roller div:first-child:after{top:63px;left:63px}.save-indicator .lds-roller div:nth-child(2){-webkit-animation-delay:-72ms;animation-delay:-72ms}.save-indicator .lds-roller div:nth-child(2):after{top:68px;left:56px}.save-indicator .lds-roller div:nth-child(3){-webkit-animation-delay:-.108s;animation-delay:-.108s}.save-indicator .lds-roller div:nth-child(3):after{top:71px;left:48px}.save-indicator .lds-roller div:nth-child(4){-webkit-animation-delay:-.144s;animation-delay:-.144s}.save-indicator .lds-roller div:nth-child(4):after{top:72px;left:40px}.save-indicator .lds-roller div:nth-child(5){-webkit-animation-delay:-.18s;animation-delay:-.18s}.save-indicator .lds-roller div:nth-child(5):after{top:71px;left:32px}.save-indicator .lds-roller div:nth-child(6){-webkit-animation-delay:-.216s;animation-delay:-.216s}.save-indicator .lds-roller div:nth-child(6):after{top:68px;left:24px}.save-indicator .lds-roller div:nth-child(7){-webkit-animation-delay:-.252s;animation-delay:-.252s}.save-indicator .lds-roller div:nth-child(7):after{top:63px;left:17px}.save-indicator .lds-roller div:nth-child(8){-webkit-animation-delay:-.288s;animation-delay:-.288s}.save-indicator .lds-roller div:nth-child(8):after{top:56px;left:12px}@-webkit-keyframes lds-roller{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes lds-roller{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.modal-wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal{background-color:#bae4f0;border-radius:16px;margin:10px -5px;width:100%}.modal-btn{margin-left:5px;margin-top:15px;font-size:18px;background-color:transparent;cursor:pointer}.container{position:relative;-webkit-transition:all .8s ease-in;transition:all .8s ease-in;max-height:0;overflow:hidden}.container.active{max-height:500px}.modal__title{font-size:24px;font-weight:700;color:#125070;padding:20px 20px 0 20px}.modal-close{border:none;background-color:transparent;font-size:16px;position:absolute;right:22px;color:#125070;top:15px;cursor:pointer}.modal-content{padding:20px 60px;color:#125070;text-align:left}.tooltip{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal-content ul,.tooltip.active{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.modal-content ul{display:-webkit-box;display:-ms-flexbox;display:flex;list-style-type:disc;margin-left:50px}.modal-content ul li{display:list-item;margin-bottom:5px}.modal-content ol{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;list-style-type:number;margin-left:50px}.modal-content ol li{display:list-item;margin-bottom:5px}.emissions-inventory-report-container{text-align:left}.performance-against-previous-years{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.performance-against-previous-years .section-title{margin-bottom:20px}.section.fuels .fuel-consumption{padding-bottom:50px}.section.fuels .fuel-consumption .month-unit{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.section.fuels .fuel-consumption .month-unit .month,.section.fuels .fuel-consumption .month-unit .unit-input,.section.fuels .fuel-consumption .month-unit .unit-title{margin-right:10px;margin-left:0}.section.fuels .fuel-consumption .month-unit .unit,.section.fuels .fuel-consumption .month-unit .unit .unit-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.section.fuels .fuel-consumption .month-unit .unit .unit-input{width:200px}.section.fuels .fuel-consumption .month-unit .unit .unit-input .unit-text{margin-left:10px}.section.fuels .fuel-consumption .month-unit .unit .unit-input .unit-text-box{width:100%;padding:4px 2px 4px 2px}.section.fuels .fuel-consumption .total{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.section.company-vehicles .fuels{font-size:28px}.chemicals .gasType{display:grid;grid-template-columns:1fr 1fr 1fr;-webkit-column-gap:15px;-moz-column-gap:15px;column-gap:15px;margin-bottom:10px;text-align:left}.chemicals .gasType :nth-child(3n+3){text-align:right}.chemicals .gasType .input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.chemicals .gasType .input label{margin:10px 0}.chemicals .gasType .input label .measurement{font-size:12px}.chemicals .gasType .input h2{margin:0}.chemicals .gasType .carbon-emissions,.chemicals .gasType .e-factor{background-color:#ededed}.chemicals .total{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.aircon .gas-type,.chemicals .total{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.aircon .gas-type{margin-bottom:10px}.aircon .gas-type .input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.aircon .gas-type .input label{margin:10px 0}.aircon .gas-type .input label .measurement{font-size:12px}.aircon .gas-type .carbon-emissions,.aircon .gas-type .e-factor{background-color:#ededed}.aircon .total{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.agriculture{margin-bottom:250px}.agriculture .unit{margin-left:4px;font-size:12px}.agriculture .input{display:grid;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-template-columns:1fr 1fr 1fr}.agriculture .input .emission-source{margin-left:5px;text-align:left}.agriculture .input input{width:90%}.agriculture .input input:last-child{justify-self:end}.agriculture .input .ag-title{margin:0}.agriculture .input label{margin:10px 0}.agriculture .input label .measurement{font-size:12px}.agriculture .carbon-emissions,.agriculture .e-factor{background-color:#ededed}.agriculture .total{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:75%;bottom:0;position:fixed;background-color:pink}.agriculture .total-emissions .total-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:0}.section.electricity .electricity .units{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.section.electricity .electricity .units .month,.section.electricity .electricity .units .unit-input,.section.electricity .electricity .units .unit-title{margin-right:10px;margin-left:0}.section.electricity .electricity .units .months{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.section.electricity .electricity .units .months,.section.electricity .electricity .units .months .month-input{display:-webkit-box;display:-ms-flexbox;display:flex}.section.electricity .electricity .units .months .month-input .unit-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:200px}.section.electricity .electricity .units .months .month-input .unit-input .unit-text{margin-left:10px}.section.electricity .electricity .units .months .month-input .unit-input .unit-text-box{width:100%;padding:4px 2px 4px 2px}.section.electricity .electricity .units .total-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.section.electricity .electricity .units .total-section .output{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.section.electricity .electricity .units .total-section .output input{width:100px;height:26px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-item-align:center;align-self:center;text-align:end;font-size:16px}.section.end-of-life-disposal,.section.purchased{padding-bottom:50px}.section.end-of-life-disposal .purchased .activities .headings,.section.purchased .purchased .activities .headings{display:grid;grid-template-columns:2fr 2fr 1fr 1fr;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;text-align:left}.section.end-of-life-disposal .purchased .activities .headings :last-child,.section.purchased .purchased .activities .headings :last-child{text-align:right}.section.end-of-life-disposal .purchased .activities .activity,.section.purchased .purchased .activities .activity{display:grid;grid-template-columns:2fr 2fr 1fr 1fr;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;padding-bottom:5px;text-align:left;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.section.end-of-life-disposal .purchased .activities .activity :last-child,.section.purchased .purchased .activities .activity :last-child{text-align:right}.section.end-of-life-disposal .purchased .activities .activity input,.section.purchased .purchased .activities .activity input{text-align:left;height:25px;width:100%}.section.end-of-life-disposal .purchased .activities .activity input.e-factor,.section.purchased .purchased .activities .activity input.e-factor{background-color:#ededed}.section.end-of-life-disposal .purchased .services .headings,.section.purchased .purchased .services .headings{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;text-align:left}.section.end-of-life-disposal .purchased .services .headings :last-child,.section.purchased .purchased .services .headings :last-child{text-align:right}.section.end-of-life-disposal .purchased .services .service,.section.purchased .purchased .services .service{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr;-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;padding-bottom:5px;text-align:left;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.section.end-of-life-disposal .purchased .services .service.scope3,.section.purchased .purchased .services .service.scope3{grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr}.section.end-of-life-disposal .purchased .services .service :last-child,.section.purchased .purchased .services .service :last-child{text-align:right}.section.end-of-life-disposal .purchased .services .service input,.section.purchased .purchased .services .service input{height:25px;width:100%}.section.end-of-life-disposal .purchased .services .service input:last-child,.section.purchased .purchased .services .service input:last-child{text-align:left}.section.end-of-life-disposal .purchased .services .service input.e-factor,.section.purchased .purchased .services .service input.e-factor{background-color:#ededed}.section.fuel-energy .fuel-energy{padding-bottom:50px}.section.fuel-energy .fuel-energy .unit-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.section.fuel-energy .fuel-energy .unit-container .units{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-right:50px;width:50%}.section.fuel-energy .fuel-energy .unit-container .units .month,.section.fuel-energy .fuel-energy .unit-container .units .unit-input,.section.fuel-energy .fuel-energy .unit-container .units .unit-title{margin-right:10px;margin-left:0}.section.fuel-energy .fuel-energy .unit-container .units .months{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.section.fuel-energy .fuel-energy .unit-container .units .months.gas{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.section.fuel-energy .fuel-energy .unit-container .units .months .month{margin:0}.section.fuel-energy .fuel-energy .unit-container .units .months .month-input{display:-webkit-box;display:-ms-flexbox;display:flex}.section.fuel-energy .fuel-energy .unit-container .units .months .month-input .unit-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:200px}.section.fuel-energy .fuel-energy .unit-container .units .months .month-input .unit-input .unit-text{margin-left:10px}.section.fuel-energy .fuel-energy .unit-container .units .months .month-input .unit-input .unit-text-box{width:100%;padding:4px 2px 4px 2px}.section.fuel-energy .fuel-energy .unit-container .units .total-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.section.fuel-energy .fuel-energy .unit-container .units .total-section .output{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.section.fuel-energy .fuel-energy .unit-container .units .total-section .output input{width:100px;height:26px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-item-align:center;align-self:center;text-align:end;font-size:16px}.section.inward-freight{padding-bottom:50px}.section.inward-freight .goods-received .goods{display:grid;grid-template-columns:.4fr 1fr 1fr 1fr 2fr 1fr 2fr;grid-column-gap:15px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:left}.section.inward-freight .goods-received .goods :nth-child(7n+7){text-align:right}.section.inward-freight .goods-received .goods input{width:100%;height:25px}.road-freight .freight{display:grid;grid-template-columns:.4fr .5fr .5fr 1.5fr 1.5fr .7fr .7fr 1fr 1fr;grid-column-gap:15px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:left}.road-freight .freight :nth-child(9n+9){text-align:right}.road-freight .freight input{width:100%;height:25px}.road-freight .freight select{height:31px}.sea-freight .sea-freight-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:55%;margin-bottom:15px}.sea-freight .sea-freight-row label{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;color:#007b9d}.sea-freight .freight,.sea-freight .sea-freight-row label{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sea-freight .freight{display:grid;grid-template-columns:.4fr 1fr 1fr 1fr 1fr 1fr 1fr;grid-column-gap:15px;text-align:left}.sea-freight .freight :nth-child(7n+7){text-align:right}.sea-freight .freight input{width:100%;height:25px}.sea-freight .freight select{height:31px}.air-freight .air-freight-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:55%;margin-bottom:15px}.air-freight .air-freight-row label{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;color:#007b9d}.air-freight .air-freight-row label,.air-freight .freight{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.air-freight .freight{display:grid;grid-template-columns:.4fr 1fr 1fr 1fr 1fr 1fr 1fr;grid-column-gap:15px;text-align:left}.air-freight .freight p{font-size:14px}.air-freight .freight :nth-child(7n+7){text-align:right}.air-freight .freight input{width:100%;height:25px}.air-freight .freight select{height:31px}.air-freight p{color:#007b9d}.section .landfill-waste,.section .waste-water-treatment{padding-bottom:50px}.section .landfill-waste .unit-container,.section .waste-water-treatment .unit-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.section .landfill-waste .unit-container .units,.section .waste-water-treatment .unit-container .units{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-right:50px;width:100%}.section .landfill-waste .unit-container .units .month,.section .landfill-waste .unit-container .units .unit-input,.section .landfill-waste .unit-container .units .unit-title,.section .waste-water-treatment .unit-container .units .month,.section .waste-water-treatment .unit-container .units .unit-input,.section .waste-water-treatment .unit-container .units .unit-title{margin-right:10px;margin-left:0}.section .landfill-waste .unit-container .units #unit-type,.section .waste-water-treatment .unit-container .units #unit-type{width:100px;margin-top:15px;-ms-flex-item-align:center;align-self:center}.section .landfill-waste .unit-container .units .months,.section .waste-water-treatment .unit-container .units .months{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.section .landfill-waste .unit-container .units .months.gas,.section .waste-water-treatment .unit-container .units .months.gas{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.section .landfill-waste .unit-container .units .months .month,.section .waste-water-treatment .unit-container .units .months .month{margin:0}.section .landfill-waste .unit-container .units .months .month-input,.section .waste-water-treatment .unit-container .units .months .month-input{display:-webkit-box;display:-ms-flexbox;display:flex}.section .landfill-waste .unit-container .units .months .month-input .unit-input,.section .waste-water-treatment .unit-container .units .months .month-input .unit-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:200px}.section .landfill-waste .unit-container .units .months .month-input .unit-input .unit-text,.section .waste-water-treatment .unit-container .units .months .month-input .unit-input .unit-text{margin-left:10px}.section .landfill-waste .unit-container .units .months .month-input .unit-input .unit-text-box,.section .waste-water-treatment .unit-container .units .months .month-input .unit-input .unit-text-box{width:100%;padding:4px 2px 4px 2px}.section .landfill-waste .unit-container .units .total-section,.section .waste-water-treatment .unit-container .units .total-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.section .landfill-waste .unit-container .units .total-section .output,.section .waste-water-treatment .unit-container .units .total-section .output{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.section .landfill-waste .unit-container .units .total-section .output input,.section .waste-water-treatment .unit-container .units .total-section .output input{width:100px;height:26px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-item-align:center;align-self:center;text-align:end;font-size:16px}.waste-water-treatment .unit-container .units{margin-right:0}.waste-water-treatment .total-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.waste-water-treatment .total-section .output{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.waste-water-treatment .total-section .output input{width:100px;height:26px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-item-align:center;align-self:center;text-align:end;font-size:16px}.section.business-flights .business-flights-totals{width:60%}.section.business-flights .business-flights-totals .business-flights-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:10px}.section.business-flights .business-flights-totals .business-flights-row input{margin-left:100px}.section.business-flights .flights{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;grid-column-gap:15px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:left}.section.business-flights .flights :nth-child(5n+5){text-align:right}.section.business-flights .flights input{width:100%;height:25px}.section.business-flights .flights select{height:31px}.section.business-flights .row{display:-webkit-box;display:-ms-flexbox;display:flex}.section.business-flights .input-box{position:relative}.section.business-flights .input-box .airports{-webkit-box-shadow:0 1px 5px #dcdcdc;box-shadow:0 1px 5px #dcdcdc;padding:10px;position:absolute;width:calc(100% - 20px);background-color:#fff;z-index:1}.section.business-flights .input-box .airports .selection{text-align:left;padding:5px 0;margin:0;border-bottom:1px solid #125070;cursor:pointer}.section.business-flights .input-box .airports .selection:last-child{border:0}.section.business-travel{padding-bottom:50px}.section.business-travel .travel{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:15px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:left}.section.business-travel .travel :nth-child(2n+2){text-align:right}.section.business-travel .travel .input-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.section.business-travel .travel .input-container input{margin-right:5px;width:100%;height:25px}.section.business-travel .distance-traveled{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-column-gap:15px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:left}.section.business-travel .distance-traveled :nth-child(4n+4){text-align:right}.section.business-travel .distance-traveled input{width:100%;height:25px}.section.business-travel .distance-traveled select{height:31px}.section.business-travel .input-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:10px}.section.business-travel .input-container input{height:30px}.section.staff-commute .input-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.section.staff-commute .month-input-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.section.staff-commute .month-input-container .measurement{padding-left:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.section.staff-commute .input-left,.section.staff-commute .month-input-container .measurement{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.section.staff-commute .input-left{margin-top:15px}.section.staff-commute .distance-traveled{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.fuel-type,.section.staff-commute .distance-traveled{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.fuel-type{padding:15px 0 0 0}.fuel-title{font-size:14px;color:#007b9d;font-weight:500}.fuel-title,.title-input-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.title-input-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.title-input-row .input-title{margin-right:8px;font-size:14px;color:#007b9d;font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.title-input-row .input-title-left-padding{margin-left:40px}.title-input-row .input-title-bold{font-weight:600}.section.upstream-leased-assets .electricity .units{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.section.upstream-leased-assets .electricity .units .month,.section.upstream-leased-assets .electricity .units .unit-input,.section.upstream-leased-assets .electricity .units .unit-title{margin-right:10px;margin-left:0}.section.upstream-leased-assets .electricity .units .months{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.section.upstream-leased-assets .electricity .units .months .month-input{display:-webkit-box;display:-ms-flexbox;display:flex}.section.upstream-leased-assets .electricity .units .months .month-input .unit-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:200px}.section.upstream-leased-assets .electricity .units .months .month-input .unit-input .unit-text{margin-left:10px}.section.upstream-leased-assets .electricity .units .months .month-input .unit-input .unit-text-box{width:100%;padding:4px 2px 4px 2px}.section.upstream-leased-assets .electricity .units .total-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.section.upstream-leased-assets .electricity .units .total-section .output{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.section.upstream-leased-assets .electricity .units .total-section .output input{width:100px;height:26px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-item-align:center;align-self:center;text-align:end;font-size:16px}.section.upstream-leased-assets .stationary-fuels{margin-bottom:80px}.section.upstream-leased-assets .stationary-fuels .stationary{margin-top:20px}.section.downstream-transport{padding-bottom:50px}.section.downstream-transport .travel{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:15px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:left}.section.downstream-transport .travel :nth-child(2n+2){text-align:right}.section.downstream-transport .travel .input-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.section.downstream-transport .travel .input-container input{margin-right:5px;width:100%;height:25px}.dashboard .title-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dashboard .title-bar i{font-size:40px}.dashboard .title-bar .left{display:-webkit-box;display:-ms-flexbox;display:flex}.dashboard .title-bar .left i{margin-left:20px}.dashboard .row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.dashboard .layout-settings,.dashboard .row{display:-webkit-box;display:-ms-flexbox;display:flex}.dashboard .layout-settings{padding-bottom:10px;cursor:pointer}.dashboard .layout-settings .title{margin-right:5px}.dashboard .user-details{margin-bottom:50px}.dashboard .dashboard-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:30px}.dashboard .dashboard-bar .activity-title{margin:0;width:40%}.dashboard .grid-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:5px 15px;border-radius:5px}.dashboard .grid-title.top{margin-top:20px}.dashboard .grid-title.bottom{margin-bottom:20px}.dashboard .grid-title.footprint{background-color:#bae4f0}.dashboard .grid-title.offset{background-color:#95d5d1}.dashboard .grid-title .row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.dashboard .grid-title .row .heading{font-weight:600;font-size:16px;color:#125070;text-align:left}.dashboard .grid-title .row .heading.lower{text-transform:none}.dashboard .summary{background-color:#fff}.dashboard .summary .summary-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.dashboard .summary .activity-section h3{margin-top:10px}.dashboard .summary .activity-data-row{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:30px}.dashboard .summary .activity-grid-data-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.dashboard .summary .activity-grid{display:grid;grid-template-columns:1fr 1fr}.dashboard .summary .activity-grid :nth-child(odd){text-align:left}.dashboard .summary .activity-grid :nth-child(2n){text-align:right}.dashboard .summary .activity-grid .total{font-weight:600}.dashboard .summary .activity-grid .item:last-child,.dashboard .summary .activity-grid .item:nth-last-child(2){border:none}.dashboard .summary .activity-grid .item{padding:5px 15px;border-bottom:1px solid #dfdfdf;color:#125070}.dashboard .business-units,.dashboard .monthly{margin-top:30px}.dashboard .business-units h3,.dashboard .monthly h3{margin-bottom:10px}.dashboard .business-units .business-units-table,.dashboard .monthly .business-units-table{width:100%;max-width:800px;margin:0 auto}.dashboard .business-units .business-units-table table,.dashboard .monthly .business-units-table table{width:100%}.dashboard .btn-wrapper{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:30px}.dashboard .btn-wrapper,.dashboard .btn-wrapper .submitted-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dashboard .btn-wrapper .submitted-btn{height:60px;width:220px;background-color:#84bd01;border-radius:6px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:not-allowed}.dashboard .btn-wrapper .submitted-btn .btn-text{font-size:20px;color:#fff;text-transform:uppercase}.dashboard .btn-wrapper .submit-btn{height:60px;width:220px;background-color:#157f71;border-radius:6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.dashboard .btn-wrapper .submit-btn .btn-text{font-size:20px;color:#fff;text-transform:uppercase}.dashboard .btn-wrapper .submit-btn:hover{background-color:rgba(21,127,113,.8)}.dashboard .no-data-to-show-wrapper .no-data-to-show{font-size:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:80px;margin-bottom:30px;color:#125070}.dashboard .company-information-container #organisational-chart{padding:20px}.dashboard .company-information-container textarea{margin-top:20px}.dashboard .company-information-container .section-title{margin-bottom:25px}.dashboard .company-information-container .description{text-align:left;max-width:900px;margin-bottom:25px}.dashboard .company-information-container .label{text-align:left}.dashboard .company-information-container .organisational-chart,.dashboard .company-information-container .textarea{display:-webkit-box;display:-ms-flexbox;display:flex}.dashboard .company-information-container input{width:220px}.dashboard .company-information-container .input-container-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.dashboard .company-information-container .input-section label{max-width:900px}.dashboard .company-information-container .trading-name{margin:10px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.dashboard .company-information-container .description,.dashboard .company-information-container label{font-size:14px;color:#007b9d}.carbon-data-status-select .carbon-data-status-input{height:100%;background-color:#007b9d;border:2px solid #000;margin-right:40px;color:#fff}.home{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100vh;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#bae4f0;position:relative}.home .home-logo{width:240px;height:100px;margin-bottom:20px}.home .home-logo img{width:100%}.home .square-button{max-width:240px}.home .content{margin-bottom:20px;max-width:660px}.home .content h1{color:#007b9d}.home a:hover{text-decoration:none}.home .footer{width:100%;position:absolute;bottom:0;height:50px;background-color:#125070}.home .footer .footer-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-column-gap:80px;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.home .footer .footer-links a{color:#fff}.additional-sources .autocomplete-input{background:#fff;border:2px solid #bae4f0;font-size:13.3px;background-image:none;padding:0 0 0 9px}.additional-sources .autocomplete-result-list{border-top:1px solid #00426a;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.additional-sources [data-position=below] .autocomplete-result-list{color:#007b9d;border-top:1px solid #125070!important;font-size:13.3px;text-align:left}.additional-sources [data-position=below] .autocomplete-result-list ul{padding:0}.additional-sources [data-position=below] .autocomplete-result-list li{background-image:none;padding-left:0;padding-top:20px}.additional-sources [data-position=below] .autocomplete-result-list li:hover{cursor:pointer}.privacy-policy{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#bae4f0}.privacy-policy .home-logo{width:240px;height:100px;margin-top:40px;margin-bottom:20px}.privacy-policy .home-logo img{width:100%}.privacy-policy .square-button{max-width:240px}.privacy-policy .title{padding-top:50px;font-size:35px;font-weight:500}.privacy-policy .content{margin-top:50px;margin-bottom:30px;max-width:660px;text-align:left}.privacy-policy .content h1{color:#007b9d}.privacy-policy .bottom-btn{margin:20px 0 120px 0}.termsOfUse{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#bae4f0}.termsOfUse .home-logo{width:240px;height:100px;margin-top:40px;margin-bottom:20px}.termsOfUse .home-logo img{width:100%}.termsOfUse .square-button{max-width:240px}.termsOfUse .title{padding-top:50px;font-size:35px;font-weight:500}.termsOfUse .content{margin-top:50px;margin-bottom:30px;max-width:660px;text-align:left}.termsOfUse .content h1{color:#007b9d}.termsOfUse .bottom-btn{margin:20px 0 120px 0}/*!
 * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */.fa,.fab,.fad,.fal,.far,.fas,.icon-fad{text-rendering:auto}.fa,.fab,.fad,.fal,.far,.fas,.icon-fad{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;line-height:1}.icon-fad{font-weight:400}.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:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width: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-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-cloudflare: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-deezer: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-edge-legacy: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-pay:before{content:""}.fa-google-play:before{content:""}.fa-google-plus:before{content:""}.fa-google-plus-g:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-wallet:before{content:""}.fa-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-guilded: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-hive: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-innosoft:before{content:""}.fa-instagram:before{content:""}.fa-instagram-square:before{content:""}.fa-instalod: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-octopus-deploy: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-perbyte: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-rust: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-tiktok: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-uncharted: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-unsplash: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-vest:before{content:""}.fa-vest-patches: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-watchman-monitoring: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-wodu: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 Awesome Pro 5.15.3 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(/webfonts/fa-solid-900.eot);src:url(/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/webfonts/fa-solid-900.woff2) format("woff2"),url(/webfonts/fa-solid-900.woff) format("woff"),url(/webfonts/fa-solid-900.ttf) format("truetype"),url(/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.fas{font-family:Font Awesome\ 5 Pro;font-weight:900}/*!
 * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */@font-face{font-family:Font Awesome\ 5 Brands;font-style:normal;font-weight:400;font-display:block;src:url(/webfonts/fa-brands-400.eot);src:url(/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/webfonts/fa-brands-400.woff2) format("woff2"),url(/webfonts/fa-brands-400.woff) format("woff"),url(/webfonts/fa-brands-400.ttf) format("truetype"),url(/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:Font Awesome\ 5 Brands;font-weight:400}/*!
 * Font Awesome Pro 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */@font-face{font-family:Font Awesome\ 5 Duotone;font-style:normal;font-weight:900;font-display:block;src:url(/webfonts/fa-duotone-900.eot);src:url(/webfonts/fa-duotone-900.eot?#iefix) format("embedded-opentype"),url(/webfonts/fa-duotone-900.woff2) format("woff2"),url(/webfonts/fa-duotone-900.woff) format("woff"),url(/webfonts/fa-duotone-900.ttf) format("truetype"),url(/webfonts/fa-duotone-900.svg#fontawesome) format("svg")}.fad,.icon-fad{position:relative;font-family:Font Awesome\ 5 Duotone;font-weight:900}.fad:before,.icon-fad:before{position:absolute;color:var(--fa-primary-color,inherit);opacity:1;opacity:var(--fa-primary-opacity,1)}.fad:after,.icon-fad:after{color:var(--fa-secondary-color,inherit)}.fa-swap-opacity .fad:before,.fa-swap-opacity.icon-fad:before,.fa-swap-opacity .icon-fad:before,.fad.fa-swap-opacity:before,.fad:after,.icon-fad:after{opacity:.4;opacity:var(--fa-secondary-opacity,.4)}.fa-swap-opacity .fad:after,.fa-swap-opacity.icon-fad:after,.fa-swap-opacity .icon-fad:after,.fad.fa-swap-opacity:after{opacity:1;opacity:var(--fa-primary-opacity,1)}.fa-inverse.icon-fad,.fad.fa-inverse{color:#fff}.fa-stack-1x.icon-fad,.fa-stack-2x.icon-fad,.fad.fa-stack-1x,.fad.fa-stack-2x{position:absolute}.fa-fw.icon-fad:before,.fa-stack-1x.icon-fad:before,.fa-stack-2x.icon-fad:before,.fad.fa-fw:before,.fad.fa-stack-1x:before,.fad.fa-stack-2x:before{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.fa-abacus.icon-fad:after,.fad.fa-abacus:after{content:"􏙀"}.fa-acorn.icon-fad:after,.fad.fa-acorn:after{content:"􏚮"}.fa-ad.icon-fad:after,.fad.fa-ad:after{content:"􏙁"}.fa-address-book.icon-fad:after,.fad.fa-address-book:after{content:"􏊹"}.fa-address-card.icon-fad:after,.fad.fa-address-card:after{content:"􏊻"}.fa-adjust.icon-fad:after,.fad.fa-adjust:after{content:"􏁂"}.fa-air-conditioner.icon-fad:after,.fad.fa-air-conditioner:after{content:"􏣴"}.fa-air-freshener.icon-fad:after,.fad.fa-air-freshener:after{content:"􏗐"}.fa-alarm-clock.icon-fad:after,.fad.fa-alarm-clock:after{content:"􏍎"}.fa-alarm-exclamation.icon-fad:after,.fad.fa-alarm-exclamation:after{content:"􏡃"}.fa-alarm-plus.icon-fad:after,.fad.fa-alarm-plus:after{content:"􏡄"}.fa-alarm-snooze.icon-fad:after,.fad.fa-alarm-snooze:after{content:"􏡅"}.fa-album.icon-fad:after,.fad.fa-album:after{content:"􏢟"}.fa-album-collection.icon-fad:after,.fad.fa-album-collection:after{content:"􏢠"}.fa-alicorn.icon-fad:after,.fad.fa-alicorn:after{content:"􏚰"}.fa-alien.icon-fad:after,.fad.fa-alien:after{content:"􏣵"}.fa-alien-monster.icon-fad:after,.fad.fa-alien-monster:after{content:"􏣶"}.fa-align-center.icon-fad:after,.fad.fa-align-center:after{content:"􏀷"}.fa-align-justify.icon-fad:after,.fad.fa-align-justify:after{content:"􏀹"}.fa-align-left.icon-fad:after,.fad.fa-align-left:after{content:"􏀶"}.fa-align-right.icon-fad:after,.fad.fa-align-right:after{content:"􏀸"}.fa-align-slash.icon-fad:after,.fad.fa-align-slash:after{content:"􏡆"}.fa-allergies.icon-fad:after,.fad.fa-allergies:after{content:"􏑡"}.fa-ambulance.icon-fad:after,.fad.fa-ambulance:after{content:"􏃹"}.fa-american-sign-language-interpreting.icon-fad:after,.fad.fa-american-sign-language-interpreting:after{content:"􏊣"}.fa-amp-guitar.icon-fad:after,.fad.fa-amp-guitar:after{content:"􏢡"}.fa-analytics.icon-fad:after,.fad.fa-analytics:after{content:"􏙃"}.fa-anchor.icon-fad:after,.fad.fa-anchor:after{content:"􏄽"}.fa-angel.icon-fad:after,.fad.fa-angel:after{content:"􏝹"}.fa-angle-double-down.icon-fad:after,.fad.fa-angle-double-down:after{content:"􏄃"}.fa-angle-double-left.icon-fad:after,.fad.fa-angle-double-left:after{content:"􏄀"}.fa-angle-double-right.icon-fad:after,.fad.fa-angle-double-right:after{content:"􏄁"}.fa-angle-double-up.icon-fad:after,.fad.fa-angle-double-up:after{content:"􏄂"}.fa-angle-down.icon-fad:after,.fad.fa-angle-down:after{content:"􏄇"}.fa-angle-left.icon-fad:after,.fad.fa-angle-left:after{content:"􏄄"}.fa-angle-right.icon-fad:after,.fad.fa-angle-right:after{content:"􏄅"}.fa-angle-up.icon-fad:after,.fad.fa-angle-up:after{content:"􏄆"}.fa-angry.icon-fad:after,.fad.fa-angry:after{content:"􏕖"}.fa-ankh.icon-fad:after,.fad.fa-ankh:after{content:"􏙄"}.fa-apple-alt.icon-fad:after,.fad.fa-apple-alt:after{content:"􏗑"}.fa-apple-crate.icon-fad:after,.fad.fa-apple-crate:after{content:"􏚱"}.fa-archive.icon-fad:after,.fad.fa-archive:after{content:"􏆇"}.fa-archway.icon-fad:after,.fad.fa-archway:after{content:"􏕗"}.fa-arrow-alt-circle-down.icon-fad:after,.fad.fa-arrow-alt-circle-down:after{content:"􏍘"}.fa-arrow-alt-circle-left.icon-fad:after,.fad.fa-arrow-alt-circle-left:after{content:"􏍙"}.fa-arrow-alt-circle-right.icon-fad:after,.fad.fa-arrow-alt-circle-right:after{content:"􏍚"}.fa-arrow-alt-circle-up.icon-fad:after,.fad.fa-arrow-alt-circle-up:after{content:"􏍛"}.fa-arrow-alt-down.icon-fad:after,.fad.fa-arrow-alt-down:after{content:"􏍔"}.fa-arrow-alt-from-bottom.icon-fad:after,.fad.fa-arrow-alt-from-bottom:after{content:"􏍆"}.fa-arrow-alt-from-left.icon-fad:after,.fad.fa-arrow-alt-from-left:after{content:"􏍇"}.fa-arrow-alt-from-right.icon-fad:after,.fad.fa-arrow-alt-from-right:after{content:"􏍈"}.fa-arrow-alt-from-top.icon-fad:after,.fad.fa-arrow-alt-from-top:after{content:"􏍉"}.fa-arrow-alt-left.icon-fad:after,.fad.fa-arrow-alt-left:after{content:"􏍕"}.fa-arrow-alt-right.icon-fad:after,.fad.fa-arrow-alt-right:after{content:"􏍖"}.fa-arrow-alt-square-down.icon-fad:after,.fad.fa-arrow-alt-square-down:after{content:"􏍐"}.fa-arrow-alt-square-left.icon-fad:after,.fad.fa-arrow-alt-square-left:after{content:"􏍑"}.fa-arrow-alt-square-right.icon-fad:after,.fad.fa-arrow-alt-square-right:after{content:"􏍒"}.fa-arrow-alt-square-up.icon-fad:after,.fad.fa-arrow-alt-square-up:after{content:"􏍓"}.fa-arrow-alt-to-bottom.icon-fad:after,.fad.fa-arrow-alt-to-bottom:after{content:"􏍊"}.fa-arrow-alt-to-left.icon-fad:after,.fad.fa-arrow-alt-to-left:after{content:"􏍋"}.fa-arrow-alt-to-right.icon-fad:after,.fad.fa-arrow-alt-to-right:after{content:"􏍌"}.fa-arrow-alt-to-top.icon-fad:after,.fad.fa-arrow-alt-to-top:after{content:"􏍍"}.fa-arrow-alt-up.icon-fad:after,.fad.fa-arrow-alt-up:after{content:"􏍗"}.fa-arrow-circle-down.icon-fad:after,.fad.fa-arrow-circle-down:after{content:"􏂫"}.fa-arrow-circle-left.icon-fad:after,.fad.fa-arrow-circle-left:after{content:"􏂨"}.fa-arrow-circle-right.icon-fad:after,.fad.fa-arrow-circle-right:after{content:"􏂩"}.fa-arrow-circle-up.icon-fad:after,.fad.fa-arrow-circle-up:after{content:"􏂪"}.fa-arrow-down.icon-fad:after,.fad.fa-arrow-down:after{content:"􏁣"}.fa-arrow-from-bottom.icon-fad:after,.fad.fa-arrow-from-bottom:after{content:"􏍂"}.fa-arrow-from-left.icon-fad:after,.fad.fa-arrow-from-left:after{content:"􏍃"}.fa-arrow-from-right.icon-fad:after,.fad.fa-arrow-from-right:after{content:"􏍄"}.fa-arrow-from-top.icon-fad:after,.fad.fa-arrow-from-top:after{content:"􏍅"}.fa-arrow-left.icon-fad:after,.fad.fa-arrow-left:after{content:"􏁠"}.fa-arrow-right.icon-fad:after,.fad.fa-arrow-right:after{content:"􏁡"}.fa-arrow-square-down.icon-fad:after,.fad.fa-arrow-square-down:after{content:"􏌹"}.fa-arrow-square-left.icon-fad:after,.fad.fa-arrow-square-left:after{content:"􏌺"}.fa-arrow-square-right.icon-fad:after,.fad.fa-arrow-square-right:after{content:"􏌻"}.fa-arrow-square-up.icon-fad:after,.fad.fa-arrow-square-up:after{content:"􏌼"}.fa-arrow-to-bottom.icon-fad:after,.fad.fa-arrow-to-bottom:after{content:"􏌽"}.fa-arrow-to-left.icon-fad:after,.fad.fa-arrow-to-left:after{content:"􏌾"}.fa-arrow-to-right.icon-fad:after,.fad.fa-arrow-to-right:after{content:"􏍀"}.fa-arrow-to-top.icon-fad:after,.fad.fa-arrow-to-top:after{content:"􏍁"}.fa-arrow-up.icon-fad:after,.fad.fa-arrow-up:after{content:"􏁢"}.fa-arrows.icon-fad:after,.fad.fa-arrows:after{content:"􏁇"}.fa-arrows-alt.icon-fad:after,.fad.fa-arrows-alt:after{content:"􏂲"}.fa-arrows-alt-h.icon-fad:after,.fad.fa-arrows-alt-h:after{content:"􏌷"}.fa-arrows-alt-v.icon-fad:after,.fad.fa-arrows-alt-v:after{content:"􏌸"}.fa-arrows-h.icon-fad:after,.fad.fa-arrows-h:after{content:"􏁾"}.fa-arrows-v.icon-fad:after,.fad.fa-arrows-v:after{content:"􏁽"}.fa-assistive-listening-systems.icon-fad:after,.fad.fa-assistive-listening-systems:after{content:"􏊢"}.fa-asterisk.icon-fad:after,.fad.fa-asterisk:after{content:"􏁩"}.fa-at.icon-fad:after,.fad.fa-at:after{content:"􏇺"}.fa-atlas.icon-fad:after,.fad.fa-atlas:after{content:"􏕘"}.fa-atom.icon-fad:after,.fad.fa-atom:after{content:"􏗒"}.fa-atom-alt.icon-fad:after,.fad.fa-atom-alt:after{content:"􏗓"}.fa-audio-description.icon-fad:after,.fad.fa-audio-description:after{content:"􏊞"}.fa-award.icon-fad:after,.fad.fa-award:after{content:"􏕙"}.fa-axe.icon-fad:after,.fad.fa-axe:after{content:"􏚲"}.fa-axe-battle.icon-fad:after,.fad.fa-axe-battle:after{content:"􏚳"}.fa-baby.icon-fad:after,.fad.fa-baby:after{content:"􏝼"}.fa-baby-carriage.icon-fad:after,.fad.fa-baby-carriage:after{content:"􏝽"}.fa-backpack.icon-fad:after,.fad.fa-backpack:after{content:"􏗔"}.fa-backspace.icon-fad:after,.fad.fa-backspace:after{content:"􏕚"}.fa-backward.icon-fad:after,.fad.fa-backward:after{content:"􏁊"}.fa-bacon.icon-fad:after,.fad.fa-bacon:after{content:"􏟥"}.fa-bacteria.icon-fad:after,.fad.fa-bacteria:after{content:"􎁙"}.fa-bacterium.icon-fad:after,.fad.fa-bacterium:after{content:"􎁚"}.fa-badge.icon-fad:after,.fad.fa-badge:after{content:"􏌵"}.fa-badge-check.icon-fad:after,.fad.fa-badge-check:after{content:"􏌶"}.fa-badge-dollar.icon-fad:after,.fad.fa-badge-dollar:after{content:"􏙅"}.fa-badge-percent.icon-fad:after,.fad.fa-badge-percent:after{content:"􏙆"}.fa-badge-sheriff.icon-fad:after,.fad.fa-badge-sheriff:after{content:"􏢢"}.fa-badger-honey.icon-fad:after,.fad.fa-badger-honey:after{content:"􏚴"}.fa-bags-shopping.icon-fad:after,.fad.fa-bags-shopping:after{content:"􏡇"}.fa-bahai.icon-fad:after,.fad.fa-bahai:after{content:"􏙦"}.fa-balance-scale.icon-fad:after,.fad.fa-balance-scale:after{content:"􏉎"}.fa-balance-scale-left.icon-fad:after,.fad.fa-balance-scale-left:after{content:"􏔕"}.fa-balance-scale-right.icon-fad:after,.fad.fa-balance-scale-right:after{content:"􏔖"}.fa-ball-pile.icon-fad:after,.fad.fa-ball-pile:after{content:"􏝾"}.fa-ballot.icon-fad:after,.fad.fa-ballot:after{content:"􏜲"}.fa-ballot-check.icon-fad:after,.fad.fa-ballot-check:after{content:"􏜳"}.fa-ban.icon-fad:after,.fad.fa-ban:after{content:"􏁞"}.fa-band-aid.icon-fad:after,.fad.fa-band-aid:after{content:"􏑢"}.fa-banjo.icon-fad:after,.fad.fa-banjo:after{content:"􏢣"}.fa-barcode.icon-fad:after,.fad.fa-barcode:after{content:"􏀪"}.fa-barcode-alt.icon-fad:after,.fad.fa-barcode-alt:after{content:"􏑣"}.fa-barcode-read.icon-fad:after,.fad.fa-barcode-read:after{content:"􏑤"}.fa-barcode-scan.icon-fad:after,.fad.fa-barcode-scan:after{content:"􏑥"}.fa-bars.icon-fad:after,.fad.fa-bars:after{content:"􏃉"}.fa-baseball.icon-fad:after,.fad.fa-baseball:after{content:"􏐲"}.fa-baseball-ball.icon-fad:after,.fad.fa-baseball-ball:after{content:"􏐳"}.fa-basketball-ball.icon-fad:after,.fad.fa-basketball-ball:after{content:"􏐴"}.fa-basketball-hoop.icon-fad:after,.fad.fa-basketball-hoop:after{content:"􏐵"}.fa-bat.icon-fad:after,.fad.fa-bat:after{content:"􏚵"}.fa-bath.icon-fad:after,.fad.fa-bath:after{content:"􏋍"}.fa-battery-bolt.icon-fad:after,.fad.fa-battery-bolt:after{content:"􏍶"}.fa-battery-empty.icon-fad:after,.fad.fa-battery-empty:after{content:"􏉄"}.fa-battery-full.icon-fad:after,.fad.fa-battery-full:after{content:"􏉀"}.fa-battery-half.icon-fad:after,.fad.fa-battery-half:after{content:"􏉂"}.fa-battery-quarter.icon-fad:after,.fad.fa-battery-quarter:after{content:"􏉃"}.fa-battery-slash.icon-fad:after,.fad.fa-battery-slash:after{content:"􏍷"}.fa-battery-three-quarters.icon-fad:after,.fad.fa-battery-three-quarters:after{content:"􏉁"}.fa-bed.icon-fad:after,.fad.fa-bed:after{content:"􏈶"}.fa-bed-alt.icon-fad:after,.fad.fa-bed-alt:after{content:"􏣷"}.fa-bed-bunk.icon-fad:after,.fad.fa-bed-bunk:after{content:"􏣸"}.fa-bed-empty.icon-fad:after,.fad.fa-bed-empty:after{content:"􏣹"}.fa-beer.icon-fad:after,.fad.fa-beer:after{content:"􏃼"}.fa-bell.icon-fad:after,.fad.fa-bell:after{content:"􏃳"}.fa-bell-exclamation.icon-fad:after,.fad.fa-bell-exclamation:after{content:"􏡈"}.fa-bell-on.icon-fad:after,.fad.fa-bell-on:after{content:"􏣺"}.fa-bell-plus.icon-fad:after,.fad.fa-bell-plus:after{content:"􏡉"}.fa-bell-school.icon-fad:after,.fad.fa-bell-school:after{content:"􏗕"}.fa-bell-school-slash.icon-fad:after,.fad.fa-bell-school-slash:after{content:"􏗖"}.fa-bell-slash.icon-fad:after,.fad.fa-bell-slash:after{content:"􏇶"}.fa-bells.icon-fad:after,.fad.fa-bells:after{content:"􏝿"}.fa-betamax.icon-fad:after,.fad.fa-betamax:after{content:"􏢤"}.fa-bezier-curve.icon-fad:after,.fad.fa-bezier-curve:after{content:"􏕛"}.fa-bible.icon-fad:after,.fad.fa-bible:after{content:"􏙇"}.fa-bicycle.icon-fad:after,.fad.fa-bicycle:after{content:"􏈆"}.fa-biking.icon-fad:after,.fad.fa-biking:after{content:"􏡊"}.fa-biking-mountain.icon-fad:after,.fad.fa-biking-mountain:after{content:"􏡋"}.fa-binoculars.icon-fad:after,.fad.fa-binoculars:after{content:"􏇥"}.fa-biohazard.icon-fad:after,.fad.fa-biohazard:after{content:"􏞀"}.fa-birthday-cake.icon-fad:after,.fad.fa-birthday-cake:after{content:"􏇽"}.fa-blanket.icon-fad:after,.fad.fa-blanket:after{content:"􏒘"}.fa-blender.icon-fad:after,.fad.fa-blender:after{content:"􏔗"}.fa-blender-phone.icon-fad:after,.fad.fa-blender-phone:after{content:"􏚶"}.fa-blind.icon-fad:after,.fad.fa-blind:after{content:"􏊝"}.fa-blinds.icon-fad:after,.fad.fa-blinds:after{content:"􏣻"}.fa-blinds-open.icon-fad:after,.fad.fa-blinds-open:after{content:"􏣼"}.fa-blinds-raised.icon-fad:after,.fad.fa-blinds-raised:after{content:"􏣽"}.fa-blog.icon-fad:after,.fad.fa-blog:after{content:"􏞁"}.fa-bold.icon-fad:after,.fad.fa-bold:after{content:"􏀲"}.fa-bolt.icon-fad:after,.fad.fa-bolt:after{content:"􏃧"}.fa-bomb.icon-fad:after,.fad.fa-bomb:after{content:"􏇢"}.fa-bone.icon-fad:after,.fad.fa-bone:after{content:"􏗗"}.fa-bone-break.icon-fad:after,.fad.fa-bone-break:after{content:"􏗘"}.fa-bong.icon-fad:after,.fad.fa-bong:after{content:"􏕜"}.fa-book.icon-fad:after,.fad.fa-book:after{content:"􏀭"}.fa-book-alt.icon-fad:after,.fad.fa-book-alt:after{content:"􏗙"}.fa-book-dead.icon-fad:after,.fad.fa-book-dead:after{content:"􏚷"}.fa-book-heart.icon-fad:after,.fad.fa-book-heart:after{content:"􏒙"}.fa-book-medical.icon-fad:after,.fad.fa-book-medical:after{content:"􏟦"}.fa-book-open.icon-fad:after,.fad.fa-book-open:after{content:"􏔘"}.fa-book-reader.icon-fad:after,.fad.fa-book-reader:after{content:"􏗚"}.fa-book-spells.icon-fad:after,.fad.fa-book-spells:after{content:"􏚸"}.fa-book-user.icon-fad:after,.fad.fa-book-user:after{content:"􏟧"}.fa-bookmark.icon-fad:after,.fad.fa-bookmark:after{content:"􏀮"}.fa-books.icon-fad:after,.fad.fa-books:after{content:"􏗛"}.fa-books-medical.icon-fad:after,.fad.fa-books-medical:after{content:"􏟨"}.fa-boombox.icon-fad:after,.fad.fa-boombox:after{content:"􏢥"}.fa-boot.icon-fad:after,.fad.fa-boot:after{content:"􏞂"}.fa-booth-curtain.icon-fad:after,.fad.fa-booth-curtain:after{content:"􏜴"}.fa-border-all.icon-fad:after,.fad.fa-border-all:after{content:"􏡌"}.fa-border-bottom.icon-fad:after,.fad.fa-border-bottom:after{content:"􏡍"}.fa-border-center-h.icon-fad:after,.fad.fa-border-center-h:after{content:"􏢜"}.fa-border-center-v.icon-fad:after,.fad.fa-border-center-v:after{content:"􏢝"}.fa-border-inner.icon-fad:after,.fad.fa-border-inner:after{content:"􏡎"}.fa-border-left.icon-fad:after,.fad.fa-border-left:after{content:"􏡏"}.fa-border-none.icon-fad:after,.fad.fa-border-none:after{content:"􏡐"}.fa-border-outer.icon-fad:after,.fad.fa-border-outer:after{content:"􏡑"}.fa-border-right.icon-fad:after,.fad.fa-border-right:after{content:"􏡒"}.fa-border-style.icon-fad:after,.fad.fa-border-style:after{content:"􏡓"}.fa-border-style-alt.icon-fad:after,.fad.fa-border-style-alt:after{content:"􏡔"}.fa-border-top.icon-fad:after,.fad.fa-border-top:after{content:"􏡕"}.fa-bow-arrow.icon-fad:after,.fad.fa-bow-arrow:after{content:"􏚹"}.fa-bowling-ball.icon-fad:after,.fad.fa-bowling-ball:after{content:"􏐶"}.fa-bowling-pins.icon-fad:after,.fad.fa-bowling-pins:after{content:"􏐷"}.fa-box.icon-fad:after,.fad.fa-box:after{content:"􏑦"}.fa-box-alt.icon-fad:after,.fad.fa-box-alt:after{content:"􏒚"}.fa-box-ballot.icon-fad:after,.fad.fa-box-ballot:after{content:"􏜵"}.fa-box-check.icon-fad:after,.fad.fa-box-check:after{content:"􏑧"}.fa-box-fragile.icon-fad:after,.fad.fa-box-fragile:after{content:"􏒛"}.fa-box-full.icon-fad:after,.fad.fa-box-full:after{content:"􏒜"}.fa-box-heart.icon-fad:after,.fad.fa-box-heart:after{content:"􏒝"}.fa-box-open.icon-fad:after,.fad.fa-box-open:after{content:"􏒞"}.fa-box-tissue.icon-fad:after,.fad.fa-box-tissue:after{content:"􎁛"}.fa-box-up.icon-fad:after,.fad.fa-box-up:after{content:"􏒟"}.fa-box-usd.icon-fad:after,.fad.fa-box-usd:after{content:"􏒠"}.fa-boxes.icon-fad:after,.fad.fa-boxes:after{content:"􏑨"}.fa-boxes-alt.icon-fad:after,.fad.fa-boxes-alt:after{content:"􏒡"}.fa-boxing-glove.icon-fad:after,.fad.fa-boxing-glove:after{content:"􏐸"}.fa-brackets.icon-fad:after,.fad.fa-brackets:after{content:"􏟩"}.fa-brackets-curly.icon-fad:after,.fad.fa-brackets-curly:after{content:"􏟪"}.fa-braille.icon-fad:after,.fad.fa-braille:after{content:"􏊡"}.fa-brain.icon-fad:after,.fad.fa-brain:after{content:"􏗜"}.fa-bread-loaf.icon-fad:after,.fad.fa-bread-loaf:after{content:"􏟫"}.fa-bread-slice.icon-fad:after,.fad.fa-bread-slice:after{content:"􏟬"}.fa-briefcase.icon-fad:after,.fad.fa-briefcase:after{content:"􏂱"}.fa-briefcase-medical.icon-fad:after,.fad.fa-briefcase-medical:after{content:"􏑩"}.fa-bring-forward.icon-fad:after,.fad.fa-bring-forward:after{content:"􏡖"}.fa-bring-front.icon-fad:after,.fad.fa-bring-front:after{content:"􏡗"}.fa-broadcast-tower.icon-fad:after,.fad.fa-broadcast-tower:after{content:"􏔙"}.fa-broom.icon-fad:after,.fad.fa-broom:after{content:"􏔚"}.fa-browser.icon-fad:after,.fad.fa-browser:after{content:"􏍾"}.fa-brush.icon-fad:after,.fad.fa-brush:after{content:"􏕝"}.fa-bug.icon-fad:after,.fad.fa-bug:after{content:"􏆈"}.fa-building.icon-fad:after,.fad.fa-building:after{content:"􏆭"}.fa-bullhorn.icon-fad:after,.fad.fa-bullhorn:after{content:"􏂡"}.fa-bullseye.icon-fad:after,.fad.fa-bullseye:after{content:"􏅀"}.fa-bullseye-arrow.icon-fad:after,.fad.fa-bullseye-arrow:after{content:"􏙈"}.fa-bullseye-pointer.icon-fad:after,.fad.fa-bullseye-pointer:after{content:"􏙉"}.fa-burger-soda.icon-fad:after,.fad.fa-burger-soda:after{content:"􏡘"}.fa-burn.icon-fad:after,.fad.fa-burn:after{content:"􏑪"}.fa-burrito.icon-fad:after,.fad.fa-burrito:after{content:"􏟭"}.fa-bus.icon-fad:after,.fad.fa-bus:after{content:"􏈇"}.fa-bus-alt.icon-fad:after,.fad.fa-bus-alt:after{content:"􏕞"}.fa-bus-school.icon-fad:after,.fad.fa-bus-school:after{content:"􏗝"}.fa-business-time.icon-fad:after,.fad.fa-business-time:after{content:"􏙊"}.fa-cabinet-filing.icon-fad:after,.fad.fa-cabinet-filing:after{content:"􏙋"}.fa-cactus.icon-fad:after,.fad.fa-cactus:after{content:"􏢧"}.fa-calculator.icon-fad:after,.fad.fa-calculator:after{content:"􏇬"}.fa-calculator-alt.icon-fad:after,.fad.fa-calculator-alt:after{content:"􏙌"}.fa-calendar.icon-fad:after,.fad.fa-calendar:after{content:"􏄳"}.fa-calendar-alt.icon-fad:after,.fad.fa-calendar-alt:after{content:"􏁳"}.fa-calendar-check.icon-fad:after,.fad.fa-calendar-check:after{content:"􏉴"}.fa-calendar-day.icon-fad:after,.fad.fa-calendar-day:after{content:"􏞃"}.fa-calendar-edit.icon-fad:after,.fad.fa-calendar-edit:after{content:"􏌳"}.fa-calendar-exclamation.icon-fad:after,.fad.fa-calendar-exclamation:after{content:"􏌴"}.fa-calendar-minus.icon-fad:after,.fad.fa-calendar-minus:after{content:"􏉲"}.fa-calendar-plus.icon-fad:after,.fad.fa-calendar-plus:after{content:"􏉱"}.fa-calendar-star.icon-fad:after,.fad.fa-calendar-star:after{content:"􏜶"}.fa-calendar-times.icon-fad:after,.fad.fa-calendar-times:after{content:"􏉳"}.fa-calendar-week.icon-fad:after,.fad.fa-calendar-week:after{content:"􏞄"}.fa-camcorder.icon-fad:after,.fad.fa-camcorder:after{content:"􏢨"}.fa-camera.icon-fad:after,.fad.fa-camera:after{content:"􏀰"}.fa-camera-alt.icon-fad:after,.fad.fa-camera-alt:after{content:"􏌲"}.fa-camera-home.icon-fad:after,.fad.fa-camera-home:after{content:"􏣾"}.fa-camera-movie.icon-fad:after,.fad.fa-camera-movie:after{content:"􏢩"}.fa-camera-polaroid.icon-fad:after,.fad.fa-camera-polaroid:after{content:"􏢪"}.fa-camera-retro.icon-fad:after,.fad.fa-camera-retro:after{content:"􏂃"}.fa-campfire.icon-fad:after,.fad.fa-campfire:after{content:"􏚺"}.fa-campground.icon-fad:after,.fad.fa-campground:after{content:"􏚻"}.fa-candle-holder.icon-fad:after,.fad.fa-candle-holder:after{content:"􏚼"}.fa-candy-cane.icon-fad:after,.fad.fa-candy-cane:after{content:"􏞆"}.fa-candy-corn.icon-fad:after,.fad.fa-candy-corn:after{content:"􏚽"}.fa-cannabis.icon-fad:after,.fad.fa-cannabis:after{content:"􏕟"}.fa-capsules.icon-fad:after,.fad.fa-capsules:after{content:"􏑫"}.fa-car.icon-fad:after,.fad.fa-car:after{content:"􏆹"}.fa-car-alt.icon-fad:after,.fad.fa-car-alt:after{content:"􏗞"}.fa-car-battery.icon-fad:after,.fad.fa-car-battery:after{content:"􏗟"}.fa-car-building.icon-fad:after,.fad.fa-car-building:after{content:"􏡙"}.fa-car-bump.icon-fad:after,.fad.fa-car-bump:after{content:"􏗠"}.fa-car-bus.icon-fad:after,.fad.fa-car-bus:after{content:"􏡚"}.fa-car-crash.icon-fad:after,.fad.fa-car-crash:after{content:"􏗡"}.fa-car-garage.icon-fad:after,.fad.fa-car-garage:after{content:"􏗢"}.fa-car-mechanic.icon-fad:after,.fad.fa-car-mechanic:after{content:"􏗣"}.fa-car-side.icon-fad:after,.fad.fa-car-side:after{content:"􏗤"}.fa-car-tilt.icon-fad:after,.fad.fa-car-tilt:after{content:"􏗥"}.fa-car-wash.icon-fad:after,.fad.fa-car-wash:after{content:"􏗦"}.fa-caravan.icon-fad:after,.fad.fa-caravan:after{content:"􏣿"}.fa-caravan-alt.icon-fad:after,.fad.fa-caravan-alt:after{content:"􎀀"}.fa-caret-circle-down.icon-fad:after,.fad.fa-caret-circle-down:after{content:"􏌭"}.fa-caret-circle-left.icon-fad:after,.fad.fa-caret-circle-left:after{content:"􏌮"}.fa-caret-circle-right.icon-fad:after,.fad.fa-caret-circle-right:after{content:"􏌰"}.fa-caret-circle-up.icon-fad:after,.fad.fa-caret-circle-up:after{content:"􏌱"}.fa-caret-down.icon-fad:after,.fad.fa-caret-down:after{content:"􏃗"}.fa-caret-left.icon-fad:after,.fad.fa-caret-left:after{content:"􏃙"}.fa-caret-right.icon-fad:after,.fad.fa-caret-right:after{content:"􏃚"}.fa-caret-square-down.icon-fad:after,.fad.fa-caret-square-down:after{content:"􏅐"}.fa-caret-square-left.icon-fad:after,.fad.fa-caret-square-left:after{content:"􏆑"}.fa-caret-square-right.icon-fad:after,.fad.fa-caret-square-right:after{content:"􏅒"}.fa-caret-square-up.icon-fad:after,.fad.fa-caret-square-up:after{content:"􏅑"}.fa-caret-up.icon-fad:after,.fad.fa-caret-up:after{content:"􏃘"}.fa-carrot.icon-fad:after,.fad.fa-carrot:after{content:"􏞇"}.fa-cars.icon-fad:after,.fad.fa-cars:after{content:"􏡛"}.fa-cart-arrow-down.icon-fad:after,.fad.fa-cart-arrow-down:after{content:"􏈘"}.fa-cart-plus.icon-fad:after,.fad.fa-cart-plus:after{content:"􏈗"}.fa-cash-register.icon-fad:after,.fad.fa-cash-register:after{content:"􏞈"}.fa-cassette-tape.icon-fad:after,.fad.fa-cassette-tape:after{content:"􏢫"}.fa-cat.icon-fad:after,.fad.fa-cat:after{content:"􏚾"}.fa-cat-space.icon-fad:after,.fad.fa-cat-space:after{content:"􎀁"}.fa-cauldron.icon-fad:after,.fad.fa-cauldron:after{content:"􏚿"}.fa-cctv.icon-fad:after,.fad.fa-cctv:after{content:"􏢬"}.fa-certificate.icon-fad:after,.fad.fa-certificate:after{content:"􏂣"}.fa-chair.icon-fad:after,.fad.fa-chair:after{content:"􏛀"}.fa-chair-office.icon-fad:after,.fad.fa-chair-office:after{content:"􏛁"}.fa-chalkboard.icon-fad:after,.fad.fa-chalkboard:after{content:"􏔛"}.fa-chalkboard-teacher.icon-fad:after,.fad.fa-chalkboard-teacher:after{content:"􏔜"}.fa-charging-station.icon-fad:after,.fad.fa-charging-station:after{content:"􏗧"}.fa-chart-area.icon-fad:after,.fad.fa-chart-area:after{content:"􏇾"}.fa-chart-bar.icon-fad:after,.fad.fa-chart-bar:after{content:"􏂀"}.fa-chart-line.icon-fad:after,.fad.fa-chart-line:after{content:"􏈁"}.fa-chart-line-down.icon-fad:after,.fad.fa-chart-line-down:after{content:"􏙍"}.fa-chart-network.icon-fad:after,.fad.fa-chart-network:after{content:"􏞊"}.fa-chart-pie.icon-fad:after,.fad.fa-chart-pie:after{content:"􏈀"}.fa-chart-pie-alt.icon-fad:after,.fad.fa-chart-pie-alt:after{content:"􏙎"}.fa-chart-scatter.icon-fad:after,.fad.fa-chart-scatter:after{content:"􏟮"}.fa-check.icon-fad:after,.fad.fa-check:after{content:"􏀌"}.fa-check-circle.icon-fad:after,.fad.fa-check-circle:after{content:"􏁘"}.fa-check-double.icon-fad:after,.fad.fa-check-double:after{content:"􏕠"}.fa-check-square.icon-fad:after,.fad.fa-check-square:after{content:"􏅊"}.fa-cheese.icon-fad:after,.fad.fa-cheese:after{content:"􏟯"}.fa-cheese-swiss.icon-fad:after,.fad.fa-cheese-swiss:after{content:"􏟰"}.fa-cheeseburger.icon-fad:after,.fad.fa-cheeseburger:after{content:"􏟱"}.fa-chess.icon-fad:after,.fad.fa-chess:after{content:"􏐹"}.fa-chess-bishop.icon-fad:after,.fad.fa-chess-bishop:after{content:"􏐺"}.fa-chess-bishop-alt.icon-fad:after,.fad.fa-chess-bishop-alt:after{content:"􏐻"}.fa-chess-board.icon-fad:after,.fad.fa-chess-board:after{content:"􏐼"}.fa-chess-clock.icon-fad:after,.fad.fa-chess-clock:after{content:"􏐽"}.fa-chess-clock-alt.icon-fad:after,.fad.fa-chess-clock-alt:after{content:"􏐾"}.fa-chess-king.icon-fad:after,.fad.fa-chess-king:after{content:"􏐿"}.fa-chess-king-alt.icon-fad:after,.fad.fa-chess-king-alt:after{content:"􏑀"}.fa-chess-knight.icon-fad:after,.fad.fa-chess-knight:after{content:"􏑁"}.fa-chess-knight-alt.icon-fad:after,.fad.fa-chess-knight-alt:after{content:"􏑂"}.fa-chess-pawn.icon-fad:after,.fad.fa-chess-pawn:after{content:"􏑃"}.fa-chess-pawn-alt.icon-fad:after,.fad.fa-chess-pawn-alt:after{content:"􏑄"}.fa-chess-queen.icon-fad:after,.fad.fa-chess-queen:after{content:"􏑅"}.fa-chess-queen-alt.icon-fad:after,.fad.fa-chess-queen-alt:after{content:"􏑆"}.fa-chess-rook.icon-fad:after,.fad.fa-chess-rook:after{content:"􏑇"}.fa-chess-rook-alt.icon-fad:after,.fad.fa-chess-rook-alt:after{content:"􏑈"}.fa-chevron-circle-down.icon-fad:after,.fad.fa-chevron-circle-down:after{content:"􏄺"}.fa-chevron-circle-left.icon-fad:after,.fad.fa-chevron-circle-left:after{content:"􏄷"}.fa-chevron-circle-right.icon-fad:after,.fad.fa-chevron-circle-right:after{content:"􏄸"}.fa-chevron-circle-up.icon-fad:after,.fad.fa-chevron-circle-up:after{content:"􏄹"}.fa-chevron-double-down.icon-fad:after,.fad.fa-chevron-double-down:after{content:"􏌢"}.fa-chevron-double-left.icon-fad:after,.fad.fa-chevron-double-left:after{content:"􏌣"}.fa-chevron-double-right.icon-fad:after,.fad.fa-chevron-double-right:after{content:"􏌤"}.fa-chevron-double-up.icon-fad:after,.fad.fa-chevron-double-up:after{content:"􏌥"}.fa-chevron-down.icon-fad:after,.fad.fa-chevron-down:after{content:"􏁸"}.fa-chevron-left.icon-fad:after,.fad.fa-chevron-left:after{content:"􏁓"}.fa-chevron-right.icon-fad:after,.fad.fa-chevron-right:after{content:"􏁔"}.fa-chevron-square-down.icon-fad:after,.fad.fa-chevron-square-down:after{content:"􏌩"}.fa-chevron-square-left.icon-fad:after,.fad.fa-chevron-square-left:after{content:"􏌪"}.fa-chevron-square-right.icon-fad:after,.fad.fa-chevron-square-right:after{content:"􏌫"}.fa-chevron-square-up.icon-fad:after,.fad.fa-chevron-square-up:after{content:"􏌬"}.fa-chevron-up.icon-fad:after,.fad.fa-chevron-up:after{content:"􏁷"}.fa-child.icon-fad:after,.fad.fa-child:after{content:"􏆮"}.fa-chimney.icon-fad:after,.fad.fa-chimney:after{content:"􏞋"}.fa-church.icon-fad:after,.fad.fa-church:after{content:"􏔝"}.fa-circle.icon-fad:after,.fad.fa-circle:after{content:"􏄑"}.fa-circle-notch.icon-fad:after,.fad.fa-circle-notch:after{content:"􏇎"}.fa-city.icon-fad:after,.fad.fa-city:after{content:"􏙏"}.fa-clarinet.icon-fad:after,.fad.fa-clarinet:after{content:"􏢭"}.fa-claw-marks.icon-fad:after,.fad.fa-claw-marks:after{content:"􏛂"}.fa-clinic-medical.icon-fad:after,.fad.fa-clinic-medical:after{content:"􏟲"}.fa-clipboard.icon-fad:after,.fad.fa-clipboard:after{content:"􏌨"}.fa-clipboard-check.icon-fad:after,.fad.fa-clipboard-check:after{content:"􏑬"}.fa-clipboard-list.icon-fad:after,.fad.fa-clipboard-list:after{content:"􏑭"}.fa-clipboard-list-check.icon-fad:after,.fad.fa-clipboard-list-check:after{content:"􏜷"}.fa-clipboard-prescription.icon-fad:after,.fad.fa-clipboard-prescription:after{content:"􏗨"}.fa-clipboard-user.icon-fad:after,.fad.fa-clipboard-user:after{content:"􏟳"}.fa-clock.icon-fad:after,.fad.fa-clock:after{content:"􏀗"}.fa-clone.icon-fad:after,.fad.fa-clone:after{content:"􏉍"}.fa-closed-captioning.icon-fad:after,.fad.fa-closed-captioning:after{content:"􏈊"}.fa-cloud.icon-fad:after,.fad.fa-cloud:after{content:"􏃂"}.fa-cloud-download.icon-fad:after,.fad.fa-cloud-download:after{content:"􏃭"}.fa-cloud-download-alt.icon-fad:after,.fad.fa-cloud-download-alt:after{content:"􏎁"}.fa-cloud-drizzle.icon-fad:after,.fad.fa-cloud-drizzle:after{content:"􏜸"}.fa-cloud-hail.icon-fad:after,.fad.fa-cloud-hail:after{content:"􏜹"}.fa-cloud-hail-mixed.icon-fad:after,.fad.fa-cloud-hail-mixed:after{content:"􏜺"}.fa-cloud-meatball.icon-fad:after,.fad.fa-cloud-meatball:after{content:"􏜻"}.fa-cloud-moon.icon-fad:after,.fad.fa-cloud-moon:after{content:"􏛃"}.fa-cloud-moon-rain.icon-fad:after,.fad.fa-cloud-moon-rain:after{content:"􏜼"}.fa-cloud-music.icon-fad:after,.fad.fa-cloud-music:after{content:"􏢮"}.fa-cloud-rain.icon-fad:after,.fad.fa-cloud-rain:after{content:"􏜽"}.fa-cloud-rainbow.icon-fad:after,.fad.fa-cloud-rainbow:after{content:"􏜾"}.fa-cloud-showers.icon-fad:after,.fad.fa-cloud-showers:after{content:"􏜿"}.fa-cloud-showers-heavy.icon-fad:after,.fad.fa-cloud-showers-heavy:after{content:"􏝀"}.fa-cloud-sleet.icon-fad:after,.fad.fa-cloud-sleet:after{content:"􏝁"}.fa-cloud-snow.icon-fad:after,.fad.fa-cloud-snow:after{content:"􏝂"}.fa-cloud-sun.icon-fad:after,.fad.fa-cloud-sun:after{content:"􏛄"}.fa-cloud-sun-rain.icon-fad:after,.fad.fa-cloud-sun-rain:after{content:"􏝃"}.fa-cloud-upload.icon-fad:after,.fad.fa-cloud-upload:after{content:"􏃮"}.fa-cloud-upload-alt.icon-fad:after,.fad.fa-cloud-upload-alt:after{content:"􏎂"}.fa-clouds.icon-fad:after,.fad.fa-clouds:after{content:"􏝄"}.fa-clouds-moon.icon-fad:after,.fad.fa-clouds-moon:after{content:"􏝅"}.fa-clouds-sun.icon-fad:after,.fad.fa-clouds-sun:after{content:"􏝆"}.fa-club.icon-fad:after,.fad.fa-club:after{content:"􏌧"}.fa-cocktail.icon-fad:after,.fad.fa-cocktail:after{content:"􏕡"}.fa-code.icon-fad:after,.fad.fa-code:after{content:"􏄡"}.fa-code-branch.icon-fad:after,.fad.fa-code-branch:after{content:"􏄦"}.fa-code-commit.icon-fad:after,.fad.fa-code-commit:after{content:"􏎆"}.fa-code-merge.icon-fad:after,.fad.fa-code-merge:after{content:"􏎇"}.fa-coffee.icon-fad:after,.fad.fa-coffee:after{content:"􏃴"}.fa-coffee-pot.icon-fad:after,.fad.fa-coffee-pot:after{content:"􎀂"}.fa-coffee-togo.icon-fad:after,.fad.fa-coffee-togo:after{content:"􏛅"}.fa-coffin.icon-fad:after,.fad.fa-coffin:after{content:"􏛆"}.fa-coffin-cross.icon-fad:after,.fad.fa-coffin-cross:after{content:"􎁑"}.fa-cog.icon-fad:after,.fad.fa-cog:after{content:"􏀓"}.fa-cogs.icon-fad:after,.fad.fa-cogs:after{content:"􏂅"}.fa-coin.icon-fad:after,.fad.fa-coin:after{content:"􏡜"}.fa-coins.icon-fad:after,.fad.fa-coins:after{content:"􏔞"}.fa-columns.icon-fad:after,.fad.fa-columns:after{content:"􏃛"}.fa-comet.icon-fad:after,.fad.fa-comet:after{content:"􎀃"}.fa-comment.icon-fad:after,.fad.fa-comment:after{content:"􏁵"}.fa-comment-alt.icon-fad:after,.fad.fa-comment-alt:after{content:"􏉺"}.fa-comment-alt-check.icon-fad:after,.fad.fa-comment-alt-check:after{content:"􏒢"}.fa-comment-alt-dollar.icon-fad:after,.fad.fa-comment-alt-dollar:after{content:"􏙐"}.fa-comment-alt-dots.icon-fad:after,.fad.fa-comment-alt-dots:after{content:"􏒣"}.fa-comment-alt-edit.icon-fad:after,.fad.fa-comment-alt-edit:after{content:"􏒤"}.fa-comment-alt-exclamation.icon-fad:after,.fad.fa-comment-alt-exclamation:after{content:"􏒥"}.fa-comment-alt-lines.icon-fad:after,.fad.fa-comment-alt-lines:after{content:"􏒦"}.fa-comment-alt-medical.icon-fad:after,.fad.fa-comment-alt-medical:after{content:"􏟴"}.fa-comment-alt-minus.icon-fad:after,.fad.fa-comment-alt-minus:after{content:"􏒧"}.fa-comment-alt-music.icon-fad:after,.fad.fa-comment-alt-music:after{content:"􏢯"}.fa-comment-alt-plus.icon-fad:after,.fad.fa-comment-alt-plus:after{content:"􏒨"}.fa-comment-alt-slash.icon-fad:after,.fad.fa-comment-alt-slash:after{content:"􏒩"}.fa-comment-alt-smile.icon-fad:after,.fad.fa-comment-alt-smile:after{content:"􏒪"}.fa-comment-alt-times.icon-fad:after,.fad.fa-comment-alt-times:after{content:"􏒫"}.fa-comment-check.icon-fad:after,.fad.fa-comment-check:after{content:"􏒬"}.fa-comment-dollar.icon-fad:after,.fad.fa-comment-dollar:after{content:"􏙑"}.fa-comment-dots.icon-fad:after,.fad.fa-comment-dots:after{content:"􏒭"}.fa-comment-edit.icon-fad:after,.fad.fa-comment-edit:after{content:"􏒮"}.fa-comment-exclamation.icon-fad:after,.fad.fa-comment-exclamation:after{content:"􏒯"}.fa-comment-lines.icon-fad:after,.fad.fa-comment-lines:after{content:"􏒰"}.fa-comment-medical.icon-fad:after,.fad.fa-comment-medical:after{content:"􏟵"}.fa-comment-minus.icon-fad:after,.fad.fa-comment-minus:after{content:"􏒱"}.fa-comment-music.icon-fad:after,.fad.fa-comment-music:after{content:"􏢰"}.fa-comment-plus.icon-fad:after,.fad.fa-comment-plus:after{content:"􏒲"}.fa-comment-slash.icon-fad:after,.fad.fa-comment-slash:after{content:"􏒳"}.fa-comment-smile.icon-fad:after,.fad.fa-comment-smile:after{content:"􏒴"}.fa-comment-times.icon-fad:after,.fad.fa-comment-times:after{content:"􏒵"}.fa-comments.icon-fad:after,.fad.fa-comments:after{content:"􏂆"}.fa-comments-alt.icon-fad:after,.fad.fa-comments-alt:after{content:"􏒶"}.fa-comments-alt-dollar.icon-fad:after,.fad.fa-comments-alt-dollar:after{content:"􏙒"}.fa-comments-dollar.icon-fad:after,.fad.fa-comments-dollar:after{content:"􏙓"}.fa-compact-disc.icon-fad:after,.fad.fa-compact-disc:after{content:"􏔟"}.fa-compass.icon-fad:after,.fad.fa-compass:after{content:"􏅎"}.fa-compass-slash.icon-fad:after,.fad.fa-compass-slash:after{content:"􏗩"}.fa-compress.icon-fad:after,.fad.fa-compress:after{content:"􏁦"}.fa-compress-alt.icon-fad:after,.fad.fa-compress-alt:after{content:"􏐢"}.fa-compress-arrows-alt.icon-fad:after,.fad.fa-compress-arrows-alt:after{content:"􏞌"}.fa-compress-wide.icon-fad:after,.fad.fa-compress-wide:after{content:"􏌦"}.fa-computer-classic.icon-fad:after,.fad.fa-computer-classic:after{content:"􏢱"}.fa-computer-speaker.icon-fad:after,.fad.fa-computer-speaker:after{content:"􏢲"}.fa-concierge-bell.icon-fad:after,.fad.fa-concierge-bell:after{content:"􏕢"}.fa-construction.icon-fad:after,.fad.fa-construction:after{content:"􏡝"}.fa-container-storage.icon-fad:after,.fad.fa-container-storage:after{content:"􏒷"}.fa-conveyor-belt.icon-fad:after,.fad.fa-conveyor-belt:after{content:"􏑮"}.fa-conveyor-belt-alt.icon-fad:after,.fad.fa-conveyor-belt-alt:after{content:"􏑯"}.fa-cookie.icon-fad:after,.fad.fa-cookie:after{content:"􏕣"}.fa-cookie-bite.icon-fad:after,.fad.fa-cookie-bite:after{content:"􏕤"}.fa-copy.icon-fad:after,.fad.fa-copy:after{content:"􏃅"}.fa-copyright.icon-fad:after,.fad.fa-copyright:after{content:"􏇹"}.fa-corn.icon-fad:after,.fad.fa-corn:after{content:"􏛇"}.fa-couch.icon-fad:after,.fad.fa-couch:after{content:"􏒸"}.fa-cow.icon-fad:after,.fad.fa-cow:after{content:"􏛈"}.fa-cowbell.icon-fad:after,.fad.fa-cowbell:after{content:"􏢳"}.fa-cowbell-more.icon-fad:after,.fad.fa-cowbell-more:after{content:"􏢴"}.fa-credit-card.icon-fad:after,.fad.fa-credit-card:after{content:"􏂝"}.fa-credit-card-blank.icon-fad:after,.fad.fa-credit-card-blank:after{content:"􏎉"}.fa-credit-card-front.icon-fad:after,.fad.fa-credit-card-front:after{content:"􏎊"}.fa-cricket.icon-fad:after,.fad.fa-cricket:after{content:"􏑉"}.fa-croissant.icon-fad:after,.fad.fa-croissant:after{content:"􏟶"}.fa-crop.icon-fad:after,.fad.fa-crop:after{content:"􏄥"}.fa-crop-alt.icon-fad:after,.fad.fa-crop-alt:after{content:"􏕥"}.fa-cross.icon-fad:after,.fad.fa-cross:after{content:"􏙔"}.fa-crosshairs.icon-fad:after,.fad.fa-crosshairs:after{content:"􏁛"}.fa-crow.icon-fad:after,.fad.fa-crow:after{content:"􏔠"}.fa-crown.icon-fad:after,.fad.fa-crown:after{content:"􏔡"}.fa-crutch.icon-fad:after,.fad.fa-crutch:after{content:"􏟷"}.fa-crutches.icon-fad:after,.fad.fa-crutches:after{content:"􏟸"}.fa-cube.icon-fad:after,.fad.fa-cube:after{content:"􏆲"}.fa-cubes.icon-fad:after,.fad.fa-cubes:after{content:"􏆳"}.fa-curling.icon-fad:after,.fad.fa-curling:after{content:"􏑊"}.fa-cut.icon-fad:after,.fad.fa-cut:after{content:"􏃄"}.fa-dagger.icon-fad:after,.fad.fa-dagger:after{content:"􏛋"}.fa-database.icon-fad:after,.fad.fa-database:after{content:"􏇀"}.fa-deaf.icon-fad:after,.fad.fa-deaf:after{content:"􏊤"}.fa-debug.icon-fad:after,.fad.fa-debug:after{content:"􏟹"}.fa-deer.icon-fad:after,.fad.fa-deer:after{content:"􏞎"}.fa-deer-rudolph.icon-fad:after,.fad.fa-deer-rudolph:after{content:"􏞏"}.fa-democrat.icon-fad:after,.fad.fa-democrat:after{content:"􏝇"}.fa-desktop.icon-fad:after,.fad.fa-desktop:after{content:"􏄈"}.fa-desktop-alt.icon-fad:after,.fad.fa-desktop-alt:after{content:"􏎐"}.fa-dewpoint.icon-fad:after,.fad.fa-dewpoint:after{content:"􏝈"}.fa-dharmachakra.icon-fad:after,.fad.fa-dharmachakra:after{content:"􏙕"}.fa-diagnoses.icon-fad:after,.fad.fa-diagnoses:after{content:"􏑰"}.fa-diamond.icon-fad:after,.fad.fa-diamond:after{content:"􏈙"}.fa-dice.icon-fad:after,.fad.fa-dice:after{content:"􏔢"}.fa-dice-d10.icon-fad:after,.fad.fa-dice-d10:after{content:"􏛍"}.fa-dice-d12.icon-fad:after,.fad.fa-dice-d12:after{content:"􏛎"}.fa-dice-d20.icon-fad:after,.fad.fa-dice-d20:after{content:"􏛏"}.fa-dice-d4.icon-fad:after,.fad.fa-dice-d4:after{content:"􏛐"}.fa-dice-d6.icon-fad:after,.fad.fa-dice-d6:after{content:"􏛑"}.fa-dice-d8.icon-fad:after,.fad.fa-dice-d8:after{content:"􏛒"}.fa-dice-five.icon-fad:after,.fad.fa-dice-five:after{content:"􏔣"}.fa-dice-four.icon-fad:after,.fad.fa-dice-four:after{content:"􏔤"}.fa-dice-one.icon-fad:after,.fad.fa-dice-one:after{content:"􏔥"}.fa-dice-six.icon-fad:after,.fad.fa-dice-six:after{content:"􏔦"}.fa-dice-three.icon-fad:after,.fad.fa-dice-three:after{content:"􏔧"}.fa-dice-two.icon-fad:after,.fad.fa-dice-two:after{content:"􏔨"}.fa-digging.icon-fad:after,.fad.fa-digging:after{content:"􏡞"}.fa-digital-tachograph.icon-fad:after,.fad.fa-digital-tachograph:after{content:"􏕦"}.fa-diploma.icon-fad:after,.fad.fa-diploma:after{content:"􏗪"}.fa-directions.icon-fad:after,.fad.fa-directions:after{content:"􏗫"}.fa-disc-drive.icon-fad:after,.fad.fa-disc-drive:after{content:"􏢵"}.fa-disease.icon-fad:after,.fad.fa-disease:after{content:"􏟺"}.fa-divide.icon-fad:after,.fad.fa-divide:after{content:"􏔩"}.fa-dizzy.icon-fad:after,.fad.fa-dizzy:after{content:"􏕧"}.fa-dna.icon-fad:after,.fad.fa-dna:after{content:"􏑱"}.fa-do-not-enter.icon-fad:after,.fad.fa-do-not-enter:after{content:"􏗬"}.fa-dog.icon-fad:after,.fad.fa-dog:after{content:"􏛓"}.fa-dog-leashed.icon-fad:after,.fad.fa-dog-leashed:after{content:"􏛔"}.fa-dollar-sign.icon-fad:after,.fad.fa-dollar-sign:after{content:"􏅕"}.fa-dolly.icon-fad:after,.fad.fa-dolly:after{content:"􏑲"}.fa-dolly-empty.icon-fad:after,.fad.fa-dolly-empty:after{content:"􏑳"}.fa-dolly-flatbed.icon-fad:after,.fad.fa-dolly-flatbed:after{content:"􏑴"}.fa-dolly-flatbed-alt.icon-fad:after,.fad.fa-dolly-flatbed-alt:after{content:"􏑵"}.fa-dolly-flatbed-empty.icon-fad:after,.fad.fa-dolly-flatbed-empty:after{content:"􏑶"}.fa-donate.icon-fad:after,.fad.fa-donate:after{content:"􏒹"}.fa-door-closed.icon-fad:after,.fad.fa-door-closed:after{content:"􏔪"}.fa-door-open.icon-fad:after,.fad.fa-door-open:after{content:"􏔫"}.fa-dot-circle.icon-fad:after,.fad.fa-dot-circle:after{content:"􏆒"}.fa-dove.icon-fad:after,.fad.fa-dove:after{content:"􏒺"}.fa-download.icon-fad:after,.fad.fa-download:after{content:"􏀙"}.fa-drafting-compass.icon-fad:after,.fad.fa-drafting-compass:after{content:"􏕨"}.fa-dragon.icon-fad:after,.fad.fa-dragon:after{content:"􏛕"}.fa-draw-circle.icon-fad:after,.fad.fa-draw-circle:after{content:"􏗭"}.fa-draw-polygon.icon-fad:after,.fad.fa-draw-polygon:after{content:"􏗮"}.fa-draw-square.icon-fad:after,.fad.fa-draw-square:after{content:"􏗯"}.fa-dreidel.icon-fad:after,.fad.fa-dreidel:after{content:"􏞒"}.fa-drone.icon-fad:after,.fad.fa-drone:after{content:"􏡟"}.fa-drone-alt.icon-fad:after,.fad.fa-drone-alt:after{content:"􏡠"}.fa-drum.icon-fad:after,.fad.fa-drum:after{content:"􏕩"}.fa-drum-steelpan.icon-fad:after,.fad.fa-drum-steelpan:after{content:"􏕪"}.fa-drumstick.icon-fad:after,.fad.fa-drumstick:after{content:"􏛖"}.fa-drumstick-bite.icon-fad:after,.fad.fa-drumstick-bite:after{content:"􏛗"}.fa-dryer.icon-fad:after,.fad.fa-dryer:after{content:"􏡡"}.fa-dryer-alt.icon-fad:after,.fad.fa-dryer-alt:after{content:"􏡢"}.fa-duck.icon-fad:after,.fad.fa-duck:after{content:"􏛘"}.fa-dumbbell.icon-fad:after,.fad.fa-dumbbell:after{content:"􏑋"}.fa-dumpster.icon-fad:after,.fad.fa-dumpster:after{content:"􏞓"}.fa-dumpster-fire.icon-fad:after,.fad.fa-dumpster-fire:after{content:"􏞔"}.fa-dungeon.icon-fad:after,.fad.fa-dungeon:after{content:"􏛙"}.fa-ear.icon-fad:after,.fad.fa-ear:after{content:"􏗰"}.fa-ear-muffs.icon-fad:after,.fad.fa-ear-muffs:after{content:"􏞕"}.fa-eclipse.icon-fad:after,.fad.fa-eclipse:after{content:"􏝉"}.fa-eclipse-alt.icon-fad:after,.fad.fa-eclipse-alt:after{content:"􏝊"}.fa-edit.icon-fad:after,.fad.fa-edit:after{content:"􏁄"}.fa-egg.icon-fad:after,.fad.fa-egg:after{content:"􏟻"}.fa-egg-fried.icon-fad:after,.fad.fa-egg-fried:after{content:"􏟼"}.fa-eject.icon-fad:after,.fad.fa-eject:after{content:"􏁒"}.fa-elephant.icon-fad:after,.fad.fa-elephant:after{content:"􏛚"}.fa-ellipsis-h.icon-fad:after,.fad.fa-ellipsis-h:after{content:"􏅁"}.fa-ellipsis-h-alt.icon-fad:after,.fad.fa-ellipsis-h-alt:after{content:"􏎛"}.fa-ellipsis-v.icon-fad:after,.fad.fa-ellipsis-v:after{content:"􏅂"}.fa-ellipsis-v-alt.icon-fad:after,.fad.fa-ellipsis-v-alt:after{content:"􏎜"}.fa-empty-set.icon-fad:after,.fad.fa-empty-set:after{content:"􏙖"}.fa-engine-warning.icon-fad:after,.fad.fa-engine-warning:after{content:"􏗲"}.fa-envelope.icon-fad:after,.fad.fa-envelope:after{content:"􏃠"}.fa-envelope-open.icon-fad:after,.fad.fa-envelope-open:after{content:"􏊶"}.fa-envelope-open-dollar.icon-fad:after,.fad.fa-envelope-open-dollar:after{content:"􏙗"}.fa-envelope-open-text.icon-fad:after,.fad.fa-envelope-open-text:after{content:"􏙘"}.fa-envelope-square.icon-fad:after,.fad.fa-envelope-square:after{content:"􏆙"}.fa-equals.icon-fad:after,.fad.fa-equals:after{content:"􏔬"}.fa-eraser.icon-fad:after,.fad.fa-eraser:after{content:"􏄭"}.fa-ethernet.icon-fad:after,.fad.fa-ethernet:after{content:"􏞖"}.fa-euro-sign.icon-fad:after,.fad.fa-euro-sign:after{content:"􏅓"}.fa-exchange.icon-fad:after,.fad.fa-exchange:after{content:"􏃬"}.fa-exchange-alt.icon-fad:after,.fad.fa-exchange-alt:after{content:"􏍢"}.fa-exclamation.icon-fad:after,.fad.fa-exclamation:after{content:"􏄪"}.fa-exclamation-circle.icon-fad:after,.fad.fa-exclamation-circle:after{content:"􏁪"}.fa-exclamation-square.icon-fad:after,.fad.fa-exclamation-square:after{content:"􏌡"}.fa-exclamation-triangle.icon-fad:after,.fad.fa-exclamation-triangle:after{content:"􏁱"}.fa-expand.icon-fad:after,.fad.fa-expand:after{content:"􏁥"}.fa-expand-alt.icon-fad:after,.fad.fa-expand-alt:after{content:"􏐤"}.fa-expand-arrows.icon-fad:after,.fad.fa-expand-arrows:after{content:"􏌝"}.fa-expand-arrows-alt.icon-fad:after,.fad.fa-expand-arrows-alt:after{content:"􏌞"}.fa-expand-wide.icon-fad:after,.fad.fa-expand-wide:after{content:"􏌠"}.fa-external-link.icon-fad:after,.fad.fa-external-link:after{content:"􏂎"}.fa-external-link-alt.icon-fad:after,.fad.fa-external-link-alt:after{content:"􏍝"}.fa-external-link-square.icon-fad:after,.fad.fa-external-link-square:after{content:"􏅌"}.fa-external-link-square-alt.icon-fad:after,.fad.fa-external-link-square-alt:after{content:"􏍠"}.fa-eye.icon-fad:after,.fad.fa-eye:after{content:"􏁮"}.fa-eye-dropper.icon-fad:after,.fad.fa-eye-dropper:after{content:"􏇻"}.fa-eye-evil.icon-fad:after,.fad.fa-eye-evil:after{content:"􏛛"}.fa-eye-slash.icon-fad:after,.fad.fa-eye-slash:after{content:"􏁰"}.fa-fan.icon-fad:after,.fad.fa-fan:after{content:"􏡣"}.fa-fan-table.icon-fad:after,.fad.fa-fan-table:after{content:"􎀄"}.fa-farm.icon-fad:after,.fad.fa-farm:after{content:"􏡤"}.fa-fast-backward.icon-fad:after,.fad.fa-fast-backward:after{content:"􏁉"}.fa-fast-forward.icon-fad:after,.fad.fa-fast-forward:after{content:"􏁐"}.fa-faucet.icon-fad:after,.fad.fa-faucet:after{content:"􎀅"}.fa-faucet-drip.icon-fad:after,.fad.fa-faucet-drip:after{content:"􎀆"}.fa-fax.icon-fad:after,.fad.fa-fax:after{content:"􏆬"}.fa-feather.icon-fad:after,.fad.fa-feather:after{content:"􏔭"}.fa-feather-alt.icon-fad:after,.fad.fa-feather-alt:after{content:"􏕫"}.fa-female.icon-fad:after,.fad.fa-female:after{content:"􏆂"}.fa-field-hockey.icon-fad:after,.fad.fa-field-hockey:after{content:"􏑌"}.fa-fighter-jet.icon-fad:after,.fad.fa-fighter-jet:after{content:"􏃻"}.fa-file.icon-fad:after,.fad.fa-file:after{content:"􏅛"}.fa-file-alt.icon-fad:after,.fad.fa-file-alt:after{content:"􏅜"}.fa-file-archive.icon-fad:after,.fad.fa-file-archive:after{content:"􏇆"}.fa-file-audio.icon-fad:after,.fad.fa-file-audio:after{content:"􏇇"}.fa-file-certificate.icon-fad:after,.fad.fa-file-certificate:after{content:"􏗳"}.fa-file-chart-line.icon-fad:after,.fad.fa-file-chart-line:after{content:"􏙙"}.fa-file-chart-pie.icon-fad:after,.fad.fa-file-chart-pie:after{content:"􏙚"}.fa-file-check.icon-fad:after,.fad.fa-file-check:after{content:"􏌖"}.fa-file-code.icon-fad:after,.fad.fa-file-code:after{content:"􏇉"}.fa-file-contract.icon-fad:after,.fad.fa-file-contract:after{content:"􏕬"}.fa-file-csv.icon-fad:after,.fad.fa-file-csv:after{content:"􏛝"}.fa-file-download.icon-fad:after,.fad.fa-file-download:after{content:"􏕭"}.fa-file-edit.icon-fad:after,.fad.fa-file-edit:after{content:"􏌜"}.fa-file-excel.icon-fad:after,.fad.fa-file-excel:after{content:"􏇃"}.fa-file-exclamation.icon-fad:after,.fad.fa-file-exclamation:after{content:"􏌚"}.fa-file-export.icon-fad:after,.fad.fa-file-export:after{content:"􏕮"}.fa-file-image.icon-fad:after,.fad.fa-file-image:after{content:"􏇅"}.fa-file-import.icon-fad:after,.fad.fa-file-import:after{content:"􏕯"}.fa-file-invoice.icon-fad:after,.fad.fa-file-invoice:after{content:"􏕰"}.fa-file-invoice-dollar.icon-fad:after,.fad.fa-file-invoice-dollar:after{content:"􏕱"}.fa-file-medical.icon-fad:after,.fad.fa-file-medical:after{content:"􏑷"}.fa-file-medical-alt.icon-fad:after,.fad.fa-file-medical-alt:after{content:"􏑸"}.fa-file-minus.icon-fad:after,.fad.fa-file-minus:after{content:"􏌘"}.fa-file-music.icon-fad:after,.fad.fa-file-music:after{content:"􏢶"}.fa-file-pdf.icon-fad:after,.fad.fa-file-pdf:after{content:"􏇁"}.fa-file-plus.icon-fad:after,.fad.fa-file-plus:after{content:"􏌙"}.fa-file-powerpoint.icon-fad:after,.fad.fa-file-powerpoint:after{content:"􏇄"}.fa-file-prescription.icon-fad:after,.fad.fa-file-prescription:after{content:"􏕲"}.fa-file-search.icon-fad:after,.fad.fa-file-search:after{content:"􏡥"}.fa-file-signature.icon-fad:after,.fad.fa-file-signature:after{content:"􏕳"}.fa-file-spreadsheet.icon-fad:after,.fad.fa-file-spreadsheet:after{content:"􏙛"}.fa-file-times.icon-fad:after,.fad.fa-file-times:after{content:"􏌗"}.fa-file-upload.icon-fad:after,.fad.fa-file-upload:after{content:"􏕴"}.fa-file-user.icon-fad:after,.fad.fa-file-user:after{content:"􏙜"}.fa-file-video.icon-fad:after,.fad.fa-file-video:after{content:"􏇈"}.fa-file-word.icon-fad:after,.fad.fa-file-word:after{content:"􏇂"}.fa-files-medical.icon-fad:after,.fad.fa-files-medical:after{content:"􏟽"}.fa-fill.icon-fad:after,.fad.fa-fill:after{content:"􏕵"}.fa-fill-drip.icon-fad:after,.fad.fa-fill-drip:after{content:"􏕶"}.fa-film.icon-fad:after,.fad.fa-film:after{content:"􏀈"}.fa-film-alt.icon-fad:after,.fad.fa-film-alt:after{content:"􏎠"}.fa-film-canister.icon-fad:after,.fad.fa-film-canister:after{content:"􏢷"}.fa-filter.icon-fad:after,.fad.fa-filter:after{content:"􏂰"}.fa-fingerprint.icon-fad:after,.fad.fa-fingerprint:after{content:"􏕷"}.fa-fire.icon-fad:after,.fad.fa-fire:after{content:"􏁭"}.fa-fire-alt.icon-fad:after,.fad.fa-fire-alt:after{content:"􏟤"}.fa-fire-extinguisher.icon-fad:after,.fad.fa-fire-extinguisher:after{content:"􏄴"}.fa-fire-smoke.icon-fad:after,.fad.fa-fire-smoke:after{content:"􏝋"}.fa-fireplace.icon-fad:after,.fad.fa-fireplace:after{content:"􏞚"}.fa-first-aid.icon-fad:after,.fad.fa-first-aid:after{content:"􏑹"}.fa-fish.icon-fad:after,.fad.fa-fish:after{content:"􏕸"}.fa-fish-cooked.icon-fad:after,.fad.fa-fish-cooked:after{content:"􏟾"}.fa-fist-raised.icon-fad:after,.fad.fa-fist-raised:after{content:"􏛞"}.fa-flag.icon-fad:after,.fad.fa-flag:after{content:"􏀤"}.fa-flag-alt.icon-fad:after,.fad.fa-flag-alt:after{content:"􏝌"}.fa-flag-checkered.icon-fad:after,.fad.fa-flag-checkered:after{content:"􏄞"}.fa-flag-usa.icon-fad:after,.fad.fa-flag-usa:after{content:"􏝍"}.fa-flame.icon-fad:after,.fad.fa-flame:after{content:"􏛟"}.fa-flashlight.icon-fad:after,.fad.fa-flashlight:after{content:"􏢸"}.fa-flask.icon-fad:after,.fad.fa-flask:after{content:"􏃃"}.fa-flask-poison.icon-fad:after,.fad.fa-flask-poison:after{content:"􏛠"}.fa-flask-potion.icon-fad:after,.fad.fa-flask-potion:after{content:"􏛡"}.fa-flower.icon-fad:after,.fad.fa-flower:after{content:"􏟿"}.fa-flower-daffodil.icon-fad:after,.fad.fa-flower-daffodil:after{content:"􏠀"}.fa-flower-tulip.icon-fad:after,.fad.fa-flower-tulip:after{content:"􏠁"}.fa-flushed.icon-fad:after,.fad.fa-flushed:after{content:"􏕹"}.fa-flute.icon-fad:after,.fad.fa-flute:after{content:"􏢹"}.fa-flux-capacitor.icon-fad:after,.fad.fa-flux-capacitor:after{content:"􏢺"}.fa-fog.icon-fad:after,.fad.fa-fog:after{content:"􏝎"}.fa-folder.icon-fad:after,.fad.fa-folder:after{content:"􏁻"}.fa-folder-download.icon-fad:after,.fad.fa-folder-download:after{content:"􎁓"}.fa-folder-minus.icon-fad:after,.fad.fa-folder-minus:after{content:"􏙝"}.fa-folder-open.icon-fad:after,.fad.fa-folder-open:after{content:"􏁼"}.fa-folder-plus.icon-fad:after,.fad.fa-folder-plus:after{content:"􏙞"}.fa-folder-times.icon-fad:after,.fad.fa-folder-times:after{content:"􏙟"}.fa-folder-tree.icon-fad:after,.fad.fa-folder-tree:after{content:"􏠂"}.fa-folder-upload.icon-fad:after,.fad.fa-folder-upload:after{content:"􎁔"}.fa-folders.icon-fad:after,.fad.fa-folders:after{content:"􏙠"}.fa-font.icon-fad:after,.fad.fa-font:after{content:"􏀱"}.fa-font-awesome-logo-full.icon-fad:after,.fad.fa-font-awesome-logo-full:after{content:"􏓦"}.fa-font-case.icon-fad:after,.fad.fa-font-case:after{content:"􏡦"}.fa-football-ball.icon-fad:after,.fad.fa-football-ball:after{content:"􏑎"}.fa-football-helmet.icon-fad:after,.fad.fa-football-helmet:after{content:"􏑏"}.fa-forklift.icon-fad:after,.fad.fa-forklift:after{content:"􏑺"}.fa-forward.icon-fad:after,.fad.fa-forward:after{content:"􏁎"}.fa-fragile.icon-fad:after,.fad.fa-fragile:after{content:"􏒻"}.fa-french-fries.icon-fad:after,.fad.fa-french-fries:after{content:"􏠃"}.fa-frog.icon-fad:after,.fad.fa-frog:after{content:"􏔮"}.fa-frosty-head.icon-fad:after,.fad.fa-frosty-head:after{content:"􏞛"}.fa-frown.icon-fad:after,.fad.fa-frown:after{content:"􏄙"}.fa-frown-open.icon-fad:after,.fad.fa-frown-open:after{content:"􏕺"}.fa-function.icon-fad:after,.fad.fa-function:after{content:"􏙡"}.fa-funnel-dollar.icon-fad:after,.fad.fa-funnel-dollar:after{content:"􏙢"}.fa-futbol.icon-fad:after,.fad.fa-futbol:after{content:"􏇣"}.fa-galaxy.icon-fad:after,.fad.fa-galaxy:after{content:"􎀈"}.fa-game-board.icon-fad:after,.fad.fa-game-board:after{content:"􏡧"}.fa-game-board-alt.icon-fad:after,.fad.fa-game-board-alt:after{content:"􏡨"}.fa-game-console-handheld.icon-fad:after,.fad.fa-game-console-handheld:after{content:"􏢻"}.fa-gamepad.icon-fad:after,.fad.fa-gamepad:after{content:"􏄛"}.fa-gamepad-alt.icon-fad:after,.fad.fa-gamepad-alt:after{content:"􏢼"}.fa-garage.icon-fad:after,.fad.fa-garage:after{content:"􎀉"}.fa-garage-car.icon-fad:after,.fad.fa-garage-car:after{content:"􎀊"}.fa-garage-open.icon-fad:after,.fad.fa-garage-open:after{content:"􎀋"}.fa-gas-pump.icon-fad:after,.fad.fa-gas-pump:after{content:"􏔯"}.fa-gas-pump-slash.icon-fad:after,.fad.fa-gas-pump-slash:after{content:"􏗴"}.fa-gavel.icon-fad:after,.fad.fa-gavel:after{content:"􏃣"}.fa-gem.icon-fad:after,.fad.fa-gem:after{content:"􏎥"}.fa-genderless.icon-fad:after,.fad.fa-genderless:after{content:"􏈭"}.fa-ghost.icon-fad:after,.fad.fa-ghost:after{content:"􏛢"}.fa-gift.icon-fad:after,.fad.fa-gift:after{content:"􏁫"}.fa-gift-card.icon-fad:after,.fad.fa-gift-card:after{content:"􏙣"}.fa-gifts.icon-fad:after,.fad.fa-gifts:after{content:"􏞜"}.fa-gingerbread-man.icon-fad:after,.fad.fa-gingerbread-man:after{content:"􏞝"}.fa-glass.icon-fad:after,.fad.fa-glass:after{content:"􏠄"}.fa-glass-champagne.icon-fad:after,.fad.fa-glass-champagne:after{content:"􏞞"}.fa-glass-cheers.icon-fad:after,.fad.fa-glass-cheers:after{content:"􏞟"}.fa-glass-citrus.icon-fad:after,.fad.fa-glass-citrus:after{content:"􏡩"}.fa-glass-martini.icon-fad:after,.fad.fa-glass-martini:after{content:"􏀀"}.fa-glass-martini-alt.icon-fad:after,.fad.fa-glass-martini-alt:after{content:"􏕻"}.fa-glass-whiskey.icon-fad:after,.fad.fa-glass-whiskey:after{content:"􏞠"}.fa-glass-whiskey-rocks.icon-fad:after,.fad.fa-glass-whiskey-rocks:after{content:"􏞡"}.fa-glasses.icon-fad:after,.fad.fa-glasses:after{content:"􏔰"}.fa-glasses-alt.icon-fad:after,.fad.fa-glasses-alt:after{content:"􏗵"}.fa-globe.icon-fad:after,.fad.fa-globe:after{content:"􏂬"}.fa-globe-africa.icon-fad:after,.fad.fa-globe-africa:after{content:"􏕼"}.fa-globe-americas.icon-fad:after,.fad.fa-globe-americas:after{content:"􏕽"}.fa-globe-asia.icon-fad:after,.fad.fa-globe-asia:after{content:"􏕾"}.fa-globe-europe.icon-fad:after,.fad.fa-globe-europe:after{content:"􏞢"}.fa-globe-snow.icon-fad:after,.fad.fa-globe-snow:after{content:"􏞣"}.fa-globe-stand.icon-fad:after,.fad.fa-globe-stand:after{content:"􏗶"}.fa-golf-ball.icon-fad:after,.fad.fa-golf-ball:after{content:"􏑐"}.fa-golf-club.icon-fad:after,.fad.fa-golf-club:after{content:"􏑑"}.fa-gopuram.icon-fad:after,.fad.fa-gopuram:after{content:"􏙤"}.fa-graduation-cap.icon-fad:after,.fad.fa-graduation-cap:after{content:"􏆝"}.fa-gramophone.icon-fad:after,.fad.fa-gramophone:after{content:"􏢽"}.fa-greater-than.icon-fad:after,.fad.fa-greater-than:after{content:"􏔱"}.fa-greater-than-equal.icon-fad:after,.fad.fa-greater-than-equal:after{content:"􏔲"}.fa-grimace.icon-fad:after,.fad.fa-grimace:after{content:"􏕿"}.fa-grin.icon-fad:after,.fad.fa-grin:after{content:"􏖀"}.fa-grin-alt.icon-fad:after,.fad.fa-grin-alt:after{content:"􏖁"}.fa-grin-beam.icon-fad:after,.fad.fa-grin-beam:after{content:"􏖂"}.fa-grin-beam-sweat.icon-fad:after,.fad.fa-grin-beam-sweat:after{content:"􏖃"}.fa-grin-hearts.icon-fad:after,.fad.fa-grin-hearts:after{content:"􏖄"}.fa-grin-squint.icon-fad:after,.fad.fa-grin-squint:after{content:"􏖅"}.fa-grin-squint-tears.icon-fad:after,.fad.fa-grin-squint-tears:after{content:"􏖆"}.fa-grin-stars.icon-fad:after,.fad.fa-grin-stars:after{content:"􏖇"}.fa-grin-tears.icon-fad:after,.fad.fa-grin-tears:after{content:"􏖈"}.fa-grin-tongue.icon-fad:after,.fad.fa-grin-tongue:after{content:"􏖉"}.fa-grin-tongue-squint.icon-fad:after,.fad.fa-grin-tongue-squint:after{content:"􏖊"}.fa-grin-tongue-wink.icon-fad:after,.fad.fa-grin-tongue-wink:after{content:"􏖋"}.fa-grin-wink.icon-fad:after,.fad.fa-grin-wink:after{content:"􏖌"}.fa-grip-horizontal.icon-fad:after,.fad.fa-grip-horizontal:after{content:"􏖍"}.fa-grip-lines.icon-fad:after,.fad.fa-grip-lines:after{content:"􏞤"}.fa-grip-lines-vertical.icon-fad:after,.fad.fa-grip-lines-vertical:after{content:"􏞥"}.fa-grip-vertical.icon-fad:after,.fad.fa-grip-vertical:after{content:"􏖎"}.fa-guitar.icon-fad:after,.fad.fa-guitar:after{content:"􏞦"}.fa-guitar-electric.icon-fad:after,.fad.fa-guitar-electric:after{content:"􏢾"}.fa-guitars.icon-fad:after,.fad.fa-guitars:after{content:"􏢿"}.fa-h-square.icon-fad:after,.fad.fa-h-square:after{content:"􏃽"}.fa-h1.icon-fad:after,.fad.fa-h1:after{content:"􏌓"}.fa-h2.icon-fad:after,.fad.fa-h2:after{content:"􏌔"}.fa-h3.icon-fad:after,.fad.fa-h3:after{content:"􏌕"}.fa-h4.icon-fad:after,.fad.fa-h4:after{content:"􏡪"}.fa-hamburger.icon-fad:after,.fad.fa-hamburger:after{content:"􏠅"}.fa-hammer.icon-fad:after,.fad.fa-hammer:after{content:"􏛣"}.fa-hammer-war.icon-fad:after,.fad.fa-hammer-war:after{content:"􏛤"}.fa-hamsa.icon-fad:after,.fad.fa-hamsa:after{content:"􏙥"}.fa-hand-heart.icon-fad:after,.fad.fa-hand-heart:after{content:"􏒼"}.fa-hand-holding.icon-fad:after,.fad.fa-hand-holding:after{content:"􏒽"}.fa-hand-holding-box.icon-fad:after,.fad.fa-hand-holding-box:after{content:"􏑻"}.fa-hand-holding-heart.icon-fad:after,.fad.fa-hand-holding-heart:after{content:"􏒾"}.fa-hand-holding-magic.icon-fad:after,.fad.fa-hand-holding-magic:after{content:"􏛥"}.fa-hand-holding-medical.icon-fad:after,.fad.fa-hand-holding-medical:after{content:"􎁜"}.fa-hand-holding-seedling.icon-fad:after,.fad.fa-hand-holding-seedling:after{content:"􏒿"}.fa-hand-holding-usd.icon-fad:after,.fad.fa-hand-holding-usd:after{content:"􏓀"}.fa-hand-holding-water.icon-fad:after,.fad.fa-hand-holding-water:after{content:"􏓁"}.fa-hand-lizard.icon-fad:after,.fad.fa-hand-lizard:after{content:"􏉘"}.fa-hand-middle-finger.icon-fad:after,.fad.fa-hand-middle-finger:after{content:"􏠆"}.fa-hand-paper.icon-fad:after,.fad.fa-hand-paper:after{content:"􏉖"}.fa-hand-peace.icon-fad:after,.fad.fa-hand-peace:after{content:"􏉛"}.fa-hand-point-down.icon-fad:after,.fad.fa-hand-point-down:after{content:"􏂧"}.fa-hand-point-left.icon-fad:after,.fad.fa-hand-point-left:after{content:"􏂥"}.fa-hand-point-right.icon-fad:after,.fad.fa-hand-point-right:after{content:"􏂤"}.fa-hand-point-up.icon-fad:after,.fad.fa-hand-point-up:after{content:"􏂦"}.fa-hand-pointer.icon-fad:after,.fad.fa-hand-pointer:after{content:"􏉚"}.fa-hand-receiving.icon-fad:after,.fad.fa-hand-receiving:after{content:"􏑼"}.fa-hand-rock.icon-fad:after,.fad.fa-hand-rock:after{content:"􏉕"}.fa-hand-scissors.icon-fad:after,.fad.fa-hand-scissors:after{content:"􏉗"}.fa-hand-sparkles.icon-fad:after,.fad.fa-hand-sparkles:after{content:"􎁝"}.fa-hand-spock.icon-fad:after,.fad.fa-hand-spock:after{content:"􏉙"}.fa-hands.icon-fad:after,.fad.fa-hands:after{content:"􏓂"}.fa-hands-heart.icon-fad:after,.fad.fa-hands-heart:after{content:"􏓃"}.fa-hands-helping.icon-fad:after,.fad.fa-hands-helping:after{content:"􏓄"}.fa-hands-usd.icon-fad:after,.fad.fa-hands-usd:after{content:"􏓅"}.fa-hands-wash.icon-fad:after,.fad.fa-hands-wash:after{content:"􎁞"}.fa-handshake.icon-fad:after,.fad.fa-handshake:after{content:"􏊵"}.fa-handshake-alt.icon-fad:after,.fad.fa-handshake-alt:after{content:"􏓆"}.fa-handshake-alt-slash.icon-fad:after,.fad.fa-handshake-alt-slash:after{content:"􎁟"}.fa-handshake-slash.icon-fad:after,.fad.fa-handshake-slash:after{content:"􎁠"}.fa-hanukiah.icon-fad:after,.fad.fa-hanukiah:after{content:"􏛦"}.fa-hard-hat.icon-fad:after,.fad.fa-hard-hat:after{content:"􏠇"}.fa-hashtag.icon-fad:after,.fad.fa-hashtag:after{content:"􏊒"}.fa-hat-chef.icon-fad:after,.fad.fa-hat-chef:after{content:"􏡫"}.fa-hat-cowboy.icon-fad:after,.fad.fa-hat-cowboy:after{content:"􏣀"}.fa-hat-cowboy-side.icon-fad:after,.fad.fa-hat-cowboy-side:after{content:"􏣁"}.fa-hat-santa.icon-fad:after,.fad.fa-hat-santa:after{content:"􏞧"}.fa-hat-winter.icon-fad:after,.fad.fa-hat-winter:after{content:"􏞨"}.fa-hat-witch.icon-fad:after,.fad.fa-hat-witch:after{content:"􏛧"}.fa-hat-wizard.icon-fad:after,.fad.fa-hat-wizard:after{content:"􏛨"}.fa-hdd.icon-fad:after,.fad.fa-hdd:after{content:"􏂠"}.fa-head-side.icon-fad:after,.fad.fa-head-side:after{content:"􏛩"}.fa-head-side-brain.icon-fad:after,.fad.fa-head-side-brain:after{content:"􏠈"}.fa-head-side-cough.icon-fad:after,.fad.fa-head-side-cough:after{content:"􎁡"}.fa-head-side-cough-slash.icon-fad:after,.fad.fa-head-side-cough-slash:after{content:"􎁢"}.fa-head-side-headphones.icon-fad:after,.fad.fa-head-side-headphones:after{content:"􏣂"}.fa-head-side-mask.icon-fad:after,.fad.fa-head-side-mask:after{content:"􎁣"}.fa-head-side-medical.icon-fad:after,.fad.fa-head-side-medical:after{content:"􏠉"}.fa-head-side-virus.icon-fad:after,.fad.fa-head-side-virus:after{content:"􎁤"}.fa-head-vr.icon-fad:after,.fad.fa-head-vr:after{content:"􏛪"}.fa-heading.icon-fad:after,.fad.fa-heading:after{content:"􏇜"}.fa-headphones.icon-fad:after,.fad.fa-headphones:after{content:"􏀥"}.fa-headphones-alt.icon-fad:after,.fad.fa-headphones-alt:after{content:"􏖏"}.fa-headset.icon-fad:after,.fad.fa-headset:after{content:"􏖐"}.fa-heart.icon-fad:after,.fad.fa-heart:after{content:"􏀄"}.fa-heart-broken.icon-fad:after,.fad.fa-heart-broken:after{content:"􏞩"}.fa-heart-circle.icon-fad:after,.fad.fa-heart-circle:after{content:"􏓇"}.fa-heart-rate.icon-fad:after,.fad.fa-heart-rate:after{content:"􏗸"}.fa-heart-square.icon-fad:after,.fad.fa-heart-square:after{content:"􏓈"}.fa-heartbeat.icon-fad:after,.fad.fa-heartbeat:after{content:"􏈞"}.fa-heat.icon-fad:after,.fad.fa-heat:after{content:"􎀌"}.fa-helicopter.icon-fad:after,.fad.fa-helicopter:after{content:"􏔳"}.fa-helmet-battle.icon-fad:after,.fad.fa-helmet-battle:after{content:"􏛫"}.fa-hexagon.icon-fad:after,.fad.fa-hexagon:after{content:"􏌒"}.fa-highlighter.icon-fad:after,.fad.fa-highlighter:after{content:"􏖑"}.fa-hiking.icon-fad:after,.fad.fa-hiking:after{content:"􏛬"}.fa-hippo.icon-fad:after,.fad.fa-hippo:after{content:"􏛭"}.fa-history.icon-fad:after,.fad.fa-history:after{content:"􏇚"}.fa-hockey-mask.icon-fad:after,.fad.fa-hockey-mask:after{content:"􏛮"}.fa-hockey-puck.icon-fad:after,.fad.fa-hockey-puck:after{content:"􏑓"}.fa-hockey-sticks.icon-fad:after,.fad.fa-hockey-sticks:after{content:"􏑔"}.fa-holly-berry.icon-fad:after,.fad.fa-holly-berry:after{content:"􏞪"}.fa-home.icon-fad:after,.fad.fa-home:after{content:"􏀕"}.fa-home-alt.icon-fad:after,.fad.fa-home-alt:after{content:"􏠊"}.fa-home-heart.icon-fad:after,.fad.fa-home-heart:after{content:"􏓉"}.fa-home-lg.icon-fad:after,.fad.fa-home-lg:after{content:"􏠋"}.fa-home-lg-alt.icon-fad:after,.fad.fa-home-lg-alt:after{content:"􏠌"}.fa-hood-cloak.icon-fad:after,.fad.fa-hood-cloak:after{content:"􏛯"}.fa-horizontal-rule.icon-fad:after,.fad.fa-horizontal-rule:after{content:"􏡬"}.fa-horse.icon-fad:after,.fad.fa-horse:after{content:"􏛰"}.fa-horse-head.icon-fad:after,.fad.fa-horse-head:after{content:"􏞫"}.fa-horse-saddle.icon-fad:after,.fad.fa-horse-saddle:after{content:"􏣃"}.fa-hospital.icon-fad:after,.fad.fa-hospital:after{content:"􏃸"}.fa-hospital-alt.icon-fad:after,.fad.fa-hospital-alt:after{content:"􏑽"}.fa-hospital-symbol.icon-fad:after,.fad.fa-hospital-symbol:after{content:"􏑾"}.fa-hospital-user.icon-fad:after,.fad.fa-hospital-user:after{content:"􏠍"}.fa-hospitals.icon-fad:after,.fad.fa-hospitals:after{content:"􏠎"}.fa-hot-tub.icon-fad:after,.fad.fa-hot-tub:after{content:"􏖓"}.fa-hotdog.icon-fad:after,.fad.fa-hotdog:after{content:"􏠏"}.fa-hotel.icon-fad:after,.fad.fa-hotel:after{content:"􏖔"}.fa-hourglass.icon-fad:after,.fad.fa-hourglass:after{content:"􏉔"}.fa-hourglass-end.icon-fad:after,.fad.fa-hourglass-end:after{content:"􏉓"}.fa-hourglass-half.icon-fad:after,.fad.fa-hourglass-half:after{content:"􏉒"}.fa-hourglass-start.icon-fad:after,.fad.fa-hourglass-start:after{content:"􏉑"}.fa-house.icon-fad:after,.fad.fa-house:after{content:"􎀍"}.fa-house-damage.icon-fad:after,.fad.fa-house-damage:after{content:"􏛱"}.fa-house-day.icon-fad:after,.fad.fa-house-day:after{content:"􎀎"}.fa-house-flood.icon-fad:after,.fad.fa-house-flood:after{content:"􏝏"}.fa-house-leave.icon-fad:after,.fad.fa-house-leave:after{content:"􎀏"}.fa-house-night.icon-fad:after,.fad.fa-house-night:after{content:"􎀐"}.fa-house-return.icon-fad:after,.fad.fa-house-return:after{content:"􎀑"}.fa-house-signal.icon-fad:after,.fad.fa-house-signal:after{content:"􎀒"}.fa-house-user.icon-fad:after,.fad.fa-house-user:after{content:"􎁥"}.fa-hryvnia.icon-fad:after,.fad.fa-hryvnia:after{content:"􏛲"}.fa-humidity.icon-fad:after,.fad.fa-humidity:after{content:"􏝐"}.fa-hurricane.icon-fad:after,.fad.fa-hurricane:after{content:"􏝑"}.fa-i-cursor.icon-fad:after,.fad.fa-i-cursor:after{content:"􏉆"}.fa-ice-cream.icon-fad:after,.fad.fa-ice-cream:after{content:"􏠐"}.fa-ice-skate.icon-fad:after,.fad.fa-ice-skate:after{content:"􏞬"}.fa-icicles.icon-fad:after,.fad.fa-icicles:after{content:"􏞭"}.fa-icons.icon-fad:after,.fad.fa-icons:after{content:"􏡭"}.fa-icons-alt.icon-fad:after,.fad.fa-icons-alt:after{content:"􏡮"}.fa-id-badge.icon-fad:after,.fad.fa-id-badge:after{content:"􏋁"}.fa-id-card.icon-fad:after,.fad.fa-id-card:after{content:"􏋂"}.fa-id-card-alt.icon-fad:after,.fad.fa-id-card-alt:after{content:"􏑿"}.fa-igloo.icon-fad:after,.fad.fa-igloo:after{content:"􏞮"}.fa-image.icon-fad:after,.fad.fa-image:after{content:"􏀾"}.fa-image-polaroid.icon-fad:after,.fad.fa-image-polaroid:after{content:"􏣄"}.fa-images.icon-fad:after,.fad.fa-images:after{content:"􏌂"}.fa-inbox.icon-fad:after,.fad.fa-inbox:after{content:"􏀜"}.fa-inbox-in.icon-fad:after,.fad.fa-inbox-in:after{content:"􏌐"}.fa-inbox-out.icon-fad:after,.fad.fa-inbox-out:after{content:"􏌑"}.fa-indent.icon-fad:after,.fad.fa-indent:after{content:"􏀼"}.fa-industry.icon-fad:after,.fad.fa-industry:after{content:"􏉵"}.fa-industry-alt.icon-fad:after,.fad.fa-industry-alt:after{content:"􏎳"}.fa-infinity.icon-fad:after,.fad.fa-infinity:after{content:"􏔴"}.fa-info.icon-fad:after,.fad.fa-info:after{content:"􏄩"}.fa-info-circle.icon-fad:after,.fad.fa-info-circle:after{content:"􏁚"}.fa-info-square.icon-fad:after,.fad.fa-info-square:after{content:"􏌏"}.fa-inhaler.icon-fad:after,.fad.fa-inhaler:after{content:"􏗹"}.fa-integral.icon-fad:after,.fad.fa-integral:after{content:"􏙧"}.fa-intersection.icon-fad:after,.fad.fa-intersection:after{content:"􏙨"}.fa-inventory.icon-fad:after,.fad.fa-inventory:after{content:"􏒀"}.fa-island-tropical.icon-fad:after,.fad.fa-island-tropical:after{content:"􏠑"}.fa-italic.icon-fad:after,.fad.fa-italic:after{content:"􏀳"}.fa-jack-o-lantern.icon-fad:after,.fad.fa-jack-o-lantern:after{content:"􏌎"}.fa-jedi.icon-fad:after,.fad.fa-jedi:after{content:"􏙩"}.fa-joint.icon-fad:after,.fad.fa-joint:after{content:"􏖕"}.fa-journal-whills.icon-fad:after,.fad.fa-journal-whills:after{content:"􏙪"}.fa-joystick.icon-fad:after,.fad.fa-joystick:after{content:"􏣅"}.fa-jug.icon-fad:after,.fad.fa-jug:after{content:"􏣆"}.fa-kaaba.icon-fad:after,.fad.fa-kaaba:after{content:"􏙫"}.fa-kazoo.icon-fad:after,.fad.fa-kazoo:after{content:"􏣇"}.fa-kerning.icon-fad:after,.fad.fa-kerning:after{content:"􏡯"}.fa-key.icon-fad:after,.fad.fa-key:after{content:"􏂄"}.fa-key-skeleton.icon-fad:after,.fad.fa-key-skeleton:after{content:"􏛳"}.fa-keyboard.icon-fad:after,.fad.fa-keyboard:after{content:"􏄜"}.fa-keynote.icon-fad:after,.fad.fa-keynote:after{content:"􏙬"}.fa-khanda.icon-fad:after,.fad.fa-khanda:after{content:"􏙭"}.fa-kidneys.icon-fad:after,.fad.fa-kidneys:after{content:"􏗻"}.fa-kiss.icon-fad:after,.fad.fa-kiss:after{content:"􏖖"}.fa-kiss-beam.icon-fad:after,.fad.fa-kiss-beam:after{content:"􏖗"}.fa-kiss-wink-heart.icon-fad:after,.fad.fa-kiss-wink-heart:after{content:"􏖘"}.fa-kite.icon-fad:after,.fad.fa-kite:after{content:"􏛴"}.fa-kiwi-bird.icon-fad:after,.fad.fa-kiwi-bird:after{content:"􏔵"}.fa-knife-kitchen.icon-fad:after,.fad.fa-knife-kitchen:after{content:"􏛵"}.fa-lambda.icon-fad:after,.fad.fa-lambda:after{content:"􏙮"}.fa-lamp.icon-fad:after,.fad.fa-lamp:after{content:"􏓊"}.fa-lamp-desk.icon-fad:after,.fad.fa-lamp-desk:after{content:"􎀔"}.fa-lamp-floor.icon-fad:after,.fad.fa-lamp-floor:after{content:"􎀕"}.fa-landmark.icon-fad:after,.fad.fa-landmark:after{content:"􏙯"}.fa-landmark-alt.icon-fad:after,.fad.fa-landmark-alt:after{content:"􏝒"}.fa-language.icon-fad:after,.fad.fa-language:after{content:"􏆫"}.fa-laptop.icon-fad:after,.fad.fa-laptop:after{content:"􏄉"}.fa-laptop-code.icon-fad:after,.fad.fa-laptop-code:after{content:"􏗼"}.fa-laptop-house.icon-fad:after,.fad.fa-laptop-house:after{content:"􎁦"}.fa-laptop-medical.icon-fad:after,.fad.fa-laptop-medical:after{content:"􏠒"}.fa-lasso.icon-fad:after,.fad.fa-lasso:after{content:"􏣈"}.fa-laugh.icon-fad:after,.fad.fa-laugh:after{content:"􏖙"}.fa-laugh-beam.icon-fad:after,.fad.fa-laugh-beam:after{content:"􏖚"}.fa-laugh-squint.icon-fad:after,.fad.fa-laugh-squint:after{content:"􏖛"}.fa-laugh-wink.icon-fad:after,.fad.fa-laugh-wink:after{content:"􏖜"}.fa-layer-group.icon-fad:after,.fad.fa-layer-group:after{content:"􏗽"}.fa-layer-minus.icon-fad:after,.fad.fa-layer-minus:after{content:"􏗾"}.fa-layer-plus.icon-fad:after,.fad.fa-layer-plus:after{content:"􏗿"}.fa-leaf.icon-fad:after,.fad.fa-leaf:after{content:"􏁬"}.fa-leaf-heart.icon-fad:after,.fad.fa-leaf-heart:after{content:"􏓋"}.fa-leaf-maple.icon-fad:after,.fad.fa-leaf-maple:after{content:"􏛶"}.fa-leaf-oak.icon-fad:after,.fad.fa-leaf-oak:after{content:"􏛷"}.fa-lemon.icon-fad:after,.fad.fa-lemon:after{content:"􏂔"}.fa-less-than.icon-fad:after,.fad.fa-less-than:after{content:"􏔶"}.fa-less-than-equal.icon-fad:after,.fad.fa-less-than-equal:after{content:"􏔷"}.fa-level-down.icon-fad:after,.fad.fa-level-down:after{content:"􏅉"}.fa-level-down-alt.icon-fad:after,.fad.fa-level-down-alt:after{content:"􏎾"}.fa-level-up.icon-fad:after,.fad.fa-level-up:after{content:"􏅈"}.fa-level-up-alt.icon-fad:after,.fad.fa-level-up-alt:after{content:"􏎿"}.fa-life-ring.icon-fad:after,.fad.fa-life-ring:after{content:"􏇍"}.fa-light-ceiling.icon-fad:after,.fad.fa-light-ceiling:after{content:"􎀖"}.fa-light-switch.icon-fad:after,.fad.fa-light-switch:after{content:"􎀗"}.fa-light-switch-off.icon-fad:after,.fad.fa-light-switch-off:after{content:"􎀘"}.fa-light-switch-on.icon-fad:after,.fad.fa-light-switch-on:after{content:"􎀙"}.fa-lightbulb.icon-fad:after,.fad.fa-lightbulb:after{content:"􏃫"}.fa-lightbulb-dollar.icon-fad:after,.fad.fa-lightbulb-dollar:after{content:"􏙰"}.fa-lightbulb-exclamation.icon-fad:after,.fad.fa-lightbulb-exclamation:after{content:"􏙱"}.fa-lightbulb-on.icon-fad:after,.fad.fa-lightbulb-on:after{content:"􏙲"}.fa-lightbulb-slash.icon-fad:after,.fad.fa-lightbulb-slash:after{content:"􏙳"}.fa-lights-holiday.icon-fad:after,.fad.fa-lights-holiday:after{content:"􏞲"}.fa-line-columns.icon-fad:after,.fad.fa-line-columns:after{content:"􏡰"}.fa-line-height.icon-fad:after,.fad.fa-line-height:after{content:"􏡱"}.fa-link.icon-fad:after,.fad.fa-link:after{content:"􏃁"}.fa-lips.icon-fad:after,.fad.fa-lips:after{content:"􏘀"}.fa-lira-sign.icon-fad:after,.fad.fa-lira-sign:after{content:"􏆕"}.fa-list.icon-fad:after,.fad.fa-list:after{content:"􏀺"}.fa-list-alt.icon-fad:after,.fad.fa-list-alt:after{content:"􏀢"}.fa-list-music.icon-fad:after,.fad.fa-list-music:after{content:"􏣉"}.fa-list-ol.icon-fad:after,.fad.fa-list-ol:after{content:"􏃋"}.fa-list-ul.icon-fad:after,.fad.fa-list-ul:after{content:"􏃊"}.fa-location.icon-fad:after,.fad.fa-location:after{content:"􏘁"}.fa-location-arrow.icon-fad:after,.fad.fa-location-arrow:after{content:"􏄤"}.fa-location-circle.icon-fad:after,.fad.fa-location-circle:after{content:"􏘂"}.fa-location-slash.icon-fad:after,.fad.fa-location-slash:after{content:"􏘃"}.fa-lock.icon-fad:after,.fad.fa-lock:after{content:"􏀣"}.fa-lock-alt.icon-fad:after,.fad.fa-lock-alt:after{content:"􏌍"}.fa-lock-open.icon-fad:after,.fad.fa-lock-open:after{content:"􏏁"}.fa-lock-open-alt.icon-fad:after,.fad.fa-lock-open-alt:after{content:"􏏂"}.fa-long-arrow-alt-down.icon-fad:after,.fad.fa-long-arrow-alt-down:after{content:"􏌉"}.fa-long-arrow-alt-left.icon-fad:after,.fad.fa-long-arrow-alt-left:after{content:"􏌊"}.fa-long-arrow-alt-right.icon-fad:after,.fad.fa-long-arrow-alt-right:after{content:"􏌋"}.fa-long-arrow-alt-up.icon-fad:after,.fad.fa-long-arrow-alt-up:after{content:"􏌌"}.fa-long-arrow-down.icon-fad:after,.fad.fa-long-arrow-down:after{content:"􏅵"}.fa-long-arrow-left.icon-fad:after,.fad.fa-long-arrow-left:after{content:"􏅷"}.fa-long-arrow-right.icon-fad:after,.fad.fa-long-arrow-right:after{content:"􏅸"}.fa-long-arrow-up.icon-fad:after,.fad.fa-long-arrow-up:after{content:"􏅶"}.fa-loveseat.icon-fad:after,.fad.fa-loveseat:after{content:"􏓌"}.fa-low-vision.icon-fad:after,.fad.fa-low-vision:after{content:"􏊨"}.fa-luchador.icon-fad:after,.fad.fa-luchador:after{content:"􏑕"}.fa-luggage-cart.icon-fad:after,.fad.fa-luggage-cart:after{content:"􏖝"}.fa-lungs.icon-fad:after,.fad.fa-lungs:after{content:"􏘄"}.fa-lungs-virus.icon-fad:after,.fad.fa-lungs-virus:after{content:"􎁧"}.fa-mace.icon-fad:after,.fad.fa-mace:after{content:"􏛸"}.fa-magic.icon-fad:after,.fad.fa-magic:after{content:"􏃐"}.fa-magnet.icon-fad:after,.fad.fa-magnet:after{content:"􏁶"}.fa-mail-bulk.icon-fad:after,.fad.fa-mail-bulk:after{content:"􏙴"}.fa-mailbox.icon-fad:after,.fad.fa-mailbox:after{content:"􏠓"}.fa-male.icon-fad:after,.fad.fa-male:after{content:"􏆃"}.fa-mandolin.icon-fad:after,.fad.fa-mandolin:after{content:"􏛹"}.fa-map.icon-fad:after,.fad.fa-map:after{content:"􏉹"}.fa-map-marked.icon-fad:after,.fad.fa-map-marked:after{content:"􏖟"}.fa-map-marked-alt.icon-fad:after,.fad.fa-map-marked-alt:after{content:"􏖠"}.fa-map-marker.icon-fad:after,.fad.fa-map-marker:after{content:"􏁁"}.fa-map-marker-alt.icon-fad:after,.fad.fa-map-marker-alt:after{content:"􏏅"}.fa-map-marker-alt-slash.icon-fad:after,.fad.fa-map-marker-alt-slash:after{content:"􏘅"}.fa-map-marker-check.icon-fad:after,.fad.fa-map-marker-check:after{content:"􏘆"}.fa-map-marker-edit.icon-fad:after,.fad.fa-map-marker-edit:after{content:"􏘇"}.fa-map-marker-exclamation.icon-fad:after,.fad.fa-map-marker-exclamation:after{content:"􏘈"}.fa-map-marker-minus.icon-fad:after,.fad.fa-map-marker-minus:after{content:"􏘉"}.fa-map-marker-plus.icon-fad:after,.fad.fa-map-marker-plus:after{content:"􏘊"}.fa-map-marker-question.icon-fad:after,.fad.fa-map-marker-question:after{content:"􏘋"}.fa-map-marker-slash.icon-fad:after,.fad.fa-map-marker-slash:after{content:"􏘌"}.fa-map-marker-smile.icon-fad:after,.fad.fa-map-marker-smile:after{content:"􏘍"}.fa-map-marker-times.icon-fad:after,.fad.fa-map-marker-times:after{content:"􏘎"}.fa-map-pin.icon-fad:after,.fad.fa-map-pin:after{content:"􏉶"}.fa-map-signs.icon-fad:after,.fad.fa-map-signs:after{content:"􏉷"}.fa-marker.icon-fad:after,.fad.fa-marker:after{content:"􏖡"}.fa-mars.icon-fad:after,.fad.fa-mars:after{content:"􏈢"}.fa-mars-double.icon-fad:after,.fad.fa-mars-double:after{content:"􏈧"}.fa-mars-stroke.icon-fad:after,.fad.fa-mars-stroke:after{content:"􏈩"}.fa-mars-stroke-h.icon-fad:after,.fad.fa-mars-stroke-h:after{content:"􏈫"}.fa-mars-stroke-v.icon-fad:after,.fad.fa-mars-stroke-v:after{content:"􏈪"}.fa-mask.icon-fad:after,.fad.fa-mask:after{content:"􏛺"}.fa-meat.icon-fad:after,.fad.fa-meat:after{content:"􏠔"}.fa-medal.icon-fad:after,.fad.fa-medal:after{content:"􏖢"}.fa-medkit.icon-fad:after,.fad.fa-medkit:after{content:"􏃺"}.fa-megaphone.icon-fad:after,.fad.fa-megaphone:after{content:"􏙵"}.fa-meh.icon-fad:after,.fad.fa-meh:after{content:"􏄚"}.fa-meh-blank.icon-fad:after,.fad.fa-meh-blank:after{content:"􏖤"}.fa-meh-rolling-eyes.icon-fad:after,.fad.fa-meh-rolling-eyes:after{content:"􏖥"}.fa-memory.icon-fad:after,.fad.fa-memory:after{content:"􏔸"}.fa-menorah.icon-fad:after,.fad.fa-menorah:after{content:"􏙶"}.fa-mercury.icon-fad:after,.fad.fa-mercury:after{content:"􏈣"}.fa-meteor.icon-fad:after,.fad.fa-meteor:after{content:"􏝓"}.fa-microchip.icon-fad:after,.fad.fa-microchip:after{content:"􏋛"}.fa-microphone.icon-fad:after,.fad.fa-microphone:after{content:"􏄰"}.fa-microphone-alt.icon-fad:after,.fad.fa-microphone-alt:after{content:"􏏉"}.fa-microphone-alt-slash.icon-fad:after,.fad.fa-microphone-alt-slash:after{content:"􏔹"}.fa-microphone-slash.icon-fad:after,.fad.fa-microphone-slash:after{content:"􏄱"}.fa-microphone-stand.icon-fad:after,.fad.fa-microphone-stand:after{content:"􏣋"}.fa-microscope.icon-fad:after,.fad.fa-microscope:after{content:"􏘐"}.fa-microwave.icon-fad:after,.fad.fa-microwave:after{content:"􎀛"}.fa-mind-share.icon-fad:after,.fad.fa-mind-share:after{content:"􏙷"}.fa-minus.icon-fad:after,.fad.fa-minus:after{content:"􏁨"}.fa-minus-circle.icon-fad:after,.fad.fa-minus-circle:after{content:"􏁖"}.fa-minus-hexagon.icon-fad:after,.fad.fa-minus-hexagon:after{content:"􏌇"}.fa-minus-octagon.icon-fad:after,.fad.fa-minus-octagon:after{content:"􏌈"}.fa-minus-square.icon-fad:after,.fad.fa-minus-square:after{content:"􏅆"}.fa-mistletoe.icon-fad:after,.fad.fa-mistletoe:after{content:"􏞴"}.fa-mitten.icon-fad:after,.fad.fa-mitten:after{content:"􏞵"}.fa-mobile.icon-fad:after,.fad.fa-mobile:after{content:"􏄋"}.fa-mobile-alt.icon-fad:after,.fad.fa-mobile-alt:after{content:"􏏍"}.fa-mobile-android.icon-fad:after,.fad.fa-mobile-android:after{content:"􏏎"}.fa-mobile-android-alt.icon-fad:after,.fad.fa-mobile-android-alt:after{content:"􏏏"}.fa-money-bill.icon-fad:after,.fad.fa-money-bill:after{content:"􏃖"}.fa-money-bill-alt.icon-fad:after,.fad.fa-money-bill-alt:after{content:"􏏑"}.fa-money-bill-wave.icon-fad:after,.fad.fa-money-bill-wave:after{content:"􏔺"}.fa-money-bill-wave-alt.icon-fad:after,.fad.fa-money-bill-wave-alt:after{content:"􏔻"}.fa-money-check.icon-fad:after,.fad.fa-money-check:after{content:"􏔼"}.fa-money-check-alt.icon-fad:after,.fad.fa-money-check-alt:after{content:"􏔽"}.fa-money-check-edit.icon-fad:after,.fad.fa-money-check-edit:after{content:"􏡲"}.fa-money-check-edit-alt.icon-fad:after,.fad.fa-money-check-edit-alt:after{content:"􏡳"}.fa-monitor-heart-rate.icon-fad:after,.fad.fa-monitor-heart-rate:after{content:"􏘑"}.fa-monkey.icon-fad:after,.fad.fa-monkey:after{content:"􏛻"}.fa-monument.icon-fad:after,.fad.fa-monument:after{content:"􏖦"}.fa-moon.icon-fad:after,.fad.fa-moon:after{content:"􏆆"}.fa-moon-cloud.icon-fad:after,.fad.fa-moon-cloud:after{content:"􏝔"}.fa-moon-stars.icon-fad:after,.fad.fa-moon-stars:after{content:"􏝕"}.fa-mortar-pestle.icon-fad:after,.fad.fa-mortar-pestle:after{content:"􏖧"}.fa-mosque.icon-fad:after,.fad.fa-mosque:after{content:"􏙸"}.fa-motorcycle.icon-fad:after,.fad.fa-motorcycle:after{content:"􏈜"}.fa-mountain.icon-fad:after,.fad.fa-mountain:after{content:"􏛼"}.fa-mountains.icon-fad:after,.fad.fa-mountains:after{content:"􏛽"}.fa-mouse.icon-fad:after,.fad.fa-mouse:after{content:"􏣌"}.fa-mouse-alt.icon-fad:after,.fad.fa-mouse-alt:after{content:"􏣍"}.fa-mouse-pointer.icon-fad:after,.fad.fa-mouse-pointer:after{content:"􏉅"}.fa-mp3-player.icon-fad:after,.fad.fa-mp3-player:after{content:"􏣎"}.fa-mug.icon-fad:after,.fad.fa-mug:after{content:"􏡴"}.fa-mug-hot.icon-fad:after,.fad.fa-mug-hot:after{content:"􏞶"}.fa-mug-marshmallows.icon-fad:after,.fad.fa-mug-marshmallows:after{content:"􏞷"}.fa-mug-tea.icon-fad:after,.fad.fa-mug-tea:after{content:"􏡵"}.fa-music.icon-fad:after,.fad.fa-music:after{content:"􏀁"}.fa-music-alt.icon-fad:after,.fad.fa-music-alt:after{content:"􏣏"}.fa-music-alt-slash.icon-fad:after,.fad.fa-music-alt-slash:after{content:"􏣐"}.fa-music-slash.icon-fad:after,.fad.fa-music-slash:after{content:"􏣑"}.fa-narwhal.icon-fad:after,.fad.fa-narwhal:after{content:"􏛾"}.fa-network-wired.icon-fad:after,.fad.fa-network-wired:after{content:"􏛿"}.fa-neuter.icon-fad:after,.fad.fa-neuter:after{content:"􏈬"}.fa-newspaper.icon-fad:after,.fad.fa-newspaper:after{content:"􏇪"}.fa-not-equal.icon-fad:after,.fad.fa-not-equal:after{content:"􏔾"}.fa-notes-medical.icon-fad:after,.fad.fa-notes-medical:after{content:"􏒁"}.fa-object-group.icon-fad:after,.fad.fa-object-group:after{content:"􏉇"}.fa-object-ungroup.icon-fad:after,.fad.fa-object-ungroup:after{content:"􏉈"}.fa-octagon.icon-fad:after,.fad.fa-octagon:after{content:"􏌆"}.fa-oil-can.icon-fad:after,.fad.fa-oil-can:after{content:"􏘓"}.fa-oil-temp.icon-fad:after,.fad.fa-oil-temp:after{content:"􏘔"}.fa-om.icon-fad:after,.fad.fa-om:after{content:"􏙹"}.fa-omega.icon-fad:after,.fad.fa-omega:after{content:"􏙺"}.fa-ornament.icon-fad:after,.fad.fa-ornament:after{content:"􏞸"}.fa-otter.icon-fad:after,.fad.fa-otter:after{content:"􏜀"}.fa-outdent.icon-fad:after,.fad.fa-outdent:after{content:"􏀻"}.fa-outlet.icon-fad:after,.fad.fa-outlet:after{content:"􎀜"}.fa-oven.icon-fad:after,.fad.fa-oven:after{content:"􎀝"}.fa-overline.icon-fad:after,.fad.fa-overline:after{content:"􏡶"}.fa-page-break.icon-fad:after,.fad.fa-page-break:after{content:"􏡷"}.fa-pager.icon-fad:after,.fad.fa-pager:after{content:"􏠕"}.fa-paint-brush.icon-fad:after,.fad.fa-paint-brush:after{content:"􏇼"}.fa-paint-brush-alt.icon-fad:after,.fad.fa-paint-brush-alt:after{content:"􏖩"}.fa-paint-roller.icon-fad:after,.fad.fa-paint-roller:after{content:"􏖪"}.fa-palette.icon-fad:after,.fad.fa-palette:after{content:"􏔿"}.fa-pallet.icon-fad:after,.fad.fa-pallet:after{content:"􏒂"}.fa-pallet-alt.icon-fad:after,.fad.fa-pallet-alt:after{content:"􏒃"}.fa-paper-plane.icon-fad:after,.fad.fa-paper-plane:after{content:"􏇘"}.fa-paperclip.icon-fad:after,.fad.fa-paperclip:after{content:"􏃆"}.fa-parachute-box.icon-fad:after,.fad.fa-parachute-box:after{content:"􏓍"}.fa-paragraph.icon-fad:after,.fad.fa-paragraph:after{content:"􏇝"}.fa-paragraph-rtl.icon-fad:after,.fad.fa-paragraph-rtl:after{content:"􏡸"}.fa-parking.icon-fad:after,.fad.fa-parking:after{content:"􏕀"}.fa-parking-circle.icon-fad:after,.fad.fa-parking-circle:after{content:"􏘕"}.fa-parking-circle-slash.icon-fad:after,.fad.fa-parking-circle-slash:after{content:"􏘖"}.fa-parking-slash.icon-fad:after,.fad.fa-parking-slash:after{content:"􏘗"}.fa-passport.icon-fad:after,.fad.fa-passport:after{content:"􏖫"}.fa-pastafarianism.icon-fad:after,.fad.fa-pastafarianism:after{content:"􏙻"}.fa-paste.icon-fad:after,.fad.fa-paste:after{content:"􏃪"}.fa-pause.icon-fad:after,.fad.fa-pause:after{content:"􏁌"}.fa-pause-circle.icon-fad:after,.fad.fa-pause-circle:after{content:"􏊋"}.fa-paw.icon-fad:after,.fad.fa-paw:after{content:"􏆰"}.fa-paw-alt.icon-fad:after,.fad.fa-paw-alt:after{content:"􏜁"}.fa-paw-claws.icon-fad:after,.fad.fa-paw-claws:after{content:"􏜂"}.fa-peace.icon-fad:after,.fad.fa-peace:after{content:"􏙼"}.fa-pegasus.icon-fad:after,.fad.fa-pegasus:after{content:"􏜃"}.fa-pen.icon-fad:after,.fad.fa-pen:after{content:"􏌄"}.fa-pen-alt.icon-fad:after,.fad.fa-pen-alt:after{content:"􏌅"}.fa-pen-fancy.icon-fad:after,.fad.fa-pen-fancy:after{content:"􏖬"}.fa-pen-nib.icon-fad:after,.fad.fa-pen-nib:after{content:"􏖭"}.fa-pen-square.icon-fad:after,.fad.fa-pen-square:after{content:"􏅋"}.fa-pencil.icon-fad:after,.fad.fa-pencil:after{content:"􏁀"}.fa-pencil-alt.icon-fad:after,.fad.fa-pencil-alt:after{content:"􏌃"}.fa-pencil-paintbrush.icon-fad:after,.fad.fa-pencil-paintbrush:after{content:"􏘘"}.fa-pencil-ruler.icon-fad:after,.fad.fa-pencil-ruler:after{content:"􏖮"}.fa-pennant.icon-fad:after,.fad.fa-pennant:after{content:"􏑖"}.fa-people-arrows.icon-fad:after,.fad.fa-people-arrows:after{content:"􎁨"}.fa-people-carry.icon-fad:after,.fad.fa-people-carry:after{content:"􏓎"}.fa-pepper-hot.icon-fad:after,.fad.fa-pepper-hot:after{content:"􏠖"}.fa-percent.icon-fad:after,.fad.fa-percent:after{content:"􏊕"}.fa-percentage.icon-fad:after,.fad.fa-percentage:after{content:"􏕁"}.fa-person-booth.icon-fad:after,.fad.fa-person-booth:after{content:"􏝖"}.fa-person-carry.icon-fad:after,.fad.fa-person-carry:after{content:"􏓏"}.fa-person-dolly.icon-fad:after,.fad.fa-person-dolly:after{content:"􏓐"}.fa-person-dolly-empty.icon-fad:after,.fad.fa-person-dolly-empty:after{content:"􏓑"}.fa-person-sign.icon-fad:after,.fad.fa-person-sign:after{content:"􏝗"}.fa-phone.icon-fad:after,.fad.fa-phone:after{content:"􏂕"}.fa-phone-alt.icon-fad:after,.fad.fa-phone-alt:after{content:"􏡹"}.fa-phone-laptop.icon-fad:after,.fad.fa-phone-laptop:after{content:"􏡺"}.fa-phone-office.icon-fad:after,.fad.fa-phone-office:after{content:"􏙽"}.fa-phone-plus.icon-fad:after,.fad.fa-phone-plus:after{content:"􏓒"}.fa-phone-rotary.icon-fad:after,.fad.fa-phone-rotary:after{content:"􏣓"}.fa-phone-slash.icon-fad:after,.fad.fa-phone-slash:after{content:"􏏝"}.fa-phone-square.icon-fad:after,.fad.fa-phone-square:after{content:"􏂘"}.fa-phone-square-alt.icon-fad:after,.fad.fa-phone-square-alt:after{content:"􏡻"}.fa-phone-volume.icon-fad:after,.fad.fa-phone-volume:after{content:"􏊠"}.fa-photo-video.icon-fad:after,.fad.fa-photo-video:after{content:"􏡼"}.fa-pi.icon-fad:after,.fad.fa-pi:after{content:"􏙾"}.fa-piano.icon-fad:after,.fad.fa-piano:after{content:"􏣔"}.fa-piano-keyboard.icon-fad:after,.fad.fa-piano-keyboard:after{content:"􏣕"}.fa-pie.icon-fad:after,.fad.fa-pie:after{content:"􏜅"}.fa-pig.icon-fad:after,.fad.fa-pig:after{content:"􏜆"}.fa-piggy-bank.icon-fad:after,.fad.fa-piggy-bank:after{content:"􏓓"}.fa-pills.icon-fad:after,.fad.fa-pills:after{content:"􏒄"}.fa-pizza.icon-fad:after,.fad.fa-pizza:after{content:"􏠗"}.fa-pizza-slice.icon-fad:after,.fad.fa-pizza-slice:after{content:"􏠘"}.fa-place-of-worship.icon-fad:after,.fad.fa-place-of-worship:after{content:"􏙿"}.fa-plane.icon-fad:after,.fad.fa-plane:after{content:"􏁲"}.fa-plane-alt.icon-fad:after,.fad.fa-plane-alt:after{content:"􏏞"}.fa-plane-arrival.icon-fad:after,.fad.fa-plane-arrival:after{content:"􏖯"}.fa-plane-departure.icon-fad:after,.fad.fa-plane-departure:after{content:"􏖰"}.fa-plane-slash.icon-fad:after,.fad.fa-plane-slash:after{content:"􎁩"}.fa-planet-moon.icon-fad:after,.fad.fa-planet-moon:after{content:"􎀟"}.fa-planet-ringed.icon-fad:after,.fad.fa-planet-ringed:after{content:"􎀠"}.fa-play.icon-fad:after,.fad.fa-play:after{content:"􏁋"}.fa-play-circle.icon-fad:after,.fad.fa-play-circle:after{content:"􏅄"}.fa-plug.icon-fad:after,.fad.fa-plug:after{content:"􏇦"}.fa-plus.icon-fad:after,.fad.fa-plus:after{content:"􏁧"}.fa-plus-circle.icon-fad:after,.fad.fa-plus-circle:after{content:"􏁕"}.fa-plus-hexagon.icon-fad:after,.fad.fa-plus-hexagon:after{content:"􏌀"}.fa-plus-octagon.icon-fad:after,.fad.fa-plus-octagon:after{content:"􏌁"}.fa-plus-square.icon-fad:after,.fad.fa-plus-square:after{content:"􏃾"}.fa-podcast.icon-fad:after,.fad.fa-podcast:after{content:"􏋎"}.fa-podium.icon-fad:after,.fad.fa-podium:after{content:"􏚀"}.fa-podium-star.icon-fad:after,.fad.fa-podium-star:after{content:"􏝘"}.fa-police-box.icon-fad:after,.fad.fa-police-box:after{content:"􎀡"}.fa-poll.icon-fad:after,.fad.fa-poll:after{content:"􏚁"}.fa-poll-h.icon-fad:after,.fad.fa-poll-h:after{content:"􏚂"}.fa-poll-people.icon-fad:after,.fad.fa-poll-people:after{content:"􏝙"}.fa-poo.icon-fad:after,.fad.fa-poo:after{content:"􏋾"}.fa-poo-storm.icon-fad:after,.fad.fa-poo-storm:after{content:"􏝚"}.fa-poop.icon-fad:after,.fad.fa-poop:after{content:"􏘙"}.fa-popcorn.icon-fad:after,.fad.fa-popcorn:after{content:"􏠙"}.fa-portal-enter.icon-fad:after,.fad.fa-portal-enter:after{content:"􎀢"}.fa-portal-exit.icon-fad:after,.fad.fa-portal-exit:after{content:"􎀣"}.fa-portrait.icon-fad:after,.fad.fa-portrait:after{content:"􏏠"}.fa-pound-sign.icon-fad:after,.fad.fa-pound-sign:after{content:"􏅔"}.fa-power-off.icon-fad:after,.fad.fa-power-off:after{content:"􏀑"}.fa-pray.icon-fad:after,.fad.fa-pray:after{content:"􏚃"}.fa-praying-hands.icon-fad:after,.fad.fa-praying-hands:after{content:"􏚄"}.fa-prescription.icon-fad:after,.fad.fa-prescription:after{content:"􏖱"}.fa-prescription-bottle.icon-fad:after,.fad.fa-prescription-bottle:after{content:"􏒅"}.fa-prescription-bottle-alt.icon-fad:after,.fad.fa-prescription-bottle-alt:after{content:"􏒆"}.fa-presentation.icon-fad:after,.fad.fa-presentation:after{content:"􏚅"}.fa-print.icon-fad:after,.fad.fa-print:after{content:"􏀯"}.fa-print-search.icon-fad:after,.fad.fa-print-search:after{content:"􏠚"}.fa-print-slash.icon-fad:after,.fad.fa-print-slash:after{content:"􏚆"}.fa-procedures.icon-fad:after,.fad.fa-procedures:after{content:"􏒇"}.fa-project-diagram.icon-fad:after,.fad.fa-project-diagram:after{content:"􏕂"}.fa-projector.icon-fad:after,.fad.fa-projector:after{content:"􏣖"}.fa-pump-medical.icon-fad:after,.fad.fa-pump-medical:after{content:"􎁪"}.fa-pump-soap.icon-fad:after,.fad.fa-pump-soap:after{content:"􎁫"}.fa-pumpkin.icon-fad:after,.fad.fa-pumpkin:after{content:"􏜇"}.fa-puzzle-piece.icon-fad:after,.fad.fa-puzzle-piece:after{content:"􏄮"}.fa-qrcode.icon-fad:after,.fad.fa-qrcode:after{content:"􏀩"}.fa-question.icon-fad:after,.fad.fa-question:after{content:"􏄨"}.fa-question-circle.icon-fad:after,.fad.fa-question-circle:after{content:"􏁙"}.fa-question-square.icon-fad:after,.fad.fa-question-square:after{content:"􏋽"}.fa-quidditch.icon-fad:after,.fad.fa-quidditch:after{content:"􏑘"}.fa-quote-left.icon-fad:after,.fad.fa-quote-left:after{content:"􏄍"}.fa-quote-right.icon-fad:after,.fad.fa-quote-right:after{content:"􏄎"}.fa-quran.icon-fad:after,.fad.fa-quran:after{content:"􏚇"}.fa-rabbit.icon-fad:after,.fad.fa-rabbit:after{content:"􏜈"}.fa-rabbit-fast.icon-fad:after,.fad.fa-rabbit-fast:after{content:"􏜉"}.fa-racquet.icon-fad:after,.fad.fa-racquet:after{content:"􏑚"}.fa-radar.icon-fad:after,.fad.fa-radar:after{content:"􎀤"}.fa-radiation.icon-fad:after,.fad.fa-radiation:after{content:"􏞹"}.fa-radiation-alt.icon-fad:after,.fad.fa-radiation-alt:after{content:"􏞺"}.fa-radio.icon-fad:after,.fad.fa-radio:after{content:"􏣗"}.fa-radio-alt.icon-fad:after,.fad.fa-radio-alt:after{content:"􏣘"}.fa-rainbow.icon-fad:after,.fad.fa-rainbow:after{content:"􏝛"}.fa-raindrops.icon-fad:after,.fad.fa-raindrops:after{content:"􏝜"}.fa-ram.icon-fad:after,.fad.fa-ram:after{content:"􏜊"}.fa-ramp-loading.icon-fad:after,.fad.fa-ramp-loading:after{content:"􏓔"}.fa-random.icon-fad:after,.fad.fa-random:after{content:"􏁴"}.fa-raygun.icon-fad:after,.fad.fa-raygun:after{content:"􎀥"}.fa-receipt.icon-fad:after,.fad.fa-receipt:after{content:"􏕃"}.fa-record-vinyl.icon-fad:after,.fad.fa-record-vinyl:after{content:"􏣙"}.fa-rectangle-landscape.icon-fad:after,.fad.fa-rectangle-landscape:after{content:"􏋺"}.fa-rectangle-portrait.icon-fad:after,.fad.fa-rectangle-portrait:after{content:"􏋻"}.fa-rectangle-wide.icon-fad:after,.fad.fa-rectangle-wide:after{content:"􏋼"}.fa-recycle.icon-fad:after,.fad.fa-recycle:after{content:"􏆸"}.fa-redo.icon-fad:after,.fad.fa-redo:after{content:"􏀞"}.fa-redo-alt.icon-fad:after,.fad.fa-redo-alt:after{content:"􏋹"}.fa-refrigerator.icon-fad:after,.fad.fa-refrigerator:after{content:"􎀦"}.fa-registered.icon-fad:after,.fad.fa-registered:after{content:"􏉝"}.fa-remove-format.icon-fad:after,.fad.fa-remove-format:after{content:"􏡽"}.fa-repeat.icon-fad:after,.fad.fa-repeat:after{content:"􏍣"}.fa-repeat-1.icon-fad:after,.fad.fa-repeat-1:after{content:"􏍥"}.fa-repeat-1-alt.icon-fad:after,.fad.fa-repeat-1-alt:after{content:"􏍦"}.fa-repeat-alt.icon-fad:after,.fad.fa-repeat-alt:after{content:"􏍤"}.fa-reply.icon-fad:after,.fad.fa-reply:after{content:"􏏥"}.fa-reply-all.icon-fad:after,.fad.fa-reply-all:after{content:"􏄢"}.fa-republican.icon-fad:after,.fad.fa-republican:after{content:"􏝞"}.fa-restroom.icon-fad:after,.fad.fa-restroom:after{content:"􏞽"}.fa-retweet.icon-fad:after,.fad.fa-retweet:after{content:"􏁹"}.fa-retweet-alt.icon-fad:after,.fad.fa-retweet-alt:after{content:"􏍡"}.fa-ribbon.icon-fad:after,.fad.fa-ribbon:after{content:"􏓖"}.fa-ring.icon-fad:after,.fad.fa-ring:after{content:"􏜋"}.fa-rings-wedding.icon-fad:after,.fad.fa-rings-wedding:after{content:"􏠛"}.fa-road.icon-fad:after,.fad.fa-road:after{content:"􏀘"}.fa-robot.icon-fad:after,.fad.fa-robot:after{content:"􏕄"}.fa-rocket.icon-fad:after,.fad.fa-rocket:after{content:"􏄵"}.fa-rocket-launch.icon-fad:after,.fad.fa-rocket-launch:after{content:"􎀧"}.fa-route.icon-fad:after,.fad.fa-route:after{content:"􏓗"}.fa-route-highway.icon-fad:after,.fad.fa-route-highway:after{content:"􏘚"}.fa-route-interstate.icon-fad:after,.fad.fa-route-interstate:after{content:"􏘛"}.fa-router.icon-fad:after,.fad.fa-router:after{content:"􏣚"}.fa-rss.icon-fad:after,.fad.fa-rss:after{content:"􏂞"}.fa-rss-square.icon-fad:after,.fad.fa-rss-square:after{content:"􏅃"}.fa-ruble-sign.icon-fad:after,.fad.fa-ruble-sign:after{content:"􏅘"}.fa-ruler.icon-fad:after,.fad.fa-ruler:after{content:"􏕅"}.fa-ruler-combined.icon-fad:after,.fad.fa-ruler-combined:after{content:"􏕆"}.fa-ruler-horizontal.icon-fad:after,.fad.fa-ruler-horizontal:after{content:"􏕇"}.fa-ruler-triangle.icon-fad:after,.fad.fa-ruler-triangle:after{content:"􏘜"}.fa-ruler-vertical.icon-fad:after,.fad.fa-ruler-vertical:after{content:"􏕈"}.fa-running.icon-fad:after,.fad.fa-running:after{content:"􏜌"}.fa-rupee-sign.icon-fad:after,.fad.fa-rupee-sign:after{content:"􏅖"}.fa-rv.icon-fad:after,.fad.fa-rv:after{content:"􏞾"}.fa-sack.icon-fad:after,.fad.fa-sack:after{content:"􏠜"}.fa-sack-dollar.icon-fad:after,.fad.fa-sack-dollar:after{content:"􏠝"}.fa-sad-cry.icon-fad:after,.fad.fa-sad-cry:after{content:"􏖳"}.fa-sad-tear.icon-fad:after,.fad.fa-sad-tear:after{content:"􏖴"}.fa-salad.icon-fad:after,.fad.fa-salad:after{content:"􏠞"}.fa-sandwich.icon-fad:after,.fad.fa-sandwich:after{content:"􏠟"}.fa-satellite.icon-fad:after,.fad.fa-satellite:after{content:"􏞿"}.fa-satellite-dish.icon-fad:after,.fad.fa-satellite-dish:after{content:"􏟀"}.fa-sausage.icon-fad:after,.fad.fa-sausage:after{content:"􏠠"}.fa-save.icon-fad:after,.fad.fa-save:after{content:"􏃇"}.fa-sax-hot.icon-fad:after,.fad.fa-sax-hot:after{content:"􏣛"}.fa-saxophone.icon-fad:after,.fad.fa-saxophone:after{content:"􏣜"}.fa-scalpel.icon-fad:after,.fad.fa-scalpel:after{content:"􏘝"}.fa-scalpel-path.icon-fad:after,.fad.fa-scalpel-path:after{content:"􏘞"}.fa-scanner.icon-fad:after,.fad.fa-scanner:after{content:"􏒈"}.fa-scanner-image.icon-fad:after,.fad.fa-scanner-image:after{content:"􏣳"}.fa-scanner-keyboard.icon-fad:after,.fad.fa-scanner-keyboard:after{content:"􏒉"}.fa-scanner-touchscreen.icon-fad:after,.fad.fa-scanner-touchscreen:after{content:"􏒊"}.fa-scarecrow.icon-fad:after,.fad.fa-scarecrow:after{content:"􏜍"}.fa-scarf.icon-fad:after,.fad.fa-scarf:after{content:"􏟁"}.fa-school.icon-fad:after,.fad.fa-school:after{content:"􏕉"}.fa-screwdriver.icon-fad:after,.fad.fa-screwdriver:after{content:"􏕊"}.fa-scroll.icon-fad:after,.fad.fa-scroll:after{content:"􏜎"}.fa-scroll-old.icon-fad:after,.fad.fa-scroll-old:after{content:"􏜏"}.fa-scrubber.icon-fad:after,.fad.fa-scrubber:after{content:"􏋸"}.fa-scythe.icon-fad:after,.fad.fa-scythe:after{content:"􏜐"}.fa-sd-card.icon-fad:after,.fad.fa-sd-card:after{content:"􏟂"}.fa-search.icon-fad:after,.fad.fa-search:after{content:"􏀂"}.fa-search-dollar.icon-fad:after,.fad.fa-search-dollar:after{content:"􏚈"}.fa-search-location.icon-fad:after,.fad.fa-search-location:after{content:"􏚉"}.fa-search-minus.icon-fad:after,.fad.fa-search-minus:after{content:"􏀐"}.fa-search-plus.icon-fad:after,.fad.fa-search-plus:after{content:"􏀎"}.fa-seedling.icon-fad:after,.fad.fa-seedling:after{content:"􏓘"}.fa-send-back.icon-fad:after,.fad.fa-send-back:after{content:"􏡾"}.fa-send-backward.icon-fad:after,.fad.fa-send-backward:after{content:"􏡿"}.fa-sensor.icon-fad:after,.fad.fa-sensor:after{content:"􎀨"}.fa-sensor-alert.icon-fad:after,.fad.fa-sensor-alert:after{content:"􎀩"}.fa-sensor-fire.icon-fad:after,.fad.fa-sensor-fire:after{content:"􎀪"}.fa-sensor-on.icon-fad:after,.fad.fa-sensor-on:after{content:"􎀫"}.fa-sensor-smoke.icon-fad:after,.fad.fa-sensor-smoke:after{content:"􎀬"}.fa-server.icon-fad:after,.fad.fa-server:after{content:"􏈳"}.fa-shapes.icon-fad:after,.fad.fa-shapes:after{content:"􏘟"}.fa-share.icon-fad:after,.fad.fa-share:after{content:"􏁤"}.fa-share-all.icon-fad:after,.fad.fa-share-all:after{content:"􏍧"}.fa-share-alt.icon-fad:after,.fad.fa-share-alt:after{content:"􏇠"}.fa-share-alt-square.icon-fad:after,.fad.fa-share-alt-square:after{content:"􏇡"}.fa-share-square.icon-fad:after,.fad.fa-share-square:after{content:"􏅍"}.fa-sheep.icon-fad:after,.fad.fa-sheep:after{content:"􏜑"}.fa-shekel-sign.icon-fad:after,.fad.fa-shekel-sign:after{content:"􏈋"}.fa-shield.icon-fad:after,.fad.fa-shield:after{content:"􏄲"}.fa-shield-alt.icon-fad:after,.fad.fa-shield-alt:after{content:"􏏭"}.fa-shield-check.icon-fad:after,.fad.fa-shield-check:after{content:"􏋷"}.fa-shield-cross.icon-fad:after,.fad.fa-shield-cross:after{content:"􏜒"}.fa-shield-virus.icon-fad:after,.fad.fa-shield-virus:after{content:"􎁬"}.fa-ship.icon-fad:after,.fad.fa-ship:after{content:"􏈚"}.fa-shipping-fast.icon-fad:after,.fad.fa-shipping-fast:after{content:"􏒋"}.fa-shipping-timed.icon-fad:after,.fad.fa-shipping-timed:after{content:"􏒌"}.fa-shish-kebab.icon-fad:after,.fad.fa-shish-kebab:after{content:"􏠡"}.fa-shoe-prints.icon-fad:after,.fad.fa-shoe-prints:after{content:"􏕋"}.fa-shopping-bag.icon-fad:after,.fad.fa-shopping-bag:after{content:"􏊐"}.fa-shopping-basket.icon-fad:after,.fad.fa-shopping-basket:after{content:"􏊑"}.fa-shopping-cart.icon-fad:after,.fad.fa-shopping-cart:after{content:"􏁺"}.fa-shovel.icon-fad:after,.fad.fa-shovel:after{content:"􏜓"}.fa-shovel-snow.icon-fad:after,.fad.fa-shovel-snow:after{content:"􏟃"}.fa-shower.icon-fad:after,.fad.fa-shower:after{content:"􏋌"}.fa-shredder.icon-fad:after,.fad.fa-shredder:after{content:"􏚊"}.fa-shuttle-van.icon-fad:after,.fad.fa-shuttle-van:after{content:"􏖶"}.fa-shuttlecock.icon-fad:after,.fad.fa-shuttlecock:after{content:"􏑛"}.fa-sickle.icon-fad:after,.fad.fa-sickle:after{content:"􏠢"}.fa-sigma.icon-fad:after,.fad.fa-sigma:after{content:"􏚋"}.fa-sign.icon-fad:after,.fad.fa-sign:after{content:"􏓙"}.fa-sign-in.icon-fad:after,.fad.fa-sign-in:after{content:"􏂐"}.fa-sign-in-alt.icon-fad:after,.fad.fa-sign-in-alt:after{content:"􏋶"}.fa-sign-language.icon-fad:after,.fad.fa-sign-language:after{content:"􏊧"}.fa-sign-out.icon-fad:after,.fad.fa-sign-out:after{content:"􏂋"}.fa-sign-out-alt.icon-fad:after,.fad.fa-sign-out-alt:after{content:"􏋵"}.fa-signal.icon-fad:after,.fad.fa-signal:after{content:"􏀒"}.fa-signal-1.icon-fad:after,.fad.fa-signal-1:after{content:"􏚌"}.fa-signal-2.icon-fad:after,.fad.fa-signal-2:after{content:"􏚍"}.fa-signal-3.icon-fad:after,.fad.fa-signal-3:after{content:"􏚎"}.fa-signal-4.icon-fad:after,.fad.fa-signal-4:after{content:"􏚏"}.fa-signal-alt.icon-fad:after,.fad.fa-signal-alt:after{content:"􏚐"}.fa-signal-alt-1.icon-fad:after,.fad.fa-signal-alt-1:after{content:"􏚑"}.fa-signal-alt-2.icon-fad:after,.fad.fa-signal-alt-2:after{content:"􏚒"}.fa-signal-alt-3.icon-fad:after,.fad.fa-signal-alt-3:after{content:"􏚓"}.fa-signal-alt-slash.icon-fad:after,.fad.fa-signal-alt-slash:after{content:"􏚔"}.fa-signal-slash.icon-fad:after,.fad.fa-signal-slash:after{content:"􏚕"}.fa-signal-stream.icon-fad:after,.fad.fa-signal-stream:after{content:"􏣝"}.fa-signature.icon-fad:after,.fad.fa-signature:after{content:"􏖷"}.fa-sim-card.icon-fad:after,.fad.fa-sim-card:after{content:"􏟄"}.fa-sink.icon-fad:after,.fad.fa-sink:after{content:"􎁭"}.fa-siren.icon-fad:after,.fad.fa-siren:after{content:"􎀭"}.fa-siren-on.icon-fad:after,.fad.fa-siren-on:after{content:"􎀮"}.fa-sitemap.icon-fad:after,.fad.fa-sitemap:after{content:"􏃨"}.fa-skating.icon-fad:after,.fad.fa-skating:after{content:"􏟅"}.fa-skeleton.icon-fad:after,.fad.fa-skeleton:after{content:"􏘠"}.fa-ski-jump.icon-fad:after,.fad.fa-ski-jump:after{content:"􏟇"}.fa-ski-lift.icon-fad:after,.fad.fa-ski-lift:after{content:"􏟈"}.fa-skiing.icon-fad:after,.fad.fa-skiing:after{content:"􏟉"}.fa-skiing-nordic.icon-fad:after,.fad.fa-skiing-nordic:after{content:"􏟊"}.fa-skull.icon-fad:after,.fad.fa-skull:after{content:"􏕌"}.fa-skull-cow.icon-fad:after,.fad.fa-skull-cow:after{content:"􏣞"}.fa-skull-crossbones.icon-fad:after,.fad.fa-skull-crossbones:after{content:"􏜔"}.fa-slash.icon-fad:after,.fad.fa-slash:after{content:"􏜕"}.fa-sledding.icon-fad:after,.fad.fa-sledding:after{content:"􏟋"}.fa-sleigh.icon-fad:after,.fad.fa-sleigh:after{content:"􏟌"}.fa-sliders-h.icon-fad:after,.fad.fa-sliders-h:after{content:"􏇞"}.fa-sliders-h-square.icon-fad:after,.fad.fa-sliders-h-square:after{content:"􏏰"}.fa-sliders-v.icon-fad:after,.fad.fa-sliders-v:after{content:"􏏱"}.fa-sliders-v-square.icon-fad:after,.fad.fa-sliders-v-square:after{content:"􏏲"}.fa-smile.icon-fad:after,.fad.fa-smile:after{content:"􏄘"}.fa-smile-beam.icon-fad:after,.fad.fa-smile-beam:after{content:"􏖸"}.fa-smile-plus.icon-fad:after,.fad.fa-smile-plus:after{content:"􏖹"}.fa-smile-wink.icon-fad:after,.fad.fa-smile-wink:after{content:"􏓚"}.fa-smog.icon-fad:after,.fad.fa-smog:after{content:"􏝟"}.fa-smoke.icon-fad:after,.fad.fa-smoke:after{content:"􏝠"}.fa-smoking.icon-fad:after,.fad.fa-smoking:after{content:"􏒍"}.fa-smoking-ban.icon-fad:after,.fad.fa-smoking-ban:after{content:"􏕍"}.fa-sms.icon-fad:after,.fad.fa-sms:after{content:"􏟍"}.fa-snake.icon-fad:after,.fad.fa-snake:after{content:"􏜖"}.fa-snooze.icon-fad:after,.fad.fa-snooze:after{content:"􏢀"}.fa-snow-blowing.icon-fad:after,.fad.fa-snow-blowing:after{content:"􏝡"}.fa-snowboarding.icon-fad:after,.fad.fa-snowboarding:after{content:"􏟎"}.fa-snowflake.icon-fad:after,.fad.fa-snowflake:after{content:"􏋜"}.fa-snowflakes.icon-fad:after,.fad.fa-snowflakes:after{content:"􏟏"}.fa-snowman.icon-fad:after,.fad.fa-snowman:after{content:"􏟐"}.fa-snowmobile.icon-fad:after,.fad.fa-snowmobile:after{content:"􏟑"}.fa-snowplow.icon-fad:after,.fad.fa-snowplow:after{content:"􏟒"}.fa-soap.icon-fad:after,.fad.fa-soap:after{content:"􎁮"}.fa-socks.icon-fad:after,.fad.fa-socks:after{content:"􏚖"}.fa-solar-panel.icon-fad:after,.fad.fa-solar-panel:after{content:"􏖺"}.fa-solar-system.icon-fad:after,.fad.fa-solar-system:after{content:"􎀯"}.fa-sort.icon-fad:after,.fad.fa-sort:after{content:"􏃜"}.fa-sort-alpha-down.icon-fad:after,.fad.fa-sort-alpha-down:after{content:"􏅝"}.fa-sort-alpha-down-alt.icon-fad:after,.fad.fa-sort-alpha-down-alt:after{content:"􏢁"}.fa-sort-alpha-up.icon-fad:after,.fad.fa-sort-alpha-up:after{content:"􏅞"}.fa-sort-alpha-up-alt.icon-fad:after,.fad.fa-sort-alpha-up-alt:after{content:"􏢂"}.fa-sort-alt.icon-fad:after,.fad.fa-sort-alt:after{content:"􏢃"}.fa-sort-amount-down.icon-fad:after,.fad.fa-sort-amount-down:after{content:"􏅠"}.fa-sort-amount-down-alt.icon-fad:after,.fad.fa-sort-amount-down-alt:after{content:"􏢄"}.fa-sort-amount-up.icon-fad:after,.fad.fa-sort-amount-up:after{content:"􏅡"}.fa-sort-amount-up-alt.icon-fad:after,.fad.fa-sort-amount-up-alt:after{content:"􏢅"}.fa-sort-circle.icon-fad:after,.fad.fa-sort-circle:after{content:"􎀰"}.fa-sort-circle-down.icon-fad:after,.fad.fa-sort-circle-down:after{content:"􎀱"}.fa-sort-circle-up.icon-fad:after,.fad.fa-sort-circle-up:after{content:"􎀲"}.fa-sort-down.icon-fad:after,.fad.fa-sort-down:after{content:"􏃝"}.fa-sort-numeric-down.icon-fad:after,.fad.fa-sort-numeric-down:after{content:"􏅢"}.fa-sort-numeric-down-alt.icon-fad:after,.fad.fa-sort-numeric-down-alt:after{content:"􏢆"}.fa-sort-numeric-up.icon-fad:after,.fad.fa-sort-numeric-up:after{content:"􏅣"}.fa-sort-numeric-up-alt.icon-fad:after,.fad.fa-sort-numeric-up-alt:after{content:"􏢇"}.fa-sort-shapes-down.icon-fad:after,.fad.fa-sort-shapes-down:after{content:"􏢈"}.fa-sort-shapes-down-alt.icon-fad:after,.fad.fa-sort-shapes-down-alt:after{content:"􏢉"}.fa-sort-shapes-up.icon-fad:after,.fad.fa-sort-shapes-up:after{content:"􏢊"}.fa-sort-shapes-up-alt.icon-fad:after,.fad.fa-sort-shapes-up-alt:after{content:"􏢋"}.fa-sort-size-down.icon-fad:after,.fad.fa-sort-size-down:after{content:"􏢌"}.fa-sort-size-down-alt.icon-fad:after,.fad.fa-sort-size-down-alt:after{content:"􏢍"}.fa-sort-size-up.icon-fad:after,.fad.fa-sort-size-up:after{content:"􏢎"}.fa-sort-size-up-alt.icon-fad:after,.fad.fa-sort-size-up-alt:after{content:"􏢏"}.fa-sort-up.icon-fad:after,.fad.fa-sort-up:after{content:"􏃞"}.fa-soup.icon-fad:after,.fad.fa-soup:after{content:"􏠣"}.fa-spa.icon-fad:after,.fad.fa-spa:after{content:"􏖻"}.fa-space-shuttle.icon-fad:after,.fad.fa-space-shuttle:after{content:"􏆗"}.fa-space-station-moon.icon-fad:after,.fad.fa-space-station-moon:after{content:"􎀳"}.fa-space-station-moon-alt.icon-fad:after,.fad.fa-space-station-moon-alt:after{content:"􎀴"}.fa-spade.icon-fad:after,.fad.fa-spade:after{content:"􏋴"}.fa-sparkles.icon-fad:after,.fad.fa-sparkles:after{content:"􏢐"}.fa-speaker.icon-fad:after,.fad.fa-speaker:after{content:"􏣟"}.fa-speakers.icon-fad:after,.fad.fa-speakers:after{content:"􏣠"}.fa-spell-check.icon-fad:after,.fad.fa-spell-check:after{content:"􏢑"}.fa-spider.icon-fad:after,.fad.fa-spider:after{content:"􏜗"}.fa-spider-black-widow.icon-fad:after,.fad.fa-spider-black-widow:after{content:"􏜘"}.fa-spider-web.icon-fad:after,.fad.fa-spider-web:after{content:"􏜙"}.fa-spinner.icon-fad:after,.fad.fa-spinner:after{content:"􏄐"}.fa-spinner-third.icon-fad:after,.fad.fa-spinner-third:after{content:"􏏴"}.fa-splotch.icon-fad:after,.fad.fa-splotch:after{content:"􏖼"}.fa-spray-can.icon-fad:after,.fad.fa-spray-can:after{content:"􏖽"}.fa-sprinkler.icon-fad:after,.fad.fa-sprinkler:after{content:"􎀵"}.fa-square.icon-fad:after,.fad.fa-square:after{content:"􏃈"}.fa-square-full.icon-fad:after,.fad.fa-square-full:after{content:"􏑜"}.fa-square-root.icon-fad:after,.fad.fa-square-root:after{content:"􏚗"}.fa-square-root-alt.icon-fad:after,.fad.fa-square-root-alt:after{content:"􏚘"}.fa-squirrel.icon-fad:after,.fad.fa-squirrel:after{content:"􏜚"}.fa-staff.icon-fad:after,.fad.fa-staff:after{content:"􏜛"}.fa-stamp.icon-fad:after,.fad.fa-stamp:after{content:"􏖿"}.fa-star.icon-fad:after,.fad.fa-star:after{content:"􏀅"}.fa-star-and-crescent.icon-fad:after,.fad.fa-star-and-crescent:after{content:"􏚙"}.fa-star-christmas.icon-fad:after,.fad.fa-star-christmas:after{content:"􏟔"}.fa-star-exclamation.icon-fad:after,.fad.fa-star-exclamation:after{content:"􏋳"}.fa-star-half.icon-fad:after,.fad.fa-star-half:after{content:"􏂉"}.fa-star-half-alt.icon-fad:after,.fad.fa-star-half-alt:after{content:"􏗀"}.fa-star-of-david.icon-fad:after,.fad.fa-star-of-david:after{content:"􏚚"}.fa-star-of-life.icon-fad:after,.fad.fa-star-of-life:after{content:"􏘡"}.fa-star-shooting.icon-fad:after,.fad.fa-star-shooting:after{content:"􎀶"}.fa-starfighter.icon-fad:after,.fad.fa-starfighter:after{content:"􎀷"}.fa-starfighter-alt.icon-fad:after,.fad.fa-starfighter-alt:after{content:"􎀸"}.fa-stars.icon-fad:after,.fad.fa-stars:after{content:"􏝢"}.fa-starship.icon-fad:after,.fad.fa-starship:after{content:"􎀹"}.fa-starship-freighter.icon-fad:after,.fad.fa-starship-freighter:after{content:"􎀺"}.fa-steak.icon-fad:after,.fad.fa-steak:after{content:"􏠤"}.fa-steering-wheel.icon-fad:after,.fad.fa-steering-wheel:after{content:"􏘢"}.fa-step-backward.icon-fad:after,.fad.fa-step-backward:after{content:"􏁈"}.fa-step-forward.icon-fad:after,.fad.fa-step-forward:after{content:"􏁑"}.fa-stethoscope.icon-fad:after,.fad.fa-stethoscope:after{content:"􏃱"}.fa-sticky-note.icon-fad:after,.fad.fa-sticky-note:after{content:"􏉉"}.fa-stocking.icon-fad:after,.fad.fa-stocking:after{content:"􏟕"}.fa-stomach.icon-fad:after,.fad.fa-stomach:after{content:"􏘣"}.fa-stop.icon-fad:after,.fad.fa-stop:after{content:"􏁍"}.fa-stop-circle.icon-fad:after,.fad.fa-stop-circle:after{content:"􏊍"}.fa-stopwatch.icon-fad:after,.fad.fa-stopwatch:after{content:"􏋲"}.fa-stopwatch-20.icon-fad:after,.fad.fa-stopwatch-20:after{content:"􎁯"}.fa-store.icon-fad:after,.fad.fa-store:after{content:"􏕎"}.fa-store-alt.icon-fad:after,.fad.fa-store-alt:after{content:"􏕏"}.fa-store-alt-slash.icon-fad:after,.fad.fa-store-alt-slash:after{content:"􎁰"}.fa-store-slash.icon-fad:after,.fad.fa-store-slash:after{content:"􎁱"}.fa-stream.icon-fad:after,.fad.fa-stream:after{content:"􏕐"}.fa-street-view.icon-fad:after,.fad.fa-street-view:after{content:"􏈝"}.fa-stretcher.icon-fad:after,.fad.fa-stretcher:after{content:"􏠥"}.fa-strikethrough.icon-fad:after,.fad.fa-strikethrough:after{content:"􏃌"}.fa-stroopwafel.icon-fad:after,.fad.fa-stroopwafel:after{content:"􏕑"}.fa-subscript.icon-fad:after,.fad.fa-subscript:after{content:"􏄬"}.fa-subway.icon-fad:after,.fad.fa-subway:after{content:"􏈹"}.fa-suitcase.icon-fad:after,.fad.fa-suitcase:after{content:"􏃲"}.fa-suitcase-rolling.icon-fad:after,.fad.fa-suitcase-rolling:after{content:"􏗁"}.fa-sun.icon-fad:after,.fad.fa-sun:after{content:"􏆅"}.fa-sun-cloud.icon-fad:after,.fad.fa-sun-cloud:after{content:"􏝣"}.fa-sun-dust.icon-fad:after,.fad.fa-sun-dust:after{content:"􏝤"}.fa-sun-haze.icon-fad:after,.fad.fa-sun-haze:after{content:"􏝥"}.fa-sunglasses.icon-fad:after,.fad.fa-sunglasses:after{content:"􏢒"}.fa-sunrise.icon-fad:after,.fad.fa-sunrise:after{content:"􏝦"}.fa-sunset.icon-fad:after,.fad.fa-sunset:after{content:"􏝧"}.fa-superscript.icon-fad:after,.fad.fa-superscript:after{content:"􏄫"}.fa-surprise.icon-fad:after,.fad.fa-surprise:after{content:"􏗂"}.fa-swatchbook.icon-fad:after,.fad.fa-swatchbook:after{content:"􏗃"}.fa-swimmer.icon-fad:after,.fad.fa-swimmer:after{content:"􏗄"}.fa-swimming-pool.icon-fad:after,.fad.fa-swimming-pool:after{content:"􏗅"}.fa-sword.icon-fad:after,.fad.fa-sword:after{content:"􏜜"}.fa-sword-laser.icon-fad:after,.fad.fa-sword-laser:after{content:"􎀻"}.fa-sword-laser-alt.icon-fad:after,.fad.fa-sword-laser-alt:after{content:"􎀼"}.fa-swords.icon-fad:after,.fad.fa-swords:after{content:"􏜝"}.fa-swords-laser.icon-fad:after,.fad.fa-swords-laser:after{content:"􎀽"}.fa-synagogue.icon-fad:after,.fad.fa-synagogue:after{content:"􏚛"}.fa-sync.icon-fad:after,.fad.fa-sync:after{content:"􏀡"}.fa-sync-alt.icon-fad:after,.fad.fa-sync-alt:after{content:"􏋱"}.fa-syringe.icon-fad:after,.fad.fa-syringe:after{content:"􏒎"}.fa-table.icon-fad:after,.fad.fa-table:after{content:"􏃎"}.fa-table-tennis.icon-fad:after,.fad.fa-table-tennis:after{content:"􏑝"}.fa-tablet.icon-fad:after,.fad.fa-tablet:after{content:"􏄊"}.fa-tablet-alt.icon-fad:after,.fad.fa-tablet-alt:after{content:"􏏺"}.fa-tablet-android.icon-fad:after,.fad.fa-tablet-android:after{content:"􏏻"}.fa-tablet-android-alt.icon-fad:after,.fad.fa-tablet-android-alt:after{content:"􏏼"}.fa-tablet-rugged.icon-fad:after,.fad.fa-tablet-rugged:after{content:"􏒏"}.fa-tablets.icon-fad:after,.fad.fa-tablets:after{content:"􏒐"}.fa-tachometer.icon-fad:after,.fad.fa-tachometer:after{content:"􏃤"}.fa-tachometer-alt.icon-fad:after,.fad.fa-tachometer-alt:after{content:"􏏽"}.fa-tachometer-alt-average.icon-fad:after,.fad.fa-tachometer-alt-average:after{content:"􏘤"}.fa-tachometer-alt-fast.icon-fad:after,.fad.fa-tachometer-alt-fast:after{content:"􏘥"}.fa-tachometer-alt-fastest.icon-fad:after,.fad.fa-tachometer-alt-fastest:after{content:"􏘦"}.fa-tachometer-alt-slow.icon-fad:after,.fad.fa-tachometer-alt-slow:after{content:"􏘧"}.fa-tachometer-alt-slowest.icon-fad:after,.fad.fa-tachometer-alt-slowest:after{content:"􏘨"}.fa-tachometer-average.icon-fad:after,.fad.fa-tachometer-average:after{content:"􏘩"}.fa-tachometer-fast.icon-fad:after,.fad.fa-tachometer-fast:after{content:"􏘪"}.fa-tachometer-fastest.icon-fad:after,.fad.fa-tachometer-fastest:after{content:"􏘫"}.fa-tachometer-slow.icon-fad:after,.fad.fa-tachometer-slow:after{content:"􏘬"}.fa-tachometer-slowest.icon-fad:after,.fad.fa-tachometer-slowest:after{content:"􏘭"}.fa-taco.icon-fad:after,.fad.fa-taco:after{content:"􏠦"}.fa-tag.icon-fad:after,.fad.fa-tag:after{content:"􏀫"}.fa-tags.icon-fad:after,.fad.fa-tags:after{content:"􏀬"}.fa-tally.icon-fad:after,.fad.fa-tally:after{content:"􏚜"}.fa-tanakh.icon-fad:after,.fad.fa-tanakh:after{content:"􏠧"}.fa-tape.icon-fad:after,.fad.fa-tape:after{content:"􏓛"}.fa-tasks.icon-fad:after,.fad.fa-tasks:after{content:"􏂮"}.fa-tasks-alt.icon-fad:after,.fad.fa-tasks-alt:after{content:"􏠨"}.fa-taxi.icon-fad:after,.fad.fa-taxi:after{content:"􏆺"}.fa-teeth.icon-fad:after,.fad.fa-teeth:after{content:"􏘮"}.fa-teeth-open.icon-fad:after,.fad.fa-teeth-open:after{content:"􏘯"}.fa-telescope.icon-fad:after,.fad.fa-telescope:after{content:"􎀾"}.fa-temperature-down.icon-fad:after,.fad.fa-temperature-down:after{content:"􎀿"}.fa-temperature-frigid.icon-fad:after,.fad.fa-temperature-frigid:after{content:"􏝨"}.fa-temperature-high.icon-fad:after,.fad.fa-temperature-high:after{content:"􏝩"}.fa-temperature-hot.icon-fad:after,.fad.fa-temperature-hot:after{content:"􏝪"}.fa-temperature-low.icon-fad:after,.fad.fa-temperature-low:after{content:"􏝫"}.fa-temperature-up.icon-fad:after,.fad.fa-temperature-up:after{content:"􎁀"}.fa-tenge.icon-fad:after,.fad.fa-tenge:after{content:"􏟗"}.fa-tennis-ball.icon-fad:after,.fad.fa-tennis-ball:after{content:"􏑞"}.fa-terminal.icon-fad:after,.fad.fa-terminal:after{content:"􏄠"}.fa-text.icon-fad:after,.fad.fa-text:after{content:"􏢓"}.fa-text-height.icon-fad:after,.fad.fa-text-height:after{content:"􏀴"}.fa-text-size.icon-fad:after,.fad.fa-text-size:after{content:"􏢔"}.fa-text-width.icon-fad:after,.fad.fa-text-width:after{content:"􏀵"}.fa-th.icon-fad:after,.fad.fa-th:after{content:"􏀊"}.fa-th-large.icon-fad:after,.fad.fa-th-large:after{content:"􏀉"}.fa-th-list.icon-fad:after,.fad.fa-th-list:after{content:"􏀋"}.fa-theater-masks.icon-fad:after,.fad.fa-theater-masks:after{content:"􏘰"}.fa-thermometer.icon-fad:after,.fad.fa-thermometer:after{content:"􏒑"}.fa-thermometer-empty.icon-fad:after,.fad.fa-thermometer-empty:after{content:"􏋋"}.fa-thermometer-full.icon-fad:after,.fad.fa-thermometer-full:after{content:"􏋇"}.fa-thermometer-half.icon-fad:after,.fad.fa-thermometer-half:after{content:"􏋉"}.fa-thermometer-quarter.icon-fad:after,.fad.fa-thermometer-quarter:after{content:"􏋊"}.fa-thermometer-three-quarters.icon-fad:after,.fad.fa-thermometer-three-quarters:after{content:"􏋈"}.fa-theta.icon-fad:after,.fad.fa-theta:after{content:"􏚞"}.fa-thumbs-down.icon-fad:after,.fad.fa-thumbs-down:after{content:"􏅥"}.fa-thumbs-up.icon-fad:after,.fad.fa-thumbs-up:after{content:"􏅤"}.fa-thumbtack.icon-fad:after,.fad.fa-thumbtack:after{content:"􏂍"}.fa-thunderstorm.icon-fad:after,.fad.fa-thunderstorm:after{content:"􏝬"}.fa-thunderstorm-moon.icon-fad:after,.fad.fa-thunderstorm-moon:after{content:"􏝭"}.fa-thunderstorm-sun.icon-fad:after,.fad.fa-thunderstorm-sun:after{content:"􏝮"}.fa-ticket.icon-fad:after,.fad.fa-ticket:after{content:"􏅅"}.fa-ticket-alt.icon-fad:after,.fad.fa-ticket-alt:after{content:"􏏿"}.fa-tilde.icon-fad:after,.fad.fa-tilde:after{content:"􏚟"}.fa-times.icon-fad:after,.fad.fa-times:after{content:"􏀍"}.fa-times-circle.icon-fad:after,.fad.fa-times-circle:after{content:"􏁗"}.fa-times-hexagon.icon-fad:after,.fad.fa-times-hexagon:after{content:"􏋮"}.fa-times-octagon.icon-fad:after,.fad.fa-times-octagon:after{content:"􏋰"}.fa-times-square.icon-fad:after,.fad.fa-times-square:after{content:"􏋓"}.fa-tint.icon-fad:after,.fad.fa-tint:after{content:"􏁃"}.fa-tint-slash.icon-fad:after,.fad.fa-tint-slash:after{content:"􏗇"}.fa-tire.icon-fad:after,.fad.fa-tire:after{content:"􏘱"}.fa-tire-flat.icon-fad:after,.fad.fa-tire-flat:after{content:"􏘲"}.fa-tire-pressure-warning.icon-fad:after,.fad.fa-tire-pressure-warning:after{content:"􏘳"}.fa-tire-rugged.icon-fad:after,.fad.fa-tire-rugged:after{content:"􏘴"}.fa-tired.icon-fad:after,.fad.fa-tired:after{content:"􏗈"}.fa-toggle-off.icon-fad:after,.fad.fa-toggle-off:after{content:"􏈄"}.fa-toggle-on.icon-fad:after,.fad.fa-toggle-on:after{content:"􏈅"}.fa-toilet.icon-fad:after,.fad.fa-toilet:after{content:"􏟘"}.fa-toilet-paper.icon-fad:after,.fad.fa-toilet-paper:after{content:"􏜞"}.fa-toilet-paper-alt.icon-fad:after,.fad.fa-toilet-paper-alt:after{content:"􏜟"}.fa-toilet-paper-slash.icon-fad:after,.fad.fa-toilet-paper-slash:after{content:"􎁲"}.fa-tombstone.icon-fad:after,.fad.fa-tombstone:after{content:"􏜠"}.fa-tombstone-alt.icon-fad:after,.fad.fa-tombstone-alt:after{content:"􏜡"}.fa-toolbox.icon-fad:after,.fad.fa-toolbox:after{content:"􏕒"}.fa-tools.icon-fad:after,.fad.fa-tools:after{content:"􏟙"}.fa-tooth.icon-fad:after,.fad.fa-tooth:after{content:"􏗉"}.fa-toothbrush.icon-fad:after,.fad.fa-toothbrush:after{content:"􏘵"}.fa-torah.icon-fad:after,.fad.fa-torah:after{content:"􏚠"}.fa-torii-gate.icon-fad:after,.fad.fa-torii-gate:after{content:"􏚡"}.fa-tornado.icon-fad:after,.fad.fa-tornado:after{content:"􏝯"}.fa-tractor.icon-fad:after,.fad.fa-tractor:after{content:"􏜢"}.fa-trademark.icon-fad:after,.fad.fa-trademark:after{content:"􏉜"}.fa-traffic-cone.icon-fad:after,.fad.fa-traffic-cone:after{content:"􏘶"}.fa-traffic-light.icon-fad:after,.fad.fa-traffic-light:after{content:"􏘷"}.fa-traffic-light-go.icon-fad:after,.fad.fa-traffic-light-go:after{content:"􏘸"}.fa-traffic-light-slow.icon-fad:after,.fad.fa-traffic-light-slow:after{content:"􏘹"}.fa-traffic-light-stop.icon-fad:after,.fad.fa-traffic-light-stop:after{content:"􏘺"}.fa-trailer.icon-fad:after,.fad.fa-trailer:after{content:"􎁁"}.fa-train.icon-fad:after,.fad.fa-train:after{content:"􏈸"}.fa-tram.icon-fad:after,.fad.fa-tram:after{content:"􏟚"}.fa-transgender.icon-fad:after,.fad.fa-transgender:after{content:"􏈤"}.fa-transgender-alt.icon-fad:after,.fad.fa-transgender-alt:after{content:"􏈥"}.fa-transporter.icon-fad:after,.fad.fa-transporter:after{content:"􎁂"}.fa-transporter-1.icon-fad:after,.fad.fa-transporter-1:after{content:"􎁃"}.fa-transporter-2.icon-fad:after,.fad.fa-transporter-2:after{content:"􎁄"}.fa-transporter-3.icon-fad:after,.fad.fa-transporter-3:after{content:"􎁅"}.fa-transporter-empty.icon-fad:after,.fad.fa-transporter-empty:after{content:"􎁆"}.fa-trash.icon-fad:after,.fad.fa-trash:after{content:"􏇸"}.fa-trash-alt.icon-fad:after,.fad.fa-trash-alt:after{content:"􏋭"}.fa-trash-restore.icon-fad:after,.fad.fa-trash-restore:after{content:"􏠩"}.fa-trash-restore-alt.icon-fad:after,.fad.fa-trash-restore-alt:after{content:"􏠪"}.fa-trash-undo.icon-fad:after,.fad.fa-trash-undo:after{content:"􏢕"}.fa-trash-undo-alt.icon-fad:after,.fad.fa-trash-undo-alt:after{content:"􏢖"}.fa-treasure-chest.icon-fad:after,.fad.fa-treasure-chest:after{content:"􏜣"}.fa-tree.icon-fad:after,.fad.fa-tree:after{content:"􏆻"}.fa-tree-alt.icon-fad:after,.fad.fa-tree-alt:after{content:"􏐀"}.fa-tree-christmas.icon-fad:after,.fad.fa-tree-christmas:after{content:"􏟛"}.fa-tree-decorated.icon-fad:after,.fad.fa-tree-decorated:after{content:"􏟜"}.fa-tree-large.icon-fad:after,.fad.fa-tree-large:after{content:"􏟝"}.fa-tree-palm.icon-fad:after,.fad.fa-tree-palm:after{content:"􏠫"}.fa-trees.icon-fad:after,.fad.fa-trees:after{content:"􏜤"}.fa-triangle.icon-fad:after,.fad.fa-triangle:after{content:"􏋬"}.fa-triangle-music.icon-fad:after,.fad.fa-triangle-music:after{content:"􏣢"}.fa-trophy.icon-fad:after,.fad.fa-trophy:after{content:"􏂑"}.fa-trophy-alt.icon-fad:after,.fad.fa-trophy-alt:after{content:"􏋫"}.fa-truck.icon-fad:after,.fad.fa-truck:after{content:"􏃑"}.fa-truck-container.icon-fad:after,.fad.fa-truck-container:after{content:"􏓜"}.fa-truck-couch.icon-fad:after,.fad.fa-truck-couch:after{content:"􏓝"}.fa-truck-loading.icon-fad:after,.fad.fa-truck-loading:after{content:"􏓞"}.fa-truck-monster.icon-fad:after,.fad.fa-truck-monster:after{content:"􏘻"}.fa-truck-moving.icon-fad:after,.fad.fa-truck-moving:after{content:"􏓟"}.fa-truck-pickup.icon-fad:after,.fad.fa-truck-pickup:after{content:"􏘼"}.fa-truck-plow.icon-fad:after,.fad.fa-truck-plow:after{content:"􏟞"}.fa-truck-ramp.icon-fad:after,.fad.fa-truck-ramp:after{content:"􏓠"}.fa-trumpet.icon-fad:after,.fad.fa-trumpet:after{content:"􏣣"}.fa-tshirt.icon-fad:after,.fad.fa-tshirt:after{content:"􏕓"}.fa-tty.icon-fad:after,.fad.fa-tty:after{content:"􏇤"}.fa-turkey.icon-fad:after,.fad.fa-turkey:after{content:"􏜥"}.fa-turntable.icon-fad:after,.fad.fa-turntable:after{content:"􏣤"}.fa-turtle.icon-fad:after,.fad.fa-turtle:after{content:"􏜦"}.fa-tv.icon-fad:after,.fad.fa-tv:after{content:"􏉬"}.fa-tv-alt.icon-fad:after,.fad.fa-tv-alt:after{content:"􏣥"}.fa-tv-music.icon-fad:after,.fad.fa-tv-music:after{content:"􏣦"}.fa-tv-retro.icon-fad:after,.fad.fa-tv-retro:after{content:"􏐁"}.fa-typewriter.icon-fad:after,.fad.fa-typewriter:after{content:"􏣧"}.fa-ufo.icon-fad:after,.fad.fa-ufo:after{content:"􎁇"}.fa-ufo-beam.icon-fad:after,.fad.fa-ufo-beam:after{content:"􎁈"}.fa-umbrella.icon-fad:after,.fad.fa-umbrella:after{content:"􏃩"}.fa-umbrella-beach.icon-fad:after,.fad.fa-umbrella-beach:after{content:"􏗊"}.fa-underline.icon-fad:after,.fad.fa-underline:after{content:"􏃍"}.fa-undo.icon-fad:after,.fad.fa-undo:after{content:"􏃢"}.fa-undo-alt.icon-fad:after,.fad.fa-undo-alt:after{content:"􏋪"}.fa-unicorn.icon-fad:after,.fad.fa-unicorn:after{content:"􏜧"}.fa-union.icon-fad:after,.fad.fa-union:after{content:"􏚢"}.fa-universal-access.icon-fad:after,.fad.fa-universal-access:after{content:"􏊚"}.fa-university.icon-fad:after,.fad.fa-university:after{content:"􏆜"}.fa-unlink.icon-fad:after,.fad.fa-unlink:after{content:"􏄧"}.fa-unlock.icon-fad:after,.fad.fa-unlock:after{content:"􏂜"}.fa-unlock-alt.icon-fad:after,.fad.fa-unlock-alt:after{content:"􏄾"}.fa-upload.icon-fad:after,.fad.fa-upload:after{content:"􏂓"}.fa-usb-drive.icon-fad:after,.fad.fa-usb-drive:after{content:"􏣩"}.fa-usd-circle.icon-fad:after,.fad.fa-usd-circle:after{content:"􏋨"}.fa-usd-square.icon-fad:after,.fad.fa-usd-square:after{content:"􏋩"}.fa-user.icon-fad:after,.fad.fa-user:after{content:"􏀇"}.fa-user-alien.icon-fad:after,.fad.fa-user-alien:after{content:"􎁊"}.fa-user-alt.icon-fad:after,.fad.fa-user-alt:after{content:"􏐆"}.fa-user-alt-slash.icon-fad:after,.fad.fa-user-alt-slash:after{content:"􏓺"}.fa-user-astronaut.icon-fad:after,.fad.fa-user-astronaut:after{content:"􏓻"}.fa-user-chart.icon-fad:after,.fad.fa-user-chart:after{content:"􏚣"}.fa-user-check.icon-fad:after,.fad.fa-user-check:after{content:"􏓼"}.fa-user-circle.icon-fad:after,.fad.fa-user-circle:after{content:"􏊽"}.fa-user-clock.icon-fad:after,.fad.fa-user-clock:after{content:"􏓽"}.fa-user-cog.icon-fad:after,.fad.fa-user-cog:after{content:"􏓾"}.fa-user-cowboy.icon-fad:after,.fad.fa-user-cowboy:after{content:"􏣪"}.fa-user-crown.icon-fad:after,.fad.fa-user-crown:after{content:"􏚤"}.fa-user-edit.icon-fad:after,.fad.fa-user-edit:after{content:"􏓿"}.fa-user-friends.icon-fad:after,.fad.fa-user-friends:after{content:"􏔀"}.fa-user-graduate.icon-fad:after,.fad.fa-user-graduate:after{content:"􏔁"}.fa-user-hard-hat.icon-fad:after,.fad.fa-user-hard-hat:after{content:"􏠬"}.fa-user-headset.icon-fad:after,.fad.fa-user-headset:after{content:"􏠭"}.fa-user-injured.icon-fad:after,.fad.fa-user-injured:after{content:"􏜨"}.fa-user-lock.icon-fad:after,.fad.fa-user-lock:after{content:"􏔂"}.fa-user-md.icon-fad:after,.fad.fa-user-md:after{content:"􏃰"}.fa-user-md-chat.icon-fad:after,.fad.fa-user-md-chat:after{content:"􏠮"}.fa-user-minus.icon-fad:after,.fad.fa-user-minus:after{content:"􏔃"}.fa-user-music.icon-fad:after,.fad.fa-user-music:after{content:"􏣫"}.fa-user-ninja.icon-fad:after,.fad.fa-user-ninja:after{content:"􏔄"}.fa-user-nurse.icon-fad:after,.fad.fa-user-nurse:after{content:"􏠯"}.fa-user-plus.icon-fad:after,.fad.fa-user-plus:after{content:"􏈴"}.fa-user-robot.icon-fad:after,.fad.fa-user-robot:after{content:"􎁋"}.fa-user-secret.icon-fad:after,.fad.fa-user-secret:after{content:"􏈛"}.fa-user-shield.icon-fad:after,.fad.fa-user-shield:after{content:"􏔅"}.fa-user-slash.icon-fad:after,.fad.fa-user-slash:after{content:"􏔆"}.fa-user-tag.icon-fad:after,.fad.fa-user-tag:after{content:"􏔇"}.fa-user-tie.icon-fad:after,.fad.fa-user-tie:after{content:"􏔈"}.fa-user-times.icon-fad:after,.fad.fa-user-times:after{content:"􏈵"}.fa-user-unlock.icon-fad:after,.fad.fa-user-unlock:after{content:"􎁘"}.fa-user-visor.icon-fad:after,.fad.fa-user-visor:after{content:"􎁌"}.fa-users.icon-fad:after,.fad.fa-users:after{content:"􏃀"}.fa-users-class.icon-fad:after,.fad.fa-users-class:after{content:"􏘽"}.fa-users-cog.icon-fad:after,.fad.fa-users-cog:after{content:"􏔉"}.fa-users-crown.icon-fad:after,.fad.fa-users-crown:after{content:"􏚥"}.fa-users-medical.icon-fad:after,.fad.fa-users-medical:after{content:"􏠰"}.fa-users-slash.icon-fad:after,.fad.fa-users-slash:after{content:"􎁳"}.fa-utensil-fork.icon-fad:after,.fad.fa-utensil-fork:after{content:"􏋣"}.fa-utensil-knife.icon-fad:after,.fad.fa-utensil-knife:after{content:"􏋤"}.fa-utensil-spoon.icon-fad:after,.fad.fa-utensil-spoon:after{content:"􏋥"}.fa-utensils.icon-fad:after,.fad.fa-utensils:after{content:"􏋧"}.fa-utensils-alt.icon-fad:after,.fad.fa-utensils-alt:after{content:"􏋦"}.fa-vacuum.icon-fad:after,.fad.fa-vacuum:after{content:"􎁍"}.fa-vacuum-robot.icon-fad:after,.fad.fa-vacuum-robot:after{content:"􎁎"}.fa-value-absolute.icon-fad:after,.fad.fa-value-absolute:after{content:"􏚦"}.fa-vector-square.icon-fad:after,.fad.fa-vector-square:after{content:"􏗋"}.fa-venus.icon-fad:after,.fad.fa-venus:after{content:"􏈡"}.fa-venus-double.icon-fad:after,.fad.fa-venus-double:after{content:"􏈦"}.fa-venus-mars.icon-fad:after,.fad.fa-venus-mars:after{content:"􏈨"}.fa-vest.icon-fad:after,.fad.fa-vest:after{content:"􎂅"}.fa-vest-patches.icon-fad:after,.fad.fa-vest-patches:after{content:"􎂆"}.fa-vhs.icon-fad:after,.fad.fa-vhs:after{content:"􏣬"}.fa-vial.icon-fad:after,.fad.fa-vial:after{content:"􏒒"}.fa-vials.icon-fad:after,.fad.fa-vials:after{content:"􏒓"}.fa-video.icon-fad:after,.fad.fa-video:after{content:"􏀽"}.fa-video-plus.icon-fad:after,.fad.fa-video-plus:after{content:"􏓡"}.fa-video-slash.icon-fad:after,.fad.fa-video-slash:after{content:"􏓢"}.fa-vihara.icon-fad:after,.fad.fa-vihara:after{content:"􏚧"}.fa-violin.icon-fad:after,.fad.fa-violin:after{content:"􏣭"}.fa-virus.icon-fad:after,.fad.fa-virus:after{content:"􎁴"}.fa-virus-slash.icon-fad:after,.fad.fa-virus-slash:after{content:"􎁵"}.fa-viruses.icon-fad:after,.fad.fa-viruses:after{content:"􎁶"}.fa-voicemail.icon-fad:after,.fad.fa-voicemail:after{content:"􏢗"}.fa-volcano.icon-fad:after,.fad.fa-volcano:after{content:"􏝰"}.fa-volleyball-ball.icon-fad:after,.fad.fa-volleyball-ball:after{content:"􏑟"}.fa-volume.icon-fad:after,.fad.fa-volume:after{content:"􏚨"}.fa-volume-down.icon-fad:after,.fad.fa-volume-down:after{content:"􏀧"}.fa-volume-mute.icon-fad:after,.fad.fa-volume-mute:after{content:"􏚩"}.fa-volume-off.icon-fad:after,.fad.fa-volume-off:after{content:"􏀦"}.fa-volume-slash.icon-fad:after,.fad.fa-volume-slash:after{content:"􏋢"}.fa-volume-up.icon-fad:after,.fad.fa-volume-up:after{content:"􏀨"}.fa-vote-nay.icon-fad:after,.fad.fa-vote-nay:after{content:"􏝱"}.fa-vote-yea.icon-fad:after,.fad.fa-vote-yea:after{content:"􏝲"}.fa-vr-cardboard.icon-fad:after,.fad.fa-vr-cardboard:after{content:"􏜩"}.fa-wagon-covered.icon-fad:after,.fad.fa-wagon-covered:after{content:"􏣮"}.fa-walker.icon-fad:after,.fad.fa-walker:after{content:"􏠱"}.fa-walkie-talkie.icon-fad:after,.fad.fa-walkie-talkie:after{content:"􏣯"}.fa-walking.icon-fad:after,.fad.fa-walking:after{content:"􏕔"}.fa-wallet.icon-fad:after,.fad.fa-wallet:after{content:"􏕕"}.fa-wand.icon-fad:after,.fad.fa-wand:after{content:"􏜪"}.fa-wand-magic.icon-fad:after,.fad.fa-wand-magic:after{content:"􏜫"}.fa-warehouse.icon-fad:after,.fad.fa-warehouse:after{content:"􏒔"}.fa-warehouse-alt.icon-fad:after,.fad.fa-warehouse-alt:after{content:"􏒕"}.fa-washer.icon-fad:after,.fad.fa-washer:after{content:"􏢘"}.fa-watch.icon-fad:after,.fad.fa-watch:after{content:"􏋡"}.fa-watch-calculator.icon-fad:after,.fad.fa-watch-calculator:after{content:"􏣰"}.fa-watch-fitness.icon-fad:after,.fad.fa-watch-fitness:after{content:"􏘾"}.fa-water.icon-fad:after,.fad.fa-water:after{content:"􏝳"}.fa-water-lower.icon-fad:after,.fad.fa-water-lower:after{content:"􏝴"}.fa-water-rise.icon-fad:after,.fad.fa-water-rise:after{content:"􏝵"}.fa-wave-sine.icon-fad:after,.fad.fa-wave-sine:after{content:"􏢙"}.fa-wave-square.icon-fad:after,.fad.fa-wave-square:after{content:"􏠾"}.fa-wave-triangle.icon-fad:after,.fad.fa-wave-triangle:after{content:"􏢚"}.fa-waveform.icon-fad:after,.fad.fa-waveform:after{content:"􏣱"}.fa-waveform-path.icon-fad:after,.fad.fa-waveform-path:after{content:"􏣲"}.fa-webcam.icon-fad:after,.fad.fa-webcam:after{content:"􏠲"}.fa-webcam-slash.icon-fad:after,.fad.fa-webcam-slash:after{content:"􏠳"}.fa-weight.icon-fad:after,.fad.fa-weight:after{content:"􏒖"}.fa-weight-hanging.icon-fad:after,.fad.fa-weight-hanging:after{content:"􏗍"}.fa-whale.icon-fad:after,.fad.fa-whale:after{content:"􏜬"}.fa-wheat.icon-fad:after,.fad.fa-wheat:after{content:"􏜭"}.fa-wheelchair.icon-fad:after,.fad.fa-wheelchair:after{content:"􏆓"}.fa-whistle.icon-fad:after,.fad.fa-whistle:after{content:"􏑠"}.fa-wifi.icon-fad:after,.fad.fa-wifi:after{content:"􏇫"}.fa-wifi-1.icon-fad:after,.fad.fa-wifi-1:after{content:"􏚪"}.fa-wifi-2.icon-fad:after,.fad.fa-wifi-2:after{content:"􏚫"}.fa-wifi-slash.icon-fad:after,.fad.fa-wifi-slash:after{content:"􏚬"}.fa-wind.icon-fad:after,.fad.fa-wind:after{content:"􏜮"}.fa-wind-turbine.icon-fad:after,.fad.fa-wind-turbine:after{content:"􏢛"}.fa-wind-warning.icon-fad:after,.fad.fa-wind-warning:after{content:"􏝶"}.fa-window.icon-fad:after,.fad.fa-window:after{content:"􏐎"}.fa-window-alt.icon-fad:after,.fad.fa-window-alt:after{content:"􏐏"}.fa-window-close.icon-fad:after,.fad.fa-window-close:after{content:"􏐐"}.fa-window-frame.icon-fad:after,.fad.fa-window-frame:after{content:"􎁏"}.fa-window-frame-open.icon-fad:after,.fad.fa-window-frame-open:after{content:"􎁐"}.fa-window-maximize.icon-fad:after,.fad.fa-window-maximize:after{content:"􏋐"}.fa-window-minimize.icon-fad:after,.fad.fa-window-minimize:after{content:"􏋑"}.fa-window-restore.icon-fad:after,.fad.fa-window-restore:after{content:"􏋒"}.fa-windsock.icon-fad:after,.fad.fa-windsock:after{content:"􏝷"}.fa-wine-bottle.icon-fad:after,.fad.fa-wine-bottle:after{content:"􏜯"}.fa-wine-glass.icon-fad:after,.fad.fa-wine-glass:after{content:"􏓣"}.fa-wine-glass-alt.icon-fad:after,.fad.fa-wine-glass-alt:after{content:"􏗎"}.fa-won-sign.icon-fad:after,.fad.fa-won-sign:after{content:"􏅙"}.fa-wreath.icon-fad:after,.fad.fa-wreath:after{content:"􏟢"}.fa-wrench.icon-fad:after,.fad.fa-wrench:after{content:"􏂭"}.fa-x-ray.icon-fad:after,.fad.fa-x-ray:after{content:"􏒗"}.fa-yen-sign.icon-fad:after,.fad.fa-yen-sign:after{content:"􏅗"}.fa-yin-yang.icon-fad:after,.fad.fa-yin-yang:after{content:"􏚭"}.icon-fad{font-size:2.2em;color:#125070;-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.icon-fad.editing:before{content:""}.icon-fad.editing:after{content:"􏁄";color:#007b9d}.icon-fad.saving:before{content:""}.icon-fad.saving:after{content:"􏃇";color:#007b9d}@-webkit-keyframes pulse{50%{font-size:1.8em}}@keyframes pulse{50%{font-size:1.8em}}.questionnaire{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.questionnaire .container{width:50%}.questionnaire .container .question{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.questionnaire .container .question .question-label{display:grid;grid-template-columns:1fr 1fr;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.questionnaire .container .question .question-label p{text-align:left}.questionnaire .container .question .question-label input{-ms-flex-item-align:center;align-self:center;justify-self:flex-end}.questionnaire .submit-btn{border:2px solid #7fffd4;border-radius:3px;width:80px;background-color:#00ff7f;padding:3px;cursor:pointer}.questionnaire .date-picker{margin:5px}.log-in-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;color:#2c3e50}.log-in-container .image-col{position:relative;overflow:hidden}.log-in-container .image-col img{height:100vh;min-width:100%;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:-1}.log-in-container .image-col,.log-in-container .login-col{width:50%;height:100vh}.log-in-container .login-col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.log-in-container .login-col .login-logo{width:160px;height:60px;margin-bottom:40px}.log-in-container .login-col .login-logo img{width:100%}.log-in-container .login-col .welcome-message{color:#7fa0b4}.log-in-container .login-col .legals{position:absolute;bottom:25px;display:-webkit-box;display:-ms-flexbox;display:flex;width:180px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:.85em}.log-in-container .login-col a{color:initial;text-decoration:none}.log-in-container .log-in-form{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;max-width:380px}.log-in-container .log-in-form,.log-in-container .log-in-form .options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;width:100%}.log-in-container .log-in-form .options{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:30px 0 0 0}.log-in-container .log-in-form .options label{display:initial;margin:initial;border:none}.log-in-container .log-in-form .options label .remember-box{margin:3px 10px 0 0;height:auto!important;width:auto!important;cursor:pointer}.log-in-container .log-in-form .controls{margin-top:50px;width:100%}.log-in-container .log-in-form .controls,.log-in-container .log-in-form label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.log-in-container .log-in-form label{margin:30px 0 0 0;border-bottom:1px solid #e9e9f0}.log-in-container .log-in-form label.input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;padding:8px 0 8px 3px}.log-in-container .log-in-form label.input input{background-color:hsla(0,0%,100%,0);border:none;width:100%;padding:0;-webkit-transition:padding .25s;transition:padding .25s;height:25px}.log-in-container .log-in-form label.input input:focus-visible{outline:none;padding:0 0 0 8px}.log-in-container .log-in-form label.input input::-webkit-input-placeholder{font-size:16px}.log-in-container .log-in-form label.input input::-moz-placeholder{font-size:16px}.log-in-container .log-in-form label.input input:-ms-input-placeholder{font-size:16px}.log-in-container .log-in-form label.input input::-ms-input-placeholder{font-size:16px}.log-in-container .log-in-form label.input input::placeholder{font-size:16px}.log-in-container .log-in-form .square-button{width:48%}.log-in-container .log-in-form .reset-password-message{color:#007b9d;font-size:12px}.log-in-container .log-in-form .login-error{color:red;font-size:12px}.log-in-container .log-in-form .login-txt{color:#007b9d;margin:0}.box-container{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;cursor:pointer}.box-container,.main-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.main-nav{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;background-color:#125070;margin-top:100px;width:18%;position:fixed;height:100vh}.main-nav .navlink,.main-nav .navlink-no-highlight{text-align:left;color:#fff;text-decoration:none;-webkit-box-sizing:border-box;box-sizing:border-box}.main-nav .navlink-no-highlight:hover,.main-nav .navlink:hover{background-color:#007b9d}.main-nav .navlink-no-highlight .navtext,.main-nav .navlink .navtext{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 20px}.main-nav .navlink-no-highlight .navtext i,.main-nav .navlink .navtext i{margin-right:10px}.main-nav .navlink.router-link-active{-webkit-box-shadow:inset 5px 0 0 #fff;box-shadow:inset 5px 0 0 #fff;background:#007b9d}.navlink-no-highlight .navtext:hover,.navlink .navtext:hover,.navlink.router-link-active .navtext{-webkit-box-shadow:inset 5px 0 0 #fff;box-shadow:inset 5px 0 0 #fff;background:#007b9d!important}.toolbar{position:fixed;width:100%;background-color:#fff;z-index:10}.toolbar .toolbar-inner{height:60px;padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.toolbar .toolbar-inner .toolbar-logo{max-width:195px}.toolbar .toolbar-inner .toolbar-status{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;margin-left:55px;max-width:420px;min-width:180px;overflow-x:auto}.toolbar .toolbar-inner .toolbar-status>:first-child{margin:0 10px 0 0!important}.toolbar .toolbar-inner .toolbar-status .status{position:relative;display:inline-block;width:30px;margin:0 10px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.toolbar .toolbar-inner .toolbar-content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%}.toolbar .toolbar-inner .toolbar-content,.toolbar .toolbar-inner .toolbar-content .main-toolbar-content,.toolbar .toolbar-inner .toolbar-content .row{display:-webkit-box;display:-ms-flexbox;display:flex}.toolbar .toolbar-inner .toolbar-content .row{position:relative;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-left:50px}.toolbar .toolbar-inner .toolbar-content .row:first-child{margin:0}.toolbar .toolbar-inner .toolbar-content .row i{margin-left:5px}.toolbar .toolbar-inner .toolbar-content .row .image{margin-left:5px;border-radius:50%;height:30px;width:30px;background-color:#bae4f0}.toolbar .toolbar-inner .toolbar-content .row .image i{position:relative;top:5px;left:-2px}.toolbar .toolbar-inner .toolbar-content .row p.organisation-name{padding-right:5px}.toolbar .toolbar-inner .toolbar-content .row p.client-name{margin-right:25px}.toolbar .toolbar-inner .toolbar-content .row .user-menu{position:absolute;top:80px;right:-20px;width:calc(100% + 100px);z-index:10;background-color:#fff;min-height:50px;display:-webkit-box;display:-ms-flexbox;padding-right:20px;padding-bottom:10px;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-shadow:0 5px 5px #dcdcdc;box-shadow:0 5px 5px #dcdcdc}.toolbar .toolbar-inner .toolbar-content .row .user-menu .menu-item{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding:10px 30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.toolbar .toolbar-inner .toolbar-content .row .dropdown-height{top:75px;height:300px;overflow-y:scroll;overflow-x:hidden;left:20px}.toolbar .date-menu{min-width:170px}.toolbar .date-menu .user-menu{left:-29px!important;width:240px!important}::-webkit-scrollbar{width:9px}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:8px}::-webkit-scrollbar-thumb{border-radius:8px;background:#125070;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.5);box-shadow:inset 0 0 6px rgba(0,0,0,.5)}::-webkit-scrollbar-thumb:window-inactive{background:#125070}.flex-parent{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:20px}.flex-parent,.flex-parent .input-flex-container{display:-webkit-box;display:-ms-flexbox;display:flex}.flex-parent .input-flex-container{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;z-index:0}.flex-parent .input-flex-container a{min-height:35px;width:15%;position:relative;text-align:left;color:#125070;text-decoration:none;text-transform:capitalize}.flex-parent .input-flex-container a:after{width:15px;height:15px;background-color:#125070;position:absolute;top:-22px;left:0;border-radius:50%;content:""}.flex-parent .input-flex-container a:first-child{margin-left:0}.flex-parent .input-flex-container a.router-link-active:after,.flex-parent .input-flex-container a:hover:after{-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#bae4f0;border:2px solid #125070}.flex-parent .input-flex-container a:last-child:before{width:0}.flex-parent .input-flex-container a:before{content:"";display:block;position:absolute;z-index:-1;top:-15px;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:#125070;width:100%;height:1px}.calculation-results .calculation-totals{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;margin:25px 0}.calculation-results .calculation-totals,.calculation-results .calculation-totals .total-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.calculation-results .calculation-totals .total-section{padding:20px;height:90px;width:27%;background-color:#fff;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.calculation-results .calculation-totals .total-section .total-label{color:#a7bbc7;font-size:14px;text-align:left;margin:0}.calculation-results .calculation-totals .total-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.calculation-results .calculation-totals .total-content .total-big{margin:0;font-size:18px;font-weight:600}.calculation-results .calculation-totals .total-content .total-list{width:47%;-ms-flex-item-align:end;align-self:flex-end}.calculation-results .calculation-totals .total-content .total-list .list-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #dcdcdc}.calculation-results .calculation-totals .total-content .total-list .list-row .list-text{margin:2px 0;font-size:11.5px;font-weight:600;text-align:left;-ms-flex-item-align:center;align-self:center}.calculation-results .calculation-totals .total-content .fad,.calculation-results .calculation-totals .total-content .icon-fad{font-size:50px}.calculation-results .calculation-totals .total-content .fad.green,.calculation-results .calculation-totals .total-content .green.icon-fad{color:#157f71}.calculation-results .calculation-totals .total-content .fad.green.fad:after,.calculation-results .calculation-totals .total-content .green.icon-fad:after{color:#95d5d1;opacity:1}.calculation-results .calculation-totals .total-content .blue.icon-fad,.calculation-results .calculation-totals .total-content .fad.blue{color:#125070}.calculation-results .calculation-totals .total-content .blue.icon-fad:after,.calculation-results .calculation-totals .total-content .fad.blue.fad:after{color:#007b9d;opacity:1}.emissions-report .report-page.last,.reduction-report .report-page.last{min-height:500px}.emissions-report ul,.reduction-report ul{margin-left:20px;list-style-type:disc}.emissions-report ul li,.reduction-report ul li{display:list-item}.emissions-report ol,.reduction-report ol{margin-left:20px;list-style-type:auto}.emissions-report ol li,.reduction-report ol li{display:list-item}.emissions-report .cover-page-line,.reduction-report .cover-page-line{border-top:2px solid #a5b4af;position:absolute;top:30px;margin-top:12px;width:43%;margin-left:100px}.emissions-report .page-line,.reduction-report .page-line{border-top:2px solid #a5b4af;position:absolute;top:30px;margin-top:12px;width:45%}.emissions-report .page-header,.reduction-report .page-header{overflow:hidden;position:absolute;text-transform:uppercase;top:30px;right:100px;font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.emissions-report .page-header-ekos,.reduction-report .page-header-ekos{padding-bottom:3px;text-transform:lowercase;padding-left:5px;color:#125070;font-size:20px}.emissions-report .start-end-date,.reduction-report .start-end-date{padding-top:40px;text-align:left}.emissions-report .start-end-date .input-title,.reduction-report .start-end-date .input-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.emissions-report .emissions-by-activity-table .heading:last-child td:nth-child(2),.reduction-report .emissions-by-activity-table .heading:last-child td:nth-child(2){text-align:right}.emissions-report .emissions-by-activity-graph,.emissions-report .emissions-by-scope-graph,.reduction-report .emissions-by-activity-graph,.reduction-report .emissions-by-scope-graph{display:-webkit-box;display:-ms-flexbox;display:flex;height:400px;position:relative;padding-bottom:50px}.emissions-report .emissions-by-activity-graph:after,.emissions-report .emissions-by-scope-graph:after,.reduction-report .emissions-by-activity-graph:after,.reduction-report .emissions-by-scope-graph:after{font-size:12px;position:absolute;bottom:25px;content:"Note: labels for less than 2% are not displayed."}.emissions-report .subheading,.reduction-report .subheading{color:#125070;font-size:22px;margin-top:45px}.emissions-report .subheading li,.reduction-report .subheading li{display:-webkit-box;display:-ms-flexbox;display:flex}.emissions-report .subheading p,.reduction-report .subheading p{max-width:1050px}.emissions-report .heading,.reduction-report .heading{color:#125070;margin-top:45px}.emissions-report .heading p,.reduction-report .heading p{max-width:1050px}.emissions-report .heading td,.reduction-report .heading td{text-align:left}.emissions-report .emissions-summary,.reduction-report .emissions-summary{width:700px}.emissions-report .emissions-summary .emissions-intensity,.reduction-report .emissions-summary .emissions-intensity{margin-bottom:70px}.emissions-report .emissions-summary .emissions-intensity,.emissions-report .emissions-summary .market-based-electricity,.reduction-report .emissions-summary .emissions-intensity,.reduction-report .emissions-summary .market-based-electricity{width:100%}.emissions-report .emissions-summary .emissions-intensity .emissions-intensity-heading,.emissions-report .emissions-summary .emissions-intensity .market-based-electricity-total,.emissions-report .emissions-summary .market-based-electricity .emissions-intensity-heading,.emissions-report .emissions-summary .market-based-electricity .market-based-electricity-total,.reduction-report .emissions-summary .emissions-intensity .emissions-intensity-heading,.reduction-report .emissions-summary .emissions-intensity .market-based-electricity-total,.reduction-report .emissions-summary .market-based-electricity .emissions-intensity-heading,.reduction-report .emissions-summary .market-based-electricity .market-based-electricity-total{text-align:center!important;border-left:none;border-right:none;border-bottom:none;background-color:#d9e1f2;font-size:18px;font-weight:600}.emissions-report .emissions-summary .emissions-intensity tr.heading,.emissions-report .emissions-summary .market-based-electricity tr.heading,.reduction-report .emissions-summary .emissions-intensity tr.heading,.reduction-report .emissions-summary .market-based-electricity tr.heading{background-color:initial;font-size:medium}.emissions-report .emissions-summary .emissions-intensity tr.heading td,.emissions-report .emissions-summary .market-based-electricity tr.heading td,.reduction-report .emissions-summary .emissions-intensity tr.heading td,.reduction-report .emissions-summary .market-based-electricity tr.heading td{padding:10px 20px 10px 20px}.emissions-report .emissions-summary table,.reduction-report .emissions-summary table{margin-bottom:0}.emissions-report .emissions-summary .bold,.reduction-report .emissions-summary .bold{font-weight:600}.emissions-report .emissions-summary .emissions-summary-iso,.reduction-report .emissions-summary .emissions-summary-iso{margin-bottom:0;width:100%}.emissions-report .emissions-summary .emissions-summary-iso td:first-child,.reduction-report .emissions-summary .emissions-summary-iso td:first-child{text-align:left}.emissions-report .emissions-summary .emissions-summary-scope,.reduction-report .emissions-summary .emissions-summary-scope{width:700px}.emissions-report .emissions-summary .emissions-summary-scope td:nth-child(2),.reduction-report .emissions-summary .emissions-summary-scope td:nth-child(2){text-align:left}.emissions-report .emissions-summary .emissions-summary-iso td:last-child,.emissions-report .emissions-summary .emissions-summary-scope td:last-child,.reduction-report .emissions-summary .emissions-summary-iso td:last-child,.reduction-report .emissions-summary .emissions-summary-scope td:last-child{width:150px}.emissions-report .diagram,.reduction-report .diagram{width:75%}.emissions-report .page-footer,.emissions-report .page-number,.reduction-report .page-footer,.reduction-report .page-number{visibility:hidden}.emissions-report-company-info .business-includes-container{width:100%}.emissions-report-company-info .business-includes-container .business-includes{max-width:650px;width:100%;padding-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.emissions-report-company-info .business-includes-container .business-includes:last-child{margin-bottom:30px}.emissions-report-company-info .business-includes-container .business-includes textarea{margin-left:10px}.emissions-report-company-info .business-includes-container .business-includes .business-includes-title{font-weight:600;min-width:250px;display:-webkit-box;display:-ms-flexbox;display:flex;color:#007b9d;text-align:left;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.emissions-report-company-info .category-title{padding-bottom:20px;text-align:left;font-weight:600}.emissions-report-company-info .row{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.emissions-report-company-info .column,.emissions-report-company-info .row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.emissions-report-company-info .column{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.emissions-report-company-info .control-input-container{padding-top:50px}.emissions-report-company-info .controls{max-width:650px}.emissions-report-company-info .description{font-size:14px;max-width:50%;text-align:left;padding-top:10px;color:#007b9d}.emissions-report-company-info .label{text-align:left;padding-top:40px;padding-left:20px;font-size:18px;color:#007b9d}.emissions-report-company-info .textarea{padding-top:0;margin-left:20px;display:-webkit-box;display:-ms-flexbox;display:flex}.emissions-report-company-info .input-section{width:350px}.emissions-report-company-info .input-section,.emissions-report-company-info .input-section .input-item{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.emissions-report-company-info .input-section .input-container{max-width:500px}.watermark1{-webkit-transform:translate(100 100),rotate(-45deg);transform:translate(100 100),rotate(-45deg);-webkit-transform:translate(-10%,250px) rotate(-45deg);transform:translate(-10%,250px) rotate(-45deg)}.watermark1,.watermark2{visibility:hidden;position:absolute;font-size:85px;overflow:hidden;z-index:0;opacity:.05}.watermark2{-webkit-transform:translate(100 100),rotate(-45deg);transform:translate(100 100),rotate(-45deg);-webkit-transform:translate(-10%,700px) rotate(-45deg);transform:translate(-10%,700px) rotate(-45deg)}.emission-categories .section-title{margin-bottom:20px}.emission-categories .grid{display:grid;grid-template-columns:1fr 2fr 1fr 1fr 1fr 1fr;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;text-align:left}.emission-categories .grid:last-child{margin-top:20px}.emission-categories .grid div{color:#007b9d;margin-bottom:20px;font-size:14px}.emission-categories .grid div.bold{font-weight:600}.emission-categories .grid div.heading{color:#125070;font-size:16px}.emission-categories .grid input{width:100%}.emission-categories .grid input[type=checkbox]{width:20px!important;justify-self:center}.other-emissions .section-title{margin-bottom:20px}.other-emissions .other-emissions-container{display:-webkit-box;display:-ms-flexbox;display:flex}.other-emissions .other-emissions-container .column{min-width:400px}.other-emissions .other-emissions-container .inputs{-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.other-emissions .other-emissions-container .inputs,.other-emissions .other-emissions-container .inputs .row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.other-emissions .other-emissions-container .inputs .row{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.other-emissions .other-emissions-container .inputs .row input[type=number]{text-align:right}.other-emissions .other-emissions-container .inputs .row label{font-size:14px;color:#007b9d}.other-emissions .other-emissions-container .inputs .dropdown{margin-bottom:15px}.other-emissions .notes{font-size:14px;color:#007b9d;margin-top:15px;text-align:left}.carbon-credits,.certification-type{max-width:650px;margin-bottom:20px}.carbon-credits .input-text,.certification-type .input-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:left}.carbon-credits .input-text label,.certification-type .input-text label{margin:0;margin-top:5px}.carbon-credits .row label,.certification-type .row label{font-size:14px;color:#007b9d}.report-input-section{padding:20px 0}.report-input-section .report-input-container{margin-top:20px}.report-input-section .report-input-container.small{max-width:600px}.report-input-section .report-input-container .report-input-item{display:grid;grid-template-columns:1fr 2fr}.report-input-section .report-input-container .report-input-item label{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;color:#007b9d}.excluded-emissions-sources .description{font-size:14px;text-align:left;padding-top:10px;color:#007b9d}.excluded-emissions-sources .control-input-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:20px}.excluded-emissions-sources .control-input-container .controls .add{margin-top:0}.excluded-emissions-sources .control-input-container .controls .remove{display:none}.excluded-emissions-sources .title{font-weight:600;min-width:250px;display:-webkit-box;display:-ms-flexbox;display:flex;color:#007b9d;text-align:left;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:20px}.recognised-offset-deductions .input-container-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.recognised-offset-deductions .input-container-row .controls{-ms-flex-item-align:start;align-self:flex-start}.recognised-offset-deductions h2{font-size:16px}.recognised-offset-deductions .grid{display:grid;grid-template-columns:1fr 1fr 1fr .25fr;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;margin-bottom:20px}.recognised-offset-deductions .grid .grid-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.recognised-offset-deductions .grid .grid-item label{margin-bottom:5px;font-size:14px;color:#007b9d}.recognised-offset-deductions .grid .grid-item input,.recognised-offset-deductions .grid .grid-item textarea{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.ct-label{fill:rgba(0,0,0,.4);color:rgba(0,0,0,.4);font-size:.75rem;line-height:1}.ct-chart-bar .ct-label,.ct-chart-line .ct-label{display:block;display:-webkit-box;display:-ms-flexbox;display:flex}.ct-chart-donut .ct-label,.ct-chart-pie .ct-label{dominant-baseline:central}.ct-label.ct-horizontal.ct-start{-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end}.ct-label.ct-horizontal.ct-end,.ct-label.ct-horizontal.ct-start{-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left;text-anchor:start}.ct-label.ct-horizontal.ct-end{-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start}.ct-label.ct-vertical.ct-start{-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end;-webkit-box-pack:flex-end;-ms-flex-pack:flex-end;justify-content:flex-end;text-align:right;text-anchor:end}.ct-label.ct-vertical.ct-end{-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left}.ct-chart-bar .ct-label.ct-horizontal.ct-start,.ct-label.ct-vertical.ct-end{-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end;text-anchor:start}.ct-chart-bar .ct-label.ct-horizontal.ct-end,.ct-chart-bar .ct-label.ct-horizontal.ct-start{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.ct-chart-bar .ct-label.ct-horizontal.ct-end{-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;text-anchor:start}.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start{-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end;-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left;text-anchor:start}.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end{-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left;text-anchor:start}.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:flex-end;-ms-flex-pack:flex-end;justify-content:flex-end;text-align:right;text-anchor:end}.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:flex-start;-ms-flex-pack:flex-start;justify-content:flex-start;text-align:left;text-anchor:end}.ct-grid{stroke:rgba(0,0,0,.2);stroke-width:1px;stroke-dasharray:2px}.ct-grid-background{fill:none}.ct-point{stroke-width:10px;stroke-linecap:round}.ct-line{fill:none;stroke-width:4px}.ct-area{stroke:none;fill-opacity:.1}.ct-bar{fill:none;stroke-width:10px}.ct-slice-donut{fill:none;stroke-width:60px}.ct-series-a .ct-bar,.ct-series-a .ct-line,.ct-series-a .ct-point,.ct-series-a .ct-slice-donut{stroke:#bae4f0}.ct-series-a .ct-area,.ct-series-a .ct-slice-donut-solid,.ct-series-a .ct-slice-pie{fill:#bae4f0}.ct-series-b .ct-bar,.ct-series-b .ct-line,.ct-series-b .ct-point,.ct-series-b .ct-slice-donut{stroke:#75b042}.ct-series-b .ct-area,.ct-series-b .ct-slice-donut-solid,.ct-series-b .ct-slice-pie{fill:#75b042}.ct-series-c .ct-bar,.ct-series-c .ct-line,.ct-series-c .ct-point,.ct-series-c .ct-slice-donut{stroke:rgba(18,80,112,.7)}.ct-series-c .ct-area,.ct-series-c .ct-slice-donut-solid,.ct-series-c .ct-slice-pie{fill:rgba(18,80,112,.7)}.ct-series-d .ct-bar,.ct-series-d .ct-line,.ct-series-d .ct-point,.ct-series-d .ct-slice-donut{stroke:#007b9d}.ct-series-d .ct-area,.ct-series-d .ct-slice-donut-solid,.ct-series-d .ct-slice-pie{fill:#007b9d}.ct-series-e .ct-bar,.ct-series-e .ct-line,.ct-series-e .ct-point,.ct-series-e .ct-slice-donut{stroke:#00a695}.ct-series-e .ct-area,.ct-series-e .ct-slice-donut-solid,.ct-series-e .ct-slice-pie{fill:#00a695}.ct-series-f .ct-bar,.ct-series-f .ct-line,.ct-series-f .ct-point,.ct-series-f .ct-slice-donut{stroke:#157f71}.ct-series-f .ct-area,.ct-series-f .ct-slice-donut-solid,.ct-series-f .ct-slice-pie{fill:#157f71}.ct-series-g .ct-bar,.ct-series-g .ct-line,.ct-series-g .ct-point,.ct-series-g .ct-slice-donut{stroke:#95d5d1}.ct-series-g .ct-area,.ct-series-g .ct-slice-donut-solid,.ct-series-g .ct-slice-pie{fill:#95d5d1}.ct-series-h .ct-bar,.ct-series-h .ct-line,.ct-series-h .ct-point,.ct-series-h .ct-slice-donut{stroke:#f58231}.ct-series-h .ct-area,.ct-series-h .ct-slice-donut-solid,.ct-series-h .ct-slice-pie{fill:#f58231}.ct-series-i .ct-bar,.ct-series-i .ct-line,.ct-series-i .ct-point,.ct-series-i .ct-slice-donut{stroke:#911eb4}.ct-series-i .ct-area,.ct-series-i .ct-slice-donut-solid,.ct-series-i .ct-slice-pie{fill:#911eb4}.ct-series-j .ct-bar,.ct-series-j .ct-line,.ct-series-j .ct-point,.ct-series-j .ct-slice-donut{stroke:#46f0f0}.ct-series-j .ct-area,.ct-series-j .ct-slice-donut-solid,.ct-series-j .ct-slice-pie{fill:#46f0f0}.ct-series-k .ct-bar,.ct-series-k .ct-line,.ct-series-k .ct-point,.ct-series-k .ct-slice-donut{stroke:#f032e6}.ct-series-k .ct-area,.ct-series-k .ct-slice-donut-solid,.ct-series-k .ct-slice-pie{fill:#f032e6}.ct-series-l .ct-bar,.ct-series-l .ct-line,.ct-series-l .ct-point,.ct-series-l .ct-slice-donut{stroke:#bcf60c}.ct-series-l .ct-area,.ct-series-l .ct-slice-donut-solid,.ct-series-l .ct-slice-pie{fill:#bcf60c}.ct-series-m .ct-bar,.ct-series-m .ct-line,.ct-series-m .ct-point,.ct-series-m .ct-slice-donut{stroke:#fabebe}.ct-series-m .ct-area,.ct-series-m .ct-slice-donut-solid,.ct-series-m .ct-slice-pie{fill:#fabebe}.ct-series-n .ct-bar,.ct-series-n .ct-line,.ct-series-n .ct-point,.ct-series-n .ct-slice-donut{stroke:teal}.ct-series-n .ct-area,.ct-series-n .ct-slice-donut-solid,.ct-series-n .ct-slice-pie{fill:teal}.ct-series-o .ct-bar,.ct-series-o .ct-line,.ct-series-o .ct-point,.ct-series-o .ct-slice-donut{stroke:#e6beff}.ct-series-o .ct-area,.ct-series-o .ct-slice-donut-solid,.ct-series-o .ct-slice-pie{fill:#e6beff}.ct-series-p .ct-bar,.ct-series-p .ct-line,.ct-series-p .ct-point,.ct-series-p .ct-slice-donut{stroke:#9a6324}.ct-series-p .ct-area,.ct-series-p .ct-slice-donut-solid,.ct-series-p .ct-slice-pie{fill:#9a6324}.ct-series-q .ct-bar,.ct-series-q .ct-line,.ct-series-q .ct-point,.ct-series-q .ct-slice-donut{stroke:#fffac8}.ct-series-q .ct-area,.ct-series-q .ct-slice-donut-solid,.ct-series-q .ct-slice-pie{fill:#fffac8}.ct-series-r .ct-bar,.ct-series-r .ct-line,.ct-series-r .ct-point,.ct-series-r .ct-slice-donut{stroke:maroon}.ct-series-r .ct-area,.ct-series-r .ct-slice-donut-solid,.ct-series-r .ct-slice-pie{fill:maroon}.ct-series-s .ct-bar,.ct-series-s .ct-line,.ct-series-s .ct-point,.ct-series-s .ct-slice-donut{stroke:#aaffc3}.ct-series-s .ct-area,.ct-series-s .ct-slice-donut-solid,.ct-series-s .ct-slice-pie{fill:#aaffc3}.ct-series-t .ct-bar,.ct-series-t .ct-line,.ct-series-t .ct-point,.ct-series-t .ct-slice-donut{stroke:olive}.ct-series-t .ct-area,.ct-series-t .ct-slice-donut-solid,.ct-series-t .ct-slice-pie{fill:olive}.ct-series-u .ct-bar,.ct-series-u .ct-line,.ct-series-u .ct-point,.ct-series-u .ct-slice-donut{stroke:#ffd8b1}.ct-series-u .ct-area,.ct-series-u .ct-slice-donut-solid,.ct-series-u .ct-slice-pie{fill:#ffd8b1}.ct-square{display:block;position:relative;width:100%}.ct-square:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:100%}.ct-square:after{content:"";display:table;clear:both}.ct-square>svg{display:block;position:absolute;top:0;left:0}.ct-minor-second{display:block;position:relative;width:100%}.ct-minor-second:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:93.75%}.ct-minor-second:after{content:"";display:table;clear:both}.ct-minor-second>svg{display:block;position:absolute;top:0;left:0}.ct-major-second{display:block;position:relative;width:100%}.ct-major-second:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:88.8888888889%}.ct-major-second:after{content:"";display:table;clear:both}.ct-major-second>svg{display:block;position:absolute;top:0;left:0}.ct-minor-third{display:block;position:relative;width:100%}.ct-minor-third:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:83.3333333333%}.ct-minor-third:after{content:"";display:table;clear:both}.ct-minor-third>svg{display:block;position:absolute;top:0;left:0}.ct-major-third{display:block;position:relative;width:100%}.ct-major-third:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:80%}.ct-major-third:after{content:"";display:table;clear:both}.ct-major-third>svg{display:block;position:absolute;top:0;left:0}.ct-perfect-fourth{display:block;position:relative;width:100%}.ct-perfect-fourth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:75%}.ct-perfect-fourth:after{content:"";display:table;clear:both}.ct-perfect-fourth>svg{left:0}.ct-perfect-fifth{display:block;position:relative;width:100%}.ct-perfect-fifth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:66.6666666667%}.ct-perfect-fifth:after{content:"";display:table;clear:both}.ct-perfect-fifth>svg{display:block;position:absolute;top:0;left:0}.ct-minor-sixth{display:block;position:relative;width:100%}.ct-minor-sixth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:62.5%}.ct-minor-sixth:after{content:"";display:table;clear:both}.ct-minor-sixth>svg{display:block;position:absolute;top:0;left:0}.ct-golden-section{display:block;position:relative;width:100%}.ct-golden-section:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:61.804697157%}.ct-golden-section:after{content:"";display:table;clear:both}.ct-golden-section>svg{display:block;position:absolute;top:0;left:0}.ct-major-sixth{display:block;position:relative;width:100%}.ct-major-sixth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:60%}.ct-major-sixth:after{content:"";display:table;clear:both}.ct-major-sixth>svg{display:block;position:absolute;top:0;left:0}.ct-minor-seventh{display:block;position:relative;width:100%}.ct-minor-seventh:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:56.25%}.ct-minor-seventh:after{content:"";display:table;clear:both}.ct-minor-seventh>svg{display:block;position:absolute;top:0;left:0}.ct-major-seventh{display:block;position:relative;width:100%}.ct-major-seventh:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:53.3333333333%}.ct-major-seventh:after{content:"";display:table;clear:both}.ct-major-seventh>svg{display:block;position:absolute;top:0;left:0}.ct-octave{display:block;position:relative;width:100%}.ct-octave:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:50%}.ct-octave:after{content:"";display:table;clear:both}.ct-octave>svg{display:block;position:absolute;top:0;left:0}.ct-major-tenth{display:block;position:relative;width:100%}.ct-major-tenth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:40%}.ct-major-tenth:after{content:"";display:table;clear:both}.ct-major-tenth>svg{display:block;position:absolute;top:0;left:0}.ct-major-eleventh{display:block;position:relative;width:100%}.ct-major-eleventh:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:37.5%}.ct-major-eleventh:after{content:"";display:table;clear:both}.ct-major-eleventh>svg{display:block;position:absolute;top:0;left:0}.ct-major-twelfth{display:block;position:relative;width:100%}.ct-major-twelfth:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:33.3333333333%}.ct-major-twelfth:after{content:"";display:table;clear:both}.ct-major-twelfth>svg{display:block;position:absolute;top:0;left:0}.ct-double-octave{display:block;position:relative;width:100%}.ct-double-octave:before{display:block;float:left;content:"";width:0;height:0;padding-bottom:25%}.ct-double-octave:after{content:"";display:table;clear:both}.ct-double-octave>svg{display:block;position:absolute;top:0;left:0}text.ct-label{fill:rgba(0,0,0,.7);color:rgba(0,0,0,.7)}.graphs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.graphs .ct-label{display:none}.graphs .right .ct-legend.ct-legend-inside{right:10px}.graphs .left .ct-legend.ct-legend-inside{right:-185px}.emissions-by-activity,.emissions-by-scope{padding:20px 0 100px 0;width:40%;height:60%}.performance-against-previous-years-graph{margin-bottom:100px}.ct-perfect-fourth{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:90%}.ct-perfect-fourth>svg{display:block;position:absolute;top:0;left:-13%}.emissions-by-sources-ranked-graph{margin-bottom:145px}.emissions-by-sources-ranked-graph .ct-legend{display:-webkit-box;display:-ms-flexbox;display:flex}.ct-legend{position:relative;list-style-type:none!important}.ct-legend.performance-comparison-legend{display:-webkit-box;display:-ms-flexbox;display:flex}.ct-legend li{color:#125070;font-size:14px!important;position:relative;padding-left:23px;margin-bottom:5px}.ct-legend li:before{background-color:transparent!important;width:6px;height:6px;position:absolute;left:0;content:"";border:3px solid transparent;border-radius:50%}.ct-legend li.inactive:before{background:transparent}.ct-legend.ct-legend-inside{position:absolute;right:115px;-ms-flex-item-align:center;align-self:center}.ct-legend.ct-legend-inside li{display:-webkit-box;display:-ms-flexbox;display:flex;font-size:11px}.ct-legend .ct-series-0:before{background-color:#bae4f0;border-color:#bae4f0}.ct-legend .ct-series-1:before{background-color:#75b042;border-color:#75b042}.ct-legend .ct-series-2:before{background-color:rgba(18,80,112,.7);border-color:rgba(18,80,112,.7)}.ct-legend .ct-series-3:before{background-color:#007b9d;border-color:#007b9d}.ct-legend .ct-series-4:before{background-color:#00a695;border-color:#00a695}.ct-legend .ct-series-5:before{background-color:#157f71;border-color:#157f71}.ct-legend .ct-series-6:before{background-color:#95d5d1;border-color:#95d5d1}.ct-legend .ct-series-7:before{background-color:#f58231;border-color:#f58231}.ct-legend .ct-series-8:before{background-color:#911eb4;border-color:#911eb4}.ct-legend .ct-series-9:before{background-color:#46f0f0;border-color:#46f0f0}.ct-legend .ct-series-10:before{background-color:#f032e6;border-color:#f032e6}.ct-legend .ct-series-11:before{background-color:#bcf60c;border-color:#bcf60c}.ct-legend .ct-series-12:before{background-color:#fabebe;border-color:#fabebe}.ct-legend .ct-series-13:before{background-color:teal;border-color:teal}.ct-legend .ct-series-14:before{background-color:#e6beff;border-color:#e6beff}.ct-legend .ct-series-15:before{background-color:#9a6324;border-color:#9a6324}.ct-legend .ct-series-16:before{background-color:#fffac8;border-color:#fffac8}.ct-legend .ct-series-17:before{background-color:maroon;border-color:maroon}.ct-legend .ct-series-18:before{background-color:#aaffc3;border-color:#aaffc3}.ct-legend .ct-series-19:before{background-color:olive;border-color:olive}.ct-legend .ct-series-20:before{background-color:#ffd8b1;border-color:#ffd8b1}.ct-legend .ct-series-21:before{background-color:#000075;border-color:#000075}.ct-legend .ct-series-22:before{background-color:grey;border-color:grey}.ct-legend .ct-series-23:before{background-color:#ededed;border-color:#ededed}.ct-legend .ct-series-24:before{background-color:#000;border-color:#000}svg.ct-chart-bar,svg.ct-chart-line{overflow:visible}.ct-label.ct-label.ct-horizontal.ct-end{font-size:10px;position:relative;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right;-webkit-transform-origin:100% 0;transform-origin:100% 0;-webkit-transform:translate(-100%) rotate(-45deg);transform:translate(-100%) rotate(-45deg);white-space:nowrap;color:grey}.monthly-total-emissions-graph .ct-label.ct-label.ct-horizontal.ct-end,.reduction-performance-graph .ct-label.ct-label.ct-horizontal.ct-end{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:initial;-webkit-transform-origin:initial;transform-origin:initial;-webkit-transform:initial;transform:none}.reduction-performance-graph .ct-legend{display:grid;grid-template-columns:1fr 1fr 1fr;margin:initial!important;width:21cm}.report-page .emissions-by-activity-graph,.report-page .emissions-by-scope-graph{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.report-page .emissions-by-activity-graph .ct-legend,.report-page .emissions-by-scope-graph .ct-legend{position:relative!important;margin:initial!important;right:auto;-ms-flex-item-align:initial;align-self:auto}table{margin-bottom:40px;border-spacing:0;min-width:200px}table th{font-size:18px;padding:10px 15px;border-right:1px solid hsla(0,0%,49.4%,.2274509804);background-color:#d9e1f2}table th:first-child{border-left:1px solid hsla(0,0%,49.4%,.2274509804)}table th:nth-child(n+3):last-child{border-right:1px solid hsla(0,0%,49.4%,.2274509804);text-align:right}table .heading{font-size:18px;font-weight:600;background-color:#d9e1f2}table .heading td{padding:15px 10px 15px 10px}table tr td{text-align:end;padding:10px 20px 10px 20px;border-bottom:1px solid hsla(0,0%,49.4%,.2274509804);border-right:1px solid hsla(0,0%,49.4%,.2274509804)}table tr td:first-child{border-left:1px solid hsla(0,0%,49.4%,.2274509804);text-align:left}table tr td:nth-child(n+3):last-child{border-right:1px solid hsla(0,0%,49.4%,.2274509804);text-align:right}table tr.subheading{font-size:16px!important;font-weight:600}.table-of-contents{color:#125070}.table-of-contents .title{text-align:left;font-weight:100}.table-of-contents .column,.table-of-contents .column .index{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.table-of-contents .column .index .heading-number{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:25px}.table-of-contents .column .index .sub-heading{margin-left:10px}.table-of-contents .column .index .sub-heading .subheading-number-title{color:#125070;margin-left:30px;font-size:16px;font-weight:100}.table-of-contents .column .index .sub-heading .subheading-number-title:last-child{margin-bottom:15px}.table-of-contents .column .index .row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.table-of-contents .column .index .row .title-number{margin-right:15px}.table-of-contents .column .index .row .heading-number,.table-of-contents .column .index .row .heading-title{margin-top:15px;margin-bottom:3px;font-size:22px;font-weight:600}.table-of-contents .heading{text-align:left}.report-cover .report-logo{display:-webkit-box;display:-ms-flexbox;display:flex;height:60px;margin-bottom:20px}.report-cover .report-logo img{height:100%}.report-cover .width1{max-width:450px}.report-cover .width2{max-width:600px}.report-cover .title{text-align:left;color:#125070;font-weight:500;font-size:24px}.report-cover .organisation-name{text-align:left;color:#125070;font-weight:600;font-size:24px}.report-cover .trading-name{margin-top:10px;text-align:left;color:#125070;font-weight:400;font-size:18px}.report-cover .report-info{font-size:17px;text-align:left;margin-top:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.report-cover .report-info.row,.report-cover .report-info .row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.report-cover .report-info .row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.report-cover .report-info .row :last-child{text-align:right}.report-cover .report-info .row .company-info{text-align:left}.report-cover .img-container{margin-bottom:100px}.report-cover .img-container .small-image{margin-top:50px;height:170px}.report-cover .ekos-web{text-align:left;font-size:18px;color:#125070}.report-cover .prepared-reviewed-container,.report-cover .prepared-reviewed-container .prepared-reviewed{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.report-cover .prepared-reviewed-container .prepared-reviewed{margin-top:30px}.report-cover .org-contact-title{margin-top:40px;text-align:left;font-weight:600}.report-cover .org-contact{text-align:left}.lds-ellipsis{display:inline-block;position:relative;width:80px;height:80px}.lds-ellipsis div{position:absolute;top:33px;width:13px;height:13px;border-radius:50%;background:#007b9d;-webkit-animation-timing-function:cubic-bezier(0,1,1,0);animation-timing-function:cubic-bezier(0,1,1,0)}.lds-ellipsis div:first-child{left:8px;-webkit-animation:lds-ellipsis1 .6s infinite;animation:lds-ellipsis1 .6s infinite}.lds-ellipsis div:nth-child(2){left:8px}.lds-ellipsis div:nth-child(2),.lds-ellipsis div:nth-child(3){-webkit-animation:lds-ellipsis2 .6s infinite;animation:lds-ellipsis2 .6s infinite}.lds-ellipsis div:nth-child(3){left:32px}.lds-ellipsis div:nth-child(4){left:56px;-webkit-animation:lds-ellipsis3 .6s infinite;animation:lds-ellipsis3 .6s infinite}@-webkit-keyframes lds-ellipsis1{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes lds-ellipsis1{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes lds-ellipsis3{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(0);transform:scale(0)}}@keyframes lds-ellipsis3{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(0);transform:scale(0)}}@-webkit-keyframes lds-ellipsis2{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(24px);transform:translate(24px)}}@keyframes lds-ellipsis2{0%{-webkit-transform:translate(0);transform:translate(0)}to{-webkit-transform:translate(24px);transform:translate(24px)}}.admin-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.admin-container .admin-text{color:#125070}.admin-container .autocomplete-input{background-image:none;padding:0}.admin-container .autocomplete-result-list{border-top:1px solid #00426a;background-color:#bae4f0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.admin-container [data-position=below] .autocomplete-result-list{color:#fff;border-top:1px solid #125070!important}.admin-container [data-position=below] .autocomplete-result-list ul{padding:0}.admin-container [data-position=below] .autocomplete-result-list li{background-image:none;padding-left:0;padding-top:20px}.admin-container [data-position=below] .autocomplete-result-list li:hover{cursor:pointer}.admin-container .admin-btn{margin-top:40px}.admin-container .load-schema-btn{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;color:#00426a;border:1px solid #00426a}.admin-container .admin-title{margin-top:120px}.admin-container .search-container{width:100%;max-width:550px;margin:0 auto}.admin-container .autocomplete-input{background-color:transparent!important;border-bottom:1px solid #125070;border-top:0;border-left:0;border-right:0;border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important}.admin-container .autocomplete-result-list{border:none!important;background-color:#007b9d}.admin-container .admin-logo{width:160px;height:60px;margin:40px 0}.admin-container .admin-logo img{width:100%}.reduction-targets .absolute-intensity-table{color:#125070}.reduction-targets .absolute-intensity-table td:nth-child(2n){width:125px}.reduction-targets .absolute-intensity-table td:nth-child(2){width:auto}.reduction-targets .absolute-intensity-table td.bold{font-weight:600}.reduction-targets .absolute-intensity-table th{font-size:16px;text-align:left;font-weight:400}.reduction-targets .absolute-intensity-table th:nth-child(2n){font-weight:600}.reduction-targets .absolute-intensity-table th:nth-child(2){font-weight:400}.reduction-targets .absolute-intensity-table input{width:100%;height:100%;border:none;border-bottom:1px solid #125070;border-radius:0;background-color:transparent;text-align:right;font-size:1.2rem;font-weight:600;color:#125070}.reduction-targets .absolute-intensity-table input:focus{outline:none}.reduction-recommendations{text-align:left}.reduction-recommendations .input-container-row .type{font-weight:600;min-width:150px}.reduction-recommendations .input-container-row .square-button{width:auto;font-size:14px;padding:5px 10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:0}.selected-recommendations table{margin:40px 0 0 0;color:#125070;width:100%}.selected-recommendations table td:first-child{width:20%}.selected-recommendations table td:nth-child(2){width:70%}.selected-recommendations table td:nth-child(3){width:10%}.selected-recommendations table textarea{width:90%}.selected-recommendations table .fa-trash{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#125070;font-size:30px;cursor:pointer}.selected-recommendations table .fa-trash:hover{opacity:.7}.emissions-reduction-performance table{margin-top:40px}.add-emissions-source .row{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:20px 0}.add-emissions-source .row,.add-emissions-source .row .inner-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.add-emissions-source .row .inner-row{margin-right:20px}.add-emissions-source .row .inner-row label{font-size:14px;color:#007b9d;-ms-flex-item-align:center;align-self:center;font-weight:500;text-align:left;min-width:40px}.add-emissions-source .autocomplete-input{background-image:none;padding:0;font-size:14px}.add-emissions-source .autocomplete-result-list{border-top:1px solid #00426a;background-color:#bae4f0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.add-emissions-source [data-position=below] .autocomplete-result-list{color:#fff;border-top:1px solid #125070!important}.add-emissions-source [data-position=below] .autocomplete-result-list ul{padding:0}.add-emissions-source [data-position=below] .autocomplete-result-list li{background-image:none;padding-left:0;padding-top:20px}.add-emissions-source [data-position=below] .autocomplete-result-list li:hover{cursor:pointer}.add-emissions-source .autocomplete-input{background-color:transparent!important;border-bottom:1px solid #125070;border-top:0;border-left:0;border-right:0;border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important}.add-emissions-source .autocomplete-result-list{border:none!important;background-color:#007b9d}.reduction-plan .fas{color:#125070;-ms-flex-item-align:end;align-self:flex-end;font-size:20px;cursor:pointer}.reduction-plan .fas:hover{opacity:.7}.breakpoint-tester{display:none;background-color:red;width:50px;height:50px;position:fixed;left:15%;z-index:99}@media(min-width:2100px){.breakpoint-tester{background-color:orange}}@media(max-width:1200px){.breakpoint-tester{background-color:#f700ff}}@media(max-width:992px){.breakpoint-tester{background-color:#001aff}}@media(max-width:768px){.breakpoint-tester{background-color:#09ff00}}@media(max-width:600px){.breakpoint-tester{background-color:#ffd900}}.tiptap{margin-top:20px;color:#007b9d;border-radius:6px;border:2px solid #bae4f0;background-color:transparent;padding:9px;font-family:Arial,Helvetica,sans-serif;font-size:13px;max-width:640px;min-height:142px}.tiptap>*+*{margin-top:.75em}.tiptap p{margin:initial}.tiptap p,.tiptap ul{color:inherit;text-align:start}.tiptap ol,.tiptap ul{list-style-type:disc;padding:0 1rem}.tiptap ol li,.tiptap ul li{display:list-item}.tiptap h1,.tiptap h2,.tiptap h3,.tiptap h4,.tiptap h5,.tiptap h6{line-height:1.1}.tiptap code{background-color:rgba(97,97,97,.1);color:#616161}.tiptap pre{background:#0d0d0d;color:#fff;font-family:JetBrainsMono,monospace;padding:.75rem 1rem;border-radius:.5rem}.tiptap pre code{color:inherit;padding:0;background:none;font-size:.8rem}.tiptap img{max-width:100%;height:auto}.tiptap blockquote{padding-left:1rem;border-left:2px solid rgba(13,13,13,.1)}.tiptap hr{border:none;border-top:2px solid rgba(13,13,13,.1);margin:2rem 0}.modal[data-v-1538291a]{display:block;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.4)}.modal-title[data-v-1538291a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.modal-title i[data-v-1538291a]{margin-left:10px;cursor:pointer}.modal-content[data-v-1538291a]{background-color:#fff;margin:10% auto;padding:20px;border:1px solid #888;width:80%;max-width:900px}.label-checkbox[data-v-1538291a]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;max-width:300px}.hide[data-v-1538291a]{float:right;font-size:28px;font-weight:700;cursor:pointer}.ct-legend[data-v-943fda30]{display:grid;grid-template-columns:1fr 1fr 1fr}