.elementor-457288 .elementor-element.elementor-element-408e2b92{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1366px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS *//* Hide TinyMCE visual editor when Code tab is active */
.wp-editor-wrap.html-active .mce-tinymce {
    display: none !important;
}


/* Hide quicktags toolbar when Visual tab is active */
.wp-editor-wrap.tmce-active .quicktags-toolbar {
    display: none !important;
}

.wp-editor-tabs {
    display: none !important;
}

.mce-content-body[data-placeholder]::before {
    content: attr(data-placeholder);
    color: #aaa;
    font-style: italic;
    position: absolute;
    pointer-events: none;
}

input[name*="wpcf-salary"]::placeholder {
    color: #aaa;
    font-style: italic;
}/* End custom CSS */