.admin-wrapper{min-height:100vh;width:100%;max-width:100vw;overflow-x:hidden;background:#f5f7fb;display:flex;font-family:Poppins,sans-serif;box-sizing:border-box}.admin-sidebar{width:260px;min-width:260px;flex-shrink:0;background:#151826;color:#fff;display:flex;flex-direction:column;padding:24px 20px}.admin-sidebar-brand{display:flex;align-items:center;margin-bottom:24px}.admin-sidebar-brand img{max-height:34px}.admin-sidebar-user{font-size:13px;opacity:.8;margin-bottom:24px}.admin-nav{list-style:none;padding:0;margin:0;flex:1}.admin-nav-divider{height:1px;background:#ffffff1f;margin:12px 0}.admin-nav li{margin-bottom:6px}.admin-nav a{display:block;padding:9px 14px;border-radius:999px;color:#d0d4ff;font-size:14px}.admin-nav a i{margin-right:8px}.admin-nav a:hover{background:#ffffff0f;color:#fff}.admin-nav a.active{background:#ff5a6e;color:#fff}.admin-logout-btn{margin-top:12px;border:1px solid rgba(255,255,255,.25);border-radius:999px;padding:6px 10px;background:transparent;color:#fff;font-size:13px;cursor:pointer}.admin-logout-btn:hover{background:#ffffff14}.admin-main{flex:1;min-width:0;display:flex;flex-direction:column;overflow-x:hidden}html.admin-route,body.admin-route,body.admin-route #root{overflow-x:hidden;max-width:100%;width:100%}body.admin-route .admin-wrapper{display:flex!important;flex-direction:row!important;align-items:stretch!important;width:100%!important;max-width:100vw!important;margin:0!important;padding:0!important;box-sizing:border-box!important}body.admin-route .admin-sidebar{width:260px!important;min-width:260px!important;max-width:260px!important;flex:0 0 260px!important;flex-shrink:0!important;flex-direction:column!important;align-items:stretch!important}body.admin-route .admin-main{flex:1 1 auto!important;min-width:0!important;width:auto!important;max-width:calc(100vw - 260px)!important;overflow-x:hidden!important}body.admin-route .admin-content{width:100%!important;max-width:100%!important;box-sizing:border-box!important}body.admin-route .admin-content .table{width:100%!important;max-width:100%!important}.admin-header{padding:20px 30px;background:#fff;border-bottom:1px solid #e7e9f3}.admin-page-title{margin:0;font-size:20px;font-weight:600}.admin-content{padding:24px 30px 40px}.admin-card{background:#fff;border-radius:16px;box-shadow:0 8px 24px #0f235f0f;padding:20px 22px;margin-bottom:24px}.admin-card-header{margin-bottom:16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-card-title{margin:0 0 4px;font-size:18px;font-weight:600}.admin-card-subtitle{margin:0;font-size:13px;color:#7c8199}.admin-btn-primary,button.admin-btn-primary{background:#ff5a6e;border:none;border-radius:999px;color:#fff;font-weight:600;font-size:14px;padding:8px 18px;text-transform:uppercase;letter-spacing:.03em}.admin-btn-primary:hover{background:#ff3e57}.admin-btn-secondary,button.admin-btn-secondary{background:#fff;border-radius:999px;border:1px solid #d3d7ec;color:#3b4260;font-size:13px;padding:6px 14px}.admin-btn-secondary:hover{background:#f5f7fb}.admin-btn-xs{padding:4px 10px;font-size:12px}.admin-btn-xxs{padding:3px 8px;font-size:11px;line-height:1.25}.admin-btn-compact{text-transform:none;letter-spacing:0;padding:2px 8px;font-size:10px;font-weight:600}.admin-btn-danger,button.admin-btn-danger{border-color:#f5c2c7;color:#b42318}.admin-btn-danger:hover{background:#fff5f5}.admin-checkbox-label{display:flex;align-items:center;gap:8px;font-size:13px;color:#3b4260;cursor:pointer}.admin-subscription-modal{max-width:720px;width:100%}.admin-badge{display:inline-block;padding:3px 8px;border-radius:999px;font-size:11px;font-weight:600}.admin-badge-success{background:#40b5871f;color:#2e8b57}.admin-badge-muted{background:#7b84ad1f;color:#7b84ad}.admin-badge-pending{background:#ffb8001f;color:#c28a00}.admin-badge-approved{background:#40b5871f;color:#2e8b57}.admin-badge-rejected,.admin-badge-danger{background:#f443361f;color:#c62828}.admin-table-card{overflow-x:auto}.admin-table{width:100%;margin-bottom:0}.admin-table thead tr{background:#f8f9fe}.admin-table thead th{border-bottom:none;font-size:13px;color:#7c8199;font-weight:600}.admin-table tbody tr:hover{background:#f9fbff}.admin-row-unread{background:#fff7f8;border-left:3px solid #ff5a6e}.admin-filters{display:flex;align-items:center;gap:12px;margin-bottom:16px;flex-wrap:wrap}.admin-filter-field{flex:1;min-width:220px;margin-bottom:0!important}.admin-form-field-align-end{display:flex;align-items:flex-end}.admin-filter-label{font-size:13px;color:#555a76}.admin-filter-pills{gap:8px}.admin-filter-pill{border:1px solid #d6dbef;background:#fff;color:#505672;border-radius:999px;padding:5px 11px;font-size:12px;font-weight:500}.admin-filter-pill:hover{background:#f6f8ff}.admin-filter-pill.active{background:#ff5a6e;border-color:#ff5a6e;color:#fff}.admin-post-chip{display:inline-flex;align-items:center;gap:6px;max-width:210px;border:1px solid #e2e6f5;border-radius:999px;padding:3px 9px;background:#f9fbff}.admin-post-chip-id{font-size:11px;color:#7f86a7}.admin-post-chip-title{font-size:13px;color:#2f3550;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-post-chip-link{color:inherit;text-decoration:none}.admin-post-chip-link:hover{background:#f1f6ff;border-color:#cfd7f3}.admin-post-chip-link i{font-size:10px;color:#8b92b4}.admin-table .admin-col-post{width:1%;white-space:nowrap;padding-right:6px}.admin-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.admin-stat-card{padding:16px 18px;border-radius:16px;background:linear-gradient(135deg,#fff,#f8f9ff);border:1px solid #e4e7f5}.admin-stat-label{font-size:13px;color:#7c8199;margin-bottom:6px}.admin-stat-value{font-size:22px;font-weight:700;color:#252a3f}.admin-stat-icon{margin-top:8px;font-size:18px;color:#ff5a6e}.admin-health-ok{color:#1f8f4e}.admin-health-warn{color:#c47d00}.admin-health-error{color:#d63b4a}.admin-health-muted{color:#7c8199}.login-area{min-height:100vh;padding:60px 15px;background:#f5f7fb}.admin-login-area .login-box{max-width:420px;margin:0 auto}.admin-login-area .content{border-radius:16px}.admin-login-logo{max-height:40px;margin-bottom:16px}.admin-login-subtitle{font-size:13px;color:#7c8199;margin-bottom:16px}.admin-alert{padding:8px 10px;border-radius:10px;font-size:13px;margin-bottom:12px}.admin-alert-error{background:#ffe6ea;color:#b71c1c}.admin-form-grid{display:grid;gap:14px}.admin-form-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-form-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-switches-row{display:flex;gap:12px;flex-wrap:wrap;margin:4px 0 14px}.admin-switch{display:inline-flex;align-items:center;gap:10px;background:#f8f9fe;border:1px solid #e4e7f5;border-radius:999px;padding:7px 12px 7px 8px;cursor:pointer}.admin-switch input{position:absolute;opacity:0;width:0;height:0}.admin-switch-slider{width:38px;height:22px;border-radius:999px;background:#cfd5ec;position:relative;transition:background .2s ease}.admin-switch-slider:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;transition:transform .2s ease;box-shadow:0 2px 6px #0f235f33}.admin-switch input:checked+.admin-switch-slider{background:#ff5a6e}.admin-switch input:checked+.admin-switch-slider:after{transform:translate(16px)}.admin-switch-label{font-size:13px;color:#3b4260;font-weight:500}.admin-help-text{margin-top:8px;margin-bottom:0;color:#7c8199;font-size:12px}.admin-icon-preview{margin-top:8px}.admin-icon-preview img{max-width:80px;max-height:80px;border-radius:10px;border:1px solid #e4e7f5}.admin-form-actions{margin-top:16px}.admin-icon-choices{margin-top:10px;display:flex;gap:8px;flex-wrap:wrap}.admin-icon-choice{width:38px;height:38px;border-radius:10px;border:1px solid #e4e7f5;background:#fff;color:#ff5a6e;display:inline-flex;align-items:center;justify-content:center;font-size:16px}.admin-icon-choice:hover{background:#fff6f7}.admin-icon-choice.active{border-color:#ff5a6e;box-shadow:0 0 0 2px #ff5a6e26}.admin-section-title{margin:20px 0 12px;font-size:15px;font-weight:600;color:#3d4466}.admin-section-title:first-of-type{margin-top:0}.admin-checkbox-list{display:flex;flex-direction:column;gap:8px;padding:12px;background:#f8f9fe;border:1px solid #e4e7f5;border-radius:10px}.admin-checkbox-item{display:flex;align-items:center;gap:10px;cursor:pointer;color:#4a5568;font-size:14px}.admin-page .form-group{margin-bottom:14px}.admin-page .form-group label{display:block;margin-bottom:6px;font-size:13px;font-weight:500;color:#3b4260}.admin-page .form-control,.admin-page select.form-control,.admin-page .admin-input{width:100%;padding:10px 12px;font-size:14px;font-family:inherit;line-height:1.4;color:#323a45;background-color:#fff;border:1px solid #e4e7f5;border-radius:10px;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box;min-height:42px}.admin-page textarea.form-control{min-height:88px;resize:vertical}.admin-page .form-control:hover,.admin-page select.form-control:hover,.admin-page .admin-input:hover{border-color:#cfd5ec}.admin-page .form-control:focus,.admin-page select.form-control:focus,.admin-page .admin-input:focus{outline:none;border-color:#ff5a6e;box-shadow:0 0 0 3px #ff5a6e1f}.admin-page .form-control::placeholder,.admin-page .admin-input::placeholder{color:#9aa0b8}.admin-card-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.admin-back-link{display:inline-flex;align-items:center;gap:6px;margin-bottom:16px;text-decoration:none}.admin-detail-meta{display:grid;gap:8px;margin:12px 0 0}.admin-detail-meta-row{display:flex;gap:8px;font-size:14px}.admin-detail-meta-row span:first-child{color:#7c8199;min-width:120px}.admin-toolbar{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.admin-subscription-list{display:flex;flex-direction:column;gap:12px}.admin-subscription-item{border:1px solid #e4e7f5;border-radius:12px;padding:14px 16px;background:#f8f9fe}.admin-subscription-item-header{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-bottom:8px}.admin-subscription-item-title{font-size:15px;font-weight:600;color:#2b3147}.admin-subscription-item-meta{margin:0 0 6px;font-size:13px;color:#5a6178}.admin-subscription-item-url{word-break:break-all;font-family:monospace;font-size:12px;color:#4a5568;background:#fff;border:1px solid #e4e7f5;border-radius:8px;padding:8px 10px;margin:8px 0}.admin-subscription-item-error{color:#c62828;font-size:13px;margin:6px 0 0}.admin-table-actions{display:flex;gap:6px;flex-wrap:wrap}.admin-empty-text{color:#7c8199;font-size:14px;margin:8px 0 0}.admin-form-row-compact{display:flex;flex-wrap:wrap;gap:14px;align-items:flex-end}.admin-field-narrow{flex:0 0 96px;max-width:96px}.admin-field-compact{flex:1 1 160px;min-width:140px}.admin-textarea-sm{min-height:64px!important}.admin-modal-overlay{position:fixed;inset:0;background:#15182673;z-index:1200;display:flex;align-items:center;justify-content:center;padding:20px}.admin-modal{width:min(760px,100%);max-height:min(90vh,900px);background:#fff;border-radius:16px;box-shadow:0 24px 60px #15182633;display:flex;flex-direction:column;overflow:hidden}.admin-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:20px 22px 0}.admin-modal-close{width:36px;height:36px;border:none;border-radius:10px;background:#f3f5fb;color:#5a6178;font-size:22px;line-height:1;cursor:pointer}.admin-modal-close:hover{background:#e8ebf6}.admin-modal-form{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.admin-modal-scroll{flex:1;min-height:0;overflow-y:auto;padding:0 22px}.admin-modal-footer{flex-shrink:0;padding:16px 22px 22px;margin-top:0;border-top:1px solid #e4e7f5;background:#fff}.admin-tabs{display:flex;gap:6px;padding:14px 22px 0;border-bottom:1px solid #e4e7f5}.admin-tab{border:none;background:transparent;color:#6b728e;font-size:14px;font-weight:500;padding:10px 14px;border-radius:10px 10px 0 0;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.admin-tab.active{color:#ff5a6e;background:#fff6f7}.admin-tab-badge{min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#ff5a6e;color:#fff;font-size:11px;display:inline-flex;align-items:center;justify-content:center}.admin-pricing-tab{padding-top:16px}.connection-name{display:inline-flex;align-items:center;gap:8px;min-width:0}.connection-flag{width:24px;height:auto;max-height:18px;object-fit:contain;border-radius:2px;box-shadow:0 0 0 1px #0f235f1f;flex-shrink:0}.connection-name-text{min-width:0;word-break:break-word}.admin-inbound-table-subtitle{margin-top:4px;font-size:12px;color:#7c8199}.admin-inbound-picker{display:flex;flex-direction:column;gap:12px}.admin-inbound-chips{display:flex;flex-wrap:wrap;gap:8px}.admin-inbound-chip{display:inline-flex;align-items:center;gap:6px;border:1px solid #ffc9d0;background:#fff6f7;color:#c43d52;border-radius:999px;padding:5px 10px;font-size:13px;cursor:pointer;max-width:100%;word-break:break-word}.admin-inbound-chip-remove{font-size:16px;line-height:1}.admin-inbound-toolbar{display:flex;flex-direction:column;gap:10px}.admin-inbound-search{max-width:100%}.admin-inbound-filters{display:flex;gap:8px;flex-wrap:wrap}.admin-inbound-filter{border:1px solid #e4e7f5;background:#fff;color:#5a6178;border-radius:999px;padding:6px 12px;font-size:12px;cursor:pointer}.admin-inbound-filter.active{border-color:#ff5a6e;background:#fff6f7;color:#ff5a6e}.admin-inbound-list{display:flex;flex-direction:column;gap:8px}.admin-inbound-card{display:grid;grid-template-columns:28px minmax(0,1fr);gap:12px;align-items:start;border:1px solid #e4e7f5;border-radius:12px;padding:12px 14px;background:#fff;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease;margin:0}.admin-inbound-card:hover{border-color:#cfd5ec}.admin-inbound-card.selected{border-color:#ff5a6e;box-shadow:0 0 0 2px #ff5a6e1f;background:#fffafb}.admin-inbound-card.disabled{opacity:.72}.admin-inbound-card-check{display:flex;align-items:flex-start;justify-content:center;padding-top:2px}.admin-inbound-checkbox{width:18px;height:18px;min-width:18px;min-height:18px;margin:0;padding:0;flex-shrink:0;accent-color:#ff5a6e;cursor:pointer;box-shadow:none;border-radius:4px;appearance:auto}.admin-page input[type=checkbox].admin-inbound-checkbox{min-height:18px}.admin-inbound-card-body{min-width:0}.admin-inbound-card-title{font-size:14px;font-weight:600;color:#2b3147;line-height:1.4;word-break:break-word;overflow-wrap:anywhere}.admin-inbound-card-subtitle{font-size:12px;color:#9aa0b8;margin-top:2px;word-break:break-word;overflow-wrap:anywhere}.admin-inbound-card-meta{font-size:12px;color:#7c8199;margin-top:6px;line-height:1.45;word-break:break-word;overflow-wrap:anywhere}.admin-inbound-card-badge{display:inline-block;margin-top:8px}.admin-state-card{text-align:center;padding:28px 20px}.admin-state-title{margin:0 0 8px;font-size:18px;color:#2b3147;font-weight:600}.admin-state-text{margin:0;color:#7c8199;font-size:14px}.admin-skeleton-line,.admin-skeleton-title,.admin-nav-skeleton-item{display:block;border-radius:8px;background:linear-gradient(90deg,#ffffff14,#ffffff29,#ffffff14);background-size:200% 100%;animation:admin-skeleton-pulse 1.4s ease-in-out infinite}.admin-sidebar-skeleton .admin-sidebar-user.admin-skeleton-line{height:14px;width:70%;margin-bottom:24px}.admin-nav-skeleton-item{height:36px;width:100%;margin-bottom:6px}.admin-skeleton-title{height:22px;width:180px;background:linear-gradient(90deg,#e8ecf3,#f3f5f9,#e8ecf3);background-size:200% 100%}@keyframes admin-skeleton-pulse{0%,to{opacity:1}50%{opacity:.55}}.admin-audit-list-card{padding:0;overflow:hidden}.admin-audit-day-group+.admin-audit-day-group{border-top:1px solid #e8ebf6}.admin-audit-day-title{margin:0;padding:14px 20px 10px;font-size:13px;font-weight:600;color:#6b728e;text-transform:uppercase;letter-spacing:.04em;background:#f8f9fe;position:sticky;top:0;z-index:1}.admin-audit-day-items{display:flex;flex-direction:column}.admin-audit-item{border-bottom:1px solid #eef1f8}.admin-audit-item:last-child{border-bottom:none}.admin-audit-item-main{display:grid;grid-template-columns:56px minmax(0,1fr) auto;gap:12px;align-items:start;padding:12px 20px}.admin-audit-time{font-size:13px;font-weight:600;color:#7c8199;padding-top:2px}.admin-audit-item-head{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.admin-audit-action{font-size:14px;font-weight:600;color:#2b3147}.admin-audit-actor{font-size:11px}.admin-audit-entity{margin:4px 0 0;font-size:12px;color:#7c8199}.admin-audit-toggle{border:1px solid #e4e7f5;background:#fff;color:#5a6178;border-radius:8px;padding:5px 10px;font-size:12px;cursor:pointer;white-space:nowrap}.admin-audit-toggle:hover{border-color:#cfd5ec;background:#f8f9fe}.admin-audit-details{margin:0 20px 14px 88px;padding:10px 12px;font-size:12px;line-height:1.45;color:#4a5568;background:#f8f9fe;border:1px solid #e4e7f5;border-radius:10px;white-space:pre-wrap;word-break:break-word;max-height:200px;overflow-y:auto}.admin-audit-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding:14px 20px;border-top:1px solid #e8ebf6;background:#fafbff}.admin-audit-range{font-size:13px;color:#6b728e}.admin-audit-pagination-actions{display:flex;align-items:center;gap:10px}.admin-audit-page-num{font-size:13px;color:#3b4260;min-width:64px;text-align:center}@media (max-width: 767px){.admin-audit-item-main{grid-template-columns:48px minmax(0,1fr)}.admin-audit-toggle{grid-column:2;justify-self:start;margin-top:4px}.admin-audit-details{margin-left:20px}}.blog-area.single .blog-info-header{margin-bottom:20px}.blog-area.single .blog-items .item{border-radius:16px;overflow:hidden}.blog-area.single .blog-info-header h2{margin-bottom:10px}.blog-area.single .post-back-link{margin-top:24px}.blog-area.single .post-back-link a{font-weight:600;color:#ff5a6e}.blog-area.single .post-back-link a:hover{color:#ff3e57}.blog-area.single .comments-sidebar{margin-top:20px;background:#fff;border-radius:16px;box-shadow:0 8px 24px #0f235f0f;padding:20px 22px}@media (max-width: 991px){body.admin-route .admin-wrapper{flex-direction:column!important}body.admin-route .admin-sidebar{width:100%!important;min-width:0!important;max-width:100%!important;flex:0 0 auto!important;flex-direction:row!important;align-items:center;justify-content:space-between}body.admin-route .admin-main{max-width:100%!important}.admin-nav{display:flex;gap:6px}.admin-nav li{margin-bottom:0}.admin-main{width:100%}.admin-form-grid-2,.admin-form-grid-3{grid-template-columns:1fr}.admin-field-narrow,.admin-field-compact{flex:1 1 100%;max-width:100%}.admin-modal{max-height:95vh}}/*!
 * Font Awesome Free 5.1.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;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{animation:a 2s infinite linear}.fa-pulse{animation:a 1s infinite steps(8)}@keyframes a{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:""}.fa-accessible-icon:before{content:""}.fa-accusoft: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-algolia:before{content:""}.fa-align-center:before{content:""}.fa-align-justify:before{content:""}.fa-align-left:before{content:""}.fa-align-right: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-anchor:before{content:""}.fa-android: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-app-store:before{content:""}.fa-app-store-ios:before{content:""}.fa-apper:before{content:""}.fa-apple: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-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-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrows-alt:before{content:""}.fa-arrows-alt-h:before{content:""}.fa-arrows-alt-v: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-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-backspace:before{content:""}.fa-backward:before{content:""}.fa-balance-scale:before{content:""}.fa-ban:before{content:""}.fa-band-aid:before{content:""}.fa-bandcamp:before{content:""}.fa-barcode:before{content:""}.fa-bars:before{content:""}.fa-baseball-ball:before{content:""}.fa-basketball-ball:before{content:""}.fa-bath:before{content:""}.fa-battery-empty:before{content:""}.fa-battery-full:before{content:""}.fa-battery-half:before{content:""}.fa-battery-quarter:before{content:""}.fa-battery-three-quarters:before{content:""}.fa-bed:before{content:""}.fa-beer:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-bell:before{content:""}.fa-bell-slash:before{content:""}.fa-bezier-curve:before{content:""}.fa-bicycle:before{content:""}.fa-bimobject:before{content:""}.fa-binoculars: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-blender:before{content:""}.fa-blind: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-bong:before{content:""}.fa-book:before{content:""}.fa-book-open:before{content:""}.fa-bookmark:before{content:""}.fa-bowling-ball:before{content:""}.fa-box:before{content:""}.fa-box-open:before{content:""}.fa-boxes:before{content:""}.fa-braille:before{content:""}.fa-briefcase:before{content:""}.fa-briefcase-medical:before{content:""}.fa-broadcast-tower:before{content:""}.fa-broom:before{content:""}.fa-brush:before{content:""}.fa-btc:before{content:""}.fa-bug:before{content:""}.fa-building:before{content:""}.fa-bullhorn:before{content:""}.fa-bullseye:before{content:""}.fa-burn:before{content:""}.fa-buromobelexperte:before{content:""}.fa-bus:before{content:""}.fa-bus-alt:before{content:""}.fa-buysellads:before{content:""}.fa-calculator:before{content:""}.fa-calendar:before{content:""}.fa-calendar-alt:before{content:""}.fa-calendar-check:before{content:""}.fa-calendar-minus:before{content:""}.fa-calendar-plus:before{content:""}.fa-calendar-times:before{content:""}.fa-camera:before{content:""}.fa-camera-retro:before{content:""}.fa-cannabis:before{content:""}.fa-capsules:before{content:""}.fa-car: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-cart-arrow-down:before{content:""}.fa-cart-plus:before{content:""}.fa-cc-amazon-pay:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-apple-pay:before{content:""}.fa-cc-diners-club:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-cc-visa:before{content:""}.fa-centercode:before{content:""}.fa-certificate:before{content:""}.fa-chalkboard:before{content:""}.fa-chalkboard-teacher:before{content:""}.fa-chart-area:before{content:""}.fa-chart-bar:before{content:""}.fa-chart-line:before{content:""}.fa-chart-pie:before{content:""}.fa-check:before{content:""}.fa-check-circle:before{content:""}.fa-check-double:before{content:""}.fa-check-square:before{content:""}.fa-chess:before{content:""}.fa-chess-bishop:before{content:""}.fa-chess-board:before{content:""}.fa-chess-king:before{content:""}.fa-chess-knight:before{content:""}.fa-chess-pawn:before{content:""}.fa-chess-queen:before{content:""}.fa-chess-rook: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-down:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-chevron-up:before{content:""}.fa-child:before{content:""}.fa-chrome:before{content:""}.fa-church:before{content:""}.fa-circle:before{content:""}.fa-circle-notch:before{content:""}.fa-clipboard:before{content:""}.fa-clipboard-check:before{content:""}.fa-clipboard-list:before{content:""}.fa-clock:before{content:""}.fa-clone:before{content:""}.fa-closed-captioning:before{content:""}.fa-cloud:before{content:""}.fa-cloud-download-alt:before{content:""}.fa-cloud-upload-alt:before{content:""}.fa-cloudscale:before{content:""}.fa-cloudsmith:before{content:""}.fa-cloudversify:before{content:""}.fa-cocktail:before{content:""}.fa-code:before{content:""}.fa-code-branch:before{content:""}.fa-codepen:before{content:""}.fa-codiepie:before{content:""}.fa-coffee:before{content:""}.fa-cog:before{content:""}.fa-cogs:before{content:""}.fa-coins:before{content:""}.fa-columns:before{content:""}.fa-comment:before{content:""}.fa-comment-alt:before{content:""}.fa-comment-dots:before{content:""}.fa-comment-slash:before{content:""}.fa-comments:before{content:""}.fa-compact-disc:before{content:""}.fa-compass:before{content:""}.fa-compress:before{content:""}.fa-concierge-bell:before{content:""}.fa-connectdevelop:before{content:""}.fa-contao:before{content:""}.fa-cookie:before{content:""}.fa-cookie-bite:before{content:""}.fa-copy:before{content:""}.fa-copyright:before{content:""}.fa-couch: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-credit-card:before{content:""}.fa-crop:before{content:""}.fa-crop-alt:before{content:""}.fa-crosshairs:before{content:""}.fa-crow:before{content:""}.fa-crown:before{content:""}.fa-css3:before{content:""}.fa-css3-alt:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-cut:before{content:""}.fa-cuttlefish:before{content:""}.fa-d-and-d:before{content:""}.fa-dashcube:before{content:""}.fa-database:before{content:""}.fa-deaf:before{content:""}.fa-delicious:before{content:""}.fa-deploydog:before{content:""}.fa-deskpro:before{content:""}.fa-desktop:before{content:""}.fa-deviantart:before{content:""}.fa-diagnoses:before{content:""}.fa-dice: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-digital-ocean:before{content:""}.fa-digital-tachograph:before{content:""}.fa-discord:before{content:""}.fa-discourse:before{content:""}.fa-divide:before{content:""}.fa-dizzy:before{content:""}.fa-dna:before{content:""}.fa-dochub:before{content:""}.fa-docker:before{content:""}.fa-dollar-sign:before{content:""}.fa-dolly:before{content:""}.fa-dolly-flatbed: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-dribbble:before{content:""}.fa-dribbble-square:before{content:""}.fa-dropbox:before{content:""}.fa-drum:before{content:""}.fa-drum-steelpan:before{content:""}.fa-drupal:before{content:""}.fa-dumbbell:before{content:""}.fa-dyalog:before{content:""}.fa-earlybirds:before{content:""}.fa-ebay:before{content:""}.fa-edge:before{content:""}.fa-edit:before{content:""}.fa-eject:before{content:""}.fa-elementor:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-ember:before{content:""}.fa-empire:before{content:""}.fa-envelope:before{content:""}.fa-envelope-open: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-etsy:before{content:""}.fa-euro-sign:before{content:""}.fa-exchange-alt:before{content:""}.fa-exclamation:before{content:""}.fa-exclamation-circle:before{content:""}.fa-exclamation-triangle:before{content:""}.fa-expand:before{content:""}.fa-expand-arrows-alt:before{content:""}.fa-expeditedssl:before{content:""}.fa-external-link-alt:before{content:""}.fa-external-link-square-alt:before{content:""}.fa-eye:before{content:""}.fa-eye-dropper: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-fast-backward:before{content:""}.fa-fast-forward:before{content:""}.fa-fax:before{content:""}.fa-feather:before{content:""}.fa-feather-alt:before{content:""}.fa-female:before{content:""}.fa-fighter-jet:before{content:""}.fa-file:before{content:""}.fa-file-alt:before{content:""}.fa-file-archive:before{content:""}.fa-file-audio:before{content:""}.fa-file-code:before{content:""}.fa-file-contract:before{content:""}.fa-file-download:before{content:""}.fa-file-excel: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-pdf:before{content:""}.fa-file-powerpoint:before{content:""}.fa-file-prescription:before{content:""}.fa-file-signature:before{content:""}.fa-file-upload:before{content:""}.fa-file-video:before{content:""}.fa-file-word:before{content:""}.fa-fill:before{content:""}.fa-fill-drip:before{content:""}.fa-film:before{content:""}.fa-filter:before{content:""}.fa-fingerprint:before{content:""}.fa-fire:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-firefox: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-flag:before{content:""}.fa-flag-checkered:before{content:""}.fa-flask:before{content:""}.fa-flickr:before{content:""}.fa-flipboard:before{content:""}.fa-flushed:before{content:""}.fa-fly:before{content:""}.fa-folder:before{content:""}.fa-folder-open: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-fonticons:before{content:""}.fa-fonticons-fi:before{content:""}.fa-football-ball: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-free-code-camp:before{content:""}.fa-freebsd:before{content:""}.fa-frog:before{content:""}.fa-frown:before{content:""}.fa-frown-open:before{content:""}.fa-fulcrum:before{content:""}.fa-futbol:before{content:""}.fa-galactic-republic:before{content:""}.fa-galactic-senate:before{content:""}.fa-gamepad:before{content:""}.fa-gas-pump: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-gift:before{content:""}.fa-git: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-martini:before{content:""}.fa-glass-martini-alt:before{content:""}.fa-glasses: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-gofore:before{content:""}.fa-golf-ball:before{content:""}.fa-goodreads:before{content:""}.fa-goodreads-g:before{content:""}.fa-google:before{content:""}.fa-google-drive:before{content:""}.fa-google-play:before{content:""}.fa-google-plus:before{content:""}.fa-google-plus-g:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-wallet:before{content:""}.fa-graduation-cap: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-vertical:before{content:""}.fa-gripfire:before{content:""}.fa-grunt:before{content:""}.fa-gulp:before{content:""}.fa-h-square:before{content:""}.fa-hacker-news:before{content:""}.fa-hacker-news-square:before{content:""}.fa-hand-holding:before{content:""}.fa-hand-holding-heart:before{content:""}.fa-hand-holding-usd:before{content:""}.fa-hand-lizard: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-rock:before{content:""}.fa-hand-scissors:before{content:""}.fa-hand-spock:before{content:""}.fa-hands:before{content:""}.fa-hands-helping:before{content:""}.fa-handshake:before{content:""}.fa-hashtag:before{content:""}.fa-hdd:before{content:""}.fa-heading:before{content:""}.fa-headphones:before{content:""}.fa-headphones-alt:before{content:""}.fa-headset:before{content:""}.fa-heart:before{content:""}.fa-heartbeat:before{content:""}.fa-helicopter:before{content:""}.fa-highlighter:before{content:""}.fa-hips:before{content:""}.fa-hire-a-helper:before{content:""}.fa-history:before{content:""}.fa-hockey-puck:before{content:""}.fa-home:before{content:""}.fa-hooli:before{content:""}.fa-hornbill:before{content:""}.fa-hospital:before{content:""}.fa-hospital-alt:before{content:""}.fa-hospital-symbol:before{content:""}.fa-hot-tub: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-houzz:before{content:""}.fa-html5:before{content:""}.fa-hubspot:before{content:""}.fa-i-cursor:before{content:""}.fa-id-badge:before{content:""}.fa-id-card:before{content:""}.fa-id-card-alt:before{content:""}.fa-image:before{content:""}.fa-images:before{content:""}.fa-imdb:before{content:""}.fa-inbox:before{content:""}.fa-indent:before{content:""}.fa-industry:before{content:""}.fa-infinity:before{content:""}.fa-info:before{content:""}.fa-info-circle:before{content:""}.fa-instagram:before{content:""}.fa-internet-explorer:before{content:""}.fa-ioxhost:before{content:""}.fa-italic:before{content:""}.fa-itunes:before{content:""}.fa-itunes-note:before{content:""}.fa-java:before{content:""}.fa-jedi-order:before{content:""}.fa-jenkins:before{content:""}.fa-joget:before{content:""}.fa-joint:before{content:""}.fa-joomla:before{content:""}.fa-js:before{content:""}.fa-js-square:before{content:""}.fa-jsfiddle:before{content:""}.fa-key:before{content:""}.fa-keybase:before{content:""}.fa-keyboard:before{content:""}.fa-keycdn:before{content:""}.fa-kickstarter:before{content:""}.fa-kickstarter-k:before{content:""}.fa-kiss:before{content:""}.fa-kiss-beam:before{content:""}.fa-kiss-wink-heart:before{content:""}.fa-kiwi-bird:before{content:""}.fa-korvue:before{content:""}.fa-language:before{content:""}.fa-laptop:before{content:""}.fa-laravel: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-leaf: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-alt:before{content:""}.fa-level-up-alt:before{content:""}.fa-life-ring:before{content:""}.fa-lightbulb:before{content:""}.fa-line:before{content:""}.fa-link:before{content:""}.fa-linkedin:before{content:""}.fa-linkedin-in:before{content:""}.fa-linode:before{content:""}.fa-linux:before{content:""}.fa-lira-sign:before{content:""}.fa-list:before{content:""}.fa-list-alt:before{content:""}.fa-list-ol:before{content:""}.fa-list-ul:before{content:""}.fa-location-arrow:before{content:""}.fa-lock:before{content:""}.fa-lock-open: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-low-vision:before{content:""}.fa-luggage-cart:before{content:""}.fa-lyft:before{content:""}.fa-magento:before{content:""}.fa-magic:before{content:""}.fa-magnet:before{content:""}.fa-mailchimp:before{content:""}.fa-male:before{content:""}.fa-mandalorian: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-pin:before{content:""}.fa-map-signs: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-mastodon:before{content:""}.fa-maxcdn: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-megaport:before{content:""}.fa-meh:before{content:""}.fa-meh-blank:before{content:""}.fa-meh-rolling-eyes:before{content:""}.fa-memory:before{content:""}.fa-mercury: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-microsoft:before{content:""}.fa-minus:before{content:""}.fa-minus-circle:before{content:""}.fa-minus-square:before{content:""}.fa-mix:before{content:""}.fa-mixcloud:before{content:""}.fa-mizuni:before{content:""}.fa-mobile:before{content:""}.fa-mobile-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-monument:before{content:""}.fa-moon:before{content:""}.fa-mortar-pestle:before{content:""}.fa-motorcycle:before{content:""}.fa-mouse-pointer:before{content:""}.fa-music:before{content:""}.fa-napster:before{content:""}.fa-neuter:before{content:""}.fa-newspaper:before{content:""}.fa-nimblr:before{content:""}.fa-nintendo-switch: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-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-old-republic:before{content:""}.fa-opencart:before{content:""}.fa-openid:before{content:""}.fa-opera:before{content:""}.fa-optin-monster:before{content:""}.fa-osi:before{content:""}.fa-outdent:before{content:""}.fa-page4:before{content:""}.fa-pagelines:before{content:""}.fa-paint-brush:before{content:""}.fa-paint-roller:before{content:""}.fa-palette:before{content:""}.fa-palfed:before{content:""}.fa-pallet:before{content:""}.fa-paper-plane:before{content:""}.fa-paperclip:before{content:""}.fa-parachute-box:before{content:""}.fa-paragraph:before{content:""}.fa-parking:before{content:""}.fa-passport:before{content:""}.fa-paste:before{content:""}.fa-patreon:before{content:""}.fa-pause:before{content:""}.fa-pause-circle:before{content:""}.fa-paw:before{content:""}.fa-paypal: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-alt:before{content:""}.fa-pencil-ruler:before{content:""}.fa-people-carry:before{content:""}.fa-percent:before{content:""}.fa-percentage:before{content:""}.fa-periscope:before{content:""}.fa-phabricator:before{content:""}.fa-phoenix-framework:before{content:""}.fa-phoenix-squadron:before{content:""}.fa-phone:before{content:""}.fa-phone-slash:before{content:""}.fa-phone-square:before{content:""}.fa-phone-volume:before{content:""}.fa-php:before{content:""}.fa-pied-piper:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-pied-piper-hat:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-piggy-bank:before{content:""}.fa-pills:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-p:before{content:""}.fa-pinterest-square:before{content:""}.fa-plane:before{content:""}.fa-plane-arrival:before{content:""}.fa-plane-departure: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-square:before{content:""}.fa-podcast:before{content:""}.fa-poo:before{content:""}.fa-portrait:before{content:""}.fa-pound-sign:before{content:""}.fa-power-off:before{content:""}.fa-prescription:before{content:""}.fa-prescription-bottle:before{content:""}.fa-prescription-bottle-alt:before{content:""}.fa-print:before{content:""}.fa-procedures:before{content:""}.fa-product-hunt:before{content:""}.fa-project-diagram: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-quidditch:before{content:""}.fa-quinscape:before{content:""}.fa-quora:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-r-project:before{content:""}.fa-random:before{content:""}.fa-ravelry:before{content:""}.fa-react:before{content:""}.fa-readme:before{content:""}.fa-rebel:before{content:""}.fa-receipt: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-redo:before{content:""}.fa-redo-alt:before{content:""}.fa-registered:before{content:""}.fa-rendact:before{content:""}.fa-renren:before{content:""}.fa-reply:before{content:""}.fa-reply-all:before{content:""}.fa-replyd:before{content:""}.fa-researchgate:before{content:""}.fa-resolving:before{content:""}.fa-retweet:before{content:""}.fa-ribbon:before{content:""}.fa-road:before{content:""}.fa-robot:before{content:""}.fa-rocket:before{content:""}.fa-rocketchat:before{content:""}.fa-rockrms: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-vertical:before{content:""}.fa-rupee-sign:before{content:""}.fa-sad-cry:before{content:""}.fa-sad-tear:before{content:""}.fa-safari:before{content:""}.fa-sass:before{content:""}.fa-save:before{content:""}.fa-schlix:before{content:""}.fa-school:before{content:""}.fa-screwdriver:before{content:""}.fa-scribd:before{content:""}.fa-search: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-server:before{content:""}.fa-servicestack:before{content:""}.fa-share:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-share-square:before{content:""}.fa-shekel-sign:before{content:""}.fa-shield-alt:before{content:""}.fa-ship:before{content:""}.fa-shipping-fast:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-shoe-prints:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-shopping-cart:before{content:""}.fa-shopware:before{content:""}.fa-shower:before{content:""}.fa-shuttle-van:before{content:""}.fa-sign:before{content:""}.fa-sign-in-alt:before{content:""}.fa-sign-language:before{content:""}.fa-sign-out-alt:before{content:""}.fa-signal:before{content:""}.fa-signature:before{content:""}.fa-simplybuilt:before{content:""}.fa-sistrix:before{content:""}.fa-sitemap:before{content:""}.fa-sith:before{content:""}.fa-skull:before{content:""}.fa-skyatlas:before{content:""}.fa-skype:before{content:""}.fa-slack:before{content:""}.fa-slack-hash:before{content:""}.fa-sliders-h:before{content:""}.fa-slideshare:before{content:""}.fa-smile:before{content:""}.fa-smile-beam:before{content:""}.fa-smile-wink:before{content:""}.fa-smoking:before{content:""}.fa-smoking-ban:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-snowflake:before{content:""}.fa-solar-panel:before{content:""}.fa-sort:before{content:""}.fa-sort-alpha-down:before{content:""}.fa-sort-alpha-up:before{content:""}.fa-sort-amount-down:before{content:""}.fa-sort-amount-up:before{content:""}.fa-sort-down:before{content:""}.fa-sort-numeric-down:before{content:""}.fa-sort-numeric-up:before{content:""}.fa-sort-up:before{content:""}.fa-soundcloud:before{content:""}.fa-spa:before{content:""}.fa-space-shuttle:before{content:""}.fa-speakap:before{content:""}.fa-spinner:before{content:""}.fa-splotch:before{content:""}.fa-spotify:before{content:""}.fa-spray-can:before{content:""}.fa-square:before{content:""}.fa-square-full:before{content:""}.fa-squarespace:before{content:""}.fa-stack-exchange:before{content:""}.fa-stack-overflow:before{content:""}.fa-stamp:before{content:""}.fa-star:before{content:""}.fa-star-half:before{content:""}.fa-star-half-alt:before{content:""}.fa-staylinked:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-steam-symbol: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-stop:before{content:""}.fa-stop-circle:before{content:""}.fa-stopwatch:before{content:""}.fa-store:before{content:""}.fa-store-alt:before{content:""}.fa-strava:before{content:""}.fa-stream:before{content:""}.fa-street-view: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-superpowers:before{content:""}.fa-superscript:before{content:""}.fa-supple:before{content:""}.fa-surprise:before{content:""}.fa-swatchbook:before{content:""}.fa-swimmer:before{content:""}.fa-swimming-pool: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-tablets:before{content:""}.fa-tachometer-alt:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-tape:before{content:""}.fa-tasks:before{content:""}.fa-taxi:before{content:""}.fa-teamspeak:before{content:""}.fa-telegram:before{content:""}.fa-telegram-plane:before{content:""}.fa-tencent-weibo:before{content:""}.fa-terminal:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-th:before{content:""}.fa-th-large:before{content:""}.fa-th-list: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-thumbs-down:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbtack:before{content:""}.fa-ticket-alt:before{content:""}.fa-times:before{content:""}.fa-times-circle:before{content:""}.fa-tint:before{content:""}.fa-tint-slash:before{content:""}.fa-tired:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-toolbox:before{content:""}.fa-tooth:before{content:""}.fa-trade-federation:before{content:""}.fa-trademark:before{content:""}.fa-train:before{content:""}.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-trash:before{content:""}.fa-trash-alt:before{content:""}.fa-tree:before{content:""}.fa-trello:before{content:""}.fa-tripadvisor:before{content:""}.fa-trophy:before{content:""}.fa-truck:before{content:""}.fa-truck-loading:before{content:""}.fa-truck-moving:before{content:""}.fa-tshirt:before{content:""}.fa-tty:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-tv:before{content:""}.fa-twitch:before{content:""}.fa-twitter:before{content:""}.fa-twitter-square:before{content:""}.fa-typo3:before{content:""}.fa-uber:before{content:""}.fa-uikit:before{content:""}.fa-umbrella:before{content:""}.fa-umbrella-beach:before{content:""}.fa-underline:before{content:""}.fa-undo:before{content:""}.fa-undo-alt:before{content:""}.fa-uniregistry:before{content:""}.fa-universal-access:before{content:""}.fa-university:before{content:""}.fa-unlink:before{content:""}.fa-unlock:before{content:""}.fa-unlock-alt:before{content:""}.fa-untappd:before{content:""}.fa-upload:before{content:""}.fa-usb:before{content:""}.fa-user:before{content:""}.fa-user-alt:before{content:""}.fa-user-alt-slash:before{content:""}.fa-user-astronaut:before{content:""}.fa-user-check:before{content:""}.fa-user-circle:before{content:""}.fa-user-clock:before{content:""}.fa-user-cog:before{content:""}.fa-user-edit:before{content:""}.fa-user-friends:before{content:""}.fa-user-graduate:before{content:""}.fa-user-lock:before{content:""}.fa-user-md:before{content:""}.fa-user-minus:before{content:""}.fa-user-ninja:before{content:""}.fa-user-plus: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-users:before{content:""}.fa-users-cog:before{content:""}.fa-ussunnah:before{content:""}.fa-utensil-spoon:before{content:""}.fa-utensils:before{content:""}.fa-vaadin:before{content:""}.fa-vector-square:before{content:""}.fa-venus:before{content:""}.fa-venus-double:before{content:""}.fa-venus-mars: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-slash:before{content:""}.fa-vimeo:before{content:""}.fa-vimeo-square:before{content:""}.fa-vimeo-v:before{content:""}.fa-vine:before{content:""}.fa-vk:before{content:""}.fa-vnv:before{content:""}.fa-volleyball-ball:before{content:""}.fa-volume-down:before{content:""}.fa-volume-off:before{content:""}.fa-volume-up:before{content:""}.fa-vuejs:before{content:""}.fa-walking:before{content:""}.fa-wallet:before{content:""}.fa-warehouse:before{content:""}.fa-weebly:before{content:""}.fa-weibo:before{content:""}.fa-weight:before{content:""}.fa-weight-hanging:before{content:""}.fa-weixin:before{content:""}.fa-whatsapp:before{content:""}.fa-whatsapp-square:before{content:""}.fa-wheelchair:before{content:""}.fa-whmcs:before{content:""}.fa-wifi:before{content:""}.fa-wikipedia-w:before{content:""}.fa-window-close:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-windows:before{content:""}.fa-wine-glass:before{content:""}.fa-wine-glass-alt:before{content:""}.fa-wix: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-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-yandex:before{content:""}.fa-yandex-international:before{content:""}.fa-yelp:before{content:""}.fa-yen-sign:before{content:""}.fa-yoast:before{content:""}.fa-youtube:before{content:""}.fa-youtube-square:before{content:""}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;src:url(../fonts/fa-brands-400.eot);src:url(../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/assets/fa-brands-400-Btdm_qDL.woff2) format("woff2"),url(../fonts/fa-brands-400.woff) format("woff"),url(../fonts/fa-brands-400.ttf) format("truetype"),url(../fonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;src:url(../fonts/fa-regular-400.eot);src:url(../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/assets/fa-regular-400-BTXqzj5J.woff2) format("woff2"),url(../fonts/fa-regular-400.woff) format("woff"),url(../fonts/fa-regular-400.ttf) format("truetype"),url(../fonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;src:url(../fonts/fa-solid-900.eot);src:url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/assets/fa-solid-900-CpkWNTvC.woff2) format("woff2"),url(../fonts/fa-solid-900.woff) format("woff"),url(../fonts/fa-solid-900.ttf) format("truetype"),url(../fonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}
