#injoy-hearing-test-app{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;background:#f8fafc;border-radius:12px;overflow:visible;position:relative;min-height:600px;max-width:800px;margin:0 auto;}.injoy-screen{display:none;padding:2rem;min-height:auto;}.injoy-screen.active{display:block;}.injoy-card{background:white;border-radius:12px;box-shadow:0 2px 20px rgba(0,0,0,.08);padding:2.5rem;max-width:700px;margin:0 auto;border:1px solid #e2e8f0;}.injoy-header{margin-bottom:2rem;text-align:center;}.injoy-title-wrapper{display:flex;align-items:center;justify-content:center;gap:1rem;}.injoy-icon{width:48px;height:48px;background:linear-gradient(135deg,#045e87 0%,#0891b2 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;color:white;font-size:1.5rem;font-weight:bold;}.injoy-title{font-size:2.25rem;font-weight:700;color:#1e293b;margin:0;letter-spacing:-.025em;}.injoy-subtitle{color:#64748b;margin:.75rem 0 0 0;font-size:1.125rem;font-weight:400;}.injoy-steps{list-style:none;padding:0;margin:1.5rem 0;}.injoy-steps li{padding:1rem;margin-bottom:1rem;border-radius:8px;transition:background-color .2s;}.injoy-steps li:hover{background-color:#f8fafc;}.injoy-duration{background:#f1f5f9;padding:1rem;border-radius:8px;margin:1.5rem 0;}.injoy-btn{padding:.875rem 2rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:1rem;text-decoration:none;display:inline-block;text-align:center;letter-spacing:.025em;}.injoy-btn-primary{background:linear-gradient(135deg,#045e87 0%,#0891b2 100%);color:white;box-shadow:0 4px 12px rgba(4,94,135,.3);}.injoy-btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#034a6b 0%,#0e7490 100%);transform:translateY(-2px);box-shadow:0 6px 20px rgba(4,94,135,.4);}.injoy-btn-primary:disabled{background:#94a3b8;cursor:not-allowed;transform:none;box-shadow:none;}.injoy-btn-secondary{background:white;color:#475569;border:2px solid #e2e8f0;box-shadow:0 2px 4px rgba(0,0,0,.05);}.injoy-btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px);}.injoy-btn-round{width:64px;height:64px;border-radius:50%;font-size:1.25rem;padding:0;background:linear-gradient(135deg,#045e87 0%,#0891b2 100%);color:white;box-shadow:0 4px 12px rgba(4,94,135,.3);display:flex;align-items:center;justify-content:center;}.injoy-btn-round:hover{transform:scale(1.05);box-shadow:0 6px 20px rgba(4,94,135,.4);}.injoy-btn-test{width:88px;height:88px;border-radius:50%;font-size:1.5rem;padding:0;background:linear-gradient(135deg,#059669 0%,#10b981 100%);color:white;margin:1.5rem 0;box-shadow:0 4px 12px rgba(16,185,129,.3);display:flex;align-items:center;justify-content:center;}.injoy-btn-test:hover{background:linear-gradient(135deg,#047857 0%,#059669 100%);transform:scale(1.05);box-shadow:0 6px 20px rgba(16,185,129,.4);}.injoy-select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;margin-bottom:1rem;}.injoy-progress-steps{display:flex;align-items:center;justify-content:center;margin-bottom:2rem;}.injoy-step{display:flex;flex-direction:column;align-items:center;gap:.5rem;}.injoy-step-number{width:40px;height:40px;border-radius:50%;background:#e5e7eb;color:#6b7280;display:flex;align-items:center;justify-content:center;font-weight:bold;}.injoy-step.active .injoy-step-number{background:#045e87;color:white;}.injoy-step.completed .injoy-step-number{background:#10b981;color:white;}.injoy-step-line{width:60px;height:2px;background:#e5e7eb;margin:0 1rem;}.injoy-step-line.completed{background:#10b981;}.injoy-info-box{background:#f0f9ff;border:2px solid #7dd3fc;border-radius:12px;padding:1.5rem;margin:1.5rem 0;}.injoy-info-box h3{font-size:1.125rem;font-weight:600;color:#0c4a6e;margin:0 0 1rem 0;}.injoy-info-box ol,.injoy-info-box ul{margin:0;padding-left:1.25rem;}.injoy-info-box li{margin-bottom:.5rem;color:#475569;line-height:1.5;}.injoy-calibration-button{text-align:center;margin:2rem 0;}.injoy-calibration-text{text-align:center;color:#6b7280;margin:1rem 0;}.injoy-test-controls{text-align:center;}.injoy-volume-control{display:flex;align-items:center;gap:1rem;margin:1.5rem 0;justify-content:center;}.injoy-slider{width:200px;height:6px;border-radius:3px;background:#e5e7eb;outline:none;-webkit-appearance:none;}.injoy-slider::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;border-radius:50%;background:#045e87;cursor:pointer;}.injoy-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#045e87;cursor:pointer;border:none;}.injoy-progress{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin:1rem 0;}.injoy-progress-bar{height:100%;background:#10b981;transition:width .3s ease;}.injoy-loading{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.9);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;}.injoy-spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top:4px solid #045e87;border-radius:50%;animation:spin 1s linear infinite;}@keyframes spin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}@keyframes pulse{0%,100%{opacity:1;}50%{opacity:.5;}}.injoy-summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2rem;}.injoy-summary-item{text-align:center;padding:1.5rem;border-radius:12px;background:white;border:2px solid #e2e8f0;box-shadow:0 2px 8px rgba(0,0,0,.06);}.injoy-summary-item h3{font-size:.875rem;font-weight:600;color:#64748b;margin:0 0 .75rem 0;text-transform:uppercase;letter-spacing:.05em;}.injoy-threshold-value{font-size:2rem;font-weight:700;margin-top:.5rem;letter-spacing:-.025em;}.injoy-threshold-value.normal{color:#059669;}.injoy-threshold-value.mild{color:#d97706;}.injoy-threshold-value.moderate{color:#dc2626;}.injoy-threshold-value.severe{color:#991b1b;}.injoy-chart{margin:2rem 0;text-align:center;background:#f8fafc;padding:1.5rem;border-radius:12px;border:1px solid #e2e8f0;}#audiogram-canvas{border:2px solid #e2e8f0;border-radius:8px;max-width:100%;width:100%;height:300px;background:white;}.injoy-recommendations{margin:2rem 0;}.injoy-recommendation{padding:2rem;border-radius:12px;margin-bottom:1.5rem;border:2px solid;}.injoy-recommendation.normal{background:#f0fdf4;border-color:#22c55e;}.injoy-recommendation.mild{background:#fffbeb;border-color:#f59e0b;}.injoy-recommendation.moderate{background:#fef2f2;border-color:#ef4444;}.injoy-recommendation h4{margin:0 0 1rem 0;font-size:1.25rem;font-weight:700;color:#1e293b;}.injoy-recommendation ul{margin:1rem 0;padding-left:1.5rem;}.injoy-recommendation li{margin-bottom:.75rem;line-height:1.6;}.injoy-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem;}.injoy-contact-form{max-width:600px;margin:0 auto;}.injoy-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;}.injoy-form-group{display:flex;flex-direction:column;}.injoy-form-full{grid-column:1/-1;}.injoy-form-group label{font-weight:600;margin-bottom:.5rem;color:#374151;}.injoy-form-group input{padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .2s;}.injoy-form-group input:focus{outline:none;border-color:#0ea5e9;box-shadow:0 0 0 3px rgba(14,165,233,.1);}.injoy-form-group input:required{border-left:4px solid #0ea5e9;}@media (max-width: 768px){.injoy-form-grid{grid-template-columns:1fr;}.injoy-form-full{grid-column:1;}}@media (max-width: 768px){.injoy-card{padding:1rem;}.injoy-summary-grid{grid-template-columns:1fr;}.injoy-actions{flex-direction:column;}.injoy-volume-control{flex-direction:column;gap:.5rem;}.injoy-slider{width:250px;}#audiogram-canvas{width:100%;height:300px;}}.injoy-btn-primary{background:#045e87;color:white;width:100%;}.injoy-btn-primary:hover:not(:disabled){background:#034557;}.injoy-btn-primary:disabled{background:#94a3b8;cursor:not-allowed;}.injoy-btn-secondary{background:#e2e8f0;color:#475569;}.injoy-btn-secondary:hover{background:#cbd5e1;}.injoy-btn-round{width:8rem;height:8rem;border-radius:50%;font-size:2rem;background:#045e87;color:white;}.injoy-btn-round:hover{transform:scale(1.05);}.injoy-btn-test{width:6rem;height:6rem;border-radius:50%;font-size:1.5rem;background:#045e87;color:white;margin-bottom:1rem;}.injoy-progress-steps{display:flex;align-items:center;justify-content:center;margin-bottom:2rem;}.injoy-step{display:flex;flex-direction:column;align-items:center;gap:.5rem;}.injoy-step-number{width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#e2e8f0;color:#64748b;font-weight:bold;}.injoy-step.active .injoy-step-number{background:#045e87;color:white;}.injoy-step.completed .injoy-step-number{background:#66cfeb;color:white;}.injoy-step-line{width:4rem;height:2px;background:#e2e8f0;margin:0 1rem;}.injoy-step-line.completed{background:#66cfeb;}.injoy-select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;margin-bottom:1rem;font-size:1rem;}.injoy-info-box{background:#eff6ff;border:1px solid #66cfeb;border-radius:8px;padding:1rem;margin:1rem 0;}.injoy-info-icon{color:#045e87;margin-right:.5rem;}.injoy-calibration-button{text-align:center;margin:2rem 0;}.injoy-calibration-text{text-align:center;color:#64748b;margin:1rem 0;}.injoy-progress{width:100%;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden;margin:1rem 0;}.injoy-progress-bar{height:100%;background:#045e87;transition:width .3s;}.injoy-test-controls{text-align:center;}.injoy-volume-control{display:flex;align-items:center;gap:1rem;margin:1rem 0;}.injoy-slider{flex:1;height:6px;border-radius:3px;background:#e2e8f0;outline:none;}.injoy-slider::-webkit-slider-thumb{appearance:none;width:20px;height:20px;border-radius:50%;background:#045e87;cursor:pointer;}.injoy-chart{margin:2rem 0;text-align:center;}.injoy-result-summary{background:#f8fafc;padding:1.5rem;border-radius:8px;margin-bottom:2rem;}.injoy-recommendations{margin:2rem 0;}.injoy-actions{display:flex;gap:1rem;margin-top:2rem;}.injoy-actions .injoy-btn{flex:1;}.injoy-loading{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.9);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1000;}.injoy-spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #045e87;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem;}@keyframes pulse{0%,100%{opacity:1;}50%{opacity:.6;}}@keyframes spin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}.injoy-modal{position:fixed !important;top:0 !important;left:0 !important;width:100% !important;height:100% !important;z-index:999999 !important;display:flex;align-items:center;justify-content:center;padding:20px;box-sizing:border-box;}.injoy-modal-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);backdrop-filter:blur(4px);}.injoy-modal-container{position:relative;background:white;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.3);max-width:900px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;}.injoy-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 30px;border-bottom:1px solid #e2e8f0;background:#f8fafc;}.injoy-modal-header h2{margin:0;font-size:1.5rem;font-weight:700;color:#1e293b;}.injoy-modal-close{background:none;border:none;font-size:2rem;color:#64748b;cursor:pointer;padding:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s;}.injoy-modal-close:hover{background:#e2e8f0;color:#374151;}.injoy-modal-content{flex:1;overflow-y:auto;padding:0;}.injoy-modal-content #injoy-hearing-test-app{background:transparent;border-radius:0;box-shadow:none;margin:0;min-height:auto;}.injoy-modal-content .injoy-screen{padding:1.5rem;min-height:auto;}.injoy-modal-content .injoy-card{box-shadow:none;border:none;padding:1.5rem;margin:0;}@media (max-width: 768px){.injoy-modal{padding:10px;align-items:flex-end;}.injoy-modal-container{max-height:95vh;border-radius:16px 16px 0 0;}.injoy-modal-header{padding:15px 20px;}.injoy-modal-header h2{font-size:1.25rem;}.injoy-modal-content .injoy-screen{padding:1rem;}.injoy-modal-content .injoy-card{padding:1rem;}.injoy-title{font-size:1.5rem;}.injoy-form-grid{grid-template-columns:1fr;}.injoy-form-full{grid-column:1;}}@media (max-width: 480px){.injoy-modal{padding:0;align-items:stretch;}.injoy-modal-container{max-height:100vh;border-radius:0;height:100%;}.injoy-modal-header{padding:12px 16px;}.injoy-modal-content .injoy-screen{padding:.75rem;}.injoy-modal-content .injoy-card{padding:.75rem;}}@media (min-width: 769px) and (max-width: 1024px){.injoy-modal-container{max-width:700px;}}.injoy-popup-trigger,[data-action="hearing-test-popup"]{transition:all .3s ease !important;text-decoration:none !important;display:inline-block !important;text-align:center !important;border:none !important;cursor:pointer !important;}.injoy-popup-trigger:hover,[data-action="hearing-test-popup"]:hover{transform:translateY(-2px) !important;box-shadow:0 6px 20px rgba(4,94,135,.4) !important;background:#034557 !important;}.injoy-popup-trigger:focus,[data-action="hearing-test-popup"]:focus{outline:none !important;box-shadow:0 0 0 3px rgba(4,94,135,.3) !important;}@media (max-width: 768px){.injoy-card{padding:1rem;}.injoy-title{font-size:1.5rem;}.injoy-progress-steps{font-size:.875rem;}.injoy-step-line{width:2rem;}.injoy-actions{flex-direction:column;}}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:never;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in;}.dashicons-admin-appearance:before{content:"";}.dashicons-admin-collapse:before{content:"";}.dashicons-admin-comments:before{content:"";}.dashicons-admin-customizer:before{content:"";}.dashicons-admin-generic:before{content:"";}.dashicons-admin-home:before{content:"";}.dashicons-admin-links:before{content:"";}.dashicons-admin-media:before{content:"";}.dashicons-admin-multisite:before{content:"";}.dashicons-admin-network:before{content:"";}.dashicons-admin-page:before{content:"";}.dashicons-admin-plugins:before{content:"";}.dashicons-admin-post:before{content:"";}.dashicons-admin-settings:before{content:"";}.dashicons-admin-site-alt:before{content:"";}.dashicons-admin-site-alt2:before{content:"";}.dashicons-admin-site-alt3:before{content:"";}.dashicons-admin-site:before{content:"";}.dashicons-admin-tools:before{content:"";}.dashicons-admin-users:before{content:"";}.dashicons-airplane:before{content:"";}.dashicons-album:before{content:"";}.dashicons-align-center:before{content:"";}.dashicons-align-full-width:before{content:"";}.dashicons-align-left:before{content:"";}.dashicons-align-none:before{content:"";}.dashicons-align-pull-left:before{content:"";}.dashicons-align-pull-right:before{content:"";}.dashicons-align-right:before{content:"";}.dashicons-align-wide:before{content:"";}.dashicons-amazon:before{content:"";}.dashicons-analytics:before{content:"";}.dashicons-archive:before{content:"";}.dashicons-arrow-down-alt:before{content:"";}.dashicons-arrow-down-alt2:before{content:"";}.dashicons-arrow-down:before{content:"";}.dashicons-arrow-left-alt:before{content:"";}.dashicons-arrow-left-alt2:before{content:"";}.dashicons-arrow-left:before{content:"";}.dashicons-arrow-right-alt:before{content:"";}.dashicons-arrow-right-alt2:before{content:"";}.dashicons-arrow-right:before{content:"";}.dashicons-arrow-up-alt:before{content:"";}.dashicons-arrow-up-alt2:before{content:"";}.dashicons-arrow-up-duplicate:before{content:"";}.dashicons-arrow-up:before{content:"";}.dashicons-art:before{content:"";}.dashicons-awards:before{content:"";}.dashicons-backup:before{content:"";}.dashicons-bank:before{content:"";}.dashicons-beer:before{content:"";}.dashicons-bell:before{content:"";}.dashicons-block-default:before{content:"";}.dashicons-book-alt:before{content:"";}.dashicons-book:before{content:"";}.dashicons-buddicons-activity:before{content:"";}.dashicons-buddicons-bbpress-logo:before{content:"";}.dashicons-buddicons-buddypress-logo:before{content:"";}.dashicons-buddicons-community:before{content:"";}.dashicons-buddicons-forums:before{content:"";}.dashicons-buddicons-friends:before{content:"";}.dashicons-buddicons-groups:before{content:"";}.dashicons-buddicons-pm:before{content:"";}.dashicons-buddicons-replies:before{content:"";}.dashicons-buddicons-topics:before{content:"";}.dashicons-buddicons-tracking:before{content:"";}.dashicons-building:before{content:"";}.dashicons-businessman:before{content:"";}.dashicons-businessperson:before{content:"";}.dashicons-businesswoman:before{content:"";}.dashicons-button:before{content:"";}.dashicons-calculator:before{content:"";}.dashicons-calendar-alt:before{content:"";}.dashicons-calendar:before{content:"";}.dashicons-camera-alt:before{content:"";}.dashicons-camera:before{content:"";}.dashicons-car:before{content:"";}.dashicons-carrot:before{content:"";}.dashicons-cart:before{content:"";}.dashicons-category:before{content:"";}.dashicons-chart-area:before{content:"";}.dashicons-chart-bar:before{content:"";}.dashicons-chart-line:before{content:"";}.dashicons-chart-pie:before{content:"";}.dashicons-clipboard:before{content:"";}.dashicons-clock:before{content:"";}.dashicons-cloud-saved:before{content:"";}.dashicons-cloud-upload:before{content:"";}.dashicons-cloud:before{content:"";}.dashicons-code-standards:before{content:"";}.dashicons-coffee:before{content:"";}.dashicons-color-picker:before{content:"";}.dashicons-columns:before{content:"";}.dashicons-controls-back:before{content:"";}.dashicons-controls-forward:before{content:"";}.dashicons-controls-pause:before{content:"";}.dashicons-controls-play:before{content:"";}.dashicons-controls-repeat:before{content:"";}.dashicons-controls-skipback:before{content:"";}.dashicons-controls-skipforward:before{content:"";}.dashicons-controls-volumeoff:before{content:"";}.dashicons-controls-volumeon:before{content:"";}.dashicons-cover-image:before{content:"";}.dashicons-dashboard:before{content:"";}.dashicons-database-add:before{content:"";}.dashicons-database-export:before{content:"";}.dashicons-database-import:before{content:"";}.dashicons-database-remove:before{content:"";}.dashicons-database-view:before{content:"";}.dashicons-database:before{content:"";}.dashicons-desktop:before{content:"";}.dashicons-dismiss:before{content:"";}.dashicons-download:before{content:"";}.dashicons-drumstick:before{content:"";}.dashicons-edit-large:before{content:"";}.dashicons-edit-page:before{content:"";}.dashicons-edit:before{content:"";}.dashicons-editor-aligncenter:before{content:"";}.dashicons-editor-alignleft:before{content:"";}.dashicons-editor-alignright:before{content:"";}.dashicons-editor-bold:before{content:"";}.dashicons-editor-break:before{content:"";}.dashicons-editor-code-duplicate:before{content:"";}.dashicons-editor-code:before{content:"";}.dashicons-editor-contract:before{content:"";}.dashicons-editor-customchar:before{content:"";}.dashicons-editor-expand:before{content:"";}.dashicons-editor-help:before{content:"";}.dashicons-editor-indent:before{content:"";}.dashicons-editor-insertmore:before{content:"";}.dashicons-editor-italic:before{content:"";}.dashicons-editor-justify:before{content:"";}.dashicons-editor-kitchensink:before{content:"";}.dashicons-editor-ltr:before{content:"";}.dashicons-editor-ol-rtl:before{content:"";}.dashicons-editor-ol:before{content:"";}.dashicons-editor-outdent:before{content:"";}.dashicons-editor-paragraph:before{content:"";}.dashicons-editor-paste-text:before{content:"";}.dashicons-editor-paste-word:before{content:"";}.dashicons-editor-quote:before{content:"";}.dashicons-editor-removeformatting:before{content:"";}.dashicons-editor-rtl:before{content:"";}.dashicons-editor-spellcheck:before{content:"";}.dashicons-editor-strikethrough:before{content:"";}.dashicons-editor-table:before{content:"";}.dashicons-editor-textcolor:before{content:"";}.dashicons-editor-ul:before{content:"";}.dashicons-editor-underline:before{content:"";}.dashicons-editor-unlink:before{content:"";}.dashicons-editor-video:before{content:"";}.dashicons-ellipsis:before{content:"";}.dashicons-email-alt:before{content:"";}.dashicons-email-alt2:before{content:"";}.dashicons-email:before{content:"";}.dashicons-embed-audio:before{content:"";}.dashicons-embed-generic:before{content:"";}.dashicons-embed-photo:before{content:"";}.dashicons-embed-post:before{content:"";}.dashicons-embed-video:before{content:"";}.dashicons-excerpt-view:before{content:"";}.dashicons-exit:before{content:"";}.dashicons-external:before{content:"";}.dashicons-facebook-alt:before{content:"";}.dashicons-facebook:before{content:"";}.dashicons-feedback:before{content:"";}.dashicons-filter:before{content:"";}.dashicons-flag:before{content:"";}.dashicons-food:before{content:"";}.dashicons-format-aside:before{content:"";}.dashicons-format-audio:before{content:"";}.dashicons-format-chat:before{content:"";}.dashicons-format-gallery:before{content:"";}.dashicons-format-image:before{content:"";}.dashicons-format-quote:before{content:"";}.dashicons-format-status:before{content:"";}.dashicons-format-video:before{content:"";}.dashicons-forms:before{content:"";}.dashicons-fullscreen-alt:before{content:"";}.dashicons-fullscreen-exit-alt:before{content:"";}.dashicons-games:before{content:"";}.dashicons-google:before{content:"";}.dashicons-googleplus:before{content:"";}.dashicons-grid-view:before{content:"";}.dashicons-groups:before{content:"";}.dashicons-hammer:before{content:"";}.dashicons-heading:before{content:"";}.dashicons-heart:before{content:"";}.dashicons-hidden:before{content:"";}.dashicons-hourglass:before{content:"";}.dashicons-html:before{content:"";}.dashicons-id-alt:before{content:"";}.dashicons-id:before{content:"";}.dashicons-image-crop:before{content:"";}.dashicons-image-filter:before{content:"";}.dashicons-image-flip-horizontal:before{content:"";}.dashicons-image-flip-vertical:before{content:"";}.dashicons-image-rotate-left:before{content:"";}.dashicons-image-rotate-right:before{content:"";}.dashicons-image-rotate:before{content:"";}.dashicons-images-alt:before{content:"";}.dashicons-images-alt2:before{content:"";}.dashicons-index-card:before{content:"";}.dashicons-info-outline:before{content:"";}.dashicons-info:before{content:"";}.dashicons-insert-after:before{content:"";}.dashicons-insert-before:before{content:"";}.dashicons-insert:before{content:"";}.dashicons-instagram:before{content:"";}.dashicons-laptop:before{content:"";}.dashicons-layout:before{content:"";}.dashicons-leftright:before{content:"";}.dashicons-lightbulb:before{content:"";}.dashicons-linkedin:before{content:"";}.dashicons-list-view:before{content:"";}.dashicons-location-alt:before{content:"";}.dashicons-location:before{content:"";}.dashicons-lock-duplicate:before{content:"";}.dashicons-lock:before{content:"";}.dashicons-marker:before{content:"";}.dashicons-media-archive:before{content:"";}.dashicons-media-audio:before{content:"";}.dashicons-media-code:before{content:"";}.dashicons-media-default:before{content:"";}.dashicons-media-document:before{content:"";}.dashicons-media-interactive:before{content:"";}.dashicons-media-spreadsheet:before{content:"";}.dashicons-media-text:before{content:"";}.dashicons-media-video:before{content:"";}.dashicons-megaphone:before{content:"";}.dashicons-menu-alt:before{content:"";}.dashicons-menu-alt2:before{content:"";}.dashicons-menu-alt3:before{content:"";}.dashicons-menu:before{content:"";}.dashicons-microphone:before{content:"";}.dashicons-migrate:before{content:"";}.dashicons-minus:before{content:"";}.dashicons-money-alt:before{content:"";}.dashicons-money:before{content:"";}.dashicons-move:before{content:"";}.dashicons-nametag:before{content:"";}.dashicons-networking:before{content:"";}.dashicons-no-alt:before{content:"";}.dashicons-no:before{content:"";}.dashicons-open-folder:before{content:"";}.dashicons-palmtree:before{content:"";}.dashicons-paperclip:before{content:"";}.dashicons-pdf:before{content:"";}.dashicons-performance:before{content:"";}.dashicons-pets:before{content:"";}.dashicons-phone:before{content:"";}.dashicons-pinterest:before{content:"";}.dashicons-playlist-audio:before{content:"";}.dashicons-playlist-video:before{content:"";}.dashicons-plugins-checked:before{content:"";}.dashicons-plus-alt:before{content:"";}.dashicons-plus-alt2:before{content:"";}.dashicons-plus:before{content:"";}.dashicons-podio:before{content:"";}.dashicons-portfolio:before{content:"";}.dashicons-post-status:before{content:"";}.dashicons-pressthis:before{content:"";}.dashicons-printer:before{content:"";}.dashicons-privacy:before{content:"";}.dashicons-products:before{content:"";}.dashicons-randomize:before{content:"";}.dashicons-reddit:before{content:"";}.dashicons-redo:before{content:"";}.dashicons-remove:before{content:"";}.dashicons-rest-api:before{content:"";}.dashicons-rss:before{content:"";}.dashicons-saved:before{content:"";}.dashicons-schedule:before{content:"";}.dashicons-screenoptions:before{content:"";}.dashicons-search:before{content:"";}.dashicons-share-alt:before{content:"";}.dashicons-share-alt2:before{content:"";}.dashicons-share:before{content:"";}.dashicons-shield-alt:before{content:"";}.dashicons-shield:before{content:"";}.dashicons-shortcode:before{content:"";}.dashicons-slides:before{content:"";}.dashicons-smartphone:before{content:"";}.dashicons-smiley:before{content:"";}.dashicons-sort:before{content:"";}.dashicons-sos:before{content:"";}.dashicons-spotify:before{content:"";}.dashicons-star-empty:before{content:"";}.dashicons-star-filled:before{content:"";}.dashicons-star-half:before{content:"";}.dashicons-sticky:before{content:"";}.dashicons-store:before{content:"";}.dashicons-superhero-alt:before{content:"";}.dashicons-superhero:before{content:"";}.dashicons-table-col-after:before{content:"";}.dashicons-table-col-before:before{content:"";}.dashicons-table-col-delete:before{content:"";}.dashicons-table-row-after:before{content:"";}.dashicons-table-row-before:before{content:"";}.dashicons-table-row-delete:before{content:"";}.dashicons-tablet:before{content:"";}.dashicons-tag:before{content:"";}.dashicons-tagcloud:before{content:"";}.dashicons-testimonial:before{content:"";}.dashicons-text-page:before{content:"";}.dashicons-text:before{content:"";}.dashicons-thumbs-down:before{content:"";}.dashicons-thumbs-up:before{content:"";}.dashicons-tickets-alt:before{content:"";}.dashicons-tickets:before{content:"";}.dashicons-tide:before{content:"";}.dashicons-translation:before{content:"";}.dashicons-trash:before{content:"";}.dashicons-twitch:before{content:"";}.dashicons-twitter-alt:before{content:"";}.dashicons-twitter:before{content:"";}.dashicons-undo:before{content:"";}.dashicons-universal-access-alt:before{content:"";}.dashicons-universal-access:before{content:"";}.dashicons-unlock:before{content:"";}.dashicons-update-alt:before{content:"";}.dashicons-update:before{content:"";}.dashicons-upload:before{content:"";}.dashicons-vault:before{content:"";}.dashicons-video-alt:before{content:"";}.dashicons-video-alt2:before{content:"";}.dashicons-video-alt3:before{content:"";}.dashicons-visibility:before{content:"";}.dashicons-warning:before{content:"";}.dashicons-welcome-add-page:before{content:"";}.dashicons-welcome-comments:before{content:"";}.dashicons-welcome-learn-more:before{content:"";}.dashicons-welcome-view-site:before{content:"";}.dashicons-welcome-widgets-menus:before{content:"";}.dashicons-welcome-write-blog:before{content:"";}.dashicons-whatsapp:before{content:"";}.dashicons-wordpress-alt:before{content:"";}.dashicons-wordpress:before{content:"";}.dashicons-xing:before{content:"";}.dashicons-yes-alt:before{content:"";}.dashicons-yes:before{content:"";}.dashicons-youtube:before{content:"";}.dashicons-editor-distractionfree:before{content:"";}.dashicons-exerpt-view:before{content:"";}.dashicons-format-links:before{content:"";}.dashicons-format-standard:before{content:"";}.dashicons-post-trash:before{content:"";}.dashicons-share1:before{content:"";}.dashicons-welcome-edit-page:before{content:"";}