.consent-modal{align-items:center;color:#fff;display:flex;height:-moz-max-content;height:max-content;inset:0;justify-content:center;margin-top:auto;position:fixed;width:-moz-fit-content;width:fit-content;z-index:9999}.consent-modal:not(.active){display:none}.consent-modal--opt-in,.consent-modal--opt-out{align-items:flex-end;justify-content:flex-start}.consent-modal__content{align-items:stretch;animation:fadeIn .3s ease;background-size:120% 120%;background:linear-gradient(320.75deg,#20c3ee -16.42%,#4300ff 9.36%,#9675f2 104.36%);border-radius:8px;display:flex;flex-direction:column;justify-content:space-around;max-height:100vh;max-width:600px;overflow-y:auto;padding:32px;position:relative;width:auto;z-index:1}.consent-modal__content .content-block{max-height:100%;overflow-y:auto}.consent-modal__content .content-block::-webkit-scrollbar{border-radius:3px;width:6px}.consent-modal__content .content-block::-webkit-scrollbar-track{border-radius:3px}.consent-modal__content .content-block::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.3);border-radius:3px}.consent-modal__content p{color:#e0e0ff;font-size:15px;font-weight:500;letter-spacing:0;line-height:22px;margin-bottom:0}.consent-modal__content .status{color:#fec601;font-size:.85rem}.consent-modal__content .status.always-active{color:#fec601;font-size:14px;font-weight:400;line-height:100%;white-space:nowrap}.consent-modal__content a.always-active{text-decoration:underline}.consent-modal__title{color:red;font-size:20px;font-weight:700;letter-spacing:.5px;line-height:32px;margin-top:0;text-transform:uppercase}.consent-modal__close{background:transparent;border:none;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;position:absolute;right:32px;top:32px}@media screen and (max-width:640px){.consent-modal{bottom:0;max-height:calc(100dvh - 62px);top:10%}.consent-modal__overlay{background:hsla(0,0%,100%,.2);border-radius:4px;height:100%;left:0;position:fixed;top:0;width:100%;z-index:4000}.consent-modal__content{height:-webkit-fill-available;max-height:-webkit-fill-available;padding:24px;z-index:4000}.consent-modal__content .consent-actions{flex-direction:column;margin-top:16px}.consent-modal__content .consent-actions .consent-section__btn{display:flex;margin-top:16px}.consent-modal__content .consent-actions .consent-section__btn .btn-consent.accept{margin-right:0}.consent-modal__content .consent-actions .consent-section__btn .btn-consent.deny{margin-left:0}.consent-modal__content .consent-actions #save-consent-btn{height:42px;line-height:42px;margin-left:0;margin-right:0}.consent-modal__close{right:24px;top:24px}}.consent-section{border-radius:10px;margin-top:1rem;padding:1rem;position:relative}.consent-section__overlay{background:hsla(0,0%,100%,.2);border-radius:4px;height:100%;left:0;position:absolute;top:0;width:100%}.consent-section__header{align-items:center;cursor:pointer;display:flex;font-weight:600;justify-content:space-between;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.consent-section__header .section__title{display:flex;font-size:15px;font-weight:500;line-height:32px;text-transform:uppercase;width:100%}.consent-section__header .status{color:#fec601;font-size:.85rem}.consent-section__header .status.always-active{color:#fec601;font-size:14px;font-weight:400;line-height:100%;white-space:nowrap}.consent-section__header .icon-arrow-down{content:url(/topbest/images/svg/widgets/modal/down-icon.svg);font-size:14px;margin-left:8px;transform:rotate(-180deg);transition:transform .3s ease}.consent-section__body{max-height:0;opacity:0;overflow:hidden;transition:max-height .4s ease,opacity .3s ease}.consent-section.open .consent-section__body{max-height:400px;opacity:1}.consent-section.open .consent-section__header .icon-arrow-down{transform:rotate(0deg);transition:transform .5s ease}.switch{display:inline-block;height:22px;padding-right:10px;position:relative;width:46px}.switch input{height:0;opacity:0;width:0}.switch input:checked+.slider{background-color:rgba(254,198,1,.3)}.switch input:checked+.slider:before{background-color:#fec601;transform:translateX(18px)}.switch .slider{background-color:#c8b4ff;border-radius:34px;cursor:pointer;inset:0;position:absolute;transition:.3s}.switch .slider:before{background-color:#fff;border-radius:50%;bottom:3px;content:"";height:16px;left:3px;position:absolute;transition:.3s;width:16px}.consent-actions{display:flex;flex-direction:row;justify-content:space-between;margin-top:24px}.consent-actions .consent-section__btn{align-items:center;display:flex;flex:2;flex-direction:row}.consent-actions .consent-section__btn .btn-consent.deny{margin-right:5px}.consent-actions .consent-section__btn .btn-consent.accept{margin-left:5px;margin-right:0}.consent-actions .btn-consent{border:none!important;border-radius:4px;cursor:pointer;flex:1;font-size:14px;font-weight:500;height:42px!important;margin:0 5px;padding:0;text-transform:uppercase;transition:.3s}.consent-actions .btn-consent.accept{background:linear-gradient(170deg,#5ef696,#06bc7b 40%);color:#fff}.consent-actions .btn-consent.accept:hover{background:linear-gradient(170deg,#37d17d,#05a867 40%)}.consent-actions .btn-consent.deny{background:#fff;border:1px solid #666;color:#000}.consent-actions .btn-consent.deny:hover{background:#e8e8ff}.consent-actions .btn-consent.save{background:#fff;color:#000;margin-left:0;margin-right:5px}.consent-actions .btn-consent.save:hover{background:#e8e8ff}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}#how-we-use-cookies{scroll-margin-top:100px}.consent-bar{align-items:center;background:#fff;border-radius:8px;bottom:0;box-shadow:0 -4px 20px rgba(0,0,0,.15);display:flex;justify-content:center;left:0;margin:0 30px 30px;padding:16px 24px;position:fixed;right:0;z-index:9998}.consent-bar:not(.active){display:none}@media screen and (min-width:1275px){.consent-bar{margin:0 auto 30px;max-width:1215px}}.consent-bar__content{align-items:center;display:flex;gap:24px;justify-content:space-between;max-width:1400px;width:100%}.consent-bar__content p{color:#072661;flex:1;font-size:14px;font-weight:500;line-height:1.5;margin:0}.consent-bar__content p a{color:#4300ff;text-decoration:underline}.consent-bar__content p a:hover{color:#20c3ee}.consent-bar__actions{align-items:center;display:flex;flex-shrink:0;gap:12px}.consent-bar__link{color:#fec601;text-decoration:underline}.btn-consent-bar{border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;padding:12px 24px;text-transform:uppercase;transition:all .3s ease;white-space:nowrap}.btn-consent-bar.choices{background:#fff;border:2px solid #4300ff;color:#000;padding-bottom:10px;padding-top:10px}.btn-consent-bar.choices:hover{background:#f0e8ff}.btn-consent-bar.ok{background:linear-gradient(170deg,#5ef696,#06bc7b 40%);border:none;color:#fff}.btn-consent-bar.ok:hover{background:linear-gradient(170deg,#37d17d,#05a867 40%)}@media screen and (max-width:768px){.consent-bar{align-items:center;background:transparent;box-shadow:none;justify-content:center;padding:0}.consent-bar__content{background:#fff;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.2);flex-direction:column;gap:20px;max-width:400px;padding:24px;text-align:center;z-index:4000}.consent-bar__content p{font-size:14px;line-height:1.6}.consent-bar__actions{flex-direction:column;gap:12px;width:100%}.btn-consent-bar{font-size:14px;padding:14px 20px;width:100%}}.dream-job--main_content{margin-top:-50px}@media screen and (max-width:1280px){.dream-job--main_content br{display:none}}@media screen and (min-width:1025px){.dream-job--main_content{margin-bottom:100px}}@media screen and (max-width:1024px){.dream-job--main_content{margin-bottom:50px}}.dream-job--main_content .inner{display:flex}@media screen and (min-width:1281px){.dream-job--main_content .inner{gap:65px}}@media screen and (min-width:1025px) and (max-width:1280px){.dream-job--main_content .inner{gap:45px}}@media screen and (max-width:1024px){.dream-job--main_content .inner{align-items:center;flex-direction:column-reverse}}.dream-job--main_content .text-part{color:#212f40;flex-grow:1;font-size:20px;line-height:1.6}@media screen and (min-width:1025px){.dream-job--main_content .text-part{padding-top:80px}}@media screen and (max-width:1024px){.dream-job--main_content .text-part{padding-top:40px}}.dream-job--main_content .text-part h2{color:#08235c;font-size:28px}@media screen and (min-width:1025px){.dream-job--main_content .text-part h2{margin:2.8em 0 .8em}}@media screen and (max-width:1024px){.dream-job--main_content .text-part h2{margin:1.8em 0 1em}}.dream-job--main_content .text-part p,.dream-job--main_content .text-part ul{margin:1.1em 0}.dream-job--main_content .text-part article{font-size:24px}.dream-job--main_content .text-part article strong{color:#08235c}.dream-job--main_content .text-part ul{list-style:none}.dream-job--main_content .text-part li{align-items:flex-start;display:flex}.dream-job--main_content .text-part li:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='26' fill='%230181DD'%3E%3Cpath d='m0 26 15-12.945L0 0l7.5 13L0 26Z'/%3E%3C/svg%3E");background-position:0;background-repeat:no-repeat;background-size:contain;content:"";flex-shrink:0;height:12px;margin-right:20px;margin-top:10px;width:8px}.dream-job--main_content .form-part{flex-shrink:0;position:relative}@media screen and (min-width:1281px){.dream-job--main_content .form-part{width:655px}}@media screen and (min-width:1025px) and (max-width:1280px){.dream-job--main_content .form-part{width:48vw}}@media screen and (min-width:1025px){.dream-job--main_content .form-part.sticky-fixed .form-holder{left:auto;position:fixed;top:100px}.dream-job--main_content .form-part.bottom-fixed .form-holder{bottom:0;left:auto;position:absolute}}@media screen and (max-width:1024px){.dream-job--main_content .form-part{max-width:680px;width:100%}}.dream-job--main_content .form-part .head-group{line-height:1.4375;margin-bottom:32px;text-align:center}@media screen and (min-width:801px){.dream-job--main_content .form-part .head-group{font-size:32px}}@media screen and (max-width:800px){.dream-job--main_content .form-part .head-group{font-size:24px}}.dream-job--main_content .form-part .title{color:#08235c;font-size:inherit;font-weight:400}.dream-job--main_content .form-part .subtitle{color:#00abf3;font-weight:500}.dream-job--main_content .form-holder{background-color:#fff;border-radius:10px;box-shadow:0 0 20px rgba(0,0,0,.15)}@media screen and (min-width:1281px){.dream-job--main_content .form-holder{min-height:800px;padding:55px 50px 60px;width:655px}}@media screen and (min-width:1025px) and (max-width:1280px){.dream-job--main_content .form-holder{min-height:800px;padding:45px 32px 40px;width:48vw}}@media screen and (max-width:1024px){.dream-job--main_content .form-holder{padding:32px 20px 40px}}.dream-job--terms{background-color:#f7f7f7;color:#212f40;font-size:16px;line-height:1.4375}@media screen and (min-width:1025px){.dream-job--terms{padding:75px 0}}@media screen and (max-width:1024px){.dream-job--terms{padding:60px 0 40px}}.dream-job--terms h3{color:#08235c;font-size:22px;margin-bottom:1.8em}.dream-job--terms p,.dream-job--terms ul{margin:1.4em 0}
