[class^="adp-icon-"],[class*=" adp-icon-"]{font-family:"advanced-popups-icons" !important;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.adp-icon-x:before{content:"";}.adp-popup{--adp-popup-wrap-scrollbar-width:.625rem;--adp-popup-wrap-scrollbar-track-background:#f1f1f1;--adp-popup-wrap-scrollbar-thumb-background:#888;--adp-popup-wrap-scrollbar-thumb-hover-background:#555;--adp-popup-wrap-box-shadow:0 0 40px 0 rgba(0,0,0,.075);--adp-popup-container-background:#fff;--adp-popup-close-font-size:1.25rem;--adp-popup-close-color:#000;--adp-popup-close-hover-color:#777;--adp-popup-close-light-color:rgba(255,255,255,1);--adp-popup-close-light-hover-color:rgba(255,255,255,.75);--adp-popup-type-content-close-font-size:1.5rem;--adp-popup-type-notification-text-font-size:90%;--adp-popup-type-notification-text-color:#777;--adp-popup-type-notification-text-link-color:#000;--adp-popup-type-notification-button-background:#282828;--adp-popup-type-notification-button-color:#fff;--adp-popup-type-notification-button-border-radius:0;}.adp-popup-overlay{--adp-popup-overlay-background:rgba(0,0,0,.25);}.adp-popup-scroll-hidden{overflow:hidden;width:100%;}.adp-popup-animated{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both;overflow:hidden !important;}@-webkit-keyframes popupOpenFade{from{opacity:0;}to{opacity:1;}}@keyframes popupOpenFade{from{opacity:0;}to{opacity:1;}}@-webkit-keyframes popupExitFade{from{opacity:1;}to{opacity:0;}}@keyframes popupExitFade{from{opacity:1;}to{opacity:0;}}@-webkit-keyframes popupOpenSlide{from{transform:translate3d(0,100vh,0);visibility:visible;}to{transform:translate3d(0,0,0);}}@keyframes popupOpenSlide{from{transform:translate3d(0,100vh,0);visibility:visible;}to{transform:translate3d(0,0,0);}}@-webkit-keyframes popupExitSlide{from{transform:translate3d(0,0,0);}to{visibility:hidden;transform:translate3d(0,100vh,0);}}@keyframes popupExitSlide{from{transform:translate3d(0,0,0);}to{visibility:hidden;transform:translate3d(0,100vh,0);}}@-webkit-keyframes popupOpenZoom{from{opacity:0;transform:scale(1.1);}to{opacity:1;transform:scale(1);}}@keyframes popupOpenZoom{from{opacity:0;transform:scale(1.1);}to{opacity:1;transform:scale(1);}}@-webkit-keyframes popupExitZoom{from{opacity:1;transform:scale(1);}to{opacity:0;transform:scale(1.1);}}@keyframes popupExitZoom{from{opacity:1;transform:scale(1);}to{opacity:0;transform:scale(1.1);}}@-webkit-keyframes popupOpenSlideFade{from{opacity:0;transform:translate3d(0,40px,0);visibility:visible;}to{opacity:1;transform:translate3d(0,0,0);}}@keyframes popupOpenSlideFade{from{opacity:0;transform:translate3d(0,40px,0);visibility:visible;}to{opacity:1;transform:translate3d(0,0,0);}}@-webkit-keyframes popupExitSlideFade{from{opacity:1;transform:translate3d(0,0,0);}to{opacity:0;visibility:hidden;transform:translate3d(0,40px,0);}}@keyframes popupExitSlideFade{from{opacity:1;transform:translate3d(0,0,0);}to{opacity:0;visibility:hidden;transform:translate3d(0,40px,0);}}.popupOpenFade{-webkit-animation-name:popupOpenFade;animation-name:popupOpenFade;}.popupExitFade{-webkit-animation-name:popupExitFade;animation-name:popupExitFade;}.popupOpenSlide{-webkit-animation-name:popupOpenSlide;animation-name:popupOpenSlide;}.popupExitSlide{-webkit-animation-name:popupExitSlide;animation-name:popupExitSlide;}.popupOpenZoom{-webkit-animation-name:popupOpenZoom;animation-name:popupOpenZoom;}.popupExitZoom{-webkit-animation-name:popupExitZoom;animation-name:popupExitZoom;}.popupOpenSlideFade{-webkit-animation-name:popupOpenSlideFade;animation-name:popupOpenSlideFade;}.popupExitSlideFade{-webkit-animation-name:popupExitSlideFade;animation-name:popupExitSlideFade;}.adp-popup{display:none;position:fixed;z-index:999999;max-width:calc(100vw - 1.5rem);max-height:calc(100vh - 1.5rem);-webkit-backface-visibility:hidden;}@media (min-width: 720px){.adp-popup{max-width:calc(100vw - 6rem);max-height:calc(100vh - 6rem);}}.adp-popup.adp-popup-location-top{top:20px;left:50%;transform:translate3d(-50%,0,0);}.adp-popup.adp-popup-location-top-left{top:20px;left:20px;}.adp-popup.adp-popup-location-top-right{top:20px;right:20px;}.adp-popup.adp-popup-location-bottom{bottom:20px;left:50%;transform:translate3d(-50%,0,0);}.adp-popup.adp-popup-location-bottom-left{left:20px;bottom:20px;}.adp-popup.adp-popup-location-bottom-right{right:20px;bottom:20px;}.adp-popup.adp-popup-location-left{top:50%;left:20px;transform:translate3d(0,-50%,0);}.adp-popup.adp-popup-location-right{top:50%;right:20px;transform:translate3d(0,-50%,0);}.adp-popup.adp-popup-location-center{top:50%;left:50%;transform:translate3d(-50%,-50%,0);}.adp-popup .adp-popup-wrap{position:relative;overflow-x:hidden;overflow-y:auto;width:100%;box-shadow:var(--adp-popup-wrap-box-shadow);}.adp-popup .adp-popup-wrap::-webkit-scrollbar{width:var(--adp-popup-wrap-scrollbar-width);}.adp-popup .adp-popup-wrap::-webkit-scrollbar-track{background:var(--adp-popup-wrap-scrollbar-track-background);}.adp-popup .adp-popup-wrap::-webkit-scrollbar-thumb{background:var(--adp-popup-wrap-scrollbar-thumb-background);}.adp-popup .adp-popup-wrap::-webkit-scrollbar-thumb:hover{background:var(--adp-popup-wrap-scrollbar-thumb-hover-background);}.adp-popup .adp-popup-container{background:var(--adp-popup-container-background);width:100%;}.adp-popup .adp-popup-outer{position:relative;display:flex;flex-direction:column;}.adp-popup .adp-popup-thumbnail img{width:100%;}.adp-popup .adp-popup-close{position:absolute;background:transparent;color:var(--adp-popup-close-color);padding:0;line-height:1;font-size:var(--adp-popup-close-font-size);top:20px;right:20px;z-index:2;}.adp-popup .adp-popup-close:before{font-family:"advanced-popups-icons";transition:color .25s ease;content:"";}.adp-popup .adp-popup-close:hover:before{color:var(--adp-popup-close-hover-color);}.adp-popup.adp-popup-open[data-light-close="true"] .adp-popup-close{color:var(--adp-popup-close-light-color);}.adp-popup.adp-popup-open[data-light-close="true"] .adp-popup-close:hover:before{color:var(--adp-popup-close-light-hover-color);}.adp-popup.adp-popup-open{display:flex;}@media (max-width: 720px){.adp-popup.adp-popup-open[data-mobile-disable="true"]{display:none;}}.adp-popup-overlay{background:var(--adp-popup-overlay-background);position:fixed;display:none;top:0;bottom:0;right:0;left:0;width:100%;height:100%;z-index:999998;}.adp-popup-overlay .adp-popup-wrap{box-shadow:none;}.adp-popup-open + .adp-popup-overlay{display:block;}@media (max-width: 719.98px){.adp-popup-type-content{max-width:100vw;max-height:100vh;}}.adp-popup-type-content .adp-popup-content{padding:40px;}.adp-popup-type-content .adp-popup-close{font-size:var(--adp-popup-type-content-close-font-size);}.adp-popup-type-content .wp-block-cover:first-child:last-child{margin:-40px;width:initial;}.adp-popup-type-content.adp-preview-image-yes .adp-popup-close{color:var(--adp-popup-close-light-color);}.adp-popup-type-content.adp-preview-image-yes .adp-popup-close:hover:before{color:var(--adp-popup-close-light-hover-color);}@media (min-width: 1024px){.adp-popup-type-content .adp-popup-outer{flex-direction:row;}.adp-popup-type-content.adp-preview-image-left .adp-popup-close,.adp-popup-type-content.adp-preview-image-bottom .adp-popup-close{color:var(--adp-popup-close-color);}.adp-popup-type-content.adp-preview-image-left .adp-popup-close:hover:before,.adp-popup-type-content.adp-preview-image-bottom .adp-popup-close:hover:before{color:var(--adp-popup-close-hover-color);}.adp-popup-type-content.adp-preview-image-left .adp-popup-thumbnail{order:1;}.adp-popup-type-content.adp-preview-image-right .adp-popup-thumbnail{order:3;}.adp-popup-type-content.adp-preview-image-top .adp-popup-outer{flex-direction:column;}.adp-popup-type-content.adp-preview-image-top .adp-popup-thumbnail img{position:relative;top:initial;bottom:initial;right:initial;left:initial;width:initial;height:initial;}.adp-popup-type-content.adp-preview-image-bottom .adp-popup-outer{flex-direction:column;}.adp-popup-type-content.adp-preview-image-bottom .adp-popup-thumbnail{order:3;}.adp-popup-type-content.adp-preview-image-bottom .adp-popup-thumbnail img{position:relative;top:initial;bottom:initial;right:initial;left:initial;width:initial;height:initial;}.adp-popup-type-content .adp-popup-thumbnail{position:relative;flex:1 0 50%;order:1;}.adp-popup-type-content .adp-popup-thumbnail img{position:absolute;display:block;top:0;bottom:0;right:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;}.adp-popup-type-content .adp-popup-content{padding:80px;flex:1 0 50%;order:2;}.adp-popup-type-content .adp-popup-content:first-child:last-child{flex:1 0 100%;}.adp-popup-type-content .wp-block-cover:first-child:last-child{margin:-80px;}}.adp-popup-type-notification-box .adp-popup-outer,.adp-popup-type-notification-bar .adp-popup-outer{padding:30px;}.adp-popup-type-notification-box .adp-popup-text,.adp-popup-type-notification-bar .adp-popup-text{padding-right:10px;font-size:var(--adp-popup-type-notification-text-font-size);color:var(--adp-popup-type-notification-text-color);}.adp-popup-type-notification-box .adp-popup-text a,.adp-popup-type-notification-bar .adp-popup-text a{color:var(--adp-popup-type-notification-text-link-color);text-decoration:underline;}.adp-popup-type-notification-box .adp-popup-text a:hover,.adp-popup-type-notification-bar .adp-popup-text a:hover{text-decoration:none;}.adp-popup-type-notification-box .adp-popup-button,.adp-popup-type-notification-bar .adp-popup-button{background:var(--adp-popup-type-notification-button-background);margin-top:1.5rem;width:100%;color:var(--adp-popup-type-notification-button-color);border-radius:var(--adp-popup-type-notification-button-border-radius);}.adp-popup-type-notification-box .adp-popup-close{top:15px;right:15px;}.adp-popup-type-notification-bar.adp-popup-location-top{width:100%;max-width:100%;top:0;left:0;bottom:auto;transform:none;}.adp-popup-type-notification-bar.adp-popup-location-bottom{width:100%;max-width:100%;top:auto;left:0;bottom:0;transform:none;}.adp-popup-type-notification-bar .adp-popup-outer{padding-top:20px;padding-bottom:20px;padding-left:60px;padding-right:60px;}@media (min-width: 720px){.adp-popup-type-notification-bar .adp-popup-outer{justify-content:center;align-items:center;flex-direction:row;flex-wrap:wrap;margin:0 auto;padding-left:40px;padding-right:40px;}.adp-popup-type-notification-bar .adp-popup-close{top:50%;transform:translateY(-50%);}.adp-popup-type-notification-bar .adp-button{margin-left:1rem;margin-top:0;width:auto;}}.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal !important;}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2;}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none;}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450;}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232;}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28;}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900;}.wpcf7-form-control-wrap{position:relative;}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:normal;display:block;}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em;}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em;}.wpcf7-list-item-label::before,.wpcf7-list-item-label::after{content:" ";}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative;}form.submitting .wpcf7-spinner{visibility:visible;}.wpcf7-spinner::before{content:"";position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1000ms;animation-timing-function:linear;animation-iteration-count:infinite;}@media (prefers-reduced-motion: reduce){.wpcf7-spinner::before{animation-name:blink;animation-duration:2000ms;}}@keyframes spin{from{transform:rotate(0deg);}to{transform:rotate(360deg);}}@keyframes blink{from{opacity:0;}50%{opacity:1;}to{opacity:0;}}.wpcf7 [inert]{opacity:.5;}.wpcf7 input[type="file"]{cursor:pointer;}.wpcf7 input[type="file"]:disabled{cursor:default;}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed;}.wpcf7 input[type="url"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"]{direction:ltr;}.wpcf7-reflection > output{display:list-item;list-style:none;}.wpcf7-reflection > output[hidden]{display:none;}.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:"";}