/* Minification failed. Returning unminified contents.
(2,307): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2,328): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2,354): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2,381): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2,407): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2,450): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2,476): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2,502): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(2,3628): run-time error CSS1039: Token not allowed after unary operator: '-dark-blue-color'
(2,3966): run-time error CSS1039: Token not allowed after unary operator: '-dark-blue-color'
(2,4150): run-time error CSS1039: Token not allowed after unary operator: '-dark-blue-color'
(2,4606): run-time error CSS1039: Token not allowed after unary operator: '-dark-blue-color'
(2,5143): run-time error CSS1039: Token not allowed after unary operator: '-dark-blue-color'
(2,5219): run-time error CSS1039: Token not allowed after unary operator: '-turquoise-color'
(2,5248): run-time error CSS1039: Token not allowed after unary operator: '-dark-blue-color'
(2,5308): run-time error CSS1039: Token not allowed after unary operator: '-blue-color'
(3,1997): run-time error CSS1039: Token not allowed after unary operator: '-dark-blue-color'
(3,3310): run-time error CSS1039: Token not allowed after unary operator: '-dark-blue-color'
(3,3539): run-time error CSS1039: Token not allowed after unary operator: '-blue-color'
(3,4890): run-time error CSS1039: Token not allowed after unary operator: '-dark-blue-color'
(3,5069): run-time error CSS1039: Token not allowed after unary operator: '-turquoise-color'
(3,7052): run-time error CSS1039: Token not allowed after unary operator: '-dark-blue-color'
(3,8560): run-time error CSS1039: Token not allowed after unary operator: '-dark-blue-color'
(3,8717): run-time error CSS1039: Token not allowed after unary operator: '-blue-color'
(3,8788): run-time error CSS1039: Token not allowed after unary operator: '-blue-color'
(4,523): run-time error CSS1039: Token not allowed after unary operator: '-border-select-color'
(4,916): run-time error CSS1039: Token not allowed after unary operator: '-dark-blue-color'
(4,1016): run-time error CSS1039: Token not allowed after unary operator: '-blue-color'
(4,1575): run-time error CSS1039: Token not allowed after unary operator: '-border-select-color'
(4,1772): run-time error CSS1039: Token not allowed after unary operator: '-blue-color'
(4,1857): run-time error CSS1039: Token not allowed after unary operator: '-light-blue-color'
(4,2148): run-time error CSS1039: Token not allowed after unary operator: '-border-select-color'
(4,3191): run-time error CSS1039: Token not allowed after unary operator: '-light-blue-color'
(5,390): run-time error CSS1039: Token not allowed after unary operator: '-border-select-color'
(5,782): run-time error CSS1039: Token not allowed after unary operator: '-dark-blue-color'
(5,932): run-time error CSS1039: Token not allowed after unary operator: '-blue-color'
(5,1222): run-time error CSS1039: Token not allowed after unary operator: '-dark-blue-color'
(5,1972): run-time error CSS1039: Token not allowed after unary operator: '-dark-blue-color'
 */
