@charset "UTF-8";.animated {-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}.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 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(.3);transform:scale(.3);}50% {opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05);}70% {-webkit-transform:scale(.9);transform:scale(.9);}100% {-webkit-transform:scale(1);transform:scale(1);}}@keyframes bounceIn {0% {opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3);}50% {opacity:1;-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);}70% {-webkit-transform:scale(.9);-ms-transform:scale(.9);transform:scale(.9);}100% {-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(.95);transform:scale(.95);}50% {opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1);}100% {opacity:0;-webkit-transform:scale(.3);transform:scale(.3);}}@keyframes bounceOut {0% {-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);}25% {-webkit-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95);}50% {opacity:1;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}100% {opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.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(.95);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.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(.95);-ms-transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.95);transform:perspective(400px) translateZ(0) rotateY(360deg) scale(.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 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 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);opacity:1;-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;}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);opacity:1;-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;}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;}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,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}button,input,select,textarea{font:inherit}optgroup{font-weight:700}button,input,select{overflow:visible}button,input,select,textarea{margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{cursor:pointer}[disabled]{cursor:default}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}button:-moz-focusring,input:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}@media print{*,::after,::before,::first-letter,::first-line{text-shadow:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.tag{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #ddd!important}}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,::after,::before{-webkit-box-sizing:inherit;box-sizing:inherit}@-ms-viewport{width:device-width}html{font-size:16px;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:1rem;line-height:1.5;color:#373a3c;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{cursor:help;border-bottom:1px dotted #818a91}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}a{color:#0275d8;text-decoration:none}a:focus,a:hover{color:#014c8c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle}[role=button]{cursor:pointer}[role=button],a,area,button,input,label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}table{border-collapse:collapse;background-color:transparent}caption{padding-top:.75rem;padding-bottom:.75rem;color:#818a91;text-align:left;caption-side:bottom}th{text-align:left}label{display:inline-block;margin-bottom:.5rem}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,select,textarea{margin:0;line-height:inherit;border-radius:0}input[type=checkbox]:disabled,input[type=radio]:disabled{cursor:not-allowed}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit}input[type=search]{-webkit-appearance:none}output{display:inline-block}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-family:inherit;font-weight:500;line-height:1.1;color:inherit}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300}.display-2{font-size:5.5rem;font-weight:300}.display-3{font-size:4.5rem;font-weight:300}.display-4{font-size:3.5rem;font-weight:300}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:5px}.initialism{font-size:90%;text-transform:uppercase}.blockquote{padding:.5rem 1rem;margin-bottom:1rem;font-size:1.25rem;border-left:.25rem solid #eceeef}.blockquote-footer{display:block;font-size:80%;color:#818a91}.blockquote-footer::before{content:"\2014 \00A0"}.blockquote-reverse{padding-right:1rem;padding-left:0;text-align:right;border-right:.25rem solid #eceeef;border-left:0}.blockquote-reverse .blockquote-footer::before{content:""}.blockquote-reverse .blockquote-footer::after{content:"\00A0 \2014"}dl.row>dd+dt{clear:left}.carousel-inner>.carousel-item>a>img,.carousel-inner>.carousel-item>img,.img-fluid{display:block;max-width:100%;height:auto}.img-rounded{border-radius:.3rem}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #ddd;border-radius:.25rem;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#818a91}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}code{padding:.2rem .4rem;font-size:90%;color:#bd4147;background-color:#f7f7f9;border-radius:.25rem}kbd{padding:.2rem .4rem;font-size:90%;color:#fff;background-color:#333;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;margin-top:0;margin-bottom:1rem;font-size:90%;color:#373a3c}pre code{padding:0;font-size:inherit;color:inherit;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}.container::after{content:"";display:table;clear:both}@media (min-width:544px){.container{max-width:576px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:940px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}.container-fluid::after{content:"";display:table;clear:both}.row{margin-left:-15px;margin-right:-15px}.row::after{content:"";display:table;clear:both}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1{float:left;width:8.333333%}.col-xs-2{float:left;width:16.666667%}.col-xs-3{float:left;width:25%}.col-xs-4{float:left;width:33.333333%}.col-xs-5{float:left;width:41.666667%}.col-xs-6{float:left;width:50%}.col-xs-7{float:left;width:58.333333%}.col-xs-8{float:left;width:66.666667%}.col-xs-9{float:left;width:75%}.col-xs-10{float:left;width:83.333333%}.col-xs-11{float:left;width:91.666667%}.col-xs-12{float:left;width:100%}.pull-xs-0{right:auto}.pull-xs-1{right:8.333333%}.pull-xs-2{right:16.666667%}.pull-xs-3{right:25%}.pull-xs-4{right:33.333333%}.pull-xs-5{right:41.666667%}.pull-xs-6{right:50%}.pull-xs-7{right:58.333333%}.pull-xs-8{right:66.666667%}.pull-xs-9{right:75%}.pull-xs-10{right:83.333333%}.pull-xs-11{right:91.666667%}.pull-xs-12{right:100%}.push-xs-0{left:auto}.push-xs-1{left:8.333333%}.push-xs-2{left:16.666667%}.push-xs-3{left:25%}.push-xs-4{left:33.333333%}.push-xs-5{left:41.666667%}.push-xs-6{left:50%}.push-xs-7{left:58.333333%}.push-xs-8{left:66.666667%}.push-xs-9{left:75%}.push-xs-10{left:83.333333%}.push-xs-11{left:91.666667%}.push-xs-12{left:100%}.offset-xs-1{margin-left:8.333333%}.offset-xs-2{margin-left:16.666667%}.offset-xs-3{margin-left:25%}.offset-xs-4{margin-left:33.333333%}.offset-xs-5{margin-left:41.666667%}.offset-xs-6{margin-left:50%}.offset-xs-7{margin-left:58.333333%}.offset-xs-8{margin-left:66.666667%}.offset-xs-9{margin-left:75%}.offset-xs-10{margin-left:83.333333%}.offset-xs-11{margin-left:91.666667%}@media (min-width:544px){.col-sm-1{float:left;width:8.333333%}.col-sm-2{float:left;width:16.666667%}.col-sm-3{float:left;width:25%}.col-sm-4{float:left;width:33.333333%}.col-sm-5{float:left;width:41.666667%}.col-sm-6{float:left;width:50%}.col-sm-7{float:left;width:58.333333%}.col-sm-8{float:left;width:66.666667%}.col-sm-9{float:left;width:75%}.col-sm-10{float:left;width:83.333333%}.col-sm-11{float:left;width:91.666667%}.col-sm-12{float:left;width:100%}.pull-sm-0{right:auto}.pull-sm-1{right:8.333333%}.pull-sm-2{right:16.666667%}.pull-sm-3{right:25%}.pull-sm-4{right:33.333333%}.pull-sm-5{right:41.666667%}.pull-sm-6{right:50%}.pull-sm-7{right:58.333333%}.pull-sm-8{right:66.666667%}.pull-sm-9{right:75%}.pull-sm-10{right:83.333333%}.pull-sm-11{right:91.666667%}.pull-sm-12{right:100%}.push-sm-0{left:auto}.push-sm-1{left:8.333333%}.push-sm-2{left:16.666667%}.push-sm-3{left:25%}.push-sm-4{left:33.333333%}.push-sm-5{left:41.666667%}.push-sm-6{left:50%}.push-sm-7{left:58.333333%}.push-sm-8{left:66.666667%}.push-sm-9{left:75%}.push-sm-10{left:83.333333%}.push-sm-11{left:91.666667%}.push-sm-12{left:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md-1{float:left;width:8.333333%}.col-md-2{float:left;width:16.666667%}.col-md-3{float:left;width:25%}.col-md-4{float:left;width:33.333333%}.col-md-5{float:left;width:41.666667%}.col-md-6{float:left;width:50%}.col-md-7{float:left;width:58.333333%}.col-md-8{float:left;width:66.666667%}.col-md-9{float:left;width:75%}.col-md-10{float:left;width:83.333333%}.col-md-11{float:left;width:91.666667%}.col-md-12{float:left;width:100%}.pull-md-0{right:auto}.pull-md-1{right:8.333333%}.pull-md-2{right:16.666667%}.pull-md-3{right:25%}.pull-md-4{right:33.333333%}.pull-md-5{right:41.666667%}.pull-md-6{right:50%}.pull-md-7{right:58.333333%}.pull-md-8{right:66.666667%}.pull-md-9{right:75%}.pull-md-10{right:83.333333%}.pull-md-11{right:91.666667%}.pull-md-12{right:100%}.push-md-0{left:auto}.push-md-1{left:8.333333%}.push-md-2{left:16.666667%}.push-md-3{left:25%}.push-md-4{left:33.333333%}.push-md-5{left:41.666667%}.push-md-6{left:50%}.push-md-7{left:58.333333%}.push-md-8{left:66.666667%}.push-md-9{left:75%}.push-md-10{left:83.333333%}.push-md-11{left:91.666667%}.push-md-12{left:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg-1{float:left;width:8.333333%}.col-lg-2{float:left;width:16.666667%}.col-lg-3{float:left;width:25%}.col-lg-4{float:left;width:33.333333%}.col-lg-5{float:left;width:41.666667%}.col-lg-6{float:left;width:50%}.col-lg-7{float:left;width:58.333333%}.col-lg-8{float:left;width:66.666667%}.col-lg-9{float:left;width:75%}.col-lg-10{float:left;width:83.333333%}.col-lg-11{float:left;width:91.666667%}.col-lg-12{float:left;width:100%}.pull-lg-0{right:auto}.pull-lg-1{right:8.333333%}.pull-lg-2{right:16.666667%}.pull-lg-3{right:25%}.pull-lg-4{right:33.333333%}.pull-lg-5{right:41.666667%}.pull-lg-6{right:50%}.pull-lg-7{right:58.333333%}.pull-lg-8{right:66.666667%}.pull-lg-9{right:75%}.pull-lg-10{right:83.333333%}.pull-lg-11{right:91.666667%}.pull-lg-12{right:100%}.push-lg-0{left:auto}.push-lg-1{left:8.333333%}.push-lg-2{left:16.666667%}.push-lg-3{left:25%}.push-lg-4{left:33.333333%}.push-lg-5{left:41.666667%}.push-lg-6{left:50%}.push-lg-7{left:58.333333%}.push-lg-8{left:66.666667%}.push-lg-9{left:75%}.push-lg-10{left:83.333333%}.push-lg-11{left:91.666667%}.push-lg-12{left:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl-1{float:left;width:8.333333%}.col-xl-2{float:left;width:16.666667%}.col-xl-3{float:left;width:25%}.col-xl-4{float:left;width:33.333333%}.col-xl-5{float:left;width:41.666667%}.col-xl-6{float:left;width:50%}.col-xl-7{float:left;width:58.333333%}.col-xl-8{float:left;width:66.666667%}.col-xl-9{float:left;width:75%}.col-xl-10{float:left;width:83.333333%}.col-xl-11{float:left;width:91.666667%}.col-xl-12{float:left;width:100%}.pull-xl-0{right:auto}.pull-xl-1{right:8.333333%}.pull-xl-2{right:16.666667%}.pull-xl-3{right:25%}.pull-xl-4{right:33.333333%}.pull-xl-5{right:41.666667%}.pull-xl-6{right:50%}.pull-xl-7{right:58.333333%}.pull-xl-8{right:66.666667%}.pull-xl-9{right:75%}.pull-xl-10{right:83.333333%}.pull-xl-11{right:91.666667%}.pull-xl-12{right:100%}.push-xl-0{left:auto}.push-xl-1{left:8.333333%}.push-xl-2{left:16.666667%}.push-xl-3{left:25%}.push-xl-4{left:33.333333%}.push-xl-5{left:41.666667%}.push-xl-6{left:50%}.push-xl-7{left:58.333333%}.push-xl-8{left:66.666667%}.push-xl-9{left:75%}.push-xl-10{left:83.333333%}.push-xl-11{left:91.666667%}.push-xl-12{left:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.table{width:100%;max-width:100%;margin-bottom:1rem}.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #eceeef}.table thead th{vertical-align:bottom;border-bottom:2px solid #eceeef}.table tbody+tbody{border-top:2px solid #eceeef}.table .table{background-color:#fff}.table-sm td,.table-sm th{padding:.3rem}.table-bordered{border:1px solid #eceeef}.table-bordered td,.table-bordered th{border:1px solid #eceeef}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table-success,.table-success>td,.table-success>th{background-color:#dff0d8}.table-hover .table-success:hover{background-color:#d0e9c6}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#d0e9c6}.table-info,.table-info>td,.table-info>th{background-color:#d9edf7}.table-hover .table-info:hover{background-color:#c4e3f3}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#c4e3f3}.table-warning,.table-warning>td,.table-warning>th{background-color:#fcf8e3}.table-hover .table-warning:hover{background-color:#faf2cc}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#faf2cc}.table-danger,.table-danger>td,.table-danger>th{background-color:#f2dede}.table-hover .table-danger:hover{background-color:#ebcccc}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#ebcccc}.thead-inverse th{color:#fff;background-color:#373a3c}.thead-default th{color:#55595c;background-color:#eceeef}.table-inverse{color:#eceeef;background-color:#373a3c}.table-inverse td,.table-inverse th,.table-inverse thead th{border-color:#55595c}.table-inverse.table-bordered{border:0}.table-responsive{display:block;width:100%;min-height:.01%;overflow-x:auto}.table-reflow thead{float:left}.table-reflow tbody{display:block;white-space:nowrap}.table-reflow td,.table-reflow th{border-top:1px solid #eceeef;border-left:1px solid #eceeef}.table-reflow td:last-child,.table-reflow th:last-child{border-right:1px solid #eceeef}.table-reflow tbody:last-child tr:last-child td,.table-reflow tbody:last-child tr:last-child th,.table-reflow tfoot:last-child tr:last-child td,.table-reflow tfoot:last-child tr:last-child th,.table-reflow thead:last-child tr:last-child td,.table-reflow thead:last-child tr:last-child th{border-bottom:1px solid #eceeef}.table-reflow tr{float:left}.table-reflow tr td,.table-reflow tr th{display:block!important;border:1px solid #eceeef}.form-control{display:block;width:100%;padding:.5rem .75rem;font-size:1rem;line-height:1.25;color:#55595c;background-color:#fff;background-image:none;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{color:#55595c;background-color:#fff;border-color:#66afe9;outline:0}.form-control::-webkit-input-placeholder{color:#999;opacity:1}.form-control::-moz-placeholder{color:#999;opacity:1}.form-control:-ms-input-placeholder{color:#999;opacity:1}.form-control::placeholder{color:#999;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#eceeef;opacity:1}.form-control:disabled{cursor:not-allowed}select.form-control:not([size]):not([multiple]){height:2.5rem}select.form-control:focus::-ms-value{color:#55595c;background-color:#fff}.form-control-file,.form-control-range{display:block}.col-form-label{padding-top:.5rem;padding-bottom:.5rem;margin-bottom:0}.col-form-label-lg{padding-top:.75rem;padding-bottom:.75rem;font-size:1.25rem}.col-form-label-sm{padding-top:.25rem;padding-bottom:.25rem;font-size:.875rem}.col-form-legend{padding-top:.5rem;padding-bottom:.5rem;margin-bottom:0;font-size:1rem}.form-control-static{min-height:2.5rem;padding-top:.5rem;padding-bottom:.5rem;margin-bottom:0}.form-control-static.form-control-lg,.form-control-static.form-control-sm,.input-group-lg>.form-control-static.form-control,.input-group-lg>.form-control-static.input-group-addon,.input-group-lg>.input-group-btn>.form-control-static.btn,.input-group-sm>.form-control-static.form-control,.input-group-sm>.form-control-static.input-group-addon,.input-group-sm>.input-group-btn>.form-control-static.btn{padding-right:0;padding-left:0}.form-control-sm,.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]),.input-group-sm>select.form-control:not([size]):not([multiple]),.input-group-sm>select.input-group-addon:not([size]):not([multiple]),select.form-control-sm:not([size]):not([multiple]){height:1.8125rem}.form-control-lg,.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{padding:.75rem 1.5rem;font-size:1.25rem;border-radius:.3rem}.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]),.input-group-lg>select.form-control:not([size]):not([multiple]),.input-group-lg>select.input-group-addon:not([size]):not([multiple]),select.form-control-lg:not([size]):not([multiple]){height:3.166667rem}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-check{position:relative;display:block;margin-bottom:.75rem}.form-check+.form-check{margin-top:-.25rem}.form-check.disabled .form-check-label{color:#818a91;cursor:not-allowed}.form-check-label{padding-left:1.25rem;margin-bottom:0;cursor:pointer}.form-check-input{position:absolute;margin-top:.25rem;margin-left:-1.25rem}.form-check-input:only-child{position:static}.form-check-inline{position:relative;display:inline-block;padding-left:1.25rem;margin-bottom:0;vertical-align:middle;cursor:pointer}.form-check-inline+.form-check-inline{margin-left:.75rem}.form-check-inline.disabled{cursor:not-allowed}.form-control-feedback{margin-top:.25rem}.form-control-danger,.form-control-success,.form-control-warning{padding-right:2.25rem;background-repeat:no-repeat;background-position:center right .625rem;-webkit-background-size:1.25rem 1.25rem;background-size:1.25rem 1.25rem}.has-success .custom-control,.has-success .form-check-inline,.has-success .form-check-label,.has-success .form-control-feedback,.has-success .form-control-label{color:#5cb85c}.has-success .form-control{border-color:#5cb85c}.has-success .input-group-addon{color:#5cb85c;border-color:#5cb85c;background-color:#eaf6ea}.has-success .form-control-feedback{color:#5cb85c}.has-success .form-control-success{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")}.has-warning .custom-control,.has-warning .form-check-inline,.has-warning .form-check-label,.has-warning .form-control-feedback,.has-warning .form-control-label{color:#f0ad4e}.has-warning .form-control{border-color:#f0ad4e}.has-warning .input-group-addon{color:#f0ad4e;border-color:#f0ad4e;background-color:#fff}.has-warning .form-control-feedback{color:#f0ad4e}.has-warning .form-control-warning{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E")}.has-danger .custom-control,.has-danger .form-check-inline,.has-danger .form-check-label,.has-danger .form-control-feedback,.has-danger .form-control-label{color:#d9534f}.has-danger .form-control{border-color:#d9534f}.has-danger .input-group-addon{color:#d9534f;border-color:#d9534f;background-color:#fdf7f7}.has-danger .form-control-feedback{color:#d9534f}.has-danger .form-control-danger{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E")}@media (min-width:544px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .form-control-label{margin-bottom:0;vertical-align:middle}.form-inline .form-check{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .form-check-label{padding-left:0}.form-inline .form-check-input{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.btn{display:inline-block;font-weight:400;line-height:1.25;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.5rem 1rem;font-size:1rem;border-radius:.25rem}.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:focus,.btn:hover{text-decoration:none}.btn.focus{text-decoration:none}.btn.active,.btn:active{background-image:none;outline:0}.btn.disabled,.btn:disabled{cursor:not-allowed;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#0275d8;border-color:#0275d8}.btn-primary:hover{color:#fff;background-color:#025aa5;border-color:#01549b}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#025aa5;border-color:#01549b}.btn-primary.active,.btn-primary:active,.open>.btn-primary.dropdown-toggle{color:#fff;background-color:#025aa5;border-color:#01549b;background-image:none}.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.btn-primary.dropdown-toggle.focus,.open>.btn-primary.dropdown-toggle:focus,.open>.btn-primary.dropdown-toggle:hover{color:#fff;background-color:#014682;border-color:#01315a}.btn-primary.disabled.focus,.btn-primary.disabled:focus,.btn-primary:disabled.focus,.btn-primary:disabled:focus{background-color:#0275d8;border-color:#0275d8}.btn-primary.disabled:hover,.btn-primary:disabled:hover{background-color:#0275d8;border-color:#0275d8}.btn-secondary{color:#373a3c;background-color:#fff;border-color:#ccc}.btn-secondary:hover{color:#373a3c;background-color:#e6e6e6;border-color:#adadad}.btn-secondary.focus,.btn-secondary:focus{color:#373a3c;background-color:#e6e6e6;border-color:#adadad}.btn-secondary.active,.btn-secondary:active,.open>.btn-secondary.dropdown-toggle{color:#373a3c;background-color:#e6e6e6;border-color:#adadad;background-image:none}.btn-secondary.active.focus,.btn-secondary.active:focus,.btn-secondary.active:hover,.btn-secondary:active.focus,.btn-secondary:active:focus,.btn-secondary:active:hover,.open>.btn-secondary.dropdown-toggle.focus,.open>.btn-secondary.dropdown-toggle:focus,.open>.btn-secondary.dropdown-toggle:hover{color:#373a3c;background-color:#d4d4d4;border-color:#8c8c8c}.btn-secondary.disabled.focus,.btn-secondary.disabled:focus,.btn-secondary:disabled.focus,.btn-secondary:disabled:focus{background-color:#fff;border-color:#ccc}.btn-secondary.disabled:hover,.btn-secondary:disabled:hover{background-color:#fff;border-color:#ccc}.btn-info{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#2aabd2}.btn-info.focus,.btn-info:focus{color:#fff;background-color:#31b0d5;border-color:#2aabd2}.btn-info.active,.btn-info:active,.open>.btn-info.dropdown-toggle{color:#fff;background-color:#31b0d5;border-color:#2aabd2;background-image:none}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.btn-info.dropdown-toggle.focus,.open>.btn-info.dropdown-toggle:focus,.open>.btn-info.dropdown-toggle:hover{color:#fff;background-color:#269abc;border-color:#1f7e9a}.btn-info.disabled.focus,.btn-info.disabled:focus,.btn-info:disabled.focus,.btn-info:disabled:focus{background-color:#5bc0de;border-color:#5bc0de}.btn-info.disabled:hover,.btn-info:disabled:hover{background-color:#5bc0de;border-color:#5bc0de}.btn-success{color:#fff;background-color:#5cb85c;border-color:#5cb85c}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#419641}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#419641}.btn-success.active,.btn-success:active,.open>.btn-success.dropdown-toggle{color:#fff;background-color:#449d44;border-color:#419641;background-image:none}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.btn-success.dropdown-toggle.focus,.open>.btn-success.dropdown-toggle:focus,.open>.btn-success.dropdown-toggle:hover{color:#fff;background-color:#398439;border-color:#2d672d}.btn-success.disabled.focus,.btn-success.disabled:focus,.btn-success:disabled.focus,.btn-success:disabled:focus{background-color:#5cb85c;border-color:#5cb85c}.btn-success.disabled:hover,.btn-success:disabled:hover{background-color:#5cb85c;border-color:#5cb85c}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#f0ad4e}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#eb9316}.btn-warning.focus,.btn-warning:focus{color:#fff;background-color:#ec971f;border-color:#eb9316}.btn-warning.active,.btn-warning:active,.open>.btn-warning.dropdown-toggle{color:#fff;background-color:#ec971f;border-color:#eb9316;background-image:none}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.btn-warning.dropdown-toggle.focus,.open>.btn-warning.dropdown-toggle:focus,.open>.btn-warning.dropdown-toggle:hover{color:#fff;background-color:#d58512;border-color:#b06d0f}.btn-warning.disabled.focus,.btn-warning.disabled:focus,.btn-warning:disabled.focus,.btn-warning:disabled:focus{background-color:#f0ad4e;border-color:#f0ad4e}.btn-warning.disabled:hover,.btn-warning:disabled:hover{background-color:#f0ad4e;border-color:#f0ad4e}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d9534f}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#c12e2a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#c12e2a}.btn-danger.active,.btn-danger:active,.open>.btn-danger.dropdown-toggle{color:#fff;background-color:#c9302c;border-color:#c12e2a;background-image:none}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.btn-danger.dropdown-toggle.focus,.open>.btn-danger.dropdown-toggle:focus,.open>.btn-danger.dropdown-toggle:hover{color:#fff;background-color:#ac2925;border-color:#8b211e}.btn-danger.disabled.focus,.btn-danger.disabled:focus,.btn-danger:disabled.focus,.btn-danger:disabled:focus{background-color:#d9534f;border-color:#d9534f}.btn-danger.disabled:hover,.btn-danger:disabled:hover{background-color:#d9534f;border-color:#d9534f}.btn-outline-primary{color:#0275d8;background-image:none;background-color:transparent;border-color:#0275d8}.btn-outline-primary:hover{color:#fff;background-color:#0275d8;border-color:#0275d8}.btn-outline-primary.focus,.btn-outline-primary:focus{color:#fff;background-color:#0275d8;border-color:#0275d8}.btn-outline-primary.active,.btn-outline-primary:active,.open>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#0275d8;border-color:#0275d8}.btn-outline-primary.active.focus,.btn-outline-primary.active:focus,.btn-outline-primary.active:hover,.btn-outline-primary:active.focus,.btn-outline-primary:active:focus,.btn-outline-primary:active:hover,.open>.btn-outline-primary.dropdown-toggle.focus,.open>.btn-outline-primary.dropdown-toggle:focus,.open>.btn-outline-primary.dropdown-toggle:hover{color:#fff;background-color:#014682;border-color:#01315a}.btn-outline-primary.disabled.focus,.btn-outline-primary.disabled:focus,.btn-outline-primary:disabled.focus,.btn-outline-primary:disabled:focus{border-color:#43a7fd}.btn-outline-primary.disabled:hover,.btn-outline-primary:disabled:hover{border-color:#43a7fd}.btn-outline-secondary{color:#ccc;background-image:none;background-color:transparent;border-color:#ccc}.btn-outline-secondary:hover{color:#fff;background-color:#ccc;border-color:#ccc}.btn-outline-secondary.focus,.btn-outline-secondary:focus{color:#fff;background-color:#ccc;border-color:#ccc}.btn-outline-secondary.active,.btn-outline-secondary:active,.open>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#ccc;border-color:#ccc}.btn-outline-secondary.active.focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.active:hover,.btn-outline-secondary:active.focus,.btn-outline-secondary:active:focus,.btn-outline-secondary:active:hover,.open>.btn-outline-secondary.dropdown-toggle.focus,.open>.btn-outline-secondary.dropdown-toggle:focus,.open>.btn-outline-secondary.dropdown-toggle:hover{color:#fff;background-color:#a1a1a1;border-color:#8c8c8c}.btn-outline-secondary.disabled.focus,.btn-outline-secondary.disabled:focus,.btn-outline-secondary:disabled.focus,.btn-outline-secondary:disabled:focus{border-color:#fff}.btn-outline-secondary.disabled:hover,.btn-outline-secondary:disabled:hover{border-color:#fff}.btn-outline-info{color:#5bc0de;background-image:none;background-color:transparent;border-color:#5bc0de}.btn-outline-info:hover{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.btn-outline-info.focus,.btn-outline-info:focus{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.btn-outline-info.active,.btn-outline-info:active,.open>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#5bc0de;border-color:#5bc0de}.btn-outline-info.active.focus,.btn-outline-info.active:focus,.btn-outline-info.active:hover,.btn-outline-info:active.focus,.btn-outline-info:active:focus,.btn-outline-info:active:hover,.open>.btn-outline-info.dropdown-toggle.focus,.open>.btn-outline-info.dropdown-toggle:focus,.open>.btn-outline-info.dropdown-toggle:hover{color:#fff;background-color:#269abc;border-color:#1f7e9a}.btn-outline-info.disabled.focus,.btn-outline-info.disabled:focus,.btn-outline-info:disabled.focus,.btn-outline-info:disabled:focus{border-color:#b0e1ef}.btn-outline-info.disabled:hover,.btn-outline-info:disabled:hover{border-color:#b0e1ef}.btn-outline-success{color:#5cb85c;background-image:none;background-color:transparent;border-color:#5cb85c}.btn-outline-success:hover{color:#fff;background-color:#5cb85c;border-color:#5cb85c}.btn-outline-success.focus,.btn-outline-success:focus{color:#fff;background-color:#5cb85c;border-color:#5cb85c}.btn-outline-success.active,.btn-outline-success:active,.open>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#5cb85c;border-color:#5cb85c}.btn-outline-success.active.focus,.btn-outline-success.active:focus,.btn-outline-success.active:hover,.btn-outline-success:active.focus,.btn-outline-success:active:focus,.btn-outline-success:active:hover,.open>.btn-outline-success.dropdown-toggle.focus,.open>.btn-outline-success.dropdown-toggle:focus,.open>.btn-outline-success.dropdown-toggle:hover{color:#fff;background-color:#398439;border-color:#2d672d}.btn-outline-success.disabled.focus,.btn-outline-success.disabled:focus,.btn-outline-success:disabled.focus,.btn-outline-success:disabled:focus{border-color:#a3d7a3}.btn-outline-success.disabled:hover,.btn-outline-success:disabled:hover{border-color:#a3d7a3}.btn-outline-warning{color:#f0ad4e;background-image:none;background-color:transparent;border-color:#f0ad4e}.btn-outline-warning:hover{color:#fff;background-color:#f0ad4e;border-color:#f0ad4e}.btn-outline-warning.focus,.btn-outline-warning:focus{color:#fff;background-color:#f0ad4e;border-color:#f0ad4e}.btn-outline-warning.active,.btn-outline-warning:active,.open>.btn-outline-warning.dropdown-toggle{color:#fff;background-color:#f0ad4e;border-color:#f0ad4e}.btn-outline-warning.active.focus,.btn-outline-warning.active:focus,.btn-outline-warning.active:hover,.btn-outline-warning:active.focus,.btn-outline-warning:active:focus,.btn-outline-warning:active:hover,.open>.btn-outline-warning.dropdown-toggle.focus,.open>.btn-outline-warning.dropdown-toggle:focus,.open>.btn-outline-warning.dropdown-toggle:hover{color:#fff;background-color:#d58512;border-color:#b06d0f}.btn-outline-warning.disabled.focus,.btn-outline-warning.disabled:focus,.btn-outline-warning:disabled.focus,.btn-outline-warning:disabled:focus{border-color:#f8d9ac}.btn-outline-warning.disabled:hover,.btn-outline-warning:disabled:hover{border-color:#f8d9ac}.btn-outline-danger{color:#d9534f;background-image:none;background-color:transparent;border-color:#d9534f}.btn-outline-danger:hover{color:#fff;background-color:#d9534f;border-color:#d9534f}.btn-outline-danger.focus,.btn-outline-danger:focus{color:#fff;background-color:#d9534f;border-color:#d9534f}.btn-outline-danger.active,.btn-outline-danger:active,.open>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#d9534f;border-color:#d9534f}.btn-outline-danger.active.focus,.btn-outline-danger.active:focus,.btn-outline-danger.active:hover,.btn-outline-danger:active.focus,.btn-outline-danger:active:focus,.btn-outline-danger:active:hover,.open>.btn-outline-danger.dropdown-toggle.focus,.open>.btn-outline-danger.dropdown-toggle:focus,.open>.btn-outline-danger.dropdown-toggle:hover{color:#fff;background-color:#ac2925;border-color:#8b211e}.btn-outline-danger.disabled.focus,.btn-outline-danger.disabled:focus,.btn-outline-danger:disabled.focus,.btn-outline-danger:disabled:focus{border-color:#eba5a3}.btn-outline-danger.disabled:hover,.btn-outline-danger:disabled:hover{border-color:#eba5a3}.btn-link{font-weight:400;color:#0275d8;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link:disabled{background-color:transparent}.btn-link,.btn-link:active,.btn-link:focus{border-color:transparent}.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#014c8c;text-decoration:underline;background-color:transparent}.btn-link:disabled:focus,.btn-link:disabled:hover{color:#818a91;text-decoration:none}.btn-group-lg>.btn,.btn-lg{padding:.75rem 1.5rem;font-size:1.25rem;border-radius:.3rem}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height;-o-transition-property:height;transition-property:height}.dropdown,.dropup{position:relative}.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.3em;vertical-align:middle;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-left:.3em solid transparent}.dropdown-toggle:focus{outline:0}.dropup .dropdown-toggle::after{border-top:0;border-bottom:.3em solid}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:1rem;color:#373a3c;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-divider{height:1px;margin:.5rem 0;overflow:hidden;background-color:#e5e5e5}.dropdown-item{display:block;width:100%;padding:3px 20px;clear:both;font-weight:400;color:#373a3c;text-align:inherit;white-space:nowrap;background:0 0;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#2b2d2f;text-decoration:none;background-color:#f5f5f5}.dropdown-item.active,.dropdown-item.active:focus,.dropdown-item.active:hover{color:#fff;text-decoration:none;background-color:#0275d8;outline:0}.dropdown-item.disabled,.dropdown-item.disabled:focus,.dropdown-item.disabled:hover{color:#818a91}.dropdown-item.disabled:focus,.dropdown-item.disabled:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:"progid:DXImageTransform.Microsoft.gradient(enabled = false)"}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:5px 20px;font-size:.875rem;color:#818a91;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:.3em solid}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:2}.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-.5rem}.btn-toolbar::after{content:"";display:table;clear:both}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:.5rem}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn+.dropdown-toggle-split::after{margin-left:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:1.125rem;padding-left:1.125rem}.btn .caret{margin-left:0}.btn-group-lg>.btn .caret,.btn-lg .caret{border-width:.3em .3em 0;border-bottom-width:0}.dropup .btn-group-lg>.btn .caret,.dropup .btn-lg .caret{border-width:0 .3em .3em}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group::after{content:"";display:table;clear:both}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;width:100%;display:table;border-collapse:separate}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:active,.input-group .form-control:focus,.input-group .form-control:hover{z-index:3}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.25;color:#55595c;text-align:center;background-color:#eceeef;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.input-group-addon.form-control-sm,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.input-group-addon.btn{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.input-group-addon.form-control-lg,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.input-group-addon.btn{padding:.75rem 1.5rem;font-size:1.25rem;border-radius:.3rem}.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:not(:last-child),.input-group-addon:not(:last-child),.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn,.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:not(:last-child)>.btn,.input-group-btn:not(:last-child)>.btn-group>.btn,.input-group-btn:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0}.input-group-addon:not(:last-child){border-right:0}.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn,.input-group-btn:not(:last-child)>.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.form-control+.input-group-addon:not(:first-child){border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:3}.input-group-btn:not(:last-child)>.btn,.input-group-btn:not(:last-child)>.btn-group{margin-right:-1px}.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group{z-index:2;margin-left:-1px}.input-group-btn:not(:first-child)>.btn-group:active,.input-group-btn:not(:first-child)>.btn-group:focus,.input-group-btn:not(:first-child)>.btn-group:hover,.input-group-btn:not(:first-child)>.btn:active,.input-group-btn:not(:first-child)>.btn:focus,.input-group-btn:not(:first-child)>.btn:hover{z-index:3}.custom-control{position:relative;display:inline;padding-left:1.5rem;cursor:pointer}.custom-control+.custom-control{margin-left:1rem}.custom-control-input{position:absolute;z-index:-1;opacity:0}.custom-control-input:checked~.custom-control-indicator{color:#fff;background-color:#0074d9}.custom-control-input:focus~.custom-control-indicator{-webkit-box-shadow:0 0 0 .075rem #fff,0 0 0 .2rem #0074d9;box-shadow:0 0 0 .075rem #fff,0 0 0 .2rem #0074d9}.custom-control-input:active~.custom-control-indicator{color:#fff;background-color:#84c6ff}.custom-control-input:disabled~.custom-control-indicator{cursor:not-allowed;background-color:#eee}.custom-control-input:disabled~.custom-control-description{color:#767676;cursor:not-allowed}.custom-control-indicator{position:absolute;top:.0625rem;left:0;display:block;width:1rem;height:1rem;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#ddd;background-repeat:no-repeat;background-position:center center;-webkit-background-size:50% 50%;background-size:50% 50%}.custom-checkbox .custom-control-indicator{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-indicator{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator{background-color:#0074d9;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-radio .custom-control-indicator{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-indicator{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-controls-stacked .custom-control{display:inline}.custom-controls-stacked .custom-control::after{display:block;margin-bottom:.25rem;content:""}.custom-controls-stacked .custom-control+.custom-control{margin-left:0}.custom-select{display:inline-block;max-width:100%;padding:.375rem 1.75rem .375rem .75rem;padding-right:.75rem\9;color:#55595c;vertical-align:middle;background:#fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;background-image:none\9;-webkit-background-size:8px 10px;background-size:8px 10px;border:1px solid rgba(0,0,0,.15);border-radius:.25rem;-moz-appearance:none;-webkit-appearance:none}.custom-select:focus{border-color:#51a7e8;outline:0}.custom-select:focus::-ms-value{color:#55595c;background-color:#fff}.custom-select:disabled{color:#818a91;cursor:not-allowed;background-color:#eceeef}.custom-select::-ms-expand{opacity:0}.custom-select-sm{padding-top:.375rem;padding-bottom:.375rem;font-size:75%}.custom-file{position:relative;display:inline-block;max-width:100%;height:2.5rem;cursor:pointer}.custom-file-input{min-width:14rem;max-width:100%;margin:0;filter:alpha(opacity=0);opacity:0}.custom-file-control{position:absolute;top:0;right:0;left:0;z-index:5;height:2.5rem;padding:.5rem 1rem;line-height:1.5;color:#555;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;border:1px solid #ddd;border-radius:.25rem}.custom-file-control:lang(en)::after{content:"Choose file..."}.custom-file-control::before{position:absolute;top:-1px;right:-1px;bottom:-1px;z-index:6;display:block;height:2.5rem;padding:.5rem 1rem;line-height:1.5;color:#555;background-color:#eee;border:1px solid #ddd;border-radius:0 .25rem .25rem 0}.custom-file-control:lang(en)::before{content:"Browse"}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:inline-block}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#818a91}.nav-link.disabled,.nav-link.disabled:focus,.nav-link.disabled:hover{color:#818a91;cursor:not-allowed;background-color:transparent}.nav-inline .nav-item{display:inline-block}.nav-inline .nav-item+.nav-item,.nav-inline .nav-link+.nav-link{margin-left:1rem}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs::after{content:"";display:table;clear:both}.nav-tabs .nav-item{float:left;margin-bottom:-1px}.nav-tabs .nav-item+.nav-item{margin-left:.2rem}.nav-tabs .nav-link{display:block;padding:.5em 1em;border:1px solid transparent;border-top-right-radius:.25rem;border-top-left-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#eceeef #eceeef #ddd}.nav-tabs .nav-link.disabled,.nav-tabs .nav-link.disabled:focus,.nav-tabs .nav-link.disabled:hover{color:#818a91;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.open .nav-link,.nav-tabs .nav-item.open .nav-link:focus,.nav-tabs .nav-item.open .nav-link:hover,.nav-tabs .nav-link.active,.nav-tabs .nav-link.active:focus,.nav-tabs .nav-link.active:hover{color:#55595c;background-color:#fff;border-color:#ddd #ddd transparent}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.nav-pills::after{content:"";display:table;clear:both}.nav-pills .nav-item{float:left}.nav-pills .nav-item+.nav-item{margin-left:.2rem}.nav-pills .nav-link{display:block;padding:.5em 1em;border-radius:.25rem}.nav-pills .nav-item.open .nav-link,.nav-pills .nav-item.open .nav-link:focus,.nav-pills .nav-item.open .nav-link:hover,.nav-pills .nav-link.active,.nav-pills .nav-link.active:focus,.nav-pills .nav-link.active:hover{color:#fff;cursor:default;background-color:#0275d8}.nav-stacked .nav-item{display:block;float:none}.nav-stacked .nav-item+.nav-item{margin-top:.2rem;margin-left:0}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;padding:.5rem 1rem}.navbar::after{content:"";display:table;clear:both}@media (min-width:544px){.navbar{border-radius:.25rem}}.navbar-full{z-index:1000}@media (min-width:544px){.navbar-full{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}@media (min-width:544px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0}.navbar-fixed-bottom{bottom:0}.navbar-sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1030;width:100%}@media (min-width:544px){.navbar-sticky-top{border-radius:0}}.navbar-brand{float:left;padding-top:.25rem;padding-bottom:.25rem;margin-right:1rem;font-size:1.25rem}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-brand>img{display:block}.navbar-divider{float:left;width:1px;padding-top:.425rem;padding-bottom:.425rem;margin-right:1rem;margin-left:1rem;overflow:hidden}.navbar-divider::before{content:"\00a0"}.navbar-toggler{padding:.5rem .75rem;font-size:1.25rem;line-height:1;background:0 0;border:1px solid transparent;border-radius:.25rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-nav .nav-item{float:left}.navbar-nav .nav-link{display:block;padding-top:.425rem;padding-bottom:.425rem}.navbar-nav .nav-link+.nav-link{margin-left:1rem}.navbar-nav .nav-item+.nav-item{margin-left:1rem}.navbar-light .navbar-brand{color:rgba(0,0,0,.8)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.8)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.6)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .active>.nav-link:focus,.navbar-light .navbar-nav .active>.nav-link:hover,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.active:focus,.navbar-light .navbar-nav .nav-link.active:hover,.navbar-light .navbar-nav .nav-link.open,.navbar-light .navbar-nav .nav-link.open:focus,.navbar-light .navbar-nav .nav-link.open:hover,.navbar-light .navbar-nav .open>.nav-link,.navbar-light .navbar-nav .open>.nav-link:focus,.navbar-light .navbar-nav .open>.nav-link:hover{color:rgba(0,0,0,.8)}.navbar-light .navbar-divider{background-color:rgba(0,0,0,.075)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .active>.nav-link:focus,.navbar-dark .navbar-nav .active>.nav-link:hover,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.active:focus,.navbar-dark .navbar-nav .nav-link.active:hover,.navbar-dark .navbar-nav .nav-link.open,.navbar-dark .navbar-nav .nav-link.open:focus,.navbar-dark .navbar-nav .nav-link.open:hover,.navbar-dark .navbar-nav .open>.nav-link,.navbar-dark .navbar-nav .open>.nav-link:focus,.navbar-dark .navbar-nav .open>.nav-link:hover{color:#fff}.navbar-dark .navbar-divider{background-color:rgba(255,255,255,.075)}.navbar-toggleable-xs::after{content:"";display:table;clear:both}@media (max-width:543px){.navbar-toggleable-xs .navbar-nav .nav-item{float:none;margin-left:0}}@media (min-width:544px){.navbar-toggleable-xs{display:block!important}}.navbar-toggleable-sm::after{content:"";display:table;clear:both}@media (max-width:767px){.navbar-toggleable-sm .navbar-nav .nav-item{float:none;margin-left:0}}@media (min-width:768px){.navbar-toggleable-sm{display:block!important}}.navbar-toggleable-md::after{content:"";display:table;clear:both}@media (max-width:991px){.navbar-toggleable-md .navbar-nav .nav-item{float:none;margin-left:0}}@media (min-width:992px){.navbar-toggleable-md{display:block!important}}.card{position:relative;display:block;margin-bottom:.75rem;background-color:#fff;border-radius:.25rem;border:1px solid rgba(0,0,0,.125)}.card-block{padding:1.25rem}.card-block::after{content:"";display:table;clear:both}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card>.list-group:first-child .list-group-item:first-child{border-top-right-radius:.25rem;border-top-left-radius:.25rem}.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.card-header{padding:.75rem 1.25rem;background-color:#f5f5f5;border-bottom:1px solid rgba(0,0,0,.125)}.card-header::after{content:"";display:table;clear:both}.card-header:first-child{border-radius:.25rem .25rem 0 0}.card-footer{padding:.75rem 1.25rem;background-color:#f5f5f5;border-top:1px solid rgba(0,0,0,.125)}.card-footer::after{content:"";display:table;clear:both}.card-footer:last-child{border-radius:0 0 .25rem .25rem}.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}.card-primary{background-color:#0275d8;border-color:#0275d8}.card-primary .card-footer,.card-primary .card-header{background-color:transparent}.card-success{background-color:#5cb85c;border-color:#5cb85c}.card-success .card-footer,.card-success .card-header{background-color:transparent}.card-info{background-color:#5bc0de;border-color:#5bc0de}.card-info .card-footer,.card-info .card-header{background-color:transparent}.card-warning{background-color:#f0ad4e;border-color:#f0ad4e}.card-warning .card-footer,.card-warning .card-header{background-color:transparent}.card-danger{background-color:#d9534f;border-color:#d9534f}.card-danger .card-footer,.card-danger .card-header{background-color:transparent}.card-outline-primary{background-color:transparent;border-color:#0275d8}.card-outline-secondary{background-color:transparent;border-color:#ccc}.card-outline-info{background-color:transparent;border-color:#5bc0de}.card-outline-success{background-color:transparent;border-color:#5cb85c}.card-outline-warning{background-color:transparent;border-color:#f0ad4e}.card-outline-danger{background-color:transparent;border-color:#d9534f}.card-inverse .card-footer,.card-inverse .card-header{border-color:rgba(255,255,255,.2)}.card-inverse .card-blockquote,.card-inverse .card-footer,.card-inverse .card-header,.card-inverse .card-title{color:#fff}.card-inverse .card-blockquote .blockquote-footer,.card-inverse .card-link,.card-inverse .card-subtitle,.card-inverse .card-text{color:rgba(255,255,255,.65)}.card-inverse .card-link:focus,.card-inverse .card-link:hover{color:#fff}.card-blockquote{padding:0;margin-bottom:0;border-left:0}.card-img{border-radius:.25rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}.card-img-top{border-top-right-radius:.25rem;border-top-left-radius:.25rem}.card-img-bottom{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}@media (min-width:544px){.card-deck{display:table;width:100%;margin-bottom:.75rem;table-layout:fixed;border-spacing:1.25rem 0}.card-deck .card{display:table-cell;margin-bottom:0;vertical-align:top}.card-deck-wrapper{margin-right:-1.25rem;margin-left:-1.25rem}}@media (min-width:544px){.card-group{display:table;width:100%;table-layout:fixed}.card-group .card{display:table-cell;vertical-align:top}.card-group .card+.card{margin-left:0;border-left:0}.card-group .card:first-child{border-bottom-right-radius:0;border-top-right-radius:0}.card-group .card:first-child .card-img-top{border-top-right-radius:0}.card-group .card:first-child .card-img-bottom{border-bottom-right-radius:0}.card-group .card:last-child{border-bottom-left-radius:0;border-top-left-radius:0}.card-group .card:last-child .card-img-top{border-top-left-radius:0}.card-group .card:last-child .card-img-bottom{border-bottom-left-radius:0}.card-group .card:not(:first-child):not(:last-child){border-radius:0}.card-group .card:not(:first-child):not(:last-child) .card-img-bottom,.card-group .card:not(:first-child):not(:last-child) .card-img-top{border-radius:0}}@media (min-width:544px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem}.card-columns .card{width:100%}}.breadcrumb{padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#eceeef;border-radius:.25rem}.breadcrumb::after{content:"";display:table;clear:both}.breadcrumb-item{float:left}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;padding-left:.5rem;color:#818a91;content:"/"}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}.breadcrumb-item.active{color:#818a91}.pagination{display:inline-block;padding-left:0;margin-top:1rem;margin-bottom:1rem;border-radius:.25rem}.page-item{display:inline}.page-item:first-child .page-link{margin-left:0;border-bottom-left-radius:.25rem;border-top-left-radius:.25rem}.page-item:last-child .page-link{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.page-item.active .page-link,.page-item.active .page-link:focus,.page-item.active .page-link:hover{z-index:2;color:#fff;cursor:default;background-color:#0275d8;border-color:#0275d8}.page-item.disabled .page-link,.page-item.disabled .page-link:focus,.page-item.disabled .page-link:hover{color:#818a91;pointer-events:none;cursor:not-allowed;background-color:#fff;border-color:#ddd}.page-link{position:relative;float:left;padding:.5rem .75rem;margin-left:-1px;color:#0275d8;text-decoration:none;background-color:#fff;border:1px solid #ddd}.page-link:focus,.page-link:hover{color:#014c8c;background-color:#eceeef;border-color:#ddd}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-bottom-left-radius:.3rem;border-top-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-bottom-right-radius:.3rem;border-top-right-radius:.3rem}.pagination-sm .page-link{padding:.275rem .75rem;font-size:.875rem}.pagination-sm .page-item:first-child .page-link{border-bottom-left-radius:.2rem;border-top-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-bottom-right-radius:.2rem;border-top-right-radius:.2rem}.tag{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.tag:empty{display:none}.btn .tag{position:relative;top:-1px}a.tag:focus,a.tag:hover{color:#fff;text-decoration:none;cursor:pointer}.tag-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}.tag-default{background-color:#818a91}.tag-default[href]:focus,.tag-default[href]:hover{background-color:#687077}.tag-primary{background-color:#0275d8}.tag-primary[href]:focus,.tag-primary[href]:hover{background-color:#025aa5}.tag-success{background-color:#5cb85c}.tag-success[href]:focus,.tag-success[href]:hover{background-color:#449d44}.tag-info{background-color:#5bc0de}.tag-info[href]:focus,.tag-info[href]:hover{background-color:#31b0d5}.tag-warning{background-color:#f0ad4e}.tag-warning[href]:focus,.tag-warning[href]:hover{background-color:#ec971f}.tag-danger{background-color:#d9534f}.tag-danger[href]:focus,.tag-danger[href]:hover{background-color:#c9302c}.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#eceeef;border-radius:.3rem}@media (min-width:544px){.jumbotron{padding:4rem 2rem}}.jumbotron-hr{border-top-color:#d0d5d8}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{padding:1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:2rem}.alert-dismissible .close{position:relative;top:-.125rem;right:-1rem;color:inherit}.alert-success{background-color:#dff0d8;border-color:#d0e9c6;color:#3c763d}.alert-success hr{border-top-color:#c1e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{background-color:#d9edf7;border-color:#bcdff1;color:#31708f}.alert-info hr{border-top-color:#a6d5ec}.alert-info .alert-link{color:#245269}.alert-warning{background-color:#fcf8e3;border-color:#faf2cc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7ecb5}.alert-warning .alert-link{color:#66512c}.alert-danger{background-color:#f2dede;border-color:#ebcccc;color:#a94442}.alert-danger hr{border-top-color:#e4b9b9}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}.progress{display:block;width:100%;height:1rem;margin-bottom:1rem}.progress[value]{background-color:#eee;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem}.progress[value]::-ms-fill{background-color:#0074d9;border:0}.progress[value]::-moz-progress-bar{background-color:#0074d9;border-bottom-left-radius:.25rem;border-top-left-radius:.25rem}.progress[value]::-webkit-progress-value{background-color:#0074d9;border-bottom-left-radius:.25rem;border-top-left-radius:.25rem}.progress[value="100"]::-moz-progress-bar{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.progress[value="100"]::-webkit-progress-value{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.progress[value]::-webkit-progress-bar{background-color:#eee;border-radius:.25rem}.progress[value],base::-moz-progress-bar{background-color:#eee;border-radius:.25rem}@media screen and (min-width:0\0){.progress{background-color:#eee;border-radius:.25rem}.progress-bar{display:inline-block;height:1rem;text-indent:-999rem;background-color:#0074d9;border-bottom-left-radius:.25rem;border-top-left-radius:.25rem}.progress[width="100%"]{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}}.progress-striped[value]::-webkit-progress-value{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:1rem 1rem;background-size:1rem 1rem}.progress-striped[value]::-moz-progress-bar{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}.progress-striped[value]::-ms-fill{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}@media screen and (min-width:0\0){.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:1rem 1rem;background-size:1rem 1rem}}.progress-animated[value]::-webkit-progress-value{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-animated[value]::-moz-progress-bar{animation:progress-bar-stripes 2s linear infinite}@media screen and (min-width:0\0){.progress-animated .progress-bar-striped{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}}.progress-success[value]::-webkit-progress-value{background-color:#5cb85c}.progress-success[value]::-moz-progress-bar{background-color:#5cb85c}.progress-success[value]::-ms-fill{background-color:#5cb85c}@media screen and (min-width:0\0){.progress-success .progress-bar{background-color:#5cb85c}}.progress-info[value]::-webkit-progress-value{background-color:#5bc0de}.progress-info[value]::-moz-progress-bar{background-color:#5bc0de}.progress-info[value]::-ms-fill{background-color:#5bc0de}@media screen and (min-width:0\0){.progress-info .progress-bar{background-color:#5bc0de}}.progress-warning[value]::-webkit-progress-value{background-color:#f0ad4e}.progress-warning[value]::-moz-progress-bar{background-color:#f0ad4e}.progress-warning[value]::-ms-fill{background-color:#f0ad4e}@media screen and (min-width:0\0){.progress-warning .progress-bar{background-color:#f0ad4e}}.progress-danger[value]::-webkit-progress-value{background-color:#d9534f}.progress-danger[value]::-moz-progress-bar{background-color:#d9534f}.progress-danger[value]::-ms-fill{background-color:#d9534f}@media screen and (min-width:0\0){.progress-danger .progress-bar{background-color:#d9534f}}.media,.media-body{overflow:hidden}.media-body{width:10000px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right{padding-left:10px}.media-left{padding-right:10px}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:0}.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:.25rem;border-top-left-radius:.25rem}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#818a91;cursor:not-allowed;background-color:#eceeef}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#818a91}.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;text-decoration:none;background-color:#0275d8;border-color:#0275d8}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#a8d6fe}.list-group-flush .list-group-item{border-radius:0}.list-group-item-action{width:100%;color:#555;text-align:inherit}.list-group-item-action .list-group-item-heading{color:#333}.list-group-item-action:focus,.list-group-item-action:hover{color:#555;text-decoration:none;background-color:#f5f5f5}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9{padding-bottom:42.857143%}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.embed-responsive-1by1{padding-bottom:100%}.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.5}button.close{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0;-webkit-overflow-scrolling:touch}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out,-o-transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.in{opacity:.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header::after{content:"";display:table;clear:both}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.5}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer::after{content:"";display:table;clear:both}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:544px){.modal-dialog{max-width:600px;margin:30px auto}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg{max-width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.in{opacity:.9}.tooltip.bs-tether-element-attached-bottom,.tooltip.tooltip-top{padding:5px 0;margin-top:-3px}.tooltip.bs-tether-element-attached-bottom .tooltip-arrow,.tooltip.tooltip-top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.bs-tether-element-attached-left,.tooltip.tooltip-right{padding:0 5px;margin-left:3px}.tooltip.bs-tether-element-attached-left .tooltip-arrow,.tooltip.tooltip-right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.bs-tether-element-attached-top,.tooltip.tooltip-bottom{padding:5px 0;margin-top:3px}.tooltip.bs-tether-element-attached-top .tooltip-arrow,.tooltip.tooltip-bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bs-tether-element-attached-right,.tooltip.tooltip-left{padding:0 5px;margin-left:-3px}.tooltip.bs-tether-element-attached-right .tooltip-arrow,.tooltip.tooltip-left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;padding:1px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;font-size:.875rem;word-wrap:break-word;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover.bs-tether-element-attached-bottom,.popover.popover-top{margin-top:-10px}.popover.bs-tether-element-attached-bottom .popover-arrow,.popover.popover-top .popover-arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.bs-tether-element-attached-bottom .popover-arrow::after,.popover.popover-top .popover-arrow::after{bottom:1px;margin-left:-10px;content:"";border-top-color:#fff;border-bottom-width:0}.popover.bs-tether-element-attached-left,.popover.popover-right{margin-left:10px}.popover.bs-tether-element-attached-left .popover-arrow,.popover.popover-right .popover-arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.bs-tether-element-attached-left .popover-arrow::after,.popover.popover-right .popover-arrow::after{bottom:-10px;left:1px;content:"";border-right-color:#fff;border-left-width:0}.popover.bs-tether-element-attached-top,.popover.popover-bottom{margin-top:10px}.popover.bs-tether-element-attached-top .popover-arrow,.popover.popover-bottom .popover-arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:rgba(0,0,0,.25)}.popover.bs-tether-element-attached-top .popover-arrow::after,.popover.popover-bottom .popover-arrow::after{top:1px;margin-left:-10px;content:"";border-top-width:0;border-bottom-color:#fff}.popover.bs-tether-element-attached-right,.popover.popover-left{margin-left:-10px}.popover.bs-tether-element-attached-right .popover-arrow,.popover.popover-left .popover-arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:rgba(0,0,0,.25)}.popover.bs-tether-element-attached-right .popover-arrow::after,.popover.popover-left .popover-arrow::after{right:1px;bottom:-10px;content:"";border-right-width:0;border-left-color:#fff}.popover-title{padding:8px 14px;margin:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:.2375rem .2375rem 0 0}.popover-title:empty{display:none}.popover-content{padding:9px 14px}.popover-arrow,.popover-arrow::after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover-arrow{border-width:11px}.popover-arrow::after{content:"";border-width:10px}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.carousel-item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.carousel-item>a>img,.carousel-inner>.carousel-item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.carousel-item{-webkit-transition:-webkit-transform .6s ease-in-out;transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out,-o-transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.carousel-item.active.right,.carousel-inner>.carousel-item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.carousel-item.active.left,.carousel-inner>.carousel-item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.carousel-item.active,.carousel-inner>.carousel-item.next.left,.carousel-inner>.carousel-item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);opacity:.5}.carousel-control.left{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)}.carousel-control.right{right:0;left:auto;background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;width:20px;height:20px;margin-top:-10px;font-family:serif;line-height:1}.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-prev::before{content:"\2039"}.carousel-control .icon-next::before{content:"\203a"}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:transparent;border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media (min-width:544px){.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .icon-prev{margin-left:-15px}.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.bg-faded{background-color:#f7f7f9}.bg-primary{color:#fff!important;background-color:#0275d8!important}a.bg-primary:focus,a.bg-primary:hover{background-color:#025aa5!important}.bg-success{color:#fff!important;background-color:#5cb85c!important}a.bg-success:focus,a.bg-success:hover{background-color:#449d44!important}.bg-info{color:#fff!important;background-color:#5bc0de!important}a.bg-info:focus,a.bg-info:hover{background-color:#31b0d5!important}.bg-warning{color:#fff!important;background-color:#f0ad4e!important}a.bg-warning:focus,a.bg-warning:hover{background-color:#ec971f!important}.bg-danger{color:#fff!important;background-color:#d9534f!important}a.bg-danger:focus,a.bg-danger:hover{background-color:#c9302c!important}.bg-inverse{color:#fff!important;background-color:#373a3c!important}a.bg-inverse:focus,a.bg-inverse:hover{background-color:#1f2021!important}.clearfix::after{content:"";display:table;clear:both}.d-block{display:block!important}.d-inline-block{display:inline-block!important}.d-inline{display:inline!important}.pull-xs-left{float:left!important}.pull-xs-right{float:right!important}.pull-xs-none{float:none!important}@media (min-width:544px){.pull-sm-left{float:left!important}.pull-sm-right{float:right!important}.pull-sm-none{float:none!important}}@media (min-width:768px){.pull-md-left{float:left!important}.pull-md-right{float:right!important}.pull-md-none{float:none!important}}@media (min-width:992px){.pull-lg-left{float:left!important}.pull-lg-right{float:right!important}.pull-lg-none{float:none!important}}@media (min-width:1200px){.pull-xl-left{float:left!important}.pull-xl-right{float:right!important}.pull-xl-none{float:none!important}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.w-100{width:100%!important}.m-x-auto{margin-right:auto!important;margin-left:auto!important}.m-a-0{margin:0 0!important}.m-t-0{margin-top:0!important}.m-r-0{margin-right:0!important}.m-b-0{margin-bottom:0!important}.m-l-0{margin-left:0!important}.m-x-0{margin-right:0!important;margin-left:0!important}.m-y-0{margin-top:0!important;margin-bottom:0!important}.m-a-1{margin:1rem 1rem!important}.m-t-1{margin-top:1rem!important}.m-r-1{margin-right:1rem!important}.m-b-1{margin-bottom:1rem!important}.m-l-1{margin-left:1rem!important}.m-x-1{margin-right:1rem!important;margin-left:1rem!important}.m-y-1{margin-top:1rem!important;margin-bottom:1rem!important}.m-a-2{margin:1.5rem 1.5rem!important}.m-t-2{margin-top:1.5rem!important}.m-r-2{margin-right:1.5rem!important}.m-b-2{margin-bottom:1.5rem!important}.m-l-2{margin-left:1.5rem!important}.m-x-2{margin-right:1.5rem!important;margin-left:1.5rem!important}.m-y-2{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.m-a-3{margin:3rem 3rem!important}.m-t-3{margin-top:3rem!important}.m-r-3{margin-right:3rem!important}.m-b-3{margin-bottom:3rem!important}.m-l-3{margin-left:3rem!important}.m-x-3{margin-right:3rem!important;margin-left:3rem!important}.m-y-3{margin-top:3rem!important;margin-bottom:3rem!important}.p-a-0{padding:0 0!important}.p-t-0{padding-top:0!important}.p-r-0{padding-right:0!important}.p-b-0{padding-bottom:0!important}.p-l-0{padding-left:0!important}.p-x-0{padding-right:0!important;padding-left:0!important}.p-y-0{padding-top:0!important;padding-bottom:0!important}.p-a-1{padding:1rem 1rem!important}.p-t-1{padding-top:1rem!important}.p-r-1{padding-right:1rem!important}.p-b-1{padding-bottom:1rem!important}.p-l-1{padding-left:1rem!important}.p-x-1{padding-right:1rem!important;padding-left:1rem!important}.p-y-1{padding-top:1rem!important;padding-bottom:1rem!important}.p-a-2{padding:1.5rem 1.5rem!important}.p-t-2{padding-top:1.5rem!important}.p-r-2{padding-right:1.5rem!important}.p-b-2{padding-bottom:1.5rem!important}.p-l-2{padding-left:1.5rem!important}.p-x-2{padding-right:1.5rem!important;padding-left:1.5rem!important}.p-y-2{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.p-a-3{padding:3rem 3rem!important}.p-t-3{padding-top:3rem!important}.p-r-3{padding-right:3rem!important}.p-b-3{padding-bottom:3rem!important}.p-l-3{padding-left:3rem!important}.p-x-3{padding-right:3rem!important;padding-left:3rem!important}.p-y-3{padding-top:3rem!important;padding-bottom:3rem!important}.pos-f-t{position:fixed;top:0;right:0;left:0;z-index:1030}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-xs-left{text-align:left!important}.text-xs-right{text-align:right!important}.text-xs-center{text-align:center!important}@media (min-width:544px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-normal{font-weight:400}.font-weight-bold{font-weight:700}.font-italic{font-style:italic}.text-muted{color:#818a91!important}a.text-muted:focus,a.text-muted:hover{color:#687077!important}.text-primary{color:#0275d8!important}a.text-primary:focus,a.text-primary:hover{color:#025aa5!important}.text-success{color:#5cb85c!important}a.text-success:focus,a.text-success:hover{color:#449d44!important}.text-info{color:#5bc0de!important}a.text-info:focus,a.text-info:hover{color:#31b0d5!important}.text-warning{color:#f0ad4e!important}a.text-warning:focus,a.text-warning:hover{color:#ec971f!important}.text-danger{color:#d9534f!important}a.text-danger:focus,a.text-danger:hover{color:#c9302c!important}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.invisible{visibility:hidden!important}.hidden-xs-up{display:none!important}@media (max-width:543px){.hidden-xs-down{display:none!important}}@media (min-width:544px){.hidden-sm-up{display:none!important}}@media (max-width:767px){.hidden-sm-down{display:none!important}}@media (min-width:768px){.hidden-md-up{display:none!important}}@media (max-width:991px){.hidden-md-down{display:none!important}}@media (min-width:992px){.hidden-lg-up{display:none!important}}@media (max-width:1199px){.hidden-lg-down{display:none!important}}@media (min-width:1200px){.hidden-xl-up{display:none!important}}.hidden-xl-down{display:none!important}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform .1s ease;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3,1.3);-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}@media (min-width:1200px) {.container {max-width:1175px;}}@media print {.container {max-width:1175px;}}.float-change {float:right;}@media (max-width:768px) {.float-change {float:left;}}.overflow-animation-scroll {overflow:hidden;}@font-face {font-family:'Karla-Regular';src:url('Karla-Regular.ttf');src:url('../fonts/Karla-Regular.ttf') format('truetype');font-weight:normal;font-style:normal;}@font-face {font-family:'Swiss-BT';src:url('Swiss-721-Cyrillic.ttf');src:url('../fonts/Swiss-721-Cyrillic.ttf') format('truetype');font-weight:normal;font-style:normal;}@font-face {font-family:'Swiss-BT-Bold';src:url('Swiss-721-Bold-BT.ttf');src:url('../fonts/Swiss-721-Bold-BT.ttf') format('truetype');font-weight:normal;font-style:normal;}@font-face {font-family:'Marcellus-Regular';src:url('Marcellus-Regular.ttf');src:url('../fonts/Marcellus-Regular.ttf') format('truetype');font-weight:normal;font-style:normal;}@font-face {font-family:'Open-Sans-Bold';src:url('Open-Sans-Bold.ttf');src:url('../fonts/Open-Sans-Bold.ttf') format('truetype');font-weight:normal;font-style:normal;}@font-face {font-family:'Open-Sans-ExtraBold';src:url('Open-Sans-ExtraBold.ttf');src:url('../fonts/Open-Sans-ExtraBold.ttf') format('truetype');font-weight:normal;font-style:normal;}@font-face {font-family:'Open-Sans-Light';src:url('Open-Sans-Light.ttf');src:url('../fonts/Open-Sans-Light.ttf') format('truetype');font-weight:normal;font-style:normal;}@font-face {font-family:'Open-Sans-Regular';src:url('Open-Sans-Light.ttf');src:url('../fonts/Open-Sans-Light.ttf') format('truetype');font-weight:normal;font-style:normal;}@font-face {font-family:'Playfair-Display-Bold';src:url('Playfair-Display-Bold.ttf');src:url('../fonts/Playfair-Display-Bold.ttf') format('truetype');font-weight:normal;font-style:normal;}@font-face {font-family:'Playfair-Display-Regular';src:url('Playfair-Display-Regular.ttf');src:url('../fonts/Playfair-Display-Regular.ttf') format('truetype');font-weight:normal;font-style:normal;}@font-face {font-family:'Raleway-Black';src:url('Raleway-Black.ttf');src:url('../fonts/Raleway-Black.ttf') format('truetype');font-weight:normal;font-style:normal;}@font-face {font-family:'Roboto-Thin';src:url('Roboto-Thin.ttf');src:url('../fonts/Roboto-Thin.ttf') format('truetype');font-weight:normal;font-style:normal;}@font-face {font-family:'Roboto-Light';src:url('Roboto-Light.ttf');src:url('../fonts/Roboto-Light.ttf') format('truetype');font-weight:normal;font-style:normal;}@font-face {font-family:'Roboto-Regular';src:url('Roboto-Regular.ttf');src:url('../fonts/Roboto-Regular.ttf') format('truetype');font-weight:normal;font-style:normal;}@font-face {font-family:'Roboto-Black';src:url('Roboto-Black.ttf');src:url('../fonts/Roboto-Black.ttf') format('truetype');font-weight:normal;font-style:normal;}@font-face {font-family:'Roboto-Bold';src:url('Roboto-Bold.ttf');src:url('../fonts/Roboto-Bold.ttf') format('truetype');font-weight:normal;font-style:normal;}@font-face {font-family:'Raleway-Bold';src:url('Raleway-Bold.ttf');src:url('../fonts/Raleway-Bold.ttf') format('truetype');}@font-face {font-family:'Raleway-ExtraBold';src:url('Raleway-ExtraBold.ttf');src:url('../fonts/Raleway-ExtraBold.ttf') format('truetype');}@font-face {font-family:'Raleway-Light';src:url('Raleway-Light.ttf');src:url('../fonts/Raleway-Light.ttf') format('truetype');}@font-face {font-family:'Raleway-Medium';src:url('Raleway-Medium.ttf');src:url('../fonts/Raleway-Medium.ttf') format('truetype');}@font-face {font-family:'Raleway-Regular';src:url('Raleway-Regular.ttf');src:url('../fonts/Raleway-Regular.ttf') format('truetype');}@font-face {font-family:'Raleway-SemiBold';src:url('Raleway-SemiBold.ttf');src:url('../fonts/Raleway-SemiBold.ttf') format('truetype');}@font-face {font-family:'Raleway-Thin';src:url('Raleway-Thin.ttf');src:url('../fonts/Raleway-Thin.ttf') format('truetype');}@font-face {font-family:'Futura-Medium';src:url('Futura-Medium.ttf');src:url('../fonts/Futura-Medium.ttf') format('truetype');}@font-face {font-family:'Akrobat-Bold';src:url('Akrobat-Bold.ttf');src:url('../fonts/Akrobat-Bold.ttf') format('truetype');}@font-face {font-family:'Akrobat-Regular';src:url('Akrobat-Regular.ttf');src:url('../fonts/Akrobat-Regular.ttf') format('truetype');}@font-face {font-family:'Akrobat-SemiBold';src:url('Akrobat-SemiBold.ttf');src:url('../fonts/Akrobat-SemiBold.ttf') format('truetype');}@font-face {font-family:'Akrobat-Thin';src:url('Akrobat-Thin.ttf');src:url('../fonts/Akrobat-Thin.ttf') format('truetype');}@font-face {font-family:'Oswald-Regular';src:url('Oswald-Regular.ttf');src:url('../fonts/Oswald-Regular.ttf') format('truetype');}@font-face {font-family:'Ubuntu-Bold';src:url('Ubuntu-Bold.ttf');src:url('../fonts/Ubuntu-Bold.ttf') format('truetype');}@font-face {font-family:'Ubuntu-Light';src:url('Ubuntu-Light.ttf');src:url('../fonts/Ubuntu-Light.ttf') format('truetype');}@font-face {font-family:'Ubuntu-Regular';src:url('Ubuntu-Regular.ttf');src:url('../fonts/Ubuntu-Regular.ttf') format('truetype');}@font-face {font-family:'Muli-Bold';src:url('Muli-Bold.ttf');src:url('../fonts/Muli-Bold.ttf') format('truetype');}@font-face {font-family:'PFDinTextPro-Medium';src:url('PFDinTextPro-Medium.ttf');src:url('../fonts/PFDinTextPro-Medium.ttf') format('truetype');}@font-face {font-family:'PFDinTextPro-Bold';src:url('PFDinTextPro-Bold.ttf');src:url('../fonts/PFDinTextPro-Bold.ttf') format('truetype');}@font-face {font-family:'Muli-Regular';src:url('Muli-Regular.ttf');src:url('../fonts/Muli-Regular.ttf') format('truetype');}@font-face {font-family:'Pt-Sans-Bold';src:url('Pt-Sans-Bold.ttf');src:url('../fonts/Pt-Sans-Bold.ttf') format('truetype');}@font-face {font-family:'Pt-Sans-Regular';src:url('Pt-Sans-Regular.ttf');src:url('../fonts/Pt-Sans-Regular.ttf') format('truetype');}@font-face {font-family:'Sourcesanspro-Semibold';src:url('Sourcesanspro-Semibold.ttf');src:url('../fonts/Sourcesanspro-Semibold.ttf') format('truetype');}@font-face {font-family:'Sourcesanspro-Bold';src:url('Sourcesanspro-Bold.ttf');src:url('../fonts/Sourcesanspro-Bold.ttf') format('truetype');}@font-face {font-family:'Sourcesanspro-Regular';src:url('Sourcesanspro-Regular.ttf');src:url('../fonts/Sourcesanspro-Regular.ttf') format('truetype');}@font-face {font-family:'Sourcesanspro-Light';src:url('Sourcesanspro-Light.ttf');src:url('../fonts/Sourcesanspro-Light.ttf') format('truetype');}@font-face {font-family:'Sourcesanspro-Black';src:url('Sourcesanspro-Black.ttf');src:url('../fonts/Sourcesanspro-Black.ttf') format('truetype');}@font-face {font-family:'Montserrat-Black';src:url('Montserrat-Black.ttf');src:url('../fonts/Montserrat-Black.ttf') format('truetype');font-weight:normal;font-style:normal;}@font-face {font-family:'Montserrat-Bold';src:url('Montserrat-Bold.ttf');src:url('../fonts/Montserrat-Bold.ttf') format('truetype');font-weight:normal;font-style:normal;}@font-face {font-family:'Montserrat-Light';src:url('Montserrat-Light.ttf');src:url('../fonts/Montserrat-Light.ttf') format('truetype');font-weight:normal;font-style:normal;}@font-face {font-family:'Montserrat-Regular';src:url('Montserrat-Regular.ttf');src:url('../fonts/Montserrat-Regular.ttf') format('truetype');font-weight:normal;font-style:normal;}@font-face {font-family:'Montserrat-SemiBold';src:url('Montserrat-SemiBold.ttf');src:url('../fonts/Montserrat-SemiBold.ttf') format('truetype');font-weight:normal;font-style:normal;}@font-face {font-family:'Montserrat-ExtraLight';src:url('Montserrat-ExtraLight.ttf');src:url('../fonts/Montserrat-ExtraLight.ttf') format('truetype');font-weight:normal;font-style:normal;}@font-face {font-family:'Montserrat-ExtraBold';src:url('Montserrat-ExtraBold.ttf');src:url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');font-weight:normal;font-style:normal;}@font-face {font-family:'Montserrat-Medium';src:url('Montserrat-Medium.ttf');src:url('../fonts/Montserrat-Medium.ttf') format('truetype');font-weight:normal;font-style:normal;}@font-face {font-family:'Nunito-Bold';src:url('Nunito-Bold.ttf');src:url('../fonts/Nunito-Bold.ttf') format('truetype');font-weight:normal;font-style:normal;}@font-face {font-family:'Nunito-Light';src:url('Nunito-Light.ttf');src:url('../fonts/Nunito-Light.ttf') format('truetype');font-weight:normal;font-style:normal;}#sidebar-wrapper.active {right:250px;width:250px;opacity:.8 !important;transition:all 0.5s ease-out 0s;-webkit-transition:all 0.5s ease-out 0s;-moz-transition:all 0.5s ease-out 0s;-ms-transition:all 0.5s ease-out 0s;-o-transition:all 0.5s ease-out 0s;}#sidebar-wrapper .title {padding:15px 25px;font-size:12px;}#menu-close i {font-size:26px;font-weight:400;}.sidebar-nav {width:250px;list-style:none;margin:0;padding:0 75px 0 13px;font-family:'Akrobat-Regular', sans-serif;letter-spacing:1px;}#sidebar-wrapper .title a {color:#fff;font-size:18px;}#sidebar-wrapper .title a:hover {text-decoration:none;}#sidebar-wrapper {top:0;margin-right:-250px;right:0;width:250px;background:#000;opacity:0;position:fixed;height:100%;overflow-y:auto;z-index:1000;transition:all 0.5s ease-in 0s;-webkit-transition:all 0.5s ease-in 0s;-moz-transition:all 0.5s ease-in 0s;-ms-transition:all 0.5s ease-in 0s;-o-transition:all 0.5s ease-in 0s;color:#fff;}.toggle {margin:0;padding:0;}.alert {position:absolute;top:0;width:100%;}.container-fluid {margin:auto;}.container-fluid.container-fluid--nowidth {max-width:none;}body {background:#fff;margin:0;padding:0;font-family:'Raleway-Regular', sans-serif;}ul,nav,li {margin:0;padding:0;}.h1 {font-family:'Raleway-Bold', sans-serif;font-size:52px;padding-bottom:7px;}@media (max-width:1200px) {.h1 {font-size:48px;}}@media (max-width:992px) {.h1 {font-size:40px;}}@media (max-width:768px) {.h1 {font-size:33px;}}h2 {font-family:'Raleway-Medium', sans-serif;font-size:28px;color:#080808;}@media (max-width:992px) {h2 {font-size:26px;}}@media (max-width:768px) {h2 {font-size:24px;}}.h2 {font-family:'Raleway-Medium', sans-serif;font-size:28px;color:#080808;}@media (max-width:992px) {.h2 {font-size:26px;}}@media (max-width:768px) {.h2 {font-size:24px;}}h3 {font-family:'Raleway-Regular', sans-serif;font-size:22px;}.h3 {font-family:'Raleway-Regular', sans-serif;font-size:22px;}h4 {font-family:'Raleway-Light', sans-serif;font-size:22px;font-weight:400;}.h4 {font-family:'Raleway-Light', sans-serif;font-size:22px;font-weight:400;}p {font-size:16px;line-height:1.7;color:#191919;}@media (max-width:992px) {p {font-size:15px;}}@media (max-width:768px) {p {font-size:14px;}}.color-orange {color:#e95646;}a:focus,a:visited {text-decoration:none;color:inherit;}a {color:#EA5547;}a:hover {text-decoration:none;color:#D72F1D;cursor:pointer;}.btn-success {background:#EA5547;color:white;border-radius:5px;border:none;font-size:15px;font-weight:100;text-transform:lowercase;padding:10px 15px;}.btn-success:hover,.btn-success:active,.btn-success:focus {background:#EA5547 !important;border-color:#EA5547 !important;}.container {margin:0 auto;}.header {overflow:hidden;}.header-holder {height:70px;margin:10px 0;}.header .button a {display:inline-block;}@media (max-width:1200px) {.header .button a {display:none;}}.header .button-holder {float:right;margin-top:11px;}.header .button__link {position:relative;display:inline-block;box-sizing:border-box;border:none;border-radius:9px;padding:14px 21px 14px 21px;color:#ffffff;background:#e95646;vertical-align:middle;transition:all .3s;font-size:13px;width:150px;font-family:"Raleway-Bold", sans-serif;text-transform:uppercase;letter-spacing:0.06em;text-align:left;}.header .button__link:hover {color:#ffffff;background:#e95646;}@media (max-width:1200px) {.header .button__link {display:none;}}.header .button__link:after {position:absolute;content:"";right:18px;top:50%;width:23px;height:25px;margin-top:-13px;background:url("../images/site/arrow.png");}.logo {width:70px;}.logo-holder {float:left;display:inline-block;}.languages {width:40px;margin-left:30px;display:inline-block;position:relative;top:-5px;}.languages img {width:100%;}.menu {min-height:70px;line-height:70px;text-align:right;}.menu-holder {width:90%;float:right;padding-left:3%;}@media (max-width:1200px) {.menu-holder {display:none;}}.menu__list {display:inline-block;vertical-align:middle;line-height:1;text-align:right;}@media (max-width:1200px) {.menu__list {display:none;}}.menu__item {display:inline-block;padding:0 30px 5px 0;}.menu__item:last-child {padding-right:0;}.menu__item:first-child {padding-left:0;}.menu__link {font-family:'Raleway-Medium', sans-serif;font-size:16px;font-weight:500;color:#000;transition:all .3s;}.menu__link:hover,.menu__link:active {color:#e95646;text-decoration:none;}.burger__link {display:none;vertical-align:middle;font-size:30px;padding:0 15px;color:#383838;transition:all .3s;}.burger__link:hover,.burger__link:active,.burger__link:focus {color:#383838;}@media (max-width:1200px) {.burger__link {display:inline-block;}}.button__link:hover {color:#fff;text-decoration:none;background:#e95646;}.button__link:hover .button__img {color:#fff;}.button__link:focus {text-decoration:none;color:inherit;background:inherit;}.main-title {background:url("../images/service/layer-41.jpg") center center / cover no-repeat;width:100%;}.main-title__container {height:370px;display:table;width:100%;}.title-holder {min-height:100px;text-align:center;display:table-cell;vertical-align:middle;}.title-holder .h1 {margin-bottom:7px;}.title-holder-colored {color:#fff;}.about {margin:80px 0;}@media (max-width:992px) {.about {margin:60px 0;}}@media (max-width:768px) {.about {margin:45px 0;}}.about .h2 {display:block;padding-bottom:50px;font-family:'Raleway-Medium', sans-serif;font-size:40px;text-align:center;}.about .h2 .color {color:#e95646;}@media (max-width:992px) {.about .h2 {font-size:35px;padding-bottom:40px;}}@media (max-width:768px) {.about .h2 {font-size:30px;padding-bottom:30px;}}.about .border-bot {display:block;background:#e8e8e8;width:100%;height:1px;}.about__container {min-height:360px;position:relative;}@media (max-width:992px) {.about__container {min-height:340px;max-width:300px;margin:0 auto;}}@media (max-width:768px) {.about__container {min-height:280px;}}.about__container-one {max-width:160px;}@media (max-width:1200px) {.about__container-one {max-width:none;}}.about__container-two {left:25px;max-width:220px;}@media (max-width:1200px) {.about__container-two {left:0px;max-width:none;}}.about__container-three {left:80px;}@media (max-width:1200px) {.about__container-three {left:0px;}}.about__container-four {float:right;}@media (max-width:1200px) {.about__container-four {float:none;max-width:200px;}}.about__img {min-height:92px;max-height:92px;margin-bottom:46px;}.about__img.about__img1 {background:url("../images/service/icon1.png") center center no-repeat;}@media (max-width:1200px) {.about__img.about__img1 {background-position:center center;}}.about__img.about__img2 {background:url("../images/service/icon2.png") center center no-repeat;}@media (max-width:1200px) {.about__img.about__img2 {background-position:center center;}}.about__img.about__img3 {background:url("../images/service/icon3.png") center center no-repeat;}@media (max-width:1200px) {.about__img.about__img3 {background-position:center center;}}.about__img.about__img4 {background:url("../images/service/icon4.png") center center no-repeat;}@media (max-width:1200px) {.about__img.about__img4 {background-position:center center;}}@media (max-width:1200px) {.about__img {margin-bottom:23px;}}@media (max-width:992px) {.about__img {margin-bottom:7px;}}.about h4 {display:block;color:#313131;font-family:'Raleway-Medium', sans-serif;}.about__title-holder {text-align:left;min-height:48px;}@media (max-width:1200px) {.about__title-holder {text-align:center;}}@media (max-width:768px) {.about__list {max-width:200px;margin:0 auto;}}.about__item {list-style:none;font-family:'Raleway-Regular', sans-serif;padding-left:20px;padding-bottom:3px;position:relative;color:#868686;font-size:15px;line-height:1.6;}.about__item:before {position:absolute;content:'';border-radius:50%;width:4px;height:4px;background:#868686;top:10px;left:0;}.imaged {margin:5px 0;}.imaged .h2 {display:block;padding-bottom:50px;font-family:'Raleway-Medium', sans-serif;font-size:40px;}.imaged .h2 .color {color:#e95646;}.imaged__container {height:250px;max-width:366px;position:relative;margin:0 auto 40px;box-shadow:0 0 20px 0px rgba(0, 0, 0, 0.22);}.imaged__img {width:100%;max-width:370px;height:250px;object-fit:cover;}.imaged__title-holder {position:absolute;left:0px;top:0;right:0px;bottom:0px;-webkit-transition:all .3s ease;transition:all .3s ease;opacity:0;}.imaged__title-holder:hover {opacity:1;cursor:pointer;background-color:rgba(0, 0, 0, 0.5);color:#e95646;}.imaged__title-holder .green {color:#50bc9b;}.imaged__title-holder .title {position:relative;font-family:'Raleway-Bold', sans-serif;font-size:24px;line-height:24px;color:#fff;display:block;padding-top:20px;margin-bottom:27px;text-align:center;left:0;right:0;text-transform:uppercase;}.imaged__title-holder .line {position:relative;background:#949c9f;display:block;margin-bottom:27px;text-align:center;left:50%;width:70px;height:1px;margin-left:-35px;}.imaged__title-holder .text {font-family:'Raleway-Regular', sans-serif;font-size:16px;line-height:24px;color:#fff;display:block;margin-bottom:27px;text-align:center;margin:0 auto;max-width:90%;}@media (max-width:1200px) {.imaged__title-holder .text {font-size:15px;}}.texted .h2 {padding-bottom:50px;font-family:'Raleway-Medium', sans-serif;font-size:40px;}.texted .h2 .color {color:#e95646;}@media (max-width:992px) {.texted .h2 {font-size:35px;padding-bottom:40px;}}@media (max-width:768px) {.texted .h2 {font-size:28px;padding-bottom:20px;}}@media (max-width:460px) {.texted .h2 {font-size:22px;}}.texted .title-offset {padding-top:40px;}@media (max-width:768px) {.texted .title-offset {padding-top:0px;}}.texted p {text-align:left;color:#1a1a1a;font-family:'Raleway-Light', sans-serif;font-size:16px;}@media (max-width:992px) {.texted p {text-align:center;}}.texted .list {}.texted .list__item {list-style:none;text-align:left;color:#1a1a1a;font-family:'Raleway-Light', sans-serif;font-size:16px;padding-bottom:1px;position:relative;padding-left:20px;}.texted .list__item:before {position:absolute;content:'';border-radius:50%;width:4px;height:4px;background:#2f2f2f;top:10px;left:0;}.texted .button-container {padding-top:46px;padding-bottom:20px;text-align:center;}.texted .button__link {border-radius:25px;display:inline-block;box-sizing:border-box;text-decoration:none;border:2px solid #e95646;padding:12px 10px;max-width:225px;width:100%;color:#ff3838;transition:all .3s;}.texted .button__link:hover {background:#e95646;color:#fff;}.individual {background:#fff url("../images/service/individual.jpeg") center center / cover no-repeat;width:100%;margin:90px 0;}.individual__container {height:450px;display:table;}.individual-holder {height:150px;text-align:center;display:table-cell;vertical-align:middle;}.individual-holder .h2 {font-family:'Raleway-Medium', sans-serif;text-transform:uppercase;font-size:36px;color:#1d1d1d;padding-bottom:20px;max-width:680px;margin:0 auto;display:block;}@media (max-width:992px) {.individual-holder .h2 {font-size:35px;}}@media (max-width:768px) {.individual-holder .h2 {font-size:28px;}}@media (max-width:460px) {.individual-holder .h2 {font-size:22px;}}.individual-holder .h3 {font-family:'Raleway-Regular', sans-serif;color:#010101;padding-bottom:40px;font-size:20px;}@media (max-width:992px) {.individual-holder .h3 {font-size:20px;}}@media (max-width:768px) {.individual-holder .h3 {font-size:18px;}}.individual-holder .button__link {border-radius:0;display:inline-block;box-sizing:border-box;text-decoration:none;padding:12px 40px;color:#fff;background:#e95646;transition:all .3s;}.individual-holder .button__link:hover {background:transparent;color:#ff3838;}.individual-holder .button__link-service {border-radius:25px;display:inline-block;box-sizing:border-box;text-decoration:none;padding:12px 10px;width:100%;max-width:225px;background:#e95646;color:#fff;transition:all .3s;}.individual-holder .button__link-service:hover {background:#e95646;color:#fff;}.digidrow {padding-bottom:90px;text-align:center;}.digidrow .title-holder {display:block;}.digidrow .h2 {font-family:'Raleway-Medium', sans-serif;font-size:40px;color:#1e1e1e;max-width:680px;margin:0 auto;display:block;margin-bottom:30px;}@media (max-width:992px) {.digidrow .h2 {font-size:35px;}}@media (max-width:768px) {.digidrow .h2 {font-size:30px;}}@media (max-width:768px) {.digidrow .h2 {font-size:22px;}}.digidrow .h3 {font-family:'Raleway-Light', sans-serif;color:#010101;padding-bottom:40px;font-size:20px;}@media (max-width:992px) {.digidrow .h3 {font-size:20px;}}@media (max-width:768px) {.digidrow .h3 {font-size:18px;}}.digidrow p {display:block;color:#1a1a1a;font-family:'Raleway-Light', sans-serif;font-size:16px;}.digidrow p .green {color:#50bc9b;}@media (max-width:992px) {.digidrow p {text-align:center;}}.digidrow .content__img {background:url("../images/service/digidrow.png") center no-repeat;min-height:255px;}@media (max-width:992px) {.digidrow .content__img {margin-bottom:20px;}}.digidrow .content__text {text-align:left;}.footer {background:#1a2030;padding:30px 0 0 0;}@media (max-width:768px) {.footer {padding:20px 0 0 0;}}.footer-top {margin-bottom:30px;}@media (max-width:768px) {.footer-top {margin-bottom:10px;}}.footer-top .cookie-holder {text-align:center;}.footer-top .cookie-holder__link {font-size:15px;}.footer-top .cookie-holder__link:hover {color:#e95646;}.footer p {color:#fff;font-size:14px;}.footer .title-holder {text-align:left;display:block;padding-top:9px;}@media (max-width:768px) {.footer .title-holder {text-align:center;}}.footer .title-holder .padding-mod {padding-bottom:30px;}.footer .title-holder .short {padding-bottom:30px;display:block;width:80%;line-height:1.7;}@media (max-width:992px) {.footer .title-holder .short {margin:0 auto;line-height:1.7;}}@media (max-width:768px) {.footer .title-holder .short {padding-bottom:15px;line-height:1.5;}}@media (max-width:544px) {.footer .title-holder .short {width:100%;}}.footer .title-holder.title-holder__first {padding-top:0;margin-left:-29px;}@media (max-width:1200px) {.footer .title-holder.title-holder__first {margin-left:0;}}@media (max-width:992px) {.footer .title-holder.title-holder__first {text-align:center;}}.footer .title-holder.title-holder__second {margin-left:-17px;}@media (max-width:1200px) {.footer .title-holder.title-holder__second {margin-left:0;}}.footer .title-holder.title-holder__third {margin-left:7px;}@media (max-width:1200px) {.footer .title-holder.title-holder__third {margin-left:0;}}@media (max-width:768px) {.footer .title-holder.title-holder__third {text-align:left;}}@media (max-width:544px) {.footer .title-holder.title-holder__third {text-align:center;}}.footer .title-holder.title-holder__four {margin-left:17px;margin-right:-37px;}@media (max-width:1290px) {.footer .title-holder.title-holder__four {margin-right:-32px;}}@media (max-width:1200px) {.footer .title-holder.title-holder__four {margin-left:-15px;margin-right:-15px;}}@media (max-width:992px) {.footer .title-holder.title-holder__four {margin-left:0;margin-right:0;}}.footer .title-holder.title-holder__four .span-smallpadding {padding-bottom:20px;}@media (max-width:768px) {.footer .title-holder.title-holder__four .span-smallpadding {padding-bottom:10px;}}@media (max-width:544px) {.footer .title-holder.title-holder__four .span-smallpadding {padding-bottom:0;}}.footer .title-holder.title-holder__four .logo__link {padding-left:0;padding-bottom:0;}.footer .title-holder.title-holder__four .logo__link .logo-vk {height:30px;width:38px;background:url("../images/service/vk.png") left no-repeat;margin-bottom:30px;transition:all .3s;opacity:1;}.footer .title-holder.title-holder__four .logo__link .logo-vk:hover {opacity:.3;}.footer span {display:block;color:#e95646;font-size:19px;padding-bottom:25px;font-family:'Raleway-Bold', sans-serif;}@media (max-width:992px) {.footer span {padding-bottom:20px;}}@media (max-width:768px) {.footer span {padding-bottom:10px;}}@media (max-width:544px) {.footer span {padding-bottom:0;}}.footer .menu {min-height:114px;overflow:auto;}@media (max-width:544px) {.footer .menu {min-height:auto;}}.footer .menu-holder {overflow:auto;float:left;padding-left:0%;}.footer .menu__list {display:block;}@media (max-width:992px) {.footer .menu__list {width:100px;margin:0 auto;}}@media (max-width:544px) {.footer .menu__list {width:auto;text-align:center;}}.footer .menu__item {display:block;padding:0px;padding-left:20px;text-align:left;position:relative;}@media (max-width:544px) {.footer .menu__item {display:inline-block;padding-right:6px;}}.footer .menu__item:last-child {padding-right:0;}.footer .menu__item:before {position:absolute;content:"";width:4px;height:4px;background:#e95646;left:3px;top:9px;border-radius:50%;}.footer .menu__link {font-family:'Raleway-Regular', sans-serif;font-size:14px;color:#fff;transition:all .3s;line-height:1.7;}.footer .menu__link:hover,.footer .menu__link:active {color:#e95646;text-decoration:none;}.footer .logo__padding {padding-bottom:14px;}@media (max-width:768px) {.footer .logo__padding {padding-bottom:7px;}}.footer .logo__padding .first {margin-top:16px;}.footer .logo__padding a {transition:all .3s;}.footer .logo__padding a:hover,.footer .logo__padding a a:active {color:#e95646;text-decoration:none;}.footer .logo__icon {display:inline-block;vertical-align:top;}.footer .logo__icon.logo__iconhomestudio {height:44px;width:156px;background:url("../images/site/logo-homestudio.png") left no-repeat;margin-bottom:14px;}.footer .logo__link {display:inline-block;vertical-align:middle;position:relative;color:#fff;font-size:14px;padding-left:33px;padding-bottom:27px;}@media (max-width:992px) {.footer .logo__link {padding-bottom:0px;}}.footer .logo__link.logo__link1:after {content:'';position:absolute;height:34px;width:19px;left:0;top:-6px;background:url("../images/site/phone.png") center center no-repeat;}.footer .logo__link.logo__link2:after {content:'';position:absolute;height:34px;width:19px;left:0;top:-6px;background:url("../images/site/mail.png") left no-repeat;}.footer .logo__link.logo__link3:after {content:'';position:absolute;height:34px;width:19px;left:0;top:-6px;background:url("../images/site/location.png") left no-repeat;}.footer-bottom {text-align:center;background:#141926;}.footer-bottom span {font-family:'Raleway-Regular', sans-serif;font-size:13px;padding:3px 0;color:#b4b3b3;}@media (max-width:768px) {.footer-bottom span {font-size:10px;padding:3px 0;}}.vacancies {}.vacancies .main-title {background:#fff url("../images/vacancies/vacancies-bg.jpg") center center / cover no-repeat;width:100%;-webkit-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);-moz-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);margin-bottom:30px;}.vacancies .main-title__container {height:370px;display:table;width:100%;}.vacancies .title-holder {text-align:center;display:table-cell;vertical-align:middle;font-size:52px;}@media (max-width:1200px) {.vacancies .title-holder .h1 {font-size:48px;}}@media (max-width:992px) {.vacancies .title-holder .h1 {font-size:40px;}}@media (max-width:768px) {.vacancies .title-holder .h1 {font-size:33px;}}.vacancies .title-holder .h4 {font-family:"Raleway-Regular", sans-serif;font-size:22px;display:block;margin-top:10px;}.vacancies .title-holder-colored {color:#fff;}@media (max-width:768px) {.vacancies .about {margin:30px 0;}}.vacancies .about__container {max-width:500px;}@media (max-width:992px) {.vacancies .about__container {max-width:none;margin:0 auto 20px;}}.vacancies .about__list {color:#1a1a1a;}@media (max-width:768px) {.vacancies .about__list {max-width:none;margin:0 auto;}}.vacancies .about__item {color:#1a1a1a;}.vacancies .about__item:before {background:#1a1a1a;}.vacancies .about__title-holder {text-align:left;}@media (max-width:768px) {.vacancies .about__title-holder {text-align:center;}}.vacancies .title-text {text-align:left;font-family:'Raleway-Semibold', sans-serif;font-size:16px;}@media (max-width:768px) {.vacancies .title-text {text-align:center;}}.vacancies .workers-sample {text-align:right;}.vacancies .workers-sample .title-holder {display:block;}.vacancies .content {padding:30px 0 30px 0;}.vacancies .content__bordered {border-top:1px solid #d4d4d4;padding:45px 0;}.vacancies .content__img {min-height:255px;background-position:left top;background-repeat:no-repeat;}@media (max-width:1200px) {.vacancies .content__img {background-position:center top;min-height:220px;}}.vacancies .content__img.content__img1 {background-image:url("../images/vacancies/worker.png");}.vacancies .content__text {text-align:left;}@media (max-width:768px) {.vacancies .content__text {text-align:center;}}.vacancies .content__text .h2 {margin-bottom:13px;font-size:24px;font-family:'Raleway-Bold', sans-serif;color:#242323;}.vacancies .content__text p {display:block;margin:0;color:#1a1a1a;font-family:'Raleway-Medium', sans-serif;font-size:16px;}.vacancies .content__text .date {font-size:12px;display:block;color:#242323;font-family:'Raleway-Medium', sans-serif;}.vacancies .content__text a {display:inline-block;}.vacancies .content__text .link {font-size:14px;font-weight:600;margin-top:14px;color:#ff3838;transition:all .3s;}.vacancies .content__text .link:hover,.vacancies .content__text .link:active,.vacancies .content__text .link:focus {color:#ff3838;text-decoration:none;}.vacancies .content__text .bold {font-weight:bold;}.vacancies .content__text .margened-bottom {margin-bottom:30px;}@media (max-width:768px) {.vacancies .content__text .margened-bottom {margin-bottom:20px;}}.vacancies .form-section {background:#f6f6f6;border-top:1px solid #ededed;}.vacancies .form-section input::placeholder {color:#424141;}.vacancies .form-section textarea::placeholder {color:#424141;}.vacancies .form-section .heading__title {display:block;padding:109px 0 5px 0;font-family:'Raleway-Regular', sans-serif;font-size:36px;color:#000;text-align:center;letter-spacing:0;}@media (max-width:992px) {.vacancies .form-section .heading__title {padding:40px 0 5px 0;}}.vacancies .form-section .heading__subtitle {display:block;padding:0 0 80px 0;font-family:'Raleway-Light', sans-serif;font-size:22px;color:#000;text-align:center;}@media (max-width:992px) {.vacancies .form-section .heading__subtitle {padding:0 0 50px 0;}}@media (max-width:768px) {.vacancies .form-section .heading__subtitle {padding:0 0 40px 0;}}.vacancies .form-section .float-change {float:right;}.vacancies .form-section .form {max-width:860px;margin:0 auto;padding-bottom:76px;}.vacancies .form-section .form-holder {max-width:860px;padding:33px;border:1px solid #e6e6e6;border-radius:10px;margin-bottom:30px;background:#f7f4f0;}.vacancies .form-section .form__row {margin-bottom:15px;position:relative;}.vacancies .form-section .form__label {display:block;font-family:"Raleway-Medium", sans-serif;color:#848383;font-size:11px;margin-bottom:10px;text-transform:uppercase;letter-spacing:0.135em;}.vacancies .form-section .form__input {display:block;border:1px solid #e6e6e6;font-family:"Raleway-Medium", sans-serif;color:#848383;font-size:13px;width:100%;padding:16px 15px 15px 30px;line-height:1;letter-spacing:0.08em;background:#fff;border-radius:3px;}.vacancies .form-section .form__input:focus,.vacancies .form-section .form__input:hover,.vacancies .form-section .form__input:active {outline:none;}.vacancies .form-section .form__textarea {height:150px;padding:16px 15px 15px 30px;border:1px solid #e6e6e6;font-family:"Raleway-Medium", sans-serif;color:#848383;font-size:13px;width:100%;line-height:1;letter-spacing:0.08em;background:#fff;border-radius:3px;}.vacancies .form-section .form__textarea:focus {outline:none;}.vacancies .form-section .form .submit-container {padding-top:7px;text-align:center;}.vacancies .form-section .form__submit {margin:12px 0px;border:none;display:inline-block;box-sizing:border-box;text-decoration:none;padding:12px 10px;color:#fff;background:#e95646;transition:all .3s;border-radius:8px;width:100%;max-width:225px;font-family:"Raleway-Medium", sans-serif;}.vacancies .form-section .form__submit:hover {background:#e95646;color:#fff;}.vacancies .form-section .form__submit:focus,.vacancies .form-section .form__submit:hover,.vacancies .form-section .form__submit:active {outline:none;}.case-page .main-title {background:#fff;width:100%;-webkit-box-shadow:inset 3px 12px 26px -15px rgba(0, 0, 0, 0.57);-moz-box-shadow:inset 3px 12px 26px -15px rgba(0, 0, 0, 0.57);box-shadow:inset 3px 12px 26px -15px rgba(0, 0, 0, 0.57);margin-bottom:0;}.case-page .main-title__container {height:215px;}.case-page .title-holder .h1 {font-size:33px;font-family:'Raleway-Regular', sans-serif;}@media (max-width:1200px) {.case-page .title-holder .h1 {font-size:33px;}}@media (max-width:992px) {.case-page .title-holder .h1 {font-size:30px;}}@media (max-width:768px) {.case-page .title-holder .h1 {font-size:28px;}}.case-page .title-holder .h3 {font-size:22px;}@media (max-width:1200px) {.case-page .title-holder .h3 {font-size:22px;}}@media (max-width:992px) {.case-page .title-holder .h3 {font-size:20px;}}@media (max-width:768px) {.case-page .title-holder .h3 {font-size:18px;}}.case-page .imaged__img:hover ~ .imaged__title-holder,.case-page .imaged__img:active ~ .imaged__title-holder,.case-page .imaged__img:focus ~ .imaged__title-holder {display:block;}@media (max-width:768px) {.case-page .imaged__img:hover ~ .imaged__title-holder .imaged__img:hover ~ .imaged__title-holder,.case-page .imaged__img:active ~ .imaged__title-holder .imaged__img:hover ~ .imaged__title-holder,.case-page .imaged__img:focus ~ .imaged__title-holder .imaged__img:hover ~ .imaged__title-holder,.case-page .imaged__img:hover ~ .imaged__title-holder .imaged__img:active ~ .imaged__title-holder,.case-page .imaged__img:active ~ .imaged__title-holder .imaged__img:active ~ .imaged__title-holder,.case-page .imaged__img:focus ~ .imaged__title-holder .imaged__img:active ~ .imaged__title-holder,.case-page .imaged__img:hover ~ .imaged__title-holder .imaged__img:focus ~ .imaged__title-holder,.case-page .imaged__img:active ~ .imaged__title-holder .imaged__img:focus ~ .imaged__title-holder,.case-page .imaged__img:focus ~ .imaged__title-holder .imaged__img:focus ~ .imaged__title-holder {display:none;}}.case-page .imaged {margin:5px 0;}.case-page .imaged .container-fluid {max-width:1920px;padding:0;}.case-page .imaged .row.no-gutters {margin-left:0;margin-right:0;}.case-page .imaged .row.no-gutters > [class^="col-"] {padding-left:0;padding-right:0;}.case-page .imaged .col-width1 {width:42%;}@media (max-width:1200px) {.case-page .imaged .col-width1 {width:42%;}}@media (max-width:992px) {.case-page .imaged .col-width1 {width:50%;}}@media (max-width:768px) {.case-page .imaged .col-width1 {width:50%;}}@media (max-width:460px) {.case-page .imaged .col-width1 {width:100%;}}.case-page .imaged .col-width2 {width:29%;}@media (max-width:1200px) {.case-page .imaged .col-width2 {width:29%;}}@media (max-width:992px) {.case-page .imaged .col-width2 {width:50%;}}@media (max-width:768px) {.case-page .imaged .col-width2 {width:50%;}}@media (max-width:460px) {.case-page .imaged .col-width2 {width:100%;}}.case-page .imaged__mobile-link {display:none;position:absolute;left:0px;top:0;right:0px;bottom:0px;}@media (max-width:768px) {.case-page .imaged__mobile-link {display:block;}}.case-page .imaged__container {width:100%;height:100%;max-width:560px;max-height:380px;position:relative;margin:0;box-shadow:none;}.case-page .imaged__container-big {max-width:812px;}@media (max-width:1400px) {.case-page .imaged__container {height:320px;}}@media (max-width:992px) {.case-page .imaged__container {height:250px;}}@media (max-width:768px) {.case-page .imaged__container {height:200px;}}.case-page .imaged__img {margin-bottom:0px;width:100%;max-width:560px;height:380px;-o-object-fit:cover;object-fit:cover;cursor:pointer;}.case-page .imaged__img-big {max-width:812px;}@media (max-width:1400px) {.case-page .imaged__img {height:320px;}}@media (max-width:992px) {.case-page .imaged__img {height:250px;}}@media (max-width:768px) {.case-page .imaged__img {height:200px;}}.case-page .imaged__title-holder {position:absolute;left:0px;top:0;right:0px;bottom:0px;-webkit-transition:all .3s ease;transition:all .3s ease;display:none;cursor:pointer;}.case-page .imaged__title-holder:hover,.case-page .imaged__title-holder:active,.case-page .imaged__title-holder:focus {background-color:rgba(75, 75, 75, 0.8);color:#e95646;display:block;cursor:default;}.case-page .imaged__title-holder:hover .span,.case-page .imaged__title-holder:active .span,.case-page .imaged__title-holder:focus .span {display:block;}@media (max-width:768px) {.case-page .imaged__title-holder:hover:hover,.case-page .imaged__title-holder:active:hover,.case-page .imaged__title-holder:focus:hover,.case-page .imaged__title-holder:hover:active,.case-page .imaged__title-holder:active:active,.case-page .imaged__title-holder:focus:active,.case-page .imaged__title-holder:hover:focus,.case-page .imaged__title-holder:active:focus,.case-page .imaged__title-holder:focus:focus {display:none;cursor:pointer;}}.case-page .imaged__title-holder .span {display:none;font-weight:600;font-family:'Raleway-Regular', sans-serif;font-size:30px;line-height:24px;color:#fff;position:absolute;text-align:center;top:50%;transform:translateY(-50%);left:0;right:0;}.case-page .imaged__title-holder .span-title {font-family:'Raleway-Regular', sans-serif;font-size:31px;color:#fff;line-height:1;letter-spacing:0.04em;display:block;}@media (max-width:1200px) {.case-page .imaged__title-holder .span-title {font-size:26px;}}@media (max-width:992px) {.case-page .imaged__title-holder .span-title {font-size:24px;}}@media (max-width:768px) {.case-page .imaged__title-holder .span-title {font-size:22px;}}.case-page .imaged__title-holder .span-line {width:100px;height:1px;background:#fff;display:block;margin:28px auto 28px;}@media (max-width:1600px) {.case-page .imaged__title-holder .span-line {width:50px;margin:10px auto 10px;}}@media (max-width:768px) {.case-page .imaged__title-holder .span-line {width:50px;margin:10px auto 10px;}}.case-page .imaged__title-holder .span-text {font-family:'Raleway-Regular', sans-serif;font-size:14px;color:#fff;line-height:2.25;min-height:140px;max-width:50%;display:block;margin:auto;}@media (max-width:1600px) {.case-page .imaged__title-holder .span-text {max-width:70%;line-height:1.7;min-height:100px;font-size:14px;}}@media (max-width:1300px) {.case-page .imaged__title-holder .span-text {font-size:13px;}}@media (max-width:1200px) {.case-page .imaged__title-holder .span-text {font-size:12px;}}@media (max-width:992px) {.case-page .imaged__title-holder .span-text {font-size:11px;}}@media (max-width:768px) {.case-page .imaged__title-holder .span-text {display:none;}}.case-page .imaged__title-holder .inner-link {display:inline-block;text-align:center;background:transparent;border-radius:10px;color:#fff;border:1px solid #fff;width:100%;max-width:135px;padding:16px 10px 16px 10px;font-size:17px;font-family:"Raleway-Medium", sans-serif;margin:5px 15px;transition:all .3s;}.case-page .imaged__title-holder .inner-link:hover,.case-page .imaged__title-holder .inner-link:active {color:#e95646;border:1px solid transparent;background:#fff;}@media (max-width:1600px) {.case-page .imaged__title-holder .inner-link {padding:12px 10px 12px 10px;font-size:15px;}}@media (max-width:1200px) {.case-page .imaged__title-holder .inner-link {padding:10px 10px 10px 10px;font-size:14px;max-width:100px;margin:5px 10px;}}@media (max-width:768px) {.case-page .imaged__title-holder .inner-link {padding:9px 5px 9px 5px;max-width:90px;font-size:15px;margin:5px;}}.case-page .case-employment {padding:160px 0;text-align:center;}@media (max-width:992px) {.case-page .case-employment {padding:100px 0;}}@media (max-width:768px) {.case-page .case-employment {padding:60px 0;}}.case-page .case-employment .h3 {display:block;margin:0 auto;color:#000000;font-family:'Raleway-Medium', sans-serif;font-size:36px;padding-bottom:15px;}@media (max-width:1200px) {.case-page .case-employment .h3 {font-size:33px;}}@media (max-width:992px) {.case-page .case-employment .h3 {font-size:30px;}}@media (max-width:768px) {.case-page .case-employment .h3 {font-size:24px;}}@media (max-width:460px) {.case-page .case-employment .h3 {font-size:22px;}}.case-page .case-employment p {display:block;margin:0 auto;color:#000000;font-family:'Raleway-Medium', sans-serif;font-size:20px;padding-bottom:40px;}@media (max-width:768px) {.case-page .case-employment p {font-size:16px;}}@media (max-width:460px) {.case-page .case-employment p {font-size:14px;}}.case-page .case-employment .button {margin-top:5px;}.case-page .case-employment .button__link {text-align:center;margin:12px 0px;border:none;display:inline-block;box-sizing:border-box;text-decoration:none;padding:12px 10px;color:#fff;background:#e95646;transition:all .3s;border-radius:8px;width:100%;max-width:225px;font-family:"Raleway-Medium", sans-serif;}.case-page .case-employment .button__link:hover {background:#e95646;color:#fff;}.center-laptop-section {text-align:center;}.laptop-section {display:inline-block;vertical-align:top;}.newblocks .main-title {background:#fff url("../images/newblocks/foto-header.jpg") center center / cover no-repeat;width:100%;-webkit-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);-moz-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);margin-bottom:30px;}.newblocks .main-title__container {height:375px;display:table;width:100%;}.newblocks .main-title .title-holder h1 {font-family:"Raleway-Bold", sans-serif;font-size:52px;padding-bottom:7px;}@media (max-width:1200px) {.newblocks .main-title .title-holder h1 {font-size:33px;}}@media (max-width:992px) {.newblocks .main-title .title-holder h1 {font-size:30px;}}@media (max-width:768px) {.newblocks .main-title .title-holder h1 {font-size:28px;}}.newblocks .main-title .title-holder .h4 {font-family:"Raleway-Regular", sans-serif;font-size:22px;display:block;margin-top:10px;}.newblocks .employment {padding:30px 0;}.newblocks .employment .button-container {display:inline-block;width:auto;margin-top:24px;text-align:left;}.newblocks .employment .button__link {font-size:21px;text-align:center;font-weight:600;border:none;text-transform:capitalize;border-radius:2px;display:inline-block;box-sizing:border-box;text-decoration:none;padding:6px 45px;color:#4e4e4e;background:#f5f5f5;transition:all .3s;}@media (max-width:1200px) {.newblocks .employment .button__link {padding:10px 40px ;}}.newblocks .employment .button__link:hover {color:#ff3838;}.newblocks .employment .right-button {float:right;}.newblocks .imaged {margin:0px;}.newblocks .imaged__img {max-width:365px;min-height:196px;margin:0 auto;position:relative;}.newblocks .imaged__img.imaged__img1 {background:url("../images/newblocks/news1.jpg") center no-repeat;}.newblocks .imaged__img.imaged__img2 {background:url("../images/newblocks/news2.jpg") center no-repeat;}.newblocks .imaged__img.imaged__img3 {background:url("../images/newblocks/news3.jpg") center no-repeat;}.newblocks .imaged__img.imaged__img4 {background:url("../images/newblocks/news4.jpg") center no-repeat;}.newblocks .imaged__img.imaged__img5 {background:url("../images/newblocks/news5.jpg") center no-repeat;}.newblocks .imaged__img.imaged__img6 {background:url("../images/newblocks/news6.jpg") center no-repeat;}.newblocks .imaged__img.imaged__img7 {background:url("../images/newblocks/news7.jpg") center no-repeat;}.newblocks .imaged__img.imaged__img8 {background:url("../images/newblocks/news8.jpg") center no-repeat;}.newblocks .imaged__img.imaged__img9 {background:url("../images/newblocks/news9.jpg") center no-repeat;}.newblocks .imaged__title-holder {position:absolute;left:0px;top:0;right:0px;bottom:0px;-webkit-transition:all .3s ease;transition:all .3s ease;}.newblocks .imaged__title-holder:hover {cursor:pointer;background-color:rgba(0, 0, 0, 0.5);color:#ff3838;}.newblocks .imaged__title-holder span {font-family:'Raleway-Regular', sans-serif;font-size:24px;line-height:24px;color:#fff;display:block;position:absolute;top:50%;margin-top:-12px;text-align:center;left:0;right:0;}.newblocks .vcenter {margin-top:35px;}@media (max-width:1200px) {.newblocks .vcenter {margin-top:0;}}.newblocks .vcenter:nth-child(3n+2) {margin-top:0;}.newblocks .blog {margin:80px 0 30px 0;}.newblocks .blog .vcenter {}.newblocks .blog .content__text {margin-top:0;}.newblocks .blog__content {border:1px solid #e8e8e8;border-top:1px solid transparent;padding:15px 20px 90px 20px;color:#686868;margin:0 auto 45px;max-width:366px;position:relative;min-height:350px;}@media (max-width:1200px) {.newblocks .blog__content {min-height:330px;padding:15px 15px 70px 15px;}}@media (max-width:768px) {.newblocks .blog__content {min-height:310px;padding:15px 15px 60px 15px;}}.newblocks .blog__title {display:block;margin-bottom:6px;font-family:'Raleway-Medium', sans-serif;font-size:20px;color:#000;}@media (max-width:1200px) {.newblocks .blog__title {font-size:18px;}}@media (max-width:768px) {.newblocks .blog__title {font-size:17px;}}.newblocks .blog__container {display:block;min-height:115px;max-height:115px;}.newblocks .blog__container p {display:block;color:#686868;font-family:'Raleway-Light', sans-serif;font-size:14px;line-height:1.5;}.newblocks .blog__author {display:inline-block;width:65%;font-family:'Raleway-Light', sans-serif;font-size:14px;color:#b2b2b2;float:left;text-align:left;}@media (max-width:1200px) {.newblocks .blog__author {font-size:12px;}}.newblocks .blog__date {font-family:'Raleway-Light', sans-serif;font-size:12px;color:#b2b2b2;float:right;}.newblocks .blog .span-container {overflow:hidden;padding-bottom:5px;}.newblocks .blog .button-container {display:block;overflow:hidden;position:absolute;left:0;right:0;margin:auto;bottom:35px;text-align:center;}@media (max-width:1200px) {.newblocks .blog .button-container {bottom:15px;}}.newblocks .blog .button__link {border:1px solid #e95646;text-transform:lowercase;display:inline-block;box-sizing:border-box;text-decoration:none;padding:19px 10px;font-size:12px;color:#686868;transition:all .3s;line-height:1;max-width:186px;width:100%;font-family:"Raleway-Bold", sans-serif;text-transform:uppercase;border-radius:25px;}@media (max-width:1200px) {.newblocks .blog .button__link {max-width:150px;padding:14px 3px;font-size:11px;}}.newblocks .blog .button__link:hover {cursor:pointer;background:#e95646;color:#fff;}.development {}.development .float-change {float:right;}@media (max-width:768px) {.development .float-change {float:left;}}.development-title__container {height:280px;display:table;width:100%;}.development-title .h2 {font-size:26px;font-family:'Raleway-Medium', sans-serif;color:#000000;}@media (max-width:1200px) {.development-title .h2 {font-size:26px;}}@media (max-width:992px) {.development-title .h2 {font-size:24px;}}@media (max-width:768px) {.development-title .h2 {font-size:24px;}}.development-title .h5 {font-size:18px;font-family:'Raleway-Light', sans-serif;color:#000000;}@media (max-width:1200px) {.development-title .h5 {font-size:22px;}}@media (max-width:992px) {.development-title .h5 {font-size:20px;}}@media (max-width:768px) {.development-title .h5 {font-size:18px;}}.development .main-title {background:#fff url("../images/development/development-bg.jpg") center center / cover no-repeat;width:100%;-webkit-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);-moz-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);margin-bottom:30px;}.development .main-title__container {height:370px;display:table;width:100%;}.development .main-title__container .h1 {font-size:52px;font-family:'Raleway-Bold', sans-serif;}@media (max-width:1200px) {.development .main-title__container .h1 {font-size:33px;}}@media (max-width:992px) {.development .main-title__container .h1 {font-size:30px;}}@media (max-width:768px) {.development .main-title__container .h1 {font-size:28px;}}.development .main-title__container .h3 {font-size:22px;}@media (max-width:1200px) {.development .main-title__container .h3 {font-size:22px;}}@media (max-width:992px) {.development .main-title__container .h3 {font-size:20px;}}@media (max-width:768px) {.development .main-title__container .h3 {font-size:18px;}}.development .employment-dev {padding:60px 0 25px 0;background:#f7f7f7;}@media (max-width:768px) {.development .employment-dev {text-align:center;}}.development .employment-dev .h3 {display:block;color:#000000;font-family:'Raleway-Semibold', sans-serif;font-size:32px;padding-bottom:3px;}@media (max-width:992px) {.development .employment-dev .h3 {font-size:28px;}}@media (max-width:768px) {.development .employment-dev .h3 {font-size:22px;}}.development .employment-dev p {display:block;margin:0 auto;color:#000000;font-family:'Raleway-Medium', sans-serif;font-size:16px;padding-bottom:40px;}@media (max-width:768px) {.development .employment-dev p {padding-bottom:20px;}}.development .employment-dev .button-container {width:100%;text-align:center;margin-top:20px;}@media (max-width:768px) {.development .employment-dev .button-container {margin-top:0px;}}.development .employment-dev .button__link {text-align:center;margin:12px 0px;border:none;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;text-decoration:none;padding:12px 10px;color:#fff;background:#e95646;-webkit-transition:all .3s;transition:all .3s;border-radius:8px;width:100%;max-width:225px;font-family:"Raleway-Medium", sans-serif;}@media (max-width:1200px) {.development .employment-dev .button__link {padding:10px 24px ;}}.development .employment-dev .button__link:hover {background:#e95646;color:#fff;}.development .section-colored {background:#f3f3f3;}.development .workers-sample {text-align:right;}.development .workers-sample .title-holder {display:block;}.development .content {padding:30px 0;}.development .content.content1 {padding:30px 0;}@media (max-width:768px) {.development .content.content1 {padding:0 0 30px 0;}}.development .content.content2 {padding:75px 0 33px 0;}.development .content.content3 {padding:53px 0 85px 0;}@media (max-width:768px) {.development .content.content3 {padding:50px 0 50px 0;}}.development .content.content4 {padding:95px 0 80px 0;}.development .content.content5 {padding:103px 0 31px 0;}@media (max-width:768px) {.development .content.content5 {padding:50px 0 30px 0;}}.development .content.content6 {padding:54px 0 50px 0;}@media (max-width:768px) {.development .content.content6 {padding:30px 0 30px 0;}}.development .content.content7 {padding:30px 0 140px 0;}@media (max-width:768px) {.development .content.content7 {padding:30px 0 80px 0;}}.development .content__img {width:auto;max-width:290px;text-align:center;}@media (max-width:1200px) {.development .content__img {background-position:center center;}}@media (max-width:768px) {.development .content__img {background-position:center center;}}.development .content__img-container {text-align:center;position:relative;}.development .content__img-container.content__img-container1 {left:30px;}@media (max-width:1200px) {.development .content__img-container.content__img-container1 {left:0px;}}@media (max-width:768px) {.development .content__img-container.content__img-container1 {min-height:213px;}}.development .content__img-container.content__img-container2 {left:-30px;}@media (max-width:1200px) {.development .content__img-container.content__img-container2 {left:0px;}}@media (max-width:768px) {.development .content__img-container.content__img-container2 {min-height:201px;}}.development .content__img-container.content__img-container3 {left:30px;}@media (max-width:1200px) {.development .content__img-container.content__img-container3 {left:0px;}}@media (max-width:768px) {.development .content__img-container.content__img-container3 {min-height:154px;}}.development .content__img-container.content__img-container4 {left:-30px;}@media (max-width:1200px) {.development .content__img-container.content__img-container4 {left:0px;}}@media (max-width:768px) {.development .content__img-container.content__img-container4 {min-height:200px;}}.development .content__img-container.content__img-container5 {left:9px;}@media (max-width:1200px) {.development .content__img-container.content__img-container5 {left:0px;}}@media (max-width:768px) {.development .content__img-container.content__img-container5 {min-height:107px;}}.development .content__img-container.content__img-container6 {left:-30px;}@media (max-width:1200px) {.development .content__img-container.content__img-container6 {left:0px;}}@media (max-width:768px) {.development .content__img-container.content__img-container6 {min-height:160px;}}.development .content__img-container.content__img-container7 {left:30px;}@media (max-width:1200px) {.development .content__img-container.content__img-container7 {left:0px;}}@media (max-width:768px) {.development .content__img-container.content__img-container7 {min-height:129px;}}.development .content__text {margin:20px 0 0 10%;text-align:left;width:80%;}@media (max-width:768px) {.development .content__text {text-align:center;width:auto;margin:20px 0 0 0;}}.development .content__text.content__text1 {margin:20px 0 0 10%;}@media (max-width:1200px) {.development .content__text.content__text1 {margin:20px 0 0 10%;}}@media (max-width:992px) {.development .content__text.content__text1 {margin:20px 0 30px 10%;}}@media (max-width:768px) {.development .content__text.content__text1 {margin:20px 0 30px 0;}}.development .content__text.content__text2 {margin:20px 0 0 15%;}@media (max-width:1200px) {.development .content__text.content__text2 {margin:20px 0 0 10%;}}@media (max-width:992px) {.development .content__text.content__text2 {margin:20px 0 30px 10%;}}@media (max-width:768px) {.development .content__text.content__text2 {margin:20px 0 30px 0;}}.development .content__text.content__text3 {margin:20px 0 0 10%;}@media (max-width:1200px) {.development .content__text.content__text3 {margin:20px 0 0 10%;}}@media (max-width:992px) {.development .content__text.content__text3 {margin:20px 0 30px 10%;}}@media (max-width:768px) {.development .content__text.content__text3 {margin:20px 0 30px 0;}}.development .content__text.content__text3 p {max-width:460px;}@media (max-width:1200px) {.development .content__text.content__text3 p {max-width:none;}}.development .content__text.content__text4 {margin:15px 0 0 15%;text-align:left;width:76%;}@media (max-width:1200px) {.development .content__text.content__text4 {margin:10px 0 0 10%;width:80%;}}@media (max-width:992px) {.development .content__text.content__text4 {margin:10px 0 30px 10%;width:auto;}}@media (max-width:768px) {.development .content__text.content__text4 {text-align:center;margin:20px 0 30px 0;}}.development .content__text.content__text5 {margin:10px 0 0 10%;}@media (max-width:1200px) {.development .content__text.content__text5 {margin:10px 0 0 10%;}}@media (max-width:992px) {.development .content__text.content__text5 {margin:10px 0 30px 10%;}}@media (max-width:768px) {.development .content__text.content__text5 {margin:20px 0 30px 0;}}.development .content__text.content__text6 {margin:20px 0 0 15%;}@media (max-width:1200px) {.development .content__text.content__text6 {margin:20px 0 0 10%;}}@media (max-width:992px) {.development .content__text.content__text6 {margin:20px 0 30px 10%;}}@media (max-width:768px) {.development .content__text.content__text6 {margin:20px 0 30px 0;}}.development .content__text.content__text7 {margin:43px 0 0 10%;}@media (max-width:1200px) {.development .content__text.content__text7 {margin:20px 0 0 10%;}}@media (max-width:992px) {.development .content__text.content__text7 {margin:20px 0 30px 10%;}}@media (max-width:768px) {.development .content__text.content__text7 {margin:20px 0 30px 0;}}.development .content__text .h4 {margin-bottom:13px;font-size:28px;font-family:'Raleway-Medium', sans-serif;color:#ee5c4c;}@media (max-width:768px) {.development .content__text .h4 {font-size:22px;}}.development .content__text p {display:block;margin:0;color:#1a1a1a;}.development .content__text .margened-bottom {margin-bottom:40px;}@media (max-width:768px) {.development .content__text .margened-bottom {margin-bottom:20px;}}.showblocks .title-holder-colored .h3 {font-size:22px;font-family:'Raleway-Light', sans-serif;}.showblocks .main-title {background:#fff url("../images/newblocks/foto-header.jpg") center center / cover no-repeat;width:100%;-webkit-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);-moz-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);margin-bottom:30px;}.showblocks .main-title__container {height:370px;display:table;width:100%;}.showblocks .employment {padding:30px 0;}.showblocks .employment .button-container {display:inline-block;width:auto;margin-top:24px;text-align:left;}.showblocks .employment .button__link {font-size:12px;text-align:center;font-weight:600;border:none;text-transform:capitalize;border-radius:2px;display:inline-block;box-sizing:border-box;text-decoration:none;padding:15px 50px;color:#4e4e4e;background:#f5f5f5;transition:all .3s;}@media (max-width:1200px) {.showblocks .employment .button__link {padding:10px 30px ;}}.showblocks .employment .button__link:hover {background:#f5f5f5;color:#4e4e4e;}.showblocks .blog .fa {color:#fff;width:32px;height:32px;text-align:center;line-height:32px;border-radius:50%;}.showblocks .blog .fa:hover {opacity:.5;}.showblocks .blog .fa-vk {background:#6996c7;}.showblocks .blog .fa-facebook {background:#496194;}.showblocks .blog .fa-twitter {background:#28c3ff;}.showblocks .blog__img {width:auto;min-height:460px;margin-bottom:0;position:relative;}@media (max-width:768px) {.showblocks .blog__img {min-height:260px;}}.showblocks .blog__img.blog__img1 {background:url("../images/news/blog1.jpg") center / cover no-repeat;}.showblocks .blog__img.blog__img2 {background:url("../images/news/blog2.jpg") center / cover no-repeat;}.showblocks .blog__content {border-bottom:1px solid #d4d4d4;padding:20px 0;color:#686868;margin-bottom:20px;}.showblocks .blog__content ul {padding-left:20px;}.showblocks .blog__content h1,.showblocks .blog__content h2,.showblocks .blog__content h3,.showblocks .blog__content h4,.showblocks .blog__content h5,.showblocks .blog__content h6 {display:block;font-family:'Raleway-Bold', sans-serif;color:#000;}.showblocks .blog__content strong {color:#000;}.showblocks .blog__title {display:block;margin-bottom:20px;font-family:'Raleway-Bold', sans-serif;font-size:26px;color:#000;}.showblocks .blog__news {display:block;color:#686868;margin-bottom:30px;font-family:'Raleway-Light', sans-serif;font-size:14px;}.showblocks .blog__author {width:100%;display:inline-block;text-align:left;font-family:'Raleway-Light', sans-serif;font-size:14px;color:#686868;}.showblocks .blog__author2 {width:100%;display:inline-block;text-align:right;}.showblocks .blog__imgdescription {font-family:'Raleway-Light', sans-serif;font-size:14px;margin-bottom:30px;margin-top:5px;display:block;}.showblocks .blog__date {display:block;font-family:'Raleway-Regular', sans-serif;font-size:20px;color:#000;margin-bottom:30px;}.showblocks .aside {margin-bottom:30px;}.showblocks .aside__title {font-family:'Raleway-Medium', sans-serif;font-size:18px;display:block;margin-bottom:30px;}.showblocks .aside__news {display:block;color:#4b4b4b;margin-bottom:15px;font-family:'Raleway-Light', sans-serif;font-size:16px;}.showblocks .aside__date {display:block;font-family:'Raleway-Light', sans-serif;font-size:14px;color:#898989;}.showblocks .aside .imaged {margin:0px;}.showblocks .aside .imaged__title-holder {max-width:172px;}.showblocks .aside .imaged__img {max-width:172px;min-height:90px;max-height:90px;margin-bottom:0;position:relative;}.showblocks .aside .imaged__img.imaged__img1 {background:url("../images/news/prototype.jpg") center center no-repeat;}.showblocks .aside .imaged__img.imaged__img2 {background:url("../images/news/graphql.jpg") center no-repeat;}.showblocks .aside .imaged__img.imaged__img3 {background:url("../images/news/ux.jpg") center no-repeat;}.contacts .container-padding {padding-left:15px;padding-right:15px;}.contacts .main-title {background:#fff;width:100%;-webkit-box-shadow:inset 0px 12px 26px -15px rgba(0, 0, 0, 0.57);-moz-box-shadow:inset 0px 12px 26px -15px rgba(0, 0, 0, 0.57);box-shadow:inset 0px 12px 26px -15px rgba(0, 0, 0, 0.57);margin-bottom:0;}.contacts .main-title__container {height:246px;}.contacts .title-holder .h1 {font-family:"Raleway-Regular", sans-serif;font-size:36px;}@media (max-width:1200px) {.contacts .title-holder .h1 {font-size:33px;}}@media (max-width:992px) {.contacts .title-holder .h1 {font-size:30px;}}@media (max-width:768px) {.contacts .title-holder .h1 {font-size:28px;}}.contacts .title-holder .h4 {font-family:"Raleway-Regular", sans-serif;font-size:22px;display:block;margin-top:10px;}.contacts .text-holder {display:block;margin:0 auto;max-width:375px;text-align:left;}@media (max-width:992px) {.contacts .text-holder {text-align:center;}}.contacts .text-holder .margened-bottom {margin-bottom:30px;}.contacts .text-holder .h4 {font-family:'Raleway-Medium', sans-serif;font-size:28px;margin-bottom:48px;position:relative;}@media (max-width:992px) {.contacts .text-holder .h4 {font-size:24px;}}@media (max-width:768px) {.contacts .text-holder .h4 {font-size:22px;}}.contacts .text-holder .h4:after {position:absolute;content:"";background:#dbdbdb;width:54px;height:2px;left:0;bottom:-12px;}@media (max-width:992px) {.contacts .text-holder .h4:after {left:50%;margin-left:-27px;}}.contacts .text-holder p {font-family:'Roboto-Regular', sans-serif;font-size:16px;color:#606060;}.contacts .text-holder .holder {list-style-type:none;text-align:left;padding-top:40px;}@media (max-width:992px) {.contacts .text-holder .holder {text-align:center;}}.contacts .text-holder .holder__item {padding:0 0 30px 60px;position:relative;}@media (max-width:992px) {.contacts .text-holder .holder__item {padding:60px 0 30px 0px;}}.contacts .text-holder .holder__item:after {content:'';position:absolute;height:50px;width:51px;left:0;top:0px;}@media (max-width:992px) {.contacts .text-holder .holder__item:after {left:50%;margin-left:-25px;}}.contacts .text-holder .holder__item.holder__item1:after {background:url("../images/contacts/location.png") center center no-repeat;}.contacts .text-holder .holder__item.holder__item2:after {background:url("../images/contacts/time.png") center center no-repeat;}.contacts .text-holder .holder__item.holder__item3:after {background:url("../images/contacts/phone.png") center center no-repeat;}.contacts .text-holder .holder__title {display:block;font-family:'Raleway-SemiBold', sans-serif;font-size:15px;text-transform:uppercase;padding-bottom:15px;}.contacts .text-holder .holder__text {display:block;font-family:'Roboto-Light', sans-serif;font-size:15px;color:#606060;line-height:2;}.contacts .form-container {margin:39px 0 110px 0;}@media (max-width:992px) {.contacts .form-container {margin:39px 0 80px 0;}}@media (max-width:768px) {.contacts .form-container {margin:39px 0 20px 0;}}.contacts .form-section {background:#fff;margin:0 -15px;}.contacts .form-section input::placeholder {color:#999999;}.contacts .form-section textarea::placeholder {color:#999999;}.contacts .form-section .heading__title {display:block;padding:109px 0 5px 0;font-family:'Raleway-Regular', sans-serif;font-size:36px;color:#000;text-align:center;letter-spacing:0;}@media (max-width:992px) {.contacts .form-section .heading__title {padding:40px 0 5px 0;}}.contacts .form-section .heading__subtitle {display:block;padding:0 0 80px 0;font-family:'Raleway-Light', sans-serif;font-size:22px;color:#000;text-align:center;}@media (max-width:992px) {.contacts .form-section .heading__subtitle {padding:0 0 50px 0;}}@media (max-width:768px) {.contacts .form-section .heading__subtitle {padding:0 0 40px 0;}}.contacts .form-section .float-change {float:right;}.contacts .form-section .form {float:right;max-width:720px;margin-right:0;padding-bottom:76px;}@media (max-width:992px) {.contacts .form-section .form {margin:0 auto;}}.contacts .form-section .form__row {margin-bottom:15px;position:relative;}.contacts .form-section .form__input {display:block;border:2px solid #e6e6e6;font-family:"Raleway-Medium", sans-serif;color:#848383;font-size:13px;width:100%;padding:16px 15px 15px 30px;line-height:1;letter-spacing:0.08em;background:#fff;border-radius:3px;}.contacts .form-section .form__input:focus,.contacts .form-section .form__input:hover,.contacts .form-section .form__input:active {outline:none;}.contacts .form-section .form__textarea {height:250px;padding:16px 15px 15px 30px;border:2px solid #e6e6e6;font-family:"Raleway-Medium", sans-serif;color:#848383;font-size:13px;width:100%;line-height:1;letter-spacing:0.08em;background:#fff;border-radius:3px;}.contacts .form-section .form__textarea:focus {outline:none;}.contacts .form-section .form .submit-container {padding-top:7px;text-align:right;}@media (max-width:992px) {.contacts .form-section .form .submit-container {text-align:center;}}.contacts .form-section .form__submit {margin:12px 0px;border:none;display:inline-block;box-sizing:border-box;text-decoration:none;padding:12px 10px;color:#fff;background:#e95646;transition:all .3s;border-radius:8px;width:100%;max-width:225px;font-family:"Raleway-Medium", sans-serif;}.contacts .form-section .form__submit:hover {background:#e95646;color:#fff;}.contacts .form-section .form__submit:focus,.contacts .form-section .form__submit:hover,.contacts .form-section .form__submit:active {outline:none;}.contacts .map-holder {background:#cecece;min-height:420px;margin:auto;}.contacts .map-holder #map {height:500px;margin-right:-15px;margin-left:-15px;}.contacts .map-holder .imageBissinessCentre {display:none;}.contacts .map-holder .imageIcon {display:none;}.header-main {background:url("../images/site/bg.jpg") center center / cover no-repeat;}@media (max-width:992px) {.header-main {background:url("../images/site/bg.jpg") 50% center no-repeat;}}@media (max-width:768px) {.header-main {background:url("../images/site/bg.jpg") 100% center no-repeat;}}.header-main .float-change {float:right;}.header-main .main-title {background:none;width:auto;}.header-main .main-title__container {height:520px;display:block;width:auto;position:relative;padding:100px 0 30px 0;}@media (max-width:768px) {.header-main .main-title__container {padding:100px 0 0 0;}}.header-main .main-title__container:after {content:"";background:none;position:absolute;}.header-main .title-holder {min-height:100px;text-align:left;display:block;}@media (max-width:768px) {.header-main .title-holder {text-align:center;}}.header-main .title-holder-colored {color:#fff;}.header-main .title-holder-colored h1 {font-family:'Raleway-SemiBold', sans-serif;font-size:54px;margin-bottom:20px;}@media (max-width:768px) {.header-main .title-holder-colored h1 {font-size:40px;}}.header-main .title-holder-colored p {color:#fff;display:block;margin-bottom:50px;font-family:'Raleway-Light', sans-serif;font-size:14px;line-height:2;}@media (max-width:992px) {.header-main .title-holder-colored p {width:auto;}}.header-main .title-holder-colored .span {display:block;color:#fff;font-family:'Raleway-Thin', sans-serif;font-size:24px;text-transform:uppercase;}.header-main .title-holder-colored .button {margin-top:11px;}.header-main .title-holder-colored .button__link {position:relative;display:inline-block;box-sizing:border-box;border:none;border-radius:9px;padding:14px 21px 14px 21px;color:#ffffff;background:#e95646;vertical-align:middle;transition:all .3s;width:100%;font-size:13px;max-width:150px;font-family:"Raleway-Bold", sans-serif;text-transform:uppercase;letter-spacing:0.06em;text-align:left;}.header-main .title-holder-colored .button__link:hover {color:#ffffff;background:#e95646;}@media (max-width:1200px) {.header-main .title-holder-colored .button__link {display:none;}}.header-main .title-holder-colored .button__link:after {position:absolute;content:"";right:18px;top:50%;width:23px;height:25px;margin-top:-13px;background:url("../images/site/arrow.png");}.header-main .title-holder-colored .button__img {display:inline-block;vertical-align:middle;margin-left:10px;width:25px;height:25px;background:url("../images/site/arrow.png");}.header-main .header {overflow:hidden;}.header-main .header-holder {height:70px;margin:10px 0;}.header-main .logo {width:70px;}.header-main .logo-holder {float:left;display:inline-block;}.header-main .languages {width:40px;margin-left:30px;display:inline-block;position:relative;top:-5px;}.header-main .languages img {width:100%;}.header-main .menu {min-height:70px;line-height:70px;text-align:right;}.header-main .menu-holder {width:90%;float:right;padding-left:3%;}@media (max-width:1200px) {.header-main .menu-holder {display:none;}}.header-main .menu__list {display:inline-block;vertical-align:middle;line-height:1;}@media (max-width:1200px) {.header-main .menu__list {display:none;}}.header-main .menu__item {display:inline-block;padding:0 0 5px 30px;}.header-main .menu__item:last-child {padding-right:0;}.header-main .menu__item:first-child {padding-left:0;}.header-main .menu__link {font-family:'Raleway-Medium', sans-serif;font-size:16px;font-weight:500;color:#fff;transition:all .3s;}.header-main .menu__link:hover,.header-main .menu__link:active {color:#e95646;text-decoration:none;}.header-main .button a {display:inline-block;}@media (max-width:1200px) {.header-main .button a {display:none;}}.header-main .button-holder {float:right;margin-top:11px;}.header-main .button__link {display:inline-block;box-sizing:border-box;border:1px solid #e95646;border-radius:50px;padding:9px 22px 9px 22px;color:#fff;vertical-align:middle;transition:all .3s;}@media (max-width:1200px) {.header-main .button__link {display:none;}}.header-main .button__img {display:inline-block;vertical-align:middle;margin-left:10px;width:25px;height:25px;background:url("../images/site/rocket.png");}.header-main .burger__link {display:none;vertical-align:middle;font-size:30px;padding:0 15px;color:#fff;transition:all .3s;}.header-main .burger__link:hover,.header-main .burger__link:active,.header-main .burger__link:focus {color:#fff;}@media (max-width:1200px) {.header-main .burger__link {display:inline-block;}}.header-main .button__link:hover,.header-main .button__link:focus {color:#fff;text-decoration:none;background:#e95646;}.header-main .button__link:hover .button__img,.header-main .button__link:focus .button__img {color:#fff;}.main-page {}.main-page .about {margin:80px 0;}@media (max-width:992px) {.main-page .about {margin:40px 0;}}@media (max-width:768px) {.main-page .about {margin:30px 0 0 0;}}.main-page .about__container {min-height:310px;}@media (max-width:992px) {.main-page .about__container {min-height:310px;}}@media (max-width:768px) {.main-page .about__container {min-height:250px;}}.main-page .about__img {min-height:100px;margin-bottom:46px;}.main-page .about__img.about__img1 {background:url("../images/site/icon1.png") center no-repeat;}.main-page .about__img.about__img2 {background:url("../images/site/icon2.png") center no-repeat;}.main-page .about__img.about__img3 {background:url("../images/site/icon3.png") center no-repeat;}.main-page .about__img.about__img4 {background:url("../images/site/icon4.png") center center no-repeat;}@media (max-width:1200px) {.main-page .about__img {margin-bottom:23px;}}@media (max-width:992px) {.main-page .about__img {margin-bottom:7px;}}.main-page .about .h4 {display:block;color:#313131;font-family:'Raleway-Medium', sans-serif;font-size:20px;}.main-page .about__title-holder {text-align:center;padding-bottom:20px;min-height:auto;}@media (max-width:992px) {.main-page .about__title-holder {min-height:auto;}}@media (max-width:768px) {.main-page .about__title-holder {min-height:auto;}}.main-page .about__text-holder {min-height:70px;padding:0 15px;}.main-page .about__text-holder p {text-align:left;font-family:'Raleway-Light', sans-serif;font-size:15px;color:#868686;line-height:1.7;}@media (max-width:768px) {.main-page .about__text-holder p {text-align:center;}}.main-page .individual-bg {min-height:500px;position:relative;}@media (max-width:992px) {.main-page .individual-bg {min-height:450px;}}@media (max-width:768px) {.main-page .individual-bg {min-height:250px;}}.main-page .individual-bg .overlay {position:absolute;width:100%;height:100%;top:0;left:0;bottom:0;right:0;background:rgba(48, 48, 48, 0.67);margin:auto;}.main-page .individual-bg .individual-holder {height:500px;}.main-page .individual-bg .individual-holder .h2 {color:#fff;padding-bottom:60px;}.main-page .individual-bg .individual-holder .logo-holder {float:none;padding-bottom:50px;}.main-page .individual {background:none;width:100%;margin:0;}.main-page .individual__container {height:450px;display:table;}.main-page .individual-holder {height:150px;text-align:center;display:table-cell;vertical-align:middle;}.main-page .individual-holder .h2 {text-transform:uppercase;font-size:36px;color:#1d1d1d;padding-bottom:20px;}@media (max-width:992px) {.main-page .individual-holder .h2 {font-size:30px;}}@media (max-width:768px) {.main-page .individual-holder .h2 {font-size:24px;}}.main-page .individual-holder .h3 {padding-bottom:40px;}@media (max-width:992px) {.main-page .individual-holder .h3 {font-size:20px;}}@media (max-width:768px) {.main-page .individual-holder .h3 {font-size:18px;}}.main-page .individual-holder .button__link {border-radius:0;border:none;display:inline-block;box-sizing:border-box;text-decoration:none;padding:12px 10px;color:#fff;background:#e95646;transition:all .3s;border-radius:8px;width:100%;max-width:225px;font-family:"Raleway-Medium", sans-serif;}.main-page .individual-holder .button__link:hover {background:#e95646;color:#fff;}.main-page .another-bg {background:#fcfcfc;}.main-page .content {padding:30px 0;}.main-page .content__img {width:auto;background-position:center top;background-repeat:no-repeat;margin-bottom:20px;background-size:contain;}@media (max-width:1200px) {.main-page .content__img {background-position:center center;}}@media (max-width:768px) {.main-page .content__img {background-position:center center;}}.main-page .content__img.content__img1 {background-image:url("../images/site/pc-1.png");min-height:560px;}@media (max-width:768px) {.main-page .content__img.content__img1 {min-height:213px;}}.main-page .content__img.content__img2 {background-image:url("../images/site/center.png");min-height:470px;}@media (max-width:768px) {.main-page .content__img.content__img2 {min-height:251px;}}.main-page .content__img.content__img3 {background-image:url("../images/site/phone5.png");min-height:600px;}@media (max-width:768px) {.main-page .content__img.content__img3 {min-height:230px;}}.main-page .content__img.content__img4 {background-image:url("../images/site/mac-book.png");min-height:600px;margin-left:-300px;}@media (max-width:992px) {.main-page .content__img.content__img4 {margin-left:-50px;min-height:400px;}}@media (max-width:768px) {.main-page .content__img.content__img4 {margin-left:0;min-height:250px;}}.main-page .content__text {margin:20% 0 0 0;text-align:left;}@media (max-width:768px) {.main-page .content__text {margin:10% 0 0 0;text-align:center;}}.main-page .content__text-nomargin {margin:20px 0 0 20px;}@media (max-width:1200px) {.main-page .content__text-nomargin {margin:20px 0 0 0;}}.main-page .content__text .button__linksection {display:inline-block;text-align:center;background:transparent;border-radius:9px;color:#ff3131;color:#e95646;border:2px solid #e95646;width:100%;max-width:180px;padding:12px 10px 12px 10px;font-size:14px;font-family:"Raleway-Regular", sans-serif;transition:all .3s;}.main-page .content__text .button__linksection:hover {background:#e95646;color:#fff;}.main-page .content__text .h4 {line-height:1.2;margin-bottom:13px;font-size:28px;font-family:'Raleway-Regular', sans-serif;color:#242323;}@media (max-width:992px) {.main-page .content__text .h4 {font-size:24px;}}@media (max-width:768px) {.main-page .content__text .h4 {font-size:21px;}}.main-page .content__text p {display:block;color:#2f2f2f;font-family:'Raleway-Light', sans-serif;}.main-page .content__text .margened-bottom {margin-bottom:40px;}@media (max-width:768px) {.main-page .content__text .margened-bottom {margin-bottom:20px;}}.main-page .content__text .list {text-align:left;}@media (max-width:768px) {.main-page .content__text .list {max-width:300px;margin:0 auto;}}.main-page .content__text .list__item {list-style:none;font-family:'Raleway-Light', sans-serif;padding-left:20px;padding-bottom:3px;position:relative;color:#2f2f2f;font-size:15px;line-height:1.6;}.main-page .content__text .list__item:before {position:absolute;content:'';border-radius:50%;width:4px;height:4px;background:#2f2f2f;top:10px;left:0;}.main-page .worker-sample {padding:30px 0;}@media (max-width:992px) {.main-page .worker-sample {padding:10px 0;}}@media (max-width:768px) {.main-page .worker-sample {padding:0;}}.main-page .worker-sample.worker-sample2 .content {padding:50px 0 30px 0;}@media (max-width:768px) {.main-page .worker-sample.worker-sample2 .content {padding:30px 0 30px 0;}}.main-page .worker-sample.worker-sample2 .button__linksection {max-width:200px;display:inline-block;}.main-page .worker-sample.worker-sample3 p {color:#2f2f2f;}.main-page .worker-sample.worker-sample4 .button__linksection1 {display:inline-block;text-align:center;background:transparent;border-radius:9px;color:#e95646;border:2px solid #e95646;width:100%;max-width:202px;padding:12px 10px 12px 10px;font-size:14px;font-family:"Raleway-Regular", sans-serif;transition:all .3s;}.main-page .worker-sample.worker-sample4 .button__linksection1:hover {background:#e95646;color:#fff;}.main-page .float-change {float:right;}@media (max-width:768px) {.main-page .float-change {float:left;}}.main-page .imaged {margin:0px;}.main-page .imaged__img {display:block;max-width:366px;min-height:196px;margin:0 auto;position:relative;}.main-page .imaged__img.imaged__img4 {background:url("../images/newblocks/news4.jpg") center no-repeat;}.main-page .imaged__img.imaged__img5 {background:url("../images/newblocks/news5.jpg") center no-repeat;}.main-page .imaged__img.imaged__img6 {background:url("../images/newblocks/news6.jpg") center no-repeat;}.main-page .blog {margin:45px 0 30px 0;}.main-page .blog .content__text {margin-top:0;}@media (max-width:768px) {.main-page .blog .content__text {text-align:left;}}.main-page .blog__content {border:1px solid #e8e8e8;border-top:1px solid transparent;padding:14px 20px 90px 20px;color:#686868;margin:0 auto 45px;max-width:366px;position:relative;min-height:350px;}@media (max-width:1200px) {.main-page .blog__content {min-height:330px;padding:15px 15px 70px 15px;}}@media (max-width:768px) {.main-page .blog__content {min-height:310px;padding:15px 15px 60px 15px;}}.main-page .blog__title {display:block;margin-bottom:6px;font-family:'Raleway-Medium', sans-serif;font-size:20px;color:#000;}@media (max-width:1200px) {.main-page .blog__title {font-size:18px;}}@media (max-width:768px) {.main-page .blog__title {font-size:17px;}}.main-page .blog__container {display:block;min-height:115px;max-height:115px;}.main-page .blog__news {text-align:left;}@media (max-width:768px) {.main-page .blog__news {text-align:left;}}.main-page .blog__news p {display:block;color:#686868;font-family:'Raleway-Light', sans-serif;font-size:14px;}.main-page .blog__author {display:inline-block;width:65%;font-family:'Raleway-Light', sans-serif;font-size:14px;color:#b2b2b2;float:left;text-align:left;}@media (max-width:1200px) {.main-page .blog__author {font-size:12px;}}.main-page .blog__date {font-family:'Raleway-Light', sans-serif;font-size:12px;color:#b2b2b2;float:right;}.main-page .blog .span-container {overflow:hidden;padding-bottom:25px;}.main-page .blog .button-container {display:block;overflow:hidden;position:absolute;left:0;right:0;margin:auto;bottom:35px;text-align:center;}@media (max-width:1200px) {.main-page .blog .button-container {bottom:15px;}}.main-page .blog .button__link {border:1px solid #e95646;text-transform:lowercase;display:inline-block;box-sizing:border-box;text-decoration:none;padding:19px 10px;font-size:12px;color:#686868;transition:all .3s;line-height:1;max-width:186px;width:100%;font-family:"Raleway-Bold", sans-serif;text-transform:uppercase;border-radius:25px;z-index:100;}@media (max-width:1200px) {.main-page .blog .button__link {max-width:150px;padding:14px 3px;font-size:11px;}}.main-page .blog .button__link:hover {cursor:pointer;background:#e95646;color:#fff;}.main-page .h3 {font-family:'Raleway-regular', sans-serif;font-size:28px;padding-bottom:30px;text-align:center;}.main-page .owl-prev {position:absolute;top:30%;left:-5%;width:30px;height:58px;background:url("../images/site/left-arrow.png") center no-repeat;}.main-page .owl-next {position:absolute;top:30%;right:-5%;width:30px;height:58px;background:url("../images/site/right-arrow.png") center no-repeat;}.main-page .slider {margin:50px 0 110px 0;}.main-page .slider-holder {position:relative;}.main-page .slider__item {display:block;margin:0 auto;box-shadow:0px 0px 19.8px 0.2px rgba(102, 105, 120, 0.07);width:252px;height:122px;max-height:122px;text-align:left;padding:10px;border:1px solid #ededed;background:#f7f7f7;border-radius:5px;position:relative;}.main-page .slider__link {position:absolute;width:100%;height:100%;display:block;left:0;top:0;margin:auto;bottom:0;right:0;z-index:2;}.main-page .slider__img {position:relative;top:50%;display:block;max-width:250px;max-height:87px;}.main-page .slider__img.slider__img1 {background:url("../images/site/lens.png") center center / auto no-repeat;min-height:44px;margin-top:-22px;}.main-page .slider__img.slider__img2 {background:url("../images/site/sisu.png") center center / auto no-repeat;min-height:62px;margin-top:-31px;}.main-page .slider__img.slider__img3 {background:url("../images/site/digigrow.png") center center / auto no-repeat;min-height:78px;margin-top:-39px;}.main-page .slider__img.slider__img4 {background:url("../images/site/aspyre.png") center center / auto no-repeat;height:86px;margin-top:-43px;}.main-page .slider__img.slider__img5 {background:url("../images/site/inforum.png") center center / auto no-repeat;height:55px;margin-top:-27px;}.main-page .slider__subheading {display:block;margin-bottom:20px;font-family:'Raleway-Regular', sans-serif;font-size:20px;color:#000;text-transform:uppercase;}.main-page .slider__text {font-family:'Raleway-Regular', sans-serif;font-size:14px;color:#707070;}.main-page .section-clients {margin:100px 0 110px 0;}@media (max-width:992px) {.main-page .section-clients {margin:80px 0 90px 0;}}@media (max-width:768px) {.main-page .section-clients {margin:50px 0 60px 0;}}.main-page .section-clients .container-short {max-width:1000px;}.main-page .section-clients .clients-table {margin-top:30px;}@media (max-width:768px) {.main-page .section-clients .clients-table {margin-top:0;}}.main-page .section-clients .clients-table .border-vertical {border-right:1px solid #ededed;}.main-page .section-clients .clients-table .border-vertical:nth-child(4) {border-right:none;}@media (max-width:992px) {.main-page .section-clients .clients-table .border-vertical:nth-child(2) {border-right:none;}.main-page .section-clients .clients-table .border-vertical:nth-child(1),.main-page .section-clients .clients-table .border-vertical:nth-child(2) {border-bottom:1px solid #ededed;}}@media (max-width:768px) {.main-page .section-clients .clients-table .border-vertical {border-right:none;}.main-page .section-clients .clients-table .border-vertical:nth-child(1),.main-page .section-clients .clients-table .border-vertical:nth-child(2),.main-page .section-clients .clients-table .border-vertical:nth-child(3) {border-bottom:none;}}.main-page .section-clients .clients-table__item {height:141px;border-top:1px solid #ededed;margin-right:-15px;margin-left:-15px;}.main-page .section-clients .clients-table__item:nth-child(1) {border-top:none;}@media (max-width:768px) {.main-page .section-clients .clients-table__item:nth-child(1) {border-top:1px solid #ededed;}}@media (max-width:768px) {.main-page .section-clients .clients-table__item {margin:auto;max-width:400px;}}.main-page .section-clients .clients-table__img {position:relative;top:50%;transform:translateY(-50%);height:86px;display:block;}.main-page .section-clients .clients-table__img.clients-table__img1 {background:url("../images/site/clients-icons/lens.png") center center / auto no-repeat;}.main-page .section-clients .clients-table__img.clients-table__img2 {background:url("../images/site/clients-icons/inforum.png") center center / auto no-repeat;}.main-page .section-clients .clients-table__img.clients-table__img3 {background:url("../images/site/clients-icons/genieme.png") center center / auto no-repeat;}.main-page .section-clients .clients-table__img.clients-table__img4 {background:url("../images/site/clients-icons/aspyre.png") center center / auto no-repeat;}.main-page .section-clients .clients-table__img.clients-table__img5 {background:url("../images/site/clients-icons/d12.png") center center / auto no-repeat;}.main-page .section-clients .clients-table__img.clients-table__img6 {background:url("../images/site/clients-icons/argo.png") center center / auto no-repeat;}.main-page .section-clients .clients-table__img.clients-table__img7 {background:url("../images/site/clients-icons/sisu.png") center center / auto no-repeat;}.main-page .section-clients .clients-table__img.clients-table__img8 {background:url("../images/site/clients-icons/digibook.png") center center / auto no-repeat;}.main-page .section-clients .clients-table__img.clients-table__img9 {background:url("../images/site/clients-icons/kvestpro.png") center center / auto no-repeat;}.main-page .section-clients .clients-table__img.clients-table__img10 {background:url("../images/site/clients-icons/digigrow.png") center center / auto no-repeat;}.main-page .section-clients .clients-table__img.clients-table__img11 {background:url("../images/site/clients-icons/gymcofee.png") center center / auto no-repeat;}.main-page .section-clients .clients-table__img.clients-table__img12 {background:url("../images/site/clients-icons/triangle.png") center center / auto no-repeat;}.web-development .no-gutters {margin-left:-15px;margin-right:-15px;}@media (max-width:1200px) {.web-development .no-gutters {margin-left:0px;margin-right:0px;}}.web-development .h2 {font-family:'Raleway-Bold', sans-serif;font-size:36px;color:#080808;letter-spacing:0;}@media (max-width:1200px) {.web-development .h2 {font-size:32px;}}@media (max-width:992px) {.web-development .h2 {font-size:28px;}}@media (max-width:768px) {.web-development .h2 {font-size:24px;}}.web-development .h5 {font-size:19px;font-family:"Raleway-Bold", sans-serif;color:#080808;position:relative;}@media (max-width:992px) {.web-development .h5 {font-size:19px;}}@media (max-width:992px) {.web-development .h5 {font-size:17px;}}.web-development .img-holder {text-align:left;}@media (max-width:992px) {.web-development .img-holder {text-align:center;}}.web-development .img-holder__img {max-width:600px;height:auto;width:100%;margin-bottom:20px;}.web-development .main-title {background:#fff url("../images/landing/webDevelopment/main-bg.jpg") center center / cover no-repeat;width:100%;-webkit-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);-moz-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);margin-bottom:30px;}.web-development .main-title__container {height:370px;display:table;width:100%;}.web-development .title-holder {text-align:center;display:table-cell;vertical-align:middle;font-size:52px;}@media (max-width:1200px) {.web-development .title-holder .h1 {font-size:48px;}}@media (max-width:992px) {.web-development .title-holder .h1 {font-size:40px;}}@media (max-width:768px) {.web-development .title-holder .h1 {font-size:33px;}}.web-development .title-holder .h4 {font-family:"Raleway-Regular", sans-serif;font-size:22px;display:block;margin-top:10px;}.web-development .title-holder-colored {color:#fff;}.web-development .about {margin:0 auto 10px;}.web-development .about__container {min-height:360px;position:relative;max-width:305px;text-align:center;border-bottom:2px solid #e95646;margin-bottom:10px;}@media (max-width:992px) {.web-development .about__container {min-height:290px;max-width:300px;margin:0 auto 30px;}}@media (max-width:768px) {.web-development .about__container {min-height:270px;}}.web-development .about__container.about__container--left {float:left;}@media (max-width:992px) {.web-development .about__container.about__container--left {float:none;margin:0 auto 30px;}}.web-development .about__container.about__container--center {margin:0 auto 10px;}@media (max-width:992px) {.web-development .about__container.about__container--center {margin:0 auto 30px;}}.web-development .about__container.about__container--right {float:right;}@media (max-width:992px) {.web-development .about__container.about__container--right {float:none;margin:0 auto 30px;}}.web-development .about__img {min-height:108px;max-height:108px;margin-bottom:46px;}.web-development .about__img.about__img1 {background:url("../images/landing/webDevelopment/webdev-icon1.png") center center no-repeat;}@media (max-width:1200px) {.web-development .about__img.about__img1 {background-position:center center;}}.web-development .about__img.about__img2 {background:url("../images/landing/webDevelopment/webdev-icon2.png") center center no-repeat;}@media (max-width:1200px) {.web-development .about__img.about__img2 {background-position:center center;}}.web-development .about__img.about__img3 {background:url("../images/landing/webDevelopment/webdev-icon3.png") center center no-repeat;}@media (max-width:1200px) {.web-development .about__img.about__img3 {background-position:center center;}}@media (max-width:1200px) {.web-development .about__img {margin-bottom:23px;}}@media (max-width:992px) {.web-development .about__img {margin-bottom:7px;}}.web-development .about .h4 {display:block;color:#080808;font-family:'Raleway-SemiBold', sans-serif;}.web-development .about p {font-size:15px;}.web-development .about__title-holder {text-align:center;min-height:48px;}.web-development .heading {text-align:center;padding:100px 0 80px 0;}@media (max-width:992px) {.web-development .heading {padding:80px 0 50px 0;}}@media (max-width:768px) {.web-development .heading {padding:40px 0 40px 0;}}.web-development .heading__title {display:block;text-align:center;letter-spacing:0;padding-bottom:22px;}@media (max-width:1200px) {.web-development .heading__title {padding-bottom:15px;}}@media (max-width:992px) {.web-development .heading__title {padding:0px 0 10px 0;padding-bottom:10px;}}@media (max-width:768px) {.web-development .heading__title {padding-bottom:5px;}}.web-development .heading__subtitle {display:block;padding:0;font-family:'Raleway-Regular', sans-serif;font-size:16px;color:#565656;text-align:center;max-width:660px;margin:auto;line-height:1.8;}@media (max-width:992px) {.web-development .heading__subtitle {padding:0;font-size:15px;}}@media (max-width:768px) {.web-development .heading__subtitle {padding:0;font-size:14px;}}.web-development .button {text-align:center;}.web-development .button__linksection {display:inline-block;text-align:center;background:transparent;border-radius:9px;color:#ff3131;color:#e95646;border:2px solid #e95646;width:100%;max-width:226px;padding:12px 10px 12px 10px;font-size:14px;font-family:"Raleway-Regular", sans-serif;}.web-development .button__linksection:hover {background:#e95646;color:#fff;}.web-development .content-text {text-align:left;}@media (max-width:768px) {.web-development .content-text {text-align:center;}}.web-development .section.section-1 {padding-bottom:110px;}@media (max-width:992px) {.web-development .section.section-1 {padding-bottom:80px;}}@media (max-width:768px) {.web-development .section.section-1 {padding-bottom:50px;}}.web-development .section.section-2 {padding:112px 0 110px 0;background:#fff url("../images/landing/webDevelopment/section2-bg.jpg") center center / cover no-repeat;}.web-development .section.section-2 .content-text {padding-top:40px;max-width:530px;}@media (max-width:992px) {.web-development .section.section-2 .content-text {padding-top:0px;max-width:auto;}}@media (max-width:768px) {.web-development .section.section-2 .content-text {max-width:auto;}}.web-development .section.section-2 .content-text__title {max-width:430px;padding-bottom:40px;}.web-development .section.section-2 .content-text .margened {margin-bottom:40px;}.web-development .section.section-2 .content-text p {font-family:"Robobto-Regular", sans-serif;color:#565656;}.web-development .section.section-2 .button {padding:10px 0;}.web-development .section.section-2 .img-holder {text-align:right;}@media (max-width:992px) {.web-development .section.section-2 .img-holder {text-align:center;}}.web-development .section.section-2 .img-holder__img {max-width:518px;margin-bottom:20px;}.web-development .section.section-3 .border-bottom {padding-bottom:110px;border-bottom:2px solid #e8e8e8;}@media (max-width:1200px) {.web-development .section.section-3 .border-bottom {padding-bottom:90px;}}@media (max-width:992px) {.web-development .section.section-3 .border-bottom {padding-bottom:70px;}}@media (max-width:768px) {.web-development .section.section-3 .border-bottom {padding-bottom:40px;}}.web-development .section.section-3 .content-text {padding-top:20px;max-width:500px;float:right;}@media (max-width:992px) {.web-development .section.section-3 .content-text {padding-top:0px;float:none;}}@media (max-width:768px) {.web-development .section.section-3 .content-text {max-width:auto;}}.web-development .section.section-3 .content-text__subtitle {padding-bottom:10px;}@media (max-width:768px) {.web-development .section.section-3 .content-text__subtitle {display:inline-block;vertical-align:middle;}}.web-development .section.section-3 .content-text__subtitle:before {content:"";position:absolute;width:10px;height:10px;background:#e95646;left:-25px;top:6px;transform:rotate(45deg);}@media (max-width:768px) {.web-development .section.section-3 .content-text__subtitle:before {top:3px;}}.web-development .section.section-3 .content-text .margened {margin-bottom:40px;}.web-development .section.section-3 .img-holder {text-align:left;}@media (max-width:992px) {.web-development .section.section-3 .img-holder {text-align:center;}}.web-development .section.section-3 .img-holder__img {margin-left:-50px;max-width:618px;margin-bottom:20px;}@media (max-width:1200px) {.web-development .section.section-3 .img-holder__img {margin-left:0px;}}.web-development .section.section-4 {padding-bottom:112px;}@media (max-width:1200px) {.web-development .section.section-4 {padding-bottom:90px;}}@media (max-width:992px) {.web-development .section.section-4 {padding-bottom:70px;}}@media (max-width:768px) {.web-development .section.section-4 {padding-bottom:40px;}}.web-development .section.section-4 .box-icon {max-width:555px;border-radius:14px;background:#fff;box-shadow:0 0 58px -2px #e9e6e6;padding:35px 30px;margin-bottom:30px;}.web-development .section.section-4 .box-icon.box-icon--left {float:left;}@media (max-width:992px) {.web-development .section.section-4 .box-icon.box-icon--left {float:none;margin:0 auto 30px;}}.web-development .section.section-4 .box-icon.box-icon--right {float:right;}@media (max-width:992px) {.web-development .section.section-4 .box-icon.box-icon--right {float:none;margin:0 auto 30px;}}.web-development .section.section-4 .box-icon__text-container {padding-left:80px;position:relative;}.web-development .section.section-4 .box-icon__text-container:before {content:'';position:absolute;height:60px;width:60px;left:0;top:0px;}.web-development .section.section-4 .box-icon__text-container.box-icon__text-container1:before {background:url(../images/landing/webDevelopment/section3-icon1.png) center center no-repeat;}.web-development .section.section-4 .box-icon__text-container.box-icon__text-container2:before {background:url(../images/landing/webDevelopment/section3-icon2.png) center center no-repeat;}.web-development .section.section-4 .box-icon__text-container.box-icon__text-container3:before {background:url(../images/landing/webDevelopment/section3-icon3.png) center center no-repeat;}.web-development .section.section-4 .box-icon__text-container.box-icon__text-container4:before {background:url(../images/landing/webDevelopment/section3-icon4.png) center center no-repeat;}.web-development .case-employment {padding:160px 0;text-align:center;background:#f7f7f7;}@media (max-width:992px) {.web-development .case-employment {padding:100px 0;}}@media (max-width:768px) {.web-development .case-employment {padding:60px 0;}}.web-development .case-employment .h3 {display:block;margin:0 auto;color:#000000;font-family:'Raleway-Medium', sans-serif;font-size:36px;padding-bottom:15px;text-transform:uppercase;}@media (max-width:1200px) {.web-development .case-employment .h3 {font-size:33px;}}@media (max-width:992px) {.web-development .case-employment .h3 {font-size:30px;}}@media (max-width:768px) {.web-development .case-employment .h3 {font-size:24px;}}@media (max-width:460px) {.web-development .case-employment .h3 {font-size:22px;}}.web-development .case-employment p {display:block;margin:0 auto;color:#000000;font-family:'Raleway-Medium', sans-serif;font-size:20px;padding-bottom:40px;}@media (max-width:768px) {.web-development .case-employment p {font-size:16px;}}@media (max-width:460px) {.web-development .case-employment p {font-size:14px;}}.web-development .case-employment .button {margin-top:5px;}.web-development .case-employment .button__link {text-align:center;margin:12px 0px;border:none;display:inline-block;box-sizing:border-box;text-decoration:none;padding:12px 10px;color:#fff;background:#e95646;transition:all .3s;border-radius:8px;width:100%;max-width:225px;font-family:"Raleway-Medium", sans-serif;}.web-development .case-employment .button__link:hover {background:#e95646;color:#fff;}.mobile-development .no-gutters {margin-left:-15px;margin-right:-15px;}@media (max-width:1200px) {.mobile-development .no-gutters {margin-left:0px;margin-right:0px;}}.mobile-development .h2 {font-family:'Raleway-Bold', sans-serif;font-size:36px;color:#080808;letter-spacing:0;}@media (max-width:1200px) {.mobile-development .h2 {font-size:32px;}}@media (max-width:992px) {.mobile-development .h2 {font-size:28px;}}@media (max-width:768px) {.mobile-development .h2 {font-size:24px;}}.mobile-development .h3-black {font-family:'Raleway-Bold', sans-serif;font-size:28px;color:#080808;}@media (max-width:992px) {.mobile-development .h3-black {font-size:26px;}}@media (max-width:768px) {.mobile-development .h3-black {font-size:24px;}}.mobile-development .h5 {font-size:20px;font-family:"Raleway-Bold", sans-serif;color:#080808;position:relative;}@media (max-width:992px) {.mobile-development .h5 {font-size:19px;}}@media (max-width:992px) {.mobile-development .h5 {font-size:17px;}}.mobile-development p {color:#616161;}.mobile-development .img-holder {text-align:left;}@media (max-width:992px) {.mobile-development .img-holder {text-align:center;}}.mobile-development .img-holder__img {max-width:600px;height:auto;width:100%;margin-bottom:20px;}.mobile-development .main-title {background:#fff url("../images/landing/mobileDevelopment/main-bg.jpg") center center / cover no-repeat;width:100%;-webkit-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);-moz-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);margin-bottom:30px;}.mobile-development .main-title__container {height:370px;display:table;width:100%;}.mobile-development .title-holder {text-align:center;display:table-cell;vertical-align:middle;font-size:52px;}@media (max-width:1200px) {.mobile-development .title-holder .h1 {font-size:48px;}}@media (max-width:992px) {.mobile-development .title-holder .h1 {font-size:40px;}}@media (max-width:768px) {.mobile-development .title-holder .h1 {font-size:33px;}}.mobile-development .title-holder .h4 {font-family:"Raleway-Regular", sans-serif;font-size:22px;display:block;margin-top:10px;}.mobile-development .title-holder-colored {color:#fff;}.mobile-development .about {margin:0 auto 10px;}.mobile-development .about__container {min-height:360px;position:relative;max-width:305px;text-align:center;margin-bottom:10px;}@media (max-width:992px) {.mobile-development .about__container {min-height:290px;max-width:300px;margin:0 auto 30px;}}@media (max-width:768px) {.mobile-development .about__container {min-height:270px;}}.mobile-development .about__container.about__container--left {float:left;}@media (max-width:992px) {.mobile-development .about__container.about__container--left {float:none;margin:0 auto 30px;}}.mobile-development .about__container.about__container--center {margin:0 auto 10px;}@media (max-width:992px) {.mobile-development .about__container.about__container--center {margin:0 auto 30px;}}.mobile-development .about__container.about__container--right {float:right;}@media (max-width:992px) {.mobile-development .about__container.about__container--right {float:none;margin:0 auto 30px;}}.mobile-development .about__img {min-height:108px;max-height:108px;margin-bottom:46px;}.mobile-development .about__img.about__img1 {background:url("../images/landing/mobileDevelopment/section3-icon1.png") center center no-repeat;}@media (max-width:1200px) {.mobile-development .about__img.about__img1 {background-position:center center;}}.mobile-development .about__img.about__img2 {background:url("../images/landing/mobileDevelopment/section3-icon2.png") center center no-repeat;}@media (max-width:1200px) {.mobile-development .about__img.about__img2 {background-position:center center;}}.mobile-development .about__img.about__img3 {background:url("../images/landing/mobileDevelopment/section3-icon3.png") center center no-repeat;}@media (max-width:1200px) {.mobile-development .about__img.about__img3 {background-position:center center;}}@media (max-width:1200px) {.mobile-development .about__img {margin-bottom:23px;}}@media (max-width:992px) {.mobile-development .about__img {margin-bottom:7px;}}.mobile-development .about .h4 {display:block;color:#080808;font-family:'Raleway-SemiBold', sans-serif;}.mobile-development .about p {font-size:15px;}.mobile-development .about__title-holder {text-align:center;min-height:48px;padding-bottom:20px;}@media (max-width:992px) {.mobile-development .about__title-holder {padding-bottom:10px;}}.mobile-development .heading {text-align:center;padding:100px 0 80px 0;}@media (max-width:992px) {.mobile-development .heading {padding:80px 0 50px 0;}}@media (max-width:768px) {.mobile-development .heading {padding:40px 0 40px 0;}}.mobile-development .heading.heading--condensed {padding:55px 0 35px 0;}@media (max-width:992px) {.mobile-development .heading.heading--condensed {padding:45px 0 40px 0;}}@media (max-width:768px) {.mobile-development .heading.heading--condensed {padding:30px 0 30px 0;}}.mobile-development .heading__title {display:block;text-align:center;letter-spacing:0;padding-bottom:22px;}@media (max-width:1200px) {.mobile-development .heading__title {padding-bottom:15px;}}@media (max-width:992px) {.mobile-development .heading__title {padding:0px 0 10px 0;padding-bottom:10px;}}@media (max-width:768px) {.mobile-development .heading__title {padding-bottom:5px;}}.mobile-development .heading__subtitle {display:block;padding:0;font-family:'Raleway-Regular', sans-serif;font-size:16px;color:#565656;text-align:center;margin:auto;line-height:1.8;}@media (max-width:992px) {.mobile-development .heading__subtitle {padding:0;font-size:15px;}}@media (max-width:768px) {.mobile-development .heading__subtitle {padding:0;font-size:14px;}}.mobile-development .heading__subtitle.heading__subtitle--short {max-width:880px;}.mobile-development .button {text-align:center;}.mobile-development .button__linksection {display:inline-block;text-align:center;background:transparent;border-radius:9px;color:#ff3131;color:#e95646;border:2px solid #e95646;width:100%;max-width:226px;padding:12px 10px 12px 10px;font-size:14px;font-family:"Raleway-Regular", sans-serif;}.mobile-development .button__linksection:hover {background:#e95646;color:#fff;}.mobile-development .content-text {text-align:left;}@media (max-width:768px) {.mobile-development .content-text {text-align:center;}}.mobile-development .section.section-1 {padding-bottom:110px;}@media (max-width:992px) {.mobile-development .section.section-1 {padding-bottom:80px;}}@media (max-width:768px) {.mobile-development .section.section-1 {padding-bottom:50px;}}.mobile-development .section.section-1 .margened {margin-bottom:40px;}@media (max-width:768px) {.mobile-development .section.section-1 .margened {margin-bottom:20px;}}.mobile-development .section.section-1 .content-text {float:right;max-width:720px;padding-top:40px;font-family:"Roboto-Regular", sans-serif;line-height:1.87;}@media (max-width:992px) {.mobile-development .section.section-1 .content-text {padding-top:0px;max-width:auto;float:none;}}@media (max-width:768px) {.mobile-development .section.section-1 .content-text {max-width:auto;}}.mobile-development .section.section-1 .content-text .list {max-width:480px;font-family:"Roboto-Regular", sans-serif;}@media (max-width:992px) {.mobile-development .section.section-1 .content-text .list {font-size:15px;}}@media (max-width:768px) {.mobile-development .section.section-1 .content-text .list {font-size:14px;margin:auto;padding-bottom:30px;}}.mobile-development .section.section-1 .content-text .list__item {padding-left:40px;position:relative;list-style-type:none;color:#616161;}.mobile-development .section.section-1 .content-text .list__item:before {content:'';position:absolute;height:5px;width:5px;left:0;top:12px;border-radius:50%;background:#232323;}@media (max-width:768px) {.mobile-development .section.section-1 .content-text .list__item {padding-left:20px;}}.mobile-development .section.section-1 .img-holder {text-align:left;}@media (max-width:992px) {.mobile-development .section.section-1 .img-holder {text-align:center;}}.mobile-development .section.section-1 .img-holder__img {max-width:341px;margin-bottom:20px;}@media (max-width:768px) {.mobile-development .section.section-1 .img-holder__img {max-width:300px;}}.mobile-development .section.section-2 {padding:0px 0 90px 0;}@media (max-width:1200px) {.mobile-development .section.section-2 {padding:0px 0 70px 0;}}@media (max-width:992px) {.mobile-development .section.section-2 {padding:0px 0 50px 0;}}@media (max-width:768px) {.mobile-development .section.section-2 {padding:0px 0 30px 0;}}@media (max-width:992px) {.mobile-development .section.section-2 .content-text {text-align:center;}}.mobile-development .section.section-2 .box-icon {max-width:720px;background:#fff;margin-bottom:10px;}.mobile-development .section.section-2 .box-icon.box-icon--left {float:left;}@media (max-width:992px) {.mobile-development .section.section-2 .box-icon.box-icon--left {float:none;margin:0 auto 10px;}}.mobile-development .section.section-2 .box-icon.box-icon--right {float:right;}@media (max-width:992px) {.mobile-development .section.section-2 .box-icon.box-icon--right {float:none;margin:0 auto 10px;}}.mobile-development .section.section-2 .box-icon__text-container {padding-left:85px;position:relative;}@media (max-width:992px) {.mobile-development .section.section-2 .box-icon__text-container {padding-left:0px;padding-top:80px;}}.mobile-development .section.section-2 .box-icon__text-container:before {content:'';position:absolute;height:60px;width:60px;left:0;top:0px;}@media (max-width:992px) {.mobile-development .section.section-2 .box-icon__text-container:before {left:0;right:0;top:10px;margin:auto;}}.mobile-development .section.section-2 .box-icon__text-container.box-icon__text-container1:before {background:url(../images/landing/mobileDevelopment/section2-icon1.png) center center no-repeat;}.mobile-development .section.section-2 .box-icon__text-container.box-icon__text-container2:before {background:url(../images/landing/mobileDevelopment/section2-icon2.png) center center no-repeat;}.mobile-development .section.section-2 .box-icon__text-container.box-icon__text-container3:before {background:url(../images/landing/mobileDevelopment/section2-icon3.png) center center no-repeat;}.mobile-development .section.section-2 .box-icon__subtitle {padding-top:20px;}.mobile-development .section.section-2 .box-icon__text {font-size:14px;}@media (max-width:768px) {.mobile-development .section.section-2 .box-icon__text {font-size:13px;}}.mobile-development .section.section-2 .content-text {padding-top:0px;}@media (max-width:992px) {.mobile-development .section.section-2 .content-text {padding-top:0px;max-width:auto;}}@media (max-width:768px) {.mobile-development .section.section-2 .content-text {max-width:auto;}}.mobile-development .section.section-2 .content-text__box {padding:40px 0;position:relative;}@media (max-width:768px) {.mobile-development .section.section-2 .content-text__box {padding:0 0 40px 0;}}.mobile-development .section.section-2 .content-text__box:before {background:url(../images/landing/mobileDevelopment/section2-line.png) center center / contain no-repeat;content:'';position:absolute;height:100%;width:2px;left:30px;top:-5px;}@media (max-width:1200px) {.mobile-development .section.section-2 .content-text__box:before {display:none;}}.mobile-development .section.section-2 .content-text__subtitle {padding-bottom:20px;}.mobile-development .section.section-2 .content-text .margened {margin-bottom:5px;}.mobile-development .section.section-2 .button {padding:10px 0;}.mobile-development .section.section-2 .img-holder {text-align:right;}@media (max-width:992px) {.mobile-development .section.section-2 .img-holder {text-align:center;}}.mobile-development .section.section-2 .img-holder__img {max-width:294px;margin-bottom:20px;}@media (max-width:768px) {.mobile-development .section.section-2 .img-holder__img {max-width:200px;}}.mobile-development .section.section-3 .border-bottom {padding-bottom:110px;border-bottom:2px solid #e8e8e8;}@media (max-width:1200px) {.mobile-development .section.section-3 .border-bottom {padding-bottom:90px;}}@media (max-width:992px) {.mobile-development .section.section-3 .border-bottom {padding-bottom:70px;}}@media (max-width:768px) {.mobile-development .section.section-3 .border-bottom {padding-bottom:40px;}}.mobile-development .section.section-3 .content-text {padding-top:20px;max-width:500px;float:right;}@media (max-width:992px) {.mobile-development .section.section-3 .content-text {padding-top:0px;float:none;}}@media (max-width:768px) {.mobile-development .section.section-3 .content-text {max-width:auto;}}.mobile-development .section.section-3 .content-text__subtitle {padding-bottom:10px;}@media (max-width:768px) {.mobile-development .section.section-3 .content-text__subtitle {display:inline-block;vertical-align:middle;}}.mobile-development .section.section-3 .content-text__subtitle:before {content:"";position:absolute;width:10px;height:10px;background:#e95646;left:-25px;top:6px;transform:rotate(45deg);}@media (max-width:768px) {.mobile-development .section.section-3 .content-text__subtitle:before {top:3px;}}.mobile-development .section.section-3 .content-text .margened {margin-bottom:40px;}.mobile-development .section.section-4 {padding-bottom:117px;}@media (max-width:1200px) {.mobile-development .section.section-4 {padding-bottom:95px;}}@media (max-width:992px) {.mobile-development .section.section-4 {padding-bottom:70px;}}@media (max-width:768px) {.mobile-development .section.section-4 {padding-bottom:70px;}}.mobile-development .section.section-4 .clients-table {margin-top:0px;margin-bottom:3px;}@media (max-width:768px) {.mobile-development .section.section-4 .clients-table {margin-top:0;margin-bottom:3px;}}.mobile-development .section.section-4 .clients-table .container-short {max-width:750px;margin:auto;}@media (max-width:992px) {.mobile-development .section.section-4 .clients-table .border-bottom-md {border-bottom:none;}}@media (max-width:768px) {.mobile-development .section.section-4 .clients-table .border-bottom-sm {border-bottom:none;}}.mobile-development .section.section-4 .clients-table .border-vertical {border-right:1px solid #ededed;}.mobile-development .section.section-4 .clients-table .border-vertical:nth-child(3) {border-right:none;}@media (max-width:992px) {.mobile-development .section.section-4 .clients-table .border-vertical:nth-child(2) {border-right:none;}.mobile-development .section.section-4 .clients-table .border-vertical:nth-child(3) {border-right:1px solid #ededed;}}@media (max-width:768px) {.mobile-development .section.section-4 .clients-table .border-vertical {border-right:none;}}.mobile-development .section.section-4 .clients-table__item {height:141px;border-top:1px solid #ededed;border-bottom:1px solid #ededed;margin-right:-15px;margin-left:-15px;}@media (max-width:768px) {.mobile-development .section.section-4 .clients-table__item {margin:auto;max-width:400px;}}.mobile-development .section.section-4 .clients-table__img {position:relative;top:50%;transform:translateY(-50%);height:86px;display:block;}.mobile-development .section.section-4 .clients-table__img.clients-table__img1 {background:url("../images/site/clients-icons/genieme.png") center center / auto no-repeat;}.mobile-development .section.section-4 .clients-table__img.clients-table__img2 {background:url("../images/site/clients-icons/digibook.png") center center / auto no-repeat;}.mobile-development .section.section-4 .clients-table__img.clients-table__img3 {background:url("../images/site/clients-icons/kvestpro.png") center center / auto no-repeat;}.mobile-development .case-employment {padding:160px 0;text-align:center;background:#fff url("../images/landing/mobileDevelopment/mobile-bg.jpg") center center / cover no-repeat;}@media (max-width:992px) {.mobile-development .case-employment {padding:100px 0;}}@media (max-width:768px) {.mobile-development .case-employment {padding:60px 0;}}.mobile-development .case-employment .h3 {display:block;margin:0 auto;color:#000000;font-family:'Raleway-Medium', sans-serif;font-size:36px;padding-bottom:15px;text-transform:uppercase;}@media (max-width:1200px) {.mobile-development .case-employment .h3 {font-size:33px;}}@media (max-width:992px) {.mobile-development .case-employment .h3 {font-size:30px;}}@media (max-width:768px) {.mobile-development .case-employment .h3 {font-size:24px;}}@media (max-width:460px) {.mobile-development .case-employment .h3 {font-size:22px;}}.mobile-development .case-employment p {display:block;margin:0 auto;color:#000000;font-family:'Raleway-Medium', sans-serif;font-size:20px;padding-bottom:40px;}@media (max-width:768px) {.mobile-development .case-employment p {font-size:16px;}}@media (max-width:460px) {.mobile-development .case-employment p {font-size:14px;}}.mobile-development .case-employment .button {margin-top:5px;}.mobile-development .case-employment .button__link {text-align:center;margin:12px 0px;border:none;display:inline-block;box-sizing:border-box;text-decoration:none;padding:12px 10px;color:#fff;background:#e95646;transition:all .3s;border-radius:8px;width:100%;max-width:225px;font-family:"Raleway-Medium", sans-serif;}.mobile-development .case-employment .button__link:hover {background:#e95646;color:#fff;}.hosting p {color:6 d6d6d;}.hosting .no-gutters {margin-left:-15px;margin-right:-15px;}@media (max-width:1200px) {.hosting .no-gutters {margin-left:0px;margin-right:0px;}}.hosting .h2 {font-family:'Raleway-Bold', sans-serif;font-size:36px;color:#080808;letter-spacing:0;}@media (max-width:1200px) {.hosting .h2 {font-size:32px;}}@media (max-width:992px) {.hosting .h2 {font-size:28px;}}@media (max-width:768px) {.hosting .h2 {font-size:24px;}}.hosting .h5 {font-size:19px;font-family:"Raleway-Bold", sans-serif;color:#080808;position:relative;}@media (max-width:992px) {.hosting .h5 {font-size:19px;}}@media (max-width:992px) {.hosting .h5 {font-size:17px;}}.hosting .img-holder {text-align:left;}@media (max-width:992px) {.hosting .img-holder {text-align:center;}}.hosting .img-holder__img {max-width:600px;height:auto;width:100%;margin-bottom:20px;}.hosting .main-title {background:#fff url("../images/landing/hosting/main-bg.jpg") center center / cover no-repeat;width:100%;-webkit-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);-moz-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);margin-bottom:30px;}.hosting .main-title__container {height:370px;display:table;width:100%;}.hosting .title-holder {text-align:center;display:table-cell;vertical-align:middle;font-size:52px;}@media (max-width:1200px) {.hosting .title-holder .h1 {font-size:48px;}}@media (max-width:992px) {.hosting .title-holder .h1 {font-size:40px;}}@media (max-width:768px) {.hosting .title-holder .h1 {font-size:33px;}}.hosting .title-holder .h4 {font-family:"Raleway-Regular", sans-serif;font-size:22px;display:block;margin-top:10px;}.hosting .title-holder-colored {color:#fff;}.hosting .about {margin:0 auto 10px;}.hosting .about__container {min-height:360px;position:relative;max-width:305px;text-align:center;margin-bottom:10px;}@media (max-width:992px) {.hosting .about__container {min-height:290px;max-width:300px;margin:0 auto 30px;}}@media (max-width:768px) {.hosting .about__container {min-height:270px;}}.hosting .about__container.about__container--left {float:left;}@media (max-width:992px) {.hosting .about__container.about__container--left {float:none;margin:0 auto 30px;}}.hosting .about__container.about__container--center {margin:0 auto 10px;}@media (max-width:992px) {.hosting .about__container.about__container--center {margin:0 auto 30px;}}.hosting .about__container.about__container--right {float:right;}@media (max-width:992px) {.hosting .about__container.about__container--right {float:none;margin:0 auto 30px;}}.hosting .about__img {min-height:108px;max-height:108px;margin-bottom:46px;}.hosting .about__img.about__img1 {background:url("../images/landing/hosting/section1-icon1.png") center center no-repeat;}@media (max-width:1200px) {.hosting .about__img.about__img1 {background-position:center center;}}.hosting .about__img.about__img2 {background:url("../images/landing/hosting/section1-icon2.png") center center no-repeat;}@media (max-width:1200px) {.hosting .about__img.about__img2 {background-position:center center;}}.hosting .about__img.about__img3 {background:url("../images/landing/hosting/section1-icon3.png") center center no-repeat;}@media (max-width:1200px) {.hosting .about__img.about__img3 {background-position:center center;}}@media (max-width:1200px) {.hosting .about__img {margin-bottom:23px;}}@media (max-width:992px) {.hosting .about__img {margin-bottom:7px;}}.hosting .about .h4 {display:block;color:#080808;font-family:'Raleway-SemiBold', sans-serif;}.hosting .about p {font-size:15px;}.hosting .about__title-holder {text-align:center;min-height:48px;}.hosting .heading {text-align:center;padding:100px 0 80px 0;}@media (max-width:992px) {.hosting .heading {padding:80px 0 50px 0;}}@media (max-width:768px) {.hosting .heading {padding:40px 0 40px 0;}}.hosting .heading__title {display:block;text-align:center;letter-spacing:0;padding-bottom:22px;}@media (max-width:1200px) {.hosting .heading__title {padding-bottom:15px;}}@media (max-width:992px) {.hosting .heading__title {padding:0px 0 10px 0;padding-bottom:10px;}}@media (max-width:768px) {.hosting .heading__title {padding-bottom:5px;}}.hosting .heading__subtitle {display:block;padding:0;font-family:'Raleway-Regular', sans-serif;font-size:16px;color:#565656;text-align:center;margin:auto;line-height:1.8;}@media (max-width:992px) {.hosting .heading__subtitle {padding:0;font-size:15px;}}@media (max-width:768px) {.hosting .heading__subtitle {padding:0;font-size:14px;}}.hosting .button {text-align:center;}.hosting .button__linksection {display:inline-block;text-align:center;background:transparent;border-radius:9px;color:#ff3131;color:#e95646;border:2px solid #e95646;width:100%;max-width:226px;padding:12px 10px 12px 10px;font-size:14px;font-family:"Raleway-Regular", sans-serif;}.hosting .button__linksection:hover {background:#e95646;color:#fff;}.hosting .content-text {text-align:left;}@media (max-width:768px) {.hosting .content-text {text-align:center;}}.hosting .section.section-1 {padding-bottom:110px;}@media (max-width:992px) {.hosting .section.section-1 {padding-bottom:80px;}}@media (max-width:768px) {.hosting .section.section-1 {padding-bottom:50px;}}.hosting .section.section-1 .heading__subtitle {max-width:720px;}.hosting .section.section-1 .button-holder {text-align:center;}.hosting .section.section-2 {padding:90px 0 90px 0;background:#fff url("../images/landing/hosting/section2-bg.jpg") center center / cover no-repeat;}@media (max-width:1200px) {.hosting .section.section-2 {padding:80px 0 80px 0;}}@media (max-width:992px) {.hosting .section.section-2 {padding:70px 0 70px 0;}}@media (max-width:768px) {.hosting .section.section-2 {padding:50px 0 50px 0;}}@media (max-width:992px) {.hosting .section.section-2 {padding:70px 0 70px 0;}}@media (max-width:768px) {.hosting .section.section-2 {padding:50px 0 50px 0;}}.hosting .section.section-2 .heading {margin:auto;max-width:900px;background:#e95646;border-radius:8px;padding:80px 0 100px 0;}@media (max-width:992px) {.hosting .section.section-2 .heading {padding:50px 0 70px 0;}}@media (max-width:768px) {.hosting .section.section-2 .heading {padding:40px 10px 50px 10px;}}.hosting .section.section-2 .heading__subtitle {color:#fff;max-width:740px;font-size:15px;font-family:'Raleway-Medium', sans-serif;}.hosting .section.section-2 .heading__title {color:#fff;}.hosting .section.section-3 {padding:112px 0 110px 0;}@media (max-width:1200px) {.hosting .section.section-3 {padding:100px 0 100px 0;}}@media (max-width:992px) {.hosting .section.section-3 {padding:80px 0 80px 0;}}@media (max-width:768px) {.hosting .section.section-3 {padding:50px 0 50px 0;}}.hosting .section.section-3 .content-text {padding-top:40px;max-width:503px;}@media (max-width:992px) {.hosting .section.section-3 .content-text {padding-top:0px;max-width:auto;}}@media (max-width:768px) {.hosting .section.section-3 .content-text {max-width:auto;}}.hosting .section.section-3 .content-text__title {padding-bottom:40px;}.hosting .section.section-3 .content-text .margened {margin-bottom:40px;}.hosting .section.section-3 .content-text p {font-size:15px;font-family:'Raleway-Medium', sans-serif;}.hosting .section.section-3 .img-holder {text-align:right;}@media (max-width:992px) {.hosting .section.section-3 .img-holder {text-align:center;}}.hosting .section.section-3 .img-holder__img {max-width:714px;margin-bottom:20px;margin-right:-50px;}@media (max-width:1200px) {.hosting .section.section-3 .img-holder__img {margin-right:0px;}}.hosting .section.section-4 .heading {padding:114px 0 110px 0;box-shadow:0 0 70px -8px #c6c0c0;}@media (max-width:1200px) {.hosting .section.section-4 .heading {padding:100px 0 100px 0;}}@media (max-width:992px) {.hosting .section.section-4 .heading {padding:80px 0 80px 0;}}@media (max-width:768px) {.hosting .section.section-4 .heading {padding:50px 0 50px 0;}}.hosting .section.section-5 {padding:110px 0 100px 0;}@media (max-width:1200px) {.hosting .section.section-5 {padding:90px 0 80px 0;}}@media (max-width:992px) {.hosting .section.section-5 {padding:80px 0 70px 0;}}@media (max-width:768px) {.hosting .section.section-5 {padding:70px 0 50px 0;}}.hosting .section.section-5 .content-text {padding-top:20px;max-width:580px;float:right;}@media (max-width:992px) {.hosting .section.section-5 .content-text {padding-top:0px;float:none;}}@media (max-width:768px) {.hosting .section.section-5 .content-text {max-width:auto;}}.hosting .section.section-5 .content-text__title {padding-bottom:40px;}.hosting .section.section-5 .content-text .list {list-style-type:none;padding-top:10px;}.hosting .section.section-5 .content-text .list__item {padding-bottom:30px;}@media (max-width:768px) {.hosting .section.section-5 .content-text .list__item {padding-left:25px;padding-bottom:30px;}}.hosting .section.section-5 .content-text__subtitle {padding-left:50px;font-size:17px;font-family:'Raleway-SemiBold', sans-serif;}@media (max-width:992px) {.hosting .section.section-5 .content-text__subtitle {font-size:16px;}}@media (max-width:768px) {.hosting .section.section-5 .content-text__subtitle {display:inline-block;vertical-align:middle;font-size:15px;padding-left:40px;}}.hosting .section.section-5 .content-text__subtitle:before {content:"";position:absolute;width:30px;height:30px;background:#e95646;left:0;top:-4px;background:url(../images/landing/hosting/list-icon.png) center center no-repeat;}@media (max-width:768px) {.hosting .section.section-5 .content-text__subtitle:before {top:-7px;left:0;}}@media (max-width:350px) {.hosting .section.section-5 .content-text__subtitle:before {top:-7px;left:0;}}.hosting .section.section-5 .content-text .margened {margin-bottom:40px;}.hosting .section.section-5 .img-holder {text-align:left;}@media (max-width:992px) {.hosting .section.section-5 .img-holder {text-align:center;}}.hosting .section.section-5 .img-holder__img {max-width:480px;margin-bottom:20px;}.hosting .case-employment {padding:160px 0;text-align:center;background:#f7f7f7;}@media (max-width:992px) {.hosting .case-employment {padding:100px 0;}}@media (max-width:768px) {.hosting .case-employment {padding:60px 0;}}.hosting .case-employment .h3 {display:block;margin:0 auto;color:#000000;font-family:'Raleway-Medium', sans-serif;font-size:36px;padding-bottom:15px;text-transform:uppercase;}@media (max-width:1200px) {.hosting .case-employment .h3 {font-size:33px;}}@media (max-width:992px) {.hosting .case-employment .h3 {font-size:30px;}}@media (max-width:768px) {.hosting .case-employment .h3 {font-size:24px;}}@media (max-width:460px) {.hosting .case-employment .h3 {font-size:22px;}}.hosting .case-employment p {display:block;margin:0 auto;color:#000000;font-family:'Raleway-Medium', sans-serif;font-size:20px;padding-bottom:40px;}@media (max-width:768px) {.hosting .case-employment p {font-size:16px;}}@media (max-width:460px) {.hosting .case-employment p {font-size:14px;}}.hosting .case-employment .button {margin-top:5px;}.hosting .case-employment .button__link {text-align:center;margin:12px 0px;border:none;display:inline-block;box-sizing:border-box;text-decoration:none;padding:12px 10px;color:#fff;background:#e95646;transition:all .3s;border-radius:8px;width:100%;max-width:225px;font-family:"Raleway-Medium", sans-serif;}.hosting .case-employment .button__link:hover {background:#e95646;color:#fff;}.case-digibook {}.case-digibook .float-change {float:right;}@media (max-width:768px) {.case-digibook .float-change {float:left;}}.case-digibook-title__container {height:185px;display:table;width:100%;}.case-digibook .main-title {background:#fff url("../images/caseDigibook/digibook-bg.jpg") center center / cover no-repeat;width:100%;-webkit-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);-moz-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);position:relative;}.case-digibook .main-title__container {height:650px;display:table;width:100%;}@media (max-width:768px) {.case-digibook .main-title__container {height:250px;}}.case-digibook .main-title .title-holder-colored .h1 {font-family:'Futura-Medium', sans-serif;text-transform:uppercase;font-size:88px;letter-spacing:13px;}@media (max-width:768px) {.case-digibook .main-title .title-holder-colored .h1 {font-size:40px;letter-spacing:7px;}}.case-digibook .laptop-section {text-align:center;position:relative;margin-top:-140px;display:inline-block;vertical-align:top;}@media (max-width:992px) {.case-digibook .laptop-section {margin-top:-100px;}}@media (max-width:768px) {.case-digibook .laptop-section {margin-top:-60px;}}.case-digibook .laptop-section .laptop__img {display:inline-block;vertical-align:top;text-align:center;width:100%;height:auto;}.case-digibook .img-holder {text-align:center;}.case-digibook .img-holder.img-holder1 .img-holder__img {max-width:360px;}@media (max-width:768px) {.case-digibook .img-holder.img-holder1 .img-holder__img {max-width:220px;}}.case-digibook .img-holder.img-holder2 .img-holder__img {max-width:650px;}.case-digibook .img-holder.img-holder3 .img-holder__img {max-width:280px;}.case-digibook .img-holder.img-holder4 .img-holder__img {max-width:260px;}.case-digibook .img-holder.img-holder5 .img-holder__img {max-width:340px;}@media (max-width:768px) {.case-digibook .img-holder.img-holder5 .img-holder__img {max-width:240px;}}.case-digibook .img-holder.img-holder6 .img-holder__img {max-width:650px;}.case-digibook .img-holder.img-holder7 .img-holder__img {max-width:600px;}.case-digibook .img-holder.img-holder8 .img-holder__img {max-width:550px;}.case-digibook .img-holder__img {max-width:517px;height:auto;width:100%;margin-bottom:20px;}.case-digibook .employment {padding:30px 0;}.case-digibook .employment.employment-bottom {padding:50px 0 100px 0;}@media (max-width:992px) {.case-digibook .employment.employment-bottom {padding:50px 0 75px 0;}}@media (max-width:768px) {.case-digibook .employment.employment-bottom {padding:15px 0 50px 0;}}.case-digibook .employment .h3 {margin-bottom:13px;font-size:32px;font-family:'Raleway-SemiBold', sans-serif;color:#242323;}@media (max-width:992px) {.case-digibook .employment .h3 {font-size:24px;}}.case-digibook .employment .button-container {width:100%;text-align:center;margin-top:24px;}.case-digibook .employment .button__link {text-align:center;font-weight:600;text-transform:uppercase;border-radius:0;display:inline-block;box-sizing:border-box;text-decoration:none;padding:12px 40px;color:#fff;background:#e95646;transition:all .3s;}@media (max-width:1200px) {.case-digibook .employment .button__link {padding:10px 24px ;}}.case-digibook .employment .button__link:hover {background:transparent;color:#e95646;}.case-digibook .section-colored {background:#fcfcfc;}.case-digibook .worker-sample .title-holder {display:block;}.case-digibook .worker-sample.worker-sample5 .content__text {margin-top:170px;}@media (max-width:1200px) {.case-digibook .worker-sample.worker-sample5 .content__text {margin-top:140px;}}@media (max-width:992px) {.case-digibook .worker-sample.worker-sample5 .content__text {margin-top:140px;}}@media (max-width:768px) {.case-digibook .worker-sample.worker-sample5 .content__text {margin-top:30px;}}.case-digibook .content {padding:30px 0;}@media (max-width:768px) {.case-digibook .content {padding:10px 0;}}.case-digibook .content__img {width:auto;background-position:center top;background-repeat:no-repeat;margin-bottom:20px;background-size:contain;}@media (max-width:1200px) {.case-digibook .content__img {background-position:center center;}}@media (max-width:768px) {.case-digibook .content__img {background-position:center center;}}.case-digibook .content__img.content__img1 {background-image:url("../images/caseDigibook/app-picture.png");min-height:520px;}@media (max-width:768px) {.case-digibook .content__img.content__img1 {min-height:260px;}}.case-digibook .content__img.content__img2 {background-image:url("../images/caseDigibook/design.png");min-height:800px;}@media (max-width:768px) {.case-digibook .content__img.content__img2 {min-height:401px;}}.case-digibook .content__img.content__img3 {background-image:url("../images/caseDigibook/logotype.png");min-height:200px;}@media (max-width:768px) {.case-digibook .content__img.content__img3 {min-height:154px;}}.case-digibook .content__img.content__img4 {background-image:url("../images/caseDigibook/futura-logo.png");min-height:70px;}@media (max-width:768px) {.case-digibook .content__img.content__img4 {min-height:70px;}}.case-digibook .content__img.content__img5 {background-image:url("../images/caseDigibook/buttons-block.png");min-height:360px;}@media (max-width:768px) {.case-digibook .content__img.content__img5 {min-height:180px;}}.case-digibook .content__img.content__img6 {background-image:url("../images/caseDigibook/mobile-version.png");min-height:400px;}@media (max-width:768px) {.case-digibook .content__img.content__img6 {min-height:200px;}}.case-digibook .content__img.content__img7 {background-image:url("../images/caseDigibook/buisness.png");min-height:460px;}@media (max-width:768px) {.case-digibook .content__img.content__img7 {min-height:230px;}}.case-digibook .content__img.content__img8 {background-image:url("../images/caseDigibook/for-clients.png");min-height:500px;}@media (max-width:768px) {.case-digibook .content__img.content__img8 {min-height:250px;}}.case-digibook .content__text {margin:20px 0 0 0;text-align:left;width:100%;}@media (max-width:768px) {.case-digibook .content__text {text-align:center;}}.case-digibook .content__text.content__textcenter {text-align:center;}.case-digibook .content__text .h4 {margin-bottom:13px;font-size:28px;font-family:'Raleway-Medium', sans-serif;color:#242323;}@media (max-width:992px) {.case-digibook .content__text .h4 {font-size:24px;}}@media (max-width:992px) {.case-digibook .content__text .h4 {font-size:22px;}}.case-digibook .content__text p {display:block;color:#1a1a1a;}.case-digibook .content__text .margened-bottom {margin-bottom:40px;}@media (max-width:768px) {.case-digibook .content__text .margened-bottom {margin-bottom:20px;}}.case-trngl {}.case-trngl .float-change {float:right;}@media (max-width:768px) {.case-trngl .float-change {float:left;}}.case-trngl-title__container {height:185px;display:table;width:100%;}.case-trngl .img-holder {text-align:center;}.case-trngl .img-holder.img-holder1 .img-holder__img {max-width:395px;}@media (max-width:768px) {.case-trngl .img-holder.img-holder1 .img-holder__img {max-width:395px;}}.case-trngl .img-holder.img-holder2 {text-align:right;}@media (max-width:992px) {.case-trngl .img-holder.img-holder2 {text-align:center;}}.case-trngl .img-holder.img-holder2 .img-holder__img {max-width:620px;}.case-trngl .img-holder.img-holder4 .img-holder__img {max-width:650px;}.case-trngl .img-holder.img-holder5 .img-holder__img {max-width:650px;}@media (max-width:768px) {.case-trngl .img-holder.img-holder5 .img-holder__img {max-width:440px;}}.case-trngl .img-holder.img-holder6 .img-holder__img {max-width:1170px;}.case-trngl .img-holder.img-holder7 .img-holder__img {max-width:650px;}@media (max-width:768px) {.case-trngl .img-holder.img-holder7 .img-holder__img {max-width:440px;}}.case-trngl .img-holder__img {max-width:517px;height:auto;width:100%;margin-bottom:20px;margin-top:20px;}.case-trngl .worker-sample {padding:25px 0;}@media (max-width:768px) {.case-trngl .worker-sample {padding:15px 0;}}.case-trngl .worker-sample.worker-sample7 {padding:20px 0 100px 0;}@media (max-width:768px) {.case-trngl .worker-sample.worker-sample7 {padding:10px 0 40px 0;}}.case-trngl .main-title {background:#fff url("../images/caseTrngl/triangle-bg.jpg") top center / cover no-repeat;width:100%;-webkit-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);-moz-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);margin-bottom:332px;position:relative;}@media (max-width:992px) {.case-trngl .main-title {margin-bottom:174px;}}@media (max-width:768px) {.case-trngl .main-title {margin-bottom:106px;}}.case-trngl .main-title__container {height:490px;display:table;width:100%;}@media (max-width:768px) {.case-trngl .main-title__container {height:250px;}}.case-trngl .main-title .title-holder-colored .h1 {font-family:'FuturaMedium', sans-serif;text-transform:uppercase;font-size:88px;letter-spacing:13px;}@media (max-width:768px) {.case-trngl .main-title .title-holder-colored .h1 {font-size:40px;letter-spacing:7px;}}.case-trngl .employment {padding:60px 0;}.case-trngl .employment.employment-bottom {padding:40px 0 120px 0;}@media (max-width:992px) {.case-trngl .employment.employment-bottom {padding:40px 0 90px 0;}}@media (max-width:768px) {.case-trngl .employment.employment-bottom {padding:40px 0 60px 0;}}.case-trngl .employment .h3 {margin-bottom:13px;font-size:32px;font-family:'Raleway-SemiBold', sans-serif;color:#242323;}@media (max-width:992px) {.case-trngl .employment .h3 {font-size:24px;}}.case-trngl .employment .content__text .list__item {color:#0f0f0f;font-size:16px;font-family:'Raleway-Regular', sans-serif;}.case-trngl .employment .content__text .list__item:before {background:#0f0f0f;}.case-trngl .employment .button-container {width:100%;text-align:center;margin-top:24px;}.case-trngl .employment .button__link {text-align:center;font-weight:600;text-transform:uppercase;border-radius:0;display:inline-block;box-sizing:border-box;text-decoration:none;padding:12px 40px;color:#fff;background:#e95646;transition:all .3s;}@media (max-width:1200px) {.case-trngl .employment .button__link {padding:10px 24px ;}}.case-trngl .employment .button__link:hover {background:transparent;background:#e95646;}.case-trngl .section-colored {background:#fcfcfc;}.case-trngl .workers-sample {text-align:right;}.case-trngl .workers-sample .title-holder {display:block;}.case-trngl .content {padding:30px 0;}.case-trngl .content__img {width:auto;background-position:center top;background-repeat:no-repeat;margin-top:20px;background-size:contain;}@media (max-width:1200px) {.case-trngl .content__img {background-position:center center;}}@media (max-width:768px) {.case-trngl .content__img {background-position:center center;}}.case-trngl .content__img.content__img3 {background-image:url("../images/caseTrngl/fonts-color.png");min-height:36px;background-position:left top;margin-bottom:55px;}@media (max-width:768px) {.case-trngl .content__img.content__img3 {min-height:30px;background-position:center top;}}.case-trngl .content__img.content__img9 {position:absolute;background-image:url("../images/caseTrngl/imac27.png");margin-bottom:0;min-height:664px;bottom:-348px;left:0;right:0;}@media (max-width:992px) {.case-trngl .content__img.content__img9 {min-height:332px;bottom:-174px;}}@media (max-width:768px) {.case-trngl .content__img.content__img9 {min-height:200px;bottom:-106px;}}.case-trngl .content__text {margin:20px 0 0 0;text-align:left;width:100%;}@media (max-width:768px) {.case-trngl .content__text {text-align:center;}}.case-trngl .content__text.content__textcenter {text-align:center;}.case-trngl .content__text.content__textspecial {margin:20px 0 0 0;background:#f5f5f5;padding:30px;}@media (max-width:992px) {.case-trngl .content__text.content__textspecial {padding:20px 15px 0 15px;}}.case-trngl .content__text .colored-span {color:#ff3838;}.case-trngl .content__text .h4 {margin-bottom:13px;font-size:28px;font-family:'Raleway-Medium', sans-serif;color:#242323;}@media (max-width:992px) {.case-trngl .content__text .h4 {font-size:24px;}}@media (max-width:768px) {.case-trngl .content__text .h4 {font-size:22px;}}.case-trngl .content__text .h6 {font-size:18px;font-family:'Raleway-Light', sans-serif;color:#343434;}.case-trngl .content__text .list__item {list-style:none;text-align:left;padding-left:20px;padding-bottom:3px;position:relative;font-size:14px;color:#3d3d3d;font-family:'Raleway-Light', sans-serif;line-height:1.6;}.case-trngl .content__text .list__item:before {position:absolute;content:'';border-radius:50%;width:4px;height:4px;background:#868686;top:10px;left:0;}.case-trngl .content__text p {display:block;margin:0;color:#0f0f0f;line-height:1.8;}.case-trngl .content__text .regular-p {font-family:'Raleway-Semibold', sans-serif;color:#1d1d1d;}.case-trngl .content__text .small-p {font-size:14px;color:#3d3d3d;font-family:'Raleway-Light', sans-serif;}.case-trngl .content__text .font-special {font-size:24px;font-family:'Raleway-regular', sans-serif;}.case-trngl .content__text .margened-bottom {margin-bottom:40px;}@media (max-width:768px) {.case-trngl .content__text .margened-bottom {margin-bottom:20px;}}.case-visage {}.case-visage p {font-family:'Roboto-Medium', sans-serif;color:#383633;line-height:1.87;}.case-visage .h4 {font-size:90px;font-family:'Roboto-Thin', sans-serif;color:#383633;display:inline-block;vertical-align:middle;}@media (max-width:992px) {.case-visage .h4 {font-size:40px;}}@media (max-width:768px) {.case-visage .h4 {font-size:30px;}}@media (max-width:460px) {.case-visage .h4 {font-size:26px;}}.case-visage .title-text {text-align:center;position:relative;}@media (max-width:768px) {.case-visage .title-text {text-align:center;}}.case-visage .title-text .count-holder {position:absolute;left:-200px;top:0;transform:rotate(270deg);}@media (max-width:1200px) {.case-visage .title-text .count-holder {display:none;}}@media (max-width:992px) {.case-visage .title-text .count-holder {display:none;}}.case-visage .title-text .count-holder .line {display:inline-block;width:8px;height:8px;vertical-align:baseline;background:#e68b7e;border-radius:2px;}@media (max-width:992px) {.case-visage .title-text .count-holder .line {display:block;width:1px;height:60px;vertical-align:baseline;margin:10px auto 3px;background:#eaeaea;}}.case-visage .title-text .count-holder .number {font-family:'Roboto-Regular', sans-serif;display:inline-block;font-size:100px;color:#ececec;letter-spacing:0em;line-height:1;vertical-align:baseline;text-align:center;}@media (max-width:992px) {.case-visage .title-text .count-holder .number {width:100%;}}@media (max-width:992px) {.case-visage .title-text .count-holder .number {display:block;width:30%;font-size:117px;color:#ececec;letter-spacing:0.02em;line-height:1;vertical-align:baseline;margin:0 auto;}}.case-visage .title-text .h4 {padding-bottom:30px;}@media (max-width:992px) {.case-visage .title-text .h4 {text-align:center;width:100%;}}.case-visage .float-change {float:right;}@media (max-width:768px) {.case-visage .float-change {float:left;}}.case-visage .main-title {background:#fff url("../images/caseVisage/main-bg.jpg") center center / cover no-repeat;width:100%;-webkit-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);-moz-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);position:relative;}@media (max-width:768px) {.case-visage .main-title {background:#ffffff url("../images/caseVisage/main-bg.jpg") 69% center / cover no-repeat;}}.case-visage .main-title__container {height:1080px;display:table;width:100%;}@media (max-width:1200px) {.case-visage .main-title__container {height:900px;}}@media (max-width:992px) {.case-visage .main-title__container {height:800px;}}@media (max-width:768px) {.case-visage .main-title__container {height:600px;}}.case-visage .main-title .title-holder-colored {vertical-align:top;padding-top:272px;text-align:left;}@media (max-width:992px) {.case-visage .main-title .title-holder-colored {padding-top:120px;}}@media (max-width:768px) {.case-visage .main-title .title-holder-colored {padding-top:60px;text-align:center;}}.case-visage .main-title .title-holder-colored__img {width:100%;max-width:225px;padding-bottom:60px;}@media (max-width:1200px) {.case-visage .main-title .title-holder-colored__img {font-size:50px;padding-bottom:60px;}}@media (max-width:992px) {.case-visage .main-title .title-holder-colored__img {font-size:42px;padding-bottom:30px;max-width:170px;}}@media (max-width:768px) {.case-visage .main-title .title-holder-colored__img {font-size:30px;padding-bottom:10px;max-width:125px;}}.case-visage .main-title .title-holder-colored .h1 {font-family:'Roboto-Thin', sans-serif;letter-spacing:0em;font-size:56px;color:#000;padding-bottom:60px;}@media (max-width:1200px) {.case-visage .main-title .title-holder-colored .h1 {font-size:50px;padding-bottom:60px;}}@media (max-width:992px) {.case-visage .main-title .title-holder-colored .h1 {font-size:42px;padding-bottom:30px;}}@media (max-width:768px) {.case-visage .main-title .title-holder-colored .h1 {font-size:30px;padding-bottom:10px;}}.case-visage .main-title .title-holder-colored .text {max-width:640px;}.case-visage .main-title .title-holder-colored .text p {font-family:'Roboto-Light', sans-serif;letter-spacing:0em;font-size:16px;color:#000;line-height:1.87;}@media (max-width:992px) {.case-visage .main-title .title-holder-colored .text p {font-size:15px;}}@media (max-width:768px) {.case-visage .main-title .title-holder-colored .text p {font-size:14px;}}.case-visage .laptop-section {text-align:center;position:relative;margin-top:-140px;display:inline-block;vertical-align:top;}@media (max-width:992px) {.case-visage .laptop-section {margin-top:-100px;}}@media (max-width:768px) {.case-visage .laptop-section {margin-top:-60px;}}.case-visage .laptop-section .laptop__img {display:inline-block;vertical-align:top;text-align:center;width:100%;height:auto;}.case-visage .employment {padding:70px 0 140px 0;}@media (max-width:992px) {.case-visage .employment {padding:50px 0 100px 0;}}@media (max-width:768px) {.case-visage .employment {padding:30px 0 70px 0;}}.case-visage .employment .title-text {text-align:center;position:relative;}.case-visage .employment .title-text:before {position:absolute;color:#fbf9ec;font-family:'Roboto-Black', sans-serif;color:#fafafa;content:"итоги";font-size:12vw;top:-7vw;left:0;right:0;margin:auto;text-transform:uppercase;z-index:-1;}@media (max-width:768px) {.case-visage .employment .title-text {text-align:center;}}.case-visage .employment .title-text .count-holder {position:absolute;left:-200px;top:0;transform:rotate(270deg);}.case-visage .employment .title-text .count-holder .line {display:inline-block;width:8px;height:8px;vertical-align:baseline;background:#e68b7e;border-radius:2px;}@media (max-width:992px) {.case-visage .employment .title-text .count-holder .line {display:block;width:1px;height:60px;vertical-align:baseline;margin:10px auto 3px;background:#eaeaea;}}.case-visage .employment .title-text .count-holder .number {font-family:'Roboto-Regular', sans-serif;display:inline-block;font-size:100px;color:#ececec;letter-spacing:0em;line-height:1;vertical-align:baseline;text-align:center;}@media (max-width:992px) {.case-visage .employment .title-text .count-holder .number {width:100%;}}@media (max-width:992px) {.case-visage .employment .title-text .count-holder .number {display:block;width:30%;font-size:117px;color:#ececec;letter-spacing:0.02em;line-height:1;vertical-align:baseline;margin:0 auto;}}.case-visage .employment .title-text .h4 {padding-bottom:130px;}@media (max-width:992px) {.case-visage .employment .title-text .h4 {text-align:center;width:100%;padding-bottom:90px;}}@media (max-width:768px) {.case-visage .employment .title-text .h4 {padding-bottom:35px;}}.case-visage .employment .text {text-align:center;margin:0 auto;}.case-visage .employment .text .button-container {width:100%;text-align:center;margin-top:24px;}.case-visage .employment .text .button__link {text-align:center;font-weight:600;text-transform:uppercase;border-radius:0;display:inline-block;box-sizing:border-box;text-decoration:none;padding:12px 40px;color:#fff;background:#e95646;transition:all .3s;}@media (max-width:1200px) {.case-visage .employment .text .button__link {padding:10px 24px ;}}.case-visage .employment .text .button__link:hover {background:transparent;color:#e95646;}.case-visage .content {padding:30px 0;}.case-visage .content__text {margin:20px 0 0 0;text-align:left;width:100%;}@media (max-width:992px) {.case-visage .content__text {text-align:center;}}.case-visage .worker-sample {text-align:center;}.case-visage .worker-sample .title-holder {display:block;}.case-visage .worker-sample.worker-sample1 {padding:180px 0 130px 0;}@media (max-width:992px) {.case-visage .worker-sample.worker-sample1 {padding:140px 0 90px 0;}}@media (max-width:768px) {.case-visage .worker-sample.worker-sample1 {padding:60px 0 60px 0;}}.case-visage .worker-sample.worker-sample1 .title-text {position:relative;}.case-visage .worker-sample.worker-sample1 .title-text:before {position:absolute;color:#fbf9ec;font-family:'Roboto-Black', sans-serif;color:#fafafa;content:"задача";font-size:12vw;top:-7vw;left:0;right:0;margin:auto;text-transform:uppercase;z-index:-1;}.case-visage .worker-sample.worker-sample1 .title-text .h4 {margin-bottom:180px;position:relative;}@media (max-width:1200px) {.case-visage .worker-sample.worker-sample1 .title-text .h4 {margin-bottom:130px;}}@media (max-width:992px) {.case-visage .worker-sample.worker-sample1 .title-text .h4 {margin-bottom:100px;}}@media (max-width:768px) {.case-visage .worker-sample.worker-sample1 .title-text .h4 {margin-bottom:50px;}}.case-visage .worker-sample.worker-sample1 .title-text .h4:after {position:absolute;width:130px;height:3px;background:#e68b7e;content:"";bottom:-112px;left:50%;margin-left:-65px;}@media (max-width:1200px) {.case-visage .worker-sample.worker-sample1 .title-text .h4:after {bottom:-75px;}}@media (max-width:992px) {.case-visage .worker-sample.worker-sample1 .title-text .h4:after {bottom:-50px;}}@media (max-width:768px) {.case-visage .worker-sample.worker-sample1 .title-text .h4:after {bottom:-25px;}}.case-visage .worker-sample.worker-sample1 .content__text {text-align:center;}.case-visage .worker-sample.worker-sample1 .content__text .regular-p {margin:auto;max-width:980px;}.case-visage .worker-sample.worker-sample2 {background:#4a4a58;background:-webkit-radial-gradient(circle at top 40% left 30%, #6f6069 60px, #4a4a58 91%);background:-moz-radial-gradient(circle at top 40% left 30%, #6f6069 60px, #4a4a58 91%);background:-o-radial-gradient(circle at top 40% left 30%, #6f6069 60px, #4a4a58 91%);background:radial-gradient(circle at top 40% left 30%, #6f6069 60px, #4a4a58 91%);padding:117px 0 170px 0;}@media (max-width:992px) {.case-visage .worker-sample.worker-sample2 {padding:100px 0 140px 0;}}@media (max-width:768px) {.case-visage .worker-sample.worker-sample2 {padding:70px 0 90px 0;}}.case-visage .worker-sample.worker-sample2 .no-gutters {margin-left:-15px;margin-right:-15px;border-bottom:1px solid #766f78;overflow:hidden;}.case-visage .worker-sample.worker-sample2 .medium-width {max-width:750px;margin:0 auto;}.case-visage .worker-sample.worker-sample2 .title-text .h4 {font-size:60px;color:#fbf9ec;}@media (max-width:992px) {.case-visage .worker-sample.worker-sample2 .title-text .h4 {font-size:50px;}}@media (max-width:768px) {.case-visage .worker-sample.worker-sample2 .title-text .h4 {font-size:30px;}}@media (max-width:460px) {.case-visage .worker-sample.worker-sample2 .title-text .h4 {font-size:24px;}}.case-visage .worker-sample.worker-sample2 .title-text .count-holder .number {color:#635860;}.case-visage .worker-sample.worker-sample2 .content__text {padding-bottom:30px;}.case-visage .worker-sample.worker-sample2 .content__text p {max-width:700px;margin:0 auto;}.case-visage .worker-sample.worker-sample2 .box {margin-bottom:130px;}@media (max-width:1200px) {.case-visage .worker-sample.worker-sample2 .box {margin-bottom:120px;}}@media (max-width:992px) {.case-visage .worker-sample.worker-sample2 .box {margin-bottom:80px;}}@media (max-width:768px) {.case-visage .worker-sample.worker-sample2 .box {margin-bottom:40px;}}.case-visage .worker-sample.worker-sample2 .box-left {float:left;max-width:190px;}@media (max-width:768px) {.case-visage .worker-sample.worker-sample2 .box-left {float:none;max-width:none;}}.case-visage .worker-sample.worker-sample2 .box-right {float:right;max-width:190px;}@media (max-width:768px) {.case-visage .worker-sample.worker-sample2 .box-right {float:none;max-width:none;}}.case-visage .worker-sample.worker-sample2 .box__rectangle {margin:20px auto 38px;}.case-visage .worker-sample.worker-sample2 .box__text {text-align:center;color:#fbf9ec;font-family:'Roboto-Regular', sans-serif;font-size:23px;}.case-visage .worker-sample.worker-sample2 .font-visage-box {padding-top:189px;}@media (max-width:1200px) {.case-visage .worker-sample.worker-sample2 .font-visage-box {padding-top:150px;}}@media (max-width:992px) {.case-visage .worker-sample.worker-sample2 .font-visage-box {padding-top:120px;}}@media (max-width:768px) {.case-visage .worker-sample.worker-sample2 .font-visage-box {padding-top:70px;}}.case-visage .worker-sample.worker-sample2 .font-visage-box .box {margin-bottom:20px;}.case-visage .worker-sample.worker-sample2 .font-visage-box .box__text {text-align:center;color:#fbf9ec;font-family:'Roboto-Regular', sans-serif;font-size:52px;}@media (max-width:768px) {.case-visage .worker-sample.worker-sample2 .font-visage-box .box__text {font-size:40px;}}.case-visage .worker-sample.worker-sample2 .font-visage-box .box__text.box__text1 {font-family:'Oswald-Regular', sans-serif;}.case-visage .worker-sample.worker-sample2 .font-visage-box .box__text.box__text2 {font-family:'Playfair-Display-Regular';}.case-visage .worker-sample.worker-sample2 .font-visage-box .box__text.box__text3 {font-family:'Karla Regular', sans-serif;}.case-visage .worker-sample.worker-sample3 {padding:190px 0 60px 0;}@media (max-width:992px) {.case-visage .worker-sample.worker-sample3 {padding:140px 0 50px 0;}}@media (max-width:768px) {.case-visage .worker-sample.worker-sample3 {padding:100px 0 40px 0;}}.case-visage .worker-sample.worker-sample3 .no-gutters {margin-left:-15px;margin-right:-15px;border-bottom:none;overflow:hidden;}.case-visage .worker-sample.worker-sample3 .title-text {position:relative;}.case-visage .worker-sample.worker-sample3 .title-text:before {position:absolute;color:#fbf9ec;font-family:'Roboto-Black', sans-serif;color:#fafafa;content:"дизайн";font-size:12vw;top:-7vw;left:0;right:0;margin:auto;text-transform:uppercase;z-index:-1;}.case-visage .worker-sample.worker-sample3 .title-text .h4 {padding-bottom:180px;}@media (max-width:1200px) {.case-visage .worker-sample.worker-sample3 .title-text .h4 {padding-bottom:110px;}}@media (max-width:992px) {.case-visage .worker-sample.worker-sample3 .title-text .h4 {padding-bottom:50px;}}@media (max-width:768px) {.case-visage .worker-sample.worker-sample3 .title-text .h4 {padding-bottom:20px;}}.case-visage .worker-sample.worker-sample3 .title-text .h5 {margin-bottom:180px;}@media (max-width:1200px) {.case-visage .worker-sample.worker-sample3 .title-text .h5 {margin-bottom:130px;}}@media (max-width:992px) {.case-visage .worker-sample.worker-sample3 .title-text .h5 {margin-bottom:100px;}}@media (max-width:768px) {.case-visage .worker-sample.worker-sample3 .title-text .h5 {margin-bottom:50px;}}.case-visage .worker-sample.worker-sample3 .content__text {margin:20px 0 100px 0;}@media (max-width:992px) {.case-visage .worker-sample.worker-sample3 .content__text {margin:20px 0 50px 0;}}@media (max-width:768px) {.case-visage .worker-sample.worker-sample3 .content__text {margin:20px 0 40px 0;}}.case-visage .worker-sample.worker-sample3 .content__text .h5 {margin-bottom:30px;font-size:25px;font-family:'Roboto-Regular', sans-serif;color:#383633;letter-spacing:0em;}@media (max-width:992px) {.case-visage .worker-sample.worker-sample3 .content__text .h5 {font-size:22px;}}@media (max-width:768px) {.case-visage .worker-sample.worker-sample3 .content__text .h5 {font-size:20px;}}@media (max-width:992px) {.case-visage .worker-sample.worker-sample3 .content__text p {text-align:center;}}.case-visage .worker-sample.worker-sample3 .image-right {margin:auto;max-width:557px;}.case-visage .worker-sample.worker-sample3 .image-right .img-holder {width:49%;display:inline-block;}.case-visage .worker-sample.worker-sample3 .image-right .img-holder.img-holder--left {text-align:left;}.case-visage .worker-sample.worker-sample3 .image-right .img-holder.img-holder--right {text-align:right;}@media (max-width:992px) {.case-visage .worker-sample.worker-sample3 .image-right .img-holder {text-align:center;}}.case-visage .worker-sample.worker-sample3 .image-right .img-holder__img {max-width:263px;height:auto;width:100%;border-radius:24px;padding-bottom:20px;box-shadow:none;}.case-visage .worker-sample.worker-sample3 .img-holder {text-align:left;}@media (max-width:992px) {.case-visage .worker-sample.worker-sample3 .img-holder {text-align:center;}}.case-visage .worker-sample.worker-sample3 .img-holder__img {max-width:517px;height:auto;width:100%;box-shadow:0 0 34px -11px #000000;margin-bottom:20px;}.case-visage .worker-sample.worker-sample3 .medium-width {max-width:750px;margin:0 auto;}.case-visage .worker-sample.worker-sample4 {padding:40px 0 170px 0;}@media (max-width:1200px) {.case-visage .worker-sample.worker-sample4 {padding:40px 0 140px 0;}}@media (max-width:992px) {.case-visage .worker-sample.worker-sample4 {padding:30px 0 100px 0;}}@media (max-width:768px) {.case-visage .worker-sample.worker-sample4 {padding:20px 0 60px 0;}}.case-visage .worker-sample.worker-sample4 .img-holder {text-align:center;}@media (max-width:992px) {.case-visage .worker-sample.worker-sample4 .img-holder {text-align:center;}}.case-visage .worker-sample.worker-sample4 .img-holder__img {max-width:1170px;height:auto;width:100%;}.case-visage .worker-sample.worker-sample4 .title-text {margin-bottom:20px;}@media (max-width:992px) {.case-visage .worker-sample.worker-sample4 .title-text {margin:0 auto 20px;}}.case-visage .worker-sample.worker-sample4 .content__text {padding:80px 0 100px 0;text-align:center;}@media (max-width:992px) {.case-visage .worker-sample.worker-sample4 .content__text {padding:50px 0 50px 0;}}@media (max-width:992px) {.case-visage .worker-sample.worker-sample4 .content__text {padding:30px 0 30px 0;}}.case-visage .worker-sample.worker-sample5 {background:linear-gradient(to bottom, #f0efed, #eae9e7);padding:110px 0 100px 0;}@media (max-width:1200px) {.case-visage .worker-sample.worker-sample5 {padding:90px 0 60px 0;}}@media (max-width:992px) {.case-visage .worker-sample.worker-sample5 {padding:70px 0 40px 0;}}@media (max-width:768px) {.case-visage .worker-sample.worker-sample5 {padding:60px 0 30px 0;}}.case-visage .worker-sample.worker-sample5 .title-text .count-holder .number {color:#d8d7d5;}.case-visage .worker-sample.worker-sample5 .img-holder {text-align:center;}.case-visage .worker-sample.worker-sample5 .img-holder.img-holder--right {text-align:right;}@media (max-width:992px) {.case-visage .worker-sample.worker-sample5 .img-holder.img-holder--right {text-align:center;}}.case-visage .worker-sample.worker-sample5 .img-holder.img-holder--left {text-align:left;}@media (max-width:992px) {.case-visage .worker-sample.worker-sample5 .img-holder.img-holder--left {text-align:center;}}@media (max-width:992px) {.case-visage .worker-sample.worker-sample5 .img-holder {text-align:center;}}.case-visage .worker-sample.worker-sample5 .img-holder__img {box-shadow:0 0 34px -11px #000000;max-width:540px;height:auto;width:100%;margin-bottom:60px;}.case-visage .worker-sample.worker-sample5 .title-text {margin-bottom:20px;}@media (max-width:992px) {.case-visage .worker-sample.worker-sample5 .title-text {margin:0 auto 20px;}}@media (max-width:992px) {.case-visage .worker-sample.worker-sample5 .title-text {margin:0 auto 0;}}.case-visage .worker-sample.worker-sample5 .content__text {padding:50px 0 100px 0;text-align:center;}@media (max-width:1200px) {.case-visage .worker-sample.worker-sample5 .content__text {padding:40px 0 90px 0;}}@media (max-width:992px) {.case-visage .worker-sample.worker-sample5 .content__text {padding:30px 0 70px 0;}}@media (max-width:992px) {.case-visage .worker-sample.worker-sample5 .content__text {padding:0px 0 40px 0;}}.case-visage .worker-sample.worker-sample6 {padding:140px 0 120px 0;}@media (max-width:1200px) {.case-visage .worker-sample.worker-sample6 {padding:100px 0 80px 0;}}@media (max-width:992px) {.case-visage .worker-sample.worker-sample6 {padding:70px 0 50px 0;}}@media (max-width:768px) {.case-visage .worker-sample.worker-sample6 {padding:60px 0 20px 0;}}.case-visage .worker-sample.worker-sample6 .title-text {text-align:center;position:relative;}.case-visage .worker-sample.worker-sample6 .title-text:before {position:absolute;color:#fbf9ec;font-family:'Roboto-Black', sans-serif;color:#fafafa;content:"";font-size:12vw;top:-7vw;left:0;right:0;margin:auto;text-transform:uppercase;z-index:-1;}.case-visage .worker-sample.worker-sample6 .title-text .h4 {padding-bottom:50px;}.case-visage .worker-sample.worker-sample6 .content__text {text-align:center;margin-bottom:114px;}@media (max-width:992px) {.case-visage .worker-sample.worker-sample6 .content__text {float:none;margin:0 auto 50px;}}.case-visage .worker-sample.worker-sample6 .img-holder-left {text-align:left;}@media (max-width:992px) {.case-visage .worker-sample.worker-sample6 .img-holder-left {text-align:center;}}.case-visage .worker-sample.worker-sample6 .img-holder-right {margin-top:39%;text-align:right;}@media (max-width:992px) {.case-visage .worker-sample.worker-sample6 .img-holder-right {margin-top:0;text-align:center;}}.case-visage .worker-sample.worker-sample6 .img-holder__img {height:auto;width:100%;margin-bottom:47px;}.case-visage .worker-sample.worker-sample6 .img-holder__img-left {max-width:848px;}.case-visage .worker-sample.worker-sample6 .img-holder__img-righttop {max-width:240px;}.case-gienime {}.case-gienime .float-change {float:right;}@media (max-width:768px) {.case-gienime .float-change {float:left;}}.case-gienime-title__container {height:185px;display:table;width:100%;}.case-gienime .main-title {background:#fff url("../images/caseGienime/genieme.jpg") top center / cover no-repeat;width:100%;-webkit-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);-moz-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);position:relative;}.case-gienime .main-title__container {height:500px;display:table;width:100%;}@media (max-width:768px) {.case-gienime .main-title__container {height:250px;}}@media (max-width:768px) {.case-gienime .main-title .title-holder-colored .h1 {font-size:40px;letter-spacing:7px;}}.case-gienime .employment {padding:30px 0;}.case-gienime .employment .h3 {margin-bottom:13px;font-size:32px;font-family:'Raleway-SemiBold', sans-serif;color:#242323;}@media (max-width:992px) {.case-gienime .employment .h3 {font-size:24px;}}.case-gienime .employment .button-container {width:100%;text-align:center;margin-top:24px;}.case-gienime .employment .button__link {text-align:center;font-weight:600;text-transform:uppercase;border-radius:0;display:inline-block;box-sizing:border-box;text-decoration:none;padding:12px 40px;color:#fff;background:#e95646;transition:all .3s;}@media (max-width:1200px) {.case-gienime .employment .button__link {padding:10px 24px ;}}.case-gienime .employment .button__link:hover {background:transparent;background:#e95646;}.case-gienime .section-colored {position:absolute;background:#f8f8f8;height:60%;width:100%;}@media (max-width:1200px) {.case-gienime .section-colored {height:100%;}}.case-gienime .worker-sample.worker-sample3 .content__text {padding-right:20px;max-width:550px;}@media (max-width:1200px) {.case-gienime .worker-sample.worker-sample3 .content__text {padding-right:0;max-width:none;}}.case-gienime .worker-sample.worker-sample4 {padding-bottom:30px;}@media (max-width:768px) {.case-gienime .worker-sample.worker-sample4 {padding-bottom:15px;}}.case-gienime .worker-sample.worker-sample5 {position:relative;}.case-gienime .worker-sample.worker-sample5 .content__text {padding-left:20px;}@media (max-width:1200px) {.case-gienime .worker-sample.worker-sample5 .content__text {padding-left:0;}}.case-gienime .worker-sample.worker-sample6 .content__text {padding-left:20px;}@media (max-width:1200px) {.case-gienime .worker-sample.worker-sample6 .content__text {padding-left:0;}}.case-gienime .worker-sample.worker-sample8 {padding:10px 0 100px 0;}@media (max-width:768px) {.case-gienime .worker-sample.worker-sample8 {padding:10px 0 40px 0;}}.case-gienime .worker-sample.worker-sample8 .content__text {max-width:625px;}@media (max-width:992px) {.case-gienime .worker-sample.worker-sample8 .content__text {max-width:none;}}.case-gienime .worker-sample .title-holder {display:block;}.case-gienime .image-holder {text-align:center;margin-top:20px;}.case-gienime .image-holder__img {width:100%;height:auto;}.case-gienime .image-holder.image-holder1 {margin-left:-100px;}@media (max-width:992px) {.case-gienime .image-holder.image-holder1 {text-align:center;margin-left:auto;}}.case-gienime .image-holder.image-holder1 .image-holder__img {max-width:270px;}@media (max-width:768px) {.case-gienime .image-holder.image-holder1 .image-holder__img {max-width:170px;}}.case-gienime .image-holder.image-holder2 {text-align:left;margin-left:-22px;}@media (max-width:992px) {.case-gienime .image-holder.image-holder2 {text-align:center;margin-left:auto;}}.case-gienime .image-holder.image-holder2 .image-holder__img {max-width:390px;}@media (max-width:768px) {.case-gienime .image-holder.image-holder2 .image-holder__img {max-width:290px;}}.case-gienime .image-holder.image-holder3 .image-holder__img {max-width:539px;}@media (max-width:768px) {.case-gienime .image-holder.image-holder3 .image-holder__img {max-width:339px;}}.case-gienime .image-holder.image-holder4 {text-align:left;}@media (max-width:992px) {.case-gienime .image-holder.image-holder4 {text-align:center;}}.case-gienime .image-holder.image-holder4 .image-holder__img {max-width:430px;}@media (max-width:768px) {.case-gienime .image-holder.image-holder4 .image-holder__img {max-width:330px;}}.case-gienime .image-holder.image-holder5 {margin-left:-22px;}@media (max-width:992px) {.case-gienime .image-holder.image-holder5 {margin-left:auto;}}.case-gienime .image-holder.image-holder5 .image-holder__img {max-width:590px;}@media (max-width:768px) {.case-gienime .image-holder.image-holder5 .image-holder__img {max-width:490px;}}.case-gienime .image-holder.image-holder6 .image-holder__img {max-width:585px;}@media (max-width:768px) {.case-gienime .image-holder.image-holder6 .image-holder__img {max-width:485px;}}.case-gienime .image-holder.image-holder7 {margin-top:60px;}@media (max-width:992px) {.case-gienime .image-holder.image-holder7 {margin-top:20px;}}.case-gienime .image-holder.image-holder7 .image-holder__img {max-width:285px;}@media (max-width:768px) {.case-gienime .image-holder.image-holder7 .image-holder__img {max-width:185px;}}.case-gienime .image-holder.image-holder8 {text-align:left;}@media (max-width:992px) {.case-gienime .image-holder.image-holder8 {text-align:center;}}.case-gienime .image-holder.image-holder8 .image-holder__img {max-width:270px;}@media (max-width:768px) {.case-gienime .image-holder.image-holder8 .image-holder__img {max-width:150px;}}.case-gienime .content {padding:30px 0;}.case-gienime .content .big-padding {padding-top:20%;}@media (max-width:992px) {.case-gienime .content .big-padding {padding-top:30px ;}}.case-gienime .content__img {width:auto;background-position:center top;background-repeat:no-repeat;margin-top:20px;background-size:contain;}@media (max-width:1200px) {.case-gienime .content__img {background-position:center center;}}@media (max-width:768px) {.case-gienime .content__img {background-position:center center;}}.case-gienime .content__img.content__img9 {position:absolute;background-image:url("../images/caseGienime/gienime-logo.png");margin-bottom:-35px;min-height:70px;bottom:50%;left:0;right:0;}@media (max-width:992px) {.case-gienime .content__img.content__img9 {min-height:60px;margin-bottom:-30px;bottom:50%;}}@media (max-width:768px) {.case-gienime .content__img.content__img9 {min-height:32px;margin-bottom:-16px;bottom:50%;}}.case-gienime .content__text {margin:20px 0 0 0;text-align:left;}@media (max-width:768px) {.case-gienime .content__text {text-align:center;}}.case-gienime .content__text.content__textcenter {text-align:center;width:100%;}.case-gienime .content__text.content__textspecial {margin:0;background:#efeeef;padding:30px;}.case-gienime .content__text .colored-span {color:#ff3838;}.case-gienime .content__text .centered {text-align:center;}.case-gienime .content__text .h4 {margin-bottom:13px;font-size:28px;font-family:'Raleway-Medium', sans-serif;color:#242323;}@media (max-width:992px) {.case-gienime .content__text .h4 {font-size:24px;}}@media (max-width:768px) {.case-gienime .content__text .h4 {font-size:22px;}}.case-gienime .content__text .h6 {font-size:24px;font-family:'Raleway-Semibold', sans-serif;color:#0d0d0d;}.case-gienime .content__text p {display:block;color:#0f0f0f;line-height:1.8;}.case-gienime .content__text .regular-p {font-family:'Raleway-Regular', sans-serif;color:#1d1d1d;font-weight:600;}.case-gienime .content__text .small-ps {font-size:14px;color:#3d3d3d;font-family:'Raleway-Light', sans-serif;}.case-gienime .content__text .p-nomargin {margin-bottom:0;}.case-gienime .content__text .small-p {font-size:16px;color:#000000;font-family:'Raleway-Light', sans-serif;}@media (max-width:992px) {.case-gienime .content__text .small-p {font-size:15px;}}@media (max-width:768px) {.case-gienime .content__text .small-p {font-size:14px;}}.case-gienime .content__text .font-special {font-size:18px;font-family:'Raleway-Light', sans-serif;color:#343434;}.case-gienime .content__text .font-special.font-special-left {text-align:left;}@media (max-width:992px) {.case-gienime .content__text .font-special.font-special-left {text-align:center;}}.case-gienime .content__text .font-special.font-special-center {text-align:center;}.case-gienime .content__text .font-special.font-special-right {text-align:right;}@media (max-width:992px) {.case-gienime .content__text .font-special.font-special-right {text-align:center;}}.case-gienime .content__text .margened-bottom {margin-bottom:40px;}@media (max-width:768px) {.case-gienime .content__text .margened-bottom {margin-bottom:20px;}}.case-kvestpro {}.case-kvestpro .float-change {float:right;}@media (max-width:768px) {.case-kvestpro .float-change {float:left;}}.case-kvestpro-title__container {height:185px;display:table;width:100%;}.case-kvestpro .main-title {background:#fff url("../images/caseKvestpro/kvest-bg.jpg") center center / cover no-repeat;width:100%;-webkit-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);-moz-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);margin-bottom:242px;position:relative;}@media (max-width:992px) {.case-kvestpro .main-title {margin-bottom:121px;}}@media (max-width:768px) {.case-kvestpro .main-title {margin-bottom:60px;}}.case-kvestpro .main-title__container {height:650px;display:table;width:100%;}@media (max-width:768px) {.case-kvestpro .main-title__container {height:250px;}}.case-kvestpro .main-title .title-holder-colored {padding-bottom:400px;}@media (max-width:992px) {.case-kvestpro .main-title .title-holder-colored {padding-bottom:150px;}}@media (max-width:768px) {.case-kvestpro .main-title .title-holder-colored {padding-bottom:100px;}}.case-kvestpro .main-title .title-holder-colored .h1 {font-family:'FuturaMedium', sans-serif;text-transform:uppercase;font-size:88px;letter-spacing:3px;}@media (max-width:768px) {.case-kvestpro .main-title .title-holder-colored .h1 {font-size:30px;letter-spacing:3px;}}.case-kvestpro .main-title .title-holder-colored span {color:#ea2d2b;}.case-kvestpro .employment {padding:50px 0;}.case-kvestpro .employment .h3 {margin-bottom:13px;font-size:32px;font-family:'Raleway-SemiBold', sans-serif;color:#242323;}@media (max-width:992px) {.case-kvestpro .employment .h3 {font-size:24px;}}.case-kvestpro .employment .margin-bottom {margin:0 0 20px 0;}.case-kvestpro .employment .button-container {width:100%;text-align:center;margin-top:24px;}.case-kvestpro .employment .button__link {text-align:center;font-weight:600;text-transform:uppercase;border-radius:0;display:inline-block;box-sizing:border-box;text-decoration:none;padding:12px 40px;color:#fff;background:#e95646;transition:all .3s;}@media (max-width:1200px) {.case-kvestpro .employment .button__link {padding:10px 24px ;}}.case-kvestpro .employment .button__link:hover {background:transparent;color:#e95646;}.case-kvestpro .section-colored {background:#fcfcfc;margin-top:320px;}@media (max-width:992px) {.case-kvestpro .section-colored {margin-top:180px;}}@media (max-width:768px) {.case-kvestpro .section-colored {margin-top:100px;}}.case-kvestpro .workers-sample {text-align:right;}.case-kvestpro .workers-sample .title-holder {display:block;}.case-kvestpro .content {padding:30px 0;}.case-kvestpro .content__img {width:auto;background-position:center top;background-repeat:no-repeat;margin-bottom:20px;background-size:contain;}@media (max-width:1200px) {.case-kvestpro .content__img {background-position:center center;}}@media (max-width:768px) {.case-kvestpro .content__img {background-position:center center;}}.case-kvestpro .content__img.content__img1 {background-image:url("../images/caseKvestpro/design.png");min-height:730px;}@media (max-width:1200px) {.case-kvestpro .content__img.content__img1 {min-height:650px;}}@media (max-width:992px) {.case-kvestpro .content__img.content__img1 {min-height:450px;}}@media (max-width:768px) {.case-kvestpro .content__img.content__img1 {min-height:350px;}}.case-kvestpro .content__img.content__img2 {background-image:url("../images/caseKvestpro/usability.png");min-height:350px;background-position:center center;}@media (max-width:768px) {.case-kvestpro .content__img.content__img2 {min-height:270px;}}@media (max-width:460px) {.case-kvestpro .content__img.content__img2 {min-height:170px;}}.case-kvestpro .content__img.content__img3 {background-image:url("../images/caseKvestpro/megafon-left.png");min-height:600px;background-position:center center;background-size:auto;}@media (max-width:992px) {.case-kvestpro .content__img.content__img3 {background-size:contain;min-height:430px;}}@media (max-width:768px) {.case-kvestpro .content__img.content__img3 {background-size:contain;margin-bottom:30px;background-position:bottom center;min-height:350px;}}.case-kvestpro .content__img.content__img4 {background-image:url("../images/caseKvestpro/megafon-center.png");min-height:600px;background-position:top center;background-size:auto;}@media (max-width:992px) {.case-kvestpro .content__img.content__img4 {background-size:contain;min-height:430px;}}@media (max-width:768px) {.case-kvestpro .content__img.content__img4 {background-size:contain;min-height:350px;margin-bottom:30px;}}.case-kvestpro .content__img.content__img5 {background-image:url("../images/caseKvestpro/megafon-right.png");min-height:600px;background-position:center center;background-size:auto;}@media (max-width:992px) {.case-kvestpro .content__img.content__img5 {background-size:contain;min-height:430px;}}@media (max-width:768px) {.case-kvestpro .content__img.content__img5 {background-size:contain;min-height:350px;margin-bottom:30px;}}.case-kvestpro .content__img.content__img6 {background-image:url("../images/caseKvestpro/adaptive.png");min-height:710px;background-position:bottom center;}@media (max-width:992px) {.case-kvestpro .content__img.content__img6 {min-height:530px;}}@media (max-width:768px) {.case-kvestpro .content__img.content__img6 {min-height:270px;}}.case-kvestpro .content__img.content__img7 {position:absolute;background-image:url("../images/caseKvestpro/kvestpro-font.png");margin-top:-44px;min-height:88px;top:20%;left:0;right:0;}@media (max-width:992px) {.case-kvestpro .content__img.content__img7 {min-height:60px;margin-bottom:-30px;top:40%;}}@media (max-width:768px) {.case-kvestpro .content__img.content__img7 {min-height:32px;margin-bottom:-16px;top:40%;}}.case-kvestpro .content__img.content__img9 {position:absolute;background-image:url("../images/caseKvestpro/kvest-pc.png");margin-bottom:0;min-height:716px;bottom:-271px;left:0;right:0;}@media (max-width:992px) {.case-kvestpro .content__img.content__img9 {min-height:442px;bottom:-163px;}}@media (max-width:768px) {.case-kvestpro .content__img.content__img9 {min-height:220px;bottom:-83px;}}.case-kvestpro .content__text {margin:20px 0 0 0;text-align:left;width:100%;}@media (max-width:768px) {.case-kvestpro .content__text {text-align:center;}}.case-kvestpro .content__text.content__textcenter {text-align:center;}.case-kvestpro .content__text .h4 {margin-bottom:13px;font-size:28px;font-family:'Raleway-SemiBold', sans-serif;color:#242323;}@media (max-width:992px) {.case-kvestpro .content__text .h4 {font-size:24px;}}@media (max-width:768px) {.case-kvestpro .content__text .h4 {font-size:22px;}}.case-kvestpro .content__text p {display:block;margin:0;color:#1a1a1a;}.case-kvestpro .content__text .regular-p {font-family:'Raleway-SemiBold', sans-serif;color:#000000;}.case-kvestpro .content__text .margened-bottom {margin-bottom:40px;}@media (max-width:768px) {.case-kvestpro .content__text .margened-bottom {margin-bottom:20px;}}.case-argo {}.case-argo .float-change {float:right;}@media (max-width:768px) {.case-argo .float-change {float:left;}}.case-argo-title__container {height:185px;display:table;width:100%;}.case-argo .main-title {background:#fff url("../images/caseArgo/argo-bg.jpg") center center / cover no-repeat;width:100%;-webkit-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);-moz-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);position:relative;}.case-argo .main-title__container {height:650px;display:table;width:100%;}@media (max-width:768px) {.case-argo .main-title__container {height:250px;}}.case-argo .main-title .title-holder-colored {padding-bottom:400px;}@media (max-width:992px) {.case-argo .main-title .title-holder-colored {padding-bottom:150px;}}@media (max-width:768px) {.case-argo .main-title .title-holder-colored {padding-bottom:100px;}}.case-argo .main-title .title-holder-colored .h1 {font-family:'FuturaMedium', sans-serif;text-transform:uppercase;font-size:88px;letter-spacing:3px;}@media (max-width:768px) {.case-argo .main-title .title-holder-colored .h1 {font-size:30px;letter-spacing:3px;}}.case-argo .main-title .title-holder-colored span {color:#ea2d2b;}.case-argo .laptop-section {text-align:center;position:relative;margin-top:-220px;display:inline-block;vertical-align:top;}@media (max-width:992px) {.case-argo .laptop-section {margin-top:-120px;}}@media (max-width:768px) {.case-argo .laptop-section {margin-top:-60px;}}.case-argo .laptop-section .laptop__img {display:inline-block;vertical-align:top;text-align:center;width:90%;height:auto;}@media (max-width:992px) {.case-argo .laptop-section .laptop__img {width:100%;}}.case-argo .img-holder {text-align:center;}.case-argo .img-holder.img-holder1 .img-holder__img {max-width:650px;}.case-argo .img-holder.img-holder2 .img-holder__img {max-width:650px;}.case-argo .img-holder.img-holder6 .img-holder__img {max-width:517px;}.case-argo .img-holder.img-holder7 .img-holder__img {max-width:550px;}.case-argo .img-holder.img-holder8 .img-holder__img {max-width:550px;}.case-argo .img-holder__img {max-width:517px;height:auto;width:100%;margin-bottom:20px;}.case-argo .employment {padding:30px 0;}.case-argo .employment .h3 {margin-bottom:13px;font-size:32px;font-family:'Raleway-SemiBold', sans-serif;color:#242323;}@media (max-width:992px) {.case-argo .employment .h3 {font-size:24px;}}.case-argo .employment .button-container {width:100%;text-align:center;margin-top:24px;}.case-argo .employment .button__link {text-align:center;font-weight:600;text-transform:uppercase;border-radius:0;display:inline-block;box-sizing:border-box;text-decoration:none;padding:12px 40px;color:#fff;background:#e95646;transition:all .3s;}@media (max-width:1200px) {.case-argo .employment .button__link {padding:10px 24px ;}}.case-argo .employment .button__link:hover {background:transparent;color:#e95646;}.case-argo .section-colored {background:#fcfcfc;}.case-argo .worker-sample .title-holder {display:block;}.case-argo .worker-sample.worker-sample6 .content__text {margin-top:100px;}@media (max-width:1200px) {.case-argo .worker-sample.worker-sample6 .content__text {margin-top:80px;}}@media (max-width:992px) {.case-argo .worker-sample.worker-sample6 .content__text {margin-top:70px;}}@media (max-width:768px) {.case-argo .worker-sample.worker-sample6 .content__text {margin-top:30px;}}.case-argo .content {padding:30px 0;}@media (max-width:768px) {.case-argo .content {padding:5px 0;}}.case-argo .content__img {width:auto;background-position:center top;background-repeat:no-repeat;margin-bottom:20px;background-size:contain;}@media (max-width:1200px) {.case-argo .content__img {background-position:center center;}}@media (max-width:768px) {.case-argo .content__img {background-position:center center;}}.case-argo .content__img.content__img3 {background-image:url("../images/caseArgo/argo-left.png");min-height:266px;background-position:center center;background-size:auto;}@media (max-width:992px) {.case-argo .content__img.content__img3 {background-size:contain;min-height:210px;background-position:center center;}}@media (max-width:768px) {.case-argo .content__img.content__img3 {margin-bottom:30px;background-position:center center;min-height:130px;}}.case-argo .content__img.content__img4 {background-image:url("../images/caseArgo/argo-center.png");min-height:266px;background-position:center center;background-size:auto;}@media (max-width:992px) {.case-argo .content__img.content__img4 {background-size:contain;min-height:210px;background-position:center center;}}@media (max-width:768px) {.case-argo .content__img.content__img4 {min-height:130px;margin-bottom:30px;}}.case-argo .content__img.content__img5 {background-image:url("../images/caseArgo/argo-right.png");min-height:266px;background-position:center center;background-size:auto;}@media (max-width:992px) {.case-argo .content__img.content__img5 {background-size:contain;min-height:210px;background-position:center center;}}@media (max-width:768px) {.case-argo .content__img.content__img5 {min-height:130px;margin-bottom:30px;}}.case-argo .content__text {margin:20px 0 0 1%;text-align:left;width:100%;}@media (max-width:768px) {.case-argo .content__text {text-align:center;}}.case-argo .content__text.content__textcenter {text-align:center;}.case-argo .content__text .h4 {margin-bottom:13px;font-size:28px;font-family:'Raleway-SemiBold', sans-serif;color:#242323;}@media (max-width:992px) {.case-argo .content__text .h4 {font-size:24px;}}@media (max-width:768px) {.case-argo .content__text .h4 {font-size:22px;}}.case-argo .content__text .h6 {font-size:24px;font-family:'Raleway-Semibold', sans-serif;color:#6f6f6f;}@media (max-width:992px) {.case-argo .content__text .h6 {font-size:20px;}}@media (max-width:768px) {.case-argo .content__text .h6 {font-size:18px;}}.case-argo .content__text p {display:block;color:#1a1a1a;}.case-argo .content__text .regular-p {font-family:'Raleway-Light', sans-serif;color:#000;}.case-argo .content__text .margened-bottom {margin-bottom:40px;}@media (max-width:768px) {.case-argo .content__text .margened-bottom {margin-bottom:20px;}}.case-d12 {}.case-d12 .float-change {float:right;}@media (max-width:768px) {.case-d12 .float-change {float:left;}}.case-d12-title__container {height:185px;display:table;width:100%;}.case-d12 .main-title {background:#fff url("../images/caseD12/d12-bg.jpg") center center / cover no-repeat;width:100%;-webkit-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);-moz-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);margin-bottom:400px;position:relative;}@media (max-width:992px) {.case-d12 .main-title {margin-bottom:160px;}}@media (max-width:768px) {.case-d12 .main-title {margin-bottom:100px;}}.case-d12 .main-title__container {height:650px;display:table;width:100%;}@media (max-width:768px) {.case-d12 .main-title__container {height:250px;}}.case-d12 .main-title .title-holder-colored {padding-bottom:300px;}@media (max-width:992px) {.case-d12 .main-title .title-holder-colored {padding-bottom:150px;}}@media (max-width:768px) {.case-d12 .main-title .title-holder-colored {padding-bottom:100px;}}.case-d12 .main-title .title-holder-colored .h1 {color:#ffe900;font-family:'Open-sans', sans-serif;font-size:78px;letter-spacing:3px;font-weight:600;}@media (max-width:768px) {.case-d12 .main-title .title-holder-colored .h1 {font-size:30px;letter-spacing:3px;}}.case-d12 .main-title .title-holder-colored span {color:#ea2d2b;}.case-d12 .employment {padding:50px 0;}.case-d12 .employment.employment-bottom {padding:50px 0 100px 0;}@media (max-width:992px) {.case-d12 .employment.employment-bottom {padding:50px 0 75px 0;}}@media (max-width:768px) {.case-d12 .employment.employment-bottom {padding:15px 0 50px 0;}}.case-d12 .employment .width-1 {max-width:910px;margin:auto;}.case-d12 .employment .h4 {padding-bottom:20px;}.case-d12 .employment .h3 {margin-bottom:13px;font-size:32px;font-family:'Raleway-SemiBold', sans-serif;color:#242323;}@media (max-width:992px) {.case-d12 .employment .h3 {font-size:24px;}}@media (max-width:768px) {.case-d12 .employment .h3 {font-size:22px;}}.case-d12 .employment .button-container {width:100%;text-align:center;margin-top:24px;}.case-d12 .employment .button__link {text-align:center;font-weight:600;text-transform:uppercase;border-radius:0;display:inline-block;box-sizing:border-box;text-decoration:none;padding:12px 40px;color:#fff;background:#e95646;transition:all .3s;}@media (max-width:1200px) {.case-d12 .employment .button__link {padding:10px 24px ;}}.case-d12 .employment .button__link:hover {background:transparent;color:#e95646;}.case-d12 .section-colored {background:#fcfcfc;margin:40px 0;}.case-d12 .workers-sample {text-align:right;}.case-d12 .workers-sample .title-holder {display:block;}.case-d12 .content {padding:30px 0;}.case-d12 .content.content__special {margin:40px 0;background:#fcfcfc;padding:50px;}@media (max-width:992px) {.case-d12 .content.content__special {padding:20px;}}@media (max-width:768px) {.case-d12 .content.content__special {padding:5px;}}.case-d12 .content.content__special .content__text {padding:0 30px;}@media (max-width:768px) {.case-d12 .content.content__special .content__text {padding:0 5px;}}.case-d12 .content.content__special .title-special1 {display:block;margin-bottom:30px;font-size:46px;font-family:'Open-Sans', sans-serif;color:#000000;}@media (max-width:992px) {.case-d12 .content.content__special .title-special1 {font-size:40px;margin-bottom:20px;}}@media (max-width:768px) {.case-d12 .content.content__special .title-special1 {font-size:30px;margin-bottom:5px;}}.case-d12 .content.content__special .title-special2 {display:block;margin-bottom:30px;font-size:28px;font-family:'Open-Sans', sans-serif;color:#000000;}@media (max-width:992px) {.case-d12 .content.content__special .title-special2 {font-size:22px;margin-bottom:20px;}}@media (max-width:768px) {.case-d12 .content.content__special .title-special2 {font-size:20px;margin-bottom:15px;}}.case-d12 .content__img {width:auto;background-position:center top;background-repeat:no-repeat;margin-bottom:20px;background-size:contain;}@media (max-width:1200px) {.case-d12 .content__img {background-position:center center;}}@media (max-width:768px) {.case-d12 .content__img {background-position:center center;}}.case-d12 .content__img.content__img1 {position:relative;background-image:url("../images/caseD12/design.png");min-height:830px;background-position:left center;margin-bottom:300px;}.case-d12 .content__img.content__img1 .colored-rect {background:#ffe900;position:absolute;width:380px;height:380px;border-radius:50%;bottom:-32%;right:-35%;padding:60px;text-align:center;}@media (max-width:992px) {.case-d12 .content__img.content__img1 .colored-rect {bottom:-56%;right:50%;margin-right:-160px;width:320px;height:320px;padding:35px;}}@media (max-width:768px) {.case-d12 .content__img.content__img1 .colored-rect {padding:30px;margin-right:-150px;width:300px;height:300px;bottom:-75%;}}.case-d12 .content__img.content__img1 .colored-rect .h4 {margin-bottom:13px;font-size:28px;font-family:'Raleway-SemiBold', sans-serif;color:#000000;}.case-d12 .content__img.content__img1 .colored-rect .h5 {font-size:14px;font-family:'Raleway-Regular', sans-serif;color:#000000;}@media (max-width:992px) {.case-d12 .content__img.content__img1 {min-height:500px;background-position:center center;}}@media (max-width:768px) {.case-d12 .content__img.content__img1 {min-height:420px;background-position:center center;}}.case-d12 .content__img.content__img2 {background-image:url("../images/caseD12/woman.jpg");min-height:450px;background-position:center center;}@media (max-width:768px) {.case-d12 .content__img.content__img2 {min-height:170px;}}.case-d12 .content__img.content__img3 {background-image:url("../images/caseD12/phone-half.png");min-height:400px;background-position:top center;background-size:auto;margin-bottom:-30px;}@media (max-width:992px) {.case-d12 .content__img.content__img3 {background-size:contain;}}@media (max-width:768px) {.case-d12 .content__img.content__img3 {background-size:contain;background-position:bottom center;min-height:350px;}}.case-d12 .content__img.content__img4 {background-image:url("../images/caseD12/cards.png");min-height:460px;background-position:top center;background-size:auto;}@media (max-width:1200px) {.case-d12 .content__img.content__img4 {background-size:contain;}}@media (max-width:992px) {.case-d12 .content__img.content__img4 {background-size:contain;}}@media (max-width:768px) {.case-d12 .content__img.content__img4 {background-size:contain;min-height:150px;margin-bottom:30px;}}.case-d12 .content__img.content__img9 {position:absolute;background-image:url("../images/caseD12/pc-d12.png");margin-bottom:0;min-height:730px;bottom:-60%;left:0;right:0;}@media (max-width:992px) {.case-d12 .content__img.content__img9 {min-height:442px;bottom:-163px;}}@media (max-width:768px) {.case-d12 .content__img.content__img9 {min-height:220px;bottom:-83px;}}.case-d12 .content__text {margin:0 0 0 0;text-align:left;width:100%;}@media (max-width:768px) {.case-d12 .content__text {text-align:center;}}.case-d12 .content__text.content__textcenter {text-align:center;}.case-d12 .content__text .h4 {margin-bottom:13px;font-size:28px;font-family:'Raleway-SemiBold', sans-serif;color:#242323;}@media (max-width:992px) {.case-d12 .content__text .h4 {font-size:24px;}}@media (max-width:768px) {.case-d12 .content__text .h4 {font-size:22px;}}.case-d12 .content__text p {display:block;margin:0;color:#1a1a1a;}.case-d12 .content__text .text-colored {display:inline-block;color:#4283d7;}.case-d12 .content__text .textshort {width:70%;display:block;margin:0 auto;}@media (max-width:768px) {.case-d12 .content__text .textshort {width:100%;}}.case-d12 .content__text .regular-p {font-family:'Raleway-Medium', sans-serif;color:#000000;font-weight:500;}.case-d12 .content__text .margened-bottom {margin-bottom:40px;}@media (max-width:768px) {.case-d12 .content__text .margened-bottom {margin-bottom:20px;}}.case-based {}.case-based .float-change {float:right;}@media (max-width:768px) {.case-based .float-change {float:left;}}.case-based-title__container {height:185px;display:table;width:100%;}.case-based .main-title {background:#fff url("../images/caseBased/background-based.jpg") center center / cover no-repeat;width:100%;-webkit-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);-moz-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);margin-bottom:42px;position:relative;}@media (max-width:992px) {.case-based .main-title {margin-bottom:21px;}}@media (max-width:768px) {.case-based .main-title {margin-bottom:21px;}}.case-based .main-title__container {height:750px;display:table;width:100%;}@media (max-width:992px) {.case-based .main-title__container {height:550px;}}@media (max-width:768px) {.case-based .main-title__container {height:250px;}}.case-based .main-title .title-holder-colored {padding-bottom:116px;}.case-based .main-title .title-holder-colored .h1 {font-family:'FuturaMedium', sans-serif;text-transform:uppercase;font-size:88px;letter-spacing:3px;}@media (max-width:768px) {.case-based .main-title .title-holder-colored .h1 {font-size:30px;letter-spacing:3px;}}.case-based .main-title .title-holder-colored span {color:#ea2d2b;}.case-based .employment {padding:30px 0;}.case-based .employment .h3 {margin-bottom:13px;font-size:32px;font-family:'Raleway-SemiBold', sans-serif;color:#242323;}@media (max-width:992px) {.case-based .employment .h3 {font-size:24px;}}@media (max-width:768px) {.case-based .employment .h3 {font-size:22px;}}.case-based .employment .button-container {width:100%;text-align:center;margin-top:24px;}.case-based .employment .button__link {text-align:center;font-weight:600;text-transform:uppercase;border-radius:0;display:inline-block;box-sizing:border-box;text-decoration:none;padding:12px 40px;color:#fff;background:#e95646;transition:all .3s;}@media (max-width:1200px) {.case-based .employment .button__link {padding:10px 24px ;}}.case-based .employment .button__link:hover {background:transparent;color:#e95646;}.case-based .section-colored {background:#fcfcfc;}.case-based .section-margin {margin-top:150px;margin-bottom:30px;}@media (max-width:992px) {.case-based .section-margin {margin-top:10px;margin-bottom:0px;}}.case-based .section-margin2 {margin-top:50px;margin-bottom:150px;}@media (max-width:992px) {.case-based .section-margin2 {margin-top:10px;margin-bottom:0px;}}.case-based .workers-sample {text-align:right;}.case-based .workers-sample .title-holder {display:block;}.case-based .content {padding:45px 0;}@media (max-width:768px) {.case-based .content {padding:25px 0;}}.case-based .content__img {width:auto;background-position:center top;background-repeat:no-repeat;margin-bottom:20px;background-size:contain;}@media (max-width:1200px) {.case-based .content__img {background-position:center center;}}@media (max-width:768px) {.case-based .content__img {background-position:center center;}}.case-based .content__img.content__img1 {background-image:url("../images/caseBased/iphone2.png");min-height:760px;margin-top:-200px;margin-bottom:-30px;background-position:left center;}@media (max-width:992px) {.case-based .content__img.content__img1 {min-height:442px;margin-top:20px;margin-bottom:0px;}}@media (max-width:768px) {.case-based .content__img.content__img1 {background-position:center center;min-height:330px;margin-top:20px;}}.case-based .content__img.content__img2 {width:450px;margin:0 auto;background-image:url("../images/caseBased/logo1.png");min-height:150px;background-position:left center;}@media (max-width:768px) {.case-based .content__img.content__img2 {width:300px;min-height:100px;background-size:contain;}}.case-based .content__img.content__img3 {background-image:url("../images/caseBased/logo2.png");min-height:150px;background-position:center center;}@media (max-width:768px) {.case-based .content__img.content__img3 {min-height:100px;background-position:center center;background-size:contain;}}.case-based .content__img.content__img4 {background-image:url("../images/caseBased/logo3.png");min-height:150px;background-position:right center;}@media (max-width:768px) {.case-based .content__img.content__img4 {min-height:100px;background-size:contain;}}.case-based .content__img.content__img5 {background-image:url("../images/caseBased/iphone3.png");min-height:750px;background-position:left center;}@media (max-width:992px) {.case-based .content__img.content__img5 {min-height:450px;}}@media (max-width:768px) {.case-based .content__img.content__img5 {min-height:270px;background-position:center center;}}.case-based .content__img.content__img6 {background-image:url("../images/caseBased/iphone4.png");min-height:750px;background-position:center center;margin-bottom:-150px;}@media (max-width:768px) {.case-based .content__img.content__img6 {min-height:200px;margin-bottom:0px;}}.case-based .content__img.content__img7 {background-image:url("../images/caseBased/iphone5.png");min-height:640px;}@media (max-width:768px) {.case-based .content__img.content__img7 {min-height:320px;}}.case-based .content__img.content__img8 {background-image:url("../images/caseBased/logo_home.png");min-height:63px;background-position:center center;}.case-based .content__img.content__img9 {position:absolute;background-image:url("../images/caseBased/iphone1.png");margin-bottom:0;min-height:460px;top:150px;left:0;right:0;}@media (max-width:992px) {.case-based .content__img.content__img9 {min-height:350px;top:105px;}}@media (max-width:768px) {.case-based .content__img.content__img9 {min-height:160px;top:53px;}}.case-based .content__text {margin:20px 0 0 0;text-align:left;width:100%;}@media (max-width:768px) {.case-based .content__text {text-align:center;}}.case-based .content__text.content__textcenter {text-align:center;}.case-based .content__text.content__textshort {max-width:610px;}.case-based .content__text .font-circle {margin-bottom:25px;}.case-based .content__text .font-circle__holder {margin-top:10px;}.case-based .content__text .font-circle__circle {width:40px;height:40px;border-radius:50%;margin-right:20px;display:inline-block;vertical-align:middle;}.case-based .content__text .font-circle__circle.font-circle__circle1 {background:#3bb7b8;}.case-based .content__text .font-circle__circle.font-circle__circle2 {background:#ea6c6f;}.case-based .content__text .font-circle__circle.font-circle__circle3 {background:#f9a834;}.case-based .content__text .font-circle__circle.font-circle__circle4 {background:#f8d8ac;}.case-based .content__text .font-circle__circle.font-circle__circle5 {background:#f8f8f8;}.case-based .content__text .font-circle__text {display:inline-block;vertical-align:middle;}.case-based .content__text .h4 {margin-bottom:13px;font-size:36px;color:#000;font-family:"Roboto-Regular", sans-serif;}@media (max-width:992px) {.case-based .content__text .h4 {font-size:24px;}}@media (max-width:768px) {.case-based .content__text .h4 {font-size:22px;}}.case-based .content__text .light-p {font-size:16px;color:#000;font-family:"Roboto-Regular", sans-serif;}@media (max-width:992px) {.case-based .content__text .light-p {font-size:15px;}}@media (max-width:768px) {.case-based .content__text .light-p {font-size:14px;}}.case-based .content__text .regular-p {font-size:18px;color:#000;font-family:"Roboto-Light", sans-serif;}@media (max-width:992px) {.case-based .content__text .regular-p {font-size:15px;}}@media (max-width:768px) {.case-based .content__text .regular-p {font-size:14px;}}.case-based .content__text .margened-bottom {margin-bottom:40px;}@media (max-width:768px) {.case-based .content__text .margened-bottom {margin-bottom:20px;}}.case-gymcofee {}.case-gymcofee .container-hd {max-width:1920px;margin:auto;}.case-gymcofee .float-change {float:right;}@media (max-width:768px) {.case-gymcofee .float-change {float:left;}}.case-gymcofee-title__container {height:185px;display:table;width:100%;}.case-gymcofee .main-title {background:#fff url("../images/caseGymcofee/bg2.png") top center / cover no-repeat;width:100%;-webkit-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);-moz-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);margin-bottom:242px;position:relative;}@media (max-width:992px) {.case-gymcofee .main-title {margin-bottom:121px;}}@media (max-width:768px) {.case-gymcofee .main-title {margin-bottom:60px;}}.case-gymcofee .main-title__container {height:650px;display:table;width:100%;}@media (max-width:992px) {.case-gymcofee .main-title__container {height:450px;}}@media (max-width:768px) {.case-gymcofee .main-title__container {height:250px;}}.case-gymcofee .main-title .title-holder-colored {padding-bottom:116px;}.case-gymcofee .main-title .title-holder-colored .h1 {font-family:'FuturaMedium', sans-serif;text-transform:uppercase;font-size:88px;letter-spacing:3px;}@media (max-width:768px) {.case-gymcofee .main-title .title-holder-colored .h1 {font-size:30px;letter-spacing:3px;}}.case-gymcofee .main-title .title-holder-colored span {color:#ea2d2b;}.case-gymcofee .main-title .title-holder-colored .img-holder {position:absolute;background-color:#000000;height:400px;max-width:400px;bottom:-210px;right:100px;text-align:center;vertical-align:middle;}@media (max-width:1200px) {.case-gymcofee .main-title .title-holder-colored .img-holder {height:300px;max-width:300px;bottom:-150px;}}@media (max-width:992px) {.case-gymcofee .main-title .title-holder-colored .img-holder {height:250px;max-width:250px;bottom:-125px;}}@media (max-width:768px) {.case-gymcofee .main-title .title-holder-colored .img-holder {height:150px;max-width:150px;bottom:-70px;right:70px;}}@media (max-width:460px) {.case-gymcofee .main-title .title-holder-colored .img-holder {height:100px;max-width:100px;bottom:-50px;right:50px;}}.case-gymcofee .main-title .title-holder-colored .img-holder__img {width:80%;height:auto;position:relative;top:50%;transform:translateY(-50%);}.case-gymcofee .employment {padding:50px 0 70px 0;}@media (max-width:768px) {.case-gymcofee .employment {padding:30px 0 50px 0;}}.case-gymcofee .employment .content__text .h3 {margin-bottom:13px;font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:28px;font-weight:100;}@media (max-width:992px) {.case-gymcofee .employment .content__text .h3 {font-size:24px;}}.case-gymcofee .employment .content__text .h1 {font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:40px;font-weight:normal;}.case-gymcofee .employment .content__text .big-p {font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:28px;font-weight:100;}@media (max-width:992px) {.case-gymcofee .employment .content__text .big-p {font-size:26px;}}@media (max-width:768px) {.case-gymcofee .employment .content__text .big-p {font-size:16px;}}.case-gymcofee .employment .content__text .regular-p {font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:22px;}@media (max-width:992px) {.case-gymcofee .employment .content__text .regular-p {font-size:16px;}}@media (max-width:768px) {.case-gymcofee .employment .content__text .regular-p {font-size:14px;}}.case-gymcofee .employment .button-container {width:100%;text-align:center;margin-top:24px;}.case-gymcofee .employment .button__link {text-align:center;font-weight:600;text-transform:uppercase;border-radius:0;display:inline-block;box-sizing:border-box;text-decoration:none;padding:12px 40px;color:#fff;background:#e95646;transition:all .3s;}@media (max-width:1200px) {.case-gymcofee .employment .button__link {padding:10px 24px ;}}.case-gymcofee .employment .button__link:hover {background:#e95646;color:#fff;}.case-gymcofee .section-colored {background:#f5f5f5;}@media (max-width:992px) {.case-gymcofee .section-colored {margin-top:10px;}}.case-gymcofee .section-colored2 {background:#29a896;}.case-gymcofee .section-colored2 .content__textcenter {margin:70px 0 50px 0;text-align:center;}@media (max-width:992px) {.case-gymcofee .section-colored2 .content__textcenter {margin:50px 0 30px 0;}}.case-gymcofee .section-colored2 .content__textcenter .h4 {font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;color:#fff;font-size:50px;}@media (max-width:992px) {.case-gymcofee .section-colored2 .content__textcenter .h4 {font-size:40px;}}@media (max-width:768px) {.case-gymcofee .section-colored2 .content__textcenter .h4 {font-size:30px;}}.case-gymcofee .section-colored2 .content__textcenter .regular-p {font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;color:#fff;font-size:18px;}@media (max-width:992px) {.case-gymcofee .section-colored2 .content__textcenter .regular-p {font-size:17px;}}@media (max-width:768px) {.case-gymcofee .section-colored2 .content__textcenter .regular-p {font-size:16px;}}@media (max-width:992px) {.case-gymcofee .section-colored2 {margin-top:10px;}}.case-gymcofee .workers-sample {text-align:right;}.case-gymcofee .workers-sample .title-holder {display:block;}.case-gymcofee .content {padding:50px 0;}@media (max-width:992px) {.case-gymcofee .content {padding:40px 0;}}@media (max-width:768px) {.case-gymcofee .content {padding:20px 0;}}.case-gymcofee .content-compressed {max-width:700px;margin:0 auto;text-align:center;}.case-gymcofee .content-compressed .content__img {margin:2px;}.case-gymcofee .content-compressed .small-p {font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:15px;font-weight:100;}.case-gymcofee .content__img {width:auto;background-position:center top;background-repeat:no-repeat;margin:20px;background-size:contain;}@media (max-width:1200px) {.case-gymcofee .content__img {background-position:center center;}}@media (max-width:768px) {.case-gymcofee .content__img {background-position:center center;}}.case-gymcofee .content__img.content__img1 {background-image:url("../images/caseGymcofee/mac1.png");min-height:310px;}@media (max-width:768px) {.case-gymcofee .content__img.content__img1 {min-height:220px;}}.case-gymcofee .content__img.content__img2 {background-image:url("../images/caseGymcofee/screens.png");min-height:375px;background-position:center center;}@media (max-width:768px) {.case-gymcofee .content__img.content__img2 {min-height:140px;}}.case-gymcofee .content__img.content__img3 {background-image:url("../images/caseGymcofee/logo-green.png");min-height:310px;margin-bottom:60px;background-position:left center;}@media (max-width:768px) {.case-gymcofee .content__img.content__img3 {margin-bottom:30px;background-position:center center;min-height:200px;}}.case-gymcofee .content__img.content__img4 {background-image:url("../images/caseGymcofee/present1.png");min-height:150px;background-position:center center;}@media (max-width:768px) {.case-gymcofee .content__img.content__img4 {min-height:150px;}}.case-gymcofee .content__img.content__img5 {background-image:url("../images/caseGymcofee/present2.png");min-height:150px;background-position:center center;}@media (max-width:768px) {.case-gymcofee .content__img.content__img5 {min-height:150px;}}.case-gymcofee .content__img.content__img6 {background-image:url("../images/caseGymcofee/present3.png");min-height:150px;background-position:center center;}@media (max-width:768px) {.case-gymcofee .content__img.content__img6 {min-height:150px;}}.case-gymcofee .content__img.content__img7 {background-image:url("../images/caseGymcofee/mac-big.png");min-height:900px;background-position:left center;margin-left:-35px;}@media (max-width:1200px) {.case-gymcofee .content__img.content__img7 {min-height:750px;}}@media (max-width:992px) {.case-gymcofee .content__img.content__img7 {min-height:600px;}}@media (max-width:768px) {.case-gymcofee .content__img.content__img7 {min-height:330px;}}.case-gymcofee .content__img.content__img8 {background-image:url("../images/caseGymcofee/ipad.jpg");min-height:1050px;background-position:right center;margin-right:-15px;}@media (max-width:1200px) {.case-gymcofee .content__img.content__img8 {min-height:800px;}}@media (max-width:992px) {.case-gymcofee .content__img.content__img8 {min-height:600px;margin-right:0;}}@media (max-width:768px) {.case-gymcofee .content__img.content__img8 {min-height:330px;}}.case-gymcofee .content__img.content__img9 {position:absolute;background-image:url(../images/caseGymcofee/logo2.png);}.case-gymcofee .content__img.content__img10 {background-image:url("../images/caseGymcofee/share.jpg");min-height:300px;background-position:right center;}@media (max-width:768px) {.case-gymcofee .content__img.content__img10 {min-height:150px;}}.case-gymcofee .content__text {margin:20px 0 0 0;text-align:left;width:100%;}@media (max-width:768px) {.case-gymcofee .content__text {text-align:center;}}.case-gymcofee .content__text.content__textcenter {text-align:center;}.case-gymcofee .content__text.content__textnomargin {margin:0;}.case-gymcofee .content__text.content__textshort {max-width:700px;text-align:center;padding-top:47px;}@media (max-width:768px) {.case-gymcofee .content__text.content__textshort {padding-top:0;}}.case-gymcofee .content__text .font-circle {margin-bottom:20px;}.case-gymcofee .content__text .font-circle__holder {margin-top:10px;}.case-gymcofee .content__text .font-circle__circle {width:40px;height:40px;border-radius:50%;margin-right:20px;display:inline-block;vertical-align:middle;}.case-gymcofee .content__text .font-circle__circle.font-circle__circle1 {background:#29a896;}.case-gymcofee .content__text .font-circle__circle.font-circle__circle2 {background:#000000;}.case-gymcofee .content__text .font-circle__circle.font-circle__circle3 {background:#f5f5f5;}.case-gymcofee .content__text .font-circle__text {display:inline-block;vertical-align:middle;}.case-gymcofee .content__text .h4 {font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:36px;font-weight:normal;}@media (max-width:992px) {.case-gymcofee .content__text .h4 {font-size:24px;}}@media (max-width:768px) {.case-gymcofee .content__text .h4 {font-size:22px;}}.case-gymcofee .content__text p {display:block;margin:0 0 5px 0;color:#1a1a1a;}.case-gymcofee .content__text .regular-p {font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:18px;}@media (max-width:992px) {.case-gymcofee .content__text .regular-p {font-size:16px;}}@media (max-width:768px) {.case-gymcofee .content__text .regular-p {font-size:14px;}}.case-gymcofee .content__text .margened-bottom {margin-bottom:40px;}@media (max-width:768px) {.case-gymcofee .content__text .margened-bottom {margin-bottom:20px;}}.case-digigrow {}.case-digigrow .float-change {float:right;}@media (max-width:768px) {.case-digigrow .float-change {float:left;}}.case-digigrow-title__container {height:185px;display:table;width:100%;}.case-digigrow .main-title {background:#fff url("../images/caseDigigrow/background-img.jpg") center center / cover no-repeat;width:100%;-webkit-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);-moz-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);position:relative;}.case-digigrow .main-title__container {height:650px;display:table;width:100%;}@media (max-width:992px) {.case-digigrow .main-title__container {height:450px;}}@media (max-width:768px) {.case-digigrow .main-title__container {height:250px;}}.case-digigrow .main-title .title-holder-colored {padding-bottom:116px;}.case-digigrow .main-title .title-holder-colored .h1 {font-family:'FuturaMedium', sans-serif;text-transform:uppercase;font-size:88px;letter-spacing:3px;}@media (max-width:768px) {.case-digigrow .main-title .title-holder-colored .h1 {font-size:30px;letter-spacing:3px;}}.case-digigrow .main-title .title-holder-colored span {color:#ea2d2b;}.case-digigrow .laptop-section {text-align:center;position:relative;margin-top:-500px;display:inline-block;vertical-align:top;}@media (max-width:992px) {.case-digigrow .laptop-section {margin-top:-300px;}}@media (max-width:768px) {.case-digigrow .laptop-section {margin-top:-150px;}}.case-digigrow .laptop-section .laptop__img {display:inline-block;vertical-align:top;text-align:center;width:100%;height:auto;}.case-digigrow .employment {padding:30px 0;}.case-digigrow .employment .h3 {font-family:"Swis721", sans-serif;font-size:26px;color:#000;text-transform:uppercase;font-weight:bold;font-style:italic;}@media (max-width:992px) {.case-digigrow .employment .h3 {font-size:24px;}}.case-digigrow .employment .button-container {width:100%;text-align:center;margin-top:24px;}.case-digigrow .employment .button__link {text-align:center;font-weight:600;text-transform:uppercase;border-radius:0;display:inline-block;box-sizing:border-box;text-decoration:none;padding:12px 40px;color:#fff;background:#e95646;transition:all .3s;}@media (max-width:1200px) {.case-digigrow .employment .button__link {padding:10px 24px ;}}.case-digigrow .employment .button__link:hover {background:transparent;color:#e95646;}.case-digigrow .section-colored {background:#fcfcfc;margin-top:-220px;max-width:890px;padding-top:30px;margin-bottom:150px;}@media (max-width:992px) {.case-digigrow .section-colored {padding-top:20px;margin-top:-50px;margin-bottom:100px;}}.case-digigrow .worker-sample .title-holder {display:block;}.case-digigrow .content {padding:30px 0;}.case-digigrow .content__img {width:auto;background-position:center top;background-repeat:no-repeat;margin-bottom:20px;background-size:contain;}@media (max-width:1200px) {.case-digigrow .content__img {background-position:center center;}}@media (max-width:768px) {.case-digigrow .content__img {background-position:center center;}}.case-digigrow .content__img.content__img1 {background-image:url("../images/caseDigigrow/designers.png");min-height:600px;}@media (max-width:768px) {.case-digigrow .content__img.content__img1 {min-height:200px;}}.case-digigrow .content__img.content__img2 {background-image:url("../images/caseDigigrow/scroll.png");min-height:260px;background-position:right center;}@media (max-width:768px) {.case-digigrow .content__img.content__img2 {min-height:260px;background-position:center center;}}.case-digigrow .content__img.content__img3 {background:url("../images/caseDigigrow/background-parallax.jpg") center center / cover no-repeat;width:100%;margin-bottom:150px;}@media (max-width:768px) {.case-digigrow .content__img.content__img3 {margin-bottom:60px;}}.case-digigrow .content__img.content__img4 {background-image:url("../images/caseDigigrow/paralax1.jpg");min-height:750px;background-position:center center;margin-bottom:-150px;}@media (max-width:992px) {.case-digigrow .content__img.content__img4 {min-height:550px;margin-bottom:-150px;}}@media (max-width:768px) {.case-digigrow .content__img.content__img4 {min-height:300px;margin-bottom:-110px;}}.case-digigrow .content__img.content__img5 {background-image:url("../images/caseDigigrow/city.jpg");min-height:530px;background-position:center center;max-height:975px;}@media (max-width:992px) {.case-digigrow .content__img.content__img5 {min-height:400px;}}@media (max-width:768px) {.case-digigrow .content__img.content__img5 {min-height:300px;}}.case-digigrow .content__img.content__img6 {background-image:url("../images/caseDigigrow/iphone.png");min-height:578px;background-position:center center;margin-bottom:-150px;}@media (max-width:768px) {.case-digigrow .content__img.content__img6 {min-height:350px;}}.case-digigrow .content__img.content__img7 {background-image:url("../images/caseDigigrow/logo_home.png");min-height:63px;background-position:center center;}.case-digigrow .content__text {margin:20px 0 0 0;text-align:left;width:100%;}@media (max-width:768px) {.case-digigrow .content__text {text-align:center;}}.case-digigrow .content__text.content__textcenter {text-align:center;}.case-digigrow .content__text .span-bold {font-weight:bold;font-size:20px;font-style:italic;font-family:"Swis721", sans-serif;}@media (max-width:768px) {.case-digigrow .content__text .span-bold {font-size:16px;}}@media (max-width:768px) {.case-digigrow .content__text .span-bold {font-size:15px;}}.case-digigrow .content__text .h3 {font-family:"Swis721", sans-serif;font-size:54px;color:#000;text-transform:uppercase;margin-top:80px;font-weight:bold;font-style:italic;}@media (max-width:992px) {.case-digigrow .content__text .h3 {font-size:40px;}}@media (max-width:768px) {.case-digigrow .content__text .h3 {font-size:30px;}}.case-digigrow .content__text .h4 {margin-bottom:13px;font-family:"Swis721", sans-serif;font-size:24px;color:#000;text-transform:uppercase;font-weight:bold;font-style:italic;}@media (max-width:768px) {.case-digigrow .content__text .h4 {font-size:22px;}}.case-digigrow .content__text .h2 {display:block;font-family:"Swis721", sans-serif;font-size:64px;color:#7A8081;text-transform:uppercase;padding:10px 10px 15px 10px;position:relative;font-weight:bold;font-style:italic;}@media (max-width:992px) {.case-digigrow .content__text .h2 {font-size:40px;}}@media (max-width:768px) {.case-digigrow .content__text .h2 {font-size:30px;}}.case-digigrow .content__text .h2:after {content:"";position:absolute;width:420px;height:1px;background:#7A8081;left:50%;margin-left:-220px;top:0;}@media (max-width:768px) {.case-digigrow .content__text .h2:after {width:280px;margin-left:-140px;}}.case-digigrow .content__text .h2:before {content:"";position:absolute;width:420px;height:1px;background:#7A8081;left:50%;margin-left:-220px;bottom:0;}@media (max-width:768px) {.case-digigrow .content__text .h2:before {width:280px;margin-left:-140px;}}.case-digigrow .content__text .short-p {display:block;margin:0;max-width:335px;font-style:italic;}@media (max-width:768px) {.case-digigrow .content__text .short-p {margin:0 auto;}}.case-digigrow .content__text .medium-p {display:block;margin:0 auto;text-align:left;font-size:16px;max-width:780px;font-family:"Swis721";color:#000;}@media (max-width:768px) {.case-digigrow .content__text .medium-p {font-size:15px;}}@media (max-width:768px) {.case-digigrow .content__text .medium-p {text-align:center;font-size:14px;}}.case-digigrow .content__text .thank-p {font-family:"Regular";font-size:20px;color:#7A8081;text-transform:uppercase;margin-top:20px;}@media (max-width:768px) {.case-digigrow .content__text .thank-p {text-align:center;font-size:16px;}}.case-digigrow .content__text .regular-p {font-size:18px;font-family:"Swis721";color:#000;font-weight:100;}@media (max-width:768px) {.case-digigrow .content__text .regular-p {font-size:16px;}}@media (max-width:768px) {.case-digigrow .content__text .regular-p {text-align:center;font-size:14px;}}.case-digigrow .content__text .margened-bottom {margin-bottom:40px;}@media (max-width:768px) {.case-digigrow .content__text .margened-bottom {margin-bottom:20px;}}.case-nordicgallery {}.case-nordicgallery .container-hd {max-width:1920px;margin:auto;}.case-nordicgallery p {font-family:'Roboto-Regular', sans-serif;color:#969696;}.case-nordicgallery .h5 {margin-bottom:30px;font-size:16px;font-family:'Playfair-Display-Bold', sans-serif;color:#c1b9b0;letter-spacing:0.2em;text-transform:uppercase;}@media (max-width:992px) {.case-nordicgallery .h5 {font-size:16px;}}.case-nordicgallery .h4 {font-size:42px;font-family:'Playfair-Display-Bold', sans-serif;color:#303030;display:inline-block;vertical-align:middle;}@media (max-width:992px) {.case-nordicgallery .h4 {font-size:40px;}}@media (max-width:768px) {.case-nordicgallery .h4 {font-size:24px;}}.case-nordicgallery .title-text {text-align:left;}@media (max-width:768px) {.case-nordicgallery .title-text {text-align:center;}}.case-nordicgallery .title-text .line {display:inline-block;width:9%;height:1px;vertical-align:middle;margin:0 3% 0 1%;background:#eaeaea;}@media (max-width:992px) {.case-nordicgallery .title-text .line {display:block;width:1px;height:60px;vertical-align:middle;margin:10px auto 3px;background:#eaeaea;}}@media (max-width:768px) {.case-nordicgallery .title-text .line {display:block;width:1px;height:30px;vertical-align:middle;margin:10px auto 3px;background:#eaeaea;}}.case-nordicgallery .title-text .number {font-family:'Akrobat-Bold', sans-serif;display:inline-block;width:12%;font-size:117px;color:#eaeaea;letter-spacing:0.02em;line-height:1;vertical-align:middle;text-align:center;}@media (max-width:992px) {.case-nordicgallery .title-text .number {width:100%;}}@media (max-width:992px) {.case-nordicgallery .title-text .number {display:block;width:30%;font-size:117px;color:#eaeaea;letter-spacing:0.02em;line-height:1;vertical-align:middle;margin:0 auto;}}@media (max-width:768px) {.case-nordicgallery .title-text .number {display:block;width:30%;font-size:80px;color:#eaeaea;letter-spacing:0.02em;line-height:1;vertical-align:middle;margin:0 auto;}}.case-nordicgallery .title-text .h4 {}@media (max-width:992px) {.case-nordicgallery .title-text .h4 {text-align:center;width:100%;}}.case-nordicgallery .float-change {float:right;}@media (max-width:768px) {.case-nordicgallery .float-change {float:left;}}.case-nordicgallery-title__container {height:185px;display:table;width:100%;}.case-nordicgallery .main-title {background:#fff url("../images/caseNordicGallery/nordic-bg.jpg") center center / cover no-repeat;width:100%;-webkit-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);-moz-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);margin-bottom:60px;position:relative;}@media (max-width:992px) {.case-nordicgallery .main-title {margin-bottom:121px;}}@media (max-width:768px) {.case-nordicgallery .main-title {margin-bottom:60px;}}.case-nordicgallery .main-title__img {width:auto;background-repeat:no-repeat;margin-bottom:20px;background-size:contain;background-position:center center;position:absolute;background-image:url("../images/caseNordicGallery/pc.png");margin-bottom:0;min-height:684px;bottom:-80px;left:0;right:0;}@media (max-width:992px) {.case-nordicgallery .main-title__img {min-height:442px;bottom:-184px;}}@media (max-width:768px) {.case-nordicgallery .main-title__img {min-height:220px;bottom:-90px;}}.case-nordicgallery .main-title__container {height:835px;display:table;width:100%;}@media (max-width:1200px) {.case-nordicgallery .main-title__container {height:780px;}}@media (max-width:992px) {.case-nordicgallery .main-title__container {height:500px;}}@media (max-width:768px) {.case-nordicgallery .main-title__container {height:280px;}}.case-nordicgallery .main-title .title-holder-colored {vertical-align:top;padding-top:60px;}@media (max-width:768px) {.case-nordicgallery .main-title .title-holder-colored {padding-top:60px;}}.case-nordicgallery .main-title .title-holder-colored__img {width:100%;max-width:450px;}@media (max-width:768px) {.case-nordicgallery .main-title .title-holder-colored__img {width:60%;padding-top:40px;}}.case-nordicgallery .main-title .title-holder-colored .h1 {font-family:'Playfair-Display-Bold', sans-serif;letter-spacing:0.1em;font-size:53px;color:#2b3843;text-transform:uppercase;}@media (max-width:1200px) {.case-nordicgallery .main-title .title-holder-colored .h1 {font-size:50px;}}@media (max-width:992px) {.case-nordicgallery .main-title .title-holder-colored .h1 {font-size:42px;}}@media (max-width:768px) {.case-nordicgallery .main-title .title-holder-colored .h1 {font-size:30px;}}.case-nordicgallery .employment {padding:70px 0 140px 0;}@media (max-width:992px) {.case-nordicgallery .employment {padding:45px 0 100px 0;}}@media (max-width:768px) {.case-nordicgallery .employment {padding:30px 0 70px 0;}}.case-nordicgallery .employment .title-text {text-align:center;}.case-nordicgallery .employment .title-text .line {display:block;width:1px;height:60px;vertical-align:middle;margin:10px auto 3px;background:#eaeaea;}@media (max-width:768px) {.case-nordicgallery .employment .title-text .line {height:30px;}}.case-nordicgallery .employment .title-text .number {font-family:'Akrobat-Bold', sans-serif;display:block;width:12%;color:#eaeaea;letter-spacing:0.02em;line-height:1;vertical-align:middle;margin:0 auto;}@media (max-width:992px) {.case-nordicgallery .employment .title-text .number {width:30%;}}.case-nordicgallery .employment .title-text .h4 {padding-bottom:70px;}@media (max-width:992px) {.case-nordicgallery .employment .title-text .h4 {padding-bottom:50px;}}@media (max-width:768px) {.case-nordicgallery .employment .title-text .h4 {padding-bottom:20px;}}.case-nordicgallery .employment .text {text-align:center;margin:0 auto;}.case-nordicgallery .employment .text .button-container {width:100%;text-align:center;margin-top:24px;}.case-nordicgallery .employment .text .button__link {text-align:center;font-weight:600;text-transform:uppercase;border-radius:0;display:inline-block;box-sizing:border-box;text-decoration:none;padding:12px 40px;color:#fff;background:#e95646;transition:all .3s;}@media (max-width:1200px) {.case-nordicgallery .employment .text .button__link {padding:10px 24px ;}}.case-nordicgallery .employment .text .button__link:hover {background:transparent;color:#e95646;}.case-nordicgallery .content {padding:30px 0;}.case-nordicgallery .content__text {margin:20px 0 0 0;text-align:left;width:100%;}@media (max-width:992px) {.case-nordicgallery .content__text {text-align:center;}}.case-nordicgallery .big-bg {background:url("../images/caseNordicGallery/flower.png") right center no-repeat;}@media (max-width:768px) {.case-nordicgallery .big-bg {background:url("../images/caseNordicGallery/flower.png") right 80% no-repeat;}}.case-nordicgallery .worker-sample {text-align:center;}.case-nordicgallery .worker-sample .title-holder {display:block;}.case-nordicgallery .worker-sample.worker-sample1 {padding:130px 0 0 0;}@media (max-width:768px) {.case-nordicgallery .worker-sample.worker-sample1 {padding:60px 0 0 0;}}.case-nordicgallery .worker-sample.worker-sample2 {padding:50px 0 30px 0;}.case-nordicgallery .worker-sample.worker-sample2 .short-box {max-width:880px;}.case-nordicgallery .worker-sample.worker-sample2 .content__text {padding-top:35px;}.case-nordicgallery .worker-sample.worker-sample2 .content__text p {color:#303030;max-width:500px;margin:0 auto 30px;letter-spacing:2px;font-family:'Akrobat-Bold', sans-serif;font-size:24px;}@media (max-width:992px) {.case-nordicgallery .worker-sample.worker-sample2 .content__text p {text-align:center;}}.case-nordicgallery .worker-sample.worker-sample2 .medium-width {max-width:750px;margin:0 auto;}.case-nordicgallery .worker-sample.worker-sample2 .box {margin-bottom:20px;max-width:190px;margin-left:20px;}@media (max-width:992px) {.case-nordicgallery .worker-sample.worker-sample2 .box {margin:0 auto 20px;}}.case-nordicgallery .worker-sample.worker-sample2 .box__title {margin-bottom:30px;font-size:162px;color:#313131;position:relative;font-family:'Akrobat-Bold', sans-serif;line-height:1;text-align:center;}@media (max-width:992px) {.case-nordicgallery .worker-sample.worker-sample2 .box__title {text-align:center;}}.case-nordicgallery .worker-sample.worker-sample2 .box__title:after {content:"";position:absolute;text-align:center;background:#e0e0e0;width:194px;height:1px;right:0;left:0;bottom:0px;color:#7c7c7c;font-size:13px;}.case-nordicgallery .worker-sample.worker-sample2 .box__title:before {content:"";position:absolute;text-align:center;background:#e0e0e0;width:1px;height:40px;right:0;left:0;bottom:0px;color:#7c7c7c;font-size:13px;}.case-nordicgallery .worker-sample.worker-sample2 .box__text {position:absolute;text-align:center;color:#aaaaaa;text-transform:Capitalize;font-family:'Roboto-Regular', sans-serif;right:0;left:0;bottom:-8px;color:#7c7c7c;font-size:13px;}@media (max-width:992px) {.case-nordicgallery .worker-sample.worker-sample2 .box__text {left:0;right:0;}}.case-nordicgallery .worker-sample.worker-sample3 {padding:60px 0 170px 0;}@media (max-width:992px) {.case-nordicgallery .worker-sample.worker-sample3 {padding:50px 0 140px 0;}}@media (max-width:768px) {.case-nordicgallery .worker-sample.worker-sample3 {padding:40px 0 90px 0;}}.case-nordicgallery .worker-sample.worker-sample3 .medium-width {max-width:750px;margin:0 auto;}.case-nordicgallery .worker-sample.worker-sample3 .content__text {padding-bottom:30px;}.case-nordicgallery .worker-sample.worker-sample3 .content__text p {max-width:700px;margin:0 auto;}.case-nordicgallery .worker-sample.worker-sample3 .box-left {float:left;max-width:133px;}@media (max-width:768px) {.case-nordicgallery .worker-sample.worker-sample3 .box-left {float:none;max-width:none;}}.case-nordicgallery .worker-sample.worker-sample3 .box-right {float:right;max-width:133px;}@media (max-width:768px) {.case-nordicgallery .worker-sample.worker-sample3 .box-right {float:none;max-width:none;}}.case-nordicgallery .worker-sample.worker-sample3 .box__rectangle {width:133px;height:133px;border-radius:50%;border:21px solid #f5f5f5;margin:20px auto 38px;box-shadow:0px 8px 18px 0px rgba(0, 0, 0, 0.13);}.case-nordicgallery .worker-sample.worker-sample3 .box__rectangle-one {background:#ada074;}.case-nordicgallery .worker-sample.worker-sample3 .box__rectangle-two {background:#515151;}.case-nordicgallery .worker-sample.worker-sample3 .box__rectangle-three {background:#cec4a2;}.case-nordicgallery .worker-sample.worker-sample3 .box__text {text-align:center;color:#7c7c7c;text-transform:uppercase;}.case-nordicgallery .worker-sample.worker-sample4 {background:url("../images/caseNordicGallery/castle.png") 77% bottom no-repeat;}.case-nordicgallery .worker-sample.worker-sample4 .img-holder {text-align:left;}@media (max-width:992px) {.case-nordicgallery .worker-sample.worker-sample4 .img-holder {text-align:center;}}.case-nordicgallery .worker-sample.worker-sample4 .img-holder__img {box-shadow:0 0 34px -11px #000000;max-width:530px;height:auto;width:100%;}.case-nordicgallery .worker-sample.worker-sample4 .mobile-hide {display:block;}@media (max-width:992px) {.case-nordicgallery .worker-sample.worker-sample4 .mobile-hide {display:none;}}.case-nordicgallery .worker-sample.worker-sample4 .mobile-show {display:none;}@media (max-width:992px) {.case-nordicgallery .worker-sample.worker-sample4 .mobile-show {display:block;}}.case-nordicgallery .worker-sample.worker-sample4 .title-text {margin-bottom:20px;max-width:557px;}@media (max-width:992px) {.case-nordicgallery .worker-sample.worker-sample4 .title-text {margin:0 auto 20px;}}.case-nordicgallery .worker-sample.worker-sample4 .title-text .number {width:20%;}@media (max-width:992px) {.case-nordicgallery .worker-sample.worker-sample4 .title-text .number {width:100%;}}@media (max-width:992px) {.case-nordicgallery .worker-sample.worker-sample4 .content__text {margin:0 auto 50px;}}.case-nordicgallery .worker-sample.worker-sample5 {background:url(../images/caseNordicGallery/tree.png) 20% bottom no-repeat;margin:180px 0 200px 0;}@media (max-width:1200px) {.case-nordicgallery .worker-sample.worker-sample5 {margin:160px 0 130px 0;}}@media (max-width:992px) {.case-nordicgallery .worker-sample.worker-sample5 {margin:120px 0 100px 0;}}@media (max-width:768px) {.case-nordicgallery .worker-sample.worker-sample5 {margin:80px 0 60px 0;}}.case-nordicgallery .worker-sample.worker-sample5 .img-holder {text-align:right;}@media (max-width:992px) {.case-nordicgallery .worker-sample.worker-sample5 .img-holder {text-align:center;}}.case-nordicgallery .worker-sample.worker-sample5 .img-holder__img {box-shadow:0 0 34px -11px #000000;max-width:530px;height:auto;width:100%;}.case-nordicgallery .worker-sample.worker-sample5 .title-text {max-width:557px;margin-bottom:20px;}@media (max-width:992px) {.case-nordicgallery .worker-sample.worker-sample5 .title-text {margin:0 auto 20px;}}.case-nordicgallery .worker-sample.worker-sample5 .title-text .h4 {width:53%;}@media (max-width:992px) {.case-nordicgallery .worker-sample.worker-sample5 .title-text .h4 {width:100%;}}.case-nordicgallery .worker-sample.worker-sample5 .title-text .line {margin:0 4% 0 4%;}@media (max-width:992px) {.case-nordicgallery .worker-sample.worker-sample5 .title-text .line {margin:10px auto 3px;}}.case-nordicgallery .worker-sample.worker-sample5 .title-text .number {width:20%;}@media (max-width:768px) {.case-nordicgallery .worker-sample.worker-sample5 .title-text .number {width:100%;}}.case-nordicgallery .worker-sample.worker-sample5 .content__text {float:left;max-width:780px;}@media (max-width:992px) {.case-nordicgallery .worker-sample.worker-sample5 .content__text {float:none;margin:0 auto 50px;}}.case-nordicgallery .worker-sample.worker-sample6 {background:url(../images/caseNordicGallery/ship.png) 70% 30% no-repeat;margin-bottom:20px;}.case-nordicgallery .worker-sample.worker-sample6 .title-text {text-align:center;}.case-nordicgallery .worker-sample.worker-sample6 .title-text .line {display:block;width:1px;height:60px;vertical-align:middle;margin:0 auto;background:#eaeaea;}@media (max-width:768px) {.case-nordicgallery .worker-sample.worker-sample6 .title-text .line {height:30px;}}.case-nordicgallery .worker-sample.worker-sample6 .title-text .number {font-family:'Akrobat-Bold', sans-serif;display:block;width:12%;color:#eaeaea;letter-spacing:0.02em;line-height:1;vertical-align:middle;margin:0 auto;}@media (max-width:992px) {.case-nordicgallery .worker-sample.worker-sample6 .title-text .number {width:100%;}}.case-nordicgallery .worker-sample.worker-sample6 .title-text .h4 {padding-bottom:50px;}@media (max-width:992px) {.case-nordicgallery .worker-sample.worker-sample6 .title-text .h4 {padding-bottom:20px;}}.case-nordicgallery .worker-sample.worker-sample6 .content__text {text-align:center;margin-bottom:114px;}@media (max-width:992px) {.case-nordicgallery .worker-sample.worker-sample6 .content__text {float:none;margin:0 auto 50px;}}.case-nordicgallery .worker-sample.worker-sample6 .img-holder-left {text-align:left;}@media (max-width:992px) {.case-nordicgallery .worker-sample.worker-sample6 .img-holder-left {text-align:center;}}.case-nordicgallery .worker-sample.worker-sample6 .img-holder-right {margin-top:32%;text-align:right;}@media (max-width:992px) {.case-nordicgallery .worker-sample.worker-sample6 .img-holder-right {margin-top:0;text-align:center;}}.case-nordicgallery .worker-sample.worker-sample6 .img-holder__img {box-shadow:0 0 34px -11px #000000;height:auto;width:100%;margin-bottom:47px;}.case-nordicgallery .worker-sample.worker-sample6 .img-holder__img-left {max-width:540px;}.case-nordicgallery .worker-sample.worker-sample6 .img-holder__img-righttop {max-width:540px;}.case-nordicgallery .worker-sample.worker-sample6 .img-holder__img-rightbottom {max-width:540px;}.case-sisu {}.case-sisu p {font-family:'Roboto-Light', sans-serif;color:#6a6560;}.case-sisu .h5 {margin-bottom:30px;font-size:16px;font-family:'Roboto-Regular', sans-serif;color:#c1b9b0;letter-spacing:0.2em;text-transform:uppercase;}@media (max-width:992px) {.case-sisu .h5 {font-size:14px;margin-bottom:20px;}}@media (max-width:768px) {.case-sisu .h5 {font-size:14px;font-size:12px;}}.case-sisu .h4 {margin-bottom:70px;font-size:50px;font-family:'Roboto-Thin', sans-serif;color:#2d2a27;}@media (max-width:992px) {.case-sisu .h4 {font-size:40px;margin-bottom:50px;}}@media (max-width:768px) {.case-sisu .h4 {font-size:30px;margin-bottom:50px;}}@media (max-width:460px) {.case-sisu .h4 {font-size:24px;margin-bottom:30px;}}.case-sisu .float-change {float:right;}@media (max-width:768px) {.case-sisu .float-change {float:left;}}.case-sisu-title__container {height:185px;display:table;width:100%;}.case-sisu .main-title {background:#fff url("../images/caseSisu/sisu-bg.jpg") center center / cover no-repeat;width:100%;-webkit-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);-moz-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);margin-bottom:290px;position:relative;}@media (max-width:992px) {.case-sisu .main-title {margin-bottom:121px;}}@media (max-width:768px) {.case-sisu .main-title {margin-bottom:60px;}}.case-sisu .main-title__img {width:auto;background-repeat:no-repeat;margin-bottom:20px;background-size:contain;background-position:center center;position:absolute;background-image:url("../images/caseSisu/pc.png");margin-bottom:0;min-height:684px;bottom:-280px;left:0;right:0;}@media (max-width:992px) {.case-sisu .main-title__img {min-height:442px;bottom:-184px;}}@media (max-width:768px) {.case-sisu .main-title__img {min-height:220px;bottom:-90px;}}.case-sisu .main-title__container {height:835px;display:table;width:100%;}@media (max-width:768px) {.case-sisu .main-title__container {height:250px;}}.case-sisu .main-title .title-holder-colored {padding-bottom:340px;}@media (max-width:768px) {.case-sisu .main-title .title-holder-colored {padding-bottom:220px;}}.case-sisu .main-title .title-holder-colored__img {width:100%;max-width:450px;}@media (max-width:768px) {.case-sisu .main-title .title-holder-colored__img {width:60%;padding-top:40px;}}.case-sisu .main-title .title-holder-colored span {color:#ea2d2b;}.case-sisu .employment {padding:140px 0;background:#f9f4e7;}@media (max-width:992px) {.case-sisu .employment {padding:100px 0;}}@media (max-width:768px) {.case-sisu .employment {padding:60px 0;}}.case-sisu .employment .text {text-align:center;margin:0 auto;max-width:940px;}.case-sisu .employment .text .button-container {width:100%;text-align:center;margin-top:24px;}.case-sisu .employment .text .button__link {text-align:center;font-weight:600;text-transform:uppercase;border-radius:0;display:inline-block;box-sizing:border-box;text-decoration:none;padding:12px 40px;color:#fff;background:#e95646;transition:all .3s;}@media (max-width:1200px) {.case-sisu .employment .text .button__link {padding:10px 24px ;}}.case-sisu .employment .text .button__link:hover {background:transparent;color:#e95646;}.case-sisu .section-colored {background:#fcfcfc;margin-top:100px;}@media (max-width:992px) {.case-sisu .section-colored {margin-top:10px;}}.case-sisu .big-bg {background:url("../images/caseSisu/sheets.png") center center / cover no-repeat;}.case-sisu .worker-sample {text-align:center;}.case-sisu .worker-sample .title-holder {display:block;}.case-sisu .worker-sample.worker-sample1 {padding:130px 0 0 0;}@media (max-width:992px) {.case-sisu .worker-sample.worker-sample1 {padding:100px 0 0 0;}}@media (max-width:768px) {.case-sisu .worker-sample.worker-sample1 {padding:60px 0 0 0;}}.case-sisu .worker-sample.worker-sample1 .content__text {padding-bottom:70px;}.case-sisu .worker-sample.worker-sample1 .content__text .link-visage {color:#6a6560;font-family:'Roboto-Bold', sans-serif;}.case-sisu .worker-sample.worker-sample1 .img-holder__img {width:100%;height:auto;}.case-sisu .worker-sample.worker-sample2 {border-top:1px solid #f0eee7;background:linear-gradient(#fffbee, #fffbee 40%, #fefbf0, #fefbf0 60%);box-shadow:0px -18px 30px 1px rgba(248, 248, 248, 0.3), inset -1px 43px 30px -3px rgba(248, 248, 248, 0.3);padding:124px 0 30px 0;}@media (max-width:992px) {.case-sisu .worker-sample.worker-sample2 {padding:100px 0 30px 0;}}@media (max-width:768px) {.case-sisu .worker-sample.worker-sample2 {padding:70px 0 30px 0;}}.case-sisu .worker-sample.worker-sample2 .content__text {padding-bottom:70px;}.case-sisu .worker-sample.worker-sample2 .content__text p {max-width:700px;margin:0 auto;}.case-sisu .worker-sample.worker-sample2 .medium-width {max-width:750px;margin:0 auto;}.case-sisu .worker-sample.worker-sample2 .box {margin-bottom:20px;}.case-sisu .worker-sample.worker-sample2 .box__title {font-size:60px;color:#231f1a;position:relative;}@media (max-width:768px) {.case-sisu .worker-sample.worker-sample2 .box__title {font-size:40px;}}.case-sisu .worker-sample.worker-sample2 .box__title-one {font-family:'Karla-Regular', sans-serif;text-align:left;}@media (max-width:992px) {.case-sisu .worker-sample.worker-sample2 .box__title-one {text-align:center;}}.case-sisu .worker-sample.worker-sample2 .box__title-two {font-family:'Marcellus-Regular', sans-serif;text-align:center;}@media (max-width:992px) {.case-sisu .worker-sample.worker-sample2 .box__title-two {text-align:center;}}.case-sisu .worker-sample.worker-sample2 .box__title-three {font-family:'Karla-Regular', sans-serif;text-align:right;}@media (max-width:992px) {.case-sisu .worker-sample.worker-sample2 .box__title-three {text-align:center;}}.case-sisu .worker-sample.worker-sample2 .box__text {text-align:center;color:#7c7c7c;text-transform:Capitalize;}.case-sisu .worker-sample.worker-sample2 .box__text-karla {position:absolute;left:20px;bottom:8px;color:#7c7c7c;font-size:19px;}@media (max-width:992px) {.case-sisu .worker-sample.worker-sample2 .box__text-karla {left:0;right:0;font-size:16px;}}.case-sisu .worker-sample.worker-sample2 .box__text-marcellus {position:absolute;left:25px;bottom:8px;color:#7c7c7c;font-size:19px;}@media (max-width:992px) {.case-sisu .worker-sample.worker-sample2 .box__text-marcellus {left:0;right:0;font-size:16px;}}.case-sisu .worker-sample.worker-sample2 .box__text-roboto {position:absolute;right:15px;bottom:8px;color:#7c7c7c;font-size:19px;}@media (max-width:992px) {.case-sisu .worker-sample.worker-sample2 .box__text-roboto {left:0;right:0;font-size:16px;}}.case-sisu .worker-sample.worker-sample2 .box__text-roboto .span {position:relative;display:inline-block;padding-left:12px;}.case-sisu .worker-sample.worker-sample2 .box__text-roboto .span:first-child {padding-left:0;}.case-sisu .worker-sample.worker-sample3 {background:linear-gradient(#fefbf0, #f4efe1);padding:120px 0 150px 0;}@media (max-width:992px) {.case-sisu .worker-sample.worker-sample3 {padding:80px 0 120px 0;}}@media (max-width:768px) {.case-sisu .worker-sample.worker-sample3 {padding:50px 0 80px 0;}}.case-sisu .worker-sample.worker-sample3 .medium-width {max-width:750px;margin:0 auto;}.case-sisu .worker-sample.worker-sample3 .content__text {padding-bottom:30px;}.case-sisu .worker-sample.worker-sample3 .content__text p {max-width:700px;margin:0 auto;}.case-sisu .worker-sample.worker-sample3 .box__rectangle {width:98px;height:98px;border:1px solid #b9b5ac;border-radius:9px;margin:20px auto 38px;box-shadow:4px 29px 30px -3px rgba(0, 0, 0, 0.2);}.case-sisu .worker-sample.worker-sample3 .box__rectangle-one {background:#f5efda;}.case-sisu .worker-sample.worker-sample3 .box__rectangle-two {background:#44403c;}.case-sisu .worker-sample.worker-sample3 .box__rectangle-three {background:#e8d2af;}.case-sisu .worker-sample.worker-sample3 .box__rectangle-four {background:#fff;}.case-sisu .worker-sample.worker-sample3 .box__text {text-align:center;color:#7c7c7c;text-transform:uppercase;}.case-sisu .worker-sample.worker-sample4 {background:url("../images/caseSisu/sisu-logobig.png") 40% 6% no-repeat;margin-top:200px;padding-bottom:970px;}@media (max-width:1200px) {.case-sisu .worker-sample.worker-sample4 {margin-top:180px;padding-bottom:760px;}}@media (max-width:992px) {.case-sisu .worker-sample.worker-sample4 {margin-top:120px;padding-bottom:500px;background-size:contain;}}@media (max-width:768px) {.case-sisu .worker-sample.worker-sample4 {margin-top:80px;padding-bottom:300px;}}.case-sisu .worker-sample.worker-sample4 .content__text {float:right;max-width:500px;}@media (max-width:992px) {.case-sisu .worker-sample.worker-sample4 .content__text {float:none;margin:0 auto;}}.case-sisu .worker-sample.worker-sample5 {margin-bottom:200px;}@media (max-width:1200px) {.case-sisu .worker-sample.worker-sample5 {margin-bottom:180px;}}@media (max-width:992px) {.case-sisu .worker-sample.worker-sample5 {margin-bottom:120px;}}@media (max-width:768px) {.case-sisu .worker-sample.worker-sample5 {margin-bottom:80px;}}.case-sisu .worker-sample.worker-sample5 .content__text {float:left;max-width:780px;}@media (max-width:992px) {.case-sisu .worker-sample.worker-sample5 .content__text {float:none;margin:0 auto;}}.case-sisu .content {padding:30px 0;}.case-sisu .content__text {margin:20px 0 0 0;text-align:center;width:100%;}.case-sisu .content__text.content__textcenter {text-align:center;}.case-sisu .content__text .h4 {margin-bottom:70px;font-size:50px;font-family:'Roboto-Thin', sans-serif;color:#2d2a27;}@media (max-width:992px) {.case-sisu .content__text .h4 {font-size:40px;margin-bottom:50px;}}@media (max-width:768px) {.case-sisu .content__text .h4 {font-size:30px;margin-bottom:50px;}}@media (max-width:768px) {.case-sisu .content__text .h4 {font-size:24px;margin-bottom:30px;}}.case-sisu .content__text p {font-family:'Roboto-Light', sans-serif;color:#6a6560;}.case-sisu .content__text .margened-bottom {margin-bottom:40px;}@media (max-width:768px) {.case-sisu .content__text .margened-bottom {margin-bottom:20px;}}.case-futureresumes {}.case-futureresumes p {font-family:'Ubuntu-Light', sans-serif;color:#1d2c4a;line-height:1.87;}.case-futureresumes .h3 {font-size:40px;font-family:'Ubuntu-Bold', sans-serif;color:#04286e;vertical-align:middle;display:block;text-align:center;}@media (max-width:992px) {.case-futureresumes .h3 {font-size:35px;}}@media (max-width:768px) {.case-futureresumes .h3 {font-size:32px;}}@media (max-width:460px) {.case-futureresumes .h3 {font-size:28px;}}.case-futureresumes .h4 {font-size:30px;font-family:'Ubuntu-Bold', sans-serif;color:#04286e;display:inline-block;vertical-align:middle;}@media (max-width:992px) {.case-futureresumes .h4 {font-size:40px;}}@media (max-width:768px) {.case-futureresumes .h4 {font-size:30px;}}@media (max-width:460px) {.case-futureresumes .h4 {font-size:26px;}}.case-futureresumes .title-text {text-align:left;position:relative;}@media (max-width:768px) {.case-futureresumes .title-text {text-align:center;}}.case-futureresumes .title-text .count-holder {position:relative;top:-21px;margin-bottom:-21px;}.case-futureresumes .title-text .count-holder .line {display:inline-block;vertical-align:middle;width:90%;height:1px;background:#ffb27f;border-radius:2px;}@media (max-width:768px) {.case-futureresumes .title-text .count-holder .line {width:70%;}}.case-futureresumes .title-text .count-holder .round {position:relative;display:inline-block;margin-left:2px;background:#ffb27f;letter-spacing:0em;line-height:1;vertical-align:middle;text-align:center;width:5px;height:5px;border-radius:50%;}.case-futureresumes .title-text .count-holder .round:after {position:absolute;width:17px;height:17px;border:1px solid #ffb27f;border-radius:50%;content:"";bottom:-6px;left:-6px;}.case-futureresumes .title-text .h4 {padding-bottom:24px;position:relative;}.case-futureresumes .title-text .h4:after {position:absolute;width:44px;height:2px;background:#e68b7e;content:"";bottom:0px;left:0;z-index:2;}@media (max-width:768px) {.case-futureresumes .title-text .h4:after {left:12%;}}@media (max-width:768px) {.case-futureresumes .title-text .h4 {width:100%;}}.case-futureresumes .float-change {float:right;}@media (max-widtdh:769px) {.case-futureresumes .float-change {float:left;}}.case-futureresumes .main-title {background:#fff url("../images/caseFutureResumes/main-bg.jpg") center center / cover no-repeat;width:100%;-webkit-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);-moz-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);position:relative;border-bottom:19px solid #ff6600;}@media (max-width:768px) {.case-futureresumes .main-title {background:#ffffff url("../images/caseFutureResumes/main-bg.jpg") 69% center / cover no-repeat;border-bottom:10px solid #ff6600;}}.case-futureresumes .main-title__container {height:1080px;display:block;width:auto;}@media (max-width:1200px) {.case-futureresumes .main-title__container {height:900px;}}@media (max-width:992px) {.case-futureresumes .main-title__container {height:850px;}}@media (max-width:768px) {.case-futureresumes .main-title__container {height:650px;}}@media (max-width:460px) {.case-futureresumes .main-title__container {height:750px;}}@media (max-width:380px) {.case-futureresumes .main-title__container {height:820px;}}.case-futureresumes .main-title .title-holder-colored {display:block;vertical-align:top;padding-top:172px;text-align:left;margin-left:50px;}@media (max-width:1200px) {.case-futureresumes .main-title .title-holder-colored {margin-left:0;padding-top:72px;}}@media (max-width:992px) {.case-futureresumes .main-title .title-holder-colored {padding-top:50px;}}@media (max-width:768px) {.case-futureresumes .main-title .title-holder-colored {padding-top:40px;text-align:center;}}.case-futureresumes .main-title .title-holder-colored .h1 {font-family:'Ubuntu-Bold', sans-serif;letter-spacing:0em;font-size:56px;color:#04286e;padding-bottom:60px;}@media (max-width:1200px) {.case-futureresumes .main-title .title-holder-colored .h1 {font-size:50px;padding-bottom:60px;}}@media (max-width:992px) {.case-futureresumes .main-title .title-holder-colored .h1 {font-size:42px;padding-bottom:30px;}}@media (max-width:768px) {.case-futureresumes .main-title .title-holder-colored .h1 {font-size:30px;padding-bottom:10px;}}.case-futureresumes .main-title .title-holder-colored .h1 .color {color:#ff6600;}.case-futureresumes .main-title .title-holder-colored .h3 {text-align:left;padding-bottom:55px;}@media (max-width:992px) {.case-futureresumes .main-title .title-holder-colored .h3 {padding-bottom:35px;}}@media (max-width:768px) {.case-futureresumes .main-title .title-holder-colored .h3 {text-align:center;font-size:30px;padding-bottom:25px;}}.case-futureresumes .main-title .title-holder-colored .text {max-width:640px;}.case-futureresumes .main-title .title-holder-colored .text p {font-family:'Ubuntu-Light', sans-serif;letter-spacing:0em;font-size:16px;color:#000;line-height:1.87;}@media (max-width:992px) {.case-futureresumes .main-title .title-holder-colored .text p {font-size:15px;}}@media (max-width:768px) {.case-futureresumes .main-title .title-holder-colored .text p {font-size:14px;}}.case-futureresumes .main-title .title-holder-colored .text.text-padding-bottom {padding-bottom:83px;}@media (max-width:1200px) {.case-futureresumes .main-title .title-holder-colored .text.text-padding-bottom {padding-bottom:23px;}}@media (max-width:992px) {.case-futureresumes .main-title .title-holder-colored .text.text-padding-bottom {padding-bottom:63px;}}@media (max-width:768px) {.case-futureresumes .main-title .title-holder-colored .text.text-padding-bottom {padding-bottom:33px;}}.case-futureresumes .employment {padding:70px 0 140px 0;}@media (max-width:992px) {.case-futureresumes .employment {padding:50px 0 100px 0;}}@media (max-width:768px) {.case-futureresumes .employment {padding:30px 0 70px 0;}}.case-futureresumes .employment .title-text {text-align:center;position:relative;}@media (max-width:768px) {.case-futureresumes .employment .title-text {text-align:center;}}.case-futureresumes .employment .title-text .h3 {padding-bottom:60px;}@media (max-width:992px) {.case-futureresumes .employment .title-text .h3 {text-align:center;width:100%;padding-bottom:40px;}}@media (max-width:768px) {.case-futureresumes .employment .title-text .h3 {padding-bottom:20px;}}.case-futureresumes .employment .text {text-align:center;margin:0 auto;}.case-futureresumes .content {padding:30px 0;}.case-futureresumes .content__text {margin:20px 0 40px 0;text-align:left;width:100%;}@media (max-width:992px) {.case-futureresumes .content__text {text-align:center;}}.case-futureresumes .worker-sample {text-align:center;}.case-futureresumes .worker-sample .title-holder {display:block;}.case-futureresumes .worker-sample.worker-sample1 {padding:180px 0 130px 0;}@media (max-width:992px) {.case-futureresumes .worker-sample.worker-sample1 {padding:140px 0 90px 0;}}@media (max-width:768px) {.case-futureresumes .worker-sample.worker-sample1 {padding:60px 0 60px 0;}}.case-futureresumes .worker-sample.worker-sample1 .title-text {position:relative;}.case-futureresumes .worker-sample.worker-sample1 .content__text .regular-p {max-width:350px;}@media (max-width:992px) {.case-futureresumes .worker-sample.worker-sample1 .content__text .regular-p {max-width:none;}}.case-futureresumes .worker-sample.worker-sample1 .img-holder {text-align:left;}@media (max-width:992px) {.case-futureresumes .worker-sample.worker-sample1 .img-holder {text-align:center;}}.case-futureresumes .worker-sample.worker-sample1 .img-holder__img {height:auto;width:100%;margin-bottom:20px;}.case-futureresumes .worker-sample.worker-sample1 .img-holder__img.img-holder__img1 {max-width:665px;box-shadow:0 0 60px -11px rgba(125, 125, 125, 0.68);}@media (max-width:768px) {.case-futureresumes .worker-sample.worker-sample1 .img-holder__img.img-holder__img1 {margin-top:20px;}}.case-futureresumes .worker-sample.worker-sample1 .img-holder__img.img-holder__img2 {margin-top:25px;margin-bottom:55px;max-width:330px;-webkit-filter:drop-shadow(-10px 0 3px rgba(52, 47, 47, 0.05));filter:drop-shadow(-10px 0 3px rgba(52, 47, 47, 0.05));}@media (max-width:992px) {.case-futureresumes .worker-sample.worker-sample1 .img-holder__img.img-holder__img2 {margin-top:80px;margin-bottom:80px;}}@media (max-width:992px) {.case-futureresumes .worker-sample.worker-sample1 .img-holder__img.img-holder__img2 {margin-top:60px;margin-bottom:60px;}}@media (max-width:768px) {.case-futureresumes .worker-sample.worker-sample1 .img-holder__img.img-holder__img2 {margin-top:30px;margin-bottom:30px;}}.case-futureresumes .worker-sample.worker-sample2 {background:#fcfcfc;border-top:1px solid #f5f5f5;border-bottom:1px solid #f5f5f5;padding:107px 0 150px 0;position:relative;overflow:hidden;}@media (max-width:992px) {.case-futureresumes .worker-sample.worker-sample2 {padding:100px 0 140px 0;}}@media (max-width:768px) {.case-futureresumes .worker-sample.worker-sample2 {padding:70px 0 90px 0;}}.case-futureresumes .worker-sample.worker-sample2:before {position:absolute;font-family:'Open-Sans-Bold', sans-serif;color:#f0f1f2;content:"A";bottom:0px;top:0;left:0;font-size:750px;line-height:0.66;}@media (max-width:1200px) {.case-futureresumes .worker-sample.worker-sample2:before {display:none;}}.case-futureresumes .worker-sample.worker-sample2:after {font-family:'Open-Sans-Bold', sans-serif;position:absolute;color:#f0f1f2;content:"#";bottom:0px;top:0;right:0;font-size:760px;line-height:0.65;}@media (max-width:1200px) {.case-futureresumes .worker-sample.worker-sample2:after {display:none;}}.case-futureresumes .worker-sample.worker-sample2 .no-gutters {margin-left:-15px;margin-right:-15px;border-bottom:1px solid #766f78;overflow:hidden;}.case-futureresumes .worker-sample.worker-sample2 .medium-width {max-width:750px;margin:0 auto;}.case-futureresumes .worker-sample.worker-sample2 .title-text .h3 {position:relative;z-index:2;padding-bottom:95px;}@media (max-width:992px) {.case-futureresumes .worker-sample.worker-sample2 .title-text .h3 {padding-bottom:75px;}}@media (max-width:768px) {.case-futureresumes .worker-sample.worker-sample2 .title-text .h3 {padding-bottom:60px;}}@media (max-width:460px) {.case-futureresumes .worker-sample.worker-sample2 .title-text .h3 {padding-bottom:30px;}}.case-futureresumes .worker-sample.worker-sample2 .content__text {padding-bottom:30px;}.case-futureresumes .worker-sample.worker-sample2 .content__text p {max-width:700px;margin:0 auto;}.case-futureresumes .worker-sample.worker-sample2 .box-font {margin-bottom:13px;overflow:hidden;line-height:1.2;}@media (max-width:1200px) {.case-futureresumes .worker-sample.worker-sample2 .box-font {margin-bottom:10px;}}@media (max-width:992px) {.case-futureresumes .worker-sample.worker-sample2 .box-font {margin-bottom:10px;}}@media (max-width:768px) {.case-futureresumes .worker-sample.worker-sample2 .box-font {margin-bottom:10px;}}.case-futureresumes .worker-sample.worker-sample2 .box-font-holder {max-width:284px;}@media (max-width:992px) {.case-futureresumes .worker-sample.worker-sample2 .box-font-holder {margin:auto;}}.case-futureresumes .worker-sample.worker-sample2 .box-font__text {color:#182236;}.case-futureresumes .worker-sample.worker-sample2 .box-font__text.box__text1 {font-family:'Open-Sans-Bold', sans-serif;font-size:54px;}.case-futureresumes .worker-sample.worker-sample2 .box-font__text.box__text2 {font-family:'Open-Sans-Bold', sans-serif;font-size:35px;display:block;float:left;}.case-futureresumes .worker-sample.worker-sample2 .box-font__text.box__text3 {font-family:'Open-Sans-Regular', sans-serif;font-size:35px;display:block;float:right;}.case-futureresumes .worker-sample.worker-sample2 .box-list {padding-top:30px;text-align:right;}@media (max-width:1200px) {.case-futureresumes .worker-sample.worker-sample2 .box-list {text-align:center;}}.case-futureresumes .worker-sample.worker-sample2 .box-list__text {position:relative;z-index:2;max-width:200px;width:100%;display:inline-block;padding:25px 30px;border-radius:35px;color:#fff;font-family:'Ubuntu-Bold', sans-serif;font-size:15px;text-transform:uppercase;margin-left:7%;text-align:center;margin-bottom:10px;}@media (max-width:1200px) {.case-futureresumes .worker-sample.worker-sample2 .box-list__text {margin-left:1%;margin-right:1%;}}@media (max-width:992px) {.case-futureresumes .worker-sample.worker-sample2 .box-list__text {margin-left:1%;margin-right:1%;}}@media (max-width:768px) {.case-futureresumes .worker-sample.worker-sample2 .box-list__text {display:block;margin:10px auto 10px;}}.case-futureresumes .worker-sample.worker-sample2 .box-list__text:first-child {margin-left:0;}@media (max-width:992px) {.case-futureresumes .worker-sample.worker-sample2 .box-list__text:first-child {margin-left:1%;}}@media (max-width:992px) {.case-futureresumes .worker-sample.worker-sample2 .box-list__text:first-child {margin-left:auto;}}.case-futureresumes .worker-sample.worker-sample2 .box-list__text.box-list__text1 {background:#ff6600;}.case-futureresumes .worker-sample.worker-sample2 .box-list__text.box-list__text2 {background:#2a4884;}.case-futureresumes .worker-sample.worker-sample2 .box-list__text.box-list__text3 {background:#292929;}.case-futureresumes .worker-sample.worker-sample3 {padding:160px 0 60px 0;}@media (max-width:992px) {.case-futureresumes .worker-sample.worker-sample3 {padding:140px 0 50px 0;}}@media (max-width:992px) {.case-futureresumes .worker-sample.worker-sample3 {padding:110px 0 50px 0;}}@media (max-width:768px) {.case-futureresumes .worker-sample.worker-sample3 {padding:80px 0 40px 0;}}.case-futureresumes .worker-sample.worker-sample3 .no-gutters {margin-left:-15px;margin-right:-15px;border-bottom:none;overflow:hidden;}.case-futureresumes .worker-sample.worker-sample3 .title-text {position:relative;text-align:right;}@media (max-width:992px) {.case-futureresumes .worker-sample.worker-sample3 .title-text {text-align:center;}}.case-futureresumes .worker-sample.worker-sample3 .title-text .h4 {text-align:right;}@media (max-width:992px) {.case-futureresumes .worker-sample.worker-sample3 .title-text .h4 {text-align:center;}}@media (max-width:768px) {.case-futureresumes .worker-sample.worker-sample3 .title-text .h4 {text-align:center;}}.case-futureresumes .worker-sample.worker-sample3 .title-text .h4:after {right:0;left:auto;}@media (max-width:768px) {.case-futureresumes .worker-sample.worker-sample3 .title-text .h4:after {right:12%;}}.case-futureresumes .worker-sample.worker-sample3 .title-text .count-holder .round {margin-right:2px;}@media (max-width:992px) {.case-futureresumes .worker-sample.worker-sample3 .title-text .count-holder .line {width:49%;}}@media (max-width:768px) {.case-futureresumes .worker-sample.worker-sample3 .title-text .count-holder .line {width:70%;}}.case-futureresumes .worker-sample.worker-sample3 .content__text {margin:20px 0 100px 0;max-width:385px;float:right;}@media (max-width:992px) {.case-futureresumes .worker-sample.worker-sample3 .content__text {margin:20px 0 50px 0;max-width:none;float:none;}}@media (max-width:768px) {.case-futureresumes .worker-sample.worker-sample3 .content__text {margin:20px 0 40px 0;}}.case-futureresumes .worker-sample.worker-sample3 .img-holder {text-align:left;}@media (max-width:992px) {.case-futureresumes .worker-sample.worker-sample3 .img-holder {text-align:center;}}.case-futureresumes .worker-sample.worker-sample3 .img-holder__img {max-width:665px;height:auto;width:100%;box-shadow:0 0 60px -11px rgba(125, 125, 125, 0.68);margin-bottom:20px;}.case-wishi {}.case-wishi .no-gutters {margin-left:-15px;margin-right:-15px;}@media (max-width:1200px) {.case-wishi .no-gutters {margin-left:0px;margin-right:0px;}}.case-wishi p {font-size:15px;font-family:'Roboto-Light', sans-serif;color:#2f2f2f;line-height:1.87;}.case-wishi .p-blue {color:#141416;}.case-wishi .p-gray {color:#838383;}.case-wishi .h3 {font-size:55px;font-family:'Roboto-Light', sans-serif;color:#2f2f2f;vertical-align:middle;display:block;text-align:center;}.case-wishi .h3.h3--padding {padding-bottom:20px;}@media (max-width:992px) {.case-wishi .h3.h3--padding {padding-bottom:15px;}}@media (max-width:768px) {.case-wishi .h3.h3--padding {padding-bottom:5px;}}@media (max-width:1200px) {.case-wishi .h3 {font-size:50px;}}@media (max-width:992px) {.case-wishi .h3 {font-size:40px;}}@media (max-width:768px) {.case-wishi .h3 {font-size:32px;}}@media (max-width:460px) {.case-wishi .h3 {font-size:28px;}}.case-wishi .h5 {font-size:15px;font-family:'Roboto-Bold', sans-serif;color:#2f2f2f;display:inline-block;vertical-align:middle;letter-spacing:0.06em;}@media (max-width:992px) {.case-wishi .h5 {font-size:15px;}}@media (max-width:768px) {.case-wishi .h5 {font-size:14px;}}@media (max-width:460px) {.case-wishi .h5 {font-size:14px;}}.case-wishi .tag-plate {text-align:center;}.case-wishi .tag-plate__item {display:inline-block;padding:12px 24px;font-size:14px;font-family:'Roboto-Bold', sans-serif;letter-spacing:0.15em;background:transparent;color:#e3e3e3;text-transform:uppercase;border-radius:36px;border:2px solid #e3e3e3;margin-bottom:18px;line-height:1;}.case-wishi .title-text {text-align:left;position:relative;}@media (max-width:768px) {.case-wishi .title-text {text-align:center;}}.case-wishi .title-text .h4 {padding-bottom:24px;position:relative;}.case-wishi .title-text .h4:after {position:absolute;width:44px;height:2px;background:#e68b7e;content:"";bottom:0px;left:0;z-index:2;}@media (max-width:768px) {.case-wishi .title-text .h4 {width:100%;}}.case-wishi .float-change {float:right;}@media (max-width:768px) {.case-wishi .float-change {float:left;}}.case-wishi .img-holder {text-align:left;}@media (max-width:992px) {.case-wishi .img-holder {text-align:center;}}.case-wishi .img-holder__img {max-width:600px;height:auto;width:100%;margin-bottom:20px;}.case-wishi .main-title {width:100%;-webkit-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);-moz-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);position:relative;background-image:url("../images/caseWishi/top-bg.jpg");background-position:top center center;background-repeat:no-repeat;background-size:cover;min-height:850px;}@media (max-width:1700px) {.case-wishi .main-title {min-height:840px;background-position:70% center;}}@media (max-width:1200px) {.case-wishi .main-title {min-height:840px;background-position:70% center;}}@media (max-width:992px) {.case-wishi .main-title {min-height:740px;background-position:70% center;}}@media (max-width:768px) {.case-wishi .main-title {background-position:95% center;min-height:640px;}}@media (max-width:460px) {.case-wishi .main-title {background-position:90% center;min-height:540px;}}.case-wishi .main-title__container {height:850px;display:block;width:auto;}@media (max-width:1200px) {.case-wishi .main-title__container {height:650px;}}@media (max-width:992px) {.case-wishi .main-title__container {height:550px;}}@media (max-width:768px) {.case-wishi .main-title__container {height:750px;}}.case-wishi .main-title__container .img-holder-logo {border-radius:25px;text-align:center;box-shadow:0 0 60px -6px rgba(0, 0, 0, 0.16);padding:33px 20px 45px 20px;margin:0 auto 70px;}@media (max-width:992px) {.case-wishi .main-title__container .img-holder-logo {max-width:350px;}}@media (max-width:768px) {.case-wishi .main-title__container .img-holder-logo {max-width:250px;}}@media (max-width:460px) {.case-wishi .main-title__container .img-holder-logo {max-width:200px;}}.case-wishi .main-title__container .img-holder-logo__img {max-width:390px;height:auto;width:80%;margin-bottom:20px;margin:auto;}.case-wishi .main-title .title-holder-colored {display:block;vertical-align:top;padding-top:104px;text-align:left;margin-left:70px;}@media (max-width:1200px) {.case-wishi .main-title .title-holder-colored {margin-left:0;}}@media (max-width:992px) {.case-wishi .main-title .title-holder-colored {padding-top:80px;}}@media (max-width:768px) {.case-wishi .main-title .title-holder-colored {padding-top:60px;text-align:center;}}.case-wishi .main-title .title-holder-colored .h1 {font-family:'Ubuntu-Bold', sans-serif;letter-spacing:0em;font-size:56px;color:#04286e;padding-bottom:60px;}@media (max-width:1200px) {.case-wishi .main-title .title-holder-colored .h1 {font-size:50px;padding-bottom:60px;}}@media (max-width:992px) {.case-wishi .main-title .title-holder-colored .h1 {font-size:42px;padding-bottom:30px;}}@media (max-width:768px) {.case-wishi .main-title .title-holder-colored .h1 {font-size:30px;padding-bottom:10px;}}.case-wishi .main-title .title-holder-colored .h1 .color {color:#ff6600;}.case-wishi .main-title .title-holder-colored .content__text {text-align:center;}.case-wishi .main-title .title-holder-colored .content__text p {text-align:center;}.case-wishi .employment {padding:120px 0 120px 0;}@media (max-width:1200px) {.case-wishi .employment {padding:100px 0 100px 0;}}@media (max-width:992px) {.case-wishi .employment {padding:80px 0 80px 0;}}@media (max-width:768px) {.case-wishi .employment {padding:60px 0 60px 0;}}.case-wishi .employment .title-text {text-align:center;position:relative;}@media (max-width:768px) {.case-wishi .employment .title-text {text-align:center;}}.case-wishi .employment .title-text .h4 {padding-bottom:130px;}@media (max-width:992px) {.case-wishi .employment .title-text .h4 {text-align:center;width:100%;padding-bottom:90px;}}@media (max-width:768px) {.case-wishi .employment .title-text .h4 {padding-bottom:35px;}}.case-wishi .employment .text {text-align:center;margin:0 auto;}.case-wishi .content {padding:30px 0;}.case-wishi .content__text {margin:20px 0 40px 0;text-align:left;width:100%;}@media (max-width:992px) {.case-wishi .content__text {text-align:center;}}.case-wishi .worker-sample {text-align:center;}.case-wishi .worker-sample .title-holder {display:block;}.case-wishi .worker-sample.worker-sample2 {background-image:url("../images/caseWishi/headphones-small.png"), url("../images/caseWishi/teddy-bear.png");background-position:top 50% left 15%, top 19% right 8%;background-repeat:no-repeat, no-repeat;background-size:auto, auto;padding:100px 0 130px 0;}@media (max-width:1700px) {.case-wishi .worker-sample.worker-sample2 {background-position:top 50% left 10%, top 30% right 1%;}}@media (max-width:1200px) {.case-wishi .worker-sample.worker-sample2 {padding:80px 0 80px 0;background-position:top 50% left 1%, top 30% right 1%;}}@media (max-width:992px) {.case-wishi .worker-sample.worker-sample2 {padding:70px 0 60px 0;background-position:top 50% left 1%, top 80% right 1%;}}@media (max-width:768px) {.case-wishi .worker-sample.worker-sample2 {padding:50px 0 30px 0;background-position:top 50% left 1%, top 80% right 1%;background-size:20%, 15%;}}@media (max-width:460px) {.case-wishi .worker-sample.worker-sample2 {padding:30px 0 30px 0;background-position:top 50% left 1%, top 80% right 1%;background-size:20%, 15%;}}.case-wishi .worker-sample.worker-sample2 .title-text {position:relative;}.case-wishi .worker-sample.worker-sample2 .title-text .h3 {}.case-wishi .worker-sample.worker-sample2 .content__text {text-align:center;}@media (max-width:992px) {.case-wishi .worker-sample.worker-sample2 .content__text {margin:20px 0 30px 0;}}.case-wishi .worker-sample.worker-sample2 .content__text .regular-p {margin:auto;max-width:980px;}.case-wishi .worker-sample.worker-sample2 .img-holder__img {max-width:1175px;}.case-wishi .worker-sample.worker-sample3 {background-color:#fcfcfc;border-top:5px solid #f0f0f0;border-bottom:5px solid #f5f5f5;padding:117px 0 0 0;background-image:url("../images/caseWishi/billard-ball.png"), url("../images/caseWishi/iPhone-5S-white.png");background-position:top 7% left 10%, bottom 0 right 8%;background-repeat:no-repeat, no-repeat;background-size:auto, auto;}@media (max-width:1700px) {.case-wishi .worker-sample.worker-sample3 {background-position:top 2% left 10%, bottom 0 right 8%;}}@media (max-width:1200px) {.case-wishi .worker-sample.worker-sample3 {background-position:top 1% left 10%, bottom 0 right 8%;}}@media (max-width:992px) {.case-wishi .worker-sample.worker-sample3 {padding:100px 0 0 0;background-position:top 1% left 10%, bottom 0 right 8%;}}@media (max-width:768px) {.case-wishi .worker-sample.worker-sample3 {padding:70px 0 0 0;background-position:top 1% left 0, bottom 0 right 8%;background-size:15%, 15%;}}@media (max-width:460px) {.case-wishi .worker-sample.worker-sample3 {background-position:top 1% left 0, bottom 0 right 8%;background-size:15%, 15%;}}.case-wishi .worker-sample.worker-sample3 .h3 {text-align:left;padding-bottom:30px;}@media (max-width:992px) {.case-wishi .worker-sample.worker-sample3 .h3 {text-align:center;padding-bottom:15px;}}.case-wishi .worker-sample.worker-sample3 .img-holder {text-align:right;}.case-wishi .worker-sample.worker-sample3 .img-holder__img {box-shadow:0 0 81px 15px #e4e3e3;border-radius:10px;position:relative;max-width:650px;}.case-wishi .worker-sample.worker-sample3 .img-holder__img2 {right:-40px;top:-40px;position:absolute;width:auto;box-shadow:none;}@media (max-width:992px) {.case-wishi .worker-sample.worker-sample3 .img-holder__img2 {right:0px;}}.case-wishi .worker-sample.worker-sample3 .row {padding-bottom:111px;}@media (max-width:1200px) {.case-wishi .worker-sample.worker-sample3 .row {padding-bottom:90px;}}@media (max-width:992px) {.case-wishi .worker-sample.worker-sample3 .row {padding-bottom:60px;}}@media (max-width:768px) {.case-wishi .worker-sample.worker-sample3 .row {padding-bottom:30px;}}.case-wishi .worker-sample.worker-sample3 .medium-width {max-width:1170px;margin:0 auto;background:url("../images/caseWishi/a-font.png") center center / 90% no-repeat;border:5px solid #f0f0f0;border-radius:150px;overflow:hidden;padding:100px 0 70px 0;}@media (max-width:1200px) {.case-wishi .worker-sample.worker-sample3 .medium-width {border-radius:90px;}}@media (max-width:992px) {.case-wishi .worker-sample.worker-sample3 .medium-width {padding:80px 0 60px 0;border-radius:70px;}}@media (max-width:768px) {.case-wishi .worker-sample.worker-sample3 .medium-width {padding:40px 0 40px 0;}}.case-wishi .worker-sample.worker-sample3 .medium-width .font-box {text-align:center;}.case-wishi .worker-sample.worker-sample3 .medium-width .font-box__inner {display:inline-block;text-align:left;}@media (max-width:768px) {.case-wishi .worker-sample.worker-sample3 .medium-width .font-box__inner {text-align:center;}}.case-wishi .worker-sample.worker-sample3 .medium-width .font-box__title {color:#141416;font-family:'Roboto-Bold', sans-serif;font-size:60px;line-height:1;}@media (max-width:768px) {.case-wishi .worker-sample.worker-sample3 .medium-width .font-box__title {font-size:45px;}}.case-wishi .worker-sample.worker-sample3 .medium-width .font-box__title.font-box__title-two {font-family:'Roboto-Bold', sans-serif;}.case-wishi .worker-sample.worker-sample3 .medium-width .font-box__span {color:#141416;font-family:'Roboto-Regular', sans-serif;font-size:40px;padding-left:5px;}@media (max-width:768px) {.case-wishi .worker-sample.worker-sample3 .medium-width .font-box__span {font-size:28px;}}.case-wishi .worker-sample.worker-sample3 .medium-width .font-box__span:first-child {padding-left:0px;}.case-wishi .worker-sample.worker-sample3 .medium-width .font-box__span.font-box__span--center {font-size:25px;color:#ff8965;}.case-wishi .worker-sample.worker-sample3 .medium-width .font-box__span.font-box__span--robotobold {font-family:'Roboto-Bold', sans-serif;}.case-wishi .worker-sample.worker-sample3 .medium-width .font-box__span.font-box__span--robotoand {font-family:'Roboto-Bold', sans-serif;}.case-wishi .worker-sample.worker-sample3 .medium-width .font-box__span.font-box__span--robotoregular {font-family:'Roboto-Regular', sans-serif;}.case-wishi .worker-sample.worker-sample3 .medium-width .font-box__span.font-box__span--mulibold {font-family:'Muli-Bold', sans-serif;}.case-wishi .worker-sample.worker-sample3 .medium-width .font-box__span.font-box__span--muliand {font-family:'Muli-Bold', sans-serif;}.case-wishi .worker-sample.worker-sample3 .medium-width .font-box__span.font-box__span--muliregular {font-family:'Muli-Regular', sans-serif;}.case-wishi .worker-sample.worker-sample3 .content__text {padding-bottom:30px;max-width:440px;}@media (max-width:768px) {.case-wishi .worker-sample.worker-sample3 .content__text {max-width:none;}}.case-wishi .worker-sample.worker-sample3 .content__text p {max-width:700px;margin:0 auto;}.case-wishi .worker-sample.worker-sample3 .box {margin-bottom:130px;}@media (max-width:1200px) {.case-wishi .worker-sample.worker-sample3 .box {margin-bottom:120px;}}@media (max-width:992px) {.case-wishi .worker-sample.worker-sample3 .box {margin-bottom:80px;}}@media (max-width:768px) {.case-wishi .worker-sample.worker-sample3 .box {margin-bottom:40px;}}@media (max-width:992px) {.case-wishi .worker-sample.worker-sample3 .box-list {margin-bottom:20px;}}.case-wishi .worker-sample.worker-sample3 .box-list.box-listleft {text-align:left;}@media (max-width:992px) {.case-wishi .worker-sample.worker-sample3 .box-list.box-listleft {text-align:center;}}.case-wishi .worker-sample.worker-sample3 .box-list.box-listcenter {text-align:center;}.case-wishi .worker-sample.worker-sample3 .box-list.box-listright {text-align:right;}@media (max-width:992px) {.case-wishi .worker-sample.worker-sample3 .box-list.box-listright {text-align:center;}}.case-wishi .worker-sample.worker-sample3 .box-list__container {max-width:300px;width:100%;border:5px solid #f0f0f0;border-radius:60px;height:120px;padding-left:30px;display:inline-block;text-align:left;line-height:120px;}@media (max-width:992px) {.case-wishi .worker-sample.worker-sample3 .box-list__container {line-height:100px;height:100px;}}.case-wishi .worker-sample.worker-sample3 .box-list__holder {position:relative;top:50%;transform:translateY(-50%);}.case-wishi .worker-sample.worker-sample3 .box-list__round {display:inline-block;vertical-align:middle;border-radius:50%;width:66px;height:66px;box-shadow:0 0 34px -11px #000000;}@media (max-width:992px) {.case-wishi .worker-sample.worker-sample3 .box-list__round {width:50px;height:50px;}}.case-wishi .worker-sample.worker-sample3 .box-list__round.box-list__round1 {background:#fd4164;}.case-wishi .worker-sample.worker-sample3 .box-list__round.box-list__round2 {background:#ff8965;}.case-wishi .worker-sample.worker-sample3 .box-list__round.box-list__round3 {background:#222c32;}.case-wishi .worker-sample.worker-sample3 .box-list__text {margin-left:40px;text-align:center;color:#484747;font-family:'Open-Sans-Bold', sans-serif;font-size:24px;vertical-align:middle;display:inline-block;}.case-wishi .worker-sample.worker-sample4 {padding:100px 0 60px 0;background-color:#fbd4b5;background-image:url("../images/caseWishi/arm-clock.png"), url("../images/caseWishi/headphones.png");background-position:top 25% left 10%, top 50% right 8%;background-repeat:no-repeat, no-repeat;background-size:auto, auto;}@media (max-width:1700px) {.case-wishi .worker-sample.worker-sample4 {background-position:top 25% left 10%, top 50% right 8%;}}@media (max-width:1200px) {.case-wishi .worker-sample.worker-sample4 {background-position:top 35% left 10%, top 50% right 1%;}}@media (max-width:992px) {.case-wishi .worker-sample.worker-sample4 {background-position:top 35% left 10%, top 50% right 1%;}}@media (max-width:768px) {.case-wishi .worker-sample.worker-sample4 {background-position:top 35% left 1%, top 60% right 1%;background-size:20%, 25%;}}@media (max-width:460px) {.case-wishi .worker-sample.worker-sample4 {background-position:top 35% left 1%, top 60% right 1%;background-size:20%, 25%;}}@media (max-width:992px) {.case-wishi .worker-sample.worker-sample4 {padding:140px 0 50px 0;}}@media (max-width:768px) {.case-wishi .worker-sample.worker-sample4 {padding:100px 0 40px 0;}}.case-wishi .worker-sample.worker-sample4 .title-text {position:relative;}.case-wishi .worker-sample.worker-sample4 .title-text .h4 {text-align:right;}@media (max-width:768px) {.case-wishi .worker-sample.worker-sample4 .title-text .h4 {text-align:center;}}.case-wishi .worker-sample.worker-sample4 .content__text {margin:20px 0 100px 0;text-align:center;}@media (max-width:992px) {.case-wishi .worker-sample.worker-sample4 .content__text {margin:20px 0 50px 0;}}@media (max-width:768px) {.case-wishi .worker-sample.worker-sample4 .content__text {margin:20px 0 40px 0;}}.case-wishi .worker-sample.worker-sample4 .img-holder {text-align:left;padding-bottom:60px;}.case-wishi .worker-sample.worker-sample4 .img-holder.img-holder--left {text-align:left;}@media (max-width:992px) {.case-wishi .worker-sample.worker-sample4 .img-holder.img-holder--left {text-align:center;}}.case-wishi .worker-sample.worker-sample4 .img-holder.img-holder--right {text-align:right;}@media (max-width:992px) {.case-wishi .worker-sample.worker-sample4 .img-holder.img-holder--right {text-align:center;}}@media (max-width:992px) {.case-wishi .worker-sample.worker-sample4 .img-holder {text-align:center;padding-bottom:40px;}}@media (max-width:768px) {.case-wishi .worker-sample.worker-sample4 .img-holder {text-align:center;padding-bottom:20px;}}.case-wishi .worker-sample.worker-sample4 .img-holder__img {max-width:517px;height:auto;width:100%;box-shadow:0 0 51px -6px #959494;margin-bottom:20px;border-radius:10px;}.case-wishi .worker-sample.worker-sample4 .img-holder__img.img-holder__img1 {max-width:557px;}.case-wishi .worker-sample.worker-sample4 .img-holder__img.img-holder__img2 {max-width:557px;}.case-wishi .worker-sample.worker-sample4 .img-holder__img.img-holder__img3 {max-width:1170px;}.case-wishi .worker-sample.worker-sample4 .medium-width {max-width:750px;margin:0 auto;}.case-wishi .worker-sample.worker-sample5 {padding:60px 0 100px 0;background-image:url("../images/caseWishi/fire-maker.png");background-position:top 45% left 6%;background-repeat:no-repeat;background-size:auto;}@media (max-width:1200px) {.case-wishi .worker-sample.worker-sample5 {padding:60px 0 90px 0;background-position:top 45% left 1% ;}}@media (max-width:992px) {.case-wishi .worker-sample.worker-sample5 {padding:60px 0 70px 0;background-position:top 45% left 1%;}}@media (max-width:768px) {.case-wishi .worker-sample.worker-sample5 {padding:50px 0 50px 0;background-position:top 12% left 1%;background-size:20%;}}@media (max-width:460px) {.case-wishi .worker-sample.worker-sample5 {padding:40px 0 40px 0;background-position:top 12% left 1%;background-size:20%;}}.case-wishi .worker-sample.worker-sample5 .title-text {position:relative;}.case-wishi .worker-sample.worker-sample5 .content__text {margin:20px 0 100px 0;text-align:center;}.case-wishi .worker-sample.worker-sample5 .content__text.content__text2 {margin:20px 0 0 0;min-height:250px;text-align:left;}@media (max-width:768px) {.case-wishi .worker-sample.worker-sample5 .content__text.content__text2 {text-align:center;}}@media (max-width:992px) {.case-wishi .worker-sample.worker-sample5 .content__text {margin:20px 0 50px 0;}}@media (max-width:768px) {.case-wishi .worker-sample.worker-sample5 .content__text {margin:20px 0 40px 0;}}.case-wishi .worker-sample.worker-sample5 .left-holder {float:left;max-width:765px;}@media (max-width:992px) {.case-wishi .worker-sample.worker-sample5 .left-holder {float:none;max-width:none;}}.case-wishi .worker-sample.worker-sample5 .right-holder {float:right;max-width:350px;}@media (max-width:992px) {.case-wishi .worker-sample.worker-sample5 .right-holder {float:none;max-width:none;}}.case-wishi .worker-sample.worker-sample5 .img-holder {text-align:left;padding-bottom:60px;border-radius:15px;}.case-wishi .worker-sample.worker-sample5 .img-holder.img-holder--left {text-align:left;}@media (max-width:992px) {.case-wishi .worker-sample.worker-sample5 .img-holder.img-holder--left {text-align:center;}}.case-wishi .worker-sample.worker-sample5 .img-holder.img-holder--right {text-align:right;}@media (max-width:992px) {.case-wishi .worker-sample.worker-sample5 .img-holder.img-holder--right {text-align:center;}}@media (max-width:992px) {.case-wishi .worker-sample.worker-sample5 .img-holder {text-align:center;padding-bottom:40px;}}@media (max-width:768px) {.case-wishi .worker-sample.worker-sample5 .img-holder {text-align:center;padding-bottom:20px;}}.case-wishi .worker-sample.worker-sample5 .img-holder__img {max-width:517px;height:auto;width:100%;margin-bottom:20px;border-radius:10px;box-shadow:0 0 81px 15px #e4e3e3;}.case-wishi .worker-sample.worker-sample5 .img-holder__img.img-holder__img1 {max-width:765px;}.case-wishi .worker-sample.worker-sample5 .img-holder__img.img-holder__img2 {max-width:350px;}.case-wishi .worker-sample.worker-sample5 .img-holder__img.img-holder__img3 {max-width:350px;}.case-wishi .worker-sample.worker-sample5 .img-holder__img.img-holder__img4 {max-width:350px;}.case-wishi .worker-sample.worker-sample5 .img-holder__img.img-holder__img5 {max-width:350px;}.case-wishi .worker-sample.worker-sample5 .medium-width {max-width:750px;margin:0 auto;}.case-wishi .worker-sample.worker-sample6 {padding:100px 0 100px 0;background-color:linear-gradient(to bottom, #fb9b4a, #fda43d);background-image:url("../images/caseWishi/irobot.png"), url("../images/caseWishi/counter-item.png"), url("../images/caseWishi/section6-bg.png");background-position:bottom 15% left 10%, top 22% right 6%, center center;background-repeat:no-repeat, no-repeat, no-repeat;background-size:auto, auto, cover;}@media (max-width:1700px) {.case-wishi .worker-sample.worker-sample6 {background-position:bottom 15% left 10%, top 22% right 6%, center center;}}@media (max-width:1200px) {.case-wishi .worker-sample.worker-sample6 {padding:90px 0 90px 0;background-position:bottom 15% left 10%, top 22% right 1%, center center;}}@media (max-width:992px) {.case-wishi .worker-sample.worker-sample6 {padding:80px 0 80px 0;background-position:bottom 15% left 10%, top 22% right 1%, center center;}}@media (max-width:768px) {.case-wishi .worker-sample.worker-sample6 {background-position:bottom 15% left 10%, top 22% right 1%, center center;padding:50px 0 50px 0;background-size:20%, auto, cover;}}@media (max-width:460px) {.case-wishi .worker-sample.worker-sample6 {background-position:bottom 15% left 10%, top 22% right 1%, center center;padding:40px 0 40px 0;background-size:20%, auto, cover;}}.case-wishi .worker-sample.worker-sample6 .h5 {margin-bottom:10px;}.case-wishi .worker-sample.worker-sample6 .title-text {position:relative;}.case-wishi .worker-sample.worker-sample6 .title-text.title-text--padding {padding-bottom:40px;}@media (max-width:992px) {.case-wishi .worker-sample.worker-sample6 .title-text.title-text--padding {padding-bottom:20px;}}@media (max-width:768px) {.case-wishi .worker-sample.worker-sample6 .title-text.title-text--padding {padding-bottom:10px;}}.case-wishi .worker-sample.worker-sample6 .title-text .h4 {text-align:right;}@media (max-width:768px) {.case-wishi .worker-sample.worker-sample6 .title-text .h4 {text-align:center;}}.case-wishi .worker-sample.worker-sample6 .content__text {margin:20px 0 100px 0;text-align:center;}@media (max-width:992px) {.case-wishi .worker-sample.worker-sample6 .content__text {margin:20px 0 50px 0;}}@media (max-width:768px) {.case-wishi .worker-sample.worker-sample6 .content__text {margin:20px 0 40px 0;}}.case-wishi .worker-sample.worker-sample6 .left-holder {float:left;max-width:550px;}@media (max-width:992px) {.case-wishi .worker-sample.worker-sample6 .left-holder {float:none;max-width:none;}}.case-wishi .worker-sample.worker-sample6 .right-holder {float:right;max-width:550px;}@media (max-width:992px) {.case-wishi .worker-sample.worker-sample6 .right-holder {float:none;max-width:none;}}.case-wishi .worker-sample.worker-sample6 .img-holder {text-align:left;padding-bottom:11px;border-radius:15px;}@media (max-width:992px) {.case-wishi .worker-sample.worker-sample6 .img-holder {text-align:center;padding-bottom:10px;}}@media (max-width:768px) {.case-wishi .worker-sample.worker-sample6 .img-holder {text-align:center;padding-bottom:10px;}}.case-wishi .worker-sample.worker-sample6 .img-holder.img-holder--bigpad {padding-bottom:60px;}@media (max-width:992px) {.case-wishi .worker-sample.worker-sample6 .img-holder.img-holder--bigpad {padding-bottom:30px;}}@media (max-width:768px) {.case-wishi .worker-sample.worker-sample6 .img-holder.img-holder--bigpad {padding-bottom:10px;}}.case-wishi .worker-sample.worker-sample6 .img-holder__img {max-width:517px;height:auto;width:100%;margin-bottom:20px;border-radius:10px;box-shadow:0 0 51px -6px #959494;}.case-wishi .worker-sample.worker-sample6 .img-holder__img.img-holder__img1 {max-width:550px;}.case-wishi .worker-sample.worker-sample6 .img-holder__img.img-holder__img2 {max-width:550px;}.case-wishi .worker-sample.worker-sample6 .img-holder__img.img-holder__img3 {max-width:550px;}.case-wishi .worker-sample.worker-sample6 .medium-width {max-width:750px;margin:0 auto;}.case-inforum {}.case-inforum p {font-family:'Open-Sans-Light', sans-serif;color:#616161;line-height:1.87;font-size:18px;}@media (max-width:1200px) {.case-inforum p {font-size:17px;}}@media (max-width:992px) {.case-inforum p {font-size:15px;}}@media (max-width:768px) {.case-inforum p {font-size:14px;}}.case-inforum .h4 {font-size:45px;font-family:'Open-Sans-Light', sans-serif;color:#635139;display:inline-block;vertical-align:middle;}@media (max-width:992px) {.case-inforum .h4 {font-size:40px;}}@media (max-width:768px) {.case-inforum .h4 {font-size:30px;}}@media (max-width:460px) {.case-inforum .h4 {font-size:26px;}}.case-inforum .title-text {text-align:center;position:relative;}@media (max-width:768px) {.case-inforum .title-text {text-align:center;}}.case-inforum .title-text .h4 {padding-bottom:30px;}@media (max-width:992px) {.case-inforum .title-text .h4 {padding-bottom:40px;text-align:center;width:100%;}}@media (max-width:768px) {.case-inforum .title-text .h4 {padding-bottom:20px;}}@media (max-width:460px) {.case-inforum .title-text .h4 {padding-bottom:15px;}}.case-inforum .float-change {float:right;}@media (max-width:768px) {.case-inforum .float-change {float:left;}}.case-inforum .no-gutters {margin-left:-15px;margin-right:-15px;}@media (max-width:1200px) {.case-inforum .no-gutters {margin-left:0;margin-right:0;}}.case-inforum .no-gutters-stable {margin-left:-15px;margin-right:-15px;}.case-inforum .main-title {background:#fff url("../images/caseInforum/main-bg.jpg") center center / cover no-repeat;width:100%;-webkit-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);-moz-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);position:relative;}@media (max-width:768px) {.case-inforum .main-title {background:#ffffff url("../images/caseInforum/main-bg.jpg") 69% center / cover no-repeat;}}.case-inforum .main-title__container {height:800px;display:table;width:100%;}@media (max-width:1200px) {.case-inforum .main-title__container {height:750px;}}@media (max-width:992px) {.case-inforum .main-title__container {height:600px;}}@media (max-width:768px) {.case-inforum .main-title__container {height:500px;}}.case-inforum .main-title .title-holder-colored {vertical-align:top;padding-top:272px;text-align:center;}@media (max-width:1200px) {.case-inforum .main-title .title-holder-colored {padding-top:200px;}}@media (max-width:992px) {.case-inforum .main-title .title-holder-colored {padding-top:180px;}}@media (max-width:768px) {.case-inforum .main-title .title-holder-colored {padding-top:120px;text-align:center;}}.case-inforum .main-title .title-holder-colored__img {width:100%;max-width:400px;padding-bottom:60px;margin:auto;}@media (max-width:1200px) {.case-inforum .main-title .title-holder-colored__img {font-size:50px;padding-bottom:60px;}}@media (max-width:992px) {.case-inforum .main-title .title-holder-colored__img {font-size:42px;padding-bottom:30px;max-width:325px;}}@media (max-width:768px) {.case-inforum .main-title .title-holder-colored__img {font-size:30px;padding-bottom:10px;max-width:225px;}}.case-inforum .laptop-section {text-align:center;position:relative;margin-top:-340px;display:inline-block;vertical-align:top;}@media (max-width:992px) {.case-inforum .laptop-section {margin-top:-240px;}}@media (max-width:768px) {.case-inforum .laptop-section {margin-top:-140px;}}.case-inforum .laptop-section .laptop__img {display:inline-block;vertical-align:top;text-align:center;width:100%;height:auto;}.case-inforum .employment {padding:70px 0 120px 0;}@media (max-width:992px) {.case-inforum .employment {padding:50px 0 90px 0;}}@media (max-width:768px) {.case-inforum .employment {padding:30px 0 60px 0;}}.case-inforum .employment .title-text {text-align:center;position:relative;}@media (max-width:768px) {.case-inforum .employment .title-text {text-align:center;}}.case-inforum .employment .title-text .h4 {padding-bottom:50px;}@media (max-width:992px) {.case-inforum .employment .title-text .h4 {text-align:center;width:100%;padding-bottom:40px;}}@media (max-width:768px) {.case-inforum .employment .title-text .h4 {padding-bottom:25px;}}.case-inforum .employment .text {text-align:center;margin:0 auto;max-width:954px;}.case-inforum .employment .text .button-container {width:100%;text-align:center;margin-top:24px;}.case-inforum .employment .text .button__link {text-align:center;font-weight:600;text-transform:uppercase;border-radius:0;display:inline-block;box-sizing:border-box;text-decoration:none;padding:12px 40px;color:#fff;background:#e95646;transition:all .3s;}@media (max-width:1200px) {.case-inforum .employment .text .button__link {padding:10px 24px ;}}.case-inforum .employment .text .button__link:hover {background:transparent;color:#e95646;}.case-inforum .content {padding:30px 0;}.case-inforum .content__text {margin:20px 0 0 0;text-align:left;width:100%;}@media (max-width:992px) {.case-inforum .content__text {text-align:center;}}.case-inforum .worker-sample {text-align:center;}.case-inforum .worker-sample .title-holder {display:block;}.case-inforum .worker-sample.worker-sample1 {padding:100px 0 160px 0;}@media (max-width:992px) {.case-inforum .worker-sample.worker-sample1 {padding:90px 0 120px 0;}}@media (max-width:768px) {.case-inforum .worker-sample.worker-sample1 {padding:50px 0 60px 0;}}.case-inforum .worker-sample.worker-sample1 .title-text {position:relative;}.case-inforum .worker-sample.worker-sample1 .title-text.title-text--left {text-align:left;}@media (max-width:992px) {.case-inforum .worker-sample.worker-sample1 .title-text.title-text--left {text-align:center;}}@media (max-width:768px) {.case-inforum .worker-sample.worker-sample1 .title-text.title-text--left {text-align:center;}}.case-inforum .worker-sample.worker-sample1 .content__text {text-align:center;margin:0 0 80px 0;}@media (max-width:992px) {.case-inforum .worker-sample.worker-sample1 .content__text {margin:0 0 50px 0;}}@media (max-width:768px) {.case-inforum .worker-sample.worker-sample1 .content__text {margin:0 0 20px 0;}}.case-inforum .worker-sample.worker-sample1 .content__text.content__text--smallmargin {margin:0 0 30px 0;}@media (max-width:992px) {.case-inforum .worker-sample.worker-sample1 .content__text.content__text--smallmargin {margin:0 0 20px 0;}}@media (max-width:768px) {.case-inforum .worker-sample.worker-sample1 .content__text.content__text--smallmargin {margin:0 0 10px 0;}}.case-inforum .worker-sample.worker-sample1 .content__text .regular-p {margin:auto;max-width:980px;}.case-inforum .worker-sample.worker-sample1 .content__text .regular-p.regular-p-left {text-align:left;}@media (max-width:992px) {.case-inforum .worker-sample.worker-sample1 .content__text .regular-p.regular-p-left {text-align:center;}}.case-inforum .worker-sample.worker-sample1 .img-holder {text-align:left;}@media (max-width:992px) {.case-inforum .worker-sample.worker-sample1 .img-holder {text-align:center;}}.case-inforum .worker-sample.worker-sample1 .img-holder__img {max-width:600px;height:auto;width:100%;box-shadow:0 0 51px -6px #959494;margin-bottom:70px;border-radius:8px;}@media (max-width:768px) {.case-inforum .worker-sample.worker-sample1 .img-holder__img {margin-bottom:50px;}}.case-inforum .worker-sample.worker-sample2 {background:#fff url("../images/caseInforum/section2-bg.jpg") center center / cover no-repeat;padding:117px 0 140px 0;}@media (max-width:992px) {.case-inforum .worker-sample.worker-sample2 {padding:100px 0 110px 0;}}@media (max-width:768px) {.case-inforum .worker-sample.worker-sample2 {padding:70px 0 80px 0;}}.case-inforum .worker-sample.worker-sample2 .no-gutters-top {margin:auto;max-width:810px;}.case-inforum .worker-sample.worker-sample2 .medium-width {max-width:750px;margin:0 auto;}.case-inforum .worker-sample.worker-sample2 .title-text .h4 {color:#ffffff;}.case-inforum .worker-sample.worker-sample2 .content__text {padding-bottom:30px;}.case-inforum .worker-sample.worker-sample2 .content__text p {max-width:700px;margin:0 auto;}.case-inforum .worker-sample.worker-sample2 .box {margin-bottom:100px;}@media (max-width:1200px) {.case-inforum .worker-sample.worker-sample2 .box {margin-bottom:60px;}}@media (max-width:992px) {.case-inforum .worker-sample.worker-sample2 .box {margin-bottom:40px;}}@media (max-width:768px) {.case-inforum .worker-sample.worker-sample2 .box {margin-bottom:30px;}}.case-inforum .worker-sample.worker-sample2 .box-left {float:left;max-width:190px;}@media (max-width:768px) {.case-inforum .worker-sample.worker-sample2 .box-left {float:none;max-width:none;}}.case-inforum .worker-sample.worker-sample2 .box-right {float:right;max-width:190px;}@media (max-width:768px) {.case-inforum .worker-sample.worker-sample2 .box-right {float:none;max-width:none;}}.case-inforum .worker-sample.worker-sample2 .box__rectangle {margin:20px auto 38px;}.case-inforum .worker-sample.worker-sample2 .box__text {text-align:center;color:#fbf9ec;font-family:'Roboto-Regular', sans-serif;font-size:23px;}.case-inforum .worker-sample.worker-sample2 .font-inforum-box {padding-top:10px;overflow:hidden;max-width:620px;margin:auto;}.case-inforum .worker-sample.worker-sample2 .font-inforum-box .box {margin-bottom:20px;}.case-inforum .worker-sample.worker-sample2 .font-inforum-box .box__text {text-align:center;color:#979797;font-size:30px;text-transform:uppercase;line-height:1.2;}@media (max-width:768px) {.case-inforum .worker-sample.worker-sample2 .font-inforum-box .box__text {font-size:20px;}}.case-inforum .worker-sample.worker-sample2 .font-inforum-box .box__text.box__text1 {font-family:'PFDinTextPro-Medium', sans-serif;}.case-inforum .worker-sample.worker-sample2 .font-inforum-box .box__text.box__text2 {font-family:'Pt-Sans-Regular', sans-serif;}.case-inforum .worker-sample.worker-sample2 .font-inforum-box .box__title {text-align:center;color:#fff;font-size:200px;line-height:1;}@media (max-width:768px) {.case-inforum .worker-sample.worker-sample2 .font-inforum-box .box__title {font-size:150px;}}.case-inforum .worker-sample.worker-sample2 .font-inforum-box .box__title.box__title1 {font-family:'PFDinTextPro-Medium', sans-serif;}.case-inforum .worker-sample.worker-sample2 .font-inforum-box .box__title.box__title2 {font-family:'Pt-Sans-Bold', sans-serif;}.case-inforum .worker-sample.worker-sample3 {padding:130px 0 60px 0;}@media (max-width:992px) {.case-inforum .worker-sample.worker-sample3 {padding:100px 0 50px 0;}}@media (max-width:768px) {.case-inforum .worker-sample.worker-sample3 {padding:70px 0 40px 0;}}.case-inforum .worker-sample.worker-sample3 .no-gutters-top {margin-left:-15px;margin-right:-15px;overflow:hidden;}.case-inforum .worker-sample.worker-sample3 .title-text {position:relative;text-align:left;margin-right:-15px;}@media (max-width:1200px) {.case-inforum .worker-sample.worker-sample3 .title-text {margin-right:auto;}}@media (max-width:768px) {.case-inforum .worker-sample.worker-sample3 .title-text {text-align:center;}}.case-inforum .worker-sample.worker-sample3 .content__text {margin:0px 0 20px 0;}@media (max-width:992px) {.case-inforum .worker-sample.worker-sample3 .content__text {margin:10px 0 20px 0;}}@media (max-width:768px) {.case-inforum .worker-sample.worker-sample3 .content__text {margin:20px 0 10px 0;}}.case-inforum .worker-sample.worker-sample3 .content__text .regular-p {padding-bottom:20px;}@media (max-width:992px) {.case-inforum .worker-sample.worker-sample3 .content__text .regular-p {text-align:center;padding-bottom:10px;}}.case-inforum .worker-sample.worker-sample3 .img-holder {text-align:left;}.case-inforum .worker-sample.worker-sample3 .img-holder.img-holder--center {text-align:center;}@media (max-width:992px) {.case-inforum .worker-sample.worker-sample3 .img-holder {text-align:center;}}.case-inforum .worker-sample.worker-sample3 .img-holder__img {max-width:517px;height:auto;width:100%;box-shadow:0 0 51px -6px #959494;margin-bottom:20px;border-radius:8px;}.case-inforum .worker-sample.worker-sample3 .img-holder__img.img-holder__img1 {text-align:center;max-width:551px;box-shadow:0 0 51px -6px #959494;}.case-inforum .worker-sample.worker-sample3 .img-holder__img.img-holder__img2 {max-width:438px;box-shadow:0 0 51px -6px #959494;}.case-inforum .worker-sample.worker-sample3 .img-holder__img.img-holder__img3 {max-width:438px;box-shadow:0 0 51px -6px #959494;margin-bottom:55px;}@media (max-width:992px) {.case-inforum .worker-sample.worker-sample3 .img-holder__img.img-holder__img3 {margin-bottom:20px;}}.case-inforum .worker-sample.worker-sample3 .medium-width {max-width:750px;margin:0 auto;}.case-judgment {counter-reset:heading;}.case-judgment p {font-family:'Roboto-Light', sans-serif;color:#2b313e;line-height:1.5;font-size:18px;}@media (max-width:1200px) {.case-judgment p {font-size:17px;}}@media (max-width:992px) {.case-judgment p {font-size:15px;}}@media (max-width:768px) {.case-judgment p {font-size:14px;}}.case-judgment .p-white {color:#fff;}.case-judgment .h4 {font-size:35px;font-family:'Roboto-Bold', sans-serif;color:#2b313e;display:inline-block;vertical-align:middle;position:relative;z-index:1;}@media (max-width:992px) {.case-judgment .h4 {font-size:33px;}}@media (max-width:768px) {.case-judgment .h4 {font-size:30px;}}@media (max-width:460px) {.case-judgment .h4 {font-size:26px;}}.case-judgment .h4.h4-white {color:#ffffff;}.case-judgment .h4.h4-medium {font-family:'Roboto-Medium', sans-serif;}.case-judgment .h4:before {opacity:0.9;position:absolute;font-size:135px;font-family:'Roboto-Bold', sans-serif;left:0;right:0;margin:auto;top:-63px;color:#000;z-index:-1;}.case-judgment .title-text {text-align:center;position:relative;}@media (max-width:768px) {.case-judgment .title-text {text-align:center;}}.case-judgment .title-text .h4 {padding-bottom:30px;}@media (max-width:992px) {.case-judgment .title-text .h4 {padding-bottom:40px;text-align:center;}}@media (max-width:768px) {.case-judgment .title-text .h4 {padding-bottom:20px;}}@media (max-width:460px) {.case-judgment .title-text .h4 {padding-bottom:15px;}}.case-judgment .float-change {float:right;}@media (max-width:768px) {.case-judgment .float-change {float:left;}}.case-judgment .no-gutters {margin-left:-15px;margin-right:-15px;}@media (max-width:1200px) {.case-judgment .no-gutters {margin-left:0;margin-right:0;}}.case-judgment .no-gutters-stable {margin-left:-15px;margin-right:-15px;}.case-judgment .main-title {background:#fff url("../images/caseJudgment/main-bg.jpg") center center / cover no-repeat;width:100%;-webkit-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);-moz-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);position:relative;}@media (max-width:768px) {.case-judgment .main-title {background:#ffffff url("../images/caseJudgment/main-bg.jpg") 69% center / cover no-repeat;}}.case-judgment .main-title__container-simple {height:1140px;}@media (max-width:1200px) {.case-judgment .main-title__container-simple {height:1000px;}}@media (max-width:992px) {.case-judgment .main-title__container-simple {height:850px;}}@media (max-width:768px) {.case-judgment .main-title__container-simple {height:600px;}}.case-judgment .main-title:before {content:"";background:#ffffff url(../images/caseJudgment/judgment-textbg.png) left center / cover no-repeat;position:absolute;left:0;right:0;width:100%;height:200px;margin:auto;bottom:-250px;color:#000;z-index:-1;}.case-judgment .main-title .title-holder-colored {vertical-align:top;padding-top:160px;text-align:center;float:right;padding-right:60px;}@media (max-width:1400px) {.case-judgment .main-title .title-holder-colored {padding-right:0px;}}@media (max-width:1200px) {.case-judgment .main-title .title-holder-colored {padding-top:150px;}}@media (max-width:992px) {.case-judgment .main-title .title-holder-colored {padding-top:140px;float:none;}}@media (max-width:768px) {.case-judgment .main-title .title-holder-colored {padding-top:90px;text-align:center;}}.case-judgment .main-title .title-holder-colored__img {width:100%;max-width:500px;padding-bottom:65px;margin:auto;}@media (max-width:1200px) {.case-judgment .main-title .title-holder-colored__img {font-size:50px;padding-bottom:60px;max-width:480px;}}@media (max-width:992px) {.case-judgment .main-title .title-holder-colored__img {font-size:42px;padding-bottom:30px;max-width:400px;}}@media (max-width:768px) {.case-judgment .main-title .title-holder-colored__img {font-size:30px;padding-bottom:10px;max-width:300px;}}.case-judgment .main-title .title-holder-colored .text {max-width:530px;margin:auto;}.case-judgment .main-title .title-holder-colored .text .h4 {padding-bottom:15px;}@media (max-width:992px) {.case-judgment .main-title .title-holder-colored .text p {color:#191919;font-family:'Roboto-Regular', sans-serif;}}.case-judgment .laptop-section {text-align:center;position:relative;margin-top:-330px;display:inline-block;vertical-align:top;}@media (max-width:992px) {.case-judgment .laptop-section {margin-top:-240px;}}@media (max-width:768px) {.case-judgment .laptop-section {margin-top:-100px;}}.case-judgment .laptop-section .laptop {margin-left:-100px;margin-right:-100px;}@media (max-width:1400px) {.case-judgment .laptop-section .laptop {margin-left:0px;margin-right:0px;}}.case-judgment .laptop-section .laptop__img {display:inline-block;vertical-align:top;text-align:center;width:100%;height:auto;}.case-judgment .employment {background:#ffffff url("../images/caseJudgment/employment-bg.jpg") 69% center / cover no-repeat;padding:130px 0 110px 0;z-index:-1;}@media (max-width:992px) {.case-judgment .employment {padding:90px 0 90px 0;}}@media (max-width:768px) {.case-judgment .employment {padding:80px 0 60px 0;}}.case-judgment .employment .title-text {text-align:center;position:relative;}@media (max-width:768px) {.case-judgment .employment .title-text {text-align:center;}}.case-judgment .employment .title-text .h4 {padding-bottom:60px;position:relative;}@media (max-width:992px) {.case-judgment .employment .title-text .h4 {text-align:center;width:100%;padding-bottom:40px;}}@media (max-width:768px) {.case-judgment .employment .title-text .h4 {padding-bottom:25px;}}.case-judgment .employment .title-text .h4:before {content:"05";color:#596c8c;}.case-judgment .employment .text {padding-top:10px;text-align:center;margin:0 auto;max-width:800px;}.case-judgment .big-bg1 {background:#fff url("../images/caseJudgment/big-bg1.jpg") center center / cover no-repeat;}.case-judgment .big-bg2 {background:#fff url("../images/caseJudgment/big-bg2.jpg") center center / cover no-repeat;z-index:-1;}.case-judgment .content {padding:30px 0;}.case-judgment .content__text {margin:20px 0 0 0;text-align:left;width:100%;}@media (max-width:992px) {.case-judgment .content__text {text-align:center;}}.case-judgment .worker-sample {text-align:center;}.case-judgment .worker-sample .title-holder {display:block;}.case-judgment .worker-sample.worker-sample1 {padding:170px 0 0px 0;}@media (max-width:1200px) {.case-judgment .worker-sample.worker-sample1 {padding:130px 0 0px 0;}}@media (max-width:992px) {.case-judgment .worker-sample.worker-sample1 {padding:90px 0 0px 0;}}@media (max-width:768px) {.case-judgment .worker-sample.worker-sample1 {padding:50px 0 10px 0;}}.case-judgment .worker-sample.worker-sample1 .title-text {position:relative;}.case-judgment .worker-sample.worker-sample1 .title-text.title-text--left {text-align:left;}@media (max-width:992px) {.case-judgment .worker-sample.worker-sample1 .title-text.title-text--left {text-align:center;}}@media (max-width:768px) {.case-judgment .worker-sample.worker-sample1 .title-text.title-text--left {text-align:center;}}.case-judgment .worker-sample.worker-sample1 .content__text {text-align:center;}.case-judgment .worker-sample.worker-sample1 .content__text .regular-p {margin:auto;max-width:980px;text-align:left;line-height:2;}.case-judgment .worker-sample.worker-sample1 .content__text .regular-p.regular-p-left {font-size:20px;text-align:left;line-height:2;}@media (max-width:1200px) {.case-judgment .worker-sample.worker-sample1 .content__text .regular-p.regular-p-left {font-size:18px;}}@media (max-width:992px) {.case-judgment .worker-sample.worker-sample1 .content__text .regular-p.regular-p-left {text-align:center;font-size:17px;}}@media (max-width:768px) {.case-judgment .worker-sample.worker-sample1 .content__text .regular-p.regular-p-left {text-align:center;font-size:16px;}}.case-judgment .worker-sample.worker-sample1 .dark-block {background:#4d5d77 url("../images/caseJudgment/rounded-bg.png") center center / cover no-repeat;border-radius:13px;padding:46px 8% 70px 11%;position:relative;margin-top:70px;margin-bottom:50px;-webkit-box-shadow:0 8px 65px -7px #dcdcdc;box-shadow:0 8px 65px -7px #dcdcdc;min-height:300px;}.case-judgment .worker-sample.worker-sample1 .dark-block:before {position:absolute;width:96%;content:"";background:url(../images/caseJudgment/rectangle-shadow.png) 100% 100% / contain no-repeat;bottom:-34px;left:0;right:0;margin:auto;height:35px;}@media (max-width:1200px) {.case-judgment .worker-sample.worker-sample1 .dark-block:before {bottom:-25px;}}@media (max-width:992px) {.case-judgment .worker-sample.worker-sample1 .dark-block:before {bottom:-20px;}}@media (max-width:768px) {.case-judgment .worker-sample.worker-sample1 .dark-block:before {bottom:-15px;}}@media (max-width:540px) {.case-judgment .worker-sample.worker-sample1 .dark-block:before {bottom:-12px;width:90%;}}@media (max-width:460px) {.case-judgment .worker-sample.worker-sample1 .dark-block:before {bottom:-8px;width:90%;}}@media (max-width:330px) {.case-judgment .worker-sample.worker-sample1 .dark-block:before {bottom:-7px;width:90%;}}.case-judgment .worker-sample.worker-sample1 .h4:before {color:#f4f4f6;content:"01";}.case-judgment .worker-sample.worker-sample2 {padding:90px 0 140px 0;}@media (max-width:1200px) {.case-judgment .worker-sample.worker-sample2 {padding:90px 0 120px 0;}}@media (max-width:992px) {.case-judgment .worker-sample.worker-sample2 {padding:80px 0 110px 0;}}@media (max-width:768px) {.case-judgment .worker-sample.worker-sample2 {padding:70px 0 80px 0;}}.case-judgment .worker-sample.worker-sample2 .no-gutters-top {margin:auto;max-width:810px;}.case-judgment .worker-sample.worker-sample2 .medium-width {max-width:750px;margin:0 auto;}.case-judgment .worker-sample.worker-sample2 .title-text .h4 {margin-bottom:50px;}@media (max-width:768px) {.case-judgment .worker-sample.worker-sample2 .title-text .h4 {margin-bottom:30px;}}.case-judgment .worker-sample.worker-sample2 .title-text .h4:after {content:"";position:absolute;left:0;right:0;width:100%;height:4px;margin:auto;bottom:0px;background:#528dbd;}.case-judgment .worker-sample.worker-sample2 .content__text {padding-bottom:30px;}.case-judgment .worker-sample.worker-sample2 .content__text p {max-width:700px;margin:0 auto;}.case-judgment .worker-sample.worker-sample2 .box {margin-bottom:0px;}@media (max-width:1200px) {.case-judgment .worker-sample.worker-sample2 .box {margin-bottom:0px;}}@media (max-width:992px) {.case-judgment .worker-sample.worker-sample2 .box {margin-bottom:0px;}}@media (max-width:768px) {.case-judgment .worker-sample.worker-sample2 .box {margin-bottom:0px;}}.case-judgment .worker-sample.worker-sample2 .box-left {float:left;max-width:126px;}@media (max-width:768px) {.case-judgment .worker-sample.worker-sample2 .box-left {float:none;max-width:none;}}.case-judgment .worker-sample.worker-sample2 .box-right {float:right;max-width:126px;}@media (max-width:768px) {.case-judgment .worker-sample.worker-sample2 .box-right {float:none;max-width:none;}}.case-judgment .worker-sample.worker-sample2 .box__rectangle {margin:25px auto 20px;border-radius:0 20px 0 20px;border:7px solid #000;width:126px;height:126px;}.case-judgment .worker-sample.worker-sample2 .box__rectangle.box__rectangle--one {border-color:#64aeeb;background:#528dbd;}.case-judgment .worker-sample.worker-sample2 .box__rectangle.box__rectangle--two {border-color:#43547b;background:#252e43;}.case-judgment .worker-sample.worker-sample2 .box__rectangle.box__rectangle--three {border-color:#687ea1;background:#4d5d77;}.case-judgment .worker-sample.worker-sample2 .box__text {text-align:center;color:#2b313e;font-family:'Roboto-Light', sans-serif;text-transform:uppercase;}.case-judgment .worker-sample.worker-sample2 .box-container {text-align:left;max-width:430px;}@media (max-width:992px) {.case-judgment .worker-sample.worker-sample2 .box-container {margin:auto ;text-align:center;}}.case-judgment .worker-sample.worker-sample2 .font-judgment-box {padding-top:10px;overflow:hidden;max-width:620px;margin:auto;}.case-judgment .worker-sample.worker-sample2 .font-judgment-box .box {margin-bottom:20px;}.case-judgment .worker-sample.worker-sample2 .font-judgment-box .box.box-1 {font-size:45px;margin-bottom:10px;}@media (max-width:1200px) {.case-judgment .worker-sample.worker-sample2 .font-judgment-box .box.box-1 {font-size:36px;}}@media (max-width:768px) {.case-judgment .worker-sample.worker-sample2 .font-judgment-box .box.box-1 {font-size:28px;}}.case-judgment .worker-sample.worker-sample2 .font-judgment-box .box.box-2 {font-size:33px;}@media (max-width:1200px) {.case-judgment .worker-sample.worker-sample2 .font-judgment-box .box.box-2 {font-size:26px;}}@media (max-width:768px) {.case-judgment .worker-sample.worker-sample2 .font-judgment-box .box.box-2 {font-size:21px;}}.case-judgment .worker-sample.worker-sample2 .font-judgment-box .box.box-3 {font-size:29px;}@media (max-width:992px) {.case-judgment .worker-sample.worker-sample2 .font-judgment-box .box.box-3 {margin-bottom:23px;}}@media (max-width:768px) {.case-judgment .worker-sample.worker-sample2 .font-judgment-box .box.box-3 {font-size:16px;}}.case-judgment .worker-sample.worker-sample2 .font-judgment-box .box__text {color:#afafaf;text-transform:uppercase;line-height:1;}.case-judgment .worker-sample.worker-sample2 .font-judgment-box .box__text.box__text1 {font-family:'Roboto-Bold', sans-serif;}.case-judgment .worker-sample.worker-sample2 .font-judgment-box .box__text.box__text2 {font-family:'Roboto-Medium', sans-serif;}.case-judgment .worker-sample.worker-sample2 .font-judgment-box .box__text.box__text3 {font-family:'Roboto-Regular', sans-serif;}.case-judgment .worker-sample.worker-sample2 .font-judgment-box .box__title {color:#2b313e;line-height:1;display:inline-block;}.case-judgment .worker-sample.worker-sample2 .font-judgment-box .box__title.box__title1 {font-family:'Roboto-Bold', sans-serif;}.case-judgment .worker-sample.worker-sample2 .font-judgment-box .box__title.box__title2 {font-family:'Roboto-Medium', sans-serif;}.case-judgment .worker-sample.worker-sample2 .font-judgment-box .box__title.box__title3 {font-family:'Roboto-Regular', sans-serif;}.case-judgment .worker-sample.worker-sample3 {padding:130px 0 10px 0;}@media (max-width:992px) {.case-judgment .worker-sample.worker-sample3 {padding:100px 0 20px 0;}}@media (max-width:768px) {.case-judgment .worker-sample.worker-sample3 {padding:70px 0 20px 0;}}.case-judgment .worker-sample.worker-sample3 .no-gutters-top {margin-left:-15px;margin-right:-15px;overflow:hidden;}.case-judgment .worker-sample.worker-sample3 .title-text {position:relative;text-align:center;}@media (max-width:1200px) {.case-judgment .worker-sample.worker-sample3 .title-text {margin-right:auto;}}@media (max-width:768px) {.case-judgment .worker-sample.worker-sample3 .title-text {text-align:center;}}.case-judgment .worker-sample.worker-sample3 .title-text .h4 {padding-bottom:70px;}@media (max-width:1200px) {.case-judgment .worker-sample.worker-sample3 .title-text .h4 {padding-bottom:30px;}}.case-judgment .worker-sample.worker-sample3 .title-text .h4:before {color:#51627e;content:"02";}.case-judgment .worker-sample.worker-sample3 .content__text {margin:0px 0 20px 0;}@media (max-width:992px) {.case-judgment .worker-sample.worker-sample3 .content__text {margin:10px 0 20px 0;}}@media (max-width:768px) {.case-judgment .worker-sample.worker-sample3 .content__text {margin:20px 0 10px 0;}}.case-judgment .worker-sample.worker-sample3 .content__text .regular-p {padding-bottom:20px;}@media (max-width:992px) {.case-judgment .worker-sample.worker-sample3 .content__text .regular-p {text-align:center;padding-bottom:10px;}}.case-judgment .worker-sample.worker-sample3 .img-holder {text-align:left;}.case-judgment .worker-sample.worker-sample3 .img-holder.img-holder--center {text-align:center;}@media (max-width:992px) {.case-judgment .worker-sample.worker-sample3 .img-holder {text-align:center;}}.case-judgment .worker-sample.worker-sample3 .img-holder__img {max-width:517px;height:auto;width:100%;box-shadow:0 0 51px -6px #959494;margin-bottom:20px;border-radius:8px;}.case-judgment .worker-sample.worker-sample3 .img-holder__img.img-holder__img1 {text-align:center;max-width:551px;box-shadow:0 0 51px -6px #959494;}.case-judgment .worker-sample.worker-sample3 .img-holder__img.img-holder__img2 {max-width:438px;box-shadow:0 0 51px -6px #959494;}.case-judgment .worker-sample.worker-sample3 .img-holder__img.img-holder__img3 {max-width:438px;box-shadow:0 0 51px -6px #959494;margin-bottom:55px;}@media (max-width:992px) {.case-judgment .worker-sample.worker-sample3 .img-holder__img.img-holder__img3 {margin-bottom:20px;}}.case-judgment .worker-sample.worker-sample3 .medium-width {max-width:750px;margin:0 auto;}.case-judgment .worker-sample.worker-sample4 {padding:40px 0 165px 0;}@media (max-width:1200px) {.case-judgment .worker-sample.worker-sample4 {padding:30px 0 140px 0;}}@media (max-width:992px) {.case-judgment .worker-sample.worker-sample4 {padding:20px 0 100px 0;}}@media (max-width:768px) {.case-judgment .worker-sample.worker-sample4 {padding:20px 0 70px 0;}}.case-judgment .worker-sample.worker-sample4 .no-gutters-top {margin-left:-15px;margin-right:-15px;overflow:hidden;}.case-judgment .worker-sample.worker-sample4 .title-text .h4 {padding-bottom:40px;}@media (max-width:1200px) {.case-judgment .worker-sample.worker-sample4 .title-text .h4 {padding-bottom:30px;}}.case-judgment .worker-sample.worker-sample4 .h4:before {color:#5e6e87;content:"03";}.case-judgment .worker-sample.worker-sample4 .content__text {}.case-judgment .worker-sample.worker-sample4 .content__text .regular-p {padding-bottom:20px;}@media (max-width:992px) {.case-judgment .worker-sample.worker-sample4 .content__text .regular-p {padding-bottom:10px;}}.case-judgment .worker-sample.worker-sample4 .box-pushed {max-width:530px;margin-top:70%;margin-left:40px;}@media (max-width:1200px) {.case-judgment .worker-sample.worker-sample4 .box-pushed {margin-top:65%;}}@media (max-width:992px) {.case-judgment .worker-sample.worker-sample4 .box-pushed {margin:100px auto 0;}}@media (max-width:768px) {.case-judgment .worker-sample.worker-sample4 .box-pushed {margin:100px auto 0;}}.case-judgment .worker-sample.worker-sample4 .img-holder {text-align:left;}@media (max-width:992px) {.case-judgment .worker-sample.worker-sample4 .img-holder {text-align:center;}}.case-judgment .worker-sample.worker-sample4 .img-holder__img {max-width:367px;height:auto;width:100%;}@media (max-width:768px) {.case-judgment .worker-sample.worker-sample4 .img-holder__img {max-width:267px;}}.case-judgment .worker-sample.worker-sample5 {padding:140px 0 120px 0;}@media (max-width:1200px) {.case-judgment .worker-sample.worker-sample5 {padding:120px 0 100px 0;}}@media (max-width:992px) {.case-judgment .worker-sample.worker-sample5 {padding:100px 0 80px 0;}}@media (max-width:768px) {.case-judgment .worker-sample.worker-sample5 {padding:70px 0 60px 0;}}.case-judgment .worker-sample.worker-sample5 .no-gutters-top {margin-left:-15px;margin-right:-15px;overflow:hidden;}.case-judgment .worker-sample.worker-sample5 .title-text .h4:before {color:#f4f4f6;content:"04";}.case-judgment .worker-sample.worker-sample5 .content__text {text-align:center;max-width:880px;margin:40px auto 80px;}@media (max-width:992px) {.case-judgment .worker-sample.worker-sample5 .content__text {margin:30px auto 60px;}}@media (max-width:768px) {.case-judgment .worker-sample.worker-sample5 .content__text {margin:20px auto 30px;}}.case-judgment .worker-sample.worker-sample5 .content__text .regular-p {padding-bottom:20px;}@media (max-width:992px) {.case-judgment .worker-sample.worker-sample5 .content__text .regular-p {text-align:center;padding-bottom:10px;}}.case-judgment .worker-sample.worker-sample5 .img-holder__img {max-width:1175px;height:auto;width:100%;}.case-aspyre {counter-reset:square;}.case-aspyre p {font-family:'Open-Sans-SemiBold', sans-serif;color:#7690bf;line-height:1.7;font-size:14px;}@media (max-width:1200px) {.case-aspyre p {font-size:14px;}}@media (max-width:992px) {.case-aspyre p {font-size:14px;}}@media (max-width:768px) {.case-aspyre p {font-size:14px;}}.case-aspyre .h4 {font-size:54px;font-family:'Open-Sans-Bold', sans-serif;color:#fff;display:block;vertical-align:middle;text-align:center;}@media (max-width:1200px) {.case-aspyre .h4 {font-size:50px;}}@media (max-width:992px) {.case-aspyre .h4 {font-size:40px;}}@media (max-width:768px) {.case-aspyre .h4 {font-size:30px;}}@media (max-width:460px) {.case-aspyre .h4 {font-size:26px;}}.case-aspyre .h5 {font-size:20px;font-family:'Open-Sans-Regular', sans-serif;color:#ffffff;display:block;vertical-align:middle;text-transform:uppercase;padding-bottom:35px;letter-spacing:0.1em;}@media (max-width:1200px) {.case-aspyre .h5 {font-size:20px;}}@media (max-width:992px) {.case-aspyre .h5 {font-size:19px;padding-bottom:25px;}}@media (max-width:768px) {.case-aspyre .h5 {font-size:18px;padding-bottom:15px;}}@media (max-width:460px) {.case-aspyre .h5 {font-size:17px;padding-bottom:10px;}}.case-aspyre .title-text {text-align:center;position:relative;}@media (max-width:768px) {.case-aspyre .title-text {text-align:center;}}.case-aspyre .title-text .h4 {padding-bottom:30px;}@media (max-width:992px) {.case-aspyre .title-text .h4 {padding-bottom:40px;text-align:center;width:100%;}}@media (max-width:768px) {.case-aspyre .title-text .h4 {padding-bottom:20px;}}@media (max-width:460px) {.case-aspyre .title-text .h4 {padding-bottom:15px;}}.case-aspyre .float-change {float:right;}@media (max-width:768px) {.case-aspyre .float-change {float:left;}}.case-aspyre .no-gutters {margin-left:-15px;margin-right:-15px;}@media (max-width:1200px) {.case-aspyre .no-gutters {margin-left:0;margin-right:0;}}.case-aspyre .no-gutters-stable {margin-left:-15px;margin-right:-15px;}.case-aspyre .red-square {position:relative;}.case-aspyre .red-square:after {position:absolute;counter-increment:square;content:"0" counter(square);font-size:16px;font-family:'Open-Sans-Regular', sans-serif;color:#ffffff;width:55px;height:55px;background:#df1835;left:0;right:0;margin:auto;top:-21px;line-height:55px;box-shadow:-10px 0px 50px 0px rgba(2, 54, 95, 0.4);}.case-aspyre .main-title {background:#fff url("../images/caseAspyre/main-bg.jpg") center center / cover no-repeat;width:100%;-webkit-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);-moz-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);position:relative;}@media (max-width:768px) {.case-aspyre .main-title {}}.case-aspyre .main-title__container {height:700px;display:table;width:100%;}@media (max-width:1200px) {.case-aspyre .main-title__container {height:650px;}}@media (max-width:992px) {.case-aspyre .main-title__container {height:500px;}}@media (max-width:768px) {.case-aspyre .main-title__container {height:400px;}}.case-aspyre .main-title .title-holder-colored {vertical-align:top;padding-top:0px;text-align:center;}@media (max-width:1200px) {.case-aspyre .main-title .title-holder-colored {padding-top:0px;}}@media (max-width:992px) {.case-aspyre .main-title .title-holder-colored {padding-top:0px;}}@media (max-width:768px) {.case-aspyre .main-title .title-holder-colored {padding-top:0px;text-align:center;}}.case-aspyre .main-title .title-holder-colored__img {width:100%;max-width:400px;padding-bottom:150px;margin:auto;}@media (max-width:1200px) {.case-aspyre .main-title .title-holder-colored__img {font-size:50px;padding-bottom:110px;}}@media (max-width:992px) {.case-aspyre .main-title .title-holder-colored__img {font-size:42px;padding-bottom:50px;}}@media (max-width:768px) {.case-aspyre .main-title .title-holder-colored__img {font-size:30px;padding-bottom:10px;}}.case-aspyre .main-title .title-holder-colored__img.title-holder-colored__img1 {max-width:650px;padding-bottom:50px;}@media (max-width:768px) {.case-aspyre .main-title .title-holder-colored__img.title-holder-colored__img1 {max-width:400px;}}@media (max-width:460px) {.case-aspyre .main-title .title-holder-colored__img.title-holder-colored__img1 {max-width:250px;}}.case-aspyre .main-title .title-holder-colored__img.title-holder-colored__img2 {max-width:150px;}@media (max-width:768px) {.case-aspyre .main-title .title-holder-colored__img.title-holder-colored__img2 {max-width:100px;padding-bottom:40px;}}.case-aspyre .main-title .title-holder-colored .h5-green {position:relative;max-width:330px;margin:auto;}.case-aspyre .main-title .title-holder-colored .h5-green:before {content:"";position:absolute;width:5px;height:5px;background:#7bb624;left:-23px;top:9px;}@media (max-width:768px) {.case-aspyre .main-title .title-holder-colored .h5-green:before {left:-5px;top:5px;}}.case-aspyre .main-title .title-holder-colored .h5-green:after {content:"";position:absolute;width:5px;height:5px;background:#7bb624;right:-23px;top:9px;}@media (max-width:768px) {.case-aspyre .main-title .title-holder-colored .h5-green:after {right:-5px;top:5px;}}.case-aspyre .laptop-section {text-align:center;position:relative;margin-top:0px;width:100%;}@media (max-width:992px) {.case-aspyre .laptop-section {margin-top:0px;}}@media (max-width:768px) {.case-aspyre .laptop-section {margin-top:0px;}}.case-aspyre .laptop-section .laptop__img {display:inline-block;vertical-align:top;text-align:center;width:100%;height:auto;}.case-aspyre .big-bg {background:url("../images/caseAspyre/big-bg2.jpg") center center / cover no-repeat;}.case-aspyre .employment {padding:70px 0 220px 0;}@media (max-width:992px) {.case-aspyre .employment {padding:50px 0 150px 0;}}@media (max-width:768px) {.case-aspyre .employment {padding:30px 0 80px 0;}}.case-aspyre .employment .title-text {text-align:center;position:relative;}@media (max-width:768px) {.case-aspyre .employment .title-text {text-align:center;}}.case-aspyre .employment .title-text .h4 {padding-bottom:50px;}@media (max-width:992px) {.case-aspyre .employment .title-text .h4 {text-align:center;width:100%;padding-bottom:40px;}}@media (max-width:768px) {.case-aspyre .employment .title-text .h4 {padding-bottom:25px;}}.case-aspyre .employment .text {text-align:center;margin:0 auto;max-width:954px;}.case-aspyre .employment .text .button-container {width:100%;text-align:center;margin-top:24px;}.case-aspyre .employment .text .button__link {text-align:center;font-weight:600;text-transform:uppercase;border-radius:0;display:inline-block;box-sizing:border-box;text-decoration:none;padding:12px 40px;color:#fff;background:#e95646;transition:all .3s;}@media (max-width:1200px) {.case-aspyre .employment .text .button__link {padding:10px 24px ;}}.case-aspyre .employment .text .button__link:hover {background:transparent;color:#e95646;}.case-aspyre .content {padding:30px 0;}.case-aspyre .content__text {margin:20px 0 0 0;text-align:left;width:100%;}@media (max-width:992px) {.case-aspyre .content__text {text-align:center;}}.case-aspyre .worker-sample {text-align:center;}.case-aspyre .worker-sample .title-holder {display:block;}.case-aspyre .worker-sample.worker-sample1 {padding:100px 0 160px 0;background:#fff url("../images/caseAspyre/section1-bg.jpg") center center / cover no-repeat;}@media (max-width:992px) {.case-aspyre .worker-sample.worker-sample1 {padding:90px 0 120px 0;}}@media (max-width:768px) {.case-aspyre .worker-sample.worker-sample1 {padding:70px 0 70px 0;}}.case-aspyre .worker-sample.worker-sample1 .short-row {max-width:950px;margin:auto;}.case-aspyre .worker-sample.worker-sample1 .title-text {position:relative;}.case-aspyre .worker-sample.worker-sample1 .title-text.title-text--left {text-align:left;}@media (max-width:992px) {.case-aspyre .worker-sample.worker-sample1 .title-text.title-text--left {text-align:center;}}@media (max-width:768px) {.case-aspyre .worker-sample.worker-sample1 .title-text.title-text--left {text-align:center;}}.case-aspyre .worker-sample.worker-sample1 .content__text {text-align:center;margin:0 0 80px 0;}@media (max-width:992px) {.case-aspyre .worker-sample.worker-sample1 .content__text {margin:0 0 50px 0;}}@media (max-width:768px) {.case-aspyre .worker-sample.worker-sample1 .content__text {margin:0 0 20px 0;}}.case-aspyre .worker-sample.worker-sample1 .content__text.content__text--margin-top {margin:220px 0 0 0;}@media (max-width:992px) {.case-aspyre .worker-sample.worker-sample1 .content__text.content__text--margin-top {margin:50px 0 0 0;}}@media (max-width:768px) {.case-aspyre .worker-sample.worker-sample1 .content__text.content__text--margin-top {margin:40px 0 0 0;}}.case-aspyre .worker-sample.worker-sample1 .content__text .regular-p {margin:auto;max-width:980px;}.case-aspyre .worker-sample.worker-sample1 .content__text .regular-p.regular-p-left {text-align:left;}@media (max-width:992px) {.case-aspyre .worker-sample.worker-sample1 .content__text .regular-p.regular-p-left {text-align:center;}}.case-aspyre .worker-sample.worker-sample1 .img-holder {text-align:left;}@media (max-width:992px) {.case-aspyre .worker-sample.worker-sample1 .img-holder {text-align:center;}}.case-aspyre .worker-sample.worker-sample1 .img-holder__img {max-width:600px;height:auto;width:100%;box-shadow:0 0 51px -6px #959494;margin-bottom:70px;border-radius:8px;}@media (max-width:768px) {.case-aspyre .worker-sample.worker-sample1 .img-holder__img {margin-bottom:50px;}}.case-aspyre .worker-sample.worker-sample2 {background:#fff url("../images/caseAspyre/section2-bg.jpg") center center / cover no-repeat;padding:117px 0 140px 0;border-top:2px solid #4c596c;}@media (max-width:992px) {.case-aspyre .worker-sample.worker-sample2 {padding:100px 0 110px 0;}}@media (max-width:768px) {.case-aspyre .worker-sample.worker-sample2 {padding:70px 0 80px 0;}}.case-aspyre .worker-sample.worker-sample2 .no-gutters-top {margin:auto;max-width:810px;}.case-aspyre .worker-sample.worker-sample2 .medium-width {max-width:750px;margin:0 auto;}.case-aspyre .worker-sample.worker-sample2 .title-text .h4 {color:#ffffff;}.case-aspyre .worker-sample.worker-sample2 .content__text {padding-bottom:90px;margin-top:0;text-align:center;}@media (max-width:992px) {.case-aspyre .worker-sample.worker-sample2 .content__text {padding-bottom:60px;}}.case-aspyre .worker-sample.worker-sample2 .content__text p {max-width:750px;margin:0 auto;}.case-aspyre .worker-sample.worker-sample2 .img-holder {position:relative;}.case-aspyre .worker-sample.worker-sample2 .img-holder__img {max-width:750px;height:auto;width:100%;}.case-aspyre .worker-sample.worker-sample2 .h5 {position:absolute;width:165px;padding-bottom:0;}.case-aspyre .worker-sample.worker-sample2 .h5.h5-top {text-align:left;right:-200px;top:10%;}@media (max-width:1200px) {.case-aspyre .worker-sample.worker-sample2 .h5.h5-top {display:none;}}.case-aspyre .worker-sample.worker-sample2 .h5.h5-top:before {content:"";position:absolute;width:41px;height:1px;background:#436384;left:-49px;top:50%;transform:translateY(-50%);}.case-aspyre .worker-sample.worker-sample2 .h5.h5-middle {left:-200px;text-align:right;top:37%;}@media (max-width:1200px) {.case-aspyre .worker-sample.worker-sample2 .h5.h5-middle {display:none;}}.case-aspyre .worker-sample.worker-sample2 .h5.h5-middle:before {content:"";position:absolute;width:41px;height:1px;background:#436384;right:-49px;top:50%;transform:translateY(-50%);}.case-aspyre .worker-sample.worker-sample2 .h5.h5-bottom {right:-200px;text-align:left;bottom:37%;}@media (max-width:1200px) {.case-aspyre .worker-sample.worker-sample2 .h5.h5-bottom {display:none;}}.case-aspyre .worker-sample.worker-sample2 .h5.h5-bottom:before {content:"";position:absolute;width:41px;height:1px;background:#436384;left:-49px;top:50%;transform:translateY(-50%);}.case-aspyre .worker-sample.worker-sample3 {padding:130px 0 60px 0;}@media (max-width:992px) {.case-aspyre .worker-sample.worker-sample3 {padding:100px 0 50px 0;}}@media (max-width:768px) {.case-aspyre .worker-sample.worker-sample3 {padding:70px 0 40px 0;}}.case-aspyre .worker-sample.worker-sample3 .no-gutters-top {margin-left:-15px;margin-right:-15px;overflow:hidden;}.case-aspyre .worker-sample.worker-sample3 .title-text {position:relative;text-align:left;margin-right:-15px;}@media (max-width:1200px) {.case-aspyre .worker-sample.worker-sample3 .title-text {margin-right:auto;}}@media (max-width:992px) {.case-aspyre .worker-sample.worker-sample3 .title-text {text-align:center;}}.case-aspyre .worker-sample.worker-sample3 .title-text.title-text--margin {margin-top:80px;}@media (max-width:992px) {.case-aspyre .worker-sample.worker-sample3 .title-text.title-text--margin {margin-top:30px;}}.case-aspyre .worker-sample.worker-sample3 .title-text .h5 {padding-bottom:0;margin-bottom:35px;}@media (max-width:1200px) {.case-aspyre .worker-sample.worker-sample3 .title-text .h5 {margin-bottom:auto;padding-bottom:20px;}}.case-aspyre .worker-sample.worker-sample3 .title-text .h5:before {content:"";position:absolute;width:41px;height:1px;background:#436384;left:-89px;top:50%;transform:translateY(-50%);}@media (max-width:1200px) {.case-aspyre .worker-sample.worker-sample3 .title-text .h5:before {display:none;}}.case-aspyre .worker-sample.worker-sample3 .title-text .h5.h5--angle:after {content:"";position:absolute;width:1px;height:160px;background:#436384;left:-89px;top:50%;}@media (max-width:1200px) {.case-aspyre .worker-sample.worker-sample3 .title-text .h5.h5--angle:after {display:none;}}.case-aspyre .worker-sample.worker-sample3 .box-margin-top {margin-top:-270px;}@media (max-width:992px) {.case-aspyre .worker-sample.worker-sample3 .box-margin-top {margin-top:20px;}}.case-aspyre .worker-sample.worker-sample3 .content__text {margin:0px 0 20px 0;}@media (max-width:992px) {.case-aspyre .worker-sample.worker-sample3 .content__text {margin:10px 0 20px 0;}}@media (max-width:768px) {.case-aspyre .worker-sample.worker-sample3 .content__text {margin:20px 0 10px 0;}}.case-aspyre .worker-sample.worker-sample3 .content__text.content__text1 {max-width:740px;margin:0 auto 120px;text-align:center;}@media (max-width:992px) {.case-aspyre .worker-sample.worker-sample3 .content__text.content__text1 {margin:0 auto 40px;}}.case-aspyre .worker-sample.worker-sample3 .content__text.content__text3 {margin:0 auto 84px;}@media (max-width:992px) {.case-aspyre .worker-sample.worker-sample3 .content__text.content__text3 {margin:0 auto 40px;}}.case-aspyre .worker-sample.worker-sample3 .content__text .regular-p {padding-bottom:20px;}@media (max-width:992px) {.case-aspyre .worker-sample.worker-sample3 .content__text .regular-p {text-align:center;padding-bottom:10px;}}.case-aspyre .worker-sample.worker-sample3 .img-holder {text-align:left;}.case-aspyre .worker-sample.worker-sample3 .img-holder.img-holder--center {text-align:center;}@media (max-width:992px) {.case-aspyre .worker-sample.worker-sample3 .img-holder {text-align:center;}}.case-aspyre .worker-sample.worker-sample3 .img-holder__img {max-width:517px;height:auto;width:100%;margin-bottom:20px;border-radius:8px;text-align:center;}.case-aspyre .worker-sample.worker-sample3 .img-holder__img.img-holder__img1 {max-width:555px;}.case-aspyre .worker-sample.worker-sample3 .img-holder__img.img-holder__img2 {max-width:555px;}.case-aspyre .worker-sample.worker-sample3 .img-holder__img.img-holder__img3 {max-width:555px;}@media (max-width:992px) {.case-aspyre .worker-sample.worker-sample3 .img-holder__img.img-holder__img3 {margin-bottom:40px;}}.case-aspyre .worker-sample.worker-sample3 .medium-width {max-width:750px;margin:0 auto;}.case-spinabifida {counter-reset:number;background:#f8f9fb;}.case-spinabifida p {font-family:'Open-Sans-Regular', sans-serif;color:#8e97ad;line-height:1.87;font-size:12px;}@media (max-width:1200px) {.case-spinabifida p {font-size:12px;}}@media (max-width:992px) {.case-spinabifida p {font-size:12px;}}@media (max-width:768px) {.case-spinabifida p {font-size:12px;}}.case-spinabifida .h4 {font-size:32px;font-family:'Open-Sans-Bold', sans-serif;color:#223536;display:inline-block;vertical-align:middle;}@media (max-width:992px) {.case-spinabifida .h4 {font-size:30px;}}@media (max-width:768px) {.case-spinabifida .h4 {font-size:28px;}}@media (max-width:460px) {.case-spinabifida .h4 {font-size:26px;}}.case-spinabifida .title-text {text-align:center;position:relative;}@media (max-width:768px) {.case-spinabifida .title-text {text-align:center;}}.case-spinabifida .title-text .h4 {padding-bottom:30px;}@media (max-width:992px) {.case-spinabifida .title-text .h4 {padding-bottom:40px;text-align:center;width:100%;}}@media (max-width:768px) {.case-spinabifida .title-text .h4 {padding-bottom:20px;}}@media (max-width:460px) {.case-spinabifida .title-text .h4 {padding-bottom:15px;}}.case-spinabifida .red-numbers {position:relative;}.case-spinabifida .red-numbers:after {position:absolute;counter-increment:number;content:"0" counter(number);font-size:16px;font-family:'Open-Sans-Bold', sans-serif;color:#d75a4a;font-size:48px;left:0;right:0;margin:auto;top:-119px;}@media (max-width:768px) {.case-spinabifida .red-numbers:after {top:-60px;}}.case-spinabifida .float-change {float:right;}@media (max-width:768px) {.case-spinabifida .float-change {float:left;}}.case-spinabifida .no-gutters {margin-left:-15px;margin-right:-15px;}@media (max-width:1200px) {.case-spinabifida .no-gutters {margin-left:0;margin-right:0;}}.case-spinabifida .no-gutters-stable {margin-left:-15px;margin-right:-15px;}.case-spinabifida .main-title {background:url("../images/caseSpinabifida/main-bg1.png") center top / cover no-repeat;width:100%;-webkit-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);-moz-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);position:relative;}.case-spinabifida .main-title__container {height:850px;display:table;width:100%;}@media (max-width:1200px) {.case-spinabifida .main-title__container {height:750px;}}@media (max-width:992px) {.case-spinabifida .main-title__container {height:600px;}}@media (max-width:768px) {.case-spinabifida .main-title__container {height:500px;}}.case-spinabifida .main-title .title-holder-colored {vertical-align:top;padding-top:47px;text-align:center;}@media (max-width:1200px) {.case-spinabifida .main-title .title-holder-colored {padding-top:40px;}}@media (max-width:992px) {.case-spinabifida .main-title .title-holder-colored {padding-top:30px;}}@media (max-width:768px) {.case-spinabifida .main-title .title-holder-colored {padding-top:15px;text-align:center;}}.case-spinabifida .main-title .title-holder-colored .h1 {margin:0;font-size:22px;font-family:'Open-Sans-SemiBold', sans-serif;}@media (max-width:992px) {.case-spinabifida .main-title .title-holder-colored .h1 {font-size:20px;}}@media (max-width:768px) {.case-spinabifida .main-title .title-holder-colored .h1 {font-size:17px;}}.case-spinabifida .main-title .title-holder-colored .h2 {font-size:16px;font-family:'Open-Sans-SemiBold', sans-serif;color:#00365f;}.case-spinabifida .main-title .title-holder-colored .text {margin:140px auto 0;max-width:440px;}@media (max-width:1200px) {.case-spinabifida .main-title .title-holder-colored .text {margin:120px auto 0;max-width:340px;}}@media (max-width:992px) {.case-spinabifida .main-title .title-holder-colored .text {margin:240px auto 0;}}@media (max-width:768px) {.case-spinabifida .main-title .title-holder-colored .text {margin:220px auto 0;}}.case-spinabifida .main-title .title-holder-colored .notation-text {font-size:15px;font-family:'Open-Sans-SemiBold', sans-serif;color:#00365f;position:absolute;top:115px;}.case-spinabifida .main-title .title-holder-colored .notation-text.notation-text--left {left:10%;}@media (max-width:460px) {.case-spinabifida .main-title .title-holder-colored .notation-text.notation-text--left {display:none;}}.case-spinabifida .main-title .title-holder-colored .notation-text.notation-text--right {right:10%;left:auto;}@media (max-width:460px) {.case-spinabifida .main-title .title-holder-colored .notation-text.notation-text--right {display:none;}}.case-spinabifida .main-title .title-holder-colored__img {width:100%;max-width:90px;padding-bottom:15px;margin:auto;}@media (max-width:1200px) {.case-spinabifida .main-title .title-holder-colored__img {font-size:50px;padding-bottom:15px;}}@media (max-width:992px) {.case-spinabifida .main-title .title-holder-colored__img {font-size:42px;padding-bottom:10px;max-width:80px;}}@media (max-width:768px) {.case-spinabifida .main-title .title-holder-colored__img {font-size:30px;padding-bottom:10px;max-width:60px;}}.case-spinabifida .laptop-section {text-align:center;position:relative;margin-top:-300px;display:inline-block;vertical-align:top;width:100%;}@media (max-width:992px) {.case-spinabifida .laptop-section {margin-top:-150px;}}@media (max-width:768px) {.case-spinabifida .laptop-section {margin-top:-100px;}}@media (max-width:992px) {.case-spinabifida .laptop-section {margin-top:0px;}}@media (max-width:768px) {.case-spinabifida .laptop-section {margin-top:0px;}}.case-spinabifida .laptop-section .laptop {margin-left:-90px;margin-right:-90px;}@media (max-width:1400px) {.case-spinabifida .laptop-section .laptop {margin-left:0px;margin-right:0px;}}.case-spinabifida .laptop-section .laptop__img {display:inline-block;vertical-align:top;text-align:center;width:100%;height:auto;}.case-spinabifida .big-bg1 {background:url(../images/caseSpinabifida/section1-bg.png) center 13% / auto no-repeat;}@media (max-width:992px) {.case-spinabifida .big-bg1 {background-size:contain;}}.case-spinabifida .employment {padding:150px 0 160px 0;position:relative;}@media (max-width:992px) {.case-spinabifida .employment {padding:100px 0 100px 0;}}@media (max-width:768px) {.case-spinabifida .employment {padding:60px 0 60px 0;}}.case-spinabifida .employment:after {position:absolute;content:"Final result";font-family:'Open-Sans-Bold', sans-serif;color:#ffffff;font-size:185px;left:0;right:0;margin:auto;top:-60px;line-height:1;text-align:center;}@media (max-width:1200px) {.case-spinabifida .employment:after {display:none;}}.case-spinabifida .employment .title-text {text-align:center;position:relative;z-index:2;}@media (max-width:768px) {.case-spinabifida .employment .title-text {text-align:center;}}.case-spinabifida .employment .title-text .h4 {padding-bottom:20px;}@media (max-width:992px) {.case-spinabifida .employment .title-text .h4 {text-align:center;width:100%;padding-bottom:20px;}}@media (max-width:768px) {.case-spinabifida .employment .title-text .h4 {padding-bottom:20px;}}.case-spinabifida .employment .text {text-align:center;margin:0 auto;max-width:810px;}.case-spinabifida .employment .text .button-container {width:100%;text-align:center;margin-top:24px;}.case-spinabifida .employment .text .button__link {text-align:center;font-weight:600;text-transform:uppercase;border-radius:0;display:inline-block;box-sizing:border-box;text-decoration:none;padding:12px 40px;color:#fff;background:#e95646;transition:all .3s;}@media (max-width:1200px) {.case-spinabifida .employment .text .button__link {padding:10px 24px ;}}.case-spinabifida .employment .text .button__link:hover {background:transparent;color:#e95646;}.case-spinabifida .content {padding:30px 0;}.case-spinabifida .content__text {margin:20px 0 0 0;text-align:left;width:100%;}@media (max-width:992px) {.case-spinabifida .content__text {text-align:center;}}.case-spinabifida .worker-sample {text-align:center;}.case-spinabifida .worker-sample .title-holder {display:block;}.case-spinabifida .worker-sample.worker-sample1 {padding:127px 0 140px 0;}.case-spinabifida .worker-sample.worker-sample1 .colors-fonts {position:relative;}.case-spinabifida .worker-sample.worker-sample1 .colors-fonts:after {position:absolute;content:"&Fonts";font-family:'Open-Sans-Bold', sans-serif;color:#ffffff;font-size:185px;right:6%;top:160px;line-height:1;text-align:center;}@media (max-width:1200px) {.case-spinabifida .worker-sample.worker-sample1 .colors-fonts:after {display:none;}}.case-spinabifida .worker-sample.worker-sample1 .colors-fonts:before {position:absolute;content:"Colors";font-family:'Open-Sans-Bold', sans-serif;color:#ffffff;font-size:185px;left:6%;top:-50px;line-height:1;text-align:center;}@media (max-width:1200px) {.case-spinabifida .worker-sample.worker-sample1 .colors-fonts:before {display:none;}}@media (max-width:992px) {.case-spinabifida .worker-sample.worker-sample1 {padding:100px 0 110px 0;}}@media (max-width:768px) {.case-spinabifida .worker-sample.worker-sample1 {padding:70px 0 80px 0;}}.case-spinabifida .worker-sample.worker-sample1 .no-gutters-top {margin:auto;max-width:810px;}.case-spinabifida .worker-sample.worker-sample1 .medium-width {max-width:750px;margin:0 auto;}.case-spinabifida .worker-sample.worker-sample1 .title-text.title-text1 {padding-bottom:100px;}@media (max-width:1200px) {.case-spinabifida .worker-sample.worker-sample1 .title-text.title-text1 {padding-bottom:80px;}}@media (max-width:992px) {.case-spinabifida .worker-sample.worker-sample1 .title-text.title-text1 {padding-bottom:60px;}}@media (max-width:768px) {.case-spinabifida .worker-sample.worker-sample1 .title-text.title-text1 {padding-bottom:30px;}}@media (max-width:768px) {.case-spinabifida .worker-sample.worker-sample1 .title-text.title-text2 {padding-top:50px;}}.case-spinabifida .worker-sample.worker-sample1 .title-text .h3 {font-family:'Open-Sans-Bold', sans-serif;color:#29373a;font-size:67px;display:block;text-align:left;}@media (max-width:1200px) {.case-spinabifida .worker-sample.worker-sample1 .title-text .h3 {font-size:50px;}}@media (max-width:992px) {.case-spinabifida .worker-sample.worker-sample1 .title-text .h3 {font-size:40px;text-align:center;}}@media (max-width:768px) {.case-spinabifida .worker-sample.worker-sample1 .title-text .h3 {font-size:30px;}}.case-spinabifida .worker-sample.worker-sample1 .title-text .number {font-family:'Open-Sans-Regular', sans-serif;color:#8e97ad;font-size:18px;display:block;text-align:left;}@media (max-width:1200px) {.case-spinabifida .worker-sample.worker-sample1 .title-text .number {font-size:17px;}}@media (max-width:992px) {.case-spinabifida .worker-sample.worker-sample1 .title-text .number {font-size:16px;text-align:center;}}@media (max-width:768px) {.case-spinabifida .worker-sample.worker-sample1 .title-text .number {font-size:15px;}}.case-spinabifida .worker-sample.worker-sample1 .content__text {padding-bottom:30px;}.case-spinabifida .worker-sample.worker-sample1 .content__text p {max-width:700px;margin:0 auto;}.case-spinabifida .worker-sample.worker-sample1 .short-box-rectangle {max-width:750px;margin:auto;z-index:4;position:relative;}.case-spinabifida .worker-sample.worker-sample1 .two-boxes-short {max-width:300px;padding-top:110px;}@media (max-width:1200px) {.case-spinabifida .worker-sample.worker-sample1 .two-boxes-short {margin:auto;padding-top:0;}}.case-spinabifida .worker-sample.worker-sample1 .two-texted-short {max-width:380px;float:right;margin-right:-50px;}@media (max-width:1200px) {.case-spinabifida .worker-sample.worker-sample1 .two-texted-short {margin:auto;float:none;}}.case-spinabifida .worker-sample.worker-sample1 .box {margin-bottom:0px;}@media (max-width:1200px) {.case-spinabifida .worker-sample.worker-sample1 .box {margin-bottom:150px;}}@media (max-width:992px) {.case-spinabifida .worker-sample.worker-sample1 .box {margin-bottom:150px;}}@media (max-width:768px) {.case-spinabifida .worker-sample.worker-sample1 .box {margin-bottom:150px;}}.case-spinabifida .worker-sample.worker-sample1 .box-left {float:left;max-width:126px;}@media (max-width:768px) {.case-spinabifida .worker-sample.worker-sample1 .box-left {float:none;max-width:none;}}.case-spinabifida .worker-sample.worker-sample1 .box-right {float:right;max-width:126px;}@media (max-width:768px) {.case-spinabifida .worker-sample.worker-sample1 .box-right {float:none;max-width:none;}}.case-spinabifida .worker-sample.worker-sample1 .box__rectangle {margin:25px auto 20px;border-radius:50%;width:92px;height:92px;position:relative;}.case-spinabifida .worker-sample.worker-sample1 .box__rectangle:before {content:"";width:118px;height:118px;left:-13px;top:-13px;border-radius:50%;position:absolute;border:1px solid #000;}.case-spinabifida .worker-sample.worker-sample1 .box__rectangle.box__rectangle--one {background:#f08300;box-shadow:0 0 51px -6px #f08300;}.case-spinabifida .worker-sample.worker-sample1 .box__rectangle.box__rectangle--one:before {border-color:rgba(240, 131, 0, 0.5);}.case-spinabifida .worker-sample.worker-sample1 .box__rectangle.box__rectangle--two {background:#00365f;box-shadow:0 0 51px -6px #00365f;}.case-spinabifida .worker-sample.worker-sample1 .box__rectangle.box__rectangle--two:before {border-color:rgba(0, 54, 95, 0.5);}.case-spinabifida .worker-sample.worker-sample1 .box__text {position:absolute;text-align:center;color:#8e97ad;font-size:18px;font-family:'Open-Sans-Regular', sans-serif;text-transform:uppercase;transform:rotate(270deg);left:0;right:0;margin:auto;}.case-spinabifida .worker-sample.worker-sample1 .box__text:before {content:"";width:35px;height:1px;top:13px;position:absolute;background:#8e97ad;}.case-spinabifida .worker-sample.worker-sample1 .box__text.box__text1 {bottom:-120px;}.case-spinabifida .worker-sample.worker-sample1 .box__text.box__text1:before {right:-38px;}.case-spinabifida .worker-sample.worker-sample1 .box__text.box__text2 {top:-120px;}.case-spinabifida .worker-sample.worker-sample1 .box__text.box__text2:before {left:-38px;}@media (max-width:1200px) {.case-spinabifida .worker-sample.worker-sample1 .box__text.box__text2:before {left:auto;right:-38px;}}@media (max-width:1200px) {.case-spinabifida .worker-sample.worker-sample1 .box__text.box__text2 {top:auto;bottom:-120px;}}.case-spinabifida .worker-sample.worker-sample1 .box-container {text-align:left;max-width:430px;}@media (max-width:992px) {.case-spinabifida .worker-sample.worker-sample1 .box-container {margin:auto ;text-align:center;}}.case-spinabifida .worker-sample.worker-sample1 .font-spinabifida-box {padding-top:30px;overflow:hidden;max-width:620px;margin:auto;}.case-spinabifida .worker-sample.worker-sample1 .font-spinabifida-box .box {margin-bottom:20px;}.case-spinabifida .worker-sample.worker-sample1 .font-spinabifida-box .box.box-1 {font-size:22px;}@media (max-width:1200px) {.case-spinabifida .worker-sample.worker-sample1 .font-spinabifida-box .box.box-1 {font-size:19px;}}@media (max-width:768px) {.case-spinabifida .worker-sample.worker-sample1 .font-spinabifida-box .box.box-1 {font-size:18px;}}.case-spinabifida .worker-sample.worker-sample1 .font-spinabifida-box .box.box-2 {font-size:18px;}@media (max-width:1200px) {.case-spinabifida .worker-sample.worker-sample1 .font-spinabifida-box .box.box-2 {font-size:17px;}}@media (max-width:768px) {.case-spinabifida .worker-sample.worker-sample1 .font-spinabifida-box .box.box-2 {font-size:16px;}}.case-spinabifida .worker-sample.worker-sample1 .font-spinabifida-box .box.box-3 {font-size:18px;}@media (max-width:992px) {.case-spinabifida .worker-sample.worker-sample1 .font-spinabifida-box .box.box-3 {margin-bottom:17px;}}@media (max-width:768px) {.case-spinabifida .worker-sample.worker-sample1 .font-spinabifida-box .box.box-3 {font-size:16px;}}.case-spinabifida .worker-sample.worker-sample1 .font-spinabifida-box .box__title {color:#2b313e;line-height:1;display:inline-block;position:relative;padding-left:40px;}.case-spinabifida .worker-sample.worker-sample1 .font-spinabifida-box .box__title:before {background:#f08300;content:"";width:10px;height:10px;left:0;top:7px;border-radius:50%;position:absolute;}.case-spinabifida .worker-sample.worker-sample1 .font-spinabifida-box .box__title.box__title1 {font-family:'Open-Sans-Bold', sans-serif;}.case-spinabifida .worker-sample.worker-sample1 .font-spinabifida-box .box__title.box__title2 {font-family:'Open-Sans-Medium', sans-serif;}.case-spinabifida .worker-sample.worker-sample1 .font-spinabifida-box .box__title.box__title3 {font-family:'Open-Sans-Regular', sans-serif;}.case-spinabifida .worker-sample.worker-sample2 {padding:140px 0 350px 0;background:url(../images/caseSpinabifida/section2-bg.png) center 62% / auto no-repeat;}@media (max-width:1400px) {.case-spinabifida .worker-sample.worker-sample2 {padding:140px 0 250px 0;}}@media (max-width:1200px) {.case-spinabifida .worker-sample.worker-sample2 {padding:120px 0 140px 0;background:url("../images/caseSpinabifida/section2-bg.png") center 32% / auto no-repeat;}}@media (max-width:992px) {.case-spinabifida .worker-sample.worker-sample2 {padding:90px 0 120px 0;background-size:contain;}}@media (max-width:768px) {.case-spinabifida .worker-sample.worker-sample2 {padding:50px 0 60px 0;}}.case-spinabifida .worker-sample.worker-sample2 .h6 {font-family:'Open-Sans-SemiBold', sans-serif;color:#8e97ad;font-size:16px;padding-bottom:15px;}.case-spinabifida .worker-sample.worker-sample2 .title-text {position:relative;}.case-spinabifida .worker-sample.worker-sample2 .title-text.title-text--left {text-align:left;}@media (max-width:992px) {.case-spinabifida .worker-sample.worker-sample2 .title-text.title-text--left {text-align:center;}}@media (max-width:768px) {.case-spinabifida .worker-sample.worker-sample2 .title-text.title-text--left {text-align:center;}}.case-spinabifida .worker-sample.worker-sample2 .title-text .h4 {padding-bottom:20px;}.case-spinabifida .worker-sample.worker-sample2 .content__text {text-align:center;margin:0px 0 60px 0;}@media (max-width:992px) {.case-spinabifida .worker-sample.worker-sample2 .content__text {margin:0 0 50px 0;}}@media (max-width:768px) {.case-spinabifida .worker-sample.worker-sample2 .content__text {margin:0 0 20px 0;}}.case-spinabifida .worker-sample.worker-sample2 .content__text.content__text--smallmargin {margin:0 0 30px 0;}@media (max-width:992px) {.case-spinabifida .worker-sample.worker-sample2 .content__text.content__text--smallmargin {margin:0 0 20px 0;}}@media (max-width:768px) {.case-spinabifida .worker-sample.worker-sample2 .content__text.content__text--smallmargin {margin:0 0 10px 0;}}.case-spinabifida .worker-sample.worker-sample2 .content__text .regular-p {margin:auto;max-width:730px;}.case-spinabifida .worker-sample.worker-sample2 .content__text .regular-p.regular-p-left {text-align:left;}@media (max-width:992px) {.case-spinabifida .worker-sample.worker-sample2 .content__text .regular-p.regular-p-left {text-align:center;}}.case-spinabifida .worker-sample.worker-sample2 .img-holder {text-align:left;}@media (max-width:992px) {.case-spinabifida .worker-sample.worker-sample2 .img-holder {text-align:center;}}.case-spinabifida .worker-sample.worker-sample2 .img-holder__img {max-width:600px;height:auto;width:100%;box-shadow:0 0 80px 2px #e2e7ed;margin-bottom:70px;border-radius:30px;}@media (max-width:768px) {.case-spinabifida .worker-sample.worker-sample2 .img-holder__img {margin-bottom:50px;}}.case-spinabifida .worker-sample.worker-sample2 .img-holder__img.img-holder__img1 {max-width:758px;}.case-spinabifida .worker-sample.worker-sample2 .img-holder__img.img-holder__img2 {max-width:380px;}.case-spinabifida .worker-sample.worker-sample3 {padding:130px 0 60px 0;background:url("../images/caseSpinabifida/section3-bg.png") center 80% / auto no-repeat;position:relative;}@media (max-width:1200px) {.case-spinabifida .worker-sample.worker-sample3 {background:url("../images/caseSpinabifida/section3-bg.png") center center / auto no-repeat;}}@media (max-width:992px) {.case-spinabifida .worker-sample.worker-sample3 {padding:100px 0 50px 0;background-size:contain;}}@media (max-width:768px) {.case-spinabifida .worker-sample.worker-sample3 {padding:70px 0 40px 0;}}.case-spinabifida .worker-sample.worker-sample3:after {position:absolute;content:"Other pages";font-family:'Open-Sans-Bold', sans-serif;color:#ffffff;font-size:185px;left:0;right:0;margin:auto;top:-80px;line-height:1;text-align:center;}@media (max-width:1200px) {.case-spinabifida .worker-sample.worker-sample3:after {display:none;}}.case-spinabifida .worker-sample.worker-sample3 .no-gutters-top {margin-left:-15px;margin-right:-15px;overflow:hidden;}.case-spinabifida .worker-sample.worker-sample3 .title-text {position:relative;text-align:center;margin-right:-15px;}@media (max-width:1200px) {.case-spinabifida .worker-sample.worker-sample3 .title-text {margin-right:auto;}}@media (max-width:768px) {.case-spinabifida .worker-sample.worker-sample3 .title-text {text-align:center;}}.case-spinabifida .worker-sample.worker-sample3 .content__text {margin:0px auto 20px;max-width:630px;}@media (max-width:992px) {.case-spinabifida .worker-sample.worker-sample3 .content__text {margin:10px auto 20px ;}}@media (max-width:768px) {.case-spinabifida .worker-sample.worker-sample3 .content__text {margin:20px auto 10px ;}}.case-spinabifida .worker-sample.worker-sample3 .content__text .regular-p {text-align:center;padding-bottom:20px;}@media (max-width:992px) {.case-spinabifida .worker-sample.worker-sample3 .content__text .regular-p {text-align:center;padding-bottom:10px;}}.case-spinabifida .worker-sample.worker-sample3 .img-holder {text-align:left;margin-right:-50px;}.case-spinabifida .worker-sample.worker-sample3 .img-holder.img-holder--center {text-align:center;}@media (max-width:1400px) {.case-spinabifida .worker-sample.worker-sample3 .img-holder {margin-right:0px;}}@media (max-width:992px) {.case-spinabifida .worker-sample.worker-sample3 .img-holder {text-align:center;}}.case-spinabifida .worker-sample.worker-sample3 .img-holder__img {max-width:1200px;height:auto;width:100%;margin-bottom:20px;border-radius:8px;}.case-spinabifida .worker-sample.worker-sample3 .medium-width {max-width:750px;margin:0 auto;}.case-digigrow2 {background:#263b4b;counter-reset:count;}.case-digigrow2 p {font-family:'Roboto-Light', sans-serif;color:#627882;line-height:1.9;font-size:20px;}@media (max-width:1200px) {.case-digigrow2 p {font-size:18px;}}@media (max-width:992px) {.case-digigrow2 p {font-size:16px;}}@media (max-width:768px) {.case-digigrow2 p {font-size:15px;}}.case-digigrow2 .p-green {color:#89aca2;}.case-digigrow2 .h4 {font-size:38px;font-family:'Swiss-BT', sans-serif;color:#192b33;display:inline-block;vertical-align:middle;}@media (max-width:992px) {.case-digigrow2 .h4 {font-size:35px;}}@media (max-width:768px) {.case-digigrow2 .h4 {font-size:30px;}}@media (max-width:460px) {.case-digigrow2 .h4 {font-size:26px;}}.case-digigrow2 .h4.h4--white {color:#fff;}.case-digigrow2 .title-text {text-align:left;position:relative;}@media (max-width:992px) {.case-digigrow2 .title-text {text-align:center;}}.case-digigrow2 .title-text .h4 {padding-bottom:30px;}@media (max-width:992px) {.case-digigrow2 .title-text .h4 {padding-bottom:40px;text-align:center;width:100%;}}@media (max-width:768px) {.case-digigrow2 .title-text .h4 {padding-bottom:20px;}}@media (max-width:460px) {.case-digigrow2 .title-text .h4 {padding-bottom:15px;}}.case-digigrow2 .line-bg-holder {position:relative;}.case-digigrow2 .line-bg {position:absolute;content:"";width:4px;height:100%;left:7.5%;top:0;z-index:2;}@media (max-width:992px) {.case-digigrow2 .line-bg {display:none;}}.case-digigrow2 .line-bg.line-bg--one {background:#2a424d;background:-moz-linear-gradient(top, #2a424d 0%, #b8d6cd 100%);background:-webkit-gradient(left top, left bottom, color-stop(0%, #2a424d), color-stop(100%, #b8d6cd));background:-webkit-linear-gradient(top, #2a424d 0%, #b8d6cd 100%);background:-o-linear-gradient(top, #2a424d 0%, #b8d6cd 100%);background:-ms-linear-gradient(top, #2a424d 0%, #b8d6cd 100%);background:linear-gradient(to bottom, #2a424d 0%, #b8d6cd 100%);}.case-digigrow2 .line-bg.line-bg--two {background:#c8e6dd;background:-moz-linear-gradient(top, #c8e6dd 0%, #bbd8cf 100%);background:-webkit-gradient(left top, left bottom, color-stop(0%, #c8e6dd), color-stop(100%, #bbd8cf));background:-webkit-linear-gradient(top, #c8e6dd 0%, #bbd8cf 100%);background:-o-linear-gradient(top, #c8e6dd 0%, #bbd8cf 100%);background:-ms-linear-gradient(top, #c8e6dd 0%, #bbd8cf 100%);background:linear-gradient(to bottom, #c8e6dd 0%, #bbd8cf 100%);}.case-digigrow2 .line-bg.line-bg--three {background:#bbd8cf;background:-moz-linear-gradient(top, #bbd8cf 0%, #273a48 100%);background:-webkit-gradient(left top, left bottom, color-stop(0%, #bbd8cf), color-stop(100%, #273a48));background:-webkit-linear-gradient(top, #bbd8cf 0%, #273a48 100%);background:-o-linear-gradient(top, #bbd8cf 0%, #273a48 100%);background:-ms-linear-gradient(top, #bbd8cf 0%, #273a48 100%);background:linear-gradient(to bottom, #bbd8cf 0%, #273a48 100%);}.case-digigrow2 .line-bg.line-bg--four {background:#263a4a;background:-moz-linear-gradient(top, #263a4a 0%, #b6d3cb 100%);background:-webkit-gradient(left top, left bottom, color-stop(0%, #263a4a), color-stop(100%, #b6d3cb));background:-webkit-linear-gradient(top, #263a4a 0%, #b6d3cb 100%);background:-o-linear-gradient(top, #263a4a 0%, #b6d3cb 100%);background:-ms-linear-gradient(top, #263a4a 0%, #b6d3cb 100%);background:linear-gradient(to bottom, #263a4a 0%, #b6d3cb 100%);}.case-digigrow2 .line-bg.line-bg--five {background:#b9d7ce;background:-moz-linear-gradient(top, #b9d7ce 0%, #233645 100%);background:-webkit-gradient(left top, left bottom, color-stop(0%, #b9d7ce), color-stop(100%, #233645));background:-webkit-linear-gradient(top, #b9d7ce 0%, #233645 100%);background:-o-linear-gradient(top, #b9d7ce 0%, #233645 100%);background:-ms-linear-gradient(top, #b9d7ce 0%, #233645 100%);background:linear-gradient(to bottom, #b9d7ce 0%, #233645 100%);}.case-digigrow2 .line-bg.line-bg--six {height:20px;background:#233645;}.case-digigrow2 .round-circle {width:8px;height:8px;background:#fff;border:7px solid #2a434e;border-radius:50%;padding:4px;position:absolute;left:-9px;box-shadow:0 0 30px -1px #18262c;}.case-digigrow2 .round-circle.round-circle--white {background:#2a434e;border:7px solid #ccebe1;}.case-digigrow2 .round-circle.round-circle--two {top:90px;}.case-digigrow2 .round-circle.round-circle--three {top:130px;}.case-digigrow2 .round-circle.round-circle--four {top:150px;}.case-digigrow2 .round-circle.round-circle--five {top:150px;}.case-digigrow2 .round-circle.round-circle--six {top:20px;}.case-digigrow2 .text-number {transform:rotate(270deg);width:220px;height:20px;color:#627882;position:absolute;left:-90px;text-align:right;display:block;}@media (max-width:992px) {.case-digigrow2 .text-number {display:none;}}.case-digigrow2 .text-number.text-number--one {top:100px;}.case-digigrow2 .text-number.text-number--two {top:190px;}.case-digigrow2 .text-number.text-number--three {top:230px;}.case-digigrow2 .text-number.text-number--four {top:250px;}.case-digigrow2 .text-number.text-number--five {top:240px;}.case-digigrow2 .text-number.text-number--six {top:120px;}.case-digigrow2 .text-number.text-number--white {color:#89aca2;}.case-digigrow2 .text-number.text-number--white .text-number__item:after {color:#fff;}.case-digigrow2 .text-number__item {padding-right:42px;position:relative;}.case-digigrow2 .text-number__item:after {position:absolute;counter-increment:count;content:"0" counter(count);font-size:29px;font-family:'Swiss-BT-Bold', sans-serif;color:#2a434e;right:-4px;line-height:1;transform:rotate(90deg);}.case-digigrow2 .float-change {float:right;}@media (max-width:768px) {.case-digigrow2 .float-change {float:left;}}.case-digigrow2 .no-gutters {margin-left:-15px;margin-right:-15px;}@media (max-width:1200px) {.case-digigrow2 .no-gutters {margin-left:0;margin-right:0;}}.case-digigrow2 .no-gutters-stable {margin-left:-15px;margin-right:-15px;}.case-digigrow2 .main-title {background:#fff url("../images/caseDigigrow2/main-bg.png") center center / 100% 100% no-repeat;width:100%;-webkit-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);-moz-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);position:relative;}@media (max-width:768px) {.case-digigrow2 .main-title {background-size:cover;}}.case-digigrow2 .main-title__container {height:1140px;display:table;width:100%;}@media (max-width:1200px) {.case-digigrow2 .main-title__container {height:950px;}}@media (max-width:992px) {.case-digigrow2 .main-title__container {height:600px;}}@media (max-width:768px) {.case-digigrow2 .main-title__container {height:500px;}}.case-digigrow2 .main-title .title-holder-colored {vertical-align:top;padding-top:0px;text-align:center;}@media (max-width:1200px) {.case-digigrow2 .main-title .title-holder-colored {padding-top:0px;}}@media (max-width:992px) {.case-digigrow2 .main-title .title-holder-colored {padding-top:0px;}}@media (max-width:768px) {.case-digigrow2 .main-title .title-holder-colored {padding-top:0px;text-align:center;}}.case-digigrow2 .main-title .title-holder-colored__img {width:100%;max-width:400px;padding-bottom:60px;margin:auto;}@media (max-width:1200px) {.case-digigrow2 .main-title .title-holder-colored__img {font-size:50px;padding-bottom:60px;}}@media (max-width:992px) {.case-digigrow2 .main-title .title-holder-colored__img {font-size:42px;padding-bottom:30px;max-width:325px;}}@media (max-width:768px) {.case-digigrow2 .main-title .title-holder-colored__img {font-size:30px;padding-bottom:10px;max-width:225px;}}.case-digigrow2 .main-title .title-holder-colored .notation-text-holder {padding:132px 0 95px 0;max-width:1160px;}@media (max-width:992px) {.case-digigrow2 .main-title .title-holder-colored .notation-text-holder {padding:120px 0 60px 0;}}@media (max-width:768px) {.case-digigrow2 .main-title .title-holder-colored .notation-text-holder {padding:100px 0 40px 0;}}.case-digigrow2 .main-title .title-holder-colored .notation-text {color:#365268;font-family:'Swiss-BT', sans-serif;font-size:20px;}@media (max-width:992px) {.case-digigrow2 .main-title .title-holder-colored .notation-text {font-size:19px;}}@media (max-width:768px) {.case-digigrow2 .main-title .title-holder-colored .notation-text {font-size:18px;}}.case-digigrow2 .main-title .title-holder-colored .notation-text.notation-text--left {float:left;}.case-digigrow2 .main-title .title-holder-colored .notation-text.notation-text--right {float:right;}.case-digigrow2 .main-title .title-holder-colored .notation-text a {color:#365268;text-decoration:none;}.case-digigrow2 .main-title .title-holder-colored .notation-text a:hover,.case-digigrow2 .main-title .title-holder-colored .notation-text a:focus,.case-digigrow2 .main-title .title-holder-colored .notation-text a:visited {color:#365268;}.case-digigrow2 .main-title .title-holder-colored .h1 {color:#365268;font-size:9.5VW;font-family:'Swiss-BT-Bold', sans-serif;letter-spacing:0.25em;text-transform:uppercase;text-align:center;line-height:1;margin-top:0;}@media (max-width:992px) {.case-digigrow2 .main-title .title-holder-colored .h1 {text-align:center;}}.case-digigrow2 .laptop-section {text-align:center;position:relative;margin-top:-580px;display:inline-block;vertical-align:top;width:100%;}@media (max-width:1200px) {.case-digigrow2 .laptop-section {margin-top:-540px;}}@media (max-width:992px) {.case-digigrow2 .laptop-section {margin-top:-240px;}}@media (max-width:768px) {.case-digigrow2 .laptop-section {margin-top:-140px;}}.case-digigrow2 .laptop-section .laptop__img {display:inline-block;vertical-align:top;text-align:center;width:100%;height:auto;}.case-digigrow2 .employment {background:#f4f4f4;padding:0px 0 120px 0;}@media (max-width:992px) {.case-digigrow2 .employment {padding:0px 0 100px 0;}}@media (max-width:768px) {.case-digigrow2 .employment {padding:0px 0 80px 0;}}.case-digigrow2 .employment .title-text {text-align:left;position:relative;}@media (max-width:992px) {.case-digigrow2 .employment .title-text {text-align:center;}}.case-digigrow2 .employment .title-text p {color:#627882;}.case-digigrow2 .employment .title-text .h4 {padding-bottom:50px;}@media (max-width:992px) {.case-digigrow2 .employment .title-text .h4 {text-align:center;width:100%;padding-bottom:40px;}}@media (max-width:768px) {.case-digigrow2 .employment .title-text .h4 {padding-bottom:25px;}}.case-digigrow2 .employment .text {text-align:left;margin:0 auto;max-width:954px;}@media (max-width:992px) {.case-digigrow2 .employment .text {text-align:center;}}.case-digigrow2 .employment .text .button-container {width:100%;text-align:center;margin-top:24px;}.case-digigrow2 .employment .text .button__link {text-align:center;font-weight:600;text-transform:uppercase;border-radius:0;display:inline-block;box-sizing:border-box;text-decoration:none;padding:12px 40px;color:#fff;background:#e95646;transition:all .3s;}@media (max-width:1200px) {.case-digigrow2 .employment .text .button__link {padding:10px 24px ;}}.case-digigrow2 .employment .text .button__link:hover {background:transparent;color:#e95646;}.case-digigrow2 .content {padding:30px 0;}.case-digigrow2 .content__text {margin:20px 0 0 0;text-align:left;width:100%;}@media (max-width:992px) {.case-digigrow2 .content__text {text-align:center;}}.case-digigrow2 .worker-sample {text-align:center;}.case-digigrow2 .worker-sample .title-holder {display:block;}.case-digigrow2 .worker-sample.worker-sample1 {position:relative;}.case-digigrow2 .worker-sample.worker-sample1:after {position:absolute;content:"Вступл";font-size:15VW;font-family:'Roboto-Black', sans-serif;color:rgba(255, 255, 255, 0.05);top:0;right:0px;line-height:1;text-transform:uppercase;}.case-digigrow2 .worker-sample.worker-sample1 .padding-only {padding:69px 0 37px 0;}@media (max-width:1200px) {.case-digigrow2 .worker-sample.worker-sample1 .padding-only {padding:69px 0 30px 0;}}@media (max-width:992px) {.case-digigrow2 .worker-sample.worker-sample1 .padding-only {padding:60px 0 20px 0;}}@media (max-width:768px) {.case-digigrow2 .worker-sample.worker-sample1 .padding-only {padding:50px 0 20px 0;}}.case-digigrow2 .worker-sample.worker-sample1 .title-text {position:relative;}.case-digigrow2 .worker-sample.worker-sample1 .title-text.title-text--left {text-align:left;}@media (max-width:992px) {.case-digigrow2 .worker-sample.worker-sample1 .title-text.title-text--left {text-align:center;}}@media (max-width:768px) {.case-digigrow2 .worker-sample.worker-sample1 .title-text.title-text--left {text-align:center;}}.case-digigrow2 .worker-sample.worker-sample1 .content__text {text-align:left;margin:0 0 95px 0;}@media (max-width:992px) {.case-digigrow2 .worker-sample.worker-sample1 .content__text {margin:0 0 80px 0;}}@media (max-width:992px) {.case-digigrow2 .worker-sample.worker-sample1 .content__text {margin:0 0 50px 0;text-align:center;}}@media (max-width:768px) {.case-digigrow2 .worker-sample.worker-sample1 .content__text {margin:0 0 20px 0;}}.case-digigrow2 .worker-sample.worker-sample1 .content__text.content__text--smallmargin {margin:0 0 30px 0;}@media (max-width:992px) {.case-digigrow2 .worker-sample.worker-sample1 .content__text.content__text--smallmargin {margin:0 0 20px 0;}}@media (max-width:768px) {.case-digigrow2 .worker-sample.worker-sample1 .content__text.content__text--smallmargin {margin:0 0 10px 0;}}.case-digigrow2 .worker-sample.worker-sample1 .content__text .regular-p {margin:auto;max-width:980px;}.case-digigrow2 .worker-sample.worker-sample1 .content__text .regular-p.regular-p-left {text-align:left;}@media (max-width:992px) {.case-digigrow2 .worker-sample.worker-sample1 .content__text .regular-p.regular-p-left {text-align:center;}}.case-digigrow2 .worker-sample.worker-sample1 .img-holder {text-align:left;}@media (max-width:992px) {.case-digigrow2 .worker-sample.worker-sample1 .img-holder {text-align:center;}}.case-digigrow2 .worker-sample.worker-sample1 .img-holder__img {max-width:600px;height:auto;width:100%;box-shadow:0 0 51px -6px #959494;margin-bottom:70px;border-radius:8px;}@media (max-width:768px) {.case-digigrow2 .worker-sample.worker-sample1 .img-holder__img {margin-bottom:50px;}}.case-digigrow2 .worker-sample.worker-sample2 {position:relative;}.case-digigrow2 .worker-sample.worker-sample2:after {position:absolute;content:"рафика";font-size:15VW;font-family:'Roboto-Black', sans-serif;color:rgba(255, 255, 255, 0.05);top:0;left:-50px;line-height:1;text-transform:uppercase;}.case-digigrow2 .worker-sample.worker-sample2:before {position:absolute;content:"& Цвета";font-size:15VW;font-family:'Roboto-Black', sans-serif;color:rgba(255, 255, 255, 0.05);top:15VW;left:15VW;line-height:1;text-transform:uppercase;}.case-digigrow2 .worker-sample.worker-sample2 .padding-only {padding:85px 0 35px 0;}@media (max-width:992px) {.case-digigrow2 .worker-sample.worker-sample2 .padding-only {padding:80px 0 25px 0;}}@media (max-width:768px) {.case-digigrow2 .worker-sample.worker-sample2 .padding-only {padding:70px 0 15px 0;}}.case-digigrow2 .worker-sample.worker-sample2 .no-gutters-top {float:right;max-width:520px;position:relative;z-index:10;}@media (max-width:992px) {.case-digigrow2 .worker-sample.worker-sample2 .no-gutters-top {float:none;margin:auto;}}.case-digigrow2 .worker-sample.worker-sample2 .medium-width {max-width:750px;margin:0 auto;}.case-digigrow2 .worker-sample.worker-sample2 .title-text .h4 {color:#ffffff;}.case-digigrow2 .worker-sample.worker-sample2 .content__text {padding-bottom:30px;}.case-digigrow2 .worker-sample.worker-sample2 .content__text p {max-width:700px;margin:0 auto;}.case-digigrow2 .worker-sample.worker-sample2 .box {margin-bottom:25px;}@media (max-width:1200px) {.case-digigrow2 .worker-sample.worker-sample2 .box {margin-bottom:25px;}}@media (max-width:992px) {.case-digigrow2 .worker-sample.worker-sample2 .box {margin-bottom:25px;}}@media (max-width:768px) {.case-digigrow2 .worker-sample.worker-sample2 .box {margin-bottom:20px;}}.case-digigrow2 .worker-sample.worker-sample2 .box-left {float:left;width:100%;max-width:236px;}@media (max-width:768px) {.case-digigrow2 .worker-sample.worker-sample2 .box-left {float:none;margin:auto;}}.case-digigrow2 .worker-sample.worker-sample2 .box-right {float:right;width:100%;max-width:236px;}@media (max-width:768px) {.case-digigrow2 .worker-sample.worker-sample2 .box-right {float:none;margin:auto;}}.case-digigrow2 .worker-sample.worker-sample2 .box__rectangle {margin:40px auto 25px;max-width:236px;width:100%;height:169px;border-radius:20px;}.case-digigrow2 .worker-sample.worker-sample2 .box__rectangle.box__rectangle--one {background:#50bc9b;}.case-digigrow2 .worker-sample.worker-sample2 .box__rectangle.box__rectangle--two {background:#ffffff;}.case-digigrow2 .worker-sample.worker-sample2 .box__rectangle.box__rectangle--three {background:#242121;}.case-digigrow2 .worker-sample.worker-sample2 .box__rectangle.box__rectangle--four {background:#96d7c3;}.case-digigrow2 .worker-sample.worker-sample2 .box__text {text-align:center;color:#fbf9ec;font-family:'Roboto-Regular', sans-serif;font-size:23px;}.case-digigrow2 .worker-sample.worker-sample2 .box .description {text-align:left;}@media (max-width:768px) {.case-digigrow2 .worker-sample.worker-sample2 .box .description {max-width:150px;margin:auto;}}.case-digigrow2 .worker-sample.worker-sample2 .box .description__item1 {color:#89aca2;font-family:'Roboto-Light', sans-serif;font-size:17px;padding-right:25px;text-transform:uppercase;}@media (max-width:992px) {.case-digigrow2 .worker-sample.worker-sample2 .box .description__item1 {font-size:16px;}}@media (max-width:768px) {.case-digigrow2 .worker-sample.worker-sample2 .box .description__item1 {font-size:15px;}}.case-digigrow2 .worker-sample.worker-sample2 .box .description__item2 {color:#ffffff;font-family:'Roboto-Bold', sans-serif;font-size:17px;}@media (max-width:992px) {.case-digigrow2 .worker-sample.worker-sample2 .box .description__item2 {font-size:16px;}}@media (max-width:768px) {.case-digigrow2 .worker-sample.worker-sample2 .box .description__item2 {font-size:15px;}}.case-digigrow2 .worker-sample.worker-sample2 .font-digigrow-box {padding-top:10px;overflow:hidden;max-width:620px;margin:auto;}.case-digigrow2 .worker-sample.worker-sample2 .font-digigrow-box .box {margin-bottom:20px;}.case-digigrow2 .worker-sample.worker-sample2 .font-digigrow-box .box__text {text-align:left;line-height:1.2;}@media (max-width:992px) {.case-digigrow2 .worker-sample.worker-sample2 .font-digigrow-box .box__text {font-size:20px;text-align:center;}}.case-digigrow2 .worker-sample.worker-sample2 .font-digigrow-box .box__text.box__text1 {font-family:'Swiss-BT', sans-serif;font-size:35px;display:block;}.case-digigrow2 .worker-sample.worker-sample2 .font-digigrow-box .box__text.box__text2 {font-family:'Roboto-Light', sans-serif;color:#89aca2;font-size:17px;display:block;padding-bottom:10px;}.case-digigrow2 .worker-sample.worker-sample2 .font-digigrow-box .box__title {text-align:left;color:#fff;font-family:'Swiss-BT', sans-serif;line-height:1;}@media (max-width:992px) {.case-digigrow2 .worker-sample.worker-sample2 .font-digigrow-box .box__title {text-align:center;}}.case-digigrow2 .worker-sample.worker-sample2 .font-digigrow-box .box__title.box__title1 {font-size:151px;padding-bottom:6px;}@media (max-width:768px) {.case-digigrow2 .worker-sample.worker-sample2 .font-digigrow-box .box__title.box__title1 {font-size:100px;}}.case-digigrow2 .worker-sample.worker-sample2 .font-digigrow-box .box__title.box__title2 {font-size:39px;padding-bottom:25px;padding-top:45px;}@media (max-width:1200px) {.case-digigrow2 .worker-sample.worker-sample2 .font-digigrow-box .box__title.box__title2 {padding-top:25px;}}@media (max-width:768px) {.case-digigrow2 .worker-sample.worker-sample2 .font-digigrow-box .box__title.box__title2 {font-size:39px;}}.case-digigrow2 .worker-sample.worker-sample3 {background:url("../images/caseDigigrow2/section3-bg.png") center center / 100% 100% no-repeat;}@media (max-width:992px) {.case-digigrow2 .worker-sample.worker-sample3 {background-size:cover;}}.case-digigrow2 .worker-sample.worker-sample3 .padding-only {padding:130px 0 160px 0;}@media (max-width:992px) {.case-digigrow2 .worker-sample.worker-sample3 .padding-only {padding:100px 0 110px 0;}}@media (max-width:768px) {.case-digigrow2 .worker-sample.worker-sample3 .padding-only {padding:70px 0 80px 0;}}.case-digigrow2 .worker-sample.worker-sample3 .title-text {position:relative;text-align:left;}@media (max-width:1200px) {.case-digigrow2 .worker-sample.worker-sample3 .title-text {margin-right:auto;}}@media (max-width:768px) {.case-digigrow2 .worker-sample.worker-sample3 .title-text {text-align:center;}}.case-digigrow2 .worker-sample.worker-sample3 .content__text {margin:0px 0 20px 0;}@media (max-width:992px) {.case-digigrow2 .worker-sample.worker-sample3 .content__text {margin:10px 0 20px 0;}}@media (max-width:768px) {.case-digigrow2 .worker-sample.worker-sample3 .content__text {margin:20px 0 10px 0;}}.case-digigrow2 .worker-sample.worker-sample3 .content__text .regular-p {padding-bottom:20px;}@media (max-width:992px) {.case-digigrow2 .worker-sample.worker-sample3 .content__text .regular-p {text-align:center;padding-bottom:10px;}}.case-digigrow2 .worker-sample.worker-sample4 {background:url("../images/caseDigigrow2/section4-bg.png") bottom -1px center / auto no-repeat;position:relative;}@media (max-width:768px) {.case-digigrow2 .worker-sample.worker-sample4 {background:url("../images/caseDigigrow2/section4-bg.png") bottom -1px center / 100% 200px no-repeat;}}.case-digigrow2 .worker-sample.worker-sample4:after {position:absolute;content:"Мобильная";font-size:15VW;font-family:'Roboto-Black', sans-serif;color:rgba(255, 255, 255, 0.05);top:5VW;left:0px;line-height:1;text-transform:uppercase;}.case-digigrow2 .worker-sample.worker-sample4:before {position:absolute;content:"Версия";font-size:15VW;font-family:'Roboto-Black', sans-serif;color:rgba(255, 255, 255, 0.05);top:20VW;left:0px;line-height:1;text-transform:uppercase;}.case-digigrow2 .worker-sample.worker-sample4 .padding-only {padding:130px 0 460px 0;}@media (max-width:992px) {.case-digigrow2 .worker-sample.worker-sample4 .padding-only {padding:100px 0 400px 0;}}@media (max-width:768px) {.case-digigrow2 .worker-sample.worker-sample4 .padding-only {padding:70px 0 230px 0;}}.case-digigrow2 .worker-sample.worker-sample4 .no-gutters-top {margin-left:-15px;margin-right:-15px;overflow:hidden;}.case-digigrow2 .worker-sample.worker-sample4 .title-text {position:relative;text-align:left;margin-right:-15px;}@media (max-width:1200px) {.case-digigrow2 .worker-sample.worker-sample4 .title-text {margin-right:auto;}}@media (max-width:768px) {.case-digigrow2 .worker-sample.worker-sample4 .title-text {text-align:center;}}.case-digigrow2 .worker-sample.worker-sample4 .content__text {margin:0px 0 20px 0;max-width:420px;}@media (max-width:1200px) {.case-digigrow2 .worker-sample.worker-sample4 .content__text {max-width:none;}}@media (max-width:992px) {.case-digigrow2 .worker-sample.worker-sample4 .content__text {margin:10px 0 20px 0;}}@media (max-width:768px) {.case-digigrow2 .worker-sample.worker-sample4 .content__text {margin:20px 0 10px 0;}}.case-digigrow2 .worker-sample.worker-sample4 .content__text .regular-p {padding-bottom:20px;}@media (max-width:992px) {.case-digigrow2 .worker-sample.worker-sample4 .content__text .regular-p {text-align:center;padding-bottom:10px;}}.case-digigrow2 .worker-sample.worker-sample4 .img-holder {text-align:left;position:relative;z-index:2;padding-top:20px;}.case-digigrow2 .worker-sample.worker-sample4 .img-holder.img-holder--center {text-align:center;}@media (max-width:992px) {.case-digigrow2 .worker-sample.worker-sample4 .img-holder {text-align:center;padding-top:0px;}}.case-digigrow2 .worker-sample.worker-sample4 .img-holder__img {max-width:517px;height:auto;width:100%;margin-bottom:20px;border-radius:30px;}.case-digigrow2 .worker-sample.worker-sample4 .img-holder__img.img-holder__img1 {text-align:center;max-width:288px;}.case-digigrow2 .worker-sample.worker-sample4 .medium-width {max-width:750px;margin:0 auto;}.case-verbolia {counter-reset:number;background:#f8f9fb;}.case-verbolia p {font-family:'Sourcesanspro-Regular', sans-serif;color:#63686d;line-height:1.7;font-size:17px;}@media (max-width:1200px) {.case-verbolia p {font-size:16px;}}@media (max-width:992px) {.case-verbolia p {font-size:15px;}}@media (max-width:768px) {.case-verbolia p {font-size:14px;}}.case-verbolia .h4 {font-size:62px;font-family:'Sourcesanspro-Bold', sans-serif;color:#32332e;display:inline-block;vertical-align:middle;}@media (max-width:1200px) {.case-verbolia .h4 {font-size:50px;}}@media (max-width:992px) {.case-verbolia .h4 {font-size:40px;}}@media (max-width:768px) {.case-verbolia .h4 {font-size:30px;}}@media (max-width:460px) {.case-verbolia .h4 {font-size:26px;}}.case-verbolia .title-text {text-align:center;position:relative;z-index:2;}@media (max-width:768px) {.case-verbolia .title-text {text-align:center;}}.case-verbolia .title-text .h4 {margin-bottom:140px;position:relative;z-index:2;}@media (max-width:992px) {.case-verbolia .title-text .h4 {margin-bottom:100px;text-align:center;}}@media (max-width:768px) {.case-verbolia .title-text .h4 {margin-bottom:80px;}}@media (max-width:460px) {.case-verbolia .title-text .h4 {margin-bottom:60px;}}.case-verbolia .round-opacity {position:absolute;width:84%;height:84%;padding-top:84%;top:0;left:0;right:0;top:50%;transform:translateY(-50%);margin:auto;background:transparent;display:block;border:1px solid #f6f5f5;border-radius:50%;z-index:-1;}.case-verbolia .round-opacity__body {display:block;width:58%;height:58%;background:#f9f2ed;left:0;right:0;top:0;bottom:0;margin:auto;position:absolute;border-radius:50%;}.case-verbolia .round-opacity__border {display:block;width:72%;height:72%;background:transparent;top:0;left:0;right:0;bottom:0;margin:auto;position:absolute;border-radius:50%;border:2px solid #f9f2ed;}.case-verbolia .round-opacity__text {display:block;position:absolute;line-height:1;font-size:10vw;top:50%;left:50%;margin-right:-50%;transform:translate(-50%, -50%);font-family:'Sourcesanspro-Black', sans-serif;color:#fff;text-transform:uppercase;padding-bottom:3%;text-align:center;}.case-verbolia .float-change {float:right;}@media (max-width:768px) {.case-verbolia .float-change {float:left;}}.case-verbolia .no-gutters {margin-left:-15px;margin-right:-15px;}@media (max-width:1200px) {.case-verbolia .no-gutters {margin-left:0;margin-right:0;}}.case-verbolia .no-gutters-stable {margin-left:-15px;margin-right:-15px;}.case-verbolia .main-title {background:none;width:100%;-webkit-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);-moz-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);position:relative;}.case-verbolia .main-title__container {height:1440px;display:table;width:100%;}@media (max-width:1200px) {.case-verbolia .main-title__container {height:750px;}}@media (max-width:992px) {.case-verbolia .main-title__container {height:600px;}}@media (max-width:768px) {.case-verbolia .main-title__container {height:500px;}}.case-verbolia .main-title .title-holder-colored {vertical-align:top;padding-top:47px;text-align:center;}@media (max-width:1200px) {.case-verbolia .main-title .title-holder-colored {padding-top:40px;}}@media (max-width:992px) {.case-verbolia .main-title .title-holder-colored {padding-top:30px;}}@media (max-width:768px) {.case-verbolia .main-title .title-holder-colored {padding-top:15px;text-align:center;}}.case-verbolia .main-title .title-holder-colored .h1 {font-size:61px;font-family:'Sourcesanspro-Bold', sans-serif;color:#fff;text-transform:uppercase;position:relative;display:block;letter-spacing:0.08em;z-index:2;margin-top:15px;}@media (max-width:992px) {.case-verbolia .main-title .title-holder-colored .h1 {font-size:50px;}}@media (max-width:992px) {.case-verbolia .main-title .title-holder-colored .h1 {font-size:40px;}}@media (max-width:768px) {.case-verbolia .main-title .title-holder-colored .h1 {font-size:35px;}}@media (max-width:460px) {.case-verbolia .main-title .title-holder-colored .h1 {font-size:30px;}}.case-verbolia .main-title .title-holder-colored .h1:after {position:absolute;content:"Verbolia";font-family:'Sourcesanspro-Bold', sans-serif;color:rgba(255, 255, 255, 0.1);font-size:155px;left:0;right:0;margin:auto;top:-50px;line-height:1;text-align:center;}@media (max-width:1200px) {.case-verbolia .main-title .title-holder-colored .h1:after {display:none;}}.case-verbolia .main-title .title-holder-colored .h2 {font-size:25px;font-family:'Sourcesanspro-Semibold', sans-serif;color:#fff;padding-bottom:10px;}@media (max-width:1200px) {.case-verbolia .main-title .title-holder-colored .h2 {font-size:24px;}}@media (max-width:992px) {.case-verbolia .main-title .title-holder-colored .h2 {font-size:23px;}}@media (max-width:768px) {.case-verbolia .main-title .title-holder-colored .h2 {font-size:22px;}}@media (max-width:768px) {.case-verbolia .main-title .title-holder-colored .h2 {font-size:20px;}}.case-verbolia .main-title .title-holder-colored .text {margin:20px auto 0;max-width:550px;}@media (max-width:1200px) {.case-verbolia .main-title .title-holder-colored .text {margin:20px auto 0;max-width:440px;}}@media (max-width:992px) {.case-verbolia .main-title .title-holder-colored .text {margin:20px auto 0;}}@media (max-width:768px) {.case-verbolia .main-title .title-holder-colored .text {margin:20px auto 0;}}.case-verbolia .main-title .title-holder-colored .text p {font-size:22px;color:#fff;font-family:'Sourcesanspro-Regular', sans-serif;line-height:1.54;}@media (max-width:1200px) {.case-verbolia .main-title .title-holder-colored .text p {font-size:20px;}}@media (max-width:992px) {.case-verbolia .main-title .title-holder-colored .text p {font-size:18px;}}@media (max-width:768px) {.case-verbolia .main-title .title-holder-colored .text p {font-size:16px;}}@media (max-width:768px) {.case-verbolia .main-title .title-holder-colored .text p {font-size:14px;}}.case-verbolia .main-title .title-holder-colored a {color:#fff;text-decoration:none;}.case-verbolia .main-title .title-holder-colored a:hover,.case-verbolia .main-title .title-holder-colored a:focus,.case-verbolia .main-title .title-holder-colored a:visited {color:#fff;}.case-verbolia .main-title .title-holder-colored .notation-text {font-size:12px;font-family:'Sourcesanspro-Semibold', sans-serif;color:#fff;padding-top:0px;display:block;letter-spacing:0.6em;text-transform:uppercase;}@media (max-width:768px) {.case-verbolia .main-title .title-holder-colored .notation-text {padding-top:35px;font-size:13px;}}@media (max-width:768px) {.case-verbolia .main-title .title-holder-colored .notation-text {padding-top:30px;font-size:12px;}}.case-verbolia .main-title .title-holder-colored__img {width:100%;max-width:120px;padding-bottom:15px;padding-top:220px;margin:auto;}@media (max-width:1200px) {.case-verbolia .main-title .title-holder-colored__img {font-size:50px;padding-bottom:15px;padding-top:160px;}}@media (max-width:992px) {.case-verbolia .main-title .title-holder-colored__img {font-size:42px;padding-bottom:10px;max-width:80px;padding-top:100px;}}@media (max-width:768px) {.case-verbolia .main-title .title-holder-colored__img {font-size:30px;padding-bottom:10px;max-width:60px;padding-top:60px;}}@media (max-width:460px) {.case-verbolia .main-title .title-holder-colored__img {padding-top:30px;}}.case-verbolia .laptop-section {text-align:center;position:relative;margin-top:100px;width:100%;}@media (max-width:1200px) {.case-verbolia .laptop-section {margin-top:100px;}}@media (max-width:992px) {.case-verbolia .laptop-section {margin-top:90px;}}@media (max-width:768px) {.case-verbolia .laptop-section {margin-top:70px;}}@media (max-width:460px) {.case-verbolia .laptop-section {margin-top:50px;}}.case-verbolia .laptop-section .laptop {max-width:940px;margin:auto;position:relative;z-index:10;}.case-verbolia .laptop-section .laptop__img {display:inline-block;vertical-align:top;text-align:center;width:100%;height:auto;}.case-verbolia .main-bg-big {background:url("../images/caseVerbolia/main-bg-big.png") center top / auto no-repeat;}@media (max-width:992px) {.case-verbolia .main-bg-big {background-size:150%;}}@media (max-width:600px) {.case-verbolia .main-bg-big {background-size:200%;}}@media (max-width:500px) {.case-verbolia .main-bg-big {background-size:230%;}}.case-verbolia .big-bg1 {background:url("../images/caseVerbolia/section3-imgbig.png") center 32% / auto no-repeat;}@media (max-width:992px) {.case-verbolia .big-bg1 {background-size:contain;}}.case-verbolia .employment {padding:150px 0 160px 0;background:url("../images/caseVerbolia/employment-bg.png") center top / 100% no-repeat;position:relative;}@media (max-width:992px) {.case-verbolia .employment {padding:100px 0 100px 0;}}@media (max-width:768px) {.case-verbolia .employment {padding:60px 0 60px 0;}}.case-verbolia .employment .title-text {text-align:center;position:relative;z-index:2;}@media (max-width:768px) {.case-verbolia .employment .title-text {text-align:center;}}@media (max-width:992px) {.case-verbolia .employment .title-text .h4 {text-align:center;}}.case-verbolia .employment .text {text-align:center;margin:0 auto;max-width:810px;position:relative;z-index:4;}.case-verbolia .content {padding:30px 0;}.case-verbolia .content__text {margin:20px 0 0 0;text-align:left;width:100%;position:relative;z-index:4;}@media (max-width:992px) {.case-verbolia .content__text {text-align:center;}}.case-verbolia .worker-sample {text-align:center;}.case-verbolia .worker-sample .title-holder {display:block;}.case-verbolia .worker-sample.worker-sample1 {padding:60px 0 140px 0;background:url("../images/caseVerbolia/section1-bg.png") center center / auto no-repeat;}.case-verbolia .worker-sample.worker-sample1 .colors-fonts {position:relative;}@media (max-width:992px) {.case-verbolia .worker-sample.worker-sample1 {padding:60px 0 110px 0;background-size:contain;}}@media (max-width:768px) {.case-verbolia .worker-sample.worker-sample1 {padding:50px 0 80px 0;}}.case-verbolia .worker-sample.worker-sample1 .no-gutters-top {margin:auto;max-width:810px;}.case-verbolia .worker-sample.worker-sample1 .medium-width {max-width:750px;margin:0 auto;}.case-verbolia .worker-sample.worker-sample1 .title-text.title-text1 {padding-bottom:20px;}@media (max-width:1200px) {.case-verbolia .worker-sample.worker-sample1 .title-text.title-text1 {padding-bottom:20px;}}@media (max-width:992px) {.case-verbolia .worker-sample.worker-sample1 .title-text.title-text1 {padding-bottom:20px;}}@media (max-width:768px) {.case-verbolia .worker-sample.worker-sample1 .title-text.title-text1 {padding-bottom:20px;}}@media (max-width:768px) {.case-verbolia .worker-sample.worker-sample1 .title-text.title-text2 {padding-top:50px;}}.case-verbolia .worker-sample.worker-sample1 .title-text .number {font-family:'Open-Sans-Regular', sans-serif;color:#8e97ad;font-size:18px;display:block;text-align:left;}@media (max-width:1200px) {.case-verbolia .worker-sample.worker-sample1 .title-text .number {font-size:17px;}}@media (max-width:992px) {.case-verbolia .worker-sample.worker-sample1 .title-text .number {font-size:16px;text-align:center;}}@media (max-width:768px) {.case-verbolia .worker-sample.worker-sample1 .title-text .number {font-size:15px;}}.case-verbolia .worker-sample.worker-sample1 .content__text {padding-bottom:30px;text-align:center;margin:0;}.case-verbolia .worker-sample.worker-sample1 .content__text p {max-width:750px;margin:0 auto;}.case-verbolia .worker-sample.worker-sample1 .box {width:100%;max-width:300px;margin:0 auto 20px;position:relative;padding:20px;}@media (max-width:1200px) {.case-verbolia .worker-sample.worker-sample1 .box {margin:0 auto 20px;}}@media (max-width:992px) {.case-verbolia .worker-sample.worker-sample1 .box {margin:0 auto 20px;}}@media (max-width:768px) {.case-verbolia .worker-sample.worker-sample1 .box {margin:0 auto 20px;}}.case-verbolia .worker-sample.worker-sample1 .box:before {content:"";width:100%;height:100%;left:0;top:0;bottom:0;right:0;margin:auto;border-radius:150px;position:absolute;border:2px solid #000;}.case-verbolia .worker-sample.worker-sample1 .box.box--one:before {border-color:#f4f4f4;}.case-verbolia .worker-sample.worker-sample1 .box.box--two:before {border-color:#f9f5f5;}.case-verbolia .worker-sample.worker-sample1 .box.box--three:before {border-color:#f9f6f3;}.case-verbolia .worker-sample.worker-sample1 .box__rectangle {border-radius:50%;max-width:255px;width:100%;height:100px;position:relative;border-radius:75px;padding:20px;}.case-verbolia .worker-sample.worker-sample1 .box__rectangle.box__rectangle--one {background:#50504c;border:19px solid #e8e8e8;}.case-verbolia .worker-sample.worker-sample1 .box__rectangle.box__rectangle--one:before {border-color:rgba(240, 131, 0, 0.5);}.case-verbolia .worker-sample.worker-sample1 .box__rectangle.box__rectangle--two {background:#d45b5f;border:19px solid #f7ecec;}.case-verbolia .worker-sample.worker-sample1 .box__rectangle.box__rectangle--two:before {border-color:rgba(0, 54, 95, 0.5);}.case-verbolia .worker-sample.worker-sample1 .box__rectangle.box__rectangle--three {background:#e37b19;border:19px solid #f8efe6;}.case-verbolia .worker-sample.worker-sample1 .box__rectangle.box__rectangle--three:before {border-color:rgba(0, 54, 95, 0.5);}.case-verbolia .worker-sample.worker-sample1 .box__text {text-align:center;color:#fff;font-size:18px;font-family:'Sourcesanspro-Bold', sans-serif;text-transform:uppercase;margin:auto;letter-spacing:0.18em;}.case-verbolia .worker-sample.worker-sample1 .box-container {text-align:left;max-width:430px;}@media (max-width:992px) {.case-verbolia .worker-sample.worker-sample1 .box-container {margin:auto ;text-align:center;}}.case-verbolia .worker-sample.worker-sample1 .font-verbolia-box {padding-top:70px;overflow:hidden;margin:auto;}@media (max-width:1200px) {.case-verbolia .worker-sample.worker-sample1 .font-verbolia-box {padding-top:80px;text-align:center;}}@media (max-width:992px) {.case-verbolia .worker-sample.worker-sample1 .font-verbolia-box {padding-top:50px;text-align:left;}}@media (max-width:768px) {.case-verbolia .worker-sample.worker-sample1 .font-verbolia-box {padding-top:30px;text-align:center;}}.case-verbolia .worker-sample.worker-sample1 .font-verbolia-box .box {margin-bottom:20px;max-width:320px;}.case-verbolia .worker-sample.worker-sample1 .font-verbolia-box .box:before {border:none;}.case-verbolia .worker-sample.worker-sample1 .font-verbolia-box .box.box-1 {font-size:22px;}@media (max-width:1200px) {.case-verbolia .worker-sample.worker-sample1 .font-verbolia-box .box.box-1 {font-size:19px;}}@media (max-width:768px) {.case-verbolia .worker-sample.worker-sample1 .font-verbolia-box .box.box-1 {font-size:18px;}}.case-verbolia .worker-sample.worker-sample1 .font-verbolia-box .box.box-2 {font-size:18px;}@media (max-width:1200px) {.case-verbolia .worker-sample.worker-sample1 .font-verbolia-box .box.box-2 {font-size:17px;}}@media (max-width:768px) {.case-verbolia .worker-sample.worker-sample1 .font-verbolia-box .box.box-2 {font-size:16px;}}.case-verbolia .worker-sample.worker-sample1 .font-verbolia-box .box.box-3 {font-size:18px;}@media (max-width:992px) {.case-verbolia .worker-sample.worker-sample1 .font-verbolia-box .box.box-3 {margin-bottom:17px;}}@media (max-width:768px) {.case-verbolia .worker-sample.worker-sample1 .font-verbolia-box .box.box-3 {font-size:16px;}}.case-verbolia .worker-sample.worker-sample1 .font-verbolia-box .box__title {color:#33332e;line-height:1;display:inline-block;position:relative;font-size:82px;margin-right:5px;vertical-align:middle;}@media (max-width:1200px) {.case-verbolia .worker-sample.worker-sample1 .font-verbolia-box .box__title {display:block;}}@media (max-width:992px) {.case-verbolia .worker-sample.worker-sample1 .font-verbolia-box .box__title {display:inline-block;}}@media (max-width:460px) {.case-verbolia .worker-sample.worker-sample1 .font-verbolia-box .box__title {display:block;margin:10px auto 20px;text-align:center;}}.case-verbolia .worker-sample.worker-sample1 .font-verbolia-box .box__title.box__title1 {font-family:'Roboto-Bold', sans-serif;}.case-verbolia .worker-sample.worker-sample1 .font-verbolia-box .box__title.box__title2 {font-family:'Roboto-Medium', sans-serif;}.case-verbolia .worker-sample.worker-sample1 .font-verbolia-box .box__title.box__title3 {font-family:'Roboto-Regular', sans-serif;}.case-verbolia .worker-sample.worker-sample1 .font-verbolia-box .box__text {color:#74757b;font-size:14px;padding-left:20px;display:inline-block;position:relative;font-family:'Roboto-Regular', sans-serif;text-transform:capitalize;vertical-align:middle;margin-top:20px;}@media (max-width:460px) {.case-verbolia .worker-sample.worker-sample1 .font-verbolia-box .box__text {display:block;text-align:center;}}.case-verbolia .worker-sample.worker-sample1 .font-verbolia-box .box__text:before {background:#fff;content:"";width:4px;height:4px;left:0;top:7px;border-radius:50%;position:absolute;border:3px solid #f08300;display:block;}.case-verbolia .worker-sample.worker-sample2 {padding:180px 0 60px 0;background:url("../images/caseVerbolia/section2-bg.png") bottom center / auto no-repeat, linear-gradient(to bottom, #f8f9fb, #e06c3c);position:relative;}@media (max-width:1200px) {.case-verbolia .worker-sample.worker-sample2 {padding:160px 0 60px 0;}}@media (max-width:992px) {.case-verbolia .worker-sample.worker-sample2 {padding:100px 0 50px 0;background-size:contain;}}@media (max-width:768px) {.case-verbolia .worker-sample.worker-sample2 {padding:70px 0 40px 0;}}.case-verbolia .worker-sample.worker-sample2 .no-gutters-top {margin-left:-15px;margin-right:-15px;overflow:hidden;}.case-verbolia .worker-sample.worker-sample2 .title-text {position:relative;text-align:center;margin-right:-15px;}@media (max-width:1200px) {.case-verbolia .worker-sample.worker-sample2 .title-text {margin-right:auto;}}@media (max-width:768px) {.case-verbolia .worker-sample.worker-sample2 .title-text {text-align:center;}}.case-verbolia .worker-sample.worker-sample2 .content__text {margin:0px auto 90px;max-width:750px;}@media (max-width:992px) {.case-verbolia .worker-sample.worker-sample2 .content__text {margin:10px auto 80px ;}}@media (max-width:768px) {.case-verbolia .worker-sample.worker-sample2 .content__text {margin:20px auto 60px ;}}.case-verbolia .worker-sample.worker-sample2 .content__text .regular-p {text-align:center;padding-bottom:20px;}@media (max-width:992px) {.case-verbolia .worker-sample.worker-sample2 .content__text .regular-p {text-align:center;padding-bottom:10px;}}.case-verbolia .worker-sample.worker-sample2 .img-holder {text-align:left;}.case-verbolia .worker-sample.worker-sample2 .img-holder.img-holder--center {text-align:center;}@media (max-width:992px) {.case-verbolia .worker-sample.worker-sample2 .img-holder {text-align:center;}}.case-verbolia .worker-sample.worker-sample2 .img-holder__img {max-width:1140px;height:auto;width:100%;margin-bottom:20px;filter:drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15));}.case-verbolia .worker-sample.worker-sample2 .medium-width {max-width:750px;margin:0 auto;}.case-verbolia .worker-sample.worker-sample3 {padding:280px 0 160px 0;background:url("../images/caseVerbolia/section3-bg.png") center 32% / auto no-repeat;}@media (max-width:992px) {.case-verbolia .worker-sample.worker-sample3 {padding:180px 0 160px 0;background-size:contain;}}@media (max-width:768px) {.case-verbolia .worker-sample.worker-sample3 {padding:130px 0 60px 0;background-size:contain;}}.case-verbolia .worker-sample.worker-sample3 .shorted-section {max-width:820px;margin:auto;}.case-verbolia .worker-sample.worker-sample3 .title-text {position:relative;}.case-verbolia .worker-sample.worker-sample3 .title-text.title-text--left {text-align:left;}@media (max-width:992px) {.case-verbolia .worker-sample.worker-sample3 .title-text.title-text--left {text-align:center;}}@media (max-width:768px) {.case-verbolia .worker-sample.worker-sample3 .title-text.title-text--left {text-align:center;}}.case-verbolia .worker-sample.worker-sample3 .content__text {text-align:center;margin:0 0 80px 0;}@media (max-width:992px) {.case-verbolia .worker-sample.worker-sample3 .content__text {margin:0 0 50px 0;}}@media (max-width:768px) {.case-verbolia .worker-sample.worker-sample3 .content__text {margin:0 0 20px 0;}}.case-verbolia .worker-sample.worker-sample3 .content__text.content__text--smallmargin {margin:0 0 30px 0;}@media (max-width:992px) {.case-verbolia .worker-sample.worker-sample3 .content__text.content__text--smallmargin {margin:0 0 20px 0;}}@media (max-width:768px) {.case-verbolia .worker-sample.worker-sample3 .content__text.content__text--smallmargin {margin:0 0 10px 0;}}.case-verbolia .worker-sample.worker-sample3 .content__text .regular-p {margin:auto;max-width:730px;}.case-verbolia .worker-sample.worker-sample3 .content__text .regular-p.regular-p-left {text-align:left;}@media (max-width:992px) {.case-verbolia .worker-sample.worker-sample3 .content__text .regular-p.regular-p-left {text-align:center;}}.case-verbolia .worker-sample.worker-sample3 .img-holder {text-align:left;}@media (max-width:992px) {.case-verbolia .worker-sample.worker-sample3 .img-holder {text-align:center;}}.case-verbolia .worker-sample.worker-sample3 .img-holder.img-holder--left {text-align:left;}@media (max-width:992px) {.case-verbolia .worker-sample.worker-sample3 .img-holder.img-holder--left {text-align:center;}}.case-verbolia .worker-sample.worker-sample3 .img-holder.img-holder--right {text-align:right;}@media (max-width:992px) {.case-verbolia .worker-sample.worker-sample3 .img-holder.img-holder--right {text-align:center;}}.case-verbolia .worker-sample.worker-sample3 .img-holder__img {max-width:600px;height:auto;width:100%;box-shadow:0 0 80px 2px #e2e7ed;margin-bottom:70px;border-radius:30px;}@media (max-width:768px) {.case-verbolia .worker-sample.worker-sample3 .img-holder__img {margin-bottom:50px;}}.case-verbolia .worker-sample.worker-sample3 .img-holder__img.img-holder__img1 {max-width:595px;}.case-verbolia .worker-sample.worker-sample3 .img-holder__img.img-holder__img2 {max-width:170px;margin-top:40%;}@media (max-width:768px) {.case-verbolia .worker-sample.worker-sample3 .img-holder__img.img-holder__img2 {margin-top:30px;}}.case-qaiwa {counter-reset:heading;background:#ffffff;}.case-qaiwa p {font-family:'Roboto-Light', sans-serif;color:#63686d;line-height:1.87;font-size:20px;}@media (max-width:1200px) {.case-qaiwa p {font-size:18px;}}@media (max-width:992px) {.case-qaiwa p {font-size:17px;}}@media (max-width:768px) {.case-qaiwa p {font-size:16px;}}.case-qaiwa .p-blue-dark {color:#001727;}.case-qaiwa .h4 {font-size:52px;font-family:'Roboto-Bold', sans-serif;color:#111111;display:inline-block;vertical-align:middle;width:100%;}@media (max-width:1200px) {.case-qaiwa .h4 {font-size:45px;}}@media (max-width:992px) {.case-qaiwa .h4 {font-size:40px;}}@media (max-width:768px) {.case-qaiwa .h4 {font-size:30px;}}@media (max-width:460px) {.case-qaiwa .h4 {font-size:26px;}}.case-qaiwa .h4.h4--yellowqaiwa {color:#f69023;}.case-qaiwa .h4:before {position:absolute;left:-30px;top:0;font-size:19px;counter-increment:heading;content:counter(heading) '.';color:#829fb6;font-family:'Roboto-Regular', sans-serif;}@media (max-width:768px) {.case-qaiwa .h4:before {left:0px;}}.case-qaiwa .h4.h4--left {text-align:left;}@media (max-width:768px) {.case-qaiwa .h4.h4--left {text-align:center;}}.case-qaiwa .h5 {font-size:36px;font-family:'Roboto-Bold', sans-serif;color:#111111;display:inline-block;vertical-align:middle;width:100%;}@media (max-width:1200px) {.case-qaiwa .h5 {font-size:30px;}}@media (max-width:992px) {.case-qaiwa .h5 {font-size:28px;}}@media (max-width:768px) {.case-qaiwa .h5 {font-size:26px;}}@media (max-width:460px) {.case-qaiwa .h5 {font-size:24px;}}.case-qaiwa .h5.h4--left {text-align:left;}@media (max-width:768px) {.case-qaiwa .h5.h4--left {text-align:center;}}.case-qaiwa .section-qaiwa-holder {max-width:1005px;margin:auto;position:relative;z-index:3;}.case-qaiwa .title-text {text-align:center;position:relative;z-index:2;}@media (max-width:768px) {.case-qaiwa .title-text {text-align:center;}}.case-qaiwa .title-text .h4 {margin-bottom:40px;position:relative;z-index:2;}@media (max-width:992px) {.case-qaiwa .title-text .h4 {margin-bottom:35px;text-align:center;}}@media (max-width:768px) {.case-qaiwa .title-text .h4 {margin-bottom:30px;}}@media (max-width:460px) {.case-qaiwa .title-text .h4 {margin-bottom:20px;}}.case-qaiwa .float-change {float:right;}@media (max-width:768px) {.case-qaiwa .float-change {float:left;}}.case-qaiwa .no-gutters {margin-left:-15px;margin-right:-15px;}@media (max-width:1200px) {.case-qaiwa .no-gutters {margin-left:0;margin-right:0;}}.case-qaiwa .no-gutters-stable {margin-left:-15px;margin-right:-15px;}.case-qaiwa .main-title {background:url("../images/caseQaiwa/main-bg.jpg") center center / cover no-repeat;width:100%;-webkit-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);-moz-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);position:relative;}.case-qaiwa .main-title__container {height:900px;display:table;width:100%;}@media (max-width:1200px) {.case-qaiwa .main-title__container {height:750px;}}@media (max-width:992px) {.case-qaiwa .main-title__container {height:600px;}}@media (max-width:768px) {.case-qaiwa .main-title__container {height:500px;}}.case-qaiwa .main-title .title-holder-colored {vertical-align:top;padding-top:47px;text-align:center;}@media (max-width:1200px) {.case-qaiwa .main-title .title-holder-colored {padding-top:40px;}}@media (max-width:992px) {.case-qaiwa .main-title .title-holder-colored {padding-top:30px;}}@media (max-width:768px) {.case-qaiwa .main-title .title-holder-colored {padding-top:15px;text-align:center;}}.case-qaiwa .main-title .title-holder-colored .h1 {font-size:72px;font-family:'Roboto-Light', sans-serif;text-align:left;color:#ffc00f;position:relative;display:block;z-index:2;margin-top:15px;line-height:1.2;padding-left:6.5%;letter-spacing:0.015em;}@media (max-width:1200px) {.case-qaiwa .main-title .title-holder-colored .h1 {font-size:50px;}}@media (max-width:992px) {.case-qaiwa .main-title .title-holder-colored .h1 {font-size:40px;text-align:center;}}@media (max-width:768px) {.case-qaiwa .main-title .title-holder-colored .h1 {font-size:35px;}}@media (max-width:460px) {.case-qaiwa .main-title .title-holder-colored .h1 {font-size:30px;}}.case-qaiwa .main-title .title-holder-colored a {color:#fff;text-decoration:none;float:right;}.case-qaiwa .main-title .title-holder-colored .notation-text {font-size:18px;font-family:'Roboto-Regular', sans-serif;color:#fff;padding-top:28px;display:block;display:inline-block;position:relative;}@media (max-width:992px) {.case-qaiwa .main-title .title-holder-colored .notation-text {padding-top:28px;font-size:17px;}}@media (max-width:768px) {.case-qaiwa .main-title .title-holder-colored .notation-text {padding-top:28px;font-size:16px;}}.case-qaiwa .main-title .title-holder-colored .notation-text:after {position:absolute;content:"";left:0;right:0;margin:auto;top:16px;width:100%;height:3px;background:#f69023;}.case-qaiwa .main-title .title-holder-colored__floated {padding-top:120px;padding-bottom:160px;margin:auto;max-width:1030px;}@media (max-width:1200px) {.case-qaiwa .main-title .title-holder-colored__floated {padding-bottom:120px;padding-top:160px;}}@media (max-width:992px) {.case-qaiwa .main-title .title-holder-colored__floated {padding-bottom:120px;padding-top:120px;}}@media (max-width:768px) {.case-qaiwa .main-title .title-holder-colored__floated {padding-bottom:80px;padding-top:80px;}}@media (max-width:460px) {.case-qaiwa .main-title .title-holder-colored__floated {padding-top:45px;padding-bottom:45px;}}.case-qaiwa .main-title .title-holder-colored__img {width:100%;max-width:160px;margin:auto;float:left;margin-left:30px;}@media (max-width:1200px) {.case-qaiwa .main-title .title-holder-colored__img {font-size:50px;padding-bottom:15px;margin-left:0px;}}@media (max-width:992px) {.case-qaiwa .main-title .title-holder-colored__img {font-size:42px;padding-bottom:10px;}}@media (max-width:768px) {.case-qaiwa .main-title .title-holder-colored__img {font-size:30px;padding-bottom:10px;}}@media (max-width:460px) {.case-qaiwa .main-title .title-holder-colored__img {padding-top:40px;}}.case-qaiwa .employment {padding:320px 0 160px 0;position:relative;}@media (max-width:1200px) {.case-qaiwa .employment {padding:220px 0 100px 0;}}@media (max-width:992px) {.case-qaiwa .employment {padding:220px 0 100px 0;}}@media (max-width:768px) {.case-qaiwa .employment {padding:150px 0 60px 0;}}.case-qaiwa .employment .title-text {text-align:center;position:relative;z-index:2;}@media (max-width:768px) {.case-qaiwa .employment .title-text {text-align:center;}}.case-qaiwa .employment .title-text .h4 {margin-bottom:90px;}@media (max-width:992px) {.case-qaiwa .employment .title-text .h4 {margin-bottom:70px;}}@media (max-width:992px) {.case-qaiwa .employment .title-text .h4 {margin-bottom:50px;text-align:center;}}@media (max-width:768px) {.case-qaiwa .employment .title-text .h4 {margin-bottom:30px;}}.case-qaiwa .employment .text {text-align:center;margin:0 auto;max-width:1000px;}.case-qaiwa .employment .text p {font-size:31px;font-family:'Roboto-Thin', sans-serif;color:#111111;position:relative;line-height:1.6;}@media (max-width:1200px) {.case-qaiwa .employment .text p {font-size:26px;}}@media (max-width:992px) {.case-qaiwa .employment .text p {font-size:24px;}}@media (max-width:768px) {.case-qaiwa .employment .text p {font-size:22px;}}@media (max-width:460px) {.case-qaiwa .employment .text p {font-size:20px;}}.case-qaiwa .content {padding:30px 0;}.case-qaiwa .content__text {margin:20px 0 0 0;text-align:left;width:100%;}@media (max-width:992px) {.case-qaiwa .content__text {text-align:center;}}.case-qaiwa .worker-sample {text-align:center;}.case-qaiwa .worker-sample .title-holder {display:block;}.case-qaiwa .worker-sample.worker-sample1 {padding:90px 0 50px 0;background:#f4f4f4;position:relative;}@media (max-width:1200px) {.case-qaiwa .worker-sample.worker-sample1 {padding:90px 0 50px 0;}}@media (max-width:992px) {.case-qaiwa .worker-sample.worker-sample1 {padding:80px 0 50px 0;}}@media (max-width:768px) {.case-qaiwa .worker-sample.worker-sample1 {padding:70px 0 60px 0;}}.case-qaiwa .worker-sample.worker-sample1:before {content:"";position:absolute;left:47.5%;top:34%;background:#fff;width:18vw;height:8vw;border-radius:5vw;-webkit-transform:rotate(45deg);transform:rotate(-60deg);opacity:0.5;}.case-qaiwa .worker-sample.worker-sample1:after {content:"";position:absolute;left:60.5%;top:34%;background:#fff;width:18vw;height:8vw;border-radius:5vw;-webkit-transform:rotate(45deg);transform:rotate(-60deg);opacity:0.5;}.case-qaiwa .worker-sample.worker-sample1 .title-text {position:relative;}.case-qaiwa .worker-sample.worker-sample1 .title-text .h4 {margin-bottom:30px;}.case-qaiwa .worker-sample.worker-sample1 .content__text {margin-top:0;padding-bottom:30px;}.case-qaiwa .worker-sample.worker-sample1 .content__text p {margin:0 auto 28px;line-height:1.75;}.case-qaiwa .worker-sample.worker-sample2 {padding:130px 0 195px 0;background:linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #e3eaef 100%);}@media (max-width:992px) {.case-qaiwa .worker-sample.worker-sample2 {padding:80px 0 170px 0;}}@media (max-width:768px) {.case-qaiwa .worker-sample.worker-sample2 {padding:70px 0 120px 0;}}.case-qaiwa .worker-sample.worker-sample2 .no-gutters-top {margin:auto;max-width:810px;}.case-qaiwa .worker-sample.worker-sample2 .medium-width {max-width:750px;margin:0 auto;}.case-qaiwa .worker-sample.worker-sample2 .content__text {padding-bottom:30px;text-align:center;background:#829fb6;border-radius:17px;position:relative;max-width:1090px;margin:80px auto 0;padding:70px 0 60px 0;}@media (max-width:768px) {.case-qaiwa .worker-sample.worker-sample2 .content__text {padding:30px 0 40px 0;max-width:96%;}}.case-qaiwa .worker-sample.worker-sample2 .content__text p {max-width:950px;margin:0 auto;color:#fff;font-size:27px;font-family:'Roboto-Light', sans-serif;z-index:2;position:relative;line-height:1.8;}@media (max-width:1200px) {.case-qaiwa .worker-sample.worker-sample2 .content__text p {font-size:23px;}}@media (max-width:992px) {.case-qaiwa .worker-sample.worker-sample2 .content__text p {font-size:20px;}}@media (max-width:768px) {.case-qaiwa .worker-sample.worker-sample2 .content__text p {font-size:17px;}}@media (max-width:460px) {.case-qaiwa .worker-sample.worker-sample2 .content__text p {font-size:15px;}}.case-qaiwa .worker-sample.worker-sample2 .content__text:before {position:absolute;content:"";left:-2vw;top:-2vw;right:-2vw;bottom:-2vw;margin:auto;background:rgba(130, 159, 182, 0.5);border-radius:17px;}.case-qaiwa .worker-sample.worker-sample2 .content__text:after {position:absolute;content:"";left:-4vw;top:-4vw;right:-4vw;bottom:-4vw;margin:auto;background:rgba(130, 159, 182, 0.2);border-radius:17px;}.case-qaiwa .worker-sample.worker-sample3 {padding:90px 0 0px 0;position:relative;margin-bottom:-40px;display:inline-block;width:100%;}@media (max-width:992px) {.case-qaiwa .worker-sample.worker-sample3 {padding:80px 0 0 0;margin-bottom:0px;}}@media (max-width:768px) {.case-qaiwa .worker-sample.worker-sample3 {padding:70px 0 0 0;}}.case-qaiwa .worker-sample.worker-sample3 .no-gutters-top {margin-left:-15px;margin-right:-15px;overflow:hidden;}.case-qaiwa .worker-sample.worker-sample3 .title-text {position:relative;margin-right:-15px;}@media (max-width:1200px) {.case-qaiwa .worker-sample.worker-sample3 .title-text {margin-right:auto;}}@media (max-width:768px) {.case-qaiwa .worker-sample.worker-sample3 .title-text {text-align:center;}}.case-qaiwa .worker-sample.worker-sample3 .title-text .h4 {margin-bottom:30px;}.case-qaiwa .worker-sample.worker-sample3 .content__text {margin:30px auto 80px;}@media (max-width:992px) {.case-qaiwa .worker-sample.worker-sample3 .content__text {margin:20px auto 60px ;}}@media (max-width:768px) {.case-qaiwa .worker-sample.worker-sample3 .content__text {margin:10px auto 40px ;}}.case-qaiwa .worker-sample.worker-sample3 .content__text .regular-p {line-height:1.75;}@media (max-width:992px) {.case-qaiwa .worker-sample.worker-sample3 .content__text .regular-p {text-align:center;}}.case-qaiwa .worker-sample.worker-sample3 .img-holder {text-align:left;}@media (max-width:992px) {.case-qaiwa .worker-sample.worker-sample3 .img-holder {text-align:center;}}.case-qaiwa .worker-sample.worker-sample3 .img-holder.img-holder--center {margin-left:-50px;margin-right:-40px;text-align:center;}@media (max-width:1300px) {.case-qaiwa .worker-sample.worker-sample3 .img-holder.img-holder--center {margin-left:0px;margin-right:0px;}}.case-qaiwa .worker-sample.worker-sample3 .img-holder__img {max-width:1230px;height:auto;width:100%;margin-bottom:20px;margin-left:-90px;}@media (max-width:1200px) {.case-qaiwa .worker-sample.worker-sample3 .img-holder__img {margin-left:0px;}}.case-qaiwa .worker-sample.worker-sample3 .medium-width {max-width:750px;margin:0 auto;}.case-qaiwa .worker-sample.worker-sample4 {padding:100px 0 40px 0;position:relative;background:#fafafa;}@media (max-width:992px) {.case-qaiwa .worker-sample.worker-sample4 {padding:90px 0 40px 0;}}@media (max-width:768px) {.case-qaiwa .worker-sample.worker-sample4 {padding:80px 0 30px 0;background-size:contain;}}.case-qaiwa .worker-sample.worker-sample4:before {left:0;right:0;top:0;margin:auto;background:#f69023;height:52%;width:100%;position:absolute;content:"";}@media (max-width:992px) {.case-qaiwa .worker-sample.worker-sample4:before {height:82%;}}.case-qaiwa .worker-sample.worker-sample4 .img-holder {text-align:left;}@media (max-width:992px) {.case-qaiwa .worker-sample.worker-sample4 .img-holder {text-align:center;}}.case-qaiwa .worker-sample.worker-sample4 .img-holder.img-holder--left {text-align:left;}@media (max-width:992px) {.case-qaiwa .worker-sample.worker-sample4 .img-holder.img-holder--left {text-align:center;}}.case-qaiwa .worker-sample.worker-sample4 .img-holder.img-holder--right {text-align:right;}@media (max-width:992px) {.case-qaiwa .worker-sample.worker-sample4 .img-holder.img-holder--right {text-align:center;}}.case-qaiwa .worker-sample.worker-sample4 .img-holder__img {max-width:600px;height:auto;width:100%;box-shadow:0 0 120px 2px rgba(51, 66, 77, 0.25);margin-bottom:50px;}@media (max-width:768px) {.case-qaiwa .worker-sample.worker-sample4 .img-holder__img {margin-bottom:30px;}}.case-qaiwa .worker-sample.worker-sample4 .img-holder__img.img-holder__img1 {max-width:320px;}.case-qaiwa .worker-sample.worker-sample4 .img-holder__img.img-holder__img2 {max-width:320px;}.case-qaiwa .worker-sample.worker-sample4 .img-holder__img.img-holder__img3 {max-width:320px;}.case-qaiwa .worker-sample.worker-sample4 .img-holder__img.img-holder__img4 {max-width:1005px;}.case-qaiwa .worker-sample.worker-sample5 {padding:34px 0 60px 0;position:relative;}.case-qaiwa .worker-sample.worker-sample5:before {left:0;right:0;top:0;margin:auto;background:#fafafa;height:52%;width:100%;position:absolute;content:"";}@media (max-width:992px) {.case-qaiwa .worker-sample.worker-sample5 {padding:10px 0 50px 0;}}@media (max-width:768px) {.case-qaiwa .worker-sample.worker-sample5 {padding:10px 0 50px 0;background-size:contain;}}.case-qaiwa .worker-sample.worker-sample5 .left-section {max-width:360px;margin-left:-15px;margin-right:-50px;}@media (max-width:1200px) {.case-qaiwa .worker-sample.worker-sample5 .left-section {margin-left:0;margin-right:0;}}@media (max-width:992px) {.case-qaiwa .worker-sample.worker-sample5 .left-section {max-width:615px;margin:auto;}}.case-qaiwa .worker-sample.worker-sample5 .left-section .block {display:block;}@media (max-width:1200px) {.case-qaiwa .worker-sample.worker-sample5 .left-section .block {display:inline;}}.case-qaiwa .worker-sample.worker-sample5 .title-text {margin-top:77px;max-width:349px;text-align:left;}@media (max-width:992px) {.case-qaiwa .worker-sample.worker-sample5 .title-text {margin:0px auto 40px;}}.case-qaiwa .worker-sample.worker-sample5 .title-text .h5 {line-height:1.05;padding-bottom:165px;}@media (max-width:1200px) {.case-qaiwa .worker-sample.worker-sample5 .title-text .h5 {padding-bottom:100px;}}@media (max-width:992px) {.case-qaiwa .worker-sample.worker-sample5 .title-text .h5 {text-align:center;padding-bottom:0px;}}@media (max-width:768px) {.case-qaiwa .worker-sample.worker-sample5 .title-text .h5 {padding-bottom:0px;}}.case-qaiwa .worker-sample.worker-sample5 .img-holder {text-align:right;margin-left:-15px;margin-right:-15px;}@media (max-width:1200px) {.case-qaiwa .worker-sample.worker-sample5 .img-holder {text-align:center;margin-left:0px;margin-right:0px;}}.case-qaiwa .worker-sample.worker-sample5 .img-holder__img {max-width:600px;height:auto;width:100%;box-shadow:0 0 120px 2px rgba(51, 66, 77, 0.25);margin-bottom:50px;}@media (max-width:768px) {.case-qaiwa .worker-sample.worker-sample5 .img-holder__img {margin-bottom:30px;}}.case-qaiwa .worker-sample.worker-sample5 .img-holder__img.img-holder__img1 {max-width:615px;}.case-qaiwa .worker-sample.worker-sample5 .line {display:block;width:100%;margin-top:3px;margin-bottom:3px;height:1px;height:0;border-top:1px solid #f69023;position:relative;}@media (max-width:1200px) {.case-qaiwa .worker-sample.worker-sample5 .line {padding-bottom:40px;}}@media (max-width:992px) {.case-qaiwa .worker-sample.worker-sample5 .line {padding-bottom:20px;}}@media (max-width:768px) {.case-qaiwa .worker-sample.worker-sample5 .line {padding-bottom:15px;}}@media (max-width:460px) {.case-qaiwa .worker-sample.worker-sample5 .line {padding-bottom:10px;}}.case-qaiwa .worker-sample.worker-sample5 .line:before {content:"";position:absolute;left:0;top:-3.5px;width:7px;height:7px;background:#f69023;border-radius:50%;}.case-qaiwa .worker-sample.worker-sample5 .line.line--wide:after {content:"";position:absolute;right:0;top:-4px;width:7px;height:7px;background:#f69023;border-radius:50%;}.case-qaiwa .worker-sample.worker-sample5 .line-wide-holder {margin-top:60px;margin-left:-15px;margin-right:-15px;}@media (max-width:1200px) {.case-qaiwa .worker-sample.worker-sample5 .line-wide-holder {margin-top:30px;margin-left:0;margin-right:0;}}@media (max-width:768px) {.case-qaiwa .worker-sample.worker-sample5 .line-wide-holder {max-width:615px;margin:auto;}}.case-qaiwa .worker-sample.worker-sample5 .content__text {margin:35px 0 0 0;max-width:350px;}@media (max-width:1200px) {.case-qaiwa .worker-sample.worker-sample5 .content__text {max-width:none;}}.case-qaiwa .worker-sample.worker-sample5 .content__text p {color:#333333;font-family:'Roboto-Regular', sans-serif;line-height:1.7;}.case-qaiwa .worker-sample.worker-sample5 .content__text.content__text1 {margin:35px 0 210px 0;}@media (max-width:1200px) {.case-qaiwa .worker-sample.worker-sample5 .content__text.content__text1 {margin:35px 0 160px 0;}}@media (max-width:992px) {.case-qaiwa .worker-sample.worker-sample5 .content__text.content__text1 {margin:35px 0 110px 0;}}@media (max-width:768px) {.case-qaiwa .worker-sample.worker-sample5 .content__text.content__text1 {margin:10px 0 50px 0;}}@media (max-width:460px) {.case-qaiwa .worker-sample.worker-sample5 .content__text.content__text1 {margin:10px 0 40px 0;}}.case-qaiwa .worker-sample.worker-sample5 .content__text.content__text2 {margin:35px 0 270px 0;}@media (max-width:1200px) {.case-qaiwa .worker-sample.worker-sample5 .content__text.content__text2 {margin:35px 0 160px 0;}}@media (max-width:992px) {.case-qaiwa .worker-sample.worker-sample5 .content__text.content__text2 {margin:35px 0 110px 0;}}@media (max-width:768px) {.case-qaiwa .worker-sample.worker-sample5 .content__text.content__text2 {margin:10px 0 50px 0;}}@media (max-width:460px) {.case-qaiwa .worker-sample.worker-sample5 .content__text.content__text2 {margin:35px 0 40px 0;}}.case-qaiwa .worker-sample.worker-sample5 .content__text.content__text3 {margin:35px 0 70px 0;}@media (max-width:1200px) {.case-qaiwa .worker-sample.worker-sample5 .content__text.content__text3 {margin:35px 0 60px 0;}}@media (max-width:992px) {.case-qaiwa .worker-sample.worker-sample5 .content__text.content__text3 {margin:35px 0 50px 0;}}@media (max-width:768px) {.case-qaiwa .worker-sample.worker-sample5 .content__text.content__text3 {margin:10px 0 50px 0;}}@media (max-width:460px) {.case-qaiwa .worker-sample.worker-sample5 .content__text.content__text3 {margin:10px 0 40px 0;}}.case-qaiwa .worker-sample.worker-sample6 {padding:63px 0 155px 0;background:linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #e3eaef 100%);}@media (max-width:992px) {.case-qaiwa .worker-sample.worker-sample6 {padding:90px 0 140px 0;}}@media (max-width:992px) {.case-qaiwa .worker-sample.worker-sample6 {padding:90px 0 110px 0;}}@media (max-width:768px) {.case-qaiwa .worker-sample.worker-sample6 {padding:70px 0 70px 0;}}.case-qaiwa .worker-sample.worker-sample6 .title-holder {margin-bottom:90px;}@media (max-width:1200px) {.case-qaiwa .worker-sample.worker-sample6 .title-holder {margin-bottom:80px;}}@media (max-width:992px) {.case-qaiwa .worker-sample.worker-sample6 .title-holder {margin-bottom:60px;}}@media (max-width:768px) {.case-qaiwa .worker-sample.worker-sample6 .title-holder {margin-bottom:50px;}}@media (max-width:460px) {.case-qaiwa .worker-sample.worker-sample6 .title-holder {margin-bottom:30px;}}.case-qaiwa .worker-sample.worker-sample6 .title-text {margin-bottom:90px;}@media (max-width:992px) {.case-qaiwa .worker-sample.worker-sample6 .title-text {margin-bottom:50px;}}@media (max-width:768px) {.case-qaiwa .worker-sample.worker-sample6 .title-text {margin-bottom:40px;}}@media (max-width:460px) {.case-qaiwa .worker-sample.worker-sample6 .title-text {margin-bottom:30px;}}.case-qaiwa .worker-sample.worker-sample6 .box-row {max-width:1000px;}.case-qaiwa .worker-sample.worker-sample6 .box-holder {max-width:178px;width:100%;}.case-qaiwa .worker-sample.worker-sample6 .box-holder.box-holder--left {float:left;}@media (max-width:768px) {.case-qaiwa .worker-sample.worker-sample6 .box-holder.box-holder--left {float:none;margin:0 auto 40px;}}.case-qaiwa .worker-sample.worker-sample6 .box-holder.box-holder--center {margin:auto;}@media (max-width:768px) {.case-qaiwa .worker-sample.worker-sample6 .box-holder.box-holder--center {margin:0 auto 40px;}}.case-qaiwa .worker-sample.worker-sample6 .box-holder.box-holder--right {float:right;}@media (max-width:768px) {.case-qaiwa .worker-sample.worker-sample6 .box-holder.box-holder--right {float:none;margin:0 auto 40px;}}.case-qaiwa .worker-sample.worker-sample6 .box-qaiwa {border-radius:12px;height:115px;position:relative;display:block;}.case-qaiwa .worker-sample.worker-sample6 .box-qaiwa:before {display:block;content:"";left:0;right:0;margin:auto;bottom:-9px;height:108px;width:155px;border-radius:9px;-webkit-box-shadow:0 27px 54px 0 rgba(0, 0, 0, 0.17);box-shadow:0 27px 54px 0 rgba(0, 0, 0, 0.17);position:absolute;z-index:-1;background:#fff;}.case-qaiwa .worker-sample.worker-sample6 .box-qaiwa.box-qaiwa--left {background:#f69023;}.case-qaiwa .worker-sample.worker-sample6 .box-qaiwa.box-qaiwa--center {background:#829fb6;}.case-qaiwa .worker-sample.worker-sample6 .box-qaiwa.box-qaiwa--right {background:#34c96f;}.case-qaiwa .worker-sample.worker-sample6 .box-qaiwa__text {display:block;margin:auto;position:relative;top:50%;transform:translateY(-50%);color:#fff;font-size:26px;font-family:'Roboto-Bold', sans-serif;text-transform:uppercase;}.case-qaiwa .worker-sample.worker-sample7 {padding:150px 0 155px 0;}@media (max-width:1200px) {.case-qaiwa .worker-sample.worker-sample7 {padding:110px 0 110px 0;}}@media (max-width:992px) {.case-qaiwa .worker-sample.worker-sample7 {padding:90px 0 90px 0;}}@media (max-width:768px) {.case-qaiwa .worker-sample.worker-sample7 {padding:70px 0 70px 0;}}.case-qaiwa .worker-sample.worker-sample7 .no-gutters-top {margin:auto;max-width:810px;}.case-qaiwa .worker-sample.worker-sample7 .medium-width {max-width:750px;margin:0 auto;}.case-qaiwa .worker-sample.worker-sample7 .title-text {margin-top:75px;}@media (max-width:1200px) {.case-qaiwa .worker-sample.worker-sample7 .title-text {margin-top:55px;}}@media (max-width:992px) {.case-qaiwa .worker-sample.worker-sample7 .title-text {margin-top:0;}}.case-qaiwa .worker-sample.worker-sample7 .left-box {margin-left:-15px;margin-right:-30px;}@media (max-width:1200px) {.case-qaiwa .worker-sample.worker-sample7 .left-box {margin-left:0;margin-right:0;}}.case-qaiwa .worker-sample.worker-sample7 .content__text {padding-bottom:30px;position:relative;max-width:1090px;}@media (max-width:768px) {.case-qaiwa .worker-sample.worker-sample7 .content__text {padding:30px 0 40px 0;max-width:none;}}.case-qaiwa .worker-sample.worker-sample7 .content__text p {line-height:1.6;margin-bottom:30px;}.case-qaiwa .worker-sample.worker-sample7 .img-holder {margin-left:-20px;}@media (max-width:1200px) {.case-qaiwa .worker-sample.worker-sample7 .img-holder {margin-left:0px;}}.case-qaiwa .worker-sample.worker-sample7 .img-holder__img {width:100%;height:auto;max-width:620px;}.case-qaiwa .worker-sample.worker-sample8 {padding:92px 0 0 0;background:url("../images/caseQaiwa/section8-bg.jpg") center center / cover no-repeat;}@media (max-width:992px) {.case-qaiwa .worker-sample.worker-sample8 {padding:90px 0 0px 0;}}@media (max-width:768px) {.case-qaiwa .worker-sample.worker-sample8 {padding:70px 0 0px 0;}}.case-qaiwa .worker-sample.worker-sample8 .no-gutters-top {margin:auto;max-width:810px;}.case-qaiwa .worker-sample.worker-sample8 .img-holder {margin-right:-140px;position:relative;margin-bottom:-140px;display:inline-block;}@media (max-width:1400px) {.case-qaiwa .worker-sample.worker-sample8 .img-holder {margin-right:0;}}@media (max-width:768px) {.case-qaiwa .worker-sample.worker-sample8 .img-holder {margin-bottom:-90px;}}.case-qaiwa .worker-sample.worker-sample8 .img-holder__img {width:100%;max-width:1163px;}.case-mineral {counter-reset:number;background:#f8f9fb;text-align:center;}.case-mineral p {font-family:'Montserrat-Semibold', sans-serif;color:#63686d;line-height:1.7;font-size:17px;}@media (max-width:1200px) {.case-mineral p {font-size:16px;}}@media (max-width:992px) {.case-mineral p {font-size:15px;}}@media (max-width:768px) {.case-mineral p {font-size:14px;}}.case-mineral .p-white {color:#ffffff;}.case-mineral .p-black {color:#17181a;}.case-mineral .p-gray {color:#696e74;}.case-mineral .p-light-gray {color:#ced1da;}.case-mineral .h4 {font-size:36px;font-family:'Montserrat-ExtraBold', sans-serif;color:#272727;display:block;text-transform:uppercase;}@media (max-width:1200px) {.case-mineral .h4 {font-size:34px;}}@media (max-width:992px) {.case-mineral .h4 {font-size:32px;}}@media (max-width:768px) {.case-mineral .h4 {font-size:30px;}}@media (max-width:460px) {.case-mineral .h4 {font-size:26px;}}.case-mineral .h4.h4--white {color:#ffffff;}.case-mineral .h2 {font-size:88px;font-family:'Montserrat-ExtraBold', sans-serif;color:#a8defe;display:inline-block;vertical-align:middle;}@media (max-width:1200px) {.case-mineral .h2 {font-size:65px;}}@media (max-width:992px) {.case-mineral .h2 {font-size:50px;}}@media (max-width:768px) {.case-mineral .h2 {font-size:35px;}}@media (max-width:460px) {.case-mineral .h2 {font-size:30px;}}.case-mineral .h2.h2--orange {color:#ff700a;}.case-mineral .title-text {text-align:center;position:relative;z-index:2;}@media (max-width:768px) {.case-mineral .title-text {text-align:center;}}.case-mineral .title-text .h4 {margin-bottom:0px;position:relative;z-index:2;}@media (max-width:992px) {.case-mineral .title-text .h4 {margin-bottom:0px;text-align:center;}}@media (max-width:768px) {.case-mineral .title-text .h4 {margin-bottom:0px;}}@media (max-width:460px) {.case-mineral .title-text .h4 {margin-bottom:0px;}}.case-mineral .title-counter {position:relative;color:#76beea;font-size:81px;font-family:'Montserrat-Bold', sans-serif;line-height:1;display:inline-block;}@media (max-width:460px) {.case-mineral .title-counter {font-size:50px;}}.case-mineral .title-counter:before {content:"";left:-26px;top:50%;margin-top:-7px;position:absolute;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:14px solid #76beea;}.case-mineral .title-counter:after {content:"";right:-26px;top:50%;margin-top:-7px;position:absolute;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:14px solid #76beea;}.case-mineral .float-change {float:right;}@media (max-width:768px) {.case-mineral .float-change {float:left;}}.case-mineral .no-gutters {margin-left:-15px;margin-right:-15px;}@media (max-width:1200px) {.case-mineral .no-gutters {margin-left:0;margin-right:0;}}.case-mineral .no-gutters-stable {margin-left:-15px;margin-right:-15px;}.case-mineral .main-title {background:url("../images/caseMineral/main-bg.jpg") center center / cover no-repeat;width:100%;-webkit-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);-moz-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);position:relative;border-bottom:30px solid #76beea;}.case-mineral .main-title__container {height:1080px;display:table;width:100%;}@media (max-width:1200px) {.case-mineral .main-title__container {height:850px;}}@media (max-width:992px) {.case-mineral .main-title__container {height:750px;}}@media (max-width:768px) {.case-mineral .main-title__container {height:600px;}}.case-mineral .main-title .title-holder-colored {vertical-align:top;padding-top:47px;text-align:center;}@media (max-width:1200px) {.case-mineral .main-title .title-holder-colored {padding-top:40px;}}@media (max-width:992px) {.case-mineral .main-title .title-holder-colored {padding-top:30px;}}@media (max-width:768px) {.case-mineral .main-title .title-holder-colored {padding-top:100px;text-align:center;}}.case-mineral .main-title .title-holder-colored .h1 {display:none;}.case-mineral .main-title .title-holder-colored .text {margin:67px auto 0;max-width:750px;}@media (max-width:1200px) {.case-mineral .main-title .title-holder-colored .text {margin:40px auto 0;max-width:600px;}}@media (max-width:992px) {.case-mineral .main-title .title-holder-colored .text {margin:30px auto 0;}}@media (max-width:768px) {.case-mineral .main-title .title-holder-colored .text {margin:20px auto 0;}}.case-mineral .main-title .title-holder-colored .text p {font-size:26px;color:#fff;font-family:'Montserrat-Semibold', sans-serif;line-height:1.54;}@media (max-width:1200px) {.case-mineral .main-title .title-holder-colored .text p {font-size:22px;}}@media (max-width:992px) {.case-mineral .main-title .title-holder-colored .text p {font-size:20px;}}@media (max-width:768px) {.case-mineral .main-title .title-holder-colored .text p {font-size:16px;}}@media (max-width:768px) {.case-mineral .main-title .title-holder-colored .text p {font-size:14px;}}.case-mineral .main-title .title-holder-colored .text .blue {color:#76beea;}.case-mineral .main-title .title-holder-colored a {color:#fff;text-decoration:none;}.case-mineral .main-title .title-holder-colored a:hover,.case-mineral .main-title .title-holder-colored a:focus,.case-mineral .main-title .title-holder-colored a:visited {color:#fff;}.case-mineral .main-title .title-holder-colored .notation-text {font-size:16px;font-family:'Montserrat-Regular', sans-serif;color:#ffffff;position:absolute;top:120px;}.case-mineral .main-title .title-holder-colored .notation-text.notation-text--left {left:0%;}@media (max-width:768px) {.case-mineral .main-title .title-holder-colored .notation-text.notation-text--left {left:3%;}}@media (max-width:460px) {.case-mineral .main-title .title-holder-colored .notation-text.notation-text--left {display:none;}}.case-mineral .main-title .title-holder-colored .notation-text.notation-text--right {right:0%;left:auto;}@media (max-width:768px) {.case-mineral .main-title .title-holder-colored .notation-text.notation-text--right {right:3%;}}@media (max-width:460px) {.case-mineral .main-title .title-holder-colored .notation-text.notation-text--right {display:none;}}.case-mineral .main-title .title-holder-colored__img {width:100%;max-width:690px;padding-bottom:15px;padding-top:125px;margin:auto;}@media (max-width:1200px) {.case-mineral .main-title .title-holder-colored__img {font-size:50px;padding-bottom:15px;padding-top:120px;max-width:390px;}}@media (max-width:992px) {.case-mineral .main-title .title-holder-colored__img {font-size:42px;padding-bottom:10px;max-width:280px;padding-top:120px;}}@media (max-width:768px) {.case-mineral .main-title .title-holder-colored__img {font-size:30px;padding-bottom:10px;max-width:160px;padding-top:80px;}}@media (max-width:460px) {.case-mineral .main-title .title-holder-colored__img {padding-top:40px;}}.case-mineral .laptop-section {text-align:center;position:relative;top:-223px;margin-bottom:-223px;width:100%;padding-bottom:94px;background:url("../images/caseMineral/laptop-bg.png") 2% bottom / auto no-repeat;}@media (max-width:992px) {.case-mineral .laptop-section {background-size:contain;}}@media (max-width:1200px) {.case-mineral .laptop-section {top:-223px;margin-bottom:-223px;}}@media (max-width:992px) {.case-mineral .laptop-section {top:-223px;margin-bottom:-223px;}}@media (max-width:768px) {.case-mineral .laptop-section {top:-223px;margin-bottom:-223px;}}@media (max-width:460px) {.case-mineral .laptop-section {top:-223px;margin-bottom:-223px;}}@media (max-width:400px) {.case-mineral .laptop-section {top:-123px;margin-bottom:-123px;}}.case-mineral .laptop-section .laptop {max-width:1170px;margin:auto;}.case-mineral .laptop-section .laptop__img {display:inline-block;vertical-align:top;text-align:center;width:100%;height:auto;}.case-mineral .employment {padding:120px 0 120px 0;position:relative;}@media (max-width:992px) {.case-mineral .employment {padding:100px 0 100px 0;}}@media (max-width:768px) {.case-mineral .employment {padding:60px 0 60px 0;}}.case-mineral .employment .title-text {text-align:center;position:relative;z-index:2;}@media (max-width:768px) {.case-mineral .employment .title-text {text-align:center;}}.case-mineral .employment .title-text .h4 {margin-bottom:50px;}@media (max-width:992px) {.case-mineral .employment .title-text .h4 {text-align:center;margin-bottom:30px;}}.case-mineral .employment .text {text-align:center;margin:0 auto;max-width:810px;}.case-mineral .content {padding:30px 0;}.case-mineral .content__text {margin:20px 0 0 0;text-align:left;width:100%;position:relative;z-index:4;}@media (max-width:992px) {.case-mineral .content__text {text-align:center;}}.case-mineral .worker-sample {text-align:center;}.case-mineral .worker-sample .title-holder {display:block;}.case-mineral .worker-sample.worker-sample1 {box-shadow:0 20px 80px 17px rgba(0, 0, 0, 0.17);}.case-mineral .worker-sample.worker-sample1 .container-fluid {padding-left:0;padding-right:0;}.case-mineral .worker-sample.worker-sample1 .row.no-gutters {margin-left:0;margin-right:0;}.case-mineral .worker-sample.worker-sample1 .row.no-gutters > [class^="col-"] {padding-left:0;padding-right:0;}.case-mineral .worker-sample.worker-sample1 .box {padding:86px 0 50px 0;}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample1 .box {padding:86px 0 50px 0;background-size:contain;}}@media (max-width:768px) {.case-mineral .worker-sample.worker-sample1 .box {padding:86px 0 50px 0;background-size:contain;}}.case-mineral .worker-sample.worker-sample1 .box.box--left {background:#76beea;}.case-mineral .worker-sample.worker-sample1 .box.box--right {background:#ffffff;}.case-mineral .worker-sample.worker-sample1 .box__inner {max-width:530px;padding-left:15px;padding-right:15px;}.case-mineral .worker-sample.worker-sample1 .box__inner.box__inner--left {float:right;margin-right:8%;}@media (max-width:1200px) {.case-mineral .worker-sample.worker-sample1 .box__inner.box__inner--left {margin-left:3%;}}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample1 .box__inner.box__inner--left {float:none;margin:auto;}}.case-mineral .worker-sample.worker-sample1 .box__inner.box__inner--right {float:left;margin-left:12%;}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample1 .box__inner.box__inner--right {float:none;margin:auto;}}.case-mineral .worker-sample.worker-sample1 .title-text {position:relative;text-align:left;}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample1 .title-text {text-align:center;}}.case-mineral .worker-sample.worker-sample1 .title-text .h2 {padding-bottom:40px;}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample1 .title-text .h2 {padding-bottom:20px;}}.case-mineral .worker-sample.worker-sample1 .content__text {text-align:left;margin:0 0 80px 0;}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample1 .content__text {margin:0 0 50px 0;text-align:center;}}@media (max-width:768px) {.case-mineral .worker-sample.worker-sample1 .content__text {margin:0 0 20px 0;}}.case-mineral .worker-sample.worker-sample1 .content__text .regular-p {margin:auto;max-width:730px;}.case-mineral .worker-sample.worker-sample1 .img-holder {text-align:left;}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample1 .img-holder {text-align:center;}}.case-mineral .worker-sample.worker-sample1 .img-holder.img-holder--left {text-align:left;}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample1 .img-holder.img-holder--left {text-align:center;}}.case-mineral .worker-sample.worker-sample1 .img-holder.img-holder--right {text-align:right;}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample1 .img-holder.img-holder--right {text-align:center;}}.case-mineral .worker-sample.worker-sample1 .img-holder__img {max-width:600px;height:auto;width:100%;box-shadow:0 0 80px 2px #e2e7ed;margin-bottom:70px;border-radius:30px;}@media (max-width:768px) {.case-mineral .worker-sample.worker-sample1 .img-holder__img {margin-bottom:50px;}}.case-mineral .worker-sample.worker-sample1 .img-holder__img.img-holder__img1 {max-width:595px;}.case-mineral .worker-sample.worker-sample1 .img-holder__img.img-holder__img2 {max-width:170px;margin-top:40%;}@media (max-width:768px) {.case-mineral .worker-sample.worker-sample1 .img-holder__img.img-holder__img2 {margin-top:30px;}}.case-mineral .worker-sample.worker-sample2 {padding:116px 0 125px 0;background:url("../images/caseMineral/section2-bg.png") center center / cover no-repeat;border-bottom:30px solid #76beea;}.case-mineral .worker-sample.worker-sample2 .colors-fonts {position:relative;}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample2 {padding:60px 0 110px 0;}}@media (max-width:768px) {.case-mineral .worker-sample.worker-sample2 {padding:50px 0 80px 0;}}.case-mineral .worker-sample.worker-sample2 .no-gutters-top {margin:auto;max-width:810px;}.case-mineral .worker-sample.worker-sample2 .medium-width {max-width:750px;margin:0 auto;}.case-mineral .worker-sample.worker-sample2 .title-text.title-text1 {padding-bottom:20px;}@media (max-width:1200px) {.case-mineral .worker-sample.worker-sample2 .title-text.title-text1 {padding-bottom:20px;}}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample2 .title-text.title-text1 {padding-bottom:20px;}}@media (max-width:768px) {.case-mineral .worker-sample.worker-sample2 .title-text.title-text1 {padding-bottom:20px;}}.case-mineral .worker-sample.worker-sample2 .title-text.title-text2 {margin:115px 0 80px 0;}@media (max-width:1200px) {.case-mineral .worker-sample.worker-sample2 .title-text.title-text2 {margin:90px 0 80px 0;}}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample2 .title-text.title-text2 {margin:55px 0 55px 0;}}@media (max-width:768px) {.case-mineral .worker-sample.worker-sample2 .title-text.title-text2 {margin:35px 0 35px 0;}}.case-mineral .worker-sample.worker-sample2 .title-text .number {font-family:'Open-Sans-Regular', sans-serif;color:#8e97ad;font-size:18px;display:block;text-align:left;}@media (max-width:1200px) {.case-mineral .worker-sample.worker-sample2 .title-text .number {font-size:17px;}}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample2 .title-text .number {font-size:16px;text-align:center;}}@media (max-width:768px) {.case-mineral .worker-sample.worker-sample2 .title-text .number {font-size:15px;}}.case-mineral .worker-sample.worker-sample2 .content__text {padding-bottom:30px;text-align:center;margin:0;}.case-mineral .worker-sample.worker-sample2 .content__text p {max-width:750px;margin:0 auto;}.case-mineral .worker-sample.worker-sample2 .box {width:100%;max-width:180px;margin:0 auto 20px;position:relative;padding:20px;background:#fff;border-radius:15px;box-shadow:0 10px 30px 9px rgba(0, 0, 0, 0.12);}@media (max-width:1200px) {.case-mineral .worker-sample.worker-sample2 .box {margin:0 auto 20px;}}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample2 .box {margin:0 auto 20px;}}@media (max-width:768px) {.case-mineral .worker-sample.worker-sample2 .box {margin:0 auto 20px;}}.case-mineral .worker-sample.worker-sample2 .box__rectangle {margin:0 auto 28px;width:79px;height:79px;position:relative;border-radius:15px;padding:20px;}.case-mineral .worker-sample.worker-sample2 .box__rectangle.box__rectangle--one {background:#76beea;}.case-mineral .worker-sample.worker-sample2 .box__rectangle.box__rectangle--two {background:#ff700a;}.case-mineral .worker-sample.worker-sample2 .box__rectangle.box__rectangle--three {background:#d8dadc;}.case-mineral .worker-sample.worker-sample2 .box__rectangle.box__rectangle--four {background:#272727;}.case-mineral .worker-sample.worker-sample2 .box__text {text-align:center;color:#272727;font-size:20px;font-family:'Montserrat-Medium', sans-serif;text-transform:uppercase;margin:auto;letter-spacing:0.18em;}.case-mineral .worker-sample.worker-sample2 .box-container {text-align:left;max-width:430px;}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample2 .box-container {margin:auto ;text-align:center;}}.case-mineral .worker-sample.worker-sample2 .box-rectangle-container {margin:auto;max-width:1020px;}.case-mineral .worker-sample.worker-sample2 .font-mineral-box {padding-top:35px;overflow:hidden;margin:auto;max-width:1020px;}@media (max-width:1200px) {.case-mineral .worker-sample.worker-sample2 .font-mineral-box {padding-top:35px;text-align:center;}}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample2 .font-mineral-box {padding-top:35px;text-align:left;}}@media (max-width:768px) {.case-mineral .worker-sample.worker-sample2 .font-mineral-box {padding-top:30px;text-align:center;}}.case-mineral .worker-sample.worker-sample2 .font-mineral-box .box {padding:20px 0 0 0;margin-bottom:20px;max-width:320px;background:transparent;box-shadow:none;}.case-mineral .worker-sample.worker-sample2 .font-mineral-box .box:before {border:none;}.case-mineral .worker-sample.worker-sample2 .font-mineral-box .box.box-1 {font-size:22px;}@media (max-width:1200px) {.case-mineral .worker-sample.worker-sample2 .font-mineral-box .box.box-1 {font-size:19px;}}@media (max-width:768px) {.case-mineral .worker-sample.worker-sample2 .font-mineral-box .box.box-1 {font-size:18px;}}.case-mineral .worker-sample.worker-sample2 .font-mineral-box .box.box-2 {font-size:18px;}@media (max-width:1200px) {.case-mineral .worker-sample.worker-sample2 .font-mineral-box .box.box-2 {font-size:17px;}}@media (max-width:768px) {.case-mineral .worker-sample.worker-sample2 .font-mineral-box .box.box-2 {font-size:16px;}}.case-mineral .worker-sample.worker-sample2 .font-mineral-box .box.box-3 {font-size:18px;}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample2 .font-mineral-box .box.box-3 {margin-bottom:17px;}}@media (max-width:768px) {.case-mineral .worker-sample.worker-sample2 .font-mineral-box .box.box-3 {font-size:16px;}}.case-mineral .worker-sample.worker-sample2 .font-mineral-box .box__title {color:#33332e;line-height:1;display:block;position:relative;font-size:36px;text-align:center;text-transform:uppercase;color:#76beea;}@media (max-width:1200px) {.case-mineral .worker-sample.worker-sample2 .font-mineral-box .box__title {display:block;font-size:34px;}}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample2 .font-mineral-box .box__title {display:inline-block;font-size:32px;}}@media (max-width:768px) {.case-mineral .worker-sample.worker-sample2 .font-mineral-box .box__title {display:inline-block;font-size:30px;}}@media (max-width:460px) {.case-mineral .worker-sample.worker-sample2 .font-mineral-box .box__title {display:block;margin:10px auto 20px;text-align:center;font-size:28px;}}.case-mineral .worker-sample.worker-sample2 .font-mineral-box .box__title.box__title1 {font-family:'Montserrat-Bold', sans-serif;}.case-mineral .worker-sample.worker-sample2 .font-mineral-box .box__title.box__title2 {font-family:'Montserrat-Medium', sans-serif;}.case-mineral .worker-sample.worker-sample2 .font-mineral-box .box__title.box__title3 {font-family:'Montserrat-light', sans-serif;}.case-mineral .worker-sample.worker-sample2 .font-mineral-box .box__text {color:#74757b;font-size:29px;display:block;text-align:center;position:relative;font-family:'Montserrat-light', sans-serif;text-transform:none;vertical-align:middle;margin-top:0px;letter-spacing:0;}@media (max-width:1200px) {.case-mineral .worker-sample.worker-sample2 .font-mineral-box .box__text {font-size:27px;}}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample2 .font-mineral-box .box__text {font-size:24px;}}@media (max-width:768px) {.case-mineral .worker-sample.worker-sample2 .font-mineral-box .box__text {font-size:22px;}}@media (max-width:460px) {.case-mineral .worker-sample.worker-sample2 .font-mineral-box .box__text {font-size:20px;}}.case-mineral .worker-sample.worker-sample3 {padding:114px 0 0px 0;background:url("../images/caseMineral/section3-bg.png") bottom center / auto no-repeat;position:relative;border-bottom:30px solid #76beea;}@media (max-width:1200px) {.case-mineral .worker-sample.worker-sample3 {padding:110px 0 0px 0;}}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample3 {padding:100px 0 0px 0;}}@media (max-width:768px) {.case-mineral .worker-sample.worker-sample3 {padding:70px 0 0px 0;}}.case-mineral .worker-sample.worker-sample3 .no-gutters-top {margin-left:-15px;margin-right:-15px;overflow:hidden;}.case-mineral .worker-sample.worker-sample3 .title-text {position:relative;text-align:center;margin-right:-15px;}@media (max-width:1200px) {.case-mineral .worker-sample.worker-sample3 .title-text {margin-right:auto;}}@media (max-width:768px) {.case-mineral .worker-sample.worker-sample3 .title-text {text-align:center;}}.case-mineral .worker-sample.worker-sample3 .content__text {margin:46px auto 60px;max-width:750px;min-height:132px;}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample3 .content__text {margin:40px auto 80px ;}}@media (max-width:768px) {.case-mineral .worker-sample.worker-sample3 .content__text {margin:20px auto 60px ;}}.case-mineral .worker-sample.worker-sample3 .content__text .regular-p {text-align:center;padding-bottom:20px;}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample3 .content__text .regular-p {text-align:center;padding-bottom:10px;}}.case-mineral .worker-sample.worker-sample3 .img-holder {text-align:left;}.case-mineral .worker-sample.worker-sample3 .img-holder.img-holder--center {text-align:center;margin-left:-15px;margin-right:-15px;}@media (max-width:768px) {.case-mineral .worker-sample.worker-sample3 .img-holder.img-holder--center {text-align:center;margin-left:0px;margin-right:0px;}}.case-mineral .worker-sample.worker-sample3 .img-holder__img {max-width:1170px;height:auto;width:100%;margin-bottom:0px;filter:drop-shadow(0px 0px 70px rgba(0, 0, 0, 0.23));}.case-mineral .worker-sample.worker-sample3 .medium-width {max-width:750px;margin:0 auto;}.case-mineral .worker-sample.worker-sample4 {padding:110px 0 810px 0;background:url("../images/caseMineral/blue-bg.png") center bottom / auto no-repeat;border-bottom:30px solid #76beea;}@media (max-width:1200px) {.case-mineral .worker-sample.worker-sample4 {background:url("../images/caseMineral/blue-bg.png") center bottom / 140% 83% no-repeat;}}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample4 {padding:110px 0 500px 0;background:url("../images/caseMineral/blue-bg.png") center bottom / auto no-repeat;}}@media (max-width:768px) {.case-mineral .worker-sample.worker-sample4 {padding:110px 0 350px 0;background:url("../images/caseMineral/blue-bg.png") center bottom / 250% 80% no-repeat;}}@media (max-width:500px) {.case-mineral .worker-sample.worker-sample4 {padding:110px 0 450px 0;}}.case-mineral .worker-sample.worker-sample4 .adaptive {font-family:'Montserrat-ExtraBold', sans-serif;font-size:17px;text-align:center;max-width:250px;display:block;color:#fff;margin-left:-15px;padding-bottom:41px;padding-top:115px;}@media (max-width:1400px) {.case-mineral .worker-sample.worker-sample4 .adaptive {margin-left:0;}}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample4 .adaptive {padding-top:50px;padding-bottom:20px;max-width:none;}}.case-mineral .worker-sample.worker-sample4 .title-text {position:relative;}.case-mineral .worker-sample.worker-sample4 .title-text.title-text--left {text-align:left;}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample4 .title-text.title-text--left {text-align:center;}}@media (max-width:768px) {.case-mineral .worker-sample.worker-sample4 .title-text.title-text--left {text-align:center;}}.case-mineral .worker-sample.worker-sample4 .content__text {text-align:center;margin:50px 0 95px 0;min-height:112px;}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample4 .content__text {margin:30px 0 30px 0;}}@media (max-width:768px) {.case-mineral .worker-sample.worker-sample4 .content__text {margin:20px 0 20px 0;}}.case-mineral .worker-sample.worker-sample4 .content__text.content__text--smallmargin {margin:0 0 30px 0;}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample4 .content__text.content__text--smallmargin {margin:0 0 20px 0;}}@media (max-width:768px) {.case-mineral .worker-sample.worker-sample4 .content__text.content__text--smallmargin {margin:0 0 10px 0;}}.case-mineral .worker-sample.worker-sample4 .content__text .regular-p {margin:auto;max-width:770px;}.case-mineral .worker-sample.worker-sample4 .content__text .regular-p.regular-p-left {text-align:left;}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample4 .content__text .regular-p.regular-p-left {text-align:center;}}.case-mineral .worker-sample.worker-sample4 .img-holder {text-align:left;}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample4 .img-holder {text-align:center;}}.case-mineral .worker-sample.worker-sample4 .img-holder.img-holder--left {text-align:left;}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample4 .img-holder.img-holder--left {text-align:center;}}.case-mineral .worker-sample.worker-sample4 .img-holder.img-holder--right {text-align:left;margin-left:-15px;}@media (max-width:1400px) {.case-mineral .worker-sample.worker-sample4 .img-holder.img-holder--right {margin-left:0;}}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample4 .img-holder.img-holder--right {text-align:center;}}.case-mineral .worker-sample.worker-sample4 .img-holder__img {max-width:600px;height:auto;width:100%;margin-bottom:0px;}@media (max-width:768px) {.case-mineral .worker-sample.worker-sample4 .img-holder__img {margin-bottom:0px;}}.case-mineral .worker-sample.worker-sample4 .img-holder__img.img-holder__img1 {max-width:1200px;margin-bottom:120px;}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample4 .img-holder__img.img-holder__img1 {margin-bottom:50px;}}@media (max-width:768px) {.case-mineral .worker-sample.worker-sample4 .img-holder__img.img-holder__img1 {margin-bottom:30px;}}.case-mineral .worker-sample.worker-sample4 .img-holder__img.img-holder__img2 {max-width:785px;margin-left:30px;box-shadow:0 0px 30px 1px rgba(0, 0, 0, 0.23);}@media (max-width:1400px) {.case-mineral .worker-sample.worker-sample4 .img-holder__img.img-holder__img2 {margin-left:0px;}}.case-mineral .worker-sample.worker-sample4 .img-holder__img.img-holder__img3 {max-width:250px;padding-bottom:74%;}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample4 .img-holder__img.img-holder__img3 {max-width:200px;padding-bottom:20px;}}.case-mineral .worker-sample.worker-sample4 .img-holder__img.img-holder__img4 {max-width:250px;}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample4 .img-holder__img.img-holder__img4 {max-width:200px;padding-bottom:20px;}}.case-mineral .worker-sample.worker-sample5 {position:relative;margin-bottom:-1134px;top:-665px;padding:0px 0 0px 0;border-bottom:30px solid #76beea;display:inline-block;width:100%;}@media (max-width:1200px) {.case-mineral .worker-sample.worker-sample5 {margin-bottom:-1023px;top:-600px;}}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample5 {padding:0px 0 0px 0;top:-500px;margin-bottom:-805px;}}@media (max-width:768px) {.case-mineral .worker-sample.worker-sample5 {padding:0px 0 0px 0;top:-360px;margin-bottom:-655px;}}@media (max-width:500px) {.case-mineral .worker-sample.worker-sample5 {top:-460px;margin-bottom:-600px;}}.case-mineral .worker-sample.worker-sample5 .shorted-section {max-width:820px;margin:auto;}.case-mineral .worker-sample.worker-sample5 .title-text {position:relative;}.case-mineral .worker-sample.worker-sample5 .title-text.title-text--left {text-align:left;}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample5 .title-text.title-text--left {text-align:center;}}@media (max-width:768px) {.case-mineral .worker-sample.worker-sample5 .title-text.title-text--left {text-align:center;}}.case-mineral .worker-sample.worker-sample5 .content__text {text-align:center;margin:50px 0 43px 0;min-height:112px;}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample5 .content__text {margin:50px 0 20px 0;}}@media (max-width:768px) {.case-mineral .worker-sample.worker-sample5 .content__text {margin:30px 0 20px 0;}}.case-mineral .worker-sample.worker-sample5 .content__text.content__text--smallmargin {margin:0 0 30px 0;}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample5 .content__text.content__text--smallmargin {margin:0 0 20px 0;}}@media (max-width:768px) {.case-mineral .worker-sample.worker-sample5 .content__text.content__text--smallmargin {margin:0 0 10px 0;}}.case-mineral .worker-sample.worker-sample5 .content__text .regular-p {margin:auto;max-width:730px;}.case-mineral .worker-sample.worker-sample5 .content__text .regular-p.regular-p-left {text-align:left;}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample5 .content__text .regular-p.regular-p-left {text-align:center;}}.case-mineral .worker-sample.worker-sample5 .img-holder {text-align:center;position:relative;z-index:2;}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample5 .img-holder {text-align:center;}}.case-mineral .worker-sample.worker-sample5 .img-holder__img {max-width:600px;height:auto;width:100%;margin-bottom:0px;}.case-mineral .worker-sample.worker-sample5 .img-holder__img.img-holder__img1 {max-width:1110px;box-shadow:0 0px 30px 1px rgba(0, 0, 0, 0.23);}.case-mineral .worker-sample.worker-sample5 .img-holder__img.img-holder__img2 {max-width:250px;position:absolute;right:-55px;top:32%;}@media (max-width:1400px) {.case-mineral .worker-sample.worker-sample5 .img-holder__img.img-holder__img2 {display:none;}}.case-mineral .worker-sample.worker-sample5 .img-holder__img.img-holder__img3 {max-width:250px;position:absolute;left:-55px;top:64%;}@media (max-width:1400px) {.case-mineral .worker-sample.worker-sample5 .img-holder__img.img-holder__img3 {display:none;}}.case-mineral .worker-sample.worker-sample6 {position:relative;padding:580px 0 145px 0;background:url("../images/caseMineral/blue-bg2.png") center center / cover no-repeat;border-top:30px solid #76beea;}@media (max-width:1200px) {.case-mineral .worker-sample.worker-sample6 {padding:480px 0 145px 0;}}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample6 {padding:380px 0 145px 0;background:url(../images/caseMineral/blue-bg2.png) center center / 200% 100% no-repeat;}}@media (max-width:768px) {.case-mineral .worker-sample.worker-sample6 {padding:280px 0 80px 0;}}@media (max-width:488px) {.case-mineral .worker-sample.worker-sample6 {padding:150px 0 80px 0;}}.case-mineral .worker-sample.worker-sample6 .shorted-section {max-width:820px;margin:auto;}.case-mineral .worker-sample.worker-sample6 .title-text {position:relative;}.case-mineral .worker-sample.worker-sample6 .title-text.title-text--left {text-align:left;}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample6 .title-text.title-text--left {text-align:center;}}@media (max-width:768px) {.case-mineral .worker-sample.worker-sample6 .title-text.title-text--left {text-align:center;}}.case-mineral .worker-sample.worker-sample6 .content__text {text-align:center;margin:50px 0 180px 0;min-height:132px;}@media (max-width:1200px) {.case-mineral .worker-sample.worker-sample6 .content__text {margin:50px 0 150px 0;}}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample6 .content__text {margin:30px 0 100px 0;}}@media (max-width:768px) {.case-mineral .worker-sample.worker-sample6 .content__text {margin:30px 0 20px 0;}}.case-mineral .worker-sample.worker-sample6 .content__text.content__text--smallmargin {margin:0 0 30px 0;}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample6 .content__text.content__text--smallmargin {margin:0 0 20px 0;}}@media (max-width:768px) {.case-mineral .worker-sample.worker-sample6 .content__text.content__text--smallmargin {margin:0 0 10px 0;}}.case-mineral .worker-sample.worker-sample6 .content__text .regular-p {margin:auto;max-width:730px;}.case-mineral .worker-sample.worker-sample6 .content__text .regular-p.regular-p-left {text-align:left;}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample6 .content__text .regular-p.regular-p-left {text-align:center;}}.case-mineral .worker-sample.worker-sample6 .img-holder {text-align:center;}@media (max-width:992px) {.case-mineral .worker-sample.worker-sample6 .img-holder {text-align:center;}}.case-mineral .worker-sample.worker-sample6 .img-holder__img {max-width:600px;height:auto;width:100%;margin-bottom:40px;box-shadow:0 0px 30px 1px rgba(0, 0, 0, 0.23);}@media (max-width:768px) {.case-mineral .worker-sample.worker-sample6 .img-holder__img {margin-bottom:40px;}}.case-mineral .worker-sample.worker-sample6 .img-holder__img.img-holder__img1 {max-width:555px;}.case-mineral .worker-sample.worker-sample6 .img-holder__img.img-holder__img2 {max-width:555px;margin-top:106px;}@media (max-width:768px) {.case-mineral .worker-sample.worker-sample6 .img-holder__img.img-holder__img2 {margin-top:0px;}}.case-mineral .worker-sample.worker-sample6 .img-holder__img.img-holder__img3 {max-width:555px;}.case-mineral .worker-sample.worker-sample6 .img-holder__img.img-holder__img4 {max-width:555px;}.case-mymoneyjar {counter-reset:number;background:#fff;}.case-mymoneyjar p {font-family:'Roboto-Regular', sans-serif;color:#172038;line-height:1.5;font-size:20px;letter-spacing:0.04em;}@media (max-width:1200px) {.case-mymoneyjar p {font-size:18px;}}@media (max-width:992px) {.case-mymoneyjar p {font-size:17px;}}@media (max-width:768px) {.case-mymoneyjar p {font-size:16px;}}.case-mymoneyjar .h4 {font-size:100px;font-family:'Roboto-Bold', sans-serif;color:#172038;display:inline-block;vertical-align:middle;}@media (max-width:1200px) {.case-mymoneyjar .h4 {font-size:50px;}}@media (max-width:992px) {.case-mymoneyjar .h4 {font-size:40px;}}@media (max-width:768px) {.case-mymoneyjar .h4 {font-size:30px;}}@media (max-width:460px) {.case-mymoneyjar .h4 {font-size:28px;}}.case-mymoneyjar .h4.h4--white {color:#fff;}.case-mymoneyjar .h4.h4--big-gray {color:#f0f2f9;font-size:155px;font-family:'Roboto-Black', sans-serif;}@media (max-width:1200px) {.case-mymoneyjar .h4.h4--big-gray {font-size:100px;}}@media (max-width:992px) {.case-mymoneyjar .h4.h4--big-gray {font-size:60px;}}@media (max-width:768px) {.case-mymoneyjar .h4.h4--big-gray {font-size:35px;}}@media (max-width:460px) {.case-mymoneyjar .h4.h4--big-gray {font-size:28px;}}.case-mymoneyjar .h5 {font-family:'Roboto-Bold', sans-serif;color:#fff;line-height:1.2;font-size:35px;letter-spacing:0;margin-bottom:30px;}@media (max-width:1200px) {.case-mymoneyjar .h5 {font-size:32px;margin-bottom:20px;}}@media (max-width:992px) {.case-mymoneyjar .h5 {font-size:24px;}}@media (max-width:768px) {.case-mymoneyjar .h5 {font-size:22px;}}.case-mymoneyjar .title-text {text-align:center;position:relative;z-index:2;}@media (max-width:768px) {.case-mymoneyjar .title-text {text-align:center;}}.case-mymoneyjar .title-text .h4 {margin-bottom:90px;position:relative;z-index:2;}@media (max-width:992px) {.case-mymoneyjar .title-text .h4 {margin-bottom:80px;text-align:center;}}@media (max-width:768px) {.case-mymoneyjar .title-text .h4 {margin-bottom:70px;}}@media (max-width:460px) {.case-mymoneyjar .title-text .h4 {margin-bottom:60px;}}.case-mymoneyjar .title-aside {font-family:"Roboto-Regular", sans-serif;color:#fff;position:absolute;bottom:143px;left:-58px;margin:auto;color:#3f4050;transform:rotate(-90deg);font-size:17px;display:block;text-transform:uppercase;}@media (max-width:992px) {.case-mymoneyjar .title-aside {display:none;}}.case-mymoneyjar .title-aside.title-aside1 {bottom:112px;}.case-mymoneyjar .title-aside.title-aside2 {bottom:112px;left:-80px;}.case-mymoneyjar .title-aside.title-aside3 {bottom:112px;left:-80px;}.case-mymoneyjar .title-aside.title-aside4 {bottom:112px;left:-68px;}.case-mymoneyjar .title-aside.title-aside5 {bottom:104px;left:-83px;}.case-mymoneyjar .title-aside.title-aside6 {bottom:107px;left:-53px;}.case-mymoneyjar .title-aside.title-aside7 {bottom:102px;left:-64px;}.case-mymoneyjar .title-aside.title-aside8 {bottom:100px;left:-53px;}.case-mymoneyjar .title-aside.title-aside--white {color:#fff;}.case-mymoneyjar .title-aside .lineaside {display:inline-block;vertical-align:middle;height:2px;width:50px;background:#3f4050;margin-right:10px;}.case-mymoneyjar .title-aside .lineaside.lineaside--white {background:#fff;}.case-mymoneyjar .float-change {float:right;}@media (max-width:768px) {.case-mymoneyjar .float-change {float:left;}}.case-mymoneyjar .container-short {margin:auto;max-width:1005px;}.case-mymoneyjar .row.no-gutters {margin-left:0;margin-right:0;}.case-mymoneyjar .row.no-gutters > [class^="col-"] {padding-left:0;padding-right:0;}.case-mymoneyjar .main-title {background:url(../images/caseMymoneyjar/main-bg.png) center top -90px / auto no-repeat;width:100%;-webkit-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);-moz-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);position:relative;}@media (max-width:992px) {.case-mymoneyjar .main-title {background:url(../images/caseMymoneyjar/main-bg.png) center top -90px / cover no-repeat;}}.case-mymoneyjar .main-title__container-notable {min-height:880px;width:100%;}@media (max-width:1200px) {.case-mymoneyjar .main-title__container-notable {min-height:750px;}}@media (max-width:992px) {.case-mymoneyjar .main-title__container-notable {min-height:750px;}}@media (max-width:768px) {.case-mymoneyjar .main-title__container-notable {min-height:550px;}}@media (max-width:460px) {.case-mymoneyjar .main-title__container-notable {min-height:400px;}}.case-mymoneyjar .main-title .title-holder-colored {vertical-align:top;padding-top:0px;text-align:left;}@media (max-width:1200px) {.case-mymoneyjar .main-title .title-holder-colored {padding-top:0px;}}@media (max-width:992px) {.case-mymoneyjar .main-title .title-holder-colored {padding-top:0px;}}@media (max-width:768px) {.case-mymoneyjar .main-title .title-holder-colored {padding-top:0px;text-align:center;}}.case-mymoneyjar .main-title .title-holder-colored .h1 {display:none;}.case-mymoneyjar .main-title .title-holder-colored .text {margin:20px auto 0;max-width:550px;}@media (max-width:1200px) {.case-mymoneyjar .main-title .title-holder-colored .text {margin:20px auto 0;max-width:440px;}}@media (max-width:992px) {.case-mymoneyjar .main-title .title-holder-colored .text {margin:20px auto 0;}}@media (max-width:768px) {.case-mymoneyjar .main-title .title-holder-colored .text {margin:20px auto 0;}}.case-mymoneyjar .main-title .title-holder-colored .text p {font-family:"Roboto-Light", sans-serif;color:#fff;line-height:1.5;}.case-mymoneyjar .main-title .title-holder-colored .text p .bold {font-family:"Roboto-Black", sans-serif;}.case-mymoneyjar .main-title .title-holder-colored__img {width:100%;max-width:250px;padding-bottom:38px;padding-top:160px;margin:auto;}@media (max-width:1200px) {.case-mymoneyjar .main-title .title-holder-colored__img {font-size:50px;padding-bottom:15px;padding-top:160px;}}@media (max-width:992px) {.case-mymoneyjar .main-title .title-holder-colored__img {font-size:42px;padding-bottom:10px;max-width:200px;padding-top:100px;}}@media (max-width:768px) {.case-mymoneyjar .main-title .title-holder-colored__img {font-size:30px;padding-bottom:10px;max-width:160px;padding-top:60px;}}@media (max-width:460px) {.case-mymoneyjar .main-title .title-holder-colored__img {padding-top:30px;}}.case-mymoneyjar .laptop-section {text-align:center;position:relative;margin-top:120px;width:100%;}@media (max-width:1200px) {.case-mymoneyjar .laptop-section {margin-top:100px;}}@media (max-width:992px) {.case-mymoneyjar .laptop-section {margin-top:90px;}}@media (max-width:768px) {.case-mymoneyjar .laptop-section {margin-top:70px;}}@media (max-width:460px) {.case-mymoneyjar .laptop-section {margin-top:50px;}}.case-mymoneyjar .laptop-section .laptop {max-width:940px;margin:auto;position:relative;z-index:10;margin-left:-150px;}@media (max-width:1200px) {.case-mymoneyjar .laptop-section .laptop {margin-left:0px;}}.case-mymoneyjar .laptop-section .laptop__img {display:inline-block;vertical-align:top;text-align:center;width:100%;height:auto;}.case-mymoneyjar .main-bg-big {background:url("../images/caseMymoneyjar/big-bg.png") center 64% / auto no-repeat;}@media (max-width:992px) {.case-mymoneyjar .main-bg-big {background-size:150%;}}@media (max-width:600px) {.case-mymoneyjar .main-bg-big {background-size:200%;}}@media (max-width:500px) {.case-mymoneyjar .main-bg-big {background-size:230%;}}.case-mymoneyjar .employment {padding:250px 0 200px 0;background:url("../images/caseMymoneyjar/employment-bg.png") center bottom -1px / cover no-repeat;position:relative;}@media (max-width:992px) {.case-mymoneyjar .employment {padding:180px 0 130px 0;}}@media (max-width:768px) {.case-mymoneyjar .employment {padding:160px 0 90px 0;}}.case-mymoneyjar .employment .title-text {text-align:center;position:relative;z-index:2;}@media (max-width:768px) {.case-mymoneyjar .employment .title-text {text-align:center;}}.case-mymoneyjar .employment .title-text .h4 {color:#fff;margin-bottom:80px;}@media (max-width:992px) {.case-mymoneyjar .employment .title-text .h4 {text-align:center;margin-bottom:60px;}}@media (max-width:768px) {.case-mymoneyjar .employment .title-text .h4 {margin-bottom:40px;}}.case-mymoneyjar .employment .text {text-align:left;margin:0 auto;max-width:950px;position:relative;z-index:4;}@media (max-width:992px) {.case-mymoneyjar .employment .text {text-align:center;}}.case-mymoneyjar .employment .text p {color:#fff;}.case-mymoneyjar .content {padding:30px 0;}.case-mymoneyjar .content__text {margin:20px 0 0 0;text-align:left;width:100%;position:relative;z-index:9;}@media (max-width:992px) {.case-mymoneyjar .content__text {text-align:center;}}.case-mymoneyjar .worker-sample {text-align:center;}.case-mymoneyjar .worker-sample .title-holder {display:block;}.case-mymoneyjar .worker-sample.worker-sample1 {padding:20px 0 170px 0;}.case-mymoneyjar .worker-sample.worker-sample1 .colors-fonts {position:relative;}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample1 {padding:30px 0 150px 0;background-size:contain;}}@media (max-width:768px) {.case-mymoneyjar .worker-sample.worker-sample1 {padding:30px 0 130px 0;}}.case-mymoneyjar .worker-sample.worker-sample1 .title-text.title-text1 {padding-bottom:20px;}@media (max-width:1200px) {.case-mymoneyjar .worker-sample.worker-sample1 .title-text.title-text1 {padding-bottom:20px;}}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample1 .title-text.title-text1 {padding-bottom:20px;}}@media (max-width:768px) {.case-mymoneyjar .worker-sample.worker-sample1 .title-text.title-text1 {padding-bottom:20px;}}@media (max-width:768px) {.case-mymoneyjar .worker-sample.worker-sample1 .title-text.title-text2 {padding-top:50px;}}.case-mymoneyjar .worker-sample.worker-sample1 .title-text .number {font-family:'Open-Sans-Regular', sans-serif;color:#8e97ad;font-size:18px;display:block;text-align:left;}@media (max-width:1200px) {.case-mymoneyjar .worker-sample.worker-sample1 .title-text .number {font-size:17px;}}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample1 .title-text .number {font-size:16px;text-align:center;}}@media (max-width:768px) {.case-mymoneyjar .worker-sample.worker-sample1 .title-text .number {font-size:15px;}}.case-mymoneyjar .worker-sample.worker-sample1 .content__text {padding-bottom:30px;text-align:center;margin:0;}.case-mymoneyjar .worker-sample.worker-sample1 .content__text p {max-width:750px;margin:0 auto;}.case-mymoneyjar .worker-sample.worker-sample1 .short-box {margin:auto;max-width:1050px;padding-top:40px;}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample1 .short-box {padding-top:30px;}}@media (max-width:768px) {.case-mymoneyjar .worker-sample.worker-sample1 .short-box {padding-top:20px;}}.case-mymoneyjar .worker-sample.worker-sample1 .box {width:100%;max-width:118px;margin:27px auto 20px;position:relative;}@media (max-width:1200px) {.case-mymoneyjar .worker-sample.worker-sample1 .box {margin:0 auto 20px;}}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample1 .box {margin:0 auto 20px;}}@media (max-width:768px) {.case-mymoneyjar .worker-sample.worker-sample1 .box {margin:0 auto 20px;}}.case-mymoneyjar .worker-sample.worker-sample1 .box:after {content:"";width:118px;height:118px;left:0px;top:-26px;margin:auto;border-radius:50%;position:absolute;background:rgba(239, 232, 232, 0.1);}.case-mymoneyjar .worker-sample.worker-sample1 .box.box--one:after {background:#2b4c91;}.case-mymoneyjar .worker-sample.worker-sample1 .box.box--two:after {background:#f5a40c;}.case-mymoneyjar .worker-sample.worker-sample1 .box.box--three:after {background:#172234;}.case-mymoneyjar .worker-sample.worker-sample1 .box__rectangle {max-width:66px;width:100%;height:66px;position:relative;border-radius:50%;margin:50px auto 41px;z-index:10;}.case-mymoneyjar .worker-sample.worker-sample1 .box__rectangle.box__rectangle--one {background:#fff;border:15px solid #aab7d3;}.case-mymoneyjar .worker-sample.worker-sample1 .box__rectangle.box__rectangle--two {background:#fff;border:15px solid #fbdb9e;}.case-mymoneyjar .worker-sample.worker-sample1 .box__rectangle.box__rectangle--three {background:#fff;border:15px solid #a2a7ae;}.case-mymoneyjar .worker-sample.worker-sample1 .box__text {display:block;text-align:center;color:#3f4050;font-size:18px;font-family:'Roboto-Light', sans-serif;margin:auto;text-transform:normal;}.case-mymoneyjar .worker-sample.worker-sample1 .box-container {text-align:left;max-width:430px;}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample1 .box-container {margin:auto ;text-align:center;}}.case-mymoneyjar .worker-sample.worker-sample1 .font-box-row {margin-top:62px;}@media (max-width:1200px) {.case-mymoneyjar .worker-sample.worker-sample1 .font-box-row {margin-top:52px;}}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample1 .font-box-row {margin-top:42px;}}@media (max-width:768px) {.case-mymoneyjar .worker-sample.worker-sample1 .font-box-row {margin-top:32px;}}.case-mymoneyjar .worker-sample.worker-sample1 .font-mymoneyjar-box {padding-top:40px;position:relative;margin:auto;}@media (max-width:1200px) {.case-mymoneyjar .worker-sample.worker-sample1 .font-mymoneyjar-box {padding-top:30px;text-align:center;}}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample1 .font-mymoneyjar-box {padding-top:20px;text-align:left;}}@media (max-width:768px) {.case-mymoneyjar .worker-sample.worker-sample1 .font-mymoneyjar-box {padding-top:15px;text-align:center;}}.case-mymoneyjar .worker-sample.worker-sample1 .font-mymoneyjar-box .box {margin-bottom:20px;max-width:320px;}.case-mymoneyjar .worker-sample.worker-sample1 .font-mymoneyjar-box .box:before {border:none;}.case-mymoneyjar .worker-sample.worker-sample1 .font-mymoneyjar-box .box.box-1 {margin:27px 0 20px 0;font-size:22px;}@media (max-width:1200px) {.case-mymoneyjar .worker-sample.worker-sample1 .font-mymoneyjar-box .box.box-1 {font-size:19px;}}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample1 .font-mymoneyjar-box .box.box-1 {margin:27px auto 20px;}}@media (max-width:768px) {.case-mymoneyjar .worker-sample.worker-sample1 .font-mymoneyjar-box .box.box-1 {font-size:18px;}}.case-mymoneyjar .worker-sample.worker-sample1 .font-mymoneyjar-box .box.box-2 {margin:27px 0 20px 0;font-size:18px;}@media (max-width:1200px) {.case-mymoneyjar .worker-sample.worker-sample1 .font-mymoneyjar-box .box.box-2 {font-size:17px;}}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample1 .font-mymoneyjar-box .box.box-2 {margin:27px auto 20px;}}@media (max-width:768px) {.case-mymoneyjar .worker-sample.worker-sample1 .font-mymoneyjar-box .box.box-2 {font-size:16px;}}.case-mymoneyjar .worker-sample.worker-sample1 .font-mymoneyjar-box .box.box-3 {margin:27px 0 20px 0;margin-left:-30px;font-size:18px;}@media (max-width:1200px) {.case-mymoneyjar .worker-sample.worker-sample1 .font-mymoneyjar-box .box.box-3 {margin-left:0px;}}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample1 .font-mymoneyjar-box .box.box-3 {margin-bottom:17px;margin:27px auto 20px;}}@media (max-width:768px) {.case-mymoneyjar .worker-sample.worker-sample1 .font-mymoneyjar-box .box.box-3 {font-size:16px;}}.case-mymoneyjar .worker-sample.worker-sample1 .font-mymoneyjar-box .box__title {color:#172038;line-height:1;display:block;position:relative;font-size:24px;}@media (max-width:1200px) {.case-mymoneyjar .worker-sample.worker-sample1 .font-mymoneyjar-box .box__title {display:block;font-size:23px;}}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample1 .font-mymoneyjar-box .box__title {display:inline-block;font-size:22px;}}@media (max-width:460px) {.case-mymoneyjar .worker-sample.worker-sample1 .font-mymoneyjar-box .box__title {display:block;font-size:20px;text-align:center;}}.case-mymoneyjar .worker-sample.worker-sample1 .font-mymoneyjar-box .box__title.box__title1 {font-family:'Roboto-Bold', sans-serif;font-size:152px;text-align:right;padding-right:10px;}@media (max-width:1200px) {.case-mymoneyjar .worker-sample.worker-sample1 .font-mymoneyjar-box .box__title.box__title1 {font-size:140px;padding-right:0px;}}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample1 .font-mymoneyjar-box .box__title.box__title1 {font-size:120px;}}@media (max-width:460px) {.case-mymoneyjar .worker-sample.worker-sample1 .font-mymoneyjar-box .box__title.box__title1 {font-size:100px;text-align:center;}}.case-mymoneyjar .worker-sample.worker-sample1 .font-mymoneyjar-box .box__title.box__title2 {font-family:'Roboto-Regular', sans-serif;}.case-mymoneyjar .worker-sample.worker-sample1 .font-mymoneyjar-box .box__title.box__title3 {font-family:'Roboto-Bold', sans-serif;}.case-mymoneyjar .worker-sample.worker-sample1 .font-mymoneyjar-box .box__text {color:#172038;padding-left:0px;display:inline-block;position:relative;font-family:'Roboto-Regular', sans-serif;text-transform:capitalize;vertical-align:middle;margin-top:30px;text-align:left;}@media (max-width:768px) {.case-mymoneyjar .worker-sample.worker-sample1 .font-mymoneyjar-box .box__text {display:block;text-align:center;}}.case-mymoneyjar .worker-sample.worker-sample1 .font-mymoneyjar-box .box__text p {line-height:1.1;letter-spacing:0.1em;margin-bottom:13px;font-size:20px;}@media (max-width:1200px) {.case-mymoneyjar .worker-sample.worker-sample1 .font-mymoneyjar-box .box__text p {font-size:18px;}}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample1 .font-mymoneyjar-box .box__text p {font-size:17px;}}@media (max-width:768px) {.case-mymoneyjar .worker-sample.worker-sample1 .font-mymoneyjar-box .box__text p {font-size:16px;}}@media (max-width:460px) {.case-mymoneyjar .worker-sample.worker-sample1 .font-mymoneyjar-box .box__text p {font-size:15px;}}@media (max-width:400px) {.case-mymoneyjar .worker-sample.worker-sample1 .font-mymoneyjar-box .box__text p {font-size:13px;}}.case-mymoneyjar .worker-sample.worker-sample1 .font-mymoneyjar-box .box__text.box__text2 {font-family:'Roboto-Regular', sans-serif;}.case-mymoneyjar .worker-sample.worker-sample1 .font-mymoneyjar-box .box__text.box__text3 {font-family:'Roboto-Bold', sans-serif;}.case-mymoneyjar .worker-sample.worker-sample2 {padding:0px 0 5px 0;background:#f5a40c;position:relative;z-index:6;}@media (max-width:1200px) {.case-mymoneyjar .worker-sample.worker-sample2 {padding:0px 0 0px 0;}}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample2 {padding:0px 0 0px 0;background-size:contain;}}@media (max-width:768px) {.case-mymoneyjar .worker-sample.worker-sample2 {padding:0px 0 0px 0;}}.case-mymoneyjar .worker-sample.worker-sample2 .shape-yellow-round {position:relative;z-index:1;}.case-mymoneyjar .worker-sample.worker-sample2 .shape-yellow-round:before {position:absolute;height:620px;width:150%;content:"";top:-90px;left:-25%;right:0;margin:auto;background:#f5a40c;border-radius:50%;border-bottom-left-radius:0;border-bottom-right-radius:0;z-index:0;}@media (max-width:768px) {.case-mymoneyjar .worker-sample.worker-sample2 .shape-yellow-round:before {height:320px;}}.case-mymoneyjar .worker-sample.worker-sample2 .no-gutters-top {margin-left:-15px;margin-right:-15px;overflow:hidden;}.case-mymoneyjar .worker-sample.worker-sample2 .title-text {position:relative;text-align:center;margin-top:30px;}@media (max-width:768px) {.case-mymoneyjar .worker-sample.worker-sample2 .title-text {text-align:center;}}.case-mymoneyjar .worker-sample.worker-sample2 .content__text {margin:25px auto 90px;max-width:950px;}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample2 .content__text {margin:20px auto 80px ;}}@media (max-width:768px) {.case-mymoneyjar .worker-sample.worker-sample2 .content__text {margin:20px auto 60px ;}}.case-mymoneyjar .worker-sample.worker-sample2 .content__text .regular-p {text-align:left;padding-bottom:20px;color:#fff;}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample2 .content__text .regular-p {text-align:center;padding-bottom:10px;}}.case-mymoneyjar .worker-sample.worker-sample2 .img-holder {text-align:center;position:relative;z-index:10;}.case-mymoneyjar .worker-sample.worker-sample2 .img-holder.img-holder--center {text-align:center;}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample2 .img-holder {text-align:center;}}.case-mymoneyjar .worker-sample.worker-sample2 .img-holder__img {max-width:1005px;height:auto;width:100%;margin-bottom:20px;box-shadow:0px 15px 30px 0 rgba(0, 0, 0, 0.38);border-radius:10px;}.case-mymoneyjar .worker-sample.worker-sample2 .medium-width {max-width:750px;margin:0 auto;}.case-mymoneyjar .worker-sample.worker-sample3 {padding:125px 0 140px 0;background:url("../images/caseMymoneyjar/tra-waves.png") center bottom / auto no-repeat;}@media (max-width:1200px) {.case-mymoneyjar .worker-sample.worker-sample3 {padding:110px 0 130px 0;background-size:contain;}}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample3 {padding:100px 0 100px 0;background-size:contain;}}@media (max-width:768px) {.case-mymoneyjar .worker-sample.worker-sample3 {padding:80px 0 60px 0;background-size:contain;}}.case-mymoneyjar .worker-sample.worker-sample3 .shorted-section {max-width:820px;margin:auto;}.case-mymoneyjar .worker-sample.worker-sample3 .title-text {position:relative;}.case-mymoneyjar .worker-sample.worker-sample3 .title-text.title-text--left {text-align:left;}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample3 .title-text.title-text--left {text-align:center;}}@media (max-width:768px) {.case-mymoneyjar .worker-sample.worker-sample3 .title-text.title-text--left {text-align:center;}}.case-mymoneyjar .worker-sample.worker-sample3 .content__text {text-align:left;margin:20px 0 80px 0;}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample3 .content__text {margin:20px 0 50px 0;text-align:center;}}@media (max-width:768px) {.case-mymoneyjar .worker-sample.worker-sample3 .content__text {margin:10px 0 20px 0;}}.case-mymoneyjar .worker-sample.worker-sample3 .content__text .regular-p {margin:auto;max-width:950px;}.case-mymoneyjar .worker-sample.worker-sample3 .content__text .regular-p.regular-p-left {text-align:left;}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample3 .content__text .regular-p.regular-p-left {text-align:center;}}.case-mymoneyjar .worker-sample.worker-sample3 .img-holder {text-align:center;}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample3 .img-holder {text-align:center;}}.case-mymoneyjar .worker-sample.worker-sample3 .img-holder__img {max-width:1005px;height:auto;width:100%;box-shadow:0px 15px 30px 0 rgba(0, 0, 0, 0.38);margin-bottom:30px;border-radius:30px;}@media (max-width:768px) {.case-mymoneyjar .worker-sample.worker-sample3 .img-holder__img {margin-bottom:30px;}}.case-mymoneyjar .worker-sample.worker-sample4 {padding:96px 0 0px 0;margin-bottom:40px;background:linear-gradient(to right, #1e3a64, #3257aa);position:relative;z-index:6;}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample4 {padding:180px 0 0px 0;background-size:contain;}}@media (max-width:768px) {.case-mymoneyjar .worker-sample.worker-sample4 {padding:130px 0 0px 0;background-size:contain;}}.case-mymoneyjar .worker-sample.worker-sample4 .shape-blue-round {position:relative;z-index:1;}.case-mymoneyjar .worker-sample.worker-sample4 .shape-blue-round:before {position:absolute;height:620px;width:150%;content:"";bottom:-120px;left:-25%;right:0;margin:auto;background:linear-gradient(to right, #1e3a64 18%, #3257aa 82%);border-radius:50%;border-top-left-radius:0;border-top-right-radius:0;z-index:0;}@media (max-width:768px) {.case-mymoneyjar .worker-sample.worker-sample4 .shape-blue-round:before {height:320px;}}.case-mymoneyjar .worker-sample.worker-sample4 .linedot {position:relative;}.case-mymoneyjar .worker-sample.worker-sample4 .linedot.linedot1:before {content:"";position:absolute;left:-101px;bottom:-9px;width:280px;background:rgba(255, 255, 255, 0.2);height:2px;z-index:9;}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample4 .linedot.linedot1:before {display:none;}}.case-mymoneyjar .worker-sample.worker-sample4 .linedot.linedot1:after {content:"";position:absolute;left:-108px;bottom:-11px;width:8px;background:rgba(255, 255, 255, 0.9);height:7px;border-radius:50%;z-index:9;}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample4 .linedot.linedot1:after {display:none;}}.case-mymoneyjar .worker-sample.worker-sample4 .linedot.linedot2:before {content:"";position:absolute;left:0;bottom:-8px;width:515px;background:#516997;height:2px;z-index:9;}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample4 .linedot.linedot2:before {display:none;}}.case-mymoneyjar .worker-sample.worker-sample4 .linedot.linedot2:after {content:"";position:absolute;left:512px;bottom:-11px;width:7px;background:#2b4c91;height:7px;border-radius:50%;z-index:9;}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample4 .linedot.linedot2:after {display:none;}}.case-mymoneyjar .worker-sample.worker-sample4 .shorted-section {max-width:820px;margin:auto;}.case-mymoneyjar .worker-sample.worker-sample4 .first-row {padding-bottom:30px;}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample4 .first-row {padding-bottom:0px;}}.case-mymoneyjar .worker-sample.worker-sample4 .title-text {margin-bottom:40px;position:relative;}.case-mymoneyjar .worker-sample.worker-sample4 .title-text.title-text--left {text-align:left;}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample4 .title-text.title-text--left {text-align:center;}}@media (max-width:768px) {.case-mymoneyjar .worker-sample.worker-sample4 .title-text.title-text--left {text-align:center;}}.case-mymoneyjar .worker-sample.worker-sample4 .content__text {text-align:left;margin:28px -60px 80px 0;width:auto;}@media (max-width:1200px) {.case-mymoneyjar .worker-sample.worker-sample4 .content__text {margin:10px 0px 80px 0;width:100%;}}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample4 .content__text {margin:10px 0 50px 0;text-align:center;}}@media (max-width:768px) {.case-mymoneyjar .worker-sample.worker-sample4 .content__text {margin:10px 0 20px 0;}}.case-mymoneyjar .worker-sample.worker-sample4 .content__text.content__text--one {margin:28px -60px 80px -15px;}@media (max-width:1200px) {.case-mymoneyjar .worker-sample.worker-sample4 .content__text.content__text--one {margin:10px 0px 80px 0;width:100%;}}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample4 .content__text.content__text--one {margin:10px 0 50px 0;}}@media (max-width:768px) {.case-mymoneyjar .worker-sample.worker-sample4 .content__text.content__text--one {margin:10px 0 20px 0;}}.case-mymoneyjar .worker-sample.worker-sample4 .content__text .regular-p {margin:auto;max-width:950px;color:#fff;}.case-mymoneyjar .worker-sample.worker-sample4 .content__text .regular-p.regular-p-left {text-align:left;}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample4 .content__text .regular-p.regular-p-left {text-align:center;}}.case-mymoneyjar .worker-sample.worker-sample4 .img-holder {text-align:center;position:relative;z-index:8;}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample4 .img-holder {text-align:center;}}.case-mymoneyjar .worker-sample.worker-sample4 .img-holder.img-holder--left {text-align:left;}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample4 .img-holder.img-holder--left {text-align:center;}}.case-mymoneyjar .worker-sample.worker-sample4 .img-holder.img-holder--right {text-align:right;}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample4 .img-holder.img-holder--right {text-align:center;}}.case-mymoneyjar .worker-sample.worker-sample4 .img-holder__img {max-width:517px;height:auto;width:100%;-webkit-box-shadow:0px 15px 30px 0 rgba(0, 0, 0, 0.38);box-shadow:0px 15px 30px 0 rgba(0, 0, 0, 0.38);margin-bottom:70px;border-radius:12px;}@media (max-width:768px) {.case-mymoneyjar .worker-sample.worker-sample4 .img-holder__img {margin-bottom:50px;}}.case-mymoneyjar .worker-sample.worker-sample5 {padding:203px 0 100px 0;background-image:url("../images/caseMymoneyjar/section5-bg1.png"), url("../images/caseMymoneyjar/section5-bg2.png"), url("../images/caseMymoneyjar/section5-bg3.png");background-position:top -4% right -6%, bottom 13% right 22%, bottom 37% left -6%;background-repeat:no-repeat, no-repeat, no-repeat;background-size:auto, auto, auto;}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample5 {padding:180px 0 90px 0;}}@media (max-width:768px) {.case-mymoneyjar .worker-sample.worker-sample5 {padding:130px 0 60px 0;background-size:20%, 50%, 20%;}}.case-mymoneyjar .worker-sample.worker-sample5 .shorted-section {max-width:820px;margin:auto;}.case-mymoneyjar .worker-sample.worker-sample5 .title-text {position:relative;}.case-mymoneyjar .worker-sample.worker-sample5 .title-text.title-text--left {text-align:left;}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample5 .title-text.title-text--left {text-align:center;}}@media (max-width:768px) {.case-mymoneyjar .worker-sample.worker-sample5 .title-text.title-text--left {text-align:center;}}.case-mymoneyjar .worker-sample.worker-sample5 .title-text .h4 {margin-bottom:84px;}.case-mymoneyjar .worker-sample.worker-sample5 .content__text {text-align:left;margin:0 0 51px 0;}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample5 .content__text {margin:0 0 40px 0;text-align:center;}}@media (max-width:768px) {.case-mymoneyjar .worker-sample.worker-sample5 .content__text {margin:0 0 20px 0;}}.case-mymoneyjar .worker-sample.worker-sample5 .content__text.content__text--smallmargin {margin:0 0 30px 0;}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample5 .content__text.content__text--smallmargin {margin:0 0 20px 0;}}@media (max-width:768px) {.case-mymoneyjar .worker-sample.worker-sample5 .content__text.content__text--smallmargin {margin:0 0 10px 0;}}.case-mymoneyjar .worker-sample.worker-sample5 .content__text .regular-p {margin:auto;max-width:950px;}.case-mymoneyjar .worker-sample.worker-sample5 .content__text .regular-p.regular-p-left {text-align:left;}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample5 .content__text .regular-p.regular-p-left {text-align:center;}}.case-mymoneyjar .worker-sample.worker-sample5 .img-holder {text-align:center;}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample5 .img-holder {text-align:center;}}.case-mymoneyjar .worker-sample.worker-sample5 .img-holder.img-holder--left {text-align:left;}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample5 .img-holder.img-holder--left {text-align:center;}}.case-mymoneyjar .worker-sample.worker-sample5 .img-holder.img-holder--right {text-align:right;}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample5 .img-holder.img-holder--right {text-align:center;}}.case-mymoneyjar .worker-sample.worker-sample5 .img-holder__img {max-width:1005px;height:auto;width:100%;box-shadow:0px 15px 30px 0 rgba(0, 0, 0, 0.2);margin-bottom:70px;border-radius:10px;}@media (max-width:768px) {.case-mymoneyjar .worker-sample.worker-sample5 .img-holder__img {margin-bottom:50px;}}.case-mymoneyjar .worker-sample.worker-sample6 {padding:33px 0 18px 0;background:url("../images/caseMymoneyjar/section6-bg.png") left 0 bottom 15% / auto no-repeat;}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample6 {padding:20px 0 20px 0;background-size:auto;}}@media (max-width:768px) {.case-mymoneyjar .worker-sample.worker-sample6 {padding:10px 0 10px 0;background-size:20%;}}.case-mymoneyjar .worker-sample.worker-sample6 .shorted-section {max-width:820px;margin:auto;}.case-mymoneyjar .worker-sample.worker-sample6 .title-text {position:relative;}.case-mymoneyjar .worker-sample.worker-sample6 .title-text.title-text--left {text-align:left;}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample6 .title-text.title-text--left {text-align:center;}}@media (max-width:768px) {.case-mymoneyjar .worker-sample.worker-sample6 .title-text.title-text--left {text-align:center;}}.case-mymoneyjar .worker-sample.worker-sample6 .content__text {text-align:center;margin:0 0 80px 0;}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample6 .content__text {margin:0 0 50px 0;}}@media (max-width:768px) {.case-mymoneyjar .worker-sample.worker-sample6 .content__text {margin:0 0 20px 0;}}.case-mymoneyjar .worker-sample.worker-sample6 .content__text.content__text--smallmargin {margin:0 0 30px 0;}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample6 .content__text.content__text--smallmargin {margin:0 0 20px 0;}}@media (max-width:768px) {.case-mymoneyjar .worker-sample.worker-sample6 .content__text.content__text--smallmargin {margin:0 0 10px 0;}}.case-mymoneyjar .worker-sample.worker-sample6 .content__text .regular-p {margin:auto;max-width:950px;}.case-mymoneyjar .worker-sample.worker-sample6 .content__text .regular-p.regular-p-left {text-align:left;}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample6 .content__text .regular-p.regular-p-left {text-align:center;}}.case-mymoneyjar .worker-sample.worker-sample6 .img-holder {text-align:center;}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample6 .img-holder {text-align:center;}}.case-mymoneyjar .worker-sample.worker-sample6 .img-holder.img-holder--left {text-align:left;}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample6 .img-holder.img-holder--left {text-align:center;}}.case-mymoneyjar .worker-sample.worker-sample6 .img-holder.img-holder--right {text-align:right;}@media (max-width:992px) {.case-mymoneyjar .worker-sample.worker-sample6 .img-holder.img-holder--right {text-align:center;}}.case-mymoneyjar .worker-sample.worker-sample6 .img-holder__img {max-width:1030px;height:auto;width:100%;margin-bottom:70px;border-radius:30px;}@media (max-width:768px) {.case-mymoneyjar .worker-sample.worker-sample6 .img-holder__img {margin-bottom:50px;}}.case-straws {counter-reset:heading;}.case-straws p {font-family:'Sourcesanspro-Regular', sans-serif;color:#2f343c;line-height:1.5;font-size:18px;}@media (max-width:1200px) {.case-straws p {font-size:17px;}}@media (max-width:992px) {.case-straws p {font-size:15px;}}@media (max-width:768px) {.case-straws p {font-size:14px;}}.case-straws .p-white {color:#fff;}.case-straws .h4 {font-size:63px;font-family:'Sourcesanspro-SemiBold', sans-serif;color:#2b313e;display:inline-block;vertical-align:middle;position:relative;z-index:1;letter-spacing:0;}@media (max-width:1200px) {.case-straws .h4 {font-size:50px;}}@media (max-width:992px) {.case-straws .h4 {font-size:40px;}}@media (max-width:768px) {.case-straws .h4 {font-size:30px;}}@media (max-width:460px) {.case-straws .h4 {font-size:26px;}}.case-straws .h4.h4-white {color:#ffffff;}.case-straws .h4 .light {font-family:'Sourcesanspro-Light', sans-serif;letter-spacing:0;display:block;line-height:0.9;}.case-straws .h4 .light.light-short {font-size:58px;letter-spacing:-0.01em;}@media (max-width:1200px) {.case-straws .h4 .light.light-short {font-size:45px;}}@media (max-width:992px) {.case-straws .h4 .light.light-short {font-size:34px;}}@media (max-width:768px) {.case-straws .h4 .light.light-short {font-size:26px;}}@media (max-width:460px) {.case-straws .h4 .light.light-short {font-size:22px;}}.case-straws .title-text {text-align:center;position:relative;}@media (max-width:768px) {.case-straws .title-text {text-align:center;}}.case-straws .title-text .h4 {padding-bottom:30px;line-height:1;}@media (max-width:992px) {.case-straws .title-text .h4 {padding-bottom:40px;text-align:center;}}@media (max-width:768px) {.case-straws .title-text .h4 {padding-bottom:20px;}}@media (max-width:460px) {.case-straws .title-text .h4 {padding-bottom:15px;}}.case-straws .float-change {float:right;}@media (max-width:768px) {.case-straws .float-change {float:left;}}.case-straws .no-gutters {margin-left:-15px;margin-right:-15px;}@media (max-width:1200px) {.case-straws .no-gutters {margin-left:0;margin-right:0;}}.case-straws .no-gutters-stable {margin-left:-15px;margin-right:-15px;}.case-straws .main-title {background:#fff url("../images/caseStraws/main-bg.jpg") center center / cover no-repeat;width:100%;-webkit-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);-moz-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);position:relative;}@media (max-width:768px) {.case-straws .main-title {background:#ffffff url("../images/caseStraws/main-bg.jpg") 55% center / cover no-repeat;}}@media (max-width:460px) {.case-straws .main-title {background:#ffffff url("../images/caseStraws/main-bg.jpg") 49% center / cover no-repeat;}}.case-straws .main-title__container-simple {height:1255px;}@media (max-width:1200px) {.case-straws .main-title__container-simple {height:1000px;}}@media (max-width:992px) {.case-straws .main-title__container-simple {height:850px;}}@media (max-width:768px) {.case-straws .main-title__container-simple {height:710px;}}.case-straws .main-title .title-holder-colored {vertical-align:top;padding-top:250px;text-align:left;max-width:615px;}@media (max-width:1400px) {.case-straws .main-title .title-holder-colored {padding-right:0px;}}@media (max-width:1200px) {.case-straws .main-title .title-holder-colored {padding-top:160px;}}@media (max-width:992px) {.case-straws .main-title .title-holder-colored {padding-top:140px;}}@media (max-width:768px) {.case-straws .main-title .title-holder-colored {padding-top:90px;text-align:center;}}.case-straws .main-title .title-holder-colored__img {width:100%;max-width:500px;padding-bottom:129px;margin:auto;}@media (max-width:1200px) {.case-straws .main-title .title-holder-colored__img {font-size:50px;padding-bottom:60px;max-width:480px;}}@media (max-width:992px) {.case-straws .main-title .title-holder-colored__img {font-size:42px;padding-bottom:30px;max-width:400px;}}@media (max-width:768px) {.case-straws .main-title .title-holder-colored__img {font-size:30px;padding-bottom:10px;max-width:300px;}}.case-straws .main-title .title-holder-colored .title-text {text-align:left;position:relative;z-index:5;}@media (max-width:992px) {.case-straws .main-title .title-holder-colored .title-text {text-align:center;}}.case-straws .main-title .title-holder-colored .title-text .h4 {padding-bottom:49px;line-height:1;}.case-straws .main-title .title-holder-colored .text {max-width:613px;}@media (max-width:992px) {.case-straws .main-title .title-holder-colored .text {max-width:500px;}}@media (max-width:768px) {.case-straws .main-title .title-holder-colored .text {max-width:500px;margin:auto;}}.case-straws .main-title .title-holder-colored .text p {margin-bottom:30px;}@media (max-width:992px) {.case-straws .main-title .title-holder-colored .text p {margin-bottom:20px;}}.case-straws .employment {background:#b4e5e9;padding:130px 0 130px 0;z-index:-1;position:relative;}@media (max-width:1200px) {.case-straws .employment {padding:110px 0 110px 0;}}@media (max-width:992px) {.case-straws .employment {padding:90px 0 90px 0;}}@media (max-width:768px) {.case-straws .employment {padding:80px 0 60px 0;}}.case-straws .employment .title-text {text-align:center;position:relative;}@media (max-width:768px) {.case-straws .employment .title-text {text-align:center;}}.case-straws .employment .title-text .h4 {padding-bottom:35px;position:relative;}@media (max-width:992px) {.case-straws .employment .title-text .h4 {text-align:center;width:100%;padding-bottom:30px;}}@media (max-width:768px) {.case-straws .employment .title-text .h4 {padding-bottom:25px;}}.case-straws .employment .text {padding-top:10px;text-align:center;margin:0 auto;max-width:840px;}.case-straws .big-bg0 {background:url("../images/caseStraws/straws-bg1.png") -8% 40% / auto no-repeat;}@media (max-width:1400px) {.case-straws .big-bg0 {background:url("../images/caseStraws/straws-bg1.png") -8% 40% no-repeat;background-size:300px;}}@media (max-width:1200px) {.case-straws .big-bg0 {background:url("../images/caseStraws/straws-bg1.png") -8% 40% no-repeat;background-size:200px;}}@media (max-width:992px) {.case-straws .big-bg0 {background:url("../images/caseStraws/straws-bg1.png") -8% 40% no-repeat;background-size:200px;}}@media (max-width:768px) {.case-straws .big-bg0 {background:none;}}.case-straws .big-bg1 {background:url(../images/caseStraws/straws-bg2.png) right center / auto no-repeat;position:absolute;z-index:3;width:100%;height:130%;top:-46%;right:-4%;}@media (max-width:1400px) {.case-straws .big-bg1 {background:url(../images/caseStraws/straws-bg2.png) right center / 300px no-repeat;}}@media (max-width:1200px) {.case-straws .big-bg1 {background:url(../images/caseStraws/straws-bg2.png) right center / 200px no-repeat;}}@media (max-width:992px) {.case-straws .big-bg1 {background:url(../images/caseStraws/straws-bg2.png) right center / 200px no-repeat;}}@media (max-width:768px) {.case-straws .big-bg1 {background:none;}}.case-straws .big-bg2 {background:url(../images/caseStraws/straws-bg3.png) left center / auto no-repeat;position:absolute;z-index:3;width:100%;height:100%;bottom:-45%;left:-5%;}@media (max-width:1400px) {.case-straws .big-bg2 {background:url(../images/caseStraws/straws-bg3.png) left center / 300px no-repeat;}}@media (max-width:1200px) {.case-straws .big-bg2 {background:url(../images/caseStraws/straws-bg3.png) left center / 150px no-repeat;}}@media (max-width:992px) {.case-straws .big-bg2 {background:url(../images/caseStraws/straws-bg3.png) left center / 200px no-repeat;}}@media (max-width:768px) {.case-straws .big-bg2 {background:none;}}.case-straws .big-bg3 {background:url(../images/caseStraws/straws-bg4.png) right center / auto no-repeat;position:absolute;z-index:3;width:100%;height:130%;top:-70.5%;right:-6%;}@media (max-width:1400px) {.case-straws .big-bg3 {background:url(../images/caseStraws/straws-bg4.png) right center / 400px no-repeat;}}@media (max-width:1200px) {.case-straws .big-bg3 {background:url(../images/caseStraws/straws-bg4.png) right center / 300px no-repeat;}}@media (max-width:992px) {.case-straws .big-bg3 {background:url(../images/caseStraws/straws-bg4.png) right center / 200px no-repeat;}}@media (max-width:768px) {.case-straws .big-bg3 {background:none;}}.case-straws .big-bg4 {background:url(../images/caseStraws/straws-bg6.png) left center / auto no-repeat;position:absolute;z-index:3;width:100%;height:100%;top:-40.5%;left:-6%;}@media (max-width:1400px) {.case-straws .big-bg4 {background:url(../images/caseStraws/straws-bg6.png) left center / 450px no-repeat;}}@media (max-width:1200px) {.case-straws .big-bg4 {background:url(../images/caseStraws/straws-bg6.png) left center / 300px no-repeat;}}@media (max-width:992px) {.case-straws .big-bg4 {background:url(../images/caseStraws/straws-bg6.png) left center / 200px no-repeat;}}@media (max-width:768px) {.case-straws .big-bg4 {background:none;}}.case-straws .coctail-bg {background:url(../images/caseStraws/coctail-bg.png) left 108% top 91% / auto no-repeat;}@media (max-width:1400px) {.case-straws .coctail-bg {background:url(../images/caseStraws/coctail-bg.png) left 106% top 91% no-repeat;background-size:400px;}}@media (max-width:1200px) {.case-straws .coctail-bg {background:url(../images/caseStraws/coctail-bg.png) left 106% top 84% no-repeat;background-size:320px;}}@media (max-width:992px) {.case-straws .coctail-bg {background:url(../images/caseStraws/coctail-bg.png) left 106% top 90% no-repeat;background-size:250px;}}@media (max-width:768px) {.case-straws .coctail-bg {background:none;}}@media (max-width:460px) {.case-straws .coctail-bg {background:none;}}.case-straws .content {padding:30px 0;}.case-straws .content__text {margin:20px 0 0 0;text-align:left;width:100%;position:relative;z-index:5;}@media (max-width:992px) {.case-straws .content__text {text-align:center;}}.case-straws .worker-sample {text-align:center;}.case-straws .worker-sample .title-holder {display:block;}.case-straws .worker-sample.worker-sample1 {padding:118px 0 125px 0;position:relative;z-index:5;}@media (max-width:1200px) {.case-straws .worker-sample.worker-sample1 {padding:100px 0 120px 0;}}@media (max-width:992px) {.case-straws .worker-sample.worker-sample1 {padding:80px 0 110px 0;}}@media (max-width:768px) {.case-straws .worker-sample.worker-sample1 {padding:70px 0 80px 0;}}.case-straws .worker-sample.worker-sample1 .title-text .h4 {margin-bottom:33px;padding-bottom:0;}@media (max-width:768px) {.case-straws .worker-sample.worker-sample1 .title-text .h4 {margin-bottom:30px;}}.case-straws .worker-sample.worker-sample1 .content__text {padding-bottom:80px;text-align:center;}@media (max-width:992px) {.case-straws .worker-sample.worker-sample1 .content__text {padding-bottom:60px;}}@media (max-width:768px) {.case-straws .worker-sample.worker-sample1 .content__text {padding-bottom:30px;}}.case-straws .worker-sample.worker-sample1 .content__text p {max-width:840px;margin:0 auto;}.case-straws .worker-sample.worker-sample1 .font-example {font-size:115px;font-family:'Sourcesanspro-Regular', sans-serif;display:block;line-height:1;margin-bottom:75px;}@media (max-width:1200px) {.case-straws .worker-sample.worker-sample1 .font-example {font-size:100px;margin-bottom:65px;}}@media (max-width:992px) {.case-straws .worker-sample.worker-sample1 .font-example {font-size:60px;margin-bottom:50px;}}@media (max-width:768px) {.case-straws .worker-sample.worker-sample1 .font-example {font-size:30px;margin-bottom:30px;}}@media (max-width:460px) {.case-straws .worker-sample.worker-sample1 .font-example {font-size:22px;margin-bottom:20px;}}.case-straws .worker-sample.worker-sample1 .box {margin-bottom:0px;}@media (max-width:1200px) {.case-straws .worker-sample.worker-sample1 .box {margin-bottom:0px;}}@media (max-width:992px) {.case-straws .worker-sample.worker-sample1 .box {margin-bottom:0px;}}@media (max-width:768px) {.case-straws .worker-sample.worker-sample1 .box {margin-bottom:0px;}}.case-straws .worker-sample.worker-sample1 .box__img {width:100%;height:auto;max-width:111px;filter:drop-shadow(0 50px 30px rgba(67, 72, 137, 0.3));}.case-straws .worker-sample.worker-sample1 .box__rectangle {margin:25px auto 30px;text-align:center;width:120px;}.case-straws .worker-sample.worker-sample1 .box__text {text-align:center;color:#2f343c;font-family:'Sourcesanspro-Regular', sans-serif;font-size:36px;}@media (max-width:1200px) {.case-straws .worker-sample.worker-sample1 .box__text {font-size:30px;}}@media (max-width:992px) {.case-straws .worker-sample.worker-sample1 .box__text {font-size:25px;}}@media (max-width:768px) {.case-straws .worker-sample.worker-sample1 .box__text {font-size:21px;}}@media (max-width:460px) {.case-straws .worker-sample.worker-sample1 .box__text {font-size:17px;}}.case-straws .worker-sample.worker-sample1 .box-container {text-align:left;max-width:430px;}@media (max-width:992px) {.case-straws .worker-sample.worker-sample1 .box-container {margin:auto ;text-align:center;}}.case-straws .worker-sample.worker-sample2 {padding:118px 0 0px 0;background:#b4e5e9;position:relative;z-index:2;}@media (max-width:1200px) {.case-straws .worker-sample.worker-sample2 {padding:100px 0 0px 0;}}@media (max-width:992px) {.case-straws .worker-sample.worker-sample2 {padding:90px 0 0px 0px;}}@media (max-width:768px) {.case-straws .worker-sample.worker-sample2 {padding:50px 0 10px 0px;}}.case-straws .worker-sample.worker-sample2 .title-text {position:relative;}.case-straws .worker-sample.worker-sample2 .title-text.title-text--left {text-align:left;}@media (max-width:992px) {.case-straws .worker-sample.worker-sample2 .title-text.title-text--left {text-align:center;}}@media (max-width:768px) {.case-straws .worker-sample.worker-sample2 .title-text.title-text--left {text-align:center;}}.case-straws .worker-sample.worker-sample2 .content__text {text-align:center;margin:10px 0 100px 0;min-height:130px;}@media (max-width:1200px) {.case-straws .worker-sample.worker-sample2 .content__text {margin:10px 0 80px 0;}}@media (max-width:992px) {.case-straws .worker-sample.worker-sample2 .content__text {margin:10px 0 60px 0;}}@media (max-width:768px) {.case-straws .worker-sample.worker-sample2 .content__text {margin:10px 0 50px 0;}}@media (max-width:992px) {.case-straws .worker-sample.worker-sample2 .content__text {margin:10px 0 40px 0;}}.case-straws .worker-sample.worker-sample2 .content__text .regular-p {margin:auto;max-width:830px;}.case-straws .worker-sample.worker-sample2 .h4 {padding-bottom:37px;}@media (max-width:768px) {.case-straws .worker-sample.worker-sample2 .h4 {padding-bottom:0px;}}.case-straws .worker-sample.worker-sample2 .img-holder {display:inline-block;position:relative;margin-bottom:-200px;filter:drop-shadow(0 50px 20px #dadada);z-index:5;}.case-straws .worker-sample.worker-sample2 .img-holder__img {width:100%;height:auto;max-width:1170px;}.case-straws .worker-sample.worker-sample3 {padding:350px 0 125px 0;position:relative;}@media (max-width:1200px) {.case-straws .worker-sample.worker-sample3 {padding:300px 0 100px 0;}}@media (max-width:992px) {.case-straws .worker-sample.worker-sample3 {padding:250px 0 80px 0;}}@media (max-width:768px) {.case-straws .worker-sample.worker-sample3 {padding:190px 0 60px 0;}}.case-straws .worker-sample.worker-sample3 .no-gutters-top {margin-left:-15px;margin-right:-15px;overflow:hidden;}.case-straws .worker-sample.worker-sample3 .title-text {position:relative;text-align:center;}@media (max-width:1200px) {.case-straws .worker-sample.worker-sample3 .title-text {margin-right:auto;}}@media (max-width:768px) {.case-straws .worker-sample.worker-sample3 .title-text {text-align:center;}}.case-straws .worker-sample.worker-sample3 .title-text .h4 {padding-bottom:50px;}@media (max-width:1200px) {.case-straws .worker-sample.worker-sample3 .title-text .h4 {padding-bottom:30px;}}.case-straws .worker-sample.worker-sample3 .content__text {margin:0px 0 65px 0;min-height:100px;}@media (max-width:992px) {.case-straws .worker-sample.worker-sample3 .content__text {margin:10px 0 20px 0;}}@media (max-width:768px) {.case-straws .worker-sample.worker-sample3 .content__text {margin:20px 0 10px 0;}}.case-straws .worker-sample.worker-sample3 .content__text .regular-p {max-width:1000px;margin:auto;padding-bottom:20px;text-align:center;}@media (max-width:992px) {.case-straws .worker-sample.worker-sample3 .content__text .regular-p {text-align:center;padding-bottom:10px;}}.case-straws .worker-sample.worker-sample3 .img-holder {text-align:left;position:relative;z-index:5;}.case-straws .worker-sample.worker-sample3 .img-holder.img-holder--center {text-align:center;}@media (max-width:992px) {.case-straws .worker-sample.worker-sample3 .img-holder {text-align:center;}}.case-straws .worker-sample.worker-sample3 .img-holder__img {max-width:1170px;height:auto;width:100%;filter:drop-shadow(0 50px 20px #dadada);margin-bottom:20px;}.case-straws .worker-sample.worker-sample3 .medium-width {max-width:750px;margin:0 auto;}.case-straws .worker-sample.worker-sample4 {background:url(../images/caseStraws/straws-bg5.png) left -7% top 19% / auto no-repeat, #b4e5e9;padding:110px 0 155px 0;position:relative;}@media (max-width:1200px) {.case-straws .worker-sample.worker-sample4 {padding:90px 0 140px 0;}}@media (max-width:992px) {.case-straws .worker-sample.worker-sample4 {padding:70px 0 100px 0;}}@media (max-width:768px) {.case-straws .worker-sample.worker-sample4 {padding:50px 0 70px 0;background:#b4e5e9;}}.case-straws .worker-sample.worker-sample4 .no-gutters-top {margin-left:-15px;margin-right:-15px;overflow:hidden;}.case-straws .worker-sample.worker-sample4 .title-text .h4 {padding-bottom:40px;}@media (max-width:1200px) {.case-straws .worker-sample.worker-sample4 .title-text .h4 {padding-bottom:30px;}}.case-straws .worker-sample.worker-sample4 .content__text {text-align:center;margin:45px 0 105px 0;}@media (max-width:992px) {.case-straws .worker-sample.worker-sample4 .content__text {margin:45px 0 60px 0;}}@media (max-width:768px) {.case-straws .worker-sample.worker-sample4 .content__text {margin:20px 0 30px 0;}}.case-straws .worker-sample.worker-sample4 .content__text.content__text2 {text-align:left;margin:45px 0 210px 0;}@media (max-width:1200px) {.case-straws .worker-sample.worker-sample4 .content__text.content__text2 {margin:45px 0 100px 0;}}@media (max-width:992px) {.case-straws .worker-sample.worker-sample4 .content__text.content__text2 {margin:45px 0 80px 0;text-align:center;}}@media (max-width:768px) {.case-straws .worker-sample.worker-sample4 .content__text.content__text2 {margin:20px 0 45px 0;}}.case-straws .worker-sample.worker-sample4 .content__text.content__text3 {text-align:left;}@media (max-width:992px) {.case-straws .worker-sample.worker-sample4 .content__text.content__text3 {text-align:center;}}@media (max-width:768px) {.case-straws .worker-sample.worker-sample4 .content__text.content__text3 {text-align:center;}}.case-straws .worker-sample.worker-sample4 .content__text .regular-p {padding-bottom:25px;margin:auto;max-width:830px;}@media (max-width:992px) {.case-straws .worker-sample.worker-sample4 .content__text .regular-p {padding-bottom:10px;}}.case-straws .worker-sample.worker-sample4 .box-pushed {text-align:left;padding-left:8px;margin-right:-8px;}@media (max-width:1200px) {.case-straws .worker-sample.worker-sample4 .box-pushed {margin-right:0;padding-left:0;}}@media (max-width:992px) {.case-straws .worker-sample.worker-sample4 .box-pushed {text-align:center;}}.case-straws .worker-sample.worker-sample4 .box-pushed.box-pushed1 {margin-top:40px;}@media (max-width:992px) {.case-straws .worker-sample.worker-sample4 .box-pushed.box-pushed1 {margin-top:0px;}}.case-straws .worker-sample.worker-sample4 .box-pushed .line {height:8px;width:100%;display:block;border-radius:4px;background:#000;margin-left:-8px;}@media (max-width:1200px) {.case-straws .worker-sample.worker-sample4 .box-pushed .line {margin-left:0;}}.case-straws .worker-sample.worker-sample4 .box-pushed .line.line-red {background:#de6869;}.case-straws .worker-sample.worker-sample4 .box-pushed .line.line-blue {background:#3960af;}.case-straws .worker-sample.worker-sample4 .img-holder {text-align:left;}@media (max-width:992px) {.case-straws .worker-sample.worker-sample4 .img-holder {text-align:center;}}.case-straws .worker-sample.worker-sample4 .img-holder__img {max-width:654px;height:auto;width:100%;box-shadow:0 0 14px -1px rgba(0, 0, 0, 0.2);position:relative;z-index:5;}@media (max-width:992px) {.case-straws .worker-sample.worker-sample4 .img-holder__img {margin-bottom:40px;}}@media (max-width:768px) {.case-straws .worker-sample.worker-sample4 .img-holder__img {max-width:267px;}}.case-straws .worker-sample.worker-sample5 {padding:104px 0 110px 0;position:relative;}@media (max-width:1200px) {.case-straws .worker-sample.worker-sample5 {padding:100px 0 100px 0;}}@media (max-width:992px) {.case-straws .worker-sample.worker-sample5 {padding:100px 0 80px 0;}}@media (max-width:768px) {.case-straws .worker-sample.worker-sample5 {padding:70px 0 60px 0;}}.case-straws .worker-sample.worker-sample5 .no-gutters-top {margin-left:-15px;margin-right:-15px;overflow:hidden;}.case-straws .worker-sample.worker-sample5 .content__text {text-align:center;max-width:880px;margin:40px auto 80px;}@media (max-width:992px) {.case-straws .worker-sample.worker-sample5 .content__text {margin:30px auto 60px;}}@media (max-width:768px) {.case-straws .worker-sample.worker-sample5 .content__text {margin:20px auto 30px;}}.case-straws .worker-sample.worker-sample5 .content__text .regular-p {padding-bottom:20px;}@media (max-width:992px) {.case-straws .worker-sample.worker-sample5 .content__text .regular-p {text-align:center;padding-bottom:10px;}}.case-straws .worker-sample.worker-sample5 .img-holder__img {max-width:1175px;height:auto;width:100%;position:relative;z-index:5;}.case-straws .worker-sample.worker-sample5 .img-holder__img.img-holder__img1 {max-width:550px;}@media (max-width:992px) {.case-straws .worker-sample.worker-sample5 .img-holder__img.img-holder__img1 {max-width:375px;}}.case-straws .worker-sample.worker-sample5 .img-holder__img.img-holder__img2 {max-width:550px;}@media (max-width:992px) {.case-straws .worker-sample.worker-sample5 .img-holder__img.img-holder__img2 {max-width:375px;}}.case-florian {counter-reset:heading;}.case-florian p {font-family:'Montserrat-Light', sans-serif;color:#000;line-height:1.7;font-size:18px;}@media (max-width:1200px) {.case-florian p {font-size:17px;}}@media (max-width:992px) {.case-florian p {font-size:15px;}}@media (max-width:768px) {.case-florian p {font-size:14px;}}.case-florian .p-white {color:#fff;}.case-florian .h4 {font-size:60px;font-family:'Montserrat-SemiBold', sans-serif;color:#e84c3d;display:inline-block;vertical-align:middle;position:relative;z-index:1;}@media (max-width:1200px) {.case-florian .h4 {font-size:48px;}}@media (max-width:992px) {.case-florian .h4 {font-size:40px;}}@media (max-width:768px) {.case-florian .h4 {font-size:30px;}}@media (max-width:460px) {.case-florian .h4 {font-size:26px;}}.case-florian .h4.h4--white {color:#ffffff;}.case-florian .title-text {text-align:center;position:relative;}@media (max-width:768px) {.case-florian .title-text {text-align:center;}}.case-florian .title-text .h4 {padding-bottom:25px;}@media (max-width:992px) {.case-florian .title-text .h4 {padding-bottom:20px;text-align:center;}}@media (max-width:768px) {.case-florian .title-text .h4 {padding-bottom:20px;}}@media (max-width:460px) {.case-florian .title-text .h4 {padding-bottom:15px;}}.case-florian .float-change {float:right;}@media (max-width:768px) {.case-florian .float-change {float:left;}}.case-florian .no-gutters {margin-left:-15px;margin-right:-15px;}@media (max-width:1200px) {.case-florian .no-gutters {margin-left:0;margin-right:0;}}.case-florian .no-gutters-stable {margin-left:-15px;margin-right:-15px;}.case-florian .main-title {background:url("../images/caseFlorian/main-bg.jpg") center center / cover no-repeat;width:100%;-webkit-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);-moz-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);position:relative;}@media (max-width:992px) {.case-florian .main-title {background:url("../images/caseFlorian/main-bg.jpg") 69% center / cover no-repeat;}}@media (max-width:768px) {.case-florian .main-title {background:url("../images/caseFlorian/main-bg.jpg") 60% center / cover no-repeat;}}.case-florian .main-title__container-simple {height:807px;}@media (max-width:1200px) {.case-florian .main-title__container-simple {height:800px;}}@media (max-width:992px) {.case-florian .main-title__container-simple {height:750px;}}@media (max-width:768px) {.case-florian .main-title__container-simple {height:600px;}}.case-florian .main-title .title-holder-colored {vertical-align:top;padding-top:150px;text-align:left;margin-left:-15px;}@media (max-width:1400px) {.case-florian .main-title .title-holder-colored {padding-right:0px;}}@media (max-width:1200px) {.case-florian .main-title .title-holder-colored {padding-top:150px;margin-left:0px;}}@media (max-width:992px) {.case-florian .main-title .title-holder-colored {padding-top:140px;}}@media (max-width:768px) {.case-florian .main-title .title-holder-colored {padding-top:90px;text-align:center;}}.case-florian .main-title .title-holder-colored__img {width:100%;max-width:373px;padding-bottom:115px;margin:auto;}@media (max-width:1200px) {.case-florian .main-title .title-holder-colored__img {font-size:50px;padding-bottom:90px;max-width:330px;}}@media (max-width:992px) {.case-florian .main-title .title-holder-colored__img {font-size:42px;padding-bottom:60px;max-width:300px;}}@media (max-width:768px) {.case-florian .main-title .title-holder-colored__img {font-size:30px;padding-bottom:35px;max-width:240px;}}.case-florian .main-title .title-holder-colored .title-text {text-align:left;position:relative;}@media (max-width:768px) {.case-florian .main-title .title-holder-colored .title-text {text-align:center;}}.case-florian .main-title .title-holder-colored .text {max-width:530px;}@media (max-width:768px) {.case-florian .main-title .title-holder-colored .text {margin:auto;}}.case-florian .main-title .title-holder-colored .text .h4 {padding-bottom:15px;}.case-florian .employment {padding:110px 0 120px 0;}@media (max-width:992px) {.case-florian .employment {padding:90px 0 90px 0;}}@media (max-width:768px) {.case-florian .employment {padding:80px 0 60px 0;}}.case-florian .employment .title-text {text-align:center;position:relative;}@media (max-width:768px) {.case-florian .employment .title-text {text-align:center;}}.case-florian .employment .title-text .h4 {padding-bottom:10px;position:relative;}@media (max-width:992px) {.case-florian .employment .title-text .h4 {text-align:center;width:100%;padding-bottom:10px;}}@media (max-width:768px) {.case-florian .employment .title-text .h4 {padding-bottom:10px;}}.case-florian .employment .text {padding-top:10px;text-align:center;margin:0 auto;max-width:900px;}.case-florian .big-bg1 {background:url("../images/caseFlorian/section1-bg.png") center center / cover no-repeat;}.case-florian .big-bg2 {background:url(../images/caseFlorian/section-3ball.png), url(../images/caseFlorian/section-3balldotted.png), linear-gradient(to right, #e0e0e0, #f7f7f7, #d9d9d9);z-index:-1;background-position:left 0% top 32%, right 1% top 2%, center center;background-size:auto, auto, cover;background-repeat:no-repeat, no-repeat, no-repeat;}@media (max-width:768px) {.case-florian .big-bg2 {background:linear-gradient(to right, #e0e0e0, #f7f7f7, #d9d9d9) center center / cover no-repeat;}}.case-florian .content {padding:30px 0;}.case-florian .content__text {margin:20px 0 0 0;text-align:left;width:100%;}@media (max-width:992px) {.case-florian .content__text {text-align:center;}}.case-florian .worker-sample {text-align:center;}.case-florian .worker-sample .title-holder {display:block;}.case-florian .worker-sample.worker-sample1 {background:url("../images/caseFlorian/laptop-cup.png") 62% 21% / auto no-repeat;padding:660px 0 135px 0;}@media (max-width:1200px) {.case-florian .worker-sample.worker-sample1 {padding:500px 0 100px 0;background:url(../images/caseFlorian/laptop-cup.png) 66% 20% no-repeat;background-size:992px;}}@media (max-width:992px) {.case-florian .worker-sample.worker-sample1 {padding:450px 0 100px 0;background:url(../images/caseFlorian/laptop-cup.png) 66% 20% no-repeat;background-size:765px;}}@media (max-width:768px) {.case-florian .worker-sample.worker-sample1 {padding:400px 0 100px 0;background:url(../images/caseFlorian/laptop-cup.png) 66% 20% no-repeat;background-size:560px;}}@media (max-width:460px) {.case-florian .worker-sample.worker-sample1 {padding:350px 0 100px 0;background:url(../images/caseFlorian/laptop-cup.png) 66% 20% no-repeat;background-size:350px;}}.case-florian .worker-sample.worker-sample1 .title-text {position:relative;}.case-florian .worker-sample.worker-sample1 .title-text.title-text--left {text-align:left;}@media (max-width:992px) {.case-florian .worker-sample.worker-sample1 .title-text.title-text--left {text-align:center;}}@media (max-width:768px) {.case-florian .worker-sample.worker-sample1 .title-text.title-text--left {text-align:center;}}.case-florian .worker-sample.worker-sample1 .content__text {text-align:center;margin:0;}.case-florian .worker-sample.worker-sample1 .content__text .regular-p {margin:auto;max-width:900px;line-height:1.6;}.case-florian .worker-sample.worker-sample2 {padding:107px 0 10px 0;}@media (max-width:992px) {.case-florian .worker-sample.worker-sample2 {padding:100px 0 20px 0;}}@media (max-width:768px) {.case-florian .worker-sample.worker-sample2 {padding:70px 0 20px 0;}}.case-florian .worker-sample.worker-sample2 .no-gutters-top {margin-left:-15px;margin-right:-15px;overflow:hidden;}.case-florian .worker-sample.worker-sample2 .title-text {position:relative;text-align:left;margin-top:95px;}@media (max-width:1200px) {.case-florian .worker-sample.worker-sample2 .title-text {margin-top:15px;}}@media (max-width:992px) {.case-florian .worker-sample.worker-sample2 .title-text {text-align:center;}}@media (max-width:768px) {.case-florian .worker-sample.worker-sample2 .title-text {text-align:center;}}.case-florian .worker-sample.worker-sample2 .content__text {margin:0px -45px 20px 0;width:auto;}@media (max-width:1200px) {.case-florian .worker-sample.worker-sample2 .content__text {width:100%;margin:0px 0 20px 0;}}@media (max-width:992px) {.case-florian .worker-sample.worker-sample2 .content__text {margin:10px 0 20px 0;}}@media (max-width:768px) {.case-florian .worker-sample.worker-sample2 .content__text {margin:20px 0 10px 0;}}.case-florian .worker-sample.worker-sample2 .content__text .regular-p {padding-bottom:20px;}@media (max-width:992px) {.case-florian .worker-sample.worker-sample2 .content__text .regular-p {text-align:center;padding-bottom:10px;}}.case-florian .worker-sample.worker-sample2 .img-holder {text-align:right;}.case-florian .worker-sample.worker-sample2 .img-holder.img-holder--center {text-align:center;}@media (max-width:992px) {.case-florian .worker-sample.worker-sample2 .img-holder {text-align:center;}}.case-florian .worker-sample.worker-sample2 .img-holder__img {max-width:600px;height:auto;width:100%;box-shadow:0 0 51px -6px #959494;margin-bottom:20px;border-radius:8px;}.case-florian .worker-sample.worker-sample2 .img-holder__img.img-holder__img1 {text-align:center;max-width:600px;box-shadow:0 0 51px -6px #959494;}.case-florian .worker-sample.worker-sample2 .img-holder__img.img-holder__img2 {max-width:1170px;box-shadow:0 0 51px -6px #959494;}.case-florian .worker-sample.worker-sample2 .img-holder__img.img-holder__img3 {max-width:1170px;box-shadow:0 0 51px -6px #959494;}.case-florian .worker-sample.worker-sample2 .img-holder__img.img-holder__img4 {max-width:1170px;box-shadow:0 0 51px -6px #959494;}.case-florian .worker-sample.worker-sample2 .medium-width {max-width:750px;margin:0 auto;}.case-florian .worker-sample.worker-sample3 {padding:40px 0 101px 0;position:relative;}@media (max-width:1200px) {.case-florian .worker-sample.worker-sample3 {padding:30px 0 90px 0;}}@media (max-width:992px) {.case-florian .worker-sample.worker-sample3 {padding:20px 0 80px 0;}}@media (max-width:768px) {.case-florian .worker-sample.worker-sample3 {padding:20px 0 70px 0;}}.case-florian .worker-sample.worker-sample3:before {position:absolute;content:"";top:-5%;left:0;right:0;margin:auto;width:100%;height:100%;padding-top:100%;background:url(../images/caseFlorian/red-linebg.png) top center no-repeat;}@media (max-width:1200px) {.case-florian .worker-sample.worker-sample3:before {display:none;}}.case-florian .worker-sample.worker-sample3 .no-gutters-top {margin-left:-15px;margin-right:-15px;overflow:hidden;}.case-florian .worker-sample.worker-sample3 .title-text {text-align:left;}@media (max-width:992px) {.case-florian .worker-sample.worker-sample3 .title-text {text-align:center;}}.case-florian .worker-sample.worker-sample3 .content__text {margin:0px 0 65px 0;}@media (max-width:992px) {.case-florian .worker-sample.worker-sample3 .content__text {margin:10px 0 60px 0;}}@media (max-width:768px) {.case-florian .worker-sample.worker-sample3 .content__text {margin:20px 0 30px 0;}}.case-florian .worker-sample.worker-sample3 .content__text .regular-p {padding-bottom:20px;}@media (max-width:992px) {.case-florian .worker-sample.worker-sample3 .content__text .regular-p {padding-bottom:10px;}}.case-florian .worker-sample.worker-sample3 .box-pushed {margin-top:200px;}@media (max-width:1200px) {.case-florian .worker-sample.worker-sample3 .box-pushed {margin-top:120px;}}@media (max-width:992px) {.case-florian .worker-sample.worker-sample3 .box-pushed {margin:80px auto 0;}}@media (max-width:768px) {.case-florian .worker-sample.worker-sample3 .box-pushed {margin:50px auto 0;}}.case-florian .worker-sample.worker-sample3 .img-holder {text-align:center;}.case-florian .worker-sample.worker-sample3 .img-holder.img-holder--center {text-align:center;margin-left:-15px;margin-right:-15px;}@media (max-width:1200px) {.case-florian .worker-sample.worker-sample3 .img-holder.img-holder--center {margin-left:0px;margin-right:0px;}}@media (max-width:992px) {.case-florian .worker-sample.worker-sample3 .img-holder {text-align:center;}}.case-florian .worker-sample.worker-sample3 .img-holder__img {max-width:600px;height:auto;width:100%;box-shadow:0 0 51px -6px #959494;margin-bottom:55px;border-radius:1px;}.case-florian .worker-sample.worker-sample3 .img-holder__img.img-holder__img1 {text-align:center;}.case-florian .worker-sample.worker-sample3 .img-holder__img.img-holder__img2 {max-width:1170px;box-shadow:0 0 51px -6px #959494;}.case-florian .worker-sample.worker-sample3 .img-holder__img.img-holder__img3 {max-width:1170px;box-shadow:0 0 51px -6px #959494;}.case-florian .worker-sample.worker-sample3 .img-holder__img.img-holder__img4 {max-width:1170px;box-shadow:0 0 51px -6px #959494;}.case-florian .worker-sample.worker-sample4 {padding:110px 0 120px 0;background:url("../images/caseFlorian/section4-bg.png") top center / auto no-repeat;}@media (max-width:1200px) {.case-florian .worker-sample.worker-sample4 {padding:90px 0 115px 0;background-size:cover;}}@media (max-width:992px) {.case-florian .worker-sample.worker-sample4 {padding:80px 0 110px 0;}}@media (max-width:768px) {.case-florian .worker-sample.worker-sample4 {padding:70px 0 80px 0;}}.case-florian .worker-sample.worker-sample4 .no-gutters-top {margin:auto;max-width:810px;}.case-florian .worker-sample.worker-sample4 .medium-width {max-width:750px;margin:0 auto;}.case-florian .worker-sample.worker-sample4 .content__text {padding-bottom:0px;margin:0 0 140px 0;}@media (max-width:1200px) {.case-florian .worker-sample.worker-sample4 .content__text {margin:0 0 100px 0;}}@media (max-width:992px) {.case-florian .worker-sample.worker-sample4 .content__text {margin:0 0 90px 0;}}@media (max-width:768px) {.case-florian .worker-sample.worker-sample4 .content__text {margin:0 0 60px 0;}}.case-florian .worker-sample.worker-sample4 .content__text p {max-width:902px;margin:0 auto;text-align:center;}.case-florian .worker-sample.worker-sample4 .box-list-short {max-width:1000px;margin:0 auto 130px;}@media (max-width:1200px) {.case-florian .worker-sample.worker-sample4 .box-list-short {margin:0 auto 100px;}}@media (max-width:992px) {.case-florian .worker-sample.worker-sample4 .box-list-short {margin:0 auto 90px;}}@media (max-width:768px) {.case-florian .worker-sample.worker-sample4 .box-list-short {margin:0 auto 60px;}}.case-florian .worker-sample.worker-sample4 .box-container {text-align:center;}@media (max-width:992px) {.case-florian .worker-sample.worker-sample4 .box-container {margin:auto;text-align:center;}}.case-florian .worker-sample.worker-sample4 .font-florian-box {padding-top:10px;overflow:hidden;max-width:940px;margin:auto;}.case-florian .worker-sample.worker-sample4 .font-florian-box .box {margin-bottom:20px;}.case-florian .worker-sample.worker-sample4 .font-florian-box .box.box-1 {margin-bottom:10px;}.case-florian .worker-sample.worker-sample4 .font-florian-box .box.box-2 {margin-bottom:10px;}.case-florian .worker-sample.worker-sample4 .font-florian-box .box__text {color:#000;line-height:1;font-size:30px;}@media (max-width:1200px) {.case-florian .worker-sample.worker-sample4 .font-florian-box .box__text {font-size:30px;}}@media (max-width:768px) {.case-florian .worker-sample.worker-sample4 .font-florian-box .box__text {font-size:28px;}}@media (max-width:768px) {.case-florian .worker-sample.worker-sample4 .font-florian-box .box__text {font-size:24px;}}@media (max-width:460px) {.case-florian .worker-sample.worker-sample4 .font-florian-box .box__text {font-size:22px;}}.case-florian .worker-sample.worker-sample4 .font-florian-box .box__text.box__text1 {font-family:'Roboto-SemiBold', sans-serif;}.case-florian .worker-sample.worker-sample4 .font-florian-box .box__text.box__text2 {font-family:'Roboto-Regular', sans-serif;}.case-florian .worker-sample.worker-sample4 .font-florian-box .box__title {color:#e84c3d;line-height:1;display:block;font-size:60px;padding-bottom:20px;}@media (max-width:1200px) {.case-florian .worker-sample.worker-sample4 .font-florian-box .box__title {font-size:50px;}}@media (max-width:768px) {.case-florian .worker-sample.worker-sample4 .font-florian-box .box__title {font-size:40px;}}@media (max-width:768px) {.case-florian .worker-sample.worker-sample4 .font-florian-box .box__title {font-size:30px;}}@media (max-width:460px) {.case-florian .worker-sample.worker-sample4 .font-florian-box .box__title {font-size:28px;}}.case-florian .worker-sample.worker-sample4 .font-florian-box .box__title.box__title1 {font-family:'Montserrat-SemiBold', sans-serif;}.case-florian .worker-sample.worker-sample4 .font-florian-box .box__title.box__title2 {font-family:'Montserrat-Regular', sans-serif;}.case-florian .worker-sample.worker-sample4 .box {margin-bottom:130px;}@media (max-width:1200px) {.case-florian .worker-sample.worker-sample4 .box {margin-bottom:120px;}}@media (max-width:992px) {.case-florian .worker-sample.worker-sample4 .box {margin-bottom:80px;}}@media (max-width:768px) {.case-florian .worker-sample.worker-sample4 .box {margin-bottom:40px;}}@media (max-width:992px) {.case-florian .worker-sample.worker-sample4 .box-list {margin-bottom:20px;}}.case-florian .worker-sample.worker-sample4 .box-list.box-listleft {text-align:left;}@media (max-width:992px) {.case-florian .worker-sample.worker-sample4 .box-list.box-listleft {text-align:center;}}.case-florian .worker-sample.worker-sample4 .box-list.box-listcenter {text-align:center;}.case-florian .worker-sample.worker-sample4 .box-list.box-listright {text-align:right;}@media (max-width:992px) {.case-florian .worker-sample.worker-sample4 .box-list.box-listright {text-align:center;}}.case-florian .worker-sample.worker-sample4 .box-list__container {max-width:300px;width:100%;padding-right:20px;border-radius:60px;height:100px;padding-left:30px;display:inline-block;text-align:right;line-height:100px;background:#ffffff;box-shadow:0 16px 40px 1px rgba(0, 0, 0, 0.2);}@media (max-width:992px) {.case-florian .worker-sample.worker-sample4 .box-list__container {line-height:90px;height:90px;}}.case-florian .worker-sample.worker-sample4 .box-list__holder {position:relative;top:50%;transform:translateY(-50%);}.case-florian .worker-sample.worker-sample4 .box-list__round {display:inline-block;vertical-align:middle;border-radius:50%;width:66px;height:66px;box-shadow:0 0 34px -11px #000000;}@media (max-width:992px) {.case-florian .worker-sample.worker-sample4 .box-list__round {width:50px;height:50px;}}.case-florian .worker-sample.worker-sample4 .box-list__round.box-list__round1 {background:#e84c3d;}.case-florian .worker-sample.worker-sample4 .box-list__round.box-list__round2 {background:#5b5b5b;}.case-florian .worker-sample.worker-sample4 .box-list__round.box-list__round3 {background:#d7d7d7;}.case-florian .worker-sample.worker-sample4 .box-list__text {margin-right:40px;text-align:center;color:#212121;font-family:'Montserrat-Bold', sans-serif;font-size:25px;vertical-align:middle;display:inline-block;}.case-florian .worker-sample.worker-sample5 {padding:130px 0 145px 0;background:#e84c3d url(../images/caseFlorian/section5-ball.png) 18.5% 60% no-repeat;}@media (max-width:1200px) {.case-florian .worker-sample.worker-sample5 {padding:120px 0 100px 0;}}@media (max-width:992px) {.case-florian .worker-sample.worker-sample5 {padding:100px 0 80px 0;}}@media (max-width:768px) {.case-florian .worker-sample.worker-sample5 {padding:70px 0 60px 0;}}.case-florian .worker-sample.worker-sample5 .no-gutters-top {margin-left:-15px;margin-right:-15px;overflow:hidden;}.case-florian .worker-sample.worker-sample5 .right-container {margin-left:-35px;}@media (max-width:1200px) {.case-florian .worker-sample.worker-sample5 .right-container {margin-left:0px;}}.case-florian .worker-sample.worker-sample5 .title-text {text-align:left;}@media (max-width:992px) {.case-florian .worker-sample.worker-sample5 .title-text {text-align:center;}}.case-florian .worker-sample.worker-sample5 .content__text {text-align:left;max-width:880px;margin:0px auto 20px;}@media (max-width:992px) {.case-florian .worker-sample.worker-sample5 .content__text {margin:0px auto 40px;text-align:center;}}@media (max-width:768px) {.case-florian .worker-sample.worker-sample5 .content__text {margin:0px auto 30px;}}.case-florian .worker-sample.worker-sample5 .content__text .regular-p {padding-bottom:20px;}@media (max-width:992px) {.case-florian .worker-sample.worker-sample5 .content__text .regular-p {text-align:center;padding-bottom:10px;}}.case-florian .worker-sample.worker-sample5 .img-holder {position:relative;}.case-florian .worker-sample.worker-sample5 .img-holder.img-holder--left {padding-top:12px;text-align:left;z-index:3;}@media (max-width:992px) {.case-florian .worker-sample.worker-sample5 .img-holder.img-holder--left {text-align:center;}}.case-florian .worker-sample.worker-sample5 .img-holder.img-holder--center {text-align:center;position:relative;width:100%;margin-top:-40px;display:inline-block;margin-left:4%;z-index:2;}@media (max-width:992px) {.case-florian .worker-sample.worker-sample5 .img-holder.img-holder--center {margin-left:0;margin-top:40px;}}.case-florian .worker-sample.worker-sample5 .img-holder.img-holder--right {text-align:right;position:relative;width:100%;margin-top:-40px;display:inline-block;z-index:1;}@media (max-width:992px) {.case-florian .worker-sample.worker-sample5 .img-holder.img-holder--right {text-align:center;margin-top:40px;}}.case-florian .worker-sample.worker-sample5 .img-holder__img {max-width:1175px;height:auto;width:100%;box-shadow:0 26px 80px -1px rgba(0, 0, 0, 0.2);}.case-florian .worker-sample.worker-sample5 .img-holder__img.img-holder__img1 {max-width:580px;}.case-florian .worker-sample.worker-sample5 .img-holder__img.img-holder__img2 {max-width:580px;}.case-florian .worker-sample.worker-sample5 .img-holder__img.img-holder__img3 {max-width:600px;}@media (max-width:992px) {.case-florian .worker-sample.worker-sample5 .img-holder__img.img-holder__img3 {max-width:600px;}}.case-instagram {counter-reset:titlecounter;background:#f6f6f6;}.case-instagram p {font-family:'Pt-Sans-Regular', sans-serif;color:#262e3a;line-height:1.5;font-size:17px;}@media (max-width:1200px) {.case-instagram p {font-size:16px;}}@media (max-width:992px) {.case-instagram p {font-size:15px;}}@media (max-width:768px) {.case-instagram p {font-size:14px;}}.case-instagram .p-white {color:#fff;}.case-instagram .p-lightdark {color:#a6b1c1;}.case-instagram .h4 {font-size:99px;font-family:'Nunito-Bold', sans-serif;color:#1a2232;display:inline-block;position:relative;z-index:1;}@media (max-width:1200px) {.case-instagram .h4 {font-size:48px;}}@media (max-width:992px) {.case-instagram .h4 {font-size:40px;}}@media (max-width:768px) {.case-instagram .h4 {font-size:30px;}}@media (max-width:460px) {.case-instagram .h4 {font-size:26px;}}.case-instagram .h4.h4--white {color:#ffffff;}.case-instagram .title-text {text-align:center;position:relative;}@media (max-width:768px) {.case-instagram .title-text {text-align:center;}}.case-instagram .title-text .h4 {padding-bottom:25px;}@media (max-width:992px) {.case-instagram .title-text .h4 {padding-bottom:20px;text-align:center;}}@media (max-width:768px) {.case-instagram .title-text .h4 {padding-bottom:20px;}}@media (max-width:460px) {.case-instagram .title-text .h4 {padding-bottom:15px;}}.case-instagram .float-change {float:right;}@media (max-width:768px) {.case-instagram .float-change {float:left;}}.case-instagram .no-gutters {margin-left:-15px;margin-right:-15px;}@media (max-width:1200px) {.case-instagram .no-gutters {margin-left:0;margin-right:0;}}.case-instagram .no-gutters-stable {margin-left:-15px;margin-right:-15px;}.case-instagram .title-counter {position:relative;}.case-instagram .title-counter:after {position:absolute;counter-increment:titlecounter;content:"0" counter(titlecounter);font-size:71px;font-family:'Nunito-Bold', sans-serif;color:#ffffff;left:-145px;top:0;line-height:133px;}@media (max-width:1450px) {.case-instagram .title-counter:after {left:0;right:0;top:-100px;margin:auto;line-height:133px;text-align:center;}}@media (max-width:992px) {.case-instagram .title-counter:after {display:none;}}.case-instagram .main-title {background-image:url("../images/caseInstagram/top-leftheart.png"), url("../images/caseInstagram/top-ball.png"), url(../images/caseInstagram/main-bg.png);background-position:left 5% top 53%, top 4% left 39%, top -90px center;background-size:auto, auto, cover;background-repeat:no-repeat, no-repeat, no-repeat;width:100%;-webkit-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);-moz-box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.17);position:relative;}@media (max-width:1200px) {.case-instagram .main-title {background-position:left top 50%, top center, top -90px center;}}@media (max-width:992px) {.case-instagram .main-title {background-position:left top 50%, top center, top 0px center;}}.case-instagram .main-title__container-simple {height:807px;}@media (max-width:1200px) {.case-instagram .main-title__container-simple {height:800px;}}@media (max-width:992px) {.case-instagram .main-title__container-simple {height:auto;}}.case-instagram .main-title .title-holder-colored {vertical-align:top;padding-top:150px;text-align:left;}@media (max-width:1200px) {.case-instagram .main-title .title-holder-colored {padding-top:150px;}}@media (max-width:992px) {.case-instagram .main-title .title-holder-colored {padding-top:100px;text-align:center;}}@media (max-width:768px) {.case-instagram .main-title .title-holder-colored {padding-top:90px;text-align:center;}}.case-instagram .main-title .title-holder-colored__img {width:100%;max-width:373px;margin:auto;}@media (max-width:1200px) {.case-instagram .main-title .title-holder-colored__img {max-width:330px;}}@media (max-width:992px) {.case-instagram .main-title .title-holder-colored__img {max-width:300px;}}@media (max-width:768px) {.case-instagram .main-title .title-holder-colored__img {max-width:240px;}}@media (max-width:460px) {.case-instagram .main-title .title-holder-colored__img {max-width:180px;}}.case-instagram .main-title .title-holder-colored__img2 {margin:auto;padding-top:130px;text-align:left;}@media (max-width:1400px) {.case-instagram .main-title .title-holder-colored__img2 {width:100%;}}@media (max-width:1200px) {.case-instagram .main-title .title-holder-colored__img2 {padding-top:130px;}}@media (max-width:992px) {.case-instagram .main-title .title-holder-colored__img2 {padding-top:30px;}}@media (max-width:768px) {.case-instagram .main-title .title-holder-colored__img2 {padding-top:20px;text-align:center;}}.case-instagram .main-title .title-holder-colored .title-text {text-align:left;position:relative;}@media (max-width:768px) {.case-instagram .main-title .title-holder-colored .title-text {text-align:center;}}.case-instagram .main-title .title-holder-colored .text {max-width:381px;margin-right:-21px;}@media (max-width:1200px) {.case-instagram .main-title .title-holder-colored .text {margin:auto;}}@media (max-width:768px) {.case-instagram .main-title .title-holder-colored .text {margin:auto;}}.case-instagram .main-title .title-holder-colored .text p {line-height:1.2;}.case-instagram .main-title .title-holder-colored .span-round {display:block;position:relative;width:9px;height:9px;background:#f2f3f7;border-radius:50%;margin:30px auto 30px;}.case-instagram .main-title .title-holder-colored .span-round:before {position:absolute;content:"";top:0px;left:-50px;width:9px;height:9px;background:#f2f3f7;border-radius:50%;}.case-instagram .main-title .title-holder-colored .span-round:after {position:absolute;content:"";top:0px;right:-50px;width:9px;height:9px;background:#f2f3f7;border-radius:50%;}.case-instagram .employment {padding:110px 0 180px 0;position:relative;z-index:1;}@media (max-width:1200px) {.case-instagram .employment {padding:110px 0 140px 0;}}@media (max-width:992px) {.case-instagram .employment {padding:90px 0 90px 0;}}@media (max-width:768px) {.case-instagram .employment {padding:80px 0 60px 0;}}.case-instagram .employment .employment-bg {content:"";position:absolute;left:0;right:0;bottom:0;height:159%;width:100%;display:block;background:#f6f6f6;background-image:url("../images/caseInstagram/photo-camera.png"), url("../images/caseInstagram/footer-bg.png");background-position:left 50%, center center;background-size:auto, cover;background-repeat:no-repeat, no-repeat;}@media (max-width:1450px) {.case-instagram .employment .employment-bg {background-size:18%, cover;}}@media (max-width:992px) {.case-instagram .employment .employment-bg {height:279%;background-position:left 55%, center center;background-size:30%, cover;}}@media (max-width:550px) {.case-instagram .employment .employment-bg {height:260%;}}@media (max-width:480px) {.case-instagram .employment .employment-bg {height:250%;}}@media (max-width:430px) {.case-instagram .employment .employment-bg {height:240%;}}@media (max-width:400px) {.case-instagram .employment .employment-bg {height:230%;}}@media (max-width:360px) {.case-instagram .employment .employment-bg {height:220%;}}@media (max-width:350px) {.case-instagram .employment .employment-bg {height:200%;}}.case-instagram .employment .title-text {text-align:center;position:relative;}@media (max-width:768px) {.case-instagram .employment .title-text {text-align:center;}}.case-instagram .employment .title-text .h4 {padding-bottom:10px;position:relative;}@media (max-width:992px) {.case-instagram .employment .title-text .h4 {text-align:center;width:100%;padding-bottom:10px;}}@media (max-width:768px) {.case-instagram .employment .title-text .h4 {padding-bottom:10px;}}.case-instagram .employment .text {padding-top:10px;text-align:center;margin:0 auto;max-width:900px;}.case-instagram .big-bg1 {background:url("../images/caseInstagram/section1-bg.png") top 70% center / auto no-repeat;}.case-instagram .content {padding:30px 0;}.case-instagram .content__text {margin:20px 0 0 0;text-align:left;width:100%;}@media (max-width:992px) {.case-instagram .content__text {text-align:center;}}.case-instagram .worker-sample {text-align:center;}.case-instagram .worker-sample .title-holder {display:block;}.case-instagram .worker-sample.worker-sample1 {padding:17px 0 106px 0;}.case-instagram .worker-sample.worker-sample1 .title-text {position:relative;}.case-instagram .worker-sample.worker-sample1 .title-text.title-text--left {text-align:left;}@media (max-width:992px) {.case-instagram .worker-sample.worker-sample1 .title-text.title-text--left {text-align:center;}}@media (max-width:768px) {.case-instagram .worker-sample.worker-sample1 .title-text.title-text--left {text-align:center;}}.case-instagram .worker-sample.worker-sample1 .content__text {text-align:left;margin:5px auto 75px;}@media (max-width:992px) {.case-instagram .worker-sample.worker-sample1 .content__text {text-align:center;margin:0 auto 50px;}}@media (max-width:768px) {.case-instagram .worker-sample.worker-sample1 .content__text {margin:0 auto 35px;}}.case-instagram .worker-sample.worker-sample1 .content__text .regular-p {margin:auto;max-width:900px;line-height:1.6;}.case-instagram .worker-sample.worker-sample1 .fontbox {padding-top:10px;overflow:hidden;margin:auto;text-align:left;}@media (max-width:992px) {.case-instagram .worker-sample.worker-sample1 .fontbox {text-align:center;}}@media (max-width:992px) {.case-instagram .worker-sample.worker-sample1 .fontbox.fontbox--left {margin-bottom:40px;}}.case-instagram .worker-sample.worker-sample1 .fontbox.fontbox--right {margin-left:9%;}@media (max-width:992px) {.case-instagram .worker-sample.worker-sample1 .fontbox.fontbox--right {margin-left:auto;}}.case-instagram .worker-sample.worker-sample1 .fontbox__title {color:#f39456;line-height:1;display:block;font-size:45px;padding-bottom:30px;}@media (max-width:1200px) {.case-instagram .worker-sample.worker-sample1 .fontbox__title {font-size:40px;}}@media (max-width:768px) {.case-instagram .worker-sample.worker-sample1 .fontbox__title {font-size:35px;}}@media (max-width:768px) {.case-instagram .worker-sample.worker-sample1 .fontbox__title {font-size:30px;}}@media (max-width:460px) {.case-instagram .worker-sample.worker-sample1 .fontbox__title {font-size:28px;}}.case-instagram .worker-sample.worker-sample1 .fontbox__title.fontbox__title1 {font-family:'Nunito-Light', sans-serif;}.case-instagram .worker-sample.worker-sample1 .fontbox__title.fontbox__title2 {font-family:'Nunito-Bold', sans-serif;}.case-instagram .worker-sample.worker-sample1 .fontbox__text p {color:#1a2232;line-height:1.2;font-size:20px;letter-spacing:0.3em;}@media (max-width:1200px) {.case-instagram .worker-sample.worker-sample1 .fontbox__text p {font-size:19px;}}@media (max-width:992px) {.case-instagram .worker-sample.worker-sample1 .fontbox__text p {font-size:18px;}}@media (max-width:768px) {.case-instagram .worker-sample.worker-sample1 .fontbox__text p {font-size:17px;letter-spacing:0.1em;}}@media (max-width:460px) {.case-instagram .worker-sample.worker-sample1 .fontbox__text p {font-size:16px;letter-spacing:0.05em;}}.case-instagram .worker-sample.worker-sample1 .fontbox__text.fontbox__text1 p {font-family:'Nunito-Light', sans-serif;}.case-instagram .worker-sample.worker-sample1 .fontbox__text.fontbox__text2 p {font-family:'Nunito-Bold', sans-serif;}.case-instagram .worker-sample.worker-sample1 .big-letter {text-align:center;float:right;max-width:350px;width:100%;}@media (max-width:768px) {.case-instagram .worker-sample.worker-sample1 .big-letter {margin:auto;max-width:250px;float:none;}}.case-instagram .worker-sample.worker-sample1 .big-letter__letter {display:block;position:relative;font-family:'Nunito-Bold', sans-serif;font-size:345px;text-transform:uppercase;color:#1a2232;line-height:0.9;text-shadow:0px 2px 29px rgba(0, 0, 0, 0.1);}@media (max-width:768px) {.case-instagram .worker-sample.worker-sample1 .big-letter__letter {font-size:245px;}}.case-instagram .worker-sample.worker-sample1 .big-letter__letter:before {content:"a";font-family:'Nunito-Bold', sans-serif;font-size:345px;position:absolute;right:0;bottom:0;color:#ffffff;text-transform:lowercase;text-shadow:0px 2px 29px rgba(0, 0, 0, 0.1);}@media (max-width:768px) {.case-instagram .worker-sample.worker-sample1 .big-letter__letter:before {font-size:245px;}}.case-instagram .worker-sample.worker-sample1 .big-letter__letter:after {content:"";background:url(../images/caseInstagram/fonts-leftheart.png) center center / cover no-repeat;position:absolute;left:-35%;right:auto;top:20%;width:120px;height:120px;z-index:2;}@media (max-width:768px) {.case-instagram .worker-sample.worker-sample1 .big-letter__letter:after {left:-15%;}}.case-instagram .worker-sample.worker-sample2 {padding:195px 0 225px 0;position:relative;background:linear-gradient(90deg, #EF7796 0%, #F16869 38.67%, #F29257 100%);background-image:url("../images/caseInstagram/shadowed-box.png"), url("../images/caseInstagram/instagram.png"), linear-gradient(90deg, #EF7796 0%, #F16869 38.67%, #F29257 100%);background-position:left 50%, right 30%, center center;background-size:auto, auto, cover;background-repeat:no-repeat, no-repeat, no-repeat;}@media (max-width:1200px) {.case-instagram .worker-sample.worker-sample2 {padding:90px 0 115px 0;background-size:20%, 10%, cover;}}@media (max-width:992px) {.case-instagram .worker-sample.worker-sample2 {padding:80px 0 110px 0;}}@media (max-width:768px) {.case-instagram .worker-sample.worker-sample2 {padding:70px 0 80px 0;}}@media (max-width:600px) {.case-instagram .worker-sample.worker-sample2 {background-size:35%, 25%, cover;}}.case-instagram .worker-sample.worker-sample2 .section2-line-top {position:absolute;top:-1px;right:0;left:0;margin:auto;width:100%;height:100px;background:url(../images/caseInstagram/section2-linetop.png) center center / auto no-repeat;}.case-instagram .worker-sample.worker-sample2 .section2-line-bottom {position:absolute;bottom:0;right:0;left:0;margin:auto;width:100%;height:128px;background:url(../images/caseInstagram/section2-linebottom.png) center center / auto no-repeat;}.case-instagram .worker-sample.worker-sample2 .ball-bg {position:absolute;top:18%;left:19%;width:78px;height:87px;background:url(../images/caseInstagram/colors-ball-bg.png) center center / auto no-repeat;}@media (max-width:992px) {.case-instagram .worker-sample.worker-sample2 .ball-bg {display:none;}}.case-instagram .worker-sample.worker-sample2 .no-gutters-top {margin:auto;max-width:810px;}.case-instagram .worker-sample.worker-sample2 .medium-width {max-width:750px;margin:0 auto;}.case-instagram .worker-sample.worker-sample2 .content__text {padding-bottom:0px;margin:17px 0 105px 0;}@media (max-width:1200px) {.case-instagram .worker-sample.worker-sample2 .content__text {margin:0 0 100px 0;}}@media (max-width:992px) {.case-instagram .worker-sample.worker-sample2 .content__text {margin:0 0 90px 0;}}@media (max-width:768px) {.case-instagram .worker-sample.worker-sample2 .content__text {margin:0 0 60px 0;}}.case-instagram .worker-sample.worker-sample2 .content__text p {max-width:802px;margin:0 auto;text-align:center;color:#fff;}.case-instagram .worker-sample.worker-sample2 .box-container {text-align:center;}@media (max-width:992px) {.case-instagram .worker-sample.worker-sample2 .box-container {margin:auto;text-align:center;}}.case-instagram .worker-sample.worker-sample2 .box {margin-bottom:130px;}@media (max-width:1200px) {.case-instagram .worker-sample.worker-sample2 .box {margin-bottom:120px;}}@media (max-width:992px) {.case-instagram .worker-sample.worker-sample2 .box {margin-bottom:80px;}}@media (max-width:768px) {.case-instagram .worker-sample.worker-sample2 .box {margin-bottom:40px;}}.case-instagram .worker-sample.worker-sample2 .box-list {text-align:left;}@media (max-width:992px) {.case-instagram .worker-sample.worker-sample2 .box-list {margin-bottom:20px;text-align:center;}}.case-instagram .worker-sample.worker-sample2 .box-list__container {max-width:300px;width:100%;margin:0 auto 40px;}.case-instagram .worker-sample.worker-sample2 .box-list__round {display:inline-block;vertical-align:middle;border-radius:50%;width:130px;height:130px;border:15px solid #f6f6f6;box-shadow:0 0 34px -11px #000000;margin-top:25px;}@media (max-width:1200px) {.case-instagram .worker-sample.worker-sample2 .box-list__round {margin-top:0;margin-bottom:15px;}}@media (max-width:992px) {.case-instagram .worker-sample.worker-sample2 .box-list__round {width:100px;height:100px;border:10px solid #f6f6f6;margin-bottom:15px;}}.case-instagram .worker-sample.worker-sample2 .box-list__round.box-list__round1 {background:#ee5f69;}.case-instagram .worker-sample.worker-sample2 .box-list__round.box-list__round2 {background:#f38c5c;}.case-instagram .worker-sample.worker-sample2 .box-list__round.box-list__round3 {background:#1d2530;}.case-instagram .worker-sample.worker-sample2 .box-list__round.box-list__round3 {background:#46b3eb;}.case-instagram .worker-sample.worker-sample2 .box-list__text-holder {display:inline-block;vertical-align:middle;margin-left:12%;}.case-instagram .worker-sample.worker-sample2 .box-list__text-holder p {color:#ffffff;font-family:'Pt-Sans-Regular', sans-serif;font-size:17px;line-height:1.4;word-spacing:0.6em;margin-bottom:0;}.case-instagram .worker-sample.worker-sample2 .box-list__text {text-align:center;color:#ffffff;font-family:'Pt-Sans-Bold', sans-serif;font-size:20px;vertical-align:middle;display:inline-block;line-height:1.4;}.case-instagram .worker-sample.worker-sample3 {padding:86px 0 0 0;position:relative;background:url(../images/caseInstagram/main-page-hearts.png) right 10% top 40% / auto no-repeat;}@media (max-width:1200px) {.case-instagram .worker-sample.worker-sample3 {padding:80px 0 0 0;}}@media (max-width:992px) {.case-instagram .worker-sample.worker-sample3 {padding:80px 0 80px 0;}}@media (max-width:768px) {.case-instagram .worker-sample.worker-sample3 {padding:70px 0 70px 0;}}.case-instagram .worker-sample.worker-sample3:before {position:absolute;content:"";top:-10%;right:23%;width:400px;height:400px;background:url(../images/caseInstagram/iwatch.png) center center no-repeat;}@media (max-width:1400px) {.case-instagram .worker-sample.worker-sample3:before {right:8%;top:-2%;}}@media (max-width:1200px) {.case-instagram .worker-sample.worker-sample3:before {right:0;width:300px;height:300px;background-size:contain;}}@media (max-width:992px) {.case-instagram .worker-sample.worker-sample3:before {top:-3%;width:200px;height:200px;}}@media (max-width:550px) {.case-instagram .worker-sample.worker-sample3:before {width:100px;height:100px;top:-5%;}}.case-instagram .worker-sample.worker-sample3 .ball2-bg {position:absolute;bottom:25%;left:40%;width:78px;height:87px;background:url(../images/caseInstagram/checkout-ball-bg.png) center center / auto no-repeat;}@media (max-width:992px) {.case-instagram .worker-sample.worker-sample3 .ball2-bg {display:none;}}.case-instagram .worker-sample.worker-sample3 .title-text {text-align:left;}@media (max-width:992px) {.case-instagram .worker-sample.worker-sample3 .title-text {text-align:center;}}.case-instagram .worker-sample.worker-sample3 .title-counter:after {color:#f28859;}.case-instagram .worker-sample.worker-sample3 .content__text {margin:0px 0 96px 0;max-width:600px;}@media (max-width:992px) {.case-instagram .worker-sample.worker-sample3 .content__text {margin:10px auto 60px;}}@media (max-width:768px) {.case-instagram .worker-sample.worker-sample3 .content__text {margin:20px auto 30px;}}.case-instagram .worker-sample.worker-sample3 .content__text .regular-p {padding-bottom:20px;}@media (max-width:992px) {.case-instagram .worker-sample.worker-sample3 .content__text .regular-p {padding-bottom:10px;}}.case-instagram .worker-sample.worker-sample3 .img-holder {text-align:left;}.case-instagram .worker-sample.worker-sample3 .img-holder.img-holder--left {margin-right:-25px;}@media (max-width:1200px) {.case-instagram .worker-sample.worker-sample3 .img-holder.img-holder--left {margin-right:0;}}.case-instagram .worker-sample.worker-sample3 .img-holder.img-holder--right {text-align:right;margin-top:55%;}@media (max-width:1200px) {.case-instagram .worker-sample.worker-sample3 .img-holder.img-holder--right {margin-top:30%;}}@media (max-width:992px) {.case-instagram .worker-sample.worker-sample3 .img-holder.img-holder--right {text-align:center;margin-top:0;}}@media (max-width:992px) {.case-instagram .worker-sample.worker-sample3 .img-holder {text-align:center;}}.case-instagram .worker-sample.worker-sample3 .img-holder__img {max-width:600px;height:auto;width:100%;margin-bottom:20px;border-radius:15px;}.case-instagram .worker-sample.worker-sample3 .img-holder__img.img-holder__img1 {border:2px solid #e8eaee;max-width:680px;}.case-instagram .worker-sample.worker-sample3 .img-holder__img.img-holder__img2 {max-width:370px;}@media (max-width:992px) {.case-instagram .worker-sample.worker-sample3 .img-holder__img.img-holder__img2 {max-width:300px;}}@media (max-width:768px) {.case-instagram .worker-sample.worker-sample3 .img-holder__img.img-holder__img2 {max-width:200px;}}.case-instagram .worker-sample.worker-sample3 .gradient-piece {position:absolute;bottom:79px;right:0;left:0;margin:auto;width:100%;height:580px;background:url(../images/caseInstagram/gradient-piece.png) bottom center / 100% no-repeat;}.case-instagram .worker-sample.worker-sample4 {position:relative;display:inline-block;width:100%;margin-top:-80px;margin-bottom:-9px;padding:50px 0 10px 0;background:#f29257;background:linear-gradient(90deg, #f29257 0%, #f16869 43%, #c975ae 100%);}@media (max-width:992px) {.case-instagram .worker-sample.worker-sample4 {padding:100px 0 20px 0;}}@media (max-width:768px) {.case-instagram .worker-sample.worker-sample4 {padding:70px 0 20px 0;}}.case-instagram .worker-sample.worker-sample4 .checkout-keyboard {position:absolute;right:0;top:-14%;height:599px;width:397px;display:block;background:#f6f6f6;background:url(../images/caseInstagram/checkout-keyboard.png) center center / auto no-repeat;}@media (max-width:1400px) {.case-instagram .worker-sample.worker-sample4 .checkout-keyboard {height:350px;width:250px;background:url(../images/caseInstagram/checkout-keyboard.png) center center / contain no-repeat;}}@media (max-width:768px) {.case-instagram .worker-sample.worker-sample4 .checkout-keyboard {top:-17%;height:300px;width:150px;}}.case-instagram .worker-sample.worker-sample4 .checkout-like {position:absolute;left:15%;top:-16%;height:163px;width:194px;display:block;background:#f6f6f6;background:url(../images/caseInstagram/checkout-like.png) center center / auto no-repeat;}@media (max-width:1400px) {.case-instagram .worker-sample.worker-sample4 .checkout-like {left:5%;height:120px;width:120px;background:url(../images/caseInstagram/checkout-like.png) center center / contain no-repeat;}}@media (max-width:768px) {.case-instagram .worker-sample.worker-sample4 .checkout-like {left:2%;top:-5%;height:80px;width:80px;}}.case-instagram .worker-sample.worker-sample4 .no-gutters-top {margin-left:-15px;margin-right:-15px;overflow:hidden;}.case-instagram .worker-sample.worker-sample4 .title-text {position:relative;text-align:center;margin-top:0px;}@media (max-width:1200px) {.case-instagram .worker-sample.worker-sample4 .title-text {margin-top:0px;}}@media (max-width:992px) {.case-instagram .worker-sample.worker-sample4 .title-text {text-align:center;}}@media (max-width:768px) {.case-instagram .worker-sample.worker-sample4 .title-text {text-align:center;}}.case-instagram .worker-sample.worker-sample4 .title-text .h4 {margin-left:12%;}@media (max-width:1200px) {.case-instagram .worker-sample.worker-sample4 .title-text .h4 {margin-left:0;}}.case-instagram .worker-sample.worker-sample4 .content__text {text-align:center;margin:20px auto 55px;max-width:940px;}@media (max-width:1200px) {.case-instagram .worker-sample.worker-sample4 .content__text {width:100%;margin:20px auto 30px;}}@media (max-width:992px) {.case-instagram .worker-sample.worker-sample4 .content__text {margin:10px auto 20px ;}}@media (max-width:768px) {.case-instagram .worker-sample.worker-sample4 .content__text {margin:10px auto 15px ;}}.case-instagram .worker-sample.worker-sample4 .content__text .regular-p {padding-bottom:20px;}@media (max-width:992px) {.case-instagram .worker-sample.worker-sample4 .content__text .regular-p {text-align:center;padding-bottom:10px;}}.case-instagram .worker-sample.worker-sample4 .img-holder {text-align:center;}.case-instagram .worker-sample.worker-sample4 .img-holder.img-holder--center {text-align:center;}@media (max-width:992px) {.case-instagram .worker-sample.worker-sample4 .img-holder {text-align:center;}}.case-instagram .worker-sample.worker-sample4 .img-holder__img {max-width:1170px;height:auto;width:100%;margin-bottom:20px;border-radius:8px;}.case-instagram .worker-sample.worker-sample4 .img-holder__img.img-holder__img1 {text-align:center;max-width:1170px;}.case-instagram .worker-sample.worker-sample4 .medium-width {max-width:750px;margin:0 auto;}.case-instagram .worker-sample.worker-sample5 {padding:90px 0 55px 0;background:#f29257;background:linear-gradient(90deg, #f29257 0%, #f16869 43%, #c975ae 100%);margin-bottom:-1px;}@media (max-width:1200px) {.case-instagram .worker-sample.worker-sample5 {padding:80px 0 50px 0;}}@media (max-width:992px) {.case-instagram .worker-sample.worker-sample5 {padding:70px 0 60px 0;}}@media (max-width:768px) {.case-instagram .worker-sample.worker-sample5 {padding:70px 0 60px 0;}}.case-instagram .worker-sample.worker-sample5 .white-block {background:#ffffff;padding:20px 5px;border-radius:15px;}.case-instagram .worker-sample.worker-sample5 .title-text {text-align:center;}@media (max-width:992px) {.case-instagram .worker-sample.worker-sample5 .title-text {text-align:center;}}.case-instagram .worker-sample.worker-sample5 .title-text .h4 {margin-left:12%;}@media (max-width:1200px) {.case-instagram .worker-sample.worker-sample5 .title-text .h4 {margin-left:0;}}.case-instagram .worker-sample.worker-sample5 .content__text {text-align:center;max-width:920px;margin:0px auto 40px;}@media (max-width:992px) {.case-instagram .worker-sample.worker-sample5 .content__text {margin:0px auto 40px;}}@media (max-width:768px) {.case-instagram .worker-sample.worker-sample5 .content__text {margin:0px auto 30px;}}.case-instagram .worker-sample.worker-sample5 .content__text .regular-p {padding-bottom:20px;}@media (max-width:992px) {.case-instagram .worker-sample.worker-sample5 .content__text .regular-p {text-align:center;padding-bottom:10px;}}.case-instagram .worker-sample.worker-sample5 .img-holder {position:relative;border-radius:15px;height:365px;}@media (max-width:500px) {.case-instagram .worker-sample.worker-sample5 .img-holder {height:265px;}}.case-instagram .worker-sample.worker-sample5 .img-holder.img-holder--left {background:#ebebeb;}@media (max-width:992px) {.case-instagram .worker-sample.worker-sample5 .img-holder.img-holder--left {margin-bottom:25px;}}.case-instagram .worker-sample.worker-sample5 .img-holder.img-holder--right {background:#1a2232;}.case-instagram .worker-sample.worker-sample5 .img-holder__img {position:relative;top:50%;transform:translateY(-50%);max-width:300px;height:auto;width:100%;}.case-instagram .worker-sample.worker-sample5 .img-holder__img.img-holder__img1 {max-width:340px;}@media (max-width:500px) {.case-instagram .worker-sample.worker-sample5 .img-holder__img.img-holder__img1 {max-width:220px;}}.case-instagram .worker-sample.worker-sample5 .img-holder__img.img-holder__img2 {max-width:290px;}@media (max-width:500px) {.case-instagram .worker-sample.worker-sample5 .img-holder__img.img-holder__img2 {max-width:200px;}}.case-instagram .worker-sample.worker-sample6 {padding:110px 0 0px 0;background:#f29257;background:linear-gradient(90deg, #f29257 0%, #f16869 43%, #c975ae 100%);position:relative;}@media (max-width:1200px) {.case-instagram .worker-sample.worker-sample6 {padding:90px 0 0px 0;}}@media (max-width:992px) {.case-instagram .worker-sample.worker-sample6 {padding:90px 0 0px 0;}}@media (max-width:768px) {.case-instagram .worker-sample.worker-sample6 {padding:30px 0 0 0;}}.case-instagram .worker-sample.worker-sample6:after {content:"";position:absolute;background:#f6f6f6;left:0;right:0;bottom:0;height:200px;width:100%;display:block;}.case-instagram .worker-sample.worker-sample6 .title-text {text-align:left;}@media (max-width:992px) {.case-instagram .worker-sample.worker-sample6 .title-text {text-align:center;}}.case-instagram .worker-sample.worker-sample6 .content__text {margin:0px auto 73px;position:relative;z-index:3;}@media (max-width:1200px) {.case-instagram .worker-sample.worker-sample6 .content__text {margin:0px auto 50px;}}@media (max-width:992px) {.case-instagram .worker-sample.worker-sample6 .content__text {margin:0px auto 40px;text-align:center;}}@media (max-width:768px) {.case-instagram .worker-sample.worker-sample6 .content__text {margin:0px auto 30px;}}.case-instagram .worker-sample.worker-sample6 .content__text .regular-p {padding-bottom:20px;}@media (max-width:992px) {.case-instagram .worker-sample.worker-sample6 .content__text .regular-p {text-align:center;padding-bottom:10px;}}.case-instagram .worker-sample.worker-sample6 .img-holder {position:relative;border-radius:15px;z-index:3;}.case-instagram .worker-sample.worker-sample6 .img-holder__img {height:auto;width:100%;filter:drop-shadow(0px 9px 9px rgba(0, 0, 0, 0.1));}.case-instagram .worker-sample.worker-sample6 .img-holder__img.img-holder__img1 {max-width:550px;}.case-instagram .worker-sample.worker-sample6 .img-holder__img.img-holder__img2 {max-width:498px;margin-top:33px;float:right;}@media (max-width:992px) {.case-instagram .worker-sample.worker-sample6 .img-holder__img.img-holder__img2 {float:none;}}.case-instagram .worker-sample.worker-sample7 {padding:180px 0 50px 0;position:relative;z-index:2;background:url(../images/caseInstagram/adaptive-design-bg.png) top center / auto no-repeat;}@media (max-width:1200px) {.case-instagram .worker-sample.worker-sample7 {padding:120px 0 50px 0;}}@media (max-width:992px) {.case-instagram .worker-sample.worker-sample7 {padding:100px 0 50px 0;}}@media (max-width:768px) {.case-instagram .worker-sample.worker-sample7 {padding:70px 0 50px 0;}}.case-instagram .worker-sample.worker-sample7 .title-text {text-align:center;}@media (max-width:992px) {.case-instagram .worker-sample.worker-sample7 .title-text {text-align:center;}}.case-instagram .worker-sample.worker-sample7 .title-text .h4 {margin-left:12%;}@media (max-width:1200px) {.case-instagram .worker-sample.worker-sample7 .title-text .h4 {margin-left:0;}}.case-instagram .worker-sample.worker-sample7 .title-counter:after {color:#f28859;}.case-instagram .worker-sample.worker-sample7 .content__text {margin:8px auto 81px;max-width:930px;text-align:center;}@media (max-width:992px) {.case-instagram .worker-sample.worker-sample7 .content__text {margin:0px auto 40px;text-align:center;}}@media (max-width:768px) {.case-instagram .worker-sample.worker-sample7 .content__text {margin:0px auto 30px;}}.case-instagram .worker-sample.worker-sample7 .content__text .regular-p {padding-bottom:20px;}@media (max-width:992px) {.case-instagram .worker-sample.worker-sample7 .content__text .regular-p {text-align:center;padding-bottom:10px;}}.case-instagram .worker-sample.worker-sample7 .img-holder {position:relative;border-radius:15px;}.case-instagram .worker-sample.worker-sample7 .img-holder.img-holder--left {text-align:right;}@media (max-width:992px) {.case-instagram .worker-sample.worker-sample7 .img-holder.img-holder--left {text-align:center;}}.case-instagram .worker-sample.worker-sample7 .img-holder.img-holder--right {text-align:left;margin-top:27px;}@media (max-width:1200px) {.case-instagram .worker-sample.worker-sample7 .img-holder.img-holder--right {margin-top:0;}}@media (max-width:992px) {.case-instagram .worker-sample.worker-sample7 .img-holder.img-holder--right {margin-top:20px;text-align:center;}}.case-instagram .worker-sample.worker-sample7 .img-holder__img {max-width:696px;height:auto;width:100%;}.case-instagram .worker-sample.worker-sample7 .img-holder__img.img-holder__img1 {max-width:640px;}.case-instagram .worker-sample.worker-sample7 .img-holder__img.img-holder__img2 {max-width:205px;}@media print {@page {size:landscape;}}.commercial-page {background:#f2f2f2;}.commercial-page .container-big {max-width:1920px;margin:0 auto;padding-left:15px;padding-right:15px;}.commercial-page .container {max-width:1050px;}.commercial-page .section-printed {min-height:793px;max-height:793px;background:#f2f2f2;}@media print {.commercial-page .section-printed {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.commercial-page .section1__background {background:#fff url("../images/commercial/main-bg1.jpg") center center / cover no-repeat;max-width:1300px;margin:auto;min-height:793px;}@media print {.commercial-page .section1__background {min-height:793px;max-width:1300px;-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.commercial-page .section1 .logo-row {margin-top:60px;margin-bottom:60px;}.commercial-page .section1 .logo-row .logo {width:120px;}@media print {.commercial-page .section1 .logo-row .logo {width:120px;}}.commercial-page .section1 .logo-row .logo-holder {float:left;display:inline-block;}.commercial-page .section1 .logo-row .logo__img {width:120px;height:auto;}@media print {.commercial-page .section1 .logo-row .logo__img {width:120px;}}.commercial-page .section1 .logo-row .heading__title {font-family:'Roboto-Bold', sans-serif;display:inline-block;font-size:40px;color:#e95646;text-transform:uppercase;padding-top:40px;padding-left:40px;}.commercial-page .section1 .section-commercial .heading__title {font-family:'Roboto-Bold', sans-serif;display:block;font-size:32px;color:#20252e;text-transform:uppercase;padding-top:18px;letter-spacing:-1px;}@media print {.commercial-page .section1 .section-commercial .heading__title {font-size:32px;}}.commercial-page .section1 .section-commercial .heading__subtitle {font-family:'Roboto-Light', sans-serif;display:block;font-size:30px;color:#21252d;padding-top:10px;padding-bottom:0px;max-width:500px;min-height:167px;max-height:167px;}@media print {.commercial-page .section1 .section-commercial .heading__subtitle {font-size:30px;}}.commercial-page .section1 .box-linking__bottom {padding-top:20px;padding-bottom:30px;font-size:0;max-width:300px;}.commercial-page .section1 .box-linking__link {font-family:'Roboto-Regular', sans-serif;display:inline-block;font-size:30px;color:#fff;margin-top:95px;padding-top:10px;padding-bottom:10px;border-top:1px solid #fff;border-bottom:1px solid #fff;position:relative;}.commercial-page .section1 .box-linking__link:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;content:"";position:absolute;width:30px;height:1px;background:#f2f2f2;top:-1px;right:-30px;}.commercial-page .section1 .box-linking__link2 {font-family:'Roboto-Regular', sans-serif;display:inline-block;width:50%;text-align:left;font-size:11px;color:#fff;}.commercial-page .section1 .box-linking__link3 {font-family:'Roboto-Regular', sans-serif;display:inline-block;width:50%;text-align:right;font-size:11px;color:#fff;}.commercial-page .gray-line {position:relative;page-break-before:always;}@media print {.commercial-page .gray-line {margin-top:0px;}}.commercial-page .gray-line:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;position:absolute;width:100%;height:30px;background:#4a4d54;content:"";top:18px;left:0;right:0;margin:auto;z-index:0;}.commercial-page .menu-logo {}@media print {.commercial-page .menu-logo {max-width:1000px;margin:auto;}}.commercial-page .menu-logo .logo {width:70px;position:relative;z-index:2;-webkit-print-color-adjust:exact;print-color-adjust:exact;}@media print {.commercial-page .menu-logo .logo {width:70px;}}.commercial-page .menu-logo .logo:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;content:"";position:absolute;width:62px;height:62px;background:#f2f2f2;top:3px;left:0;right:0;margin:auto;transform:rotate(45deg);z-index:-1;}.commercial-page .menu-logo .logo-holder {float:left;display:inline-block;}@media (max-width:1200px) {.commercial-page .menu-logo .logo-holder {display:inline-block;}}.commercial-page .menu-logo .logo__img {width:70px;height:auto;}@media print {.commercial-page .menu-logo .logo__img {width:70px;}}.commercial-page .menu-logo .menu {min-height:70px;line-height:70px;-webkit-print-color-adjust:exact;print-color-adjust:exact;}.commercial-page .menu-logo .menu-holder {width:90%;float:right;padding-left:3%;z-index:1;position:relative;}@media (max-width:1200px) {.commercial-page .menu-logo .menu-holder {display:block;}}.commercial-page .menu-logo .menu__list {display:inline-block;vertical-align:middle;line-height:1;text-align:right;}@media print {.commercial-page .menu-logo .menu__list {display:inline-block;}}@media (max-width:1200px) {.commercial-page .menu-logo .menu__list {display:inline-block;}}.commercial-page .menu-logo .menu__item {display:inline-block;padding:0 10% 5px 0;}@media print {.commercial-page .menu-logo .menu__item {display:inline-block;}}.commercial-page .menu-logo .menu__item:last-child {padding-right:0;}.commercial-page .menu-logo .menu__item:first-child {padding-left:0;}.commercial-page .menu-logo .menu__link {font-family:'Roboto-SemiBold', sans-serif;font-size:13px;font-weight:500;color:#a9aaae;transition:all .3s;}@media print {.commercial-page .menu-logo .menu__link {width:70px;color:#a9aaae !important;}}.commercial-page .menu-logo .menu__link:hover,.commercial-page .menu-logo .menu__link:active {color:#fff;text-decoration:none;}.commercial-page .section-heading__title {font-family:'Roboto-Thin', sans-serif;display:block;font-size:50px;color:#20252e;padding-top:48px;padding-bottom:15px;text-align:center;}@media print {.commercial-page .section-heading__title {font-size:50px;}}.commercial-page .section2 {padding-top:33px;position:relative;}.commercial-page .section2:after {content:"2";position:absolute;width:60px;height:60px;text-align:center;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;}@media print {.commercial-page .section2:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.commercial-page .section2 .section-heading {padding-top:50px;}.commercial-page .section2 .about {margin:130px 0 60px;}@media (max-width:992px) {.commercial-page .section2 .about {margin:40px 0;}}@media (max-width:768px) {.commercial-page .section2 .about {margin:30px 0 0 0;}}.commercial-page .section2 .about__container {min-height:310px;}@media (max-width:992px) {.commercial-page .section2 .about__container {min-height:310px;}}@media (max-width:768px) {.commercial-page .section2 .about__container {min-height:250px;}}.commercial-page .section2 .about__img {min-height:100px;margin-bottom:5px;}@media print {.commercial-page .section2 .about__img {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.commercial-page .section2 .about__img.about__img1 {background:url("../images/commercial/section2-icon1.png") center no-repeat;}.commercial-page .section2 .about__img.about__img2 {background:url("../images/commercial/section2-icon2.png") center no-repeat;}.commercial-page .section2 .about__img.about__img3 {background:url("../images/commercial/section2-icon3.png") center no-repeat;}.commercial-page .section2 .about__img.about__img4 {background:url("../images/commercial/section2-icon4.png") center center no-repeat;}@media (max-width:1200px) {.commercial-page .section2 .about__img {margin-bottom:5px;}}@media (max-width:992px) {.commercial-page .section2 .about__img {margin-bottom:5px;}}.commercial-page .section2 .about .h4 {display:block;color:#20242c;font-family:'Roboto-Light', sans-serif;font-size:21px;text-align:center;}.commercial-page .section2 .about__title-holder {text-align:center;padding-bottom:20px;min-height:auto;}@media (max-width:992px) {.commercial-page .section2 .about__title-holder {min-height:auto;}}@media (max-width:768px) {.commercial-page .section2 .about__title-holder {min-height:auto;}}.commercial-page .section2 .about__text-holder {min-height:70px;padding:0 10px;}.commercial-page .section2 .about__text-holder p {text-align:left;font-family:'Roboto-Light', sans-serif;font-size:13px;color:#20242c;line-height:1.5;}@media (max-width:768px) {.commercial-page .section2 .about__text-holder p {text-align:center;}}.commercial-page .section3 {padding-top:33px;position:relative;}.commercial-page .section3:after {content:"3";position:absolute;width:60px;height:60px;text-align:center;color:#f2f2f2;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;}@media print {.commercial-page .section3:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.commercial-page .section3 .about {margin:40px 0;}@media (max-width:992px) {.commercial-page .section3 .about {margin:40px 0;}}.commercial-page .section3 .about__container {min-height:320px;}.commercial-page .section3 .about__container.about__container--offset-top {padding-top:90px;}.commercial-page .section3 .about__container.container--arrow1:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;content:"";position:absolute;width:110px;height:80px;background:#fff;background:url(../images/commercial/arrow-down.png) center / contain no-repeat;top:35%;right:-33%;margin:auto;}.commercial-page .section3 .about__container.container--arrow2:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;content:"";position:absolute;width:110px;height:80px;background:#fff;background:url(../images/commercial/arrow-up.png) center / contain no-repeat;top:31%;right:-33%;margin:auto;}.commercial-page .section3 .about__container.container--arrow3:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;content:"";position:absolute;width:110px;height:80px;background:#fff;background:url(../images/commercial/arrow-down.png) center / contain no-repeat;top:30%;right:-33%;margin:auto;}.commercial-page .section3 .about__img {height:84px;width:84px;min-height:84px;max-height:84px;margin:0 auto 5px;border-radius:50%;text-align:center;background:#e95646;border:3px solid #e4e4e4;color:#f3f3f3;position:relative;}@media print {.commercial-page .section3 .about__img {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.commercial-page .section3 .about__img .number {line-height:78px;font-size:40px;font-family:'Roboto-Bold', sans-serif;color:#f3f3f3;}.commercial-page .section3 .about .h4 {display:block;color:#20242c;font-family:'Roboto-Light', sans-serif;font-size:24px;text-align:center;}.commercial-page .section3 .about__title-holder {text-align:center;padding-bottom:20px;min-height:auto;}@media (max-width:992px) {.commercial-page .section3 .about__title-holder {min-height:auto;}}@media (max-width:768px) {.commercial-page .section3 .about__title-holder {min-height:auto;}}.commercial-page .section3 .about__text-holder {min-height:60px;padding:10px 0 0 0;}.commercial-page .section3 .about__text-holder p {text-align:center;font-family:'Roboto-Light', sans-serif;font-size:13px;color:#20242c;line-height:1.5;}@media (max-width:768px) {.commercial-page .section3 .about__text-holder p {text-align:center;}}.commercial-page .section3 .notification-section {background:#484b52;padding:40px 0 46px 0;}@media print {.commercial-page .section3 .notification-section {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.commercial-page .section3 .notification-section__title {display:block;text-align:center;color:#ffffff;line-height:78px;font-size:26px;font-family:'Roboto-Bold', sans-serif;text-transform:uppercase;margin:auto;max-width:750px;line-height:1.2;}.commercial-page .section3 .notification-section__title .color {color:#cc5648;}.commercial-page .section4 {padding-top:33px;position:relative;}.commercial-page .section4:after {content:"4";position:absolute;width:60px;height:60px;text-align:center;color:#f2f2f2;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;}@media print {.commercial-page .section4:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.commercial-page .section4 .tabled-section {padding:75px 0;background:#fff url("../images/commercial/section4-bg.jpg") center center / cover no-repeat;max-width:1175px;margin:51px auto 0;}@media print {.commercial-page .section4 .tabled-section {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.commercial-page .section4 .tabled-section__container {max-width:900px;}.commercial-page .section4 .tabled-section__item {display:block;text-align:center;display:table;height:90px;}.commercial-page .section4 .tabled-section__item.tabled-section__item-right {float:right;}.commercial-page .section4 .tabled-section__item-icon {display:inline-block;background:url("../images/commercial/section4-iconcheckbox.png") center center / cover no-repeat;display:table-cell;vertical-align:middle;text-align:center;width:90px;transform:scale(0.5);}.commercial-page .section4 .tabled-section__item-title {display:inline-block;color:#fff;font-family:'Roboto-Medium', sans-serif;display:table-cell;vertical-align:middle;text-align:center;padding-left:10px;font-size:19px;}.commercial-page .section4 .tabled-section__item-text {display:inline-block;text-align:center;color:#fff;font-family:'Roboto-Light', sans-serif;display:table-cell;vertical-align:middle;text-align:left;font-size:14px;}.commercial-page .section4 .tabled-section__item-text a {text-decoration:underline;}.commercial-page .section4 .tabled-section .border-bottom {border-bottom:1px dotted #909aac;}.commercial-page .section4 .tabled-section .border-right {border-right:1px dotted #909aac;}.commercial-page .section5 {padding-top:33px;position:relative;}.commercial-page .section5:after {content:"5";position:absolute;width:60px;height:60px;text-align:center;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;}@media print {.commercial-page .section5:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.commercial-page .section5 .table-price .table {width:100%;max-width:1000px;margin:auto;}.commercial-page .section5 .table-price .table__header th,.commercial-page .section5 .table-price .table__header td {background:#d98f84;font-family:'Roboto-Bold', sans-serif;}@media print {.commercial-page .section5 .table-price .table__header th,.commercial-page .section5 .table-price .table__header td {background:#d98f84 !important;-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.commercial-page .section5 .table-price .table__footer {background:#dddddf;}.commercial-page .section5 .table-price .table__footer th,.commercial-page .section5 .table-price .table__footer td {background:#dddddf;border-bottom:none;font-family:'Roboto-Bold', sans-serif !important;}@media print {.commercial-page .section5 .table-price .table__footer th,.commercial-page .section5 .table-price .table__footer td {background:#dddddf !important;-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.commercial-page .section5 .table-price .table .caption {text-align:center;caption-side:top;color:#21242d;font-size:16px;font-family:'Roboto-Bold', sans-serif;}.commercial-page .section5 .table-price .table__body th,.commercial-page .section5 .table-price .table__body td {border-right:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2;text-align:center;font-family:'Roboto-Medium', sans-serif;background:#e7e7e9;}@media print {.commercial-page .section5 .table-price .table__body th,.commercial-page .section5 .table-price .table__body td {background:#e7e7e9 !important;border-right:1px solid #f2f2f2 !important;border-bottom:1px solid #f2f2f2 !important;-webkit-print-color-adjust:exact;print-color-adjust:exact;}.commercial-page .section5 .table-price .table__body th:last-child,.commercial-page .section5 .table-price .table__body td:last-child {border-right:none !important;}}.commercial-page .section5 .table-price .table__body th:last-child,.commercial-page .section5 .table-price .table__body td:last-child {border-right:none;}.commercial-page .section5 .table-price .table th,.commercial-page .section5 .table-price .table td {border-right:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2;text-align:center;}@media print {.commercial-page .section5 .table-price .table th,.commercial-page .section5 .table-price .table td {border-right:1px solid #f2f2f2 !important;border-bottom:1px solid #f2f2f2 !important;}.commercial-page .section5 .table-price .table th:last-child,.commercial-page .section5 .table-price .table td:last-child {border-right:none !important;}}.commercial-page .section5 .table-price .table th:last-child,.commercial-page .section5 .table-price .table td:last-child {border-right:none;}.commercial-page .section5 .table-price .table .left-text {text-align:left;}.commercial-page .section6 .logo-section .logo {width:220px;display:inline-block;}@media print {.commercial-page .section6 .logo-section .logo {width:220px;}}.commercial-page .section6 .logo-section .logo-holder {display:block;text-align:center;float:none;margin:auto;padding-top:100px;padding-bottom:40px;}.commercial-page .section6 .logo-section .logo__img {width:220px;height:auto;}@media print {.commercial-page .section6 .logo-section .logo__img {width:220px;}}.commercial-page .section6 .logo-section .heading {text-align:center;padding-bottom:80px;}.commercial-page .section6 .logo-section .heading__title {font-family:'Roboto-Bold', sans-serif;font-size:40px;color:#474747;}.commercial-page .section6 .logo-section .heading__subtitle {font-family:'Roboto-Bold', sans-serif;font-size:35px;color:#474747;}.commercial-page .section6 .line-red {height:30px;background:#cc5648;margin-bottom:80px;}@media print {.commercial-page .section6 .line-red {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.commercial-page .section6 .section-adres {text-align:center;}.commercial-page .section6 .section-adres.section-adres-left {text-align:right;}.commercial-page .section6 .section-adres .heading {display:inline-block;text-align:left;}.commercial-page .section6 .section-adres .heading.heading--left {text-align:left;}.commercial-page .section6 .section-adres .heading__title {font-family:'Roboto-Bold', sans-serif;font-size:20px;color:#3a3a3a;}.commercial-page .section6 .section-adres .heading__subtitle {font-family:'Roboto-Light', sans-serif;font-size:30px;color:#474747;letter-spacing:-2px;}.section-header-commercial__background {background:#fff url("../images/commercial/color-bg.jpg") center center / cover no-repeat;max-width:1140px;margin:auto;min-height:793px;position:relative;}@media print {.section-header-commercial__background {min-height:793px;max-width:1140px;-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.section-header-commercial .white-triangle {position:absolute;left:-1px;top:0;width:0;height:0;border-top:396.5px solid transparent;border-left:395px solid #fff;border-bottom:396.5px solid transparent;}.section-header-commercial .logo-section {padding-top:290px;}@media print {.section-header-commercial .logo-section {padding-top:290px;}}.section-header-commercial .logo-section .logo {width:220px;display:inline-block;}@media print {.section-header-commercial .logo-section .logo {width:220px;}}.section-header-commercial .logo-section .logo-holder {display:block;text-align:left;float:none;margin:auto;}.section-header-commercial .logo-section .logo__img {width:220px;height:auto;margin-left:-20px;}@media print {.section-header-commercial .logo-section .logo__img {width:220px;}}.section-header-commercial .logo-section .heading {text-align:left;padding-bottom:100px;padding-left:50px;}.section-header-commercial .logo-section .heading__title {font-family:'Roboto-Bold', sans-serif;font-size:80px;color:#fff;text-transform:uppercase;letter-spacing:2px;padding-bottom:20px;}@media print {.section-header-commercial .logo-section .heading__title {font-family:'Roboto-Bold', sans-serif;font-size:80px;letter-spacing:2px;-webkit-print-color-adjust:exact;print-color-adjust:exact;color:#fff;}}.section-header-commercial .logo-section .heading__subtitle {font-family:'Roboto-Light', sans-serif;font-size:35px;color:#fff;text-transform:uppercase;letter-spacing:2px;font-style:italic;padding-bottom:10px;}@media print {.section-header-commercial .logo-section .heading__subtitle {font-family:'Roboto-Light', sans-serif;font-size:35px;color:#fff;text-transform:uppercase;letter-spacing:2px;font-style:italic;padding-bottom:10px;-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.section-footer-commercial__padding-top {padding-top:170px;}.section-footer-commercial .logo-section {border-right:1px solid #e95646;}.section-footer-commercial .logo-section .logo {width:220px;display:inline-block;}@media print {.section-footer-commercial .logo-section .logo {width:220px;}}.section-footer-commercial .logo-section .logo-holder {display:block;text-align:center;float:none;margin:auto;padding-bottom:30px;padding-top:60px;}.section-footer-commercial .logo-section .logo__img {width:220px;height:auto;}@media print {.section-footer-commercial .logo-section .logo__img {width:220px;}}.section-footer-commercial .logo-section .heading__title {font-family:'Roboto-Regular', sans-serif;font-size:45px;color:#e95646;text-transform:uppercase;letter-spacing:2px;padding-bottom:50px;text-align:center;}@media print {.section-footer-commercial .logo-section .heading__title {font-family:'Roboto-Regular', sans-serif;font-size:45px;letter-spacing:2px;padding-bottom:50px;text-align:center;}}.section-footer-commercial .section-adres {text-align:center;padding-top:110px;}.section-footer-commercial .section-adres .list {display:inline-block;text-align:left;list-style-type:none;}.section-footer-commercial .section-adres .list.heading--left {text-align:left;}.section-footer-commercial .section-adres .list__item {font-family:'Roboto-Light', sans-serif;font-size:30px;color:#474747;padding-bottom:10px;}@media print {.section-footer-commercial .section-adres .list__item {font-family:'Roboto-Light', sans-serif;font-size:30px;padding-bottom:10px;}}.ezspree-page {background:transparent;}.ezspree-page .no-gutters {margin-left:-15px;margin-right:-15px;}@media (max-width:1200px) {.ezspree-page .no-gutters {margin-left:0px;margin-right:0px;}}.ezspree-page p {font-size:15px;font-family:'Roboto-Light', sans-serif;color:#2f2f2f;line-height:1.87;}@media print {.ezspree-page p {font-size:14px;}}.ezspree-page .p-blue {color:#141416;}.ezspree-page .p-gray {color:#838383;}.ezspree-page .h3 {font-size:50px;font-family:'Roboto-Light', sans-serif;color:#2f2f2f;vertical-align:middle;display:block;text-align:center;padding-bottom:10px;}.ezspree-page .h3.h3--padding {padding-bottom:20px;}@media print {.ezspree-page .h3 {font-size:50px;padding-bottom:10px;}}.ezspree-page .h5 {font-size:15px;font-family:'Roboto-Bold', sans-serif;color:#2f2f2f;display:inline-block;vertical-align:middle;letter-spacing:0.06em;}@media print {.ezspree-page .h5 {font-size:15px;}}.ezspree-page .tag-plate {text-align:center;}.ezspree-page .tag-plate__item {display:inline-block;padding:12px 24px;font-size:14px;font-family:'Roboto-Bold', sans-serif;letter-spacing:0.15em;background:transparent;color:#e3e3e3;text-transform:uppercase;border-radius:36px;border:2px solid #e3e3e3;margin-bottom:18px;line-height:1;}.ezspree-page .title-text {text-align:left;position:relative;}@media (max-width:768px) {.ezspree-page .title-text {text-align:center;}}.ezspree-page .title-text .h4 {padding-bottom:24px;position:relative;}.ezspree-page .title-text .h4:after {position:absolute;width:44px;height:2px;background:#e68b7e;content:"";bottom:0px;left:0;z-index:2;}@media (max-width:768px) {.ezspree-page .title-text .h4 {width:100%;}}.ezspree-page .float-change {float:right;}.ezspree-page .img-holder {text-align:center;}@media print {.ezspree-page .img-holder {text-align:center;}}.ezspree-page .img-holder__img {max-width:600px;height:auto;width:100%;margin-bottom:20px;}.ezspree-page .container {max-width:1050px;}.ezspree-page .section-printed {min-height:793px;max-height:793px;overflow:hidden;}.ezspree-page .section1 {position:relative;}.ezspree-page .section1:after {content:"1";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.ezspree-page .section1:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.ezspree-page .section1__background {background-image:url("../images/commercial/ezspree/ezspree-logo.png"), url("../images/commercial/ezspree/top-bg.jpg");background-position:top 30% right 20%, top center;background-repeat:no-repeat, no-repeat;background-size:auto, contain;max-width:1140px;margin:auto;min-height:793px;}@media print {.ezspree-page .section1__background {min-height:793px;max-width:1300px;-webkit-print-color-adjust:exact;print-color-adjust:exact;background-position:top 30% right 20%, top center;background-repeat:no-repeat, no-repeat;background-size:auto, contain;}}.ezspree-page .section1 .text {padding-top:540px;text-align:center;}.ezspree-page .section-heading__title {font-family:'Roboto-Thin', sans-serif;display:block;font-size:50px;color:#20252e;padding-top:48px;padding-bottom:15px;text-align:center;}@media print {.ezspree-page .section-heading__title {font-size:50px;}}.ezspree-page .section2 {padding-top:50px;position:relative;background-image:url("../images/commercial/ezspree/headphones-small.png"), url("../images/commercial/ezspree/teddy-bear.png");background-position:top 50% left 1%, top 30% right 1%;background-repeat:no-repeat, no-repeat;background-size:auto, auto;}@media print {.ezspree-page .section2 {background-position:top 50% left 1%, top 40% right 1%;background-size:auto, 18%;-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.ezspree-page .section2:after {content:"2";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.ezspree-page .section2:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.ezspree-page .section2 .title-text {position:relative;}.ezspree-page .section2 .title-text .h3 {}.ezspree-page .section2 .text {text-align:center;margin:20px 0 30px 0;}.ezspree-page .section2 .text .regular-p {margin:auto;max-width:980px;}.ezspree-page .section2 .img-holder__img {max-width:720px;}.ezspree-page .section3 {padding-top:100px;position:relative;background-color:#fcfcfc;}@media print {.ezspree-page .section3 {padding-top:100px;-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.ezspree-page .section3:after {content:"3";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.ezspree-page .section3:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.ezspree-page .section3 .h3 {text-align:left;padding-bottom:20px;}@media print {.ezspree-page .section3 .h3 {text-align:left;padding-bottom:20px;}}.ezspree-page .section3 .img-holder {text-align:right;}.ezspree-page .section3 .img-holder__img {margin-top:70px;box-shadow:0 0 81px 15px #e4e3e3;border-radius:10px;position:relative;max-width:450px;}@media print {.ezspree-page .section3 .img-holder__img {-webkit-print-color-adjust:exact;print-color-adjust:exact;box-shadow:0 0 81px 15px #e4e3e3 !important;}}.ezspree-page .section3 .img-holder__img2 {right:-40px;top:-40px;position:absolute;width:auto;box-shadow:none;}@media (max-width:992px) {.ezspree-page .section3 .img-holder__img2 {right:0px;}}@media print {.ezspree-page .section3 .img-holder__img2 {-webkit-print-color-adjust:exact;print-color-adjust:exact;box-shadow:none !important;}}.ezspree-page .section3 .row {padding-bottom:70px;}@media print {.ezspree-page .section3 .row {padding-bottom:70px;}}.ezspree-page .section3 .medium-width {max-width:800px;margin:0 auto;background:url("../commercial/ezspree/a-font.png") center center / 90% no-repeat;border:5px solid #f0f0f0;border-radius:90px;overflow:hidden;padding:40px 0 40px 0;}@media print {.ezspree-page .section3 .medium-width {padding:40px 0 40px 0;}}.ezspree-page .section3 .medium-width .font-box {text-align:center;}.ezspree-page .section3 .medium-width .font-box__inner {display:inline-block;text-align:left;}@media print {.ezspree-page .section3 .medium-width .font-box__inner {text-align:left;}}.ezspree-page .section3 .medium-width .font-box__title {color:#141416;font-family:'Roboto-Bold', sans-serif;font-size:35px;line-height:1;}@media print {.ezspree-page .section3 .medium-width .font-box__title {font-size:35px;}}.ezspree-page .section3 .medium-width .font-box__title.font-box__title-two {font-family:'Roboto-Bold', sans-serif;}.ezspree-page .section3 .medium-width .font-box__span {color:#141416;font-family:'Roboto-Regular', sans-serif;font-size:20px;padding-left:5px;}@media print {.ezspree-page .section3 .medium-width .font-box__span {font-size:20px;}}.ezspree-page .section3 .medium-width .font-box__span:first-child {padding-left:0px;}.ezspree-page .section3 .medium-width .font-box__span.font-box__span--center {font-size:25px;color:#ff8965;}.ezspree-page .section3 .medium-width .font-box__span.font-box__span--robotobold {font-family:'Roboto-Bold', sans-serif;}.ezspree-page .section3 .medium-width .font-box__span.font-box__span--robotoand {font-family:'Roboto-Bold', sans-serif;}.ezspree-page .section3 .medium-width .font-box__span.font-box__span--robotoregular {font-family:'Roboto-Regular', sans-serif;}.ezspree-page .section3 .medium-width .font-box__span.font-box__span--mulibold {font-family:'Muli-Bold', sans-serif;}.ezspree-page .section3 .medium-width .font-box__span.font-box__span--muliand {font-family:'Muli-Bold', sans-serif;}.ezspree-page .section3 .medium-width .font-box__span.font-box__span--muliregular {font-family:'Muli-Regular', sans-serif;}.ezspree-page .section3 .content__text {padding-bottom:30px;max-width:440px;}@media (max-width:768px) {.ezspree-page .section3 .content__text {max-width:none;}}.ezspree-page .section3 .content__text p {max-width:700px;margin:0 auto;}.ezspree-page .section4 {padding-top:130px;position:relative;background-image:url("../images/commercial/ezspree/billard-ball.png"), url("../images/commercial/ezspree/iPhone-5S-white.png");background-position:top 3% left 3%, bottom 3% right 9%;background-repeat:no-repeat, no-repeat;background-size:auto, auto;}@media print {.ezspree-page .section4 {background-position:top 3% left 3%, bottom 3% right 9%;background-size:8%, 15%;-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.ezspree-page .section4:after {content:"4";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.ezspree-page .section4:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.ezspree-page .section4 .h3 {padding-top:180px;text-align:center;}.ezspree-page .section4 .box {margin-bottom:80px;}@media print {.ezspree-page .section4 .box {margin-bottom:80px;}}.ezspree-page .section4 .box-list {margin-bottom:60px;margin-left:120px;}@media print {.ezspree-page .section4 .box-list {margin-bottom:60px;margin-left:120px;}}.ezspree-page .section4 .box-list.box-listleft {text-align:left;}@media print {.ezspree-page .section4 .box-list.box-listleft {text-align:left;}}.ezspree-page .section4 .box-list.box-listcenter {text-align:left;}@media print {.ezspree-page .section4 .box-list.box-listcenter {text-align:left;}}.ezspree-page .section4 .box-list.box-listright {text-align:left;}@media print {.ezspree-page .section4 .box-list.box-listright {text-align:left;}}.ezspree-page .section4 .box-list__container {max-width:300px;width:100%;border:5px solid #f0f0f0;border-radius:60px;height:120px;padding-left:30px;display:inline-block;text-align:left;line-height:120px;}.ezspree-page .section4 .box-list__holder {position:relative;top:50%;transform:translateY(-50%);}.ezspree-page .section4 .box-list__round {display:inline-block;vertical-align:middle;border-radius:50%;width:66px;height:66px;box-shadow:0 0 34px -11px #000000;}@media print {.ezspree-page .section4 .box-list__round {-webkit-print-color-adjust:exact;print-color-adjust:exact;box-shadow:0 0 34px -11px #000000 !important;}}.ezspree-page .section4 .box-list__round.box-list__round1 {background:#fd4164;}.ezspree-page .section4 .box-list__round.box-list__round2 {background:#ff8965;}.ezspree-page .section4 .box-list__round.box-list__round3 {background:#222c32;}.ezspree-page .section4 .box-list__text {margin-left:40px;text-align:center;color:#484747;font-family:'Open-Sans-Bold', sans-serif;font-size:24px;vertical-align:middle;display:inline-block;}.ezspree-page .section5 {padding-top:50px;position:relative;background-color:#fbd4b5;background-image:url("../images/commercial/ezspree/arm-clock.png"), url("../images/commercial/ezspree/headphones.png");background-position:top 35% left 1%, top 60% right 1%;background-repeat:no-repeat, no-repeat;background-size:auto, auto;}.ezspree-page .section5:after {content:"5";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.ezspree-page .section5:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.ezspree-page .section5 {background-position:top 35% left 1%, top 60% right 1%;background-size:15%, 25%;-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.ezspree-page .section5 .title-text {position:relative;}.ezspree-page .section5 .title-text .h4 {text-align:right;}.ezspree-page .section5 .content__text {margin:30px auto 40px;text-align:left;max-width:510px;}@media print {.ezspree-page .section5 .content__text {margin:30px auto 40px;text-align:left;max-width:510px;}}.ezspree-page .section5 .img-holder {text-align:left;padding-bottom:10px;}.ezspree-page .section5 .img-holder.img-holder--left {text-align:left;}@media (max-width:992px) {.ezspree-page .section5 .img-holder.img-holder--left {text-align:center;}}.ezspree-page .section5 .img-holder.img-holder--right {text-align:right;}@media (max-width:992px) {.ezspree-page .section5 .img-holder.img-holder--right {text-align:center;}}@media print {.ezspree-page .section5 .img-holder {text-align:center;padding-bottom:10px;}}.ezspree-page .section5 .img-holder__img {max-width:517px;height:auto;width:100%;box-shadow:0 0 51px -6px #959494;margin-bottom:20px;border-radius:10px;}@media print {.ezspree-page .section5 .img-holder__img {-webkit-print-color-adjust:exact;print-color-adjust:exact;box-shadow:0 0 51px -6px #959494 !important;}}.ezspree-page .section5 .img-holder__img.img-holder__img1 {max-width:350px;}.ezspree-page .section5 .img-holder__img.img-holder__img2 {max-width:350px;}.ezspree-page .section5 .img-holder__img.img-holder__img3 {max-width:9000px;}.ezspree-page .section5 .medium-width {max-width:750px;margin:0 auto;}.ezspree-page .section6 {padding-top:50px;position:relative;background-image:url("../images/commercial/ezspree/fire-maker.png");background-position:top 45% left 6%;background-repeat:no-repeat;background-size:auto;}.ezspree-page .section6:after {content:"6";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.ezspree-page .section6:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.ezspree-page .section6 {background-position:top 55% left 9%;background-size:15%;-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.ezspree-page .section6 .title-text {position:relative;}.ezspree-page .section6 .content__text {margin:20px 0 20px 0;text-align:center;}@media (max-width:992px) {.ezspree-page .section6 .content__text {margin:20px 0 50px 0;}}@media (max-width:768px) {.ezspree-page .section6 .content__text {margin:20px 0 40px 0;}}.ezspree-page .section6 .img-holder {text-align:center;padding-bottom:60px;border-radius:15px;}@media (max-width:992px) {.ezspree-page .section6 .img-holder {text-align:center;padding-bottom:40px;}}@media (max-width:768px) {.ezspree-page .section6 .img-holder {text-align:center;padding-bottom:20px;}}.ezspree-page .section6 .img-holder__img {max-width:517px;height:auto;width:100%;margin-bottom:20px;border-radius:10px;box-shadow:0 0 81px 15px #e4e3e3;}.ezspree-page .section6 .img-holder__img.img-holder__img1 {max-width:510px;}@media print {.ezspree-page .section6 .img-holder__img.img-holder__img1 {-webkit-print-color-adjust:exact;print-color-adjust:exact;box-shadow:0 0 81px 15px #e4e3e3 !important;}}.ezspree-page .section6 .medium-width {max-width:750px;margin:0 auto;}.ezspree-page .section7 {padding-top:50px;position:relative;}.ezspree-page .section7:after {content:"7";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.ezspree-page .section7:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.ezspree-page .section7 .title-text {position:relative;}.ezspree-page .section7 .content__text {text-align:center;}.ezspree-page .section7 .content__text.content__text1 {margin:65px 0 0 0;min-height:200px;text-align:left;}.ezspree-page .section7 .content__text.content__text2 {margin:65px 0 0 0;min-height:200px;text-align:right;}@media (max-width:992px) {.ezspree-page .section7 .content__text {margin:20px 0 50px 0;}}@media (max-width:768px) {.ezspree-page .section7 .content__text {margin:20px 0 40px 0;}}.ezspree-page .section7 .left-holder {float:left;}.ezspree-page .section7 .right-holder {float:right;}.ezspree-page .section7 .img-holder {text-align:left;padding-bottom:60px;border-radius:15px;}.ezspree-page .section7 .img-holder.img-holder--left {text-align:left;}@media (max-width:992px) {.ezspree-page .section7 .img-holder.img-holder--left {text-align:center;}}.ezspree-page .section7 .img-holder.img-holder--right {text-align:right;}@media (max-width:992px) {.ezspree-page .section7 .img-holder.img-holder--right {text-align:center;}}@media (max-width:992px) {.ezspree-page .section7 .img-holder {text-align:center;padding-bottom:40px;}}@media (max-width:768px) {.ezspree-page .section7 .img-holder {text-align:center;padding-bottom:20px;}}.ezspree-page .section7 .img-holder__img {max-width:517px;height:auto;width:100%;margin-bottom:20px;border-radius:10px;box-shadow:0 0 81px 15px #e4e3e3;}@media print {.ezspree-page .section7 .img-holder__img {-webkit-print-color-adjust:exact;print-color-adjust:exact;box-shadow:0 0 81px 15px #e4e3e3 !important;}}.ezspree-page .section7 .img-holder__img.img-holder__img2 {max-width:350px;}.ezspree-page .section7 .img-holder__img.img-holder__img3 {max-width:350px;}.ezspree-page .section7 .img-holder__img.img-holder__img4 {max-width:350px;}.ezspree-page .section7 .img-holder__img.img-holder__img5 {max-width:350px;}.ezspree-page .section7 .medium-width {max-width:750px;margin:0 auto;}.ezspree-page .section8 {padding-top:50px;position:relative;background-color:linear-gradient(to bottom, #fb9b4a, #fda43d);background-image:url("../images/commercial/ezspree/irobot.png"), url("../images/commercial/ezspree/counter-item.png"), url("../images/commercial/ezspree/section6-bg.png");background-position:bottom 15% left 10%, top 22% right 6%, center center;background-repeat:no-repeat, no-repeat, no-repeat;background-size:auto, auto, cover;}.ezspree-page .section8:after {content:"8";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.ezspree-page .section8:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.ezspree-page .section8 {background-position:top 5% left 10%, bottom 22% right 9%, center center;background-size:10%, 20%, cover;-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.ezspree-page .section8 .h5 {margin-bottom:10px;}.ezspree-page .section8 .title-text {position:relative;}.ezspree-page .section8 .title-text.title-text--padding {padding-bottom:40px;}@media (max-width:992px) {.ezspree-page .section8 .title-text.title-text--padding {padding-bottom:20px;}}@media (max-width:768px) {.ezspree-page .section8 .title-text.title-text--padding {padding-bottom:10px;}}.ezspree-page .section8 .title-text .h4 {text-align:right;}@media (max-width:768px) {.ezspree-page .section8 .title-text .h4 {text-align:center;}}.ezspree-page .section8 .content__text {margin:20px 0 100px 0;text-align:center;}@media (max-width:992px) {.ezspree-page .section8 .content__text {margin:20px 0 50px 0;}}@media (max-width:768px) {.ezspree-page .section8 .content__text {margin:20px 0 40px 0;}}.ezspree-page .section8 .left-holder {float:left;max-width:550px;}@media (max-width:992px) {.ezspree-page .section8 .left-holder {float:none;max-width:none;}}.ezspree-page .section8 .right-holder {float:right;max-width:550px;}@media (max-width:992px) {.ezspree-page .section8 .right-holder {float:none;max-width:none;}}.ezspree-page .section8 .img-holder {text-align:left;padding-bottom:11px;border-radius:15px;}@media (max-width:992px) {.ezspree-page .section8 .img-holder {text-align:center;padding-bottom:10px;}}@media (max-width:768px) {.ezspree-page .section8 .img-holder {text-align:center;padding-bottom:10px;}}.ezspree-page .section8 .img-holder.img-holder--bigpad {padding-bottom:60px;}@media (max-width:992px) {.ezspree-page .section8 .img-holder.img-holder--bigpad {padding-bottom:30px;}}@media (max-width:768px) {.ezspree-page .section8 .img-holder.img-holder--bigpad {padding-bottom:10px;}}.ezspree-page .section8 .img-holder__img {max-width:517px;height:auto;width:100%;margin-bottom:20px;border-radius:10px;box-shadow:0 0 51px -6px #959494;}@media print {.ezspree-page .section8 .img-holder__img {-webkit-print-color-adjust:exact;print-color-adjust:exact;box-shadow:0 0 51px -6px #959494 !important;}}.ezspree-page .section8 .img-holder__img.img-holder__img1 {max-width:550px;}.ezspree-page .section8 .img-holder__img.img-holder__img2 {max-width:550px;}.ezspree-page .section8 .img-holder__img.img-holder__img3 {max-width:550px;}.visage-commercial {background:transparent;}.visage-commercial .no-gutters {margin-left:-15px;margin-right:-15px;}@media (max-width:1200px) {.visage-commercial .no-gutters {margin-left:0px;margin-right:0px;}}.visage-commercial p {font-family:'Roboto-Medium', sans-serif;color:#383633;line-height:1.87;}.visage-commercial .h4 {font-size:50px;font-family:'Roboto-Thin', sans-serif;color:#383633;display:inline-block;vertical-align:middle;}@media print {.visage-commercial .h4 {font-size:50px;}}.visage-commercial .title-text {text-align:center;position:relative;}@media (max-width:768px) {.visage-commercial .title-text {text-align:center;}}.visage-commercial .title-text .count-holder {position:absolute;left:-20px;top:-25px;transform:rotate(270deg);}.visage-commercial .title-text .count-holder .line {display:inline-block;width:8px;height:8px;vertical-align:baseline;background:#e68b7e;border-radius:2px;}.visage-commercial .title-text .count-holder .number {font-family:'Roboto-Regular', sans-serif;display:inline-block;font-size:100px;color:#ececec;letter-spacing:0em;line-height:1;vertical-align:baseline;text-align:center;}.visage-commercial .title-text .h4 {padding-bottom:30px;}@media (max-width:992px) {.visage-commercial .title-text .h4 {text-align:center;width:100%;}}.visage-commercial .float-change {float:right;}.visage-commercial .img-holder {text-align:center;}@media print {.visage-commercial .img-holder {text-align:center;}}.visage-commercial .img-holder__img {max-width:600px;height:auto;width:100%;margin-bottom:20px;}.visage-commercial .section-heading__title {font-family:'Roboto-Thin', sans-serif;display:block;font-size:50px;color:#20252e;padding-top:48px;padding-bottom:15px;text-align:center;}@media print {.visage-commercial .section-heading__title {font-size:50px;}}.visage-commercial .container {max-width:1050px;}.visage-commercial .section-printed {min-height:793px;max-height:793px;overflow:hidden;page-break-after:always;}@media print {.visage-commercial .section-printed {page-break-after:always;}}.visage-commercial .section1 {position:relative;}.visage-commercial .section1:after {content:"1";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.visage-commercial .section1:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.visage-commercial .section1__background {background:#fff url("../images/commercial/visage/main-bg.jpg") center center / cover no-repeat;max-width:1140px;margin:auto;min-height:793px;}@media print {.visage-commercial .section1__background {min-height:793px;max-width:1300px;-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.visage-commercial .section1 .title-holder-colored {vertical-align:top;padding-top:150px;text-align:left;}@media print {.visage-commercial .section1 .title-holder-colored {padding-top:150px;}}.visage-commercial .section1 .title-holder-colored__img {width:100%;max-width:225px;padding-bottom:60px;}@media print {.visage-commercial .section1 .title-holder-colored__img {font-size:50px;padding-bottom:60px;}}.visage-commercial .section1 .title-holder-colored .h1 {font-family:'Roboto-Thin', sans-serif;letter-spacing:0em;font-size:54px;color:#000;padding-bottom:60px;}@media print {.visage-commercial .section1 .title-holder-colored .h1 {font-size:54px;padding-bottom:60px;}}.visage-commercial .section1 .title-holder-colored .text {max-width:640px;}.visage-commercial .section1 .title-holder-colored .text p {font-family:'Roboto-Light', sans-serif;letter-spacing:0em;font-size:16px;color:#000;line-height:1.87;}@media print {.visage-commercial .section1 .title-holder-colored .text p {font-size:15px;}}.visage-commercial .section2 {padding-top:100px;position:relative;}@media print {.visage-commercial .section2 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.visage-commercial .section2:after {content:"2";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.visage-commercial .section2:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.visage-commercial .section2 .title-text {position:relative;}.visage-commercial .section2 .title-text .h4 {margin-bottom:50px;position:relative;}@media print {.visage-commercial .section2 .title-text .h4 {margin-bottom:50px;}}.visage-commercial .section2 .title-text .h4:after {position:absolute;width:130px;height:3px;background:#e68b7e;content:"";bottom:0px;left:50%;margin-left:-65px;}@media print {.visage-commercial .section2 .title-text .h4:after {bottom:0px;}}.visage-commercial .section2 .content__text {text-align:center;}.visage-commercial .section2 .content__text .regular-p {margin:auto;max-width:980px;}.visage-commercial .section3 {padding-top:100px;position:relative;background:#4a4a58;}@media print {.visage-commercial .section3 {padding-top:100px;-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.visage-commercial .section3:after {content:"3";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.visage-commercial .section3:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.visage-commercial .section3 .no-gutters {margin-left:-15px;margin-right:-15px;border-bottom:1px solid #766f78;overflow:hidden;}.visage-commercial .section3 .medium-width {max-width:750px;margin:0 auto;}.visage-commercial .section3 .title-text .h4 {color:#fbf9ec;}.visage-commercial .section3 .title-text .count-holder .number {color:#fbf9ec;}.visage-commercial .section3 .content__text {padding-bottom:30px;}.visage-commercial .section3 .content__text p {max-width:700px;margin:0 auto;}.visage-commercial .section3 .box {margin-bottom:80px;text-align:center;}.visage-commercial .section3 .box .img-holder__img {width:auto;}.visage-commercial .section3 .box-left {float:left;max-width:190px;}.visage-commercial .section3 .box-right {float:right;max-width:190px;}.visage-commercial .section3 .box__rectangle {margin:20px auto 38px;}.visage-commercial .section3 .box__text {text-align:center;color:#fbf9ec;font-family:'Roboto-Regular', sans-serif;font-size:23px;}.visage-commercial .section3 .font-visage-box {padding-top:90px;}@media print {.visage-commercial .section3 .font-visage-box {padding-top:90px;}}.visage-commercial .section3 .font-visage-box .box {margin-bottom:20px;}.visage-commercial .section3 .font-visage-box .box__text {text-align:center;color:#fbf9ec;font-family:'Roboto-Regular', sans-serif;font-size:42px;}@media print {.visage-commercial .section3 .font-visage-box .box__text {font-size:42px;}}.visage-commercial .section3 .font-visage-box .box__text.box__text1 {font-family:'Oswald-Regular', sans-serif;}.visage-commercial .section3 .font-visage-box .box__text.box__text2 {font-family:'Playfair-Display-Regular';}.visage-commercial .section3 .font-visage-box .box__text.box__text3 {font-family:'Karla Regular', sans-serif;}.visage-commercial .section4 {padding-top:100px;position:relative;}@media print {.visage-commercial .section4 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.visage-commercial .section4:after {content:"4";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.visage-commercial .section4:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.visage-commercial .section4 .no-gutters {margin-left:-15px;margin-right:-15px;border-bottom:none;overflow:hidden;}.visage-commercial .section4 .title-text {position:relative;}.visage-commercial .section4 .title-text .count-holder {right:-950px;}.visage-commercial .section4 .content__text {margin:0px 0 30px 0;}@media print {.visage-commercial .section4 .content__text {margin:0px 0 30px 0;}}.visage-commercial .section4 .content__text .h4 {padding-bottom:30px;}.visage-commercial .section4 .image-right {margin:auto;max-width:557px;}.visage-commercial .section4 .image-right .img-holder {width:49%;display:inline-block;}.visage-commercial .section4 .image-right .img-holder.img-holder--left {text-align:left;}.visage-commercial .section4 .image-right .img-holder.img-holder--right {text-align:right;}.visage-commercial .section4 .image-right .img-holder__img {max-width:200px;height:auto;width:100%;border-radius:24px;box-shadow:none;}.visage-commercial .section4 .img-holder {text-align:left;}@media print {.visage-commercial .section4 .img-holder {text-align:left;}}.visage-commercial .section4 .img-holder__img {max-width:450px;height:auto;width:100%;box-shadow:0 0 34px -11px #000000;margin-bottom:20px;}@media print {.visage-commercial .section4 .img-holder__img {-webkit-print-color-adjust:exact;print-color-adjust:exact;box-shadow:0 0 34px -11px #000000 !important;}}.visage-commercial .section4 .medium-width {max-width:750px;margin:0 auto;}.visage-commercial .section5 {padding-top:80px;position:relative;}.visage-commercial .section5:after {content:"5";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.visage-commercial .section5:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.visage-commercial .section5 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.visage-commercial .section5 .img-holder {text-align:center;}@media (max-width:992px) {.visage-commercial .section5 .img-holder {text-align:center;}}.visage-commercial .section5 .img-holder__img {max-width:700px;height:auto;width:100%;}.visage-commercial .section5 .title-text {margin-bottom:0px;}@media (max-width:992px) {.visage-commercial .section5 .title-text {margin:0 auto 0px;}}.visage-commercial .section5 .content__text {padding:0px 0 20px 0;text-align:center;}@media print {.visage-commercial .section5 .content__text {padding:0 0 20px 0;}}.visage-commercial .section6 {padding-top:80px;position:relative;background:#eae9e7;}@media print {.visage-commercial .section6 {-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#eae9e7;}}.visage-commercial .section6:after {content:"6";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.visage-commercial .section6:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.visage-commercial .section6 .title-text .count-holder .number {color:#d8d7d5;}.visage-commercial .section6 .img-holder {text-align:center;}.visage-commercial .section6 .img-holder.img-holder--right {text-align:right;}@media (max-width:992px) {.visage-commercial .section6 .img-holder.img-holder--right {text-align:center;}}.visage-commercial .section6 .img-holder.img-holder--left {text-align:left;}@media (max-width:992px) {.visage-commercial .section6 .img-holder.img-holder--left {text-align:center;}}@media (max-width:992px) {.visage-commercial .section6 .img-holder {text-align:center;}}.visage-commercial .section6 .img-holder__img {box-shadow:0 0 34px -11px #000000;max-width:540px;height:auto;width:100%;margin-bottom:20px;}@media print {.visage-commercial .section6 .img-holder__img {-webkit-print-color-adjust:exact;print-color-adjust:exact;box-shadow:0 0 34px -11px #000000 !important;}}.visage-commercial .section6 .title-text {margin-bottom:40px;}@media print {.visage-commercial .section6 .title-text {margin-bottom:40px;}}.visage-commercial .section6 .content__text {padding:0px 0 30px 0;text-align:center;}@media print {.visage-commercial .section6 .content__text {padding:0px 0 30px 0;}}.visage-commercial .section7 {padding-top:100px;position:relative;}@media print {.visage-commercial .section7 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.visage-commercial .section7:after {content:"7";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.visage-commercial .section7:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.visage-commercial .section7 .maximum-width {max-width:650px;margin:auto;}.visage-commercial .section7 .title-text {text-align:center;position:relative;}.visage-commercial .section7 .title-text .h4 {padding-bottom:50px;}.visage-commercial .section7 .content__text {text-align:center;margin-bottom:50px;}@media print {.visage-commercial .section7 .content__text {margin:0 auto 50px;}}.visage-commercial .section7 .img-holder-left {text-align:left;}@media (max-width:992px) {.visage-commercial .section7 .img-holder-left {text-align:center;}}.visage-commercial .section7 .img-holder-right {margin-top:0;text-align:right;}@media (max-width:992px) {.visage-commercial .section7 .img-holder-right {margin-top:0;text-align:center;}}.visage-commercial .section7 .img-holder__img {box-shadow:none;height:auto;width:100%;margin-bottom:47px;}.visage-commercial .section7 .img-holder__img-left {max-width:848px;}.visage-commercial .section7 .img-holder__img-righttop {max-width:240px;}.visage-commercial .section8 {padding-top:150px;position:relative;}.visage-commercial .section8:after {content:"8";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.visage-commercial .section8:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.visage-commercial .section8 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.visage-commercial .section8 .h4 {padding-bottom:100px;}.visage-commercial .section8 .text {text-align:center;}.digibook-commercial {background:transparent;}.digibook-commercial .no-gutters {margin-left:-15px;margin-right:-15px;}@media (max-width:1200px) {.digibook-commercial .no-gutters {margin-left:0px;margin-right:0px;}}.digibook-commercial .content__text {margin:20px 0 0 0;text-align:left;width:100%;}@media (max-width:768px) {.digibook-commercial .content__text {text-align:center;}}.digibook-commercial .content__text.content__textcenter {text-align:center;}.digibook-commercial .content__text .h4 {margin-bottom:13px;font-size:25px;font-family:'Raleway-Medium', sans-serif;color:#242323;}@media print {.digibook-commercial .content__text .h4 {font-size:25px;}}.digibook-commercial .content__text p {display:block;color:#1a1a1a;}.digibook-commercial .content__text .margened-bottom {margin-bottom:40px;}@media (max-width:768px) {.digibook-commercial .content__text .margened-bottom {margin-bottom:20px;}}.digibook-commercial .float-change {float:right;}.digibook-commercial .img-holder {text-align:center;}.digibook-commercial .img-holder.img-holder1 .img-holder__img {max-width:360px;}@media (max-width:768px) {.digibook-commercial .img-holder.img-holder1 .img-holder__img {max-width:220px;}}.digibook-commercial .img-holder.img-holder2 .img-holder__img {max-width:520px;}.digibook-commercial .img-holder.img-holder3 {margin-top:40px;}.digibook-commercial .img-holder.img-holder3 .img-holder__img {max-width:180px;}.digibook-commercial .img-holder.img-holder4 {margin-top:60px;}.digibook-commercial .img-holder.img-holder4 .img-holder__img {max-width:200px;}.digibook-commercial .img-holder.img-holder5 .img-holder__img {max-width:300px;}.digibook-commercial .img-holder.img-holder6 .img-holder__img {max-width:650px;}.digibook-commercial .img-holder.img-holder7 .img-holder__img {max-width:600px;}.digibook-commercial .img-holder.img-holder8 .img-holder__img {max-width:550px;}.digibook-commercial .img-holder__img {max-width:517px;height:auto;width:100%;margin-bottom:20px;}.digibook-commercial .section-heading__title {font-family:'Roboto-Thin', sans-serif;display:block;font-size:50px;color:#20252e;padding-top:48px;padding-bottom:15px;text-align:center;}@media print {.digibook-commercial .section-heading__title {font-size:50px;}}.digibook-commercial .container {max-width:1050px;}.digibook-commercial .section-printed {min-height:793px;max-height:793px;overflow:hidden;}.digibook-commercial .section1 {position:relative;}.digibook-commercial .section1:after {content:"1";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.digibook-commercial .section1:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.digibook-commercial .section1__background {background:#fff url("../images/caseDigibook/digibook-bg.jpg") center center / cover no-repeat;max-width:1140px;margin:auto;min-height:793px;}@media print {.digibook-commercial .section1__background {min-height:793px;max-width:1140px;-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.digibook-commercial .section1 .title-holder-colored {vertical-align:top;padding-top:300px;text-align:center;}@media print {.digibook-commercial .section1 .title-holder-colored {padding-top:300px;}}.digibook-commercial .section1 .title-holder-colored__img {width:100%;max-width:225px;padding-bottom:60px;}@media print {.digibook-commercial .section1 .title-holder-colored__img {font-size:50px;padding-bottom:60px;}}.digibook-commercial .section1 .title-holder-colored .h1 {font-family:'Futura-Medium', sans-serif;text-transform:uppercase;font-size:85px;letter-spacing:13px;}@media print {.digibook-commercial .section1 .title-holder-colored .h1 {font-size:85px;}}.digibook-commercial .section2 {padding-top:100px;position:relative;}@media print {.digibook-commercial .section2 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.digibook-commercial .section2:after {content:"2";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.digibook-commercial .section2:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.digibook-commercial .section2 .img-holder__img {margin-top:70px;}.digibook-commercial .section2 .content__text .text-center {text-align:center;}.digibook-commercial .section3 {padding-top:100px;position:relative;background:#636466;}@media print {.digibook-commercial .section3 {padding-top:100px;-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.digibook-commercial .section3:after {content:"3";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.digibook-commercial .section3:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.digibook-commercial .section3 .content__text {padding-bottom:30px;}.digibook-commercial .section3 .content__text .h4 {color:#f0f0f0;}.digibook-commercial .section3 .content__text p {color:#f0f0f0;}.digibook-commercial .section4 {padding-top:100px;position:relative;}@media print {.digibook-commercial .section4 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.digibook-commercial .section4:after {content:"4";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.digibook-commercial .section4:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.digibook-commercial .section4 .no-gutters {margin-left:-15px;margin-right:-15px;border-bottom:none;overflow:hidden;}.digibook-commercial .section4 .content__text {margin:0px 0 30px 0;}@media print {.digibook-commercial .section4 .content__text {margin:0px 0 30px 0;}}.digibook-commercial .section4 .content__text .h4 {padding-bottom:30px;}.digibook-commercial .section5 {padding-top:80px;position:relative;}.digibook-commercial .section5:after {content:"5";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.digibook-commercial .section5:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.digibook-commercial .section5 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.digibook-commercial .section5 .content__text {padding:0px 0 20px 0;text-align:left;margin:0;}@media print {.digibook-commercial .section5 .content__text {padding:0 0 20px 0;}}.digibook-commercial .section5 .content__text .h4 {text-align:center;}.digibook-commercial .section5 .content__text .h4.h4-left {text-align:left;}.digibook-commercial .section5 .content__text .padding-top {padding-top:150px;}.digibook-commercial .section5 .margened-bottom {margin-bottom:25px;}.digibook-commercial .section6 {padding-top:80px;position:relative;background:linear-gradient(to bottom, #f0efed, #eae9e7);}@media print {.digibook-commercial .section6 {-webkit-print-color-adjust:exact;print-color-adjust:exact;background:linear-gradient(to bottom, #f0efed, #eae9e7);}}.digibook-commercial .section6:after {content:"6";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.digibook-commercial .section6:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.digibook-commercial .section6 .content__text {padding:0px 0 30px 0;text-align:center;}@media print {.digibook-commercial .section6 .content__text {padding:0px 0 30px 0;}}.digibook-commercial .section6 .content__text.content__text--left {text-align:left;}.digibook-commercial .section6 .img-holder__img {box-shadow:none;-webkit-filter:drop-shadow(0 0 3px rgba(67, 72, 137, 0.5));filter:drop-shadow(0 0 3px rgba(67, 72, 137, 0.5));}@media print {.digibook-commercial .section6 .img-holder__img {-webkit-filter:drop-shadow(0 0 3px rgba(67, 72, 137, 0.5));filter:drop-shadow(0 0 3px rgba(67, 72, 137, 0.5));-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.digibook-commercial .section7 {padding-top:100px;position:relative;}@media print {.digibook-commercial .section7 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.digibook-commercial .section7:after {content:"7";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.digibook-commercial .section7:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.digibook-commercial .section7 .maximum-width {max-width:650px;margin:auto;}.digibook-commercial .section7 .content__text {text-align:left;margin-bottom:50px;}@media print {.digibook-commercial .section7 .content__text {margin:0 auto 50px;}}.digibook-commercial .section8 {padding-top:150px;position:relative;}.digibook-commercial .section8:after {content:"8";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.digibook-commercial .section8:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.digibook-commercial .section8 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.digibook-commercial .section8 .h4 {padding-bottom:100px;}.digibook-commercial .section8 .text {text-align:center;}.digibook-commercial .section9 {padding-top:250px;position:relative;}.digibook-commercial .section9:after {content:"9";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.digibook-commercial .section9:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.digibook-commercial .section9 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.digibook-commercial .section9 .h4 {padding-bottom:60px;}.digibook-commercial .section9 .text {text-align:center;}.sisu-commercial {background:transparent;}.sisu-commercial p {font-family:'Roboto-Light', sans-serif;color:#6a6560;}.sisu-commercial .h5 {margin-bottom:30px;font-size:14px;font-family:'Roboto-Regular', sans-serif;color:#c1b9b0;letter-spacing:0.2em;text-transform:uppercase;}@media print {.sisu-commercial .h5 {font-size:14px;margin-bottom:20px;}}.sisu-commercial .h4 {margin-bottom:70px;font-size:50px;font-family:'Roboto-Thin', sans-serif;color:#2d2a27;}@media print {.sisu-commercial .h4 {font-size:50px;margin-bottom:50px;}}.sisu-commercial .no-gutters {margin-left:-15px;margin-right:-15px;}@media (max-width:1200px) {.sisu-commercial .no-gutters {margin-left:0px;margin-right:0px;}}.sisu-commercial .float-change {float:right;}.sisu-commercial .section-heading__title {font-family:'Roboto-Thin', sans-serif;display:block;font-size:50px;color:#20252e;padding-top:48px;padding-bottom:15px;text-align:center;}@media print {.sisu-commercial .section-heading__title {font-size:50px;}}.sisu-commercial .container {max-width:1050px;}.sisu-commercial .section-printed {min-height:793px;max-height:793px;overflow:hidden;}.sisu-commercial .section1 {position:relative;}.sisu-commercial .section1:after {content:"1";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.sisu-commercial .section1:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.sisu-commercial .section1__background {background:#fff url("../images/commercial/sisu/sisu-bg.jpg") center center / cover no-repeat;max-width:1140px;margin:auto;min-height:793px;}@media print {.sisu-commercial .section1__background {min-height:793px;max-width:1140px;-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.sisu-commercial .section1 .title-holder-colored {vertical-align:top;padding-top:100px;text-align:center;}@media print {.sisu-commercial .section1 .title-holder-colored {padding-top:100px;}}.sisu-commercial .section1 .title-holder-colored__img {width:100%;max-width:225px;padding-bottom:60px;}@media print {.sisu-commercial .section1 .title-holder-colored__img {font-size:50px;padding-bottom:60px;}}.sisu-commercial .section1 .title-holder-colored .pc-img {background-repeat:no-repeat;background-size:contain;background-position:center center;background-image:url("../images/commercial/sisu/pc.png");min-height:400px;}@media (max-width:992px) {.sisu-commercial .section1 .title-holder-colored .pc-img {min-height:400px;}}.sisu-commercial .section2 {padding-top:100px;position:relative;}@media print {.sisu-commercial .section2 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.sisu-commercial .section2:after {content:"2";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.sisu-commercial .section2:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.sisu-commercial .section2 .img-holder {text-align:center;}.sisu-commercial .section2 .img-holder__img {margin-top:-30px;width:100%;max-width:300px;}.sisu-commercial .section2 .content__text {margin-top:40px;}.sisu-commercial .section3 {padding-top:150px;position:relative;background:#fefbf0;}@media print {.sisu-commercial .section3 {padding-top:150px;-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.sisu-commercial .section3:after {content:"3";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.sisu-commercial .section3:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.sisu-commercial .section3 .content__text {text-align:center;padding-bottom:70px;}.sisu-commercial .section3 .content__text p {max-width:700px;margin:0 auto;}.sisu-commercial .section3 .medium-width {max-width:750px;margin:0 auto;}.sisu-commercial .section3 .box {margin-bottom:20px;}.sisu-commercial .section3 .box__title {font-size:60px;color:#231f1a;position:relative;}@media print {.sisu-commercial .section3 .box__title {font-size:60px;}}.sisu-commercial .section3 .box__title-one {font-family:'Karla-Regular', sans-serif;text-align:left;}@media print {.sisu-commercial .section3 .box__title-one {text-align:left;}}.sisu-commercial .section3 .box__title-two {font-family:'Marcellus-Regular', sans-serif;text-align:center;}@media print {.sisu-commercial .section3 .box__title-two {text-align:center;}}.sisu-commercial .section3 .box__title-three {font-family:'Karla-Regular', sans-serif;text-align:right;}@media print {.sisu-commercial .section3 .box__title-three {text-align:right;}}.sisu-commercial .section3 .box__text {text-align:center;color:#7c7c7c;text-transform:Capitalize;}.sisu-commercial .section3 .box__text-karla {position:absolute;left:20px;bottom:8px;color:#7c7c7c;font-size:19px;}.sisu-commercial .section3 .box__text-marcellus {position:absolute;left:25px;bottom:8px;color:#7c7c7c;font-size:19px;}.sisu-commercial .section3 .box__text-roboto {position:absolute;right:15px;bottom:8px;color:#7c7c7c;font-size:19px;}.sisu-commercial .section3 .box__text-roboto .span {position:relative;display:inline-block;padding-left:12px;}.sisu-commercial .section3 .box__text-roboto .span:first-child {padding-left:0;}.sisu-commercial .section4 {padding-top:200px;position:relative;background:#f4efe1;}@media print {.sisu-commercial .section4 {-webkit-print-color-adjust:exact;print-color-adjust:exact;padding-top:200px;}}.sisu-commercial .section4:after {content:"4";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.sisu-commercial .section4:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.sisu-commercial .section4 .medium-width {max-width:750px;margin:0 auto;}.sisu-commercial .section4 .content__text {text-align:center;padding-bottom:30px;}.sisu-commercial .section4 .content__text p {max-width:700px;margin:0 auto;}.sisu-commercial .section4 .box__rectangle {width:98px;height:98px;border:1px solid #b9b5ac;border-radius:9px;margin:20px auto 38px;box-shadow:4px 29px 30px -3px rgba(0, 0, 0, 0.2);}@media print {.sisu-commercial .section4 .box__rectangle {box-shadow:4px 29px 30px -3px rgba(0, 0, 0, 0.2) !important;-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.sisu-commercial .section4 .box__rectangle-one {background:#f5efda;}.sisu-commercial .section4 .box__rectangle-two {background:#44403c;}.sisu-commercial .section4 .box__rectangle-three {background:#e8d2af;}.sisu-commercial .section4 .box__rectangle-four {background:#fff;}.sisu-commercial .section4 .box__text {text-align:center;color:#7c7c7c;text-transform:uppercase;display:block;}.sisu-commercial .section5 {padding-top:80px;position:relative;}.sisu-commercial .section5:after {content:"5";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.sisu-commercial .section5:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.sisu-commercial .section5 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.sisu-commercial .section5__background {background:url("../images/commercial/sisu/sheets.png") center center / cover no-repeat;max-width:1140px;margin:auto;min-height:793px;}@media print {.sisu-commercial .section5__background {min-height:793px;max-width:1140px;-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.sisu-commercial .section5 .content__text {float:right;max-width:500px;text-align:center;}@media (max-width:992px) {.sisu-commercial .section5 .content__text {float:none;margin:0 auto;}}.sisu-commercial .section5 .content__text .h4 {margin-bottom:40px;}@media print {.sisu-commercial .section5 .content__text .h4 {margin-bottom:40px;-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.sisu-commercial .section6 {padding-top:80px;position:relative;background:url("../images/commercial/sisu/sisu-logobig.png") center 20% no-repeat;}@media print {.sisu-commercial .section6 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.sisu-commercial .section6:after {content:"6";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.sisu-commercial .section6:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.sisu-commercial .section6 .content__text {padding:300px 0 30px 0;text-align:center;max-width:570px;float:right;}@media print {.sisu-commercial .section6 .content__text {padding:300px 0 30px 0;}}.sisu-commercial .section6 .content__text.content__text--left {text-align:left;}.sisu-commercial .section6 .img-holder__img {box-shadow:none;-webkit-filter:drop-shadow(0 0 3px rgba(67, 72, 137, 0.5));filter:drop-shadow(0 0 3px rgba(67, 72, 137, 0.5));}@media print {.sisu-commercial .section6 .img-holder__img {-webkit-filter:drop-shadow(0 0 3px rgba(67, 72, 137, 0.5));filter:drop-shadow(0 0 3px rgba(67, 72, 137, 0.5));-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.sisu-commercial .section7 {padding-top:170px;position:relative;}@media print {.sisu-commercial .section7 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.sisu-commercial .section7:after {content:"7";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.sisu-commercial .section7:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.sisu-commercial .section7 .maximum-width {max-width:650px;margin:auto;}.sisu-commercial .section7 .text {text-align:center;margin-bottom:50px;}@media print {.sisu-commercial .section7 .text {margin:0 auto 50px;}}.nordicgallery-commercial {background:transparent;}.nordicgallery-commercial p {font-family:'Roboto-Regular', sans-serif;color:#969696;}.nordicgallery-commercial .h5 {margin-bottom:30px;font-size:16px;font-family:'Playfair-Display-Bold', sans-serif;color:#c1b9b0;letter-spacing:0.2em;text-transform:uppercase;}@media print {.nordicgallery-commercial .h5 {font-size:16px;}}.nordicgallery-commercial .h4 {font-size:40px;font-family:'Playfair-Display-Bold', sans-serif;color:#303030;display:inline-block;vertical-align:middle;}@media print {.nordicgallery-commercial .h4 {font-size:40px;}}.nordicgallery-commercial .title-text {text-align:center;}.nordicgallery-commercial .title-text.title-textpadding {padding-bottom:70px;}.nordicgallery-commercial .title-text .line {display:block;width:1px;height:60px;vertical-align:middle;margin:10px auto 3px;background:#eaeaea;}@media (max-width:992px) {.nordicgallery-commercial .title-text .line {display:block;width:1px;height:60px;vertical-align:middle;margin:10px auto 3px;background:#eaeaea;}}.nordicgallery-commercial .title-text .number {font-family:'Akrobat-Bold', sans-serif;display:inline-block;width:100%;font-size:117px;color:#eaeaea;letter-spacing:0.02em;line-height:1;vertical-align:middle;text-align:center;}@media (max-width:992px) {.nordicgallery-commercial .title-text .number {width:100%;}}@media (max-width:992px) {.nordicgallery-commercial .title-text .number {display:block;width:30%;font-size:117px;color:#eaeaea;letter-spacing:0.02em;line-height:1;vertical-align:middle;margin:0 auto;}}.nordicgallery-commercial .title-text .h4 {}@media (max-width:992px) {.nordicgallery-commercial .title-text .h4 {text-align:center;width:100%;}}.nordicgallery-commercial .no-gutters {margin-left:-15px;margin-right:-15px;}@media (max-width:1200px) {.nordicgallery-commercial .no-gutters {margin-left:0px;margin-right:0px;}}.nordicgallery-commercial .content {padding:30px 0;}.nordicgallery-commercial .content__text {margin:20px 0 0 0;text-align:center;width:100%;}@media (max-width:992px) {.nordicgallery-commercial .content__text {text-align:center;}}.nordicgallery-commercial .float-change {float:right;}.nordicgallery-commercial .section-heading__title {font-family:'Roboto-Thin', sans-serif;display:block;font-size:50px;color:#20252e;padding-top:48px;padding-bottom:15px;text-align:center;}@media print {.nordicgallery-commercial .section-heading__title {font-size:50px;}}.nordicgallery-commercial .container {max-width:1050px;}.nordicgallery-commercial .section-printed {min-height:793px;max-height:793px;overflow:hidden;}.nordicgallery-commercial .section1 {position:relative;}.nordicgallery-commercial .section1:after {content:"1";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.nordicgallery-commercial .section1:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.nordicgallery-commercial .section1__background {background:#fff url("../images/commercial/nordicgallery/nordic-bg.jpg") center center / cover no-repeat;max-width:1140px;margin:auto;min-height:793px;}@media print {.nordicgallery-commercial .section1__background {min-height:793px;max-width:1140px;-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.nordicgallery-commercial .section1 .title-holder-colored {vertical-align:top;padding-top:100px;text-align:center;}@media print {.nordicgallery-commercial .section1 .title-holder-colored {padding-top:100px;}}.nordicgallery-commercial .section1 .title-holder-colored .h1 {font-family:'Playfair-Display-Bold', sans-serif;letter-spacing:0.1em;font-size:50px;color:#2b3843;text-transform:uppercase;padding-bottom:110px;}@media print {.nordicgallery-commercial .section1 .title-holder-colored .h1 {font-size:50px;}}.nordicgallery-commercial .section1 .title-holder-colored .pc-img {background-repeat:no-repeat;background-size:contain;background-position:center center;background-image:url("../images/caseNordicGallery/pc.png");min-height:480px;}@media (max-width:992px) {.nordicgallery-commercial .section1 .title-holder-colored .pc-img {min-height:480px;}}.nordicgallery-commercial .section2 {padding-top:100px;position:relative;}@media print {.nordicgallery-commercial .section2 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.nordicgallery-commercial .section2:after {content:"2";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.nordicgallery-commercial .section2:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.nordicgallery-commercial .section2 .img-holder {text-align:center;}.nordicgallery-commercial .section2 .img-holder__img {margin-top:-30px;width:100%;max-width:300px;}.nordicgallery-commercial .section2 .content__text {margin-top:40px;}.nordicgallery-commercial .section3 {padding-top:100px;position:relative;}@media print {.nordicgallery-commercial .section3 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.nordicgallery-commercial .section3:after {content:"3";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.nordicgallery-commercial .section3:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.nordicgallery-commercial .section3 .short-box {max-width:880px;}.nordicgallery-commercial .section3 .content__text {padding-top:35px;}.nordicgallery-commercial .section3 .content__text p {color:#303030;max-width:500px;margin:0 auto 30px;letter-spacing:2px;font-family:'Akrobat-Bold', sans-serif;font-size:24px;}@media (max-width:992px) {.nordicgallery-commercial .section3 .content__text p {text-align:center;}}.nordicgallery-commercial .section3 .medium-width {max-width:750px;margin:0 auto;}.nordicgallery-commercial .section3 .box {margin-bottom:20px;max-width:190px;margin-left:20px;}@media (max-width:992px) {.nordicgallery-commercial .section3 .box {margin:0 auto 20px;}}.nordicgallery-commercial .section3 .box__title {margin-bottom:30px;font-size:162px;color:#313131;position:relative;font-family:'Akrobat-Bold', sans-serif;line-height:1;text-align:center;}@media (max-width:992px) {.nordicgallery-commercial .section3 .box__title {text-align:center;}}.nordicgallery-commercial .section3 .box__title:after {content:"";position:absolute;text-align:center;background:#e0e0e0;width:194px;height:1px;right:0;left:0;bottom:0px;color:#7c7c7c;font-size:13px;}.nordicgallery-commercial .section3 .box__title:before {content:"";position:absolute;text-align:center;background:#e0e0e0;width:1px;height:40px;right:0;left:0;bottom:0px;color:#7c7c7c;font-size:13px;}.nordicgallery-commercial .section3 .box__text {position:absolute;text-align:center;color:#aaaaaa;text-transform:Capitalize;font-family:'Roboto-Regular', sans-serif;right:0;left:0;bottom:-8px;color:#7c7c7c;font-size:13px;}@media (max-width:992px) {.nordicgallery-commercial .section3 .box__text {left:0;right:0;}}.nordicgallery-commercial .section4 {padding-top:100px;position:relative;}@media print {.nordicgallery-commercial .section4 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.nordicgallery-commercial .section4:after {content:"4";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.nordicgallery-commercial .section4:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.nordicgallery-commercial .section4 .medium-width {max-width:900px;margin:0 auto;}.nordicgallery-commercial .section4 .content__text {padding-bottom:30px;}.nordicgallery-commercial .section4 .content__text p {max-width:700px;margin:0 auto;}.nordicgallery-commercial .section4 .box-left {float:left;max-width:133px;}@media (max-width:768px) {.nordicgallery-commercial .section4 .box-left {float:none;max-width:none;}}.nordicgallery-commercial .section4 .box-right {float:right;max-width:133px;}@media (max-width:768px) {.nordicgallery-commercial .section4 .box-right {float:none;max-width:none;}}.nordicgallery-commercial .section4 .box__rectangle {width:133px;height:133px;border-radius:50%;border:21px solid #f5f5f5;margin:20px auto 38px;box-shadow:0px 8px 18px 0px rgba(0, 0, 0, 0.13);}@media print {.nordicgallery-commercial .section4 .box__rectangle {-webkit-print-color-adjust:exact;print-color-adjust:exact;box-shadow:0px 8px 18px 0px rgba(0, 0, 0, 0.13) !important;}}.nordicgallery-commercial .section4 .box__rectangle-one {background:#ada074;}.nordicgallery-commercial .section4 .box__rectangle-two {background:#515151;}.nordicgallery-commercial .section4 .box__rectangle-three {background:#cec4a2;}.nordicgallery-commercial .section4 .box__text {text-align:center;color:#7c7c7c;text-transform:uppercase;display:block;}.nordicgallery-commercial .section5 {padding-top:80px;position:relative;background:url("../images/commercial/nordicgallery/castle.png") 77% bottom no-repeat;}.nordicgallery-commercial .section5:after {content:"5";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.nordicgallery-commercial .section5:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.nordicgallery-commercial .section5 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.nordicgallery-commercial .section5 .img-holder {text-align:left;}@media (max-width:992px) {.nordicgallery-commercial .section5 .img-holder {text-align:center;}}.nordicgallery-commercial .section5 .img-holder__img {box-shadow:0 0 34px -11px #000000;max-width:330px;height:auto;width:100%;}@media print {.nordicgallery-commercial .section5 .img-holder__img {-webkit-print-color-adjust:exact;print-color-adjust:exact;box-shadow:0 0 34px -11px #000000 !important;}}.nordicgallery-commercial .section5 .mobile-hide {display:block;}@media (max-width:992px) {.nordicgallery-commercial .section5 .mobile-hide {display:none;}}.nordicgallery-commercial .section5 .mobile-show {display:none;}@media (max-width:992px) {.nordicgallery-commercial .section5 .mobile-show {display:block;}}.nordicgallery-commercial .section5 .title-text {margin-bottom:20px;max-width:557px;}@media (max-width:992px) {.nordicgallery-commercial .section5 .title-text {margin:0 auto 20px;}}.nordicgallery-commercial .section5 .title-text .number {width:20%;}@media (max-width:992px) {.nordicgallery-commercial .section5 .title-text .number {width:100%;}}@media (max-width:992px) {.nordicgallery-commercial .section5 .content__text {margin:0 auto 50px;}}.nordicgallery-commercial .section6 {padding-top:80px;position:relative;background:url(../images/commercial/nordicgallery/tree.png) 20% bottom no-repeat;}@media print {.nordicgallery-commercial .section6 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.nordicgallery-commercial .section6:after {content:"6";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.nordicgallery-commercial .section6:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.nordicgallery-commercial .section6 .img-holder {text-align:right;}@media (max-width:992px) {.nordicgallery-commercial .section6 .img-holder {text-align:center;}}.nordicgallery-commercial .section6 .img-holder__img {box-shadow:0 0 34px -11px #000000;max-width:530px;height:auto;width:100%;}@media print {.nordicgallery-commercial .section6 .img-holder__img {-webkit-print-color-adjust:exact;print-color-adjust:exact;box-shadow:0 0 34px -11px #000000 !important;}}.nordicgallery-commercial .section6 .title-text {max-width:557px;margin-bottom:20px;}@media (max-width:992px) {.nordicgallery-commercial .section6 .title-text {margin:0 auto 20px;}}.nordicgallery-commercial .section6 .title-text .h4 {width:53%;}@media (max-width:992px) {.nordicgallery-commercial .section6 .title-text .h4 {width:100%;}}.nordicgallery-commercial .section6 .title-text .line {}.nordicgallery-commercial .section6 .title-text .number {width:20%;}@media (max-width:768px) {.nordicgallery-commercial .section6 .title-text .number {width:100%;}}.nordicgallery-commercial .section6 .content__text {float:left;max-width:780px;}@media (max-width:992px) {.nordicgallery-commercial .section6 .content__text {float:none;margin:0 auto 50px;}}.nordicgallery-commercial .section7 {padding-top:80px;position:relative;background:url(../images/commercial/nordicgallery/ship.png) 85% 90% no-repeat;}@media print {.nordicgallery-commercial .section7 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.nordicgallery-commercial .section7:after {content:"7";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.nordicgallery-commercial .section7:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.nordicgallery-commercial .section7 .title-text {text-align:center;}.nordicgallery-commercial .section7 .title-text .line {display:block;width:1px;height:60px;vertical-align:middle;margin:0 auto;background:#eaeaea;}@media (max-width:768px) {.nordicgallery-commercial .section7 .title-text .line {height:30px;}}.nordicgallery-commercial .section7 .title-text .number {font-family:'Akrobat-Bold', sans-serif;display:block;width:12%;color:#eaeaea;letter-spacing:0.02em;line-height:1;vertical-align:middle;margin:0 auto;}@media (max-width:992px) {.nordicgallery-commercial .section7 .title-text .number {width:100%;}}.nordicgallery-commercial .section7 .title-text .h4 {padding-bottom:50px;}@media (max-width:992px) {.nordicgallery-commercial .section7 .title-text .h4 {padding-bottom:20px;}}.nordicgallery-commercial .section7 .content__text {text-align:center;margin-bottom:114px;}@media (max-width:992px) {.nordicgallery-commercial .section7 .content__text {float:none;margin:0 auto 50px;}}.nordicgallery-commercial .section8 {padding-top:80px;position:relative;}@media print {.nordicgallery-commercial .section8 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.nordicgallery-commercial .section8:after {content:"8";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.nordicgallery-commercial .section8:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.nordicgallery-commercial .section8 .img-holder-left {text-align:right;}.nordicgallery-commercial .section8 .img-holder-right {margin-top:95px;text-align:left;}.nordicgallery-commercial .section8 .img-holder__img {box-shadow:0 0 34px -11px #000000;height:auto;width:100%;margin-bottom:47px;}@media print {.nordicgallery-commercial .section8 .img-holder__img {-webkit-print-color-adjust:exact;print-color-adjust:exact;box-shadow:0 0 34px -11px #000000 !important;}}.nordicgallery-commercial .section8 .img-holder__img-left {max-width:340px;}.nordicgallery-commercial .section8 .img-holder__img-righttop {max-width:340px;}.nordicgallery-commercial .section8 .img-holder__img-rightbottom {max-width:340px;}.nordicgallery-commercial .section9 {padding-top:80px;position:relative;}@media print {.nordicgallery-commercial .section9 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.nordicgallery-commercial .section9:after {content:"9";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.nordicgallery-commercial .section9:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.nordicgallery-commercial .section9 .content__text {text-align:center;}.futureresumes-commercial {background:transparent;}.futureresumes-commercial p {font-family:'Ubuntu-Light', sans-serif;color:#1d2c4a;line-height:1.87;}.futureresumes-commercial .h3 {font-size:40px;font-family:'Ubuntu-Bold', sans-serif;color:#04286e;vertical-align:middle;display:block;text-align:center;}@media print {.futureresumes-commercial .h3 {font-size:40px;}}.futureresumes-commercial .h4 {font-size:30px;font-family:'Ubuntu-Bold', sans-serif;color:#04286e;display:inline-block;vertical-align:middle;}@media print {.futureresumes-commercial .h4 {font-size:30px;}}.futureresumes-commercial .title-text {text-align:left;position:relative;}@media (max-width:768px) {.futureresumes-commercial .title-text {text-align:center;}}.futureresumes-commercial .title-text .count-holder {position:relative;top:-21px;margin-bottom:-21px;}.futureresumes-commercial .title-text .count-holder .line {display:inline-block;vertical-align:middle;width:90%;height:1px;background:#ffb27f;border-radius:2px;}@media (max-width:768px) {.futureresumes-commercial .title-text .count-holder .line {width:70%;}}.futureresumes-commercial .title-text .count-holder .round {position:relative;display:inline-block;margin-left:2px;background:#ffb27f;letter-spacing:0em;line-height:1;vertical-align:middle;text-align:center;width:5px;height:5px;border-radius:50%;}.futureresumes-commercial .title-text .count-holder .round:after {position:absolute;width:17px;height:17px;border:1px solid #ffb27f;border-radius:50%;content:"";bottom:-6px;left:-6px;}.futureresumes-commercial .title-text .h4 {padding-bottom:24px;position:relative;}.futureresumes-commercial .title-text .h4:after {position:absolute;width:44px;height:2px;background:#e68b7e;content:"";bottom:0px;left:0;z-index:2;}@media (max-width:768px) {.futureresumes-commercial .title-text .h4:after {left:12%;}}@media (max-width:768px) {.futureresumes-commercial .title-text .h4 {width:100%;}}.futureresumes-commercial .no-gutters {margin-left:-15px;margin-right:-15px;}@media (max-width:1200px) {.futureresumes-commercial .no-gutters {margin-left:0px;margin-right:0px;}}.futureresumes-commercial .content__text {margin:20px 0 0 0;text-align:left;width:100%;}@media (max-width:768px) {.futureresumes-commercial .content__text {text-align:center;}}.futureresumes-commercial .content__text.content__textcenter {text-align:center;}.futureresumes-commercial .content__text .margened-bottom {margin-bottom:40px;}@media (max-width:768px) {.futureresumes-commercial .content__text .margened-bottom {margin-bottom:20px;}}.futureresumes-commercial .float-change {float:right;}.futureresumes-commercial .img-holder {text-align:center;}.futureresumes-commercial .img-holder__img {max-width:517px;height:auto;width:100%;margin-bottom:20px;}.futureresumes-commercial .section-heading__title {font-family:'Roboto-Thin', sans-serif;display:block;font-size:50px;color:#20252e;padding-top:48px;padding-bottom:15px;text-align:center;}@media print {.futureresumes-commercial .section-heading__title {font-size:50px;}}.futureresumes-commercial .container {max-width:1050px;}.futureresumes-commercial .section-printed {min-height:793px;max-height:793px;overflow:hidden;}.futureresumes-commercial .section1 {position:relative;}.futureresumes-commercial .section1:after {content:"1";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.futureresumes-commercial .section1:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.futureresumes-commercial .section1__background {background:#fff url("../images/commercial/futureresumes/main-bg.jpg") center center / cover no-repeat;max-width:1140px;margin:auto;min-height:793px;}@media print {.futureresumes-commercial .section1__background {min-height:793px;max-width:1140px;-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.futureresumes-commercial .section1 .title-holder-colored {vertical-align:top;padding-top:300px;text-align:center;}@media print {.futureresumes-commercial .section1 .title-holder-colored {padding-top:300px;}}.futureresumes-commercial .section1 .title-holder-colored .h1 {font-family:'Ubuntu-Bold', sans-serif;letter-spacing:0em;font-size:56px;color:#04286e;padding-bottom:60px;}@media print {.futureresumes-commercial .section1 .title-holder-colored .h1 {font-size:50px;padding-bottom:60px;}}.futureresumes-commercial .section1 .title-holder-colored .h1 .color {color:#ff6600;}.futureresumes-commercial .section1 .title-holder-colored__text {margin-right:50px;max-width:400px;float:right;}.futureresumes-commercial .section2 {padding-top:100px;position:relative;}@media print {.futureresumes-commercial .section2 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.futureresumes-commercial .section2:after {content:"2";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.futureresumes-commercial .section2:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.futureresumes-commercial .section2 .img-holder__img {margin-top:20px;max-width:250px;-webkit-filter:drop-shadow(-10px 0 3px rgba(52, 47, 47, 0.05));filter:drop-shadow(-10px 0 3px rgba(52, 47, 47, 0.05));}@media print {.futureresumes-commercial .section2 .img-holder__img {-webkit-print-color-adjust:exact;print-color-adjust:exact;-webkit-filter:drop-shadow(-10px 0 3px rgba(52, 47, 47, 0.05));filter:drop-shadow(-10px 0 3px rgba(52, 47, 47, 0.05));}}.futureresumes-commercial .section2 .content__text .text-center {text-align:center;}.futureresumes-commercial .section3 {padding-top:100px;position:relative;}@media print {.futureresumes-commercial .section3 {padding-top:100px;-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.futureresumes-commercial .section3:after {content:"3";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.futureresumes-commercial .section3:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.futureresumes-commercial .section3 .content__text {padding-bottom:20px;}.futureresumes-commercial .section3 .img-holder__img {margin-top:-20px;max-width:290px;box-shadow:0 0 60px -11px rgba(125, 125, 125, 0.68);}@media print {.futureresumes-commercial .section3 .img-holder__img {-webkit-print-color-adjust:exact;print-color-adjust:exact;box-shadow:0 0 60px -11px rgba(125, 125, 125, 0.68) !important;}}.futureresumes-commercial .section4 {padding-top:100px;background:#fcfcfc;border-top:1px solid #f5f5f5;border-bottom:1px solid #f5f5f5;position:relative;overflow:hidden;}@media print {.futureresumes-commercial .section4 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.futureresumes-commercial .section4:after {content:"4";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.futureresumes-commercial .section4:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.futureresumes-commercial .section4 .no-gutters {margin-left:-15px;margin-right:-15px;border-bottom:1px solid #766f78;overflow:hidden;}.futureresumes-commercial .section4 .medium-width {max-width:750px;margin:0 auto;}.futureresumes-commercial .section4 .title-text .h3 {position:relative;z-index:2;padding-bottom:75px;}@media print {.futureresumes-commercial .section4 .title-text .h3 {padding-bottom:75px;}}.futureresumes-commercial .section4 .content__text {padding-bottom:30px;}.futureresumes-commercial .section4 .content__text p {max-width:700px;margin:0 auto;}.futureresumes-commercial .section4 .box-font {margin-bottom:13px;overflow:hidden;line-height:1.2;}.futureresumes-commercial .section4 .box-font-holder {max-width:284px;margin:auto;}.futureresumes-commercial .section4 .box-font__text {color:#182236;}.futureresumes-commercial .section4 .box-font__text.box__text1 {font-family:'Open-Sans-Bold', sans-serif;font-size:54px;}.futureresumes-commercial .section4 .box-font__text.box__text2 {font-family:'Open-Sans-Bold', sans-serif;font-size:35px;display:block;float:left;}.futureresumes-commercial .section4 .box-font__text.box__text3 {font-family:'Open-Sans-Regular', sans-serif;font-size:35px;display:block;float:right;}.futureresumes-commercial .section4 .box-list {padding-top:170px;text-align:center;}.futureresumes-commercial .section4 .box-list__text {position:relative;z-index:2;max-width:200px;width:100%;display:inline-block;padding:25px 30px;border-radius:35px;color:#fff;font-family:'Ubuntu-Bold', sans-serif;font-size:15px;text-transform:uppercase;margin-left:2%;margin-right:2%;text-align:center;margin-bottom:10px;}.futureresumes-commercial .section4 .box-list__text.box-list__text1 {background:#ff6600;}.futureresumes-commercial .section4 .box-list__text.box-list__text2 {background:#2a4884;}.futureresumes-commercial .section4 .box-list__text.box-list__text3 {background:#292929;}.futureresumes-commercial .section5 {padding-top:220px;position:relative;}.futureresumes-commercial .section5:after {content:"5";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.futureresumes-commercial .section5:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.futureresumes-commercial .section5 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.futureresumes-commercial .section5 .no-gutters {margin-left:-15px;margin-right:-15px;border-bottom:none;overflow:hidden;}.futureresumes-commercial .section5 .title-text {position:relative;text-align:right;}.futureresumes-commercial .section5 .title-text .h4 {text-align:right;}.futureresumes-commercial .section5 .title-text .h4:after {right:0;left:auto;}@media (max-width:768px) {.futureresumes-commercial .section5 .title-text .h4:after {right:12%;}}.futureresumes-commercial .section5 .title-text .count-holder .round {margin-right:2px;}.futureresumes-commercial .section5 .content__text {margin:20px 0 50px 0;float:right;text-align:right;max-width:360px;}@media print {.futureresumes-commercial .section5 .content__text {margin:20px 0 50px 0;}}.futureresumes-commercial .section5 .img-holder {text-align:left;}@media (max-width:992px) {.futureresumes-commercial .section5 .img-holder {text-align:center;}}.futureresumes-commercial .section5 .img-holder__img {max-width:665px;height:auto;width:100%;box-shadow:0 0 60px -11px rgba(125, 125, 125, 0.68);margin-bottom:20px;}@media print {.futureresumes-commercial .section5 .img-holder__img {box-shadow:0 0 60px -11px rgba(125, 125, 125, 0.68) !important;-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.futureresumes-commercial .section6 {padding-top:250px;position:relative;}.futureresumes-commercial .section6:after {content:"6";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.futureresumes-commercial .section6:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.futureresumes-commercial .section6 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.futureresumes-commercial .section6 .h4 {padding-bottom:60px;}.futureresumes-commercial .section6 .text {text-align:center;}.based-commercial {background:transparent;}.based-commercial .no-gutters {margin-left:-15px;margin-right:-15px;}@media (max-width:1200px) {.based-commercial .no-gutters {margin-left:0px;margin-right:0px;}}.based-commercial .content__text {margin:20px 0 0 0;text-align:left;width:100%;}@media (max-width:768px) {.based-commercial .content__text {text-align:center;}}.based-commercial .content__text.content__textcenter {text-align:center;}.based-commercial .content__text.content__textshort {max-width:610px;}.based-commercial .content__text .font-circle {margin-bottom:25px;}.based-commercial .content__text .font-circle__holder {margin-top:10px;}.based-commercial .content__text .font-circle__circle {width:40px;height:40px;border-radius:50%;margin-right:20px;display:inline-block;vertical-align:middle;}.based-commercial .content__text .font-circle__circle.font-circle__circle1 {background:#3bb7b8;}.based-commercial .content__text .font-circle__circle.font-circle__circle2 {background:#ea6c6f;}.based-commercial .content__text .font-circle__circle.font-circle__circle3 {background:#f9a834;}.based-commercial .content__text .font-circle__circle.font-circle__circle4 {background:#f8d8ac;}.based-commercial .content__text .font-circle__circle.font-circle__circle5 {background:#f8f8f8;}.based-commercial .content__text .font-circle__text {display:inline-block;vertical-align:middle;}.based-commercial .content__text .h4 {margin-bottom:13px;font-size:36px;color:#000;font-family:"Roboto-Regular", sans-serif;}@media print {.based-commercial .content__text .h4 {font-size:36px;}}.based-commercial .content__text .light-p {font-size:15px;color:#000;font-family:"Roboto-Regular", sans-serif;}@media print {.based-commercial .content__text .light-p {font-size:15px;}}.based-commercial .content__text .regular-p {font-size:15px;color:#000;font-family:"Roboto-Light", sans-serif;}@media print {.based-commercial .content__text .regular-p {font-size:15px;}}.based-commercial .content__text .margened-bottom {margin-bottom:40px;}@media (max-width:768px) {.based-commercial .content__text .margened-bottom {margin-bottom:20px;}}.based-commercial .float-change {float:right;}.based-commercial .img-holder {text-align:center;}.based-commercial .img-holder__img {max-width:517px;height:auto;width:100%;margin-bottom:20px;}.based-commercial .section-heading__title {font-family:'Roboto-Thin', sans-serif;display:block;font-size:50px;color:#20252e;padding-top:48px;padding-bottom:15px;text-align:center;}@media print {.based-commercial .section-heading__title {font-size:50px;}}.based-commercial .container {max-width:1050px;}.based-commercial .section-printed {min-height:793px;max-height:793px;overflow:hidden;}.based-commercial .section1 {position:relative;}.based-commercial .section1:after {content:"1";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.based-commercial .section1:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.based-commercial .section1__background {background:#fff url("../images/commercial/based/background-based.jpg") center center / cover no-repeat;max-width:1140px;margin:auto;min-height:793px;}@media print {.based-commercial .section1__background {min-height:793px;max-width:1140px;-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.based-commercial .section1 .title-holder-colored {vertical-align:top;padding-top:250px;text-align:center;}@media print {.based-commercial .section1 .title-holder-colored {padding-top:250px;}}.based-commercial .section1 .title-holder-colored .h1 {font-family:'Futura-Medium', sans-serif;text-transform:uppercase;font-size:85px;letter-spacing:30px;}@media print {.based-commercial .section1 .title-holder-colored .h1 {font-size:85px;}}.based-commercial .section2 {padding-top:100px;position:relative;}@media print {.based-commercial .section2 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.based-commercial .section2:after {content:"2";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.based-commercial .section2:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.based-commercial .section2 .img-holder__img {margin-top:70px;max-width:430px;-webkit-filter:drop-shadow(0 0 3px rgba(67, 72, 137, 0.5));filter:drop-shadow(0 0 3px rgba(67, 72, 137, 0.5));}@media print {.based-commercial .section2 .img-holder__img {-webkit-filter:drop-shadow(0 0 3px rgba(67, 72, 137, 0.5));filter:drop-shadow(0 0 3px rgba(67, 72, 137, 0.5));-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.based-commercial .section2 .content__text .text-center {text-align:center;}.based-commercial .section3 {padding-top:100px;position:relative;}@media print {.based-commercial .section3 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.based-commercial .section3:after {content:"3";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.based-commercial .section3:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.based-commercial .section3__bg {position:absolute;background:#fcfcfc;top:20%;left:0;right:0;width:100%;height:500px;display:block;}@media print {.based-commercial .section3__bg {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.based-commercial .section3 .content__text {margin-top:110px;}.based-commercial .section3 .img-holder {text-align:left;}.based-commercial .section3 .img-holder__img {max-width:240px;height:auto;width:100%;margin-top:-50px;}.based-commercial .section4 {padding-top:200px;position:relative;}@media print {.based-commercial .section4 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.based-commercial .section4:after {content:"4";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.based-commercial .section4:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.based-commercial .section4 .content__text {margin:0px 0 30px 0;}@media print {.based-commercial .section4 .content__text {margin:0px 0 30px 0;}}.based-commercial .section4 .content__text .h4 {padding-bottom:30px;}.based-commercial .section5 {padding-top:180px;position:relative;}.based-commercial .section5:after {content:"5";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.based-commercial .section5:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.based-commercial .section5 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.based-commercial .section5 .content__text {padding:0px 0 20px 0;text-align:center;margin:0;}.based-commercial .section5 .margened-bottom {margin-bottom:25px;}.based-commercial .section5 .img-holder__img {max-width:220px;margin-top:30px;}.based-commercial .section6 {padding-top:100px;position:relative;background:#eae9e7;}@media print {.based-commercial .section6 {-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#eae9e7;}}.based-commercial .section6:after {content:"6";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.based-commercial .section6:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.based-commercial .section6 .content__text {padding:0px 0 30px 0;text-align:left;}@media print {.based-commercial .section6 .content__text {padding:0px 0 30px 0;}}.based-commercial .section6 .img-holder {text-align:left;}.based-commercial .section6 .img-holder__img {max-width:400px;box-shadow:none;-webkit-filter:drop-shadow(0 0 3px rgba(67, 72, 137, 0.5));filter:drop-shadow(0 0 3px rgba(67, 72, 137, 0.5));}@media print {.based-commercial .section6 .img-holder__img {-webkit-filter:drop-shadow(0 0 3px rgba(67, 72, 137, 0.5));filter:drop-shadow(0 0 3px rgba(67, 72, 137, 0.5));-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.based-commercial .section7 {padding-top:100px;position:relative;}@media print {.based-commercial .section7 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.based-commercial .section7:after {content:"7";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.based-commercial .section7:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.based-commercial .section7__bg {position:absolute;background:#fcfcfc;top:55%;left:0;right:0;width:100%;height:250px;display:block;}@media print {.based-commercial .section7__bg {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.based-commercial .section7 .content__text {margin-bottom:50px;}@media print {.based-commercial .section7 .content__text {margin:0 auto 50px;}}.based-commercial .section7 .img-holder__img {max-width:417px;}.based-commercial .section8 {padding-top:150px;position:relative;}.based-commercial .section8:after {content:"8";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.based-commercial .section8:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.based-commercial .section8 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.based-commercial .section8 .img-holder__img {max-width:280px;}.based-commercial .section9 {padding-top:250px;position:relative;}.based-commercial .section9:after {content:"9";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.based-commercial .section9:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.based-commercial .section9 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.based-commercial .section9 .h4 {padding-bottom:60px;}.based-commercial .section9 .text {text-align:center;}.inforum-commercial {background:transparent;}.inforum-commercial p {font-family:'Open-Sans-Light', sans-serif;color:#616161;line-height:1.87;font-size:16px;}@media print {.inforum-commercial p {font-size:16px;}}.inforum-commercial .h4 {font-size:45px;font-family:'Open-Sans-Light', sans-serif;color:#635139;display:inline-block;vertical-align:middle;}@media print {.inforum-commercial .h4 {font-size:45px;}}.inforum-commercial .title-text {text-align:center;position:relative;}.inforum-commercial .title-text .h4 {padding-bottom:30px;}.inforum-commercial .float-change {float:right;}.inforum-commercial .no-gutters {margin-left:-15px;margin-right:-15px;}.inforum-commercial .no-gutters-stable {margin-left:-15px;margin-right:-15px;}.inforum-commercial .float-change {float:right;}.inforum-commercial .img-holder {text-align:center;}.inforum-commercial .img-holder__img {max-width:517px;height:auto;width:100%;margin-bottom:20px;}.inforum-commercial .section-heading__title {font-family:'Roboto-Thin', sans-serif;display:block;font-size:50px;color:#20252e;padding-top:48px;padding-bottom:15px;text-align:center;}@media print {.inforum-commercial .section-heading__title {font-size:50px;}}.inforum-commercial .container {max-width:1050px;}.inforum-commercial .section-printed {min-height:793px;max-height:793px;overflow:hidden;}.inforum-commercial .section1 {position:relative;}.inforum-commercial .section1:after {content:"1";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.inforum-commercial .section1:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.inforum-commercial .section1__background {background:#fff url("../images/commercial/inforum/main-bg.jpg") center center / cover no-repeat;max-width:1140px;margin:auto;min-height:793px;}@media print {.inforum-commercial .section1__background {min-height:793px;max-width:1140px;-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.inforum-commercial .section1 .title-holder-colored {vertical-align:top;padding-top:350px;text-align:center;}@media print {.inforum-commercial .section1 .title-holder-colored {padding-top:250px;}}.inforum-commercial .section1 .title-holder-colored__img {width:100%;max-width:400px;padding-bottom:60px;margin:auto;}.inforum-commercial .section2 {padding-top:100px;position:relative;}@media print {.inforum-commercial .section2 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.inforum-commercial .section2:after {content:"2";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.inforum-commercial .section2:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.inforum-commercial .section2 .img-holder__img {margin-top:70px;max-width:630px;-webkit-filter:drop-shadow(0 0 3px rgba(67, 72, 137, 0.5));filter:drop-shadow(0 0 3px rgba(67, 72, 137, 0.5));}@media print {.inforum-commercial .section2 .img-holder__img {-webkit-filter:drop-shadow(0 0 3px rgba(67, 72, 137, 0.5));filter:drop-shadow(0 0 3px rgba(67, 72, 137, 0.5));-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.inforum-commercial .section2 .content__text {text-align:center;}.inforum-commercial .section3 {padding-top:100px;position:relative;}@media print {.inforum-commercial .section3 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.inforum-commercial .section3:after {content:"3";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.inforum-commercial .section3:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.inforum-commercial .section3 .title-text {position:relative;}.inforum-commercial .section3 .title-text.title-text--left {text-align:left;}.inforum-commercial .section3 .content__text {text-align:center;margin:0 0 20px 0;}.inforum-commercial .section3 .content__text.content__text--smallmargin {margin:0 0 30px 0;}.inforum-commercial .section3 .content__text .regular-p {margin:auto;max-width:980px;}.inforum-commercial .section3 .content__text .regular-p.regular-p-left {text-align:left;}.inforum-commercial .section3 .img-holder {text-align:left;text-align:center;}.inforum-commercial .section3 .img-holder__img {max-width:450px;height:auto;width:100%;box-shadow:0 0 51px -6px #959494;margin-bottom:0px;border-radius:8px;}@media print {.inforum-commercial .section3 .img-holder__img {-webkit-print-color-adjust:exact;print-color-adjust:exact;box-shadow:0 0 51px -6px #959494 !important;}}.inforum-commercial .section4 {padding-top:100px;position:relative;background:#fff url("../images/commercial/inforum/section2-bg.jpg") center center / cover no-repeat;}@media print {.inforum-commercial .section4 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.inforum-commercial .section4:after {content:"4";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.inforum-commercial .section4:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.inforum-commercial .section4 .no-gutters-top {margin:auto;max-width:810px;}.inforum-commercial .section4 .medium-width {max-width:750px;margin:0 auto;}.inforum-commercial .section4 .title-text .h4 {color:#ffffff;}.inforum-commercial .section4 .img-holder__img {max-width:122px;}.inforum-commercial .section4 .content__text {padding-bottom:30px;}.inforum-commercial .section4 .content__text p {max-width:700px;margin:0 auto;}.inforum-commercial .section4 .box {margin-bottom:20px;}@media print {.inforum-commercial .section4 .box {margin-bottom:20px;}}.inforum-commercial .section4 .box-left {float:left;max-width:190px;}.inforum-commercial .section4 .box-right {float:right;max-width:190px;}.inforum-commercial .section4 .box__rectangle {margin:20px auto 38px;text-align:center;}.inforum-commercial .section4 .box__text {text-align:center;color:#fbf9ec;font-family:'Roboto-Regular', sans-serif;font-size:23px;margin:auto;display:block;}.inforum-commercial .section4 .font-inforum-box {padding-top:10px;overflow:hidden;max-width:620px;margin:auto;}.inforum-commercial .section4 .font-inforum-box .box {margin-bottom:20px;}.inforum-commercial .section4 .font-inforum-box .box__text {text-align:center;color:#979797;font-size:30px;text-transform:uppercase;line-height:1.2;}.inforum-commercial .section4 .font-inforum-box .box__text.box__text1 {font-family:'PFDinTextPro-Medium', sans-serif;}.inforum-commercial .section4 .font-inforum-box .box__text.box__text2 {font-family:'Pt-Sans-Regular', sans-serif;}.inforum-commercial .section4 .font-inforum-box .box__title {text-align:center;color:#fff;font-size:200px;line-height:1;}.inforum-commercial .section4 .font-inforum-box .box__title.box__title1 {font-family:'PFDinTextPro-Medium', sans-serif;}.inforum-commercial .section4 .font-inforum-box .box__title.box__title2 {font-family:'Pt-Sans-Bold', sans-serif;}.inforum-commercial .section5 {padding-top:100px;position:relative;}.inforum-commercial .section5:after {content:"5";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.inforum-commercial .section5:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.inforum-commercial .section5 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.inforum-commercial .section5 .no-gutters-top {margin-left:-15px;margin-right:-15px;overflow:hidden;}.inforum-commercial .section5 .title-text {position:relative;text-align:left;margin-right:-15px;}.inforum-commercial .section5 .content__text {margin:0px 0 20px 0;}.inforum-commercial .section5 .content__text .regular-p {padding-bottom:20px;}.inforum-commercial .section5 .img-holder {text-align:left;position:relative;}.inforum-commercial .section5 .img-holder.img-holder--center {text-align:center;}.inforum-commercial .section5 .img-holder__img {max-width:517px;height:auto;width:100%;box-shadow:0 0 51px -6px #959494;margin-bottom:20px;border-radius:8px;}@media print {.inforum-commercial .section5 .img-holder__img {-webkit-print-color-adjust:exact;print-color-adjust:exact;box-shadow:0 0 51px -6px #959494 !important;}}.inforum-commercial .section5 .img-holder__img.img-holder__img1 {text-align:center;max-width:330px;box-shadow:0 0 51px -6px #959494;}.inforum-commercial .section5 .img-holder__img.img-holder__img2 {max-width:350px;box-shadow:0 0 51px -6px #959494;position:absolute;top:100px;left:200px;}.inforum-commercial .section5 .img-holder__img.img-holder__img3 {max-width:350px;box-shadow:0 0 51px -6px #959494;}.inforum-commercial .section5 .medium-width {max-width:750px;margin:0 auto;}.inforum-commercial .section6 {padding-top:250px;position:relative;}.inforum-commercial .section6:after {content:"6";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.inforum-commercial .section6:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.inforum-commercial .section6 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.inforum-commercial .section6 .h4 {padding-bottom:60px;}.inforum-commercial .section6 .text {text-align:center;}.kvestpro-commercial {background:transparent;}.kvestpro-commercial .float-change {float:right;}.kvestpro-commercial .no-gutters {margin-left:-15px;margin-right:-15px;}.kvestpro-commercial .no-gutters-stable {margin-left:-15px;margin-right:-15px;}.kvestpro-commercial .content {padding:10px 0;}.kvestpro-commercial .content__text {margin:20px 0 0 0;text-align:left;width:100%;}@media (max-width:768px) {.kvestpro-commercial .content__text {text-align:center;}}.kvestpro-commercial .content__text.content__textcenter {text-align:center;}.kvestpro-commercial .content__text .h4 {margin-bottom:13px;font-size:40px;font-family:'Raleway-SemiBold', sans-serif;color:#242323;}@media (max-width:992px) {.kvestpro-commercial .content__text .h4 {font-size:40px;}}@media (max-width:768px) {.kvestpro-commercial .content__text .h4 {font-size:22px;}}.kvestpro-commercial .content__text p {display:block;margin:0;color:#1a1a1a;}.kvestpro-commercial .content__text .regular-p {font-family:'Raleway-SemiBold', sans-serif;color:#000000;}.kvestpro-commercial .content__text .margened-bottom {margin-bottom:40px;}@media (max-width:768px) {.kvestpro-commercial .content__text .margened-bottom {margin-bottom:20px;}}.kvestpro-commercial .float-change {float:right;}.kvestpro-commercial .img-holder {text-align:center;}.kvestpro-commercial .img-holder__img {max-width:517px;height:auto;width:100%;margin-bottom:20px;}.kvestpro-commercial .section-heading__title {font-family:'Roboto-Thin', sans-serif;display:block;font-size:50px;color:#20252e;padding-top:48px;padding-bottom:15px;text-align:center;}@media print {.kvestpro-commercial .section-heading__title {font-size:50px;}}.kvestpro-commercial .container {max-width:1050px;}.kvestpro-commercial .section-printed {min-height:793px;max-height:793px;overflow:hidden;}.kvestpro-commercial .section1 {position:relative;}.kvestpro-commercial .section1:after {content:"1";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.kvestpro-commercial .section1:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.kvestpro-commercial .section1__background {background:#fff url("../images/commercial/kvestpro/kvest-bg.jpg") center center / cover no-repeat;max-width:1140px;margin:auto;min-height:793px;}@media print {.kvestpro-commercial .section1__background {min-height:793px;max-width:1140px;-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.kvestpro-commercial .section1 .title-holder-colored {vertical-align:top;padding-top:350px;text-align:center;}@media print {.kvestpro-commercial .section1 .title-holder-colored {padding-top:350px;}}.kvestpro-commercial .section1 .title-holder-colored__img {width:100%;max-width:400px;padding-bottom:60px;margin:auto;}.kvestpro-commercial .section2 {padding-top:80px;position:relative;}@media print {.kvestpro-commercial .section2 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.kvestpro-commercial .section2:after {content:"2";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.kvestpro-commercial .section2:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.kvestpro-commercial .section2 .img-holder__img {margin-top:10px;max-width:550px;-webkit-filter:drop-shadow(0 0 3px rgba(67, 72, 137, 0.5));filter:drop-shadow(0 0 3px rgba(67, 72, 137, 0.5));}@media print {.kvestpro-commercial .section2 .img-holder__img {-webkit-filter:drop-shadow(0 0 3px rgba(67, 72, 137, 0.5));filter:drop-shadow(0 0 3px rgba(67, 72, 137, 0.5));-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.kvestpro-commercial .section2 .content__text {text-align:center;padding-bottom:30px;}.kvestpro-commercial .section3 {padding-top:100px;position:relative;}@media print {.kvestpro-commercial .section3 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.kvestpro-commercial .section3:after {content:"3";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.kvestpro-commercial .section3:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.kvestpro-commercial .section3 .img-holder {text-align:left;text-align:center;}.kvestpro-commercial .section3 .img-holder__img {max-width:450px;height:auto;width:100%;margin-bottom:0px;border-radius:8px;}.kvestpro-commercial .section4 {padding-top:100px;position:relative;}@media print {.kvestpro-commercial .section4 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.kvestpro-commercial .section4:after {content:"4";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.kvestpro-commercial .section4:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.kvestpro-commercial .section4 .img-holder__img {max-width:600px;height:auto;width:100%;margin-top:100px;}.kvestpro-commercial .section5 {padding-top:70px;position:relative;}.kvestpro-commercial .section5:after {content:"5";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.kvestpro-commercial .section5:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.kvestpro-commercial .section5 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.kvestpro-commercial .section5 .img-holder {text-align:center;position:relative;}.kvestpro-commercial .section5 .img-holder__img {max-width:517px;height:auto;width:100%;margin-bottom:20px;border-radius:8px;}@media print {.kvestpro-commercial .section5 .img-holder__img {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.kvestpro-commercial .section5 .img-holder__img.img-holder__img1 {max-width:210px;}.kvestpro-commercial .section5 .img-holder__img.img-holder__img2 {max-width:210px;}.kvestpro-commercial .section5 .img-holder__img.img-holder__img3 {max-width:210px;}.kvestpro-commercial .section5 .content__text {text-align:center;}.kvestpro-commercial .section5 .medium-width {max-width:750px;margin:0 auto;}.kvestpro-commercial .section6 {padding-top:100px;position:relative;}.kvestpro-commercial .section6:after {content:"6";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.kvestpro-commercial .section6:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.kvestpro-commercial .section6 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.kvestpro-commercial .section6 .content__text2 {text-align:right;}.digigrow-commercial {background:transparent;}.digigrow-commercial .float-change {float:right;}.digigrow-commercial .no-gutters {margin-left:-15px;margin-right:-15px;}.digigrow-commercial .no-gutters-stable {margin-left:-15px;margin-right:-15px;}.digigrow-commercial .content {padding:10px 0;}.digigrow-commercial .content__text {margin:20px 0 0 0;text-align:left;width:100%;}@media (max-width:768px) {.digigrow-commercial .content__text {text-align:center;}}.digigrow-commercial .content__text.content__textcenter {text-align:center;}.digigrow-commercial .content__text .span-bold {font-weight:bold;font-size:20px;font-style:italic;font-family:"Swis721", sans-serif;}.digigrow-commercial .content__text .h3 {font-family:"Swis721", sans-serif;font-size:54px;color:#000;text-transform:uppercase;margin-top:0px;font-weight:bold;font-style:italic;}@media print {.digigrow-commercial .content__text .h3 {font-size:54px;}}.digigrow-commercial .content__text .h4 {margin-bottom:13px;font-family:"Swis721", sans-serif;font-size:24px;color:#000;text-transform:uppercase;font-weight:bold;font-style:italic;}@media print {.digigrow-commercial .content__text .h4 {font-size:24px;}}.digigrow-commercial .content__text .h2 {display:block;font-family:"Swis721", sans-serif;font-size:64px;color:#7A8081;text-transform:uppercase;padding:10px 10px 15px 10px;position:relative;font-weight:bold;font-style:italic;}@media print {.digigrow-commercial .content__text .h2 {font-size:64px;}}.digigrow-commercial .content__text .h2:after {content:"";position:absolute;width:420px;height:1px;background:#7A8081;left:50%;margin-left:-220px;top:0;}@media (max-width:768px) {.digigrow-commercial .content__text .h2:after {width:280px;margin-left:-140px;}}.digigrow-commercial .content__text .h2:before {content:"";position:absolute;width:420px;height:1px;background:#7A8081;left:50%;margin-left:-220px;bottom:0;}.digigrow-commercial .content__text .short-p {display:block;margin:0;max-width:335px;font-style:italic;}.digigrow-commercial .content__text .medium-p {display:block;margin:0 auto;text-align:left;font-size:16px;max-width:780px;font-family:"Swis721";color:#000;}.digigrow-commercial .content__text .thank-p {font-family:"Regular";font-size:20px;color:#7A8081;text-transform:uppercase;margin-top:20px;}.digigrow-commercial .content__text .regular-p {font-size:18px;font-family:"Swis721";color:#000;font-weight:100;}@media print {.digigrow-commercial .content__text .regular-p {font-size:18px;}}.digigrow-commercial .content__text .margened-bottom {margin-bottom:40px;}.digigrow-commercial .float-change {float:right;}.digigrow-commercial .img-holder {text-align:center;}.digigrow-commercial .img-holder__img {max-width:517px;height:auto;width:100%;margin-bottom:20px;}.digigrow-commercial .section-heading__title {font-family:'Roboto-Thin', sans-serif;display:block;font-size:50px;color:#20252e;padding-top:48px;padding-bottom:15px;text-align:center;}@media print {.digigrow-commercial .section-heading__title {font-size:50px;}}.digigrow-commercial .container {max-width:1050px;}.digigrow-commercial .section-printed {min-height:793px;max-height:793px;overflow:hidden;}.digigrow-commercial .section1 {position:relative;}.digigrow-commercial .section1:after {content:"1";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.digigrow-commercial .section1:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.digigrow-commercial .section1__background {background:#fff url("../images/commercial/digigrow/background-img.jpg") center center / cover no-repeat;max-width:1140px;margin:auto;min-height:793px;}@media print {.digigrow-commercial .section1__background {min-height:793px;max-width:1140px;-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.digigrow-commercial .section1 .title-holder-colored {vertical-align:top;padding-top:350px;text-align:center;}@media print {.digigrow-commercial .section1 .title-holder-colored {padding-top:350px;}}.digigrow-commercial .section1 .title-holder-colored .h1 {display:block;font-family:"Swis721", sans-serif;font-size:64px;color:#7A8081;text-transform:uppercase;padding:10px 10px 15px 10px;position:relative;font-weight:bold;font-style:italic;}@media print {.digigrow-commercial .section1 .title-holder-colored .h1 {font-size:64px;}}.digigrow-commercial .section1 .title-holder-colored .h1:after {content:"";position:absolute;width:420px;height:1px;background:#7A8081;left:50%;margin-left:-220px;top:0;}.digigrow-commercial .section1 .title-holder-colored .h1:before {content:"";position:absolute;width:420px;height:1px;background:#7A8081;left:50%;margin-left:-220px;bottom:0;}.digigrow-commercial .section2 {padding-top:80px;position:relative;}@media print {.digigrow-commercial .section2 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.digigrow-commercial .section2:after {content:"2";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.digigrow-commercial .section2:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.digigrow-commercial .section2 .img-holder__img {margin-top:10px;max-width:500px;}.digigrow-commercial .section2 .content__text {text-align:center;padding-bottom:30px;}.digigrow-commercial .section3 {padding-top:100px;position:relative;}@media print {.digigrow-commercial .section3 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.digigrow-commercial .section3:after {content:"3";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.digigrow-commercial .section3:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.digigrow-commercial .section3 .img-holder {text-align:left;text-align:center;}.digigrow-commercial .section3 .img-holder__img {max-width:450px;height:auto;width:100%;margin-bottom:0px;border-radius:8px;-webkit-filter:drop-shadow(0 0 3px rgba(67, 72, 137, 0.5));filter:drop-shadow(0 0 3px rgba(67, 72, 137, 0.5));}@media print {.digigrow-commercial .section3 .img-holder__img {-webkit-filter:drop-shadow(0 0 3px rgba(67, 72, 137, 0.5));filter:drop-shadow(0 0 3px rgba(67, 72, 137, 0.5));-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.digigrow-commercial .section4 {padding-top:250px;position:relative;}@media print {.digigrow-commercial .section4 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.digigrow-commercial .section4:after {content:"4";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.digigrow-commercial .section4:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.digigrow-commercial .section4 .img-holder {text-align:right;}.digigrow-commercial .section4 .img-holder__img {max-width:270px;height:auto;width:100%;}.digigrow-commercial .section5 {padding-top:70px;position:relative;}.digigrow-commercial .section5:after {content:"5";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.digigrow-commercial .section5:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.digigrow-commercial .section5 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.digigrow-commercial .section5__bg {position:absolute;background:url(../images/commercial/digigrow/background-parallax.jpg) center center / cover no-repeat;top:0;left:0;right:0;width:100%;height:80%;display:block;}@media print {.digigrow-commercial .section5__bg {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.digigrow-commercial .section5 .img-holder {text-align:center;position:relative;}.digigrow-commercial .section5 .img-holder__img {max-width:520px;height:auto;width:100%;margin-top:50px;margin-bottom:20px;border-radius:8px;}@media print {.digigrow-commercial .section5 .img-holder__img {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.digigrow-commercial .section5 .content__text {text-align:center;}.digigrow-commercial .section5 .content__text p {text-align:center;}.digigrow-commercial .section5 .medium-width {max-width:750px;margin:0 auto;}.digigrow-commercial .section6 {padding-top:150px;position:relative;}.digigrow-commercial .section6:after {content:"6";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.digigrow-commercial .section6:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.digigrow-commercial .section6 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.digigrow-commercial .section6 .content__text2 {text-align:right;}.digigrow-commercial .section6 .img-holder__img {max-width:660px;height:auto;width:100%;}.digigrow-commercial .section7 {padding-top:100px;position:relative;}.digigrow-commercial .section7:after {content:"7";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.digigrow-commercial .section7:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.digigrow-commercial .section7 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.digigrow-commercial .section7__bg {position:absolute;background:#fcfcfc;top:60px;left:0;right:0;width:900px;height:66%;display:block;margin:auto;}@media print {.digigrow-commercial .section7__bg {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.digigrow-commercial .section7 .content__text {max-width:350px;}.digigrow-commercial .section7 .img-holder__img {max-width:290px;height:auto;width:100%;}.genieme-commercial {background:transparent;}.genieme-commercial .float-change {float:right;}.genieme-commercial .no-gutters {margin-left:-15px;margin-right:-15px;}.genieme-commercial .no-gutters-stable {margin-left:-15px;margin-right:-15px;}.genieme-commercial .image-holder {text-align:center;margin-top:20px;}.genieme-commercial .image-holder__img {width:100%;height:auto;}.genieme-commercial .image-holder.image-holder1 .image-holder__img {max-width:270px;}.genieme-commercial .image-holder.image-holder2 {margin-left:-22px;margin-top:0;}.genieme-commercial .image-holder.image-holder2 .image-holder__img {max-width:350px;}.genieme-commercial .image-holder.image-holder3 .image-holder__img {max-width:539px;}.genieme-commercial .image-holder.image-holder4 .image-holder__img {max-width:380px;}.genieme-commercial .image-holder.image-holder5 {margin-left:-22px;}.genieme-commercial .image-holder.image-holder5 .image-holder__img {max-width:500px;}.genieme-commercial .image-holder.image-holder6 .image-holder__img {max-width:585px;}.genieme-commercial .image-holder.image-holder7 {margin-top:80px;}.genieme-commercial .image-holder.image-holder7 .image-holder__img {max-width:285px;}.genieme-commercial .image-holder.image-holder8 {margin-top:-30px;}.genieme-commercial .image-holder.image-holder8 .image-holder__img {max-width:220px;}.genieme-commercial .content {padding:10px 0;}.genieme-commercial .content .big-padding {padding-top:20%;}@media print {.genieme-commercial .content .big-padding {padding-top:20%;}}.genieme-commercial .content__text {margin:20px 0 0 0;text-align:left;}.genieme-commercial .content__text.content__textcenter {text-align:center;width:100%;}.genieme-commercial .content__text.content__textspecial {margin:0;background:#efeeef;padding:30px;}.genieme-commercial .content__text .colored-span {color:#ff3838;}.genieme-commercial .content__text .centered {text-align:center;}.genieme-commercial .content__text .h4 {margin-bottom:13px;font-size:28px;font-family:'Raleway-Medium', sans-serif;color:#242323;}.genieme-commercial .content__text .h6 {font-size:24px;font-family:'Raleway-Semibold', sans-serif;color:#0d0d0d;}.genieme-commercial .content__text p {display:block;color:#0f0f0f;line-height:1.8;}.genieme-commercial .content__text .regular-p {font-family:'Raleway-Regular', sans-serif;color:#1d1d1d;font-weight:600;}.genieme-commercial .content__text .small-ps {font-size:14px;color:#3d3d3d;font-family:'Raleway-Light', sans-serif;}.genieme-commercial .content__text .p-nomargin {margin-bottom:0;}.genieme-commercial .content__text .small-p {font-size:16px;color:#000000;font-family:'Raleway-Light', sans-serif;}@media (max-width:992px) {.genieme-commercial .content__text .small-p {font-size:15px;}}@media (max-width:768px) {.genieme-commercial .content__text .small-p {font-size:14px;}}.genieme-commercial .content__text .font-special {font-size:18px;font-family:'Raleway-Light', sans-serif;color:#343434;}.genieme-commercial .content__text .font-special.font-special-left {text-align:left;}.genieme-commercial .content__text .font-special.font-special-center {text-align:center;}.genieme-commercial .content__text .font-special.font-special-right {text-align:right;}.genieme-commercial .content__text .margened-bottom {margin-bottom:40px;}.genieme-commercial .float-change {float:right;}.genieme-commercial .section-heading__title {font-family:'Roboto-Thin', sans-serif;display:block;font-size:50px;color:#20252e;padding-top:48px;padding-bottom:15px;text-align:center;}@media print {.genieme-commercial .section-heading__title {font-size:50px;}}.genieme-commercial .container {max-width:1050px;}.genieme-commercial .section-printed {min-height:793px;max-height:793px;overflow:hidden;}.genieme-commercial .section1 {position:relative;}.genieme-commercial .section1:after {content:"1";position:absolute;width:80px;height:80px;color:#ffffff;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.genieme-commercial .section1:after {color:#ffffff !important;-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.genieme-commercial .section1__background {background:#fff url("../images/commercial/genieme/genieme.jpg") top center / cover no-repeat;max-width:1140px;margin:auto;min-height:793px;}@media print {.genieme-commercial .section1__background {min-height:793px;max-width:1140px;-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.genieme-commercial .section1 .title-holder-colored {vertical-align:top;padding-top:350px;text-align:center;}@media print {.genieme-commercial .section1 .title-holder-colored {padding-top:350px;}}.genieme-commercial .section1 .title-holder-colored .h1 {display:block;font-family:"Swis721", sans-serif;font-size:64px;color:#7A8081;text-transform:uppercase;padding:10px 10px 15px 10px;position:relative;font-weight:bold;font-style:italic;}@media print {.genieme-commercial .section1 .title-holder-colored .h1 {font-size:64px;}}.genieme-commercial .section1 .title-holder-colored .h1:after {content:"";position:absolute;width:420px;height:1px;background:#7A8081;left:50%;margin-left:-220px;top:0;}.genieme-commercial .section1 .title-holder-colored .h1:before {content:"";position:absolute;width:420px;height:1px;background:#7A8081;left:50%;margin-left:-220px;bottom:0;}.genieme-commercial .section2 {padding-top:80px;position:relative;}@media print {.genieme-commercial .section2 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.genieme-commercial .section2:after {content:"2";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.genieme-commercial .section2:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.genieme-commercial .section3 {padding-top:220px;position:relative;}@media print {.genieme-commercial .section3 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.genieme-commercial .section3:after {content:"3";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.genieme-commercial .section3:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.genieme-commercial .section3 .content__text {text-align:center;}.genieme-commercial .section3 .content__text .h4 {padding-bottom:40px;}.genieme-commercial .section3 .content__text p {text-align:center;}.genieme-commercial .section4 {padding-top:100px;position:relative;}@media print {.genieme-commercial .section4 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.genieme-commercial .section4:after {content:"4";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.genieme-commercial .section4:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.genieme-commercial .section5 {padding-top:80px;position:relative;}.genieme-commercial .section5:after {content:"5";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.genieme-commercial .section5:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.genieme-commercial .section5 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.genieme-commercial .section6 {padding-top:100px;position:relative;}.genieme-commercial .section6:after {content:"6";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.genieme-commercial .section6:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.genieme-commercial .section6 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.genieme-commercial .section7 {padding-top:100px;position:relative;}.genieme-commercial .section7:after {content:"7";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.genieme-commercial .section7:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.genieme-commercial .section7 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.genieme-commercial .section7__bg {position:absolute;background:#fcfcfc;top:60px;left:0;right:0;width:100%;height:66%;display:block;margin:auto;}@media print {.genieme-commercial .section7__bg {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.genieme-commercial .section8 {padding-top:100px;position:relative;}.genieme-commercial .section8:after {content:"8";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.genieme-commercial .section8:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.genieme-commercial .section8 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.genieme-commercial .section9 {padding-top:100px;position:relative;}.genieme-commercial .section9:after {content:"9";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.genieme-commercial .section9:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.genieme-commercial .section9 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.d12-commercial {background:transparent;}.d12-commercial .float-change {float:right;}.d12-commercial .no-gutters {margin-left:-15px;margin-right:-15px;}.d12-commercial .no-gutters-stable {margin-left:-15px;margin-right:-15px;}.d12-commercial .content {padding:10px 0;}.d12-commercial .content.content__special {margin:40px 0;background:#fcfcfc;padding:50px;}.d12-commercial .content.content__special .content__text {padding:0 30px;}.d12-commercial .content.content__special .title-special1 {display:block;margin-bottom:30px;font-size:46px;font-family:'Open-Sans', sans-serif;color:#000000;}.d12-commercial .content.content__special .title-special2 {display:block;margin-bottom:30px;font-size:28px;font-family:'Open-Sans', sans-serif;color:#000000;}@media (max-width:992px) {.d12-commercial .content.content__special .title-special2 {font-size:22px;margin-bottom:20px;}}@media (max-width:768px) {.d12-commercial .content.content__special .title-special2 {font-size:20px;margin-bottom:15px;}}.d12-commercial .content__img {width:auto;background-position:center top;background-repeat:no-repeat;margin-bottom:20px;background-size:contain;}.d12-commercial .content__img.content__img1 {position:relative;background-image:url("../images/commercial/d12/design.png");min-height:830px;background-position:left center;margin-bottom:300px;}.d12-commercial .content__img.content__img1 .colored-rect {background:#ffe900;position:absolute;width:380px;height:380px;border-radius:50%;bottom:-32%;right:-35%;padding:60px;text-align:center;}@media (max-width:992px) {.d12-commercial .content__img.content__img1 .colored-rect {bottom:-56%;right:50%;margin-right:-160px;width:320px;height:320px;padding:35px;}}@media (max-width:768px) {.d12-commercial .content__img.content__img1 .colored-rect {padding:30px;margin-right:-150px;width:300px;height:300px;bottom:-75%;}}.d12-commercial .content__img.content__img1 .colored-rect .h4 {margin-bottom:13px;font-size:28px;font-family:'Raleway-SemiBold', sans-serif;color:#000000;}.d12-commercial .content__img.content__img1 .colored-rect .h5 {font-size:14px;font-family:'Raleway-Regular', sans-serif;color:#000000;}.d12-commercial .content__text {margin:0 0 0 0;text-align:left;width:100%;}@media (max-width:768px) {.d12-commercial .content__text {text-align:center;}}.d12-commercial .content__text.content__textcenter {text-align:center;}.d12-commercial .content__text .h4 {margin-bottom:13px;font-size:28px;font-family:'Raleway-SemiBold', sans-serif;color:#242323;}.d12-commercial .content__text p {display:block;margin:0;color:#1a1a1a;}.d12-commercial .content__text .text-colored {display:inline-block;color:#4283d7;}.d12-commercial .content__text .textshort {width:70%;display:block;margin:0 auto;}.d12-commercial .content__text .regular-p {font-family:'Raleway-Medium', sans-serif;color:#000000;font-weight:500;}.d12-commercial .content__text .margened-bottom {margin-bottom:40px;}.d12-commercial .float-change {float:right;}.d12-commercial .img-holder {text-align:center;}.d12-commercial .img-holder__img {max-width:517px;height:auto;width:100%;margin-bottom:20px;}.d12-commercial .section-heading__title {font-family:'Roboto-Thin', sans-serif;display:block;font-size:50px;color:#20252e;padding-top:48px;padding-bottom:15px;text-align:center;}@media print {.d12-commercial .section-heading__title {font-size:50px;}}.d12-commercial .container {max-width:1050px;}.d12-commercial .section-printed {min-height:793px;max-height:793px;overflow:hidden;}.d12-commercial .section1 {position:relative;}.d12-commercial .section1:after {content:"1";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.d12-commercial .section1:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.d12-commercial .section1__background {background:#fff url("../images/commercial/d12/d12-bg.jpg") center center / cover no-repeat;max-width:1140px;margin:auto;min-height:793px;}@media print {.d12-commercial .section1__background {min-height:793px;max-width:1140px;-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.d12-commercial .section1 .title-holder-colored {vertical-align:top;padding-top:350px;text-align:center;}@media print {.d12-commercial .section1 .title-holder-colored {padding-top:350px;}}.d12-commercial .section1 .title-holder-colored .h1 {color:#ffe900;font-family:'Open-sans', sans-serif;font-size:78px;letter-spacing:3px;font-weight:600;}@media (max-width:768px) {.d12-commercial .section1 .title-holder-colored .h1 {font-size:30px;letter-spacing:3px;}}.d12-commercial .section2 {padding-top:80px;position:relative;}@media print {.d12-commercial .section2 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.d12-commercial .section2:after {content:"2";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.d12-commercial .section2:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.d12-commercial .section2 .img-holder__img {margin-top:10px;max-width:500px;}.d12-commercial .section2 .content__text {max-width:900px;margin:auto;text-align:center;}.d12-commercial .section3 {padding-top:80px;position:relative;}@media print {.d12-commercial .section3 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.d12-commercial .section3:after {content:"3";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.d12-commercial .section3:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.d12-commercial .section3 .img-holder {text-align:left;text-align:center;}.d12-commercial .section3 .img-holder__img {max-width:450px;height:auto;width:100%;margin-bottom:0px;}.d12-commercial .section4 {padding-top:100px;position:relative;}@media print {.d12-commercial .section4 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.d12-commercial .section4:after {content:"4";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.d12-commercial .section4:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.d12-commercial .section4 .img-holder {text-align:right;}.d12-commercial .section4 .img-holder__img {max-width:270px;height:auto;width:100%;}.d12-commercial .section4 .colored-rect {background:#ffe900;position:absolute;width:340px;height:340px;border-radius:50%;bottom:2%;left:30%;padding:32px;text-align:center;}.d12-commercial .section4 .colored-rect .h4 {margin-bottom:13px;font-size:28px;font-family:'Raleway-SemiBold', sans-serif;color:#000000;}.d12-commercial .section4 .colored-rect .h5 {font-size:14px;font-family:'Raleway-Regular', sans-serif;color:#000000;}.d12-commercial .section4 .content__special {margin:0;padding:20px 50px;}.d12-commercial .section5 {padding-top:70px;position:relative;}.d12-commercial .section5:after {content:"5";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.d12-commercial .section5:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.d12-commercial .section5 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.d12-commercial .section5 .img-holder {text-align:center;position:relative;}.d12-commercial .section5 .img-holder__img {max-width:650px;height:auto;width:100%;margin-bottom:20px;}@media print {.d12-commercial .section5 .img-holder__img {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.d12-commercial .section5 .medium-width {max-width:750px;margin:0 auto;}.d12-commercial .section6 {padding-top:150px;position:relative;}.d12-commercial .section6:after {content:"6";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.d12-commercial .section6:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.d12-commercial .section6 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.d12-commercial .section6 .img-holder__img {border-radius:7px;max-width:660px;height:auto;width:100%;}.d12-commercial .section7 {padding-top:100px;position:relative;}.d12-commercial .section7:after {content:"7";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.d12-commercial .section7:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.d12-commercial .section7 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.d12-commercial .section7__bg {position:absolute;background:#fcfcfc;top:60px;left:0;right:0;width:900px;height:66%;display:block;margin:auto;}@media print {.d12-commercial .section7__bg {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.d12-commercial .section7 .img-holder__img {max-width:950px;height:auto;width:100%;}.d12-commercial .section8 {padding-top:250px;position:relative;}.d12-commercial .section8:after {content:"8";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.d12-commercial .section8:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.d12-commercial .section8 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.d12-commercial .section8 .content__text {max-width:800px;margin:auto;}.d12-commercial .section8 .img-holder__img {max-width:290px;height:auto;width:100%;}.triangle-commercial {background:transparent;}.triangle-commercial .float-change {float:right;}.triangle-commercial .no-gutters {margin-left:-15px;margin-right:-15px;}.triangle-commercial .no-gutters-stable {margin-left:-15px;margin-right:-15px;}.triangle-commercial .img-holder {text-align:center;}.triangle-commercial .img-holder.img-holder11 {margin-top:20px;}.triangle-commercial .img-holder.img-holder11 .img-holder__img {max-width:350px;}.triangle-commercial .img-holder.img-holder1 .img-holder__img {max-width:395px;}.triangle-commercial .img-holder.img-holder2 {text-align:center;}.triangle-commercial .img-holder.img-holder2 .img-holder__img {max-width:550px;}.triangle-commercial .img-holder.img-holder4 .img-holder__img {max-width:650px;}.triangle-commercial .img-holder.img-holder5 .img-holder__img {max-width:650px;}.triangle-commercial .img-holder.img-holder6 .img-holder__img {margin-top:30px;max-width:780px;}.triangle-commercial .img-holder.img-holder7 .img-holder__img {max-width:650px;}.triangle-commercial .img-holder__img {max-width:517px;height:auto;width:100%;margin-bottom:20px;margin-top:20px;}.triangle-commercial .content {padding:10px 0;}.triangle-commercial .content__img {width:auto;background-position:center top;background-repeat:no-repeat;margin-top:20px;background-size:contain;}@media (max-width:1200px) {.triangle-commercial .content__img {background-position:center center;}}@media (max-width:768px) {.triangle-commercial .content__img {background-position:center center;}}.triangle-commercial .content__img.content__img3 {background-image:url("../images/caseTrngl/fonts-color.png");min-height:36px;background-position:left top;margin-bottom:55px;}@media (max-width:768px) {.triangle-commercial .content__img.content__img3 {min-height:30px;background-position:center top;}}.triangle-commercial .content__text {margin:20px 0 0 0;text-align:left;width:100%;}.triangle-commercial .content__text.content__textcenter {text-align:center;}.triangle-commercial .content__text.content__textspecial {margin:20px 0 0 0;background:#f5f5f5;padding:30px;}.triangle-commercial .content__text .colored-span {color:#ff3838;}.triangle-commercial .content__text .h4 {margin-bottom:13px;font-size:28px;font-family:'Raleway-Medium', sans-serif;color:#242323;}.triangle-commercial .content__text .h6 {font-size:18px;font-family:'Raleway-Light', sans-serif;color:#343434;}.triangle-commercial .content__text .list__item {list-style:none;text-align:left;padding-left:20px;padding-bottom:3px;position:relative;font-size:14px;color:#3d3d3d;font-family:'Raleway-Light', sans-serif;line-height:1.6;}.triangle-commercial .content__text .list__item:before {position:absolute;content:'';border-radius:50%;width:4px;height:4px;background:#868686;top:10px;left:0;}.triangle-commercial .content__text p {display:block;margin:0;color:#0f0f0f;line-height:1.8;}.triangle-commercial .content__text .regular-p {font-family:'Raleway-Semibold', sans-serif;color:#1d1d1d;}.triangle-commercial .content__text .small-p {font-size:14px;color:#3d3d3d;font-family:'Raleway-Light', sans-serif;}.triangle-commercial .content__text .font-special {font-size:24px;font-family:'Raleway-regular', sans-serif;}.triangle-commercial .content__text .margened-bottom {margin-bottom:40px;}.triangle-commercial .float-change {float:right;}.triangle-commercial .section-heading__title {font-family:'Roboto-Thin', sans-serif;display:block;font-size:50px;color:#20252e;padding-top:48px;padding-bottom:15px;text-align:center;}@media print {.triangle-commercial .section-heading__title {font-size:50px;}}.triangle-commercial .container {max-width:1050px;}.triangle-commercial .section-printed {min-height:793px;max-height:793px;overflow:hidden;}.triangle-commercial .section1 {position:relative;}.triangle-commercial .section1:after {content:"1";position:absolute;width:80px;height:80px;color:#ffffff;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.triangle-commercial .section1:after {color:#ffffff !important;-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.triangle-commercial .section1__background {background:#ffffff url(../images/commercial/triangle/main-fon.jpg) top center / cover no-repeat;max-width:1140px;margin:auto;min-height:793px;}@media print {.triangle-commercial .section1__background {min-height:793px;max-width:1140px;-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.triangle-commercial .section1 .title-holder-colored {vertical-align:top;padding-top:300px;text-align:center;}@media print {.triangle-commercial .section1 .title-holder-colored {padding-top:300px;}}.triangle-commercial .section1 .title-holder-colored__img {width:100%;max-width:200px;padding-bottom:60px;margin:auto;}.triangle-commercial .section2 {padding-top:80px;position:relative;}@media print {.triangle-commercial .section2 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.triangle-commercial .section2:after {content:"2";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.triangle-commercial .section2:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.triangle-commercial .section2 .content__text p {margin-bottom:10px;}.triangle-commercial .section2 .content__text .list__item {font-size:15px;color:#0f0f0f;font-size:16px;font-family:'Raleway-Regular', sans-serif;}.triangle-commercial .section2 .content__text .list__item:before {background:#0f0f0f;}.triangle-commercial .section3 {padding-top:100px;position:relative;}@media print {.triangle-commercial .section3 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.triangle-commercial .section3:after {content:"3";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.triangle-commercial .section3:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.triangle-commercial .section4 {padding-top:100px;position:relative;}@media print {.triangle-commercial .section4 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.triangle-commercial .section4:after {content:"4";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.triangle-commercial .section4:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.triangle-commercial .section5 {padding-top:120px;position:relative;}.triangle-commercial .section5:after {content:"5";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.triangle-commercial .section5:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.triangle-commercial .section5 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.triangle-commercial .section5 .content__text {margin-left:100px;}.triangle-commercial .section5 .content__text p {max-width:480px;}.triangle-commercial .section6 {padding-top:100px;position:relative;background:#fcfcfc;}.triangle-commercial .section6:after {content:"6";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.triangle-commercial .section6:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.triangle-commercial .section6 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.triangle-commercial .section7 {padding-top:100px;position:relative;}.triangle-commercial .section7:after {content:"7";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.triangle-commercial .section7:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.triangle-commercial .section7 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.triangle-commercial .section7__bg {position:absolute;background:#fcfcfc;top:60px;left:0;right:0;width:100%;height:66%;display:block;margin:auto;}@media print {.triangle-commercial .section7__bg {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.triangle-commercial .section8 {padding-top:60px;position:relative;background:#fcfcfc;}.triangle-commercial .section8:after {content:"8";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.triangle-commercial .section8:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.triangle-commercial .section8 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.triangle-commercial .section9 {padding-top:200px;position:relative;}.triangle-commercial .section9:after {content:"9";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.triangle-commercial .section9:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.triangle-commercial .section9 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.triangle-commercial .section10 {padding-top:250px;position:relative;}.triangle-commercial .section10:after {content:"10";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.triangle-commercial .section10:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.triangle-commercial .section10 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.triangle-commercial .content__text .h4 {margin-bottom:30px;}.argo-commercial {background:transparent;}.argo-commercial .no-gutters {margin-left:-15px;margin-right:-15px;}@media (max-width:1200px) {.argo-commercial .no-gutters {margin-left:0px;margin-right:0px;}}.argo-commercial .img-holder {text-align:center;}.argo-commercial .img-holder.img-holder1 .img-holder__img {max-width:650px;}.argo-commercial .img-holder.img-holder2 .img-holder__img {max-width:650px;}.argo-commercial .img-holder.img-holder3 .img-holder__img {max-width:250px;}.argo-commercial .img-holder.img-holder4 .img-holder__img {max-width:250px;}.argo-commercial .img-holder.img-holder5 .img-holder__img {max-width:250px;}.argo-commercial .img-holder.img-holder6 .img-holder__img {max-width:517px;}.argo-commercial .img-holder.img-holder7 {text-align:right;}.argo-commercial .img-holder.img-holder7 .img-holder__img {max-width:430px;}.argo-commercial .img-holder.img-holder8 {text-align:left;}.argo-commercial .img-holder.img-holder8 .img-holder__img {max-width:430px;}.argo-commercial .img-holder__img {max-width:517px;height:auto;width:100%;margin-bottom:20px;}.argo-commercial .content {padding:10px 0;}.argo-commercial .content__text {margin:20px 0 0 1%;text-align:left;width:100%;}.argo-commercial .content__text.content__textcenter {text-align:center;}.argo-commercial .content__text .h4 {margin-bottom:13px;font-size:28px;font-family:'Raleway-SemiBold', sans-serif;color:#242323;}.argo-commercial .content__text .h6 {font-size:24px;font-family:'Raleway-Semibold', sans-serif;color:#6f6f6f;}.argo-commercial .content__text p {display:block;color:#1a1a1a;}.argo-commercial .content__text .regular-p {font-family:'Raleway-Light', sans-serif;color:#000;}.argo-commercial .content__text .margened-bottom {margin-bottom:40px;}.argo-commercial .float-change {float:right;}.argo-commercial .section-heading__title {font-family:'Roboto-Thin', sans-serif;display:block;font-size:50px;color:#20252e;padding-top:48px;padding-bottom:15px;text-align:center;}@media print {.argo-commercial .section-heading__title {font-size:50px;}}.argo-commercial .container {max-width:1050px;}.argo-commercial .section-printed {min-height:793px;max-height:793px;overflow:hidden;}.argo-commercial .section1 {position:relative;}.argo-commercial .section1:after {content:"1";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.argo-commercial .section1:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.argo-commercial .section1__background {background:#ffffff url(../images/commercial/argo/argo-bg.jpg) center center / cover no-repeat;max-width:1140px;margin:auto;min-height:793px;}@media print {.argo-commercial .section1__background {min-height:793px;max-width:1140px;-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.argo-commercial .section1 .title-holder-colored {vertical-align:top;padding-top:350px;text-align:center;}@media print {.argo-commercial .section1 .title-holder-colored {padding-top:350px;}}.argo-commercial .section1 .title-holder-colored__img {width:100%;max-width:225px;padding-bottom:60px;}@media print {.argo-commercial .section1 .title-holder-colored__img {font-size:50px;padding-bottom:60px;}}.argo-commercial .section1 .title-holder-colored .h1 {font-family:'Futura-Medium', sans-serif;text-transform:uppercase;font-size:85px;letter-spacing:13px;}@media print {.argo-commercial .section1 .title-holder-colored .h1 {font-size:85px;}}.argo-commercial .section2 {padding-top:100px;position:relative;}@media print {.argo-commercial .section2 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.argo-commercial .section2:after {content:"2";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.argo-commercial .section2:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.argo-commercial .section2 .img-holder__img {max-width:700px;}.argo-commercial .section2 .content__text .text-center {text-align:center;}.argo-commercial .section3 {padding-top:100px;position:relative;}@media print {.argo-commercial .section3 {padding-top:100px;-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.argo-commercial .section3:after {content:"3";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.argo-commercial .section3:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.argo-commercial .section3 .content__text {padding-bottom:30px;}.argo-commercial .section4 {padding-top:250px;position:relative;}@media print {.argo-commercial .section4 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.argo-commercial .section4:after {content:"4";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.argo-commercial .section4:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.argo-commercial .section4 .no-gutters {margin-left:-15px;margin-right:-15px;border-bottom:none;overflow:hidden;}.argo-commercial .section4 .content__text {margin:0px 0 30px 0;}@media print {.argo-commercial .section4 .content__text {margin:0px 0 30px 0;}}.argo-commercial .section5 {padding-top:80px;position:relative;}.argo-commercial .section5:after {content:"5";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.argo-commercial .section5:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.argo-commercial .section5 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.argo-commercial .section5 .content__text {padding:0px 0 20px 0;text-align:left;margin:0;}@media print {.argo-commercial .section5 .content__text {padding:0 0 20px 0;}}.argo-commercial .section6 {padding-top:80px;position:relative;}@media print {.argo-commercial .section6 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.argo-commercial .section6:after {content:"6";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.argo-commercial .section6:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.argo-commercial .section7 {padding-top:150px;position:relative;}@media print {.argo-commercial .section7 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.argo-commercial .section7:after {content:"7";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.argo-commercial .section7:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.argo-commercial .section7 .maximum-width {max-width:650px;margin:auto;}.argo-commercial .section7 .content__text {margin-top:110px;}@media print {.argo-commercial .section7 .content__text {margin-top:110px;}}.argo-commercial .section8 {padding-top:250px;position:relative;}.argo-commercial .section8:after {content:"8";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.argo-commercial .section8:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.argo-commercial .section8 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.argo-commercial .section8 .text {text-align:center;}.argo-commercial .section9 {padding-top:80px;position:relative;}.argo-commercial .section9:after {content:"9";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.argo-commercial .section9:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.argo-commercial .section9 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.gymcofee-commercial {background:transparent;}.gymcofee-commercial .float-change {float:right;}.gymcofee-commercial .no-gutters {margin-left:-15px;margin-right:-15px;}.gymcofee-commercial .no-gutters-stable {margin-left:-15px;margin-right:-15px;}.gymcofee-commercial .content {padding:0;}.gymcofee-commercial .content-compressed {max-width:700px;margin:0 auto;text-align:center;}.gymcofee-commercial .content-compressed .content__img {margin:2px;}.gymcofee-commercial .content-compressed .small-p {font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:15px;font-weight:100;}.gymcofee-commercial .content__text {margin:20px 0 0 0;text-align:left;width:100%;}.gymcofee-commercial .content__text.content__textcenter {text-align:center;}.gymcofee-commercial .content__text.content__textnomargin {margin:0;}.gymcofee-commercial .content__text.content__textshort {max-width:700px;text-align:center;padding-top:47px;}.gymcofee-commercial .content__text .font-circle {margin-bottom:20px;}.gymcofee-commercial .content__text .font-circle__holder {margin-top:10px;}.gymcofee-commercial .content__text .font-circle__circle {width:40px;height:40px;border-radius:50%;margin-right:20px;display:inline-block;vertical-align:middle;}.gymcofee-commercial .content__text .font-circle__circle.font-circle__circle1 {background:#29a896;}.gymcofee-commercial .content__text .font-circle__circle.font-circle__circle2 {background:#000000;}.gymcofee-commercial .content__text .font-circle__circle.font-circle__circle3 {background:#f5f5f5;}.gymcofee-commercial .content__text .font-circle__text {display:inline-block;vertical-align:middle;}.gymcofee-commercial .content__text .h4 {font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:36px;font-weight:normal;}.gymcofee-commercial .content__text p {display:block;margin:0 0 5px 0;color:#1a1a1a;}.gymcofee-commercial .content__text .regular-p {font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;font-size:18px;}.gymcofee-commercial .content__text .margened-bottom {margin-bottom:40px;}.gymcofee-commercial .float-change {float:right;}.gymcofee-commercial .img-holder {text-align:center;}.gymcofee-commercial .img-holder.img-holder1 .img-holder__img {max-width:520px;}.gymcofee-commercial .img-holder.img-holder2 {text-align:center;}.gymcofee-commercial .img-holder.img-holder2 .img-holder__img {max-width:615px;}.gymcofee-commercial .img-holder.img-holder3 .img-holder__img {max-width:305px;}.gymcofee-commercial .img-holder.img-holder4 .img-holder__img {max-width:150px;}.gymcofee-commercial .img-holder.img-holder5 .img-holder__img {max-width:150px;}.gymcofee-commercial .img-holder.img-holder6 .img-holder__img {margin-top:30px;max-width:150px;}.gymcofee-commercial .img-holder.img-holder7 .img-holder__img {max-width:600px;margin-left:-30px;}.gymcofee-commercial .img-holder.img-holder8 .img-holder__img {max-width:550px;}.gymcofee-commercial .img-holder.img-holder9 .img-holder__img {max-width:450px;}.gymcofee-commercial .img-holder__img {max-width:517px;height:auto;width:100%;margin-bottom:20px;margin-top:20px;}.gymcofee-commercial .section-heading__title {font-family:'Roboto-Thin', sans-serif;display:block;font-size:50px;color:#20252e;padding-top:48px;padding-bottom:15px;text-align:center;}@media print {.gymcofee-commercial .section-heading__title {font-size:50px;}}.gymcofee-commercial .container {max-width:1050px;}.gymcofee-commercial .section-printed {min-height:793px;max-height:793px;overflow:hidden;}.gymcofee-commercial .section1 {position:relative;}.gymcofee-commercial .section1:after {content:"1";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.gymcofee-commercial .section1:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.gymcofee-commercial .section1__background {background:#fff url("../images/caseGymcofee/bg2.png") center top 150px / contain no-repeat;max-width:1140px;margin:auto;min-height:793px;}@media print {.gymcofee-commercial .section1__background {min-height:793px;max-width:1140px;-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.gymcofee-commercial .section1 .title-holder-colored {vertical-align:top;padding-top:350px;text-align:center;}@media print {.gymcofee-commercial .section1 .title-holder-colored {padding-top:350px;}}.gymcofee-commercial .section1 .title-holder-colored .img-holder {position:absolute;background-color:#000000;height:300px;max-width:300px;top:450px;right:80px;text-align:center;vertical-align:middle;}.gymcofee-commercial .section1 .title-holder-colored .img-holder__img {width:80%;height:auto;position:relative;top:50%;transform:translateY(-50%);}.gymcofee-commercial .section2 {padding-top:150px;position:relative;}@media print {.gymcofee-commercial .section2 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.gymcofee-commercial .section2:after {content:"2";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.gymcofee-commercial .section2:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.gymcofee-commercial .section2 .img-holder__img {margin-top:10px;max-width:500px;}.gymcofee-commercial .section2 .content__text {padding-bottom:60px;}.gymcofee-commercial .section3 {padding-top:130px;position:relative;background:#f5f5f5;}@media print {.gymcofee-commercial .section3 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.gymcofee-commercial .section3:after {content:"3";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.gymcofee-commercial .section3:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.gymcofee-commercial .section4 {padding-top:200px;position:relative;}@media print {.gymcofee-commercial .section4 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.gymcofee-commercial .section4:after {content:"4";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.gymcofee-commercial .section4:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.gymcofee-commercial .section5 {padding-top:140px;position:relative;background:#f5f5f5;}.gymcofee-commercial .section5:after {content:"5";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.gymcofee-commercial .section5:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.gymcofee-commercial .section5 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.gymcofee-commercial .section5 .content__text {text-align:center;}.gymcofee-commercial .section5 .content__text p {text-align:center;}.gymcofee-commercial .section5 .medium-width {max-width:750px;margin:0 auto;}.gymcofee-commercial .section6 {padding-top:100px;position:relative;}.gymcofee-commercial .section6:after {content:"6";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.gymcofee-commercial .section6:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.gymcofee-commercial .section6 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.gymcofee-commercial .section6 .content__textshort {max-width:450px;}.gymcofee-commercial .section6 .img-holder__img {max-width:660px;height:auto;width:100%;}.gymcofee-commercial .section7 {padding-top:100px;position:relative;}.gymcofee-commercial .section7:after {content:"7";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.gymcofee-commercial .section7:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.gymcofee-commercial .section7 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.gymcofee-commercial .section7 .content__textshort {max-width:450px;float:right;}.gymcofee-commercial .section8 {padding-top:100px;position:relative;}.gymcofee-commercial .section8:after {content:"8";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.gymcofee-commercial .section8:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.gymcofee-commercial .section8 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.gymcofee-commercial .section8 .section-colored2 {background:#29a896;margin-top:80px;}.gymcofee-commercial .section8 .section-colored2 .content__textcenter {margin:70px 0 50px 0;text-align:center;}.gymcofee-commercial .section8 .section-colored2 .content__textcenter .h4 {font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;color:#fff;font-size:50px;}.gymcofee-commercial .section8 .section-colored2 .content__textcenter .regular-p {font-family:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;color:#fff;font-size:18px;}@media (max-width:992px) {.gymcofee-commercial .section8 .section-colored2 {margin-top:80px;}}.gymcofee-commercial .section9 {padding-top:100px;position:relative;}.gymcofee-commercial .section9:after {content:"9";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.gymcofee-commercial .section9:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.gymcofee-commercial .section9 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.gymcofee-commercial .section9 .content__text {max-width:350px;}.judgment-commercial {background:transparent;}.judgment-commercial .no-gutters {margin-left:-15px;margin-right:-15px;}@media (max-width:1200px) {.judgment-commercial .no-gutters {margin-left:0px;margin-right:0px;}}.judgment-commercial p {font-family:'Roboto-Light', sans-serif;color:#2b313e;line-height:1.5;font-size:17px;}@media (max-width:992px) {.judgment-commercial p {font-size:17px;}}.judgment-commercial .p-white {color:#fff;}.judgment-commercial .h4 {font-size:35px;font-family:'Roboto-Bold', sans-serif;color:#2b313e;display:inline-block;vertical-align:middle;position:relative;z-index:1;}@media (max-width:992px) {.judgment-commercial .h4 {font-size:35px;}}.judgment-commercial .h4.h4-white {color:#ffffff;}.judgment-commercial .h4.h4-medium {font-family:'Roboto-Medium', sans-serif;}.judgment-commercial .title-text {text-align:center;position:relative;}@media (max-width:768px) {.judgment-commercial .title-text {text-align:center;}}.judgment-commercial .title-text .h4 {padding-bottom:30px;}@media (max-width:992px) {.judgment-commercial .title-text .h4 {padding-bottom:40px;text-align:center;}}@media (max-width:768px) {.judgment-commercial .title-text .h4 {padding-bottom:20px;}}@media (max-width:460px) {.judgment-commercial .title-text .h4 {padding-bottom:15px;}}.judgment-commercial .title-text .number {display:block;content:"";font-size:135px;opacity:0.9;position:absolute;font-size:75px;font-family:'Roboto-Bold', sans-serif;left:0;right:0;margin:auto;bottom:50px;color:#f4f4f6;z-index:0;}.judgment-commercial .float-change {float:right;}.judgment-commercial .img-holder {text-align:center;}@media print {.judgment-commercial .img-holder {text-align:center;}}.judgment-commercial .img-holder__img {max-width:600px;height:auto;width:100%;margin-bottom:20px;}.judgment-commercial .section-heading__title {font-family:'Roboto-Thin', sans-serif;display:block;font-size:50px;color:#20252e;padding-top:48px;padding-bottom:15px;text-align:center;}@media print {.judgment-commercial .section-heading__title {font-size:50px;}}.judgment-commercial .container {max-width:1050px;}.judgment-commercial .section-printed {min-height:793px;max-height:793px;overflow:hidden;page-break-after:always;}@media print {.judgment-commercial .section-printed {page-break-after:always;}}.judgment-commercial .section1 {position:relative;}.judgment-commercial .section1:after {content:"1";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.judgment-commercial .section1:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.judgment-commercial .section1__background {background:#fff url("../images/commercial/judgment/main-bg.jpg") center center / cover no-repeat;max-width:1140px;margin:auto;min-height:793px;}@media print {.judgment-commercial .section1__background {min-height:793px;max-width:1300px;-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.judgment-commercial .section1 .title-holder-colored {vertical-align:top;padding-top:140px;text-align:center;float:right;}@media (max-width:992px) {.judgment-commercial .section1 .title-holder-colored {padding-top:140px;}}.judgment-commercial .section1 .title-holder-colored__img {width:100%;max-width:450px;padding-bottom:70px;margin:auto;}@media (max-width:992px) {.judgment-commercial .section1 .title-holder-colored__img {font-size:42px;padding-bottom:70px;max-width:450px;}}.judgment-commercial .section1 .title-holder-colored .text {max-width:450px;margin:auto;}.judgment-commercial .section2 {padding-top:120px;position:relative;}@media print {.judgment-commercial .section2 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.judgment-commercial .section2:after {content:"2";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.judgment-commercial .section2:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.judgment-commercial .section2 .img-holder__img {max-width:1000px;height:auto;width:100%;margin-bottom:20px;}.judgment-commercial .section3 {padding-top:180px;position:relative;}@media print {.judgment-commercial .section3 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.judgment-commercial .section3:after {content:"3";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.judgment-commercial .section3:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.judgment-commercial .section3 .dark-block {background:#4d5d77 url("../images/caseJudgment/rounded-bg.png") center center / cover no-repeat;border-radius:13px;padding:78px 10% 80px 8%;position:relative;margin-top:60px;margin-bottom:35px;box-shadow:0 8px 65px -7px #dcdcdc;}.judgment-commercial .section3 .dark-block:before {position:absolute;width:96%;content:"";background:url(../images/caseJudgment/rectangle-shadow.png) 100% 100% / contain no-repeat;bottom:-30px;left:0;right:0;margin:auto;height:35px;}@media (max-width:992px) {.judgment-commercial .section3 .dark-block:before {bottom:-30px;}}.judgment-commercial .section3 .number {color:#f4f4f6;bottom:70px;}.judgment-commercial .section4 {padding-top:250px;position:relative;}@media print {.judgment-commercial .section4 {padding-top:250px;-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.judgment-commercial .section4:after {content:"4";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.judgment-commercial .section4:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.judgment-commercial .section4 .no-gutters {margin-left:-15px;margin-right:-15px;}.judgment-commercial .section4 .medium-width {max-width:750px;margin:0 auto;}.judgment-commercial .section4 .title-text .h4 {margin-bottom:50px;}@media (max-width:768px) {.judgment-commercial .section4 .title-text .h4 {margin-bottom:30px;}}.judgment-commercial .section4 .title-text .h4:after {content:"";position:absolute;left:0;right:0;width:100%;height:4px;margin:auto;bottom:0px;background:#528dbd;}.judgment-commercial .section4 .title-text .number {bottom:120px;}.judgment-commercial .section4 .content__text {padding-bottom:30px;}.judgment-commercial .section4 .content__text p {max-width:700px;margin:0 auto;}.judgment-commercial .section4 .box {margin-bottom:0px;text-align:center;}@media (max-width:1200px) {.judgment-commercial .section4 .box {margin-bottom:0px;}}@media (max-width:992px) {.judgment-commercial .section4 .box {margin-bottom:0px;}}@media (max-width:768px) {.judgment-commercial .section4 .box {margin-bottom:0px;}}.judgment-commercial .section4 .box-left {float:left;max-width:126px;}.judgment-commercial .section4 .box-right {float:right;max-width:126px;}@media (max-width:768px) {.judgment-commercial .section4 .box-right {float:none;max-width:none;}}.judgment-commercial .section4 .box__rectangle {margin:25px auto 20px;border-radius:0 20px 0 20px;border:7px solid #000;width:126px;height:126px;}.judgment-commercial .section4 .box__rectangle.box__rectangle--one {border-color:#64aeeb;background:#528dbd;}.judgment-commercial .section4 .box__rectangle.box__rectangle--two {border-color:#43547b;background:#252e43;}.judgment-commercial .section4 .box__rectangle.box__rectangle--three {border-color:#687ea1;background:#4d5d77;}.judgment-commercial .section4 .box__text {text-align:center;color:#2b313e;font-family:'Roboto-Light', sans-serif;text-transform:uppercase;}.judgment-commercial .section4 .box-container {text-align:left;max-width:350px;}@media (max-width:992px) {.judgment-commercial .section4 .box-container {text-align:left;}}.judgment-commercial .section4 .font-judgment-box {padding-top:10px;overflow:hidden;max-width:620px;margin:auto;}.judgment-commercial .section4 .font-judgment-box .box {text-align:left;margin-bottom:20px;}.judgment-commercial .section4 .font-judgment-box .box.box-1 {font-size:36px;margin-bottom:10px;}@media (max-width:1200px) {.judgment-commercial .section4 .font-judgment-box .box.box-1 {font-size:36px;}}.judgment-commercial .section4 .font-judgment-box .box.box-2 {font-size:26px;}@media (max-width:1200px) {.judgment-commercial .section4 .font-judgment-box .box.box-2 {font-size:26px;}}.judgment-commercial .section4 .font-judgment-box .box.box-3 {font-size:18px;}@media (max-width:992px) {.judgment-commercial .section4 .font-judgment-box .box.box-3 {margin-bottom:40px;}}.judgment-commercial .section4 .font-judgment-box .box__text {color:#afafaf;text-transform:uppercase;line-height:1;}.judgment-commercial .section4 .font-judgment-box .box__text.box__text1 {font-family:'Roboto-Bold', sans-serif;}.judgment-commercial .section4 .font-judgment-box .box__text.box__text2 {font-family:'Roboto-Medium', sans-serif;}.judgment-commercial .section4 .font-judgment-box .box__text.box__text3 {font-family:'Roboto-Regular', sans-serif;}.judgment-commercial .section4 .font-judgment-box .box__title {color:#2b313e;line-height:1;display:inline-block;}.judgment-commercial .section4 .font-judgment-box .box__title.box__title1 {font-family:'Roboto-Bold', sans-serif;}.judgment-commercial .section4 .font-judgment-box .box__title.box__title2 {font-family:'Roboto-Medium', sans-serif;}.judgment-commercial .section4 .font-judgment-box .box__title.box__title3 {font-family:'Roboto-Regular', sans-serif;}.judgment-commercial .section5 {padding-top:0px;position:relative;}@media print {.judgment-commercial .section5 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.judgment-commercial .section5:after {content:"5";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.judgment-commercial .section5:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.judgment-commercial .section5__background {background:#fff url("../images/commercial/judgment/big-bg2.jpg") center center / cover no-repeat;max-width:1140px;margin:auto;min-height:793px;padding-top:250px;}@media print {.judgment-commercial .section5__background {min-height:793px;max-width:1300px;-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.judgment-commercial .section5 .no-gutters {margin-left:-15px;margin-right:-15px;border-bottom:none;overflow:hidden;}.judgment-commercial .section5 .title-text {position:relative;text-align:center;max-width:300px;}.judgment-commercial .section5 .title-text .number {color:#51627e;bottom:70px;}.judgment-commercial .section5 .content__text {margin:0px 0 30px 0;}@media print {.judgment-commercial .section5 .content__text {margin:0px 0 30px 0;}}.judgment-commercial .section5 .content__text .h4 {padding-bottom:30px;}.judgment-commercial .section5 .medium-width {max-width:750px;margin:0 auto;}.judgment-commercial .section6 {padding-top:80px;position:relative;}.judgment-commercial .section6:after {content:"6";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.judgment-commercial .section6:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.judgment-commercial .section6 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.judgment-commercial .section6 .img-holder {text-align:center;}@media (max-width:992px) {.judgment-commercial .section6 .img-holder {text-align:center;}}.judgment-commercial .section6 .img-holder__img {max-width:300px;height:auto;width:100%;}.judgment-commercial .section6 .box-pushed {padding-top:170px;}.judgment-commercial .section6 .title-text {margin-bottom:0px;text-align:center;max-width:337px;}.judgment-commercial .section6 .title-text .number {bottom:70px;}.judgment-commercial .section6 .content__text {padding:0px 0 20px 0;text-align:left;}@media print {.judgment-commercial .section6 .content__text {padding:0 0 20px 0;}}.judgment-commercial .section7 {padding-top:100px;position:relative;}@media print {.judgment-commercial .section7 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.judgment-commercial .section7:after {content:"7";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.judgment-commercial .section7:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.judgment-commercial .section7 .title-text .number {bottom:60px;}.judgment-commercial .section7 .img-holder {text-align:center;}.judgment-commercial .section7 .img-holder__img {max-width:800px;height:auto;width:100%;margin-bottom:20px;}@media print {.judgment-commercial .section7 .img-holder__img {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.judgment-commercial .section7 .title-text {margin-bottom:0px;}@media print {.judgment-commercial .section7 .title-text {margin-bottom:0px;}}.judgment-commercial .section7 .content__text {padding:0px 0 15px 0;text-align:center;}@media print {.judgment-commercial .section7 .content__text {padding:0px 0 15px 0;}}.judgment-commercial .section8 {padding-top:220px;position:relative;background:#506078;}.judgment-commercial .section8:after {content:"8";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.judgment-commercial .section8:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.judgment-commercial .section8 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.judgment-commercial .section8 .h4 {padding-bottom:100px;}.judgment-commercial .section8 .text {text-align:center;margin:auto;max-width:650px;}.judgment-commercial .section8 .number {bottom:130px;}.aspyre-commercial {background:transparent;counter-reset:square;}.aspyre-commercial p {font-family:'Open-Sans-SemiBold', sans-serif;color:#7690bf;line-height:1.7;font-size:14px;}@media (max-width:992px) {.aspyre-commercial p {font-size:14px;}}.aspyre-commercial .h4 {font-size:40px;font-family:'Open-Sans-Bold', sans-serif;color:#fff;display:block;vertical-align:middle;text-align:center;}@media (max-width:992px) {.aspyre-commercial .h4 {font-size:40px;}}.aspyre-commercial .h5 {font-size:19px;font-family:'Open-Sans-Regular', sans-serif;color:#ffffff;display:block;vertical-align:middle;text-transform:uppercase;padding-bottom:35px;letter-spacing:0.1em;}@media (max-width:992px) {.aspyre-commercial .h5 {font-size:19px;padding-bottom:25px;}}.aspyre-commercial .title-text {text-align:center;position:relative;}@media (max-width:768px) {.aspyre-commercial .title-text {text-align:center;}}.aspyre-commercial .title-text .h4 {padding-bottom:30px;}@media (max-width:992px) {.aspyre-commercial .title-text .h4 {padding-bottom:40px;text-align:center;width:100%;}}.aspyre-commercial .float-change {float:right;}@media (max-width:768px) {.aspyre-commercial .float-change {float:left;}}.aspyre-commercial .no-gutters {margin-left:-15px;margin-right:-15px;}@media (max-width:1200px) {.aspyre-commercial .no-gutters {margin-left:0;margin-right:0;}}.aspyre-commercial .no-gutters-stable {margin-left:-15px;margin-right:-15px;}.aspyre-commercial .red-square {position:relative;color:#ffffff !important;font-family:'Open-Sans-Regular', sans-serif !important;font-size:16px;}.aspyre-commercial .red-square:before {position:absolute;counter-increment:square;content:"0" counter(square);font-size:16px;font-family:'Open-Sans-Regular', sans-serif;color:#ffffff;width:55px;height:55px;background:#df1835;left:0;right:0;margin:auto;top:-80px;padding-top:15px;box-shadow:-10px 0px 50px 0px rgba(2, 54, 95, 0.4);text-align:center;}@media print {.aspyre-commercial .red-square:before {-webkit-print-color-adjust:exact;print-color-adjust:exact;color:#ffffff !important;text-align:center;padding-top:15px;font-family:'Open-Sans-Regular', sans-serif !important;}}.aspyre-commercial .float-change {float:right;}.aspyre-commercial .img-holder {text-align:center;}.aspyre-commercial .img-holder__img {max-width:517px;height:auto;width:100%;margin-bottom:20px;}.aspyre-commercial .section-heading__title {font-family:'Roboto-Thin', sans-serif;display:block;font-size:50px;color:#20252e;padding-top:48px;padding-bottom:15px;text-align:center;}@media print {.aspyre-commercial .section-heading__title {font-size:50px;}}.aspyre-commercial .container {max-width:1050px;}.aspyre-commercial .section-printed {min-height:793px;max-height:793px;overflow:hidden;}.aspyre-commercial .section1 {position:relative;}.aspyre-commercial .section1:after {content:"1";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.aspyre-commercial .section1:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.aspyre-commercial .section1__background {background:#fff url("../images/commercial/aspyre/main-bg.jpg") center center / cover no-repeat;max-width:1140px;margin:auto;min-height:793px;}@media print {.aspyre-commercial .section1__background {min-height:793px;max-width:1140px;-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.aspyre-commercial .section1 .title-holder-colored {vertical-align:top;padding-top:150px;text-align:center;}.aspyre-commercial .section1 .title-holder-colored__img {width:100%;max-width:400px;padding-bottom:50px;margin:auto;}@media print {.aspyre-commercial .section1 .title-holder-colored__img {padding-bottom:50px;}}.aspyre-commercial .section1 .title-holder-colored__img.title-holder-colored__img1 {max-width:650px;padding-bottom:50px;}.aspyre-commercial .section1 .title-holder-colored__img.title-holder-colored__img2 {max-width:150px;}.aspyre-commercial .section1 .title-holder-colored .h5-green {position:relative;max-width:330px;margin:auto;}.aspyre-commercial .section1 .title-holder-colored .h5-green:before {content:"";position:absolute;width:5px;height:5px;background:#7bb624;left:-23px;top:9px;}.aspyre-commercial .section1 .title-holder-colored .h5-green:after {content:"";position:absolute;width:5px;height:5px;background:#7bb624;right:-23px;top:9px;}.aspyre-commercial .section2 {padding-top:106px;position:relative;background:#ffffff url(../images/commercial/aspyre/section1-bg.jpg) center center / cover no-repeat;}@media print {.aspyre-commercial .section2 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.aspyre-commercial .section2:after {content:"2";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.aspyre-commercial .section2:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.aspyre-commercial .section2 .img-holder {position:relative;}.aspyre-commercial .section2 .img-holder__img {margin-top:80px;max-width:690px;-webkit-filter:drop-shadow(0 0 3px rgba(67, 72, 137, 0.5));filter:drop-shadow(0 0 3px rgba(67, 72, 137, 0.5));margin-bottom:0;}@media print {.aspyre-commercial .section2 .img-holder__img {-webkit-filter:drop-shadow(0 0 3px rgba(67, 72, 137, 0.5));filter:drop-shadow(0 0 3px rgba(67, 72, 137, 0.5));-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.aspyre-commercial .section2 .content__text {text-align:center;}.aspyre-commercial .section3 {padding-top:100px;position:relative;}@media print {.aspyre-commercial .section3 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.aspyre-commercial .section3:after {content:"3";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.aspyre-commercial .section3:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;font-family:'Roboto-Bold', sans-serif;}}.aspyre-commercial .section3 .title-text {position:relative;}.aspyre-commercial .section3 .title-text.title-text--left {text-align:left;}.aspyre-commercial .section3 .content__text {text-align:center;margin:0 0 20px 0;}.aspyre-commercial .section3 .content__text.content__text--smallmargin {margin:0 0 30px 0;}.aspyre-commercial .section3 .content__text .regular-p {margin:auto;max-width:980px;}.aspyre-commercial .section3 .content__text .regular-p.regular-p-left {text-align:left;}.aspyre-commercial .section3 .h5 {position:absolute;width:110px;padding-bottom:0;color:#1b2336;text-align:right;font-size:13px;}@media print {.aspyre-commercial .section3 .h5 {font-size:13px;}}.aspyre-commercial .section3 .h5.h5-top {left:0px;top:10%;}@media print {.aspyre-commercial .section3 .h5.h5-top {font-size:13px;}}.aspyre-commercial .section3 .h5.h5-top:before {content:"";position:absolute;width:41px;height:1px;background:#436384;right:-49px;top:50%;transform:translateY(-50%);}.aspyre-commercial .section3 .h5.h5-middle {left:0px;top:37%;}@media print {.aspyre-commercial .section3 .h5.h5-middle {font-size:13px;}}.aspyre-commercial .section3 .h5.h5-middle:before {content:"";position:absolute;width:41px;height:1px;background:#436384;right:-49px;top:50%;transform:translateY(-50%);}.aspyre-commercial .section3 .h5.h5-bottom {left:0px;bottom:37%;}@media print {.aspyre-commercial .section3 .h5.h5-bottom {font-size:13px;}}.aspyre-commercial .section3 .h5.h5-bottom:before {content:"";position:absolute;width:41px;height:1px;background:#436384;right:-49px;top:50%;transform:translateY(-50%);}.aspyre-commercial .section3 .h4 {color:#1b2336;padding-top:100px;}.aspyre-commercial .section3 .img-holder {text-align:right;position:relative;}.aspyre-commercial .section3 .img-holder__img {max-width:400px;height:auto;width:100%;box-shadow:0 0 51px -6px #959494;margin-bottom:0px;border-radius:8px;}@media print {.aspyre-commercial .section3 .img-holder__img {-webkit-print-color-adjust:exact;print-color-adjust:exact;box-shadow:0 0 51px -6px #959494 !important;}}.aspyre-commercial .section4 {padding-top:100px;position:relative;}@media print {.aspyre-commercial .section4 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.aspyre-commercial .section4:after {content:"4";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.aspyre-commercial .section4:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.aspyre-commercial .section4 .title-text .h4 {color:#1b2336;}.aspyre-commercial .section4 .img-holder__img {max-width:430px;box-shadow:0 0 51px -6px #959494;}@media print {.aspyre-commercial .section4 .img-holder__img {max-width:430px;-webkit-print-color-adjust:exact;print-color-adjust:exact;box-shadow:0 0 51px -6px #959494 !important;}}.aspyre-commercial .section4 .content__text {padding-bottom:30px;}.aspyre-commercial .section4 .content__text p {margin:0 auto;}.aspyre-commercial .section4 .content__text.content__text--center {text-align:center;}.aspyre-commercial .section5 {padding-top:100px;position:relative;background:#fff url("../images/commercial/aspyre/section2-bg.jpg") center center / cover no-repeat;}.aspyre-commercial .section5:after {content:"5";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.aspyre-commercial .section5:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.aspyre-commercial .section5 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.aspyre-commercial .section5 .title-text {position:relative;}.aspyre-commercial .section5 .content__text {margin:0px 0 20px 0;text-align:center;}.aspyre-commercial .section5 .content__text .regular-p {padding-bottom:20px;}.aspyre-commercial .section5 .img-holder {text-align:center;position:relative;}.aspyre-commercial .section5 .img-holder__img {max-width:517px;height:auto;width:100%;margin-bottom:20px;border-radius:8px;}@media print {.aspyre-commercial .section5 .img-holder__img {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.aspyre-commercial .section5 .img-holder__img.img-holder__img2 {max-width:400px;}.aspyre-commercial .section5 .img-holder__img.img-holder__img3 {max-width:400px;}.aspyre-commercial .section5 .medium-width {max-width:750px;margin:0 auto;}.aspyre-commercial .section6 {padding-top:250px;position:relative;}.aspyre-commercial .section6:after {content:"6";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.aspyre-commercial .section6:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.aspyre-commercial .section6 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.aspyre-commercial .section6 .h4 {padding-bottom:60px;color:#1b2336;}.aspyre-commercial .section6 .text {text-align:center;}.spinabifida-commercial {counter-reset:number;background:#f8f9fb;}.spinabifida-commercial p {font-family:'Open-Sans-Regular', sans-serif;color:#8e97ad;line-height:1.87;font-size:12px;}@media (max-width:1200px) {.spinabifida-commercial p {font-size:12px;}}@media (max-width:992px) {.spinabifida-commercial p {font-size:12px;}}@media (max-width:768px) {.spinabifida-commercial p {font-size:12px;}}.spinabifida-commercial .h4 {font-size:32px;font-family:'Open-Sans-Bold', sans-serif;color:#223536;display:inline-block;vertical-align:middle;}@media (max-width:992px) {.spinabifida-commercial .h4 {font-size:30px;}}@media (max-width:768px) {.spinabifida-commercial .h4 {font-size:28px;}}@media (max-width:460px) {.spinabifida-commercial .h4 {font-size:26px;}}.spinabifida-commercial .title-text {text-align:center;position:relative;}@media (max-width:768px) {.spinabifida-commercial .title-text {text-align:center;}}.spinabifida-commercial .title-text .h4 {padding-bottom:30px;}@media (max-width:992px) {.spinabifida-commercial .title-text .h4 {padding-bottom:40px;text-align:center;width:100%;}}@media (max-width:768px) {.spinabifida-commercial .title-text .h4 {padding-bottom:20px;}}@media (max-width:460px) {.spinabifida-commercial .title-text .h4 {padding-bottom:15px;}}.spinabifida-commercial .red-numbers {position:relative;color:#d75a4a;font-size:42px;font-family:'Open-Sans-Bold', sans-serif;}.spinabifida-commercial .red-numbers:after {position:absolute;counter-increment:number;content:"0" counter(number);font-family:'Open-Sans-Bold', sans-serif;color:#d75a4a;font-size:42px;left:0;right:0;margin:auto;top:-60px;text-align:center;}@media print {.spinabifida-commercial .red-numbers:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.spinabifida-commercial .float-change {float:right;}@media (max-width:768px) {.spinabifida-commercial .float-change {float:left;}}.spinabifida-commercial .no-gutters {margin-left:-15px;margin-right:-15px;}@media (max-width:1200px) {.spinabifida-commercial .no-gutters {margin-left:0;margin-right:0;}}.spinabifida-commercial .no-gutters-stable {margin-left:-15px;margin-right:-15px;}.spinabifida-commercial .float-change {float:right;}.spinabifida-commercial .img-holder {text-align:center;}.spinabifida-commercial .img-holder__img {max-width:517px;height:auto;width:100%;margin-bottom:20px;}.spinabifida-commercial .section-heading__title {font-family:'Roboto-Thin', sans-serif;display:block;font-size:50px;color:#20252e;padding-top:48px;padding-bottom:15px;text-align:center;}@media print {.spinabifida-commercial .section-heading__title {font-size:50px;}}.spinabifida-commercial .container {max-width:1050px;}.spinabifida-commercial .section-printed {min-height:793px;max-height:793px;overflow:hidden;}.spinabifida-commercial .section1 {position:relative;}.spinabifida-commercial .section1:after {content:"1";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.spinabifida-commercial .section1:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.spinabifida-commercial .section1__background {background:#ffffff url(../images/commercial/spinabifida/main-bg1.png) top center / 140% 86% no-repeat;max-width:1140px;margin:auto;min-height:793px;}@media print {.spinabifida-commercial .section1__background {min-height:793px;max-width:1140px;-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.spinabifida-commercial .section1 .title-holder-colored {vertical-align:top;padding-top:30px;text-align:center;}.spinabifida-commercial .section1 .title-holder-colored .h1 {font-size:20px;font-family:'Open-Sans-SemiBold', sans-serif;}.spinabifida-commercial .section1 .title-holder-colored .h4 {padding-bottom:20px;}.spinabifida-commercial .section1 .title-holder-colored .text {margin:300px auto 0;max-width:440px;}.spinabifida-commercial .section1 .title-holder-colored .notation-text {font-size:15px;font-family:'Open-Sans-SemiBold', sans-serif;color:#00365f;position:absolute;top:100px;}.spinabifida-commercial .section1 .title-holder-colored .notation-text.notation-text--left {left:14%;}.spinabifida-commercial .section1 .title-holder-colored .notation-text.notation-text--right {right:14%;left:auto;}.spinabifida-commercial .section1 .title-holder-colored__img {width:100%;max-width:80px;padding-bottom:10px;margin:auto;}@media (max-width:992px) {.spinabifida-commercial .section1 .title-holder-colored__img {padding-bottom:10px;max-width:80px;}}.spinabifida-commercial .section2 {padding-top:106px;position:relative;background:#ffffff url(../images/commercial/spinabifida/section1-bg.png) center center / contain no-repeat;}@media print {.spinabifida-commercial .section2 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.spinabifida-commercial .section2:after {content:"2";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.spinabifida-commercial .section2:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.spinabifida-commercial .section2 .img-holder {position:relative;}.spinabifida-commercial .section2 .img-holder__img {margin-top:30px;max-width:1000px;-webkit-filter:drop-shadow(0 0 3px rgba(67, 72, 137, 0.5));filter:drop-shadow(0 0 3px rgba(67, 72, 137, 0.5));margin-bottom:0;}@media print {.spinabifida-commercial .section2 .img-holder__img {-webkit-filter:drop-shadow(0 0 3px rgba(67, 72, 137, 0.5));filter:drop-shadow(0 0 3px rgba(67, 72, 137, 0.5));-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.spinabifida-commercial .section2 .content__text {text-align:center;}.spinabifida-commercial .section3 {padding-top:100px;position:relative;}@media print {.spinabifida-commercial .section3 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.spinabifida-commercial .section3:after {content:"3";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.spinabifida-commercial .section3:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;font-family:'Roboto-Bold', sans-serif;}}.spinabifida-commercial .section3 .colors-fonts {color:#ffffff;font-size:185px;position:relative;}.spinabifida-commercial .section3 .colors-fonts:after {position:absolute;content:"&Fonts";font-family:'Open-Sans-Bold', sans-serif;color:#ffffff;font-size:185px;right:6%;top:160px;line-height:1;text-align:center;}.spinabifida-commercial .section3 .colors-fonts:before {position:absolute;content:"Colors";font-family:'Open-Sans-Bold', sans-serif;color:#ffffff;font-size:185px;left:6%;top:-50px;line-height:1;text-align:center;}.spinabifida-commercial .section3 .no-gutters-top {margin:auto;max-width:810px;}.spinabifida-commercial .section3 .medium-width {max-width:750px;margin:0 auto;}.spinabifida-commercial .section3 .title-text.title-text1 {padding-bottom:80px;}@media (max-width:992px) {.spinabifida-commercial .section3 .title-text.title-text1 {padding-bottom:80px;}}.spinabifida-commercial .section3 .title-text .h3 {font-family:'Open-Sans-Bold', sans-serif;color:#29373a;font-size:50px;display:block;text-align:left;}@media (max-width:992px) {.spinabifida-commercial .section3 .title-text .h3 {font-size:50px;}}.spinabifida-commercial .section3 .title-text .number {font-family:'Open-Sans-Regular', sans-serif;color:#8e97ad;font-size:18px;display:block;text-align:left;}@media (max-width:992px) {.spinabifida-commercial .section3 .title-text .number {font-size:17px;}}.spinabifida-commercial .section3 .content__text {padding-bottom:30px;}.spinabifida-commercial .section3 .content__text p {max-width:700px;margin:0 auto;}.spinabifida-commercial .section3 .short-box-rectangle {max-width:750px;margin:auto;z-index:4;position:relative;}.spinabifida-commercial .section3 .two-boxes-short {max-width:300px;padding-top:90px;}.spinabifida-commercial .section3 .two-texted-short {max-width:380px;float:right;}.spinabifida-commercial .section3 .box {margin-bottom:0px;}.spinabifida-commercial .section3 .box-left {float:left;max-width:126px;}.spinabifida-commercial .section3 .box-right {float:right;max-width:126px;}.spinabifida-commercial .section3 .box__rectangle {margin:25px auto 20px;border-radius:50%;width:92px;height:92px;position:relative;}.spinabifida-commercial .section3 .box__rectangle:before {content:"";width:118px;height:118px;left:-13px;top:-13px;border-radius:50%;position:absolute;border:1px solid #000;}.spinabifida-commercial .section3 .box__rectangle.box__rectangle--one {background:#f08300;box-shadow:0 0 51px -6px #f08300;}.spinabifida-commercial .section3 .box__rectangle.box__rectangle--one:before {border-color:rgba(240, 131, 0, 0.5);}.spinabifida-commercial .section3 .box__rectangle.box__rectangle--two {background:#00365f;box-shadow:0 0 51px -6px #00365f;}.spinabifida-commercial .section3 .box__rectangle.box__rectangle--two:before {border-color:rgba(0, 54, 95, 0.5);}.spinabifida-commercial .section3 .box__text {position:absolute;text-align:center;color:#8e97ad;font-size:18px;font-family:'Open-Sans-Regular', sans-serif;text-transform:uppercase;transform:rotate(270deg);left:0;right:0;margin:auto;}.spinabifida-commercial .section3 .box__text:before {content:"";width:35px;height:1px;top:13px;position:absolute;background:#8e97ad;}.spinabifida-commercial .section3 .box__text.box__text1 {bottom:-120px;}.spinabifida-commercial .section3 .box__text.box__text1:before {right:-38px;}.spinabifida-commercial .section3 .box__text.box__text2 {top:-120px;}.spinabifida-commercial .section3 .box__text.box__text2:before {left:-38px;}.spinabifida-commercial .section3 .box-container {text-align:left;max-width:430px;}.spinabifida-commercial .section3 .font-spinabifida-box {padding-top:30px;overflow:hidden;max-width:620px;margin:auto;}.spinabifida-commercial .section3 .font-spinabifida-box .box {margin-bottom:20px;}.spinabifida-commercial .section3 .font-spinabifida-box .box.box-1 {font-size:22px;}@media (max-width:1200px) {.spinabifida-commercial .section3 .font-spinabifida-box .box.box-1 {font-size:19px;}}.spinabifida-commercial .section3 .font-spinabifida-box .box.box-2 {font-size:18px;}@media (max-width:1200px) {.spinabifida-commercial .section3 .font-spinabifida-box .box.box-2 {font-size:17px;}}.spinabifida-commercial .section3 .font-spinabifida-box .box.box-3 {font-size:18px;}@media (max-width:992px) {.spinabifida-commercial .section3 .font-spinabifida-box .box.box-3 {margin-bottom:17px;}}.spinabifida-commercial .section3 .font-spinabifida-box .box__title {color:#2b313e;line-height:1;display:inline-block;position:relative;padding-left:40px;}.spinabifida-commercial .section3 .font-spinabifida-box .box__title:before {background:#f08300;content:"";width:10px;height:10px;left:0;top:7px;border-radius:50%;position:absolute;}.spinabifida-commercial .section3 .font-spinabifida-box .box__title.box__title1 {font-family:'Open-Sans-Bold', sans-serif;}.spinabifida-commercial .section3 .font-spinabifida-box .box__title.box__title2 {font-family:'Open-Sans-Medium', sans-serif;}.spinabifida-commercial .section3 .font-spinabifida-box .box__title.box__title3 {font-family:'Open-Sans-Regular', sans-serif;}.spinabifida-commercial .section4 {padding-top:100px;position:relative;background:#fff url("../images/commercial/spinabifida/section2-bg.png") center center / contain no-repeat;}@media print {.spinabifida-commercial .section4 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.spinabifida-commercial .section4:after {content:"4";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.spinabifida-commercial .section4:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.spinabifida-commercial .section4 .title-text .h4 {color:#1b2336;}.spinabifida-commercial .section4 .h6 {font-family:'Open-Sans-SemiBold', sans-serif;color:#8e97ad;font-size:16px;padding-bottom:15px;text-align:center;}.spinabifida-commercial .section4 .img-holder__img {max-width:430px;box-shadow:0 0 51px -6px #959494;border-radius:23px;}.spinabifida-commercial .section4 .img-holder__img.img-holder__img1 {max-width:500px;}.spinabifida-commercial .section4 .img-holder__img.img-holder__img2 {max-width:200px;}@media print {.spinabifida-commercial .section4 .img-holder__img {max-width:430px;-webkit-print-color-adjust:exact;print-color-adjust:exact;box-shadow:0 0 51px -6px #959494;}}.spinabifida-commercial .section4 .content__text {padding-bottom:30px;}.spinabifida-commercial .section4 .content__text p {margin:0 auto;}.spinabifida-commercial .section4 .content__text.content__text--center {text-align:center;}.spinabifida-commercial .section5 {padding-top:100px;position:relative;background:#fff url("../images/commercial/spinabifida/section3-bg.png") center center / contain no-repeat;}.spinabifida-commercial .section5:after {content:"5";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.spinabifida-commercial .section5:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.spinabifida-commercial .section5 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.spinabifida-commercial .section5 .title-text {position:relative;}.spinabifida-commercial .section5 .content__text {margin:0px 0 20px 0;text-align:center;}.spinabifida-commercial .section5 .content__text .regular-p {padding-bottom:20px;}.spinabifida-commercial .section5 .img-holder {text-align:center;position:relative;}.spinabifida-commercial .section5 .img-holder__img {max-width:630px;height:auto;width:100%;margin-bottom:20px;border-radius:8px;}@media print {.spinabifida-commercial .section5 .img-holder__img {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.spinabifida-commercial .section5 .img-holder__img.img-holder__img2 {max-width:400px;}.spinabifida-commercial .section5 .img-holder__img.img-holder__img3 {max-width:400px;}.spinabifida-commercial .section5 .medium-width {max-width:750px;margin:0 auto;}.spinabifida-commercial .section6 {padding-top:250px;position:relative;}.spinabifida-commercial .section6:after {content:"6";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.spinabifida-commercial .section6:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.spinabifida-commercial .section6 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.spinabifida-commercial .section6 .h4 {padding-bottom:60px;color:#1b2336;}.spinabifida-commercial .section6 .text {text-align:center;margin:auto;max-width:750px;}.digigrow2-commercial {counter-reset:count;}.digigrow2-commercial p {font-family:'Roboto-Light', sans-serif;color:#627882;line-height:1.87;font-size:15px;}@media (max-width:992px) {.digigrow2-commercial p {font-size:15px;}}.digigrow2-commercial p-green {color:#89aca2;}.digigrow2-commercial .h4 {font-size:35px;font-family:'Swiss-BT', sans-serif;color:#192b33;display:inline-block;vertical-align:middle;}@media (max-width:992px) {.digigrow2-commercial .h4 {font-size:35px;}}.digigrow2-commercial .h4.h4--white {color:#fff;}.digigrow2-commercial .title-text {text-align:left;position:relative;}.digigrow2-commercial .title-text .h4 {padding-bottom:20px;}@media (max-width:992px) {.digigrow2-commercial .title-text .h4 {padding-bottom:20px;}}.digigrow2-commercial .line-bg-holder {position:relative;min-height:793px;}.digigrow2-commercial .line-bg {position:absolute;content:"";width:4px;height:100%;left:8.5%;top:0;z-index:2;}.digigrow2-commercial .line-bg.line-bg--one {background:#2a424d;background:-moz-linear-gradient(top, #2a424d 0%, #b8d6cd 100%);background:-webkit-gradient(left top, left bottom, color-stop(0%, #2a424d), color-stop(100%, #b8d6cd));background:-webkit-linear-gradient(top, #2a424d 0%, #b8d6cd 100%);background:-o-linear-gradient(top, #2a424d 0%, #b8d6cd 100%);background:-ms-linear-gradient(top, #2a424d 0%, #b8d6cd 100%);background:linear-gradient(to bottom, #2a424d 0%, #b8d6cd 100%);}.digigrow2-commercial .line-bg.line-bg--two {background:#c8e6dd;background:-moz-linear-gradient(top, #c8e6dd 0%, #bbd8cf 100%);background:-webkit-gradient(left top, left bottom, color-stop(0%, #c8e6dd), color-stop(100%, #bbd8cf));background:-webkit-linear-gradient(top, #c8e6dd 0%, #bbd8cf 100%);background:-o-linear-gradient(top, #c8e6dd 0%, #bbd8cf 100%);background:-ms-linear-gradient(top, #c8e6dd 0%, #bbd8cf 100%);background:linear-gradient(to bottom, #c8e6dd 0%, #bbd8cf 100%);}.digigrow2-commercial .line-bg.line-bg--three {background:#bbd8cf;background:-moz-linear-gradient(top, #bbd8cf 0%, #273a48 100%);background:-webkit-gradient(left top, left bottom, color-stop(0%, #bbd8cf), color-stop(100%, #273a48));background:-webkit-linear-gradient(top, #bbd8cf 0%, #273a48 100%);background:-o-linear-gradient(top, #bbd8cf 0%, #273a48 100%);background:-ms-linear-gradient(top, #bbd8cf 0%, #273a48 100%);background:linear-gradient(to bottom, #bbd8cf 0%, #273a48 100%);}.digigrow2-commercial .line-bg.line-bg--four {background:#263a4a;background:-moz-linear-gradient(top, #263a4a 0%, #b6d3cb 100%);background:-webkit-gradient(left top, left bottom, color-stop(0%, #263a4a), color-stop(100%, #b6d3cb));background:-webkit-linear-gradient(top, #263a4a 0%, #b6d3cb 100%);background:-o-linear-gradient(top, #263a4a 0%, #b6d3cb 100%);background:-ms-linear-gradient(top, #263a4a 0%, #b6d3cb 100%);background:linear-gradient(to bottom, #263a4a 0%, #b6d3cb 100%);}.digigrow2-commercial .line-bg.line-bg--five {background:#b9d7ce;background:-moz-linear-gradient(top, #b9d7ce 0%, #233645 100%);background:-webkit-gradient(left top, left bottom, color-stop(0%, #b9d7ce), color-stop(100%, #233645));background:-webkit-linear-gradient(top, #b9d7ce 0%, #233645 100%);background:-o-linear-gradient(top, #b9d7ce 0%, #233645 100%);background:-ms-linear-gradient(top, #b9d7ce 0%, #233645 100%);background:linear-gradient(to bottom, #b9d7ce 0%, #233645 100%);}.digigrow2-commercial .line-bg.line-bg--six {height:260px;background:#233645;}.digigrow2-commercial .round-circle {width:8px;height:8px;background:#fff;border:7px solid #2a434e;border-radius:50%;padding:4px;position:absolute;left:-9px;box-shadow:0 0 30px -1px #18262c;}.digigrow2-commercial .round-circle.round-circle--white {background:#2a434e;border:7px solid #ccebe1;}.digigrow2-commercial .round-circle.round-circle--two {top:110px;}.digigrow2-commercial .round-circle.round-circle--three {top:170px;}.digigrow2-commercial .round-circle.round-circle--four {top:260px;}.digigrow2-commercial .round-circle.round-circle--five {top:110px;}.digigrow2-commercial .round-circle.round-circle--six {top:260px;}.digigrow2-commercial .text-number {transform:rotate(270deg);width:300px;height:20px;color:#627882;position:absolute;left:-115px;text-align:right;display:block;}.digigrow2-commercial .text-number.text-number--one {top:145px;}.digigrow2-commercial .text-number.text-number--two {top:255px;}.digigrow2-commercial .text-number.text-number--three {top:315px;}.digigrow2-commercial .text-number.text-number--four {top:405px;}.digigrow2-commercial .text-number.text-number--five {top:255px;}.digigrow2-commercial .text-number.text-number--six {top:405px;}.digigrow2-commercial .text-number.text-number--white {color:#89aca2;}.digigrow2-commercial .text-number.text-number--white .text-number__item {color:#fff;}.digigrow2-commercial .text-number.text-number--white .text-number__item:after {color:#fff;}.digigrow2-commercial .text-number__item {padding-right:42px;position:relative;color:#2a434e;font-size:24px;font-family:'Swiss-BT-Bold', sans-serif;}.digigrow2-commercial .text-number__item:after {position:absolute;counter-increment:count;content:"0" counter(count);font-size:24px;font-family:'Swiss-BT-Bold', sans-serif;color:#2a434e;right:-4px;top:1px;line-height:1;transform:rotate(90deg);}.digigrow2-commercial .no-gutters {margin-left:-15px;margin-right:-15px;}.digigrow2-commercial .no-gutters-stable {margin-left:-15px;margin-right:-15px;}.digigrow2-commercial .float-change {float:right;}.digigrow2-commercial .img-holder {text-align:center;}.digigrow2-commercial .img-holder__img {max-width:517px;height:auto;width:100%;margin-bottom:20px;}.digigrow2-commercial .section-heading__title {font-family:'Roboto-Thin', sans-serif;display:block;font-size:50px;color:#20252e;padding-top:48px;padding-bottom:15px;text-align:center;}@media print {.digigrow2-commercial .section-heading__title {font-size:50px;}}.digigrow2-commercial .container {max-width:1050px;}.digigrow2-commercial .section-printed {min-height:793px;max-height:793px;overflow:hidden;}.digigrow2-commercial .padding-commercial {padding-top:100px;}.digigrow2-commercial .padding-commercial.padding-commercial-4 {padding-top:250px;}.digigrow2-commercial .padding-commercial.padding-commercial-4 {padding-top:250px;}.digigrow2-commercial .padding-commercial.padding-commercial-5 {padding-top:250px;}.digigrow2-commercial .section1 {position:relative;}.digigrow2-commercial .section1:after {content:"1";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.digigrow2-commercial .section1:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.digigrow2-commercial .section1__background {background:url("../images/commercial/digigrow2/main-bg.jpg") center center / cover no-repeat;max-width:1140px;margin:auto;min-height:793px;}@media print {.digigrow2-commercial .section1__background {min-height:793px;max-width:1140px;-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.digigrow2-commercial .section1 .title-holder-colored {vertical-align:top;padding-top:0px;text-align:center;}@media print {.digigrow2-commercial .section1 .title-holder-colored {padding-top:0px;}}.digigrow2-commercial .section1 .title-holder-colored .notation-text-holder {padding:140px 0 120px 0;}@media (max-width:992px) {.digigrow2-commercial .section1 .title-holder-colored .notation-text-holder {padding:140px 0 80px 0;}}@media (max-width:768px) {.digigrow2-commercial .section1 .title-holder-colored .notation-text-holder {padding:140px 0 40px 0;}}.digigrow2-commercial .section1 .title-holder-colored .notation-text {color:#365268;font-family:'Swiss-BT', sans-serif;font-size:20px;}@media (max-width:992px) {.digigrow2-commercial .section1 .title-holder-colored .notation-text {font-size:20px;}}.digigrow2-commercial .section1 .title-holder-colored .notation-text.notation-text--left {float:left;}.digigrow2-commercial .section1 .title-holder-colored .notation-text.notation-text--right {float:right;}.digigrow2-commercial .section1 .title-holder-colored .h1 {color:#365268;font-size:8.5VW;font-family:'Swiss-BT-Bold', sans-serif;letter-spacing:0.25em;text-transform:uppercase;text-align:center;}@media (max-width:992px) {.digigrow2-commercial .section1 .title-holder-colored .h1 {text-align:center;}}.digigrow2-commercial .section2 {padding-top:100px;position:relative;}@media print {.digigrow2-commercial .section2 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.digigrow2-commercial .section2:after {content:"2";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.digigrow2-commercial .section2:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.digigrow2-commercial .section2 .img-holder__img {margin-top:70px;max-width:830px;-webkit-filter:drop-shadow(0 0 3px rgba(67, 72, 137, 0.5));filter:drop-shadow(0 0 3px rgba(67, 72, 137, 0.5));}@media print {.digigrow2-commercial .section2 .img-holder__img {-webkit-filter:drop-shadow(0 0 3px rgba(67, 72, 137, 0.5));filter:drop-shadow(0 0 3px rgba(67, 72, 137, 0.5));-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.digigrow2-commercial .section2 .content__text {text-align:left;}.digigrow2-commercial .section3 {position:relative;background:#263b4b;}@media print {.digigrow2-commercial .section3 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.digigrow2-commercial .section3:after {content:"3";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.digigrow2-commercial .section3:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.digigrow2-commercial .section3 .title-text {position:relative;}.digigrow2-commercial .section3 .title-text.title-text--left {text-align:left;}.digigrow2-commercial .section3 .content__text {margin:0 0 20px 0;}.digigrow2-commercial .section3 .content__text.content__text--smallmargin {margin:0 0 30px 0;}.digigrow2-commercial .section3 .content__text .regular-p {margin:auto;max-width:980px;}.digigrow2-commercial .section3 .content__text .regular-p.regular-p-left {text-align:left;}.digigrow2-commercial .section3 .img-holder {text-align:left;text-align:center;}.digigrow2-commercial .section3 .img-holder__img {max-width:450px;height:auto;width:100%;box-shadow:0 0 51px -6px #959494;margin-bottom:0px;border-radius:8px;}@media print {.digigrow2-commercial .section3 .img-holder__img {-webkit-print-color-adjust:exact;print-color-adjust:exact;box-shadow:0 0 51px -6px #959494 !important;}}.digigrow2-commercial .section4 {position:relative;background:#263b4b;}@media print {.digigrow2-commercial .section4 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.digigrow2-commercial .section4:after {content:"4";position:absolute;width:80px;height:80px;color:#20252b;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.digigrow2-commercial .section4:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.digigrow2-commercial .section4 .title-text .h4 {color:#ffffff;}.digigrow2-commercial .section4 .content__text {padding-bottom:30px;}.digigrow2-commercial .section4 .content__text p {max-width:700px;margin:0 auto;}.digigrow2-commercial .section4 .box {margin-bottom:65px;}@media (max-width:1200px) {.digigrow2-commercial .section4 .box {margin-bottom:40px;}}@media (max-width:992px) {.digigrow2-commercial .section4 .box {margin-bottom:30px;}}.digigrow2-commercial .section4 .box-left {float:left;width:100%;max-width:236px;}.digigrow2-commercial .section4 .box-right {float:right;width:100%;max-width:236px;}.digigrow2-commercial .section4 .box__rectangle {margin:20px auto 38px;max-width:236px;width:100%;height:169px;border-radius:20px;}.digigrow2-commercial .section4 .box__rectangle.box__rectangle--one {background:#50bc9b;}.digigrow2-commercial .section4 .box__rectangle.box__rectangle--two {background:#ffffff;}.digigrow2-commercial .section4 .box__rectangle.box__rectangle--three {background:#242121;}.digigrow2-commercial .section4 .box__rectangle.box__rectangle--four {background:#96d7c3;}.digigrow2-commercial .section4 .box__text {text-align:center;color:#fbf9ec;font-family:'Roboto-Regular', sans-serif;font-size:23px;}.digigrow2-commercial .section4 .box .description {text-align:left;}.digigrow2-commercial .section4 .box .description__item1 {color:#89aca2;font-family:'Roboto-Light', sans-serif;font-size:16px;padding-right:25px;text-transform:uppercase;}@media (max-width:992px) {.digigrow2-commercial .section4 .box .description__item1 {font-size:16px;}}.digigrow2-commercial .section4 .box .description__item2 {color:#ffffff;font-family:'Roboto-Bold', sans-serif;font-size:16px;}@media (max-width:992px) {.digigrow2-commercial .section4 .box .description__item2 {font-size:16px;}}.digigrow2-commercial .section4 .font-digigrow-box {padding-top:10px;overflow:hidden;max-width:620px;margin:auto;}.digigrow2-commercial .section4 .font-digigrow-box .box {margin-bottom:20px;}.digigrow2-commercial .section4 .font-digigrow-box .box__text {text-align:left;line-height:1.2;}@media (max-width:992px) {.digigrow2-commercial .section4 .font-digigrow-box .box__text {font-size:20px;}}.digigrow2-commercial .section4 .font-digigrow-box .box__text.box__text1 {font-family:'Swiss-BT', sans-serif;font-size:30px;display:block;}.digigrow2-commercial .section4 .font-digigrow-box .box__text.box__text2 {font-family:'Roboto-Light', sans-serif;color:#89aca2;font-size:17px;display:block;padding-bottom:10px;}.digigrow2-commercial .section4 .font-digigrow-box .box__title {text-align:left;color:#fff;font-family:'Swiss-BT', sans-serif;line-height:1;}.digigrow2-commercial .section4 .font-digigrow-box .box__title.box__title1 {font-size:151px;padding-bottom:6px;}@media (max-width:768px) {.digigrow2-commercial .section4 .font-digigrow-box .box__title.box__title1 {font-size:100px;}}.digigrow2-commercial .section4 .font-digigrow-box .box__title.box__title2 {font-size:39px;padding-bottom:25px;}@media (max-width:768px) {.digigrow2-commercial .section4 .font-digigrow-box .box__title.box__title2 {font-size:39px;}}.digigrow2-commercial .section5 {position:relative;background:#263b4b;background:#263b4b url("../images/commercial/digigrow2/section3-bg.png") center center / auto no-repeat;}.digigrow2-commercial .section5:after {content:"5";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;color:#20252b;}@media print {.digigrow2-commercial .section5:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.digigrow2-commercial .section5 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.digigrow2-commercial .section5 .no-gutters-top {margin-left:-15px;margin-right:-15px;overflow:hidden;}.digigrow2-commercial .section5 .title-text {position:relative;text-align:left;margin-right:-15px;}.digigrow2-commercial .section5 .content__text {margin:0px 0 20px 0;}.digigrow2-commercial .section5 .content__text .regular-p {padding-bottom:20px;}.digigrow2-commercial .section5 .img-holder {text-align:left;position:relative;}.digigrow2-commercial .section5 .img-holder.img-holder--center {text-align:center;}.digigrow2-commercial .section5 .img-holder__img {max-width:517px;height:auto;width:100%;box-shadow:0 0 51px -6px #959494;margin-bottom:20px;border-radius:8px;}@media print {.digigrow2-commercial .section5 .img-holder__img {-webkit-print-color-adjust:exact;print-color-adjust:exact;box-shadow:0 0 51px -6px #959494 !important;}}.digigrow2-commercial .section5 .img-holder__img.img-holder__img1 {text-align:center;max-width:330px;box-shadow:0 0 51px -6px #959494;}.digigrow2-commercial .section5 .img-holder__img.img-holder__img2 {max-width:350px;box-shadow:0 0 51px -6px #959494;position:absolute;top:100px;left:200px;}.digigrow2-commercial .section5 .img-holder__img.img-holder__img3 {max-width:350px;box-shadow:0 0 51px -6px #959494;}.digigrow2-commercial .section5 .medium-width {max-width:750px;margin:0 auto;}.digigrow2-commercial .section6 {background:#263b4b;position:relative;background:#263b4b url(../images/caseDigigrow2/section4-bg.png) bottom center / contain no-repeat;}.digigrow2-commercial .section6:after {content:"6";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;color:#20252b;}@media print {.digigrow2-commercial .section6:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.digigrow2-commercial .section6 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.digigrow2-commercial .section6 .h4 {padding-bottom:60px;}.digigrow2-commercial .section6 .text {text-align:center;}.digigrow2-commercial .section6 .img-holder__img1.img-holder__img1 {text-align:center;max-width:288px;border-radius:22px;}.digigrow2-commercial .section7 {position:relative;}.digigrow2-commercial .section7:after {content:"7";position:absolute;width:80px;height:80px;bottom:0%;right:0%;font-size:35px;font-family:'Roboto-Bold', sans-serif;margin:auto;text-align:center;}@media print {.digigrow2-commercial .section7:after {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}@media print {.digigrow2-commercial .section7 {-webkit-print-color-adjust:exact;print-color-adjust:exact;}}.digigrow2-commercial .section7 .h4 {padding-bottom:60px;}.digigrow2-commercial .section7 .text {text-align:left;}.cookie-page .main-title {background:#fff;width:100%;-webkit-box-shadow:inset 0px 12px 26px -15px rgba(0, 0, 0, 0.57);-moz-box-shadow:inset 0px 12px 26px -15px rgba(0, 0, 0, 0.57);box-shadow:inset 0px 12px 26px -15px rgba(0, 0, 0, 0.57);margin-bottom:0;}.cookie-page .main-title__container {height:226px;}.cookie-page .title-holder .h1 {font-family:"Raleway-Regular", sans-serif;font-size:36px;}@media (max-width:1200px) {.cookie-page .title-holder .h1 {font-size:33px;}}@media (max-width:992px) {.cookie-page .title-holder .h1 {font-size:30px;}}@media (max-width:768px) {.cookie-page .title-holder .h1 {font-size:28px;}}.cookie-page .title-holder .h4 {font-family:"Raleway-Regular", sans-serif;font-size:22px;display:block;margin-top:10px;}.cookie-page .button {text-align:center;}.cookie-page .button__linksection {display:inline-block;text-align:center;background:transparent;border-radius:9px;color:#ff3131;color:#e95646;border:2px solid #e95646;width:100%;max-width:226px;padding:12px 10px 12px 10px;font-size:14px;font-family:"Raleway-Regular", sans-serif;}.cookie-page .button__linksection:hover {background:#e95646;color:#fff;}.cookie-page .section-sample {padding:77px 0;text-align:left;}@media (max-width:768px) {.cookie-page .section-sample {text-align:center;padding:50px 0;}}.cookie-page .section-sample .text .h4 {color:#000000;font-size:36px;font-family:"Raleway-SemiBold", sans-serif;display:block;margin-top:10px;text-align:center;margin-bottom:48px;}@media (max-width:992px) {.cookie-page .section-sample .text .h4 {margin-bottom:30px;font-size:30px;}}@media (max-width:768px) {.cookie-page .section-sample .text .h4 {margin-bottom:30px;font-size:24px;}}.cookie-page .section-sample .text p {color:#000;font-size:20px;font-family:"Raleway-Light", sans-serif;}@media (max-width:992px) {.cookie-page .section-sample .text p {font-size:17px;}}@media (max-width:768px) {.cookie-page .section-sample .text p {font-size:15px;}}.cookie-page .section-sample.section-sample1 {padding:0 0 77px 0;}@media (max-width:768px) {.cookie-page .section-sample.section-sample1 {padding:0 0 50px 0;}}.cookie-page .section-sample.section-sample1 .text {padding-top:77px;border-top:1px solid #e8e8e8;}@media (max-width:768px) {.cookie-page .section-sample.section-sample1 .text {padding-top:50px;}}.cookie-page .section-sample.section-sample2 {background:#ebeae9;}.cookie-page .section-sample.section-sample2 .h4 {color:#e95646;margin-bottom:70px;}@media (max-width:768px) {.cookie-page .section-sample.section-sample2 .h4 {margin-bottom:34px;}}.cookie-page .section-sample.section-sample3 .button {text-align:center;margin-top:80px;}@media (max-width:992px) {.cookie-page .section-sample.section-sample3 .button {margin-top:40px;}}@media (max-width:768px) {.cookie-page .section-sample.section-sample3 .button {margin-top:20px;}}.selection-project .block {text-align:center;padding-top:47px;}.selection-project .block h3 {color:#000000;margin-bottom:25px;}.selection-project .block input {padding-left:15px;margin:30px auto 0px;border-radius:10px;display:block;width:420px;max-width:100%;height:40px;color:#969696;border:1px solid #EA5547;}.selection-project .block input:active :hover,.selection-project .block :focus {outline:0;outline-offset:0;}.selection-project .block i {color:#EA5547;font-size:21px;}.selection-project .block .type {margin-top:20px;}.selection-project .block button {padding:9px 30px;text-transform:capitalize;margin-top:30px;}.selection-project .project-block-scoreboard {right:-300px;width:300px;position:fixed;top:0px;}.selection-project .project-block-scoreboard .icon {width:20px;height:20px;background-color:red;}.selection-project .note p {text-align:justify;width:480px;max-width:100%;display:block;margin:auto;margin-bottom:20px;}@media (max-width:544px) {.selection-project .note p {text-align:left;}}.selection-project .note .tel {color:#EA5547;text-align:center;margin-bottom:-15px;}.selection-project .project-block-bg {background-color:#EA5547;opacity:0.1;}.selection-project .block-bg {z-index:30000;position:absolute;top:0px;background-color:#EA5547;opacity:0;width:100%;height:100%;display:none;transition-property:opacity;transition-duration:1s;transition-timing-function:ease-in-out;}.selection-project .block-bg.block-bg-active {opacity:0.9;}.selection-project .scoreboard {z-index:30001;padding:20px;right:-600px;overflow:auto;width:600px;height:100%;position:fixed;-webkit-transition-duration:1s;-moz-transition-duration:1s;-o-transition-duration:1s;transition-duration:1s;top:0px;}.selection-project .scoreboard .icon {cursor:pointer;width:30px;top:4px;height:30px;right:5px;position:absolute;}.selection-project .scoreboard .icon img {width:100%;}.selection-project .scoreboard label.error {display:block;position:absolute;width:100%;left:0px;}.selection-project .scoreboard-active {padding:20px;max-width:100%;box-sizing:border-box;background-color:#fff;position:fixed;top:0px;right:0;-webkit-transition-duration:1s;-moz-transition-duration:1s;-o-transition-duration:1s;transition-duration:1s;}.selection-project .project-bg-out {z-index:-300;position:absolute;width:100%;height:100%;background-color:#EA5547;opacity:0.0;transition-property:opacity, z-index;transition-duration:1s;transition-timing-function:ease-in-out, ease, linear;}.selection-project .project-scoreboard-out {width:300px;background-color:#fff;position:fixed;top:0px;right:-300;z-index:300;height:100%;-webkit-transition-duration:1s;-moz-transition-duration:1s;-o-transition-duration:1s;transition-duration:1s;}.page-404 {box-shadow:inset 3px 23px 20px -15px rgba(0, 0, 0, 0.57);}.page-404 .error {margin:170px 0 190px 0;text-align:center;}@media (max-width:1200px) {.page-404 .error {margin:150px 0;}}@media (max-width:992px) {.page-404 .error {margin:130px 0;}}@media (max-width:768px) {.page-404 .error {margin:115px 0;}}.page-404 .error__h1 {display:block;margin-bottom:55px;font-size:270px;font-family:'Roboto-Regular', sans-serif;color:#242c36;text-transform:uppercase;line-height:0.8;}@media (max-width:1200px) {.page-404 .error__h1 {font-size:230px;}}@media (max-width:992px) {.page-404 .error__h1 {font-size:200px;}}@media (max-width:768px) {.page-404 .error__h1 {font-size:160px;}}@media (max-width:460px) {.page-404 .error__h1 {font-size:100px;}}.page-404 .error__h5 {margin-bottom:60px;font-size:40px;font-family:'Raleway-Regular', sans-serif;color:#242c36;line-height:1.2;}@media (max-width:1200px) {.page-404 .error__h5 {font-size:38px;}}@media (max-width:992px) {.page-404 .error__h5 {font-size:32px;}}@media (max-width:768px) {.page-404 .error__h5 {font-size:25px;}}@media (max-width:460px) {.page-404 .error__h5 {font-size:20px;}}.page-404 .error .button .button__link {border:none;display:inline-block;box-sizing:border-box;text-decoration:none;padding:10px 5px;color:#fff;background:#e95646;transition:all .3s;border-radius:8px;width:100%;font-size:16px;max-width:225px;font-family:"Raleway-Medium", sans-serif;}.page-404 .error .button .button__link:hover {color:#fff;background:#e95646;}.cookie {display:block;height:auto;position:fixed;top:auto;bottom:0px;background:#f8f8f8;padding:5px 5px;border-top:1px solid #fcfcfc;z-index:1000;margin:auto;left:0;right:0;}.cookie .icon {text-align:left;width:1155px;margin:auto;padding-left:26px;padding-right:76px;position:relative;max-width:100%;}.cookie .icon .cookie-link {color:#e95646;text-decoration:underline;white-space:nowrap;}.cookie .icon .cookie-link:hover,.cookie .icon .cookie-link:active {color:#e95646;text-decoration:underline;}.cookie .cookie-container {max-width:1155px;margin:auto;}.cookie .image {padding:0px;margin:0px;width:24px;display:block;float:left;}.cookie .text {width:auto;float:left;font-size:13px;color:#000;}@media (max-width:992px) {.cookie .text {font-size:12px;}}@media (max-width:768px) {.cookie .text {font-size:11px;}}@media (max-width:460px) {.cookie .text {font-size:10px;}}.cookie .button {float:right;text-align:center;display:inline-block;}.cookie .button .button__link {border:none;display:inline-block;box-sizing:border-box;text-decoration:none;padding:7px 12px;color:#fff;background:#e95646;transition:all .3s;border-radius:8px;font-size:12px;font-family:"Raleway-Medium", sans-serif;}.cookie .button .button__link:hover {color:#fff;background:#e95646;}