.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; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 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; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-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-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//wishneff.com/wp-content/plugins/easyjobs/public/assets/vendor/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap");@font-face{font-family:eicon;src:url(//wishneff.com/wp-content/plugins/easyjobs/admin/assets/vendor/css/eicon/fonts/eicon.eot?85vupd);src:url(//wishneff.com/wp-content/plugins/easyjobs/admin/assets/vendor/css/eicon/fonts/eicon.eot?85vupd#iefix) format("embedded-opentype"),url(//wishneff.com/wp-content/plugins/easyjobs/admin/assets/vendor/css/eicon/fonts/eicon.ttf?85vupd) format("truetype"),url(//wishneff.com/wp-content/plugins/easyjobs/admin/assets/vendor/css/eicon/fonts/eicon.woff?85vupd) format("woff"),url(//wishneff.com/wp-content/plugins/easyjobs/admin/assets/vendor/css/eicon/fonts/eicon.svg?85vupd#eicon) format("svg");font-weight:400;font-style:normal;font-display:block}.easyjobs-icon{font-family:eicon!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.easyjobs-thumbnail:before{content:"\e904"}.easyjobs-trello:before{content:"\e906"}.easyjobs-close:before{content:"\e916"}.easyjobs-arrow-up:before{content:"\e905"}.easyjobs-graphic:before{content:"\e801"}.easyjobs-men:before{content:"\e802"}.easyjobs-office:before{content:"\e803"}.easyjobs-sort-down:before{content:"\e804"}.easyjobs-sort-up:before{content:"\e805"}.easyjobs-double-angle-right:before{content:"\e806"}.easyjobs-google-cf .path1:before{content:"\e900";color:#ff7976}.easyjobs-google-cf .path2:before{content:"\e901";margin-left:-1em;color:#f4d72c}.easyjobs-google-cf .path3:before{content:"\e902";margin-left:-1em;color:#59c96e}.easyjobs-google-cf .path4:before{content:"\e903";margin-left:-1em;color:#0faef4}.easyjobs-linkedin-cf:before{content:"\e909";color:#0077b5}.easyjobs-tick-alt:before{content:"\e90a"}.easyjobs-tick:before{content:"\e90b"}.easyjobs-tick-o:before{content:"\e90c"}.easyjobs-check:before{content:"\e90d"}.easyjobs-check-alt:before{content:"\e90e"}.easyjobs-check-o:before{content:"\e90f"}.easyjobs-back:before{content:"\e910"}.easyjobs-logout:before{content:"\e911"}.easyjobs-arrow-left:before{content:"\e912"}.easyjobs-arrow-down:before{content:"\e913"}.easyjobs-arrow-right:before{content:"\e914"}.easyjobs-plus:before{content:"\e915"}.easyjobs-close2:before{content:"\e807"}.easyjobs-delete:before{content:"\e917"}.easyjobs-rotate-right:before{content:"\e918"}.easyjobs-search:before{content:"\e919"}.easyjobs-download:before{content:"\e91a"}.easyjobs-pencil:before{content:"\e91b"}.easyjobs-edit:before{content:"\e91c"}.easyjobs-bold:before{content:"\e91d"}.easyjobs-italic:before{content:"\e91e"}.easyjobs-underline:before{content:"\e91f"}.easyjobs-user:before{content:"\e920"}.easyjobs-users:before{content:"\e921"}.easyjobs-users-team:before{content:"\e922"}.easyjobs-eye-1:before{content:"\e923"}.easyjobs-eye-alt:before{content:"\e924"}.easyjobs-briefcase:before{content:"\e925"}.easyjobs-briefcase-2:before{content:"\e926"}.easyjobs-mail:before{content:"\e927"}.easyjobs-browser:before{content:"\e928"}.easyjobs-map-maker:before{content:"\e929"}.easyjobs-share:before{content:"\e92a"}.easyjobs-phone:before{content:"\e92b"}.easyjobs-notification:before{content:"\e92c"}.easyjobs-notification-o:before{content:"\e958"}.easyjobs-chat:before{content:"\e92d"}.easyjobs-chat-alt:before{content:"\e957"}.easyjobs-graduation:before{content:"\e92e"}.easyjobs-credit-card:before{content:"\e956"}.easyjobs-portfolio:before{content:"\e92f"}.easyjobs-list:before{content:"\e930"}.easyjobs-contract:before{content:"\e931"}.easyjobs-duplicate:before{content:"\e932"}.easyjobs-cv:before{content:"\e933"}.easyjobs-document:before{content:"\e934"}.easyjobs-paper:before{content:"\e935"}.easyjobs-file:before{content:"\e955"}.easyjobs-pdf:before{content:"\e936"}.easyjobs-pass:before{content:"\e954"}.easyjobs-diagram:before{content:"\e937"}.easyjobs-print:before{content:"\e938"}.easyjobs-dob:before{content:"\e953"}.easyjobs-calender:before{content:"\e939"}.easyjobs-flags:before{content:"\e952"}.easyjobs-gender:before{content:"\e951"}.easyjobs-clock:before{content:"\e93a"}.easyjobs-pipe:before{content:"\e93b"}.easyjobs-more:before{content:"\e93c"}.easyjobs-more-horiz:before{content:"\e950"}.easyjobs-home:before{content:"\e93d"}.easyjobs-star:before{content:"\e93e"}.easyjobs-setting:before{content:"\e93f"}.easyjobs-key:before{content:"\e940"}.easyjobs-facebook:before{content:"\e941"}.easyjobs-twitter:before{content:"\e942"}.easyjobs-linkedin:before{content:"\e943"}.easyjobs-parachute:before{content:"\e944"}.easyjobs-plane:before{content:"\e945"}.easyjobs-helicopter:before{content:"\e946"}.easyjobs-send:before{content:"\e947"}.easyjobs-spaceship:before{content:"\e948"}.easyjobs-boost:before{content:"\e949"}.easyjobs-checkmark:before{content:"\ea10"}@font-face{font-family:eicon-2;src:url(//wishneff.com/wp-content/plugins/easyjobs/admin/assets/vendor/css/eicon-2/fonts/eicon-2.eot?5x4uc4);src:url(//wishneff.com/wp-content/plugins/easyjobs/admin/assets/vendor/css/eicon-2/fonts/eicon-2.eot?5x4uc4#iefix) format("embedded-opentype"),url(//wishneff.com/wp-content/plugins/easyjobs/admin/assets/vendor/css/eicon/fonts-2/eicon-2.ttf?5x4uc4) format("truetype"),url(//wishneff.com/wp-content/plugins/easyjobs/admin/assets/vendor/css/eicon-2/fonts/eicon-2.woff?5x4uc4) format("woff"),url(//wishneff.com/wp-content/plugins/easyjobs/admin/assets/vendor/css/eicon-2/fonts/eicon-2.svg?5x4uc4#eicon-2) format("svg");font-weight:400;font-style:normal;font-display:block}.eicon-2{font-family:eicon-2!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.eicon-2-office-push-pin:before{content:"\e900"}.easyjobs-frontend-wrapper{box-sizing:border-box!important}.easyjobs-frontend-wrapper{padding:50px;width:100%;font-family:Poppins,sans-serif;font-size:15px;line-height:1.5;color:#2f323e;background-color:#f5f7fd;margin:0 auto}.easyjobs-frontend-wrapper *{box-sizing:border-box}.easyjobs-frontend-wrapper .easyjobs-content-wrapper{max-width:1600px;margin:0 auto;display:block}@media (max-width:767px){.easyjobs-frontend-wrapper{padding:20px}}.easyjobs-shortcode-wrapper{font-family:Poppins,sans-serif;font-size:15px;line-height:1.5;color:#2f323e}.easyjobs-shortcode-wrapper *{box-sizing:border-box}.easyjobs-shortcode-wrapper h1,.easyjobs-shortcode-wrapper h2,.easyjobs-shortcode-wrapper h3,.easyjobs-shortcode-wrapper h4,.easyjobs-shortcode-wrapper h5,.easyjobs-shortcode-wrapper h6{font-family:inherit;color:#263859}.easyjobs-shortcode-wrapper p{font-family:inherit;color:#2f323e}.easyjobs-shortcode-wrapper a{text-decoration:none}.easyjobs-shortcode-wrapper a:hover{text-decoration:none}.easyjobs-shortcode-wrapper a:focus{outline:0}.easyjobs-shortcode-wrapper img{border-radius:0;max-width:100%}.easyjobs-shortcode-wrapper ul{list-style:disc;margin:0;padding-left:40px}.easyjobs-shortcode-wrapper .ej-no-cover-photo{min-height:120px;background-color:#e0e0e0}.easyjobs-shortcode-wrapper .ej-expired{color:#ff806d;margin:0;text-align:center}.easyjobs-shortcode-wrapper .ej-modal{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.4);z-index:999999;overflow-y:auto;padding:50px;display:none}.easyjobs-shortcode-wrapper .ej-modal .ej-modal-inner{display:flex;align-items:center;justify-content:center}.easyjobs-shortcode-wrapper .ej-modal .ej-modal-inner .ej-modal-content{max-width:1140px;background-color:#fff;border-radius:4px}.easyjobs-shortcode-wrapper .ej-modal .ej-modal-inner .ej-modal-content .ej-modal-header{width:100%;display:flex;justify-content:space-between;padding:15px 20px;border-bottom:1px solid #ddd}.easyjobs-shortcode-wrapper .ej-modal .ej-modal-inner .ej-modal-content .ej-modal-header .ej-modal-title{text-align:left;margin:0;font-size:20px;font-weight:500}.easyjobs-shortcode-wrapper .ej-modal .ej-modal-inner .ej-modal-content .ej-modal-header button{padding:2px 4px;background:0 0;font-size:20px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.easyjobs-shortcode-wrapper .ej-modal .ej-modal-inner .ej-modal-content .ej-modal-header button:focus,.easyjobs-shortcode-wrapper .ej-modal .ej-modal-inner .ej-modal-content .ej-modal-header button:hover{text-decoration:none;opacity:1}.easyjobs-shortcode-wrapper .ej-modal .ej-modal-inner .ej-modal-content .ej-modal-body{padding:15px 20px}.easyjobs-shortcode-wrapper .ej-modal .ej-modal-inner .ej-modal-content .ej-modal-footer{padding:15px 20px;border-top:1px solid #ddd;text-align:right}.easyjobs-shortcode-wrapper .ej-modal .ej-modal-inner .ej-modal-content .ej-modal-footer button{padding:6px 12px;font-size:14px;border-radius:4px;background:#6c757d;color:#fff;text-transform:none;font-weight:400;line-height:1.5}.easyjobs-shortcode-wrapper .ej-modal .ej-modal-inner .ej-modal-content .ej-modal-footer button:hover{text-decoration:none;background:#545b62}.ej-btn{padding:15px 26px;font-size:14px;line-height:1.4286;font-weight:500;min-width:130px;border-radius:5px;text-align:center;display:inline-block;-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.ej-btn.ej-info-btn{background:#2fc1e1;color:#fff;-webkit-box-shadow:0 10px 10px rgba(47,193,225,.3);box-shadow:0 10px 10px rgba(47,193,225,.3)}.ej-btn.ej-info-btn:focus,.ej-btn.ej-info-btn:hover{background:#1fb6d7;color:#fff}.ej-btn.ej-info-btn-light{background:rgba(47,193,225,.1);color:#2fc1e1}.ej-btn.ej-info-btn-light:hover{background:#2fc1e1;color:#fff;-webkit-box-shadow:0 10px 10px rgba(47,193,225,.3);box-shadow:0 10px 10px rgba(47,193,225,.3)}.ej-section{margin-top:50px}.ej-section .ej-section-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;align-items:center;margin-bottom:40px}.ej-section .ej-section-title .ej-section-title-icon{height:50px;width:50px;min-width:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;font-size:20px;color:#597dfc;background:rgba(89,125,252,.1);border-radius:5px}.ej-section .ej-section-title .ej-section-title-text{font-size:32px;font-weight:600;line-height:1.25;margin-left:20px;text-transform:capitalize}@media (max-width:991px){.ej-section .ej-section-title .ej-section-title-text{font-size:24px}}@media (max-width:767px){.ej-section .ej-section-title .ej-section-title-text{font-size:20px}}.ej-section .ej-section-content.with-margin{margin-left:70px}.easyjobs-shortcode-wrapper .empty-message{background:#fff;padding:40px!important;border-radius:10px}h3.empty-message.mt-10{margin-top:10px}.easyjobs-shortcode-wrapper .error-message{display:none;color:red;text-align:center}#google_translate_element{display:none!important}.skiptranslate .skiptranslate{visibility:hidden!important}body{top:0!important}.skip-link.screen-reader-text{display:none!important}.ej-header{margin:-50px 50px 0;background-color:#fff;border-radius:10px;padding:50px;position:relative;z-index:1}@media (max-width:767px){.ej-header{margin:-30px 10px 0;padding:20px}}.ej-company-highlights{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}@media (max-width:767px){.ej-company-highlights{flex-direction:column}}.ej-company-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;align-items:center;margin-right:10px}.ej-company-info .logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;background:#e0e6f9;border-radius:8px;height:100px;width:100px;min-width:100px;border:5px solid #e0e6f9;margin-right:30px}.ej-company-info .logo img{width:100%;height:100%;object-fit:cover;border-radius:4px}.ej-company-info .info .name{font-size:24px;font-weight:600;line-height:1.333333;color:#212529;margin:0 0 5px}.ej-company-info .info .location{font-size:14px;line-height:1.5rem;color:#7d8091}.ej-company-info .info .location i{margin-right:5px}@media (max-width:767px){.ej-company-info{flex-direction:column}.ej-company-info .info{margin-left:0;margin-bottom:10px}}.ej-company-description{margin-top:50px;color:#7d8091;font-size:16px;line-height:1.5}@media (max-width:767px){.ej-company-description{margin-top:30px}}.ej-company-description p{font-size:inherit;color:inherit;margin-bottom:5px}.ej-landingpage-alignment-left .easyjobs-elementor,.ej-landingpage-alignment-left .ej-job-list-container{float:left}.ej-landingpage-alignment-right .easyjobs-elementor,.ej-landingpage-alignment-right .ej-job-list-container{float:right}.ej-landingpage-alignment-center .easyjobs-elementor,.ej-landingpage-alignment-center .ej-job-list-container{display:block;margin:0 auto}.elej-error-msg{margin:10px 0;background-color:#f2dede;color:#a94442;font-size:85%;padding:15px;border-radius:3px}.elej-error-msg-editor{text-align:center;margin:10px 0;font-size:15px}.tooltip{position:relative;vertical-align:middle;display:inline-flex}.tooltip .tooltiptext{visibility:hidden;width:300px;background-color:#fff;color:#000;border-radius:10px;position:absolute;z-index:1;left:50%;bottom:35px;margin-left:-150px;opacity:0;transition:opacity .3s;font-size:14px;font-weight:400;box-shadow:rgba(100,100,111,.2) 0 7px 29px 0;padding:10px;word-wrap:break-word;text-align:left;border:1px solid #ddd}.tooltip .tooltiptext::after{content:"";position:absolute;top:100%;left:50%;margin-left:-10px;border-width:10px;border-style:solid;border-color:#fff transparent transparent transparent}.tooltip:hover .tooltiptext{visibility:visible;opacity:1}@media only screen and (max-width:768px){.easyjobs-shortcode-wrapper.ej-template-default .easyjobs-details .ej-header{background-color:#fff;margin:20px 0 0 0;padding:40px}.easyjobs-shortcode-wrapper.ej-template-default .easyjobs-details .ej-header .ej-company-highlights .ej-company-info{margin:0}.easyjobs-shortcode-wrapper.ej-template-default .easyjobs-details .ej-header .ej-company-highlights .ej-company-info .logo{margin:0 0 20px 0}.easyjobs-shortcode-wrapper.ej-template-default .easyjobs-details .ej-header .ej-company-highlights .ej-company-info .info{padding:0 10px}.easyjobs-shortcode-wrapper.ej-template-default .easyjobs-details .ej-job-body .easyjobs-shortcode-wrapper .ej-job-filter-wrap .ej-section-title .ej-section-title-text{font-size:28px}.easyjobs-shortcode-wrapper.ej-template-default .easyjobs-details .ej-job-body .easyjobs-shortcode-wrapper .ej-section-content .ej-job-list .ej-job-list-item-cat .ej-job-list-item-inner .ej-job-list-item-col .ej-job-title a{font-size:20px}.easyjobs-shortcode-wrapper.ej-template-default .easyjobs-details .ej-job-body .ej-section .ej-section-title .ej-section-title-text{font-size:28px}}@media only screen and (max-width:499px){.easyjobs-landing-page{padding:15px!important}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-default{overflow:hidden}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-default .easyjobs-details .ej-header{padding:20px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-default .easyjobs-details .ej-header .ej-company-highlights .ej-company-info{margin:0}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-default .easyjobs-details .ej-header .ej-company-highlights .ej-company-info .info{padding:0}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-default .easyjobs-details .ej-header .ej-company-highlights .ej-company-info .info .name{font-size:20px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-default .easyjobs-details .ej-header .ej-company-highlights .ej-header-tools a{padding:13px 18px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-default .easyjobs-details .ej-job-body .easyjobs-shortcode-wrapper .ej-job-filter-wrap .ej-section-title .ej-section-title-icon{width:25px!important;height:45px!important}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-default .easyjobs-details .ej-job-body .easyjobs-shortcode-wrapper .ej-job-filter-wrap .ej-section-title .ej-section-title-text{font-size:20px;margin-left:15px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-default .easyjobs-details .ej-job-body .easyjobs-shortcode-wrapper .ej-section-content .ej-job-list .ej-job-list-item-cat .ej-job-list-item-inner .ej-job-list-item-col{padding:20px!important}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-default .easyjobs-details .ej-job-body .easyjobs-shortcode-wrapper .ej-section-content .ej-job-list .ej-job-list-item-cat .ej-job-list-item-inner .ej-job-list-item-col .ej-job-title a{font-size:18px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-default .easyjobs-details .ej-job-body .ej-section .ej-section-title .ej-section-title-icon{width:25px!important;height:45px!important}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-default .easyjobs-details .ej-job-body .ej-section .ej-section-title .ej-section-title-text{font-size:20px;margin-left:15px}footer{padding:0 15px}}@media only screen and (max-width:768px){.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-classic{overflow:hidden}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-classic .easyjobs-details .pb100 .carrier__company{padding:0}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-classic .easyjobs-details .pb100 .carrier__company .ej-company-info{margin:0}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-classic .easyjobs-details .pb50 .ej-section .ej-template-classic .ej-section .ej-section-title span{font-size:28px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-classic .easyjobs-details .pb50 .ej-section .ej-template-classic .ej-job-list-classic .job__card .job__info .ej-job-title{font-size:20px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-classic .easyjobs-details .pb50 .ej-section .ej-template-classic .ej-job-list-classic .job__card .job__vacancy h4{font-size:23px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-classic .easyjobs-details .ej-company-showcase-classic{padding:30px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-classic .easyjobs-details .ej-company-showcase-classic .ej-section-title .ej-section-title-text{font-size:28px}}@media only screen and (max-width:499px){.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-classic{padding-left:0;padding-right:0}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-classic .easyjobs-details .pb100{padding-bottom:80px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-classic .easyjobs-details .pb100 .ej-container{padding:0}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-classic .easyjobs-details .ej-job-cover{padding-left:0;padding-right:0}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-classic .easyjobs-details .pb50 .ej-container{padding-left:0;padding-right:0}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-classic .easyjobs-details .pb50 .ej-container .ej-section .ej-template-classic .ej-section .ej-section-title span{font-size:20px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-classic .easyjobs-details .pb50 .ej-container .ej-section .ej-template-classic .ej-job-list-classic .job__card{padding:15px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-classic .easyjobs-details .pb50 .ej-container .ej-section .ej-template-classic .ej-job-list-classic .job__card .job__info .ej-job-title{font-size:18px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-classic .easyjobs-details .ej-company-showcase-classic{padding:15px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-classic .easyjobs-details .ej-company-showcase-classic .ej-section-title .ej-section-title-text{font-size:20px}}@media only screen and (max-width:768px){.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-elegant .pb100 .ej-container .about__company{padding:20px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-elegant .pb100 .ej-container .about__company .ej-company-info{margin:0;flex-direction:column}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-elegant .pb100 .ej-container .about__company .ej-company-info .logo{margin:0 0 20px 0}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-elegant .pb100 .mt60 .ej-section .ej-section-title .ej-section-title-text{font-size:28px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-elegant .pb100 .mt60 .ej-job-list-elegant .ej-job-list-item-cat .job__card .ej-job-title{font-size:20px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-elegant .pb100 .mt60 .ej-job-list-elegant .ej-job-list-item-cat .job__card .job__bottom .job__vacancy h4{font-size:23px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-elegant .pb100 .mt60 .ej-container .section__header h2{font-size:28px}}@media only screen and (max-width:499px){.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-elegant{overflow:hidden}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-elegant .pb100 .ej-container .ej-col{padding-left:0;padding-right:0}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-elegant .pb100 .ej-container .ej-col .about__company{padding:0}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-elegant .pb100 .ej-container .ej-col .about__company .ej-company-info{margin:0;flex-direction:column}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-elegant .pb100 .ej-container .ej-col .about__company .ej-company-info .logo{margin:0 0 20px 0}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-elegant .pb100 .ej-container .ej-col .about__company .ej-company-info .name{font-size:20px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-elegant .pb100 .ej-container .ej-col .about__company .ej-company-info .ej-header-tools a{padding:15px 20px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-elegant .pb100 .mt60 .ej-container{padding-right:0;padding-left:0}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-elegant .pb100 .mt60 .ej-container .ej-section .ej-section-title .ej-section-title-text{font-size:20px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-elegant .pb100 .mt60 .ej-job-list-elegant .ej-job-list-item-cat{padding-left:0;padding-right:0}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-elegant .pb100 .mt60 .ej-job-list-elegant .ej-job-list-item-cat .job__card .ej-job-title{font-size:18px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-elegant .pb100 .mt60 .ej-container{width:100%}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-elegant .pb100 .mt60 .ej-container .ej-row{margin:0}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-elegant .pb100 .mt60 .ej-container .section__header h2{font-size:20px}.easyjobs-landing-page .easyjobs-shortcode-wrapper.ej-template-elegant .pb100 .mt60 .image__gallery{padding:0}}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-job-title a{font-family:Poppins;text-decoration:none}.easyjobs-shortcode-wrapper .mr-15{margin-right:15px}.easyjobs-shortcode-wrapper .ej-btn{text-decoration:none;text-transform:capitalize;min-width:auto;border:0;cursor:pointer}.easyjobs-shortcode-wrapper .ej-btn.ej-danger-btn{background:#cd2653;color:#fff}.easyjobs-shortcode-wrapper .ej-job-filter-wrap{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:15px;margin-bottom:40px}.easyjobs-shortcode-wrapper .ej-job-filter-wrap .ej-section-title{margin-bottom:0}.easyjobs-shortcode-wrapper .ej-job-filter-wrap .job-filter .ej-btn{padding:13px 20px}.easyjobs-shortcode-wrapper .ej-job-filter-wrap .job-filter .ej-btn:focus{outline:0}.easyjobs-shortcode-wrapper .ej-job-filter-wrap .job-filter .ej-btn:hover{box-shadow:none;border:0}.easyjobs-shortcode-wrapper .job-filter{display:flex;flex-wrap:wrap;gap:15px}.easyjobs-shortcode-wrapper .job-filter .search-bar .form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:0 15px;font-size:1rem;font-weight:500;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:5px;background:#fff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.easyjobs-shortcode-wrapper .job-filter .search-bar .form-control{height:46px;font-size:14px}.easyjobs-shortcode-wrapper .job-filter .search-bar .form-control:focus{outline:0}.easyjobs-shortcode-wrapper .job-filter .select-option{position:relative;background:#fff;border-radius:5px;height:46px;border:none}.easyjobs-shortcode-wrapper .job-filter .select-option select{padding-right:66px;padding-left:15px;font-size:.875rem;line-height:1.4286;font-family:unset;font-weight:500;border-radius:5px;height:100%;background:0 0;color:#7d8091;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:14px;border:1px solid #ced4da;padding-top:3px;padding-bottom:3px;cursor:pointer}.easyjobs-shortcode-wrapper .job-filter .select-option select:focus{outline:0}.easyjobs-shortcode-wrapper .job-filter .select-option:after{position:absolute;content:"\e913";font-family:eicon;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:15px;background:rgba(89,125,252,.1);color:#597dfc;pointer-events:none;text-align:center;height:20px;width:20px;font-size:10px;line-height:20px}.easyjobs-shortcode-wrapper .easyjobs-job-post{width:100%;background-color:#fff;border-radius:5px;padding:20px 25px;margin-bottom:30px;box-shadow:0 5px 15px rgba(0,0,0,.05);display:flex;justify-content:space-between;align-items:center}.easyjobs-shortcode-wrapper .easyjobs-job-post .job-title{font-size:24px;font-weight:500;margin:0 0 10px;color:#757575}.easyjobs-shortcode-wrapper .easyjobs-job-post .job-meta p{margin:0 0 5px;font-size:12px;letter-spacing:1px;text-transform:uppercase;color:#9a9595;font-weight:400}.easyjobs-shortcode-wrapper .easyjobs-job-post .job-meta p strong{font-weight:400}.easyjobs-shortcode-wrapper .easyjobs-job-post .job-buttons{padding-left:15px}.easyjobs-shortcode-wrapper .easyjobs-job-post .job-buttons a{display:block;width:120px;padding:5px 20px;text-align:center;background:#ddd;font-size:12px;text-transform:uppercase;text-decoration:none!important;border-radius:2px;border:1px solid}.easyjobs-shortcode-wrapper .easyjobs-job-post .job-buttons a+a{margin-top:12px}.easyjobs-shortcode-wrapper .easyjobs-job-post .job-buttons a.apply{background:#e4f1dd;color:#37a000;border-color:#c9e0bd}.easyjobs-shortcode-wrapper .easyjobs-job-post .job-buttons a.details{color:#4285f4;border-color:#bfc7d6;background:#e1e8f5}.easyjobs-shortcode-wrapper .easyjobs-job-post .job-buttons a:focus{outline:0}.easyjobs-shortcode-wrapper .ej-job-list-section{padding-bottom:20px}.easyjobs-shortcode-wrapper .ej-list-header{padding-bottom:25px}.easyjobs-shortcode-wrapper .ej-list-header .ej-list-heading h3{font-size:22px;margin-bottom:10px;font-weight:600;color:#242424}.easyjobs-shortcode-wrapper .ej-list-header .ej-list-subheading p{font-size:14px;color:#242424;margin-bottom:0;font-weight:300}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-header{background-color:#f1f1f1;padding:15px;width:100%}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-header .title{display:inline-block;max-width:30%;margin:0}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item{position:relative;border-top:0;background-color:#fff;border-radius:10px}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item+.ej-job-list-item{margin-top:20px}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner{display:table;width:100%;border-radius:10px}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col{padding:25px 30px;display:table-cell;vertical-align:middle;padding-left:50px!important;width:23%;border-right:1px solid #f5f7fd}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col:first-child{width:54%;position:relative}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col:first-child>a{display:inline-block}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col:first-child>a span{display:block}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col:last-child{border:none;text-align:right}@media (max-width:767px){.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col:last-child{text-align:left}}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-job-title{font-size:24px;font-weight:600;line-height:1.5;margin:0 0 8px}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-job-title a{color:#212529}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-job-title a:hover{color:#0056b3}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-job-list-info{display:-webkit-box;display:-ms-flexbox;display:flex;flex-wrap:wrap;-webkit-align-items:center;align-items:center}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-job-list-info .ej-job-list-info-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;align-items:center;margin-right:30px;font-size:14px;color:#7d8091;font-weight:500}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-job-list-info .ej-job-list-info-block i{margin-right:10px}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-job-list-info .ej-job-list-info-block a{color:#0056b3}@media (max-width:991px){.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-job-list-info .ej-job-list-info-block{font-size:12px}}@media (max-width:575px){.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-job-list-info{flex-direction:column;-webkit-align-items:flex-start;align-items:flex-start}}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-deadline{font-size:18px;font-weight:500;line-height:2;margin-bottom:0;color:#7d8091}@media (max-width:991px){.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-deadline{font-size:16px}}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-list-sub{color:#7d8091;font-size:14px}@media (max-width:991px){.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-list-sub{font-size:12px}}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-employment-badge{display:inline-block;padding:10px 15px;background:#d674f3;font-size:16px;font-weight:600;color:#fff;letter-spacing:.5px;border-radius:4px}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-employment-badge.permanent{background-color:#7492f3}@media (max-width:991px){.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col{padding:15px 20px}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-job-title{font-size:18px}}@media (max-width:767px){.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-job-list-item-col{border-right:0}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col+.ej-job-list-item-col{border-top:1px solid #f5f7fd}}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-apply-btn{display:inline-block;padding:8px 20px;background-color:#7492f3;font-size:14px;font-weight:600;color:#fff;letter-spacing:.5px;border-radius:4px}@media (max-width:767px){.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner{display:block}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col{display:block;width:100%}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col:first-child{width:100%}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-list-title.ej-job-title{font-size:18px}}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-link{position:absolute;left:0;right:0;top:0;bottom:0;z-index:1}.ej-job-apply-btn-alignment-right .ej-job-apply-btn{text-align:right!important}.ej-job-apply-btn-alignment-left .ej-job-apply-btn{text-align:left!important}.ej-job-apply-btn-alignment-center .ej-job-apply-btn{text-align:center!important}.easyjobs-elementor-job-list .ej-section{margin-top:unset}.no-job .ej-job-list-item-col{border-right:none!important}.easyjobs-shortcode-wrapper .ej-job-filter-wrap .job-filter .ej-btn{padding:13px 20px}@media all and (max-width:767px){.easyjobs-shortcode-wrapper .ej-job-filter-wrap .job-filter .search-bar{width:100%}.easyjobs-shortcode-wrapper .ej-job-filter-wrap .job-filter .select-option{flex:0 0 calc(50% - 7.5px)}.easyjobs-shortcode-wrapper .ej-job-filter-wrap .job-filter .select-option select{width:100%}}@media all and (max-width:575px){.easyjobs-shortcode-wrapper .ej-job-filter-wrap .job-filter .select-option{flex:1 1 100%}.easyjobs-shortcode-wrapper .ej-job-filter-wrap .job-filter .select-option select{width:100%;min-width:auto}}.ej-has-badge{position:relative}.ej-has-badge:before{position:absolute;top:0;left:0;content:"";border-top-left-radius:10px;border-top:55px solid #2fc1e1;border-right:55px solid transparent}.ej-has-badge:after{position:absolute;top:8px;left:8px;color:#fff;content:"\e900";font-family:eicon-2;font-size:15px;line-height:1}.custom-job-pagination .pagination{display:flex;align-items:center;gap:0;padding:0;margin:40px 0 0;list-style:none;justify-content:center}.custom-job-pagination .pagination .page-item.active .page-link{color:#597dfc;background-color:transparent;border-top:4px solid #597dfc}.custom-job-pagination .pagination .page-item .page-link{position:relative;padding:.5rem .75rem;margin-left:0;font-size:16px;line-height:1.25;color:#212529;background-color:transparent;border-top:4px solid #fff;border-radius:0;width:60px;height:48px;display:flex;justify-content:center;transition:ease-in-out .35s;align-items:center;cursor:pointer}.custom-job-pagination .pagination .page-item .page-link i{font-size:12px;font-weight:700}.custom-job-pagination .pagination .page-item .page-link .pagination-text{padding:0 8px}@media (max-width:767px){.custom-job-pagination .pagination .page-item .page-link{width:44px;height:40px}.custom-job-pagination .pagination .page-item .page-link .pagination-text{display:none}}.custom-job-pagination .pagination .page-item.active .page-link,.custom-job-pagination .pagination .page-item.disabled .page-link{pointer-events:none}.custom-job-pagination .pagination .page-item:not(.disabled,.active) .page-link:hover{color:#597dfc;background-color:transparent}.easyjobs-shortcode-wrapper .ej-job-list .ej-job-list-item .ej-job-list-item-inner .ej-job-list-item-col .ej-job-list-info .ej-job-list-info-block a{text-decoration:none}.easyjobs-shortcode-wrapper .ej-job-filter-wrap .ej-job-filter-form .ej-info-btn-light,.easyjobs-shortcode-wrapper .ej-job-filter-wrap .ej-job-filter-form .ej-info-btn-light:hover{font-size:14px;color:#ff9635;background-color:rgba(255,150,53,.1)}.easyjobs-shortcode-wrapper .ej-job-filter-wrap .ej-job-filter-form .ej-danger-btn,.easyjobs-shortcode-wrapper .ej-job-filter-wrap .ej-job-filter-form .ej-danger-btn:hover{font-size:14px;color:#ff5f74;background-color:rgba(255,95,116,.1)}.easyjobs-details{padding-bottom:30px;border-radius:5px}.easyjobs-details div.ej-section-margin{margin-bottom:25px}.easyjobs-details .ej-job-cover{position:relative;border-radius:10px;overflow:hidden}.easyjobs-details .ej-job-cover img{width:100%;height:auto;max-width:100%;display:block;margin:0 auto}.easyjobs-details .ej-job-header{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding:0 50px}.easyjobs-details .ej-job-header .ej-job-header-left{width:41%;width:-webkit-calc((100% / 12) * 5);width:41.6666666667%;padding-right:15px;height:100%}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview{padding:50px;margin-top:-50px;background-color:#fff;position:relative;z-index:1;border-radius:10px}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-highlights{margin-top:45px;margin-bottom:30px;display:table;border-collapse:separate;border-spacing:0 20px}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-highlights .ej-job-highlights-item{display:table-row;color:#7d8091;font-size:16px;font-weight:500;line-height:1.333333}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-highlights .ej-job-highlights-item .ej-job-highlights-item-label{display:table-cell;color:#1c2238;font-weight:600;position:relative;min-width:110px;width:110px}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-highlights .ej-job-highlights-item .ej-job-highlights-item-label:after{content:":";position:absolute;right:0;top:0}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-highlights .ej-job-highlights-item .ej-job-highlights-item-value{display:table-cell;padding-left:25px}@media (max-width:767px){.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview{padding:20px;margin-top:-30px}}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between}@media (max-width:1400px){.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer{flex-direction:column;-webkit-align-items:flex-start;align-items:flex-start}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-apply-link{margin-bottom:20px}}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-social-share{margin-left:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;align-items:center}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-social-share .ej-social-share-title{margin-bottom:0;font-size:16px;font-weight:500}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-social-share ul{list-style:none;padding-left:10px;display:flex}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-social-share ul li{display:inline-block;margin:0 0 0 8px}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-social-share ul li a{display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;width:50px;height:50px;background:rgba(47,193,225,.1);border-radius:50px}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-social-share ul li a svg{width:18px;height:18px}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-social-share ul li a.ej-facebook svg{fill:#597dfc}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-social-share ul li a.ej-facebook:hover{background-color:#597dfc}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-social-share ul li a.ej-facebook:hover svg{fill:#fff}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-social-share ul li a.ej-twitter svg{fill:#597dfc}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-social-share ul li a.ej-twitter:hover{background-color:#2fc1e1}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-social-share ul li a.ej-twitter:hover svg{fill:#fff}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-social-share ul li a.ej-linkedin svg{fill:#597dfc}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-social-share ul li a.ej-linkedin:hover{background-color:#597dfc}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-social-share ul li a.ej-linkedin:hover svg{fill:#fff}@media (max-width:1170px){.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer{flex-direction:row;justify-content:space-between}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-apply-link{margin-bottom:0}}@media (max-width:600px){.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer{flex-direction:column}.easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview-footer .ej-apply-link{margin-bottom:20px}}@media (max-width:1170px){.easyjobs-details .ej-job-header .ej-job-header-left{width:100%;padding:0;margin-bottom:50px}}.easyjobs-details .ej-job-header .ej-job-header-right{width:59%;width:-webkit-calc((100% / 12) * 7);width:58.3333333333%;padding-left:15px;padding-top:50px}@media (max-width:1170px){.easyjobs-details .ej-job-header .ej-job-header-right{width:100%;padding:0}.easyjobs-details .ej-job-header .ej-job-header-right .ej-content-block,.easyjobs-details .ej-job-header .ej-job-header-right .ej-section{width:calc(100% + 100px);margin-left:-50px}}@media (max-width:1170px){.easyjobs-details .ej-job-header{flex-direction:column}}@media (max-width:767px){.easyjobs-details .ej-job-header{padding:0 15px}.easyjobs-details .ej-job-header .ej-job-header-right .ej-content-block,.easyjobs-details .ej-job-header .ej-job-header-right .ej-section{width:calc(100% + 30px);margin-left:-15px}}.easyjobs-details .ej-job-header.no-cover .ej-job-header-left .ej-job-overview{margin-top:0}.easyjobs-details .ej-content-block h1{padding-left:70px;color:#1c2238;font-size:32px;font-weight:600;line-height:1.25;padding-top:8px;position:relative;margin:0 0 40px}.easyjobs-details .ej-content-block h1:before{position:absolute;font-family:eicon;content:"\e930";height:50px;width:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;left:0;top:0;border-radius:5px;background:rgba(89,125,252,.1);color:#597dfc;font-size:22px}.easyjobs-details .ej-content-block h2,.easyjobs-details .ej-content-block h3,.easyjobs-details .ej-content-block h4,.easyjobs-details .ej-content-block h5,.easyjobs-details .ej-content-block h6{margin-top:0;margin-bottom:10px;font-weight:500;line-height:1.2}.easyjobs-details .ej-content-block h2{font-size:28px}.easyjobs-details .ej-content-block h3{font-size:24px}.easyjobs-details .ej-content-block h4{font-size:21px}.easyjobs-details .ej-content-block h5{font-size:18px}.easyjobs-details .ej-content-block h6{font-size:16px}.easyjobs-details .ej-content-block>:not(h1){margin-left:70px}.easyjobs-details .ej-content-block p{color:#7d8091;font-size:14px;line-height:1.5;margin-bottom:5px}.easyjobs-details .ej-content-block ul{padding-left:0;list-style:none!important}.easyjobs-details .ej-content-block ul li{color:#7d8091;font-size:14px;line-height:1.5;position:relative;padding-left:22px;margin:0 0 10px}.easyjobs-details .ej-content-block ul li:before{content:"";width:8px;height:8px;border-radius:10px;position:absolute;left:0;top:6px;background-color:#597dfc}.easyjobs-details .ej-content-block ol{padding-left:0}.easyjobs-details .ej-content-block ol li{color:#7d8091;font-size:14px;line-height:1.5;margin:0 0 10px}.easyjobs-details .ej-job-body{margin:0 auto}.easyjobs-details .ej-job-body .ej-job-highlights{margin-bottom:25px}.easyjobs-details .ej-job-body .ej-job-highlights ul{list-style:none;margin:0}.easyjobs-details .ej-job-body .ej-job-highlights ul li{font-size:17px;color:#343a40;margin:5px 0}.easyjobs-details .ej-job-body .ej-job-highlights ul li span{display:inline-block;width:145px;color:#707791;margin-right:10px}.easyjobs-details .ej-job-body .ej-job-section-title{font-size:20px;line-height:1.5;font-weight:500;margin:10px 0}.easyjobs-details .ej-job-body .ej-job-benefits .ej-job-benefits-title{font-size:16px;color:#98a6ad;line-height:1.5;font-weight:500;margin:10px 0}.easyjobs-details .ej-job-body .ej-job-benefits .ej-job-benefits-highlight{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-start}.easyjobs-details .ej-job-body .ej-job-benefits .ej-job-benefits-highlight .ej-job-benefits-block{margin-bottom:20px;width:32%}.easyjobs-details .ej-job-body .ej-job-benefits .ej-job-benefits-highlight .ej-job-benefits-block+.ej-job-benefits-block{margin-left:2%}@media (max-width:767px){.easyjobs-details .ej-job-body .ej-job-benefits .ej-job-benefits-highlight .ej-job-benefits-block{width:100%}.easyjobs-details .ej-job-body .ej-job-benefits .ej-job-benefits-highlight .ej-job-benefits-block+.ej-job-benefits-block{margin-left:0}}.easyjobs-details .ej-job-body .ej-job-benefits .ej-job-benefits-highlight .ej-job-benefits-text{margin:0;font-size:18px;line-height:1.5}.easyjobs-details .ej-job-body .ej-job-benefits ul li{font-size:16px}.easyjobs-details .ej-job-body .ej-company-showcase .ej-showcase-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -12px}.easyjobs-details .ej-job-body .ej-company-showcase .ej-showcase-inner .ej-showcase-image{padding:12px}.easyjobs-details .ej-job-body .ej-company-showcase .ej-showcase-inner .ej-showcase-image .ej-image{background-color:#dee2e6;height:100%;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;align-items:center;border-radius:5px;overflow:hidden}.easyjobs-details .ej-job-body .ej-company-showcase .ej-showcase-inner .ej-showcase-left{width:50%}.easyjobs-details .ej-job-body .ej-company-showcase .ej-showcase-inner .ej-showcase-left .ej-showcase-image{width:100%;display:block;height:450px}.easyjobs-details .ej-job-body .ej-company-showcase .ej-showcase-inner .ej-showcase-left .ej-showcase-image img{width:100%;height:100%;object-fit:cover;max-width:100%}@media (max-width:991px){.easyjobs-details .ej-job-body .ej-company-showcase .ej-showcase-inner .ej-showcase-left{width:100%}.easyjobs-details .ej-job-body .ej-company-showcase .ej-showcase-inner .ej-showcase-left .ej-showcase-image{height:auto}}.easyjobs-details .ej-job-body .ej-company-showcase .ej-showcase-inner .ej-showcase-right{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:50%}.easyjobs-details .ej-job-body .ej-company-showcase .ej-showcase-inner .ej-showcase-right .ej-showcase-image{width:50%;height:225px}.easyjobs-details .ej-job-body .ej-company-showcase .ej-showcase-inner .ej-showcase-right .ej-image img{height:100%;width:100%;object-fit:cover}@media (max-width:991px){.easyjobs-details .ej-job-body .ej-company-showcase .ej-showcase-inner .ej-showcase-right{width:100%}.easyjobs-details .ej-job-body .ej-company-showcase .ej-showcase-inner .ej-showcase-right .ej-showcase-image{height:auto}}.easyjobs-details .ej-job-skills{list-style:none;margin:0;padding:0}.easyjobs-details .ej-job-skills li{display:inline-block;margin:0 4px 5px}.easyjobs-details .ej-label{padding:10px 20px;margin-bottom:5px;border-radius:50px;line-height:1.42858;font-size:14px;font-weight:500;display:inline-block}.easyjobs-details .ej-label.ej-info-label{background:rgba(47,193,225,.15);color:#2fc1e1}.easyjobs-details .ej-label.ej-success-label{background:rgba(96,206,131,.15);color:#60ce83}.easyjobs-details .ej-label.ej-primary-label{background:rgba(89,125,252,.15);color:#597dfc}.easyjobs-details .ej-label.ej-danger-label{background:rgba(255,95,116,.15);color:#ff5f74}.easyjobs-details .ej-label.ej-warning-label{background:rgba(255,150,53,.15);color:#ff9635}.easyjobs-details .ej-remote-label{padding:10px 20px;background:rgba(89,125,252,.15);color:#597dfc;border-radius:50px;line-height:1.42858;font-size:14px;font-weight:500;display:inline-block;margin-left:8px}.ej-template-default .easyjobs-details .ej-content-block ol{padding-left:12px}.ej-template-classic .easyjobs-details .ej-content-block ol{padding-left:18px}@media (min-width:1600.98px){.easyjobs-frontend-wrapper.easyjobs-single-page{padding:40px!important;overflow:hidden}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-overview-footer{align-items:center}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-overview-footer .ej-btn{padding:14px 18px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-overview-footer .ej-social-share .ej-social-share-title{font-size:14px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-overview-footer .ej-social-share ul li{margin-left:5px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-overview-footer .ej-social-share ul li a{height:30px;width:30px}}@media (max-width:1600.98px){.easyjobs-frontend-wrapper.easyjobs-single-page{padding:40px!important;overflow:hidden}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-overview-footer{align-items:center}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-overview-footer .ej-btn{padding:14px 18px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-overview-footer .ej-social-share .ej-social-share-title{font-size:14px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-overview-footer .ej-social-share ul li{margin-left:5px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-overview-footer .ej-social-share ul li a{height:30px;width:30px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-body .ej-content-block h1{font-size:1.875rem}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-body .ej-content-block h1::before{height:46px;width:46px;min-width:46px;font-size:20px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-body .ej-section-title .ej-section-title-icon{height:46px;width:46px;min-width:46px;font-size:20px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-body .ej-section-title .ej-section-title-text{font-size:1.875rem}}@media (max-width:991.98px){.easyjobs-frontend-wrapper.easyjobs-single-page{padding:40px!important}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-overview-footer{align-items:center}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-overview-footer .ej-btn{padding:14px 18px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-overview-footer .ej-social-share .ej-social-share-title{font-size:14px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-overview-footer .ej-social-share ul li{margin-left:5px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-overview-footer .ej-social-share ul li a{height:30px;width:30px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-body .ej-section-content .ej-content-block h1{font-size:1.75rem}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-body .ej-section-content .ej-content-block h1::before{height:40px;width:40px;min-width:40px;font-size:1rem}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .ej-section-title .ej-section-title-icon{height:40px;width:40px;min-width:40px;font-size:1rem}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .ej-section-title .ej-section-title-text{font-size:1.75rem}}@media (max-width:767.98px){.easyjobs-frontend-wrapper.easyjobs-single-page{padding:30px!important}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header{padding:0;display:block}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview{padding:20px!important;margin:20px 0 0 0}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-company-info{margin:0}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-company-info .logo{height:80px;width:80px;min-width:80px;margin:0 0 10px 0}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-company-info h2{font-size:1.25rem}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-right .ej-content-block{width:100%;padding-right:10px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-right .ej-section{width:100%!important;padding:0!important;margin-left:0!important}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-elegant .ej-hero{padding:70px 0}}@media all and (max-width:575px){.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left{width:100%!important}}@media (max-width:600px){.easyjobs-frontend-wrapper.easyjobs-single-page{padding:20px!important}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left{flex:1}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-highlights{margin:0 10px 0 0}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-highlights .ej-job-highlights-item{display:block;padding:10px 0}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-highlights .ej-job-highlights-item .ej-job-highlights-item-label{display:block}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-highlights .ej-job-highlights-item .ej-job-highlights-item-label::after{content:""}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-highlights .ej-job-highlights-item .ej-job-highlights-item-value{display:block;padding:5px 0}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-overview-footer{flex-direction:column-reverse}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-overview-footer .ej-btn{padding:14px 18px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-overview-footer .ej-social-share{margin-bottom:40px;margin-left:0}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-overview-footer .ej-social-share .ej-social-share-title{margin-top:0}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-overview-footer .ej-social-share ul li{margin-left:5px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-left .ej-job-overview .ej-job-overview-footer .ej-social-share ul li a{height:30px;width:30px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-right .ej-content-block{margin-left:10px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-right .ej-content-block h1{font-size:20px;padding-top:0}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-right .ej-content-block p{margin-left:0}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-right .ej-section .ej-section-title .ej-section-title-text{font-size:18px!important;margin-left:10px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-right .ej-section .ej-section-content.with-margin{padding:0;margin:0}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-header .ej-job-header-right .ej-section .ej-section-content.with-margin .ej-job-skills li .ej-info-label{padding:8px 10px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-body .ej-content-block h1{font-size:18px!important;margin-left:10px;padding-left:47px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-body .ej-content-block p{margin-left:12px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-body .ej-content-block ul{margin-left:12px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-body .ej-section-title .ej-section-title-text{font-size:18px!important;margin-left:7px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-default .easyjobs-details .ej-job-body .ej-section-content .ej-content-block h2{font-size:18px!important;margin-left:0}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-classic .ej-container{padding:0}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-classic .ej-container .ej-row .ej-col-lg-7 .easyjobs-details .job__title{font-size:25px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-classic .ej-container .ej-row .ej-col-lg-7 .easyjobs-details .job__details__block .title{font-size:18px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-classic .ej-container .ej-row .ej-col-lg-7 .easyjobs-details .job__details__block .company__description h2{font-size:18px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-classic .ej-container .ej-row .ej-col-lg-5 .job__more__details{padding:30px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-classic .ej-container .ej-row .ej-col-lg-5 .job__more__details .button{padding:14px 18px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-classic .ej-container .ej-row .ej-col-lg-5 .job__more__details .infos{flex-wrap:wrap}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-classic .ej-container .ej-row .ej-col-lg-5 .job__more__details .infos .info{width:100%;border:none;padding:10px 0}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-classic .ej-container .ej-row .ej-col-lg-5 .job__more__details .share__options p{margin:0 10px 0 0}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-classic .ej-container .ej-row .ej-col-lg-5 .job__more__details .share__options ul li{margin-right:9px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-classic .ej-container .ej-row .ej-col-lg-5 .job__more__details .share__options ul li a{height:30px;width:30px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-classic .ej-container .ej-row .ej-col-lg-5 .job__more__details .share__options ul li a i{line-height:30px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-elegant .hero__bg .ej-hero .job__title{font-size:25px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-elegant .hero__bg .job__infos__block .meta .button{padding:14px 18px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-elegant .job__details__block.ej-content-block h3.title{font-size:18px}.easyjobs-frontend-wrapper.easyjobs-single-page .ej-template-elegant .job__details__block.ej-content-block .company__description h2{font-size:18px}}.easyjobs-shortcode-wrapper p{margin-bottom:0}.easyjobs-shortcode-wrapper a{color:inherit}.easyjobs-shortcode-wrapper .ej-template-classic *{padding:0;margin:0}.easyjobs-shortcode-wrapper .ej-row{display:flex;flex-wrap:wrap}.easyjobs-shortcode-wrapper .ej-col,.easyjobs-shortcode-wrapper .ej-col-lg-5,.easyjobs-shortcode-wrapper .ej-col-lg-7{padding-left:15px;padding-right:15px}.easyjobs-shortcode-wrapper .ej-col-lg-7{flex:0 0 58.333333%;max-width:58.333333%}.easyjobs-shortcode-wrapper .ej-col-lg-5{flex:0 0 41.666667%;max-width:41.666667%}.easyjobs-shortcode-wrapper .ej-col{flex:1 0 0;max-width:100%}@media all and (max-width:991px){.easyjobs-shortcode-wrapper .ej-col-lg-7{flex:0 0 100%;max-width:100%}.easyjobs-shortcode-wrapper .ej-col-lg-5{flex:0 0 100%;max-width:100%}}.easyjobs-shortcode-wrapper.ej-template-classic .mt60{margin-top:60px}.easyjobs-shortcode-wrapper.ej-template-classic .pb100{padding-bottom:100px}.easyjobs-shortcode-wrapper.ej-template-classic .pt100{padding-top:100px}.easyjobs-shortcode-wrapper.ej-template-classic .pb100{padding-bottom:100px}.easyjobs-shortcode-wrapper.ej-template-classic .pb50{padding-bottom:50px}.easyjobs-shortcode-wrapper.ej-template-classic .px30{padding-right:30px;padding-left:30px}.easyjobs-shortcode-wrapper.ej-template-classic .mr-15{margin-right:15px}.easyjobs-shortcode-wrapper.ej-template-classic .button{padding:15px 23px;font-size:14px;line-height:1.3;font-weight:500;text-align:center;border:1px solid #0c9;display:inline-block;color:#0c9;text-decoration:none!important;transition:background .3s ease,color .3s ease,border .3s ease,box-shadow .3s ease}.easyjobs-shortcode-wrapper.ej-template-classic .button__success{background:#0c9;color:#fff}.easyjobs-shortcode-wrapper.ej-template-classic .button__danger{border-color:transparent;color:#fff}.easyjobs-shortcode-wrapper.ej-template-classic .button.button__radius{border-radius:60px}.easyjobs-shortcode-wrapper.ej-template-classic .button.radius-5{border-radius:5px}.easyjobs-shortcode-wrapper.ej-template-classic.easyjobs-single-page.ej-frontend-fluid{width:100%;max-width:100%;padding:0}.easyjobs-shortcode-wrapper.ej-template-classic.easyjobs-single-page.ej-frontend-fluid .easyjobs-content-wrapper{max-width:100%}.easyjobs-shortcode-wrapper.ej-template-classic .ej-container{max-width:1140px;margin:0 auto;padding:0 15px}.easyjobs-shortcode-wrapper.ej-template-classic .carrier__company{text-align:center;margin:0 auto;padding-top:20px}.easyjobs-shortcode-wrapper.ej-template-classic .carrier__company .ej-company-info{flex-direction:column}.easyjobs-shortcode-wrapper.ej-template-classic .carrier__company .logo{margin:0 auto 15px;max-width:120px;border:0}.easyjobs-shortcode-wrapper.ej-template-classic .label{font-size:14px;font-weight:400;padding:8px 20px;border-radius:20px;text-transform:capitalize;display:inline-block}.easyjobs-shortcode-wrapper.ej-template-classic .label__primary{background:#fff0f2!important}.easyjobs-shortcode-wrapper.ej-template-classic .ej-company-description h1{font-size:24px;color:#212529;font-weight:600;line-height:1.333333;margin-bottom:10px}.easyjobs-shortcode-wrapper.ej-template-classic .ej-company-description h2{font-size:22px;color:#212529;font-weight:600;line-height:1.333333;margin-bottom:8px}.easyjobs-shortcode-wrapper.ej-template-classic .ej-company-description p{font-size:16px;color:#6e748a;font-weight:400;line-height:1.7;margin-bottom:5px}.easyjobs-shortcode-wrapper.ej-template-classic .ej-company-description ul{text-align:left;padding:0;margin:0;margin-bottom:10px;list-style:none}.easyjobs-shortcode-wrapper.ej-template-classic .ej-company-description ul li{font-size:16px;font-weight:500;color:#6e748a;position:relative;padding-left:25px}.easyjobs-shortcode-wrapper.ej-template-classic .ej-company-description ul li:not(:last-child){margin-bottom:7px}.easyjobs-shortcode-wrapper.ej-template-classic .ej-company-description ul li:before{position:absolute;top:7px;left:0;height:10px;width:10px;background:#597dfc;border-radius:50%;content:""}.easyjobs-shortcode-wrapper.ej-template-classic .ej-company-description ul li:after{position:absolute;top:10px;left:3px;height:4px;width:4px;background:#fff;border-radius:50%;content:""}.easyjobs-shortcode-wrapper.ej-template-classic .ej-company-description ol{padding-left:18px;margin-bottom:10px;margin-left:0;text-align:left}.easyjobs-shortcode-wrapper.ej-template-classic .ej-company-description ol li{font-size:16px;font-weight:500;color:#6e748a;position:relative;padding-left:10px}.easyjobs-shortcode-wrapper.ej-template-classic .ej-company-description ol li:not(:last-child){margin-bottom:7px}.easyjobs-shortcode-wrapper.ej-template-classic .ej-company-description blockquote{margin-left:0;font-size:16px;color:#6e748a;font-weight:400;line-height:1.7;position:relative;padding-left:15px;border-left:5px solid #597dfc;margin-bottom:10px}.easyjobs-shortcode-wrapper.ej-template-classic .carrier__company .button{margin-top:20px}.easyjobs-shortcode-wrapper.ej-template-classic .ej-job-cover{position:relative;z-index:1;height:auto;max-width:100%;margin:0 auto}.easyjobs-shortcode-wrapper.ej-template-classic .ej-job-cover img{border-radius:30px;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.easyjobs-shortcode-wrapper.ej-template-classic .section__header{text-align:center;margin-bottom:50px}.easyjobs-shortcode-wrapper.ej-template-classic .section__header--flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px}.easyjobs-shortcode-wrapper.ej-template-classic .section__header--text-center{text-align:center}.easyjobs-shortcode-wrapper.ej-template-classic .section__header--text-center .ej-section-title{display:block}.easyjobs-shortcode-wrapper.ej-template-classic .section__header .ej-section-title{margin-bottom:0}.easyjobs-shortcode-wrapper.ej-template-classic .section__header .ej-section-title .ej-section-title-text{margin-left:0}.easyjobs-shortcode-wrapper.ej-template-classic .section__header h2{color:#1a1751;font-size:36px;font-weight:600}.easyjobs-shortcode-wrapper.ej-template-classic .section__header .job-filter{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px}.easyjobs-shortcode-wrapper.ej-template-classic .section__header .job-filter .search-bar .form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:0 15px;font-size:1rem;font-weight:500;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:5px;background:#fff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.easyjobs-shortcode-wrapper.ej-template-classic .section__header .job-filter .search-bar .form-control{height:50px;font-size:14px}.easyjobs-shortcode-wrapper.ej-template-classic .section__header .job-filter .select-option{position:relative;background:#fff;border-radius:5px;height:50px;border:none}.easyjobs-shortcode-wrapper.ej-template-classic .section__header .job-filter .select-option select{padding-right:66px;padding-left:15px;font-size:.875rem;line-height:1.4286;font-family:unset;font-weight:500;border-radius:5px;height:100%;background:0 0;color:#7d8091;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:14px;border:1px solid #ced4da}.easyjobs-shortcode-wrapper.ej-template-classic .section__header .job-filter .select-option:after{position:absolute;content:"\e913";font-family:eicon;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:15px;background:rgba(89,125,252,.1);color:#597dfc;pointer-events:none;height:20px;width:20px;font-size:10px;line-height:20px}.easyjobs-shortcode-wrapper.ej-template-classic .d-flex{display:-ms-flexbox!important;display:flex!important}.easyjobs-shortcode-wrapper.ej-template-classic select{word-wrap:normal}.easyjobs-shortcode-wrapper.ej-template-classic .job__card{display:-webkit-box;display:-ms-flexbox;display:flex;padding:50px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;border-radius:5px}.easyjobs-shortcode-wrapper.ej-template-classic .job__card:not(:last-child){margin-bottom:30px}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__info{-webkit-box-flex:1;-ms-flex:1 1 40%;flex:1 1 40%;padding-right:15px}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__info h3{font-size:24px;font-weight:600;margin-bottom:10px}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__info h3 a{color:#1a1751}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__info h3 a:hover{color:#ff5f74}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__info .meta a,.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__info .meta span{color:#6e748a;font-size:14px;font-weight:500}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__info .meta a i,.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__info .meta span i{font-size:15px;margin-right:8px}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__info .meta a:not(:last-child),.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__info .meta span:not(:last-child){margin-right:20px}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__vacancy{-webkit-box-flex:1;-ms-flex:1 1 140px;flex:1 1 140px}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__vacancy h4{font-size:28px;font-weight:700;color:#0c9;margin-bottom:0;line-height:1}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__vacancy p{font-size:16px;font-weight:400;color:#6e748a}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__apply{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;text-align:right}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__apply .deadline{font-size:15px;font-weight:400;color:#9397a3;margin-top:5px;display:block}.easyjobs-shortcode-wrapper.ej-template-classic .ej-company-showcase-classic{background:#fff;padding-top:50px}.easyjobs-shortcode-wrapper.ej-template-classic .office__gallery__slider{padding-bottom:70px}.easyjobs-shortcode-wrapper.ej-template-classic .office__gallery__slider .owl-stage{display:flex;max-height:400px}.easyjobs-shortcode-wrapper.ej-template-classic .office__gallery__slider .owl-item .item{width:auto;height:100%}.easyjobs-shortcode-wrapper.ej-template-classic .office__gallery__slider .owl-item .item img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;border-radius:20px}.easyjobs-shortcode-wrapper.ej-template-classic .ej-footer{padding-left:30px;padding-right:30px}.easyjobs-shortcode-wrapper.ej-template-classic .ej-footer .footer__wrap{padding:50px 70px 10px;display:flex;align-items:center;justify-content:center;gap:15px;border-top:1px solid #cfdceb}.easyjobs-shortcode-wrapper.ej-template-classic .ej-header{display:flex;justify-content:space-between;align-items:center;padding:30px 0;background:0 0}.easyjobs-shortcode-wrapper.ej-template-classic .ej-header .site__logo img{max-height:50px}.easyjobs-shortcode-wrapper.ej-template-classic .ej-breadcrumb{border-top:1px solid #cfdceb;border-bottom:1px solid #cfdceb}.easyjobs-shortcode-wrapper.ej-template-classic .ej-breadcrumb .breadcrumb{display:flex;flex-wrap:wrap;list-style:none;border-radius:.25rem;background:0 0;padding:14.5px 0}.easyjobs-shortcode-wrapper.ej-template-classic .ej-breadcrumb .breadcrumb ul{padding:0;margin:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.easyjobs-shortcode-wrapper.ej-template-classic .ej-breadcrumb .breadcrumb ul li{font-size:14px;font-weight:400}.easyjobs-shortcode-wrapper.ej-template-classic .ej-breadcrumb .breadcrumb ul li:not(:last-child){margin-right:10px}.easyjobs-shortcode-wrapper.ej-template-classic .ej-breadcrumb .breadcrumb ul li:not(:first-child):before{content:"\e806";font-family:eicon!important;font-size:12px;padding-right:10px}.easyjobs-shortcode-wrapper.ej-template-classic .ej-breadcrumb .breadcrumb ul li:last-child span{color:#ff5f74}.easyjobs-shortcode-wrapper.ej-template-classic .ej-breadcrumb .breadcrumb ul li a{color:#6e748a}.easyjobs-shortcode-wrapper.ej-template-classic .ej-breadcrumb .breadcrumb ul li a:hover{color:#ff5f74}.easyjobs-shortcode-wrapper.ej-template-classic .job__details .job__title{font-size:42px;font-weight:700;color:#1a1751;margin-bottom:15px}.easyjobs-shortcode-wrapper.ej-template-classic .job__details .meta{display:flex;gap:10px;flex-wrap:wrap}.easyjobs-shortcode-wrapper.ej-template-classic .job__details .job__details__block>:not(h1){margin-left:0}.easyjobs-shortcode-wrapper.ej-template-classic .job__details .job__details__block .title{font-size:36px;font-weight:600;color:#1a1751;margin-bottom:20px}.easyjobs-shortcode-wrapper.ej-template-classic .job__details .job__details__block p{font-size:16px;font-weight:400;color:#6e748a;line-height:2}.easyjobs-shortcode-wrapper.ej-template-classic .job__details .required__skill ul{padding:0;margin:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.easyjobs-shortcode-wrapper.ej-template-classic .job__details .required__skill ul li{font-size:16px;color:#6e748a;font-weight:400;padding:3px 0}.easyjobs-shortcode-wrapper.ej-template-classic .job__details .required__skill ul li:not(:last-child):after{content:"|";padding-left:10px;padding-right:10px}.easyjobs-shortcode-wrapper.ej-template-classic .job__details .required__skill ul li:before{height:0;width:0}.easyjobs-shortcode-wrapper.ej-template-classic .company__description h2{font-size:22px;color:#212529;font-weight:600;line-height:1.333333}.easyjobs-shortcode-wrapper.ej-template-classic .company__description p{font-size:16px;color:#6e748a;font-weight:400;line-height:1.7;margin-bottom:5px}.easyjobs-shortcode-wrapper.ej-template-classic .company__description ul{text-align:left;padding:0;margin:0;margin-bottom:10px;list-style:none}.easyjobs-shortcode-wrapper.ej-template-classic .company__description ul li{font-size:16px;font-weight:500;color:#6e748a;position:relative;padding-left:25px}.easyjobs-shortcode-wrapper.ej-template-classic .company__description ul li:not(:last-child){margin-bottom:7px}.easyjobs-shortcode-wrapper.ej-template-classic .company__description ul li:before{background:#ff5f74!important;position:absolute;top:7px;left:0;height:10px;width:10px;background:#597dfc;border-radius:50%;content:""}.easyjobs-shortcode-wrapper.ej-template-classic .company__description ul li:after{position:absolute;top:10px;left:3px;height:4px;width:4px;background:#fff;border-radius:50%;content:""}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details{background:#f6f8ff;padding:70px 50px}@media all and (max-width:991px){.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details{padding:30px;margin-top:30px}}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .deadline{font-size:14px;color:#6e748a;margin-top:20px}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details>a.button{border:0}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .infos{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:30px;margin-bottom:30px}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .infos .info:not(:last-child){margin-right:20px;padding-right:20px;border-right:1px solid #b4b9ca}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .infos .info p{color:#1a1751;font-weight:500;font-size:16px;line-height:1.3}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .infos .info span{color:#6e748a;font-weight:400;font-size:14px}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .office__time{font-size:14px;color:#6e748a}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .office__time i{color:#6e748a;margin-right:7px}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .office__time span{font-size:18px;color:#1a1751}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .about__company{margin-top:30px}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .about__company p{font-size:14px;font-weight:400;color:#6e748a;line-height:2}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .share__options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:30px}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .share__options p{font-size:14px;font-weight:400;color:#6e748a;margin-right:15px}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .share__options ul{padding:0;margin:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .share__options ul li{margin:0}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .share__options ul li:not(:last-child){margin-right:12px}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .share__options ul li a{height:35px;width:35px;border-radius:50%;background:#fff;text-align:center;font-size:14px;display:inline-block}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .share__options ul li a.facebook{color:#1877f2}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .share__options ul li a.twitter{color:#1da1f2}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .share__options ul li a.linkedin{color:#0077b5}.easyjobs-shortcode-wrapper.ej-template-classic .job__more__details .share__options ul li a:hover{background:#ff5f74!important;border:transparent;color:#fff}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__info .meta a:hover,.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__vacancy h4,.easyjobs-shortcode-wrapper.ej-template-classic .job__info h3 a:hover,.easyjobs-shortcode-wrapper.ej-template-classic .label__primary,.easyjobs-shortcode-wrapper.ej-template-classic .section__header .job-filter .select-option:after{color:#ff5f74}.easyjobs-shortcode-wrapper.ej-template-classic .button__danger,.easyjobs-shortcode-wrapper.ej-template-classic .button__success:not(.hover__highlight),.easyjobs-shortcode-wrapper.ej-template-classic .company__description ul li::before{background:#ff5f74}.easyjobs-shortcode-wrapper.ej-template-classic .button__success:not(.hover__highlight),.easyjobs-shortcode-wrapper.ej-template-classic .company__description blockquote{border-color:#ff5f74}.easyjobs-shortcode-wrapper.ej-template-classic .custom-job-pagination .pagination{margin:20px 0 0}@media all and (max-width:1399px){.easyjobs-shortcode-wrapper.ej-template-classic .ej-job-cover{height:650px}}@media all and (max-width:1199px){.easyjobs-shortcode-wrapper.ej-template-classic .ej-job-cover{padding:0 15px;height:600px}}@media all and (max-width:991px){.easyjobs-shortcode-wrapper.ej-template-classic .ej-job-cover{height:550px}.easyjobs-shortcode-wrapper.ej-template-classic .office__gallery__slider{padding:0 15px}.easyjobs-shortcode-wrapper.ej-template-classic .job__card{padding:20px 15px}}@media all and (max-width:767px){.easyjobs-shortcode-wrapper.ej-template-classic .ej-job-cover{height:400px}.easyjobs-shortcode-wrapper.ej-template-classic.section__header h2{font-size:28px}.easyjobs-shortcode-wrapper.ej-template-classic .job__card{display:block;padding:30px}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__info{margin-bottom:15px;padding-right:0}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__info .meta a{display:inline-block}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__apply{text-align:left;margin-top:15px}}@media all and (max-width:575px){.easyjobs-shortcode-wrapper.ej-template-classic .ej-job-cover{height:300px}}.easyjobs-shortcode-wrapper.ej-template-classic .carrier__company .button{border:0}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__info h3 a{font-family:Poppins;text-decoration:none}.easyjobs-shortcode-wrapper.ej-template-classic .job__card .job__info .meta a{text-decoration:none}.easyjobs-shortcode-wrapper h1,.easyjobs-shortcode-wrapper h2,.easyjobs-shortcode-wrapper h3,.easyjobs-shortcode-wrapper h4{margin:0}.easyjobs-shortcode-wrapper p{margin-bottom:0}.easyjobs-shortcode-wrapper a{color:inherit}.easyjobs-shortcode-wrapper .ej-template-elegant *{padding:0;margin:0}.easyjobs-shortcode-wrapper .mt60{margin-top:60px}.easyjobs-shortcode-wrapper .ej-row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.easyjobs-shortcode-wrapper .ej-col{flex:1 0 0;max-width:100%;padding-left:15px;padding-right:15px}.easyjobs-shortcode-wrapper .ej-col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;padding-left:15px;padding-right:15px}.easyjobs-shortcode-wrapper .pb100{padding-bottom:100px}.easyjobs-shortcode-wrapper .pt100{padding-top:100px}.easyjobs-shortcode-wrapper .pt60{padding-top:60px}.easyjobs-shortcode-wrapper .mr15{margin-right:15px}@media all and (max-width:991px){.easyjobs-shortcode-wrapper .ej-col-lg-6{flex:0 0 100%;max-width:100%}}.easyjobs-details.ej-template-elegant .ej-content-block>:not(h1){margin-left:0}.ej-template-elegant .job__vacancy h4{margin:0}.ej-template-elegant .ej-container{max-width:1140px;margin:0 auto;padding:0 15px}.ej-template-elegant .ej-section{margin-top:0}.ej-template-elegant .button{display:inline-block;padding:15px 23px;font-size:14px;line-height:1.3;font-weight:500;text-align:center;background:#ff5f74;border:1px solid #ff5f74;color:#fff;border-radius:5px;-webkit-transition:background .3s ease,color .3s ease,border .3s ease,-webkit-box-shadow .3s ease;transition:background .3s ease,color .3s ease,box-shadow .3s ease,border .3s ease;transition:background .3s ease,color .3s ease,box-shadow .3s ease,border .3s ease,-webkit-box-shadow .3s ease}.ej-template-elegant .button:hover{background:#ff5f74;border:1px solid #ff5f74;color:#fff}.ej-template-elegant .button .button__primary{background:#597dfc;color:#fff}.ej-template-elegant .button .button__primary:not(.hover__highlight){background:#ff5f74}.ej-template-elegant .button__primary:not(.hover__highlight),.ej-template-elegant .ej-header .header__block .button__area .button{border-color:#ff5f74}.ej-template-elegant .button.radius-15{border-radius:15px}.ej-template-elegant .section__header{text-align:center;margin-bottom:50px}.ej-template-elegant .section__header--flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px}.ej-template-elegant .section__header .ej-section-title{margin-bottom:0}.ej-template-elegant .section__header .ej-section-title .ej-section-title-text{margin-left:0}.ej-template-elegant .section__header h2{color:#1a1751;font-size:36px;font-weight:600}.ej-template-elegant .section__header .job-filter{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px}.ej-template-elegant .section__header .job-filter .search-bar .form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:0 15px;font-size:1rem;font-weight:500;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:5px;background:#fff;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.ej-template-elegant .section__header .job-filter .search-bar .form-control{height:50px;font-size:14px}.ej-template-elegant .section__header .job-filter .select-option{position:relative;background:#fff;border-radius:5px;height:50px;border:none}.ej-template-elegant .section__header .job-filter .select-option select{padding-right:66px;padding-left:15px;font-size:.875rem;line-height:1.4286;font-family:unset;font-weight:500;border-radius:5px;height:100%;background:0 0;color:#7d8091;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-size:14px;border:1px solid #ced4da}.ej-template-elegant .section__header .job-filter .select-option:after{position:absolute;content:"\e913";font-family:eicon;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:15px;background:rgba(89,125,252,.1);color:#597dfc;pointer-events:none;height:20px;width:20px;font-size:10px;line-height:20px}@media all and (max-width:767px){.ej-template-elegant .section__header .job-filter .ej-btn{padding:13px 15px}}.ej-template-elegant .about__company .ej-company-info{display:flex;flex-direction:row;align-items:center;margin-bottom:20px}.ej-template-elegant .about__company .ej-company-info .info .name{color:#1a1751;font-weight:500;font-size:24px;line-height:1.3;margin-bottom:0}.ej-template-elegant .about__company .ej-company-info .info .name a{color:inherit}.ej-template-elegant .about__company .ej-company-info .info .location{color:#6e748a;font-size:14px;font-weight:400;line-height:1.3}.ej-template-elegant .about__company .about__company__bottom{display:flex;margin-top:30px;align-items:flex-start}.ej-template-elegant .about__company .about__company__bottom .bottom__thumb{flex:1 1 auto}.ej-template-elegant .about__company .about__company__bottom .bottom__thumb img{max-width:100%}.ej-template-elegant .ej-company-description h1{font-size:24px;color:#212529;font-weight:600;line-height:1.333333}.ej-template-elegant .ej-company-description h2{font-size:22px;color:#212529;font-weight:600;line-height:1.333333}.ej-template-elegant .ej-company-description p{font-size:16px;color:#6e748a;font-weight:400;line-height:1.7;margin-bottom:5px}.ej-template-elegant .ej-company-description ul{text-align:left;padding:0;margin:0;margin-bottom:10px;list-style:none}.ej-template-elegant .ej-company-description ul li{font-size:16px;font-weight:500;color:#6e748a;position:relative;padding-left:25px}.ej-template-elegant .ej-company-description ul li::before{position:absolute;top:7px;left:0;height:10px;width:10px;background:#597dfc;border-radius:50%;content:""}.ej-template-elegant .ej-company-description ul li::after{position:absolute;top:10px;left:3px;height:4px;width:4px;background:#fff;border-radius:50%;content:""}.ej-template-elegant .ej-company-description ul li:not(:last-child){margin-bottom:7px}.ej-template-elegant .ej-company-description ol{padding-left:18px;margin-bottom:10px;margin-left:0;text-align:left}.ej-template-elegant .ej-company-description ol li{font-size:16px;font-weight:500;color:#6e748a;position:relative;padding-left:10px}.ej-template-elegant .ej-company-description ol li:not(:last-child){margin-bottom:7px}.ej-template-elegant .ej-company-description blockquote{font-size:16px;color:#6e748a;font-weight:400;line-height:1.7;position:relative;padding-left:15px;border-left:5px solid #597dfc;margin-bottom:10px}.ej-template-elegant .job__card{background:#fff;box-shadow:0 20px 100px rgba(40,37,91,.05);border-radius:5px;padding:50px;margin-bottom:30px}@media all and (max-width:767px){.ej-template-elegant .job__card{padding:25px 15px}}.ej-template-elegant .job__card h3{font-size:24px;font-weight:600;color:#1a1751;margin-bottom:5px}.ej-template-elegant .job__card h3 a{color:inherit}.ej-template-elegant .job__card .job__bottom{display:flex;margin-top:20px}@media all and (max-width:575px){.ej-template-elegant .job__card .job__bottom{flex-direction:column;gap:15px}}.ej-template-elegant .job__card .job__bottom .job__apply{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-right:30px}.ej-template-elegant .job__card .job__bottom .job__vacancy{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.ej-template-elegant .job__card .job__bottom .job__vacancy h4{font-size:32px;font-weight:700;color:#597dfc;margin-bottom:0;line-height:1}.ej-template-elegant .job__card .job__bottom .job__vacancy p{font-size:16px;font-weight:400;color:#6e748a}.ej-template-elegant .job__card .meta a,.ej-template-elegant .job__card .meta span{color:#6e748a}.ej-template-elegant .job__card .meta a:not(:last-child),.ej-template-elegant .job__card .meta span:not(:last-child){margin-right:20px}.ej-template-elegant .job__card .meta a i,.ej-template-elegant .job__card .meta span i{font-size:15px;margin-right:8px}.ej-template-elegant .job__card .deadline{display:block;font-size:15px;font-weight:400;color:#9397a3;margin-top:10px}.ej-template-elegant .image__gallery{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse;gap:30px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 30px}.ej-template-elegant .image__gallery .item{flex:0 0 calc(33.33% - 20px);height:400px}@media all and (max-width:991px){.ej-template-elegant .image__gallery .item{height:300px}}@media all and (max-width:767px){.ej-template-elegant .image__gallery .item{height:250px}}@media all and (max-width:575px){.ej-template-elegant .image__gallery .item{flex:0 0 calc(50% - 20px)}}@media all and (max-width:439px){.ej-template-elegant .image__gallery .item{flex:0 0 calc(100% - 30px)}}.ej-template-elegant .image__gallery .item img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.ej-template-elegant .ej-hero{padding:200px 0 100px}@media all and (max-width:767px){.ej-template-elegant .ej-hero{padding:120px 0 80px}}.ej-template-elegant .ej-hero h1{font-size:48px;font-weight:700;color:#fff;margin-bottom:20px}.ej-template-elegant .ej-hero .job__infos__block{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;margin-top:30px;gap:15px}@media all and (max-width:767px){.ej-template-elegant .ej-hero .job__infos__block{flex-direction:column;gap:20px}}.ej-template-elegant .ej-hero .job__infos__block .job__informations{flex:1}@media all and (max-width:767px){.ej-template-elegant .ej-hero .job__infos__block .job__informations{width:100%}}.ej-template-elegant .ej-hero .job__infos__block .job__informations .location_time p span{color:#e7e7e7;font-size:14px;font-weight:400}.ej-template-elegant .ej-hero .job__infos__block .job__informations .location_time p span:not(:last-child){margin-right:10px;padding-right:10px;border-right:1px solid #e7e7e7}.ej-template-elegant .ej-hero .job__infos__block .job__informations .location_time p span i{font-size:12px;margin-right:5px}.ej-template-elegant .ej-hero .job__infos__block .job__info{display:flex;flex-wrap:wrap;align-items:center;flex:1 1 45%;gap:15px;width:100%;margin-top:20px}@media all and (max-width:767px){.ej-template-elegant .ej-hero .job__infos__block .job__info{flex:1 1 100%}}.ej-template-elegant .ej-hero .job__infos__block .job__info .info__item{text-align:center;padding:10px;border:1px solid #fff;border-radius:5px;-webkit-box-flex:0;-ms-flex:0 0 150px;flex:0 0 150px;transition:background .3s ease}.ej-template-elegant .ej-hero .job__infos__block .job__info .info__item:hover p,.ej-template-elegant .ej-hero .job__infos__block .job__info .info__item:hover span{color:#ff5f74!important}.ej-template-elegant .ej-hero .job__infos__block .job__info .info__item:hover{background:#fff}.ej-template-elegant .ej-hero .job__infos__block .job__info .info__item p{font-size:16px;font-weight:600;color:#fff;-webkit-transition:color .3s ease;transition:color .3s ease}.ej-template-elegant .ej-hero .job__infos__block .job__info .info__item span{font-size:14px;font-weight:400;color:#e7e7e7;-webkit-transition:color .3s ease;transition:color .3s ease}.ej-template-elegant .ej-hero .job__infos__block .meta{flex:0 0 auto;text-align:right}@media all and (max-width:767px){.ej-template-elegant .ej-hero .job__infos__block .meta{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}}.ej-template-elegant .ej-hero .job__infos__block .meta .button{margin-bottom:12px;border:0}@media all and (max-width:767px){.ej-template-elegant .ej-hero .job__infos__block .meta .button{order:3;margin-bottom:0;margin-top:14px}}.ej-template-elegant .ej-hero .job__infos__block .meta .deadline{color:#e7e7e7;font-size:14px;font-weight:400;text-align:right;margin-bottom:15px}@media all and (max-width:767px){.ej-template-elegant .ej-hero .job__infos__block .meta .deadline{order:1}}.ej-template-elegant .ej-hero .job__infos__block .meta .share__options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:auto}@media all and (max-width:767px){.ej-template-elegant .ej-hero .job__infos__block .meta .share__options{order:2}}.ej-template-elegant .ej-hero .job__infos__block .meta .share__options span{font-size:14px;font-weight:400;color:#e7e7e7;margin-right:15px}.ej-template-elegant .ej-hero .job__infos__block .meta .share__options ul{padding:0;margin:0;list-style:none;display:flex;align-items:center;gap:10px}.ej-template-elegant .ej-hero .job__infos__block .meta .share__options ul li{margin:0}.ej-template-elegant .ej-hero .job__infos__block .meta .share__options ul li a{height:35px;width:35px;border-radius:50%;border:1px solid #e9ecf0;background:#fff;text-align:center;font-size:14px;line-height:35px;display:inline-block}.ej-template-elegant .ej-hero .job__infos__block .meta .share__options ul li a:hover{background:#ff5f74;border-color:#ff5f74}.ej-template-elegant .ej-hero .job__infos__block .meta .share__options ul li a.facebook{color:#1877f2}.ej-template-elegant .ej-hero .job__infos__block .meta .share__options ul li a.facebook:hover{color:#fff}.ej-template-elegant .ej-hero .job__infos__block .meta .share__options ul li a.twitter{color:#1da1f2}.ej-template-elegant .ej-hero .job__infos__block .meta .share__options ul li a.twitter:hover{color:#fff}.ej-template-elegant .ej-hero .job__infos__block .meta .share__options ul li a.linkedin{color:#0077b5}.ej-template-elegant .ej-hero .job__infos__block .meta .share__options ul li a.linkedin:hover{color:#fff}.ej-template-elegant .hero__bg{background:#f5f7fd;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat}.ej-template-elegant .hero__bg>.ej-container{position:relative}.ej-template-elegant .hero__bg::before{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);content:""}.ej-template-elegant .job__details__block .title{font-size:36px;font-weight:600;color:#1a1751;margin-bottom:20px}.ej-template-elegant .job__details__block .skills{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}.ej-template-elegant .job__details__block ol{margin-left:0;list-style:inside decimal}.ej-template-elegant .label{font-size:14px;font-weight:400;padding:8px 20px;border-radius:20px;text-transform:capitalize;display:inline-block}.ej-template-elegant .label.label__primary{background:#fff0f2!important;color:#ff5f74!important}.ej-template-elegant .ej-header.fixed .button__area .button,.ej-template-elegant .job__card .job__bottom .job__vacancy h4,.ej-template-elegant .job__card .meta a:hover,.ej-template-elegant .job__card h3 a:hover{color:#ff5f74}.ej-template-elegant .company__description ul li::before,.ej-template-elegant .job__details .job__details__block__list li::before{background:#ff5f74!important}.ej-template-elegant.ej-template-elegant .ej-header-tools{flex-grow:1;text-align:right}.ej-template-elegant.ej-template-elegant .ej-company-description{margin-top:30px}.ej-template-elegant .job__card h3 a{font-family:Poppins;text-decoration:none}.ej-template-elegant .job__card .meta a{text-decoration:none}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{position:absolute;top:-10000em;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{content:"";display:block;clear:both;width:0;height:0}.e-logo-wrapper{background:var(--e-a-bg-logo);display:inline-block;padding:.75em;border-radius:50%;line-height:1}.e-logo-wrapper i{color:var(--e-a-color-logo);font-size:1em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{margin:0;background-color:transparent}.elementor img{height:auto;max-width:100%;border:none;border-radius:0;box-shadow:none}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{max-width:100%;width:100%;margin:0;line-height:1;border:none}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;direction:ltr}.elementor .elementor-background-video-container{transition:opacity 1s;pointer-events:none}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.elementor .elementor-background-video{max-width:none}.elementor .elementor-html5-video{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay,.elementor .elementor-background-slideshow{height:100%;width:100%;top:0;left:0;position:absolute}.elementor .elementor-background-slideshow{z-index:0}.elementor .elementor-background-slideshow__slide__image{width:100%;height:100%;background-position:50%;background-size:cover}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order);align-self:var(--align-self)}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element:where(.e-con-full,.elementor-widget){flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);justify-content:var(--justify-content);align-items:var(--align-items);align-content:var(--align-content);gap:var(--gap)}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-center .elementor-button{width:auto}.elementor-align-right{text-align:right}.elementor-align-right .elementor-button{width:auto}.elementor-align-left{text-align:left}.elementor-align-left .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.elementor-custom-embed-play i{font-size:100px;color:#fff;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{height:100px;width:100px;fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3))}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-property:transform;transition-duration:10s;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-center .elementor-button{width:auto}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-left .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-center .elementor-button{width:auto}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-left .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-center .elementor-button{width:auto}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-left .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-center .elementor-button{width:auto}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-left .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-center .elementor-button{width:auto}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-left .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-center .elementor-button{width:auto}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-left .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-right:auto;margin-left:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{position:relative;width:100%;flex-wrap:wrap;align-content:flex-start}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:20px}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-bottom:0}.elementor-column{position:relative;min-height:1px;display:flex}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9),.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9),.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}ul.elementor-icon-list-items.elementor-inline-items{display:flex;flex-wrap:wrap}ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;width:100%;word-spacing:var(--grid-column-gap);margin-bottom:calc(-1 * var(--grid-row-gap))}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-bottom:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);position:var(--position);width:var(--width);min-width:0;min-height:var(--min-height);height:var(--height);border-radius:var(--border-radius);z-index:var(--z-index);overflow:var(--overflow);transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s);--flex-wrap-mobile:wrap;margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-block-end:var(--margin-block-end);margin-inline-start:var(--margin-inline-start);padding-inline-start:var(--padding-inline-start);padding-inline-end:var(--padding-inline-end);--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{text-align:var(--text-align);padding-block-start:var(--padding-block-start);padding-block-end:var(--padding-block-end)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);align-content:var(--grid-align-content);grid-auto-flow:var(--grid-auto-flow);justify-items:var(--justify-items);align-items:var(--align-items)}.e-con-boxed.e-flex{flex-direction:column;flex-wrap:nowrap;justify-content:normal;align-items:normal;align-content:normal}.e-con-boxed.e-grid{justify-items:legacy;grid-template-columns:1fr;grid-template-rows:1fr}.e-con-boxed{text-align:initial;gap:initial}.e-con.e-flex>.e-con-inner{flex-wrap:var(--flex-wrap);justify-content:var(--justify-content);align-items:var(--align-items);align-content:var(--align-content);flex-basis:auto;flex-grow:1;flex-shrink:1;align-self:auto}.e-con.e-grid>.e-con-inner{justify-items:var(--justify-items);align-items:var(--align-items)}.e-con>.e-con-inner{gap:var(--gap);width:100%;max-width:var(--content-width);margin:0 auto;padding-inline-start:0;padding-inline-end:0;height:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{content:var(--background-overlay);display:block;position:absolute;mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);transition:var(--overlay-transition,.3s);border-radius:var(--border-radius);border-style:var(--border-style);border-color:var(--border-color);border-block-start-width:var(--border-block-start-width);border-inline-end-width:var(--border-inline-end-width);border-block-end-width:var(--border-block-end-width);border-inline-start-width:var(--border-inline-start-width);top:calc(0px - var(--border-top-width));left:calc(0px - var(--border-left-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-radius:var(--border-radius);border-style:var(--border-style);border-color:var(--border-color);border-block-start-width:var(--border-block-start-width);border-inline-end-width:var(--border-inline-end-width);border-block-end-width:var(--border-block-end-width);border-inline-start-width:var(--border-inline-start-width);top:calc(0px - var(--border-top-width));left:calc(0px - var(--border-left-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{flex-wrap:wrap;align-items:center}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{width:100%;max-width:100%;border:1px solid #69727d;background-color:transparent;color:#1f2124;vertical-align:middle;flex-grow:1}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;font-size:inherit;font-family:inherit;font-weight:inherit;font-style:inherit;text-transform:inherit;letter-spacing:inherit;line-height:inherit;flex-basis:100%;padding-inline-end:20px}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;position:absolute;top:50%;transform:translateY(-50%);right:10px;pointer-events:none;text-shadow:0 0 3px rgba(0,0,0,.3)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{content:"*";color:red;padding-inline-start:.2em}.elementor-field-textual{line-height:1.4;font-size:15px;min-height:40px;padding:5px 14px;border-radius:3px}.elementor-field-textual.elementor-size-xs{font-size:13px;min-height:33px;padding:4px 12px;border-radius:2px}.elementor-field-textual.elementor-size-md{font-size:16px;min-height:47px;padding:6px 16px;border-radius:4px}.elementor-field-textual.elementor-size-lg{font-size:18px;min-height:59px;padding:7px 20px;border-radius:5px}.elementor-field-textual.elementor-size-xl{font-size:20px;min-height:72px;padding:8px 24px;border-radius:6px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-end}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{margin:10px 0;font-size:1em;line-height:1}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-weight:400;font-style:normal;vertical-align:middle;margin-inline-end:5px}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{padding-block-start:0;padding-block-end:0;border:none}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;justify-content:center;flex-direction:row;gap:5px}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element .elementor-widget-container{transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-button{display:inline-block;line-height:1;background-color:#69727d;font-size:15px;padding:12px 24px;border-radius:3px;color:#fff;fill:#fff;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;justify-content:center;flex-direction:row;gap:5px}.elementor-button-icon svg{width:1em;height:auto}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{font-size:13px;padding:10px 20px;border-radius:2px}.elementor-button.elementor-size-md{font-size:16px;padding:15px 30px;border-radius:4px}.elementor-button.elementor-size-lg{font-size:18px;padding:20px 40px;border-radius:5px}.elementor-button.elementor-size-xl{font-size:20px;padding:25px 50px;border-radius:6px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-tab-title a{color:inherit}.elementor-view-stacked .elementor-icon{padding:.5em;background-color:#69727d;color:#fff;fill:#fff}.elementor-view-framed .elementor-icon{padding:.5em;color:#69727d;border:3px solid #69727d;background-color:transparent}.elementor-icon{display:inline-block;line-height:1;transition:all .3s;color:#69727d;font-size:50px;text-align:center}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{width:1em;height:1em;position:relative;display:block}.elementor-icon i:before,.elementor-icon svg:before{position:absolute;left:50%;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container{transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none}}.elementor-post__thumbnail__link{transition:none}#left-area ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items{padding:0}.e--ua-appleWebkit.rtl{--flex-right:flex-start}.e--ua-appleWebkit .elementor-share-buttons--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item{margin-left:0;margin-right:0}@media (max-width:1024px){.e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item{margin-left:0;margin-right:0}}@media (max-width:767px){.e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right{--justify-content:var(--flex-right,flex-end)}.e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center{--justify-content:center}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid{width:auto;display:flex;flex-wrap:wrap;justify-content:var(--justify-content,space-between);margin-left:calc(-.5 * var(--grid-column-gap));margin-right:calc(-.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item{margin-left:calc(.5 * var(--grid-column-gap));margin-right:calc(.5 * var(--grid-column-gap))}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid{display:inline-block}.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item{margin-left:0;margin-right:0}}@media (max-width:767px){.elementor .elementor-hidden-mobile{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}