article,aside,details,figcaption,figure,hgroup,nav,section,summary{display:block;}audio,canvas,video{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;display:block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;height:100%;}p{margin:0;}a:active,a:hover{outline:0;}h1{font-size:2em;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:700;}dfn{font-style:italic;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;word-wrap:break-word;}q{quotes:“”‘’;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-.5em;}sub{bottom:-.25em;}img{border:0;display:block;}svg:not(:root){overflow:hidden;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;}button[disabled],input[disabled]{cursor:default;}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}body,figure{margin:0;}legend,button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}*:focus{outline:none;}
@keyframes spin{0%{transform:rotate(0);}100%{transform:rotate(360deg);}}@keyframes spinBack{0%{transform:rotate(360deg);}100%{transform:rotate(0deg);}}@keyframes scalDots{0%{transform:scale(1);}25%{transform:scale(1.01);}50%{transform:scale(.98);}75%{transform:scale(1.01);}100%{transform:scale(1);}}:root{--blue-color:#1089ff;--turquoise-color:#1ff5cd;--light-blue-color:#cbefff;--dark-blue-color:#00204a;--opacity-dark-blue-color:rgba(0,32,74,.9);--error-red-color:#e10000;--msg-email-color:#1ff5cd;--border-select-color:#c0c8d2;}@keyframes fadeInAnim{0%{opacity:0;transform:translate(0,20px);}100%{opacity:1;transform:translate(0,0);}}@font-face{font-family:'BarlowCondensed-Medium';src:url("../../../fonts/BarlowCondensed/BarlowCondensed-Medium.eot?") format("embedded-opentype"),url("../../fonts/BarlowCondensed/BarlowCondensed-Medium.svg") format("svg"),url("../../fonts/BarlowCondensed/BarlowCondensed-Medium.ttf") format("truetype"),url("../../fonts/BarlowCondensed/BarlowCondensed-Medium.woff") format("woff"),url("../../fonts/BarlowCondensed/BarlowCondensed-Medium.woff2") format("woff2");}@font-face{font-family:'BarlowCondensed-Regular';src:url("../../../fonts/BarlowCondensed/BarlowCondensed-Regular.eot?") format("embedded-opentype"),url("../../fonts/BarlowCondensed/BarlowCondensed-Regular.svg") format("svg"),url("../../fonts/BarlowCondensed/BarlowCondensed-Regular.ttf") format("truetype"),url("../../fonts/BarlowCondensed/BarlowCondensed-Regular.woff") format("woff"),url("../../fonts/BarlowCondensed/BarlowCondensed-Regular.woff2") format("woff2");}@font-face{font-family:'BarlowCondensed-SemiBold';src:url("../../../fonts/BarlowCondensed/BarlowCondensed-SemiBold.eot?") format("embedded-opentype"),url("../../fonts/BarlowCondensed/BarlowCondensed-SemiBold.svg") format("svg"),url("../../fonts/BarlowCondensed/BarlowCondensed-SemiBold.ttf") format("truetype"),url("../../fonts/BarlowCondensed/BarlowCondensed-SemiBold.woff") format("woff"),url("../../fonts/BarlowCondensed/BarlowCondensed-SemiBold.woff2") format("woff2");}@font-face{font-family:'BarlowSemiCondensed-Medium';src:url("../../../fonts/BarlowSemiCondensed/BarlowSemiCondensed-Medium.eot?") format("embedded-opentype"),url("../../fonts/BarlowSemiCondensed/BarlowSemiCondensed-Medium.svg") format("svg"),url("../../fonts/BarlowSemiCondensed/BarlowSemiCondensed-Medium.ttf") format("truetype"),url("../../fonts/BarlowSemiCondensed/BarlowSemiCondensed-Medium.woff") format("woff"),url("../../fonts/BarlowSemiCondensed/BarlowSemiCondensed-Medium.woff2") format("woff2");}@font-face{font-family:'BarlowSemiCondensed-Regular';src:url("../../../fonts/BarlowSemiCondensed/BarlowSemiCondensed-Regular.eot?") format("embedded-opentype"),url("../../fonts/BarlowSemiCondensed/BarlowSemiCondensed-Regular.svg") format("svg"),url("../../fonts/BarlowSemiCondensed/BarlowSemiCondensed-Regular.ttf") format("truetype"),url("../../fonts/BarlowSemiCondensed/BarlowSemiCondensed-Regular.woff") format("woff"),url("../../fonts/BarlowSemiCondensed/BarlowSemiCondensed-Regular.woff2") format("woff2");}@font-face{font-family:'BarlowSemiCondensed-Thin';src:url("../../../fonts/BarlowSemiCondensed/BarlowSemiCondensed-Thin.eot?") format("embedded-opentype"),url("../../fonts/BarlowSemiCondensed/BarlowSemiCondensed-Thin.svg") format("svg"),url("../../fonts/BarlowSemiCondensed/BarlowSemiCondensed-Thin.ttf") format("truetype"),url("../../fonts/BarlowSemiCondensed/BarlowSemiCondensed-Thin.woff") format("woff"),url("../../fonts/BarlowSemiCondensed/BarlowSemiCondensed-Thin.woff2") format("woff2");}body h1{font-family:BarlowCondensed-SemiBold;font-size:12.5vw;color:var(--dark-blue-color);margin:0;padding:0;line-height:1;font-stretch:condensed;font-style:normal;font-weight:400;}body h2{font-family:BarlowCondensed-SemiBold;font-size:9.375vw;margin:0;padding:0;line-height:1;font-stretch:condensed;font-style:normal;font-weight:400;}body h3{font-family:BarlowCondensed-SemiBold;font-size:7.8125vw;color:var(--dark-blue-color);margin:0;padding:0;line-height:1;font-stretch:condensed;font-style:normal;font-weight:400;}body h4{font-family:BarlowCondensed-SemiBold;font-size:7.1875vw;color:var(--dark-blue-color);margin:0;padding:0;line-height:1;font-stretch:condensed;font-style:normal;font-weight:400;}body h5{font-family:BarlowCondensed-SemiBold;font-size:5.9375vw;margin:0;padding:0;line-height:1;font-stretch:condensed;font-style:normal;font-weight:400;}body a{font-family:BarlowCondensed-Medium;text-decoration:none;font-stretch:condensed;font-style:normal;font-weight:400;}body p{font-family:BarlowCondensed-Medium;font-size:4.375vw;color:var(--dark-blue-color);font-stretch:condensed;font-style:normal;font-weight:400;}body span{font-family:BarlowCondensed-Medium;font-stretch:condensed;font-style:normal;font-weight:400;}body .desktop{display:none;}body .mobile{display:block;}body .elem-con,body .elem-con-big{width:90.625vw;margin:0 auto;}body .limited-text{overflow:hidden;word-wrap:break-word;font-weight:400;}body .btn{height:12.5vw;align-items:center;display:flex;justify-content:space-around;border-radius:1.25vw;border:none;}body .btn.btn-dark-blue{background-color:var(--dark-blue-color);color:#fff;}body .btn.btn-turquoise{background-color:var(--turquoise-color);color:var(--dark-blue-color);}body .btn.btn-blue{background-color:var(--blue-color);color:#fff;}body .waves-wrapper{width:100%;}body .waves-wrapper .waves{width:95.3125vw;height:13.28125vw;float:right;margin-top:3.125vw;margin-bottom:6.25vw;}body .fadeInText .f1{animation-name:fadeInAnim;animation-duration:1s;animation-fill-mode:forwards;transition-timing-function:cubic-bezier(.25,.1,.25,1);}body .fadeInText .f2{animation-name:fadeInAnim;animation-duration:1s;animation-delay:.2s;animation-fill-mode:forwards;transition-timing-function:cubic-bezier(.25,.1,.25,1);}body .fadeInText .f3{animation-name:fadeInAnim;animation-duration:1s;animation-delay:.3s;animation-fill-mode:forwards;transition-timing-function:cubic-bezier(.25,.1,.25,1);}body .animation-fade .f1,body .animation-fade .f2,body .animation-fade .f3,body .animation-fade1 .f1,body .animation-fade1 .f2,body .animation-fade1 .f3{opacity:0;}body input,body textarea{-webkit-appearance:none;}@media(min-width:1024px){body h1{font-size:120px;}body h2{font-size:66px;}body h3{font-size:50px;}body h4{font-size:46px;}body h5{font-size:46px;}body p{font-size:20px;}body .mobile{display:none;}body .desktop{display:block;}body .elem-con{width:89.45313vw;margin:0 auto;}body .elem-con-big{width:89.45313vw;max-width:1760px;}body .btn{height:60px;width:240px;border-radius:8px;}body .waves-wrapper .waves{width:94.72656vw;height:8.30078vw;max-height:100px;margin-top:40px;margin-bottom:60px;}}@media(min-width:1280px){body .elem-con{max-width:1390px;}}@media(min-width:1920px){body .waves-wrapper .waves{width:calc((100vw - 1760px)/2 + 1760px);}}
@keyframes spin{0%{transform:rotate(0);}100%{transform:rotate(360deg);}}@keyframes spinBack{0%{transform:rotate(360deg);}100%{transform:rotate(0deg);}}@keyframes scalDots{0%{transform:scale(1);}25%{transform:scale(1.01);}50%{transform:scale(.98);}75%{transform:scale(1.01);}100%{transform:scale(1);}}@keyframes slide-in{0%{-webkit-transform:translateX(100%);}100%{-webkit-transform:translateX(0%);}}@keyframes slide-out{0%{transform:translateX(0%);}100%{transform:translateX(100%);}}body{height:100%;display:flex;flex-direction:column;}body .btn_accessibility{display:none !important;}body .accessibility{right:1.5625vw;position:fixed;top:90%;margin:auto;height:50px;cursor:pointer;z-index:1000;}body .social-networks{display:flex;}body .social-networks .link{height:9.375vw;width:9.375vw;display:block;background-repeat:no-repeat;background-size:contain;background-position:center;}body .social-networks .link:not(:first-child){margin-left:4.6875vw;}body header .logos{display:flex;align-items:center;}body header .logos .link{background-position:center;background-repeat:no-repeat;background-size:contain;}body header .logos .link.huawei-logo{width:7.0625vw;height:6.875vw;margin-right:3.32813vw;}body header .logos .link.network-logo{width:28.67188vw;height:6.03125vw;}body header .logos .line{height:6.09375vw;width:.3125vw;background-color:#000;opacity:.1;margin-right:3.14063vw;}body header .top-panel{padding:2.8125vw 3.125vw;height:12.5vw;margin:4.6875vw auto 0 auto;background-color:#fff;border-radius:1.25vw;box-shadow:0 0 20px 0 rgba(16,137,255,.2);display:flex;justify-content:space-between;align-items:center;}body header .top-panel .toggle-menu-wrapper{width:6.875vw;height:6.875vw;display:flex;align-items:center;justify-content:flex-end;}body header .top-panel .toggle-menu-wrapper .toggle-menu{width:5vw;height:4.375vw;position:relative;display:block;}body header .top-panel .toggle-menu-wrapper .toggle-menu i{position:absolute;display:block;height:.625vw;background-color:var(--dark-blue-color);width:100%;left:0;transition:all .3s;}body header .top-panel .toggle-menu-wrapper .toggle-menu i:nth-child(1){top:0;}body header .top-panel .toggle-menu-wrapper .toggle-menu i:nth-child(2){top:1.875vw;}body header .top-panel .toggle-menu-wrapper .toggle-menu i:nth-child(3){top:3.75vw;}body header .collapse-panel-bg-color{display:none;position:absolute;width:100%;height:100%;top:0;opacity:.9;background-color:#00204a;position:fixed;z-index:100;}body header .collapse-panel{background-color:#fff;padding:7.5vw 8.28125vw 6.25vw 7.8125vw;overflow:hidden;overflow-y:auto;transform:translateX(100%);height:100%;width:75vw;top:0;right:0;position:absolute;border-radius:4.6875vw 0 0 4.6875vw;position:fixed;display:flex;flex-direction:column;justify-content:space-between;}body header .collapse-panel .content-wrapper .logos-wrapper{display:flex;align-items:center;justify-content:space-between;}body header .collapse-panel .content-wrapper .logos-wrapper .close-menu{height:6.875vw;width:6.875vw;background:url("../../Images/General/close-manu.png") right center no-repeat;background-size:3.98437vw 3.98437vw;}body header .collapse-panel .content-wrapper .menu{margin-top:9.32836vh;}body header .collapse-panel .content-wrapper .menu .menu-item{font-size:5.625vw;width:100%;display:block;color:var(--dark-blue-color);}body header .collapse-panel .content-wrapper .menu .menu-item:not(:first-child){margin-top:7.83582vh;}body header .collapse-panel .content-wrapper .menu .join-us{font-family:BarlowCondensed-SemiBold;color:var(--blue-color);font-size:5.625vw;margin-top:6.90299vh;display:block;}body header .collapse-panel .social-networks{margin-top:9.32836vh;}body header .collapse-panel .social-networks .link.facebook-link{background-image:url("../../Images/General/facebook-circle-blue.png");}body header .collapse-panel .social-networks .link.linkedin-link{background-image:url("../../Images/General/linkedin-circle-blue.png");}body header .collapse-panel .social-networks .link.twitter-link{background-image:url("../../Images/General/twitter-circle-blue.png");}body header .collapse-panel .social-networks .link.instagram-link{background-image:url("../../Images/General/instegram-circle-blue.png");}body header.open .top-panel .toggle-menu-wrapper .toggle-menu i:nth-child(1){top:1.875vw;transform:rotateZ(45deg);}body header.open .top-panel .toggle-menu-wrapper .toggle-menu i:nth-child(2){background:transparent;}body header.open .top-panel .toggle-menu-wrapper .toggle-menu i:nth-child(3){top:1.875vw;transform:rotateZ(-45deg);}body header.open .collapse-panel{animation:slide-in .5s forwards;animation-delay:.3s;right:0;z-index:100;box-shadow:0 0 20px 0 rgba(16,137,255,.2);}body header.dismiss .top-panel .toggle-menu-wrapper .toggle-menu i{transition-delay:.3s;}body header.dismiss .collapse-panel{animation:slide-out .5s forwards;}body footer{background-color:var(--dark-blue-color);text-align:center;margin-top:auto;}body footer .top-footer{display:flex;flex-direction:column;align-items:center;padding:6.25vw 0 4.76563vw 0;border-bottom:var(--turquoise-color) 1px solid;}body footer .top-footer .network-logo{background-repeat:no-repeat;background-position:center;background-size:contain;width:43.59375vw;height:9.53125vw;}body footer .top-footer .menu{margin-top:10.15625vw;}body footer .top-footer .menu .menu-item{display:block;font-size:4.0625vw;color:#fff;}body footer .top-footer .menu .menu-item:not(:first-child){margin-top:9.375vw;}body footer .top-footer .menu .join-us{width:43.75vw;height:10.9375vw;margin-top:10.9375vw;font-size:4.0625vw;}body footer .bottom-footer{padding:4.60938vw 0 3.125vw 0;}body footer .bottom-footer .social-networks{justify-content:center;}body footer .bottom-footer .social-networks .link.facebook-link{background-image:url("../../Images/General/facebook-circle-white.png");}body footer .bottom-footer .social-networks .link.linkedin-link{background-image:url("../../Images/General/linkedin-circle-white.png");}body footer .bottom-footer .social-networks .link.twitter-link{background-image:url("../../Images/General/twitter-circle-white.png");}body footer .bottom-footer .social-networks .link.instagram-link{background-image:url("../../Images/General/instegram-circle-white.png");}body footer .bottom-footer .copy-rights{margin-top:4.73438vw;}body footer .bottom-footer .copy-rights .text{width:100%;}body footer .bottom-footer .copy-rights .line{margin:0 .625vw;}body footer .bottom-footer .copy-rights .line:first-of-type{display:none;}body footer .bottom-footer .copy-rights .link{text-decoration:underline;}body footer .bottom-footer .copy-rights>*{font-size:3.75vw;line-height:1.5;color:#fff;opacity:.5;}body footer .bottom-footer .powered-by{margin-top:3.125vw;display:flex;align-items:center;justify-content:center;}body footer .bottom-footer .powered-by .text{font-size:3.75vw;color:#fff;}body footer .bottom-footer .powered-by .yit-logo{height:4.375vw;width:5vw;margin:1.5625vw 0 0 1.17188vw;}body #cookies{color:#fff;position:fixed;bottom:0;width:100%;background-color:var(--dark-blue-color);display:flex;padding:1.71875vw 4.6875vw;z-index:2;}body #cookies #cookiesContent{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;}body #cookies #cookiesContent #cookiesText{line-height:3.4375vw;max-width:67.1875vw;display:flex;align-items:center;}body #cookies #cookiesContent #cookiesText p{font-size:3.125vw;color:#fff;}body #cookies #cookiesContent #cookiesText p a{text-decoration:underline;color:#fff;}body #cookies #cookiesContent #cookiesButton{font-family:BarlowCondensed-Medium;width:15.625vw;height:6.25vw;font-size:3.125vw;cursor:pointer;}@media(min-width:1024px){body .accessibility{right:10px;}body .social-networks .link{height:31.8px;width:31.8px;}body .social-networks .link:not(:first-child){margin-left:15.9px;}body .menu{display:flex;align-items:center;}body .menu .menu-item{font-size:20px;}body .menu .menu-item:not(:last-child){margin-left:90px;}body .menu .join-us{width:140px;height:50px;margin-left:60px;font-size:20px;}body header .logos .link.huawei-logo{width:45.2px;height:44px;margin-right:21.3px;}body header .logos .link.network-logo{width:183.5px;height:38.6px;}body header .logos .line{height:39px;width:2px;margin-right:20.1px;}body header .top-panel{padding:18px 15px 18px 23px;height:80px;margin:20px auto 0 auto;background-color:#fff;border-radius:8px;box-shadow:0 0 20px 0 rgba(16,137,255,.2);display:flex;justify-content:space-between;align-items:center;}body header .top-panel .menu .menu-item{color:var(--dark-blue-color);}body header .top-panel .menu .menu-item:not(:last-child){margin-left:3.90625vw;}body header .top-panel .menu .menu-item.active{color:var(--blue-color);}body header .top-panel .menu .menu-item:hover{color:var(--blue-color);}body header .top-panel .menu .join-us{margin-left:3.90625vw;}body header .top-panel .toggle-menu-wrapper{display:none;}body footer{padding:30px 0 22.5px 0;}body footer .top-footer{flex-direction:row;padding:0 0 30.5px 0;justify-content:space-between;max-width:1672px;}body footer .top-footer .network-logo{width:175.1px;height:39.4px;}body footer .top-footer .menu{margin-top:0;}body footer .top-footer .menu .menu-item{font-size:20px;}body footer .top-footer .menu .menu-item:not(:first-child){margin-top:0;}body footer .top-footer .menu .join-us{width:140px;height:50px;margin-top:0;font-size:20px;}body footer .bottom-footer{padding:19.3px 0 0 0;display:flex;justify-content:space-between;align-items:center;max-width:1672px;}body footer .bottom-footer .copy-rights{margin-top:0;}body footer .bottom-footer .copy-rights .text{width:unset;}body footer .bottom-footer .copy-rights .line{margin:0 4px;}body footer .bottom-footer .copy-rights .line:first-of-type{display:inline-block;}body footer .bottom-footer .copy-rights>*{display:inline-block;font-size:16px;}body footer .bottom-footer .powered-by{margin-top:0;}body footer .bottom-footer .powered-by .text{font-size:16px;font-weight:500;font-stretch:condensed;font-style:normal;line-height:.75;letter-spacing:normal;text-align:center;color:#fff;}body footer .bottom-footer .powered-by .yit-logo{height:18.8px;width:22.5px;margin:6px 0 0 4.2px;}body #cookies{padding:11px;}body #cookies #cookiesContent{max-width:1000px;margin:auto;}body #cookies #cookiesContent #cookiesText{line-height:18px;max-width:886px;}body #cookies #cookiesContent #cookiesText p{font-size:16px;}body #cookies #cookiesContent #cookiesButton{width:100px;height:40px;font-size:20px;}}@media(min-width:1280px){body header .top-panel.elem-con{width:91.66667vw;max-width:1760px;}body header .top-panel .menu .menu-item:not(:last-child){margin-left:90px;}body header .top-panel .menu .join-us{margin-left:60px;}}
@keyframes spin{0%{transform:rotate(0);}100%{transform:rotate(360deg);}}@keyframes spinBack{0%{transform:rotate(360deg);}100%{transform:rotate(0deg);}}@keyframes scalDots{0%{transform:scale(1);}25%{transform:scale(1.01);}50%{transform:scale(.98);}75%{transform:scale(1.01);}100%{transform:scale(1);}}.search{padding:7.8125vw 0 5.46875vw 0;position:relative;}.search .title{font-size:9.375vw;line-height:1;text-align:center;}.search .search-wrapper .search-panel{position:relative;margin-top:6.5625vw;border:solid 1px var(--border-select-color);border-radius:1.25vw;}.search .search-wrapper .search-panel .search-value{height:12.5vw;width:84.375vw;padding-right:11.71875vw;margin:0 1.5625vw 0 4.6875vw;font-family:BarlowSemiCondensed-Medium;font-size:4.0625vw;color:#00204a;border:none;border-bottom:none;margin-bottom:1px;border-radius:0;}.search .search-wrapper .search-panel .search-value::placeholder{color:var(--dark-blue-color);}.search .search-wrapper .search-panel .search-icon-wrapper{background-color:var(--blue-color);height:9.375vw;width:9.375vw;border-radius:1.25vw;position:absolute;right:1.5625vw;top:1.5625vw;}.search .search-wrapper .search-panel .search-icon-wrapper .search-icon{background:url("../../../../Images/General/search-icon.png") no-repeat center center;background-size:3.3125vw 3.4375vw;height:100%;width:100%;display:block;}.search .search-wrapper .results{z-index:100;display:none;position:absolute;background-color:#fff;padding:0 4.6875vw;max-height:105.3125vw;width:100%;overflow-y:auto;border-radius:0 0 1.25vw 1.25vw;border:solid 1px var(--border-select-color);border-top:none;}.search .search-wrapper .results .no-results{padding:4.6875vw 0 5.78125vw 0;}.search .search-wrapper .results .no-results .text{font-size:4.0625vw;color:var(--blue-color);}.search .search-wrapper .results .position:hover{background-color:var(--light-blue-color);}.search .search-wrapper .results .position:last-child{border-bottom:none;}.search .search-wrapper.results-open .search-panel{border-bottom:none;border-radius:1.25vw 1.25vw 0 0;}.search .search-wrapper.results-open .search-panel .search-value{border-bottom:solid 1px var(--border-select-color);}.search .search-wrapper.results-open .results{display:block;}@media(min-width:1024px){.search{max-width:1108px !important;padding:113px 0 94px 0;}.search .title{font-size:66px;}.search .search-wrapper .search-panel{margin-top:51px;border-radius:8px;}.search .search-wrapper .search-panel .search-value{height:80px;max-width:1058px;padding-right:70px;margin:0 10px 0 40px;font-size:20px;}.search .search-wrapper .search-panel .search-icon-wrapper{height:60px;width:60px;right:10px;top:10px;border-radius:8px;}.search .search-wrapper .search-panel .search-icon-wrapper .search-icon{background-size:22px 22px;}.search .search-wrapper .results{padding:0 10px 0 40px;max-height:434px;border-radius:0 0 8px 8px;}.search .search-wrapper .results .no-results{padding:51px 0;}.search .search-wrapper .results .no-results .text{padding-left:40px;font-size:18px;}.search .search-wrapper .results .positions-list .position{padding-right:unset;}.search .search-wrapper .results .positions-list .position::hover{background-color:var(--light-blue-color);}.search .search-wrapper.results-open .search-panel{border-radius:8px 8px 0 0;}}
@keyframes spin{0%{transform:rotate(0);}100%{transform:rotate(360deg);}}@keyframes spinBack{0%{transform:rotate(360deg);}100%{transform:rotate(0deg);}}@keyframes scalDots{0%{transform:scale(1);}25%{transform:scale(1.01);}50%{transform:scale(.98);}75%{transform:scale(1.01);}100%{transform:scale(1);}}.positions-list .position{display:block;padding:5.46875vw 0;border-bottom:solid 1px var(--border-select-color);}.positions-list .position .title-wrapper .categories .line{opacity:.3;}.positions-list .position .title-wrapper .categories .row{display:flex;flex-wrap:wrap;}.positions-list .position .title-wrapper .categories .row .item{display:flex;}.positions-list .position .title-wrapper .categories .row .item>*{font-size:4.0625vw;margin:.78125vw 4.76563vw .78125vw 0;color:var(--dark-blue-color);}.positions-list .position .title-wrapper .name{font-family:BarlowCondensed-SemiBold;font-size:5.3125vw;line-height:1.24;color:var(--blue-color);margin-top:.46875vw;}.positions-list .position .locations{display:flex;flex-wrap:wrap;margin-top:2.96875vw;}.positions-list .position .locations .item{display:flex;}.positions-list .position .locations .item>*{font-size:4.0625vw;margin:.78125vw 4.76563vw .78125vw 0;color:var(--dark-blue-color);}.positions-list .position .locations .location{font-size:4.0625vw;padding-left:3.59375vw;background:url(../../../../Images/General/location-icon.png) left center no-repeat;background-size:2vw 2.5vw;}.positions-list .position .locations .line{opacity:.3;}@media(min-width:1024px){.positions-list .position{display:flex;justify-content:space-between;align-items:center;padding:40px 40px 40px 0;}.positions-list .position .title-wrapper{margin-right:6.77083vw;flex:1;}.positions-list .position .title-wrapper .categories{display:flex;flex-wrap:wrap;}.positions-list .position .title-wrapper .categories .item{display:flex;}.positions-list .position .title-wrapper .categories .item>*{font-size:18px;margin:5px 14.5px 5px 0;color:var(--dark-blue-color);}.positions-list .position .title-wrapper .categories.mobile{display:none;}.positions-list .position .title-wrapper .name{font-size:26px;}.positions-list .position .locations{display:unset;margin-top:unset;}.positions-list .position .locations .item .location{margin:unset;width:130px;font-size:18px;padding-left:23px;background-size:12.8px 16px;}.positions-list .position .locations .item:not(:first-child){margin-top:10px;}.positions-list .position .locations .line{opacity:.3;}}@media(min-width:1280px){.positions-list .position{padding-left:40px;padding-right:48px;}}
