.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 0.5em 1em; padding: 0.2em 1em; border: 2px solid #00a0d2; /* Blue */ } .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; /* Green */ } .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output { border-color: #dc3232; /* Red */ } .wpcf7 form.spam .wpcf7-response-output { border-color: #f56e28; /* Orange */ } .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output { border-color: #ffb900; /* Yellow */ } .wpcf7-form-control-wrap { position: relative; } .wpcf7-not-valid-tip { color: #dc3232; /* Red */ 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; /* Dark Gray 800 */ opacity: 0.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; /* Light Gray 100 */ 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 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; } #cookie-law-info-bar { font-size: 15px; margin: 0 auto; padding: 12px 10px; position: absolute; text-align: center; box-sizing: border-box; width:100%; z-index: 9999; /* box-shadow:rgba(0,0,0,.5) 0px 5px 50px; */ display: none; left:0px; font-weight:300; box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3); } #cookie-law-info-again { font-size: 10pt; margin: 0; padding:5px 10px; text-align: center; z-index: 9999; cursor: pointer; box-shadow: #161616 2px 2px 5px 2px; } #cookie-law-info-bar span { vertical-align: middle; } /** Buttons (http://papermashup.com/demos/css-buttons) */ .cli-plugin-button, .cli-plugin-button:visited { display: inline-block; padding: 9px 12px; color: #fff; text-decoration: none; position: relative; cursor: pointer; margin-left: 5px; text-decoration: none; } .cli-plugin-main-link { margin-left:0px; font-weight: 550; text-decoration: underline; } .cli-plugin-button:hover { background-color: #111; color: #fff; text-decoration: none; } .small.cli-plugin-button, .small.cli-plugin-button:visited { font-size: 11px; } .cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited { font-size: 13px; font-weight: 400; line-height: 1; } .large.cli-plugin-button, .large.cli-plugin-button:visited { font-size: 14px; padding: 8px 14px 9px; } .super.cli-plugin-button, .super.cli-plugin-button:visited { font-size: 34px; padding: 8px 14px 9px; } .pink.cli-plugin-button, .magenta.cli-plugin-button:visited { background-color: #e22092; } .pink.cli-plugin-button:hover { background-color: #c81e82; } .green.cli-plugin-button, .green.cli-plugin-button:visited { background-color: #91bd09; } .green.cli-plugin-button:hover { background-color: #749a02; } .red.cli-plugin-button, .red.cli-plugin-button:visited { background-color: #e62727; } .red.cli-plugin-button:hover { background-color: #cf2525; } .orange.cli-plugin-button, .orange.cli-plugin-button:visited { background-color: #ff5c00; } .orange.cli-plugin-button:hover { background-color: #d45500; } .blue.cli-plugin-button, .blue.cli-plugin-button:visited { background-color: #2981e4; } .blue.cli-plugin-button:hover { background-color: #2575cf; } .yellow.cli-plugin-button, .yellow.cli-plugin-button:visited { background-color: #ffb515; } .yellow.cli-plugin-button:hover { background-color: #fc9200; } .cli-plugin-button{ margin-top:5px; } .cli-bar-popup{ -moz-background-clip: padding; -webkit-background-clip: padding; background-clip: padding-box; -webkit-border-radius:30px; -moz-border-radius:30px; border-radius:30px; padding:20px; } .cli-powered_by_p{width:100% !important; display:block !important; color:#333; clear:both; font-style:italic !important; font-size:12px !important; margin-top:15px !important; } .cli-powered_by_a{color:#333; font-weight:600 !important; font-size:12px !important;} /** * Added extra space between each cookie bar action elements @since 1.8.9 */ .cli-plugin-main-link.cli-plugin-button { text-decoration: none; } .cli-plugin-main-link.cli-plugin-button { margin-left: 5px; } .gdpr-container-fluid { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } .gdpr-row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; } .gdpr-col-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .gdpr-col-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; } .gdpr-align-items-stretch { -ms-flex-align: stretch!important; align-items: stretch!important; } .gdpr-d-flex { display: -ms-flexbox!important; display: flex!important; } .gdpr-px-0 { padding-left: 0; padding-right: 0; } .modal-backdrop.show { opacity: .8; } .modal-open { overflow: hidden } .modal-open .gdpr-modal { overflow-x: hidden; overflow-y: auto } .gdpr-modal.fade .gdpr-modal-dialog { transition: -webkit-transform .3s ease-out; transition: transform .3s ease-out; transition: transform .3s ease-out,-webkit-transform .3s ease-out; -webkit-transform: translate(0,-25%); transform: translate(0,-25%) } .gdpr-modal.show .gdpr-modal-dialog { -webkit-transform: translate(0,0); transform: translate(0,0) } .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1039; background-color: #000 } .modal-backdrop.fade { opacity: 0 } .modal-backdrop.show { opacity: .5 } .gdpr-modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; outline: 0 } .gdpr-modal a { text-decoration: none; } .gdpr-modal .gdpr-modal-dialog { position: relative; width: auto; margin: .5rem; pointer-events: none; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; text-align: left; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; min-height: calc(100% - (.5rem * 2)) } @media (min-width: 576px) { .gdpr-modal .gdpr-modal-dialog { max-width:500px; margin: 1.75rem auto; min-height: calc(100% - (1.75rem * 2)); } } @media (min-width: 992px) { .gdpr-modal .gdpr-modal-dialog { max-width: 900px; } } .gdpr-modal-content { position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; width: 100%; pointer-events: auto; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0,0,0,.2); border-radius: .3rem; outline: 0 } .gdpr-modal .row { margin: 0 -15px; } .gdpr-modal .modal-body { padding: 0; position: relative; -ms-flex: 1 1 auto; flex: 1 1 auto; } .gdpr-modal .close { position: absolute; right: 10px; top: 10px; z-index: 1; padding: 0; background-color: transparent; border: 0; -webkit-appearance: none; font-size: 1.5rem; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; } .gdpr-modal .close:focus { outline: 0; } .gdpr-switch { display: inline-block; position: relative; min-height: 1px; padding-left: 70px; font-size: 14px; } .gdpr-switch input[type="checkbox"] { display:none; } .gdpr-switch .gdpr-slider { background-color: #e3e1e8; height: 24px; width: 50px; bottom: 0; cursor: pointer; left: 0; position: absolute; right: 0; top: 0; transition: .4s; } .gdpr-switch .gdpr-slider:before { background-color: #fff; bottom: 2px; content: ""; height: 20px; left: 2px; position: absolute; transition: .4s; width: 20px; } .gdpr-switch input:checked + .gdpr-slider { background-color:rgb(99, 179, 95); } .gdpr-switch input:checked + .gdpr-slider:before { transform: translateX(26px); } .gdpr-switch .gdpr-slider { border-radius: 34px; } .gdpr-switch .gdpr-slider:before { border-radius: 50%; } .gdpr-tab-content>.gdpr-tab-pane { display: none; } .gdpr-tab-content>.active { display: block; } .gdpr-fade { transition: opacity .15s linear; } .gdpr-nav-pills { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; -ms-flex-direction: column !important; flex-direction: column !important; align-items: stretch !important; -ms-align-items: stretch !important; } .nav.gdpr-nav-pills, .gdpr-tab-content { width: 100%; padding: 30px; } .nav.gdpr-nav-pills { background: #f3f3f3; } .nav.gdpr-nav-pills .gdpr-nav-link { border: 1px solid #0070ad; margin-bottom: 10px; color: #0070ad; font-size: 14px; display: block; padding: .5rem 1rem; border-radius: .25rem; } .nav.gdpr-nav-pills .gdpr-nav-link.active, .nav.gdpr-nav-pills .show>.gdpr-nav-link { background-color: #0070ad; border: 1px solid #0070ad; } .nav.gdpr-nav-pills .gdpr-nav-link.active { color: #ffffff; } .gdpr-tab-content .gdpr-button-wrapper { padding-top: 30px; margin-top: 30px; border-top: 1px solid #d6d6d6; } .gdpr-tab-content .gdpr-button-wrapper .btn-gdpr { background-color: #0070ad; border-color: #0070ad; color: #ffffff; font-size: 14px; display: inline-block; font-weight: 400; text-align: center; white-space: nowrap; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid transparent; padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; border-radius: .25rem; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; } .gdpr-tab-content p { color: #343438; font-size: 14px; margin-top: 0; } .gdpr-tab-content h4 { font-size: 20px; margin-bottom: .5rem; margin-top: 0; font-family: inherit; font-weight: 500; line-height: 1.2; color: inherit; } .cli-container-fluid { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } .cli-row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; } .cli-col-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .cli-col-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; } .cli-align-items-stretch { -ms-flex-align: stretch!important; align-items: stretch!important; } .cli-d-flex { display: -ms-flexbox!important; display: flex!important; } .cli-px-0 { padding-left: 0; padding-right: 0; } .cli-btn { cursor: pointer; font-size: 14px; display: inline-block; font-weight: 400; text-align: center; white-space: nowrap; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid transparent; padding: .5rem 1.25rem; line-height: 1; border-radius: .25rem; transition: all .15s ease-in-out; } .cli-btn:hover { opacity: .8; } .cli-read-more-link { cursor: pointer; font-size: 15px; font-weight: 500; text-decoration: underline; } .cli-btn:focus { outline: 0; } .cli-modal-backdrop.cli-show { opacity: .8; } .cli-modal-open { overflow: hidden } .cli-barmodal-open { overflow: hidden } .cli-modal-open .cli-modal { overflow-x: hidden; overflow-y: auto } .cli-modal.cli-fade .cli-modal-dialog { transition: -webkit-transform .3s ease-out; transition: transform .3s ease-out; transition: transform .3s ease-out,-webkit-transform .3s ease-out; -webkit-transform: translate(0,-25%); transform: translate(0,-25%) } .cli-modal.cli-show .cli-modal-dialog { -webkit-transform: translate(0,0); transform: translate(0,0) } .cli-modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000; display: none; } .cli-modal-backdrop.cli-fade { opacity: 0 } .cli-modal-backdrop.cli-show { opacity: .5; display: block; } .cli-modal.cli-show { display: block; } .cli-modal a { text-decoration: none; } .cli-modal .cli-modal-dialog { position: relative; width: auto; margin: .5rem; pointer-events: none; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; text-align: left; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; min-height: calc(100% - (.5rem * 2)) } @media (min-width: 576px) { .cli-modal .cli-modal-dialog { max-width:500px; margin: 1.75rem auto; min-height: calc(100% - (1.75rem * 2)) } } @media (min-width: 992px) { .cli-modal .cli-modal-dialog { max-width: 900px; } } .cli-modal-content { position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; width: 100%; pointer-events: auto; background-color: #fff; background-clip: padding-box; border-radius: .3rem; outline: 0 } .cli-modal .row { margin: 0 -15px; } .cli-modal .modal-body { padding: 0; position: relative; -ms-flex: 1 1 auto; flex: 1 1 auto; } .cli-modal .cli-modal-close { position: absolute; right: 10px; top: 10px; z-index: 1; padding: 0; background-color: transparent !important; border: 0; -webkit-appearance: none; font-size: 1.5rem; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; } .cli-modal .cli-modal-close:focus { outline: 0; } .cli-switch { display: inline-block; position: relative; min-height: 1px; padding-left: 70px; font-size: 14px; } .cli-switch input[type="checkbox"] { display:none; } .cli-switch .cli-slider { background-color: #e3e1e8; height: 24px; width: 50px; bottom: 0; cursor: pointer; left: 0; position: absolute; right: 0; top: 0; transition: .4s; } .cli-switch .cli-slider:before { background-color: #fff; bottom: 2px; content: ""; height: 20px; left: 2px; position: absolute; transition: .4s; width: 20px; } .cli-switch input:checked + .cli-slider { background-color: #00acad } .cli-switch input:checked + .cli-slider:before { transform: translateX(26px); } .cli-switch .cli-slider { border-radius: 34px; } .cli-switch .cli-slider:before { border-radius: 50%; } .cli-tab-content { background: #ffffff; } .cli-tab-content>.cli-active { display: block; } .cli-fade { transition: opacity .15s linear; } .cli-nav-pills { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; -ms-flex-direction: column; flex-direction: column; } .cli-nav-pills, .cli-tab-content { width: 100%; padding: 30px; } @media (max-width: 767px) { .cli-nav-pills, .cli-tab-content { padding: 30px 10px; } } .cli-nav-pills { background: #f3f3f3; } .cli-nav-pills .cli-nav-link { border: 1px solid #00acad; margin-bottom: 10px; color: #00acad; font-size: 14px; display: block; padding: .5rem 1rem; border-radius: .25rem; cursor: pointer } .cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link { background-color: #00acad; border: 1px solid #00acad; } .cli-nav-pills .cli-nav-link.cli-active { color: #ffffff; } .cli-tab-content .cli-button-wrapper { padding-top: 30px; margin-top: 30px; border-top: 1px solid #d6d6d6; } .cli-tab-content p { color: #343438; font-size: 14px; margin-top: 0; } .cli-tab-content h4 { font-size: 20px; margin-bottom: 1.5rem; margin-top: 0; font-family: inherit; font-weight: 500; line-height: 1.2; color: inherit; } /* Settings Popup */ .cli-container-fluid { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } .cli-row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; } .cli-col-4 { -ms-flex: 0 0 33.333333%; flex: 0 0 33.333333%; max-width: 33.333333%; } .cli-col-8 { -ms-flex: 0 0 66.666667%; flex: 0 0 66.666667%; max-width: 66.666667%; flex-direction: column; } .cli-align-items-stretch { -ms-flex-align: stretch!important; align-items: stretch!important; } .cli-d-flex { display: -ms-flexbox!important; display: flex!important; } .cli-px-0 { padding-left: 0; padding-right: 0; } .cli-btn { cursor: pointer; font-size: 14px; display: inline-block; font-weight: 400; text-align: center; white-space: nowrap; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; border: 1px solid transparent; padding: .5rem 1.25rem; line-height: 1; border-radius: .25rem; transition: all .15s ease-in-out; } .cli-btn:hover { opacity: .8; } .cli-read-more-link { cursor: pointer; font-size: 15px; font-weight: 500; text-decoration: underline; } .cli-btn:focus { outline: 0; } .cli-modal-backdrop.cli-show { opacity: .8; } .cli-modal-open { overflow: hidden } .cli-barmodal-open { overflow: hidden } .cli-modal-open .cli-modal { overflow-x: hidden; overflow-y: auto } .cli-modal.cli-fade .cli-modal-dialog { transition: -webkit-transform .3s ease-out; transition: transform .3s ease-out; transition: transform .3s ease-out,-webkit-transform .3s ease-out; -webkit-transform: translate(0,-25%); transform: translate(0,-25%) } .cli-modal.cli-show .cli-modal-dialog { -webkit-transform: translate(0,0); transform: translate(0,0) } .cli-modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000; -webkit-transform:scale(0); transform:scale(0); transition: opacity ease-in-out 0.5s; } .cli-modal-backdrop.cli-fade { opacity: 0; } .cli-modal-backdrop.cli-show { opacity: .5; -webkit-transform:scale(1); transform:scale(1); } .cli-modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 99999; transform: scale(0); overflow: hidden; outline: 0; display: none; } .cli-modal a { text-decoration: none; } .cli-modal .cli-modal-dialog { position: relative; width: auto; margin: .5rem; pointer-events: none; font-family: inherit; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; text-align: left; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; min-height: calc(100% - (.5rem * 2)) } @media (min-width: 576px) { .cli-modal .cli-modal-dialog { max-width:500px; margin: 1.75rem auto; min-height: calc(100% - (1.75rem * 2)) } } .cli-modal-content { position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; width: 100%; pointer-events: auto; background-color: #fff; background-clip: padding-box; border-radius: .2rem; box-sizing: border-box; outline: 0 } .cli-modal .row { margin: 0 -15px; } .cli-modal .modal-body { padding: 0; position: relative; -ms-flex: 1 1 auto; flex: 1 1 auto; } .cli-modal .cli-modal-close:focus { outline: 0; } .cli-switch { display: inline-block; position: relative; min-height: 1px; padding-left: 38px; font-size: 14px; } .cli-switch input[type="checkbox"] { display:none; } .cli-switch .cli-slider { background-color: #e3e1e8; height: 20px; width: 38px; bottom: 0; cursor: pointer; left: 0; position: absolute; right: 0; top: 0; transition: .4s; } .cli-switch .cli-slider:before { background-color: #fff; bottom: 2px; content: ""; height: 15px; left: 3px; position: absolute; transition: .4s; width: 15px; } .cli-switch input:checked + .cli-slider { background-color: #61a229; } .cli-switch input:checked + .cli-slider:before { transform: translateX(18px); } .cli-switch .cli-slider { border-radius: 34px; font-size:0; } .cli-switch .cli-slider:before { border-radius: 50%; } .cli-tab-content { background: #ffffff; } .cli-nav-pills { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; -ms-flex-direction: column; flex-direction: column; } .cli-nav-pills, .cli-tab-content { width: 100%; padding:5px 30px 5px 5px; box-sizing: border-box; } @media (max-width: 767px) { .cli-nav-pills, .cli-tab-content { padding: 30px 10px; } } .cli-nav-pills { background: #fff; } .cli-nav-pills .cli-nav-link { border: 1px solid #cccccc; margin-bottom: 10px; color:#2a2a2a; font-size: 14px; display: block; padding: .5rem 1rem; border-radius: .25rem; cursor: pointer } .cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link { background-color: #f6f6f9; border: 1px solid #cccccc; } .cli-nav-pills .cli-nav-link.cli-active { color:#2a2a2a; } .cli-tab-content .cli-button-wrapper { padding-top: 30px; margin-top: 30px; border-top: 1px solid #d6d6d6; } .cli-tab-content p { color: #343438; font-size: 14px; margin-top: 0; } .cli-tab-content h4 { font-size: 20px; margin-bottom: 1.5rem; margin-top: 0; font-family: inherit; font-weight: 500; line-height: 1.2; color: inherit; } /* Cookie Settings In Bar */ #cookie-law-info-bar .cli-nav-pills,#cookie-law-info-bar .cli-tab-content,#cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link,#cookie-law-info-bar a.cli-nav-link.cli-active{ background: transparent; } #cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,#cookie-law-info-bar .cli-nav-link,#cookie-law-info-bar .cli-tab-container p,#cookie-law-info-bar span.cli-necessary-caption,#cookie-law-info-bar .cli-switch .cli-slider:after { color:inherit; } #cookie-law-info-bar .cli-tab-header a:before { border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; } #cookie-law-info-bar .cli-row { margin-top:20px; } #cookie-law-info-bar .cli-col-4 { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: none; } #cookie-law-info-bar .cli-col-8 { flex-basis: 0; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } .cli-wrapper { max-width: 90%; float: none; margin: 0 auto; } #cookie-law-info-bar .cli-tab-content h4 { margin-bottom:0.5rem; } #cookie-law-info-bar .cli-nav-pills .cli-nav-link { padding: .2rem 0.5rem; } #cookie-law-info-bar .cli-tab-container { display:none; text-align:left; } /* Popup Footer Styles */ .cli-tab-footer .cli-btn { background-color: #00acad; padding: 10px 15px; text-decoration:none; } .cli-tab-footer .wt-cli-privacy-accept-btn { background-color: #61a229; color: #ffffff; border-radius: 0; } .cli-tab-footer { width:100%; text-align:right; padding: 20px 0; } /* version 2.0 */ .cli-col-12 { width:100%; } .cli-tab-header { display: flex; justify-content: space-between; } .cli-tab-header a:before { width: 10px; height: 2px; left: 0; top: calc(50% - 1px); } .cli-tab-header a:after { width: 2px; height: 10px; left: 4px; top: calc(50% - 5px); -webkit-transform: none; transform: none; } .cli-tab-header a:before { width: 7px; height: 7px; border-right: 1px solid #4a6e78; border-bottom: 1px solid #4a6e78; content: " "; transform: rotate(-45deg); -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; margin-right:10px; } .cli-tab-header a.cli-nav-link { position: relative; display: flex; align-items: center; font-size:14px; color:#000; text-transform: capitalize; } .cli-tab-header.cli-tab-active .cli-nav-link:before { transform: rotate(45deg); -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .cli-tab-header { border-radius: 5px; padding: 12px 15px; cursor: pointer; transition: background-color 0.2s ease-out 0.3s, color 0.2s ease-out 0s; background-color:#f2f2f2; } .cli-modal .cli-modal-close { position: absolute; right: 0; top: 0; z-index: 1; -webkit-appearance: none; width: 40px; height: 40px; padding: 0; border-radius: 50%; padding: 10px; background: transparent; border:none; min-width: 40px; } .cli-tab-container h4,.cli-tab-container h1 { font-family: inherit; font-size: 16px; margin-bottom: 15px; margin:10px 0; } #cliSettingsPopup .cli-tab-section-container { padding-top: 12px; } .cli-tab-container p ,.cli-privacy-content-text{ font-size: 14px; line-height: 1.4; margin-top: 0; padding: 0; color: #000; } .wt-cli-privacy { display:none; } .cli-tab-content { display:none; } .cli-tab-section .cli-tab-content { padding: 10px 20px 5px 20px; } .cli-tab-section { margin-top:5px; } @media (min-width: 992px) { .cli-modal .cli-modal-dialog { max-width: 645px; } } .cli-switch .cli-slider:after{ content: attr(data-cli-disable); position: absolute; right: 50px; color: #000; font-size:12px; text-align:right; min-width: 80px; } .cli-switch input:checked + .cli-slider:after { content: attr(data-cli-enable); } .cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content { max-height: 60px; transition: max-height 0.15s ease-out; overflow: hidden; } a.cli-privacy-readmore { font-size: 12px; margin-top: 12px; display: inline-block; padding-bottom: 0; cursor: pointer; color:#000; text-decoration: underline; } .cli-modal-footer { position: relative; } a.cli-privacy-readmore:before { content: attr(data-readmore-text); } .cli-collapsed a.cli-privacy-readmore:before { content: attr(data-readless-text); } .cli-collapsed .cli-privacy-content { transition: max-height 0.25s ease-in; } .cli-privacy-content p { margin-bottom:0; } .cli-modal-close svg { fill: #000; } span.cli-necessary-caption { color: #000; font-size: 12px; } .cli-tab-section.cli-privacy-tab { display: none; } #cookie-law-info-bar .cli-tab-section.cli-privacy-tab { display: block; } #cookie-law-info-bar .cli-privacy-overview { display: none; } .cli-tab-container .cli-row { max-height: 500px; overflow-y: auto; } .cli-modal.cli-blowup.cli-out { z-index: -1; } .cli-modal.cli-blowup { z-index: 999999; transform: scale(1); } .cli-modal.cli-blowup .cli-modal-dialog { animation: blowUpModal 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; } .cli-modal.cli-blowup.cli-out .cli-modal-dialog { animation: blowUpModalTwo 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; } @keyframes blowUpContent { 0% { transform: scale(1); opacity: 1; } 99.9% { transform: scale(2); opacity: 0; } 100% { transform: scale(0); } } @keyframes blowUpContentTwo { 0% { transform: scale(2); opacity: 0; } 100% { transform: scale(1); opacity: 1; } } @keyframes blowUpModal { 0% { transform: scale(0); } 100% { transform: scale(1); } } @keyframes blowUpModalTwo { 0% { transform: scale(1); opacity: 1; } 50% { transform: scale(0.5); opacity: 0; } 100% { transform: scale(0); opacity: 0; } } .cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th { font-size: 12px; } .cli_settings_button { cursor: pointer; } /* Accessibility Fix */ .wt-cli-sr-only { display: none; font-size:16px; } /* Changes for CCPA Version : 1.8.9 */ a.wt-cli-element.cli_cookie_close_button { text-decoration: none; color: #333333; font-size: 22px; line-height: 22px; cursor: pointer; position: absolute; right: 10px; top: 5px; } /* GDPR Bar Version 2 */ .cli-bar-container{ float: none; margin: 0 auto; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; justify-content: space-between; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; } .cli-bar-btn_container { margin-left: 20px; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-align: center; -moz-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; flex-wrap: nowrap; } .cli-style-v2 a { cursor: pointer; } .cli-bar-btn_container a { white-space: nowrap; } .cli-style-v2 .cli-plugin-main-link { font-weight:inherit; } .cli-style-v2 { font-size: 11pt; line-height: 18px; font-weight:normal; } #cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container{ display: block; } .cli-style-v2 .cli-bar-message { width: 70%; text-align: left; } #cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message { width:100%; } #cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container { margin-top:8px; margin-left: 0px; flex-wrap: wrap; } /* #cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-message { text-align: center; } */ #cookie-law-info-bar[data-cli-type="popup"] .cli-style-v2 .cli-bar-btn_container { margin-top:8px; margin-left: 0px; } #cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head{ text-align: left; /* padding-left: 15px; */ margin-bottom: 5px; margin-top: 0px; font-size: 16px; } /* #cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container.cli-style-v2 { padding-left: 0px; padding-right: 0px; } */ .cli-style-v2 .cli-bar-message .wt-cli-ccpa-element,.cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox { margin-top: 5px; } .cli-style-v2 .cli-bar-btn_container .cli_action_button , .cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link, .cli-style-v2 .cli-bar-btn_container .cli_settings_button { margin-left: 5px; } .wt-cli-ccpa-checkbox label { font-size: inherit; cursor: pointer; margin: 0px 0px 0px 5px; } /* .cli-bar-container.cli-style-v2 { padding-left: 15px; padding-right: 15px; padding-top: 2px; padding-bottom: 2px; } */ #cookie-law-info-bar[data-cli-style="cli-style-v2"] { padding: 14px 25px; } #cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"] { padding:32px 30px; } #cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] { padding: 32px 45px; } .cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button), .cli-style-v2 .cli_settings_button:not(.cli-plugin-button),.cli-style-v2 .cli_action_button:not(.cli-plugin-button){ text-decoration: underline; } .cli-style-v2 .cli-bar-btn_container .cli-plugin-button { margin-top: 5px; margin-bottom: 5px; } a.wt-cli-ccpa-opt-out { white-space: nowrap; text-decoration: underline; } .wt-cli-necessary-checkbox { display: none !important; } @media (max-width: 985px) { .cli-style-v2 .cli-bar-message { width:100%; } .cli-style-v2.cli-bar-container { justify-content:left; flex-wrap: wrap; } .cli-style-v2 .cli-bar-btn_container { margin-left:0px; margin-top: 10px; } #cookie-law-info-bar[data-cli-style="cli-style-v2"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] { padding: 25px 25px; } } /* Settings popup footer section */ .wt-cli-ckyes-brand-logo { display: flex; align-items: center; font-size: 9px; color: #111111; font-weight: normal; } .wt-cli-ckyes-brand-logo img{ width: 65px; margin-left: 2px; } .wt-cli-privacy-overview-actions { padding-bottom:0; } @media only screen and (max-width: 479px) and (min-width: 320px){ .cli-style-v2 .cli-bar-btn_container { flex-wrap: wrap; } } /* Fix: HTML validation error due to the enclosing of
tags on category description */ .wt-cli-cookie-description { font-size: 14px; line-height: 1.4; margin-top: 0; padding: 0; color: #000; } #dpsp-content-top{margin-bottom:1.2em}#dpsp-content-bottom{margin-top:1.2em}.dpsp-share-text{margin-bottom:10px;font-weight:700}.dpsp-networks-btns-wrapper{margin:0!important;padding:0!important;list-style:none!important}.dpsp-networks-btns-wrapper:after{display:block;clear:both;height:0;content:""}.dpsp-networks-btns-wrapper li{float:left;margin:0;padding:0;border:0;list-style-type:none!important;-webkit-transition:all .15s ease-in;-moz-transition:all .15s ease-in;-o-transition:all .15s ease-in;transition:all .15s ease-in}.dpsp-networks-btns-wrapper li:before{display:none!important}.dpsp-networks-btns-wrapper li:first-child{margin-left:0!important}.dpsp-networks-btns-wrapper .dpsp-network-btn{display:flex;position:relative;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;min-width:40px;height:40px;max-height:40px;padding:0;border:2px solid;border-radius:0;box-shadow:none;font-family:Arial,sans-serif;font-size:14px;font-weight:700;line-height:36px;text-align:center;vertical-align:middle;text-decoration:none!important;text-transform:unset!important;cursor:pointer;-webkit-transition:all .15s ease-in;-moz-transition:all .15s ease-in;-o-transition:all .15s ease-in;transition:all .15s ease-in}.dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-label{padding-right:.5em;padding-left:.5em}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-has-count .dpsp-network-label{padding-right:.25em}@media screen and (max-width:480px){.dpsp-network-hide-label-mobile,.dpsp-no-labels-mobile .dpsp-network-label{display:none!important}}.dpsp-networks-btns-wrapper.dpsp-column-auto .dpsp-network-btn.dpsp-no-label{width:40px}.dpsp-button-style-6 .dpsp-networks-btns-wrapper.dpsp-column-auto:not(.dpsp-networks-btns-sidebar):not(.dpsp-networks-btns-sticky-bar) .dpsp-network-btn.dpsp-no-label .dpsp-network-icon,.dpsp-button-style-7 .dpsp-networks-btns-wrapper.dpsp-column-auto:not(.dpsp-networks-btns-sidebar):not(.dpsp-networks-btns-sticky-bar) .dpsp-network-btn.dpsp-no-label .dpsp-network-icon,.dpsp-button-style-8 .dpsp-networks-btns-wrapper.dpsp-column-auto:not(.dpsp-networks-btns-sidebar):not(.dpsp-networks-btns-sticky-bar) .dpsp-network-btn.dpsp-no-label .dpsp-network-icon{left:-2px}.dpsp-networks-btns-wrapper .dpsp-network-btn:focus,.dpsp-networks-btns-wrapper .dpsp-network-btn:hover{border:2px solid;outline:none;box-shadow:0 0 0 3px rgba(21,156,228,.4);box-shadow:0 0 0 3px var(--networkHover)}.dpsp-networks-btns-wrapper .dpsp-network-btn:after{display:block;clear:both;height:0;content:""}.dpsp-networks-btns-wrapper.dpsp-column-auto .dpsp-network-btn.dpsp-no-label{padding-left:0!important}.dpsp-size-small .dpsp-networks-btns-wrapper:not(.dpsp-networks-btns-sidebar) .dpsp-network-btn.dpsp-no-label .dpsp-network-icon{width:28px}.dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-count{padding-right:.5em;padding-left:.25em;font-size:13px;font-weight:400;white-space:nowrap}.dpsp-networks-btns-wrapper.dpsp-networks-btns-sidebar .dpsp-network-btn .dpsp-network-count{position:absolute;bottom:0;left:0;width:100%;height:20px;margin-left:0;padding-left:.5em;font-size:11px;line-height:20px;text-align:center}.dpsp-networks-btns-wrapper.dpsp-networks-btns-sticky-bar .dpsp-network-btn .dpsp-network-count{padding-left:.5em}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-no-label .dpsp-network-label-wrapper{display:none}.dpsp-button-style-6 .dpsp-networks-btns-wrapper:not(.dpsp-networks-btns-sidebar):not(.dpsp-column-auto):not(.dpsp-column-6) .dpsp-network-btn.dpsp-has-count-only .dpsp-network-label-wrapper,.dpsp-button-style-7 .dpsp-networks-btns-wrapper:not(.dpsp-networks-btns-sidebar):not(.dpsp-column-auto):not(.dpsp-column-6) .dpsp-network-btn.dpsp-has-count-only .dpsp-network-label-wrapper{display:inline-block;text-indent:2em}.dpsp-networks-btns-wrapper.dpsp-column-1 li{width:100%;margin-left:0}.dpsp-has-spacing .dpsp-networks-btns-wrapper.dpsp-column-1 li{margin-right:0}.dpsp-networks-btns-wrapper.dpsp-column-2 li{width:50%}.dpsp-has-spacing .dpsp-networks-btns-wrapper.dpsp-column-2 li{width:49%}.dpsp-networks-btns-wrapper.dpsp-column-2 li:nth-child(2n){margin-right:0}.dpsp-networks-btns-wrapper.dpsp-column-3 li{width:33.3333%}.dpsp-has-spacing .dpsp-networks-btns-wrapper.dpsp-column-3 li{width:32%}.dpsp-networks-btns-wrapper.dpsp-column-3 li:nth-child(3n){margin-right:0}.dpsp-networks-btns-wrapper.dpsp-column-4 li{width:25%}.dpsp-has-spacing .dpsp-networks-btns-wrapper.dpsp-column-4 li{width:23.5%}.dpsp-networks-btns-wrapper.dpsp-column-4 li:nth-child(4n){margin-right:0}.dpsp-networks-btns-wrapper.dpsp-column-5 li{width:20%}.dpsp-has-spacing .dpsp-networks-btns-wrapper.dpsp-column-5 li{width:18.4%}.dpsp-networks-btns-wrapper.dpsp-column-5 li:nth-child(5n){margin-right:0}.dpsp-networks-btns-wrapper.dpsp-column-6 li{width:16.6666%}.dpsp-has-spacing .dpsp-networks-btns-wrapper.dpsp-column-6 li{width:15%}.dpsp-networks-btns-wrapper.dpsp-column-6 li:nth-child(6n){margin-right:0}.dpsp-networks-btns-wrapper.dpsp-column-7 li{width:14.285%}.dpsp-has-spacing .dpsp-networks-btns-wrapper.dpsp-column-7 li{width:13%}.dpsp-networks-btns-wrapper.dpsp-column-7 li:nth-child(6n){margin-right:0}.dpsp-shape-circle .dpsp-networks-btns-wrapper:not(.dpsp-networks-btns-sidebar) .dpsp-network-btn:not(.dpsp-no-label){padding-right:10px}.dpsp-no-labels .dpsp-networks-btns-wrapper .dpsp-network-btn{padding:0!important;text-align:center}.dpsp-facebook{--networkAccent:#334d87;--networkColor:#3a579a;--networkHover:rgba(51,77,135,0.4)}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook{border-color:#3a579a;color:#3a579a;background:#3a579a}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook:not(:hover):not(:active){color:#3a579a}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook .dpsp-network-icon{border-color:#3a579a;color:#3a579a;background:#3a579a}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook .dpsp-network-icon.dpsp-network-icon-outlined .dpsp-network-icon-inner>svg{fill:none!important;stroke:var(--customNetworkColor,var(--networkColor,#3a579a));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:var(--customNetworkColor,var(--networkColor,#3a579a))}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkColor,var(--networkColor,#3a579a));stroke:var(--customNetworkColor,var(--networkColor,#3a579a));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook:focus,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook:focus .dpsp-network-icon,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook:hover,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook:hover .dpsp-network-icon{border-color:#334d87;color:#334d87;background:#334d87}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook:focus .dpsp-network-icon .dpsp-network-icon-inner>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook:hover .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:#334d87}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook:focus .dpsp-network-icon .dpsp-network-icon-inner>svg>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-facebook:hover .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkHoverColor,var(--networkHover,#334d87));stroke:var(--customNetworkHoverColor,var(--networkHover,#334d87))}.dpsp-twitter{--networkAccent:#0099d7;--networkColor:#00abf0;--networkHover:rgba(0,153,215,0.4)}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter{border-color:#00abf0;color:#00abf0;background:#00abf0}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter:not(:hover):not(:active){color:#00abf0}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter .dpsp-network-icon{border-color:#00abf0;color:#00abf0;background:#00abf0}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter .dpsp-network-icon.dpsp-network-icon-outlined .dpsp-network-icon-inner>svg{fill:none!important;stroke:var(--customNetworkColor,var(--networkColor,#00abf0));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:var(--customNetworkColor,var(--networkColor,#00abf0))}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkColor,var(--networkColor,#00abf0));stroke:var(--customNetworkColor,var(--networkColor,#00abf0));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter:focus,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter:focus .dpsp-network-icon,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter:hover,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter:hover .dpsp-network-icon{border-color:#0099d7;color:#0099d7;background:#0099d7}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter:focus .dpsp-network-icon .dpsp-network-icon-inner>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter:hover .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:#0099d7}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter:focus .dpsp-network-icon .dpsp-network-icon-inner>svg>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitter:hover .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkHoverColor,var(--networkHover,#0099d7));stroke:var(--customNetworkHoverColor,var(--networkHover,#0099d7))}.dpsp-x{--networkAccent:#000;--networkColor:#000;--networkHover:rgba(0,0,0,0.4)}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-x{border-color:#000;color:#000;background:#000}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-x:not(:hover):not(:active){color:#000}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-x .dpsp-network-icon{border-color:#000;color:#000;background:#000}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-x .dpsp-network-icon.dpsp-network-icon-outlined .dpsp-network-icon-inner>svg{fill:none!important;stroke:var(--customNetworkColor,var(--networkColor,#000));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-x .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:var(--customNetworkColor,var(--networkColor,#000))}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-x .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkColor,var(--networkColor,#000));stroke:var(--customNetworkColor,var(--networkColor,#000));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-x:focus,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-x:focus .dpsp-network-icon,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-x:hover,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-x:hover .dpsp-network-icon{border-color:#000;color:#000;background:#000}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-x:focus .dpsp-network-icon .dpsp-network-icon-inner>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-x:hover .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:#000}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-x:focus .dpsp-network-icon .dpsp-network-icon-inner>svg>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-x:hover .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkHoverColor,var(--networkHover,#000));stroke:var(--customNetworkHoverColor,var(--networkHover,#000))}.dpsp-pinterest{--networkAccent:#b31e24;--networkColor:#c92228;--networkHover:rgba(179,30,36,0.4)}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest{border-color:#c92228;color:#c92228;background:#c92228}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest:not(:hover):not(:active){color:#c92228}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest .dpsp-network-icon{border-color:#c92228;color:#c92228;background:#c92228}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest .dpsp-network-icon.dpsp-network-icon-outlined .dpsp-network-icon-inner>svg{fill:none!important;stroke:var(--customNetworkColor,var(--networkColor,#c92228));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:var(--customNetworkColor,var(--networkColor,#c92228))}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkColor,var(--networkColor,#c92228));stroke:var(--customNetworkColor,var(--networkColor,#c92228));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest:focus,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest:focus .dpsp-network-icon,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest:hover,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest:hover .dpsp-network-icon{border-color:#b31e24;color:#b31e24;background:#b31e24}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest:focus .dpsp-network-icon .dpsp-network-icon-inner>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest:hover .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:#b31e24}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest:focus .dpsp-network-icon .dpsp-network-icon-inner>svg>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pinterest:hover .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkHoverColor,var(--networkHover,#b31e24));stroke:var(--customNetworkHoverColor,var(--networkHover,#b31e24))}.dpsp-linkedin{--networkAccent:#00669c;--networkColor:#0077b5;--networkHover:rgba(0,102,156,0.4)}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-linkedin{border-color:#0077b5;color:#0077b5;background:#0077b5}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-linkedin:not(:hover):not(:active){color:#0077b5}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-linkedin .dpsp-network-icon{border-color:#0077b5;color:#0077b5;background:#0077b5}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-linkedin .dpsp-network-icon.dpsp-network-icon-outlined .dpsp-network-icon-inner>svg{fill:none!important;stroke:var(--customNetworkColor,var(--networkColor,#0077b5));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-linkedin .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:var(--customNetworkColor,var(--networkColor,#0077b5))}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-linkedin .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkColor,var(--networkColor,#0077b5));stroke:var(--customNetworkColor,var(--networkColor,#0077b5));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-linkedin:focus,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-linkedin:focus .dpsp-network-icon,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-linkedin:hover,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-linkedin:hover .dpsp-network-icon{border-color:#00669c;color:#00669c;background:#00669c}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-linkedin:focus .dpsp-network-icon .dpsp-network-icon-inner>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-linkedin:hover .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:#00669c}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-linkedin:focus .dpsp-network-icon .dpsp-network-icon-inner>svg>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-linkedin:hover .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkHoverColor,var(--networkHover,#00669c));stroke:var(--customNetworkHoverColor,var(--networkHover,#00669c))}.dpsp-reddit{--networkAccent:#ff4200;--networkColor:#ff5700;--networkHover:rgba(255,66,0,0.4)}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-reddit{border-color:#ff5700;color:#ff5700;background:#ff5700}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-reddit:not(:hover):not(:active){color:#ff5700}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-reddit .dpsp-network-icon{border-color:#ff5700;color:#ff5700;background:#ff5700}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-reddit .dpsp-network-icon.dpsp-network-icon-outlined .dpsp-network-icon-inner>svg{fill:none!important;stroke:var(--customNetworkColor,var(--networkColor,#ff5700));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-reddit .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:var(--customNetworkColor,var(--networkColor,#ff5700))}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-reddit .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkColor,var(--networkColor,#ff5700));stroke:var(--customNetworkColor,var(--networkColor,#ff5700));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-reddit:focus,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-reddit:focus .dpsp-network-icon,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-reddit:hover,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-reddit:hover .dpsp-network-icon{border-color:#ff4200;color:#ff4200;background:#ff4200}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-reddit:focus .dpsp-network-icon .dpsp-network-icon-inner>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-reddit:hover .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:#ff4200}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-reddit:focus .dpsp-network-icon .dpsp-network-icon-inner>svg>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-reddit:hover .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkHoverColor,var(--networkHover,#ff4200));stroke:var(--customNetworkHoverColor,var(--networkHover,#ff4200))}.dpsp-vkontakte{--networkAccent:#456992;--networkColor:#4d75a3;--networkHover:rgba(69,105,146,0.4)}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-vkontakte{border-color:#4d75a3;color:#4d75a3;background:#4d75a3}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-vkontakte:not(:hover):not(:active){color:#4d75a3}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-vkontakte .dpsp-network-icon{border-color:#4d75a3;color:#4d75a3;background:#4d75a3}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-vkontakte .dpsp-network-icon.dpsp-network-icon-outlined .dpsp-network-icon-inner>svg{fill:none!important;stroke:var(--customNetworkColor,var(--networkColor,#4d75a3));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-vkontakte .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:var(--customNetworkColor,var(--networkColor,#4d75a3))}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-vkontakte .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkColor,var(--networkColor,#4d75a3));stroke:var(--customNetworkColor,var(--networkColor,#4d75a3));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-vkontakte:focus,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-vkontakte:focus .dpsp-network-icon,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-vkontakte:hover,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-vkontakte:hover .dpsp-network-icon{border-color:#456992;color:#456992;background:#456992}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-vkontakte:focus .dpsp-network-icon .dpsp-network-icon-inner>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-vkontakte:hover .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:#456992}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-vkontakte:focus .dpsp-network-icon .dpsp-network-icon-inner>svg>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-vkontakte:hover .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkHoverColor,var(--networkHover,#456992));stroke:var(--customNetworkHoverColor,var(--networkHover,#456992))}.dpsp-whatsapp{--networkAccent:#21c960;--networkColor:#25d366;--networkHover:rgba(33,201,96,0.4)}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-whatsapp{border-color:#25d366;color:#25d366;background:#25d366}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-whatsapp:not(:hover):not(:active){color:#25d366}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-whatsapp .dpsp-network-icon{border-color:#25d366;color:#25d366;background:#25d366}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-whatsapp .dpsp-network-icon.dpsp-network-icon-outlined .dpsp-network-icon-inner>svg{fill:none!important;stroke:var(--customNetworkColor,var(--networkColor,#25d366));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-whatsapp .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:var(--customNetworkColor,var(--networkColor,#25d366))}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-whatsapp .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkColor,var(--networkColor,#25d366));stroke:var(--customNetworkColor,var(--networkColor,#25d366));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-whatsapp:focus,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-whatsapp:focus .dpsp-network-icon,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-whatsapp:hover,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-whatsapp:hover .dpsp-network-icon{border-color:#21c960;color:#21c960;background:#21c960}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-whatsapp:focus .dpsp-network-icon .dpsp-network-icon-inner>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-whatsapp:hover .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:#21c960}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-whatsapp:focus .dpsp-network-icon .dpsp-network-icon-inner>svg>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-whatsapp:hover .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkHoverColor,var(--networkHover,#21c960));stroke:var(--customNetworkHoverColor,var(--networkHover,#21c960))}.dpsp-instagram{--networkAccent:#a9257e;--networkColor:#bc2a8d;--networkHover:rgba(169,37,126,0.4)}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-instagram{border-color:#bc2a8d;color:#bc2a8d;background:#bc2a8d}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-instagram:not(:hover):not(:active){color:#bc2a8d}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-instagram .dpsp-network-icon{border-color:#bc2a8d;color:#bc2a8d;background:#bc2a8d}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-instagram .dpsp-network-icon.dpsp-network-icon-outlined .dpsp-network-icon-inner>svg{fill:none!important;stroke:var(--customNetworkColor,var(--networkColor,#bc2a8d));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-instagram .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:var(--customNetworkColor,var(--networkColor,#bc2a8d))}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-instagram .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkColor,var(--networkColor,#bc2a8d));stroke:var(--customNetworkColor,var(--networkColor,#bc2a8d));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-instagram:focus,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-instagram:focus .dpsp-network-icon,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-instagram:hover,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-instagram:hover .dpsp-network-icon{border-color:#a9257e;color:#a9257e;background:#a9257e}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-instagram:focus .dpsp-network-icon .dpsp-network-icon-inner>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-instagram:hover .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:#a9257e}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-instagram:focus .dpsp-network-icon .dpsp-network-icon-inner>svg>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-instagram:hover .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkHoverColor,var(--networkHover,#a9257e));stroke:var(--customNetworkHoverColor,var(--networkHover,#a9257e))}.dpsp-youtube{--networkAccent:#a20000;--networkColor:#b00;--networkHover:rgba(162,0,0,0.4)}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-youtube{border-color:#b00;color:#b00;background:#b00}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-youtube:not(:hover):not(:active){color:#b00}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-youtube .dpsp-network-icon{border-color:#b00;color:#b00;background:#b00}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-youtube .dpsp-network-icon.dpsp-network-icon-outlined .dpsp-network-icon-inner>svg{fill:none!important;stroke:var(--customNetworkColor,var(--networkColor,#b00));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-youtube .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:var(--customNetworkColor,var(--networkColor,#b00))}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-youtube .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkColor,var(--networkColor,#b00));stroke:var(--customNetworkColor,var(--networkColor,#b00));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-youtube:focus,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-youtube:focus .dpsp-network-icon,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-youtube:hover,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-youtube:hover .dpsp-network-icon{border-color:#a20000;color:#a20000;background:#a20000}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-youtube:focus .dpsp-network-icon .dpsp-network-icon-inner>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-youtube:hover .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:#a20000}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-youtube:focus .dpsp-network-icon .dpsp-network-icon-inner>svg>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-youtube:hover .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkHoverColor,var(--networkHover,#a20000));stroke:var(--customNetworkHoverColor,var(--networkHover,#a20000))}.dpsp-vimeo{--networkAccent:#2bb2ff;--networkColor:#4bf;--networkHover:rgba(43,178,255,0.4)}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-vimeo{border-color:#4bf;color:#4bf;background:#4bf}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-vimeo:not(:hover):not(:active){color:#4bf}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-vimeo .dpsp-network-icon{border-color:#4bf;color:#4bf;background:#4bf}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-vimeo .dpsp-network-icon.dpsp-network-icon-outlined .dpsp-network-icon-inner>svg{fill:none!important;stroke:var(--customNetworkColor,var(--networkColor,#4bf));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-vimeo .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:var(--customNetworkColor,var(--networkColor,#4bf))}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-vimeo .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkColor,var(--networkColor,#4bf));stroke:var(--customNetworkColor,var(--networkColor,#4bf));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-vimeo:focus,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-vimeo:focus .dpsp-network-icon,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-vimeo:hover,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-vimeo:hover .dpsp-network-icon{border-color:#2bb2ff;color:#2bb2ff;background:#2bb2ff}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-vimeo:focus .dpsp-network-icon .dpsp-network-icon-inner>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-vimeo:hover .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:#2bb2ff}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-vimeo:focus .dpsp-network-icon .dpsp-network-icon-inner>svg>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-vimeo:hover .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkHoverColor,var(--networkHover,#2bb2ff));stroke:var(--customNetworkHoverColor,var(--networkHover,#2bb2ff))}.dpsp-soundcloud{--networkAccent:#e64c00;--networkColor:#f50;--networkHover:rgba(230,76,0,0.4)}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-soundcloud{border-color:#f50;color:#f50;background:#f50}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-soundcloud:not(:hover):not(:active){color:#f50}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-soundcloud .dpsp-network-icon{border-color:#f50;color:#f50;background:#f50}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-soundcloud .dpsp-network-icon.dpsp-network-icon-outlined .dpsp-network-icon-inner>svg{fill:none!important;stroke:var(--customNetworkColor,var(--networkColor,#f50));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-soundcloud .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:var(--customNetworkColor,var(--networkColor,#f50))}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-soundcloud .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkColor,var(--networkColor,#f50));stroke:var(--customNetworkColor,var(--networkColor,#f50));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-soundcloud:focus,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-soundcloud:focus .dpsp-network-icon,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-soundcloud:hover,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-soundcloud:hover .dpsp-network-icon{border-color:#e64c00;color:#e64c00;background:#e64c00}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-soundcloud:focus .dpsp-network-icon .dpsp-network-icon-inner>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-soundcloud:hover .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:#e64c00}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-soundcloud:focus .dpsp-network-icon .dpsp-network-icon-inner>svg>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-soundcloud:hover .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkHoverColor,var(--networkHover,#e64c00));stroke:var(--customNetworkHoverColor,var(--networkHover,#e64c00))}.dpsp-twitch{--networkAccent:#593a93;--networkColor:#6441a5;--networkHover:rgba(89,58,147,0.4)}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitch{border-color:#6441a5;color:#6441a5;background:#6441a5}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitch:not(:hover):not(:active){color:#6441a5}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitch .dpsp-network-icon{border-color:#6441a5;color:#6441a5;background:#6441a5}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitch .dpsp-network-icon.dpsp-network-icon-outlined .dpsp-network-icon-inner>svg{fill:none!important;stroke:var(--customNetworkColor,var(--networkColor,#6441a5));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitch .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:var(--customNetworkColor,var(--networkColor,#6441a5))}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitch .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkColor,var(--networkColor,#6441a5));stroke:var(--customNetworkColor,var(--networkColor,#6441a5));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitch:focus,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitch:focus .dpsp-network-icon,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitch:hover,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitch:hover .dpsp-network-icon{border-color:#593a93;color:#593a93;background:#593a93}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitch:focus .dpsp-network-icon .dpsp-network-icon-inner>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitch:hover .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:#593a93}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitch:focus .dpsp-network-icon .dpsp-network-icon-inner>svg>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-twitch:hover .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkHoverColor,var(--networkHover,#593a93));stroke:var(--customNetworkHoverColor,var(--networkHover,#593a93))}.dpsp-yummly{--networkAccent:#d84d1a;--networkColor:#e55a27;--networkHover:rgba(216,77,26,0.4)}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-yummly{border-color:#e55a27;color:#e55a27;background:#e55a27}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-yummly:not(:hover):not(:active){color:#e55a27}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-yummly .dpsp-network-icon{border-color:#e55a27;color:#e55a27;background:#e55a27}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-yummly .dpsp-network-icon.dpsp-network-icon-outlined .dpsp-network-icon-inner>svg{fill:none!important;stroke:var(--customNetworkColor,var(--networkColor,#e55a27));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-yummly .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:var(--customNetworkColor,var(--networkColor,#e55a27))}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-yummly .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkColor,var(--networkColor,#e55a27));stroke:var(--customNetworkColor,var(--networkColor,#e55a27));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-yummly:focus,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-yummly:focus .dpsp-network-icon,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-yummly:hover,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-yummly:hover .dpsp-network-icon{border-color:#d84d1a;color:#d84d1a;background:#d84d1a}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-yummly:focus .dpsp-network-icon .dpsp-network-icon-inner>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-yummly:hover .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:#d84d1a}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-yummly:focus .dpsp-network-icon .dpsp-network-icon-inner>svg>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-yummly:hover .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkHoverColor,var(--networkHover,#d84d1a));stroke:var(--customNetworkHoverColor,var(--networkHover,#d84d1a))}.dpsp-behance{--networkAccent:#0053e6;--networkColor:#005cff;--networkHover:rgba(0,83,230,0.4)}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-behance{border-color:#005cff;color:#005cff;background:#005cff}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-behance:not(:hover):not(:active){color:#005cff}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-behance .dpsp-network-icon{border-color:#005cff;color:#005cff;background:#005cff}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-behance .dpsp-network-icon.dpsp-network-icon-outlined .dpsp-network-icon-inner>svg{fill:none!important;stroke:var(--customNetworkColor,var(--networkColor,#005cff));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-behance .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:var(--customNetworkColor,var(--networkColor,#005cff))}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-behance .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkColor,var(--networkColor,#005cff));stroke:var(--customNetworkColor,var(--networkColor,#005cff));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-behance:focus,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-behance:focus .dpsp-network-icon,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-behance:hover,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-behance:hover .dpsp-network-icon{border-color:#0053e6;color:#0053e6;background:#0053e6}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-behance:focus .dpsp-network-icon .dpsp-network-icon-inner>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-behance:hover .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:#0053e6}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-behance:focus .dpsp-network-icon .dpsp-network-icon-inner>svg>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-behance:hover .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkHoverColor,var(--networkHover,#0053e6));stroke:var(--customNetworkHoverColor,var(--networkHover,#0053e6))}.dpsp-email{--networkAccent:#239e57;--networkColor:#27ae60;--networkHover:rgba(35,158,87,0.4)}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-email{border-color:#27ae60;color:#27ae60;background:#27ae60}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-email:not(:hover):not(:active){color:#27ae60}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-email .dpsp-network-icon{border-color:#27ae60;color:#27ae60;background:#27ae60}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-email .dpsp-network-icon.dpsp-network-icon-outlined .dpsp-network-icon-inner>svg{fill:none!important;stroke:var(--customNetworkColor,var(--networkColor,#27ae60));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-email .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:var(--customNetworkColor,var(--networkColor,#27ae60))}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-email .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkColor,var(--networkColor,#27ae60));stroke:var(--customNetworkColor,var(--networkColor,#27ae60));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-email:focus,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-email:focus .dpsp-network-icon,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-email:hover,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-email:hover .dpsp-network-icon{border-color:#239e57;color:#239e57;background:#239e57}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-email:focus .dpsp-network-icon .dpsp-network-icon-inner>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-email:hover .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:#239e57}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-email:focus .dpsp-network-icon .dpsp-network-icon-inner>svg>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-email:hover .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkHoverColor,var(--networkHover,#239e57));stroke:var(--customNetworkHoverColor,var(--networkHover,#239e57))}.dpsp-print{--networkAccent:#afb6bb;--networkColor:#bdc3c7;--networkHover:rgba(175,182,187,0.4)}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-print{border-color:#bdc3c7;color:#bdc3c7;background:#bdc3c7}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-print:not(:hover):not(:active){color:#bdc3c7}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-print .dpsp-network-icon{border-color:#bdc3c7;color:#bdc3c7;background:#bdc3c7}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-print .dpsp-network-icon.dpsp-network-icon-outlined .dpsp-network-icon-inner>svg{fill:none!important;stroke:var(--customNetworkColor,var(--networkColor,#bdc3c7));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-print .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:var(--customNetworkColor,var(--networkColor,#bdc3c7))}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-print .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkColor,var(--networkColor,#bdc3c7));stroke:var(--customNetworkColor,var(--networkColor,#bdc3c7));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-print:focus,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-print:focus .dpsp-network-icon,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-print:hover,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-print:hover .dpsp-network-icon{border-color:#afb6bb;color:#afb6bb;background:#afb6bb}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-print:focus .dpsp-network-icon .dpsp-network-icon-inner>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-print:hover .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:#afb6bb}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-print:focus .dpsp-network-icon .dpsp-network-icon-inner>svg>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-print:hover .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkHoverColor,var(--networkHover,#afb6bb));stroke:var(--customNetworkHoverColor,var(--networkHover,#afb6bb))}.dpsp-pocket{--networkAccent:#e63c51;--networkColor:#ed4055;--networkHover:rgba(230,60,81,0.4)}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pocket{border-color:#ed4055;color:#ed4055;background:#ed4055}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pocket:not(:hover):not(:active){color:#ed4055}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pocket .dpsp-network-icon{border-color:#ed4055;color:#ed4055;background:#ed4055}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pocket .dpsp-network-icon.dpsp-network-icon-outlined .dpsp-network-icon-inner>svg{fill:none!important;stroke:var(--customNetworkColor,var(--networkColor,#ed4055));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pocket .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:var(--customNetworkColor,var(--networkColor,#ed4055))}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pocket .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkColor,var(--networkColor,#ed4055));stroke:var(--customNetworkColor,var(--networkColor,#ed4055));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pocket:focus,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pocket:focus .dpsp-network-icon,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pocket:hover,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pocket:hover .dpsp-network-icon{border-color:#e63c51;color:#e63c51;background:#e63c51}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pocket:focus .dpsp-network-icon .dpsp-network-icon-inner>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pocket:hover .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:#e63c51}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pocket:focus .dpsp-network-icon .dpsp-network-icon-inner>svg>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-pocket:hover .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkHoverColor,var(--networkHover,#e63c51));stroke:var(--customNetworkHoverColor,var(--networkHover,#e63c51))}.dpsp-buffer{--networkAccent:#21282f;--networkColor:#29323b;--networkHover:rgba(33,40,47,0.4)}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-buffer{border-color:#29323b;color:#29323b;background:#29323b}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-buffer:not(:hover):not(:active){color:#29323b}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-buffer .dpsp-network-icon{border-color:#29323b;color:#29323b;background:#29323b}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-buffer .dpsp-network-icon.dpsp-network-icon-outlined .dpsp-network-icon-inner>svg{fill:none!important;stroke:var(--customNetworkColor,var(--networkColor,#29323b));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-buffer .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:var(--customNetworkColor,var(--networkColor,#29323b))}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-buffer .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkColor,var(--networkColor,#29323b));stroke:var(--customNetworkColor,var(--networkColor,#29323b));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-buffer:focus,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-buffer:focus .dpsp-network-icon,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-buffer:hover,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-buffer:hover .dpsp-network-icon{border-color:#21282f;color:#21282f;background:#21282f}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-buffer:focus .dpsp-network-icon .dpsp-network-icon-inner>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-buffer:hover .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:#21282f}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-buffer:focus .dpsp-network-icon .dpsp-network-icon-inner>svg>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-buffer:hover .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkHoverColor,var(--networkHover,#21282f));stroke:var(--customNetworkHoverColor,var(--networkHover,#21282f))}.dpsp-tumblr{--networkAccent:#2e3d50;--networkColor:#35465c;--networkHover:rgba(46,61,80,0.4)}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-tumblr{border-color:#35465c;color:#35465c;background:#35465c}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-tumblr:not(:hover):not(:active){color:#35465c}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-tumblr .dpsp-network-icon{border-color:#35465c;color:#35465c;background:#35465c}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-tumblr .dpsp-network-icon.dpsp-network-icon-outlined .dpsp-network-icon-inner>svg{fill:none!important;stroke:var(--customNetworkColor,var(--networkColor,#35465c));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-tumblr .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:var(--customNetworkColor,var(--networkColor,#35465c))}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-tumblr .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkColor,var(--networkColor,#35465c));stroke:var(--customNetworkColor,var(--networkColor,#35465c));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-tumblr:focus,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-tumblr:focus .dpsp-network-icon,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-tumblr:hover,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-tumblr:hover .dpsp-network-icon{border-color:#2e3d50;color:#2e3d50;background:#2e3d50}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-tumblr:focus .dpsp-network-icon .dpsp-network-icon-inner>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-tumblr:hover .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:#2e3d50}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-tumblr:focus .dpsp-network-icon .dpsp-network-icon-inner>svg>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-tumblr:hover .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkHoverColor,var(--networkHover,#2e3d50));stroke:var(--customNetworkHoverColor,var(--networkHover,#2e3d50))}.dpsp-xing{--networkAccent:#006a6c;--networkColor:#00888d;--networkHover:rgba(0,106,108,0.4)}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-xing{border-color:#00888d;color:#00888d;background:#00888d}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-xing:not(:hover):not(:active){color:#00888d}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-xing .dpsp-network-icon{border-color:#00888d;color:#00888d;background:#00888d}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-xing .dpsp-network-icon.dpsp-network-icon-outlined .dpsp-network-icon-inner>svg{fill:none!important;stroke:var(--customNetworkColor,var(--networkColor,#00888d));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-xing .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:var(--customNetworkColor,var(--networkColor,#00888d))}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-xing .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkColor,var(--networkColor,#00888d));stroke:var(--customNetworkColor,var(--networkColor,#00888d));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-xing:focus,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-xing:focus .dpsp-network-icon,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-xing:hover,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-xing:hover .dpsp-network-icon{border-color:#006a6c;color:#006a6c;background:#006a6c}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-xing:focus .dpsp-network-icon .dpsp-network-icon-inner>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-xing:hover .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:#006a6c}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-xing:focus .dpsp-network-icon .dpsp-network-icon-inner>svg>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-xing:hover .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkHoverColor,var(--networkHover,#006a6c));stroke:var(--customNetworkHoverColor,var(--networkHover,#006a6c))}.dpsp-github{--networkAccent:#222;--networkColor:#333;--networkHover:rgba(34,34,34,0.4)}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-github{border-color:#333;color:#333;background:#333}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-github:not(:hover):not(:active){color:#333}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-github .dpsp-network-icon{border-color:#333;color:#333;background:#333}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-github .dpsp-network-icon.dpsp-network-icon-outlined .dpsp-network-icon-inner>svg{fill:none!important;stroke:var(--customNetworkColor,var(--networkColor,#333));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-github .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:var(--customNetworkColor,var(--networkColor,#333))}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-github .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkColor,var(--networkColor,#333));stroke:var(--customNetworkColor,var(--networkColor,#333));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-github:focus,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-github:focus .dpsp-network-icon,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-github:hover,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-github:hover .dpsp-network-icon{border-color:#222;color:#222;background:#222}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-github:focus .dpsp-network-icon .dpsp-network-icon-inner>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-github:hover .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:#222}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-github:focus .dpsp-network-icon .dpsp-network-icon-inner>svg>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-github:hover .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkHoverColor,var(--networkHover,#222));stroke:var(--customNetworkHoverColor,var(--networkHover,#222))}.dpsp-flipboard{--networkAccent:#d21d1d;--networkColor:#e12828;--networkHover:rgba(210,29,29,0.4)}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-flipboard{border-color:#e12828;color:#e12828;background:#e12828}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-flipboard:not(:hover):not(:active){color:#e12828}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-flipboard .dpsp-network-icon{border-color:#e12828;color:#e12828;background:#e12828}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-flipboard .dpsp-network-icon.dpsp-network-icon-outlined .dpsp-network-icon-inner>svg{fill:none!important;stroke:var(--customNetworkColor,var(--networkColor,#e12828));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-flipboard .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:var(--customNetworkColor,var(--networkColor,#e12828))}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-flipboard .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkColor,var(--networkColor,#e12828));stroke:var(--customNetworkColor,var(--networkColor,#e12828));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-flipboard:focus,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-flipboard:focus .dpsp-network-icon,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-flipboard:hover,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-flipboard:hover .dpsp-network-icon{border-color:#d21d1d;color:#d21d1d;background:#d21d1d}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-flipboard:focus .dpsp-network-icon .dpsp-network-icon-inner>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-flipboard:hover .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:#d21d1d}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-flipboard:focus .dpsp-network-icon .dpsp-network-icon-inner>svg>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-flipboard:hover .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkHoverColor,var(--networkHover,#d21d1d));stroke:var(--customNetworkHoverColor,var(--networkHover,#d21d1d))}.dpsp-telegram{--networkAccent:#0077b3;--networkColor:#08c;--networkHover:rgba(0,119,179,0.4)}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-telegram{border-color:#08c;color:#08c;background:#08c}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-telegram:not(:hover):not(:active){color:#08c}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-telegram .dpsp-network-icon{border-color:#08c;color:#08c;background:#08c}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-telegram .dpsp-network-icon.dpsp-network-icon-outlined .dpsp-network-icon-inner>svg{fill:none!important;stroke:var(--customNetworkColor,var(--networkColor,#08c));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-telegram .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:var(--customNetworkColor,var(--networkColor,#08c))}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-telegram .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkColor,var(--networkColor,#08c));stroke:var(--customNetworkColor,var(--networkColor,#08c));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-telegram:focus,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-telegram:focus .dpsp-network-icon,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-telegram:hover,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-telegram:hover .dpsp-network-icon{border-color:#0077b3;color:#0077b3;background:#0077b3}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-telegram:focus .dpsp-network-icon .dpsp-network-icon-inner>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-telegram:hover .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:#0077b3}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-telegram:focus .dpsp-network-icon .dpsp-network-icon-inner>svg>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-telegram:hover .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkHoverColor,var(--networkHover,#0077b3));stroke:var(--customNetworkHoverColor,var(--networkHover,#0077b3))}.dpsp-medium{--networkAccent:#111;--networkColor:#333;--networkHover:rgba(17,17,17,0.4)}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-medium{border-color:#333;color:#333;background:#333}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-medium:not(:hover):not(:active){color:#333}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-medium .dpsp-network-icon{border-color:#333;color:#333;background:#333}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-medium .dpsp-network-icon.dpsp-network-icon-outlined .dpsp-network-icon-inner>svg{fill:none!important;stroke:var(--customNetworkColor,var(--networkColor,#333));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-medium .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:var(--customNetworkColor,var(--networkColor,#333))}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-medium .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkColor,var(--networkColor,#333));stroke:var(--customNetworkColor,var(--networkColor,#333));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-medium:focus,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-medium:focus .dpsp-network-icon,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-medium:hover,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-medium:hover .dpsp-network-icon{border-color:#111;color:#111;background:#111}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-medium:focus .dpsp-network-icon .dpsp-network-icon-inner>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-medium:hover .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:#111}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-medium:focus .dpsp-network-icon .dpsp-network-icon-inner>svg>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-medium:hover .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkHoverColor,var(--networkHover,#111));stroke:var(--customNetworkHoverColor,var(--networkHover,#111))}.dpsp-mix{--networkAccent:#fd721c;--networkColor:#fd8235;--networkHover:rgba(253,114,28,0.4)}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-mix{border-color:#fd8235;color:#fd8235;background:#fd8235}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-mix:not(:hover):not(:active){color:#fd8235}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-mix .dpsp-network-icon{border-color:#fd8235;color:#fd8235;background:#fd8235}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-mix .dpsp-network-icon.dpsp-network-icon-outlined .dpsp-network-icon-inner>svg{fill:none!important;stroke:var(--customNetworkColor,var(--networkColor,#fd8235));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-mix .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:var(--customNetworkColor,var(--networkColor,#fd8235))}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-mix .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkColor,var(--networkColor,#fd8235));stroke:var(--customNetworkColor,var(--networkColor,#fd8235));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-mix:focus,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-mix:focus .dpsp-network-icon,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-mix:hover,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-mix:hover .dpsp-network-icon{border-color:#fd721c;color:#fd721c;background:#fd721c}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-mix:focus .dpsp-network-icon .dpsp-network-icon-inner>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-mix:hover .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:#fd721c}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-mix:focus .dpsp-network-icon .dpsp-network-icon-inner>svg>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-mix:hover .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkHoverColor,var(--networkHover,#fd721c));stroke:var(--customNetworkHoverColor,var(--networkHover,#fd721c))}.dpsp-grow{--networkAccent:#243c4a;--networkColor:#4b8df0;--networkHover:rgba(36,60,74,0.4)}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-grow{border-color:#4b8df0;color:#4b8df0;background:#4b8df0}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-grow:not(:hover):not(:active){color:#4b8df0}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-grow .dpsp-network-icon{border-color:#4b8df0;color:#4b8df0;background:#4b8df0}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-grow .dpsp-network-icon.dpsp-network-icon-outlined .dpsp-network-icon-inner>svg{fill:none!important;stroke:var(--customNetworkColor,var(--networkColor,#4b8df0));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-grow .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:var(--customNetworkColor,var(--networkColor,#4b8df0))}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-grow .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkColor,var(--networkColor,#4b8df0));stroke:var(--customNetworkColor,var(--networkColor,#4b8df0));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-grow:focus,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-grow:focus .dpsp-network-icon,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-grow:hover,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-grow:hover .dpsp-network-icon{border-color:#243c4a;color:#243c4a;background:#243c4a}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-grow:focus .dpsp-network-icon .dpsp-network-icon-inner>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-grow:hover .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:#243c4a}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-grow:focus .dpsp-network-icon .dpsp-network-icon-inner>svg>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-grow:hover .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkHoverColor,var(--networkHover,#243c4a));stroke:var(--customNetworkHoverColor,var(--networkHover,#243c4a))}.dpsp-threads{--networkAccent:#000;--networkColor:#000;--networkHover:rgba(0,0,0,0.4)}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-threads{border-color:#000;color:#000;background:#000}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-threads:not(:hover):not(:active){color:#000}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-threads .dpsp-network-icon{border-color:#000;color:#000;background:#000}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-threads .dpsp-network-icon.dpsp-network-icon-outlined .dpsp-network-icon-inner>svg{fill:none!important;stroke:var(--customNetworkColor,var(--networkColor,#000));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-threads .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:var(--customNetworkColor,var(--networkColor,#000))}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-threads .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkColor,var(--networkColor,#000));stroke:var(--customNetworkColor,var(--networkColor,#000));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-threads:focus,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-threads:focus .dpsp-network-icon,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-threads:hover,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-threads:hover .dpsp-network-icon{border-color:#000;color:#000;background:#000}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-threads:focus .dpsp-network-icon .dpsp-network-icon-inner>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-threads:hover .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:#000}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-threads:focus .dpsp-network-icon .dpsp-network-icon-inner>svg>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-threads:hover .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkHoverColor,var(--networkHover,#000));stroke:var(--customNetworkHoverColor,var(--networkHover,#000))}.dpsp-mastodon{--networkAccent:#8c8dff;--networkColor:#8c8dff;--networkHover:rgba(140,141,255,0.4)}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-mastodon{border-color:#8c8dff;color:#8c8dff;background:#8c8dff}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-mastodon:not(:hover):not(:active){color:#8c8dff}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-mastodon .dpsp-network-icon{border-color:#8c8dff;color:#8c8dff;background:#8c8dff}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-mastodon .dpsp-network-icon.dpsp-network-icon-outlined .dpsp-network-icon-inner>svg{fill:none!important;stroke:var(--customNetworkColor,var(--networkColor,#8c8dff));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-mastodon .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:var(--customNetworkColor,var(--networkColor,#8c8dff))}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-mastodon .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkColor,var(--networkColor,#8c8dff));stroke:var(--customNetworkColor,var(--networkColor,#8c8dff));stroke-width:1}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-mastodon:focus,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-mastodon:focus .dpsp-network-icon,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-mastodon:hover,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-mastodon:hover .dpsp-network-icon{border-color:#8c8dff;color:#8c8dff;background:#8c8dff}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-mastodon:focus .dpsp-network-icon .dpsp-network-icon-inner>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-mastodon:hover .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:#8c8dff}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-mastodon:focus .dpsp-network-icon .dpsp-network-icon-inner>svg>svg,.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-mastodon:hover .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:var(--customNetworkHoverColor,var(--networkHover,#8c8dff));stroke:var(--customNetworkHoverColor,var(--networkHover,#8c8dff))}.dpsp-shape-rounded .dpsp-network-btn,.dpsp-shape-rounded .dpsp-network-btn .dpsp-network-icon{-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius:4px}.dpsp-shape-rounded .dpsp-network-btn,.dpsp-shape-rounded .dpsp-no-label.dpsp-network-btn .dpsp-network-icon{-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius:4px}.dpsp-shape-circle .dpsp-network-btn{border-radius:30px}.dpsp-shape-circle .dpsp-network-btn .dpsp-network-icon{overflow:hidden;border-radius:30px}.dpsp-has-spacing .dpsp-networks-btns-wrapper li{margin-right:2%;margin-bottom:10px;margin-left:0!important}.dpsp-size-small .dpsp-networks-btns-wrapper:not(.dpsp-networks-btns-sidebar):not(.dpsp-networks-btns-sticky-bar) .dpsp-network-btn{min-width:32px;height:32px;max-height:32px;line-height:28px}.dpsp-size-small .dpsp-networks-btns-wrapper:not(.dpsp-networks-btns-sidebar):not(.dpsp-networks-btns-sticky-bar) .dpsp-network-btn.dpsp-no-label .dpsp-network-icon{width:32px}.dpsp-size-small .dpsp-networks-btns-wrapper:not(.dpsp-networks-btns-sidebar):not(.dpsp-networks-btns-sticky-bar) .dpsp-network-btn .dpsp-network-icon{width:32px;height:32px;line-height:28px}.dpsp-size-small .dpsp-networks-btns-wrapper:not(.dpsp-networks-btns-sidebar):not(.dpsp-networks-btns-sticky-bar) .dpsp-network-btn .dpsp-network-icon-inner{height:28px}.dpsp-size-small .dpsp-networks-btns-wrapper.dpsp-column-auto:not(.dpsp-networks-btns-sidebar):not(.dpsp-networks-btns-sticky-bar) .dpsp-network-btn.dpsp-no-label{width:32px}.dpsp-size-small .dpsp-networks-btns-wrapper.dpsp-column-auto:not(.dpsp-networks-btns-sidebar):not(.dpsp-networks-btns-sticky-bar) .dpsp-network-btn.dpsp-no-label .dpsp-network-icon{left:0}.dpsp-size-small.dpsp-button-style-6 .dpsp-networks-btns-wrapper.dpsp-column-auto:not(.dpsp-networks-btns-sidebar):not(.dpsp-networks-btns-sticky-bar) .dpsp-network-btn.dpsp-no-label .dpsp-network-icon,.dpsp-size-small.dpsp-button-style-7 .dpsp-networks-btns-wrapper.dpsp-column-auto:not(.dpsp-networks-btns-sidebar):not(.dpsp-networks-btns-sticky-bar) .dpsp-network-btn.dpsp-no-label .dpsp-network-icon,.dpsp-size-small.dpsp-button-style-8 .dpsp-networks-btns-wrapper.dpsp-column-auto:not(.dpsp-networks-btns-sidebar):not(.dpsp-networks-btns-sticky-bar) .dpsp-network-btn.dpsp-no-label .dpsp-network-icon{left:-2px}.dpsp-size-large .dpsp-networks-btns-wrapper:not(.dpsp-networks-btns-sidebar) .dpsp-network-btn{min-width:46px;height:46px;max-height:46px;line-height:42px}.dpsp-size-large .dpsp-networks-btns-wrapper:not(.dpsp-networks-btns-sidebar) .dpsp-network-btn .dpsp-network-icon{width:46px;height:46px;line-height:42px}.dpsp-size-large .dpsp-networks-btns-wrapper:not(.dpsp-networks-btns-sidebar) .dpsp-network-btn .dpsp-network-icon-inner{height:42px}.dpsp-size-large .dpsp-networks-btns-wrapper.dpsp-column-auto:not(.dpsp-networks-btns-sidebar):not(.dpsp-networks-btns-sticky-bar) .dpsp-network-btn.dpsp-no-label{width:46px}.dpsp-size-large .dpsp-networks-btns-wrapper.dpsp-column-auto:not(.dpsp-networks-btns-sidebar):not(.dpsp-networks-btns-sticky-bar) .dpsp-network-btn.dpsp-no-label .dpsp-network-icon{left:0}.dpsp-size-large.dpsp-button-style-6 .dpsp-networks-btns-wrapper.dpsp-column-auto:not(.dpsp-networks-btns-sidebar):not(.dpsp-networks-btns-sticky-bar) .dpsp-network-btn.dpsp-no-label .dpsp-network-icon,.dpsp-size-large.dpsp-button-style-7 .dpsp-networks-btns-wrapper.dpsp-column-auto:not(.dpsp-networks-btns-sidebar):not(.dpsp-networks-btns-sticky-bar) .dpsp-network-btn.dpsp-no-label .dpsp-network-icon,.dpsp-size-large.dpsp-button-style-8 .dpsp-networks-btns-wrapper.dpsp-column-auto:not(.dpsp-networks-btns-sidebar):not(.dpsp-networks-btns-sticky-bar) .dpsp-network-btn.dpsp-no-label .dpsp-network-icon{left:-2px}.dpsp-size-medium .dpsp-networks-btns-sidebar .dpsp-network-btn{min-width:45px;height:45px;max-height:45px;padding-left:0;line-height:41px}.dpsp-size-medium .dpsp-networks-btns-sidebar .dpsp-network-btn .dpsp-network-icon{width:45px;line-height:41px}.dpsp-size-medium .dpsp-networks-btns-sidebar.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-has-count .dpsp-network-icon{height:26px;line-height:26px}.dpsp-size-large .dpsp-networks-btns-sidebar .dpsp-network-btn{min-width:50px;height:50px;max-height:50px;padding-left:0;line-height:46px}.dpsp-size-large .dpsp-networks-btns-sidebar .dpsp-network-btn .dpsp-network-icon{width:50px;line-height:46px}.dpsp-size-large .dpsp-networks-btns-wrapper.dpsp-networks-btns-sidebar .dpsp-network-btn.dpsp-has-count .dpsp-network-icon{height:30px;line-height:30px}.dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-grow:not(.dpsp-grow-saved) .dpsp-network-label{padding-right:2.15ch}.dpsp-networks-btns-wrapper .dpsp-network-list-item-grow{max-width:0;max-height:0;opacity:0;transition:all .4s ease;transform-origin:top}.dpsp-card-inner .dpsp-networks-btns-wrapper .dpsp-network-list-item-grow{max-width:unset;max-height:unset;opacity:unset}.dpsp-card-inner .dpsp-networks-btns-wrapper .dpsp-network-list-item-grow .dpsp-network-count,.dpsp-card-inner .dpsp-networks-btns-wrapper .dpsp-network-list-item-grow .dpsp-network-icon,.dpsp-card-inner .dpsp-networks-btns-wrapper .dpsp-network-list-item-grow .dpsp-network-label{opacity:unset}.dpsp-networks-btns-wrapper .dpsp-network-list-item-grow .dpsp-network-count,.dpsp-networks-btns-wrapper .dpsp-network-list-item-grow .dpsp-network-icon,.dpsp-networks-btns-wrapper .dpsp-network-list-item-grow .dpsp-network-label{opacity:0}.dpsp-networks-btns-wrapper .dpsp-network-list-item-grow.dpsp-grow-load-in{max-width:20rem;max-height:70px;opacity:1;transition:all .5s ease}.dpsp-networks-btns-wrapper .dpsp-network-list-item-grow.dpsp-grow-load-in .dpsp-network-count,.dpsp-networks-btns-wrapper .dpsp-network-list-item-grow.dpsp-grow-load-in .dpsp-network-icon,.dpsp-networks-btns-wrapper .dpsp-network-list-item-grow.dpsp-grow-load-in .dpsp-network-label{opacity:1;transition:opacity .4s ease .5s}.dpsp-networks-btns-wrapper .dpsp-network-list-item-grow.dpsp-grow-loaded{max-width:20rem;max-height:70px;opacity:1;transition:all .2s ease}.dpsp-networks-btns-wrapper .dpsp-network-list-item-grow.dpsp-grow-loaded .dpsp-network-count,.dpsp-networks-btns-wrapper .dpsp-network-list-item-grow.dpsp-grow-loaded .dpsp-network-icon,.dpsp-networks-btns-wrapper .dpsp-network-list-item-grow.dpsp-grow-loaded .dpsp-network-label{opacity:1;transition:all .2s ease}.dpsp-grow-check-icon{opacity:0;transition:all .2s ease;transform-origin:center center}.dpsp-grow-saved .dpsp-grow-check-icon{opacity:1}@media print{#dpsp-content-bottom,#dpsp-content-top,#dpsp-floating-sidebar,#dpsp-pop-up,#dpsp-pop-up-overlay,#dpsp-sticky-bar-wrapper,.dpsp-share-text{display:none!important}}.dpsp-pin-it-wrapper{display:inline-table;position:relative!important;line-height:0}.kadence-blocks-gallery-item .dpsp-pin-it-wrapper{display:block;position:static!important}.blocks-gallery-item .dpsp-pin-it-wrapper{display:inline-block}.dpsp-pin-it-wrapper.aligncenter,.dpsp-pin-it-wrapper.alignleft,.dpsp-pin-it-wrapper.alignright{display:table!important}.dpsp-pin-it-wrapper:hover .dpsp-pin-it-button{visibility:visible;color:#fff!important;background-color:#c92228!important}.dpsp-pin-it-wrapper.aligncenter{margin-right:auto;margin-left:auto}.wp-block-gallery.is-cropped .blocks-gallery-item .dpsp-pin-it-wrapper{height:100%;flex:1;object-fit:cover}.dpsp-pin-it-button{display:inline-block;position:absolute;visibility:hidden;width:auto!important;height:40px!important;border:0!important;color:transparent!important;background:transparent;background-image:none!important;box-shadow:none!important;font-family:Arial;font-size:14px;font-weight:700;line-height:40px;vertical-align:middle;text-decoration:none!important;transition:all .25s ease-in-out}.dpsp-pin-it-button:hover{color:#fff;background:#b31e24;box-shadow:none!important}.dpsp-pin-it-button.dpsp-pin-it-button-has-label{padding-right:20px}.dpsp-pin-it-button.dpsp-pin-it-button-has-label:after{display:inline-block;content:attr(title)}.dpsp-pin-it-button .dpsp-network-icon{display:inline-block;width:40px;height:40px;text-align:center;vertical-align:top}.dpsp-pin-it-button .dpsp-network-icon svg{display:inline-block;height:20px;vertical-align:middle;fill:#fff}.dpsp-pin-it-button.dpsp-pin-it-button-top-left{top:10px;left:10px}.dpsp-pin-it-button.dpsp-pin-it-button-top-right{top:10px;right:10px}.dpsp-pin-it-button.dpsp-pin-it-button-bottom-left{bottom:10px;left:10px}.dpsp-pin-it-button.dpsp-pin-it-button-bottom-right{right:10px;bottom:10px}.dpsp-pin-it-button.dpsp-pin-it-button-center{top:50%;left:50%;white-space:nowrap;transform:translate(-50%,-50%)}.dpsp-pin-it-button.dpsp-pin-it-button-shape-rectangular{border-radius:0}.dpsp-pin-it-button.dpsp-pin-it-button-shape-rounded{border-radius:4px}.dpsp-pin-it-button.dpsp-pin-it-button-shape-circle{border-radius:40px}.dpsp-pin-it-wrapper .dpsp-pin-it-overlay{display:block;position:absolute;top:0;left:0;visibility:hidden;width:100%;height:100%;opacity:0;background:#fff;transition:all .25s ease-in-out;pointer-events:none}.dpsp-pin-it-wrapper:hover .dpsp-pin-it-overlay{visibility:visible;opacity:.4}@media screen and (min-width:481px){.dpsp-pin-it-wrapper.dpsp-always-show-desktop .dpsp-pin-it-button{visibility:visible!important;color:#fff!important;background-color:#c92228!important}}@media screen and (max-width:480px){.dpsp-pin-it-wrapper.dpsp-always-show-mobile .dpsp-pin-it-button{visibility:visible!important;color:#fff!important;background-color:#c92228!important}}.dpsp-networks-btns-wrapper.dpsp-networks-btns-pop-up.dpsp-column-auto{text-align:center}.dpsp-networks-btns-wrapper.dpsp-networks-btns-pop-up.dpsp-column-auto li{display:inline-block;float:none}.dpsp-shortcode-wrapper{margin-bottom:1.2em}#dpsp-floating-sidebar{position:fixed;top:50%;transform:translateY(-50%);z-index:9998}#dpsp-floating-sidebar.dpsp-position-left{left:0}#dpsp-floating-sidebar.dpsp-position-right{right:0}.dpsp-networks-btns-wrapper.dpsp-networks-btns-sidebar li{float:none;margin-left:0}.dpsp-networks-btns-wrapper.dpsp-networks-btns-sidebar .dpsp-network-btn{width:40px;padding:0}.dpsp-networks-btns-wrapper.dpsp-networks-btns-sidebar .dpsp-network-btn .dpsp-network-icon{border-color:transparent!important;background:transparent!important}.dpsp-size-medium .dpsp-networks-btns-sidebar .dpsp-network-btn .dpsp-network-icon-inner{height:41px}.dpsp-size-large .dpsp-networks-btns-sidebar .dpsp-network-btn .dpsp-network-icon-inner{height:46px}.dpsp-networks-btns-wrapper.dpsp-networks-btns-sidebar .dpsp-network-btn.dpsp-has-count .dpsp-network-icon{height:22px;line-height:22px}.dpsp-networks-btns-wrapper.dpsp-networks-btns-sidebar .dpsp-network-btn.dpsp-has-count .dpsp-network-icon-inner{height:18px}.dpsp-size-large .dpsp-networks-btns-wrapper.dpsp-networks-btns-sidebar .dpsp-network-btn.dpsp-has-count .dpsp-network-icon-inner{height:30px}#dpsp-floating-sidebar.dpsp-no-animation{display:none}#dpsp-floating-sidebar.dpsp-no-animation.opened{display:block}#dpsp-floating-sidebar.stop-hidden,#dpsp-floating-sidebar.stop-hidden.opened{visibility:hidden}#dpsp-floating-sidebar.dpsp-animation-1{opacity:0;transition:opacity .2s ease-in-out}#dpsp-floating-sidebar.dpsp-animation-1.opened{opacity:1}#dpsp-floating-sidebar.dpsp-position-left.dpsp-animation-2,#dpsp-floating-sidebar.dpsp-position-left.dpsp-shape-circle.dpsp-animation-2{left:-60px;transition:left .2s ease-in-out}#dpsp-floating-sidebar.dpsp-position-left.dpsp-animation-2.opened{left:0}#dpsp-floating-sidebar.dpsp-position-left.dpsp-shape-circle.dpsp-animation-2.opened{left:12px}#dpsp-floating-sidebar.dpsp-position-right.dpsp-animation-2,#dpsp-floating-sidebar.dpsp-position-right.dpsp-shape-circle.dpsp-animation-2{right:-60px;transition:right .2s ease-in-out}#dpsp-floating-sidebar.dpsp-position-right.dpsp-animation-2.opened{right:0}#dpsp-floating-sidebar.dpsp-position-right.dpsp-shape-circle.dpsp-animation-2.opened{right:10px}.dpsp-shape-rounded .dpsp-networks-btns-sidebar .dpsp-network-btn,.dpsp-shape-rounded .dpsp-networks-btns-sidebar .dpsp-network-btn .dpsp-network-icon{border-radius:0}.dpsp-position-left.dpsp-shape-rounded .dpsp-networks-btns-sidebar .dpsp-network-btn.dpsp-first,.dpsp-position-left.dpsp-shape-rounded .dpsp-networks-btns-sidebar .dpsp-network-btn.dpsp-first .dpsp-network-icon{-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px}.dpsp-position-left.dpsp-shape-rounded .dpsp-networks-btns-sidebar .dpsp-network-btn.dpsp-last,.dpsp-position-left.dpsp-shape-rounded .dpsp-networks-btns-sidebar .dpsp-network-btn.dpsp-last .dpsp-network-icon{-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius:4px}.dpsp-position-left.dpsp-shape-rounded.dpsp-bottom-spacing .dpsp-networks-btns-sidebar .dpsp-network-btn,.dpsp-position-left.dpsp-shape-rounded.dpsp-bottom-spacing .dpsp-networks-btns-sidebar .dpsp-network-btn .dpsp-network-icon{-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius:4px}.dpsp-position-right.dpsp-shape-rounded .dpsp-networks-btns-sidebar .dpsp-network-btn.dpsp-first,.dpsp-position-right.dpsp-shape-rounded .dpsp-networks-btns-sidebar .dpsp-network-btn.dpsp-first .dpsp-network-icon{-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px}.dpsp-position-right.dpsp-shape-rounded .dpsp-networks-btns-sidebar .dpsp-network-btn.dpsp-last,.dpsp-position-right.dpsp-shape-rounded .dpsp-networks-btns-sidebar .dpsp-network-btn.dpsp-last .dpsp-network-icon{-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius:4px}.dpsp-position-right.dpsp-shape-rounded.dpsp-bottom-spacing .dpsp-networks-btns-sidebar .dpsp-network-btn,.dpsp-position-right.dpsp-shape-rounded.dpsp-bottom-spacing .dpsp-networks-btns-sidebar .dpsp-network-btn .dpsp-network-icon{-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius:4px}.dpsp-shape-rounded.dpsp-has-spacing .dpsp-networks-btns-sidebar .dpsp-network-btn .dpsp-network-icon{border-radius:4px}#dpsp-floating-sidebar.dpsp-position-left.dpsp-shape-circle{left:12px}#dpsp-floating-sidebar.dpsp-position-right.dpsp-shape-circle{right:10px}.dpsp-bottom-spacing .dpsp-networks-btns-sidebar .dpsp-network-btn{margin-bottom:6px}.dpsp-shape-rounded.dpsp-bottom-spacing .dpsp-networks-btns-sidebar .dpsp-network-btn{-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius:4px}#dpsp-floating-sidebar.dpsp-style-2 .dpsp-network-btn .dpsp-network-icon{background:none}#dpsp-floating-sidebar .dpsp-networks-btns-wrapper li{position:relative;overflow:visible}#dpsp-floating-sidebar .dpsp-networks-btns-wrapper .dpsp-network-label{display:inline-block;position:absolute;top:50%;visibility:hidden;box-sizing:border-box;width:auto;height:30px;margin-top:-15px;padding:6px 12px;border-radius:3px;opacity:0;color:#fff;background:#34495e;font-size:12px;font-weight:400;line-height:18px;white-space:nowrap;transition:all .2s ease-in-out;z-index:1}#dpsp-floating-sidebar.dpsp-position-left .dpsp-networks-btns-wrapper .dpsp-network-label{left:100%}#dpsp-floating-sidebar.dpsp-position-right .dpsp-networks-btns-wrapper .dpsp-network-label{right:100%}#dpsp-floating-sidebar.dpsp-position-left .dpsp-networks-btns-wrapper li.dpsp-hover .dpsp-network-label{visibility:visible;opacity:1;transform:translateX(10px)}#dpsp-floating-sidebar.dpsp-position-right .dpsp-networks-btns-wrapper li.dpsp-hover .dpsp-network-label{visibility:visible;opacity:1;transform:translateX(-10px)}#dpsp-floating-sidebar .dpsp-networks-btns-wrapper .dpsp-network-label:before{display:block;position:absolute;top:50%;margin-top:-5px;border-top:5px solid transparent;border-bottom:5px solid transparent;content:""}#dpsp-floating-sidebar.dpsp-position-left .dpsp-networks-btns-wrapper .dpsp-network-label:before{left:-5px;border-right:5px solid #34495e}#dpsp-floating-sidebar.dpsp-position-right .dpsp-networks-btns-wrapper .dpsp-network-label:before{right:-5px;border-left:5px solid #34495e}.dpsp-settings-button-style .dpsp-networks-btns-sidebar .dpsp-network-label{display:none}#dpsp-sticky-bar-wrapper{position:fixed;bottom:0;left:0;width:100%;max-width:100vw;background:#fff;z-index:1000}#dpsp-sticky-bar-wrapper.dpsp-position-desktop-top{top:0;bottom:auto}#dpsp-sticky-bar-wrapper.dpsp-position-desktop-bottom{top:auto;bottom:0}#dpsp-sticky-bar-wrapper.dpsp-no-animation{visibility:hidden;opacity:0}#dpsp-sticky-bar-wrapper.dpsp-no-animation.opened{visibility:visible;opacity:1}#dpsp-sticky-bar-wrapper.dpsp-device-desktop.dpsp-is-mobile,#dpsp-sticky-bar-wrapper.dpsp-device-mobile:not(.dpsp-is-mobile){display:none}#dpsp-sticky-bar{display:none;position:relative;box-sizing:border-box;margin:7px 0}#dpsp-sticky-bar .dpsp-networks-btns-wrapper{display:flex}#dpsp-sticky-bar .dpsp-networks-btns-wrapper li{float:none;margin-right:3px;margin-bottom:0;margin-left:3px;flex:1}#dpsp-sticky-bar .dpsp-networks-btns-wrapper li:last-of-type{margin-right:0}#dpsp-sticky-bar .dpsp-network-btn{padding-right:1em;padding-left:1em;text-align:center}#dpsp-sticky-bar .dpsp-network-btn .dpsp-network-icon{display:inline-block;position:relative;overflow:visible;width:20px}#dpsp-sticky-bar .dpsp-network-btn.dpsp-has-count .dpsp-network-icon{margin-right:5px}#dpsp-sticky-bar-wrapper.dpsp-is-mobile.dpsp-position-mobile-top{top:0;bottom:auto}#dpsp-sticky-bar-wrapper.dpsp-is-mobile.dpsp-position-mobile-bottom{top:auto;bottom:0}#dpsp-sticky-bar-wrapper.dpsp-is-mobile #dpsp-sticky-bar{position:static;width:100%!important;margin:0;padding:0}#dpsp-sticky-bar-wrapper.dpsp-is-mobile #dpsp-sticky-bar .dpsp-networks-btns-wrapper li{margin:0}#dpsp-sticky-bar-wrapper.dpsp-is-mobile #dpsp-sticky-bar .dpsp-network-btn{height:44px;max-height:44px;padding-right:0;padding-left:0;border-radius:0;line-height:40px;text-align:center}#dpsp-sticky-bar-wrapper.dpsp-is-mobile #dpsp-sticky-bar .dpsp-network-btn .dpsp-network-icon{display:inline-block;position:relative;left:auto;float:none;font-size:18px;line-height:40px}#dpsp-sticky-bar-wrapper.dpsp-is-mobile #dpsp-sticky-bar .dpsp-network-btn.dpsp-has-count .dpsp-network-icon{display:block;position:absolute;width:100%;height:26px;line-height:26px}#dpsp-sticky-bar-wrapper.dpsp-is-mobile #dpsp-sticky-bar .dpsp-network-btn .dpsp-network-count{position:absolute;bottom:0;left:0;width:100%;height:20px;margin-left:0;font-size:11px;line-height:20px;text-align:center}#dpsp-sticky-bar-wrapper.dpsp-animation-1{visibility:hidden;opacity:0;transition:opacity .2s ease-in-out}#dpsp-sticky-bar-wrapper.dpsp-animation-1.opened{visibility:visible;opacity:1}#dpsp-sticky-bar-wrapper.dpsp-is-mobile.dpsp-position-mobile-bottom.dpsp-animation-2,#dpsp-sticky-bar-wrapper:not(.dpsp-is-mobile).dpsp-position-desktop-bottom.dpsp-animation-2{bottom:0;transform:translateY(60px);visibility:hidden;transition:transform .3s ease-in-out,visibility .3s ease-in-out}#dpsp-sticky-bar-wrapper.dpsp-is-mobile.dpsp-position-mobile-bottom.dpsp-animation-2.opened,#dpsp-sticky-bar-wrapper:not(.dpsp-is-mobile).dpsp-position-desktop-bottom.dpsp-animation-2.opened{transform:translateY(0);visibility:visible}#dpsp-sticky-bar-wrapper.dpsp-is-mobile.dpsp-position-mobile-top.dpsp-animation-2,#dpsp-sticky-bar-wrapper:not(.dpsp-is-mobile).dpsp-position-desktop-top.dpsp-animation-2{top:-88px;bottom:auto;visibility:hidden;transition:top .3s ease-in-out,visibility .3s ease-in-out}#dpsp-sticky-bar-wrapper.dpsp-is-mobile.dpsp-position-mobile-top.dpsp-animation-2.opened,#dpsp-sticky-bar-wrapper:not(.dpsp-is-mobile).dpsp-position-desktop-top.dpsp-animation-2.opened{top:0;visibility:visible}@media screen and (min-width:782px){body.admin-bar #dpsp-sticky-bar-wrapper{margin-top:32px}}.dpsp-click-to-tweet{display:block;position:relative;margin:1.5em 0;font-size:105%;text-decoration:none;transition:all .15s ease-in}.dpsp-click-to-tweet,.dpsp-click-to-tweet:hover{box-shadow:none!important}.dpsp-click-to-tweet.dpsp-has-avatar{min-height:115px;padding-left:120px!important}.dpsp-click-to-tweet.dpsp-has-avatar .avatar{position:absolute;top:15px;left:15px;border-radius:50%;box-shadow:none!important}.dpsp-click-to-tweet-footer:after,.dpsp-click-to-tweet:after{display:block;clear:both;content:""}.dpsp-click-to-tweet-content{display:block;position:relative;font-family:Georgia;font-size:18px;line-height:1.5;text-align:left;z-index:2}.dpsp-click-to-tweet-footer{display:block;margin-top:1em;color:#999;font-family:Arial;font-size:14px;font-weight:700}.dpsp-click-to-tweet.dpsp-click-to-tweet-cta-left .dpsp-click-to-tweet-cta{float:left}.dpsp-click-to-tweet.dpsp-click-to-tweet-cta-right .dpsp-click-to-tweet-cta{float:right}.dpsp-click-to-tweet-cta{color:#00abf0;line-height:1}.dpsp-click-to-tweet-cta svg{fill:#00abf0}.dpsp-click-to-tweet-cta .dpsp-twitter{display:inline-block;vertical-align:middle}.dpsp-click-to-tweet-cta>span{margin-right:10px;vertical-align:middle}.dpsp-click-to-tweet.dpsp-click-to-tweet-cta-icon-animation:hover .dpsp-twitter .dpsp-network-icon-inner{transition:all .2s cubic-bezier(.62,3.15,.4,-.64);transform:scale(1.5)}a.dpsp-click-to-tweet.dpsp-style-1{padding:15px 5px 5px 30px;border:0;border-left:5px solid #00abf0;color:#555}a.dpsp-click-to-tweet.dpsp-style-1:hover{border-left:5px solid #0099d7}a.dpsp-click-to-tweet.dpsp-style-2{padding:20px 30px;border:0;border-left:5px solid #00abf0;color:#555;background:#f6f6f6}a.dpsp-click-to-tweet.dpsp-style-2:hover{border-left:5px solid #0099d7}a.dpsp-click-to-tweet.dpsp-style-3{padding:20px 30px;border:1px solid #e1e1e1;border-radius:3px;color:#838383}a.dpsp-click-to-tweet.dpsp-style-3:hover{color:#555}a.dpsp-click-to-tweet.dpsp-style-4{padding:20px 30px;border:4px double #e1e1e1;border-radius:0;color:#838383}a.dpsp-click-to-tweet.dpsp-style-4:hover{color:#555}a.dpsp-click-to-tweet.dpsp-style-5{padding:20px 30px;border:0;border-left:0 solid transparent;border-radius:3px;color:#fff;background:#00abf0;transition:border .2s ease-in-out}a.dpsp-click-to-tweet.dpsp-style-5 .dpsp-click-to-tweet-cta{color:#fff}a.dpsp-click-to-tweet.dpsp-style-5 .dpsp-click-to-tweet-cta svg{fill:#fff}a.dpsp-click-to-tweet.dpsp-style-5:hover{border-left:9px solid #0099d7;color:#fff}a.dpsp-click-to-tweet.dpsp-style-5 .dpsp-click-to-tweet-content,a.dpsp-click-to-tweet.dpsp-style-5 .dpsp-click-to-tweet-footer,a.dpsp-click-to-tweet.dpsp-style-5>img{transition:margin-left .2s ease-in-out}a.dpsp-click-to-tweet.dpsp-style-5:hover .dpsp-click-to-tweet-content,a.dpsp-click-to-tweet.dpsp-style-5:hover .dpsp-click-to-tweet-footer,a.dpsp-click-to-tweet.dpsp-style-5:hover>img{margin-left:-9px}.dpsp-shortcode-follow-wrapper>.dpsp-networks-btns-follow-widget{display:flex;flex-flow:row wrap}.dpsp-shortcode-follow-wrapper.dpsp-follow-align-left>.dpsp-networks-btns-follow-widget{justify-content:flex-start}.dpsp-shortcode-follow-wrapper.dpsp-follow-align-center>.dpsp-networks-btns-follow-widget{justify-content:center}.dpsp-shortcode-follow-wrapper.dpsp-follow-align-right>.dpsp-networks-btns-follow-widget{justify-content:flex-end}.dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-icon{display:block;position:relative;top:-2px;left:-2px;-moz-box-sizing:border-box;box-sizing:border-box;width:40px;height:40px;border:2px solid;font-size:14px;line-height:36px;text-align:center;-webkit-transition:all .15s ease-in;-moz-transition:all .15s ease-in;-o-transition:all .15s ease-in;transition:all .15s ease-in;align-self:start;flex:0 0 auto}.dpsp-icon-total-share svg,.dpsp-network-icon .dpsp-network-icon-inner svg{position:relative;overflow:visible;width:auto;max-height:14px;transition:fill .15s ease-in-out}.dpsp-size-large .dpsp-icon-total-share svg,.dpsp-size-large .dpsp-network-icon .dpsp-network-icon-inner svg{max-height:22px}.widget_dpsp_social_media_follow .dpsp-network-icon .dpsp-network-icon-inner svg{top:.05em}.dpsp-icon-total-share,.dpsp-network-icon-inner{display:flex;align-items:center;justify-content:center}.dpsp-network-icon-inner{height:36px;transition:all .2s ease}.dpsp-networks-btns-wrapper.dpsp-has-button-icon-animation .dpsp-network-btn:hover .dpsp-network-icon-inner{transition:all .2s cubic-bezier(.62,3.15,.4,-.64);transform:scale(1.5)}#dpsp-pop-up{position:fixed;width:100%;max-width:750px;padding:40px;border-radius:10px;opacity:0;background:#fff;-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;transform:translate(-50%,-50%);z-index:9999}#dpsp-pop-up.dpsp-animation-1{transform:translate(-50%,-50%) scale(.1)}#dpsp-pop-up.dpsp-animation-3{transform:translate(-50%)}#dpsp-pop-up.dpsp-animation-4{transform:translate(-50%,-100%)}#dpsp-pop-up-overlay.no-animation,#dpsp-pop-up.no-animation{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}#dpsp-pop-up.opened{top:50%;left:50%;opacity:1;transform:scale(1) translate(-50%,-50%)}#dpsp-pop-up-overlay{display:block;position:fixed;top:0;left:0;width:0;height:0;opacity:0;background:#000;-webkit-transition:opacity .25s ease-in-out,margin .25s ease-in-out;-moz-transition:opacity .25s ease-in-out,margin .25s ease-in-out;-o-transition:opacity .25s ease-in-out,margin .25s ease-in-out;transition:opacity .25s ease-in-out,margin .25s ease-in-out;z-index:9998}#dpsp-pop-up-overlay.opened{width:100%;height:100%;opacity:.65}#dpsp-pop-up-content{text-align:center}#dpsp-pop-up-close{display:block;position:absolute;top:10px;right:10px;width:22px;height:22px;line-height:22px;text-align:center;vertical-align:middle;cursor:pointer}#dpsp-pop-up-close svg{position:relative;top:2px;width:auto;max-height:16px;vertical-align:top;fill:#999}#dpsp-pop-up h2{margin-bottom:1em}#dpsp-pop-up h2 p{font-size:inherit}#dpsp-pop-up h2 p:last-of-type{margin-top:0;margin-bottom:0}#dpsp-pop-up p{margin-top:1em;margin-bottom:1em}#dpsp-post-bottom{width:0;height:0;margin:0;padding:0}@media screen and (max-width:800px){#dpsp-pop-up{width:90%}}@media screen and (max-width:720px){#dpsp-pop-up .dpsp-networks-btns-wrapper li{width:100%;margin-right:0;margin-left:0}}.dpsp-top-shared-post{margin-bottom:2em}.dpsp-top-shared-post-thumbnail{display:block;margin-bottom:1.2em}.dpsp-top-shared-post-thumbnail img{max-width:100%;height:auto}.dpsp-top-shared-post-title{display:inline-block;margin-bottom:.5em}.dpsp-show-total-share-count{position:relative}.dpsp-total-share-wrapper{position:relative;margin-top:10px;color:#5d6368;font-family:Helvetica,Helvetica Neue,Arial,sans-serif;line-height:1.345}.dpsp-total-share-wrapper .dpsp-total-share-count{font-size:15px;line-height:18px;white-space:nowrap}.dpsp-total-share-wrapper .dpsp-icon-total-share{position:absolute;top:6px;left:0;margin-top:0;margin-left:0}.dpsp-total-share-wrapper .dpsp-icon-total-share svg{top:2px;width:auto;max-height:16px;fill:#5d6368}#dpsp-floating-sidebar .dpsp-total-share-wrapper{margin-bottom:10px}#dpsp-floating-sidebar .dpsp-total-share-wrapper .dpsp-icon-total-share{display:none}.dpsp-total-share-wrapper span{display:block;font-size:11px;font-weight:700;text-align:center;white-space:nowrap;text-transform:uppercase}.dpsp-content-wrapper .dpsp-total-share-wrapper,.dpsp-pop-up-buttons-wrapper .dpsp-total-share-wrapper,.dpsp-share-buttons-wrapper .dpsp-total-share-wrapper,.dpsp-shortcode-wrapper .dpsp-total-share-wrapper{position:absolute;top:50%;box-sizing:border-box;width:60px;height:40px;margin-top:-21px;padding-left:20px}#dpsp-sticky-bar .dpsp-total-share-wrapper{height:32px;margin-top:-16px}#dpsp-sticky-bar-wrapper.dpsp-is-mobile .dpsp-total-share-wrapper{display:none}.dpsp-content-wrapper.dpsp-show-total-share-count.dpsp-show-total-share-count-before,.dpsp-pop-up-buttons-wrapper.dpsp-show-total-share-count.dpsp-show-total-share-count-before,.dpsp-share-buttons-wrapper.dpsp-show-total-share-count.dpsp-show-total-share-count-before,.dpsp-shortcode-wrapper.dpsp-show-total-share-count.dpsp-show-total-share-count-before{padding-left:75px}.dpsp-content-wrapper.dpsp-show-total-share-count.dpsp-show-total-share-count-after,.dpsp-pop-up-buttons-wrapper.dpsp-show-total-share-count.dpsp-show-total-share-count-after,.dpsp-share-buttons-wrapper.dpsp-show-total-share-count.dpsp-show-total-share-count-after,.dpsp-shortcode-wrapper.dpsp-show-total-share-count.dpsp-show-total-share-count-after{padding-right:70px}.dpsp-content-wrapper.dpsp-show-total-share-count.dpsp-show-total-share-count-before .dpsp-total-share-wrapper,.dpsp-pop-up-buttons-wrapper.dpsp-show-total-share-count.dpsp-show-total-share-count-before .dpsp-total-share-wrapper,.dpsp-share-buttons-wrapper.dpsp-show-total-share-count.dpsp-show-total-share-count-before .dpsp-total-share-wrapper,.dpsp-shortcode-wrapper.dpsp-show-total-share-count.dpsp-show-total-share-count-before .dpsp-total-share-wrapper{left:0}.dpsp-content-wrapper.dpsp-show-total-share-count.dpsp-show-total-share-count-after .dpsp-total-share-wrapper,.dpsp-pop-up-buttons-wrapper.dpsp-show-total-share-count.dpsp-show-total-share-count-after .dpsp-total-share-wrapper,.dpsp-share-buttons-wrapper.dpsp-show-total-share-count.dpsp-show-total-share-count-after .dpsp-total-share-wrapper,.dpsp-shortcode-wrapper.dpsp-show-total-share-count.dpsp-show-total-share-count-after .dpsp-total-share-wrapper{right:0}.dpsp-email-save-this-tool,.wp-block-social-pug-save-this{clear:both;border:1px solid #333;padding:20px;margin:25px 0;display:flex;box-shadow:0 0 0 max(100vh,100vw) hsla(0,0%,100%,0);transition:box-shadow .7s}.dpsp-card-inner .dpsp-email-save-this-tool,.dpsp-card-inner .wp-block-social-pug-save-this{margin:0!important}.dpsp-email-save-this-tool.hubbub-spotlight,.wp-block-social-pug-save-this.hubbub-spotlight{box-shadow:0 0 0 max(100vh,100vw) rgba(0,0,0,.3);transition:box-shadow .7s;position:relative!important;z-index:99999!important}.hubbub-save-this-afterform p,.hubbub-save-this-form,.hubbub-save-this-heading{margin:0;padding:0}.hubbub-save-this-heading{text-align:center}.dpsp-email-save-this-tool p{margin:5px .2rem;text-align:center}.hubbub-save-this-submit-button-paragraph-wrapper{margin-top:5px}.hubbub-save-this-message{padding:5px 0}.hubbub-save-this-afterform{font-size:var(--wp--preset--font-size--small)}.hubbub-save-this-image-wrapper{flex:25%;max-width:170px;text-align:center}.block-editor__container img.hubbub-save-this-image,.hubbub-save-this-image,picture.hubbub-save-this-image img{max-width:160px;width:75%}.hubbub-save-this-form-wrapper{flex:75%}input.hubbub-block-save-this-submit-button,input:disabled.hubbub-block-save-this-submit-button{border-radius:.33rem;border-color:var(--wp--preset--color--contrast);border-width:0;font-family:inherit;font-size:var(--wp--preset--font-size--small);font-style:normal;font-weight:500;line-height:inherit;padding:.6rem 1rem;text-decoration:none}.dpsp-card-inner .wp-block-social-pug-save-this input.hubbub-block-save-this-submit-button,.dpsp-card-inner .wp-block-social-pug-save-this input:disabled.hubbub-block-save-this-submit-button{background:#000;color:#fff}input.hubbub-block-save-this-text-control{max-width:400px;width:90%;border-radius:.33rem;padding:calc(.667em + 2px);border:1px solid #949494;color:#000}input.hubbub-block-save-this-text-control::placeholder{color:#767676}input#hubbub-save-this-consent{width:auto}input.hubbub-block-save-this-snare,input.hubbub-save-this-snare{display:none}@media screen and (max-width:480px){.hubbub-save-this-image-wrapper{display:none}}p.hubbub-save-this-saved{font-weight:700;font-size:18px;color:#000}input#hubbub-save-this-consent.hubbub-save-this-error,input.hubbub-block-save-this-text-control.hubbub-save-this-error{border:2px solid red!important}.dpsp-button-style-1 .dpsp-network-btn{color:#fff!important}.dpsp-button-style-1 .dpsp-network-btn.dpsp-has-count:not(.dpsp-has-label),.dpsp-button-style-1 .dpsp-network-btn.dpsp-no-label{justify-content:center}.dpsp-button-style-1 .dpsp-network-btn .dpsp-network-icon:not(.dpsp-network-icon-outlined) .dpsp-network-icon-inner>svg{fill:#fff!important}.dpsp-button-style-1 .dpsp-network-btn .dpsp-network-icon.dpsp-network-icon-outlined .dpsp-network-icon-inner>svg{stroke:#fff!important}.dpsp-button-style-1 .dpsp-network-btn.dpsp-grow-saved .dpsp-network-icon.dpsp-network-icon-outlined .dpsp-network-icon-inner>svg,.dpsp-button-style-1 .dpsp-network-btn:focus .dpsp-network-icon.dpsp-network-icon-outlined .dpsp-network-icon-inner>svg,.dpsp-button-style-1 .dpsp-network-btn:hover .dpsp-network-icon.dpsp-network-icon-outlined .dpsp-network-icon-inner>svg{fill:#fff!important}.dpsp-button-style-2 .dpsp-networks-btns-wrapper:not(.dpsp-networks-btns-sidebar) .dpsp-network-btn{color:#fff!important}.dpsp-button-style-2 .dpsp-networks-btns-wrapper:not(.dpsp-networks-btns-sidebar) .dpsp-network-btn .dpsp-network-icon{border-color:var(--customNetworkHoverColor,var(--networkAccent));background-color:var(--customNetworkHoverColor,var(--networkAccent))}.dpsp-button-style-2 .dpsp-networks-btns-wrapper:not(.dpsp-networks-btns-sidebar) .dpsp-network-btn.dpsp-has-count:not(.dpsp-has-label),.dpsp-button-style-2 .dpsp-networks-btns-wrapper:not(.dpsp-networks-btns-sidebar) .dpsp-network-btn.dpsp-no-label{justify-content:center}.dpsp-button-style-2 .dpsp-networks-btns-wrapper:not(.dpsp-networks-btns-sidebar) .dpsp-network-btn .dpsp-network-icon:not(.dpsp-network-icon-outlined) .dpsp-network-icon-inner>svg{fill:#fff!important}.dpsp-button-style-2 .dpsp-networks-btns-wrapper:not(.dpsp-networks-btns-sidebar) .dpsp-network-btn .dpsp-network-icon.dpsp-network-icon-outlined .dpsp-network-icon-inner>svg{stroke:#fff!important}.dpsp-button-style-2 .dpsp-networks-btns-wrapper:not(.dpsp-networks-btns-sidebar) .dpsp-network-btn.dpsp-grow-saved .dpsp-network-icon.dpsp-network-icon-outlined .dpsp-network-icon-inner>svg,.dpsp-button-style-2 .dpsp-networks-btns-wrapper:not(.dpsp-networks-btns-sidebar) .dpsp-network-btn:focus .dpsp-network-icon.dpsp-network-icon-outlined .dpsp-network-icon-inner>svg,.dpsp-button-style-2 .dpsp-networks-btns-wrapper:not(.dpsp-networks-btns-sidebar) .dpsp-network-btn:hover .dpsp-network-icon.dpsp-network-icon-outlined .dpsp-network-icon-inner>svg{fill:#fff!important}.dpsp-button-style-2 .dpsp-networks-btns-sidebar .dpsp-network-btn,.dpsp-button-style-2 .dpsp-networks-btns-sidebar .dpsp-network-btn .dpsp-network-icon{background:transparent!important}.dpsp-button-style-3 .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-has-count:not(.dpsp-has-label),.dpsp-button-style-3 .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-no-label{justify-content:center}.dpsp-button-style-3 .dpsp-networks-btns-wrapper:not(.dpsp-networks-btns-sidebar) .dpsp-network-btn .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:#fff!important}.dpsp-button-style-3 .dpsp-networks-btns-wrapper:not(.dpsp-networks-btns-sidebar) .dpsp-network-btn .dpsp-network-icon.dpsp-network-icon-outlined .dpsp-network-icon-inner>svg{stroke:#fff!important}.dpsp-button-style-3 .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-has-count.dpsp-has-label:not(:hover):not(:focus),.dpsp-button-style-3 .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-has-count:not(:hover):not(:focus),.dpsp-button-style-3 .dpsp-networks-btns-wrapper .dpsp-network-btn:not(.dpsp-no-label):not(:hover):not(:focus):not(.dpsp-has-count){background:#fff}.dpsp-button-style-3 .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-no-label{background:var(--customNetworkColor,var(--networkColor,#fff))}.dpsp-button-style-3 .dpsp-networks-btns-wrapper:not(.dpsp-networks-btns-sidebar) .dpsp-network-btn:focus,.dpsp-button-style-3 .dpsp-networks-btns-wrapper:not(.dpsp-networks-btns-sidebar) .dpsp-network-btn:hover{color:#fff}.dpsp-button-style-3 .dpsp-networks-btns-wrapper:not(.dpsp-networks-btns-sidebar) .dpsp-network-btn.dpsp-grow-saved .dpsp-network-icon .dpsp-network-icon-inner>svg,.dpsp-button-style-3 .dpsp-networks-btns-wrapper:not(.dpsp-networks-btns-sidebar) .dpsp-network-btn:focus .dpsp-network-icon .dpsp-network-icon-inner>svg,.dpsp-button-style-3 .dpsp-networks-btns-wrapper:not(.dpsp-networks-btns-sidebar) .dpsp-network-btn:hover .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:#fff!important}.dpsp-networks-btns-sidebar .dpsp-network-btn,.dpsp-networks-btns-sidebar .dpsp-network-btn .dpsp-network-icon{border-color:transparent;background:transparent}.dpsp-networks-btns-sidebar .dpsp-network-btn:focus,.dpsp-networks-btns-sidebar .dpsp-network-btn:hover{border-color:transparent}.dpsp-networks-btns-sidebar .dpsp-network-btn:focus .dpsp-network-icon,.dpsp-networks-btns-sidebar .dpsp-network-btn:hover .dpsp-network-icon{border-color:transparent;background:transparent}.dpsp-button-style-4.dpsp-shape-rounded .dpsp-network-btn .dpsp-network-icon{border-radius:4px}.dpsp-button-style-4 .dpsp-networks-btns-wrapper .dpsp-network-list-item .dpsp-network-btn.dpsp-has-label{color:#fff}.dpsp-button-style-4 .dpsp-networks-btns-wrapper .dpsp-network-list-item .dpsp-network-btn.dpsp-has-count:not(.dpsp-has-label),.dpsp-button-style-4 .dpsp-networks-btns-wrapper .dpsp-network-list-item .dpsp-network-btn.dpsp-no-label{justify-content:center}.dpsp-button-style-4 .dpsp-networks-btns-wrapper .dpsp-network-list-item .dpsp-network-btn.dpsp-has-count:not(.dpsp-has-label):not(:hover):not(:focus),.dpsp-button-style-4 .dpsp-networks-btns-wrapper .dpsp-network-list-item .dpsp-network-btn.dpsp-no-label:not(:hover):not(:focus){background-color:initial}.dpsp-button-style-4 .dpsp-networks-btns-wrapper .dpsp-network-list-item .dpsp-network-btn.dpsp-has-count:not(.dpsp-has-label) .dpsp-network-icon,.dpsp-button-style-4 .dpsp-networks-btns-wrapper .dpsp-network-list-item .dpsp-network-btn.dpsp-no-label .dpsp-network-icon{border-color:transparent;background-color:initial}.dpsp-button-style-4 .dpsp-networks-btns-wrapper .dpsp-network-list-item .dpsp-network-btn .dpsp-network-icon{background:#fff}.dpsp-button-style-4 .dpsp-networks-btns-wrapper .dpsp-network-list-item .dpsp-network-btn:focus,.dpsp-button-style-4 .dpsp-networks-btns-wrapper .dpsp-network-list-item .dpsp-network-btn:hover{color:#fff}.dpsp-button-style-4 .dpsp-networks-btns-wrapper .dpsp-network-list-item .dpsp-network-btn:focus .dpsp-network-icon,.dpsp-button-style-4 .dpsp-networks-btns-wrapper .dpsp-network-list-item .dpsp-network-btn:hover .dpsp-network-icon{background:transparent}.dpsp-button-style-4 .dpsp-networks-btns-wrapper .dpsp-network-list-item .dpsp-network-btn:focus .dpsp-network-icon .dpsp-network-icon-inner>svg,.dpsp-button-style-4 .dpsp-networks-btns-wrapper .dpsp-network-list-item .dpsp-network-btn:hover .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:#fff!important;stroke:#fff}.dpsp-button-style-4 .dpsp-networks-btns-wrapper .dpsp-network-list-item .dpsp-network-btn.dpsp-grow-saved:not(:hover):not(:focus) .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:var(--customNetworkColor,var(--networkColor))!important}.dpsp-button-style-4 .dpsp-networks-btns-wrapper .dpsp-network-list-item .dpsp-network-btn.dpsp-grow-saved:not(:hover):not(:focus) .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:#fff;stroke:#fff}.dpsp-button-style-5 .dpsp-network-btn .dpsp-network-icon{border-color:transparent!important}.dpsp-button-style-5 .dpsp-networks-btns-wrapper .dpsp-network-btn,.dpsp-button-style-5 .dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-icon{background:transparent}.dpsp-button-style-5 .dpsp-networks-btns-wrapper .dpsp-network-btn:focus,.dpsp-button-style-5 .dpsp-networks-btns-wrapper .dpsp-network-btn:hover{border-color:transparent!important;color:#fff!important}.dpsp-button-style-5 .dpsp-networks-btns-wrapper .dpsp-network-btn:focus .dpsp-network-icon,.dpsp-button-style-5 .dpsp-networks-btns-wrapper .dpsp-network-btn:hover .dpsp-network-icon{background:transparent}.dpsp-button-style-5 .dpsp-networks-btns-wrapper .dpsp-network-btn:focus .dpsp-network-icon .dpsp-network-icon-inner>svg,.dpsp-button-style-5 .dpsp-networks-btns-wrapper .dpsp-network-btn:hover .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:#fff!important}.dpsp-button-style-5 .dpsp-networks-btns-wrapper .dpsp-network-btn:focus .dpsp-network-icon.dpsp-network-icon-outlined .dpsp-network-icon-inner>svg,.dpsp-button-style-5 .dpsp-networks-btns-wrapper .dpsp-network-btn:hover .dpsp-network-icon.dpsp-network-icon-outlined .dpsp-network-icon-inner>svg{fill:#fff!important;stroke:#fff!important}.dpsp-button-style-5 .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-grow-saved:not(:hover):not(:focus) .dpsp-network-icon.dpsp-network-icon-outlined .dpsp-network-icon-inner>svg{fill:var(--customNetworkColor,var(--networkColor))!important}.dpsp-button-style-5 .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-grow-saved:not(:hover):not(:focus) .dpsp-network-icon.dpsp-network-icon-outlined .dpsp-network-icon-inner>svg>svg{fill:#fff;stroke:#fff}.dpsp-button-style-5 .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-has-count:not(.dpsp-has-label),.dpsp-button-style-5 .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-no-label{justify-content:center}.dpsp-button-style-6.dpsp-shape-rounded .dpsp-network-btn .dpsp-network-icon{border-radius:4px}.dpsp-button-style-6 .dpsp-networks-btns-wrapper .dpsp-network-btn{border-color:transparent!important;background:transparent!important}.dpsp-button-style-6 .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-no-label:not(.dpsp-has-count){max-width:40px}.dpsp-button-style-6 .dpsp-networks-btns-wrapper .dpsp-network-btn:focus,.dpsp-button-style-6 .dpsp-networks-btns-wrapper .dpsp-network-btn:hover{border-color:transparent!important}.dpsp-button-style-6 .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-grow-saved .dpsp-network-icon .dpsp-network-icon-inner>svg,.dpsp-button-style-6 .dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-icon:not(.dpsp-network-icon-outlined) .dpsp-network-icon-inner>svg,.dpsp-button-style-6 .dpsp-networks-btns-wrapper .dpsp-network-btn:focus .dpsp-network-icon .dpsp-network-icon-inner>svg,.dpsp-button-style-6 .dpsp-networks-btns-wrapper .dpsp-network-btn:hover .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:#fff!important}.dpsp-button-style-6 .dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-icon.dpsp-network-icon-outlined .dpsp-network-icon-inner>svg{stroke:#fff!important}.dpsp-button-style-6.dpsp-size-small .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-no-label:not(.dpsp-has-count){max-width:32px}.dpsp-button-style-7.dpsp-shape-rounded .dpsp-network-btn .dpsp-network-icon{border-radius:4px}.dpsp-button-style-7 .dpsp-networks-btns-wrapper .dpsp-network-btn{background:transparent}.dpsp-button-style-7 .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-no-label{border-color:transparent}.dpsp-button-style-7 .dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-icon{background:transparent}.dpsp-button-style-7 .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-no-label:not(.dpsp-has-count){max-width:32px}.dpsp-button-style-7 .dpsp-networks-btns-wrapper .dpsp-network-btn:focus,.dpsp-button-style-7 .dpsp-networks-btns-wrapper .dpsp-network-btn:hover{background:transparent!important}.dpsp-button-style-7 .dpsp-networks-btns-wrapper .dpsp-network-btn:focus .dpsp-network-icon .dpsp-network-icon-inner>svg,.dpsp-button-style-7 .dpsp-networks-btns-wrapper .dpsp-network-btn:hover .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:#fff!important;stroke:#fff}.dpsp-button-style-7 .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-grow-saved:not(:hover):not(:focus) .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:var(--customNetworkColor,var(--networkColor))!important}.dpsp-button-style-7 .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-grow-saved:not(:hover):not(:focus) .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:#fff;stroke:#fff}.dpsp-button-style-7 .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-size-small .dpsp-networks-btns-wrapper .dpsp-network-btn,.dpsp-button-style-7 .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-size-small .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-no-label:not(.dpsp-has-count){max-width:32px}.dpsp-button-style-8 .dpsp-networks-btns-wrapper .dpsp-network-btn{border-color:transparent;background:transparent}.dpsp-button-style-8 .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-no-label:not(.dpsp-has-count){max-width:40px}.dpsp-button-style-8 .dpsp-networks-btns-wrapper .dpsp-network-btn:focus,.dpsp-button-style-8 .dpsp-networks-btns-wrapper .dpsp-network-btn:focus .dpsp-network-icon,.dpsp-button-style-8 .dpsp-networks-btns-wrapper .dpsp-network-btn:hover,.dpsp-button-style-8 .dpsp-networks-btns-wrapper .dpsp-network-btn:hover .dpsp-network-icon{border-color:transparent;background:transparent}.dpsp-button-style-8 .dpsp-networks-btns-wrapper .dpsp-network-btn:focus .dpsp-network-icon .dpsp-network-icon-inner>svg,.dpsp-button-style-8 .dpsp-networks-btns-wrapper .dpsp-network-btn:hover .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:var(--customNetworkHoverColor,var(--networkAccent))!important;stroke:var(--customNetworkHoverColor,var(--networkAccent))!important}.dpsp-button-style-8 .dpsp-networks-btns-wrapper .dpsp-network-btn:focus .dpsp-network-icon .dpsp-network-icon-inner>svg>svg,.dpsp-button-style-8 .dpsp-networks-btns-wrapper .dpsp-network-btn:hover .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:#fff;stroke:#fff}.dpsp-button-style-8 .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-grow-saved:not(:hover):not(:focus) .dpsp-network-icon .dpsp-network-icon-inner>svg{fill:var(--customNetworkColor,var(--networkColor))!important}.dpsp-button-style-8 .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-grow-saved:not(:hover):not(:focus) .dpsp-network-icon .dpsp-network-icon-inner>svg>svg{fill:#fff;stroke:#fff}.dpsp-button-style-8 .dpsp-networks-btns-wrapper .dpsp-network-btn .dpsp-network-icon{border-color:transparent;background:transparent}.dpsp-button-style-8 .dpsp-networks-btns-wrapper:not(.dpsp-networks-btns-sidebar) .dpsp-network-btn .dpsp-network-icon{margin-right:-10px}.dpsp-button-style-8.dpsp-size-small .dpsp-networks-btns-wrapper .dpsp-network-btn.dpsp-no-label:not(.dpsp-has-count){max-width:32px}.obfx-sharing { position: fixed; z-index: 10000; top: 50%; margin: 0; padding: 0; list-style: none; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .obfx-sharing-left { left: 0; } .obfx-sharing-right { right: 0; } .obfx-sharing li { display: block; position: relative; } .obfx-sharing a { display: block; position: relative; z-index: 10000; padding: 5px 10px; color: #fff; font-size: 20px; line-height: 30px; text-decoration: none; letter-spacing: normal; } .obfx-sharing a:hover, .obfx-sharing a:focus, .obfx-sharing a:visited { color: #fff; text-decoration: none; } .obfx-sharing i { width: 20px; height: 20px; padding-top: 5px; font-size: 18px; line-height: 20px; text-align: center; } .obfx-sharing .socicon-twitter:before { min-width: 20px; min-height: 20px; transform: translateY(4px); } .obfx-sharing span { display: none; position: absolute; z-index: -10; top: 0; right: 0; bottom: 0; left: -200%; padding: 5px 10px; background: rgba(0, 0, 0, 0.375); font-size: 13px; line-height: 30px; -webkit-transition: 0.3s ease all; transition: 0.3s ease all; } .obfx-sharing-right a:hover > span { right: 105%; left: -250%; } .obfx-sharing-left a:hover > span { right: -250%; left: 105%; } .obfx-sharing a:hover > span { display: inline-block; } .obfx-sharing-inline { list-style: none; } .obfx-sharing-inline li { display: inline; } .obfx-sharing-inline a.btn{ width: 44px; height: 44px; line-height: 44px; border-radius: 50%; padding: 0; } /* Social icons color */ .obfx-sharing-inline a.btn-facebook, .obfx-sharing a.facebook { background-color: #3b5998; } .obfx-sharing-inline a.btn-twitter, .obfx-sharing a.twitter { background-color: #fff; } .obfx-sharing-inline a.btn-pinterest, .obfx-sharing a.pinterest { background-color: #bd081c; } .obfx-sharing-inline a.btn-linkedin, .obfx-sharing a.linkedin { background-color: #0077b5; } .obfx-sharing-inline a.btn-tumblr, .obfx-sharing a.tumblr { background-color: #35465c; } .obfx-sharing-inline a.btn-reddit, .obfx-sharing a.reddit { background-color: #ff4500; } .obfx-sharing-inline a.btn-vkontakte, .obfx-sharing a.vkontakte { background-color: #45668e; } .obfx-sharing-inline a.btn-odnoklassniki, .obfx-sharing a.odnoklassniki { background-color: #f48420; } .obfx-sharing-inline a.btn-douban, .obfx-sharing a.douban { background-color: #228a31; } .obfx-sharing-inline a.btn-baidu, .obfx-sharing a.baidu { background-color: #de0f17; } .obfx-sharing-inline a.btn-xing, .obfx-sharing a.xing { background-color: #026466; } .obfx-sharing-inline a.btn-renren, .obfx-sharing a.renren { background-color: #227ec7; } .obfx-sharing-inline a.btn-weibo, .obfx-sharing a.weibo { background-color: #e6162d; } .obfx-sharing-inline a.btn-viber, .obfx-sharing a.viber { background-color: #00b901; } .obfx-sharing-inline a.btn-whatsapp, .obfx-sharing a.whatsapp { background-color: #20b038; } .obfx-sharing-inline a.btn-mail, .obfx-sharing a.mail { background-color: #58a9de; } .obfx-sharing-inline a.btn-telegram, .obfx-sharing a.telegram { background-color: #36aff3; } @media ( max-width: 768px ) { .obfx-sharing-side { position: fixed; z-index: 10000; top: 50%; margin: 0; padding: 0; list-style: none; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .obfx-sharing-bottom { display: table; position: fixed; z-index: 10000; top: auto; bottom: 0; width: 100%; margin: 0 !important; padding: 0; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } .obfx-hestia-social-wrapper { position: static; margin: 0 -10px; } .obfx-sharing-bottom li { display: table-cell; margin: 0; padding: 0; text-align: center; } .obfx-sharing-bottom a, .obfx-sharing-bottom a.btn.btn-just-icon { width: 100%; height: auto; margin: 0; padding: 0; padding: 0; border-radius: 0; opacity: 1; box-shadow: none; line-height: 40px; } .obfx-sharing-bottom span, .obfx-sharing a:hover > span, li.obfx-hide-mobile-socials, .obfx-sharing-inline li.obfx-hide-mobile-socials { display: none; } } @media ( min-width: 769px ) { .obfx-sharing-inline li.obfx-hide-desktop-socials, li.obfx-hide-desktop-socials { display: none; } } @font-face { font-family: "Socicon"; src: url('/wp-content/plugins/themeisle-companion/obfx_modules/social-sharing/css/vendor/socicon/fonts/Socicon.woff2?2y44c5') format('woff2'), url('/wp-content/plugins/themeisle-companion/obfx_modules/social-sharing/css/vendor/socicon/fonts/Socicon.woff?2y44c5') format('woff'), url('/wp-content/plugins/themeisle-companion/obfx_modules/social-sharing/css/vendor/socicon/fonts/Socicon.ttf?2y44c5') format('truetype'); font-weight: normal; font-style: normal; } [class^="socicon-"], [class*=" socicon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: "Socicon" !important; font-weight: normal; font-style: normal; font-variant: normal; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; line-height: 1; text-transform: none; speak: none; } .socicon-augment:before { content: "\e908"; } .socicon-bitbucket:before { content: "\e909"; } .socicon-fyuse:before { content: "\e90a"; } .socicon-yt-gaming:before { content: "\e90b"; } .socicon-sketchfab:before { content: "\e90c"; } .socicon-mobcrush:before { content: "\e90d"; } .socicon-microsoft:before { content: "\e90e"; } .socicon-pandora:before { content: "\e907"; } .socicon-messenger:before { content: "\e906"; } .socicon-gamewisp:before { content: "\e905"; } .socicon-bloglovin:before { content: "\e904"; } .socicon-tunein:before { content: "\e903"; } .socicon-gamejolt:before { content: "\e901"; } .socicon-trello:before { content: "\e902"; } .socicon-spreadshirt:before { content: "\e900"; } .socicon-500px:before { content: "\e000"; } .socicon-8tracks:before { content: "\e001"; } .socicon-airbnb:before { content: "\e002"; } .socicon-alliance:before { content: "\e003"; } .socicon-amazon:before { content: "\e004"; } .socicon-amplement:before { content: "\e005"; } .socicon-android:before { content: "\e006"; } .socicon-angellist:before { content: "\e007"; } .socicon-apple:before { content: "\e008"; } .socicon-appnet:before { content: "\e009"; } .socicon-baidu:before { content: "\e00a"; } .socicon-bandcamp:before { content: "\e00b"; } .socicon-battlenet:before { content: "\e00c"; } .socicon-mixer:before { content: "\e00d"; } .socicon-bebee:before { content: "\e00e"; } .socicon-bebo:before { content: "\e00f"; } .socicon-behance:before { content: "\e010"; } .socicon-blizzard:before { content: "\e011"; } .socicon-blogger:before { content: "\e012"; } .socicon-buffer:before { content: "\e013"; } .socicon-chrome:before { content: "\e014"; } .socicon-coderwall:before { content: "\e015"; } .socicon-curse:before { content: "\e016"; } .socicon-dailymotion:before { content: "\e017"; } .socicon-deezer:before { content: "\e018"; } .socicon-delicious:before { content: "\e019"; } .socicon-deviantart:before { content: "\e01a"; } .socicon-diablo:before { content: "\e01b"; } .socicon-digg:before { content: "\e01c"; } .socicon-discord:before { content: "\e01d"; } .socicon-disqus:before { content: "\e01e"; } .socicon-douban:before { content: "\e01f"; } .socicon-draugiem:before { content: "\e020"; } .socicon-dribbble:before { content: "\e021"; } .socicon-drupal:before { content: "\e022"; } .socicon-ebay:before { content: "\e023"; } .socicon-ello:before { content: "\e024"; } .socicon-endomodo:before { content: "\e025"; } .socicon-envato:before { content: "\e026"; } .socicon-etsy:before { content: "\e027"; } .socicon-facebook:before { content: "\e028"; } .socicon-feedburner:before { content: "\e029"; } .socicon-filmweb:before { content: "\e02a"; } .socicon-firefox:before { content: "\e02b"; } .socicon-flattr:before { content: "\e02c"; } .socicon-flickr:before { content: "\e02d"; } .socicon-formulr:before { content: "\e02e"; } .socicon-forrst:before { content: "\e02f"; } .socicon-foursquare:before { content: "\e030"; } .socicon-friendfeed:before { content: "\e031"; } .socicon-github:before { content: "\e032"; } .socicon-goodreads:before { content: "\e033"; } .socicon-google:before { content: "\e034"; } .socicon-googlescholar:before { content: "\e035"; } .socicon-googlegroups:before { content: "\e036"; } .socicon-googlephotos:before { content: "\e037"; } .socicon-grooveshark:before { content: "\e039"; } .socicon-hackerrank:before { content: "\e03a"; } .socicon-hearthstone:before { content: "\e03b"; } .socicon-hellocoton:before { content: "\e03c"; } .socicon-heroes:before { content: "\e03d"; } .socicon-hitbox:before { content: "\e03e"; } .socicon-horde:before { content: "\e03f"; } .socicon-houzz:before { content: "\e040"; } .socicon-icq:before { content: "\e041"; } .socicon-identica:before { content: "\e042"; } .socicon-imdb:before { content: "\e043"; } .socicon-instagram:before { content: "\e044"; } .socicon-issuu:before { content: "\e045"; } .socicon-istock:before { content: "\e046"; } .socicon-itunes:before { content: "\e047"; } .socicon-keybase:before { content: "\e048"; } .socicon-lanyrd:before { content: "\e049"; } .socicon-lastfm:before { content: "\e04a"; } .socicon-line:before { content: "\e04b"; } .socicon-linkedin:before { content: "\e04c"; } .socicon-livejournal:before { content: "\e04d"; } .socicon-lyft:before { content: "\e04e"; } .socicon-macos:before { content: "\e04f"; } .socicon-mail:before { content: "\e050"; } .socicon-medium:before { content: "\e051"; } .socicon-meetup:before { content: "\e052"; } .socicon-mixcloud:before { content: "\e053"; } .socicon-modelmayhem:before { content: "\e054"; } .socicon-mumble:before { content: "\e055"; } .socicon-myspace:before { content: "\e056"; } .socicon-newsvine:before { content: "\e057"; } .socicon-nintendo:before { content: "\e058"; } .socicon-npm:before { content: "\e059"; } .socicon-odnoklassniki:before { content: "\e05a"; } .socicon-openid:before { content: "\e05b"; } .socicon-opera:before { content: "\e05c"; } .socicon-outlook:before { content: "\e05d"; } .socicon-overwatch:before { content: "\e05e"; } .socicon-patreon:before { content: "\e05f"; } .socicon-paypal:before { content: "\e060"; } .socicon-periscope:before { content: "\e061"; } .socicon-persona:before { content: "\e062"; } .socicon-pinterest:before { content: "\e063"; } .socicon-play:before { content: "\e064"; } .socicon-player:before { content: "\e065"; } .socicon-playstation:before { content: "\e066"; } .socicon-pocket:before { content: "\e067"; } .socicon-qq:before { content: "\e068"; } .socicon-quora:before { content: "\e069"; } .socicon-raidcall:before { content: "\e06a"; } .socicon-ravelry:before { content: "\e06b"; } .socicon-reddit:before { content: "\e06c"; } .socicon-renren:before { content: "\e06d"; } .socicon-researchgate:before { content: "\e06e"; } .socicon-residentadvisor:before { content: "\e06f"; } .socicon-reverbnation:before { content: "\e070"; } .socicon-rss:before { content: "\e071"; } .socicon-sharethis:before { content: "\e072"; } .socicon-skype:before { content: "\e073"; } .socicon-slideshare:before { content: "\e074"; } .socicon-smugmug:before { content: "\e075"; } .socicon-snapchat:before { content: "\e076"; } .socicon-songkick:before { content: "\e077"; } .socicon-soundcloud:before { content: "\e078"; } .socicon-spotify:before { content: "\e079"; } .socicon-stackexchange:before { content: "\e07a"; } .socicon-stackoverflow:before { content: "\e07b"; } .socicon-starcraft:before { content: "\e07c"; } .socicon-stayfriends:before { content: "\e07d"; } .socicon-steam:before { content: "\e07e"; } .socicon-storehouse:before { content: "\e07f"; } .socicon-strava:before { content: "\e080"; } .socicon-streamjar:before { content: "\e081"; } .socicon-stumbleupon:before { content: "\e082"; } .socicon-swarm:before { content: "\e083"; } .socicon-teamspeak:before { content: "\e084"; } .socicon-teamviewer:before { content: "\e085"; } .socicon-technorati:before { content: "\e086"; } .socicon-telegram:before { content: "\e087"; } .socicon-tripadvisor:before { content: "\e088"; } .socicon-tripit:before { content: "\e089"; } .socicon-triplej:before { content: "\e08a"; } .socicon-tumblr:before { content: "\e08b"; } .socicon-twitch:before { content: "\e08c"; } .socicon-twitter:before { content: ""; background-image: url(/wp-content/plugins/themeisle-companion/obfx_modules/social-sharing/css/vendor/socicon/twitter-x.svg); min-width: 13px; min-height: 13px; display: inline-block; } .socicon-uber:before { content: "\e08e"; } .socicon-ventrilo:before { content: "\e08f"; } .socicon-viadeo:before { content: "\e090"; } .socicon-viber:before { content: "\e091"; } .socicon-viewbug:before { content: "\e092"; } .socicon-vimeo:before { content: "\e093"; } .socicon-vine:before { content: "\e094"; } .socicon-vkontakte:before { content: "\e095"; } .socicon-warcraft:before { content: "\e096"; } .socicon-wechat:before { content: "\e097"; } .socicon-weibo:before { content: "\e098"; } .socicon-whatsapp:before { content: "\e099"; } .socicon-wikipedia:before { content: "\e09a"; } .socicon-windows:before { content: "\e09b"; } .socicon-wordpress:before { content: "\e09c"; } .socicon-wykop:before { content: "\e09d"; } .socicon-xbox:before { content: "\e09e"; } .socicon-xing:before { content: "\e09f"; } .socicon-yahoo:before { content: "\e0a0"; } .socicon-yammer:before { content: "\e0a1"; } .socicon-yandex:before { content: "\e0a2"; } .socicon-yelp:before { content: "\e0a3"; } .socicon-younow:before { content: "\e0a4"; } .socicon-youtube:before { content: "\e0a5"; } .socicon-zapier:before { content: "\e0a6"; } .socicon-zerply:before { content: "\e0a7"; } .socicon-zomato:before { content: "\e0a8"; } .socicon-zynga:before { content: "\e0a9"; } .ngg-trigger-buttons { clear: both; text-align: right; font-size: 12px; line-height: 1em; margin: 0; } .ngg-trigger-buttons.hidden { display: none; } .ngg-trigger-large { font-size: 16px; margin: 0 10px; } .ngg-trigger-buttons .ngg-trigger { margin-left: 0.3em; cursor: pointer; } .ngg-trigger-buttons .ngg-trigger:active, .ngg-trigger-buttons .ngg-trigger:focus, .ngg-trigger-buttons .ngg-trigger:visited, .ngg-trigger-buttons .ngg-trigger { color: #999; } .ngg-trigger-buttons .ngg-trigger:hover { color: #333; } .ngg-trigger-large .ngg-trigger { } /* small exception for slideshows/filmstrip adjustments... seems kind of overkill to create 2 extra stylesheets just for a 2 liners fix */ .galleria.photocrati-nextgen_pro_horizontal_filmstrip { margin-bottom: 5px; } @media screen and (min-width: 0px) and (max-width: 1024px) { .ngg-trigger-buttons.mobile-hide { display: none; } } /* * FancyBox - jQuery Plugin * Simple and fancy lightbox alternative * * Examples and documentation at: http://fancybox.net * * Copyright (c) 2008 - 2010 Janis Skarnelis * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated. * * Version: 1.3.4 (11/11/2010) * Requires: jQuery v1.3+ * * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html */ #fancybox-loading { position: fixed; top: 50%; left: 50%; width: 40px; height: 40px; margin-top: -20px; margin-left: -20px; cursor: pointer; overflow: hidden; z-index: 1104; display: none; } #fancybox-loading div { position: absolute; top: 0; left: 0; width: 40px; height: 480px; background-image: url('/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox.png'); } #fancybox-overlay { position: absolute; top: 0; left: 0; width: 100%; z-index: 1100; display: none; } #fancybox-tmp { padding: 0; margin: 0; border: 0; overflow: auto; display: none; } #fancybox-wrap { position: absolute; top: 0; left: 0; padding: 20px; z-index: 1101; outline: none; display: none; } #fancybox-outer { position: relative; width: 100%; height: 100%; background: #fff; } #fancybox-content { width: 0; height: 0; padding: 0; outline: none; position: relative; overflow: hidden; z-index: 1102; border: 0px solid #fff; } #fancybox-hide-sel-frame { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent; z-index: 1101; } #fancybox-close { position: absolute; top: -15px; right: -15px; width: 30px; height: 30px; background: transparent url('/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox.png') -40px 0px; cursor: pointer; z-index: 1103; display: none; } #fancybox-error { color: #444; font: normal 12px/20px Arial; padding: 14px; margin: 0; } #fancybox-img { width: 100%; height: 100%; padding: 0; margin: 0; border: none; outline: none; line-height: 0; vertical-align: top; } #fancybox-frame { width: 100%; height: 100%; border: none; display: block; } #fancybox-left, #fancybox-right { position: absolute; bottom: 0px; height: 100%; width: 35%; cursor: pointer; outline: none; background: transparent url('/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/blank.gif'); z-index: 1102; display: none; } #fancybox-left { left: 0px; } #fancybox-right { right: 0px; } #fancybox-left-ico, #fancybox-right-ico { position: absolute; top: 50%; left: -9999px; width: 30px; height: 30px; margin-top: -15px; cursor: pointer; z-index: 1102; display: block; } #fancybox-left-ico { background-image: url('/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox.png'); background-position: -40px -30px; } #fancybox-right-ico { background-image: url('/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox.png'); background-position: -40px -60px; } #fancybox-left:hover, #fancybox-right:hover { visibility: visible; /* IE6 */ } #fancybox-left:hover span { left: 20px; } #fancybox-right:hover span { left: auto; right: 20px; } .fancybox-bg { position: absolute; padding: 0; margin: 0; border: 0; width: 20px; height: 20px; z-index: 1001; } #fancybox-bg-n { top: -20px; left: 0; width: 100%; background-image: url('/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox-x.png'); } #fancybox-bg-ne { top: -20px; right: -20px; background-image: url('/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox.png'); background-position: -40px -162px; } #fancybox-bg-e { top: 0; right: -20px; height: 100%; background-image: url('/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox-y.png'); background-position: -20px 0px; } #fancybox-bg-se { bottom: -20px; right: -20px; background-image: url('/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox.png'); background-position: -40px -182px; } #fancybox-bg-s { bottom: -20px; left: 0; width: 100%; background-image: url('/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox-x.png'); background-position: 0px -20px; } #fancybox-bg-sw { bottom: -20px; left: -20px; background-image: url('/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox.png'); background-position: -40px -142px; } #fancybox-bg-w { top: 0; left: -20px; height: 100%; background-image: url('/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox-y.png'); } #fancybox-bg-nw { top: -20px; left: -20px; background-image: url('/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox.png'); background-position: -40px -122px; } #fancybox-title { font-family: Helvetica; font-size: 12px; z-index: 1102; } .fancybox-title-inside { padding-bottom: 10px; text-align: center; color: #333; background: #fff; position: relative; } .fancybox-title-outside { padding-top: 10px; color: #fff; } .fancybox-title-over { position: absolute; bottom: 0; left: 0; color: #FFF; text-align: left; } #fancybox-title-over { padding: 10px; background-image: url('/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancy_title_over.png'); display: block; } .fancybox-title-float { position: absolute; left: 0; bottom: -20px; height: 32px; } #fancybox-title-float-wrap { border: none; border-collapse: collapse; width: auto; } #fancybox-title-float-wrap td { border: none; white-space: nowrap; } #fancybox-title-float-left { padding: 0 0 0 15px; background: url('/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox.png') -40px -90px no-repeat; } #fancybox-title-float-main { color: #FFF; line-height: 29px; font-weight: bold; padding: 0 0 3px 0; background: url('/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox-x.png') 0px -40px; } #fancybox-title-float-right { padding: 0 0 0 15px; background: url('/wp-content/plugins/nextgen-gallery/static/Lightbox/fancybox/fancybox.png') -55px -90px no-repeat; } /* IE6 */ .fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); } .fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); } .fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); } .fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; } .fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); } .fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); } .fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); } .fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame { height: expression(this.parentNode.clientHeight + "px"); } #fancybox-loading.fancybox-ie6 { position: absolute; margin-top: 0; top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px'); } #fancybox-loading.fancybox-ie6 div { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); } /* IE6, IE7, IE8 */ .fancybox-ie .fancybox-bg { background: transparent !important; } .fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); } .fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); } .fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); } .fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); } .fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); } .fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); } .fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); } .fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); } /* Note: Prevents issues with "style resets" or themes that apply 'box-sizing: border-box' to everything */ #fancybox-wrap, #fancybox-content, #fancybox-outer { box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; }/*! * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) * Copyright 2023 Fonticons, Inc. */ .fa.fa-glass:before{content:"\f000"}.fa.fa-envelope-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-envelope-o:before{content:"\f0e0"}.fa.fa-star-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-o:before{content:"\f005"}.fa.fa-close:before,.fa.fa-remove:before{content:"\f00d"}.fa.fa-gear:before{content:"\f013"}.fa.fa-trash-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-trash-o:before{content:"\f2ed"}.fa.fa-home:before{content:"\f015"}.fa.fa-file-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-o:before{content:"\f15b"}.fa.fa-clock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-clock-o:before{content:"\f017"}.fa.fa-arrow-circle-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-down:before{content:"\f358"}.fa.fa-arrow-circle-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-up:before{content:"\f35b"}.fa.fa-play-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-play-circle-o:before{content:"\f144"}.fa.fa-repeat:before,.fa.fa-rotate-right:before{content:"\f01e"}.fa.fa-refresh:before{content:"\f021"}.fa.fa-list-alt{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-list-alt:before{content:"\f022"}.fa.fa-dedent:before{content:"\f03b"}.fa.fa-video-camera:before{content:"\f03d"}.fa.fa-picture-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-picture-o:before{content:"\f03e"}.fa.fa-photo{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-photo:before{content:"\f03e"}.fa.fa-image{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-image:before{content:"\f03e"}.fa.fa-map-marker:before{content:"\f3c5"}.fa.fa-pencil-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-pencil-square-o:before{content:"\f044"}.fa.fa-edit{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-edit:before{content:"\f044"}.fa.fa-share-square-o:before{content:"\f14d"}.fa.fa-check-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-check-square-o:before{content:"\f14a"}.fa.fa-arrows:before{content:"\f0b2"}.fa.fa-times-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-circle-o:before{content:"\f057"}.fa.fa-check-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-check-circle-o:before{content:"\f058"}.fa.fa-mail-forward:before{content:"\f064"}.fa.fa-expand:before{content:"\f424"}.fa.fa-compress:before{content:"\f422"}.fa.fa-eye,.fa.fa-eye-slash{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-warning:before{content:"\f071"}.fa.fa-calendar:before{content:"\f073"}.fa.fa-arrows-v:before{content:"\f338"}.fa.fa-arrows-h:before{content:"\f337"}.fa.fa-bar-chart-o:before,.fa.fa-bar-chart:before{content:"\e0e3"}.fa.fa-twitter-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-twitter-square:before{content:"\f081"}.fa.fa-facebook-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-square:before{content:"\f082"}.fa.fa-gears:before{content:"\f085"}.fa.fa-thumbs-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-thumbs-o-up:before{content:"\f164"}.fa.fa-thumbs-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-thumbs-o-down:before{content:"\f165"}.fa.fa-heart-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-heart-o:before{content:"\f004"}.fa.fa-sign-out:before{content:"\f2f5"}.fa.fa-linkedin-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-linkedin-square:before{content:"\f08c"}.fa.fa-thumb-tack:before{content:"\f08d"}.fa.fa-external-link:before{content:"\f35d"}.fa.fa-sign-in:before{content:"\f2f6"}.fa.fa-github-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-github-square:before{content:"\f092"}.fa.fa-lemon-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-lemon-o:before{content:"\f094"}.fa.fa-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-square-o:before{content:"\f0c8"}.fa.fa-bookmark-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bookmark-o:before{content:"\f02e"}.fa.fa-facebook,.fa.fa-twitter{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook:before{content:"\f39e"}.fa.fa-facebook-f{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-f:before{content:"\f39e"}.fa.fa-github{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-credit-card{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-feed:before{content:"\f09e"}.fa.fa-hdd-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hdd-o:before{content:"\f0a0"}.fa.fa-hand-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-right:before{content:"\f0a4"}.fa.fa-hand-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-left:before{content:"\f0a5"}.fa.fa-hand-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-up:before{content:"\f0a6"}.fa.fa-hand-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-o-down:before{content:"\f0a7"}.fa.fa-globe:before{content:"\f57d"}.fa.fa-tasks:before{content:"\f828"}.fa.fa-arrows-alt:before{content:"\f31e"}.fa.fa-group:before{content:"\f0c0"}.fa.fa-chain:before{content:"\f0c1"}.fa.fa-cut:before{content:"\f0c4"}.fa.fa-files-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-files-o:before{content:"\f0c5"}.fa.fa-floppy-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-floppy-o:before{content:"\f0c7"}.fa.fa-save{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-save:before{content:"\f0c7"}.fa.fa-navicon:before,.fa.fa-reorder:before{content:"\f0c9"}.fa.fa-magic:before{content:"\e2ca"}.fa.fa-pinterest,.fa.fa-pinterest-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-pinterest-square:before{content:"\f0d3"}.fa.fa-google-plus-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-square:before{content:"\f0d4"}.fa.fa-google-plus{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus:before{content:"\f0d5"}.fa.fa-money:before{content:"\f3d1"}.fa.fa-unsorted:before{content:"\f0dc"}.fa.fa-sort-desc:before{content:"\f0dd"}.fa.fa-sort-asc:before{content:"\f0de"}.fa.fa-linkedin{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-linkedin:before{content:"\f0e1"}.fa.fa-rotate-left:before{content:"\f0e2"}.fa.fa-legal:before{content:"\f0e3"}.fa.fa-dashboard:before,.fa.fa-tachometer:before{content:"\f625"}.fa.fa-comment-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-comment-o:before{content:"\f075"}.fa.fa-comments-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-comments-o:before{content:"\f086"}.fa.fa-flash:before{content:"\f0e7"}.fa.fa-clipboard:before{content:"\f0ea"}.fa.fa-lightbulb-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-lightbulb-o:before{content:"\f0eb"}.fa.fa-exchange:before{content:"\f362"}.fa.fa-cloud-download:before{content:"\f0ed"}.fa.fa-cloud-upload:before{content:"\f0ee"}.fa.fa-bell-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bell-o:before{content:"\f0f3"}.fa.fa-cutlery:before{content:"\f2e7"}.fa.fa-file-text-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-text-o:before{content:"\f15c"}.fa.fa-building-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-building-o:before{content:"\f1ad"}.fa.fa-hospital-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hospital-o:before{content:"\f0f8"}.fa.fa-tablet:before{content:"\f3fa"}.fa.fa-mobile-phone:before,.fa.fa-mobile:before{content:"\f3cd"}.fa.fa-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-circle-o:before{content:"\f111"}.fa.fa-mail-reply:before{content:"\f3e5"}.fa.fa-github-alt{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-folder-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-folder-o:before{content:"\f07b"}.fa.fa-folder-open-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-folder-open-o:before{content:"\f07c"}.fa.fa-smile-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-smile-o:before{content:"\f118"}.fa.fa-frown-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-frown-o:before{content:"\f119"}.fa.fa-meh-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-meh-o:before{content:"\f11a"}.fa.fa-keyboard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-keyboard-o:before{content:"\f11c"}.fa.fa-flag-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-flag-o:before{content:"\f024"}.fa.fa-mail-reply-all:before{content:"\f122"}.fa.fa-star-half-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-o:before{content:"\f5c0"}.fa.fa-star-half-empty{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-empty:before{content:"\f5c0"}.fa.fa-star-half-full{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-star-half-full:before{content:"\f5c0"}.fa.fa-code-fork:before{content:"\f126"}.fa.fa-chain-broken:before,.fa.fa-unlink:before{content:"\f127"}.fa.fa-calendar-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-o:before{content:"\f133"}.fa.fa-css3,.fa.fa-html5,.fa.fa-maxcdn{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-unlock-alt:before{content:"\f09c"}.fa.fa-minus-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-minus-square-o:before{content:"\f146"}.fa.fa-level-up:before{content:"\f3bf"}.fa.fa-level-down:before{content:"\f3be"}.fa.fa-pencil-square:before{content:"\f14b"}.fa.fa-external-link-square:before{content:"\f360"}.fa.fa-compass{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-down:before{content:"\f150"}.fa.fa-toggle-down{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-down:before{content:"\f150"}.fa.fa-caret-square-o-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-up:before{content:"\f151"}.fa.fa-toggle-up{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-up:before{content:"\f151"}.fa.fa-caret-square-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-right:before{content:"\f152"}.fa.fa-toggle-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-right:before{content:"\f152"}.fa.fa-eur:before,.fa.fa-euro:before{content:"\f153"}.fa.fa-gbp:before{content:"\f154"}.fa.fa-dollar:before,.fa.fa-usd:before{content:"\24"}.fa.fa-inr:before,.fa.fa-rupee:before{content:"\e1bc"}.fa.fa-cny:before,.fa.fa-jpy:before,.fa.fa-rmb:before,.fa.fa-yen:before{content:"\f157"}.fa.fa-rouble:before,.fa.fa-rub:before,.fa.fa-ruble:before{content:"\f158"}.fa.fa-krw:before,.fa.fa-won:before{content:"\f159"}.fa.fa-bitcoin,.fa.fa-btc{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bitcoin:before{content:"\f15a"}.fa.fa-file-text:before{content:"\f15c"}.fa.fa-sort-alpha-asc:before{content:"\f15d"}.fa.fa-sort-alpha-desc:before{content:"\f881"}.fa.fa-sort-amount-asc:before{content:"\f884"}.fa.fa-sort-amount-desc:before{content:"\f160"}.fa.fa-sort-numeric-asc:before{content:"\f162"}.fa.fa-sort-numeric-desc:before{content:"\f886"}.fa.fa-youtube-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-youtube-square:before{content:"\f431"}.fa.fa-xing,.fa.fa-xing-square,.fa.fa-youtube{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-xing-square:before{content:"\f169"}.fa.fa-youtube-play{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-youtube-play:before{content:"\f167"}.fa.fa-adn,.fa.fa-bitbucket,.fa.fa-bitbucket-square,.fa.fa-dropbox,.fa.fa-flickr,.fa.fa-instagram,.fa.fa-stack-overflow{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bitbucket-square:before{content:"\f171"}.fa.fa-tumblr,.fa.fa-tumblr-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-tumblr-square:before{content:"\f174"}.fa.fa-long-arrow-down:before{content:"\f309"}.fa.fa-long-arrow-up:before{content:"\f30c"}.fa.fa-long-arrow-left:before{content:"\f30a"}.fa.fa-long-arrow-right:before{content:"\f30b"}.fa.fa-android,.fa.fa-apple,.fa.fa-dribbble,.fa.fa-foursquare,.fa.fa-gittip,.fa.fa-gratipay,.fa.fa-linux,.fa.fa-skype,.fa.fa-trello,.fa.fa-windows{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-gittip:before{content:"\f184"}.fa.fa-sun-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-sun-o:before{content:"\f185"}.fa.fa-moon-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-moon-o:before{content:"\f186"}.fa.fa-pagelines,.fa.fa-renren,.fa.fa-stack-exchange,.fa.fa-vk,.fa.fa-weibo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-arrow-circle-o-right{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-right:before{content:"\f35a"}.fa.fa-arrow-circle-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-arrow-circle-o-left:before{content:"\f359"}.fa.fa-caret-square-o-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-caret-square-o-left:before{content:"\f191"}.fa.fa-toggle-left{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-toggle-left:before{content:"\f191"}.fa.fa-dot-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-dot-circle-o:before{content:"\f192"}.fa.fa-vimeo-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-vimeo-square:before{content:"\f194"}.fa.fa-try:before,.fa.fa-turkish-lira:before{content:"\e2bb"}.fa.fa-plus-square-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-plus-square-o:before{content:"\f0fe"}.fa.fa-openid,.fa.fa-slack,.fa.fa-wordpress{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bank:before,.fa.fa-institution:before{content:"\f19c"}.fa.fa-mortar-board:before{content:"\f19d"}.fa.fa-google,.fa.fa-reddit,.fa.fa-reddit-square,.fa.fa-yahoo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-reddit-square:before{content:"\f1a2"}.fa.fa-behance,.fa.fa-behance-square,.fa.fa-delicious,.fa.fa-digg,.fa.fa-drupal,.fa.fa-joomla,.fa.fa-pied-piper-alt,.fa.fa-pied-piper-pp,.fa.fa-stumbleupon,.fa.fa-stumbleupon-circle{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-behance-square:before{content:"\f1b5"}.fa.fa-steam,.fa.fa-steam-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-steam-square:before{content:"\f1b7"}.fa.fa-automobile:before{content:"\f1b9"}.fa.fa-cab:before{content:"\f1ba"}.fa.fa-deviantart,.fa.fa-soundcloud,.fa.fa-spotify{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-file-pdf-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-pdf-o:before{content:"\f1c1"}.fa.fa-file-word-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-word-o:before{content:"\f1c2"}.fa.fa-file-excel-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-excel-o:before{content:"\f1c3"}.fa.fa-file-powerpoint-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-powerpoint-o:before{content:"\f1c4"}.fa.fa-file-image-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-image-o:before{content:"\f1c5"}.fa.fa-file-photo-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-photo-o:before{content:"\f1c5"}.fa.fa-file-picture-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-picture-o:before{content:"\f1c5"}.fa.fa-file-archive-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-archive-o:before{content:"\f1c6"}.fa.fa-file-zip-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-zip-o:before{content:"\f1c6"}.fa.fa-file-audio-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-audio-o:before{content:"\f1c7"}.fa.fa-file-sound-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-sound-o:before{content:"\f1c7"}.fa.fa-file-video-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-video-o:before{content:"\f1c8"}.fa.fa-file-movie-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-movie-o:before{content:"\f1c8"}.fa.fa-file-code-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-file-code-o:before{content:"\f1c9"}.fa.fa-codepen,.fa.fa-jsfiddle,.fa.fa-vine{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-life-bouy:before,.fa.fa-life-buoy:before,.fa.fa-life-saver:before,.fa.fa-support:before{content:"\f1cd"}.fa.fa-circle-o-notch:before{content:"\f1ce"}.fa.fa-ra,.fa.fa-rebel{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-ra:before{content:"\f1d0"}.fa.fa-resistance{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-resistance:before{content:"\f1d0"}.fa.fa-empire,.fa.fa-ge{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-ge:before{content:"\f1d1"}.fa.fa-git-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-git-square:before{content:"\f1d2"}.fa.fa-git,.fa.fa-hacker-news,.fa.fa-y-combinator-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-y-combinator-square:before{content:"\f1d4"}.fa.fa-yc-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-yc-square:before{content:"\f1d4"}.fa.fa-qq,.fa.fa-tencent-weibo,.fa.fa-wechat,.fa.fa-weixin{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-wechat:before{content:"\f1d7"}.fa.fa-send:before{content:"\f1d8"}.fa.fa-paper-plane-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-paper-plane-o:before{content:"\f1d8"}.fa.fa-send-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-send-o:before{content:"\f1d8"}.fa.fa-circle-thin{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-circle-thin:before{content:"\f111"}.fa.fa-header:before{content:"\f1dc"}.fa.fa-futbol-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-futbol-o:before{content:"\f1e3"}.fa.fa-soccer-ball-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-soccer-ball-o:before{content:"\f1e3"}.fa.fa-slideshare,.fa.fa-twitch,.fa.fa-yelp{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-newspaper-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-newspaper-o:before{content:"\f1ea"}.fa.fa-cc-amex,.fa.fa-cc-discover,.fa.fa-cc-mastercard,.fa.fa-cc-paypal,.fa.fa-cc-stripe,.fa.fa-cc-visa,.fa.fa-google-wallet,.fa.fa-paypal{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-bell-slash-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-bell-slash-o:before{content:"\f1f6"}.fa.fa-trash:before{content:"\f2ed"}.fa.fa-copyright{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-eyedropper:before{content:"\f1fb"}.fa.fa-area-chart:before{content:"\f1fe"}.fa.fa-pie-chart:before{content:"\f200"}.fa.fa-line-chart:before{content:"\f201"}.fa.fa-lastfm,.fa.fa-lastfm-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-lastfm-square:before{content:"\f203"}.fa.fa-angellist,.fa.fa-ioxhost{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-cc{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-cc:before{content:"\f20a"}.fa.fa-ils:before,.fa.fa-shekel:before,.fa.fa-sheqel:before{content:"\f20b"}.fa.fa-buysellads,.fa.fa-connectdevelop,.fa.fa-dashcube,.fa.fa-forumbee,.fa.fa-leanpub,.fa.fa-sellsy,.fa.fa-shirtsinbulk,.fa.fa-simplybuilt,.fa.fa-skyatlas{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-diamond{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-diamond:before{content:"\f3a5"}.fa.fa-intersex:before,.fa.fa-transgender:before{content:"\f224"}.fa.fa-transgender-alt:before{content:"\f225"}.fa.fa-facebook-official{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-facebook-official:before{content:"\f09a"}.fa.fa-pinterest-p,.fa.fa-whatsapp{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-hotel:before{content:"\f236"}.fa.fa-medium,.fa.fa-viacoin,.fa.fa-y-combinator,.fa.fa-yc{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-yc:before{content:"\f23b"}.fa.fa-expeditedssl,.fa.fa-opencart,.fa.fa-optin-monster{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-battery-4:before,.fa.fa-battery:before{content:"\f240"}.fa.fa-battery-3:before{content:"\f241"}.fa.fa-battery-2:before{content:"\f242"}.fa.fa-battery-1:before{content:"\f243"}.fa.fa-battery-0:before{content:"\f244"}.fa.fa-object-group,.fa.fa-object-ungroup,.fa.fa-sticky-note-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-sticky-note-o:before{content:"\f249"}.fa.fa-cc-diners-club,.fa.fa-cc-jcb{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-clone{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hourglass-o:before{content:"\f254"}.fa.fa-hourglass-1:before{content:"\f251"}.fa.fa-hourglass-2:before{content:"\f252"}.fa.fa-hourglass-3:before{content:"\f253"}.fa.fa-hand-rock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-rock-o:before{content:"\f255"}.fa.fa-hand-grab-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-grab-o:before{content:"\f255"}.fa.fa-hand-paper-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-paper-o:before{content:"\f256"}.fa.fa-hand-stop-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-stop-o:before{content:"\f256"}.fa.fa-hand-scissors-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-scissors-o:before{content:"\f257"}.fa.fa-hand-lizard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-lizard-o:before{content:"\f258"}.fa.fa-hand-spock-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-spock-o:before{content:"\f259"}.fa.fa-hand-pointer-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-pointer-o:before{content:"\f25a"}.fa.fa-hand-peace-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-hand-peace-o:before{content:"\f25b"}.fa.fa-registered{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-creative-commons,.fa.fa-gg,.fa.fa-gg-circle,.fa.fa-odnoklassniki,.fa.fa-odnoklassniki-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-odnoklassniki-square:before{content:"\f264"}.fa.fa-chrome,.fa.fa-firefox,.fa.fa-get-pocket,.fa.fa-internet-explorer,.fa.fa-opera,.fa.fa-safari,.fa.fa-wikipedia-w{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-television:before{content:"\f26c"}.fa.fa-500px,.fa.fa-amazon,.fa.fa-contao{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-calendar-plus-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-plus-o:before{content:"\f271"}.fa.fa-calendar-minus-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-minus-o:before{content:"\f272"}.fa.fa-calendar-times-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-times-o:before{content:"\f273"}.fa.fa-calendar-check-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-calendar-check-o:before{content:"\f274"}.fa.fa-map-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-map-o:before{content:"\f279"}.fa.fa-commenting:before{content:"\f4ad"}.fa.fa-commenting-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-commenting-o:before{content:"\f4ad"}.fa.fa-houzz,.fa.fa-vimeo{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-vimeo:before{content:"\f27d"}.fa.fa-black-tie,.fa.fa-edge,.fa.fa-fonticons,.fa.fa-reddit-alien{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-credit-card-alt:before{content:"\f09d"}.fa.fa-codiepie,.fa.fa-fort-awesome,.fa.fa-mixcloud,.fa.fa-modx,.fa.fa-product-hunt,.fa.fa-scribd,.fa.fa-usb{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-pause-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-pause-circle-o:before{content:"\f28b"}.fa.fa-stop-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-stop-circle-o:before{content:"\f28d"}.fa.fa-bluetooth,.fa.fa-bluetooth-b,.fa.fa-envira,.fa.fa-gitlab,.fa.fa-wheelchair-alt,.fa.fa-wpbeginner,.fa.fa-wpforms{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-wheelchair-alt:before{content:"\f368"}.fa.fa-question-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-question-circle-o:before{content:"\f059"}.fa.fa-volume-control-phone:before{content:"\f2a0"}.fa.fa-asl-interpreting:before{content:"\f2a3"}.fa.fa-deafness:before,.fa.fa-hard-of-hearing:before{content:"\f2a4"}.fa.fa-glide,.fa.fa-glide-g{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-signing:before{content:"\f2a7"}.fa.fa-viadeo,.fa.fa-viadeo-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-viadeo-square:before{content:"\f2aa"}.fa.fa-snapchat,.fa.fa-snapchat-ghost{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-snapchat-ghost:before{content:"\f2ab"}.fa.fa-snapchat-square{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-snapchat-square:before{content:"\f2ad"}.fa.fa-first-order,.fa.fa-google-plus-official,.fa.fa-pied-piper,.fa.fa-themeisle,.fa.fa-yoast{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-official:before{content:"\f2b3"}.fa.fa-google-plus-circle{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-google-plus-circle:before{content:"\f2b3"}.fa.fa-fa,.fa.fa-font-awesome{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-fa:before{content:"\f2b4"}.fa.fa-handshake-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-handshake-o:before{content:"\f2b5"}.fa.fa-envelope-open-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-envelope-open-o:before{content:"\f2b6"}.fa.fa-linode{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-address-book-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-address-book-o:before{content:"\f2b9"}.fa.fa-vcard:before{content:"\f2bb"}.fa.fa-address-card-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-address-card-o:before{content:"\f2bb"}.fa.fa-vcard-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-vcard-o:before{content:"\f2bb"}.fa.fa-user-circle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-user-circle-o:before{content:"\f2bd"}.fa.fa-user-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-user-o:before{content:"\f007"}.fa.fa-id-badge{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-drivers-license:before{content:"\f2c2"}.fa.fa-id-card-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-id-card-o:before{content:"\f2c2"}.fa.fa-drivers-license-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-drivers-license-o:before{content:"\f2c2"}.fa.fa-free-code-camp,.fa.fa-quora,.fa.fa-telegram{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-thermometer-4:before,.fa.fa-thermometer:before{content:"\f2c7"}.fa.fa-thermometer-3:before{content:"\f2c8"}.fa.fa-thermometer-2:before{content:"\f2c9"}.fa.fa-thermometer-1:before{content:"\f2ca"}.fa.fa-thermometer-0:before{content:"\f2cb"}.fa.fa-bathtub:before,.fa.fa-s15:before{content:"\f2cd"}.fa.fa-window-maximize,.fa.fa-window-restore{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-rectangle:before{content:"\f410"}.fa.fa-window-close-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-window-close-o:before{content:"\f410"}.fa.fa-times-rectangle-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-times-rectangle-o:before{content:"\f410"}.fa.fa-bandcamp,.fa.fa-eercast,.fa.fa-etsy,.fa.fa-grav,.fa.fa-imdb,.fa.fa-ravelry{font-family:"Font Awesome 6 Brands";font-weight:400}.fa.fa-eercast:before{content:"\f2da"}.fa.fa-snowflake-o{font-family:"Font Awesome 6 Free";font-weight:400}.fa.fa-snowflake-o:before{content:"\f2dc"}.fa.fa-meetup,.fa.fa-superpowers,.fa.fa-wpexplorer{font-family:"Font Awesome 6 Brands";font-weight:400}/*! * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) * Copyright 2023 Fonticons, Inc. */ .fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.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-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,none));transform:rotate(var(--fa-rotate-angle,none))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)} .fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"} .fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-pixiv:before{content:"\e640"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-brave:before{content:"\e63c"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-threads:before{content:"\e618"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-opensuse:before{content:"\e62b"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-debian:before{content:"\e60b"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-square-letterboxd:before{content:"\e62e"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-shoelace:before{content:"\e60c"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-ebay:before{content:"\f4f4"}.fa-amazon:before{content:"\f270"}.fa-unsplash:before{content:"\e07c"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-square-threads:before{content:"\e619"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-google-scholar:before{content:"\e63b"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-signal-messenger:before{content:"\e663"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-mintbit:before{content:"\e62f"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-brave-reverse:before{content:"\e63d"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-letterboxd:before{content:"\e62d"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-x-twitter:before{content:"\e61b"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-linux:before{content:"\f17c"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-figma:before{content:"\f799"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-dropbox:before{content:"\f16b"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-upwork:before{content:"\e641"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-whatsapp:before{content:"\f232"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-pinterest-p:before{content:"\f231"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-snapchat:before{content:"\f2ab"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-rust:before{content:"\e07a"}.fa-wix:before{content:"\f5cf"}.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-webflow:before{content:"\e65c"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-free-code-camp:before{content:"\f2c5"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-cc-amex:before{content:"\f1f3"}.fa-uber:before{content:"\f402"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-skyatlas:before{content:"\f216"}.fa-firefox-browser:before{content:"\e007"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-pinterest:before{content:"\f0d2"}.fa-buffer:before{content:"\f837"}.fa-npm:before{content:"\f3d4"}.fa-yammer:before{content:"\f840"}.fa-btc:before{content:"\f15a"}.fa-dribbble:before{content:"\f17d"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-internet-explorer:before{content:"\f26b"}.fa-stubber:before{content:"\e5c7"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-square-x-twitter:before{content:"\e61a"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-wordpress-simple:before{content:"\f411"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-regular-400.woff2) format("woff2"),url(/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-regular-400.woff2) format("woff2"),url(/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-regular-400.woff2) format("woff2"),url(/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-v4compatibility.woff2) format("woff2"),url(/wp-content/plugins/nextgen-gallery/static/FontAwesome/webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}/* ----------- Gallery navigation -------------*/ .ngg-navigation { font-size: 0.9em !important; clear: both !important; display: block !important; padding-top: 24px; padding-bottom: 3px; text-align: center; } .ngg-navigation a.page-numbers, .ngg-navigation a.next, .ngg-navigation a.prev, .ngg-navigation span.page-numbers, .ngg-navigation span.next, .ngg-navigation span.prev, .ngg-navigation span.current { background: #BBB; border: none; border-radius: 2px; box-shadow: none; color: #fff; display:inline; font-size: 14px; font-weight: bold; margin-right: 3px; padding: 4px 8px; text-decoration: none; cursor: pointer !important; } .ngg-navigation .ellipsis { background: #BBB; border: none; border-radius: 2px; box-shadow: none; color: #fff; display:inline; font-size: 14px; font-weight: bold; margin-right: 3px; padding: 4px 8px; text-decoration: none; } .ngg-navigation span.current { background: #666; } .ngg-navigation a.next, .ngg-navigation a.prev, .ngg-navigation span.next, .ngg-navigation span.prev { background: transparent; color: #BBB; padding: 2px; border: none; } .ngg-navigation a.page-numbers:hover, .ngg-navigation span.page-numbers:hover, .ngg-navigation span.current:hover { background: #666; color: #FFFFFF !important; text-decoration: none !important; } .ngg-navigation a.next:hover, .ngg-navigation a.prev:hover, .ngg-navigation span.next, .ngg-navigation span.prev { color: #666 !important; } .ngg-navigation a.page-numbers { display: inline; } .ngg-clear { clear: both; } /* ----------- Gallery style -------------*/ .ngg-galleryoverview { overflow: hidden; margin-top: 10px; width: 100%; clear: both; display: block !important; } .ngg-galleryoverview .desc { /* required for description */ margin: 0px 10px 10px 0px; padding: 5px; } .ngg-gallery-thumbnail-box { float: left; max-width: 100% !important; } .ngg-template-caption .ngg-gallery-thumbnail-box { margin-right: 0px; } .ngg-gallery-thumbnail { text-align: center; max-width: 100% !important; background-color: #FFFFFF; border: 1px solid #A9A9A9; margin-right: 5px; margin: 5px; } .ngg-template-caption .ngg-gallery-thumbnail { margin-right: 0px; } .ngg-gallery-thumbnail a { display: block; margin: 4px; border: none; box-shadow: none; } .ngg-gallery-thumbnail img { display: block; margin: 0; padding: 0; position: relative; max-width: 100% !important; height: auto; } .ngg-gallery-thumbnail span { /* Images description */ font-size: 90%; padding-left: 5px; display: block; } /* ----------- New Default Styling September 2018 -----------*/ .ngg-galleryoverview { margin-top: 40px; margin-bottom: 50px; -webkit-transition: width 1s, height 1s, background-color 1s, -webkit-transform 1s; transition: width 1s, height 1s, background-color 1s, transform 1s; min-height: 100px; } .ngg-gallery-thumbnail-box.ngg-1-columns { width: 100%; float: left !important; } .ngg-gallery-thumbnail-box.ngg-2-columns { width: 50%; float: left !important; } .ngg-gallery-thumbnail-box.ngg-3-columns { width: 33.33333%; float: left !important; } .ngg-gallery-thumbnail-box.ngg-4-columns { width: 25%; float: left !important; } .ngg-gallery-thumbnail-box.ngg-5-columns { width: 20%; float: left !important; } .ngg-gallery-thumbnail-box.ngg-6-columns { width: 16.6666%; float: left !important; } .ngg-gallery-thumbnail-box.ngg-7-columns { width: 14.2857%; float: left !important; } .ngg-gallery-thumbnail-box.ngg-8-columns { width: 12.5%; float: left !important; } .ngg-gallery-thumbnail-box.ngg-9-columns { width: 11.1111%; float: left !important; } .ngg-gallery-thumbnail-box.ngg-10-columns { width: 10%; float: left !important; } .ngg-gallery-thumbnail-box.ngg-11-columns { width: 9.09%; float: left !important; } .ngg-gallery-thumbnail-box.ngg-12-columns { width: 8.3333%; float: left !important; } .ngg-gallery-thumbnail-box.ngg-13-columns { width: 7.692%; float: left !important; } .ngg-gallery-thumbnail-box.ngg-14-columns { width: 7.142%; float: left !important; } .ngg-gallery-thumbnail-box.ngg-15-columns { width: 6.6666%; float: left !important; } @media (max-width: 800px) { .ngg-gallery-thumbnail-box.ngg-5-columns, .ngg-gallery-thumbnail-box.ngg-6-columns, .ngg-gallery-thumbnail-box.ngg-7-columns, .ngg-gallery-thumbnail-box.ngg-8-columns, .ngg-gallery-thumbnail-box.ngg-9-columns, .ngg-gallery-thumbnail-box.ngg-10-columns, .ngg-gallery-thumbnail-box.ngg-11-columns, .ngg-gallery-thumbnail-box.ngg-12-columns, .ngg-gallery-thumbnail-box.ngg-13-columns, .ngg-gallery-thumbnail-box.ngg-14-columns, .ngg-gallery-thumbnail-box.ngg-15-columns, .ngg-gallery-thumbnail-box.ngg-16-columns, .ngg-gallery-thumbnail-box.ngg-17-columns, .ngg-gallery-thumbnail-box.ngg-18-columns, .ngg-gallery-thumbnail-box.ngg-19-columns, .ngg-gallery-thumbnail-box.ngg-29-columns { width: 25%; } } @media (max-width: 600px) { .ngg-gallery-thumbnail-box.ngg-4-columns, .ngg-gallery-thumbnail-box.ngg-5-columns, .ngg-gallery-thumbnail-box.ngg-6-columns, .ngg-gallery-thumbnail-box.ngg-7-columns, .ngg-gallery-thumbnail-box.ngg-8-columns, .ngg-gallery-thumbnail-box.ngg-9-columns, .ngg-gallery-thumbnail-box.ngg-10-columns, .ngg-gallery-thumbnail-box.ngg-11-columns, .ngg-gallery-thumbnail-box.ngg-12-columns, .ngg-gallery-thumbnail-box.ngg-13-columns, .ngg-gallery-thumbnail-box.ngg-14-columns, .ngg-gallery-thumbnail-box.ngg-15-columns, .ngg-gallery-thumbnail-box.ngg-16-columns, .ngg-gallery-thumbnail-box.ngg-17-columns, .ngg-gallery-thumbnail-box.ngg-18-columns, .ngg-gallery-thumbnail-box.ngg-19-columns, .ngg-gallery-thumbnail-box.ngg-29-columns { width: 33.33333%; } } @media (max-width: 400px) { .ngg-gallery-thumbnail-box.ngg-3-columns, .ngg-gallery-thumbnail-box.ngg-4-columns, .ngg-gallery-thumbnail-box.ngg-5-columns, .ngg-gallery-thumbnail-box.ngg-6-columns, .ngg-gallery-thumbnail-box.ngg-7-columns, .ngg-gallery-thumbnail-box.ngg-8-columns, .ngg-gallery-thumbnail-box.ngg-9-columns, .ngg-gallery-thumbnail-box.ngg-10-columns, .ngg-gallery-thumbnail-box.ngg-11-columns, .ngg-gallery-thumbnail-box.ngg-12-columns, .ngg-gallery-thumbnail-box.ngg-13-columns, .ngg-gallery-thumbnail-box.ngg-14-columns, .ngg-gallery-thumbnail-box.ngg-15-columns, .ngg-gallery-thumbnail-box.ngg-16-columns, .ngg-gallery-thumbnail-box.ngg-17-columns, .ngg-gallery-thumbnail-box.ngg-18-columns, .ngg-gallery-thumbnail-box.ngg-19-columns, .ngg-gallery-thumbnail-box.ngg-29-columns { width: 50%; } } /* ----------- Styling for Basic Thumbnail Simple Template September 2018 -----------*/ .ngg-galleryoverview.default-view { text-align: center; font-size: 0 !important; letter-spacing: 0 !important; } .ngg-galleryoverview.default-view .ngg-gallery-thumbnail-box { display:inline-block; float: none; vertical-align: middle; } .ngg-galleryoverview.default-view .ngg-gallery-thumbnail { background-color: transparent; border: none; margin: 0; margin-right: 0; position: relative; } .ngg-galleryoverview.default-view .ngg-gallery-thumbnail a { margin: 2px; box-shadow: none; } .ngg-galleryoverview.default-view .ngg-gallery-thumbnail img:hover { opacity: .8; } .ngg-galleryoverview.default-view .ngg-gallery-thumbnail img { margin: 0 auto; box-shadow: none; cursor: pointer; } .ngg-galleryoverview.default-view .slideshowlink { margin: 24px auto 0; text-align: center; text-transform: uppercase; } .ngg-galleryoverview.default-view .slideshowlink a { font-size: 13px; letter-spacing: .75px; cursor: pointer; text-decoration: none; box-shadow: none; border: none; } .ngg-galleryoverview.default-view .slideshowlink a:hover { text-decoration: none !important; box-shadow: none !important; border: none !important; } /* ----------- Gallery list (Carousel template) -------------*/ .ngg-galleryoverview ul li:before { content: '' !important; } .ngg-gallery-list { list-style-type: none; padding: 0px !important; text-indent: 0px !important; } .ngg-galleryoverview div.pic img { width: 100%; border: 0px; border-radius: 0px; } .ngg-gallery-list li { float: left; margin: 0 2px 0px 2px !important; overflow: hidden; } .ngg-gallery-list li a { border: 1px solid #CCCCCC; display: block; padding: 2px; } .ngg-gallery-list li.selected a { -moz-background-inline-policy: continuous; -moz-background-origin: padding; background: #000000 none repeat scroll 0 0; } .ngg-gallery-list li img { height: 40px; width: 40px; } li.ngg-next, li.ngg-prev { height: 40px; width: 40px; font-size: 3.5em; } li.ngg-next a, li.ngg-prev a { padding-top: 10px; border: none; text-decoration: none; } /** Caption view */ .ngg-caption-view-wrapper { display: flex; justify-content: center; flex-wrap: wrap; } /** Carousel view */ .ngg-basic-thumbnails-carousel { display: flex; justify-content: center; } .ngg-basic-thumbnails-carousel-list { display: flex; flex-wrap: wrap; } .ngg-galleryoverview.carousel-view .ngg-gallery-thumbnail img { max-width: 80px !important; }.ngg-slideshow.slick-slider { margin: 40px auto 50px !important; overflow: visible; } .ngg-slideshow .ngg-gallery-slideshow-image { display: inline-block; text-align: center; font: 0/0 a; } .ngg-slideshow .ngg-gallery-slideshow-image:before { content: ' '; display: inline-block; vertical-align: middle; height: 100%; } .ngg-slideshow .ngg-gallery-slideshow-image a { display: inline !important; } .ngg-slideshow .ngg-gallery-slideshow-image img { margin: 0 auto; display: inline-block !important; vertical-align: middle; max-width: 99%!important; max-height: 98% !important; } .ngg-slideshow .slick-prev { left: 20px !important; z-index: 10 !important; top: 49%; cursor: before; } .ngg-slideshow .slick-next { right: 30px !important; z-index: 10 !important; top: 49%; cursor: pointer; } .ngg-slideshow .slick-next:before, .ngg-slideshow .slick-prev:before { color: #CCC !important; font-size: 32px !important; } .ngg-slideshow .slick-next:hover:before, .ngg-slideshow .slick-prev:hover:before { color: #AAA !important; font-size: 32px !important; } .ngg-slideshow .slick-dots { margin: 0; padding: 0; bottom: -30px; } .ngg-slideshow .slick-dots li { margin: 0; } .ngg-slideshow .slick-dots li button { margin: 0; } .ngg-slideshow .slick-dots li button:before { font-size: 8px; color: #888; opacity: .5; cursor: pointer; } .ngg-slideshow .slick-dots li.slick-active button:before { opacity: 1; color: #555; } .slideshowlink { margin: -34px auto 50px; text-align: center; text-transform: uppercase; } .slideshowlink a { font-size: 13px; letter-spacing: .75px; cursor: pointer; text-decoration: none; box-shadow: none; border: none; } .slideshowlink a:hover { text-decoration: none !important; box-shadow: none !important; border: none !important; } @media (max-width: 600px) { .ngg-slideshow .ngg-gallery-slideshow-image { height: 400px !important; } } @media (max-width: 450px) { .ngg-slideshow .ngg-gallery-slideshow-image { height: 300px !important; } }/* Slider */ .slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; } .slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; } .slick-list:focus { outline: none; } .slick-list.dragging { cursor: pointer; cursor: hand; } .slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto; } .slick-track:before, .slick-track:after { display: table; content: ''; } .slick-track:after { clear: both; } .slick-loading .slick-track { visibility: hidden; } .slick-slide { display: none; float: left; height: 100%; min-height: 1px; } [dir='rtl'] .slick-slide { float: right; } .slick-slide img { display: block; margin: 0 auto; } .slick-slide.slick-loading img { display: none; } .slick-slide.dragging img { pointer-events: none; } .slick-initialized .slick-slide { display: block; } .slick-loading .slick-slide { visibility: hidden; } .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; } .slick-arrow.slick-hidden { display: none; } @charset 'UTF-8'; /* Slider */ .slick-loading .slick-list { background: #fff url('/wp-content/plugins/nextgen-gallery/static/Slideshow/slick/ajax-loader.gif') center center no-repeat; } /* Icons */ @font-face { font-family: 'slick'; font-weight: normal; font-style: normal; src: url('/wp-content/plugins/nextgen-gallery/static/Slideshow/slick/fonts/slick.eot'); src: url('/wp-content/plugins/nextgen-gallery/static/Slideshow/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/wp-content/plugins/nextgen-gallery/static/Slideshow/slick/fonts/slick.woff') format('woff'), url('/wp-content/plugins/nextgen-gallery/static/Slideshow/slick/fonts/slick.ttf') format('truetype'), url('/wp-content/plugins/nextgen-gallery/static/Slideshow/slick/fonts/slick.svg#slick') format('svg'); } /* Arrows */ .slick-prev, .slick-next { font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; width: 20px; height: 20px; padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); cursor: pointer; color: transparent; border: none; outline: none; background: transparent; } .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: transparent; outline: none; background: transparent; } .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; } .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: .25; } .slick-prev:before, .slick-next:before { font-family: 'slick'; font-size: 20px; line-height: 1; opacity: .75; color: white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .slick-prev { left: -25px; } [dir='rtl'] .slick-prev { right: -25px; left: auto; } .slick-prev:before { content: '←'; } [dir='rtl'] .slick-prev:before { content: '→'; } .slick-next { right: -25px; } [dir='rtl'] .slick-next { right: auto; left: -25px; } .slick-next:before { content: '→'; } [dir='rtl'] .slick-next:before { content: '←'; } /* Dots */ .slick-dotted.slick-slider { margin-bottom: 30px; } .slick-dots { position: absolute; bottom: -25px; display: block; width: 100%; padding: 0; margin: 0; list-style: none; text-align: center; } .slick-dots li { position: relative; display: inline-block; width: 20px; height: 20px; margin: 0 5px; padding: 0; cursor: pointer; } .slick-dots li button { font-size: 0; line-height: 0; display: block; width: 20px; height: 20px; padding: 5px; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent; } .slick-dots li button:hover, .slick-dots li button:focus { outline: none; } .slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; } .slick-dots li button:before { font-family: 'slick'; font-size: 6px; line-height: 20px; position: absolute; top: 0; left: 0; width: 20px; height: 20px; content: '•'; text-align: center; opacity: .25; color: black; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .slick-dots li.slick-active button:before { opacity: .75; color: black; } /** Friday 1st June 2018 11:14:18 UTC (core) **/ #mega-menu-wrap-primary, #mega-menu-wrap-primary #mega-menu-primary, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link { -moz-transition: none; -o-transition: none; -webkit-transition: none; transition: none; -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; -ms-border-radius: 0 0 0 0; -o-border-radius: 0 0 0 0; border-radius: 0 0 0 0; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; box-shadow: none; background: none; border: 0; bottom: auto; box-sizing: border-box; clip: auto; color: #666; display: block; float: none; font-family: inherit; font-size: 14px; height: auto; left: auto; line-height: 1.7; list-style-type: none; margin: 0; min-height: 0; opacity: 1; outline: none; overflow: visible; padding: 0; position: relative; right: auto; text-align: left; text-decoration: none; text-transform: none; top: auto; vertical-align: baseline; visibility: inherit; width: auto; word-wrap: break-word; } #mega-menu-wrap-primary:before, #mega-menu-wrap-primary #mega-menu-primary:before, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu:before, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:before, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link:before, #mega-menu-wrap-primary:after, #mega-menu-wrap-primary #mega-menu-primary:after, #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:after, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link:after { display: none; } #mega-menu-wrap-primary { background: #fff; -webkit-border-radius: 0px 0px 0px 0px; -moz-border-radius: 0px 0px 0px 0px; -ms-border-radius: 0px 0px 0px 0px; -o-border-radius: 0px 0px 0px 0px; border-radius: 0px 0px 0px 0px; } #mega-menu-wrap-primary.mega-keyboard-navigation .mega-menu-toggle:focus, #mega-menu-wrap-primary.mega-keyboard-navigation #mega-menu-primary a:focus, #mega-menu-wrap-primary.mega-keyboard-navigation #mega-menu-primary input:focus { -webkit-box-shadow: inset 0px 0px 3px 1px #0ff; -moz-box-shadow: inset 0px 0px 3px 1px #0ff; -ms-box-shadow: inset 0px 0px 3px 1px #0ff; -o-box-shadow: inset 0px 0px 3px 1px #0ff; box-shadow: inset 0px 0px 3px 1px #0ff; } #mega-menu-wrap-primary #mega-menu-primary { visibility: visible; text-align: left; padding: 0px 0px 0px 0px; } @media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary { padding: 0; } } #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link { cursor: pointer; display: inline; } #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group { vertical-align: middle; display: inline-block; transition: none; } #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-title, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-description { transition: none; line-height: 1.5; display: block; } #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-description { font-style: italic; font-size: 0.8em; text-transform: none; font-weight: normal; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-top > a.mega-menu-link { display: table-cell; vertical-align: middle; line-height: initial; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-top > a.mega-menu-link:before { display: block; margin: 0 0 6px 0; text-align: center; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-top > a.mega-menu-link > span.mega-title-below { display: inline-block; transition: none; } @media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-icon-top > a.mega-menu-link { display: block; line-height: 40px; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-icon-top > a.mega-menu-link:before { display: inline-block; margin: 0 6px 0 0; text-align: left; } } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-icon-right > a.mega-menu-link:before { float: right; margin: 0 0 0 6px; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-animating > ul.mega-sub-menu { pointer-events: none; } #mega-menu-wrap-primary #mega-menu-primary li.mega-disable-link > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu li.mega-disable-link > a.mega-menu-link { cursor: default; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-disable-link > a.mega-menu-link { cursor: pointer; } #mega-menu-wrap-primary #mega-menu-primary p { margin-bottom: 10px; } #mega-menu-wrap-primary #mega-menu-primary input, #mega-menu-wrap-primary #mega-menu-primary img { max-width: 100%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu { display: block; visibility: hidden; opacity: 1; pointer-events: auto; } @media only screen and (min-width: 601px) { #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade"] li.mega-menu-item > ul.mega-sub-menu { opacity: 0; transition-duration: 200ms; transition-timing-function: ease-in; transition-property: opacity, visibility; } #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu { opacity: 1; } #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu { opacity: 0; margin-top: 10px; transition-duration: 200ms; transition-timing-function: ease-in; transition-property: opacity, margin-top, visibility; } #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu { opacity: 1; margin-top: 0; } #mega-menu-wrap-primary #mega-menu-primary[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="slide_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu { margin-top: 10px; transition-duration: 200ms; transition-timing-function: ease-in; transition-property: margin-top, visibility; } #mega-menu-wrap-primary #mega-menu-primary[data-effect="slide_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="slide_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="slide_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu { margin-top: 0; } } #mega-menu-wrap-primary #mega-menu-primary.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu { visibility: visible; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu { visibility: inherit; opacity: 1; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a[class^='dashicons']:before { font-family: dashicons; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:before { display: inline-block; font: inherit; font-family: dashicons; position: static; margin: 0 6px 0 0px; vertical-align: top; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: inherit; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-hide-text a.mega-menu-link:before { margin: 0; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-hide-text li.mega-menu-item a.mega-menu-link:before { margin: 0 6px 0 0; } #mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-left.mega-toggle-on > a.mega-menu-link { -webkit-border-radius: 0px 0px 0 0; -moz-border-radius: 0px 0px 0 0; -ms-border-radius: 0px 0px 0 0; -o-border-radius: 0px 0px 0 0; border-radius: 0px 0px 0 0; } #mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-right > ul.mega-sub-menu { right: 0; } #mega-menu-wrap-primary #mega-menu-primary li.mega-align-bottom-right.mega-toggle-on > a.mega-menu-link { -webkit-border-radius: 0px 0px 0 0; -moz-border-radius: 0px 0px 0 0; -ms-border-radius: 0px 0px 0 0; -o-border-radius: 0px 0px 0 0; border-radius: 0px 0px 0 0; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item { position: static; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item { margin: 0 0px 0 0; display: inline-block; height: auto; vertical-align: middle; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-right { float: right; } @media only screen and (min-width: 601px) { #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-right { margin: 0 0 0 0px; } } @media only screen and (min-width: 601px) { #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-float-left { float: left; } } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus { background: #ddd; color: #555; font-weight: normal; text-decoration: none; border-color: #fff; } @media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus { color: #222; background: #ddd; } } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link { background: #ddd; color: #555; font-weight: normal; text-decoration: none; border-color: #fff; } @media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link { color: #222; background: #ddd; } } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link { border-top: 0px solid #fff; border-left: 0px solid #fff; border-right: 0px solid #fff; border-bottom: 0px solid #fff; outline: none; text-decoration: none; padding: 0px 10px 0px 10px; line-height: 45px; font-weight: normal; height: 45px; vertical-align: baseline; text-align: left; width: auto; display: block; color: #222; text-transform: none; text-decoration: none; background: rgba(0, 0, 0, 0); -webkit-border-radius: 0px 0px 0px 0px; -moz-border-radius: 0px 0px 0px 0px; -ms-border-radius: 0px 0px 0px 0px; -o-border-radius: 0px 0px 0px 0px; border-radius: 0px 0px 0px 0px; font-family: inherit; font-size: 17px; } @media only screen and (min-width: 601px) { #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-multi-line > a.mega-menu-link { line-height: inherit; display: table-cell; vertical-align: middle; } } @media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-multi-line > a.mega-menu-link br { display: none; } } @media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item { display: list-item; margin: 0; clear: both; border: 0; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-item-align-right { float: none; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link { -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; -ms-border-radius: 0 0 0 0; -o-border-radius: 0 0 0 0; border-radius: 0 0 0 0; border: 0; margin: 0; line-height: 40px; height: 40px; padding: 0 10px; background: transparent; text-align: right; color: #222; font-size: 20px; } } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row { width: 100%; float: left; background: transparent; border: 0; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column { float: left; min-height: 1px; background: transparent; border: 0; } @media only screen and (min-width: 601px) { #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-1 { width: 100%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-2 { width: 50%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-2 { width: 100%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-3 { width: 33.33333%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-3 { width: 66.66667%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-3 { width: 100%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-4 { width: 25%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-4 { width: 50%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-4 { width: 75%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-4 { width: 100%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-5 { width: 20%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-5 { width: 40%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-5 { width: 60%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-5 { width: 80%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-5 { width: 100%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-6 { width: 16.66667%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-6 { width: 33.33333%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-6 { width: 50%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-6 { width: 66.66667%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-6 { width: 83.33333%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-6 { width: 100%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-7 { width: 14.28571%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-7 { width: 28.57143%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-7 { width: 42.85714%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-7 { width: 57.14286%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-7 { width: 71.42857%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-7 { width: 85.71429%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-7 { width: 100%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-8 { width: 12.5%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-8 { width: 25%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-8 { width: 37.5%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-8 { width: 50%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-8 { width: 62.5%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-8 { width: 75%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-8 { width: 87.5%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-8 { width: 100%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-9 { width: 11.11111%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-9 { width: 22.22222%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-9 { width: 33.33333%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-9 { width: 44.44444%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-9 { width: 55.55556%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-9 { width: 66.66667%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-9 { width: 77.77778%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-9 { width: 88.88889%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-9 { width: 100%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-10 { width: 10%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-10 { width: 20%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-10 { width: 30%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-10 { width: 40%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-10 { width: 50%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-10 { width: 60%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-10 { width: 70%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-10 { width: 80%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-10 { width: 90%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-10 { width: 100%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-11 { width: 9.09091%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-11 { width: 18.18182%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-11 { width: 27.27273%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-11 { width: 36.36364%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-11 { width: 45.45455%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-11 { width: 54.54545%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-11 { width: 63.63636%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-11 { width: 72.72727%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-11 { width: 81.81818%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-11 { width: 90.90909%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-11 { width: 100%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-1-of-12 { width: 8.33333%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12 { width: 16.66667%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-12 { width: 25%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-4-of-12 { width: 33.33333%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-5-of-12 { width: 41.66667%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-12 { width: 50%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-12 { width: 58.33333%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-8-of-12 { width: 66.66667%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-9-of-12 { width: 75%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-10-of-12 { width: 83.33333%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-11-of-12 { width: 91.66667%; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-12-of-12 { width: 100%; } } @media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column { width: 100%; clear: both; } } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item { padding: 15px 15px 15px 15px; width: 100%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu { z-index: 999; -webkit-border-radius: 0px 0px 0px 0px; -moz-border-radius: 0px 0px 0px 0px; -ms-border-radius: 0px 0px 0px 0px; -o-border-radius: 0px 0px 0px 0px; border-radius: 0px 0px 0px 0px; background: #f1f1f1; padding: 0px 0px 0px 0px; position: absolute; width: 100%; border-top: 0px solid #fff; border-left: 0px solid #fff; border-right: 0px solid #fff; border-bottom: 0px solid #fff; max-width: none; left: 0; } @media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu { float: left; position: static; width: 100%; } } @media only screen and (min-width: 601px) { #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-1 { width: 100%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-2 { width: 50%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-2 { width: 100%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-3 { width: 33.33333%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-3 { width: 66.66667%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-3 { width: 100%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-4 { width: 25%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-4 { width: 50%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-4 { width: 75%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-4 { width: 100%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-5 { width: 20%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-5 { width: 40%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-5 { width: 60%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-5 { width: 80%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-5 { width: 100%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-6 { width: 16.66667%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-6 { width: 33.33333%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-6 { width: 50%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-6 { width: 66.66667%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-6 { width: 83.33333%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-6 { width: 100%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-7 { width: 14.28571%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-7 { width: 28.57143%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-7 { width: 42.85714%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-7 { width: 57.14286%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-7 { width: 71.42857%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-7 { width: 85.71429%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-7 { width: 100%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-8 { width: 12.5%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-8 { width: 25%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-8 { width: 37.5%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-8 { width: 50%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-8 { width: 62.5%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-8 { width: 75%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-8 { width: 87.5%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-8 { width: 100%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-9 { width: 11.11111%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-2-of-9 { width: 22.22222%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-3-of-9 { width: 33.33333%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-4-of-9 { width: 44.44444%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-5-of-9 { width: 55.55556%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-6-of-9 { width: 66.66667%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-7-of-9 { width: 77.77778%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-8-of-9 { width: 88.88889%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-9-of-9 { width: 100%; } } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu .mega-description-group .mega-menu-description { margin: 5px 0; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-item-has-children a.mega-menu-link:after { display: none; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu { clear: both; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu { margin-left: 10px; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu { margin-left: 10px; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item { color: #666; font-family: inherit; font-size: 14px; display: block; float: left; clear: none; padding: 15px 15px 15px 15px; vertical-align: top; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.mega-menu-clear { clear: left; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title { color: #555; font-family: inherit; font-size: 16px; text-transform: uppercase; text-decoration: none; font-weight: bold; margin: 0px 0px 0px 0px; padding: 0px 0px 5px 0px; vertical-align: top; display: block; visibility: inherit; border-top: 0px solid #555; border-left: 0px solid #555; border-right: 0px solid #555; border-bottom: 0px solid #555; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link { color: #555; font-family: inherit; font-size: 15px; text-transform: uppercase; text-decoration: none; font-weight: bold; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; vertical-align: top; display: block; border-top: 0px solid #555; border-left: 0px solid #555; border-right: 0px solid #555; border-bottom: 0px solid #555; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus { color: #555; font-weight: bold; text-decoration: none; background: rgba(0, 0, 0, 0); } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link { color: #666; font-family: inherit; font-size: 14px; text-transform: none; text-decoration: none; font-weight: normal; margin: 0; padding: 0px 0px 0px 0px; vertical-align: top; display: block; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus { color: #666; font-weight: normal; text-decoration: none; background: rgba(0, 0, 0, 0); } @media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu { border: 0; padding: 10px; -webkit-border-radius: 0 0 0 0; -moz-border-radius: 0 0 0 0; -ms-border-radius: 0 0 0 0; -o-border-radius: 0 0 0 0; border-radius: 0 0 0 0; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item { width: 100%; clear: both; } } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link { color: #666; font-family: inherit; font-size: 14px; text-transform: none; text-decoration: none; font-weight: normal; margin: 0; border: 0; padding: 0px 0px 0px 0px; vertical-align: top; display: block; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-no-headers > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus { color: #666; font-weight: normal; text-decoration: none; background: rgba(0, 0, 0, 0); } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu { z-index: 999; position: absolute; width: 240px; border-top: 0px solid #fff; border-left: 0px solid #fff; border-right: 0px solid #fff; border-bottom: 0px solid #fff; padding: 0px 0px 0px 0px; background: #f1f1f1; max-width: none; } @media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu { float: left; position: static; width: 100%; padding: 0; border: 0; } } @media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item { clear: both; } } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link { display: block; background: #f1f1f1; color: #666; font-family: inherit; font-size: 14px; font-weight: normal; padding: 0px 10px 0px 10px; line-height: 35px; text-decoration: none; text-transform: none; vertical-align: baseline; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link { border-top-left-radius: 0px; border-top-right-radius: 0px; } @media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link { border-top-left-radius: 0; border-top-right-radius: 0; } } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link { border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; } @media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus { background: #ddd; font-weight: normal; text-decoration: none; color: #666; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu { position: absolute; left: 100%; top: 0; } @media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu { position: static; left: 0; width: 100%; } #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link { padding-left: 20px; } } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link:after { content: '\f140'; display: inline-block; font-family: dashicons; margin: 0 0 0 6px; vertical-align: top; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: rotate(0); color: inherit; } @media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children a.mega-menu-link:after { float: right; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link:after { content: '\f142'; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-hide-sub-menu-on-mobile > a.mega-menu-link:after { display: none; } } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu li.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-hide-arrow > a.mega-menu-link:after { display: none; } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item li.mega-menu-item-has-children > a.mega-menu-link:after { content: '\f139'; float: right; } @media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item li.mega-menu-item-has-children > a.mega-menu-link:after { content: '\f140'; } } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link { text-align: right; } @media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link { text-align: left; } } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before { float: right; margin: 0 0 0 6px; } @media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before { float: left; margin: 0 6px 0 0; } } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item-has-children > a.mega-menu-link:after { content: '\f141'; float: left; margin: 0; } @media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item-has-children > a.mega-menu-link:after { content: '\f140'; float: right; } } #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu { left: -100%; top: 0; } #mega-menu-wrap-primary #mega-menu-primary li[class^='mega-lang-item'] > a.mega-menu-link > img { display: inline; } #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link > img.wpml-ls-flag, #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link > img.iclflag { display: inline; margin-right: 8px; } @media only screen and (max-width: 600px) { #mega-menu-wrap-primary #mega-menu-primary li.mega-hide-on-mobile, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-mobile { display: none; } } @media only screen and (min-width: 601px) { #mega-menu-wrap-primary #mega-menu-primary li.mega-hide-on-desktop, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-hide-on-desktop { display: none; } } #mega-menu-wrap-primary .mega-menu-toggle { display: none; z-index: 1; cursor: pointer; background: #fff; -webkit-border-radius: 2px 2px 2px 2px; -moz-border-radius: 2px 2px 2px 2px; -ms-border-radius: 2px 2px 2px 2px; -o-border-radius: 2px 2px 2px 2px; border-radius: 2px 2px 2px 2px; line-height: 50px; height: 50px; text-align: left; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; -webkit-tap-highlight-color: transparent; outline: none; white-space: nowrap; } #mega-menu-wrap-primary .mega-menu-toggle img { max-width: 100%; padding: 0; } @media only screen and (max-width: 600px) { #mega-menu-wrap-primary .mega-menu-toggle { display: none; } } #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-preferred-size: 33.33%; -webkit-flex-basis: 33.33%; flex-basis: 33.33%; } #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left { -webkit-box-flex: 1; -ms-flex: 1; -webkit-flex: 1; flex: 1; -webkit-box-pack: start; -ms-flex-pack: start; -webkit-justify-content: flex-start; justify-content: flex-start; } #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block { margin-left: 6px; } #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center { -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; } #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-center .mega-toggle-block { margin-left: 3px; margin-right: 3px; } #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right { -webkit-box-flex: 1; -ms-flex: 1; -webkit-flex: 1; flex: 1; -webkit-box-pack: end; -ms-flex-pack: end; -webkit-justify-content: flex-end; justify-content: flex-end; } #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block { margin-right: 6px; } #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; height: 100%; -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; -ms-flex-negative: 0; -webkit-flex-shrink: 0; flex-shrink: 0; } @media only screen and (max-width: 600px) { #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary { display: block; } #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu { display: none; visibility: visible; opacity: 1; } #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu { display: block; } #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary { display: block; } } #mega-menu-wrap-primary .mega-menu-toggle { /** Push menu onto new line **/ } #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:after { content: '\f333'; font-family: 'dashicons'; font-size: 24px; color: #fff; margin: 0 0 0 5px; } #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label { color: #fff; font-size: 14px; } #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label .mega-toggle-label-open { display: none; } #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label .mega-toggle-label-closed { display: inline; } #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-1:after { content: '\f153'; } #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-label-open { display: inline; } #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-label-closed { display: none; } #mega-menu-wrap-primary { clear: both; } /*! This file is auto-generated */ @font-face{font-family:dashicons;src:url("/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800");src:url("/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix") format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),url("/wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800") format("truetype");font-weight:400;font-style:normal}.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:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}.bx-wrapper{position:relative;margin:0 auto 60px;padding:0}.bx-wrapper img{max-width:100%;display:block}.bx-wrapper .bx-viewport{left:-5px;-webkit-transform:translatez(0);-moz-transform:translatez(0);-ms-transform:translatez(0);-o-transform:translatez(0);transform:translatez(0)}.bx-wrapper .bx-controls-auto,.bx-wrapper .bx-pager{position:absolute;bottom:-30px;width:100%}.bx-wrapper .bx-loading{min-height:50px;background:url(/wp-content/themes/regina-lite.2.0.0/regina-lite/layout/css/images/bx_loader.gif) center center no-repeat #fff;height:100%;width:100%;position:absolute;top:0;left:0;z-index:2000}.bx-wrapper .bx-pager{text-align:center;font-size:.85em;font-family:Arial;font-weight:700;color:#666;padding-top:20px}.bx-wrapper .bx-controls-auto .bx-controls-auto-item,.bx-wrapper .bx-pager .bx-pager-item{display:inline-block}.bx-wrapper .bx-pager.bx-default-pager a{background:#666;text-indent:-9999px;display:block;width:10px;height:10px;margin:0 5px;outline:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.bx-wrapper .bx-pager.bx-default-pager a.active,.bx-wrapper .bx-pager.bx-default-pager a:hover{background:#000}.bx-wrapper .bx-prev{left:10px;background:url(/wp-content/themes/regina-lite.2.0.0/regina-lite/layout/css/images/controls.png) 0 -32px no-repeat}.bx-wrapper .bx-next{right:10px;background:url(/wp-content/themes/regina-lite.2.0.0/regina-lite/layout/css/images/controls.png) -43px -32px no-repeat}.bx-wrapper .bx-prev:hover{background-position:0 0}.bx-wrapper .bx-next:hover{background-position:-43px 0}.bx-wrapper .bx-controls-direction a{position:absolute;top:50%;margin-top:-16px;outline:0;width:32px;height:32px;text-indent:-9999px;z-index:9999}.bx-wrapper .bx-controls-direction a.disabled{display:none}.bx-wrapper .bx-controls-auto{text-align:center}.bx-wrapper .bx-controls-auto .bx-start{display:block;text-indent:-9999px;width:10px;height:11px;outline:0;background:url(/wp-content/themes/regina-lite.2.0.0/regina-lite/layout/css/images/controls.png) -86px -11px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-start.active,.bx-wrapper .bx-controls-auto .bx-start:hover{background-position:-86px 0}.bx-wrapper .bx-controls-auto .bx-stop{display:block;text-indent:-9999px;width:9px;height:11px;outline:0;background:url(/wp-content/themes/regina-lite.2.0.0/regina-lite/layout/css/images/controls.png) -86px -44px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-stop.active,.bx-wrapper .bx-controls-auto .bx-stop:hover{background-position:-86px -33px}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:left;width:80%}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right:0;width:35px}.bx-wrapper .bx-caption{position:absolute;bottom:0;left:0;background:#666\9;background:rgba(80,80,80,.75);width:100%}.bx-wrapper .bx-caption span{color:#fff;font-family:Arial;display:block;font-size:.85em;padding:10px}/* Theme Name: Regina Lite Theme URI: http://www.machothemes.com/themes/regina-lite/ Author: Macho Themes Author URI: http://www.machothemes.com/ Description: Regina Lite is one of the best free medical WordPress themes, suitable for medical clinics, dentistry websites, medical research facilities and more. Explore Regina Lite - a responsive medical WordPress template with a ton of bundled options. Version: 2.0.0 License: GNU General Public License v3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html Text Domain: regina-lite Tags: grid-layout, footer-widgets, blog, education, e-commerce This theme, like WordPress, is licensed under the GPL. */ .nc-icon-glyph,.nc-icon-outline{speak:none;text-transform:none;-moz-osx-font-smoothing:grayscale}.icon-list,.left{float:left}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}*{box-sizing:border-box;outline:0}img{max-width:100%;vertical-align:text-bottom;height:auto}.bx-wrapper{position:relative;margin:0 auto;padding:0}.bx-wrapper img{max-width:100%;display:block}.bx-wrapper .bx-viewport{-webkit-transform:translatez(0);-moz-transform:translatez(0);-ms-transform:translatez(0);-o-transform:translatez(0);transform:translatez(0)}.bx-wrapper .bx-controls-auto,.bx-wrapper .bx-pager{position:absolute;bottom:-30px;width:100%}.bx-wrapper .bx-loading{min-height:50px;background:url(/wp-content/themes/regina-lite.2.0.0/regina-lite/layout/images/bx_loader.gif) center center no-repeat #fff;height:100%;width:100%;position:absolute;top:0;left:0;z-index:2000}.bx-wrapper .bx-pager{text-align:center;font-size:.85em;font-family:Arial;font-weight:700;color:#666;padding-top:20px}.nc-icon-glyph.white,.nc-icon-outline.white{color:#fff}.bx-wrapper .bx-controls-auto .bx-controls-auto-item,.bx-wrapper .bx-pager .bx-pager-item{display:inline-block}.bx-wrapper .bx-pager.bx-default-pager a{background:#666;text-indent:-9999px;display:block;width:10px;height:10px;margin:0 5px;outline:0;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}#breadcrumb ul li:first-child:before,.bx-wrapper .bx-controls-direction a.disabled{display:none}.nc-icon-glyph.circle,.nc-icon-outline.circle{border-radius:50%}.bx-wrapper .bx-pager.bx-default-pager a.active,.bx-wrapper .bx-pager.bx-default-pager a:hover{background:#000}.bx-wrapper .bx-prev{left:10px;background:url(/wp-content/themes/regina-lite.2.0.0/regina-lite/layout/css/images/controls.png) 0 -32px no-repeat}.bx-wrapper .bx-next{right:10px;background:url(/wp-content/themes/regina-lite.2.0.0/regina-lite/layout/css/images/controls.png) -43px -32px no-repeat}.bx-wrapper .bx-prev:hover{background-position:0 0}.bx-wrapper .bx-next:hover{background-position:-43px 0}.bx-wrapper .bx-controls-direction a{position:absolute;margin-top:-16px;outline:0;width:32px;height:32px;text-indent:-9999px;z-index:9999}.bx-wrapper .bx-controls-auto{text-align:center}.bx-wrapper .bx-controls-auto .bx-start{display:block;text-indent:-9999px;width:10px;height:11px;outline:0;background:url(/wp-content/themes/regina-lite.2.0.0/regina-lite/layout/css/images/controls.png) -86px -11px no-repeat;margin:0 3px}.bx-wrapper .bx-controls-auto .bx-start.active,.bx-wrapper .bx-controls-auto .bx-start:hover{background-position:-86px 0}.bx-wrapper .bx-controls-auto .bx-stop{display:block;text-indent:-9999px;width:9px;height:11px;outline:0;background:url(/wp-content/themes/regina-lite.2.0.0/regina-lite/layout/css/images/controls.png) -86px -44px no-repeat;margin:0 3px}h1,h2,h3,h4,h5,h6,p{margin-bottom:10px}.bx-wrapper .bx-controls-auto .bx-stop.active,.bx-wrapper .bx-controls-auto .bx-stop:hover{background-position:-86px -33px}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{text-align:left;width:80%}.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{right:0;width:35px}.bx-wrapper .bx-caption{position:absolute;bottom:0;left:0;background:#666\9;background:rgba(80,80,80,.75);width:100%}.nc-icon-glyph,.nc-icon-ul>li{position:relative}.bx-wrapper .bx-caption span{color:#fff;font-family:Arial;display:block;font-size:.85em;padding:10px}#navigation ul,#navigation ul li,#sub-header .social-link-list,#sub-header .social-link-list li,#sub-header p,.button,.nc-icon-glyph,.nc-icon-outline,hr,ol{display:inline-block}.nc-icon-glyph.circle,.nc-icon-glyph.square,.nc-icon-outline.circle,.nc-icon-outline.square{padding:.33333em;vertical-align:-16%;background-color:#eee}@font-face{font-family:'Nucleo Outline';src:url(/wp-content/themes/regina-lite.2.0.0/regina-lite/layout/css/fonts/nucleo-outline.woff2) format("woff2"),url(/wp-content/themes/regina-lite.2.0.0/regina-lite/layout/css/fonts/nucleo-outline.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:'Nucleo Glyph';src:url(/wp-content/themes/regina-lite.2.0.0/regina-lite/layout/css/fonts/nucleo-glyph.woff2) format("woff2"),url(/wp-content/themes/regina-lite.2.0.0/regina-lite/layout/css/fonts/nucleo-glyph.woff) format("woff");font-weight:400;font-style:normal}.nc-icon-glyph{font:normal normal normal 14px/1 "Nucleo Glyph";font-size:inherit;-webkit-font-smoothing:antialiased;top:1px;left:3px}.nc-icon-glyph.lg{font-size:1.33333333em;vertical-align:-16%}.nc-icon-glyph.x2{font-size:2em}.nc-icon-glyph.x3{font-size:3em}.nc-icon-glyph.spin{-webkit-animation:nc-icon-spin 2s infinite linear;-moz-animation:nc-icon-spin 2s infinite linear;animation:nc-icon-spin 2s infinite linear}.nc-icon-glyph.rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.nc-icon-glyph.rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.nc-icon-glyph.rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.nc-icon-glyph.flip-y{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.nc-icon-glyph.flip-x{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.nc-icon-outline{font:normal normal normal 14px/1 "Nucleo Outline";font-size:inherit;-webkit-font-smoothing:antialiased}.nc-icon-outline.lg{font-size:1.33333333em;vertical-align:-16%}.nc-icon-outline.x2{font-size:2em}.nc-icon-outline.x3{font-size:3em}.nc-icon-ul{padding-left:0;list-style-type:none}.nc-icon-ul>li>.nc-icon-outline{position:absolute;left:-1.57143em;top:.14286em;text-align:center}.nc-icon-ul>li>.nc-icon-outline.lg{top:0;left:-1.35714em}.nc-icon-ul>li>.nc-icon-outline.circle,.nc-icon-ul>li>.nc-icon-outline.square{top:-.19048em;left:-1.90476em}.nc-icon-outline.spin{-webkit-animation:nc-icon-spin 2s infinite linear;-moz-animation:nc-icon-spin 2s infinite linear;animation:nc-icon-spin 2s infinite linear}@-webkit-keyframes nc-icon-spin{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@-moz-keyframes nc-icon-spin{0%{-moz-transform:rotate(0)}100%{-moz-transform:rotate(360deg)}}@keyframes nc-icon-spin{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}.nc-icon-outline.rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.nc-icon-outline.rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.nc-icon-outline.rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.nc-icon-outline.flip-y{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.nc-icon-outline.flip-x{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.nc-icon-glyph.travel_axe:before{content:"\eb4f"}.nc-icon-glyph.travel_backpack:before{content:"\eb50"}.nc-icon-glyph.travel_bag:before{content:"\eb51"}.nc-icon-glyph.travel_barbecue:before{content:"\eb52"}.nc-icon-glyph.travel_beach-umbrella:before{content:"\eb53"}.nc-icon-glyph.travel_berlin:before{content:"\eb54"}.nc-icon-glyph.travel_binocular:before{content:"\eb55"}.nc-icon-glyph.travel_camper:before{content:"\eb56"}.nc-icon-glyph.travel_camping:before{content:"\eb57"}.nc-icon-glyph.travel_castle:before{content:"\eb58"}.nc-icon-glyph.travel_china:before{content:"\eb59"}.nc-icon-glyph.travel_church:before{content:"\eb5a"}.nc-icon-glyph.travel_drink:before{content:"\eb5b"}.nc-icon-glyph.travel_explore:before{content:"\eb5c"}.nc-icon-glyph.travel_fire:before{content:"\eb5d"}.nc-icon-glyph.travel_hotel-bell:before{content:"\eb5e"}.nc-icon-glyph.travel_hotel-symbol:before{content:"\eb5f"}.nc-icon-glyph.travel_hotel:before{content:"\eb60"}.nc-icon-glyph.travel_hut:before{content:"\eb61"}.nc-icon-glyph.travel_igloo:before{content:"\eb62"}.nc-icon-glyph.travel_info:before{content:"\eb63"}.nc-icon-glyph.travel_istanbul:before{content:"\eb64"}.nc-icon-glyph.travel_jellyfish:before{content:"\eb65"}.nc-icon-glyph.travel_lamp:before{content:"\eb66"}.nc-icon-glyph.travel_lighthouse:before{content:"\eb67"}.nc-icon-glyph.travel_london:before{content:"\eb68"}.nc-icon-glyph.travel_luggage:before{content:"\eb69"}.nc-icon-glyph.travel_mosque:before{content:"\eb6a"}.nc-icon-glyph.travel_ny:before{content:"\eb6b"}.nc-icon-glyph.travel_octopus:before{content:"\eb6c"}.nc-icon-glyph.travel_paris-tower:before{content:"\eb6d"}.nc-icon-glyph.travel_passport:before{content:"\eb6e"}.nc-icon-glyph.travel_pickaxe:before{content:"\eb6f"}.nc-icon-glyph.travel_pool:before{content:"\eb70"}.nc-icon-glyph.travel_pyramid:before{content:"\eb71"}.nc-icon-glyph.travel_rackets:before{content:"\eb72"}.nc-icon-glyph.travel_rio:before{content:"\eb73"}.nc-icon-glyph.travel_road-sign-left:before{content:"\eb74"}.nc-icon-glyph.travel_road-sign-right:before{content:"\eb75"}.nc-icon-glyph.travel_rome:before{content:"\eb76"}.nc-icon-glyph.travel_rowing:before{content:"\eb77"}.nc-icon-glyph.travel_sea-mask:before{content:"\eb78"}.nc-icon-glyph.travel_sf-bridge:before{content:"\eb79"}.nc-icon-glyph.travel_shark:before{content:"\eb7a"}.nc-icon-glyph.travel_spa:before{content:"\eb7b"}.nc-icon-glyph.travel_sunglasses:before{content:"\eb7c"}.nc-icon-glyph.travel_surf:before{content:"\eb7d"}.nc-icon-glyph.travel_swimsuit:before{content:"\eb7e"}.nc-icon-glyph.travel_swimwear:before{content:"\eb7f"}.nc-icon-glyph.travel_swiss-knife:before{content:"\eb80"}.nc-icon-glyph.travel_temple-02:before{content:"\eb81"}.nc-icon-glyph.travel_temple-25:before{content:"\eb82"}.nc-icon-glyph.travel_trolley:before{content:"\eb83"}.nc-icon-glyph.travel_white-house:before{content:"\eb84"}.nc-icon-glyph.travel_world:before{content:"\eb85"}.nc-icon-glyph.travel_worldmap:before{content:"\eb86"}.nc-icon-glyph.food_alcohol:before{content:"\eb87"}.nc-icon-glyph.food_apple:before{content:"\eb88"}.nc-icon-glyph.food_baby:before{content:"\eb89"}.nc-icon-glyph.food_bacon:before{content:"\eb8a"}.nc-icon-glyph.food_baguette:before{content:"\eb8b"}.nc-icon-glyph.food_banana:before{content:"\eb8c"}.nc-icon-glyph.food_barbecue-02:before{content:"\eb8d"}.nc-icon-glyph.food_barbecue-15:before{content:"\eb8e"}.nc-icon-glyph.food_barbecue-tools:before{content:"\eb8f"}.nc-icon-glyph.food_beer-95:before{content:"\eb90"}.nc-icon-glyph.food_beer-96:before{content:"\eb91"}.nc-icon-glyph.food_beverage:before{content:"\eb92"}.nc-icon-glyph.food_bottle-wine:before{content:"\eb93"}.nc-icon-glyph.food_bottle:before{content:"\eb94"}.nc-icon-glyph.food_bowl:before{content:"\eb95"}.nc-icon-glyph.food_bread:before{content:"\eb96"}.nc-icon-glyph.food_broccoli:before{content:"\eb97"}.nc-icon-glyph.food_cake-13:before{content:"\eb98"}.nc-icon-glyph.food_cake-100:before{content:"\eb99"}.nc-icon-glyph.food_cake-slice:before{content:"\eb9a"}.nc-icon-glyph.food_candle:before{content:"\eb9b"}.nc-icon-glyph.food_candy:before{content:"\eb9c"}.nc-icon-glyph.food_carrot:before{content:"\eb9d"}.nc-icon-glyph.food_champagne:before{content:"\eb9e"}.nc-icon-glyph.food_cheese-24:before{content:"\eb9f"}.nc-icon-glyph.food_cheese-87:before{content:"\eba0"}.nc-icon-glyph.food_cheeseburger:before{content:"\eba1"}.nc-icon-glyph.food_chef-hat:before{content:"\eba2"}.nc-icon-glyph.food_cherry:before{content:"\eba3"}.nc-icon-glyph.food_chicken:before{content:"\eba4"}.nc-icon-glyph.food_chili:before{content:"\eba5"}.nc-icon-glyph.food_chinese:before{content:"\eba6"}.nc-icon-glyph.food_chips:before{content:"\eba7"}.nc-icon-glyph.food_chocolate:before{content:"\eba8"}.nc-icon-glyph.food_cocktail:before{content:"\eba9"}.nc-icon-glyph.food_coffe-long:before{content:"\ebaa"}.nc-icon-glyph.food_coffee-long:before{content:"\ebab"}.nc-icon-glyph.food_coffee:before{content:"\ebac"}.nc-icon-glyph.food_cookies:before{content:"\ebad"}.nc-icon-glyph.food_course:before{content:"\ebae"}.nc-icon-glyph.food_crab:before{content:"\ebaf"}.nc-icon-glyph.food_croissant:before{content:"\ebb0"}.nc-icon-glyph.food_cutlery-75:before{content:"\ebb1"}.nc-icon-glyph.food_cutlery-76:before{content:"\ebb2"}.nc-icon-glyph.food_cutlery-77:before{content:"\ebb3"}.nc-icon-glyph.food_dishwasher:before{content:"\ebb4"}.nc-icon-glyph.food_donut:before{content:"\ebb5"}.nc-icon-glyph.food_drink:before{content:"\ebb6"}.nc-icon-glyph.food_egg:before{content:"\ebb7"}.nc-icon-glyph.food_energy-drink:before{content:"\ebb8"}.nc-icon-glyph.food_fish:before{content:"\ebb9"}.nc-icon-glyph.food_fishbone:before{content:"\ebba"}.nc-icon-glyph.food_fridge:before{content:"\ebbb"}.nc-icon-glyph.food_glass:before{content:"\ebbc"}.nc-icon-glyph.food_grape:before{content:"\ebbd"}.nc-icon-glyph.food_hob:before{content:"\ebbe"}.nc-icon-glyph.food_hot-dog:before{content:"\ebbf"}.nc-icon-glyph.food_ice-cream-22:before{content:"\ebc0"}.nc-icon-glyph.food_ice-cream-72:before{content:"\ebc1"}.nc-icon-glyph.food_jam:before{content:"\ebc2"}.nc-icon-glyph.food_kettle:before{content:"\ebc3"}.nc-icon-glyph.food_kitchen-fan:before{content:"\ebc4"}.nc-icon-glyph.food_knife:before{content:"\ebc5"}.nc-icon-glyph.food_lemon-slice:before{content:"\ebc6"}.nc-icon-glyph.food_lighter:before{content:"\ebc7"}.nc-icon-glyph.food_lobster:before{content:"\ebc8"}.nc-icon-glyph.food_matches:before{content:"\ebc9"}.nc-icon-glyph.food_measuring-cup:before{content:"\ebca"}.nc-icon-glyph.food_meat-spit:before{content:"\ebcb"}.nc-icon-glyph.food_microwave:before{content:"\ebcc"}.nc-icon-glyph.food_milk:before{content:"\ebcd"}.nc-icon-glyph.food_moka:before{content:"\ebce"}.nc-icon-glyph.food_muffin:before{content:"\ebcf"}.nc-icon-glyph.food_mug:before{content:"\ebd0"}.nc-icon-glyph.food_oven:before{content:"\ebd1"}.nc-icon-glyph.food_pan:before{content:"\ebd2"}.nc-icon-glyph.food_pizza-slice:before{content:"\ebd3"}.nc-icon-glyph.food_pizza:before{content:"\ebd4"}.nc-icon-glyph.food_plate:before{content:"\ebd5"}.nc-icon-glyph.food_pot:before{content:"\ebd6"}.nc-icon-glyph.food_prosciutto:before{content:"\ebd7"}.nc-icon-glyph.food_recipe-book-46:before{content:"\ebd8"}.nc-icon-glyph.food_recipe-book-47:before{content:"\ebd9"}.nc-icon-glyph.food_rolling-pin:before{content:"\ebda"}.nc-icon-glyph.food_salt:before{content:"\ebdb"}.nc-icon-glyph.food_sausage:before{content:"\ebdc"}.nc-icon-glyph.food_scale:before{content:"\ebdd"}.nc-icon-glyph.food_scotch:before{content:"\ebde"}.nc-icon-glyph.food_shrimp:before{content:"\ebdf"}.nc-icon-glyph.food_steak:before{content:"\ebe0"}.nc-icon-glyph.food_store:before{content:"\ebe1"}.nc-icon-glyph.food_strawberry:before{content:"\ebe2"}.nc-icon-glyph.food_sushi:before{content:"\ebe3"}.nc-icon-glyph.food_tacos:before{content:"\ebe4"}.nc-icon-glyph.food_tea:before{content:"\ebe5"}.nc-icon-glyph.food_temperature:before{content:"\ebe6"}.nc-icon-glyph.food_vest-07:before{content:"\ebe7"}.nc-icon-glyph.food_vest-31:before{content:"\ebe8"}.nc-icon-glyph.food_watermelon:before{content:"\ebe9"}.nc-icon-glyph.food_whisk:before{content:"\ebea"}.nc-icon-glyph.emoticons_alien:before{content:"\ebeb"}.nc-icon-glyph.emoticons_angry-10:before{content:"\ebec"}.nc-icon-glyph.emoticons_angry-44:before{content:"\ebed"}.nc-icon-glyph.emoticons_big-eyes:before{content:"\ebee"}.nc-icon-glyph.emoticons_big-smile:before{content:"\ebef"}.nc-icon-glyph.emoticons_bigmouth:before{content:"\ebf0"}.nc-icon-glyph.emoticons_bleah:before{content:"\ebf1"}.nc-icon-glyph.emoticons_blind:before{content:"\ebf2"}.nc-icon-glyph.emoticons_bomb:before{content:"\ebf3"}.nc-icon-glyph.emoticons_bored:before{content:"\ebf4"}.nc-icon-glyph.emoticons_cake:before{content:"\ebf5"}.nc-icon-glyph.emoticons_cry-15:before{content:"\ebf6"}.nc-icon-glyph.emoticons_cry-57:before{content:"\ebf7"}.nc-icon-glyph.emoticons_cute:before{content:"\ebf8"}.nc-icon-glyph.emoticons_devil:before{content:"\ebf9"}.nc-icon-glyph.emoticons_disgusted:before{content:"\ebfa"}.nc-icon-glyph.emoticons_fist:before{content:"\ebfb"}.nc-icon-glyph.emoticons_ghost:before{content:"\ebfc"}.nc-icon-glyph.emoticons_hannibal:before{content:"\ebfd"}.nc-icon-glyph.emoticons_happy-sun:before{content:"\ebfe"}.nc-icon-glyph.emoticons_kid:before{content:"\ebff"}.nc-icon-glyph.emoticons_kiss:before{content:"\ec00"}.nc-icon-glyph.emoticons_laugh-17:before{content:"\ec01"}.nc-icon-glyph.emoticons_laugh-35:before{content:"\ec02"}.nc-icon-glyph.emoticons_like-no:before{content:"\ec03"}.nc-icon-glyph.emoticons_like:before{content:"\ec04"}.nc-icon-glyph.emoticons_mad-12:before{content:"\ec05"}.nc-icon-glyph.emoticons_mad-58:before{content:"\ec06"}.nc-icon-glyph.emoticons_malicious:before{content:"\ec07"}.nc-icon-glyph.emoticons_manga-62:before{content:"\ec08"}.nc-icon-glyph.emoticons_manga-63:before{content:"\ec09"}.nc-icon-glyph.emoticons_monster:before{content:"\ec0a"}.nc-icon-glyph.emoticons_nerd-22:before{content:"\ec0b"}.nc-icon-glyph.emoticons_nerd-23:before{content:"\ec0c"}.nc-icon-glyph.emoticons_ninja:before{content:"\ec0d"}.nc-icon-glyph.emoticons_no-words:before{content:"\ec0e"}.nc-icon-glyph.emoticons_parrot:before{content:"\ec0f"}.nc-icon-glyph.emoticons_penguin:before{content:"\ec10"}.nc-icon-glyph.emoticons_pirate:before{content:"\ec11"}.nc-icon-glyph.emoticons_poop:before{content:"\ec12"}.nc-icon-glyph.emoticons_puzzled:before{content:"\ec13"}.nc-icon-glyph.emoticons_quite-happy:before{content:"\ec14"}.nc-icon-glyph.emoticons_robot:before{content:"\ec15"}.nc-icon-glyph.emoticons_rock:before{content:"\ec16"}.nc-icon-glyph.emoticons_sad:before{content:"\ec17"}.nc-icon-glyph.emoticons_satisfied:before{content:"\ec18"}.nc-icon-glyph.emoticons_shark:before{content:"\ec19"}.nc-icon-glyph.emoticons_shy:before{content:"\ec1a"}.nc-icon-glyph.emoticons_sick:before{content:"\ec1b"}.nc-icon-glyph.emoticons_silly:before{content:"\ec1c"}.nc-icon-glyph.emoticons_skull:before{content:"\ec1d"}.nc-icon-glyph.emoticons_sleep:before{content:"\ec1e"}.nc-icon-glyph.emoticons_sloth:before{content:"\ec1f"}.nc-icon-glyph.emoticons_smart:before{content:"\ec20"}.nc-icon-glyph.emoticons_smile:before{content:"\ec21"}.nc-icon-glyph.emoticons_soldier:before{content:"\ec22"}.nc-icon-glyph.emoticons_speechless:before{content:"\ec23"}.nc-icon-glyph.emoticons_spiteful:before{content:"\ec24"}.nc-icon-glyph.emoticons_sunglasses-48:before{content:"\ec25"}.nc-icon-glyph.emoticons_sunglasses-49:before{content:"\ec26"}.nc-icon-glyph.emoticons_surprise:before{content:"\ec27"}.nc-icon-glyph.emoticons_upset-13:before{content:"\ec28"}.nc-icon-glyph.emoticons_upset-14:before{content:"\ec29"}.nc-icon-glyph.emoticons_virus:before{content:"\ec2a"}.nc-icon-glyph.emoticons_what:before{content:"\ec2b"}.nc-icon-glyph.emoticons_whiskers:before{content:"\ec2c"}.nc-icon-glyph.emoticons_wink-06:before{content:"\ec2d"}.nc-icon-glyph.emoticons_wink-11:before{content:"\ec2e"}.nc-icon-glyph.emoticons_wink-69:before{content:"\ec2f"}.nc-icon-glyph.weather_celsius:before{content:"\e600"}.nc-icon-glyph.weather_cloud-13:before{content:"\e601"}.nc-icon-glyph.weather_cloud-14:before{content:"\e602"}.nc-icon-glyph.weather_cloud-drop:before{content:"\e603"}.nc-icon-glyph.weather_cloud-fog-31:before{content:"\e604"}.nc-icon-glyph.weather_cloud-fog-32:before{content:"\e605"}.nc-icon-glyph.weather_cloud-hail:before{content:"\e606"}.nc-icon-glyph.weather_cloud-light:before{content:"\e607"}.nc-icon-glyph.weather_cloud-moon:before{content:"\e608"}.nc-icon-glyph.weather_cloud-rain:before{content:"\e609"}.nc-icon-glyph.weather_cloud-rainbow:before{content:"\e60a"}.nc-icon-glyph.weather_cloud-snow-34:before{content:"\e60b"}.nc-icon-glyph.weather_cloud-snow-42:before{content:"\e60c"}.nc-icon-glyph.weather_cloud-sun-17:before{content:"\e60d"}.nc-icon-glyph.weather_cloud-sun-19:before{content:"\e60e"}.nc-icon-glyph.weather_compass:before{content:"\e60f"}.nc-icon-glyph.weather_drop-12:before{content:"\e610"}.nc-icon-glyph.weather_drop-15:before{content:"\e611"}.nc-icon-glyph.weather_drops:before{content:"\e612"}.nc-icon-glyph.weather_eclipse:before{content:"\e613"}.nc-icon-glyph.weather_fahrenheit:before{content:"\e614"}.nc-icon-glyph.weather_fog:before{content:"\e615"}.nc-icon-glyph.weather_forecast:before{content:"\e616"}.nc-icon-glyph.weather_hurricane-44:before{content:"\e617"}.nc-icon-glyph.weather_hurricane-45:before{content:"\e618"}.nc-icon-glyph.weather_moon-cloud-drop:before{content:"\e619"}.nc-icon-glyph.weather_moon-cloud-fog:before{content:"\e61a"}.nc-icon-glyph.weather_moon-cloud-hail:before{content:"\e61b"}.nc-icon-glyph.weather_moon-cloud-light:before{content:"\e61c"}.nc-icon-glyph.weather_moon-cloud-rain:before{content:"\e61d"}.nc-icon-glyph.weather_moon-cloud-snow-61:before{content:"\e61e"}.nc-icon-glyph.weather_moon-cloud-snow-62:before{content:"\e61f"}.nc-icon-glyph.weather_moon-fog:before{content:"\e620"}.nc-icon-glyph.weather_moon-full:before{content:"\e621"}.nc-icon-glyph.weather_moon-stars:before{content:"\e622"}.nc-icon-glyph.weather_moon:before{content:"\e623"}.nc-icon-glyph.weather_rain-hail:before{content:"\e624"}.nc-icon-glyph.weather_rain:before{content:"\e625"}.nc-icon-glyph.weather_rainbow:before{content:"\e626"}.nc-icon-glyph.weather_snow:before{content:"\e627"}.nc-icon-glyph.weather_sun-cloud-drop:before{content:"\e628"}.nc-icon-glyph.weather_sun-cloud-fog:before{content:"\e629"}.nc-icon-glyph.weather_sun-cloud-hail:before{content:"\e62a"}.nc-icon-glyph.weather_sun-cloud-light:before{content:"\e62b"}.nc-icon-glyph.weather_sun-cloud-rain:before{content:"\e62c"}.nc-icon-glyph.weather_sun-cloud-snow-54:before{content:"\e62d"}.nc-icon-glyph.weather_sun-cloud-snow-55:before{content:"\e62e"}.nc-icon-glyph.weather_sun-cloud:before{content:"\e62f"}.nc-icon-glyph.weather_sun-fog-29:before{content:"\e630"}.nc-icon-glyph.weather_sun-fog-30:before{content:"\e631"}.nc-icon-glyph.weather_sun-fog-43:before{content:"\e632"}.nc-icon-glyph.weather_sun:before{content:"\e633"}.nc-icon-glyph.weather_wind:before{content:"\e634"}.nc-icon-glyph.users_add-27:before{content:"\e635"}.nc-icon-glyph.users_add-29:before{content:"\e636"}.nc-icon-glyph.users_badge-13:before{content:"\e637"}.nc-icon-glyph.users_badge-14:before{content:"\e638"}.nc-icon-glyph.users_badge-15:before{content:"\e639"}.nc-icon-glyph.users_circle-08:before{content:"\e63a"}.nc-icon-glyph.users_circle-09:before{content:"\e63b"}.nc-icon-glyph.users_circle-10:before{content:"\e63c"}.nc-icon-glyph.users_contacts:before{content:"\e63d"}.nc-icon-glyph.users_delete-28:before{content:"\e63e"}.nc-icon-glyph.users_delete-30:before{content:"\e63f"}.nc-icon-glyph.users_man-20:before{content:"\e640"}.nc-icon-glyph.users_man-23:before{content:"\e641"}.nc-icon-glyph.users_man-glasses:before{content:"\e642"}.nc-icon-glyph.users_mobile-contact:before{content:"\e643"}.nc-icon-glyph.users_multiple-11:before{content:"\e644"}.nc-icon-glyph.users_multiple-19:before{content:"\e645"}.nc-icon-glyph.users_network:before{content:"\e646"}.nc-icon-glyph.users_parent:before{content:"\e647"}.nc-icon-glyph.users_single-01:before{content:"\e648"}.nc-icon-glyph.users_single-02:before{content:"\e649"}.nc-icon-glyph.users_single-03:before{content:"\e64a"}.nc-icon-glyph.users_single-04:before{content:"\e64b"}.nc-icon-glyph.users_single-05:before{content:"\e64c"}.nc-icon-glyph.users_single-body:before{content:"\e64d"}.nc-icon-glyph.users_single-position:before{content:"\e64e"}.nc-icon-glyph.users_square-31:before{content:"\e64f"}.nc-icon-glyph.users_square-32:before{content:"\e650"}.nc-icon-glyph.users_square-33:before{content:"\e651"}.nc-icon-glyph.users_woman-21:before{content:"\e652"}.nc-icon-glyph.users_woman-24:before{content:"\e653"}.nc-icon-glyph.users_woman-25:before{content:"\e654"}.nc-icon-glyph.users_woman-34:before{content:"\e655"}.nc-icon-glyph.users_woman-35:before{content:"\e656"}.nc-icon-glyph.users_woman-man:before{content:"\e657"}.nc-icon-glyph.ui-1_analytics-88:before{content:"\e658"}.nc-icon-glyph.ui-1_analytics-89:before{content:"\e659"}.nc-icon-glyph.ui-1_attach-86:before{content:"\e65a"}.nc-icon-glyph.ui-1_attach-87:before{content:"\e65b"}.nc-icon-glyph.ui-1_bell-53:before{content:"\e65c"}.nc-icon-glyph.ui-1_bell-54:before{content:"\e65d"}.nc-icon-glyph.ui-1_bell-55:before{content:"\e65e"}.nc-icon-glyph.ui-1_bold-add:before{content:"\e65f"}.nc-icon-glyph.ui-1_bold-delete:before{content:"\e660"}.nc-icon-glyph.ui-1_bold-remove:before{content:"\e661"}.nc-icon-glyph.ui-1_bookmark-add:before{content:"\e662"}.nc-icon-glyph.ui-1_bookmark-remove:before{content:"\e663"}.nc-icon-glyph.ui-1_calendar-57:before{content:"\e664"}.nc-icon-glyph.ui-1_calendar-60:before{content:"\e665"}.nc-icon-glyph.ui-1_calendar-check-59:before{content:"\e666"}.nc-icon-glyph.ui-1_calendar-check-62:before{content:"\e667"}.nc-icon-glyph.ui-1_calendar-grid-58:before{content:"\e668"}.nc-icon-glyph.ui-1_calendar-grid-61:before{content:"\e669"}.nc-icon-glyph.ui-1_check-bold:before{content:"\e66a"}.nc-icon-glyph.ui-1_check-circle-07:before{content:"\e66b"}.nc-icon-glyph.ui-1_check-circle-08:before{content:"\e66c"}.nc-icon-glyph.ui-1_check-curve:before{content:"\e66d"}.nc-icon-glyph.ui-1_check-simple:before{content:"\e66e"}.nc-icon-glyph.ui-1_check-small:before{content:"\e66f"}.nc-icon-glyph.ui-1_check-square-09:before{content:"\e670"}.nc-icon-glyph.ui-1_check-square-11:before{content:"\e671"}.nc-icon-glyph.ui-1_check:before{content:"\e672"}.nc-icon-glyph.ui-1_circle-add:before{content:"\e673"}.nc-icon-glyph.ui-1_circle-bold-add:before{content:"\e674"}.nc-icon-glyph.ui-1_circle-bold-remove:before{content:"\e675"}.nc-icon-glyph.ui-1_circle-delete:before{content:"\e676"}.nc-icon-glyph.ui-1_circle-remove:before{content:"\e677"}.nc-icon-glyph.ui-1_dashboard-29:before{content:"\e678"}.nc-icon-glyph.ui-1_dashboard-30:before{content:"\e679"}.nc-icon-glyph.ui-1_dashboard-half:before{content:"\e67a"}.nc-icon-glyph.ui-1_dashboard-level:before{content:"\e67b"}.nc-icon-glyph.ui-1_database:before{content:"\e67c"}.nc-icon-glyph.ui-1_drop:before{content:"\e67d"}.nc-icon-glyph.ui-1_edit-71:before{content:"\e67e"}.nc-icon-glyph.ui-1_edit-72:before{content:"\e67f"}.nc-icon-glyph.ui-1_edit-73:before{content:"\e680"}.nc-icon-glyph.ui-1_edit-74:before{content:"\e681"}.nc-icon-glyph.ui-1_edit-75:before{content:"\e682"}.nc-icon-glyph.ui-1_edit-76:before{content:"\e683"}.nc-icon-glyph.ui-1_edit-77:before{content:"\e684"}.nc-icon-glyph.ui-1_edit-78:before{content:"\e685"}.nc-icon-glyph.ui-1_email-83:before{content:"\e686"}.nc-icon-glyph.ui-1_email-84:before{content:"\e687"}.nc-icon-glyph.ui-1_email-85:before{content:"\e688"}.nc-icon-glyph.ui-1_eye-17:before{content:"\e689"}.nc-icon-glyph.ui-1_eye-19:before{content:"\e68a"}.nc-icon-glyph.ui-1_eye-ban-18:before{content:"\e68b"}.nc-icon-glyph.ui-1_eye-ban-20:before{content:"\e68c"}.nc-icon-glyph.ui-1_flame:before{content:"\e68d"}.nc-icon-glyph.ui-1_home-51:before{content:"\e68e"}.nc-icon-glyph.ui-1_home-52:before{content:"\e68f"}.nc-icon-glyph.ui-1_home-minimal:before{content:"\e690"}.nc-icon-glyph.ui-1_home-simple:before{content:"\e691"}.nc-icon-glyph.ui-1_leaf-80:before{content:"\e692"}.nc-icon-glyph.ui-1_leaf-81:before{content:"\e693"}.nc-icon-glyph.ui-1_leaf-edit:before{content:"\e694"}.nc-icon-glyph.ui-1_lock-circle-open:before{content:"\e695"}.nc-icon-glyph.ui-1_lock-circle:before{content:"\e696"}.nc-icon-glyph.ui-1_lock-open:before{content:"\e697"}.nc-icon-glyph.ui-1_lock:before{content:"\e698"}.nc-icon-glyph.ui-1_notification-69:before{content:"\e699"}.nc-icon-glyph.ui-1_notification-70:before{content:"\e69a"}.nc-icon-glyph.ui-1_pencil:before{content:"\e69b"}.nc-icon-glyph.ui-1_preferences-circle-rotate:before{content:"\e69c"}.nc-icon-glyph.ui-1_preferences-circle:before{content:"\e69d"}.nc-icon-glyph.ui-1_preferences-container-circle-rotate:before{content:"\e69e"}.nc-icon-glyph.ui-1_preferences-container-circle:before{content:"\e69f"}.nc-icon-glyph.ui-1_preferences-container-rotate:before{content:"\e6a0"}.nc-icon-glyph.ui-1_preferences-container:before{content:"\e6a1"}.nc-icon-glyph.ui-1_preferences-rotate:before{content:"\e6a2"}.nc-icon-glyph.ui-1_preferences:before{content:"\e6a3"}.nc-icon-glyph.ui-1_send:before{content:"\e6a4"}.nc-icon-glyph.ui-1_settings-gear-63:before{content:"\e6a5"}.nc-icon-glyph.ui-1_settings-gear-64:before{content:"\e6a6"}.nc-icon-glyph.ui-1_settings-gear-65:before{content:"\e6a7"}.nc-icon-glyph.ui-1_settings-tool-66:before{content:"\e6a8"}.nc-icon-glyph.ui-1_settings-tool-67:before{content:"\e6a9"}.nc-icon-glyph.ui-1_settings:before{content:"\e6aa"}.nc-icon-glyph.ui-1_simple-add:before{content:"\e6ab"}.nc-icon-glyph.ui-1_simple-delete:before{content:"\e6ac"}.nc-icon-glyph.ui-1_simple-remove:before{content:"\e6ad"}.nc-icon-glyph.ui-1_trash-round:before{content:"\e6ae"}.nc-icon-glyph.ui-1_trash-simple:before{content:"\e6af"}.nc-icon-glyph.ui-1_trash:before{content:"\e6b0"}.nc-icon-glyph.ui-1_ui-03:before{content:"\e6b1"}.nc-icon-glyph.ui-1_ui-04:before{content:"\e6b2"}.nc-icon-glyph.ui-1_zoom-bold-in:before{content:"\e6b3"}.nc-icon-glyph.ui-1_zoom-bold-out:before{content:"\e6b4"}.nc-icon-glyph.ui-1_zoom-bold:before{content:"\e6b5"}.nc-icon-glyph.ui-1_zoom-in:before{content:"\e6b6"}.nc-icon-glyph.ui-1_zoom-out:before{content:"\e6b7"}.nc-icon-glyph.ui-1_zoom-split-in:before{content:"\e6b8"}.nc-icon-glyph.ui-1_zoom-split-out:before{content:"\e6b9"}.nc-icon-glyph.ui-1_zoom-split:before{content:"\e6ba"}.nc-icon-glyph.ui-1_zoom:before{content:"\e6bb"}.nc-icon-glyph.ui-2_alert:before{content:"\e6bc"}.nc-icon-glyph.ui-2_alert-:before{content:"\e6bd"}.nc-icon-glyph.ui-2_alert-circle:before{content:"\e6be"}.nc-icon-glyph.ui-2_alert-circle-:before{content:"\e6bf"}.nc-icon-glyph.ui-2_alert-circle-i:before{content:"\e6c0"}.nc-icon-glyph.ui-2_alert-i:before{content:"\e6c1"}.nc-icon-glyph.ui-2_alert-square:before{content:"\e6c2"}.nc-icon-glyph.ui-2_alert-square-:before{content:"\e6c3"}.nc-icon-glyph.ui-2_alert-square-i:before{content:"\e6c4"}.nc-icon-glyph.ui-2_archive:before{content:"\e6c5"}.nc-icon-glyph.ui-2_ban-bold:before{content:"\e6c6"}.nc-icon-glyph.ui-2_ban:before{content:"\e6c7"}.nc-icon-glyph.ui-2_battery-81:before{content:"\e6c8"}.nc-icon-glyph.ui-2_battery-83:before{content:"\e6c9"}.nc-icon-glyph.ui-2_battery-half:before{content:"\e6ca"}.nc-icon-glyph.ui-2_battery-low:before{content:"\e6cb"}.nc-icon-glyph.ui-2_bluetooth:before{content:"\e6cc"}.nc-icon-glyph.ui-2_book:before{content:"\e6cd"}.nc-icon-glyph.ui-2_chart-bar-52:before{content:"\e6ce"}.nc-icon-glyph.ui-2_chart-bar-53:before{content:"\e6cf"}.nc-icon-glyph.ui-2_chat-content:before{content:"\e6d0"}.nc-icon-glyph.ui-2_chat-round-content:before{content:"\e6d1"}.nc-icon-glyph.ui-2_chat-round:before{content:"\e6d2"}.nc-icon-glyph.ui-2_chat:before{content:"\e6d3"}.nc-icon-glyph.ui-2_circle-bold-delete:before{content:"\e6d4"}.nc-icon-glyph.ui-2_cloud-25:before{content:"\e6d5"}.nc-icon-glyph.ui-2_cloud-26:before{content:"\e6d6"}.nc-icon-glyph.ui-2_disk:before{content:"\e6d7"}.nc-icon-glyph.ui-2_enlarge-57:before{content:"\e6d8"}.nc-icon-glyph.ui-2_enlarge-58:before{content:"\e6d9"}.nc-icon-glyph.ui-2_enlarge-59:before{content:"\e6da"}.nc-icon-glyph.ui-2_fat-add:before{content:"\e6db"}.nc-icon-glyph.ui-2_fat-delete:before{content:"\e6dc"}.nc-icon-glyph.ui-2_fat-remove:before{content:"\e6dd"}.nc-icon-glyph.ui-2_favourite-28:before{content:"\e6de"}.nc-icon-glyph.ui-2_favourite-31:before{content:"\e6df"}.nc-icon-glyph.ui-2_favourite-add-29:before{content:"\e6e0"}.nc-icon-glyph.ui-2_favourite-add-32:before{content:"\e6e1"}.nc-icon-glyph.ui-2_favourite-remove-30:before{content:"\e6e2"}.nc-icon-glyph.ui-2_favourite-remove-33:before{content:"\e6e3"}.nc-icon-glyph.ui-2_filter:before{content:"\e6e4"}.nc-icon-glyph.ui-2_fullsize:before{content:"\e6e5"}.nc-icon-glyph.ui-2_grid-45:before{content:"\e6e6"}.nc-icon-glyph.ui-2_grid-46:before{content:"\e6e7"}.nc-icon-glyph.ui-2_grid-48:before{content:"\e6e8"}.nc-icon-glyph.ui-2_grid-49:before{content:"\e6e9"}.nc-icon-glyph.ui-2_grid-50:before{content:"\e6ea"}.nc-icon-glyph.ui-2_grid-square:before{content:"\e6eb"}.nc-icon-glyph.ui-2_hourglass:before{content:"\e6ec"}.nc-icon-glyph.ui-2_lab:before{content:"\e6ed"}.nc-icon-glyph.ui-2_layers:before{content:"\e6ee"}.nc-icon-glyph.ui-2_like:before{content:"\e6ef"}.nc-icon-glyph.ui-2_link-66:before{content:"\e6f0"}.nc-icon-glyph.ui-2_link-67:before{content:"\e6f1"}.nc-icon-glyph.ui-2_link-68:before{content:"\e6f2"}.nc-icon-glyph.ui-2_link-69:before{content:"\e6f3"}.nc-icon-glyph.ui-2_link-71:before{content:"\e6f4"}.nc-icon-glyph.ui-2_link-72:before{content:"\e6f5"}.nc-icon-glyph.ui-2_link-broken-70:before{content:"\e6f6"}.nc-icon-glyph.ui-2_link-broken-73:before{content:"\e6f7"}.nc-icon-glyph.ui-2_menu-34:before{content:"\e6f8"}.nc-icon-glyph.ui-2_menu-35:before{content:"\e6f9"}.nc-icon-glyph.ui-2_menu-bold:before{content:"\e6fa"}.nc-icon-glyph.ui-2_menu-dots:before{content:"\e6fb"}.nc-icon-glyph.ui-2_menu-square:before{content:"\e6fc"}.nc-icon-glyph.ui-2_node:before{content:"\e6fd"}.nc-icon-glyph.ui-2_paragraph:before{content:"\e6fe"}.nc-icon-glyph.ui-2_phone:before{content:"\e6ff"}.nc-icon-glyph.ui-2_settings-90:before{content:"\e700"}.nc-icon-glyph.ui-2_settings-91:before{content:"\e701"}.nc-icon-glyph.ui-2_share-bold:before{content:"\e702"}.nc-icon-glyph.ui-2_share:before{content:"\e703"}.nc-icon-glyph.ui-2_small-add:before{content:"\e704"}.nc-icon-glyph.ui-2_small-delete:before{content:"\e705"}.nc-icon-glyph.ui-2_small-remove:before{content:"\e706"}.nc-icon-glyph.ui-2_square-add-08:before{content:"\e707"}.nc-icon-glyph.ui-2_square-add-11:before{content:"\e708"}.nc-icon-glyph.ui-2_square-delete-10:before{content:"\e709"}.nc-icon-glyph.ui-2_square-delete-13:before{content:"\e70a"}.nc-icon-glyph.ui-2_square-remove-09:before{content:"\e70b"}.nc-icon-glyph.ui-2_square-remove-12:before{content:"\e70c"}.nc-icon-glyph.ui-2_target:before{content:"\e70d"}.nc-icon-glyph.ui-2_tile-55:before{content:"\e70e"}.nc-icon-glyph.ui-2_tile-56:before{content:"\e70f"}.nc-icon-glyph.ui-2_time-alarm:before{content:"\e710"}.nc-icon-glyph.ui-2_time-clock:before{content:"\e711"}.nc-icon-glyph.ui-2_time-countdown:before{content:"\e712"}.nc-icon-glyph.ui-2_time:before{content:"\e713"}.nc-icon-glyph.ui-2_webpage:before{content:"\e714"}.nc-icon-glyph.ui-2_window-add:before{content:"\e715"}.nc-icon-glyph.ui-2_window-delete:before{content:"\e716"}.nc-icon-glyph.transportation_air-baloon:before{content:"\e717"}.nc-icon-glyph.transportation_bike-sport:before{content:"\e718"}.nc-icon-glyph.transportation_bike:before{content:"\e719"}.nc-icon-glyph.transportation_boat-front:before{content:"\e71a"}.nc-icon-glyph.transportation_boat-small-02:before{content:"\e71b"}.nc-icon-glyph.transportation_boat-small-03:before{content:"\e71c"}.nc-icon-glyph.transportation_boat:before{content:"\e71d"}.nc-icon-glyph.transportation_bus-front-10:before{content:"\e71e"}.nc-icon-glyph.transportation_bus-front-12:before{content:"\e71f"}.nc-icon-glyph.transportation_bus:before{content:"\e720"}.nc-icon-glyph.transportation_car-front:before{content:"\e721"}.nc-icon-glyph.transportation_car-simple:before{content:"\e722"}.nc-icon-glyph.transportation_car-sport:before{content:"\e723"}.nc-icon-glyph.transportation_car-taxi:before{content:"\e724"}.nc-icon-glyph.transportation_car:before{content:"\e725"}.nc-icon-glyph.transportation_helicopter:before{content:"\e726"}.nc-icon-glyph.transportation_helmet:before{content:"\e727"}.nc-icon-glyph.transportation_light-traffic:before{content:"\e728"}.nc-icon-glyph.transportation_moto:before{content:"\e729"}.nc-icon-glyph.transportation_plane-17:before{content:"\e72a"}.nc-icon-glyph.transportation_plane-18:before{content:"\e72b"}.nc-icon-glyph.transportation_road:before{content:"\e72c"}.nc-icon-glyph.transportation_skateboard:before{content:"\e72d"}.nc-icon-glyph.transportation_tractor:before{content:"\e72e"}.nc-icon-glyph.transportation_train-speed:before{content:"\e72f"}.nc-icon-glyph.transportation_train:before{content:"\e730"}.nc-icon-glyph.transportation_tram:before{content:"\e731"}.nc-icon-glyph.transportation_truck-front:before{content:"\e732"}.nc-icon-glyph.transportation_vespa-front:before{content:"\e733"}.nc-icon-glyph.transportation_vespa:before{content:"\e734"}.nc-icon-glyph.tech_cable-49:before{content:"\e735"}.nc-icon-glyph.tech_cable-50:before{content:"\e736"}.nc-icon-glyph.tech_cd-reader:before{content:"\e737"}.nc-icon-glyph.tech_computer-monitor:before{content:"\e738"}.nc-icon-glyph.tech_computer-old:before{content:"\e739"}.nc-icon-glyph.tech_computer:before{content:"\e73a"}.nc-icon-glyph.tech_controller-modern:before{content:"\e73b"}.nc-icon-glyph.tech_controller:before{content:"\e73c"}.nc-icon-glyph.tech_desktop-screen:before{content:"\e73d"}.nc-icon-glyph.tech_desktop:before{content:"\e73e"}.nc-icon-glyph.tech_disk-reader:before{content:"\e73f"}.nc-icon-glyph.tech_disk:before{content:"\e740"}.nc-icon-glyph.tech_gopro:before{content:"\e741"}.nc-icon-glyph.tech_headphones:before{content:"\e742"}.nc-icon-glyph.tech_keyboard-mouse:before{content:"\e743"}.nc-icon-glyph.tech_keyboard-wifi:before{content:"\e744"}.nc-icon-glyph.tech_keyboard:before{content:"\e745"}.nc-icon-glyph.tech_laptop-camera:before{content:"\e746"}.nc-icon-glyph.tech_laptop-front:before{content:"\e747"}.nc-icon-glyph.tech_laptop:before{content:"\e748"}.nc-icon-glyph.tech_mobile-button:before{content:"\e749"}.nc-icon-glyph.tech_mobile-camera:before{content:"\e74a"}.nc-icon-glyph.tech_mobile-recharger-08:before{content:"\e74b"}.nc-icon-glyph.tech_mobile-recharger-09:before{content:"\e74c"}.nc-icon-glyph.tech_mobile-toolbar:before{content:"\e74d"}.nc-icon-glyph.tech_mobile:before{content:"\e74e"}.nc-icon-glyph.tech_music:before{content:"\e74f"}.nc-icon-glyph.tech_navigation:before{content:"\e750"}.nc-icon-glyph.tech_player-19:before{content:"\e751"}.nc-icon-glyph.tech_player-48:before{content:"\e752"}.nc-icon-glyph.tech_print-fold:before{content:"\e753"}.nc-icon-glyph.tech_print-round-fold:before{content:"\e754"}.nc-icon-glyph.tech_print-round:before{content:"\e755"}.nc-icon-glyph.tech_print:before{content:"\e756"}.nc-icon-glyph.tech_ram:before{content:"\e757"}.nc-icon-glyph.tech_remote:before{content:"\e758"}.nc-icon-glyph.tech_signal:before{content:"\e759"}.nc-icon-glyph.tech_socket:before{content:"\e75a"}.nc-icon-glyph.tech_sync:before{content:"\e75b"}.nc-icon-glyph.tech_tablet-button:before{content:"\e75c"}.nc-icon-glyph.tech_tablet-reader-31:before{content:"\e75d"}.nc-icon-glyph.tech_tablet-reader-42:before{content:"\e75e"}.nc-icon-glyph.tech_tablet-toolbar:before{content:"\e75f"}.nc-icon-glyph.tech_tablet:before{content:"\e760"}.nc-icon-glyph.tech_tv-old:before{content:"\e761"}.nc-icon-glyph.tech_tv:before{content:"\e762"}.nc-icon-glyph.tech_watch-circle:before{content:"\e763"}.nc-icon-glyph.tech_watch-time:before{content:"\e764"}.nc-icon-glyph.tech_watch:before{content:"\e765"}.nc-icon-glyph.tech_webcam-38:before{content:"\e766"}.nc-icon-glyph.tech_webcam-39:before{content:"\e767"}.nc-icon-glyph.tech_wifi-router:before{content:"\e768"}.nc-icon-glyph.tech_wifi:before{content:"\e769"}.nc-icon-glyph.socials-1_logo-500px:before{content:"\e76a"}.nc-icon-glyph.socials-1_logo-behance:before{content:"\e76b"}.nc-icon-glyph.socials-1_logo-blogger:before{content:"\e76c"}.nc-icon-glyph.socials-1_logo-buffer:before{content:"\e76d"}.nc-icon-glyph.socials-1_logo-buysellads:before{content:"\e76e"}.nc-icon-glyph.socials-1_logo-codepen:before{content:"\e76f"}.nc-icon-glyph.socials-1_logo-creative-market:before{content:"\e770"}.nc-icon-glyph.socials-1_logo-deviantart:before{content:"\e771"}.nc-icon-glyph.socials-1_logo-dribbble:before{content:"\e772"}.nc-icon-glyph.socials-1_logo-dropbox:before{content:"\e773"}.nc-icon-glyph.socials-1_logo-envato:before{content:"\e774"}.nc-icon-glyph.socials-1_logo-evernote:before{content:"\e775"}.nc-icon-glyph.socials-1_logo-facebook:before{content:"\e776"}.nc-icon-glyph.socials-1_logo-feedly:before{content:"\e777"}.nc-icon-glyph.socials-1_logo-flickr:before{content:"\e778"}.nc-icon-glyph.socials-1_logo-github:before{content:"\e779"}.nc-icon-glyph.socials-1_logo-google-plus:before{content:"\e77a"}.nc-icon-glyph.socials-1_logo-instagram:before{content:"\e77b"}.nc-icon-glyph.socials-1_logo-lastfm:before{content:"\e77c"}.nc-icon-glyph.socials-1_logo-linkedin:before{content:"\e77d"}.nc-icon-glyph.socials-1_logo-myspace:before{content:"\e77e"}.nc-icon-glyph.socials-1_logo-paypal:before{content:"\e77f"}.nc-icon-glyph.socials-1_logo-pinterest:before{content:"\e780"}.nc-icon-glyph.socials-1_logo-product-hunt:before{content:"\e781"}.nc-icon-glyph.socials-1_logo-reddit:before{content:"\e782"}.nc-icon-glyph.socials-1_logo-rss:before{content:"\e783"}.nc-icon-glyph.socials-1_logo-shopify:before{content:"\e784"}.nc-icon-glyph.socials-1_logo-skype:before{content:"\e785"}.nc-icon-glyph.socials-1_logo-slack:before{content:"\e786"}.nc-icon-glyph.socials-1_logo-soundcloud:before{content:"\e787"}.nc-icon-glyph.socials-1_logo-spotify:before{content:"\e788"}.nc-icon-glyph.socials-1_logo-trello:before{content:"\e789"}.nc-icon-glyph.socials-1_logo-tumblr:before{content:"\e78a"}.nc-icon-glyph.socials-1_logo-twitter:before{content:"\e78b"}.nc-icon-glyph.socials-1_logo-vimeo:before{content:"\e78c"}.nc-icon-glyph.socials-1_logo-vine:before{content:"\e78d"}.nc-icon-glyph.socials-1_logo-whatsapp:before{content:"\e78e"}.nc-icon-glyph.socials-1_logo-wordpress:before{content:"\e78f"}.nc-icon-glyph.socials-1_logo-yelp:before{content:"\e790"}.nc-icon-glyph.socials-1_logo-youtube:before{content:"\e791"}.nc-icon-glyph.shopping_award:before{content:"\e792"}.nc-icon-glyph.shopping_bag-09:before{content:"\e793"}.nc-icon-glyph.shopping_bag-16:before{content:"\e794"}.nc-icon-glyph.shopping_bag-17:before{content:"\e795"}.nc-icon-glyph.shopping_bag-20:before{content:"\e796"}.nc-icon-glyph.shopping_bag-add-18:before{content:"\e797"}.nc-icon-glyph.shopping_bag-add-21:before{content:"\e798"}.nc-icon-glyph.shopping_bag-edit:before{content:"\e799"}.nc-icon-glyph.shopping_bag-remove-19:before{content:"\e79a"}.nc-icon-glyph.shopping_bag-remove-22:before{content:"\e79b"}.nc-icon-glyph.shopping_barcode-scan:before{content:"\e79c"}.nc-icon-glyph.shopping_barcode:before{content:"\e79d"}.nc-icon-glyph.shopping_bardcode-qr:before{content:"\e79e"}.nc-icon-glyph.shopping_basket-add:before{content:"\e79f"}.nc-icon-glyph.shopping_basket-edit:before{content:"\e7a0"}.nc-icon-glyph.shopping_basket-remove:before{content:"\e7a1"}.nc-icon-glyph.shopping_basket-simple-add:before{content:"\e7a2"}.nc-icon-glyph.shopping_basket-simple-remove:before{content:"\e7a3"}.nc-icon-glyph.shopping_basket-simple:before{content:"\e7a4"}.nc-icon-glyph.shopping_basket:before{content:"\e7a5"}.nc-icon-glyph.shopping_bitcoin:before{content:"\e7a6"}.nc-icon-glyph.shopping_board:before{content:"\e7a7"}.nc-icon-glyph.shopping_box-3d-50:before{content:"\e7a8"}.nc-icon-glyph.shopping_box-3d-67:before{content:"\e7a9"}.nc-icon-glyph.shopping_box-ribbon:before{content:"\e7aa"}.nc-icon-glyph.shopping_box:before{content:"\e7ab"}.nc-icon-glyph.shopping_cart-add:before{content:"\e7ac"}.nc-icon-glyph.shopping_cart-modern-add:before{content:"\e7ad"}.nc-icon-glyph.shopping_cart-modern-in:before{content:"\e7ae"}.nc-icon-glyph.shopping_cart-modern-remove:before{content:"\e7af"}.nc-icon-glyph.shopping_cart-modern:before{content:"\e7b0"}.nc-icon-glyph.shopping_cart-remove:before{content:"\e7b1"}.nc-icon-glyph.shopping_cart-simple-add:before{content:"\e7b2"}.nc-icon-glyph.shopping_cart-simple-in:before{content:"\e7b3"}.nc-icon-glyph.shopping_cart-simple-remove:before{content:"\e7b4"}.nc-icon-glyph.shopping_cart-simple:before{content:"\e7b5"}.nc-icon-glyph.shopping_cart:before{content:"\e7b6"}.nc-icon-glyph.shopping_cash-register:before{content:"\e7b7"}.nc-icon-glyph.shopping_chart:before{content:"\e7b8"}.nc-icon-glyph.shopping_credit-card-in:before{content:"\e7b9"}.nc-icon-glyph.shopping_credit-card:before{content:"\e7ba"}.nc-icon-glyph.shopping_credit-locked:before{content:"\e7bb"}.nc-icon-glyph.shopping_delivery-fast:before{content:"\e7bc"}.nc-icon-glyph.shopping_delivery-time:before{content:"\e7bd"}.nc-icon-glyph.shopping_delivery-track:before{content:"\e7be"}.nc-icon-glyph.shopping_delivery:before{content:"\e7bf"}.nc-icon-glyph.shopping_discount:before{content:"\e7c0"}.nc-icon-glyph.shopping_gift:before{content:"\e7c1"}.nc-icon-glyph.shopping_hand-card:before{content:"\e7c2"}.nc-icon-glyph.shopping_list:before{content:"\e7c3"}.nc-icon-glyph.shopping_mobile-card:before{content:"\e7c4"}.nc-icon-glyph.shopping_mobile-cart:before{content:"\e7c5"}.nc-icon-glyph.shopping_mobile-touch:before{content:"\e7c6"}.nc-icon-glyph.shopping_newsletter:before{content:"\e7c7"}.nc-icon-glyph.shopping_pos:before{content:"\e7c8"}.nc-icon-glyph.shopping_receipt-list-42:before{content:"\e7c9"}.nc-icon-glyph.shopping_receipt-list-43:before{content:"\e7ca"}.nc-icon-glyph.shopping_receipt:before{content:"\e7cb"}.nc-icon-glyph.shopping_shop-location:before{content:"\e7cc"}.nc-icon-glyph.shopping_shop:before{content:"\e7cd"}.nc-icon-glyph.shopping_stock:before{content:"\e7ce"}.nc-icon-glyph.shopping_tag-content:before{content:"\e7cf"}.nc-icon-glyph.shopping_tag-cut:before{content:"\e7d0"}.nc-icon-glyph.shopping_tag-line:before{content:"\e7d1"}.nc-icon-glyph.shopping_tag-sale:before{content:"\e7d2"}.nc-icon-glyph.shopping_tag:before{content:"\e7d3"}.nc-icon-glyph.shopping_wallet:before{content:"\e7d4"}.nc-icon-glyph.education_abc:before{content:"\e7d5"}.nc-icon-glyph.education_agenda-bookmark:before{content:"\e7d6"}.nc-icon-glyph.education_atom:before{content:"\e7d7"}.nc-icon-glyph.education_award-55:before{content:"\e7d8"}.nc-icon-glyph.education_backpack-57:before{content:"\e7d9"}.nc-icon-glyph.education_backpack-58:before{content:"\e7da"}.nc-icon-glyph.education_ball-basket:before{content:"\e7db"}.nc-icon-glyph.education_ball-soccer:before{content:"\e7dc"}.nc-icon-glyph.education_board-51:before{content:"\e7dd"}.nc-icon-glyph.education_book-39:before{content:"\e7de"}.nc-icon-glyph.education_book-bookmark:before{content:"\e7df"}.nc-icon-glyph.education_book-open:before{content:"\e7e0"}.nc-icon-glyph.education_books-46:before{content:"\e7e1"}.nc-icon-glyph.education_chalkboard:before{content:"\e7e2"}.nc-icon-glyph.education_flask:before{content:"\e7e3"}.nc-icon-glyph.education_glasses:before{content:"\e7e4"}.nc-icon-glyph.education_grammar-check:before{content:"\e7e5"}.nc-icon-glyph.education_hat:before{content:"\e7e6"}.nc-icon-glyph.education_language:before{content:"\e7e7"}.nc-icon-glyph.education_microscope:before{content:"\e7e8"}.nc-icon-glyph.education_molecule:before{content:"\e7e9"}.nc-icon-glyph.education_notepad:before{content:"\e7ea"}.nc-icon-glyph.education_paper-diploma:before{content:"\e7eb"}.nc-icon-glyph.education_paper:before{content:"\e7ec"}.nc-icon-glyph.education_pencil-47:before{content:"\e7ed"}.nc-icon-glyph.education_school:before{content:"\e7ee"}.nc-icon-glyph.objects_alien-29:before{content:"\e7ef"}.nc-icon-glyph.objects_alien-33:before{content:"\e7f0"}.nc-icon-glyph.objects_anchor:before{content:"\e7f1"}.nc-icon-glyph.objects_astronaut:before{content:"\e7f2"}.nc-icon-glyph.objects_axe:before{content:"\e7f3"}.nc-icon-glyph.objects_baby-bottle:before{content:"\e7f4"}.nc-icon-glyph.objects_baby:before{content:"\e7f5"}.nc-icon-glyph.objects_baloon:before{content:"\e7f6"}.nc-icon-glyph.objects_battery:before{content:"\e7f7"}.nc-icon-glyph.objects_bear:before{content:"\e7f8"}.nc-icon-glyph.objects_billiard:before{content:"\e7f9"}.nc-icon-glyph.objects_binocular:before{content:"\e7fa"}.nc-icon-glyph.objects_bow:before{content:"\e7fb"}.nc-icon-glyph.objects_bowling:before{content:"\e7fc"}.nc-icon-glyph.objects_broom:before{content:"\e7fd"}.nc-icon-glyph.objects_cone:before{content:"\e7fe"}.nc-icon-glyph.objects_controller:before{content:"\e7ff"}.nc-icon-glyph.objects_diamond:before{content:"\e800"}.nc-icon-glyph.objects_dice:before{content:"\e801"}.nc-icon-glyph.objects_globe:before{content:"\e802"}.nc-icon-glyph.objects_hut:before{content:"\e803"}.nc-icon-glyph.objects_key-25:before{content:"\e804"}.nc-icon-glyph.objects_key-26:before{content:"\e805"}.nc-icon-glyph.objects_lamp:before{content:"\e806"}.nc-icon-glyph.objects_leaf-36:before{content:"\e807"}.nc-icon-glyph.objects_leaf-38:before{content:"\e808"}.nc-icon-glyph.objects_light:before{content:"\e809"}.nc-icon-glyph.objects_pipe:before{content:"\e80a"}.nc-icon-glyph.objects_planet:before{content:"\e80b"}.nc-icon-glyph.objects_puzzle-09:before{content:"\e80c"}.nc-icon-glyph.objects_puzzle-10:before{content:"\e80d"}.nc-icon-glyph.objects_shovel:before{content:"\e80e"}.nc-icon-glyph.objects_skull:before{content:"\e80f"}.nc-icon-glyph.objects_spaceship:before{content:"\e810"}.nc-icon-glyph.objects_spray:before{content:"\e811"}.nc-icon-glyph.objects_support-16:before{content:"\e812"}.nc-icon-glyph.objects_support-17:before{content:"\e813"}.nc-icon-glyph.objects_umbrella-13:before{content:"\e814"}.nc-icon-glyph.objects_umbrella-14:before{content:"\e815"}.nc-icon-glyph.objects_wool-ball:before{content:"\e816"}.nc-icon-glyph.media-1_3d:before{content:"\e817"}.nc-icon-glyph.media-1_action-73:before{content:"\e818"}.nc-icon-glyph.media-1_action-74:before{content:"\e819"}.nc-icon-glyph.media-1_album:before{content:"\e81a"}.nc-icon-glyph.media-1_audio-91:before{content:"\e81b"}.nc-icon-glyph.media-1_audio-92:before{content:"\e81c"}.nc-icon-glyph.media-1_balance:before{content:"\e81d"}.nc-icon-glyph.media-1_brightness-46:before{content:"\e81e"}.nc-icon-glyph.media-1_brightness-47:before{content:"\e81f"}.nc-icon-glyph.media-1_button-circle-pause:before{content:"\e820"}.nc-icon-glyph.media-1_button-circle-play:before{content:"\e821"}.nc-icon-glyph.media-1_button-circle-stop:before{content:"\e822"}.nc-icon-glyph.media-1_button-eject:before{content:"\e823"}.nc-icon-glyph.media-1_button-next:before{content:"\e824"}.nc-icon-glyph.media-1_button-pause:before{content:"\e825"}.nc-icon-glyph.media-1_button-play:before{content:"\e826"}.nc-icon-glyph.media-1_button-power:before{content:"\e827"}.nc-icon-glyph.media-1_button-previous:before{content:"\e828"}.nc-icon-glyph.media-1_button-record:before{content:"\e829"}.nc-icon-glyph.media-1_button-rewind:before{content:"\e82a"}.nc-icon-glyph.media-1_button-skip:before{content:"\e82b"}.nc-icon-glyph.media-1_button-stop:before{content:"\e82c"}.nc-icon-glyph.media-1_camera-18:before{content:"\e82d"}.nc-icon-glyph.media-1_camera-19:before{content:"\e82e"}.nc-icon-glyph.media-1_camera-20:before{content:"\e82f"}.nc-icon-glyph.media-1_camera-ban-36:before{content:"\e830"}.nc-icon-glyph.media-1_camera-ban-37:before{content:"\e831"}.nc-icon-glyph.media-1_camera-compact:before{content:"\e832"}.nc-icon-glyph.media-1_camera-screen:before{content:"\e833"}.nc-icon-glyph.media-1_camera-square-57:before{content:"\e834"}.nc-icon-glyph.media-1_camera-square-58:before{content:"\e835"}.nc-icon-glyph.media-1_camera-time:before{content:"\e836"}.nc-icon-glyph.media-1_countdown-34:before{content:"\e837"}.nc-icon-glyph.media-1_countdown-35:before{content:"\e838"}.nc-icon-glyph.media-1_edit-color:before{content:"\e839"}.nc-icon-glyph.media-1_edit-contrast-42:before{content:"\e83a"}.nc-icon-glyph.media-1_edit-contrast-43:before{content:"\e83b"}.nc-icon-glyph.media-1_edit-saturation:before{content:"\e83c"}.nc-icon-glyph.media-1_flash-21:before{content:"\e83d"}.nc-icon-glyph.media-1_flash-24:before{content:"\e83e"}.nc-icon-glyph.media-1_flash-29:before{content:"\e83f"}.nc-icon-glyph.media-1_flash-auto-22:before{content:"\e840"}.nc-icon-glyph.media-1_flash-auto-25:before{content:"\e841"}.nc-icon-glyph.media-1_flash-off-23:before{content:"\e842"}.nc-icon-glyph.media-1_flash-off-26:before{content:"\e843"}.nc-icon-glyph.media-1_focus-32:before{content:"\e844"}.nc-icon-glyph.media-1_focus-38:before{content:"\e845"}.nc-icon-glyph.media-1_focus-40:before{content:"\e846"}.nc-icon-glyph.media-1_focus-circle:before{content:"\e847"}.nc-icon-glyph.media-1_frame-12:before{content:"\e848"}.nc-icon-glyph.media-1_frame-41:before{content:"\e849"}.nc-icon-glyph.media-1_grid:before{content:"\e84a"}.nc-icon-glyph.media-1_image-01:before{content:"\e84b"}.nc-icon-glyph.media-1_image-02:before{content:"\e84c"}.nc-icon-glyph.media-1_image-05:before{content:"\e84d"}.nc-icon-glyph.media-1_image-add:before{content:"\e84e"}.nc-icon-glyph.media-1_image-delete:before{content:"\e84f"}.nc-icon-glyph.media-1_image-location:before{content:"\e850"}.nc-icon-glyph.media-1_kid:before{content:"\e851"}.nc-icon-glyph.media-1_layers:before{content:"\e852"}.nc-icon-glyph.media-1_lens-31:before{content:"\e853"}.nc-icon-glyph.media-1_lens-56:before{content:"\e854"}.nc-icon-glyph.media-1_macro:before{content:"\e855"}.nc-icon-glyph.media-1_movie-61:before{content:"\e856"}.nc-icon-glyph.media-1_movie-62:before{content:"\e857"}.nc-icon-glyph.media-1_night:before{content:"\e858"}.nc-icon-glyph.media-1_picture:before{content:"\e859"}.nc-icon-glyph.media-1_play-68:before{content:"\e85a"}.nc-icon-glyph.media-1_play-69:before{content:"\e85b"}.nc-icon-glyph.media-1_player:before{content:"\e85c"}.nc-icon-glyph.media-1_polaroid-add:before{content:"\e85d"}.nc-icon-glyph.media-1_polaroid-delete:before{content:"\e85e"}.nc-icon-glyph.media-1_polaroid-multiple:before{content:"\e85f"}.nc-icon-glyph.media-1_polaroid-user:before{content:"\e860"}.nc-icon-glyph.media-1_polaroid:before{content:"\e861"}.nc-icon-glyph.media-1_roll:before{content:"\e862"}.nc-icon-glyph.media-1_rotate-left:before{content:"\e863"}.nc-icon-glyph.media-1_rotate-right:before{content:"\e864"}.nc-icon-glyph.media-1_sd:before{content:"\e865"}.nc-icon-glyph.media-1_selfie:before{content:"\e866"}.nc-icon-glyph.media-1_shake:before{content:"\e867"}.nc-icon-glyph.media-1_speaker:before{content:"\e868"}.nc-icon-glyph.media-1_sport:before{content:"\e869"}.nc-icon-glyph.media-1_ticket-75:before{content:"\e86a"}.nc-icon-glyph.media-1_ticket-76:before{content:"\e86b"}.nc-icon-glyph.media-1_touch:before{content:"\e86c"}.nc-icon-glyph.media-1_tripod:before{content:"\e86d"}.nc-icon-glyph.media-1_video-64:before{content:"\e86e"}.nc-icon-glyph.media-1_video-65:before{content:"\e86f"}.nc-icon-glyph.media-1_video-66:before{content:"\e870"}.nc-icon-glyph.media-1_video-67:before{content:"\e871"}.nc-icon-glyph.media-1_videocamera-71:before{content:"\e872"}.nc-icon-glyph.media-1_videocamera-72:before{content:"\e873"}.nc-icon-glyph.media-1_volume-93:before{content:"\e874"}.nc-icon-glyph.media-1_volume-97:before{content:"\e875"}.nc-icon-glyph.media-1_volume-98:before{content:"\e876"}.nc-icon-glyph.media-1_volume-ban:before{content:"\e877"}.nc-icon-glyph.media-1_volume-down:before{content:"\e878"}.nc-icon-glyph.media-1_volume-off:before{content:"\e879"}.nc-icon-glyph.media-1_volume-up:before{content:"\e87a"}.nc-icon-glyph.media-2_guitar:before{content:"\e87b"}.nc-icon-glyph.media-2_headphones-mic:before{content:"\e87c"}.nc-icon-glyph.media-2_headphones:before{content:"\e87d"}.nc-icon-glyph.media-2_knob:before{content:"\e87e"}.nc-icon-glyph.media-2_mic:before{content:"\e87f"}.nc-icon-glyph.media-2_music-album:before{content:"\e880"}.nc-icon-glyph.media-2_music-cloud:before{content:"\e881"}.nc-icon-glyph.media-2_note-03:before{content:"\e882"}.nc-icon-glyph.media-2_note-04:before{content:"\e883"}.nc-icon-glyph.media-2_piano:before{content:"\e884"}.nc-icon-glyph.media-2_radio:before{content:"\e885"}.nc-icon-glyph.media-2_remix:before{content:"\e886"}.nc-icon-glyph.media-2_sound-wave:before{content:"\e887"}.nc-icon-glyph.media-2_speaker-01:before{content:"\e888"}.nc-icon-glyph.media-2_speaker-05:before{content:"\e889"}.nc-icon-glyph.media-2_tape:before{content:"\e88a"}.nc-icon-glyph.location_appointment:before{content:"\e88b"}.nc-icon-glyph.location_bookmark-add:before{content:"\e88c"}.nc-icon-glyph.location_bookmark-remove:before{content:"\e88d"}.nc-icon-glyph.location_bookmark:before{content:"\e88e"}.nc-icon-glyph.location_compass-04:before{content:"\e88f"}.nc-icon-glyph.location_compass-05:before{content:"\e890"}.nc-icon-glyph.location_compass-06:before{content:"\e891"}.nc-icon-glyph.location_crosshair:before{content:"\e892"}.nc-icon-glyph.location_explore-user:before{content:"\e893"}.nc-icon-glyph.location_explore:before{content:"\e894"}.nc-icon-glyph.location_flag-complex:before{content:"\e895"}.nc-icon-glyph.location_flag-diagonal-33:before{content:"\e896"}.nc-icon-glyph.location_flag-diagonal-34:before{content:"\e897"}.nc-icon-glyph.location_flag-points-31:before{content:"\e898"}.nc-icon-glyph.location_flag-points-32:before{content:"\e899"}.nc-icon-glyph.location_flag-simple:before{content:"\e89a"}.nc-icon-glyph.location_flag-triangle:before{content:"\e89b"}.nc-icon-glyph.location_flag:before{content:"\e89c"}.nc-icon-glyph.location_gps:before{content:"\e89d"}.nc-icon-glyph.location_map-big:before{content:"\e89e"}.nc-icon-glyph.location_map-compass:before{content:"\e89f"}.nc-icon-glyph.location_map-gps:before{content:"\e8a0"}.nc-icon-glyph.location_map-marker:before{content:"\e8a1"}.nc-icon-glyph.location_map-pin:before{content:"\e8a2"}.nc-icon-glyph.location_map:before{content:"\e8a3"}.nc-icon-glyph.location_marker:before{content:"\e8a4"}.nc-icon-glyph.location_pin-add:before{content:"\e8a5"}.nc-icon-glyph.location_pin-copy:before{content:"\e8a6"}.nc-icon-glyph.location_pin-remove:before{content:"\e8a7"}.nc-icon-glyph.location_pin:before{content:"\e8a8"}.nc-icon-glyph.location_pins:before{content:"\e8a9"}.nc-icon-glyph.location_position-marker:before{content:"\e8aa"}.nc-icon-glyph.location_position-pin:before{content:"\e8ab"}.nc-icon-glyph.location_position-user:before{content:"\e8ac"}.nc-icon-glyph.location_radar:before{content:"\e8ad"}.nc-icon-glyph.location_road:before{content:"\e8ae"}.nc-icon-glyph.location_route-alert:before{content:"\e8af"}.nc-icon-glyph.location_route-close:before{content:"\e8b0"}.nc-icon-glyph.location_route-open:before{content:"\e8b1"}.nc-icon-glyph.location_square-marker:before{content:"\e8b2"}.nc-icon-glyph.location_square-pin:before{content:"\e8b3"}.nc-icon-glyph.location_treasure-map-21:before{content:"\e8b4"}.nc-icon-glyph.location_treasure-map-40:before{content:"\e8b5"}.nc-icon-glyph.location_worl-marker:before{content:"\e8b6"}.nc-icon-glyph.location_world-pin:before{content:"\e8b7"}.nc-icon-glyph.location_world:before{content:"\e8b8"}.nc-icon-glyph.health_ambulance:before{content:"\e8b9"}.nc-icon-glyph.health_apple:before{content:"\e8ba"}.nc-icon-glyph.health_bag-49:before{content:"\e8bb"}.nc-icon-glyph.health_bag-50:before{content:"\e8bc"}.nc-icon-glyph.health_brain:before{content:"\e8bd"}.nc-icon-glyph.health_dna-27:before{content:"\e8be"}.nc-icon-glyph.health_dna-38:before{content:"\e8bf"}.nc-icon-glyph.health_doctor:before{content:"\e8c0"}.nc-icon-glyph.health_flask:before{content:"\e8c1"}.nc-icon-glyph.health_heartbeat-16:before{content:"\e8c2"}.nc-icon-glyph.health_height:before{content:"\e8c3"}.nc-icon-glyph.health_hospital-32:before{content:"\e8c4"}.nc-icon-glyph.health_hospital-33:before{content:"\e8c5"}.nc-icon-glyph.health_hospital-34:before{content:"\e8c6"}.nc-icon-glyph.health_humidity-26:before{content:"\e8c7"}.nc-icon-glyph.health_humidity-52:before{content:"\e8c8"}.nc-icon-glyph.health_intestine:before{content:"\e8c9"}.nc-icon-glyph.health_lungs:before{content:"\e8ca"}.nc-icon-glyph.health_molecule-39:before{content:"\e8cb"}.nc-icon-glyph.health_molecule-40:before{content:"\e8cc"}.nc-icon-glyph.health_notebook:before{content:"\e8cd"}.nc-icon-glyph.health_nurse:before{content:"\e8ce"}.nc-icon-glyph.health_patch-46:before{content:"\e8cf"}.nc-icon-glyph.health_pill-42:before{content:"\e8d0"}.nc-icon-glyph.health_pill-43:before{content:"\e8d1"}.nc-icon-glyph.health_pill-container-44:before{content:"\e8d2"}.nc-icon-glyph.health_pill-container-47:before{content:"\e8d3"}.nc-icon-glyph.health_pulse-chart:before{content:"\e8d4"}.nc-icon-glyph.health_pulse-phone:before{content:"\e8d5"}.nc-icon-glyph.health_pulse-sleep:before{content:"\e8d6"}.nc-icon-glyph.health_pulse-watch:before{content:"\e8d7"}.nc-icon-glyph.health_pulse:before{content:"\e8d8"}.nc-icon-glyph.health_sleep:before{content:"\e8d9"}.nc-icon-glyph.health_steps:before{content:"\e8da"}.nc-icon-glyph.health_syringe:before{content:"\e8db"}.nc-icon-glyph.health_temperature-23:before{content:"\e8dc"}.nc-icon-glyph.health_temperature-24:before{content:"\e8dd"}.nc-icon-glyph.health_tooth:before{content:"\e8de"}.nc-icon-glyph.health_weed:before{content:"\e8df"}.nc-icon-glyph.health_weight:before{content:"\e8e0"}.nc-icon-glyph.health_wheelchair:before{content:"\e8e1"}.nc-icon-glyph.health_woman:before{content:"\e8e2"}.nc-icon-glyph.furniture_air-conditioner:before{content:"\e8e3"}.nc-icon-glyph.furniture_armchair:before{content:"\e8e4"}.nc-icon-glyph.furniture_bath-tub:before{content:"\e8e5"}.nc-icon-glyph.furniture_bed-09:before{content:"\e8e6"}.nc-icon-glyph.furniture_bed-23:before{content:"\e8e7"}.nc-icon-glyph.furniture_bed-side:before{content:"\e8e8"}.nc-icon-glyph.furniture_cabinet:before{content:"\e8e9"}.nc-icon-glyph.furniture_cactus:before{content:"\e8ea"}.nc-icon-glyph.furniture_chair:before{content:"\e8eb"}.nc-icon-glyph.furniture_coat-hanger:before{content:"\e8ec"}.nc-icon-glyph.furniture_coffee:before{content:"\e8ed"}.nc-icon-glyph.furniture_cradle:before{content:"\e8ee"}.nc-icon-glyph.furniture_curtain:before{content:"\e8ef"}.nc-icon-glyph.furniture_desk-drawer:before{content:"\e8f0"}.nc-icon-glyph.furniture_desk:before{content:"\e8f1"}.nc-icon-glyph.furniture_door:before{content:"\e8f2"}.nc-icon-glyph.furniture_drawer:before{content:"\e8f3"}.nc-icon-glyph.furniture_fridge:before{content:"\e8f4"}.nc-icon-glyph.furniture_hanger-clothes:before{content:"\e8f5"}.nc-icon-glyph.furniture_hanger:before{content:"\e8f6"}.nc-icon-glyph.furniture_heater:before{content:"\e8f7"}.nc-icon-glyph.furniture_iron:before{content:"\e8f8"}.nc-icon-glyph.furniture_lamp-floor:before{content:"\e8f9"}.nc-icon-glyph.furniture_lamp:before{content:"\e8fa"}.nc-icon-glyph.furniture_library:before{content:"\e8fb"}.nc-icon-glyph.furniture_light:before{content:"\e8fc"}.nc-icon-glyph.furniture_mixer:before{content:"\e8fd"}.nc-icon-glyph.furniture_oven:before{content:"\e8fe"}.nc-icon-glyph.furniture_shower:before{content:"\e8ff"}.nc-icon-glyph.furniture_sink-wash:before{content:"\e900"}.nc-icon-glyph.furniture_sink:before{content:"\e901"}.nc-icon-glyph.furniture_sofa:before{content:"\e902"}.nc-icon-glyph.furniture_storage-hanger:before{content:"\e903"}.nc-icon-glyph.furniture_storage:before{content:"\e904"}.nc-icon-glyph.furniture_table:before{content:"\e905"}.nc-icon-glyph.furniture_toilet-paper:before{content:"\e906"}.nc-icon-glyph.furniture_toilet:before{content:"\e907"}.nc-icon-glyph.furniture_tv:before{content:"\e908"}.nc-icon-glyph.furniture_wardrobe:before{content:"\e909"}.nc-icon-glyph.furniture_wash:before{content:"\e90a"}.nc-icon-glyph.files_add:before{content:"\e90b"}.nc-icon-glyph.files_archive-3d-check:before{content:"\e90c"}.nc-icon-glyph.files_archive-3d-content:before{content:"\e90d"}.nc-icon-glyph.files_archive-check:before{content:"\e90e"}.nc-icon-glyph.files_archive-content:before{content:"\e90f"}.nc-icon-glyph.files_archive-paper-check:before{content:"\e910"}.nc-icon-glyph.files_archive-paper:before{content:"\e911"}.nc-icon-glyph.files_archive:before{content:"\e912"}.nc-icon-glyph.files_audio:before{content:"\e913"}.nc-icon-glyph.files_book-07:before{content:"\e914"}.nc-icon-glyph.files_book-08:before{content:"\e915"}.nc-icon-glyph.files_bookmark:before{content:"\e916"}.nc-icon-glyph.files_box:before{content:"\e917"}.nc-icon-glyph.files_chart-bar:before{content:"\e918"}.nc-icon-glyph.files_chart-pie:before{content:"\e919"}.nc-icon-glyph.files_check:before{content:"\e91a"}.nc-icon-glyph.files_cloud:before{content:"\e91b"}.nc-icon-glyph.files_copy:before{content:"\e91c"}.nc-icon-glyph.files_dev:before{content:"\e91d"}.nc-icon-glyph.files_download:before{content:"\e91e"}.nc-icon-glyph.files_drawer:before{content:"\e91f"}.nc-icon-glyph.files_edit:before{content:"\e920"}.nc-icon-glyph.files_exclamation:before{content:"\e921"}.nc-icon-glyph.files_folder-13:before{content:"\e922"}.nc-icon-glyph.files_folder-14:before{content:"\e923"}.nc-icon-glyph.files_folder-15:before{content:"\e924"}.nc-icon-glyph.files_folder-16:before{content:"\e925"}.nc-icon-glyph.files_folder-17:before{content:"\e926"}.nc-icon-glyph.files_folder-18:before{content:"\e927"}.nc-icon-glyph.files_folder-19:before{content:"\e928"}.nc-icon-glyph.files_folder-add:before{content:"\e929"}.nc-icon-glyph.files_folder-audio:before{content:"\e92a"}.nc-icon-glyph.files_folder-bookmark:before{content:"\e92b"}.nc-icon-glyph.files_folder-chart-bar:before{content:"\e92c"}.nc-icon-glyph.files_folder-chart-pie:before{content:"\e92d"}.nc-icon-glyph.files_folder-check:before{content:"\e92e"}.nc-icon-glyph.files_folder-cloud:before{content:"\e92f"}.nc-icon-glyph.files_folder-dev:before{content:"\e930"}.nc-icon-glyph.files_folder-download:before{content:"\e931"}.nc-icon-glyph.files_folder-edit:before{content:"\e932"}.nc-icon-glyph.files_folder-exclamation:before{content:"\e933"}.nc-icon-glyph.files_folder-gallery:before{content:"\e934"}.nc-icon-glyph.files_folder-heart:before{content:"\e935"}.nc-icon-glyph.files_folder-image:before{content:"\e936"}.nc-icon-glyph.files_folder-info:before{content:"\e937"}.nc-icon-glyph.files_folder-link:before{content:"\e938"}.nc-icon-glyph.files_folder-locked:before{content:"\e939"}.nc-icon-glyph.files_folder-money:before{content:"\e93a"}.nc-icon-glyph.files_folder-music:before{content:"\e93b"}.nc-icon-glyph.files_folder-no-access:before{content:"\e93c"}.nc-icon-glyph.files_folder-play:before{content:"\e93d"}.nc-icon-glyph.files_folder-question:before{content:"\e93e"}.nc-icon-glyph.files_folder-refresh:before{content:"\e93f"}.nc-icon-glyph.files_folder-remove:before{content:"\e940"}.nc-icon-glyph.files_folder-search:before{content:"\e941"}.nc-icon-glyph.files_folder-settings-81:before{content:"\e942"}.nc-icon-glyph.files_folder-settings-97:before{content:"\e943"}.nc-icon-glyph.files_folder-shared:before{content:"\e944"}.nc-icon-glyph.files_folder-star:before{content:"\e945"}.nc-icon-glyph.files_folder-time:before{content:"\e946"}.nc-icon-glyph.files_folder-upload:before{content:"\e947"}.nc-icon-glyph.files_folder-user:before{content:"\e948"}.nc-icon-glyph.files_folder-vector:before{content:"\e949"}.nc-icon-glyph.files_gallery:before{content:"\e94a"}.nc-icon-glyph.files_heart:before{content:"\e94b"}.nc-icon-glyph.files_image:before{content:"\e94c"}.nc-icon-glyph.files_info:before{content:"\e94d"}.nc-icon-glyph.files_link:before{content:"\e94e"}.nc-icon-glyph.files_locked:before{content:"\e94f"}.nc-icon-glyph.files_money:before{content:"\e950"}.nc-icon-glyph.files_music:before{content:"\e951"}.nc-icon-glyph.files_no-access:before{content:"\e952"}.nc-icon-glyph.files_notebook:before{content:"\e953"}.nc-icon-glyph.files_paper:before{content:"\e954"}.nc-icon-glyph.files_play:before{content:"\e955"}.nc-icon-glyph.files_question:before{content:"\e956"}.nc-icon-glyph.files_refresh:before{content:"\e957"}.nc-icon-glyph.files_remove:before{content:"\e958"}.nc-icon-glyph.files_replace-folder:before{content:"\e959"}.nc-icon-glyph.files_replace:before{content:"\e95a"}.nc-icon-glyph.files_search:before{content:"\e95b"}.nc-icon-glyph.files_settings-46:before{content:"\e95c"}.nc-icon-glyph.files_settings-99:before{content:"\e95d"}.nc-icon-glyph.files_shared:before{content:"\e95e"}.nc-icon-glyph.files_single-content-02:before{content:"\e95f"}.nc-icon-glyph.files_single-content-03:before{content:"\e960"}.nc-icon-glyph.files_single-copies:before{content:"\e961"}.nc-icon-glyph.files_single-copy-04:before{content:"\e962"}.nc-icon-glyph.files_single-copy-06:before{content:"\e963"}.nc-icon-glyph.files_single-folded-content:before{content:"\e964"}.nc-icon-glyph.files_single-folded:before{content:"\e965"}.nc-icon-glyph.files_single-paragraph:before{content:"\e966"}.nc-icon-glyph.files_single:before{content:"\e967"}.nc-icon-glyph.files_star:before{content:"\e968"}.nc-icon-glyph.files_time:before{content:"\e969"}.nc-icon-glyph.files_upload:before{content:"\e96a"}.nc-icon-glyph.files_user:before{content:"\e96b"}.nc-icon-glyph.files_vector:before{content:"\e96c"}.nc-icon-glyph.files_zip-54:before{content:"\e96d"}.nc-icon-glyph.files_zip-55:before{content:"\e96e"}.nc-icon-glyph.design_album:before{content:"\e96f"}.nc-icon-glyph.design_align-bottom:before{content:"\e970"}.nc-icon-glyph.design_align-center-horizontal:before{content:"\e971"}.nc-icon-glyph.design_align-center-vertical:before{content:"\e972"}.nc-icon-glyph.design_align-left:before{content:"\e973"}.nc-icon-glyph.design_align-right:before{content:"\e974"}.nc-icon-glyph.design_align-top:before{content:"\e975"}.nc-icon-glyph.design_app:before{content:"\e976"}.nc-icon-glyph.design_artboard:before{content:"\e977"}.nc-icon-glyph.design_blend:before{content:"\e978"}.nc-icon-glyph.design_book-bookmark:before{content:"\e979"}.nc-icon-glyph.design_book-open:before{content:"\e97a"}.nc-icon-glyph.design_brush:before{content:"\e97b"}.nc-icon-glyph.design_bug:before{content:"\e97c"}.nc-icon-glyph.design_bullet-list-67:before{content:"\e97d"}.nc-icon-glyph.design_bullet-list-68:before{content:"\e97e"}.nc-icon-glyph.design_bullet-list-69:before{content:"\e97f"}.nc-icon-glyph.design_bullet-list-70:before{content:"\e980"}.nc-icon-glyph.design_clone:before{content:"\e981"}.nc-icon-glyph.design_code-editor:before{content:"\e982"}.nc-icon-glyph.design_code:before{content:"\e983"}.nc-icon-glyph.design_collection:before{content:"\e984"}.nc-icon-glyph.design_command:before{content:"\e985"}.nc-icon-glyph.design_compass:before{content:"\e986"}.nc-icon-glyph.design_contrast:before{content:"\e987"}.nc-icon-glyph.design_copy:before{content:"\e988"}.nc-icon-glyph.design_crop:before{content:"\e989"}.nc-icon-glyph.design_cursor-48:before{content:"\e98a"}.nc-icon-glyph.design_cursor-49:before{content:"\e98b"}.nc-icon-glyph.design_design-dev:before{content:"\e98c"}.nc-icon-glyph.design_design:before{content:"\e98d"}.nc-icon-glyph.design_distribute-horizontal:before{content:"\e98e"}.nc-icon-glyph.design_distribute-vertical:before{content:"\e98f"}.nc-icon-glyph.design_drag:before{content:"\e990"}.nc-icon-glyph.design_eraser-32:before{content:"\e991"}.nc-icon-glyph.design_eraser-33:before{content:"\e992"}.nc-icon-glyph.design_eraser-46:before{content:"\e993"}.nc-icon-glyph.design_flip-horizontal:before{content:"\e994"}.nc-icon-glyph.design_flip-vertical:before{content:"\e995"}.nc-icon-glyph.design_image:before{content:"\e996"}.nc-icon-glyph.design_magnet:before{content:"\e997"}.nc-icon-glyph.design_marker:before{content:"\e998"}.nc-icon-glyph.design_measure-02:before{content:"\e999"}.nc-icon-glyph.design_measure-17:before{content:"\e99a"}.nc-icon-glyph.design_measure-big:before{content:"\e99b"}.nc-icon-glyph.design_mobile-design:before{content:"\e99c"}.nc-icon-glyph.design_mobile-dev:before{content:"\e99d"}.nc-icon-glyph.design_mouse-08:before{content:"\e99e"}.nc-icon-glyph.design_mouse-09:before{content:"\e99f"}.nc-icon-glyph.design_mouse-10:before{content:"\e9a0"}.nc-icon-glyph.design_newsletter-dev:before{content:"\e9a1"}.nc-icon-glyph.design_note-code:before{content:"\e9a2"}.nc-icon-glyph.design_paint-16:before{content:"\e9a3"}.nc-icon-glyph.design_paint-37:before{content:"\e9a4"}.nc-icon-glyph.design_paint-38:before{content:"\e9a5"}.nc-icon-glyph.design_paint-bucket-39:before{content:"\e9a6"}.nc-icon-glyph.design_paint-bucket-40:before{content:"\e9a7"}.nc-icon-glyph.design_palette:before{content:"\e9a8"}.nc-icon-glyph.design_pantone:before{content:"\e9a9"}.nc-icon-glyph.design_paper-design:before{content:"\e9aa"}.nc-icon-glyph.design_paper-dev:before{content:"\e9ab"}.nc-icon-glyph.design_patch-19:before{content:"\e9ac"}.nc-icon-glyph.design_patch-34:before{content:"\e9ad"}.nc-icon-glyph.design_path-exclude:before{content:"\e9ae"}.nc-icon-glyph.design_path-intersect:before{content:"\e9af"}.nc-icon-glyph.design_path-minus:before{content:"\e9b0"}.nc-icon-glyph.design_path-unite:before{content:"\e9b1"}.nc-icon-glyph.design_pen-01:before{content:"\e9b2"}.nc-icon-glyph.design_pen-23:before{content:"\e9b3"}.nc-icon-glyph.design_pen-tool:before{content:"\e9b4"}.nc-icon-glyph.design_phone:before{content:"\e9b5"}.nc-icon-glyph.design_photo-editor:before{content:"\e9b6"}.nc-icon-glyph.design_scissors-dashed:before{content:"\e9b7"}.nc-icon-glyph.design_scissors:before{content:"\e9b8"}.nc-icon-glyph.design_shape-adjust:before{content:"\e9b9"}.nc-icon-glyph.design_shape-circle:before{content:"\e9ba"}.nc-icon-glyph.design_shape-polygon:before{content:"\e9bb"}.nc-icon-glyph.design_shape-square:before{content:"\e9bc"}.nc-icon-glyph.design_shape-triangle:before{content:"\e9bd"}.nc-icon-glyph.design_shapes:before{content:"\e9be"}.nc-icon-glyph.design_sharpener:before{content:"\e9bf"}.nc-icon-glyph.design_slice:before{content:"\e9c0"}.nc-icon-glyph.design_spray:before{content:"\e9c1"}.nc-icon-glyph.design_stamp:before{content:"\e9c2"}.nc-icon-glyph.design_tablet-mobile:before{content:"\e9c3"}.nc-icon-glyph.design_tablet:before{content:"\e9c4"}.nc-icon-glyph.design_text:before{content:"\e9c5"}.nc-icon-glyph.design_todo:before{content:"\e9c6"}.nc-icon-glyph.design_usb:before{content:"\e9c7"}.nc-icon-glyph.design_vector:before{content:"\e9c8"}.nc-icon-glyph.design_wand-11:before{content:"\e9c9"}.nc-icon-glyph.design_wand-99:before{content:"\e9ca"}.nc-icon-glyph.design_watch-dev:before{content:"\e9cb"}.nc-icon-glyph.design_web-design:before{content:"\e9cc"}.nc-icon-glyph.design_webpage:before{content:"\e9cd"}.nc-icon-glyph.design_window-code:before{content:"\e9ce"}.nc-icon-glyph.design_window-dev:before{content:"\e9cf"}.nc-icon-glyph.design_window-paragraph:before{content:"\e9d0"}.nc-icon-glyph.design_window-responsive:before{content:"\e9d1"}.nc-icon-glyph.clothes_baby:before{content:"\e9d2"}.nc-icon-glyph.clothes_backpack:before{content:"\e9d3"}.nc-icon-glyph.clothes_bag-21:before{content:"\e9d4"}.nc-icon-glyph.clothes_bag-22:before{content:"\e9d5"}.nc-icon-glyph.clothes_belt:before{content:"\e9d6"}.nc-icon-glyph.clothes_boot-woman:before{content:"\e9d7"}.nc-icon-glyph.clothes_boot:before{content:"\e9d8"}.nc-icon-glyph.clothes_bra:before{content:"\e9d9"}.nc-icon-glyph.clothes_button:before{content:"\e9da"}.nc-icon-glyph.clothes_cap:before{content:"\e9db"}.nc-icon-glyph.clothes_coat:before{content:"\e9dc"}.nc-icon-glyph.clothes_corset:before{content:"\e9dd"}.nc-icon-glyph.clothes_dress-man:before{content:"\e9de"}.nc-icon-glyph.clothes_dress-woman:before{content:"\e9df"}.nc-icon-glyph.clothes_flip:before{content:"\e9e0"}.nc-icon-glyph.clothes_glasses:before{content:"\e9e1"}.nc-icon-glyph.clothes_gloves:before{content:"\e9e2"}.nc-icon-glyph.clothes_hat-top:before{content:"\e9e3"}.nc-icon-glyph.clothes_hat:before{content:"\e9e4"}.nc-icon-glyph.clothes_hoodie:before{content:"\e9e5"}.nc-icon-glyph.clothes_iron-dont:before{content:"\e9e6"}.nc-icon-glyph.clothes_iron:before{content:"\e9e7"}.nc-icon-glyph.clothes_jeans-41:before{content:"\e9e8"}.nc-icon-glyph.clothes_jeans-43:before{content:"\e9e9"}.nc-icon-glyph.clothes_jeans-pocket:before{content:"\e9ea"}.nc-icon-glyph.clothes_kitchen:before{content:"\e9eb"}.nc-icon-glyph.clothes_long-sleeve:before{content:"\e9ec"}.nc-icon-glyph.clothes_makeup:before{content:"\e9ed"}.nc-icon-glyph.clothes_needle:before{content:"\e9ee"}.nc-icon-glyph.clothes_pajamas:before{content:"\e9ef"}.nc-icon-glyph.clothes_ring:before{content:"\e9f0"}.nc-icon-glyph.clothes_scarf:before{content:"\e9f1"}.nc-icon-glyph.clothes_shirt-business:before{content:"\e9f2"}.nc-icon-glyph.clothes_shirt-buttons:before{content:"\e9f3"}.nc-icon-glyph.clothes_shirt-neck:before{content:"\e9f4"}.nc-icon-glyph.clothes_shirt:before{content:"\e9f5"}.nc-icon-glyph.clothes_shoe-man:before{content:"\e9f6"}.nc-icon-glyph.clothes_shoe-sport:before{content:"\e9f7"}.nc-icon-glyph.clothes_shoe-woman:before{content:"\e9f8"}.nc-icon-glyph.clothes_skirt:before{content:"\e9f9"}.nc-icon-glyph.clothes_slacks-12:before{content:"\e9fa"}.nc-icon-glyph.clothes_slacks-13:before{content:"\e9fb"}.nc-icon-glyph.clothes_sock:before{content:"\e9fc"}.nc-icon-glyph.clothes_tie-bow:before{content:"\e9fd"}.nc-icon-glyph.clothes_tshirt-53:before{content:"\e9fe"}.nc-icon-glyph.clothes_tshirt-54:before{content:"\e9ff"}.nc-icon-glyph.clothes_tshirt-sport:before{content:"\ea00"}.nc-icon-glyph.clothes_underwear-man:before{content:"\ea01"}.nc-icon-glyph.clothes_underwear:before{content:"\ea02"}.nc-icon-glyph.clothes_vest-sport:before{content:"\ea03"}.nc-icon-glyph.clothes_vest:before{content:"\ea04"}.nc-icon-glyph.clothes_wash-30:before{content:"\ea05"}.nc-icon-glyph.clothes_wash-60:before{content:"\ea06"}.nc-icon-glyph.clothes_wash-90:before{content:"\ea07"}.nc-icon-glyph.clothes_wash-hand:before{content:"\ea08"}.nc-icon-glyph.clothes_wash:before{content:"\ea09"}.nc-icon-glyph.business_agenda:before{content:"\ea0a"}.nc-icon-glyph.business_atm:before{content:"\ea0b"}.nc-icon-glyph.business_award-48:before{content:"\ea0c"}.nc-icon-glyph.business_award-49:before{content:"\ea0d"}.nc-icon-glyph.business_award-74:before{content:"\ea0e"}.nc-icon-glyph.business_badge:before{content:"\ea0f"}.nc-icon-glyph.business_bank:before{content:"\ea10"}.nc-icon-glyph.business_board-27:before{content:"\ea11"}.nc-icon-glyph.business_board-28:before{content:"\ea12"}.nc-icon-glyph.business_board-29:before{content:"\ea13"}.nc-icon-glyph.business_board-30:before{content:"\ea14"}.nc-icon-glyph.business_books:before{content:"\ea15"}.nc-icon-glyph.business_briefcase-24:before{content:"\ea16"}.nc-icon-glyph.business_briefcase-25:before{content:"\ea17"}.nc-icon-glyph.business_briefcase-26:before{content:"\ea18"}.nc-icon-glyph.business_building:before{content:"\ea19"}.nc-icon-glyph.business_bulb-61:before{content:"\ea1a"}.nc-icon-glyph.business_bulb-62:before{content:"\ea1b"}.nc-icon-glyph.business_bulb-63:before{content:"\ea1c"}.nc-icon-glyph.business_business-contact-85:before{content:"\ea1d"}.nc-icon-glyph.business_business-contact-86:before{content:"\ea1e"}.nc-icon-glyph.business_business-contact-87:before{content:"\ea1f"}.nc-icon-glyph.business_business-contact-88:before{content:"\ea20"}.nc-icon-glyph.business_business-contact-89:before{content:"\ea21"}.nc-icon-glyph.business_businessman-03:before{content:"\ea22"}.nc-icon-glyph.business_businessman-04:before{content:"\ea23"}.nc-icon-glyph.business_calculator:before{content:"\ea24"}.nc-icon-glyph.business_chair:before{content:"\ea25"}.nc-icon-glyph.business_chart-bar-32:before{content:"\ea26"}.nc-icon-glyph.business_chart-bar-33:before{content:"\ea27"}.nc-icon-glyph.business_chart-growth:before{content:"\ea28"}.nc-icon-glyph.business_chart-pie-35:before{content:"\ea29"}.nc-icon-glyph.business_chart-pie-36:before{content:"\ea2a"}.nc-icon-glyph.business_chart:before{content:"\ea2b"}.nc-icon-glyph.business_cheque:before{content:"\ea2c"}.nc-icon-glyph.business_coins:before{content:"\ea2d"}.nc-icon-glyph.business_connect:before{content:"\ea2e"}.nc-icon-glyph.business_contacts:before{content:"\ea2f"}.nc-icon-glyph.business_currency-dollar:before{content:"\ea30"}.nc-icon-glyph.business_currency-euro:before{content:"\ea31"}.nc-icon-glyph.business_currency-pound:before{content:"\ea32"}.nc-icon-glyph.business_currency-yen:before{content:"\ea33"}.nc-icon-glyph.business_factory:before{content:"\ea34"}.nc-icon-glyph.business_globe:before{content:"\ea35"}.nc-icon-glyph.business_goal-64:before{content:"\ea36"}.nc-icon-glyph.business_goal-65:before{content:"\ea37"}.nc-icon-glyph.business_gold:before{content:"\ea38"}.nc-icon-glyph.business_hammer:before{content:"\ea39"}.nc-icon-glyph.business_handout:before{content:"\ea3a"}.nc-icon-glyph.business_handshake:before{content:"\ea3b"}.nc-icon-glyph.business_hat:before{content:"\ea3c"}.nc-icon-glyph.business_hierarchy-53:before{content:"\ea3d"}.nc-icon-glyph.business_hierarchy-54:before{content:"\ea3e"}.nc-icon-glyph.business_hierarchy-55:before{content:"\ea3f"}.nc-icon-glyph.business_hierarchy-56:before{content:"\ea40"}.nc-icon-glyph.business_laptop-71:before{content:"\ea41"}.nc-icon-glyph.business_laptop-72:before{content:"\ea42"}.nc-icon-glyph.business_laptop-91:before{content:"\ea43"}.nc-icon-glyph.business_law:before{content:"\ea44"}.nc-icon-glyph.business_math:before{content:"\ea45"}.nc-icon-glyph.business_money-11:before{content:"\ea46"}.nc-icon-glyph.business_money-12:before{content:"\ea47"}.nc-icon-glyph.business_money-13:before{content:"\ea48"}.nc-icon-glyph.business_money-bag:before{content:"\ea49"}.nc-icon-glyph.business_money-coins:before{content:"\ea4a"}.nc-icon-glyph.business_money-growth:before{content:"\ea4b"}.nc-icon-glyph.business_money-time:before{content:"\ea4c"}.nc-icon-glyph.business_net:before{content:"\ea4d"}.nc-icon-glyph.business_notes:before{content:"\ea4e"}.nc-icon-glyph.business_payment:before{content:"\ea4f"}.nc-icon-glyph.business_percentage-38:before{content:"\ea50"}.nc-icon-glyph.business_percentage-39:before{content:"\ea51"}.nc-icon-glyph.business_pig:before{content:"\ea52"}.nc-icon-glyph.business_pin:before{content:"\ea53"}.nc-icon-glyph.business_plug:before{content:"\ea54"}.nc-icon-glyph.business_progress:before{content:"\ea55"}.nc-icon-glyph.business_round-dollar:before{content:"\ea56"}.nc-icon-glyph.business_round-euro:before{content:"\ea57"}.nc-icon-glyph.business_round-pound:before{content:"\ea58"}.nc-icon-glyph.business_round-yen:before{content:"\ea59"}.nc-icon-glyph.business_safe:before{content:"\ea5a"}.nc-icon-glyph.business_scale:before{content:"\ea5b"}.nc-icon-glyph.business_sign:before{content:"\ea5c"}.nc-icon-glyph.business_signature:before{content:"\ea5d"}.nc-icon-glyph.business_stock:before{content:"\ea5e"}.nc-icon-glyph.business_strategy:before{content:"\ea5f"}.nc-icon-glyph.business_tie-01:before{content:"\ea60"}.nc-icon-glyph.business_tie-02:before{content:"\ea61"}.nc-icon-glyph.business_wallet-43:before{content:"\ea62"}.nc-icon-glyph.business_wallet-44:before{content:"\ea63"}.nc-icon-glyph.business_wallet-90:before{content:"\ea64"}.nc-icon-glyph.arrows-1_back-78:before{content:"\ea65"}.nc-icon-glyph.arrows-1_back-80:before{content:"\ea66"}.nc-icon-glyph.arrows-1_bold-direction:before{content:"\ea67"}.nc-icon-glyph.arrows-1_bold-down:before{content:"\ea68"}.nc-icon-glyph.arrows-1_bold-left:before{content:"\ea69"}.nc-icon-glyph.arrows-1_bold-right:before{content:"\ea6a"}.nc-icon-glyph.arrows-1_bold-up:before{content:"\ea6b"}.nc-icon-glyph.arrows-1_circle-down-12:before{content:"\ea6c"}.nc-icon-glyph.arrows-1_circle-down-40:before{content:"\ea6d"}.nc-icon-glyph.arrows-1_circle-left-10:before{content:"\ea6e"}.nc-icon-glyph.arrows-1_circle-left-38:before{content:"\ea6f"}.nc-icon-glyph.arrows-1_circle-right-09:before{content:"\ea70"}.nc-icon-glyph.arrows-1_circle-right-37:before{content:"\ea71"}.nc-icon-glyph.arrows-1_circle-up-11:before{content:"\ea72"}.nc-icon-glyph.arrows-1_circle-up-39:before{content:"\ea73"}.nc-icon-glyph.arrows-1_cloud-download-93:before{content:"\ea74"}.nc-icon-glyph.arrows-1_cloud-download-95:before{content:"\ea75"}.nc-icon-glyph.arrows-1_cloud-upload-94:before{content:"\ea76"}.nc-icon-glyph.arrows-1_cloud-upload-96:before{content:"\ea77"}.nc-icon-glyph.arrows-1_curved-next:before{content:"\ea78"}.nc-icon-glyph.arrows-1_curved-previous:before{content:"\ea79"}.nc-icon-glyph.arrows-1_direction-53:before{content:"\ea7a"}.nc-icon-glyph.arrows-1_direction-56:before{content:"\ea7b"}.nc-icon-glyph.arrows-1_double-left:before{content:"\ea7c"}.nc-icon-glyph.arrows-1_double-right:before{content:"\ea7d"}.nc-icon-glyph.arrows-1_download:before{content:"\ea7e"}.nc-icon-glyph.arrows-1_enlarge-diagonal-43:before{content:"\ea7f"}.nc-icon-glyph.arrows-1_enlarge-diagonal-44:before{content:"\ea80"}.nc-icon-glyph.arrows-1_enlarge-horizontal:before{content:"\ea81"}.nc-icon-glyph.arrows-1_enlarge-vertical:before{content:"\ea82"}.nc-icon-glyph.arrows-1_fit-horizontal:before{content:"\ea83"}.nc-icon-glyph.arrows-1_fit-vertical:before{content:"\ea84"}.nc-icon-glyph.arrows-1_fullscreen-70:before{content:"\ea85"}.nc-icon-glyph.arrows-1_fullscreen-71:before{content:"\ea86"}.nc-icon-glyph.arrows-1_fullscreen-76:before{content:"\ea87"}.nc-icon-glyph.arrows-1_fullscreen-77:before{content:"\ea88"}.nc-icon-glyph.arrows-1_fullscreen-double-74:before{content:"\ea89"}.nc-icon-glyph.arrows-1_fullscreen-double-75:before{content:"\ea8a"}.nc-icon-glyph.arrows-1_fullscreen-split-72:before{content:"\ea8b"}.nc-icon-glyph.arrows-1_fullscreen-split-73:before{content:"\ea8c"}.nc-icon-glyph.arrows-1_log-in:before{content:"\ea8d"}.nc-icon-glyph.arrows-1_log-out:before{content:"\ea8e"}.nc-icon-glyph.arrows-1_loop-82:before{content:"\ea8f"}.nc-icon-glyph.arrows-1_loop-83:before{content:"\ea90"}.nc-icon-glyph.arrows-1_minimal-down:before{content:"\ea91"}.nc-icon-glyph.arrows-1_minimal-left:before{content:"\ea92"}.nc-icon-glyph.arrows-1_minimal-right:before{content:"\ea93"}.nc-icon-glyph.arrows-1_minimal-up:before{content:"\ea94"}.nc-icon-glyph.arrows-1_redo-79:before{content:"\ea95"}.nc-icon-glyph.arrows-1_redo-81:before{content:"\ea96"}.nc-icon-glyph.arrows-1_refresh-68:before{content:"\ea97"}.nc-icon-glyph.arrows-1_refresh-69:before{content:"\ea98"}.nc-icon-glyph.arrows-1_round-down:before{content:"\ea99"}.nc-icon-glyph.arrows-1_round-left:before{content:"\ea9a"}.nc-icon-glyph.arrows-1_round-right:before{content:"\ea9b"}.nc-icon-glyph.arrows-1_round-up:before{content:"\ea9c"}.nc-icon-glyph.arrows-1_share-66:before{content:"\ea9d"}.nc-icon-glyph.arrows-1_share-91:before{content:"\ea9e"}.nc-icon-glyph.arrows-1_share-92:before{content:"\ea9f"}.nc-icon-glyph.arrows-1_shuffle-97:before{content:"\eaa0"}.nc-icon-glyph.arrows-1_shuffle-98:before{content:"\eaa1"}.nc-icon-glyph.arrows-1_simple-down:before{content:"\eaa2"}.nc-icon-glyph.arrows-1_simple-left:before{content:"\eaa3"}.nc-icon-glyph.arrows-1_simple-right:before{content:"\eaa4"}.nc-icon-glyph.arrows-1_simple-up:before{content:"\eaa5"}.nc-icon-glyph.arrows-1_small-triangle-down:before{content:"\eaa6"}.nc-icon-glyph.arrows-1_small-triangle-left:before{content:"\eaa7"}.nc-icon-glyph.arrows-1_small-triangle-right:before{content:"\eaa8"}.nc-icon-glyph.arrows-1_small-triangle-up:before{content:"\eaa9"}.nc-icon-glyph.arrows-1_square-down:before{content:"\eaaa"}.nc-icon-glyph.arrows-1_square-left:before{content:"\eaab"}.nc-icon-glyph.arrows-1_square-right:before{content:"\eaac"}.nc-icon-glyph.arrows-1_square-up:before{content:"\eaad"}.nc-icon-glyph.arrows-1_strong-down:before{content:"\eaae"}.nc-icon-glyph.arrows-1_strong-left:before{content:"\eaaf"}.nc-icon-glyph.arrows-1_strong-right:before{content:"\eab0"}.nc-icon-glyph.arrows-1_strong-up:before{content:"\eab1"}.nc-icon-glyph.arrows-1_tail-down:before{content:"\eab2"}.nc-icon-glyph.arrows-1_tail-left:before{content:"\eab3"}.nc-icon-glyph.arrows-1_tail-right:before{content:"\eab4"}.nc-icon-glyph.arrows-1_tail-triangle-down:before{content:"\eab5"}.nc-icon-glyph.arrows-1_tail-triangle-left:before{content:"\eab6"}.nc-icon-glyph.arrows-1_tail-triangle-right:before{content:"\eab7"}.nc-icon-glyph.arrows-1_tail-triangle-up:before{content:"\eab8"}.nc-icon-glyph.arrows-1_tail-up:before{content:"\eab9"}.nc-icon-glyph.arrows-1_trend-down:before{content:"\eaba"}.nc-icon-glyph.arrows-1_trend-up:before{content:"\eabb"}.nc-icon-glyph.arrows-1_triangle-down-20:before{content:"\eabc"}.nc-icon-glyph.arrows-1_triangle-down-65:before{content:"\eabd"}.nc-icon-glyph.arrows-1_triangle-left-18:before{content:"\eabe"}.nc-icon-glyph.arrows-1_triangle-left-63:before{content:"\eabf"}.nc-icon-glyph.arrows-1_triangle-right-17:before{content:"\eac0"}.nc-icon-glyph.arrows-1_triangle-right-62:before{content:"\eac1"}.nc-icon-glyph.arrows-1_triangle-up-19:before{content:"\eac2"}.nc-icon-glyph.arrows-1_triangle-up-64:before{content:"\eac3"}.nc-icon-glyph.arrows-1_window-zoom-in:before{content:"\eac4"}.nc-icon-glyph.arrows-1_window-zoom-out:before{content:"\eac5"}.nc-icon-glyph.arrows-1_zoom-88:before{content:"\eac6"}.nc-icon-glyph.arrows-1_zoom-99:before{content:"\eac7"}.nc-icon-glyph.arrows-1_zoom-100:before{content:"\eac8"}.nc-icon-glyph.arrows-2_block-down:before{content:"\eac9"}.nc-icon-glyph.arrows-2_block-left:before{content:"\eaca"}.nc-icon-glyph.arrows-2_block-right:before{content:"\eacb"}.nc-icon-glyph.arrows-2_block-up:before{content:"\eacc"}.nc-icon-glyph.arrows-2_circle-in:before{content:"\eacd"}.nc-icon-glyph.arrows-2_circle-out:before{content:"\eace"}.nc-icon-glyph.arrows-2_circuit-round:before{content:"\eacf"}.nc-icon-glyph.arrows-2_circuit:before{content:"\ead0"}.nc-icon-glyph.arrows-2_computer-upload:before{content:"\ead1"}.nc-icon-glyph.arrows-2_conversion:before{content:"\ead2"}.nc-icon-glyph.arrows-2_corner-down-round:before{content:"\ead3"}.nc-icon-glyph.arrows-2_corner-down:before{content:"\ead4"}.nc-icon-glyph.arrows-2_corner-left-down:before{content:"\ead5"}.nc-icon-glyph.arrows-2_corner-left-round:before{content:"\ead6"}.nc-icon-glyph.arrows-2_corner-left:before{content:"\ead7"}.nc-icon-glyph.arrows-2_corner-right-down:before{content:"\ead8"}.nc-icon-glyph.arrows-2_corner-right-round:before{content:"\ead9"}.nc-icon-glyph.arrows-2_corner-right:before{content:"\eada"}.nc-icon-glyph.arrows-2_corner-up-left:before{content:"\eadb"}.nc-icon-glyph.arrows-2_corner-up-right:before{content:"\eadc"}.nc-icon-glyph.arrows-2_corner-up-round:before{content:"\eadd"}.nc-icon-glyph.arrows-2_corner-up:before{content:"\eade"}.nc-icon-glyph.arrows-2_cross-down:before{content:"\eadf"}.nc-icon-glyph.arrows-2_cross-horizontal:before{content:"\eae0"}.nc-icon-glyph.arrows-2_cross-left:before{content:"\eae1"}.nc-icon-glyph.arrows-2_cross-right:before{content:"\eae2"}.nc-icon-glyph.arrows-2_cross-up:before{content:"\eae3"}.nc-icon-glyph.arrows-2_cross-vertical:before{content:"\eae4"}.nc-icon-glyph.arrows-2_curve-circuit:before{content:"\eae5"}.nc-icon-glyph.arrows-2_curve-directions:before{content:"\eae6"}.nc-icon-glyph.arrows-2_curve-split:before{content:"\eae7"}.nc-icon-glyph.arrows-2_delete-49:before{content:"\eae8"}.nc-icon-glyph.arrows-2_delete-50:before{content:"\eae9"}.nc-icon-glyph.arrows-2_direction:before{content:"\eaea"}.nc-icon-glyph.arrows-2_dots-download:before{content:"\eaeb"}.nc-icon-glyph.arrows-2_dots-upload:before{content:"\eaec"}.nc-icon-glyph.arrows-2_eject:before{content:"\eaed"}.nc-icon-glyph.arrows-2_enlarge-circle:before{content:"\eaee"}.nc-icon-glyph.arrows-2_file-download-87:before{content:"\eaef"}.nc-icon-glyph.arrows-2_file-download-89:before{content:"\eaf0"}.nc-icon-glyph.arrows-2_file-download-94:before{content:"\eaf1"}.nc-icon-glyph.arrows-2_file-upload-86:before{content:"\eaf2"}.nc-icon-glyph.arrows-2_file-upload-88:before{content:"\eaf3"}.nc-icon-glyph.arrows-2_file-upload-93:before{content:"\eaf4"}.nc-icon-glyph.arrows-2_fork-round:before{content:"\eaf5"}.nc-icon-glyph.arrows-2_fork:before{content:"\eaf6"}.nc-icon-glyph.arrows-2_hit-down:before{content:"\eaf7"}.nc-icon-glyph.arrows-2_hit-left:before{content:"\eaf8"}.nc-icon-glyph.arrows-2_hit-right:before{content:"\eaf9"}.nc-icon-glyph.arrows-2_hit-up:before{content:"\eafa"}.nc-icon-glyph.arrows-2_lines:before{content:"\eafb"}.nc-icon-glyph.arrows-2_log-out:before{content:"\eafc"}.nc-icon-glyph.arrows-2_loop:before{content:"\eafd"}.nc-icon-glyph.arrows-2_merge-round:before{content:"\eafe"}.nc-icon-glyph.arrows-2_merge:before{content:"\eaff"}.nc-icon-glyph.arrows-2_move-05:before{content:"\eb00"}.nc-icon-glyph.arrows-2_move-06:before{content:"\eb01"}.nc-icon-glyph.arrows-2_move-92:before{content:"\eb02"}.nc-icon-glyph.arrows-2_move-down-right:before{content:"\eb03"}.nc-icon-glyph.arrows-2_move-down:before{content:"\eb04"}.nc-icon-glyph.arrows-2_move-left:before{content:"\eb05"}.nc-icon-glyph.arrows-2_move-right:before{content:"\eb06"}.nc-icon-glyph.arrows-2_move-up-left:before{content:"\eb07"}.nc-icon-glyph.arrows-2_move-up:before{content:"\eb08"}.nc-icon-glyph.arrows-2_push-next:before{content:"\eb09"}.nc-icon-glyph.arrows-2_push-previous:before{content:"\eb0a"}.nc-icon-glyph.arrows-2_reload:before{content:"\eb0b"}.nc-icon-glyph.arrows-2_replay:before{content:"\eb0c"}.nc-icon-glyph.arrows-2_rotate-left:before{content:"\eb0d"}.nc-icon-glyph.arrows-2_rotate-right:before{content:"\eb0e"}.nc-icon-glyph.arrows-2_round-left-down:before{content:"\eb0f"}.nc-icon-glyph.arrows-2_round-right-down:before{content:"\eb10"}.nc-icon-glyph.arrows-2_round-up-left:before{content:"\eb11"}.nc-icon-glyph.arrows-2_round-up-right:before{content:"\eb12"}.nc-icon-glyph.arrows-2_select-83:before{content:"\eb13"}.nc-icon-glyph.arrows-2_select-84:before{content:"\eb14"}.nc-icon-glyph.arrows-2_separate-round:before{content:"\eb15"}.nc-icon-glyph.arrows-2_separate:before{content:"\eb16"}.nc-icon-glyph.arrows-2_share-left:before{content:"\eb17"}.nc-icon-glyph.arrows-2_share-right:before{content:"\eb18"}.nc-icon-glyph.arrows-2_skew-down:before{content:"\eb19"}.nc-icon-glyph.arrows-2_skew-left:before{content:"\eb1a"}.nc-icon-glyph.arrows-2_skew-right:before{content:"\eb1b"}.nc-icon-glyph.arrows-2_skew-up:before{content:"\eb1c"}.nc-icon-glyph.arrows-2_small-left:before{content:"\eb1d"}.nc-icon-glyph.arrows-2_small-right:before{content:"\eb1e"}.nc-icon-glyph.arrows-2_split-horizontal:before{content:"\eb1f"}.nc-icon-glyph.arrows-2_split-round:before{content:"\eb20"}.nc-icon-glyph.arrows-2_split-vertical:before{content:"\eb21"}.nc-icon-glyph.arrows-2_split:before{content:"\eb22"}.nc-icon-glyph.arrows-2_square-download:before{content:"\eb23"}.nc-icon-glyph.arrows-2_square-upload:before{content:"\eb24"}.nc-icon-glyph.arrows-2_time:before{content:"\eb25"}.nc-icon-glyph.arrows-2_triangle-down:before{content:"\eb26"}.nc-icon-glyph.arrows-2_triangle-left:before{content:"\eb27"}.nc-icon-glyph.arrows-2_triangle-right:before{content:"\eb28"}.nc-icon-glyph.arrows-2_triangle-up:before{content:"\eb29"}.nc-icon-glyph.arrows-2_unite-round:before{content:"\eb2a"}.nc-icon-glyph.arrows-2_unite:before{content:"\eb2b"}.nc-icon-glyph.arrows-2_zoom:before{content:"\eb2c"}.nc-icon-glyph.arrows-3_circle-down:before{content:"\eb2d"}.nc-icon-glyph.arrows-3_circle-left:before{content:"\eb2e"}.nc-icon-glyph.arrows-3_circle-right:before{content:"\eb2f"}.nc-icon-glyph.arrows-3_circle-simple-down:before{content:"\eb30"}.nc-icon-glyph.arrows-3_circle-simple-left:before{content:"\eb31"}.nc-icon-glyph.arrows-3_circle-simple-right:before{content:"\eb32"}.nc-icon-glyph.arrows-3_circle-simple-up:before{content:"\eb33"}.nc-icon-glyph.arrows-3_circle-up:before{content:"\eb34"}.nc-icon-glyph.arrows-3_cloud-refresh:before{content:"\eb35"}.nc-icon-glyph.arrows-3_separate:before{content:"\eb36"}.nc-icon-glyph.arrows-3_small-down:before{content:"\eb37"}.nc-icon-glyph.arrows-3_small-up:before{content:"\eb38"}.nc-icon-glyph.arrows-3_square-corner-down-left-17:before{content:"\eb39"}.nc-icon-glyph.arrows-3_square-corner-down-left-18:before{content:"\eb3a"}.nc-icon-glyph.arrows-3_square-corner-up-left:before{content:"\eb3b"}.nc-icon-glyph.arrows-3_square-corner-up-right:before{content:"\eb3c"}.nc-icon-glyph.arrows-3_square-down-06:before{content:"\eb3d"}.nc-icon-glyph.arrows-3_square-down-22:before{content:"\eb3e"}.nc-icon-glyph.arrows-3_square-enlarge:before{content:"\eb3f"}.nc-icon-glyph.arrows-3_square-left-04:before{content:"\eb40"}.nc-icon-glyph.arrows-3_square-left-20:before{content:"\eb41"}.nc-icon-glyph.arrows-3_square-right-03:before{content:"\eb42"}.nc-icon-glyph.arrows-3_square-right-19:before{content:"\eb43"}.nc-icon-glyph.arrows-3_square-simple-down:before{content:"\eb44"}.nc-icon-glyph.arrows-3_square-simple-left:before{content:"\eb45"}.nc-icon-glyph.arrows-3_square-simple-right:before{content:"\eb46"}.nc-icon-glyph.arrows-3_square-simple-up:before{content:"\eb47"}.nc-icon-glyph.arrows-3_square-up-05:before{content:"\eb48"}.nc-icon-glyph.arrows-3_square-up-21:before{content:"\eb49"}.nc-icon-glyph.arrows-3_square-zoom:before{content:"\eb4a"}.nc-icon-glyph.arrows-3_super-bold-down:before{content:"\eb4b"}.nc-icon-glyph.arrows-3_super-bold-left:before{content:"\eb4c"}.nc-icon-glyph.arrows-3_super-bold-right:before{content:"\eb4d"}.nc-icon-glyph.arrows-3_super-bold-up:before{content:"\eb4e"}.nc-icon-outline.travel_axe:before{content:"\eb28"}.nc-icon-outline.travel_backpack:before{content:"\eb29"}.nc-icon-outline.travel_bag:before{content:"\eb2a"}.nc-icon-outline.travel_barbecue:before{content:"\eb2b"}.nc-icon-outline.travel_beach-umbrella:before{content:"\eb2c"}.nc-icon-outline.travel_berlin:before{content:"\eb2d"}.nc-icon-outline.travel_binocular:before{content:"\eb2e"}.nc-icon-outline.travel_camper:before{content:"\eb2f"}.nc-icon-outline.travel_camping:before{content:"\eb30"}.nc-icon-outline.travel_castle:before{content:"\eb31"}.nc-icon-outline.travel_china:before{content:"\eb32"}.nc-icon-outline.travel_church:before{content:"\eb33"}.nc-icon-outline.travel_drink:before{content:"\eb34"}.nc-icon-outline.travel_explore:before{content:"\eb35"}.nc-icon-outline.travel_fire:before{content:"\eb36"}.nc-icon-outline.travel_hotel-bell:before{content:"\eb37"}.nc-icon-outline.travel_hotel-symbol:before{content:"\eb38"}.nc-icon-outline.travel_hotel:before{content:"\eb39"}.nc-icon-outline.travel_hut:before{content:"\eb3a"}.nc-icon-outline.travel_igloo:before{content:"\eb3b"}.nc-icon-outline.travel_info:before{content:"\eb3c"}.nc-icon-outline.travel_istanbul:before{content:"\eb3d"}.nc-icon-outline.travel_jellyfish:before{content:"\eb3e"}.nc-icon-outline.travel_lamp:before{content:"\eb3f"}.nc-icon-outline.travel_lighthouse:before{content:"\eb40"}.nc-icon-outline.travel_london:before{content:"\eb41"}.nc-icon-outline.travel_luggage:before{content:"\eb42"}.nc-icon-outline.travel_mosque:before{content:"\eb43"}.nc-icon-outline.travel_ny:before{content:"\eb44"}.nc-icon-outline.travel_octopus:before{content:"\eb45"}.nc-icon-outline.travel_paris-tower:before{content:"\eb46"}.nc-icon-outline.travel_passport:before{content:"\eb47"}.nc-icon-outline.travel_pickaxe:before{content:"\eb48"}.nc-icon-outline.travel_pool:before{content:"\eb49"}.nc-icon-outline.travel_pyramid:before{content:"\eb4a"}.nc-icon-outline.travel_rackets:before{content:"\eb4b"}.nc-icon-outline.travel_rio:before{content:"\eb4c"}.nc-icon-outline.travel_road-sign-left:before{content:"\eb4d"}.nc-icon-outline.travel_road-sign-right:before{content:"\eb4e"}.nc-icon-outline.travel_rome:before{content:"\eb4f"}.nc-icon-outline.travel_rowing:before{content:"\eb50"}.nc-icon-outline.travel_sea-mask:before{content:"\eb51"}.nc-icon-outline.travel_sf-bridge:before{content:"\eb52"}.nc-icon-outline.travel_shark:before{content:"\eb53"}.nc-icon-outline.travel_spa:before{content:"\eb54"}.nc-icon-outline.travel_sunglasses:before{content:"\eb55"}.nc-icon-outline.travel_surf:before{content:"\eb56"}.nc-icon-outline.travel_swimsuit:before{content:"\eb57"}.nc-icon-outline.travel_swimwear:before{content:"\eb58"}.nc-icon-outline.travel_swiss-knife:before{content:"\eb59"}.nc-icon-outline.travel_temple-02:before{content:"\eb5a"}.nc-icon-outline.travel_temple-25:before{content:"\eb5b"}.nc-icon-outline.travel_trolley:before{content:"\eb5c"}.nc-icon-outline.travel_white-house:before{content:"\eb5d"}.nc-icon-outline.travel_world:before{content:"\eb5e"}.nc-icon-outline.travel_worldmap:before{content:"\eb5f"}.nc-icon-outline.food_alcohol:before{content:"\eb60"}.nc-icon-outline.food_apple:before{content:"\eb61"}.nc-icon-outline.food_baby:before{content:"\eb62"}.nc-icon-outline.food_bacon:before{content:"\eb63"}.nc-icon-outline.food_baguette:before{content:"\eb64"}.nc-icon-outline.food_banana:before{content:"\eb65"}.nc-icon-outline.food_barbecue-02:before{content:"\eb66"}.nc-icon-outline.food_barbecue-15:before{content:"\eb67"}.nc-icon-outline.food_barbecue-tools:before{content:"\eb68"}.nc-icon-outline.food_beer-95:before{content:"\eb69"}.nc-icon-outline.food_beer-96:before{content:"\eb6a"}.nc-icon-outline.food_beverage:before{content:"\eb6b"}.nc-icon-outline.food_bottle-wine:before{content:"\eb6c"}.nc-icon-outline.food_bottle:before{content:"\eb6d"}.nc-icon-outline.food_bowl:before{content:"\eb6e"}.nc-icon-outline.food_bread:before{content:"\eb6f"}.nc-icon-outline.food_broccoli:before{content:"\eb70"}.nc-icon-outline.food_cake-13:before{content:"\eb71"}.nc-icon-outline.food_cake-100:before{content:"\eb72"}.nc-icon-outline.food_cake-slice:before{content:"\eb73"}.nc-icon-outline.food_candle:before{content:"\eb74"}.nc-icon-outline.food_candy:before{content:"\eb75"}.nc-icon-outline.food_carrot:before{content:"\eb76"}.nc-icon-outline.food_champagne:before{content:"\eb77"}.nc-icon-outline.food_cheese-24:before{content:"\eb78"}.nc-icon-outline.food_cheese-87:before{content:"\eb79"}.nc-icon-outline.food_cheeseburger:before{content:"\eb7a"}.nc-icon-outline.food_chef-hat:before{content:"\eb7b"}.nc-icon-outline.food_cherry:before{content:"\eb7c"}.nc-icon-outline.food_chicken:before{content:"\eb7d"}.nc-icon-outline.food_chili:before{content:"\eb7e"}.nc-icon-outline.food_chinese:before{content:"\eb7f"}.nc-icon-outline.food_chips:before{content:"\eb80"}.nc-icon-outline.food_chocolate:before{content:"\eb81"}.nc-icon-outline.food_cocktail:before{content:"\eb82"}.nc-icon-outline.food_coffe-long:before{content:"\eb83"}.nc-icon-outline.food_coffee-long:before{content:"\eb84"}.nc-icon-outline.food_coffee:before{content:"\eb85"}.nc-icon-outline.food_cookies:before{content:"\eb86"}.nc-icon-outline.food_course:before{content:"\eb87"}.nc-icon-outline.food_crab:before{content:"\eb88"}.nc-icon-outline.food_croissant:before{content:"\eb89"}.nc-icon-outline.food_cutlery-75:before{content:"\eb8a"}.nc-icon-outline.food_cutlery-76:before{content:"\eb8b"}.nc-icon-outline.food_cutlery-77:before{content:"\eb8c"}.nc-icon-outline.food_dishwasher:before{content:"\eb8d"}.nc-icon-outline.food_donut:before{content:"\eb8e"}.nc-icon-outline.food_drink:before{content:"\eb8f"}.nc-icon-outline.food_egg:before{content:"\eb90"}.nc-icon-outline.food_energy-drink:before{content:"\eb91"}.nc-icon-outline.food_fish:before{content:"\eb92"}.nc-icon-outline.food_fishbone:before{content:"\eb93"}.nc-icon-outline.food_fridge:before{content:"\eb94"}.nc-icon-outline.food_glass:before{content:"\eb95"}.nc-icon-outline.food_grape:before{content:"\eb96"}.nc-icon-outline.food_hob:before{content:"\eb97"}.nc-icon-outline.food_hot-dog:before{content:"\eb98"}.nc-icon-outline.food_ice-cream-22:before{content:"\eb99"}.nc-icon-outline.food_ice-cream-72:before{content:"\eb9a"}.nc-icon-outline.food_jam:before{content:"\eb9b"}.nc-icon-outline.food_kettle:before{content:"\eb9c"}.nc-icon-outline.food_kitchen-fan:before{content:"\eb9d"}.nc-icon-outline.food_knife:before{content:"\eb9e"}.nc-icon-outline.food_lemon-slice:before{content:"\eb9f"}.nc-icon-outline.food_lighter:before{content:"\eba0"}.nc-icon-outline.food_lobster:before{content:"\eba1"}.nc-icon-outline.food_matches:before{content:"\eba2"}.nc-icon-outline.food_measuring-cup:before{content:"\eba3"}.nc-icon-outline.food_meat-spit:before{content:"\eba4"}.nc-icon-outline.food_microwave:before{content:"\eba5"}.nc-icon-outline.food_milk:before{content:"\eba6"}.nc-icon-outline.food_moka:before{content:"\eba7"}.nc-icon-outline.food_muffin:before{content:"\eba8"}.nc-icon-outline.food_mug:before{content:"\eba9"}.nc-icon-outline.food_oven:before{content:"\ebaa"}.nc-icon-outline.food_pan:before{content:"\ebab"}.nc-icon-outline.food_pizza-slice:before{content:"\ebac"}.nc-icon-outline.food_pizza:before{content:"\ebad"}.nc-icon-outline.food_plate:before{content:"\ebae"}.nc-icon-outline.food_pot:before{content:"\ebaf"}.nc-icon-outline.food_prosciutto:before{content:"\ebb0"}.nc-icon-outline.food_recipe-book-46:before{content:"\ebb1"}.nc-icon-outline.food_recipe-book-47:before{content:"\ebb2"}.nc-icon-outline.food_rolling-pin:before{content:"\ebb3"}.nc-icon-outline.food_salt:before{content:"\ebb4"}.nc-icon-outline.food_sausage:before{content:"\ebb5"}.nc-icon-outline.food_scale:before{content:"\ebb6"}.nc-icon-outline.food_scotch:before{content:"\ebb7"}.nc-icon-outline.food_shrimp:before{content:"\ebb8"}.nc-icon-outline.food_steak:before{content:"\ebb9"}.nc-icon-outline.food_store:before{content:"\ebba"}.nc-icon-outline.food_strawberry:before{content:"\ebbb"}.nc-icon-outline.food_sushi:before{content:"\ebbc"}.nc-icon-outline.food_tacos:before{content:"\ebbd"}.nc-icon-outline.food_tea:before{content:"\ebbe"}.nc-icon-outline.food_temperature:before{content:"\ebbf"}.nc-icon-outline.food_vest-07:before{content:"\ebc0"}.nc-icon-outline.food_vest-31:before{content:"\ebc1"}.nc-icon-outline.food_watermelon:before{content:"\ebc2"}.nc-icon-outline.food_whisk:before{content:"\ebc3"}.nc-icon-outline.emoticons_alien:before{content:"\ebc4"}.nc-icon-outline.emoticons_angry-10:before{content:"\ebc5"}.nc-icon-outline.emoticons_angry-44:before{content:"\ebc6"}.nc-icon-outline.emoticons_big-eyes:before{content:"\ebc7"}.nc-icon-outline.emoticons_big-smile:before{content:"\ebc8"}.nc-icon-outline.emoticons_bigmouth:before{content:"\ebc9"}.nc-icon-outline.emoticons_bleah:before{content:"\ebca"}.nc-icon-outline.emoticons_blind:before{content:"\ebcb"}.nc-icon-outline.emoticons_bomb:before{content:"\ebcc"}.nc-icon-outline.emoticons_bored:before{content:"\ebcd"}.nc-icon-outline.emoticons_cake:before{content:"\ebce"}.nc-icon-outline.emoticons_cry-15:before{content:"\ebcf"}.nc-icon-outline.emoticons_cry-57:before{content:"\ebd0"}.nc-icon-outline.emoticons_cute:before{content:"\ebd1"}.nc-icon-outline.emoticons_devil:before{content:"\ebd2"}.nc-icon-outline.emoticons_disgusted:before{content:"\ebd3"}.nc-icon-outline.emoticons_fist:before{content:"\ebd4"}.nc-icon-outline.emoticons_ghost:before{content:"\ebd5"}.nc-icon-outline.emoticons_hannibal:before{content:"\ebd6"}.nc-icon-outline.emoticons_happy-sun:before{content:"\ebd7"}.nc-icon-outline.emoticons_kid:before{content:"\ebd8"}.nc-icon-outline.emoticons_kiss:before{content:"\ebd9"}.nc-icon-outline.emoticons_laugh-17:before{content:"\ebda"}.nc-icon-outline.emoticons_laugh-35:before{content:"\ebdb"}.nc-icon-outline.emoticons_like-no:before{content:"\ebdc"}.nc-icon-outline.emoticons_like:before{content:"\ebdd"}.nc-icon-outline.emoticons_mad-12:before{content:"\ebde"}.nc-icon-outline.emoticons_mad-58:before{content:"\ebdf"}.nc-icon-outline.emoticons_malicious:before{content:"\ebe0"}.nc-icon-outline.emoticons_manga-62:before{content:"\ebe1"}.nc-icon-outline.emoticons_manga-63:before{content:"\ebe2"}.nc-icon-outline.emoticons_monster:before{content:"\ebe3"}.nc-icon-outline.emoticons_nerd-22:before{content:"\ebe4"}.nc-icon-outline.emoticons_nerd-23:before{content:"\ebe5"}.nc-icon-outline.emoticons_ninja:before{content:"\ebe6"}.nc-icon-outline.emoticons_no-words:before{content:"\ebe7"}.nc-icon-outline.emoticons_parrot:before{content:"\ebe8"}.nc-icon-outline.emoticons_penguin:before{content:"\ebe9"}.nc-icon-outline.emoticons_pirate:before{content:"\ebea"}.nc-icon-outline.emoticons_poop:before{content:"\ebeb"}.nc-icon-outline.emoticons_puzzled:before{content:"\ebec"}.nc-icon-outline.emoticons_quite-happy:before{content:"\ebed"}.nc-icon-outline.emoticons_robot:before{content:"\ebee"}.nc-icon-outline.emoticons_rock:before{content:"\ebef"}.nc-icon-outline.emoticons_sad:before{content:"\ebf0"}.nc-icon-outline.emoticons_satisfied:before{content:"\ebf1"}.nc-icon-outline.emoticons_shark:before{content:"\ebf2"}.nc-icon-outline.emoticons_shy:before{content:"\ebf3"}.nc-icon-outline.emoticons_sick:before{content:"\ebf4"}.nc-icon-outline.emoticons_silly:before{content:"\ebf5"}.nc-icon-outline.emoticons_skull:before{content:"\ebf6"}.nc-icon-outline.emoticons_sleep:before{content:"\ebf7"}.nc-icon-outline.emoticons_sloth:before{content:"\ebf8"}.nc-icon-outline.emoticons_smart:before{content:"\ebf9"}.nc-icon-outline.emoticons_smile:before{content:"\ebfa"}.nc-icon-outline.emoticons_soldier:before{content:"\ebfb"}.nc-icon-outline.emoticons_speechless:before{content:"\ebfc"}.nc-icon-outline.emoticons_spiteful:before{content:"\ebfd"}.nc-icon-outline.emoticons_sunglasses-48:before{content:"\ebfe"}.nc-icon-outline.emoticons_sunglasses-49:before{content:"\ebff"}.nc-icon-outline.emoticons_surprise:before{content:"\ec00"}.nc-icon-outline.emoticons_upset-13:before{content:"\ec01"}.nc-icon-outline.emoticons_upset-14:before{content:"\ec02"}.nc-icon-outline.emoticons_virus:before{content:"\ec03"}.nc-icon-outline.emoticons_what:before{content:"\ec04"}.nc-icon-outline.emoticons_whiskers:before{content:"\ec05"}.nc-icon-outline.emoticons_wink-06:before{content:"\ec06"}.nc-icon-outline.emoticons_wink-11:before{content:"\ec07"}.nc-icon-outline.emoticons_wink-69:before{content:"\ec08"}.nc-icon-outline.weather_celsius:before{content:"\e600"}.nc-icon-outline.weather_cloud-13:before{content:"\e601"}.nc-icon-outline.weather_cloud-14:before{content:"\e602"}.nc-icon-outline.weather_cloud-drop:before{content:"\e603"}.nc-icon-outline.weather_cloud-fog-31:before{content:"\e604"}.nc-icon-outline.weather_cloud-fog-32:before{content:"\e605"}.nc-icon-outline.weather_cloud-hail:before{content:"\e606"}.nc-icon-outline.weather_cloud-light:before{content:"\e607"}.nc-icon-outline.weather_cloud-moon:before{content:"\e608"}.nc-icon-outline.weather_cloud-rain:before{content:"\e609"}.nc-icon-outline.weather_cloud-rainbow:before{content:"\e60a"}.nc-icon-outline.weather_cloud-snow-34:before{content:"\e60b"}.nc-icon-outline.weather_cloud-snow-42:before{content:"\e60c"}.nc-icon-outline.weather_cloud-sun-17:before{content:"\e60d"}.nc-icon-outline.weather_cloud-sun-19:before{content:"\e60e"}.nc-icon-outline.weather_compass:before{content:"\e60f"}.nc-icon-outline.weather_drop-12:before{content:"\e610"}.nc-icon-outline.weather_drop-15:before{content:"\e611"}.nc-icon-outline.weather_drops:before{content:"\e612"}.nc-icon-outline.weather_eclipse:before{content:"\e613"}.nc-icon-outline.weather_fahrenheit:before{content:"\e614"}.nc-icon-outline.weather_fog:before{content:"\e615"}.nc-icon-outline.weather_forecast:before{content:"\e616"}.nc-icon-outline.weather_hurricane-44:before{content:"\e617"}.nc-icon-outline.weather_hurricane-45:before{content:"\e618"}.nc-icon-outline.weather_moon-cloud-drop:before{content:"\e619"}.nc-icon-outline.weather_moon-cloud-fog:before{content:"\e61a"}.nc-icon-outline.weather_moon-cloud-hail:before{content:"\e61b"}.nc-icon-outline.weather_moon-cloud-light:before{content:"\e61c"}.nc-icon-outline.weather_moon-cloud-rain:before{content:"\e61d"}.nc-icon-outline.weather_moon-cloud-snow-61:before{content:"\e61e"}.nc-icon-outline.weather_moon-cloud-snow-62:before{content:"\e61f"}.nc-icon-outline.weather_moon-fog:before{content:"\e620"}.nc-icon-outline.weather_moon-full:before{content:"\e621"}.nc-icon-outline.weather_moon-stars:before{content:"\e622"}.nc-icon-outline.weather_moon:before{content:"\e623"}.nc-icon-outline.weather_rain-hail:before{content:"\e624"}.nc-icon-outline.weather_rain:before{content:"\e625"}.nc-icon-outline.weather_rainbow:before{content:"\e626"}.nc-icon-outline.weather_snow:before{content:"\e627"}.nc-icon-outline.weather_sun-cloud-drop:before{content:"\e628"}.nc-icon-outline.weather_sun-cloud-fog:before{content:"\e629"}.nc-icon-outline.weather_sun-cloud-hail:before{content:"\e62a"}.nc-icon-outline.weather_sun-cloud-light:before{content:"\e62b"}.nc-icon-outline.weather_sun-cloud-rain:before{content:"\e62c"}.nc-icon-outline.weather_sun-cloud-snow-54:before{content:"\e62d"}.nc-icon-outline.weather_sun-cloud-snow-55:before{content:"\e62e"}.nc-icon-outline.weather_sun-cloud:before{content:"\e62f"}.nc-icon-outline.weather_sun-fog-29:before{content:"\e630"}.nc-icon-outline.weather_sun-fog-30:before{content:"\e631"}.nc-icon-outline.weather_sun-fog-43:before{content:"\e632"}.nc-icon-outline.weather_sun:before{content:"\e633"}.nc-icon-outline.weather_wind:before{content:"\e634"}.nc-icon-outline.users_add-27:before{content:"\e635"}.nc-icon-outline.users_add-29:before{content:"\e636"}.nc-icon-outline.users_badge-13:before{content:"\e637"}.nc-icon-outline.users_badge-14:before{content:"\e638"}.nc-icon-outline.users_badge-15:before{content:"\e639"}.nc-icon-outline.users_circle-08:before{content:"\e63a"}.nc-icon-outline.users_circle-09:before{content:"\e63b"}.nc-icon-outline.users_circle-10:before{content:"\e63c"}.nc-icon-outline.users_contacts:before{content:"\e63d"}.nc-icon-outline.users_delete-28:before{content:"\e63e"}.nc-icon-outline.users_delete-30:before{content:"\e63f"}.nc-icon-outline.users_man-20:before{content:"\e640"}.nc-icon-outline.users_man-23:before{content:"\e641"}.nc-icon-outline.users_man-glasses:before{content:"\e642"}.nc-icon-outline.users_mobile-contact:before{content:"\e643"}.nc-icon-outline.users_multiple-11:before{content:"\e644"}.nc-icon-outline.users_multiple-19:before{content:"\e645"}.nc-icon-outline.users_network:before{content:"\e646"}.nc-icon-outline.users_parent:before{content:"\e647"}.nc-icon-outline.users_single-01:before{content:"\e648"}.nc-icon-outline.users_single-02:before{content:"\e649"}.nc-icon-outline.users_single-03:before{content:"\e64a"}.nc-icon-outline.users_single-04:before{content:"\e64b"}.nc-icon-outline.users_single-05:before{content:"\e64c"}.nc-icon-outline.users_single-body:before{content:"\e64d"}.nc-icon-outline.users_single-position:before{content:"\e64e"}.nc-icon-outline.users_square-31:before{content:"\e64f"}.nc-icon-outline.users_square-32:before{content:"\e650"}.nc-icon-outline.users_square-33:before{content:"\e651"}.nc-icon-outline.users_woman-21:before{content:"\e652"}.nc-icon-outline.users_woman-24:before{content:"\e653"}.nc-icon-outline.users_woman-25:before{content:"\e654"}.nc-icon-outline.users_woman-34:before{content:"\e655"}.nc-icon-outline.users_woman-35:before{content:"\e656"}.nc-icon-outline.users_woman-man:before{content:"\e657"}.nc-icon-outline.ui-1_analytics-88:before{content:"\e658"}.nc-icon-outline.ui-1_analytics-89:before{content:"\e659"}.nc-icon-outline.ui-1_attach-86:before{content:"\e65a"}.nc-icon-outline.ui-1_attach-87:before{content:"\e65b"}.nc-icon-outline.ui-1_bell-53:before{content:"\e65c"}.nc-icon-outline.ui-1_bell-54:before{content:"\e65d"}.nc-icon-outline.ui-1_bell-55:before{content:"\e65e"}.nc-icon-outline.ui-1_bold-add:before{content:"\e65f"}.nc-icon-outline.ui-1_bold-delete:before{content:"\e660"}.nc-icon-outline.ui-1_bold-remove:before{content:"\e661"}.nc-icon-outline.ui-1_bookmark-add:before{content:"\e662"}.nc-icon-outline.ui-1_bookmark-remove:before{content:"\e663"}.nc-icon-outline.ui-1_calendar-57:before{content:"\e664"}.nc-icon-outline.ui-1_calendar-60:before{content:"\e665"}.nc-icon-outline.ui-1_calendar-check-59:before{content:"\e666"}.nc-icon-outline.ui-1_calendar-check-62:before{content:"\e667"}.nc-icon-outline.ui-1_calendar-grid-58:before{content:"\e668"}.nc-icon-outline.ui-1_calendar-grid-61:before{content:"\e669"}.nc-icon-outline.ui-1_check-bold:before{content:"\e66a"}.nc-icon-outline.ui-1_check-circle-07:before{content:"\e66b"}.nc-icon-outline.ui-1_check-circle-08:before{content:"\e66c"}.nc-icon-outline.ui-1_check-curve:before{content:"\e66d"}.nc-icon-outline.ui-1_check-simple:before{content:"\e66e"}.nc-icon-outline.ui-1_check-small:before{content:"\e66f"}.nc-icon-outline.ui-1_check-square-09:before{content:"\e670"}.nc-icon-outline.ui-1_check-square-11:before{content:"\e671"}.nc-icon-outline.ui-1_check:before{content:"\e672"}.nc-icon-outline.ui-1_circle-add:before{content:"\e673"}.nc-icon-outline.ui-1_circle-bold-add:before{content:"\e674"}.nc-icon-outline.ui-1_circle-bold-remove:before{content:"\e675"}.nc-icon-outline.ui-1_circle-delete:before{content:"\e676"}.nc-icon-outline.ui-1_circle-remove:before{content:"\e677"}.nc-icon-outline.ui-1_dashboard-29:before{content:"\e678"}.nc-icon-outline.ui-1_dashboard-30:before{content:"\e679"}.nc-icon-outline.ui-1_dashboard-half:before{content:"\e67a"}.nc-icon-outline.ui-1_dashboard-level:before{content:"\e67b"}.nc-icon-outline.ui-1_database:before{content:"\e67c"}.nc-icon-outline.ui-1_drop:before{content:"\e67d"}.nc-icon-outline.ui-1_edit-71:before{content:"\e67e"}.nc-icon-outline.ui-1_edit-72:before{content:"\e67f"}.nc-icon-outline.ui-1_edit-73:before{content:"\e680"}.nc-icon-outline.ui-1_edit-74:before{content:"\e681"}.nc-icon-outline.ui-1_edit-75:before{content:"\e682"}.nc-icon-outline.ui-1_edit-76:before{content:"\e683"}.nc-icon-outline.ui-1_edit-77:before{content:"\e684"}.nc-icon-outline.ui-1_edit-78:before{content:"\e685"}.nc-icon-outline.ui-1_email-83:before{content:"\e686"}.nc-icon-outline.ui-1_email-84:before{content:"\e687"}.nc-icon-outline.ui-1_email-85:before{content:"\e688"}.nc-icon-outline.ui-1_eye-17:before{content:"\e689"}.nc-icon-outline.ui-1_eye-19:before{content:"\e68a"}.nc-icon-outline.ui-1_eye-ban-18:before{content:"\e68b"}.nc-icon-outline.ui-1_eye-ban-20:before{content:"\e68c"}.nc-icon-outline.ui-1_flame:before{content:"\e68d"}.nc-icon-outline.ui-1_home-51:before{content:"\e68e"}.nc-icon-outline.ui-1_home-52:before{content:"\e68f"}.nc-icon-outline.ui-1_home-minimal:before{content:"\e690"}.nc-icon-outline.ui-1_home-simple:before{content:"\e691"}.nc-icon-outline.ui-1_leaf-80:before{content:"\e692"}.nc-icon-outline.ui-1_leaf-81:before{content:"\e693"}.nc-icon-outline.ui-1_leaf-edit:before{content:"\e694"}.nc-icon-outline.ui-1_lock-circle-open:before{content:"\e695"}.nc-icon-outline.ui-1_lock-circle:before{content:"\e696"}.nc-icon-outline.ui-1_lock-open:before{content:"\e697"}.nc-icon-outline.ui-1_lock:before{content:"\e698"}.nc-icon-outline.ui-1_notification-69:before{content:"\e699"}.nc-icon-outline.ui-1_notification-70:before{content:"\e69a"}.nc-icon-outline.ui-1_pencil:before{content:"\e69b"}.nc-icon-outline.ui-1_preferences-circle-rotate:before{content:"\e69c"}.nc-icon-outline.ui-1_preferences-circle:before{content:"\e69d"}.nc-icon-outline.ui-1_preferences-container-circle-rotate:before{content:"\e69e"}.nc-icon-outline.ui-1_preferences-container-circle:before{content:"\e69f"}.nc-icon-outline.ui-1_preferences-container-rotate:before{content:"\e6a0"}.nc-icon-outline.ui-1_preferences-container:before{content:"\e6a1"}.nc-icon-outline.ui-1_preferences-rotate:before{content:"\e6a2"}.nc-icon-outline.ui-1_preferences:before{content:"\e6a3"}.nc-icon-outline.ui-1_send:before{content:"\e6a4"}.nc-icon-outline.ui-1_settings-gear-63:before{content:"\e6a5"}.nc-icon-outline.ui-1_settings-gear-64:before{content:"\e6a6"}.nc-icon-outline.ui-1_settings-gear-65:before{content:"\e6a7"}.nc-icon-outline.ui-1_settings-tool-66:before{content:"\e6a8"}.nc-icon-outline.ui-1_settings-tool-67:before{content:"\e6a9"}.nc-icon-outline.ui-1_settings:before{content:"\e6aa"}.nc-icon-outline.ui-1_simple-add:before{content:"\e6ab"}.nc-icon-outline.ui-1_simple-delete:before{content:"\e6ac"}.nc-icon-outline.ui-1_simple-remove:before{content:"\e6ad"}.nc-icon-outline.ui-1_trash-round:before{content:"\e6ae"}.nc-icon-outline.ui-1_trash-simple:before{content:"\e6af"}.nc-icon-outline.ui-1_trash:before{content:"\e6b0"}.nc-icon-outline.ui-1_ui-03:before{content:"\e6b1"}.nc-icon-outline.ui-1_ui-04:before{content:"\e6b2"}.nc-icon-outline.ui-1_zoom-bold-in:before{content:"\e6b3"}.nc-icon-outline.ui-1_zoom-bold-out:before{content:"\e6b4"}.nc-icon-outline.ui-1_zoom-bold:before{content:"\e6b5"}.nc-icon-outline.ui-1_zoom-in:before{content:"\e6b6"}.nc-icon-outline.ui-1_zoom-out:before{content:"\e6b7"}.nc-icon-outline.ui-1_zoom-split-in:before{content:"\e6b8"}.nc-icon-outline.ui-1_zoom-split-out:before{content:"\e6b9"}.nc-icon-outline.ui-1_zoom-split:before{content:"\e6ba"}.nc-icon-outline.ui-1_zoom:before{content:"\e6bb"}.nc-icon-outline.ui-2_alert:before{content:"\e6bc"}.nc-icon-outline.ui-2_alert-:before{content:"\e6bd"}.nc-icon-outline.ui-2_alert-circle:before{content:"\e6be"}.nc-icon-outline.ui-2_alert-circle-:before{content:"\e6bf"}.nc-icon-outline.ui-2_alert-circle-i:before{content:"\e6c0"}.nc-icon-outline.ui-2_alert-i:before{content:"\e6c1"}.nc-icon-outline.ui-2_alert-square:before{content:"\e6c2"}.nc-icon-outline.ui-2_alert-square-:before{content:"\e6c3"}.nc-icon-outline.ui-2_alert-square-i:before{content:"\e6c4"}.nc-icon-outline.ui-2_archive:before{content:"\e6c5"}.nc-icon-outline.ui-2_ban-bold:before{content:"\e6c6"}.nc-icon-outline.ui-2_ban:before{content:"\e6c7"}.nc-icon-outline.ui-2_battery-81:before{content:"\e6c8"}.nc-icon-outline.ui-2_battery-83:before{content:"\e6c9"}.nc-icon-outline.ui-2_battery-half:before{content:"\e6ca"}.nc-icon-outline.ui-2_battery-low:before{content:"\e6cb"}.nc-icon-outline.ui-2_bluetooth:before{content:"\e6cc"}.nc-icon-outline.ui-2_book:before{content:"\e6cd"}.nc-icon-outline.ui-2_chart-bar-52:before{content:"\e6ce"}.nc-icon-outline.ui-2_chart-bar-53:before{content:"\e6cf"}.nc-icon-outline.ui-2_chat-content:before{content:"\e6d0"}.nc-icon-outline.ui-2_chat-round-content:before{content:"\e6d1"}.nc-icon-outline.ui-2_chat-round:before{content:"\e6d2"}.nc-icon-outline.ui-2_chat:before{content:"\e6d3"}.nc-icon-outline.ui-2_circle-bold-delete:before{content:"\e6d4"}.nc-icon-outline.ui-2_cloud-25:before{content:"\e6d5"}.nc-icon-outline.ui-2_cloud-26:before{content:"\e6d6"}.nc-icon-outline.ui-2_disk:before{content:"\e6d7"}.nc-icon-outline.ui-2_enlarge-57:before{content:"\e6d8"}.nc-icon-outline.ui-2_enlarge-58:before{content:"\e6d9"}.nc-icon-outline.ui-2_enlarge-59:before{content:"\e6da"}.nc-icon-outline.ui-2_fat-add:before{content:"\e6db"}.nc-icon-outline.ui-2_fat-delete:before{content:"\e6dc"}.nc-icon-outline.ui-2_fat-remove:before{content:"\e6dd"}.nc-icon-outline.ui-2_favourite-28:before{content:"\e6de"}.nc-icon-outline.ui-2_favourite-31:before{content:"\e6df"}.nc-icon-outline.ui-2_favourite-add-29:before{content:"\e6e0"}.nc-icon-outline.ui-2_favourite-add-32:before{content:"\e6e1"}.nc-icon-outline.ui-2_favourite-remove-30:before{content:"\e6e2"}.nc-icon-outline.ui-2_favourite-remove-33:before{content:"\e6e3"}.nc-icon-outline.ui-2_filter:before{content:"\e6e4"}.nc-icon-outline.ui-2_fullsize:before{content:"\e6e5"}.nc-icon-outline.ui-2_grid-45:before{content:"\e6e6"}.nc-icon-outline.ui-2_grid-46:before{content:"\e6e7"}.nc-icon-outline.ui-2_grid-48:before{content:"\e6e8"}.nc-icon-outline.ui-2_grid-49:before{content:"\e6e9"}.nc-icon-outline.ui-2_grid-50:before{content:"\e6ea"}.nc-icon-outline.ui-2_grid-square:before{content:"\e6eb"}.nc-icon-outline.ui-2_hourglass:before{content:"\e6ec"}.nc-icon-outline.ui-2_lab:before{content:"\e6ed"}.nc-icon-outline.ui-2_layers:before{content:"\e6ee"}.nc-icon-outline.ui-2_like:before{content:"\e6ef"}.nc-icon-outline.ui-2_link-66:before{content:"\e6f0"}.nc-icon-outline.ui-2_link-67:before{content:"\e6f1"}.nc-icon-outline.ui-2_link-68:before{content:"\e6f2"}.nc-icon-outline.ui-2_link-69:before{content:"\e6f3"}.nc-icon-outline.ui-2_link-71:before{content:"\e6f4"}.nc-icon-outline.ui-2_link-72:before{content:"\e6f5"}.nc-icon-outline.ui-2_link-broken-70:before{content:"\e6f6"}.nc-icon-outline.ui-2_link-broken-73:before{content:"\e6f7"}.nc-icon-outline.ui-2_menu-34:before{content:"\e6f8"}.nc-icon-outline.ui-2_menu-35:before{content:"\e6f9"}.nc-icon-outline.ui-2_menu-bold:before{content:"\e6fa"}.nc-icon-outline.ui-2_menu-dots:before{content:"\e6fb"}.nc-icon-outline.ui-2_menu-square:before{content:"\e6fc"}.nc-icon-outline.ui-2_node:before{content:"\e6fd"}.nc-icon-outline.ui-2_paragraph:before{content:"\e6fe"}.nc-icon-outline.ui-2_phone:before{content:"\e6ff"}.nc-icon-outline.ui-2_settings-90:before{content:"\e700"}.nc-icon-outline.ui-2_settings-91:before{content:"\e701"}.nc-icon-outline.ui-2_share-bold:before{content:"\e702"}.nc-icon-outline.ui-2_share:before{content:"\e703"}.nc-icon-outline.ui-2_small-add:before{content:"\e704"}.nc-icon-outline.ui-2_small-delete:before{content:"\e705"}.nc-icon-outline.ui-2_small-remove:before{content:"\e706"}.nc-icon-outline.ui-2_square-add-08:before{content:"\e707"}.nc-icon-outline.ui-2_square-add-11:before{content:"\e708"}.nc-icon-outline.ui-2_square-delete-10:before{content:"\e709"}.nc-icon-outline.ui-2_square-delete-13:before{content:"\e70a"}.nc-icon-outline.ui-2_square-remove-09:before{content:"\e70b"}.nc-icon-outline.ui-2_square-remove-12:before{content:"\e70c"}.nc-icon-outline.ui-2_target:before{content:"\e70d"}.nc-icon-outline.ui-2_tile-55:before{content:"\e70e"}.nc-icon-outline.ui-2_tile-56:before{content:"\e70f"}.nc-icon-outline.ui-2_time-alarm:before{content:"\e710"}.nc-icon-outline.ui-2_time-clock:before{content:"\e711"}.nc-icon-outline.ui-2_time-countdown:before{content:"\e712"}.nc-icon-outline.ui-2_time:before{content:"\e713"}.nc-icon-outline.ui-2_webpage:before{content:"\e714"}.nc-icon-outline.ui-2_window-add:before{content:"\e715"}.nc-icon-outline.ui-2_window-delete:before{content:"\e716"}.nc-icon-outline.transportation_air-baloon:before{content:"\e717"}.nc-icon-outline.transportation_bike-sport:before{content:"\e718"}.nc-icon-outline.transportation_bike:before{content:"\e719"}.nc-icon-outline.transportation_boat-front:before{content:"\e71a"}.nc-icon-outline.transportation_boat-small-02:before{content:"\e71b"}.nc-icon-outline.transportation_boat-small-03:before{content:"\e71c"}.nc-icon-outline.transportation_boat:before{content:"\e71d"}.nc-icon-outline.transportation_bus-front-10:before{content:"\e71e"}.nc-icon-outline.transportation_bus-front-12:before{content:"\e71f"}.nc-icon-outline.transportation_bus:before{content:"\e720"}.nc-icon-outline.transportation_car-front:before{content:"\e721"}.nc-icon-outline.transportation_car-simple:before{content:"\e722"}.nc-icon-outline.transportation_car-sport:before{content:"\e723"}.nc-icon-outline.transportation_car-taxi:before{content:"\e724"}.nc-icon-outline.transportation_car:before{content:"\e725"}.nc-icon-outline.transportation_helicopter:before{content:"\e726"}.nc-icon-outline.transportation_helmet:before{content:"\e727"}.nc-icon-outline.transportation_light-traffic:before{content:"\e728"}.nc-icon-outline.transportation_moto:before{content:"\e729"}.nc-icon-outline.transportation_plane-17:before{content:"\e72a"}.nc-icon-outline.transportation_plane-18:before{content:"\e72b"}.nc-icon-outline.transportation_road:before{content:"\e72c"}.nc-icon-outline.transportation_skateboard:before{content:"\e72d"}.nc-icon-outline.transportation_tractor:before{content:"\e72e"}.nc-icon-outline.transportation_train-speed:before{content:"\e72f"}.nc-icon-outline.transportation_train:before{content:"\e730"}.nc-icon-outline.transportation_tram:before{content:"\e731"}.nc-icon-outline.transportation_truck-front:before{content:"\e732"}.nc-icon-outline.transportation_vespa-front:before{content:"\e733"}.nc-icon-outline.transportation_vespa:before{content:"\e734"}.nc-icon-outline.tech_cable-49:before{content:"\e735"}.nc-icon-outline.tech_cable-50:before{content:"\e736"}.nc-icon-outline.tech_cd-reader:before{content:"\e737"}.nc-icon-outline.tech_computer-monitor:before{content:"\e738"}.nc-icon-outline.tech_computer-old:before{content:"\e739"}.nc-icon-outline.tech_computer:before{content:"\e73a"}.nc-icon-outline.tech_controller-modern:before{content:"\e73b"}.nc-icon-outline.tech_controller:before{content:"\e73c"}.nc-icon-outline.tech_desktop-screen:before{content:"\e73d"}.nc-icon-outline.tech_desktop:before{content:"\e73e"}.nc-icon-outline.tech_disk-reader:before{content:"\e73f"}.nc-icon-outline.tech_disk:before{content:"\e740"}.nc-icon-outline.tech_gopro:before{content:"\e741"}.nc-icon-outline.tech_headphones:before{content:"\e742"}.nc-icon-outline.tech_keyboard-mouse:before{content:"\e743"}.nc-icon-outline.tech_keyboard-wifi:before{content:"\e744"}.nc-icon-outline.tech_keyboard:before{content:"\e745"}.nc-icon-outline.tech_laptop-camera:before{content:"\e746"}.nc-icon-outline.tech_laptop-front:before{content:"\e747"}.nc-icon-outline.tech_laptop:before{content:"\e748"}.nc-icon-outline.tech_mobile-button:before{content:"\e749"}.nc-icon-outline.tech_mobile-camera:before{content:"\e74a"}.nc-icon-outline.tech_mobile-recharger-08:before{content:"\e74b"}.nc-icon-outline.tech_mobile-recharger-09:before{content:"\e74c"}.nc-icon-outline.tech_mobile-toolbar:before{content:"\e74d"}.nc-icon-outline.tech_mobile:before{content:"\e74e"}.nc-icon-outline.tech_music:before{content:"\e74f"}.nc-icon-outline.tech_navigation:before{content:"\e750"}.nc-icon-outline.tech_player-19:before{content:"\e751"}.nc-icon-outline.tech_player-48:before{content:"\e752"}.nc-icon-outline.tech_print-fold:before{content:"\e753"}.nc-icon-outline.tech_print-round-fold:before{content:"\e754"}.nc-icon-outline.tech_print-round:before{content:"\e755"}.nc-icon-outline.tech_print:before{content:"\e756"}.nc-icon-outline.tech_ram:before{content:"\e757"}.nc-icon-outline.tech_remote:before{content:"\e758"}.nc-icon-outline.tech_signal:before{content:"\e759"}.nc-icon-outline.tech_socket:before{content:"\e75a"}.nc-icon-outline.tech_sync:before{content:"\e75b"}.nc-icon-outline.tech_tablet-button:before{content:"\e75c"}.nc-icon-outline.tech_tablet-reader-31:before{content:"\e75d"}.nc-icon-outline.tech_tablet-reader-42:before{content:"\e75e"}.nc-icon-outline.tech_tablet-toolbar:before{content:"\e75f"}.nc-icon-outline.tech_tablet:before{content:"\e760"}.nc-icon-outline.tech_tv-old:before{content:"\e761"}.nc-icon-outline.tech_tv:before{content:"\e762"}.nc-icon-outline.tech_watch-circle:before{content:"\e763"}.nc-icon-outline.tech_watch-time:before{content:"\e764"}.nc-icon-outline.tech_watch:before{content:"\e765"}.nc-icon-outline.tech_webcam-38:before{content:"\e766"}.nc-icon-outline.tech_webcam-39:before{content:"\e767"}.nc-icon-outline.tech_wifi-router:before{content:"\e768"}.nc-icon-outline.tech_wifi:before{content:"\e769"}.nc-icon-outline.shopping_award:before{content:"\e76a"}.nc-icon-outline.shopping_bag-09:before{content:"\e76b"}.nc-icon-outline.shopping_bag-16:before{content:"\e76c"}.nc-icon-outline.shopping_bag-17:before{content:"\e76d"}.nc-icon-outline.shopping_bag-20:before{content:"\e76e"}.nc-icon-outline.shopping_bag-add-18:before{content:"\e76f"}.nc-icon-outline.shopping_bag-add-21:before{content:"\e770"}.nc-icon-outline.shopping_bag-edit:before{content:"\e771"}.nc-icon-outline.shopping_bag-remove-19:before{content:"\e772"}.nc-icon-outline.shopping_bag-remove-22:before{content:"\e773"}.nc-icon-outline.shopping_barcode-scan:before{content:"\e774"}.nc-icon-outline.shopping_barcode:before{content:"\e775"}.nc-icon-outline.shopping_bardcode-qr:before{content:"\e776"}.nc-icon-outline.shopping_basket-add:before{content:"\e777"}.nc-icon-outline.shopping_basket-edit:before{content:"\e778"}.nc-icon-outline.shopping_basket-remove:before{content:"\e779"}.nc-icon-outline.shopping_basket-simple-add:before{content:"\e77a"}.nc-icon-outline.shopping_basket-simple-remove:before{content:"\e77b"}.nc-icon-outline.shopping_basket-simple:before{content:"\e77c"}.nc-icon-outline.shopping_basket:before{content:"\e77d"}.nc-icon-outline.shopping_bitcoin:before{content:"\e77e"}.nc-icon-outline.shopping_board:before{content:"\e77f"}.nc-icon-outline.shopping_box-3d-50:before{content:"\e780"}.nc-icon-outline.shopping_box-3d-67:before{content:"\e781"}.nc-icon-outline.shopping_box-ribbon:before{content:"\e782"}.nc-icon-outline.shopping_box:before{content:"\e783"}.nc-icon-outline.shopping_cart-add:before{content:"\e784"}.nc-icon-outline.shopping_cart-modern-add:before{content:"\e785"}.nc-icon-outline.shopping_cart-modern-in:before{content:"\e786"}.nc-icon-outline.shopping_cart-modern-remove:before{content:"\e787"}.nc-icon-outline.shopping_cart-modern:before{content:"\e788"}.nc-icon-outline.shopping_cart-remove:before{content:"\e789"}.nc-icon-outline.shopping_cart-simple-add:before{content:"\e78a"}.nc-icon-outline.shopping_cart-simple-in:before{content:"\e78b"}.nc-icon-outline.shopping_cart-simple-remove:before{content:"\e78c"}.nc-icon-outline.shopping_cart-simple:before{content:"\e78d"}.nc-icon-outline.shopping_cart:before{content:"\e78e"}.nc-icon-outline.shopping_cash-register:before{content:"\e78f"}.nc-icon-outline.shopping_chart:before{content:"\e790"}.nc-icon-outline.shopping_credit-card-in:before{content:"\e791"}.nc-icon-outline.shopping_credit-card:before{content:"\e792"}.nc-icon-outline.shopping_credit-locked:before{content:"\e793"}.nc-icon-outline.shopping_delivery-fast:before{content:"\e794"}.nc-icon-outline.shopping_delivery-time:before{content:"\e795"}.nc-icon-outline.shopping_delivery-track:before{content:"\e796"}.nc-icon-outline.shopping_delivery:before{content:"\e797"}.nc-icon-outline.shopping_discount:before{content:"\e798"}.nc-icon-outline.shopping_gift:before{content:"\e799"}.nc-icon-outline.shopping_hand-card:before{content:"\e79a"}.nc-icon-outline.shopping_list:before{content:"\e79b"}.nc-icon-outline.shopping_mobile-card:before{content:"\e79c"}.nc-icon-outline.shopping_mobile-cart:before{content:"\e79d"}.nc-icon-outline.shopping_mobile-touch:before{content:"\e79e"}.nc-icon-outline.shopping_newsletter:before{content:"\e79f"}.nc-icon-outline.shopping_pos:before{content:"\e7a0"}.nc-icon-outline.shopping_receipt-list-42:before{content:"\e7a1"}.nc-icon-outline.shopping_receipt-list-43:before{content:"\e7a2"}.nc-icon-outline.shopping_receipt:before{content:"\e7a3"}.nc-icon-outline.shopping_shop-location:before{content:"\e7a4"}.nc-icon-outline.shopping_shop:before{content:"\e7a5"}.nc-icon-outline.shopping_stock:before{content:"\e7a6"}.nc-icon-outline.shopping_tag-content:before{content:"\e7a7"}.nc-icon-outline.shopping_tag-cut:before{content:"\e7a8"}.nc-icon-outline.shopping_tag-line:before{content:"\e7a9"}.nc-icon-outline.shopping_tag-sale:before{content:"\e7aa"}.nc-icon-outline.shopping_tag:before{content:"\e7ab"}.nc-icon-outline.shopping_wallet:before{content:"\e7ac"}.nc-icon-outline.education_abc:before{content:"\e7ad"}.nc-icon-outline.education_agenda-bookmark:before{content:"\e7ae"}.nc-icon-outline.education_atom:before{content:"\e7af"}.nc-icon-outline.education_award-55:before{content:"\e7b0"}.nc-icon-outline.education_backpack-57:before{content:"\e7b1"}.nc-icon-outline.education_backpack-58:before{content:"\e7b2"}.nc-icon-outline.education_ball-basket:before{content:"\e7b3"}.nc-icon-outline.education_ball-soccer:before{content:"\e7b4"}.nc-icon-outline.education_board-51:before{content:"\e7b5"}.nc-icon-outline.education_book-39:before{content:"\e7b6"}.nc-icon-outline.education_book-bookmark:before{content:"\e7b7"}.nc-icon-outline.education_book-open:before{content:"\e7b8"}.nc-icon-outline.education_books-46:before{content:"\e7b9"}.nc-icon-outline.education_chalkboard:before{content:"\e7ba"}.nc-icon-outline.education_flask:before{content:"\e7bb"}.nc-icon-outline.education_glasses:before{content:"\e7bc"}.nc-icon-outline.education_grammar-check:before{content:"\e7bd"}.nc-icon-outline.education_hat:before{content:"\e7be"}.nc-icon-outline.education_language:before{content:"\e7bf"}.nc-icon-outline.education_microscope:before{content:"\e7c0"}.nc-icon-outline.education_molecule:before{content:"\e7c1"}.nc-icon-outline.education_notepad:before{content:"\e7c2"}.nc-icon-outline.education_paper-diploma:before{content:"\e7c3"}.nc-icon-outline.education_paper:before{content:"\e7c4"}.nc-icon-outline.education_pencil-47:before{content:"\e7c5"}.nc-icon-outline.education_school:before{content:"\e7c6"}.nc-icon-outline.objects_alien-29:before{content:"\e7c7"}.nc-icon-outline.objects_alien-33:before{content:"\e7c8"}.nc-icon-outline.objects_anchor:before{content:"\e7c9"}.nc-icon-outline.objects_astronaut:before{content:"\e7ca"}.nc-icon-outline.objects_axe:before{content:"\e7cb"}.nc-icon-outline.objects_baby-bottle:before{content:"\e7cc"}.nc-icon-outline.objects_baby:before{content:"\e7cd"}.nc-icon-outline.objects_baloon:before{content:"\e7ce"}.nc-icon-outline.objects_battery:before{content:"\e7cf"}.nc-icon-outline.objects_bear:before{content:"\e7d0"}.nc-icon-outline.objects_billiard:before{content:"\e7d1"}.nc-icon-outline.objects_binocular:before{content:"\e7d2"}.nc-icon-outline.objects_bow:before{content:"\e7d3"}.nc-icon-outline.objects_bowling:before{content:"\e7d4"}.nc-icon-outline.objects_broom:before{content:"\e7d5"}.nc-icon-outline.objects_cone:before{content:"\e7d6"}.nc-icon-outline.objects_controller:before{content:"\e7d7"}.nc-icon-outline.objects_diamond:before{content:"\e7d8"}.nc-icon-outline.objects_dice:before{content:"\e7d9"}.nc-icon-outline.objects_globe:before{content:"\e7da"}.nc-icon-outline.objects_hut:before{content:"\e7db"}.nc-icon-outline.objects_key-25:before{content:"\e7dc"}.nc-icon-outline.objects_key-26:before{content:"\e7dd"}.nc-icon-outline.objects_lamp:before{content:"\e7de"}.nc-icon-outline.objects_leaf-36:before{content:"\e7df"}.nc-icon-outline.objects_leaf-38:before{content:"\e7e0"}.nc-icon-outline.objects_light:before{content:"\e7e1"}.nc-icon-outline.objects_pipe:before{content:"\e7e2"}.nc-icon-outline.objects_planet:before{content:"\e7e3"}.nc-icon-outline.objects_puzzle-09:before{content:"\e7e4"}.nc-icon-outline.objects_puzzle-10:before{content:"\e7e5"}.nc-icon-outline.objects_shovel:before{content:"\e7e6"}.nc-icon-outline.objects_skull:before{content:"\e7e7"}.nc-icon-outline.objects_spaceship:before{content:"\e7e8"}.nc-icon-outline.objects_spray:before{content:"\e7e9"}.nc-icon-outline.objects_support-16:before{content:"\e7ea"}.nc-icon-outline.objects_support-17:before{content:"\e7eb"}.nc-icon-outline.objects_umbrella-13:before{content:"\e7ec"}.nc-icon-outline.objects_umbrella-14:before{content:"\e7ed"}.nc-icon-outline.objects_wool-ball:before{content:"\e7ee"}.nc-icon-outline.media-1_3d:before{content:"\e7ef"}.nc-icon-outline.media-1_action-73:before{content:"\e7f0"}.nc-icon-outline.media-1_action-74:before{content:"\e7f1"}.nc-icon-outline.media-1_album:before{content:"\e7f2"}.nc-icon-outline.media-1_audio-91:before{content:"\e7f3"}.nc-icon-outline.media-1_audio-92:before{content:"\e7f4"}.nc-icon-outline.media-1_balance:before{content:"\e7f5"}.nc-icon-outline.media-1_brightness-46:before{content:"\e7f6"}.nc-icon-outline.media-1_brightness-47:before{content:"\e7f7"}.nc-icon-outline.media-1_button-circle-pause:before{content:"\e7f8"}.nc-icon-outline.media-1_button-circle-play:before{content:"\e7f9"}.nc-icon-outline.media-1_button-circle-stop:before{content:"\e7fa"}.nc-icon-outline.media-1_button-eject:before{content:"\e7fb"}.nc-icon-outline.media-1_button-next:before{content:"\e7fc"}.nc-icon-outline.media-1_button-pause:before{content:"\e7fd"}.nc-icon-outline.media-1_button-play:before{content:"\e7fe"}.nc-icon-outline.media-1_button-power:before{content:"\e7ff"}.nc-icon-outline.media-1_button-previous:before{content:"\e800"}.nc-icon-outline.media-1_button-record:before{content:"\e801"}.nc-icon-outline.media-1_button-rewind:before{content:"\e802"}.nc-icon-outline.media-1_button-skip:before{content:"\e803"}.nc-icon-outline.media-1_button-stop:before{content:"\e804"}.nc-icon-outline.media-1_camera-18:before{content:"\e805"}.nc-icon-outline.media-1_camera-19:before{content:"\e806"}.nc-icon-outline.media-1_camera-20:before{content:"\e807"}.nc-icon-outline.media-1_camera-ban-36:before{content:"\e808"}.nc-icon-outline.media-1_camera-ban-37:before{content:"\e809"}.nc-icon-outline.media-1_camera-compact:before{content:"\e80a"}.nc-icon-outline.media-1_camera-screen:before{content:"\e80b"}.nc-icon-outline.media-1_camera-square-57:before{content:"\e80c"}.nc-icon-outline.media-1_camera-square-58:before{content:"\e80d"}.nc-icon-outline.media-1_camera-time:before{content:"\e80e"}.nc-icon-outline.media-1_countdown-34:before{content:"\e80f"}.nc-icon-outline.media-1_countdown-35:before{content:"\e810"}.nc-icon-outline.media-1_edit-color:before{content:"\e811"}.nc-icon-outline.media-1_edit-contrast-42:before{content:"\e812"}.nc-icon-outline.media-1_edit-contrast-43:before{content:"\e813"}.nc-icon-outline.media-1_edit-saturation:before{content:"\e814"}.nc-icon-outline.media-1_flash-21:before{content:"\e815"}.nc-icon-outline.media-1_flash-24:before{content:"\e816"}.nc-icon-outline.media-1_flash-29:before{content:"\e817"}.nc-icon-outline.media-1_flash-auto-22:before{content:"\e818"}.nc-icon-outline.media-1_flash-auto-25:before{content:"\e819"}.nc-icon-outline.media-1_flash-off-23:before{content:"\e81a"}.nc-icon-outline.media-1_flash-off-26:before{content:"\e81b"}.nc-icon-outline.media-1_focus-32:before{content:"\e81c"}.nc-icon-outline.media-1_focus-38:before{content:"\e81d"}.nc-icon-outline.media-1_focus-40:before{content:"\e81e"}.nc-icon-outline.media-1_focus-circle:before{content:"\e81f"}.nc-icon-outline.media-1_frame-12:before{content:"\e820"}.nc-icon-outline.media-1_frame-41:before{content:"\e821"}.nc-icon-outline.media-1_grid:before{content:"\e822"}.nc-icon-outline.media-1_image-01:before{content:"\e823"}.nc-icon-outline.media-1_image-02:before{content:"\e824"}.nc-icon-outline.media-1_image-05:before{content:"\e825"}.nc-icon-outline.media-1_image-add:before{content:"\e826"}.nc-icon-outline.media-1_image-delete:before{content:"\e827"}.nc-icon-outline.media-1_image-location:before{content:"\e828"}.nc-icon-outline.media-1_kid:before{content:"\e829"}.nc-icon-outline.media-1_layers:before{content:"\e82a"}.nc-icon-outline.media-1_lens-31:before{content:"\e82b"}.nc-icon-outline.media-1_lens-56:before{content:"\e82c"}.nc-icon-outline.media-1_macro:before{content:"\e82d"}.nc-icon-outline.media-1_movie-61:before{content:"\e82e"}.nc-icon-outline.media-1_movie-62:before{content:"\e82f"}.nc-icon-outline.media-1_night:before{content:"\e830"}.nc-icon-outline.media-1_picture:before{content:"\e831"}.nc-icon-outline.media-1_play-68:before{content:"\e832"}.nc-icon-outline.media-1_play-69:before{content:"\e833"}.nc-icon-outline.media-1_player:before{content:"\e834"}.nc-icon-outline.media-1_polaroid-add:before{content:"\e835"}.nc-icon-outline.media-1_polaroid-delete:before{content:"\e836"}.nc-icon-outline.media-1_polaroid-multiple:before{content:"\e837"}.nc-icon-outline.media-1_polaroid-user:before{content:"\e838"}.nc-icon-outline.media-1_polaroid:before{content:"\e839"}.nc-icon-outline.media-1_roll:before{content:"\e83a"}.nc-icon-outline.media-1_rotate-left:before{content:"\e83b"}.nc-icon-outline.media-1_rotate-right:before{content:"\e83c"}.nc-icon-outline.media-1_sd:before{content:"\e83d"}.nc-icon-outline.media-1_selfie:before{content:"\e83e"}.nc-icon-outline.media-1_shake:before{content:"\e83f"}.nc-icon-outline.media-1_speaker:before{content:"\e840"}.nc-icon-outline.media-1_sport:before{content:"\e841"}.nc-icon-outline.media-1_ticket-75:before{content:"\e842"}.nc-icon-outline.media-1_ticket-76:before{content:"\e843"}.nc-icon-outline.media-1_touch:before{content:"\e844"}.nc-icon-outline.media-1_tripod:before{content:"\e845"}.nc-icon-outline.media-1_video-64:before{content:"\e846"}.nc-icon-outline.media-1_video-65:before{content:"\e847"}.nc-icon-outline.media-1_video-66:before{content:"\e848"}.nc-icon-outline.media-1_video-67:before{content:"\e849"}.nc-icon-outline.media-1_videocamera-71:before{content:"\e84a"}.nc-icon-outline.media-1_videocamera-72:before{content:"\e84b"}.nc-icon-outline.media-1_volume-93:before{content:"\e84c"}.nc-icon-outline.media-1_volume-97:before{content:"\e84d"}.nc-icon-outline.media-1_volume-98:before{content:"\e84e"}.nc-icon-outline.media-1_volume-ban:before{content:"\e84f"}.nc-icon-outline.media-1_volume-down:before{content:"\e850"}.nc-icon-outline.media-1_volume-off:before{content:"\e851"}.nc-icon-outline.media-1_volume-up:before{content:"\e852"}.nc-icon-outline.media-2_guitar:before{content:"\e853"}.nc-icon-outline.media-2_headphones-mic:before{content:"\e854"}.nc-icon-outline.media-2_headphones:before{content:"\e855"}.nc-icon-outline.media-2_knob:before{content:"\e856"}.nc-icon-outline.media-2_mic:before{content:"\e857"}.nc-icon-outline.media-2_music-album:before{content:"\e858"}.nc-icon-outline.media-2_music-cloud:before{content:"\e859"}.nc-icon-outline.media-2_note-03:before{content:"\e85a"}.nc-icon-outline.media-2_note-04:before{content:"\e85b"}.nc-icon-outline.media-2_piano:before{content:"\e85c"}.nc-icon-outline.media-2_radio:before{content:"\e85d"}.nc-icon-outline.media-2_remix:before{content:"\e85e"}.nc-icon-outline.media-2_sound-wave:before{content:"\e85f"}.nc-icon-outline.media-2_speaker-01:before{content:"\e860"}.nc-icon-outline.media-2_speaker-05:before{content:"\e861"}.nc-icon-outline.media-2_tape:before{content:"\e862"}.nc-icon-outline.location_appointment:before{content:"\e863"}.nc-icon-outline.location_bookmark-add:before{content:"\e864"}.nc-icon-outline.location_bookmark-remove:before{content:"\e865"}.nc-icon-outline.location_bookmark:before{content:"\e866"}.nc-icon-outline.location_compass-04:before{content:"\e867"}.nc-icon-outline.location_compass-05:before{content:"\e868"}.nc-icon-outline.location_compass-06:before{content:"\e869"}.nc-icon-outline.location_crosshair:before{content:"\e86a"}.nc-icon-outline.location_explore-user:before{content:"\e86b"}.nc-icon-outline.location_explore:before{content:"\e86c"}.nc-icon-outline.location_flag-complex:before{content:"\e86d"}.nc-icon-outline.location_flag-diagonal-33:before{content:"\e86e"}.nc-icon-outline.location_flag-diagonal-34:before{content:"\e86f"}.nc-icon-outline.location_flag-points-31:before{content:"\e870"}.nc-icon-outline.location_flag-points-32:before{content:"\e871"}.nc-icon-outline.location_flag-simple:before{content:"\e872"}.nc-icon-outline.location_flag-triangle:before{content:"\e873"}.nc-icon-outline.location_flag:before{content:"\e874"}.nc-icon-outline.location_gps:before{content:"\e875"}.nc-icon-outline.location_map-big:before{content:"\e876"}.nc-icon-outline.location_map-compass:before{content:"\e877"}.nc-icon-outline.location_map-gps:before{content:"\e878"}.nc-icon-outline.location_map-marker:before{content:"\e879"}.nc-icon-outline.location_map-pin:before{content:"\e87a"}.nc-icon-outline.location_map:before{content:"\e87b"}.nc-icon-outline.location_marker:before{content:"\e87c"}.nc-icon-outline.location_pin-add:before{content:"\e87d"}.nc-icon-outline.location_pin-copy:before{content:"\e87e"}.nc-icon-outline.location_pin-remove:before{content:"\e87f"}.nc-icon-outline.location_pin:before{content:"\e880"}.nc-icon-outline.location_pins:before{content:"\e881"}.nc-icon-outline.location_position-marker:before{content:"\e882"}.nc-icon-outline.location_position-pin:before{content:"\e883"}.nc-icon-outline.location_position-user:before{content:"\e884"}.nc-icon-outline.location_radar:before{content:"\e885"}.nc-icon-outline.location_road:before{content:"\e886"}.nc-icon-outline.location_route-alert:before{content:"\e887"}.nc-icon-outline.location_route-close:before{content:"\e888"}.nc-icon-outline.location_route-open:before{content:"\e889"}.nc-icon-outline.location_square-marker:before{content:"\e88a"}.nc-icon-outline.location_square-pin:before{content:"\e88b"}.nc-icon-outline.location_treasure-map-21:before{content:"\e88c"}.nc-icon-outline.location_treasure-map-40:before{content:"\e88d"}.nc-icon-outline.location_worl-marker:before{content:"\e88e"}.nc-icon-outline.location_world-pin:before{content:"\e88f"}.nc-icon-outline.location_world:before{content:"\e890"}.nc-icon-outline.health_ambulance:before{content:"\e891"}.nc-icon-outline.health_apple:before{content:"\e892"}.nc-icon-outline.health_bag-49:before{content:"\e893"}.nc-icon-outline.health_bag-50:before{content:"\e894"}.nc-icon-outline.health_brain:before{content:"\e895"}.nc-icon-outline.health_dna-27:before{content:"\e896"}.nc-icon-outline.health_dna-38:before{content:"\e897"}.nc-icon-outline.health_doctor:before{content:"\e898"}.nc-icon-outline.health_flask:before{content:"\e899"}.nc-icon-outline.health_heartbeat-16:before{content:"\e89a"}.nc-icon-outline.health_height:before{content:"\e89b"}.nc-icon-outline.health_hospital-32:before{content:"\e89c"}.nc-icon-outline.health_hospital-33:before{content:"\e89d"}.nc-icon-outline.health_hospital-34:before{content:"\e89e"}.nc-icon-outline.health_humidity-26:before{content:"\e89f"}.nc-icon-outline.health_humidity-52:before{content:"\e8a0"}.nc-icon-outline.health_intestine:before{content:"\e8a1"}.nc-icon-outline.health_lungs:before{content:"\e8a2"}.nc-icon-outline.health_molecule-39:before{content:"\e8a3"}.nc-icon-outline.health_molecule-40:before{content:"\e8a4"}.nc-icon-outline.health_notebook:before{content:"\e8a5"}.nc-icon-outline.health_nurse:before{content:"\e8a6"}.nc-icon-outline.health_patch-46:before{content:"\e8a7"}.nc-icon-outline.health_pill-42:before{content:"\e8a8"}.nc-icon-outline.health_pill-43:before{content:"\e8a9"}.nc-icon-outline.health_pill-container-44:before{content:"\e8aa"}.nc-icon-outline.health_pill-container-47:before{content:"\e8ab"}.nc-icon-outline.health_pulse-chart:before{content:"\e8ac"}.nc-icon-outline.health_pulse-phone:before{content:"\e8ad"}.nc-icon-outline.health_pulse-sleep:before{content:"\e8ae"}.nc-icon-outline.health_pulse-watch:before{content:"\e8af"}.nc-icon-outline.health_pulse:before{content:"\e8b0"}.nc-icon-outline.health_sleep:before{content:"\e8b1"}.nc-icon-outline.health_steps:before{content:"\e8b2"}.nc-icon-outline.health_syringe:before{content:"\e8b3"}.nc-icon-outline.health_temperature-23:before{content:"\e8b4"}.nc-icon-outline.health_temperature-24:before{content:"\e8b5"}.nc-icon-outline.health_tooth:before{content:"\e8b6"}.nc-icon-outline.health_weed:before{content:"\e8b7"}.nc-icon-outline.health_weight:before{content:"\e8b8"}.nc-icon-outline.health_wheelchair:before{content:"\e8b9"}.nc-icon-outline.health_woman:before{content:"\e8ba"}.nc-icon-outline.furniture_air-conditioner:before{content:"\e8bb"}.nc-icon-outline.furniture_armchair:before{content:"\e8bc"}.nc-icon-outline.furniture_bath-tub:before{content:"\e8bd"}.nc-icon-outline.furniture_bed-09:before{content:"\e8be"}.nc-icon-outline.furniture_bed-23:before{content:"\e8bf"}.nc-icon-outline.furniture_bed-side:before{content:"\e8c0"}.nc-icon-outline.furniture_cabinet:before{content:"\e8c1"}.nc-icon-outline.furniture_cactus:before{content:"\e8c2"}.nc-icon-outline.furniture_chair:before{content:"\e8c3"}.nc-icon-outline.furniture_coat-hanger:before{content:"\e8c4"}.nc-icon-outline.furniture_coffee:before{content:"\e8c5"}.nc-icon-outline.furniture_cradle:before{content:"\e8c6"}.nc-icon-outline.furniture_curtain:before{content:"\e8c7"}.nc-icon-outline.furniture_desk-drawer:before{content:"\e8c8"}.nc-icon-outline.furniture_desk:before{content:"\e8c9"}.nc-icon-outline.furniture_door:before{content:"\e8ca"}.nc-icon-outline.furniture_drawer:before{content:"\e8cb"}.nc-icon-outline.furniture_fridge:before{content:"\e8cc"}.nc-icon-outline.furniture_hanger-clothes:before{content:"\e8cd"}.nc-icon-outline.furniture_hanger:before{content:"\e8ce"}.nc-icon-outline.furniture_heater:before{content:"\e8cf"}.nc-icon-outline.furniture_iron:before{content:"\e8d0"}.nc-icon-outline.furniture_lamp-floor:before{content:"\e8d1"}.nc-icon-outline.furniture_lamp:before{content:"\e8d2"}.nc-icon-outline.furniture_library:before{content:"\e8d3"}.nc-icon-outline.furniture_light:before{content:"\e8d4"}.nc-icon-outline.furniture_mixer:before{content:"\e8d5"}.nc-icon-outline.furniture_oven:before{content:"\e8d6"}.nc-icon-outline.furniture_shower:before{content:"\e8d7"}.nc-icon-outline.furniture_sink-wash:before{content:"\e8d8"}.nc-icon-outline.furniture_sink:before{content:"\e8d9"}.nc-icon-outline.furniture_sofa:before{content:"\e8da"}.nc-icon-outline.furniture_storage-hanger:before{content:"\e8db"}.nc-icon-outline.furniture_storage:before{content:"\e8dc"}.nc-icon-outline.furniture_table:before{content:"\e8dd"}.nc-icon-outline.furniture_toilet-paper:before{content:"\e8de"}.nc-icon-outline.furniture_toilet:before{content:"\e8df"}.nc-icon-outline.furniture_tv:before{content:"\e8e0"}.nc-icon-outline.furniture_wardrobe:before{content:"\e8e1"}.nc-icon-outline.furniture_wash:before{content:"\e8e2"}.nc-icon-outline.files_add:before{content:"\e8e3"}.nc-icon-outline.files_archive-3d-check:before{content:"\e8e4"}.nc-icon-outline.files_archive-3d-content:before{content:"\e8e5"}.nc-icon-outline.files_archive-check:before{content:"\e8e6"}.nc-icon-outline.files_archive-content:before{content:"\e8e7"}.nc-icon-outline.files_archive-paper-check:before{content:"\e8e8"}.nc-icon-outline.files_archive-paper:before{content:"\e8e9"}.nc-icon-outline.files_archive:before{content:"\e8ea"}.nc-icon-outline.files_audio:before{content:"\e8eb"}.nc-icon-outline.files_book-07:before{content:"\e8ec"}.nc-icon-outline.files_book-08:before{content:"\e8ed"}.nc-icon-outline.files_bookmark:before{content:"\e8ee"}.nc-icon-outline.files_box:before{content:"\e8ef"}.nc-icon-outline.files_chart-bar:before{content:"\e8f0"}.nc-icon-outline.files_chart-pie:before{content:"\e8f1"}.nc-icon-outline.files_check:before{content:"\e8f2"}.nc-icon-outline.files_cloud:before{content:"\e8f3"}.nc-icon-outline.files_copy:before{content:"\e8f4"}.nc-icon-outline.files_dev:before{content:"\e8f5"}.nc-icon-outline.files_download:before{content:"\e8f6"}.nc-icon-outline.files_drawer:before{content:"\e8f7"}.nc-icon-outline.files_edit:before{content:"\e8f8"}.nc-icon-outline.files_exclamation:before{content:"\e8f9"}.nc-icon-outline.files_folder-13:before{content:"\e8fa"}.nc-icon-outline.files_folder-14:before{content:"\e8fb"}.nc-icon-outline.files_folder-15:before{content:"\e8fc"}.nc-icon-outline.files_folder-16:before{content:"\e8fd"}.nc-icon-outline.files_folder-17:before{content:"\e8fe"}.nc-icon-outline.files_folder-18:before{content:"\e8ff"}.nc-icon-outline.files_folder-19:before{content:"\e900"}.nc-icon-outline.files_folder-add:before{content:"\e901"}.nc-icon-outline.files_folder-audio:before{content:"\e902"}.nc-icon-outline.files_folder-bookmark:before{content:"\e903"}.nc-icon-outline.files_folder-chart-bar:before{content:"\e904"}.nc-icon-outline.files_folder-chart-pie:before{content:"\e905"}.nc-icon-outline.files_folder-check:before{content:"\e906"}.nc-icon-outline.files_folder-cloud:before{content:"\e907"}.nc-icon-outline.files_folder-dev:before{content:"\e908"}.nc-icon-outline.files_folder-download:before{content:"\e909"}.nc-icon-outline.files_folder-edit:before{content:"\e90a"}.nc-icon-outline.files_folder-exclamation:before{content:"\e90b"}.nc-icon-outline.files_folder-gallery:before{content:"\e90c"}.nc-icon-outline.files_folder-heart:before{content:"\e90d"}.nc-icon-outline.files_folder-image:before{content:"\e90e"}.nc-icon-outline.files_folder-info:before{content:"\e90f"}.nc-icon-outline.files_folder-link:before{content:"\e910"}.nc-icon-outline.files_folder-locked:before{content:"\e911"}.nc-icon-outline.files_folder-money:before{content:"\e912"}.nc-icon-outline.files_folder-music:before{content:"\e913"}.nc-icon-outline.files_folder-no-access:before{content:"\e914"}.nc-icon-outline.files_folder-play:before{content:"\e915"}.nc-icon-outline.files_folder-question:before{content:"\e916"}.nc-icon-outline.files_folder-refresh:before{content:"\e917"}.nc-icon-outline.files_folder-remove:before{content:"\e918"}.nc-icon-outline.files_folder-search:before{content:"\e919"}.nc-icon-outline.files_folder-settings-81:before{content:"\e91a"}.nc-icon-outline.files_folder-settings-97:before{content:"\e91b"}.nc-icon-outline.files_folder-shared:before{content:"\e91c"}.nc-icon-outline.files_folder-star:before{content:"\e91d"}.nc-icon-outline.files_folder-time:before{content:"\e91e"}.nc-icon-outline.files_folder-upload:before{content:"\e91f"}.nc-icon-outline.files_folder-user:before{content:"\e920"}.nc-icon-outline.files_folder-vector:before{content:"\e921"}.nc-icon-outline.files_gallery:before{content:"\e922"}.nc-icon-outline.files_heart:before{content:"\e923"}.nc-icon-outline.files_image:before{content:"\e924"}.nc-icon-outline.files_info:before{content:"\e925"}.nc-icon-outline.files_link:before{content:"\e926"}.nc-icon-outline.files_locked:before{content:"\e927"}.nc-icon-outline.files_money:before{content:"\e928"}.nc-icon-outline.files_music:before{content:"\e929"}.nc-icon-outline.files_no-access:before{content:"\e92a"}.nc-icon-outline.files_notebook:before{content:"\e92b"}.nc-icon-outline.files_paper:before{content:"\e92c"}.nc-icon-outline.files_play:before{content:"\e92d"}.nc-icon-outline.files_question:before{content:"\e92e"}.nc-icon-outline.files_refresh:before{content:"\e92f"}.nc-icon-outline.files_remove:before{content:"\e930"}.nc-icon-outline.files_replace-folder:before{content:"\e931"}.nc-icon-outline.files_replace:before{content:"\e932"}.nc-icon-outline.files_search:before{content:"\e933"}.nc-icon-outline.files_settings-46:before{content:"\e934"}.nc-icon-outline.files_settings-99:before{content:"\e935"}.nc-icon-outline.files_shared:before{content:"\e936"}.nc-icon-outline.files_single-content-02:before{content:"\e937"}.nc-icon-outline.files_single-content-03:before{content:"\e938"}.nc-icon-outline.files_single-copies:before{content:"\e939"}.nc-icon-outline.files_single-copy-04:before{content:"\e93a"}.nc-icon-outline.files_single-copy-06:before{content:"\e93b"}.nc-icon-outline.files_single-folded-content:before{content:"\e93c"}.nc-icon-outline.files_single-folded:before{content:"\e93d"}.nc-icon-outline.files_single-paragraph:before{content:"\e93e"}.nc-icon-outline.files_single:before{content:"\e93f"}.nc-icon-outline.files_star:before{content:"\e940"}.nc-icon-outline.files_time:before{content:"\e941"}.nc-icon-outline.files_upload:before{content:"\e942"}.nc-icon-outline.files_user:before{content:"\e943"}.nc-icon-outline.files_vector:before{content:"\e944"}.nc-icon-outline.files_zip-54:before{content:"\e945"}.nc-icon-outline.files_zip-55:before{content:"\e946"}.nc-icon-outline.design_album:before{content:"\e947"}.nc-icon-outline.design_align-bottom:before{content:"\e948"}.nc-icon-outline.design_align-center-horizontal:before{content:"\e949"}.nc-icon-outline.design_align-center-vertical:before{content:"\e94a"}.nc-icon-outline.design_align-left:before{content:"\e94b"}.nc-icon-outline.design_align-right:before{content:"\e94c"}.nc-icon-outline.design_align-top:before{content:"\e94d"}.nc-icon-outline.design_app:before{content:"\e94e"}.nc-icon-outline.design_artboard:before{content:"\e94f"}.nc-icon-outline.design_blend:before{content:"\e950"}.nc-icon-outline.design_book-bookmark:before{content:"\e951"}.nc-icon-outline.design_book-open:before{content:"\e952"}.nc-icon-outline.design_brush:before{content:"\e953"}.nc-icon-outline.design_bug:before{content:"\e954"}.nc-icon-outline.design_bullet-list-67:before{content:"\e955"}.nc-icon-outline.design_bullet-list-68:before{content:"\e956"}.nc-icon-outline.design_bullet-list-69:before{content:"\e957"}.nc-icon-outline.design_bullet-list-70:before{content:"\e958"}.nc-icon-outline.design_clone:before{content:"\e959"}.nc-icon-outline.design_code-editor:before{content:"\e95a"}.nc-icon-outline.design_code:before{content:"\e95b"}.nc-icon-outline.design_collection:before{content:"\e95c"}.nc-icon-outline.design_command:before{content:"\e95d"}.nc-icon-outline.design_compass:before{content:"\e95e"}.nc-icon-outline.design_contrast:before{content:"\e95f"}.nc-icon-outline.design_copy:before{content:"\e960"}.nc-icon-outline.design_crop:before{content:"\e961"}.nc-icon-outline.design_cursor-48:before{content:"\e962"}.nc-icon-outline.design_cursor-49:before{content:"\e963"}.nc-icon-outline.design_design-dev:before{content:"\e964"}.nc-icon-outline.design_design-responsive:before{content:"\e965"}.nc-icon-outline.design_design:before{content:"\e966"}.nc-icon-outline.design_distribute-horizontal:before{content:"\e967"}.nc-icon-outline.design_distribute-vertical:before{content:"\e968"}.nc-icon-outline.design_drag:before{content:"\e969"}.nc-icon-outline.design_eraser-32:before{content:"\e96a"}.nc-icon-outline.design_eraser-33:before{content:"\e96b"}.nc-icon-outline.design_eraser-46:before{content:"\e96c"}.nc-icon-outline.design_flip-horizontal:before{content:"\e96d"}.nc-icon-outline.design_flip-vertical:before{content:"\e96e"}.nc-icon-outline.design_image:before{content:"\e96f"}.nc-icon-outline.design_magnet:before{content:"\e970"}.nc-icon-outline.design_marker:before{content:"\e971"}.nc-icon-outline.design_measure-02:before{content:"\e972"}.nc-icon-outline.design_measure-17:before{content:"\e973"}.nc-icon-outline.design_measure-big:before{content:"\e974"}.nc-icon-outline.design_mobile-design:before{content:"\e975"}.nc-icon-outline.design_mobile-dev:before{content:"\e976"}.nc-icon-outline.design_mouse-08:before{content:"\e977"}.nc-icon-outline.design_mouse-09:before{content:"\e978"}.nc-icon-outline.design_mouse-10:before{content:"\e979"}.nc-icon-outline.design_newsletter-dev:before{content:"\e97a"}.nc-icon-outline.design_note-code:before{content:"\e97b"}.nc-icon-outline.design_paint-16:before{content:"\e97c"}.nc-icon-outline.design_paint-37:before{content:"\e97d"}.nc-icon-outline.design_paint-38:before{content:"\e97e"}.nc-icon-outline.design_paint-bucket-39:before{content:"\e97f"}.nc-icon-outline.design_paint-bucket-40:before{content:"\e980"}.nc-icon-outline.design_palette:before{content:"\e981"}.nc-icon-outline.design_pantone:before{content:"\e982"}.nc-icon-outline.design_paper-design:before{content:"\e983"}.nc-icon-outline.design_paper-dev:before{content:"\e984"}.nc-icon-outline.design_patch-19:before{content:"\e985"}.nc-icon-outline.design_patch-34:before{content:"\e986"}.nc-icon-outline.design_path-exclude:before{content:"\e987"}.nc-icon-outline.design_path-intersect:before{content:"\e988"}.nc-icon-outline.design_path-minus:before{content:"\e989"}.nc-icon-outline.design_path-unite:before{content:"\e98a"}.nc-icon-outline.design_pen-01:before{content:"\e98b"}.nc-icon-outline.design_pen-23:before{content:"\e98c"}.nc-icon-outline.design_pen-tool:before{content:"\e98d"}.nc-icon-outline.design_phone:before{content:"\e98e"}.nc-icon-outline.design_photo-editor:before{content:"\e98f"}.nc-icon-outline.design_scissors-dashed:before{content:"\e990"}.nc-icon-outline.design_scissors:before{content:"\e991"}.nc-icon-outline.design_shape-adjust:before{content:"\e992"}.nc-icon-outline.design_shape-circle:before{content:"\e993"}.nc-icon-outline.design_shape-polygon:before{content:"\e994"}.nc-icon-outline.design_shape-square:before{content:"\e995"}.nc-icon-outline.design_shape-triangle:before{content:"\e996"}.nc-icon-outline.design_shapes:before{content:"\e997"}.nc-icon-outline.design_sharpener:before{content:"\e998"}.nc-icon-outline.design_slice:before{content:"\e999"}.nc-icon-outline.design_spray:before{content:"\e99a"}.nc-icon-outline.design_stamp:before{content:"\e99b"}.nc-icon-outline.design_tablet-mobile:before{content:"\e99c"}.nc-icon-outline.design_tablet:before{content:"\e99d"}.nc-icon-outline.design_text:before{content:"\e99e"}.nc-icon-outline.design_todo:before{content:"\e99f"}.nc-icon-outline.design_usb:before{content:"\e9a0"}.nc-icon-outline.design_vector:before{content:"\e9a1"}.nc-icon-outline.design_wand-11:before{content:"\e9a2"}.nc-icon-outline.design_wand-99:before{content:"\e9a3"}.nc-icon-outline.design_watch-dev:before{content:"\e9a4"}.nc-icon-outline.design_web-design:before{content:"\e9a5"}.nc-icon-outline.design_webpage:before{content:"\e9a6"}.nc-icon-outline.design_window-code:before{content:"\e9a7"}.nc-icon-outline.design_window-dev:before{content:"\e9a8"}.nc-icon-outline.design_window-paragraph:before{content:"\e9a9"}.nc-icon-outline.design_window-responsive:before{content:"\e9aa"}.nc-icon-outline.clothes_baby:before{content:"\e9ab"}.nc-icon-outline.clothes_backpack:before{content:"\e9ac"}.nc-icon-outline.clothes_bag-21:before{content:"\e9ad"}.nc-icon-outline.clothes_bag-22:before{content:"\e9ae"}.nc-icon-outline.clothes_belt:before{content:"\e9af"}.nc-icon-outline.clothes_boot-woman:before{content:"\e9b0"}.nc-icon-outline.clothes_boot:before{content:"\e9b1"}.nc-icon-outline.clothes_bra:before{content:"\e9b2"}.nc-icon-outline.clothes_button:before{content:"\e9b3"}.nc-icon-outline.clothes_cap:before{content:"\e9b4"}.nc-icon-outline.clothes_coat:before{content:"\e9b5"}.nc-icon-outline.clothes_corset:before{content:"\e9b6"}.nc-icon-outline.clothes_dress-man:before{content:"\e9b7"}.nc-icon-outline.clothes_dress-woman:before{content:"\e9b8"}.nc-icon-outline.clothes_flip:before{content:"\e9b9"}.nc-icon-outline.clothes_glasses:before{content:"\e9ba"}.nc-icon-outline.clothes_gloves:before{content:"\e9bb"}.nc-icon-outline.clothes_hat-top:before{content:"\e9bc"}.nc-icon-outline.clothes_hat:before{content:"\e9bd"}.nc-icon-outline.clothes_hoodie:before{content:"\e9be"}.nc-icon-outline.clothes_iron-dont:before{content:"\e9bf"}.nc-icon-outline.clothes_iron:before{content:"\e9c0"}.nc-icon-outline.clothes_jeans-41:before{content:"\e9c1"}.nc-icon-outline.clothes_jeans-43:before{content:"\e9c2"}.nc-icon-outline.clothes_jeans-pocket:before{content:"\e9c3"}.nc-icon-outline.clothes_kitchen:before{content:"\e9c4"}.nc-icon-outline.clothes_long-sleeve:before{content:"\e9c5"}.nc-icon-outline.clothes_makeup:before{content:"\e9c6"}.nc-icon-outline.clothes_needle:before{content:"\e9c7"}.nc-icon-outline.clothes_pajamas:before{content:"\e9c8"}.nc-icon-outline.clothes_ring:before{content:"\e9c9"}.nc-icon-outline.clothes_scarf:before{content:"\e9ca"}.nc-icon-outline.clothes_shirt-business:before{content:"\e9cb"}.nc-icon-outline.clothes_shirt-buttons:before{content:"\e9cc"}.nc-icon-outline.clothes_shirt-neck:before{content:"\e9cd"}.nc-icon-outline.clothes_shirt:before{content:"\e9ce"}.nc-icon-outline.clothes_shoe-man:before{content:"\e9cf"}.nc-icon-outline.clothes_shoe-sport:before{content:"\e9d0"}.nc-icon-outline.clothes_shoe-woman:before{content:"\e9d1"}.nc-icon-outline.clothes_skirt:before{content:"\e9d2"}.nc-icon-outline.clothes_slacks-12:before{content:"\e9d3"}.nc-icon-outline.clothes_slacks-13:before{content:"\e9d4"}.nc-icon-outline.clothes_sock:before{content:"\e9d5"}.nc-icon-outline.clothes_tie-bow:before{content:"\e9d6"}.nc-icon-outline.clothes_tshirt-53:before{content:"\e9d7"}.nc-icon-outline.clothes_tshirt-54:before{content:"\e9d8"}.nc-icon-outline.clothes_tshirt-sport:before{content:"\e9d9"}.nc-icon-outline.clothes_underwear-man:before{content:"\e9da"}.nc-icon-outline.clothes_underwear:before{content:"\e9db"}.nc-icon-outline.clothes_vest-sport:before{content:"\e9dc"}.nc-icon-outline.clothes_vest:before{content:"\e9dd"}.nc-icon-outline.clothes_wash-30:before{content:"\e9de"}.nc-icon-outline.clothes_wash-60:before{content:"\e9df"}.nc-icon-outline.clothes_wash-90:before{content:"\e9e0"}.nc-icon-outline.clothes_wash-hand:before{content:"\e9e1"}.nc-icon-outline.clothes_wash:before{content:"\e9e2"}.nc-icon-outline.business_agenda:before{content:"\e9e3"}.nc-icon-outline.business_atm:before{content:"\e9e4"}.nc-icon-outline.business_award-48:before{content:"\e9e5"}.nc-icon-outline.business_award-49:before{content:"\e9e6"}.nc-icon-outline.business_award-74:before{content:"\e9e7"}.nc-icon-outline.business_badge:before{content:"\e9e8"}.nc-icon-outline.business_bank:before{content:"\e9e9"}.nc-icon-outline.business_board-27:before{content:"\e9ea"}.nc-icon-outline.business_board-28:before{content:"\e9eb"}.nc-icon-outline.business_board-29:before{content:"\e9ec"}.nc-icon-outline.business_board-30:before{content:"\e9ed"}.nc-icon-outline.business_books:before{content:"\e9ee"}.nc-icon-outline.business_briefcase-24:before{content:"\e9ef"}.nc-icon-outline.business_briefcase-25:before{content:"\e9f0"}.nc-icon-outline.business_briefcase-26:before{content:"\e9f1"}.nc-icon-outline.business_building:before{content:"\e9f2"}.nc-icon-outline.business_bulb-61:before{content:"\e9f3"}.nc-icon-outline.business_bulb-62:before{content:"\e9f4"}.nc-icon-outline.business_bulb-63:before{content:"\e9f5"}.nc-icon-outline.business_business-contact-85:before{content:"\e9f6"}.nc-icon-outline.business_business-contact-86:before{content:"\e9f7"}.nc-icon-outline.business_business-contact-87:before{content:"\e9f8"}.nc-icon-outline.business_business-contact-88:before{content:"\e9f9"}.nc-icon-outline.business_business-contact-89:before{content:"\e9fa"}.nc-icon-outline.business_businessman-03:before{content:"\e9fb"}.nc-icon-outline.business_businessman-04:before{content:"\e9fc"}.nc-icon-outline.business_calculator:before{content:"\e9fd"}.nc-icon-outline.business_chair:before{content:"\e9fe"}.nc-icon-outline.business_chart-bar-32:before{content:"\e9ff"}.nc-icon-outline.business_chart-bar-33:before{content:"\ea00"}.nc-icon-outline.business_chart-growth:before{content:"\ea01"}.nc-icon-outline.business_chart-pie-35:before{content:"\ea02"}.nc-icon-outline.business_chart-pie-36:before{content:"\ea03"}.nc-icon-outline.business_chart:before{content:"\ea04"}.nc-icon-outline.business_cheque:before{content:"\ea05"}.nc-icon-outline.business_coins:before{content:"\ea06"}.nc-icon-outline.business_connect:before{content:"\ea07"}.nc-icon-outline.business_contacts:before{content:"\ea08"}.nc-icon-outline.business_currency-dollar:before{content:"\ea09"}.nc-icon-outline.business_currency-euro:before{content:"\ea0a"}.nc-icon-outline.business_currency-pound:before{content:"\ea0b"}#awards .award .inner:before,.nc-icon-outline.business_currency-yen:before{content:"\ea0c"}.nc-icon-outline.business_factory:before{content:"\ea0d"}.nc-icon-outline.business_globe:before{content:"\ea0e"}.nc-icon-outline.business_goal-64:before{content:"\ea0f"}.nc-icon-outline.business_goal-65:before{content:"\ea10"}.nc-icon-outline.business_gold:before{content:"\ea11"}.nc-icon-outline.business_hammer:before{content:"\ea12"}.nc-icon-outline.business_handout:before{content:"\ea13"}.nc-icon-outline.business_handshake:before{content:"\ea14"}.nc-icon-outline.business_hat:before{content:"\ea15"}.nc-icon-outline.business_hierarchy-53:before{content:"\ea16"}.nc-icon-outline.business_hierarchy-54:before{content:"\ea17"}.nc-icon-outline.business_hierarchy-55:before{content:"\ea18"}.nc-icon-outline.business_hierarchy-56:before{content:"\ea19"}.nc-icon-outline.business_laptop-71:before{content:"\ea1a"}.nc-icon-outline.business_laptop-72:before{content:"\ea1b"}.nc-icon-outline.business_laptop-91:before{content:"\ea1c"}.nc-icon-outline.business_law:before{content:"\ea1d"}.nc-icon-outline.business_math:before{content:"\ea1e"}.nc-icon-outline.business_money-11:before{content:"\ea1f"}.nc-icon-outline.business_money-12:before{content:"\ea20"}.nc-icon-outline.business_money-13:before{content:"\ea21"}.nc-icon-outline.business_money-bag:before{content:"\ea22"}.nc-icon-outline.business_money-coins:before{content:"\ea23"}.nc-icon-outline.business_money-growth:before{content:"\ea24"}.nc-icon-outline.business_money-time:before{content:"\ea25"}.nc-icon-outline.business_net:before{content:"\ea26"}.nc-icon-outline.business_notes:before{content:"\ea27"}.nc-icon-outline.business_payment:before{content:"\ea28"}.nc-icon-outline.business_percentage-38:before{content:"\ea29"}.nc-icon-outline.business_percentage-39:before{content:"\ea2a"}.nc-icon-outline.business_pig:before{content:"\ea2b"}.nc-icon-outline.business_pin:before{content:"\ea2c"}.nc-icon-outline.business_plug:before{content:"\ea2d"}.nc-icon-outline.business_progress:before{content:"\ea2e"}.nc-icon-outline.business_round-dollar:before{content:"\ea2f"}.nc-icon-outline.business_round-euro:before{content:"\ea30"}.nc-icon-outline.business_round-pound:before{content:"\ea31"}.nc-icon-outline.business_round-yen:before{content:"\ea32"}.nc-icon-outline.business_safe:before{content:"\ea33"}.nc-icon-outline.business_scale:before{content:"\ea34"}.nc-icon-outline.business_sign:before{content:"\ea35"}.nc-icon-outline.business_signature:before{content:"\ea36"}.nc-icon-outline.business_stock:before{content:"\ea37"}.nc-icon-outline.business_strategy:before{content:"\ea38"}.nc-icon-outline.business_tie-01:before{content:"\ea39"}.nc-icon-outline.business_tie-02:before{content:"\ea3a"}.nc-icon-outline.business_wallet-43:before{content:"\ea3b"}.nc-icon-outline.business_wallet-44:before{content:"\ea3c"}.nc-icon-outline.business_wallet-90:before{content:"\ea3d"}.nc-icon-outline.arrows-1_back-78:before{content:"\ea3e"}.nc-icon-outline.arrows-1_back-80:before{content:"\ea3f"}.nc-icon-outline.arrows-1_bold-direction:before{content:"\ea40"}.nc-icon-outline.arrows-1_bold-down:before{content:"\ea41"}.nc-icon-outline.arrows-1_bold-left:before{content:"\ea42"}.nc-icon-outline.arrows-1_bold-right:before{content:"\ea43"}.nc-icon-outline.arrows-1_bold-up:before{content:"\ea44"}.nc-icon-outline.arrows-1_circle-down-12:before{content:"\ea45"}.nc-icon-outline.arrows-1_circle-down-40:before{content:"\ea46"}.nc-icon-outline.arrows-1_circle-left-10:before{content:"\ea47"}.nc-icon-outline.arrows-1_circle-left-38:before{content:"\ea48"}.nc-icon-outline.arrows-1_circle-right-09:before{content:"\ea49"}.nc-icon-outline.arrows-1_circle-right-37:before{content:"\ea4a"}.nc-icon-outline.arrows-1_circle-up-11:before{content:"\ea4b"}.nc-icon-outline.arrows-1_circle-up-39:before{content:"\ea4c"}.nc-icon-outline.arrows-1_cloud-download-93:before{content:"\ea4d"}.nc-icon-outline.arrows-1_cloud-download-95:before{content:"\ea4e"}.nc-icon-outline.arrows-1_cloud-upload-94:before{content:"\ea4f"}.nc-icon-outline.arrows-1_cloud-upload-96:before{content:"\ea50"}.nc-icon-outline.arrows-1_curved-next:before{content:"\ea51"}.nc-icon-outline.arrows-1_curved-previous:before{content:"\ea52"}.nc-icon-outline.arrows-1_direction-53:before{content:"\ea53"}.nc-icon-outline.arrows-1_direction-56:before{content:"\ea54"}.nc-icon-outline.arrows-1_double-left:before{content:"\ea55"}.nc-icon-outline.arrows-1_double-right:before{content:"\ea56"}.nc-icon-outline.arrows-1_download:before{content:"\ea57"}.nc-icon-outline.arrows-1_enlarge-diagonal-43:before{content:"\ea58"}.nc-icon-outline.arrows-1_enlarge-diagonal-44:before{content:"\ea59"}.nc-icon-outline.arrows-1_enlarge-horizontal:before{content:"\ea5a"}.nc-icon-outline.arrows-1_enlarge-vertical:before{content:"\ea5b"}.nc-icon-outline.arrows-1_fit-horizontal:before{content:"\ea5c"}.nc-icon-outline.arrows-1_fit-vertical:before{content:"\ea5d"}.nc-icon-outline.arrows-1_fullscreen-70:before{content:"\ea5e"}.nc-icon-outline.arrows-1_fullscreen-71:before{content:"\ea5f"}.nc-icon-outline.arrows-1_fullscreen-76:before{content:"\ea60"}.nc-icon-outline.arrows-1_fullscreen-77:before{content:"\ea61"}.nc-icon-outline.arrows-1_fullscreen-double-74:before{content:"\ea62"}.nc-icon-outline.arrows-1_fullscreen-double-75:before{content:"\ea63"}.nc-icon-outline.arrows-1_fullscreen-split-72:before{content:"\ea64"}.nc-icon-outline.arrows-1_fullscreen-split-73:before{content:"\ea65"}.nc-icon-outline.arrows-1_log-in:before{content:"\ea66"}.nc-icon-outline.arrows-1_log-out:before{content:"\ea67"}.nc-icon-outline.arrows-1_loop-82:before{content:"\ea68"}.nc-icon-outline.arrows-1_loop-83:before{content:"\ea69"}.nc-icon-outline.arrows-1_minimal-down:before{content:"\ea6a"}.nc-icon-outline.arrows-1_minimal-left:before{content:"\ea6b"}.nc-icon-outline.arrows-1_minimal-right:before{content:"\ea6c"}.nc-icon-outline.arrows-1_minimal-up:before{content:"\ea6d"}.nc-icon-outline.arrows-1_redo-79:before{content:"\ea6e"}.nc-icon-outline.arrows-1_redo-81:before{content:"\ea6f"}.nc-icon-outline.arrows-1_refresh-68:before{content:"\ea70"}.nc-icon-outline.arrows-1_refresh-69:before{content:"\ea71"}.nc-icon-outline.arrows-1_round-down:before{content:"\ea72"}.nc-icon-outline.arrows-1_round-left:before{content:"\ea73"}.nc-icon-outline.arrows-1_round-right:before{content:"\ea74"}.nc-icon-outline.arrows-1_round-up:before{content:"\ea75"}.nc-icon-outline.arrows-1_share-66:before{content:"\ea76"}.nc-icon-outline.arrows-1_share-91:before{content:"\ea77"}.nc-icon-outline.arrows-1_share-92:before{content:"\ea78"}.nc-icon-outline.arrows-1_shuffle-97:before{content:"\ea79"}.nc-icon-outline.arrows-1_shuffle-98:before{content:"\ea7a"}.nc-icon-outline.arrows-1_simple-down:before{content:"\ea7b"}.nc-icon-outline.arrows-1_simple-left:before{content:"\ea7c"}.nc-icon-outline.arrows-1_simple-right:before{content:"\ea7d"}.nc-icon-outline.arrows-1_simple-up:before{content:"\ea7e"}.nc-icon-outline.arrows-1_small-triangle-down:before{content:"\ea7f"}.nc-icon-outline.arrows-1_small-triangle-left:before{content:"\ea80"}.nc-icon-outline.arrows-1_small-triangle-right:before{content:"\ea81"}.nc-icon-outline.arrows-1_small-triangle-up:before{content:"\ea82"}.nc-icon-outline.arrows-1_square-down:before{content:"\ea83"}.nc-icon-outline.arrows-1_square-left:before{content:"\ea84"}.nc-icon-outline.arrows-1_square-right:before{content:"\ea85"}.nc-icon-outline.arrows-1_square-up:before{content:"\ea86"}.nc-icon-outline.arrows-1_strong-down:before{content:"\ea87"}.nc-icon-outline.arrows-1_strong-left:before{content:"\ea88"}.nc-icon-outline.arrows-1_strong-right:before{content:"\ea89"}.nc-icon-outline.arrows-1_strong-up:before{content:"\ea8a"}.nc-icon-outline.arrows-1_tail-down:before{content:"\ea8b"}.nc-icon-outline.arrows-1_tail-left:before{content:"\ea8c"}.nc-icon-outline.arrows-1_tail-right:before{content:"\ea8d"}.nc-icon-outline.arrows-1_tail-triangle-down:before{content:"\ea8e"}.nc-icon-outline.arrows-1_tail-triangle-left:before{content:"\ea8f"}.nc-icon-outline.arrows-1_tail-triangle-right:before{content:"\ea90"}.nc-icon-outline.arrows-1_tail-triangle-up:before{content:"\ea91"}.nc-icon-outline.arrows-1_tail-up:before{content:"\ea92"}#breadcrumb ul li:before,.nc-icon-outline.arrows-1_trend-down:before{content:"\ea93"}.nc-icon-outline.arrows-1_trend-up:before{content:"\ea94"}.nc-icon-outline.arrows-1_triangle-down-20:before{content:"\ea95"}.nc-icon-outline.arrows-1_triangle-down-65:before{content:"\ea96"}.nc-icon-outline.arrows-1_triangle-left-18:before{content:"\ea97"}.nc-icon-outline.arrows-1_triangle-left-63:before{content:"\ea98"}.nc-icon-outline.arrows-1_triangle-right-17:before{content:"\ea99"}.nc-icon-outline.arrows-1_triangle-right-62:before{content:"\ea9a"}.nc-icon-outline.arrows-1_triangle-up-19:before{content:"\ea9b"}.nc-icon-outline.arrows-1_triangle-up-64:before{content:"\ea9c"}.nc-icon-outline.arrows-1_window-zoom-in:before{content:"\ea9d"}.nc-icon-outline.arrows-1_window-zoom-out:before{content:"\ea9e"}.nc-icon-outline.arrows-1_zoom-88:before{content:"\ea9f"}.nc-icon-outline.arrows-1_zoom-99:before{content:"\eaa0"}.nc-icon-outline.arrows-1_zoom-100:before{content:"\eaa1"}.nc-icon-outline.arrows-2_block-down:before{content:"\eaa2"}.nc-icon-outline.arrows-2_block-left:before{content:"\eaa3"}.nc-icon-outline.arrows-2_block-right:before{content:"\eaa4"}.nc-icon-outline.arrows-2_block-up:before{content:"\eaa5"}.nc-icon-outline.arrows-2_circle-in:before{content:"\eaa6"}.nc-icon-outline.arrows-2_circle-out:before{content:"\eaa7"}.nc-icon-outline.arrows-2_circuit-round:before{content:"\eaa8"}.nc-icon-outline.arrows-2_circuit:before{content:"\eaa9"}.nc-icon-outline.arrows-2_computer-upload:before{content:"\eaaa"}.nc-icon-outline.arrows-2_conversion:before{content:"\eaab"}.nc-icon-outline.arrows-2_corner-down-round:before{content:"\eaac"}.nc-icon-outline.arrows-2_corner-down:before{content:"\eaad"}.nc-icon-outline.arrows-2_corner-left-down:before{content:"\eaae"}.nc-icon-outline.arrows-2_corner-left-round:before{content:"\eaaf"}.nc-icon-outline.arrows-2_corner-left:before{content:"\eab0"}.nc-icon-outline.arrows-2_corner-right-down:before{content:"\eab1"}.nc-icon-outline.arrows-2_corner-right-round:before{content:"\eab2"}.nc-icon-outline.arrows-2_corner-right:before{content:"\eab3"}.nc-icon-outline.arrows-2_corner-up-left:before{content:"\eab4"}.nc-icon-outline.arrows-2_corner-up-right:before{content:"\eab5"}.nc-icon-outline.arrows-2_corner-up-round:before{content:"\eab6"}.nc-icon-outline.arrows-2_corner-up:before{content:"\eab7"}.nc-icon-outline.arrows-2_cross-down:before{content:"\eab8"}.nc-icon-outline.arrows-2_cross-horizontal:before{content:"\eab9"}.nc-icon-outline.arrows-2_cross-left:before{content:"\eaba"}.nc-icon-outline.arrows-2_cross-right:before{content:"\eabb"}.nc-icon-outline.arrows-2_cross-up:before{content:"\eabc"}.nc-icon-outline.arrows-2_cross-vertical:before{content:"\eabd"}.nc-icon-outline.arrows-2_curve-circuit:before{content:"\eabe"}.nc-icon-outline.arrows-2_curve-directions:before{content:"\eabf"}.nc-icon-outline.arrows-2_curve-split:before{content:"\eac0"}.nc-icon-outline.arrows-2_delete-49:before{content:"\eac1"}.nc-icon-outline.arrows-2_delete-50:before{content:"\eac2"}.nc-icon-outline.arrows-2_direction:before{content:"\eac3"}.nc-icon-outline.arrows-2_dots-download:before{content:"\eac4"}.nc-icon-outline.arrows-2_dots-upload:before{content:"\eac5"}.nc-icon-outline.arrows-2_eject:before{content:"\eac6"}.nc-icon-outline.arrows-2_enlarge-circle:before{content:"\eac7"}.nc-icon-outline.arrows-2_file-download-87:before{content:"\eac8"}.nc-icon-outline.arrows-2_file-download-89:before{content:"\eac9"}.nc-icon-outline.arrows-2_file-download-94:before{content:"\eaca"}.nc-icon-outline.arrows-2_file-upload-86:before{content:"\eacb"}.nc-icon-outline.arrows-2_file-upload-88:before{content:"\eacc"}.nc-icon-outline.arrows-2_file-upload-93:before{content:"\eacd"}.nc-icon-outline.arrows-2_fork-round:before{content:"\eace"}.nc-icon-outline.arrows-2_fork:before{content:"\eacf"}.nc-icon-outline.arrows-2_hit-down:before{content:"\ead0"}.nc-icon-outline.arrows-2_hit-left:before{content:"\ead1"}.nc-icon-outline.arrows-2_hit-right:before{content:"\ead2"}.nc-icon-outline.arrows-2_hit-up:before{content:"\ead3"}.nc-icon-outline.arrows-2_lines:before{content:"\ead4"}.nc-icon-outline.arrows-2_log-out:before{content:"\ead5"}.nc-icon-outline.arrows-2_loop:before{content:"\ead6"}.nc-icon-outline.arrows-2_merge-round:before{content:"\ead7"}.nc-icon-outline.arrows-2_merge:before{content:"\ead8"}.nc-icon-outline.arrows-2_move-05:before{content:"\ead9"}.nc-icon-outline.arrows-2_move-06:before{content:"\eada"}.nc-icon-outline.arrows-2_move-92:before{content:"\eadb"}.nc-icon-outline.arrows-2_move-down-right:before{content:"\eadc"}.nc-icon-outline.arrows-2_move-down:before{content:"\eadd"}.nc-icon-outline.arrows-2_move-left:before{content:"\eade"}.nc-icon-outline.arrows-2_move-right:before{content:"\eadf"}.nc-icon-outline.arrows-2_move-up-left:before{content:"\eae0"}.nc-icon-outline.arrows-2_move-up:before{content:"\eae1"}.nc-icon-outline.arrows-2_push-next:before{content:"\eae2"}.nc-icon-outline.arrows-2_push-previous:before{content:"\eae3"}.nc-icon-outline.arrows-2_reload:before{content:"\eae4"}.nc-icon-outline.arrows-2_replay:before{content:"\eae5"}.nc-icon-outline.arrows-2_rotate-left:before{content:"\eae6"}.nc-icon-outline.arrows-2_rotate-right:before{content:"\eae7"}.nc-icon-outline.arrows-2_round-left-down:before{content:"\eae8"}.nc-icon-outline.arrows-2_round-right-down:before{content:"\eae9"}.nc-icon-outline.arrows-2_round-up-left:before{content:"\eaea"}.nc-icon-outline.arrows-2_round-up-right:before{content:"\eaeb"}.nc-icon-outline.arrows-2_select-83:before{content:"\eaec"}.nc-icon-outline.arrows-2_select-84:before{content:"\eaed"}.nc-icon-outline.arrows-2_separate-round:before{content:"\eaee"}.nc-icon-outline.arrows-2_separate:before{content:"\eaef"}.nc-icon-outline.arrows-2_share-left:before{content:"\eaf0"}.nc-icon-outline.arrows-2_share-right:before{content:"\eaf1"}.nc-icon-outline.arrows-2_skew-down:before{content:"\eaf2"}.nc-icon-outline.arrows-2_skew-left:before{content:"\eaf3"}.nc-icon-outline.arrows-2_skew-right:before{content:"\eaf4"}.nc-icon-outline.arrows-2_skew-up:before{content:"\eaf5"}.nc-icon-outline.arrows-2_small-left:before{content:"\eaf6"}.nc-icon-outline.arrows-2_small-right:before{content:"\eaf7"}.nc-icon-outline.arrows-2_split-horizontal:before{content:"\eaf8"}.nc-icon-outline.arrows-2_split-round:before{content:"\eaf9"}.nc-icon-outline.arrows-2_split-vertical:before{content:"\eafa"}.nc-icon-outline.arrows-2_split:before{content:"\eafb"}.nc-icon-outline.arrows-2_square-download:before{content:"\eafc"}.nc-icon-outline.arrows-2_square-upload:before{content:"\eafd"}.nc-icon-outline.arrows-2_time:before{content:"\eafe"}.nc-icon-outline.arrows-2_triangle-down:before{content:"\eaff"}.nc-icon-outline.arrows-2_triangle-left:before{content:"\eb00"}.nc-icon-outline.arrows-2_triangle-right:before{content:"\eb01"}.nc-icon-outline.arrows-2_triangle-up:before{content:"\eb02"}.nc-icon-outline.arrows-2_unite-round:before{content:"\eb03"}.nc-icon-outline.arrows-2_unite:before{content:"\eb04"}.nc-icon-outline.arrows-2_zoom:before{content:"\eb05"}.nc-icon-outline.arrows-3_circle-down:before{content:"\eb06"}.nc-icon-outline.arrows-3_circle-left:before{content:"\eb07"}.nc-icon-outline.arrows-3_circle-right:before{content:"\eb08"}.nc-icon-outline.arrows-3_circle-simple-down:before{content:"\eb09"}.nc-icon-outline.arrows-3_circle-simple-left:before{content:"\eb0a"}.nc-icon-outline.arrows-3_circle-simple-right:before{content:"\eb0b"}.nc-icon-outline.arrows-3_circle-simple-up:before{content:"\eb0c"}.nc-icon-outline.arrows-3_circle-up:before{content:"\eb0d"}.nc-icon-outline.arrows-3_cloud-refresh:before{content:"\eb0e"}.nc-icon-outline.arrows-3_separate:before{content:"\eb0f"}.nc-icon-outline.arrows-3_small-down:before{content:"\eb10"}.nc-icon-outline.arrows-3_small-up:before{content:"\eb11"}.nc-icon-outline.arrows-3_square-corner-down-left-17:before{content:"\eb12"}.nc-icon-outline.arrows-3_square-corner-down-left-18:before{content:"\eb13"}.nc-icon-outline.arrows-3_square-corner-up-left:before{content:"\eb14"}.nc-icon-outline.arrows-3_square-corner-up-right:before{content:"\eb15"}.nc-icon-outline.arrows-3_square-down-06:before{content:"\eb16"}.nc-icon-outline.arrows-3_square-down-22:before{content:"\eb17"}.nc-icon-outline.arrows-3_square-enlarge:before{content:"\eb18"}.nc-icon-outline.arrows-3_square-left-04:before{content:"\eb19"}.nc-icon-outline.arrows-3_square-left-20:before{content:"\eb1a"}.nc-icon-outline.arrows-3_square-right-03:before{content:"\eb1b"}.nc-icon-outline.arrows-3_square-right-19:before{content:"\eb1c"}.nc-icon-outline.arrows-3_square-simple-down:before{content:"\eb1d"}.nc-icon-outline.arrows-3_square-simple-left:before{content:"\eb1e"}.nc-icon-outline.arrows-3_square-simple-right:before{content:"\eb1f"}.nc-icon-outline.arrows-3_square-simple-up:before{content:"\eb20"}.nc-icon-outline.arrows-3_square-up-05:before{content:"\eb21"}.nc-icon-outline.arrows-3_square-up-21:before{content:"\eb22"}.nc-icon-outline.arrows-3_square-zoom:before{content:"\eb23"}.nc-icon-outline.arrows-3_super-bold-down:before{content:"\eb24"}.nc-icon-outline.arrows-3_super-bold-left:before{content:"\eb25"}.nc-icon-outline.arrows-3_super-bold-right:before{content:"\eb26"}.nc-icon-outline.arrows-3_super-bold-up:before{content:"\eb27"}.icon-list{width:100%}.icon-list li{position:relative;float:left;padding-left:20px;width:100%;font-family:Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:40px;color:#08cae8}.icon-list li:before{position:absolute;top:0;left:0;font-family:'Nucleo Glyph';margin-right:10px}.icon-list.grey li{color:#333}.icon-list.grey li:before,a,p a{color:#08cae8}a:hover,body,p a:hover{color:#333}.icon-list.two-col li{width:50%}.icon-list.three-col li{width:33.3%}@media only screen and (max-width:768px){.icon-list.three-col li,.icon-list.two-col li{float:left;width:100%}#footer .col-md-3:nth-child( 2n+1 ){clear:left}}body,html{width:100%;height:100%}body{font-family:Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;line-height:1.5;overflow-x:hidden;overflow-y:scroll}h1,h2,h3,h4,h5,h6,p small{font-family:Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif}::-moz-selection{background:#08cae8;color:#fff}::selection{background:#08cae8;color:#fff}a{text-decoration:none;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}a:hover{text-decoration:none!important}p i{font-size:14px;color:grey;font-style:italic}p small{font-weight:400;font-size:12px;color:grey}p strong,strong{font-weight:700}h1,h2,h3,h4,h5,h6{font-weight:700;color:#333}#page-header .title,.button,.ui-datepicker,h5,h6{font-family:Lato,"Helvetica Neue",Helvetica,Arial,sans-serif}h1{font-size:40px}h2{font-size:30px}h3{font-size:18px}h4,h5,h6{font-size:16px}h6{font-weight:400}.button,h6 small{font-size:14px;text-transform:uppercase}button{background:0 0}.button,button,input[type=text]{outline:0;border:none;cursor:pointer;-webkit-appearance:none;appearance:none}.button{padding:12px 35px;background:#08cae8;color:#fff;cursor:pointer;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px}.button:hover{background:#333;color:#fff}.button.outline{background:0 0;border:2px solid #08cae8;color:#08cae8}.button.outline:hover{background:#08cae8;color:#fff}.button.white{background:#fff;color:#08cae8!important}.button.white:hover{background:#333;color:#fff!important}.button.white.outline{background:0 0;border:2px solid #fff;color:#fff!important}.button.white.outline:hover{background:#fff;color:#08cae8!important}.button.dark{background:#333;color:#333!important}.button.dark:hover{background:#08cae8;color:#fff!important}.button.dark.outline{background:0 0;border:2px solid #333;color:#333!important}.button.dark.outline:hover{background:#333;color:#fff!important}input[type=text],input[type=email],input[type=date],textarea{width:100%;padding-left:20px;min-height:35px;font-family:Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;background:0 0;border:2px solid #ebebeb;outline:0;resize:none;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear;-webkit-appearance:none;appearance:none}.bg-block,.bg-block-white{padding:110px 0 100px}input[type=text]:focus,textarea:focus{border-color:#08cae8}.text-center{text-align:center}.right{float:right}.spacer{margin-top:10px}.spacer-2x{margin-top:20px}.spacer-3x{margin-top:30px}.spacer-4x{margin-top:40px}.spacer-5x{margin-top:50px}.spacer-10x{margin-top:100px}.link{text-transform:uppercase}.link.small{font-size:14px}.link:hover{color:#333}hr{margin:30px 0 45px;width:65px;height:2px;background:#08cae8;border:none}.section-info{margin:0 0 50px;text-align:center}.section-info hr{margin:5px 0 15px}.bg-block{background:#f2f2f2}.content-block{display:inline-block;width:100%;margin:0 0 100px}ol{margin:30px 0;padding:0 0 0 50px;list-style-type:decimal}ol li{margin-bottom:30px}.google-map .marker{position:relative;float:left;padding:5px 0 0 20px}.google-map .marker .icon{position:absolute;top:50%;left:15px;margin-top:-25px;width:50px;height:50px;background:#08cae8;font-size:20px;color:#fff;-webkit-border-radius:200px;-moz-border-radius:200px;border-radius:200px;line-height:50px;text-align:center}#footer,#header{position:relative}.google-map .content{float:left;padding:0 0 0 70px}.google-map .content .company{float:left;margin:0;font-weight:700;color:#08cae8}.google-map .content .address{float:left;clear:left;color:#333;line-height:20px}#sub-header{text-align:right;line-height:60px;border-bottom:1px solid #eaeaea}#sub-header .social-link-list li{margin-right:10px}#sub-header .social-link-list li a{color:#333}#sub-header .social-link-list li a:hover{color:#08cae8}#navigation ul li,#sub-header p{margin:0 0 0 14px}#sub-header p [class^=nc-icon]{font-size:12px;margin-right:5px;top:0!important;left:0!important}#header{width:100%;height:120px;line-height:120px}#header #logo{display:block;float:left}#header #logo a{display:block;height:100%}#header #logo a img{vertical-align:middle;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}#header #logo a img:hover{opacity:.6}#navigation{float:right;max-height:100%}#navigation ul{line-height:120px}#navigation ul li a{padding:0 4px 4px;font-size:14px;color:#333;text-transform:uppercase;border-bottom:2px solid #fff}#navigation ul li a:hover{color:#08cae8;border-bottom:2px solid #08cae8}#navigation ul li a .ui-1_bell-53{margin-right:5px}#navigation .nav-search-box{float:left;width:90%;margin:15px 5%}#navigation .nav-search-box input[type=text]{float:left;padding-left:20px;width:83.42857142857143%;height:45px;background:#f4f4f4;border:none;font-size:18px;color:#333}#navigation .nav-search-box input[type=text]::-webkit-input-placeholder{color:#333}#navigation .nav-search-box input[type=text]:-moz-placeholder{color:#333}#navigation .nav-search-box input[type=text]::-moz-placeholder{color:#333}#navigation .nav-search-box input[type=text]:-ms-input-placeholder{color:#333}#footer h1,#footer h2,#footer h3,#footer h4,#footer h5,#footer h6,#page-header *{color:#fff}#navigation .nav-search-box .search-btn{float:right;width:12.857142857142856%;height:45px;background:#08cae8;font-size:16px;line-height:45px;text-align:center;color:#fff;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}#breadcrumb,#page-header{display:inline-block;width:100%}#navigation .nav-search-box .search-btn:hover{background:#333}#page-header{padding:70px 0;background:center no-repeat fixed #222;background-size:cover;text-align:center}#page-header .title{margin-bottom:5px}#appointment-form .input:after,#awards .award .inner:before,#breadcrumb ul li:before{font-family:'Nucleo Glyph'}#page-header .description{margin:0}#breadcrumb{margin:0 0 40px;line-height:50px}#breadcrumb ul li{float:left;margin-left:5px;font-size:14px;font-weight:400;color:#333}#breadcrumb ul li:before{padding-right:5px;font-size:10px}#breadcrumb ul li:first-child{margin-left:0;padding-left:0}#breadcrumb ul li a{font-size:14px;font-weight:400;color:#333}#breadcrumb ul li a:hover{color:#08cae8}#footer{padding:30px 0;background:#2d3435;font-size:14px;line-height:30px;color:grey}#footer .widget h6{border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:15px;padding-bottom:5px}#footer .widget a:hover{color:#08cae8}#footer .widget a,#footer .widget p{color:#fff}#footer .link-list a:hover,#footer .social-link-list li a:hover,#footer a a:hover{color:#08cae8}#footer .block{margin:0 0 50px;padding:30px 0 0;border-top:2px solid #383e3f}#footer .link-list{text-transform:uppercase;font-size:12px}#footer .social-link-list li{float:left;margin-right:15px}#footer .back-to-top{position:absolute;top:60px;right:60px;width:32px;height:32px;text-align:center;line-height:28px;border:2px solid #fff;-webkit-border-radius:200px;-moz-border-radius:200px;border-radius:200px}.back-to-top .nc-icon-glyph{position:static!important}#footer .back-to-top:hover{opacity:.6;color:#FFF!important}#footer .widget{margin-bottom:20px}#sub-footer{padding:21px 0;background:#404546;font-size:14px;color:grey}#sub-footer p{margin:0}#sub-footer .link-list{float:right;text-transform:uppercase}#sub-footer .link-list li{float:left;margin-left:30px}#sub-footer .link-list li a{color:grey}#sub-footer .link-list li a:hover{color:#08cae8}#modal-overlay{display:none;position:fixed;top:0;left:0;bottom:0;right:0;width:100%;height:100%;background:rgba(0,0,0,.75);z-index:9999}#modal-overlay #appointment-modal{position:absolute;top:50%;padding:60px 30px 50px;background:#08cae8;text-align:center}#modal-overlay #appointment-modal *{color:#fff}#modal-overlay #appointment-modal .close-btn{position:absolute;top:20px;right:20px}#appointment-form{margin:20px 0 0}#appointment-form .input{position:relative;margin:0 0 25px}#appointment-form .input input[type=text]{display:block;padding-left:40px;width:100%;height:45px;background:#2bdcf8;color:#fff}#appointment-form .input input[type=text]::-webkit-input-placeholder{color:#fff}#appointment-form .input input[type=text]:-moz-placeholder{color:#fff}#appointment-form .input input[type=text]::-moz-placeholder{color:#fff}#appointment-form .input input[type=text]:-ms-input-placeholder{color:#fff}#appointment-form .input textarea{display:block;padding-top:12px;padding-left:40px;width:100%;height:115px;background:#2bdcf8;color:#fff}#appointment-form .input textarea::-webkit-input-placeholder{color:#fff}#appointment-form .input textarea:-moz-placeholder{color:#fff}#appointment-form .input textarea::-moz-placeholder{color:#fff}#appointment-form .input textarea:-ms-input-placeholder{color:#fff}#appointment-form .input:after{position:absolute;top:0;left:0;width:40px;height:45px;text-align:center;line-height:45px}#appointment-form .input.name:after{content:"\e64c"}#appointment-form .input.phone:after{content:"\e6ff"}#appointment-form .input.email:after{content:"\e686"}#appointment-form .input.date:after{content:"\e665"}#appointment-form .input.message:after{content:"\e6a4"}.morphsearch{display:none;visibility:hidden;top:50px;right:0;padding:50px 150px 50px 50px;min-height:40px;background-color:rgba(8,202,232,.8);-webkit-transform-origin:100% 0;transform-origin:100% 0;-webkit-transition-property:min-height,width,top,right;transition-property:min-height,width,top,right;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:cubic-bezier(.7,0,.3,1);transition-timing-function:cubic-bezier(.7,0,.3,1)}.morphsearch.open{z-index:10000;visibility:visible;display:block;position:absolute;top:0;right:0;width:100%;min-height:100%;-webkit-transform-origin:100% 0;transform-origin:100% 0;-webkit-transition-property:min-height,width,top,right;transition-property:min-height,width,top,right;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:cubic-bezier(.7,0,.3,1);transition-timing-function:cubic-bezier(.7,0,.3,1)}.morphsearch input[type=text]{width:100%;height:160px;background:#fff!important;border:none;font-size:70px;font-weight:700;color:#333}.morphsearch input[type=text] ::-webkit-input-placeholder{color:#f2f2f2}.morphsearch input[type=text] :-moz-placeholder{color:#f2f2f2}.morphsearch input[type=text] ::-moz-placeholder{color:#f2f2f2}.morphsearch input[type=text] :-ms-input-placeholder{color:#f2f2f2}.morphsearch-close{position:absolute;right:50px;top:50px;width:40px;height:40px;overflow:hidden;font-size:40px;line-height:40px;cursor:pointer;pointer-events:none;opacity:0;-webkit-transform:scale3d(0,0,1);transform:scale3d(0,0,1)}.morphsearch-close span{opacity:.5;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.morphsearch-close:hover span{opacity:1}.morphsearch.open .morphsearch-close{opacity:1;pointer-events:auto;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,transform .3s;-webkit-transition-delay:.5s;transition-delay:.5s}#blog #related-posts .post *,#services-block .service .icon{-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear}#home-slider{float:left;width:100%}#home-slider li{max-height:560px;overflow:hidden}#home-slider li img{width:100%}#home-slider .bx-controls{position:absolute;top:50%;right:40px;padding:80px 0}#home-slider .bx-controls .bx-pager{position:relative;top:0;padding-top:0}#home-slider .bx-controls .bx-pager .bx-pager-item{display:block;margin:20px 0 0}#home-slider .bx-controls .bx-pager .bx-pager-item:first-child{margin-top:0}#home-slider .bx-controls .bx-pager .bx-pager-item a{margin:0;background:rgba(255,255,255,.4)}#home-slider .bx-controls .bx-pager .bx-pager-item a.active,#home-slider .bx-controls .bx-pager .bx-pager-item a:hover{background:#fff}#home-slider .bx-controls .bx-controls-direction{float:left}#home-slider .bx-controls .bx-controls-direction a{left:-3px;margin:0;width:16px;height:16px;background:0 0;color:#fff;line-height:16px;text-indent:0}#home-slider .bx-controls .bx-controls-direction a.bx-prev{top:0}#home-slider .bx-controls .bx-controls-direction a.bx-next{bottom:0}#call-out{float:left;border-radius:5px;width:100%;margin:-175px 0 100px;padding:40px;background:#08cae8;text-align:center}#call-out div,#call-out h1{color:#fff}#services-block .service{margin:50px 0;padding:0 10px 40px;background:#f2f2f2;text-align:center;cursor:pointer}#services-block .service .icon{display:inline-block;margin:-64.5px 0 30px;width:129px;height:129px;background:#fff;font-size:40px;color:#08cae8;line-height:129px;border:2px solid #08cae8;-webkit-border-radius:200px;-moz-border-radius:200px;border-radius:200px;transition:all .3s linear}#services-block .service h3{text-transform:uppercase}#services-block .service:hover .icon{background:#08cae8;color:#fff}#team-block{display:inline-block;width:100%}#team-block .team-member{position:relative;margin:0 0 50px;background:#fff;text-align:center}#team-block .team-member img{width:100%;display:block}#team-block .team-member .inner{background:#fff;padding:40px 20px}#team-block .team-member .inner .name{margin:0}#team-block .team-member .hover{opacity:0;position:absolute;top:0;left:0;width:100%;height:100%;background:#08cae8;color:#fff;-webkit-transition:all .5s linear;-moz-transition:all .5s linear;-ms-transition:all .5s linear;-o-transition:all .5s linear;transition:all .5s linear}#team-block .team-member .hover .description{float:left;padding:0 30px;width:100%;height:263px;display:table}#team-block .team-member .hover .description p{display:table-cell;vertical-align:middle;color:#FFF}#team-block .team-member .hover .read-more{position:absolute;bottom:0;left:0;float:left;padding:44px 30px;width:100%;height:138px;background:#08d3f2;text-align:center}#team-block .team-member .hover .read-more .button{display:inline-block}#team-block .team-member:hover .hover{opacity:1}#team-block .team-join{margin:0 0 50px;padding:0 20px;width:100%;background:#fff;text-align:center}#team-block .team-join .content{width:100%;height:100%;display:table}#team-block .team-join .content p{display:table-cell;vertical-align:middle}#home-testimonials{background:#08cae8}#home-testimonials .testimonials{float:left;padding:50px;width:50%;text-align:center}#home-testimonials .testimonials .icon{margin:0 0 30px;font-size:70px;color:rgba(255,255,255,.3)}#home-testimonials .testimonials *{color:#fff}#home-testimonials .testimonials .quote{margin:0 0 30px;font-size:20px}#home-testimonials .testimonials img{display:inline-block;margin:0 0 10px;-webkit-border-radius:200px;-moz-border-radius:200px;border-radius:200px}#home-testimonials .testimonials .name{margin:0}#home-testimonials .testimonials .position{margin:0;font-size:14px}#home-testimonials .images{float:left;width:50%;border:1px solid #fff;border-bottom:none}#home-testimonials .images li{float:left;width:50%}#home-testimonials .images li img{display:block;border:1px solid #fff}#home-testimonials .images li:nth-child(3) img,#home-testimonials .images li:nth-child(4) img{border-bottom:none}#testimonials-slider .bx-controls .bx-pager{bottom:-40px}#testimonials-slider .bx-controls .bx-pager .bx-pager-item a{background:rgba(255,255,255,.6)}#testimonials-slider .bx-controls .bx-pager .bx-pager-item a.active,#testimonials-slider .bx-controls .bx-pager .bx-pager-item a:hover{background:#fff}#testimonials-slider .bx-controls .bx-controls-direction{float:left}#testimonials-slider .bx-controls .bx-controls-direction a{bottom:81px;margin:0;background:0 0;text-indent:0}#home-map{margin:50px 0 0;width:100%;height:495px}#we-care-block .image{float:left;width:60%}#we-care-block .image img{display:block}#we-care-block .content{float:left;width:40%;background:#fff;text-align:center;display:table}#we-care-block .content .inner{display:table-cell;vertical-align:middle}#awards,#awards .award .inner img,#blog .post{display:inline-block}#awards{width:100%;margin:50px 0 0;padding:35px 0 0}#awards .award{text-align:center}#awards .award .inner{position:relative;margin:0 0 10px;padding:20px;background:#fff;z-index:10}#awards .award .inner:before{position:absolute;top:-35px;left:50%;margin-left:-35px;width:70px;height:70px;background:#fff;font-size:20px;line-height:50px;color:#ffb33a;-webkit-border-radius:200px;-moz-border-radius:200px;border-radius:200px;z-index:9}#awards .award .name{font-size:14px;color:grey}#blog .post{width:100%;margin:0 0 30px}#blog .post .image{margin:0 0 10px}#blog .post .title{margin:0;font-weight:400}#blog .post .title a{color:#333}#blog .post .title a:hover{color:#08cae8}#blog .post .meta{float:left;font-size:14px}#blog .post .entry-meta:after{content:"";display:block;clear:both}#blog .post .comments{float:right;font-size:14px}#blog .post .comments span{margin-right:5px}#blog .post .body{float:left;width:100%;margin:20px 0 50px}#blog .post .read-more{float:left}#blog .post .read-more span{float:right;margin:5px 0 0 5px}#blog .post #post-navigation .prev,#blog .post .post-tags li{float:left}#blog .post .post-tags{display:inline-block;width:100%;margin:0 0 50px}#blog .post .post-tags li p{margin:0 20px 0 0;line-height:35px}#blog .post .post-tags li a{display:block;margin:0 10px 10px 0;padding:7px 15px;background:#333;font-size:14px;color:#fff}#blog .post .post-tags li a:hover{background:#08cae8}#blog .post #post-navigation{float:left;width:100%;margin:0 0 50px;line-height:50px;border-top:1px solid #e6e6e6;border-bottom:1px solid #e6e6e6}#blog .post #post-navigation a{font-weight:400;color:#333}#blog .post #post-navigation a:hover{color:#08cae8}#blog .post #post-navigation a span{font-size:10px}#blog .post #post-navigation .prev span{margin-right:10px}#blog .post #post-navigation .next{float:right}#blog .post #post-navigation .next span{margin-left:10px}#blog .post #share-post{float:left;width:100%;margin:0 0 50px;padding:0 20px;background:#f2f2f2;line-height:50px}#blog .post #share-post p{margin:0}#blog .post #share-post .social{float:right}#blog .post #share-post .social li{float:left;margin-left:40px}#blog .post #share-post .social li.facebook a{color:#3b5998}#blog .post #share-post .social li.twitter a{color:#55acee}#blog .post #share-post .social li.linkedin a{color:#0976b4}#blog .post #share-post .social li.email a{color:#08cae8}#blog .post #post-author .content .social li a,#blog .post #share-post .social li a:hover{color:#333}#blog .post #post-author{display:inline-block;width:100%;margin:0 0 50px}#blog .post #post-author .content .social{float:left}#blog .post #post-author .content .social li{float:left;margin-right:20px}#blog .post #post-author .content .social li a:hover{color:#08cae8}#blog.single .post{margin:0 0 50px;border-bottom:1px solid #e6e6e6}#blog #related-posts .post{background:#000;border-bottom:none}#blog #related-posts .post img{display:block}#blog #related-posts .post *{transition:all .3s linear}#blog #related-posts .post a{-webkit-transform:rotate(0)}#blog #related-posts .post a img{width:100%;display:block;-webkit-backface-visibility:hidden}#blog #related-posts .post a .inner{min-height:139px;background:#f2f2f2;padding:30px 20px;text-align:center}#blog #related-posts .post a .inner .date{font-size:14px;color:#08cae8}#blog #related-posts .post a .inner .title{margin:0;color:#333}#blog #related-posts .post a:hover .inner{background:#08cae8}#blog #related-posts .post a:hover .date,#blog #related-posts .post a:hover .title{color:#fff}#blog #related-posts .post a:hover img{opacity:.6}#blog-navigation{margin:0 0 100px}#blog-navigation li{display:inline-block}#blog-navigation li a{display:block;width:45px;height:45px;font-size:14px;line-height:43px;text-align:center;color:#333;border:2px solid #fff;-webkit-border-radius:200px;-moz-border-radius:200px;border-radius:200px}#blog-navigation li a:hover{border-color:#333}#sidebar .widget{float:left;width:100%;margin:0 0 30px}#sidebar .search.widget input[type=text]{float:left;padding-left:20px;width:83.42857142857143%;height:45px;background:#f4f4f4;font-size:18px;color:#333}#sidebar .search.widget input[type=text]::-webkit-input-placeholder{color:#333}#sidebar .search.widget input[type=text]:-moz-placeholder{color:#333}#sidebar .search.widget input[type=text]::-moz-placeholder{color:#333}#sidebar .search.widget input[type=text]:-ms-input-placeholder{color:#333}#sidebar .search.widget .search-btn{float:right;width:12.857142857142856%;height:45px;background:#08cae8;font-size:16px;line-height:45px;text-align:center;color:#fff;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}#sidebar .tags li,.ui-datepicker-prev{float:left}#sidebar .search.widget .search-btn:hover{background:#333}#sidebar .categories,#sidebar .comments,#sidebar .recent-posts{line-height:40px}#sidebar .categories li a,#sidebar .comments li a,#sidebar .recent-posts li a{color:#333}#sidebar .categories li a:hover,#sidebar .comments li a:hover,#sidebar .recent-posts li a:hover{color:#08cae8}#sidebar .categories li:before,#sidebar .comments li:before,#sidebar .recent-posts li:before{font-size:10px;margin-right:10px;color:#08cae8}#sidebar .comments li{color:#333}#sidebar .comments li a{color:#08cae8}#sidebar .comments li a:hover{color:#333}#sidebar .tags li a{display:block;margin:0 10px 10px 0;padding:7px 15px;background:#333;font-size:14px;color:#fff}#sidebar .tags li a:hover{background:#08cae8}#comments-list ul.comments{margin:30px 0 0}#comments-list ul.comments li.comment{margin:0 0 50px;padding:0 0 50px;border-bottom:1px solid #e5e5e5}#comments-list ul.comments li.comment .content .name{margin:0}#comments-list ul.comments li.comment .content .meta{margin:0 0 5px;font-size:14px;color:#08cae8}#comments-list ul.comments li.comment .content .body{margin:0 0 20px;color:grey}#comments-list ul.comments li.comment .comment{margin:100px 0 0;padding:0;border-bottom:none}#respond .comment-form textarea{height:340px;width:100%}.ui-datepicker{display:inline-block;width:100%;height:auto;background:#f5f5f5;font-size:12px;font-weight:700}.ui-datepicker table{width:100%}.ui-datepicker-header{background:#08cae8;font-size:14px;color:#fff;line-height:50px;text-align:center}.ui-datepicker-title{text-align:center}.ui-datepicker-next,.ui-datepicker-prev{display:inline-block;width:50px;height:50px;color:#fff;text-align:center;cursor:pointer;background-repeat:no-repeat;overflow:hidden}.ui-datepicker-next{float:right}.ui-datepicker th{color:#333;line-height:50px;text-transform:uppercase}.ui-datepicker tbody td{padding:0;text-align:center;line-height:50px}.ui-datepicker td a,.ui-datepicker td span{display:inline-block;width:30px;height:30px;color:grey;line-height:30px}.ui-datepicker-unselectable .ui-state-default{color:#b4b3b3}.ui-datepicker-calendar .ui-state-active,.ui-datepicker-calendar .ui-state-hover{background:#e1e1e1}#contact-map{margin:0 0 100px;width:100%;height:400px}.contact-methods{display:inline-block;margin:0 0 50px;width:100%}.contact-methods li{margin-bottom:30px;font-size:14px;color:grey}.contact-methods li span{margin-right:15px}.contact-social{display:inline-block;margin:0 0 50px;width:100%}.contact-social li{float:left;margin-right:30px}.contact-social li a{color:grey}.contact-social li a:hover{color:#08cae8}.contact-form{margin:50px 0 100px}.contact-form .input{position:relative;margin:0 0 25px}.contact-form .input input[type=text]{display:block;padding-left:40px;width:100%;height:45px;color:grey}.contact-form .input input[type=text]::-webkit-input-placeholder{color:grey}.contact-form .input input[type=text]:-moz-placeholder{color:grey}.contact-form .input input[type=text]::-moz-placeholder{color:grey}.contact-form .input input[type=text]:-ms-input-placeholder{color:grey}.contact-form .input textarea{display:inline-block;padding-top:12px;padding-left:40px;width:100%;height:170px;color:grey}.contact-form .input textarea::-webkit-input-placeholder{color:grey}.contact-form .input textarea:-moz-placeholder{color:grey}.contact-form .input textarea::-moz-placeholder{color:grey}.contact-form .input textarea:-ms-input-placeholder{color:grey}.contact-form .input:after{position:absolute;top:0;left:0;width:40px;height:45px;font-family:'Nucleo Glyph';text-align:center;color:grey;line-height:45px}.contact-form .input.name:after{content:"\e64c"}.contact-form .input.phone:after{content:"\e6ff"}.contact-form .input.email:after{content:"\e686"}.contact-form .input.date:after{content:"\e665"}.contact-form .input.message:after{content:"\e6a4"}.medic{display:inline-block;width:100%;margin:0 0 100px}.medic .medic-meta{display:inline-block;padding:0 0 30px;width:100%;background:#fff;text-align:center}.medic .medic-meta img{display:block;width:100%;margin:0 0 50px}.medic .medic-meta .inner{padding:0 60px}.medic .medic-meta .inner .social{display:block;margin:20px 0 30px;padding:0 0 20px;border-bottom:1px solid #e5e5e5}.medic .medic-meta .inner .social li{display:inline-block;margin:0 15px}.medic .medic-meta .inner .social li a{color:#333}.medic .medic-description .position,.medic .medic-meta .inner .social li a:hover{color:#08cae8}.medic .medic-meta .inner .work-hours{display:block;margin:20px 0 30px;padding:0 0 20px;border-bottom:1px solid #e5e5e5}.medic .medic-meta .inner .work-hours li{margin-bottom:40px}.medic .medic-meta .inner .work-hours li:last-child{margin-bottom:0}.medic .medic-meta .inner .work-hours li p{font-size:14px}.medic .medic-description .name{margin:0}#related-team{display:inline-block;width:100%;margin:0 0 50px}#related-team .team-member{position:relative;margin:0 0 50px;background:#000;text-align:center}#related-team .team-member img{width:100%;display:block}#related-team .team-member .inner{background:#fff;padding:40px 20px}#related-team .team-member .inner .name{margin:0}#related-team .team-member .hover{opacity:0;position:absolute;top:0;left:0;width:100%;height:100%;background:#08cae8;color:#fff;-webkit-transition:all .5s linear;-moz-transition:all .5s linear;-ms-transition:all .5s linear;-o-transition:all .5s linear;transition:all .5s linear}#sidebar .related-doctors .doctor a *,#sidebar .widget.widget_search .search-btn{-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear}#related-team .team-member .hover .description{float:left;padding:0 30px;width:100%;height:263px;display:table}#related-team .team-member .hover .description p{display:table-cell;vertical-align:middle}#related-team .team-member .hover .read-more{float:left;padding:44px 30px;width:100%;height:138px;background:#08d3f2;text-align:center}#related-team .team-member .hover .read-more .button{display:inline-block}#related-team .team-member:hover .hover{opacity:1}#related-team .team-join{margin:0 0 50px;padding:0 20px;width:100%;background:#fff;text-align:center}#related-team .team-join .content{width:100%;height:100%;display:table}#related-team .team-join .content p{display:table-cell;vertical-align:middle}#emergency-services{display:inline-block;width:100%;margin:0 0 100px}#emergency-services .bg-image img,#sidebar .related-doctors .doctor a .image img{display:block}#sidebar .other-services{padding:30px;background:#f2f2f2}#sidebar .other-services li a{color:#333}#sidebar .other-services li a:hover{color:#08cae8}#sidebar .related-doctors .doctor{float:left;width:100%;margin:0 0 20px}#sidebar .related-doctors .doctor a{float:left;width:100%;background:#f2f2f2}#sidebar .related-doctors .doctor a *{transition:all .3s linear}#sidebar .related-doctors .doctor a .image{float:left;width:25%;background:#000}#sidebar .related-doctors .doctor a .content{float:left;width:75%;padding:18px 10px}#sidebar .related-doctors .doctor a .content .name,#sidebar .related-doctors .doctor a .content .position{margin:0}#sidebar .related-doctors .doctor a:hover{background:#08cae8}#sidebar .related-doctors .doctor a:hover *{color:#fff}#sidebar .related-doctors .doctor a:hover img{opacity:.6}.accordion ul{background:#f2f2f2}.accordion ul li{margin-bottom:1px}.accordion ul li:last-child{margin-bottom:0}.accordion ul li a{display:inline-block;padding:0 20px;width:100%;background:#08cae8;font-size:14px;line-height:50px;color:#fff;text-transform:uppercase}.accordion ul li a span{float:right;width:50px;height:50px}.accordion ul li a span:after{content:"\e65f";float:right;font-family:'Nucleo Glyph'}.accordion ul li a.active span:after{content:"\e660"}.accordion ul li .inner{padding:20px}.mt-blogpost-wrapper h4{font-weight:400}.mt-blogpost-wrapper.owl-theme .owl-controls .owl-buttons div{background-color:#08cae8;color:#fff;padding:5px 25px;opacity:1;font-size:14px}.mt-blogpost-wrapper.owl-theme .owl-controls .owl-buttons div:hover,.nav-menu-search:hover button.icon:hover{opacity:.5}.mt-blogpost-wrapper .nc-icon-glyph{margin-left:5px}.text-left-not-lg,.text-left-not-md,.text-left-not-sm,.text-left-not-xs{text-align:left}.text-center-not-lg,.text-center-not-md,.text-center-not-sm,.text-center-not-xs{text-align:center}.text-right-not-lg,.text-right-not-md,.text-right-not-sm,.text-right-not-xs{text-align:right}.text-justify-not-lg,.text-justify-not-md,.text-justify-not-sm,.text-justify-not-xs{text-align:justify}@media (max-width:767px){.text-center-not-xs,.text-justify-not-xs,.text-left-not-xs,.text-right-not-xs{text-align:inherit}.text-left-xs{text-align:left}.text-center-xs{text-align:center}.text-right-xs{text-align:right}.text-justify-xs{text-align:justify}}@media (min-width:768px) and (max-width:991px){.text-center-not-sm,.text-justify-not-sm,.text-left-not-sm,.text-right-not-sm{text-align:inherit}.text-left-sm{text-align:left}.text-center-sm{text-align:center}.text-right-sm{text-align:right}.text-justify-sm{text-align:justify}}@media (min-width:992px) and (max-width:1199px){.text-center-not-md,.text-justify-not-md,.text-left-not-md,.text-right-not-md{text-align:inherit}.text-left-md{text-align:left}.text-center-md{text-align:center}.text-right-md{text-align:right}.text-justify-md{text-align:justify}}@media (min-width:1200px){.text-center-not-lg,.text-justify-not-lg,.text-left-not-lg,.text-right-not-lg{text-align:inherit}.text-left-lg{text-align:left}.text-center-lg{text-align:center}.text-right-lg{text-align:right}.text-justify-lg{text-align:justify}}@media (max-width:1024px){#footer .back-to-top{top:27px;right:15px}}.nav-menu-search input#search{-webkit-appearance:none;width:80%;height:40px;background:#fff;font-size:10pt;line-height:40px;padding-left:15px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;color:#ccc;text-indent:0;border:1px solid}.nav-menu-search input#search::-webkit-input-placeholder{color:#65737e}.nav-menu-search input#search:-moz-placeholder{color:#65737e}.nav-menu-search input#search::-moz-placeholder{color:#65737e}.nav-menu-search input#search:-ms-input-placeholder{color:#65737e}.nav-menu-search button.icon{border-radius:5px;border:none;height:36px;position:relative;top:1px;left:-42px;line-height:35px;width:40px;color:#fff;font-size:10pt;-webkit-transition:all .55s ease;-moz-transition:all .55s ease;-ms-transition:all .55s ease;-o-transition:all .55s ease;transition:all .55s ease;background-color:#08cae8}#sidebar .nav-menu-search button.icon{left:-45px}.page-template-page-contact .has-padding{padding-top:0}body{background-color:#fff}.aligncenter,.alignleft,.alignright,.bypostauthor,.gallery-caption,.screen-reader-text,.sticky,.wp-caption,.wp-caption-text{margin:0}#ui-datepicker-div,.screen-reader-text{display:none}#sub-header a{color:#333}#sub-header a:hover{color:#08cae8}#blog-navigation li span.page-numbers.current{display:block;width:45px;height:45px;font-size:14px;line-height:43px;text-align:center;color:#333;border:2px solid #fff;-webkit-border-radius:200px;-moz-border-radius:200px;border-radius:200px}#sidebar .widget.widget_search .search-form{display:block}#sidebar .widget.widget_search input[type=text]{float:left;padding-left:20px;width:83.42857142857143%;height:45px;background:#f4f4f4;font-size:18px;color:#333;font-family:Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;cursor:pointer}#sidebar .widget.widget_search .search-btn{float:right;width:12.857142857142856%;height:45px;background:#08cae8;font-size:16px;line-height:45px;text-align:center;color:#fff;transition:all .3s linear}#sidebar .widget.widget_tag_cloud a{display:block;margin:0 10px 10px 0;padding:7px 15px;background:#333;font-size:14px;color:#fff;float:left}#sidebar .widget.widget_tag_cloud a:hover{background:#08cae8}#footer .widget #wp-calendar,#sidebar .widget #wp-calendar{width:100%;position:relative}#footer .widget #wp-calendar caption,#sidebar .widget #wp-calendar caption{height:50px;line-height:50px;text-align:center;background:#08cae8;color:#fff;font-family:Lato,'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:700;font-size:14px}#footer .widget #wp-calendar tbody,#footer .widget #wp-calendar thead,#sidebar .widget #wp-calendar tbody,#sidebar .widget #wp-calendar thead{background:#f5f5f5}#footer .widget #wp-calendar thead th,#sidebar .widget #wp-calendar thead th{line-height:50px;color:#333;font-family:Lato,'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:700;font-size:12px}#footer .widget #wp-calendar thead th:last-child,#sidebar .widget #wp-calendar thead th:last-child{border-right:none}#footer .widget #wp-calendar tbody tr td,#sidebar .widget #wp-calendar tbody tr td{width:36px;line-height:36px;text-align:center;font-family:Lato,'Helvetica Neue',Helvetica,Arial,sans-serif;font-weight:700;font-size:12px;color:grey}#footer .widget #wp-calendar tbody tr td a,#sidebar .widget #wp-calendar tbody tr td a{background:#e1e1e1;display:inline-block;width:30px;height:30px;color:grey;line-height:30px;text-decoration:none}#footer .widget #wp-calendar tfoot,#sidebar .widget #wp-calendar tfoot{width:100%;height:50px;padding:0 20px;position:absolute;top:0;left:0;font-family:Lato,'Helvetica Neue',Helvetica,Arial,sans-serif;font-size:14px}#footer .widget #wp-calendar tfoot tr,#sidebar .widget #wp-calendar tfoot tr{width:100%;height:50px;display:block}#footer .widget #wp-calendar tfoot tr td,#sidebar .widget #wp-calendar tfoot tr td{height:50px}#footer .widget #wp-calendar tfoot tr td a,#sidebar .widget #wp-calendar tfoot tr td a{height:50px;line-height:50px;color:#fff}#footer .widget #wp-calendar tfoot tr td#prev,#sidebar .widget #wp-calendar tfoot tr td#prev{float:left}#footer .widget #wp-calendar tfoot tr td.pad,#sidebar .widget #wp-calendar tfoot tr td.pad{display:none}#footer .widget #wp-calendar tfoot tr td#next,#sidebar .widget #wp-calendar tfoot tr td#next{float:right}#sidebar .widget ul li{line-height:30px}#sidebar .widget.widget_regina_lite_categories li:before,#sidebar .widget.widget_regina_lite_recent_comments li:before,#sidebar .widget.widget_regina_lite_recent_posts li:before{font-size:10px;margin-right:10px;color:#08cae8}#sidebar .widget ul li a{color:#333}#sidebar .widget ul li a:hover{color:#08cae8}#blog .post #post-navigation a[rel=prev]{float:left}#blog .post #post-navigation a[rel=prev] span{margin-right:10px}#blog .post #post-navigation a[rel=next]{float:right}#header #logo a,#header #logo a span{float:left;width:100%}#blog .post #post-navigation a[rel=next] span{margin-left:10px}#comments-list ul.comments li.comment p{margin:0 0 20px;color:grey}#comments-list ul.comments li.comment ul.children{padding-left:130px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box}#respond{margin:0 0 100px}#respond .comment-form input[type=text],#respond .comment-form input[type=email],#respond .comment-form input[type=url]{display:block;height:40px;margin:0 0 30px;width:100%;font-family:Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:16px;background:0 0;border:1px solid #EEE;outline:0;resize:none;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear;-webkit-appearance:none}#respond .comment-form input[type=url]{text-indent:20px}#respond .comment-form textarea{display:block;margin:0 0 30px;padding-top:20px;border:1px solid #EEE;text-indent:20px}#respond .comment-form input[type=text]:focus,#respond .comment-form input[type=email]:focus,#respond .comment-form input[type=url]:focus,#respond .comment-form textarea:focus{border:1px solid #08cae8}#respond #button{display:inline-block;padding:12px 35px;background:#08cae8;font-family:Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;color:#fff;text-transform:uppercase;cursor:pointer;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px;outline:0;border:none}#respond #button:hover{background:#333;color:#fff}#header #logo:hover a span.logo-title{-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear;color:#08cae8}#header #logo a span{display:block;font-family:Montserrat,'Helvetica Neue',Helvetica,Arial,sans-serif}#header #logo a span.logo-title{line-height:32px;font-weight:700;font-size:30px;color:#333;text-transform:uppercase;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-ms-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}#header #logo a span.logo-description{line-height:16px;font-weight:400;font-size:14px;color:#333}.link-pages{margin-top:50px}.link-pages a{margin:0 5px}#sidebar .col-md-4{position:static}#sidebar .col-md-4 .morphsearch input[type=text]{width:100%;height:160px;background:#fff!important;border:none;font-size:70px;font-weight:700;color:#333}#header #logo a img{width:auto;max-height:80px}#blog #related-posts{margin-bottom:50px}#blog #related-posts .post{margin-bottom:0}#blog #related-posts .owl-controls{margin-top:15px}#navigation{position:relative;z-index:2}.markup-format ol,.markup-format ul{margin:0;padding:0;display:block;list-style-position:inside;float:none}.markup-format ol li,.markup-format ul li{margin:0;padding:0;float:none}.markup-format ul{list-style-type:disc}.markup-format ol li ol,.markup-format ul li ul{margin-left:20px}.markup-format img.alignright{float:right;margin:0 0 1em 1em}.markup-format img.alignleft{float:left;margin:0 1em 1em 0}.markup-format .aligncenter,.markup-format img.aligncenter{margin-left:auto;margin-right:auto;display:block}.markup-format .alignright{float:right}.markup-format .alignleft,.social-links-container{float:left}.markup-format .alignnone{max-width:100%!important;height:auto}.markup-format img{max-width:100%;height:auto}.markup-format table{width:100%}.markup-format table caption{color:grey;margin-bottom:10px;font-weight:700}.markup-format table thead{color:grey}.markup-format table thead th{padding-bottom:5px;border-right:1px solid #eee;border-bottom:1px solid #eee;text-align:center}.markup-format table thead th:last-child{border-right:none}.markup-format table tbody{color:grey;text-align:center;font-size:12px;font-weight:300}.markup-format table tbody a{font-weight:700}.markup-format table tbody tr{border-bottom:1px solid #eee}.markup-format table tbody tr:last-child{border-bottom:none}.markup-format table tbody tr td{border-right:1px solid #eee;padding:7px}.markup-format table td#next,.markup-format table td#prev{padding-top:10px}.markup-format table tbody tr td:last-child{border-right:none}.markup-format table tfoot{font-size:14px;color:grey}.markup-format table tfoot #next{text-align:right}.markup-format table a{color:grey;text-decoration:underline}.markup-format table a:hover{text-decoration:none}.markup-format table td#prev a{color:grey}.markup-format table td#next a{color:grey}.wpcf7 label,.wpcf7 span{display:block;width:100%}#navigation ul li ul{display:none}.nav-menu-search{vertical-align:middle;white-space:nowrap;position:relative;margin-left:20px}.widget .nav-menu-search{margin-left:0}body #sub-header .nav-menu-search button.icon{position:absolute;left:auto;right:2px;top:13.5px}.contact-bar{float:right}@media screen and (max-width:500px){.contact-bar .pull-right{float:none!important;display:inline-block}.social-links-container{float:none}}.gallery{margin-left:-10px;margin-right:-10px}.gallery .gallery-item{float:left;padding:0 10px;margin-bottom:20px}.gallery .gallery-item .gallery-icon{text-align:center}.gallery .gallery-item .gallery-caption{font-size:12px}.gallery-columns-2 .gallery-item{width:50%}.gallery-columns-3 .gallery-item{width:33%}.gallery-columns-4 .gallery-item{width:25%}.gallery-columns-5 .gallery-item{width:20%}.gallery-columns-6 .gallery-item{width:16.6%}.gallery-columns-7 .gallery-item{width:14.2%}.gallery-columns-8 .gallery-item{width:12.5%}.gallery-columns-9 .gallery-item{width:11.1%}.gallery:after{display:block;clear:both;content:""}.gallery-columns-2 .gallery-item:nth-child(2n+1),.gallery-columns-3 .gallery-item:nth-child(3n+1),.gallery-columns-4 .gallery-item:nth-child(4n+1),.gallery-columns-5 .gallery-item:nth-child(5n+1),.gallery-columns-6 .gallery-item:nth-child(6n+1),.gallery-columns-7 .gallery-item:nth-child(7n+1),.gallery-columns-8 .gallery-item:nth-child(8n+1),.gallery-columns-9 .gallery-item:nth-child(9n+1){clear:left}.container,.container-fluid{margin-right:auto;margin-left:auto}.container{padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.row{margin-left:-15px;margin-right:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:46%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}.clear:after,.clear:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.row:after,.row:before{content:" ";display:table}.clear:after,.container-fluid:after,.container:after,.row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.hidden,.visible-lg,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.affix{position:fixed}@-ms-viewport{width:device-width}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}td.visible-xs,th.visible-xs{display:table-cell!important}.visible-xs-block{display:block!important}.visible-xs-inline{display:inline!important}.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}.visible-sm-block{display:block!important}.visible-sm-inline{display:inline!important}.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}td.visible-md,th.visible-md{display:table-cell!important}.visible-md-block{display:block!important}.visible-md-inline{display:inline!important}.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}.visible-lg-block{display:block!important}.visible-lg-inline{display:inline!important}.visible-lg-inline-block{display:inline-block!important}.hidden-lg{display:none!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media only screen and (max-width:1200px){#navigation,#navigation .hide-mobile{display:none}.mobile-nav-btn{float:right;padding:0;line-height:120px;font-size:20px;color:#8a8a8a}#navigation{float:left;width:100%;background-color:#FFF}#navigation ul{display:inline-block;width:100%;line-height:50px}#navigation ul li{display:block;width:100%;margin:0;padding:0 15px;border-bottom:1px solid #eaeaea}#navigation ul li:first-child{border-top:1px solid #eaeaea}#navigation ul li a{font-weight:700;border:none}#navigation ul li a:hover{border:none}.section-info{margin:0 0 50px;text-align:center}#services-block.home>div:nth-child(3) .service,#services-block.home>div:nth-child(4) .service{margin-bottom:50px}#team-block{margin:0}#team-block .team-member .hover .description{height:455px}#home-testimonials{margin:0 0 100px;background:#08cae8}#home-testimonials .testimonials{padding:50px 50px 80px;width:100%}#home-testimonials .images{width:100%;border:1px solid #fff;border-left:none;border-right:none;border-bottom:none}#home-testimonials .images li:nth-child(1) img,#home-testimonials .images li:nth-child(3) img{border-left:none}#home-testimonials .images li:nth-child(2) img,#home-testimonials .images li:nth-child(4) img{border-right:none}#we-care-block .content,#we-care-block .image{width:100%}#we-care-block .content .inner{padding:100px 0}#awards .award{margin:0 0 80px}#awards .col-md-3:nth-child(3) .award,#awards .col-md-3:nth-child(4) .award{margin:0}#blog .post .comments{float:left;clear:left}#related-posts .post a .inner{min-height:163px!important}}@media only screen and (max-width:992px){#blog-navigation{float:left;width:100%;text-align:center}.medic .medic-meta .inner{padding:0 20px}}@media only screen and (max-width:768px){#footer .back-to-top,#home-slider .bx-controls{display:none}h1{font-size:30px}#call-out{margin-top:0}#awards .award,#awards .col-md-3:nth-child(3) .award{margin:0 0 80px}#services-block .service{margin:0 0 100px!important}}@media only screen and (max-width:480px){.medic{margin:0 0 30px}#team-block .team-member .hover .description{height:370px}}/* * Core Owl Carousel CSS File * v1.3.3 */ /* clearfix */ .owl-carousel .owl-wrapper:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } /* display none until init */ .owl-carousel{ display: none; position: relative; width: 100%; -ms-touch-action: pan-y; } .owl-carousel .owl-wrapper{ display: none; position: relative; -webkit-transform: translate3d(0px, 0px, 0px); } .owl-carousel .owl-wrapper-outer{ overflow: hidden; position: relative; width: 100%; } .owl-carousel .owl-wrapper-outer.autoHeight{ -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; -ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out; } .owl-carousel .owl-item{ float: left; } .owl-controls .owl-page, .owl-controls .owl-buttons div{ cursor: pointer; } .owl-controls { -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } /* mouse grab icon */ .grabbing { cursor:url(/wp-content/themes/regina-lite.2.0.0/regina-lite/layout/css/grabbing.png) 8 8, move; } /* fix */ .owl-carousel .owl-wrapper, .owl-carousel .owl-item{ -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); } /* * Owl Carousel Owl Demo Theme * v1.3.3 */ .owl-theme .owl-controls{ margin-top: 10px; text-align: center; } /* Styling Next and Prev buttons */ .owl-theme .owl-controls .owl-buttons div{ color: #FFF; display: inline-block; zoom: 1; *display: inline;/*IE7 life-saver */ margin: 5px; padding: 3px 10px; font-size: 12px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; background: #869791; filter: Alpha(Opacity=50);/*IE7 fix*/ opacity: 0.5; } /* Clickable class fix problem with hover on touch devices */ /* Use it for non-touch hover action */ .owl-theme .owl-controls.clickable .owl-buttons div:hover{ filter: Alpha(Opacity=100);/*IE7 fix*/ opacity: 1; text-decoration: none; } /* Styling Pagination*/ .owl-theme .owl-controls .owl-page{ display: inline-block; zoom: 1; *display: inline;/*IE7 life-saver */ } .owl-theme .owl-controls .owl-page span{ display: block; width: 12px; height: 12px; margin: 5px 7px; filter: Alpha(Opacity=50);/*IE7 fix*/ opacity: 0.5; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; background: #869791; } .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{ filter: Alpha(Opacity=100);/*IE7 fix*/ opacity: 1; } /* If PaginationNumbers is true */ .owl-theme .owl-controls .owl-page span.owl-numbers{ height: auto; width: auto; color: #FFF; padding: 2px 10px; font-size: 12px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; } /* preloading images */ .owl-item.loading{ min-height: 150px; background: url(/wp-content/themes/regina-lite.2.0.0/regina-lite/layout/css/AjaxLoader.gif) no-repeat center center }