.v-select{position:relative;font-family:inherit}.v-select,.v-select *{-webkit-box-sizing:border-box;box-sizing:border-box}@-webkit-keyframes vSelectSpinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes vSelectSpinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.vs__fade-enter-active,.vs__fade-leave-active{pointer-events:none;-webkit-transition:opacity .15s cubic-bezier(1,.5,.8,1);transition:opacity .15s cubic-bezier(1,.5,.8,1)}.vs__fade-enter,.vs__fade-leave-to{opacity:0}.vs--disabled .vs__clear,.vs--disabled .vs__dropdown-toggle,.vs--disabled .vs__open-indicator,.vs--disabled .vs__search,.vs--disabled .vs__selected{cursor:not-allowed;background-color:#f8f8f8}.v-select[dir=rtl] .vs__actions{padding:0 3px 0 6px}.v-select[dir=rtl] .vs__clear{margin-left:6px;margin-right:0}.v-select[dir=rtl] .vs__deselect{margin-left:0;margin-right:2px}.v-select[dir=rtl] .vs__dropdown-menu{text-align:right}.vs__dropdown-toggle{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0 0 4px;background:none;border:1px solid rgba(60,60,60,.26);border-radius:4px;white-space:normal}.vs__dropdown-toggle,.vs__selected-options{display:-webkit-box;display:-ms-flexbox;display:flex}.vs__selected-options{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0 2px;position:relative}.vs__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:4px 6px 0 3px}.vs--searchable .vs__dropdown-toggle{cursor:text}.vs--unsearchable .vs__dropdown-toggle{cursor:pointer}.vs--open .vs__dropdown-toggle{border-bottom-color:transparent;border-bottom-left-radius:0;border-bottom-right-radius:0}.vs__open-indicator{fill:rgba(60,60,60,.5);-webkit-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .15s cubic-bezier(1,-.115,.975,.855);transition:-webkit-transform .15s cubic-bezier(1,-.115,.975,.855);transition:transform .15s cubic-bezier(1,-.115,.975,.855);transition:transform .15s cubic-bezier(1,-.115,.975,.855),-webkit-transform .15s cubic-bezier(1,-.115,.975,.855);-webkit-transition-timing-function:cubic-bezier(1,-.115,.975,.855);transition-timing-function:cubic-bezier(1,-.115,.975,.855)}.vs--open .vs__open-indicator{-webkit-transform:rotate(180deg) scale(1);transform:rotate(180deg) scale(1)}.vs--loading .vs__open-indicator{opacity:0}.vs__clear{fill:rgba(60,60,60,.5);padding:0;border:0;background-color:transparent;cursor:pointer;margin-right:8px}.vs__dropdown-menu{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;top:calc(100% - 1px);left:0;z-index:1000;padding:5px 0;margin:0;width:100%;max-height:350px;min-width:160px;overflow-y:auto;-webkit-box-shadow:0 3px 6px 0 rgba(0,0,0,.15);box-shadow:0 3px 6px 0 rgba(0,0,0,.15);border:1px solid rgba(60,60,60,.26);border-top-style:none;border-radius:0 0 4px 4px;text-align:left;list-style:none;background:#fff}.vs__no-options{text-align:center}.vs__dropdown-option{line-height:1.42857143;display:block;padding:3px 20px;clear:both;color:#333;white-space:nowrap;cursor:pointer}.vs__dropdown-option--highlight{background:#5897fb;color:#fff}.vs__dropdown-option--deselect{background:#fb5858;color:#fff}.vs__dropdown-option--disabled{background:inherit;color:rgba(60,60,60,.5);cursor:inherit}.vs__selected{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#f0f0f0;border:1px solid rgba(60,60,60,.26);border-radius:4px;color:#333;line-height:1.4;margin:4px 2px 0;padding:0 .25em;z-index:0}.vs__deselect{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-left:4px;padding:0;border:0;cursor:pointer;background:none;fill:rgba(60,60,60,.5);text-shadow:0 1px 0 #fff}.vs--single .vs__selected{background-color:transparent;border-color:transparent}.vs--single.vs--loading .vs__selected,.vs--single.vs--open .vs__selected{position:absolute;opacity:.4}.vs--single.vs--searching .vs__selected{display:none}.vs__search::-webkit-search-cancel-button{display:none}.vs__search::-ms-clear,.vs__search::-webkit-search-decoration,.vs__search::-webkit-search-results-button,.vs__search::-webkit-search-results-decoration{display:none}.vs__search,.vs__search:focus{-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:1.4;font-size:1em;border:1px solid transparent;border-left:none;outline:none;margin:4px 0 0;padding:0 7px;background:none;-webkit-box-shadow:none;box-shadow:none;width:0;max-width:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;z-index:1}.vs__search::-webkit-input-placeholder{color:inherit}.vs__search::-moz-placeholder{color:inherit}.vs__search:-ms-input-placeholder{color:inherit}.vs__search::-ms-input-placeholder{color:inherit}.vs__search::placeholder{color:inherit}.vs--unsearchable .vs__search{opacity:1}.vs--unsearchable:not(.vs--disabled) .vs__search{cursor:pointer}.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search{opacity:.2}.vs__spinner{-ms-flex-item-align:center;align-self:center;opacity:0;font-size:5px;text-indent:-9999em;overflow:hidden;border:.9em solid hsla(0,0%,39.2%,.1);border-left-color:rgba(60,60,60,.45);-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-animation:vSelectSpinner 1.1s linear infinite;animation:vSelectSpinner 1.1s linear infinite;-webkit-transition:opacity .1s;transition:opacity .1s}.vs__spinner,.vs__spinner:after{border-radius:50%;width:5em;height:5em}.vs--loading .vs__spinner{opacity:1}.clear{clear:both}.clear:after{clear:both;display:block;content:""}.lds-ripple{width:80px;height:80px;margin:0 auto;opacity:0;display:none}.lds-ripple.is-visible{opacity:1;display:block}.lds-ripple div{border:4px solid #fff;opacity:1;border-radius:50%;-webkit-animation:lds-ripple 1.2s cubic-bezier(0,.2,.8,1) infinite;animation:lds-ripple 1.2s cubic-bezier(0,.2,.8,1) infinite}.lds-ripple div:nth-child(2){-webkit-animation-delay:-.5s;animation-delay:-.5s}@-webkit-keyframes lds-ripple{0%{top:36px;left:36px;width:0;height:0;opacity:1}to{top:0;left:0;width:72px;height:72px;opacity:0}}@keyframes lds-ripple{0%{top:36px;left:36px;width:0;height:0;opacity:1}to{top:0;left:0;width:72px;height:72px;opacity:0}}.swiper-pagination .swiper-pagination-bullet{width:14px;height:14px}.swiper-button-next:before{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.swiper-button-next,.swiper-button-prev{-webkit-transform:translateZ(0);transform:translateZ(0);color:#099ba7!important}.swiper-button-next:after,.swiper-button-prev:after{display:none}.swiper-button-next:before,.swiper-button-prev:before{font-family:icomoon;font-size:2.375rem;content:"\E900"}.customSelect{-webkit-tap-highlight-color:transparent;width:100%;height:40px;background-color:#fff;cursor:pointer;line-height:50px;outline:none;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.customSelect:after{top:-6px;right:20px;display:block;pointer-events:none;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);font-family:icomoon;font-size:1rem;color:#e30613;content:"\E900"}.customSelect.is-open:after{-webkit-transform:rotate(-90deg) scaleX(-1);transform:rotate(-90deg) scaleX(-1)}.customSelect.is-open .custom-select-panel{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.customSelect .custom-select-opener{display:block;width:100%;padding-left:15px;padding-right:30px;font-size:.875rem;font-weight:500}.customSelect .custom-select-panel{z-index:9;top:100%;left:0;width:100%;background-color:#fff;-webkit-box-shadow:0 0 0 1px grey;box-shadow:0 0 0 1px grey;margin-top:4px;opacity:0;overflow:hidden;pointer-events:none;-webkit-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out}.customSelect .custom-select-panel:hover .custom-select-option:not(:hover){background-color:transparent!important}.customSelect .custom-select-option{cursor:pointer;line-height:40px;list-style:none;min-height:40px;outline:none;padding:0 20px;text-align:left;-webkit-transition:all .2s;letter-spacing:.8px}.customSelect .custom-select-option.has-focus,.customSelect .custom-select-option.is-selected.has-focus,.customSelect .custom-select-option:hover{background-color:#f6f6f6}.customSelect .custom-select-option.disabled{background-color:transparent;color:#999;cursor:default}.no-csspointerevents .customSelect .custom-select-panel{display:none}.no-csspointerevents .customSelect.is-open .custom-select-panel{display:block}select{display:none}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box;outline:none}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;-webkit-box-shadow:0 0 2px 2px rgba(0,0,0,.6);box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.c-apply__img,.c-benefits figure figcaption img,.c-hero--subsite h1,.c-hero .o-wrap,.c-hero .swiper-slide .employer,.c-join .o-photo,.c-search .vs__selected-options .vs__selected,.c-search__results,.customSelect .custom-select-panel,.customSelect:after,.lds-ripple div,.o-hamburger i:after,.o-hamburger i:before,.o-tooltip{position:absolute;z-index:5}.c-apply:after,.c-cv .o-photo:after,.c-gallery .swiper-container.big .swiper-slide:after,.c-gallery .swiper-container .swiper-slide:after,.c-hero--subsite:after,.c-hero .swiper-slide:after,.c-join:after,.c-news .swiper-container:after,.c-news .swiper-container:before,.c-steps ol li:not(:last-child):after,.c-timeline__history li:after,.o-hamburger i:after,.o-hamburger i:before,.o-video:after,.o-video:before{position:absolute;top:0;display:block;content:" "}.c-cv .is-loaded .o-photo:after,.c-gallery .swiper-container .is-loaded .swiper-slide:after,.c-hero .is-loaded .swiper-slide:after,.c-map svg .is-loaded .area,.c-search .is-loaded .close-results:before,.is-loaded .c-apply:after,.is-loaded .c-cv .o-photo:after,.is-loaded .c-gallery .swiper-container .swiper-slide:after,.is-loaded .c-hero--subsite:after,.is-loaded .c-hero .swiper-slide:after,.is-loaded .c-join:after,.is-loaded .c-map svg .area,.is-loaded .c-search .close-results:before,.is-loaded .c-topbar,.is-loaded .o-btn,.is-loaded .o-hamburger,.is-loaded .o-hamburger i,.is-loaded .o-hamburger i:after,.is-loaded .o-hamburger i:before,.is-loaded .o-tooltip,.is-loaded a,.is-loaded input[type=email],.is-loaded input[type=text],.is-loaded input[type=url],.o-hamburger .is-loaded i,.o-hamburger .is-loaded i:after,.o-hamburger .is-loaded i:before{-webkit-transition:all .2s cubic-bezier(.25,.46,.45,.94);transition:all .2s cubic-bezier(.25,.46,.45,.94)}.c-search .vs__selected-options .vs__selected{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.o-video:after,.o-video:before{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.c-apply:after,.c-cv .o-photo:after,.c-gallery .swiper-container.big .swiper-slide:after,.c-gallery .swiper-container .swiper-slide:after,.c-hero--subsite:after,.c-hero .swiper-slide:after,.c-join:after{z-index:0;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.28)}.c-about--process .o-cols__item:last-of-type,.c-about--subsite .o-cols__item:last-of-type,.c-areas .icon,.c-benefits__icons,.c-benefits__icons .icon,.c-benefits figure,.c-hero--subsite h1,.c-hero .o-wrap,.c-join .swiper-slide,.c-join .swiper-slide article,.c-nav__menu,.c-search .close-results,.c-search .form-row,.c-steps ol,.c-steps ol li i,.c-timeline__history,.c-topbar .o-wrap,.customSelect,.o-cols,.o-hamburger,.o-hamburger i,.o-video:after{display:-webkit-box;display:-ms-flexbox;display:flex}.c-benefits figure,.c-join .swiper-slide,.c-join .swiper-slide article,.c-timeline__history{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.c-areas .o-cols,.c-benefits__icons,.c-join .swiper-slide article,.c-search .pagination ul{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.c-about--process .o-cols__item:last-of-type,.c-about--subsite .o-cols__item:last-of-type,.c-hero .o-wrap,.c-nav__menu,.c-topbar .o-wrap,.customSelect{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.c-benefits__icons{-ms-flex-wrap:wrap;flex-wrap:wrap}.c-areas .icon,.c-benefits__icons .icon,.c-hero--subsite h1,.c-search .close-results,.c-search .form-row,.c-steps ol li i,.o-btn,.o-hamburger,.o-hamburger i,.o-video:after{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.c-about h2,.c-areas h2,.c-benefits h2,.c-cv h2,.c-gallery h2,.c-join h2,.c-locations h2,.c-news h2,.c-numbers h2,.c-slogan p,.c-timeline h2,.o-lead--1{line-height:1.1em;font-size:3.125rem}@media(max-width:1240px){.c-about h2,.c-areas h2,.c-benefits h2,.c-cv h2,.c-gallery h2,.c-join h2,.c-locations h2,.c-news h2,.c-numbers h2,.c-slogan p,.c-timeline h2,.o-lead--1{font-size:calc(4.03226vw + .1rem)}}@media(max-width:1240px)and (max-width:58.9rem){.c-about h2,.c-areas h2,.c-benefits h2,.c-cv h2,.c-gallery h2,.c-join h2,.c-locations h2,.c-news h2,.c-numbers h2,.c-slogan p,.c-timeline h2,.o-lead--1{font-size:2.385rem}}.c-apply h2,.c-join .swiper-slide h3,.c-locations h3,.c-numbers p,.c-search .o-btn--red,.c-search .o-btn--white,.c-search h2,.c-steps .o-article p,.o-lead--2{line-height:normal;font-size:1.875rem}@media(max-width:1240px){.c-apply h2,.c-join .swiper-slide h3,.c-locations h3,.c-numbers p,.c-search .o-btn--red,.c-search .o-btn--white,.c-search h2,.c-steps .o-article p,.o-lead--2{font-size:calc(2.41935vw + .1rem)}}@media(max-width:1240px)and (max-width:62rem){.c-apply h2,.c-join .swiper-slide h3,.c-locations h3,.c-numbers p,.c-search .o-btn--red,.c-search .o-btn--white,.c-search h2,.c-steps .o-article p,.o-lead--2{font-size:1.51rem}}.c-areas p,.c-cv p,.c-footer address p{font-size:1.25rem}.c-apply,.c-apply .o-wrap,.c-benefits .swiper-pagination,.c-benefits figure figcaption,.c-cv,.c-cv .o-photo,.c-gallery .swiper-container.big .swiper-slide,.c-gallery .swiper-container .swiper-slide,.c-hero--subsite,.c-hero .swiper-slide,.c-join,.c-join .o-wrap,.c-join__content,.c-nav__menu>li,.c-news .swiper-container,.c-news .swiper-pagination,.c-search .close-results,.c-search .content,.c-search .o-wrap,.c-search__content,.c-steps ol li,.c-timeline__history li,.customSelect,.lds-ripple,.o-btn,.o-carousel,.o-hamburger i,.o-logo,.o-video{position:relative;z-index:1}.c-steps,.o-wrap{width:1240px;margin:0 auto;padding-left:40px;padding-right:40px}@media(max-width:1240px){.c-steps,.o-wrap{width:100%}}@media(max-width:1024px){.c-steps,.o-wrap{padding-left:20px;padding-right:20px}}@media(max-width:500px){.c-steps,.o-wrap{padding-left:15px;padding-right:15px}}@font-face{src:url(../fonts/icomoon.9ecb0f1ace165feec89ff792ed03aa7a.eot);src:url(../fonts/icomoon.9ecb0f1ace165feec89ff792ed03aa7a.eot?#iefix) format("embedded-opentype"),url(../fonts/icomoon.234968485e0a61322a008d1bd1419f10.woff) format("woff"),url(../fonts/icomoon.78b5642eee5cde564d735789422666d8.ttf) format("truetype");font-family:icomoon;font-weight:400;font-style:normal;font-display:swap}@font-face{src:url(../fonts/CeraPro-Regular.f5f0e75346d06ae735d26476d8c65e31.eot);src:url(../fonts/CeraPro-Regular.f5f0e75346d06ae735d26476d8c65e31.eot?#iefix) format("embedded-opentype"),url(../fonts/CeraPro-Regular.971f82a422e60896bb5708554b15df4c.woff) format("woff"),url(../fonts/CeraPro-Regular.bea3c9f62dbe8be00b4660be510b2d13.ttf) format("truetype");font-family:CeraPro;font-weight:400;font-style:normal;font-display:swap}@font-face{src:url(../fonts/CeraPro-Medium.29398b21038f9f403d7b108672560e06.eot);src:url(../fonts/CeraPro-Medium.29398b21038f9f403d7b108672560e06.eot?#iefix) format("embedded-opentype"),url(../fonts/CeraPro-Medium.b1160ca8942d58872dd0afe76f21d55b.woff) format("woff"),url(../fonts/CeraPro-Medium.47d8e22fec69201af054cedaee4dc635.ttf) format("truetype");font-family:CeraPro;font-weight:500;font-style:normal;font-display:swap}@font-face{src:url(../fonts/CeraPro-Bold.f54739a24eef52acd4df7b0509a4865d.eot);src:url(../fonts/CeraPro-Bold.f54739a24eef52acd4df7b0509a4865d.eot?#iefix) format("embedded-opentype"),url(../fonts/CeraPro-Bold.bb7477a0ea4a1d9c1ecfc57907ab7679.woff) format("woff"),url(../fonts/CeraPro-Bold.56eaeb890384f3ba96f7390130e7ca2c.ttf) format("truetype");font-family:CeraPro;font-weight:700;font-style:normal;font-display:swap}button,input,textarea{background-color:transparent;border:none;border-color:inherit;border-radius:0;font-family:CeraPro,sans-serif;color:inherit}button{cursor:pointer}input,textarea{width:100%;-webkit-appearance:none;-moz-appearance:none;text-rendering:optimizeLegibility;font-family:CeraPro,sans-serif;font-size:.875rem;cursor:text;color:inherit}input[disabled],input[readonly]{opacity:.5}input[type=email],input[type=tel],input[type=text]{width:100%}textarea{overflow:auto;resize:none}:invalid{-webkit-box-shadow:none;box-shadow:none}:-moz-submit-invalid,:-moz-ui-invalid{box-shadow:none}::-webkit-input-placeholder{color:#eceff4}:-moz-placeholder,::-moz-placeholder{color:#eceff4}:-ms-input-placeholder{color:#eceff4}input[type=email],input[type=text],input[type=url]{width:100%;height:40px;background-color:#fff;padding:0 20px;font-family:CeraPro,sans-serif;font-size:.9375rem}textarea.form-field{padding-top:20px;padding-bottom:20px;height:200px}label{cursor:pointer}img{display:block;max-width:100%;height:auto}body{width:100%;background-color:#fff}html{-webkit-text-size-adjust:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;text-rendering:optimizeSpeed;font-family:CeraPro,sans-serif;font-size:14px;font-weight:400;color:#000}a{color:inherit;cursor:pointer;text-decoration:none}a:active,a:focus,a:hover{outline:none}input{font-size:14px}strong{font-weight:700}hr{background-color:#099ba7;width:100%;height:1px;margin:0 0 50px;border:none}.o-btn{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:50px;white-space:nowrap;border-radius:25px;padding:0 20px;text-align:center;font-family:CeraPro,sans-serif;color:#fff;cursor:pointer}.o-btn--blue{background-color:#099ba7}.o-btn--blue:hover{background-color:#08858f}.o-btn--red{background-color:#e30613}.o-btn--red:hover{background-color:#ca0511}.o-btn--olive{background-color:#099ba7}.o-btn--olive:hover{background-color:#08858f}.o-btn--white{background-color:#fff;color:#099ba7}.o-btn--white:hover{background-color:#f2f2f2}.o-btn span,.o-cols{width:100%}.o-container{padding-top:114px;overflow:hidden}@media(max-width:768px){.o-container{padding-top:80px}}.o-hamburger{z-index:10;width:50px;height:50px;margin:0 0 0 auto;background-color:#099ba7;border-radius:50%;cursor:pointer}@media(min-width:1025px){.o-hamburger{display:none}}.o-hamburger i{width:19px;height:18px;border-top:1px solid #fff}.o-hamburger i:after,.o-hamburger i:before{width:100%;height:1px;background-color:#fff}.o-hamburger i:after{left:0;-webkit-transform-origin:right;transform-origin:right;top:100%;width:12px}.o-hamburger i:before{-webkit-transform-origin:left;transform-origin:left;top:calc(50% - 1px)}.desktop .o-hamburger:hover:not(.is-active) i:after{width:100%}.o-hamburger.is-active i{border-color:transparent!important}.o-hamburger.is-active i:after{width:130%;-webkit-transform:rotate(45deg) translate(-5px,4px);transform:rotate(45deg) translate(-5px,4px)}.o-hamburger.is-active i:before{width:130%;-webkit-transform:rotate(-45deg) translate(-4px,8px);transform:rotate(-45deg) translate(-4px,8px)}[class*=" icon-"]:before,[class^=icon-]:before{font-family:icomoon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-student2:before{content:"\E90D"}.icon-office2:before{content:"\E90E"}.icon-factories:before{content:"\E90F"}.icon-sport:before{content:"\E904"}.icon-recommendation:before{content:"\E905"}.icon-heart:before{content:"\E906"}.icon-insurance:before{content:"\E907"}.icon-medicine:before{content:"\E908"}.icon-languages:before{content:"\E909"}.icon-training:before{content:"\E90A"}.icon-awards:before{content:"\E90B"}.icon-contract:before{content:"\E90C"}.icon-arrow-nav:before{content:"\E900"}.icon-factory:before{content:"\E901"}.icon-office:before{content:"\E902"}.icon-student:before{content:"\E903"}.o-logo{display:block}.o-section--paddingtop{padding-top:40px}.o-tooltip{height:40px;background-color:#099ba7;border-radius:10px;white-space:nowrap;border:1px solid #fff;padding:0 10px;font-size:.875rem;line-height:40px;color:#fff;opacity:0}.o-tooltip.is-visible{opacity:1}.tooltip-item{width:100px;height:100px;background:red}.o-video{display:block}.o-video:after{width:70px;height:70px;background-color:rgba(9,155,167,.9);-webkit-box-shadow:0 0 30px rgba(0,0,0,.1);box-shadow:0 0 30px rgba(0,0,0,.1);border-radius:50%}.o-video:before{z-index:20;margin-left:3px;width:0;height:0;border-color:transparent transparent transparent #fff;border-style:solid;border-width:7.5px 0 7.5px 13px}@media(max-width:768px){.c-about{margin-bottom:50px}}.c-about h2{margin-bottom:10px;font-weight:700}.c-about .o-article img{margin-bottom:30px}.c-about .o-article p{font-weight:500}.c-about .o-btn{text-transform:uppercase;font-size:1rem}@media(max-width:768px){.c-about .o-cols{-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:536px;margin:0 auto}}@media(min-width:768px){.c-about .o-cols__item:first-of-type{width:46.2068965517%}}.c-about .o-cols__item:last-of-type{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-top:30px}@media(min-width:768px){.c-about .o-cols__item:last-of-type{padding-left:27.5px;margin-left:27.5px}}.c-about .o-more{padding-top:30px;text-align:center}@media(min-width:501px){.c-about .o-more{text-align:right}}@media(min-width:769px){.c-about--blueline .o-cols__item:last-of-type{border-left:1.5px solid #099ba7}}.c-about--process{margin-bottom:80px}.c-about--process h2{margin-bottom:.8em}@media(max-width:768px){.c-about--process h2{text-align:center}}@media(max-width:768px){.c-about--process img{width:100%}}.c-about--process .o-article{max-width:470px}.c-about--process .o-article p{line-height:1.25em;font-size:1.25rem;font-weight:500}@media(max-width:768px){.c-about--process .o-cols__item{width:100%}}.c-about--process .o-cols__item:first-of-type img{margin:0 0 0 auto}@media(min-width:769px){.c-about--process .o-cols__item:last-of-type{padding-top:0}}.c-about--subsite{padding-top:70px;padding-bottom:70px}@media(max-width:768px){.c-about--subsite{padding-top:30px;padding-bottom:30px}}.c-about--subsite h2{font-size:1.1875rem}@media(max-width:768px){.c-about--subsite .o-cols__item,.c-about--subsite img{width:100%}}.c-about--subsite .o-cols__item:first-of-type img{margin:0 0 0 auto}@media(min-width:769px){.c-about--subsite .o-cols__item:last-of-type{padding-top:0}}.c-apply{height:500px;margin-bottom:60px}.c-apply__img{left:0;top:0;z-index:0;width:100%;height:500px;background-image:url(../img/apply/bg.b29cbd8cf06e1f37b3994642c99d1c11.webp);background-size:cover;background-position:50%;background-repeat:no-repeat}.desktop .c-apply__img{background-attachment:fixed}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.c-apply__img{background-image:url(../img/apply/bg@2x.ba5bd520db58ccce405d5f209d43bd4e.webp)}}.c-apply article{max-width:380px;margin-bottom:30px;color:#fff}@media(max-width:640px){.c-apply article{margin:0 auto 30px}}.c-apply h2{line-height:1.1em;margin-bottom:30px;font-weight:700}.c-apply h2 span{color:#099ba7}.c-apply p{line-height:1.1em;font-size:1.25rem;font-weight:500}.c-apply .o-btn{padding:0 50px;text-transform:uppercase;font-size:1.375rem;font-weight:700}.c-apply .o-wrap{padding-top:70px;padding-bottom:70px}@media(max-width:640px){.c-apply .o-wrap{text-align:center}}.c-areas{margin-bottom:50px}.c-areas h2{margin-bottom:40px;font-weight:700}@media(max-width:500px){.c-areas h2{margin-bottom:30px}}.c-areas p{line-height:1.3em;font-weight:500}@media(max-width:768px){.c-areas p{font-size:1.125rem}}.c-areas .o-btn{width:200px;margin-bottom:12px;text-align:center;font-size:1.375rem;font-weight:700}@media(max-width:768px){.c-areas .o-btn{width:100%;font-size:1.125rem}}@media(max-width:768px){.c-areas .o-cols{-ms-flex-wrap:wrap;flex-wrap:wrap}}.c-areas .o-cols__item{width:33.3333333333%;padding:0 30px;text-align:center}@media(max-width:768px){.c-areas .o-cols__item{margin-bottom:20px;padding:0 15px}}@media(max-width:640px){.c-areas .o-cols__item{width:50%}}.c-areas .o-cols__item a:hover .o-btn{background-color:#08858f}@media(max-width:640px){.c-areas .o-cols__item:last-child .o-btn{width:200px;-webkit-transform:translateX(-15%);transform:translateX(-15%)}}.c-areas .icon{height:120px;margin:0 auto}.c-benefits{margin-bottom:70px}@media(max-width:768px){.c-benefits{margin-bottom:30px}}.c-benefits h2{margin-bottom:60px;font-weight:700}@media(max-width:500px){.c-benefits h2{margin-bottom:30px}}.c-benefits figure{position:relative;z-index:0;height:100%}.c-benefits figure>img{-o-object-fit:cover;object-fit:cover;height:218px}.c-benefits figure figcaption{-webkit-box-flex:1;-ms-flex:1;flex:1;background-color:#099ba7;padding:28px 15px 18px;color:#fff}.c-benefits figure figcaption h3,.c-benefits figure figcaption h4{line-height:1.2em;font-weight:700}.c-benefits figure figcaption h3{font-size:1rem}.c-benefits figure figcaption h4{margin-bottom:10px;text-transform:uppercase;font-size:.875rem}.c-benefits figure figcaption img{right:15px;top:10px}.c-benefits figure figcaption p{line-height:1.3em;font-size:.75rem;font-weight:700}.c-benefits figure figcaption p:after,.c-benefits figure figcaption p:before{content:"\201C"}.c-benefits__icons .icon{height:120px;margin:0 auto}.c-benefits__icons li{width:20%;margin-bottom:40px;text-align:center}@media(max-width:1024px){.c-benefits__icons li{width:33.3333333333%}}@media(max-width:500px){.c-benefits__icons li{width:50%}}.c-benefits__icons p{line-height:1.15em;font-size:1.25rem}@media(max-width:768px){.c-benefits__icons p{font-size:1rem}}@media(max-width:1240px){.c-benefits .o-carousel{width:calc(100% + 80px);margin:0 -40px}}@media(max-width:1024px){.c-benefits .o-carousel{width:calc(100% + 40px);margin:0 -20px}}@media(max-width:500px){.c-benefits .o-carousel{width:calc(100% + 30px);margin:0 -15px}}.c-benefits .swiper-container{padding:0 28px}.c-benefits .swiper-slide{height:auto}.c-benefits .swiper-button-next{right:-24px}.c-benefits .swiper-button-prev{left:-24px}@media(max-width:1240px){.c-benefits .swiper-button-next,.c-benefits .swiper-button-prev{display:none}}.c-benefits .swiper-pagination{width:100%;padding-top:20px}@media(min-width:1241px){.c-benefits .swiper-pagination{display:none}}.c-benefits .swiper-pagination .swiper-pagination-bullet{background-color:#099ba7;margin:0 5px}.c-benefits--icons h2{margin-bottom:40px}.c-cv{margin-bottom:60px;padding-top:100px;padding-bottom:60px;text-align:center;overflow:hidden}.c-cv h2,.c-cv p{font-family:Roboto,sans-serif;font-weight:700;color:#fff}.c-cv h2{margin-bottom:.5em}.c-cv p{max-width:640px;margin:0 auto;line-height:1.2em}.c-cv .o-btn{width:254px;text-transform:uppercase;font-weight:500}.c-cv .o-more{padding-top:40px}.c-cv .o-photo{z-index:-1;position:absolute;left:0;top:0;width:100%;height:calc(100% + 50px)}.c-cv .o-photo:after{background:rgba(0,0,0,.65)}.c-cv .o-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.c-footer{background-color:#099ba7;padding:25px 0;color:#fff}@media(max-width:500px){.c-footer{text-align:center}}.c-footer address p{line-height:1.1em}@media(max-width:640px){.c-footer address p{font-size:1rem}}.c-footer address a:hover{text-decoration:underline}.c-footer__summary{padding-top:15px}@media(max-width:1024px){.c-footer .o-cols{-ms-flex-wrap:wrap;flex-wrap:wrap}}.c-footer .o-cols__item{width:33.3333333333%}@media(max-width:1024px){.c-footer .o-cols__item:first-of-type{width:100%;margin-bottom:20px}}.c-footer .o-cols__item:nth-of-type(2),.c-footer .o-cols__item:nth-of-type(3){width:50%}@media(max-width:500px){.c-footer .o-cols__item:nth-of-type(2),.c-footer .o-cols__item:nth-of-type(3){width:100%;margin-bottom:20px}}.c-footer .o-logo{width:235px}@media(max-width:500px){.c-footer .o-logo{margin:0 auto}}.c-gallery{margin-bottom:90px;overflow:hidden}.c-gallery h2{margin-bottom:40px;font-weight:700}.c-gallery .swiper-container.big{width:calc(100% + 720px);margin:0 -360px 25px;overflow:visible}@media(max-width:1024px){.c-gallery .swiper-container.big{margin-bottom:45px}}.c-gallery .swiper-container.big .swiper-slide{-webkit-transition:opacity 50ms;transition:opacity 50ms}.c-gallery .swiper-container.big .swiper-slide.swiper-slide-active:after,.c-gallery .swiper-container.big .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next){opacity:0}@media(max-width:500px){.c-gallery .swiper-container.small{width:calc(100% + 40px);margin:0 -20px}}.c-gallery .swiper-container.small .swiper-wrapper{width:auto}.c-gallery .swiper-container.small .swiper-slide{max-width:150px;cursor:pointer}.c-gallery .swiper-container.small .swiper-slide.swiper-slide-active:after,.c-gallery .swiper-container.small .swiper-slide.swiper-slide-thumb-active:after,.c-gallery .swiper-container.small .swiper-slide:hover:after{opacity:0}@media(max-width:1024px){.c-gallery .swiper-button-next,.c-gallery .swiper-button-prev{display:none}}.c-gallery .swiper-pagination{bottom:-26px!important}@media(min-width:1025px){.c-gallery .swiper-pagination{display:none}}.c-gallery .swiper-pagination .swiper-pagination-bullet{background-color:#099ba7}.c-hero{color:#fff}.c-hero .o-wrap{height:100%}@media(min-width:1161px){.c-hero .o-wrap{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:1160px}}.c-hero .swiper-slide{height:612px}@media(max-width:1024px){.c-hero .swiper-slide{height:512px}}@media(max-width:500px){.c-hero .swiper-slide{height:412px}}.c-hero .swiper-slide img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.c-hero .swiper-slide .employer{right:40px;bottom:40px}@media(max-width:1024px){.c-hero .swiper-slide .employer{right:20px}}.c-hero .swiper-slide .employer p{-webkit-transition:opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;transition:opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;transition:opacity .4s ease-in-out,transform .4s ease-in-out;transition:opacity .4s ease-in-out,transform .4s ease-in-out,-webkit-transform .4s ease-in-out;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0);opacity:0}.c-hero .swiper-slide .employer p:first-of-type{-webkit-transition-delay:1s;transition-delay:1s;font-size:1.5625rem;font-weight:700;line-height:1em}.c-hero .swiper-slide .employer p:nth-of-type(2){-webkit-transition-delay:1.2s;transition-delay:1.2s;font-size:1.0625rem;font-weight:500}.c-hero .swiper-slide .slogan p{-webkit-transition:opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;transition:opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;transition:opacity .4s ease-in-out,transform .4s ease-in-out;transition:opacity .4s ease-in-out,transform .4s ease-in-out,-webkit-transform .4s ease-in-out;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0);opacity:0;-webkit-transition-delay:.8s;transition-delay:.8s}.c-hero .swiper-slide .slogan p:first-of-type{font-size:4.0625rem;font-weight:700;line-height:1em}@media(max-width:1024px){.c-hero .swiper-slide .slogan p:first-of-type{font-size:3.4375rem}}@media(max-width:768px){.c-hero .swiper-slide .slogan p:first-of-type{font-size:2.8125rem}}.c-hero .swiper-slide .slogan p:nth-of-type(2){line-height:1.2em;font-size:3.4375rem;font-weight:500}@media(max-width:1024px){.c-hero .swiper-slide .slogan p:nth-of-type(2){font-size:2.8125rem}}@media(max-width:768px){.c-hero .swiper-slide .slogan p:nth-of-type(2){font-size:2.1875rem}}.c-hero .swiper-slide.swiper-slide-active .employer p,.c-hero .swiper-slide.swiper-slide-active .slogan p{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.c-hero .swiper-button-next{right:calc((100% - 1160px)/2);-webkit-transform:translateX(100%);transform:translateX(100%)}.c-hero .swiper-button-prev{left:calc((100% - 1160px)/2);-webkit-transform:translateX(-100%);transform:translateX(-100%)}@media(max-width:1240px){.c-hero .swiper-button-next,.c-hero .swiper-button-prev{display:none}}@media(min-width:1241px){.c-hero .swiper-pagination{display:none}}.c-hero .swiper-pagination .swiper-pagination-bullet{background-color:#fff}.c-hero .swiper-container-horizontal>.swiper-pagination-bullets{bottom:20px}.c-hero--subsite{height:400px}@media(max-width:768px){.c-hero--subsite{height:300px}}@media(max-width:375px){.c-hero--subsite{height:200px}}.c-hero--subsite:after{background-color:rgba(0,0,0,.55)}.c-hero--subsite h1{width:100%;height:100%;padding:0 40px;line-height:1.1em;text-align:center;font-size:5.625rem;font-weight:700;color:#fff}@media(max-width:1240px){.c-hero--subsite h1{font-size:calc(7.25806vw + .1rem)}}@media(max-width:1240px)and (max-width:43.0555555556rem){.c-hero--subsite h1{font-size:3.135rem}}.c-hero--subsite img{width:100%;height:100%;margin:0 auto;-o-object-fit:cover;object-fit:cover;-o-object-position:right;object-position:right}.c-hero--firstjob img{-o-object-position:bottom;object-position:bottom}.c-join{background-color:grey;margin-bottom:60px;padding:50px 0;overflow:hidden}.c-join--subsite:after{background-color:rgba(0,0,0,.55)}.c-join h2{margin-bottom:60px;font-weight:700;color:#fff}@media(max-width:768px){.c-join h2{text-align:center}}.c-join__content{width:640px;text-align:center}@media(max-width:768px){.c-join__content{width:100%}}.c-join .o-more{text-align:center}.c-join .o-more p{line-height:normal;margin-bottom:30px;font-size:2.375rem;font-weight:700;color:#fff}@media(max-width:768px){.c-join .o-more p{font-size:2rem}}.c-join .o-more .o-btn{text-transform:uppercase;font-size:1rem;font-weight:500}.c-join .o-photo{z-index:0;left:0;top:0;width:100%;height:calc(100% + 40px)}@media screen and (min-width:640px){.c-join .o-photo{height:calc(100% + 340px)}}.c-join .o-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.c-join .swiper-container{margin-bottom:30px;max-width:420px}.c-join .swiper-slide{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:276px;height:300px;background-color:#fff;padding:30px 36px;opacity:.5;color:#000}.c-join .swiper-slide article{-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;opacity:0;-webkit-box-flex:1;-ms-flex:1;flex:1}.c-join .swiper-slide h3{font-weight:700}.c-join .swiper-slide p{margin-bottom:30px;font-size:1.25rem;font-weight:500}.c-join .swiper-slide .o-btn{-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;width:100%;padding:0;text-transform:uppercase;font-size:1.375rem;font-weight:700;opacity:0}.c-join .swiper-slide.swiper-slide-active,.c-join .swiper-slide.swiper-slide-active .o-btn,.c-join .swiper-slide.swiper-slide-active article{opacity:1}.c-join .swiper-button-next{right:50px}@media(max-width:500px){.c-join .swiper-button-next{right:20px}}@media(min-width:321px)and (max-width:375px){.c-join .swiper-button-next{right:40px}}.c-join .swiper-button-prev{left:50px}@media(max-width:500px){.c-join .swiper-button-prev{left:20px}}@media(min-width:321px)and (max-width:375px){.c-join .swiper-button-prev{left:40px}}.c-locations{margin-bottom:70px}.c-locations h2{font-weight:700}@media(min-width:641px)and (max-width:768px){.c-locations h2{margin-bottom:20px}}.c-locations h3{margin-bottom:1em;font-family:Roboto,sans-serif;font-weight:700}@media(max-width:640px){.c-locations .o-cols{-ms-flex-wrap:wrap;flex-wrap:wrap}}.c-locations .o-cols__item:first-of-type{padding-top:60px}@media(max-width:640px){.c-locations .o-cols__item:first-of-type{width:100%;padding-top:30px}}.c-locations .o-cols__item:last-of-type{width:347px;margin:20px auto 0}@media(min-width:641px){.c-locations .o-cols__item:last-of-type{margin:0 0 0 auto}}.c-locations address{margin-bottom:15px}.c-locations address p{line-height:1.2em;font-family:Roboto,sans-serif;font-size:1.125rem}.c-locations__map{width:347px}@media(max-width:375px){.c-map svg{width:100%}}.c-map svg .area{cursor:pointer}.c-map svg .area:hover{fill:#8dcdd2}.c-map .no-pointer-action{pointer-events:none}.c-nav{margin:0 0 0 auto}.c-nav a{white-space:nowrap;font-size:.9375rem}.c-nav__menu>li{padding:0 20px}.c-nav__menu>li a{text-transform:uppercase;font-weight:700}.desktop .c-nav__menu>li a:not(.o-btn):hover{color:#099ba7}@media(min-width:1025px){.c-nav__menu>li:hover .c-nav__submenu{opacity:1;pointer-events:auto;-webkit-transform:scale(1);transform:scale(1)}.c-nav__menu>li:hover>a:before{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:left center;transform-origin:left center}}.c-nav__menu>li:last-child{padding-right:0}.c-nav__submenu{padding-top:4px}@media(min-width:1025px){.c-nav__submenu{position:absolute;left:0;top:24px;opacity:0;overflow:hidden;pointer-events:none;-webkit-transform-origin:50% 0;transform-origin:50% 0;-webkit-transition:all .1s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;transition:all .1s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out}}.c-nav__submenu li a{display:block;background-color:#fff;padding:5px 20px}@media(min-width:1025px){.c-nav__submenu li a:hover{background-color:#099ba7;color:#000!important}}.c-nav .o-btn{padding-left:48px;padding-right:48px;font-size:1.375rem}.c-nav:before{-webkit-transform-origin:left;transform-origin:left}@media(max-width:1024px){.c-nav{display:none;position:fixed;width:100%;height:100%;left:0;top:0;background-color:#fff;padding:0;-webkit-transition:all .4s cubic-bezier(.25,.46,.45,.94);transition:all .4s cubic-bezier(.25,.46,.45,.94);opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media(max-width:1024px)and (orientation:landscape)and (max-height:460px){.c-nav{display:block}}@media(max-width:1024px){.c-nav .o-btn{margin-top:40px}}@media(max-width:1024px)and (max-width:1024px){.c-nav .o-btn{margin-top:20px}}@media(max-width:1024px){.c-nav.is-visible{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@media(max-width:1024px){.c-nav .c-nav__menu{padding-bottom:60px;overflow:scroll;text-align:center;-webkit-overflow-scrolling:touch;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media(max-width:1024px)and (orientation:landscape)and (max-height:460px){.c-nav .c-nav__menu{display:block;margin-top:100px}}@media(max-width:1024px){.c-nav .c-nav__menu>li{height:auto;padding:0}.c-nav .c-nav__menu>li>a:not(.o-btn){-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:36px;font-size:1.25rem;color:#099ba7}.desktop .c-nav .c-nav__menu>li>a:not(.o-btn):hover{opacity:.8}.c-nav .c-nav__menu>li.is-active .c-nav__submenu{display:block}.c-nav .c-nav__menu>li.is-visible .c-nav__submenu{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@media(max-width:1024px){.c-nav .c-nav__submenu{-webkit-transition:all .35s ease-in-out;transition:all .35s ease-in-out;display:none;margin-bottom:1em;-webkit-transform:translateY(10px);transform:translateY(10px);opacity:0}.c-nav .c-nav__submenu li a{padding:0;font-size:1.125rem;color:#099ba7}.c-nav .c-nav__submenu li a:hover{opacity:.8}}@media(max-width:1024px){.c-nav.is-block{display:-webkit-box;display:-ms-flexbox;display:flex}}@media(max-width:1024px){.c-nav.is-visible,.c-nav.is-visible li{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.c-nav .menu-has-children.is-visible.is-active>a{color:#066e77}.c-news{margin-bottom:70px}.c-news h2{margin-bottom:40px;font-weight:700}@media(min-width:769px){.c-news figure{display:-webkit-box;display:-ms-flexbox;display:flex}}@media(max-width:768px){.c-news figure{padding:0 20px}}.c-news figure img{-ms-flex-item-align:baseline;align-self:baseline}@media(max-width:768px){.c-news figure img{width:100%}}.c-news figcaption{padding:20px 0 0;overflow:hidden}@media(min-width:769px){.c-news figcaption{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:auto;height:255px;padding:10px 24px 0 28px}}.c-news figcaption p{font-family:Roboto,sans-serif;line-height:22px}.c-news .swiper-container{width:calc(100% + 280px);margin:0 -140px}@media(max-width:1024px){.c-news .swiper-container{width:calc(100% + 40px);margin:0 -20px}}@media(max-width:500px){.c-news .swiper-container{width:calc(100% + 30px);margin:0 -15px;padding:0 28px}}.c-news .swiper-container:after,.c-news .swiper-container:before{z-index:10;top:0;width:206px;height:100%;pointer-events:none}@media(max-width:500px){.c-news .swiper-container:after,.c-news .swiper-container:before{width:100px;width:40px;display:none}}.c-news .swiper-container:before{left:0;background:-webkit-gradient(linear,left top,right top,from(#fff),to(hsla(0,0%,100%,0)));background:linear-gradient(90deg,#fff 0,hsla(0,0%,100%,0))}.c-news .swiper-container:after{right:0;background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),to(#fff));background:linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff)}.c-news .swiper-slide{max-width:700px}@media(max-width:768px){.c-news .swiper-slide{max-width:500px;margin:0 auto}}@media(max-width:640px){.c-news .swiper-slide{max-width:400px}}@media(max-width:500px){.c-news .swiper-slide{max-width:100%}}.c-news .simplebar-scrollbar.simplebar-visible:before{opacity:1}.c-news .simplebar-track{background-color:#eceff4}.c-news .simplebar-scrollbar,.c-news .simplebar-track.simplebar-vertical{width:3px}.c-news .simplebar-scrollbar:before{left:0;opacity:1;right:0;background-color:#099ba7}@media(max-width:500px){.c-news .swiper-button-next,.c-news .swiper-button-prev{display:none}}.c-news .swiper-pagination{width:100%;margin-top:30px}@media(min-width:501px){.c-news .swiper-pagination{display:none}}.c-news .swiper-pagination .swiper-pagination-bullet{background-color:#099ba7;margin:0 5px}.c-numbers{margin-bottom:60px}@media(max-width:768px){.c-numbers{max-width:536px;margin:0 auto 60px;text-align:center}}.c-numbers h2{margin-bottom:80px;font-weight:700}@media(max-width:1240px){.c-numbers h2{margin-bottom:calc(6.45161vw + .1rem)}}@media(max-width:1240px)and (max-width:29.0625rem){.c-numbers h2{margin-bottom:1.885rem}}.c-numbers h3{font-size:3.75rem;font-weight:500}@media(max-width:1240px){.c-numbers h3{font-size:calc(4.83871vw + .1rem)}}@media(max-width:1240px)and (max-width:54.25rem){.c-numbers h3{font-size:2.635rem}}.c-numbers p{font-weight:500}@media(max-width:1240px){.c-numbers p{font-size:calc(2.41935vw + .1rem)}}@media(max-width:1240px)and (max-width:46.5rem){.c-numbers p{font-size:1.135rem}}.c-numbers .o-cols{text-align:center}@media(max-width:500px){.c-numbers .o-cols{-ms-flex-wrap:wrap;flex-wrap:wrap}}.c-numbers .o-cols__item{width:100%}@media(min-width:501px){.c-numbers .o-cols__item{width:33.3333333333%}}@media(max-width:500px){.c-numbers .o-cols__item:not(:last-of-type){margin-bottom:20px}}.c-search{background-color:#099ba7;margin-bottom:66px;padding:35px 0}.c-search h2{margin-bottom:25px;text-align:center;font-weight:500;color:#fff}@media(min-width:769px){.c-search .custom-select-opener{width:200px}}@media(max-width:1024px){.c-search .form-row{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media(max-width:768px){.c-search .form-row{display:block;max-width:536px;margin:0 auto}}@media(max-width:640px){.c-search .form-row{margin:0}}.c-search .form-row p{font-weight:500;color:#fff}.c-search .form-row .form-group{padding:0 13px}@media(min-width:769px){.c-search .form-row .form-group:not(:nth-of-type(3)){width:33%}}@media(min-width:1025px){.c-search .form-row .form-group{max-width:260px}}@media(max-width:1024px){.c-search .form-row .form-group{width:100%;margin-bottom:16px}}@media(max-width:768px){.c-search .form-row .form-group{width:100%;margin-bottom:10px}}@media(max-width:640px){.c-search .form-row .form-group{width:100%}}.c-search .form-row .form-group:first-of-type p{text-align:center}@media(min-width:1025px){.c-search .form-row .form-group:first-of-type p{text-align:right}}@media(max-width:1024px){.c-search .form-row .form-group:first-of-type{width:100%;padding-bottom:10px}}@media(max-width:1024px){.c-search .form-row .form-group:nth-of-type(3){display:none}}@media(max-width:768px){.c-search .form-row .form-group:last-of-type{text-align:right}}@media(min-width:1025px){.c-search .form-row .form-group.submit{-webkit-box-flex:1;-ms-flex:1;flex:1}}@media(max-width:1024px){.c-search .form-row .form-group.submit{width:100%;text-align:center}}.c-search .form-row .form-group.submit .o-btn{margin:0 0 0 auto;padding-top:2px}@media(max-width:640px){.c-search .form-row .form-group.submit .o-btn{width:100%}}.c-search .form-row .form-group.submit .o-btn i{margin-top:-5px}.c-search .o-btn--red,.c-search .o-btn--white{padding:0 70px;text-transform:uppercase;font-size:1.25rem;font-weight:700}@media(max-width:1024px){.c-search .o-btn--red,.c-search .o-btn--white{padding:0 40px}}@media(max-width:768px){.c-search .o-btn--red,.c-search .o-btn--white{font-size:1.125rem}}.c-search__results{left:0;top:calc(100% + 35px);width:100%;background-color:#fff;padding:0 105px 40px;-webkit-transform:translateY(35px);transform:translateY(35px);-webkit-box-shadow:0 0 3px;box-shadow:0 0 3px;-webkit-box-shadow:0 3px 3px 0 rgba(0,0,0,.15);box-shadow:0 3px 3px 0 rgba(0,0,0,.15);opacity:0;overflow:auto;pointer-events:none;-webkit-transform-origin:50% 0;transform-origin:50% 0;-webkit-transform:scale(.75) translateY(35px);transform:scale(.75) translateY(35px);-webkit-transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out}@media(max-width:1024px){.c-search__results{padding:0 40px 40px}}@media(max-width:768px){.c-search__results{top:calc(100% + 45px)}}@media(max-width:500px){.c-search__results{padding:0 20px 20px}}.c-search__results.is-visible{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.c-search__results table{width:100%}.c-search__results table .o-btn{padding:0 20px}.c-search__results table tr{border-top:1px solid #eceff4}@media(max-width:900px){.c-search__results table tr{display:block;padding:30px 16px}}@media(max-width:1024px){.c-search__results table tr{padding:16px}}@media(max-width:500px){.c-search__results table tr{padding:10px 0}}.c-search__results table tr td{padding:15px;vertical-align:middle}@media(max-width:1320px){.c-search__results table tr td{padding-right:calc(3.22581vw + .1rem);padding-left:calc(3.22581vw + .1rem)}}@media(max-width:1320px)and (max-width:31rem){.c-search__results table tr td{padding-right:1.01rem;padding-left:1.01rem}}@media(max-width:1024px){.c-search__results table tr td{padding:20px 16px}}@media(max-width:900px){.c-search__results table tr td{display:block;padding:0}}.c-search__results table tr td:first-of-type{font-size:1.125rem;font-weight:800}@media(min-width:901px){.c-search__results table tr td:first-of-type{width:46.3157894737%}}@media(max-width:900px){.c-search__results table tr td:first-of-type{margin-bottom:10px}}@media(max-width:500px){.c-search__results table tr td:first-of-type{margin-bottom:5px}}.c-search__results table tr td:nth-of-type(2){font-weight:700}@media(min-width:901px){.c-search__results table tr td:nth-of-type(2){width:38.9473684211%}}@media(max-width:900px){.c-search__results table tr td:nth-of-type(2){margin-bottom:16px}}@media(min-width:901px){.c-search__results table tr td:nth-of-type(3){text-align:right}}@media(max-width:900px){.c-search__results table tr td .o-btn{height:40px;text-transform:none;font-size:1rem}}@media(max-width:500px){.c-search__results table tr td .o-btn{padding:0 14px}.c-search__results table tr td .o-btn:after{margin-left:5px;font-size:.75rem}}.c-search__results.list-without-results{padding:20px 0;text-align:center}.c-search__results.list-without-results p{margin:5px 0;font-size:1.25rem;font-weight:400}.c-search__results.list-without-results p+p{font-weight:700}.c-search__results.list-without-results td{padding:0;border:none}.c-search__results.list-without-results tr{border:none}.c-search__results.list-without-results .o-btn{margin-top:30px}@media(max-width:500px){.c-search__results .page{display:none}}.c-search__results .o-btn{height:40px;background-color:#099ba7;border-radius:28px;font-size:.875rem;font-weight:700}.c-search__results .o-btn:hover{background-color:#08858f}.c-search__results .o-btn--gray{background-color:#fafafa;color:#000}.c-search__results .o-btn--gray:hover{background-color:#099ba7;color:#fff}.c-search__results .o-btn--arrow:after{margin-left:10px;font-family:icomoon;font-size:1rem;content:"\E905"}.c-search .close-results{position:absolute;z-index:20;right:0;top:15px;margin:0 105px 0 0;width:30px;height:30px;background-color:#099ba7;border-radius:28px;font-size:.875rem;white-space:nowrap;border-radius:50%;text-transform:uppercase;font-family:CeraPro,sans-serif;font-weight:800;color:#fff;cursor:pointer;opacity:0;pointer-events:none}.c-search .close-results:hover{background-color:#08858f}@media(max-width:1320px){.c-search .close-results{margin-right:calc(8.46774vw + .1rem)}}@media(max-width:1320px)and (max-width:25.0952380952rem){.c-search .close-results{margin-right:2.135rem}}@media(max-width:1024px){.c-search .close-results{margin-right:40px}}@media(max-width:500px){.c-search .close-results{margin-right:20px}}.c-search .close-results:after{content:"x"}@media(max-width:640px){.c-search .close-results{width:40px;height:40px}}.c-search .close-results:before{display:inline-block;-webkit-transform:rotate(90deg) scaleX(-1);transform:rotate(90deg) scaleX(-1)}.c-search .close-results.is-visible{opacity:1;pointer-events:all}.c-search .close-results.is-down:before{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.c-search .lds-ripple{margin-top:20px}.c-search .content-search{display:none;opacity:0}.c-search .content-search.is-visible{display:block;opacity:1}.c-search .vs__dropdown-menu{width:calc(100% + 4px);margin-left:-2px}.c-search .vs__open-indicator{fill:#099ba7}.c-search .vs__selected-options{padding:0}.c-search .vs__selected-options .vs__search{height:38px;margin:0;border:0;padding:0;border-radius:0;color:#000}.c-search .vs__selected-options .vs__selected{border-radius:0;padding:0;margin:0;width:100%;font-weight:700}.c-search .vs--searchable .vs__dropdown-toggle{height:40px;border:none}.c-search .v-select{width:100%;height:40px;background-color:#fff;border:2px solid #eceff4;padding:0 4px 0 14px;font-family:CeraPro,sans-serif;font-size:.875rem}.mobile .c-search .v-select{font-size:1rem}.c-search .v-select .vs2__listbox{border:none;background:red;display:none}.c-search .v-select .vs__dropdown-menu .vs__dropdown-option{padding-left:14px;padding-right:14px;font-weight:400}.c-search .v-select .vs__dropdown-menu .vs__dropdown-option.vs__dropdown-option--selected{background:#eceff4}.c-search .v-select .vs__dropdown-menu .vs__dropdown-option.vs__dropdown-option--highlight{background:#eceff4;color:#000}.c-search .pagination{margin-bottom:10px;padding-top:15px;opacity:0;pointer-events:none}.c-search .pagination.is-visible{opacity:1;pointer-events:all}.c-search .pagination ul{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(max-width:500px){.c-search .pagination ul{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.c-search .pagination .o-btn{width:30px;height:30px;padding:0;font-weight:700}.c-search .pagination .o-btn:hover{background-color:#08858f}@media(max-width:640px){.c-search .pagination .o-btn{width:40px;height:40px}}@media(max-width:500px){.c-search .pagination .o-btn{margin:0 10px}}.c-search .pagination .o-btn.prev:before{content:"<"}.c-search .pagination .o-btn.next:before{content:">"}.c-search .pagination .o-btn--arrow:after{margin-left:0}.c-search .pagination .o-btn--arrow.reverse-arrow:after{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.c-slogan{background-color:#099ba7;padding:60px 40px;text-align:center}@media(max-width:1240px){.c-slogan{padding-top:calc(4.83871vw + .1rem);padding-bottom:calc(4.83871vw + .1rem)}}@media(max-width:1240px)and (max-width:38.75rem){.c-slogan{padding-top:1.885rem;padding-bottom:1.885rem}}@media(max-width:1024px){.c-slogan{padding-left:20px;padding-right:20px}}.c-slogan p{font-weight:700;color:#fff}@media(max-width:500px){.c-slogan p{font-size:1.5rem}}.c-steps{margin-bottom:70px}.c-steps ol{counter-reset:section}@media(max-width:768px){.c-steps ol{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.c-steps ol li{text-align:center;counter-increment:section}@media(min-width:769px){.c-steps ol li{width:20%;opacity:1;-webkit-transition:none;transition:none}}@media(max-width:768px){.c-steps ol li{-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}}.c-steps ol li i{width:100px;height:100px;background-color:#099ba7;margin:0 auto 20px;border-radius:50%;color:#fff}.c-steps ol li i:before{content:counter(section);font-size:2.5rem;font-weight:500}.c-steps ol li p{line-height:1.25em;font-family:Roboto,sans-serif;font-size:1.25rem}@media(max-width:768px){.c-steps ol li:not(:last-child){padding-bottom:80px}}.c-steps ol li:not(:last-child):after{left:50%;top:0;-webkit-transform:translateX(-50%) translateY(100%) translateY(130px) rotate(90deg) scaleX(-1);transform:translateX(-50%) translateY(100%) translateY(130px) rotate(90deg) scaleX(-1);line-height:1em;font-family:icomoon;font-size:3rem;content:"\E900";color:#099ba7}@media(min-width:769px){.c-steps ol li:not(:last-child):after{right:0;top:24px;-webkit-transform:scaleX(-1) translateX(-50%);transform:scaleX(-1) translateX(-50%)}}.c-steps .o-article{max-width:980px;margin:0 auto 50px}.c-steps .o-article p{text-align:center;font-weight:700}.c-timeline{margin-bottom:100px}.c-timeline h2{margin-bottom:60px;font-weight:700}@media(max-width:500px){.c-timeline h2{margin-bottom:30px}}.c-timeline__history li{width:50%;margin-bottom:40px}@media(max-width:1024px){.c-timeline__history li{margin-bottom:20px}}@media(max-width:375px){.c-timeline__history li{margin-bottom:0}}.c-timeline__history li:after{top:50%;width:101px;height:74px;background-image:url(../img/assets/drop.b11c22513fa17f61e15640f066efe30b.svg);background-repeat:no-repeat;background-size:contain}@media(max-width:1240px){.c-timeline__history li:after{width:calc(8.14516vw + .1rem);height:calc(5.96774vw + .1rem)}}@media(max-width:1240px)and (max-width:53.7128712871rem){.c-timeline__history li:after{width:4.385rem}}@media(max-width:1240px)and (max-width:52.3648648649rem){.c-timeline__history li:after{height:3.135rem}}@media(max-width:375px){.c-timeline__history li:after{width:50px}}.c-timeline__history li:nth-of-type(odd){padding:0 90px 0 20px;text-align:right}@media(max-width:768px){.c-timeline__history li:nth-of-type(odd){padding:0 60px 0 20px}}@media(max-width:375px){.c-timeline__history li:nth-of-type(odd){padding:0 40px 0 0}}.c-timeline__history li:nth-of-type(odd):after{right:0;-webkit-transform:translateX(50%) translateY(-50%);transform:translateX(50%) translateY(-50%)}.c-timeline__history li:nth-of-type(2n){margin:0 0 40px auto;padding:0 20px 0 90px}@media(max-width:1024px){.c-timeline__history li:nth-of-type(2n){margin:0 0 20px auto}}@media(max-width:768px){.c-timeline__history li:nth-of-type(2n){padding:0 20px 0 60px}}@media(max-width:375px){.c-timeline__history li:nth-of-type(2n){padding:0 0 0 40px}}.c-timeline__history li:nth-of-type(2n):after{left:0;-webkit-transform:translateX(-50%) translateY(-50%) scaleX(-1);transform:translateX(-50%) translateY(-50%) scaleX(-1)}.c-timeline__history p{line-height:1.1em}.c-timeline__history p.info{font-size:1.875rem;font-weight:500}@media(max-width:1240px){.c-timeline__history p.info{font-size:calc(2.41935vw + .1rem)}}@media(max-width:1240px)and (max-width:41.3333333333rem){.c-timeline__history p.info{font-size:1.01rem}}@media(max-width:375px){.c-timeline__history p.info{font-size:.875rem}}.c-timeline__history p.year{font-size:2.1875rem;font-weight:700}@media(max-width:1240px){.c-timeline__history p.year{font-size:calc(2.82258vw + .1rem)}}@media(max-width:1240px)and (max-width:48.7142857143rem){.c-timeline__history p.year{font-size:1.385rem}}.c-topbar{z-index:40;position:fixed;left:0;top:0;width:100%;height:114px;background-color:#fff}.c-topbar.is-narrow{height:80px}@media(max-width:768px){.c-topbar{height:80px}}.c-topbar .o-logo{display:block;width:310px}@media(max-width:768px){.c-topbar .o-logo{width:240px}}@media(max-width:375px){.c-topbar .o-logo{width:200px}}.c-topbar .o-wrap{height:100%}html:not(.ie).is-loaded .anim{-webkit-transition:all .6s ease-out;transition:all .6s ease-out;opacity:0}html:not(.ie).is-loaded .anim--left{-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0)}html:not(.ie).is-loaded .anim--right{-webkit-transform:translate3d(50px,0,0);transform:translate3d(50px,0,0)}html:not(.ie).is-loaded .anim--up{-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}html:not(.ie).is-loaded .anim--visible{-webkit-transform:translateZ(0) scaleX(1);transform:translateZ(0) scaleX(1);opacity:1}html:not(.ie) hr.anim{opacity:1;-webkit-transition:all 1.6s ease-out;transition:all 1.6s ease-out}.is-hidden{display:none}.aligncenter{text-align:center}.color-primary{color:var(--primary-color)}.u-cover{-webkit-transition:all .5s ease-out;transition:all .5s ease-out;opacity:1}.is-loaded .u-cover{opacity:0}

/*# sourceMappingURL=style.f772fc2410131472db25.css.map*/