@-webkit-keyframes moveUp{0%{transform:translateY(50%);}80%{transform:translateY(-80px);}100%{transform:translateY(0);}}@keyframes moveUp{0%{transform:translateY(50%);}80%{transform:translateY(-80px);}100%{transform:translateY(0);}}@keyframes dotline-move{40%{transform:translateX(0px);opacity:0.8;}100%{transform:translateX(300px);opacity:0;}}@-webkit-keyframes dotline-move{40%{transform:translateX(0px);opacity:0.8;}100%{transform:translateX(300px);opacity:0;}}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s;}@-webkit-keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0);transform:translateY(0);}40%{-webkit-transform:translateY(-30px);transform:translateY(-30px);}60%{-webkit-transform:translateY(-15px);transform:translateY(-15px);}}@keyframes bounce{0%,20%,50%,80%,100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}40%{-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px);}60%{-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px);}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;}@-webkit-keyframes flash{0%,50%,100%{opacity:1;}25%,75%{opacity:0;}}@keyframes flash{0%,50%,100%{opacity:1;}25%,75%{opacity:0;}}.flash{-webkit-animation-name:flash;animation-name:flash;}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1);}50%{-webkit-transform:scale(1.1);transform:scale(1.1);}100%{-webkit-transform:scale(1);transform:scale(1);}}@keyframes pulse{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}50%{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}}.pulse{-webkit-animation-name:pulse;animation-name:pulse;}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale(1);transform:scale(1);}30%{-webkit-transform:scaleX(1.25) scaleY(0.75);transform:scaleX(1.25) scaleY(0.75);}40%{-webkit-transform:scaleX(0.75) scaleY(1.25);transform:scaleX(0.75) scaleY(1.25);}60%{-webkit-transform:scaleX(1.15) scaleY(0.85);transform:scaleX(1.15) scaleY(0.85);}100%{-webkit-transform:scale(1);transform:scale(1);}}@keyframes rubberBand{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}30%{-webkit-transform:scaleX(1.25) scaleY(0.75);-ms-transform:scaleX(1.25) scaleY(0.75);transform:scaleX(1.25) scaleY(0.75);}40%{-webkit-transform:scaleX(0.75) scaleY(1.25);-ms-transform:scaleX(0.75) scaleY(1.25);transform:scaleX(0.75) scaleY(1.25);}60%{-webkit-transform:scaleX(1.15) scaleY(0.85);-ms-transform:scaleX(1.15) scaleY(0.85);transform:scaleX(1.15) scaleY(0.85);}100%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand;}@-webkit-keyframes shake{0%,100%{-webkit-transform:translateX(0);transform:translateX(0);}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);transform:translateX(-10px);}20%,40%,60%,80%{-webkit-transform:translateX(10px);transform:translateX(10px);}}@keyframes shake{0%,100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}10%,30%,50%,70%,90%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px);}20%,40%,60%,80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px);}}.shake{-webkit-animation-name:shake;animation-name:shake;}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg);}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg);}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg);}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg);}100%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}}@keyframes swing{20%{-webkit-transform:rotate(15deg);-ms-transform:rotate(15deg);transform:rotate(15deg);}40%{-webkit-transform:rotate(-10deg);-ms-transform:rotate(-10deg);transform:rotate(-10deg);}60%{-webkit-transform:rotate(5deg);-ms-transform:rotate(5deg);transform:rotate(5deg);}80%{-webkit-transform:rotate(-5deg);-ms-transform:rotate(-5deg);transform:rotate(-5deg);}100%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing;}@-webkit-keyframes tada{0%{-webkit-transform:scale(1);transform:scale(1);}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);transform:scale(0.9) rotate(-3deg);}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg);}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg);}100%{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0);}}@keyframes tada{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}10%,20%{-webkit-transform:scale(0.9) rotate(-3deg);-ms-transform:scale(0.9) rotate(-3deg);transform:scale(0.9) rotate(-3deg);}30%,50%,70%,90%{-webkit-transform:scale(1.1) rotate(3deg);-ms-transform:scale(1.1) rotate(3deg);transform:scale(1.1) rotate(3deg);}40%,60%,80%{-webkit-transform:scale(1.1) rotate(-3deg);-ms-transform:scale(1.1) rotate(-3deg);transform:scale(1.1) rotate(-3deg);}100%{-webkit-transform:scale(1) rotate(0);-ms-transform:scale(1) rotate(0);transform:scale(1) rotate(0);}}.tada{-webkit-animation-name:tada;animation-name:tada;}@-webkit-keyframes wobble{0%{-webkit-transform:translateX(0%);transform:translateX(0%);}15%{-webkit-transform:translateX(-25%) rotate(-5deg);transform:translateX(-25%) rotate(-5deg);}30%{-webkit-transform:translateX(20%) rotate(3deg);transform:translateX(20%) rotate(3deg);}45%{-webkit-transform:translateX(-15%) rotate(-3deg);transform:translateX(-15%) rotate(-3deg);}60%{-webkit-transform:translateX(10%) rotate(2deg);transform:translateX(10%) rotate(2deg);}75%{-webkit-transform:translateX(-5%) rotate(-1deg);transform:translateX(-5%) rotate(-1deg);}100%{-webkit-transform:translateX(0%);transform:translateX(0%);}}@keyframes wobble{0%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);}15%{-webkit-transform:translateX(-25%) rotate(-5deg);-ms-transform:translateX(-25%) rotate(-5deg);transform:translateX(-25%) rotate(-5deg);}30%{-webkit-transform:translateX(20%) rotate(3deg);-ms-transform:translateX(20%) rotate(3deg);transform:translateX(20%) rotate(3deg);}45%{-webkit-transform:translateX(-15%) rotate(-3deg);-ms-transform:translateX(-15%) rotate(-3deg);transform:translateX(-15%) rotate(-3deg);}60%{-webkit-transform:translateX(10%) rotate(2deg);-ms-transform:translateX(10%) rotate(2deg);transform:translateX(10%) rotate(2deg);}75%{-webkit-transform:translateX(-5%) rotate(-1deg);-ms-transform:translateX(-5%) rotate(-1deg);transform:translateX(-5%) rotate(-1deg);}100%{-webkit-transform:translateX(0%);-ms-transform:translateX(0%);transform:translateX(0%);}}.wobble{-webkit-animation-name:wobble;animation-name:wobble;}@-webkit-keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(0.3);transform:scale(0.3);}50%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05);}70%{-webkit-transform:scale(0.9);transform:scale(0.9);}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1);}}@keyframes bounceIn{0%{opacity:0;-webkit-transform:scale(0.3);-ms-transform:scale(0.3);transform:scale(0.3);}50%{opacity:1;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);}70%{-webkit-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9);}100%{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;}@-webkit-keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px);}60%{opacity:1;-webkit-transform:translateY(30px);transform:translateY(30px);}80%{-webkit-transform:translateY(-10px);transform:translateY(-10px);}100%{-webkit-transform:translateY(0);transform:translateY(0);}}@keyframes bounceInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px);}60%{opacity:1;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px);}80%{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px);}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown;}@-webkit-keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px);}60%{opacity:1;-webkit-transform:translateX(30px);transform:translateX(30px);}80%{-webkit-transform:translateX(-10px);transform:translateX(-10px);}100%{-webkit-transform:translateX(0);transform:translateX(0);}}@keyframes bounceInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px);}60%{opacity:1;-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px);}80%{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);transform:translateX(-10px);}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft;}@-webkit-keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px);}60%{opacity:1;-webkit-transform:translateX(-30px);transform:translateX(-30px);}80%{-webkit-transform:translateX(10px);transform:translateX(10px);}100%{-webkit-transform:translateX(0);transform:translateX(0);}}@keyframes bounceInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px);}60%{opacity:1;-webkit-transform:translateX(-30px);-ms-transform:translateX(-30px);transform:translateX(-30px);}80%{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px);}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight;}@-webkit-keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px);}60%{opacity:1;-webkit-transform:translateY(-30px);transform:translateY(-30px);}80%{-webkit-transform:translateY(10px);transform:translateY(10px);}100%{-webkit-transform:translateY(0);transform:translateY(0);}}@keyframes bounceInUp{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px);}60%{opacity:1;-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px);}80%{-webkit-transform:translateY(10px);-ms-transform:translateY(10px);transform:translateY(10px);}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp;}@-webkit-keyframes bounceOut{0%{-webkit-transform:scale(1);transform:scale(1);}25%{-webkit-transform:scale(0.95);transform:scale(0.95);}50%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1);}100%{opacity:0;-webkit-transform:scale(0.3);transform:scale(0.3);}}@keyframes bounceOut{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}25%{-webkit-transform:scale(0.95);-ms-transform:scale(0.95);transform:scale(0.95);}50%{opacity:1;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}100%{opacity:0;-webkit-transform:scale(0.3);-ms-transform:scale(0.3);transform:scale(0.3);}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut;}@-webkit-keyframes bounceOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0);}20%{opacity:1;-webkit-transform:translateY(-20px);transform:translateY(-20px);}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px);}}@keyframes bounceOutDown{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}20%{opacity:1;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px);}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px);}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown;}@-webkit-keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0);}20%{opacity:1;-webkit-transform:translateX(20px);transform:translateX(20px);}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px);}}@keyframes bounceOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}20%{opacity:1;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px);}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px);}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft;}@-webkit-keyframes bounceOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0);}20%{opacity:1;-webkit-transform:translateX(-20px);transform:translateX(-20px);}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px);}}@keyframes bounceOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}20%{opacity:1;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px);}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px);}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight;}@-webkit-keyframes bounceOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0);}20%{opacity:1;-webkit-transform:translateY(20px);transform:translateY(20px);}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px);}}@keyframes bounceOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}20%{opacity:1;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px);}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp;}@-webkit-keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}@keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn;}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px);}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px);}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown;}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px);}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px);}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig;}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px);}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px);}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft;}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px);}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px);}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig;}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px);}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px);}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight;}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px);}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px);}100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig;}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px);}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp;}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px);}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px);}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig;}@-webkit-keyframes fadeOut{0%{opacity:1;}100%{opacity:0;}}@keyframes fadeOut{0%{opacity:1;}100%{opacity:0;}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut;}@-webkit-keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}100%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px);}}@keyframes fadeOutDown{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}100%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px);}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown;}@-webkit-keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px);}}@keyframes fadeOutDownBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px);}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig;}@-webkit-keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);}100%{opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px);}}@keyframes fadeOutLeft{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}100%{opacity:0;-webkit-transform:translateX(-20px);-ms-transform:translateX(-20px);transform:translateX(-20px);}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft;}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px);}}@keyframes fadeOutLeftBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px);}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig;}@-webkit-keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);}100%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px);}}@keyframes fadeOutRight{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}100%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px);}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight;}@-webkit-keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px);}}@keyframes fadeOutRightBig{0%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px);}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig;}@-webkit-keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}100%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px);}}@keyframes fadeOutUp{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}100%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px);}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp;}@-webkit-keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px);}}@keyframes fadeOutUpBig{0%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px);}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig;}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}}@keyframes flip{0%{-webkit-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(0) scale(1);transform:perspective(400px) translateZ(0) rotateY(0) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-ms-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}80%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);-ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}100%{-webkit-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(1);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}}.animated.flip{-webkit-backface-visibility:visible;-ms-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip;}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0;}40%{-webkit-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg);}70%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);}100%{-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1;}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);-ms-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0;}40%{-webkit-transform:perspective(400px) rotateX(-10deg);-ms-transform:perspective(400px) rotateX(-10deg);transform:perspective(400px) rotateX(-10deg);}70%{-webkit-transform:perspective(400px) rotateX(10deg);-ms-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);}100%{-webkit-transform:perspective(400px) rotateX(0deg);-ms-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1;}}.flipInX{-webkit-backface-visibility:visible !important;-ms-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInX;animation-name:flipInX;}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0;}40%{-webkit-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg);}70%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);}100%{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1;}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0;}40%{-webkit-transform:perspective(400px) rotateY(-10deg);-ms-transform:perspective(400px) rotateY(-10deg);transform:perspective(400px) rotateY(-10deg);}70%{-webkit-transform:perspective(400px) rotateY(10deg);-ms-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);}100%{-webkit-transform:perspective(400px) rotateY(0deg);-ms-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1;}}.flipInY{-webkit-backface-visibility:visible !important;-ms-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInY;animation-name:flipInY;}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1;}100%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0;}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px) rotateX(0deg);-ms-transform:perspective(400px) rotateX(0deg);transform:perspective(400px) rotateX(0deg);opacity:1;}100%{-webkit-transform:perspective(400px) rotateX(90deg);-ms-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0;}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible !important;-ms-backface-visibility:visible !important;backface-visibility:visible !important;}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1;}100%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0;}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px) rotateY(0deg);-ms-transform:perspective(400px) rotateY(0deg);transform:perspective(400px) rotateY(0deg);opacity:1;}100%{-webkit-transform:perspective(400px) rotateY(90deg);-ms-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0;}}.flipOutY{-webkit-backface-visibility:visible !important;-ms-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipOutY;animation-name:flipOutY;}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0;}60%{-webkit-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1;}80%{-webkit-transform:translateX(0%) skewX(-15deg);transform:translateX(0%) skewX(-15deg);opacity:1;}100%{-webkit-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1;}}@keyframes lightSpeedIn{0%{-webkit-transform:translateX(100%) skewX(-30deg);-ms-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0;}60%{-webkit-transform:translateX(-20%) skewX(30deg);-ms-transform:translateX(-20%) skewX(30deg);transform:translateX(-20%) skewX(30deg);opacity:1;}80%{-webkit-transform:translateX(0%) skewX(-15deg);-ms-transform:translateX(0%) skewX(-15deg);transform:translateX(0%) skewX(-15deg);opacity:1;}100%{-webkit-transform:translateX(0%) skewX(0deg);-ms-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1;}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;}@-webkit-keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1;}100%{-webkit-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0;}}@keyframes lightSpeedOut{0%{-webkit-transform:translateX(0%) skewX(0deg);-ms-transform:translateX(0%) skewX(0deg);transform:translateX(0%) skewX(0deg);opacity:1;}100%{-webkit-transform:translateX(100%) skewX(-30deg);-ms-transform:translateX(100%) skewX(-30deg);transform:translateX(100%) skewX(-30deg);opacity:0;}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0;}100%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);transform:rotate(0);opacity:1;}}@keyframes rotateIn{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-200deg);-ms-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0;}100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1;}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;}@-webkit-keyframes rotate{0%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-360deg);-ms-transform:rotate(-360deg);transform:rotate(-360deg);opacity:1;}100%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);transform:rotate(0);opacity:1;}}@keyframes rotate{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(-360deg);-ms-transform:rotate(-360deg);transform:rotate(-360deg);opacity:1;}100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1;}}.rotateIn{-webkit-animation-name:rotate;animation-name:rotate;}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0;}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1;}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0;}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1;}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0;}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1;}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0;}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1;}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0;}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1;}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0;}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1;}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0;}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1;}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0;}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1;}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);transform:rotate(0);opacity:1;}100%{-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0;}}@keyframes rotateOut{0%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1;}100%{-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:rotate(200deg);-ms-transform:rotate(200deg);transform:rotate(200deg);opacity:0;}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1;}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0;}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1;}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0;}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1;}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0;}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1;}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0;}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1;}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0;}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1;}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0;}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);transform:rotate(0);opacity:1;}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0;}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);opacity:1;}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);opacity:0;}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;}@-webkit-keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px);}100%{-webkit-transform:translateY(0);transform:translateY(0);}}@keyframes slideInDown{0%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px);}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown;}@-webkit-keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px);}100%{-webkit-transform:translateX(0);transform:translateX(0);}}@keyframes slideInLeft{0%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px);}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft;}@-webkit-keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px);}100%{-webkit-transform:translateX(0);transform:translateX(0);}}@keyframes slideInRight{0%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px);}100%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight;}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateX(0);transform:translateX(0);}100%{opacity:0;-webkit-transform:translateX(-2000px);transform:translateX(-2000px);}}@keyframes slideOutLeft{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}100%{opacity:0;-webkit-transform:translateX(-2000px);-ms-transform:translateX(-2000px);transform:translateX(-2000px);}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft;}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateX(0);transform:translateX(0);}100%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px);}}@keyframes slideOutRight{0%{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);}100%{opacity:0;-webkit-transform:translateX(2000px);-ms-transform:translateX(2000px);transform:translateX(2000px);}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight;}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateY(0);transform:translateY(0);}100%{opacity:0;-webkit-transform:translateY(-2000px);transform:translateY(-2000px);}}@keyframes slideOutUp{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}100%{opacity:0;-webkit-transform:translateY(-2000px);-ms-transform:translateY(-2000px);transform:translateY(-2000px);}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp;}@-webkit-keyframes slideInUp{0%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px);}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}}@keyframes slideInUp{0%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px);}100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp;}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateY(0);transform:translateY(0);}100%{opacity:0;-webkit-transform:translateY(2000px);transform:translateY(2000px);}}@keyframes slideOutDown{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}100%{opacity:0;-webkit-transform:translateY(2000px);-ms-transform:translateY(2000px);transform:translateY(2000px);}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown;}@-webkit-keyframes hinge{0%{-webkit-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}40%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}80%{-webkit-transform:rotate(60deg) translateY(0);transform:rotate(60deg) translateY(0);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;}100%{-webkit-transform:translateY(700px);transform:translateY(700px);opacity:0;}}@keyframes hinge{0%{-webkit-transform:rotate(0);-ms-transform:rotate(0);transform:rotate(0);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}20%,60%{-webkit-transform:rotate(80deg);-ms-transform:rotate(80deg);transform:rotate(80deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}40%{-webkit-transform:rotate(60deg);-ms-transform:rotate(60deg);transform:rotate(60deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}80%{-webkit-transform:rotate(60deg) translateY(0);-ms-transform:rotate(60deg) translateY(0);transform:rotate(60deg) translateY(0);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;}100%{-webkit-transform:translateY(700px);-ms-transform:translateY(700px);transform:translateY(700px);opacity:0;}}.hinge{-webkit-animation-name:hinge;animation-name:hinge;}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg);}100%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg);}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translateX(-100%) rotate(-120deg);-ms-transform:translateX(-100%) rotate(-120deg);transform:translateX(-100%) rotate(-120deg);}100%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);-ms-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg);}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn;}@-webkit-keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg);}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg);transform:translateX(100%) rotate(120deg);}}@keyframes rollOut{0%{opacity:1;-webkit-transform:translateX(0px) rotate(0deg);-ms-transform:translateX(0px) rotate(0deg);transform:translateX(0px) rotate(0deg);}100%{opacity:0;-webkit-transform:translateX(100%) rotate(120deg);-ms-transform:translateX(100%) rotate(120deg);transform:translateX(100%) rotate(120deg);}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut;}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale(0.3);transform:scale(0.3);}50%{opacity:1;}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale(0.3);-ms-transform:scale(0.3);transform:scale(0.3);}50%{opacity:1;}100%{opacity:1;}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn;}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale(0.1) translateY(-2000px);transform:scale(0.1) translateY(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}60%{opacity:1;-webkit-transform:scale(0.475) translateY(60px);transform:scale(0.475) translateY(60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale(0.1) translateY(-2000px);-ms-transform:scale(0.1) translateY(-2000px);transform:scale(0.1) translateY(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}60%{opacity:1;-webkit-transform:scale(0.475) translateY(60px);-ms-transform:scale(0.475) translateY(60px);transform:scale(0.475) translateY(60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown;}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale(0.1) translateX(-2000px);transform:scale(0.1) translateX(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}60%{opacity:1;-webkit-transform:scale(0.475) translateX(48px);transform:scale(0.475) translateX(48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale(0.1) translateX(-2000px);-ms-transform:scale(0.1) translateX(-2000px);transform:scale(0.1) translateX(-2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}60%{opacity:1;-webkit-transform:scale(0.475) translateX(48px);-ms-transform:scale(0.475) translateX(48px);transform:scale(0.475) translateX(48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft;}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale(0.1) translateX(2000px);transform:scale(0.1) translateX(2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}60%{opacity:1;-webkit-transform:scale(0.475) translateX(-48px);transform:scale(0.475) translateX(-48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale(0.1) translateX(2000px);-ms-transform:scale(0.1) translateX(2000px);transform:scale(0.1) translateX(2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}60%{opacity:1;-webkit-transform:scale(0.475) translateX(-48px);-ms-transform:scale(0.475) translateX(-48px);transform:scale(0.475) translateX(-48px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight;}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale(0.1) translateY(2000px);transform:scale(0.1) translateY(2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}60%{opacity:1;-webkit-transform:scale(0.475) translateY(-60px);transform:scale(0.475) translateY(-60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale(0.1) translateY(2000px);-ms-transform:scale(0.1) translateY(2000px);transform:scale(0.1) translateY(2000px);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}60%{opacity:1;-webkit-transform:scale(0.475) translateY(-60px);-ms-transform:scale(0.475) translateY(-60px);transform:scale(0.475) translateY(-60px);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp;}@-webkit-keyframes zoomOut{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1);}50%{opacity:0;-webkit-transform:scale(0.3);transform:scale(0.3);}100%{opacity:0;}}@keyframes zoomOut{0%{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}50%{opacity:0;-webkit-transform:scale(0.3);-ms-transform:scale(0.3);transform:scale(0.3);}100%{opacity:0;}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut;}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale(0.475) translateY(-60px);transform:scale(0.475) translateY(-60px);-webkit-animation-timing-function:linear;animation-timing-function:linear;}100%{opacity:0;-webkit-transform:scale(0.1) translateY(2000px);transform:scale(0.1) translateY(2000px);-webkit-transform-origin:center bottom;transform-origin:center bottom;}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale(0.475) translateY(-60px);-ms-transform:scale(0.475) translateY(-60px);transform:scale(0.475) translateY(-60px);-webkit-animation-timing-function:linear;animation-timing-function:linear;}100%{opacity:0;-webkit-transform:scale(0.1) translateY(2000px);-ms-transform:scale(0.1) translateY(2000px);transform:scale(0.1) translateY(2000px);-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale(0.475) translateX(42px);transform:scale(0.475) translateX(42px);-webkit-animation-timing-function:linear;animation-timing-function:linear;}100%{opacity:0;-webkit-transform:scale(0.1) translateX(-2000px);transform:scale(0.1) translateX(-2000px);-webkit-transform-origin:left center;transform-origin:left center;}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale(0.475) translateX(42px);-ms-transform:scale(0.475) translateX(42px);transform:scale(0.475) translateX(42px);-webkit-animation-timing-function:linear;animation-timing-function:linear;}100%{opacity:0;-webkit-transform:scale(0.1) translateX(-2000px);-ms-transform:scale(0.1) translateX(-2000px);transform:scale(0.1) translateX(-2000px);-webkit-transform-origin:left center;-ms-transform-origin:left center;transform-origin:left center;}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale(0.475) translateX(-42px);transform:scale(0.475) translateX(-42px);-webkit-animation-timing-function:linear;animation-timing-function:linear;}100%{opacity:0;-webkit-transform:scale(0.1) translateX(2000px);transform:scale(0.1) translateX(2000px);-webkit-transform-origin:right center;transform-origin:right center;}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale(0.475) translateX(-42px);-ms-transform:scale(0.475) translateX(-42px);transform:scale(0.475) translateX(-42px);-webkit-animation-timing-function:linear;animation-timing-function:linear;}100%{opacity:0;-webkit-transform:scale(0.1) translateX(2000px);-ms-transform:scale(0.1) translateX(2000px);transform:scale(0.1) translateX(2000px);-webkit-transform-origin:right center;-ms-transform-origin:right center;transform-origin:right center;}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale(0.475) translateY(60px);transform:scale(0.475) translateY(60px);-webkit-animation-timing-function:linear;animation-timing-function:linear;}100%{opacity:0;-webkit-transform:scale(0.1) translateY(-2000px);transform:scale(0.1) translateY(-2000px);-webkit-transform-origin:center top;transform-origin:center top;}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale(0.475) translateY(60px);-ms-transform:scale(0.475) translateY(60px);transform:scale(0.475) translateY(60px);-webkit-animation-timing-function:linear;animation-timing-function:linear;}100%{opacity:0;-webkit-transform:scale(0.1) translateY(-2000px);-ms-transform:scale(0.1) translateY(-2000px);transform:scale(0.1) translateY(-2000px);-webkit-transform-origin:center top;-ms-transform-origin:center top;transform-origin:center top;}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;}@-webkit-keyframes anim-trinculo{50%{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);}51%{opacity:0;color:#016dc6;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);}75%{opacity:1;-webkit-transform:translate3d(5px, 0, 0);transform:translate3d(5px, 0, 0);}100%{opacity:1;color:#016dc6;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}}@keyframes anim-trinculo{50%{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);}51%{opacity:0;color:#016dc6;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);}75%{opacity:1;-webkit-transform:translate3d(5px, 0, 0);transform:translate3d(5px, 0, 0);}100%{opacity:1;color:#016dc6;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}}/* normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block;}audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}audio:not([controls]){display:none;height:0;}[hidden],template{display:none;}a{background-color:transparent;}a:active,a:hover{outline:0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}h1{font-size:2em;margin:0.67em 0;}mark{background:#ff0;color:#000;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:1em 40px;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}pre{overflow:auto;}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em;}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;}button{overflow:visible;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}input{line-height:normal;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto;}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;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}textarea{overflow:auto;}optgroup{font-weight:bold;}@font-face{font-family:'ideo_about_font';src:url('/szablony/ideo/fonts/ideo_about_font.eot?qwlt1s');src:url('/szablony/ideo/fonts/ideo_about_font.eot?#iefixqwlt1s') format('embedded-opentype'), url('/szablony/ideo/fonts/ideo_about_font.ttf?qwlt1s') format('truetype'), url('/szablony/ideo/fonts/ideo_about_font.woff?qwlt1s') format('woff'), url('/szablony/ideo/fonts/ideo_about_font.woff2?qwlt1s') format('woff2'), url('/szablony/ideo/fonts/ideo_about_font.svg?qwlt1s#ideo_about_font') format('svg');font-weight:normal;font-style:normal;font-display:swap;}[class^="ideo-about-font"],[class*=" ideo-about-font"]{font-family:'ideo_about_font';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.ideo-about-fontideo_about_font-1:before{content:"\e600";}.ideo-about-fontideo_about_font-2:before{content:"\e601";}.ideo-about-fontideo_about_font-3:before{content:"\e602";}.ideo-about-fontideo_about_font-4:before{content:"\e603";}.ideo-about-fontideo_about_font-5:before{content:"\e604";}.ideo-about-fontideo_about_font-6:before{content:"\e605";}.ideo-about-fontideo_about_font-7:before{content:"\e606";}.ideo-about-fontideo_about_font-8:before{content:"\e607";}@font-face{font-family:'ideo_services_font';src:url('/szablony/ideo/fonts/ideo_services_font.eot?wkzu41');src:url('/szablony/ideo/fonts/ideo_services_font.eot?#iefixwkzu41') format('embedded-opentype'), url('/szablony/ideo/fonts/ideo_services_font.ttf?wkzu41') format('truetype'), url('/szablony/ideo/fonts/ideo_services_font.woff?wkzu41') format('woff'), url('/szablony/ideo/fonts/ideo_services_font.svg?wkzu41#ideo_services_font') format('svg');font-weight:normal;font-style:normal;font-display:swap;}[class^="ideo-services-font"],[class*=" ideo-services-font"]{font-family:'ideo_services_font';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.ideo-services-fontideo_services_font-1:before{content:"\e600";}.ideo-services-fontideo_services_font-2:before{content:"\e601";}.ideo-services-fontideo_services_font-3:before{content:"\e602";}.ideo-services-fontideo_services_font-4:before{content:"\e603";}.ideo-services-fontideo_services_font-5:before{content:"\e604";}.ideo-services-fontideo_services_font-6:before{content:"\e605";}.ideo-services-fontideo_services_font-7:before{content:"\e606";}.ideo-services-fontideo_services_font-8:before{content:"\e607";}.ideo-services-fontideo_services_font-9:before{content:"\e608";}.ideo-services-fontideo_services_font-10:before{content:"\e609";}.ideo-services-fontideo_services_font-11:before{content:"\e60a";}.ideo-services-fontideo_services_font-12:before{content:"\e60b";}.ideo-services-fontideo_services_font-13:before{content:"\e60c";}.ideo-services-fontideo_services_font-14:before{content:"\e60d";}.ideo-services-fontideo_services_font-15:before{content:"\e60e";}.ideo-services-fontideo_services_font-16:before{content:"\e60f";}.ideo-services-fontideo_services_font-17:before{content:"\e610";}.ideo-services-fontideo_services_font-18:before{content:"\e611";}.ideo-services-fontideo_services_font-19:before{content:"\e612";}.ideo-services-fontideo_services_font-20:before{content:"\e613";}.ideo-services-fontideo_services_font-21:before{content:"\e614";}.ideo-services-fontideo_services_font-22:before{content:"\e615";}.ideo-services-fontideo_services_font-23:before{content:"\e616";}.ideo-services-fontideo_services_font-24:before{content:"\e617";}.ideo-services-fontideo_services_font-25:before{content:"\e618";}.ideo-services-fontideo_services_font-26:before{content:"\e619";}.ideo-services-fontideo_services_font-27:before{content:"\e61a";}.ideo-services-fontideo_services_font-28:before{content:"\e61b";}.ideo-services-fontideo_services_font-29:before{content:"\e61c";}.ideo-services-fontideo_services_font-30:before{content:"\e61d";}.ideo-services-fontideo_services_font-31:before{content:"\e61e";}.ideo-services-fontideo_services_font-32:before{content:"\e61f";}.ideo-services-fontideo_services_font-33:before{content:"\e620";}.ideo-services-fontideo_services_font-34:before{content:"\e621";}.ideo-services-fontideo_services_font-35:before{content:"\e622";}.ideo-services-fontideo_services_font-36:before{content:"\e623";}.ideo-services-fontideo_services_font-37:before{content:"\e624";}@font-face{font-family:'ideo';src:url('/szablony/ideo/fonts/ideo.eot?qwlt1s');src:url('/szablony/ideo/fonts/ideo.eot?#iefixqwlt1s') format('embedded-opentype'), url('/szablony/ideo/fonts/ideo.ttf?qwlt1s') format('truetype'), url('/szablony/ideo/fonts/ideo.woff?qwlt1s') format('woff'), url('/szablony/ideo/fonts/ideo.woff2?qwlt1s') format('woff2'), url('/szablony/ideo/fonts/ideo.svg?qwlt1s#ideo') format('svg');font-weight:normal;font-style:normal;font-display:swap;}[class^="ideo_"],[class*=" ideo_"],.font-icon,.clients-template .clients-reference:after,.form .row .input-error-tooltip .icon:before,.form .slick-dots .input-error-tooltip .icon:before,.arrow,ul.adv-list-style:after,ul.adv-list-style li:after,.arrow-long:before,.reveal-modal .close-reveal-modal:before,.realization-single .about-company blockquote:after,.realization-single .about-company .adv-heading-style:after,__btn.block-DefaultSubskrypcja:after,.btnMore::after,__btn.block-realizations::after{font-family:'ideo' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}.ideo_font-1:before{content:"\e600";}.ideo_font-2:before{content:"\e601";}.ideo_ont-3:before{content:"\e602";}.ideo_font-4:before{content:"\e603";}.ideo_font-5:before{content:"\e604";}.ideo_font-6:before{content:"\e605";}.ideo_font-7:before{content:"\e606";}.ideo_font-8:before{content:"\e607";}.ideo_font-9:before{content:"\e608";}.ideo_font-10:before{content:"\e609";}.ideo_font-11:before{content:"\e60a";}.ideo_font-12:before{content:"\e60b";}.ideo_font-13:before{content:"\e60c";}.ideo_font-14:before{content:"\e60d";}.ideo_font-15:before{content:"\e60e";}.ideo_font-16:before{content:"\e60f";}.ideo_font-17:before{content:"\e610";}.ideo_font-18:before{content:"\e611";}.ideo_font-19:before{content:"\e612";}.ideo_font-20:before{content:"\e613";}.ideo_font-21:before{content:"\e614";}.ideo_font-22:before{content:"\e615";}.ideo_font-23:before{content:"\e616";}.ideo_font-24:before{content:"\e617";}.ideo_font-25:before{content:"\e618";}.ideo_font-26:before{content:"\e619";}.ideo_font-27:before{content:"\e61a";}.ideo_font-28:before{content:"\e61b";}.ideo_font-29:before{content:"\e61c";}.ideo_font-30:before{content:"\e61d";}.ideo_font-31:before{content:"\e61e";}.ideo_font-32:before{content:"\e61f";}.ideo_font-33:before{content:"\e620";}.ideo_font-34:before{content:"\e621";}.ideo_font-35:before{content:"\e622";}.ideo_font-36:before{content:"\e623";}.ideo_font-37:before{content:"\e624";}.ideo_font-38:before{content:"\e625";}.ideo_font-39:before{content:"\e626";}.ideo_font-40:before{content:"\e627";}.ideo_font-41:before{content:"\e628";}.ideo_font-42:before{content:"\e629";}.ideo_font-43:before{content:"\e62a";}.ideo_font-44:before{content:"\e62b";}.ideo_font-45:before{content:"\e62c";}.ideo_arrow-long-right:before{content:"\e908";}.ideo_help:before{content:"\e903";}.ideo_arrow_right:before{content:"\e901";}.ideo_arrow_left:before{content:"\e902";}.ideo_add:before{content:"\e900";}.ideo_profile:before{content:"\e90a";}.ideo_mobile:before{content:"\e90b";}.ideo_phone:before{content:"\e90c";}.ideo_power-plug:before{content:"\e90e";}.ideo_quote:before{content:"\e909";}.ideo_close:before{content:"\e907";}.ideo_more_vert:before{content:"\e904";}.ideo_arrow-left:before{content:"\e905";}.ideo_arrow-right:before{content:"\e906";}.ideo_search:before{content:"\e911";}.ideo_check:before{content:"\e90f";}.ideo_envelope-o:before{content:"\e90d";}.ideo_anchor:before{content:"\e912";}.ideo_project-management:before{content:"\e918";}.ideo_ikona-glowne-korzysci:before{content:"\e910";}.ideo_t-shirt:before{content:"\e917";}.ideo_headphones:before{content:"\e915";}.ideo_credit-card:before{content:"\e93f";}.ideo_display:before{content:"\e956";}.ideo_laptop:before{content:"\e957";}.ideo_users:before{content:"\e972";}.ideo_spinner4:before{content:"\e97d";}.ideo_lock:before{content:"\e98f";}.ideo_spoon-knife:before{content:"\e9a3";}.ideo_accessibility:before{content:"\e9b2";}.ideo_education:before{content:"\e919";}.ideo_team:before{content:"\e91b";}.ideo_desk:before{content:"\e91c";}.ideo_game-controller:before{content:"\e91d";}.ideo_giftbox:before{content:"\e91e";}.ideo_balloons:before{content:"\e91f";}.ideo_education:before{content:"\e919";}.ideo_camera:before{content:"\e920";}.ideo_fruits:before{content:"\e913";}.ideo_card:before{content:"\e914";}.ideo_sport-team:before{content:"\e916";}.ideo_shirt:before{content:"\e921";}.ideo_dance:before{content:"\e923";}.ideo_software:before{content:"\e925";}.ideo_mobile-development:before{content:"\e928";}.ideo_web-development:before{content:"\e925";}.ideo_safety:before{content:"\e92a";}.ideo_programmer:before{content:"\e929";}.ideo_book:before{content:"\e930";}.ideo_bot:before{content:"\e931";}.ideo_copy:before{content:"\e932";}.ideo_list-ul:before{content:"\e933";}.ideo_minus:before{content:"\e934";}.ideo_trash:before{content:"\e935";}.ideo_volume-up:before{content:"\e936";}.ideo_x:before{content:"\e937";}.ideo_arrow-repeat:before{content:"\e938";}.ideo_stop-circle:before{content:"\e939";}.ideo_send:before{content:"\e940";}.ideo_software-development:before{content:"\e924";}.ideo_development:before{content:"\e926";}.ideo_cheers:before{content:"\e91a";}.ideo_beer:before{content:"\e922";}.ideo_instagram:before{content:"\e927";}.ideo_twitter:before{content:"\e92b";}.ideo_facebook:before{content:"\e92c";}.ideo_linkedin:before{content:"\e92d";}.ideo_arrow-right-circle:before{content:"\e958";}.ideo_facebook_new:before{content:"\e9b3";}.ideo_linkedin_new:before{background-image:url('/szablony/ideo/images/icons/LinkedinIn.svg');}.ideo_facebook_new:before{background-image:url('/szablony/ideo/images/icons/FacebookF.svg');}.ideo_group_new:before{background-image:url('/szablony/ideo/images/icons/group.svg');position:relative;left:-2px;}.ideo_phone-outline:before{background-image:url('/szablony/ideo/images/icons/phone.svg');}.ideo_linkedin_new:before,.ideo_facebook_new:before,.ideo_group_new:before,.ideo_phone-outline:before{background-size:contain;background-repeat:no-repeat;display:inline-block;width:15px;height:15px;content:"";}.ph{-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;background-color:#016dc6;width:24px;height:24px;display:inline-block;float:left;}.ph-magnifying-glass{-webkit-mask-image:url('/szablony/ideo/images/icons/search.svg');mask-image:url('/szablony/ideo/images/icons/search.svg');}.ph-envelope{-webkit-mask-image:url('/szablony/ideo/images/icons/mail.svg');mask-image:url('/szablony/ideo/images/icons/mail.svg');}.ph-calendar-blank{-webkit-mask-image:url('/szablony/ideo/images/icons/calendar.svg');mask-image:url('/szablony/ideo/images/icons/calendar.svg');}.ideo_social_in:before{background-image:url('/szablony/ideo/images/icons/in.svg');}.ideo_social_fb:before{background-image:url('/szablony/ideo/images/icons/fb.svg');}.ideo_social_x:before{background-image:url('/szablony/ideo/images/icons/x.svg');}.ideo_social_threads:before{background-image:url('/szablony/ideo/images/icons/threads.svg');}.ideo_social_in:before,.ideo_social_fb:before,.ideo_social_x:before,.ideo_social_threads:before{background-size:contain;background-repeat:no-repeat;display:inline-block;width:36px;height:36px;content:"";}.grid-3-cols-template{margin:50px 0;}.grid-3-cols-template .grid-3-cols-container{display:grid;grid-template-columns:repeat(3, 1fr);gap:40px;margin:30px 0;}.grid-3-cols-template .header-small{text-align:center;font-size:24px !important;font-family:'Fustat', 'Futura', Arial, Helvetica, sans-serif !important;margin-bottom:20px;}.grid-3-cols-template h2{text-align:center;font-size:32px;font-weight:700;position:relative;margin-bottom:50px;}.grid-3-cols-template h2:after{content:'';background-color:#016dc6;width:50px;height:3px;position:absolute;bottom:-20px;left:calc(50% - 25px);}.grid-3-cols-template .grid-3-cols-icon{margin-bottom:20px;width:52px;height:auto;}.grid-3-cols-template h4{font-weight:700;font-size:18px;margin-bottom:20px;min-height:50px;}@media only screen and (max-width: 47.9375em){.grid-3-cols-template .grid-3-cols-container{grid-template-columns:repeat(1, 1fr);}}.clients-template{background-color:#f5f5f5;padding:30px;}.clients-template h2{text-align:center;font-weight:bold;}.clients-template .clients-container{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px;}.clients-template .clients-element{background-color:#fff;padding:20px;border:0.5px solid #c2c2c2;}.clients-template .clients-header{display:flex;align-items:center;}.clients-template .clients-header img{margin-right:10px;}.clients-template .clients-header .client-name{font-weight:bold;}.clients-template .clients-header .client-position{font-size:12px;}.clients-template .clients-reference{position:relative;padding-top:50px;}.clients-template .clients-reference:after{content:'\e909';position:absolute;top:15px;left:0;font-size:20px;color:#016dc6;}.clients-template .clients-reference p{font-size:14px !important;}.case-study-template{background-color:#f5f5f5;padding:30px;display:flex;justify-content:space-between;position:relative;}.case-study-template .case-study-left{display:flex;flex-direction:column;justify-content:space-around;width:50%;}.case-study-template .case-study-left h3{margin:30px 0;}.case-study-template .case-study-left a{background-color:#016dc6;border:1px solid #016dc6;color:#fff;}.case-study-template .case-study-left a:hover{background-color:#fff;color:#016dc6;border:1px solid #016dc6;}.case-study-template .case-study-left div{width:50%;}.case-study-template .case-study-right img{position:absolute;bottom:20%;right:10%;}.case-study-template .case-study-header{margin:30px 0;width:100% !important;}@media only screen and (max-width: 47.9375em){.case-study-template{flex-direction:column;}.case-study-template .case-study-left{width:100%;}.case-study-template .case-study-right img{position:static;margin-top:20px;}}.grid-offer-template{margin:50px 0;}.grid-offer-template .grid-offer-container{display:grid;grid-template-columns:repeat(5, 1fr);gap:20px;margin:30px 0;}.grid-offer-template .header-small{text-align:center;font-size:24px !important;font-family:'Fustat', 'Futura', Arial, Helvetica, sans-serif !important;margin-bottom:20px;}.grid-offer-template h2{text-align:center;font-size:32px;font-weight:700;position:relative;margin-bottom:50px;}.grid-offer-template h2:after{content:'';background-color:#016dc6;width:50px;height:3px;position:absolute;bottom:-20px;left:calc(50% - 25px);}.grid-offer-template .grid-offer-element{display:flex;flex-direction:column;align-items:center;text-align:center;}.grid-offer-template .grid-offer-icon{margin-bottom:20px;width:58px;height:auto;}.grid-offer-template h4{font-weight:700;font-size:18px;margin-bottom:20px;min-height:50px;}@media only screen and (max-width: 47.9375em){.grid-offer-template .grid-offer-container{grid-template-columns:repeat(2, 1fr);}}.expanded-section .expanded-section-header{background-color:#f5f5f5;padding:20px;position:relative;cursor:pointer;}.expanded-section .expanded-section-header:after{content:'';background:#000;height:20px;width:4px;position:absolute;top:calc(50% - 10px);right:calc(5% - 2px);}.expanded-section .expanded-section-header:before{content:'';background:#000;height:4px;width:20px;position:absolute;top:calc(50% - 2px);right:calc(5% - 10px);}.expanded-section .active:after{content:'';background:#000;height:4px;width:20px;position:absolute;top:calc(50% - 2px);right:calc(5% - 10px);}.expanded-section .expanded-section-content{max-height:0;overflow:hidden;transition:max-height 0.2s ease-out;}.expanded-section .expanded-section-content p{margin:20px 0;}meta.foundation-version{font-family:"/5.5.1/";}meta.foundation-mq-small{font-family:"/only screen/";width:0;}meta.foundation-mq-small-only{font-family:"/only screen and (max-width: 47.9375em)/";width:0;}meta.foundation-mq-medium{font-family:"/only screen and (min-width:48em)/";width:48em;}meta.foundation-mq-medium-only{font-family:"/only screen and (min-width:48em) and (max-width:62.4375em)/";width:48em;}meta.foundation-mq-large{font-family:"/only screen and (min-width:62.5em)/";width:62.5em;}meta.foundation-mq-large-only{font-family:"/only screen and (min-width:62.5em) and (max-width:89.9375em)/";width:62.5em;}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90em)/";width:90em;}meta.foundation-mq-xlarge-only{font-family:"/only screen and (min-width:90em) and (max-width:120em)/";width:90em;}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.0625em)/";width:120.0625em;}meta.foundation-data-attribute-namespace{font-family:false;}html,body{height:100%;}html{box-sizing:border-box;}*,*:before,*:after{-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit;}html,body{font-size:10px;}body{background:#fff;color:#222;cursor:auto;font-family:"Fustat", sans-serif;font-style:normal;font-weight:normal;line-height:1.5;margin:0;padding:0;position:relative;}a:hover{cursor:pointer;}img{max-width:100%;height:auto;}img{-ms-interpolation-mode:bicubic;}#map_canvas img,.map_canvas img,.mqa-display img,#map_canvas embed,.map_canvas embed,.mqa-display embed,#map_canvas object,.map_canvas object,.mqa-display object{max-width:none !important;}.left{float:left !important;}.right{float:right !important;}.clearfix:before,.clearfix:after{content:" ";display:table;}.clearfix:after{clear:both;}.hide{display:none;}.invisible{visibility:hidden;}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}img{display:inline-block;vertical-align:middle;}textarea{height:auto;min-height:50px;}select{width:100%;}[class*="block-grid-"]{display:block;padding:0;margin:0 -1rem;}[class*="block-grid-"]:before,[class*="block-grid-"]:after{content:" ";display:table;}[class*="block-grid-"]:after{clear:both;}[class*="block-grid-"] > li{display:block;float:left;height:auto;padding:0 1rem 2rem;}@media only screen{.small-block-grid-1 > li{list-style:none;width:100%;}.small-block-grid-1 > li:nth-of-type(1n){clear:none;}.small-block-grid-1 > li:nth-of-type(1n+1){clear:both;}.small-block-grid-2 > li{list-style:none;width:50%;}.small-block-grid-2 > li:nth-of-type(1n){clear:none;}.small-block-grid-2 > li:nth-of-type(2n+1){clear:both;}.small-block-grid-3 > li{list-style:none;width:33.33333%;}.small-block-grid-3 > li:nth-of-type(1n){clear:none;}.small-block-grid-3 > li:nth-of-type(3n+1){clear:both;}.small-block-grid-4 > li{list-style:none;width:25%;}.small-block-grid-4 > li:nth-of-type(1n){clear:none;}.small-block-grid-4 > li:nth-of-type(4n+1){clear:both;}.small-block-grid-5 > li{list-style:none;width:20%;}.small-block-grid-5 > li:nth-of-type(1n){clear:none;}.small-block-grid-5 > li:nth-of-type(5n+1){clear:both;}.small-block-grid-6 > li{list-style:none;width:16.66667%;}.small-block-grid-6 > li:nth-of-type(1n){clear:none;}.small-block-grid-6 > li:nth-of-type(6n+1){clear:both;}.small-block-grid-7 > li{list-style:none;width:14.28571%;}.small-block-grid-7 > li:nth-of-type(1n){clear:none;}.small-block-grid-7 > li:nth-of-type(7n+1){clear:both;}.small-block-grid-8 > li{list-style:none;width:12.5%;}.small-block-grid-8 > li:nth-of-type(1n){clear:none;}.small-block-grid-8 > li:nth-of-type(8n+1){clear:both;}.small-block-grid-9 > li{list-style:none;width:11.11111%;}.small-block-grid-9 > li:nth-of-type(1n){clear:none;}.small-block-grid-9 > li:nth-of-type(9n+1){clear:both;}.small-block-grid-10 > li{list-style:none;width:10%;}.small-block-grid-10 > li:nth-of-type(1n){clear:none;}.small-block-grid-10 > li:nth-of-type(10n+1){clear:both;}.small-block-grid-11 > li{list-style:none;width:9.09091%;}.small-block-grid-11 > li:nth-of-type(1n){clear:none;}.small-block-grid-11 > li:nth-of-type(11n+1){clear:both;}.small-block-grid-12 > li{list-style:none;width:8.33333%;}.small-block-grid-12 > li:nth-of-type(1n){clear:none;}.small-block-grid-12 > li:nth-of-type(12n+1){clear:both;}}@media only screen and (min-width:48em){.medium-block-grid-1 > li{list-style:none;width:100%;}.medium-block-grid-1 > li:nth-of-type(1n){clear:none;}.medium-block-grid-1 > li:nth-of-type(1n+1){clear:both;}.medium-block-grid-2 > li{list-style:none;width:50%;}.medium-block-grid-2 > li:nth-of-type(1n){clear:none;}.medium-block-grid-2 > li:nth-of-type(2n+1){clear:both;}.medium-block-grid-3 > li{list-style:none;width:33.33333%;}.medium-block-grid-3 > li:nth-of-type(1n){clear:none;}.medium-block-grid-3 > li:nth-of-type(3n+1){clear:both;}.medium-block-grid-4 > li{list-style:none;width:25%;}.medium-block-grid-4 > li:nth-of-type(1n){clear:none;}.medium-block-grid-4 > li:nth-of-type(4n+1){clear:both;}.medium-block-grid-5 > li{list-style:none;width:20%;}.medium-block-grid-5 > li:nth-of-type(1n){clear:none;}.medium-block-grid-5 > li:nth-of-type(5n+1){clear:both;}.medium-block-grid-6 > li{list-style:none;width:16.66667%;}.medium-block-grid-6 > li:nth-of-type(1n){clear:none;}.medium-block-grid-6 > li:nth-of-type(6n+1){clear:both;}.medium-block-grid-7 > li{list-style:none;width:14.28571%;}.medium-block-grid-7 > li:nth-of-type(1n){clear:none;}.medium-block-grid-7 > li:nth-of-type(7n+1){clear:both;}.medium-block-grid-8 > li{list-style:none;width:12.5%;}.medium-block-grid-8 > li:nth-of-type(1n){clear:none;}.medium-block-grid-8 > li:nth-of-type(8n+1){clear:both;}.medium-block-grid-9 > li{list-style:none;width:11.11111%;}.medium-block-grid-9 > li:nth-of-type(1n){clear:none;}.medium-block-grid-9 > li:nth-of-type(9n+1){clear:both;}.medium-block-grid-10 > li{list-style:none;width:10%;}.medium-block-grid-10 > li:nth-of-type(1n){clear:none;}.medium-block-grid-10 > li:nth-of-type(10n+1){clear:both;}.medium-block-grid-11 > li{list-style:none;width:9.09091%;}.medium-block-grid-11 > li:nth-of-type(1n){clear:none;}.medium-block-grid-11 > li:nth-of-type(11n+1){clear:both;}.medium-block-grid-12 > li{list-style:none;width:8.33333%;}.medium-block-grid-12 > li:nth-of-type(1n){clear:none;}.medium-block-grid-12 > li:nth-of-type(12n+1){clear:both;}}@media only screen and (min-width:62.5em){.large-block-grid-1 > li{list-style:none;width:100%;}.large-block-grid-1 > li:nth-of-type(1n){clear:none;}.large-block-grid-1 > li:nth-of-type(1n+1){clear:both;}.large-block-grid-2 > li{list-style:none;width:50%;}.large-block-grid-2 > li:nth-of-type(1n){clear:none;}.large-block-grid-2 > li:nth-of-type(2n+1){clear:both;}.large-block-grid-3 > li{list-style:none;width:33.33333%;}.large-block-grid-3 > li:nth-of-type(1n){clear:none;}.large-block-grid-3 > li:nth-of-type(3n+1){clear:both;}.large-block-grid-4 > li{list-style:none;width:25%;}.large-block-grid-4 > li:nth-of-type(1n){clear:none;}.large-block-grid-4 > li:nth-of-type(4n+1){clear:both;}.large-block-grid-5 > li{list-style:none;width:20%;}.large-block-grid-5 > li:nth-of-type(1n){clear:none;}.large-block-grid-5 > li:nth-of-type(5n+1){clear:both;}.large-block-grid-6 > li{list-style:none;width:16.66667%;}.large-block-grid-6 > li:nth-of-type(1n){clear:none;}.large-block-grid-6 > li:nth-of-type(6n+1){clear:both;}.large-block-grid-7 > li{list-style:none;width:14.28571%;}.large-block-grid-7 > li:nth-of-type(1n){clear:none;}.large-block-grid-7 > li:nth-of-type(7n+1){clear:both;}.large-block-grid-8 > li{list-style:none;width:12.5%;}.large-block-grid-8 > li:nth-of-type(1n){clear:none;}.large-block-grid-8 > li:nth-of-type(8n+1){clear:both;}.large-block-grid-9 > li{list-style:none;width:11.11111%;}.large-block-grid-9 > li:nth-of-type(1n){clear:none;}.large-block-grid-9 > li:nth-of-type(9n+1){clear:both;}.large-block-grid-10 > li{list-style:none;width:10%;}.large-block-grid-10 > li:nth-of-type(1n){clear:none;}.large-block-grid-10 > li:nth-of-type(10n+1){clear:both;}.large-block-grid-11 > li{list-style:none;width:9.09091%;}.large-block-grid-11 > li:nth-of-type(1n){clear:none;}.large-block-grid-11 > li:nth-of-type(11n+1){clear:both;}.large-block-grid-12 > li{list-style:none;width:8.33333%;}.large-block-grid-12 > li:nth-of-type(1n){clear:none;}.large-block-grid-12 > li:nth-of-type(12n+1){clear:both;}}.breadcrumbs{border-style:solid;border-width:0;display:block;list-style:none;margin-left:0;overflow:hidden;padding:2.5rem 0;background-color:#f6f6f6;border-color:#ddd;border-radius:3px;}.breadcrumbs > *{color:#979797;float:left;font-size:1.2rem;line-height:1.2rem;margin:0;text-transform:none;}.breadcrumbs > *:hover a,.breadcrumbs > *:focus a{text-decoration:none;}.breadcrumbs > * a{color:#979797;}.breadcrumbs > *.current{color:#121e2c;cursor:default;}.breadcrumbs > *.current a{color:#121e2c;cursor:default;}.breadcrumbs > *.current:hover,.breadcrumbs > *.current:hover a,.breadcrumbs > *.current:focus,.breadcrumbs > *.current:focus a{text-decoration:none;}.breadcrumbs > *.unavailable{color:#010101;}.breadcrumbs > *.unavailable a{color:#010101;}.breadcrumbs > *.unavailable:hover,.breadcrumbs > *.unavailable:hover a,.breadcrumbs > *.unavailable:focus,.breadcrumbs > *.unavailable a:focus{color:#010101;cursor:not-allowed;text-decoration:none;}.breadcrumbs > *:before{color:#aaa;content:"";margin:0 2rem;position:relative;top:1px;}.breadcrumbs > *:first-child:before{content:" ";margin:0;}[aria-label="breadcrumbs"] [aria-hidden="true"]:after{content:"/";}button,.button{-webkit-appearance:none;-moz-appearance:none;border-radius:0;border-style:solid;border-width:2px;cursor:pointer;font-family:"Fustat", sans-serif;font-weight:600;line-height:normal;margin:0 0 2rem;position:relative;text-align:left;text-decoration:none;display:inline-block;padding:1.6rem 3.2rem 1.7rem 3.2rem;font-size:1.6rem;background-color:#fff;border-color:#121e2c;color:#121e2c;transition:background-color 300ms ease-out;}button:hover,.button:hover,button:focus,.button:focus{background-color:#121e2c;}button:hover,.button:hover,button:focus,.button:focus{color:#fff;}button.secondary,.button.secondary{background-color:#016dc6;border-color:#01579e;color:#fff;}button.secondary:hover,.button.secondary:hover,button.secondary:focus,.button.secondary:focus{background-color:#01579e;}button.secondary:hover,.button.secondary:hover,button.secondary:focus,.button.secondary:focus{color:#fff;}button.success,.button.success{background-color:#43ac6a;border-color:#368a55;color:#fff;}button.success:hover,.button.success:hover,button.success:focus,.button.success:focus{background-color:#368a55;}button.success:hover,.button.success:hover,button.success:focus,.button.success:focus{color:#fff;}button.alert,.button.alert{background-color:#d00;border-color:#b10000;color:#fff;}button.alert:hover,.button.alert:hover,button.alert:focus,.button.alert:focus{background-color:#b10000;}button.alert:hover,.button.alert:hover,button.alert:focus,.button.alert:focus{color:#fff;}button.warning,.button.warning{background-color:#f08a24;border-color:#cf6e0e;color:#fff;}button.warning:hover,.button.warning:hover,button.warning:focus,.button.warning:focus{background-color:#cf6e0e;}button.warning:hover,.button.warning:hover,button.warning:focus,.button.warning:focus{color:#fff;}button.info,.button.info{background-color:#a0d3e8;border-color:#61b6d9;color:#121e2c;}button.info:hover,.button.info:hover,button.info:focus,.button.info:focus{background-color:#61b6d9;}button.info:hover,.button.info:hover,button.info:focus,.button.info:focus{color:#fff;}button.large,.button.large{padding:1.8rem 3.6rem 1.9rem 3.6rem;font-size:2rem;}button.small,.button.small{padding:1.4rem 2.8rem 1.5rem 2.8rem;font-size:1.3rem;}button.tiny,.button.tiny{padding:1rem 2rem 1.1rem 2rem;font-size:1.1rem;}button.expand,.button.expand{padding-left:0;padding-right:0;width:100%;}button.left-align,.button.left-align{text-align:left;text-indent:1.2rem;}button.right-align,.button.right-align{text-align:right;padding-right:1.2rem;}button.radius,.button.radius{border-radius:3px;}button.round,.button.round{border-radius:1000px;}button.disabled,.button.disabled,button[disabled],.button[disabled]{background-color:#fff;border-color:#121e2c;color:#121e2c;box-shadow:none;cursor:default;opacity:0.7;}button.disabled:hover,.button.disabled:hover,button[disabled]:hover,.button[disabled]:hover,button.disabled:focus,.button.disabled:focus,button[disabled]:focus,.button[disabled]:focus{background-color:#121e2c;}button.disabled:hover,.button.disabled:hover,button[disabled]:hover,.button[disabled]:hover,button.disabled:focus,.button.disabled:focus,button[disabled]:focus,.button[disabled]:focus{color:#fff;}button.disabled:hover,.button.disabled:hover,button[disabled]:hover,.button[disabled]:hover,button.disabled:focus,.button.disabled:focus,button[disabled]:focus,.button[disabled]:focus{background-color:#fff;}button.disabled.secondary,.button.disabled.secondary,button[disabled].secondary,.button[disabled].secondary{background-color:#016dc6;border-color:#01579e;color:#fff;box-shadow:none;cursor:default;opacity:0.7;}button.disabled.secondary:hover,.button.disabled.secondary:hover,button[disabled].secondary:hover,.button[disabled].secondary:hover,button.disabled.secondary:focus,.button.disabled.secondary:focus,button[disabled].secondary:focus,.button[disabled].secondary:focus{background-color:#01579e;}button.disabled.secondary:hover,.button.disabled.secondary:hover,button[disabled].secondary:hover,.button[disabled].secondary:hover,button.disabled.secondary:focus,.button.disabled.secondary:focus,button[disabled].secondary:focus,.button[disabled].secondary:focus{color:#fff;}button.disabled.secondary:hover,.button.disabled.secondary:hover,button[disabled].secondary:hover,.button[disabled].secondary:hover,button.disabled.secondary:focus,.button.disabled.secondary:focus,button[disabled].secondary:focus,.button[disabled].secondary:focus{background-color:#016dc6;}button.disabled.success,.button.disabled.success,button[disabled].success,.button[disabled].success{background-color:#43ac6a;border-color:#368a55;color:#fff;box-shadow:none;cursor:default;opacity:0.7;}button.disabled.success:hover,.button.disabled.success:hover,button[disabled].success:hover,.button[disabled].success:hover,button.disabled.success:focus,.button.disabled.success:focus,button[disabled].success:focus,.button[disabled].success:focus{background-color:#368a55;}button.disabled.success:hover,.button.disabled.success:hover,button[disabled].success:hover,.button[disabled].success:hover,button.disabled.success:focus,.button.disabled.success:focus,button[disabled].success:focus,.button[disabled].success:focus{color:#fff;}button.disabled.success:hover,.button.disabled.success:hover,button[disabled].success:hover,.button[disabled].success:hover,button.disabled.success:focus,.button.disabled.success:focus,button[disabled].success:focus,.button[disabled].success:focus{background-color:#43ac6a;}button.disabled.alert,.button.disabled.alert,button[disabled].alert,.button[disabled].alert{background-color:#d00;border-color:#b10000;color:#fff;box-shadow:none;cursor:default;opacity:0.7;}button.disabled.alert:hover,.button.disabled.alert:hover,button[disabled].alert:hover,.button[disabled].alert:hover,button.disabled.alert:focus,.button.disabled.alert:focus,button[disabled].alert:focus,.button[disabled].alert:focus{background-color:#b10000;}button.disabled.alert:hover,.button.disabled.alert:hover,button[disabled].alert:hover,.button[disabled].alert:hover,button.disabled.alert:focus,.button.disabled.alert:focus,button[disabled].alert:focus,.button[disabled].alert:focus{color:#fff;}button.disabled.alert:hover,.button.disabled.alert:hover,button[disabled].alert:hover,.button[disabled].alert:hover,button.disabled.alert:focus,.button.disabled.alert:focus,button[disabled].alert:focus,.button[disabled].alert:focus{background-color:#d00;}button.disabled.warning,.button.disabled.warning,button[disabled].warning,.button[disabled].warning{background-color:#f08a24;border-color:#cf6e0e;color:#fff;box-shadow:none;cursor:default;opacity:0.7;}button.disabled.warning:hover,.button.disabled.warning:hover,button[disabled].warning:hover,.button[disabled].warning:hover,button.disabled.warning:focus,.button.disabled.warning:focus,button[disabled].warning:focus,.button[disabled].warning:focus{background-color:#cf6e0e;}button.disabled.warning:hover,.button.disabled.warning:hover,button[disabled].warning:hover,.button[disabled].warning:hover,button.disabled.warning:focus,.button.disabled.warning:focus,button[disabled].warning:focus,.button[disabled].warning:focus{color:#fff;}button.disabled.warning:hover,.button.disabled.warning:hover,button[disabled].warning:hover,.button[disabled].warning:hover,button.disabled.warning:focus,.button.disabled.warning:focus,button[disabled].warning:focus,.button[disabled].warning:focus{background-color:#f08a24;}button.disabled.info,.button.disabled.info,button[disabled].info,.button[disabled].info{background-color:#a0d3e8;border-color:#61b6d9;color:#121e2c;box-shadow:none;cursor:default;opacity:0.7;}button.disabled.info:hover,.button.disabled.info:hover,button[disabled].info:hover,.button[disabled].info:hover,button.disabled.info:focus,.button.disabled.info:focus,button[disabled].info:focus,.button[disabled].info:focus{background-color:#61b6d9;}button.disabled.info:hover,.button.disabled.info:hover,button[disabled].info:hover,.button[disabled].info:hover,button.disabled.info:focus,.button.disabled.info:focus,button[disabled].info:focus,.button[disabled].info:focus{color:#fff;}button.disabled.info:hover,.button.disabled.info:hover,button[disabled].info:hover,.button[disabled].info:hover,button.disabled.info:focus,.button.disabled.info:focus,button[disabled].info:focus,.button[disabled].info:focus{background-color:#a0d3e8;}button::-moz-focus-inner{border:0;padding:0;}@media only screen and (min-width:48em){button,.button{display:inline-block;}}form{margin:0 0 1.86667rem;}form .row .row,form .slick-dots .row,form .slick-dots .slick-dots,form .row .slick-dots{margin:0 -0.93333rem;}form .row .row .column,form .slick-dots .row .column,form .slick-dots .slick-dots .column,form .row .slick-dots .column,form .row .row .columns,form .slick-dots .row .columns,form .slick-dots .slick-dots .columns,form .row .slick-dots .columns{padding:0 0.93333rem;}form .row .row.collapse,form .slick-dots .row.collapse,form .slick-dots .slick-dots.collapse,form .row .slick-dots.collapse{margin:0;}form .row .row.collapse .column,form .slick-dots .row.collapse .column,form .slick-dots .slick-dots.collapse .column,form .row .slick-dots.collapse .column,form .row .row.collapse .columns,form .slick-dots .row.collapse .columns,form .slick-dots .slick-dots.collapse .columns,form .row .slick-dots.collapse .columns{padding:0;}form .row .row.collapse input,form .slick-dots .row.collapse input,form .slick-dots .slick-dots.collapse input,form .row .slick-dots.collapse input{-webkit-border-bottom-right-radius:0;-webkit-border-top-right-radius:0;border-bottom-right-radius:0;border-top-right-radius:0;}form .row input.column,form .slick-dots input.column,form .row input.columns,form .slick-dots input.columns,form .row textarea.column,form .slick-dots textarea.column,form .row textarea.columns,form .slick-dots textarea.columns{padding-left:0.93333rem;}label{color:#000;cursor:pointer;display:block;font-size:1.4rem;font-weight:normal;line-height:1.5;margin-bottom:0;}label.right{float:none !important;text-align:right;}label.inline{margin:0 0 1.86667rem 0;padding:1.03333rem 0;}label small{text-transform:capitalize;color:#262626;}.prefix,.postfix{border-style:solid;border-width:1px;display:block;font-size:1.4rem;height:4rem;line-height:4rem;overflow:visible;padding-bottom:0;padding-top:0;position:relative;text-align:center;width:100%;z-index:2;}.postfix.button{border:none;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0;text-align:center;}.prefix.button{border:none;padding-left:0;padding-right:0;padding-bottom:0;padding-top:0;text-align:center;}.prefix.button.radius{border-radius:0;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px;}.postfix.button.radius{border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-top-right-radius:3px;border-bottom-right-radius:3px;border-top-right-radius:3px;}.prefix.button.round{border-radius:0;-webkit-border-bottom-left-radius:1000px;-webkit-border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-top-left-radius:1000px;}.postfix.button.round{border-radius:0;-webkit-border-bottom-right-radius:1000px;-webkit-border-top-right-radius:1000px;border-bottom-right-radius:1000px;border-top-right-radius:1000px;}span.prefix,label.prefix{background:#f2f2f2;border-right:none;color:#222;border-color:#ccc;}span.postfix,label.postfix{background:#f2f2f2;border-left:none;color:#222;border-color:#ccc;}input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea{-webkit-appearance:none;-moz-appearance:none;border-radius:0;background-color:#fff;border-style:solid;border-width:1px;border-color:#bababa;box-shadow:inset 0 0 0 rgba(0, 0, 0, 0);color:rgba(0, 0, 0, 0.75);display:block;font-family:inherit;font-size:1.3rem;height:4rem;margin:0 0 1.86667rem 0;padding:0.93333rem;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color 0.15s linear, background 0.15s linear;-moz-transition:border-color 0.15s linear, background 0.15s linear;-ms-transition:border-color 0.15s linear, background 0.15s linear;-o-transition:border-color 0.15s linear, background 0.15s linear;transition:border-color 0.15s linear, background 0.15s linear;}input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea:focus{background:#fff;border-color:#121e2c;outline:none;}input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea:disabled{background-color:#ddd;cursor:default;}input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea[disabled],input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea[readonly],fieldset[disabled] input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea{background-color:#ddd;cursor:default;}input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea.radius{border-radius:0;}form .row .prefix-radius.row.collapse input,form .slick-dots .prefix-radius.row.collapse input,form .slick-dots .slick-dots.prefix-radius.collapse input,form .row .slick-dots.prefix-radius.collapse input,form .row .prefix-radius.row.collapse textarea,form .slick-dots .prefix-radius.row.collapse textarea,form .slick-dots .slick-dots.prefix-radius.collapse textarea,form .row .slick-dots.prefix-radius.collapse textarea,form .row .prefix-radius.row.collapse select,form .slick-dots .prefix-radius.row.collapse select,form .slick-dots .slick-dots.prefix-radius.collapse select,form .row .slick-dots.prefix-radius.collapse select,form .row .prefix-radius.row.collapse button,form .slick-dots .prefix-radius.row.collapse button,form .slick-dots .slick-dots.prefix-radius.collapse button,form .row .slick-dots.prefix-radius.collapse button{border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-top-right-radius:3px;border-bottom-right-radius:3px;border-top-right-radius:3px;}form .row .prefix-radius.row.collapse .prefix,form .slick-dots .prefix-radius.row.collapse .prefix,form .slick-dots .slick-dots.prefix-radius.collapse .prefix,form .row .slick-dots.prefix-radius.collapse .prefix{border-radius:0;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px;}form .row .postfix-radius.row.collapse input,form .slick-dots .postfix-radius.row.collapse input,form .slick-dots .slick-dots.postfix-radius.collapse input,form .row .slick-dots.postfix-radius.collapse input,form .row .postfix-radius.row.collapse textarea,form .slick-dots .postfix-radius.row.collapse textarea,form .slick-dots .slick-dots.postfix-radius.collapse textarea,form .row .slick-dots.postfix-radius.collapse textarea,form .row .postfix-radius.row.collapse select,form .slick-dots .postfix-radius.row.collapse select,form .slick-dots .slick-dots.postfix-radius.collapse select,form .row .slick-dots.postfix-radius.collapse select,form .row .postfix-radius.row.collapse button,form .slick-dots .postfix-radius.row.collapse button,form .slick-dots .slick-dots.postfix-radius.collapse button,form .row .slick-dots.postfix-radius.collapse button{border-radius:0;-webkit-border-bottom-left-radius:3px;-webkit-border-top-left-radius:3px;border-bottom-left-radius:3px;border-top-left-radius:3px;}form .row .postfix-radius.row.collapse .postfix,form .slick-dots .postfix-radius.row.collapse .postfix,form .slick-dots .slick-dots.postfix-radius.collapse .postfix,form .row .slick-dots.postfix-radius.collapse .postfix{border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-top-right-radius:3px;border-bottom-right-radius:3px;border-top-right-radius:3px;}form .row .prefix-round.row.collapse input,form .slick-dots .prefix-round.row.collapse input,form .slick-dots .slick-dots.prefix-round.collapse input,form .row .slick-dots.prefix-round.collapse input,form .row .prefix-round.row.collapse textarea,form .slick-dots .prefix-round.row.collapse textarea,form .slick-dots .slick-dots.prefix-round.collapse textarea,form .row .slick-dots.prefix-round.collapse textarea,form .row .prefix-round.row.collapse select,form .slick-dots .prefix-round.row.collapse select,form .slick-dots .slick-dots.prefix-round.collapse select,form .row .slick-dots.prefix-round.collapse select,form .row .prefix-round.row.collapse button,form .slick-dots .prefix-round.row.collapse button,form .slick-dots .slick-dots.prefix-round.collapse button,form .row .slick-dots.prefix-round.collapse button{border-radius:0;-webkit-border-bottom-right-radius:1000px;-webkit-border-top-right-radius:1000px;border-bottom-right-radius:1000px;border-top-right-radius:1000px;}form .row .prefix-round.row.collapse .prefix,form .slick-dots .prefix-round.row.collapse .prefix,form .slick-dots .slick-dots.prefix-round.collapse .prefix,form .row .slick-dots.prefix-round.collapse .prefix{border-radius:0;-webkit-border-bottom-left-radius:1000px;-webkit-border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-top-left-radius:1000px;}form .row .postfix-round.row.collapse input,form .slick-dots .postfix-round.row.collapse input,form .slick-dots .slick-dots.postfix-round.collapse input,form .row .slick-dots.postfix-round.collapse input,form .row .postfix-round.row.collapse textarea,form .slick-dots .postfix-round.row.collapse textarea,form .slick-dots .slick-dots.postfix-round.collapse textarea,form .row .slick-dots.postfix-round.collapse textarea,form .row .postfix-round.row.collapse select,form .slick-dots .postfix-round.row.collapse select,form .slick-dots .slick-dots.postfix-round.collapse select,form .row .slick-dots.postfix-round.collapse select,form .row .postfix-round.row.collapse button,form .slick-dots .postfix-round.row.collapse button,form .slick-dots .slick-dots.postfix-round.collapse button,form .row .slick-dots.postfix-round.collapse button{border-radius:0;-webkit-border-bottom-left-radius:1000px;-webkit-border-top-left-radius:1000px;border-bottom-left-radius:1000px;border-top-left-radius:1000px;}form .row .postfix-round.row.collapse .postfix,form .slick-dots .postfix-round.row.collapse .postfix,form .slick-dots .slick-dots.postfix-round.collapse .postfix,form .row .slick-dots.postfix-round.collapse .postfix{border-radius:0;-webkit-border-bottom-right-radius:1000px;-webkit-border-top-right-radius:1000px;border-bottom-right-radius:1000px;border-top-right-radius:1000px;}input[type="submit"]{-webkit-appearance:none;-moz-appearance:none;border-radius:0;}textarea[rows]{height:auto;}textarea{max-width:100%;}select{-webkit-appearance:none !important;-moz-appearance:none !important;background-color:#fff;border-radius:0;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);background-position:100% center;background-repeat:no-repeat;border-style:solid;border-width:1px;border-color:#bababa;color:rgba(0, 0, 0, 0.75);font-family:inherit;font-size:1.3rem;line-height:normal;padding:0.93333rem;border-radius:0;height:4rem;}select::-ms-expand{display:none;}select.radius{border-radius:3px;}select:hover{background-color:#fff;border-color:#121e2c;}select:disabled{background-color:#ddd;cursor:default;}select[multiple]{height:auto;}input[type="file"],input[type="checkbox"],input[type="radio"],select{margin:0 0 1.86667rem 0;}input[type="checkbox"] + label,input[type="radio"] + label{display:inline-block;margin-left:0.93333rem;margin-right:1.86667rem;margin-bottom:0;vertical-align:baseline;}input[type="file"]{width:100%;}fieldset{border:1px solid #ddd;margin:1.8rem 0;padding:2rem;}fieldset legend{background:#fff;font-weight:bold;margin-left:-0.3rem;margin:0;padding:0 0.3rem;}[data-abide] .error small.error,[data-abide] .error span.error,[data-abide] span.error,[data-abide] small.error{display:block;font-size:1.2rem;font-style:italic;font-weight:normal;margin-bottom:1.86667rem;margin-top:-1px;padding:0;background:#fcdcde;color:#222;}[data-abide] span.error,[data-abide] small.error{display:none;}span.error,small.error{display:block;font-size:1.2rem;font-style:italic;font-weight:normal;margin-bottom:1.86667rem;margin-top:-1px;padding:0;background:#fcdcde;color:#222;}.error input,.error textarea,.error select{margin-bottom:0;}.error input[type="checkbox"],.error input[type="radio"]{margin-bottom:1.86667rem;}.error label,.error label.error{color:#d00;}.error small.error{display:block;font-size:1.2rem;font-style:italic;font-weight:normal;margin-bottom:1.86667rem;margin-top:-1px;padding:0;background:#fcdcde;color:#222;}.error > label > small{background:transparent;color:#262626;display:inline;font-size:60%;font-style:normal;margin:0;padding:0;text-transform:capitalize;}.error span.error-message{display:block;}input.error,textarea.error,select.error{margin-bottom:0;}label.error{color:#d00;}.row,.slick-dots{margin:0 auto;max-width:117rem;width:100%;}.row:before,.slick-dots:before,.row:after,.slick-dots:after{content:" ";display:table;}.row:after,.slick-dots:after{clear:both;}.row.collapse > .column,.slick-dots.collapse > .column,.row.collapse > .columns,.slick-dots.collapse > .columns{padding-left:0;padding-right:0;}.row.collapse .row,.slick-dots.collapse .row,.slick-dots.collapse .slick-dots,.row.collapse .slick-dots{margin-left:0;margin-right:0;}.row .row,.slick-dots .row,.slick-dots .slick-dots,.row .slick-dots{margin:0 -1rem;max-width:none;width:auto;}.row .row:before,.slick-dots .row:before,.slick-dots .slick-dots:before,.row .slick-dots:before,.row .row:after,.slick-dots .row:after,.slick-dots .slick-dots:after,.row .slick-dots:after{content:" ";display:table;}.row .row:after,.slick-dots .row:after,.slick-dots .slick-dots:after,.row .slick-dots:after{clear:both;}.row .row.collapse,.slick-dots .row.collapse,.slick-dots .slick-dots.collapse,.row .slick-dots.collapse{margin:0;max-width:none;width:auto;}.row .row.collapse:before,.slick-dots .row.collapse:before,.slick-dots .slick-dots.collapse:before,.row .slick-dots.collapse:before,.row .row.collapse:after,.slick-dots .row.collapse:after,.slick-dots .slick-dots.collapse:after,.row .slick-dots.collapse:after{content:" ";display:table;}.row .row.collapse:after,.slick-dots .row.collapse:after,.slick-dots .slick-dots.collapse:after,.row .slick-dots.collapse:after{clear:both;}.column,.columns{padding-left:1rem;padding-right:1rem;width:100%;float:left;}[class*="column"] + [class*="column"]:last-child{float:right;}[class*="column"] + [class*="column"].end{float:left;}@media only screen{.small-push-0{position:relative;left:0;right:auto;}.small-pull-0{position:relative;right:0;left:auto;}.small-push-1{position:relative;left:8.33333%;right:auto;}.small-pull-1{position:relative;right:8.33333%;left:auto;}.small-push-2{position:relative;left:16.66667%;right:auto;}.small-pull-2{position:relative;right:16.66667%;left:auto;}.small-push-3{position:relative;left:25%;right:auto;}.small-pull-3{position:relative;right:25%;left:auto;}.small-push-4{position:relative;left:33.33333%;right:auto;}.small-pull-4{position:relative;right:33.33333%;left:auto;}.small-push-5{position:relative;left:41.66667%;right:auto;}.small-pull-5{position:relative;right:41.66667%;left:auto;}.small-push-6{position:relative;left:50%;right:auto;}.small-pull-6{position:relative;right:50%;left:auto;}.small-push-7{position:relative;left:58.33333%;right:auto;}.small-pull-7{position:relative;right:58.33333%;left:auto;}.small-push-8{position:relative;left:66.66667%;right:auto;}.small-pull-8{position:relative;right:66.66667%;left:auto;}.small-push-9{position:relative;left:75%;right:auto;}.small-pull-9{position:relative;right:75%;left:auto;}.small-push-10{position:relative;left:83.33333%;right:auto;}.small-pull-10{position:relative;right:83.33333%;left:auto;}.small-push-11{position:relative;left:91.66667%;right:auto;}.small-pull-11{position:relative;right:91.66667%;left:auto;}.column,.columns{position:relative;padding-left:1rem;padding-right:1rem;float:left;}.small-1{width:8.33333%;}.small-2{width:16.66667%;}.small-3{width:25%;}.small-4{width:33.33333%;}.small-5{width:41.66667%;}.small-6{width:50%;}.small-7{width:58.33333%;}.small-8{width:66.66667%;}.small-9{width:75%;}.small-10{width:83.33333%;}.small-11{width:91.66667%;}.small-12{width:100%;}.small-offset-0{margin-left:0 !important;}.small-offset-1{margin-left:8.33333% !important;}.small-offset-2{margin-left:16.66667% !important;}.small-offset-3{margin-left:25% !important;}.small-offset-4{margin-left:33.33333% !important;}.small-offset-5{margin-left:41.66667% !important;}.small-offset-6{margin-left:50% !important;}.small-offset-7{margin-left:58.33333% !important;}.small-offset-8{margin-left:66.66667% !important;}.small-offset-9{margin-left:75% !important;}.small-offset-10{margin-left:83.33333% !important;}.small-offset-11{margin-left:91.66667% !important;}.small-reset-order{float:left;left:auto;margin-left:0;margin-right:0;right:auto;}.column.small-centered,.columns.small-centered{margin-left:auto;margin-right:auto;float:none;}.column.small-uncentered,.columns.small-uncentered{float:left;margin-left:0;margin-right:0;}.column.small-centered:last-child,.columns.small-centered:last-child{float:none;}.column.small-uncentered:last-child,.columns.small-uncentered:last-child{float:left;}.column.small-uncentered.opposite,.columns.small-uncentered.opposite{float:right;}.row.small-collapse > .column,.slick-dots.small-collapse > .column,.row.small-collapse > .columns,.slick-dots.small-collapse > .columns{padding-left:0;padding-right:0;}.row.small-collapse .row,.slick-dots.small-collapse .row,.slick-dots.small-collapse .slick-dots,.row.small-collapse .slick-dots{margin-left:0;margin-right:0;}.row.small-uncollapse > .column,.slick-dots.small-uncollapse > .column,.row.small-uncollapse > .columns,.slick-dots.small-uncollapse > .columns{padding-left:1rem;padding-right:1rem;float:left;}}@media only screen and (min-width:48em){.medium-push-0{position:relative;left:0;right:auto;}.medium-pull-0{position:relative;right:0;left:auto;}.medium-push-1{position:relative;left:8.33333%;right:auto;}.medium-pull-1{position:relative;right:8.33333%;left:auto;}.medium-push-2{position:relative;left:16.66667%;right:auto;}.medium-pull-2{position:relative;right:16.66667%;left:auto;}.medium-push-3{position:relative;left:25%;right:auto;}.medium-pull-3{position:relative;right:25%;left:auto;}.medium-push-4{position:relative;left:33.33333%;right:auto;}.medium-pull-4{position:relative;right:33.33333%;left:auto;}.medium-push-5{position:relative;left:41.66667%;right:auto;}.medium-pull-5{position:relative;right:41.66667%;left:auto;}.medium-push-6{position:relative;left:50%;right:auto;}.medium-pull-6{position:relative;right:50%;left:auto;}.medium-push-7{position:relative;left:58.33333%;right:auto;}.medium-pull-7{position:relative;right:58.33333%;left:auto;}.medium-push-8{position:relative;left:66.66667%;right:auto;}.medium-pull-8{position:relative;right:66.66667%;left:auto;}.medium-push-9{position:relative;left:75%;right:auto;}.medium-pull-9{position:relative;right:75%;left:auto;}.medium-push-10{position:relative;left:83.33333%;right:auto;}.medium-pull-10{position:relative;right:83.33333%;left:auto;}.medium-push-11{position:relative;left:91.66667%;right:auto;}.medium-pull-11{position:relative;right:91.66667%;left:auto;}.column,.columns{position:relative;padding-left:1rem;padding-right:1rem;float:left;}.medium-1{width:8.33333%;}.medium-2{width:16.66667%;}.medium-3{width:25%;}.medium-4{width:33.33333%;}.medium-5{width:41.66667%;}.medium-6{width:50%;}.medium-7{width:58.33333%;}.medium-8{width:66.66667%;}.medium-9{width:75%;}.medium-10{width:83.33333%;}.medium-11{width:91.66667%;}.medium-12{width:100%;}.medium-offset-0{margin-left:0 !important;}.medium-offset-1{margin-left:8.33333% !important;}.medium-offset-2{margin-left:16.66667% !important;}.medium-offset-3{margin-left:25% !important;}.medium-offset-4{margin-left:33.33333% !important;}.medium-offset-5{margin-left:41.66667% !important;}.medium-offset-6{margin-left:50% !important;}.medium-offset-7{margin-left:58.33333% !important;}.medium-offset-8{margin-left:66.66667% !important;}.medium-offset-9{margin-left:75% !important;}.medium-offset-10{margin-left:83.33333% !important;}.medium-offset-11{margin-left:91.66667% !important;}.medium-reset-order{float:left;left:auto;margin-left:0;margin-right:0;right:auto;}.column.medium-centered,.columns.medium-centered{margin-left:auto;margin-right:auto;float:none;}.column.medium-uncentered,.columns.medium-uncentered{float:left;margin-left:0;margin-right:0;}.column.medium-centered:last-child,.columns.medium-centered:last-child{float:none;}.column.medium-uncentered:last-child,.columns.medium-uncentered:last-child{float:left;}.column.medium-uncentered.opposite,.columns.medium-uncentered.opposite{float:right;}.row.medium-collapse > .column,.slick-dots.medium-collapse > .column,.row.medium-collapse > .columns,.slick-dots.medium-collapse > .columns{padding-left:0;padding-right:0;}.row.medium-collapse .row,.slick-dots.medium-collapse .row,.slick-dots.medium-collapse .slick-dots,.row.medium-collapse .slick-dots{margin-left:0;margin-right:0;}.row.medium-uncollapse > .column,.slick-dots.medium-uncollapse > .column,.row.medium-uncollapse > .columns,.slick-dots.medium-uncollapse > .columns{padding-left:1rem;padding-right:1rem;float:left;}.push-0{position:relative;left:0;right:auto;}.pull-0{position:relative;right:0;left:auto;}.push-1{position:relative;left:8.33333%;right:auto;}.pull-1{position:relative;right:8.33333%;left:auto;}.push-2{position:relative;left:16.66667%;right:auto;}.pull-2{position:relative;right:16.66667%;left:auto;}.push-3{position:relative;left:25%;right:auto;}.pull-3{position:relative;right:25%;left:auto;}.push-4{position:relative;left:33.33333%;right:auto;}.pull-4{position:relative;right:33.33333%;left:auto;}.push-5{position:relative;left:41.66667%;right:auto;}.pull-5{position:relative;right:41.66667%;left:auto;}.push-6{position:relative;left:50%;right:auto;}.pull-6{position:relative;right:50%;left:auto;}.push-7{position:relative;left:58.33333%;right:auto;}.pull-7{position:relative;right:58.33333%;left:auto;}.push-8{position:relative;left:66.66667%;right:auto;}.pull-8{position:relative;right:66.66667%;left:auto;}.push-9{position:relative;left:75%;right:auto;}.pull-9{position:relative;right:75%;left:auto;}.push-10{position:relative;left:83.33333%;right:auto;}.pull-10{position:relative;right:83.33333%;left:auto;}.push-11{position:relative;left:91.66667%;right:auto;}.pull-11{position:relative;right:91.66667%;left:auto;}}@media only screen and (min-width:62.5em){.large-push-0{position:relative;left:0;right:auto;}.large-pull-0{position:relative;right:0;left:auto;}.large-push-1{position:relative;left:8.33333%;right:auto;}.large-pull-1{position:relative;right:8.33333%;left:auto;}.large-push-2{position:relative;left:16.66667%;right:auto;}.large-pull-2{position:relative;right:16.66667%;left:auto;}.large-push-3{position:relative;left:25%;right:auto;}.large-pull-3{position:relative;right:25%;left:auto;}.large-push-4{position:relative;left:33.33333%;right:auto;}.large-pull-4{position:relative;right:33.33333%;left:auto;}.large-push-5{position:relative;left:41.66667%;right:auto;}.large-pull-5{position:relative;right:41.66667%;left:auto;}.large-push-6{position:relative;left:50%;right:auto;}.large-pull-6{position:relative;right:50%;left:auto;}.large-push-7{position:relative;left:58.33333%;right:auto;}.large-pull-7{position:relative;right:58.33333%;left:auto;}.large-push-8{position:relative;left:66.66667%;right:auto;}.large-pull-8{position:relative;right:66.66667%;left:auto;}.large-push-9{position:relative;left:75%;right:auto;}.large-pull-9{position:relative;right:75%;left:auto;}.large-push-10{position:relative;left:83.33333%;right:auto;}.large-pull-10{position:relative;right:83.33333%;left:auto;}.large-push-11{position:relative;left:91.66667%;right:auto;}.large-pull-11{position:relative;right:91.66667%;left:auto;}.column,.columns{position:relative;padding-left:1rem;padding-right:1rem;float:left;}.large-1{width:8.33333%;}.large-2{width:16.66667%;}.large-3{width:25%;}.large-4{width:33.33333%;}.large-5{width:41.66667%;}.large-6{width:50%;}.large-7{width:58.33333%;}.large-8{width:66.66667%;}.large-9{width:75%;}.large-10{width:83.33333%;}.large-11{width:91.66667%;}.large-12{width:100%;}.large-offset-0{margin-left:0 !important;}.large-offset-1{margin-left:8.33333% !important;}.large-offset-2{margin-left:16.66667% !important;}.large-offset-3{margin-left:25% !important;}.large-offset-4{margin-left:33.33333% !important;}.large-offset-5{margin-left:41.66667% !important;}.large-offset-6{margin-left:50% !important;}.large-offset-7{margin-left:58.33333% !important;}.large-offset-8{margin-left:66.66667% !important;}.large-offset-9{margin-left:75% !important;}.large-offset-10{margin-left:83.33333% !important;}.large-offset-11{margin-left:91.66667% !important;}.large-reset-order{float:left;left:auto;margin-left:0;margin-right:0;right:auto;}.column.large-centered,.columns.large-centered{margin-left:auto;margin-right:auto;float:none;}.column.large-uncentered,.columns.large-uncentered{float:left;margin-left:0;margin-right:0;}.column.large-centered:last-child,.columns.large-centered:last-child{float:none;}.column.large-uncentered:last-child,.columns.large-uncentered:last-child{float:left;}.column.large-uncentered.opposite,.columns.large-uncentered.opposite{float:right;}.row.large-collapse > .column,.slick-dots.large-collapse > .column,.row.large-collapse > .columns,.slick-dots.large-collapse > .columns{padding-left:0;padding-right:0;}.row.large-collapse .row,.slick-dots.large-collapse .row,.slick-dots.large-collapse .slick-dots,.row.large-collapse .slick-dots{margin-left:0;margin-right:0;}.row.large-uncollapse > .column,.slick-dots.large-uncollapse > .column,.row.large-uncollapse > .columns,.slick-dots.large-uncollapse > .columns{padding-left:1rem;padding-right:1rem;float:left;}.push-0{position:relative;left:0;right:auto;}.pull-0{position:relative;right:0;left:auto;}.push-1{position:relative;left:8.33333%;right:auto;}.pull-1{position:relative;right:8.33333%;left:auto;}.push-2{position:relative;left:16.66667%;right:auto;}.pull-2{position:relative;right:16.66667%;left:auto;}.push-3{position:relative;left:25%;right:auto;}.pull-3{position:relative;right:25%;left:auto;}.push-4{position:relative;left:33.33333%;right:auto;}.pull-4{position:relative;right:33.33333%;left:auto;}.push-5{position:relative;left:41.66667%;right:auto;}.pull-5{position:relative;right:41.66667%;left:auto;}.push-6{position:relative;left:50%;right:auto;}.pull-6{position:relative;right:50%;left:auto;}.push-7{position:relative;left:58.33333%;right:auto;}.pull-7{position:relative;right:58.33333%;left:auto;}.push-8{position:relative;left:66.66667%;right:auto;}.pull-8{position:relative;right:66.66667%;left:auto;}.push-9{position:relative;left:75%;right:auto;}.pull-9{position:relative;right:75%;left:auto;}.push-10{position:relative;left:83.33333%;right:auto;}.pull-10{position:relative;right:83.33333%;left:auto;}.push-11{position:relative;left:91.66667%;right:auto;}.pull-11{position:relative;right:91.66667%;left:auto;}}.label{display:inline-block;font-family:"Fustat", sans-serif;font-weight:normal;line-height:1;margin-bottom:auto;position:relative;text-align:center;text-decoration:none;white-space:nowrap;padding:0.4rem 0.8rem 0.4rem;font-size:1.1rem;background-color:#121e2c;color:#fff;}.label.radius{border-radius:3px;}.label.round{border-radius:1000px;}.label.alert{background-color:#d00;color:#fff;}.label.warning{background-color:#f08a24;color:#fff;}.label.success{background-color:#43ac6a;color:#fff;}.label.secondary{background-color:#016dc6;color:#fff;}.label.info{background-color:#a0d3e8;color:#222;}ul.pagination{display:block;margin-left:0;min-height:3.5rem;}ul.pagination li{color:#121e2c;font-size:1.3rem;height:3.5rem;margin-left:0.5rem;}ul.pagination li a,ul.pagination li button{border-radius:3px;transition:background-color 300ms ease-out;background:none;color:#979797;display:block;font-size:1em;font-weight:normal;line-height:inherit;padding:0.45rem 1.18rem;}ul.pagination li:hover a,ul.pagination li a:focus,ul.pagination li:hover button,ul.pagination li button:focus{background:#f6f6f6;}ul.pagination li.unavailable a,ul.pagination li.unavailable button{cursor:default;color:#979797;}ul.pagination li.unavailable:hover a,ul.pagination li.unavailable a:focus,ul.pagination li.unavailable:hover button,ul.pagination li.unavailable button:focus{background:transparent;}ul.pagination li.current a,ul.pagination li.current button{background:#121e2c;color:#fff;cursor:default;font-weight:bold;}ul.pagination li.current a:hover,ul.pagination li.current button:hover,ul.pagination li.current a:focus,ul.pagination li.current button:focus{background:#121e2c;}ul.pagination li{display:block;float:none;}.pagination-centered{text-align:center;}.pagination-centered ul.pagination li{display:inline-block;float:none;}.reveal-modal-bg{background:#000;background:rgba(0, 0, 0, .8);bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:1004;left:0;}.reveal-modal{border-radius:0;display:none;position:absolute;top:0;visibility:hidden;width:100%;z-index:1005;left:0;background-color:#fff;padding:2rem 3rem;border:solid 1px #666;box-shadow:0 0 0 transparent;}@media only screen and (max-width: 47.9375em){.reveal-modal{min-height:100vh;}}.reveal-modal .column,.reveal-modal .columns{min-width:0;}.reveal-modal > :first-child{margin-top:0;}.reveal-modal > :last-child{margin-bottom:0;}@media only screen and (min-width:48em){.reveal-modal{left:0;margin:0 auto;max-width:90rem;right:0;width:80%;}}@media only screen and (min-width:48em){.reveal-modal{top:10rem;}}.reveal-modal.radius{border-radius:0;}.reveal-modal.round{border-radius:1000px;}.reveal-modal.collapse{padding:0;}@media only screen and (min-width:48em){.reveal-modal.tiny{left:0;margin:0 auto;max-width:90rem;right:0;width:30%;}}@media only screen and (min-width:48em){.reveal-modal.small{left:0;margin:0 auto;max-width:90rem;right:0;width:40%;}}@media only screen and (min-width:48em){.reveal-modal.medium{left:0;margin:0 auto;max-width:90rem;right:0;width:60%;}}@media only screen and (min-width:48em){.reveal-modal.large{left:0;margin:0 auto;max-width:90rem;right:0;width:70%;}}@media only screen and (min-width:48em){.reveal-modal.xlarge{left:0;margin:0 auto;max-width:90rem;right:0;width:95%;}}.reveal-modal.full{height:100vh;height:100%;left:0;margin-left:0 !important;max-width:none !important;min-height:100vh;top:0;}@media only screen and (min-width:48em){.reveal-modal.full{left:0;margin:0 auto;max-width:90rem;right:0;width:100%;}}.reveal-modal.toback{z-index:1003;}.reveal-modal .close-reveal-modal{color:#aaa;cursor:pointer;font-size:0;font-weight:bold;line-height:1;position:absolute;top:1.5rem;right:1.5rem;}.side-nav{display:block;font-family:"Fustat", sans-serif;list-style-position:outside;list-style-type:none;margin:0;padding:0 0 0.1rem;}.side-nav li{font-size:1.2rem;font-weight:normal;margin:0 0 0.1rem 0;}.side-nav li a:not(.button){color:#016dc6;display:block;margin:0;padding:1.45rem 2rem;}.side-nav li a:not(.button):hover{background:#016dc6;color:#fff;}.side-nav li a:not(.button):active{color:#269dfe;}.side-nav li.active > a:first-child:not(.button){color:#269dfe;font-family:"Fustat", sans-serif;font-weight:normal;}.side-nav li.divider{border-top-color:#fff;border-top:1px solid;height:0;list-style:none;padding:0;}.side-nav li.heading{color:#016dc6;font-size:1.2rem;font-weight:bold;text-transform:uppercase;}.has-tip{border-bottom:0;color:#016dc6;cursor:help;font-weight:600;}.has-tip:hover,.has-tip:focus{border-bottom:0;color:#016dc6;}.has-tip.tip-left,.has-tip.tip-right{float:none !important;}.tooltip{background:#f6f6f6;color:#121e2c;display:none;font-size:1.2rem;font-weight:normal;line-height:1.3;max-width:300px;padding:1.2rem;position:absolute;width:100%;z-index:1006;left:50%;}.tooltip > .nub{border-color:transparent transparent #f6f6f6 transparent;border:solid 5px;display:block;height:0;pointer-events:none;position:absolute;top:-10px;width:0;left:5px;}.tooltip > .nub.rtl{left:auto;right:5px;}.tooltip.radius{border-radius:3px;}.tooltip.round{border-radius:1000px;}.tooltip.round > .nub{left:2rem;}.tooltip.opened{border-bottom:0 !important;color:#016dc6 !important;}.tap-to-close{color:#777;display:block;font-size:1rem;font-weight:normal;}@media only screen and (min-width:48em){.tooltip > .nub{border-color:transparent transparent #f6f6f6 transparent;top:-10px;}.tooltip.tip-top > .nub{border-color:#f6f6f6 transparent transparent transparent;bottom:-10px;top:auto;}.tooltip.tip-left,.tooltip.tip-right{float:none !important;}.tooltip.tip-left > .nub{border-color:transparent transparent transparent #f6f6f6;left:auto;margin-top:-5px;right:-10px;top:50%;}.tooltip.tip-right > .nub{border-color:transparent #f6f6f6 transparent transparent;left:-10px;margin-top:-5px;right:auto;top:50%;}}meta.foundation-mq-topbar{font-family:"/only screen and (min-width:48em)/";width:48em;}.contain-to-grid{width:100%;background:#fff;}.contain-to-grid .top-bar{margin-bottom:0;}.fixed{position:fixed;top:0;width:100%;z-index:99;left:0;}.fixed.expanded:not(.top-bar){height:auto;max-height:100%;overflow-y:auto;width:100%;}.fixed.expanded:not(.top-bar) .title-area{position:fixed;width:100%;z-index:99;}.fixed.expanded:not(.top-bar) .top-bar-section{margin-top:5rem;z-index:98;}.top-bar{background:#fff;height:5rem;line-height:5rem;margin-bottom:0;overflow:hidden;position:relative;}.top-bar ul{list-style:none;margin-bottom:0;}.top-bar .row,.top-bar .slick-dots{max-width:none;}.top-bar form,.top-bar input{margin-bottom:0;}.top-bar input{font-size:0.75rem;height:2.8rem;padding-bottom:0.35rem;padding-top:0.35rem;}.top-bar .button,.top-bar button{font-size:0.75rem;margin-bottom:0;padding-bottom:0.45rem;padding-top:0.45rem;}@media only screen and (max-width: 47.9375em){.top-bar .button,.top-bar button{position:relative;top:-1px;}}.top-bar .title-area{margin:0;position:relative;}.top-bar .name{font-size:10px;height:5rem;margin:0;}.top-bar .name h1,.top-bar .name h2,.top-bar .name h3,.top-bar .name h4,.top-bar .name p,.top-bar .name span{font-size:1.5rem;line-height:5rem;margin:0;}.top-bar .name h1 a,.top-bar .name h2 a,.top-bar .name h3 a,.top-bar .name h4 a,.top-bar .name p a,.top-bar .name span a{color:#121e2c;display:block;font-weight:normal;padding:0 0.99rem;width:75%;}.top-bar .toggle-topbar{position:absolute;right:0;top:0;}.top-bar .toggle-topbar a{color:#121e2c;display:block;font-size:1.3rem;font-weight:bold;height:5rem;line-height:5rem;padding:0 0.99rem;position:relative;text-transform:uppercase;}.top-bar .toggle-topbar.menu-icon{margin-top:-16px;top:50%;}.top-bar .toggle-topbar.menu-icon a{color:#121e2c;height:34px;line-height:33px;padding:0 3.49rem 0 0.99rem;position:relative;}.top-bar .toggle-topbar.menu-icon a span::after{content:"";display:block;height:0;position:absolute;margin-top:-8px;top:50%;right:0.99rem;box-shadow:0 0 0 1px #121e2c, 0 7px 0 1px #121e2c, 0 14px 0 1px #121e2c;width:16px;}.top-bar .toggle-topbar.menu-icon a span:hover:after{box-shadow:0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";}.top-bar.expanded{background:transparent;height:auto;}.top-bar.expanded .title-area{background:#fff;}.top-bar.expanded .toggle-topbar a{color:#888;}.top-bar.expanded .toggle-topbar a span::after{box-shadow:0 0 0 1px #888, 0 7px 0 1px #888, 0 14px 0 1px #888;}.top-bar-section{left:0;position:relative;width:auto;transition:left 300ms ease-out;}.top-bar-section ul{display:block;font-size:10px;height:auto;margin:0;padding:0;width:100%;}.top-bar-section .divider,.top-bar-section [role="separator"]{border-top:solid 1px #808080;clear:both;height:1px;width:100%;}.top-bar-section ul li{background:#fff;}.top-bar-section ul li > a{color:#121e2c;display:block;font-family:"Fustat", sans-serif;font-size:1.4rem;font-weight:normal;padding-left:0.99rem;padding:12px 0 12px 0;text-transform:none;width:100%;}.top-bar-section ul li > a.button{font-size:1.4rem;padding-left:0.99rem;padding-right:0.99rem;background-color:#121e2c;border-color:#0e1823;color:#fff;}.top-bar-section ul li > a.button:hover,.top-bar-section ul li > a.button:focus{background-color:#0e1823;}.top-bar-section ul li > a.button:hover,.top-bar-section ul li > a.button:focus{color:#fff;}.top-bar-section ul li > a.button.secondary{background-color:#016dc6;border-color:#01579e;color:#fff;}.top-bar-section ul li > a.button.secondary:hover,.top-bar-section ul li > a.button.secondary:focus{background-color:#01579e;}.top-bar-section ul li > a.button.secondary:hover,.top-bar-section ul li > a.button.secondary:focus{color:#fff;}.top-bar-section ul li > a.button.success{background-color:#43ac6a;border-color:#368a55;color:#fff;}.top-bar-section ul li > a.button.success:hover,.top-bar-section ul li > a.button.success:focus{background-color:#368a55;}.top-bar-section ul li > a.button.success:hover,.top-bar-section ul li > a.button.success:focus{color:#fff;}.top-bar-section ul li > a.button.alert{background-color:#d00;border-color:#b10000;color:#fff;}.top-bar-section ul li > a.button.alert:hover,.top-bar-section ul li > a.button.alert:focus{background-color:#b10000;}.top-bar-section ul li > a.button.alert:hover,.top-bar-section ul li > a.button.alert:focus{color:#fff;}.top-bar-section ul li > a.button.warning{background-color:#f08a24;border-color:#cf6e0e;color:#fff;}.top-bar-section ul li > a.button.warning:hover,.top-bar-section ul li > a.button.warning:focus{background-color:#cf6e0e;}.top-bar-section ul li > a.button.warning:hover,.top-bar-section ul li > a.button.warning:focus{color:#fff;}.top-bar-section ul li > a.button.info{background-color:#a0d3e8;border-color:#61b6d9;color:#121e2c;}.top-bar-section ul li > a.button.info:hover,.top-bar-section ul li > a.button.info:focus{background-color:#61b6d9;}.top-bar-section ul li > a.button.info:hover,.top-bar-section ul li > a.button.info:focus{color:#fff;}.top-bar-section ul li > button{font-size:1.4rem;padding-left:0.99rem;padding-right:0.99rem;background-color:#121e2c;border-color:#0e1823;color:#fff;}.top-bar-section ul li > button:hover,.top-bar-section ul li > button:focus{background-color:#0e1823;}.top-bar-section ul li > button:hover,.top-bar-section ul li > button:focus{color:#fff;}.top-bar-section ul li > button.secondary{background-color:#016dc6;border-color:#01579e;color:#fff;}.top-bar-section ul li > button.secondary:hover,.top-bar-section ul li > button.secondary:focus{background-color:#01579e;}.top-bar-section ul li > button.secondary:hover,.top-bar-section ul li > button.secondary:focus{color:#fff;}.top-bar-section ul li > button.success{background-color:#43ac6a;border-color:#368a55;color:#fff;}.top-bar-section ul li > button.success:hover,.top-bar-section ul li > button.success:focus{background-color:#368a55;}.top-bar-section ul li > button.success:hover,.top-bar-section ul li > button.success:focus{color:#fff;}.top-bar-section ul li > button.alert{background-color:#d00;border-color:#b10000;color:#fff;}.top-bar-section ul li > button.alert:hover,.top-bar-section ul li > button.alert:focus{background-color:#b10000;}.top-bar-section ul li > button.alert:hover,.top-bar-section ul li > button.alert:focus{color:#fff;}.top-bar-section ul li > button.warning{background-color:#f08a24;border-color:#cf6e0e;color:#fff;}.top-bar-section ul li > button.warning:hover,.top-bar-section ul li > button.warning:focus{background-color:#cf6e0e;}.top-bar-section ul li > button.warning:hover,.top-bar-section ul li > button.warning:focus{color:#fff;}.top-bar-section ul li > button.info{background-color:#a0d3e8;border-color:#61b6d9;color:#121e2c;}.top-bar-section ul li > button.info:hover,.top-bar-section ul li > button.info:focus{background-color:#61b6d9;}.top-bar-section ul li > button.info:hover,.top-bar-section ul li > button.info:focus{color:#fff;}.top-bar-section ul li:hover:not(.has-form) > a{color:#121e2c;}.top-bar-section ul li.active > a{background:#fff;color:#121e2c;}.top-bar-section ul li.active > a:hover{background:#fff;color:#121e2c;}.top-bar-section .has-form{padding:0.99rem;}.top-bar-section .has-dropdown > a:after{border:inset 5px;content:"";display:block;height:0;width:0;border-color:transparent transparent transparent #121e2c;border-left-style:solid;margin-right:0.99rem;margin-top:-4.5px;position:absolute;top:50%;right:0;}.top-bar-section .has-dropdown.moved{position:static;}.top-bar-section .has-dropdown.moved > .dropdown{display:block;position:static !important;height:auto;width:auto;overflow:visible;clip:auto;position:absolute !important;width:100%;}.top-bar-section .has-dropdown.moved > a:after{display:none;}.top-bar-section .dropdown{padding:0;position:absolute;top:0;z-index:99;display:block;clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px;left:100%;}.top-bar-section .dropdown li{height:auto;width:100%;}.top-bar-section .dropdown li a{font-weight:normal;padding:8px 0.99rem;}.top-bar-section .dropdown li a.parent-link{font-weight:normal;}.top-bar-section .dropdown li.title h5,.top-bar-section .dropdown li.parent-link{margin-bottom:0;margin-top:0;font-size:1.5rem;}.top-bar-section .dropdown li.title h5 a,.top-bar-section .dropdown li.parent-link a{color:#121e2c;display:block;}.top-bar-section .dropdown li.title h5 a:hover,.top-bar-section .dropdown li.parent-link a:hover{background:none;}.top-bar-section .dropdown li.has-form{padding:8px 0.99rem;}.top-bar-section .dropdown li .button,.top-bar-section .dropdown li button{top:auto;}.top-bar-section .dropdown label{color:#777;font-size:1rem;font-weight:bold;margin-bottom:0;padding:8px 0.99rem 2px;text-transform:uppercase;}.js-generated{display:block;}@media only screen and (min-width:48em){.top-bar{background:#fff;overflow:visible;}.top-bar:before,.top-bar:after{content:" ";display:table;}.top-bar:after{clear:both;}.top-bar .toggle-topbar{display:none;}.top-bar .title-area{float:left;}.top-bar .name h1 a,.top-bar .name h2 a,.top-bar .name h3 a,.top-bar .name h4 a,.top-bar .name h5 a,.top-bar .name h6 a{width:auto;}.top-bar input,.top-bar .button,.top-bar button{font-size:1.4rem;height:2.8rem;position:relative;top:1.1rem;}.top-bar.expanded{background:#fff;}.contain-to-grid .top-bar{margin-bottom:0;margin:0 auto;max-width:117rem;}.top-bar-section{transition:none 0 0;left:0 !important;}.top-bar-section ul{display:inline;height:auto;width:auto;}.top-bar-section ul li{float:left;}.top-bar-section ul li .js-generated{display:none;}.top-bar-section li.hover > a:not(.button){background-color:#fff;background:#fff;color:#121e2c;}.top-bar-section li:not(.has-form) a:not(.button){background:#fff;line-height:5rem;padding:0 0.99rem;}.top-bar-section li:not(.has-form) a:not(.button):hover{background-color:#fff;background:#fff;}.top-bar-section li.active:not(.has-form) a:not(.button){background:#fff;color:#121e2c;line-height:5rem;padding:0 0.99rem;}.top-bar-section li.active:not(.has-form) a:not(.button):hover{background:#fff;color:#121e2c;}.top-bar-section .has-dropdown > a{padding-right:2.49rem !important;}.top-bar-section .has-dropdown > a:after{border:inset 5px;content:"";display:block;height:0;width:0;border-color:#121e2c transparent transparent transparent;border-top-style:solid;margin-top:-2.5px;top:2.5rem;}.top-bar-section .has-dropdown.moved{position:relative;}.top-bar-section .has-dropdown.moved > .dropdown{display:block;clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px;}.top-bar-section .has-dropdown.hover > .dropdown,.top-bar-section .has-dropdown.not-click:hover > .dropdown{display:block;position:static !important;height:auto;width:auto;overflow:visible;clip:auto;position:absolute !important;}.top-bar-section .has-dropdown > a:focus + .dropdown{display:block;position:static !important;height:auto;width:auto;overflow:visible;clip:auto;position:absolute !important;}.top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after{border:none;content:"\00bb";line-height:1.2;margin-top:-1px;top:1rem;right:5px;}.top-bar-section .dropdown{left:0;background:transparent;min-width:100%;top:auto;}.top-bar-section .dropdown li a{background:#fff;color:#121e2c;line-height:5rem;padding:12px 0.99rem;white-space:nowrap;}.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button){background:#fff;color:#121e2c;}.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button){background-color:#fff;color:#121e2c;background:#fff;}.top-bar-section .dropdown li label{background:#222;white-space:nowrap;}.top-bar-section .dropdown li .dropdown{left:100%;top:0;}.top-bar-section > ul > .divider,.top-bar-section > ul > [role="separator"]{border-right:solid 1px #fff;border-bottom:none;border-top:none;clear:none;height:5rem;width:0;}.top-bar-section .has-form{background:#fff;height:5rem;padding:0 0.99rem;}.top-bar-section .right li .dropdown{left:auto;right:0;}.top-bar-section .right li .dropdown li .dropdown{right:100%;}.top-bar-section .left li .dropdown{right:auto;left:0;}.top-bar-section .left li .dropdown li .dropdown{left:100%;}.no-js .top-bar-section ul li:hover > a{background-color:#fff;background:#fff;color:#121e2c;}.no-js .top-bar-section ul li:active > a{background:#fff;color:#121e2c;}.no-js .top-bar-section .has-dropdown:hover > .dropdown{display:block;position:static !important;height:auto;width:auto;overflow:visible;clip:auto;position:absolute !important;}.no-js .top-bar-section .has-dropdown > a:focus + .dropdown{display:block;position:static !important;height:auto;width:auto;overflow:visible;clip:auto;position:absolute !important;}}@media screen and (-webkit-min-device-pixel-ratio:0){.top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown{clip:initial;}.top-bar.expanded .top-bar-section .dropdown{clip:initial;}.top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul{padding:0;}}@media screen and (-webkit-min-device-pixel-ratio:0){.top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown{clip:initial;}.top-bar.expanded .top-bar-section .dropdown{clip:initial;}.top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul{padding:0;}}.text-left{text-align:left !important;}.text-right{text-align:right !important;}.text-center{text-align:center !important;}.text-justify{text-align:justify !important;}@media only screen and (max-width: 47.9375em){.small-only-text-left{text-align:left !important;}.small-only-text-right{text-align:right !important;}.small-only-text-center{text-align:center !important;}.small-only-text-justify{text-align:justify !important;}}@media only screen{.small-text-left{text-align:left !important;}.small-text-right{text-align:right !important;}.small-text-center{text-align:center !important;}.small-text-justify{text-align:justify !important;}}@media only screen and (min-width:48em) and (max-width:62.4375em){.medium-only-text-left{text-align:left !important;}.medium-only-text-right{text-align:right !important;}.medium-only-text-center{text-align:center !important;}.medium-only-text-justify{text-align:justify !important;}}@media only screen and (min-width:48em){.medium-text-left{text-align:left !important;}.medium-text-right{text-align:right !important;}.medium-text-center{text-align:center !important;}.medium-text-justify{text-align:justify !important;}}@media only screen and (min-width:62.5em) and (max-width:89.9375em){.large-only-text-left{text-align:left !important;}.large-only-text-right{text-align:right !important;}.large-only-text-center{text-align:center !important;}.large-only-text-justify{text-align:justify !important;}}@media only screen and (min-width:62.5em){.large-text-left{text-align:left !important;}.large-text-right{text-align:right !important;}.large-text-center{text-align:center !important;}.large-text-justify{text-align:justify !important;}}@media only screen and (min-width:90em) and (max-width:120em){.xlarge-only-text-left{text-align:left !important;}.xlarge-only-text-right{text-align:right !important;}.xlarge-only-text-center{text-align:center !important;}.xlarge-only-text-justify{text-align:justify !important;}}@media only screen and (min-width:90em){.xlarge-text-left{text-align:left !important;}.xlarge-text-right{text-align:right !important;}.xlarge-text-center{text-align:center !important;}.xlarge-text-justify{text-align:justify !important;}}@media only screen and (min-width:120.0625em) and (max-width:9999999999em){.xxlarge-only-text-left{text-align:left !important;}.xxlarge-only-text-right{text-align:right !important;}.xxlarge-only-text-center{text-align:center !important;}.xxlarge-only-text-justify{text-align:justify !important;}}@media only screen and (min-width:120.0625em){.xxlarge-text-left{text-align:left !important;}.xxlarge-text-right{text-align:right !important;}.xxlarge-text-center{text-align:center !important;}.xxlarge-text-justify{text-align:justify !important;}}div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote{margin:0;padding:0;}a{color:#121e2c;line-height:inherit;text-decoration:none;}a:hover,a:focus{color:#016dc6;}a img{border:none;}p{font-family:inherit;font-size:1.3rem;font-weight:normal;line-height:1.6;margin-bottom:3rem;text-rendering:optimizeLegibility;}p.lead{font-size:1.65rem;line-height:1.6;}p aside{font-size:1.4rem;font-style:italic;line-height:1.35;}h1,h2,h3,h4,h5,h6{color:#121e2c;font-family:"Fustat", sans-serif;font-style:normal;font-weight:normal;line-height:1.4;margin-bottom:0.5rem;margin-top:0.2rem;text-rendering:optimizeLegibility;}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{color:#406a9b;font-size:60%;line-height:0;}h1{font-size:4.4rem;}h2{font-size:2.8rem;}h3{font-size:2.7rem;}h4{font-size:2.3rem;}h5{font-size:1.5rem;}h6{font-size:1rem;}.subheader{line-height:1.4;color:#406a9b;font-weight:normal;margin-top:0.2rem;margin-bottom:0.5rem;}hr{border:solid #ddd;border-width:1px 0 0;clear:both;height:0;margin:2rem 0 1.9rem;}em,i{font-style:italic;line-height:inherit;}strong,b{font-weight:bold;line-height:inherit;}small{font-size:60%;line-height:inherit;}code{background-color:#a2d5ff;border-color:#79c2fe;border-style:solid;border-width:1px;color:#222;font-family:Consolas, "Liberation Mono", Courier, monospace;font-weight:normal;padding:0.2rem 0.5rem 0.1rem;}ul,ol,dl{font-family:inherit;font-size:1.3rem;line-height:1.6;list-style-position:outside;margin-bottom:3rem;}ul{margin-left:2.8rem;}ul.no-bullet{margin-left:0;}ul.no-bullet li ul,ul.no-bullet li ol{margin-left:2rem;margin-bottom:0;list-style:none;}ul li ul,ul li ol{margin-left:2rem;margin-bottom:0;}ul.square li ul,ul.circle li ul,ul.disc li ul{list-style:inherit;}ul.square{list-style-type:square;margin-left:2.8rem;}ul.circle{list-style-type:circle;margin-left:2.8rem;}ul.disc{list-style-type:disc;margin-left:2.8rem;}ul.no-bullet{list-style:none;}ol{margin-left:2.8rem;}ol li ul,ol li ol{margin-left:2rem;margin-bottom:0;}dl dt{margin-bottom:0.3rem;font-weight:bold;}dl dd{margin-bottom:1.2rem;}abbr,acronym{text-transform:uppercase;font-size:90%;color:#222;cursor:help;}abbr{text-transform:none;}abbr[title]{border-bottom:1px dotted #ddd;}blockquote{margin:0 0 3rem;padding:0.9rem 2rem 0 1.9rem;border-left:1px solid #ddd;}blockquote cite{display:block;font-size:1.3rem;color:#305075;}blockquote cite:before{content:"\2014 \0020";}blockquote cite a,blockquote cite a:visited{color:#305075;}blockquote,blockquote p{line-height:1.6;color:#406a9b;}.vcard{display:inline-block;margin:0 0 2rem 0;border:1px solid #ddd;padding:1rem 1.2rem;}.vcard li{margin:0;display:block;}.vcard .fn{font-weight:bold;font-size:1.5rem;}.vevent .summary{font-weight:bold;}.vevent abbr{cursor:default;text-decoration:none;font-weight:bold;border:none;padding:0 0.1rem;}@media only screen and (min-width:48em){h1,h2,h3,h4,h5,h6{line-height:1.4;}h1{font-size:4.4rem;}h2{font-size:2.8rem;}h3{font-size:2.7rem;}h4{font-size:2.3rem;}h5{font-size:1.5rem;}h6{font-size:1rem;}}.h2Content{font-size:2.3rem;background-color:#afeeee;}.off-canvas-wrap{-webkit-backface-visibility:hidden;position:relative;width:100%;overflow:hidden;}.off-canvas-wrap.move-right,.off-canvas-wrap.move-left{min-height:100%;-webkit-overflow-scrolling:touch;}.inner-wrap{position:relative;width:100%;-webkit-transition:-webkit-transform 500ms ease;-moz-transition:-moz-transform 500ms ease;-ms-transition:-ms-transform 500ms ease;-o-transition:-o-transform 500ms ease;transition:transform 500ms ease;}.inner-wrap:before,.inner-wrap:after{content:" ";display:table;}.inner-wrap:after{clear:both;}.tab-bar{-webkit-backface-visibility:hidden;background:#222;color:#fff;height:4.5rem;line-height:4.5rem;position:relative;}.tab-bar h1,.tab-bar h2,.tab-bar h3,.tab-bar h4,.tab-bar h5,.tab-bar h6{color:#fff;font-weight:bold;line-height:4.5rem;margin:0;}.tab-bar h1,.tab-bar h2,.tab-bar h3,.tab-bar h4{font-size:1.5rem;}.left-small{height:4.5rem;position:absolute;top:0;width:4.5rem;border-right:solid 1px #111;left:0;}.right-small{height:4.5rem;position:absolute;top:0;width:4.5rem;border-left:solid 1px #111;right:0;}.tab-bar-section{height:4.5rem;padding:0 1rem;position:absolute;text-align:center;top:0;}.tab-bar-section.left{text-align:left;}.tab-bar-section.right{text-align:right;}.tab-bar-section.left{left:0;right:4.5rem;}.tab-bar-section.right{left:4.5rem;right:0;}.tab-bar-section.middle{left:4.5rem;right:4.5rem;}.tab-bar .menu-icon{color:#121e2c;display:block;height:4.5rem;padding:0;position:relative;text-indent:3.5rem;transform:translate3d(0, 0, 0);width:4.5rem;}.tab-bar .menu-icon span::after{content:"";display:block;height:0;position:absolute;top:50%;margin-top:-0.8rem;left:1.45rem;box-shadow:0 0 0 1px #121e2c, 0 7px 0 1px #121e2c, 0 14px 0 1px #121e2c;width:1.6rem;}.tab-bar .menu-icon span:hover:after{box-shadow:0 0 0 1px #0d151f, 0 7px 0 1px #0d151f, 0 14px 0 1px #0d151f;}.left-off-canvas-menu{-webkit-backface-visibility:hidden;background:#fff;bottom:0;box-sizing:content-box;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;overflow-x:hidden;overflow-y:auto;position:absolute;top:0;transition:transform 500ms ease 0s;width:24rem;z-index:1001;-webkit-transform:translate3d(-100%, 0, 0);-moz-transform:translate3d(-100%, 0, 0);-ms-transform:translate(-100%, 0);-ms-transform:translate3d(-100%, 0, 0);-o-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);left:0;}.left-off-canvas-menu *{-webkit-backface-visibility:hidden;}.right-off-canvas-menu{-webkit-backface-visibility:hidden;background:#fff;bottom:0;box-sizing:content-box;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;overflow-x:hidden;overflow-y:auto;position:absolute;top:0;transition:transform 500ms ease 0s;width:24rem;z-index:1001;-webkit-transform:translate3d(100%, 0, 0);-moz-transform:translate3d(100%, 0, 0);-ms-transform:translate(100%, 0);-ms-transform:translate3d(100%, 0, 0);-o-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);right:0;}.right-off-canvas-menu *{-webkit-backface-visibility:hidden;}ul.off-canvas-list{list-style-type:none;margin:0;padding:0;}ul.off-canvas-list li label{background:#444;border-bottom:none;border-top:1px solid #5e5e5e;color:#979797;display:block;font-size:1.2rem;font-weight:bold;margin:0;padding:0.3rem 1.5rem;text-transform:uppercase;}ul.off-canvas-list li a{border-bottom:1px solid #bfbfbf;color:rgba(255, 255, 255, .7);display:block;padding:0.66667rem;transition:background 300ms ease;}ul.off-canvas-list li a:hover{background:#181818;}ul.off-canvas-list li a:active{background:#181818;}.move-right > .inner-wrap{-webkit-transform:translate3d(24rem, 0, 0);-moz-transform:translate3d(24rem, 0, 0);-ms-transform:translate(24rem, 0);-ms-transform:translate3d(24rem, 0, 0);-o-transform:translate3d(24rem, 0, 0);transform:translate3d(24rem, 0, 0);}.move-right .exit-off-canvas{-webkit-backface-visibility:hidden;box-shadow:none;cursor:pointer;transition:background 300ms ease;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);background:transparent;bottom:0;display:block;left:0;position:absolute;right:0;top:0;z-index:1002;}@media only screen and (min-width:48em){.move-right .exit-off-canvas:hover{background:transparent;}}.move-left > .inner-wrap{-webkit-transform:translate3d(-24rem, 0, 0);-moz-transform:translate3d(-24rem, 0, 0);-ms-transform:translate(-24rem, 0);-ms-transform:translate3d(-24rem, 0, 0);-o-transform:translate3d(-24rem, 0, 0);transform:translate3d(-24rem, 0, 0);}.move-left .exit-off-canvas{-webkit-backface-visibility:hidden;box-shadow:none;cursor:pointer;transition:background 300ms ease;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);background:transparent;bottom:0;display:block;left:0;position:absolute;right:0;top:0;z-index:1002;}@media only screen and (min-width:48em){.move-left .exit-off-canvas:hover{background:transparent;}}.offcanvas-overlap .left-off-canvas-menu,.offcanvas-overlap .right-off-canvas-menu{-ms-transform:none;-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none;z-index:1003;}.offcanvas-overlap .exit-off-canvas{-webkit-backface-visibility:hidden;box-shadow:none;cursor:pointer;transition:background 300ms ease;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);background:transparent;bottom:0;display:block;left:0;position:absolute;right:0;top:0;z-index:1002;}@media only screen and (min-width:48em){.offcanvas-overlap .exit-off-canvas:hover{background:transparent;}}.offcanvas-overlap-left .right-off-canvas-menu{-ms-transform:none;-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none;z-index:1003;}.offcanvas-overlap-left .exit-off-canvas{-webkit-backface-visibility:hidden;box-shadow:none;cursor:pointer;transition:background 300ms ease;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);background:transparent;bottom:0;display:block;left:0;position:absolute;right:0;top:0;z-index:1002;}@media only screen and (min-width:48em){.offcanvas-overlap-left .exit-off-canvas:hover{background:transparent;}}.offcanvas-overlap-right .left-off-canvas-menu{-ms-transform:none;-webkit-transform:none;-moz-transform:none;-o-transform:none;transform:none;z-index:1003;}.offcanvas-overlap-right .exit-off-canvas{-webkit-backface-visibility:hidden;box-shadow:none;cursor:pointer;transition:background 300ms ease;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);background:transparent;bottom:0;display:block;left:0;position:absolute;right:0;top:0;z-index:1002;}@media only screen and (min-width:48em){.offcanvas-overlap-right .exit-off-canvas:hover{background:transparent;}}.no-csstransforms .left-off-canvas-menu{left:-24rem;}.no-csstransforms .right-off-canvas-menu{right:-24rem;}.no-csstransforms .move-left > .inner-wrap{right:24rem;}.no-csstransforms .move-right > .inner-wrap{left:24rem;}.left-submenu{-webkit-backface-visibility:hidden;-webkit-overflow-scrolling:touch;background:#fff;bottom:0;box-sizing:content-box;margin:0;overflow-x:hidden;overflow-y:auto;position:absolute;top:0;width:24rem;z-index:1002;-webkit-transform:translate3d(-100%, 0, 0);-moz-transform:translate3d(-100%, 0, 0);-ms-transform:translate(-100%, 0);-ms-transform:translate3d(-100%, 0, 0);-o-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);left:0;-webkit-transition:-webkit-transform 500ms ease;-moz-transition:-moz-transform 500ms ease;-ms-transition:-ms-transform 500ms ease;-o-transition:-o-transform 500ms ease;transition:transform 500ms ease;}.left-submenu *{-webkit-backface-visibility:hidden;}.left-submenu .back > a{background:#444;border-bottom:none;border-top:1px solid #5e5e5e;color:#979797;font-weight:bold;padding:0.3rem 1.5rem;text-transform:uppercase;margin:0;}.left-submenu .back > a:hover{background:#303030;border-bottom:none;border-top:1px solid #5e5e5e;}.left-submenu .back > a:before{content:"\AB";margin-right:0.5rem;display:inline;}.left-submenu.move-right,.left-submenu.offcanvas-overlap-right,.left-submenu.offcanvas-overlap{-webkit-transform:translate3d(0%, 0, 0);-moz-transform:translate3d(0%, 0, 0);-ms-transform:translate(0%, 0);-ms-transform:translate3d(0%, 0, 0);-o-transform:translate3d(0%, 0, 0);transform:translate3d(0%, 0, 0);}.right-submenu{-webkit-backface-visibility:hidden;-webkit-overflow-scrolling:touch;background:#fff;bottom:0;box-sizing:content-box;margin:0;overflow-x:hidden;overflow-y:auto;position:absolute;top:0;width:24rem;z-index:1002;-webkit-transform:translate3d(100%, 0, 0);-moz-transform:translate3d(100%, 0, 0);-ms-transform:translate(100%, 0);-ms-transform:translate3d(100%, 0, 0);-o-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);right:0;-webkit-transition:-webkit-transform 500ms ease;-moz-transition:-moz-transform 500ms ease;-ms-transition:-ms-transform 500ms ease;-o-transition:-o-transform 500ms ease;transition:transform 500ms ease;}.right-submenu *{-webkit-backface-visibility:hidden;}.right-submenu .back > a{background:#444;border-bottom:none;border-top:1px solid #5e5e5e;color:#979797;font-weight:bold;padding:0.3rem 1.5rem;text-transform:uppercase;margin:0;}.right-submenu .back > a:hover{background:#303030;border-bottom:none;border-top:1px solid #5e5e5e;}.right-submenu .back > a:after{content:"\BB";margin-left:0.5rem;display:inline;}.right-submenu.move-left,.right-submenu.offcanvas-overlap-left,.right-submenu.offcanvas-overlap{-webkit-transform:translate3d(0%, 0, 0);-moz-transform:translate3d(0%, 0, 0);-ms-transform:translate(0%, 0);-ms-transform:translate3d(0%, 0, 0);-o-transform:translate3d(0%, 0, 0);transform:translate3d(0%, 0, 0);}.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after{content:"\BB";margin-left:0.5rem;display:inline;}.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before{content:"\AB";margin-right:0.5rem;display:inline;}@media only screen{.show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up{display:inherit !important;}.hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up{display:none !important;}.visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up{position:static !important;height:auto;width:auto;overflow:visible;clip:auto;}.hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px;}table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up{display:table !important;}thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up{display:table-header-group !important;}tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up{display:table-row-group !important;}tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up{display:table-row;}th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up{display:table-cell !important;}}@media only screen and (min-width:48em){.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up{display:inherit !important;}.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up{display:none !important;}.hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up{position:static !important;height:auto;width:auto;overflow:visible;clip:auto;}.visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px;}table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up{display:table !important;}thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up{display:table-header-group !important;}tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up{display:table-row-group !important;}tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up{display:table-row;}th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up{display:table-cell !important;}}@media only screen and (min-width:62.5em){.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up{display:inherit !important;}.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up{display:none !important;}.hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up{position:static !important;height:auto;width:auto;overflow:visible;clip:auto;}.visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px;}table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up{display:table !important;}thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up{display:table-header-group !important;}tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up{display:table-row-group !important;}tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up{display:table-row;}th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up{display:table-cell !important;}}@media only screen and (min-width:90em){.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up{display:inherit !important;}.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up{display:none !important;}.hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up{position:static !important;height:auto;width:auto;overflow:visible;clip:auto;}.visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px;}table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up{display:table !important;}thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up{display:table-header-group !important;}tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up{display:table-row-group !important;}tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up{display:table-row;}th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up{display:table-cell !important;}}@media only screen and (min-width:120.0625em){.hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up{display:inherit !important;}.show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up{display:none !important;}.hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xxlarge-only, .visible-for-xxlarge-up{position:static !important;height:auto;width:auto;overflow:visible;clip:auto;}.visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px;}table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-only, table.show-for-xxlarge-up{display:table !important;}thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up{display:table-header-group !important;}tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up{display:table-row-group !important;}tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up{display:table-row;}th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up{display:table-cell !important;}}.show-for-landscape,.hide-for-portrait{display:inherit !important;}.hide-for-landscape,.show-for-portrait{display:none !important;}table.hide-for-landscape,table.show-for-portrait{display:table !important;}thead.hide-for-landscape,thead.show-for-portrait{display:table-header-group !important;}tbody.hide-for-landscape,tbody.show-for-portrait{display:table-row-group !important;}tr.hide-for-landscape,tr.show-for-portrait{display:table-row !important;}td.hide-for-landscape,th.hide-for-landscape,td.show-for-portrait,th.show-for-portrait{display:table-cell !important;}@media only screen and (orientation: landscape){.show-for-landscape,.hide-for-portrait{display:inherit !important;}.hide-for-landscape,.show-for-portrait{display:none !important;}table.show-for-landscape,table.hide-for-portrait{display:table !important;}thead.show-for-landscape,thead.hide-for-portrait{display:table-header-group !important;}tbody.show-for-landscape,tbody.hide-for-portrait{display:table-row-group !important;}tr.show-for-landscape,tr.hide-for-portrait{display:table-row !important;}td.show-for-landscape,th.show-for-landscape,td.hide-for-portrait,th.hide-for-portrait{display:table-cell !important;}}@media only screen and (orientation: portrait){.show-for-portrait,.hide-for-landscape{display:inherit !important;}.hide-for-portrait,.show-for-landscape{display:none !important;}table.show-for-portrait,table.hide-for-landscape{display:table !important;}thead.show-for-portrait,thead.hide-for-landscape{display:table-header-group !important;}tbody.show-for-portrait,tbody.hide-for-landscape{display:table-row-group !important;}tr.show-for-portrait,tr.hide-for-landscape{display:table-row !important;}td.show-for-portrait,th.show-for-portrait,td.hide-for-landscape,th.hide-for-landscape{display:table-cell !important;}}.show-for-touch{display:none !important;}.hide-for-touch{display:inherit !important;}.touch .show-for-touch{display:inherit !important;}.touch .hide-for-touch{display:none !important;}table.hide-for-touch{display:table !important;}.touch table.show-for-touch{display:table !important;}thead.hide-for-touch{display:table-header-group !important;}.touch thead.show-for-touch{display:table-header-group !important;}tbody.hide-for-touch{display:table-row-group !important;}.touch tbody.show-for-touch{display:table-row-group !important;}tr.hide-for-touch{display:table-row !important;}.touch tr.show-for-touch{display:table-row !important;}td.hide-for-touch{display:table-cell !important;}.touch td.show-for-touch{display:table-cell !important;}th.hide-for-touch{display:table-cell !important;}.touch th.show-for-touch{display:table-cell !important;}.show-for-sr{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px;}.show-on-focus{clip:rect(1px, 1px, 1px, 1px);height:1px;overflow:hidden;position:absolute !important;width:1px;}.show-on-focus:focus,.show-on-focus:active{position:static !important;height:auto;width:auto;overflow:visible;clip:auto;}.print-only{display:none !important;}@media print{*{background:transparent !important;box-shadow:none !important;color:#000 !important;text-shadow:none !important;}.show-for-print{display:block;}.hide-for-print{display:none;}table.show-for-print{display:table !important;}thead.show-for-print{display:table-header-group !important;}tbody.show-for-print{display:table-row-group !important;}tr.show-for-print{display:table-row !important;}td.show-for-print{display:table-cell !important;}th.show-for-print{display:table-cell !important;}a,a:visited{text-decoration:underline;}a[href]:after{content:" (" attr(href) ")";}abbr[title]:after{content:" (" attr(title) ")";}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:"";}pre,blockquote{border:1px solid #979797;page-break-inside:avoid;}thead{display:table-header-group;}tr,img{page-break-inside:avoid;}img{max-width:100% !important;}@page{margin:0.5cm;}p,h2,h3{orphans:3;widows:3;}h2,h3{page-break-after:avoid;}.hide-on-print{display:none !important;}.print-only{display:block !important;}.hide-for-print{display:none !important;}.show-for-print{display:inherit !important;}}@media print{.show-for-print{display:block;}.hide-for-print{display:none;}table.show-for-print{display:table !important;}thead.show-for-print{display:table-header-group !important;}tbody.show-for-print{display:table-row-group !important;}tr.show-for-print{display:table-row !important;}td.show-for-print{display:table-cell !important;}th.show-for-print{display:table-cell !important;}}.slick-slider{position:relative;display:block;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:auto;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent;margin:0;}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0;}.slick-list:focus{outline:none;}.slick-list.dragging{cursor:pointer;cursor:hand;}.slick-slider .slick-track,.slick-slider .slick-list{transform:translate3d(0, 0, 0);}.slick-track{position:relative;left:0;top:0;display:flex;}.slick-track:before,.slick-track:after{content:"";display:table;}.slick-track:after{clear:both;}.slick-loading .slick-track{visibility:hidden;}.slick-slide{float:left;height:100%;min-height:1px;overflow:hidden;}[dir="rtl"] .slick-slide{float:right;}.slick-slide img{display:block;}.slick-slide.slick-loading img{display:none;}.slick-slide.dragging img{pointer-events:none;}.slick-initialized .slick-slide{display:block;}.slick-loading .slick-slide{visibility:hidden;}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent;}.slick-prev,.slick-next{position:absolute;display:block;background:url('/szablony/ideo/images/sprite.png') no-repeat -101px 0;width:38px;height:60px;font-size:0;color:transparent;padding:0;border:0;top:50%;margin:-30px 0 0;}.slick-prev:hover,.slick-next:hover,.slick-prev:focus,.slick-next:focus{background-color:transparent !important;}.slick-prev.slick-disabled,.slick-next.slick-disabled{opacity:0.1;}.slick-prev{left:0;}.slick-next{background-position:-139px 0;right:0;}.slick-prev:hover{background-position:-101px -60px !important;}.slick-next:hover{background-position:-139px -60px !important;}.gray-zone .slick-prev{background-position:-101px -120px;}.gray-zone .slick-next{background-position:-139px -120px;}.slick-dots{list-style:none;text-align:center;margin-top:-95px;margin-bottom:66px;}.slick-dots li{display:inline-block;height:14px;}.slick-dots li button{font-size:0;width:10px;height:10px;margin:0 2px;display:block;position:relative;padding:0;border:0;background:none;}.slick-dots li button:before{content:"";display:block;width:6px;height:6px;background-color:#121e2c;position:absolute;top:7px;left:50%;margin-left:-4.5px;border-radius:100px;transition:all 300ms ease-out;border:2px solid #121e2c;}.slick-dots li.slick-active button:before{background-color:transparent !important;width:10px;height:10px;top:5px;margin-left:-6.5px;}#zone-13 .slider-bg{background:#121e2c;color:#fff;}#zone-13 .slider-bg h2,#zone-13 .slider-bg h3{color:#fff;}#zone-13 .slider-bg .block-jobs-slider{margin:0;height:730px;}#zone-13 .slider-bg .block-jobs-slider__head{margin-top:50px;}#zone-13 .slider-bg .slick-dots{text-align:left;}#zone-13 .slider-bg .slick-dots li button:before{background-color:#fff;border:2px solid #fff;}#zone-13 .slick-slider{max-width:1170px;margin:0 auto 40px;overflow:hidden;}#zone-13 .slick-slider .slick-slide{display:flex;}#zone-13 .slick-slider .slick-slide .block-jobs-slider__container{flex:1;}#zone-13 .slick-slider .slick-slide .block-jobs-slider__container .job-offers-columns{margin:0 0 24px -20px;}#zone-13 .slick-slider .slick-slide .block-jobs-slider__container .job-offers-columns .job-offers-element{padding:10px 20px;width:100%;}#zone-13 .slick-slider .slick-slide .block-jobs-slider__container .job-offers-columns .job-offers-element .job-offers-content{margin:10px 0 0;}#zone-13 .slick-slider .slick-slide .block-jobs-slider__photo{flex:1;}#zone-13 .slick-slider .slick-slide .block-jobs-slider__photo img{object-fit:cover;min-height:730px;}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle;}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:40px;user-select:none;-webkit-user-select:none;}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:25px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px;}.select2-dropdown{background-color:white;border:1px solid #aaa;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1;}.select2-results{display:block;}.select2-results__options{list-style:none;margin:0;padding:0;}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none;}.select2-results__option[aria-selected]{cursor:pointer;}.select2-results__option a{display:block;margin:-6px;padding:6px;color:#222;}.select2-container--open .select2-dropdown{left:0;}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0;}.select2-search--dropdown{display:block;padding:4px;}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box;margin-bottom:0;}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none;}.select2-search--dropdown.select2-search--hide{display:none;}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0);}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:40px;}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999;}.select2-container--default .select2-selection--single .select2-selection__arrow{height:6px;position:absolute;top:17px;right:13px;width:10px;}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:transparent;border-style:solid;border-width:0;height:0;left:2px;position:absolute;top:3px;height:48px;width:20px;}.select2-container--default .select2-selection--single .select2-selection__arrow b:before{content:"";background-image:url("/szablony/ideo/images/icons/arrow-down.svg");background-size:70% 70%;background-repeat:no-repeat;position:absolute;right:5px;top:50%;bottom:0;width:18px;display:flex;justify-content:center;align-items:center;height:10px;transform:translateY(-50%);}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left;}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto;}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default;}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none;}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0;}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0;}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa;}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;}.select2-container--default .select2-results > .select2-results__options{max-height:200px;overflow-y:auto;}.select2-container--default .select2-results__option[role=group]{padding:0;}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999;display:none;}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd;}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em;}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em;}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white;}.select2-container--default .select2-results__option--highlighted[aria-selected] a{color:white;}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px;}.row.error .select2-selection--single,.slick-dots.error .select2-selection--single{border-color:#d00 !important;}img[rel=lightbox]{position:fixed;z-index:9999;-ms-touch-action:none;touch-action:none;}#imagelightbox{cursor:pointer;position:fixed;z-index:10000;-ms-touch-action:none;touch-action:none;-webkit-box-shadow:0 0 3.125em rgba(0, 0, 0, .75);box-shadow:0 0 3.125em rgba(0, 0, 0, .75);}#imagelightbox-overlay{background-color:rgba(60, 60, 60, 0.73);position:fixed;z-index:9998;top:0;right:0;bottom:0;left:0;}#imagelightbox-close{width:40px;height:40px;padding:0px;text-align:left;background-color:#0e1824;border-radius:50%;position:fixed;z-index:10002;top:2.5em;right:2.5em;border:1px;-webkit-transition:color 0.3s ease;transition:color 0.3s ease;}#imagelightbox-close:focus,#imagelightbox-close:active{outline:0px;}#imagelightbox-close:hover,#imagelightbox-close:focus{background-color:#016dc6;}#imagelightbox-close:before,#imagelightbox-close:after{width:2px;background-color:#fff;content:'';position:absolute;top:20%;bottom:20%;left:50%;margin-left:-1px;}#imagelightbox-close:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}#imagelightbox-close:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);}#imagelightbox-caption{text-align:center;color:#fff;background-color:#0e1824;position:fixed;z-index:10001;left:0;right:0;bottom:0;padding:0.625em;}#imagelightbox-nav{background-color:#444;background-color:rgba(0, 0, 0, .5);border-radius:20px;position:fixed;z-index:10001;left:50%;bottom:3.75em;padding:0.313em;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);}#imagelightbox-nav button{width:1em;height:1em;background-color:transparent;border:1px solid #fff;border-radius:50%;display:inline-block;margin:0 0.313em;}#imagelightbox-nav button.active{background-color:#fff;}.imagelightbox-arrow{width:3.75em;height:7.5em;background-color:#0e1824;vertical-align:middle;display:none;position:fixed;z-index:10001;top:50%;margin-top:-3.75em;border:1px;-webkit-transition-duration:0.3s;transition-duration:0.3s;}.imagelightbox-arrow:hover,.imagelightbox-arrow:focus{background-color:#016dc6;outline:0px;}.imagelightbox-arrow:active{background-color:#111;}.imagelightbox-arrow-left{left:2.5em;}.imagelightbox-arrow-right{right:2.5em;}.imagelightbox-arrow:before{width:0;height:0;border:1em solid transparent;content:'';display:inline-block;margin-bottom:-0.125em;}.imagelightbox-arrow-left:before{border-left:none;border-right-color:#fff;margin-left:-15px;}.imagelightbox-arrow-right:before{border-right:none;border-left-color:#fff;margin-right:-0.313em;}#imagelightbox-overlay,#imagelightbox-close,#imagelightbox-caption,#imagelightbox-nav,.imagelightbox-arrow{-webkit-animation:fadeIn 0.25s linear;animation:fadeIn 0.25s linear;will-change:opacity;}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(-45deg);}100%{-webkit-transform:rotate(315deg);}}@-moz-keyframes clockwise{0%{-moz-transform:rotate(-45deg);}100%{-moz-transform:rotate(315deg);}}@keyframes clockwise{0%{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);}100%{-webkit-transform:rotate(315deg);-moz-transform:rotate(315deg);-ms-transform:rotate(315deg);-o-transform:rotate(315deg);transform:rotate(315deg);}}@-webkit-keyframes not-clockwise{0%{-webkit-transform:rotate(45deg);}100%{-webkit-transform:rotate(-315deg);}}@-moz-keyframes not-clockwise{0%{-moz-transform:rotate(45deg);}100%{-moz-transform:rotate(-315deg);}}@keyframes not-clockwise{0%{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);}100%{-webkit-transform:rotate(-315deg);-moz-transform:rotate(-315deg);-ms-transform:rotate(-315deg);-o-transform:rotate(-315deg);transform:rotate(-315deg);}}@-webkit-keyframes lt{0%{opacity:1;}25%{opacity:1;}26%{opacity:0;}75%{opacity:0;}76%{opacity:1;}100%{opacity:1;}}@-moz-keyframes lt{0%{opacity:1;}25%{opacity:1;}26%{opacity:0;}75%{opacity:0;}76%{opacity:1;}100%{opacity:1;}}@keyframes lt{0%{opacity:1;}25%{opacity:1;}26%{opacity:0;}75%{opacity:0;}76%{opacity:1;}100%{opacity:1;}}#imagelightbox-loading{width:74px;margin:60px auto;font-size:0;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-o-transform-origin:50% 50%;transform-origin:50% 50%;position:fixed;top:50%;left:50%;z-index:9999;margin:0;}#imagelightbox-loading:before{position:absolute;content:'';top:0;left:0;width:40px;height:40px;border:6px solid #e5e5e5;border-radius:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}#imagelightbox-loading:after{position:absolute;content:'';z-index:-1;top:0;right:0;width:40px;height:40px;border:6px solid #e5e5e5;border-radius:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.box,.lt,.rt,.lb,.rb{position:relative;display:inline-block;overflow:hidden;width:40px;height:20px;opacity:1;}.box:before,.lt:before,.rt:before,.lb:before,.rb:before{position:absolute;content:'';width:40px;height:40px;border-top:6px solid #016dc6;border-right:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid transparent;border-radius:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}.lt{margin-right:-6px;-webkit-animation:lt 2s linear -2000ms infinite;-moz-animation:lt 2s linear -2000ms infinite;animation:lt 2s linear -2000ms infinite;will-change:opacity;}.lt:before{top:0;left:0;-webkit-animation:not-clockwise 1s linear infinite;-moz-animation:not-clockwise 1s linear infinite;animation:not-clockwise 1s linear infinite;will-change:transform;}.rt{-webkit-animation:lt 2s linear -1000ms infinite;-moz-animation:lt 2s linear -1000ms infinite;animation:lt 2s linear -1000ms infinite;will-change:opacity;}.rt:before{top:0;right:0;-webkit-animation:clockwise 1s linear infinite;-moz-animation:clockwise 1s linear infinite;animation:clockwise 1s linear infinite;will-change:transform;}.lb{margin-right:-6px;-webkit-animation:lt 2s linear -1500ms infinite;-moz-animation:lt 2s linear -1500ms infinite;animation:lt 2s linear -1500ms infinite;will-change:transform;}.lb:before{bottom:0;left:0;-webkit-animation:not-clockwise 1s linear infinite;-moz-animation:not-clockwise 1s linear infinite;animation:not-clockwise 1s linear infinite;will-change:transform;}.rb{-webkit-animation:lt 2s linear -500ms infinite;-moz-animation:lt 2s linear -500ms infinite;animation:lt 2s linear -500ms infinite;will-change:opacity;}.rb:before{bottom:0;right:0;-webkit-animation:clockwise 1s linear infinite;-moz-animation:clockwise 1s linear infinite;animation:clockwise 1s linear infinite;will-change:transform;}label{margin:1em 0 1em 0.5em;font-size:0.8em;cursor:pointer;}input[type="checkbox"]#spin{cursor:pointer;margin:1em 0 1em 1em;}input[type="checkbox"]#spin:checked ~ .container{-webkit-animation:clockwise 6s linear infinite;-moz-animation:clockwise 6s linear infinite;animation:clockwise 6s linear infinite;will-change:transform;}@media only screen and (max-width:41.25em){#container{width:100%;}#imagelightbox-close{top:1.25em;right:1.25em;}#imagelightbox-nav{bottom:1.25em;}.imagelightbox-arrow{width:2.5em;height:3.75em;margin-top:-2.75em;}.imagelightbox-arrow-left{left:1.25em;}.imagelightbox-arrow-right{right:1.25em;}}@media only screen and (max-width:20em){.imagelightbox-arrow-left{left:0;}.imagelightbox-arrow-right{right:0;}}.grid{position:relative;margin:0 auto;}.grid__item--current{opacity:0 !important;}.img-wrap{display:block;}.img-wrap:focus,.img-wrap:hover{outline:none;}.img-wrap img{display:block;max-width:100%;border-radius:5px;}.preview{position:fixed;z-index:1000;top:0;left:0;display:-ms-flex;display:-webkit-flex;display:flex;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-ms-flex-line-pack:center;-webkit-align-content:center;align-content:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;width:50%;height:100%;pointer-events:none;}.preview::before{content:'';position:fixed;top:0;left:0;width:100%;height:100%;opacity:0;background:#0e1824;-webkit-transition:opacity 0.6s;transition:opacity 0.6s;}.preview--open{pointer-events:auto;}.preview--open::before{opacity:1;}.clone{position:fixed;z-index:110;-webkit-transition:-webkit-transform 0.5s;transition:transform 0.5s;-webkit-backface-visibility:hidden;}.original{position:relative;z-index:120;display:block;object-fit:contain;-webkit-transition:opacity 0.2s;transition:opacity 0.2s;-webkit-backface-visibility:hidden;}.preview--open .animate{-webkit-transition:-webkit-transform 0.6s, opacity 0.2s;transition:transform 0.6s, opacity 0.2s;}.animate{-webkit-transition:-webkit-transform 0.3s, opacity 0.2s;transition:transform 0.3s, opacity 0.2s;}.description{color:#fff;}.description h3{color:#fff;}.js .description--grid{display:none;}.description--preview{font-size:2em;position:absolute;z-index:140;width:100%;left:100%;top:0;height:100%;padding:0 1em;display:-ms-flex;display:-webkit-flex;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-ms-flex-align:start;-webkit-align-items:flex-start;align-items:flex-start;opacity:0;-webkit-transition:opacity 1s, -webkit-transform 1s;transition:opacity 1s, transform 1s;-webkit-transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);-webkit-transform:translate3d(0, 30px, 0);transform:translate3d(0, 30px, 0);}.preview--open .description--preview{opacity:1;-webkit-transition-delay:0.2s;transition-delay:0.2s;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}.description--preview h3{font-weight:normal;margin:0;}.description--preview p{font-size:0.65em;max-width:100%;margin-bottom:10px;}.description--preview p em{color:#5d5d5d;display:block;padding:0.4em 0 0 0;}.details{max-width:100%;}.details ul{line-height:1;position:relative;margin:0;padding:0;list-style:none;}.details ul li{font-size:15px;position:relative;display:inline-block;margin:0 1em 0 0;padding:0.15em 0;white-space:nowrap;opacity:0;color:#9d9d9d;-webkit-transition:-webkit-transform 1s, opacity 1s;transition:transform 1s, opacity 1s;-webkit-transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);-webkit-transform:translate3d(0, 20px, 0);transform:translate3d(0, 20px, 0);}.preview--open .details ul li{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}.preview--open .details ul li:nth-child(1){-webkit-transition-delay:0.2s;transition-delay:0.2s;}.preview--open .details ul li:nth-child(2){-webkit-transition-delay:0.3s;transition-delay:0.3s;}.preview--open .details ul li:nth-child(3){-webkit-transition-delay:0.4s;transition-delay:0.4s;}.preview--open .details ul li:nth-child(4){-webkit-transition-delay:0.5s;transition-delay:0.5s;}.preview--open .details ul li:nth-child(5){-webkit-transition-delay:0.6s;transition-delay:0.6s;}.details ul li:first-child{font-weight:bold;color:#909090;}.action{font-size:48px;margin:0;padding:0;cursor:pointer;vertical-align:top;color:#fff;border:none;background:none;}.action:hover,.action:focus{color:#fff;outline:none;background-color:#016dc6;}.action--close{position:fixed;z-index:150;top:0;right:0;padding:0 11px;opacity:0;-webkit-transition:opacity 0.3s, -webkit-transform 0.3s;transition:opacity 0.3s, transform 0.3s;-webkit-transform:scale3d(0.6, 0.6, 1);transform:scale3d(0.6, 0.6, 1);}.preview--image-loaded .action--close{opacity:1;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}.text-hidden{position:absolute;display:block;overflow:hidden;width:0;height:0;color:transparent;}@media screen and (max-width:40em){.description--preview h3{font-size:0.5em;}.description--preview p,.details{display:none;}}.form-module.form .row .input-error-tooltip,.form-module.form .slick-dots .input-error-tooltip{right:1rem;margin-left:0;}.form-module.form .row .error.checkbox .input-error-tooltip,.form-module.form .slick-dots .error.checkbox .input-error-tooltip{right:0;margin-left:0;}.styled-checkbox{position:absolute;top:0;visibility:hidden;}.styled-checkbox + .checkbox-val{display:block;width:20px;height:20px;border:1px solid #fff;background-color:#fff;margin-right:15px;border:0.5px solid #0f1215;border-radius:3px;float:left;}.styled-checkbox:checked + .checkbox-val{background:url('/szablony/ideo/images/icons/icon-checked.svg') no-repeat -1px -1px;background-color:#fff;border:0.5px solid transparent;}.form .row .row,.form .slick-dots .row,.form .slick-dots .slick-dots,.form .row .slick-dots{margin:0;}.form .row.footer,.form .slick-dots.footer{margin-top:-2px;}.form .row.captcha,.form .slick-dots.captcha{margin-bottom:10px;}.form .row .input-error-tooltip,.form .slick-dots .input-error-tooltip{display:none;position:absolute;right:-18px;margin-left:-29px;top:8px;}.form .row .input-error-tooltip .icon,.form .slick-dots .input-error-tooltip .icon{display:block;background-color:#d00;width:20px;height:20px;position:relative;border-radius:10px;}.form .row .input-error-tooltip .icon:before,.form .slick-dots .input-error-tooltip .icon:before{content:"\e903";position:absolute;top:50%;left:50%;color:#fff;font-size:11px;margin-left:-5.5px;margin-top:-5.5px;}.form .row .error.checkbox .checkbox-val,.form .slick-dots .error.checkbox .checkbox-val{border-color:#d00;}.form .row .error.checkbox .form-error-info,.form .slick-dots .error.checkbox .form-error-info{font-size:12px;line-height:13px;font-weight:600;}.form .row .error label,.form .slick-dots .error label{color:#000;}.form .row .error .columns,.form .slick-dots .error .columns{position:relative;}.form .row .error input,.form .slick-dots .error input,.form .row .error textarea,.form .slick-dots .error textarea{border-color:#d00;}.form .row .error textarea,.form .slick-dots .error textarea{margin:0 0 1rem 0;}.form .row .error .input-error-tooltip,.form .slick-dots .error .input-error-tooltip{display:block;}.form .row .error .form-error-info,.form .slick-dots .error .form-error-info{display:block;color:#d00;}.form .footer{clear:both;overflow:hidden;width:100%;float:left;margin-top:50px;margin-bottom:36px;}.reveal-modal .form .row.footer,.reveal-modal .form .slick-dots.footer{margin-top:-2px;}.tooltip{background-color:#fcdcde;}.tooltip .nub{border-right-color:#fcdcde;}input[type],textarea,label.inline,.select2-container{margin:0 0 2rem 0;height:50px;}.formularz-aplikacja input[type="checkbox"],.formularz-oferta input[type="checkbox"]{height:auto;}input[type="text"]:focus,select:focus,textarea:focus{box-shadow:inset 0 0 0 1px #0eabf5;}input[name="kod"]{margin-bottom:40px !important;}#jq-row-plik #filelist{margin-bottom:0px;}#jq-row-plik #filelist > div{margin-bottom:4px;}#jq-row-plik #filelist > div:last-of-type{margin-bottom:14px;}#jq-row-plik #pickfiles{margin-top:10px;display:inline-block;margin-bottom:15px;}#jq-row-plik #console{margin-top:-26px;margin-bottom:20px;color:red;}#filelist{position:relative;z-index:10000;margin-bottom:8px;word-break:break-all;}select{margin-bottom:0;padding:0 2.5rem 0 0.4rem;line-height:38px;color:#444;}select.disable_style{background-color:#fff;padding-right:0px;height:50px;}.btnBlue{background-color:#016dc6;color:#fff;border:2px solid #016dc6;padding:1.4rem 7.8rem 1.5rem 7.8rem !important;}.btnBlue:hover{background-color:#fff;color:#016dc6;}.reveal-modal .jq-formularz-zapytan,.reveal-modal .jq-formularz-warsztaty{height:100%;}.reveal-modal .jq-formularz-zapytan .form,.reveal-modal .jq-formularz-warsztaty .form{height:90%;}.reveal-modal .jq-formularz-zapytan .form .jq-formularz-zapytan-form,.reveal-modal .jq-formularz-warsztaty .form .jq-formularz-zapytan-form,.reveal-modal .jq-formularz-zapytan .form .jq-formularz-warsztaty-form,.reveal-modal .jq-formularz-warsztaty .form .jq-formularz-warsztaty-form,.reveal-modal .jq-formularz-zapytan .form .jq-formularz-warsztaty-pytania-form,.reveal-modal .jq-formularz-warsztaty .form .jq-formularz-warsztaty-pytania-form{height:100%;}.reveal-modal .jq-formularz-zapytan .form .jq-formularz-zapytan-form .row,.reveal-modal .jq-formularz-zapytan .form .jq-formularz-zapytan-form .slick-dots,.reveal-modal .jq-formularz-warsztaty .form .jq-formularz-zapytan-form .row,.reveal-modal .jq-formularz-warsztaty .form .jq-formularz-zapytan-form .slick-dots,.reveal-modal .jq-formularz-zapytan .form .jq-formularz-warsztaty-form .row,.reveal-modal .jq-formularz-zapytan .form .jq-formularz-warsztaty-form .slick-dots,.reveal-modal .jq-formularz-warsztaty .form .jq-formularz-warsztaty-form .row,.reveal-modal .jq-formularz-warsztaty .form .jq-formularz-warsztaty-form .slick-dots,.reveal-modal .jq-formularz-zapytan .form .jq-formularz-warsztaty-pytania-form .row,.reveal-modal .jq-formularz-zapytan .form .jq-formularz-warsztaty-pytania-form .slick-dots,.reveal-modal .jq-formularz-warsztaty .form .jq-formularz-warsztaty-pytania-form .row,.reveal-modal .jq-formularz-warsztaty .form .jq-formularz-warsztaty-pytania-form .slick-dots{height:100%;}.reveal-modal .jq-formularz-zapytan .form .row .end,.reveal-modal .jq-formularz-zapytan .form .slick-dots .end,.reveal-modal .jq-formularz-warsztaty .form .row .end,.reveal-modal .jq-formularz-warsztaty .form .slick-dots .end{position:relative;}.reveal-modal .jq-formularz-zapytan .form .jq-form-row .label-klauzula,.reveal-modal .jq-formularz-warsztaty .form .jq-form-row .label-klauzula{margin-left:18px;}.reveal-modal .jq-formularz-zapytan .form .jq-form-row .label-gwiazdka,.reveal-modal .jq-formularz-warsztaty .form .jq-form-row .label-gwiazdka{color:#00608a;}.reveal-modal .jq-formularz-zapytan .form .jq-form-row .input-error-tooltip,.reveal-modal .jq-formularz-warsztaty .form .jq-form-row .input-error-tooltip{margin-left:0px;top:-21px;right:0;}.reveal-modal .jq-formularz-zapytan .form .jq-form-row.error .input-error-tooltip,.reveal-modal .jq-formularz-warsztaty .form .jq-form-row.error .input-error-tooltip{display:block;}.reveal-modal .jq-formularz-zapytan .form .checkbox.row-border .input-error-tooltip,.reveal-modal .jq-formularz-warsztaty .form .checkbox.row-border .input-error-tooltip{margin-left:0px;top:0px;left:calc(100% - 45px);}.reveal-modal .jq-formularz-zapytan .form-link,.reveal-modal .jq-formularz-warsztaty .form-link{color:#00608a;font-weight:bold;}.formularz-oferta .jq-formularz-zapytan-tresc{height:100%;}.formularz-oferta .jq-formularz-zapytan-tresc form .row .item,.formularz-oferta .jq-formularz-zapytan-tresc form .slick-dots .item{position:relative;}.formularz-oferta .jq-formularz-zapytan-tresc form .checkbox .input-error-tooltip{top:-22px;right:0;}.formularz-oferta .jq-formularz-zapytan-tresc form .jq-row-komentarz .input-error-tooltip{top:-22px;right:0;}.formularz-oferta .jq-formularz-zapytan-tresc form .jq-row-email .input-error-tooltip{top:-22px;right:0;}.formularz-oferta .jq-formularz-zapytan-tresc form .jq-row-imie .input-error-tooltip{top:-22px;right:0;}.formularz-oferta .jq-formularz-zapytan-tresc form .jq-row-nazwisko .input-error-tooltip{top:-22px;right:0;}.formularz-oferta .jq-formularz-zapytan-tresc form .jq-row-zgoda .input-error-tooltip{top:-22px;right:10px;}.formularz-oferta .jq-formularz-zapytan-form{height:100%;}.formularz-oferta .jq-formularz-zapytan-form .formularz-zapytan-container{display:flex;flex-direction:column;height:100%;justify-content:flex-end;}.formularz-oferta .jq-formularz-zapytan-form .formularz-zapytan-container .jq-row-zgoda{display:flex;height:100%;flex-direction:column;}@media only screen and (min-width:48em){.formularz-oferta .jq-formularz-zapytan-form .formularz-zapytan-container .first-label-padding{padding:0;}}.formularz-zajecia .jq-formularz-zapytan-tresc{height:100%;}.formularz-zajecia .jq-formularz-zapytan-tresc form .row .item,.formularz-zajecia .jq-formularz-zapytan-tresc form .slick-dots .item{position:relative;}.formularz-zajecia .jq-formularz-zapytan-tresc form .checkbox .input-error-tooltip{top:-22px;right:0;}.formularz-zajecia .jq-formularz-zapytan-tresc form .jq-row-email .input-error-tooltip{top:-22px;right:0;}.formularz-zajecia .jq-formularz-zapytan-tresc form .jq-row-imie_nazwisko_nauczyciela .input-error-tooltip{top:-22px;right:0;}.formularz-zajecia .jq-formularz-zapytan-tresc form .jq-row-imie_nazwisko_ucznia .input-error-tooltip{top:-22px;right:0;}.formularz-zajecia .jq-formularz-zapytan-tresc form .jq-row-imie_nazwisko_ucznia .last-item{margin-bottom:30px;}.formularz-zajecia .jq-formularz-zapytan-tresc form .jq-row-szkola .input-error-tooltip{top:-22px;right:0;}.formularz-zajecia .jq-formularz-zapytan-tresc form .jq-row-wiadomosc .input-error-tooltip{top:-22px;right:0;}.formularz-zajecia .jq-formularz-zapytan-tresc form .jq-row-zgoda .input-error-tooltip{top:0;right:10px;}.formularz-zajecia .jq-formularz-zapytan-form{height:100%;}.formularz-zajecia .jq-formularz-zapytan-form .formularz-zapytan-container{display:flex;flex-direction:column;height:100%;justify-content:flex-end;}.formularz-zajecia .jq-formularz-zapytan-form .formularz-zapytan-container .jq-row-zgoda{display:flex;height:100%;flex-direction:column;}@media only screen and (min-width:48em){.formularz-zajecia .jq-formularz-zapytan-form .formularz-zapytan-container .first-label-padding{padding:0;}}.formularz-zajecia .jq-formularz-warsztaty-form{height:100%;}.formularz-zajecia .jq-formularz-warsztaty-form .formularz-zapytan-container{display:flex;flex-direction:column;height:100%;justify-content:flex-end;}.formularz-zajecia .jq-formularz-warsztaty-form .formularz-zapytan-container .jq-row-zgoda{display:flex;height:100%;flex-direction:column;}@media only screen and (min-width:48em){.formularz-zajecia .jq-formularz-warsztaty-form .formularz-zapytan-container .first-label-padding{padding:0;}}.formularz-zajecia .jq-formularz-warsztaty-form .error .row-zgoda-label{padding-top:0;}.formularz-zajecia .jq-formularz-warsztaty-form .error .row-zgoda-label input[type="checkbox"]{margin-bottom:0 !important;}.formularz-zajecia .jq-formularz-warsztaty-pytania-form{height:100%;}.formularz-zajecia .jq-formularz-warsztaty-pytania-form .formularz-zapytan-container{display:flex;flex-direction:column;height:100%;justify-content:flex-end;}.formularz-zajecia .jq-formularz-warsztaty-pytania-form .formularz-zapytan-container .jq-row-zgoda{display:flex;height:100%;flex-direction:column;}@media only screen and (min-width:48em){.formularz-zajecia .jq-formularz-warsztaty-pytania-form .formularz-zapytan-container .first-label-padding{padding:0;}}.formularz-zajecia .jq-formularz-warsztaty-pytania-form .error .row-zgoda-label{padding-top:0;}.formularz-zajecia .jq-formularz-warsztaty-pytania-form .error .row-zgoda-label input[type="checkbox"]{margin-bottom:0 !important;}.btn-contact{background-color:#f7e966;color:#121e2c;padding:15px 20px;font-weight:bold;font-size:18px;white-space:nowrap;overflow:hidden;max-width:100%;height:46px;padding:10px 20px;border-radius:5px;font-weight:600;line-height:1.5;font-size:18px;}.arrow{color:#121e2c;}.arrow:before{content:'\e908';position:relative;left:0px;transition-duration:0.3s;}.arrow:hover:before{left:10px;}.arrow.white{color:#fff;}button,.button{font-family:"Fustat", sans-serif !important;}.change_col .first{float:left !important;}.change_col .last{float:right !important;}.inline-block{display:inline-block;}.button-see-online{display:inline-block;text-decoration:none;border:1px solid #121e2c;color:#121e2c;padding:2px 25px;font-family:"Fustat", sans-serif;}.custom-links a{color:#fff;}.custom-links a:hover{color:#016dc6;}#otherInput{display:none;}@font-face{font-family:"Futura";src:url('/szablony/ideo/fonts/39EB11_0_0.eot');src:url('/szablony/ideo/fonts/39EB11_0_0.eot?#iefix') format('embedded-opentype'), url('/szablony/ideo/fonts/39EB11_0_0.ttf') format('truetype');font-weight:normal;font-style:italic;font-display:swap;}@font-face{font-family:"Futura";src:url('/szablony/ideo/fonts/39EB11_3_0.eot');src:url('/szablony/ideo/fonts/39EB11_3_0.eot?#iefix') format('embedded-opentype'), url('/szablony/ideo/fonts/39EB11_3_0.ttf') format('truetype');font-weight:bold;font-style:normal;font-display:swap;}@font-face{font-family:"Futura";src:url('/szablony/ideo/fonts/39EB11_2_0.eot');src:url('/szablony/ideo/fonts/39EB11_2_0.eot?#iefix') format('embedded-opentype'), url('/szablony/ideo/fonts/39EB11_2_0.ttf') format('truetype');font-weight:lighter;font-style:normal;font-display:swap;}@font-face{font-family:"Futura";src:url('/szablony/ideo/fonts/39EB11_1_0.eot');src:url('/szablony/ideo/fonts/39EB11_1_0.eot?#iefix') format('embedded-opentype'), url('/szablony/ideo/fonts/39EB11_1_0.ttf') format('truetype');font-weight:normal;font-style:normal;font-display:swap;}@font-face{font-family:"Fustat";src:url('/szablony/ideo/fonts/Fustat-ExtraLight.eot');src:url('/szablony/ideo/fonts/Fustat-ExtraLight.eot?#iefix') format('embedded-opentype'), url('/szablony/ideo/fonts/Fustat-ExtraLight.ttf') format('truetype');font-weight:lighter;font-style:normal;font-display:swap;}@font-face{font-family:"Fustat";src:url('/szablony/ideo/fonts/Fustat-Light.eot');src:url('/szablony/ideo/fonts/Fustat-Light.eot?#iefix') format('embedded-opentype'), url('/szablony/ideo/fonts/Fustat-Light.ttf') format('truetype');font-weight:300;font-style:normal;font-display:swap;}@font-face{font-family:"Fustat";src:url('/szablony/ideo/fonts/Fustat-Regular.eot');src:url('/szablony/ideo/fonts/Fustat-Regular.eot?#iefix') format('embedded-opentype'), url('/szablony/ideo/fonts/Fustat-Regular.ttf') format('truetype');font-weight:normal;font-style:normal;font-display:swap;}@font-face{font-family:"Fustat";src:url('/szablony/ideo/fonts/Fustat-Medium.eot');src:url('/szablony/ideo/fonts/Fustat-Medium.eot?#iefix') format('embedded-opentype'), url('/szablony/ideo/fonts/Fustat-Medium.ttf') format('truetype');font-weight:500;font-style:normal;font-display:swap;}@font-face{font-family:"Fustat";src:url('/szablony/ideo/fonts/Fustat-SemiBold.eot');src:url('/szablony/ideo/fonts/Fustat-SemiBold.eot?#iefix') format('embedded-opentype'), url('/szablony/ideo/fonts/Fustat-SemiBold.ttf') format('truetype');font-weight:600;font-style:normal;font-display:swap;}@font-face{font-family:"Fustat";src:url('/szablony/ideo/fonts/Fustat-Bold.eot');src:url('/szablony/ideo/fonts/Fustat-Bold.eot?#iefix') format('embedded-opentype'), url('/szablony/ideo/fonts/Fustat-Bold.ttf') format('truetype');font-weight:700;font-style:normal;font-display:swap;}@font-face{font-family:"Fustat";src:url('/szablony/ideo/fonts/Fustat-ExtraBold.eot');src:url('/szablony/ideo/fonts/Fustat-ExtraBold.eot?#iefix') format('embedded-opentype'), url('/szablony/ideo/fonts/Fustat-ExtraBold.ttf') format('truetype');font-weight:800;font-style:normal;font-display:swap;}*{outline:none !important;}.menu-icon .c-hamburger{border-radius:0 !important;}textarea[disabled],textarea[readonly],input[type],fieldset[disabled] input[type="text"],textarea{background-color:#fff;}html{margin:0 !important;}body{font-family:'Fustat', Arial, Helvetica, sans-serif;overflow-x:hidden;}body .mainContainer{overflow-x:hidden;}.inner-row{width:100%;max-width:1050px;margin:0 auto;}body,p{font-size:1.4rem;}.cursor-context{cursor:context-menu !important;}.center{text-align:center;}.reference.blok .title{text-align:center;}.icon_list ul{text-align:center;list-style:none;margin:0;}.icon_list ul li{display:inline-block;text-align:center;width:16%;}.icon_list ul li img{margin-bottom:14px;}.icon_list ul li p{font-size:17px !important;font-weight:bold;font-family:"Fustat", sans-serif;color:#121e2c;margin-bottom:10px;}#zone-2 .reference.block .title,#zone-4 .reference.block .title,#zone-5 .reference.block .title,#zone-8 .reference.block .title,#zone-10 .reference.block .title{font-size:5.5rem;margin-top:48px;margin-bottom:45px;font-family:"Fustat", sans-serif;text-align:center;}.cnt-reference.darkTheme{background:#121e2c;}.cnt-reference.darkTheme .block-reference .heading-custom{color:#fff;}.cnt-reference.darkTheme .block-reference .heading-custom:after{background:#fff;}.cnt-reference:not(.darkTheme) .block-reference .heading-custom{color:#000;}.cnt-reference:not(.darkTheme) .block-reference .heading-custom:after{background:#00608a;}.specjalLink{font-weight:bold;font-size:24px;line-height:26px;font-family:"Fustat", sans-serif;}.specjalLink:after{content:'';background:url("/szablony/ideo/images/sprite.png") no-repeat 0px -11px;width:41px;height:11px;margin-left:20px;display:inline-block;}button.disabled:hover,.button.disabled:hover,button[disabled]:hover,.button[disabled]:hover,button.disabled:focus,.button.disabled:focus,button[disabled]:focus,.button[disabled]:focus{background-color:#121e2c;}.preloader{display:none;justify-content:center;align-items:center;position:relative;position:absolute;width:100%;height:100%;left:0;top:0;margin:0;background:rgba(58, 58, 58, 0.66);z-index:2;}.preloader .preloader-dotline{position:absolute;top:50%;left:50%;-ms-transform:translateX(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);}.preloader .dot{display:inline-block;background:#fff;height:7px;width:7px;opacity:0;border-radius:50%;animation:dotline-move 4s infinite;transform:translateX(-300px);will-change:transform, opacity;}.preloader .dot:nth-child(1){animation-delay:0.8s;}.preloader .dot:nth-child(2){animation-delay:0.7s;}.preloader .dot:nth-child(3){animation-delay:0.6s;}.preloader .dot:nth-child(4){animation-delay:0.5s;}.preloader .dot:nth-child(5){animation-delay:0.4s;}.preloader .dot:nth-child(6){animation-delay:0.3s;}.preloader .dot:nth-child(7){animation-delay:0.2s;}.preloader .dot:nth-child(8){animation-delay:0.1s;}.preloader.show{display:flex;}.mb40{margin-bottom:40px;}.pt20{padding-top:20px;}ul,ol{font-size:16px;margin-left:25px;}ul{list-style:square;}ul li{margin-bottom:4px;}ul.square-list{list-style:none;}ul.square-list li{position:relative;}ul.square-list li:before{content:'';display:block;position:absolute;width:4px;height:4px;background-color:#121e2c;left:-13px;top:8px;}ul.adv-list-style{list-style:none;padding:0;margin:0 0 40px 0;position:relative;padding:0 0 0 170px;}ul.adv-list-style:after{content:'\e910';position:absolute;top:0;left:0;display:inline-block;font-size:142px;}ul.adv-list-style li{padding-left:36px;position:relative;font-size:15px;}ul.adv-list-style li:after{content:'\e90f';position:absolute;top:4px;left:0;font-size:18px;line-height:14px;color:#65cdaa;}::selection{background:#121e2c;color:#fff;}.clear{clear:both;font-size:0;}body .video{text-indent:0;margin:10px 0;overflow:hidden;display:block;}span.video{display:inline-block;}.left-off-canvas-toggle{float:left;width:60px;height:60px;background-color:#f6f6f6;position:relative;top:20px;}.left-off-canvas-toggle span::after{content:"";display:block;height:0;position:absolute;top:50%;box-shadow:0 0 0 2px #121e2c, 0 10px 0 2px #121e2c, 0 20px 0 2px #121e2c;margin-top:-10px;right:17px;width:26px;}.left-off-canvas-toggle:hover{background-color:#016dc6;}.left-off-canvas-toggle:hover span::after{box-shadow:0 0 0 2px #f6f6f6, 0 10px 0 2px #f6f6f6, 0 20px 0 2px #f6f6f6;}.left-off-canvas-menu{top:81px;overflow-y:hidden;visibility:hidden;}.left-off-canvas-menu .left-off-canvas-column{width:24rem !important;}.off-canvas-wrap{overflow:visible;}.first-row .inner-wrap{overflow:hidden;}.move-right .exit-off-canvas{left:60px;}.move-right .left-off-canvas-menu{transform:translate3d(-18rem, 0, 0);}.move-right > .inner-wrap{transform:translate3d(18rem, 0, 0);}.font-transparent{color:transparent;font-size:1px;height:30px;}.font-transparent:hover{color:transparent;}#zone-1{position:relative;-webkit-transition-duration:0.3s;transition-duration:0.3s;padding-bottom:4px;}#zone-2{position:relative;z-index:50;}#cookie-info{font-size:1.6rem;top:0;right:0;bottom:0;left:0;z-index:110;background:#01608a;text-align:left;padding:20px 0;color:#fff;}#cookie-info .row,#cookie-info .slick-dots,#cookie-info .columns{position:relative;}#cookie-info .columns{padding-right:90px;}#cookie-info button{position:absolute;right:0;top:-20px;margin:0;height:64px;border:0;font-size:30px;padding:0 20px;}#cookie-info button:hover{background-color:#0e1824;}#zone-3{max-width:278px;width:100%;position:relative;padding-right:10px;}#zone-3 .accordion-content{background-color:#f7f7f7;padding:10px;}#zone-3 .title{font-size:17px;margin:0 0 12px;line-height:15px;}#zone-3 .title.subTitle{text-align:left;line-height:23px;margin-bottom:4px;}#zone-3 .widgetVertical{top:95px;}#zone-3 .keeper-realization .title{font-size:20px;margin:0;line-height:30px;}#zone-4{background:#fff;overflow:hidden;}#zone-5{overflow:hidden;padding:0 2rem 1.6rem;background-color:#f7f7f7;}#zone-7{background:#010101;padding:2.4rem 1rem;border-bottom:0.5px solid #35404b;}#zone-8{overflow:hidden;padding:0;}#zone-8 .bg-logotypes{background-color:#121e2c;}#zone-8 .logotypes.block .descriptionAbout{padding-left:0px !important;}#zone-10{background:#fff;padding:2.9rem 2rem 3rem;}#zone-10 .block .title{text-align:left;font-size:24px;margin-bottom:24px;margin-top:0px;font-family:"Fustat", sans-serif;}#zone-11{background:#f7f7f7;padding:2.9rem 2rem 2rem;margin-bottom:30px;position:relative;}#zone-11 + #zone-14,#zone-11 + .row > #zone-12,#zone-11 + .slick-dots > #zone-12{border-top:0 none;padding-top:0.9rem;}#zone-11:before{background-color:#fff;position:absolute;width:52.4%;left:0px;height:100%;content:'';}#zone-12{padding:0 0 6px;}#zone-12 > .row > .columns:not(.block):first-child:not(:last-of-type),#zone-12 > .slick-dots > .columns:not(.block):first-child:not(:last-of-type){padding-bottom:3rem;margin-bottom:3rem;}#zone-12 > .row > .columns:not(.block):last-child,#zone-12 > .slick-dots > .columns:not(.block):last-child{padding-bottom:3rem;}#zone-12 > .row > .columns:not(.block):last-child:not(:first-child),#zone-12 > .slick-dots > .columns:not(.block):last-child:not(:first-child){border-top:1px solid #dcdcdc;padding-top:3rem;}#zone-12 > .row > .columns:not(.block) + .columns:not(:first-child),#zone-12 > .slick-dots > .columns:not(.block) + .columns:not(:first-child){border-top:0px;}#zone-12 .block .title{margin-top:24px;margin-bottom:0px;}#zone-12 .block .fullpage-bg{margin-top:0px;}#zone-12 .block .fullpage-bg:has(.shortCodeForm):before{background-color:#121e2c !important;}#zone-13{padding:32px 20px 30px;}#zone-14{padding:30px 0 0;border-top:2px solid #f6f6f6;}#zone-14 .block:not(:first-child){margin-top:4rem;border-top:2px solid #f6f6f6;padding-top:3rem;padding-bottom:3rem;clear:both;}#zone-14 .block.realizations:last-child{padding-bottom:3rem;}#zone-15{background:#f6f6f6;padding:2.9rem 2rem 3rem;}#zone-16{margin:0 0 3rem;overflow:hidden;}#zone-17{border-top:2px solid #f6f6f6;padding-top:2.9rem;margin-top:2rem;}#zone-18{position:absolute;bottom:-50%;left:70px;width:130px;padding:0px;-webkit-transition-duration:0.3s;transition-duration:0.3s;}#zone-18.show{-webkit-animation:moveUp 1.4s;-moz-animation:moveUp 1.4s;-o-animation:moveUp 1.4s;animation:moveUp 1.4s;animation-iteration-count:1;bottom:0;will-change:transform;}#zone-18 .block{width:100%;padding:0;}#zone-18 .block .title{font-size:20px;margin:0;line-height:30px;text-align:left;padding:21px;border:1px solid #dcdcdc;background-color:#f7f7f7;}#zone-18 .keeper-container{margin:0px;width:auto;}#zone-18 .keeper-container .keeper-info{font-size:13px;border:1px solid #dcdcdc;padding:24px 14px;}#zone-18 .keeper-container .contact{font-size:13px;font-weight:bold;padding:16px 12px 30px;cursor:pointer;}.keeper-container .btn-contact{transition:all 0.3s;}.keeper-container .btn-contact:hover,.keeper-container .btn-contact:focus{color:inherit;background-color:#f3b61c;}#zone-20{display:none;}#main-zone{padding:0 2rem;width:auto;float:none;}#main-zone .desc-module{position:relative;padding-top:30px;}#main-zone .desc-module:first-of-type{padding-top:0px;}#main-zone .desc-module:first-of-type:before{display:none;}#main-zone .desc-module ul{list-style:none;}#main-zone .desc-module ul.no-bullet li:before{display:none;}#main-zone .desc-module ul li{position:relative;}#main-zone .desc-module ul li:before{content:'';display:inline-block;position:relative;width:4px;height:4px;background-color:#016dc6;left:-14px;top:-4px;margin-right:-8px;}#main-zone .desc-module .show_big_cap p:first-of-type .big-cap{font-weight:bold;font-size:80px;color:#016dc6;float:left;line-height:80px;margin-right:10px;font-family:"Fustat", sans-serif;}#main-zone .desc-module:before{content:'';display:block;position:absolute;top:0px;left:0px;border-bottom:1px solid #dcdcdc;height:1px;width:76%;}#main-zone .desc-module p,#main-zone .desc-module table{font-size:16px;font-family:"Fustat", sans-serif;}#main-zone .desc-module table th p,#main-zone .desc-module table td p{font-weight:inherit;}#main-zone .desc-module .title{font-family:"Fustat", sans-serif;color:#121e2c;font-size:48px;margin-bottom:27px;font-weight:bold;line-height:45px;}#main-zone .desc-module h3{font-size:24px;font-weight:600;}#main-zone .realization-single .about-company{padding-left:0px;}#main-zone.hidden-zone-18 .realization-single .about-company{padding-left:0px;}#main-zone .tags-box .tag{cursor:context-menu;}.inner-wrap{overflow:hidden;}.inner-wrap #main-zone.hidden-zone-18{min-height:0px;}.inner-wrap.bgBlue{position:relative;overflow:visible;}#footer{color:#fff;font-size:1.1rem;overflow:hidden;background:#010101;padding:32px 10px;}#footer .footer-text{float:left;padding-left:0;color:#fff;font-size:1.1rem;margin:0;font-size:14px;font-family:"Fustat", sans-serif;}#footer .footer-text p{color:#fff;font-size:1.1rem;margin:0;}#footer a{color:#fff;font-size:1.1rem;}#footer a:hover{color:#016dc6;}#footer .powered-by{padding-left:39px;}#footer .powered-by .edito{margin:0 2.7rem 0 -2.5rem;}#footer .powered-by .cms{margin:0 -2.8rem 0 3.2rem;}#footer .powered-by .cookie{font-size:14px;font-family:"Fustat", sans-serif;}#footer .powered-by .cookie:not(:last-of-type){padding-right:20px;margin-right:20px;border-right:1px solid #35404b;}#footer .powered-by .desc{display:inline-block;text-align:left;font-size:14px;font-family:"Fustat", sans-serif;margin-right:6px;}#footer .powered-by .desc .header{font-weight:bold;}#footer .powered-by .desc a{font-size:14px;font-family:"Fustat", sans-serif;}#breadcrumbs .breadcrumbs-info{display:block;float:left;padding:2.5rem 1.2rem 2.5rem 0;font-size:1.2rem;line-height:1.1rem;font-weight:600;}#breadcrumbs .breadcrumbs{width:100%;margin-bottom:0;margin-bottom:0;background:transparent;padding:12px 20px;}#breadcrumbs .breadcrumbs li a{font-size:12px;font-family:"Fustat", sans-serif;color:#010101;}#breadcrumbs .breadcrumbs li a:hover{color:#014d8d;}#breadcrumbs .breadcrumbs li:last-child a{color:#010101;}#breadcrumbs .breadcrumbs > *:first-child:before{background:none;display:none;}#breadcrumbs .breadcrumbs > *{margin-right:10px;}#breadcrumbs .breadcrumbs > *:before{width:8px;height:7px;display:inline-block;top:0;margin:0 10px 0 0px;}.pagination{text-align:center;margin-bottom:20px;}.pagination a{transition:all 0.3s ease-out;color:#222;font-weight:300;font-size:16px;}.pagination a.prev,.pagination a.next{position:relative;font-size:14px;font-weight:700;content:"a";}.pagination a.prev:before,.pagination a.next:before{display:block;width:50px;height:20px;position:absolute;top:50%;left:-20%;margin-top:-6px;margin-left:-3.5px;background-color:#000;}.pagination > *{display:inline-block;line-height:31px;min-width:35px;text-align:center;margin-bottom:10px;vertical-align:top;vertical-align:-webkit-baseline-middle;}.pagination .active{color:#016dc6;font-weight:600;font-size:16px;}.tiles-list .list{line-height:1;}.tiles-list .list .elem{height:24rem;position:relative;margin-bottom:4rem;}.hidden-desc-container{display:table;width:240px;max-width:240px;position:relative;overflow:hidden;height:inherit;margin:0 auto;}.hidden-desc-container .foto{display:table-cell;vertical-align:middle;width:100%;height:100%;padding:0;overflow:hidden;position:relative;background:#f6f6f6;}.hidden-desc-container .foto .bottom-title{position:absolute;bottom:0;left:0;right:0;display:block;background:rgba(1, 113, 159, .85);text-align:left;}.hidden-desc-container .foto .bottom-title .bottom-title-table{display:table;width:100%;height:60px;}.hidden-desc-container .foto .bottom-title .bottom-title-table .bottom-title-cell{display:table-cell;vertical-align:middle;padding:0.5rem 2rem;color:#fff;font-size:15px;line-height:20px;}.hidden-desc-container .foto .hide{position:absolute;left:0;right:0;background:rgba(1, 113, 159, .85);padding:1.9rem 2rem 0;text-align:left;height:240px;top:240px;display:block;}.hidden-desc-container .foto .hide.fade{transition:opacity 300ms ease-out;top:0;opacity:0;}.hidden-desc-container .foto .hide.fade:hover{opacity:1;}.hidden-desc-container .foto .hide .title{color:#fff;font-size:1.5rem;line-height:2rem;margin:0 0 1.2rem;display:block;}.hidden-desc-container .foto .hide .desc{color:#fff;font-size:13px;line-height:17px;}.hidden-desc-container .foto .hide .button{position:absolute;bottom:3rem;left:3rem;right:3rem;text-align:left;margin-bottom:0;width:18rem;padding:1.3rem 0 1.4rem 1.8rem;font-size:1.4rem;}.hidden-desc-container .foto .hide .button.btn-centered{bottom:4rem;width:20rem;left:2rem;right:2rem;}.hidden-desc-container .foto .hide .button.btn-single{bottom:0;top:0;left:0;right:0;width:auto;border:0;line-height:24rem;margin:auto;padding:0 0 0 4.8rem;background-position:18.5rem center;}.hidden-desc-container .foto .hide .button.btn-single:hover{background-color:transparent;}.hidden-desc-container .foto:hover .bottom-title{top:24rem;}.hidden-desc-container .foto:hover .hide{top:0;}#breadcrumbs{margin-top:0;border-top:1px solid #e9e9e9;}#page-preview{position:fixed;width:100%;top:0px;left:0px;background:#000;text-align:center;line-height:50px;font-size:30px;color:#fff;opacity:0.5;z-index:10000;}h2,.header-block{font-size:2.8rem;line-height:1.5;margin:0 0 3.1rem;}h5{color:#016dc6;font-weight:600;margin:0 0 15px;}h5.title{margin:0 0 20px;}h5 a{color:#016dc6;}h5 a:hover{color:#121e2c;}.header-block.centered{text-align:center;}p a,.desc-module ul a,.news-module .desc ul a,.about-company ul a{color:#010101;text-decoration:underline;}p a:hover,.desc-module ul a:hover,.news-module .desc ul a:hover,.about-company ul a:hover{color:#015ca9;}p a:active,.desc-module ul a:active,.news-module .desc ul a:active,.about-company ul a:active,p a:focus,.desc-module ul a:focus,.news-module .desc ul a:focus,.about-company ul a:focus{color:#014d8d;}.message{width:100%;text-align:center;padding:2rem 1rem;margin-bottom:20px;border:2px solid #121e2c;margin-bottom:75px;}.message.message-error{border:2px solid #d00;color:#d00;}.message.message-error .button{background-color:#d00;border-color:#b10000;color:#fff;}.message.message-error .button:hover{background-color:#b10000;}.message .text{font-size:0px;}.message .text + .button{margin-top:20px;}.message .text span{font-size:14px;}.reveal-modal .close-reveal-modal{width:50px;height:50px;border:2px solid #121e2c;}.reveal-modal .modalTitle{border-bottom:2px solid #f6f6f6;padding:0.7rem 7rem 2.1rem 2.8rem;margin:0 -3rem 2.5rem;font-size:2.8rem;min-height:62px;}.reveal-modal .title-success{margin-left:0;padding-left:0;margin-bottom:2rem;}.reveal-modal .jq-formularz-zapytan .form .jq-form-row.error .input-error-tooltip .icon{position:relative;}.reveal-modal .jq-formularz-zapytan .form .jq-form-row.error .input-error-tooltip .icon:before{top:50%;left:50%;margin-left:-5.5px;margin-top:-5.5px;}.reveal-modal .jq-formularz-warsztaty .form .jq-form-row.error .input-error-tooltip .icon{position:relative;}.reveal-modal .jq-formularz-warsztaty .form .jq-form-row.error .input-error-tooltip .icon:before{top:50%;left:50%;margin-left:-5.5px;margin-top:-5.5px;}.reveal-modal .text{font-size:16px !important;text-align:left;width:100%;max-width:800px;margin:0 auto;}.custom-hoverable{position:relative;display:inline-block;}.custom-hoverable .on-hover{display:none;position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(1, 113, 159, .9);}.custom-hoverable .on-hover .on-hover-content{display:table;width:100%;height:100%;}.custom-hoverable .on-hover .on-hover-content .on-hover-inner{display:table-cell;vertical-align:middle;text-align:center;}.custom-hoverable .on-hover .button{color:#fff;margin:auto;}.custom-hoverable:hover .on-hover{display:block;}.arrow-long{width:41px;height:11px;display:inline-block;color:#121e2c;vertical-align:middle;}.arrow-long:before{-webkit-transition-duration:0.3s;transition-duration:0.3s;content:'\e908';display:block;padding-left:0;}.arrow-long:hover{color:#016dc6;}.arrow-long:hover:before{padding-left:10px;}.arrow-long.white{color:#fff;}.arrow-long.white:hover{color:#016dc6;}.jq-przycisk-formularz.contact{cursor:pointer;display:inline-block;}.jq-przycisk-formularz.contact:not([class*='btn']):not([class*='horizontal_contact']){width:auto;max-width:430px;position:relative;padding:11px;padding-right:72px;background:#016dc6;color:#fff;font-weight:bold;font-size:14px;}.jq-przycisk-formularz.contact:not([class*='btn']):not([class*='horizontal_contact']) .arrow-long{float:right;position:absolute;right:15px;top:50%;margin:0;margin-top:-5.5px;color:#fff;-webkit-transition-duration:0.3s;transition-duration:0.3s;}.jq-przycisk-formularz.contact:not([class*='btn']):not([class*='horizontal_contact']):hover .arrow-long{right:4px;}.checks-list{text-align:left;list-style:none !important;margin-left:1.1rem;}.checks-list li{font-size:1.3rem;padding:0.1rem 2rem 0 2.8rem;margin-bottom:1.7rem;line-height:1.8rem;position:relative;cursor:default;}.checks-list li:before{display:block;content:"";position:absolute;width:18px;height:15px;left:0;top:3px;}.checks-list li a{color:#121e2c;font-size:1.3rem;}.checks-list li a:hover{color:#121e2c;}.checks-list li ul{margin-top:2rem;}.checks-list ul li,.checks-list.small li{padding:0 2rem 0 2.3rem;margin-bottom:1rem;}.checks-list ul li:before,.checks-list.small li:before{width:14px;height:12px;}.checks-list ul li ul,.checks-list.small li ul{margin-top:1.5rem;}.row.fullWidth,.slick-dots.fullWidth{width:100%;max-width:100%;}.row.fullWidth .inner-row,.slick-dots.fullWidth .inner-row{max-width:100%;}.list-elem-wicon{position:relative;padding-left:27px;}.list-elem-wicon .ico{position:absolute;}.list-elem-wicon .ico.phone{width:14px;height:14px;left:1px;top:2px;}.list-elem-wicon .ico.email{width:15px;height:10px;left:1px;top:6px;}.list-elem-wicon .ico.email2{width:15px;height:14px;left:0;top:3px;}.list-elem-wicon .ico.map{width:10px;height:13px;left:4px;top:4px;}.e404{padding-bottom:19px;margin-bottom:120px;position:relative;}.e404:before{content:'';width:121px;height:1px;background-color:rgba(255, 255, 255, 0.11);z-index:1;bottom:0;position:absolute;left:50%;margin-left:-60.5px;}.e404 h1{color:#fff;font-size:48px;font-weight:bold;line-height:118px;padding-top:48px;}.e404 p{font-size:18px;font-weight:bold;}.contactDescription .contact .arrow-long{display:block;margin-top:6px;}#zone-33{margin-top:9rem;background-color:#f7f7f7;}#zone-33::before{content:"";clear:both;display:table;}#zone-33::after{content:"";clear:both;display:table;}#zone-36{margin-top:120px;border-bottom:1px solid rgba(255, 255, 255, 0.3);padding:40px 0;background:#121e2c;}.firstParagraph{padding:0 105px 32px;border-bottom:1px solid #dcdcdc;margin-bottom:12px;position:relative;}.firstParagraph .head{font-size:55px;font-weight:bold;text-align:center;margin:42px 0 23px;line-height:64px;}.firstParagraph .desc{font-family:"Fustat", sans-serif;font-size:14px;padding-left:38px;}.firstParagraph .desc blockquote{margin:0px 78px;font-family:"Fustat", sans-serif;}.firstParagraph .desc blockquote p{padding:0px;color:#121e2c;display:block;font-size:24px;line-height:3.5rem;}.firstParagraph .desc p{font-size:18px;}.firstParagraph .desc h2,.firstParagraph .desc h3,.firstParagraph .desc h4,.firstParagraph .desc h5,.firstParagraph .desc h6{font-size:26px;}.firstParagraph .naviSection{position:absolute;top:50%;left:0;width:calc(100% + 120px);margin-top:-25px;margin-left:-60px;}.firstParagraph .naviSection a{display:block;width:50px;height:50px;border:1px solid #dcdcdc;font-size:38px;text-align:center;-webkit-transition-duration:0.3s;transition-duration:0.3s;}.firstParagraph .naviSection a:hover{background-color:#016dc6;color:#fff;}.firstParagraph .naviSection .next{float:right;}.firstParagraph .naviSection .prev{float:left;}.firstParagraph.news{margin:0px;}.firstParagraph.news .desc{font-size:26px;font-family:"Fustat", sans-serif;padding:0;text-align:center;margin-bottom:26px;}.firstParagraph.news .time{font-size:16px;font-family:"Fustat", sans-serif;font-weight:bold;text-align:center;margin-top:30px;margin-bottom:18px;}blockquote{border:0;margin-bottom:25px;font-size:24px;margin:0px 25px;text-align:center;position:relative;padding:15px 0;color:#121e2c;font-family:"Fustat", sans-serif;}blockquote p{display:block;line-height:2rem;}.button{transition:all 300ms ease-out;}.button.loadMore{border:1px solid #dcdcdc;color:#121e2c;font-size:15px;font-weight:bold;vertical-align:middle;padding:0px 24px;height:50px;line-height:50px;}.button.loadMore i{font-size:28px;font-weight:bold;vertical-align:sub;position:relative;top:2px;}.button.loadMore:hover{color:#fff;}.button.loadMore:active,.button.loadMore:focus{background-color:#fff;color:#121e2c;}.buttons-centered{font-size:0;margin-top:2rem;}.buttons-centered .button{margin:0 1rem;}.read-more{display:inline-block;color:#016dc6;font-weight:600;position:relative;padding:0 2rem 0 0;}.read-more:after{content:"";display:block;position:absolute;right:0;top:4px;width:11px;height:11px;}.read-more:hover{color:#121e2c;}.top-bar{position:static;}@media (max-width:1200px){.top-bar{padding-left:20px;padding-right:20px;}}.top-bar .name{height:6rem;}.top-bar .name .logo img{height:auto;}@media (min-width:768px) and (max-width:1024px){.top-bar .name .logo img{margin-left:0;}}.top-bar .title-area{position:static;}.top-bar .toggle-topbar.menu-icon{margin-top:0;top:0;margin-right:7px;}.top-bar .toggle-topbar.menu-icon a{height:60px;width:60px;padding:0;}.top-bar .toggle-topbar.menu-icon a span::after{box-shadow:0 0 0 1px #121e2c, 0 8px 0 1px #121e2c, 0 16px 0 1px #121e2c;margin-top:-10px;width:4rem;}.top-bar .toggle-topbar.menu-icon a:hover{background:#121e2c;}.top-bar .toggle-topbar.menu-icon a:hover span::after{box-shadow:0 0 0 1px #fff, 0 8px 0 1px #fff, 0 16px 0 1px #fff;}.top-bar .lang-menu-small{position:absolute;top:0;height:60px;left:158px;display:none !important;}.top-bar .lang-menu-small > a{border:0;background-color:transparent !important;padding:0 20px 0 5px !important;height:60px;line-height:60px;text-align:center;display:block;position:relative;}.top-bar .lang-menu-small > a:after{content:"";display:block;height:0;width:0;border:5px solid transparent;border-top-color:#121e2c;margin-top:-2.5px;top:3rem;position:absolute;right:1rem;margin-right:1.5rem;}.top-bar .lang-menu-small > a span{margin-left:8px;border:1px solid #f6f6f6;padding:0 24px 0 8px !important;font-size:13px;color:#01719f;}.top-bar .lang-menu-small ul{width:auto;z-index:200;margin:0;border:0;}.top-bar .lang-menu-small ul:before,.top-bar .lang-menu-small ul:after{display:none;}.top-bar .lang-menu-small ul li{margin:-1px 0 0;line-height:60px;background-color:#fff;text-align:center;}.top-bar .lang-menu-small ul li a{min-width:70px;padding:0;}.top-bar .lang-menu-small ul li a:hover{color:#121e2c;background-color:#f6f6f6;}.top-bar .top-bar-section{position:static;float:right;width:calc(100% - 155px);}.top-bar .top-bar-section .description-block{float:right;top:-37px;margin-bottom:-18px;position:relative;}.top-bar .top-bar-section .description-block > p{margin-bottom:0;}.top-bar .top-bar-section ul{margin:0 0 20px;}.top-bar .top-bar-section ul li{background:#016dc6;border-top:1px solid #fff;}.top-bar .top-bar-section ul li.back a{color:#fff !important;line-height:2rem;}.top-bar .top-bar-section ul li.back:hover a{background:#121e2c !important;}.top-bar .top-bar-section ul li.parent-link{display:none !important;}.top-bar .top-bar-section ul li ul{display:none;}.top-bar .top-bar-section ul li a{padding:1.5rem 2.1rem 1.4rem;font-size:1.3rem;}.side-nav > li > a{font-size:1.4rem;font-weight:600;}.side-nav > li.has-submenu > a{padding-right:3.5rem;}.side-nav li a{line-height:2rem;background-color:#f6f6f6;font-weight:600;text-overflow:ellipsis;overflow:hidden;}.side-nav li a .toggle-ico{display:block;width:25px;height:100%;position:absolute;top:0;right:11px;}.side-nav li a .toggle-ico:before{content:'';width:7px;height:4px;position:absolute;top:50%;margin-top:-2px;right:9px;}.side-nav li a.active,.side-nav li a:hover{background-color:#016dc6;}.side-nav ul{margin:0.1rem 0 0 0;}.side-nav ul li{list-style:none !important;padding-left:10px;background-color:#f6f6f6;padding-bottom:16px;}.side-nav ul li a:not(.button){color:#010101;font-weight:400;font-size:14px;line-height:100%;background-color:#f6f6f6;}.side-nav ul li a:not(.button):hover{background-color:#f6f6f6;color:#015ca9;}.side-nav ul li.has-submenu a{padding-right:4rem;}.side-nav ul ul li a:not(.button){padding-left:4rem;}.side-nav ul ul ul li a:not(.button){padding-left:5rem;}.side-nav ul ul ul ul li a:not(.button){padding-left:6rem;}.side-nav ul ul ul ul ul li a:not(.button){padding-left:7rem;}.menu-bottom{text-align:left !important;}.menu-bottom .header{font-size:1.8rem;line-height:1.5;margin:0 0 20px;color:#fff;}.menu-bottom .slide-up-menu .header{cursor:pointer;}.menu-bottom .slide-up-menu .header:after{content:"";display:inline-block;width:12px;height:8px;margin-left:10px;}.menu-bottom ul{margin:0;}.menu-bottom ul li{margin:0 0 0px;color:#fff;font-size:13px;line-height:20px;margin:0 0 16px;}.menu-bottom ul li a{color:#fff;font-size:13px;}.menu-bottom ul li a:hover{color:#016dc6;}.menu-bottom ul li.last{margin-bottom:24px;}.menu-bottom .block{color:#fff;padding-top:0px;padding-left:15px;font-family:"Fustat", sans-serif;}.menu-bottom .block h5{font-size:1.8rem;line-height:1.5;margin:0 0 20px;color:#fff;font-weight:400;}.menu-bottom .block .description-block p{font-size:14px;}.menu-bottom .block .description-block strong{display:block;margin-bottom:16px;}.menu-bottom .block .description-block > div{display:inline-block;width:calc(100%);vertical-align:top;margin-bottom:22px;}.menu-bottom .block .description-block > div:last-of-type{margin-bottom:0;}.menu-bottom .block .description-block > div a{margin-top:0px;display:block;}.menu-bottom .block .description-block > div a[href*="tel"]{color:#fff;text-decoration:none;}.menu-bottom .block .description-block > div a[href*="tel"]:hover{text-decoration:none;}.menu-bottom .block .description-block .social-icons a{display:inline-block;color:white;font-size:2.4rem;margin-right:2rem;transition:0.3s;}.menu-bottom .block .description-block .social-icons a:hover{color:#00608a;}.menu-bottom .menu-bottom-elem{position:relative;padding-left:27px;}.menu-bottom .menu-bottom-elem .ico{position:absolute;}.menu-bottom .menu-bottom-elem .ico.phone{width:14px;height:14px;left:1px;top:2px;}.menu-bottom .menu-bottom-elem .ico.email{width:15px;height:10px;left:1px;top:6px;}.menu-bottom .menu-bottom-elem .ico.email2{width:15px;height:14px;left:0;top:3px;}.menu-bottom .menu-bottom-elem .ico.map{width:10px;height:13px;left:4px;top:4px;}.menu-bottom .social-block{margin-top:20px;}.menu-bottom .social-block .header{float:left;margin-right:20px;margin-top:4px;}.menu-bottom .social-block .social-menu li{display:inline-block;margin:0 10px 0 0 !important;}.menu-bottom .social-block .social-menu li a{display:block;height:32px;width:32px;}.menu-bottom .right-column{padding-top:12px;font-family:"Fustat", sans-serif;font-size:14px;}.tooltip.tip-bottom > .nub{top:-8px;border-width:0px 8px 9px 8px;border-color:transparent transparent #fcdcde transparent;left:3px;}.sendto{text-decoration:underline;}.slick-prev,.slick-next{display:none !important;}.whyIdeo{margin-bottom:83px;text-align:center;}.whyIdeo ul{text-align:center;}.whyIdeo ul li{text-align:center;display:inline-block;width:calc(20% - 5px);font-size:18px;vertical-align:top;font-weight:bold;font-family:"Fustat", sans-serif;color:#121e2c;}.whyIdeo ul li span{color:#016dc6;font-size:112px;display:block;text-align:center;font-weight:normal;}.whyIdeo .desc{font-size:14px;text-align:center;padding:0 15px;margin-top:56px;}.whyIdeo .btn-contact{font-size:18px;margin-top:59px;width:auto;}.grecaptcha-badge{display:none !important;}.defaultdownloadebook .block-DefaultOpisowy{margin:0 auto;max-width:117rem;width:100%;}#main-zone .ebook__content.image label,#main-zone .ebook__content.image p{font-family:"Fustat", Arial, Helvetica, sans-serif;font-size:14px;}#main-zone .ebook__content.image p{margin-bottom:0;}.ebook__content .button{background:#00608a;color:#fff;border-color:#00608a;font-size:24px;font-style:normal;font-weight:700;white-space:nowrap;padding:10px 20px;}.ebook__content .button:hover{border-color:#121e2c;background:#121e2c;color:white;}.dropdown-btn{color:#666c7a;font-weight:normal;font-size:16px;padding-left:12px;text-align:left;line-height:38px;padding-right:25px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;background-color:#fff;border:1px solid #ccc;border-radius:5px;cursor:pointer;position:relative;}.dropdown-btn .select2-selection__arrow{height:40px;position:absolute;top:0;right:0;width:20px;border-color:transparent;}.dropdown-btn .select2-selection__arrow::before{content:"";background-image:url("/szablony/ideo/images/icons/arrow-down.svg");background-size:70% 70%;background-repeat:no-repeat;position:absolute;right:5px;top:50%;bottom:0;width:18px;display:flex;justify-content:center;align-items:center;height:10px;transform:translateY(-50%);}form .more-txt{font-size:0;display:inline !important;}form .more-txt.active{font-size:14px;}form .more-txt.active:before{display:none;}form .more-txt:before{content:attr(more) ' ';font-size:14px;cursor:pointer;}form #imagelightbox-loading{position:relative;top:auto;left:auto;}.ebook-more{display:none;}#jq-form-ebook.click .ebook-more{display:block;}#jq-form-ebook.click .ebook-more .more-txt{font-size:14px;}.realisation-dropdown{background-color:white;border:1px solid #aaa;box-sizing:border-box;position:absolute;width:100%;z-index:1;display:none;max-height:none;max-width:376px;transform:translateY(-1px);border-top:none;max-height:264px;overflow:hidden;}.realisation-dropdown.open{display:block;}.realisation-dropdown .realisation-content{max-height:226px;overflow:auto;}.realisation-dropdown .main-cat{background-color:transparent;color:#121e2c;font-weight:900;}.realisation-dropdown .sub-cat{padding:6px 13px 6px 29px;}.realisation-dropdown .sub-cat.selected{color:#121e2c;}.realisation-dropdown #drop-klient-list .selected,.realisation-dropdown #drop-branza-list .selected{color:#121e2c;}.realisation-dropdown span,.realisation-dropdown a{margin-bottom:0;padding:6px 13px;font-family:"Fustat", sans-serif;font-weight:400;font-size:12px;color:#969696;text-align:left;display:block;}.realisation-dropdown span:hover,.realisation-dropdown a:hover{background-color:transparent;color:#121e2c;}.realisation-dropdown span.selected,.realisation-dropdown a.selected{background-color:#ddd;}.realisation-dropdown .empty-list{font-weight:700;}.realisation-input{border:1px solid #aaa;height:30px;line-height:30px;padding:0 10px;box-sizing:border-box;margin:4px;background-color:#fff;width:calc(100% - 8px);}#jq-modal-formularz.form{overflow:hidden;padding:0;height:100%;}#jq-modal-formularz.form #formAplikuj{width:100%;height:100%;border:0;}.customIframeLink #jq-modal-formularz.form{max-height:80%;max-width:80%;margin:0 auto;left:50%;transform:translateX(-50%) translateY(-50%);top:50% !important;min-height:auto;}body .termsfeed-com---palette-light .cc-nb-reject,body .termsfeed-com---palette-light .cc-nb-okagree{background:#00608a;}#zone-35 .block.realizations > a{display:none;}.ecommerce #zone-12{border-top:0;}.scroll-hidden{opacity:0;transition:all 1.5s ease-out;}.scroll-hidden.slide-right{transform:translateX(100%);}.scroll-hidden.slide-left{transform:translateX(-100%);}.scroll-show{opacity:1;}.scroll-show.slide-left,.scroll-show.slide-right{transform:translateX(0);}.block-tiles__item.scroll-hidden{transform:translateY(100px);transition:all 1s;}.block-tiles__item.scroll-show{transform:translateY(0);}.block-tiles__item:nth-of-type(3n+1){transition-delay:200ms;}.block-tiles__item:nth-of-type(3n+2){transition-delay:400ms;}.block-tiles__item:nth-of-type(3n+3){transition-delay:600ms;}@media only screen and (max-width: 47.9375em){.block-tiles__item:nth-of-type(3n+1),.block-tiles__item:nth-of-type(3n+2),.block-tiles__item:nth-of-type(3n+3){transition-delay:0ms;}}.jq-formularz-zapytan.formularz-realizacja.form-konsutalcja{padding:0 30px;}.jq-formularz-zapytan.formularz-realizacja.form-konsutalcja .select2-container{margin-bottom:10px;height:40px;}.jq-formularz-zapytan.formularz-realizacja.form-konsutalcja .select2-selection__rendered{color:#222;leading-trim:both;text-edge:cap;font-family:"Fustat";font-size:14px;font-style:normal;font-weight:400;line-height:150%;height:40px;display:flex;align-items:center;}.jq-formularz-zapytan.formularz-realizacja.form-konsutalcja .checkbox{width:100%;}.jq-formularz-zapytan.formularz-realizacja.form-konsutalcja .checkbox label{color:#fff;leading-trim:both;text-edge:cap;font-family:"Fustat";font-size:14px;font-style:normal;font-weight:400;line-height:150%;}.jq-formularz-zapytan.formularz-realizacja.form-konsutalcja .checkbox label a{color:#016dc6;leading-trim:both;text-edge:cap;font-family:"Fustat";font-size:14px;font-style:normal;font-weight:400;line-height:150%;}.jq-formularz-zapytan.formularz-realizacja.form-konsutalcja .jq-row-komentarz textarea{display:flex;height:123px;padding:10px 10px 0px 10px;align-items:flex-start;gap:10px;align-self:stretch;color:#222;leading-trim:both;text-edge:cap;font-family:"Fustat";font-size:14px;font-style:normal;font-weight:400;line-height:150%;margin-top:10px;}.jq-formularz-zapytan.formularz-realizacja.form-konsutalcja .jq-formularz-zapytan-tresc.form{margin:0 -10px;}.jq-formularz-zapytan.formularz-realizacja.form-konsutalcja .modalTitle{color:#fff;font-family:"Fustat";font-size:32px;font-style:normal;font-weight:400;line-height:150%;margin-bottom:42px;position:relative;}.jq-formularz-zapytan.formularz-realizacja.form-konsutalcja .modalTitle:before{content:'';background:#016dc6;width:50px;height:2px;position:absolute;bottom:-20px;}.jq-formularz-zapytan.formularz-realizacja.form-konsutalcja .modalSubTitle{margin:0 0 20px;color:#fff;font-family:"Fustat";font-size:14px;font-style:normal;font-weight:400;line-height:150%;display:inline-block;}body.formKons .select2-results__option{font-family:"Fustat";font-size:14px !important;font-style:normal;font-weight:400 !important;line-height:150%;}.form-Answer-header{font-size:2.8rem;line-height:2.8rem;margin:0 0 3.1rem;font-weight:bold;}.block-link{margin:0 0 30px;width:100%;padding:30px 20px;background:#f7f7f7;border-radius:5px;display:flex;justify-content:space-between;align-items:center;}@media (max-width:500px){.block-link{flex-direction:column;}}.block-link__content--title{font-family:"Fustat", sans-serif;font-weight:600;font-size:32px;line-height:1.5;margin:0 0 10px;color:#010101;padding:0;}@media only screen and (max-width: 47.9375em){.block-link__content--title{font-size:20px;}}.block-link__content--subtitle{font-family:"Fustat", sans-serif;font-weight:300;font-size:18px;line-height:1.5;margin:0;color:#010101;padding:0;}@media only screen and (max-width: 47.9375em){.block-link__content--subtitle{font-size:16px;}}.block-link__button{width:unset;padding:0 0 0 30px;}@media only screen and (max-width: 47.9375em){.block-link__button{padding-left:20px;width:20px 0 0 0;}}.block-link__button button,.block-link__button a{visibility:visible;align-items:center;display:inline-flex;justify-content:center;white-space:nowrap;}.contentSlider{display:flex;}@media (max-width:640px){.contentSlider{flex-wrap:wrap;}}.contentSlider__slider.slick-slider{margin:32px 0;}@media (min-width:1024px){.contentSlider__slider.slick-slider{margin:48px -20px;}}.contentSlider__left{flex:0 0 50%;display:flex;padding-right:20px;align-items:center;}.contentSlider__left > div{width:100%;}@media (max-width:640px){.contentSlider__left{flex:0 0 100%;margin:20px 0;padding-right:0;order:2;}}.contentSlider__right{flex:0 0 50%;}@media (max-width:640px){.contentSlider__right{flex:0 0 100%;}}.contentSlider__upperLine{font-size:28px;letter-spacing:0.75px;margin-bottom:-2px;}.contentSlider__lowerLine{font-size:32px;letter-spacing:0.75px;font-weight:700;margin-bottom:9px;}.contentSlider__button{background:#fed247;color:#000;border:1px solid #fed247;padding:12px 16px;display:inline-block;font-weight:700;font-size:17px;line-height:17px;min-width:201px;text-align:center;}.contentSlider__button:focus,.contentSlider__button:active{color:#000;}.contentSlider__button:hover{color:#000;filter:brightness(0.95);}.social-media-mobile{display:none;}@media all and (min-width:768px){.see-more,.see-less,.see-less-subpages,.see-more-subpages{display:none !important;}}.sprite,.menu-bottom-elem .ico,.list-elem-wicon .ico,.social-menu li a,.social-topbar li a:before,.close-reveal-modal,.module .desc-module ul:not(.no-bullet):not(.square-list) li:before,.module .news-module ul:not(.no-bullet):not(.square-list) li:before,.realization-single .about-company ul:not(.no-bullet):not(.square-list) li:before,.checks-list li:before,.block .responsive-link:after,.menu-bottom .slide-up-menu .header:after,.realization-single-filters .columns .back-to-list:before,.realization-single-filters .columns.prev-next a:before,.pagination a.prev:before,.pagination a.next:before,.side-nav li a .toggle-ico:before,#change-view a,.news-module .top-fotos .foto a:after,.news-module .left-fotos .foto a:after,.news-module .right-fotos .foto a:after,.news-module .bottom-fotos .foto a:after,.desc-module .top-fotos .foto a:after,.desc-module .left-fotos .foto a:after,.desc-module .right-fotos .foto a:after,.desc-module .bottom-fotos .foto a:after,.widgetVertical .contact:after{background:url('/szablony/ideo/images/sprite.png') no-repeat 0 0;}.menu-bottom-elem .ico.email{background-position:0 -14px;}.menu-bottom-elem .ico.email2{background-position:0 -24px;}.menu-bottom-elem .ico.map{background-position:0 -38px;}.list-elem-wicon .ico.email{background-position:0 -14px;}.list-elem-wicon .ico.email2{background-position:0 -24px;}.list-elem-wicon .ico.map{background-position:0 -38px;}#breadcrumbs .breadcrumbs > *:before{content:"";display:inline-block;width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:7px solid #016dc6;}.social-menu li.facebook a{background-position:0 -142px;}.social-menu li.facebook a:hover{background-position:-32px -142px;}.social-menu li.google a{background-position:0 -110px;}.social-menu li.google a:hover{background-position:-32px -110px;}.social-menu li.twitter a{background-position:0 -78px;}.social-menu li.twitter a:hover{background-position:-32px -78px;}.social-topbar li.kariera a:before,.social-topbar li.praca a:before{background-position:-347px 0;}.social-topbar li.kariera a:hover:before,.social-topbar li.praca a:hover:before{background-position:-366px 0;}.social-topbar li.facebook a:before{background-position:-347px -14px;}.social-topbar li.facebook a:hover:before{background-position:-366px -14px;}.social-topbar li.google a:before{background-position:-347px -28px;}.social-topbar li.google a:hover:before{background-position:-366px -28px;}.close-reveal-modal{background-position:-2px -176px;}.module .desc-module ul:not(.no-bullet):not(.square-list) li:before,.module .news-module ul:not(.no-bullet):not(.square-list) li:before,.realization-single .about-company ul:not(.no-bullet):not(.square-list) li:before,.checks-list li:before{background-position:-21px 0;}.module .desc-module ul:not(.no-bullet):not(.square-list) ul li:before,.module .news-module ul:not(.no-bullet):not(.square-list) ul li:before,.realization-single .about-company ul:not(.no-bullet):not(.square-list) ul li:before,.checks-list ul li:before,.module .desc-module ul:not(.no-bullet):not(.square-list).small li:before,.module .news-module ul:not(.no-bullet):not(.square-list).small li:before,.realization-single .about-company ul:not(.no-bullet):not(.square-list).small li:before,.checks-list.small li:before{background-position:-9px 0px;}.block .responsive-link:after{background-position:-67px 0;}.menu-bottom .slide-up-menu .header:after{background-position:-81px 0;}.menu-bottom .slide-up-menu .header.unactive:after{background-position:-81px -8px;}.realization-single-filters .columns .back-to-list:before{background-position:-68px -20px;}.realization-single-filters .columns.prev-next{overflow:hidden;}.realization-single-filters .columns.prev-next a.prev:before{background-position:-68px -20px;}.realization-single-filters .columns.prev-next a.prev:hover:before{background-position:-68px -32px;}.realization-single-filters .columns.prev-next a.next:before{background-position:-75px -20px;}.realization-single-filters .columns.prev-next a.next:hover:before{background-position:-75px -32px;}.pagination a.prev:before{background-position:5px -10px;transform:rotateY(-180deg);transition:background-position, 0.3s ease-out;}.pagination a.prev:hover:before{background-position:10px -10px;transition:background-position, 0.3s ease-out;}.pagination a.next:before{background-position:5px -10px;transition:background-position, 0.3s ease-out;}.pagination a.next:hover:before{background-position:10px -10px;transition:background-position, 0.3s ease-out;}.side-nav li a .toggle-ico:before{background-position:-186px -23px;}.side-nav li a .toggle-ico.toggled:before{background-position:-211px -22px;}#change-view a.tiles{background-position:-227px 0;}#change-view a.tiles:hover,#change-view a.tiles.active{background-position:-257px 0;}#change-view a.list{background-position:-287px 0;}#change-view a.list:hover,#change-view a.list.active{background-position:-317px 0;}.news-module .top-fotos .foto a:after,.news-module .left-fotos .foto a:after,.news-module .right-fotos .foto a:after,.news-module .bottom-fotos .foto a:after,.desc-module .top-fotos .foto a:after,.desc-module .left-fotos .foto a:after,.desc-module .right-fotos .foto a:after,.desc-module .bottom-fotos .foto a:after{background-position:-263px -30px;}.block{position:relative;text-align:center;}.block .title{font-size:3rem;font-weight:600;text-align:center;line-height:4.6rem;margin-top:13px;margin-bottom:31px;}.block .responsive-link{-webkit-appearance:none;-moz-appearance:none;border-radius:0;border-style:solid;border-width:2px;cursor:pointer;font-family:"Fustat", sans-serif;font-weight:600;line-height:normal;margin:0 0 2rem;position:relative;text-align:left;text-decoration:none;display:inline-block;padding:1.6rem 3.2rem 1.7rem 3.2rem;font-size:1.6rem;background-color:#fff;border-color:#121e2c;color:#121e2c;transition:background-color 300ms ease-out;font-weight:600;display:inline-block;text-align:left;position:static;margin:15px auto 40px;font-size:14px;width:190px;padding:0 0 0 10px;height:50px;line-height:46px;color:#121e2c;z-index:10;border:2px solid #121e2c;background:transparent url('/szablony/ideo/images/arr.png') no-repeat 95% 50%;}.block .responsive-link:hover,.block .responsive-link:focus{background-color:#121e2c;}.block .responsive-link:hover,.block .responsive-link:focus{color:#fff;}.block .responsive-link:hover{color:#fff;background:#121e2c url('/szablony/ideo/images/arr.png') no-repeat 95% 50%;}.page-decorator{display:none;}.desc-two-cols__desc li{text-align:left;}.ideo-section{display:flex;justify-content:center;margin-bottom:50px;color:#010101;padding:0px 20px;}.ideo-section.distinctions-block{margin-top:100px;}.ideo-section.ideo-section--page{padding:0;}.ideo-section.ideo-section--page .ideo-section-content{width:100%;display:flex;justify-content:start;align-items:center;}.ideo-section.ideo-section--page .ideo-section-content .desc-module{width:clamp(300px, 100%, 1144px);padding:32px;}.ideo-section.ideo-section--page .ideo-section-content .desc-module:has(.project-outsourcing){padding:0;width:100%;}.ideo-section.ideo-section--page .ideo-section-content .desc-module:has(.project-outsourcing) > h2.title{display:none;}.ideo-section.ideo-section--page .ideo-section-content .desc-module:has(.project-outsourcing) .project-outsourcing-image img{margin:0 !important;}.ideo-section:has(#realization-module) .block-tiles.above-footer .ideo-section{padding:0;}.ideo-section:has(#realization-module) .block-tiles.above-footer:before{height:calc(100% + 128px) !important;}.ideo-section.full{padding:0;}.ideo-section.full .ideo-section-content{width:100%;display:flex;flex-direction:row;justify-content:start;align-items:center;gap:64px;}.ideo-section.full .ideo-section-content.image-right{justify-content:end;}.ideo-section.full .ideo-section-content-image{width:calc(50% - 32px);display:flex;justify-content:center;align-items:center;}.ideo-section.full .ideo-section-content-image img{object-fit:contain;height:660px;width:660px;margin:72px 0;}.ideo-section.full .ideo-section-content-inner{display:flex;flex-direction:column;gap:32px;max-width:572px;width:100%;}.ideo-section.full .ideo-section-content-inner h2{font-size:72px;line-height:86px;font-weight:200;color:white;}.ideo-section.full .ideo-section-content-inner .title{font-size:24px;line-height:36px;}.ideo-section.full .ideo-section-content .description-block{width:100%;}.ideo-section.image-section .ideo-section-content{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:64px;width:clamp(300px, 100%, 1144px);}.ideo-section.image-section .ideo-section-content-image{width:calc(50% - 32px);display:flex;justify-content:center;align-items:center;}.ideo-section.image-section .ideo-section-content-image img{object-fit:contain;}.ideo-section.image-section .ideo-section-content-inner{display:flex;flex-direction:column;gap:32px;width:calc(50% - 32px);}.ideo-section.image-section .ideo-section-content-inner h3{font-size:42px;line-height:60px;font-weight:200;}.ideo-section.image-section .ideo-section-content-inner .title{font-size:24px;line-height:36px;}.ideo-section.image-section .ideo-section-content .description-block{width:100%;}.ideo-section-content{margin:auto;display:flex;flex-direction:column;gap:40px;justify-content:space-between;width:clamp(300px, 100%, 1144px);}.ideo-section-content.no-flex{display:block;}.ideo-section-content .cards-title{font-size:40px;line-height:56px;font-weight:200 !important;}.ideo-section-content-title-wrap{display:flex;align-items:center;justify-content:space-between;justify-content:center;}.ideo-section-content h2{font-size:72px;line-height:108px;font-weight:200;}.ideo-section-content h2 strong{color:#07f;font-weight:500;}.ideo-section-content .text{font-size:18px;font-weight:200;line-height:27px;max-width:948px;}@media only screen and (max-width: 47.9375em){.ideo-section-content .text{font-size:16px;font-weight:200;line-height:24px;}}.ideo-section-content .text span{font-weight:400;}.ideo-section-content ul{padding-left:25px;}.ideo-section-content ul li{padding:6px 0;list-style:none;position:relative;font-size:18px;font-weight:300;}.ideo-section-content ul li a{display:inline-flex;}.ideo-section-content ul li::before{background-color:#07f;height:7px;position:absolute;width:7px;border-radius:50%;content:"";left:-25px;top:15px;}.ideo-section p,.ideo-section h2,.ideo-section .title{margin:unset;}.ideo-section a{color:#07f;display:inline-flex;align-items:center;gap:16px;font-weight:600;font-size:18px;}.ideo-section a svg{width:30px;}.ideo-section.contact-us{margin-top:128px !important;}.ideo-section.contact-us .contact-us-images{display:grid;gap:32px;grid-template-columns:repeat(3, 1fr);}.ideo-section.contact-us .contact-us-images img{width:100%;height:500px;object-fit:cover;border-radius:5px;}.ideo-section .clutch-iframe{margin:auto;}.ideo-section :has(.icon-box-list) .title{max-width:950px;text-align:start;}.ideo-section .icon-box-list{display:flex;justify-content:space-between;gap:32px;}.ideo-section .icon-box-list .icon-box{width:100%;height:270px;border:1px solid #e9e9e9;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:60px 30px;gap:32px;border-radius:5px;}.ideo-section .icon-box-list .icon-box span{font-size:20px;text-align:center;}.ideo-section .case-studies{display:flex;align-items:center;gap:64px;}.ideo-section .case-studies .slick-active{pointer-events:none;}.ideo-section .case-studies .slick-active + .slick-active{pointer-events:auto;}.ideo-section .case-studies-content-wrapper{display:flex;width:calc(50% - 32px);}.ideo-section .case-studies-content-wrapper .case-studies-content{align-items:baseline;flex-direction:column;gap:40px;display:none;}.ideo-section .case-studies-content-wrapper .case-studies-content.show-case-study{display:flex;animation:fadeIn 0.3s;will-change:opacity;}.ideo-section .case-studies-content-wrapper .case-studies-content img{width:130px;height:60px;object-fit:contain;}.ideo-section .case-studies-content-wrapper .case-studies-content .title{font-weight:600;font-size:32px;line-height:1.5;}.ideo-section .case-studies-items{display:flex;gap:32px;overflow:hidden;width:calc(50% - 32px);padding-bottom:0;}.ideo-section .case-studies-items .case-studies-item{display:flex;flex-direction:column;position:relative;cursor:pointer;border-radius:5px;transition:all 0.2s;margin-left:20px;}.ideo-section .case-studies-items .case-studies-item .item-title{font-size:18px;font-weight:500;}.ideo-section .case-studies-items .case-studies-item img{margin:0;border-radius:5px;width:360px;height:500px;object-fit:cover;}.ideo-section:has( > .ideo-section-content > .project-outsourcing){color:white;background:#010101;padding:0px;margin-bottom:64px;}.ideo-section:has( > .ideo-section-content > .project-outsourcing) .ideo-section-content h2{color:white;font-weight:200;}.ideo-section:has( > .ideo-section-content > .project-outsourcing) .ideo-section-content .title{text-align:start;font-weight:400;margin:0;}.ideo-section .project-outsourcing{background:#010101;display:flex;align-items:center;gap:64px;color:white;}.ideo-section .project-outsourcing-content{display:flex;flex-direction:column;gap:32px;max-width:572px;width:100%;}.ideo-section .project-outsourcing-content h2{font-size:72px;line-height:86px;font-weight:200;color:white;}.ideo-section .project-outsourcing-content .title{font-size:24px;line-height:36px;}.ideo-section .project-outsourcing-image{width:calc(50% - 32px);}.ideo-section .project-outsourcing-image img{object-fit:cover;height:780px;width:100%;}.ideo-section .outsourcing{display:flex;align-items:center;gap:64px;}.ideo-section .outsourcing:first-child .navigation .previous{opacity:0.3;}.ideo-section .outsourcing:last-child .navigation .next{opacity:0.3;}.ideo-section .outsourcing-content{display:flex;align-items:baseline;flex-direction:column;gap:32px;width:calc(50% - 32px);}.ideo-section .outsourcing-content .count{font-size:32px;color:#07f;}.ideo-section .outsourcing-content .title{font-size:42px;line-height:50px;font-weight:300;}.ideo-section .outsourcing-content .text{font-weight:200;font-size:20px;}.ideo-section .outsourcing-content .navigation{display:flex;gap:16px;}.ideo-section .outsourcing-content .navigation .previous{cursor:pointer;color:#07f;}.ideo-section .outsourcing-content .navigation .next{cursor:pointer;color:#07f;}.ideo-section .outsourcing-content .navigation .disabled{color:rgba(0, 119, 255, 0.2);}.ideo-section .outsourcing-content .navigation svg{width:30px;}.ideo-section .outsourcing-image img{border-radius:5px;width:523px;height:700px;object-fit:cover;}.ideo-section .clutch{margin-top:20px;}.ideo-section .blog-list{display:grid;gap:32px;grid-template-columns:repeat(3, 1fr);}@media only screen and (max-width: 47.9375em){.ideo-section .blog-list{gap:16px;grid-template-columns:repeat(1, 1fr);}}.ideo-section .blog-list .blog-item{animation:fadeIn 0.2s;will-change:opacity;display:flex;flex-direction:column;gap:10px;flex:1 1 calc(100% / 3);}.ideo-section .blog-list .blog-item .date{font-weight:500;font-size:14px;display:flex;gap:5px;}.ideo-section .blog-list .blog-item .title{margin:0px;color:#010101;font-size:20px;line-height:30px;text-align:start;font-weight:400;}.ideo-section .blog-list .blog-item p{margin:0px;font-size:16px;font-weight:200;}.ideo-section .blog-list .blog-item img{border-radius:5px;max-height:200px;object-fit:cover;}.ideo-section .navigation{display:flex;justify-content:center;align-items:center;margin-top:64px;gap:28px;}.ideo-section .navigation span{padding:5px;font-size:16px;font-weight:300;cursor:pointer;}.ideo-section .navigation span[disabled]{opacity:0.3;pointer-events:none;}.ideo-section .navigation span.active-page{color:#07f;font-weight:600;}.ideo-section .navigation span img{pointer-events:none;width:25px;height:10px;}.ideo-section.featured-blogs{margin-top:128px;}@media only screen and (max-width: 47.9375em){.ideo-section.featured-blogs{margin-top:64px;}}.ideo-section.featured-blogs .ideo-section-content-title{font-size:72px;line-height:108px;font-weight:200;margin-bottom:64px;}@media only screen and (max-width: 47.9375em){.ideo-section.featured-blogs .ideo-section-content-title{font-size:36px !important;line-height:54px !important;}}.ideo-section.featured-blogs .featured-blogs-list{display:grid;grid-template-columns:repeat(2, 1fr);gap:32px;}.ideo-section.featured-blogs .featured-blogs-item{display:flex;flex-direction:column;gap:10px;}.ideo-section.featured-blogs .featured-blogs-item .date{font-weight:500;font-size:14px;display:flex;gap:5px;}.ideo-section.featured-blogs .featured-blogs-item .title{margin:0px;color:#010101;font-size:20px;line-height:30px;text-align:start;font-weight:400;}.ideo-section.featured-blogs .featured-blogs-item p{margin:0px;font-size:16px;font-weight:200;line-height:24px;}.ideo-section.featured-blogs .featured-column-1 img{width:550px;height:550px;object-fit:cover;border-radius:5px;}.ideo-section.featured-blogs .featured-column-2{display:flex;flex-direction:column;gap:32px;}.ideo-section.featured-blogs .featured-column-2 .featured-blogs-item{display:grid;grid-template-columns:repeat(2, 1fr);gap:32px;height:100%;}.ideo-section.featured-blogs .featured-column-2 .featured-blogs-item img{width:100%;height:100%;object-fit:cover;border-radius:5px;}.ideo-section.featured-blogs .featured-column-2 .featured-blogs-item .featured-blogs-item-content{display:flex;flex-direction:column;gap:10px;padding-top:16px;}.description-block-background{z-index:0;position:absolute;right:0;top:0;height:100%;width:100%;}.description-block-background img{position:absolute;height:100%;object-fit:cover;}.description-block-background-image-gradient{position:absolute;right:0px;top:0px;width:100%;height:100%;background:rgba(0, 0, 0, 0.5);}.description-block-background-gradient{position:absolute;z-index:1;width:100%;left:-32px;height:100%;}.description-block-background-gradient.contact-gradient{background:linear-gradient(90deg, #d4e5f9 0%, #d4e5f9 30%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);}.description-block-background-gradient.video-herobanner{background:linear-gradient(90deg, #dce8f8 0 0%, #b7ddfe 30%, rgba(0, 0, 0, 0) 58%, rgba(0, 0, 0, 0) 100%);}.description-block .description-block-background-image-gradient{background:linear-gradient(90deg, #d4e5f9 0%, #d4e5f9 30%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);}.description-block:has(.description-block-background){background-color:#a4e4fc;color:white !important;height:calc(100vh - 113px);width:100%;position:relative;display:flex;align-items:center;overflow:hidden;padding:0px 20px;max-height:584px;}.description-block:has(.description-block-background) img{right:0;top:0;width:100%;height:132%;}.description-block:has(.description-block-background) video{min-width:125%;height:100% !important;}.description-block:has(.contact-gradient){height:unset;}.description-block:has(.contact-gradient) img{top:0;right:0;width:95%;height:132%;}.description-block:has(.subpage-herobanner){max-height:584px;}.description-block:has(.apprealizacje){max-height:584px;}.description-block:has(.apprealizacje) img{right:0;top:0;width:100%;height:100%;}.description-block:has(.video-herobanner) .description-block-background-image-gradient{background:unset !important;}.description-block-content{display:block;width:clamp(300px, 100%, 1170px);z-index:1;margin:auto;}.description-block-content h1{color:#fff;margin:0;font-weight:600;font-size:46px;line-height:1.5;max-width:574px;width:100%;}@media only screen and (max-width: 47.9375em){.description-block-content h1{font-size:32px;max-width:320px;}}.description-block-content p:not(.description-block-content__subheader){font-size:24px;line-height:36px;margin-bottom:0px;}.description-block-content a:not(.description-block-content__link){color:#07f;display:flex;align-items:center;gap:5px;font-weight:600;font-size:18px;}.description-block-content a:not(.description-block-content__link) img,.description-block-content a:not(.description-block-content__link) svg{width:30px !important;}.description-block .herotags{margin-top:32px;height:100%;display:flex;align-items:center;}.description-block .herotags span{border:1px solid #fff;font-weight:400;padding:10px 20px;font-size:16px;border-radius:5px;margin-right:32px;}@media only screen and (max-width: 47.9375em){.description-block .herotags span{padding:5px 10px;font-size:14px;}}.description-block-content__wrapper{width:100%;max-width:565px;}.description-block-content__header{color:#fff;font-size:46px;font-style:normal;font-weight:600;line-height:1.5;margin-bottom:32px;}@media only screen and (max-width: 47.9375em){.description-block-content__header{font-size:32px;}}.description-block-content__subheader{color:#fff;font-size:32px;font-style:normal;font-weight:400;line-height:1.5;margin-bottom:32px;max-width:514px;}@media only screen and (max-width: 47.9375em){.description-block-content__subheader{font-size:20px;}}.description-block-content__link{display:inline-flex;padding:10px 20px;color:#010101;font-size:18px;font-style:normal;font-weight:600;line-height:normal;justify-content:center;align-items:center;border-radius:5px;background:#f7e966;transition:all 0.3s ease-out;}.description-block-content__link:hover{background:#e6d34c;color:#010101;}.description-block-content__link:active{background-color:#d5c232;color:#010101;}@media only screen and (max-width: 47.9375em){.description-block-content__link{display:flex;justify-content:center;}}.ideoZaufanie{margin:0 auto;max-width:117rem;}.ideoZaufanie__title{margin-bottom:60px;font-size:32px;line-height:48px;text-align:center;}.ideoZaufanie__title:after{content:"";display:block;height:2px;width:50px;margin:20px auto 0;background-color:#00608a;}.ideoZaufanie__item{flex:0 0 100%;max-width:100%;text-align:center;}@media (min-width:640px){.ideoZaufanie__item{flex:0 0 40%;max-width:40%;}}.ideoZaufanie__item--line{margin-block:0px;border-width:3px medium medium;border-style:solid none none;border-color:#00608a currentcolor currentcolor;text-align:center;width:35%;height:0px;margin:0 auto;}.ideoZaufanie__item--line-cnt{padding:10px 25px;}.ideoZaufanie__item--image-cnt{padding:20px;}.ideoZaufanie__item--desc{padding:10px 5px 0px;}.ideoZaufanie__item--desc p{font-size:18px;line-height:1.5;margin-bottom:10px;}.ideoZaufanie__link{display:inline-flex;border:1px solid #016dc6;padding:10px 15px;color:#016dc6;text-align:center;leading-trim:both;font-size:14px;font-style:normal;font-weight:700;line-height:normal;}.ideoZaufanie__link--cnt{text-align:center;padding:20px;}.ideoZaufanie__content{display:flex;flex-wrap:wrap;justify-content:space-around;}@media (min-width:1024px){.ideoZaufanie__content.count1 .ideoZaufanie__item{flex:0 0 40%;max-width:40%;}.ideoZaufanie__content.count2 .ideoZaufanie__item{flex:0 0 40%;max-width:40%;}.ideoZaufanie__content.count3 .ideoZaufanie__item{flex:0 0 30%;max-width:30%;}.ideoZaufanie__content.count4 .ideoZaufanie__item{flex:0 0 22.5%;max-width:22.5%;}.ideoZaufanie__content.count5 .ideoZaufanie__item{flex:0 0 18%;max-width:18%;}}.shortCodeFormRow{color:#fff;padding:30px 0 0 0;position:relative;}.shortCodeFormRow .row,.shortCodeFormRow .slick-dots{position:relative;z-index:2;}.shortCodeFormRow .shortCodeForm{width:100% !important;margin:0 auto;padding:0 0 47px !important;}.shortCodeFormRow .shortCodeForm .jq-formularz-zapytan{padding:0;}.shortCodeFormRow:before{content:'';display:block;width:400%;position:absolute;top:0px;height:100%;background:#121e2c;left:-150%;z-index:0;}.logos{margin:10px auto;}@media only screen and (max-width: 62.4375em){.logos{margin:30px auto;}}.logos-row{display:flex;flex-wrap:wrap;justify-content:space-around;}@media only screen and (max-width: 62.4375em){.logos-row{margin-right:10px;margin-left:10px;overflow-x:auto;overflow-y:hidden;padding-bottom:20px;flex-wrap:nowrap;}}.logos-row .logos-item{flex:0 0 50%;max-width:50%;}@media only screen and (min-width:48em){.logos-row .logos-item{flex:0 0 33.333%;max-width:33.333%;}}@media only screen and (min-width:62.5em){.logos-row{justify-content:flex-start;}.logos-row.count1 .logos-item{flex:0 0 40%;max-width:40%;}.logos-row.count2 .logos-item{flex:0 0 40%;max-width:40%;}.logos-row.count3 .logos-item{flex:0 0 33.333%;max-width:33.333%;}.logos-row.count4 .logos-item{flex:0 0 25%;max-width:25%;}.logos-row.count5 .logos-item{flex:0 0 20%;max-width:20%;}.logos-row.count6 .logos-item{flex:0 0 16.66667%;max-width:16.66667%;}.logos-row.count7 .logos-item{flex:0 0 14.2857%;max-width:14.2857%;}.logos-row.count8 .logos-item{flex:0 0 12.5%;max-width:12.5%;}}.logos-item{height:150px;position:relative;width:100%;padding-right:15px;padding-left:15px;flex:0 0 12.5%;max-width:12.5%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;}@media only screen and (max-width: 62.4375em){.logos-item{height:80px;font-size:14px;margin-top:10px;padding-right:5px;padding-left:5px;flex:0 0 33.3%;max-width:33.3%;}}.logos-item img{max-height:100%;filter:grayscale(100%);transition:filter 0.5s ease;}.logos-item img:hover{filter:grayscale(0%);}.slider-welcome{margin:0;overflow:hidden;width:100%;min-height:291px;display:flex;}.slider-welcome > div{min-width:100%;}.slider-welcome .slick-prev,.slider-welcome .slick-next{left:14.5%;}.slider-welcome .slick-next{right:14.5%;left:auto;}.slider-welcome .slick-dots{bottom:20px;text-align:left;}.slider-welcome .slick-slide{position:relative;overflow:hidden;margin-bottom:0;}.slider-welcome .slick-slide img{min-height:175px;max-width:none;position:relative;left:50%;margin-left:-401.5px;margin-bottom:118px;min-height:175px;object-fit:contain;}.slider-welcome .slick-slide .slick-caption{max-width:100%;text-align:center;padding:0 0 48px;position:absolute;bottom:0;left:0;margin-left:0;}.slider-welcome .slick-slide .slick-caption .title_slider{font-size:2.4rem;font-weight:600;margin:23px 0 15px;line-height:30px;text-align:left;}.slider-welcome .slick-slide .slick-caption .title{font-size:2.2rem;font-weight:bold;position:absolute;top:-223px;left:13px;}.slider-welcome .slick-slide .slick-caption p{display:none;}.slider-welcome .slick-slide .slick-caption .button{border:1px solid #dcdcdc;color:#121e2c;background-image:none;margin-top:20px;}.slider-welcome .slick-slide .slick-caption .button:hover{color:#fff;background-image:none;}.slider-welcome .slick-dots{margin-top:-56px;margin-bottom:27px;padding-left:15px;}.slider-welcome .slick-dots li{height:21px;margin-bottom:0;}.slider-welcome .slick-dots li button{width:22px;height:22px;}.slider-welcome .slick-dots li button:before{width:9px;height:9px;}.slider-welcome .slick-dots li.slick-active button:before{width:13px;height:13px;}.slider-subsites .slick-prev{left:-100px;}.slider-subsites .slick-next{right:-100px;}.clients{margin:0 68px;}.clients .clients-slider{margin-bottom:20px;text-align:center;}.clients .clients-slider > div{display:inline-block;vertical-align:middle;width:calc(18% - 18px);}.clients .clients-slider .slick-slide{text-align:center;}.clients .clients-slider .slick-slide img{margin:0 auto;}.logotypes.block .title{color:#fff;margin:16px 0;line-height:50px;}.logotypes.block .descriptionAbout{font-size:14px;line-height:24px;color:#fff;width:100%;margin:0 auto;word-spacing:0.6px;text-align:left;margin-bottom:30px;}.logotypes.block .descriptionAbout-bottom{margin-bottom:0;}.logotypes.block .icons-software{margin-bottom:30px;}.logotypes.block .link-software-house{color:#fff;}.logotypes.block .link-software-house:hover{color:#016dc6;}.logotypes ul{margin:0 2px;}.logotypes ul li{padding:0 0 18px;text-align:center;}.logotypes ul li .item{font-size:14px;color:#fff;text-align:center;font-weight:bold;font-family:"Fustat", sans-serif;cursor:context-menu;line-height:24px;}.logotypes ul li .item .ico{color:#016dc6;float:left;font-size:45px;margin:0 17px 0 0;height:auto;line-height:20px;padding:0;display:block;width:100%;}.logotypes ul li .item:hover{background:none;}.logotypes .button{margin:0 auto 20px;max-width:185px;}.news{padding-top:100px;padding-bottom:75px;}.news .block-realizations.news-list{padding-top:80px;padding-bottom:0;}.news .news-block .date{float:left;font-size:16px;text-align:left;display:block;width:100%;text-transform:lowercase;}.news .news-block .date span{font-size:16px;margin:0 0 -8px;font-weight:bold;}.news .news-block .columns{padding-right:50px;}.news .news-block .columns .news-content{overflow:hidden;position:relative;}.news .news-block .columns .news-content .title{line-height:9px;margin:0 0 22px;text-align:left;}.news .news-block .columns .news-content .title a{font-size:24px;line-height:30px;display:block;color:#121e2c;font-weight:600;}.news .news-block .columns .news-content .title a:hover{color:#016dc6;}.news .news-block .columns .news-content p{font-size:14px;overflow:hidden;display:block;float:left;font-family:"Fustat", sans-serif;}.news .news-block .columns .news-content .read-more{position:absolute;bottom:0;left:0;}.read-more{width:41px;height:11px;content:'';-webkit-transition-duration:0.3s;transition-duration:0.3s;color:#121e2c;}.read-more:before{content:url("/szablony/ideo/images/icons/arrow.svg");width:100%;height:100%;display:inline-block;font-size:20px;position:relative;transform:translateX(0);transition:all 0.3s ease;}.realizations .moreRealization{float:right;margin-right:67px;width:202px;text-align:center;height:48px;line-height:48px;padding:0 !important;}.desc-left{padding-top:20px;}.desc-left h5{margin-bottom:25px;}.desc-left .description-block p{margin-bottom:2.5rem;}.keeper-container{width:37.5rem;float:right;margin:0.5rem 0 3rem 3rem;background-color:#f7f7f7;position:relative;z-index:1;border-radius:5px;}.keeper-container .button{display:block;}.keeper-container.full{width:100%;float:none;margin-left:0;}.keeper{width:37.5rem;height:140px;display:table;max-width:100%;}.keeper.full{width:100%;}.keeper.full .keeper-info{padding-left:1.5rem;}.keeper.full .keeper-info ul{margin:1rem 0 0 -1rem;}.keeper .keeper-foto{vertical-align:middle;width:100%;margin:0;}.keeper .keeper-foto img{margin:0;width:100%;border-top-left-radius:5px;border-top-right-radius:5px;}.keeper .keeper-info{margin:0;padding:0 30px 30px;text-align:left;font-family:"Fustat", sans-serif;width:100%;position:relative;z-index:9;display:flex;flex-direction:column;align-items:start;line-height:1.5;}.keeper .keeper-info .name{font-weight:600;color:#121e2c;display:inline-block;font-size:20px;margin:30px 0 0;position:relative;}.keeper .keeper-info .name span{font-size:15px;vertical-align:middle;margin-top:-8px;margin-left:10px;}.keeper .keeper-info .position{display:block;font-weight:300;margin-top:15px;font-size:14px;}.keeper .keeper-info .second-line{font-size:1.3rem;}.keeper .keeper-info ul{font-size:14px;margin-top:5px;margin-bottom:20px;font-family:"Fustat", sans-serif;text-align:left;}.keeper .keeper-info ul li{margin:0;}.keeper .keeper-info ul li a{color:#222;}.keeper .keeper-info ul li a:hover{color:#016dc6;}.realization-keeper .text{margin-bottom:20px;}.realization-keeper .keeper{margin-bottom:20px;}.realization-keeper .text-2{margin-bottom:20px;}.realization-keeper .button{display:block;clear:both;}.inquiry .text,.inquiry .button{margin-bottom:36px;}.interested-in{padding:0 1rem 3rem;}.interested-in ul{margin:0;}.interested-in ul li{padding:0 3px;margin-bottom:18px;text-align:left;}.interested-in ul li a{font-size:1.3rem;color:#121e2c;display:block;overflow:hidden;}.interested-in ul li a .ico{float:left;font-size:30px;margin:0 18px 0 0;height:auto;line-height:20px;color:#121e2c;}.interested-in ul li a:hover{color:#121e2c;}.side-nav li{margin:0;}.side-nav li a,.side-nav li a:not(.button){padding:0;background-color:#f7f7f7;color:#016dc6;font-size:15px;padding:25.5px 12px 0;height:110px;border-top:0;}.side-nav li a.active,.side-nav li a:not(.button).active{color:#016dc6;padding-bottom:16px;}.side-nav.subMenu{margin:0;padding:0;}.side-nav.subMenu li{background-color:#f7f7f7;}.side-nav.subMenu li:not(:last-of-type){padding-bottom:16px;}.side-nav.subMenu li a{font-family:"Fustat", sans-serif;color:#016dc6;font-size:16px;border-width:1px 0 1px 0;padding:0;height:auto;font-weight:400;line-height:100%;}.side-nav.subMenu li a:hover{color:#015ca9;background-color:#f7f7f7;opacity:1;}.side-nav.subMenu.first > li{display:none;}.side-nav.subMenu.second li a{font-size:1.4rem;}#zone-17 .title{font-size:17px;margin:0 0 12px;line-height:15px;text-align:left;padding-left:13px;}#zone-17 .title.subTitle{text-align:left;line-height:23px;margin-bottom:4px;}#zone-17 .side-nav{margin-bottom:20px;overflow:hidden;}#zone-17 .side-nav li{margin:0;float:left;width:130px;border:0 solid #dcdcdc;border-left:0;}#zone-17 .side-nav li a{border:1px solid #dcdcdc;border-left:0;}#zone-17 .side-nav li:first-of-type a{border-left:1px solid #dcdcdc;}#zone-17 .side-nav li:last-of-type a{border-right:1px solid #dcdcdc;}.widgetVertical{width:130px;margin-top:15px;padding:0;-webkit-transition-duration:0.3s;transition-duration:0.3s;}.widgetVertical.show{position:absolute;-webkit-animation:moveUp 1.4s;-moz-animation:moveUp 1.4s;-o-animation:moveUp 1.4s;animation:moveUp 1.4s;animation-iteration-count:1;bottom:0;will-change:transform;}.widgetVertical .title{font-size:24px !important;margin:0 !important;line-height:28px !important;text-align:left;padding:21px 0;border:1px solid #dcdcdc;background-color:#f7f7f7;font-weight:bold;text-align:center;}.widgetVertical .widget-container{margin:0;width:auto;font-size:13px;border:1px solid #dcdcdc;border-width:0 1px 1px 1px;padding:24px 14px;}.widgetVertical .widget-container a{color:#016dc6;}.widgetVertical .widget-container .contact{font-size:13px;font-weight:bold;padding:16px 12px 30px;cursor:pointer;}.widgetVertical .widget-container:first-of-type{border-width:1px;}.widgetVertical .widget-container.job-offert a{color:#121e2c;opacity:0.75;font-weight:bold;}.widgetVertical .contact{font-size:13px;font-weight:bold;padding:16px 12px 19px;cursor:pointer;position:relative;display:block;}.widgetVertical .contact:after{content:'';background-position:0 -8px;width:41px;height:11px;display:block;position:absolute;bottom:0;}.sliderKeeper .keeper-container{padding-left:75px;}.sliderKeeper .keeper-container h5{color:#121e2c;font-size:18px;font-family:"Fustat", sans-serif;margin-top:29px;margin-bottom:37px;text-align:left;}.sliderKeeper .keeper-container .keeper-info{padding-left:0;}.sliderKeeper .keeper-container .keeper-info ul{margin-left:0;}.sliderKeeper .keeper-container .keeper-foto img{width:330px;height:235px;}.sliderKeeper .slick-dots{text-align:left;}.reveal-modal{position:fixed !important;top:40px !important;max-height:90%;}.reveal-modal .close-reveal-modal{background:#fff;}.reveal-modal .close-reveal-modal:before{content:"\e907";display:block;font-size:44px;color:#121e2c;}.reveal-modal .styled-checkbox + .checkbox-val{border:1px solid #bababa;}.reveal-modal .error input,.reveal-modal .error textarea,.reveal-modal .error select{margin-bottom:20px;}.realizationNavi .navigationRealization{position:relative;height:25.5px;border-bottom:1px solid #dcdcdc;margin:0 11px 45px;}.realizationNavi .navigationRealization .next,.realizationNavi .navigationRealization .prev{position:absolute;display:block;width:51px;height:51px;border:1px solid #dcdcdc;background-color:#fff;}.realizationNavi .navigationRealization .next{right:-71px;}.realizationNavi .navigationRealization .next:before{content:'';}.realizationNavi .navigationRealization .prev{left:-71px;}.realizationNavi .navigationRealization .prev:before{content:'';}.realizationNavi .navigationRealization i{font-size:50px;}.blok-foto-klient{width:100%;}.keeper-realization{width:130px;padding:0;position:absolute;-webkit-transition-duration:0.5s;transition-duration:0.5s;overflow:hidden;-webkit-overflow-scrolling:touch;}.keeper-realization.fixed{position:fixed;}.keeper-realization.static{position:absolute;left:0 !important;}.keeper-realization h3.title{font-size:20px;margin:0;line-height:30px;text-align:left;padding:21px;border:1px solid #dcdcdc;background-color:#f7f7f7;}.keeper-realization .keeper-container{margin:0;width:100%;}.keeper-realization .keeper-container .keeper-info{margin-top:-1px;font-size:13px;border:1px solid #dcdcdc;padding:24px 13px 5px;background:#fff;}.keeper-realization .keeper-container .keeper-info .name{margin-top:-16px;margin-bottom:11px;}.keeper-realization .keeper-container .contact{font-size:13px;font-weight:bold;padding:16px 12px 30px;cursor:pointer;}.keeper-realization .keeper-container .keeper{display:block;}.keeper-realization .keeper-container .keeper-foto{border:1px solid #dcdcdc;border-width:0 1px;}.keeper-realization .keeper-container .keeper-foto img{width:100%;height:auto;}.gallery-block{margin:0 -8px 0;overflow:hidden;margin-top:32px;}.gallery-block:last-of-type:not(&:first-of-type){margin:0 -8px 20px;}.gallery-block + .gallery-block{margin-top:0;}.gallery-block .fotos{margin:0 8px 8px;vertical-align:top;display:inline-block;}.gallery-block .fotos.border_foto img{border:1px solid #dcdcdc;}.gallery-block .fotos:nth-child(2),.gallery-block .fotos:nth-child(3),.gallery-block .fotos:nth-child(4),.gallery-block .fotos:nth-child(5),.gallery-block .fotos:nth-child(8),.gallery-block .fotos:nth-child(9),.gallery-block .fotos:nth-child(10),.gallery-block .fotos:nth-child(11),.gallery-block .fotos:nth-child(12){width:calc(50% - 12px);margin:0 2px 8px;max-width:200px;}.gallery-block .fotos:nth-child(6){height:200px;width:auto;margin:0 2px 8px;box-sizing:border-box;position:relative;overflow:hidden;}.gallery-block .fotos:nth-child(6) a img{position:relative;top:50%;transform:translateY(-50%);}#zone-19 .gallery-block,#zone-13 .gallery-block{overflow:visible;}#zone-19 .gallery-block--title,#zone-13 .gallery-block--title{margin:75px 0 20px 0;}#zone-19 .js-tabs,#zone-13 .js-tabs{margin:0 8px;}.job-offers #zone-13 .js-tabs,.job-offers #zone-25 .js-tabs{margin-top:3.4em;}.job-offers #zone-19 .js-tabs{margin-top:20px;}.job-offers .gallery-block{display:none;}#zone-25 .gallery-block{max-width:1920px;margin:0 auto 0;font-size:0;height:468px;}@media (max-width:1920px){#zone-25 .gallery-block{width:100%;}}#zone-25 .gallery-block .fotos{margin:0;width:384px;height:468px;}@media (max-width:1920px){#zone-25 .gallery-block .fotos{width:20%;}}#zone-25 .gallery-block .fotos img{width:100%;height:100%;object-fit:cover;}#zone-25 .gallery-block .fotos:nth-child(2),#zone-25 .gallery-block .fotos:nth-child(3),#zone-25 .gallery-block .fotos:nth-child(4),#zone-25 .gallery-block .fotos:nth-child(5){width:384px;max-width:384px;height:468px;margin:0;}@media (max-width:1920px){#zone-25 .gallery-block .fotos:nth-child(2),#zone-25 .gallery-block .fotos:nth-child(3),#zone-25 .gallery-block .fotos:nth-child(4),#zone-25 .gallery-block .fotos:nth-child(5){width:20%;max-width:20%;}}.reference{width:330px;height:235px;background-color:#121e2c;float:right;color:#fff;box-sizing:border-box;margin-left:20px;position:relative;z-index:99;}.reference .referenceLbl{text-align:right;opacity:0.64;font-size:13px;font-weight:bold;padding:31px 31px 0;}.reference .text{font-size:20px;font-weight:bold;padding:11px 34px 0;word-break:initial !important;}.reference .name{font-size:13px;padding:10px 50px 0;}.reference .logo{text-align:right;padding-right:30px;}.reference.blok{width:100%;float:none;clear:both;overflow:hidden;height:auto;background-color:transparent;position:relative;max-width:1038px;margin:100px auto 80px;}.reference.blok .bg{text-align:right;width:100%;max-width:600px;margin:0 auto;min-height:340px;float:right;}.reference.blok .contact{display:none;position:absolute;bottom:0;right:83px;color:#121e2c;font-size:15px;font-weight:bold;}.reference.blok .contact .arrow-long{display:block;margin-top:3px;}.reference.blok .contact:hover .arrow-long:before{padding-left:10px;}.reference.blok .text_section{position:relative;z-index:9;width:100%;max-width:968px;padding:0;left:0;margin-bottom:0;color:#121e2c;display:flex;flex-direction:column;align-items:center;gap:16px;}.reference.blok .text_section img{width:31px;height:27px;}.reference.blok .text_section p{margin:0;font-size:32px;line-height:1.5;text-align:center;font-weight:400;}.reference.blok .text_section .text-from-editor{margin:0;font-size:32px;line-height:1.5;text-align:center;font-weight:400;}.reference.blok .author{font-size:20px;margin-top:16px;font-weight:400;line-height:1.5;position:relative;}.reference.blok .author::before{content:'';width:60px;height:1px;background:#010101;display:block;position:absolute;top:50%;left:-75px;}.reference.blok .author::after{content:'';width:60px;height:1px;background:#010101;display:block;position:absolute;top:50%;right:-75px;}.reference.blok.inside .text_section{left:0;}.reference.blok.inside .contact{right:42px;}.opinions{max-width:1170px;margin:0 auto;width:100%;font-family:"Fustat", sans-serif;padding-top:60px;border-top:1px solid #dcdcdc;}.opinions .opinions-container{margin:0 30px;}.opinions .opinions-container .opinions-header{margin:30px 0;}.opinions .opinions-container .opinions-header span{color:#121e2c;font-family:"Fustat", sans-serif;font-style:normal;font-size:25px;font-weight:bold;}.opinions .opinions-container .opinions-content{width:100%;display:flex;flex-direction:row;border-bottom:1px solid #dcdcdc;padding:30px 0;}.opinions .opinions-container .opinions-content__left{width:100%;flex:0 0 65%;}.opinions .opinions-container .opinions-content__left .header{font-weight:bold;font-size:18px;margin-bottom:20px;}.opinions .opinions-container .opinions-content__left .content{max-width:70%;text-align:justify;font-size:17px;line-height:1.4;color:#7c7c7c;}.opinions .opinions-container .opinions-content__right{width:100%;flex:0 0 35%;}.opinions .opinions-container .opinions-content__right .header{font-weight:bold;font-size:18px;margin-bottom:20px;}.opinions .opinions-container .opinions-content__right .content{font-size:16px;font-weight:100;letter-spacing:1px;margin-top:10px;}.opinions .opinions-container .opinions-content__right .content .blue{font-size:16px;font-weight:bold;letter-spacing:2px;color:#00608a;margin-left:15px;}.opinions .opinions-container .opinions-content__right .date{font-size:16px;font-weight:100;letter-spacing:1px;margin-top:10px;}.opinions .opinions-container .opinions-content__right .date .blue{font-size:16px;font-weight:bold;letter-spacing:2px;color:#00608a;margin-left:15px;}.opinions .opinions-container .opinions-content:last-child{border-bottom:none;}@media (max-width:786px){.opinions .opinions-content{flex-direction:column;}.opinions .opinions-content__right{margin-top:30px;}.opinions .opinions-content__right .content{max-width:100%;}}.technology_logos{margin:0 -5px;list-style:none;}.technology_logos li{display:inline-block;margin:5px 3px 5px;}.technology_logos li:before{display:none !important;}.technology_logos li img{width:202px !important;height:112px !important;}.offer-job-contact{background:#121e2c;color:#fff;float:right;max-width:330px;font-size:24px;font-weight:bold;font-family:"Fustat", sans-serif;padding:27px 30px;width:100%;margin-left:15px;}.offer-job-contact span{display:block;margin-bottom:22px;line-height:28px;}.offer-job-contact span:last-of-type:not(.arrow),.offer-job-contact span:last-of-type:not(.icon-in){font-weight:normal;font-size:14px;}.offer-job-contact-btn{background:#016dc6;font-size:14px;font-weight:bold;line-height:52px;padding:0 20px;max-width:247px;color:#fff;cursor:pointer;}.offer-job-contact-btn .arrow{display:inline-block;line-height:52px;margin:0;left:15px;position:relative;top:1px;}.offer-job-contact-btn:hover .arrow:before{left:10px;}.offer-job-share{display:inline-flex;margin:22px 0 0;color:#fff;align-items:center;justify-content:center;}.offer-job-share span:first-child{font-weight:normal;font-size:13px;font-family:"Fustat", sans-serif;display:inline-block;margin-bottom:0;line-height:1;}.offer-job-share .icon-fb,.offer-job-share .icon-in{color:#fff;border:none;padding:0;margin:0;width:30px;font-size:18px !important;height:22px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;position:relative;top:-1px;}.last-news{border-top:1px solid #dcdcdc;padding-top:50px;}.last-news .news-item{position:relative;text-align:left;padding-bottom:52px;}.last-news__title{display:block;font-weight:600;margin:0 0 18px;font-size:16px;line-height:23px;}.last-news__date{font-size:12px;display:block;font-weight:bold;}.last-news__text{font-size:14px;display:block;}.last-news .read-more{margin-top:20px;}.box-with-subpage{padding:30px 0 14px;margin:14px 0 31px;position:relative;}.box-with-subpage:before,.box-with-subpage:after{content:'';display:block;position:absolute;top:0;left:0;border-bottom:1px solid #dcdcdc;height:1px;width:76%;}.box-with-subpage:after{top:auto;bottom:0;}.box-with-subpage .link-into-subpage a{color:#010101;text-decoration:underline;}.box-with-subpage .link-into-subpage a:hover{color:#015ca9;}.box-with-subpage .link-into-subpage a:active,.box-with-subpage .link-into-subpage a:focus{color:#014d8d;}@media (min-width:768px){#zone-2 .slider-welcome{height:300px;}}@media (min-width:1025px){#zone-2 .slider-welcome{height:360px;}}@media (min-width:1200px){#zone-2 .slider-welcome{height:400px;}}@media (min-width:1366px){#zone-2 .slider-welcome{height:420px;}}@media (min-width:1440px){#zone-2 .slider-welcome{height:500px;}}@media (min-width:1600px){#zone-2 .slider-welcome{height:566px;}}#zone-2 .slider-welcome .slick-list .slick-track{height:100%;}@media (min-width:768px){#zone-2 .slider-welcome .slick-list{height:100%;}}#zone-2 .slider-welcome .slick-slide .slick-caption{padding:0 4.8rem;}@media (min-width:768px){#zone-2 .slider-welcome .slick-slide .slick-caption{padding:0;top:0;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;max-width:auto;}}@media (min-width:1000px) and (max-width:1024px){#zone-2 .slider-welcome .slick-slide .slick-caption{margin-left:29px;}}@media (min-width:1025px){#zone-2 .slider-welcome .slick-slide .slick-caption{justify-content:center;}}#zone-2 .slider-welcome .slick-slide .slick-caption a.title_slider h2{font-size:2.8rem;line-height:1.1;font-weight:bold;}@media (min-width:768px){#zone-2 .slider-welcome .slick-slide .slick-caption a.title_slider h2{margin:0;}}@media (min-width:1440px){#zone-2 .slider-welcome .slick-slide .slick-caption a.title_slider h2{font-size:5.5rem;line-height:6rem;font-weight:bold;}}#zone-2 .slider-welcome .slick-slide .slick-caption .title_slider{font-size:2.8rem;line-height:1.1;font-weight:bold;}@media (min-width:768px){#zone-2 .slider-welcome .slick-slide .slick-caption .title_slider{margin:0;}}@media (min-width:1440px){#zone-2 .slider-welcome .slick-slide .slick-caption .title_slider{font-size:5.5rem;line-height:6rem;font-weight:bold;}}#zone-2 .slider-welcome .slick-slide .button{background-color:#00608a;color:white;font-size:1.6rem;border:1px solid #00608a;}@media (min-width:768px){#zone-2 .slider-welcome .slick-slide .button{padding:1.2rem 2.1rem;}}@media (min-width:1440px){#zone-2 .slider-welcome .slick-slide .button{padding:1.6rem 2.5rem;font-size:2rem;}}#zone-2 .slider-welcome .slick-slide .ideo_arrow-long-right{color:white;margin-left:18px;position:relative;left:0;transition-duration:0.3s;}#zone-2 .slider-welcome .slick-slide .button:hover{background-color:white;color:#00608a;}#zone-2 .slider-welcome .slick-slide .button:hover .ideo_arrow-long-right{left:10px;color:#00608a;}#zone-2 .slick-row{display:flex;justify-content:center;margin-top:4.8rem;}@media (min-width:768px){#zone-2 .slick-row{margin-top:3rem;justify-content:flex-start;}}#zone-2 .slick-row .slick-navigator{position:relative;max-width:26rem;margin:-56px 20px 30px;display:flex;align-items:center;}@media (min-width:768px){#zone-2 .slick-row .slick-navigator{margin-left:35px;}}@media (min-width:1025px){#zone-2 .slick-row .slick-navigator{padding:0;margin-left:20px;}}@media (min-width:1300px){#zone-2 .slick-row .slick-navigator{margin-left:0;}}#zone-2 .slick-row .slick-navigator .border-prev,#zone-2 .slick-row .slick-navigator .border-next{display:block;position:relative;left:auto;right:auto;display:inline-block;color:#000;border-top:3px solid #121e2c;width:20px;height:10px;cursor:pointer;}#zone-2 .slick-row .slick-navigator .border-prev{border-left:3px solid #121e2c;transform:rotate(-45deg);float:left;order:1;}#zone-2 .slick-row .slick-navigator .border-next{border-right:3px solid #121e2c;transform:rotate(45deg);float:right;order:3;}#zone-2 .slick-row .slick-navigator .slick-dots{order:2;display:flex;justify-content:center;align-items:center;margin:0 20px;}#zone-2 .description-block-content__header,#zone-2 .description-block-content__subheader{color:#010101;}.block-DefaultOpisowy__title{font-size:3rem;font-weight:bold;text-align:center;line-height:4.6rem;margin-top:13px;margin-bottom:31px;}.block-DefaultOpisowy__list{display:flex;flex-wrap:wrap;justify-content:center;list-style:none;margin:0 auto;max-width:117rem;}.block-DefaultOpisowy__list li{flex:0 0 16.66%;padding:0 16px;display:flex;justify-content:center;align-items:center;}.block-DefaultOpisowy__list li img{height:auto !important;}.icon_list{text-align:center;}.desc-module .icon_list{text-align:left;}.icon_list ul{list-style:none;margin:0;}.icon_list ul li{display:inline-block;text-align:center;vertical-align:top;width:16%;}.icon_list ul li:before{display:none !important;}.icon_list ul li img{margin-bottom:14px;}.icon_list ul li p{font-size:17px !important;font-weight:bold;font-family:"Fustat", sans-serif;color:#121e2c;margin-bottom:10px;padding:0 5px;}.social-share{position:relative;display:flex;justify-content:space-between;align-items:center;margin-top:100px;margin-bottom:0;padding:30px 32px;border-radius:5px;background:#f7f7f7;}.social-share__left-side{color:#010101;line-height:1.5;}.social-share__left-side--upper{font-size:18px;margin-bottom:8px;font-weight:300;}@media only screen and (max-width: 47.9375em){.social-share__left-side--upper{font-size:14px;}}.social-share__left-side--lower{font-size:32px;font-weight:600;}@media only screen and (max-width: 47.9375em){.social-share__left-side--lower{font-size:20px;}}.social-share__right-side{display:grid;grid-template-columns:repeat(4, 1fr);align-items:center;justify-content:center;gap:36px;}.social-share__right-side > a{font-size:23px;}.promo-bar{padding:15px 0;display:flex;font-weight:700;}.promo-bar .button{display:inline-flex;align-items:center;background-color:#016dc6;color:#fff;border:none;padding:0 20px;border-radius:5px;font-size:16px;font-weight:600;line-height:1;margin-right:1rem;margin-bottom:0;width:max-content;height:30px;transition:all 0.3s ease;}.promo-bar .button:hover{background-color:#015ca9;}.promo-bar .button:active{background-color:#014d8d;}.mainMenu.fixedMenu .promo-bar{display:flex;padding:5px 20px;}.mainMenu.fixedMenu.extended{min-height:105px;}.mainMenu.fixedMenu.extended:before{height:calc(100% - 105px);}.mainMenu.fixedMenu.extended .main-menu ul.menu li.level-one .subMenu{top:100px;}.mainMenu.fixedMenu.extended .promo-column{padding:0 2px;}.mainMenu .promo-bar{display:none;}.welcome .row .block-cta-osoba.row,.welcome .slick-dots .block-cta-osoba.row,.welcome .slick-dots .slick-dots.block-cta-osoba,.welcome .row .slick-dots.block-cta-osoba{margin-bottom:0;}.welcome .block-realizations{padding-top:25px;padding-bottom:50px;}@media (max-width:1200px){.row.row-padding,.slick-dots.row-padding{padding-left:20px;padding-right:20px;}}.module{margin-bottom:20px;}.module.bgBlue{position:relative;padding-bottom:33px;}.module.bgBlue:before{content:'';position:absolute;width:600%;left:-250%;height:100%;background-color:#121e2c;display:block;z-index:-1;}.module.bgBlue .list-module ul li a{color:#fff;}.bgBlue .module_head{margin-top:0;color:#fff;padding-top:72px;margin-bottom:9px;}.foto{margin:0;padding:0 0 1rem;display:block;text-align:center;}.module_head{font-size:55px;font-weight:bold;text-align:center;margin:9px 0 49px;}.module_head.title-page{margin:9px 0 49px;}.module_head_smaller{font-size:45px;font-weight:bold;text-align:center;margin:32px 0 66px;}.news-module .top-fotos,.news-module .left-fotos,.news-module .right-fotos,.news-module .bottom-fotos,.desc-module .top-fotos,.desc-module .left-fotos,.desc-module .right-fotos,.desc-module .bottom-fotos{clear:both;}.news-module .top-fotos .foto a,.news-module .left-fotos .foto a,.news-module .right-fotos .foto a,.news-module .bottom-fotos .foto a,.desc-module .top-fotos .foto a,.desc-module .left-fotos .foto a,.desc-module .right-fotos .foto a,.desc-module .bottom-fotos .foto a{display:inline-block;position:relative;max-width:100%;}.news-module .top-fotos .foto a:before,.news-module .left-fotos .foto a:before,.news-module .right-fotos .foto a:before,.news-module .bottom-fotos .foto a:before,.desc-module .top-fotos .foto a:before,.desc-module .left-fotos .foto a:before,.desc-module .right-fotos .foto a:before,.desc-module .bottom-fotos .foto a:before{top:0;left:0;right:0;bottom:0;background:rgba(1, 113, 159, .85);}.news-module .top-fotos .foto a:after,.news-module .left-fotos .foto a:after,.news-module .right-fotos .foto a:after,.news-module .bottom-fotos .foto a:after,.desc-module .top-fotos .foto a:after,.desc-module .left-fotos .foto a:after,.desc-module .right-fotos .foto a:after,.desc-module .bottom-fotos .foto a:after{display:block;width:46px;height:46px;top:50%;left:50%;margin:-2.3rem 0 0 -2.3rem;}.news-module .top-fotos .foto a:before,.news-module .left-fotos .foto a:before,.news-module .right-fotos .foto a:before,.news-module .bottom-fotos .foto a:before,.desc-module .top-fotos .foto a:before,.desc-module .left-fotos .foto a:before,.desc-module .right-fotos .foto a:before,.desc-module .bottom-fotos .foto a:before,.news-module .top-fotos .foto a:after,.news-module .left-fotos .foto a:after,.news-module .right-fotos .foto a:after,.news-module .bottom-fotos .foto a:after,.desc-module .top-fotos .foto a:after,.desc-module .left-fotos .foto a:after,.desc-module .right-fotos .foto a:after,.desc-module .bottom-fotos .foto a:after{content:'';position:absolute;display:none;}.news-module .top-fotos .foto a:hover:before,.news-module .left-fotos .foto a:hover:before,.news-module .right-fotos .foto a:hover:before,.news-module .bottom-fotos .foto a:hover:before,.desc-module .top-fotos .foto a:hover:before,.desc-module .left-fotos .foto a:hover:before,.desc-module .right-fotos .foto a:hover:before,.desc-module .bottom-fotos .foto a:hover:before,.news-module .top-fotos .foto a:hover:after,.news-module .left-fotos .foto a:hover:after,.news-module .right-fotos .foto a:hover:after,.news-module .bottom-fotos .foto a:hover:after,.desc-module .top-fotos .foto a:hover:after,.desc-module .left-fotos .foto a:hover:after,.desc-module .right-fotos .foto a:hover:after,.desc-module .bottom-fotos .foto a:hover:after{display:block;}.news-module .top-fotos .foto .desc,.news-module .left-fotos .foto .desc,.news-module .right-fotos .foto .desc,.news-module .bottom-fotos .foto .desc,.desc-module .top-fotos .foto .desc,.desc-module .left-fotos .foto .desc,.desc-module .right-fotos .foto .desc,.desc-module .bottom-fotos .foto .desc{text-align:center;}.news-module .right-fotos,.news-module .left-fotos,.desc-module .right-fotos,.desc-module .left-fotos{max-width:33rem;margin:0 auto;position:relative;z-index:1;}.files{overflow:hidden;background-color:#f6f6f6;padding:2rem 2.7rem 1rem;}.files .title_file{letter-spacing:0.5px;margin-bottom:0.1rem;font-family:"Fustat", sans-serif;color:#121e2c;font-size:48px;margin-bottom:27px;font-weight:bold;line-height:45px;}.files .file{border-bottom:2px solid #fff;padding:1.6rem 0 1.5rem;}.files .file:last-child{border-bottom:0 none;}.files .file .icon{float:left;margin:0 0.9rem 0 0.3rem;}.files .file .part{overflow:hidden;}.files .file .part a{color:#016dc6;}.files .file .part a:hover{color:#121e2c;}.files .file .part .desc{margin:1rem 0 0;}.news-module{position:relative;margin-top:14px;}.news-module .news-unactive-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(255, 255, 255, .6);z-index:10;}.news-module .news-unactive-overlay .news-unactive{position:absolute;left:0;right:0;bottom:0;margin:auto;font-size:45px;text-align:center;font-weight:600;display:none;color:#016dc6;transform:rotate(-45deg);transform-origin:bottom left;}.news-module .date{font-size:1.2rem;margin-bottom:1rem;}.news-module.news-single{overflow:hidden;font-size:16px;font-family:"Fustat", sans-serif;line-height:24px;}.news-module.news-single .title{font-size:1.5rem;color:#016dc6;font-weight:600;line-height:1.8rem;margin:0 0 2rem;}.news-module.news-single h2,.news-module.news-single h3{font-size:48px;font-weight:bold;color:#121e2c;line-height:63px;margin-bottom:10px;}.news-module.news-single hr{margin:6rem 0 3.9rem;}.news-module.news-single p{line-height:24px;font-size:15px;}.news-module.news-single .desc.show_big_cap p:first-of-type .big-cap{color:#016dc6;font-family:"Fustat", sans-serif;font-weight:bold;font-size:80px;float:left;line-height:80px;margin-right:10px;}.news-module.news-list .news{overflow:hidden;border-bottom:1px solid #dcdcdc;margin:0px;}.news-module.news-list .news:hover .read-more::before{transform:translateX(5px);}.news-module.news-list .news .left-fotos{margin-bottom:2rem;padding-top:0.4rem;padding:0;width:200px;height:auto;margin-right:30px;}.news-module.news-list .news:nth-child(2n) .left-fotos{float:right;margin-right:0px;margin-left:30px;}.news-module.news-list .news:first-of-type .left-fotos{width:408px;height:408px;max-width:none;margin-right:29px;padding:0;}.news-module.news-list .news:first-of-type .title a{font-size:36px;line-height:40px;color:#121e2c;}.news-module.news-list .news:first-of-type .time{margin-bottom:63px;}.news-module.news-list .news .title{font-weight:bold;font-size:1.5rem;line-height:1.35;margin-bottom:1.2rem;}.news-module.news-list .news .title a{font-size:24px;line-height:28px;color:#121e2c;}.news-module.news-list .news .title a:hover{color:#016dc6;}.news-module.news-list .news .time{font-size:16px;font-weight:bold;margin-bottom:42px;}.news-module.news-list .news .desc{line-height:1.55;margin-bottom:3px;font-size:16px;font-family:"Fustat", sans-serif;}.news-module.news-list .news .content{overflow:hidden;}.news-module.news-list .news .read-more{position:relative;}.job-offers .news-module.news-list .news{padding-bottom:0;margin-bottom:1.8rem;}.job-offers .news-module.news-list .news .title{font-size:1.5rem;text-align:left;margin-bottom:2rem;}.job-offers .news-module.news-list .news .desc,.job-offers .news-module.news-list .news .left-fotos,.job-offers .news-module.news-list .news .read-more{display:none;}.form-module .desc h5{margin:0 0 2rem 0;}.form-module .desc h5.formHead{font-size:40px;color:#121e2c;text-align:left;margin-left:210px;margin-top:77px;}.form-module .desc .descFormHead{font-family:"Fustat", sans-serif;font-size:14px;margin:31px 167px 42px 210px;}.form-module .desc hr{width:60%;margin:1.5rem auto 2.5rem;}.form-module .desc a{color:#fff;text-decoration:underline;}.form-module .desc a:hover{text-decoration:none;}.form-module .desc .maps{margin-top:3.5rem;line-height:2rem;text-align:center;position:relative;padding:50px 180px 50px;}.form-module .desc .maps:after{position:absolute;width:800%;left:-350%;top:0px;background:#121e2c;height:100%;display:block;z-index:-1;}.form-module .desc .maps h5,.form-module .desc .maps p,.form-module .desc .maps span,.form-module .desc .maps a{text-align:left;color:#fff;font-size:16px;}.form-module .desc .maps h5{font-size:34px;}.form-module .desc .maps p,.form-module .desc .maps span{font-family:"Fustat", sans-serif;}.form-module .desc .maps .custom-hoverable{position:absolute;bottom:0px;text-align:left;left:10px;}.form-module .desc .maps .custom-hoverable a{color:#fff;}.form-module .desc .maps .columns{position:relative;}.form-module .desc .maps .columns.medium-4:last-of-type{padding-left:30px;}.form-module .desc .dataCorporation{padding:0 23.2%;position:relative;font-size:13px;font-family:"Fustat", sans-serif;}.form-module .desc .dataCorporation h5{text-align:right;margin-bottom:0px;color:#7b8087;}.form-module .desc .dataCorporation p{line-height:24px;}.form-module .desc .widgetSection{position:relative;}.form-module .desc .widgetSection .widgetVertical.one{position:absolute;right:11px;top:0px;}.form-module .desc .widgetSection .widgetVertical.two{top:-206px;left:10px;}.form-module form[name=kontakt_form]{padding:0 210px 0 209px;position:relative;}.form-module .desc_between{max-width:117rem;font-size:13px;margin:20px auto;padding:0px;text-align:left;}.form-module .desc_between > .row,.form-module .desc_between > .slick-dots{margin:0 -10px;}.form-module .desc_between > .row .columns,.form-module .desc_between > .slick-dots .columns{margin-bottom:11px;}.form-module .desc_between .title_desc{font-size:24px;font-weight:bold;font-family:"Fustat", sans-serif;margin-bottom:11px;}.form-module .desc_between .desc{line-height:24px;}.form-module .desc_between .desc .user{margin-top:22px;}.form-module .desc_between .desc .user img{float:left;margin-right:19px;}.form-module .desc_between .desc .user .name{font-size:18px;font-weight:bold;position:relative;top:-2px;margin-bottom:6px;}.form-module .desc_between .desc .user .text{padding-left:119px;}.form-module .desc_between .desc .user .text a{display:inline-block;}.form-module .desc_between a{color:#016dc6;text-decoration:none;}.form-module .desc_between a:hover{text-decoration:underline;}.form-module .navigation{position:relative;}.form-module .navigation ul{text-align:center;list-style:none;margin-bottom:0;padding-bottom:19px;}.form-module .navigation ul li{display:inline-block;color:#121e2c;font-family:"Fustat", sans-serif;font-weight:bold;font-size:24px;margin:0 28px;}.form-module .navigation .line-active{width:33px;height:3px;background-color:#016dc6;position:absolute;bottom:1px;left:0;-webkit-transition-duration:1s;transition-duration:1s;transition-timing-function:cubic-bezier(0.83, -0.28, 0.11, 1.13);-webkit-transition-timing-function:cubic-bezier(0.83, -0.28, 0.11, 1.13);}.form-module .bodyContact{position:relative;height:auto;overflow:hidden;}.form-module .bodyContact .element{position:relative;opacity:1;width:100%;-webkit-transition-duration:0.3s;transition-duration:0.3s;z-index:1;}.form-module .bodyContact .element > p{padding:0 20px;}.form-module .bodyContact .element.contact1 #map{width:50%;}.form-module .bodyContact .element.contact1 .containerBlue{width:50%;}.form-module .bodyContact .element.contact2 .containerBlue{width:100%;padding-top:0px;padding-bottom:0px;margin-top:7px;position:relative;margin-bottom:40px;}.form-module .bodyContact .element.contact2 .containerBlue:before{content:'';position:absolute;width:1px;height:100%;top:0px;left:50%;margin-left:-0.5px;background-color:#2a3542;}.form-module .bodyContact .element.contact2 .containerBlue > .row > .columns,.form-module .bodyContact .element.contact2 .containerBlue > .slick-dots > .columns{position:static;padding:0px;}.form-module .bodyContact .element.contact2 .containerBlue .contact .contactPlace{padding-left:calc((100% - 117rem)/2);}.form-module .bodyContact .element.contact2 .containerBlue .form-contact{padding-right:calc(100% - 117rem/2);padding-left:4px;}.form-module .bodyContact .element.contact2 .containerBlue .form-contact .title-form{font-size:36px;font-weight:bold;color:#fff;margin-top:17px;padding-left:11px;}.form-module .bodyContact .element.contact2 .containerBlue form{max-width:65rem;width:100%;margin:0 auto;padding:0px;}.form-module .bodyContact .element.contact2 .containerBlue form label{font-size:14px;color:#fff;margin-top:16px;margin-left:0;}.form-module .bodyContact .element.contact2 .containerBlue form label.zgoda{display:inline-block;position:relative;padding-right:40px;font-size:11px;font-family:"Fustat", sans-serif;font-weight:normal;}.form-module .bodyContact .element.contact2 .containerBlue form label.zgoda .contact-link__clause:hover{color:#016dc6;}.form-module .bodyContact .element.contact2 .containerBlue form label a{color:#fff;text-decoration:underline;}.form-module .bodyContact .element.contact2 .containerBlue form label a:hover{text-decoration:none;}.form-module .bodyContact .element.contact2 .containerBlue form .headtext{font-weight:bold;color:#fff;text-align:left;font-size:48px;margin-bottom:20px;}.form-module .bodyContact .element.contact2 .containerBlue form input{border:0;margin-bottom:0px;font-family:"Fustat", sans-serif !important;display:inline-block;}.form-module .bodyContact .element.contact2 .containerBlue form .input-error-tooltip{top:15px;}.form-module .bodyContact .element.contact2 .containerBlue form .columns.error input{border:1px solid #d00;}.form-module .bodyContact .element.contact2 .containerBlue form .columns.error .select2-container--default .select2-selection--single{border:1px solid #d00;}.form-module .bodyContact .element.contact2 .containerBlue form .select2-container--default .select2-selection--single{height:50px;border:0;}.form-module .bodyContact .element.contact2 .containerBlue form .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:50px;color:rgba(0, 0, 0, 0.75);}.form-module .bodyContact .element.contact2 .containerBlue form .select2-container--default .select2-selection--single .select2-selection__rendered[title*="--"]{color:#ababab;}.form-module .bodyContact .element.contact2 .containerBlue form .select2-container--default .select2-selection--single .select2-selection__arrow{top:23px;}.form-module .bodyContact .element.contact2 .containerBlue form .footer{margin-top:7px;}.form-module .bodyContact .element.contact2 .containerBlue form .footer .btnBlue{background-color:#016dc6;color:#fff;}.form-module .bodyContact .element.contact2 .containerBlue form .footer .btnBlue:hover{background-color:#fff;color:#016dc6;}.form-module .bodyContact .element.contact3 .imageSection{width:50%;float:left;height:711px;position:relative;}.form-module .bodyContact .element.contact3 .imageSection img{position:absolute;height:711px;max-width:none;right:0;width:100%;min-width:897px;}.form-module .bodyContact .element.contact3 .containerBlue{width:50%;height:711px;}.form-module .bodyContact .element.contact3 .containerBlue .contactPlace{cursor:context-menu;}.form-module .bodyContact .element.contact3 .containerBlue .contactPlace .desc{padding-left:0px;}.form-module .bodyContact .element.contact3 .containerBlue .contactPlace .desc a{font-family:"Fustat", sans-serif;text-decoration:underline;color:#fff;}.form-module .bodyContact .element.contact3 .containerBlue .contactPlace .desc a:hover{text-decoration:none;}.form-module .bodyContact .element.contact3 .containerBlue .contactPlace .desc ul{list-style:none;margin:0px;padding:0px;}.form-module .bodyContact .element.contact3 .containerBlue .contactPlace .desc .more{color:#fff;font-size:16px;margin-top:23px;display:block;}.form-module .bodyContact .element.contact3 .containerBlue .contactPlace p{color:#fff;}.form-module .bodyContact .element .containerBlue{position:relative;background-color:#121e2c;}.form-module .bodyContact .element .containerBlue .arrow-wheel{position:absolute;left:-15px;top:99px;-webkit-transition-duration:0.3s;transition-duration:0.3s;border-right:15px solid #121e2c;border-top:15px solid transparent;border-bottom:15px solid transparent;width:0;height:0;}.form-module .bodyContact .element .contactPlace{padding-left:30px;border-bottom:1px solid #2a3542;position:relative;}.form-module .bodyContact .element .contactPlace .title{font-weight:bold;color:#fff;font-size:36px;}.form-module .bodyContact .element .contactPlace .desc{color:#fff;padding-left:12px;max-width:430px;line-height:25px;}.form-module .bodyContact .element .contactPlace .desc [class*="medium"]{float:left;}.form-module .bodyContact .element .contactPlace .look_map{font-weight:bold;font-size:15px;line-height:27px;cursor:pointer;color:#fff;}.form-module .bodyContact .element .contactPlace .look_map .arrow{display:block;}.form-module .bodyContact .element .contactPlace .look_map:hover .arrow:before{left:10px;}.form-module .form-footer{width:100%;max-width:1030px;margin:0 auto;margin-top:58px;padding-left:0px;margin-bottom:86px;padding-right:0px;position:relative;overflow:hidden;}.form-module .form-footer .text-footer{position:absolute;background:#121e2c;color:#fff;padding:16px;width:100%;max-width:50%;top:50%;padding:17px 30px 30px 30px;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);}.form-module .form-footer .text-footer > div{font-size:13px;line-height:23px;}.form-module .form-footer .text-footer > div:first-of-type{margin-bottom:23px;}.form-module .form-footer .text-footer .lang{color:#313943;opacity:0.64;font-weight:bold;font-size:13px;}.form-module .form-footer .text-footer h3{font-family:"Fustat", sans-serif;font-size:24px;font-weight:bold;color:#fff;margin:12px 0 25px;}.form-module .form-footer .text-footer span:not(.mobile_block){display:block;}.form-module .form-footer .text-footer p span{display:inline-block;}.form-module .form-footer .text-footer ul{font-family:"Fustat", sans-serif;font-size:14px;}.form-module .form-footer .imageSection{float:right;width:50%;}.form-module .message{margin-bottom:20px;}.block-DefaultOpisowy .form-footer{width:100%;max-width:1030px;margin:0 auto;margin-top:58px;padding-left:0px;margin-bottom:86px;padding-right:0px;position:relative;overflow:hidden;}.block-DefaultOpisowy .form-footer .text-footer{position:absolute;background:#121e2c;color:#fff;padding:16px;width:100%;max-width:50%;top:50%;padding:17px 30px 30px 30px;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);}.block-DefaultOpisowy .form-footer .text-footer > div{font-size:13px;line-height:23px;}.block-DefaultOpisowy .form-footer .text-footer > div:first-of-type{margin-bottom:23px;}.block-DefaultOpisowy .form-footer .text-footer .lang{color:#313943;opacity:0.64;font-weight:bold;font-size:13px;}.block-DefaultOpisowy .form-footer .text-footer h3{font-family:"Fustat", sans-serif;font-size:24px;font-weight:bold;color:#fff;margin:12px 0 25px;}.block-DefaultOpisowy .form-footer .text-footer span:not(.mobile_block){display:block;}.block-DefaultOpisowy .form-footer .text-footer p span{display:inline-block;}.block-DefaultOpisowy .form-footer .text-footer ul{font-family:"Fustat", sans-serif;font-size:14px;}.block-DefaultOpisowy .form-footer .imageSection{float:right;width:50%;}#zone-33 .block-DefaultOpisowy .offer-map{position:relative;}@media only screen and (min-width:62.5em){#zone-33 .block-DefaultOpisowy .offer-map{padding:0 0 7rem 2rem;}}#zone-33 .block-DefaultOpisowy .offer-map::after{content:"";clear:both;display:table;}@media only screen and (min-width:62.5em){#zone-33 .block-DefaultOpisowy .offer-map .imageSection{position:absolute;top:0;left:50%;bottom:0;right:0;}}#zone-33 .block-DefaultOpisowy .offer-map .offer-map-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;}#zone-33 .block-DefaultOpisowy .offer-map .offer-map-container .offer-map-title{line-height:auto;font-weight:600;margin-top:4rem;font-size:3.5rem;}@media only screen and (min-width:62.5em){#zone-33 .block-DefaultOpisowy .offer-map .offer-map-container .offer-map-title{font-size:5rem;margin-top:7rem;}}#zone-33 .block-DefaultOpisowy .offer-map .offer-map-container .offer-map-city p{margin-bottom:0;}#zone-33 .block-DefaultOpisowy .offer-map .offer-map-container .offer-map-city .title{margin:1rem 0;font-weight:600;}@media only screen and (min-width:62.5em){#zone-33 .block-DefaultOpisowy .offer-map .offer-map-container .offer-map-city .title{font-size:2rem;line-height:auto;font-weight:600;}}#zone-33 .block-DefaultOpisowy .offer-map .offer-map-container .offer-map-city .look_map{color:#00608a;}@media only screen and (min-width:62.5em){#zone-33 .block-DefaultOpisowy .offer-map .offer-map-container .offer-map-city .look_map{font-size:1.6rem;line-height:2.4rem;font-weight:600;}}#zone-33 .block-DefaultOpisowy .offer-map .offer-map-container .offer-map-city .arrow{color:#00608a;margin:1rem 0;cursor:pointer;}#zone-33 .block-DefaultOpisowy .offer-map .offer-map-container .columns{padding:0;}#mapModal{width:100%;height:100%;max-height:calc(100% - 80px);max-width:calc(100% - 80px);}#mapModal #map{width:100%;position:absolute;top:0px;left:0px;height:100%;}.file_element .file_input{display:none !important;}.file_element .file_container{width:100%;height:50px;background-color:#fff;line-height:50px;}.file_element .file_container .name_file{width:calc(100% - 83px);display:inline-block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:10px;}.file_element .file_container .choose_file{color:#016dc6;float:right;padding:0 10px;font-weight:bold;cursor:pointer;}.desc-module .tags-box{margin-bottom:20px;}.desc-module.quote{background-color:#f7f7f7;padding:32px;overflow:hidden;position:relative;border-radius:5px;margin-bottom:80px;margin-top:80px;}.desc-module.quote:before{content:none;}.desc-module.quote.block-blue{background-color:#e7f1fa;}.desc-module.quote .ideo_quote{display:block;margin-top:0;margin-bottom:15px;font-size:60px;color:#016dc6;}.desc-module.quote .quote-content{display:block;}.desc-module.quote .quote-content p{font-weight:600;font-size:24px;line-height:1.3;margin-bottom:0;}@media screen and (max-width:768px){.desc-module.quote .quote-content p{font-size:20px;}}.desc-module.quote .quote-author{color:#010101;font-weight:300;font-size:14px;line-height:1.5;margin-top:30px;margin-bottom:0;text-align:left;width:max-content;margin-left:auto;}.desc-module.quote .quote-author .name{font-weight:600;font-size:20px;line-height:1;margin-bottom:8px;}.desc-module.image-back{overflow:hidden;margin-bottom:25px;padding:3rem 2.5rem 2rem;background-size:cover;}.clients-list{overflow:hidden;padding-top:3px;margin:0 4px;}.clients-list .line{border-bottom:1px solid #dcdcdc;margin:129px 208px 70px;text-align:center;}.clients-list .line button{margin-bottom:-27.5px;}.clients-list .elem{float:left;width:calc(20% - 8px);margin:0 4px 10px;display:block;position:relative;}.clients-list .elem .nazwa_klienta{height:200px;text-align:center;font-size:24px;position:relative;}.clients-list .elem .nazwa_klienta span{position:absolute;top:50%;-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%);width:100%;left:0;font-weight:bold;}.clients-list .elem:before{content:'';position:absolute;bottom:5px;left:0%;width:100%;height:3px;opacity:0;background:#00608a;-webkit-transform:scale3d(0, 1, 1);transform:scale3d(0, 1, 1);-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transition:-webkit-transform 0s 0.2s, opacity 0.2s;transition:transform 0s 0.2s, opacity 0.2s;z-index:2;}.clients-list .elem:after{content:'';position:absolute;bottom:5px;left:0%;width:100%;height:3px;background:#dcdcdc;z-index:1;}.clients-list .elem img{max-width:200px;max-height:200px;width:100%;height:100%;width:200px;height:200px;-webkit-filter:grayscale(100%);-moz-filter:grayscale(100%);-o-filter:grayscale(100%);-ms-filter:grayscale(100%);filter:grayscale(100%);-webkit-transition-duration:0.3s;transition-duration:0.3s;}.clients-list .elem:hover:before{opacity:1;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);-webkit-transition:-webkit-transform 0.2s, opacity 0.1s;transition:transform 0.2s, opacity 0.1s;-webkit-transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);transition-timing-function:cubic-bezier(0.2, 1, 0.3, 1);}.clients-list .elem:hover img{-webkit-filter:grayscale(0%);-moz-filter:grayscale(0%);-o-filter:grayscale(0%);-ms-filter:grayscale(0%);filter:grayscale(0%);}.realizations-selects .columns:first-child,.realizations-selects .columns:nth-child(2){margin-bottom:10px;}.realizations-selects .columns .select2-container{margin-bottom:0;}.realizations-selects .columns .select2-container .select2-selection:hover{border-color:#121e2c;}.realizations-selects .columns #change-view{text-align:center;height:40px;}.realizations-selects .columns #change-view .change-view-desc{display:inline-block;vertical-align:top;line-height:40px;margin-right:9px;}.realizations-selects .columns #change-view a{display:inline-block;vertical-align:top;margin:5px 0 0 7px;width:30px;height:30px;}.realizations-selects .columns #change-view a.active{cursor:default;}.realizations-list .list .realization{overflow:hidden;border-bottom:2px solid #f6f6f6;padding:0 0 2rem;margin:0 0 2rem;}.realizations-list .list .realization:last-child{border-bottom:0 none;}.realizations-list .list .realization .foto-container{margin:0 auto 20px;height:240px;}.realizations-list .list .realization .realization-content{overflow:hidden;}.realizations-list .list .realization .realization-content > .title{line-height:1;margin:-0.3rem 0 2.2rem 0;text-align:center;}.realizations-list .list .realization .realization-content > .title a{color:#016dc6;}.realizations-list .list .realization .realization-content > .title a:hover{color:#121e2c;}.realizations-list .list .realization .realization-content .realization-info .elem{overflow:hidden;margin:0 0 1rem;box-shadow:none;}.realizations-list .list .realization .realization-content .realization-info .elem .title{width:144px;float:left;display:block;}.realizations-list .list .realization .realization-content .realization-info .elem .value{display:block;overflow:hidden;}.realizations-list .list .realization .realization-content .realization-info .elem .value a{color:#016dc6;}.realizations-list .list .realization .realization-content .realization-info .elem .value a:hover{color:#121e2c;}.realizations-tiles .list .elem{padding:0 10px;}.realization-single-filters .columns .select2-selection__rendered{color:#bababa !important;}.realization-single-filters .columns .select2-container{margin-bottom:0;}.realization-single-filters .columns .select2-container .select2-selection:hover{border-color:#121e2c;}.realization-single-filters .back-to-list{display:block;padding:1rem 2rem;border:1px solid #bababa;color:#bababa;font-weight:normal;font-size:1.3rem;text-align:right;}.realization-single-filters .back-to-list:before{content:"";display:block;width:7px;height:12px;position:absolute;top:50%;left:15px;margin-top:-6px;}.realization-single-filters .back-to-list:focus,.realization-single-filters .back-to-list:hover{border-color:#121e2c;background:#fff;}.realization-single{padding-bottom:20px;}.realization-single .navigationRealization{position:relative;height:25.5px;border-bottom:1px solid #dcdcdc;margin:0 11px 45px;}.realization-single .navigationRealization .next,.realization-single .navigationRealization .prev{position:absolute;display:block;width:51px;height:51px;border:1px solid #dcdcdc;background-color:#fff;}.realization-single .navigationRealization .next{right:-71px;}.realization-single .navigationRealization .next:before{content:'';}.realization-single .navigationRealization .prev{left:-71px;}.realization-single .navigationRealization .prev:before{content:'';}.realization-single .navigationRealization i{font-size:50px;}.realization-single .real-name{font-size:2.8rem;text-align:center;margin-bottom:10px;}.realization-single .tags-box{text-align:center;margin-bottom:20px;}.realization-single .tags-box .tag:not(:last-child):after{content:",";}.realization-single .slider-box{position:relative;float:right;width:100%;max-width:500px;max-height:399px;margin-bottom:30px;margin-left:20px;z-index:9;margin-bottom:50px;}.realization-single .slider-box .background{position:absolute;width:100%;height:100%;top:10px;right:-10px;background-color:#016dc6;}.realization-single .slider-box .look_online{position:absolute;font-family:"Fustat", sans-serif;font-weight:bold;color:#121e2c;bottom:-38px;font-size:14px;left:11px;letter-spacing:0.5px;}.realization-single .slider-box .look_online .arrow-long{vertical-align:top;margin-left:10px;margin-top:3.5px;}.realization-single .slider-realization{margin:0 -20px 40px;visibility:hidden;}.realization-single .slider-realization img{max-width:none;}.realization-single .slider-realization .slick-prev{left:20px;}.realization-single .slider-realization .slick-next{right:20px;}.realization-single .slider-realization .slick-slide{max-height:300px;}.realization-single .slider-realization .slick-slide a{display:block;}.realization-single .slider-realization .slick-slide a img{margin:0 auto;position:relative;width:100%;height:auto;}.realization-single .slider-realization .slick-slide a.cursor-context img{max-width:408px;}.realization-single .slider-realization .slick-dots{display:block;padding:0;position:absolute;bottom:-37px;right:11px;background:transparent;}.realization-single .slider-realization .slick-dots li:not(.slick-active) button:before{background-color:#121e2c;}.realization-single .foto-container .foto-content{text-align:center;width:200px;float:left;margin-right:15px;}.realization-single .foto-container .foto-content img{width:100%;height:auto;}.realization-single .about-company{margin-bottom:20px;font-size:15px;font-family:"Fustat", sans-serif;}.realization-single .about-company p{font-size:15px;font-family:"Fustat", sans-serif;}.realization-single .about-company h2,.realization-single .about-company h3,.realization-single .about-company h4,.realization-single .about-company h5,.realization-single .about-company h6{font-family:"Fustat", sans-serif;color:#121e2c;position:relative;padding-top:40px;clear:both;}.realization-single .about-company h2:before,.realization-single .about-company h3:before,.realization-single .about-company h4:before,.realization-single .about-company h5:before,.realization-single .about-company h6:before{content:'';height:1px;width:100%;position:absolute;top:0px;left:0px;}.realization-single .about-company h2{font-size:40px;font-weight:bold;}.realization-single .about-company h3{font-size:36px;}.realization-single .about-company h4{font-size:30px;}.realization-single .about-company h5{font-size:25px;font-weight:bold;}.realization-single .about-company .navigationRealization .next{right:50%;margin-right:-55px;}.realization-single .about-company .navigationRealization .prev{left:50%;margin-left:-55px;}.realization-single .about-company blockquote{margin:0;border:0;font-size:24px;text-align:center;position:relative;padding:15px 0 35px 60px;color:#121e2c;font-family:"Fustat", sans-serif;}.realization-single .about-company blockquote:after{content:'\e909';position:absolute;top:10px;left:0;font-size:60px;color:#65cdaa;}.realization-single .about-company blockquote p{font-family:"Fustat", sans-serif;color:#121e2c;font-size:25px;display:block;line-height:3rem;}.realization-single .about-company .adv-heading-style{padding-right:150px;margin:0 0 58px 0px;}.realization-single .about-company .adv-heading-style:after{content:'\e910';position:absolute;top:0;right:0;display:none;font-size:142px;}.realization-single .about-company .realization-image{float:right;max-width:400px;padding-left:15px;padding-bottom:15px;}.realization-single .about-company .realization-image .button-see-online{margin-top:20px;}.realization-single .client-info{margin-bottom:20px;}.realization-single .client-info .client-name{margin-bottom:30px;}.realization-single .client-info .online-realization{display:block;padding:1.4rem 5rem 1.5rem 2rem;}.select2-container--default .select2-search--dropdown .select2-search__field{height:30px;line-height:30px;padding:0 10px;}.select2-dropdown .select2-results ul{line-height:1.5;}.select2-dropdown .select2-results ul li{margin-bottom:0;padding:3px 13px;font-family:"Fustat", sans-serif;font-weight:bold;font-size:12px;color:#969696;}.select2-dropdown .select2-results ul li.select2-results__option--highlighted{background-color:transparent;color:#121e2c;}.select2-dropdown .select2-results ul li.select2-results__option--highlighted a{color:#121e2c;}.select2-dropdown .select2-results ul li a{font-family:"Fustat", sans-serif;font-weight:normal;font-size:12px;color:#969696;margin:0;padding:0 6px;}.select2-dropdown .select2-results ul li a.dzial{font-weight:900;}.select2-dropdown .select2-results ul li a.kategoria{padding-left:10px;}.select2-dropdown .select2-results ul li a.podkategoria{padding-left:16px;}.job-offers.realization-module .bigAndWidth .elem:nth-child(5){position:relative;}.job-offers.realization-module .bigAndWidth .elem:nth-child(5) .imageBg:before{background-color:#016dc6;}.job-offers.realization-module .bigAndWidth .elem:nth-child(6){width:200px;}.job-offers.realization-module .bigFirst .elem:nth-child(4) .imageBg:before{background-color:#121e2c;}.job-offers.realization-module .bigFirst .elem:nth-child(5) .imageBg:before{background-color:#016dc6;}.realization-module{padding-top:0px;margin:0;margin-bottom:30px;}.realization-module .realizations-selects{text-align:center;position:relative;}.realization-module .realizations-selects .search{display:inline-block;margin:0px 0px 10px;}.realization-module .realizations-selects .search .select2-container{height:40px;margin-bottom:0px;z-index:9;}.realization-module .realizations-selects .search .select2-container .select2-selection__rendered{color:#969696;font-weight:normal;font-size:12px;padding-left:12px;text-align:left;}.realization-module .realizations-selects .search .select2-container.select2-container--open .select2-selection{border-bottom:0px;}.realization-module .realizations-selects .search .select2-container .select2-selection--single .select2-selection__arrow b{border-width:5px 4px 0 4px;}.realization-module .realizations-selects .search .select2-container .select2-selection--single .select2-selection__arrow b:before{display:none;}.realization-module .fnLoadRealization{overflow:hidden;}.realization-module .line{border-bottom:1px solid #dcdcdc;margin:129px 208px 40px;text-align:center;}.realization-module .line button{margin-bottom:-27.5px;}.realization-module .elemBig,.realization-module .realization-module .bigFirst .elem:first-of-type,.realization-module .bigFirst .realization-module .elem:first-of-type,.realization-module .realization-module .bigAndWidth .elem:nth-child(2),.realization-module .bigAndWidth .realization-module .elem:nth-child(2){width:408px;height:408px;float:left;box-shadow:none;margin-right:9px;}.realization-module .elemBig .goToRealization,.realization-module .realization-module .bigFirst .elem:first-of-type .goToRealization,.realization-module .bigFirst .realization-module .elem:first-of-type .goToRealization,.realization-module .realization-module .bigAndWidth .elem:nth-child(2) .goToRealization,.realization-module .bigAndWidth .realization-module .elem:nth-child(2) .goToRealization{padding:0px 15px 20px 31px;height:100%;padding-top:72%;}.realization-module .elemBig .goToRealization .title,.realization-module .realization-module .bigFirst .elem:first-of-type .goToRealization .title,.realization-module .bigFirst .realization-module .elem:first-of-type .goToRealization .title,.realization-module .realization-module .bigAndWidth .elem:nth-child(2) .goToRealization .title,.realization-module .bigAndWidth .realization-module .elem:nth-child(2) .goToRealization .title{font-size:3rem;line-height:3.5rem;width:100%;position:static;font-weight:bold;}.realization-module .elemBig .goToRealization .subTitle,.realization-module .realization-module .bigFirst .elem:first-of-type .goToRealization .subTitle,.realization-module .bigFirst .realization-module .elem:first-of-type .goToRealization .subTitle,.realization-module .realization-module .bigAndWidth .elem:nth-child(2) .goToRealization .subTitle,.realization-module .bigAndWidth .realization-module .elem:nth-child(2) .goToRealization .subTitle{font-size:1.8rem;position:static;}.realization-module .elemBig .goToRealization .logo_client,.realization-module .realization-module .bigFirst .elem:first-of-type .goToRealization .logo_client,.realization-module .bigFirst .realization-module .elem:first-of-type .goToRealization .logo_client,.realization-module .realization-module .bigAndWidth .elem:nth-child(2) .goToRealization .logo_client,.realization-module .bigAndWidth .realization-module .elem:nth-child(2) .goToRealization .logo_client{width:400px !important;height:400px !important;top:0px;left:0px;}.realization-module .elemBig.imageBg img,.realization-module .realization-module .bigFirst .elem:first-of-type.imageBg img,.realization-module .bigFirst .realization-module .elem:first-of-type.imageBg img,.realization-module .realization-module .bigAndWidth .elem:nth-child(2).imageBg img,.realization-module .bigAndWidth .realization-module .elem:nth-child(2).imageBg img{position:absolute;top:0px;left:0px;}.realization-module .elemBig.imageBg:before,.realization-module .realization-module .bigFirst .elem:first-of-type.imageBg:before,.realization-module .bigFirst .realization-module .elem:first-of-type.imageBg:before,.realization-module .realization-module .bigAndWidth .elem:nth-child(2).imageBg:before,.realization-module .bigAndWidth .realization-module .elem:nth-child(2).imageBg:before{-webkit-transition-duration:0.3s;transition-duration:0.3s;content:'';position:absolute;top:0px;left:0px;width:100%;height:100%;background:rgba(0, 0, 0, 0.4);z-index:1;}.realization-module .elemBig.imageBg:hover:before,.realization-module .realization-module .bigFirst .elem:first-of-type.imageBg:hover:before,.realization-module .bigFirst .realization-module .elem:first-of-type.imageBg:hover:before,.realization-module .realization-module .bigAndWidth .elem:nth-child(2).imageBg:hover:before,.realization-module .bigAndWidth .realization-module .elem:nth-child(2).imageBg:hover:before{background:#fff;}.realization-module .elem{width:200px;height:200px;float:left;margin-right:8px;margin-bottom:8px;}.realization-module .elem:nth-child(4n){margin-right:0px;}.realization-module .elem img{width:100%;height:auto;opacity:0;transition-property:transform;-webkit-transition-duration:5s;transition-duration:5s;-ms-transform:scale(1) translateZ(0);-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0);}.realization-module .elem .foto{position:relative;width:100%;height:100%;overflow:hidden;box-shadow:none;}.realization-module .elem .foto .goToRealization{position:absolute;z-index:2;width:100%;left:0;bottom:0;padding:0px 18px;height:100%;min-height:114px;}.realization-module .elem .foto .goToRealization .title{font-family:"Fustat", sans-serif;color:#fff;margin:0px;text-align:left;opacity:1;font-size:20px;font-weight:bold;position:absolute;top:25px;line-height:23px;width:calc(100% - 30px);box-sizing:border-box;left:18px;}.realization-module .elem .foto .goToRealization .subTitle{font-family:"Fustat", sans-serif;color:#fff;display:block;text-align:left;opacity:1;position:absolute;bottom:27px;font-size:13px;}.realization-module .elem .foto .goToRealization .logo_client{position:absolute;opacity:0;bottom:0px;width:200px;height:200px;}.realization-module .elem .foto.imageBg img{position:absolute;top:0px;left:0px;}.realization-module .elem .foto.imageBg:before{-webkit-transition-duration:0.3s;transition-duration:0.3s;content:'';position:absolute;top:0px;left:0px;width:100%;height:100%;z-index:1;}.realization-module .elem .foto.imageBg:hover:before{background:#fff;}.realization-module .elem .foto:hover:before{opacity:0.4;}.realization-module .elem .foto:hover img{opacity:1;-ms-transform:scale(1.1);-webkit-transform:scale(1.1);transform:scale(1.1);}.realization-module .bigFirst .elem:first-of-type .imageBg:before{background-color:#016dc6;}.realization-module .bigFirst .elem:nth-child(2) .imageBg .title,.realization-module .bigFirst .elem:nth-child(7) .imageBg .title,.realization-module .bigFirst .elem:nth-child(2) .imageBg .subTitle,.realization-module .bigFirst .elem:nth-child(7) .imageBg .subTitle{color:#121e2c;}.realization-module .bigFirst .elem:nth-child(2) .imageBg:before,.realization-module .bigFirst .elem:nth-child(7) .imageBg:before{background-color:#fff;}.realization-module .bigFirst .elem:nth-child(3) .imageBg .title,.realization-module .bigFirst .elem:nth-child(3) .imageBg .subTitle{color:#121e2c;}.realization-module .bigFirst .elem:nth-child(3) .imageBg:before{background-color:#f7f7f7;}.realization-module .bigFirst .elem:nth-child(4) .imageBg:before,.realization-module .bigFirst .elem:nth-child(6) .imageBg:before{background-color:#016dc6;}.realization-module .bigFirst .elem:nth-child(5) .imageBg:before{background-color:#121e2c;}.realization-module .widthCenter .elem:nth-child(3){width:408px;}.realization-module .widthCenter .elem:nth-child(3) .goToRealization img{height:200px !important;width:auto !important;margin:0 auto;left:50%;margin-left:-100px;}.realization-module .widthCenter .elem:nth-child(3) .goToRealization .title{font-size:3rem;line-height:3.5rem;}.realization-module .widthCenter .elem:nth-child(3) .goToRealization .subTitle{font-size:18px;}.realization-module .widthCenter .elem:nth-child(1) .imageBg:before{background-color:#121e2c;}.realization-module .widthCenter .elem:nth-child(2) .imageBg .title,.realization-module .widthCenter .elem:nth-child(2) .imageBg .subTitle{color:#121e2c;}.realization-module .widthCenter .elem:nth-child(2) .imageBg:before{background-color:#fff;}.realization-module .widthCenter .elem:nth-child(3) .imageBg .title,.realization-module .widthCenter .elem:nth-child(3) .imageBg .subTitle{color:#121e2c;}.realization-module .widthCenter .elem:nth-child(3) .imageBg:before{background-color:#f7f7f7;}.realization-module .widthCenter .elem:nth-child(4) .imageBg:before{background-color:#016dc6;}.realization-module .bigAndWidth{position:relative;}.realization-module .bigAndWidth .elem:nth-child(5){position:absolute;bottom:0;left:0;}.realization-module .bigAndWidth .elem:nth-child(6){width:408px;}.realization-module .bigAndWidth .elem:nth-child(6) .goToRealization img{height:200px !important;width:auto !important;margin:0 auto;left:50%;margin-left:-100px;}.realization-module .bigAndWidth .elem:nth-child(1) .imageBg:before,.realization-module .bigAndWidth .elem:nth-child(2) .imageBg:before{background-color:#016dc6;}.realization-module .bigAndWidth .elem:nth-child(3) .imageBg .title,.realization-module .bigAndWidth .elem:nth-child(3) .imageBg .subTitle{color:#121e2c;}.realization-module .bigAndWidth .elem:nth-child(3) .imageBg:before{background-color:#fff;}.realization-module .bigAndWidth .elem:nth-child(4) .imageBg .title,.realization-module .bigAndWidth .elem:nth-child(4) .imageBg .subTitle{color:#121e2c;}.realization-module .bigAndWidth .elem:nth-child(4) .imageBg:before{background-color:#f7f7f7;}.realization-module .bigAndWidth .elem:nth-child(5) .imageBg .title,.realization-module .bigAndWidth .elem:nth-child(5) .imageBg .subTitle{color:#121e2c;}.realization-module .bigAndWidth .elem:nth-child(5) .imageBg:before{background-color:#fff;}.realization-module .bigAndWidth .elem:nth-child(6) .imageBg:before{background-color:#121e2c;}.realization-module .widthFirst .elem:nth-child(1){width:408px;}.realization-module .widthFirst .elem:nth-child(1) .goToRealization img{height:200px !important;width:auto !important;margin:0 auto;left:50%;margin-left:-100px;}.realization-module .widthFirst .elem:nth-child(1) .goToRealization .title{font-size:3rem;line-height:3.5rem;}.realization-module .widthFirst .elem:nth-child(1) .goToRealization .subTitle{font-size:18px;}.realization-module .widthFirst .elem:nth-child(3) .imageBg:before{background-color:#016dc6;}.realization-module .widthFirst .elem:nth-child(2) .imageBg .title,.realization-module .widthFirst .elem:nth-child(2) .imageBg .subTitle{color:#121e2c;}.realization-module .widthFirst .elem:nth-child(2) .imageBg:before{background-color:#fff;}.realization-module .widthFirst .elem:nth-child(4) .imageBg .title,.realization-module .widthFirst .elem:nth-child(4) .imageBg .subTitle{color:#121e2c;}.realization-module .widthFirst .elem:nth-child(4) .imageBg:before{background-color:#f7f7f7;}.realization-module .widthFirst .elem:nth-child(1) .imageBg:before{background-color:#121e2c;}.list-module{margin-bottom:50px;}.list-module .desc{width:76%;margin:0 auto;padding-left:7px;color:#fff;font-size:14px;font-family:"Fustat", sans-serif;}.list-module .desc p{text-align:center !important;font-family:"Fustat", sans-serif;font-size:14px;opacity:0.7;}.list-module ul{margin:0;text-align:center;}.list-module ul li{padding:0 3px;margin-bottom:18px;}.list-module ul li h3{margin:0;}.list-module ul li a{font-size:1.3rem;color:#121e2c;display:block;overflow:hidden;}.list-module ul li a .ico{float:left;font-size:30px;margin:0 18px 0 0;height:auto;line-height:20px;color:#121e2c;}.list-module ul li a:hover{color:#121e2c;}.list_more_article{overflow:hidden;border-top:1px solid #dedede;padding:40px 0 20px;display:inline-block;margin-top:20px;}.list_more_article .title_more{font-size:17px;margin:0 0 12px;line-height:15px;text-align:left;padding-left:13px;font-weight:bold;font-family:"Fustat", sans-serif;}.list_more_article .side-nav li{margin:0;float:left;width:130px;border:0px solid #dcdcdc;border-left:0px;}.list_more_article .side-nav li:before{display:none !important;}.list_more_article .side-nav li a{border:1px solid #dcdcdc;border-right-width:0px;text-decoration:none;}.list_more_article .side-nav li:last-of-type a{border-right-width:1px;}.fullpage-bg .description-block blockquote + p{text-align:center !important;}.ideoCorporation.news-module.news-list .news .read-more{width:auto;height:auto;}.ideoCorporation.news-module.news-list .news .read-more:before{float:right;margin-left:10px;line-height:24px;}.structure{margin:0 -4px;}.structure .grid__item{display:inline-block;padding:0 4px;vertical-align:top;margin-bottom:17px;text-align:left;}.structure .grid__item a{cursor:context-menu;}.structure .grid__item a:hover{color:#121e2c;}.structure .grid__item .desc_outside{padding:15px 18px;max-width:200px;}.structure .grid__item .desc_outside .name,.structure .grid__item .desc_outside .surname{font-size:20px;font-weight:bold;line-height:21px;margin-bottom:3px;}.structure .grid__item .desc_outside .surname{margin-bottom:5px;}.structure .grid__item .desc_outside .job{font-size:13px;}.preview .description .details ul li i{font-size:25px;display:inline-block;vertical-align:middle;margin-right:10px;}.preview .description .details ul li span{display:inline-block;vertical-align:middle;}.ebook.news__header--title{font-size:55px;font-weight:bold;text-align:center;margin:42px 0 23px;line-height:64px;}#jq-modal-formularz .komunikat.sukces{color:#00608a;}#modul_komunikat.message .text{font-size:inherit;}.dynamic-form-module h3.title{text-align:center;}.dynamic-form-module .df-main .df-control{margin-bottom:40px;}.dynamic-form-module .df-main .df-control label{font-size:14px;font-family:"Fustat", sans-serif;margin:1px 0 7px 5px;}.dynamic-form-module .df-main .df-control .df-label{font-size:16px;font-weight:bold;font-family:"Fustat", sans-serif;margin-bottom:18px;}.dynamic-form-module .df-main .df-control textarea{padding-top:14px;}.dynamic-form-module .df-element label{margin-left:20px;}.dynamic-form-module .df-element input{margin-right:10px;}.dynamic-form-module .df-element .checkbox-val{border:1px solid #bababa;}.dynamic-form-module .desc{text-align:center;}.dynamic-form-module .footer{text-align:center;}.dynamic-form-module .footer .required{text-align:left;}#loadMore{display:none;}#loadMore.showLoadMore{display:block;margin-top:10px;}.ebook__image img{margin:0 auto;display:block;}.ebook__main{margin-top:100px;}.ebook__desc ol.big{list-style:none;margin-top:80px;padding-left:20%;}.ebook__desc ol.big li{padding-left:15px;font-size:14px;margin-top:55px;margin-bottom:55px;counter-increment:item;position:relative;}.ebook__desc ol.big li:before{content:counter(item) ".";margin-right:10px;display:inline-block;font-size:50px;color:#0f76a4;font-weight:800;float:left;position:absolute;left:-80px;top:-12px;}.ebook__desc ol.big li strong{display:block;color:#1a1a1a;font-size:25px;line-height:30px;font-weight:800;margin-bottom:5px;}.ebook__content{min-height:100px;}.ebook__content.image{max-width:100%;}.ebook__content .list-of-contact-forms{padding-left:0;list-style:none;}.ebook__content .contact-list-item.ebook{width:100%;}.ebook__content .contact-label{width:120px;margin-top:10px;text-align:right;}.ebook__content .w-input,.ebook__content .w-select{display:block;height:38px;padding:8px 12px;margin-bottom:10px;font-size:14px;line-height:1.42857;color:#333;vertical-align:middle;background-color:#f7f7f7;border:1px solid #f1f1f1;}.ebook__content .w-input ~ .error-text,.ebook__content .w-select ~ .error-text{display:none;}.ebook__content .w-checkbox .error-text{display:none;}.ebook__content .w-checkbox.error .error-text{display:block;color:red;padding-left:35px;}.ebook__content .w-input.error{border-color:red;}.ebook__content .w-input.error ~ .error-text{color:red;display:block;margin-bottom:10px;margin-top:-10px;}.ebook__content .text-content-paragraph-right{padding-right:0;line-height:25px;text-align:left;}.ebook__content .zgoda{position:relative;clear:both;}.ebook__content .zgoda .w-form-label{display:inline-block;cursor:pointer;font-weight:normal;margin-left:0;}.ebook__content .zgoda .w-form-label span{display:block;}.ebook__content .zgoda .w-form-label p{margin-bottom:0;}.ebook__content .zgoda .w-form-label .privacy-link{color:#00608a;pointer-events:all;}.ebook__content .zgoda .w-form-label .privacy-link:hover,.ebook__content .zgoda .w-form-label .privacy-link:focus{text-decoration:underline;}.ebook__content input[type="checkbox"] + label{position:relative;margin:5px 0;}.ebook__content .w-checkbox{margin-bottom:10px;}.ebook__content label{width:100%;}.ebook__content label.checkbox:before{content:'';display:block;float:left;width:20px;height:20px;border:1px solid #bababa;background-color:#fff;margin-right:15px;}.ebook__content input[type="checkbox"]:checked + label + label.w-form-label:before{background:url('/szablony/ideo/images/sprite.png') no-repeat -46px 2px #fff;}.ebook__content input[type="checkbox"]:checked + label.w-form-label:before{background:url('/szablony/ideo/images/sprite.png') no-repeat -46px 2px #fff;}.ebook__content .force-new-button{padding:10px;border:1px solid #a4cbdc;text-transform:none;line-height:45px;margin-top:20px;margin-bottom:20px;margin-left:30%;}.ebook__content .w-checkbox{position:relative;}.ebook__content .w-checkbox-input{margin:-1px;clip:rect(0, 0, 0, 0);overflow:hidden;position:absolute;width:1px;height:1px;}.ebook__content label.error{display:block;margin:-5px 0 0;}.ebook img{object-fit:contain;}@media screen and (max-width:1023px){.ebook .news .content{margin:0 20px !important;}}@media screen and (max-width:768px){.ebook .news .content{margin:0 !important;}}.ebook-heading-form.thanks{font-weight:700;text-align:center;padding:25px 0 0;}.ebook-heading-form.thanks-credentials{font-weight:700;text-align:center;padding:0 0 25px;}.ebook-content{padding:25px 0;}.btn-contact.main-page{display:inline-block;margin-right:10px;}.defaultdownloadebook .first-row .inner-wrap{overflow:visible;}.defaultdownloadebook .inner-row{max-width:1170px;}.ebook-section-header:before{content:'';position:absolute;width:600%;left:-250%;height:100%;background-color:#121e2c;display:block;z-index:-1;}#jq-form-ebook .lds-dual-ring-cnt{display:none;}#jq-form-ebook.disable-button{position:relative;}#jq-form-ebook.disable-button:before{content:'';background:rgba(0, 0, 0, 0.5);position:absolute;top:0;left:0;right:0;bottom:0;z-index:10;}#jq-form-ebook.disable-button.ebook__module:before{top:-15px;left:-15px;right:-15px;bottom:-15px;}#jq-form-ebook.disable-button .lds-dual-ring-cnt{display:flex;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);z-index:11;}#jq-form-ebook.disable-button .lds-roller{display:inline-block;position:relative;width:80px;height:80px;}#jq-form-ebook.disable-button .lds-roller div{animation:lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;transform-origin:40px 40px;will-change:transform;}#jq-form-ebook.disable-button .lds-roller div:after{content:" ";display:block;position:absolute;width:7px;height:7px;border-radius:50%;background:#fff;margin:-4px 0 0 -4px;}#jq-form-ebook.disable-button .lds-roller div:nth-child(1){animation-delay:-0.036s;}#jq-form-ebook.disable-button .lds-roller div:nth-child(1):after{top:63px;left:63px;}#jq-form-ebook.disable-button .lds-roller div:nth-child(2){animation-delay:-0.072s;}#jq-form-ebook.disable-button .lds-roller div:nth-child(2):after{top:68px;left:56px;}#jq-form-ebook.disable-button .lds-roller div:nth-child(3){animation-delay:-0.108s;}#jq-form-ebook.disable-button .lds-roller div:nth-child(3):after{top:71px;left:48px;}#jq-form-ebook.disable-button .lds-roller div:nth-child(4){animation-delay:-0.144s;}#jq-form-ebook.disable-button .lds-roller div:nth-child(4):after{top:72px;left:40px;}#jq-form-ebook.disable-button .lds-roller div:nth-child(5){animation-delay:-0.18s;}#jq-form-ebook.disable-button .lds-roller div:nth-child(5):after{top:71px;left:32px;}#jq-form-ebook.disable-button .lds-roller div:nth-child(6){animation-delay:-0.216s;}#jq-form-ebook.disable-button .lds-roller div:nth-child(6):after{top:68px;left:24px;}#jq-form-ebook.disable-button .lds-roller div:nth-child(7){animation-delay:-0.252s;}#jq-form-ebook.disable-button .lds-roller div:nth-child(7):after{top:63px;left:17px;}#jq-form-ebook.disable-button .lds-roller div:nth-child(8){animation-delay:-0.288s;}#jq-form-ebook.disable-button .lds-roller div:nth-child(8):after{top:56px;left:12px;}@keyframes lds-roller{#jq-form-ebook.disable-button 0%{transform:rotate(0deg);}#jq-form-ebook.disable-button 100%{transform:rotate(360deg);}}#form-id .lds-dual-ring-cnt{display:none;}#form-id .disable-button{position:relative;}#form-id .disable-button:before{content:'';background:rgba(0, 0, 0, 0.5);position:absolute;top:0;left:0;right:0;bottom:0;z-index:10;}#form-id .disable-button .lds-dual-ring-cnt{display:flex;position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);z-index:11;}#form-id .disable-button .lds-roller{display:inline-block;position:relative;width:80px;height:80px;}#form-id .disable-button .lds-roller div{animation:lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;transform-origin:40px 40px;will-change:transform;}#form-id .disable-button .lds-roller div:after{content:" ";display:block;position:absolute;width:7px;height:7px;border-radius:50%;background:#fff;margin:-4px 0 0 -4px;}#form-id .disable-button .lds-roller div:nth-child(1){animation-delay:-0.036s;}#form-id .disable-button .lds-roller div:nth-child(1):after{top:63px;left:63px;}#form-id .disable-button .lds-roller div:nth-child(2){animation-delay:-0.072s;}#form-id .disable-button .lds-roller div:nth-child(2):after{top:68px;left:56px;}#form-id .disable-button .lds-roller div:nth-child(3){animation-delay:-0.108s;}#form-id .disable-button .lds-roller div:nth-child(3):after{top:71px;left:48px;}#form-id .disable-button .lds-roller div:nth-child(4){animation-delay:-0.144s;}#form-id .disable-button .lds-roller div:nth-child(4):after{top:72px;left:40px;}#form-id .disable-button .lds-roller div:nth-child(5){animation-delay:-0.18s;}#form-id .disable-button .lds-roller div:nth-child(5):after{top:71px;left:32px;}#form-id .disable-button .lds-roller div:nth-child(6){animation-delay:-0.216s;}#form-id .disable-button .lds-roller div:nth-child(6):after{top:68px;left:24px;}#form-id .disable-button .lds-roller div:nth-child(7){animation-delay:-0.252s;}#form-id .disable-button .lds-roller div:nth-child(7):after{top:63px;left:17px;}#form-id .disable-button .lds-roller div:nth-child(8){animation-delay:-0.288s;}#form-id .disable-button .lds-roller div:nth-child(8):after{top:56px;left:12px;}@keyframes lds-roller{#form-id .disable-button 0%{transform:rotate(0deg);}#form-id .disable-button 100%{transform:rotate(360deg);}}#form-id #imagelightbox-loading{display:flex;flex-wrap:wrap;}.contents{font-family:"Fustat";font-style:normal;font-weight:900;color:#000;text-align:left !important;font-size:28px;line-height:1;letter-spacing:-0.03em;margin-bottom:10px;margin-top:33px;border-top:1px solid #dcdcdc;padding-top:33px;}.contents + ol{margin-bottom:33px;padding-bottom:33px;border-bottom:1px solid #dcdcdc;}.contents + ol li{font-style:normal;font-weight:normal;font-size:16px;line-height:1.5;margin-bottom:8px;color:#393939;padding:0 10px;cursor:pointer;}.ebook__content--sticky{position:fixed;bottom:0;right:0;background:#fff;z-index:99;border-top:1px solid #ccc;border-left:1px solid #ccc;padding:10px;display:none;}.ebook__content--sticky label.inline{margin:0;height:auto;}.ebook__content--sticky.ebook__content .w-form-label .more-txt{display:inline;}.ebook__content--sticky .more-txt{font-size:0;}.ebook__content--sticky .more-txt:before{content:'...';font-size:1.4rem;}.ebook__content--sticky .more-txt:after{content:'pokaż więcej';font-size:1.4rem;display:inline-block;padding-left:10px;cursor:pointer;}.ebook__content--sticky .more-txt.open{font-size:unset;}.ebook__content--sticky .more-txt.open:before{display:none;}.ebook__content--sticky .more-txt.open:after{display:none;}.realization-module{padding-top:0;margin-bottom:0;}.realization-module .realizations-selects{position:relative;display:grid;grid-template-columns:repeat(3, 1fr);gap:20px;width:100%;margin-bottom:32px;}@media only screen and (max-width: 47.9375em){.realization-module .realizations-selects{grid-template-columns:1fr;}}.realization-module .realizations-selects .search{display:inline-block;}.realization-module .realizations-selects .search:has(.filtr_kategoria){max-width:290px;}.realization-module .realizations-selects .search .select2-container{height:39px;margin-bottom:0;z-index:9;align-items:center;width:100%;}.realization-module .realizations-selects .search .select2-container .select2-selection__rendered{color:#010101;font-weight:300;font-size:16px;line-height:23px;}.realization-module .realizations-selects .search .select2-container.select2-container--open .select2-selection{border-bottom:0;}.realization-module .realizations-selects .search .select2-container .select2-selection--single{display:flex;align-items:center;}.realization-module .realizations-selects .search .select2-container .select2-selection--single .select2-selection__arrow b{border-width:5px 4px 0 4px;}.realization-module .realizations-selects .search .select2-container .select2-selection--single .select2-selection__arrow b::before{display:none;}.realization-module .fnLoadRealization{overflow:hidden;}.realization-module .line{border-bottom:1px solid #dcdcdc;margin:129px 208px 40px;text-align:center;}.realization-module .line button{margin-bottom:-27.5px;}.realization-module .realization-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:32px 20px;}.realization-module .realization-grid .realization-logo{top:0;animation:fadeIn 0.3s;position:absolute;width:100%;height:100%;justify-content:center;align-items:center;background:rgba(0, 0, 0, 0.4);display:flex;transition:all 0.3s;overflow:hidden;will-change:opacity;}.realization-module .realization-grid .realization-info{position:absolute;width:100%;background:rgba(0, 0, 0, 0.4);display:none;transition:all 0.3s;overflow:hidden;padding:20px;flex-direction:column;}.realization-module .realization-grid .realization-info p{text-align:start;color:white;margin-bottom:0;}.realization-module .realization-grid .realization-item{overflow:hidden;position:relative;border-radius:5px;padding:0;max-height:525px;height:100%;}.realization-module .realization-grid .realization-item:hover .realization-logo{display:none;opacity:0;}.realization-module .realization-grid .realization-item:hover .realization-info{bottom:0;animation:fadeIn 0.3s;display:flex;opacity:1;will-change:opacity;}.realization-module .realization-grid .realization-item:hover .realization-info p{margin-bottom:20px;}.realization-module .realization-grid .realization-item:hover .realization-info a{color:white !important;display:inline-flex;align-items:center;gap:16px;font-weight:600;font-size:18px;}.realization-module .realization-grid .realization-item:hover .realization-info a.goToRealization{gap:0;}.realization-module .realization-grid .realization-item:hover .realization-info a svg{color:white;width:26px;}.realization-module .realization-grid .foto{position:relative;overflow:hidden;}.realization-module .realization-grid .foto .goToRealization{z-index:1;width:100%;height:100%;}.realization-module .realization-grid .foto .goToRealization .realization-image{width:100%;height:100%;object-fit:cover;border-radius:5px;height:525px;}.realization-module .block-tiles.above-footer{margin-top:128px;margin-bottom:0;}.realization-module .navigation{display:flex;justify-content:center;margin-top:64px;gap:28px;}.realization-module .navigation span{padding:5px;font-size:16px;font-weight:300;cursor:pointer;}.realization-module .navigation span[disabled]{opacity:0.3;pointer-events:none;}.realization-module .navigation span.active-page{color:#07f;font-weight:600;}.realization-module .navigation span img{pointer-events:none;width:25px;height:10px;}.block-jobs-desc__title{text-align:center;}#zone-19 .block .block-title{font-size:2.5rem;font-weight:700;line-height:1.5em;text-align:center;}#zone-19 .tabs{display:flex;flex-direction:column;flex-wrap:wrap;border-bottom:1px solid #dcdcdc;}@media only screen and (min-width:48em){#zone-19 .tabs{flex-direction:row;}}#zone-19 .tabs .element{text-align:center;color:#00608a;padding:15px 20px;font-size:1.5rem;font-weight:700;cursor:pointer;}@media only screen and (min-width:48em){#zone-19 .tabs .element{width:33.33333%;font-size:2.7rem;}}#zone-19 .tabs .element.isActive{background:#00608a;color:#fff;}#zone-19 .tab{margin-top:20px;}.job-offers-columns{display:flex;flex-wrap:wrap;margin:-20px 0;}@media only screen and (min-width:48em){.job-offers-columns{margin:-20px;}}.job-offers-columns .job-offers-element{width:100%;padding:20px;margin:0;list-style:none;display:flex;}@media only screen and (min-width:48em){.job-offers-columns .job-offers-element{width:50%;}}.job-offers-columns .job-offers-ico{width:84px;min-height:60px;margin-right:20px;font-size:8rem;color:#00608a;}.job-offers-columns .job-offers-wrapper{flex:1 1;text-align:left;}.job-offers-columns .job-offers-head{font-size:1.75rem;font-weight:700;line-height:1.6em;margin:0;}.job-offers-columns .job-offers-content{margin:20px 0 0 0;}.realization-module.job-offers header .top-bar{border:none;}@media only screen and (min-width:48em){.view-contact{display:grid;grid-template-areas:'title title' 'desc form' 'map map';grid-template-columns:minmax(0, 1fr) minmax(0, 1fr);}}.view-contact__title{grid-area:title;font-size:3rem;line-height:1.2em;font-weight:700;text-align:center;}@media only screen and (min-width:62.5em){.view-contact__title{font-size:4.8rem;line-height:1.6em;}}.view-contact__desc{grid-area:desc;}.view-contact__form{grid-area:form;}.view-contact__map{grid-area:map;}.widget-jobs-map{display:flex;flex-direction:column;}@media only screen and (min-width:62.5em){.widget-jobs-map{flex-direction:row;}}#zone-28 .widget-jobs-map{position:relative;left:50%;width:calc(100vw - 16px);transform:translateX(-50%);}@media only screen and (min-width:62.5em){.widget-jobs-map .job-map{flex:1 1 auto;}}.widget-jobs-map .job-map #map-job-offers{min-height:575px;height:100%;}.widget-jobs-map .job-map #map-job-offers .google-tooltip{line-height:1.4em;}.widget-jobs-map .job-map #map-job-offers .google-tooltip .google-tooltip-point{font-size:2.5rem;line-height:1.5em;font-weight:700;margin-bottom:15px;}.widget-jobs-map .job-photo{width:100%;}@media only screen and (min-width:62.5em){.widget-jobs-map .job-photo{flex:0 0 auto;width:50%;}}.widget-jobs-map .job-photo img{width:100% !important;min-height:300px;max-height:575px;height:100% !important;object-fit:cover;}@media only screen and (min-width:62.5em){.job-offers .view-contact{grid-column-gap:5rem;}}.job-offers .view-contact .view-contact__title{text-align:left;}.job-offers .view-contact .view-contact__title::after{content:"";display:block;height:3px;width:30px;background-color:#00608a;margin:2rem 1rem;}.label-none{display:none;}.btn{display:inline-flex;align-items:center;justify-content:center;min-width:180px;min-height:60px;border:3px solid #00608a;padding:5px 20px;color:#00608a;font-weight:700;font-size:1.3rem;letter-spacing:2.25px;}.btn.btn-primary{background-color:#00608a;color:white;padding:5px 0;}.btn.btn-primary:hover,.btn.btn-primary:active,.btn.btn-primary:focus{color:#00608a;background-color:#fff;}.btn.btn-with-arrow:hover:after,.btn.btn-with-arrow:active:after,.btn.btn-with-arrow:focus:after{transform:translateX(10px);}.btn.btn-with-arrow::after{content:'\e908';font-family:'ideo';padding-left:10px;transition:0.3s;}.btn.btn-white{border-color:#fff;color:#fff;}.btn.btn-white:hover{border-color:#00608a;color:#00608a;}.btn:hover{background-color:#fff;}.btn.btn-offer{font-size:12px;letter-spacing:1px;line-height:22px;min-width:135px;margin:0;}.btn.btn-offer::after{content:'\e908';font-family:'ideo';padding-left:20px;transition:0.3s;}.btn.btn-offer a{color:#fff;}.btn.btn-custom{font-weight:600;background:#f7e966;color:#010101;min-height:46px;min-width:unset;line-height:1;font-size:18px;border-radius:5px;padding:10px 20px;border:0;transition:all 0.3s ease-out;letter-spacing:unset;text-decoration:none;}@media only screen and (max-width: 47.9375em){.btn.btn-custom{width:100%;}}.btn.btn-custom:hover{background:#e6d34c;color:#010101;}.btn.btn-custom:active{background-color:#d5c232;color:#010101;}.btn.btn-custom > span{background-color:unset !important;color:#010101;padding:14px 20px;border-radius:5px;}button.btn-load-offers{border:3px solid #00608a;background-color:#00608a;color:#fff;font-size:15px;font-weight:bold;vertical-align:middle;padding:0px 24px;height:50px;line-height:50px;min-height:60px;padding:5px 20px;}button.btn-load-offers::selection{background:#fff;color:#00608a;}button.btn-load-offers:hover{color:#00608a;background-color:#fff;}button.btn-load-offers .ideo_add{font-size:28px;font-weight:bold;vertical-align:sub;position:relative;top:2px;}.block-realizations .btn,.news-ecommerce .btn{margin:0 auto;margin-top:40px;letter-spacing:initial;font-size:17px;}.block-realizations .btn::after,.news-ecommerce .btn::after{font-size:14px;}.button-primary{display:flex;align-items:center;justify-content:center;background-color:#016dc6;color:#fff;border:none;padding:0 20px;border-radius:5px;font-size:18px;font-weight:600;line-height:1;height:46px;width:fit-content;transition:all 0.3s ease;}@media only screen and (max-width: 47.9375em){.button-primary{width:100%;}}.button-primary:hover{color:#fff;background-color:#015ca9;}.button-primary:active,.button-primary:focus{color:#fff;background-color:#014d8d;}.chat-wrapper-main{--font-color:#1f2937;position:fixed;bottom:8px;right:8px;z-index:9999999;font-family:"Fustat", sans-serif !important;}@media only screen and (min-width:62.5em){.chat-wrapper-main{bottom:32px;right:32px;}}@media (max-width:480px){.chat-wrapper-main::before{content:'';position:fixed;inset:0;backdrop-filter:blur(8px);background:rgba(0, 0, 0, 0.1);z-index:-1;pointer-events:none;opacity:0;transition:opacity 0.2s ease-in-out;}}@media (max-width:480px){.chat-wrapper-main.chat-open::before{opacity:1;}}.chat-wrapper-main button,.chat-wrapper-main input{font-family:"Fustat", sans-serif !important;}.chat-wrapper-main button{margin:0;padding:0;}.chat-wrapper-main button:hover{color:#016dc6;}.chat-wrapper-main .chat-widget{display:flex;align-items:center;}.chat-wrapper-main .chat-widget .chat-widget-open{display:flex;justify-content:center;align-items:center;font-size:50px;width:60px;height:60px;background:#016dc6;border-radius:50%;color:white;transition:all 0.3s ease;cursor:pointer;}.chat-wrapper-main .chat-widget .chat-widget-open i{font-size:30px;}.chat-wrapper-main .chat-widget .chat-widget-open:hover{transform:scale(1.1);box-shadow:0 4px 12px rgba(0, 0, 0, 0.15);}.chat-wrapper-main .chat-container{position:absolute;bottom:calc(100% + 22px);right:0;height:672px;max-height:calc(100vh - 135px);width:390px;box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.10);background:#fff;border-radius:10px;display:flex;flex-direction:column;justify-content:space-between;transition:transform 0.2s ease-in-out, opacity 0.2s ease-in-out;transform-origin:bottom right;transform:scale(0);opacity:0;}@media (max-width:480px){.chat-wrapper-main .chat-container{max-height:calc(100vh - 90px);max-height:calc(100dvh - 90px);max-width:calc(100vw - 16px);bottom:calc(100% + 12px);}}.chat-wrapper-main .chat-container.open{transform:scale(1);opacity:1;}.chat-wrapper-main .chat-container.open .chat-links{visibility:visible;opacity:1;}.chat-wrapper-main .chat-container .chat-input-form{display:flex;gap:10px;padding:0 20px 20px 20px;}.chat-wrapper-main .chat-container .chat-input-form input{width:100%;height:37px;margin-bottom:0;padding:8px 16px;border:0;border-radius:7px;border:1px solid #e5e7eb;font-size:14px;}.chat-wrapper-main .chat-container .chat-input-form input::placeholder{color:#6b7280;}.chat-wrapper-main .chat-container .chat-input-form input:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed;}.chat-wrapper-main .chat-container .chat-input-form button{flex-shrink:0;border:none;background:none;display:grid;place-items:center;width:42px;border-radius:5px;background:#016dc6;color:#016dc6;font-size:18px;cursor:pointer;}.chat-wrapper-main .chat-container .chat-input-form button:hover{filter:brightness(1.1);}.chat-wrapper-main .chat-container .chat-input-form button i{color:#fff;}.chat-wrapper-main .chat-container .chat-input-form button:disabled{opacity:0.5;cursor:not-allowed;}.chat-wrapper-main .chat-container .chat-messages{flex:1;display:flex;flex-direction:column;padding:20px 20px 0 20px;overflow:auto;scrollbar-width:thin;scrollbar-color:#016dc6 #e9e9e9;}.chat-wrapper-main .chat-container .chat-messages::-webkit-scrollbar{width:12px;}.chat-wrapper-main .chat-container .chat-messages::-webkit-scrollbar-track{background:#e9e9e9;}.chat-wrapper-main .chat-container .chat-messages::-webkit-scrollbar-thumb{background-color:#016dc6;border-radius:20px;border:3px solid #e9e9e9;}.chat-wrapper-main .chat-container .chat-messages .chat-message{display:flex;justify-content:flex-end;align-items:flex-start;position:relative;margin-bottom:20px;}.chat-wrapper-main .chat-container .chat-messages .chat-message.agent,.chat-wrapper-main .chat-container .chat-messages .chat-message.system,.chat-wrapper-main .chat-container .chat-messages .chat-message.welcome{justify-content:flex-start;}.chat-wrapper-main .chat-container .chat-messages .chat-message.agent .chat-message-text-block,.chat-wrapper-main .chat-container .chat-messages .chat-message.system .chat-message-text-block,.chat-wrapper-main .chat-container .chat-messages .chat-message.welcome .chat-message-text-block{align-items:flex-start;}.chat-wrapper-main .chat-container .chat-messages .chat-message.agent .chat-message-metadata,.chat-wrapper-main .chat-container .chat-messages .chat-message.system .chat-message-metadata,.chat-wrapper-main .chat-container .chat-messages .chat-message.welcome .chat-message-metadata{align-self:flex-start;}.chat-wrapper-main .chat-container .chat-messages .chat-message.agent .chat-message-actions,.chat-wrapper-main .chat-container .chat-messages .chat-message.system .chat-message-actions,.chat-wrapper-main .chat-container .chat-messages .chat-message.welcome .chat-message-actions{left:0;right:initial;}.chat-wrapper-main .chat-container .chat-messages .chat-message.user .chat-message-text-block{align-items:flex-end;}.chat-wrapper-main .chat-container .chat-messages .chat-message.user .chat-message-text{background:#016dc6;color:white;}.chat-wrapper-main .chat-container .chat-messages .chat-message-image{width:25px;height:25px;border-radius:50%;object-fit:cover;}.chat-wrapper-main .chat-container .chat-messages .chat-message-text-block{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;flex:1;}.chat-wrapper-main .chat-container .chat-messages .chat-message-text{padding:10px;margin:0;background:#f3f4f6;border-radius:12px;display:inline-block;word-wrap:break-word;max-width:100%;color:var(--font-color);}.chat-wrapper-main .chat-container .chat-messages .chat-message-text.typing{display:inline-flex;padding:12px;}.chat-wrapper-main .chat-container .chat-messages .chat-message-text.typing .dot{display:block;width:5px;height:5px;border-radius:50%;background:#aaa;animation:bounce 1.5s infinite ease-in-out;will-change:transform;}.chat-wrapper-main .chat-container .chat-messages .chat-message-text.typing .dot:nth-of-type(2){margin:0 5px;animation-delay:0.2s;}.chat-wrapper-main .chat-container .chat-messages .chat-message-text.typing .dot:nth-of-type(3){animation-delay:0.4s;}.chat-wrapper-main .chat-container .chat-messages .chat-message-text p:last-of-type{margin-bottom:0;}.chat-wrapper-main .chat-container .chat-messages .chat-message-text *{word-wrap:break-word;overflow-wrap:break-word;font-size:14px;line-height:1.5;}.chat-wrapper-main .chat-container .chat-messages .chat-message-text ul,.chat-wrapper-main .chat-container .chat-messages .chat-message-text ol{margin:8px 0;padding-left:30px;}.chat-wrapper-main .chat-container .chat-messages .chat-message-text li{margin:4px 0;}.chat-wrapper-main .chat-container .chat-messages .chat-message-text strong,.chat-wrapper-main .chat-container .chat-messages .chat-message-text b{font-weight:600;}.chat-wrapper-main .chat-container .chat-messages .chat-message-text em,.chat-wrapper-main .chat-container .chat-messages .chat-message-text i{font-style:italic;}.chat-wrapper-main .chat-container .chat-messages .chat-message-text code{background:rgba(0, 0, 0, 0.1);padding:2px 4px;border-radius:3px;font-family:monospace;font-size:0.9em;}.chat-wrapper-main .chat-container .chat-messages .chat-message-text pre{background:rgba(0, 0, 0, 0.05);padding:8px;border-radius:4px;overflow-x:auto;margin:8px 0;}.chat-wrapper-main .chat-container .chat-messages .chat-message-text pre code{background:transparent;padding:0;}.chat-wrapper-main .chat-container .chat-messages .chat-message-text a{color:#016dc6;text-decoration:underline;}.chat-wrapper-main .chat-container .chat-messages .chat-message-text blockquote{border-left:3px solid #e5e7eb;padding-left:12px;margin:8px 0;font-style:italic;color:#6b7280;}.chat-wrapper-main .chat-container .chat-messages .chat-message .chat-message-metadata{font-size:10px;margin:0 6px 3px;font-weight:light;align-self:flex-end;}.chat-wrapper-main .chat-container .chat-messages .chat-message .chat-message-info{font-size:10px;color:#6b7280;margin:2px 6px;}.chat-wrapper-main .chat-container .chat-messages .chat-message .chat-message-actions{position:absolute;top:100%;right:0;display:flex;opacity:0;transition:opacity 0.3s ease, visibility 0.3s ease;border:1px solid #e5e7eb;border-radius:8px;background:rgba(255, 255, 255, 0.95);z-index:10;visibility:hidden;}.chat-wrapper-main .chat-container .chat-messages .chat-message:hover .chat-message-actions{opacity:1;visibility:visible;}.chat-wrapper-main .chat-container .chat-messages .chat-message .chat-message-action-btn{display:flex;background:transparent;border:none;padding:8px;color:#6b7280;cursor:pointer;transition:all 0.2s;border-radius:4px;font-size:16px;}.chat-wrapper-main .chat-container .chat-messages .chat-message .chat-message-action-btn:hover{color:#016dc6;background:#e5e7eb;}.chat-wrapper-main .chat-container .chat-messages .chat-message .chat-message-action-btn:disabled{opacity:0.5;cursor:not-allowed;}.chat-wrapper-main .chat-container .chat-header{flex-shrink:0;border-bottom:1px solid #e5e7eb;background:#f9fafb;height:50px;padding-inline:15px;width:100%;border-radius:8px 8px 0 0;display:flex;justify-content:space-between;align-items:center;color:var(--font-color);}.chat-wrapper-main .chat-container .chat-header .chat-header-text{display:flex;align-items:center;gap:8px;color:var(--font-color);font-size:16px;font-weight:600;}.chat-wrapper-main .chat-container .chat-header .chat-header-text i{font-size:20px;color:#016dc6;}.chat-wrapper-main .chat-container .chat-header .chat-action-buttons{display:flex;gap:20px;}.chat-wrapper-main .chat-container .chat-header .chat-action-buttons .chat-close,.chat-wrapper-main .chat-container .chat-header .chat-action-buttons .chat-minimize{width:20px;height:20px;position:relative;background:none;border:none;cursor:pointer;}.chat-wrapper-main .chat-container .chat-header .chat-action-buttons .chat-minimize,.chat-wrapper-main .chat-container .chat-header .chat-action-buttons .chat-close{font-size:20px;}.chat-wrapper-main .chat-container .chat-input-controls{display:flex;justify-content:flex-end;border-top:1px solid #e5e7eb;padding-block:5px;margin-inline:20px;background:white;}.chat-wrapper-main .chat-container .chat-input-controls .chat-quick-messages-wrapper{position:relative;display:flex;justify-content:flex-end;align-items:center;}.chat-wrapper-main .chat-container .chat-input-controls .chat-quick-messages-wrapper .chat-quick-messages-toggle{display:flex;border:none;padding:8px;color:#6b7280;cursor:pointer;background:transparent;transition:all 0.2s;border-radius:6px;font-size:20px;}.chat-wrapper-main .chat-container .chat-input-controls .chat-quick-messages-wrapper .chat-quick-messages-toggle:hover{background:#f3f4f6;}.chat-wrapper-main .chat-container .chat-input-controls .chat-quick-messages-wrapper .chat-quick-messages{position:absolute;bottom:100%;right:0;display:flex;flex-direction:column;gap:4px;background:white;padding:12px;border-radius:8px;border:1px solid #e5e7eb;box-shadow:0 2px 8px rgba(0, 0, 0, 0.1);z-index:10;min-width:200px;opacity:0;visibility:hidden;transform:translateY(10px);transition:all 0.2s ease-in-out;width:300px;}@media only screen and (min-width:48em){.chat-wrapper-main .chat-container .chat-input-controls .chat-quick-messages-wrapper .chat-quick-messages{width:max-content;}}.chat-wrapper-main .chat-container .chat-input-controls .chat-quick-messages-wrapper .chat-quick-messages .quick-response-btn{width:100%;text-align:left;background:#f3f4f6;border:none;padding:8px 12px;border-radius:6px;cursor:pointer;transition:all 0.2s;font-size:14px;font-weight:400;}.chat-wrapper-main .chat-container .chat-input-controls .chat-quick-messages-wrapper .chat-quick-messages .quick-response-btn:hover:not(:disabled){background:#e5e7eb;transform:translateX(4px);}.chat-wrapper-main .chat-container .chat-input-controls .chat-quick-messages-wrapper .chat-quick-messages .quick-response-btn:disabled{opacity:0.5;cursor:not-allowed;}.chat-wrapper-main .chat-container .chat-input-controls .chat-quick-messages-wrapper:hover .chat-quick-messages{opacity:1;visibility:visible;transform:translateY(0);}.chat-wrapper-main .chat-container .chat-links{position:absolute;left:0;bottom:-56px;background:#fff;box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.10);padding:11px;border-radius:10px;display:flex;gap:24px;visibility:hidden;opacity:0;transition:visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;}@media (max-width:480px){.chat-wrapper-main .chat-container .chat-links{max-width:calc(100vw - 75px);}}.chat-wrapper-main .chat-container .chat-links .icon{align-items:center;font-size:14px;}.chat-wrapper-main .chat-container .chat-links a{font-size:12px;color:#000;}.chat-wrapper-main .chat-container .chat-links a:hover{color:#016dc6;}.chat-modal-confirm{z-index:100;position:absolute;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:20px;}.chat-modal-confirm .chat-modal-overlay{z-index:1;position:absolute;top:0px;left:0;width:100%;height:100%;background:rgba(0, 0, 0, .3);border-radius:10px;}.chat-modal-confirm .chat-modal-container{background:#fff;position:relative;z-index:1;padding:10px;box-shadow:0 0 22px -18px black;border-radius:5px;margin-top:-40px;}.chat-modal-confirm .chat-modal-container .chat-modal-title{font-size:14px;margin-bottom:20px;}.chat-modal-confirm .chat-modal-container .chat-modal-buttons{display:flex;align-items:center;justify-content:center;gap:20px;}.chat-modal-confirm .chat-modal-container .chat-modal-buttons > button{padding:7px 20px;}.chat-modal-confirm .chat-modal-container .chat-modal-buttons .chat-button-yes{background:#016dc6;color:#fff;border:0;}.chat-modal-confirm .chat-modal-container .chat-modal-buttons .chat-button-no{background:#fff;color:#000;border:1px solid #016dc6;}@keyframes bounce{0%{transform:translateY(0px);}35%{transform:translateY(-120%);}70%{transform:translateY(0px);}}.news-ecommerce{margin:100px 0;}.news-ecommerce.news-block .row,.news-ecommerce.news-block .slick-dots{display:flex;flex-direction:column;margin:32px 0;}@media (min-width:1024px){.news-ecommerce.news-block .row,.news-ecommerce.news-block .slick-dots{margin:48px 0;}}.news-ecommerce.news-block > .row > h2 > span,.news-ecommerce.news-block > .slick-dots > h2 > span{display:inline-block;}.news-ecommerce.news-block .news-block__list{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px;}.news-ecommerce.news-block .news-block__item{flex:1;display:flex;flex-direction:column;}.news-ecommerce.news-block .news-block__item-image{overflow:hidden;}.news-ecommerce.news-block .news-block__item-image img{width:100%;aspect-ratio:383 / 213;object-fit:cover;transition:all 0.3s ease-out;}.news-ecommerce.news-block .news-block__item-image:hover img{scale:1.05;}.news-ecommerce.news-block .news-block__item-tags{margin-top:20px;display:flex;gap:10px;}.news-ecommerce.news-block .news-block__item-tag{padding:10px;background:transparent;font-size:12px;line-height:12px;color:#016dc6;border:1px solid #016dc6;}.news-ecommerce.news-block .news-block__item-tag:hover{background:#016dc6;color:#fff;}.news-ecommerce.news-block .news-block__item-title{margin-top:20px;margin-bottom:10px;font-size:20px;line-height:20px;font-weight:700;}.news-ecommerce.news-block .news-block__item-desc{margin:0;margin-top:auto;}.block-DefaultListaStron{margin:0 30px;}.block-DefaultListaStron .list{display:flex;flex-wrap:wrap;justify-content:flex-end;}.block-DefaultListaStron .list .item{list-style:none;padding:0 20px;}.block-DefaultListaStron .list .item .link{display:flex;align-items:center;flex-direction:column;font-size:1.9rem;text-align:center;}.block-DefaultListaStron .list .item .link .ico{color:#00608a;font-size:5rem;margin-bottom:10px;}@media only screen and (max-width: 62.4375em){.block-DefaultListaStron{margin:0 5px;}.block-DefaultListaStron .list{justify-content:center;}}.top-bar .top-bar-section ul li.grupa{margin-right:8px;}.top-bar .top-bar-section ul li.grupa a img{width:42px;position:relative;top:-1px;}.career-menu{list-style:none;display:flex;flex-wrap:wrap;}.career-menu li a{font-family:"Fustat", "Futura", sans-serif;font-size:17px;font-weight:bold;padding:9px 11.5px 18px;display:block;position:relative;}.accordion-custom-title{display:none;}.block-jobs-slider{margin:10px 0 45px;}#zone-16 .block-jobs-slider__title{font-size:2.5rem;font-weight:700;line-height:1.5em;text-align:center;display:none;}#zone-16 .block-jobs-slider__content{background-color:white !important;}#zone-16 .block-jobs-slider__container{position:absolute;top:0;left:0;right:0;bottom:0;padding:20px;display:flex;align-items:center;max-width:117rem;margin:0 auto;}#zone-16 .block-jobs-slider__photo{display:flex;justify-content:center;}#zone-16 .block-jobs-slider__caption{width:50%;}#zone-16 .block-jobs-slider__head{font-family:'Fustat', 'Futura', Arial, Helvetica, sans-serif;font-size:5.5rem;line-height:6rem;font-weight:bold;}#zone-16 .block-jobs-slider__text{font-size:1.5rem;margin-top:10px;}#zone-14 .block-jobs-slider__title{font-size:3rem;font-weight:700;line-height:1.2em;text-align:center;}@media only screen and (min-width:48em){#zone-14 .block-jobs-slider__title{font-size:4.8rem;line-height:1.6em;}}#zone-14 .block-jobs-slider__top{position:relative;}#zone-14 .block-jobs-slider__bottom{max-width:117rem;padding:0 20px;margin:20px auto 0;}#zone-14 .block-jobs-slider__bottom-text{margin:0;}#zone-14 .block-jobs-slider__container{position:absolute;top:0;left:0;right:0;bottom:0;padding:20px;display:flex;align-items:center;max-width:117rem;margin:0 auto;}#zone-14 .block-jobs-slider__photo{display:flex;justify-content:center;}#zone-14 .block-jobs-slider__caption{width:50%;}#zone-14 .block-jobs-slider__head{font-family:'Fustat', 'Futura', Arial, Helvetica, sans-serif;font-size:2.1rem;font-weight:700;}#zone-14 .block-jobs-slider__head-link{color:#fff;}#zone-14 .block-jobs-slider__head-link:hover{text-decoration:underline;}#zone-14 .block-jobs-slider__text{font-size:1.5rem;margin-top:10px;}#zone-14 .block-jobs-slider .slick-dots{position:static;justify-content:center;}#zone-13 .block-jobs-slider__title{font-weight:700;font-size:3rem;line-height:1.2em;max-width:117rem;margin:0 auto 25px;padding:0 20px;text-align:center;}@media only screen and (min-width:48em){#zone-13 .block-jobs-slider__title{font-size:4.8rem;line-height:1.6em;}}#zone-13 .block-jobs-slider .block-jobs-slider__title{margin:33px auto 20px;}#zone-13 .block-jobs-slider .slider-bg .block-jobs-slider__head{margin-top:30px;}.block-jobs-slider .slick-dots{position:absolute;bottom:0;left:0;right:0;display:flex;padding:0 20px;margin:20px auto;max-width:117rem;}.block-jobs-slider .slick-dots li{height:auto;margin:0;}.block-jobs-slider .slick-dots li:not(:first-child){margin-left:5px;}.block-jobs-slider .slick-dots li.slick-active button:before{width:15px;height:15px;}.block-jobs-slider .slick-dots li button{width:22px;height:22px;margin:0;display:flex;align-items:center;justify-content:center;}.block-jobs-slider .slick-dots li button:before{position:static;width:10px;height:10px;margin:0;}.slider-all{display:block;}@media only screen and (min-width:62.5em){.slider-all{display:flex;}}.slider-all .block-jobs-slider__top{padding:0;}.slider-all .block-jobs-slider__top .career-photo img{width:100%;height:100%;object-fit:cover;}.slider-all .block-jobs-slider__bottom{padding:0;}.slider-all .block-jobs-slider__bottom .block-jobs-slider__container{max-width:55rem;margin:0 auto;padding:0 1rem;}@media only screen and (min-width:90em){.slider-all .block-jobs-slider__bottom .block-jobs-slider__container{margin:0 6rem 0 auto;}}.slider-all .block-jobs-slider__bottom .career-container{width:100%;height:100%;position:relative;}@media only screen and (min-width:62.5em){.slider-all .block-jobs-slider__bottom .career-container{min-height:700px;}}.slider-all .block-jobs-slider__bottom .block-jobs-slider__caption .career-title{font-size:1.8rem;letter-spacing:2px;line-height:3.6rem;color:#00608a;text-transform:uppercase;font-family:'Fustat', 'Futura';font-weight:bold;margin-top:9rem;}@media only screen and (max-width: 62.4375em){.slider-all .block-jobs-slider__bottom .block-jobs-slider__caption .career-title{margin-top:2rem;}}.slider-all .block-jobs-slider__bottom .block-jobs-slider__caption .career-header{font-size:4.4rem;margin:2rem 0 4rem 0;line-height:5.2rem;}@media only screen and (max-width: 62.4375em){.slider-all .block-jobs-slider__bottom .block-jobs-slider__caption .career-header{font-size:2.4rem;line-height:3.2rem;margin:3.5rem 0;}}.slider-all .block-jobs-slider__bottom .block-jobs-slider__caption .career-line{height:4px;width:32px;background-color:#00608a;margin-bottom:4rem;}.slider-all .block-jobs-slider__bottom .block-jobs-slider__caption .content-meet-us{font-family:'Fustat', Arial, sans-serif;font-size:1.6rem;line-height:2.56rem;font-weight:normal;letter-spacing:0;color:#222;}@media only screen and (min-width:48em){.slider-all .block-jobs-slider__bottom .block-jobs-slider__caption .content-meet-us{padding-right:60px;}}.slider-all .block-jobs-slider__bottom .block-jobs-slider__caption .content-meet-us span{font-weight:bold;text-transform:uppercase;}.slider-all .block-jobs-slider__bottom .block-jobs-slider__caption .career-btn-container{margin-top:100px;}.slider-all .block-jobs-slider__bottom .block-jobs-slider__caption .career-columns{display:flex;flex-direction:column;align-items:center;flex-basis:100%;margin:0 0 10px;}.slider-all .block-jobs-slider__bottom .block-jobs-slider__caption .career-columns .career-element{padding:10px 0px;width:100%;margin:0;list-style:none;display:flex;font-family:"Fustat", "Futura", sans-serif;}.slider-all .block-jobs-slider__bottom .block-jobs-slider__caption .career-columns .career-element .career-ico{width:84px;min-height:60px;margin-right:20px;font-size:7rem;color:#00608a;}.slider-all .block-jobs-slider__bottom .block-jobs-slider__caption .career-columns .career-element .career-head{font-size:20px;line-height:auto;}.slider-all .block-jobs-slider__bottom .block-jobs-slider__caption .career-columns .career-element .career-content{font-family:'Fustat', Arial, sans-serif;font-size:1.6rem;line-height:2.56rem;font-weight:normal;letter-spacing:0;color:#222;}.image_right{flex-direction:row-reverse;}@media (min-width:1000px){.image_right .slick-dots{max-width:fit-content;position:absolute;left:18%;bottom:-5rem;}}@media only screen and (min-width:90em){.image_right .slick-dots{max-width:55rem;text-align:left;right:50%;margin-left:auto;margin-right:6.5rem;}}@media only screen and (min-width:90em){.image_right .slider-all .block-jobs-slider__bottom .block-jobs-slider__container{margin:0rem 7rem 0 auto;}}@media only screen and (min-width:90em){.image_right .block-jobs-slider__top{padding-left:19px;}}@media (min-width:1000px){.image_left .slick-dots{max-width:55rem;position:absolute;left:50%;bottom:-5rem;}}@media only screen and (min-width:90em){.image_left .slick-dots{text-align:left;max-width:55rem;left:50%;margin-left:9rem;margin-right:auto;}}@media only screen and (min-width:90em){.image_left .slider-all .block-jobs-slider__bottom .block-jobs-slider__container{margin:0 auto 0 9rem;}}@media only screen and (min-width:90em){.image_left .block-jobs-slider__top{padding-right:19px;}}.slider-career{margin-bottom:4rem;}@media (min-width:1024px){.slider-career{margin:7.8rem 0;}}.slider-career .slick-dots{padding-bottom:2rem;}@media only screen and (min-width:90em){.slider-career .slick-dots{padding-bottom:5rem;}}@media (max-width:999px){.slider-career .slick-dots{margin:0;}}.slider-career .slick-dots li.slick-active button::before{border:2px solid #00608a;background-color:white;width:11px;height:11px;margin:0;top:7px;animation:dotsSlider 2s 1 linear both;border-left:none;border-bottom:none;will-change:transform;}.slider-career .slick-dots li{margin-right:20px;}.slider-career .slick-dots li button::before{background-color:#888e95;width:11px;height:11px;border:none;margin:0;}.case-studies{display:flex;align-items:center;gap:64px;}.case-studies-content-wrapper{display:flex;width:calc(50% - 32px);}.case-studies-content-wrapper .case-studies-content{align-items:baseline;flex-direction:column;gap:32px;display:none;}.case-studies-content-wrapper .case-studies-content.show-case-study{display:flex;animation:fadeIn 0.3s;will-change:opacity;}.case-studies-content-wrapper .case-studies-content img{width:130px;height:60px;object-fit:contain;}.case-studies-content-wrapper .case-studies-content .title{font-size:42px;line-height:50px;font-weight:300;}.case-studies-items{display:flex;gap:32px;overflow:hidden;width:calc(50% - 32px);padding-bottom:15px;}.case-studies-items .case-studies-item{display:flex;flex-direction:column;position:relative;cursor:pointer;border-radius:5px;transition:all 0.2s;margin-left:20px;}.case-studies-items .case-studies-item .item-title{font-size:18px;font-weight:500;}.case-studies-items .case-studies-item img{margin:0;border-radius:5px;width:360px;height:500px;object-fit:cover;}.ideo-section-content .case-studies{position:relative;}.ideo-section-content .case-studies .slick-dots{padding-left:0;list-style:none;text-align:center;margin-top:0;margin-bottom:0;}.ideo-section-content .case-studies .slick-dots li{margin-right:16px;margin-bottom:0;}.ideo-section-content .case-studies li{padding:0;}.ideo-section-content .case-studies li:before{display:none;}.ideo-section-content .case-studies li.slick-active button{width:12px;height:12px;background:#016dc6;}.ideo-section-content .case-studies li .slick-slide[aria-hidden="true"] button{pointer-events:none;tabindex:-1;}.ideo-section-content .case-studies li button{width:8px;height:8px;aspect-ratio:1/1;background:#e9e9e9;border-radius:50%;}.ideo-section-content .case-studies li button:before{display:none;}.ideo-section-content .case-studies-dots{position:absolute;bottom:0;}.ideo-section-content h2.ideo-Wyroznienia-title{color:#010101;font-family:Fustat;font-size:32px;font-style:normal;font-weight:600;line-height:1.5;margin-bottom:40px;text-align:center;}.ecommerce #zone-16{margin-left:0;margin-right:0;}#zone-2 .slider-ecommerce-welcome{margin-top:20px;}#zone-2 .slider-ecommerce-welcome .slick-slide{display:flex;justify-content:center;height:100%;min-height:500px;}#zone-2 .slider-ecommerce-welcome img{margin-left:auto;object-fit:contain;}#zone-2 .slider-ecommerce-welcome__container{display:flex;align-items:center;}#zone-2 .slider-ecommerce-welcome__photo{display:flex;z-index:-1;position:absolute;transform:translateX(35%);justify-content:flex-end;height:100%;}#zone-2 .slider-ecommerce-welcome__video{display:flex;z-index:-1;position:absolute;width:100%;}#zone-2 .slider-ecommerce-welcome__head,#zone-2 .slider-ecommerce-welcome__head a,#zone-2 .slider-ecommerce-welcome__text{color:#000;}#zone-2 .slider-ecommerce-welcome__head{margin-bottom:32px;margin-top:0;font-size:46px;line-height:1.5;font-weight:600;}#zone-2 .slider-ecommerce-welcome__text{margin-bottom:32px;font-size:32px;font-weight:400;line-height:1.5;}#zone-2 .slider-ecommerce-welcome__caption{width:100%;margin:120px 0;}#zone-2 .slider-ecommerce-welcome .btn.btn-custom{padding:14px 20px;font-weight:600;min-width:166px;background:#f7e966;line-height:1;font-size:18px;color:#010101;border-radius:5px;transition:all 0.3s ease-out;}#zone-2 .slider-ecommerce-welcome .btn.btn-custom:hover{background:#e6d34c;color:#010101;}#zone-2 .slider-ecommerce-welcome .btn.btn-custom:active{background-color:#d5c232;color:#010101;}@media only screen and (max-width: 47.9375em){#zone-2 .slider-ecommerce-welcome{margin-top:0;}#zone-2 .slider-ecommerce-welcome .slick-slide{min-height:340px;}#zone-2 .slider-ecommerce-welcome__photo{transform:translateX(35%) translateY(40%);}#zone-2 .slider-ecommerce-welcome__head{font-size:32px;}#zone-2 .slider-ecommerce-welcome__text{font-size:20px;}#zone-2 .slider-ecommerce-welcome__caption{margin:73px 0;}#zone-2 .slider-ecommerce-welcome .btn.btn-custom{width:100%;}}#zone-29 .slider-ecommerce{margin-top:0;background:#000;color:#fff;}@media screen and (max-width:1366px){#zone-29 .slider-ecommerce{margin-top:0;}}#zone-29 .slider-ecommerce .slick-slide{display:flex;justify-content:center;height:100%;min-height:500px;}@media screen and (max-width:1366px){#zone-29 .slider-ecommerce .slick-slide{min-height:340px;}}#zone-29 .slider-ecommerce img{margin-left:auto;object-fit:contain;}#zone-29 .slider-ecommerce__container{display:flex;align-items:center;}#zone-29 .slider-ecommerce__photo{display:flex;z-index:-1;position:absolute;transform:translateX(35%);justify-content:flex-end;height:100%;}#zone-29 .slider-ecommerce__head,#zone-29 .slider-ecommerce__head a,#zone-29 .slider-ecommerce__text{color:#fff;}#zone-29 .slider-ecommerce__head{margin-bottom:20px;font-size:46px;line-height:46px;font-weight:700;}@media screen and (max-width:1366px){#zone-29 .slider-ecommerce__head{font-size:32px;}}#zone-29 .slider-ecommerce__text{margin-bottom:40px;font-size:32px;}@media screen and (max-width:1366px){#zone-29 .slider-ecommerce__text{font-size:24px;}}#zone-29 .slider-ecommerce__caption{width:100%;}#zone-29 .slider-ecommerce .btn.btn-custom{padding:15px 20px;}@media only screen and (max-width: 47.9375em){#zone-29 .slider-ecommerce .slick-slide{aspect-ratio:1;min-height:360px;}#zone-29 .slider-ecommerce__container{padding-left:20px;padding-right:20px;}#zone-29 .slider-ecommerce__photo{transform:translateX(35%) translateY(40%);}#zone-29 .slider-ecommerce__caption{text-align:center;padding-left:15px;padding-right:15px;}#zone-29 .slider-ecommerce__head{max-width:100%;font-size:32px;line-height:35px;}#zone-29 .slider-ecommerce__text{font-size:18px;line-height:27px;margin-bottom:30px;}#zone-29 .slider-ecommerce .btn.btn-custom{font-size:14px;line-height:14px;}}@keyframes dotsSlider{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);border-left:2px solid #00608a;border-bottom:2px solid #00608a;}}.slider-bgc{background-color:#f7f7f7;}@media only screen and (min-width:62.5em){#our-software{max-height:960px;overflow:hidden;}}@media only screen and (min-width:62.5em){#our-software .slider-all .block-jobs-slider__bottom .career-container{min-height:800px;max-height:960px;}}#our-software .slider-all .block-jobs-slider__bottom .block-jobs-slider__container{max-width:50rem;}@media only screen and (min-width:62.5em){#meet-us,#internships{max-height:800px;overflow:hidden;}}@media (min-width:2200px){#meet-us,#internships{max-height:1000px;overflow:hidden;}}.slider-ecommerce-welcome{visibility:hidden;}.slider-ecommerce-welcome.slick-initialized{visibility:visible;}#zone-14 .block-DefaultOpisowy{background:#e7e7e7;padding:50px 0;margin:50px 0;position:relative;}@media only screen and (min-width:48em){#zone-14 .block-DefaultOpisowy{margin:130px 0 145px;}}#zone-14 .block-DefaultOpisowy:before{content:'';display:block;width:279px;height:403px;background:url('/szablony/ideo/images/decorators/praktyka_czyni_mistrza.png');background-size:cover;position:absolute;z-index:1;bottom:0;right:0;opacity:0.5;}@media only screen and (min-width:48em){#zone-14 .block-DefaultOpisowy:before{right:auto;left:50%;transform:translateX(-50%);margin-left:160px;}}@media only screen and (min-width:62.5em){#zone-14 .block-DefaultOpisowy:before{opacity:1;}}#zone-14 .block-DefaultOpisowy__container{max-width:117rem;padding:0 20px;margin:0 auto;position:relative;z-index:2;}#zone-14 .block-DefaultOpisowy__title{font-weight:700;font-size:3rem;line-height:1.2em;margin:0 0 25px 0;text-shadow:0 0 2px #fff;}@media only screen and (min-width:48em){#zone-14 .block-DefaultOpisowy__title{font-size:4.8rem;}}#zone-14 .block-DefaultOpisowy__content{display:flex;flex-direction:column;justify-content:space-between;}@media only screen and (min-width:48em){#zone-14 .block-DefaultOpisowy__content{flex-direction:row;}}#zone-14 .block-DefaultOpisowy__desc{text-shadow:0 0 2px #fff;}#zone-25 .block-DefaultOpisowy__title{display:none;font-weight:700;font-size:3rem;line-height:1.2em;max-width:117rem;margin:0 auto 25px;padding:0 20px;text-align:center;}@media only screen and (min-width:48em){#zone-25 .block-DefaultOpisowy__title{font-size:4.8rem;line-height:1.6em;}}#zone-25 .block-DefaultOpisowy__content{max-width:1920px;margin:0 auto;}#zone-25 .block-DefaultOpisowy__desc p{margin:0;}#zone-26 .block-DefaultOpisowy .contact-container{padding:0 10px;height:100%;display:flex;flex-direction:column;}#zone-26 .block-DefaultOpisowy .contact-container #offer-contact{padding-top:40px;margin-top:-40px;}@media only screen and (min-width:62.5em){#zone-26 .block-DefaultOpisowy .contact-container #offer-contact{padding-top:70px;margin-top:-70px;}}#zone-26 .block-DefaultOpisowy .contact-title{font-size:1.6rem;font-weight:600;}#zone-26 .block-DefaultOpisowy .contact-intro{font-family:'Fustat', Arial, sans-serif;font-size:1.6rem;line-height:2.56rem;font-weight:normal;letter-spacing:0;color:#222;}#zone-26 .block-DefaultOpisowy .contact-text{font-family:'Fustat', Arial, sans-serif;font-size:1.6rem;line-height:2.56rem;font-weight:normal;letter-spacing:0;color:#222;}#zone-26 .block-DefaultOpisowy .contact-info{font-family:'Fustat', Arial, sans-serif;font-size:1.6rem;line-height:2.56rem;font-weight:normal;letter-spacing:0;color:#222;}#zone-26 .block-DefaultOpisowy .contact-images{display:flex;justify-content:space-between;margin-top:auto;}#zone-26 .block-DefaultOpisowy .contact-images .contact-image-left,#zone-26 .block-DefaultOpisowy .contact-images .contact-image-right{margin-right:10px;background-color:#f7f7f7;max-width:250px;}#zone-26 .block-DefaultOpisowy .contact-images .contact-image-left img,#zone-26 .block-DefaultOpisowy .contact-images .contact-image-right img{width:100%;height:100%;object-fit:cover;}#zone-26 .block-DefaultOpisowy .contact-images .contact-image-left .contact-image__img,#zone-26 .block-DefaultOpisowy .contact-images .contact-image-right .contact-image__img{max-width:250px;height:250px;position:relative;}#zone-26 .block-DefaultOpisowy .contact-images .contact-image-left .contact-image__name,#zone-26 .block-DefaultOpisowy .contact-images .contact-image-right .contact-image__name{margin:10px 0 0 10px;text-align:left;font-weight:bold;max-width:250px;}#zone-26 .block-DefaultOpisowy .contact-images .contact-image-left .contact-image__name p,#zone-26 .block-DefaultOpisowy .contact-images .contact-image-right .contact-image__name p{font-weight:bold;margin-bottom:0;font-family:"Fustat", sans-serif;font-size:15px;}#zone-26 .block-DefaultOpisowy .contact-images .contact-image-left .contact-image__position,#zone-26 .block-DefaultOpisowy .contact-images .contact-image-right .contact-image__position{margin-left:10px;max-width:250px;}#zone-26 .block-DefaultOpisowy .contact-images .contact-image-left .contact-image__position p,#zone-26 .block-DefaultOpisowy .contact-images .contact-image-right .contact-image__position p{color:#00608a;font-size:13px;font-family:"Fustat", sans-serif;margin-bottom:10px;max-width:250px;line-height:1.5;}#zone-26 .block-DefaultOpisowy .contact-images .contact-image-left,#zone-26 .block-DefaultOpisowy .contact-images .contact-image-right{position:relative;}#zone-26 .block-DefaultOpisowy .contact-images .contact-image-left ::selection,#zone-26 .block-DefaultOpisowy .contact-images .contact-image-right ::selection{background:none;}#zone-26 .block-DefaultOpisowy .contact-images .contact-image-left a,#zone-26 .block-DefaultOpisowy .contact-images .contact-image-right a{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:rgba(0, 96, 138, 0.8);opacity:0;transition:0.3s;color:#fff;font-size:2.4rem;}#zone-26 .block-DefaultOpisowy .contact-images .contact-image-left a:hover,#zone-26 .block-DefaultOpisowy .contact-images .contact-image-right a:hover{opacity:1;}#zone-26 .block-DefaultOpisowy .contact-images .contact-image-right::after{content:"";}#zone-26 .block-DefaultOpisowy .contact-images .contact-image-left::after{content:"";}#zone-26 .block-DefaultOpisowy .contact-color{color:#006188;font-weight:700;}#zone-26 .block-DefaultOpisowy .contact-color a{text-decoration:none;}#zone-28 .block-DefaultOpisowy__title{display:none;}.block-DefaultOpisowy .video-kariera{overflow:hidden;margin-bottom:20px;position:relative;background-color:#f7f7f7;width:100%;padding-bottom:41.9%;height:0;}.block-DefaultOpisowy .video-kariera iframe{position:absolute;top:0;left:-3px;width:101%;pointer-events:auto;height:calc(100% + 8.5em);margin-top:-6rem;}@media (min-width:768px){.block-DefaultOpisowy .video-kariera iframe{pointer-events:none;}}.block-DefaultOpisowy .video-kariera .check-offer{position:absolute;bottom:20px;display:none;width:500px;margin:0 auto;z-index:9;left:calc(50% - 250px);background:url('/szablony/ideo/images/scroll-down.png') no-repeat center bottom;height:120px;font-weight:600;font-size:5.2rem;color:white;cursor:pointer;line-height:0;}@media only screen and (min-width:62.5em){.block-DefaultOpisowy .video-kariera .check-offer{display:inline-block;}}.block-DefaultSubskrypcja{position:relative;padding:30px;margin:0 0 30px;width:100%;float:left;padding:30px 20px;background:#fdda50;}.block-DefaultSubskrypcja.maxWidth{float:none;}.block-DefaultSubskrypcja__title,.block-DefaultSubskrypcja__title *{margin:0;font-family:"Fustat", "Futura", sans-serif !important;font-weight:900 !important;font-size:28px !important;line-height:1.2 !important;margin:0 !important;color:#000 !important;padding:0 !important;}.block-DefaultSubskrypcja__title::before,.block-DefaultSubskrypcja__title *::before{display:none;}.block-DefaultSubskrypcja__form{display:flex;align-items:center;flex-direction:row;margin-top:15px;}@media (max-width:500px){.block-DefaultSubskrypcja__form{flex-direction:column;align-items:start;margin:30px 0;}}.block-DefaultSubskrypcja__input[type="email"]{margin:0 !important;height:36px;width:350px;border:none;cursor:auto;font-size:15px;color:#5e5e5e;}@media (max-width:500px){.block-DefaultSubskrypcja__input[type="email"]{width:100%;}}.block-DefaultSubskrypcja__btn{font-family:"Fustat", sans-serif;font-size:14px;visibility:visible;align-items:center;display:inline-flex;justify-content:center;background-color:#016dc6;color:#fff;padding:9px;font-weight:bold;border:none;line-height:14px;min-width:142px;min-height:36px;padding-right:15px;margin:0 0 0 10px;}.block-DefaultSubskrypcja__btn:after{margin-left:10px;content:"\279E";visibility:visible;font-weight:bolder;position:relative;left:0;-webkit-transition-duration:0.3s;transition-duration:0.3s;display:flex;font-size:14px;height:6px;width:11px;align-items:center;}.block-DefaultSubskrypcja__btn:hover{background-color:#016dc6;}.block-DefaultSubskrypcja__btn:hover:after{transform:translateX(5px);}@media (max-width:500px){.block-DefaultSubskrypcja__btn{margin:10px 0 0 0;}}.block-DefaultSubskrypcja__rodo-info,.block-DefaultSubskrypcja__rodo-info *{font-family:'Fustat', "Arial", sans-serif;margin:15px 0 10px;font-size:12px !important;line-height:1.2em !important;color:rgba(57, 57, 57, 0.8);text-align:left;}.block-DefaultSubskrypcja__rodo-info > p:last-of-type{margin-bottom:0;}.block-DefaultSubskrypcja ~ h2{padding:0;}.block-DefaultSubskrypcja ~ h2::before{display:none;}.job-offers .block-DefaultOpisowy{height:100%;}.job-offers .block-DefaultOpisowy .block-DefaultOpisowy__container{height:100%;}.job-offers .block-DefaultOpisowy .block-DefaultOpisowy__container .block-DefaultOpisowy__content{height:100%;}.job-offers .block-DefaultOpisowy .block-DefaultOpisowy__container .block-DefaultOpisowy__content .block-DefaultOpisowy__desc{height:100%;}.job-offers #block-115 .container-circle,.job-offers #block-99 .container-circle{display:none;}#zone-13 .fullpage-bg .reference.blok .title{color:#fff;}#zone-13 .fullpage-bg .reference.blok .text_section{color:#fff;margin-right:0;}#zone-13 .fullpage-bg .reference.blok .text_section:after{color:#fff;}.fullpage-bg .row-faq .left-bold{color:#fff;}.faq-header{font-weight:600;font-size:32px;line-height:1.5;margin-bottom:40px;}.row-faq .accordion .accordion-navigation > .accordion-title > h1,.row-faq .accordion .accordion-navigation > .accordion-title > h2,.row-faq .accordion .accordion-navigation > .accordion-title > h3,.row-faq .accordion .accordion-navigation > .accordion-title > h4,.row-faq .accordion .accordion-navigation > .accordion-title > h5,.row-faq .accordion .accordion-navigation > .accordion-title > h6{font-family:"Fustat", "Futura", sans-serif;font-style:normal;font-weight:300;font-size:20px;line-height:1.25;margin:0;color:#010101;}#workshops .second-section{background-color:#f7f7f7;padding:5rem 0;}#workshops .second-section .slider-all{flex-direction:column;}@media only screen and (min-width:48em){#workshops .second-section .slider-all{flex-direction:row;}}#workshops .second-section .slider-all .shortCodeForm{background-color:#f7f7f7 !important;width:100%;position:relative;margin-bottom:15px;z-index:1;text-align:left;}#workshops .second-section .slider-all .shortCodeForm::before{display:none;}#workshops .second-section .slider-all .shortCodeForm .jq-formularz-zapytan{padding:0;}#workshops .third-section .slider-all .block-jobs-slider__top{padding-right:0;margin-bottom:4rem;}@media only screen and (min-width:62.5em){#workshops .third-section .slider-all .block-jobs-slider__top{padding-right:6rem;margin-bottom:0;}}@media only screen and (min-width:62.5em){#workshops .third-section .slider-all .block-jobs-slider__bottom .block-jobs-slider__container{margin:0;}}#workshops .third-section .slider-all .block-jobs-slider__bottom .block-jobs-slider__container .lessons-list{margin-top:30px;}#workshops .third-section .slider-all .block-jobs-slider__bottom .block-jobs-slider__container .lessons-list .lesson{margin-bottom:15px;display:inline-flex;}#workshops .third-section .slider-all .block-jobs-slider__bottom .block-jobs-slider__container .lessons-list .lesson__number{color:#00608a;border-radius:50%;min-width:50px;height:50px;padding:7px;background:#fff;border:1px solid #eee;align-items:center;justify-content:center;display:inline-flex;font-weight:bold;font-size:1.7rem;}#workshops .third-section .slider-all .block-jobs-slider__bottom .block-jobs-slider__container .lessons-list .lesson__title{color:grey;display:inline-flex;align-items:center;margin-left:20px;font-size:1.7rem;}#workshops .third-section .slider-all .block-jobs-slider__bottom .block-jobs-slider__container .lessons-list .hidden{display:none;}#workshops .third-section .slider-all .block-jobs-slider__bottom .block-jobs-slider__container .lessons-list .btnLesson,#workshops .third-section .slider-all .block-jobs-slider__bottom .block-jobs-slider__container .lessons-list .btnLessonHidden{letter-spacing:2px;color:#00608a;font-weight:bold;margin:3rem auto 0;max-width:fit-content;cursor:pointer;}#workshops .third-section .slider-all .block-jobs-slider__bottom .block-jobs-slider__container .content-meet-us{padding-right:0;}#workshops .career-container{min-height:unset;}#workshops .content-meet-us{margin-bottom:4rem !important;}@media only screen and (min-width:62.5em){#workshops .content-meet-us{margin-bottom:0 !important;}}.view-offer__title{grid-area:title;font-size:3rem;line-height:1.2em;font-weight:700;text-align:left;}@media only screen and (min-width:62.5em){.view-offer__title{font-size:4.8rem;line-height:1.6em;}}.view-offer__title::after{content:"";display:block;height:3px;width:30px;background-color:#00608a;margin:2rem 1rem;}.workshops-contact-container{padding-right:0;margin-bottom:4rem;}@media only screen and (min-width:62.5em){.workshops-contact-container{padding-right:6rem;margin-bottom:0;}}.formularz-zajecia{max-width:550px;padding-top:0 !important;margin:0 auto;}@media only screen and (min-width:62.5em){.formularz-zajecia{margin:0;}}.formularz-zajecia .formularz-zapytan-container .footer input{margin-top:15px;}.formularz-zajecia .formularz-zapytan-container .sending .checkbox label{color:#121e2c;}#video-workshops{height:650px !important;}@media only screen and (max-width: 62.4375em){#video-workshops{height:325px !important;}}#form-workshops .shortCodeForm::before{display:none !important;}.signup__form{display:flex;flex-direction:column;padding:2.5rem;margin:1rem 0;border:1px solid #ebebeb;}@media only screen and (min-width:48em){.signup__form{margin:0 auto;}}.signup__form .form__wrapper{display:flex;flex-direction:row;gap:20px;}@media (min-width:1025px) and (max-width:1440px){.signup__form .form__wrapper{flex-direction:column;gap:0;}}@media (max-width:768px){.signup__form .form__wrapper{flex-direction:column;gap:0;}}.signup__form .form__group{flex:1;position:relative;text-align:left;margin-bottom:20px;}.signup__form .form__group label{margin:0 !important;font-size:18px;font-weight:500;}.signup__form .form__group input{margin:0 !important;max-width:100%;margin-top:10px;border:1px solid #ebebeb;background:#f7f7f7;}.signup__form .form__group input.error{border:1px solid #d00;}.signup__form .form__group input[type="tel"],.signup__form .form__group input[type="checkbox"]{margin-top:0;}.signup__form .form__group .error-text{margin-bottom:0 !important;}.signup__form .form__group .error-text:not(:empty){display:block;margin-top:5px;font-size:14px;font-weight:500;color:#d00;}.signup__form .form__group--regulations{display:flex;flex-wrap:wrap;}.signup__form .form__group--regulations label{flex:1;padding-left:10px;font-size:14px;font-weight:400;}@media (max-width:1600px){.signup__form .form__group--regulations label{font-size:12px;}}.signup__form .form__group--regulations input{height:100% !important;margin-top:1.5px;}.signup__form .form__group--regulations .error-text{flex-basis:100%;margin-bottom:0 !important;}.signup__form .form__info{text-align:left;font-size:14px;font-weight:400;margin-bottom:20px;}@media (max-width:1600px){.signup__form .form__info{font-size:12px;}}.signup__form .checkbox-val{border:1px solid #bababa;}.signup__form .row-zgoda{text-align:left;}.signup__form button[type='submit']{align-self:center;text-align:center;background:#00608a;color:#fff;border-color:#00608a;font-size:24px;font-style:normal;font-weight:700;white-space:nowrap;padding:10px 20px;margin-bottom:0;}.signup__form button[type='submit']:hover{border-color:#121e2c;background:#121e2c;color:white;}.signup__form button[type='submit']:disabled{filter:grayscale(50%);cursor:wait;}.signup__form .input-box{position:relative;display:flex;align-items:center;background:#fff;border-radius:5px;}.signup__form .input-box .phone-prefix{position:absolute;left:20px;font-size:14px;color:#666;pointer-events:none;}.signup__form .input-box input{padding-left:50px;}.logos-bar{margin-bottom:120px !important;}.logos-bar::-webkit-scrollbar{display:none;}.logos-bar{-ms-overflow-style:none;scrollbar-width:none;}.logos-bar img{height:auto !important;max-width:auto !important;}@media screen and (max-width:440px){.logos-bar img{max-width:980px !important;}}@media screen and (max-width:400px){.logos-bar img{max-width:900px !important;}}@media screen and (max-width:360px){.logos-bar img{max-width:850px !important;}}@media screen and (max-width:320px){.logos-bar img{max-width:800px !important;}}.desc-two-cols{padding:60px 0;}.desc-two-cols p{margin-bottom:32px !important;font-size:16px;line-height:1.5;font-weight:300;}.desc-two-cols .ideo_arrow-right{border-radius:50%;border:1px solid #00608a;color:#00608a;}.desc-two-cols__cols{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:60px;}@media only screen and (min-width:62.5em){.desc-two-cols__cols{flex-direction:row;gap:100px;}}.desc-two-cols__desc{display:flex;flex-direction:column;justify-content:center;}@media only screen and (min-width:62.5em){.desc-two-cols__desc{max-width:476px;}}.desc-two-cols__desc h1:not(.heading-custom),.desc-two-cols__desc h2:not(.heading-custom),.desc-two-cols__desc h3:not(.heading-custom),.desc-two-cols__desc h4:not(.heading-custom),.desc-two-cols__desc h5:not(.heading-custom){margin:0;font-size:24px;line-height:1.5;font-weight:600;margin-bottom:32px;}.desc-two-cols__desc a{width:max-content;}.desc-two-cols__desc .heading-custom{margin-bottom:0;text-align:left;}.desc-two-cols__desc .heading-custom::after{margin:initial;margin-top:20px;}.desc-two-cols__image{flex:1;display:flex;align-items:center;justify-content:center;}@media only screen and (min-width:62.5em){.desc-two-cols__image{max-width:575px;}}.desc-two-cols__image p{text-align:center;}.desc-two-cols__image img{border-radius:5px;object-fit:cover;}.desc-logotypes{margin-top:120px;margin-bottom:120px;}.desc-logotypes .heading-custom > span{display:inline-block;line-height:1.5;font-weight:600;}.desc-logotypes__wrapper{display:grid;grid-template-columns:repeat(auto-fill, minmax(160px, max-content));place-content:center;grid-gap:20px;row-gap:40px;}.title-image{margin-top:120px;margin-bottom:120px;}.title-image .heading-custom > span{display:inline-block;}.title-image p{margin:0;}.title-image .title-image-mobile{display:block;}@media only screen and (min-width:62.5em){.title-image .title-image-mobile{display:none;}}.title-image .title-image-desktop{display:none;}@media only screen and (min-width:62.5em){.title-image .title-image-desktop{display:block;}}i.ideo_arrow-right-circle{color:#00608a;font-size:30px;}.block-cta-osoba{display:block;position:relative;padding:50px 0;margin-top:auto;height:500px;}@media only screen and (min-width:48em){.block-cta-osoba{height:550px;padding:60px 0;margin-top:0;}}.row .block-cta-osoba.row,.slick-dots .block-cta-osoba.row,.slick-dots .slick-dots.block-cta-osoba,.row .slick-dots.block-cta-osoba{margin-bottom:60px;}@media only screen and (min-width:48em){.row .block-cta-osoba.row,.slick-dots .block-cta-osoba.row,.slick-dots .slick-dots.block-cta-osoba,.row .slick-dots.block-cta-osoba{margin-bottom:120px;}}@media only screen and (min-width:48em){.block-cta-osoba{display:flex;}}.block-cta-osoba__content{display:flex;width:100%;z-index:2;position:relative;align-items:end;height:100%;}@media only screen and (min-width:48em){.block-cta-osoba__content{align-items:center;}}.block-cta-osoba__content > div{display:flex;flex-direction:column;align-items:start;gap:30px;width:100%;}@media only screen and (min-width:48em){.block-cta-osoba__content > div{gap:32px;}}.block-cta-osoba__content--title{color:#fff;font-weight:600;line-height:1.5;font-size:30px;max-width:618px;width:100%;text-align:left;}@media only screen and (min-width:48em){.block-cta-osoba__content--title{font-size:46px;}}.block-cta-osoba__content--link{padding:14px 20px;font-weight:600;background:#f7e966;line-height:1;font-size:18px;color:#010101;border-radius:5px;transition:all 0.3s ease-out;}@media only screen and (max-width: 47.9375em){.block-cta-osoba__content--link{width:100%;}}.block-cta-osoba__content--link:hover{background:#e6d34c;color:#010101;}.block-cta-osoba__content--link:active{background-color:#d5c232;color:#010101;}.block-cta-osoba__content--name{color:#fff;font-weight:400;font-size:20px;line-height:1.5;text-align:left;}@media only screen and (min-width:48em){.block-cta-osoba__content--name{margin-top:32px;}}.block-cta-osoba__content .ideo_phone-outline::before{width:20px;height:20px;margin-right:10px;position:relative;top:3px;}.block-cta-osoba__image{z-index:2;display:flex;width:100%;flex:0 0 100%;align-items:center;position:absolute;left:50%;transform:translateX(-50%);width:100vw;top:0;bottom:0;height:500px;}@media only screen and (min-width:48em){.block-cta-osoba__image{height:550px;}}.block-cta-osoba__image img{width:100%;height:100%;object-fit:cover;}.block-cta-osoba__image picture{width:100%;height:100%;}.row .blok-korzysci.row,.slick-dots .blok-korzysci.row,.slick-dots .slick-dots.blok-korzysci,.row .slick-dots.blok-korzysci{margin-bottom:60px;}@media only screen and (min-width:48em){.row .blok-korzysci.row,.slick-dots .blok-korzysci.row,.slick-dots .slick-dots.blok-korzysci,.row .slick-dots.blok-korzysci{margin-bottom:120px;}}.blok-korzysci__title{color:#010101;text-align:center;font-size:24px;font-style:normal;line-height:1.5;position:relative;padding:20px 0;margin-bottom:20px;}@media only screen and (min-width:48em){.blok-korzysci__title{font-size:32px;margin-bottom:60px;}}.blok-korzysci__title span{font-weight:700;}.blok-korzysci__title strong{font-weight:600;}.blok-korzysci__content{display:flex;gap:20px;flex-direction:column;position:relative;}@media only screen and (min-width:48em){.blok-korzysci__content{flex-direction:row;flex-wrap:wrap;}}.blok-korzysci__item{flex:0 0 calc(25% - calc(60px/4));}.blok-korzysci__item--name{color:#222;text-align:center;font-size:16px;font-style:normal;font-weight:300;line-height:150%;}.blok-korzysci__item--images{margin-bottom:20px;text-align:center;}@media only screen and (max-width: 62.4375em){.blok-korzysci__item--images img{max-width:360px;}}.blok-korzysci__item--position{color:#222;font-size:18px;font-style:normal;font-weight:400;line-height:150%;margin-bottom:30px;}.row .blok-miejsce.row,.slick-dots .blok-miejsce.row,.slick-dots .slick-dots.blok-miejsce,.row .slick-dots.blok-miejsce{margin-bottom:60px;}@media only screen and (min-width:48em){.row .blok-miejsce.row,.slick-dots .blok-miejsce.row,.slick-dots .slick-dots.blok-miejsce,.row .slick-dots.blok-miejsce{margin-bottom:120px;}}.blok-miejsce__title{color:#222;text-align:center;font-size:20px;font-style:normal;font-weight:700;line-height:150%;padding:20px 0;position:relative;}@media only screen and (min-width:48em){.blok-miejsce__title{font-size:32px;}}.blok-miejsce__title:before{content:'';position:absolute;left:50%;transform:translateX(-50%);width:50px;height:2px;background:#016dc6;top:100%;}.blok-miejsce__content{display:flex;gap:20px;padding:60px 0;flex-direction:column;position:relative;}@media only screen and (min-width:48em){.blok-miejsce__content{flex-direction:row;}}.blok-miejsce__item{flex:0 0 calc(33.33% - calc(40px/3));padding:30px;border:0.5px solid #c2c2c2;background:#fff;}.blok-miejsce__item--name{color:#222;font-size:20px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:10px;}.blok-miejsce__item--address{color:#222;font-family:"Fustat";font-size:18px;font-style:normal;font-weight:400;line-height:150%;margin-bottom:20px;}.blok-miejsce__item--images{margin-bottom:30px;}@media only screen and (max-width: 62.4375em){.blok-miejsce__item--images img{max-width:360px;}}.blok-miejsce__item--position{color:#222;font-size:18px;font-style:normal;font-weight:400;line-height:150%;margin-bottom:30px;}.blok-miejsce__item .blok-miejsce__item--link{padding:13px 20px;display:inline-block;border:1px solid #016dc6;color:#222;text-align:center;leading-trim:both;text-edge:cap;font-family:"Fustat";font-size:17px;font-style:normal;font-weight:400;line-height:1;background:#fff;margin-bottom:0;}.row .blok-napisz-do-nas.row,.slick-dots .blok-napisz-do-nas.row,.slick-dots .slick-dots.blok-napisz-do-nas,.row .slick-dots.blok-napisz-do-nas{margin-bottom:60px;}@media only screen and (min-width:48em){.row .blok-napisz-do-nas.row,.slick-dots .blok-napisz-do-nas.row,.slick-dots .slick-dots.blok-napisz-do-nas,.row .slick-dots.blok-napisz-do-nas{margin-bottom:120px;}}.blok-napisz-do-nas__title{color:#222;text-align:center;font-size:20px;font-style:normal;font-weight:700;line-height:150%;padding:20px 0;position:relative;}@media only screen and (min-width:48em){.blok-napisz-do-nas__title{font-size:32px;}}.blok-napisz-do-nas__title:before{content:'';position:absolute;left:50%;transform:translateX(-50%);width:50px;height:2px;background:#016dc6;top:100%;}.blok-napisz-do-nas__content{display:flex;gap:20px;padding:60px 0;flex-direction:column;}@media only screen and (min-width:48em){.blok-napisz-do-nas__content{flex-direction:row;}}.blok-napisz-do-nas__item{flex:0 0 calc(33.33% - calc(40px/3));}.blok-napisz-do-nas__item--name{color:#222;font-size:20px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:10px;}.blok-napisz-do-nas__item--images{margin-bottom:30px;}@media only screen and (max-width: 62.4375em){.blok-napisz-do-nas__item--images img{max-width:360px;}}.blok-napisz-do-nas__item--position{color:#222;font-size:18px;font-style:normal;font-weight:400;line-height:150%;margin-bottom:30px;}.btnMore{display:inline-flex;align-items:center;gap:16px;white-space:nowrap;color:#016dc6;text-align:center;font-size:16px;font-weight:700;line-height:1;}@media only screen and (min-width:48em){.btnMore{font-size:18px;}}.btnMore::after{content:url("/szablony/ideo/images/icons/arrow.svg");width:100%;height:100%;display:inline-block;font-size:20px;position:relative;top:-2px;transform:translateX(0);transition:all 0.3s ease;}@media only screen and (min-width:48em){.btnMore::after{font-size:25px;top:-3px;}}.btnMore:hover{color:#016dc6;filter:brightness(90%);}.btnMore:hover::after{transform:translateX(5px);}.btnMore:active{filter:brightness(80%);}.mainContainer #faqEcommerce h2.title{color:#222;text-align:center;font-size:20px;font-style:normal;font-weight:400;line-height:normal;position:relative;padding:20px 0;}@media only screen and (min-width:48em){.mainContainer #faqEcommerce h2.title{font-size:32px;}}.mainContainer #faqEcommerce h2.title span{font-weight:700;}.mainContainer #faqEcommerce h2.title:before{content:'';position:absolute;left:50%;transform:translateX(-50%);width:50px;height:2px;background:#016dc6;top:100%;}#faqEcommerce .accordion .accordion-navigation.accordion-item{padding:20px;color:#222;font-family:"Fustat";font-size:14px;font-style:normal;font-weight:400;line-height:150%;}#faqEcommerce .accordion .accordion-navigation.accordion-item > .content{background:#fff;color:#222;max-height:unset;padding:0;margin-top:20px;font-style:normal;}#faqEcommerce .accordion .accordion-navigation.accordion-item > .content *{font-family:"Fustat";font-size:14px;line-height:150%;}#faqEcommerce .accordion .accordion-navigation.accordion-item > .content p{margin-bottom:0;}#faqEcommerce .accordion .accordion-navigation.accordion-item > .accordion-title{color:#222;font-family:"Fustat";font-size:18px;font-style:normal;font-weight:400;line-height:normal;padding:0;background:#fff;letter-spacing:-0.3px;}#faqEcommerce .accordion .accordion-navigation.accordion-item > .accordion-title:after{content:'';display:flex;width:24px;height:24px;justify-content:center;align-items:center;background:url('/szablony/ideo/images/plus.svg') no-repeat center center;}#faqEcommerce .accordion .accordion-navigation.accordion-item.active > .accordion-title{background:#fff;}#faqEcommerce .accordion .accordion-navigation.accordion-item.active > .accordion-title:after{background:url('/szablony/ideo/images/minus.svg') no-repeat center center;}.blok-korzysci,.blok-napisz-do-nas,.blok-miejsce{position:relative;}.BlokTekstowy-customBg{position:absolute;top:0;bottom:0;left:50%;width:100vw;z-index:0;pointer-events:none;transform:translateX(-50%);}.clients-list{display:flex;justify-content:center;border-bottom:1px solid #e9e9e9;}.clients-list-content{display:flex;justify-content:space-between;width:clamp(300px, 100%, 1144px);}.clients-list-image{margin:32px auto;display:flex;align-items:center;justify-content:center;width:174px;height:80px;}.clients-list-image img{object-fit:contain;}.ecommerce .block-DefaultOpisowy:has(.blok-korzysci),.ecommerce .block:has(.blok-korzysci),.ecommerce .block:has(.description-block .redesign),.ecommerce .block-tiles:has(.redesign),.ecommerce .block-realizations,.ecommerce .contentSlider__slider,.ecommerce:has(.row .row .view-contact),.ecommerce .block-DefaultOpisowy:has(.desc-two-cols.margin-xl),.ecommerce .block:has(.desc-two-cols.margin-xl){margin-bottom:128px;}@media all and (max-width:768px){.ecommerce .block-DefaultOpisowy:has(.blok-korzysci),.ecommerce .block:has(.blok-korzysci),.ecommerce .block:has(.description-block .redesign),.ecommerce .block-tiles:has(.redesign),.ecommerce .block-realizations,.ecommerce .contentSlider__slider,.ecommerce:has(.row .row .view-contact),.ecommerce .block-DefaultOpisowy:has(.desc-two-cols.margin-xl),.ecommerce .block:has(.desc-two-cols.margin-xl){margin-bottom:96px;}}.ecommerce .row:not(.block):has(.news-ecommerce),.ecommerce .slick-dots:not(.block):has(.news-ecommerce),.ecommerce .slick-dots:not(.block):has(.news-ecommerce),.ecommerce .clients-list,.ecommerce .block-DefaultOpisowy:has(.desc-two-cols__cols){margin-bottom:64px;}@media all and (max-width:768px){.ecommerce .row:not(.block):has(.news-ecommerce),.ecommerce .slick-dots:not(.block):has(.news-ecommerce),.ecommerce .slick-dots:not(.block):has(.news-ecommerce),.ecommerce .clients-list,.ecommerce .block-DefaultOpisowy:has(.desc-two-cols__cols){margin-bottom:48px;}}.ecommerce .block-DefaultOpisowy:has(.block-cta-osoba),.ecommerce .block:has(.block-cta-osoba){margin:100px 0 0;}@media all and (max-width:768px){.ecommerce .block-DefaultOpisowy:has(.block-cta-osoba),.ecommerce .block:has(.block-cta-osoba){margin:50px 0 0;}}.ecommerce .block-tiles:has(.redesign){padding-bottom:0;}.ecommerce .news-block.news-ecommerce .row,.ecommerce .news-block.news-ecommerce .slick-dots,.ecommerce .news-block.news-ecommerce .slick-dots{margin:0;}.ecommerce .desc-two-cols.gray{background:#f5f5f5;padding-bottom:40px;}.ecommerce .desc-logotypes{margin-top:unset;margin-bottom:unset;}@media all and (max-width:500px){.ecommerce .clients-list-content{flex-direction:column;margin-top:32px;}.ecommerce .clients-list-image{margin:12px auto;}.ecommerce .clients-list-content img{height:80px;}}@media all and (min-width:117rem){.ecommerce .desc-two-cols{padding:100px 0;}.ecommerce .jq-formularz-zapytan{padding:0 !important;}.ecommerce jq-formularz-zapytan .jq-row-temat,.ecommerce .jq-formularz-zapytan .jq-row-komentarz{max-width:unset;margin:0;}.ecommerce .jq-formularz-zapytan .styled-checkbox + .checkbox-val{margin-bottom:5px;}}.ecommerce #zone-36 .description-block{margin:auto;max-width:117rem;width:100%;}.ecommerce #zone-36 .description-block .select2-container--default{width:100% !important;}.menu-bottom .description-block{margin:0 !important;}.no-padding{padding:0 !important;}.no-padding-top{padding-top:0 !important;}.ideoRozwoj{max-width:1052px;margin:0 auto;}.ideoRozwoj__title{color:#333;font-size:34px;font-style:normal;font-weight:400;line-height:130%;text-align:center;margin-bottom:53px;}.ideoRozwoj__title:after{content:"";display:block;height:2px;width:50px;margin:20px auto 0;background-color:#00608a;}.ideoRozwoj__content{margin-left:0;list-style:none;display:flex;flex-wrap:wrap;justify-content:space-between;}.ideoRozwoj__content li{flex:0 0 44.86%;color:#333;font-size:22px;font-style:normal;font-weight:400;line-height:130%;padding-left:61px;position:relative;margin-bottom:29px;}@media all and (max-width:500px){.ideoRozwoj__content li{flex:0 0 100%;}}.ideoRozwoj__content li:before{content:'';width:16px;height:16px;position:absolute;left:0;top:50%;transform:translateY(-50%);background:url("/szablony/ideo/images/strzalka.svg");}.shadowBox{position:relative;}.shadowBox:before{content:'';display:block;width:400%;position:absolute;top:0px;height:100%;background:#121e2c;left:-150%;z-index:0;}.shadowBox .shortCodeForm:before{display:none;}@media only screen and (min-width:62.5em){.shadowBox > .row,.shadowBox > .slick-dots{display:flex;}.shadowBox .shortCodeForm{height:100%;}.shadowBox .shortCodeForm .jq-formularz-zapytan .preloader{width:auto;left:-16px;height:100%;top:0;right:-10px;}}.IdeoFormPoints{background:#121e2c;padding:30px 20px 0;position:relative;z-index:2;text-align:left;}@media all and (min-width:500px){.IdeoFormPoints{padding:70px 20px 20px;}}.IdeoFormPoints__title{color:#fff;font-family:"Fustat";font-size:32px;font-style:normal;font-weight:700;line-height:normal;margin-bottom:40px;}.IdeoFormPoints__list{list-style:none;counter-reset:licznik;margin-left:0;margin-bottom:0;}.IdeoFormPoints__line{background:rgba(255, 255, 255, 0.50);position:absolute;left:20px;top:47px;width:1px;bottom:9px;}@media only screen and (max-width: 47.9375em){.IdeoFormPoints__line{display:none;}}.IdeoFormPoints__item{color:#fff;font-family:"Fustat";font-size:18px;font-style:normal;font-weight:400;line-height:150%;padding-bottom:40px;padding-left:60px;counter-increment:licznik;position:relative;}.IdeoFormPoints__item:before{content:counter(licznik);display:flex;width:40px;height:40px;padding:13.333px;justify-content:center;align-items:center;gap:10.667px;position:absolute;left:0;top:0;background:#fff;border-radius:50%;color:#010101;text-align:center;font-size:16px;font-style:normal;font-weight:600;line-height:150%;}@media only screen and (max-width: 47.9375em){.IdeoFormPoints__item.open .IdeoFormPoints__item--header:before{transform:rotate(0);}.IdeoFormPoints__item.open .IdeoFormPoints__item--content{display:block;padding-top:20px;margin-left:-60px;}}.IdeoFormPoints__item--header{font-weight:700;}@media only screen and (max-width: 47.9375em){.IdeoFormPoints__item--header{min-height:40px;display:flex;align-items:center;position:relative;padding-right:44px;cursor:pointer;}.IdeoFormPoints__item--header:focus{outline:none;}.IdeoFormPoints__item--header:before{content:'';position:absolute;right:0;top:10px;background:url("/szablony/ideo/images/weui_arrow-filled.svg") no-repeat center center;width:24px;height:12px;transform:rotate(180deg);transition:ease all 0.1s;}}@media only screen and (max-width: 47.9375em){.IdeoFormPoints__item--content{display:none;}}@media only screen and (max-width: 47.9375em){#zone-10 .formDots .shortCodeForm{width:96%;padding-top:0;}#zone-10 .formDots .shortCodeForm .formularz-realizacja{padding-top:0;}#zone-10 .formDots .shortCodeForm .formularz-realizacja .footer{width:100%;}#zone-10 .formDots .shortCodeForm .formularz-realizacja .footer input{width:100%;}}.kontakt-block{position:relative;padding:100px 0;}.kontakt-block h2{font-weight:600;font-size:46px;margin:0 0 32px;line-height:1.5;}.kontakt-block h3{font-size:20px;font-weight:600;line-height:1.5;margin:0;}.kontakt-block h3 i{color:#0176ff;font-size:24px;margin-right:13px;}.kontakt-block p{font-size:18px;line-height:1.5;margin-bottom:32px;max-width:504px;width:100%;}.kontakt-block ul{list-style:none;margin-left:0;max-width:575px;width:100%;}.kontakt-block ul li{padding-bottom:28px;margin-bottom:0;font-size:0;}.kontakt-block ul li span{font-size:14px;padding-left:36px;display:block;font-weight:300;line-height:1.5;margin-top:8px;}.kontakt-block:before{content:'';position:absolute;left:50%;transform:translateX(-50%);width:100vw;top:0;bottom:0;background:#e6f0f9;height:100%;z-index:0;}.kontakt-block .jq-formularz-zapytan-form{margin-top:119px;margin-left:10px;}.kontakt-block .jq-formularz-zapytan-form .jq-form-row{margin-bottom:30px;}.kontakt-block .jq-formularz-zapytan-form .input-required{position:relative;}.kontakt-block .jq-formularz-zapytan-form .input-required span{position:absolute;top:5px;left:12px;color:#016dc6;height:10px;}.kontakt-block .jq-formularz-zapytan-form .input-required input[type="text"],.kontakt-block .jq-formularz-zapytan-form .input-required textarea{padding-left:24px;}.kontakt-block .jq-formularz-zapytan-form .input-required textarea{padding-top:10px;}.kontakt-block .jq-formularz-zapytan-form .input-required textarea span{top:7px;}.kontakt-block .jq-formularz-zapytan-form input[type="text"],.kontakt-block .jq-formularz-zapytan-form textarea{border-radius:5px;border-color:#fff;font-size:16px;padding-left:14px;}.kontakt-block .jq-formularz-zapytan-form input[type="text"]::placeholder,.kontakt-block .jq-formularz-zapytan-form textarea::placeholder{font-weight:400;font-size:16px;line-height:1.5;color:#222;}.kontakt-block .jq-formularz-zapytan-form .error input[type="text"],.kontakt-block .jq-formularz-zapytan-form .error textarea{border-color:red;}.kontakt-block .jq-formularz-zapytan-form .error .agree a{color:red;}.kontakt-block .jq-formularz-zapytan-form textarea{padding-top:16px;height:114px;}.kontakt-block .jq-formularz-zapytan-form input[type="button"]{background-color:#016dc6;color:#fff;border:none;padding:0 20px;border-radius:5px;font-size:18px;font-weight:600;line-height:1;height:46px;transition:all 0.3s ease;}.kontakt-block .jq-formularz-zapytan-form input[type="button"]:hover{background-color:#015ca9;}.kontakt-block .jq-formularz-zapytan-form input[type="button"]:active{background-color:#014d8d;}.kontakt-block .agree{font-weight:300;font-size:12px;line-height:1.5;letter-spacing:0%;color:#010101;}.kontakt-block .agree a{color:#010101;}.kontakt-block .agree a:hover{color:#015ca9;}@media (min-width:1000px){.kontakt-block .columns{padding:0;}}@media (min-width:1090px) and (max-width:1200px){.kontakt-block .columns{padding:0 20px;}}.ctaFullWidth{position:relative;margin:-4.9rem -2rem -4.9rem;}.ctaFullWidth__image img{width:100%;height:auto;display:block;}.ctaFullWidth__content{position:absolute;top:0;left:20%;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:self-start;padding:1rem;text-align:left;color:#fff;}.block-tiles{padding:60px 0;}.block-tiles__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px;padding-top:20px;}.block-tiles__item{display:flex;flex-direction:column;padding:30px;border:1px solid #e9e9e9;border-radius:5px;background-color:#fff;}.block-tiles__item.animation-finished{transition:all 0.3s ease-out !important;}.block-tiles__item.linkItem:hover{transform:translateY(-5px);}.block-tiles__item-icon{width:64px;height:64px;}.block-tiles__item-icon image{width:64px;height:64px;}.block-tiles__item-title{margin-top:20px;margin-bottom:15px;font-size:20px;line-height:1.5;font-weight:600;color:#010101;}.block-tiles__item-desc{margin-bottom:20px;font-size:14px;line-height:1.5;color:#010101;font-weight:300;}.block-tiles__item > span{display:flex;margin-top:auto;}#zone-25 .block-tiles{padding:0 !important;}#zone-32 .block-tiles > .row > h2 > span,#zone-32 .block-tiles > .slick-dots > h2 > span{display:inline-block !important;}.block-tiles .btnMore-wrap{margin-top:auto;}.row .row.block-reference,.slick-dots .row.block-reference,.slick-dots .slick-dots.block-reference,.row .slick-dots.block-reference{padding-top:60px;padding-bottom:60px;}.row .row.block-reference .heading-custom,.slick-dots .row.block-reference .heading-custom,.slick-dots .slick-dots.block-reference .heading-custom,.row .slick-dots.block-reference .heading-custom{margin-bottom:30px;font-weight:700;color:#010101;text-align:left;font-size:46px;font-weight:500;line-height:1.5;}@media only screen and (max-width: 47.9375em){.row .row.block-reference .heading-custom,.slick-dots .row.block-reference .heading-custom,.slick-dots .slick-dots.block-reference .heading-custom,.row .slick-dots.block-reference .heading-custom{font-size:32px;}}.row .row.block-reference .heading-custom::after,.slick-dots .row.block-reference .heading-custom::after,.slick-dots .slick-dots.block-reference .heading-custom::after,.row .slick-dots.block-reference .heading-custom::after{background:#fff;}.row .row.block-reference .slick-caption,.slick-dots .row.block-reference .slick-caption,.slick-dots .slick-dots.block-reference .slick-caption,.row .slick-dots.block-reference .slick-caption{margin-top:auto;}.row .row.block-reference .slick-caption .reference-header,.slick-dots .row.block-reference .slick-caption .reference-header,.slick-dots .slick-dots.block-reference .slick-caption .reference-header,.row .slick-dots.block-reference .slick-caption .reference-header{display:flex;gap:10px;}.row .row.block-reference .slick-caption .reference-header > img,.slick-dots .row.block-reference .slick-caption .reference-header > img,.slick-dots .slick-dots.block-reference .slick-caption .reference-header > img,.row .slick-dots.block-reference .slick-caption .reference-header > img{align-self:center;max-width:80px;width:100%;height:auto;object-fit:contain;}.row .row.block-reference .slick-caption .reference-header__author,.slick-dots .row.block-reference .slick-caption .reference-header__author,.slick-dots .slick-dots.block-reference .slick-caption .reference-header__author,.row .slick-dots.block-reference .slick-caption .reference-header__author,.row .row.block-reference .slick-caption .reference-header__position,.slick-dots .row.block-reference .slick-caption .reference-header__position,.slick-dots .slick-dots.block-reference .slick-caption .reference-header__position,.row .slick-dots.block-reference .slick-caption .reference-header__position{margin:0;color:#222;}.row .row.block-reference .slick-caption .reference-header__author,.slick-dots .row.block-reference .slick-caption .reference-header__author,.slick-dots .slick-dots.block-reference .slick-caption .reference-header__author,.row .slick-dots.block-reference .slick-caption .reference-header__author{font-weight:600;font-size:20px;line-height:100%;margin-bottom:8px;}.row .row.block-reference .slick-caption .reference-header__position,.slick-dots .row.block-reference .slick-caption .reference-header__position,.slick-dots .slick-dots.block-reference .slick-caption .reference-header__position,.row .slick-dots.block-reference .slick-caption .reference-header__position{font-weight:300;font-size:14px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;height:42px;}.row .row.block-reference .slick-caption .reference-desc,.slick-dots .row.block-reference .slick-caption .reference-desc,.slick-dots .slick-dots.block-reference .slick-caption .reference-desc,.row .slick-dots.block-reference .slick-caption .reference-desc{margin:0;font-size:16px;line-height:24px;}.row .row.block-reference .slick-caption .reference-header__content,.slick-dots .row.block-reference .slick-caption .reference-header__content,.slick-dots .slick-dots.block-reference .slick-caption .reference-header__content,.row .slick-dots.block-reference .slick-caption .reference-header__content{min-height:70px;}.row .row.block-reference .ideo_quote,.slick-dots .row.block-reference .ideo_quote,.slick-dots .slick-dots.block-reference .ideo_quote,.row .slick-dots.block-reference .ideo_quote{display:block;margin-top:0;margin-bottom:15px;font-size:41px;color:#016dc6;}.row .row.block-reference .slick-navigator,.slick-dots .row.block-reference .slick-navigator,.slick-dots .slick-dots.block-reference .slick-navigator,.row .slick-dots.block-reference .slick-navigator{display:flex;gap:20px;}.row .row.block-reference .slick-slide,.slick-dots .row.block-reference .slick-slide,.slick-dots .slick-dots.block-reference .slick-slide,.row .slick-dots.block-reference .slick-slide{display:flex;height:auto !important;flex-direction:column;}.row .row.block-reference .slick-slide,.slick-dots .row.block-reference .slick-slide,.slick-dots .slick-dots.block-reference .slick-slide,.row .slick-dots.block-reference .slick-slide{margin-left:19px;background-color:#fff;border:1px solid #ebebeb;border-radius:5px;padding:30px;max-width:377px;}.row .row.block-reference .slick-slide img,.slick-dots .row.block-reference .slick-slide img,.slick-dots .slick-dots.block-reference .slick-slide img,.row .slick-dots.block-reference .slick-slide img{margin-top:30px;}.row .row.block-reference .slick-slide .reference-desc,.slick-dots .row.block-reference .slick-slide .reference-desc,.slick-dots .slick-dots.block-reference .slick-slide .reference-desc,.row .slick-dots.block-reference .slick-slide .reference-desc{font-weight:300;font-size:16px;line-height:1.5;min-height:190px;margin-bottom:30px;}.row .row.block-reference .slick-list,.slick-dots .row.block-reference .slick-list,.slick-dots .slick-dots.block-reference .slick-list,.row .slick-dots.block-reference .slick-list{margin-left:-19px;}.row .row.block-reference .prev,.slick-dots .row.block-reference .prev,.slick-dots .slick-dots.block-reference .prev,.row .slick-dots.block-reference .prev,.row .row.block-reference .next,.slick-dots .row.block-reference .next,.slick-dots .slick-dots.block-reference .next,.row .slick-dots.block-reference .next{display:inline-block;color:#fff;cursor:pointer;}.cnt-reference:not(.darkTheme) .row .row.block-reference .prev,.cnt-reference:not(.darkTheme) .slick-dots .row.block-reference .prev,.cnt-reference:not(.darkTheme) .slick-dots .slick-dots.block-reference .prev,.cnt-reference:not(.darkTheme) .row .slick-dots.block-reference .prev,.cnt-reference:not(.darkTheme) .row .row.block-reference .next,.cnt-reference:not(.darkTheme) .slick-dots .row.block-reference .next,.cnt-reference:not(.darkTheme) .slick-dots .slick-dots.block-reference .next,.cnt-reference:not(.darkTheme) .row .slick-dots.block-reference .next{color:#000;}.cnt-reference:not(.darkTheme) .row .row.block-reference .prev.slick-disabled,.cnt-reference:not(.darkTheme) .slick-dots .row.block-reference .prev.slick-disabled,.cnt-reference:not(.darkTheme) .slick-dots .slick-dots.block-reference .prev.slick-disabled,.cnt-reference:not(.darkTheme) .row .slick-dots.block-reference .prev.slick-disabled,.cnt-reference:not(.darkTheme) .row .row.block-reference .next.slick-disabled,.cnt-reference:not(.darkTheme) .slick-dots .row.block-reference .next.slick-disabled,.cnt-reference:not(.darkTheme) .slick-dots .slick-dots.block-reference .next.slick-disabled,.cnt-reference:not(.darkTheme) .row .slick-dots.block-reference .next.slick-disabled{color:rgba(0, 0, 0, .3);}.row .row.block-reference .prev.slick-disabled,.slick-dots .row.block-reference .prev.slick-disabled,.slick-dots .slick-dots.block-reference .prev.slick-disabled,.row .slick-dots.block-reference .prev.slick-disabled,.row .row.block-reference .next.slick-disabled,.slick-dots .row.block-reference .next.slick-disabled,.slick-dots .slick-dots.block-reference .next.slick-disabled,.row .slick-dots.block-reference .next.slick-disabled{color:rgba(255, 255, 255, .3);}.row .row.block-reference .ideo_arrow-right-circle.prev,.slick-dots .row.block-reference .ideo_arrow-right-circle.prev,.slick-dots .slick-dots.block-reference .ideo_arrow-right-circle.prev,.row .slick-dots.block-reference .ideo_arrow-right-circle.prev{transform:rotate(180deg);}.row .row.block-reference .slick-row,.slick-dots .row.block-reference .slick-row,.slick-dots .slick-dots.block-reference .slick-row,.row .slick-dots.block-reference .slick-row{display:flex;justify-content:center;gap:20px;}.row .row.block-reference .slick-dots,.slick-dots .row.block-reference .slick-dots,.slick-dots .slick-dots.block-reference .slick-dots,.row .slick-dots.block-reference .slick-dots{margin-top:60px !important;}.row .row.block-reference .slick-dots li,.slick-dots .row.block-reference .slick-dots li,.slick-dots .slick-dots.block-reference .slick-dots li,.row .slick-dots.block-reference .slick-dots li{margin-left:12px;}.row .row.block-reference .slick-dots li.slick-active button::before,.slick-dots .row.block-reference .slick-dots li.slick-active button::before,.slick-dots .slick-dots.block-reference .slick-dots li.slick-active button::before,.row .slick-dots.block-reference .slick-dots li.slick-active button::before{background-color:#0875d0 !important;width:12px;height:12px;border-color:#0875d0;}.row .row.block-reference .slick-dots li button::before,.slick-dots .row.block-reference .slick-dots li button::before,.slick-dots .slick-dots.block-reference .slick-dots li button::before,.row .slick-dots.block-reference .slick-dots li button::before{border-radius:50%;border:2px solid #ddd;width:7px;height:7px;background-color:#ddd;}.cnt-reference{position:relative;z-index:1;}.cnt-reference::before{content:"";position:absolute;top:0;bottom:0;left:50%;width:100vw;height:100%;z-index:-1;transform:translateX(-50%);background-color:#f7f7f7;}.widget-join-group{margin:60px 0;}.widget-join-group__title{font-size:3.45rem;line-height:1.3em;font-weight:700;margin-bottom:47px;text-align:center;}@media only screen and (min-width:62.5em){.widget-join-group__title{text-align:left;}}@media only screen and (min-width:62.5em){.widget-join-group__content{display:flex;align-items:center;flex:0 0 50%;}}.widget-join-group__deco{display:flex;align-items:center;}.widget-join-group__box{margin-top:30px;}@media only screen and (min-width:62.5em){.widget-join-group__box{width:50%;margin-top:0;}}.widget-join-group__desc{font-size:1.55rem;line-height:1.55em;text-align:center;margin:0;}.widget-join-group__desc br{display:none;}@media only screen and (min-width:62.5em){.widget-join-group__desc br{display:block;}}.widget-join-group__action{display:flex;justify-content:center;margin:30px 0 0;}.widget-join-group__link{display:inline-flex;border:1px solid #e81750;background:#e81750;color:#fff;font-size:1.6rem;line-height:1.3em;font-weight:700;padding:15px 20px;}.widget-join-group__link:hover{background:#fff;color:#e81750;}.stazeipraktyki #traineeSliderFirst{max-height:800px !important;}.stazeipraktyki #traineeSliderFirst .traineeImageSlider{max-height:800px !important;}.stazeipraktyki .traineeSlider .career-line{display:none !important;}.stazeipraktyki .traineeSlider .block-jobs-sliderBTN .btn.btn-primary{font-size:2rem;padding:1.6rem 2.5rem;line-height:normal;font-weight:600;font-family:"Fustat", sans-serif !important;min-height:auto;min-width:auto;letter-spacing:normal;}.stazeipraktyki .traineeSlider .career-btn-container{margin-top:50px !important;}.stazeipraktyki .traineeSlider .describeSlider{font-size:1.8rem;line-height:3rem;font-weight:lighter;font-family:"Fustat", sans-serif;}.stazeipraktyki .traineeSlider .career-header{margin:2rem 0 1rem 0 !important;font-size:5.5rem !important;line-height:6rem !important;font-weight:bold !important;}.stazeipraktyki .recruitmentSlider .recruitmentImage{max-height:800px !important;}.stazeipraktyki .recruitmentSlider .recruitmentDescribe{font-family:"Fustat", Arial, sans-serif;font-size:1.6rem;line-height:2.56rem;font-weight:normal;letter-spacing:0;color:#222;}.stazeipraktyki .block-DefaultOpisowy h3{font-size:1.8rem;letter-spacing:2px;text-align:center;margin-bottom:3.5rem;line-height:3.6rem;color:#00608a;text-transform:uppercase;font-family:"Fustat";font-weight:bold;}.stazeipraktyki .paths{display:flex;width:100%;max-width:117rem !important;position:relative;left:0;margin:0 auto;right:0;top:0;bottom:0;}.stazeipraktyki .containerPath:hover{transform:scale(1.1);}.stazeipraktyki .containerPath{transition:transform 0.2s;background-color:white;width:33.3%;height:auto !important;box-shadow:0px 0px 4px 0px rgba(0, 0, 0, 0.38);margin:0px 25px 0px 25px;padding:35px 35px 35px 35px;}.stazeipraktyki .containerPath img{height:40px;margin-bottom:20px;}.stazeipraktyki .containerPath h4{font-weight:600;color:#121e2c;}.stazeipraktyki .containerPath li.internPoint{font-weight:bold;}.stazeipraktyki .ourSpecialist h2{max-width:111rem !important;position:relative;margin-left:auto;margin-right:auto;}.stazeipraktyki .ourSpecialist .row,.stazeipraktyki .ourSpecialist .slick-dots{width:100%;max-width:117rem !important;display:flex;position:relative;left:0;align-items:inherit;margin:0 auto;right:0;top:0;bottom:0;}.stazeipraktyki .ourSpecialist p.specialistDescribe{color:black !important;margin:25px 0px 25px 0px;}.stazeipraktyki .ourSpecialist .recruiters-list .recruiters-list-item:hover{transform:scale(1.1);}.stazeipraktyki .ourSpecialist .recruiters-list .recruiters-list-item{width:33.3%;transition:transform 0.2s;margin:0px 25px 0px 25px;padding:35px 35px 35px 35px;}.stazeipraktyki .ourSpecialist .recruiters-list .recruiters-list-item p{max-width:none !important;}.stazeipraktyki .ourSpecialist .recruiters-list .recruiters-list-item__image{position:relative;margin-left:auto;margin-right:auto;max-width:250px !important;width:auto !important;}.stazeipraktyki .ourSpecialist .recruiters-list .recruiters-list-item__name{text-align:center !important;}.stazeipraktyki .ourSpecialist .recruiters-list .recruiters-list-item__position{text-align:center !important;}.stazeipraktyki .waysOfApplication{margin-bottom:59px;}.stazeipraktyki .waysOfApplication img{position:relative;margin:auto;display:block;}.stazeipraktyki .view-contact__form{position:relative;}.stazeipraktyki .view-contact__form .internForm{position:absolute;bottom:0;}.stazeipraktyki .containerWrapper{width:100%;margin-top:260px;margin-bottom:6rem;display:grid;place-items:center;}.stazeipraktyki .containerWrapper .wrapper{display:inline-flex;}.stazeipraktyki .containerWrapper .wrapper .fifth .tools:before{width:0px !important;height:0px !important;}.stazeipraktyki .containerWrapper .wrapper .step{margin:0 100px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative;z-index:2;}.stazeipraktyki .containerWrapper .wrapper .step .tools{background-color:white;box-shadow:8px 8px 8px 8px rgba(0, 0, 0, 0.1);font-size:20px;padding:10px 18px;width:230px;transition:transform 0.2s;position:absolute;margin-bottom:20px;justify-content:center;display:grid;align-items:center;text-align:center;top:-200px;height:180px;border-radius:25px;}.stazeipraktyki .containerWrapper .wrapper .step .tools img{width:80px;position:relative;margin-left:auto;margin-right:auto;}.stazeipraktyki .containerWrapper .wrapper .step .tools:before{position:absolute;content:"";height:15px;width:15px;top:50%;left:230px;transform:translateX(-50%) rotate(45deg);background-color:white;z-index:3;}.stazeipraktyki .containerWrapper .wrapper .step span{position:relative;width:60px;transition:transform 0.2s;z-index:2;display:block;text-align:center;}.stazeipraktyki .containerWrapper .wrapper .step span i{font-size:25px;line-height:60px;}.stazeipraktyki i.number{display:none;}.stazeipraktyki .wrapper .step:hover span,.stazeipraktyki .wrapper .step:hover .tools{transform:scale(1.05);}.stazeipraktyki .contactSection{margin-bottom:4rem;padding:10px 10px 10px 10px;}.stazeipraktyki .contactSection .view-contact__title{text-align:left;}.stazeipraktyki .block-DefaultOpisowy h3{font-size:2.8rem;}.stazeipraktyki .applicationSection{max-width:117rem;position:relative;margin:0 auto;text-align:center;}.stazeipraktyki .applicationSection .describeSection{text-align:left;margin-right:30px;margin-left:30px;margin-top:40px;margin-bottom:60px;font-family:"Fustat", Arial, sans-serif;font-size:1.6rem;line-height:2.56rem;font-weight:normal;letter-spacing:0;color:#222;}.stazeipraktyki .view-contact .fromContainerTrainee .row.medium-5.container-circle,.stazeipraktyki .view-contact .fromContainerTrainee .slick-dots.medium-5.container-circle{display:none;}.stazeipraktyki .view-contact .fromContainerTrainee .columns{width:100%;border-right:0px !important;}.stazeipraktyki .view-contact .fromContainerTrainee .firstColumn .row.jq-form-row.jq-row-imie-nazwisko,.stazeipraktyki .view-contact .fromContainerTrainee .firstColumn .slick-dots.jq-form-row.jq-row-imie-nazwisko{padding-right:10px;}.stazeipraktyki .view-contact .fromContainerTrainee .firstColumn .row.jq-form-row.jq-row-email,.stazeipraktyki .view-contact .fromContainerTrainee .firstColumn .slick-dots.jq-form-row.jq-row-email{padding-left:10px;}.stazeipraktyki .view-contact .komunikatyFormularz h2.modalTitle.title-success{color:#00608a !important;margin-top:-30px;}.stazeipraktyki .view-contact .komunikatyFormularz p.tekstFormularz{color:#00608a !important;}.stazeipraktyki .view-contact .komunikatyFormularz p.tekstFormularz span{color:#00608a !important;}@media screen and (max-width:767px){.stazeipraktyki .view-contact .fromContainerTrainee .firstColumn{display:grid;}.stazeipraktyki .view-contact .fromContainerTrainee .firstColumn .row.jq-form-row.jq-row-imie-nazwisko,.stazeipraktyki .view-contact .fromContainerTrainee .firstColumn .slick-dots.jq-form-row.jq-row-imie-nazwisko{padding-right:0px;}.stazeipraktyki .view-contact .fromContainerTrainee .firstColumn .row.jq-form-row.jq-row-email,.stazeipraktyki .view-contact .fromContainerTrainee .firstColumn .slick-dots.jq-form-row.jq-row-email{padding-left:0px;}}@media screen and (max-width:1295px){.stazeipraktyki .containerWrapper{margin-top:270px;}.stazeipraktyki .containerWrapper .wrapper .step{margin:0 70px;}.stazeipraktyki .containerWrapper .wrapper .step .tools{top:-230px;height:200px;width:150px;}.stazeipraktyki .containerWrapper .wrapper .step .tools:before{top:50%;left:150px;}}.stazeipraktyki .buttonSection .btn.btn-primary{background-color:#00608a;color:white;font-size:2rem;padding:1.6rem 2.5rem;line-height:normal;font-weight:600px;font-family:"Fustat" sans-serif !important;min-height:auto;min-width:auto;letter-spacing:normal;}@media screen and (max-width:62.4375em){.stazeipraktyki .containerWrapper .wrapper{display:block;}.stazeipraktyki .containerWrapper .wrapper .fifth .tools:before{width:15px !important;height:15px !important;}.stazeipraktyki .containerWrapper .wrapper .step{margin-bottom:280px;}.stazeipraktyki .containerWrapper .wrapper .step .tools:before{top:192px;left:50%;}.stazeipraktyki .containerWrapper .wrapper .step.fifth{margin-bottom:auto !important;}.stazeipraktyki .applicationSection .describeSection{position:relative;}}@media only screen and (max-width: 62.4375em){.stazeipraktyki .block-DefaultOpisowy h3{font-size:1.8rem !important;}.stazeipraktyki .traineeSlider .block-jobs-sliderBTN .btn.btn-primary{font-size:1.5rem !important;}.stazeipraktyki .traineeSlider .career-header{font-size:3rem !important;}.stazeipraktyki .paths{display:block;}.stazeipraktyki .containerPath{margin-left:auto !important;margin-right:auto !important;margin-bottom:3rem !important;width:55rem !important;}.stazeipraktyki .ourSpecialist .row,.stazeipraktyki .ourSpecialist .slick-dots{display:block !important;}.stazeipraktyki .ourSpecialist .recruiters-list .recruiters-list-item{margin-left:auto !important;margin-right:auto !important;margin-bottom:3rem !important;width:55rem !important;}.stazeipraktyki .ourSpecialist .recruiters-first{display:block !important;}.stazeipraktyki .ourSpecialist .recruitersSecond{display:block !important;}.stazeipraktyki #zone-16 .block-jobs-slider__container{position:relative;margin:auto;left:0;right:0;top:0;padding:20px;display:block;text-align:center;max-width:100% !important;}.stazeipraktyki #zone-16 .block-jobs-slider__caption{width:100% !important;max-width:100%;}}@media only screen and (max-width:580px){.stazeipraktyki .containerPath{margin-left:15px !important;margin-right:15px !important;width:auto !important;}.stazeipraktyki .ourSpecialist h2{margin-left:15px !important;margin-right:15px !important;}.stazeipraktyki .ourSpecialist .recruiters-list .recruiters-list-item{margin-left:15px !important;margin-right:15px !important;width:auto !important;}}.module-DefaultAktualnosci__head{text-align:center;margin-bottom:50px;}.module-DefaultAktualnosci__head-name{font-size:3rem;line-height:1.2em;font-weight:700;margin:0;margin-top:10rem;}@media only screen and (min-width:48em){.module-DefaultAktualnosci__head-name{font-size:5rem;line-height:1.5em;}}.module-DefaultAktualnosci__head-intro{font-size:2.8rem;margin:40px 0 0;}.module-DefaultAktualnosci__head-intro--size{font-size:2.4rem;padding:0 7rem;margin:40px 0 0;}.module-DefaultAktualnosci__search{display:flex;flex-direction:column;padding:0 20%;position:relative;z-index:1;margin-bottom:30px;}@media only screen and (min-width:48em){.module-DefaultAktualnosci__search{flex-direction:row;}}.module-DefaultAktualnosci__search:before{content:'';border-top:1px solid #dcdcdc;position:absolute;z-index:-1;bottom:24px;left:0;right:0;}.module-DefaultAktualnosci__search-input-wrapper{flex:1 1;position:relative;}.module-DefaultAktualnosci__search-label{font-size:1.4rem;line-height:1.5em;font-weight:700;margin:0 0 5px 0;}.module-DefaultAktualnosci__search-input{flex:1 1 auto;margin-right:20px;margin:0 !important;padding-right:60px;border:1px solid #dcdcdc !important;}.module-DefaultAktualnosci__search-input:focus{box-shadow:none !important;outline:3px solid #00608a !important;outline-offset:0;}.module-DefaultAktualnosci__search-select-wrapper{flex:1 1;margin:20px 0 0;}@media only screen and (min-width:48em){.module-DefaultAktualnosci__search-select-wrapper{margin:0 0 0 20px;}}.module-DefaultAktualnosci__search-submit{position:absolute;left:0;bottom:0;display:flex;align-items:center;justify-content:center;width:48px;height:50px;margin:0;padding:0;border:0;font-size:2rem;color:#00608a;background:transparent;}.module-DefaultAktualnosci__search-submit:hover{background:#016dc6;}.module-DefaultAktualnosci .select2-container{margin:0;width:100% !important;}.module-DefaultAktualnosci .select2-container--default .select2-selection--single{height:50px;border:1px solid #dcdcdc;}.module-DefaultAktualnosci .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:48px;}.module-DefaultAktualnosci .select2-container--default .select2-selection--single .select2-selection__arrow{top:0%;}.module-DefaultAktualnosci__rows table{width:100%;border:1px solid #dcdcdc;border-collapse:collapse;}.module-DefaultAktualnosci__rows table tr{background:#fff;border:1px solid #e9e9e9;border-radius:5px;}.module-DefaultAktualnosci__rows table tr th,.module-DefaultAktualnosci__rows table tr td{padding:14px 20px 10px;border-top:1px solid #dcdcdc;border-bottom:1px solid #dcdcdc;text-align:left;font-size:1.5rem;line-height:1.6em;}.module-DefaultAktualnosci__rows table tr th:last-child,.module-DefaultAktualnosci__rows table tr td:last-child{width:100px;}.module-DefaultAktualnosci__rows table tr th .read-more,.module-DefaultAktualnosci__rows table tr td .read-more{transition:all 0ms ease;}.module-DefaultAktualnosci__rows table tr:hover{background:#00608a;color:#fff;}.module-DefaultAktualnosci__rows table tr:hover .read-more{color:#fff;}.offer-top{background-color:#00608a;position:relative;overflow:visible;margin:0 -60px;}.offer-top:after{position:absolute;content:'';top:0;bottom:0;left:-9999px;right:0;box-shadow:9999px 0 0 #00608a;}.offer-top:before{position:absolute;content:'';height:100%;width:100vw;top:0;right:0;background:#00608a;}.offer-top__content{display:block;height:233px;z-index:98;position:relative;}.offer-top__content a{border:2px solid #00608a;color:#00608a;padding:17px 27px 17px 37px;margin:38px 0 0;display:inline-block;font-weight:bold;font-size:14px;}@media (min-width:768px){.offer-top__content a{font-size:16px;}}@media (min-width:1200px){.offer-top__content a{font-size:22px;width:370px;}}.offer-top__content a span{display:inline-block;margin:0;left:-10px;position:relative;top:1px;color:#00608a;font-family:'ideo' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;transform:rotate(180deg);}@media (min-width:1200px){.offer-top__content a span{left:-19px;}}.offer-top__content a span:before{content:'\e908';position:relative;left:0px;transition-duration:0.3s;}.offer-top__content a:hover span:before{left:10px;}.offer-center{position:relative;margin:0 -60px;}.offer-center__left{position:absolute;width:370px;top:0;lefT:0;bottom:0;}.offer-center__left__block{background:#fff;margin-top:-80px;}.offer-center__left__block__title{font-size:27px;font-weight:bold;padding:27px 20px;text-align:left;}.offer-center__left__block__salary{display:none;border:1px solid #bcd0d9;background:#d9e7ee;color:#00608a;font-size:20px;font-weight:bold;padding:13px 20px 6px;}.offer-center__left__block__info{display:flex;flex-direction:column;padding:0 20px 20px;}.offer-center__left__block__info__icon{padding:0px 20px 15px 33px;font-size:15px;font-family:"Fustat", arial;}.offer-center__left__block__info__icon.icn-1{background:url('/szablony/ideo/images/icons/ico-1.jpg') no-repeat 0 0;}.offer-center__left__block__info__icon.icn-2{background:url('/szablony/ideo/images/icons/ico-2.jpg') no-repeat 0 0;}.offer-center__left__block__info__icon.icn-3{background:url('/szablony/ideo/images/icons/ico-3.jpg') no-repeat 0 0;}.offer-center__left__block__info__icon.icn-4{background:url('/szablony/ideo/images/icons/ico-4.jpg') no-repeat 0 0;}.offer-center__left__block__info__icon.icn-5{background:url('/szablony/ideo/images/icons/ico-5.png') no-repeat 0 0;}.offer-center__left__block__info__icon.icn-6{background:url('/szablony/ideo/images/icons/ico-6.png') no-repeat 0 0;}.offer-center__left__block__info__icon.icn-7{background:url('/szablony/ideo/images/icons/ico-7.png') no-repeat 0 0;}.offer-center__left__block__text{padding:2rem;}.offer-center__left__block__text p{font-size:1.5rem;margin:0;}.offer-center__left__block__text p a{text-decoration:underline;font-weight:bold;font-size:1.5rem;}.offer-center__left .offer-job-contact-btn{max-width:167px;margin-left:20px;line-height:60px;padding:0 30px;margin-top:10px;}.offer-center__left__blocks{position:fixed;width:330px;top:120px;}.offer-center__right{width:770px;float:right;margin-top:50px;}.offer-center__right .news-module.news-single h2,.offer-center__right .news-module.news-single h3{font-size:28px;line-height:1.4;}.offer-center__right .recruiter{max-width:170px;text-align:center;display:inline-block;}.offer-center__right .recruiter p{margin:5px 0 10px;}.internships--top{width:calc(100% + 920px);margin:0 -460px;text-align:center;position:relative;max-width:1920px;}.internships--top img{object-fit:cover;width:100%;}.internships--header{text-align:center;}.internships{margin:0 -60px;}.internships__content{display:flex;justify-content:space-between;font-size:14px;font-family:"Fustat", Arial, Helvetica, sans-serif;}.internships__content__item{width:45%;}.internships__content__item h2{font-size:28px;}.internships__blue-bottom{background:#00608a;color:#fff;padding:30px;margin:20px 0;}.internships__blue-bottom h2{font-family:"Fustat", Arial, sans-serif;font-size:28px;color:#fff;font-weight:bold;margin:0 0 12px;}.internships__blue-bottom p{margin:0;font-family:"Fustat", Arial, sans-serif;font-size:1.6rem;line-height:2.56rem;font-weight:normal;letter-spacing:0;}.internships__blue-top{display:flex;align-items:center;margin:45px auto 6rem auto;max-width:1170px;}.internships__blue-top__item{width:50%;}.internships__blue-top__item__desc{background:#00608a;color:#fff;font-size:18px;font-family:"Fustat", arial;padding:50px;margin:0 0 0 -100px;}.internships__blue-top__item__desc h3{color:#fff;font-weight:600;}.internships__blue-top__item__desc h3 a{color:#fff;font-weight:600;}.internships__blue-top__item__desc p{font-family:"Fustat", Arial, sans-serif;font-size:1.6rem;line-height:2.56rem;font-weight:normal;letter-spacing:0;}.offer-internship{margin:0;}.offer-internship h2{font-family:"Fustat", Arial, sans-serif;font-size:2.4rem;font-weight:normal;letter-spacing:0;color:#222;}.offer-internship-padding{padding:0 10px 4rem 30px;}.recruiters-list{display:flex;flex-direction:column;align-items:flex-start;}@media only screen and (min-width:48em){.recruiters-list{flex-direction:row;}}.recruiters-list .recruiters-list-item{margin-right:10px;background-color:#f7f7f7;}.recruiters-list .recruiters-list-item .recruiters-list-item__image{width:250px;height:250px;position:relative;}.recruiters-list .recruiters-list-item .recruiters-list-item__image img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;height:100% !important;border-radius:0;object-fit:cover;}.recruiters-list .recruiters-list-item .recruiters-list-item__name{margin:10px 0 0 10px;text-align:left;font-weight:bold;}.recruiters-list .recruiters-list-item .recruiters-list-item__name p{font-weight:bold;margin-bottom:0;font-family:"Fustat", sans-serif;}.recruiters-list .recruiters-list-item .recruiters-list-item__position{margin-left:10px;}.recruiters-list .recruiters-list-item .recruiters-list-item__position p{color:#00608a;font-size:13px;font-family:"Fustat", sans-serif;margin-bottom:10px;max-width:250px;line-height:1.5;}.internships-offer-container{width:100%;height:390px;background-color:#f7f7f7;}.internships-offer-container img{width:100%;height:100%;object-fit:cover;}.realization-module{padding:100px 0;}@media only screen and (max-width: 62.4375em){.realization-module{padding:50px 0;}}.realization-module .module-DefaultAktualnosci .module-DefaultAktualnosci__head{margin-bottom:0;}.realization-module .module-DefaultAktualnosci .module-DefaultAktualnosci__head-name{margin-top:5rem;margin-bottom:3rem;font-weight:700;font-size:3rem;line-height:1.2em;max-width:117rem;padding:0 20px;text-align:center;}@media only screen and (min-width:48em){.realization-module .module-DefaultAktualnosci .module-DefaultAktualnosci__head-name{font-size:5.4rem;line-height:1.6em;margin-bottom:2rem;}}@media only screen and (min-width:62.5em){.realization-module .module-DefaultAktualnosci .module-DefaultAktualnosci__head-name{margin-top:-6.5rem;padding-top:13rem;margin-bottom:0;}}.realization-module .module-DefaultAktualnosci .module-DefaultAktualnosci__head-intro{margin:0;}.realization-module .module-DefaultAktualnosci .module-DefaultAktualnosci__head-intro--size{font-size:2.4rem;}@media only screen and (max-width: 62.4375em){.realization-module .module-DefaultAktualnosci .module-DefaultAktualnosci__head-intro--size{font-size:1.6rem;padding:2rem;}}.realization-module .module-DefaultAktualnosci .module-DefaultAktualnosci__rows .module-DefaultAktualnosci__rows_offers{border-spacing:0 3rem;border-collapse:separate;border:none;}.realization-module .module-DefaultAktualnosci .module-DefaultAktualnosci__rows .module-DefaultAktualnosci__rows_offers .offer-container{transition:0.2s;display:grid;grid-template-columns:4fr 4fr auto;align-items:center;gap:32px;padding:30px;background:#fff;border:1px solid #e9e9e9;border-radius:5px;margin-bottom:32px;}@media only screen and (max-width: 62.4375em){.realization-module .module-DefaultAktualnosci .module-DefaultAktualnosci__rows .module-DefaultAktualnosci__rows_offers .offer-container{grid-template-columns:2fr 1fr;}}.realization-module .module-DefaultAktualnosci .module-DefaultAktualnosci__rows .module-DefaultAktualnosci__rows_offers .offer-container:not(:last-child){margin-bottom:16px;}.realization-module .module-DefaultAktualnosci .module-DefaultAktualnosci__rows .module-DefaultAktualnosci__rows_offers .offer-container:hover{background-color:#fff;color:black;box-shadow:0px 0px 15px rgba(0, 0, 0, 0.1);}.realization-module .module-DefaultAktualnosci .module-DefaultAktualnosci__rows .module-DefaultAktualnosci__rows_offers .offer-container .offer{font-family:"Fustat", Arial, sans-serif;border:none;}.realization-module .module-DefaultAktualnosci .module-DefaultAktualnosci__rows .module-DefaultAktualnosci__rows_offers .offer-container .offer p{margin:0;text-align:left;font-weight:600;font-size:20px;line-height:1.5;color:#010101;}@media only screen and (max-width: 62.4375em){.realization-module .module-DefaultAktualnosci .module-DefaultAktualnosci__rows .module-DefaultAktualnosci__rows_offers .offer-container .offer p{font-size:16px;}}.realization-module .module-DefaultAktualnosci .module-DefaultAktualnosci__rows .module-DefaultAktualnosci__rows_offers .offer-container .offer .offer-title a{text-decoration:none;font-weight:600;font-size:20px;line-height:1.5;color:#016dc6;}@media only screen and (max-width: 62.4375em){.realization-module .module-DefaultAktualnosci .module-DefaultAktualnosci__rows .module-DefaultAktualnosci__rows_offers .offer-container .offer .offer-title a{font-size:16px;}}.realization-module .module-DefaultAktualnosci .module-DefaultAktualnosci__rows .module-DefaultAktualnosci__rows_offers .offer-container .offer .offer-subtitle{font-weight:300;font-size:18px;line-height:1.5;color:#222;margin-top:15px;}.realization-module .module-DefaultAktualnosci .module-DefaultAktualnosci__rows .module-DefaultAktualnosci__rows_offers .offer-container .offer .offer-office{font-weight:300;font-size:18px;line-height:1.5;color:#010101;margin-top:15px;}.realization-module .module-DefaultAktualnosci .module-DefaultAktualnosci__rows .module-DefaultAktualnosci__rows_offers .offer-container .offer .offer-type{text-align:center;}@media only screen and (max-width: 62.4375em){.realization-module .module-DefaultAktualnosci .module-DefaultAktualnosci__rows .module-DefaultAktualnosci__rows_offers .offer-container .offer .btn-offer{text-align:right;}}.realization-module .offer-center__left__video{padding-top:20px;}.realization-module .first-row{margin:0;max-width:none;width:100%;}.realization-module .first-row .off-canvas-wrap{max-width:117rem;margin:0 auto;width:100%;}.realization-module .first-row .off-canvas-wrap .inner-wrap{overflow:visible;}.realization-module .module-DefaultAktualnosci__search{padding:32px;background:#e7f1fa;margin:32px 0 80px;border-radius:5px;}.realization-module .module-DefaultAktualnosci__search::before{display:none;}.realization-module .module-DefaultAktualnosci__search .offer-search{color:#666c7a;font-weight:400;font-size:16px;line-height:1.5;padding-left:50px;}.realization-module .module-DefaultAktualnosci__search .offer-search::placeholder{color:#666c7a;font-weight:400;font-size:16px;line-height:1.5;}.realization-module .module-DefaultAktualnosci__search .select2-selection--single{font-size:16px;padding-left:0;}.realization-module .module-DefaultAktualnosci__search .select2-selection__rendered{color:#666c7a;font-weight:400;font-size:16px;line-height:1.5;padding-left:15px;}@media only screen and (min-width:48em){.realization-module .module-DefaultAktualnosci__search .module-DefaultAktualnosci__search-select-wrapper{margin:0 0 0 32px;}}@media only screen and (min-width:48em){.realization-module .module-DefaultAktualnosci__search .module-DefaultAktualnosci__search-input-wrapper{margin-left:1rem;}}.job-offers .shortCodeForm::before{display:none;}.job-offers .gallery-block .tiles-grid{grid-gap:32px;}@media only screen and (max-width: 62.4375em){.job-offers .gallery-block{margin-bottom:3.2rem;}}.job-offers .inner-row{max-width:none;}.job-offers .shortCodeForm{height:100%;margin-bottom:0;}.job-offers #block-116 .block-title,.job-offers #block-103 .block-title{display:none;}.offer .first-row{background-color:#fff;}.offer .first-row .off-canvas-wrap{max-width:none;}.offer .first-row .off-canvas-wrap #main-zone{padding:0;}.offer .offer-image{width:100%;height:360px;overflow:hidden;background-position:50% 50%;background-repeat:no-repeat;background-size:cover;position:relative;}.offer .offer-image .offer-top__content{max-width:117rem;margin:0 auto;}.offer .offer-center{max-width:117rem;margin:0 auto;}.offer .video-container{margin:4rem 0;position:relative;height:0;width:100%;padding:28.11%;}.offer .video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;}@media only screen and (min-width:48em){.defaultankietydynamiczne.zagadki .dynamic-form-module form .df-main .df-control.df-label-left{display:flex;align-items:center;}}.defaultankietydynamiczne.zagadki .dynamic-form-module form .df-main .df-control.df-label-left label{min-width:130px;}.defaultankietydynamiczne.zagadki .dynamic-form-module form .df-main .df-control.df-label-left .df-element{width:100%;}.defaultankietydynamiczne.zagadki .dynamic-form-module form .df-main .df-control label{z-index:99;position:relative;}.defaultwyszukiwarkatagow #main-zone{padding:0;}.defaultwyszukiwarkatagow .inner-row{max-width:100%;margin:0;}.defaultwyszukiwarkatagow .module{margin-bottom:120px;}.defaultwyszukiwarkatagow .tags-module.tags-cloud{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:80px;}.defaultwyszukiwarkatagow .tags-module.tags-cloud .tag{padding:10px;background:transparent;font-size:12px;line-height:12px;color:#016dc6;border:1px solid #016dc6;}.defaultwyszukiwarkatagow .tags-module.tags-cloud .tag.active,.defaultwyszukiwarkatagow .tags-module.tags-cloud .tag:hover{background:#016dc6;color:#fff;}.defaultwyszukiwarkatagow .tags-module.tags-cloud:before{content:unset;}.defaultwyszukiwarkatagow .tags-module .query-info{display:flex;flex-direction:column;margin-bottom:80px;}.defaultwyszukiwarkatagow .tags-module .query-info .mark{font-weight:600;}.defaultwyszukiwarkatagow .tags-module .query-info-heading{font-size:24px;margin-bottom:24px;}.defaultwyszukiwarkatagow .tags-module .results{margin-top:10px;}.defaultwyszukiwarkatagow .tags-module .results .beam{display:flex;justify-content:space-between;border-bottom:1px solid #e5e5e5;padding:10px 0;margin-top:38px;font-weight:600;font-size:18px;cursor:pointer;}.defaultwyszukiwarkatagow .tags-module .results .beam .expand,.defaultwyszukiwarkatagow .tags-module .results .beam .collapse{font-size:26px;font-family:'ideo';width:20px;height:20px;display:flex;justify-content:center;align-items:center;}.defaultwyszukiwarkatagow .tags-module .results .beam .expand.hidden,.defaultwyszukiwarkatagow .tags-module .results .beam .collapse.hidden{display:none;}.defaultwyszukiwarkatagow .tags-module .results .beam:hover .expand,.defaultwyszukiwarkatagow .tags-module .results .beam:hover .collapse{color:#016dc6;}.defaultwyszukiwarkatagow .tags-module .results-category > span{color:#016dc6;}.defaultwyszukiwarkatagow .tags-module .results-list{margin-top:24px;}.defaultwyszukiwarkatagow .tags-module .results .result{display:flex;gap:32px;}.defaultwyszukiwarkatagow .tags-module .results .result .result-content{width:fit-content;}.defaultwyszukiwarkatagow .tags-module .results .result .result-image{width:150px;height:100px;}.defaultwyszukiwarkatagow .tags-module .results .result:not(:first-child){margin-top:30px;}.defaultwyszukiwarkatagow .tags-module .results .result .title{font-size:16px;font-weight:600;}.defaultwyszukiwarkatagow .tags-module .results .result .desc{margin-top:10px;}.defaultwyszukiwarkatagow .tags-module .results .result .more{margin-top:10px;display:flex;align-items:center;gap:10px;font-size:12px;font-weight:600;}.defaultwyszukiwarkatagow .message{margin-top:60px;}.block-klienci-mvp{padding:60px 0;}.block-klienci-mvp .bk-mvp-row{max-width:118rem;}.block-klienci-mvp .column-right{display:flex;flex-direction:column;justify-content:space-between;min-height:360px;}@media screen and (max-width:764px){.block-klienci-mvp .column-right{min-height:auto;}}.block-klienci-mvp__grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:20px;}.block-klienci-mvp__item{display:flex;flex-direction:column;padding:20px;background-color:#fff;background-size:cover;height:360px;width:220px;background-position:center;position:relative;gap:20px;}.block-klienci-mvp__item.animation-finished{transition:all 0.3s ease-out !important;}.block-klienci-mvp__item:hover{transform:translateY(-5px);}.block-klienci-mvp__item-icon{width:70px;height:70px;}.block-klienci-mvp__item-icon image{width:70px;height:70px;}.block-klienci-mvp__item-btn{background:#016dc6;font-family:"Fustat";font-size:17px;font-weight:400;line-height:17px;text-align:center;color:#fff;padding:15px 20px;position:absolute;bottom:20px;left:20px;}.block-klienci-mvp__item-btn:hover{color:#fff;}.block-klienci-mvp__item-title{margin-top:30px;margin-bottom:10px;font-size:20px;line-height:20px;font-weight:700;}.block-klienci-mvp__item > span{display:flex;margin-top:auto;}.block-klienci-mvp__kat{padding:10px;position:relative;display:flex;color:#fff;gap:20px;align-items:center;}.block-klienci-mvp__kat.animation-finished{transition:all 0.3s ease-out !important;}.block-klienci-mvp__kat:hover{transform:translateY(-5px);}.block-klienci-mvp__kat-header{font-size:14px;line-height:20px;color:#fff;text-align:left;}@media screen and (max-width:764px){.block-klienci-mvp__kat-header{margin:20px 0 10px;}}.block-klienci-mvp__kat-icon{width:60px;height:60px;background:#016dc6;border-radius:50%;padding:15px;}.block-klienci-mvp__kat-icon svg{width:30px;height:30px;}.block-klienci-mvp__kat-icon image{width:30px;height:30px;}.block-klienci-mvp__kat-title{font-size:20px;line-height:20px;font-weight:700;}@media screen and (max-width:764px){.block-klienci-mvp__kat-title{font-size:18px;}}.block-klienci-mvp__kat-btn{font-size:14px;line-height:20px;color:#fff;padding:10px 20px;text-align:left;}.row.video-grid,.slick-dots.video-grid{background-color:#fff;display:flex;max-width:118rem;padding:30px;}@media screen and (max-width:764px){.row.video-grid,.slick-dots.video-grid{flex-direction:column;margin:0 20px;}}.video-column{padding:0;display:flex;flex-direction:column;justify-content:space-between;text-align:left;}.video-column-header{color:#222;font-size:20px;margin-bottom:5px;}@media screen and (max-width:764px){.video-column-header{font-size:18px;}}.video-column-desc{font-size:14px;color:#222;}.video-column-desc p{margin-bottom:10px;}.video-column .btn-play{font-size:14px;color:#016dc6;display:flex;align-items:center;gap:10px;}.video-column .btn-play:before{background:url('/szablony/ideo/images/play.png') no-repeat 0 0;display:block;height:26px;width:26px;content:'';}.video-column .video-foto{height:200px;}@media screen and (max-width:764px){.video-column .video-foto{margin-bottom:20px;}}.video-column .video-foto svg{height:200px;width:100%;}.video-column .video-foto svg image{width:100%;max-height:200px;}.bk-foto-faq{margin:10px 0;}.row-faq{text-align:left;}@media screen and (max-width:764px){.row-faq{padding:0 10px;}.row-faq .columns:first-child{margin-bottom:20px;}}.row-faq .faq-desc{font-size:14px;}.blok-point-list{background-color:#121e2c;color:#fff;}.blok-point-list.block .fullpage-bg{margin-bottom:0;margin-top:0;}.blok-point-list .fullpage-bg{padding:60px 10px;margin-bottom:0;margin-top:0;}.blok-point-list .fullpage-bg .columns{padding-left:9rem;padding-right:1rem;}@media screen and (max-width:1000px){.blok-point-list .fullpage-bg .columns{padding-left:1rem;padding-right:1rem;}}.blok-point-list .heading-custom{color:#fff;}.blok-point-list .point-title{font-weight:bold;font-size:20px;display:flex;}@media screen and (max-width:764px){.blok-point-list .point-title{font-size:18px;}}.blok-point-list .point-title .number{background-color:#00608a;border-radius:50%;width:60px;height:60px;font-size:32px;line-height:68px;text-align:center;}@media screen and (max-width:764px){.blok-point-list .point-title .number{height:40px;width:40px;font-size:16px;line-height:44px;}}.blok-point-list .point-title .text{margin:14px 20px;}@media screen and (max-width:764px){.blok-point-list .point-title .text{margin:8px 20px;}}.blok-point-list .point-desc{margin:10px 0 0 83px;text-align:left;}.blok-point-list .point-desc p{margin:0 0 0 15px;}.blok-point-list .point-desc ul{list-style:disc;}.blok-point-list .point-desc ul li{font-size:1.4rem;font-family:"Fustat", sans-serif;}.quiz-header{margin-top:75px;margin-bottom:140px;display:flex;}@media screen and (max-width:640px){.quiz-header{display:block;margin-top:20px;margin-bottom:40px;text-align:left;}}.quiz-header__logo{padding-right:60px;}@media screen and (max-width:640px){.quiz-header__logo{margin-bottom:40px;text-align:left;}}.quiz-header__text{color:#016dc6;font-feature-settings:'liga' off, 'clig' off;font-size:40px;font-style:normal;font-weight:600;line-height:normal;}@media screen and (max-width:640px){.quiz-header__text{font-size:24px;font-style:normal;font-weight:600;line-height:150%;}}.quizCnt #breadcrumbs,.quizCnt #footer,.quizCnt #zone-7,.quizCnt .header-cnt,.quizCnt .block-title{display:none !important;}.quizCnt *{font-family:"Fustat", sans-serif;}.quizCnt .row,.quizCnt .slick-dots{max-width:1515px;padding:0;}.quizForm__left-column{padding-bottom:330px;position:relative;color:#fff;font-feature-settings:'liga' off, 'clig' off;font-family:"Fustat", sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:150%;}@media screen and (max-width:640px){.quizForm__left-column{padding-bottom:140px;}}.quizForm__left-column > img{max-width:112%;bottom:0;left:50%;transform:translateX(-51.8%);position:absolute;}@media screen and (max-width:640px){.quizForm__left-column > img{height:auto !important;}}.quizForm__subtitle{color:#252525;font-feature-settings:'liga' off, 'clig' off;font-family:"Fustat", sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:150%;margin-bottom:40px;}@media screen and (max-width:640px){.quizForm__subtitle{font-size:18px;font-style:normal;font-weight:400;}}.quizForm__title{font-size:40px;margin-bottom:17px;}@media screen and (max-width:640px){.quizForm__title{font-size:24px;font-style:normal;font-weight:500;margin-bottom:20px;}}.quizForm__title span{color:#ff0020;}.quizForm__step0{text-align:center;}.quizForm__step0--title{font-size:40px;margin-bottom:36px;font-weight:400;}.quizForm__step0--title span{color:#ff0020;}.quizForm__step0--social{display:flex;justify-content:center;gap:20px;}.quizForm__step0--text{font-size:24px;margin-bottom:36px;line-height:36px;padding:0 19px;}.quizForm__step0--text:last-of-type{margin-bottom:0;}.quizForm__step0--text a{color:#016dc6;}.quizForm__step1{visibility:hidden;}@media screen and (max-width:640px){.quizForm__step0,.quizForm__step2,.quizForm__step3{flex-direction:column;}}.quizForm__step2.loaderOn .loader{display:block;}.quizForm__step2 .loader{display:none;position:absolute;background:rgba(0, 0, 0, 0.25);top:0;left:0;right:0;bottom:0;}.quizForm__step2 .loader:before{content:'';position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);background:url(/szablony/ideo/images/loader.svg) no-repeat 100% 100%;display:block;height:200px;width:200px;-webkit-animation:spin 2s linear infinite;-moz-animation:spin 2s linear infinite;animation:spin 2s linear infinite;will-change:transform;}.quizForm__step0,.quizForm__step1,.quizForm__step2,.quizForm__step3{position:relative;}@media screen and (max-width:640px){.quizForm__step0,.quizForm__step1,.quizForm__step2,.quizForm__step3{text-align:left;}}.quizForm__step0--wrapper,.quizForm__step1--wrapper,.quizForm__step2--wrapper,.quizForm__step3--wrapper{border-radius:10px;background:#fff;box-shadow:0px 4px 20px 0px rgba(0, 0, 0, 0.10);padding:30px;height:100%;align-items:center;display:flex;position:relative;}.quizForm__step0--wrapper > div,.quizForm__step1--wrapper > div,.quizForm__step2--wrapper > div,.quizForm__step3--wrapper > div{flex:0 0 100%;max-width:100%;}.quizForm__step0,.quizForm__step2,.quizForm__step3{display:none;}.quizForm__error-message{color:#f00;visibility:hidden;font-size:14px;}.quizForm__leftText{border-radius:10px;background:linear-gradient(321deg, #c95042 5.95%, #bc3430 67.67%);display:flex;padding:30px;flex-direction:column;align-items:flex-start;gap:30px;}@media screen and (max-width:640px){.quizForm__leftText{padding:20px;text-align:left;font-size:18px;gap:20px;}}.quizForm__leftText ul{margin-bottom:0;}.quizForm__leftText--header{font-size:40px;font-style:normal;font-weight:500;line-height:normal;color:#fff;margin-bottom:20px;}@media screen and (max-width:640px){.quizForm__leftText--header{font-size:24px;font-weight:500;}}.quizForm__more{color:#016dc6;font-feature-settings:'liga' off, 'clig' off;font-family:"Fustat", sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:150%;}.quizForm__moreCNT{overflow:hidden;height:40px;}.quizForm__moreCNT.open{height:auto;}.quizForm__moreCNT.open + .quizForm__more{display:none;}.quizForm__input label.zgoda{overflow:hidden;color:#252525;text-align:justify;font-feature-settings:'liga' off, 'clig' off;font-family:"Fustat", sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:150%;display:flex;}.quizForm__input label.zgoda .checkbox-val{flex:0 0 20px;}.quizForm__input label:not(.zgoda){color:#252525;font-feature-settings:'liga' off, 'clig' off;font-family:"Fustat", sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:150%;margin-top:0;margin-left:0;margin-bottom:9px;}.quizForm__input label:not(.zgoda) input[type="text"]{height:50px;padding:10px 20px;border-radius:5px;border:1px solid #d9d9d9;margin-top:10px;margin-bottom:0;}.quizForm__input .styled-checkbox + .checkbox-val{border-color:#000;}.quizForm__input.error label,.quizForm__input.error .error{color:#000;}.quizForm__input.error input[type="text"]{border-color:#f00;}.quizForm__input.error .quizForm__error-message{visibility:visible;}.quizForm__button{line-height:1;text-align:center;display:inline-flex;vertical-align:middle;margin:0;outline:none;background:#016dc6;border-color:#016dc6;cursor:pointer;opacity:1;border-radius:5px;text-decoration:none;width:100%;height:54px;justify-content:center;align-items:center;color:#fff;}.quizForm__step3{text-align:center;}@-moz-keyframes spin{100%{-moz-transform:translateY(-50%) translateX(-50%) rotate(360deg);}}@-webkit-keyframes spin{100%{-webkit-transform:translateY(-50%) translateX(-50%) rotate(360deg);}}@keyframes spin{100%{-webkit-transform:translateY(-50%) translateX(-50%) rotate(360deg);transform:translateY(-50%) translateX(-50%) rotate(360deg);}}.quiz-sh{border-radius:10px;background:#fff;box-shadow:0px 4px 20px 0px rgba(0, 0, 0, 0.10);max-width:1530px;width:100%;margin:20px auto;padding:15px;text-align:left;}@media screen and (min-width:641px){.quiz-sh{display:flex;padding:30px;align-items:flex-start;justify-content:space-between;margin:140px auto;gap:30px;}}.quiz-sh__text--upper{color:#252525;font-feature-settings:'liga' off, 'clig' off;font-size:32px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:30px;}.quiz-sh__text--lower{color:#252525;font-feature-settings:'liga' off, 'clig' off;font-size:20px;font-style:normal;font-weight:400;line-height:150%;}.quiz-sh__person{text-align:center;}@media screen and (min-width:641px){.quiz-sh__person{display:flex;flex:0 0 26.81%;max-width:26.81%;align-items:center;justify-content:space-between;text-align:left;}}.quiz-sh__person--image{flex:0 0 41.98%;border-radius:10px;background:#fff;}@media screen and (min-width:641px){.quiz-sh__person--image{text-align:center;}}.quiz-sh__person--text{flex:0 0 54.72%;}.quiz-sh__person--name{color:#252525;font-feature-settings:'liga' off, 'clig' off;font-size:24px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:10px;}.quiz-sh__person--position{color:#252525;font-feature-settings:'liga' off, 'clig' off;font-size:18px;font-style:normal;font-weight:400;line-height:normal;}.quizNumbers{background:url("/szablony/ideo/images/liczbytlo.png") no-repeat top center;padding:49px 0 50px;background-size:auto 100%;}.quizNumbers .row,.quizNumbers .slick-dots{max-width:1315px;}.quizNumbers__header{font-size:40px;text-align:center;height:70px;display:flex;align-items:center;justify-content:center;color:#fff;box-sizing:border-box;padding:0;margin:0 0 46px 0;font-weight:700;}@media screen and (max-width:640px){.quizNumbers__header{font-size:40px;}}@media screen and (max-width:640px){.quizNumbers__number{flex:0 0 100%;margin-bottom:30px;}}.quizNumbers__number--number{color:#fff;font-kerning:auto;font-language-override:normal;font-optical-sizing:auto;font-size:64px;font-size-adjust:none;font-stretch:100%;position:relative;display:inline-flex;padding-right:47px;font-weight:700;margin-bottom:17px;}@media screen and (max-width:640px){.quizNumbers__number--number{font-size:20px;padding-right:20px;margin-bottom:0;}}.quizNumbers__number--number:before{content:'+';position:absolute;right:0;top:50%;transform:translateY(-50%);color:#00608a;}.quizNumbers__number--title{font-size:20px;color:#fff;text-align:center;}@media screen and (max-width:640px){.quizNumbers__number--title{font-size:20px;}}.quizNumbers__wrapper{display:flex;justify-content:space-between;align-items:center;}@media screen and (max-width:640px){.quizNumbers__wrapper{flex-wrap:wrap;}}.cadeStudy{max-width:1200px;padding:0 10px;margin:0 auto;}.cadeStudy__ocena--title{color:#222;text-align:center;font-size:32px;font-style:normal;font-weight:400;line-height:150%;margin-bottom:20px;}@media only screen and (min-width:48em){.cadeStudy__ocena--title{margin-bottom:80px;}}@media only screen and (min-width:48em){.cadeStudy__ocena-wrapper{display:flex;justify-content:space-between;align-items:center;margin-bottom:120px;}}.cadeStudy__ocena--left{color:#222;font-size:24px;font-style:normal;font-weight:400;line-height:150%;flex:0 0 49.15%;display:block;}.cadeStudy__ocena--left img{display:block;margin-bottom:30px;}.cadeStudy__ocena--left strong{margin-top:30px;display:block;}.cadeStudy__ocena--right{flex:0 0 36.44%;}.cadeStudy__korzysci{margin-bottom:40px;}@media only screen and (min-width:48em){.cadeStudy__korzysci{margin-bottom:90px;}}.cadeStudy__korzysci--title{color:#222;text-align:center;font-size:32px;font-style:normal;font-weight:400;line-height:150%;position:relative;}.cadeStudy__korzysci--text{color:#222;font-size:18px;font-style:normal;font-weight:400;line-height:150%;margin-bottom:60px;}.cadeStudy__korzysci--subtitle{color:#222;font-size:18px;font-style:normal;font-weight:700;line-height:150%;margin-bottom:30px;}.cadeStudy__korzysci--items{justify-content:center;align-items:flex-start;align-content:flex-start;gap:20px;align-self:stretch;flex-wrap:wrap;display:flex;}.cadeStudy__korzysci--item{display:flex;padding:30px;flex-direction:column;align-items:flex-start;gap:20px;flex:0 0 100%;align-self:stretch;justify-content:space-between;color:#222;font-size:14px;font-style:normal;font-weight:400;line-height:150%;border:0.5px solid #c2c2c2;min-height:265px;}@media only screen and (min-width:48em){.cadeStudy__korzysci--item{flex:0 0 calc(50% - 14px);}}@media only screen and (min-width:62.5em){.cadeStudy__korzysci--item{flex:0 0 calc(33.3% - 14px);}}.cadeStudy__banner{margin-bottom:40px;}@media only screen and (min-width:48em){.cadeStudy__banner{margin-bottom:90px;}}.cadeStudy__rozwiazania--title{color:#222;text-align:center;font-size:32px;font-style:normal;font-weight:400;line-height:150%;margin-bottom:20px;}@media only screen and (min-width:48em){.cadeStudy__rozwiazania--title{margin-bottom:40px;}}.cadeStudy__rozwiazania--text{color:#222;margin-bottom:79px;text-align:center;font-size:16px;font-style:normal;font-weight:300;line-height:150%;padding:0 71px;}.cadeStudy__rozwiazania--dots-wrapper{display:flex;margin-bottom:40px;}@media only screen and (min-width:48em){.cadeStudy__rozwiazania--dots-wrapper{margin-bottom:90px;}}.cadeStudy__rozwiazania--dots-wrapper-left{display:none;}@media only screen and (min-width:48em){.cadeStudy__rozwiazania--dots-wrapper-left{display:block;flex:0 0 50%;}}.cadeStudy__rozwiazania--dots-wrapper-right{flex:0 0 100%;}@media only screen and (min-width:48em){.cadeStudy__rozwiazania--dots-wrapper-right{flex:0 0 50%;}}@media only screen and (min-width:48em){.cadeStudy__problems{padding-bottom:1px;margin-bottom:138px;}}.cadeStudy__problems--title{color:#222;text-align:center;font-size:32px;font-style:normal;font-weight:400;line-height:150%;margin-bottom:20px;}@media only screen and (min-width:48em){.cadeStudy__problems--title{margin-bottom:40px;}}.cadeStudy__problems--text{color:#222;font-size:16px;font-style:normal;font-weight:400;line-height:150%;margin-bottom:60px;}.cadeStudy__wymagania{margin-bottom:40px;}@media only screen and (min-width:48em){.cadeStudy__wymagania{margin-bottom:170px;}}.cadeStudy__wymagania_title{color:#222;text-align:center;font-size:32px;font-style:normal;font-weight:400;line-height:150%;margin-bottom:60px;}.cadeStudy__wymagania--items{display:flex;justify-content:space-between;flex-wrap:wrap;}@media only screen and (min-width:48em){.cadeStudy__wymagania--items{flex-wrap:nowrap;}}.cadeStudy__wymagania--item{color:#222;font-size:16px;font-style:normal;font-weight:600;line-height:150%;flex:0 0 100%;text-align:center;}@media only screen and (min-width:48em){.cadeStudy__wymagania--item{flex:0 0 33%;}}.cadeStudy__wymagania--item img{display:block;margin:0 auto 30px;}.cadeStudy__title{color:#222;text-align:center;font-family:Futura;font-size:46px;font-style:normal;font-weight:400;line-height:150%;margin-bottom:30px;}.cadeStudy__links{margin-bottom:30px;text-align:left;font-size:0;}@media only screen and (min-width:48em){.cadeStudy__links{text-align:center;}}.cadeStudy__links span{color:#222;font-family:Futura;font-size:14px;font-style:normal;font-weight:400;line-height:150%;display:block;margin:0 10px 20px;}@media only screen and (min-width:48em){.cadeStudy__links span{display:inline-block;margin:0 10px;}}.cadeStudy__links a{color:#016dc6;text-align:center;leading-trim:both;text-edge:cap;font-size:14px;font-style:normal;font-weight:400;line-height:normal;display:inline-flex;padding:8px 10px;justify-content:center;align-items:center;margin:0 10px;border:0.8px solid #016dc6;}.cadeStudy__circle{display:flex;margin-bottom:60px;flex-wrap:wrap;}@media only screen and (min-width:48em){.cadeStudy__circle{margin-bottom:90px;flex-wrap:nowrap;flex:0 0 39.14%;}}.cadeStudy__circle--left-column{flex:0 0 100%;}@media only screen and (min-width:48em){.cadeStudy__circle--left-column{flex:0 0 30.43%;}}.cadeStudy__circle--central-column{flex:0 0 100%;}@media only screen and (min-width:48em){.cadeStudy__circle--central-column{flex:0 0 39.14%;}}.cadeStudy__circle--right-column{flex:0 0 100%;}@media only screen and (min-width:48em){.cadeStudy__circle--right-column{flex:0 0 30.43%;}}.cadeStudy__circle--item{max-width:241px;margin:35px auto 63px;}.cadeStudy__circle--item-percent{width:150px;height:70px;display:flex;align-items:center;justify-content:center;margin:0 auto 8px;text-align:center;color:#016dc6;font-size:64px;font-style:normal;font-weight:300;line-height:normal;}.cadeStudy__circle--item-title{color:#010101;text-align:center;font-size:14px;font-style:normal;font-weight:300;line-height:150%;}.cadeStudy__wdrozenie{display:flex;padding:50px 0;flex-wrap:wrap;margin-bottom:40px;}@media only screen and (min-width:48em){.cadeStudy__wdrozenie{margin-bottom:90px;flex-wrap:nowrap;justify-content:space-between;}}.cadeStudy__wdrozenie--left{flex:0 0 100%;margin-bottom:30px;}@media only screen and (min-width:48em){.cadeStudy__wdrozenie--left{flex:0 0 49.6%;margin-bottom:0;}}.cadeStudy__wdrozenie--left-full{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;flex-wrap:wrap;padding:20px;margin-bottom:20px;background:#f7f7f7;}.cadeStudy__wdrozenie--left-full *{flex:0 0 100%;}.cadeStudy__wdrozenie--left-parts{display:flex;justify-content:space-between;align-items:stretch;}.cadeStudy__wdrozenie--left-part{padding:20px;flex:0 0 calc(33.33% - 13.333px);background:#f7f7f7;}.cadeStudy__wdrozenie--left-part-line{display:none;}.cadeStudy__wdrozenie--left-title{font-size:16px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:15px;color:#010101;}.cadeStudy__wdrozenie--left-text{color:#222;line-height:150%;font-size:14px;font-style:normal;font-weight:300;}.cadeStudy__wdrozenie--right{color:#222;position:relative;flex:0 0 100%;padding-left:60px;border-radius:5px;background:linear-gradient(0deg, rgba(1, 109, 198, 0.10) 0%, rgba(1, 109, 198, 0.10) 100%), #fff;color:#010101;font-size:20px;font-style:normal;font-weight:600;line-height:150%;}@media only screen and (min-width:48em){.cadeStudy__wdrozenie--right{flex:0 0 48.7%;padding:100px 20px 20px 20px;}}.cadeStudy__wdrozenie--right img{display:block;}.cadeStudy__wdrozenie--right:before{content:'';display:flex;width:50px;height:50px;flex-direction:column;justify-content:center;align-items:center;gap:20.833px;position:absolute;left:0;background:url('/szablony/ideo/images/casestudy/vector-info.png') no-repeat center center;}@media only screen and (min-width:48em){.cadeStudy__wdrozenie--right:before{left:20px;top:20px;}}.cadeStudy__wdrozenie--right img{margin-top:20px;}.cadeStudy__rozwiazania--dots-title{color:#222;font-size:20px;font-style:normal;font-weight:400;line-height:150%;}.cadeStudy__rozwiazania--dots{counter-reset:counter;}.cadeStudy__rozwiazania--dot{padding-left:55px;position:relative;padding-bottom:150px;margin-bottom:36px;counter-increment:counter;color:#131313;font-size:18px;font-style:normal;line-height:normal;}@media only screen and (min-width:48em){.cadeStudy__rozwiazania--dot{padding-left:78px;}}.cadeStudy__rozwiazania--dot:last-of-type{padding-bottom:0;}.cadeStudy__rozwiazania--dot:last-of-type:after{display:none;}.cadeStudy__rozwiazania--dot:before{content:counter(counter);display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:9px;background:#016dc6;border-radius:50%;width:40px;height:40px;box-shadow:0 10px 30px 0 rgba(149, 207, 254, 0.40);color:#f7f7f7;font-size:24px;font-style:normal;font-weight:300;line-height:normal;}.cadeStudy__rozwiazania--dot:after{content:'';background:url('/szablony/ideo/images/casestudy/Frame 2880.png');position:absolute;width:40px;height:150px;left:9px;bottom:0;}.cadeStudy__rozwiazania--dot strong{font-weight:600;display:block;margin-bottom:10px;}@media only screen and (max-width: 47.9375em){#footer .footer-text{margin-bottom:20px;}.header-block{margin-top:12px;text-align:left;}#breadcrumbs{display:none;}.ebook-disable-crumbs #breadcrumbs{display:none !important;}.ebook-row{display:flex;flex-wrap:wrap;}.ebook-row > div{flex:0 0 100%;}.ebook-row > div:nth-of-type(1){order:3;}.ebook-row > div:nth-of-type(2){order:2;}.realisation-dropdown{max-width:none !important;top:42px !important;left:0 !important;right:0 !important;width:auto !important;}.ideo-section.distinctions-block{margin-top:50px;}.ideo-section h2.ideo-Wyroznienia-title{font-size:24px;margin-bottom:0;}.ideo-section .case-studies{display:none;flex-direction:column-reverse;gap:16px;}.ideo-section .case-studies-content-wrapper{display:flex;width:100%;}.ideo-section .case-studies-content{gap:16px;width:100%;margin-top:32px;}.ideo-section .case-studies-content .logo_client{max-height:35px;object-fit:contain;}.ideo-section .case-studies-content .title{font-size:24px !important;line-height:36px !important;}.ideo-section .case-studies-items{width:100%;}.ideo-section .case-studies-items .case-studies-item img{margin:0px;max-width:250px;width:100%;}.case-studies-items-mobile{display:flex;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:#016dc6 #e9e9e9;}.case-studies-items-mobile::-webkit-scrollbar{width:10px;height:4px;background:#e9e9e9;}.case-studies-items-mobile::-webkit-scrollbar-track{background:#e9e9e9;border-radius:5px;}.case-studies-items-mobile::-webkit-scrollbar-thumb{background-color:#016dc6;border-radius:5px;}.case-studies-items-mobile::-webkit-scrollbar-thumb:hover{background:#016dc6;}.case-studies-items-mobile::-webkit-scrollbar-button{display:none;}.case-studies-items-mobile img{margin-bottom:20px;}.case-studies-items-mobile .title{color:#010101;font-size:20px;font-weight:600;line-height:1.5;margin-bottom:40px;display:block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:60px;height:100%;}.case-studies-items-mobile a{margin-bottom:40px;}.case-studies-items-mobile .case-studies-item{flex:0 0 100%;padding-bottom:20px;text-align:center;}.case-studies-items-mobile .case-studies-item:not(:last-child){margin-right:20px;}.search{position:relative;}.ebook-description-download{margin-top:33vw;}.ebook.news__header--title{font-size:30px;margin:28px 0 18px;line-height:40px;}#cookie-info{position:relative;}#cookie-info .row,#cookie-info .slick-dots,#cookie-info .columns{position:static;}#cookie-info button{position:absolute;right:0;top:0px;margin:0;height:100%;border:0;font-size:30px;padding:0 20px;}#cookie-info button:hover{background-color:#0e1824;}.tooltip{display:none !important;}.has-tip{cursor:default !important;}.row .input-error-tooltip,.slick-dots .input-error-tooltip{display:none !important;}label.inline{margin:0;padding:0;}input[name="kod"]{margin-bottom:20px !important;}#zone-5{padding:2rem 1rem 1.5rem;}#zone-10{padding:0 1rem 0;}#zone-10 .block .title{font-size:18px;}#zone-11:before{display:none;}#zone-16{padding:0 2rem 0;overflow:hidden;margin:0;}#main-zone{padding:0 1.3rem;}#main-zone .desc-module:first-of-type{padding-top:0px;}#main-zone .desc-module:before{width:100%;}#main-zone .desc-module .title{font-size:30px;}#main-zone .desc-module img:not(.icon, .case-study-template img){height:auto !important;width:100% !important;display:block;float:none !important;margin:0 auto 22px !important;}#main-zone .desc-module table{width:100% !important;}#main-zone .desc-module .desc > p img{display:block;float:none !important;margin:0 auto 20px !important;}#main-zone .realization-single .realization-image{float:none;margin:0 auto;padding-left:0px;}#zone-3 + #main-zone{padding:0 1.3rem !important;}#zone-3{display:none !important;}.bgBlue .module_head{padding-top:26px;font-size:30px;margin-bottom:30px;}.fullpage-bg:before{content:'';position:absolute;width:500%;height:100%;top:0px;left:-200%;background-color:#0e1824;color:#fff;z-index:-1;}.phone-accordion-body{padding:0 18px 10px;display:none;}#footer{padding:32px 20px;}#footer .powered-by{padding:0;}#footer .powered-by .desc:not(:last-child){float:left;margin-right:0px;margin-bottom:20px;width:100%;}#footer .powered-by .cookie{display:block;margin-bottom:20px;}#footer .powered-by .cookie:not(:last-of-type){margin-bottom:10px;border:none;}#footer .footer-text{padding-left:0;}.e404 h1{font-size:38px;}.e404 p{font-size:14px;}.show_large,.show_medium{display:none !important;}.show_small{display:block !important;}.top-bar{height:74px;}.top-bar .top-bar-section .description-block{display:none;}.top-bar .top-bar-section ul li a{color:#fff !important;}.top-bar .top-bar-section ul li a:hover{background-color:#121e2c;}.top-bar .name{height:auto;position:relative;top:10px;}.top-bar .name .logo img{margin-left:20px;}.mainMenu{max-width:unset;width:100%;}#zone-7{padding:32px 20px;}.menu-bottom .slide-up-menu{padding:0;min-height:150px !important;}.menu-bottom .slide-up-menu:last-of-type{padding-top:32px;}.menu-bottom .slide-up-menu ul li{margin-bottom:10px;}.menu-bottom .slide-up-menu ul li:last-of-type{margin-bottom:0;}.menu-bottom .header{margin:0 0 16px;}.menu-bottom .right-column{padding:32px 0 0;}.menu-bottom .right-column .desc-left{padding-left:0;text-align:left;}.menu-bottom .right-column .desc-left h5{margin-bottom:16px;}.menu-bottom .small-collapse{padding:0;}.menu-bottom .block .description-block strong{margin-bottom:10px;}.menu-bottom .block .description-block > div{margin:0 0 20px 0;}.menu-bottom .block .description-block > div:last-child{margin-bottom:0;}.menu-icon{top:17px !important;right:17px !important;}.block{position:relative;text-align:center;}.block .title{text-align:center;margin:0;font-size:24px;}.block .responsive-link{-webkit-appearance:none;-moz-appearance:none;border-radius:0;border-style:solid;border-width:2px;cursor:pointer;font-family:"Fustat", sans-serif;font-weight:600;line-height:normal;margin:0 0 2rem;position:relative;text-align:left;text-decoration:none;display:inline-block;padding:1.6rem 3.2rem 1.7rem 3.2rem;font-size:1.6rem;background-color:#fff;border-color:#121e2c;color:#121e2c;transition:background-color 300ms ease-out;font-weight:600;position:static;margin:15px auto 40px;font-size:1.4rem;width:190px;padding:0 0 0 1rem;height:50px;line-height:46px;color:#121e2c;z-index:10;background:transparent url('/szablony/ideo/images/arr-blue.png') no-repeat 95% 50%;}.block .responsive-link:hover,.block .responsive-link:focus{background-color:#121e2c;}.block .responsive-link:hover,.block .responsive-link:focus{color:#fff;}.block .responsive-link:hover{color:#fff;background:#121e2c url('/szablony/ideo/images/arr.png') no-repeat 95% 50%;}.block .fullpage-bg{margin:0 -10px 43px;}.block .fullpage-bg .description-block{color:#fff;padding:11px 0;font-size:14px;}.block .fullpage-bg .description-block blockquote{font-size:14px;padding:0px 0;}.slider-welcome{margin:0;height:auto;overflow:hidden;}.slider-welcome .slick-dots{bottom:10px;text-align:center;}.slider-welcome .slick-dots li button:before{background-color:#121e2c;}.slider-welcome .slick-dots li.slick-active button{margin:0 1px;}.slider-welcome .slick-slide .slick-caption{width:100%;}.slider-welcome .slick-slide .slick-caption .title_slider{text-align:center;}.slider-welcome .slick-slide .slick-caption .button{display:none;}.slider-welcome .slick-slide img{margin-left:0;width:100%;left:0;}.slider-welcome .slick-track .slick-slide.slick-active .slick-caption{left:0px !important;margin-left:0px;}.news{padding-top:50px;padding-bottom:25px;}.news .block-realizations.news-list{padding-top:40px;padding-bottom:0;}.news .columns{display:table;padding-right:10px;margin-bottom:29px;}.news .columns .news-content{display:table-cell;vertical-align:top;padding-left:20px;text-align:left;}.news .columns .news-content .title{line-height:14px;margin:0 0 15px;}.news .columns .news-content p{margin-bottom:0;}.interested-in ul li a{height:auto !important;}.interested-in ul li a:hover{background:none !important;}.realizations .realization-block .oderRealization .elem:nth-child(odd){margin-right:0px;}.realizations .realization-block .oderRealization .elem:nth-child(1) .foto .goToRealization{background:#fff;}.realizations .realization-block .oderRealization .elem:nth-child(1) .foto .goToRealization .title{color:#121e2c;}.realizations .realization-block .elem{min-width:137px;min-height:140px;width:calc(50% - 7.5px);float:left;margin-right:9px;margin-bottom:9px;overflow:hidden;}.realizations .realization-block .elem:last-of-type{display:none !important;position:relative;}.realizations .realization-block .elem:nth-child(1) .foto .goToRealization{background:#016dc6;}.realizations .realization-block .elem:nth-child(2) .foto .goToRealization{background:#121e2c;}.realizations .realization-block .elem:nth-child(3) .foto .goToRealization{background:#f7f7f7;}.realizations .realization-block .elem:nth-child(3) .foto .goToRealization .title{color:#121e2c;}.realizations .realization-block .elem:nth-child(4) .foto .goToRealization{background:#fff;}.realizations .realization-block .elem:nth-child(4) .foto .goToRealization .title{color:#121e2c;}.realizations .realization-block .elem:nth-child(5) .foto .goToRealization{background:#016dc6;}.realizations .realization-block .elem .foto{padding:0px;position:relative;min-height:140px;height:100%;}.realizations .realization-block .elem .foto .goToRealization{position:absolute;top:0;width:100%;left:0;height:100%;overflow:hidden;min-width:140px;min-height:140px;}.realizations .realization-block .elem .foto .goToRealization .subTitle{display:none;}.realizations .realization-block .elem .foto .goToRealization .title{font-size:20px;line-height:22px;text-align:left;margin:28px 5px 0 8px !important;color:#fff;}.realizations .realization-block .elem .foto .goToRealization .logo_client{display:none;}.realizations .realization-block .elem .foto:before{display:block !important;content:'';width:100%;height:100%;position:absolute;}.realizations .realization-block .elem .foto a{background-color:transparent !important;}.realizations .realization-block .elem .foto a .title,.realizations .realization-block .elem .foto a .subTitle{color:#fff !important;}.realizations .realization-block.horizontal-list .elem:last-of-type{display:inline-block !important;position:relative;}.realizations .moreRealization{display:inline-block;float:none;margin:0;}.news{margin:0;}.news .news-block{margin-top:-9px;}.news .news-block .columns{padding:0px;margin-bottom:38px;}.news .news-block .columns .news-content{padding:0 0 52px;}.news .news-block .columns .news-content .title{margin-bottom:18px;}.news .news-block .columns .news-content .title a{font-size:16px;line-height:23px;}.news .news-block .columns .news-content .read-more{left:11px;}.news .news-block .date{margin-bottom:9px;}.news .news-block .date span{font-size:12px;}.clients{margin:0px;}.firstParagraph{margin:0;padding:0;padding-bottom:16px;}.firstParagraph.news{margin-bottom:23px;}.firstParagraph.news .desc{font-size:18px;margin-bottom:0px;}.firstParagraph.news .time{margin-top:4px;margin-bottom:56px;}.firstParagraph .head{font-size:30px;margin:28px 0 18px;line-height:40px;}.firstParagraph .naviSection{width:100%;margin:0;top:inherit;bottom:-24px;width:109px;left:50%;margin-left:-54.5px;text-align:center;}.firstParagraph .naviSection .prev,.firstParagraph .naviSection .next{background-color:#fff;display:inline-block;float:none !important;}.firstParagraph .desc{padding:0;text-align:left;}.firstParagraph .desc blockquote{padding:0;margin:23px 10px;font-size:16px;}.description-block .maps{margin:0 -30px;}.description-block .maps .columns{padding:0px;}.description-block .maps h5{font-size:25px;line-height:36px;color:#fff;cursor:pointer;text-align:left;position:relative;background:#121e2c;padding:24px 16px;margin-bottom:0;}.description-block .maps h5:before{border:inset 8px;content:"";display:block;height:0;width:0;border-color:#fff transparent transparent transparent;border-top-style:solid;position:absolute;right:16px;top:50%;margin-top:-1px;opacity:1;-webkit-transition-duration:0.3s;transition-duration:0.3s;}.description-block .maps h5.open{background:#0e1824;}.description-block .maps h5.open:before{opacity:0;}.description-block .maps p,.description-block .maps .custom-hoverable{color:#fff;text-align:left;display:block;margin-bottom:0;}.description-block .maps .custom-hoverable a{color:#fff;text-align:left;display:block;font-family:"Fustat", sans-serif;font-weight:bold;padding-top:20px;}.description-block .maps .custom-hoverable a:before{background:url("/szablony/ideo/images/sprite.png") no-repeat 0 0;content:'';background-position:0px -22px;width:41px;height:11px;display:block;position:absolute;top:0;}.keeper-container{width:100%;margin:24px 0;}.keeper-container .keeper{width:100%;}.reference{width:100%;}.reference.blok{max-width:100%;margin:50px auto;}.reference.blok .contact{bottom:5px !important;}.reference.blok .text_section{padding:0 1rem !important;position:relative;max-width:none;}.reference.blok .text_section .text-from-editor{font-size:20px;}.reference.blok .text_section p{font-size:20px;}.reference.blok .text_section .author{font-size:14px;max-width:186px;}.sliderKeeper{text-align:left;}.sliderKeeper .keeper-container{padding-left:0px;}.sliderKeeper .slick-dots{text-align:center;}.gallery-block > div{max-width:500px;margin:0 auto;text-align:center;}.gallery-block .fotos{margin:0 8px 8px;}.gallery-block .fotos:nth-child(6){margin:0 14px 8px 2px;}.gallery-block .fotos:last-of-type:not(:nth-child(odd)){height:200px;width:auto;margin:0 3px 8px 3px;max-width:none;box-sizing:border-box;position:relative;overflow:hidden;}.gallery-block .fotos:last-of-type:not(:nth-child(odd)) a img{position:relative;top:50%;transform:translateY(-50%);}.logotypes ul li{padding:0 0 18px;text-align:center;display:inline-block !important;float:none;margin-bottom:14px;width:calc(50% - 4px);vertical-align:top;}.logotypes ul li .item .ico{line-height:41px;}.realizations-list .list .realization .realization-content .realization-info .elem .title{float:none;width:auto;font-weight:600;}.list-module .desc{width:100%;padding:0;text-align:justify;}.list-module ul li a{font-size:16px;text-align:center;}.list-module ul li a:hover{background:none !important;color:#016dc6;}.list-module ul li a .ico{color:#016dc6;font-size:75px;line-height:67px;display:block;float:none;text-align:center;margin:0 0 5px;}.news-module{margin-top:8px;}.news-module.news-list .news .title{margin-bottom:0;}.news-module.news-list .news .title a{font-size:20px;line-height:30px;}.news-module.news-list .news .time{font-size:13px;margin-bottom:20px;margin-top:10px;}.news-module.news-list .news .left-fotos{width:135px;height:auto;float:left;margin-right:20px;}.news-module.news-list .news .desc{font-size:14px;line-height:26px;}.news-module.news-list .news:first-of-type{margin-bottom:32px;}.news-module.news-list .news:first-of-type .title{margin-bottom:0;}.news-module.news-list .news:first-of-type .title a{font-size:24px;line-height:37px;}.news-module.news-list .news:first-of-type .time{margin-bottom:21px;font-size:13px;margin-top:0px;}.news-module.news-list .news:first-of-type .left-fotos{width:100%;height:auto;margin:0px 0 12px;}.news-module.news-list .news:nth-child(2n) .left-fotos{margin-left:20px;}.news-module.news-single{margin-top:60px;}.news-module.news-single img:not(.icon){width:100%;height:auto;}.module_head{font-size:30px;}.module_head.title-page{margin:28px 0 26px;}.form-module{margin:0 -20px;}.form-module .widgetVertical{display:none;}.form-module .desc .dataCorporation{padding:35px 14px 0;}.form-module .desc .dataCorporation h5{text-align:left;margin-bottom:8px;}.form-module .desc hr{width:100%;margin-top:3px;}.form-module .desc h5.formHead{margin:0;font-size:30px;margin-bottom:45px;}.form-module .desc .descFormHead{margin:0;}.form-module .desc a{display:block;}.form-module form[name=kontakt_form]{padding:0px;}.form-module .navigation ul{margin:0;padding:0 20px 12px;}.form-module .navigation ul li{font-size:14px;width:32%;margin:0;vertical-align:top;}.form-module .bodyContact .element.contact3 .imageSection{width:100%;float:none;height:auto;}.form-module .bodyContact .element.contact3 .imageSection img{height:auto;min-width:inherit;width:100%;position:static;}.form-module .bodyContact .element.contact3 .containerBlue{width:100%;height:auto;float:none;}.form-module .bodyContact .element.contact2 .containerBlue{padding-top:22px;padding:0px 14px;}.form-module .bodyContact .element.contact2 .containerBlue form .headtext{font-size:24px;padding-left:9px;}.form-module .bodyContact .element.contact2 .containerBlue form input{margin:0 0 1rem 0;height:40px;}.form-module .bodyContact .element.contact2 .containerBlue form .select2-container{height:40px;}.form-module .bodyContact .element.contact2 .containerBlue form .select2-container .select2-selection{height:40px;}.form-module .bodyContact .element.contact2 .containerBlue form .select2-container .select2-selection .select2-selection__rendered{line-height:40px;height:40px;}.form-module .bodyContact .element.contact2 .containerBlue form .select2-container .select2-selection .select2-selection__arrow{top:19px;}.form-module .bodyContact .element.contact1 .containerBlue{width:100%;height:auto;float:none;}.form-module .bodyContact .element.contact1 .containerBlue .contactPlace .title{font-size:16px;}.form-module .bodyContact .element.contact1 .containerBlue .contactPlace .desc{font-size:14px;font-family:"Fustat", sans-serif;display:none;margin:0 -21px;}.form-module .bodyContact .element.contact1 .containerBlue .contactPlace .desc [class*="medium"]{padding:0 10px;}.form-module .bodyContact .element.contact1 .containerBlue .contactPlace.active .desc{display:block;}.form-module .bodyContact .element.contact1 #map{width:100%;height:320px;}.form-module .bodyContact .element.contact1 .arrow-wheel{top:-22px !important;transform:rotate(90deg);-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);left:50%;margin-left:-15px;}.form-module .bodyContact .element .containerBlue{width:100%;height:auto;float:none;}.form-module .bodyContact .element .containerBlue .contactPlace{width:100%;box-sizing:border-box;padding:26px 20px;}.form-module .bodyContact .element .containerBlue .contactPlace .title{font-size:24px;}.realization-module .fnLoadRealization .elem{width:50%;float:left;width:142px;float:left;height:142px;margin-right:0px;}.realization-module .fnLoadRealization .elem:nth-child(even){margin-right:6px;}.realization-module .fnLoadRealization .elem .foto a.goToRealization{padding:0px 15px 27px 25px;min-height:inherit;}.realization-module .fnLoadRealization .elem .foto a.goToRealization .title{font-size:14px;font-weight:bold;}.realization-module .fnLoadRealization .elem .foto a.goToRealization .subTitle{display:none;}.realization-module .fnLoadRealization .elem .foto a.goToRealization img.logo_client{width:100% !important;height:100% !important;}.realization-module .fnLoadRealization .elem .foto:hover a{height:100%;}.realization-module .fnLoadRealization .widthCenter .elem:first-of-type{margin-right:6px;margin-left:0px;}.realization-module .fnLoadRealization .widthCenter .elem:nth-child(2){margin-right:0px;}.realization-module .fnLoadRealization .widthCenter .clear{clear:none;}.realization-module .fnLoadRealization .bigFirst .elem:first-of-type{width:290px;height:288px;margin-right:0px;}.realization-module .fnLoadRealization .bigFirst .elem:first-of-type .foto .goToRealization{padding:0px 15px 27px 25px;min-height:inherit;padding-top:72%;}.realization-module .fnLoadRealization .bigFirst .elem:first-of-type .foto .goToRealization .title{font-size:22px;font-weight:bold;position:absolute;top:25px;}.realization-module .fnLoadRealization .bigFirst .elem:first-of-type .foto .goToRealization .subTitle{font-size:12.72px;display:block;}.realization-module .fnLoadRealization .bigFirst .elem:first-of-type .foto .goToRealization img.logo_client{width:290px !important;height:288px !important;position:absolute;top:0px;}.realization-module .fnLoadRealization .widthCenter .elem:nth-child(3){width:290px;margin-right:0px;}.realization-module .fnLoadRealization .widthCenter .elem:nth-child(3) .foto .goToRealization{padding:0px 15px 27px 15px;min-height:inherit;}.realization-module .fnLoadRealization .widthCenter .elem:nth-child(3) .foto .goToRealization .title{font-size:22px;font-weight:bold;}.realization-module .fnLoadRealization .widthCenter .elem:nth-child(3) .foto .goToRealization .subTitle{font-size:12.72px;display:block;}.realization-module .fnLoadRealization .widthCenter .elem:nth-child(3) .foto .goToRealization img.logo_client{height:142px !important;position:absolute;margin-left:-71px;left:50%;width:auto !important;}.realization-module .fnLoadRealization .bigAndWidth .elem:nth-child(2){width:290px;height:288px;margin-right:0px;}.realization-module .fnLoadRealization .bigAndWidth .elem:nth-child(2) .foto .goToRealization{padding:0px 15px 27px 25px;min-height:inherit;padding-top:77%;}.realization-module .fnLoadRealization .bigAndWidth .elem:nth-child(2) .foto .goToRealization .title{font-size:22px;font-weight:bold;}.realization-module .fnLoadRealization .bigAndWidth .elem:nth-child(2) .foto .goToRealization .subTitle{font-size:12.72px;}.realization-module .fnLoadRealization .bigAndWidth .elem:nth-child(2) .foto .goToRealization img.logo_client{width:290px !important;height:288px !important;position:absolute;top:0px;}.realization-module .fnLoadRealization .bigAndWidth .elem:nth-child(5){position:static;}.realization-module .fnLoadRealization .bigAndWidth .elem:nth-child(4),.realization-module .fnLoadRealization .bigAndWidth .elem:nth-child(6){margin-right:0px;margin-left:6px;width:142px;}.realization-module .fnLoadRealization .bigAndWidth .clear{clear:none;}.realization-module .fnLoadRealization .widthFirst .elem:first-child{width:142px;margin-left:0px;}.realization-module .fnLoadRealization .widthFirst .elem:nth-child(2){width:142px;margin-left:6px;margin-right:0px;}.realization-module .fnLoadRealization .widthFirst .elem:nth-child(2) .foto .goToRealization{padding:0px 15px 27px 15px;min-height:inherit;}.realization-module .fnLoadRealization .widthFirst .elem:nth-child(2) .foto .goToRealization .title{font-size:22px;font-weight:bold;}.realization-module .fnLoadRealization .widthFirst .elem:nth-child(2) .foto .goToRealization .subTitle{font-size:12.72px;display:block;}.realization-module .fnLoadRealization .widthFirst .elem:nth-child(2) .foto .goToRealization img.logo_client{height:142px !important;position:absolute;margin-left:-71px;left:50%;width:auto !important;}.realization-module .fnLoadRealization .widthFirst .elem:nth-child(4){margin-right:0px;margin-left:6px;}.realization-module .line{margin:25px 0px 79px;}.realization-module .fnLoadRealization{width:100%;}.clients-list .fnLoadRealization{margin:0 auto;text-align:center;}.clients-list .fnLoadRealization .elem{float:none;width:calc(49% - 8px);display:inline-block;position:relative;vertical-align:top;}.clients-list .fnLoadRealization .elem img{width:100%;height:100%;}.clients-list .line{margin:25px 0px 79px;}.module_head_smaller{font-size:30px;margin:29px 0 26px;line-height:36px;}.realization-single .navigationRealization .prev{left:50%;margin-left:-56px;}.realization-single .navigationRealization .next{right:50%;margin-right:-56px;}.realization-single .about-company{padding:0 10px !important;}.realization-single .about-company h5{padding-top:25px;font-size:30px;}.realization-single .about-company blockquote{padding:50px 0 16px 0;}.realization-single .about-company blockquote:after{top:0;left:50%;transform:translate(-50%, 0);}.realization-single .slider-box{float:none;margin:0 auto;}.realization-single .slider-box .background{display:none;}.desc-module.image-back{padding:3rem 0.5rem 2rem;}.structure,.technology_logos{text-align:center;}.form-module .desc_between{display:none;}.form-module .bodyContact .element.contact2 .containerBlue .contact .contactPlace{min-height:initial !important;}.form-module .bodyContact .element.contact2 .containerBlue form-contact .title-form{font-size:24px;}.form-module .bodyContact .element .contactPlace .desc [class*="medium"]{width:100%;}.form-module .bodyContact .element .contactPlace .desc a{display:inline-block;}.form-module .form-footer .text-footer span{display:block;}.block-DefaultOpisowy .form-footer .text-footer span{display:block;}#mapModal{max-height:100%;max-width:100%;}.gm-style .gm-style-iw-c{padding:12px 12px !important;}.social-share{flex-wrap:wrap;}.social-share__left-side{flex:0 0 100%;}.social-share__left-side > div{text-align:center;}.social-share__right-side{flex:0 0 100%;justify-content:center;display:flex;justify-content:space-between;margin-top:20px;}#zone-10 .reference.block .title{font-size:18px;}.block-DefaultOpisowy__list li{flex:0 0 50%;padding:0 16px;margin-bottom:16px;}.ebook__main{margin-top:50px;}.ebook-section-header .news__header .ebook-section-left .news__header--container{position:relative;}.ebook-section-header .news__header .ebook-section-left .news__header--container .news__header--image{position:absolute;top:100%;right:50%;transform:translateX(50%) translateY(10px);}.defaultdownloadebook .block-DefaultOpisowy{padding:0 1.3rem;}.block-tiles__grid{grid-template-columns:1fr;}#zone-3{display:block !important;float:none;width:100%;max-width:unset;margin-top:1.2rem;}#zone-3 .accordion-content{padding:0;}#zone-3 .accordion-content.show-accordion{padding:10px;max-height:1000px;transition:max-height 0.25s ease-in;}aside:has(.show-accordion) .accordion-custom{background-color:#00608a;color:white;}.accordion-custom{transition:all 0.2s;display:flex;align-items:center;justify-content:space-between;width:auto;background-color:#f0f0f0;margin:0 12px;padding:10px 12px;position:relative;cursor:pointer;font-size:18px;font-weight:bold;}.accordion-custom-title{display:block;}.see-more,.see-less{display:flex;align-items:center;}.see-more svg,.see-less svg{width:30px;}.subMenuButton{position:absolute;right:0;width:100px;justify-content:end;padding-right:10px;}.see-less-subpages,.see-more-subpages{display:none;}.activeSubmenu:has(.activePageUl li) .see-more-subpages,.activeSubmenu:has(.activePageUl li) .see-less-subpages{display:flex;align-items:center;}.activeSubmenu:has(.activePageUl li) .see-more-subpages svg,.activeSubmenu:has(.activePageUl li) .see-less-subpages svg{width:30px;}.see-less,.see-less-subpages{display:none;}.see-more-subpages,.see-less-subpages{color:#00608a;}.see-more-subpages svg,.see-less-subpages svg{pointer-events:none;}.accordion-content{max-height:0px;overflow:hidden;transition:max-height 0.3s ease-out;margin:0 12px;}.accordion-content .subMenu.activeSubmenu{margin-top:0;width:100%;}.accordion-content .subMenu.activeSubmenu .activePageTitle{width:100%;display:flex;justify-content:space-between;align-items:center;position:relative;border:0;}.accordion-content .sameLevelSubpage,.accordion-content .activePageTitle{text-align:start;margin:0 !important;}.accordion-content .activePageUl{margin:0;}.accordion-content .activePageUl .activePageSubPage,.accordion-content .activePageUl .activeactivePageSubPage{text-align:left;border:0;padding:0;font-size:15px;color:black;opacity:1;}.accordion-content .activePageUl .activeactivePageSubPage{border:0 !important;}.activePageUl{display:none;}.c-hamburger{flex:0 0 64px;margin:-10px 0 -10px 16px;display:block;position:relative;overflow:hidden;padding:0;width:62px;height:54px;font-size:0;text-indent:-9999px;appearance:none;box-shadow:none;border:none;background-color:transparent;transition:background 0.3s;}.c-hamburger span{display:block;position:absolute;top:15px;left:5px;right:18px;height:2px;background:#000;width:22px;transition:background 0s, 0.3s;}.c-hamburger span:before{left:7px;right:7px;width:unset;top:-9px;transition-property:top, transform;content:"";background:#000;transition-duration:0.3s, 0.3s;transition-delay:0.3s, 0s;position:absolute;display:block;height:2px;}.c-hamburger span:after{left:7px;right:7px;width:unset;bottom:-9px;transition-property:bottom, transform;content:"";background:#000;transition-duration:0.3s, 0.3s;transition-delay:0.3s, 0s;position:absolute;display:block;height:2px;}.active-hamburger span{background:none;}.active-hamburger span:before{transition-delay:0s, 0.3s;top:0;transform:rotate(45deg);transition-property:top, transform;}.active-hamburger span:after{transition-delay:0s, 0.3s;bottom:0;transform:rotate(-45deg);transition-property:bottom, transform;}#zone-3 .title.subTitle{margin:20px 0;}.side-nav li a.active,.side-nav li a:not(.button).active{background-color:#f6f6f6;color:black !important;}.defaultwyszukiwarkatagow .result{flex-direction:column;}.defaultwyszukiwarkatagow .result .result-image{margin:auto;}.kontakt-block h2{font-size:3.4rem;margin-bottom:2.1rem;line-height:5rem;}.kontakt-block p{text-align:left;}.kontakt-block ul li span{padding-left:0;text-align:left;}.kontakt-block h3{text-align:left;}.kontakt-block .jq-formularz-zapytan-form{margin-left:0;margin-top:0;}.kontakt-block .jq-formularz-zapytan-form .row-zgoda{text-align:left;}.jq-formularz-zapytan-form{margin-top:0.5rem;}.realization-module .realization-grid{grid-template-columns:repeat(1, 1fr) !important;gap:16px;}.realization-module .realizations-selects{flex-direction:column;gap:15px;}.realization-module .realizations-selects .search{width:100%;max-width:unset !important;}.realization-module .navigation{gap:19px;}.realization-module .fnLoadRealization .elem{width:50%;float:left;width:142px;float:left;height:142px;margin-right:0px;}.realization-module .fnLoadRealization .elem:nth-child(even){margin-right:6px;}.realization-module .fnLoadRealization .elem .foto a.goToRealization{padding:0px 15px 27px 25px;min-height:inherit;}.realization-module .fnLoadRealization .elem .foto a.goToRealization .title{font-size:14px;font-weight:bold;}.realization-module .fnLoadRealization .elem .foto a.goToRealization .subTitle{display:none;}.realization-module .fnLoadRealization .elem .foto a.goToRealization img.logo_client{width:100% !important;height:100% !important;}.realization-module .fnLoadRealization .elem .foto:hover a{height:100%;}.realization-module .fnLoadRealization .widthCenter .elem:first-of-type{margin-right:6px;margin-left:0px;}.realization-module .fnLoadRealization .widthCenter .elem:nth-child(2){margin-right:0px;}.realization-module .fnLoadRealization .widthCenter .clear{clear:none;}.realization-module .fnLoadRealization .bigFirst .elem:first-of-type{width:290px;height:288px;margin-right:0px;}.realization-module .fnLoadRealization .bigFirst .elem:first-of-type .foto .goToRealization{padding:0px 15px 27px 25px;min-height:inherit;padding-top:72%;}.realization-module .fnLoadRealization .bigFirst .elem:first-of-type .foto .goToRealization .title{font-size:22px;font-weight:bold;position:absolute;top:25px;}.realization-module .fnLoadRealization .bigFirst .elem:first-of-type .foto .goToRealization .subTitle{font-size:12.72px;display:block;}.realization-module .fnLoadRealization .bigFirst .elem:first-of-type .foto .goToRealization img.logo_client{width:290px !important;height:288px !important;position:absolute;top:0px;}.realization-module .fnLoadRealization .widthCenter .elem:nth-child(3){width:290px;margin-right:0px;}.realization-module .fnLoadRealization .widthCenter .elem:nth-child(3) .foto .goToRealization{padding:0px 15px 27px 15px;min-height:inherit;}.realization-module .fnLoadRealization .widthCenter .elem:nth-child(3) .foto .goToRealization .title{font-size:22px;font-weight:bold;}.realization-module .fnLoadRealization .widthCenter .elem:nth-child(3) .foto .goToRealization .subTitle{font-size:12.72px;display:block;}.realization-module .fnLoadRealization .widthCenter .elem:nth-child(3) .foto .goToRealization img.logo_client{height:142px !important;position:absolute;margin-left:-71px;left:50%;width:auto !important;}.realization-module .fnLoadRealization .bigAndWidth .elem:nth-child(2){width:290px;height:288px;margin-right:0px;}.realization-module .fnLoadRealization .bigAndWidth .elem:nth-child(2) .foto .goToRealization{padding:0px 15px 27px 25px;min-height:inherit;padding-top:77%;}.realization-module .fnLoadRealization .bigAndWidth .elem:nth-child(2) .foto .goToRealization .title{font-size:22px;font-weight:bold;}.realization-module .fnLoadRealization .bigAndWidth .elem:nth-child(2) .foto .goToRealization .subTitle{font-size:12.72px;}.realization-module .fnLoadRealization .bigAndWidth .elem:nth-child(2) .foto .goToRealization img.logo_client{width:290px !important;height:288px !important;position:absolute;top:0px;}.realization-module .fnLoadRealization .bigAndWidth .elem:nth-child(5){position:static;}.realization-module .fnLoadRealization .bigAndWidth .elem:nth-child(4),.realization-module .fnLoadRealization .bigAndWidth .elem:nth-child(6){margin-right:0px;margin-left:6px;width:142px;}.realization-module .fnLoadRealization .bigAndWidth .clear{clear:none;}.realization-module .fnLoadRealization .widthFirst .elem:first-child{width:142px;margin-left:0px;}.realization-module .fnLoadRealization .widthFirst .elem:nth-child(2){width:142px;margin-left:6px;margin-right:0px;}.realization-module .fnLoadRealization .widthFirst .elem:nth-child(2) .foto .goToRealization{padding:0px 15px 27px 15px;min-height:inherit;}.realization-module .fnLoadRealization .widthFirst .elem:nth-child(2) .foto .goToRealization .title{font-size:22px;font-weight:bold;}.realization-module .fnLoadRealization .widthFirst .elem:nth-child(2) .foto .goToRealization .subTitle{font-size:12.72px;display:block;}.realization-module .fnLoadRealization .widthFirst .elem:nth-child(2) .foto .goToRealization img.logo_client{height:142px !important;position:absolute;margin-left:-71px;left:50%;width:auto !important;}.realization-module .fnLoadRealization .widthFirst .elem:nth-child(4){margin-right:0px;margin-left:6px;}.realization-module .line{margin:25px 0px 79px;}}@media only screen and (max-width:1024px) and (min-width:48em){#footer{position:relative;padding:24px 20px;}#footer .powered-by{text-align:right;margin-top:24px;}#footer .powered-by .cookie{margin-right:36px;margin-top:21px;}.block-DefaultOpisowy__list li{flex:0 0 33.333%;padding:0 16px;margin-bottom:16px;}#zone-3{display:block !important;padding-left:2rem;}#zone-3 + #main-zone{width:calc(100% - 278px);float:right;padding-left:0;}#block-5{padding:0 11px;}#zone-7{padding:24px 35px;}#zone-7 .small-collapse{padding-left:0;}#zone-33 .offer-map{padding:0 0 4rem 3.5rem;}.bgBlue .module_head{padding-top:60px;margin-bottom:32px;}#main-zone .desc-module .title{font-size:36px;}.show_large,.show_small{display:none !important;}.show_medium{display:block !important;}.top-bar .name{margin-left:20px;margin-top:15px;}.top-bar ul.right > li:not(.js-generated):not(.parent-link) > a{padding:0 1rem !important;}.top-bar .toggle-topbar{display:block;top:45px !important;margin-right:18px !important;}.top-bar .top-bar-section{display:none;}.slider-welcome .slick-prev{left:10px;}.slider-welcome .slick-next{right:10px;}.slider-welcome .slick-slide img{height:auto;margin-bottom:0;}.slider-welcome .slick-slide .slick-caption{left:auto;margin-left:29px;top:0px !important;}.slider-welcome .slick-slide .slick-caption .title{top:-23px;left:0;}.slider-welcome .slick-slide .slick-caption h1{line-height:42px;}.slider-welcome .slick-slide .slick-caption .button{margin-top:0px;}.slider-welcome .slick-dots{margin-top:-66px;margin-bottom:9px;padding-left:28px;}.realizations li ul{margin-left:0 !important;}.realizations li li.elem{padding:0 10px;height:240px;margin-bottom:40px;text-align:center;}.realizations li li.elem .content{margin:0;}.realizations li li.elem:nth-child(2n + 1) .content{float:right;}.realizations .moreRealization{margin-right:6px;}.realizations .realization-block{margin:0 auto;text-align:center;}.realizations .realization-block .elem{width:200px;height:200px;margin-right:8px;margin-bottom:8px;}.realizations .realization-block .elem .title{font-size:20px !important;position:absolute;top:15px;line-height:23px;left:15px;}.realizations .realization-block .elem .subTitle{position:absolute;bottom:27px;font-size:13px !important;left:15px;}.realizations .realization-block .oderRealization{float:none;width:100%;}.realizations .realization-block .oderRealization .elem{margin-right:8px;}.realizations .realization-block .oderRealization .elem:nth-child(n+6){display:none !important;}.realizations .realization-block .oderRealization .elem:nth-child(3n){margin-right:8px;}.realizations .realization-block.horizontal-list .oderRealization .elem:nth-child(n + 3){display:none;}.interested-in ul li{text-align:center;border:solid #f6f6f6;border-width:0 2px 0 0;padding:0;margin:0;}.interested-in ul li:nth-child(4){border:0;}.interested-in ul li:nth-child(5){display:none;}.logotypes.block .descriptionAbout{width:97% !important;text-align:left !important;}.logotypes.block ul li{padding-right:10px;}.logotypes.block ul li:nth-child(5n){padding-right:0px;}.logotypes.block .title{padding:0 11px;}.logotypes ul li .item .ico{margin-bottom:10px;}.news.block{margin:0 0px;padding-bottom:29px;}.news.block .news-block .columns{padding-right:0px;padding-left:20px;}.news.block .news-block .columns .title a{font-size:21px;line-height:28px;}.news.block .news-block .columns:last-of-type{padding-right:30px;}.clients{margin:0 10px;}.clients .clients-slider > div{width:calc(22% - 23px);}.clients .clients-slider > div:nth-child(n + 6){display:none;}.menu-bottom .block .description-block{-webkit-column-count:auto;-moz-column-count:auto;column-count:auto;}.menu-bottom .block .description-block div{float:left;padding-right:10px;}.menu-bottom .block .description-block div:last-of-type{padding-right:0px;}.firstParagraph{padding:0 40px 10px;}.firstParagraph.news{margin-bottom:25px;}.firstParagraph .naviSection{width:100%;top:inherit;margin:0;bottom:-24px;}.firstParagraph .naviSection .next,.firstParagraph .naviSection .prev{background-color:#fff;}.firstParagraph .head{margin:55px 0 41px;}.firstParagraph .desc{padding-left:8px;}.firstParagraph .desc blockquote{margin:0 0 12px;padding:0;}.block .fullpage-bg{margin-bottom:75px;}.block .fullpage-bg .description-block{padding:50px 22px 22px !important;}.block .fullpage-bg .description-block .maps{padding:0px 0px 44px !important;margin-left:33px;}.slider-welcome .slick-slide img{left:0px;margin-left:0px;}#main-zone .gallery-block .fotos:nth-child(10){height:auto;width:200px;margin:0 2px 8px;}#main-zone .gallery-block .fotos:nth-child(10) a img{top:0;transform:translateY(0);}.mainMenu{top:106px !important;}.list-module .desc{line-height:30px;margin-bottom:33px !important;}.list-module .desc p{line-height:30px;}.list-module ul li:nth-child(n + 9){border-width:0 2px 0 0;}.list-module ul li:nth-child(4n + 4){border-right-width:0;}.clients-list .list .elem:nth-child(3n) .foto-container{margin:0;float:left;}.clients-list .list .elem:nth-child(3n + 1) .foto-container{margin:0;float:right;}.realizations-tiles .list .elem:nth-child(2n) .foto-container{margin:0;float:left;}.realizations-tiles .list .elem:nth-child(2n + 1) .foto-container{margin:0;float:right;}.tiles-list .list .elem{overflow:hidden;}.news-module.news-single{margin-top:0px;}.news-module.news-list .news .title{margin-top:16px;}.news-module.news-list .news .time{margin-bottom:32px;}.news-module.news-list .news .left-fotos.show-for-medium-down{display:none !important;}.news-module.news-list .news .left-fotos.hide-for-medium-down{display:block !important;}.news-module.news-list .news:first-of-type{margin-bottom:37px;}.news-module.news-list .news:first-of-type .left-fotos{display:block;float:none;text-align:left;width:100%;margin-bottom:24px;}.news-module.news-list .news:first-of-type .left-fotos a{display:inline-block;}.news-module.news-list .news:first-of-type .left-fotos.show-for-medium-down{display:block !important;}.news-module.news-list .news:first-of-type .left-fotos.hide-for-medium-down{display:none !important;}.news-module.news-list .news:first-of-type .title{margin-top:16px;}.news-module.news-list .news:first-of-type .time{margin-bottom:32px;}.module_head.title-page{margin-top:47px;}.form-module{margin:0 -20px;}.form-module .widgetVertical{display:none;}.form-module .desc .dataCorporation{padding:0 88px;}.form-module .desc hr{width:87%;}.form-module .desc h5.formHead{margin:73px 49px 24px;text-align:left;font-size:48px;}.form-module .desc .descFormHead{margin:0px 49px;}.form-module form[name=kontakt_form]{padding:0px 48px;}.form-module .bodyContact .element .contactPlace{padding:30px 0px 0 40px !important;}.form-module .form-footer{margin-bottom:45px;}.block-DefaultOpisowy .form-footer{margin-bottom:45px;}.clients-list .fnLoadRealization{margin:0 auto;text-align:center;}.clients-list .fnLoadRealization .elem{float:none;width:calc(32% - 8px);display:inline-block;position:relative;vertical-align:top;}.clients-list .line{margin:59px auto 89px;width:616px;}.realization-single{padding:0 0 0 12px;}.realization-single .navigationRealization{margin:0 auto;margin-bottom:45px;width:calc(100% - 140px);}.ebook__image{float:left;height:auto;}.ebook__content.image{float:left;padding-left:15px;}.ebook .slider__link{padding:0 38px;}.ebook-section-header .ebook-section-left{padding:40px 10px;}.ebook-section-header .news__header--title{margin:26px 20px 12px;font-size:38px;}.ebook-section-header .news__header--subtitle{max-width:100%;}.ebook-section-header .news__header .ebook-section-left .news__header--container{position:relative;}.ebook-section-header .news__header .ebook-section-left .news__header--container .news__header--image{position:absolute;top:100%;right:0;width:60%;}.defaultdownloadebook .block-DefaultOpisowy{padding:0 2rem;}.top-bar{position:relative;}.top-bar .title-area{position:static;width:100%;top:0;}.block-tiles__grid{grid-template-columns:1fr 1fr;padding-top:0;}.sidebar-menu-top{display:none;}.sidebar-menu-bottom{display:none;}}@media (max-width:1024px){.no-scroll{max-height:100vh;overflow:hidden;}.sidebar-left:not(.show):not(.absolute) .mainMenu{transform:translateX(-100%);}.sidebar-left.show:not(.absolute) .mainMenu{display:block;}.sidebar-menu-scene{transform:unset;pointer-events:none;position:fixed;top:0;width:100%;height:100%;z-index:99999;}.icon_list ul li{width:calc(33% - 4px);}.icon_list ul li p{font-size:14px !important;}.mainMenu{background-color:#fff;color:#010101;position:absolute;top:0 !important;bottom:0;transition:transform 0.5s;max-width:500px;width:100%;z-index:101;text-decoration:none;height:100%;left:0;transform:translateX(0);overflow-y:auto;overflow-x:hidden;display:block;}.mainMenu .main-menu{position:relative;height:auto;top:0;-webkit-transition-duration:0.3s;transition-duration:0.3s;}.mainMenu .main-menu .logo{display:none;}.mainMenu .main-menu .subMenu{display:none;margin:0;}.mainMenu .main-menu .subMenu .lists-with-next-link{margin:0;}.mainMenu .main-menu .specialUl{margin:0;}.mainMenu .main-menu .specialUl .chooseCategory{margin:0;}.mainMenu .main-menu .specialUl .chooseCategory .mainA:hover{width:100%;}.mainMenu .main-menu .specialUl .chooseCategory a{display:flex;height:45px;align-items:center;}.mainMenu .main-menu .specialUl .chooseCategory .category{padding-left:20px;margin:20px 0 0 !important;}.mainMenu .main-menu .specialUl .chooseCategory .subMenuRealizations{position:relative;display:block;}.mainMenu .main-menu .specialUl .chooseCategory .subMenuRealizations:before{position:absolute;bottom:0;content:"";width:60px;height:1px;left:0;top:0;opacity:0.75;margin:0 15px;background:#fff;}.mainMenu .main-menu .specialUl .chooseCategory .subMenuRealizations ul{position:relative;width:100%;padding-top:8px;margin:0;}.mainMenu .main-menu .specialUl .chooseCategory .subMenuRealizations ul .realizations-link{padding-left:20px;width:calc(100% - 60px);line-height:1.5;font-weight:normal;}.mainMenu .main-menu .subMenu_ul-flex{display:block;}.mainMenu .main-menu .hide-level-one-menu{transform:translateX(-100%);}.mainMenu .main-menu .hide-level-two-menu{transform:translateX(-200%);}.mainMenu .main-menu ul.menu{margin:0;padding-left:20px;width:100%;list-style:none;transition:transform 0.3s;height:calc(100vh - 51px);display:flex;flex-direction:column;}.mainMenu .main-menu ul.menu li{margin:0;width:100%;display:block;align-items:center;-webkit-transition-duration:0.5s;transition-duration:0.5s;}.mainMenu .main-menu ul.menu li a,.mainMenu .main-menu ul.menu li .subMenuA.blind{padding:5px 10px;}.mainMenu .main-menu ul.menu li a,.mainMenu .main-menu ul.menu li span{font-size:15px;font-family:"Fustat", sans-serif;color:#010101;opacity:1;font-weight:bold;width:calc(100% - 60px);display:inline-flex;text-align:left;vertical-align:top;margin:0;}.mainMenu .main-menu ul.menu li a span.menu-helper,.mainMenu .main-menu ul.menu li span span.menu-helper{display:inline-block;position:relative;}.mainMenu .main-menu ul.menu li a:hover,.mainMenu .main-menu ul.menu li span:hover{opacity:1;color:#015ca9;}.mainMenu .main-menu ul.menu li a.active:after,.mainMenu .main-menu ul.menu li span.active:after{content:'';display:block;width:50%;height:1px;background:#fff;}.mainMenu .main-menu ul.menu .level-one-a:hover,.mainMenu .main-menu ul.menu .more:hover,.mainMenu .main-menu ul.menu .subMenu .level-two a:hover,.mainMenu .main-menu ul.menu .subMenu .levelMore .level-two a:hover{background:unset;}.mainMenu .main-menu ul.menu .level-one{display:inline-flex;}.level-two .mainMenu .main-menu .blind{display:block;}.mainMenu .main-menu .social-media-mobile{display:block;margin-top:auto;margin-bottom:64px;}.mainMenu .main-menu .social-media-mobile .social-media-mobile-icon{display:flex;gap:8px;color:white;font-size:14px;height:unset;padding:5px 10px;}.mainMenu .main-menu .social-media-mobile .social-media-mobile-icon:hover{color:white;}.mainMenu .main-menu .level-one-subMenu:has(.working){height:calc(100vh - 71px);}.mainMenu .main-menu .subMenuA{display:none;width:100% !important;margin-bottom:8px !important;}.mainMenu .main-menu a{display:flex;height:45px;align-items:center;}.mainMenu .main-menu a:has(b){height:auto !important;min-height:45px;margin-bottom:20px !important;}.mainMenu .main-menu .subMenuA.blind{cursor:default;}.mainMenu .main-menu .more{font-size:20px;z-index:10;color:#010101;opacity:1;padding:0;height:45px;font-weight:bolder;display:flex;align-items:center;width:60px;justify-content:center;cursor:pointer;position:relative;}.mainMenu .main-menu .more:before{font-family:'ideo' !important;font-weight:bold;font-size:14px;height:40px;content:"\e906";transition-duration:0.3s;position:relative;left:0;top:0;bottom:0;display:flex;align-items:center;}.mainMenu .main-menu .more:hover::before{left:5px;position:relative;color:#015ca9;}.mainMenu .main-menu .level-two{display:block;padding-left:20px;margin:20px 0 0 !important;}.mainMenu .main-menu .level-two > a{display:flex;}.mainMenu .main-menu .level-two > a:hover + .levelMore::before{background-color:#015ca9;}.mainMenu .main-menu .level-two .level-two-wrapper{display:inline-flex;}.mainMenu .main-menu .level-two .level-two-wrapper > a{font-weight:normal;padding:0 20px;line-height:1.5;display:block;}.mainMenu .main-menu .level-two .level-two-wrapper .lastLevelSubMenu{display:none;width:100%;padding-left:20px;top:-45px;}.mainMenu .main-menu .level-two .level-two-wrapper .lastLevelSubMenu > ul{margin-left:0;}.mainMenu .main-menu .level-two .level-two-wrapper .lastLevelSubMenu .lastLevelSubMenuA{margin-bottom:8px;}.mainMenu .main-menu .level-two .level-two-wrapper .lastLevelSubMenu a{width:100%;}.mainMenu .main-menu .level-two .level-two-wrapper .lastLevelSubMenu .level-three > a{padding-left:20px;width:100%;line-height:1.5;font-weight:normal;}.mainMenu .main-menu .level-two .levelMore{position:relative;width:100%;padding-top:8px;}.mainMenu .main-menu .level-two .levelMore:before{position:absolute;bottom:0;content:"";width:60px;height:1px;left:0;top:0;opacity:0.75;margin:0 10px;background:#010101;}.mainMenu .sidebar-menu-breadcrumbs{display:inline-flex;width:100%;}.mainMenu .sidebar-menu-breadcrumbs .menu-breadcrumbs{color:#fff;padding:0 15px 0 15px;opacity:0;width:calc(100% - 60px);-webkit-transition-duration:0.3s;transition-duration:0.3s;}.mainMenu .sidebar-menu-breadcrumbs .menu-breadcrumbs .bread{padding:15px 10px 15px 0;display:inline-block;position:relative;cursor:pointer;width:100%;}.mainMenu .sidebar-menu-breadcrumbs .menu-breadcrumbs .bread .ideo_arrow-left::before{transition-duration:0.3s;position:relative;left:0;}.mainMenu .sidebar-menu-breadcrumbs .menu-breadcrumbs .bread:hover .ideo_arrow-left::before{left:-5px;position:relative;transition-duration:0.3s;}.mainMenu .sidebar-menu-breadcrumbs .menu-breadcrumbs.show{opacity:1;transform:translateX(0px);transition:transform 500ms ease-in-out 25ms;background:#015ca9;}.mainMenu .sidebar-menu-breadcrumbs .menu-exit{color:#fff;background:#015ca9;display:flex;align-items:center;width:60px;justify-content:center;cursor:pointer;position:relative;}.mainMenu .sidebar-menu-breadcrumbs .menu-exit:before{content:'\00D7';font-family:'ideo' !important;font-weight:bold;position:absolute;font-size:25px;}.mainMenu .sidebar-menu-breadcrumbs .menu-exit:hover{background:#015ca9;}.show{pointer-events:auto;background:rgba(0, 0, 0, .3);}.working{display:block !important;transform:translateX(100%);top:0;position:absolute;left:0;right:0;}img.hide{display:none;}.inner-wrap.bgBlue{overflow:hidden;}blockquote{width:100%;margin:0;text-align:center;}.realizationNavi .navigationRealization{margin:0 auto 45px;width:78%;}.module.bgBlue{overflow:hidden;margin:0 -20px 33px;padding:0 20px;}.realization-module .elem .foto,.realization-block .elem .foto{background-color:transparent !important;}.realization-module .elem .foto:before,.realization-block .elem .foto:before{background:#016dc6 !important;opacity:0.4 !important;}.realization-module .goToRealization .title,.realization-block .goToRealization .title,.realization-module .goToRealization .subTitle,.realization-block .goToRealization .subTitle{color:#fff !important;}.realization-block .foto{padding:0;}.realizations .realization-block .elem{display:inline-block !important;float:none;}.realizations .realization-block .oderRealization{display:inline;}.realizations .realization-block.horizontal-list{max-width:100%;}.realizations .realization-block.horizontal-list .elem{max-width:calc(25% - 12px) !important;width:100%;margin-right:7px;}.realizations .realization-block.horizontal-list .oderRealization .elem{margin-right:7px;margin-left:7px;}.realizations .realization-block.horizontal-list .oderRealization .elem:nth-child(odd){margin-right:0;margin-left:0;}.menu-icon{position:absolute;top:25px;right:20px;height:32px;}.menu-icon .c-hamburger{display:block;position:relative;overflow:hidden;margin:0;padding:0;width:32px;height:32px;font-size:0;text-indent:-9999px;appearance:none;box-shadow:none;border-radius:0;border:none;cursor:pointer;background-color:transparent;transition:background 0.3s;}.menu-icon .c-hamburger span{display:block;position:absolute;top:15px;left:5px;height:2px;background:black;width:22px;transition:background 0s 0.3s;}.menu-icon .c-hamburger span:before,.menu-icon .c-hamburger span:after{position:absolute;display:block;left:0;width:100%;height:2px;background-color:#000;content:"";transition-duration:0.3s, 0.3s;transition-delay:0.3s, 0s;}.menu-icon .c-hamburger span:before{top:-8px;transition-property:top, transform;}.menu-icon .c-hamburger span:after{bottom:-8px;transition-property:bottom, transform;}.menu-icon .c-hamburger:focus{outline:none;}.menu-icon .c-hamburger.active span{background:none;}.menu-icon .c-hamburger.active span:before{top:0;transform:rotate(45deg);}.menu-icon .c-hamburger.active span:after{bottom:0;transform:rotate(-45deg);}.menu-icon .c-hamburger.active span:before,.menu-icon .c-hamburger.active span:after{transition-delay:0s, 0.3s;}#zone-12{margin-top:15px;}.list_more_article .side-nav{margin:0 -5px;padding:0 13px;}.list_more_article .side-nav li{margin:0 5px 10px;}.list_more_article .side-nav li.article{width:149px;}.list_more_article .side-nav li.article a{height:149px;}.list_more_article .side-nav li a{border-right-width:1px;}#breadcrumbs{display:block !important;margin-top:0;}#breadcrumbs .breadcrumbs > *{margin-bottom:10px;}.realization-single .slider-box{float:none;margin:0 auto 59px;}.realization-single .slider-realization{margin:0 0 40px;}.realization-single .about-company .adv-heading-style:after{display:inline-block;}.realization-single .about-company blockquote:after{font-size:45px;}.realization-single ul.adv-list-style{padding:0;}.realization-single ul.adv-list-style:after{display:none;}.scrolled{overflow:hidden;}.scrolled > div{overflow-x:scroll;}#jq-modal-formularz #jq-formularz-zapytan-form .form-error-info{font-size:13px;line-height:17px;margin-top:10px;color:#d00;}#jq-modal-formularz #jq-formularz-zapytan-form .jq-form-row.error label{color:inherit;}iframe[src*="youtube"]{width:100%;}.menu-bottom .columns:first-child .row .columns,.menu-bottom .columns:first-child .slick-dots .columns{min-height:257px;}#main-zone .desc-module .desc > p img{width:100% !important;height:auto !important;}#zone-3 + #main-zone{padding-left:2rem;}.slider-welcome .slick-dots li{margin:0 6px;}.slider-welcome .slick-dots li button{width:20px;height:22px;}.show_large{display:none !important;}.slider-welcome .slick-track .slick-slide.slick-active .slick-caption{left:0 !important;}.reference{width:100%;margin-left:0;margin-bottom:27px;}.reference.blok .bg{float:none;width:100%;max-width:768px;position:absolute;left:50%;transform:translateX(-50%);}.reference.blok .bg img{width:100%;}.reference.blok .contact{bottom:25px;right:30px;}.reference.blok .text_section{margin:0 auto;padding-left:120px;padding-right:115px;float:none;}.reference.blok .text_section p{text-align:center;}.reference.blok .text_section:after{top:34px;left:57px;font-size:51px;}.reference.blok .author{margin-top:34px;}.reference.blok.inside .contact{bottom:5px !important;}.reference.blok.inside .text_section{margin-bottom:20px;}.form-module .module_head{margin-top:0;}.form-module .desc_between{padding:0 20px;}.form-module .bodyContact .element.contact2 .containerBlue{padding:0 20px;}.form-module .bodyContact .element.contact2 .containerBlue:before{display:none;}.form-module .bodyContact .element.contact2 .containerBlue .contact .contactPlace{padding-left:10px !important;min-height:280px;position:relative;width:100%;}.form-module .bodyContact .element.contact2 .containerBlue .contact .contactPlace:first-of-type{border-top:1px solid #2a3542;}.form-module .bodyContact .element.contact2 .containerBlue .form-contact{width:100%;padding:0;}.form-module .bodyContact .element.contact2 .containerBlue form{max-width:100%;}.form-module .form-footer .imageSection{display:none;}.form-module .form-footer .text-footer{position:static;-ms-transform:translateX(0) translateY(0);-webkit-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0);color:initial;background:transparent;width:100%;max-width:100%;padding:0 20px;}.form-module .form-footer .text-footer h3{color:initial;}#zone-33{margin-top:4rem;}#zone-33 .imageSection{display:none;}.block-DefaultOpisowy .form-footer .imageSection{display:none;}.block-DefaultOpisowy .form-footer .text-footer{position:static;-ms-transform:translateX(0) translateY(0);-webkit-transform:translateX(0) translateY(0);transform:translateX(0) translateY(0);color:initial;background:transparent;width:100%;max-width:100%;padding:0 20px;}.block-DefaultOpisowy .form-footer .text-footer h3{color:initial;}.structure{text-align:center;}.whyIdeo ul{max-width:480px;margin:0 1rem;}.whyIdeo ul li{width:calc(33% - 3px);}.whyIdeo ul li span{font-size:92px;}.whyIdeo .desc{font-size:14px;text-align:center;padding:0 1rem;margin-top:56px;}.whyIdeo .desc span{display:block;}.whyIdeo .btn-contact{font-size:15.6px;margin-top:35px;}.select2-container{z-index:99;}.video-kariera .check-offer{display:none;}.offer-internship-padding{padding:0;}.offer-internship-padding .offer-internship .internships__blue-top{display:block;max-width:none;}.offer-internship-padding .offer-internship .internships__blue-top .internships__blue-top__item:nth-of-type(1){display:none;}.offer-internship-padding .offer-internship .internships__blue-top .internships__blue-top__item:nth-of-type(2){width:100%;}.offer-internship-padding .offer-internship .internships__blue-top .internships__blue-top__item:nth-of-type(2) .internships__blue-top__item__desc{margin:0;padding:2rem 3rem;font-family:"Fustat", Arial, sans-serif;font-size:1.6rem;line-height:2.56rem;font-weight:normal;letter-spacing:0;}.offer-internship-padding .offer-internship .internships__content{display:flex;flex-direction:column;justify-content:center;align-items:center;}.offer-internship-padding .offer-internship .internships__content .internships__content__item{width:100%;}.offer-internship-padding .offer-internship .internships__content .internships__content__item h2{font-family:"Fustat", Arial, sans-serif;font-size:2.4rem;font-weight:normal;letter-spacing:0;color:#222;}.offer-internship-padding .offer-internship .internships__content .internships__content__item ul{margin-top:1rem;}.offer-internship-padding .offer-internship .internships__content .internships__content__item ul li{text-align:left;}.offer-internship-padding .offer-internship .internships__content .internships__content__item p{font-family:"Fustat", Arial, sans-serif;font-size:1.6rem;line-height:2.56rem;font-weight:normal;letter-spacing:0;color:#222;}.offer-internship-padding .offer-internship .internships__blue-bottom{padding:2rem;}.offer-internship-padding .offer-internship .internships__blue-bottom p{text-align:justify;font-size:1.6rem;}.ebook-section-header{position:relative;}.ebook-section-header .news__header{background-color:#121e2c;}.ebook-section-header .news__header--subtitle{color:#fff;position:relative;}.ebook-section-header .news__header--title{padding-top:0;text-align:left;padding-left:8px;}.ebook-section-header .news__header .ebook-section-left{padding:1rem;}.ebook-section-header .news__header .ebook-section-left .news__header--container{position:relative;}.contain-to-grid .top-bar{height:74px;padding:0;}.top-bar .title-area{position:relative;}.header-cnt.fixedMobileMenu header#zone-1 > .top-bar{position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:0px 1px 7px rgba(0, 0, 0, 0.60);}.promo-column{display:grid;grid-template-columns:1fr auto;align-items:center;}.realizations .block-realizations__tiles{grid-template-columns:1fr;}.realizations .block-realizations__tile-desc{text-align:left;}.realizations .block-realizations__tile-content{padding:0;align-items:flex-start;}.news-ecommerce{margin:50px 0;}.news-ecommerce.news-block .news-block__list{grid-template-columns:1fr;}.logos-bar{margin-bottom:60px !important;}.title-image{margin-top:60px;margin-bottom:60px;}.block-tiles{padding-top:40px;padding-bottom:40px;}.block-tiles__item{padding:20px;}.block-tiles__item-title{margin-top:20px;}.block-tiles__item-icon{width:40px;height:40px;}.block-tiles__item-icon image{width:40px;height:40px;}.desc-left{padding-top:0;}.desc-two-cols{padding:40px 0;}.desc-two-cols__desc{order:0;}.desc-two-cols__desc h3,.desc-two-cols__desc p{text-align:left;}.desc-two-cols__desc h1:not(.custom-heading),.desc-two-cols__desc h2:not(.custom-heading),.desc-two-cols__desc h3:not(.custom-heading),.desc-two-cols__desc h4:not(.custom-heading),.desc-two-cols__desc h5:not(.custom-heading),.desc-two-cols__desc h6:not(.custom-heading){font-size:18px;line-height:27px;}.desc-two-cols__desc p{font-size:14px;line-height:21px;}.desc-two-cols__image{order:1;}.desc-two-cols__cols{gap:40px;}.title-imag,.desc-logotypes{margin-top:60px;margin-bottom:60px;}#zone-36{margin-top:60px;padding-bottom:40px;}.news-ecommerce.news-block .news-block__item-title{font-size:18px;}.sidebar-menu-top{background-color:#fff;padding:20px;display:flex;justify-content:space-between;align-items:center;}.main-menu-container{display:flex;flex-direction:column;justify-content:space-between;height:85%;}.sidebar-menu-bottom p{padding:0 30px;font-size:11px;margin-bottom:1rem;}.sidebar-menu-bottom p a{color:#fff;text-decoration:none;}.sidebar-menu-bottom p a img{width:18px;height:18px;vertical-align:sub;}.menu-exit img{width:30px;height:auto;}.realization-module .realization-grid{grid-template-columns:repeat(2, 1fr);gap:16px;}}@media only screen and (min-width:48em){.tiles-list .list .elem{margin-bottom:2rem;}.case-studies-items-mobile{display:none;}#zone-8{overflow:hidden;padding:0;}.top-bar{position:static;}.top-bar .name{height:6rem;}.block-DefaultOpisowy__title{font-size:5.5rem;margin-top:59px;margin-bottom:50px;}.phone-accordion-body{display:inherit !important;}.reveal-modal{max-width:80rem;padding:2rem 2rem;border:none;box-shadow:-1px -1px 15px 0px #d5d5d5;}.reveal-modal .modalTitle{font-size:24px;font-weight:600;border:none;padding:0 40px;margin-bottom:0;min-height:48px;}.reveal-modal .title-success{margin-left:0;padding-left:0;}.reveal-modal form .columns .row-border .row-zgoda-label{display:flex;line-height:1.6;}.title-apply{font-size:14px;color:#666769;padding:0 10px;}.row .row,.slick-dots .row,.slick-dots .slick-dots,.row .slick-dots{width:100%;margin:0;}.row .row-border,.slick-dots .row-border{border-top:1px solid #e3e3e3;padding-top:16px;}.row .row-border label,.slick-dots .row-border label{padding-top:0;font-weight:400;display:flex;line-height:1.6;width:83%;}.row .row-border p,.slick-dots .row-border p{font-size:14px;color:#00608a;font-weight:bold;}.row .row-border p a,.slick-dots .row-border p a{text-decoration:none;}.ebook__main .ebook-heading-form{margin-top:28px;margin-bottom:28px;padding-left:30px;line-height:80px;font-size:60px;}.ebook__desc ol.big li:before{left:-120px;font-size:90px;top:-28px;}.ebook-section-header .news__header{background-color:#121e2c;}.ebook-section-header .news__header .inner-row{width:100%;}.ebook-section-header .news__header--subtitle{color:#fff;position:relative;font-size:24px;padding:15px 0;font-family:"Fustat", sans-serif;}.ebook-section-header .news__header--title{padding-top:0;text-align:left;padding-left:8px;color:white;}.ebook-section-header .news__header--title.section-title{color:#121d2c;}.ebook-section-header .news__header .ebook-section-left{padding:1rem;width:100%;}.ebook-section-header .news__header .ebook-section-left .news__header--container{position:relative;}.ebook-description-download{overflow:visible;margin-top:30px;}.ebook-description-download .text-content-paragraph-right{max-width:35%;}.form-line{height:2px;width:100%;background-color:#f6f6f6;}.ebook.news__header--title{margin:55px 0 41px;}form.jq-formularz-zapytan-form{padding:0;}form.jq-formularz-zapytan-form .medium-5{padding:0 0 0 10px;}form.jq-formularz-zapytan-form .medium-7{border-right:1px solid #e3e3e3;height:100%;display:flex;flex-direction:column;justify-content:space-between;}form.jq-formularz-zapytan-form .row .jg-form-row,form.jq-formularz-zapytan-form .slick-dots .jg-form-row{margin:10px;}form.jq-formularz-zapytan-form .column-title{font-size:18px;font-weight:600;margin-bottom:0;}form.jq-formularz-zapytan-form input,form.jq-formularz-zapytan-form textarea{border-color:#e3e3e3;margin:0;}form.jq-formularz-zapytan-form label{margin:0;font-size:12px;line-height:13px;vertical-align:middle;padding:5px 0;font-weight:600;display:grid;grid-template-columns:20px auto;gap:10px;}form.jq-formularz-zapytan-form input[type="checkbox"] + label{padding:7px 5px;font-weight:normal;}form.jq-formularz-zapytan-form input[type="textarea"] + label{padding:7px 5px;}form.jq-formularz-zapytan-form input[type="text"]{height:40px;}form.jq-formularz-zapytan-form .button{border:2px solid black;}form.jq-formularz-zapytan-form .label-komentarz{margin-top:10px;}form.jq-formularz-zapytan-form .row-zgoda-checkbox{margin:0 5px 5px 0;vertical-align:middle;height:max-content;}form.jq-formularz-zapytan-form #pickfiles{display:flex;justify-content:center;align-items:center;width:117px;height:47px;border:2px solid #121e2c;}form.jq-formularz-zapytan-form #pickfiles p{margin:0;font-weight:600;color:#121e2c;font-size:13px;line-height:17px;}form.jq-formularz-zapytan-form #pickfiles .ideo_anchor{font-size:17px;font-weight:600;margin-right:5px;}form.jq-formularz-warsztaty-form,form.jq-formularz-warsztaty-pytania-form{padding:0;}form.jq-formularz-warsztaty-form .row .jg-form-row,form.jq-formularz-warsztaty-form .slick-dots .jg-form-row,form.jq-formularz-warsztaty-pytania-form .row .jg-form-row,form.jq-formularz-warsztaty-pytania-form .slick-dots .jg-form-row{margin:10px;}form.jq-formularz-warsztaty-form .column-title,form.jq-formularz-warsztaty-pytania-form .column-title{font-size:18px;font-weight:600;margin-bottom:0;}form.jq-formularz-warsztaty-form input,form.jq-formularz-warsztaty-pytania-form input,form.jq-formularz-warsztaty-form textarea,form.jq-formularz-warsztaty-pytania-form textarea{border-color:#e3e3e3;margin:0;}form.jq-formularz-warsztaty-form label,form.jq-formularz-warsztaty-pytania-form label{margin:0;font-size:12px;line-height:13px;vertical-align:middle;padding:5px 0;font-weight:600;}form.jq-formularz-warsztaty-form input[type="checkbox"] + label,form.jq-formularz-warsztaty-pytania-form input[type="checkbox"] + label{padding:7px 5px;font-weight:normal;}form.jq-formularz-warsztaty-form input[type="textarea"] + label,form.jq-formularz-warsztaty-pytania-form input[type="textarea"] + label{padding:7px 5px;}form.jq-formularz-warsztaty-form input[type="text"],form.jq-formularz-warsztaty-pytania-form input[type="text"]{height:40px;}form.jq-formularz-warsztaty-form .button,form.jq-formularz-warsztaty-pytania-form .button{border:2px solid black;}form.jq-formularz-warsztaty-form .label-komentarz,form.jq-formularz-warsztaty-pytania-form .label-komentarz{margin-top:10px;}form.jq-formularz-warsztaty-form .row-zgoda-checkbox,form.jq-formularz-warsztaty-pytania-form .row-zgoda-checkbox{margin:0 5px 5px 0;height:max-content;vertical-align:middle;}form.jq-formularz-warsztaty-form #pickfiles,form.jq-formularz-warsztaty-pytania-form #pickfiles{display:flex;justify-content:center;align-items:center;width:117px;height:47px;border:2px solid #121e2c;}form.jq-formularz-warsztaty-form #pickfiles p,form.jq-formularz-warsztaty-pytania-form #pickfiles p{margin:0;font-weight:600;color:#121e2c;font-size:13px;line-height:17px;}form.jq-formularz-warsztaty-form #pickfiles .ideo_anchor,form.jq-formularz-warsztaty-pytania-form #pickfiles .ideo_anchor{font-size:17px;font-weight:600;margin-right:5px;}.reveal-modal-bg{background:rgba(227, 227, 227, 0.9);}.offer-internship-padding .internships__content .internships__content__item p{font-family:"Fustat", Arial, sans-serif;font-size:1.6rem;line-height:2.56rem;font-weight:normal;letter-spacing:0;color:#222;}.offer-internship-padding .internships__content .internships__content__item h2{font-family:"Fustat", Arial, sans-serif;font-size:2.4rem;font-weight:normal;letter-spacing:0;color:#222;}.ebook__content--sticky{display:block;}.level-one .subMenu .lists-with-next-link .level-two:nth-child(2) .levelMore .subMenu .level-two-wrapper{width:100% !important;}.top-bar{height:113px;padding-top:55px;}.top-bar .abs-bkg{z-index:0;position:absolute;top:0;bottom:0;right:-9999px;left:-9999px;background-color:#fff;display:none;}.top-bar .title-area{top:0;margin-top:-5px;left:0;height:6rem;}.top-bar ul.right{display:table;margin:0 !important;}.top-bar ul.right > li:not(.js-generated):not(.parent-link){display:table-cell;height:50px;vertical-align:top;float:none !important;}.top-bar ul.right > li:not(.js-generated):not(.parent-link) > a{height:50px;vertical-align:middle;display:table-cell;line-height:2rem;text-align:center;padding:0 1.4rem;}.top-bar ul.right > li:not(.js-generated):not(.parent-link):last-child a{padding-right:0px !important;}.top-bar ul.right > li:not(.js-generated):not(.parent-link) .subMenu{position:absolute;width:100%;max-width:117rem;margin-left:-117rem/2;left:50%;height:0px;overflow:hidden !important;-webkit-transition-duration:0.3s;transition-duration:0.3s;z-index:-1;}.top-bar ul.right > li:not(.js-generated):not(.parent-link) .subMenu.open{z-index:1;}.top-bar ul.right > li:not(.js-generated):not(.parent-link) .subMenu:before{content:'';width:600%;position:absolute;height:100%;left:-100%;top:0;background:#016dc6;}.top-bar ul.right > li:not(.js-generated):not(.parent-link) .subMenu ul{display:none;padding:102px 59px 50px;background:#016dc6;overflow:hidden !important;}.top-bar ul.right > li:not(.js-generated):not(.parent-link) .subMenu ul li{display:inline-block;width:24%;margin:0px;float:none;vertical-align:top;padding-bottom:0px;margin-bottom:0px;display:inline-block;width:calc(25% - 5px);margin:0;padding:0;vertical-align:top;}.top-bar ul.right > li:not(.js-generated):not(.parent-link) .subMenu ul li a{color:#fff;background:transparent;background-color:transparent;line-height:20px;font-size:18px;opacity:0.75;padding-bottom:20px;margin-bottom:30px;position:relative;}.top-bar ul.right > li:not(.js-generated):not(.parent-link) .subMenu ul li a:before{content:'';display:block;position:absolute;width:65px;height:1px;background-color:#fff;opacity:0.3;bottom:0px;left:8px;}.top-bar ul.right > li:not(.js-generated):not(.parent-link) .subMenu ul li a:hover,.top-bar ul.right > li:not(.js-generated):not(.parent-link) .subMenu ul li a:active,.top-bar ul.right > li:not(.js-generated):not(.parent-link) .subMenu ul li a:focus{opacity:1;}.top-bar ul.right > li:not(.js-generated):not(.parent-link) .subMenu ul li a:hover:before,.top-bar ul.right > li:not(.js-generated):not(.parent-link) .subMenu ul li a:active:before,.top-bar ul.right > li:not(.js-generated):not(.parent-link) .subMenu ul li a:focus:before{opacity:1;}.top-bar ul.right > li:not(.js-generated):not(.parent-link):hover ul{display:block;}.top-bar .top-bar-section .social-topbar{height:22px !important;position:relative;float:right;top:-37px;margin-bottom:-18px;}.top-bar .top-bar-section .social-topbar li a{line-height:2;font-size:12px;font-family:"Fustat", Arial, Helvetica, sans-serif;color:#010101;position:relative;}.top-bar .top-bar-section .social-topbar li a:before{display:block;position:absolute;left:0;top:50%;height:14px;margin-top:-7px;}.top-bar .top-bar-section .social-topbar li.kariera a,.top-bar .top-bar-section .social-topbar li.praca a{padding:0 22px 0 25px;}.top-bar .top-bar-section .social-topbar li.facebook a{padding:0 8px;}.top-bar .top-bar-section .social-topbar li.linkedin a{padding:0 8px;}.top-bar .top-bar-section .social-topbar li.google a{padding:0 20px 0 23px;}.top-bar .top-bar-section .social-topbar li.lang-menu{width:50px;margin:0 0 0 6px;}.top-bar .top-bar-section .social-topbar li.lang-menu > a{color:#010101;width:45px;border:1px solid transparent;border-left:1px solid #dcdcdc;}.top-bar .top-bar-section .social-topbar li.lang-menu:hover > a{border:1px solid #dcdcdc;}.top-bar .top-bar-section ul{margin-bottom:0;}.top-bar .top-bar-section ul li{border:0;margin-bottom:0;}.top-bar .top-bar-section ul li a{font-size:1.7rem;color:#121e2c;font-weight:bold;}.top-bar .top-bar-section ul li.lang-menu{background:none;margin:-2px 0 0;}.top-bar .top-bar-section ul li.lang-menu a{font-size:1.1rem;color:#01719f;font-family:"Fustat", Arial, Helvetica, sans-serif;font-weight:bold;}.top-bar .top-bar-section ul li.lang-menu > a{padding:0 24px 0 8px !important;line-height:22px;}.top-bar .top-bar-section ul li.lang-menu > a:hover{background-color:#fff !important;}.top-bar .top-bar-section ul li.lang-menu > a:after{right:6px;margin-right:0;margin-top:-1px;top:50%;}.top-bar .top-bar-section ul li.lang-menu ul{border:1px solid #dcdcdc;margin-top:-1px !important;min-width:21px;width:45px !important;right:5px;left:inherit;border-top:0;box-shadow:2px 2px 2px rgba(0, 0, 0, 0.12);}.top-bar .top-bar-section ul li.lang-menu ul a{padding:0 0.5rem;text-align:center;background-color:#fff !important;color:#010101 !important;cursor:pointer;font-family:"Fustat", sans-serif;letter-spacing:1.2px;}.top-bar .top-bar-section ul li.lang-menu ul a:first-letter{text-transform:uppercase;}.top-bar .top-bar-section ul li.lang-menu ul a:hover{color:#000 !important;}.top-bar .top-bar-section ul li.lang-menu ul li:last-child a{border:0 none;}.top-bar .top-bar-section .main-menu .has-submenu a{padding-right:0.99rem !important;}.top-bar .top-bar-section .main-menu .has-submenu a:after{display:none !important;}.top-bar .top-bar-section .has-dropdown-styled .dropdown-styled{transition:top 300ms ease-out;background-color:#fff;position:absolute;z-index:-1;display:block;top:-800px;left:0;right:auto;width:auto;}.top-bar .top-bar-section .has-dropdown-styled .dropdown-styled.offseted{right:0;left:auto;}.top-bar .top-bar-section .has-dropdown-styled .dropdown-styled .js-generated{display:none;}.top-bar .top-bar-section .has-dropdown-styled .dropdown-styled li:not(.js-generated){display:block;float:none;background-color:transparent;}.top-bar .top-bar-section .has-dropdown-styled .dropdown-styled li:not(.js-generated) a:not(.js-generated){font-size:1.3rem;display:block;padding:0.7rem 1.5rem;line-height:1.5;color:#121e2c;min-width:200px;width:auto;white-space:nowrap;}.top-bar .top-bar-section .has-dropdown-styled .dropdown-styled li:not(.js-generated) a:not(.js-generated):hover{color:#fff;background-color:#016dc6;}.menu-bottom{position:relative;}.menu-bottom .columns{position:static;}.menu-bottom .columns:first-child{padding-left:6px;padding-right:16px;}.menu-bottom .columns:first-child .row .columns,.menu-bottom .columns:first-child .slick-dots .columns{border-right:1px solid #010101;padding-left:20px;padding-top:11px;}.menu-bottom .columns:first-child .row .columns:first-of-type,.menu-bottom .columns:first-child .slick-dots .columns:first-of-type{width:-webkit-calc($percen - $piksel);width:-moz-calc($percen - $piksel);width:calc($percen - $piksel);padding-left:0px;}.menu-bottom .social-block{position:absolute;white-space:nowrap;bottom:0;}.block{text-align:left;}.block .title{font-size:20px;font-weight:700;text-align:center;}.block .responsive-link{position:absolute;top:3px;right:0;font-size:1.3rem;padding:0 2rem 0 0;margin:0;width:auto;height:auto;line-height:2rem;color:#016dc6;border:0;background:none !important;}.block .responsive-link:after{content:"";display:block;position:absolute;right:0;top:4px;width:11px;height:11px;}.block .responsive-link:hover{color:#121e2c;}.block .fullpage-bg{position:relative;margin-top:-12px;margin-bottom:75px;}.block .fullpage-bg:before{content:'';position:absolute;width:500%;height:100%;top:0px;left:-200%;background-color:#141e33;color:#fff;z-index:-1;}.block .fullpage-bg .description-block{position:relative;z-index:1;color:#fff;font-size:24px;text-align:center;padding:50px 0 22px;line-height:38px;}.block .fullpage-bg .description-block .maps{line-height:2rem;text-align:center;position:relative;padding:0px 180px 46px 234px;}.block .fullpage-bg .description-block .maps h5,.block .fullpage-bg .description-block .maps p,.block .fullpage-bg .description-block .maps span,.block .fullpage-bg .description-block .maps a{text-align:left;color:#fff;font-size:16px;}.block .fullpage-bg .description-block .maps h5{font-size:34px;}.block .fullpage-bg .description-block .maps p,.block .fullpage-bg .description-block .maps span{font-family:"Fustat", sans-serif;}.block .fullpage-bg .description-block .maps .custom-hoverable{position:absolute;bottom:-31px;text-align:left;left:10px;}.block .fullpage-bg .description-block .maps .custom-hoverable a{color:#fff;position:relative;display:block;padding-top:24px;}.block .fullpage-bg .description-block .maps .custom-hoverable a:before{background:url("/szablony/ideo/images/sprite.png") no-repeat 0 0;content:'';background-position:0px -22px;width:41px;height:11px;display:block;position:absolute;top:0;}.block .fullpage-bg .description-block .maps .columns{position:relative;}.block .fullpage-bg .description-block .maps .columns.medium-4:last-of-type{padding-left:30px;}.page-decorator{height:180px;margin-top:-30px;position:relative;}.page-decorator .page-decorator-title{height:180px;display:table-cell;vertical-align:middle;font-size:28px;color:#fff;}.page-decorator.o-nas,.page-decorator.rozwiazania-it,.page-decorator.technologie-internetowe,.page-decorator.marketing-internetowy,.page-decorator.e-commerce,.page-decorator.realizacje,.page-decorator.kariera,.page-decorator.formularz-kontaktowy{display:block;}.page-decorator.marketing-internetowy,.page-decorator.o-nas,.page-decorator.rozwiazania-it,.page-decorator.marketing-internetowy,.page-decorator.e-commerce,.page-decorator.kariera{background:url('/szablony/ideo/images/decorators/marketing_m.jpg') no-repeat;}.page-decorator.realizacje{background:url('/szablony/ideo/images/decorators/realizacje_m.jpg') no-repeat;}.page-decorator.technologie-internetowe{background:url('/szablony/ideo/images/decorators/technologie.jpg') no-repeat;}.page-decorator.formularz-kontaktowy{background:url('/szablony/ideo/images/decorators/kontakt_m.jpg') no-repeat;}.slider-welcome{min-height:none;}.slider-welcome .slick-slide img{max-width:none;position:relative;width:100%;}.slider-welcome .slick-slide .slick-caption{text-align:left;max-width:45%;padding:0;position:absolute;top:20px;bottom:0;}.slider-welcome .slick-slide .slick-caption .title_slider{font-weight:bold;margin-bottom:27px;font-size:3.6rem;line-height:3.8rem;padding:0px;}.slider-welcome .slick-slide .slick-caption p{display:block;line-height:2.4rem;font-weight:lighter;margin:0 9.7rem 2.4rem 0;font-family:"Fustat", sans-serif;font-size:1.8rem;line-height:3rem;}.realization-block{overflow:hidden;padding-top:22px;margin:0 66px;}.realization-block .elem{width:408px;height:408px;float:left;overflow:hidden;}.realization-block .elem:nth-child(1) .foto:before{background:#016dc6;}.realization-block .elem img{width:100%;height:auto;-webkit-transition-duration:0s;transition-duration:0s;transform:scale(1);}.realization-block .elem .foto{background-color:#016dc6;position:relative;width:100%;height:100%;overflow:hidden;}.realization-block .elem .foto:before{background-color:#00608a;}.realization-block .elem .foto .goToRealization{position:absolute;z-index:2;width:100%;left:0;bottom:0;padding:0px 15px 20px 31px;height:auto;min-height:114px;height:100%;padding-top:72%;}.realization-block .elem .foto .goToRealization .title{font-size:3rem;font-family:"Fustat", sans-serif;color:#fff;width:100%;margin:0px;text-align:left;opacity:1;}.realization-block .elem .foto .goToRealization .subTitle{font-size:1.8rem;font-family:"Fustat", sans-serif;color:#fff;display:block;text-align:left;opacity:1;}.realization-block .elem .foto .goToRealization .showMore{height:0px;width:calc(100% - 50px);overflow:hidden;position:absolute;bottom:-100px;color:#fff;left:30px;}.realization-block .elem .foto .goToRealization .showMore .desc{text-align:left;display:block;margin-bottom:20px;}.realization-block .elem .foto .goToRealization .logo_client{position:absolute;opacity:0;bottom:0px;width:400px !important;height:400px !important;top:0px;left:0px;}.realization-block .elem .foto:hover:before{opacity:0.4;}.realization-block .elem .foto:hover img{transform:scale(1.1);-webkit-transition-duration:5s;transition-duration:5s;}.realization-block .elem .foto:before{-webkit-transition-duration:0.3s;transition-duration:0.3s;content:'';position:absolute;top:0px;left:0px;width:101%;height:101%;z-index:1;}.realization-block .oderRealization{float:right;width:calc(100% - 416px);}.realization-block .oderRealization .elem{width:200px;height:200px;margin-right:10px;margin-bottom:8px;}.realization-block .oderRealization .elem:nth-child(3n){margin-right:0px;}.realization-block .oderRealization .elem:nth-child(1) .foto:before{background:#fff;}.realization-block .oderRealization .elem:nth-child(1) .foto .title,.realization-block .oderRealization .elem:nth-child(1) .foto .subTitle{color:#121e2c;}.realization-block .oderRealization .elem:nth-child(2) .foto:before{background:#f7f7f7;}.realization-block .oderRealization .elem:nth-child(2) .foto .title,.realization-block .oderRealization .elem:nth-child(2) .foto .subTitle{color:#121e2c;}.realization-block .oderRealization .elem:nth-child(4) .foto:before{background:#121e2c;}.realization-block .oderRealization .elem:nth-child(6) .foto:before{background:#fff;}.realization-block .oderRealization .elem:nth-child(6) .foto .title,.realization-block .oderRealization .elem:nth-child(6) .foto .subTitle{color:#121e2c;}.realization-block .oderRealization .elem .foto .goToRealization{height:100%;padding:0px 18px;}.realization-block .oderRealization .elem .foto .goToRealization .title{font-size:20px;position:absolute;top:15px;line-height:23px;width:calc(100% - 30px);box-sizing:border-box;left:15px;}.realization-block .oderRealization .elem .foto .goToRealization .subTitle{position:absolute;bottom:27px;font-size:13px;}.realization-block .oderRealization .elem .foto .goToRealization .showMore{height:0px;width:calc(100% - 30px);overflow:hidden;position:absolute;bottom:-100px;color:#fff;left:15px;}.realization-block .oderRealization .elem .foto .goToRealization .showMore .desc{display:none;}.realization-block .oderRealization .elem .foto .goToRealization .showMore .button{padding:13px 47px 13px 14px;}.realization-block .oderRealization .elem .foto .goToRealization .logo_client{width:200px !important;height:200px !important;}.realization-block.horizontal-list .elem{height:200px;}.realization-block.horizontal-list .elem .foto .goToRealization{box-sizing:border-box;max-height:200px;}.realization-block.horizontal-list .elem .foto .goToRealization .title{margin-top:0px !important;margin-bottom:0px !important;}.realization-block.horizontal-list .elem .foto .goToRealization img{width:auto !important;height:200px !important;top:0;margin-top:0;margin-left:-100px;left:50%;}.realization-block.horizontal-list .elem:first-of-type{max-height:408px;}.realization-block.horizontal-list .elem:first-of-type .goToRealization{height:100%;padding-top:24%;}.realization-block.horizontal-list .oderRealization .elem .foto{background-color:#fff;}.realization-block.horizontal-list .oderRealization .elem:last-of-type .foto{background-color:#f7f7f7;}.realization-block.horizontal-list .oderRealization .elem:last-of-type .foto:before{background:#121e2c;}.realization-block.horizontal-list .oderRealization .elem:nth-child(1) .foto{background-color:#016dc6;}.interested-in ul li{text-align:center;border:solid #f6f6f6;border-width:0 2px 0 0;padding:0;margin:0;}.interested-in ul li:last-child{border-right:0;}.interested-in ul li a{font-size:1.3rem;color:#121e2c;display:block;min-height:130px;padding:0 10px;overflow:hidden;}.interested-in ul li a .ico{float:none;display:block;font-size:50px;color:#121e2c;margin:17px 0 10px;line-height:1;}.interested-in ul li a:hover{background-color:#121e2c;color:#fff !important;}.interested-in ul li a:hover .ico{color:#fff !important;}.gallery-block{margin:0px 0px 20px 6px;}.gallery-block .fotos{margin:0 2px 8px;}.gallery-block .fotos:nth-child(1){float:left;margin-right:6px;}.gallery-block .fotos:nth-child(6){width:auto;margin-left:3px;}.gallery-block .fotos:nth-child(6){height:auto;width:200px;margin:0 2px 8px;}.gallery-block .fotos:nth-child(6) a img{top:0;transform:translateY(0);}.gallery-block .fotos:nth-child(7){width:200px;margin:0 2px 8px;}.gallery-block .fotos:nth-child(10){height:200px;margin:0 2px 8px;max-width:none;width:auto;overflow:hidden;}.gallery-block .fotos:nth-child(10) a img{position:relative;top:50%;transform:translateY(-50%);}.job-offers .gallery-block{display:block;}.last-news__title{margin:0 0 22px;}.last-news__link{display:block;font-size:24px;line-height:30px;font-weight:600;color:#121e2c;}.last-news__date{font-size:16px;text-align:left;text-transform:lowercase;}.last-news__text{font-size:14px;font-family:"Fustat", Arial, Helvetica, sans-serif;}.right-fotos{float:right;padding:0 0 0 2rem;}.left-fotos{float:left;padding:0 3rem 0 0;}.top-fotos,.bottom-fotos{padding:1.5rem 0 0;margin:0 -1rem !important;overflow:hidden;}h2 + .top-fotos,h2 + .bottom-fotos{padding:0;}.top-fotos .foto,.bottom-fotos .foto{margin:0 0 2rem;padding:0 1rem;overflow:hidden;clear:none;}.top-fotos .foto:nth-child(3n + 1),.bottom-fotos .foto:nth-child(3n + 1){text-align:left;}.top-fotos .foto:nth-child(3n + 3),.bottom-fotos .foto:nth-child(3n + 3){text-align:right;}.news-module.news-list .news .left-fotos{margin-bottom:0;}.news-module.news-list .news .left-fotos a{display:block;text-align:center;}.form-module .module_head{margin-top:60px;}.form-module .desc .maps .custom-hoverable{width:100%;}.form-module .desc .maps .custom-hoverable img{width:100% !important;height:auto !important;}.form-module .bodyContact .element.contact1 #map{width:50%;height:711px;float:left;}.form-module .bodyContact .element.contact1 .containerBlue{width:50%;height:711px;}.form-module .bodyContact .element.contact3 .containerBlue .contactPlace{height:355.5px;}.form-module .bodyContact .element .containerBlue{float:left;}.form-module .bodyContact .element .contactPlace{min-height:230px;padding:19px 0 0 83px;padding-left:calc((100% - (117rem / 2))) !important;width:100%;-webkit-transition-duration:0.3s;transition-duration:0.3s;}.form-module .bodyContact .element .contactPlace:hover{background-color:#152435;}.form-module .bodyContact .element .contactPlace .title{margin-bottom:7px;margin-top:0;padding-top:0px;}.form-module .bodyContact .element .contactPlace .look_map{position:absolute;bottom:30px;}.realizations-selects .columns #change-view{text-align:right;}.realization-single .real-name{margin-bottom:40px;}.realization-single .tags-box{height:32px;margin:0 0 40px;}.realization-single .tags-box .tag{border:2px solid #f6f6f6;padding:5px 10px;}.realization-single .tags-box .tag:after{content:"" !important;}.realization-single .tags-box .tag:hover{background-color:#016dc6;border-color:#016dc6;color:#fff;}.realization-single .slider-realization{margin:0 0 0px;}.realization-single .slider-realization .slick-slide{max-height:500px;}.realization-single .about-company{padding-right:1rem;padding-left:1rem;}.realization-single .client-info{padding-right:1rem;float:left;}.realizations-list .list .realization .foto-container{float:left;margin:0 2rem 0 0;}.realizations-list .list .realization .realization-content > .title{text-align:left;}.realizations-list .list .realization .realization-content .elem.no-title:not(:first-child){padding-left:144px;}.list-module{margin:0 0px 50px;}.list-module .desc{margin-bottom:57px;}.list-module ul{text-align:center;margin:46px 0px 50px;}.list-module ul li{text-align:center;padding:0;margin:0;margin-bottom:0px;float:none;display:inline-block;margin-right:-3px;vertical-align:top;text-align:center;}.list-module ul li a{font-size:2rem;color:#121e2c;display:block;min-height:130px;padding:0 25px 10px;overflow:hidden;text-align:center;font-weight:bold;background-color:transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;font-family:"Fustat", sans-serif;}.list-module ul li a .ico{float:none;display:block;font-size:68px;color:#016dc6;margin:11px 0 5px;line-height:1;}.list-module ul li a:hover{background-color:rgba(33, 47, 63, 0.57);color:#fff !important;}.list-module ul li a:hover .ico{color:#fff !important;}}@media only screen and (min-width:48em){.block .title{font-size:32px;margin:0;}}@media (min-width:1025px){body{position:relative;}#CodeFormBlock{position:absolute;top:-122px;}#zone-1{-webkit-transition-duration:0s;transition-duration:0s;}#zone-1 .logo{display:block;position:relative;z-index:1;}#zone-1.fixedMenu{margin-bottom:50px;}#zone-3 + #main-zone{float:right;max-width:750px;width:100%;margin-top:8px;}#zone-3 .blok-foto-klient{margin-top:-15px;margin-left:-35px;}#zone-7{padding:24px 20px 64px;}#main-zone{padding:0;}#footer{padding:32px 20px 19px;color:rgba(255, 255, 255, 0.83);}#footer .footer-text,#footer p{color:rgba(255, 255, 255, 0.83);}#footer a{color:rgba(255, 255, 255, 0.83);}#footer a:hover{color:#016dc6;}#footer .block{overflow:hidden;margin:-20px 0;border-left:1px solid #0e1824;float:left;}#footer .asseco{background-position:18px 50%;padding-left:74px;}#footer .powered-by{text-align:right;width:60%;float:right;}#footer .powered-by > a{margin-right:20px;display:inline-block;}#footer .powered-by .desc{width:175px;}.left-off-canvas-menu,.show_medium,.show_small{display:none !important;}.show_large{display:block !important;}.menu-bottom{padding-top:8px;}.menu-bottom .header{cursor:default !important;}.menu-bottom .header:after{display:none !important;}.menu-bottom ul{display:block !important;}.menu-bottom ul li{color:#f6f6f6;width:calc(50% - 3px);display:inline-block;}.menu-bottom ul li a{color:#f6f6f6;font-family:"Fustat", sans-serif;font-size:14px;}.menu-bottom ul li.last{margin-bottom:4px;}.sidebar-menu-scene{height:0;}.mainMenu{width:100%;position:relative;top:-56px;margin-bottom:-27px;height:52px;display:block;-webkit-transition-duration:0s;transition-duration:0s;}.mainMenu .sidebar-menu-breadcrumbs{display:none;}.mainMenu .main-menu{margin-bottom:0;margin:0 auto;max-width:117rem;padding-left:127px;}.mainMenu .main-menu .logo{display:none;float:left;margin-left:-20px;margin-top:19px;}.mainMenu .main-menu .logo img{width:71%;}.mainMenu .main-menu ul.menu{list-style:none;z-index:99;margin-bottom:-58px;padding-right:20px;}.mainMenu .main-menu ul.menu li.level-one{float:left;margin-bottom:0;}.mainMenu .main-menu ul.menu li.level-one .double ul.lists-with-next-link li.level-two:first-of-type{width:calc(75% - 3px);}.mainMenu .main-menu ul.menu li.level-one .double ul.lists-with-next-link li.level-two.hidden-level-two{display:none;visibility:hidden;}.mainMenu .main-menu ul.menu li.level-one a{font-family:"Fustat", sans-serif;font-size:17px;font-weight:bold;padding:9px 11.5px 20px;display:block;position:relative;}.mainMenu .main-menu ul.menu li.level-one a span.menu-helper{display:block;pointer-events:none;}.mainMenu .main-menu ul.menu li.level-one .subMenuA.blind{font-family:"Fustat", sans-serif;font-weight:bold;cursor:default;}.mainMenu .main-menu ul.menu li.level-one .subMenuA.blind:hover{opacity:0.75 !important;}.mainMenu .main-menu ul.menu li.level-one .subMenuA.blind:hover:before{opacity:0.75 !important;}.mainMenu .main-menu ul.menu li.level-one ul.specialUl .sub{padding:0;}.mainMenu .main-menu ul.menu li.level-one .subMenu.double{box-shadow:2px 2px 2px rgba(0, 0, 0, 0.12);}.mainMenu .main-menu ul.menu li.level-one .subMenu,.mainMenu .main-menu ul.menu li.level-one .sub{width:100%;left:0;position:absolute;background-color:#fff;z-index:99;padding:0 10px;top:52px;}.mainMenu .main-menu ul.menu li.level-one .subMenu:hover,.mainMenu .main-menu ul.menu li.level-one .sub:hover{display:block !important;}.mainMenu .main-menu ul.menu li.level-one .subMenu ul,.mainMenu .main-menu ul.menu li.level-one .sub ul{margin-bottom:0;margin:0 auto;max-width:116.4rem;list-style:none;display:none;padding:50px 0;}.mainMenu .main-menu ul.menu li.level-one .subMenu ul li.level-two,.mainMenu .main-menu ul.menu li.level-one .sub ul li.level-two{display:inline-block;width:calc(25% - 5px);margin:0;padding:0;vertical-align:top;}.mainMenu .main-menu ul.menu li.level-one .subMenu ul li.level-two:nth-child(5n),.mainMenu .main-menu ul.menu li.level-one .sub ul li.level-two:nth-child(5n){clear:both;}.mainMenu .main-menu ul.menu li.level-one .subMenu ul li.level-two a,.mainMenu .main-menu ul.menu li.level-one .sub ul li.level-two a,.mainMenu .main-menu ul.menu li.level-one .subMenu ul li.level-two span,.mainMenu .main-menu ul.menu li.level-one .sub ul li.level-two span{font-size:16px;opacity:0.75;color:#010101;padding:0px;padding-bottom:13px;display:block;margin-bottom:33px;position:relative;display:block;}.mainMenu .main-menu ul.menu li.level-one .subMenu ul li.level-two a:hover,.mainMenu .main-menu ul.menu li.level-one .sub ul li.level-two a:hover,.mainMenu .main-menu ul.menu li.level-one .subMenu ul li.level-two span:hover,.mainMenu .main-menu ul.menu li.level-one .sub ul li.level-two span:hover{color:#015ca9;opacity:1;}.mainMenu .main-menu ul.menu li.level-one .subMenu ul li.level-two a:hover:before,.mainMenu .main-menu ul.menu li.level-one .sub ul li.level-two a:hover:before,.mainMenu .main-menu ul.menu li.level-one .subMenu ul li.level-two span:hover:before,.mainMenu .main-menu ul.menu li.level-one .sub ul li.level-two span:hover:before{opacity:1;background:#015ca9;}.mainMenu .main-menu ul.menu li.level-one .subMenu ul li.level-two a:before,.mainMenu .main-menu ul.menu li.level-one .sub ul li.level-two a:before,.mainMenu .main-menu ul.menu li.level-one .subMenu ul li.level-two span:before,.mainMenu .main-menu ul.menu li.level-one .sub ul li.level-two span:before{position:absolute;content:'';width:64px;height:1px;background:#010101;bottom:0;opacity:0.75;}.mainMenu .main-menu ul.menu li.level-one .subMenu ul li.level-two .levelMore.oneBeforeLastLevel,.mainMenu .main-menu ul.menu li.level-one .sub ul li.level-two .levelMore.oneBeforeLastLevel,.mainMenu .main-menu ul.menu li.level-one .subMenu ul li.level-two .levelMore .lastLevelSubMenu,.mainMenu .main-menu ul.menu li.level-one .sub ul li.level-two .levelMore .lastLevelSubMenu{display:none;}.mainMenu .main-menu ul.menu li.level-one .subMenu ul li.level-two .levelMore ul,.mainMenu .main-menu ul.menu li.level-one .sub ul li.level-two .levelMore ul{padding:0 10px;height:auto !important;margin-top:-25px;}.mainMenu .main-menu ul.menu li.level-one .subMenu ul li.level-two .levelMore ul li,.mainMenu .main-menu ul.menu li.level-one .sub ul li.level-two .levelMore ul li{width:100%;}.mainMenu .main-menu ul.menu li.level-one .subMenu ul li.level-two .levelMore ul li a,.mainMenu .main-menu ul.menu li.level-one .sub ul li.level-two .levelMore ul li a{font-size:15px;color:#010101;opacity:0.75;font-family:"Fustat", sans-serif;font-weight:normal;margin:0;padding:4px 0;}.mainMenu .main-menu ul.menu li.level-one .subMenu ul li.level-two .levelMore ul li a:before,.mainMenu .main-menu ul.menu li.level-one .sub ul li.level-two .levelMore ul li a:before{display:none;}.mainMenu .main-menu ul.menu li.level-one .subMenu ul li.level-two .levelMore ul li a:hover,.mainMenu .main-menu ul.menu li.level-one .sub ul li.level-two .levelMore ul li a:hover{opacity:1;color:#015ca9;}.mainMenu .main-menu ul.menu li.level-one .subMenu ul li.level-two .ul-flex,.mainMenu .main-menu ul.menu li.level-one .sub ul li.level-two .ul-flex{display:flex !important;flex-wrap:wrap;width:100% !important;}.mainMenu .main-menu ul.menu li.level-one .subMenu ul li.level-two .ul-flex > li,.mainMenu .main-menu ul.menu li.level-one .sub ul li.level-two .ul-flex > li{width:33% !important;padding-right:15px;}.mainMenu .main-menu ul.menu li.level-one .subMenu ul li.level-two .ul-flex.subMenu,.mainMenu .main-menu ul.menu li.level-one .sub ul li.level-two .ul-flex.subMenu{max-width:100%;position:relative;top:0;}.mainMenu .main-menu ul.menu li.level-one .subMenu ul.specialUl,.mainMenu .main-menu ul.menu li.level-one .sub ul.specialUl{padding:1px 0 0px;position:relative;min-height:350px;}.mainMenu .main-menu ul.menu li.level-one .subMenu ul.specialUl:before,.mainMenu .main-menu ul.menu li.level-one .sub ul.specialUl:before{position:absolute;content:'';width:100%;height:1px;background:rgba(255, 255, 255, 0.75);top:96px;display:none;}.mainMenu .main-menu ul.menu li.level-one .subMenu ul.specialUl li,.mainMenu .main-menu ul.menu li.level-one .sub ul.specialUl li{display:block;width:100%;position:relative;margin-bottom:0;}.mainMenu .main-menu ul.menu li.level-one .subMenu ul.specialUl li .chooserSection,.mainMenu .main-menu ul.menu li.level-one .sub ul.specialUl li .chooserSection{text-align:center;border-bottom:1px solid rgba(255, 255, 255, 0.75);position:relative;margin-top:-22px;margin-bottom:54px;padding-bottom:12px;}.mainMenu .main-menu ul.menu li.level-one .subMenu ul.specialUl li .chooserSection:before,.mainMenu .main-menu ul.menu li.level-one .sub ul.specialUl li .chooserSection:before{height:35px;width:1px;background-color:#fff;opacity:0.75;content:'';position:absolute;left:50%;margin-left:-0.5px;display:none;}.mainMenu .main-menu ul.menu li.level-one .subMenu ul.specialUl li .choosenSection,.mainMenu .main-menu ul.menu li.level-one .sub ul.specialUl li .choosenSection{position:absolute;left:50%;display:inline-block;font-size:24px;font-family:"Fustat", sans-serif;font-weight:bold;color:#fff;opacity:0.75;cursor:pointer;padding:0 48px 0 24px;display:none;}.mainMenu .main-menu ul.menu li.level-one .subMenu ul.specialUl li .choosenSection.active,.mainMenu .main-menu ul.menu li.level-one .sub ul.specialUl li .choosenSection.active,.mainMenu .main-menu ul.menu li.level-one .subMenu ul.specialUl li .choosenSection:hover,.mainMenu .main-menu ul.menu li.level-one .sub ul.specialUl li .choosenSection:hover{opacity:1;}.mainMenu .main-menu ul.menu li.level-one .subMenu ul.specialUl li .choosenSection.rightSeparate:before,.mainMenu .main-menu ul.menu li.level-one .sub ul.specialUl li .choosenSection.rightSeparate:before{height:35px;width:1px;background-color:#fff;opacity:0.75;content:'';position:absolute;left:94%;margin-left:-0.5px;}.mainMenu .main-menu ul.menu li.level-one .subMenu ul.specialUl li ul,.mainMenu .main-menu ul.menu li.level-one .sub ul.specialUl li ul{padding:0;height:auto !important;}.mainMenu .main-menu ul.menu li.level-one .subMenu ul.specialUl li .chooseCategory,.mainMenu .main-menu ul.menu li.level-one .sub ul.specialUl li .chooseCategory{-webkit-transition-duration:0.8s;transition-duration:0.8s;position:relative;top:-8px;}.mainMenu .main-menu ul.menu li.level-one .subMenu ul.specialUl li .chooseCategory.hidenSection,.mainMenu .main-menu ul.menu li.level-one .sub ul.specialUl li .chooseCategory.hidenSection{top:500px;}.mainMenu .main-menu ul.menu li.level-one .subMenu ul.specialUl li .chooseCategory .category,.mainMenu .main-menu ul.menu li.level-one .sub ul.specialUl li .chooseCategory .category{display:inline-block;width:24%;margin:0;padding:0;vertical-align:top;}.mainMenu .main-menu ul.menu li.level-one .subMenu ul.specialUl li .chooseCategory .category:nth-child(3),.mainMenu .main-menu ul.menu li.level-one .sub ul.specialUl li .chooseCategory .category:nth-child(3){width:25.9%;}.mainMenu .main-menu ul.menu li.level-one .subMenu ul.specialUl li .chooseCategory .category a,.mainMenu .main-menu ul.menu li.level-one .sub ul.specialUl li .chooseCategory .category a{font-size:15px;color:#010101;opacity:0.75;font-family:"Fustat", sans-serif;font-weight:normal;padding:4px 0;}.mainMenu .main-menu ul.menu li.level-one .subMenu ul.specialUl li .chooseCategory .category a:hover,.mainMenu .main-menu ul.menu li.level-one .sub ul.specialUl li .chooseCategory .category a:hover{opacity:1;color:#015ca9;}.mainMenu .main-menu ul.menu li.level-one .subMenu ul.specialUl li .chooseCategory .category a.mainA,.mainMenu .main-menu ul.menu li.level-one .sub ul.specialUl li .chooseCategory .category a.mainA{font-family:"Fustat", sans-serif;font-size:16px;font-weight:bold;opacity:1;padding-bottom:14px;margin-bottom:30px;position:relative;opacity:0.75;}.mainMenu .main-menu ul.menu li.level-one .subMenu ul.specialUl li .chooseCategory .category a.mainA:after,.mainMenu .main-menu ul.menu li.level-one .sub ul.specialUl li .chooseCategory .category a.mainA:after{content:'';width:64px;height:1px;background:#010101;display:block;position:absolute;left:0px;bottom:0px;opacity:0.75;}.mainMenu .main-menu ul.menu li.level-one .subMenu ul.specialUl li .chooseCategory .category a.mainA:hover,.mainMenu .main-menu ul.menu li.level-one .sub ul.specialUl li .chooseCategory .category a.mainA:hover{opacity:1;}.mainMenu .main-menu ul.menu li.level-one .subMenu ul.specialUl li .chooseCategory .category a.mainA:hover:after,.mainMenu .main-menu ul.menu li.level-one .sub ul.specialUl li .chooseCategory .category a.mainA:hover:after{opacity:1;background:#015ca9;}.mainMenu .main-menu ul.menu li.level-one .subMenu ul.specialUl li .chooseTrade,.mainMenu .main-menu ul.menu li.level-one .sub ul.specialUl li .chooseTrade{-webkit-transition-duration:0.8s;transition-duration:0.8s;position:absolute;width:100%;}.mainMenu .main-menu ul.menu li.level-one .subMenu ul.specialUl li .chooseTrade li,.mainMenu .main-menu ul.menu li.level-one .sub ul.specialUl li .chooseTrade li{display:inline-block;width:24%;margin:0;padding:0;vertical-align:top;}.mainMenu .main-menu ul.menu li.level-one .subMenu ul.specialUl li .chooseTrade li a,.mainMenu .main-menu ul.menu li.level-one .sub ul.specialUl li .chooseTrade li a{font-size:20px;color:#fff;position:relative;opacity:0.75;padding:12px 0;margin-bottom:12px;}.mainMenu .main-menu ul.menu li.level-one .subMenu ul.specialUl li .chooseTrade li a:after,.mainMenu .main-menu ul.menu li.level-one .sub ul.specialUl li .chooseTrade li a:after{position:absolute;bottom:0px;left:0px;content:'';width:64px;height:1px;background:#010101;opacity:0.75;}.mainMenu .main-menu ul.menu li.level-one .subMenu ul.specialUl li .chooseTrade li a:hover,.mainMenu .main-menu ul.menu li.level-one .sub ul.specialUl li .chooseTrade li a:hover{opacity:1;}.mainMenu .main-menu ul.menu li.level-one .subMenu ul.specialUl li .chooseTrade li a:hover:before,.mainMenu .main-menu ul.menu li.level-one .sub ul.specialUl li .chooseTrade li a:hover:before{opacity:1;background:#015ca9;}.mainMenu .main-menu ul.menu li.level-one .subMenu.double ul,.mainMenu .main-menu ul.menu li.level-one .sub.double ul{}.mainMenu .main-menu ul.menu li.level-one:hover .subMenu ul{display:block !important;}.mainMenu .main-menu ul.career-menu li a.career-menu--space{padding:9px 15.5px 18px;}.mainMenu .main-menu ul.career-menu li:last-child a{background:#00608a;color:#fff;padding:9px 17.5px;}.mainMenu .main-menu ul.career-menu li.fixedElements a.career-menu--space{padding:5px 15.5px 18px;}.mainMenu .main-menu ul.career-menu li.fixedElements:last-child a{background:#00608a;color:#fff;padding:5px 17.5px;}.mainMenu:before{content:'';background-color:#016dc6;display:block;position:absolute;width:100%;height:calc(100% - 52px);bottom:0;}.mainMenu:hover{-webkit-transition-delay:0s;transition-delay:0s;}.mainMenu.fixedMenu{-webkit-transition-duration:0.3s;transition-duration:0.3s;position:fixed;top:0px;z-index:999;background:#fff;min-height:78px;box-shadow:0px 1px 7px rgba(0, 0, 0, 0.60);}.mainMenu.fixedMenu:before{height:calc(100% - 78px);}.mainMenu.fixedMenu .main-menu{padding-left:20px;}.mainMenu.fixedMenu .main-menu .logo{display:block;width:109px;}.mainMenu.fixedMenu .main-menu .logo img{width:100%;}.mainMenu.fixedMenu .main-menu ul.menu{margin-top:19px;}.mainMenu.fixedMenu .main-menu ul.menu li.level-one .subMenu{top:78px;}.mainMenu.fixedMenu .main-menu ul.menu li.level-one .subMenu ul.specialUl .subMenu{top:52px;}.mainMenu.fixedMenu.extended .logo{margin-top:8px;}.mainMenu.fixedMenu.extended ul.menu{margin-top:10px;}.page-decorator{margin-top:0;}.page-decorator .columns{padding:0;}.page-decorator.marketing-internetowy,.page-decorator.o-nas,.page-decorator.rozwiazania-it,.page-decorator.marketing-internetowy,.page-decorator.e-commerce,.page-decorator.kariera{background:url('/szablony/ideo/images/decorators/marketing.jpg') no-repeat;}.page-decorator.realizacje{background:url('/szablony/ideo/images/decorators/realizacje.jpg') no-repeat;}.page-decorator.technologie-internetowe{background:url('/szablony/ideo/images/decorators/technologie.jpg') no-repeat;}.page-decorator.formularz-kontaktowy{background:url('/szablony/ideo/images/decorators/kontakt.jpg') no-repeat;}.slider-welcome{height:600px;}.slider-welcome .slick-slide{height:100%;}.slider-welcome .slick-slide img{width:100%;height:100%;left:auto;margin:0;}.slider-welcome .slick-slide .slick-caption{max-width:39rem;padding:0;top:125px;left:30%;opacity:0;-webkit-transition-duration:1s;transition-duration:1s;transition-property:left;-webkit-transition-property:left;margin-left:-58.5rem;}.slider-welcome .slick-slide .slick-caption .title_slider{font-size:3.6rem;line-height:4.2rem;font-weight:bold;margin:1rem 2.6rem 1.9rem 0;}.slider-welcome .slick-slide .slick-caption p{font-size:1.8rem;line-height:3rem;}.slider-welcome .slick-slide.slick-active .slick-caption{left:50%;opacity:1;}.interested-in{padding:0 0 4rem;}.ecommerce .realizations .title{display:none;}.realizations .title{display:none;}.realizations li ul{margin-left:-10px !important;}.realizations li li.elem{padding:0 10px;height:20px;margin-bottom:40px;text-align:center;}.realizations li li.elem .content img{display:inline;}.realizations .rowRealization{margin:0 60px;}.realizations .rowRealization .elem{margin:0 10px 0 0px;height:200px !important;margin-bottom:40px;text-align:center;width:200px;display:inline-block;vertical-align:top;}.realizations .rowRealization .elem .content{position:relative;height:100%;width:100%;}.realizations .rowRealization .elem .content .foto.image{background:rgba(0, 0, 0, 0.4);}.realizations .rowRealization .elem .content .foto img{display:inline;width:100%;height:auto;}.realizations .rowRealization .elem:last-of-type{margin:0px;background-color:#f7f7f7;}.realizations .rowRealization .elem:first-of-type{width:408px;}.realizations .rowRealization .elem:nth-child(2){background-color:#016dc6;}.realizations .slick-dots{top:-60px;}.realizations .slick-dots li button:before{background-color:#121e2c;}.realizations .white li li.elem{max-width:240px;height:auto;margin:0 auto 20px;float:none;padding:0;}.realizations .white li li.elem .content{display:table;vertical-align:middle;max-width:240px;text-align:center;position:relative;overflow:hidden;height:240px;width:100%;margin:0 0 20px 0;}.realizations .white li li.elem .content .foto{background-color:#f6f6f6;display:table-cell;text-align:center;vertical-align:middle;width:100%;padding:0;}.realizations .white li li.elem .content img{display:inline;}.realizations .white li li.elem .content-info{height:240px;width:100%;max-width:240px;background-color:#f6f6f6;text-align:left;padding:15px 20px;position:relative;}.realizations .white li li.elem .content-info:before{display:block;content:"";border-bottom:10px solid #f6f6f6;border-left:12px solid transparent;border-right:12px solid transparent;position:absolute;left:50%;margin-left:-12px;top:-10px;}.realizations .white li li.elem .content-info .button{position:absolute;bottom:0;left:20px;}.realizations .realization-block{margin:0 auto;max-width:1038px;}.logotypes.block{padding-bottom:0px;}.logotypes.block .descriptionAbout{padding-left:18.4%;margin-bottom:20px;margin-top:50px;}.logotypes.block .descriptionAbout-bottom{margin-bottom:0;margin-top:0;}.logotypes.block ul{margin:0 43px 0 91px;display:flex;flex-direction:row;justify-content:space-between;}.logotypes.block ul li .item{font-size:17px;padding-right:25px;display:block;}.logotypes.block ul li .item .ico{font-size:55px;line-height:78px;text-align:center;}.blok-foto-klient{width:200px;}#zone-12 .gallery-block{margin:30px 76px;}#zone-12 .gallery-block:last-of-type:not(:first-of-type){margin:0px 76px 30px;}.gallery-block{margin:30px 0px 0px 6px;}.gallery-block:last-of-type:not(:first-of-type){margin:0px 0px 30px 6px;}.gallery-block .fotos{margin:0 2px 8px;}.gallery-block .fotos:nth-child(6){height:auto;width:200px;margin:0 2px 8px;}.gallery-block .fotos:nth-child(6) a img{top:0;transform:translateY(0);}.gallery-block .fotos:nth-child(7){width:200px;margin:0 2px 8px;}.gallery-block .fotos:nth-child(10){height:200px;margin:0 2px 8px;max-width:none;width:auto;overflow:hidden;}.gallery-block .fotos:nth-child(10) a img{position:relative;top:50%;transform:translateY(-50%);}.job-offers .gallery-block:last-of-type:not(:first-of-type){margin:0px 0px 50px 6px;}#main-zone .gallery-block .fotos:nth-child(8){height:200px;margin:0 2px 8px;max-width:none;width:auto;overflow:hidden;}#main-zone .gallery-block .fotos:nth-child(8) a img{position:relative;top:50%;transform:translateY(-50%);}#main-zone .gallery-block .fotos:nth-child(10){height:auto;width:200px;margin:0 2px 8px;}#main-zone .gallery-block .fotos:nth-child(10) a img{top:0;transform:translateY(0);}.firstParagraph{padding:0 105px 25px;}.firstParagraph .head{margin:67px 0 42px;}.block .fullpage-bg .description-block{margin:0 auto;padding:32px 0 10px;}#zone-29 .block{margin:0 -1rem;}#zone-29 .block .fullpage-bg:before{background:#fff;}#zone-29 .block .fullpage-bg .description-block{width:100%;margin:0 auto;padding:0px;}.list-module ul li:nth-child(n + 6){border-width:0 2px 0 0;}.list-module ul li:nth-child(5n + 5){border-right-width:0;}.realization-single .real-name{text-align:left;}.realization-single .slider-realization .slick-prev{background-position:-101px -60px;}.realization-single .slider-realization .slick-next{background-position:-139px -60px;}.realizations-tiles .list .elem{padding:0;overflow:hidden;}.realizations-tiles .list .elem .foto-container .foto img{display:inline;max-width:24rem;}.realizations-tiles .list .elem:nth-child(3n + 1){padding-left:10px;}.realizations-tiles .list .elem:nth-child(3n + 1) .foto-container{margin:0;float:left;}.realizations-tiles .list .elem:nth-child(3n + 3){padding-right:10px;}.realizations-tiles .list .elem:nth-child(3n + 3) .foto-container{margin:0;float:right;}.realization-module .bigFirst .elem:first-of-type{width:408px;height:408px;}.realization-module .bigFirst .elem:first-of-type .goToRealization .title{font-size:3rem;line-height:3.5rem;top:inherit;bottom:66px;}.realization-module .bigAndWidth .elem:nth-child(2){width:408px;height:408px;}.realization-module .bigAndWidth .elem:nth-child(2) .goToRealization .title{font-size:3rem;line-height:3.5rem;top:inherit;bottom:66px;}.realization-module.job-offers .bigFirst .elem:nth-child(5){margin-left:10px;}.realization-module.job-offers .bigFirst .clear{clear:none;}.realization-module.job-offers .widthCenter .elem:nth-child(4n){margin-right:10px;}.realization-module.job-offers .widthCenter .clear{clear:none;}.realization-module.job-offers .mainMenu{margin-bottom:-48px;}.menu-bottom .block .description-block > div{margin-bottom:0px;width:calc(50% - 3px);}.menu-bottom .block .description-block > div a{margin-top:0px;}.menu-bottom .block .description-block .social-icons{margin-top:2rem;display:flex;justify-content:space-between;}.last-news__title{font-size:24px;line-height:30px;}.last-news__title a{font-size:24px;line-height:30px;}.hidden-level-two{display:none;}.shortCodeForm .formularz-realizacja .checkbox{width:calc(100% - 206px);padding-top:0;}.shortCodeForm .formularz-realizacja .row-zgoda{padding-top:0;}.shortCodeForm .formularz-realizacja .footer{margin-top:10px;}.ebook__image{float:left;height:auto;}.ebook__main{margin-top:170px;}.ebook__desc{margin-top:45px;}.ebook__desc ol.big{list-style:none;margin-top:80px;padding-left:20%;}.ebook__desc ol.big li{padding-left:15px;font-size:14px;margin-top:55px;margin-bottom:55px;counter-increment:item;}.ebook__desc ol.big li strong{display:block;color:#1a1a1a;font-size:25px;line-height:30px;font-weight:800;margin-bottom:5px;}.ebook__content.image{float:left;padding:1.5rem;border:1px solid #ebebeb;}.ebook__content label.inline{height:auto;margin:0;}.ebook__content .button.right{margin-bottom:0;}.ebook-section-header .news__header--image{right:10%;}.ebook-section-header{position:relative;}.ebook-section-header .news__header{position:relative;padding:1rem 0;background-color:#121e2c;}.ebook-section-header .inner-row{display:flex;justify-content:space-between;width:100%;margin:0 auto;max-width:1170px;}.ebook-section-header .ebook-section-left{display:flex;justify-content:start;flex-direction:column;padding:16px 0 !important;}.ebook-section-header .ebook-section-left .news__header--title{padding-top:0;text-align:left;color:#fff;}.ebook-section-header .ebook-section-left .news__header--subtitle{color:#fff;font-size:24px;position:relative;max-width:54%;}.ebook.news__header--title{margin:42px 0 23px;}.ebook-section-header .news__header .ebook-section-left .news__header--container .news__header--image{position:absolute;top:0;right:0;width:60%;}.header-cnt{height:auto !important;}.styledForm #zone-36{margin-top:0;}.styledForm #zone-12{padding-bottom:0;}.styledForm #zone-12 .fullpage-bg{margin-bottom:0;}.styledForm #zone-12 > .row > .columns:not(.block):last-child,.styledForm #zone-12 > .slick-dots > .columns:not(.block):last-child{padding-bottom:0;}.styledForm.ecommerce .row:not(.block):has(.news-ecommerce),.styledForm.ecommerce .slick-dots:not(.block):has(.news-ecommerce){margin-bottom:0;}}@media (min-width:1000px) and (max-width:1600px){.slider-welcome .slick-prev,.realization-single .slider-realization .slick-prev{left:20px;}.slider-welcome .slick-next,.realization-single .slider-realization .slick-next{right:20px;}}@media (min-width:1000px) and (max-width:1200px){.defaultdownloadebook .block-DefaultOpisowy{padding:0 2rem;}}@media (min-width:1000px) and (max-width:1280px){.slider-welcome .slick-slide .slick-caption{left:-40% !important;margin-left:0;top:3px;}.slider-welcome .slick-slide.slick-active .slick-caption{left:55px !important;}}@media (min-width:1000px) and (max-width:1200px){.slider-welcome .slick-slide .slick-caption{left:-40% !important;margin-left:0;top:3px;}.slider-welcome .slick-slide.slick-active .slick-caption{left:15px !important;}.firstParagraph .naviSection{width:100%;margin-left:0;}.realization-single .navigationRealization{margin:0 auto;margin-bottom:45px;width:calc(100% - 140px);}.realizationNavi .navigationRealization{margin:0 auto 45px;width:78%;}}@media (min-width:1000px) and (max-width:1090px){#breadcrumbs .breadcrumbs-info{padding-left:10px;}.realizations li ul{margin-left:0 !important;}.realizations li li.elem{padding:0 10px;height:240px;margin-bottom:40px;text-align:center;}.realizations li li.elem .content{margin:0;}.realizations li li.elem:nth-child(2n + 1) .content{float:right;}.realizations .realization-block{margin:0 auto;text-align:center;max-width:100%;}.realizations .realization-block .elem{display:inline-block !important;float:none;}.realizations .realization-block .oderRealization{display:inline;}.realizations .realization-block .elem{width:200px;height:200px;margin-right:8px;margin-bottom:8px;}.realizations .realization-block .foto .goToRealization .title{font-size:20px;position:absolute;top:15px;line-height:23px;width:calc(100% - 30px);box-sizing:border-box;left:15px;}.realizations .realization-block .foto .goToRealization .subTitle{position:absolute;bottom:27px;font-size:13px;left:18px;}.realizations .realization-block .oderRealization{float:none;width:100%;}.realizations .realization-block .oderRealization .elem{margin-right:8px;}.realizations .realization-block .oderRealization .elem:nth-child(n+6){display:none;}.realizations .realization-block .oderRealization .elem:nth-child(3n){margin-right:8px;}.realizations .realization-block.horizontal-list{max-width:100%;padding:20px 7px 0 11px;}.realizations .realization-block.horizontal-list .elem{max-width:calc(25% - 12px);width:100%;}.line{margin:59px auto 89px;width:616px;}.slider-welcome .slick-dots{margin-top:-27px;margin-bottom:2px;padding-left:15px;}.slider-welcome .slick-slide .slick-caption .button{margin-top:0px;}#main-zone.hidden-zone-18{padding:0 41px;}.form-module .bodyContact{margin:0 -41px;}.form-module .bodyContact .element.contact2 .containerBlue{padding:0 40px;}.form-module .bodyContact .element.contact2 .containerBlue .contact .contactPlace{padding-left:40px;}.structure{text-align:center;}}@media (min-width:1100px){.mainMenu .main-menu ul.menu li.level-one:last-of-type{margin-left:11.5px;}.mainMenu .main-menu ul.menu li.level-one:last-of-type a.level-one-a{background:#f7e966;color:#010101;border:none;padding:0 20px;border-radius:5px;font-size:18px;font-weight:600;line-height:1;height:46px;display:flex;align-items:center;transition:all 0.3s ease;}.mainMenu .main-menu ul.menu li.level-one:last-of-type a.level-one-a::before{display:none;}.mainMenu .main-menu ul.menu li.level-one:last-of-type a.level-one-a:hover{background:#e6d34c;color:#010101;}.mainMenu .main-menu ul.menu li.level-one:last-of-type a.level-one-a:active{background-color:#d5c232;color:#010101;}.realization-module.job-offers .mainMenu{margin-bottom:-48px;}.realization-module.job-offers .mainMenu ul li:last-of-type{margin-left:11.5px;}.realization-module.job-offers .mainMenu ul li:last-of-type a.level-one-a{background-color:#00608a;color:#fff;padding:9px 12px 9px;}.realization-module.job-offers .mainMenu ul li:last-of-type a.level-one-a:hover{color:#fff;background-color:#121e2c;}.realization-module.job-offers .mainMenu ul li:last-of-type:hover a.level-one-a,.realization-module.job-offers .mainMenu ul li:last-of-type.active a.level-one-a{color:white;}.realization-module.job-offers .mainMenu ul li:last-of-type:hover a.level-one-a:before,.realization-module.job-offers .mainMenu ul li:last-of-type.active a.level-one-a:before{opacity:0;}}@media (min-width:1090px){#zone-4,#zone-5,#zone-8,#zone-10,#zone-11,#zone-12,#zone-15,#zone-16{padding-left:0;padding-right:0;}}@media screen and (min-width:600px) and (max-width:1100px){.realization-module .fnLoadRealization{width:100%;}}@media screen and (min-width:768px) and (max-width:900px){.keeper-container{width:100%;}.keeper-container .keeper{width:100%;}.keeper-container .keeper .keeper-foto img{width:100%;}}@media (max-width:600px){.realization-single-filters .small-4{width:100%;float:none;}.realization-single-filters .small-4:first-child{width:15rem;}.realization-single-filters .small-4 > .button,.realization-single-filters .small-4 > .select2{margin-bottom:1rem;}.realizationNavi .navigationRealization{width:64%;}.whyIdeo{margin-bottom:30px;}.whyIdeo ul{max-width:480px;margin:0 auto;text-align:left;}.whyIdeo ul li{font-size:14px;width:calc(50% - 3px);}.whyIdeo ul li span{font-size:74px;}.whyIdeo .desc{font-size:14px;text-align:center;padding:0 15px;margin-top:33px;}.whyIdeo .desc span{display:block;}.whyIdeo .btn-contact{white-space:normal;}}@media only screen and (max-width: 62.4375em){.realization-module .module-DefaultAktualnosci .module-DefaultAktualnosci__rows .module-DefaultAktualnosci__rows_offers{border-spacing:0 3rem;border-collapse:separate;border:none;}.realization-module .module-DefaultAktualnosci .module-DefaultAktualnosci__rows .module-DefaultAktualnosci__rows_offers .offer-container{transition:0.2s;}.realization-module .module-DefaultAktualnosci .module-DefaultAktualnosci__rows .module-DefaultAktualnosci__rows_offers .offer-container .offer:nth-child(1) .offer-subtitle{display:none;}.realization-module .module-DefaultAktualnosci .module-DefaultAktualnosci__rows .module-DefaultAktualnosci__rows_offers .offer-container .offer:nth-child(2){display:none;}.realization-module .module-DefaultAktualnosci .module-DefaultAktualnosci__rows .module-DefaultAktualnosci__rows_offers .offer-container:hover{background-color:#fff;color:black;box-shadow:0px 0px 15px rgba(0, 0, 0, 0.1);cursor:pointer;}.realization-module .module-DefaultAktualnosci .module-DefaultAktualnosci__rows .module-DefaultAktualnosci__rows_offers .offer-container .offer{border:none;padding:20px 24px;}.realization-module .module-DefaultAktualnosci .module-DefaultAktualnosci__rows .module-DefaultAktualnosci__rows_offers .offer-container .offer p{line-height:normal;}}@media (min-width:941px) and (max-width:1200px){.realization-module .module-DefaultAktualnosci .module-DefaultAktualnosci__rows .module-DefaultAktualnosci__rows_offers .offer-container .offer{padding:20px 18px;}.realization-module .module-DefaultAktualnosci .module-DefaultAktualnosci__rows .module-DefaultAktualnosci__rows_offers .offer-container .offer p{line-height:3rem;}}@media (max-width:450px){.clients-list .fnLoadRealization .elem .nazwa_klienta{height:132px;}.realization-module .module-DefaultAktualnosci .module-DefaultAktualnosci__rows .module-DefaultAktualnosci__rows_offers .offer-container .offer{padding:20px 5px;}.realization-module .module-DefaultAktualnosci .module-DefaultAktualnosci__rows .module-DefaultAktualnosci__rows_offers .offer-container .offer p{font-size:1.6rem;line-height:2rem;}.realization-module .module-DefaultAktualnosci .module-DefaultAktualnosci__rows .module-DefaultAktualnosci__rows_offers .offer-container .offer .btn.btn-offer{font-size:1.1rem;}}@media (max-width:1200px){.offer .offer-top{padding:0 6rem;}.offer .offer-center .offer-center__left{display:none;}.offer .offer-center .offer-center__right{width:100%;margin-top:0;}.offer .offer-center .offer-center__right .offer-job-contact{max-width:330px;margin-left:15px;}.offer .offer-center .offer-center__right .news-module.news-single{margin-top:14px;}.offer .offer-center .offer-center__right .news-module.news-single h2{font-size:2.3rem;line-height:3.8rem;text-align:center;}.offer .offer-center .offer-center__right .news-module.news-single .application-img{display:block;width:100%;height:100%;object-fit:cover;max-width:831px;max-height:218px;margin:0 auto;}.offer .offer-center .offer-center__right .news-module.news-single .desc h2,.offer .offer-center .offer-center__right .news-module.news-single .desc ul,.offer .offer-center .offer-center__right .news-module.news-single .desc h4,.offer .offer-center .offer-center__right .news-module.news-single .desc p{padding:0 2rem;}.offer .offer-center .offer-center__right .recruiters-list{align-items:center;justify-content:center;}.offer .offer-center .offer-center__right .recruiters-list .recruiters-list-item__image img{display:block;max-width:none;max-height:none;}.offer .offer .offer-image .offer-top__content a{margin-left:2rem;}.offer .offer .offer-center{max-width:117rem;margin:0 auto;}}@media (max-width:768px){.offer .offer-center{padding:0;}.offer .offer-center .offer-center__right .offer-job-contact{padding:27px 16px;max-width:none;margin-left:0;background-color:#fff;color:black;}.offer .offer-center .offer-center__right .news-module.news-single{margin-top:30px;}.offer .offer-center .offer-center__right .news-module.news-single .offer-candidate{display:none;}.offer .offer-center .offer-center__right .news-module.news-single .application-img{display:block;width:100%;height:100%;object-fit:cover;max-width:none;max-height:none;margin:0 auto;}.offer .offer-center .offer-center__right .news-module.news-single .desc h2,.offer .offer-center .offer-center__right .news-module.news-single .desc ul,.offer .offer-center .offer-center__right .news-module.news-single .desc h4,.offer .offer-center .offer-center__right .news-module.news-single .desc p{padding:0 2rem;}.offer .offer-center .offer-center__right .news-module.news-single .desc .offer-job-contact{margin-bottom:2rem;}.offer .offer .offer-image{height:20rem;}.offer .offer .offer-image .offer-top__content a{margin:2rem 0 0 1rem;padding:10px 17px;}}@media (min-width:768px) and (max-width:1023px){.formularz-oferta .jq-formularz-zapytan-tresc form .checkbox .checkbox-val{max-width:90%;}}@media (min-width:1024px){.formularz-oferta .jq-formularz-zapytan-tresc form .checkbox .checkbox-val{max-width:94%;}}@media (min-width:1200px){.formularz-oferta .jq-formularz-zapytan-tresc form .checkbox .checkbox-val{max-width:100%;}}@media screen and (max-height:700px){.reveal-modal .modalTitle{margin-bottom:10px;min-height:49px;}.reveal-modal .title-success{margin-left:0;padding-left:0;}.reveal-modal .opis p{margin-bottom:14px;}.reveal-modal form input[type=text]{margin-bottom:10px;}}@media screen and (max-height:600px),screen and (max-width:768px){.reveal-modal{top:0 !important;}.reveal-modal .opis p{margin-bottom:14px;}.reveal-modal form input[type=text]{margin-bottom:10px;height:32px;padding:0 10px;}.reveal-modal form .columns:not(.checkbox) label{vertical-align:middle;}.reveal-modal form textarea{margin-bottom:10px;}.reveal-modal form .footer{margin:12px 0 0px !important;}.reveal-modal form .footer input{margin:0 !important;}.reveal-modal{overflow:scroll;}.reveal-modal .modalTitle{padding:0 40px;font-size:24px;font-weight:600;border:none;padding:0 40px;margin-bottom:0;min-height:37px;}.reveal-modal .title-success{margin-left:0;padding-left:0;margin-bottom:20px;}.reveal-modal form .jq-row-plik label{display:block;padding:10px 0;margin:0;}.title-apply{font-size:14px;color:#666769;padding:0 10px;}form.jq-formularz-zapytan-form .column-title{font-size:18px;font-weight:600;margin-bottom:0;padding:14px 0;}form.jq-formularz-zapytan-form input,form.jq-formularz-zapytan-form textarea{border-color:#e3e3e3;margin:0;}form.jq-formularz-zapytan-form label{margin:0;font-size:12px;line-height:13px;vertical-align:middle;padding:18px 0 5px 0;font-weight:600;}form.jq-formularz-zapytan-form input[type="checkbox"] + label{padding:7px 5px;font-weight:normal;}form.jq-formularz-zapytan-form input[type="textareea"] + label{padding:7px 5px;}form.jq-formularz-zapytan-form input[type="text"]{height:40px;}form.jq-formularz-zapytan-form .button{border:2px solid black;}form.jq-formularz-zapytan-form .label-komentarz{margin-top:10px;}form.jq-formularz-zapytan-form .row-zgoda-checkbox{margin-right:5px;vertical-align:middle;}form.jq-formularz-zapytan-form #pickfiles{display:flex;justify-content:center;align-items:center;width:117px;height:47px;border:2px solid #121e2c;}form.jq-formularz-zapytan-form #pickfiles p{margin:0;font-weight:600;color:#121e2c;font-size:13px;line-height:17px;}form.jq-formularz-zapytan-form #pickfiles .ideo_anchor{font-size:17px;font-weight:600;margin-right:5px;}form.jq-formularz-warsztaty-form .column-title,form.jq-formularz-warsztaty-pytania-form .column-title{font-size:18px;font-weight:600;margin-bottom:0;padding:14px 0;}form.jq-formularz-warsztaty-form input,form.jq-formularz-warsztaty-pytania-form input,form.jq-formularz-warsztaty-form textarea,form.jq-formularz-warsztaty-pytania-form textarea{border-color:#e3e3e3;margin:0;}form.jq-formularz-warsztaty-form label,form.jq-formularz-warsztaty-pytania-form label{margin:0;font-size:12px;line-height:13px;vertical-align:middle;padding:18px 0 5px 0;font-weight:600;}form.jq-formularz-warsztaty-form input[type="checkbox"] + label,form.jq-formularz-warsztaty-pytania-form input[type="checkbox"] + label{padding:7px 5px;font-weight:normal;}form.jq-formularz-warsztaty-form input[type="textareea"] + label,form.jq-formularz-warsztaty-pytania-form input[type="textareea"] + label{padding:7px 5px;}form.jq-formularz-warsztaty-form input[type="text"],form.jq-formularz-warsztaty-pytania-form input[type="text"]{height:40px;}form.jq-formularz-warsztaty-form .button,form.jq-formularz-warsztaty-pytania-form .button{border:2px solid black;}form.jq-formularz-warsztaty-form .label-komentarz,form.jq-formularz-warsztaty-pytania-form .label-komentarz{margin-top:10px;}form.jq-formularz-warsztaty-form .row-zgoda-checkbox,form.jq-formularz-warsztaty-pytania-form .row-zgoda-checkbox{margin:0 5px 5px 0;height:max-content;vertical-align:middle;}form.jq-formularz-warsztaty-form #pickfiles,form.jq-formularz-warsztaty-pytania-form #pickfiles{display:flex;justify-content:center;align-items:center;width:117px;height:47px;border:2px solid #121e2c;}form.jq-formularz-warsztaty-form #pickfiles p,form.jq-formularz-warsztaty-pytania-form #pickfiles p{margin:0;font-weight:600;color:#121e2c;font-size:13px;line-height:17px;}form.jq-formularz-warsztaty-form #pickfiles .ideo_anchor,form.jq-formularz-warsztaty-pytania-form #pickfiles .ideo_anchor{font-size:17px;font-weight:600;margin-right:5px;}.row .row,.slick-dots .row,.slick-dots .slick-dots,.row .slick-dots{width:100%;margin:0;}.row .row-border,.slick-dots .row-border{border-top:1px solid #e3e3e3;padding-top:16px;}.row .row-border label,.slick-dots .row-border label{padding-top:0;font-weight:400;display:flex;line-height:1.6;}.row .row-border p,.slick-dots .row-border p{font-size:14px;color:#00608a;font-weight:bold;}.row .row-border p a,.slick-dots .row-border p a{text-decoration:none;}}@media screen and (max-height:500px){.reveal-modal{max-height:100%;}.reveal-modal form .footer{overflow:visible;}.reveal-modal form .footer input{margin-top:-30px !important;height:34px;line-height:30px;padding:0 28px;}}@media screen and (max-height:400px){.reveal-modal{padding:0px 7px;top:0 !important;}.reveal-modal .opis p{margin-bottom:0;padding:0 10px;}.reveal-modal .modalTitle{min-height:17px;font-size:20px;padding:0 0 0 10px;margin:0;}.reveal-modal .title-success{margin-left:0;padding-left:0;}.reveal-modal form input[type=text]{margin-bottom:0px;height:27px;padding:0 10px;}.reveal-modal form .columns:not(.checkbox) label{vertical-align:middle;}.reveal-modal form textarea{margin-bottom:10px;}.reveal-modal form .checkbox{width:auto;display:inline-block;}.reveal-modal form .footer{overflow:visible;margin:0 !important;}.reveal-modal form .footer input{margin:0 !important;position:relative;top:-3px;height:40px;line-height:24px;padding:8px 32px;}.reveal-modal .close-reveal-modal{width:26px;height:26px;border:2px solid #121e2c;top:1px;}.reveal-modal .close-reveal-modal:before{font-size:22px;}#jq-modal-formularz{padding:0px 7px !important;}#jq-modal-formularz #jq-formularz-zapytan-form .form-error-info{margin-top:4px;}}@media screen and (min-width:768px) and (max-width:1000px){.jq-formularz-zapytan-form > .jq-row-telefon > .medium-2,.jq-formularz-zapytan-form > .jq-row-email > .medium-2{width:25% !important;}}@media (min-width:481px) and (max-width:621px){.realizations .realization-block.horizontal-list .elem{min-width:100px;min-height:auto;}.realizations .realization-block.horizontal-list .elem .foto .goToRealization{min-width:100px;min-height:auto;}.realizations .realization-block.horizontal-list .elem .goToRealization .title{font-size:16px;line-height:18px;}}@media (max-width:1320px){.container-circle{display:none;}}@media (min-width:1321px) and (min-width:500px){.container-circle{display:block;position:absolute;top:160px;right:-300px;}.container-circle .row-circle{display:flex;align-items:center;padding:10px 0;}.container-circle .row-circle .circle{display:flex;justify-content:center;align-items:center;width:64px;height:64px;border-radius:50%;border:1px solid #e3e3e3;margin-right:10px;background-color:white;}.container-circle .row-circle .circle .ideo_check:before{display:none;content:"\e90f";color:#00608a;font-size:24px;}.container-circle .row-circle .circle p{font-size:20px;font-weight:600;color:black;align-self:center;margin:0;}.container-circle .row-circle .circle-text{flex-basis:55%;}.container-circle .row-circle .circle-text p,.container-circle .row-circle .circle-text h2{color:rgba(0, 0, 0, 0.5);}.container-circle .row-circle .circle-text h2{font-size:16px;font-weight:600;margin:0;}.container-circle .row-circle .circle-text p{margin-bottom:0;font-size:12px;line-height:1.2;}.container-circle .row-circle.active .circle{background-color:#00608a;}.container-circle .row-circle.active .circle p{color:white;}.container-circle .row-circle.active .circle-text p,.container-circle .row-circle.active .circle-text h2{color:#000;}.container-circle .row-circle.completed .circle{background-color:white;}.container-circle .row-circle.completed .circle .ideo_check:before{display:block;}.container-circle .row-circle.completed .circle p{display:none;}}@media (max-height:820px){.container-circle{display:none;}.reveal-modal{overflow-y:scroll;overflow-x:hidden;}}@media screen and (max-width:475px){.ebook-section-header.lista-ebook .news__header{margin-bottom:185px;}}@media screen and (min-width:475px) and (max-width:767px){.ebook-description-download{margin-top:33vw;}}@media screen and (min-width:1902px){.ebook-section-header.lista-ebook .ebook-section-left{padding:56px 0px;}.ebook-section-header .news__header--image{right:500px;}}@media (max-width:768px){.defaultaktualnosci .accordion-custom{display:none !important;}}@media only screen and (min-width:48em){.fColumn:first-of-type{padding-right:30px;}.sColumn:first-of-type{padding-left:30px;}}.shortCodeForm{background:#121e2c;width:100%;position:relative;margin-bottom:15px;z-index:1;text-align:left;}.shortCodeForm:before{content:'';display:block;width:400%;position:absolute;top:0px;height:100%;background:#121e2c;left:-150%;z-index:-1;}.shortCodeForm .jq-formularz-zapytan{color:#fff;padding:30px 0 0 0;}.shortCodeForm .jq-formularz-zapytan .modalTitle{font-weight:bold;color:#fff;}.shortCodeForm .jq-formularz-zapytan .modalSubTitle{margin:-3rem 0 3.1rem;font-size:14px;}.shortCodeForm .jq-formularz-zapytan .modalSubTitle a{color:#fff;font-weight:700;text-decoration:underline;}.shortCodeForm .jq-formularz-zapytan .modalSubTitle a:hover{text-decoration:none;}.shortCodeForm .jq-formularz-zapytan .close-reveal-modal{display:none;}.shortCodeForm .jq-formularz-zapytan:not(.newForm) .jq-row-imie-nazwisko,.shortCodeForm .jq-formularz-zapytan:not(.newForm) .jq-row-telefon,.shortCodeForm .jq-formularz-zapytan:not(.newForm) .jq-row-email,.shortCodeForm .jq-formularz-zapytan:not(.newForm) .jq-row-imie,.shortCodeForm .jq-formularz-zapytan:not(.newForm) .jq-row-nazwisko,.shortCodeForm .jq-formularz-zapytan:not(.newForm) .jq-row-imie_nazwisko_nauczyciela,.shortCodeForm .jq-formularz-zapytan:not(.newForm) .jq-row-imie_nazwisko_ucznia,.shortCodeForm .jq-formularz-zapytan:not(.newForm) .jq-row-firma,.shortCodeForm .jq-formularz-zapytan:not(.newForm) .jq-row-uzytkownicy,.shortCodeForm .jq-formularz-zapytan:not(.newForm) .jq-row-intranet{width:50%;float:left;margin:0;}.shortCodeForm .jq-formularz-zapytan.newForm .checkbox{width:100%;}.shortCodeForm .jq-formularz-zapytan.newForm .checkbox label{display:flex;}.shortCodeForm .jq-formularz-zapytan.newForm .checkbox label .styled-checkbox + .checkbox-val{flex:0 0 20px;margin-right:10px;}.shortCodeForm .jq-formularz-zapytan.newForm .footer input{font-size:18px;width:167px;}.shortCodeForm .jq-formularz-zapytan.newForm .jq-row-imie-nazwisko,.shortCodeForm .jq-formularz-zapytan.newForm .jq-row-telefon,.shortCodeForm .jq-formularz-zapytan.newForm .jq-row-email{width:100%;}.shortCodeForm .jq-formularz-zapytan.newForm .input-error-tooltip{display:block;}@media only screen and (min-width:48em){.shortCodeForm .jq-formularz-zapytan.newForm .flexRow{display:flex;justify-content:space-between;}.shortCodeForm .jq-formularz-zapytan.newForm .flexColumn{flex:0 0 48.46%;}}.shortCodeForm .jq-formularz-zapytan.newForm form{margin-top:4px;}.shortCodeForm .jq-formularz-zapytan.newForm form input[type="text"]{height:49px;padding-left:18px;padding-top:10px;}.shortCodeForm .jq-formularz-zapytan.newForm .label-cnt label{font-family:"Fustat";font-size:20px;font-style:normal;font-weight:400;line-height:150%;color:#fff;height:auto;padding:0 0 10px 0;}.shortCodeForm .jq-formularz-zapytan.newForm .label-cnt label span{color:#e31e24;text-align:justify;font-feature-settings:'liga' off, 'clig' off;font-family:"Fustat";font-size:20px;font-style:normal;font-weight:400;line-height:150%;}.shortCodeForm .jq-formularz-zapytan.newForm .header{color:#fff;font-feature-settings:'liga' off, 'clig' off;font-family:"Fustat";font-size:36px;font-style:normal;font-weight:400;line-height:normal;}.shortCodeForm .jq-formularz-zapytan.newForm p{color:#fff;font-family:"Fustat";font-size:18px;font-style:normal;font-weight:400;line-height:150%;margin-bottom:35px;}.shortCodeForm .jq-formularz-zapytan.newForm li{color:#fff;font-size:18px;font-style:normal;font-weight:400;line-height:150%;}.shortCodeForm .jq-formularz-zapytan.newForm ul{margin-bottom:34px;}.shortCodeForm .jq-formularz-zapytan.newForm .row-zgoda{color:#fff;font-feature-settings:'liga' off, 'clig' off;font-family:"Fustat";font-size:14px;font-style:normal;font-weight:400;line-height:150%;}.shortCodeForm .jq-formularz-zapytan.newForm .jq-form-row{margin-bottom:31px;}.shortCodeForm .jq-formularz-zapytan.newForm .jq-form-row.custom-links{margin-bottom:20px;padding-right:0;}.shortCodeForm .jq-formularz-zapytan.newForm .jq-form-row.error label{color:#d00;}.shortCodeForm .jq-formularz-zapytan.newForm .jq-form-row.error label a{color:#d00;}.shortCodeForm .jq-formularz-zapytan.newForm .columns:has(.row-zgoda){margin-bottom:0;}.shortCodeForm .jq-formularz-zapytan.newForm .jq-row-komentarz,.shortCodeForm .jq-formularz-zapytan.newForm .jq-row-wiadomosc{margin:0 2px;margin:10px 0px;clear:both;}.shortCodeForm .jq-formularz-zapytan.newForm .jq-row-komentarz textarea,.shortCodeForm .jq-formularz-zapytan.newForm .jq-row-wiadomosc textarea{margin-bottom:20px !important;height:150px;}.shortCodeForm .jq-formularz-zapytan .jq-form-row--width{width:100%;}.shortCodeForm .jq-formularz-zapytan .jq-row-komentarz,.shortCodeForm .jq-formularz-zapytan .jq-row-wiadomosc{margin:0 2px;margin:10px 0px;clear:both;}.shortCodeForm .jq-formularz-zapytan .jq-row-komentarz textarea,.shortCodeForm .jq-formularz-zapytan .jq-row-wiadomosc textarea{margin-bottom:20px !important;}.shortCodeForm .jq-formularz-zapytan .checkbox{display:inline-block;padding-left:10px;padding-right:10px;}.shortCodeForm .jq-formularz-zapytan .checkbox label{color:#fff;font-size:12px;display:inline-block;}.shortCodeForm .jq-formularz-zapytan .checkbox + .footer{width:auto;}.shortCodeForm .jq-formularz-zapytan .footer{display:inline-block;width:auto;float:none;vertical-align:top;margin-bottom:0;width:100%;}.shortCodeForm .jq-formularz-zapytan .footer input{width:178px;text-align:center;background:#016dc6;color:#fff;display:inline-block;}.shortCodeForm .jq-formularz-zapytan .footer input:hover{background-color:#fff;color:#016dc6;}.shortCodeForm .jq-formularz-zapytan .jq-form-row{position:relative;}.shortCodeForm .jq-formularz-zapytan .jq-form-row.error ::-webkit-input-placeholder{color:#d00;}.shortCodeForm .jq-formularz-zapytan .jq-form-row.error :-moz-placeholder{color:#d00;}.shortCodeForm .jq-formularz-zapytan .jq-form-row.error ::-moz-placeholder{color:#d00;}.shortCodeForm .jq-formularz-zapytan .jq-form-row.error :-ms-input-placeholder{color:#d00;}.shortCodeForm .jq-formularz-zapytan .jq-form-row.error input,.shortCodeForm .jq-formularz-zapytan .jq-form-row.error textarea{border:1px solid #d00;}.shortCodeForm .jq-formularz-zapytan .jq-form-row.error label{color:#d00;}.shortCodeForm .jq-formularz-zapytan .komunikat{padding:0 10px;}.shortCodeForm .jq-formularz-zapytan .komunikat *{color:#fff !important;}.shortCodeForm .jq-formularz-zapytan .preloader{width:400%;left:-150%;height:calc(100% + 102px);top:-62px;}@media only screen and (min-width:48em) and (max-width:62.4375em){.shortCodeForm .jq-formularz-zapytan .jq-row-imie-nazwisko,.shortCodeForm .jq-formularz-zapytan .jq-row-telefon,.shortCodeForm .jq-formularz-zapytan .jq-row-email{width:50%;}.shortCodeForm .jq-formularz-zapytan .jq-form-row--width{width:100%;}.shortCodeForm .jq-formularz-zapytan .checkbox{width:100%;}.shortCodeForm .jq-formularz-zapytan .footer{width:100%;margin-left:-1px;text-align:center;}}@media only screen and (max-width: 47.9375em){.shortCodeForm .jq-formularz-zapytan .jq-row-imie-nazwisko,.shortCodeForm .jq-formularz-zapytan .jq-row-telefon,.shortCodeForm .jq-formularz-zapytan .jq-row-email,.shortCodeForm .jq-formularz-zapytan .jq-row-imie,.shortCodeForm .jq-formularz-zapytan .jq-row-firma,.shortCodeForm .jq-formularz-zapytan .jq-row-uzytkownicy,.shortCodeForm .jq-formularz-zapytan .jq-row-intranet{width:100%;}.shortCodeForm .jq-formularz-zapytan .checkbox{width:100%;}.shortCodeForm .jq-formularz-zapytan .footer{width:100%;margin-left:-1px;text-align:center;}.shortCodeForm .jq-formularz-zapytan .preloader{height:calc(100% + 82px);top:-41px;}}.shortCodeForm .jq-formularz-warsztaty{color:#fff;padding:30px 0 0 0;}.shortCodeForm .jq-formularz-warsztaty .modalTitle{font-weight:bold;color:#fff;}.shortCodeForm .jq-formularz-warsztaty .close-reveal-modal{display:none;}.shortCodeForm .jq-formularz-warsztaty .jq-row-imie-nazwisko,.shortCodeForm .jq-formularz-warsztaty .jq-row-telefon,.shortCodeForm .jq-formularz-warsztaty .jq-row-email,.shortCodeForm .jq-formularz-warsztaty .jq-row-imie,.shortCodeForm .jq-formularz-warsztaty .jq-row-nazwisko,.shortCodeForm .jq-formularz-warsztaty .jq-row-imie_nazwisko_nauczyciela,.shortCodeForm .jq-formularz-warsztaty .jq-row-imie_nazwisko_ucznia{width:50%;float:left;margin:0;}.shortCodeForm .jq-formularz-warsztaty .jq-form-row--width{width:100%;}.shortCodeForm .jq-formularz-warsztaty .jq-row-komentarz,.shortCodeForm .jq-formularz-warsztaty .jq-row-wiadomosc{margin:0 2px;margin:10px 0px;clear:both;}.shortCodeForm .jq-formularz-warsztaty .checkbox{display:inline-block;padding-left:10px;padding-right:10px;}.shortCodeForm .jq-formularz-warsztaty .checkbox label{color:#fff;font-size:12px;display:inline-block;}.shortCodeForm .jq-formularz-warsztaty .checkbox + .footer{width:auto;}.shortCodeForm .jq-formularz-warsztaty .footer{display:inline-block;width:auto;float:none;vertical-align:top;margin-bottom:0;width:100%;}.shortCodeForm .jq-formularz-warsztaty .footer input{width:178px;text-align:center;background:#016dc6;color:#fff;display:inline-block;}.shortCodeForm .jq-formularz-warsztaty .footer input:hover{background-color:#fff;color:#016dc6;}.shortCodeForm .jq-formularz-warsztaty .jq-form-row.error ::-webkit-input-placeholder{color:#d00;}.shortCodeForm .jq-formularz-warsztaty .jq-form-row.error :-moz-placeholder{color:#d00;}.shortCodeForm .jq-formularz-warsztaty .jq-form-row.error ::-moz-placeholder{color:#d00;}.shortCodeForm .jq-formularz-warsztaty .jq-form-row.error :-ms-input-placeholder{color:#d00;}.shortCodeForm .jq-formularz-warsztaty .jq-form-row.error input,.shortCodeForm .jq-formularz-warsztaty .jq-form-row.error textarea{border:1px solid #d00;}.shortCodeForm .jq-formularz-warsztaty .jq-form-row.error label{color:#d00;}.shortCodeForm .jq-formularz-warsztaty .komunikat{padding:0 10px;}.shortCodeForm .jq-formularz-warsztaty .komunikat *{color:#00608a !important;}.shortCodeForm .jq-formularz-warsztaty .preloader{width:400%;left:-150%;}@media only screen and (min-width:48em) and (max-width:62.4375em){.shortCodeForm .jq-formularz-warsztaty .jq-row-imie-nazwisko,.shortCodeForm .jq-formularz-warsztaty .jq-row-telefon,.shortCodeForm .jq-formularz-warsztaty .jq-row-email{width:50%;}.shortCodeForm .jq-formularz-warsztaty .jq-form-row--width{width:100%;}.shortCodeForm .jq-formularz-warsztaty .checkbox{width:100%;}.shortCodeForm .jq-formularz-warsztaty .footer{width:100%;margin-left:-1px;text-align:center;}}@media only screen and (max-width: 47.9375em){.shortCodeForm .jq-formularz-warsztaty .jq-row-imie-nazwisko,.shortCodeForm .jq-formularz-warsztaty .jq-row-telefon,.shortCodeForm .jq-formularz-warsztaty .jq-row-email{width:100%;}.shortCodeForm .jq-formularz-warsztaty .checkbox{width:100%;}.shortCodeForm .jq-formularz-warsztaty .footer{width:100%;margin-left:-1px;text-align:center;}}.shortCodeForm .formularz-oferta{padding-top:0;height:100%;}.shortCodeForm .formularz-oferta .columns--padding{padding:0 0.93333rem;}.shortCodeForm .formularz-oferta .columns--padding .zgoda-label--flex{display:flex;flex-direction:row;}.shortCodeForm .formularz-oferta .checkbox-val{color:black;font-family:'Fustat', Arial, sans-serif;font-size:1.6rem;line-height:2.56rem;font-weight:normal;letter-spacing:0;color:#222;}.shortCodeForm .formularz-oferta .footer{margin-left:2px;width:auto;margin-top:-12px;}.shortCodeForm .formularz-oferta .footer .row,.shortCodeForm .formularz-oferta .footer .slick-dots{display:flex;justify-content:flex-start;}.shortCodeForm .formularz-oferta .checkbox-val{font-weight:500;}.shortCodeForm .formularz-oferta .label-klauzula{font-weight:bold;margin-left:18px;}.shortCodeForm .formularz-oferta .label-klauzula a{text-decoration:none;}.shortCodeForm .formularz-oferta .zgoda-label-kariera{padding-top:0;padding-bottom:38px;}.shortCodeForm .formularz-oferta .zgoda-label-kariera .checkbox-val{line-height:1.3;}.shortCodeForm .formularz-oferta .zgoda-label-kariera .checkbox-val .label-informacja{color:#00608a;font-weight:bold;}@media only screen and (min-width:48em){.shortCodeForm .formularz-oferta form.jq-formularz-zapytan-form label,.shortCodeForm .formularz-oferta form.jq-formularz-warsztaty-pytania-form label,.shortCodeForm .formularz-oferta form.jq-formularz-warsztaty-form label{font-size:14px;}}@media only screen and (max-width:48em){.shortCodeForm .formularz-realizacja{padding-left:10px;padding-right:10px;}}.shortCodeForm .formularz-realizacja .modalTitle,.shortCodeForm .formularz-realizacja .modalSubTitle{padding-left:1rem !important;padding-right:1rem !important;}.shortCodeForm .formularz-realizacja .jq-row-imie-nazwisko,.shortCodeForm .formularz-realizacja .jq-row-telefon,.shortCodeForm .formularz-realizacja .jq-row-email,.shortCodeForm .formularz-realizacja .jq-row-imie,.shortCodeForm .formularz-realizacja .jq-row-nazwisko,.shortCodeForm .formularz-realizacja .jq-row-zgoda,.shortCodeForm .formularz-realizacja .jq-row-firma,.shortCodeForm .formularz-realizacja .jq-row-uzytkownicy,.shortCodeForm .formularz-realizacja .jq-row-intranet{margin:10px 0px;}.shortCodeForm .formularz-realizacja .jq-row-komentarz,.shortCodeForm .formularz-realizacja .jq-row-wiadomosc{margin:10px 0;}.shortCodeForm .formularz-realizacja .jq-row-komentarz textarea,.shortCodeForm .formularz-realizacja .jq-row-wiadomosc textarea{margin-bottom:0;}.shortCodeForm .formularz-realizacja .checkbox{padding-left:0;}.shortCodeForm .formularz-realizacja .columns:has(.row-zgoda){margin-bottom:20px;}.shortCodeForm .formularz-realizacja .row-zgoda{font-weight:normal;}.shortCodeForm .formularz-realizacja .footer input{border:none;}.shortCodeForm .formularz-realizacja-nowy .jq-row-imie-nazwisko,.shortCodeForm .formularz-realizacja-nowy .jq-row-telefon,.shortCodeForm .formularz-realizacja-nowy .jq-row-email,.shortCodeForm .formularz-realizacja-nowy .jq-row-imie,.shortCodeForm .formularz-realizacja-nowy .jq-row-nazwisko,.shortCodeForm .formularz-realizacja-nowy .jq-row-zgoda,.shortCodeForm .formularz-realizacja-nowy .jq-row-firma,.shortCodeForm .formularz-realizacja-nowy .jq-row-uzytkownicy,.shortCodeForm .formularz-realizacja-nowy .jq-row-intranet{margin:0;}.shortCodeForm .formularz-realizacja-nowy .form-error-info{display:inline-flex !important;color:red;position:absolute;left:12px;bottom:0px;font-size:11px;font-weight:400;line-height:1;}.shortCodeForm .formularz-realizacja-nowy .modalTitle{padding-left:1rem;padding-right:1rem;}.shortCodeForm .formularz-realizacja-nowy .jq-row-komentarz label,.shortCodeForm .formularz-realizacja-nowy .jq-row-imie label,.shortCodeForm .formularz-realizacja-nowy .jq-row-firma label,.shortCodeForm .formularz-realizacja-nowy .jq-row-uzytkownicy label,.shortCodeForm .formularz-realizacja-nowy .jq-row-intranet label,.shortCodeForm .formularz-realizacja-nowy .jq-row-telefon label,.shortCodeForm .formularz-realizacja-nowy .jq-row-email label{color:white;font-size:16px;font-weight:400;margin-bottom:0px !important;height:auto;}.shortCodeForm .formularz-realizacja-nowy .jq-row-komentarz label .required,.shortCodeForm .formularz-realizacja-nowy .jq-row-imie label .required,.shortCodeForm .formularz-realizacja-nowy .jq-row-firma label .required,.shortCodeForm .formularz-realizacja-nowy .jq-row-uzytkownicy label .required,.shortCodeForm .formularz-realizacja-nowy .jq-row-intranet label .required,.shortCodeForm .formularz-realizacja-nowy .jq-row-telefon label .required,.shortCodeForm .formularz-realizacja-nowy .jq-row-email label .required{color:red;}.shortCodeForm .formularz-realizacja-nowy .checkbox{width:100%;}.shortCodeForm .formularz-realizacja-nowy .required-info{font-size:14px;line-height:normal;margin-bottom:15px;}.shortCodeForm .formularz-realizacja-nowy .required-info .required{color:red;}.shortCodeForm .formularz-realizacja-nowy label.inline{margin:0 0 2rem 0;padding:1rem 0;}.shortCodeForm .formularz-realizacja-nowy .footer{width:100% !important;}.shortCodeForm .formularz-realizacja-nowy .footer .columns{display:flex;justify-content:center;}#zone-27 .shortCodeForm{background:#fff;}#zone-27 .shortCodeForm:before{background:none;}#zone-27 .shortCodeForm .jq-formularz-zapytan .modalTitle,#zone-27 .shortCodeForm .jq-formularz-warsztaty .modalTitle{color:#121e2c;}#zone-27 .shortCodeForm .jq-formularz-zapytan .select2-container,#zone-27 .shortCodeForm .jq-formularz-warsztaty .select2-container{padding:0 1rem;}#zone-10 .shortCodeForm{width:75%;margin:0 auto;padding:32px 0 47px;}#zone-10 .shortCodeForm .textarea{min-height:210px;}.job-offers #zone-27 .shortCodeForm:before{display:none;}.job-offers #zone-27 .shortCodeForm .jq-formularz-zapytan .komunikat *,.job-offers #zone-27 .shortCodeForm .jq-formularz-warsztaty .komunikat *{color:#00608a !important;font-size:16px;font-weight:bold;}.container-fluid{width:100%;max-width:1920px;margin:0 auto;}.tiles-container,.slider-bg-container{position:relative;left:50%;max-width:1920px;width:100vw;transform:translateX(-50%);}.tiles-grid{margin:0;display:grid;grid-template-columns:1fr;grid-auto-rows:1fr;}@media (min-width:576px){.tiles-grid{grid-template-columns:1fr 1fr;}}@media only screen and (min-width:62.5em){.tiles-grid{grid-template-columns:repeat(4, 1fr);grid-auto-rows:1fr;}}.tiles-grid .tiles-item{padding-top:100%;width:100%;position:relative;margin:0;list-style:none;background:#13345a;}@media only screen and (min-width:62.5em){.tiles-grid .tiles-item{padding-top:50%;}}.tiles-grid .tiles-item:nth-child(6n + 1){background-color:#1c4c84;grid-row:span 2;padding-top:50%;}@media only screen and (min-width:48em){.tiles-grid .tiles-item:nth-child(6n + 1){grid-row:span 2;padding-top:50%;}}.tiles-grid .tiles-item:nth-child(6n + 2){background-color:#17406f;}.tiles-grid .tiles-item:nth-child(6n + 3){background-color:#1a477c;}.tiles-grid .tiles-item:nth-child(6n + 6){background-color:#0a1c30;padding-top:50%;}@media (min-width:576px){.tiles-grid .tiles-item:nth-child(6n + 6){grid-column:span 2;grid-row:span 1;}}@media only screen and (min-width:62.5em){.tiles-grid .tiles-item:nth-child(6n + 6){grid-column:span 2;}}.tiles-grid .tiles-item .tiles-link{position:absolute;z-index:0;top:0;left:0;right:0;bottom:0;display:flex;flex:1 1 auto;min-height:60%;display:flex;align-items:center;justify-content:center;text-align:center;padding:15px;cursor:default;}.tiles-grid .tiles-item .tiles-link:hover .tiles-background{opacity:1;}.tiles-grid .tiles-item .tiles-link:hover .tiles-item{background-color:none;}.tiles-grid .tiles-item .tiles-link:hover .tiles-title{visibility:visible;}.tiles-grid .tiles-item .tiles-link:hover .tiles-logo{visibility:hidden;}.tiles-grid .tiles-item .tiles-link .tiles-background{position:absolute;z-index:0;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:center;background-repeat:no-repeat;}.tiles-grid .tiles-item .tiles-link .tiles-logo{position:absolute;z-index:0;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;}.tiles-grid .tiles-item .tiles-link .tiles-title{position:absolute;z-index:0;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#000;visibility:hidden;padding:15px;}.tiles-more{display:flex;justify-content:center;margin:30px 0 0;}i.ideo_arrow-right-circle{font-size:30px;}.heading-custom,.block-tiles > .row > h2,.block-tiles > .slick-dots > h2,.news-block > .row > h2,.news-block > .slick-dots > h2{text-align:center;font-weight:400;margin:0;margin-bottom:40px;font-size:24px;line-height:1.5;}@media only screen and (min-width:48em){.heading-custom,.block-tiles > .row > h2,.block-tiles > .slick-dots > h2,.news-block > .row > h2,.news-block > .slick-dots > h2{margin-bottom:60px;font-size:32px;}}.heading-custom > strong,.block-tiles > .row > h2 > strong,.block-tiles > .slick-dots > h2 > strong,.news-block > .row > h2 > strong,.news-block > .slick-dots > h2 > strong{font-weight:600;}.heading-custom > span,.block-tiles > .row > h2 > span,.block-tiles > .slick-dots > h2 > span,.news-block > .row > h2 > span,.news-block > .slick-dots > h2 > span{display:block;font-weight:700;}.heading-custom.left-bold,.block-tiles > .row > h2.left-bold,.block-tiles > .slick-dots > h2.left-bold,.news-block > .row > h2.left-bold,.news-block > .slick-dots > h2.left-bold{text-align:left;margin-bottom:20px;}.heading-custom.left-bold:after,.block-tiles > .row > h2.left-bold:after,.block-tiles > .slick-dots > h2.left-bold:after,.news-block > .row > h2.left-bold:after,.news-block > .slick-dots > h2.left-bold:after{margin:10px 0 0;}.accordion{font-family:"Fustat", 'Futura', Arial, Helvetica, sans-serif;margin-bottom:0 !important;}.accordion .accordion-navigation > h2{padding:16px 10px;position:relative;}.accordion .accordion-navigation > h2 a{color:#222;font-family:"Fustat", sans-serif;font-style:normal;font-weight:900;font-size:20px;line-height:120%;margin-bottom:0;display:block;}@media screen and (max-width:1023px){.accordion .accordion-navigation > h2 a{font-size:16px;line-height:150%;}}@media screen and (max-width:768px){.accordion .accordion-navigation > h2{font-size:16px;line-height:150%;}}.accordion .accordion-navigation > h2[aria-expanded="true"]:after{transform:rotateX(180deg);filter:invert(21%) sepia(99%) saturate(3568%) hue-rotate(201deg) brightness(91%) contrast(101%);}.accordion .accordion-navigation > h2[aria-expanded="true"] a{color:#016dc6;font-family:"Fustat", sans-serif;font-style:normal;font-weight:900;font-size:20px;line-height:120%;margin-bottom:0;}.accordion .accordion-navigation > h2:after{content:"";background-image:url("/szablony/ideo/images/icons/arrow-down.svg");background-repeat:no-repeat;background-size:100%;position:absolute;top:25px;right:0;bottom:0;width:15px;height:10px;display:flex;justify-content:center;align-items:center;}.accordion .accordion-navigation > a{padding:16px 10px;position:relative;color:#222;font-family:"Fustat", sans-serif;font-style:normal;font-weight:900;font-size:20px;line-height:120%;margin-bottom:0;display:block;}@media screen and (max-width:1023px){.accordion .accordion-navigation > a{font-size:16px;line-height:150%;max-width:90%;}}.accordion .accordion-navigation > a h2{color:#222;font-family:"Fustat", sans-serif;font-style:normal;font-weight:900;font-size:20px;line-height:120%;margin-bottom:0;}@media screen and (max-width:1023px){.accordion .accordion-navigation > a h2{font-size:16px;line-height:150%;max-width:90%;}}@media screen and (max-width:768px){.accordion .accordion-navigation > a{font-size:16px;line-height:150%;}}.accordion .accordion-navigation > a[aria-expanded="true"]:after{transform:rotateX(180deg);filter:invert(21%) sepia(99%) saturate(3568%) hue-rotate(201deg) brightness(91%) contrast(101%);}.accordion .accordion-navigation > a[aria-expanded="true"] h2{color:#016dc6;font-family:"Fustat", sans-serif;font-style:normal;font-weight:900;font-size:20px;line-height:120%;margin-bottom:0;}.accordion .accordion-navigation > a:after{content:"";background-image:url("/szablony/ideo/images/icons/arrow-down.svg");background-repeat:no-repeat;background-size:100%;position:absolute;top:25px;right:0;bottom:0;width:15px;height:10px;display:flex;justify-content:center;align-items:center;}.accordion .accordion-navigation .content{padding:16px 35px 0;font-size:1.5rem;line-height:1.7em;}.accordion .accordion-item.accordion-navigation.active > .accordion-title > h1,.accordion .accordion-item.accordion-navigation.active > .accordion-title > h2,.accordion .accordion-item.accordion-navigation.active > .accordion-title > h3,.accordion .accordion-item.accordion-navigation.active > .accordion-title > h4,.accordion .accordion-item.accordion-navigation.active > .accordion-title > h5,.accordion .accordion-item.accordion-navigation.active > .accordion-title > h6{color:#016dc6;max-width:calc(100% - 50px);}.accordion .accordion-navigation.active > .content{display:block;max-height:unset;background-color:#fff;}.accordion .accordion-navigation.active > .content [itemprop="text"]{max-width:calc(100% - 50px);}.accordion .accordion-navigation.active > .content [itemprop="text"] > *:last-child{margin-bottom:0;}.accordion .accordion-navigation.active > .content p{font-weight:400;color:#010101;font-size:14px;line-height:1.5;}.accordion .accordion-navigation.active > .content ul li,.accordion .accordion-navigation.active > .content ol li{font-weight:300;font-size:14px;line-height:1.5;color:#010101;}.accordion .accordion-navigation > .content,.accordion dd{margin:0;}.accordion .accordion-navigation > .content,.accordion dd > .content{display:none;padding:0 0 24px;border-bottom:1px solid #e9e9e9;}.accordion .accordion-navigation > a,.accordion dd > a{background:#fff;color:#121e2c;display:block;font-size:1.6rem;padding:16px 0;max-width:100%;border-bottom:1px solid #e9e9e9;}.accordion dd:last-child a{border-bottom:1px solid transparent;}.accordion .accordion-navigation.active > a,.accordion dd > a{border-bottom:1px solid transparent;}.accordion-custom .see-more-arrows{display:none;}.block-IdeoRealizacje{margin:50px 0;}.block-IdeoRealizacje__title{font-size:20px;font-weight:700;text-align:center;margin:10px 0;}@media only screen and (min-width:48em){.block-IdeoRealizacje__title{font-size:32px;margin:50px 0;}}.block-realizations{padding:0;height:100%;display:flex;flex-direction:column;justify-content:space-between;}.block-realizations .heading-custom{font-weight:600;}.block-realizations__tiles{display:grid;grid-template-columns:1fr;gap:20px;}@media only screen and (min-width:48em){.block-realizations__tiles{grid-template-columns:repeat(3, 1fr);}}.block-realizations__tile{flex:1;display:flex;max-height:450px;flex-direction:column;transition:all 0.3s ease-out;}.block-realizations__tile:hover{transform:translateY(-5px);}.block-realizations__tile-content{padding:0;border:1px solid #e9e9e9;border-radius:5px;height:100%;display:flex;flex-direction:column;justify-content:space-between;}.block-realizations__tile-image.mb30{margin-bottom:15px;text-align:center;height:180px;width:100%;}@media only screen and (min-width:48em){.block-realizations__tile-image.mb30{height:215px;margin-bottom:30px;}}.block-realizations__tile-image.mb30 img{width:100%;max-height:100%;border-top-left-radius:5px;border-top-right-radius:5px;object-fit:cover;}.block-realizations__tile-image:not(.mb30) img{aspect-ratio:404 / 226;width:100%;object-fit:cover;}.block-realizations__tile-text{margin-bottom:auto;}.block-realizations__tile-title{font-weight:600;font-size:20px;margin:0 15px 15px;line-height:1.5;text-align:left;}@media only screen and (min-width:48em){.block-realizations__tile-title{margin:0 30px 15px;}}.block-realizations__tile-desc{font-weight:300;font-size:14px;line-height:1.5;margin:0 15px 20px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;max-height:84px;}@media only screen and (min-width:48em){.block-realizations__tile-desc{-webkit-line-clamp:3;margin:0 30px 20px;}}.block-realizations__tile .btnMore-hover{margin:0 15px 15px;}@media only screen and (min-width:48em){.block-realizations__tile .btnMore-hover{margin:0 30px 30px;}}.block-realizations__tile i{display:block;margin-top:20px;}.block-realizations .btn{margin:0 auto;margin-top:30px;}.block-realizations__btn{width:max-content;white-space:nowrap;display:inline-flex;justify-content:center;align-items:center;gap:16px;margin:32px auto 25px;color:#016dc6;text-align:center;font-family:"Fustat";font-size:18px;font-weight:700;line-height:1;transform:translateX(0);transition:transform 0.3s ease;}.block-realizations__btn::after{content:url("/szablony/ideo/images/icons/arrow.svg");width:100%;height:100%;display:inline-block;font-size:20px;position:relative;top:0;transform:translateX(0);transition:all 0.3s ease;}@media only screen and (min-width:48em){.block-realizations__btn::after{font-size:25px;top:-1px;}}.block-realizations__btn:hover{color:#016dc6;filter:brightness(90%);}.block-realizations__btn:hover::after{transform:translateX(5px);}.block-realizations__btn:active{filter:brightness(80%);}