.description *{font-weight:inherit;font-size:inherit;line-height:inherit}.description a{color:var(--color-primary,#2066bb);text-underline-offset:2px;text-decoration:underline;transition:color .2s ease-in-out}.description a:hover{color:var(--color-accent,#1d4ed8)}.description ul{margin:.5rem 0 1rem;padding-left:1.25rem;list-style-type:disc}.description ol{margin:.5rem 0 1rem;padding-left:1.25rem;list-style-type:decimal}.description li{line-height:var(--leading-relaxed,1.625);margin:.25rem 0}.description strong{font-weight:700}
.editor h1,.editor h2,.editor h3,.editor h4,.editor h5,.editor h6,.editor ul,.editor ol,.editor p{margin-bottom:1rem}.editor h1,.editor h2,.editor h3,.editor h4,.editor h5,.editor h6{margin-top:2rem}.editor ul,.editor li{padding-left:1rem}.editor ul{grid-template-columns:repeat(2,1fr);gap:.75rem 2rem;margin-top:1rem;padding-left:0;display:grid}@media (max-width:640px){.editor ul{grid-template-columns:1fr}}.editor ul li{align-items:flex-start;gap:.5rem;padding-left:0;display:flex}.editor ul li:before{content:"";background-image:url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='27' height='27' rx='13.5' stroke='%23007b8c'/%3E%3Cpath d='M9.91663 14.5834L12.25 16.9167L18.0833 11.0834' stroke='%23007b8c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;width:28px;min-width:28px;height:28px;display:inline-block}
.FormUI{position:relative}.FormUI .row{flex-wrap:wrap;justify-content:space-between;gap:1rem;display:flex}@media (min-width:576px){.FormUI .row{gap:0}}.FormUI .row .formio-errors{text-wrap:nowrap;position:absolute}.FormUI .formio-form{flex-direction:column;gap:1rem;display:flex}.FormUI .col-md-12,.FormUI .col-md-6{width:100%}@media (min-width:576px){.FormUI .col-md-6{width:calc(50% - .5rem)}}.FormUI a{text-decoration:underline}.FormUI a:hover{text-decoration:none}.FormUI .list-group{padding-left:0;list-style:none}.FormUI .list-group .list-group-header,.FormUI .list-group .list-group-item:only-child{display:none}.FormUI .form-group{position:relative}.FormUI [ref=label]{z-index:1;color:#838384;text-transform:uppercase;font-size:13px;font-weight:700;position:relative}.FormUI [ref=label].field-required:after{content:"*";color:#e40046;position:absolute;right:-5px}.FormUI [ref=component][class*=component-hidden]{display:none}.FormUI .form-text.error{color:red;font-size:14px;position:absolute}.FormUI .fileSelector{background-color:#0000;border:1px solid #ccc;border-radius:8px}.FormUI .form-check{color:#000;margin-top:10px}.FormUI .alert.alert-danger{color:#721c24;background-color:#f8d7da;border-radius:8px;margin-bottom:1rem;padding:1rem;font-size:13px;display:none}.FormUI .alert.alert-danger p{margin-bottom:.5rem}.FormUI .alert.alert-danger :last-child{margin-bottom:0}.FormUI .list-group-item:not(.list-group-header),.FormUI [ref=fileDrop],.FormUI [ref=element]{background-origin:border-box;background-clip:content-box,border-box;border:1px solid #ccc;border-radius:4px;width:100%;margin-top:8px;margin-bottom:0;overflow:hidden;background-position:50%!important}.FormUI .list-group-item:not(.list-group-header) .row,.FormUI [ref=fileDrop] .row,.FormUI [ref=element] .row{align-items:center;display:flex}.FormUI .list-group-item:not(.list-group-header) [ref=input],.FormUI [ref=fileDrop] [ref=input],.FormUI [ref=element] [ref=input]{color:#000;background-color:#fff;border:none;outline:none;width:100%;height:100%;min-height:36px;padding:4px 1rem;display:block}.FormUI .list-group-item:not(.list-group-header) [ref=removeLink],.FormUI [ref=fileDrop] [ref=removeLink],.FormUI [ref=element] [ref=removeLink]{cursor:pointer;width:20px;height:20px;margin:0;display:block;position:relative}.FormUI .list-group-item:not(.list-group-header) [ref=removeLink]:before,.FormUI [ref=fileDrop] [ref=removeLink]:before,.FormUI [ref=element] [ref=removeLink]:before{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23ff0000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'/%3E%3Cline x1='6' y1='6' x2='18' y2='18'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;width:20px;height:20px;position:absolute;top:0;left:0}.FormUI .list-group-item:not(.list-group-header) [ref=removeLink]:hover:before,.FormUI [ref=fileDrop] [ref=removeLink]:hover:before,.FormUI [ref=element] [ref=removeLink]:hover:before{opacity:.5}.FormUI .formio-component-select{font-family:inherit;position:relative}.FormUI .formio-component-select button{display:none}.FormUI .formio-component-select .choices{cursor:pointer;width:100%;position:relative}.FormUI .formio-component-select .choices .form-control{background-color:#fff;border:1px solid #ccc;border-radius:4px;justify-content:space-between;align-items:center;width:100%;height:100%;min-height:38px;margin-top:8px;padding:4px 1rem;transition:all .2s ease-in-out;display:flex}.FormUI .formio-component-select .choices .form-control:after{pointer-events:none;content:"";border-bottom:2px solid #333;border-right:2px solid #333;width:8px;height:8px;transition:transform .2s;position:absolute;top:50%;right:1rem;transform:translateY(-50%)rotate(45deg)}.FormUI .formio-component-select .choices.is-open .form-control:after{transform:translateY(-50%)rotate(-135deg)}.FormUI .formio-component-select .choices .choices__list--single{color:#333;align-items:center;gap:8px;display:flex}.FormUI .formio-component-select .choices .choices__list--single .choices__item{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.FormUI .formio-component-select .choices .choices__list--single .choices__placeholder{color:#999;font-style:italic}.FormUI .formio-component-select .choices .choices__input{border-bottom:1px solid #ccc;width:100%;padding:3px 1rem}.FormUI .formio-component-select .choices .choices__list--dropdown{z-index:10;background-color:#fff;border:1px solid #ccc;border-radius:6px;width:100%;max-height:220px;display:none;position:absolute;top:calc(100% + 5px);left:0;overflow-y:auto;box-shadow:0 2px 6px #0000001a}.FormUI .formio-component-select .choices .choices__list--dropdown.is-active{display:block}.FormUI .formio-component-select .choices .choices__list--dropdown .choices__item{cursor:pointer;color:#333;width:100%;padding:10px 15px}.FormUI .formio-component-select .choices .choices__list--dropdown .choices__item:hover,.FormUI .formio-component-select .choices .choices__list--dropdown .choices__item:focus{background-color:#f0f0f0}.FormUI .formio-component-select .formio-select-autocomplete-input{display:none!important}.FormUI .formio-component-textarea textarea{min-height:72px!important}.FormUI .list-group-item:not(.list-group-header),.FormUI [ref=fileDrop]{color:#999;background-color:#fff;border:1px solid #ccc;justify-content:flex-start;align-items:center;gap:.5rem;min-height:36px;font-size:13px;font-weight:600;display:flex}.FormUI .list-group-item:not(.list-group-header) .row,.FormUI [ref=fileDrop] .row{gap:10px}.FormUI .list-group-item:not(.list-group-header) a,.FormUI [ref=fileDrop] a{cursor:pointer;color:inherit}.FormUI .list-group-item:not(.list-group-header) i,.FormUI [ref=fileDrop] i{margin-left:.75rem}.FormUI [ref=fileDrop] i{width:20px;height:20px;display:block}.FormUI [ref=fileDrop] i:before{content:"";background-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 10C2 12.2091 3.79086 14 6 14H9V17C9 17.5523 9.44772 18 10 18C10.5523 18 11 17.5523 11 17V14H14C16.2091 14 18 12.2091 18 10C18 7.79086 16.2091 6 14 6C14 3.79086 12.2091 2 10 2C7.79086 2 6 3.79086 6 6C3.79086 6 2 7.79086 2 10ZM11 14H9L9 9.41421L7.70711 10.7071C7.31658 11.0976 6.68342 11.0976 6.29289 10.7071C5.90237 10.3166 5.90237 9.68342 6.29289 9.29289L9.29289 6.29289C9.68342 5.90237 10.3166 5.90237 10.7071 6.29289L13.7071 9.29289C14.0976 9.68342 14.0976 10.3166 13.7071 10.7071C13.3166 11.0976 12.6834 11.0976 12.2929 10.7071L11 9.41421V14Z' fill='%23838384'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;width:20px;height:20px;display:inline-block}.FormUI [type=checkbox]{border-radius:0}.FormUI [class*=formio-component-button]{flex-direction:column;justify-items:flex-end;width:100%;display:flex}.FormUI [class*=formio-component-button] .help-block{color:red;font-size:14px;position:absolute}.FormUI [class*=formio-component-button]:hover [ref=button]:active{box-shadow:inset 0 4px 4px #00000040}.FormUI [class*=formio-component-button] [ref=button]{cursor:pointer;box-shadow:none;background-color:var(--color-primary);color:#fff;border:none;border-radius:100px;justify-content:space-between;align-self:flex-end;align-items:center;gap:.75rem;width:fit-content;padding:4px 4px 4px 16px;font-size:1rem;font-weight:400;line-height:1.5;transition:all .2s ease-in-out;display:inline-flex}.FormUI [class*=formio-component-button] [ref=button]:hover{text-underline-offset:4px;border-bottom:2px solid #fff;text-decoration:underline;text-decoration-thickness:2px}.FormUI [class*=formio-component-button] [ref=button]:hover .custom-arrow-wrapper span{transform:rotate(-45deg)}.FormUI [class*=formio-component-button] [ref=button] .custom-arrow-wrapper{background-color:#fff;border-radius:100px;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex;position:relative;overflow:hidden}.FormUI [class*=formio-component-button] [ref=button] .custom-arrow-wrapper svg{color:#e40046;width:16px;height:16px;transition:all .3s ease-in-out}.FormUI [class*=formio-component-button] [ref=button] .custom-arrow-wrapper span{transition:all .3s ease-in-out}
:root{--swiper-theme-color:#007aff}:host{z-index:1;margin-left:auto;margin-right:auto;display:block;position:relative}.swiper{z-index:1;margin-left:auto;margin-right:auto;padding:0;list-style:none;display:block;position:relative;overflow:hidden}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{z-index:1;width:100%;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box;display:flex;position:relative}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate(0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;transition-property:transform;display:block;position:relative}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{scrollbar-width:none;-ms-overflow-style:none;overflow:auto}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{pointer-events:none;z-index:10;width:100%;height:100%;position:absolute;top:0;left:0}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(#0000,#00000080)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(#00000080,#0000)}.swiper-lazy-preloader{z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top-color:#0000;border-radius:50%;width:42px;height:42px;margin-top:-21px;margin-left:-21px;position:absolute;top:50%;left:50%}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:1s linear infinite swiper-preloader-spin}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size:44px}.swiper-button-prev,.swiper-button-next{width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;color:var(--swiper-navigation-color,var(--swiper-theme-color));justify-content:center;align-items:center;display:flex;position:absolute}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) svg{object-fit:contain;transform-origin:50%;fill:currentColor;pointer-events:none;width:100%;height:100%}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - var(--swiper-navigation-size)/2)}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset,4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset,50%);margin-top:calc(0px - var(--swiper-navigation-size)/2);margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset,4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset,4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}
.CareerPanel-diagram{width:100%;max-width:671px;height:460px;position:relative}.CareerPanel-frame{z-index:0;pointer-events:none;border:2px solid #e40046;border-radius:32px;position:absolute;inset:52px 40px 36px}.CareerPanel-routeLabels{z-index:2;justify-content:space-between;display:flex;position:absolute;top:52px;left:40px;right:40px}.CareerPanel-routeLabel{color:#e40046;text-align:center;background:#f6f6f6;padding:6px 10px;font-family:Aeonik,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:500;line-height:1.25}.CareerPanel-ladder{z-index:1;flex-direction:column;justify-content:space-between;align-items:center;display:flex;position:absolute;inset:100px 96px 52px}.CareerPanel-sharedColumn{flex-direction:column;align-items:center;gap:20px;display:flex}.CareerPanel-columns{justify-content:center;gap:40px;width:100%;display:flex}.CareerPanel-column{flex-direction:column;align-items:center;gap:24px;display:flex}.CareerPanel-bottomRow{justify-content:center;gap:40px;width:100%;display:flex}.CareerPanel-pill{border-radius:999px;justify-content:center;align-items:center;width:260px;max-width:100%;padding:12px 24px;display:inline-flex}.CareerPanel-pillLabel{color:#000;font-family:Aeonik,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:400;line-height:32px}.CareerPanel-pillLabel--highlight{color:#fff;font-weight:700}.firstList>div{position:relative}.firstList>div:first-child{position:absolute;top:-25px;left:30.5%}@media (max-width:768px){.firstList>div:first-child{position:relative;top:auto;left:auto}}.firstList>div div{min-width:260px}.CareerPanel-mobileLabel{z-index:5;pointer-events:none;background-color:#f6f6f6;position:absolute;top:50%;transform:translateY(-50%)}.CareerPanel-mobileLabel--left{left:-8px}.CareerPanel-mobileLabel--right{right:-8px}@supports ((-webkit-hyphens:none)){.CareerPanel-mobileLabel--right{right:1rem}}.CareerPanel-mobileLabelText{color:#e40046;writing-mode:vertical-rl;text-orientation:mixed;background-color:#f6f6f6;font-family:Aeonik,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:12px;font-weight:500;line-height:1.2}@media (min-width:768px){.CareerPanel-mobileLabel{display:none}}.CareerPanel b,.CareerPanel strong{font-weight:500}
.ContentTabPanelHeading{font-weight:300}.ContentTabPanelHeading b,.ContentTabPanelHeading strong{font-weight:500}.ContentTabPanelHeading h5{line-height:1.2;font-size:27px!important}@keyframes contentTabSlideIn{0%{opacity:0;transform:translate(120px)}to{opacity:1;transform:translate(0)}}.editorblackbox ul{margin:0;padding:0;list-style:none}@media (min-width:768px){.editorblackbox ul{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem 2rem;display:grid}}.editorblackbox li{padding-left:36px;position:relative;font-size:1rem!important}.editorblackbox li:before{content:"";background-image:url(/assets/icons/check.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;font-size:1rem;position:absolute;top:.2em;left:0}.ContentTabPanelCard{animation:.55s ease-out contentTabSlideIn}
.cookie-message{width:60%}.cookie-message a{color:#2066bb;text-decoration:underline;transition:color .2s ease-in-out}.cookie-message a:hover{color:var(--color-primary)}
.styles-module-scss-module__V-jdWG__Form .formio-component-cvupload{margin-bottom:1.5rem}:is(.styles-module-scss-module__V-jdWG__Form .formio-component-selectboxes .styles-module-scss-module__V-jdWG__form-radio,.styles-module-scss-module__V-jdWG__Form .formio-component-radio .styles-module-scss-module__V-jdWG__form-radio){box-shadow:none;background:0 0;border:1px solid #c8c8c8;border-radius:50px;outline:none;padding:18px 30px}.styles-module-scss-module__V-jdWG__Form .formio-component-htmlelement{margin-top:1.5rem}.styles-module-scss-module__V-jdWG__Form .fileSelector{color:#181818;border-radius:40px;flex-direction:column;justify-content:center;align-items:center;min-height:200px;display:flex;border-width:1px!important;border-color:#c8c8c8!important;font-weight:400!important}.styles-module-scss-module__V-jdWG__Form .fileSelector i{margin-bottom:.5rem}.styles-module-scss-module__V-jdWG__Form .fileSelector a{color:#1e1e1e!important}.styles-module-scss-module__V-jdWG__Form .formio-component-columns{gap:1.25rem 0}:is(.styles-module-scss-module__V-jdWG__Form .formio-component-hidden,.styles-module-scss-module__V-jdWG__Form .control-label--hidden){display:none}.styles-module-scss-module__V-jdWG__Form .formio-component-file .styles-module-scss-module__V-jdWG__list-group-item:only-child{display:none}.styles-module-scss-module__V-jdWG__Form .formio-component-file .styles-module-scss-module__V-jdWG__fileSelector{color:#181818;text-align:center;border:2px solid #c8c8c8;margin-top:-1rem;padding:0 1rem 1rem 1em;font-weight:600}.styles-module-scss-module__V-jdWG__Form .formio-component-file .styles-module-scss-module__V-jdWG__fileSelector a{color:#1e1e1e;text-decoration:underline!important}:is(.styles-module-scss-module__V-jdWG__Form .formio-component-file .styles-module-scss-module__V-jdWG__fileSelector a:hover,.styles-module-scss-module__V-jdWG__Form .formio-component-file .styles-module-scss-module__V-jdWG__fileSelector a:focus,.styles-module-scss-module__V-jdWG__Form .formio-component-file .styles-module-scss-module__V-jdWG__fileSelector a:active){text-decoration:none!important}.styles-module-scss-module__V-jdWG__Form .alert ul{color:red}.styles-module-scss-module__V-jdWG__Form .formio-error-wrapper input{border-color:red!important}.styles-module-scss-module__V-jdWG__Form .formio-error-wrapper .styles-module-scss-module__V-jdWG__fileSelector{border-color:red!important}.styles-module-scss-module__V-jdWG__Form .col-form-label{color:#181818;letter-spacing:1px;text-transform:uppercase;background:#fff;padding:5px 15px;font-size:14px;font-weight:700;position:relative;bottom:-17px;left:15px}.styles-module-scss-module__V-jdWG__Form .form-group.required label:after{content:"*";color:red}.styles-module-scss-module__V-jdWG__Form .formio-select-autocomplete-input{display:none}.styles-module-scss-module__V-jdWG__Form .formio-component-textarea{margin-bottom:1.5rem}.styles-module-scss-module__V-jdWG__Form .form-control{box-shadow:none;background:0 0;border:1px solid #c8c8c8;border-radius:50px;outline:none;width:100%;padding:18px 30px}:is(.styles-module-scss-module__V-jdWG__Form .formio-component-cv,.styles-module-scss-module__V-jdWG__Form .formio-component-checkbox){margin-bottom:1.5rem}:is(.styles-module-scss-module__V-jdWG__Form .formio-component-cv,.styles-module-scss-module__V-jdWG__Form .formio-component-cvUpload){border:1px solid #c8c8c8;border-radius:40px;margin-top:2rem}:is(.styles-module-scss-module__V-jdWG__Form .formio-component-cv label,.styles-module-scss-module__V-jdWG__Form .formio-component-cvUpload label){margin-top:-1.5rem;top:-12px}:is(.styles-module-scss-module__V-jdWG__Form .formio-component-cv .styles-module-scss-module__V-jdWG__row,.styles-module-scss-module__V-jdWG__Form .formio-component-cvUpload .styles-module-scss-module__V-jdWG__row){margin-bottom:1rem;padding:0 1.5rem}:is(.styles-module-scss-module__V-jdWG__Form .formio-component-cv .styles-module-scss-module__V-jdWG__list-group-header .styles-module-scss-module__V-jdWG__col-md-1,.styles-module-scss-module__V-jdWG__Form .formio-component-cv .styles-module-scss-module__V-jdWG__list-group-header .styles-module-scss-module__V-jdWG__col-md-2,.styles-module-scss-module__V-jdWG__Form .formio-component-cvUpload .styles-module-scss-module__V-jdWG__list-group-header .styles-module-scss-module__V-jdWG__col-md-1,.styles-module-scss-module__V-jdWG__Form .formio-component-cvUpload .styles-module-scss-module__V-jdWG__list-group-header .styles-module-scss-module__V-jdWG__col-md-2){display:none}:is(.styles-module-scss-module__V-jdWG__Form .formio-component-cv .styles-module-scss-module__V-jdWG__list-group-striped,.styles-module-scss-module__V-jdWG__Form .formio-component-cvUpload .styles-module-scss-module__V-jdWG__list-group-striped){margin:0;list-style:none;padding:0!important}:is(.styles-module-scss-module__V-jdWG__Form .formio-component-cv .styles-module-scss-module__V-jdWG__list-group-striped a,.styles-module-scss-module__V-jdWG__Form .formio-component-cvUpload .styles-module-scss-module__V-jdWG__list-group-striped a){cursor:pointer;color:#181818;text-decoration:underline!important}:is(.styles-module-scss-module__V-jdWG__Form .formio-component-cv .styles-module-scss-module__V-jdWG__list-group-striped a:hover,.styles-module-scss-module__V-jdWG__Form .formio-component-cv .styles-module-scss-module__V-jdWG__list-group-striped a:focus,.styles-module-scss-module__V-jdWG__Form .formio-component-cv .styles-module-scss-module__V-jdWG__list-group-striped a:active,.styles-module-scss-module__V-jdWG__Form .formio-component-cvUpload .styles-module-scss-module__V-jdWG__list-group-striped a:hover,.styles-module-scss-module__V-jdWG__Form .formio-component-cvUpload .styles-module-scss-module__V-jdWG__list-group-striped a:focus,.styles-module-scss-module__V-jdWG__Form .formio-component-cvUpload .styles-module-scss-module__V-jdWG__list-group-striped a:active){text-decoration:none!important}:is(.styles-module-scss-module__V-jdWG__Form .formio-component-cv .styles-module-scss-module__V-jdWG__list-group-striped .styles-module-scss-module__V-jdWG__fa-remove,.styles-module-scss-module__V-jdWG__Form .formio-component-cvUpload .styles-module-scss-module__V-jdWG__list-group-striped .styles-module-scss-module__V-jdWG__fa-remove){cursor:pointer}:is(.styles-module-scss-module__V-jdWG__Form .formio-component-cv .styles-module-scss-module__V-jdWG__fileSelector,.styles-module-scss-module__V-jdWG__Form .formio-component-cvUpload .styles-module-scss-module__V-jdWG__fileSelector){border:none}.styles-module-scss-module__V-jdWG__Form .formio-component-checkbox{font-weight:600}.styles-module-scss-module__V-jdWG__Form .formio-component-checkbox input{box-shadow:none;border-width:2px;border-color:#c8c8c8}.styles-module-scss-module__V-jdWG__Form .formio-component-checkbox a{color:#181818}:is(.styles-module-scss-module__V-jdWG__Form .formio-component-checkbox a:hover,.styles-module-scss-module__V-jdWG__Form .formio-component-checkbox a:focus,.styles-module-scss-module__V-jdWG__Form .formio-component-checkbox a:active){text-decoration:underline!important}.styles-module-scss-module__V-jdWG__Form .btn{box-shadow:none;color:#181818;background:0 0;border:1px solid #c8c8c8;border-radius:50px;outline:none;width:100%;margin-top:1.5rem;padding:18px 30px;font-weight:600;transition:all .3s}:is(.styles-module-scss-module__V-jdWG__Form .btn:hover,.styles-module-scss-module__V-jdWG__Form .btn:focus,.styles-module-scss-module__V-jdWG__Form .btn:active){color:#181818;background-color:#f5f5f5;border-color:#181818;text-decoration:none}
.styles-module-scss-module__sLR_Fq__ColumnWithForm h1,.styles-module-scss-module__sLR_Fq__ColumnWithForm h2,.styles-module-scss-module__sLR_Fq__ColumnWithForm h3,.styles-module-scss-module__sLR_Fq__ColumnWithForm h4,.styles-module-scss-module__sLR_Fq__ColumnWithForm h5{margin-bottom:1.5rem}.styles-module-scss-module__sLR_Fq__ColumnWithForm h1 strong,.styles-module-scss-module__sLR_Fq__ColumnWithForm h2 strong,.styles-module-scss-module__sLR_Fq__ColumnWithForm h3 strong,.styles-module-scss-module__sLR_Fq__ColumnWithForm h4 strong,.styles-module-scss-module__sLR_Fq__ColumnWithForm h5 strong{background:linear-gradient(90deg,#ff155d 49.93%,#f15a24 95.27%);color:#0000;-webkit-background-clip:text;background-clip:text}.styles-module-scss-module__sLR_Fq__ColumnWithForm .js-form{margin-top:10px;padding:0!important}.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-cvupload{margin-bottom:1.5rem}.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-htmlelement{margin-top:1.5rem}.styles-module-scss-module__sLR_Fq__ColumnWithForm .fileSelector{background-color:var(--bg-file-selector);min-height:140px;color:var(--text-primary);border-style:dashed;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;display:flex;border-width:2px!important;border-color:var(--border-color)!important;font-weight:400!important}.styles-module-scss-module__sLR_Fq__ColumnWithForm .fileSelector i{margin-bottom:.5rem}.styles-module-scss-module__sLR_Fq__ColumnWithForm .fileSelector a{color:var(--text-upload-link)!important}.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-columns{gap:1.25rem 0}:is(.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-hidden,.styles-module-scss-module__sLR_Fq__ColumnWithForm .control-label--hidden){display:none}.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-file .styles-module-scss-module__sLR_Fq__list-group-header:only-child{display:none}.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-file .styles-module-scss-module__sLR_Fq__fileSelector{border:2px solid var(--border-color);color:var(--text-primary);text-align:center;margin-top:-1rem;padding:0 1rem 1rem 1em;font-weight:600}.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-file .styles-module-scss-module__sLR_Fq__fileSelector a{color:var(--text-upload-link);text-decoration:underline!important}:is(.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-file .styles-module-scss-module__sLR_Fq__fileSelector a:hover,.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-file .styles-module-scss-module__sLR_Fq__fileSelector a:focus,.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-file .styles-module-scss-module__sLR_Fq__fileSelector a:active){text-decoration:none!important}.styles-module-scss-module__sLR_Fq__ColumnWithForm .alert ul{color:var(--error-color)}.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-error-wrapper input{border-color:var(--error-color)!important}.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-error-wrapper .styles-module-scss-module__sLR_Fq__fileSelector{border-color:var(--error-color)!important}.styles-module-scss-module__sLR_Fq__ColumnWithForm .col-form-label{letter-spacing:0;text-transform:none;margin-top:10px;padding:0 0 8px;font-size:14px;font-weight:600;display:block;position:static}.styles-module-scss-module__sLR_Fq__ColumnWithForm .form-group.required label:after{content:"*";color:var(--error-color);margin-left:2px}.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-select-autocomplete-input{display:none}.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-textarea{margin-bottom:1.5rem}.styles-module-scss-module__sLR_Fq__ColumnWithForm .form-control{box-shadow:none;border:1px solid var(--border-color);background:var(--bg-form-control);width:100%;height:auto;color:var(--text-primary);border-radius:8px;outline:none;padding:12px 20px}:is(.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-cv,.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-checkbox){margin-bottom:1.5rem}:is(.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-cv ul,.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-checkbox ul){text-transform:none;justify-content:space-between;display:flex}:is(.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-cv ul li,.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-checkbox ul li){flex:1;margin-right:1rem}:is(.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-cv ul li:last-child,.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-checkbox ul li:last-child){margin-right:0}:is(.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-cv ul li .styles-module-scss-module__sLR_Fq__row,.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-checkbox ul li .styles-module-scss-module__sLR_Fq__row){align-items:center;display:flex}:is(.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-cv ul strong,.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-checkbox ul strong){letter-spacing:0;padding:0 0 8px;font-size:14px;font-weight:600;display:block;position:static}:is(.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-cv,.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-cvUpload){border-radius:8px;margin-top:10px}:is(.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-cv label,.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-cvUpload label){margin-top:0;top:0}:is(.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-cv .styles-module-scss-module__sLR_Fq__row,.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-cvUpload .styles-module-scss-module__sLR_Fq__row){margin-bottom:0;padding:0}:is(.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-cv .styles-module-scss-module__sLR_Fq__list-group-header .styles-module-scss-module__sLR_Fq__col-md-1,.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-cv .styles-module-scss-module__sLR_Fq__list-group-header .styles-module-scss-module__sLR_Fq__col-md-2,.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-cvUpload .styles-module-scss-module__sLR_Fq__list-group-header .styles-module-scss-module__sLR_Fq__col-md-1,.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-cvUpload .styles-module-scss-module__sLR_Fq__list-group-header .styles-module-scss-module__sLR_Fq__col-md-2){display:none}:is(.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-cv .styles-module-scss-module__sLR_Fq__list-group-striped a,.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-cvUpload .styles-module-scss-module__sLR_Fq__list-group-striped a){cursor:pointer;color:var(--text-primary);text-decoration:underline!important}:is(.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-cv .styles-module-scss-module__sLR_Fq__list-group-striped a:hover,.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-cv .styles-module-scss-module__sLR_Fq__list-group-striped a:focus,.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-cv .styles-module-scss-module__sLR_Fq__list-group-striped a:active,.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-cvUpload .styles-module-scss-module__sLR_Fq__list-group-striped a:hover,.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-cvUpload .styles-module-scss-module__sLR_Fq__list-group-striped a:focus,.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-cvUpload .styles-module-scss-module__sLR_Fq__list-group-striped a:active){text-decoration:none!important}:is(.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-cv .styles-module-scss-module__sLR_Fq__list-group-striped .styles-module-scss-module__sLR_Fq__fa-remove,.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-cvUpload .styles-module-scss-module__sLR_Fq__list-group-striped .styles-module-scss-module__sLR_Fq__fa-remove){cursor:pointer}:is(.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-cv .styles-module-scss-module__sLR_Fq__fileSelector,.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-cvUpload .styles-module-scss-module__sLR_Fq__fileSelector){border:none}.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-checkbox{font-weight:600}.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-checkbox input{box-shadow:none;border-width:2px;border-color:var(--border-color)}.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-checkbox a{color:var(--text-link)}:is(.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-checkbox a:hover,.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-checkbox a:focus,.styles-module-scss-module__sLR_Fq__ColumnWithForm .formio-component-checkbox a:active){text-decoration:underline!important}.styles-module-scss-module__sLR_Fq__ColumnWithForm .btn{box-shadow:none;background:var(--btn-bg);width:100%;color:var(--btn-text);border:none;border-radius:8px;outline:none;margin-top:1.5rem;padding:16px 30px;font-weight:700;transition:all .3s}.styles-module-scss-module__sLR_Fq__ColumnWithForm .btn:hover{filter:brightness(1.1);color:var(--btn-text);border-color:#0000;text-decoration:none;transform:scale(1.03)}:is(.styles-module-scss-module__sLR_Fq__ColumnWithForm .btn:focus,.styles-module-scss-module__sLR_Fq__ColumnWithForm .btn:active){filter:brightness(.9);color:var(--btn-text);border-color:#0000;text-decoration:none;transform:scale(.99)}.styles-module-scss-module__sLR_Fq__ColumnWithForm .form-group .formio-component-file{border:2px dashed var(--border-color);border-radius:16px;justify-content:center;align-items:center;width:100%;height:100px;display:flex}.styles-module-scss-module__sLR_Fq__ColumnWithForm .fileSelector .fa-cloud-upload{margin-right:10px}.styles-module-scss-module__sLR_Fq__ColumnWithForm .fileSelector .browse{margin-left:5px}.styles-module-scss-module__sLR_Fq__ColumnWithForm .fileSelector .browse:hover{color:#0b9aff;text-decoration:underline}.styles-module-scss-module__sLR_Fq__ColumnWithForm .list-group-header:only-child{display:none}.styles-module-scss-module__sLR_Fq__ColumnWithForm .list-group.list-group-striped{border-collapse:collapse;width:100%;margin:0;list-style:none;display:table;padding:0!important}.styles-module-scss-module__sLR_Fq__ColumnWithForm .list-group-item{justify-content:space-between;gap:10px;width:100%;display:flex}.styles-module-scss-module__sLR_Fq__ColumnWithForm .list-group-item>div{vertical-align:middle;float:none;border-top:1px solid var(--border-color);justify-content:space-between;gap:10px;width:auto;padding:8px 12px;display:flex}.styles-module-scss-module__sLR_Fq__ColumnWithForm .list-group-header{font-weight:700}.styles-module-scss-module__sLR_Fq__ColumnWithForm .list-group-striped>.list-group-item:first-child>div{border-top:none}

.styles-module-scss-module__M1XQ0W__Form{--text-primary:#181818;--text-link:#1e1e1e;--bg-primary:#fff;--bg-secondary:#f9f9f9;--border-color:#c8c8c8;--btn-bg:#00c4ff;--btn-bg-hover:#00a9db;--btn-text:#fff;--error-color:red}.styles-module-scss-module__M1XQ0W__Form .js-form{margin-top:10px;padding:0!important}.styles-module-scss-module__M1XQ0W__Form .formio-component-cvupload{margin-bottom:1.5rem}.styles-module-scss-module__M1XQ0W__Form .formio-component-htmlelement{margin-top:1.5rem}.styles-module-scss-module__M1XQ0W__Form .fileSelector{background-color:var(--bg-secondary);min-height:140px;color:var(--text-primary);border-style:dashed;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;display:flex;border-width:2px!important;border-color:var(--border-color)!important;font-weight:400!important}.styles-module-scss-module__M1XQ0W__Form .fileSelector i{margin-bottom:.5rem}.styles-module-scss-module__M1XQ0W__Form .fileSelector a{color:var(--text-link)!important}.styles-module-scss-module__M1XQ0W__Form .formio-component-columns{gap:1.25rem 0}:is(.styles-module-scss-module__M1XQ0W__Form .formio-component-hidden,.styles-module-scss-module__M1XQ0W__Form .control-label--hidden){display:none}.styles-module-scss-module__M1XQ0W__Form .formio-component-file .styles-module-scss-module__M1XQ0W__list-group-header:only-child{display:none}.styles-module-scss-module__M1XQ0W__Form .formio-component-file .styles-module-scss-module__M1XQ0W__fileSelector{border:2px solid var(--border-color);color:var(--text-primary);text-align:center;margin-top:-1rem;padding:0 1rem 1rem 1em;font-weight:600}.styles-module-scss-module__M1XQ0W__Form .formio-component-file .styles-module-scss-module__M1XQ0W__fileSelector a{color:var(--text-link);text-decoration:underline!important}:is(.styles-module-scss-module__M1XQ0W__Form .formio-component-file .styles-module-scss-module__M1XQ0W__fileSelector a:hover,.styles-module-scss-module__M1XQ0W__Form .formio-component-file .styles-module-scss-module__M1XQ0W__fileSelector a:focus,.styles-module-scss-module__M1XQ0W__Form .formio-component-file .styles-module-scss-module__M1XQ0W__fileSelector a:active){text-decoration:none!important}.styles-module-scss-module__M1XQ0W__Form .alert ul{color:var(--error-color)}.styles-module-scss-module__M1XQ0W__Form .formio-error-wrapper input{border-color:var(--error-color)!important}.styles-module-scss-module__M1XQ0W__Form .formio-error-wrapper .styles-module-scss-module__M1XQ0W__fileSelector{border-color:var(--error-color)!important}.styles-module-scss-module__M1XQ0W__Form .col-form-label{letter-spacing:0;text-transform:none;margin-top:10px;padding:0 0 8px;font-size:14px;font-weight:600;display:block;position:static}.styles-module-scss-module__M1XQ0W__Form .form-group.required label:after{content:"*";color:var(--error-color);margin-left:2px}.styles-module-scss-module__M1XQ0W__Form .formio-select-autocomplete-input{display:none}.styles-module-scss-module__M1XQ0W__Form .formio-component-textarea{margin-bottom:1.5rem}.styles-module-scss-module__M1XQ0W__Form .form-control{box-shadow:none;border:1px solid var(--border-color);background:var(--bg-primary);width:100%;height:auto;color:var(--text-primary);border-radius:8px;outline:none;padding:12px 20px}:is(.styles-module-scss-module__M1XQ0W__Form .formio-component-cv,.styles-module-scss-module__M1XQ0W__Form .formio-component-checkbox){margin-bottom:1.5rem}:is(.styles-module-scss-module__M1XQ0W__Form .formio-component-cv ul,.styles-module-scss-module__M1XQ0W__Form .formio-component-checkbox ul){text-transform:none;justify-content:space-between;display:flex}:is(.styles-module-scss-module__M1XQ0W__Form .formio-component-cv ul li,.styles-module-scss-module__M1XQ0W__Form .formio-component-checkbox ul li){flex:1;margin-right:1rem}:is(.styles-module-scss-module__M1XQ0W__Form .formio-component-cv ul li:last-child,.styles-module-scss-module__M1XQ0W__Form .formio-component-checkbox ul li:last-child){margin-right:0}:is(.styles-module-scss-module__M1XQ0W__Form .formio-component-cv ul li .styles-module-scss-module__M1XQ0W__row,.styles-module-scss-module__M1XQ0W__Form .formio-component-checkbox ul li .styles-module-scss-module__M1XQ0W__row){align-items:center;display:flex}:is(.styles-module-scss-module__M1XQ0W__Form .formio-component-cv ul strong,.styles-module-scss-module__M1XQ0W__Form .formio-component-checkbox ul strong){letter-spacing:0;padding:0 0 8px;font-size:14px;font-weight:600;display:block;position:static}:is(.styles-module-scss-module__M1XQ0W__Form .formio-component-cv,.styles-module-scss-module__M1XQ0W__Form .formio-component-cvUpload){border-radius:8px;margin-top:10px}:is(.styles-module-scss-module__M1XQ0W__Form .formio-component-cv label,.styles-module-scss-module__M1XQ0W__Form .formio-component-cvUpload label){margin-top:0;top:0}:is(.styles-module-scss-module__M1XQ0W__Form .formio-component-cv .styles-module-scss-module__M1XQ0W__row,.styles-module-scss-module__M1XQ0W__Form .formio-component-cvUpload .styles-module-scss-module__M1XQ0W__row){margin-bottom:0;padding:0}:is(.styles-module-scss-module__M1XQ0W__Form .formio-component-cv .styles-module-scss-module__M1XQ0W__list-group-header .styles-module-scss-module__M1XQ0W__col-md-1,.styles-module-scss-module__M1XQ0W__Form .formio-component-cv .styles-module-scss-module__M1XQ0W__list-group-header .styles-module-scss-module__M1XQ0W__col-md-2,.styles-module-scss-module__M1XQ0W__Form .formio-component-cvUpload .styles-module-scss-module__M1XQ0W__list-group-header .styles-module-scss-module__M1XQ0W__col-md-1,.styles-module-scss-module__M1XQ0W__Form .formio-component-cvUpload .styles-module-scss-module__M1XQ0W__list-group-header .styles-module-scss-module__M1XQ0W__col-md-2){display:none}:is(.styles-module-scss-module__M1XQ0W__Form .formio-component-cv .styles-module-scss-module__M1XQ0W__list-group-striped a,.styles-module-scss-module__M1XQ0W__Form .formio-component-cvUpload .styles-module-scss-module__M1XQ0W__list-group-striped a){cursor:pointer;color:var(--text-primary);text-decoration:underline!important}:is(.styles-module-scss-module__M1XQ0W__Form .formio-component-cv .styles-module-scss-module__M1XQ0W__list-group-striped a:hover,.styles-module-scss-module__M1XQ0W__Form .formio-component-cv .styles-module-scss-module__M1XQ0W__list-group-striped a:focus,.styles-module-scss-module__M1XQ0W__Form .formio-component-cv .styles-module-scss-module__M1XQ0W__list-group-striped a:active,.styles-module-scss-module__M1XQ0W__Form .formio-component-cvUpload .styles-module-scss-module__M1XQ0W__list-group-striped a:hover,.styles-module-scss-module__M1XQ0W__Form .formio-component-cvUpload .styles-module-scss-module__M1XQ0W__list-group-striped a:focus,.styles-module-scss-module__M1XQ0W__Form .formio-component-cvUpload .styles-module-scss-module__M1XQ0W__list-group-striped a:active){text-decoration:none!important}:is(.styles-module-scss-module__M1XQ0W__Form .formio-component-cv .styles-module-scss-module__M1XQ0W__list-group-striped .styles-module-scss-module__M1XQ0W__fa-remove,.styles-module-scss-module__M1XQ0W__Form .formio-component-cvUpload .styles-module-scss-module__M1XQ0W__list-group-striped .styles-module-scss-module__M1XQ0W__fa-remove){cursor:pointer}:is(.styles-module-scss-module__M1XQ0W__Form .formio-component-cv .styles-module-scss-module__M1XQ0W__fileSelector,.styles-module-scss-module__M1XQ0W__Form .formio-component-cvUpload .styles-module-scss-module__M1XQ0W__fileSelector){border:none}.styles-module-scss-module__M1XQ0W__Form .formio-component-checkbox{font-weight:600}.styles-module-scss-module__M1XQ0W__Form .formio-component-checkbox input{box-shadow:none;border-width:2px;border-color:var(--border-color)}.styles-module-scss-module__M1XQ0W__Form .formio-component-checkbox a{color:var(--text-primary)}:is(.styles-module-scss-module__M1XQ0W__Form .formio-component-checkbox a:hover,.styles-module-scss-module__M1XQ0W__Form .formio-component-checkbox a:focus,.styles-module-scss-module__M1XQ0W__Form .formio-component-checkbox a:active){text-decoration:underline!important}.styles-module-scss-module__M1XQ0W__Form .btn{box-shadow:none;background:var(--btn-bg);width:100%;color:var(--btn-text);border:none;border-radius:8px;outline:none;margin-top:1.5rem;padding:16px 30px;font-weight:700;transition:all .3s}:is(.styles-module-scss-module__M1XQ0W__Form .btn:hover,.styles-module-scss-module__M1XQ0W__Form .btn:focus,.styles-module-scss-module__M1XQ0W__Form .btn:active){background-color:var(--btn-bg-hover);color:var(--btn-text);border-color:#0000;text-decoration:none}.styles-module-scss-module__M1XQ0W__Form .form-group .formio-component-file{border:2px dashed var(--border-color);border-radius:16px;justify-content:center;align-items:center;width:100%;height:100px;display:flex}.styles-module-scss-module__M1XQ0W__Form .fileSelector .fa-cloud-upload{margin-right:10px}.styles-module-scss-module__M1XQ0W__Form .fileSelector .browse{margin-left:5px}.styles-module-scss-module__M1XQ0W__Form .fileSelector .browse:hover{color:#0b9aff;text-decoration:underline}.styles-module-scss-module__M1XQ0W__Form .list-group-header:only-child{display:none}.styles-module-scss-module__M1XQ0W__Form .list-group.list-group-striped{border-collapse:collapse;width:100%;margin:0;list-style:none;display:table;padding:0!important}.styles-module-scss-module__M1XQ0W__Form .list-group-item{justify-content:space-between;gap:10px;width:100%;display:flex}.styles-module-scss-module__M1XQ0W__Form .list-group-item>div{vertical-align:middle;float:none;border-top:1px solid var(--border-color);justify-content:space-between;gap:10px;width:auto;padding:8px 12px;display:flex}.styles-module-scss-module__M1XQ0W__Form .list-group-header{font-weight:700}.styles-module-scss-module__M1XQ0W__Form .list-group-striped>.list-group-item:first-child>div{border-top:none}.styles-module-scss-module__M1XQ0W__Form--red{--btn-bg:#ff155d;--btn-bg-hover:#94103c;--btn-text:#fff;--btn-text-hover:#e6e6e6;--input-border:#ff155d}.styles-module-scss-module__M1XQ0W__Form--yellow{--btn-bg:#ffc107;--btn-bg-hover:#d39e00;--btn-text:#030120;--btn-text-hover:#e6e6e6;--input-border:#ffc107}.styles-module-scss-module__M1XQ0W__Form--orange{--btn-bg:#fd7e14;--btn-bg-hover:#cf6810;--btn-text:#fff;--btn-text-hover:#e6e6e6;--input-border:#fd7e14}.styles-module-scss-module__M1XQ0W__Form--green{--btn-bg:#28a745;--btn-bg-hover:#1e7e34;--btn-text:#fff;--input-border:#28a745}.styles-module-scss-module__M1XQ0W__Form--brown{--btn-bg:#8b4513;--btn-bg-hover:#65320f;--btn-text:#fff;--input-border:#8b4513}.styles-module-scss-module__M1XQ0W__Form--teal{--btn-bg:#20c997;--btn-bg-hover:#17a278;--btn-text:#fff;--btn-text-hover:#e6e6e6;--input-border:#20c997}.styles-module-scss-module__M1XQ0W__Form--purple{--btn-bg:#6f42c1;--btn-bg-hover:#5a359a;--btn-text:#fff;--btn-text-hover:#e6e6e6;--input-border:#6f42c1}.styles-module-scss-module__M1XQ0W__Form--blue-outline{--text-primary:#131313;--text-link:#2b17ff;--bg-primary:transparent;--bg-secondary:transparent;--border-color:#2b17ff;--input-bg:transparent;--input-text:#131313;--input-border:#2b17ff;--btn-bg:transparent;--btn-bg-hover:#2b17ff;--btn-text:#030120;--btn-text-hover:#fff;--btn-border:2px solid #2b17ff}.styles-module-scss-module__M1XQ0W__Form--blue-outline .js-form{border:1px solid #fff3}.styles-module-scss-module__M1XQ0W__Form--blue-outline .btn{border:var(--btn-border)!important;background:var(--btn-bg)!important;color:var(--btn-text)!important}.styles-module-scss-module__M1XQ0W__Form--blue-outline .btn:hover{background-color:var(--btn-bg-hover)!important;color:var(--btn-text-hover)!important}.styles-module-scss-module__M1XQ0W__Form--white-shadow{--text-primary:#131313;--text-link:#100f13;--bg-primary:transparent;--bg-secondary:transparent;--border-color:#100f13;--input-bg:transparent;--input-text:#131313;--input-border:#100f13;--btn-bg:transparent;--btn-bg-hover:#2b17ff;--btn-text:#030120;--btn-text-hover:#fff;--btn-border:2px solid #100f13}.styles-module-scss-module__M1XQ0W__Form--white-shadow .js-form{border:1px solid #fff3}.styles-module-scss-module__M1XQ0W__Form--white-shadow .btn{border:var(--btn-border)!important;background:var(--btn-bg)!important;color:var(--btn-text)!important}.styles-module-scss-module__M1XQ0W__Form--white-shadow .btn:hover{color:#fff!important}
.styles-module-scss-module__KqOU4W__JobCard{will-change:transform;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out,background-color .3s ease-in-out,color .3s ease-in-out;box-shadow:0 1px 1px #1018280a,0 10px 24px #1018280f}.styles-module-scss-module__KqOU4W__JobCard:hover{transform:translateY(-3px)}.styles-module-scss-module__KqOU4W__JobCard:hover .styles-module-scss-module__KqOU4W__job-sector span{color:#fff;border-color:#4b5563}.styles-module-scss-module__KqOU4W__JobCard:hover .styles-module-scss-module__KqOU4W__job-label span{color:inherit}.styles-module-scss-module__KqOU4W__JobCard .styles-module-scss-module__KqOU4W__PrimaryBtn{border:1px solid #ffffff14;transition:all .1s ease-in-out;position:relative;overflow:hidden}.styles-module-scss-module__KqOU4W__JobCard .styles-module-scss-module__KqOU4W__PrimaryBtn:hover{opacity:.8;transform:translateY(-2px)}.styles-module-scss-module__KqOU4W__JobCard .styles-module-scss-module__KqOU4W__BtnShine{background:linear-gradient(100deg,#0000 30%,#ffffff59 50%,#0000 70%);width:40%;height:100%;transition:left .7s ease-in-out;position:absolute;top:0;left:-120%;transform:skew(-20deg)}.styles-module-scss-module__KqOU4W__PrimaryBtn:hover .styles-module-scss-module__KqOU4W__JobCard .styles-module-scss-module__KqOU4W__BtnShine{left:120%}
.styles-module-scss-module__z16o9W__Form{--text-primary:#181818;--text-link:#1e1e1e;--bg-primary:#fff;--bg-secondary:#f9f9f9;--border-color:#c8c8c8;--btn-bg:#00c4ff;--btn-bg-hover:#00a9db;--btn-text:#fff;--btn-text-hover:#05012b;--btn-border:none;--form-bg:var(--bg-primary);--input-bg:var(--bg-primary);--input-text:var(--text-primary);--input-border:var(--border-color);--error-color:red}.styles-module-scss-module__z16o9W__Form .js-form{margin-top:10px;padding:0!important}.styles-module-scss-module__z16o9W__Form .formio-component-cvupload{margin-bottom:1.5rem}.styles-module-scss-module__z16o9W__Form .formio-component-htmlelement{margin-top:1.5rem}.styles-module-scss-module__z16o9W__Form .fileSelector{background-color:var(--bg-secondary);min-height:140px;color:var(--text-primary);border-style:dashed;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;display:flex;border-width:2px!important;border-color:var(--border-color)!important;font-weight:400!important}.styles-module-scss-module__z16o9W__Form .fileSelector i{margin-bottom:.5rem}.styles-module-scss-module__z16o9W__Form .fileSelector a{color:var(--text-link)!important}.styles-module-scss-module__z16o9W__Form .formio-component-columns{gap:1.25rem 0}:is(.styles-module-scss-module__z16o9W__Form .formio-component-hidden,.styles-module-scss-module__z16o9W__Form .control-label--hidden){display:none}.styles-module-scss-module__z16o9W__Form .formio-component-file .styles-module-scss-module__z16o9W__list-group-header:only-child{display:none}.styles-module-scss-module__z16o9W__Form .formio-component-file .styles-module-scss-module__z16o9W__fileSelector{border:2px solid var(--border-color);color:var(--text-primary);text-align:center;margin-top:-1rem;padding:0 1rem 1rem 1em;font-weight:600}.styles-module-scss-module__z16o9W__Form .formio-component-file .styles-module-scss-module__z16o9W__fileSelector a{color:var(--text-link);text-decoration:underline!important}:is(.styles-module-scss-module__z16o9W__Form .formio-component-file .styles-module-scss-module__z16o9W__fileSelector a:hover,.styles-module-scss-module__z16o9W__Form .formio-component-file .styles-module-scss-module__z16o9W__fileSelector a:focus,.styles-module-scss-module__z16o9W__Form .formio-component-file .styles-module-scss-module__z16o9W__fileSelector a:active){text-decoration:none!important}.styles-module-scss-module__z16o9W__Form .alert ul{color:var(--error-color)}.styles-module-scss-module__z16o9W__Form .formio-error-wrapper input{border-color:var(--error-color)!important}.styles-module-scss-module__z16o9W__Form .formio-error-wrapper .styles-module-scss-module__z16o9W__fileSelector{border-color:var(--error-color)!important}.styles-module-scss-module__z16o9W__Form .col-form-label{letter-spacing:0;text-transform:none;margin-top:10px;padding:0 0 8px;font-size:14px;font-weight:600;display:block;position:static}.styles-module-scss-module__z16o9W__Form .form-group.required label:after{content:"*";color:var(--error-color);margin-left:2px}.styles-module-scss-module__z16o9W__Form .formio-select-autocomplete-input{display:none}.styles-module-scss-module__z16o9W__Form .formio-component-textarea{margin-bottom:1.5rem}.styles-module-scss-module__z16o9W__Form .form-control{box-shadow:none;border:1px solid var(--input-border);background:var(--input-bg);width:100%;height:auto;color:var(--input-text);border-radius:8px;outline:none;padding:12px 20px}:is(.styles-module-scss-module__z16o9W__Form .formio-component-cv,.styles-module-scss-module__z16o9W__Form .formio-component-checkbox){margin-bottom:1.5rem}:is(.styles-module-scss-module__z16o9W__Form .formio-component-cv ul,.styles-module-scss-module__z16o9W__Form .formio-component-checkbox ul){text-transform:none;justify-content:space-between;display:flex}:is(.styles-module-scss-module__z16o9W__Form .formio-component-cv ul li,.styles-module-scss-module__z16o9W__Form .formio-component-checkbox ul li){flex:1;margin-right:1rem}:is(.styles-module-scss-module__z16o9W__Form .formio-component-cv ul li:last-child,.styles-module-scss-module__z16o9W__Form .formio-component-checkbox ul li:last-child){margin-right:0}:is(.styles-module-scss-module__z16o9W__Form .formio-component-cv ul li .styles-module-scss-module__z16o9W__row,.styles-module-scss-module__z16o9W__Form .formio-component-checkbox ul li .styles-module-scss-module__z16o9W__row){align-items:center;display:flex}:is(.styles-module-scss-module__z16o9W__Form .formio-component-cv ul strong,.styles-module-scss-module__z16o9W__Form .formio-component-checkbox ul strong){letter-spacing:0;padding:0 0 8px;font-size:14px;font-weight:600;display:block;position:static}.styles-module-scss-module__z16o9W__Form .form-group .checkbox .form-check-label{flex-wrap:wrap;gap:10px;width:100%;display:flex}:is(.styles-module-scss-module__z16o9W__Form .formio-component-cv,.styles-module-scss-module__z16o9W__Form .formio-component-cvUpload){border-radius:8px;margin-top:10px}:is(.styles-module-scss-module__z16o9W__Form .formio-component-cv label,.styles-module-scss-module__z16o9W__Form .formio-component-cvUpload label){margin-top:0;top:0}:is(.styles-module-scss-module__z16o9W__Form .formio-component-cv .styles-module-scss-module__z16o9W__row,.styles-module-scss-module__z16o9W__Form .formio-component-cvUpload .styles-module-scss-module__z16o9W__row){margin-bottom:0;padding:0}:is(.styles-module-scss-module__z16o9W__Form .formio-component-cv .styles-module-scss-module__z16o9W__list-group-header .styles-module-scss-module__z16o9W__col-md-1,.styles-module-scss-module__z16o9W__Form .formio-component-cv .styles-module-scss-module__z16o9W__list-group-header .styles-module-scss-module__z16o9W__col-md-2,.styles-module-scss-module__z16o9W__Form .formio-component-cvUpload .styles-module-scss-module__z16o9W__list-group-header .styles-module-scss-module__z16o9W__col-md-1,.styles-module-scss-module__z16o9W__Form .formio-component-cvUpload .styles-module-scss-module__z16o9W__list-group-header .styles-module-scss-module__z16o9W__col-md-2){display:none}:is(.styles-module-scss-module__z16o9W__Form .formio-component-cv .styles-module-scss-module__z16o9W__list-group-striped a,.styles-module-scss-module__z16o9W__Form .formio-component-cvUpload .styles-module-scss-module__z16o9W__list-group-striped a){cursor:pointer;color:var(--text-primary);text-decoration:underline!important}:is(.styles-module-scss-module__z16o9W__Form .formio-component-cv .styles-module-scss-module__z16o9W__list-group-striped a:hover,.styles-module-scss-module__z16o9W__Form .formio-component-cv .styles-module-scss-module__z16o9W__list-group-striped a:focus,.styles-module-scss-module__z16o9W__Form .formio-component-cv .styles-module-scss-module__z16o9W__list-group-striped a:active,.styles-module-scss-module__z16o9W__Form .formio-component-cvUpload .styles-module-scss-module__z16o9W__list-group-striped a:hover,.styles-module-scss-module__z16o9W__Form .formio-component-cvUpload .styles-module-scss-module__z16o9W__list-group-striped a:focus,.styles-module-scss-module__z16o9W__Form .formio-component-cvUpload .styles-module-scss-module__z16o9W__list-group-striped a:active){text-decoration:none!important}:is(.styles-module-scss-module__z16o9W__Form .formio-component-cv .styles-module-scss-module__z16o9W__list-group-striped .styles-module-scss-module__z16o9W__fa-remove,.styles-module-scss-module__z16o9W__Form .formio-component-cvUpload .styles-module-scss-module__z16o9W__list-group-striped .styles-module-scss-module__z16o9W__fa-remove){cursor:pointer}:is(.styles-module-scss-module__z16o9W__Form .formio-component-cv .styles-module-scss-module__z16o9W__fileSelector,.styles-module-scss-module__z16o9W__Form .formio-component-cvUpload .styles-module-scss-module__z16o9W__fileSelector){border:none}.styles-module-scss-module__z16o9W__Form .formio-component-checkbox{font-weight:600}.styles-module-scss-module__z16o9W__Form .formio-component-checkbox input{box-shadow:none;border-width:2px;border-color:var(--border-color)}.styles-module-scss-module__z16o9W__Form .formio-component-checkbox a{color:var(--text-primary)}:is(.styles-module-scss-module__z16o9W__Form .formio-component-checkbox a:hover,.styles-module-scss-module__z16o9W__Form .formio-component-checkbox a:focus,.styles-module-scss-module__z16o9W__Form .formio-component-checkbox a:active){text-decoration:underline!important}.styles-module-scss-module__z16o9W__Form .btn{box-shadow:none;border:var(--btn-border);background:var(--btn-bg);width:100%;color:var(--btn-text);border-radius:8px;outline:none;margin-top:1.5rem;padding:16px 30px;font-weight:700;transition:all .3s}:is(.styles-module-scss-module__z16o9W__Form .btn:hover,.styles-module-scss-module__z16o9W__Form .btn:focus,.styles-module-scss-module__z16o9W__Form .btn:active){background-color:var(--btn-bg-hover);color:var(--btn-text-hover);border-color:#0000;text-decoration:none}.styles-module-scss-module__z16o9W__Form .form-group .formio-component-file{border:2px dashed var(--border-color);border-radius:16px;justify-content:center;align-items:center;width:100%;height:100px;display:flex}.styles-module-scss-module__z16o9W__Form .fileSelector .fa-cloud-upload{margin-right:10px}.styles-module-scss-module__z16o9W__Form .fileSelector .browse{margin-left:5px}.styles-module-scss-module__z16o9W__Form .fileSelector .browse:hover{color:#0b9aff;text-decoration:underline}.styles-module-scss-module__z16o9W__Form .list-group-header:only-child{display:none}.styles-module-scss-module__z16o9W__Form .list-group.list-group-striped{border-collapse:collapse;width:100%;margin:0;list-style:none;display:table;padding:0!important}.styles-module-scss-module__z16o9W__Form .list-group-item{justify-content:space-between;gap:10px;width:100%;display:flex}.styles-module-scss-module__z16o9W__Form .list-group-item>div{vertical-align:middle;float:none;border-top:1px solid var(--border-color);justify-content:space-between;gap:10px;width:auto;padding:8px 12px;display:flex}.styles-module-scss-module__z16o9W__Form .list-group-header{font-weight:700}.styles-module-scss-module__z16o9W__Form .list-group-striped>.list-group-item:first-child>div{border-top:none}.styles-module-scss-module__z16o9W__Form--red{--btn-bg:#ff155d;--btn-bg-hover:#94103c;--btn-text:#fff;--btn-text-hover:#e6e6e6;--input-border:#ff155d}.styles-module-scss-module__z16o9W__Form--yellow{--btn-bg:#ffc107;--btn-bg-hover:#d39e00;--btn-text:#030120;--btn-text-hover:#e6e6e6;--input-border:#ffc107}.styles-module-scss-module__z16o9W__Form--orange{--btn-bg:#fd7e14;--btn-bg-hover:#cf6810;--btn-text:#fff;--btn-text-hover:#e6e6e6;--input-border:#fd7e14}.styles-module-scss-module__z16o9W__Form--green{--btn-bg:#28a745;--btn-bg-hover:#1e7e34;--btn-text:#fff;--input-border:#28a745}.styles-module-scss-module__z16o9W__Form--brown{--btn-bg:#8b4513;--btn-bg-hover:#65320f;--btn-text:#fff;--input-border:#8b4513}.styles-module-scss-module__z16o9W__Form--teal{--btn-bg:#20c997;--btn-bg-hover:#17a278;--btn-text:#fff;--btn-text-hover:#e6e6e6;--input-border:#20c997}.styles-module-scss-module__z16o9W__Form--purple{--btn-bg:#6f42c1;--btn-bg-hover:#5a359a;--btn-text:#fff;--btn-text-hover:#e6e6e6;--input-border:#6f42c1}.styles-module-scss-module__z16o9W__Form--blue-outline{--text-primary:#131313;--text-link:#2b17ff;--bg-primary:transparent;--bg-secondary:transparent;--border-color:#2b17ff;--input-bg:transparent;--input-text:#131313;--input-border:#2b17ff;--btn-bg:transparent;--btn-bg-hover:#2b17ff;--btn-text:#030120;--btn-text-hover:#fff;--btn-border:2px solid #2b17ff}.styles-module-scss-module__z16o9W__Form--blue-outline .js-form{border:1px solid #fff3}.styles-module-scss-module__z16o9W__Form--blue-outline .btn{border:var(--btn-border)!important;background:var(--btn-bg)!important;color:var(--btn-text)!important}.styles-module-scss-module__z16o9W__Form--blue-outline .btn:hover{background-color:var(--btn-bg-hover)!important;color:var(--btn-text-hover)!important}.styles-module-scss-module__z16o9W__Form--white-shadow{--text-primary:#131313;--text-link:#100f13;--bg-primary:transparent;--bg-secondary:transparent;--border-color:#100f13;--input-bg:transparent;--input-text:#131313;--input-border:#100f13;--btn-bg:transparent;--btn-bg-hover:#2b17ff;--btn-text:#030120;--btn-text-hover:#fff;--btn-border:2px solid #100f13}.styles-module-scss-module__z16o9W__Form--white-shadow .js-form{border:1px solid #fff3}.styles-module-scss-module__z16o9W__Form--white-shadow .btn{border:var(--btn-border)!important;background:var(--btn-bg)!important;color:var(--btn-text)!important}.styles-module-scss-module__z16o9W__Form--white-shadow .btn:hover{color:#fff!important}
.styles-module-scss-module__Zt1K1G__MainBanner{height:100vh}.styles-module-scss-module__Zt1K1G__MainBanner h1 span:last-child{background:linear-gradient(90deg,#ff155d 49.93%,#f15a24 95.27%);color:#0000;-webkit-background-clip:text;background-clip:text}.styles-module-scss-module__Zt1K1G__MainBanner:before{content:"";background-image:url("data:image/svg+xml,<svg width=\"1567\" height=\"1070\" viewBox=\"0 0 1567 1070\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M869.902 1068.97C870.072 1064.17 871.32 1028.99 871.922 1012C867.119 586.749 118.23 -179.957 5.9775 304.87C-3.68163 338.913 -2.89987 417.7 77.5001 460.5C178 514 363 544.5 679.5 493.5C679.5 493.5 1410.5 378.5 1565.5 2\" stroke=\"white\" stroke-opacity=\"0.4\" stroke-width=\"2\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/></svg>");background-position:-550px;background-repeat:no-repeat;position:absolute;inset:0}.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar .js-form.js-panel-border{background:#fff;border:none;border-radius:100px;align-items:center;max-width:720px;min-height:65px;margin:0 auto;padding:8px;display:flex}@media (max-width:767px){.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar .js-form.js-panel-border{background:0 0;padding:0}}.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar .visually-hidden{display:none}.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar .js-form-group{align-items:center;width:100%;display:flex}@media (max-width:767px){.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar .js-form-group{background:#000;border-radius:100px}}@media (min-width:767px){.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar .js-form-group.js-form-group-location:before{content:"";background:#00000080;width:1px;height:50%;display:block}}.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar .js-form-input-wrapper{justify-content:space-between;width:100%}@media (max-width:767px){.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar .js-form-input-wrapper{flex-direction:column;gap:10px}}.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar button{z-index:0;cursor:pointer;color:#fff;background:linear-gradient(269.96deg,#2b17ff -16.34%,#01013f 184.45%);border:none;border-radius:30px;width:138px;min-width:138px;padding:14px 22px;font-size:18px;font-weight:700;line-height:100%;transition:background .3s,color .3s;position:relative;overflow:hidden}.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar button:before{opacity:0;z-index:-1;content:"";background:linear-gradient(270deg,#2b17ff 49.58%,#01013f 231.92%);transition:opacity .3s;position:absolute;inset:0}.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar button:hover:before{opacity:1}@media (max-width:767px){.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar button{width:100%;min-height:55px;margin:0 auto}}.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar label{display:none}.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar input{box-shadow:none;color:#131313;background:#fff;border:none;border-radius:20px;outline:none;width:100%;padding:0 1rem}.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar input::placeholder{color:#131313}@media (max-width:767px){.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar input{border-radius:100px;padding:1.5rem}}.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar--red button{background:#ff155d!important}.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar--red button:before{display:none}.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar--red button:hover{background:#94103c!important}.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar--yellow button{background:#ffc107!important}.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar--yellow button:before{display:none}.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar--yellow button:hover{background:#d39e00!important}.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar--orange button{background:#fd7e14!important}.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar--orange button:before{display:none}.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar--orange button:hover{background:#cf6810!important}.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar--green button{background:#28a745!important}.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar--green button:before{display:none}.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar--green button:hover{background:#1e7e34!important}.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar--brown button{background:#8b4513!important}.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar--brown button:before{display:none}.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar--brown button:hover{background:#65320f!important}.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar--teal button{background:#20c997!important}.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar--teal button:before{display:none}.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar--teal button:hover{background:#17a278!important}.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar--purple button{background:#6f42c1!important}.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar--purple button:before{display:none}.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar--purple button:hover{background:#5a359a!important}.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar--blue-outline .js-form{border:1px solid #fff3}.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar--blue-outline button{color:#030120;background:0 0;border:2px solid #2b17ff}.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar--blue-outline button:before{display:none}.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar--blue-outline button:hover{color:#fff;background:#2b17ff}.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar--blue-outline input{color:#131313;background:0 0}.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar--blue-outline input::placeholder{color:#131313}.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar--white-shadow .js-form{border:1px solid #fff3}.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar--white-shadow button{color:#030120;background:0 0;border:2px solid #100f13}.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar--white-shadow button:before{display:none}.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar--white-shadow button:hover{color:#fff;background:#2b17ff}.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar--white-shadow input{color:#131313;background:0 0}.styles-module-scss-module__Zt1K1G__MainBanner .styles-module-scss-module__Zt1K1G__JobSearchInputBar--white-shadow input::placeholder{color:#131313}
.styles-module-scss-module__roq56W__MainBanner h1 span:last-child{background:linear-gradient(90deg,#ff155d 49.93%,#f15a24 95.27%);color:#0000;-webkit-background-clip:text;background-clip:text}.styles-module-scss-module__roq56W__MainBanner:before{content:"";background-image:url("data:image/svg+xml,<svg width=\"1567\" height=\"1070\" viewBox=\"0 0 1567 1070\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M869.902 1068.97C870.072 1064.17 871.32 1028.99 871.922 1012C867.119 586.749 118.23 -179.957 5.9775 304.87C-3.68163 338.913 -2.89987 417.7 77.5001 460.5C178 514 363 544.5 679.5 493.5C679.5 493.5 1410.5 378.5 1565.5 2\" stroke=\"white\" stroke-opacity=\"0.4\" stroke-width=\"2\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/></svg>");background-position:-550px;background-repeat:no-repeat;position:absolute;inset:0}.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar .js-form.js-panel-border{background:#fff;border:none;border-radius:100px;align-items:center;max-width:720px;min-height:65px;margin:0 auto;padding:8px;display:flex}@media (max-width:767px){.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar .js-form.js-panel-border{background:0 0;padding:0}}.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar .visually-hidden{display:none}.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar .js-form-group{align-items:center;width:100%;display:flex}@media (max-width:767px){.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar .js-form-group{background:#000;border-radius:100px}}@media (min-width:767px){.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar .js-form-group.js-form-group-location:before{content:"";background:#00000080;width:1px;height:50%;display:block}}.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar .js-form-input-wrapper{justify-content:space-between;width:100%}@media (max-width:767px){.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar .js-form-input-wrapper{flex-direction:column;gap:10px}}.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar button{z-index:0;cursor:pointer;color:#fff;background:linear-gradient(269.96deg,#2b17ff -16.34%,#01013f 184.45%);border:none;border-radius:30px;width:138px;min-width:138px;padding:14px 22px;font-size:18px;font-weight:700;line-height:100%;transition:background .3s,color .3s;position:relative;overflow:hidden}.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar button:before{opacity:0;z-index:-1;content:"";background:linear-gradient(270deg,#2b17ff 49.58%,#01013f 231.92%);transition:opacity .3s;position:absolute;inset:0}.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar button:hover:before{opacity:1}@media (max-width:767px){.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar button{width:100%;min-height:55px;margin:0 auto}}.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar label{display:none}.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar input{box-shadow:none;color:#131313;background:#fff;border:none;border-radius:20px;outline:none;width:100%;padding:0 1rem}.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar input::placeholder{color:#131313}@media (max-width:767px){.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar input{border-radius:100px;padding:1.5rem}}.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar--red button{background:#ff155d!important}.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar--red button:before{display:none}.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar--red button:hover{background:#94103c!important}.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar--yellow button{background:#ffc107!important}.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar--yellow button:before{display:none}.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar--yellow button:hover{background:#d39e00!important}.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar--orange button{background:#fd7e14!important}.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar--orange button:before{display:none}.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar--orange button:hover{background:#cf6810!important}.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar--green button{background:#28a745!important}.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar--green button:before{display:none}.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar--green button:hover{background:#1e7e34!important}.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar--brown button{background:#8b4513!important}.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar--brown button:before{display:none}.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar--brown button:hover{background:#65320f!important}.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar--teal button{background:#20c997!important}.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar--teal button:before{display:none}.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar--teal button:hover{background:#17a278!important}.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar--purple button{background:#6f42c1!important}.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar--purple button:before{display:none}.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar--purple button:hover{background:#5a359a!important}.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar--blue-outline .js-form{border:1px solid #fff3}.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar--blue-outline button{color:#030120;background:0 0;border:2px solid #2b17ff}.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar--blue-outline button:before{display:none}.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar--blue-outline button:hover{color:#fff;background:#2b17ff}.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar--blue-outline input{color:#131313;background:0 0}.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar--blue-outline input::placeholder{color:#131313}.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar--white-shadow .js-form{border:1px solid #fff3}.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar--white-shadow button{color:#030120;background:0 0;border:2px solid #100f13}.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar--white-shadow button:before{display:none}.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar--white-shadow button:hover{color:#fff;background:#2b17ff}.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar--white-shadow input{color:#131313;background:0 0}.styles-module-scss-module__roq56W__MainBanner .styles-module-scss-module__roq56W__JobSearchInputBar--white-shadow input::placeholder{color:#131313}
@keyframes styles-module-scss-module__yRu1uG__slide-up-reveal{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.styles-module-scss-module__yRu1uG__MainBanner h1 span:last-child{background:linear-gradient(90deg,#ff155d 49.93%,#f15a24 95.27%);color:#0000;-webkit-background-clip:text;background-clip:text}.styles-module-scss-module__yRu1uG__MainBanner:before{content:"";background-image:url("data:image/svg+xml,<svg width=\"1567\" height=\"1070\" viewBox=\"0 0 1567 1070\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M869.902 1068.97C870.072 1064.17 871.32 1028.99 871.922 1012C867.119 586.749 118.23 -179.957 5.9775 304.87C-3.68163 338.913 -2.89987 417.7 77.5001 460.5C178 514 363 544.5 679.5 493.5C679.5 493.5 1410.5 378.5 1565.5 2\" stroke=\"white\" stroke-opacity=\"0.4\" stroke-width=\"2\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/></svg>");background-position:-550px;background-repeat:no-repeat;position:absolute;inset:0}.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar .js-form.js-panel-border{background:#fff;border:none;border-radius:100px;align-items:center;max-width:720px;min-height:65px;margin:0 auto;padding:8px;display:flex}@media (max-width:767px){.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar .js-form.js-panel-border{background:0 0;padding:0}}.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar .visually-hidden{display:none}.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar .js-form-group{align-items:center;width:100%;display:flex}@media (max-width:767px){.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar .js-form-group{background:#000;border-radius:100px}}@media (min-width:767px){.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar .js-form-group.js-form-group-location:before{content:"";background:#00000080;width:1px;height:50%;display:block}}.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar .js-form-input-wrapper{justify-content:space-between;width:100%}@media (max-width:767px){.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar .js-form-input-wrapper{flex-direction:column;gap:10px}}.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar button{z-index:0;cursor:pointer;color:#fff;background:linear-gradient(269.96deg,#2b17ff -16.34%,#01013f 184.45%);border:none;border-radius:30px;width:138px;min-width:138px;padding:14px 22px;font-size:18px;font-weight:700;line-height:100%;transition:background .3s,color .3s;position:relative;overflow:hidden}.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar button:before{opacity:0;z-index:-1;content:"";background:linear-gradient(270deg,#2b17ff 49.58%,#01013f 231.92%);transition:opacity .3s;position:absolute;inset:0}.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar button:hover:before{opacity:1}@media (max-width:767px){.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar button{width:100%;min-height:55px;margin:0 auto}}.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar label{display:none}.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar input{box-shadow:none;color:#131313;background:#fff;border:none;border-radius:20px;outline:none;width:100%;padding:0 1rem}.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar input::placeholder{color:#131313}@media (max-width:767px){.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar input{border-radius:100px;padding:1.5rem}}.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar--red button{background:#ff155d!important}.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar--red button:before{display:none}.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar--red button:hover{background:#94103c!important}.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar--yellow button{background:#ffc107!important}.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar--yellow button:before{display:none}.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar--yellow button:hover{background:#d39e00!important}.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar--orange button{background:#fd7e14!important}.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar--orange button:before{display:none}.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar--orange button:hover{background:#cf6810!important}.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar--green button{background:#28a745!important}.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar--green button:before{display:none}.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar--green button:hover{background:#1e7e34!important}.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar--brown button{background:#8b4513!important}.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar--brown button:before{display:none}.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar--brown button:hover{background:#65320f!important}.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar--teal button{background:#20c997!important}.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar--teal button:before{display:none}.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar--teal button:hover{background:#17a278!important}.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar--purple button{background:#6f42c1!important}.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar--purple button:before{display:none}.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar--purple button:hover{background:#5a359a!important}.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar--blue-outline .js-form{border:1px solid #fff3}.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar--blue-outline button{color:#030120;background:0 0;border:2px solid #2b17ff}.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar--blue-outline button:before{display:none}.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar--blue-outline button:hover{color:#fff;background:#2b17ff}.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar--blue-outline input{color:#131313;background:0 0}.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar--blue-outline input::placeholder{color:#131313}.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar--white-shadow .js-form{border:1px solid #fff3}.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar--white-shadow button{color:#030120;background:0 0;border:2px solid #100f13}.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar--white-shadow button:before{display:none}.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar--white-shadow button:hover{color:#fff;background:#2b17ff}.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar--white-shadow input{color:#131313;background:0 0}.styles-module-scss-module__yRu1uG__MainBanner .styles-module-scss-module__yRu1uG__JobSearchInputBar--white-shadow input::placeholder{color:#131313}
.styles-module-scss-module__8NHewa__MainBanner{height:100vh}.styles-module-scss-module__8NHewa__MainBanner h1 span:last-child{background:linear-gradient(90deg,#ff155d 49.93%,#f15a24 95.27%);color:#0000;-webkit-background-clip:text;background-clip:text}.styles-module-scss-module__8NHewa__MainBanner:before{content:"";background-image:url("data:image/svg+xml,<svg width=\"1567\" height=\"1070\" viewBox=\"0 0 1567 1070\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M869.902 1068.97C870.072 1064.17 871.32 1028.99 871.922 1012C867.119 586.749 118.23 -179.957 5.9775 304.87C-3.68163 338.913 -2.89987 417.7 77.5001 460.5C178 514 363 544.5 679.5 493.5C679.5 493.5 1410.5 378.5 1565.5 2\" stroke=\"white\" stroke-opacity=\"0.4\" stroke-width=\"2\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/></svg>");background-position:-550px;background-repeat:no-repeat;position:absolute;inset:0}.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar .js-form.js-panel-border{background:#fff;border:none;border-radius:100px;align-items:center;max-width:720px;min-height:65px;margin:0 auto;padding:8px;display:flex}@media (max-width:767px){.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar .js-form.js-panel-border{background:0 0;padding:0}}.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar .visually-hidden{display:none}.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar .js-form-group{align-items:center;width:100%;display:flex}@media (max-width:767px){.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar .js-form-group{background:#000;border-radius:100px}}@media (min-width:767px){.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar .js-form-group.js-form-group-location:before{content:"";background:#00000080;width:1px;height:50%;display:block}}.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar .js-form-input-wrapper{justify-content:space-between;width:100%}@media (max-width:767px){.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar .js-form-input-wrapper{flex-direction:column;gap:10px}}.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar button{z-index:0;cursor:pointer;color:#fff;background:linear-gradient(269.96deg,#2b17ff -16.34%,#01013f 184.45%);border:none;border-radius:30px;width:138px;min-width:138px;padding:14px 22px;font-size:18px;font-weight:700;line-height:100%;transition:background .3s,color .3s;position:relative;overflow:hidden}.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar button:before{opacity:0;z-index:-1;content:"";background:linear-gradient(270deg,#2b17ff 49.58%,#01013f 231.92%);transition:opacity .3s;position:absolute;inset:0}.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar button:hover:before{opacity:1}@media (max-width:767px){.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar button{width:100%;min-height:55px;margin:0 auto}}.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar label{display:none}.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar input{box-shadow:none;color:#131313;background:#fff;border:none;border-radius:20px;outline:none;width:100%;padding:0 1rem}.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar input::placeholder{color:#131313}@media (max-width:767px){.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar input{border-radius:100px;padding:1.5rem}}.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar--red button{background:#ff155d!important}.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar--red button:before{display:none}.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar--red button:hover{background:#94103c!important}.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar--yellow button{background:#ffc107!important}.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar--yellow button:before{display:none}.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar--yellow button:hover{background:#d39e00!important}.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar--orange button{background:#fd7e14!important}.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar--orange button:before{display:none}.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar--orange button:hover{background:#cf6810!important}.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar--green button{background:#28a745!important}.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar--green button:before{display:none}.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar--green button:hover{background:#1e7e34!important}.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar--brown button{background:#8b4513!important}.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar--brown button:before{display:none}.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar--brown button:hover{background:#65320f!important}.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar--teal button{background:#20c997!important}.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar--teal button:before{display:none}.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar--teal button:hover{background:#17a278!important}.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar--purple button{background:#6f42c1!important}.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar--purple button:before{display:none}.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar--purple button:hover{background:#5a359a!important}.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar--blue-outline .js-form{border:1px solid #fff3}.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar--blue-outline button{color:#030120;background:0 0;border:2px solid #2b17ff}.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar--blue-outline button:before{display:none}.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar--blue-outline button:hover{color:#fff;background:#2b17ff}.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar--blue-outline input{color:#131313;background:0 0}.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar--blue-outline input::placeholder{color:#131313}.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar--white-shadow .js-form{border:1px solid #fff3}.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar--white-shadow button{color:#030120;background:0 0;border:2px solid #100f13}.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar--white-shadow button:before{display:none}.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar--white-shadow button:hover{color:#fff;background:#2b17ff}.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar--white-shadow input{color:#131313;background:0 0}.styles-module-scss-module__8NHewa__MainBanner .styles-module-scss-module__8NHewa__JobSearchInputBar--white-shadow input::placeholder{color:#131313}
.styles-module-scss-module__WQPbwq__MainBanner h1 span:last-child{background:linear-gradient(90deg,#ff155d 49.93%,#f15a24 95.27%);color:#0000;-webkit-background-clip:text;background-clip:text}.styles-module-scss-module__WQPbwq__MainBanner:before{content:"";background-image:url("data:image/svg+xml,<svg width=\"1567\" height=\"1070\" viewBox=\"0 0 1567 1070\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M869.902 1068.97C870.072 1064.17 871.32 1028.99 871.922 1012C867.119 586.749 118.23 -179.957 5.9775 304.87C-3.68163 338.913 -2.89987 417.7 77.5001 460.5C178 514 363 544.5 679.5 493.5C679.5 493.5 1410.5 378.5 1565.5 2\" stroke=\"white\" stroke-opacity=\"0.4\" stroke-width=\"2\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/></svg>");background-position:-550px;background-repeat:no-repeat;position:absolute;inset:0}.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar .js-form.js-panel-border{background:#fff;border:none;border-radius:100px;align-items:center;max-width:720px;min-height:65px;margin:0 auto;padding:8px;display:flex}@media (max-width:767px){.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar .js-form.js-panel-border{background:0 0;padding:0}}.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar .visually-hidden{display:none}.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar .js-form-group{align-items:center;width:100%;display:flex}@media (max-width:767px){.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar .js-form-group{background:#000;border-radius:100px}}@media (min-width:767px){.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar .js-form-group.js-form-group-location:before{content:"";background:#00000080;width:1px;height:50%;display:block}}.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar .js-form-input-wrapper{justify-content:space-between;width:100%}@media (max-width:767px){.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar .js-form-input-wrapper{flex-direction:column;gap:10px}}.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar button{z-index:0;cursor:pointer;color:#fff;background:linear-gradient(269.96deg,#2b17ff -16.34%,#01013f 184.45%);border:none;border-radius:30px;width:138px;min-width:138px;padding:14px 22px;font-size:18px;font-weight:700;line-height:100%;transition:background .3s,color .3s;position:relative;overflow:hidden}.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar button:before{opacity:0;z-index:-1;content:"";background:linear-gradient(270deg,#2b17ff 49.58%,#01013f 231.92%);transition:opacity .3s;position:absolute;inset:0}.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar button:hover:before{opacity:1}@media (max-width:767px){.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar button{width:100%;min-height:55px;margin:0 auto}}.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar label{display:none}.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar input{box-shadow:none;color:#131313;background:#fff;border:none;border-radius:20px;outline:none;width:100%;padding:0 1rem}.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar input::placeholder{color:#131313}@media (max-width:767px){.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar input{border-radius:100px;padding:1.5rem}}.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar--red button{background:#ff155d!important}.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar--red button:before{display:none}.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar--red button:hover{background:#94103c!important}.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar--yellow button{background:#ffc107!important}.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar--yellow button:before{display:none}.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar--yellow button:hover{background:#d39e00!important}.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar--orange button{background:#fd7e14!important}.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar--orange button:before{display:none}.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar--orange button:hover{background:#cf6810!important}.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar--green button{background:#28a745!important}.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar--green button:before{display:none}.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar--green button:hover{background:#1e7e34!important}.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar--brown button{background:#8b4513!important}.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar--brown button:before{display:none}.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar--brown button:hover{background:#65320f!important}.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar--teal button{background:#20c997!important}.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar--teal button:before{display:none}.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar--teal button:hover{background:#17a278!important}.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar--purple button{background:#6f42c1!important}.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar--purple button:before{display:none}.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar--purple button:hover{background:#5a359a!important}.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar--blue-outline .js-form{border:1px solid #fff3}.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar--blue-outline button{color:#030120;background:0 0;border:2px solid #2b17ff}.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar--blue-outline button:before{display:none}.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar--blue-outline button:hover{color:#fff;background:#2b17ff}.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar--blue-outline input{color:#131313;background:0 0}.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar--blue-outline input::placeholder{color:#131313}.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar--white-shadow .js-form{border:1px solid #fff3}.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar--white-shadow button{color:#030120;background:0 0;border:2px solid #100f13}.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar--white-shadow button:before{display:none}.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar--white-shadow button:hover{color:#fff;background:#2b17ff}.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar--white-shadow input{color:#131313;background:0 0}.styles-module-scss-module__WQPbwq__MainBanner .styles-module-scss-module__WQPbwq__JobSearchInputBar--white-shadow input::placeholder{color:#131313}
.styles-module-scss-module__PO7qHG__JobCard .job-type:before{content:"";background-image:url("data:image/svg+xml,<svg width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M8 5.5V8.5L10.25 10.75M14.75 8.5C14.75 12.2279 11.7279 15.25 8 15.25C4.27208 15.25 1.25 12.2279 1.25 8.5C1.25 4.77208 4.27208 1.75 8 1.75C11.7279 1.75 14.75 4.77208 14.75 8.5Z\" stroke=\"url(%23paint0_linear_3717_6618)\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><defs><linearGradient id=\"paint0_linear_3717_6618\" x1=\"1.25\" y1=\"8.5\" x2=\"14.75\" y2=\"8.5\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"%23FF155D\"/><stop offset=\"1\" stop-color=\"%23F15A24\"/></linearGradient></defs></svg>");background-position:50%;background-repeat:no-repeat;background-size:contain;min-width:19px;height:19px;min-height:19px;display:block;position:relative;top:2px}.styles-module-scss-module__PO7qHG__JobCard .job-salary:before{content:"";background-image:url("data:image/svg+xml,<svg width=\"16\" height=\"17\" viewBox=\"0 0 16 17\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M9.19369 6.90538C9.55564 7.32252 10.1872 7.36726 10.6044 7.0053C11.0215 6.64335 11.0662 6.01176 10.7043 5.59462L9.19369 6.90538ZM6.80633 10.0946C6.44437 9.67748 5.81279 9.63274 5.39565 9.9947C4.97851 10.3567 4.93377 10.9882 5.29572 11.4054L6.80633 10.0946ZM9 4.75C9 4.19772 8.55228 3.75 8 3.75C7.44772 3.75 7 4.19772 7 4.75H9ZM7 12.25C6.99999 12.8023 7.44769 13.25 7.99998 13.25C8.55226 13.25 8.99999 12.8023 9 12.25L7 12.25ZM13.75 8.5C13.75 11.6756 11.1756 14.25 8 14.25V16.25C12.2802 16.25 15.75 12.7802 15.75 8.5H13.75ZM8 14.25C4.82436 14.25 2.25 11.6756 2.25 8.5H0.25C0.25 12.7802 3.71979 16.25 8 16.25V14.25ZM2.25 8.5C2.25 5.32436 4.82436 2.75 8 2.75V0.75C3.71979 0.75 0.25 4.21979 0.25 8.5H2.25ZM8 2.75C11.1756 2.75 13.75 5.32436 13.75 8.5H15.75C15.75 4.21979 12.2802 0.75 8 0.75V2.75ZM8 7.5C7.54857 7.5 7.18511 7.37621 6.96371 7.22861C6.85509 7.15619 6.79769 7.08989 6.77121 7.04814C6.7585 7.02812 6.75354 7.01489 6.75169 7.00887C6.75 7.00336 6.75 7.00107 6.75 7H4.75C4.75 7.8526 5.26836 8.50207 5.85431 8.89271C6.44725 9.28801 7.20879 9.5 8 9.5V7.5ZM6.75 7C6.75 6.99893 6.75 6.99664 6.75169 6.99113C6.75354 6.98511 6.7585 6.97188 6.77121 6.95186C6.79769 6.91011 6.85509 6.84381 6.96371 6.77139C7.18511 6.62379 7.54857 6.5 8 6.5V4.5C7.20879 4.5 6.44725 4.71199 5.85431 5.10729C5.26836 5.49793 4.75 6.1474 4.75 7H6.75ZM8 6.5C8.62617 6.5 9.04304 6.73176 9.19369 6.90538L10.7043 5.59462C10.0769 4.87154 9.03946 4.5 8 4.5V6.5ZM8 9.5C8.45143 9.5 8.8149 9.62379 9.0363 9.77139C9.14493 9.84381 9.20232 9.91012 9.22881 9.95186C9.24151 9.97189 9.24648 9.98511 9.24832 9.99113C9.25002 9.99664 9.25002 9.99893 9.25002 10H11.25C11.25 9.1474 10.7316 8.49792 10.1457 8.10729C9.55275 7.71199 8.79121 7.5 8 7.5V9.5ZM7 4.75V5.5H9V4.75H7ZM7.00002 11.5L7 12.25L9 12.25L9.00002 11.5L7.00002 11.5ZM8.00002 10.5C7.37385 10.5 6.95697 10.2682 6.80633 10.0946L5.29572 11.4054C5.92315 12.1285 6.96056 12.5 8.00001 12.5L8.00002 10.5ZM9.25002 10C9.25002 10.0011 9.25001 10.0034 9.24832 10.0089C9.24647 10.0149 9.24151 10.0281 9.22881 10.0481C9.20232 10.0899 9.14493 10.1562 9.03631 10.2286C8.81491 10.3762 8.45145 10.5 8.00002 10.5V12.5C8.79122 12.5 9.55276 12.288 10.1457 11.8927C10.7317 11.5021 11.25 10.8526 11.25 10H9.25002ZM7 5.5L7.00002 11.5L9.00002 11.5L9 5.5L7 5.5Z\" fill=\"url(%23paint0_linear_3717_6628)\"/><defs><linearGradient id=\"paint0_linear_3717_6628\" x1=\"1.25\" y1=\"8.5\" x2=\"14.75\" y2=\"8.5\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"%23FF155D\"/><stop offset=\"1\" stop-color=\"%23F15A24\"/></linearGradient></defs></svg>");background-position:50%;background-repeat:no-repeat;background-size:contain;min-width:19px;height:19px;min-height:19px;display:block;position:relative;top:2px}.styles-module-scss-module__PO7qHG__JobCard button:hover{opacity:.6}
