/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/.not-animated{opacity:0}.animated{opacity:1;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.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)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@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)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{11.1%{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.39062deg) skewY(.39062deg);transform:skewX(.39062deg) skewY(.39062deg)}88.8%{-webkit-transform:skewX(-.19531deg) skewY(-.19531deg);transform:skewX(-.19531deg) skewY(-.19531deg)}to{-webkit-transform:none;transform:none}}@keyframes jello{11.1%{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.39062deg) skewY(.39062deg);transform:skewX(.39062deg) skewY(.39062deg)}88.8%{-webkit-transform:skewX(-.19531deg) skewY(-.19531deg);transform:skewX(-.19531deg) skewY(-.19531deg)}to{-webkit-transform:none;transform:none}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-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);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-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);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-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;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}to{-webkit-transform:none;transform:none;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%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) 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;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;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(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;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(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;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(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;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}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-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;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}to{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}to{-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;transform-origin:right bottom;opacity:1}to{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{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%,80%{-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;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{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%,80%{-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;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}:root{--bs-#000:(base:#212121,light1:rgba(33,33,33,.75),light2:rgba(33,33,33,.5),light3:rgba(33,33,33,.25));--bs-#a9a9a9:(base:#666,light1:hsla(0,0%,40%,.75),light2:hsla(0,0%,40%,.5),light3:hsla(0,0%,40%,.25));--bs-orange:(base:#008656,light1:rgba(0,134,86,.75),light2:rgba(0,134,86,.5),light3:rgba(0,134,86,.25));--bs-#40e0d0:(base:#add7c7,light1:rgba(173,215,199,.75),light2:rgba(173,215,199,.5),light3:rgba(173,215,199,.25));--bs-#d3d3d3:(base:#ededed,light1:hsla(0,0%,93%,.75),light2:hsla(0,0%,93%,.5),light3:hsla(0,0%,93%,.25));--bs-lightergray:(base:#f5f5f5,light1:hsla(0,0%,96%,.75),light2:hsla(0,0%,96%,.5),light3:hsla(0,0%,96%,.25));--bs-primary:#008656;--bs-primary-hover:#01a75d;--bs-secondary:#a9dd2a;--bs-secondary-hover:#bcff18;--bs-beige:#f7f3ed;--bs-tan:#f7f3ed;--bs-black:#212121;--bs-white:#fff;--bs-sea-foam:#add7c7;--bs-green:#86b5a3;--bs-olive:#0066ba;--bs-blue:#3b455b;--bs-grey:#ededed;--bs-cool-grey:#616669;--bs-light-grey:#dde5e5;--bs-warm-grey:#c0bfb5;--bs-charcoal:#333f48;--bs-pink:#f0f;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0))}*,:after,:before{box-sizing:border-box}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{font-family:var(--bs-font-sans-serif);font-weight:400;line-height:1.5;color:#212529;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media (min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media (min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media (min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media (min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{text-decoration:underline dotted;cursor:help;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}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}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0d6efd;text-decoration:underline}a:hover{color:#0a58ca}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.875em;color:#d63384;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.875em;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#6c757d;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media (min-width:1200px){.display-6{font-size:2.5rem}}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.875em;color:#6c757d}.blockquote-footer:before{content:"\2014\A0"}.img-fluid,.img-thumbnail{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.875em;color:#6c757d}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1300px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1300px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x) / -2);margin-left:calc(var(--bs-gutter-x) / -2)}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) / 2);padding-left:calc(var(--bs-gutter-x) / 2);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333%}.col-2{flex:0 0 auto;width:16.66667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333%}.col-5{flex:0 0 auto;width:41.66667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333%}.col-8{flex:0 0 auto;width:66.66667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333%}.col-11{flex:0 0 auto;width:91.66667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:.25rem}.g-1,.gy-1{--bs-gutter-y:.25rem}.g-2,.gx-2{--bs-gutter-x:.5rem}.g-2,.gy-2{--bs-gutter-y:.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333%}.col-sm-2{flex:0 0 auto;width:16.66667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333%}.col-sm-5{flex:0 0 auto;width:41.66667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333%}.col-sm-8{flex:0 0 auto;width:66.66667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333%}.col-sm-11{flex:0 0 auto;width:91.66667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333%}.col-md-2{flex:0 0 auto;width:16.66667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333%}.col-md-5{flex:0 0 auto;width:41.66667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333%}.col-md-8{flex:0 0 auto;width:66.66667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333%}.col-md-11{flex:0 0 auto;width:91.66667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333%}.col-lg-2{flex:0 0 auto;width:16.66667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333%}.col-lg-5{flex:0 0 auto;width:41.66667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333%}.col-lg-8{flex:0 0 auto;width:66.66667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333%}.col-lg-11{flex:0 0 auto;width:91.66667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333%}.col-xl-2{flex:0 0 auto;width:16.66667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333%}.col-xl-5{flex:0 0 auto;width:41.66667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333%}.col-xl-8{flex:0 0 auto;width:66.66667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333%}.col-xl-11{flex:0 0 auto;width:91.66667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333%}.col-xxl-2{flex:0 0 auto;width:16.66667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333%}.col-xxl-5{flex:0 0 auto;width:41.66667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333%}.col-xxl-8{flex:0 0 auto;width:66.66667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333%}.col-xxl-11{flex:0 0 auto;width:91.66667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333%}.offset-xxl-2{margin-left:16.66667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333%}.offset-xxl-5{margin-left:41.66667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333%}.offset-xxl-8{margin-left:66.66667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333%}.offset-xxl-11{margin-left:91.66667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background:none;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6;isolation:isolate}.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:none;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#0d6efd}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem;transition:box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .25rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:50%;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media (min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}@media (min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.55)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.55);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:none}.navbar-light .navbar-text{color:rgba(0,0,0,.55)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.55)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:hsla(0,0%,100%,.55);border-color:hsla(0,0%,100%,.1)}.navbar-dark .navbar-toggler-icon{background-image:none}.navbar-dark .navbar-text{color:hsla(0,0%,100%,.55)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.btn{display:inline-block;font-weight:400;line-height:1.5;color:#212529;text-align:center;vertical-align:middle;cursor:pointer;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529}.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{pointer-events:none;opacity:.65}.btn-primary{color:#fff;background-color:#008656;border-color:#008656}.btn-check:focus+.btn-primary,.btn-primary:focus,.btn-primary:hover{color:#fff;background-color:#007249;border-color:#006b45}.btn-check:focus+.btn-primary,.btn-primary:focus{box-shadow:0 0 0 .25rem rgba(38,152,111,.5)}.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#006b45;border-color:#006541}.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(38,152,111,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#008656;border-color:#008656}.btn-primary-hover{color:#000;background-color:#01a75d;border-color:#01a75d}.btn-primary-hover:hover{color:#000;background-color:#27b475;border-color:#1ab06d}.btn-check:focus+.btn-primary-hover,.btn-primary-hover:focus{color:#000;background-color:#27b475;border-color:#1ab06d;box-shadow:0 0 0 .25rem rgba(1,142,79,.5)}.btn-check:active+.btn-primary-hover,.btn-check:checked+.btn-primary-hover,.btn-primary-hover.active,.btn-primary-hover:active,.show>.btn-primary-hover.dropdown-toggle{color:#000;background-color:#34b97d;border-color:#1ab06d}.btn-check:active+.btn-primary-hover:focus,.btn-check:checked+.btn-primary-hover:focus,.btn-primary-hover.active:focus,.btn-primary-hover:active:focus,.show>.btn-primary-hover.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(1,142,79,.5)}.btn-primary-hover.disabled,.btn-primary-hover:disabled{color:#000;background-color:#01a75d;border-color:#01a75d}.btn-secondary{color:#000;background-color:#a9dd2a;border-color:#a9dd2a}.btn-check:focus+.btn-secondary,.btn-secondary:focus,.btn-secondary:hover{color:#000;background-color:#b6e24a;border-color:#b2e03f}.btn-check:focus+.btn-secondary,.btn-secondary:focus{box-shadow:0 0 0 .25rem rgba(144,188,36,.5)}.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{color:#000;background-color:#bae455;border-color:#b2e03f}.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(144,188,36,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#000;background-color:#a9dd2a;border-color:#a9dd2a}.btn-secondary-hover{color:#000;background-color:#bcff18;border-color:#bcff18}.btn-secondary-hover:hover{color:#000;background-color:#c6ff3b;border-color:#c3ff2f}.btn-check:focus+.btn-secondary-hover,.btn-secondary-hover:focus{color:#000;background-color:#c6ff3b;border-color:#c3ff2f;box-shadow:0 0 0 .25rem rgba(160,217,20,.5)}.btn-check:active+.btn-secondary-hover,.btn-check:checked+.btn-secondary-hover,.btn-secondary-hover.active,.btn-secondary-hover:active,.show>.btn-secondary-hover.dropdown-toggle{color:#000;background-color:#c9ff46;border-color:#c3ff2f}.btn-check:active+.btn-secondary-hover:focus,.btn-check:checked+.btn-secondary-hover:focus,.btn-secondary-hover.active:focus,.btn-secondary-hover:active:focus,.show>.btn-secondary-hover.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(160,217,20,.5)}.btn-secondary-hover.disabled,.btn-secondary-hover:disabled{color:#000;background-color:#bcff18;border-color:#bcff18}.btn-beige{color:#000;background-color:#f7f3ed;border-color:#f7f3ed}.btn-beige:focus,.btn-beige:hover,.btn-check:focus+.btn-beige{color:#000;background-color:#f8f5f0;border-color:#f8f4ef}.btn-beige:focus,.btn-check:focus+.btn-beige{box-shadow:0 0 0 .25rem hsla(40,9%,81%,.5)}.btn-beige.active,.btn-beige:active,.btn-check:active+.btn-beige,.btn-check:checked+.btn-beige,.show>.btn-beige.dropdown-toggle{color:#000;background-color:#f9f5f1;border-color:#f8f4ef}.btn-beige.active:focus,.btn-beige:active:focus,.btn-check:active+.btn-beige:focus,.btn-check:checked+.btn-beige:focus,.show>.btn-beige.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(40,9%,81%,.5)}.btn-beige.disabled,.btn-beige:disabled,.btn-tan{color:#000;background-color:#f7f3ed;border-color:#f7f3ed}.btn-check:focus+.btn-tan,.btn-tan:focus,.btn-tan:hover{color:#000;background-color:#f8f5f0;border-color:#f8f4ef}.btn-check:focus+.btn-tan,.btn-tan:focus{box-shadow:0 0 0 .25rem hsla(40,9%,81%,.5)}.btn-check:active+.btn-tan,.btn-check:checked+.btn-tan,.btn-tan.active,.btn-tan:active,.show>.btn-tan.dropdown-toggle{color:#000;background-color:#f9f5f1;border-color:#f8f4ef}.btn-check:active+.btn-tan:focus,.btn-check:checked+.btn-tan:focus,.btn-tan.active:focus,.btn-tan:active:focus,.show>.btn-tan.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(40,9%,81%,.5)}.btn-tan.disabled,.btn-tan:disabled{color:#000;background-color:#f7f3ed;border-color:#f7f3ed}.btn-black{color:#fff;background-color:#212121;border-color:#212121}.btn-black:focus,.btn-black:hover,.btn-check:focus+.btn-black{color:#fff;background-color:#1c1c1c;border-color:#1a1a1a}.btn-black:focus,.btn-check:focus+.btn-black{box-shadow:0 0 0 .25rem rgba(66,66,66,.5)}.btn-black.active,.btn-black:active,.btn-check:active+.btn-black,.btn-check:checked+.btn-black,.show>.btn-black.dropdown-toggle{color:#fff;background-color:#1a1a1a;border-color:#191919}.btn-black.active:focus,.btn-black:active:focus,.btn-check:active+.btn-black:focus,.btn-check:checked+.btn-black:focus,.show>.btn-black.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(66,66,66,.5)}.btn-black.disabled,.btn-black:disabled{color:#fff;background-color:#212121;border-color:#212121}.btn-check:focus+.btn-white,.btn-white,.btn-white:focus,.btn-white:hover{color:#000;background-color:#fff;border-color:#fff}.btn-check:focus+.btn-white,.btn-white:focus{box-shadow:0 0 0 .25rem hsla(0,0%,85%,.5)}.btn-check:active+.btn-white,.btn-check:checked+.btn-white,.btn-white.active,.btn-white:active,.show>.btn-white.dropdown-toggle{color:#000;background-color:#fff;border-color:#fff}.btn-check:active+.btn-white:focus,.btn-check:checked+.btn-white:focus,.btn-white.active:focus,.btn-white:active:focus,.show>.btn-white.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(0,0%,85%,.5)}.btn-white.disabled,.btn-white:disabled{color:#000;background-color:#fff;border-color:#fff}.btn-sea-foam{color:#000;background-color:#add7c7;border-color:#add7c7}.btn-check:focus+.btn-sea-foam,.btn-sea-foam:focus,.btn-sea-foam:hover{color:#000;background-color:#b9ddcf;border-color:#b5dbcd}.btn-check:focus+.btn-sea-foam,.btn-sea-foam:focus{box-shadow:0 0 0 .25rem rgba(147,183,169,.5)}.btn-check:active+.btn-sea-foam,.btn-check:checked+.btn-sea-foam,.btn-sea-foam.active,.btn-sea-foam:active,.show>.btn-sea-foam.dropdown-toggle{color:#000;background-color:#bddfd2;border-color:#b5dbcd}.btn-check:active+.btn-sea-foam:focus,.btn-check:checked+.btn-sea-foam:focus,.btn-sea-foam.active:focus,.btn-sea-foam:active:focus,.show>.btn-sea-foam.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(147,183,169,.5)}.btn-sea-foam.disabled,.btn-sea-foam:disabled{color:#000;background-color:#add7c7;border-color:#add7c7}.btn-green{color:#000;background-color:#86b5a3;border-color:#86b5a3}.btn-check:focus+.btn-green,.btn-green:focus,.btn-green:hover{color:#000;background-color:#98c0b1;border-color:#92bcac}.btn-check:focus+.btn-green,.btn-green:focus{box-shadow:0 0 0 .25rem rgba(114,154,139,.5)}.btn-check:active+.btn-green,.btn-check:checked+.btn-green,.btn-green.active,.btn-green:active,.show>.btn-green.dropdown-toggle{color:#000;background-color:#9ec4b5;border-color:#92bcac}.btn-check:active+.btn-green:focus,.btn-check:checked+.btn-green:focus,.btn-green.active:focus,.btn-green:active:focus,.show>.btn-green.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(114,154,139,.5)}.btn-green.disabled,.btn-green:disabled{color:#000;background-color:#86b5a3;border-color:#86b5a3}.btn-olive{color:#fff;background-color:#0066ba;border-color:#0066ba}.btn-check:focus+.btn-olive,.btn-olive:focus,.btn-olive:hover{color:#fff;background-color:#00579e;border-color:#005295}.btn-check:focus+.btn-olive,.btn-olive:focus{box-shadow:0 0 0 .25rem rgba(38,125,196,.5)}.btn-check:active+.btn-olive,.btn-check:checked+.btn-olive,.btn-olive.active,.btn-olive:active,.show>.btn-olive.dropdown-toggle{color:#fff;background-color:#005295;border-color:#004d8c}.btn-check:active+.btn-olive:focus,.btn-check:checked+.btn-olive:focus,.btn-olive.active:focus,.btn-olive:active:focus,.show>.btn-olive.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(38,125,196,.5)}.btn-olive.disabled,.btn-olive:disabled{color:#fff;background-color:#0066ba;border-color:#0066ba}.btn-blue{color:#fff;background-color:#3b455b;border-color:#3b455b}.btn-blue:focus,.btn-blue:hover,.btn-check:focus+.btn-blue{color:#fff;background-color:#323b4d;border-color:#2f3749}.btn-blue:focus,.btn-check:focus+.btn-blue{box-shadow:0 0 0 .25rem rgba(88,97,116,.5)}.btn-blue.active,.btn-blue:active,.btn-check:active+.btn-blue,.btn-check:checked+.btn-blue,.show>.btn-blue.dropdown-toggle{color:#fff;background-color:#2f3749;border-color:#2c3444}.btn-blue.active:focus,.btn-blue:active:focus,.btn-check:active+.btn-blue:focus,.btn-check:checked+.btn-blue:focus,.show>.btn-blue.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(88,97,116,.5)}.btn-blue.disabled,.btn-blue:disabled{color:#fff;background-color:#3b455b;border-color:#3b455b}.btn-grey{color:#000;background-color:#ededed;border-color:#ededed}.btn-check:focus+.btn-grey,.btn-grey:focus,.btn-grey:hover{color:#000;background-color:#f0f0f0;border-color:#efefef}.btn-check:focus+.btn-grey,.btn-grey:focus{box-shadow:0 0 0 .25rem hsla(0,0%,79%,.5)}.btn-check:active+.btn-grey,.btn-check:checked+.btn-grey,.btn-grey.active,.btn-grey:active,.show>.btn-grey.dropdown-toggle{color:#000;background-color:#f1f1f1;border-color:#efefef}.btn-check:active+.btn-grey:focus,.btn-check:checked+.btn-grey:focus,.btn-grey.active:focus,.btn-grey:active:focus,.show>.btn-grey.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(0,0%,79%,.5)}.btn-grey.disabled,.btn-grey:disabled{color:#000;background-color:#ededed;border-color:#ededed}.btn-cool-grey{color:#fff;background-color:#616669;border-color:#616669}.btn-check:focus+.btn-cool-grey,.btn-cool-grey:focus,.btn-cool-grey:hover{color:#fff;background-color:#525759;border-color:#4e5254}.btn-check:focus+.btn-cool-grey,.btn-cool-grey:focus{box-shadow:0 0 0 .25rem hsla(206,3%,49%,.5)}.btn-check:active+.btn-cool-grey,.btn-check:checked+.btn-cool-grey,.btn-cool-grey.active,.btn-cool-grey:active,.show>.btn-cool-grey.dropdown-toggle{color:#fff;background-color:#4e5254;border-color:#494d4f}.btn-check:active+.btn-cool-grey:focus,.btn-check:checked+.btn-cool-grey:focus,.btn-cool-grey.active:focus,.btn-cool-grey:active:focus,.show>.btn-cool-grey.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(206,3%,49%,.5)}.btn-cool-grey.disabled,.btn-cool-grey:disabled{color:#fff;background-color:#616669;border-color:#616669}.btn-light-grey{color:#000;background-color:#dde5e5;border-color:#dde5e5}.btn-check:focus+.btn-light-grey,.btn-light-grey:focus,.btn-light-grey:hover{color:#000;background-color:#e2e9e9;border-color:#e0e8e8}.btn-check:focus+.btn-light-grey,.btn-light-grey:focus{box-shadow:0 0 0 .25rem hsla(180,6%,75%,.5)}.btn-check:active+.btn-light-grey,.btn-check:checked+.btn-light-grey,.btn-light-grey.active,.btn-light-grey:active,.show>.btn-light-grey.dropdown-toggle{color:#000;background-color:#e4eaea;border-color:#e0e8e8}.btn-check:active+.btn-light-grey:focus,.btn-check:checked+.btn-light-grey:focus,.btn-light-grey.active:focus,.btn-light-grey:active:focus,.show>.btn-light-grey.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(180,6%,75%,.5)}.btn-light-grey.disabled,.btn-light-grey:disabled{color:#000;background-color:#dde5e5;border-color:#dde5e5}.btn-warm-grey{color:#000;background-color:#c0bfb5;border-color:#c0bfb5}.btn-check:focus+.btn-warm-grey,.btn-warm-grey:focus,.btn-warm-grey:hover{color:#000;background-color:#c9c9c0;border-color:#c6c5bc}.btn-check:focus+.btn-warm-grey,.btn-warm-grey:focus{box-shadow:0 0 0 .25rem hsla(53,5%,62%,.5)}.btn-check:active+.btn-warm-grey,.btn-check:checked+.btn-warm-grey,.btn-warm-grey.active,.btn-warm-grey:active,.show>.btn-warm-grey.dropdown-toggle{color:#000;background-color:#cdccc4;border-color:#c6c5bc}.btn-check:active+.btn-warm-grey:focus,.btn-check:checked+.btn-warm-grey:focus,.btn-warm-grey.active:focus,.btn-warm-grey:active:focus,.show>.btn-warm-grey.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(53,5%,62%,.5)}.btn-warm-grey.disabled,.btn-warm-grey:disabled{color:#000;background-color:#c0bfb5;border-color:#c0bfb5}.btn-charcoal{color:#fff;background-color:#333f48;border-color:#333f48}.btn-charcoal:focus,.btn-charcoal:hover,.btn-check:focus+.btn-charcoal{color:#fff;background-color:#2b363d;border-color:#29323a}.btn-charcoal:focus,.btn-check:focus+.btn-charcoal{box-shadow:0 0 0 .25rem rgba(82,92,99,.5)}.btn-charcoal.active,.btn-charcoal:active,.btn-check:active+.btn-charcoal,.btn-check:checked+.btn-charcoal,.show>.btn-charcoal.dropdown-toggle{color:#fff;background-color:#29323a;border-color:#262f36}.btn-charcoal.active:focus,.btn-charcoal:active:focus,.btn-check:active+.btn-charcoal:focus,.btn-check:checked+.btn-charcoal:focus,.show>.btn-charcoal.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(82,92,99,.5)}.btn-charcoal.disabled,.btn-charcoal:disabled{color:#fff;background-color:#333f48;border-color:#333f48}.btn-pink{color:#000;background-color:#f0f;border-color:#f0f}.btn-check:focus+.btn-pink,.btn-pink:focus,.btn-pink:hover{color:#000;background-color:#ff26ff;border-color:#ff1aff}.btn-check:focus+.btn-pink,.btn-pink:focus{box-shadow:0 0 0 .25rem rgba(217,0,217,.5)}.btn-check:active+.btn-pink,.btn-check:checked+.btn-pink,.btn-pink.active,.btn-pink:active,.show>.btn-pink.dropdown-toggle{color:#000;background-color:#f3f;border-color:#ff1aff}.btn-check:active+.btn-pink:focus,.btn-check:checked+.btn-pink:focus,.btn-pink.active:focus,.btn-pink:active:focus,.show>.btn-pink.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(217,0,217,.5)}.btn-pink.disabled,.btn-pink:disabled{color:#000;background-color:#f0f;border-color:#f0f}.btn-outline-primary{color:#008656;border-color:#008656}.btn-outline-primary:hover{color:#fff;background-color:#008656;border-color:#008656}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgba(0,134,86,.5)}.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{color:#fff;background-color:#008656;border-color:#008656}.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{box-shadow:0 0 0 .25rem rgba(0,134,86,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#008656;background-color:transparent}.btn-outline-primary-hover{color:#01a75d;border-color:#01a75d}.btn-outline-primary-hover:hover{color:#000;background-color:#01a75d;border-color:#01a75d}.btn-check:focus+.btn-outline-primary-hover,.btn-outline-primary-hover:focus{box-shadow:0 0 0 .25rem rgba(1,167,93,.5)}.btn-check:active+.btn-outline-primary-hover,.btn-check:checked+.btn-outline-primary-hover,.btn-outline-primary-hover.active,.btn-outline-primary-hover.dropdown-toggle.show,.btn-outline-primary-hover:active{color:#000;background-color:#01a75d;border-color:#01a75d}.btn-check:active+.btn-outline-primary-hover:focus,.btn-check:checked+.btn-outline-primary-hover:focus,.btn-outline-primary-hover.active:focus,.btn-outline-primary-hover.dropdown-toggle.show:focus,.btn-outline-primary-hover:active:focus{box-shadow:0 0 0 .25rem rgba(1,167,93,.5)}.btn-outline-primary-hover.disabled,.btn-outline-primary-hover:disabled{color:#01a75d;background-color:transparent}.btn-outline-secondary{color:#a9dd2a;border-color:#a9dd2a}.btn-outline-secondary:hover{color:#000;background-color:#a9dd2a;border-color:#a9dd2a}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem rgba(169,221,42,.5)}.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{color:#000;background-color:#a9dd2a;border-color:#a9dd2a}.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 0 0 .25rem rgba(169,221,42,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#a9dd2a;background-color:transparent}.btn-outline-secondary-hover{color:#bcff18;border-color:#bcff18}.btn-outline-secondary-hover:hover{color:#000;background-color:#bcff18;border-color:#bcff18}.btn-check:focus+.btn-outline-secondary-hover,.btn-outline-secondary-hover:focus{box-shadow:0 0 0 .25rem rgba(188,255,24,.5)}.btn-check:active+.btn-outline-secondary-hover,.btn-check:checked+.btn-outline-secondary-hover,.btn-outline-secondary-hover.active,.btn-outline-secondary-hover.dropdown-toggle.show,.btn-outline-secondary-hover:active{color:#000;background-color:#bcff18;border-color:#bcff18}.btn-check:active+.btn-outline-secondary-hover:focus,.btn-check:checked+.btn-outline-secondary-hover:focus,.btn-outline-secondary-hover.active:focus,.btn-outline-secondary-hover.dropdown-toggle.show:focus,.btn-outline-secondary-hover:active:focus{box-shadow:0 0 0 .25rem rgba(188,255,24,.5)}.btn-outline-secondary-hover.disabled,.btn-outline-secondary-hover:disabled{color:#bcff18;background-color:transparent}.btn-outline-beige{color:#f7f3ed;border-color:#f7f3ed}.btn-outline-beige:hover{color:#000;background-color:#f7f3ed;border-color:#f7f3ed}.btn-check:focus+.btn-outline-beige,.btn-outline-beige:focus{box-shadow:0 0 0 .25rem hsla(36,38%,95%,.5)}.btn-check:active+.btn-outline-beige,.btn-check:checked+.btn-outline-beige,.btn-outline-beige.active,.btn-outline-beige.dropdown-toggle.show,.btn-outline-beige:active{color:#000;background-color:#f7f3ed;border-color:#f7f3ed}.btn-check:active+.btn-outline-beige:focus,.btn-check:checked+.btn-outline-beige:focus,.btn-outline-beige.active:focus,.btn-outline-beige.dropdown-toggle.show:focus,.btn-outline-beige:active:focus{box-shadow:0 0 0 .25rem hsla(36,38%,95%,.5)}.btn-outline-beige.disabled,.btn-outline-beige:disabled{color:#f7f3ed;background-color:transparent}.btn-outline-tan{color:#f7f3ed;border-color:#f7f3ed}.btn-outline-tan:hover{color:#000;background-color:#f7f3ed;border-color:#f7f3ed}.btn-check:focus+.btn-outline-tan,.btn-outline-tan:focus{box-shadow:0 0 0 .25rem hsla(36,38%,95%,.5)}.btn-check:active+.btn-outline-tan,.btn-check:checked+.btn-outline-tan,.btn-outline-tan.active,.btn-outline-tan.dropdown-toggle.show,.btn-outline-tan:active{color:#000;background-color:#f7f3ed;border-color:#f7f3ed}.btn-check:active+.btn-outline-tan:focus,.btn-check:checked+.btn-outline-tan:focus,.btn-outline-tan.active:focus,.btn-outline-tan.dropdown-toggle.show:focus,.btn-outline-tan:active:focus{box-shadow:0 0 0 .25rem hsla(36,38%,95%,.5)}.btn-outline-tan.disabled,.btn-outline-tan:disabled{color:#f7f3ed;background-color:transparent}.btn-outline-black{color:#212121;border-color:#212121}.btn-outline-black:hover{color:#fff;background-color:#212121;border-color:#212121}.btn-check:focus+.btn-outline-black,.btn-outline-black:focus{box-shadow:0 0 0 .25rem rgba(33,33,33,.5)}.btn-check:active+.btn-outline-black,.btn-check:checked+.btn-outline-black,.btn-outline-black.active,.btn-outline-black.dropdown-toggle.show,.btn-outline-black:active{color:#fff;background-color:#212121;border-color:#212121}.btn-check:active+.btn-outline-black:focus,.btn-check:checked+.btn-outline-black:focus,.btn-outline-black.active:focus,.btn-outline-black.dropdown-toggle.show:focus,.btn-outline-black:active:focus{box-shadow:0 0 0 .25rem rgba(33,33,33,.5)}.btn-outline-black.disabled,.btn-outline-black:disabled{color:#212121;background-color:transparent}.btn-outline-white{color:#fff;border-color:#fff}.btn-outline-white:hover{color:#000;background-color:#fff;border-color:#fff}.btn-check:focus+.btn-outline-white,.btn-outline-white:focus{box-shadow:0 0 0 .25rem hsla(0,0%,100%,.5)}.btn-check:active+.btn-outline-white,.btn-check:checked+.btn-outline-white,.btn-outline-white.active,.btn-outline-white.dropdown-toggle.show,.btn-outline-white:active{color:#000;background-color:#fff;border-color:#fff}.btn-check:active+.btn-outline-white:focus,.btn-check:checked+.btn-outline-white:focus,.btn-outline-white.active:focus,.btn-outline-white.dropdown-toggle.show:focus,.btn-outline-white:active:focus{box-shadow:0 0 0 .25rem hsla(0,0%,100%,.5)}.btn-outline-white.disabled,.btn-outline-white:disabled{color:#fff;background-color:transparent}.btn-outline-sea-foam{color:#add7c7;border-color:#add7c7}.btn-outline-sea-foam:hover{color:#000;background-color:#add7c7;border-color:#add7c7}.btn-check:focus+.btn-outline-sea-foam,.btn-outline-sea-foam:focus{box-shadow:0 0 0 .25rem rgba(173,215,199,.5)}.btn-check:active+.btn-outline-sea-foam,.btn-check:checked+.btn-outline-sea-foam,.btn-outline-sea-foam.active,.btn-outline-sea-foam.dropdown-toggle.show,.btn-outline-sea-foam:active{color:#000;background-color:#add7c7;border-color:#add7c7}.btn-check:active+.btn-outline-sea-foam:focus,.btn-check:checked+.btn-outline-sea-foam:focus,.btn-outline-sea-foam.active:focus,.btn-outline-sea-foam.dropdown-toggle.show:focus,.btn-outline-sea-foam:active:focus{box-shadow:0 0 0 .25rem rgba(173,215,199,.5)}.btn-outline-sea-foam.disabled,.btn-outline-sea-foam:disabled{color:#add7c7;background-color:transparent}.btn-outline-green{color:#86b5a3;border-color:#86b5a3}.btn-outline-green:hover{color:#000;background-color:#86b5a3;border-color:#86b5a3}.btn-check:focus+.btn-outline-green,.btn-outline-green:focus{box-shadow:0 0 0 .25rem rgba(134,181,163,.5)}.btn-check:active+.btn-outline-green,.btn-check:checked+.btn-outline-green,.btn-outline-green.active,.btn-outline-green.dropdown-toggle.show,.btn-outline-green:active{color:#000;background-color:#86b5a3;border-color:#86b5a3}.btn-check:active+.btn-outline-green:focus,.btn-check:checked+.btn-outline-green:focus,.btn-outline-green.active:focus,.btn-outline-green.dropdown-toggle.show:focus,.btn-outline-green:active:focus{box-shadow:0 0 0 .25rem rgba(134,181,163,.5)}.btn-outline-green.disabled,.btn-outline-green:disabled{color:#86b5a3;background-color:transparent}.btn-outline-olive{color:#0066ba;border-color:#0066ba}.btn-outline-olive:hover{color:#fff;background-color:#0066ba;border-color:#0066ba}.btn-check:focus+.btn-outline-olive,.btn-outline-olive:focus{box-shadow:0 0 0 .25rem rgba(0,102,186,.5)}.btn-check:active+.btn-outline-olive,.btn-check:checked+.btn-outline-olive,.btn-outline-olive.active,.btn-outline-olive.dropdown-toggle.show,.btn-outline-olive:active{color:#fff;background-color:#0066ba;border-color:#0066ba}.btn-check:active+.btn-outline-olive:focus,.btn-check:checked+.btn-outline-olive:focus,.btn-outline-olive.active:focus,.btn-outline-olive.dropdown-toggle.show:focus,.btn-outline-olive:active:focus{box-shadow:0 0 0 .25rem rgba(0,102,186,.5)}.btn-outline-olive.disabled,.btn-outline-olive:disabled{color:#0066ba;background-color:transparent}.btn-outline-blue{color:#3b455b;border-color:#3b455b}.btn-outline-blue:hover{color:#fff;background-color:#3b455b;border-color:#3b455b}.btn-check:focus+.btn-outline-blue,.btn-outline-blue:focus{box-shadow:0 0 0 .25rem rgba(59,69,91,.5)}.btn-check:active+.btn-outline-blue,.btn-check:checked+.btn-outline-blue,.btn-outline-blue.active,.btn-outline-blue.dropdown-toggle.show,.btn-outline-blue:active{color:#fff;background-color:#3b455b;border-color:#3b455b}.btn-check:active+.btn-outline-blue:focus,.btn-check:checked+.btn-outline-blue:focus,.btn-outline-blue.active:focus,.btn-outline-blue.dropdown-toggle.show:focus,.btn-outline-blue:active:focus{box-shadow:0 0 0 .25rem rgba(59,69,91,.5)}.btn-outline-blue.disabled,.btn-outline-blue:disabled{color:#3b455b;background-color:transparent}.btn-outline-grey{color:#ededed;border-color:#ededed}.btn-outline-grey:hover{color:#000;background-color:#ededed;border-color:#ededed}.btn-check:focus+.btn-outline-grey,.btn-outline-grey:focus{box-shadow:0 0 0 .25rem hsla(0,0%,93%,.5)}.btn-check:active+.btn-outline-grey,.btn-check:checked+.btn-outline-grey,.btn-outline-grey.active,.btn-outline-grey.dropdown-toggle.show,.btn-outline-grey:active{color:#000;background-color:#ededed;border-color:#ededed}.btn-check:active+.btn-outline-grey:focus,.btn-check:checked+.btn-outline-grey:focus,.btn-outline-grey.active:focus,.btn-outline-grey.dropdown-toggle.show:focus,.btn-outline-grey:active:focus{box-shadow:0 0 0 .25rem hsla(0,0%,93%,.5)}.btn-outline-grey.disabled,.btn-outline-grey:disabled{color:#ededed;background-color:transparent}.btn-outline-cool-grey{color:#616669;border-color:#616669}.btn-outline-cool-grey:hover{color:#fff;background-color:#616669;border-color:#616669}.btn-check:focus+.btn-outline-cool-grey,.btn-outline-cool-grey:focus{box-shadow:0 0 0 .25rem rgba(97,102,105,.5)}.btn-check:active+.btn-outline-cool-grey,.btn-check:checked+.btn-outline-cool-grey,.btn-outline-cool-grey.active,.btn-outline-cool-grey.dropdown-toggle.show,.btn-outline-cool-grey:active{color:#fff;background-color:#616669;border-color:#616669}.btn-check:active+.btn-outline-cool-grey:focus,.btn-check:checked+.btn-outline-cool-grey:focus,.btn-outline-cool-grey.active:focus,.btn-outline-cool-grey.dropdown-toggle.show:focus,.btn-outline-cool-grey:active:focus{box-shadow:0 0 0 .25rem rgba(97,102,105,.5)}.btn-outline-cool-grey.disabled,.btn-outline-cool-grey:disabled{color:#616669;background-color:transparent}.btn-outline-light-grey{color:#dde5e5;border-color:#dde5e5}.btn-outline-light-grey:hover{color:#000;background-color:#dde5e5;border-color:#dde5e5}.btn-check:focus+.btn-outline-light-grey,.btn-outline-light-grey:focus{box-shadow:0 0 0 .25rem rgba(221,229,229,.5)}.btn-check:active+.btn-outline-light-grey,.btn-check:checked+.btn-outline-light-grey,.btn-outline-light-grey.active,.btn-outline-light-grey.dropdown-toggle.show,.btn-outline-light-grey:active{color:#000;background-color:#dde5e5;border-color:#dde5e5}.btn-check:active+.btn-outline-light-grey:focus,.btn-check:checked+.btn-outline-light-grey:focus,.btn-outline-light-grey.active:focus,.btn-outline-light-grey.dropdown-toggle.show:focus,.btn-outline-light-grey:active:focus{box-shadow:0 0 0 .25rem rgba(221,229,229,.5)}.btn-outline-light-grey.disabled,.btn-outline-light-grey:disabled{color:#dde5e5;background-color:transparent}.btn-outline-warm-grey{color:#c0bfb5;border-color:#c0bfb5}.btn-outline-warm-grey:hover{color:#000;background-color:#c0bfb5;border-color:#c0bfb5}.btn-check:focus+.btn-outline-warm-grey,.btn-outline-warm-grey:focus{box-shadow:0 0 0 .25rem hsla(55,8%,73%,.5)}.btn-check:active+.btn-outline-warm-grey,.btn-check:checked+.btn-outline-warm-grey,.btn-outline-warm-grey.active,.btn-outline-warm-grey.dropdown-toggle.show,.btn-outline-warm-grey:active{color:#000;background-color:#c0bfb5;border-color:#c0bfb5}.btn-check:active+.btn-outline-warm-grey:focus,.btn-check:checked+.btn-outline-warm-grey:focus,.btn-outline-warm-grey.active:focus,.btn-outline-warm-grey.dropdown-toggle.show:focus,.btn-outline-warm-grey:active:focus{box-shadow:0 0 0 .25rem hsla(55,8%,73%,.5)}.btn-outline-warm-grey.disabled,.btn-outline-warm-grey:disabled{color:#c0bfb5;background-color:transparent}.btn-outline-charcoal{color:#333f48;border-color:#333f48}.btn-outline-charcoal:hover{color:#fff;background-color:#333f48;border-color:#333f48}.btn-check:focus+.btn-outline-charcoal,.btn-outline-charcoal:focus{box-shadow:0 0 0 .25rem rgba(51,63,72,.5)}.btn-check:active+.btn-outline-charcoal,.btn-check:checked+.btn-outline-charcoal,.btn-outline-charcoal.active,.btn-outline-charcoal.dropdown-toggle.show,.btn-outline-charcoal:active{color:#fff;background-color:#333f48;border-color:#333f48}.btn-check:active+.btn-outline-charcoal:focus,.btn-check:checked+.btn-outline-charcoal:focus,.btn-outline-charcoal.active:focus,.btn-outline-charcoal.dropdown-toggle.show:focus,.btn-outline-charcoal:active:focus{box-shadow:0 0 0 .25rem rgba(51,63,72,.5)}.btn-outline-charcoal.disabled,.btn-outline-charcoal:disabled{color:#333f48;background-color:transparent}.btn-outline-pink{color:#f0f;border-color:#f0f}.btn-outline-pink:hover{color:#000;background-color:#f0f;border-color:#f0f}.btn-check:focus+.btn-outline-pink,.btn-outline-pink:focus{box-shadow:0 0 0 .25rem rgba(255,0,255,.5)}.btn-check:active+.btn-outline-pink,.btn-check:checked+.btn-outline-pink,.btn-outline-pink.active,.btn-outline-pink.dropdown-toggle.show,.btn-outline-pink:active{color:#000;background-color:#f0f;border-color:#f0f}.btn-check:active+.btn-outline-pink:focus,.btn-check:checked+.btn-outline-pink:focus,.btn-outline-pink.active:focus,.btn-outline-pink.dropdown-toggle.show:focus,.btn-outline-pink:active:focus{box-shadow:0 0 0 .25rem rgba(255,0,255,.5)}.btn-outline-pink.disabled,.btn-outline-pink:disabled{color:#f0f;background-color:transparent}.btn-link{font-weight:400;color:#0d6efd;text-decoration:underline}.btn-link:hover{color:#0a58ca}.btn-link.disabled,.btn-link:disabled{color:#6c757d}.btn-lg{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.btn-sm{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.table{--bs-table-bg:transparent;--bs-table-striped-color:#212529;--bs-table-striped-bg:rgba(0,0,0,.05);--bs-table-active-color:#212529;--bs-table-active-bg:rgba(0,0,0,.1);--bs-table-hover-color:#212529;--bs-table-hover-bg:rgba(0,0,0,.075);width:100%;margin-bottom:1rem;color:#212529;vertical-align:top;border-color:#dee2e6}.table>:not(caption)>*>*{padding:.5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:last-child)>:last-child>*{border-bottom-color:currentColor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-striped>tbody>tr:nth-of-type(odd){--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#cfe2ff;--bs-table-striped-bg:#c5d7f2;--bs-table-striped-color:#000;--bs-table-active-bg:#bacbe6;--bs-table-active-color:#000;--bs-table-hover-bg:#bfd1ec;--bs-table-hover-color:#000;color:#000;border-color:#bacbe6}.table-secondary{--bs-table-bg:#e2e3e5;--bs-table-striped-bg:#d7d8da;--bs-table-striped-color:#000;--bs-table-active-bg:#cbccce;--bs-table-active-color:#000;--bs-table-hover-bg:#d1d2d4;--bs-table-hover-color:#000;color:#000;border-color:#cbccce}.table-success{--bs-table-bg:#d1e7dd;--bs-table-striped-bg:#c7dbd2;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd0c7;--bs-table-active-color:#000;--bs-table-hover-bg:#c1d6cc;--bs-table-hover-color:#000;color:#000;border-color:#bcd0c7}.table-info{--bs-table-bg:#cff4fc;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:#000;border-color:#badce3}.table-warning{--bs-table-bg:#fff3cd;--bs-table-striped-bg:#f2e7c3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6dbb9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece1be;--bs-table-hover-color:#000;color:#000;border-color:#e6dbb9}.table-danger{--bs-table-bg:#f8d7da;--bs-table-striped-bg:#eccccf;--bs-table-striped-color:#000;--bs-table-active-bg:#dfc2c4;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c7ca;--bs-table-hover-color:#000;color:#000;border-color:#dfc2c4}.table-light{--bs-table-bg:#f8f9fa;--bs-table-striped-bg:#ecedee;--bs-table-striped-color:#000;--bs-table-active-bg:#dfe0e1;--bs-table-active-color:#000;--bs-table-hover-bg:#e5e6e7;--bs-table-hover-color:#000;color:#000;border-color:#dfe0e1}.table-dark{--bs-table-bg:#212529;--bs-table-striped-bg:#2c3034;--bs-table-striped-color:#fff;--bs-table-active-bg:#373b3e;--bs-table-active-color:#fff;--bs-table-hover-bg:#323539;--bs-table-hover-color:#fff;color:#fff;border-color:#373b3e}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem}.form-text{margin-top:.25rem;font-size:.875em;color:#6c757d}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-.375rem -.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;margin-inline-end:.5rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;margin-inline-end:1rem}.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-.5rem -1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + .75rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + .5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}.form-control-color{max-width:3rem;height:auto;padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.5em;border-radius:.25rem}.form-control-color::-webkit-color-swatch{height:1.5em;border-radius:.25rem}.form-select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;appearance:none}.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:#e9ecef}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:50%;background-size:contain;border:1px solid rgba(0,0,0,.25);appearance:none;color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3 6-6'/%3E%3C/svg%3E")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")}.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0,0,0,0.25)'/%3E%3C/svg%3E");background-position:0;border-radius:2em;transition:background-position .15s ease-in-out}@media (prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2386b7fe'/%3E%3C/svg%3E")}.form-switch .form-check-input:checked{background-position:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#0d6efd;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#0d6efd;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media (prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{transition:none}}.form-range::-moz-range-thumb:active{background-color:#b6d4fe}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-select{height:calc(3.5rem + 2px);padding:1rem .75rem}.form-floating>label{position:absolute;top:0;left:0;height:100%;padding:1rem .75rem;pointer-events:none;border:1px solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media (prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#198754}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(25,135,84,.9);border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#198754;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' 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");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#198754;padding-right:4.125rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' 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");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#198754}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#198754}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#198754}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.875em;color:#dc3545}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#dc3545;padding-right:4.125rem;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#dc3545}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#dc3545}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid{z-index:3}.dropdown,.dropend,.dropstart,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{position:absolute;top:100%;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}.dropdown-menu[data-bs-popper]{left:0;margin-top:.125rem}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-menu{top:0;right:auto;left:100%}.dropend .dropdown-menu[data-bs-popper]{margin-top:0;margin-left:.125rem}.dropend .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-toggle:after{vertical-align:0}.dropstart .dropdown-menu{top:0;right:100%;left:auto}.dropstart .dropdown-menu[data-bs-popper]{margin-top:0;margin-right:.125rem}.dropstart .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";display:none}.dropstart .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty:after{margin-left:0}.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)}.dropdown-item{display:block;width:100%;padding:.25rem 1rem;clear:both;font-weight:400;color:#212529;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#1e2125;background-color:#e9ecef}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#0d6efd}.dropdown-item.disabled,.dropdown-item:disabled{color:#adb5bd;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:.25rem 1rem;color:#212529}.dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{color:#fff;background-color:hsla(0,0%,100%,.15)}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#0d6efd}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>li:before{content:counters(section,".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}.list-group-item-action:active{color:#212529;background-color:#e9ecef}.list-group-item{position:relative;display:block;padding:.5rem 1rem;color:#212529;text-decoration:none;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#005034;background-color:#cce7dd}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#005034;background-color:#b8d0c7}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#005034;border-color:#005034}.list-group-item-primary-hover{color:#016438;background-color:#cceddf}.list-group-item-primary-hover.list-group-item-action:focus,.list-group-item-primary-hover.list-group-item-action:hover{color:#016438;background-color:#b8d5c9}.list-group-item-primary-hover.list-group-item-action.active{color:#fff;background-color:#016438;border-color:#016438}.list-group-item-secondary{color:#445811;background-color:#eef8d4}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#445811;background-color:#d6dfbf}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#445811;border-color:#445811}.list-group-item-secondary-hover{color:#4b660a;background-color:#f2ffd1}.list-group-item-secondary-hover.list-group-item-action:focus,.list-group-item-secondary-hover.list-group-item-action:hover{color:#4b660a;background-color:#dae6bc}.list-group-item-secondary-hover.list-group-item-action.active{color:#fff;background-color:#4b660a;border-color:#4b660a}.list-group-item-beige{color:#63615f;background-color:#fdfdfb}.list-group-item-beige.list-group-item-action:focus,.list-group-item-beige.list-group-item-action:hover{color:#63615f;background-color:#e4e4e2}.list-group-item-beige.list-group-item-action.active{color:#fff;background-color:#63615f;border-color:#63615f}.list-group-item-tan{color:#63615f;background-color:#fdfdfb}.list-group-item-tan.list-group-item-action:focus,.list-group-item-tan.list-group-item-action:hover{color:#63615f;background-color:#e4e4e2}.list-group-item-tan.list-group-item-action.active{color:#fff;background-color:#63615f;border-color:#63615f}.list-group-item-black{color:#141414;background-color:#d3d3d3}.list-group-item-black.list-group-item-action:focus,.list-group-item-black.list-group-item-action:hover{color:#141414;background-color:#bebebe}.list-group-item-black.list-group-item-action.active{color:#fff;background-color:#141414;border-color:#141414}.list-group-item-white{color:#666;background-color:#fff}.list-group-item-white.list-group-item-action:focus,.list-group-item-white.list-group-item-action:hover{color:#666;background-color:#e6e6e6}.list-group-item-white.list-group-item-action.active{color:#fff;background-color:#666;border-color:#666}.list-group-item-sea-foam{color:#455650;background-color:#eff7f4}.list-group-item-sea-foam.list-group-item-action:focus,.list-group-item-sea-foam.list-group-item-action:hover{color:#455650;background-color:#d7dedc}.list-group-item-sea-foam.list-group-item-action.active{color:#fff;background-color:#455650;border-color:#455650}.list-group-item-green{color:#506d62;background-color:#e7f0ed}.list-group-item-green.list-group-item-action:focus,.list-group-item-green.list-group-item-action:hover{color:#506d62;background-color:#d0d8d5}.list-group-item-green.list-group-item-action.active{color:#fff;background-color:#506d62;border-color:#506d62}.list-group-item-olive{color:#003d70;background-color:#cce0f1}.list-group-item-olive.list-group-item-action:focus,.list-group-item-olive.list-group-item-action:hover{color:#003d70;background-color:#b8cad9}.list-group-item-olive.list-group-item-action.active{color:#fff;background-color:#003d70;border-color:#003d70}.list-group-item-blue{color:#232937;background-color:#d8dade}.list-group-item-blue.list-group-item-action:focus,.list-group-item-blue.list-group-item-action:hover{color:#232937;background-color:#c2c4c8}.list-group-item-blue.list-group-item-action.active{color:#fff;background-color:#232937;border-color:#232937}.list-group-item-grey{color:#5f5f5f;background-color:#fbfbfb}.list-group-item-grey.list-group-item-action:focus,.list-group-item-grey.list-group-item-action:hover{color:#5f5f5f;background-color:#e2e2e2}.list-group-item-grey.list-group-item-action.active{color:#fff;background-color:#5f5f5f;border-color:#5f5f5f}.list-group-item-cool-grey{color:#3a3d3f;background-color:#dfe0e1}.list-group-item-cool-grey.list-group-item-action:focus,.list-group-item-cool-grey.list-group-item-action:hover{color:#3a3d3f;background-color:#c9cacb}.list-group-item-cool-grey.list-group-item-action.active{color:#fff;background-color:#3a3d3f;border-color:#3a3d3f}.list-group-item-light-grey{color:#585c5c;background-color:#f8fafa}.list-group-item-light-grey.list-group-item-action:focus,.list-group-item-light-grey.list-group-item-action:hover{color:#585c5c;background-color:#dfe1e1}.list-group-item-light-grey.list-group-item-action.active{color:#fff;background-color:#585c5c;border-color:#585c5c}.list-group-item-warm-grey{color:#4d4c48;background-color:#f2f2f0}.list-group-item-warm-grey.list-group-item-action:focus,.list-group-item-warm-grey.list-group-item-action:hover{color:#4d4c48;background-color:#dadad8}.list-group-item-warm-grey.list-group-item-action.active{color:#fff;background-color:#4d4c48;border-color:#4d4c48}.list-group-item-charcoal{color:#1f262b;background-color:#d6d9da}.list-group-item-charcoal.list-group-item-action:focus,.list-group-item-charcoal.list-group-item-action:hover{color:#1f262b;background-color:#c1c3c4}.list-group-item-charcoal.list-group-item-action.active{color:#fff;background-color:#1f262b;border-color:#1f262b}.list-group-item-pink{color:#909;background-color:#fcf}.list-group-item-pink.list-group-item-action:focus,.list-group-item-pink.list-group-item-action:hover{color:#909;background-color:#e6b8e6}.list-group-item-pink.list-group-item-action.active{color:#fff;background-color:#909;border-color:#909}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em;color:#000;background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 11.414 0 NaN NaNlNaN NaN NaN NaNa1 1 0 111.414 1.414 NaN NaNlNaN NaN NaN NaNa1 1 0 1-1.414 NaN NaNlNaN NaN NaN NaNa1 1 0 1-1.414 NaN NaNlNaN NaN NaN NaNa1 1 0 10-1.414 NaN NaNz'/%3E%3C/svg%3E") 50%/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25);opacity:1}.btn-close.disabled,.btn-close:disabled{pointer-events:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1060;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1050;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .btn-close{padding:.5rem;margin:-.5rem -.5rem -.5rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1rem}.card-header{padding:.5rem 1rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{padding:.5rem 1rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{margin-bottom:-.5rem;border-bottom:0}.card-header-pills,.card-header-tabs{margin-right:-.5rem;margin-left:-.5rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}.card-group>.card{margin-bottom:.75rem}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.page-link{position:relative;display:block;color:#0d6efd;text-decoration:none;background-color:#fff;border:1px solid #dee2e6;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;border-color:#dee2e6}.page-link:focus,.page-link:hover{color:#0a58ca;background-color:#e9ecef}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.page-item:not(:first-child) .page-link{margin-left:-1px}.page-item.active .page-link{z-index:3;color:#fff;background-color:#0d6efd;border-color:#0d6efd}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;background-color:#fff;border-color:#dee2e6}.page-link{padding:.375rem .75rem}.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.clearfix:after{display:block;clear:both;content:""}.link-primary{color:#008656}.link-primary:focus,.link-primary:hover{color:#006b45}.link-primary-hover{color:#01a75d}.link-primary-hover:focus,.link-primary-hover:hover{color:#34b97d}.link-secondary{color:#a9dd2a}.link-secondary:focus,.link-secondary:hover{color:#bae455}.link-secondary-hover{color:#bcff18}.link-secondary-hover:focus,.link-secondary-hover:hover{color:#c9ff46}.link-beige{color:#f7f3ed}.link-beige:focus,.link-beige:hover{color:#f9f5f1}.link-tan{color:#f7f3ed}.link-tan:focus,.link-tan:hover{color:#f9f5f1}.link-black{color:#212121}.link-black:focus,.link-black:hover{color:#1a1a1a}.link-white,.link-white:focus,.link-white:hover{color:#fff}.link-sea-foam{color:#add7c7}.link-sea-foam:focus,.link-sea-foam:hover{color:#bddfd2}.link-green{color:#86b5a3}.link-green:focus,.link-green:hover{color:#9ec4b5}.link-olive{color:#0066ba}.link-olive:focus,.link-olive:hover{color:#005295}.link-blue{color:#3b455b}.link-blue:focus,.link-blue:hover{color:#2f3749}.link-grey{color:#ededed}.link-grey:focus,.link-grey:hover{color:#f1f1f1}.link-cool-grey{color:#616669}.link-cool-grey:focus,.link-cool-grey:hover{color:#4e5254}.link-light-grey{color:#dde5e5}.link-light-grey:focus,.link-light-grey:hover{color:#e4eaea}.link-warm-grey{color:#c0bfb5}.link-warm-grey:focus,.link-warm-grey:hover{color:#cdccc4}.link-charcoal{color:#333f48}.link-charcoal:focus,.link-charcoal:hover{color:#29323a}.link-pink{color:#f0f}.link-pink:focus,.link-pink:hover{color:#f3f}.ratio{position:relative;width:100%}.ratio:before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.85714%}.fixed-top{top:0}.fixed-bottom,.fixed-top{position:fixed;right:0;left:0;z-index:1030}.fixed-bottom{bottom:0}.sticky-top{position:sticky;top:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:sticky;top:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #dee2e6!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #dee2e6!important}.border-start-0{border-left:0!important}.border-primary{border-color:#008656!important}.border-primary-hover{border-color:#01a75d!important}.border-secondary{border-color:#a9dd2a!important}.border-secondary-hover{border-color:#bcff18!important}.border-beige,.border-tan{border-color:#f7f3ed!important}.border-black{border-color:#212121!important}.border-white{border-color:#fff!important}.border-sea-foam{border-color:#add7c7!important}.border-green{border-color:#86b5a3!important}.border-olive{border-color:#0066ba!important}.border-blue{border-color:#3b455b!important}.border-grey{border-color:#ededed!important}.border-cool-grey{border-color:#616669!important}.border-light-grey{border-color:#dde5e5!important}.border-warm-grey{border-color:#c0bfb5!important}.border-charcoal{border-color:#333f48!important}.border-pink{border-color:#f0f!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{color:#008656!important}.text-primary-hover{color:#01a75d!important}.text-secondary{color:#a9dd2a!important}.text-secondary-hover{color:#bcff18!important}.text-beige,.text-tan{color:#f7f3ed!important}.text-black{color:#212121!important}.text-white{color:#fff!important}.text-sea-foam{color:#add7c7!important}.text-green{color:#86b5a3!important}.text-olive{color:#0066ba!important}.text-blue{color:#3b455b!important}.text-grey{color:#ededed!important}.text-cool-grey{color:#616669!important}.text-light-grey{color:#dde5e5!important}.text-warm-grey{color:#c0bfb5!important}.text-charcoal{color:#333f48!important}.text-pink{color:#f0f!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:hsla(0,0%,100%,.5)!important}.text-reset{color:inherit!important}.bg-primary{background-color:#008656!important}.bg-primary-hover{background-color:#01a75d!important}.bg-secondary{background-color:#a9dd2a!important}.bg-secondary-hover{background-color:#bcff18!important}.bg-beige,.bg-tan{background-color:#f7f3ed!important}.bg-black{background-color:#212121!important}.bg-white{background-color:#fff!important}.bg-sea-foam{background-color:#add7c7!important}.bg-green{background-color:#86b5a3!important}.bg-olive{background-color:#0066ba!important}.bg-blue{background-color:#3b455b!important}.bg-grey{background-color:#ededed!important}.bg-cool-grey{background-color:#616669!important}.bg-light-grey{background-color:#dde5e5!important}.bg-warm-grey{background-color:#c0bfb5!important}.bg-charcoal{background-color:#333f48!important}.bg-pink{background-color:#f0f!important}.bg-body{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{user-select:all!important}.user-select-auto{user-select:auto!important}.user-select-none{user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.25rem!important}.rounded-3{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-end,.rounded-top{border-top-right-radius:.25rem!important}.rounded-bottom,.rounded-end{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-start{border-bottom-left-radius:.25rem!important}.rounded-start{border-top-left-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}@keyframes spinner-border{to{transform:rotate(1turn)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{animation-duration:1.5s}}body{margin:0;font-family:Roboto,Arial,Helvetica,sans-serif;font-size:1rem;line-height:1.625rem;color:#212121;-webkit-text-size-adjust:100%;background-color:#fff;-webkit-tap-highlight-color:rgba(33,33,33,0)}@media (max-width:767px){body{font-size:1rem;line-height:1.5rem}}a{color:#008656;text-decoration:none}a:hover{color:#005335}.arrow-cta{text-transform:capitalize}.arrow-cta,.arrow-cta:hover{color:#008656}.arrow-cta:hover .right-arrow{width:3.75rem}.arrow-cta--orange{color:#008656}.arrow-cta--orange:hover{text-decoration:none;color:#008656}.arrow-cta--orange:hover span{text-decoration:underline}.arrow-cta--orange:hover:after{margin-left:3.75rem}.arrow-cta--orange svg{position:relative;bottom:-.0625rem;transition:all .5s ease-in-out;margin-left:.9375rem;font-size:.625rem;margin-bottom:.1875rem;text-decoration:none;color:#008656}span.right-arrow{display:inline-block;position:relative;margin-left:1rem;bottom:.25rem;width:1rem;height:.125rem;background-color:#008656;transition:all .3s ease-in-out}span.right-arrow svg{position:absolute;right:-.1875rem;top:-.4375rem;font-size:1rem;color:#008656}p{font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.625rem;color:#212121;font-size:1rem;margin-top:0;margin-bottom:1.5rem}.h1,.h2,.h3,.h4,.h5,h1,h2,h3,h4,h5{font-family:adelle-sans,Arial,Helvetica,sans-serif;color:#212121;margin-bottom:.5rem;margin-top:0}.h1,h1{font-size:4.5rem}.h1,.h2,h1,h2{line-height:1.1;font-weight:700}.h2,h2{font-size:2.375rem}.h3,h3{font-size:1.875rem;line-height:1.1;font-weight:700}.h4,h4{font-size:1.625rem}.h4,.h5,h4,h5{line-height:1.33;font-weight:700}.h5,h5{font-size:1.5rem}figcaption{font-size:.875rem;line-height:1.125rem;font-family:Roboto,Arial,Helvetica,sans-serif}.subtitle,figcaption{font-weight:400;color:#212121}.subtitle{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:1.625rem;line-height:2rem}.section{position:relative;padding:6rem 0;z-index:11}.section--gray{background-color:#f4f4f4}.section--dark .h1,.section--dark .h2,.section--dark .h3,.section--dark .h4,.section--dark .h5,.section--dark .h6,.section--dark h1,.section--dark h2,.section--dark h3,.section--dark h4,.section--dark h5,.section--dark h6,.section--dark p{color:#fff}.position-relative{position:relative!important}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.line{margin:2.8125rem 0;height:.0625rem;width:100%;background-color:#c3c3c3}.error{color:#b80805!important;font-family:Roboto,Arial,Helvetica,sans-serif;font-size:1rem;font-weight:700}.collapsing{position:relative;height:0;overflow:hidden}.collapse.show,.collapsing{-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s}.btn-close{background:transparent url("https://sterlingukstag.wpengine.com/wp-content/themes/sterlingemea/resources/assets/images/icons/svg/btn-close.svg") 50%/1em auto no-repeat}.mr-btn{margin-right:.8rem!important}@media (min-width:576px){.modal-dialog{max-width:730px}}.modal-dialog .modal-content{border-radius:0;border:none;box-shadow:0 0 1.25rem .5rem rgba(96,96,96,.5)}.modal-dialog .modal-content .modal-header{border-bottom:none}.modal-dialog .modal-content .modal-body{padding:3.75rem}.modal-backdrop{background-color:#fff}.loading-overlay{display:none;z-index:9999;position:fixed;width:100%;height:100%;top:0;right:0;bottom:0;left:0;background-color:hsla(0,0%,100%,.7)}.loading-overlay .spinner-wrap{position:fixed;top:50%}.text-right{text-align:right!important}ul.orange-bullets-list{margin:2rem auto;padding-left:1.3rem;list-style:none;overflow-wrap:break-word;width:100%}ul.orange-bullets-list li{position:relative;margin-bottom:.5rem}ul.orange-bullets-list li:before{content:"\25A0";color:#008656;position:absolute;width:1.2rem;margin-left:-1.3rem}ul.orange-checks-list{list-style:none;padding-left:1.6rem;list-style-position:outside}ul.orange-checks-list li{font-size:1.125rem;color:#212121;margin-bottom:.5rem}ul.orange-checks-list li .fa-check{margin-right:.2rem;color:#008656;margin-left:-1.6rem}.dashed-icon{background:transparent;position:relative;z-index:1;margin:0 auto;display:flex;align-items:center;justify-content:center;width:17.8125rem;height:17.8125rem;border-radius:50%;border:2px dashed #c3c3c3;text-align:center}.dashed-icon .svg-inline--fa{color:#008656;font-size:12rem}.round-icon-quote-wrapper{position:relative}.round-icon-quote-wrapper .icon-wrap{width:50%;display:inline-block}.round-icon-quote-wrapper .desc-wrap{background-color:#fff;padding:.8rem;position:absolute;z-index:9;right:6%;height:100%;width:50%;display:inline-flex;align-items:center}.round-icon-quote-wrapper .desc-wrap .desc{text-align:left;font-size:1.5rem}.linebreak-lg{display:block}@media (max-width:1199px){.linebreak-lg{display:contents}}.general-section.dark{background-color:#212121}.general-section.dark .h1,.general-section.dark .h2,.general-section.dark .h3,.general-section.dark .h4,.general-section.dark .h5,.general-section.dark .h6,.general-section.dark div,.general-section.dark h1,.general-section.dark h2,.general-section.dark h3,.general-section.dark h4,.general-section.dark h5,.general-section.dark h6,.general-section.dark p,.general-section.dark strong{color:#fff}.general-section p.footnote{font-size:.875rem}.general-section .icon-image-wrap{position:relative;max-width:100%;margin-left:auto;margin-right:auto;margin-top:1rem}@media (max-width:991px){.general-section .icon-image-wrap{display:none}}.general-section .icon-image-wrap .icon-img{max-width:80%}.general-section .intro-image{max-width:300px!important}.general-section .image-wrap{text-align:center}.general-section .hero-content .h1,.general-section .hero-content h1{font-size:3.25rem}.general-section .hero-content p{font-size:1.125rem}.center-content{display:flex;flex-direction:column;justify-content:center}.three-columns-with-icons{padding:1rem 0 2rem}.three-columns-with-icons strong{font-size:1.375rem;display:block;margin:1rem 0}.three-columns-with-icons .svg-inline--fa{font-size:8.125rem}.three-columns-with-icons p{width:95%}.font-weight-normal{font-weight:400!important}#message-ticker-section{background-color:#008656;position:relative;width:100%;min-height:3.75rem;display:flex;align-items:center;border-radius:0}#message-ticker-section .ticker-close-btn{position:absolute;right:1rem;top:1.1rem;z-index:1000;background-color:#212121;border-radius:50%;padding:3px 4px;width:1.25rem;height:1.25rem;display:flex;justify-content:center;cursor:pointer}#message-ticker-section .ticker-close-btn:hover .svg-inline--fa{color:#008656}@media (max-width:480px){#message-ticker-section .ticker-close-btn{top:2rem}}#message-ticker-section .ticker-close-btn .svg-inline--fa{font-size:.875rem;color:#fff}#message-ticker-section .message-ticker-wrapper{width:100%}#message-ticker-section .message-ticker-wrapper .ticker-msg{text-align:center;width:100%;color:#fff;margin-top:0;margin-bottom:0;height:100%;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:1.125rem}@media (max-width:767px){#message-ticker-section .message-ticker-wrapper .ticker-msg{font-size:1rem}}@media (max-width:991px){#message-ticker-section .message-ticker-wrapper .ticker-msg{margin-top:5px;max-width:720px;padding-left:15px;padding-right:15px;margin:0 auto}}#message-ticker-section .message-ticker-wrapper .ticker-msg.onerow,#message-ticker-section .message-ticker-wrapper .ticker-msg.tworow{padding:17px 0}@media (max-width:1199px){#message-ticker-section .message-ticker-wrapper .ticker-msg.tworow{padding:17px 45px}}@media (max-width:1136px){#message-ticker-section .message-ticker-wrapper .ticker-msg.tworow{padding:4px 45px}}#message-ticker-section .message-ticker-wrapper a{color:#fff;text-decoration:underline}#message-ticker-section .message-ticker-wrapper a:hover{opacity:.85!important}@media (min-width:768px){.col-1-5{width:50%;float:left;position:relative;min-height:1px;padding-right:15px;padding-left:15px}}@media (min-width:992px){.col-1-5{width:20%;float:left;position:relative;min-height:1px;padding-right:15px;padding-left:15px}}.rounded-img{border-radius:10px!important}@media (max-width:991px){.line-break-sm{display:block}}.line-break-lg{display:block}@media (max-width:1199px){.line-break-lg{display:initial}}.particle{display:none!important}.btn{text-decoration:none}.btn-check:focus+.btn,.btn:focus{box-shadow:none}.btn-orange,.button--orange{font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:700;font-size:.9375rem;padding:.625rem 1.5625rem;position:relative;background-color:#a9dd2a;border-radius:6.25rem;border:none;color:#212121}@media (max-width:991px){.btn-orange,.button--orange{padding:.5rem 1rem}}.btn-orange:hover,.button--orange:hover{background-color:#bcff18;color:#212121}.btn-orange:active,.button--orange:active{background-color:#a9dd2a!important}.btn-orange:focus,.button--orange:focus{outline:none!important;box-shadow:none!important}.btn-ghost-orange{display:inline-block;font-size:1rem;font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:700;background:transparent;padding:.55rem 1.25rem;border-radius:.3125rem;border:3px solid #008656;color:#008656;text-transform:uppercase;letter-spacing:.15rem}.btn-ghost-orange:hover{color:#fff;background:transparent;border:3px solid #fff;text-decoration:none}.btn-ghost-white{display:inline-block;font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:700;position:relative;text-transform:uppercase;border-radius:.3125rem;letter-spacing:.15rem;font-size:1rem;padding:.55rem 1.25rem}.btn-ghost-white,.btn-ghost-white:hover{background-color:transparent;border:3px solid #fff;color:#fff}.btn-ghost-white:hover{opacity:.7;-khtml-opacity:.7;-moz-opacity:.7;filter:alpha(opacity=70);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"}@media (min-width:992px){.button--large{padding:.75rem 1.25rem;font-size:1rem}}.button--small{padding:.375rem 1.125rem;font-size:1rem}.button:hover{background-color:rgba(0,134,86,.75)}.button:active{background-color:#008656!important}.button:focus{outline:none!important;box-shadow:none!important}.button--ghost--orange-o{font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:700;position:relative;background-color:transparent;border-radius:6.25rem;border:2px solid #a9dd2a;color:#212121;font-size:.9375rem;padding:.5rem 1.3125rem}@media (max-width:991px){.button--ghost--orange-o{padding:.375rem 1rem}}@media (max-width:767px){.button--ghost--orange-o{padding:.3rem .8rem}}.button--ghost--orange-o:hover{background-color:#a9dd2a;border:2px solid #a9dd2a;color:#212121}.home-hero{z-index:11}.home-hero .homepage-hero-cta-button{display:inline-block}@media (max-width:767px){.home-hero .homepage-hero-cta-button{letter-spacing:0;font-size:.85rem}}@media (max-width:476px){.home-hero .button--ghost--white{margin-top:1rem}}.home-hero{position:relative;display:flex;align-items:center}.home-hero__scroll-text{position:absolute;bottom:3.75rem;left:50%;transform:translateX(-50%);color:#fff;text-transform:uppercase;letter-spacing:.125rem;font-size:.875rem;font-weight:700;animation:scrolldown 3s infinite;opacity:0}@keyframes scrolldown{0%{transform:translate(-50%);opacity:0}50%{opacity:1}to{transform:translate(-50%,20px);opacity:0}}.home-hero--video{height:80vh;min-height:31.25rem}.home-hero--video video{visibility:visible!important;opacity:1!important}.home-hero--video__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#585c5c;opacity:.6;z-index:-1}@media (min-width:992px){.home-hero{padding:em(210px) 0}}.home-hero__text-cta{padding:.625rem 1.875rem;color:#fff;text-decoration:underline}@media (max-width:575.98px){.home-hero__text-cta{display:block;width:100%;text-align:center}}.home-hero__text-cta i{margin-left:.625rem}.home-hero__text-cta:hover{color:#fff}@media (max-width:575.98px){.home-hero__button{display:block;width:100%;margin-bottom:.9375rem}}@media (min-width:992px){.home-hero__content{flex:0 0 auto;width:41.66667%}}.home-hero__dutch,.home-hero__title{margin-top:1rem;margin-bottom:1.875rem;color:#fff;font-size:4.5rem;line-height:5rem}@media (max-width:991px){.home-hero__dutch{margin-top:0;font-size:3rem;line-height:3rem}}.home-hero__german{margin-top:1rem;margin-bottom:1.875rem;color:#fff;font-size:3rem;line-height:4rem}.home-hero__subtitle{margin-bottom:1.875rem;color:#fff;font-size:1.5rem}.alt-hero-section{padding:7.5rem 0}.alt-hero-section .h1,.alt-hero-section h1{font-size:3rem;line-height:3.25rem}@media only screen and (max-width:1280px){.alt-hero-section .h1,.alt-hero-section h1{font-size:2.25rem;line-height:3rem}}.alt-hero-section .h1:before,.alt-hero-section h1:before{content:"";background-color:#008656;height:.625rem;width:2.5rem;display:block;margin-bottom:2.8125rem}.alt-hero-section p{font-size:1.375rem;line-height:1.75rem}.button--ghost--white{font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:700;position:relative;text-transform:uppercase;background-color:transparent;border-radius:.3125rem;letter-spacing:.15rem;border:3px solid #fff;color:#fff;font-size:1rem;padding:.55rem 1rem}@media (max-width:991px){.button--ghost--white{padding:.45rem 1rem}}@media (max-width:767px){.button--ghost--white{padding:.3rem .8rem}}.button--ghost--white:hover{opacity:.7;-khtml-opacity:.7;-moz-opacity:.7;filter:alpha(opacity=70);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";border:3px solid #fff;color:#fff;background-color:transparent}@media (min-width:992px){.dutch .home-hero__content{flex:0 0 auto;width:58.33333%}}.dutch .home-hero__content .btn-orange{padding:.55rem 1rem}.dutch .home-hero__content .btn-group a{margin:0 1rem 1rem 0}@media (min-width:992px){.value-section{padding:5.625rem 0 0;margin-bottom:5.625rem}}.value-section__title{position:relative;text-align:center}@media (min-width:992px){.value-section__title:before{content:"";position:absolute;width:3.125rem;height:3.125rem;background-color:rgba(0,134,86,.25);left:5rem;top:-2.5rem;z-index:-1}}.value-section__desc{font-size:2rem;line-height:2.5rem;text-align:center;color:#212121}@media (min-width:992px){.value-section__desc{margin-bottom:5.625rem}}.dutch .value-section{padding:0!important}.value-card{margin-bottom:1.875rem}.value-card:hover .value-card__overlay{opacity:1}.value-card:hover .h5>a,.value-card:hover h5>a{text-decoration:none;color:#add7c7}.value-card__image{position:relative;height:18rem}@media (max-width:991.98px){.value-card__image{height:11.25rem}}.value-card__content .h5>a,.value-card__content h5>a{color:#666;transition:all .3s ease-in-out}.value-card__overlay{opacity:0;position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(173,215,199,.75);transition:all .3s ease-in-out;display:table}.value-card__overlay .h4,.value-card__overlay h4{color:#fff;display:table-cell;vertical-align:middle;text-align:center}#particles-js canvas,.square-particle-container{position:absolute;top:0;left:0}.square-particle-container{width:100%;height:100%;z-index:-1}.square-particle-container--dark{background-color:#212121}.square-particle-container--orange{background-color:#008656}.square-particle-container--darkgray{background-color:#212121}.square-particle-container--lightgray{background-color:#666}.square-particle-container--lightergray{background-color:#c0bfb5}.square-particle{position:absolute}@keyframes square-particle-animation-1{to{transform:translate3d(26vw,67vh,66px)}}.square-particle:first-child{animation:square-particle-animation-1 60s infinite;opacity:.28;height:78px;width:78px;animation-delay:-.2s;transform:translate3d(9vw,41vh,43px);background:#d7d6d0}@keyframes square-particle-animation-2{to{transform:translate3d(1vw,15vh,85px)}}.square-particle:nth-child(2){animation:square-particle-animation-2 60s infinite;opacity:.18;height:79px;width:79px;animation-delay:-.4s;transform:translate3d(17vw,21vh,74px);background:#d7d6d0}@keyframes square-particle-animation-3{to{transform:translate3d(8vw,11vh,34px)}}.square-particle:nth-child(3){animation:square-particle-animation-3 60s infinite;opacity:.28;height:76px;width:76px;animation-delay:-.6s;transform:translate3d(46vw,41vh,82px);background:#d7d6d0}@keyframes square-particle-animation-4{to{transform:translate3d(59vw,11vh,26px)}}.square-particle:nth-child(4){animation:square-particle-animation-4 60s infinite;opacity:.15;height:45px;width:45px;animation-delay:-.8s;transform:translate3d(83vw,58vh,96px);background:#d7d6d0}@keyframes square-particle-animation-5{to{transform:translate3d(72vw,89vh,3px)}}.square-particle:nth-child(5){animation:square-particle-animation-5 60s infinite;opacity:.2;height:54px;width:54px;animation-delay:-1s;transform:translate3d(79vw,56vh,71px);background:#d7d6d0}@keyframes square-particle-animation-6{to{transform:translate3d(40vw,3vh,63px)}}.square-particle:nth-child(6){animation:square-particle-animation-6 60s infinite;opacity:.22;height:58px;width:58px;animation-delay:-1.2s;transform:translate3d(77vw,41vh,100px);background:#d7d6d0}@keyframes square-particle-animation-7{to{transform:translate3d(38vw,89vh,53px)}}.square-particle:nth-child(7){animation:square-particle-animation-7 60s infinite;opacity:.13;height:62px;width:62px;animation-delay:-1.4s;transform:translate3d(13vw,32vh,99px);background:#d7d6d0}@keyframes square-particle-animation-8{to{transform:translate3d(1vw,84vh,14px)}}.square-particle:nth-child(8){animation:square-particle-animation-8 60s infinite;opacity:.16;height:42px;width:42px;animation-delay:-1.6s;transform:translate3d(29vw,58vh,99px);background:#d7d6d0}@keyframes square-particle-animation-9{to{transform:translate3d(74vw,31vh,81px)}}.square-particle:nth-child(9){animation:square-particle-animation-9 60s infinite;opacity:.19;height:59px;width:59px;animation-delay:-1.8s;transform:translate3d(61vw,52vh,42px);background:#d7d6d0}@keyframes square-particle-animation-10{to{transform:translate3d(34vw,85vh,88px)}}.square-particle:nth-child(10){animation:square-particle-animation-10 60s infinite;opacity:.2;height:66px;width:66px;animation-delay:-2s;transform:translate3d(42vw,41vh,74px);background:#d7d6d0}@keyframes square-particle-animation-11{to{transform:translate3d(12vw,6vh,60px)}}.square-particle:nth-child(11){animation:square-particle-animation-11 60s infinite;opacity:.04;height:68px;width:68px;animation-delay:-2.2s;transform:translate3d(62vw,45vh,33px);background:#d7d6d0}@keyframes square-particle-animation-12{to{transform:translate3d(31vw,37vh,64px)}}.square-particle:nth-child(12){animation:square-particle-animation-12 60s infinite;opacity:.09;height:77px;width:77px;animation-delay:-2.4s;transform:translate3d(69vw,5vh,43px);background:#d7d6d0}@keyframes square-particle-animation-13{to{transform:translate3d(87vw,85vh,55px)}}.square-particle:nth-child(13){animation:square-particle-animation-13 60s infinite;opacity:.22;height:64px;width:64px;animation-delay:-2.6s;transform:translate3d(49vw,89vh,53px);background:#d7d6d0}@keyframes square-particle-animation-14{to{transform:translate3d(38vw,12vh,21px)}}.square-particle:nth-child(14){animation:square-particle-animation-14 60s infinite;opacity:.01;height:67px;width:67px;animation-delay:-2.8s;transform:translate3d(83vw,21vh,24px);background:#d7d6d0}@keyframes square-particle-animation-15{to{transform:translate3d(50vw,33vh,36px)}}.square-particle:nth-child(15){animation:square-particle-animation-15 60s infinite;opacity:.06;height:43px;width:43px;animation-delay:-3s;transform:translate3d(24vw,34vh,26px);background:#d7d6d0}@keyframes square-particle-animation-16{to{transform:translate3d(39vw,31vh,46px)}}.square-particle:nth-child(16){animation:square-particle-animation-16 60s infinite;opacity:.1;height:67px;width:67px;animation-delay:-3.2s;transform:translate3d(19vw,77vh,6px);background:#d7d6d0}@keyframes square-particle-animation-17{to{transform:translate3d(2vw,77vh,59px)}}.square-particle:nth-child(17){animation:square-particle-animation-17 60s infinite;opacity:.12;height:44px;width:44px;animation-delay:-3.4s;transform:translate3d(1vw,2vh,9px);background:#d7d6d0}@keyframes square-particle-animation-18{to{transform:translate3d(22vw,12vh,91px)}}.square-particle:nth-child(18){animation:square-particle-animation-18 60s infinite;opacity:.22;height:43px;width:43px;animation-delay:-3.6s;transform:translate3d(57vw,36vh,7px);background:#d7d6d0}@keyframes square-particle-animation-19{to{transform:translate3d(6vw,82vh,88px)}}.square-particle:nth-child(19){animation:square-particle-animation-19 60s infinite;opacity:.24;height:61px;width:61px;animation-delay:-3.8s;transform:translate3d(27vw,78vh,30px);background:#d7d6d0}@keyframes square-particle-animation-20{to{transform:translate3d(78vw,53vh,15px)}}.square-particle:nth-child(20){animation:square-particle-animation-20 60s infinite;opacity:.05;height:59px;width:59px;animation-delay:-4s;transform:translate3d(68vw,71vh,18px);background:#d7d6d0}@keyframes square-particle-animation-21{to{transform:translate3d(49vw,42vh,11px)}}.square-particle:nth-child(21){animation:square-particle-animation-21 60s infinite;opacity:.24;height:41px;width:41px;animation-delay:-4.2s;transform:translate3d(24vw,85vh,17px);background:#d7d6d0}@keyframes square-particle-animation-22{to{transform:translate3d(71vw,16vh,98px)}}.square-particle:nth-child(22){animation:square-particle-animation-22 60s infinite;opacity:.05;height:57px;width:57px;animation-delay:-4.4s;transform:translate3d(6vw,85vh,37px);background:#d7d6d0}@keyframes square-particle-animation-23{to{transform:translate3d(45vw,76vh,63px)}}.square-particle:nth-child(23){animation:square-particle-animation-23 60s infinite;opacity:.07;height:53px;width:53px;animation-delay:-4.6s;transform:translate3d(13vw,15vh,57px);background:#d7d6d0}@keyframes square-particle-animation-24{to{transform:translate3d(13vw,22vh,8px)}}.square-particle:nth-child(24){animation:square-particle-animation-24 60s infinite;opacity:.16;height:50px;width:50px;animation-delay:-4.8s;transform:translate3d(33vw,64vh,56px);background:#d7d6d0}@keyframes square-particle-animation-25{to{transform:translate3d(18vw,75vh,82px)}}.square-particle:nth-child(25){animation:square-particle-animation-25 60s infinite;opacity:.29;height:49px;width:49px;animation-delay:-5s;transform:translate3d(1vw,4vh,33px);background:#d7d6d0}@keyframes square-particle-animation-26{to{transform:translate3d(74vw,29vh,94px)}}.square-particle:nth-child(26){animation:square-particle-animation-26 60s infinite;opacity:.01;height:76px;width:76px;animation-delay:-5.2s;transform:translate3d(4vw,46vh,85px);background:#d7d6d0}@keyframes square-particle-animation-27{to{transform:translate3d(31vw,6vh,6px)}}.square-particle:nth-child(27){animation:square-particle-animation-27 60s infinite;opacity:.13;height:75px;width:75px;animation-delay:-5.4s;transform:translate3d(42vw,11vh,94px);background:#d7d6d0}@keyframes square-particle-animation-28{to{transform:translate3d(16vw,60vh,55px)}}.square-particle:nth-child(28){animation:square-particle-animation-28 60s infinite;opacity:.13;height:80px;width:80px;animation-delay:-5.6s;transform:translate3d(81vw,30vh,77px);background:#d7d6d0}@keyframes square-particle-animation-29{to{transform:translate3d(77vw,7vh,6px)}}.square-particle:nth-child(29){animation:square-particle-animation-29 60s infinite;opacity:.27;height:44px;width:44px;animation-delay:-5.8s;transform:translate3d(43vw,50vh,34px);background:#d7d6d0}@keyframes square-particle-animation-30{to{transform:translate3d(50vw,68vh,100px)}}.square-particle:nth-child(30){animation:square-particle-animation-30 60s infinite;opacity:.02;height:44px;width:44px;animation-delay:-6s;transform:translate3d(83vw,41vh,38px);background:#d7d6d0}@keyframes square-particle-animation-31{to{transform:translate3d(30vw,65vh,58px)}}.square-particle:nth-child(31){animation:square-particle-animation-31 60s infinite;opacity:.01;height:68px;width:68px;animation-delay:-6.2s;transform:translate3d(47vw,27vh,76px);background:#d7d6d0}@keyframes square-particle-animation-32{to{transform:translate3d(78vw,43vh,61px)}}.square-particle:nth-child(32){animation:square-particle-animation-32 60s infinite;opacity:.21;height:79px;width:79px;animation-delay:-6.4s;transform:translate3d(2vw,46vh,27px);background:#d7d6d0}@keyframes square-particle-animation-33{to{transform:translate3d(8vw,63vh,67px)}}.square-particle:nth-child(33){animation:square-particle-animation-33 60s infinite;opacity:.14;height:60px;width:60px;animation-delay:-6.6s;transform:translate3d(48vw,17vh,26px);background:#d7d6d0}@keyframes square-particle-animation-34{to{transform:translate3d(30vw,75vh,27px)}}.square-particle:nth-child(34){animation:square-particle-animation-34 60s infinite;opacity:.27;height:68px;width:68px;animation-delay:-6.8s;transform:translate3d(88vw,89vh,35px);background:#d7d6d0}@keyframes square-particle-animation-35{to{transform:translate3d(45vw,46vh,26px)}}.square-particle:nth-child(35){animation:square-particle-animation-35 60s infinite;opacity:.21;height:55px;width:55px;animation-delay:-7s;transform:translate3d(29vw,80vh,41px);background:#d7d6d0}@keyframes square-particle-animation-36{to{transform:translate3d(84vw,75vh,68px)}}.square-particle:nth-child(36){animation:square-particle-animation-36 60s infinite;opacity:.13;height:79px;width:79px;animation-delay:-7.2s;transform:translate3d(45vw,45vh,68px);background:#d7d6d0}@keyframes square-particle-animation-37{to{transform:translate3d(31vw,30vh,53px)}}.square-particle:nth-child(37){animation:square-particle-animation-37 60s infinite;opacity:.15;height:62px;width:62px;animation-delay:-7.4s;transform:translate3d(52vw,65vh,21px);background:#d7d6d0}@keyframes square-particle-animation-38{to{transform:translate3d(54vw,58vh,65px)}}.square-particle:nth-child(38){animation:square-particle-animation-38 60s infinite;opacity:.19;height:66px;width:66px;animation-delay:-7.6s;transform:translate3d(8vw,66vh,48px);background:#d7d6d0}@keyframes square-particle-animation-39{to{transform:translate3d(66vw,49vh,25px)}}.square-particle:nth-child(39){animation:square-particle-animation-39 60s infinite;opacity:.04;height:52px;width:52px;animation-delay:-7.8s;transform:translate3d(11vw,71vh,10px);background:#d7d6d0}@keyframes square-particle-animation-40{to{transform:translate3d(1vw,26vh,12px)}}.square-particle:nth-child(40){animation:square-particle-animation-40 60s infinite;opacity:.2;height:42px;width:42px;animation-delay:-8s;transform:translate3d(76vw,12vh,61px);background:#d7d6d0}@keyframes square-particle-animation-41{to{transform:translate3d(65vw,53vh,77px)}}.square-particle:nth-child(41){animation:square-particle-animation-41 60s infinite;opacity:.17;height:67px;width:67px;animation-delay:-8.2s;transform:translate3d(31vw,14vh,67px);background:#d7d6d0}@keyframes square-particle-animation-42{to{transform:translate3d(18vw,78vh,50px)}}.square-particle:nth-child(42){animation:square-particle-animation-42 60s infinite;opacity:.09;height:80px;width:80px;animation-delay:-8.4s;transform:translate3d(10vw,29vh,55px);background:#d7d6d0}@keyframes square-particle-animation-43{to{transform:translate3d(3vw,58vh,95px)}}.square-particle:nth-child(43){animation:square-particle-animation-43 60s infinite;opacity:.12;height:66px;width:66px;animation-delay:-8.6s;transform:translate3d(83vw,14vh,77px);background:#d7d6d0}@keyframes square-particle-animation-44{to{transform:translate3d(60vw,14vh,88px)}}.square-particle:nth-child(44){animation:square-particle-animation-44 60s infinite;opacity:.18;height:54px;width:54px;animation-delay:-8.8s;transform:translate3d(82vw,75vh,4px);background:#d7d6d0}@keyframes square-particle-animation-45{to{transform:translate3d(87vw,59vh,40px)}}.square-particle:nth-child(45){animation:square-particle-animation-45 60s infinite;opacity:.06;height:48px;width:48px;animation-delay:-9s;transform:translate3d(6vw,16vh,8px);background:#d7d6d0}@keyframes square-particle-animation-46{to{transform:translate3d(46vw,80vh,45px)}}.square-particle:nth-child(46){animation:square-particle-animation-46 60s infinite;opacity:.01;height:43px;width:43px;animation-delay:-9.2s;transform:translate3d(76vw,43vh,60px);background:#d7d6d0}@keyframes square-particle-animation-47{to{transform:translate3d(46vw,15vh,74px)}}.square-particle:nth-child(47){animation:square-particle-animation-47 60s infinite;opacity:.25;height:77px;width:77px;animation-delay:-9.4s;transform:translate3d(46vw,74vh,17px);background:#d7d6d0}@keyframes square-particle-animation-48{to{transform:translate3d(38vw,1vh,36px)}}.square-particle:nth-child(48){animation:square-particle-animation-48 60s infinite;opacity:.12;height:56px;width:56px;animation-delay:-9.6s;transform:translate3d(39vw,38vh,74px);background:#d7d6d0}.service-section{padding-bottom:0;overflow:hidden}@media (max-width:767.98px){.service-section{padding-top:0}}.service-section .grid.mb-5{margin-bottom:0!important}.service-section .particle-container{position:relative}@media (max-width:991.98px){.service-section .particle-container .particle{display:none}}.service-section .particle-container .particle:first-child{height:9.375rem;width:10rem;background:#e9eeee;position:absolute;right:26.125rem;top:-3.125rem;z-index:-1}.service-section .particle-container .particle:nth-child(2){height:2.875rem;width:2.875rem;background:#212121;opacity:.05;position:absolute;right:24.5rem;top:5.0625rem}.service-section .particle-container .particle:nth-child(3){height:3.125rem;width:6.5625rem;background:#d6d5cf;position:absolute;bottom:0;right:23.875rem}.service-section .particle-container .particle:nth-child(4){height:12.5rem;width:18.75rem;background:#212121;opacity:.6;position:absolute;right:-.9375rem;top:.5625rem}.service-section .particle-container .particle:nth-child(5){height:2rem;width:6.5625rem;background:#212121;opacity:.05;position:absolute;right:.6875rem;bottom:0}.service-cards-container{width:100%;background-color:#212121}@media (min-width:992px){.col-lg-3:not(:last-child)>.service-card{border-right:1px solid #373737}}@media (max-width:767.98px){.col-lg-3:not(:last-child)>.service-card{border-bottom:1px solid #373737;border-right:1px solid #373737}}@media (max-width:575.98px){.col-lg-3:not(:last-child)>.service-card{border-bottom:1px solid #373737;border-right:none}}.service-card{position:relative;padding:1.875rem;height:31.25rem;z-index:100;overflow:hidden;transition:all .5s;background:#212121;display:flex;align-items:center;justify-content:center}@media (max-width:767px){.service-card{height:21.875rem}}@media (min-width:1200px){.service-card{min-height:37.5rem}}.service-card:hover{background:#d0d0d0}.service-card:hover .service-card__content .h5:before,.service-card:hover .service-card__content h5:before{width:100%}.service-card:hover .service-card__content p{color:#212121}.service-card:hover__link{text-decoration:none}.service-card:hover .service-card__overlay{opacity:1}.service-card:hover a{color:#212121;text-underline:none}.service-card:hover a span.right-arrow{margin-left:3.75rem}.service-card__overlay{transition:all .3s;opacity:0;position:absolute;width:100%;height:100%;z-index:-1}.service-card__overlay:before{content:"";position:absolute;width:4.5625rem;height:4.5625rem;top:0;left:0;background-color:#bbb}.service-card__overlay:after{content:"";position:absolute;width:1.75rem;height:1.75rem;bottom:0;right:0;background-color:#bbb}.service-card__content{position:relative;margin-top:1.875rem;min-height:250px}.service-card__content .h5,.service-card__content h5{margin-bottom:1.25rem}.service-card__content .h5:before,.service-card__content h5:before{content:"";transition:all .3s;position:absolute;left:0;top:-1.875rem;height:.625rem;width:2.5rem;background-color:#008656}.service-card__content .h5>a,.service-card__content h5>a{color:#fff}.service-card__content p{font-size:1rem;color:#d0d0d0}.service-card__link{color:#fff}.featured-service-h2-title{font-size:4.5rem;line-height:4.25rem;z-index:1}@media (max-width:991.98px){.featured-service-h2-title{font-size:3rem;line-height:3.25rem}}@media (max-width:767px){.featured-service-h2-title{margin-top:3rem}}.integration-section{padding:6rem 0 3rem}.integration-section .h3,.integration-section h3{font-size:3.375rem;line-height:4.25rem}@media (max-width:991.98px){.integration-section .h3,.integration-section h3{font-size:3rem;line-height:3.25rem}}.integration-grid__item{height:11.25rem;background-color:#fff;border:1px solid #ebebeb;text-align:center;margin-bottom:1.875rem}.integration-grid__item img{vertical-align:middle;display:inline;width:10rem;height:auto;transition:all .3s ease-in-out}.integration-grid__item:before{display:inline-block;height:100%;content:"";vertical-align:middle}.smb-header-section{position:relative;padding:11.25rem 0}.smb-header-section .h1,.smb-header-section h1{font-size:3rem;line-height:3.25rem}@media only screen and (max-width:1280px){.smb-header-section .h1,.smb-header-section h1{font-size:2.25rem;line-height:3rem}}.smb-header-section .h1:before,.smb-header-section h1:before{content:"";background-color:#008656;height:.625rem;width:2.5rem;display:block;margin-bottom:2.8125rem}.smb-header-section p{font-size:1.375rem;line-height:1.75rem}.smb-intro-section{overflow:unset;padding:7.5rem 0}.smb-intro-section .smb-intro-header-wrap{position:relative}.smb-intro-section .smb-intro-header-wrap .particle{position:absolute}@media (max-width:991.98px){.smb-intro-section .smb-intro-header-wrap .particle{display:none}}.smb-intro-section .smb-intro-header-wrap .particle:first-child{height:3.875rem;width:3.875rem;background:rgba(0,134,86,.25);left:7.0625rem;top:-1.5rem}.smb-intro-section .smb-intro-header-wrap .particle:nth-child(2){height:3.5rem;width:3.5rem;background:rgba(0,134,86,.5);left:0;top:-3.625rem}.smb-intro-section .smb-intro-header-wrap .particle:nth-child(3){height:5.9375rem;width:5.9375rem;background:rgba(173,215,199,.25);left:3.5625rem;top:-.4375rem;z-index:-1}.smb-intro-section .smb-intro-header-wrap .particle:nth-child(4){height:11.875rem;width:11.875rem;background:rgba(173,215,199,.25);right:3.5625rem;top:-2.25rem;z-index:-1}.smb-intro-section .smb-intro-header-wrap .particle:nth-child(5){height:5.9375rem;width:5.9375rem;background:rgba(173,215,199,.5);right:-.4375rem;top:5.5625rem;z-index:-1}.smb-intro-section .smb-intro-header-wrap .h3,.smb-intro-section .smb-intro-header-wrap h3{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:2.25rem;line-height:2.625rem;font-weight:400}@media (max-width:991.98px){.smb-intro-section .smb-intro-header-wrap .h3,.smb-intro-section .smb-intro-header-wrap h3{font-size:1.875rem;line-height:2.25rem}}.smb-intro-section .smb-intro-header-wrap .h3 span,.smb-intro-section .smb-intro-header-wrap h3 span{font-weight:600}.smb-intro-box-section{padding:0}.smb-intro-box-section .smb-intro-box{min-height:30rem;padding:1.875rem;background-color:#fff;border:.0625rem solid #e1e1e1}.smb-intro-box-section .smb-intro-box--gray{background-color:#f6f6f6}.smb-intro-box-section .smb-intro-box__icon{padding:1.875rem 0}.smb-intro-box-section .smb-intro-box__icon svg{height:4.5rem;width:auto}.smb-intro-box-section .smb-intro-box__content .h3,.smb-intro-box-section .smb-intro-box__content h3{font-size:1.5rem;line-height:1.625rem;font-weight:600;color:#212121}.smb-intro-box-section .smb-intro-box__content p{color:#999;margin-bottom:0}.smb-demo-section .h2,.smb-demo-section h2{font-size:4.5rem;line-height:4.25rem}.smb-demo-section .h2:before,.smb-demo-section h2:before{content:"";background-color:#008656;height:.625rem;width:2.5rem;display:block;margin-bottom:1.875rem}@media (max-width:991.98px){.smb-demo-section .h2,.smb-demo-section h2{font-size:3rem;line-height:3.25rem}}.smb-demo-section p{font-size:2.25rem;line-height:2.625rem}@media (max-width:991.98px){.smb-demo-section p{font-size:1.875rem;line-height:2.25rem}}.smb-demo-section .embed-container{position:relative;padding-bottom:56.5%;overflow:hidden;text-align:center;margin-bottom:1.875rem}.smb-demo-section .embed-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}@media (min-width:1200px){.smb-pricing-intro-section{height:45rem}}.smb-pricing-intro-section .h2,.smb-pricing-intro-section h2{font-size:3rem;line-height:4.25rem;margin-bottom:.9375rem}.smb-pricing-intro-section p{font-size:1.5rem;line-height:2rem}.smb-pricing-intro-section p span{font-weight:600}.smb-pricing-section{overflow:initial}@media (min-width:1200px){.smb-pricing-section .container{margin-top:-28.125rem}}.smb-pricing-section .pricing-box{padding:1.875rem;border:1px solid #e1e1e1;background:#fff}.smb-pricing-section .pricing-box__tag{width:100%;height:3.75rem;display:flex;align-items:center;justify-content:center}.smb-pricing-section .pricing-box__tag--basic{background-color:#212121}.smb-pricing-section .pricing-box__tag--preferred{background-color:#92c644}.smb-pricing-section .pricing-box__tag--pro{background-color:#add7c7}.smb-pricing-section .pricing-box__tag span{font-size:1.5rem;text-transform:uppercase;color:#fff}.smb-pricing-section .pricing-box__price{padding:3.75rem 0;text-align:center}.smb-pricing-section .pricing-box__price span{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:600;font-size:3rem}.smb-pricing-section .pricing-box__content ul{list-style:none;margin-left:.9375rem;color:#666;padding-left:0}.smb-pricing-section .pricing-box__content ul li{font-size:.875rem;margin-bottom:.625rem;color:#212121;text-decoration:underline;cursor:pointer}.smb-pricing-section .pricing-box__content ul li:hover{color:#008656}.smb-pricing-section .pricing-box__content ul li:before{content:"\2022";color:#008656;display:inline-block;width:.9375rem;margin-left:-.9375rem}.smb-pricing-section .pricing-box__detail{padding:3.75rem 0}.smb-pricing-section .pricing-box__detail .h3,.smb-pricing-section .pricing-box__detail h3{font-size:1.5rem;line-height:1.75rem}.smb-pricing-section .pricing-box__button{padding:2.8125rem 0;text-align:center}@media (max-width:991.98px){.smb-pricing-section .pricing-box{margin:.625rem 0}}.smb-faqs-section{background:#000}.smb-faqs-section .h2,.smb-faqs-section h2{font-size:4.5rem;line-height:4.5rem;font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:700;color:#fff;text-transform:uppercase;text-align:right;margin-right:.9375rem}.smb-faqs-section .h2:before,.smb-faqs-section h2:before{content:"";background-color:#008656;height:.625rem;width:2.5rem;display:block;margin-bottom:1.875rem;margin-left:auto}@media (max-width:991.98px){.smb-faqs-section .h2,.smb-faqs-section h2{font-size:3rem;line-height:3.25rem}}.smb-faqs-section .accordion__title .h5,.smb-faqs-section .accordion__title h5{font-size:1rem;font-family:Roboto,Arial,Helvetica,sans-serif;margin-bottom:.9375rem;width:90%;color:#fff}.smb-faqs-section .accordion__title[aria-expanded=true] .h5,.smb-faqs-section .accordion__title[aria-expanded=true] h5{color:#008656}.smb-faqs-section .accordion__title[aria-expanded=true]:after{background-color:#008656;border-color:#008656}.smb-faqs-section .accordion__title:after{content:"";width:.625rem;height:.625rem;border:.0625rem solid #666}.smb-faqs-section .accordion__details p{padding-left:.9375rem;padding-right:.9375rem;width:90%;margin-bottom:1.25rem;color:#fff}.smb-faqs-section .accordion__details ol,.smb-faqs-section .accordion__details ul{color:#fff}.page-template-page-smb .integration-section .h3,.page-template-page-smb .integration-section h3{font-size:2.25rem;line-height:2.625rem}.smb-customize-section .h2,.smb-customize-section h2{font-size:2.25rem;line-height:2.1875rem;font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:400;color:#212121}.smb-customize-section .h2:before,.smb-customize-section h2:before{content:"";position:absolute;width:2.125rem;height:2.125rem;background-color:rgba(204,235,235,.5);left:-1rem;top:-1.5rem;z-index:-1}.smb-customize-section .h2:after,.smb-customize-section h2:after{content:"";position:absolute;width:3.125rem;height:3.125rem;background-color:rgba(204,219,219,.5);left:0;top:-.5rem;z-index:-1}.smb-customize-section .smb-customize-box{background:#f6f6f6;padding:1.25rem 1.25rem 0}@media (max-width:991.98px){.smb-customize-section .smb-customize-box{padding:1.25rem}}.smb-customize-section .smb-customize-box .smb-customize-box__price{background:#666;display:inline;padding:15px;position:absolute;top:0;right:15px;font-size:1rem;line-height:1.75rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:900;color:#fff}.smb-customize-section .smb-customize-box .smb-customize-box__icon svg{max-height:35px}.smb-customize-section .smb-customize-box .smb-customize-box__content{border-top:1px solid #c3c3c3;margin-top:1.25rem;padding-top:1.25rem}.smb-customize-section .smb-customize-box .smb-customize-box__content .h3,.smb-customize-section .smb-customize-box .smb-customize-box__content h3{font-size:1rem;line-height:1.125rem;font-family:Roboto,Arial,Helvetica,sans-serif;margin:0;color:#212121}@media (max-width:991.98px){.smb-customize-section .smb-customize-box{margin-bottom:1.25rem}}.smb-testimonial-section .item{padding:20px 0}@media (max-width:991.98px){.smb-testimonial-section .offset-2{margin:0}}.smb-testimonial-section .owl-carousel blockquote .h2,.smb-testimonial-section .owl-carousel blockquote h2{font-size:2.25rem;line-height:2.625rem;font-family:Roboto,Arial,Helvetica,sans-serif;color:#343741;padding-left:60px}.smb-testimonial-section .owl-carousel blockquote .h2 .fa-quote-left,.smb-testimonial-section .owl-carousel blockquote h2 .fa-quote-left{position:absolute;top:-10px;left:20px;font-size:1.75rem}.smb-testimonial-section .owl-carousel blockquote .h2 .fa-quote-right,.smb-testimonial-section .owl-carousel blockquote h2 .fa-quote-right{position:relative;top:-5px;left:20px;font-size:1.75rem}.smb-testimonial-section .owl-carousel .h3,.smb-testimonial-section .owl-carousel h3{font-size:1.5rem;line-height:2rem;font-family:Roboto,Arial,Helvetica,sans-serif}.smb-testimonial-section .owl-carousel .h3:before,.smb-testimonial-section .owl-carousel h3:before{content:"";background-color:#008656;height:.625rem;width:2.5rem;display:block;margin-bottom:1.875rem}.smb-testimonial-section .owl-carousel i{font-size:1.5rem;line-height:2rem}.smb-testimonial-section .owl-carousel .owl-nav{position:absolute;top:0;right:0;bottom:0;margin-top:30px}@media (max-width:991.98px){.smb-testimonial-section .owl-carousel .owl-nav{bottom:50px;margin-top:0;top:unset}}.smb-testimonial-section .owl-carousel .owl-nav button{outline:none;color:#d8d8d8}.smb-testimonial-section .owl-carousel .owl-nav button:hover{background:transparent;color:#008656}.smb-testimonial-section .owl-carousel .owl-nav button i{font-size:2.125rem}.smb-testimonial-section .owl-carousel .owl-dots{display:none}.smb-franchises-section .col-md-6 img{width:100%;padding-right:1.25rem}.smb-franchises-section .col-md-6 .h2,.smb-franchises-section .col-md-6 h2{font-size:4.5rem;line-height:4.125rem;letter-spacing:.2}.smb-franchises-section .col-md-6 .h2:before,.smb-franchises-section .col-md-6 h2:before{content:"";position:absolute;width:3.125rem;height:3.125rem;background-color:rgba(255,71,0,.5);opacity:.6;left:0;top:.5rem;z-index:-1}@media (max-width:991.98px){.smb-franchises-section .col-md-6 .h2,.smb-franchises-section .col-md-6 h2{font-size:3rem;line-height:3.25rem}}.smb-franchises-section .col-md-6 .h2:after,.smb-franchises-section .col-md-6 h2:after{content:"";position:absolute;width:3.125rem;height:3.125rem;background-color:rgba(255,71,0,.5);left:2rem;top:-1.5rem;z-index:-1}.smb-form-section{background-color:#f6f6f6;z-index:11}.smb-form-section .form-main .row{margin-bottom:.9375rem}.smb-form-section .form-main .form-group label{font-family:Roboto,Arial,Helvetica,sans-serif;font-size:1rem;font-weight:700}.smb-form-section .form-main .form-group input.form-control{border-radius:.125rem;padding:1.875rem .9375rem;border-color:#ebebeb}.smb-form-section .form-main .form-group input.form-control:focus{box-shadow:none;border-color:#008656}.smb-form-section .form-main .form-group textarea.form-control{border-radius:.125rem;padding:.9375rem;border-color:#ebebeb;resize:none}.smb-form-section .form-main .form-group textarea.form-control:focus{box-shadow:none;border-color:#008656}.smb-form-section .form-main .form-group p{margin-bottom:0;font-size:.875rem;line-height:1.75rem}@media (max-width:991.98px){.smb-form-section .form-side .particle{display:none}}.smb-form-section .form-side .particle:first-child{height:10.25rem;width:16.9375rem;background:#e9eeee;opacity:.7;position:absolute;bottom:-10.625rem;left:11.8125rem}.smb-form-section .form-side .h2,.smb-form-section .form-side h2{font-size:4.5rem;line-height:4.125rem;font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:700;padding-bottom:2.8125rem;margin-bottom:2.8125rem}.smb-form-section .form-side .h2:before,.smb-form-section .form-side h2:before{content:"";position:absolute;width:6.5625rem;height:6.5625rem;background-color:#e9eeee;opacity:.7;left:-1.3125rem;top:-2.1875rem;z-index:-1}@media (max-width:767.98px){.smb-form-section .form-side .h2:before,.smb-form-section .form-side h2:before{display:none}}@media (max-width:991.98px){.smb-form-section .form-side .h2,.smb-form-section .form-side h2{font-size:3rem;line-height:3.25rem}}.smb-form-section .form-side__info{margin-bottom:1.875rem}.smb-form-section .form-side__info:last-child{border-bottom:.0625rem solid #c3c3c3;padding-bottom:2.8125rem}.smb-form-section .form-side__info .h4,.smb-form-section .form-side__info h4{font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:700;font-size:1rem;line-height:1.875rem;margin-bottom:.3125rem;text-transform:uppercase}.smb-form-section .form-side__info span{display:block}.smb-form-section .form-side__info span a{font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:700;font-size:1rem;line-height:1.875rem;margin-bottom:.3125rem;text-transform:uppercase}.smb-form-section .form-side__info p{margin-bottom:0}.smb-form-section .form-side__info p a{font-weight:700}.feed-section__title{font-size:2.25rem}@media (min-width:992px){.feed-section__right-col{padding-left:2.8125rem}}.feed-card--horizontal{margin-bottom:2.8125rem}.feed-card--horizontal__content{width:100%}.feed-card--horizontal__content .h5,.feed-card--horizontal__content h5{font-size:1.375rem;margin-bottom:.5rem}.client-contact-form-section{padding:3rem 0}.client-contact-form-section .heading{text-align:center;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:2.125rem;margin-bottom:1rem}.client-contact-form-section .subheading{text-align:center;font-size:1.125rem;font-family:Roboto,Arial,Helvetica,sans-serif;color:#212121;margin-bottom:1rem}.client-contact-form-section .disclaimer{text-align:center;font-size:.9375rem;font-family:Roboto,Arial,Helvetica,sans-serif;color:#212121;margin-bottom:2rem}.client-contact-form-section button.contactFormSubmitBtn{text-transform:uppercase;text-align:center;font-weight:700;font-family:Roboto,Arial,Helvetica,sans-serif;font-size:1.25rem;line-height:1.1}.prospect-contact-form-section{padding:3rem 0}.prospect-contact-form-section .heading{text-align:center;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:2.125rem;margin-bottom:1rem;line-height:1.1}.prospect-contact-form-section .desc,.prospect-contact-form-section .subheading{text-align:center;font-size:1.125rem;font-family:Roboto,Arial,Helvetica,sans-serif;color:#212121;margin-bottom:1rem}.prospect-contact-form-section .nhsp-msg{text-align:center;font-size:1.125rem;font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:700;color:#2074db;margin-bottom:1rem}.prospect-contact-form-section .disclaimer{text-align:center;font-size:.9375rem;font-family:Roboto,Arial,Helvetica,sans-serif;color:#212121;margin-bottom:2rem}.prospect-contact-form-section button.contactFormSubmitBtn{text-transform:uppercase;text-align:center;font-weight:700;font-family:Roboto,Arial,Helvetica,sans-serif;font-size:1.25rem;line-height:1.1}.candidate-contact-form-section{padding:3rem 0;background-color:#f5f5f6}.candidate-contact-form-section .heading{text-align:center;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:2.125rem;margin-bottom:1rem;color:#212121}.candidate-contact-form-section .subheading{text-align:center;font-size:1.125rem;font-family:Roboto,Arial,Helvetica,sans-serif;color:#212121;margin-bottom:2rem}.candidate-contact-form-section button.contactFormSubmitBtn{text-transform:uppercase;text-align:center;font-weight:700;font-family:Roboto,Arial,Helvetica,sans-serif;font-size:1.25rem;line-height:1.1}.custom-form #privacyConsent-error,.custom-form #usStatesDiv{display:none}.custom-form .form-check{padding-left:0}.custom-form .form-group{margin-bottom:1rem}.custom-form .form-group label{font-family:Roboto,Arial,Helvetica,sans-serif;font-size:1rem;font-weight:700;color:#212121;margin-bottom:.5rem}.custom-form .form-group select{color:#212121;display:block;height:3.75rem;padding:0 .9375rem;margin-bottom:1.25rem;background:#fff;width:100%;border-color:#c0bfb5;border-radius:.125rem;-webkit-border-radius:2px;border:1px;outline:1px solid #c0bfb5;outline-offset:-1px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-repeat:no-repeat;background-position:right 20px top 22px;background-size:.5rem;background-image:url("//www.sterlingcheck.com/wp-content/themes/sterlingnext/assets/images/icons/svg/select-arrows.svg")}.custom-form .form-group input.form-control{border-radius:.125rem;padding:1.0625rem .9375rem;border-color:#c0bfb5}.custom-form .form-group input.form-control:focus{box-shadow:none;border-color:#008656}.custom-form .form-group select.form-control:focus{box-shadow:none}.custom-form .form-group .form-check-label{display:flex}.custom-form .form-group input[type=checkbox],.custom-form .form-group input[type=radio]{display:none}.custom-form .form-group input[type=checkbox]:checked+.form-check-label .form-check-custom:after{content:"";position:absolute;-webkit-transform:rotate(45deg) scale(1);-ms-transform:rotate(45deg) scale(1);transform:rotate(45deg) scale(1);opacity:1;left:6px;top:1px;width:10px;height:15px;border:solid #616669;border-width:0 4px 4px 0;background-color:transparent;border-radius:0}.custom-form .form-group input[type=radio]:checked+.form-check-label .form-check-custom{background:#008656}.custom-form .form-group .form-check-custom{display:inline-block;position:relative;top:6px;height:1.5rem;width:1.5rem;background:#fff;border:1.5px solid #c0bfb5;margin-right:1rem;transition:background .2s ease-in-out;cursor:pointer}.custom-form .form-group .form-check-custom.ppc{margin-right:1rem}.custom-form .form-group .form-check-text{flex:1;display:inline-block;color:#737774;font-weight:400;cursor:pointer}.custom-form .form-group textarea.form-control{border-radius:.125rem;padding:.9375rem;border-color:#c0bfb5;resize:none}.custom-form .form-group textarea.form-control:focus{box-shadow:none;border-color:#008656}.custom-form .form-group p{margin-bottom:0;font-size:.875rem;line-height:1.75rem}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.global__form .form-control{padding:.9rem .9375rem!important;height:62px}}.hero-small .heading{font-family:adelle-sans,sans-serif;font-weight:700;font-size:3.25rem;color:#000;margin-bottom:2rem;position:relative;z-index:3;line-height:1.2}.hero{padding:0}@media (max-width:1199px){.hero{padding:3.75rem 0;background:#212121}}.hero__fluid-wrap{position:absolute;height:100%}@media (max-width:1199px){.hero__fluid-wrap{display:none}}.hero__fluid-wrap .row{height:100%}.hero__fluid-wrap .col-xl-6{padding-left:0;padding-right:0}.hero__fluid-wrap__left-col{height:80%;width:calc(50% - 400px);flex:0 0 calc(50% - 400px);background-color:#000;opacity:.6;z-index:-1}.hero__fluid-wrap__right-col{position:absolute;height:100%;right:0;bottom:0;width:calc(50% - 240px);flex:0 0 calc(50% - 240px)}@media (max-width:1199px){.hero__row{align-items:center}}.hero__image{position:absolute;bottom:0;right:-10%}@media (max-width:1199px){.hero__image{position:relative;right:unset;bottom:unset}}.hero__content{padding:10rem 0}@media (max-width:767px){.hero__content{padding:1.875rem 0}}@media (max-width:991px){.hero__content{padding:2.5rem 0}}@media (max-width:1199px){.hero__content{padding:5.625rem 0}}.hero--orange .hero__fluid-wrap__right-col{background-color:#008656}.hero--turquoise .hero__fluid-wrap__right-col{background-color:#add7c7}.hero--darkgray .hero__fluid-wrap__right-col{background-color:#666}.hero--lightgray .hero__fluid-wrap__right-col{background-color:#ededed}.hero .h1,.hero h1{position:relative;font-size:3rem;line-height:3rem;text-transform:capitalize}@media (max-width:991.98px){.hero .h1,.hero h1{font-size:2.25rem;line-height:3rem}}.hero .h1:before,.hero h1:before{content:"";position:absolute;width:5.625rem;height:5.625rem;background-color:rgba(0,134,86,.5);left:-1.25rem;top:-2.8125rem;z-index:-1}@media (max-width:991px){.hero .h1:before,.hero h1:before{display:none}}.hero .h5,.hero h5{color:#d0d0d0;font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:400;width:90%}@media (max-width:1199px){.hero .h5,.hero h5{width:100%;font-size:1rem;line-height:1.375rem}}.faq-accordion-with-headline-section{padding:3rem 0;background-color:#fff}.faq-accordion-with-headline-section .heading{text-align:center;font-size:2.375rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;line-height:1.5;margin-bottom:0}@media (max-width:767px){.faq-accordion-with-headline-section .heading{font-size:1.875rem}}.faq-accordion-with-headline-section .basics-accordion{margin:1rem auto 0}.faq-accordion-with-headline-section .basics-accordion .btn{width:100%;font-weight:700;font-size:1rem;color:#212121;padding:0;text-align:left;position:relative;outline:none}.faq-accordion-with-headline-section .basics-accordion .btn .fas{width:45px}.faq-accordion-with-headline-section .basics-accordion .btn .fa-minus,.faq-accordion-with-headline-section .basics-accordion .btn .fa-plus{color:#008656}.faq-accordion-with-headline-section .basics-accordion .btn .fa-stack{font-size:18px;position:absolute;right:25px;width:auto}.faq-accordion-with-headline-section .basics-accordion .btn .heading-text{padding-right:4.375rem;font-weight:400;font-size:1.125rem;color:#333f48;line-height:1.5;font-family:Roboto,Arial,Helvetica,sans-serif}.faq-accordion-with-headline-section .basics-accordion .card{border-radius:0;border-bottom:1px solid #ccc;border-top:none;border-left:none;border-right:none}.faq-accordion-with-headline-section .basics-accordion .card:last-child{margin-bottom:0}.faq-accordion-with-headline-section .basics-accordion .card-header{border-radius:0;border:none;background-color:#fff;padding:1.5rem 1.25rem;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}.faq-accordion-with-headline-section .basics-accordion .card-header[aria-expanded=true]{padding-bottom:1rem;border-top:1px solid #008656;margin-top:-1px}.faq-accordion-with-headline-section .basics-accordion .card-header[aria-expanded=true] .heading-text{color:#008656;font-weight:700}.faq-accordion-with-headline-section .basics-accordion .card-header[aria-expanded=true]~.collapse{border-bottom:1px solid #008656;margin-bottom:-1px}.faq-accordion-with-headline-section .basics-accordion .card-body{background-color:#fff;padding-top:0;font-size:1.125rem;line-height:1.5;color:#333f48;font-family:Roboto,Arial,Helvetica,sans-serif}.faq-accordion-with-headline-section .basics-accordion .btn-link:focus,.faq-accordion-with-headline-section .basics-accordion .btn-link:hover{text-decoration:none}.faq-accordion-with-headline-section .basics-accordion li+li{margin-top:10px}.two-columns-accordion-with-description-section{padding:6rem 0;position:relative}@media (max-width:991px){.two-columns-accordion-with-description-section{padding-bottom:4.5rem}}.two-columns-accordion-with-description-section .particle:first-child{height:4.375rem;width:4.375rem;background:#008656;opacity:.35;position:absolute;bottom:-.625rem;right:9%;z-index:0}@media (max-width:991px){.two-columns-accordion-with-description-section .particle:first-child{display:none}}.two-columns-accordion-with-description-section .particle:nth-child(2){height:1.5625rem;width:1.5625rem;background:#0066ba;opacity:.7;position:absolute;bottom:-1.5625rem;right:13%;z-index:0}@media (max-width:991px){.two-columns-accordion-with-description-section .particle:nth-child(2){display:none}}.two-columns-accordion-with-description-section .particle:nth-child(3){height:.9375rem;width:.9375rem;background:#dde5e5;opacity:.4;position:absolute;bottom:4.6875rem;right:15%;z-index:0}@media (max-width:991px){.two-columns-accordion-with-description-section .particle:nth-child(3){display:none}}.two-columns-accordion-with-description-section .heading{font-size:1.875rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;line-height:1.3;margin-bottom:1.5rem}.two-columns-accordion-with-description-section .desc{color:#212121;font-size:1.125rem;margin-bottom:2.5rem;padding-right:7rem}.two-columns-accordion-with-description-section .desc.text-center{padding-right:0}@media (max-width:1199px){.two-columns-accordion-with-description-section .desc{padding-right:0}}.two-columns-accordion-with-description-section .desc p{font-size:1.125rem}.two-columns-accordion-with-description-section .two-columns-accordion{width:100%;margin-top:1rem}.two-columns-accordion-with-description-section .two-columns-accordion .btn{width:100%;font-weight:700;font-size:1rem;color:#212121;padding:0;text-align:left;position:relative;outline:none}.two-columns-accordion-with-description-section .two-columns-accordion .btn .fas{width:45px}.two-columns-accordion-with-description-section .two-columns-accordion .btn .fa-minus,.two-columns-accordion-with-description-section .two-columns-accordion .btn .fa-plus{color:#008656}.two-columns-accordion-with-description-section .two-columns-accordion .btn .fa-stack{font-size:18px;position:absolute;right:25px;width:auto}.two-columns-accordion-with-description-section .two-columns-accordion .btn .heading-text{padding-right:4.375rem;font-weight:700;font-size:1.25rem;color:#212121;line-height:1.5;font-family:adelle-sans,Arial,Helvetica,sans-serif}@media (max-width:767px){.two-columns-accordion-with-description-section .two-columns-accordion .btn .heading-text{font-size:1rem}}.two-columns-accordion-with-description-section .two-columns-accordion .card{border-radius:0;border:none;margin-bottom:1.5rem}.two-columns-accordion-with-description-section .two-columns-accordion .card:last-child{margin-bottom:0}@media (max-width:991px){.two-columns-accordion-with-description-section .two-columns-accordion .card:last-child{margin-bottom:1.5rem}}.two-columns-accordion-with-description-section .two-columns-accordion .card-header{border-radius:0;border:1px solid #707070;background-color:#fff;padding:.5rem 2rem;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}.two-columns-accordion-with-description-section .two-columns-accordion .card-header[aria-expanded=true]{border-top:1px solid #008656;border-left:1px solid #008656;border-right:1px solid #008656;border-bottom:none;padding-top:1rem;padding-bottom:1rem;margin-bottom:0}.two-columns-accordion-with-description-section .two-columns-accordion .card-header[aria-expanded=true] .heading-text{color:#008656;font-weight:700}.two-columns-accordion-with-description-section .two-columns-accordion .card-body{background-color:#fff;padding-top:0;padding-left:2rem;padding-right:2rem;border-left:1px solid #008656;border-right:1px solid #008656;border-bottom:1px solid #008656}.two-columns-accordion-with-description-section .two-columns-accordion .card-body,.two-columns-accordion-with-description-section .two-columns-accordion .card-body p{font-size:1.125rem;line-height:1.5;color:#212121;font-family:Roboto,Arial,Helvetica,sans-serif}.two-columns-accordion-with-description-section .two-columns-accordion .card-body p:last-child{margin-bottom:0}@media (max-width:767px){.two-columns-accordion-with-description-section .two-columns-accordion .card-body{font-size:1rem}}.two-columns-accordion-with-description-section .two-columns-accordion .btn-link:focus,.two-columns-accordion-with-description-section .two-columns-accordion .btn-link:hover{text-decoration:none}.two-columns-accordion-with-description-section .two-columns-accordion li+li{margin-top:10px}.industry-solutions-section{background:#000}.industry-solutions__list{list-style:none;padding:0;margin:0}.industry-solutions__list a{font-size:1.5rem;color:#fff}.industry-solutions__list a:hover{color:#008656;text-decoration:underline}.industry-solutions__list li{margin-bottom:.9375rem}@media (max-width:767.98px){.industry-solutions__list li{margin-bottom:.3125rem}}.industry-solutions-section .particle:first-child{height:5rem;width:5rem;background:#c3c3c3;opacity:.2;position:absolute;top:1.875rem;left:2.5rem;z-index:0}@media (max-width:767px){.industry-solutions-section .particle:first-child{top:50px;left:10px}}.industry-solutions-section .particle:nth-child(2){height:7.5rem;width:7.5rem;background:#707070;opacity:.4;position:absolute;top:1.875rem;right:2.5rem;z-index:0}@media (max-width:767px){.industry-solutions-section .particle:nth-child(2){right:10px}}.industry-solutions-section .particle:nth-child(3){height:2.5rem;width:2.5rem;background:#add7c7;opacity:.5;position:absolute;top:7.5rem;right:9.25rem;z-index:2}@media (max-width:767px){.industry-solutions-section .particle:nth-child(3){right:150px}}.industry-solutions-section .particle:nth-child(4){height:3.75rem;width:3.75rem;background:#008656;opacity:.2;position:absolute;bottom:3.125rem;right:5.3125rem;z-index:0}.universal-get-started-section{padding:6rem 0;background-color:#f7f3ed}.universal-get-started-section .get-started-heading{color:#212121;font-size:2.125rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;line-height:1.2;margin-bottom:1.8rem}.universal-get-started-section .get-started-desc{color:#212121;font-size:1.125rem;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.4}@media (max-width:991px){.universal-get-started-section .get-started-desc{margin-bottom:2rem}}.universal-get-started-section .get-started-desc p:last-child{margin-bottom:0}.universal-get-started-section .get-started-desc p a:hover{color:#01a75d}.universal-get-started-section .universal-contact-link:hover .contact-tile-wrapper .contact-tile-cta.btn-ghost{background-color:#a9dd2a}.universal-get-started-section .universal-contact-link .contact-tile-wrapper{text-align:center;border-radius:12px;padding:2.5rem 1rem;background-color:#fff}@media (max-width:575px){.universal-get-started-section .universal-contact-link .contact-tile-wrapper.client{margin-bottom:1rem}}.universal-get-started-section .universal-contact-link .contact-tile-wrapper .contact-tile-icon{margin:0 auto 2rem;width:77px;height:50px;background-position:50%;background-size:cover;background-repeat:no-repeat}.universal-get-started-section .universal-contact-link .contact-tile-wrapper .contact-tile-desc{color:#212121;font-size:1rem;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.4;margin-bottom:2rem}.universal-get-started-section .universal-contact-link .contact-tile-wrapper .contact-tile-desc .role{font-weight:700}.universal-get-started-section .universal-contact-link .contact-tile-wrapper .contact-tile-cta{color:#212121;font-size:.875rem;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.4;font-weight:700}.universal-get-started-section .universal-contact-link .contact-tile-wrapper .contact-tile-cta.btn-ghost{width:160px;margin:0 auto;background-color:transparent;border-radius:30px;border:2px solid #a9dd2a;padding:.55rem 1rem}.universal-get-started-section .dutch .contact-tile-wrapper{height:305px}@media (max-width:1199px){.universal-get-started-section .dutch .contact-tile-wrapper .contact-tile-desc{font-size:.9rem}}.universal-get-started-section .german .btn-ghost{width:180px!important}.services-industries-details-section{background-color:#f6f6f6;position:relative;overflow:hidden;padding:0}.services-industries-details-section .si-details{min-height:37.5rem;padding:5.625rem 0}@media (max-width:991.98px){.services-industries-details-section .si-details{padding:3.75rem 0}}.services-industries-details-section .accordion__title .h5,.services-industries-details-section .accordion__title h5{font-size:1rem;font-family:Roboto,Arial,Helvetica,sans-serif;margin-bottom:.9375rem;width:90%}.services-industries-details-section .accordion__title[aria-expanded=true]:after{background-color:#008656;border-color:#008656}.services-industries-details-section .accordion__title:after{content:"";width:.625rem;height:.625rem;border:.0625rem solid #666}.services-industries-details-section .accordion__details p{padding-left:.9375rem;padding-right:.9375rem;width:90%;margin-bottom:1.25rem}.services-industries-details-section .offerings-widget{background-color:#212121;padding:3.75rem;position:relative}@media (max-width:767.98px){.services-industries-details-section .offerings-widget{margin-bottom:5.625rem}}.services-industries-details-section .offerings-widget:after{content:"";background-color:#212121;position:absolute;width:5000px;top:0;right:-5000px;height:100%}@media (max-width:767.98px){.services-industries-details-section .offerings-widget:after{display:none}}.services-industries-details-section .offerings-widget ul{list-style-type:none;padding-left:0}.services-industries-details-section .offerings-widget ul li{margin-bottom:.9375rem}.services-industries-details-section .offerings-widget ul li a{color:#d0d0d0;text-decoration:underline}.services-industries-details-section .offerings-widget .h3,.services-industries-details-section .offerings-widget h3,.services-industries-details-section .offerings-widget p{color:#fff}.universal-service-hero-section{background-color:#000;position:relative;padding:4rem 0;background-size:initial;background-position:100%;background-repeat:no-repeat}@media (max-width:1950px){.universal-service-hero-section{background-size:cover}}@media (max-width:1450px){.universal-service-hero-section{background-position:center right -4rem}}@media (max-width:767px){.universal-service-hero-section{background-position:center right 31%}}@media (max-width:425px){.universal-service-hero-section{background-position:center right 29%}}.universal-service-hero-section .button--ghost--orange{background:transparent!important}@media (max-width:991px){.universal-service-hero-section .button--ghost--orange{margin-top:1rem}}@media (max-width:767px){.universal-service-hero-section .button--ghost--orange{margin-top:0;padding:.55rem 2rem}}.universal-service-hero-section .button--ghost--orange:hover{border:3px solid #008656;color:#008656;opacity:.75}.universal-service-hero-section .header-overlay{display:none;position:absolute;left:0;top:0;height:100%;width:100%;background:transparent;z-index:0}@media (max-width:767px){.universal-service-hero-section .header-overlay{display:block;background:rgba(33,33,33,.75)}}.universal-service-hero-section .particle:first-child{width:6.25rem;height:6.25rem;background:#dde5e5;opacity:.5;position:absolute;right:30rem;top:5rem;z-index:1}@media (max-width:1199px){.universal-service-hero-section .particle:first-child{display:none}}.universal-service-hero-section .particle:nth-child(2){width:2.5rem;height:2.5rem;background:#add7c7;opacity:.5;position:absolute;right:28.75rem;top:3.75rem;z-index:1}@media (max-width:1199px){.universal-service-hero-section .particle:nth-child(2){display:none}}.universal-service-hero-section .hero-content-wrapper{display:table;width:100%;height:100%;min-height:372px;position:relative;z-index:1}.universal-service-hero-section .hero-content-wrapper .hero-inner{display:table-cell;vertical-align:middle}.universal-service-hero-section .hero-content-wrapper .hero-inner .heading{font-size:3.25rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;color:#fff;margin-bottom:2.5rem;line-height:1.3}@media (max-width:767px){.universal-service-hero-section .hero-content-wrapper .hero-inner .heading{font-size:2.25rem}}.universal-service-hero-section .hero-content-wrapper .hero-inner .subheading{font-size:1.625rem;color:#fff;line-height:1.4;margin-bottom:3rem}@media (max-width:767px){.universal-service-hero-section .hero-content-wrapper .hero-inner .subheading{font-size:1.25rem}}@media (max-width:425px){.universal-service-hero-section .hero-content-wrapper .hero-inner .subheading{margin-bottom:9rem}}@media (max-width:375px){.universal-service-hero-section .hero-content-wrapper .hero-inner .subheading{margin-bottom:6rem}}.universal-service-hero-section .hero-content-wrapper .hero-inner .button--large{padding:.75rem 1.25rem}.universal-service-hero-pdf-modal-section{background-color:#000;position:relative;padding:4rem 0;background-size:initial;background-position:100%;background-repeat:no-repeat;min-height:500px}@media (max-width:1950px){.universal-service-hero-pdf-modal-section{background-size:cover}}@media (max-width:1450px){.universal-service-hero-pdf-modal-section{background-position:center right -4rem}}@media (max-width:767px){.universal-service-hero-pdf-modal-section{background-position:center right 31%}}@media (max-width:425px){.universal-service-hero-pdf-modal-section{background-position:center right 18%}}.universal-service-hero-pdf-modal-section .button--ghost--orange{background:transparent!important}@media (max-width:991px){.universal-service-hero-pdf-modal-section .button--ghost--orange{margin-top:1rem}}@media (max-width:767px){.universal-service-hero-pdf-modal-section .button--ghost--orange{margin-top:0;padding:.55rem 2rem}}.universal-service-hero-pdf-modal-section .header-overlay{position:absolute;left:0;top:0;height:100%;width:100%;background:transparent}@media (max-width:767px){.universal-service-hero-pdf-modal-section .header-overlay{background:rgba(33,33,33,.75)}}.universal-service-hero-pdf-modal-section .particle:first-child{width:6.25rem;height:6.25rem;background:#dde5e5;opacity:.5;position:absolute;right:30rem;top:5rem;z-index:1}@media (max-width:1199px){.universal-service-hero-pdf-modal-section .particle:first-child{display:none}}.universal-service-hero-pdf-modal-section .particle:nth-child(2){width:2.5rem;height:2.5rem;background:#add7c7;opacity:.5;position:absolute;right:28.75rem;top:3.75rem;z-index:1}@media (max-width:1199px){.universal-service-hero-pdf-modal-section .particle:nth-child(2){display:none}}.universal-service-hero-pdf-modal-section .hero-content-wrapper{display:table;min-height:372px}.universal-service-hero-pdf-modal-section .hero-content-wrapper .inner-wrapper{display:table-cell;vertical-align:middle}.universal-service-hero-pdf-modal-section .hero-content-wrapper .inner-wrapper .heading{font-size:3.25rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;color:#fff;margin-bottom:2.5rem;line-height:1.3}@media (max-width:767px){.universal-service-hero-pdf-modal-section .hero-content-wrapper .inner-wrapper .heading{font-size:2.25rem}}.universal-service-hero-pdf-modal-section .hero-content-wrapper .inner-wrapper .subheading{font-size:1.625rem;color:#fff;line-height:1.4;margin-bottom:3rem}@media (max-width:767px){.universal-service-hero-pdf-modal-section .hero-content-wrapper .inner-wrapper .subheading{font-size:1.25rem}}@media (max-width:425px){.universal-service-hero-pdf-modal-section .hero-content-wrapper .inner-wrapper .subheading{margin-bottom:9rem}}@media (max-width:375px){.universal-service-hero-pdf-modal-section .hero-content-wrapper .inner-wrapper .subheading{margin-bottom:6rem}}.universal-service-hero-pdf-modal-section .hero-content-wrapper .inner-wrapper .button--large{padding:.75rem 2rem}.logo-carousel-section{background-color:#212121}.logo-carousel-section .h3,.logo-carousel-section h3{color:#fff;position:relative}@media (min-width:992px){.logo-carousel-section .h3:before,.logo-carousel-section h3:before{content:"";position:absolute;left:-2rem;top:-.625rem;background-color:hsla(0,0%,93%,.25);width:2.5rem;height:2.5rem}}@media (min-width:992px){.logo-carousel-section .logo-carousel .owl-nav button.owl-next,.logo-carousel-section .logo-carousel .owl-nav button.owl-prev{background-color:transparent;position:absolute;top:.5rem;color:#666;font-size:3.75rem;outline:none;box-shadow:none}.logo-carousel-section .logo-carousel .owl-nav button.owl-prev{left:-6.25rem}.logo-carousel-section .logo-carousel .owl-nav button.owl-next{right:-6.25rem}}.logo-carousel-section .logo-carousel .owl-stage-outer{margin-bottom:3.75rem}.logo-carousel-section .logo-carousel .item img{cursor:pointer;-webkit-filter:grayscale(100%);filter:grayscale(100%);transition:all .5s ease-in-out;width:7.5rem;height:auto;margin:0 auto}.logo-carousel-section .logo-carousel .item img:hover{-webkit-filter:grayscale(0);filter:grayscale(0)}.owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#fff;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;outline:none;box-shadow:none;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}.clients-logo-showcase-section{padding:3rem 0}@media (max-width:767px){.clients-logo-showcase-section .showcase-copy-wrapper{text-align:center}}.clients-logo-showcase-section .showcase-copy-wrapper .top-heading{color:#212121;font-size:1.375rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;line-height:1.4;text-transform:uppercase;letter-spacing:3px}.clients-logo-showcase-section .showcase-copy-wrapper .client-number{color:#212121;font-size:3.375rem;font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:700;line-height:1.4;margin-bottom:.3rem}.clients-logo-showcase-section .showcase-copy-wrapper .client-desc{color:#212121;font-size:1.125rem;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.4;margin-bottom:1.5rem;padding-right:.5rem}@media (max-width:991px){.clients-logo-showcase-section .showcase-copy-wrapper .client-desc{padding-right:0}}.clients-logo-showcase-section .clients-logo-list{list-style:none;margin-bottom:0;padding-left:0;text-align:right;margin-top:3rem}@media (max-width:1199px){.clients-logo-showcase-section .clients-logo-list{margin-top:4.2rem}}@media (max-width:991px){.clients-logo-showcase-section .clients-logo-list{margin-top:3rem;text-align:center}}@media (max-width:767px){.clients-logo-showcase-section .clients-logo-list{display:none}}.clients-logo-showcase-section .clients-logo-list .clients-logo-list-item{display:inline-block;width:25%;margin-right:1.5rem;margin-left:1.5rem}.clients-logo-showcase-section .clients-logo-list .clients-logo-list-item:first-child,.clients-logo-showcase-section .clients-logo-list .clients-logo-list-item:nth-child(2),.clients-logo-showcase-section .clients-logo-list .clients-logo-list-item:nth-child(3){margin-bottom:3rem}@media (max-width:991px){.clients-logo-showcase-section .clients-logo-list .clients-logo-list-item{width:27%;margin-right:1rem;margin-left:1rem}}.clients-logo-showcase-section .clients-logo-list .clients-logo-list-item .clients-logo-img{width:100%}.clients-logo-showcase-section #clientsLogoShowcaseSlider{display:none;margin-top:3rem}@media (max-width:767px){.clients-logo-showcase-section #clientsLogoShowcaseSlider{display:block}}.clients-logo-showcase-section #clientsLogoShowcaseSlider .slick-slide{border:10px solid transparent}.clients-logo-showcase-section #clientsLogoShowcaseSlider .slick-slide .client-logo-slide-tile .clients-logo-img{width:100%}@media (min-width:992px){.dutch .showcase-copy-wrapper{margin-top:5rem}}@media (min-width:992px){.german .showcase-copy-wrapper{margin-top:4rem}}.leadership-modal:hover .team-member-name,.leadership-modal:hover .team-member-name .fa-linkedin,.leadership-modal:hover .team-member-title{color:#008656;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.team-section img:hover{cursor:pointer}.team-section .h2,.team-section h2{font-size:2.25rem}.team-section .h3,.team-section h3{cursor:pointer;font-size:1rem;line-height:1.625rem;margin:25px 0 15px}.team-section .h3,.team-section h3,.team-section p{font-family:Roboto,Arial,Helvetica,sans-serif}.team-section .team-member-name{color:#212121}.team-section .team-member-name .fa-linkedin{float:right;margin-top:.3rem;color:#c3c3c3}.exe-team-section-desktop .col-lg-3:nth-last-child(n+5){margin-bottom:3rem}.general-manager-section{background-color:#fafaf9}.general-manager-section img{cursor:pointer}.general-manager-section .h2,.general-manager-section h2{font-size:2.25rem}.general-manager-section .h3,.general-manager-section h3{cursor:pointer;font-size:1rem;line-height:1.625rem;margin:25px 0 15px;font-family:Roboto,Arial,Helvetica,sans-serif}.general-manager-section p{font-family:Roboto,Arial,Helvetica,sans-serif}.general-manager-section .team-member-name{color:#212121}.general-manager-section .team-member-name .fa-linkedin{float:right;margin-top:.3rem;color:#c3c3c3}.modal-member-image-wrapper.for-mobile{display:none}@media (max-width:767px){.modal-member-image-wrapper.for-mobile{display:block}}.modal-member-image-wrapper.for-desktop{display:block}@media (max-width:767px){.modal-member-image-wrapper.for-desktop{display:none}}.modal-member-image-wrapper .modal-image{position:relative;z-index:10;width:100%;max-width:330px}.modal-member-image-wrapper .particle:first-child{height:1.25rem;width:1.25rem;background:#add7c7;opacity:.5;position:absolute;top:3.125rem;left:-3.125rem;z-index:9}@media (max-width:767px){.modal-member-image-wrapper .particle:first-child{left:.3125rem;top:2.5rem}}.modal-member-image-wrapper .particle:nth-child(2){height:3.75rem;width:3.75rem;background:#c3c3c3;position:absolute;opacity:.5;left:-1.5625rem;top:-.9375rem;z-index:9}@media (max-width:767px){.modal-member-image-wrapper .particle:nth-child(2){left:.625rem;top:-.625rem}}.modal-member-image-wrapper .particle:nth-child(3){height:6.25rem;width:6.25rem;background:#c3c3c3;position:absolute;opacity:.5;right:-.3125rem;bottom:-1.5625rem;z-index:9}@media (max-width:991px){.modal-member-image-wrapper .particle:nth-child(3){right:.3125rem;bottom:-.625rem}}.member-headshot-img{width:100%}.modal-name-holder{font-size:3rem;margin-top:1.25rem}.modal-member-title{color:#212121;font-size:1rem;line-height:1.5}.about-news-carousel-section .h5,.about-news-carousel-section h5{color:#fff;margin-left:8.7%}@media (max-width:767px){.about-news-carousel-section .h5,.about-news-carousel-section h5{margin-left:0}}.about-news-carousel-section .all-news-link-wrapper{margin-right:8.7%;text-align:right;position:relative}@media (max-width:767px){.about-news-carousel-section .all-news-link-wrapper{margin-right:0}}.about-news-carousel-section .all-news-link-wrapper .arrow-cta{position:absolute;right:0;top:-3rem}.about-news-carousel-section .slider-nav{padding-left:0;list-style:none;width:100%;position:relative}@media (max-width:767px){.about-news-carousel-section .slider-nav{display:none}}.about-news-carousel-section .slider-nav .slick-arrow{width:33px;height:95px;position:absolute;bottom:150px}.about-news-carousel-section .slider-nav .am-prev{left:-50px}.about-news-carousel-section .slider-nav .am-next{right:-50px}.about-news-carousel-section .slick-list{margin:0 -12px}.about-news-carousel-section .slick-list .slick-slide{margin:0 12px}.about-news-carousel-section .slick-dots li.slick-active button:before{opacity:.75;color:#008656;border:none;font-size:3.25rem;left:-1px;top:-2px}.about-news-carousel-section .item .item-img-wrapper{position:relative;width:100%;height:300px;background-size:cover!important;background-position:top!important;background-repeat:no-repeat!important}@media (max-width:991px){.about-news-carousel-section .item .item-img-wrapper{height:265px}}.about-news-carousel-section .item .item-img-wrapper .item-overly{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#292929;opacity:.3;z-index:1}.about-news-carousel-section .item .item-img-wrapper .item-date{margin-top:15%;position:absolute;color:#fff;z-index:2;width:100%;text-transform:uppercase;margin-left:8.7%}@media (max-width:1199px){.about-news-carousel-section .item .item-img-wrapper .item-date{margin-top:25%}}@media (max-width:767px){.about-news-carousel-section .item .item-img-wrapper .item-date{margin-top:18%;margin-left:15%}}.about-news-carousel-section .item .item-img-wrapper .item-title{margin-top:25%;position:absolute;color:#fff;z-index:2;width:55%}@media (max-width:1199px){.about-news-carousel-section .item .item-img-wrapper .item-title{margin-top:38%}}@media (max-width:767px){.about-news-carousel-section .item .item-img-wrapper .item-title{margin-top:26%;margin-left:15%}}.about-news-carousel-section .item .learn-more-wrapper{text-align:right;background-color:#fff;padding:2rem 1.8rem}.about-news-carousel-section .item .learn-more-wrapper a.arrow-cta{color:#008656}.about-news-carousel-section .item .learn-more-wrapper a.arrow-cta span.right-arrow{margin-left:2.5rem}.about-news-carousel-section .owl-carousel .owl-nav button.owl-next:focus,.about-news-carousel-section .owl-carousel .owl-nav button.owl-prev:focus{outline:none}.about-news-carousel-section .particle:first-child{height:4.375rem;width:4.375rem;background-color:#dde5e5;opacity:.4;position:absolute;top:1.875rem;right:7.5rem}@media (max-width:767px){.about-news-carousel-section .particle:first-child{display:none}}.about-news-carousel-section .particle:nth-child(2){height:.9375rem;width:.9375rem;background-color:#add7c7;opacity:.9;position:absolute;top:5.9375rem;right:5rem}@media (max-width:767px){.about-news-carousel-section .particle:nth-child(2){display:none}}.universal-thank-you-offers-section{background-size:cover;background-position:50%;background-repeat:no-repeat;min-height:37.5rem;height:37.5rem}.universal-thank-you-offers-section .arrow-cta{color:#212121!important}.universal-thank-you-offers-section .arrow-cta span.right-arrow{background-color:#212121!important}.universal-thank-you-offers-section .arrow-cta span.right-arrow:after{color:#212121!important}.universal-thank-you-offers-section .h1,.universal-thank-you-offers-section .h5,.universal-thank-you-offers-section .ty-msg,.universal-thank-you-offers-section h1,.universal-thank-you-offers-section h5{color:#212121}.universal-thank-you-offers-section .h5,.universal-thank-you-offers-section h5{font-weight:500}.universal-thank-you-offers-section .ty-msg p{color:#212121;margin-bottom:1rem}.search-results-section{background-color:#fff}.search-results-section .search-card{padding:3.125rem;border:1px solid #666;margin-bottom:1.875rem}.search-results-section .search-card .h3,.search-results-section .search-card h3{font-size:1.5rem;line-height:2rem}.resource-recent-blogs-section{padding:6rem 0;background-color:#fff}.resource-recent-blogs-section.client-hub{padding:3rem 0 5rem}.resource-recent-blogs-section .arrow-cta{display:block;position:absolute;right:1.25rem;top:.9375rem}@media (max-width:767px){.resource-recent-blogs-section .arrow-cta{position:relative;top:0;left:0;right:unset;margin-bottom:1rem}}.resource-recent-blogs-section .slick-dots{bottom:0}.resource-recent-blogs-section .heading{font-size:2.375rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700}@media (max-width:767px){.resource-recent-blogs-section .heading{font-size:1.875rem;margin-bottom:0}}.resource-recent-blogs-section .post-small{margin-bottom:30px}.resource-recent-blogs-section .post-small a:hover{text-decoration:none}.resource-recent-blogs-section .post-small .blog-feed__box{background-size:cover;background-repeat:no-repeat;background-position:50%;color:#fff;border:none;padding:40px 30px;height:100%;position:relative;min-height:320px}.resource-recent-blogs-section .post-small .blog-feed__box:hover:before{background-color:#212121}.resource-recent-blogs-section .post-small .blog-feed__box:before{content:"";overflow:hidden;display:block;box-sizing:border-box;position:absolute;height:100%;width:100%;background:rgba(39,38,41,.4);top:0;left:0;right:0;bottom:0;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s}.resource-recent-blogs-section .post-small .blog-feed__box .blog-feed__box--small__content{position:relative;z-index:99;height:100%}.resource-recent-blogs-section .post-small .blog-feed__box .blog-feed__box--small__content .blog-feed__box__type{font-size:.875rem}.resource-recent-blogs-section .post-small .blog-feed__box .blog-feed__box--small__content .h2,.resource-recent-blogs-section .post-small .blog-feed__box .blog-feed__box--small__content h2{font-size:1.375rem;line-height:32px}.resource-recent-blogs-section .post-small .blog-feed__box .blog-feed__box--small__content .h2 .blog-title,.resource-recent-blogs-section .post-small .blog-feed__box .blog-feed__box--small__content h2 .blog-title{color:#fff}.resource-recent-blogs-section .post-small .blog-feed__box .blog-feed__box--small__content .link-cta{font-size:.875rem;position:absolute;color:#fff;text-decoration:underline;bottom:0;right:0}@media (max-width:425px){.resource-recent-blogs-section .post-small .blog-feed__box .blog-feed__box--small__content .link-cta{bottom:-125%}}@media (max-width:425px){.resource-recent-blogs-section .for-desktop{display:none}}.resource-recent-blogs-section .for-mobile{display:none}@media (max-width:425px){.resource-recent-blogs-section .for-mobile{display:block}}.universal-client-quote-story-slider-section{background-color:#f9f9f9;padding:4rem 0;position:relative}.universal-client-quote-story-slider-section.dark{background-color:#212121}.universal-client-quote-story-slider-section.dark #cstory-quotes-slider .quote-item .author-wrapper .author,.universal-client-quote-story-slider-section.dark #cstory-quotes-slider .quote-item .author-wrapper .position,.universal-client-quote-story-slider-section.dark #cstory-quotes-slider .quote-item .quote-wrapper .quote-text{color:#fff}.universal-client-quote-story-slider-section .container{position:relative}.universal-client-quote-story-slider-section .slider-nav{position:absolute;right:5%;top:33%;list-style:none;z-index:10}@media (max-width:767px){.universal-client-quote-story-slider-section .slider-nav{top:85%;right:10%}}.universal-client-quote-story-slider-section .slider-nav li{display:inline-block;cursor:pointer}.universal-client-quote-story-slider-section .slider-nav li .fas,.universal-client-quote-story-slider-section .slider-nav li .svg-inline--fa{font-size:2rem}.universal-client-quote-story-slider-section .slider-nav .c-prev{color:#008656;margin-right:1rem}.universal-client-quote-story-slider-section .slider-nav .c-prev:hover{opacity:.5}.universal-client-quote-story-slider-section .slider-nav .c-next{color:#008656}.universal-client-quote-story-slider-section .slider-nav .c-next:hover{opacity:.5}.universal-client-quote-story-slider-section #cstory-quotes-slider,.universal-client-quote-story-slider-section #cstory-quotes-slider .quote-item .quote-wrapper{position:relative}.universal-client-quote-story-slider-section #cstory-quotes-slider .quote-item .quote-wrapper .quote-mark-left{background-size:cover;background-repeat:no-repeat;color:#008656;position:absolute;left:0;top:0}@media (max-width:767px){.universal-client-quote-story-slider-section #cstory-quotes-slider .quote-item .quote-wrapper .quote-mark-left{position:relative;margin-bottom:1rem}}.universal-client-quote-story-slider-section #cstory-quotes-slider .quote-item .quote-wrapper .quote-text{font-family:Roboto,Arial,Helvetica,sans-serif;font-size:1.125rem;color:#212121;padding-left:5rem;padding-top:.2rem;line-height:1.5;word-break:break-word}@media (max-width:767px){.universal-client-quote-story-slider-section #cstory-quotes-slider .quote-item .quote-wrapper .quote-text{padding-left:0}}.universal-client-quote-story-slider-section #cstory-quotes-slider .quote-item .quote-wrapper .story-url{padding-left:5rem;margin-top:1rem}@media (max-width:767px){.universal-client-quote-story-slider-section #cstory-quotes-slider .quote-item .quote-wrapper .story-url{padding-left:0}}.universal-client-quote-story-slider-section #cstory-quotes-slider .quote-item .quote-wrapper .story-url a{font-family:Roboto,Arial,Helvetica,sans-serif;font-size:1.125rem;color:#008656}.universal-client-quote-story-slider-section #cstory-quotes-slider .quote-item .quote-wrapper .story-url a:hover{text-decoration:underline}@media (max-width:767px){.universal-client-quote-story-slider-section #cstory-quotes-slider .quote-item .author-wrapper{margin-top:2.5rem}}.universal-client-quote-story-slider-section #cstory-quotes-slider .quote-item .author-wrapper:before{content:"";background-color:#008656;height:7px;width:3rem;display:block;margin-bottom:2rem}@media (max-width:767px){.universal-client-quote-story-slider-section #cstory-quotes-slider .quote-item .author-wrapper:before{margin-bottom:1rem}}.universal-client-quote-story-slider-section #cstory-quotes-slider .quote-item .author-wrapper .author{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:1.5rem;font-weight:600;color:#212121;line-height:1.2;margin-bottom:.5rem}.universal-client-quote-story-slider-section #cstory-quotes-slider .quote-item .author-wrapper .position{font-family:Roboto,Arial,Helvetica,sans-serif;font-size:1.125rem;line-height:1.5;color:#212121}.universal-client-quote-story-slider-section #cstory-quotes-slider .quote-item .author-wrapper .logo{width:100%;max-width:150px;margin-top:2rem}.vertical-industry-page-hero-section{position:relative;padding:4rem 0 0;background-size:contain;background-position:100%;background-repeat:no-repeat;min-height:700px;overflow:hidden}@media (max-width:1950px){.vertical-industry-page-hero-section{background-size:cover}}@media (max-width:1450px){.vertical-industry-page-hero-section{background-position:100%}}@media (max-width:767px){.vertical-industry-page-hero-section{background-image:none!important;background-color:#212121;min-height:auto;padding-bottom:4rem}}.vertical-industry-page-hero-section.light{background-color:#ededed}@media (max-width:767px){.vertical-industry-page-hero-section.light{background-color:#ededed}}.vertical-industry-page-hero-section.black{background-color:#1b2426}.vertical-industry-page-hero-section .overlay{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:none}@media (max-width:991px){.vertical-industry-page-hero-section .overlay{display:block}}@media (max-width:767px){.vertical-industry-page-hero-section .overlay{display:none}}.vertical-industry-page-hero-section .overlay.light{background-color:hsla(0,0%,93%,.8)}.vertical-industry-page-hero-section .heading{position:relative;z-index:2;font-size:2.625rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;color:#fff;margin-bottom:2.5rem;line-height:1.2;padding-right:7rem}@media (max-width:767px){.vertical-industry-page-hero-section .heading{font-size:2.25rem}}.vertical-industry-page-hero-section .heading.black{color:#212121}.vertical-industry-page-hero-section .support-text{position:relative;z-index:2;font-size:1.125rem;font-family:Roboto,Arial,Helvetica,sans-serif;color:#fff;line-height:1.5;margin-bottom:3rem;padding-right:12rem}@media (max-width:1199px){.vertical-industry-page-hero-section .support-text{padding-right:0}}@media (max-width:767px){.vertical-industry-page-hero-section .support-text{font-size:1.25rem}}.vertical-industry-page-hero-section .support-text.black{color:#212121}.vertical-industry-page-hero-section .arrow-cta{position:relative;z-index:2}.vertical-industry-page-hero-section .arrow-cta .right-arrow{margin-left:1rem;width:2rem}@media (max-width:767px){.vertical-industry-page-hero-section .arrow-cta{display:none}}.vertical-industry-page-hero-section .button--orange{display:none;position:relative;z-index:2;width:fit-content}@media (max-width:767px){.vertical-industry-page-hero-section .button--orange{display:block}}.vertical-industry-page-hero-section .hero-info-wrapper{background-color:#f6f6f6;padding:2rem 0;max-width:37.5rem;max-height:14.75rem;position:relative;left:0;bottom:-1rem;z-index:2;margin-top:4rem}@media (max-width:1199px){.vertical-industry-page-hero-section .hero-info-wrapper{bottom:0}}@media (max-width:991px){.vertical-industry-page-hero-section .hero-info-wrapper{bottom:-1rem}}@media (max-width:767px){.vertical-industry-page-hero-section .hero-info-wrapper{display:none}}.vertical-industry-page-hero-section .hero-info-wrapper:before{content:"";position:absolute;z-index:4;top:0;left:-1965px;bottom:0;width:2000px;height:100%;background:linear-gradient(180deg,#697a86 70%,#008656 0)}@media (max-width:767px){.vertical-industry-page-hero-section .hero-info-wrapper:before{display:none}}.vertical-industry-page-hero-section .hero-info-wrapper.single-media{bottom:-2.6875rem}@media (max-width:1199px){.vertical-industry-page-hero-section .hero-info-wrapper.single-media{bottom:0}}@media (max-width:991px){.vertical-industry-page-hero-section .hero-info-wrapper.single-media{bottom:-2.6875rem}}.vertical-industry-page-hero-section .hero-info-wrapper .sdots{position:absolute;z-index:3;left:-527px;top:0;bottom:0;width:100%;height:100%;background-position:9px}@media (max-width:1199px){.vertical-industry-page-hero-section .hero-info-wrapper .sdots{left:-455px}}@media (max-width:991px){.vertical-industry-page-hero-section .hero-info-wrapper .sdots{left:-525px}}.vertical-industry-page-hero-section .hero-info-wrapper .content-table{width:100%;margin-bottom:0}.vertical-industry-page-hero-section .hero-info-wrapper .content-table .media-col{vertical-align:middle}.vertical-industry-page-hero-section .hero-info-wrapper .content-table .media-col .photo{position:relative;z-index:5;width:100%;min-width:145px;min-height:145px;max-width:185px;max-height:185px;-webkit-box-shadow:-5px 5px 7px 1px rgba(0,0,0,.2);box-shadow:-5px 5px 7px 1px rgba(0,0,0,.2)}.vertical-industry-page-hero-section .hero-info-wrapper .content-table .text-col{padding:0 1rem 0 3rem;min-width:455px}@media (max-width:1199px){.vertical-industry-page-hero-section .hero-info-wrapper .content-table .text-col{min-width:392px}}@media (max-width:991px){.vertical-industry-page-hero-section .hero-info-wrapper .content-table .text-col{min-width:455px}}@media (max-width:767px){.vertical-industry-page-hero-section .hero-info-wrapper .content-table .text-col{min-width:100%}}.vertical-industry-page-hero-section .hero-info-wrapper .content-table .text-col .content-type{text-transform:uppercase;letter-spacing:3px;color:#737774;font-size:.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;line-height:1.3;margin-bottom:1.3rem;margin-top:.5rem}.vertical-industry-page-hero-section .hero-info-wrapper .content-table .text-col .content-subtitle{font-size:1.125rem;font-weight:400;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:.2rem;line-height:1.3;color:#212121}.vertical-industry-page-hero-section .hero-info-wrapper .content-table .text-col .content-title{font-size:1.25rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1.7rem;line-height:1.3;color:#212121;width:90%}@media (max-width:1199px){.vertical-industry-page-hero-section .hero-info-wrapper .content-table .text-col .content-title{width:100%}}.vertical-industry-page-hero-section .hero-info-wrapper .content-table .text-col .content-cta{font-size:1rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;line-height:1.3;color:#008656;cursor:pointer}.vertical-industry-page-hero-section .hero-info-wrapper .content-table .text-col .content-cta .cta-btn:hover{opacity:.5}.vertical-industry-page-hero-section .hero-info-wrapper .content-table .text-col .content-cta .cta-btn .play-btn{margin-left:.5rem}.vertical-industry-page-hero-slider-section{position:relative}@media (max-width:767px){.vertical-industry-page-hero-slider-section{background-color:#f6f6f6}}.vertical-industry-page-hero-slider-section:before{content:"";position:absolute;top:-11.25rem;left:-1000px;z-index:1;width:3000px;height:11.25rem;background-color:#f9f9f9}@media (max-width:3600px){.vertical-industry-page-hero-slider-section:before{width:2000px;left:-600px}}@media (max-width:2400px){.vertical-industry-page-hero-slider-section:before{left:-1000px}}@media (max-width:1700px){.vertical-industry-page-hero-slider-section:before{left:-1500px}}@media (max-width:767px){.vertical-industry-page-hero-slider-section:before{display:none}}.vertical-industry-page-hero-slider-section .resource-slider-wrapper{position:relative}.vertical-industry-page-hero-slider-section .resource-slider-wrapper #vertical-industry-hero-slider{background-color:#f9f9f9;position:absolute;left:0;top:-11.25rem;z-index:2;padding:2rem 2rem 2rem 0;height:11.25rem;width:100%}@media (max-width:767px){.vertical-industry-page-hero-slider-section .resource-slider-wrapper #vertical-industry-hero-slider{background-color:#f6f6f6;position:relative;top:0;padding-right:0}}.vertical-industry-page-hero-slider-section .resource-slider-wrapper #vertical-industry-hero-slider .hero-resource-item .rbar .resource-type{display:inline-block;background-color:#bedbd0;color:#212121;padding:.2rem .8rem;width:fit-content;text-transform:uppercase;font-weight:600;font-size:.75rem;font-family:adelle-sans,Arial,Helvetica,sans-serif}.vertical-industry-page-hero-slider-section .resource-slider-wrapper #vertical-industry-hero-slider .hero-resource-item .rbar .resource-time{display:inline-block;font-size:.75rem;text-transform:uppercase;color:#212121;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-left:.7rem}.vertical-industry-page-hero-slider-section .resource-slider-wrapper #vertical-industry-hero-slider .hero-resource-item .resource-link{display:block;margin-top:1rem;font-size:1.125rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:600;padding-right:4rem;color:#212121;cursor:pointer}.vertical-industry-page-hero-slider-section .resource-slider-wrapper #vertical-industry-hero-slider .hero-resource-item .resource-link:hover{color:#008656}.vertical-industry-page-hero-slider-section .resource-slider-wrapper #vertical-industry-hero-slider .hero-resource-item .resource-link:focus{outline:none!important;outline-width:0!important;outline-offset:0!important}.vertical-industry-page-hero-slider-section .resource-slider-wrapper .quote-arrows{background-color:#212121;list-style:none;padding-left:0;position:absolute;right:-37px;bottom:25px;z-index:2}@media (max-width:767px){.vertical-industry-page-hero-slider-section .resource-slider-wrapper .quote-arrows{display:none}}.vertical-industry-page-hero-slider-section .resource-slider-wrapper .arrow{background-color:#212121;display:inline-block;width:40px;height:70px;margin-right:-4px;cursor:pointer}.vertical-industry-page-hero-slider-section .resource-slider-wrapper .arrow:hover{border-bottom:4px solid #008656}.vertical-industry-page-hero-slider-section .resource-slider-wrapper .arrow:hover .svg path{stroke:#008656}.vertical-industry-page-hero-slider-section .resource-slider-wrapper .arrow .svg{width:auto;height:36px;margin-top:17px;margin-left:10px}.vertical-industry-page-hero-mobile-section{background-color:#f6f6f6;overflow:hidden;display:none}@media (max-width:767px){.vertical-industry-page-hero-mobile-section{display:block}}.vertical-industry-page-hero-mobile-section .img-wrapper{position:relative;z-index:0}.vertical-industry-page-hero-mobile-section .img-wrapper:before{content:"";position:absolute;z-index:1;background-color:#212121;top:0;bottom:0;right:0;left:-50%;width:1000%;height:100%}.vertical-industry-page-hero-mobile-section .img-wrapper.light:before{background-color:#ededed}.vertical-industry-page-hero-mobile-section .img-wrapper .mobile-img{position:relative;z-index:2;width:100%}.vertical-industry-page-hero-mobile-section .mobile-content{padding:3rem 0;position:relative}.vertical-industry-page-hero-mobile-section .mobile-content:before{content:"";position:absolute;z-index:4;top:0;left:-176%;width:2000px;height:15px;background:linear-gradient(90deg,#008656 50%,#697a86 0)}@media (max-width:425px){.vertical-industry-page-hero-mobile-section .mobile-content:before{left:-235%}}@media (max-width:375px){.vertical-industry-page-hero-mobile-section .mobile-content:before{left:-270%}}@media (max-width:320px){.vertical-industry-page-hero-mobile-section .mobile-content:before{left:-320%}}.vertical-industry-page-hero-mobile-section .mobile-content:after{content:"";position:absolute;z-index:0;left:-40%;top:-4px;width:2000px;height:50px;background-position:50%;background-image:url("/wp-content/themes/sterlingemea/resources/assets/images/particles/gray-dots.svg")}.vertical-industry-page-hero-mobile-section .mobile-content .content-type{text-transform:uppercase;letter-spacing:3px;color:#737774;font-size:.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;line-height:1.3;margin-bottom:1.3rem;margin-top:2.5rem}.vertical-industry-page-hero-mobile-section .mobile-content .content-subtitle{font-size:1.125rem;font-weight:400;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:.2rem;line-height:1.3;color:#212121}.vertical-industry-page-hero-mobile-section .mobile-content .content-title{font-size:1.25rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1.7rem;line-height:1.3;color:#212121}.vertical-industry-page-hero-mobile-section .mobile-content .content-cta{font-size:1rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;line-height:1.3;color:#008656}.vertical-industry-page-hero-mobile-section .mobile-content .content-cta a:hover{opacity:.5}.vertical-industry-page-hero-mobile-section .mobile-content .content-cta a .play-btn{margin-left:.5rem}#verticalVideoModal .modal-content{margin-top:3rem;background:transparent}#verticalVideoModal .modal-content .modal-body{padding:0!important;position:relative}#verticalVideoModal .modal-content .modal-body .close{position:absolute;z-index:1;right:-13px;top:-13px;width:25px;height:25px;background-color:#fff;border-radius:50%;font-size:1.5rem;color:#212121}.resources-recent-blogs-section{padding:4rem 0;background-color:#fff}.resources-recent-blogs-section .arrow-cta{display:block;position:absolute;right:1.25rem;top:.9375rem}@media (max-width:767px){.resources-recent-blogs-section .arrow-cta{position:relative;top:0;left:0;right:unset;margin-bottom:1rem}}.resources-recent-blogs-section .slick-dots{bottom:0}.resources-recent-blogs-section .heading{font-size:2.375rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700}@media (max-width:767px){.resources-recent-blogs-section .heading{font-size:1.875rem;margin-bottom:0}}.resources-recent-blogs-section .post-small{margin-bottom:30px;padding-left:15px;padding-right:15px}.resources-recent-blogs-section .post-small .blog-feed__box{background-size:cover;background-repeat:no-repeat;background-position:50%;color:#fff;border:none;padding:40px 30px;height:100%;position:relative;min-height:320px}.resources-recent-blogs-section .post-small .blog-feed__box:hover:before{background-color:#212121}.resources-recent-blogs-section .post-small .blog-feed__box:before{content:"";overflow:hidden;display:block;box-sizing:border-box;position:absolute;height:100%;width:100%;background:rgba(39,38,41,.4);top:0;left:0;right:0;bottom:0;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s}.resources-recent-blogs-section .post-small .blog-feed__box .blog-feed__box--small__content{position:relative;z-index:99;height:100%}.resources-recent-blogs-section .post-small .blog-feed__box .blog-feed__box--small__content .blog-feed__box__type{font-size:.875rem}.resources-recent-blogs-section .post-small .blog-feed__box .blog-feed__box--small__content .h2,.resources-recent-blogs-section .post-small .blog-feed__box .blog-feed__box--small__content h2{font-size:1.375rem;line-height:32px}.resources-recent-blogs-section .post-small .blog-feed__box .blog-feed__box--small__content .h2 .blog-title,.resources-recent-blogs-section .post-small .blog-feed__box .blog-feed__box--small__content h2 .blog-title{color:#fff}.resources-recent-blogs-section .post-small .blog-feed__box .blog-feed__box--small__content .link-cta{font-size:.875rem;position:absolute;color:#fff;text-decoration:underline;bottom:0;right:0}@media (max-width:425px){.resources-recent-blogs-section .post-small .blog-feed__box .blog-feed__box--small__content .link-cta{bottom:-125%}}@media (max-width:425px){.resources-recent-blogs-section .for-desktop{display:none}}.resources-recent-blogs-section .for-mobile{display:none}@media (max-width:425px){.resources-recent-blogs-section .for-mobile{display:block}}.detailed-sterling-service-slider-section{padding:4rem 0;background-color:#fff;position:relative}.detailed-sterling-service-slider-section .heading{text-align:center;font-size:2.125rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;line-height:1.3;color:#212121}@media (max-width:767px){.detailed-sterling-service-slider-section .heading{text-align:left}}.detailed-sterling-service-slider-section .desc{text-align:center;font-size:1.125rem;font-family:Roboto,Arial,Helvetica,sans-serif;margin-bottom:3rem;line-height:1.5;color:#212121}@media (max-width:767px){.detailed-sterling-service-slider-section .desc{text-align:left}}.detailed-sterling-service-slider-section .slider-arrows{width:100%;position:relative}.detailed-sterling-service-slider-section .slider-arrows .ser-next,.detailed-sterling-service-slider-section .slider-arrows .ser-prev{position:absolute;background-color:#008656;top:-315px;cursor:pointer;padding:.5rem .8rem}@media (max-width:1250px){.detailed-sterling-service-slider-section .slider-arrows .ser-next,.detailed-sterling-service-slider-section .slider-arrows .ser-prev{top:-340px}}@media (max-width:1199px){.detailed-sterling-service-slider-section .slider-arrows .ser-next,.detailed-sterling-service-slider-section .slider-arrows .ser-prev{top:-365px}}@media (max-width:991px){.detailed-sterling-service-slider-section .slider-arrows .ser-next,.detailed-sterling-service-slider-section .slider-arrows .ser-prev{top:-310px}}@media (max-width:767px){.detailed-sterling-service-slider-section .slider-arrows .ser-next,.detailed-sterling-service-slider-section .slider-arrows .ser-prev{top:-350px}}@media (max-width:480px){.detailed-sterling-service-slider-section .slider-arrows .ser-next,.detailed-sterling-service-slider-section .slider-arrows .ser-prev{top:-390px}}@media (max-width:440px){.detailed-sterling-service-slider-section .slider-arrows .ser-next,.detailed-sterling-service-slider-section .slider-arrows .ser-prev{top:-430px}}@media (max-width:425px){.detailed-sterling-service-slider-section .slider-arrows .ser-next,.detailed-sterling-service-slider-section .slider-arrows .ser-prev{padding:.5rem}}@media (max-width:400px){.detailed-sterling-service-slider-section .slider-arrows .ser-next,.detailed-sterling-service-slider-section .slider-arrows .ser-prev{top:-600px}}.detailed-sterling-service-slider-section .slider-arrows .ser-next:hover,.detailed-sterling-service-slider-section .slider-arrows .ser-prev:hover{opacity:.5}.detailed-sterling-service-slider-section .slider-arrows .ser-next .svg-inline--fa,.detailed-sterling-service-slider-section .slider-arrows .ser-prev .svg-inline--fa{color:#fff;font-size:2rem}.detailed-sterling-service-slider-section .slider-arrows .ser-prev{left:4%}@media (max-width:1199px){.detailed-sterling-service-slider-section .slider-arrows .ser-prev{left:5.5%}}@media (max-width:991px){.detailed-sterling-service-slider-section .slider-arrows .ser-prev{left:-3%}}.detailed-sterling-service-slider-section .slider-arrows .ser-next{right:4%}@media (max-width:1199px){.detailed-sterling-service-slider-section .slider-arrows .ser-next{right:5.5%}}@media (max-width:991px){.detailed-sterling-service-slider-section .slider-arrows .ser-next{right:-3%}}.detailed-sterling-service-slider-section #detailed-sterling-service-slider .slick-dots{bottom:1px}.detailed-sterling-service-slider-section #detailed-sterling-service-slider .slick-dots li button:before{opacity:1;font-size:2.9rem;color:#dde5e5;border:none}.detailed-sterling-service-slider-section #detailed-sterling-service-slider .slick-dots li.slick-active button:before{opacity:1;font-size:3.3rem;color:#008656!important}.detailed-sterling-service-slider-section #detailed-sterling-service-slider .slick-list{padding:0 50px}@media (max-width:991px){.detailed-sterling-service-slider-section #detailed-sterling-service-slider .slick-list{padding:0}}.detailed-sterling-service-slider-section #detailed-sterling-service-slider .slick-slide{margin:5px 1rem 0}@media (max-width:991px){.detailed-sterling-service-slider-section #detailed-sterling-service-slider .slick-slide{margin:0}}.detailed-sterling-service-slider-section #detailed-sterling-service-slider .slick-slide.slick-current .service-slide-wrapper{border:1px solid #008656;background-color:#f9f9f9}.detailed-sterling-service-slider-section #detailed-sterling-service-slider .slick-slide .service-item .service-slide-wrapper{padding:3rem 2.8rem;background-color:#fff;border-radius:0;box-shadow:0 1px 7px -2px rgba(72,72,72,.9);-webkit-box-shadow:0 1px 7px -2px rgba(72,72,72,.9);-moz-box-shadow:0 1px 7px -2px rgba(72,72,72,.9);min-height:520px}@media (max-width:1280px){.detailed-sterling-service-slider-section #detailed-sterling-service-slider .slick-slide .service-item .service-slide-wrapper{min-height:470px}}@media (max-width:1250px){.detailed-sterling-service-slider-section #detailed-sterling-service-slider .slick-slide .service-item .service-slide-wrapper{min-height:520px}}@media (max-width:1199px){.detailed-sterling-service-slider-section #detailed-sterling-service-slider .slick-slide .service-item .service-slide-wrapper{min-height:585px}}@media (max-width:991px){.detailed-sterling-service-slider-section #detailed-sterling-service-slider .slick-slide .service-item .service-slide-wrapper{min-height:455px}}@media (max-width:767px){.detailed-sterling-service-slider-section #detailed-sterling-service-slider .slick-slide .service-item .service-slide-wrapper{min-height:520px}}@media (max-width:520px){.detailed-sterling-service-slider-section #detailed-sterling-service-slider .slick-slide .service-item .service-slide-wrapper{min-height:550px}}@media (max-width:480px){.detailed-sterling-service-slider-section #detailed-sterling-service-slider .slick-slide .service-item .service-slide-wrapper{min-height:600px}}@media (max-width:440px){.detailed-sterling-service-slider-section #detailed-sterling-service-slider .slick-slide .service-item .service-slide-wrapper{min-height:640px}}@media (max-width:400px){.detailed-sterling-service-slider-section #detailed-sterling-service-slider .slick-slide .service-item .service-slide-wrapper{min-height:680px}}@media (max-width:390px){.detailed-sterling-service-slider-section #detailed-sterling-service-slider .slick-slide .service-item .service-slide-wrapper{min-height:750px}}@media (max-width:365px){.detailed-sterling-service-slider-section #detailed-sterling-service-slider .slick-slide .service-item .service-slide-wrapper{min-height:800px}}@media (max-width:330px){.detailed-sterling-service-slider-section #detailed-sterling-service-slider .slick-slide .service-item .service-slide-wrapper{min-height:900px}}.detailed-sterling-service-slider-section #detailed-sterling-service-slider .slick-slide .service-item .service-slide-wrapper table.detail-table{width:100%;height:100%;margin-bottom:0}.detailed-sterling-service-slider-section #detailed-sterling-service-slider .slick-slide .service-item .service-slide-wrapper table.detail-table tr td.content-col{width:60%}.detailed-sterling-service-slider-section #detailed-sterling-service-slider .slick-slide .service-item .service-slide-wrapper table.detail-table tr td.content-col .detail-headline{font-size:1.5rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;line-height:1.5;color:#212121}.detailed-sterling-service-slider-section #detailed-sterling-service-slider .slick-slide .service-item .service-slide-wrapper table.detail-table tr td.content-col .detail-desc{font-size:1rem;font-family:Roboto,Arial,Helvetica,sans-serif;margin-bottom:3rem;line-height:1.5;color:#333f48}.detailed-sterling-service-slider-section #detailed-sterling-service-slider .slick-slide .service-item .service-slide-wrapper table.detail-table tr td.content-col .detail-desc p{line-height:1.5;color:#333f48}.detailed-sterling-service-slider-section #detailed-sterling-service-slider .slick-slide .service-item .service-slide-wrapper table.detail-table tr td.content-col ul{margin:2rem auto;padding-left:1.1rem;list-style:none}.detailed-sterling-service-slider-section #detailed-sterling-service-slider .slick-slide .service-item .service-slide-wrapper table.detail-table tr td.content-col ul li:before{content:"\25A0";color:#c0bfb5;display:inline-block;width:1.2rem;margin-left:-1rem}.detailed-sterling-service-slider-section #detailed-sterling-service-slider .slick-slide .service-item .service-slide-wrapper table.detail-table tr td.content-col .arrow-cta{font-weight:600}.detailed-sterling-service-slider-section #detailed-sterling-service-slider .slick-slide .service-item .service-slide-wrapper table.detail-table tr td.empty-col{width:10%}@media (max-width:991px){.detailed-sterling-service-slider-section #detailed-sterling-service-slider .slick-slide .service-item .service-slide-wrapper table.detail-table tr td.empty-col{display:none;width:0}}.detailed-sterling-service-slider-section #detailed-sterling-service-slider .slick-slide .service-item .service-slide-wrapper table.detail-table tr td.icon-col{width:30%;vertical-align:top}@media (max-width:991px){.detailed-sterling-service-slider-section #detailed-sterling-service-slider .slick-slide .service-item .service-slide-wrapper table.detail-table tr td.icon-col{display:none;width:0}}.detailed-sterling-service-slider-section #detailed-sterling-service-slider .slick-slide .service-item .service-slide-wrapper table.detail-table tr td.icon-col .svg-inline--fa,.detailed-sterling-service-slider-section #detailed-sterling-service-slider .slick-slide .service-item .service-slide-wrapper table.detail-table tr td.icon-col svg{position:relative;top:2.8rem;display:block;margin:0 auto;color:#acaeb0;font-size:10rem}.custom-resources-section{padding:4rem 0;background-color:#fff}.custom-resources-section .arrow-cta{display:block;position:absolute;right:1.25rem;top:.9375rem}@media (max-width:767px){.custom-resources-section .arrow-cta{position:relative;top:0;left:0;right:unset;margin-bottom:1rem}}.custom-resources-section .slick-dots{bottom:0}.custom-resources-section .heading{font-size:2.375rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700}@media (max-width:767px){.custom-resources-section .heading{font-size:1.875rem;margin-bottom:0}}.custom-resources-section .post-small{margin-bottom:30px}.custom-resources-section .post-small .blog-feed__box{background-size:cover;background-repeat:no-repeat;background-position:50%;color:#fff;border:none;padding:40px 30px;height:100%;position:relative;min-height:320px}.custom-resources-section .post-small .blog-feed__box:hover:before{background-color:#212121}.custom-resources-section .post-small .blog-feed__box:before{content:"";overflow:hidden;display:block;box-sizing:border-box;position:absolute;height:100%;width:100%;background:rgba(39,38,41,.4);top:0;left:0;right:0;bottom:0;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s}.custom-resources-section .post-small .blog-feed__box .blog-feed__box--small__content{position:relative;z-index:99;height:100%}.custom-resources-section .post-small .blog-feed__box .blog-feed__box--small__content .blog-feed__box__type{font-size:.875rem}.custom-resources-section .post-small .blog-feed__box .blog-feed__box--small__content .h2,.custom-resources-section .post-small .blog-feed__box .blog-feed__box--small__content h2{font-size:1.375rem;line-height:32px}.custom-resources-section .post-small .blog-feed__box .blog-feed__box--small__content .h2 .blog-title,.custom-resources-section .post-small .blog-feed__box .blog-feed__box--small__content h2 .blog-title{color:#fff}.custom-resources-section .post-small .blog-feed__box .blog-feed__box--small__content .link-cta{font-size:.875rem;position:absolute;color:#fff;text-decoration:underline;bottom:0;right:0}@media (max-width:425px){.custom-resources-section .post-small .blog-feed__box .blog-feed__box--small__content .link-cta{bottom:-125%}}@media (max-width:425px){.custom-resources-section .for-desktop{display:none}}.custom-resources-section .for-mobile{display:none}@media (max-width:425px){.custom-resources-section .for-mobile{display:block}}.hub-resource-card-section{padding:3rem 0}.hub-resource-card-section .heading-row{padding:2rem 0}.hub-resource-card-section .heading-row .heading{font-size:2.375rem;line-height:1.4;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;margin-bottom:2rem;position:relative}@media (max-width:1199px){.hub-resource-card-section .heading-row .heading{font-size:1.875rem}}@media (max-width:991px){.hub-resource-card-section .heading-row .heading{font-size:2.375rem}}@media (max-width:767px){.hub-resource-card-section .heading-row .heading{font-size:1.875rem}}.hub-resource-card-section .heading-row .desc{font-size:1.125rem;line-height:1.5;color:#212121;margin-bottom:2rem}@media (max-width:1199px){.hub-resource-card-section .heading-row .desc{padding-right:0}}@media (max-width:991px){.hub-resource-card-section .heading-row .desc{margin-bottom:2rem}}.hub-resource-card-section .accordion-wrapper{padding:0 .5rem}.hub-resource-card-section .accordion-wrapper .returning-accordion .btn{width:100%;font-weight:700;font-size:1rem;color:#212121;padding:0;text-align:left;position:relative;outline:none}.hub-resource-card-section .accordion-wrapper .returning-accordion .btn .fas{width:45px}.hub-resource-card-section .accordion-wrapper .returning-accordion .btn .fa-minus,.hub-resource-card-section .accordion-wrapper .returning-accordion .btn .fa-plus{color:#008656}.hub-resource-card-section .accordion-wrapper .returning-accordion .btn .fa-stack{font-size:18px;position:absolute;right:25px;top:22%;width:auto}@media (max-width:1199px){.hub-resource-card-section .accordion-wrapper .returning-accordion .btn .fa-stack{top:32%}}@media (max-width:375px){.hub-resource-card-section .accordion-wrapper .returning-accordion .btn .fa-stack{top:40%}}.hub-resource-card-section .accordion-wrapper .returning-accordion .btn .resource-heading-text{font-size:.8rem;font-family:Roboto,Arial,Helvetica,sans-serif;text-transform:uppercase;margin-bottom:.625rem;letter-spacing:.5px}.hub-resource-card-section .accordion-wrapper .returning-accordion .btn .heading-text{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;font-size:1.625rem;color:#333f48;line-height:1.3;margin-bottom:1rem;width:80%}@media (max-width:1199px){.hub-resource-card-section .accordion-wrapper .returning-accordion .btn .heading-text{display:block;min-height:60px;font-size:1.25rem}}@media (max-width:991px){.hub-resource-card-section .accordion-wrapper .returning-accordion .btn .heading-text{min-height:auto}}@media (max-width:767px){.hub-resource-card-section .accordion-wrapper .returning-accordion .btn .heading-text{font-size:1.375rem}}@media (max-width:425px){.hub-resource-card-section .accordion-wrapper .returning-accordion .btn .heading-text{font-size:1.25rem}}@media (max-width:767px){.hub-resource-card-section .accordion-wrapper .returning-accordion .btn .heading-text br{display:none}}.hub-resource-card-section .accordion-wrapper .returning-accordion .btn .subheading-text,.hub-resource-card-section .accordion-wrapper .returning-accordion .btn .subheading-text p{font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:400;font-size:1.125rem;line-height:1.5;display:block;width:95%;margin-bottom:1rem}@media (max-width:1199px){.hub-resource-card-section .accordion-wrapper .returning-accordion .btn .subheading-text,.hub-resource-card-section .accordion-wrapper .returning-accordion .btn .subheading-text p{width:95%}}.hub-resource-card-section .accordion-wrapper .returning-accordion .btn .orange-bullets-list{margin-top:2rem}.hub-resource-card-section .accordion-wrapper .returning-accordion .btn .orange-bullets-list a{text-decoration:underline;color:#212121}.hub-resource-card-section .accordion-wrapper .returning-accordion .btn .orange-bullets-list a:hover{color:#008656}.hub-resource-card-section .accordion-wrapper .returning-accordion .btn .right-arrow{right:1rem}.hub-resource-card-section .accordion-wrapper .returning-accordion .card{border-radius:0;border:none;margin-bottom:1rem}.hub-resource-card-section .accordion-wrapper .returning-accordion .card-header{height:300px;border-radius:0;border:none;background-color:#f5f5f5;padding:1.5rem 1.25rem;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}@media (max-width:1399px){.hub-resource-card-section .accordion-wrapper .returning-accordion .card-header{height:350px}}.hub-resource-card-section .accordion-wrapper .returning-accordion .card-header[aria-expanded=true]{padding-bottom:1rem;border-top:2px solid #008656;margin-top:-2px}.hub-resource-card-section .accordion-wrapper .returning-accordion .card-body{background-color:#f5f5f5;padding-top:0;padding-bottom:3rem;font-size:1.125rem;line-height:1.5;color:#333f48}@media (max-width:991px){.hub-resource-card-section .accordion-wrapper .returning-accordion .card-body{padding-bottom:2rem}}.hub-resource-card-section .accordion-wrapper .returning-accordion .card-body .section-icon{width:100%}@media (max-width:1199px){.hub-resource-card-section .accordion-wrapper .returning-accordion .card-body .section-icon{width:145%}}@media (max-width:991px){.hub-resource-card-section .accordion-wrapper .returning-accordion .card-body .section-icon{width:70px;margin:0 auto .8rem}}.hub-resource-card-section .accordion-wrapper .returning-accordion .card-body .service-wrapper{padding:1.25rem;margin-left:-1rem}@media (max-width:1199px){.hub-resource-card-section .accordion-wrapper .returning-accordion .card-body .service-wrapper{margin-left:0}}@media (max-width:991px){.hub-resource-card-section .accordion-wrapper .returning-accordion .card-body .service-wrapper.services{margin-bottom:2rem}}.hub-resource-card-section .accordion-wrapper .returning-accordion .card-body .service-wrapper .service-header{font-size:1.25rem;line-height:1.5;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;margin-top:6px;margin-bottom:.5rem;text-transform:uppercase}.hub-resource-card-section .accordion-wrapper .returning-accordion .card-body .service-wrapper .service-content ul{padding-left:0;margin-bottom:0;list-style:none}.hub-resource-card-section .accordion-wrapper .returning-accordion .card-body .service-wrapper .service-content ul li a{font-size:1rem;line-height:1.5;color:#008656}.hub-resource-card-section .accordion-wrapper .returning-accordion .card-body .service-wrapper .service-content ul li a:hover{opacity:.7}.hub-resource-card-section .accordion-wrapper .returning-accordion .card-cta{width:100%;font-weight:700;font-size:1rem;position:absolute;bottom:1.25rem}.hub-resource-card-section .accordion-wrapper .returning-accordion .btn-link:focus,.hub-resource-card-section .accordion-wrapper .returning-accordion .btn-link:hover{text-decoration:none}.hub-resource-card-section .accordion-wrapper .returning-accordion li+li{margin-top:10px}.vertical-faq-accordion-section{padding:4rem 0;background-color:#fff;position:relative}@media (max-width:991px){.vertical-faq-accordion-section{padding-top:0;padding-bottom:1rem}}.vertical-faq-accordion-section .heading{font-size:1.875rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;line-height:1.3;margin-bottom:1.5rem;text-align:center}@media (max-width:991px){.vertical-faq-accordion-section .heading{margin-top:0}}@media (max-width:767px){.vertical-faq-accordion-section .heading{font-size:1.75rem}}.vertical-faq-accordion-section .desc{color:#212121;font-size:1.125rem;margin:0 auto;text-align:center;width:730px}@media (max-width:1199px){.vertical-faq-accordion-section .desc{width:100%}}@media (max-width:767px){.vertical-faq-accordion-section .desc{font-size:1rem}}.vertical-faq-accordion-section .le-accordion{width:100%}.vertical-faq-accordion-section .le-accordion .btn{width:100%;font-weight:700;font-size:1rem;color:#212121;padding:0;text-align:left;position:relative;outline:none}.vertical-faq-accordion-section .le-accordion .btn .fas{width:45px}.vertical-faq-accordion-section .le-accordion .btn .fa-minus,.vertical-faq-accordion-section .le-accordion .btn .fa-plus{color:#008656}.vertical-faq-accordion-section .le-accordion .btn .fa-stack{font-size:18px;position:absolute;right:25px;width:auto}.vertical-faq-accordion-section .le-accordion .btn .heading-text{padding-right:4.375rem;font-weight:700;font-size:1.25rem;color:#212121;line-height:1.5;font-family:adelle-sans,Arial,Helvetica,sans-serif}@media (max-width:767px){.vertical-faq-accordion-section .le-accordion .btn .heading-text{font-size:1rem}}.vertical-faq-accordion-section .le-accordion .card{border-radius:0;border:none;margin-bottom:1.5rem}.vertical-faq-accordion-section .le-accordion .card:last-child{margin-bottom:0}@media (max-width:991px){.vertical-faq-accordion-section .le-accordion .card:last-child{margin-bottom:1.5rem}}.vertical-faq-accordion-section .le-accordion .card-header{border-radius:0;border:1px solid #707070;background-color:#fff;padding:.5rem 2rem;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;margin-bottom:0}.vertical-faq-accordion-section .le-accordion .card-header[aria-expanded=true]{border-top:1px solid #008656;border-left:1px solid #008656;border-right:1px solid #008656;border-bottom:none;padding-top:1rem;padding-bottom:1rem;margin-bottom:0}.vertical-faq-accordion-section .le-accordion .card-header[aria-expanded=true] .heading-text{color:#008656;font-weight:700}.vertical-faq-accordion-section .le-accordion .card-body{background-color:#fff;padding-top:0;font-size:1.125rem;line-height:1.5;color:#212121;font-family:Roboto,Arial,Helvetica,sans-serif;padding-left:2rem;padding-right:2rem;border-left:1px solid #008656;border-right:1px solid #008656;border-bottom:1px solid #008656}.vertical-faq-accordion-section .le-accordion .card-body p{color:#212121;margin-bottom:1rem}.vertical-faq-accordion-section .le-accordion .card-body p:last-child{margin-bottom:0}@media (max-width:767px){.vertical-faq-accordion-section .le-accordion .card-body{font-size:1rem}}.vertical-faq-accordion-section .le-accordion .btn-link:focus,.vertical-faq-accordion-section .le-accordion .btn-link:hover{text-decoration:none}.vertical-faq-accordion-section .le-accordion li+li{margin-top:10px}.general-section{padding:6rem 0}.general-section.light-grey{background-color:#f6f6f6}.general-section .h2,.general-section h2{position:relative;font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1.5rem;line-height:1.3;color:#212121}@media (max-width:767px){.general-section .h2,.general-section h2{font-size:1.75rem}}.general-section .dash-top.h2,.general-section h2.dash-top{margin-top:4rem}.general-section .dash-top.h2:before,.general-section h2.dash-top:before{content:"";position:absolute;background-color:#008656;height:9px;width:62px;top:-30px;left:0}.general-section p{position:relative;font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;margin-bottom:1.5rem}@media (max-width:767px){.general-section p{font-size:1rem}}.general-section p.w90{width:90%}@media (max-width:1199px){.general-section p.w90{width:100%}}.general-section p.w80{width:80%}@media (max-width:1199px){.general-section p.w80{width:100%}}.general-section p.w70{width:70%}@media (max-width:1199px){.general-section p.w70{width:100%}}.general-section p.w60{width:60%}@media (max-width:1199px){.general-section p.w60{width:100%}}.general-section .icon-wrap{position:relative;max-width:280px;margin-left:auto;margin-right:auto;margin-top:1rem}@media (max-width:991px){.general-section .icon-wrap{display:none}}.general-section .icon-wrap .particle:first-child{width:5rem;height:5rem;background:#dde5e5;opacity:.5;position:absolute;left:-15px;top:-5px;z-index:0}@media (max-width:1199px){.general-section .icon-wrap .particle:first-child{left:-15px}}@media (max-width:991px){.general-section .icon-wrap .particle:first-child{display:none}}.general-section .icon-wrap .particle:nth-child(2){width:3.75rem;height:3.75rem;background:transparent;background:#add7c7;opacity:.25;position:absolute;right:-50px;bottom:5px;z-index:1}@media (max-width:1199px){.general-section .icon-wrap .particle:nth-child(2){right:-50px}}@media (max-width:991px){.general-section .icon-wrap .particle:nth-child(2){display:none}}.general-section .icon-wrap .particle:nth-child(3){width:1.25rem;height:1.25rem;background:#008656;opacity:.25;position:absolute;left:-45px;top:80px;z-index:2}@media (max-width:991px){.general-section .icon-wrap .particle:nth-child(3){display:none}}.general-section .image-wrap{position:relative}.general-section .image-wrap img{width:100%;position:relative;z-index:2}.general-section .image-wrap .particle:first-child{width:95%;height:95%;background:#b8b7ac;opacity:.25;position:absolute;right:-20px;bottom:-20px;z-index:0}@media (max-width:991px){.general-section .image-wrap .particle:first-child{display:none}}.general-section .image-wrap .particle:nth-child(2){width:5.625rem;height:5.625rem;background:#008656;opacity:.25;position:absolute;right:-30px;top:-40px;z-index:0}@media (max-width:991px){.general-section .image-wrap .particle:nth-child(2){display:none}}.general-section .image-wrap .mh-image{max-height:450px;object-fit:cover}.checked-list{list-style:none;padding-left:0;margin-bottom:0}.checked-list li{font-size:1.125rem;color:#212121}.checked-list li .list-item-wrapper{position:relative}.checked-list li .list-item-wrapper .fas{margin-right:10px}.checked-list li .list-item-wrapper .li-text{display:block;position:relative;top:-26px;left:2rem;width:82%}@media (max-width:1199px){.checked-list li .list-item-wrapper .li-text{width:92%}}.small-accordion{width:100%}.small-accordion .btn{width:100%;font-weight:700;font-size:1rem;color:#212121;padding:0;text-align:left;position:relative;outline:none}.small-accordion .btn .fas{width:45px}.small-accordion .btn .fa-minus,.small-accordion .btn .fa-plus{color:#008656}.small-accordion .btn .fa-stack{font-size:18px;position:absolute;right:25px;width:auto}.small-accordion .btn .heading-text{padding-right:4.375rem;font-weight:700;font-size:1.25rem;color:#212121;line-height:1.5;font-family:adelle-sans,Arial,Helvetica,sans-serif}@media (max-width:767px){.small-accordion .btn .heading-text{font-size:1rem}}.small-accordion .card{border-radius:0;border:none;margin-bottom:1.5rem}.small-accordion .card:last-child{margin-bottom:0}@media (max-width:991px){.small-accordion .card:last-child{margin-bottom:1.5rem}}.small-accordion .card-header{border-radius:0;border:1px solid #707070;background-color:#fff;padding:.5rem 2rem;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;margin-bottom:0}.small-accordion .card-header[aria-expanded=true]{border-top:1px solid #008656;border-left:1px solid #008656;border-right:1px solid #008656;border-bottom:none;padding-top:1rem;padding-bottom:1rem;margin-bottom:0}.small-accordion .card-header[aria-expanded=true] .heading-text{color:#008656;font-weight:700}.small-accordion .card-body{background-color:#fff;padding-top:0;font-size:1.125rem;line-height:1.5;color:#212121;font-family:Roboto,Arial,Helvetica,sans-serif;padding-left:2rem;padding-right:2rem;border-left:1px solid #008656;border-right:1px solid #008656;border-bottom:1px solid #008656}.small-accordion .card-body p{color:#212121;margin-bottom:1rem;font-size:1.125rem;line-height:1.5}.small-accordion .card-body p:last-child{margin-bottom:0}@media (max-width:767px){.small-accordion .card-body{font-size:1rem}}.small-accordion .card-body span.ref{display:block;margin-top:2rem;font-size:.875rem}.small-accordion .btn-link:focus,.small-accordion .btn-link:hover{text-decoration:none}.small-accordion li+li{margin-top:10px}.dark-link{color:#212121;text-decoration:underline}.dark-link:hover{text-decoration:none;opacity:.8}.left-aligned-icon-tile{text-align:left}.left-aligned-icon-tile .svg-inline--fa{font-size:4rem;color:#008656;height:5rem;margin-bottom:.5rem}.generic-section .img-fluid{margin-top:-10%}@media (max-width:991px){.generic-section .img-fluid{display:none}}#login-modal .modal-dialog,.disclaimer-modal .modal-dialog{max-width:31.25rem}#login-modal .modal-content,.disclaimer-modal .modal-content{border-radius:20px;height:22.5rem}@media (max-width:575px){#login-modal .modal-content,.disclaimer-modal .modal-content{height:auto}}#login-modal .modal-content .h3,#login-modal .modal-content h3,.disclaimer-modal .modal-content .h3,.disclaimer-modal .modal-content h3{font-weight:700;font-size:24px;line-height:30px;margin-bottom:2rem}#login-modal .modal-content .modal-header,.disclaimer-modal .modal-content .modal-header{padding:2rem 2rem 1.5rem;justify-content:flex-end}@media (max-width:575px){#login-modal .modal-content .modal-header,.disclaimer-modal .modal-content .modal-header{padding:1.5rem 2rem}}#login-modal .modal-content .modal-header .close-btn,.disclaimer-modal .modal-content .modal-header .close-btn{font-size:32px;font-weight:700;cursor:pointer;transition:.5s}#login-modal .modal-content .modal-header .close-btn:hover,.disclaimer-modal .modal-content .modal-header .close-btn:hover{transform:rotate(90deg)}#login-modal .modal-content .modal-body,.disclaimer-modal .modal-content .modal-body{padding:0 2rem 2rem}@media (max-width:575px){#login-modal .modal-content .modal-body,.disclaimer-modal .modal-content .modal-body{padding:0 2rem 1rem}}#login-modal .modal-content .modal-body p,.disclaimer-modal .modal-content .modal-body p{font-size:1.125rem}.hero-fadv{padding:6rem 0;background-color:#f7f3ed}.hero-fadv.industry{background-color:#3b455b}.hero-fadv.industry .h1,.hero-fadv.industry h1,.hero-fadv.industry p{color:#fff}.hero-fadv.industry .hero-image-wrapper .hero-fadv-img{width:100%;border-radius:.625rem}.hero-fadv.industry .hero-image-wrapper .hero-particle{top:-4.375rem!important;left:-1.875rem!important;width:108%!important}@media (max-width:1399px){.hero-fadv.industry .hero-image-wrapper .hero-particle{width:130%!important;left:-5rem!important}}@media (max-width:1199px){.hero-fadv.industry .hero-image-wrapper .hero-particle{left:-3.75rem!important}}@media (max-width:991px){.hero-fadv.industry .hero-image-wrapper .hero-particle{left:6%!important;width:80%!important;top:-14%!important}}@media (max-width:767px){.hero-fadv.industry .hero-image-wrapper .hero-particle{display:none}}.hero-fadv .hero-content-wrapper{display:flex;height:100%;width:100%;align-items:center}.hero-fadv .hero-content-wrapper .inner-wrapper{position:relative}.hero-fadv .industry-shoutout{color:#fff}.hero-fadv .h1,.hero-fadv h1{color:#000;font-size:3rem}.hero-fadv p{color:#000;font-size:1.125rem;padding-right:2rem}.hero-fadv .hero-cta-wrapper a{display:inline-block}.hero-fadv .hero-cta-wrapper a:first-child{margin-right:.625rem}.hero-fadv .hero-image-wrapper{position:relative;text-align:center}@media (max-width:991px){.hero-fadv .hero-image-wrapper{margin-bottom:3.5rem}}.hero-fadv .hero-image-wrapper .hero-fadv-img{position:relative;width:100%;max-width:26.875rem;border-radius:100%;z-index:0}@media (max-width:767px){.hero-fadv .hero-image-wrapper .hero-fadv-img{max-width:unset}}.hero-fadv .hero-image-wrapper .hero-particle{position:absolute;width:100%;top:-2.5rem;left:-.625rem;z-index:1}@media (max-width:1399px){.hero-fadv .hero-image-wrapper .hero-particle{width:120%;left:-3.75rem}}@media (max-width:1199px){.hero-fadv .hero-image-wrapper .hero-particle{left:-2.5rem}}@media (max-width:991px){.hero-fadv .hero-image-wrapper .hero-particle{left:6%;width:80%;top:-14%}}@media (max-width:767px){.hero-fadv .hero-image-wrapper .hero-particle{display:none}}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none!important}@font-face{font-family:slick;font-weight:400;font-style:normal}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;border:none}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:none;background:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"\E2\2020\90"}[dir=rtl] .slick-prev:before{content:"\E2\2020\2019"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"\E2\2020\2019"}[dir=rtl] .slick-next:before{content:"\E2\2020\90"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-12px;display:block;width:100%;margin:0;list-style:none;text-align:center}.slick-dots,.slick-dots li{position:relative;padding:0}.slick-dots li{display:inline-block;width:20px;height:20px;margin:0 5px;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:15px;height:15px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:.5rem;line-height:20px;position:absolute;top:0;left:0;width:15px;height:15px;content:"\2022";text-align:center;opacity:.25;color:transparent;border:1px solid #8c8c8c;border-radius:10px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#008656;border:none;font-size:3.3rem;left:-1px;top:-2px}.feed-card--stacked__image{min-height:23.75rem}.feed-card--horizontal__image,.feed-card--stacked__image{background-size:cover!important;background-position:50%!important;background-repeat:no-repeat!important}.feed-card--horizontal__image{min-width:150px;min-height:125px}.search-pagination{margin-bottom:1.875rem}.search-pagination .page-numbers{color:#666;padding:.5rem 1.5rem}.search-pagination .page-numbers.current{color:#008656}.search-pagination .page-numbers.next,.search-pagination .page-numbers.prev{text-decoration:underline}.cat-subhead{font-size:1.5rem;line-height:2rem;font-weight:700}.section.sectionBlogFeed{padding-bottom:0;background:#fff}.section.sectionBlogFeed .feed__filter .blog-search-form{position:relative}.section.sectionBlogFeed .feed__filter .blog-search-form i.fas.fa-search{position:absolute;top:10px;left:4px;color:#008656;font-weight:900}.section.sectionBlogFeed .feed__filter input.form-control.d-inline-block.ml-lg-auto{border:none;border-bottom:1px solid #666;border-radius:0;box-shadow:none;padding-left:30px}.section.sectionBlogFeed .feed__filter .form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.section.sectionBlogFeed .post-big .blog-feed__box{margin-bottom:40px;background:#f5f5f5}.section.sectionBlogFeed .post-big .blog-feed__box .blog-feed__box--big__row .blog-feed__box--big__image{min-height:390px}.section.sectionBlogFeed .post-big .blog-feed__box .blog-feed__box--big__row .col-md-7{padding:3.75rem}.section.sectionBlogFeed .post-big .blog-feed__box .blog-feed__box--big__row .col-md-7 .h2,.section.sectionBlogFeed .post-big .blog-feed__box .blog-feed__box--big__row .col-md-7 h2{font-size:2.1525rem;line-height:40px}.section.sectionBlogFeed .post-big .blog-feed__box .blog-feed__box--big__row .col-md-7 .h2 a,.section.sectionBlogFeed .post-big .blog-feed__box .blog-feed__box--big__row .col-md-7 h2 a{color:#212121}.section.sectionBlogFeed .post-small{margin-bottom:30px}.section.sectionBlogFeed .post-small.case-study-card .blog-feed__box .blog-feed__box--small__image{min-height:100px}.section.sectionBlogFeed .post-small .blog-feed__box{padding:40px 30px;border:1px solid #666;height:100%;position:relative}.section.sectionBlogFeed .post-small .blog-feed__box .blog-feed__box__date.mb-3{font-size:.75rem}.section.sectionBlogFeed .post-small .blog-feed__box .blog-feed__box--small__image{min-height:160px}.section.sectionBlogFeed .post-small .blog-feed__box .h2,.section.sectionBlogFeed .post-small .blog-feed__box h2{font-size:1.5rem;line-height:32px}.section.sectionBlogFeed .post-small .blog-feed__box .h2 a,.section.sectionBlogFeed .post-small .blog-feed__box h2 a{color:#212121}.section.sectionBlogFeed .post-small .blog-feed__box a.link-cta{position:absolute;bottom:30px;right:30px}.section.sectionBlogFeed .post-small:hover .blog-feed__box{border-color:#008656}.section.sectionBlogFeed .post-small:hover .h2 a,.section.sectionBlogFeed .post-small:hover h2 a{color:#008656}.section.sectionBlogFeed .post-small.post-small-background.hub-listing{min-height:300px}@media (max-width:767px){.section.sectionBlogFeed .post-small.post-small-background.hub-listing{min-height:200px}}.section.sectionBlogFeed .post-small.post-small-background.hub-listing .link-cta{position:absolute;bottom:0;right:0}.section.sectionBlogFeed .post-small.post-small-background.hub-listing a:hover{text-decoration:none!important}.section.sectionBlogFeed .post-small.post-small-background .blog-feed__box{color:#fff;border:none;min-height:433.33px}.section.sectionBlogFeed .post-small.post-small-background .blog-feed__box .h2 a,.section.sectionBlogFeed .post-small.post-small-background .blog-feed__box .h2 div,.section.sectionBlogFeed .post-small.post-small-background .blog-feed__box a.link-cta,.section.sectionBlogFeed .post-small.post-small-background .blog-feed__box h2 a,.section.sectionBlogFeed .post-small.post-small-background .blog-feed__box h2 div{color:#fff}.section.sectionBlogFeed .post-small.post-small-background .blog-feed__box:hover{text-decoration:none}.section.sectionBlogFeed .post-small.post-small-background .blog-feed__box:hover:before{background:#212121}.section.sectionBlogFeed .post-small.post-small-background .blog-feed__box:before{content:"";overflow:hidden;display:block;box-sizing:border-box;position:absolute;height:100%;width:100%;background:rgba(39,38,41,.4);top:0;left:0;right:0;bottom:0;transition:.4s}.section.sectionBlogFeed .post-small.post-small-background .blog-feed__box .blog-feed__box--small__content{position:relative;z-index:999;height:100%}.section.sectionBlogFeed .post-small.post-small-background .blog-feed__box .blog-feed__box--small__content .link-cta{position:absolute;bottom:-10px;right:0}.section.sectionBlogFeed .post-small.post-small-dark .blog-feed__box{background:#212121;color:#fff}.section.sectionBlogFeed .post-small.post-small-dark .blog-feed__box a{color:#fff}.feed__filter .h4,.feed__filter h4{font-size:1.5rem}.feed__filter .dropdown.d-inline-block{width:25%}@media (max-width:575.98px){.feed__filter .dropdown.d-inline-block{margin-bottom:1.25rem;width:100%}}.feed__filter button#dropdownFeedFilter{background:transparent;color:#008656;border:none;padding-top:0!important;box-shadow:none;font-size:1.5rem;margin-left:100px;margin-top:-5px}@media (max-width:575.98px){.feed__filter button#dropdownFeedFilter{margin-left:0;font-size:1rem}}.posts-pagination .page-link{margin-left:0}.posts-pagination .page-item a{border:none}.posts-pagination .page-item--next .page-link,.posts-pagination .page-item--previous .page-link{border-radius:0;text-decoration:underline}.pagination{display:flex;padding-left:0;list-style:none;border-radius:.25rem}.pagination .page-item a.page-link{color:#666;padding:.5rem 1.5rem;box-shadow:none;outline:0}.pagination .page-item.active a,.pagination .page-item a.page-link:hover{background-color:transparent;color:#008656}.pagination .page-item.active a{border-color:transparent}.sectionBlogFeed .dutch{margin-top:1.5rem}.single p.date{font-size:1.125rem;margin-bottom:25px;color:#212121}.single .h1,.single h1{font-size:2.25rem;line-height:48px;margin-bottom:1.875rem}.single .section.single-details-section{padding-top:0}.single .section.single-details-section .h3,.single .section.single-details-section h3{margin-bottom:1.25rem;color:#666}.single .section.single-details-section .details__content{padding-top:60px}.single .section.single-details-section .details__content img{max-width:100%;height:auto}.single .section.single-details-section .details__content__social a{color:#212121!important;transition:all .3s ease-in-out}.single .section.single-details-section .details__content__social a:hover{color:#008656!important}.single .section.single-details-section .details__content__social a i{font-size:2.25rem;margin-right:.625rem}.single .section.single-details-section .details__content .post-image{margin-bottom:1.875rem}.single .section.single-details-section .details__content .post-image img{margin:0!important}.single .section.single-details-section .details__content a{color:#008656;font-weight:900}.single .section.single-details-section .details__content ul{list-style:none;margin-left:0;color:#666}.single .section.single-details-section .details__content ul li{margin-bottom:1.25rem}.single .section.single-details-section .details__content ul li:before{content:"\2022";color:#008656;display:inline-block;width:.9375rem;margin-left:0}.single .section.single-details-section .details__content ol{margin-left:0;color:#666}.single .section.single-details-section .details__content ol li{margin-bottom:1.25rem}.single .section.single-details-section .details__content .h2,.single .section.single-details-section .details__content h2{font-size:1.5rem;line-height:32px;color:#212121}.single .section.single-details-section .details__content .details-wrapper{display:flex;justify-content:space-between}.single .section.single-details-section .details__content .details-wrapper .details__content__social strong{margin-right:2rem;color:#212121}@media (max-width:991px){.single .section.single-details-section .details__sidebar .widget{margin-top:2rem}}.single .section.single-details-section .details__sidebar .widget ul{margin-top:2rem;list-style:none;padding-left:0}.single .section.single-details-section .details__sidebar .widget_links{background:#212121;padding:90px}.single .section.single-details-section .details__sidebar .widget_links .h4,.single .section.single-details-section .details__sidebar .widget_links h4{color:#fff}.single .section.single-details-section .details__sidebar .widget_links ul{padding-left:0}.single .section.single-details-section .details__sidebar .widget_links ul li{margin-bottom:20px}.single .section.single-details-section .details__sidebar .widget_links ul li a{color:#d0d0d0;text-decoration:underline}.single .section.single-details-section .details__sidebar .blog-post-author-wrapper{display:block;margin-top:1.25rem}.single .section.single-details-section .details__sidebar .blog-post-author-wrapper:hover{cursor:pointer;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;opacity:.8}.single .section.single-details-section .details__sidebar .blog-post-author-wrapper .blog-post-author-image{width:100%}@media (max-width:767.98px){.col-md-5.details__sidebar.ml-auto.pl-lg-5,.col-md-7.details__content{flex:0 0 100%;max-width:100%}.single .section.single-details-section .details__sidebar .widget_links{padding:40px}}.latest-news-sidebar{background-color:#ededed;padding:2rem 3rem;margin:0 3rem;align-items:center}.latest-news-sidebar .heading{align-items:center}.latest-news-sidebar .heading .fa-newspaper{color:#008656;font-size:3.75rem}.latest-news-sidebar .heading .heading-text{color:#212121!important;font-size:24px!important;display:inline-block;margin:0 1rem!important}.latest-news-sidebar .article{margin-bottom:2rem}.latest-news-sidebar .article .article-link{color:#212121;text-decoration:underline}.latest-news-sidebar .article .article-link:hover{color:#008656}.latest-news-sidebar .article .article-link .article-arrow,.latest-news-sidebar .mobile-cta,.latest-news-sidebar img{display:none}@media (max-width:991px){.latest-news-sidebar{margin:0;padding:2rem 0;background-color:#fff}.latest-news-sidebar .heading{justify-content:space-between}.latest-news-sidebar .heading .heading-text{margin:0 1rem 0 0!important}.latest-news-sidebar .article .article-link{text-decoration:none;display:block;padding:2rem 0}.latest-news-sidebar .article .article-link .article-arrow{display:inline-block}.latest-news-sidebar .article:nth-child(4){display:none}.latest-news-sidebar .mobile-cta{display:inline-block}.latest-news-sidebar .article-image{display:inline-block;width:100%;max-height:303px;object-fit:cover}}@media (max-width:991px) and (max-width:450px){.latest-news-sidebar .article-image{max-height:250px}}@media (max-width:991px){.latest-news-sidebar .heading .fa-newspaper,.latest-news-sidebar .news-cta{display:none}}.nhsp-page-intro-section{padding:5rem 0 3rem}@media (max-width:991px){.nhsp-page-intro-section{padding-top:3rem}}.nhsp-page-intro-section .heading{font-size:2.5rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;color:#212121;margin-top:1rem;line-height:1.3;position:relative}@media (max-width:767px){.nhsp-page-intro-section .heading{font-size:1.75rem}}.nhsp-page-intro-section .desc{color:#212121;font-size:1.125rem;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;margin-bottom:1rem}@media (max-width:991px){.nhsp-page-intro-section .desc{margin-bottom:2rem}}@media (max-width:767px){.nhsp-page-intro-section .desc{font-size:1rem}}.nhsp-page-intro-section .intro-image-wrapper{position:relative}@media (max-width:991px){.nhsp-page-intro-section .intro-image-wrapper{margin-top:2rem}}@media (max-width:767px){.nhsp-page-intro-section .intro-image-wrapper{margin-top:0}}.nhsp-page-intro-section .intro-image-wrapper .particle:first-child{width:5rem;height:5rem;background:#add7c7;opacity:.3;position:absolute;left:10%;top:-1.875rem;z-index:0}@media (max-width:767px){.nhsp-page-intro-section .intro-image-wrapper .particle:first-child{display:none}}.nhsp-page-intro-section .intro-image-wrapper .particle:nth-child(2){width:2.1875rem;height:2.1875rem;background:transparent;border:3px solid #dde5e5;position:absolute;left:20%;top:-3.125rem;z-index:1}@media (max-width:767px){.nhsp-page-intro-section .intro-image-wrapper .particle:nth-child(2){display:none}}.nhsp-page-intro-section .intro-image-wrapper .particle:nth-child(3){width:6.875rem;height:6.875rem;background:#008656;opacity:.2;position:absolute;right:10%;bottom:-1.5625rem;z-index:1}@media (max-width:767px){.nhsp-page-intro-section .intro-image-wrapper .particle:nth-child(3){display:none}}.nhsp-page-intro-section .intro-image-wrapper .tiny-particles{width:4.6875rem;height:4.6875rem;position:absolute;right:23%;bottom:-3.4375rem;z-index:1}@media (max-width:991px){.nhsp-page-intro-section .intro-image-wrapper .tiny-particles{display:none}}.nhsp-page-intro-section .intro-image-wrapper .intro-image{position:relative;z-index:2;display:block;margin:0 auto;width:70%}@media (max-width:767px){.nhsp-page-intro-section .intro-image-wrapper .intro-image{width:100%}}.nhsp-page-disclaimer-section{padding:3rem 0;background-color:#f6f6f6;overflow:hidden;position:relative;z-index:0}.nhsp-page-disclaimer-section .container{position:relative;z-index:1}.nhsp-page-disclaimer-section .particle:first-child{width:125rem;height:125rem;background:#616669;position:absolute;left:-1885px;top:0;z-index:1}@media (max-width:1199px){.nhsp-page-disclaimer-section .particle:first-child{display:none}}.nhsp-page-disclaimer-section .particle:nth-child(2){width:1.875rem;height:1.875rem;background:transparent;border:2px solid #fff;position:absolute;left:10%;top:1.875rem;z-index:2}@media (max-width:767px){.nhsp-page-disclaimer-section .particle:nth-child(2){display:none}}.nhsp-page-disclaimer-section .particle:nth-child(3){width:3.125rem;height:3.125rem;background:#d4d0ca;position:absolute;opacity:.6;left:7.2%;top:3.125rem;z-index:1}@media (max-width:767px){.nhsp-page-disclaimer-section .particle:nth-child(3){display:none}}.nhsp-page-disclaimer-section .particle:nth-child(4){width:.9375rem;height:.9375rem;background:#008656;position:absolute;opacity:.3;left:11.2%;top:7.5rem;z-index:1}@media (max-width:1199px){.nhsp-page-disclaimer-section .particle:nth-child(4){display:none}}.nhsp-page-disclaimer-section .particle:nth-child(5){width:5.625rem;height:5.625rem;background:#add7c7;position:absolute;opacity:.6;left:7.2%;bottom:2.5rem;z-index:1}@media (max-width:991px){.nhsp-page-disclaimer-section .particle:nth-child(5){display:none}}.nhsp-page-disclaimer-section .tiny-particles{width:5.625rem;height:5.625rem;position:absolute;left:5.2%;bottom:4.4rem;z-index:1}@media (max-width:991px){.nhsp-page-disclaimer-section .tiny-particles{display:none}}.nhsp-page-disclaimer-section .nhsp-logo{float:right;margin-right:2rem;margin-top:.45rem;margin-bottom:2rem;width:212px;height:91px}@media (max-width:991px){.nhsp-page-disclaimer-section .nhsp-logo{float:none;display:block;margin-right:auto;margin-left:auto}}.nhsp-page-disclaimer-section .desc{color:#212121;font-size:1.125rem;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5}@media (max-width:767px){.nhsp-page-disclaimer-section .desc{font-size:1rem}}.nhsp-page-disclaimer-section .desc:first-child{margin-bottom:2rem}.nhsp-page-video-section{padding:3rem 0;position:relative;overflow:hidden}.nhsp-page-video-section .copy-wrapper{position:relative;background-color:#f6f6f6;padding:5rem 4rem}@media (max-width:991px){.nhsp-page-video-section .copy-wrapper{padding:3rem 2rem 0}}.nhsp-page-video-section .copy-wrapper .extended-bg{width:500px;height:100%;position:absolute;background-color:#f6f6f6;left:90%;top:0}@media (max-width:1199px){.nhsp-page-video-section .copy-wrapper .extended-bg{width:530px}}@media (max-width:991px){.nhsp-page-video-section .copy-wrapper .extended-bg{display:none}}.nhsp-page-video-section .copy-wrapper .heading{font-size:1.875rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;color:#212121;line-height:1.1;margin-bottom:1rem}@media (max-width:767px){.nhsp-page-video-section .copy-wrapper .heading{font-size:1.75rem}}.nhsp-page-video-section .copy-wrapper .desc{color:#212121;font-size:1.125rem;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;margin-bottom:1rem}@media (max-width:767px){.nhsp-page-video-section .copy-wrapper .desc{font-size:1rem}}.nhsp-page-video-section .video-wrapper{position:relative;margin-top:3rem}@media (max-width:1199px){.nhsp-page-video-section .video-wrapper{margin-top:8rem}}@media (max-width:991px){.nhsp-page-video-section .video-wrapper{margin-top:0;background-color:#f6f6f6;padding:2rem 2rem 3rem}}.nhsp-page-video-section .video-wrapper .particle:first-child{width:3.125rem;height:3.125rem;background:#d4d0ca;position:absolute;opacity:.6;left:7.2%;top:3.125rem;z-index:1}@media (max-width:767px){.nhsp-page-video-section .video-wrapper .particle:first-child{display:none}}.nhsp-page-video-section .video-wrapper .particle:nth-child(2){width:2.5rem;height:2.5rem;background:#008656;position:absolute;opacity:.5;right:-3.75rem;top:1.5625rem;z-index:1}@media (max-width:767px){.nhsp-page-video-section .video-wrapper .particle:nth-child(2){display:none}}.nhsp-page-video-section .video-wrapper .particle:nth-child(3){width:3.75rem;height:3.75rem;background:transparent;border:3px solid #add7c7;position:absolute;left:-1.875rem;bottom:-1.25rem;z-index:2}@media (max-width:767px){.nhsp-page-video-section .video-wrapper .particle:nth-child(3){display:none}}.nhsp-page-video-section .video-wrapper .tiny-particles{width:5.625rem;height:5.625rem;position:absolute;right:-8.5%;top:-2.6rem;z-index:1}@media (max-width:991px){.nhsp-page-video-section .video-wrapper .tiny-particles{display:none}}.nhsp-page-contact-form-section{padding:3rem 0;background-color:#f6f6f6}.nhsp-page-contact-form-section .heading{text-align:center;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:2.125rem;margin-bottom:1rem;line-height:1.1}.nhsp-page-contact-form-section .desc{font-size:1.125rem}.nhsp-page-contact-form-section .desc,.nhsp-page-contact-form-section .disclaimer{text-align:center;font-family:Roboto,Arial,Helvetica,sans-serif;color:#212121;margin-bottom:2rem}.nhsp-page-contact-form-section .disclaimer{font-size:.9375rem}.nhsp-page-contact-form-section button.contactFormSubmitBtn{text-transform:uppercase;text-align:center;font-weight:700;font-family:Roboto,Arial,Helvetica,sans-serif;font-size:1.25rem;line-height:1.1}.page-template-page-about-us-hub .modal-backdrop{background:transparent!important;opacity:0!important}.page-template-page-about-us-hub #verticalVideoModal.modal{background:rgba(0,0,0,.8)}.page-template-page-about-us-hub #verticalVideoModal .modal-content{box-shadow:none}.about-us-hub-hero-section{margin-top:1.5rem;padding:6rem 0;position:relative;background:-moz-linear-gradient(top,#ededed 0,hsla(0,0%,100%,0) 100%);background:-webkit-linear-gradient(top,#ededed,hsla(0,0%,100%,0));background:linear-gradient(180deg,#ededed 0,hsla(0,0%,100%,0));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#EDEDED",endColorstr="#00ffffff",GradientType=0)}@media (max-width:1199px){.about-us-hub-hero-section{margin-top:0}}.about-us-hub-hero-section .background-overlay{position:absolute;background-color:#fff;background:linear-gradient(90deg,transparent 55%,#b0b0b0 0);top:0;left:0;width:100%;height:100%;z-index:2}@media (max-width:991px){.about-us-hub-hero-section .background-overlay{position:relative;z-index:1;background:linear-gradient(90deg,#fff 50%,#fff 0)}}.about-us-hub-hero-section.no-before:before{display:none}.about-us-hub-hero-section .heading.h1,.about-us-hub-hero-section h1.heading{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;font-size:3.25rem;color:#212121;margin-bottom:2rem;position:relative;z-index:3}.about-us-hub-hero-section .heading.h1:before,.about-us-hub-hero-section h1.heading:before{content:" ";position:absolute;left:0;top:-1.25rem;height:.5625rem;width:4rem;z-index:3;background-color:#008656}.about-us-hub-hero-section .subheading{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:1.625rem;color:#212121;line-height:1.5;margin-bottom:1.5rem;position:relative;z-index:3}.about-us-hub-hero-section .desc{font-family:Roboto,Arial,Helvetica,sans-serif;font-size:1.125rem;color:#212121;line-height:1.5;margin-bottom:2.5rem;position:relative;z-index:3;width:449px}@media (max-width:1199px){.about-us-hub-hero-section .desc{width:100%}}.about-us-hub-hero-section .btn{position:relative;z-index:3}@media (max-width:1299px){.about-us-hub-hero-section .btn{padding:.75rem .8rem}}@media (max-width:1199px){.about-us-hub-hero-section .btn{margin-bottom:.625rem}}.about-us-hub-hero-section .image-wrapper{position:relative;z-index:2}.about-us-hub-hero-section .image-wrapper .inner{display:flex;justify-content:center;align-items:center;position:absolute;right:-1.875rem;top:-7.5rem;background-size:cover;background-repeat:no-repeat;background-position:top;cursor:pointer}@media (max-width:1399px){.about-us-hub-hero-section .image-wrapper .inner{right:0}}@media (max-width:1199px){.about-us-hub-hero-section .image-wrapper .inner{position:relative;top:3rem}}@media (max-width:991px){.about-us-hub-hero-section .image-wrapper .inner{top:0;margin-top:2rem;height:300px;width:100%}}.about-us-hub-hero-section .image-wrapper .inner:hover .inner-overlay{display:block;position:absolute;z-index:15;left:0;right:0;top:0;bottom:0;width:100%;height:100%;background:rgba(0,0,0,.5);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.about-us-hub-hero-section .image-wrapper .inner:hover .svg-inline--fa{opacity:.8}.about-us-hub-hero-section .image-wrapper .svg-inline--fa{position:absolute;z-index:15;color:#fff;font-size:8rem}.about-us-hub-hero-section .image-wrapper .header-img{position:relative;width:100%;z-index:14}@media (max-width:991px){.about-us-hub-hero-section .image-wrapper .header-img{display:none}}.about-us-hub-why-sterling-section{padding:6rem 0}@media (max-width:991px){.about-us-hub-why-sterling-section{padding-top:0}}.about-us-hub-why-sterling-section .heading{font-size:2.625rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;line-height:1.2;text-align:center}.about-us-hub-why-sterling-section .desc{text-align:center;font-size:1.125rem;color:#212121;margin:0 auto 3rem;width:540px}@media (max-width:1199px){.about-us-hub-why-sterling-section .desc{width:100%}}@media (max-width:991px){.about-us-hub-why-sterling-section .col-lg-3:not(:last-child){margin-bottom:3rem}}.about-us-hub-why-sterling-section .reason-wrap{text-align:center}.about-us-hub-why-sterling-section .reason-wrap .svg-inline--fa{color:#008656;font-size:4rem;margin-bottom:1rem}.about-us-hub-why-sterling-section .reason-wrap .reason-title{font-weight:700;font-size:1.125rem;color:#212121;margin-bottom:.3rem}.about-us-hub-why-sterling-section .reason-wrap .reason-desc{font-size:1.125rem;color:#212121;padding:0 2rem}@media (max-width:1199px){.about-us-hub-why-sterling-section .reason-wrap .reason-desc{padding:0}}.about-us-hub-executive-section{padding:6rem 0}.about-us-hub-executive-section .content-wrap{display:table;width:100%;height:100%}.about-us-hub-executive-section .content-wrap .inner{display:table-cell;vertical-align:middle}.about-us-hub-executive-section .heading{position:relative;z-index:5;font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;line-height:1.2;color:#212121}.about-us-hub-executive-section .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;margin-bottom:1.5rem;width:540px}@media (max-width:1199px){.about-us-hub-executive-section .desc{width:100%}}.about-us-hub-executive-section .image-wrap{position:relative;max-width:285px;margin-left:auto;margin-right:auto;margin-top:1rem}@media (max-width:991px){.about-us-hub-executive-section .image-wrap{display:none}}.about-us-hub-executive-section .image-wrap .particle:first-child{width:6.25rem;height:6.25rem;background:#dde5e5;opacity:.5;position:absolute;left:20px;top:-26px;z-index:0}@media (max-width:1199px){.about-us-hub-executive-section .image-wrap .particle:first-child{left:15px}}@media (max-width:991px){.about-us-hub-executive-section .image-wrap .particle:first-child{display:none}}.about-us-hub-executive-section .image-wrap .particle:nth-child(2){width:3.4375rem;height:3.4375rem;background:#add7c7;opacity:.25;position:absolute;right:-25px;bottom:10px;z-index:1}@media (max-width:1199px){.about-us-hub-executive-section .image-wrap .particle:nth-child(2){right:-50px}}@media (max-width:991px){.about-us-hub-executive-section .image-wrap .particle:nth-child(2){display:none}}.about-us-hub-executive-section .image-wrap .particle:nth-child(3){width:1.5625rem;height:1.5625rem;background:#008656;opacity:.25;position:absolute;left:5px;top:60px;z-index:2}@media (max-width:991px){.about-us-hub-executive-section .image-wrap .particle:nth-child(3){display:none}}.about-us-hub-values-section{padding:0 0 6rem}.about-us-hub-values-section .heading{position:relative;z-index:5;font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;margin-top:2rem;line-height:1.2;color:#212121}@media (max-width:991px){.about-us-hub-values-section .heading{margin-top:0}}.about-us-hub-values-section .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;margin-bottom:1.5rem;width:450px}@media (max-width:1199px){.about-us-hub-values-section .desc{width:100%}}.about-us-hub-values-section .values-wrap{display:table;width:100%;height:100%}.about-us-hub-values-section .values-wrap .inner{display:table-cell;vertical-align:middle}.about-us-hub-values-section ul.sterling-values-list{list-style:none;padding-left:0;margin-bottom:0;margin-top:3rem}@media (max-width:991px){.about-us-hub-values-section ul.sterling-values-list{margin-top:1rem}}.about-us-hub-values-section ul.sterling-values-list li{position:relative}.about-us-hub-values-section ul.sterling-values-list li:not(:last-child){margin-bottom:1.5rem}.about-us-hub-values-section ul.sterling-values-list li .svg-inline--fa{font-size:1.875rem;color:#008656;margin-right:1rem}.about-us-hub-values-section ul.sterling-values-list li .text{position:relative;top:-4px;font-size:1.375rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;color:#212121}.about-us-hub-hr-awards-section{padding:6rem 0}@media (max-width:991px){.about-us-hub-hr-awards-section{padding-top:5rem}}.about-us-hub-hr-awards-section .hr-tech-logo{width:100%}@media (max-width:991px){.about-us-hub-hr-awards-section .hr-tech-logo{display:block;width:50%}}@media (max-width:767px){.about-us-hub-hr-awards-section .hr-tech-logo{width:100%}}.about-us-hub-hr-awards-section .heading{font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;margin-top:6rem;line-height:1.2;color:#212121}@media (max-width:991px){.about-us-hub-hr-awards-section .heading{margin-top:1rem}}@media (max-width:1199px){.about-us-hub-hr-awards-section .heading .linebreak-lg{display:block}}@media (max-width:991px){.about-us-hub-hr-awards-section .heading .linebreak-lg{display:contents}}.about-us-hub-hr-awards-section .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;margin-bottom:1.5rem}.about-us-hub-hr-awards-section .desc.first-paragraph{width:255px}@media (max-width:1199px){.about-us-hub-hr-awards-section .desc.first-paragraph{width:100%}}.about-us-hub-hr-awards-section .desc.second-paragraph{width:315px}@media (max-width:1199px){.about-us-hub-hr-awards-section .desc.second-paragraph{width:100%}}.about-us-hub-hr-awards-section .desc a{color:#212121;text-decoration:underline}.about-us-hub-hr-awards-section .desc a:hover{opacity:.8}.about-us-hub-hr-awards-section .author,.about-us-hub-hr-awards-section .department,.about-us-hub-hr-awards-section .position{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121}.about-us-hub-thought-leadership-section{padding:6rem 0}.about-us-hub-thought-leadership-section .heading{position:relative;z-index:5;font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;line-height:1.2;color:#212121}.about-us-hub-thought-leadership-section .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;margin-bottom:4rem;width:708px}@media (max-width:1199px){.about-us-hub-thought-leadership-section .desc{width:100%}}@media (max-width:991px){.about-us-hub-thought-leadership-section .desc{margin-bottom:2rem}}@media (max-width:991px){.about-us-hub-thought-leadership-section .thought-col:not(:last-child){margin-bottom:1.5rem}}.about-us-hub-thought-leadership-section a.thought-wrap{display:flex;align-items:center;justify-content:center;border:2px solid #707070;min-height:8.75rem}.about-us-hub-thought-leadership-section a.thought-wrap:hover{border:2px solid #008656}.about-us-hub-thought-leadership-section a.thought-wrap:hover .svg-inline--fa{color:#008656}.about-us-hub-thought-leadership-section a.thought-wrap .svg-inline--fa{color:#b7b7b7;font-size:4rem;margin-right:2rem}.about-us-hub-thought-leadership-section a.thought-wrap .thought-desc{color:#212121;font-weight:600;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:1.25rem;width:45%}.about-us-hub-thought-leadership-section a.thought-wrap .thought-desc .linebreak-lg{display:block}@media (max-width:1199px){.about-us-hub-thought-leadership-section a.thought-wrap .thought-desc .linebreak-lg{display:contents}}.about-us-hub-anniversary-section{padding:6rem 0;background-color:#fff}.about-us-hub-anniversary-section .fourty-fifth-img{width:100%}.about-us-hub-anniversary-section .heading{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:1.875rem;font-weight:700;line-height:1.2;margin-top:3.65rem}@media (max-width:991px){.about-us-hub-anniversary-section .heading{margin-top:2rem}}.about-us-hub-anniversary-section .desc{font-family:Roboto,Arial,Helvetica,sans-serif;font-size:1.125rem;line-height:1.5;color:#212121;margin-bottom:1.5rem;width:426px}@media (max-width:1199px){.about-us-hub-anniversary-section .desc{width:100%}}.about-us-hub-career-section{padding:0 0 8rem}@media (max-width:991px){.about-us-hub-career-section{padding-bottom:6rem}}.about-us-hub-career-section .solution-img-wrapper{position:relative;width:100%}.about-us-hub-career-section .solution-img-wrapper .particle:first-child{height:100%;width:66%;background:#ededed;position:absolute;top:0;left:0;z-index:0}@media (max-width:991px){.about-us-hub-career-section .solution-img-wrapper .particle:first-child{display:none}}.about-us-hub-career-section .solution-img-wrapper .particle:nth-child(2){height:6.25rem;width:6.25rem;background-image:url("/wp-content/themes/sterlingemea/resources/assets/images/particles/gray-dots.svg");position:absolute;bottom:-3.3125rem;left:-1.0625rem;z-index:3}@media (max-width:1199px){.about-us-hub-career-section .solution-img-wrapper .particle:nth-child(2){bottom:-5.625rem}}@media (max-width:991px){.about-us-hub-career-section .solution-img-wrapper .particle:nth-child(2){display:none}}.about-us-hub-career-section .solution-img-wrapper .particle:nth-child(3){height:2.5rem;width:2.5rem;border:3px solid #add7c7;position:absolute;top:-1.5625rem;left:-1.25rem;z-index:3}@media (max-width:1199px){.about-us-hub-career-section .solution-img-wrapper .particle:nth-child(3){left:-2.5rem}}@media (max-width:991px){.about-us-hub-career-section .solution-img-wrapper .particle:nth-child(3){display:none}}.about-us-hub-career-section .solution-img-wrapper .career-img{width:100%;position:relative;z-index:2;left:30px;top:20px}@media (max-width:991px){.about-us-hub-career-section .solution-img-wrapper .career-img{left:0;top:0}}.about-us-hub-career-section .content-wrapper{display:table;width:100%;height:100%}.about-us-hub-career-section .content-wrapper .inner{display:table-cell;vertical-align:middle}.about-us-hub-career-section .content-wrapper .inner .heading{font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-top:3.75rem;margin-bottom:1rem;line-height:1.3;color:#212121}@media (max-width:991px){.about-us-hub-career-section .content-wrapper .inner .heading{margin-top:2rem}}.about-us-hub-career-section .content-wrapper .inner .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;margin-bottom:1.5rem;width:533px}@media (max-width:1199px){.about-us-hub-career-section .content-wrapper .inner .desc{padding-right:0;width:100%}}@media (max-width:767px){.about-us-hub-career-section .content-wrapper .inner .desc{margin-bottom:1.5rem}}.about-intro-section .col-md-5 .particle:first-child{height:3.125rem;width:3.125rem;background:#add7c7;opacity:.5;position:absolute;top:6.25rem;left:4.0625rem;z-index:-1}@media (max-width:1199px){.about-intro-section .col-md-5 .particle:first-child{left:1.5625rem}}@media (max-width:991px){.about-intro-section .col-md-5 .particle:first-child{left:-1.25rem}}@media (max-width:767px){.about-intro-section .col-md-5 .particle:first-child{top:3.4375rem;left:.9375rem}}.about-intro-section .col-md-5 .particle:nth-child(2){height:6.25rem;width:6.25rem;background:#d0d0d0;position:absolute;opacity:.5;left:6.25rem;top:1.5625rem;z-index:-1}@media (max-width:1199px){.about-intro-section .col-md-5 .particle:nth-child(2){left:3.75rem}}@media (max-width:991px){.about-intro-section .col-md-5 .particle:nth-child(2){left:.9375rem}}@media (max-width:767px){.about-intro-section .col-md-5 .particle:nth-child(2){top:-1.25rem;left:3.125rem}}.about-intro-section .col-md-5 .particle:nth-child(3){height:4.375rem;width:4.375rem;background:#c3c3c3;position:absolute;opacity:.2;right:4.6875rem;bottom:2.8125rem;z-index:-1}@media (max-width:1199px){.about-intro-section .col-md-5 .particle:nth-child(3){right:2.1875rem;bottom:.3125rem}}@media (max-width:991px){.about-intro-section .col-md-5 .particle:nth-child(3){right:0;bottom:4.0625rem}}@media (max-width:767px){.about-intro-section .col-md-5 .particle:nth-child(3){right:2.1875rem;bottom:.3125rem}}.about-intro-section .col-md-5 img,.about-intro-section .col-md-5 svg{display:block;width:50%;margin:6% auto 0}@media (max-width:1199px){.about-intro-section .col-md-5 img,.about-intro-section .col-md-5 svg{margin-top:20%;width:75%}}@media (max-width:991px){.about-intro-section .col-md-5 img,.about-intro-section .col-md-5 svg{margin-top:40%;width:100%}}@media (max-width:767px){.about-intro-section .col-md-5 img,.about-intro-section .col-md-5 svg{margin-top:0;width:50%}}.about-intro-section .h2,.about-intro-section h2{font-size:2.375rem;line-height:1.1}.page-hero-noimg{padding:6rem 0 4rem;background:#e3e3e3;background-size:cover;background-position:100% 100%;background-repeat:no-repeat}@media (max-width:991px){.page-hero-noimg{background-image:unset!important}}.page-hero-noimg .h1,.page-hero-noimg h1{font-size:2.375rem;font-family:Hind,sans-serif;color:#212121;margin-bottom:1rem;line-height:1.3;position:relative}.page-hero-noimg .h1:before,.page-hero-noimg h1:before{height:9px;width:72px;content:"";position:absolute;top:-20px;left:0;background-color:#008656}.page-hero-noimg p{font-size:1.25rem;color:#212121;line-height:1.4;margin-bottom:0}.faqs-section{background:#fff;padding-bottom:0}.faqs-section-subsection__title{position:relative;font-family:Roboto,Arial,Helvetica,sans-serif;font-size:1.5rem;line-height:2rem;color:#666}@media (min-width:992px){.faqs-section-subsection__title:before{content:"";position:absolute;left:-1rem;top:-.5rem;background-color:rgba(0,134,86,.25);width:2.5rem;z-index:-1;height:2.5rem}}.careers-header{background-color:#fff;position:relative;padding:4rem 0}.careers-header .container .row{justify-content:center}@media (max-width:991px){.careers-header .container .row .text-container{margin:0 16px;padding:16px;flex:inherit;max-width:80%}}@media (max-width:480px){.careers-header .container .row .text-container{max-width:100%}}.careers-header .container .row .relative-container{position:relative;top:18px}.careers-header .container .row .img-container img{width:100%}@media (max-width:991px){.careers-header .container .row .img-container{padding:0}}@media (max-width:767px){.careers-header .container .row .img-container{padding:0}}@media (max-width:991px){.careers-header .container{max-width:100%;padding:0}}.careers-header .button--ghost--orange{background:transparent!important}@media (max-width:991px){.careers-header .button--ghost--orange{margin-top:1rem}}@media (max-width:767px){.careers-header .button--ghost--orange{margin-top:0;padding:.55rem 2rem}}.careers-header .header-overlay{position:absolute;left:0;top:0;height:100%;width:100%;background:transparent}@media (max-width:767px){.careers-header .header-overlay{background:rgba(33,33,33,.75)}}.careers-header .hero-content-wrapper{display:table;width:100%;height:100%;min-height:372px;padding-left:4rem}@media (max-width:1199px){.careers-header .hero-content-wrapper{padding-left:0}}.careers-header .hero-content-wrapper .hero-inner{display:flex;flex-direction:column;height:100%}.careers-header .hero-content-wrapper .hero-inner .heading{font-size:3.25rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;color:#212121;margin-bottom:2.5rem;margin:2.5rem 0;line-height:1.3}@media (max-width:767px){.careers-header .hero-content-wrapper .hero-inner .heading{font-size:2.25rem}}.careers-header .hero-content-wrapper .hero-inner .subheading{font-size:1.25rem;color:#212121;line-height:1.4;margin-bottom:3rem}@media (max-width:767px){.careers-header .hero-content-wrapper .hero-inner .subheading{font-size:1.25rem}}@media (max-width:425px){.careers-header .hero-content-wrapper .hero-inner .subheading{margin-bottom:2rem;width:100%;max-width:80%}}.careers-header .hero-content-wrapper .hero-inner .button--large{margin-bottom:2rem;width:fit-content!important}.careers-header .hero-content-wrapper .hero-inner .sub-container{display:flex;flex-direction:row;margin-top:auto;margin-bottom:56px}.careers-header .hero-content-wrapper .hero-inner .sub-container .img-container{width:100%;max-width:64px}.careers-header .hero-content-wrapper .hero-inner .sub-container .img-container svg{width:78px!important;height:91px;color:#008656}.careers-header .hero-content-wrapper .hero-inner .sub-container .text-container{margin-left:32px;color:#212121}.careers-header .hero-content-wrapper .hero-inner .sub-container .text-container a{color:#212121;text-decoration:underline}@media (max-width:767px){.careers-header .hero-content-wrapper .hero-inner .sub-container{display:none}}@media (max-width:767px){.careers-header .hero-content-wrapper .hero-inner{padding:0 16px;vertical-align:inherit}}@media (max-width:1174px){.careers-header{padding:0}}@media (max-width:767px){.careers-header{padding:0}}.careers-accessibility .inner{display:flex;flex-direction:column;width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto;margin-top:50px}.careers-accessibility .inner .title{font-size:18px;font-weight:700;line-height:1.2}.careers-accessibility .inner .desc{font-size:18px;width:100%}@media (max-width:767px){.careers-accessibility .inner .desc{max-width:85%}}.careers-accessibility .inner .email-link{color:#212121;text-decoration:underline;cursor:pointer}@media (min-width:767px){.careers-accessibility{display:none}}.careers-scroll-block{display:flex;flex-direction:column;width:90%;background-color:#f6f6f6;border-radius:0 80px 0 0;position:relative;margin-top:50px}.careers-scroll-block .row{width:100%;display:flex;flex-direction:row}.careers-scroll-block .row .col{display:flex;flex-direction:column;width:100%;max-width:50%}.careers-scroll-block .row .col .inner-col{width:100%;max-width:441px;margin-left:auto}@media (max-width:767px){.careers-scroll-block .row .col .inner-col{margin-left:inherit}}.careers-scroll-block .row .col .block-img{width:100%;max-width:540px;position:relative;top:-19%}@media (max-width:1198px){.careers-scroll-block .row .col .block-img{top:inherit;margin-top:auto}}.careers-scroll-block .row .col .block-title{font-size:42px}.careers-scroll-block .row .col .block-details{font-size:18}.careers-scroll-block .row .col .block-button{width:100%;max-width:286px;font-size:.875rem;font-weight:700;position:relative;text-transform:uppercase;background-color:#008656;border-radius:.3125rem;letter-spacing:.15rem;border:3px solid #008656;color:#fff;text-align:center;padding:.3rem .9rem}.careers-scroll-block .row .col .title{color:#212121;font-size:42px;font-weight:700}.careers-scroll-block .row .col .desc{margin-top:22px}.careers-scroll-block .row .col .desc .subtitle{color:#212121;font-size:30px;font-weight:700}.careers-scroll-block .row .col .desc .body{color:#212121;font-size:18px;font-weight:400}.careers-scroll-block .row .col .scroll-container{width:100%;max-width:573px;display:flex;flex-direction:column;background-color:#fff;padding:24px;box-sizing:border-box;position:relative;margin-left:32px}.careers-scroll-block .row .col .scroll-container .inner{display:flex;flex-direction:column;box-sizing:border-box;height:100%;width:100%;max-height:350px;overflow-y:scroll}.careers-scroll-block .row .col .scroll-container .inner:after{content:"";position:absolute;left:0;bottom:0;height:135px;width:calc(100% - 46px);background:linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff)}.careers-scroll-block .row .col .scroll-container .inner .item{position:relative;margin-bottom:26px;display:flex;flex-direction:column;width:95%}.careers-scroll-block .row .col .scroll-container .inner .item .title-lg{font-size:20px;margin:0}.careers-scroll-block .row .col .scroll-container .inner .item .body{margin-top:9px;font-size:18px}@media (max-width:868px){.careers-scroll-block .row .col .scroll-container .inner{max-height:420px}}@media (max-width:800px){.careers-scroll-block .row .col .scroll-container .inner{max-height:500px}}.careers-scroll-block .row .col .scroll-container .inner::-webkit-scrollbar{width:22px}.careers-scroll-block .row .col .scroll-container .inner::-webkit-scrollbar-track{background:#707070;border:9px solid transparent;background-clip:content-box}.careers-scroll-block .row .col .scroll-container .inner::-webkit-scrollbar-thumb{background:#008656;border:1px solid #008656}@media (max-width:767px){.careers-scroll-block .row .col .scroll-container{display:none}}.careers-scroll-block .row .col .mobile-collapse-container .container{padding:0}.careers-scroll-block .row .col .mobile-collapse-container .container .accordion .card{background:transparent;border:none}.careers-scroll-block .row .col .mobile-collapse-container .container .accordion .card-header{display:flex;align-items:center;flex-direction:column;justify-content:space-between;border:2px solid #212121;margin-bottom:24px;background-color:#f6f6f6}.careers-scroll-block .row .col .mobile-collapse-container .container .accordion .card-header .card-title{margin:0;width:100%;max-width:80%;margin-right:auto}.careers-scroll-block .row .col .mobile-collapse-container .container .accordion .card-header .card-title .title{color:#212121;font-size:18px;margin:0;width:100%;max-width:75%;margin-right:auto;font-weight:400}.careers-scroll-block .row .col .mobile-collapse-container .container .accordion .card-body{background-color:#f6f6f6;color:#212121;font-size:16px;border:none;padding:1.25rem!important}.careers-scroll-block .row .col .mobile-collapse-container .container .accordion .card-body .bold{font-weight:700;margin-bottom:8px}.careers-scroll-block .row .col .mobile-collapse-container .container .accordion .card-body .body{margin-bottom:16px}.careers-scroll-block .row .col .mobile-collapse-container .container .accordion .card-header:after{font-family:FontAwesome;content:"-";float:right;color:#008656;font-size:24px;font-weight:900;position:absolute;right:28px}.careers-scroll-block .row .col .mobile-collapse-container .container .accordion .card-header.collapsed:after{content:"+"}@media (max-width:767px){.careers-scroll-block .row .col .mobile-collapse-container .container{margin:0}}@media (min-width:767px){.careers-scroll-block .row .col .mobile-collapse-container{display:none}}@media (max-width:880px){.careers-scroll-block .row .col{max-width:100%}}@media (max-width:880px){.careers-scroll-block .row{flex-direction:column;align-items:center}}.careers-scroll-block .row:first-child{box-sizing:border-box;padding:60px 32px 90px 90px}@media (max-width:767px){.careers-scroll-block .row:first-child{padding:24px 0 141px 24px}}.careers-scroll-block .row:nth-child(2){position:absolute;bottom:0;left:-40px}@media (max-width:767px){.careers-scroll-block .row:nth-child(2){left:0}}.careers-scroll-block .row:nth-child(2) img{width:25%}@media (max-width:767px){.careers-scroll-block .row:nth-child(2) img{width:75%}}@media (max-width:1440px){.careers-scroll-block{width:95%}}@media (max-width:767px){.careers-scroll-block{width:100%}}.careers-diversity{padding:6rem 0}.careers-diversity .heading{font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;line-height:1.3;color:#212121}.careers-diversity .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;color:#333f48;margin-bottom:3rem}@media (max-width:1199px){.careers-diversity .desc{padding-right:0}}@media (max-width:767px){.careers-diversity .desc{margin-bottom:1.5rem}}.careers-diversity .list-heading{font-size:1.25rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;line-height:1.3;color:#212121}@media (max-width:991px){.careers-diversity .list-heading{margin-top:3rem}}.careers-diversity ul.commit-list{list-style:none;padding-left:0;margin-bottom:3rem}.careers-diversity ul.commit-list li{margin-bottom:1rem}.careers-diversity ul.commit-list li .svg-inline--fa{vertical-align:top;display:inline-block;margin-top:.2rem;margin-right:.5rem;color:#008656;font-size:1.2rem}.careers-diversity ul.commit-list li .text{display:inline-block;width:93%;font-size:1.125rem;font-family:Roboto,Arial,Helvetica,sans-serif;color:#333f48}@media (max-width:1199px){.careers-diversity ul.commit-list li .text{width:88%}}@media (max-width:1199px){.careers-diversity .cta-btn-group .button--orange{margin-bottom:1rem}}@media (max-width:991px){.careers-diversity .cta-btn-group .button--orange{margin-bottom:0}}@media (max-width:401px){.careers-diversity .cta-btn-group .button--orange{margin-bottom:1rem}}.careers-diversity .techician-img{width:100%;margin-right:-.8125rem}@media (max-width:1440px){.careers-diversity .techician-img{display:none}}.careers-diversity .row{flex-direction:row-reverse}.careers-diversity .row .img-container img{width:100%;max-width:525px}@media (max-width:767px){.careers-diversity .row .img-container{padding:0}}@media (max-width:767px){.careers-diversity .row{flex-direction:column-reverse}}@media (max-width:767px){.careers-diversity{padding:3rem 0!important}}@media (max-width:767px){.careers-intro-section .content-wrapper{padding-top:0!important}}.careers-intro-section .icon-wrapper{margin:0 auto}.careers-testimonial-section{background-color:#f6f6f6;position:relative;overflow:hidden}.careers-testimonial-section .sub-title{text-align:center}.careers-testimonial-section .service-slide-wrapper{min-height:339px!important;display:flex;align-items:center}@media (max-width:992px){.careers-testimonial-section .detail-table tr .content-col .detail-desc{width:80%;margin-left:auto}}@media (max-width:992px){.careers-testimonial-section .detail-table tr .content-col{width:100%!important;display:flex;flex-direction:row;align-items:baseline}}.careers-testimonial-section .detail-table tr .icon-col{display:flex!important}@media (max-width:992px){.careers-testimonial-section .detail-table tr .icon-col{justify-content:center;align-items:center}}@media (max-width:992px){.careers-testimonial-section .detail-table tr{display:flex;flex-direction:column}}.careers-testimonial-section .text-container{display:flex;flex-direction:column;justify-content:center;align-items:center}.careers-testimonial-section .text-container .title{font-size:34px;font-weight:700}.careers-testimonial-section .text-container .sub-title{width:100%;max-width:607px;font-weight:400;font-size:1rem;line-height:1.625rem;color:#212121}.careers-testimonial-section .slider-arrows{top:13%}@media (max-width:992px){.careers-testimonial-section .slider-arrows{top:-13%}}.careers-testimonial-section .design-container{position:relative;margin:0!important;margin-left:0!important;margin-right:0!important;max-width:100%!important;display:flex;flex-direction:row;justify-content:space-between}.careers-testimonial-section .design-container .design-img{position:absolute;width:100%;max-width:394px}.careers-testimonial-section .design-container .design-img.left{right:78%;top:-73px}.careers-testimonial-section .design-container .design-img.right{left:78%;top:-73px}@media (max-width:767px){.careers-testimonial-section .design-container .design-img.right{display:none}}.careers-testimonial-section .content-col .detail-desc{margin-top:16px}@media (max-width:767px){.careers-testimonial-section .content-col{width:100%!important}}.careers-testimonial-section .divider-col .divider{width:2px;height:100%;margin:0 auto;background-image:linear-gradient(#dadada 33%,hsla(0,33%,78%,0) 0);background-size:6px 6px}.careers-testimonial-section .icon-col{width:100%!important;display:flex;flex-direction:column}.careers-testimonial-section .icon-col .img{height:65px;width:65px}.careers-testimonial-section .icon-col .author{margin-top:8px;margin-bottom:0!important;font-size:20px}.careers-testimonial-section .icon-col .position{margin-top:8px;font-size:16px;text-transform:uppercase}.careers-icons-section{background-color:#fff}.careers-icons-section .why-sterling-section__intro-text{text-align:center}.careers-icons-section .padding{padding:0 15px}.careers-icons-section .row .sub-container{width:100%;max-width:697px}.careers-icons-section .row .why-smb-card__icon svg{height:8.25rem;width:auto!important;max-width:100px;color:#008656}.careers-icons-section .row .why-smb-card__title{font-size:14px;text-transform:uppercase}.careers-icons-section .why-smb-card svg{margin-bottom:0!important}.careers-icons-section .row.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(255px,4fr));grid-gap:30px;justify-content:center}@media (max-width:767px){.careers-icons-section .row.grid{grid-template-columns:repeat(auto-fit,minmax(173px,2fr))}}.careers-showcase-section .justify{justify-content:space-between}.careers-showcase-section .justify .img-fluid{width:100%;max-width:178px}@media (max-width:767px){.careers-showcase-section .mobile-hide{display:none}}@media (min-width:767px){.careers-showcase-section .mobile-show{display:none}}.careers-showcase-section .mobile-bottom-text{margin-top:24px;margin-bottom:0!important}.careers-showcase-section .mobile-bottom-text p.client-logo-carousel-section__desc{margin-bottom:0}.careers-showcase-section .careers-mobile-slider{padding:0;background-color:transparent}.careers-showcase-section .careers-mobile-slider .img-fluid{width:100%;max-width:177px;filter:none!important;height:100%}.careers-showcase-section .careers-mobile-slider .owl-nav{display:none}.careers-showcase-section .careers-mobile-slider .owl-dots button{border:1px solid #707070;border-radius:100%}.careers-showcase-section .careers-mobile-slider .owl-dots button.active{border:1px solid #008656}.ready-to-start{height:397px;margin-top:150px}.ready-to-start .row:first-of-type{padding:0}.ready-to-start .block-img{margin-left:auto}@media (max-width:767px){.ready-to-start .block-img{margin-left:0}}.ready-to-start .col.padding{padding:40px 0 50px;width:100%;max-width:440px}@media (max-width:767px){.ready-to-start .col.padding{padding:40px}}@media (max-width:1198px){.ready-to-start{height:inherit}}@media (max-width:767px){.ready-to-start{height:auto;margin-top:60px}}.careers-popular-content{margin-top:80px}.careers-popular-content .inner{display:flex;flex-direction:column;align-items:center}.careers-popular-content .inner .title{margin:0!important;font-size:34px;font-weight:700}.careers-hero-section{background-color:#000;position:relative;padding:4rem 0;background-size:cover;background-position:top;background-repeat:no-repeat;background-image:url("https://www.sterlingcheck.com/wp-content/uploads/2021/02/hero.png")}@media (max-width:1440px){.careers-hero-section{background-position:100%}}@media (max-width:767px){.careers-hero-section{background-position:center right 31%}}@media (max-width:425px){.careers-hero-section{background-position:center right 29%}}.careers-hero-section .button--ghost--orange{background:transparent!important}@media (max-width:991px){.careers-hero-section .button--ghost--orange{margin-top:1rem}}@media (max-width:767px){.careers-hero-section .button--ghost--orange{margin-top:0;padding:.55rem 2rem}}.careers-hero-section .header-overlay{position:absolute;left:0;top:0;height:100%;width:100%;background:transparent}@media (max-width:767px){.careers-hero-section .header-overlay{background:rgba(33,33,33,.75)}}.careers-hero-section .particle:first-child{width:6.25rem;height:6.25rem;background:#dde5e5;opacity:.5;position:absolute;right:30rem;top:5rem;z-index:1}@media (max-width:1199px){.careers-hero-section .particle:first-child{display:none}}.careers-hero-section .particle:nth-child(2){width:2.5rem;height:2.5rem;background:#add7c7;opacity:.5;position:absolute;right:28.75rem;top:3.75rem;z-index:1}@media (max-width:1199px){.careers-hero-section .particle:nth-child(2){display:none}}.careers-hero-section .hero-content-wrapper{display:table;width:100%;height:100%;min-height:372px;padding-left:4rem}@media (max-width:1199px){.careers-hero-section .hero-content-wrapper{padding-left:0}}.careers-hero-section .hero-content-wrapper .hero-inner{display:table-cell;vertical-align:middle}.careers-hero-section .hero-content-wrapper .hero-inner .heading{font-size:3.25rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;color:#fff;margin-bottom:2.5rem;line-height:1.3}@media (max-width:767px){.careers-hero-section .hero-content-wrapper .hero-inner .heading{font-size:2.25rem}}.careers-hero-section .hero-content-wrapper .hero-inner .subheading{font-size:1.625rem;color:#fff;line-height:1.4;margin-bottom:3rem}@media (max-width:767px){.careers-hero-section .hero-content-wrapper .hero-inner .subheading{font-size:1.25rem}}@media (max-width:425px){.careers-hero-section .hero-content-wrapper .hero-inner .subheading{margin-bottom:9rem}}@media (max-width:375px){.careers-hero-section .hero-content-wrapper .hero-inner .subheading{margin-bottom:6rem}}.careers-hero-section .hero-content-wrapper .hero-inner .button--large{padding:.75rem 2rem}.careers-intro-section{position:relative;padding:2rem 0 4rem}.careers-intro-section .content-wrapper{padding-right:3rem;padding-left:4rem;margin-top:2.8rem}@media (max-width:1199px){.careers-intro-section .content-wrapper{padding-right:0;margin-top:0;padding-left:0}}@media (max-width:991px){.careers-intro-section .content-wrapper{padding-top:4rem;margin-bottom:2rem}}.careers-intro-section .content-wrapper .heading{font-size:2.125rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;color:#212121;line-height:3.25rem}.careers-intro-section .content-wrapper .desc{font-size:1.125rem;font-family:Roboto,Arial,Helvetica,sans-serif;color:#212121}.careers-intro-section .icon-wrapper{max-width:400px;margin:30px auto}.careers-intro-section .icon-wrapper .svg{width:100%}.careers-our-values-slider-section{padding:6rem 0;background-color:#f6f6f6;overflow:hidden}.careers-our-values-slider-section .graphic-wrapper{position:relative}.careers-our-values-slider-section .graphic-wrapper .graphic-headline{position:relative;z-index:1;width:100%;text-align:center;text-transform:uppercase;font-size:1.5rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;color:#212121;margin-bottom:.5rem}@media (max-width:991px){.careers-our-values-slider-section .graphic-wrapper .graphic-headline{margin-bottom:0}}.careers-our-values-slider-section .graphic-wrapper .svg{position:relative;z-index:1;display:block;width:175px;height:175px;margin:0 auto}.careers-our-values-slider-section .graphic-wrapper .artwork{position:absolute;z-index:2;bottom:-4.125rem;left:.9375rem}@media (max-width:1199px){.careers-our-values-slider-section .graphic-wrapper .artwork{left:-1.875rem}}@media (max-width:991px){.careers-our-values-slider-section .graphic-wrapper .artwork{bottom:.625rem;left:.9375rem}}.careers-our-values-slider-section .slider-nav{position:absolute;right:5%;top:20%;list-style:none;z-index:10;margin-top:2.2rem}@media (max-width:1199px){.careers-our-values-slider-section .slider-nav{top:40%}}@media (max-width:991px){.careers-our-values-slider-section .slider-nav{top:-3.75rem}}@media (max-width:767px){.careers-our-values-slider-section .slider-nav{top:80%;right:10%}}.careers-our-values-slider-section .slider-nav li{display:inline-block}.careers-our-values-slider-section .slider-nav li .svg-inline--fa{font-size:2rem;cursor:pointer}.careers-our-values-slider-section .slider-nav li .svg-inline--fa:hover{opacity:.5}.careers-our-values-slider-section .slider-nav .cr-prev{color:#008656;margin-right:1rem}.careers-our-values-slider-section .slider-nav .cr-next{color:#008656}.careers-our-values-slider-section #careers-values-slider{margin-top:27px}.careers-our-values-slider-section #careers-values-slider .slick-slide .value-item{padding-left:3.75rem}.careers-our-values-slider-section #careers-values-slider .slick-slide .value-item .value-title{font-size:1.5rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;color:#212121}@media (max-width:1199px){.careers-our-values-slider-section #careers-values-slider .slick-slide .value-item .value-title{padding-top:1rem}}.careers-our-values-slider-section #careers-values-slider .slick-slide .value-item .value-desc{font-size:1.125rem;font-family:Roboto,Arial,Helvetica,sans-serif;color:#212121;max-width:33rem}@media (max-width:1199px){.careers-our-values-slider-section #careers-values-slider .slick-slide .value-item .value-desc{max-width:100%}}.careers-morethan-section{background-color:#212121}.careers-morethan-section p{color:#fff;font-size:1.5rem;line-height:2rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;padding-left:3.75rem;font-size:1.125rem;line-height:1.5}.careers-morethan-section .h3,.careers-morethan-section h3{color:#fff;font-size:2.625rem;line-height:1.1}@media (min-width:992px){.careers-morethan-section .h3:before,.careers-morethan-section h3:before{content:"";position:absolute;left:-.125rem;top:-2.3125rem;background-color:rgba(0,134,86,.25);width:6.25rem;z-index:-1;height:6.25rem}}.careers-benefits-section .h3,.careers-benefits-section h3{color:#666;font-size:2.25rem;line-height:3.25rem}.careers-benefits-section .h4,.careers-benefits-section h4{color:#666;font-size:1rem;line-height:1.5rem;text-align:center}@media (min-width:1200px){.careers-benefits-section .h4,.careers-benefits-section h4{margin-bottom:0}}.careers-benefits-section .svg{width:150px;height:150px;border:2px dashed #b9b9b9;border-radius:100%;position:relative;transition:border .5s ease-in-out;margin:auto}.careers-benefits-section .svg img,.careers-benefits-section .svg svg{width:auto;height:100%;max-height:100px;position:relative;left:50%;top:50%;transform:translateX(-50%) translateY(-50%)}.careers-page-testimonial-section{background-color:#ededed;padding:3rem 0;position:relative}.careers-page-testimonial-section .slider-nav{position:absolute;right:5%;top:20%;list-style:none;z-index:10;margin-top:2.2rem}@media (max-width:1199px){.careers-page-testimonial-section .slider-nav{top:40%}}@media (max-width:767px){.careers-page-testimonial-section .slider-nav{top:80%;right:10%}}.careers-page-testimonial-section .slider-nav li{display:inline-block}.careers-page-testimonial-section .slider-nav li .fas{font-size:2rem;cursor:pointer}.careers-page-testimonial-section .slider-nav .prev{color:#008656;margin-right:1rem}.careers-page-testimonial-section .slider-nav .next{color:#008656}.careers-page-testimonial-section #employee-quotes-slider .quote-item .quote-wrapper{position:relative}.careers-page-testimonial-section #employee-quotes-slider .quote-item .quote-wrapper .quote-mark-left{width:40px;height:35px;position:absolute;top:18px;left:9px}.careers-page-testimonial-section #employee-quotes-slider .quote-item .quote-wrapper .quote-text{font-size:1.25rem;color:#212121;padding-left:3.8rem;padding-top:1rem;line-height:1.5}@media (max-width:767px){.careers-page-testimonial-section #employee-quotes-slider .quote-item .author-wrapper{margin-top:2.5rem;margin-left:10px}}.careers-page-testimonial-section #employee-quotes-slider .quote-item .author-wrapper .author{font-size:1.4375rem;line-height:2rem;font-family:Roboto,Arial,Helvetica,sans-serif;margin-bottom:0;color:#212121;margin-top:1.5rem}.careers-page-testimonial-section #employee-quotes-slider .quote-item .author-wrapper .author:before{content:"";background-color:#008656;height:.525rem;width:2.5rem;display:block;margin-bottom:1rem}.careers-page-testimonial-section #employee-quotes-slider .quote-item .author-wrapper .department,.careers-page-testimonial-section #employee-quotes-slider .quote-item .author-wrapper .position{font-size:1.125rem;color:#212121}.careers-page-testimonial-section #employee-quotes-slider .quote-item .author-wrapper .company-logo{width:100%;max-width:100px;margin-top:2rem}.login-section .login-card{padding:1.875rem;border:.0625rem solid #666;min-height:18.75rem;margin-bottom:1.875rem}.login-section .login-card--small .h3,.login-section .login-card--small h3{font-size:1.5rem}.login-buttons-section{padding:3rem 0 5rem;position:relative;z-index:0;background:-moz-linear-gradient(0deg,#ededed 0,hsla(0,0%,100%,0) 25%);background:-webkit-linear-gradient(0deg,#ededed,hsla(0,0%,100%,0) 25%);background:linear-gradient(0deg,#ededed,hsla(0,0%,100%,0) 25%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00999999",endColorstr="#99ededed",GradientType=0);overflow:hidden}@media (max-width:991px){.login-buttons-section{background:-moz-linear-gradient(0deg,#ededed 0,hsla(0,0%,100%,0) 15%);background:-webkit-linear-gradient(0deg,#ededed,hsla(0,0%,100%,0) 15%);background:linear-gradient(0deg,#ededed,hsla(0,0%,100%,0) 15%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ededed",endColorstr="#66ededed",GradientType=0)}}@media (max-width:767px){.login-buttons-section{padding-bottom:3rem}}.login-buttons-section .lg-break{display:block}@media (max-width:1199px){.login-buttons-section .lg-break{display:contents}}@media (max-width:991px){.login-buttons-section .lg-break{display:contents}}.login-buttons-section .contact-cta-link .desc a{text-decoration:underline}.login-buttons-section .contact-cta-link:hover .contact-cta-tile{border:2px solid #008656}.login-buttons-section .contact-cta-link:hover .contact-cta-tile .desc .text-green{color:#01a75d!important}.login-buttons-section .contact-cta-link:hover .contact-cta-tile .contact-cta-arrow-link{background-color:#a9dd2a;color:#212121}.login-buttons-section .contact-cta-link .contact-cta-tile{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:2rem;border:1px solid #616669;border-radius:.375rem;background-color:#fff;text-align:center;position:relative;z-index:5;min-height:460px}@media (max-width:1199px){.login-buttons-section .contact-cta-link .contact-cta-tile{min-height:485px}}@media (max-width:991px){.login-buttons-section .contact-cta-link .contact-cta-tile{min-height:auto;margin-bottom:4.5rem}}.login-buttons-section .contact-cta-link .contact-cta-tile .login-btn{text-decoration:none;background-color:#fff;padding:.7rem 1rem;font-weight:700;font-size:1rem;font-family:Roboto,Arial,Helvetica,sans-serif;margin:0 auto;border-radius:1.875rem;color:#212121;border:2px solid #a9dd2a;display:inline-block;position:relative;line-height:1.1}@media (max-width:767px){.login-buttons-section .contact-cta-link .contact-cta-tile .login-btn{font-size:.875rem}}.login-buttons-section .contact-cta-link .contact-cta-tile .login-btn:hover{background-color:#a9dd2a}.login-buttons-section .contact-cta-link .contact-cta-tile .border-line-block{background-color:#fff;height:6px;width:40%;z-index:6;position:absolute;top:-3px;left:50%;transform:translate(-50%,-1px)}@media (max-width:1199px){.login-buttons-section .contact-cta-link .contact-cta-tile .border-line-block{width:60%}}@media (max-width:991px){.login-buttons-section .contact-cta-link .contact-cta-tile .border-line-block{width:45%}}@media (max-width:767px){.login-buttons-section .contact-cta-link .contact-cta-tile .border-line-block{width:40%}}@media (max-width:320px){.login-buttons-section .contact-cta-link .contact-cta-tile .border-line-block{width:45%}}.login-buttons-section .contact-cta-link .contact-cta-tile .icon-wrapper{width:100%;position:relative;z-index:7;margin:0 auto;text-align:center;top:-4.6875rem;height:2.1875rem}.login-buttons-section .contact-cta-link .contact-cta-tile .icon-wrapper .icon{font-size:6rem;color:#008656}.login-buttons-section .contact-cta-link .contact-cta-tile .h3,.login-buttons-section .contact-cta-link .contact-cta-tile h3{min-height:54px;line-height:1;display:flex;align-items:center;justify-content:center}.login-buttons-section .contact-cta-link .contact-cta-tile .desc{font-family:Roboto,Arial,Helvetica,sans-serif;font-size:1.25rem;line-height:1.4;text-align:center;color:#212121;min-height:170px;position:relative}@media (max-width:1271px){.login-buttons-section .contact-cta-link .contact-cta-tile .desc{min-height:185px}}@media (max-width:1199px){.login-buttons-section .contact-cta-link .contact-cta-tile .desc{min-height:220px}}@media (max-width:767px){.login-buttons-section .contact-cta-link .contact-cta-tile .desc{font-size:1.125rem;min-height:auto}}.login-buttons-section .contact-cta-link .contact-cta-tile .desc .text-green{color:#008656;text-decoration:underline}.login-buttons-section .contact-cta-link .contact-cta-tile .desc .h3,.login-buttons-section .contact-cta-link .contact-cta-tile .desc h3{font-size:1.5rem}.login-buttons-section .contact-cta-link .contact-cta-tile .desc p{font-size:1.125rem}.login-buttons-section .contact-cta-link .contact-cta-tile .desc .lg-break{display:block}@media (max-width:1199px){.login-buttons-section .contact-cta-link .contact-cta-tile .desc .lg-break{display:contents}}@media (max-width:991px){.login-buttons-section .contact-cta-link .contact-cta-tile .desc .lg-break{display:block}}@media (max-width:320px){.login-buttons-section .contact-cta-link .contact-cta-tile .desc .lg-break{display:contents}}.login-buttons-section .contact-cta-link .contact-cta-tile .contact-cta-arrow-link{background-color:#fff;padding:.7rem 1rem;font-weight:700;font-size:1rem;font-family:Roboto,Arial,Helvetica,sans-serif;margin:0 auto;border-radius:1.875rem;color:#212121;border:2px solid #a9dd2a;display:inline-block;position:relative;line-height:1.1}@media (max-width:767px){.login-buttons-section .contact-cta-link .contact-cta-tile .contact-cta-arrow-link{font-size:.875rem}}.login-buttons-section .contact-cta-link .contact-cta-tile .contact-cta-arrow-link.client{margin-top:-3px}.login-buttons-section .contact-cta-link .contact-cta-tile .contact-cta-arrow-link.applicant{top:-.8125rem}@media (max-width:425px){.login-buttons-section .contact-cta-link .contact-cta-tile .contact-cta-arrow-link.applicant{top:0}}.api-page-header-hero-section{padding:4rem 0;background-color:#000;background-size:cover;background-position:100%;background-repeat:no-repeat;position:relative;z-index:0;min-height:500px}@media (max-width:767px){.api-page-header-hero-section{background-position:center right -12rem}}@media (max-width:1199px){.api-page-header-hero-section .btn-ghost-orange{margin-top:1rem}}@media (max-width:767px){.api-page-header-hero-section .btn-ghost-orange{margin-top:0}}@media (max-width:478px){.api-page-header-hero-section .btn-ghost-orange{margin-top:1rem}}.api-page-header-hero-section .header-overlay{position:absolute;left:0;top:0;height:100%;width:100%;background:rgba(33,33,33,.75);display:none;z-index:0}@media (max-width:767px){.api-page-header-hero-section .header-overlay{display:block}}.api-page-header-hero-section .particle:first-child{width:6.25rem;height:6.25rem;background:#dde5e5;opacity:.5;position:absolute;left:46%;top:4.6875rem;z-index:2}@media (max-width:1199px){.api-page-header-hero-section .particle:first-child{display:none}}.api-page-header-hero-section .particle:nth-child(2){width:2.5rem;height:2.5rem;background:#add7c7;opacity:.5;position:absolute;left:52%;top:3.75rem;z-index:1}@media (max-width:1199px){.api-page-header-hero-section .particle:nth-child(2){display:none}}.api-page-header-hero-section .particle:nth-child(3){width:1.5625rem;height:1.5625rem;background:#008656;opacity:1;position:absolute;left:49%;top:10rem;z-index:1}@media (max-width:1199px){.api-page-header-hero-section .particle:nth-child(3){display:none}}.api-page-header-hero-section .hero-contents{width:480px;position:relative;z-index:1}@media (max-width:1199px){.api-page-header-hero-section .hero-contents{width:100%}}.api-page-header-hero-section .hero-contents .heading{font-size:3.25rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;color:#fff;line-height:1.3;margin-bottom:2.5rem}@media (max-width:767px){.api-page-header-hero-section .hero-contents .heading{font-size:2.25rem}}.api-page-header-hero-section .hero-contents .subheading{font-size:1.625rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;color:#fff;line-height:1.4;margin-bottom:3rem}@media (max-width:767px){.api-page-header-hero-section .hero-contents .subheading{font-size:1.25rem}}.api-page-header-hero-section .hero-contents .button--large{padding:.75rem 2rem}.api-page-intro-section{padding:4rem 0 5rem;background-color:#fff;overflow:hidden}.api-page-intro-section .heading{position:relative;font-size:1.875rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;line-height:1.4;color:#212121}@media (max-width:767px){.api-page-intro-section .heading{font-size:1.75rem}}.api-page-intro-section .heading:before{content:"";position:absolute;top:-30px;left:0;background-color:#008656;width:62px;height:9px}.api-page-intro-section .desc{font-size:1.125rem;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.4;color:#212121}@media (max-width:767px){.api-page-intro-section .desc{font-size:1rem}}.api-page-intro-section .intro-img-wrapper{position:relative}@media (max-width:991px){.api-page-intro-section .intro-img-wrapper{margin-top:2rem}}@media (max-width:767px){.api-page-intro-section .intro-img-wrapper{display:none}}.api-page-intro-section .intro-img-wrapper .intro-img{width:100%;position:relative;z-index:1}.api-page-intro-section .intro-img-wrapper .particle:first-child{width:31.875rem;height:23.125rem;background:#b8b7ac;opacity:.25;position:absolute;left:-1.5625rem;bottom:-1.5625rem;z-index:0}@media (max-width:1199px){.api-page-intro-section .intro-img-wrapper .particle:first-child{width:23.125rem;height:16.875rem}}@media (max-width:991px){.api-page-intro-section .intro-img-wrapper .particle:first-child{display:none}}.api-page-intro-section .intro-img-wrapper .particle:nth-child(2){width:3.75rem;height:3.75rem;background:#add7c7;opacity:.7;position:absolute;right:-2.375rem;top:3.125rem;z-index:2}@media (max-width:991px){.api-page-intro-section .intro-img-wrapper .particle:nth-child(2){display:none}}.api-page-benefits-section{padding:4rem 0;background-color:#f6f6f6;overflow:hidden}.api-page-benefits-section .copy-wrapper{position:relative}.api-page-benefits-section .copy-wrapper .particle:first-child{width:6.25rem;height:6.25rem;background:#c3c3c3;opacity:.3;position:absolute;left:-2.1875rem;bottom:-2.1875rem;z-index:0}@media (max-width:991px){.api-page-benefits-section .copy-wrapper .particle:first-child{display:none}}.api-page-benefits-section .copy-wrapper .particle:nth-child(2){width:3.4375rem;height:3.4375rem;background:#add7c7;opacity:.5;position:absolute;left:3.4375rem;bottom:2.5rem;z-index:2}@media (max-width:991px){.api-page-benefits-section .copy-wrapper .particle:nth-child(2){display:none}}.api-page-benefits-section .copy-wrapper .particle:nth-child(3){width:1.5625rem;height:1.5625rem;background:#0066ba;position:absolute;left:6.875rem;bottom:-.625rem;z-index:2}@media (max-width:991px){.api-page-benefits-section .copy-wrapper .particle:nth-child(3){display:none}}.api-page-benefits-section .copy-wrapper .heading{position:relative;font-size:2.625rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;line-height:1.1;color:#212121}@media (max-width:767px){.api-page-benefits-section .copy-wrapper .heading{font-size:2.1875rem}}.api-page-benefits-section .copy-wrapper .heading .linebreak-lg{display:block}@media (max-width:1199px){.api-page-benefits-section .copy-wrapper .heading .linebreak-lg{display:contents}}@media (max-width:767px){.api-page-benefits-section .copy-wrapper .heading .linebreak-lg{display:block}}.api-page-benefits-section .copy-wrapper .desc{font-size:1.25rem;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.4;color:#212121;padding-bottom:11rem}@media (max-width:1199px){.api-page-benefits-section .copy-wrapper .desc{padding-bottom:10rem}}@media (max-width:991px){.api-page-benefits-section .copy-wrapper .desc{padding-bottom:4rem}}@media (max-width:767px){.api-page-benefits-section .copy-wrapper .desc{font-size:1rem}}.api-page-benefits-section .api-benefits-list{padding-left:0;margin-bottom:0;list-style:none}@media (max-width:1199px){.api-page-benefits-section .api-benefits-list{margin-left:0}}.api-page-benefits-section .api-benefits-list .api-benefits-list-item{display:inline-block}.api-page-benefits-section .api-benefits-list .api-benefits-list-item:not(:last-child){margin-bottom:2rem}@media (max-width:767px){.api-page-benefits-section .api-benefits-list .api-benefits-list-item:not(:last-child){margin-bottom:3.5rem}}@media (max-width:767px){.api-page-benefits-section .api-benefits-list .api-benefits-list-item{text-align:center}}.api-page-benefits-section .api-benefits-list .api-benefits-list-item .benefit-icon{width:100px;height:100px;display:inline-block;background-repeat:no-repeat;background-size:cover;background-position:50%;vertical-align:top}@media (max-width:767px){.api-page-benefits-section .api-benefits-list .api-benefits-list-item .benefit-icon{width:120px;height:120px;display:block;margin:0 auto 1rem}}.api-page-benefits-section .api-benefits-list .api-benefits-list-item .benefit-content-wrapper{display:inline-block;width:80%;margin-left:1.5rem}@media (max-width:1199px){.api-page-benefits-section .api-benefits-list .api-benefits-list-item .benefit-content-wrapper{width:70%}}@media (max-width:767px){.api-page-benefits-section .api-benefits-list .api-benefits-list-item .benefit-content-wrapper{margin-left:0;width:100%;display:block}}.api-page-benefits-section .api-benefits-list .api-benefits-list-item .benefit-content-wrapper .benefit-title{font-size:1.5rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;line-height:1.4;color:#212121;margin-bottom:1rem}@media (max-width:991px){.api-page-benefits-section .api-benefits-list .api-benefits-list-item .benefit-content-wrapper .benefit-title{font-size:1.75rem}}.api-page-benefits-section .api-benefits-list .api-benefits-list-item .benefit-content-wrapper .benefit-desc{font-size:1.125rem;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121}@media (max-width:991px){.api-page-benefits-section .api-benefits-list .api-benefits-list-item .benefit-content-wrapper .benefit-desc{font-size:1rem}}.api-page-key-feature-section{padding:4rem 0;background-color:#fff;overflow:hidden}@media (max-width:991px){.api-page-key-feature-section{padding-bottom:2rem}}.api-page-key-feature-section .heading{position:relative;font-size:2.625rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;line-height:1.1;color:#212121}@media (max-width:767px){.api-page-key-feature-section .heading{display:none}}.api-page-key-feature-section .key-img-wrapper{position:relative}.api-page-key-feature-section .key-img-wrapper .particle:first-child{width:31.875rem;height:23.75rem;background:#b8b7ac;opacity:.25;position:absolute;right:-1.5625rem;bottom:-1.5625rem;z-index:0}@media (max-width:1199px){.api-page-key-feature-section .key-img-wrapper .particle:first-child{width:23.125rem;height:17.5rem}}@media (max-width:991px){.api-page-key-feature-section .key-img-wrapper .particle:first-child{display:none}}.api-page-key-feature-section .key-img-wrapper .particle:nth-child(2){width:3.125rem;height:3.125rem;background:#008656;opacity:.25;position:absolute;right:1.875rem;top:-1.875rem;z-index:2}@media (max-width:991px){.api-page-key-feature-section .key-img-wrapper .particle:nth-child(2){display:none}}@media (max-width:767px){.api-page-key-feature-section .key-img-wrapper .particle:nth-child(2){width:4.375rem;height:4.375rem;right:0;display:block}}.api-page-key-feature-section .key-img-wrapper .particle:nth-child(3){display:none;width:.9375rem;height:.9375rem;background:#616669;opacity:.9;position:absolute;right:5.9375rem;top:-2.5rem;z-index:2}@media (max-width:767px){.api-page-key-feature-section .key-img-wrapper .particle:nth-child(3){display:block}}.api-page-key-feature-section .key-img-wrapper .key-img-mobile{position:relative;width:100%;z-index:1;display:none}@media (max-width:767px){.api-page-key-feature-section .key-img-wrapper .key-img-mobile{display:block}}.api-page-key-feature-section .key-img-wrapper .key-img{position:relative;width:100%;z-index:1}@media (max-width:767px){.api-page-key-feature-section .key-img-wrapper .key-img{display:none}}.api-page-key-feature-section .feature-column{margin-top:2.2rem}@media (max-width:1199px){.api-page-key-feature-section .feature-column{margin-top:0}}@media (max-width:991px){.api-page-key-feature-section .feature-column{margin-top:3rem}}.api-page-key-feature-section .feature-column .feature-wrapper:not(:last-child){margin-bottom:2rem}.api-page-key-feature-section .feature-column .feature-wrapper .feature-title{font-size:1.875rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;color:#212121;line-height:1.4;margin-bottom:.5rem}@media (max-width:767px){.api-page-key-feature-section .feature-column .feature-wrapper .feature-title{font-size:1.75rem}}.api-page-key-feature-section .feature-column .feature-wrapper .feature-desc{font-size:1.125rem;font-family:Roboto,Arial,Helvetica,sans-serif;color:#212121;line-height:1.4;padding-right:9rem}@media (max-width:1199px){.api-page-key-feature-section .feature-column .feature-wrapper .feature-desc{padding-right:0}}@media (max-width:767px){.api-page-key-feature-section .feature-column .feature-wrapper .feature-desc{font-size:1rem}}.api-page-key-2nd-feature-section{padding:4rem 0;background-color:#fff}@media (max-width:991px){.api-page-key-2nd-feature-section{padding-top:0}}.api-page-key-2nd-feature-section .feature-column .feature-wrapper:first-child{margin-bottom:2rem}.api-page-key-2nd-feature-section .feature-column .feature-wrapper .feature-title{font-size:1.875rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;color:#212121;line-height:1.4;margin-bottom:.5rem}@media (max-width:767px){.api-page-key-2nd-feature-section .feature-column .feature-wrapper .feature-title{font-size:1.75rem}}.api-page-key-2nd-feature-section .feature-column .feature-wrapper .feature-title .linebreak-sm{display:contents}@media (max-width:767px){.api-page-key-2nd-feature-section .feature-column .feature-wrapper .feature-title .linebreak-sm{display:block}}.api-page-key-2nd-feature-section .feature-column .feature-wrapper .feature-desc{font-size:1.125rem;font-family:Roboto,Arial,Helvetica,sans-serif;color:#212121;line-height:1.4;padding-right:5rem}@media (max-width:1199px){.api-page-key-2nd-feature-section .feature-column .feature-wrapper .feature-desc{padding-right:0}}@media (max-width:767px){.api-page-key-2nd-feature-section .feature-column .feature-wrapper .feature-desc{font-size:1rem}}.api-page-key-2nd-feature-section .screenshot-wrapper{position:relative}@media (max-width:991px){.api-page-key-2nd-feature-section .screenshot-wrapper{display:none}}.api-page-key-2nd-feature-section .screenshot-wrapper .particle:first-child{width:2.5rem;height:2.5rem;background:#d8d8d8;opacity:.3;position:absolute;right:5.625rem;top:-1.5625rem;z-index:1}@media (max-width:991px){.api-page-key-2nd-feature-section .screenshot-wrapper .particle:first-child{display:none}}.api-page-key-2nd-feature-section .screenshot-wrapper .particle:nth-child(2){width:3.4375rem;height:3.4375rem;background:#86b5a3;opacity:.8;position:absolute;right:3.125rem;top:-3.75rem;z-index:0}@media (max-width:991px){.api-page-key-2nd-feature-section .screenshot-wrapper .particle:nth-child(2){display:none}}.api-page-key-2nd-feature-section .screenshot-wrapper .screenshot-img{width:97%;display:block;margin-left:auto;position:relative;z-index:2}.api-page-key-2nd-feature-section .screenshot-wrapper .screenshot-gear{position:absolute;bottom:30px;left:110px;z-index:3;width:120px;height:120px}@media (max-width:1199px){.api-page-key-2nd-feature-section .screenshot-wrapper .screenshot-gear{width:90px;height:90px;bottom:19px;left:77px}}.api-page-key-2nd-feature-section .screenshot-wrapper .screenshot-gear svg{width:100%}.api-page-key-2nd-feature-section .arrow-cta{display:block;margin-top:2rem;font-size:1.125rem;font-weight:700;font-family:Roboto,Arial,Helvetica,sans-serif;cursor:pointer}@media (max-width:1199px){.api-page-key-2nd-feature-section .arrow-cta{margin-top:3rem}}.api-page-key-2nd-feature-section .arrow-cta:hover{cursor:pointer}.api-page-key-2nd-feature-section .arrow-cta .linebreak-sm{display:contents}@media (max-width:420px){.api-page-key-2nd-feature-section .arrow-cta .linebreak-sm{display:block}}.api-page-cta-footer-section{padding:4rem 0;background-color:#212121}.api-page-cta-footer-section .api-cta-copy-wrapper{position:relative}.api-page-cta-footer-section .api-cta-copy-wrapper .particle:first-child{width:1.875rem;height:1.875rem;background:#d8d8d8;opacity:.5;position:absolute;left:3.125rem;bottom:-6.25rem;z-index:1}@media (max-width:1199px){.api-page-cta-footer-section .api-cta-copy-wrapper .particle:first-child{display:none}}.api-page-cta-footer-section .api-cta-copy-wrapper .particle:nth-child(2){width:5rem;height:5rem;background:#008656;opacity:.5;position:absolute;left:-3.125rem;bottom:-11.875rem;z-index:13}@media (max-width:1199px){.api-page-cta-footer-section .api-cta-copy-wrapper .particle:nth-child(2){display:none}}.api-page-cta-footer-section .api-cta-copy-wrapper .heading{position:relative;font-size:2.625rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;line-height:1.1;color:#fff;margin-top:2rem}.api-page-cta-footer-section .api-cta-copy-wrapper .heading:before{content:"";position:absolute;top:-30px;left:0;background-color:#008656;width:62px;height:9px}@media (max-width:767px){.api-page-cta-footer-section .api-cta-copy-wrapper .heading{font-size:2rem}}.api-page-cta-footer-section .api-cta-copy-wrapper .heading .linebreak-sm{display:contents}@media (max-width:767px){.api-page-cta-footer-section .api-cta-copy-wrapper .heading .linebreak-sm{display:block}}.api-page-cta-footer-section .api-cta-copy-wrapper .desc{font-size:1.25rem;font-family:Roboto,Arial,Helvetica,sans-serif;color:#fff;line-height:1.4}@media (max-width:991px){.api-page-cta-footer-section .api-cta-copy-wrapper .desc{margin-bottom:3rem}}@media (max-width:767px){.api-page-cta-footer-section .api-cta-copy-wrapper .desc{font-size:1rem}}.api-page-cta-footer-section .api-cta-button-wrapper{padding:2rem;background-color:#212121;border:1px solid #8d9092}@media (max-width:991px){.api-page-cta-footer-section .api-cta-button-wrapper{margin-bottom:1rem}}.api-page-cta-footer-section .api-cta-button-wrapper .api-cta-icon{width:132px;height:132px;display:block;margin:1rem auto}.api-page-cta-footer-section .api-cta-button-wrapper .api-cta-title{font-size:1.25rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:600;min-height:44px;margin-bottom:2rem;line-height:1.3;color:#fff}@media (max-width:991px){.api-page-cta-footer-section .api-cta-button-wrapper .api-cta-title{text-align:center}}@media (max-width:767px){.api-page-cta-footer-section .api-cta-button-wrapper .api-cta-title{text-align:left}}.api-page-cta-footer-section .api-cta-button-wrapper .api-cta-title .linebreak-lg{display:block}@media (max-width:1199px){.api-page-cta-footer-section .api-cta-button-wrapper .api-cta-title .linebreak-lg{display:contents}}.api-page-cta-footer-section .api-cta-button-wrapper .arrow-cta{float:right;font-size:1rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;color:#008656;cursor:pointer}.api-page-cta-footer-section .api-cta-button-wrapper .arrow-cta:hover,.tooltip-btn{cursor:pointer;color:#008656}.tooltip-btn{position:relative;display:inline-block}.tooltip-btn:focus .tooltiptext,.tooltip-btn:hover .tooltiptext{visibility:visible;opacity:1}.tooltip-btn .tooltiptext{visibility:hidden;width:280px;background-color:#f6f6f6;color:#212121;text-align:left;font-size:1rem;padding:.8rem;border-radius:0;border:1px solid #c3c3c3;-webkit-box-shadow:2px 2px 6px 0 #bfbfbf;-moz-box-shadow:2px 2px 6px 0 #bfbfbf;box-shadow:2px 2px 6px 0 #bfbfbf;position:absolute;z-index:1;bottom:140%;left:-50%;margin-left:-60px;opacity:0;-webkit-transition:opacity .3s;-moz-transition:opacity .3s;-o-transition:opacity .3s;transition:opacity .3s}@media (max-width:1199px){.tooltip-btn .tooltiptext.hello-world{left:90%}.tooltip-btn .tooltiptext.hello-world:after{left:5%}}@media (max-width:767px){.tooltip-btn .tooltiptext.hello-world{left:-120%}.tooltip-btn .tooltiptext.hello-world:after{left:45%}}@media (max-width:500px){.tooltip-btn .tooltiptext.hello-world{left:-200%}.tooltip-btn .tooltiptext.hello-world:after{left:70%}}@media (max-width:435px){.tooltip-btn .tooltiptext.hello-world{left:-250%}.tooltip-btn .tooltiptext.hello-world:after{left:82%}}@media (max-width:411px){.tooltip-btn .tooltiptext.hello-world{left:35%}.tooltip-btn .tooltiptext.hello-world:after{left:5%}}@media (max-width:330px){.tooltip-btn .tooltiptext.hello-world{left:11%}}@media (max-width:325px){.tooltip-btn .tooltiptext.hello-world{left:-13%}}@media (max-width:320px){.tooltip-btn .tooltiptext.hello-world{left:-17%}}.tooltip-btn .tooltiptext.restful-api{left:65%}.tooltip-btn .tooltiptext.restful-api:after{left:5%}@media (max-width:1199px){.tooltip-btn .tooltiptext.restful-api{left:50%}}@media (max-width:767px){.tooltip-btn .tooltiptext.restful-api{left:0}}@media (max-width:575px){.tooltip-btn .tooltiptext.restful-api{left:-10%}}@media (max-width:540px){.tooltip-btn .tooltiptext.restful-api{left:-20%}}@media (max-width:520px){.tooltip-btn .tooltiptext.restful-api{left:-60%}.tooltip-btn .tooltiptext.restful-api:after{left:25%}}@media (max-width:500px){.tooltip-btn .tooltiptext.restful-api{left:-50%}.tooltip-btn .tooltiptext.restful-api:after{left:15%}}@media (max-width:480px){.tooltip-btn .tooltiptext.restful-api{left:-80%}.tooltip-btn .tooltiptext.restful-api:after{left:30%}}@media (max-width:450px){.tooltip-btn .tooltiptext.restful-api{left:-130%}.tooltip-btn .tooltiptext.restful-api:after{left:50%}}@media (max-width:420px){.tooltip-btn .tooltiptext.restful-api{left:-160%}.tooltip-btn .tooltiptext.restful-api:after{left:60%}}@media (max-width:380px){.tooltip-btn .tooltiptext.restful-api{left:-200%}.tooltip-btn .tooltiptext.restful-api:after{left:80%}}@media (max-width:340px){.tooltip-btn .tooltiptext.restful-api{left:-40%}.tooltip-btn .tooltiptext.restful-api:after{left:70px}}@media (max-width:320px){.tooltip-btn .tooltiptext.restful-api{left:-30%}.tooltip-btn .tooltiptext.restful-api:after{left:70px}}@media (max-width:767px){.tooltip-btn .tooltiptext{left:0;margin-left:0}}.tooltip-btn .tooltiptext:after{content:"";position:absolute;top:100%;left:45%;width:30px;height:20px;background-image:url("//sterlingcheck.staging.wpengine.com/wp-content/themes/sterlingnext/assets/images/crim/tooltip-bottom.png");background-size:contain;background-position:50%}#requestAPIKeyForm .modal-xxl{max-width:900px}#requestAPIKeyForm .modal-header{text-align:center}#requestAPIKeyForm .modal-header .modal-title{font-size:2.25rem;width:100%;margin-top:2rem}#requestAPIKeyForm .modal-body{padding:1rem 3.75rem 2rem}#requestAPIKeyForm label{font-size:1rem;font-weight:700}#requestAPIKeyForm .form-control{height:52px;border-radius:0;border:1px solid #c3c3c3}#requestAPIKeyForm .form-control:focus{box-shadow:0 0 0 .1rem hsla(0,3%,69%,.25)!important}#requestAPIKeyForm .api-key-form-submit-btn{text-align:center}#requestAPIKeyForm .api-key-form-submit-btn .btn{margin-top:2rem;border-radius:0;text-transform:uppercase;font-size:1rem;font-weight:700;padding:1rem 4rem}#requestAPIKeyForm .row{margin-top:1rem}#requestAPIKeyForm .custom-select{display:inline-block;width:100%;height:3.25rem;padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background-color:#fff;background-repeat:no-repeat;background-position:right 20px top 11px;background-size:.7rem;border:1px solid #c3c3c3;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}#requestAPIKeyForm .custom-select-lg{height:52px;padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}#requestAPIKeyForm .whichCountriesWrapper{display:block}#requestAPIKeyForm .whichCountriesWrapper .select2-container--default.select2-container--focus .select2-selection--multiple,#requestAPIKeyForm .whichCountriesWrapper .select2-container--default .select2-selection--multiple{border:1px solid #c3c3c3!important;border-radius:0!important;height:3.25rem}#requestAPIKeyForm .whichCountriesWrapper .select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__choice,#requestAPIKeyForm .whichCountriesWrapper .select2-container--default .select2-selection--multiple .select2-selection__choice{border:none!important;background-color:#008656!important;color:#fff}#requestAPIKeyForm .whichCountriesWrapper .select2-container--default.select2-container--focus .select2-selection--multiple .select2-selection__choice__remove,#requestAPIKeyForm .whichCountriesWrapper .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background:transparent;border:none;color:#fff!important}#requestAPIKeyForm .whichCountriesWrapper .select2-container--default .select2-selection--multiple .select2-selection__rendered{float:left;width:auto}#requestAPIKeyForm .whichCountriesWrapper .select2-container .select2-search--inline{width:100%;float:none}#requestAPIKeyForm .whichCountriesWrapper .select2-container .select2-search--inline .select2-search__field{padding-left:.5rem;margin-top:.7rem}#requestAPIKeyForm #gigApiKeyRequestFormThankyouMsg{display:none;text-align:center}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#008656!important}.select2-container--open .select2-dropdown--above,.select2-container--open .select2-dropdown--below{top:2rem}@media (max-width:767px){.page-template-page-service-api .universal-service-hero-section{background-position:center right -30px}}.sterling-api-intro-section{padding:6rem 0}.sterling-api-intro-section .heading{font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;line-height:1.2;color:#212121;margin-top:40px;position:relative;width:404px}@media (max-width:1199px){.sterling-api-intro-section .heading{width:100%}}.sterling-api-intro-section .heading:before{position:absolute;content:"";height:9px;width:60px;background-color:#008656;left:0;top:-40px}.sterling-api-intro-section .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;margin-bottom:2.5rem;width:540px}@media (max-width:1199px){.sterling-api-intro-section .desc{width:100%}}@media (max-width:767px){.sterling-api-intro-section .desc{margin-bottom:1.5rem}}.sterling-api-intro-section .image-wrap{position:relative;display:flex;align-items:center;height:100%}.sterling-api-intro-section .image-wrap .intro-img{width:100%;max-width:400px;margin:0 auto;display:block}@media (max-width:767px){.sterling-api-intro-section .image-wrap .intro-img{margin-top:2rem}}.sterling-api-differences-section{padding:0 0 6rem}.sterling-api-differences-section .semi-section{padding:4rem 0 0}.sterling-api-differences-section .main-heading{margin:0 auto 1rem;font-size:2.125rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;line-height:1.2;color:#212121;text-align:center;width:545px}@media (max-width:1199px){.sterling-api-differences-section .main-heading{width:100%}}@media (max-width:767px){.sterling-api-differences-section .main-heading{font-size:2rem}}.sterling-api-differences-section .main-desc{margin:0 auto;font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;text-align:center;width:600px}@media (max-width:1199px){.sterling-api-differences-section .main-desc{width:100%}}@media (max-width:767px){.sterling-api-differences-section .main-desc{font-size:1rem}}.sterling-api-differences-section .icon-wrap{position:relative;display:flex;align-items:center;height:100%}.sterling-api-differences-section .icon-wrap .intro-img{width:100%;max-width:280px;margin:0 auto;display:block}@media (max-width:991px){.sterling-api-differences-section .icon-wrap .intro-img{margin-bottom:2rem}}.sterling-api-differences-section .image-wrap{position:relative;margin-bottom:4rem}@media (max-width:991px){.sterling-api-differences-section .image-wrap{margin-bottom:0}}.sterling-api-differences-section .image-wrap .particle:first-child{width:100%;height:100%;background:#b8b7ac;opacity:.25;position:absolute;left:1.875rem;bottom:-1.875rem;z-index:0}@media (max-width:991px){.sterling-api-differences-section .image-wrap .particle:first-child{display:none}}.sterling-api-differences-section .image-wrap .particle:nth-child(2){width:5.625rem;height:5.625rem;background:transparent;border:3px solid #add7c7;position:absolute;right:-3.75rem;top:-2.6875rem;z-index:2}@media (max-width:991px){.sterling-api-differences-section .image-wrap .particle:nth-child(2){display:none}}.sterling-api-differences-section .image-wrap .particle:nth-child(3){height:6.25rem;width:6.25rem;position:absolute;bottom:-4.6875rem;right:-4.0625rem;z-index:2}@media (max-width:991px){.sterling-api-differences-section .image-wrap .particle:nth-child(3){display:none}}.sterling-api-differences-section .image-wrap .section-img{position:relative;z-index:1;width:100%}@media (max-width:991px){.sterling-api-differences-section .image-wrap .section-img{margin-bottom:2rem}}.sterling-api-differences-section .h3,.sterling-api-differences-section h3{font-size:1.5rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;line-height:1.2}@media (max-width:767px){.sterling-api-differences-section .h3,.sterling-api-differences-section h3{font-size:1.375rem}}.sterling-api-differences-section .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121}.sterling-api-differences-section .desc.first{width:540px}@media (max-width:1199px){.sterling-api-differences-section .desc.first{width:100%}}.sterling-api-differences-section .desc.second{width:540px}@media (max-width:1199px){.sterling-api-differences-section .desc.second{width:100%}}.sterling-api-differences-section .desc.third{width:502px}@media (max-width:1199px){.sterling-api-differences-section .desc.third{width:100%}}@media (max-width:767px){.sterling-api-differences-section .desc{font-size:1rem}}.sterling-api-differences-section .copy-wrap{display:table;width:100%;height:100%}.sterling-api-differences-section .copy-wrap .inner{display:table-cell;vertical-align:middle}.sterling-api-differences-section .copy-wrap .fa-document{font-size:80px}.sterling-api-differences-section .copy-wrap .cta-text{display:inline-block}.sterling-api-differences-section .screenshot-wrap .screenshot{width:100%}@media (max-width:991px){.sterling-api-differences-section .screenshot-wrap .screenshot{margin-bottom:2rem}}.sterling-api-faq-accordion-section{padding:6rem 0;background-color:#fafaf9;position:relative}.sterling-api-faq-accordion-section .particle:first-child{width:11.5625rem;height:11.5625rem;background:#ededed;position:absolute;left:0;bottom:0;z-index:0}@media (max-width:991px){.sterling-api-faq-accordion-section .particle:first-child{display:none}}.sterling-api-faq-accordion-section .particle:nth-child(2){width:4.6875rem;height:4.6875rem;background:transparent;border:2px solid #86b5a3;position:absolute;left:150px;bottom:150px;z-index:1}@media (max-width:991px){.sterling-api-faq-accordion-section .particle:nth-child(2){display:none}}.sterling-api-faq-accordion-section .particle:nth-child(3){width:1.5625rem;height:1.5625rem;background:#008656;opacity:.25;position:absolute;left:250px;bottom:30px;z-index:0}@media (max-width:991px){.sterling-api-faq-accordion-section .particle:nth-child(3){display:none}}.sterling-api-faq-accordion-section .heading{font-size:1.875rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;line-height:1.3;margin-bottom:1.5rem;text-align:center}@media (max-width:991px){.sterling-api-faq-accordion-section .heading{margin-top:0}}@media (max-width:767px){.sterling-api-faq-accordion-section .heading{font-size:1.75rem}}.sterling-api-faq-accordion-section .desc{color:#212121;font-size:1.125rem;margin:0 auto 3rem;text-align:center;width:730px}@media (max-width:1199px){.sterling-api-faq-accordion-section .desc{width:100%}}@media (max-width:767px){.sterling-api-faq-accordion-section .desc{font-size:1rem}}.sterling-api-faq-accordion-section .le-accordion{width:100%}.sterling-api-faq-accordion-section .le-accordion .btn{width:100%;font-weight:700;font-size:1rem;color:#212121;padding:0;text-align:left;position:relative;outline:none}.sterling-api-faq-accordion-section .le-accordion .btn .fas{width:45px}.sterling-api-faq-accordion-section .le-accordion .btn .fa-minus,.sterling-api-faq-accordion-section .le-accordion .btn .fa-plus{color:#008656}.sterling-api-faq-accordion-section .le-accordion .btn .fa-stack{font-size:18px;position:absolute;right:25px;width:auto}.sterling-api-faq-accordion-section .le-accordion .btn .heading-text{padding-right:4.375rem;font-weight:700;font-size:1.25rem;color:#212121;line-height:1.5;font-family:adelle-sans,Arial,Helvetica,sans-serif}@media (max-width:767px){.sterling-api-faq-accordion-section .le-accordion .btn .heading-text{font-size:1rem}}.sterling-api-faq-accordion-section .le-accordion .card{border-radius:0;border:none;margin-bottom:1.5rem}.sterling-api-faq-accordion-section .le-accordion .card:last-child{margin-bottom:0}@media (max-width:991px){.sterling-api-faq-accordion-section .le-accordion .card:last-child{margin-bottom:1.5rem}}.sterling-api-faq-accordion-section .le-accordion .card-header{border-radius:0;border:1px solid #707070;background-color:#fff;padding:.5rem 2rem;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;margin-bottom:0}.sterling-api-faq-accordion-section .le-accordion .card-header[aria-expanded=true]{border-top:1px solid #008656;border-left:1px solid #008656;border-right:1px solid #008656;border-bottom:none;padding-top:1rem;padding-bottom:1rem;margin-bottom:0}.sterling-api-faq-accordion-section .le-accordion .card-header[aria-expanded=true] .heading-text{color:#008656;font-weight:700}.sterling-api-faq-accordion-section .le-accordion .card-body{background-color:#fff;padding-top:0;font-size:1.125rem;line-height:1.5;color:#212121;font-family:Roboto,Arial,Helvetica,sans-serif;padding-left:2rem;padding-right:2rem;border-left:1px solid #008656;border-right:1px solid #008656;border-bottom:1px solid #008656}.sterling-api-faq-accordion-section .le-accordion .card-body p{color:#212121;margin-bottom:1rem}.sterling-api-faq-accordion-section .le-accordion .card-body p:last-child{margin-bottom:0}@media (max-width:767px){.sterling-api-faq-accordion-section .le-accordion .card-body{font-size:1rem}}.sterling-api-faq-accordion-section .le-accordion .btn-link:focus,.sterling-api-faq-accordion-section .le-accordion .btn-link:hover{text-decoration:none}.sterling-api-faq-accordion-section .le-accordion li+li{margin-top:10px}.sterling-api-get-started-section{padding:6rem 0;background-color:#f5f5f5}.sterling-api-get-started-section .get-started-heading{position:relative;color:#212121;font-size:2.125rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;line-height:1.2;margin-top:50px;margin-bottom:1.8rem;width:320px}@media (max-width:1199px){.sterling-api-get-started-section .get-started-heading{width:100%}}.sterling-api-get-started-section .get-started-heading:before{position:absolute;content:"";height:9px;width:60px;background-color:#008656;left:0;top:-50px}.sterling-api-get-started-section .get-started-desc{color:#212121;font-size:1.125rem;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.4;width:350px;margin-top:1rem}@media (max-width:1199px){.sterling-api-get-started-section .get-started-desc{width:100%}}.sterling-api-get-started-section .get-started-desc p:last-child{margin-bottom:0}.sterling-api-get-started-section .get-started-desc p a:hover{color:#b33200!important}.sterling-api-get-started-section .get-started-cta .fa-document{font-size:80px}.sterling-api-get-started-section .get-started-cta .cta-text{display:inline-block}@media (max-width:991px){.sterling-api-get-started-section .get-started-cta{margin-bottom:2rem}}.sterling-api-get-started-section .universal-contact-link .contact-tile-wrapper{text-align:center;border:1px solid #616669;border-radius:3px;padding:3rem 1rem;background-color:#fff}@media (max-width:575px){.sterling-api-get-started-section .universal-contact-link .contact-tile-wrapper.client{margin-bottom:1rem}}.sterling-api-get-started-section .universal-contact-link .contact-tile-wrapper .contact-tile-title{font-size:24px}.sterling-api-get-started-section .universal-contact-link .contact-tile-wrapper .contact-tile-icon{margin:0 auto 2rem}.sterling-api-get-started-section .universal-contact-link .contact-tile-wrapper .contact-tile-icon .svg-inline--fa{font-size:5rem;color:#008656}.sterling-api-get-started-section .universal-contact-link .contact-tile-wrapper .contact-tile-desc{font-size:1rem;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.4;margin:0 auto 2rem}@media (max-width:1199px){.sterling-api-get-started-section .universal-contact-link .contact-tile-wrapper .contact-tile-desc{width:100%}}@media (max-width:991px){.sterling-api-get-started-section .universal-contact-link .contact-tile-wrapper .contact-tile-desc{min-height:45px}}@media (max-width:575px){.sterling-api-get-started-section .universal-contact-link .contact-tile-wrapper .contact-tile-desc{min-height:auto}}.sterling-api-get-started-section .universal-contact-link .contact-tile-wrapper .contact-tile-desc .role{color:#008656;font-weight:700}.sterling-api-get-started-section .universal-contact-link .contact-tile-wrapper .contact-tile-cta{color:#008656;font-size:.875rem;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.4;font-weight:700;display:inline}.sterling-api-get-started-section .universal-contact-link .contact-tile-wrapper .contact-tile-cta.btn-ghost{width:160px;margin:0 15px;background-color:transparent;border-radius:.3125rem;border:2px solid #008656;padding:.55rem 1rem}.sterling-api-get-started-section .universal-contact-link .contact-tile-wrapper .contact-tile-cta:hover{background-color:#008656;color:#fff;cursor:pointer}.sterling-api-get-started-section .universal-contact-link .contact-tile-wrapper .contact-tile-cta:hover .contact-link{color:#fff}.id-me-identity-verifications-intro-section{padding:5rem 0 6rem;background-color:#fff}.id-me-identity-verifications-intro-section .heading{font-size:1.875rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;color:#212121;margin-top:2rem;line-height:1.1;position:relative;width:406px}.id-me-identity-verifications-intro-section .heading:before{content:"";position:absolute;background-color:#008656;height:9px;width:70px;top:-30px;left:0}@media (max-width:1199px){.id-me-identity-verifications-intro-section .heading{width:100%}}@media (max-width:767px){.id-me-identity-verifications-intro-section .heading{font-size:1.75rem}}.id-me-identity-verifications-intro-section .subheading{font-size:1.875rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;color:#212121;margin-top:.2rem;line-height:1.1;position:relative}@media (max-width:767px){.id-me-identity-verifications-intro-section .subheading{font-size:1.75rem}}.id-me-identity-verifications-intro-section .intro1{font-size:1.125rem;font-family:Roboto,Arial,Helvetica,sans-serif;color:#212121;width:445px}.id-me-identity-verifications-intro-section .intro1 strong{color:#212121}@media (max-width:1199px){.id-me-identity-verifications-intro-section .intro1{width:100%}}@media (max-width:767px){.id-me-identity-verifications-intro-section .intro1{font-size:1rem}}.id-me-identity-verifications-intro-section .image-wrap{position:relative;width:80%}@media (max-width:1199px){.id-me-identity-verifications-intro-section .image-wrap{width:100%}}@media (max-width:991px){.id-me-identity-verifications-intro-section .image-wrap{display:none}}.id-me-identity-verifications-intro-section .image-wrap .side-img{position:relative;z-index:1;width:100%}.id-me-identity-verifications-intro-section .image-wrap .particle:first-child{width:100%;height:100%;background:#b8b7ac;opacity:.25;position:absolute;right:-30px;bottom:-30px;z-index:0}@media (max-width:1199px){.id-me-identity-verifications-intro-section .image-wrap .particle:first-child{width:95%}}@media (max-width:991px){.id-me-identity-verifications-intro-section .image-wrap .particle:first-child{display:none}}.id-me-identity-verifications-intro-section .image-wrap .particle:nth-child(2){width:6.25rem;height:6.25rem;background-image:url("/wp-content/themes/sterlingemea/resources/assets/images/particles/gray-dots.svg");background:#008656;opacity:.25;position:absolute;right:-47px;bottom:-57px;z-index:2}@media (max-width:1199px){.id-me-identity-verifications-intro-section .image-wrap .particle:nth-child(2){right:-50px}}@media (max-width:991px){.id-me-identity-verifications-intro-section .image-wrap .particle:nth-child(2){display:none}}.id-me-identity-verifications-intro-section .image-wrap .particle:nth-child(3){width:5.625rem;height:5.625rem;background:#c3c3c3;opacity:.3;background-position:50%;position:absolute;left:-27px;top:-9px;z-index:0}@media (max-width:1199px){.id-me-identity-verifications-intro-section .image-wrap .particle:nth-child(3){left:-25px}}@media (max-width:991px){.id-me-identity-verifications-intro-section .image-wrap .particle:nth-child(3){display:none}}.id-me-identity-verifications-intro-section .image-wrap .particle:nth-child(4){width:2.9375rem;height:2.9375rem;background:#add7c7;opacity:.8;background-position:50%;position:absolute;left:-50px;top:-34px;z-index:0}@media (max-width:1199px){.id-me-identity-verifications-intro-section .image-wrap .particle:nth-child(4){left:-50px}}@media (max-width:991px){.id-me-identity-verifications-intro-section .image-wrap .particle:nth-child(4){display:none}}.id-me-demo-section{padding:4rem 0}.id-me-demo-section .heading{font-size:1.875rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;color:#212121;line-height:1.1;margin-top:6rem;width:447px}@media (max-width:1199px){.id-me-demo-section .heading{width:100%}}@media (max-width:991px){.id-me-demo-section .heading{margin-top:3rem}}@media (max-width:767px){.id-me-demo-section .heading{font-size:1.75rem}}.id-me-demo-section .desc{font-size:1.125rem;color:#212121;font-family:Roboto,Arial,Helvetica,sans-serif;margin-bottom:1.5rem;width:401px}@media (max-width:1199px){.id-me-demo-section .desc{width:100%}}@media (max-width:767px){.id-me-demo-section .desc{font-size:1rem}}.id-me-demo-section .desc .grey-link{color:#212121;text-decoration:underline}.id-me-demo-section .desc .grey-link:hover{opacity:.6}.id-me-demo-section .IDME-demo-slider-nav{position:relative;z-index:2;text-align:center}.id-me-demo-section .IDME-demo-slider-nav .poarrow{cursor:pointer}.id-me-demo-section .IDME-demo-slider-nav .poarrow:hover{opacity:.5}.id-me-demo-section .IDME-demo-slider-nav .slick-dots{bottom:3px}.id-me-demo-section .IDME-demo-slider-nav .slick-dots li button:before{opacity:1;border:none;background:#ededed}.id-me-demo-section .IDME-demo-slider-nav .slick-dots li button:hover:before{opacity:.7}.id-me-demo-section .idme-mobile-slider{height:auto;width:310px;margin:auto;background-position:50%}.id-me-demo-section .idme-mobile-slider .order-item{display:flex;justify-content:center;margin-top:-18px;z-index:0}.id-me-demo-section .idme-mobile-slider .order-item .order-img{max-width:100%;z-index:0}.id-me-demo-section .image-wrap{position:absolute;z-index:-1}@media (max-width:991px){.id-me-demo-section .image-wrap{display:none}}.id-me-demo-section .image-wrap .shapes{width:100%;max-width:140px;display:block;margin:0 auto;visibility:visible}.id-me-demo-section .left{left:11%;bottom:25%}.id-me-demo-section .right{right:8%;bottom:15%}.id-me-demo-section .subheading{font-size:1.5rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;line-height:1.1}.id-me-demo-section .subdesc{font-size:1.125rem;color:#212121;font-family:Roboto,Arial,Helvetica,sans-serif;margin-bottom:3rem;width:505px}@media (max-width:1199px){.id-me-demo-section .subdesc{width:100%}}@media (max-width:767px){.id-me-demo-section .subdesc{font-size:1rem}}.id-me-demo-section .subdesc .grey-link{color:#212121;text-decoration:underline}.id-me-demo-section .subdesc .grey-link:hover{opacity:.6}.id-me-demo-section .offers-list{list-style:none;padding-left:0}.id-me-demo-section .offers-list li{font-size:1.125rem;color:#212121}.id-me-demo-section .offers-list li .list-item-wrapper{position:relative}.id-me-demo-section .offers-list li .list-item-wrapper .fas{margin-right:10px}.id-me-demo-section .offers-list li .list-item-wrapper .li-text{display:block;position:relative;top:-26px;padding-left:2rem;width:545px}@media (max-width:1199px){.id-me-demo-section .offers-list li .list-item-wrapper .li-text{width:100%}}.identity-methods-section th{text-transform:uppercase;font-size:1.375rem;width:100%;margin-top:1.5rem}.identity-methods-section td{width:50%}.identity-methods-section .icon-with-text{display:flex;align-items:center;padding:1rem 1rem 1rem 0}.identity-methods-section .icon-with-text .svg-inline--fa{font-size:6.25rem;margin-right:1rem}.identity-methods-section .icon-with-text strong{font-size:1.25rem}@media (max-width:991px){.identity-methods-section .icon-with-text strong{font-size:1rem}}.identity-methods-section .dashed-particle{height:50px;position:absolute;bottom:0;width:100%;background-image:url("https://www.sterlingcheck.co.uk/wp-content/uploads/2024/05/long-dots.png");background-position:50%}.webinar-cta-section .fa-mobileid{color:#008656;font-size:14.375rem;float:right}.fading-background-img-hero-section{background-color:#000;position:relative;padding:4rem 0;background-size:initial;background-position:100%;background-repeat:no-repeat;min-height:500px}@media (max-width:1950px){.fading-background-img-hero-section{background-size:cover}}@media (max-width:1450px){.fading-background-img-hero-section{background-position:center right -4rem}}@media (max-width:767px){.fading-background-img-hero-section{background-position:center right 31%}}@media (max-width:425px){.fading-background-img-hero-section{background-position:center right 29%}}.fading-background-img-hero-section .btn-ghost-orange{background:transparent!important}@media (max-width:991px){.fading-background-img-hero-section .btn-ghost-orange{margin-top:1rem}}@media (max-width:767px){.fading-background-img-hero-section .btn-ghost-orange{margin-top:0;padding:.55rem 2rem}}@media (max-width:441px){.fading-background-img-hero-section .btn-ghost-orange{margin-top:1rem}}.fading-background-img-hero-section .header-overlay{display:none;position:absolute;left:0;top:0;height:100%;width:100%;background:transparent;z-index:0}@media (max-width:767px){.fading-background-img-hero-section .header-overlay{display:block;background:rgba(33,33,33,.75)}}.fading-background-img-hero-section .particle:first-child{width:6.25rem;height:6.25rem;background:#dde5e5;opacity:.5;position:absolute;right:30rem;top:5rem;z-index:1}@media (max-width:1199px){.fading-background-img-hero-section .particle:first-child{display:none}}.fading-background-img-hero-section .particle:nth-child(2){width:2.5rem;height:2.5rem;background:#add7c7;opacity:.5;position:absolute;right:28.75rem;top:3.75rem;z-index:1}@media (max-width:1199px){.fading-background-img-hero-section .particle:nth-child(2){display:none}}.fading-background-img-hero-section .hero-contents{position:relative;z-index:1}.fading-background-img-hero-section .hero-contents .heading{font-size:3.25rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;color:#fff;margin-bottom:2.5rem;line-height:1.3}@media (max-width:767px){.fading-background-img-hero-section .hero-contents .heading{font-size:2.25rem}}.fading-background-img-hero-section .hero-contents .subheading{font-size:1.625rem;color:#fff;line-height:1.4;margin-bottom:3rem}@media (max-width:767px){.fading-background-img-hero-section .hero-contents .subheading{font-size:1.25rem}}@media (max-width:425px){.fading-background-img-hero-section .hero-contents .subheading{margin-bottom:9rem}}@media (max-width:375px){.fading-background-img-hero-section .hero-contents .subheading{margin-bottom:6rem}}.fading-background-img-hero-section .hero-contents .subheading .linebreak-lg{display:block}@media (max-width:1199px){.fading-background-img-hero-section .hero-contents .subheading .linebreak-lg{display:contents}}@media (max-width:767px){.fading-background-img-hero-section .hero-contents .button--large{padding:.75rem 2rem}}.identity-verifications-intro-section{padding:5rem 0 3rem;background-color:#fff}@media (max-width:767px){.identity-verifications-intro-section{padding-bottom:0}}.identity-verifications-intro-section .heading{font-size:1.875rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;color:#212121;margin-top:.2rem;line-height:1.1;position:relative}@media (max-width:767px){.identity-verifications-intro-section .heading{font-size:1.75rem}}.identity-verifications-intro-section .heading2{font-size:1.875rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;color:#212121;margin-top:.2rem;line-height:1.1;position:relative}.identity-verifications-intro-section .intro1,.identity-verifications-intro-section .intro2{font-size:1.125rem;font-family:Roboto,Arial,Helvetica,sans-serif;color:#212121}.identity-verifications-intro-section .intro1 strong,.identity-verifications-intro-section .intro2 strong{color:#212121}@media (max-width:767px){.identity-verifications-intro-section .intro1,.identity-verifications-intro-section .intro2{font-size:1rem}}.identity-verifications-intro-section .intro1{margin-bottom:5rem}.identity-verifications-intro-section .intro2{margin-bottom:2rem}.identity-verifications-intro-section .left-image-wrapper{text-align:center;position:relative}.identity-verifications-intro-section .left-image-wrapper .particle:first-child{width:1.875rem;height:1.875rem;background:#008656;opacity:.4;position:absolute;left:4.6875rem;top:6.875rem;z-index:1}@media (max-width:1199px){.identity-verifications-intro-section .left-image-wrapper .particle:first-child{left:1.5625rem}}@media (max-width:991px){.identity-verifications-intro-section .left-image-wrapper .particle:first-child{left:2.1875rem}}@media (max-width:767px){.identity-verifications-intro-section .left-image-wrapper .particle:first-child{left:0;top:3.75rem}}@media (max-width:425px){.identity-verifications-intro-section .left-image-wrapper .particle:first-child{width:1.25rem;height:1.25rem}}.identity-verifications-intro-section .left-image-wrapper .particle:nth-child(2){width:3.75rem;height:3.75rem;background:#616669;opacity:.5;position:absolute;left:8.125rem;top:1.5625rem;z-index:0}@media (max-width:1199px){.identity-verifications-intro-section .left-image-wrapper .particle:nth-child(2){left:5rem}}@media (max-width:991px){.identity-verifications-intro-section .left-image-wrapper .particle:nth-child(2){left:5.625rem}}@media (max-width:767px){.identity-verifications-intro-section .left-image-wrapper .particle:nth-child(2){left:3.4375rem;top:-1.5625rem}}@media (max-width:425px){.identity-verifications-intro-section .left-image-wrapper .particle:nth-child(2){width:2.8125rem;height:2.8125rem;top:-.9375rem}}.identity-verifications-intro-section .left-image-wrapper .particle:nth-child(3){width:3.75rem;height:3.75rem;background:#add7c7;opacity:.5;position:absolute;right:7.8125rem;bottom:10rem;z-index:0}@media (max-width:1199px){.identity-verifications-intro-section .left-image-wrapper .particle:nth-child(3){right:3.4375rem}}@media (max-width:991px){.identity-verifications-intro-section .left-image-wrapper .particle:nth-child(3){right:5.3125rem}}@media (max-width:767px){.identity-verifications-intro-section .left-image-wrapper .particle:nth-child(3){display:none}}.identity-verifications-intro-section .left-image-wrapper .particle:nth-child(4){width:1.875rem;height:1.875rem;background:#212121;opacity:.4;position:absolute;right:6.5625rem;bottom:13.125rem;z-index:0}@media (max-width:1199px){.identity-verifications-intro-section .left-image-wrapper .particle:nth-child(4){right:2.1875rem}}@media (max-width:991px){.identity-verifications-intro-section .left-image-wrapper .particle:nth-child(4){right:4.0625rem}}@media (max-width:767px){.identity-verifications-intro-section .left-image-wrapper .particle:nth-child(4){right:.625rem;bottom:16.25rem}}@media (max-width:425px){.identity-verifications-intro-section .left-image-wrapper .particle:nth-child(4){bottom:15.3125rem;width:1.25rem;height:1.25rem}}.identity-verifications-intro-section .left-image-wrapper .mobile-interface{position:relative;z-index:2;width:40%}@media (max-width:991px){.identity-verifications-intro-section .left-image-wrapper .mobile-interface{margin-bottom:5rem}}@media (max-width:767px){.identity-verifications-intro-section .left-image-wrapper .mobile-interface{width:60%}}.identity-verifications-intro-section .right-image-wrapper{text-align:center}.identity-verifications-intro-section .right-image-wrapper .intro-image{margin-bottom:8rem;width:75%}@media (max-width:991px){.identity-verifications-intro-section .right-image-wrapper .intro-image{display:none}}.identity-verifications-intro-section .rtw-mobile-slider{height:auto;width:310px;margin:auto;background-position:50%}.identity-verifications-intro-section .rtw-mobile-slider .order-item{display:flex;justify-content:center;margin-top:-18px;z-index:0}.identity-verifications-intro-section .rtw-mobile-slider .order-item .order-img{max-width:100%;z-index:0}.identity-verifications-flipcard-section{padding:3rem 0;background-color:#fff}@media (max-width:991px){.identity-verifications-flipcard-section{padding:0 0 3rem}}@media (max-width:767px){.identity-verifications-flipcard-section{padding:0}}.identity-verifications-flipcard-section .heading{font-size:1.875rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;color:#212121;line-height:1.1}@media (max-width:767px){.identity-verifications-flipcard-section .heading{font-size:1.75rem}}.identity-verifications-flipcard-section .desc{font-size:1.125rem;color:#212121;font-family:Roboto,Arial,Helvetica,sans-serif;margin-bottom:1.5rem;padding-right:5rem}@media (max-width:1199px){.identity-verifications-flipcard-section .desc{padding-right:0}}@media (max-width:767px){.identity-verifications-flipcard-section .desc{font-size:1rem;margin-bottom:0}}.identity-verifications-flipcard-section .icon-wrapper{text-align:center}.identity-verifications-flipcard-section .icon-wrapper .tech-icon{margin-top:1.5rem;margin-bottom:2rem;width:500px}@media (max-width:1199px){.identity-verifications-flipcard-section .icon-wrapper .tech-icon{width:400px}}@media (max-width:991px){.identity-verifications-flipcard-section .icon-wrapper .tech-icon{display:none}}.identity-verifications-flipcard-section .tech-icon.for-mobile{display:none;margin:3rem auto 2.7rem}@media (max-width:991px){.identity-verifications-flipcard-section .tech-icon.for-mobile{display:block}}@media (max-width:500px){.identity-verifications-flipcard-section .tech-icon.for-mobile{width:300px;margin:1rem auto 1.5rem}}@media (max-width:375px){.identity-verifications-flipcard-section .tech-icon.for-mobile{width:280px}}.identity-verifications-candidate-section{padding:0 0 4rem;background-color:#fff}@media (max-width:991px){.identity-verifications-candidate-section{padding:0 0 4rem}}.identity-verifications-candidate-section .candidate-img-wrapper{position:relative}.identity-verifications-candidate-section .candidate-img-wrapper .particle:first-child{width:3.75rem;height:3.75rem;background:#8d9092;opacity:.5;position:absolute;right:30%;top:-2.5rem;z-index:0}@media (max-width:767px){.identity-verifications-candidate-section .candidate-img-wrapper .particle:first-child{display:none}}.identity-verifications-candidate-section .candidate-img-wrapper .particle:nth-child(2){width:1.5625rem;height:1.5625rem;background:#add7c7;opacity:.9;position:absolute;right:15%;top:-5rem;z-index:0}@media (max-width:767px){.identity-verifications-candidate-section .candidate-img-wrapper .particle:nth-child(2){display:none}}.identity-verifications-candidate-section .candidate-img-wrapper .candidate-img{position:relative;z-index:1;width:100%}@media (max-width:991px){.identity-verifications-candidate-section .candidate-img-wrapper .candidate-img{margin-bottom:2rem}}@media (max-width:767px){.identity-verifications-candidate-section .candidate-img-wrapper .candidate-img{display:none}}.identity-verifications-candidate-section .heading{font-size:1.875rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;color:#212121;line-height:1.1}@media (max-width:767px){.identity-verifications-candidate-section .heading{font-size:1.75rem}}.identity-verifications-candidate-section .desc{font-size:1.125rem;color:#212121;font-family:Roboto,Arial,Helvetica,sans-serif;margin-bottom:1.5rem}@media (max-width:767px){.identity-verifications-candidate-section .desc{font-size:1rem}}.identity-verifications-protect-business-section{padding:3rem 0;background-color:#f7f3ed}.identity-verifications-protect-business-section .for-desktop .heading{color:#212121;font-size:1.875rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;line-height:1.1;margin-bottom:3rem}@media (max-width:767px){.identity-verifications-protect-business-section .for-desktop{display:none}}.identity-verifications-protect-business-section .for-mobile{display:none}@media (max-width:767px){.identity-verifications-protect-business-section .for-mobile{display:block}}.identity-verifications-protect-business-section .for-mobile .heading{color:#212121;font-size:1.75rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;line-height:1.1}@media (max-width:991px){.identity-verifications-protect-business-section .col-lg-4.dd:not(:last-child){margin-bottom:4rem}}.identity-verifications-protect-business-section .col-lg-4 .desktop-item-wrapper{padding-right:4rem}@media (max-width:991px){.identity-verifications-protect-business-section .col-lg-4 .desktop-item-wrapper{padding-right:0}}.identity-verifications-protect-business-section .col-lg-4 .desktop-item-wrapper .desktop-item-icon,.identity-verifications-protect-business-section .col-lg-4 .desktop-item-wrapper .svg-inline--fa{font-size:120px;margin-bottom:1rem;color:#008656}.identity-verifications-protect-business-section .col-lg-4 .desktop-item-wrapper .desktop-item-number{color:#212121;font-size:3.25rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;line-height:1.1}.identity-verifications-protect-business-section .col-lg-4 .desktop-item-wrapper .desktop-item-desc{color:#212121;font-size:1.5rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;line-height:1.4}@media (max-width:991px){.identity-verifications-protect-business-section #identityVerificationSlider{margin-top:1rem}}.identity-verifications-protect-business-section #identityVerificationSlider .id-slide-item .item-inner-wrapper{width:50%;margin:0 auto;display:block}@media (max-width:767px){.identity-verifications-protect-business-section #identityVerificationSlider .id-slide-item .item-inner-wrapper{width:100%}}.identity-verifications-protect-business-section #identityVerificationSlider .id-slide-item .item-inner-wrapper .slide-icon-wrapper{text-align:left;margin-bottom:2rem}@media (max-width:767px){.identity-verifications-protect-business-section #identityVerificationSlider .id-slide-item .item-inner-wrapper .slide-icon-wrapper{float:left;width:75px;margin-left:1rem}}@media (max-width:340px){.identity-verifications-protect-business-section #identityVerificationSlider .id-slide-item .item-inner-wrapper .slide-icon-wrapper{margin-left:.6rem}}.identity-verifications-protect-business-section #identityVerificationSlider .id-slide-item .item-inner-wrapper .slide-icon-wrapper .slide-icon,.identity-verifications-protect-business-section #identityVerificationSlider .id-slide-item .item-inner-wrapper .slide-icon-wrapper .svg-inline--fa{width:75px;color:#008656;font-size:87px}.identity-verifications-protect-business-section #identityVerificationSlider .id-slide-item .item-inner-wrapper .slide-desc{text-align:left;width:270px}@media (max-width:767px){.identity-verifications-protect-business-section #identityVerificationSlider .id-slide-item .item-inner-wrapper .slide-desc{float:left;margin-top:1rem;margin-left:2rem}}@media (max-width:425px){.identity-verifications-protect-business-section #identityVerificationSlider .id-slide-item .item-inner-wrapper .slide-desc{width:240px}}@media (max-width:395px){.identity-verifications-protect-business-section #identityVerificationSlider .id-slide-item .item-inner-wrapper .slide-desc{width:210px}}@media (max-width:365px){.identity-verifications-protect-business-section #identityVerificationSlider .id-slide-item .item-inner-wrapper .slide-desc{width:190px}}@media (max-width:345px){.identity-verifications-protect-business-section #identityVerificationSlider .id-slide-item .item-inner-wrapper .slide-desc{width:170px}}.identity-verifications-protect-business-section #identityVerificationSlider .id-slide-item .item-inner-wrapper .slide-desc .slide-number{font-size:3.25rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;color:#212121;margin-bottom:1rem}@media (max-width:767px){.identity-verifications-protect-business-section #identityVerificationSlider .id-slide-item .item-inner-wrapper .slide-desc .slide-number{font-size:2.4375rem}}.identity-verifications-protect-business-section #identityVerificationSlider .id-slide-item .item-inner-wrapper .slide-desc .slide-title{font-size:1.5rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;color:#212121;margin-bottom:1.5rem}@media (max-width:767px){.identity-verifications-protect-business-section #identityVerificationSlider .id-slide-item .item-inner-wrapper .slide-desc .slide-title{font-size:1.25rem}}.identity-verifications-protect-business-section #identityVerificationSlider .id-slide-item .item-inner-wrapper .slide-desc .slide-reference a{font-size:.875rem;font-family:Roboto,Arial,Helvetica,sans-serif;color:#008656;word-break:break-all}.identity-verifications-protect-business-section #identityVerificationSlider .id-slide-item .item-inner-wrapper .slide-desc .slide-reference a:hover{text-decoration:underline}.identity-verifications-protect-business-section #identityVerificationSlider .slick-dots li:not(.slick-active) button:before{font-size:2rem;color:#c3c3c3;border:none;opacity:1}.identity-verifications-benefits-section{padding:3rem 0;background-color:#fff;position:relative;overflow:hidden}.identity-verifications-benefits-section .particle-m:first-child{width:1.875rem;height:1.875rem;background:#008656;opacity:.2;position:absolute;right:27.5rem;bottom:5.625rem;z-index:1}@media (max-width:991px){.identity-verifications-benefits-section .particle-m:first-child{display:none}}.identity-verifications-benefits-section .particle-m:nth-child(2){width:3.75rem;height:3.75rem;background:#add7c7;opacity:.2;position:absolute;right:20rem;bottom:5.625rem;z-index:1}@media (max-width:991px){.identity-verifications-benefits-section .particle-m:nth-child(2){display:none}}.identity-verifications-benefits-section .particle-m:nth-child(3){width:12.5rem;height:12.5rem;background:#b8b7ac;opacity:.1;position:absolute;right:9.375rem;bottom:-5rem;z-index:1}@media (max-width:991px){.identity-verifications-benefits-section .particle-m:nth-child(3){display:none}}.identity-verifications-benefits-section .image-wrapper{position:relative}.identity-verifications-benefits-section .image-wrapper .particle:first-child{width:5rem;height:5rem;background:#008656;opacity:.45;position:absolute;right:-.3125rem;top:2.1875rem;z-index:0}@media (max-width:991px){.identity-verifications-benefits-section .image-wrapper .particle:first-child{background:#ededed;opacity:1;width:2.5rem;height:2.5rem;top:-1.25rem;right:-.625rem}}.identity-verifications-benefits-section .image-wrapper .particle:nth-child(2){width:1.25rem;height:1.25rem;background:#add7c7;opacity:.75;position:absolute;right:-1.5625rem;top:1.5625rem;z-index:0}@media (max-width:991px){.identity-verifications-benefits-section .image-wrapper .particle:nth-child(2){display:block}}.identity-verifications-benefits-section .image-wrapper .id-image{position:relative;width:100%;margin:4rem auto;z-index:1}@media (max-width:991px){.identity-verifications-benefits-section .image-wrapper .id-image{display:none}}.identity-verifications-benefits-section .image-wrapper .id-mobile-img{display:none;position:relative;width:100%;margin-bottom:2.5rem;z-index:1}@media (max-width:991px){.identity-verifications-benefits-section .image-wrapper .id-mobile-img{display:block}}.identity-verifications-benefits-section .benefits-wrapper{position:relative}.identity-verifications-benefits-section .benefits-wrapper .heading{font-size:1.5rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;color:#212121;line-height:1.1;margin-bottom:1.5rem;margin-top:3.8rem}@media (max-width:991px){.identity-verifications-benefits-section .benefits-wrapper .heading{margin-top:0}}@media (max-width:767px){.identity-verifications-benefits-section .benefits-wrapper .heading{font-size:1.75rem}}.identity-verifications-benefits-section .benefits-wrapper ul.benefits-list{list-style:none;padding-left:2.5rem;list-style-position:outside;margin-bottom:0;padding-right:9rem}@media (max-width:1199px){.identity-verifications-benefits-section .benefits-wrapper ul.benefits-list{padding-right:0}}.identity-verifications-benefits-section .benefits-wrapper ul.benefits-list li{font-size:1.125rem;color:#212121;font-family:Roboto,Arial,Helvetica,sans-serif;margin-bottom:.5rem}@media (max-width:767px){.identity-verifications-benefits-section .benefits-wrapper ul.benefits-list li{font-size:1rem}}.identity-verifications-benefits-section .benefits-wrapper ul.benefits-list li .fa-check{margin-right:1rem;color:#008656;margin-left:-2.4rem}@media (max-width:767px){.identity-verifications-benefits-section .benefits-wrapper ul.benefits-list li .fa-check{margin-left:-2.25rem}}.identity-verifications-steps-section{padding:4rem 0;background-color:#ededed;position:relative;overflow:hidden}@media (max-width:991px){.identity-verifications-steps-section{padding-bottom:2rem}}.identity-verifications-steps-section .particle:first-child{width:9.375rem;height:7.5rem;background:#b8b7ac;opacity:.1;position:absolute;left:-3.75rem;top:5rem;z-index:0}@media (max-width:767px){.identity-verifications-steps-section .particle:first-child{display:none}}.identity-verifications-steps-section .particle:nth-child(2){width:3.125rem;height:3.125rem;background:#add7c7;opacity:.2;position:absolute;left:4.375rem;top:3.125rem;z-index:0}@media (max-width:767px){.identity-verifications-steps-section .particle:nth-child(2){display:none}}.identity-verifications-steps-section .particle:nth-child(3){width:1.25rem;height:1.25rem;background:#008656;opacity:.2;position:absolute;left:10rem;top:6.25rem;z-index:0}@media (max-width:767px){.identity-verifications-steps-section .particle:nth-child(3){display:none}}.identity-verifications-steps-section .heading{font-size:1.875rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;color:#212121;line-height:1.1;margin-bottom:2rem}@media (max-width:767px){.identity-verifications-steps-section .heading{font-size:1.75rem}}.identity-verifications-steps-section .desc{color:#212121;font-size:1.125rem;font-family:Roboto,Arial,Helvetica,sans-serif;margin-bottom:4rem}@media (max-width:991px){.identity-verifications-steps-section .desc{margin-bottom:2rem}}@media (max-width:767px){.identity-verifications-steps-section .desc{font-size:1rem}}.identity-verifications-steps-section .step-wrapper{position:relative}.identity-verifications-steps-section .step-wrapper .step-title{font-size:1.125rem;font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:700;margin-bottom:.5rem;color:#212121}@media (max-width:767px){.identity-verifications-steps-section .step-wrapper .step-title{font-size:1rem}}.identity-verifications-steps-section .step-wrapper .step-title .le-step{color:#008656}.identity-verifications-steps-section .step-wrapper .step-desc{color:#212121;font-size:1.125rem;font-family:Roboto,Arial,Helvetica,sans-serif;margin-bottom:2rem}@media (max-width:767px){.identity-verifications-steps-section .step-wrapper .step-desc{font-size:1rem}}.identity-verifications-steps-section .image-wrapper{position:relative}@media (max-width:991px){.identity-verifications-steps-section .image-wrapper{display:none}}.identity-verifications-steps-section .image-wrapper .particle:first-child{width:1.875rem;height:1.875rem;background:#616669;opacity:.45;position:absolute;left:-5.625rem;top:-.125rem;z-index:1}@media (max-width:767px){.identity-verifications-steps-section .image-wrapper .particle:first-child{display:none}}.identity-verifications-steps-section .image-wrapper .particle:nth-child(2){width:4.375rem;height:4.375rem;background:#add7c7;opacity:.25;position:absolute;left:-2.1875rem;top:1.25rem;z-index:1}@media (max-width:767px){.identity-verifications-steps-section .image-wrapper .particle:nth-child(2){display:none}}.identity-verifications-steps-section .image-wrapper .steps-image{width:100%;position:relative;z-index:0}.identity-verifications-steps-section .mobile-image-wrapper{display:none;position:relative;margin-bottom:2rem}@media (max-width:991px){.identity-verifications-steps-section .mobile-image-wrapper{display:block}}.identity-verifications-steps-section .mobile-image-wrapper .steps-image{width:100%}.identity-verifications-fit-your-needs-section{padding:4rem 0;background-color:#fff}.identity-verifications-fit-your-needs-section .fit-image-wrapper{position:relative}@media (max-width:767px){.identity-verifications-fit-your-needs-section .fit-image-wrapper{display:none}}.identity-verifications-fit-your-needs-section .fit-image-wrapper .fit-image{width:75%;margin:0 auto;display:block}.identity-verifications-fit-your-needs-section .heading{font-size:1.875rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;color:#212121;line-height:1.1;margin-bottom:2rem;margin-top:4rem}@media (max-width:1199px){.identity-verifications-fit-your-needs-section .heading{margin-top:0}}@media (max-width:991px){.identity-verifications-fit-your-needs-section .heading{margin-top:3rem}}@media (max-width:767px){.identity-verifications-fit-your-needs-section .heading{margin-top:0}}.identity-verifications-fit-your-needs-section .desc{color:#212121;font-size:1.125rem;font-family:Roboto,Arial,Helvetica,sans-serif;margin-bottom:2rem}.identity-verifications-fit-your-needs-section .btn{margin-top:1rem}.resources-2020-section{padding:3rem 0 4rem;background-color:#fff}.resources-2020-section .resource-header-wrapper{position:relative}.resources-2020-section .resource-header-wrapper .heading{font-size:1.875rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;color:#212121}@media (max-width:991px){.resources-2020-section .resource-header-wrapper .heading{margin-bottom:0}}.resources-2020-section .resource-header-wrapper .all-resources{position:absolute;right:0;top:0}@media (max-width:991px){.resources-2020-section .resource-header-wrapper .all-resources{position:relative;margin-bottom:1rem}}.resources-2020-section .resource-header-wrapper .all-resources a{font-size:.875rem;font-family:Roboto,Arial,Helvetica,sans-serif}.resources-2020-section .resource-item-wrapper{margin-bottom:1rem}@media (max-width:991px){.resources-2020-section .resource-item-wrapper{margin-bottom:2rem}}.resources-2020-section .resource-item-wrapper .resource-image{width:100%;height:300px;border:1px solid #707070;background-size:cover;background-repeat:no-repeat;background-position:top}.resources-2020-section .resource-item-wrapper .resource-title{margin-top:1rem;font-size:1.25rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:600;color:#212121;min-height:80px}@media (max-width:991px){.resources-2020-section .resource-item-wrapper .resource-title{min-height:52px}}@media (max-width:767px){.resources-2020-section .resource-item-wrapper .resource-title{font-size:1.125rem}}.resources-2020-section .resource-item-wrapper .resource-cta{float:right}@media (max-width:991px){.resources-2020-section .resource-item-wrapper .resource-cta{float:none;margin-top:.5rem}}.page-template-page-identity-verification .get-started-section .get-started-intro .h2,.page-template-page-identity-verification .get-started-section .get-started-intro h2{font-size:1.875rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;line-height:1.4}.page-template-page-identity-verification .get-started-section #identityVerificationPageForm.global__form{padding:0;border:none}.cite-source{font-size:.875rem;display:block}.super-type{color:#008656}.page-template-service-right-to-work .faq-accordion-with-headline-section .basics-accordion .card{border-radius:0;border:none;margin-bottom:1.5rem}.page-template-service-right-to-work .faq-accordion-with-headline-section .basics-accordion .card:last-child{margin-bottom:0}@media (max-width:991px){.page-template-service-right-to-work .faq-accordion-with-headline-section .basics-accordion .card:last-child{margin-bottom:1.5rem}}.page-template-service-right-to-work .faq-accordion-with-headline-section .basics-accordion .card-header{border-radius:0;border:1px solid #707070;background-color:#fff;padding:.5rem 2rem;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;margin-bottom:0}.page-template-service-right-to-work .faq-accordion-with-headline-section .basics-accordion .card-header .heading-text{color:#212121;font-weight:700}.page-template-service-right-to-work .faq-accordion-with-headline-section .basics-accordion .card-header[aria-expanded=true]{border-top:1px solid #008656;border-left:1px solid #008656;border-right:1px solid #008656;border-bottom:none;padding-top:1rem;padding-bottom:1rem;margin-bottom:0}.page-template-service-right-to-work .faq-accordion-with-headline-section .basics-accordion .card-header[aria-expanded=true] .heading-text{color:#008656;font-weight:700}.page-template-service-right-to-work .faq-accordion-with-headline-section .basics-accordion .card-body{background-color:#fff;padding-top:0;font-size:1.125rem;line-height:1.5;color:#212121;font-family:Roboto,Arial,Helvetica,sans-serif;padding-left:2rem;padding-right:2rem;border-left:1px solid #008656;border-right:1px solid #008656;border-bottom:1px solid #008656}.page-template-service-right-to-work .faq-accordion-with-headline-section .basics-accordion .card-body p{color:#212121;margin-bottom:1rem}.page-template-service-right-to-work .faq-accordion-with-headline-section .basics-accordion .card-body p:last-child{margin-bottom:0}@media (max-width:767px){.page-template-service-right-to-work .faq-accordion-with-headline-section .basics-accordion .card-body{font-size:1rem}}.contact-us-image-hero-section{display:none;padding:5rem 0 0;position:relative;background:-moz-linear-gradient(0deg,hsla(0,0%,100%,0) 0,hsla(0,0%,93%,.585872) 65%,#ededed 100%);background:-webkit-linear-gradient(0deg,hsla(0,0%,100%,0),hsla(0,0%,93%,.585872) 65%,#ededed);background:linear-gradient(0deg,hsla(0,0%,100%,0),hsla(0,0%,93%,.585872) 65%,#ededed);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00999999",endColorstr="#99ededed",GradientType=0);margin-top:35px}@media (max-width:1199px){.contact-us-image-hero-section{margin-top:0}}.contact-us-image-hero-section .heading{font-size:3.25rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;line-height:1.1;margin-bottom:2rem;position:relative}.contact-us-image-hero-section .heading:before{content:"";background-color:#008656;position:absolute;top:-30px;left:0;height:9px;width:70px}.contact-us-image-hero-section .subheading{font-size:2.125rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;line-height:1.1;margin-bottom:2rem}.contact-us-image-hero-section .desc{font-size:1.25rem;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.4;color:#212121;padding-right:8rem}@media (max-width:1199px){.contact-us-image-hero-section .desc{padding-right:0}}.contact-us-image-hero-section .image-wrapper{position:relative}.contact-us-image-hero-section .image-wrapper .hero-img{width:90%;position:absolute;right:15px;top:-115px;z-index:1}@media (max-width:1199px){.contact-us-image-hero-section .image-wrapper .hero-img{width:100%;position:relative;top:0;right:0}}@media (max-width:991px){.contact-us-image-hero-section .image-wrapper .hero-img{margin-top:1.5rem}}.contact-us-image-hero-section .section-bg{position:absolute;top:-35px;right:0;width:40%;min-height:430px;background-color:#b0b0b0}@media (max-width:1199px){.contact-us-image-hero-section .section-bg{display:none}}.contact-us-cta-section{padding:3rem 0 5rem;position:relative;z-index:0}.contact-us-cta-section.versionB{background:-moz-linear-gradient(0deg,#ededed 0,hsla(0,0%,100%,0) 25%);background:-webkit-linear-gradient(0deg,#ededed,hsla(0,0%,100%,0) 25%);background:linear-gradient(0deg,#ededed,hsla(0,0%,100%,0) 25%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00999999",endColorstr="#99ededed",GradientType=0);overflow:hidden}@media (max-width:991px){.contact-us-cta-section.versionB{background:-moz-linear-gradient(0deg,#ededed 0,hsla(0,0%,100%,0) 15%);background:-webkit-linear-gradient(0deg,#ededed,hsla(0,0%,100%,0) 15%);background:linear-gradient(0deg,#ededed,hsla(0,0%,100%,0) 15%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ededed",endColorstr="#66ededed",GradientType=0)}}@media (max-width:767px){.contact-us-cta-section.versionB{padding-bottom:3rem}}.contact-us-cta-section.versionB .lg-break{display:block}@media (max-width:1199px){.contact-us-cta-section.versionB .lg-break{display:contents}}@media (max-width:991px){.contact-us-cta-section.versionB .lg-break{display:contents}}.contact-us-cta-section.versionB .particle:first-child{width:3.125rem;height:3.125rem;background:#d8d8d8;opacity:.7;position:absolute;right:4.375rem;bottom:3.5rem;z-index:1}@media (max-width:767px){.contact-us-cta-section.versionB .particle:first-child{width:10.625rem;height:10.625rem;bottom:-9.0625rem;right:15.625rem}}@media (max-width:425px){.contact-us-cta-section.versionB .particle:first-child{right:13.75rem}}@media (max-width:375px){.contact-us-cta-section.versionB .particle:first-child{right:11.875rem}}.contact-us-cta-section.versionB .particle:nth-child(2){width:1.25rem;height:1.25rem;background:#86b5a3;opacity:.2;position:absolute;right:2.5rem;bottom:8.75rem;z-index:1}@media (max-width:767px){.contact-us-cta-section.versionB .particle:nth-child(2){width:3.125rem;height:3.125rem;bottom:1.5625rem;right:8.75rem}}@media (max-width:375px){.contact-us-cta-section.versionB .particle:nth-child(2){right:7.5rem}}.contact-us-cta-section.versionB .particle:nth-child(3){width:1.875rem;height:1.875rem;background:#008656;opacity:.2;position:absolute;right:.3125rem;bottom:1.875rem;z-index:2}@media (max-width:767px){.contact-us-cta-section.versionB .particle:nth-child(3){bottom:0;right:5rem}}@media (max-width:375px){.contact-us-cta-section.versionB .particle:nth-child(3){right:3.75rem}}.contact-us-cta-section.versionB .particle:nth-child(4){width:1.875rem;height:1.875rem;background:#c3c3c3;opacity:.3;position:absolute;left:.625rem;bottom:.625rem;z-index:2}@media (max-width:767px){.contact-us-cta-section.versionB .particle:nth-child(4){display:none}}.contact-us-cta-section.versionB .particle:nth-child(5){width:4.375rem;height:4.375rem;background:#add7c7;opacity:.3;position:absolute;left:3.4375rem;bottom:2.8125rem;z-index:2}@media (max-width:767px){.contact-us-cta-section.versionB .particle:nth-child(5){display:none}}.contact-us-cta-section.versionB .heading{font-size:3rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;line-height:1.1;margin-bottom:1rem;text-align:center}@media (max-width:767px){.contact-us-cta-section.versionB .heading{font-size:2.375rem}}.contact-us-cta-section.versionB .subheading{font-size:2.125rem;font-weight:400;font-family:adelle-sans,Arial,Helvetica,sans-serif;line-height:1.1;color:#212121;text-align:center;margin-bottom:6rem;margin-top:.5rem}@media (max-width:767px){.contact-us-cta-section.versionB .subheading{font-size:1.5rem}}.contact-us-cta-section.versionB a.contact-cta-link:hover .contact-cta-tile{border:2px solid #008656}.contact-us-cta-section.versionB a.contact-cta-link:hover .contact-cta-tile .contact-cta-arrow-link{background-color:#008656;color:#fff}.contact-us-cta-section.versionB a.contact-cta-link .de{padding:1.5rem!important}.contact-us-cta-section.versionB a.contact-cta-link .contact-cta-tile{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:2rem;border:1px solid #616669;background-color:#fff;position:relative;z-index:5;min-height:322px}@media (max-width:1199px){.contact-us-cta-section.versionB a.contact-cta-link .contact-cta-tile{min-height:352px}}@media (max-width:991px){.contact-us-cta-section.versionB a.contact-cta-link .contact-cta-tile{min-height:322px}}@media (max-width:425px){.contact-us-cta-section.versionB a.contact-cta-link .contact-cta-tile{min-height:auto}}@media (max-width:991px){.contact-us-cta-section.versionB a.contact-cta-link .contact-cta-tile.client,.contact-us-cta-section.versionB a.contact-cta-link .contact-cta-tile.pclients{margin-bottom:5rem}}.contact-us-cta-section.versionB a.contact-cta-link .contact-cta-tile .border-line-block{background-color:#fff;height:6px;width:40%;z-index:6;position:absolute;top:-3px;left:50%;transform:translate(-50%,-1px)}@media (max-width:1199px){.contact-us-cta-section.versionB a.contact-cta-link .contact-cta-tile .border-line-block{width:60%}}@media (max-width:991px){.contact-us-cta-section.versionB a.contact-cta-link .contact-cta-tile .border-line-block{width:45%}}@media (max-width:767px){.contact-us-cta-section.versionB a.contact-cta-link .contact-cta-tile .border-line-block{width:40%}}@media (max-width:320px){.contact-us-cta-section.versionB a.contact-cta-link .contact-cta-tile .border-line-block{width:45%}}.contact-us-cta-section.versionB a.contact-cta-link .contact-cta-tile .icon-wrapper{width:100%;position:relative;z-index:7;margin:0 auto;text-align:center;top:-4.6875rem}.contact-us-cta-section.versionB a.contact-cta-link .contact-cta-tile .icon-wrapper .icon.client{width:120px;height:75px}.contact-us-cta-section.versionB a.contact-cta-link .contact-cta-tile .desc{font-family:Roboto,Arial,Helvetica,sans-serif;font-size:1.25rem;line-height:1.4;text-align:center;color:#212121;min-height:115px;position:relative}@media (max-width:767px){.contact-us-cta-section.versionB a.contact-cta-link .contact-cta-tile .desc{font-size:1.125rem}}@media (max-width:425px){.contact-us-cta-section.versionB a.contact-cta-link .contact-cta-tile .desc{min-height:auto}}.contact-us-cta-section.versionB a.contact-cta-link .contact-cta-tile .desc.client{top:-2.46875rem}.contact-us-cta-section.versionB a.contact-cta-link .contact-cta-tile .desc.pclients{top:-2.1875rem}.contact-us-cta-section.versionB a.contact-cta-link .contact-cta-tile .desc.applicant{top:-3.09375rem}@media (max-width:425px){.contact-us-cta-section.versionB a.contact-cta-link .contact-cta-tile .desc.applicant{top:-2.1875rem}}.contact-us-cta-section.versionB a.contact-cta-link .contact-cta-tile .desc .role{font-weight:700;text-transform:uppercase;color:#008656}.contact-us-cta-section.versionB a.contact-cta-link .contact-cta-tile .desc .lg-break{display:block}@media (max-width:1199px){.contact-us-cta-section.versionB a.contact-cta-link .contact-cta-tile .desc .lg-break{display:contents}}@media (max-width:991px){.contact-us-cta-section.versionB a.contact-cta-link .contact-cta-tile .desc .lg-break{display:block}}@media (max-width:320px){.contact-us-cta-section.versionB a.contact-cta-link .contact-cta-tile .desc .lg-break{display:contents}}.contact-us-cta-section.versionB a.contact-cta-link .contact-cta-tile .contact-cta-arrow-link{background-color:#fff;padding:.7rem 1rem;text-transform:uppercase;font-weight:700;font-size:1rem;font-family:Roboto,Arial,Helvetica,sans-serif;margin:0 auto;text-align:center;border-radius:6px;color:#008656;border:2px solid #008656;width:60%;position:relative;line-height:1.1}@media (max-width:767px){.contact-us-cta-section.versionB a.contact-cta-link .contact-cta-tile .contact-cta-arrow-link{font-size:.875rem}}.contact-us-cta-section.versionB a.contact-cta-link .contact-cta-tile .contact-cta-arrow-link.client{margin-top:-3px}.contact-us-cta-section.versionB a.contact-cta-link .contact-cta-tile .contact-cta-arrow-link.applicant{top:-.8125rem}@media (max-width:425px){.contact-us-cta-section.versionB a.contact-cta-link .contact-cta-tile .contact-cta-arrow-link.applicant{top:0}}.contact-us-cta-section.versionA{display:none;background-color:#ededed;overflow:hidden}@media (max-width:767px){.contact-us-cta-section.versionA{padding-bottom:3rem}}.contact-us-cta-section.versionA .particle:first-child{width:10.625rem;height:10.625rem;background:#d8d8d8;opacity:.7;position:absolute;left:47%;bottom:-8.125rem;z-index:1}@media (max-width:1199px){.contact-us-cta-section.versionA .particle:first-child{left:40%}}@media (max-width:991px){.contact-us-cta-section.versionA .particle:first-child{left:30%}}@media (max-width:767px){.contact-us-cta-section.versionA .particle:first-child{left:15px}}.contact-us-cta-section.versionA .particle:nth-child(2){width:3.125rem;height:3.125rem;background:#86b5a3;opacity:.2;position:absolute;left:61.5%;bottom:2.5rem;z-index:1}@media (max-width:991px){.contact-us-cta-section.versionA .particle:nth-child(2){left:55%}}@media (max-width:767px){.contact-us-cta-section.versionA .particle:nth-child(2){left:45%}}@media (max-width:425px){.contact-us-cta-section.versionA .particle:nth-child(2){left:55%;bottom:1.5625rem}}.contact-us-cta-section.versionA .particle:nth-child(3){width:1.875rem;height:1.875rem;background:#008656;opacity:.2;position:absolute;right:30.5%;bottom:0;z-index:2}@media (max-width:425px){.contact-us-cta-section.versionA .particle:nth-child(3){right:45px}}.contact-us-cta-section.versionA .particle:nth-child(4){width:2.5rem;height:2.5rem;background:#c3c3c3;opacity:.3;position:absolute;left:0;bottom:3.125rem;z-index:2}@media (max-width:767px){.contact-us-cta-section.versionA .particle:nth-child(4){display:none}}.contact-us-cta-section.versionA .particle:nth-child(5){width:5.625rem;height:5.625rem;background:#add7c7;opacity:.3;position:absolute;left:1.25rem;bottom:-1.875rem;z-index:2}@media (max-width:767px){.contact-us-cta-section.versionA .particle:nth-child(5){display:none}}.contact-us-cta-section.versionA .particle:nth-child(6){width:1.875rem;height:1.875rem;background:#008656;opacity:.2;position:absolute;left:25%;bottom:0;z-index:2}@media (max-width:767px){.contact-us-cta-section.versionA .particle:nth-child(6){display:none}}.contact-us-cta-section.versionA .particle:nth-child(7){width:1.25rem;height:1.25rem;background:#c3c3c3;opacity:.3;position:absolute;left:34%;bottom:2.1875rem;z-index:2}@media (max-width:767px){.contact-us-cta-section.versionA .particle:nth-child(7){display:none}}.contact-us-cta-section.versionA .particle:nth-child(8){width:6.25rem;height:6.25rem;background:#d8d8d8;opacity:.6;position:absolute;right:6%;bottom:-3.125rem;z-index:2}@media (max-width:767px){.contact-us-cta-section.versionA .particle:nth-child(8){display:none}}.contact-us-cta-section.versionA .particle:nth-child(9){width:1.25rem;height:1.25rem;background:#86b5a3;opacity:.3;position:absolute;right:3%;bottom:2.1875rem;z-index:2}@media (max-width:767px){.contact-us-cta-section.versionA .particle:nth-child(9){display:none}}.contact-us-cta-section.versionA .heading{font-size:3rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;line-height:1.1;margin-bottom:1rem;text-align:center}@media (max-width:767px){.contact-us-cta-section.versionA .heading{text-align:left;font-size:2.375rem}}.contact-us-cta-section.versionA .subheading{font-size:2.125rem;font-weight:400;font-family:adelle-sans,Arial,Helvetica,sans-serif;line-height:1.1;color:#212121;text-align:center;margin-bottom:3rem;margin-top:.5rem}@media (max-width:767px){.contact-us-cta-section.versionA .subheading{text-align:left;font-size:1.5rem;margin-bottom:2rem}}.contact-us-cta-section.versionA a.contact-cta-link:hover .contact-cta-tile{background-color:#008656}.contact-us-cta-section.versionA a.contact-cta-link:hover .contact-cta-tile .icon-wrapper .icon ellipse,.contact-us-cta-section.versionA a.contact-cta-link:hover .contact-cta-tile .icon-wrapper .icon line,.contact-us-cta-section.versionA a.contact-cta-link:hover .contact-cta-tile .icon-wrapper .icon path,.contact-us-cta-section.versionA a.contact-cta-link:hover .contact-cta-tile .icon-wrapper .icon rect{stroke:#fff}.contact-us-cta-section.versionA a.contact-cta-link:hover .contact-cta-tile .contact-cta-arrow-link,.contact-us-cta-section.versionA a.contact-cta-link:hover .contact-cta-tile .desc,.contact-us-cta-section.versionA a.contact-cta-link:hover .contact-cta-tile .desc .role{color:#fff}.contact-us-cta-section.versionA a.contact-cta-link:hover .contact-cta-tile .contact-cta-arrow-link .contact-arrow{width:66%;background-color:#fff}@media (max-width:1199px){.contact-us-cta-section.versionA a.contact-cta-link:hover .contact-cta-tile .contact-cta-arrow-link .contact-arrow{width:45%}}@media (max-width:991px){.contact-us-cta-section.versionA a.contact-cta-link:hover .contact-cta-tile .contact-cta-arrow-link .contact-arrow{width:80%}}@media (max-width:767px){.contact-us-cta-section.versionA a.contact-cta-link:hover .contact-cta-tile .contact-cta-arrow-link .contact-arrow{width:75%}}@media (max-width:540px){.contact-us-cta-section.versionA a.contact-cta-link:hover .contact-cta-tile .contact-cta-arrow-link .contact-arrow{width:70%}}@media (max-width:425px){.contact-us-cta-section.versionA a.contact-cta-link:hover .contact-cta-tile .contact-cta-arrow-link .contact-arrow{width:60%}}@media (max-width:320px){.contact-us-cta-section.versionA a.contact-cta-link:hover .contact-cta-tile .contact-cta-arrow-link .contact-arrow{width:45%}}.contact-us-cta-section.versionA a.contact-cta-link:hover .contact-cta-tile .contact-cta-arrow-link .contact-arrow:after{color:#fff}.contact-us-cta-section.versionA a.contact-cta-link .contact-cta-tile{padding:2rem;-webkit-box-shadow:0 1px 4px -1px rgba(0,0,0,.5);-moz-box-shadow:0 1px 4px -1px rgba(0,0,0,.5);box-shadow:0 1px 4px -1px rgba(0,0,0,.5);border-radius:6px;background-color:#fff;position:relative;z-index:5}@media (max-width:991px){.contact-us-cta-section.versionA a.contact-cta-link .contact-cta-tile{margin-bottom:1rem}}.contact-us-cta-section.versionA a.contact-cta-link .contact-cta-tile .icon-wrapper{text-align:right}@media (max-width:991px){.contact-us-cta-section.versionA a.contact-cta-link .contact-cta-tile .icon-wrapper{float:right}}.contact-us-cta-section.versionA a.contact-cta-link .contact-cta-tile .icon-wrapper .icon{height:60px;margin-bottom:1.5rem}.contact-us-cta-section.versionA a.contact-cta-link .contact-cta-tile .desc{font-family:Roboto,Arial,Helvetica,sans-serif;font-size:1.25rem;line-height:1.4;color:#212121;margin-bottom:2rem;max-width:75%;min-height:120px}@media (max-width:1199px){.contact-us-cta-section.versionA a.contact-cta-link .contact-cta-tile .desc{min-height:225px}}@media (max-width:991px){.contact-us-cta-section.versionA a.contact-cta-link .contact-cta-tile .desc{min-height:100px}}@media (max-width:767px){.contact-us-cta-section.versionA a.contact-cta-link .contact-cta-tile .desc{max-width:75%}}@media (max-width:375px){.contact-us-cta-section.versionA a.contact-cta-link .contact-cta-tile .desc{font-size:1rem;min-height:90px}}.contact-us-cta-section.versionA a.contact-cta-link .contact-cta-tile .desc .role{font-weight:700;text-transform:uppercase;color:#008656}.contact-us-cta-section.versionA a.contact-cta-link .contact-cta-tile .contact-cta-arrow-link{font-family:Roboto,Arial,Helvetica,sans-serif;font-size:1.125rem;font-weight:700}.contact-us-cta-section.versionA a.contact-cta-link .contact-cta-tile .contact-cta-arrow-link .contact-arrow{position:relative;margin-left:34%;display:block;bottom:13px;width:1.5rem;height:.125rem;background-color:#008656;transition:all .3s ease-in-out}@media (max-width:1199px){.contact-us-cta-section.versionA a.contact-cta-link .contact-cta-tile .contact-cta-arrow-link .contact-arrow{margin-left:55%}}@media (max-width:991px){.contact-us-cta-section.versionA a.contact-cta-link .contact-cta-tile .contact-cta-arrow-link .contact-arrow{margin-left:20%}}@media (max-width:767px){.contact-us-cta-section.versionA a.contact-cta-link .contact-cta-tile .contact-cta-arrow-link .contact-arrow{margin-left:25%}}@media (max-width:540px){.contact-us-cta-section.versionA a.contact-cta-link .contact-cta-tile .contact-cta-arrow-link .contact-arrow{margin-left:30%}}@media (max-width:425px){.contact-us-cta-section.versionA a.contact-cta-link .contact-cta-tile .contact-cta-arrow-link .contact-arrow{margin-left:40%}}@media (max-width:320px){.contact-us-cta-section.versionA a.contact-cta-link .contact-cta-tile .contact-cta-arrow-link .contact-arrow{margin-left:55%}}.contact-us-cta-section.versionA a.contact-cta-link .contact-cta-tile .contact-cta-arrow-link .contact-arrow:after{position:absolute;right:-.1875rem;top:-.75rem;font-family:Font Awesome\ 5 Free;font-weight:900;content:"\F054";font-size:1rem;color:#008656}.us-vertical-contacts-section{padding:5rem 0 0}.us-vertical-contacts-section hr{margin-top:3.5rem;height:1px;background-color:#c0bfb5;border:none}.us-vertical-contacts-section .break-on-desktop{display:block}@media (max-width:991px){.us-vertical-contacts-section .break-on-desktop{display:contents}}.us-vertical-contacts-section .heading{font-size:2.625rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;line-height:1.1;position:relative}@media (max-width:1199px){.us-vertical-contacts-section .heading{margin-bottom:2.5rem}}@media (max-width:767px){.us-vertical-contacts-section .heading{margin-bottom:.5rem;font-size:1.75rem}}.us-vertical-contacts-section .heading:before{content:"";position:absolute;top:-30px;left:0;height:9px;width:70px;background-color:#add7c7}.us-vertical-contacts-section .subheading{font-size:1.375rem;font-weight:600;font-family:adelle-sans,Arial,Helvetica,sans-serif;line-height:1.1;margin-bottom:1rem;margin-top:.5rem}@media (max-width:767px){.us-vertical-contacts-section .subheading{line-height:1.4}}.us-vertical-contacts-section .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.4;color:#212121;margin-bottom:2rem;padding-right:7rem}@media (max-width:1199px){.us-vertical-contacts-section .desc{padding-right:0}}@media (max-width:767px){.us-vertical-contacts-section .desc{font-size:1rem;line-height:1.6}}@media (max-width:991px){.us-vertical-contacts-section .desktop-contact-info-wrapper{display:none}}.us-vertical-contacts-section .mobile-contact-info-wrapper{display:none;margin-top:2rem}@media (max-width:991px){.us-vertical-contacts-section .mobile-contact-info-wrapper{display:block}}.us-vertical-contacts-section .mobile-contact-info-wrapper .contact-accordion{margin:0 auto}.us-vertical-contacts-section .mobile-contact-info-wrapper .contact-accordion .btn{width:100%;font-weight:700;color:#fff;padding:0;text-align:left;position:relative}.us-vertical-contacts-section .mobile-contact-info-wrapper .contact-accordion .btn .fas{width:45px}.us-vertical-contacts-section .mobile-contact-info-wrapper .contact-accordion .btn .fa-minus,.us-vertical-contacts-section .mobile-contact-info-wrapper .contact-accordion .btn .fa-plus{color:#008656}.us-vertical-contacts-section .mobile-contact-info-wrapper .contact-accordion .btn .fa-stack{font-size:18px;position:absolute;right:30px;width:auto}.us-vertical-contacts-section .mobile-contact-info-wrapper .contact-accordion .card{border-radius:0;border:none;margin-bottom:1rem}.us-vertical-contacts-section .mobile-contact-info-wrapper .contact-accordion .card:last-child{margin-bottom:0}.us-vertical-contacts-section .mobile-contact-info-wrapper .contact-accordion .card-header{background:#ededed;border-radius:0;padding:.5rem 1rem;border-bottom:none}.us-vertical-contacts-section .mobile-contact-info-wrapper .contact-accordion .card-header .heading-text{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:1.25rem;font-weight:700;color:#212121}@media (max-width:767px){.us-vertical-contacts-section .mobile-contact-info-wrapper .contact-accordion .card-header .heading-text{font-size:1.25rem}}.us-vertical-contacts-section .mobile-contact-info-wrapper .contact-accordion .card-body{padding:0}.us-vertical-contacts-section .mobile-contact-info-wrapper .contact-accordion .card-body .contact-tile{padding:1rem}.us-vertical-contacts-section .mobile-contact-info-wrapper .contact-accordion .card-body .contact-tile .title{font-size:1.125rem;font-weight:600;font-family:adelle-sans,Arial,Helvetica,sans-serif;line-height:1.4;margin-bottom:.5rem}.us-vertical-contacts-section .mobile-contact-info-wrapper .contact-accordion .card-body .contact-tile .info-list{padding-left:0;list-style:none;margin-bottom:0}.us-vertical-contacts-section .mobile-contact-info-wrapper .contact-accordion .card-body .contact-tile .info-list li a{font-size:1rem}.us-vertical-contacts-section .mobile-contact-info-wrapper .contact-accordion .card-body .contact-tile .info-list li a .icon{margin-right:.5rem}.us-vertical-contacts-section .mobile-contact-info-wrapper .contact-accordion .btn-link:focus,.us-vertical-contacts-section .mobile-contact-info-wrapper .contact-accordion .btn-link:hover{text-decoration:none}.us-vertical-contacts-section .mobile-contact-info-wrapper .contact-accordion li+li{margin-top:10px}.us-vertical-contacts-section .nav-tabs{margin-top:1rem;border-bottom:1px solid #c0bfb5}.us-vertical-contacts-section .nav-tabs .nav-item{width:33.3333%;position:relative}.us-vertical-contacts-section .nav-tabs .nav-item .nav-link{width:100%;border-top-left-radius:0;border-top-right-radius:0;color:#212121;border-bottom:5px solid transparent;font-size:1.25rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;padding-left:0;padding-bottom:.8rem}@media (max-width:991px){.us-vertical-contacts-section .nav-tabs .nav-item .nav-link{font-size:1.125rem}}@media (max-width:767px){.us-vertical-contacts-section .nav-tabs .nav-item .nav-link{font-size:.75rem;line-height:1;text-align:center;padding-left:.1rem;padding-right:.1rem}}.us-vertical-contacts-section .nav-tabs .nav-item .nav-link:after{content:"";position:absolute;bottom:0;left:0;display:block;width:0;height:5px;background:#008656;-webkit-transition:width .5s;-moz-transition:width .5s;-o-transition:width .5s;transition:width .5s}.us-vertical-contacts-section .nav-tabs .nav-item .nav-link.active{border:none}.us-vertical-contacts-section .nav-tabs .nav-item .nav-link.active.general:after{width:37%}@media (max-width:1199px){.us-vertical-contacts-section .nav-tabs .nav-item .nav-link.active.general:after{width:50%}}@media (max-width:991px){.us-vertical-contacts-section .nav-tabs .nav-item .nav-link.active.general:after{width:60.5%}}@media (max-width:767px){.us-vertical-contacts-section .nav-tabs .nav-item .nav-link.active.general:after{width:100%}}.us-vertical-contacts-section .nav-tabs .nav-item .nav-link.active.support:after{width:31%}@media (max-width:1199px){.us-vertical-contacts-section .nav-tabs .nav-item .nav-link.active.support:after{width:43%}}@media (max-width:991px){.us-vertical-contacts-section .nav-tabs .nav-item .nav-link.active.support:after{width:51%}}@media (max-width:767px){.us-vertical-contacts-section .nav-tabs .nav-item .nav-link.active.support:after{width:100%}}.us-vertical-contacts-section .nav-tabs .nav-item .nav-link.active.verticals:after{width:38%}@media (max-width:1199px){.us-vertical-contacts-section .nav-tabs .nav-item .nav-link.active.verticals:after{width:51%}}@media (max-width:991px){.us-vertical-contacts-section .nav-tabs .nav-item .nav-link.active.verticals:after{width:63%}}@media (max-width:767px){.us-vertical-contacts-section .nav-tabs .nav-item .nav-link.active.verticals:after{width:100%}}.us-vertical-contacts-section .nav-tabs .nav-item .nav-link:hover{border-top:none;border-left:none;border-right:none}.us-vertical-contacts-section .nav-tabs .nav-item .nav-link:hover.general:after{width:37%}@media (max-width:1199px){.us-vertical-contacts-section .nav-tabs .nav-item .nav-link:hover.general:after{width:50%}}@media (max-width:991px){.us-vertical-contacts-section .nav-tabs .nav-item .nav-link:hover.general:after{width:60.5%}}@media (max-width:767px){.us-vertical-contacts-section .nav-tabs .nav-item .nav-link:hover.general:after{width:100%}}.us-vertical-contacts-section .nav-tabs .nav-item .nav-link:hover.support:after{width:31%}@media (max-width:1199px){.us-vertical-contacts-section .nav-tabs .nav-item .nav-link:hover.support:after{width:43%}}@media (max-width:991px){.us-vertical-contacts-section .nav-tabs .nav-item .nav-link:hover.support:after{width:51%}}@media (max-width:767px){.us-vertical-contacts-section .nav-tabs .nav-item .nav-link:hover.support:after{width:100%}}.us-vertical-contacts-section .nav-tabs .nav-item .nav-link:hover.verticals:after{width:38%}@media (max-width:1199px){.us-vertical-contacts-section .nav-tabs .nav-item .nav-link:hover.verticals:after{width:51%}}@media (max-width:991px){.us-vertical-contacts-section .nav-tabs .nav-item .nav-link:hover.verticals:after{width:63%}}@media (max-width:767px){.us-vertical-contacts-section .nav-tabs .nav-item .nav-link:hover.verticals:after{width:100%}}.us-vertical-contacts-section .tab-content .contact-tile{margin-top:3rem}.us-vertical-contacts-section .tab-content .contact-tile .title{font-size:1.125rem;font-weight:600;font-family:adelle-sans,Arial,Helvetica,sans-serif;line-height:1.4;margin-bottom:1rem}.us-vertical-contacts-section .tab-content .contact-tile .info-list{padding-left:0;list-style:none}.us-vertical-contacts-section .tab-content .contact-tile .info-list li a .icon{margin-right:.5rem}.global-office-locations-section{padding:5rem 0}.global-office-locations-section .heading{font-size:2.25rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;line-height:1.1;position:relative;margin-bottom:1rem}@media (max-width:767px){.global-office-locations-section .heading{font-size:1.75rem}}.global-office-locations-section .heading .word-office{letter-spacing:1px}.global-office-locations-section .heading:before{content:"";position:absolute;top:-30px;left:0;height:9px;width:70px;background-color:#add7c7}.global-office-locations-section p{font-size:1.125rem}@media (max-width:991px){.global-office-locations-section .desktop-address-wrapper{display:none}}.global-office-locations-section .desktop-address-wrapper .desktop-office-level{font-size:1.25rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;line-height:1.4}.global-office-locations-section .desktop-address-wrapper .desktop-city-info{font-size:1.25rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;line-height:1.1}.global-office-locations-section .desktop-address-wrapper .desktop-address-info{font-size:1.125rem;font-family:Roboto,Arial,Helvetica,sans-serif;color:#212121}.global-office-locations-section #world-map-wrapper{width:100%;text-align:center}@media (max-width:991px){.global-office-locations-section #world-map-wrapper{display:none}}.global-office-locations-section #world-map-wrapper #world-map{width:100%}.global-office-locations-section #world-map-wrapper #world-map .mapLocation:hover rect{cursor:pointer;fill:#008656}.global-office-locations-section #world-map-wrapper #world-map .mapLocation:hover path{fill:#fff}.global-office-locations-section .mobile-offices-wrapper{display:none}@media (max-width:991px){.global-office-locations-section .mobile-offices-wrapper{display:block}}.global-office-locations-section .mobile-offices-wrapper .office-accordion{margin:0 auto}.global-office-locations-section .mobile-offices-wrapper .office-accordion .btn{width:100%;font-weight:700;color:#fff;padding:0;text-align:left;position:relative}.global-office-locations-section .mobile-offices-wrapper .office-accordion .btn .fas{width:45px}.global-office-locations-section .mobile-offices-wrapper .office-accordion .btn .fa-minus,.global-office-locations-section .mobile-offices-wrapper .office-accordion .btn .fa-plus{color:#008656}.global-office-locations-section .mobile-offices-wrapper .office-accordion .btn .fa-stack{font-size:18px;position:absolute;right:30px;width:auto}.global-office-locations-section .mobile-offices-wrapper .office-accordion .card{border-radius:0;border:none;margin-bottom:1rem}.global-office-locations-section .mobile-offices-wrapper .office-accordion .card:last-child{margin-bottom:0}.global-office-locations-section .mobile-offices-wrapper .office-accordion .card-header{background:#ededed;border-radius:0;padding:.5rem 1rem;border-bottom:none}.global-office-locations-section .mobile-offices-wrapper .office-accordion .card-header .heading-text{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:1.25rem;font-weight:700;color:#212121}@media (max-width:767px){.global-office-locations-section .mobile-offices-wrapper .office-accordion .card-header .heading-text{font-size:1.25rem}}.global-office-locations-section .mobile-offices-wrapper .office-accordion .card-body{padding:0}.global-office-locations-section .mobile-offices-wrapper .office-accordion .card-body .office-tile{padding:1rem}.global-office-locations-section .mobile-offices-wrapper .office-accordion .card-body .office-tile .city-info{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:1.125rem;font-weight:700;color:#212121}.global-office-locations-section .mobile-offices-wrapper .office-accordion .card-body .office-tile .city-info .office-level{font-weight:400}.global-office-locations-section .mobile-offices-wrapper .office-accordion .card-body .office-tile .address{font-family:Roboto,Arial,Helvetica,sans-serif;font-size:1rem;color:#212121}.global-office-locations-section .mobile-offices-wrapper .office-accordion .btn-link:focus,.global-office-locations-section .mobile-offices-wrapper .office-accordion .btn-link:hover{text-decoration:none}.global-office-locations-section .mobile-offices-wrapper .office-accordion li+li{margin-top:10px}.social-media-made-simple-section{padding:4rem 0}.social-media-made-simple-section .heading{position:relative;font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1.5rem;line-height:1.3;color:#212121;margin-top:4rem}@media (max-width:1199px){.social-media-made-simple-section .heading{margin-top:2rem}}@media (max-width:767px){.social-media-made-simple-section .heading{font-size:1.75rem}}.social-media-made-simple-section .heading:before{content:"";position:absolute;background-color:#008656;height:9px;width:62px;top:-30px;left:0}.social-media-made-simple-section .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;margin-bottom:1.5rem;padding-right:6rem}@media (max-width:1199px){.social-media-made-simple-section .desc{padding-right:0}}@media (max-width:767px){.social-media-made-simple-section .desc{font-size:1rem}}.social-media-made-simple-section .svg-wrapper .svg{display:block;width:90%;margin:0 auto}.social-media-fama-section{padding:4rem 0;background-color:#ededed}.social-media-fama-section .heading{font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1.5rem;line-height:1.3;color:#212121}@media (max-width:767px){.social-media-fama-section .heading{font-size:1.75rem}}.social-media-fama-section .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;margin-bottom:1.5rem;padding-right:6rem}@media (max-width:1199px){.social-media-fama-section .desc{padding-right:0}}@media (max-width:767px){.social-media-fama-section .desc{font-size:1rem}}.social-media-fama-section .logo-wrapper{position:relative;z-index:0;display:table;height:100%;min-height:275px;padding-left:4.5rem}@media (max-width:991px){.social-media-fama-section .logo-wrapper{display:block;padding-left:0}}.social-media-fama-section .logo-wrapper .wrapper-inner{display:table-cell;vertical-align:middle}@media (max-width:991px){.social-media-fama-section .logo-wrapper .wrapper-inner{width:50%;display:block;margin:0 auto}}.social-media-fama-section .logo-wrapper .wrapper-inner svg{width:100%}.social-media-fama-section .logo-wrapper .particle:first-child{height:1.25rem;width:1.25rem;background-color:#008656;position:absolute;right:-9.875rem;top:0;z-index:2}@media (max-width:1199px){.social-media-fama-section .logo-wrapper .particle:first-child{right:-3.625rem}}@media (max-width:991px){.social-media-fama-section .logo-wrapper .particle:first-child{right:4.25rem}}@media (max-width:767px){.social-media-fama-section .logo-wrapper .particle:first-child{display:none}}.social-media-fama-section .logo-wrapper .particle:nth-child(2){height:2.5rem;width:2.5rem;background-color:#add7c7;opacity:.5;position:absolute;right:-14.875rem;top:-8rem;z-index:2}@media (max-width:1199px){.social-media-fama-section .logo-wrapper .particle:nth-child(2){right:-8.625rem}}@media (max-width:991px){.social-media-fama-section .logo-wrapper .particle:nth-child(2){right:-1.125rem}}@media (max-width:767px){.social-media-fama-section .logo-wrapper .particle:nth-child(2){display:none}}.social-media-fama-section .logo-wrapper .particle:nth-child(3){height:5.625rem;width:5.625rem;background-color:#c3c3c3;opacity:.3;position:absolute;right:-13.125rem;top:-7.1875rem;z-index:2}@media (max-width:1199px){.social-media-fama-section .logo-wrapper .particle:nth-child(3){right:-6.875rem}}@media (max-width:991px){.social-media-fama-section .logo-wrapper .particle:nth-child(3){right:.625rem}}@media (max-width:767px){.social-media-fama-section .logo-wrapper .particle:nth-child(3){display:none}}.social-media-screening-pros-section{padding:6rem 0 4rem}.social-media-screening-pros-section .media-img{width:90%}@media (max-width:911px){.social-media-screening-pros-section .media-img{width:100%;margin-bottom:1rem}}.social-media-screening-pros-section .heading{font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1.5rem;line-height:1.3;color:#212121;margin-top:1.5rem}@media (max-width:767px){.social-media-screening-pros-section .heading{font-size:1.75rem}}.social-media-screening-pros-section .subheading{font-size:1.5rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:.8rem;line-height:1.3;color:#212121}@media (max-width:767px){.social-media-screening-pros-section .subheading{font-size:1.375rem}}.social-media-screening-pros-section .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;margin-bottom:2.5rem}@media (max-width:767px){.social-media-screening-pros-section .desc{font-size:1rem}}.social-media-employee-checkup-section{padding:0 0 6rem}.social-media-employee-checkup-section .employee-svg-wrapper{max-width:70%}@media (max-width:1199px){.social-media-employee-checkup-section .employee-svg-wrapper{margin:0 auto}}@media (max-width:991px){.social-media-employee-checkup-section .employee-svg-wrapper{margin-top:2rem}}@media (max-width:767px){.social-media-employee-checkup-section .employee-svg-wrapper{max-width:90%}}.social-media-employee-checkup-section .employee-svg-wrapper svg{width:100%}.social-media-employee-checkup-section .heading{font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1.5rem;line-height:1.3;color:#212121;margin-top:1rem}@media (max-width:991px){.social-media-employee-checkup-section .heading{margin-top:0}}@media (max-width:767px){.social-media-employee-checkup-section .heading{font-size:1.75rem}}.social-media-employee-checkup-section .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;padding-right:10rem}@media (max-width:1199px){.social-media-employee-checkup-section .desc{padding-right:0}}@media (max-width:767px){.social-media-employee-checkup-section .desc{font-size:1rem}}.social-media-employee-checkup-section .poll-results-wrapper{margin-top:7.5rem;text-align:center}@media (max-width:991px){.social-media-employee-checkup-section .poll-results-wrapper{margin:3rem auto 0;max-width:60%}}@media (max-width:425px){.social-media-employee-checkup-section .poll-results-wrapper{max-width:100%}}.social-media-employee-checkup-section .poll-results-wrapper .data{color:#008656;font-size:3.125rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;width:100%;border-bottom:3px solid #008656;padding-bottom:1.5rem;margin-bottom:1rem;max-height:52px}.social-media-employee-checkup-section .poll-results-wrapper .data .in{font-size:2.1875rem}.social-media-employee-checkup-section .poll-results-wrapper .supporting-desc{font-size:1.125rem;font-weight:400;font-family:adelle-sans,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;padding-right:1.1rem;padding-left:1.1rem}@media (max-width:991px){.social-media-employee-checkup-section .poll-results-wrapper .supporting-desc{padding-right:0;padding-left:0}}@media (max-width:767px){.social-media-employee-checkup-section .poll-results-wrapper .supporting-desc{font-size:1rem}}.full-width-image-header-section{background-position:50%;background-size:cover}.full-width-image-header-section .sub-heading{color:#fff;text-transform:uppercase}.full-width-image-header-section .sub-heading .sub-heading-customer-name{color:#008656}.full-width-image-header-section .full-width-hero-h1{font-size:2.5rem!important}.full-width-image-header-section .header-quote-wrapper{color:#fff}.full-width-image-header-section .header-quote-wrapper svg{margin-right:.5rem;vertical-align:sub}.full-width-image-header-section .header-quote-wrapper .header-quote,.full-width-image-header-section .header-quote-wrapper .sub-header{color:#c6c6c6;font-size:20px;display:contents;line-height:1.5}@media screen and (max-width:767px){.full-width-image-header-section .header-quote-wrapper .header-quote,.full-width-image-header-section .header-quote-wrapper .sub-header{color:#fff!important}}.full-width-image-header-section .header-quote-wrapper .header-quote-author{margin-top:.3rem}.first-share-quote-btn-wrapper{text-align:right}.first-share-quote-btn-wrapper .first-share-quote-btn{color:#fff!important;font-weight:700}.first-share-quote-btn-wrapper .first-share-quote-btn svg path{stroke:#fff}.customer_story-template .wysiwyg-field ul li{font-size:1rem;line-height:1.625rem;color:#212121}.company-case-study-section .col-md-7 .h5,.company-case-study-section .col-md-7 h5{margin-bottom:0}.company-case-study-section .customer-story-content-left:first-child:before{content:"";position:absolute;width:2.5rem;height:2.5rem;background-color:#add7c7;left:-.25rem;top:-1rem;z-index:-1}.company-case-study-section .customer-story-content-left:first-child:after{content:"";position:absolute;width:.6rem;height:.6rem;background-color:#008656;left:3.2rem;top:-2rem;z-index:-1}.company-case-study-section .customer-story-content-left img.customer-representative-image{width:100%}.company-case-study-section .customer-story-content-left .customer-representative-name{position:relative;font-size:1.2rem;font-weight:700;margin-top:4rem}.company-case-study-section .customer-story-content-left .customer-representative-name:after{content:"";position:absolute;width:3rem;height:.8rem;background-color:#008656;left:0;top:-2.6rem;z-index:-1}.company-case-study-section .customer-story-paragraph-wrapper{margin-bottom:0}.customer-profile-sidebar{background-color:#212121;padding:4rem 3.75rem;position:absolute;right:0;top:-290px;width:100%}@media screen and (max-width:991px){.customer-profile-sidebar{position:relative;top:0;margin-bottom:3rem}}.customer-profile-sidebar .wysiwyg-field,.customer-profile-sidebar .wysiwyg-field p{color:#d0d0d0}.customer-profile-sidebar .non-wysiwyg-field{color:#d0d0d0;margin-bottom:2rem}.customer-profile-sidebar .customer-profile-logo img{max-width:70%}@media screen and (max-width:991px){.customer-profile-sidebar .customer-profile-logo img{max-width:100%}}@media screen and (max-width:767px){.customer-profile-sidebar .customer-profile-logo img{max-width:70%}}.customer-profile-sidebar .customer-profile-sub-title.h5,.customer-profile-sidebar h5.customer-profile-sub-title{color:#fff;margin-bottom:0}.customer-profile-sidebar .customer-profile-download-pdf{font-weight:700;font-size:1.3rem;display:block}.customer-profile-sidebar .customer-profile-download-pdf img{width:1rem;margin-left:1.5rem}.customer-profile-sidebar .sharethis-btns-wrapper{text-align:right;color:#fff}.customer-profile-sidebar .customer-story-print-btn-wrapper{text-align:right}.customer-profile-sidebar .customer-story-print-btn-wrapper .customer-story-print-btn{color:#008656;cursor:pointer}.customer-profile-sidebar .customer-story-print-btn-wrapper .customer-story-print-btn:hover{color:#ff4711}.customer-story-quote-section .quote-wrapper{padding-left:1.4rem}.customer-story-quote-section .quote-wrapper:first-child:before{content:"";position:absolute;width:.6rem;height:100%;background-color:#d0d0d0;left:1rem;top:0;z-index:-1}.customer-story-quote-section .quote-wrapper .quote{display:contents;line-height:1.4}.customer-story-quote-section .quote-wrapper .quote .quote-text{display:contents;line-height:1.5;font-size:20px;color:#b2b2b2}.customer-story-quote-section .quote-wrapper .quote svg{margin-right:.5rem;vertical-align:baseline!important}.customer-story-quote-section .quote-wrapper .author{text-transform:uppercase;font-weight:700}.customer-story-quote-section .quote-wrapper .author-detail{display:block}.customer-story-quote-section .share-quote-btn-wrapper{float:right;text-align:right}.customer-story-quote-section .share-quote-btn-wrapper .share-quote-btn{color:#212121;font-weight:700}.customer-story-quote-section .share-quote-btn-wrapper .share-quote-btn:hover{cursor:pointer;color:#008656}.customer-story-quote-section .share-quote-btn-wrapper .share-quote-btn:hover svg{color:#008656}.customer-story-quote-section .share-quote-btn-wrapper .share-quote-platforms{display:inline-block}.customer-story-quote-section .share-quote-btn-wrapper .card{padding:.5rem}.customer-story-main-left-content-area img.customer-story-main-content-image{width:100%}.customer-story-secondary-right-side-image{width:100%;margin-bottom:5rem}@media screen and (max-width:767px){.customer-story-secondary-right-side-image{margin-top:2.4rem;margin-bottom:0}}.customer-story-contact-us-section{background-color:#212121;padding:7rem;text-align:center}@media screen and (max-width:767px){.customer-story-contact-us-section{padding:6rem 0}}.customer-story-contact-us-section .h5,.customer-story-contact-us-section h5{color:#fff}.customer-story-contact-us-section .le-customer-story-contact-us-btn{margin-top:2rem}.customer-story-contact-us-section .customer-story-contact{color:#fff}.customer-stories-carousel-section .all-stories-link-wrapper{margin-right:8.7%;text-align:right;position:relative}@media screen and (max-width:767px){.customer-stories-carousel-section .all-stories-link-wrapper{margin-right:0}}.customer-stories-carousel-section .all-stories-link-wrapper .arrow-cta{position:absolute;right:0;top:-3rem}@media screen and (max-width:767px){.customer-stories-carousel-section .all-stories-link-wrapper .arrow-cta{top:-1rem}}.customer-stories-carousel-section .h5,.customer-stories-carousel-section h5{margin-left:8.7%}@media screen and (max-width:767px){.customer-stories-carousel-section .h5,.customer-stories-carousel-section h5{margin-left:0}}.customer-stories-carousel-section .slider-nav{padding-left:0;list-style:none;width:100%;position:relative}@media (max-width:767px){.customer-stories-carousel-section .slider-nav{display:none}}.customer-stories-carousel-section .slider-nav .slick-arrow{width:33px;height:95px;position:absolute;bottom:150px}.customer-stories-carousel-section .slider-nav .am-prev{left:-50px}.customer-stories-carousel-section .slider-nav .am-next{right:-50px}.customer-stories-carousel-section .slick-list{margin:0 -12px}.customer-stories-carousel-section .slick-list .slick-slide{margin:0 12px}.customer-stories-carousel-section .slick-dots li.slick-active button:before{opacity:.75;color:#008656;border:none;font-size:3.25rem;left:-1px;top:-2px}.customer-stories-carousel-section .item .item-img-wrapper{position:relative;width:100%;height:300px;background-size:cover!important;background-position:100%!important;background-repeat:no-repeat!important}@media screen and (max-width:991px){.customer-stories-carousel-section .item .item-img-wrapper{height:265px}}.customer-stories-carousel-section .item .item-img-wrapper .item-overly{width:100%;height:100%;position:absolute;top:0;left:0;background-color:#292929;opacity:.3;z-index:1}.customer-stories-carousel-section .item .item-img-wrapper .item-title{margin-top:22%;position:absolute;color:#fff;z-index:2}@media screen and (max-width:1199px){.customer-stories-carousel-section .item .item-img-wrapper .item-title{margin-top:38%}}@media screen and (max-width:767px){.customer-stories-carousel-section .item .item-img-wrapper .item-title{margin-top:22%;margin-left:15%}}.customer-stories-carousel-section .item .learn-more-wrapper{text-align:right;background-color:#fff;padding:2rem 1.8rem}.customer-stories-carousel-section .item .learn-more-wrapper a.arrow-cta{color:#008656}.customer-stories-carousel-section .item .learn-more-wrapper a.arrow-cta span.right-arrow{margin-left:2.5rem}.customer-stories-carousel-section .particle:first-child{height:9.375rem;width:9.375rem;background-color:#add7c7;opacity:.3;position:absolute;left:4.6875rem;top:-4.0625rem}@media screen and (max-width:767px){.customer-stories-carousel-section .particle:first-child{height:4.6875rem;width:4.6875rem;top:.9375rem;left:1.5625rem}}.customer-stories-carousel-section .particle:nth-child(2){height:3.125rem;width:3.125rem;background-color:#008656;opacity:.4;position:absolute;right:7.8125rem;top:-6.875rem}@media screen and (max-width:767px){.customer-stories-carousel-section .particle:nth-child(2){height:1.5625rem;width:1.5625rem;right:1.875rem;top:1.25rem}}.customer-stories-carousel-section .particle:nth-child(3){height:1.5625rem;width:1.5625rem;background-color:#add7c7;position:absolute;right:4.375rem;top:-4.1875rem;z-index:-1}@media screen and (max-width:767px){.customer-stories-carousel-section .particle:nth-child(3){height:.75rem;width:.75rem;right:.625rem;top:2.625rem}}#covid-testing-video-modal .modal-header{padding-bottom:.5rem!important}#covid-testing-video-modal .modal-header .modal-title{padding-top:2rem;padding-left:3.5rem}#covid-testing-video-modal .modal-body{padding-top:0!important}.new-covid19-hub-header-section{padding:6rem 0 0;background-color:#333f48;background-image:linear-gradient(90deg,rgba(51,63,72,.7),rgba(51,63,72,.7) 40%,rgba(10,13,14,.7)),url("https://www.sterlingcheck.co.uk/wp-content/uploads/2021/05/GettyImages-1199103426-scaled.jpeg");color:#fff;position:relative;opacity:1}.new-covid19-hub-header-section .particle:first-child{width:5rem;height:5rem;background:#ffe46b;opacity:.75;position:absolute;left:9.375rem;bottom:8.125rem;z-index:1}@media (max-width:767px){.new-covid19-hub-header-section .particle:first-child{display:none}}.new-covid19-hub-header-section .particle:nth-child(2){width:2.3125rem;height:2.3125rem;background:#83b6cc;opacity:1;position:absolute;left:5rem;top:6.25rem;z-index:0}@media (max-width:767px){.new-covid19-hub-header-section .particle:nth-child(2){display:none}}.new-covid19-hub-header-section .particle:nth-child(3){width:5.625rem;height:5.625rem;background:#add7c7;opacity:.5;position:absolute;right:10.625rem;bottom:9.375rem;z-index:2}@media (max-width:767px){.new-covid19-hub-header-section .particle:nth-child(3){display:none}}.new-covid19-hub-header-section .particle:nth-child(4){width:3rem;height:3rem;background:#d2ba6a;opacity:1;position:absolute;right:15rem;bottom:8.125rem;z-index:1}@media (max-width:767px){.new-covid19-hub-header-section .particle:nth-child(4){display:none}}.new-covid19-hub-header-section .particle:nth-child(5){width:3.125rem;height:3.125rem;border:1px solid #008656;opacity:.75;position:absolute;left:7.1875rem;bottom:6.25rem;z-index:3}@media (max-width:767px){.new-covid19-hub-header-section .particle:nth-child(5){display:none}}.new-covid19-hub-header-section .particle:nth-child(6){width:1.625rem;height:1.625rem;border:1px solid #92bda5;opacity:1;position:absolute;right:18.75rem;top:6.25rem;z-index:1}@media (max-width:767px){.new-covid19-hub-header-section .particle:nth-child(6){display:none}}.new-covid19-hub-header-section .covid19-hub-h1{font-size:2.875rem;color:#fff;text-align:center;line-height:1.5}.new-covid19-hub-header-section .covid19-hub-desc{position:relative;font-size:1.25rem;text-align:center;line-height:1.5;z-index:3}@media (max-width:991px){.new-covid19-hub-header-section .covid19-hub-desc{margin-bottom:1rem}}.top57{top:57px}@media (max-width:1199px){.top57{top:0}}.new-covid19-hub-subnav-section{padding:1rem 0;background-color:hsla(0,0%,93%,.15);width:100%;margin-top:5rem}.new-covid19-hub-subnav-section.hub-subnav-affix{position:fixed;top:104px;z-index:100}@media (max-width:1199px){.new-covid19-hub-subnav-section.hub-subnav-affix{position:relative;top:0}}.new-covid19-hub-subnav-section.hub-subnav-affix.tickerOn{top:164px!important}.new-covid19-hub-subnav-section .subnav-list{list-style:none;padding-left:0;text-align:center;margin-bottom:0;width:100%}@media (max-width:767px){.new-covid19-hub-subnav-section .subnav-list{margin-top:.625rem}}.new-covid19-hub-subnav-section .subnav-list .subnav-item{display:inline-block;margin-right:3.5rem;position:relative}.new-covid19-hub-subnav-section .subnav-list .subnav-item:last-child{margin-right:0}@media (max-width:1250px){.new-covid19-hub-subnav-section .subnav-list .subnav-item{margin-right:3rem}}@media (max-width:1199px){.new-covid19-hub-subnav-section .subnav-list .subnav-item{margin-right:1rem}}@media (max-width:767px){.new-covid19-hub-subnav-section .subnav-list .subnav-item{vertical-align:top;width:49%;margin-bottom:.625rem;margin-right:0}}@media (max-width:425px){.new-covid19-hub-subnav-section .subnav-list .subnav-item{width:100%}}.new-covid19-hub-subnav-section .subnav-list .subnav-item a{color:#fff;cursor:pointer;font-size:1.125rem;font-family:adelle-sans,Arial,Helvetica,sans-serif}@media (max-width:767px){.new-covid19-hub-subnav-section .subnav-list .subnav-item a:hover{color:#008656}}.new-covid19-hub-subnav-section .subnav-list .subnav-item a .subnav-title{cursor:pointer}.new-covid19-hub-subnav-section .subnav-list .subnav-item:hover:after{content:"";position:absolute;background-color:#008656;height:5px;width:100%;bottom:-1rem;left:0;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}@media (max-width:767px){.new-covid19-hub-subnav-section .subnav-list .subnav-item:hover:after{background-color:transparent}}.new-covid-19-vaccination-tracking-section{padding:3rem 0;background-color:#fff}.new-covid-19-vaccination-tracking-section .vaccin-bg{background-size:cover;background-color:#ededed;background-repeat:no-repeat;background-position:100%;padding:2rem;position:relative}@media (max-width:1199px){.new-covid-19-vaccination-tracking-section .vaccin-bg{background-position:65%}}@media (max-width:991px){.new-covid-19-vaccination-tracking-section .vaccin-bg{background-position:100%}}.new-covid-19-vaccination-tracking-section .vaccin-bg .overlay{position:absolute;left:0;right:0;top:0;bottom:0;height:100%;width:100%;background:hsla(0,0%,100%,.85);display:none}@media (max-width:991px){.new-covid-19-vaccination-tracking-section .vaccin-bg .overlay{display:block}}.new-covid-19-vaccination-tracking-section .vaccin-bg .heading{font-size:1.875rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;color:#212121;line-height:1.1;position:relative;margin-bottom:2rem;width:30rem}@media (max-width:767px){.new-covid-19-vaccination-tracking-section .vaccin-bg .heading{width:100%;font-size:1.75rem}}.new-covid-19-vaccination-tracking-section .vaccin-bg .desc{font-size:1.125rem;color:#212121;font-family:Roboto,Arial,Helvetica,sans-serif;margin-bottom:2rem;padding-right:7rem}@media (max-width:1199px){.new-covid-19-vaccination-tracking-section .vaccin-bg .desc{padding-right:0}}@media (max-width:767px){.new-covid-19-vaccination-tracking-section .vaccin-bg .desc{font-size:1rem}}@media (max-width:1199px){.new-covid-19-vaccination-tracking-section .vaccin-bg .button--orange{margin-bottom:1rem}}@media (max-width:991px){.new-covid-19-vaccination-tracking-section .vaccin-bg .button--orange{margin-bottom:0}}@media (max-width:504px){.new-covid-19-vaccination-tracking-section .vaccin-bg .button--orange{margin-bottom:1rem}}#covid-alerts-form-modal .modal-header{text-align:center;padding:1rem 1rem 0}#covid-alerts-form-modal .modal-header .modal-title{font-size:2.25rem;width:100%;margin-top:2rem}#covid-alerts-form-modal .modal-body{padding-top:1.5rem}#covid-alerts-form-modal #covid-testing-pdf-form{padding:0;border-bottom:none}#covid-alerts-form-modal #covid-testing-pdf-form label{font-size:1rem;font-weight:700}#covid-alerts-form-modal #covid-testing-pdf-form .form-control{border-radius:0;border:1px solid #c3c3c3}#covid-alerts-form-modal #covid-testing-pdf-form .form-control:focus{box-shadow:0 0 0 .1rem hsla(0,3%,69%,.25)!important}#covid-alerts-form-modal #covid-testing-pdf-form .alerts-form-submit-btn{margin-top:.5rem;border-radius:0;text-transform:uppercase;font-size:1rem;font-weight:700;padding:1rem 4rem}#covid-alerts-form-modal .thankYouMsg{display:none}.new-covid-19-faq-section{padding:3rem 0;background-color:#fff}.new-covid-19-faq-section .heading{text-align:center;font-size:2.375rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;line-height:1.5;margin-bottom:0}@media (max-width:767px){.new-covid-19-faq-section .heading{font-size:1.875rem}}.new-covid-19-faq-section .desc{font-weight:400;font-size:1.125rem;color:#333f48;line-height:1.5;font-family:Roboto,Arial,Helvetica,sans-serif;text-align:center}.new-covid-19-faq-section .basics-accordion{margin:1rem auto 0}.new-covid-19-faq-section .basics-accordion .btn{width:100%;font-weight:700;font-size:1rem;color:#212121;padding:0;text-align:left;position:relative;outline:none}.new-covid-19-faq-section .basics-accordion .btn .fas{width:45px}.new-covid-19-faq-section .basics-accordion .btn .fa-minus,.new-covid-19-faq-section .basics-accordion .btn .fa-plus{color:#008656}.new-covid-19-faq-section .basics-accordion .btn .fa-stack{font-size:18px;position:absolute;right:25px;width:auto}.new-covid-19-faq-section .basics-accordion .btn .heading-text{padding-right:4.375rem;font-weight:400;font-size:1.125rem;color:#333f48;line-height:1.5;font-family:Roboto,Arial,Helvetica,sans-serif}.new-covid-19-faq-section .basics-accordion .card{border-radius:0;border-bottom:1px solid #ccc;border-top:none;border-left:none;border-right:none}.new-covid-19-faq-section .basics-accordion .card:last-child{margin-bottom:0}.new-covid-19-faq-section .basics-accordion .card-header{border-radius:0;border:none;background-color:#fff;padding:1.5rem 1.25rem;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}.new-covid-19-faq-section .basics-accordion .card-header[aria-expanded=true]{padding-bottom:1rem;border-top:1px solid #008656;margin-top:-1px}.new-covid-19-faq-section .basics-accordion .card-header[aria-expanded=true] .heading-text{color:#008656;font-weight:700}.new-covid-19-faq-section .basics-accordion .card-header[aria-expanded=true]~.collapse{border-bottom:1px solid #008656;margin-bottom:-1px}.new-covid-19-faq-section .basics-accordion .card-body{background-color:#fff;padding-top:0;font-size:1.125rem;line-height:1.5;color:#333f48;font-family:Roboto,Arial,Helvetica,sans-serif}.new-covid-19-faq-section .basics-accordion .btn-link:focus,.new-covid-19-faq-section .basics-accordion .btn-link:hover{text-decoration:none}.new-covid-19-faq-section .basics-accordion li+li{margin-top:10px}.new-covid-19-partners-section{padding:3rem 0;background-color:#f5f5f5}.new-covid-19-partners-section .heading{font-size:2.375rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700}@media (max-width:767px){.new-covid-19-partners-section .heading{font-size:1.875rem}}.new-covid-19-partners-section .desc{font-size:1.125rem;line-height:1.5}@media (max-width:1199px){.new-covid-19-partners-section .logo-wrapper{margin-top:4rem}}@media (max-width:991px){.new-covid-19-partners-section .logo-wrapper{margin-top:0}}.new-covid-19-partners-section .logo-wrapper .partner-logo{width:100%}@media (max-width:576px){.new-covid-19-partners-section .logo-wrapper .col-xs-6{flex:0 0 50%;max-width:50%}}.new-covid-19-resources-section{padding:3rem 0;background-color:#fff}.new-covid-19-resources-section .slick-dots{bottom:0}.new-covid-19-resources-section .heading{font-size:2.375rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700}@media (max-width:767px){.new-covid-19-resources-section .heading{font-size:1.875rem}}.new-covid-19-resources-section .post-small{margin-bottom:30px}.new-covid-19-resources-section .post-small .blog-feed__box{background-size:cover;background-repeat:no-repeat;background-position:50%;color:#fff;border:none;padding:40px 30px;height:100%;position:relative;min-height:320px}.new-covid-19-resources-section .post-small .blog-feed__box:hover:before{background-color:#212121}.new-covid-19-resources-section .post-small .blog-feed__box:before{content:"";overflow:hidden;display:block;box-sizing:border-box;position:absolute;height:100%;width:100%;background:rgba(39,38,41,.4);top:0;left:0;right:0;bottom:0;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s}.new-covid-19-resources-section .post-small .blog-feed__box .blog-feed__box--small__content{position:relative;z-index:99;height:100%}.new-covid-19-resources-section .post-small .blog-feed__box .blog-feed__box--small__content .blog-feed__box__type{font-size:.875rem}.new-covid-19-resources-section .post-small .blog-feed__box .blog-feed__box--small__content .h2,.new-covid-19-resources-section .post-small .blog-feed__box .blog-feed__box--small__content h2{font-size:1.375rem;line-height:32px}.new-covid-19-resources-section .post-small .blog-feed__box .blog-feed__box--small__content .h2 .blog-title,.new-covid-19-resources-section .post-small .blog-feed__box .blog-feed__box--small__content h2 .blog-title{color:#fff}.new-covid-19-resources-section .post-small .blog-feed__box .blog-feed__box--small__content .link-cta{font-size:.875rem;position:absolute;color:#fff;text-decoration:underline;bottom:0;right:0}@media (max-width:425px){.new-covid-19-resources-section .post-small .blog-feed__box .blog-feed__box--small__content .link-cta{bottom:-125%}}@media (max-width:425px){.new-covid-19-resources-section .for-desktop{display:none}}.new-covid-19-resources-section .for-mobile{display:none}@media (max-width:425px){.new-covid-19-resources-section .for-mobile{display:block}}.new-covid-19-region-updates-section{padding:3rem 0;background-color:#fff}@media (max-width:425px){.new-covid-19-region-updates-section{padding-bottom:0}}.new-covid-19-region-updates-section .heading.h2,.new-covid-19-region-updates-section h2.heading{font-size:2.375rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700}@media (max-width:767px){.new-covid-19-region-updates-section .heading.h2,.new-covid-19-region-updates-section h2.heading{font-size:1.875rem}}.new-covid-19-region-updates-section .subheading{font-size:1.125rem;font-weight:700}.new-covid-19-region-updates-section .desc{font-size:1.125rem}.new-covid-19-region-updates-section .nav-tabs{margin-top:1rem;border-bottom:1px solid #737774}.new-covid-19-region-updates-section .nav-tabs .nav-item{width:25%;position:relative}.new-covid-19-region-updates-section .nav-tabs .nav-item .nav-link{width:100%;border-top-left-radius:0;border-top-right-radius:0;color:#333f48;border-bottom:5px solid transparent;font-size:1.25rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;padding-left:0;padding-bottom:1rem}@media (max-width:991px){.new-covid-19-region-updates-section .nav-tabs .nav-item .nav-link{font-size:1.125rem}}@media (max-width:767px){.new-covid-19-region-updates-section .nav-tabs .nav-item .nav-link{font-size:.75rem;line-height:1;text-align:center;padding-left:.1rem;padding-right:.1rem}}.new-covid-19-region-updates-section .nav-tabs .nav-item .nav-link:after{content:"";position:absolute;bottom:0;left:0;display:block;width:0;height:5px;background:#008656;-webkit-transition:width .5s;-moz-transition:width .5s;-o-transition:width .5s;transition:width .5s}.new-covid-19-region-updates-section .nav-tabs .nav-item .nav-link.active{border:none}.new-covid-19-region-updates-section .nav-tabs .nav-item .nav-link.active.us-link:after{width:38%}@media (max-width:1199px){.new-covid-19-region-updates-section .nav-tabs .nav-item .nav-link.active.us-link:after{width:52%}}@media (max-width:991px){.new-covid-19-region-updates-section .nav-tabs .nav-item .nav-link.active.us-link:after{width:64%}}@media (max-width:767px){.new-covid-19-region-updates-section .nav-tabs .nav-item .nav-link.active.us-link:after{width:100%}}.new-covid-19-region-updates-section .nav-tabs .nav-item .nav-link.active.ca-link:after{width:21%}@media (max-width:1199px){.new-covid-19-region-updates-section .nav-tabs .nav-item .nav-link.active.ca-link:after{width:28%}}@media (max-width:991px){.new-covid-19-region-updates-section .nav-tabs .nav-item .nav-link.active.ca-link:after{width:35%}}@media (max-width:767px){.new-covid-19-region-updates-section .nav-tabs .nav-item .nav-link.active.ca-link:after{width:100%}}.new-covid-19-region-updates-section .nav-tabs .nav-item .nav-link.active.emea-link:after{width:17%}@media (max-width:1199px){.new-covid-19-region-updates-section .nav-tabs .nav-item .nav-link.active.emea-link:after{width:24%}}@media (max-width:991px){.new-covid-19-region-updates-section .nav-tabs .nav-item .nav-link.active.emea-link:after{width:28%}}@media (max-width:767px){.new-covid-19-region-updates-section .nav-tabs .nav-item .nav-link.active.emea-link:after{width:100%}}.new-covid-19-region-updates-section .nav-tabs .nav-item .nav-link.active.asia-link:after{width:33%}@media (max-width:1199px){.new-covid-19-region-updates-section .nav-tabs .nav-item .nav-link.active.asia-link:after{width:45%}}@media (max-width:991px){.new-covid-19-region-updates-section .nav-tabs .nav-item .nav-link.active.asia-link:after{width:54%}}@media (max-width:767px){.new-covid-19-region-updates-section .nav-tabs .nav-item .nav-link.active.asia-link:after{width:100%}}.new-covid-19-region-updates-section .nav-tabs .nav-item .nav-link:hover{border:none}.new-covid-19-region-updates-section .nav-tabs .nav-item .nav-link:hover.us-link:after{width:38%}@media (max-width:1199px){.new-covid-19-region-updates-section .nav-tabs .nav-item .nav-link:hover.us-link:after{width:52%}}@media (max-width:991px){.new-covid-19-region-updates-section .nav-tabs .nav-item .nav-link:hover.us-link:after{width:64%}}@media (max-width:767px){.new-covid-19-region-updates-section .nav-tabs .nav-item .nav-link:hover.us-link:after{width:100%}}.new-covid-19-region-updates-section .nav-tabs .nav-item .nav-link:hover.ca-link:after{width:21%}@media (max-width:1199px){.new-covid-19-region-updates-section .nav-tabs .nav-item .nav-link:hover.ca-link:after{width:28%}}@media (max-width:991px){.new-covid-19-region-updates-section .nav-tabs .nav-item .nav-link:hover.ca-link:after{width:35%}}@media (max-width:767px){.new-covid-19-region-updates-section .nav-tabs .nav-item .nav-link:hover.ca-link:after{width:100%}}.new-covid-19-region-updates-section .nav-tabs .nav-item .nav-link:hover.emea-link:after{width:17%}@media (max-width:1199px){.new-covid-19-region-updates-section .nav-tabs .nav-item .nav-link:hover.emea-link:after{width:24%}}@media (max-width:991px){.new-covid-19-region-updates-section .nav-tabs .nav-item .nav-link:hover.emea-link:after{width:28%}}@media (max-width:767px){.new-covid-19-region-updates-section .nav-tabs .nav-item .nav-link:hover.emea-link:after{width:100%}}.new-covid-19-region-updates-section .nav-tabs .nav-item .nav-link:hover.asia-link:after{width:33%}@media (max-width:1199px){.new-covid-19-region-updates-section .nav-tabs .nav-item .nav-link:hover.asia-link:after{width:45%}}@media (max-width:991px){.new-covid-19-region-updates-section .nav-tabs .nav-item .nav-link:hover.asia-link:after{width:54%}}@media (max-width:767px){.new-covid-19-region-updates-section .nav-tabs .nav-item .nav-link:hover.asia-link:after{width:100%}}.new-covid-19-region-updates-section .tab-content .tab-pane{padding:2rem 0}@media (max-width:425px){.new-covid-19-region-updates-section .tab-content .tab-pane{padding-bottom:0}}.new-covid-19-region-updates-section .tab-content .tab-pane img.hub-map,.new-covid-19-region-updates-section .tab-content .tab-pane svg.hub-map{width:100%}@media (max-width:425px){.new-covid-19-region-updates-section .tab-content .tab-pane img.hub-map,.new-covid-19-region-updates-section .tab-content .tab-pane svg.hub-map{display:none}}@media (max-width:767px){.new-covid-19-region-updates-section .tab-content .tab-pane .col{flex:0 0 100%!important;max-width:100%!important}}.new-covid-19-region-updates-section .tab-content .tab-pane .col .contact-tile .contact-tile-info{width:100%;font-size:.875rem}@media (max-width:767px){.new-covid-19-region-updates-section .tab-content .tab-pane .col .contact-tile .contact-tile-info{margin-bottom:1rem}}.new-covid-19-region-updates-section .tab-content .tab-pane .col .contact-tile .contact-tile-info .contact-tile-heading{font-size:1.125rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;margin-bottom:.8rem;vertical-align:middle}@media (max-width:1199px){.new-covid-19-region-updates-section .tab-content .tab-pane .col .contact-tile .contact-tile-info .contact-tile-heading{height:3.25rem}}@media (max-width:767px){.new-covid-19-region-updates-section .tab-content .tab-pane .col .contact-tile .contact-tile-info .contact-tile-heading{height:auto}}.new-covid-19-region-updates-section .tab-content .tab-pane .col .contact-tile .contact-tile-info .contact-subheading{text-decoration:underline;color:#008656;font-weight:700}.new-covid-19-region-updates-section .tab-content .tab-pane .col .contact-tile .contact-tile-info .table-contact-info-left-col{font-weight:700;width:35%}@media (max-width:1199px){.new-covid-19-region-updates-section .tab-content .tab-pane .col .contact-tile .contact-tile-info .table-contact-info-left-col{display:block;width:100%}}@media (max-width:767px){.new-covid-19-region-updates-section .tab-content .tab-pane .col .contact-tile .contact-tile-info .table-contact-info-left-col{width:15%}}.new-covid-19-region-updates-section .tab-content .tab-pane .col .contact-tile .contact-tile-info .table-contact-info-left-col.risq{width:30%}@media (max-width:1199px){.new-covid-19-region-updates-section .tab-content .tab-pane .col .contact-tile .contact-tile-info .table-contact-info-left-col.risq{width:35%}}.new-covid-19-region-updates-section .tab-content .tab-pane .col .contact-tile .contact-tile-info .table-contact-info-right-col{width:65%}@media (max-width:1199px){.new-covid-19-region-updates-section .tab-content .tab-pane .col .contact-tile .contact-tile-info .table-contact-info-right-col{display:block;width:100%}}.new-covid-19-region-updates-section .tab-content .tab-pane .col .contact-tile .contact-tile-info .table-contact-info-right-col.risq{width:70%}@media (max-width:1199px){.new-covid-19-region-updates-section .tab-content .tab-pane .col .contact-tile .contact-tile-info .table-contact-info-right-col.risq{width:65%}}.new-covid-19-testimonial-section{background-color:#ededed;padding:3rem 0;position:relative}.new-covid-19-testimonial-section .slider-nav{position:absolute;right:5%;top:20%;list-style:none;z-index:10;margin-top:2.2rem}@media (max-width:1199px){.new-covid-19-testimonial-section .slider-nav{top:40%}}@media (max-width:767px){.new-covid-19-testimonial-section .slider-nav{top:80%;right:10%}}.new-covid-19-testimonial-section .slider-nav li{display:inline-block}.new-covid-19-testimonial-section .slider-nav li .fas{font-size:2rem;cursor:pointer}.new-covid-19-testimonial-section .slider-nav .prev{color:#008656;margin-right:1rem}.new-covid-19-testimonial-section .slider-nav .next{color:#008656}.new-covid-19-testimonial-section #customer-quotes-slider .quote-item .quote-wrapper{position:relative}.new-covid-19-testimonial-section #customer-quotes-slider .quote-item .quote-wrapper .quote-mark-left{width:45px;height:40px;position:absolute;top:18px;left:0}.new-covid-19-testimonial-section #customer-quotes-slider .quote-item .quote-wrapper .quote-text{font-size:1.25rem;color:#212121;padding-left:3.8rem;padding-top:1rem;line-height:1.5}@media (max-width:767px){.new-covid-19-testimonial-section #customer-quotes-slider .quote-item .author-wrapper{margin-top:2.5rem;margin-left:10px}}.new-covid-19-testimonial-section #customer-quotes-slider .quote-item .author-wrapper .author{font-size:1.4375rem;line-height:2rem;font-family:Roboto,Arial,Helvetica,sans-serif;margin-bottom:0;color:#212121;margin-top:1.5rem}.new-covid-19-testimonial-section #customer-quotes-slider .quote-item .author-wrapper .author:before{content:"";background-color:#008656;height:.525rem;width:2.5rem;display:block;margin-bottom:1rem}.new-covid-19-testimonial-section #customer-quotes-slider .quote-item .author-wrapper .department,.new-covid-19-testimonial-section #customer-quotes-slider .quote-item .author-wrapper .position{font-size:1.125rem;color:#212121}.new-covid-19-testimonial-section #customer-quotes-slider .quote-item .author-wrapper .company-logo{width:100%;max-width:150px;margin-top:2rem}.new-covid-19-health-testing-section{background-image:url("https://www.sterlingcheck.co.uk/wp-content/uploads/2021/05/brexit-guidance-hero.png");background-repeat:no-repeat;background-size:cover;background-position:100%;position:relative;padding:3rem 0}@media (max-width:767px){.new-covid-19-health-testing-section{background-position:0}}.new-covid-19-health-testing-section .video-modal-btn{margin-left:.5rem}@media (max-width:1199px){.new-covid-19-health-testing-section .video-modal-btn{margin-left:0}}@media (max-width:991px){.new-covid-19-health-testing-section .video-modal-btn{margin-top:0}}@media (max-width:396px){.new-covid-19-health-testing-section .video-modal-btn{margin-top:1rem}}@media (max-width:991px){.new-covid-19-health-testing-section .video-modal-btn.button--ghost--orange{padding:.3rem 1rem}}.new-covid-19-health-testing-section .mobile-overlay{position:absolute;background:-webkit-linear-gradient(90deg,#333f48,hsla(0,0%,100%,0));background:-o-linear-gradient(90deg,#333f48 0,hsla(0,0%,100%,0) 100%);background:linear-gradient(90deg,#333f48,hsla(0,0%,100%,0));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#333F48",endColorstr="#00ffffff",GradientType=0);top:0;bottom:0;left:0;right:0;width:100%;height:100%;z-index:0}@media (max-width:991px){.new-covid-19-health-testing-section .mobile-overlay{background:rgba(51,63,72,.5)}}.new-covid-19-health-testing-section .particle:first-child{width:6.25rem;height:6.25rem;background:#d2ba6a;opacity:.5;position:absolute;right:35%;top:53%;z-index:1}@media (max-width:991px){.new-covid-19-health-testing-section .particle:first-child{display:none}}.new-covid-19-health-testing-section .particle:nth-child(2){width:4.75rem;height:4.75rem;background:#008656;opacity:.5;position:absolute;right:40%;bottom:5rem;z-index:.5}@media (max-width:767px){.new-covid-19-health-testing-section .particle:nth-child(2){display:none}}.new-covid-19-health-testing-section .particle:nth-child(3){width:1.6875rem;height:1.6875rem;border:1px solid #92bda5;position:absolute;right:48%;bottom:13.75rem;z-index:2}@media (max-width:767px){.new-covid-19-health-testing-section .particle:nth-child(3){display:none}}.new-covid-19-health-testing-section .guidance-contents-wrapper{position:relative;z-index:1}.new-covid-19-health-testing-section .guidance-contents-wrapper .heading{font-size:2.375rem;line-height:1.5;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;color:#fff;margin-bottom:2rem}@media (max-width:767px){.new-covid-19-health-testing-section .guidance-contents-wrapper .heading{font-size:1.875rem}}.new-covid-19-health-testing-section .guidance-contents-wrapper .subheading{font-size:1.125rem;line-height:1.5;font-weight:700;color:#fff;margin-bottom:2rem}.new-covid-19-health-testing-section .guidance-contents-wrapper .desc{font-size:1.125rem;line-height:1.5;color:#fff;margin-bottom:2rem}.new-covid-19-health-testing-section .guidance-contents-wrapper .btn-orange{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:1rem}@media (max-width:1199px){.new-covid-19-health-testing-section .guidance-contents-wrapper .btn-orange{margin-bottom:1rem}}@media (max-width:991px){.new-covid-19-health-testing-section .guidance-contents-wrapper .btn-orange{margin-bottom:0}}@media (max-width:444px){.new-covid-19-health-testing-section .guidance-contents-wrapper .btn-orange{margin-bottom:1rem}}.new-covid-19-return-to-wrok-section{padding:3rem 0}.new-covid-19-return-to-wrok-section .header-row{padding:2rem 0 1rem}.new-covid-19-return-to-wrok-section .heading{font-size:2.375rem;line-height:1.4;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;margin-bottom:2rem;position:relative}.new-covid-19-return-to-wrok-section .heading:before{content:"";height:9px;width:3rem;background-color:#008656;position:absolute;left:0;top:-1.25rem}@media (max-width:1199px){.new-covid-19-return-to-wrok-section .heading{font-size:1.875rem}}@media (max-width:991px){.new-covid-19-return-to-wrok-section .heading{font-size:2.375rem}}@media (max-width:767px){.new-covid-19-return-to-wrok-section .heading{font-size:1.875rem}}.new-covid-19-return-to-wrok-section .desc{font-size:1.125rem;line-height:1.5;color:#212121;padding-right:4rem;margin-bottom:3rem}@media (max-width:1199px){.new-covid-19-return-to-wrok-section .desc{padding-right:0}}@media (max-width:991px){.new-covid-19-return-to-wrok-section .desc{margin-bottom:2rem}}.new-covid-19-return-to-wrok-section .col-lg-6{padding-right:.5rem;padding-left:.5rem}.new-covid-19-return-to-wrok-section .returning-accordion .btn{width:100%;font-weight:700;font-size:1rem;color:#212121;padding:0;text-align:left;position:relative;outline:none}.new-covid-19-return-to-wrok-section .returning-accordion .btn .fas{width:45px}.new-covid-19-return-to-wrok-section .returning-accordion .btn .fa-minus,.new-covid-19-return-to-wrok-section .returning-accordion .btn .fa-plus{color:#008656}.new-covid-19-return-to-wrok-section .returning-accordion .btn .fa-stack{font-size:18px;position:absolute;right:25px;top:22%;width:auto}@media (max-width:1199px){.new-covid-19-return-to-wrok-section .returning-accordion .btn .fa-stack{top:32%}}@media (max-width:375px){.new-covid-19-return-to-wrok-section .returning-accordion .btn .fa-stack{top:40%}}.new-covid-19-return-to-wrok-section .returning-accordion .btn .resource-heading-text{font-size:.8rem;font-family:Roboto,Arial,Helvetica,sans-serif;text-transform:uppercase;margin-bottom:.625rem;letter-spacing:.5px}.new-covid-19-return-to-wrok-section .returning-accordion .btn .heading-text{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;font-size:1.625rem;color:#333f48;line-height:1.5;width:75%}@media (max-width:1199px){.new-covid-19-return-to-wrok-section .returning-accordion .btn .heading-text{display:block;min-height:60px;font-size:1.25rem}}@media (max-width:991px){.new-covid-19-return-to-wrok-section .returning-accordion .btn .heading-text{min-height:auto}}@media (max-width:767px){.new-covid-19-return-to-wrok-section .returning-accordion .btn .heading-text{font-size:1.375rem}}@media (max-width:425px){.new-covid-19-return-to-wrok-section .returning-accordion .btn .heading-text{font-size:1.25rem}}@media (max-width:767px){.new-covid-19-return-to-wrok-section .returning-accordion .btn .heading-text br{display:none}}.new-covid-19-return-to-wrok-section .returning-accordion .btn .subheading-text{font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:400;font-size:1.125rem;line-height:1.5;display:block;width:95%;margin-bottom:1rem}@media (max-width:1199px){.new-covid-19-return-to-wrok-section .returning-accordion .btn .subheading-text{width:95%}}.new-covid-19-return-to-wrok-section .returning-accordion .btn .right-arrow{right:1rem}.new-covid-19-return-to-wrok-section .returning-accordion .card{border-radius:0;border:none;margin-bottom:1rem}.new-covid-19-return-to-wrok-section .returning-accordion .card-header{height:280px;border-radius:0;border:none;background-color:#f5f5f5;padding:1.5rem 1.25rem;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}@media (max-width:767px){.new-covid-19-return-to-wrok-section .returning-accordion .card-header{height:350px}}.new-covid-19-return-to-wrok-section .returning-accordion .card-header[aria-expanded=true]{padding-bottom:1rem;border-top:2px solid #008656;margin-top:-2px}.new-covid-19-return-to-wrok-section .returning-accordion .card-body{background-color:#f5f5f5;padding-top:0;padding-bottom:3rem;font-size:1.125rem;line-height:1.5;color:#333f48}@media (max-width:991px){.new-covid-19-return-to-wrok-section .returning-accordion .card-body{padding-bottom:2rem}}.new-covid-19-return-to-wrok-section .returning-accordion .card-body .section-icon{width:100%}@media (max-width:1199px){.new-covid-19-return-to-wrok-section .returning-accordion .card-body .section-icon{width:145%}}@media (max-width:991px){.new-covid-19-return-to-wrok-section .returning-accordion .card-body .section-icon{width:70px;margin:0 auto .8rem}}.new-covid-19-return-to-wrok-section .returning-accordion .card-body .service-wrapper{padding:1.25rem;margin-left:-1rem}@media (max-width:1199px){.new-covid-19-return-to-wrok-section .returning-accordion .card-body .service-wrapper{margin-left:0}}@media (max-width:991px){.new-covid-19-return-to-wrok-section .returning-accordion .card-body .service-wrapper.services{margin-bottom:2rem}}.new-covid-19-return-to-wrok-section .returning-accordion .card-body .service-wrapper .service-header{font-size:1.25rem;line-height:1.5;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;margin-top:6px;margin-bottom:.5rem;text-transform:uppercase}.new-covid-19-return-to-wrok-section .returning-accordion .card-body .service-wrapper .service-content ul{padding-left:0;margin-bottom:0;list-style:none}.new-covid-19-return-to-wrok-section .returning-accordion .card-body .service-wrapper .service-content ul li a{font-size:1rem;line-height:1.5;color:#008656}.new-covid-19-return-to-wrok-section .returning-accordion .card-body .service-wrapper .service-content ul li a:hover{opacity:.7}.new-covid-19-return-to-wrok-section .returning-accordion .btn-link:focus,.new-covid-19-return-to-wrok-section .returning-accordion .btn-link:hover{text-decoration:none}.new-covid-19-return-to-wrok-section .returning-accordion li+li{margin-top:10px}.brexit-right-to-work-section{padding:4rem 0;overflow:hidden}@media (max-width:991px){.brexit-right-to-work-section{padding:2rem 0}}.brexit-right-to-work-section .heading{font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;margin-top:4rem;line-height:1.3;color:#212121}@media (max-width:1199px){.brexit-right-to-work-section .heading{margin-top:2rem}}.brexit-right-to-work-section .desc{font-size:1.125rem;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;margin-bottom:2rem;padding-right:5rem}@media (max-width:1199px){.brexit-right-to-work-section .desc{padding-right:0}}@media (max-width:991px){.brexit-right-to-work-section .recommendation-img{text-align:center;margin-bottom:2rem}}@media (max-width:450px){.brexit-right-to-work-section .recommendation-img svg{width:100%}}.feed-webinars{background-size:cover!important;background-repeat:no-repeat!important;background-color:#fff}.feed-webinars__title{font-size:2.25rem}@media (min-width:992px){.feed-webinars__title:before{content:"";position:absolute;left:-.125rem;top:-2.3125rem;background-color:rgba(0,134,86,.25);width:6.25rem;z-index:-1;height:6.25rem}}.feed-webinars .h2,.feed-webinars h2{font-size:2.25rem;color:#fff}@media (min-width:992px){.feed-webinars .h2:before,.feed-webinars h2:before{content:"";position:absolute;left:-.125rem;top:-2.3125rem;background-color:rgba(0,134,86,.25);width:6.25rem;z-index:-1;height:6.25rem}}.feed-webinars a.arrow-cta{color:#008656}.col-xl-4:nth-child(3n-2) .webinar-grid__item{background:#008656}.col-xl-4:nth-child(3n-1) .webinar-grid__item{background:#add7c7}.col-xl-4:nth-child(3n) .webinar-grid__item{background:#666}.webinar-event{border:1px solid #dde5e5}.webinar-event .webinar-grid__item{display:flex;flex-direction:column;justify-content:start;padding:2.8125rem 1.875rem;height:15rem;min-height:15rem}.webinar-event .webinar-grid__item .h3,.webinar-event .webinar-grid__item h3{color:#fff;font-size:1.5rem;line-height:1.35;margin-bottom:0}.webinar-event .webinar-grid__status{text-transform:uppercase;font-size:.75rem;letter-spacing:1px;margin-bottom:1.25rem;color:#fff}.webinar-event .webinar-grid__details{background:#fff;padding:3.75rem 1.875rem}.webinar-event .webinar-grid__details p{font-size:1rem;line-height:1.65;text-decoration:underline;min-height:5rem}.feed-downloads{background-color:#fff}.feed-downloads .h2,.feed-downloads h2{font-size:2.25rem}.feed-downloads div[class^=col] a.downloads-taxonomy{font-size:.75rem;color:#008656;font-weight:700}.feed-downloads div[class^=col] .download .download-grid__overlay{opacity:0;position:absolute;right:0;top:0;height:100%;width:100%;background-color:#add7c7;transition:opacity .3s ease-in-out;z-index:15}.feed-downloads div[class^=col] .download .download-grid__overlay .svg{border:2px dashed #fff}.feed-downloads div[class^=col] .download .download-grid__overlay i{color:#fff;font-size:5rem}.feed-downloads div[class^=col] .download .download-grid__right-icon{position:absolute;right:0;top:50%;transform:translateY(-50%);background-color:#fff;width:1.875rem;height:1.875rem}.feed-downloads div[class^=col] .download .download-grid__right-icon i{color:#008656}.feed-downloads div[class^=col] .download .svg{width:170px;height:170px;border:2px dashed #b9b9b9;border-radius:100%;position:relative;transition:border .5s ease-in-out;margin:auto}.feed-downloads div[class^=col] .download .svg img,.feed-downloads div[class^=col] .download .svg svg{width:auto;height:100%;max-height:100px;position:relative;left:50%;top:50%;transform:translateX(-50%) translateY(-50%)}.feed-downloads div[class^=col] .download .svg img ellipse,.feed-downloads div[class^=col] .download .svg img path,.feed-downloads div[class^=col] .download .svg img polygon,.feed-downloads div[class^=col] .download .svg img rect,.feed-downloads div[class^=col] .download .svg svg ellipse,.feed-downloads div[class^=col] .download .svg svg path,.feed-downloads div[class^=col] .download .svg svg polygon,.feed-downloads div[class^=col] .download .svg svg rect{fill:#008656}.feed-downloads div[class^=col] .download .download-grid__item{position:relative;background:#ebebeb;margin:20px 0;padding:20px 0;transition:all .5s ease-in-out}.feed-downloads div[class^=col] .download .h3,.feed-downloads div[class^=col] .download h3{font-size:1rem;line-height:26px;margin:0 0 20px;font-weight:900}.feed-downloads div[class^=col] .download p{color:#333;font-weight:400}.feed-downloads div[class^=col] .download:hover .download-grid__overlay{opacity:1}.feed-downloads div[class^=col] .download:hover .h3,.feed-downloads div[class^=col] .download:hover h3{color:#add7c7}.feed-downloads div[class^=col] .download:hover p{color:#999}.cp-header-section{overflow:unset;background:linear-gradient(rgba(0,0,0,.45),rgba(0,0,0,.45)),url("https://sterlingukstag.wpengine.com/wp-content/themes/sterlingemea/resources/assets/images/landing-pages/sterling-hero-candidateHub-landing.jpg");background-size:cover;background-repeat:no-repeat;background-position:50%;padding:5.625rem 0}@media (min-width:1200px){.cp-header-section .iphone-screens-img{position:absolute;bottom:-11.25rem}}.cp-header-section .embed-container{position:static}.cp-header-section .h1,.cp-header-section h1{font-size:3rem;line-height:3.25rem}.cp-header-section .h1:before,.cp-header-section h1:before{content:"";background-color:#008656;height:.625rem;width:2.5rem;display:block;margin-bottom:2.8125rem}.cp-intro-section{overflow:unset;padding:5.625rem 0}.cp-intro-section .cp-intro-header-wrap{position:relative}@media (max-width:991.98px){.cp-intro-section .cp-intro-header-wrap .cp-intro-particle{display:none}}.cp-intro-section .cp-intro-header-wrap .cp-intro-particle:first-child{height:3.875rem;width:3.875rem;background:rgba(0,134,86,.25);position:absolute;left:7.0625rem;top:-1.5rem}.cp-intro-section .cp-intro-header-wrap .cp-intro-particle:nth-child(2){height:3.5rem;width:3.5rem;background:rgba(0,134,86,.5);position:absolute;left:0;top:-3.625rem}.cp-intro-section .cp-intro-header-wrap .cp-intro-particle:nth-child(3){height:5.9375rem;width:5.9375rem;background:rgba(173,215,199,.25);position:absolute;left:3.5625rem;top:-.4375rem;z-index:-1}.cp-intro-section .cp-intro-header-wrap .cp-intro-particle:nth-child(4){height:11.875rem;width:11.875rem;background:rgba(173,215,199,.25);position:absolute;right:3.5625rem;top:-.4375rem;z-index:-1}.cp-intro-section .cp-intro-header-wrap .cp-intro-particle:nth-child(5){height:5.9375rem;width:5.9375rem;background:rgba(173,215,199,.5);position:absolute;right:-.4375rem;top:8.75rem;z-index:-1}.french .cp-simple-section-intro{margin-top:4rem}@media (max-width:991.98px){.french .cp-simple-section-intro{margin-top:0}}.cp-get-started-section{padding:0;background:#f6f6f6}.cp-get-started-section .h3,.cp-get-started-section h3{margin-bottom:1.875rem}.cp-get-started-section p{font-size:1.5rem;line-height:2rem;width:80%}.cp-get-started-section .get-started-text{margin-bottom:6rem!important}@media (max-width:991.98px){.cp-get-started-section .get-started-text{margin-bottom:0!important}}.cp-get-started-section .globe-image-wrap{position:relative}.cp-get-started-section .globe-image-wrap .btn{position:absolute;left:50%;transform:translate(-50%,-50%);top:50%}.cp-get-started-section .device{transform:scale(.7);margin:0 auto}.cp-simple-section-intro{font-size:1.5rem;line-height:2rem;position:relative}.cp-simple-section-intro:before{content:"";height:4.375rem;width:4.375rem;background:rgba(0,134,86,.25);position:absolute;left:-4.375rem;top:-4.375rem;z-index:-1}@media (max-width:991.98px){.cp-simple-section-intro:before{display:none}}.cp-simple-section-intro:after{content:"";height:2.5rem;width:2.5rem;background:rgba(0,134,86,.25);position:absolute;right:0;bottom:-2.5rem;z-index:-1}@media (max-width:991.98px){.cp-simple-section-intro:after{display:none}}.cp-simple-section .h2:before,.cp-simple-section h2:before{content:"";background-color:#008656;height:.625rem;width:2.5rem;display:block;margin-bottom:2.8125rem}.cp-simple-section .col-lg-4:first-child .hs-card__icon{border-bottom:1.25rem solid #008656}.cp-simple-section .col-lg-4:nth-child(2) .hs-card__icon{border-bottom:1.25rem solid #add7c7}.cp-simple-section .col-lg-4:nth-child(3) .hs-card__icon{border-bottom:1.25rem solid #666}.cp-simple-section .hs-card__icon{border-bottom:1.25rem solid #008656;padding-bottom:.9375rem;margin-bottom:1.875rem}.cp-simple-section .hs-card__icon .dotted-circle{position:relative;margin:0 auto;height:15.625rem;width:15.625rem;border-radius:50%}.cp-simple-section .hs-card__icon .dotted-circle__icon{position:absolute;width:5.625rem;height:6.375rem;top:28%;left:32%}.cp-simple-section .hs-card__icon .dotted-circle__icon path,.cp-simple-section .hs-card__icon .dotted-circle__icon polygon,.cp-simple-section .hs-card__icon .dotted-circle__icon rect{transition:all .3s ease-in-out}.cp-simple-section .hs-card__icon .dotted-circle__hover-square{opacity:0;position:absolute;top:4.625rem;left:3.4375rem;width:3.4375rem;height:3.4375rem;background-color:rgba(173,215,199,.25);transition:all .3s ease-in-out}.cp-simple-section .hs-card__icon .dotted-circle__inner{position:absolute;width:15.625rem;height:15.625rem}.cp-simple-section .hs-card__icon .dotted-circle__inner svg.circle-svg{width:100%;height:100%}.cp-simple-section .hs-card__icon .dotted-circle__inner circle{stroke-width:2;stroke-dasharray:6,15;fill:none;stroke:#c1c1c1}.cp-simple-section .hs-card__content{text-align:center}.cp-simple-section .hs-card__content .h4,.cp-simple-section .hs-card__content h4{font-size:1.5rem;line-height:2rem;margin-bottom:.9375rem}.cp-testimonial-section{background:#212121}/*! Devices.css v0.1.16 | MIT License | github.com/picturepan2/devices.css */.device,.device *,.device:after,.device :after,.device:before,.device :before{box-sizing:border-box;display:block}.device{position:relative;transform:scale(1)}.device,.device .device-frame{z-index:1}.device .device-content{background-color:#fff;background-position:50%;background-size:cover;object-fit:cover;position:relative}.device-iphone-x{height:868px;width:428px}.device-iphone-x .device-frame{background:#222;border-radius:68px;box-shadow:inset 0 0 2px 2px #c8cacb,inset 0 0 0 7px #e2e3e4;height:868px;padding:28px;width:428px}.device-iphone-x .device-content{border-radius:40px;height:812px;width:375px}.device-iphone-x .device-stripe:after,.device-iphone-x .device-stripe:before{border:solid rgba(51,51,51,.25);border-width:0 7px;content:"";height:7px;left:0;position:absolute;width:100%;z-index:9}.device-iphone-x .device-stripe:after{top:85px}.device-iphone-x .device-stripe:before{bottom:85px}.device-iphone-x .device-header{background:#222;border-bottom-left-radius:20px;border-bottom-right-radius:20px;height:30px;left:50%;margin-left:-102px;position:absolute;top:28px;width:204px}.device-iphone-x .device-header:after,.device-iphone-x .device-header:before{content:"";height:10px;position:absolute;top:0;width:10px}.device-iphone-x .device-header:after{background:radial-gradient(circle at bottom left,transparent 0,transparent 75%,#222 0,#222 100%);left:-10px}.device-iphone-x .device-header:before{background:radial-gradient(circle at bottom right,transparent 0,transparent 75%,#222 0,#222 100%);right:-10px}.device-iphone-x .device-sensors:after,.device-iphone-x .device-sensors:before{content:"";position:absolute}.device-iphone-x .device-sensors:after{background:#444;border-radius:3px;height:6px;left:50%;margin-left:-25px;top:32px;width:50px}.device-iphone-x .device-sensors:before{background:#444;border-radius:50%;height:14px;left:50%;margin-left:40px;top:28px;width:14px}.device-iphone-x .device-btns{background:#c8cacb;height:32px;left:-3px;position:absolute;top:115px;width:3px}.device-iphone-x .device-btns:after,.device-iphone-x .device-btns:before{background:#c8cacb;content:"";height:62px;left:0;position:absolute;width:3px}.device-iphone-x .device-btns:after{top:60px}.device-iphone-x .device-btns:before{top:140px}.device-iphone-x .device-power{background:#c8cacb;height:100px;position:absolute;right:-3px;top:200px;width:3px}.device-iphone-8{height:871px;width:419px}.device-iphone-8 .device-frame{background:#fff;border-radius:68px;box-shadow:inset 0 0 0 2px #c8cacb,inset 0 0 0 7px #e2e3e4;height:871px;padding:102px 22px;width:419px}.device-iphone-8 .device-content{border:2px solid #222;border-radius:4px;height:667px;width:375px}.device-iphone-8 .device-stripe:after,.device-iphone-8 .device-stripe:before{border:solid rgba(51,51,51,.15);border-width:0 7px;content:"";height:6px;left:0;position:absolute;width:100%;z-index:9}.device-iphone-8 .device-stripe:after{top:68px}.device-iphone-8 .device-stripe:before{bottom:68px}.device-iphone-8 .device-header{border:2px solid #c8cacb;border-radius:50%;bottom:25px;height:58px;left:50%;margin-left:-29px;position:absolute;width:58px}.device-iphone-8 .device-sensors{background:#666;border-radius:3px;height:6px;left:50%;margin-left:-38px;position:absolute;top:52px;width:76px}.device-iphone-8 .device-sensors:after,.device-iphone-8 .device-sensors:before{background:#666;border-radius:50%;content:"";position:absolute}.device-iphone-8 .device-sensors:after{height:10px;left:50%;margin-left:-5px;top:-25px;width:10px}.device-iphone-8 .device-sensors:before{height:12px;left:-42px;margin-top:-6px;top:50%;width:12px}.device-iphone-8 .device-btns{background:#c8cacb;height:30px;left:-3px;position:absolute;top:102px;width:3px}.device-iphone-8 .device-btns:after,.device-iphone-8 .device-btns:before{background:#c8cacb;content:"";height:56px;left:0;position:absolute;width:3px}.device-iphone-8 .device-btns:after{top:62px}.device-iphone-8 .device-btns:before{top:132px}.device-iphone-8 .device-power{background:#c8cacb;height:80px;position:absolute;right:-2px;top:160px;width:3px}.device-iphone-8.device-gold .device-frame{box-shadow:inset 0 0 0 2px #e4b08a,inset 0 0 0 7px #f7e8dd}.device-iphone-8.device-gold .device-header{border-color:#e4b08a}.device-iphone-8.device-gold .device-btns,.device-iphone-8.device-gold .device-btns:after,.device-iphone-8.device-gold .device-btns:before,.device-iphone-8.device-gold .device-power{background:#e4b08a}.device-iphone-8.device-spacegray .device-frame{background:#222;box-shadow:inset 0 0 0 2px #74747a,inset 0 0 0 7px #9b9ba0}.device-iphone-8.device-spacegray .device-stripe:after,.device-iphone-8.device-spacegray .device-stripe:before{border-color:hsla(0,0%,80%,.35)}.device-iphone-8.device-spacegray .device-btns,.device-iphone-8.device-spacegray .device-btns:after,.device-iphone-8.device-spacegray .device-btns:before{background:#74747a}.device-google-pixel-2-xl{height:832px;width:404px}.device-google-pixel-2-xl .device-frame{background:#121212;border-radius:36px;box-shadow:inset 0 0 0 2px #cfcfcf,inset 0 0 0 7px #9c9c9c;height:832px;padding:56px 22px;width:404px}.device-google-pixel-2-xl .device-content{border-radius:27px;height:720px;width:360px}.device-google-pixel-2-xl .device-header{height:832px;left:50%;margin-left:-150px;position:absolute;top:0;width:300px}.device-google-pixel-2-xl .device-header:after,.device-google-pixel-2-xl .device-header:before{background:#333;border-radius:3px;content:"";height:6px;left:50%;margin-left:-73px;margin-top:-3px;position:absolute;width:146px}.device-google-pixel-2-xl .device-header:after{top:24px}.device-google-pixel-2-xl .device-header:before{bottom:28px}.device-google-pixel-2-xl .device-sensors{background:#333;border-radius:7px;height:14px;left:54px;margin-top:-7px;position:absolute;top:36px;width:14px}.device-google-pixel-2-xl .device-btns{background:#cfcfcf;height:102px;position:absolute;right:-3px;top:306px;width:3px}.device-google-pixel-2-xl .device-power{background:#cfcfcf;height:58px;position:absolute;right:-3px;top:194px;width:3px}.device-google-pixel{height:744px;width:360px}.device-google-pixel .device-frame{background:#f7f7f8;border-radius:54px;box-shadow:inset 0 0 0 2px #c8cacb,inset 0 0 0 6px #e2e3e4,inset 0 0 0 10px #fff;height:744px;padding:82px 18px 86px;width:360px}.device-google-pixel .device-content{border:2px solid #222;border-radius:2px;height:576px;width:324px}.device-google-pixel .device-stripe{border-top:6px solid rgba(51,51,51,.15);bottom:0;left:254px;position:absolute;top:0;width:8px}.device-google-pixel .device-stripe:after,.device-google-pixel .device-stripe:before{border:solid rgba(51,51,51,.15);border-width:0 6px;content:"";height:10px;left:-254px;position:absolute;width:360px;z-index:9}.device-google-pixel .device-stripe:after{top:60px}.device-google-pixel .device-stripe:before{bottom:46px}.device-google-pixel .device-sensors{background:#ddd;border-radius:2.5px;height:5px;left:50%;margin-left:-39px;margin-top:-2.5px;position:absolute;top:41px;width:78px}.device-google-pixel .device-sensors:after,.device-google-pixel .device-sensors:before{background:#333;border-radius:6px;content:"";position:absolute}.device-google-pixel .device-sensors:after{height:12px;left:50%;margin-left:-14px;top:21.5px;width:28px}.device-google-pixel .device-sensors:before{height:10px;left:-81px;margin-top:-5px;top:50%;width:10px}.device-google-pixel .device-btns{background:#c8cacb;height:102px;position:absolute;right:-2px;top:298px;width:3px}.device-google-pixel .device-power{background:#c8cacb;height:50px;position:absolute;right:-2px;top:184px;width:3px}.device-google-pixel.device-black .device-frame{background:#211d1c;box-shadow:inset 0 0 0 2px #363635,inset 0 0 0 6px #6a6967,inset 0 0 0 10px #3d3533}.device-google-pixel.device-black .device-stripe,.device-google-pixel.device-black .device-stripe:after,.device-google-pixel.device-black .device-stripe:before{border-color:hsla(0,0%,5%,.35)}.device-google-pixel.device-black .device-sensors{background:#444}.device-google-pixel.device-black .device-sensors:after{background:#0d0d0d}.device-google-pixel.device-black .device-btns,.device-google-pixel.device-black .device-btns:after,.device-google-pixel.device-black .device-btns:before,.device-google-pixel.device-black .device-power{background:#363635}.device-google-pixel.device-blue .device-frame{box-shadow:inset 0 0 0 2px #2a5aff,inset 0 0 0 6px #7695ff,inset 0 0 0 10px #fff}.device-google-pixel.device-blue .device-btns,.device-google-pixel.device-blue .device-btns:after,.device-google-pixel.device-blue .device-btns:before,.device-google-pixel.device-blue .device-power{background:#2a5aff}.device-galaxy-s8{height:828px;width:380px}.device-galaxy-s8 .device-frame{background:#222;border:solid #cfcfcf;border-radius:55px;border-width:5px 0;box-shadow:inset 0 0 0 2px #9c9c9c;height:828px;padding:48px 10px 40px;width:380px}.device-galaxy-s8 .device-content{border:2px solid #222;border-radius:34px;height:740px;width:360px}.device-galaxy-s8 .device-stripe:after,.device-galaxy-s8 .device-stripe:before{border:solid rgba(51,51,51,.15);border-width:5px 0;content:"";height:828px;position:absolute;top:0;width:6px;z-index:9}.device-galaxy-s8 .device-stripe:after{left:48px}.device-galaxy-s8 .device-stripe:before{right:48px}.device-galaxy-s8 .device-sensors{background:#666;border-radius:3px;height:6px;left:50%;margin-left:-24px;margin-top:-3px;position:absolute;top:32px;width:48px}.device-galaxy-s8 .device-sensors:after,.device-galaxy-s8 .device-sensors:before{background:#666;border-radius:50%;content:"";position:absolute;top:50%}.device-galaxy-s8 .device-sensors:after{box-shadow:-192px 0 #333,-174px 0 #333,-240px 0 #333;height:8px;margin-top:-4px;right:-90px;width:8px}.device-galaxy-s8 .device-sensors:before{box-shadow:186px 0 #666;height:12px;left:-90px;margin-top:-6px;width:12px}.device-galaxy-s8 .device-btns{height:116px;left:-3px;top:144px}.device-galaxy-s8 .device-btns,.device-galaxy-s8 .device-btns:after{background:#9c9c9c;border-radius:3px 0 0 3px;position:absolute;width:3px}.device-galaxy-s8 .device-btns:after{content:"";height:54px;left:0;top:164px}.device-galaxy-s8 .device-power{background:#9c9c9c;border-radius:0 3px 3px 0;height:54px;position:absolute;right:-3px;top:260px;width:3px}.device-galaxy-s8.device-blue .device-frame{border-color:#a3c5e8;box-shadow:inset 0 0 0 2px #5192d4}.device-galaxy-s8.device-blue .device-stripe:after,.device-galaxy-s8.device-blue .device-stripe:before{border-color:hsla(0,0%,100%,.35)}.device-galaxy-s8.device-blue .device-btns,.device-galaxy-s8.device-blue .device-btns:after,.device-galaxy-s8.device-blue .device-power{background:#5192d4}.device-ipad-pro{height:804px;width:560px}.device-ipad-pro .device-frame{background:#fff;border-radius:38px;box-shadow:inset 0 0 0 2px #c8cacb,inset 0 0 0 6px #e2e3e4;height:804px;padding:62px 25px;width:560px}.device-ipad-pro .device-content{border:2px solid #222;border-radius:2px;height:680px;width:510px}.device-ipad-pro .device-header{border:2px solid #c8cacb;border-radius:50%;bottom:17px;height:34px;left:50%;margin-left:-17px;position:absolute;width:34px}.device-ipad-pro .device-sensors{background:#666;border-radius:50%;height:10px;left:50%;margin-left:-5px;margin-top:-5px;position:absolute;top:34px;width:10px}.device-ipad-pro.device-gold .device-frame{box-shadow:inset 0 0 0 2px #e4b08a,inset 0 0 0 6px #f7e8dd}.device-ipad-pro.device-gold .device-header{border-color:#e4b08a}.device-ipad-pro.device-rosegold .device-frame{box-shadow:inset 0 0 0 2px #f6a69a,inset 0 0 0 6px #facfc9}.device-ipad-pro.device-rosegold .device-header{border-color:#f6a69a}.device-ipad-pro.device-spacegray .device-frame{background:#222;box-shadow:inset 0 0 0 2px #818187,inset 0 0 0 6px #9b9ba0}.device-ipad-pro.device-spacegray .device-header{border-color:#818187}.device-surface-pro{height:394px;width:561px}.device-surface-pro .device-frame{background:#0d0d0d;border-radius:10px;box-shadow:inset 0 0 0 2px #c8c8c8;height:394px;margin:0 auto;padding:26px 24px;width:561px}.device-surface-pro .device-content{border:2px solid #121212;border-radius:2px;height:342px;width:513px}.device-surface-pro .device-btns:after,.device-surface-pro .device-btns:before{background:#c8c8c8;content:"";height:2px;position:absolute;top:-2px}.device-surface-pro .device-btns:after{left:48px;width:26px}.device-surface-pro .device-btns:before{left:94px;width:48px}.device-surface-pro .device-sensors{background:#333;border-radius:50%;height:6px;left:50%;margin-left:-3px;margin-top:-3px;position:absolute;top:14px;width:6px}.device-surface-book{height:424px;width:728px}.device-surface-book .device-frame{background:#0d0d0d;border-radius:12px;box-shadow:inset 0 0 0 2px #c8c8c8;height:408px;margin:0 auto;padding:24px 22px;position:relative;width:584px}.device-surface-book .device-content{border:2px solid #121212;border-radius:2px;height:360px;width:540px}.device-surface-book .device-btns:after,.device-surface-book .device-btns:before{background:#c8c8c8;content:"";height:2px;position:absolute;top:-2px}.device-surface-book .device-btns:after{left:122px;width:20px}.device-surface-book .device-btns:before{left:168px;width:44px}.device-surface-book .device-power{background:linear-gradient(180deg,#eee,#c8c8c8);border:solid #c8c8c8;border-radius:2px;border-width:0 2px;height:12px;margin-top:4px;position:relative;width:728px}.device-surface-book .device-power:after,.device-surface-book .device-power:before{content:"";position:absolute}.device-surface-book .device-power:after{background:radial-gradient(circle at center,#eee 0,#eee 95%,#a2a1a1 100%);border-radius:0 0 6px 6px;height:8px;left:50%;margin-left:-125px;top:0;width:250px;z-index:1}.device-surface-book .device-power:before{background:linear-gradient(180deg,#eee,#c8c8c8);border-radius:2px 2px 0 0;bottom:12px;height:8px;left:50%;margin-left:-292px;width:584px}.device-macbook-pro{height:444px;width:740px}.device-macbook-pro .device-frame{background:#0d0d0d;border-radius:20px;box-shadow:inset 0 0 0 2px #c8cacb;height:428px;margin:0 auto;padding:29px 19px 39px;position:relative;width:614px}.device-macbook-pro .device-frame:after{background:#272626;border-radius:0 0 20px 20px;bottom:2px;content:"";height:26px;left:2px;position:absolute;width:610px}.device-macbook-pro .device-frame:before{bottom:10px;color:#c8cacb;content:"MacBook Pro";font-size:12px;height:16px;left:50%;line-height:16px;margin-left:-100px;position:absolute;text-align:center;width:200px;z-index:1}.device-macbook-pro .device-content{border:2px solid #121212;border-radius:2px;height:360px;width:576px}.device-macbook-pro .device-power{background:#e2e3e4;border:solid #d5d6d8;border-radius:2px 2px 0 0;border-width:2px 4px 0;height:14px;margin-top:-10px;position:relative;width:740px;z-index:9}.device-macbook-pro .device-power:after,.device-macbook-pro .device-power:before{content:"";position:absolute}.device-macbook-pro .device-power:after{background:#d5d6d8;border-radius:0 0 10px 10px;box-shadow:inset 0 0 4px 2px #babdbf;height:10px;left:50%;margin-left:-60px;top:-2px;width:120px}.device-macbook-pro .device-power:before{background:#a0a3a7;border-radius:0 0 180px 180px/0 0 12px 12px;box-shadow:inset 0 -2px 6px 0 #474a4d;height:12px;left:-4px;margin:0 auto;top:10px;width:740px}.device-macbook-pro.device-spacegray .device-frame{box-shadow:inset 0 0 0 2px #767a7d}.device-macbook-pro.device-spacegray .device-power{background:#909496;border-color:#767a7d}.device-macbook-pro.device-spacegray .device-power:after{background:#83878a;box-shadow:inset 0 0 4px 2px #6a6d70}.device-macbook-pro.device-spacegray .device-power:before{background:#515456;box-shadow:inset 0 -2px 6px 0 #000}.device-macbook{height:432px;width:740px}.device-macbook .device-frame{background:#0d0d0d;border-radius:20px;box-shadow:inset 0 0 0 2px #c8cacb;height:428px;margin:0 auto;padding:29px 19px 39px;position:relative;width:614px}.device-macbook .device-frame:after{background:#272626;border-radius:0 0 20px 20px;bottom:2px;content:"";height:26px;left:2px;position:absolute;width:610px}.device-macbook .device-frame:before{bottom:10px;color:#c8cacb;content:"MacBook";font-size:12px;height:16px;left:50%;line-height:16px;margin-left:-100px;position:absolute;text-align:center;width:200px;z-index:1}.device-macbook .device-content{border:2px solid #121212;border-radius:2px;height:360px;width:576px}.device-macbook .device-power{background:#e2e3e4;border:solid #d5d6d8;border-radius:2px 2px 0 0;border-width:0 4px;height:4px;margin-top:-10px;position:relative;width:740px;z-index:9}.device-macbook .device-power:after,.device-macbook .device-power:before{content:"";position:absolute}.device-macbook .device-power:after{background:radial-gradient(circle at center,#e2e3e4 0,#e2e3e4 85%,#a0a3a7 100%);border:solid #adb0b3;border-width:0 2px;height:4px;left:50%;margin-left:-60px;width:120px}.device-macbook .device-power:before{background:#a0a3a7;border-radius:0 0 180px 180px/0 0 10px 10px;box-shadow:inset 0 -2px 6px 0 #474a4d;height:10px;left:-4px;margin:0 auto;top:4px;width:740px}.device-macbook.device-gold .device-frame{box-shadow:inset 0 0 0 2px #edccb4}.device-macbook.device-gold .device-power{background:#f7e8dd;border-color:#edccb4}.device-macbook.device-gold .device-power:after{background:radial-gradient(circle at center,#f7e8dd 0,#f7e8dd 85%,#dfa276 100%);border-color:#e4b08a}.device-macbook.device-gold .device-power:before{background:#edccb4;box-shadow:inset 0 -2px 6px 0 #83491f}.device-macbook.device-rosegold .device-frame{box-shadow:inset 0 0 0 2px #f6a69a}.device-macbook.device-rosegold .device-power{background:#facfc9;border-color:#f6a69a}.device-macbook.device-rosegold .device-power:after{background:radial-gradient(circle at center,#facfc9 0,#facfc9 85%,#ef6754 100%);border-color:#f6a69a}.device-macbook.device-rosegold .device-power:before{background:#f6a69a;box-shadow:inset 0 -2px 6px 0 #851b0c}.device-macbook.device-spacegray .device-frame{box-shadow:inset 0 0 0 2px #767a7d}.device-macbook.device-spacegray .device-power{background:#909496;border-color:#767a7d}.device-macbook.device-spacegray .device-power:after{background:radial-gradient(circle at center,#909496 0,#909496 85%,#515456 100%);border-color:#5d6163}.device-macbook.device-spacegray .device-power:before{background:#515456;box-shadow:inset 0 -2px 6px 0 #000}.device-surface-studio{height:506px;width:640px}.device-surface-studio .device-frame{background:#0d0d0d;border-radius:10px;box-shadow:inset 0 0 0 2px #000;height:440px;padding:20px;width:640px}.device-surface-studio .device-content{border:2px solid #121212;border-radius:2px;height:400px;width:600px}.device-surface-studio .device-stripe{background:#444;border-radius:0 0 2px 2px;bottom:0;height:4px;left:50%;margin-left:-117px;position:absolute;width:234px}.device-surface-studio .device-stripe:after,.device-surface-studio .device-stripe:before{content:"";left:50%;position:absolute;top:-75px}.device-surface-studio .device-stripe:after{border:6px solid #d5d6d8;border-radius:0 0 18px 18px;border-top:0;box-shadow:inset 0 0 0 4px #c8cacb;height:60px;margin-left:-140px;width:280px;z-index:-1}.device-surface-studio .device-stripe:before{border:15px solid #e2e3e4;border-radius:0 0 4px 4px;border-top:0;height:70px;margin-left:-150px;width:300px;z-index:-2}.device-surface-studio .device-power{background:#eff0f0;border:solid #e2e3e4;border-radius:0 0 2px 2px;border-width:0 4px 2px;height:32px;margin:30px auto 0;position:relative;width:250px}.device-surface-studio .device-power:after{background:#adb0b3;content:"";height:2px;left:-4px;position:absolute;top:4px;width:250px}.device-imac-pro{height:484px;width:624px}.device-imac-pro .device-frame{background:#0d0d0d;border-radius:18px;box-shadow:inset 0 0 0 2px #080808;height:428px;padding:24px 24px 80px;position:relative;width:624px}.device-imac-pro .device-frame:after{background:#2f2e33;border-radius:0 0 18px 18px;bottom:2px;content:"";height:54px;left:2px;position:absolute;width:620px}.device-imac-pro .device-frame:before{bottom:15px;color:#0d0d0d;content:"";font-size:24px;height:24px;left:50%;line-height:24px;margin-left:-100px;position:absolute;text-align:center;width:200px;z-index:9}.device-imac-pro .device-content{border:2px solid #121212;border-radius:2px;height:324px;width:576px}.device-imac-pro .device-power:after,.device-imac-pro .device-power:before{content:""}.device-imac-pro .device-power:after{background:#222225;border-radius:2px;height:6px;margin:0 auto;position:relative;width:180px}.device-imac-pro .device-power:before{border:solid transparent;border-bottom-color:#333;border-width:0 8px 50px;height:50px;margin:0 auto;position:relative;width:130px}.device-apple-watch{height:234px;width:200px}.device-apple-watch .device-frame{background:#0d0d0d;border-radius:40px;box-shadow:inset 0 0 2px 2px #adb0b3,inset 0 0 0 6px #e2e3e4,inset 0 0 0 8px #e2e3e4;height:234px;padding:32px;position:relative;width:200px}.device-apple-watch .device-frame:after{border-radius:30px;box-shadow:inset 0 0 25px 0 hsla(0,0%,100%,.75);content:"";height:216px;left:9px;position:absolute;top:9px;width:182px}.device-apple-watch .device-content{border:2px solid #121212;border-radius:2px;height:170px;width:136px}.device-apple-watch .device-btns{background:#e2e3e4;border-left:2px solid #adb0b3;border-radius:8px 4px 4px 8px/20px 4px 4px 20px;box-shadow:inset 0 0 2px 2px #adb0b3;height:44px;position:absolute;right:-10px;top:52px;width:16px;z-index:9}.device-apple-watch .device-btns:after{background:#e2e3e4;border-radius:4px 2px 2px 4px/10px 2px 2px 10px;box-shadow:inset 0 0 1px 2px #adb0b3;content:"";height:66px;position:absolute;right:6px;top:68px;width:8px}.device-apple-watch .device-btns:before{background:#adb0b3;box-shadow:0 -16px #adb0b3,0 -12px #adb0b3,0 -8px #adb0b3,0 -4px #adb0b3,0 4px #adb0b3,0 8px #adb0b3,0 12px #adb0b3,0 16px #adb0b3;content:"";height:2px;margin-top:-1px;position:absolute;right:0;top:50%;width:6px}.fourty-fifth-anniversary-hero-section{padding:7rem 0 6rem;background-color:#f0efed;overflow:hidden;position:relative;height:589px}@media (max-width:1315px){.fourty-fifth-anniversary-hero-section{background-position-y:-187px;background-position-x:50.35%;background-size:2635px;background-repeat:no-repeat;background-image:url("https://sterlingukstag.wpengine.com/wp-content/themes/sterlingemea/resources/assets/images/45th/desktop-background.svg")}}@media (max-width:1299px){.fourty-fifth-anniversary-hero-section{background-size:202%;background-position-y:69%}}@media (max-width:1295px){.fourty-fifth-anniversary-hero-section{background-position-y:69.5%}}@media (max-width:1289px){.fourty-fifth-anniversary-hero-section{background-position-y:70%}}@media (max-width:1282px){.fourty-fifth-anniversary-hero-section{background-position-y:71%}}@media (max-width:1275px){.fourty-fifth-anniversary-hero-section{background-position-y:72%}}@media (max-width:1264px){.fourty-fifth-anniversary-hero-section{background-position-y:73%}}@media (max-width:1255px){.fourty-fifth-anniversary-hero-section{background-position-y:74%}}@media (max-width:1248px){.fourty-fifth-anniversary-hero-section{background-position-y:74.6%}}@media (max-width:1240px){.fourty-fifth-anniversary-hero-section{background-position-y:76%}}@media (max-width:1230px){.fourty-fifth-anniversary-hero-section{background-position-y:77%}}@media (max-width:1222px){.fourty-fifth-anniversary-hero-section{background-position-y:78%}}@media (max-width:1220px){.fourty-fifth-anniversary-hero-section{background-position-y:79%}}@media (max-width:1210px){.fourty-fifth-anniversary-hero-section{background-position-y:80%}}@media (max-width:1205px){.fourty-fifth-anniversary-hero-section{background-position-y:81%}}@media (max-width:1199px){.fourty-fifth-anniversary-hero-section{background-image:none;padding-bottom:3rem;height:auto}}@media (max-width:991px){.fourty-fifth-anniversary-hero-section{padding-bottom:1rem}}@media (max-width:767px){.fourty-fifth-anniversary-hero-section{padding-top:4rem;padding-bottom:10rem;background-size:cover;background-repeat:no-repeat;background-position:bottom;background-image:url("https://sterlingukstag.wpengine.com/wp-content/themes/sterlingemea/resources/assets/images/45th/mobile-background.svg")}}.fourty-fifth-anniversary-hero-section .sdots{position:absolute;width:2000px;top:-14px;right:-35%;height:50px;background-size:contain;background-image:url("https://sterlingukstag.wpengine.com/wp-content/themes/sterlingemea/resources/assets/images/45th/desktop-square-dots.svg");z-index:9}@media (max-width:2450px){.fourty-fifth-anniversary-hero-section .sdots{right:-40%}}@media (max-width:2350px){.fourty-fifth-anniversary-hero-section .sdots{right:-45%}}@media (max-width:2250px){.fourty-fifth-anniversary-hero-section .sdots{right:-50%}}@media (max-width:2150px){.fourty-fifth-anniversary-hero-section .sdots{right:-55%}}@media (max-width:2050px){.fourty-fifth-anniversary-hero-section .sdots{right:-60%}}@media (max-width:1950px){.fourty-fifth-anniversary-hero-section .sdots{right:-65%}}@media (max-width:1850px){.fourty-fifth-anniversary-hero-section .sdots{right:-70%}}@media (max-width:1750px){.fourty-fifth-anniversary-hero-section .sdots{right:-75%}}@media (max-width:1700px){.fourty-fifth-anniversary-hero-section .sdots{right:-80%}}@media (max-width:1650px){.fourty-fifth-anniversary-hero-section .sdots{right:-85%}}@media (max-width:1550px){.fourty-fifth-anniversary-hero-section .sdots{right:-90%}}@media (max-width:1500px){.fourty-fifth-anniversary-hero-section .sdots{right:-93%}}@media (max-width:1450px){.fourty-fifth-anniversary-hero-section .sdots{right:-100%}}@media (max-width:1400px){.fourty-fifth-anniversary-hero-section .sdots{right:-105%}}@media (max-width:1350px){.fourty-fifth-anniversary-hero-section .sdots{right:-110%}}@media (max-width:1320px){.fourty-fifth-anniversary-hero-section .sdots{right:-1470px}}@media (max-width:991px){.fourty-fifth-anniversary-hero-section .sdots{right:-1620px}}@media (max-width:767px){.fourty-fifth-anniversary-hero-section .sdots{top:3px;height:30px;background-image:url("https://sterlingukstag.wpengine.com/wp-content/themes/sterlingemea/resources/assets/images/45th/square-dots.svg");right:-1770px}}@media (max-width:375px){.fourty-fifth-anniversary-hero-section .sdots{right:-1810px}}@media (max-width:320px){.fourty-fifth-anniversary-hero-section .sdots{right:-1830px}}.fourty-fifth-anniversary-hero-section .left-content-wrapper{position:relative;z-index:9}.fourty-fifth-anniversary-hero-section .left-content-wrapper .heading{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:3.875rem;font-weight:700;color:#212121;line-height:1.1;position:relative;z-index:9}@media (max-width:767px){.fourty-fifth-anniversary-hero-section .left-content-wrapper .heading{font-size:2.375rem;color:#fff}}.fourty-fifth-anniversary-hero-section .left-content-wrapper .heading .linebreak-lg{display:block}.fourty-fifth-anniversary-hero-section .left-content-wrapper .subheading{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;font-size:1.5rem;text-transform:uppercase;color:#008656;letter-spacing:4px;margin-bottom:2rem;position:relative;z-index:9}@media (max-width:767px){.fourty-fifth-anniversary-hero-section .left-content-wrapper .subheading{font-size:1.125rem;font-weight:600;margin-bottom:1rem}}.fourty-fifth-anniversary-hero-section .left-content-wrapper .hashtag{display:none;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:1rem;font-weight:600;color:#c0bfb5;margin-top:1rem;position:relative;z-index:9}@media (max-width:767px){.fourty-fifth-anniversary-hero-section .left-content-wrapper .hashtag{display:block}}.fourty-fifth-anniversary-hero-section .right-content-wrapper{position:relative;background:hsla(0,0%,100%,.85);padding:3rem 3rem 0;margin-top:1rem;margin-left:-12px;z-index:9}@media (max-width:991px){.fourty-fifth-anniversary-hero-section .right-content-wrapper{margin-left:3px;padding:2rem 0 0;background:transparent}}@media (max-width:767px){.fourty-fifth-anniversary-hero-section .right-content-wrapper{display:none}}.fourty-fifth-anniversary-hero-section .right-content-wrapper:after{content:"";position:absolute;bottom:-1000px;margin-left:-48px;background:hsla(0,0%,100%,.85);width:100%;height:1000px;z-index:9}@media (max-width:991px){.fourty-fifth-anniversary-hero-section .right-content-wrapper:after{width:20000px;top:0;bottom:0;left:10%;right:0}}.fourty-fifth-anniversary-hero-section .right-content-wrapper .intro-desc{position:relative;z-index:10;font-family:Roboto,Arial,Helvetica,sans-serif;font-size:1.125rem;color:#212121;line-height:1.5;margin-bottom:2rem}.fourty-fifth-anniversary-hero-section .right-content-art{position:relative}.fourty-fifth-anniversary-hero-section .right-content-art svg{position:absolute;z-index:8;top:-300px;right:-681px;width:1739px;height:1590px}@media (max-width:1315px){.fourty-fifth-anniversary-hero-section .right-content-art svg{display:none}}@media (max-width:1199px){.fourty-fifth-anniversary-hero-section .right-content-art svg{display:block;right:-784px;height:1600px;width:1650px;top:-225px}}@media (max-width:991px){.fourty-fifth-anniversary-hero-section .right-content-art svg{right:-904px;height:1600px;width:1650px;top:-221px}}@media (max-width:767px){.fourty-fifth-anniversary-hero-section .right-content-art svg{display:none}}.fourty-fifth-anniversary-hero-section .hero-scroll-text-mobile{position:absolute;z-index:10;bottom:3.75rem;left:50%;transform:translateX(-50%);color:#212121;text-transform:uppercase;letter-spacing:.125rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:700;animation:scrolldown 3s infinite;opacity:0;display:none}@media (max-width:1199px){.fourty-fifth-anniversary-hero-section .hero-scroll-text-mobile{bottom:2.75rem}}@media (max-width:991px){.fourty-fifth-anniversary-hero-section .hero-scroll-text-mobile{display:block}}.fourty-fifth-anniversary-hero-section .hero-scroll-text{position:absolute;z-index:10;bottom:3.75rem;left:50%;transform:translateX(-50%);color:#212121;text-transform:uppercase;letter-spacing:.125rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:.875rem;font-weight:700;animation:scrolldown 3s infinite;opacity:0}@media (max-width:1199px){.fourty-fifth-anniversary-hero-section .hero-scroll-text{bottom:2.75rem}}@media (max-width:991px){.fourty-fifth-anniversary-hero-section .hero-scroll-text{display:none}}.fourty-fifth-anniversary-mobile-intro-paragraph{padding:3rem 0;background:#f5f5f5;display:none}@media (max-width:767px){.fourty-fifth-anniversary-mobile-intro-paragraph{display:block}}.fourty-fifth-anniversary-mobile-intro-paragraph .mobile-intro-desc{font-family:Roboto,Arial,Helvetica,sans-serif;font-size:1rem;color:#212121}.fourty-fifth-anniversary-mobile-intro-paragraph .mobile-intro-desc:first-child{margin-bottom:2rem}.fourty-fifth-anniversary-photogrid-section,.fourty-fifth-anniversary-photogrid-section .photo-cols{margin:0 auto}@supports (display:grid) or (display:-ms-grid){.fourty-fifth-anniversary-photogrid-section .photo-cols.grid-area{display:grid;grid-template-columns:repeat(auto-fill,minmax(650px,1fr));grid-auto-rows:700px;justify-content:center}}@media (max-width:2599px){.fourty-fifth-anniversary-photogrid-section .photo-cols.grid-area{grid-template-columns:repeat(auto-fill,minmax(600px,1fr));grid-auto-rows:650px}}@media (max-width:2560px){.fourty-fifth-anniversary-photogrid-section .photo-cols.grid-area{grid-template-columns:repeat(auto-fill,minmax(550px,1fr));grid-auto-rows:600px}}@media (max-width:2450px){.fourty-fifth-anniversary-photogrid-section .photo-cols.grid-area{grid-auto-rows:580px}}@media (max-width:2199px){.fourty-fifth-anniversary-photogrid-section .photo-cols.grid-area{grid-template-columns:repeat(auto-fill,minmax(500px,1fr));grid-auto-rows:490px}}@media (max-width:1999px){.fourty-fifth-anniversary-photogrid-section .photo-cols.grid-area{grid-template-columns:repeat(auto-fill,minmax(450px,1fr));grid-auto-rows:470px}}@media (max-width:1810px){.fourty-fifth-anniversary-photogrid-section .photo-cols.grid-area{grid-auto-rows:450px}}@media (max-width:1799px){.fourty-fifth-anniversary-photogrid-section .photo-cols.grid-area{grid-template-columns:repeat(auto-fill,minmax(400px,1fr));grid-auto-rows:430px}}@media (max-width:1680px){.fourty-fifth-anniversary-photogrid-section .photo-cols.grid-area{grid-auto-rows:400px}}@media (max-width:1599px){.fourty-fifth-anniversary-photogrid-section .photo-cols.grid-area{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-auto-rows:370px}}@media (max-width:1399px){.fourty-fifth-anniversary-photogrid-section .photo-cols.grid-area{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-auto-rows:320px}}@media (max-width:1250px){.fourty-fifth-anniversary-photogrid-section .photo-cols.grid-area{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-auto-rows:300px}}@media (max-width:1199px){.fourty-fifth-anniversary-photogrid-section .photo-cols.grid-area{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-auto-rows:290px}}@media (max-width:1140px){.fourty-fifth-anniversary-photogrid-section .photo-cols.grid-area{grid-auto-rows:270px}}@media (max-width:1050px){.fourty-fifth-anniversary-photogrid-section .photo-cols.grid-area{grid-auto-rows:250px}}@media (max-width:999px){.fourty-fifth-anniversary-photogrid-section .photo-cols.grid-area{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-auto-rows:230px}}@media (max-width:991px){.fourty-fifth-anniversary-photogrid-section .photo-cols.grid-area{grid-auto-rows:250px}}@media (max-width:975px){.fourty-fifth-anniversary-photogrid-section .photo-cols.grid-area{grid-auto-rows:235px}}@media (max-width:930px){.fourty-fifth-anniversary-photogrid-section .photo-cols.grid-area{grid-auto-rows:210px}}@media (max-width:870px){.fourty-fifth-anniversary-photogrid-section .photo-cols.grid-area{grid-auto-rows:225px}}@media (max-width:810px){.fourty-fifth-anniversary-photogrid-section .photo-cols.grid-area{grid-auto-rows:200px}}@media (max-width:799px){.fourty-fifth-anniversary-photogrid-section .photo-cols.grid-area{grid-template-columns:repeat(auto-fill,minmax(175px,1fr));grid-auto-rows:195px}}@media (max-width:767px){.fourty-fifth-anniversary-photogrid-section .photo-cols.grid-area{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-auto-rows:360px}}@media (max-width:660px){.fourty-fifth-anniversary-photogrid-section .photo-cols.grid-area{grid-auto-rows:340px}}@media (max-width:630px){.fourty-fifth-anniversary-photogrid-section .photo-cols.grid-area{grid-auto-rows:320px}}@media (max-width:599px){.fourty-fifth-anniversary-photogrid-section .photo-cols.grid-area{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-auto-rows:280px;flex-direction:column}}@media (max-width:565px){.fourty-fifth-anniversary-photogrid-section .photo-cols.grid-area{grid-auto-rows:260px}}@media (max-width:520px){.fourty-fifth-anniversary-photogrid-section .photo-cols.grid-area{grid-auto-rows:240px}}@media (max-width:499px){.fourty-fifth-anniversary-photogrid-section .photo-cols.grid-area{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-auto-rows:250px}}@media (max-width:450px){.fourty-fifth-anniversary-photogrid-section .photo-cols.grid-area{grid-auto-rows:220px}}@media (max-width:399px){.fourty-fifth-anniversary-photogrid-section .photo-cols.grid-area{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-auto-rows:200px}}@media (max-width:350px){.fourty-fifth-anniversary-photogrid-section .photo-cols.grid-area{grid-auto-rows:180px}}@media (max-width:325px){.fourty-fifth-anniversary-photogrid-section .photo-cols.grid-area{grid-auto-rows:165px}}.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn{width:100%;height:700px;float:left;margin:0}@supports (display:grid) or (display:-ms-grid){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn{width:100%;height:100%;float:none}}@media (max-width:2599px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn{height:650px}}@media (max-width:2560px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn{height:600px}}@media (max-width:2450px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn{height:580px}}@media (max-width:2199px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn{height:490px}}@media (max-width:1999px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn{height:470px}}@media (max-width:1810px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn{height:450px}}@media (max-width:1799px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn{height:430px}}@media (max-width:1680px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn{height:400px}}@media (max-width:1599px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn{height:370px}}@media (max-width:1399px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn{height:320px}}@media (max-width:1250px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn{height:300px}}@media (max-width:1199px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn{height:290px}}@media (max-width:1140px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn{height:270px}}@media (max-width:1050px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn{height:250px}}@media (max-width:999px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn{height:230px}}@media (max-width:991px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn{height:250px}}@media (max-width:975px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn{height:235px}}@media (max-width:930px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn{height:210px}}@media (max-width:870px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn{height:225px}}@media (max-width:810px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn{height:200px}}@media (max-width:799px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn{height:195px}}@media (max-width:767px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn{height:360px}}@media (max-width:660px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn{height:340px}}@media (max-width:630px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn{height:320px}}@media (max-width:599px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn{grid-row-end:unset;grid-column-end:unset;height:280px}}@media (max-width:565px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn{height:260px}}@media (max-width:520px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn{height:240px}}@media (max-width:499px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn{height:250px}}@media (max-width:450px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn{height:220px}}@media (max-width:399px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn{height:200px}}@media (max-width:350px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn{height:180px}}@media (max-width:325px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn{height:165px}}.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn img{display:block;position:relative;width:100%;height:100%;object-fit:cover;object-position:center;z-index:10}.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.grid-1{width:100%}@supports (display:grid) or (display:-ms-grid){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.grid-1{grid-column-end:span 2}}@supports (display:grid) or (display:-ms-grid){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.grid-2{grid-column-end:span 1}}.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.grid-2.for-mobile{display:none}@media (max-width:767px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.grid-2.for-mobile{display:grid}}.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.grid-2.for-desktop{display:grid}@media (max-width:767px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.grid-2.for-desktop{display:none}}.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.grid-3{float:right;height:1400px}@supports (display:grid) or (display:-ms-grid){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.grid-3{grid-row-end:span 2}}@media (max-width:2599px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.grid-3{height:1300px}}@media (max-width:2560px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.grid-3{height:1200px}}@media (max-width:2450px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.grid-3{height:1160px}}@media (max-width:2199px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.grid-3{height:980px}}@media (max-width:1999px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.grid-3{height:940px}}@media (max-width:1810px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.grid-3{height:900px}}@media (max-width:1799px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.grid-3{height:860px}}@media (max-width:1680px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.grid-3{height:800px}}@media (max-width:1599px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.grid-3{height:740px}}@media (max-width:1399px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.grid-3{height:640px}}@media (max-width:1250px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.grid-3{height:600px}}@media (max-width:1199px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.grid-3{height:580px}}@media (max-width:1140px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.grid-3{height:540px}}@media (max-width:1050px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.grid-3{height:500px}}@media (max-width:999px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.grid-3{height:460px}}@media (max-width:991px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.grid-3{height:500px}}@media (max-width:975px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.grid-3{height:470px}}@media (max-width:930px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.grid-3{height:420px}}@media (max-width:870px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.grid-3{height:450px}}@media (max-width:810px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.grid-3{height:400px}}@media (max-width:799px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.grid-3{height:390px}}@media (max-width:767px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.grid-3{height:720px}}@media (max-width:660px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.grid-3{height:680px}}@media (max-width:630px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.grid-3{height:640px}}@media (max-width:599px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.grid-3{height:560px}}@media (max-width:565px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.grid-3{height:520px}}@media (max-width:520px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.grid-3{height:480px}}@media (max-width:499px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.grid-3{height:500px}}@media (max-width:450px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.grid-3{height:440px}}@media (max-width:399px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.grid-3{height:400px}}@media (max-width:350px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.grid-3{height:360px}}@media (max-width:325px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.grid-3{height:330px}}@supports (display:grid) or (display:-ms-grid){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.grid-4{grid-column-end:span 2}}.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.grid-4>.text-container{text-align:left;width:50%}.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.grid-4 img{object-position:left}.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.dark-grid{background-color:#212121}.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.dark-grid .text-grid-wrapper .quote-mark{margin-top:1.5rem;margin-bottom:2rem}@media (max-width:1399px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.dark-grid .text-grid-wrapper .quote-mark{margin-top:.8rem}}@media (max-width:1250px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.dark-grid .text-grid-wrapper .quote-mark{margin-top:.5rem;margin-bottom:1rem}}@media (max-width:1199px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.dark-grid .text-grid-wrapper .quote-mark{margin-top:0;margin-bottom:0}}@media (max-width:767px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.dark-grid .text-grid-wrapper .quote-mark{margin-bottom:.7rem}}@media (max-width:450px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.dark-grid .text-grid-wrapper .quote-mark{margin-bottom:.3rem}}.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.dark-grid .text-grid-wrapper .quote-text{color:#fff}.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.light-grid{background-color:#ededed}.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.light-grid .text-grid-wrapper .quote-text{color:#212121}@media (max-width:1399px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.light-grid .text-grid-wrapper .quote-mark{margin-top:0}}@media (max-width:1250px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.light-grid .text-grid-wrapper .quote-mark{margin-top:.5rem;margin-bottom:1rem}}@media (max-width:1199px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.light-grid .text-grid-wrapper .quote-mark{margin-top:0;margin-bottom:0}}@media (max-width:767px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.light-grid .text-grid-wrapper .quote-mark{margin-bottom:.7rem}}@media (max-width:450px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.light-grid .text-grid-wrapper .quote-mark{margin-bottom:.3rem}}.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.second-big-quote.for-mobile{display:none}@media (max-width:767px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.second-big-quote.for-mobile{display:grid}}.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.second-big-quote.for-desktop{display:grid}@media (max-width:767px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn.second-big-quote.for-desktop{display:none}}.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn .text-grid-wrapper{position:relative;padding:3rem;height:100%;overflow-y:scroll;scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.2) transparent}.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn .text-grid-wrapper::-webkit-scrollbar{width:6px}.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn .text-grid-wrapper::-webkit-scrollbar-track{background:transparent}.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn .text-grid-wrapper::-webkit-scrollbar-thumb{border-radius:5px;background-color:hsla(0,0%,100%,.2);border:none}@media (max-width:1399px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn .text-grid-wrapper{padding:2rem}}@media (max-width:1199px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn .text-grid-wrapper{padding:1.5rem}}@media (max-width:1080px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn .text-grid-wrapper{padding:1rem 2rem}}@media (max-width:767px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn .text-grid-wrapper{padding:3rem}}@media (max-width:550px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn .text-grid-wrapper{padding:1.5rem}}@media (max-width:450px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn .text-grid-wrapper{padding:.8rem}}.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn .text-grid-wrapper .quote-mark{margin-bottom:1rem}@media (max-width:1199px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn .text-grid-wrapper .quote-mark{width:30px;margin-bottom:1rem}}@media (max-width:991px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn .text-grid-wrapper .quote-mark{margin-bottom:.5rem}}@media (max-width:767px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn .text-grid-wrapper .quote-mark{width:auto;margin-bottom:2rem}}@media (max-width:550px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn .text-grid-wrapper .quote-mark{width:30px;margin-bottom:1rem}}@media (max-width:450px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn .text-grid-wrapper .quote-mark{margin-bottom:.3rem}}@media (max-width:330px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn .text-grid-wrapper .quote-mark{width:20px;margin-bottom:.1rem}}.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn .text-grid-wrapper .pixels{position:absolute;top:2.5rem;right:2.5rem;width:80px;height:80px}@media (max-width:1399px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn .text-grid-wrapper .pixels{width:70px;height:70px;top:2rem;right:2rem}}@media (max-width:1250px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn .text-grid-wrapper .pixels{top:1.8rem;right:1.8rem}}@media (max-width:1199px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn .text-grid-wrapper .pixels{width:55px;height:55px;top:1rem;right:1rem}}@media (max-width:1080px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn .text-grid-wrapper .pixels{width:50px;height:50px}}@media (max-width:767px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn .text-grid-wrapper .pixels{display:none}}.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn .text-grid-wrapper .mobile-pixels{display:none;position:absolute;bottom:2rem;right:2rem;width:70px;height:70px}@media (max-width:767px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn .text-grid-wrapper .mobile-pixels{display:block}}@media (max-width:550px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn .text-grid-wrapper .mobile-pixels{width:50px;height:50px}}@media (max-width:450px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn .text-grid-wrapper .mobile-pixels{width:40px;height:40px;bottom:1rem;right:1rem}}.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn .text-grid-wrapper .quote-text{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:1.375rem;font-weight:400;line-height:1.3}@media (max-width:1199px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn .text-grid-wrapper .quote-text{font-size:1.25rem}}@media (max-width:991px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn .text-grid-wrapper .quote-text{font-size:1.125rem}}@media (max-width:799px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn .text-grid-wrapper .quote-text{font-size:1rem}}.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn .text-grid-wrapper .quote-person{margin-top:1rem;color:#fff;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.3}@media (max-width:1199px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn .text-grid-wrapper .quote-person{font-size:1.25rem}}@media (max-width:991px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn .text-grid-wrapper .quote-person{font-size:1.125rem}}@media (max-width:799px){.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn .text-grid-wrapper .quote-person{font-size:1rem}}.fourty-fifth-anniversary-photogrid-section .photo-cols .pcolumn .text-grid-wrapper .plogo{margin-top:1rem;width:65%;height:auto}.fourty-fifth-anniversary-photogrid-section .photo-cols figure{position:relative;overflow:hidden}.fourty-fifth-anniversary-photogrid-section .photo-cols figure:hover{cursor:pointer}.fourty-fifth-anniversary-photogrid-section .photo-cols figure:hover figcaption{z-index:11}.fourty-fifth-anniversary-photogrid-section .photo-cols figure:hover figcaption:before{opacity:1;display:block}.fourty-fifth-anniversary-photogrid-section .photo-cols figure:hover .quote-wrapper{opacity:1;padding-top:2rem;display:block}@media (max-width:767px){.fourty-fifth-anniversary-photogrid-section .photo-cols figure:hover .quote-wrapper{padding-top:.8rem}}.fourty-fifth-anniversary-photogrid-section .photo-cols figure figcaption{color:#fff;backface-visibility:hidden;position:absolute;top:0;left:0;width:100%;height:100%;z-index:10}.fourty-fifth-anniversary-photogrid-section .photo-cols figure figcaption:before{pointer-events:none;position:absolute;display:none;top:0;left:0;width:100%;height:100%;background:rgba(33,33,33,.5);content:"";opacity:0;-webkit-transition:all .35s;-moz-transition:all .35s;-o-transition:all .35s;-ms-transition:all .35s;transition:all .35s}.fourty-fifth-anniversary-photogrid-section .photo-cols figure figcaption:after{pointer-events:none}.fourty-fifth-anniversary-photogrid-section .photo-cols figure figcaption>a{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1000;text-indent:200%;white-space:nowrap;font-size:0;opacity:0}.fourty-fifth-anniversary-photogrid-section .photo-cols figure .bigger-name-wrapper{text-align:center;padding:2rem;display:table;position:relative;z-index:10;float:right;width:50%;height:100%}.fourty-fifth-anniversary-photogrid-section .photo-cols figure .bigger-name-wrapper .inner-cell{display:table-cell;vertical-align:middle}.fourty-fifth-anniversary-photogrid-section .photo-cols figure .bigger-name-wrapper .inner-cell .hashtag{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:2.5rem;font-weight:700}@media (max-width:1440px){.fourty-fifth-anniversary-photogrid-section .photo-cols figure .bigger-name-wrapper .inner-cell .hashtag{font-size:2.25rem}}@media (max-width:1199px){.fourty-fifth-anniversary-photogrid-section .photo-cols figure .bigger-name-wrapper .inner-cell .hashtag{font-size:1.25rem}}@media (max-width:767px){.fourty-fifth-anniversary-photogrid-section .photo-cols figure .bigger-name-wrapper .inner-cell .hashtag{font-size:1.5rem}}@media (max-width:399px){.fourty-fifth-anniversary-photogrid-section .photo-cols figure .bigger-name-wrapper .inner-cell .hashtag{font-size:1.25rem}}@media (max-width:350px){.fourty-fifth-anniversary-photogrid-section .photo-cols figure .bigger-name-wrapper .inner-cell .hashtag{font-size:1rem}}.fourty-fifth-anniversary-photogrid-section .photo-cols figure .quote-wrapper{display:table;margin:0;padding:3rem 2rem 2rem;font-size:smaller;-webkit-transition:all .35s;-moz-transition:all .35s;-o-transition:all .35s;-ms-transition:all .35s;transition:all .35s;position:absolute;top:0;bottom:10px;left:0;right:0;padding-bottom:3rem;width:100%;height:100%;opacity:0;text-align:left;overflow-y:scroll;scrollbar-width:thin;scrollbar-color:#008656 transparent}@media (max-width:767px){.fourty-fifth-anniversary-photogrid-section .photo-cols figure .quote-wrapper{padding:.8rem}}.fourty-fifth-anniversary-photogrid-section .photo-cols figure .quote-wrapper.grid11{display:table}@media (max-width:1199px){.fourty-fifth-anniversary-photogrid-section .photo-cols figure .quote-wrapper.grid11{display:block}}@media (max-width:767px){.fourty-fifth-anniversary-photogrid-section .photo-cols figure .quote-wrapper.grid11{display:table}}@media (max-width:450px){.fourty-fifth-anniversary-photogrid-section .photo-cols figure .quote-wrapper.grid11{display:block}}.fourty-fifth-anniversary-photogrid-section .photo-cols figure .quote-wrapper.grid11 .quote-inner{display:table-cell;vertical-align:middle}@media (max-width:1199px){.fourty-fifth-anniversary-photogrid-section .photo-cols figure .quote-wrapper.grid11 .quote-inner{display:block}}@media (max-width:767px){.fourty-fifth-anniversary-photogrid-section .photo-cols figure .quote-wrapper.grid11 .quote-inner{display:table-cell}}@media (max-width:450px){.fourty-fifth-anniversary-photogrid-section .photo-cols figure .quote-wrapper.grid11 .quote-inner{display:block}}.fourty-fifth-anniversary-photogrid-section .photo-cols figure .quote-wrapper.half{width:50%}.fourty-fifth-anniversary-photogrid-section .photo-cols figure .quote-wrapper.full{width:100%}.fourty-fifth-anniversary-photogrid-section .photo-cols figure .quote-wrapper::-webkit-scrollbar{width:6px}.fourty-fifth-anniversary-photogrid-section .photo-cols figure .quote-wrapper::-webkit-scrollbar-track{background:hsla(0,0%,44%,.3);border:none;background-clip:content-box}.fourty-fifth-anniversary-photogrid-section .photo-cols figure .quote-wrapper::-webkit-scrollbar-thumb{border-radius:0;background-color:#008656;border:none}.fourty-fifth-anniversary-photogrid-section .photo-cols figure .quote-wrapper .quote{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:1.25rem;margin-bottom:1.5rem;line-height:1.7}@media (max-width:1440px){.fourty-fifth-anniversary-photogrid-section .photo-cols figure .quote-wrapper .quote{font-size:1.125rem}}@media (max-width:991px){.fourty-fifth-anniversary-photogrid-section .photo-cols figure .quote-wrapper .quote{line-height:1.3}}@media (max-width:767px){.fourty-fifth-anniversary-photogrid-section .photo-cols figure .quote-wrapper .quote{font-size:1rem;margin-bottom:.5rem;line-height:1.2}}.fourty-fifth-anniversary-photogrid-section .photo-cols figure .quote-wrapper .people{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.7}@media (max-width:1440px){.fourty-fifth-anniversary-photogrid-section .photo-cols figure .quote-wrapper .people{font-size:1.125rem}}@media (max-width:767px){.fourty-fifth-anniversary-photogrid-section .photo-cols figure .quote-wrapper .people{font-size:1rem}}.fourty-fifth-anniversary-footer-statement{position:relative;padding:6rem 0;overflow:hidden;background-color:#333f48}@media (max-width:991px){.fourty-fifth-anniversary-footer-statement{padding-bottom:15rem}}.fourty-fifth-anniversary-footer-statement .sdots{position:absolute;width:2000px;bottom:3px;right:-9%;height:50px;background-size:contain;background-image:url("https://sterlingukstag.wpengine.com/wp-content/themes/sterlingemea/resources/assets/images/45th/desktop-square-dots.svg");z-index:9}@media (max-width:2450px){.fourty-fifth-anniversary-footer-statement .sdots{right:-75%}}@media (max-width:1440px){.fourty-fifth-anniversary-footer-statement .sdots{right:-73%}}@media (max-width:1399px){.fourty-fifth-anniversary-footer-statement .sdots{right:-76%}}@media (max-width:1349px){.fourty-fifth-anniversary-footer-statement .sdots{right:-80%}}@media (max-width:1299px){.fourty-fifth-anniversary-footer-statement .sdots{right:-88%}}@media (max-width:1249px){.fourty-fifth-anniversary-footer-statement .sdots{right:-95%}}@media (max-width:1199px){.fourty-fifth-anniversary-footer-statement .sdots{right:-105%}}@media (max-width:1149px){.fourty-fifth-anniversary-footer-statement .sdots{right:-118%}}@media (max-width:1099px){.fourty-fifth-anniversary-footer-statement .sdots{right:-125%}}@media (max-width:991px){.fourty-fifth-anniversary-footer-statement .sdots{right:-3px}}.fourty-fifth-anniversary-footer-statement .footer-pixels{position:absolute;bottom:20px;right:5%;z-index:5;width:370px}@media (max-width:991px){.fourty-fifth-anniversary-footer-statement .footer-pixels{display:none}}.fourty-fifth-anniversary-footer-statement .footer-pixels-m{position:absolute;bottom:11px;right:11%;z-index:5;width:300px;display:none}@media (max-width:991px){.fourty-fifth-anniversary-footer-statement .footer-pixels-m{display:block}}@media (max-width:500px){.fourty-fifth-anniversary-footer-statement .footer-pixels-m{width:275px;bottom:14px}}@media (max-width:375px){.fourty-fifth-anniversary-footer-statement .footer-pixels-m{right:8%}}@media (max-width:320px){.fourty-fifth-anniversary-footer-statement .footer-pixels-m{right:4%}}.fourty-fifth-anniversary-footer-statement .statement-heading{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:2.625rem;font-weight:700;color:#fff;line-height:1.3;padding-right:10rem;margin-bottom:3rem}@media (max-width:1199px){.fourty-fifth-anniversary-footer-statement .statement-heading{padding-right:4rem}}@media (max-width:991px){.fourty-fifth-anniversary-footer-statement .statement-heading{padding-right:0;margin-bottom:2rem}}@media (max-width:767px){.fourty-fifth-anniversary-footer-statement .statement-heading{font-size:2.375rem;text-align:center}}.fourty-fifth-anniversary-footer-statement .statement-hashtag{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:1.375rem;font-weight:700;color:#008656}@media (max-width:991px){.fourty-fifth-anniversary-footer-statement .statement-hashtag{margin-bottom:2.5rem}}@media (max-width:767px){.fourty-fifth-anniversary-footer-statement .statement-hashtag{font-size:1rem;text-align:center}}.fourty-fifth-anniversary-footer-statement .statement-desc{font-family:Roboto,Arial,Helvetica,sans-serif;font-size:1.25rem;color:#fff;line-height:1.5;position:relative;z-index:10}@media (max-width:767px){.fourty-fifth-anniversary-footer-statement .statement-desc{font-size:1rem}}.fourty-fifth-anniversary-about-page-section{padding:5.625rem 0;background-color:#fff}.fourty-fifth-anniversary-about-page-section .fourty-fifth-img{width:100%}.fourty-fifth-anniversary-about-page-section .heading{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.3}@media (max-width:991px){.fourty-fifth-anniversary-about-page-section .heading{margin-top:3rem}}.fourty-fifth-anniversary-about-page-section .desc{font-family:Roboto,Arial,Helvetica,sans-serif;font-size:1.125rem;line-height:1.5;color:#212121;margin-bottom:2rem}@media (max-width:767px){.fourty-fifth-anniversary-about-page-section .desc{font-size:1rem}}.middle-service-hero-section{margin-top:1.5rem;padding:6rem 0 5rem;position:relative;background:-moz-linear-gradient(top,#ededed 0,hsla(0,0%,100%,0) 100%);background:-webkit-linear-gradient(top,#ededed,hsla(0,0%,100%,0));background:linear-gradient(180deg,#ededed 0,hsla(0,0%,100%,0));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#EDEDED",endColorstr="#00ffffff",GradientType=0)}@media (max-width:1199px){.middle-service-hero-section{margin-top:0}}@media (max-width:1299px){.middle-service-hero-section{padding-bottom:2rem}}@media (max-width:991px){.middle-service-hero-section{padding:8rem 0 7rem;background-image:url(https://www.sterlingcheck.com/wp-content/uploads/2020/06/GettyImages-1010593510-alt-web.jpg);background-repeat:no-repeat;background-size:cover;background-position:50%}}.middle-service-hero-section .background-overlay{position:absolute;background-color:#fff;background:linear-gradient(90deg,transparent 50%,#b0b0b0 0);top:0;left:0;width:100%;height:100%;z-index:0}@media (max-width:991px){.middle-service-hero-section .background-overlay{position:relative;z-index:1;background:linear-gradient(90deg,#fff 50%,#fff 0)}}.middle-service-hero-section .mobile-overlay{display:none;position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3);z-index:2}@media (max-width:991px){.middle-service-hero-section .mobile-overlay{display:block}}.middle-service-hero-section .heading.h1,.middle-service-hero-section h1.heading{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;font-size:3.25rem;line-height:3.25rem;color:#212121;margin-bottom:2rem;position:relative;z-index:3}@media (max-width:991px){.middle-service-hero-section .heading.h1,.middle-service-hero-section h1.heading{color:#fff}}.middle-service-hero-section .heading__de.h1,.middle-service-hero-section h1.heading__de{font-size:2.875rem;line-height:2.875rem}.middle-service-hero-section .heading.h1:before,.middle-service-hero-section h1.heading:before{content:" ";position:absolute;left:0;top:-1.25rem;height:.5625rem;width:4rem;z-index:3;background-color:#008656}.middle-service-hero-section .subheading{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:1.5rem;color:#212121;line-height:1.5;margin-bottom:2.5rem;position:relative;z-index:3}@media (max-width:991px){.middle-service-hero-section .subheading{color:#fff}}.middle-service-hero-section .dutch-subheading{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:1.25rem;color:#212121;line-height:1.5;margin-bottom:2.5rem;position:relative;z-index:3}@media (max-width:991px){.middle-service-hero-section .dutch-subheading{color:#fff}}.middle-service-hero-section .btn{position:relative;z-index:3}@media (max-width:1299px){.middle-service-hero-section .btn{padding:.75rem .8rem}}@media (max-width:1199px){.middle-service-hero-section .btn{margin-bottom:.625rem}}.middle-service-hero-section .image-wrapper{position:relative;z-index:0}.middle-service-hero-section .image-wrapper .header-img{margin-top:1.5rem;position:absolute;left:-5rem;top:-7.5rem;width:111%;z-index:14}@media (max-width:1327px){.middle-service-hero-section .image-wrapper .header-img{width:110.5%}}@media (max-width:1322px){.middle-service-hero-section .image-wrapper .header-img{width:110%}}@media (max-width:1320px){.middle-service-hero-section .image-wrapper .header-img{width:109.5%}}@media (max-width:1315px){.middle-service-hero-section .image-wrapper .header-img{width:109.1%}}@media (max-width:1306px){.middle-service-hero-section .image-wrapper .header-img{width:108.5%}}@media (max-width:1226px){.middle-service-hero-section .image-wrapper .header-img{width:108.6%}}@media (max-width:1199px){.middle-service-hero-section .image-wrapper .header-img{max-width:100%;top:1rem}}@media (max-width:991px){.middle-service-hero-section .image-wrapper .header-img{position:relative;left:0;margin-top:2rem;display:none}}.middle-service-records-section{padding:5rem 0;background-color:#fff}@media (max-width:991px){.middle-service-records-section{padding-top:3rem}}@media (max-width:767px){.middle-service-records-section{padding-bottom:0}}.middle-service-records-section .heading{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;font-size:2rem;color:#212121;margin-bottom:1rem}.middle-service-records-section .desc{font-size:1.125rem;color:#212121;padding-right:2.5rem;line-height:1.5}@media (max-width:1199px){.middle-service-records-section .desc{padding-right:0}}.middle-service-records-section .record-row{margin-left:-4rem;list-style:none}@media (max-width:1199px){.middle-service-records-section .record-row{margin-left:0}}@media (max-width:991px){.middle-service-records-section .record-row{padding-left:0}}.middle-service-records-section .record-row .record-item{display:inline-block;width:20%;vertical-align:top}@media (max-width:1199px){.middle-service-records-section .record-row .record-item{margin-right:0}}@media (max-width:991px){.middle-service-records-section .record-row .record-item{width:21%}}@media (max-width:767px){.middle-service-records-section .record-row .record-item{width:49%}}.middle-service-records-section .record-row .record-item:first-child{margin-left:3.6rem}@media (max-width:1270px){.middle-service-records-section .record-row .record-item:first-child{margin-left:2rem}}@media (max-width:1199px){.middle-service-records-section .record-row .record-item:first-child{margin-left:0}}.middle-service-records-section .record-row .record-item:first-child{margin-right:3rem}@media (max-width:767px){.middle-service-records-section .record-row .record-item:first-child{margin-right:0}}.middle-service-records-section .record-row .record-item:not(last-child){margin-right:1.8rem}@media (max-width:1199px){.middle-service-records-section .record-row .record-item:not(last-child){margin-right:1rem}}@media (max-width:767px){.middle-service-records-section .record-row .record-item:not(last-child){margin-right:0}}.middle-service-records-section .record-row .record-item .record-numbers{position:relative;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;font-size:2.25rem;color:#008656;margin-top:5.5rem;margin-bottom:1rem}@media (max-width:1199px){.middle-service-records-section .record-row .record-item .record-numbers{font-size:1.875rem}}@media (max-width:991px){.middle-service-records-section .record-row .record-item .record-numbers{margin-top:4rem}}@media (max-width:767px){.middle-service-records-section .record-row .record-item .record-numbers{font-size:2.25rem}}.middle-service-records-section .record-row .record-item .record-numbers .top-orange-bar{position:absolute;background-color:#008656;left:0;top:-1.875rem;height:.5625rem;max-width:3.625rem;animation:expandWidth 3s forwards}@media (max-width:1199px){.middle-service-records-section .record-row .record-item .record-numbers .top-orange-bar{max-width:3.125rem}}.middle-service-records-section .record-row .record-item .record-desc{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:1.125rem;line-height:1.3;color:#212121;width:85%}@media (max-width:1199px){.middle-service-records-section .record-row .record-item .record-desc{font-size:1rem}}@media (max-width:767px){.middle-service-records-section .record-row .record-item .record-desc{font-size:1.125rem}}.middle-service-people-driven-section{padding:6rem 0 3rem;background-color:#fff}@media (max-width:991px){.middle-service-people-driven-section{padding-top:0;padding-bottom:2rem}}.middle-service-people-driven-section .image-wrapper{position:relative;margin-top:4rem}.middle-service-people-driven-section .image-wrapper .particle:first-child{height:6.25rem;width:6.25rem;background-color:#ededed;opacity:1;position:absolute;right:5.875rem;top:-3.4375rem;z-index:0}@media (max-width:1199px){.middle-service-people-driven-section .image-wrapper .particle:first-child{right:4rem}}@media (max-width:991px){.middle-service-people-driven-section .image-wrapper .particle:first-child{right:2.5rem}}@media (max-width:767px){.middle-service-people-driven-section .image-wrapper .particle:first-child{top:-.3125rem;right:.9375rem}}.middle-service-people-driven-section .image-wrapper .particle:nth-child(2){height:1.875rem;width:1.875rem;background-color:#add7c7;opacity:.75;position:absolute;right:3.125rem;top:4.0625rem;z-index:0}@media (max-width:991px){.middle-service-people-driven-section .image-wrapper .particle:nth-child(2){right:0}}@media (max-width:767px){.middle-service-people-driven-section .image-wrapper .particle:nth-child(2){top:6.5625rem}}.middle-service-people-driven-section .image-wrapper .ppl-img{position:relative;width:80%;z-index:1}@media (max-width:991px){.middle-service-people-driven-section .image-wrapper .ppl-img{width:90%;margin-bottom:2rem;margin-top:0}}@media (max-width:767px){.middle-service-people-driven-section .image-wrapper .ppl-img{margin-top:4rem}}.middle-service-people-driven-section .heading{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:2rem;font-weight:700;line-height:1.5}@media (max-width:1199px){.middle-service-people-driven-section .heading{margin-top:0}}.middle-service-people-driven-section .desc{font-size:1rem;color:#212121;margin-bottom:2rem}.middle-service-people-driven-section .desc ul{list-style:none}.middle-service-people-driven-section .desc ul li:before{content:"\2022";color:#008656;display:inline-block;width:.9375rem;margin-left:0}.middle-service-people-driven-section .arrow-cta{font-size:1.125rem;font-weight:700}.middle-service-people-driven-section .people-driven{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.middle-service-people-driven-section .record-row{list-style:none;width:100%;margin-bottom:2.5rem}@media (max-width:1199px){.middle-service-people-driven-section .record-row{margin-left:0}}@media (max-width:991px){.middle-service-people-driven-section .record-row{padding-left:0}}.middle-service-people-driven-section .record-row .record-item{display:inline-block;width:28%;vertical-align:top}@media (max-width:1199px){.middle-service-people-driven-section .record-row .record-item{margin-right:0}}@media (max-width:991px){.middle-service-people-driven-section .record-row .record-item{width:21%}}@media (max-width:767px){.middle-service-people-driven-section .record-row .record-item{width:49%}}@media (max-width:1270px){.middle-service-people-driven-section .record-row .record-item:first-child{margin-left:2rem}}@media (max-width:1199px){.middle-service-people-driven-section .record-row .record-item:first-child{margin-left:0}}@media (max-width:767px){.middle-service-people-driven-section .record-row .record-item:first-child{margin-right:0}}@media (max-width:1199px){.middle-service-people-driven-section .record-row .record-item:not(last-child){margin-right:1rem}}@media (max-width:767px){.middle-service-people-driven-section .record-row .record-item:not(last-child){margin-right:0}}.middle-service-people-driven-section .record-row .record-item .record-numbers{position:relative;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;font-size:2.25rem;color:#008656;margin-top:2.5rem;margin-bottom:1rem}@media (max-width:1199px){.middle-service-people-driven-section .record-row .record-item .record-numbers{font-size:1.875rem}}@media (max-width:991px){.middle-service-people-driven-section .record-row .record-item .record-numbers{margin-top:4rem}}@media (max-width:767px){.middle-service-people-driven-section .record-row .record-item .record-numbers{font-size:2.25rem}}.middle-service-people-driven-section .record-row .record-item .record-numbers .top-orange-bar{position:absolute;background-color:#008656;left:0;top:-1.875rem;height:.5625rem;max-width:3.625rem;animation:expandWidth 3s forwards}@media (max-width:1199px){.middle-service-people-driven-section .record-row .record-item .record-numbers .top-orange-bar{max-width:3.125rem}}.middle-service-people-driven-section .record-row .record-item .record-desc{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:1.125rem;line-height:1.3;color:#212121;width:85%}@media (max-width:1199px){.middle-service-people-driven-section .record-row .record-item .record-desc{font-size:1rem}}@media (max-width:767px){.middle-service-people-driven-section .record-row .record-item .record-desc{font-size:1.125rem}}.middle-service-adaptive-service-section{padding:0 0 3rem;background-color:#fff}.middle-service-adaptive-service-section .heading{margin-top:4rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:2rem;font-weight:700;line-height:1.5}@media (max-width:1199px){.middle-service-adaptive-service-section .heading{margin-top:0}}@media (max-width:991px){.middle-service-adaptive-service-section .heading{margin-top:0}}.middle-service-adaptive-service-section .desc{font-size:1.125rem;color:#212121;margin-bottom:2rem}@media (max-width:767px){.middle-service-adaptive-service-section .desc{margin-bottom:0}}.middle-service-adaptive-service-section .gear-wrapper{position:relative}@media (max-width:767px){.middle-service-adaptive-service-section .gear-wrapper{display:none}}.middle-service-adaptive-service-section .gear-wrapper .particle:first-child{height:1.875rem;width:1.875rem;background-color:#008656;opacity:.3;position:absolute;left:2.5rem;top:9.375rem;z-index:0}@media (max-width:1199px){.middle-service-adaptive-service-section .gear-wrapper .particle:first-child{left:0}}.middle-service-adaptive-service-section .gear-wrapper .particle:nth-child(2){height:6.875rem;width:6.875rem;background-color:#ededed;opacity:.75;position:absolute;left:5.3125rem;top:.3125rem;z-index:0}@media (max-width:1199px){.middle-service-adaptive-service-section .gear-wrapper .particle:nth-child(2){height:5rem;width:5rem;left:2.8125rem}}@media (max-width:767px){.middle-service-adaptive-service-section .gear-wrapper .particle:nth-child(2){height:6.25rem;width:6.25rem}}.middle-service-adaptive-service-section .gear-wrapper .particle:nth-child(3){height:4.375rem;width:4.375rem;background-color:#add7c7;opacity:.3;position:absolute;right:5rem;bottom:-.9375rem;z-index:0}@media (max-width:1199px){.middle-service-adaptive-service-section .gear-wrapper .particle:nth-child(3){height:2.5rem;width:2.5rem;right:2.5rem}}@media (max-width:767px){.middle-service-adaptive-service-section .gear-wrapper .particle:nth-child(3){height:3.75rem;width:3.75rem}}.middle-service-adaptive-service-section .gear-wrapper .cloud-gears{margin:0 auto;width:300px;height:300px;background-size:cover;background-position:50%;background-repeat:no-repeat}.middle-service-explore-section{padding:3rem 0;background-color:#f6f6f6}@media (max-width:767px){.middle-service-explore-section{padding:6rem 0}}.middle-service-explore-section .heading{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:2.375rem;font-weight:700;line-height:1.5;text-align:center}@media (max-width:991px){.middle-service-explore-section .heading{font-size:2rem}}.middle-service-explore-section .subheading{font-size:1.25rem;line-height:1.5;color:#212121;margin-bottom:3rem;text-align:center}@media (max-width:767px){.middle-service-explore-section .subheading.for-desktop{display:none}}.middle-service-explore-section .subheading.for-mobile{display:none}@media (max-width:767px){.middle-service-explore-section .subheading.for-mobile{display:block}}.middle-service-explore-section .service-item{background-color:#212121;padding:2rem;position:relative;z-index:0}.middle-service-explore-section .service-item .service-link{position:relative}.middle-service-explore-section .service-item .service-link .service-icon{float:right;height:80px}@media (max-width:767px){.middle-service-explore-section .service-item .service-link .service-icon{float:none;margin:0 auto;display:block}}.middle-service-explore-section .service-item .service-link .service-icon .svg-inline--fa{color:#909090;font-size:4.5rem}.middle-service-explore-section .service-item .service-link .service-title{position:relative;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:1.375rem;font-weight:700;line-height:1.5;color:#fff;margin-top:2rem;min-height:66px}.middle-service-explore-section .service-item .service-link .service-title:before{content:"";position:absolute;left:0;top:-1.5625rem;background-color:#008656;height:.5625rem;width:3.125rem}@media (max-width:767px){.middle-service-explore-section .service-item .service-link .service-title:before{width:100%}}@media (max-width:767px){.middle-service-explore-section .service-item .service-link .service-title{text-align:center}}@media (max-width:425px){.middle-service-explore-section .service-item .service-link .service-title{font-size:1.125rem}}@media (max-width:320px){.middle-service-explore-section .service-item .service-link .service-title{min-height:110px}}.middle-service-explore-section .service-item .service-link .service-desc{color:#c3c3c3;line-height:1.5;font-size:1rem;min-height:75px;margin-bottom:1.5rem}@media (max-width:767px){.middle-service-explore-section .service-item .service-link .service-desc{text-align:center}}@media (max-width:425px){.middle-service-explore-section .service-item .service-link .service-desc{min-height:80px}}@media (max-width:375px){.middle-service-explore-section .service-item .service-link .service-desc{min-height:96px}}@media (max-width:320px){.middle-service-explore-section .service-item .service-link .service-desc{min-height:144px}}.middle-service-explore-section .service-item .service-link .service-cta{color:#c3c3c3;font-size:.875rem}@media (max-width:767px){.middle-service-explore-section .service-item .service-link .service-cta{text-align:center;color:#008656}}.middle-service-explore-section .service-item .orange-border{position:absolute;bottom:0;left:0;height:9px;width:100%;background-color:#008656;z-index:1;display:none}.middle-service-explore-section.slick-dotted.slick-slider{margin-bottom:0!important}.middle-service-explore-section .slick-list{margin:-.5rem}.middle-service-explore-section .slick-slide{outline:none;margin:.5rem;-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-ms-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease}.middle-service-explore-section .slick-slide *{outline:none}.middle-service-explore-section .slick-slide:hover .service-item .svg-inline--fa{color:#fff}.middle-service-explore-section .slick-slide:hover .service-item .service-icon g{opacity:1;-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-ms-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease}.middle-service-explore-section .slick-slide:hover .service-item .service-cta{color:#a9dd2a;text-decoration:underline}.middle-service-explore-section .slick-slide:hover .service-item .service-title:before{width:100%;-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-ms-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease}.middle-service-explore-section .slick-dots li:not(.slick-active) button:before{opacity:1;background-color:#c3c3c3;border:1px solid #c3c3c3}@media (max-width:767px){.middle-service-explore-section .slick-dots li:not(.slick-active) button:before{width:12px;height:12px}}@media (max-width:767px){.middle-service-explore-section .slick-dots li.slick-active button:before{font-size:.9rem;top:-2px}}.middle-service-explore-section .slick-dots li:hover{opacity:.5}.middle-service-explore-section .main-slider-wrapper{position:relative}.middle-service-explore-section .main-slider-wrapper .arrow{position:absolute;top:9.375rem;padding:1rem;background-color:#495965;width:10px;height:65px;cursor:pointer;-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-ms-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease}@media (max-width:767px){.middle-service-explore-section .main-slider-wrapper .arrow{background-color:#797979}}@media (max-width:425px){.middle-service-explore-section .main-slider-wrapper .arrow{top:10.625rem;width:40px;height:55px}}.middle-service-explore-section .main-slider-wrapper .arrow .svg{width:30px;margin-left:-10px}@media (max-width:425px){.middle-service-explore-section .main-slider-wrapper .arrow .svg{margin-top:-5px;margin-left:-6px}}.middle-service-explore-section .main-slider-wrapper .arrow:hover{border-bottom:5px solid #008656}.middle-service-explore-section .main-slider-wrapper .arrow:hover .svg path{stroke:#008656}.middle-service-explore-section .main-slider-wrapper .prev{left:-3.125rem}@media (max-width:1380px){.middle-service-explore-section .main-slider-wrapper .prev{left:-.3125rem}}@media (max-width:1199px){.middle-service-explore-section .main-slider-wrapper .prev{left:-3.125rem}}@media (max-width:1050px){.middle-service-explore-section .main-slider-wrapper .prev{left:-.625rem}}@media (max-width:767px){.middle-service-explore-section .main-slider-wrapper .prev{left:2.5rem}}@media (max-width:575px){.middle-service-explore-section .main-slider-wrapper .prev{left:.9375rem}}.middle-service-explore-section .main-slider-wrapper .next{right:-3.1875rem}@media (max-width:1380px){.middle-service-explore-section .main-slider-wrapper .next{right:-.4375rem}}@media (max-width:1199px){.middle-service-explore-section .main-slider-wrapper .next{right:-3.1875rem}}@media (max-width:1050px){.middle-service-explore-section .main-slider-wrapper .next{right:-.625rem}}@media (max-width:767px){.middle-service-explore-section .main-slider-wrapper .next{right:2.5rem}}@media (max-width:575px){.middle-service-explore-section .main-slider-wrapper .next{right:.9375rem}}.middle-service-industry-solutions-section{padding:6rem 0;background-color:#f6f6f6}@media (max-width:991px){.middle-service-industry-solutions-section{padding-bottom:4rem}}.middle-service-industry-solutions-section .heading{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:2.375rem;font-weight:700;line-height:1.5;position:relative}@media (max-width:1199px){.middle-service-industry-solutions-section .heading{margin-top:0}}@media (max-width:991px){.middle-service-industry-solutions-section .heading{font-size:2rem}}@media (max-width:767px){.middle-service-industry-solutions-section .heading{margin-top:3rem}}.middle-service-industry-solutions-section .heading:before{content:"";position:absolute;height:9px;width:67px;background-color:#008656;top:-30px;left:0}.middle-service-industry-solutions-section .desc{font-size:1.125rem;color:#212121;line-height:1.5;margin-bottom:2rem}.middle-service-industry-solutions-section .mid-ser-industry-list{list-style:none;padding-left:0;margin-bottom:0}.middle-service-industry-solutions-section .mid-ser-industry-list li a.industry-link{display:block;color:#212121;border:1px solid transparent;border-radius:5px;line-height:1.4;padding:.3rem 0;font-size:1rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;position:relative}.middle-service-industry-solutions-section .mid-ser-industry-list li a.industry-link:hover{color:#008656}.middle-service-industry-solutions-section .mid-ser-industry-list li a.industry-link:hover svg g{opacity:1}.middle-service-industry-solutions-section .mid-ser-industry-list li a.industry-link:hover svg circle,.middle-service-industry-solutions-section .mid-ser-industry-list li a.industry-link:hover svg path,.middle-service-industry-solutions-section .mid-ser-industry-list li a.industry-link:hover svg rect{fill:#008656;opacity:1}.middle-service-industry-solutions-section .mid-ser-industry-list li a.industry-link .industry-icon{width:30px!important;font-size:25px;margin-right:.5rem;vertical-align:middle}@media (max-width:1199px){.middle-service-industry-solutions-section .mid-ser-industry-list li a.industry-link .industry-icon{width:25px!important}}.middle-service-industry-solutions-section .mid-ser-industry-list li a.industry-link .industry-text{position:relative;top:2px}@media (max-width:1199px){.middle-service-industry-solutions-section .mid-ser-industry-list li a.industry-link .industry-text{display:inline-block}}.middle-service-industry-links-section{padding:0 0 3rem;background-color:#fff}@media (max-width:767px){.middle-service-industry-links-section{padding-bottom:6rem}}.middle-service-industry-links-section .heading{position:relative;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:2.125rem;font-weight:700;line-height:1.5;margin-bottom:2rem}.middle-service-industry-links-section .heading:before{content:"";position:absolute;top:-1.875rem;left:0;height:.5625rem;width:3.75rem;background-color:#008656}@media (max-width:991px){.middle-service-industry-links-section .heading{margin-top:3rem;font-size:2rem}}@media (max-width:767px){.middle-service-industry-links-section .heading{margin-top:6rem}}.middle-service-industry-links-section .industry-list{list-style:none;padding-left:0}@media (max-width:767px){.middle-service-industry-links-section .industry-list{margin-bottom:.5rem}}.middle-service-industry-links-section .industry-list li{margin-bottom:.5rem}.middle-service-industry-links-section .industry-list li a{font-size:1.25rem;text-decoration:underline;line-height:1.1;color:#212121}.middle-service-industry-links-section .industry-list li a:hover{color:#008656}.middle-service-technology-section{position:relative;padding:8rem 0 6rem;background-repeat:no-repeat;background-color:#fff;background-image:url("https://www.sterlingcheck.com/wp-content/uploads/2020/06/GettyImages-947365086-report-V1-Dark-lores-scaled.jpg");background-size:cover;background-position:0;z-index:0}@media (max-width:1199px){.middle-service-technology-section{padding:6rem 0 4rem;background-position:12%}}@media (max-width:767px){.middle-service-technology-section{background-image:none;padding-top:0;padding-bottom:0}}.middle-service-technology-section .particle:first-child{height:5rem;width:5rem;background-color:#fff;opacity:.3;position:absolute;left:8.75rem;top:2.8125rem;z-index:1}@media (max-width:767px){.middle-service-technology-section .particle:first-child{display:none}}.middle-service-technology-section .particle:nth-child(2){height:2.8125rem;width:2.8125rem;background-color:#add7c7;opacity:.5;position:absolute;left:12.1875rem;top:6.25rem;z-index:1}@media (max-width:767px){.middle-service-technology-section .particle:nth-child(2){display:none}}.middle-service-technology-section .particle:nth-child(3){height:2.5rem;width:2.5rem;background-color:#fff;opacity:.3;position:absolute;right:11.25rem;bottom:2.1875rem;z-index:1}@media (max-width:767px){.middle-service-technology-section .particle:nth-child(3){display:none}}.middle-service-technology-section .particle:nth-child(4){height:5rem;width:5rem;background-color:#add7c7;opacity:.5;position:absolute;right:7.5rem;bottom:3.75rem;z-index:1}@media (max-width:767px){.middle-service-technology-section .particle:nth-child(4){display:none}}.middle-service-technology-section .mobile-header-image{width:100%;display:none}@media (max-width:767px){.middle-service-technology-section .mobile-header-image{display:block}}.middle-service-technology-section .backdrop-overlay{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);z-index:1;display:none}@media (max-width:991px){.middle-service-technology-section .backdrop-overlay{display:block}}@media (max-width:767px){.middle-service-technology-section .backdrop-overlay{display:none}}.middle-service-technology-section .heading{color:#fff;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:2.375rem;font-weight:700;line-height:1.5;margin-bottom:2rem;position:relative;z-index:2}@media (max-width:991px){.middle-service-technology-section .heading{font-size:2rem}}@media (max-width:767px){.middle-service-technology-section .heading{color:#212121;margin-top:6rem}}.middle-service-technology-section .desc{color:#fff;font-size:1.125rem;line-height:1.5;margin-bottom:2rem;position:relative;z-index:2}@media (max-width:767px){.middle-service-technology-section .desc{color:#212121}}.middle-service-driving-results-section{padding:3rem 0;background-color:#fff}@media (max-width:575px){.middle-service-driving-results-section{padding-bottom:0}}.middle-service-driving-results-section .heading{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:2.375rem;font-weight:700;line-height:1.5;margin-top:2.8rem;margin-bottom:2rem;position:relative}.middle-service-driving-results-section .heading:before{content:"";position:absolute;left:0;top:-1.875rem;height:.5625rem;width:4rem;background-color:#008656}@media (max-width:991px){.middle-service-driving-results-section .heading{font-size:2rem}}@media (max-width:767px){.middle-service-driving-results-section .heading{margin-top:0}}.middle-service-driving-results-section .desc{color:#212121;font-size:1.125rem;line-height:1.5;margin-bottom:2rem}.middle-service-driving-results-section .arrow-cta{font-size:1.125rem;font-weight:700}@media (max-width:991px){.middle-service-driving-results-section .arrow-cta{margin-bottom:3rem;display:block}}@media (max-width:767px){.middle-service-driving-results-section .arrow-cta{margin-bottom:6rem}}@media (max-width:767px){.middle-service-driving-results-section .mobile-background-area{background-color:rgba(214,235,227,.75);padding-top:3rem;padding-bottom:3rem}}.middle-service-driving-results-section .single-quote{padding:3rem;background-color:rgba(214,235,227,.75);border:1rem solid #fff;min-height:455px;position:relative;z-index:1}@media (max-width:1199px){.middle-service-driving-results-section .single-quote{min-height:580px}}@media (max-width:991px){.middle-service-driving-results-section .single-quote{min-height:415px;border:none}}@media (max-width:767px){.middle-service-driving-results-section .single-quote{background-color:transparent}}.middle-service-driving-results-section .single-quote .quote-mark{width:40px;height:40px}.middle-service-driving-results-section .single-quote .quote-content{color:#212121;font-size:1.25rem;margin-top:1.5rem;margin-bottom:3rem}.middle-service-driving-results-section .single-quote .quote-author{color:#333f48;font-weight:700;font-size:1.25rem}.middle-service-driving-results-section .single-quote .quote-author-details,.middle-service-driving-results-section .single-quote .quote-company{color:#333f48;font-size:1.125rem}.middle-service-driving-results-section .single-quote .quote-image{max-height:140px;max-width:75%;margin:auto}.middle-service-driving-results-section .quote-area{position:relative}.middle-service-driving-results-section .quote-area .quote-arrows{background-color:#212121;list-style:none;padding-left:0;position:absolute;right:-3.45%;bottom:40%;z-index:2}@media (max-width:1420px){.middle-service-driving-results-section .quote-area .quote-arrows{right:-3.4%}}@media (max-width:1199px){.middle-service-driving-results-section .quote-area .quote-arrows{right:-4.45%}}@media (max-width:991px){.middle-service-driving-results-section .quote-area .quote-arrows{right:-5.2%}}@media (max-width:767px){.middle-service-driving-results-section .quote-area .quote-arrows{display:none}}.middle-service-driving-results-section .quote-area .arrow{background-color:#212121;display:inline-block;width:40px;height:70px;margin-right:-4px;cursor:pointer}.middle-service-driving-results-section .quote-area .arrow:hover{border-bottom:4px solid #008656}.middle-service-driving-results-section .quote-area .arrow:hover .svg path{stroke:#008656}.middle-service-driving-results-section .quote-area .arrow .svg{height:42px;margin-top:17px;margin-left:10px}.middle-service-driving-results-section .slick-dots{position:relative;top:-12px}.middle-service-driving-results-section .slick-dots li:not(.slick-active) button:before{opacity:1;background-color:#c3c3c3;border:1px solid #c3c3c3}@media (max-width:767px){.middle-service-driving-results-section .slick-dots li:not(.slick-active) button:before{width:12px;height:12px}}@media (max-width:767px){.middle-service-driving-results-section .slick-dots li.slick-active button:before{font-size:.9rem;top:-2px}}.middle-service-driving-results-section .slick-dots li:hover{opacity:.5}.expandWidth{animation:expandWidth 3s forwards}@keyframes expandWidth{0%{width:0}to{width:100%}}.middle-industry-technology-section{position:relative;padding:8rem 0 6rem;background-repeat:no-repeat;background-color:#fff;background-image:url("https://www.sterlingcheck.com/wp-content/uploads/2021/02/IGE-V2-Hero-5000x2200-grid.jpg");background-size:cover;background-position:0;z-index:0}@media (max-width:1199px){.middle-industry-technology-section{padding:6rem 0 4rem;background-position:12%}}@media (max-width:767px){.middle-industry-technology-section{background-image:none;padding-top:0;padding-bottom:0}}.middle-industry-technology-section .particle:first-child{height:5rem;width:5rem;background-color:#fff;opacity:.3;position:absolute;left:8.75rem;top:2.8125rem;z-index:1}@media (max-width:767px){.middle-industry-technology-section .particle:first-child{display:none}}.middle-industry-technology-section .particle:nth-child(2){height:2.8125rem;width:2.8125rem;background-color:#add7c7;opacity:.5;position:absolute;left:12.1875rem;top:6.25rem;z-index:1}@media (max-width:767px){.middle-industry-technology-section .particle:nth-child(2){display:none}}.middle-industry-technology-section .particle:nth-child(3){height:2.5rem;width:2.5rem;background-color:#fff;opacity:.3;position:absolute;right:11.25rem;bottom:2.1875rem;z-index:1}@media (max-width:767px){.middle-industry-technology-section .particle:nth-child(3){display:none}}.middle-industry-technology-section .particle:nth-child(4){height:5rem;width:5rem;background-color:#add7c7;opacity:.5;position:absolute;right:7.5rem;bottom:3.75rem;z-index:1}@media (max-width:767px){.middle-industry-technology-section .particle:nth-child(4){display:none}}.middle-industry-technology-section .mobile-header-image{width:100%;display:none}@media (max-width:767px){.middle-industry-technology-section .mobile-header-image{display:block}}.middle-industry-technology-section .backdrop-overlay{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);z-index:1;display:none}@media (max-width:991px){.middle-industry-technology-section .backdrop-overlay{display:block}}@media (max-width:767px){.middle-industry-technology-section .backdrop-overlay{display:none}}.middle-industry-technology-section .heading{color:#fff;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:2.375rem;font-weight:700;line-height:1.5;margin-bottom:2rem;position:relative;z-index:2}@media (max-width:991px){.middle-industry-technology-section .heading{font-size:2rem}}@media (max-width:767px){.middle-industry-technology-section .heading{color:#212121;margin-top:6rem}}.middle-industry-technology-section .desc{color:#fff;font-size:1.125rem;line-height:1.5;margin-bottom:2rem;position:relative;z-index:2}@media (max-width:767px){.middle-industry-technology-section .desc{color:#212121}}.plain-dark-header-hero-section{background-color:#212121;padding:6rem 0 3rem}.plain-dark-header-hero-section .heading.h1,.plain-dark-header-hero-section h1.heading{position:relative;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:3.25rem;font-weight:700;line-height:1.5;color:#fff}.plain-dark-header-hero-section .heading.h1:before,.plain-dark-header-hero-section h1.heading:before{content:"";height:9px;width:60px;background-color:#008656;position:absolute;top:-20px;left:0}.plain-dark-header-hero-section .subheading.h5,.plain-dark-header-hero-section h5.subheading{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:1.5rem;font-weight:400;line-height:1.5;color:#fff}.video-listing-section{padding:6rem 0 .5rem}.video-listing-section.archive-page{padding:3rem 0}.video-listing-section.archive-page .single-post-tile{margin-right:0}.video-listing-section.client-hub{padding:6rem 0 4rem}.video-listing-section .listing-heading{margin-bottom:2rem}.video-listing-section .archive-heading,.video-listing-section .listing-heading{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:1.875rem;font-weight:700}.video-listing-section .archive-heading{margin-bottom:1rem}.video-listing-section .arrow-cta{position:absolute;right:20px;top:10px}@media (max-width:1199px){.video-listing-section .arrow-cta{top:20px}}@media (max-width:991px){.video-listing-section .arrow-cta{top:18px}}.video-listing-section .arrow-cta span.right-arrow{margin-left:1rem}@media (max-width:767px){.video-listing-section .arrow-cta{top:45px}}.video-listing-section .single-post-tile{position:relative;border:1px solid #212121;padding:2rem 2rem 1rem;margin-bottom:1.875rem}.video-listing-section .single-post-tile:hover{border:1px solid #008656}.video-listing-section .single-post-tile .single-post-date{font-size:.875rem;color:#212121}.video-listing-section .single-post-tile .single-post-title{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;line-height:1.5;font-size:1.625rem;color:#212121;min-height:120px;margin-top:1rem;margin-bottom:1rem;word-break:break-word}@media (max-width:1199px){.video-listing-section .single-post-tile .single-post-title{min-height:200px}}@media (max-width:991px){.video-listing-section .single-post-tile .single-post-title{min-height:78px}}.video-listing-section .single-post-tile .single-post-title.client-training{min-height:78px!important}@media (max-width:1199px){.video-listing-section .single-post-tile .single-post-title.client-training{font-size:1.375rem;min-height:82px!important}}@media (max-width:991px){.video-listing-section .single-post-tile .single-post-title.client-training{font-size:1.625rem;min-height:auto!important}}.video-listing-section .single-post-tile .single-post-thumbnail{width:100%;-webkit-box-shadow:0 0 3px 0 rgba(0,0,0,.75);-moz-box-shadow:0 0 3px 0 rgba(0,0,0,.75);box-shadow:0 0 3px 0 rgba(0,0,0,.75)}@media (max-width:1199px){.video-listing-section .single-post-tile .video-short-detail{min-height:52px}}.video-listing-section .single-post-tile .video-short-detail .video-runtime{color:#212121;font-size:.875rem;float:left}@media (max-width:1199px){.video-listing-section .single-post-tile .video-short-detail .video-runtime{float:none}}.video-listing-section .single-post-tile .video-short-detail .video-subtitle{color:#212121;font-size:.875rem;float:right}@media (max-width:1199px){.video-listing-section .single-post-tile .video-short-detail .video-subtitle{float:none}}.video-listing-section .single-post-tile .play-btn-icon{position:absolute;top:15px;right:15px}.video-listing-section .single-post-tile .tags-list{padding-left:0;margin-top:1rem;margin-bottom:0}.video-listing-section .single-post-tile .tags-list li{background-color:#ededed;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:.75rem;text-transform:uppercase;display:inline-block;padding:0 .4rem;margin-right:.5rem;color:#212121}.single-video-section{padding:3rem 0}.single-video-section .single-video-wrapper p{font-size:1.125rem;color:#212121}.single-video-section .single-video-wrapper .single-video-title.h1,.single-video-section .single-video-wrapper h1.single-video-title{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:2.375rem;font-weight:700;color:#212121;line-height:1.4;margin-bottom:4rem}.single-video-section .single-video-wrapper .tags-list{padding-left:0;margin-top:1rem}.single-video-section .single-video-wrapper .tags-list li{background-color:#ededed;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:.75rem;text-transform:uppercase;display:inline-block;padding:0 .4rem;margin-right:.5rem;color:#212121}.single-video-section .vertical-divider{border-right:1px solid #ededed;min-height:500px}@media (max-width:991px){.single-video-section .vertical-divider{border-right:none;min-height:auto}}@media (max-width:991px){.single-video-section .blog-recommendation-sidebar{margin-top:3rem}}.single-video-section .blog-recommendation-sidebar .additional-resource-title{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:1.5rem;font-weight:700;margin-top:6rem;position:relative;line-height:1.1}.single-video-section .blog-recommendation-sidebar .additional-resource-title:before{content:"";position:absolute;left:0;top:-35px;background-color:#008656;height:9px;width:70px}.single-video-section .blog-recommendation-sidebar .recommendation-title{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:1.5rem;font-weight:700;margin-top:2rem;position:relative;line-height:1.1}.single-video-section .blog-recommendation-sidebar .recommendation-title:before{content:"";position:absolute;left:0;top:-35px;background-color:#008656;height:9px;width:70px}.single-video-section .blog-recommendation-sidebar .additional-resources-list,.single-video-section .blog-recommendation-sidebar .recommendation-blogs-list{padding-left:0;margin-bottom:0;list-style:none}.single-video-section .blog-recommendation-sidebar .additional-resources-list li,.single-video-section .blog-recommendation-sidebar .recommendation-blogs-list li{margin-bottom:1rem;line-height:1.5}.video-more-info-section{background-color:#fff;padding:0 0 3rem}.video-more-info-section .particle:first-child{height:6.25rem;width:6.25rem;background:#c3c3c3;opacity:.2;position:absolute;top:4.375rem;left:3.75rem}.video-more-info-section .particle:nth-child(2){height:2.5rem;width:2.5rem;background:#add7c7;opacity:.5;position:absolute;top:2.8125rem;left:2.1875rem}.video-more-info-section .icon-wrapper{display:table;margin:0 auto;height:100%}@media (max-width:767px){.video-more-info-section .icon-wrapper{margin-top:1rem}}.video-more-info-section .icon-wrapper .table-cell{display:table-cell;vertical-align:middle}.video-more-info-section .icon-wrapper .table-cell .icon{width:100%}.video-more-info-section .intro-title{font-size:3rem;color:#212121}.video-more-info-section p.intro-content{font-size:1rem;color:#212121;margin-top:1.5rem;margin-bottom:0}.criminal-rcheck-intro-section .heading{font-size:2.125rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;color:#212121;line-height:1.3;margin-bottom:2rem;position:relative;width:70%}@media (max-width:1199px){.criminal-rcheck-intro-section .heading{width:100%}}@media (max-width:767px){.criminal-rcheck-intro-section .heading{font-size:2rem}}.criminal-rcheck-intro-section .desc{font-size:1.125rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;color:#212121;line-height:1.4;margin-bottom:2rem;width:78%}@media (max-width:1199px){.criminal-rcheck-intro-section .desc{width:100%}}@media (max-width:767px){.criminal-rcheck-intro-section .desc{font-size:1rem}}.criminal-rcheck-intro-section .tick-bullets-list{list-style:none;padding-left:2rem;list-style-position:outside}.criminal-rcheck-intro-section .tick-bullets-list li{font-size:1.125rem;color:#212121;width:81%}.criminal-rcheck-intro-section .tick-bullets-list li:not(:last-child){margin-bottom:2rem}@media (max-width:1199px){.criminal-rcheck-intro-section .tick-bullets-list li{width:100%}}@media (max-width:767px){.criminal-rcheck-intro-section .tick-bullets-list li{font-size:1rem}}.criminal-rcheck-intro-section .tick-bullets-list li .svg-inline--fa{margin-right:.5rem;color:#008656;margin-left:-1.9rem}.criminal-rcheck-intro-section .icon-wrap{position:relative;display:table;margin:8rem auto 0}@media (max-width:991px){.criminal-rcheck-intro-section .icon-wrap{margin:0 auto 3.5rem}}.criminal-rcheck-intro-section .icon-wrap .icon{border:2px dashed #c3c3c3;border-radius:50%;width:330px;height:330px;display:table-cell;vertical-align:middle}@media (max-width:767px){.criminal-rcheck-intro-section .icon-wrap .icon{width:220px;height:220px}}.criminal-rcheck-intro-section .icon-wrap .icon svg{margin:0 auto;display:block;color:#008656;font-size:12rem}@media (max-width:767px){.criminal-rcheck-intro-section .icon-wrap .icon svg{font-size:9rem}}.criminal-rcheck-intro-section .icon-wrap .particle:first-child{width:6.25rem;height:6.25rem;background:#c3c3c3;opacity:.3;position:absolute;right:-1.5625rem;top:.625rem;z-index:2}@media (max-width:767px){.criminal-rcheck-intro-section .icon-wrap .particle:first-child{right:-.3125rem;width:3.75rem;height:3.75rem}}.criminal-rcheck-intro-section .icon-wrap .particle:nth-child(2){width:2.1875rem;height:2.1875rem;background:#add7c7;opacity:.6;position:absolute;right:-2.8125rem;top:5.9375rem;z-index:3}@media (max-width:767px){.criminal-rcheck-intro-section .icon-wrap .particle:nth-child(2){right:-1.5625rem;top:3.4375rem}}.criminal-rcheck-intro-section .icon-wrap .particle:nth-child(3){width:2.8125rem;height:2.8125rem;background:transparent;border:3px solid #7cac9a;position:absolute;right:-3.4375rem;top:-.8125rem;z-index:2}@media (max-width:991px){.criminal-rcheck-intro-section .icon-wrap .particle:nth-child(3){right:unset;top:unset;left:-.625rem;bottom:0}}.criminal-rcheck-commitment-section{padding:6rem 0}@media (max-width:991px){.criminal-rcheck-commitment-section{padding:3rem 0}}.criminal-rcheck-commitment-section .heading{font-size:1.875rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;line-height:1.4;margin-top:1rem;margin-bottom:1.5rem}@media (max-width:991px){.criminal-rcheck-commitment-section .heading{margin-top:3rem}}@media (max-width:767px){.criminal-rcheck-commitment-section .heading{font-size:1.75rem}}.criminal-rcheck-commitment-section .desc{font-family:Roboto,Arial,Helvetica,sans-serif;font-size:1.125rem;color:#212121;width:85%}@media (max-width:1199px){.criminal-rcheck-commitment-section .desc{width:100%}}@media (max-width:991px){.criminal-rcheck-commitment-section .desc:last-child{margin-bottom:0}}@media (max-width:767px){.criminal-rcheck-commitment-section .desc{font-size:1rem}}.criminal-rcheck-commitment-section .image-wrap{position:relative}.criminal-rcheck-commitment-section .image-wrap .particle:first-child{width:100%;height:calc(100% - 20px);background:#ededed;position:absolute;left:1.25rem;bottom:-1.25rem;z-index:0}@media (max-width:767px){.criminal-rcheck-commitment-section .image-wrap .particle:first-child{display:none}}.criminal-rcheck-commitment-section .image-wrap .particle:nth-child(2){width:6.25rem;height:6.25rem;background:#86b5a3;opacity:.6;position:absolute;right:-1.875rem;top:-2.5rem;z-index:2}@media (max-width:991px){.criminal-rcheck-commitment-section .image-wrap .particle:nth-child(2){display:none}}.criminal-rcheck-commitment-section .image-wrap .particle:nth-child(3){width:2.1875rem;height:2.1875rem;background:#fada5e;opacity:.7;position:absolute;right:-3rem;top:-3.5625rem;z-index:2}@media (max-width:991px){.criminal-rcheck-commitment-section .image-wrap .particle:nth-child(3){display:none}}.criminal-rcheck-commitment-section .image-wrap .particle:nth-child(4){width:2.1875rem;height:2.1875rem;background:transparent;border:2px solid #3f7569;opacity:.7;position:absolute;right:-5.3125rem;top:3.125rem;z-index:2}@media (max-width:991px){.criminal-rcheck-commitment-section .image-wrap .particle:nth-child(4){display:none}}.criminal-rcheck-commitment-section .image-wrap .comm-img{position:relative;z-index:1;width:100%}.criminal-rcheck-explanation-section{padding:6rem 0}@media (max-width:991px){.criminal-rcheck-explanation-section{padding-top:3rem 0}}.criminal-rcheck-explanation-section .heading{font-size:2.125rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;color:#212121;line-height:1.3;margin-bottom:2rem;position:relative}@media (max-width:1199px){.criminal-rcheck-explanation-section .heading{width:100%}}@media (max-width:767px){.criminal-rcheck-explanation-section .heading{font-size:2rem}}.criminal-rcheck-explanation-section .desc{font-size:1.125rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;color:#212121;line-height:1.4;margin-bottom:2rem;width:94%}@media (max-width:1199px){.criminal-rcheck-explanation-section .desc{width:100%}}@media (max-width:767px){.criminal-rcheck-explanation-section .desc{font-size:1rem}}@media (max-width:1199px){.criminal-rcheck-explanation-section .special-row .col-md-4{width:100%;display:block}.criminal-rcheck-explanation-section .special-row .col-md-4:not(:last-child){margin-bottom:1rem}}.criminal-rcheck-explanation-section .special-row .svg-inline--fa{margin-right:.5rem;color:#008656}.criminal-rcheck-explanation-section .icon-wrap{position:relative;display:table;margin:4.5rem auto 0}@media (max-width:991px){.criminal-rcheck-explanation-section .icon-wrap{margin:0 auto 3.5rem}}.criminal-rcheck-explanation-section .icon-wrap .icon{border:2px dashed #c3c3c3;border-radius:50%;width:330px;height:330px;display:table-cell;vertical-align:middle}@media (max-width:767px){.criminal-rcheck-explanation-section .icon-wrap .icon{width:220px;height:220px}}.criminal-rcheck-explanation-section .icon-wrap .icon svg{margin:0 auto;display:block;color:#008656;font-size:12rem}@media (max-width:767px){.criminal-rcheck-explanation-section .icon-wrap .icon svg{font-size:9rem}}.criminal-rcheck-explanation-section .icon-wrap .particle:first-child{width:6.25rem;height:6.25rem;background:#add7c7;opacity:.8;position:absolute;left:-1.875rem;top:-.625rem;z-index:2}@media (max-width:767px){.criminal-rcheck-explanation-section .icon-wrap .particle:first-child{left:-.3125rem;width:3.75rem;height:3.75rem}}.criminal-rcheck-explanation-section .icon-wrap .particle:nth-child(2){width:.8125rem;height:.8125rem;background:#008656;opacity:.75;position:absolute;left:2.8125rem;top:-4.0625rem;z-index:3}@media (max-width:991px){.criminal-rcheck-explanation-section .icon-wrap .particle:nth-child(2){top:6.5625rem;left:-5rem}}@media (max-width:767px){.criminal-rcheck-explanation-section .icon-wrap .particle:nth-child(2){left:-1.5625rem;top:3.4375rem}}.criminal-rcheck-explanation-section .icon-wrap .particle:nth-child(3){width:2.8125rem;height:2.8125rem;background:transparent;border:3px solid #075270;opacity:.65;position:absolute;left:-3.25rem;top:-2.625rem;z-index:2}@media (max-width:991px){.criminal-rcheck-explanation-section .icon-wrap .particle:nth-child(3){left:unset;top:unset;right:-.625rem;bottom:0}}.criminal-rcheck-global-section{padding:6rem 0}@media (max-width:991px){.criminal-rcheck-global-section{padding:3rem 0}}.criminal-rcheck-global-section .heading{font-size:2.125rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;color:#212121;line-height:1.3;margin-bottom:2rem;position:relative;width:65%}@media (max-width:1199px){.criminal-rcheck-global-section .heading{width:95%}}@media (max-width:991px){.criminal-rcheck-global-section .heading{width:100%}}@media (max-width:767px){.criminal-rcheck-global-section .heading{font-size:2rem}}.criminal-rcheck-global-section .desc{font-size:1.125rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;color:#212121;line-height:1.4;margin-bottom:2rem;width:70%}@media (max-width:1199px){.criminal-rcheck-global-section .desc{width:100%}}@media (max-width:767px){.criminal-rcheck-global-section .desc{font-size:1rem}}.criminal-rcheck-global-section .icon-wrap{position:relative;display:table;margin:0 auto}@media (max-width:991px){.criminal-rcheck-global-section .icon-wrap{margin-bottom:2rem}}.criminal-rcheck-global-section .icon-wrap .icon{display:table-cell;vertical-align:middle}.criminal-rcheck-global-section .icon-wrap .icon svg{margin:0 auto;display:block;color:#008656;font-size:14rem;position:relative;z-index:2}@media (max-width:767px){.criminal-rcheck-global-section .icon-wrap .icon svg{font-size:12rem}}.criminal-rcheck-global-section .icon-wrap .particle:first-child{width:6.25rem;height:6.25rem;background:#c3c3c3;opacity:.3;position:absolute;right:0;top:-.9375rem;z-index:2}@media (max-width:767px){.criminal-rcheck-global-section .icon-wrap .particle:first-child{right:-.3125rem;width:3.75rem;height:3.75rem}}.criminal-rcheck-global-section .icon-wrap .particle:nth-child(2){width:.8125rem;height:.8125rem;background:#008656;opacity:.75;position:absolute;right:-3.125rem;top:0;z-index:3}@media (max-width:991px){.criminal-rcheck-global-section .icon-wrap .particle:nth-child(2){right:-1.875rem;top:6.25rem}}.criminal-rcheck-global-section .icon-wrap .particle:nth-child(3){width:2.1875rem;height:2.1875rem;background:#add7c7;opacity:.65;position:absolute;right:-1.0625rem;top:4.1875rem;z-index:2}@media (max-width:991px){.criminal-rcheck-global-section .icon-wrap .particle:nth-child(3){right:unset;top:unset;left:.625rem;bottom:.625rem}}.criminal-rcheck-note-section{overflow:hidden;padding:6rem 0}@media (max-width:991px){.criminal-rcheck-note-section{padding:3rem 0 6rem}}.criminal-rcheck-note-section .heading{font-size:1.875rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;line-height:1.4;margin-bottom:1.5rem}@media (max-width:991px){.criminal-rcheck-note-section .heading{margin-top:3rem}}@media (max-width:767px){.criminal-rcheck-note-section .heading{font-size:1.75rem}}.criminal-rcheck-note-section .desc{font-family:Roboto,Arial,Helvetica,sans-serif;font-size:1.125rem;color:#212121;width:85%}@media (max-width:1199px){.criminal-rcheck-note-section .desc{width:100%}}@media (max-width:991px){.criminal-rcheck-note-section .desc:last-child{margin-bottom:0}}@media (max-width:767px){.criminal-rcheck-note-section .desc{font-size:1rem}}.criminal-rcheck-note-section .image-wrap{position:relative;left:-25px;margin-top:5rem}@media (max-width:1199px){.criminal-rcheck-note-section .image-wrap{left:0}}@media (max-width:991px){.criminal-rcheck-note-section .image-wrap{margin-top:0}}.criminal-rcheck-note-section .image-wrap .particle:first-child{width:100%;height:calc(100% - 20px);background:#ededed;position:absolute;left:1.25rem;bottom:-1.25rem;z-index:0}@media (max-width:767px){.criminal-rcheck-note-section .image-wrap .particle:first-child{display:none}}.criminal-rcheck-note-section .image-wrap .particle:nth-child(2){width:6.25rem;height:6.25rem;background:#86b5a3;opacity:.8;position:absolute;right:-1.875rem;top:-2.5rem;z-index:2}@media (max-width:991px){.criminal-rcheck-note-section .image-wrap .particle:nth-child(2){display:none}}.criminal-rcheck-note-section .image-wrap .particle:nth-child(3){width:2.1875rem;height:2.1875rem;background:transparent;border:2px solid #fada5e;opacity:.65;position:absolute;right:-3rem;top:-3.5625rem;z-index:2}@media (max-width:991px){.criminal-rcheck-note-section .image-wrap .particle:nth-child(3){display:none}}.criminal-rcheck-note-section .image-wrap .comm-img{position:relative;z-index:1;width:100%}.criminal-rcheck-types-section{padding:4rem 0 6rem;background-color:#f6f6f6}.criminal-rcheck-types-section .tabs-nav-row{position:relative;width:100%}.criminal-rcheck-types-section .tabs-nav-row:after{content:"";position:absolute;width:100%;height:1px;background-color:#dde5e5;bottom:-12px;left:15px}@media (max-width:767px){.criminal-rcheck-types-section .tabs-nav-row:after{display:none}}.criminal-rcheck-types-section .heading{font-size:2.125rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:0;margin-top:1rem;line-height:1.3;color:#212121;width:300px}@media (max-width:1199px){.criminal-rcheck-types-section .heading{width:100%}}@media (max-width:767px){.criminal-rcheck-types-section .heading{text-align:center}}.criminal-rcheck-types-section ul.nav-tabs{border-bottom:none;width:100%}@media (max-width:767px){.criminal-rcheck-types-section ul.nav-tabs{display:none}}.criminal-rcheck-types-section ul.nav-tabs li.nav-item{width:33%}.criminal-rcheck-types-section ul.nav-tabs li.nav-item a.nav-link{display:block;width:335px}@media (max-width:1199px){.criminal-rcheck-types-section ul.nav-tabs li.nav-item a.nav-link{padding-left:5rem;padding-top:3rem}}@media (max-width:991px){.criminal-rcheck-types-section ul.nav-tabs li.nav-item a.nav-link{padding-left:2.5rem;width:100%}}.criminal-rcheck-types-section ul.nav-tabs li.nav-item a.nav-link:focus{outline:none}.criminal-rcheck-types-section ul.nav-tabs li.nav-item a.nav-link.active{color:#212121;border-color:transparent;background-color:transparent}.criminal-rcheck-types-section ul.nav-tabs li.nav-item a.nav-link.active svg{color:#008656}.criminal-rcheck-types-section ul.nav-tabs li.nav-item a.nav-link.active .text:after{width:100%}.criminal-rcheck-types-section ul.nav-tabs li.nav-item a.nav-link:hover{color:#212121;border-color:transparent;background-color:transparent}.criminal-rcheck-types-section ul.nav-tabs li.nav-item a.nav-link:hover svg{color:#008656}.criminal-rcheck-types-section ul.nav-tabs li.nav-item a.nav-link:hover .text{position:relative}.criminal-rcheck-types-section ul.nav-tabs li.nav-item a.nav-link:hover .text:after{width:100%;-webkit-transition:width .5s;-moz-transition:width .5s;-o-transition:width .5s;transition:width .5s}.criminal-rcheck-types-section ul.nav-tabs li.nav-item a.nav-link .text{position:relative;text-align:center;width:160px;margin-left:auto;margin-right:auto;font-size:1.25rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;color:#212121}.criminal-rcheck-types-section ul.nav-tabs li.nav-item a.nav-link .text:after{content:"";position:absolute;width:0;height:5px;background-color:#008656;left:0;bottom:-19px}.criminal-rcheck-types-section ul.nav-tabs li.nav-item a.nav-link svg{color:#737774;margin-left:auto;margin-right:auto;margin-bottom:1rem;display:block;font-size:3rem}.criminal-rcheck-types-section #myTabContent{margin-top:3.5rem}@media (max-width:767px){.criminal-rcheck-types-section #myTabContent{display:none}}.criminal-rcheck-types-section #myTabContent .tab-heading{font-size:1.5rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:2rem;line-height:1.3;color:#212121}.criminal-rcheck-types-section #myTabContent .tab-desc{font-size:1rem;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;width:540px}@media (max-width:1199px){.criminal-rcheck-types-section #myTabContent .tab-desc{width:100%}}.criminal-rcheck-types-section #myTabContent .tab-desc:not(:last-child){margin-bottom:2rem}.criminal-rcheck-types-section #myTabContent .tab-desc.sp{margin-top:4.4375rem}@media (max-width:991px){.criminal-rcheck-types-section #myTabContent .tab-desc.sp{margin-top:.75rem}}.criminal-rcheck-types-section #myTabContent .tab-img-wrapper{position:relative}@media (max-width:991px){.criminal-rcheck-types-section #myTabContent .tab-img-wrapper{display:none}}.criminal-rcheck-types-section #myTabContent .tab-img-wrapper .particle{height:100%;width:86%;background:#b8b7ac;opacity:.25;position:absolute;bottom:-1.875rem;right:.9375rem;z-index:0}@media (max-width:1199px){.criminal-rcheck-types-section #myTabContent .tab-img-wrapper .particle{width:83%;bottom:-1.5625rem}}@media (max-width:991px){.criminal-rcheck-types-section #myTabContent .tab-img-wrapper .particle{display:none}}.criminal-rcheck-types-section #myTabContent .tab-img-wrapper .tab-img{position:relative;z-index:1;width:calc(90% - 25px);display:block;margin-left:auto;margin-right:auto}.criminal-rcheck-types-section .mobile-market-expertise-section{display:none;margin-top:1.5rem}@media (max-width:767px){.criminal-rcheck-types-section .mobile-market-expertise-section{display:block}}.criminal-rcheck-types-section .mobile-market-expertise-section #mobile-ige-accordion .card{border:1px solid #616669;border-radius:0}.criminal-rcheck-types-section .mobile-market-expertise-section #mobile-ige-accordion .card:not(:last-child){margin-bottom:2rem}.criminal-rcheck-types-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-body{padding-top:2rem;font-size:1rem;font-family:Roboto,Arial,Helvetica,sans-serif;color:#212121;line-height:1.5}.criminal-rcheck-types-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-body .h3,.criminal-rcheck-types-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-body h3{font-size:1.375rem!important;margin-bottom:1rem!important}.criminal-rcheck-types-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-header{background-color:#fff;border-bottom:none;padding:3rem;cursor:pointer}.criminal-rcheck-types-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-header[aria-expanded=true]{padding-bottom:0}.criminal-rcheck-types-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-header:hover .cheader-inner svg,.criminal-rcheck-types-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-header[aria-expanded=true] .cheader-inner svg{color:#008656}.criminal-rcheck-types-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-header .cheader-inner .btn{width:100%}.criminal-rcheck-types-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-header .cheader-inner svg{font-size:3rem;margin-left:auto;margin-right:auto;margin-bottom:1rem;display:block}.criminal-rcheck-types-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-header .cheader-inner .text{text-align:center;margin-left:auto;margin-right:auto;font-size:1.25rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;color:#212121}.criminal-rcheck-types-section .act-reference-list{list-style:none;padding-left:0;margin-bottom:0}.criminal-rcheck-types-section .act-reference-list li{display:inline-block;position:relative}.criminal-rcheck-types-section .act-reference-list li:not(:first-child){margin-left:1.5rem}.criminal-rcheck-types-section .act-reference-list li:not(:first-child):before{position:absolute;content:"|";color:#212121;font-size:1rem;left:-1.1875rem}@media (max-width:767px){.page-template-page-concierge .universal-service-hero-section,.page-template-service-concierge .universal-service-hero-section{background-position:center right 0!important}}.concierge-intro-section{padding:4rem 0}.concierge-intro-section .heading{position:relative;font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1.5rem;line-height:1.3;color:#212121;margin-top:4rem}@media (max-width:1199px){.concierge-intro-section .heading{margin-top:2rem}}@media (max-width:767px){.concierge-intro-section .heading{font-size:1.75rem}}.concierge-intro-section .heading:before{content:"";position:absolute;background-color:#008656;height:9px;width:62px;top:-30px;left:0}.concierge-intro-section .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;margin-bottom:1.5rem;padding-right:6rem}@media (max-width:1199px){.concierge-intro-section .desc{padding-right:0}}@media (max-width:767px){.concierge-intro-section .desc{font-size:1rem}}.concierge-intro-section .svg-wrapper .concierge-svg{display:block;width:70%;margin:0 auto}@media (max-width:1199px){.concierge-intro-section .svg-wrapper{display:none}}.concierge-key-features-section{padding:2rem 0 4rem}.concierge-key-features-section .media-img{width:90%}@media (max-width:911px){.concierge-key-features-section .media-img{display:none}}.concierge-key-features-section .heading{font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1.5rem;line-height:1.3;color:#212121;margin-top:1.5rem}@media (max-width:767px){.concierge-key-features-section .heading{font-size:1.75rem}}.concierge-key-features-section .subheading{font-size:1.5rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:.8rem;line-height:1.3;color:#212121}@media (max-width:767px){.concierge-key-features-section .subheading{font-size:1.375rem}}.concierge-key-features-section .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;margin-bottom:.5rem;line-height:1.5;color:#212121;margin-bottom:2.5rem}@media (max-width:767px){.concierge-key-features-section .desc{font-size:1rem}}.concierge-key-features-section .particle:first-child{height:2.1875rem;width:2.1875rem;background-color:#eb602b;opacity:.7;position:absolute;right:15.625rem;top:-1.25rem;z-index:2}.concierge-key-features-section .particle:nth-child(2){height:2.1875rem;width:2.1875rem;border:2px solid #707070;opacity:.7;position:absolute;right:8.125rem;top:-4.6875rem;z-index:2}.concierge-key-features-section .particle:nth-child(3){height:6.25rem;width:6.25rem;background-color:#fada5e;opacity:.7;position:absolute;right:2.8125rem;top:-3.125rem;z-index:2}.concierge-key-features-section .particle:nth-child(4){height:42.0625rem;width:34.875rem;background:#4da19e;opacity:.25;position:absolute;bottom:-1.875rem;left:2.8125rem;z-index:-1}@media (max-width:1199px){.concierge-key-features-section .particle:nth-child(4){display:none}}.concierge-benefits-section .particle:first-child{height:2.1875rem;width:2.1875rem;background-color:#c2a070;opacity:.7;position:absolute;right:10.3125rem;top:-5rem;z-index:2}@media (max-width:767px){.concierge-benefits-section .particle:first-child{display:none}}.concierge-benefits-section .particle:nth-child(2){height:2.1875rem;width:2.1875rem;border:2px solid #2c5d62;opacity:.7;position:absolute;right:1.25rem;top:-3.4375rem;z-index:2}.concierge-benefits-section .particle:nth-child(3){height:6.1875rem;width:6.1875rem;background-color:#4da19e;opacity:.8;position:absolute;right:2.5rem;top:-2.5rem;z-index:2}@media (max-width:991px){.concierge-benefits-section .particle:nth-child(3){display:none}}.concierge-benefits-section .particle:nth-child(4){height:42.0625rem;width:34.875rem;background:#ededed;opacity:.9;position:absolute;bottom:-1.875rem;left:2.8125rem;z-index:-1}@media (max-width:1199px){.concierge-benefits-section .particle:nth-child(4){display:none}}.global-text-left{padding-top:5%}@media (max-width:1266px){.global-text-left{padding-top:3%}}@media (max-width:1199px){.global-text-left{padding-top:0}}@media (max-width:991px){.global-text-left{padding-top:10%}}.global-smb-text-left{padding-top:2%}@media (max-width:1266px){.global-smb-text-left{padding-top:1%}}@media (max-width:991px){.global-smb-text-left{padding-top:10%}}.global-heading-h1{font-size:1.5rem;line-height:1.5}ul.global-listing{list-style:none;padding-left:1rem}ul.global-listing li{font-size:1.5rem;margin-bottom:1rem}ul.global-listing li .fa-check{color:#008656;margin-right:.5rem}ul.global-listing.healthcare{margin-top:1.875rem}ul.healthcare-global-bullet-list{padding-left:1.2rem;list-style-position:outside}ul.healthcare-global-bullet-list li{color:#212121;margin-bottom:1rem}p.healthcare-global-paragraph{color:#212121}@media (max-width:991px){.global-video-right{padding-bottom:10%}}.capterra-badge-wrapper-desktop{display:inline-block}@media (max-width:991px){.capterra-badge-wrapper-desktop{display:none}}.capterra-badge-wrapper-desktop.for-mobile{display:none}@media (max-width:991px){.capterra-badge-wrapper-desktop.for-mobile{display:block}}.capterra-badge-wrapper-desktop.for-mobile .badges-list li{width:22.5%;vertical-align:baseline}.capterra-badge-wrapper-desktop.for-mobile .badges-list li img{width:100%;max-width:150px}.capterra-badge-wrapper-desktop.for-mobile .badges-list li .healthcare-capterra-badge{width:100%;text-align:center;max-width:150px;max-height:150px}@media (max-width:991px){.capterra-badge-wrapper-desktop.for-mobile .badges-list li .healthcare-capterra-badge{margin-top:-50px}}.capterra-badge-wrapper-desktop.for-mobile .badges-list li .trustpilot-widget{margin-top:3rem!important}.capterra-badge-wrapper-desktop .badges-list{list-style:none;padding-left:0;margin-bottom:4rem}.capterra-badge-wrapper-desktop .badges-list li{display:inline-block;max-height:95px}.capterra-badge-wrapper-desktop .retail-capterra-badge{width:100%;max-width:125px;display:block;margin:0 auto 20px}.healthcare-badge-wrapper{position:relative}.healthcare-badge-wrapper .healthcare-badges{display:none;position:absolute;right:0}@media (max-width:991px){.healthcare-badge-wrapper .healthcare-badges{display:inline-block}}@media (max-width:767px){.healthcare-badge-wrapper .healthcare-badges{display:inline-block;position:relative}}.healthcare-badge-wrapper .healthcare-badges .healthcare-capterra-badge{float:right;width:20%}@media (max-width:991px){.healthcare-badge-wrapper .healthcare-badges .healthcare-capterra-badge{width:20%}}@media (max-width:767px){.healthcare-badge-wrapper .healthcare-badges .healthcare-capterra-badge{float:left;margin-bottom:2rem}}.healthcare-badge-wrapper .healthcare-badges .pbsa{margin-top:-20px}@media (max-width:767px){.healthcare-badge-wrapper .healthcare-badges .pbsa{margin-top:-14px}}.capterra-badge-wrapper{display:none;float:right}@media (max-width:991px){.capterra-badge-wrapper{display:inline-block}}.healthcare-capterra-badge{width:100%}.global-header-section{overflow:hidden;background-color:#000;background-size:cover;background-repeat:no-repeat;background-position:50%;padding:0;min-height:28.125rem}@media (max-width:991px){.global-header-section{text-align:center}}.global-header-section .h1,.global-header-section h1{font-size:2.625rem;line-height:1.1}@media (min-width:992px){.global-header-section .h1,.global-header-section h1{line-height:3.25rem;width:90%}}@media (max-width:1199px){.global-header-section .offside-h1{padding-top:3rem}}@media (max-width:991px){.global-header-section .offside-h1{padding-top:0}}.global-header-section p{font-size:1.375rem;line-height:1.66}@media (min-width:992px){.global-header-section p{font-size:1.5rem;line-height:2rem}}@media (max-width:991px){.global-header-section p{padding-bottom:1rem}}.global-header-section img{position:relative;bottom:0}.global-header-section .particle:nth-child(2){height:3.5rem;width:3.5rem;background:rgba(0,134,86,.5);position:absolute;left:1.125rem;top:6.5rem}.global-header-section .particle:nth-child(3){height:3.75rem;width:3.75rem;background:rgba(0,134,86,.25);position:absolute;left:3.5625rem;top:4.1875rem;z-index:-1}.global-header-section .particle:nth-child(4){height:5.9375rem;width:5.9375rem;background:rgba(173,215,199,.25);position:absolute;left:7.3125rem;top:7.625rem;z-index:-1}.global-header-section .particle:nth-child(5){height:11.875rem;width:11.875rem;background:hsla(0,0%,93%,.25);position:absolute;right:-7.1875rem;top:14.5rem;z-index:-1}.global-header-section .particle:nth-child(6){height:9.375rem;width:9.375rem;background:#707070;opacity:.4;position:absolute;top:1.875rem;right:2.5rem;z-index:-2}@media (max-width:767px){.global-header-section .particle:nth-child(6){right:10px}}.global-header-section .particle:nth-child(7){height:2.5rem;width:2.5rem;background:#add7c7;opacity:.5;position:absolute;top:9.375rem;right:10.5rem;z-index:-1}@media (max-width:767px){.global-header-section .particle:nth-child(7){display:none}}.global-header-section .particle:nth-child(8){height:3.75rem;width:3.75rem;background:#008656;opacity:.2;position:absolute;bottom:3.125rem;left:31.25rem;z-index:0}@media (max-width:767px){.global-header-section .particle:nth-child(8){display:none}}.global-landing-page-testimonial-carousel-section{position:relative}.global-landing-page-testimonial-carousel-section .slick-dots{bottom:0}.global-landing-page-testimonial-carousel-section .quote-title.h2,.global-landing-page-testimonial-carousel-section h2.quote-title{font-size:1.5rem;line-height:1.3;margin-bottom:.5rem;margin-top:2rem}@media (max-width:767px){.global-landing-page-testimonial-carousel-section .cp-testimonial-carousel .item{padding:0 2.2rem}}.global-landing-page-testimonial-carousel-section .cp-testimonial-carousel .item .logo{width:100%;max-width:180px}.global-landing-page-testimonial-carousel-section .cp-testimonial-carousel blockquote{position:relative;padding-top:3rem;z-index:0}.global-landing-page-testimonial-carousel-section .cp-testimonial-carousel blockquote .h2,.global-landing-page-testimonial-carousel-section .cp-testimonial-carousel blockquote h2{font-size:1.25rem;line-height:1.5;font-weight:400;position:relative}.global-landing-page-testimonial-carousel-section .cp-testimonial-carousel blockquote .h2:before,.global-landing-page-testimonial-carousel-section .cp-testimonial-carousel blockquote h2:before{content:"";width:4rem;height:4rem;position:absolute;z-index:-1;background-color:#008656;top:-38px;left:0}.global-landing-page-testimonial-carousel-section .cp-testimonial-carousel blockquote .h2:after,.global-landing-page-testimonial-carousel-section .cp-testimonial-carousel blockquote h2:after{content:"";width:1rem;height:1rem;position:absolute;z-index:-1;background-color:#000;top:-45px;left:55px}.global-landing-page-testimonial-carousel-section .cp-testimonial-carousel blockquote .h2 .spacer,.global-landing-page-testimonial-carousel-section .cp-testimonial-carousel blockquote h2 .spacer{margin-left:4.5rem}.global-landing-page-testimonial-carousel-section .cp-testimonial-carousel blockquote .h2 .quote-wrapper,.global-landing-page-testimonial-carousel-section .cp-testimonial-carousel blockquote h2 .quote-wrapper{position:relative}.global-landing-page-testimonial-carousel-section .cp-testimonial-carousel blockquote .h2 .quote-wrapper .quote-mark-left,.global-landing-page-testimonial-carousel-section .cp-testimonial-carousel blockquote h2 .quote-wrapper .quote-mark-left{background-size:cover;background-repeat:no-repeat;color:#008656;position:absolute;left:0;top:0}@media (max-width:767px){.global-landing-page-testimonial-carousel-section .cp-testimonial-carousel blockquote .h2 .quote-wrapper .quote-mark-left,.global-landing-page-testimonial-carousel-section .cp-testimonial-carousel blockquote h2 .quote-wrapper .quote-mark-left{position:relative;margin-bottom:1rem}}.global-landing-page-testimonial-carousel-section .cp-testimonial-carousel blockquote .h2 .quote-wrapper .quote-text,.global-landing-page-testimonial-carousel-section .cp-testimonial-carousel blockquote h2 .quote-wrapper .quote-text{font-family:Roboto,Arial,Helvetica,sans-serif;font-size:1.125rem;color:#212121;padding-left:5rem;padding-top:.2rem;line-height:1.5;word-break:break-word}@media (max-width:767px){.global-landing-page-testimonial-carousel-section .cp-testimonial-carousel blockquote .h2 .quote-wrapper .quote-text,.global-landing-page-testimonial-carousel-section .cp-testimonial-carousel blockquote h2 .quote-wrapper .quote-text{padding-left:0}}.global-landing-page-testimonial-carousel-section .cp-testimonial-carousel .h3,.global-landing-page-testimonial-carousel-section .cp-testimonial-carousel h3{font-size:1.5rem;font-weight:400}.global-landing-page-testimonial-carousel-section .cp-testimonial-carousel .quote-logo-img{max-width:150px;width:100%}.global-landing-page-testimonial-carousel-section .arrow{position:absolute;bottom:3.4375rem;padding:1rem;background-color:#495965;width:10px;height:65px;cursor:pointer;-webkit-transition:all .35s ease;-moz-transition:all .35s ease;-ms-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease}@media (max-width:767px){.global-landing-page-testimonial-carousel-section .arrow{background-color:#797979;bottom:60%}}@media (max-width:425px){.global-landing-page-testimonial-carousel-section .arrow{top:10.625rem;width:40px;height:55px}}.global-landing-page-testimonial-carousel-section .arrow .svg{width:30px;margin-left:-10px}@media (max-width:425px){.global-landing-page-testimonial-carousel-section .arrow .svg{margin-top:-5px;margin-left:-6px}}.global-landing-page-testimonial-carousel-section .arrow:hover{border-bottom:5px solid #008656}.global-landing-page-testimonial-carousel-section .arrow:hover .svg path{stroke:#008656}.global-landing-page-testimonial-carousel-section .ppcPrev{right:2rem}@media (max-width:767px){.global-landing-page-testimonial-carousel-section .ppcPrev{left:0}}.global-landing-page-testimonial-carousel-section .ppcNext{right:0}.global-enterprise-landing-contents-section #usStatesDiv{display:none}.global-enterprise-landing-contents-section .retail-left-tile-wrapper .retail-left-tile-content,.global-enterprise-landing-contents-section .retail-left-tile-wrapper .retail-left-tile-heading{margin-bottom:0}.global-enterprise-landing-contents-section .retail-staffing-landing-page-table{width:100%;margin-top:1rem}.global-enterprise-landing-contents-section .retail-staffing-landing-page-table tr{height:150px}@media (max-width:1199px){.global-enterprise-landing-contents-section .retail-staffing-landing-page-table tr{height:105px}}.global-enterprise-landing-contents-section .retail-staffing-landing-page-table .retail-staffing-table-left{width:20%;vertical-align:middle;background-position:50%;background-size:contain;background-repeat:no-repeat}@media (max-width:991px){.global-enterprise-landing-contents-section .retail-staffing-landing-page-table .retail-staffing-table-left{background-origin:content-box;background-size:cover;padding:1.5rem}}@media (max-width:767px){.global-enterprise-landing-contents-section .retail-staffing-landing-page-table .retail-staffing-table-left{padding:0}}.global-enterprise-landing-contents-section .retail-staffing-landing-page-table .retail-staffing-table-left .retail-staffing-landing-page-icon{width:100%;height:auto}.global-enterprise-landing-contents-section .retail-staffing-landing-page-table .retail-staffing-table-right{width:80%;vertical-align:middle;padding:1rem}.less-than-100-cta a{text-decoration:underline}.global.offside{position:absolute;top:-53%}@media (max-width:1199px){.global.offside{top:-53%!important}}@media (max-width:991px){.global.offside{position:relative;top:0!important}}.global.offside.gig{top:-75%!important}@media (max-width:1199px){.global.offside.gig{top:-65%!important}}@media (max-width:991px){.global.offside.gig{position:relative;top:0!important}}.global .form-group label{font-family:Roboto,Arial,Helvetica,sans-serif;font-size:1rem;font-weight:700}.global .form-group .form-control{border-radius:.125rem;padding:1.875rem .9375rem;border-color:#ebebeb}.global .custom-select{display:inline-block;width:100%;height:auto;padding:1.275rem 1.75rem 1.275rem .75rem!important;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background-color:#fff;background-repeat:no-repeat;background-position:right 15px top 20px;background-size:.7rem;border:1px solid #c3c3c3;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.global .custom-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem}.global .global-landin-snow-offer-cta-link{text-decoration:underline;color:#008656}.global .global-landin-snow-offer-cta-link:hover{color:#d4430b}.global .start-a-backcheck-btn{font-size:.75rem}@media (max-width:1199px){.global .start-a-backcheck-btn{font-size:.4rem}}@media (max-width:991px){.global .start-a-backcheck-btn{font-size:1rem}}.global{background:#ededed}.global__intro{position:relative;padding:1.875rem;border-top:.625rem solid #add7c7;border-bottom:1px solid rgba(97,102,105,.5)}.global__intro--flex{min-height:33.75rem}.global__intro--small{border-top:.625rem solid #005587}.global__intro i.fal{cursor:pointer;font-size:3.5rem;color:#212121;position:absolute;bottom:1.25rem;left:50%;transform:translateX(-50%);transition:all .3s ease-in-out}.global__intro i.fal[aria-expanded=true]{transform:translateX(-50%) rotate(180deg)}.global__intro:hover i.fal{color:#008656}.global__intro-title{font-size:1.625rem;letter-spacing:.2px;text-align:center;line-height:1.31;color:#212121;margin-bottom:1.875rem}@media (min-width:992px){.global__intro-title span{display:block}}.global__intro-title span.text-primary{font-size:1.625rem}.global__intro-title strong{color:#212121}.global__intro-subtitle{color:#212121;text-align:center;margin-bottom:0}@media (min-width:992px){.global__intro-subtitle span{display:block}}.global__intro-small-text{color:#212121;font-weight:700}.global__intro-list-title{color:#212121}.global__intro-list{padding-left:1.25rem}.global__intro-logo{width:50%;height:auto}@media (min-width:992px){.global__intro-logo{width:100%}}.global__form{padding:3.75rem 1.875rem;border-bottom:1px solid rgba(97,102,105,.5)}.global__intro--small~.global__content .global__form{border-bottom:none}.global__form-title{font-size:1.5rem;color:#212121}.global__form-small-label{font-size:.75rem!important;color:#212121}.global__footer{padding:3.75rem 1.875rem;min-height:21.25rem}.global__footer-text{color:#212121;font-weight:700}.global__footer-list{padding-left:1.25rem;margin:0}.global__footer-list li{font-size:.875rem;color:#212121}span.responsive-line-break{display:block}span.responsive-line-break:before{content:"\A"}@media (max-width:1199px){span.responsive-line-break{display:contents}}.gated-ppc-mobile-hero .h1,.gated-ppc-mobile-hero h1{line-height:1.1}.gated-ppc-desktop-hero .chr{position:relative}.gated-ppc-desktop-hero .h1,.gated-ppc-desktop-hero h1{line-height:1.1}.gated-ppc-form-wrapper .inner-form-wrapper{padding:3rem}.gated-ppc-form-wrapper .inner-form-wrapper .row{margin-bottom:1.875rem}.gated-ppc-form-wrapper .inner-form-wrapper .form-control{margin-bottom:20px}.gated-ppc-about .h2,.gated-ppc-about h2,.gated-ppc-report-details .h2,.gated-ppc-report-details h2{line-height:1.1}@media (min-width:1400px){.page-template-page-candidate-language-selection .container,.page-template-page-candidate-language-selection .container-lg,.page-template-page-candidate-language-selection .container-md,.page-template-page-candidate-language-selection .container-sm,.page-template-page-candidate-language-selection .container-xl{max-width:1320px!important}}@media (min-width:1200px){.page-template-page-candidate-language-selection .container,.page-template-page-candidate-language-selection .container-lg,.page-template-page-candidate-language-selection .container-md,.page-template-page-candidate-language-selection .container-sm,.page-template-page-candidate-language-selection .container-xl{max-width:1140px}}.candidate-language-selection-section{padding:6rem 0;background-color:#fff}@media (max-width:767px){.candidate-language-selection-section{padding:4rem 0}}.candidate-language-selection-section .heading{font-size:52px;font-family:adelle-sans,Arial,Helvetica,sans-serif;line-height:1.2;margin-bottom:1.25rem}@media (max-width:767px){.candidate-language-selection-section .heading{font-size:32px;text-align:center}}.candidate-language-selection-section .desc{font-size:24px;font-family:Roboto,Arial,Helvetica,sans-serif;color:#212121;line-height:1.4;width:490px}@media (max-width:1199px){.candidate-language-selection-section .desc{width:100%}}@media (max-width:767px){.candidate-language-selection-section .desc{font-size:20px;text-align:center}}.candidate-language-selection-section .desc .linebreak-lg{display:block}@media (max-width:1199px){.candidate-language-selection-section .desc .linebreak-lg{display:contents}}.candidate-language-selection-section .select-msg{font-size:17px;font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:600;margin-top:3rem;color:#212121!important}@media (max-width:767px){.candidate-language-selection-section .select-msg{margin-top:2rem;font-size:14px;width:100%;text-align:center}}.candidate-language-selection-section .region-select{border:2px solid #707070;border-radius:5px;height:48px;color:#212121;font-size:16px;padding:0 10px;min-width:200px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NDgiIGhlaWdodD0iMjc3IiB2aWV3Qm94PSIwIDAgNDQ4IDI3NyI+PHBhdGggZD0iTTQ0MS45LDM0LjMsNDIyLjEsMTQuNWExMiwxMiwwLDAsMC0xNywwTDIyNCwxOTUuMiw0Mi45LDE0LjVhMTIsMTIsMCwwLDAtMTcsMEw2LjEsMzQuM2ExMiwxMiwwLDAsMCwwLDE3TDIxNS41LDI2MC43YTEyLDEyLDAsMCwwLDE3LDBMNDQxLjksNTEuM2ExMiwxMiwwLDAsMCwwLTE3WiIgZmlsbD0iIzcwNzA3MCIvPjwvc3ZnPg==");background-size:20px;background-repeat:no-repeat;background-position:center right 10px}@media (max-width:767px){.candidate-language-selection-section .region-select{width:100%}}.candidate-language-selection-section .region-select:focus-visible{outline:none}.candidate-language-selection-section .btn-orange{width:86px;height:48px;margin-left:1rem;padding:5px 0;display:inline-flex;justify-content:center;vertical-align:top}.candidate-language-selection-section .btn-orange:focus{box-shadow:none!important}@media (max-width:767px){.candidate-language-selection-section .btn-orange{width:100%;margin-left:0;margin-top:1rem}}.candidate-language-selection-section .btn-orange .svg-inline--fa{color:#fff;font-size:32px}.candidate-language-selection-section .map-wrap{display:table;width:100%;height:100%}@media (max-width:991px){.candidate-language-selection-section .map-wrap{padding-top:3rem}}.candidate-language-selection-section .map-wrap .inner{display:table-cell;vertical-align:middle;position:relative}.candidate-language-selection-section .map-wrap .inner .particle:first-child{position:absolute;background-color:#e8eded;width:145px;height:125px;opacity:.8;left:24.9%;bottom:-29px;z-index:2}@media (max-width:1199px){.candidate-language-selection-section .map-wrap .inner .particle:first-child{left:22%;bottom:39px;width:115px;height:90px}}@media (max-width:991px){.candidate-language-selection-section .map-wrap .inner .particle:first-child{left:20px}}@media (max-width:767px){.candidate-language-selection-section .map-wrap .inner .particle:first-child{display:none}}.candidate-language-selection-section .map-wrap .inner .particle:nth-child(2){position:absolute;background-color:#fada5e;width:40px;height:40px;opacity:.5;left:22.2%;bottom:74px;z-index:3}@media (max-width:1199px){.candidate-language-selection-section .map-wrap .inner .particle:nth-child(2){left:18.4%;bottom:109px}}@media (max-width:991px){.candidate-language-selection-section .map-wrap .inner .particle:nth-child(2){left:0}}@media (max-width:767px){.candidate-language-selection-section .map-wrap .inner .particle:nth-child(2){display:none}}.candidate-language-selection-section .map-wrap .inner .particle:nth-child(3){position:absolute;background:transparent;border:3px solid #008656;width:40px;height:45px;opacity:.5;left:42%;bottom:-52px;z-index:3}@media (max-width:1199px){.candidate-language-selection-section .map-wrap .inner .particle:nth-child(3){left:40%;bottom:18px}}@media (max-width:991px){.candidate-language-selection-section .map-wrap .inner .particle:nth-child(3){left:115px}}@media (max-width:767px){.candidate-language-selection-section .map-wrap .inner .particle:nth-child(3){display:none}}.candidate-language-selection-section .map-wrap .inner .particle:nth-child(4){position:absolute;background-color:#e8eded;width:135px;height:135px;opacity:.8;right:-15px;top:-15px;border-radius:50%;z-index:2}@media (max-width:1199px){.candidate-language-selection-section .map-wrap .inner .particle:nth-child(4){top:45px;width:120px;height:120px}}@media (max-width:991px){.candidate-language-selection-section .map-wrap .inner .particle:nth-child(4){right:0}}@media (max-width:767px){.candidate-language-selection-section .map-wrap .inner .particle:nth-child(4){display:none}}.candidate-language-selection-section .map-wrap .inner .particle:nth-child(5){position:absolute;background-color:#008656;width:40px;height:40px;opacity:.5;right:0;top:-89px;border-radius:50%;z-index:3}@media (max-width:1199px){.candidate-language-selection-section .map-wrap .inner .particle:nth-child(5){top:-10px;width:35px;height:35px}}@media (max-width:991px){.candidate-language-selection-section .map-wrap .inner .particle:nth-child(5){right:9px}}@media (max-width:767px){.candidate-language-selection-section .map-wrap .inner .particle:nth-child(5){display:none}}.candidate-language-selection-section .map-wrap .inner .particle:nth-child(6){position:absolute;background:transparent;border:3px solid #fada5e;width:80px;height:80px;right:70px;top:-52px;border-radius:50%;z-index:3}@media (max-width:1199px){.candidate-language-selection-section .map-wrap .inner .particle:nth-child(6){top:15px;right:60px;width:65px;height:65px}}@media (max-width:767px){.candidate-language-selection-section .map-wrap .inner .particle:nth-child(6){display:none}}.candidate-language-selection-section .map-wrap .inner .map,.candidate-language-selection-section .map-wrap .inner svg{position:relative;z-index:5;display:block;width:85%;margin-left:auto}@media (max-width:991px){.candidate-language-selection-section .map-wrap .inner .map,.candidate-language-selection-section .map-wrap .inner svg{margin-right:auto}}.candidate-language-selection-footer{background-color:#212121;padding:.5rem;position:relative;z-index:0}.candidate-language-selection-footer .footer-sub-links{padding-left:0;margin-bottom:0}.candidate-language-selection-footer .footer-sub-links li{display:inline-block;position:relative}.candidate-language-selection-footer .footer-sub-links li:first-child{margin-right:1rem}.candidate-language-selection-footer .footer-sub-links li a{color:#fff;font-size:16px}.candidate-language-selection-footer .footer-sub-links li a:hover{text-decoration:underline}.candidate-language-selection-footer .copyright{color:#fff;font-size:16px}.digital-identity-header-section{padding:6rem 0 8rem;background-image:url("https://www.sterlingcheck.co.uk/wp-content/uploads/2022/03/di-background.png");background-size:cover;background-position:50%;overflow:hidden;color:#fff;position:relative;opacity:1}@media (max-width:991px){.digital-identity-header-section{padding:9rem 0 4rem}}.digital-identity-header-section .svg-inline--fa{font-size:100px;color:#008656;margin-left:auto;margin-right:auto;display:block}.digital-identity-header-section .digital-identity-hub-h1{font-size:2.875rem;color:#fff;text-align:center;line-height:1.5;padding:0 1rem}@media (max-width:991px){.digital-identity-header-section .digital-identity-hub-h1{font-size:2.375rem}}@media (max-width:767px){.digital-identity-header-section .digital-identity-hub-h1{font-size:1.875rem}}.digital-identity-header-section .digital-identity-hub-desc{position:relative;font-size:1.25rem;text-align:center;line-height:1.5;z-index:3}@media (max-width:991px){.digital-identity-header-section .digital-identity-hub-desc{margin-bottom:1rem}}.digital-identity-header-section .shapes-left{position:absolute;left:-97px;bottom:-44px}@media (max-width:991px){.digital-identity-header-section .shapes-left{display:none}}.digital-identity-header-section .shapes-right{position:absolute;right:-45px;top:0}@media (max-width:767px){.digital-identity-header-section .shapes-right{right:-36px;height:40%}}.digital-identity-essentials-section{padding:3rem 0}.digital-identity-essentials-section .header-row{padding:2rem 0 5rem}.digital-identity-essentials-section .heading{font-size:2.375rem;line-height:1.4;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;margin-bottom:2rem;position:relative}.digital-identity-essentials-section .heading:before{content:"";height:9px;width:3rem;background-color:#008656;position:absolute;left:0;top:-1.25rem}@media (max-width:1199px){.digital-identity-essentials-section .heading{font-size:1.875rem}}@media (max-width:991px){.digital-identity-essentials-section .heading{font-size:2.375rem}}@media (max-width:767px){.digital-identity-essentials-section .heading{font-size:1.875rem}}.digital-identity-essentials-section .subheading-row{padding:2rem 0}.digital-identity-essentials-section .subheading{font-size:2.375rem;line-height:1.4;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;margin-bottom:2rem;position:relative}@media (max-width:1199px){.digital-identity-essentials-section .subheading{font-size:1.875rem}}@media (max-width:991px){.digital-identity-essentials-section .subheading{font-size:2.375rem}}@media (max-width:767px){.digital-identity-essentials-section .subheading{font-size:1.875rem}}.digital-identity-essentials-section .desc{font-size:1.125rem;line-height:1.5;color:#212121;margin-bottom:2rem}@media (max-width:1199px){.digital-identity-essentials-section .desc{padding-right:0}}@media (max-width:991px){.digital-identity-essentials-section .desc{margin-bottom:2rem}}.digital-identity-essentials-section .col-lg-6{padding-right:.5rem;padding-left:.5rem}.digital-identity-essentials-section .essentials-image{margin-left:auto;margin-right:auto;display:block;width:80%}@media (min-width:991px){.digital-identity-essentials-section .essentials-image{margin-top:6rem}}.digital-identity-essentials-section .returning-accordion .btn{width:100%;font-weight:700;font-size:1rem;color:#212121;padding:0;text-align:left;position:relative;outline:none}.digital-identity-essentials-section .returning-accordion .btn .fas{width:45px}.digital-identity-essentials-section .returning-accordion .btn .fa-minus,.digital-identity-essentials-section .returning-accordion .btn .fa-plus{color:#008656}.digital-identity-essentials-section .returning-accordion .btn .fa-stack{font-size:18px;position:absolute;right:25px;top:22%;width:auto}@media (max-width:1199px){.digital-identity-essentials-section .returning-accordion .btn .fa-stack{top:32%}}@media (max-width:375px){.digital-identity-essentials-section .returning-accordion .btn .fa-stack{top:40%}}.digital-identity-essentials-section .returning-accordion .btn .resource-heading-text{font-size:.8rem;font-family:Roboto,Arial,Helvetica,sans-serif;text-transform:uppercase;margin-bottom:.625rem;letter-spacing:.5px}.digital-identity-essentials-section .returning-accordion .btn .heading-text{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;font-size:1.625rem;color:#333f48;line-height:1.3;margin-bottom:1rem;width:80%}@media (max-width:1199px){.digital-identity-essentials-section .returning-accordion .btn .heading-text{display:block;min-height:60px;font-size:1.25rem}}@media (max-width:991px){.digital-identity-essentials-section .returning-accordion .btn .heading-text{min-height:auto}}@media (max-width:767px){.digital-identity-essentials-section .returning-accordion .btn .heading-text{font-size:1.375rem}}@media (max-width:425px){.digital-identity-essentials-section .returning-accordion .btn .heading-text{font-size:1.25rem}}@media (max-width:767px){.digital-identity-essentials-section .returning-accordion .btn .heading-text br{display:none}}.digital-identity-essentials-section .returning-accordion .btn .subheading-text{font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:400;font-size:1.125rem;line-height:1.5;display:block;width:95%;margin-bottom:1rem}@media (max-width:1199px){.digital-identity-essentials-section .returning-accordion .btn .subheading-text{width:95%}}.digital-identity-essentials-section .returning-accordion .btn .resource-list{margin-top:2rem}.digital-identity-essentials-section .returning-accordion .btn .resource-list a{text-decoration:underline;color:#212121}.digital-identity-essentials-section .returning-accordion .btn .resource-list a:hover{color:#008656}.digital-identity-essentials-section .returning-accordion .btn .right-arrow{right:1rem}.digital-identity-essentials-section .returning-accordion .card{border-radius:0;border:none;margin-bottom:1rem}.digital-identity-essentials-section .returning-accordion .card-header{height:300px;border-radius:0;border:none;background-color:#f5f5f5;padding:1.5rem 1.25rem;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}@media (max-width:1399px){.digital-identity-essentials-section .returning-accordion .card-header{height:350px}}.digital-identity-essentials-section .returning-accordion .card-header[aria-expanded=true]{padding-bottom:1rem;border-top:2px solid #008656;margin-top:-2px}.digital-identity-essentials-section .returning-accordion .card-body{background-color:#f5f5f5;padding-top:0;padding-bottom:3rem;font-size:1.125rem;line-height:1.5;color:#333f48}@media (max-width:991px){.digital-identity-essentials-section .returning-accordion .card-body{padding-bottom:2rem}}.digital-identity-essentials-section .returning-accordion .card-body .section-icon{width:100%}@media (max-width:1199px){.digital-identity-essentials-section .returning-accordion .card-body .section-icon{width:145%}}@media (max-width:991px){.digital-identity-essentials-section .returning-accordion .card-body .section-icon{width:70px;margin:0 auto .8rem}}.digital-identity-essentials-section .returning-accordion .card-body .service-wrapper{padding:1.25rem;margin-left:-1rem}@media (max-width:1199px){.digital-identity-essentials-section .returning-accordion .card-body .service-wrapper{margin-left:0}}@media (max-width:991px){.digital-identity-essentials-section .returning-accordion .card-body .service-wrapper.services{margin-bottom:2rem}}.digital-identity-essentials-section .returning-accordion .card-body .service-wrapper .service-header{font-size:1.25rem;line-height:1.5;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;margin-top:6px;margin-bottom:.5rem;text-transform:uppercase}.digital-identity-essentials-section .returning-accordion .card-body .service-wrapper .service-content ul{padding-left:0;margin-bottom:0;list-style:none}.digital-identity-essentials-section .returning-accordion .card-body .service-wrapper .service-content ul li a{font-size:1rem;line-height:1.5;color:#008656}.digital-identity-essentials-section .returning-accordion .card-body .service-wrapper .service-content ul li a:hover{opacity:.7}.digital-identity-essentials-section .returning-accordion .card-cta{width:100%;font-weight:700;font-size:1rem;position:absolute;bottom:1.25rem}.digital-identity-essentials-section .returning-accordion .btn-link:focus,.digital-identity-essentials-section .returning-accordion .btn-link:hover{text-decoration:none}.digital-identity-essentials-section .returning-accordion li+li{margin-top:10px}.digital-identity-vaccination-tracking-section{padding:3rem 0;background-color:#fff}.digital-identity-vaccination-tracking-section .vaccin-bg{background-size:cover;background-color:#ededed;background-repeat:no-repeat;background-position:100%;padding:2rem;position:relative}@media (max-width:1199px){.digital-identity-vaccination-tracking-section .vaccin-bg{background-position:65%}}@media (max-width:991px){.digital-identity-vaccination-tracking-section .vaccin-bg{background-position:100%}}.digital-identity-vaccination-tracking-section .vaccin-bg .overlay{position:absolute;left:0;right:0;top:0;bottom:0;height:100%;width:100%;background:hsla(0,0%,100%,.85);display:none}@media (max-width:991px){.digital-identity-vaccination-tracking-section .vaccin-bg .overlay{display:block}}.digital-identity-vaccination-tracking-section .vaccin-bg .heading{font-size:1.875rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;color:#212121;line-height:1.1;position:relative;margin-bottom:2rem;width:30rem}@media (max-width:767px){.digital-identity-vaccination-tracking-section .vaccin-bg .heading{width:100%;font-size:1.75rem}}.digital-identity-vaccination-tracking-section .vaccin-bg .desc{font-size:1.125rem;color:#212121;font-family:Roboto,Arial,Helvetica,sans-serif;margin-bottom:2rem;padding-right:7rem}@media (max-width:1199px){.digital-identity-vaccination-tracking-section .vaccin-bg .desc{padding-right:0}}@media (max-width:767px){.digital-identity-vaccination-tracking-section .vaccin-bg .desc{font-size:1rem}}@media (max-width:1199px){.digital-identity-vaccination-tracking-section .vaccin-bg .button--orange{margin-bottom:1rem}}@media (max-width:991px){.digital-identity-vaccination-tracking-section .vaccin-bg .button--orange{margin-bottom:0}}@media (max-width:504px){.digital-identity-vaccination-tracking-section .vaccin-bg .button--orange{margin-bottom:1rem}}.digital-identity-faq-section{padding:3rem 0;background-color:#fff}.digital-identity-faq-section .heading{text-align:center;font-size:2.375rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;line-height:1.5;margin-bottom:0}@media (max-width:767px){.digital-identity-faq-section .heading{font-size:1.875rem}}.digital-identity-faq-section .desc{font-weight:400;font-size:1.125rem;color:#333f48;line-height:1.5;font-family:Roboto,Arial,Helvetica,sans-serif;text-align:center}.digital-identity-faq-section .basics-accordion{margin:1rem auto 0}.digital-identity-faq-section .basics-accordion .btn{width:100%;font-weight:700;font-size:1rem;color:#212121;padding:0;text-align:left;position:relative;outline:none}.digital-identity-faq-section .basics-accordion .btn .fas{width:45px}.digital-identity-faq-section .basics-accordion .btn .fa-minus,.digital-identity-faq-section .basics-accordion .btn .fa-plus{color:#008656}.digital-identity-faq-section .basics-accordion .btn .fa-stack{font-size:18px;position:absolute;right:25px;width:auto}.digital-identity-faq-section .basics-accordion .btn .heading-text{padding-right:4.375rem;font-weight:400;font-size:1.125rem;color:#333f48;line-height:1.5;font-family:Roboto,Arial,Helvetica,sans-serif}.digital-identity-faq-section .basics-accordion .card{border-radius:0;border-bottom:1px solid #ccc;border-top:none;border-left:none;border-right:none}.digital-identity-faq-section .basics-accordion .card:last-child{margin-bottom:0}.digital-identity-faq-section .basics-accordion .card-header{border-radius:0;border:none;background-color:#fff;padding:1.5rem 1.25rem;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}.digital-identity-faq-section .basics-accordion .card-header[aria-expanded=true]{padding-bottom:1rem;border-top:1px solid #008656;margin-top:-1px}.digital-identity-faq-section .basics-accordion .card-header[aria-expanded=true] .heading-text{color:#008656;font-weight:700}.digital-identity-faq-section .basics-accordion .card-header[aria-expanded=true]~.collapse{border-bottom:1px solid #008656;margin-bottom:-1px}.digital-identity-faq-section .basics-accordion .card-body{background-color:#fff;padding-top:0;font-size:1.125rem;line-height:1.5;color:#333f48;font-family:Roboto,Arial,Helvetica,sans-serif}.digital-identity-faq-section .basics-accordion .btn-link:focus,.digital-identity-faq-section .basics-accordion .btn-link:hover{text-decoration:none}.digital-identity-faq-section .basics-accordion li+li{margin-top:10px}.digital-identity-faq-section li,.digital-identity-faq-section p{font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.625rem;color:#212121;font-size:1rem;margin:.5rem 0}.digital-identity-faq-section .secondary-list li{list-style:none}.digital-identity-faq-section .secondary-list li:before{content:"-";color:#212121}.digital-identity-updates-section{background-image:url("https://www.sterlingcheck.co.uk/wp-content/uploads/2022/03/Digital-Update-PHoto.png");background-repeat:no-repeat;background-size:cover;background-position:100%;position:relative;padding:3rem 0}@media (min-width:1199px){.digital-identity-updates-section{min-height:510px}}@media (max-width:767px){.digital-identity-updates-section{background-position:0}}.digital-identity-updates-section .video-modal-btn{margin-left:.5rem}@media (max-width:1199px){.digital-identity-updates-section .video-modal-btn{margin-left:0}}@media (max-width:991px){.digital-identity-updates-section .video-modal-btn{margin-top:0}}@media (max-width:396px){.digital-identity-updates-section .video-modal-btn{margin-top:1rem}}@media (max-width:991px){.digital-identity-updates-section .video-modal-btn.button--ghost--orange{padding:.3rem 1rem}}.digital-identity-updates-section .mobile-overlay{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;z-index:0}@media (max-width:1199px){.digital-identity-updates-section .mobile-overlay{background:-webkit-linear-gradient(90deg,#333f48,hsla(0,0%,100%,0));background:-o-linear-gradient(90deg,#333f48 0,hsla(0,0%,100%,0) 100%);background:linear-gradient(90deg,#333f48,hsla(0,0%,100%,0));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#333F48",endColorstr="#00ffffff",GradientType=0)}}@media (max-width:991px){.digital-identity-updates-section .mobile-overlay{background:rgba(51,63,72,.5)}}.digital-identity-updates-section .particle:first-child{width:6.25rem;height:6.25rem;background:#d2ba6a;opacity:.5;position:absolute;right:35%;top:53%;z-index:1}@media (max-width:991px){.digital-identity-updates-section .particle:first-child{display:none}}.digital-identity-updates-section .particle:nth-child(2){width:4.75rem;height:4.75rem;background:#008656;opacity:.5;position:absolute;right:40%;bottom:5rem;z-index:.5}@media (max-width:767px){.digital-identity-updates-section .particle:nth-child(2){display:none}}.digital-identity-updates-section .particle:nth-child(3){width:1.6875rem;height:1.6875rem;border:1px solid #92bda5;position:absolute;right:48%;bottom:13.75rem;z-index:2}@media (max-width:767px){.digital-identity-updates-section .particle:nth-child(3){display:none}}.digital-identity-updates-section .guidance-contents-wrapper{position:relative;z-index:1}.digital-identity-updates-section .guidance-contents-wrapper .heading{font-size:2.375rem;line-height:1.5;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;color:#fff;margin-bottom:2rem}@media (max-width:767px){.digital-identity-updates-section .guidance-contents-wrapper .heading{font-size:1.875rem}}.digital-identity-updates-section .guidance-contents-wrapper .subheading{font-size:1.125rem;line-height:1.5;font-weight:700;color:#fff;margin-bottom:2rem}.digital-identity-updates-section .guidance-contents-wrapper .desc{font-size:1.125rem;line-height:1.5;color:#fff;margin-bottom:2rem}.digital-identity-updates-section .guidance-contents-wrapper .btn-orange{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:1rem}@media (max-width:1199px){.digital-identity-updates-section .guidance-contents-wrapper .btn-orange{margin-bottom:1rem}}@media (max-width:991px){.digital-identity-updates-section .guidance-contents-wrapper .btn-orange{margin-bottom:0}}@media (max-width:444px){.digital-identity-updates-section .guidance-contents-wrapper .btn-orange{margin-bottom:1rem}}.home-intro-section{padding:5rem 0}.home-intro-section .home-intro-sub-heading{color:#212121;font-size:1.125rem;line-height:1.625rem}.home-intro-section .homepage-demo-img{max-width:100%;display:block;margin:auto}@media (max-width:991px){.home-intro-section .homepage-demo-img{max-width:75%}}.home-intro-section .h3:before,.home-intro-section h3:before{content:"";background-color:#008656;height:.625rem;width:2.5rem;display:block;margin-bottom:1.875rem}.why-sterling-section{background-color:#f6f6f6;padding:4rem 0}.why-sterling-section .h3,.why-sterling-section h3{line-height:1.1}.why-sterling-section .h3 span,.why-sterling-section h3 span{display:block}.why-sterling-section__intro-text{line-height:1.625rem;color:#212121;text-align:center;margin-bottom:3rem}@media (min-width:992px){.why-sterling-section__intro-text{font-size:1.125rem;width:45rem}}.why-sterling-section .why-smb-card{text-align:center}.why-sterling-section .why-smb-card__icon svg{height:6.25rem;width:auto!important;margin-bottom:1.875rem;color:#008656}.why-sterling-section .why-smb-card__title{font-size:1.375rem;line-height:1.1;margin-bottom:1.25rem}.why-sterling-section .why-smb-card__subtitle{color:#212121}@media (min-width:992px){.why-sterling-section .why-smb-card__subtitle{font-size:1.125rem;line-height:1.625rem;width:auto}}.home-stats-section{background-color:#333f48;padding:4rem 0}.home-stats-section .home-stat-item{text-align:center}.home-stats-section .home-stat-item .stat{color:#fff}.home-stats-section .home-stat-item .stat-desc{color:#fff;font-size:1.25rem}@media (max-width:991px){.home-stats-section .home-stat-item{padding:1rem;border-right:none!important}.home-stats-section .home-stat-item .stat{margin-bottom:0}}.home-stats-section .home-stat-item:not(:last-child){border-right:1px solid #fff}.home-page-webinars{padding:3rem 0}.home-page-webinars .heading{font-size:2.375rem;line-height:3rem}.home-page-webinars .desc{color:#212121;font-size:1.125rem}@media (max-width:1199px){.home-page-webinars .home-page-webinar-slider{display:flex;justify-content:space-between}}@media (max-width:425px){.home-page-webinars .home-page-webinar-slider{display:block}}.home-page-webinars .home-page-webinar-slider .webinar-card{width:40%;margin:0 2rem;display:inline-block}@media (max-width:767px){.home-page-webinars .home-page-webinar-slider .webinar-card .arrow-cta:hover span.right-arrow{width:2.5rem}}.home-page-webinars .home-page-webinar-slider .webinar-card:nth-child(3n-2) .webinar-grid__item{background:#008656}.home-page-webinars .home-page-webinar-slider .webinar-card:nth-child(3n-1) .webinar-grid__item{background:#add7c7}.home-page-webinars .home-page-webinar-slider .webinar-card:nth-child(3n) .webinar-grid__item{background:#666}@media (max-width:1199px){.home-page-webinars .home-page-webinar-slider .webinar-card{margin:1rem 0;width:48%}}@media (max-width:425px){.home-page-webinars .home-page-webinar-slider .webinar-card{width:100%}}.home-page-webinars .home-page-webinar-slider .webinar-card .webinar-event{height:360px;background-color:#fff;border:1px solid #dde5e5}.home-page-webinars .home-page-webinar-slider .webinar-card .webinar-event .webinar-grid__item{padding:2rem 1.875rem;height:200px;min-height:200px}@media (max-width:767px){.home-page-webinars .home-page-webinar-slider .webinar-card .webinar-event .webinar-grid__item{padding:2rem 1rem}.home-page-webinars .home-page-webinar-slider .webinar-card .webinar-event .webinar-grid__item .h3,.home-page-webinars .home-page-webinar-slider .webinar-card .webinar-event .webinar-grid__item h3{font-size:1.375rem}}.home-page-webinars .home-page-webinar-slider .webinar-card .webinar-event .webinar-grid__status{font-size:.875rem;color:#fff;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;text-transform:uppercase}.home-page-webinars .home-page-webinar-slider .webinar-card .webinar-event .h3,.home-page-webinars .home-page-webinar-slider .webinar-card .webinar-event h3{color:#fff;font-size:1.5rem;line-height:32px;margin:0}.home-page-webinars .home-page-webinar-slider .webinar-card .webinar-event:hover .h3,.home-page-webinars .home-page-webinar-slider .webinar-card .webinar-event:hover h3,.home-page-webinars .home-page-webinar-slider .webinar-card .webinar-event:hover span{opacity:.5}.home-page-webinars .home-page-webinar-slider .webinar-card .webinar-event p{color:#d0d0d0;font-size:1rem;text-decoration:underline}.home-page-webinars .home-page-webinar-slider .webinar-card .webinar-event .webinar-grid__details--dark p{color:#212121}.home-page-webinars .home-page-webinar-slider .webinar-card .webinar-event .webinar-grid__details{padding:1rem 2rem}.home-page-webinars .home-page-webinar-slider .webinar-card .webinar-event .webinar-grid__details p{min-height:50px}.home-page-integrations-section{padding:3rem 0;background-color:#212121;color:#fff}.home-page-integrations-section .heading{color:#fff;font-size:1.875rem;line-height:2.375rem}.home-page-integrations-section .desc{font-size:1.125rem;line-height:1.625rem}.home-page-integrations-section ul{list-style:none;display:inline-block;margin:0 3rem;padding:0}.home-page-integrations-section ul .logo-item{display:inline-block;width:49%}.home-page-integrations-section ul .logo-item .img-wrapper{padding:0 1rem}.home-page-popular-topics-section{padding:4rem 0 10rem}.home-page-popular-topics-section .tabs-nav-row{position:relative}.home-page-popular-topics-section .tabs-nav-row:after{content:"";position:absolute;width:100%;height:1px;background-color:#dde5e5;bottom:-12px;left:15px}@media (max-width:767px){.home-page-popular-topics-section .tabs-nav-row:after{display:none}}.home-page-popular-topics-section .heading{font-size:2.125rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:0;margin-top:1rem;line-height:1.3;color:#212121}@media (max-width:767px){.home-page-popular-topics-section .heading{text-align:center}}.home-page-popular-topics-section ul.nav-tabs{display:flex;justify-content:end;border-bottom:none;width:100%}@media (max-width:767px){.home-page-popular-topics-section ul.nav-tabs{display:none}}.home-page-popular-topics-section ul.nav-tabs.four-cols li.nav-item{width:24%}.home-page-popular-topics-section ul.nav-tabs.four-cols li.nav-item a.nav-link{width:100%;padding:.5rem 0}.home-page-popular-topics-section ul.nav-tabs li.nav-item{width:33%}.home-page-popular-topics-section ul.nav-tabs li.nav-item a.nav-link{display:block;padding-left:10rem;width:335px}@media (max-width:1199px){.home-page-popular-topics-section ul.nav-tabs li.nav-item a.nav-link{padding-left:5rem;padding-top:3rem}}@media (max-width:991px){.home-page-popular-topics-section ul.nav-tabs li.nav-item a.nav-link{padding-left:2.5rem;width:100%}}.home-page-popular-topics-section ul.nav-tabs li.nav-item a.nav-link:focus{outline:none}.home-page-popular-topics-section ul.nav-tabs li.nav-item a.nav-link.active{color:#212121;border-color:transparent;background-color:transparent}.home-page-popular-topics-section ul.nav-tabs li.nav-item a.nav-link.active .svg-inline--fa{color:#008656}.home-page-popular-topics-section ul.nav-tabs li.nav-item a.nav-link.active svg circle,.home-page-popular-topics-section ul.nav-tabs li.nav-item a.nav-link.active svg path{fill:#008656}.home-page-popular-topics-section ul.nav-tabs li.nav-item a.nav-link.active svg circle.nofill,.home-page-popular-topics-section ul.nav-tabs li.nav-item a.nav-link.active svg path.nofill{fill:#fff}.home-page-popular-topics-section ul.nav-tabs li.nav-item a.nav-link.active .text:after{width:100%}.home-page-popular-topics-section ul.nav-tabs li.nav-item a.nav-link:hover{color:#212121;border-color:transparent;background-color:transparent}.home-page-popular-topics-section ul.nav-tabs li.nav-item a.nav-link:hover svg circle,.home-page-popular-topics-section ul.nav-tabs li.nav-item a.nav-link:hover svg path{fill:#008656}.home-page-popular-topics-section ul.nav-tabs li.nav-item a.nav-link:hover svg circle.nofill,.home-page-popular-topics-section ul.nav-tabs li.nav-item a.nav-link:hover svg path.nofill{fill:#fff}.home-page-popular-topics-section ul.nav-tabs li.nav-item a.nav-link:hover .svg-inline--fa{color:#008656}.home-page-popular-topics-section ul.nav-tabs li.nav-item a.nav-link:hover .text{position:relative}.home-page-popular-topics-section ul.nav-tabs li.nav-item a.nav-link:hover .text:after{width:100%;-webkit-transition:width .5s;-moz-transition:width .5s;-o-transition:width .5s;transition:width .5s}.home-page-popular-topics-section ul.nav-tabs li.nav-item a.nav-link .text{position:relative;text-align:center;width:160px;margin-left:auto;margin-right:auto;font-size:1.25rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;color:#212121}.home-page-popular-topics-section ul.nav-tabs li.nav-item a.nav-link .text:after{content:"";position:absolute;width:0;height:5px;background-color:#008656;left:0;bottom:-19px}.home-page-popular-topics-section ul.nav-tabs li.nav-item a.nav-link .svg-inline--fa{height:50px;font-size:3.5rem;color:#212121;margin-left:auto;margin-right:auto}.home-page-popular-topics-section ul.nav-tabs li.nav-item a.nav-link svg{height:35px;margin-left:auto;margin-right:auto;margin-bottom:1.5rem;display:block}.home-page-popular-topics-section #myTabContent{margin-top:3.5rem}@media (max-width:767px){.home-page-popular-topics-section #myTabContent{display:none}}.home-page-popular-topics-section #myTabContent .tab-heading{font-size:1.5rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;line-height:1.3;color:#212121}.home-page-popular-topics-section #myTabContent .tab-desc{font-size:1rem;font-family:Roboto,Arial,Helvetica,sans-serif;margin-bottom:2rem;line-height:1.5;color:#212121;padding-right:10rem}@media (max-width:1199px){.home-page-popular-topics-section #myTabContent .tab-desc{padding-right:0}}.home-page-popular-topics-section #myTabContent .tab-desc p,.home-page-popular-topics-section #myTabContent .tab-desc ul li{font-size:1rem;color:#212121}.home-page-popular-topics-section #myTabContent .tab-desc .arrow-cta{cursor:pointer;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:1.25rem;font-weight:600}.home-page-popular-topics-section #myTabContent .tab-desc .arrow-cta .svg-inline--fa{top:-9px}.home-page-popular-topics-section #myTabContent .tab-img-wrapper{position:relative}@media (max-width:991px){.home-page-popular-topics-section #myTabContent .tab-img-wrapper{margin-top:2rem}}.home-page-popular-topics-section #myTabContent .tab-img-wrapper .particle:first-child{height:25.625rem;width:30.625rem;background:#b8b7ac;opacity:.25;position:absolute;bottom:-1.5625rem;right:0;z-index:0}@media (max-width:1300px){.home-page-popular-topics-section #myTabContent .tab-img-wrapper .particle:first-child{height:23.75rem;width:28.75rem}}@media (max-width:1199px){.home-page-popular-topics-section #myTabContent .tab-img-wrapper .particle:first-child{height:18.125rem;width:21.5625rem}}@media (max-width:991px){.home-page-popular-topics-section #myTabContent .tab-img-wrapper .particle:first-child{display:none}}.home-page-popular-topics-section #myTabContent .tab-img-wrapper .particle:nth-child(2){height:6.25rem;width:6.25rem;background:#83b6cc;opacity:.7;position:absolute;bottom:-4.375rem;right:-1.5625rem;z-index:4}@media (max-width:1199px){.home-page-popular-topics-section #myTabContent .tab-img-wrapper .particle:nth-child(2){right:-4.6875rem}}@media (max-width:991px){.home-page-popular-topics-section #myTabContent .tab-img-wrapper .particle:nth-child(2){display:none}}.home-page-popular-topics-section #myTabContent .tab-img-wrapper .particle:nth-child(3){height:2.8125rem;width:2.8125rem;background:#add7c7;opacity:.5;position:absolute;bottom:-6.25rem;right:-3.125rem;z-index:4}@media (max-width:1199px){.home-page-popular-topics-section #myTabContent .tab-img-wrapper .particle:nth-child(3){right:-6.5625rem}}@media (max-width:991px){.home-page-popular-topics-section #myTabContent .tab-img-wrapper .particle:nth-child(3){display:none}}.home-page-popular-topics-section #myTabContent .tab-img-wrapper .particle:nth-child(4){height:1.5625rem;width:1.5625rem;background:#fada5e;position:absolute;bottom:-7.3125rem;right:2.1875rem;z-index:4}@media (max-width:1199px){.home-page-popular-topics-section #myTabContent .tab-img-wrapper .particle:nth-child(4){right:-8.125rem}}@media (max-width:991px){.home-page-popular-topics-section #myTabContent .tab-img-wrapper .particle:nth-child(4){display:none}}.home-page-popular-topics-section #myTabContent .tab-img-wrapper .tab-img{position:relative;z-index:1;width:calc(100% - 25px)}@media (max-width:991px){.home-page-popular-topics-section #myTabContent .tab-img-wrapper .tab-img{width:100%}}.home-page-popular-topics-section .mobile-market-expertise-section{display:none;margin-top:1.5rem}@media (max-width:767px){.home-page-popular-topics-section .mobile-market-expertise-section{display:block}}.home-page-popular-topics-section .mobile-market-expertise-section #mobile-ige-accordion .card{border:1px solid #616669;border-radius:0}.home-page-popular-topics-section .mobile-market-expertise-section #mobile-ige-accordion .card:not(:last-child){margin-bottom:2rem}.home-page-popular-topics-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-body{padding-top:2rem;font-size:1rem;font-family:Roboto,Arial,Helvetica,sans-serif;color:#212121;line-height:1.5}.home-page-popular-topics-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-body .button--ghost--orange-o{display:block;margin:2rem auto 1rem;max-width:200px}.home-page-popular-topics-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-header{background-color:#fff;border-bottom:none;padding:3rem;cursor:pointer}.home-page-popular-topics-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-header[aria-expanded=true]{padding-bottom:0}.home-page-popular-topics-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-header:hover .cheader-inner svg path,.home-page-popular-topics-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-header[aria-expanded=true] .cheader-inner svg path{fill:#008656}.home-page-popular-topics-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-header:hover .cheader-inner .svg-inline--fa,.home-page-popular-topics-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-header[aria-expanded=true] .cheader-inner .svg-inline--fa{color:#008656}.home-page-popular-topics-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-header .cheader-inner .btn{width:100%}.home-page-popular-topics-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-header .cheader-inner svg{height:35px;margin-left:auto;margin-right:auto;margin-bottom:1.5rem;display:block}.home-page-popular-topics-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-header .cheader-inner .svg-inline--fa{height:auto;font-size:3.5rem;color:#212121;margin-left:auto;margin-right:auto}.home-page-popular-topics-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-header .cheader-inner .text{text-align:center;margin-left:auto;margin-right:auto;font-size:1.25rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;color:#212121}.page-template-home-page .clients-logo-showcase-section{padding:5rem 0;background-color:#f6f6f6}.page-template-home-page .clients-logo-showcase-section .client-logo-carousel-section__desc{font-size:20px}.page-template-home-page .clients-logo-showcase-section .item{padding:0 4%}@media (max-width:767px){.page-template-home-page .clients-logo-showcase-section .item:nth-child(4),.page-template-home-page .clients-logo-showcase-section .item:nth-child(5){display:none}}.page-template-home-page .clients-logo-showcase-section .particle:first-child{width:1.5625rem;height:1.5625rem;background:#008656;opacity:.7;position:absolute;left:6.25rem;top:-3.125rem;z-index:1}@media (max-width:767px){.page-template-home-page .clients-logo-showcase-section .particle:first-child{display:none}}.page-template-home-page .clients-logo-showcase-section .particle:nth-child(2){width:6.1875rem;height:6.1875rem;background:#c3c3c3;opacity:.3;position:absolute;left:7.8125rem;top:-1.25rem;z-index:0}@media (max-width:767px){.page-template-home-page .clients-logo-showcase-section .particle:nth-child(2){display:none}}.page-template-home-page .clients-logo-showcase-section .particle:nth-child(3){width:2.9375rem;height:2.9375rem;background:#add7c7;opacity:.5;position:absolute;left:12.5rem;top:3.75rem;z-index:2}@media (max-width:767px){.page-template-home-page .clients-logo-showcase-section .particle:nth-child(3){display:none}}.page-template-home-page .clients-logo-showcase-section .img-fluid{max-width:70%;padding:1rem 0}@media (max-width:1199px){.page-template-home-page .clients-logo-showcase-section .img-fluid{max-width:80%}}@media (max-width:767px){.page-template-home-page .clients-logo-showcase-section .img-fluid{max-width:100%}}@media (max-width:576px){.page-template-home-page .clients-logo-showcase-section .col-sm-4{width:33.3%}}.page-template-home-page .universal-client-quote-story-slider-section{background-color:#fff}.page-template-home-page .universal-client-quote-story-slider-section .svg-inline--fa{font-size:2rem;color:#008656}.home24-hero{padding:2rem 0 4rem;background:#fff}@media (max-width:991px){.home24-hero{background:linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,78%,.2) 80%);padding-bottom:12rem}}@media (max-width:767px){.home24-hero{padding-bottom:16rem}}.home24-hero .copy-wrapper{position:relative;z-index:1}.home24-hero .tagline{line-height:3.5rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;font-size:1rem;color:#a8a8a8;text-transform:uppercase}@media (max-width:991px){.home24-hero .tagline{line-height:1.3}}.home24-hero .h1,.home24-hero h1{line-height:1.3;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;font-size:2.75rem;position:relative;width:600px}@media (max-width:1199px){.home24-hero .h1,.home24-hero h1{width:100%}}@media (max-width:767px){.home24-hero .h1,.home24-hero h1{font-size:2.25rem}}.home24-hero .h1 .textwrapper,.home24-hero h1 .textwrapper{display:block;min-height:3.375rem}.home24-hero .h1 .textwrapper .words,.home24-hero h1 .textwrapper .words{color:#008656;display:inline}.home24-hero .h1 .textwrapper .words span,.home24-hero h1 .textwrapper .words span{position:absolute;opacity:0;overflow:hidden;width:100%}.home24-hero .h1 .textwrapper .words span:nth-child(2),.home24-hero h1 .textwrapper .words span:nth-child(2){-webkit-animation-delay:3s;animation-delay:3s}.home24-hero .h1 .textwrapper .words span:nth-child(3),.home24-hero h1 .textwrapper .words span:nth-child(3){-webkit-animation-delay:6s;animation-delay:6s}.home24-hero .h1 .textwrapper .words span:nth-child(4),.home24-hero h1 .textwrapper .words span:nth-child(4){-webkit-animation-delay:9s;animation-delay:9s}.home24-hero .h1 .textwrapper .words span:nth-child(5),.home24-hero h1 .textwrapper .words span:nth-child(5){-webkit-animation-delay:12s;animation-delay:12s}.home24-hero .h1 .textwrapper .words span:nth-child(6),.home24-hero h1 .textwrapper .words span:nth-child(6){-webkit-animation-delay:15s;animation-delay:15s}.home24-hero .h1 .textwrapper .rotate span,.home24-hero h1 .textwrapper .rotate span{-webkit-animation:rotateWord 18s linear infinite;animation:rotateWord 18s linear infinite}.home24-hero .hero-cta-area{padding:1.25rem;background-color:#f2f2f2;border-radius:15px;margin-top:1rem;position:absolute;z-index:2;width:90%}@media (max-width:991px){.home24-hero .hero-cta-area{width:100%;position:relative;background-color:unset;padding:0}}.home24-hero .hero-cta-area:before{position:absolute;top:0;left:0;z-index:0;border-radius:15px;background-color:#f2f2f2;content:"";height:100%;width:1100px}@media (max-width:1249px){.home24-hero .hero-cta-area:before{width:940px}}@media (max-width:1199px){.home24-hero .hero-cta-area:before{width:860px}}.home24-hero .hero-cta-area #home24HeroOptions{width:100%;position:absolute;z-index:3}.home24-hero .hero-cta-area #home24HeroOptions:hover .h2,.home24-hero .hero-cta-area #home24HeroOptions:hover h2{opacity:.75}.home24-hero .hero-cta-area #home24HeroOptions .accordion-item{background-color:#fff;border-radius:10px;border:2px solid #b0b2b4}.home24-hero .hero-cta-area #home24HeroOptions .accordion-item:hover{border:2px solid #008656}.home24-hero .hero-cta-area #home24HeroOptions .accordion-item .h2,.home24-hero .hero-cta-area #home24HeroOptions .accordion-item h2{margin-bottom:0}@media (max-width:1199px){.home24-hero .hero-cta-area #home24HeroOptions .accordion-item .h2,.home24-hero .hero-cta-area #home24HeroOptions .accordion-item h2{line-height:1.3}}.home24-hero .hero-cta-area #home24HeroOptions .accordion-item .h2 .accordion-button,.home24-hero .hero-cta-area #home24HeroOptions .accordion-item h2 .accordion-button{text-transform:unset!important;background:none;color:#212121;border:none;padding:1rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:1.375rem;cursor:pointer;outline:inherit;position:relative;width:100%;text-align:left}@media (max-width:1199px){.home24-hero .hero-cta-area #home24HeroOptions .accordion-item .h2 .accordion-button,.home24-hero .hero-cta-area #home24HeroOptions .accordion-item h2 .accordion-button{font-size:1.375rem}}@media (max-width:767px){.home24-hero .hero-cta-area #home24HeroOptions .accordion-item .h2 .accordion-button,.home24-hero .hero-cta-area #home24HeroOptions .accordion-item h2 .accordion-button{padding-top:1.5rem}}@media (max-width:1199px){.home24-hero .hero-cta-area #home24HeroOptions .accordion-item .h2 .accordion-button.return .linebreak,.home24-hero .hero-cta-area #home24HeroOptions .accordion-item h2 .accordion-button.return .linebreak{display:block}}@media (max-width:1199px){.home24-hero .hero-cta-area #home24HeroOptions .accordion-item .h2 .accordion-button.return .svg-inline--fa,.home24-hero .hero-cta-area #home24HeroOptions .accordion-item h2 .accordion-button.return .svg-inline--fa{top:2.1875rem}}@media (max-width:1199px){.home24-hero .hero-cta-area #home24HeroOptions .accordion-item .h2 .accordion-button .linebreak,.home24-hero .hero-cta-area #home24HeroOptions .accordion-item h2 .accordion-button .linebreak{display:block}}.home24-hero .hero-cta-area #home24HeroOptions .accordion-item .h2 .accordion-button .svg-inline--fa,.home24-hero .hero-cta-area #home24HeroOptions .accordion-item h2 .accordion-button .svg-inline--fa{color:#008656;position:absolute;right:1.5rem;top:.875rem}@media (max-width:1199px){.home24-hero .hero-cta-area #home24HeroOptions .accordion-item .h2 .accordion-button .svg-inline--fa,.home24-hero .hero-cta-area #home24HeroOptions .accordion-item h2 .accordion-button .svg-inline--fa{top:2.1875rem}}@media (max-width:767px){.home24-hero .hero-cta-area #home24HeroOptions .accordion-item .h2 .accordion-button .svg-inline--fa,.home24-hero .hero-cta-area #home24HeroOptions .accordion-item h2 .accordion-button .svg-inline--fa{top:2.1875rem}}.home24-hero .hero-cta-area #home24HeroOptions .accordion-item .accordion-body{padding-right:1.5rem;padding-left:1.5rem;padding-bottom:1.5rem}.home24-hero .hero-cta-area #home24HeroOptions .accordion-item ul{padding-left:0;margin-bottom:0;list-style:none}.home24-hero .hero-cta-area #home24HeroOptions .accordion-item ul li{position:relative;width:100%}.home24-hero .hero-cta-area #home24HeroOptions .accordion-item ul li:not(:last-child){margin-bottom:1rem}.home24-hero .hero-cta-area #home24HeroOptions .accordion-item ul li .svg-inline--fa{position:absolute;top:.5625rem;left:0;display:inline-block;color:#a2a4a6;font-size:.5rem;width:.5rem;height:.5rem}.home24-hero .hero-cta-area #home24HeroOptions .accordion-item ul li a{display:inline-block;color:#212121;width:94%}.home24-hero .hero-cta-area #home24HeroOptions .accordion-item ul li a:hover{text-decoration:underline}.home24-hero .hero-cta-area p{position:relative;z-index:2;font-size:1.125rem;margin-top:6rem;margin-bottom:1.375rem;width:100%;margin-left:10px}@media (max-width:991px){.home24-hero .hero-cta-area p{position:absolute;margin-top:7.5rem}}@media (max-width:767px){.home24-hero .hero-cta-area p{position:absolute;margin-top:8rem}}.home24-hero .hero-cta-area p a{color:#212121;text-decoration:underline}.home24-hero .hero-cta-area p a:hover{opacity:.5}.home24-hero .hero-img{position:relative;z-index:2;width:91.3%;float:right;margin-top:2rem}@media (max-width:1199px){.home24-hero .hero-img{margin-top:5rem}}@media (max-width:991px){.home24-hero .hero-img{display:none}}.home24-exploration{padding:0 0 4rem}@media (max-width:1199px){.home24-exploration{padding:5rem 0 4rem}}.home24-exploration .h2,.home24-exploration h2{line-height:1.3;font-size:2.125rem;margin-top:3rem}@media (max-width:991px){.home24-exploration .h2,.home24-exploration h2{margin-top:2rem}}@media (max-width:767px){.home24-exploration .h2,.home24-exploration h2{font-size:1.75rem}}.home24-exploration p{font-size:1.125rem;width:400px}@media (max-width:1199px){.home24-exploration p{width:100%}}.home24-exploration .image{width:100%}@media (max-width:767px){.home24-exploration .btn{width:100%}}.home24-achievements{padding:2rem 0 4rem;background-repeat:no-repeat;background-position:right -265px bottom;background-size:40%}@media (max-width:991px){.home24-achievements{background-image:unset}}.home24-achievements .h2,.home24-achievements h2{position:relative;line-height:1.3;font-size:2.125rem;margin-bottom:3rem;margin-top:1.6875rem}@media (max-width:991px){.home24-achievements .h2,.home24-achievements h2{margin-bottom:2rem}}@media (max-width:767px){.home24-achievements .h2,.home24-achievements h2{font-size:1.75rem}}.home24-achievements .h2:before,.home24-achievements h2:before{content:"";position:absolute;background-color:#008656;height:.5rem;width:3.125rem;left:0;top:-1.5625rem}.home24-achievements .stats-list{padding-left:0;list-style:none;margin-bottom:0}.home24-achievements .stats-list li{margin-bottom:3rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;color:#212121}@media (max-width:1199px){.home24-achievements .stats-list li{margin-bottom:1.5rem;display:flex;align-items:center}}.home24-achievements .stats-list li .number-wrapper{width:25%;display:inline-block;font-size:3.6875rem}@media (max-width:1199px){.home24-achievements .stats-list li .number-wrapper{font-size:3.125rem}}@media (max-width:991px){.home24-achievements .stats-list li .number-wrapper{max-width:6.25rem;padding-top:1rem}}.home24-achievements .stats-list li .number-wrapper b{font-size:2.75rem}@media (max-width:1199px){.home24-achievements .stats-list li .number-wrapper b{font-size:1.8125rem}}.home24-achievements .stats-list li .record-desc{width:48%;display:inline-block;margin-left:10%;font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:400;font-size:1.375rem}@media (max-width:1199px){.home24-achievements .stats-list li .record-desc{margin-left:20%}}@media (max-width:991px){.home24-achievements .stats-list li .record-desc{margin-left:5%;width:85%}}.home24-achievements .badge-table{border-spacing:25px;background:rgba(97,102,105,.1);border-radius:0;border-collapse:separate}@media (max-width:991px){.home24-achievements .badge-table{display:none}}.home24-achievements .badge-table td{overflow:hidden;position:relative;width:50%;background-color:#fff;border-radius:10px;box-shadow:0 4px 4px 0 rgba(97,102,105,.2)}@media (max-width:1199px){.home24-achievements .badge-table td{height:10.625rem}}.home24-achievements .badge-table td:hover .caption{bottom:0;opacity:1;z-index:2;transform:translateZ(0) scaleX(1) rotateX(0deg) rotateY(0deg) rotate(0deg) skew(0deg,0deg);transition:all .5s}.home24-achievements .badge-table td .mybadge{position:relative;z-index:1;width:100%}.home24-achievements .badge-table td .trustpilot-widget{padding-top:2.25rem;padding-right:2rem;padding-left:2rem}@media (max-width:1199px){.home24-achievements .badge-table td .trustpilot-widget{padding-top:3rem;padding-right:1rem;padding-left:1rem}}.home24-achievements .badge-table td .caption{overflow:hidden;height:100%;width:100%;opacity:0;position:absolute;border-radius:15px;bottom:0;top:0;left:0;right:0;z-index:0;background-color:#333f48;transform-style:preserve-3d;transform:translate3d(0,100%,0) scaleX(1) rotateX(0deg) rotateY(0deg) rotate(0deg) skew(0deg,0deg)}@media (max-width:1199px){.home24-achievements .badge-table td .caption{overflow:auto}}.home24-achievements .badge-table td .caption p{padding:1rem;color:#fff;font-size:1rem}.home24-achievements .badge-table td .caption p a{color:#fff;text-decoration:underline}.home24-achievements .badge-table td .caption p a:hover{opacity:.75}.home24-mobile-badge-slider{display:none;padding:4rem 0;background-color:#f1f1f1}@media (max-width:991px){.home24-mobile-badge-slider{display:block}}.home24-mobile-badge-slider #mobileBadgeSlider .slick-slide{margin:0 1.5rem}@media (max-width:767px){.home24-mobile-badge-slider #mobileBadgeSlider .slick-slide{margin:0 .35rem}}.home24-mobile-badge-slider #mobileBadgeSlider .badge-item .badge-wrapper{overflow:hidden;position:relative;background-color:#fff;border-radius:10px;height:100%;box-shadow:0 4px 4px 0 rgba(97,102,105,.2)}.home24-mobile-badge-slider #mobileBadgeSlider .badge-item .badge-wrapper:hover .badge-caption{bottom:0;opacity:1;z-index:2;transform:translateZ(0) scaleX(1) rotateX(0deg) rotateY(0deg) rotate(0deg) skew(0deg,0deg);transition:all .5s}.home24-mobile-badge-slider #mobileBadgeSlider .badge-item .badge-wrapper .badge-img{position:relative;z-index:1;width:100%}.home24-mobile-badge-slider #mobileBadgeSlider .badge-item .badge-wrapper .badge-caption{overflow:hidden;height:100%;width:100%;opacity:0;position:absolute;border-radius:15px;bottom:0;top:0;left:0;right:0;z-index:0;background-color:#333f48;transform-style:preserve-3d;transform:translate3d(0,100%,0) scaleX(1) rotateX(0deg) rotateY(0deg) rotate(0deg) skew(0deg,0deg)}@media (max-width:1199px){.home24-mobile-badge-slider #mobileBadgeSlider .badge-item .badge-wrapper .badge-caption{overflow:auto}}.home24-mobile-badge-slider #mobileBadgeSlider .badge-item .badge-wrapper .badge-caption p{padding:1rem;color:#fff;font-size:1rem}.home24-mobile-badge-slider #mobileBadgeSlider .badge-item .badge-wrapper .badge-caption p a{color:#fff;text-decoration:underline}.home24-mobile-badge-slider #mobileBadgeSlider .badge-item .badge-wrapper .badge-caption p a:hover{opacity:.75}.home24-mobile-badge-slider #mobileBadgeSlider .badge-item .badge-wrapper .trustpilot-widget{padding-top:2.5rem;min-height:195px}@media (max-width:991px){.home24-mobile-badge-slider #mobileBadgeSlider .badge-item .badge-wrapper .trustpilot-widget{padding-top:10rem;min-height:475px}}@media (max-width:767px){.home24-mobile-badge-slider #mobileBadgeSlider .badge-item .badge-wrapper .trustpilot-widget{padding-top:6rem;min-height:340px}}@media (max-width:425px){.home24-mobile-badge-slider #mobileBadgeSlider .badge-item .badge-wrapper .trustpilot-widget{padding-top:4rem;min-height:280px}}@media (max-width:375px){.home24-mobile-badge-slider #mobileBadgeSlider .badge-item .badge-wrapper .trustpilot-widget{padding-top:3rem;min-height:240px}}@media (max-width:320px){.home24-mobile-badge-slider #mobileBadgeSlider .badge-item .badge-wrapper .trustpilot-widget{padding-top:2rem;min-height:190px}}.home24-client-logos,.home24-industry-logos{padding:4rem 0;background-color:#f1f1f1}@media (max-width:991px){.home24-client-logos,.home24-industry-logos{background:linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,78%,.2) 80%)}}.home24-client-logos .h2,.home24-client-logos h2,.home24-industry-logos .h2,.home24-industry-logos h2{text-align:center;line-height:1.3;font-size:2.125rem;margin-bottom:2.25rem}@media (max-width:767px){.home24-client-logos .h2,.home24-client-logos h2,.home24-industry-logos .h2,.home24-industry-logos h2{font-size:1.75rem}}.home24-client-logos .home24-clients-slider .slick-slide,.home24-industry-logos .home24-clients-slider .slick-slide{margin:0 1.5rem}@media (max-width:767px){.home24-client-logos .home24-clients-slider .slick-slide,.home24-industry-logos .home24-clients-slider .slick-slide{margin:1.25rem}}.home24-client-logos .home24-clients-slider .logo-item .logo-img,.home24-industry-logos .home24-clients-slider .logo-item .logo-img{height:90px;filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");filter:grayscale(100%);-moz-filter:grayscale(100%);-ms-filter:grayscale(100%);-o-filter:grayscale(100%);filter:gray;-webkit-filter:grayscale(100%)}.home24-client-logos .home24-industry-slider .slick-slide,.home24-industry-logos .home24-industry-slider .slick-slide{margin:0 1.5rem}.home24-client-logos .home24-industry-slider .logo-item .logo-img,.home24-industry-logos .home24-industry-slider .logo-item .logo-img{height:85px;filter:brightness(65%) saturate(110%)}@media (max-width:991px){.home24-industry-logos{background-color:#f1f1f1}}.home24-why-sterling{padding:6rem 0 7rem;overflow:hidden}@media (max-width:991px){.home24-why-sterling{padding:4rem 0}}.home24-why-sterling .h2,.home24-why-sterling h2{font-size:2.125rem;line-height:1.3}@media (max-width:767px){.home24-why-sterling .h2,.home24-why-sterling h2{font-size:1.75rem}}.home24-why-sterling p{font-size:1.125rem;width:465px}@media (max-width:1199px){.home24-why-sterling p{width:100%}}.home24-why-sterling .feat-accordion{width:100%}@media (max-width:991px){.home24-why-sterling .feat-accordion{margin-top:2rem}}.home24-why-sterling .feat-accordion .btn{width:100%;font-weight:700;font-size:1rem;color:#212121;padding:0;text-align:left;position:relative;outline:none}.home24-why-sterling .feat-accordion .btn .fas{width:45px}.home24-why-sterling .feat-accordion .btn .fa-minus,.home24-why-sterling .feat-accordion .btn .fa-plus{color:#008656}.home24-why-sterling .feat-accordion .btn .fa-stack{font-size:18px;position:absolute;right:25px;width:auto}.home24-why-sterling .feat-accordion .btn .heading-text{padding-right:4.375rem;font-weight:700;font-size:1.5rem;color:#212121;line-height:1.5;font-family:adelle-sans,Arial,Helvetica,sans-serif}.home24-why-sterling .feat-accordion .card{border-radius:0;border:none}.home24-why-sterling .feat-accordion .card:first-child{border-top:1px solid #c0bfb5}.home24-why-sterling .feat-accordion .card:last-child{margin-bottom:0}@media (max-width:991px){.home24-why-sterling .feat-accordion .card:last-child{margin-bottom:1.5rem}}.home24-why-sterling .feat-accordion .card-header{border-radius:0;border-bottom:1px solid #c0bfb5;border-top:none;border-left:none;border-right:none;background-color:#fff;padding:1rem;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;margin-bottom:0}.home24-why-sterling .feat-accordion .card-header:hover .heading-text{color:#008656}.home24-why-sterling .feat-accordion .card-header[aria-expanded=true]{border-bottom:none;padding-top:1rem;padding-bottom:1rem;margin-bottom:0}.home24-why-sterling .feat-accordion .card-header[aria-expanded=true] .heading-text{color:#008656;font-weight:700}.home24-why-sterling .feat-accordion .card-body{background-color:#fff;padding-top:0;font-size:1.25rem;line-height:1.5;color:#212121;font-family:Roboto,Arial,Helvetica,sans-serif;padding-left:1rem;padding-right:1rem;border-left:none;border-right:none;border-bottom:1px solid #c0bfb5}.home24-why-sterling .feat-accordion .card-body .square-list{padding-inline-start:23px;list-style:none}.home24-why-sterling .feat-accordion .card-body .square-list li{color:#212121;font-size:1.125rem;line-height:1.5}.home24-why-sterling .feat-accordion .card-body .square-list li:before{content:"\25A0";color:#008656;font-weight:700;display:inline-block;width:24px;margin-left:-1.5rem}.home24-why-sterling .feat-accordion .card-body .square-list li:not(:last-child){margin-bottom:1rem}.home24-why-sterling .feat-accordion .card-body p{font-size:1.125rem;color:#212121;margin-bottom:1rem}.home24-why-sterling .feat-accordion .card-body p:last-child{margin-bottom:0}@media (max-width:767px){.home24-why-sterling .feat-accordion .card-body{font-size:1rem}}.home24-why-sterling .feat-accordion .card-body a{color:#212121;text-decoration:underline}.home24-why-sterling .feat-accordion .card-body a:hover{opacity:.5}.home24-why-sterling .feat-accordion .btn-link:focus,.home24-why-sterling .feat-accordion .btn-link:hover{text-decoration:none}.home24-why-sterling .feat-accordion li+li{margin-top:10px}.home24-why-sterling .image-wrapper{position:relative;margin-top:3rem;text-align:right}@media (max-width:991px){.home24-why-sterling .image-wrapper{display:none}}.home24-why-sterling .image-wrapper .particle:first-child{position:absolute;z-index:0;top:-7.5rem;right:-1.5625rem;height:30px;width:30px;border:3px solid #86b5a3;background:transparent;opacity:.5}.home24-why-sterling .image-wrapper .particle:nth-child(2){position:absolute;z-index:1;top:-5.3125rem;right:5%;height:65px;width:65px;background:#cab363;opacity:.5}.home24-why-sterling .image-wrapper .particle:nth-child(3){position:absolute;z-index:0;bottom:-3.4375rem;left:3%;height:85px;width:170px;border-radius:0 0 85px 85px;background:#86b5a3;opacity:.5}.home24-why-sterling .image-wrapper .particle:nth-child(4){position:absolute;z-index:1;bottom:-4.6875rem;left:25%;height:40px;width:40px;border:3px solid #008656;background:transparent;opacity:.5}.home24-why-sterling .image-wrapper .image{width:90%;position:relative;z-index:2}.home24-industries{padding:5rem 0 8rem}@media (max-width:991px){.home24-industries{padding:4rem 0}}.home24-industries .text-wrapper{width:100%;height:100%;position:relative;display:flex;align-items:center}.home24-industries .h2,.home24-industries h2{font-size:2.125rem;line-height:1.3;width:300px}@media (max-width:1199px){.home24-industries .h2,.home24-industries h2{width:100%}}@media (max-width:767px){.home24-industries .h2,.home24-industries h2{font-size:1.75rem}}.home24-industries p{font-size:1.125rem;width:465px}@media (max-width:1199px){.home24-industries p{width:100%}}.home24-industries a.arrow-cta{font-size:1.125rem}.home24-industries .image-wrapper{position:relative;margin-top:3rem;text-align:right}@media (max-width:991px){.home24-industries .image-wrapper{margin-top:2rem}}.home24-industries .image-wrapper .particle:first-child{position:absolute;z-index:0;top:-2.5rem;right:-2.5rem;height:30px;width:30px;border:3px solid #86b5a3;background:transparent;opacity:.5}@media (max-width:991px){.home24-industries .image-wrapper .particle:first-child{display:none}}.home24-industries .image-wrapper .particle:nth-child(2){position:absolute;z-index:1;top:-1.5625rem;right:-1.5625rem;height:65px;width:65px;background:#008656;opacity:.5}@media (max-width:991px){.home24-industries .image-wrapper .particle:nth-child(2){display:none}}.home24-industries .image-wrapper .particle:nth-child(3){position:absolute;z-index:0;bottom:-3.4375rem;left:3%;height:85px;width:170px;border-radius:0 0 85px 85px;background:#86b5a3;opacity:.5}@media (max-width:991px){.home24-industries .image-wrapper .particle:nth-child(3){display:none}}.home24-industries .image-wrapper .particle:nth-child(4){position:absolute;z-index:1;bottom:3.125rem;left:-.9375rem;height:40px;width:40px;border:3px solid #a8a8a8;background:transparent;opacity:.5}@media (max-width:991px){.home24-industries .image-wrapper .particle:nth-child(4){display:none}}.home24-industries .image-wrapper .home24-ind-img-slider{position:relative;z-index:2}.home24-industries .image-wrapper .home24-ind-img-slider .image{width:90%!important}@media (max-width:991px){.home24-industries .image-wrapper .home24-ind-img-slider .image{width:100%!important}}.home24-services{padding:4rem 0 0}.home24-services .h2,.home24-services h2{font-size:2.125rem;line-height:1.3}@media (max-width:991px){.home24-services .h2,.home24-services h2{margin-bottom:0}}@media (max-width:767px){.home24-services .h2,.home24-services h2{font-size:1.75rem}}.home24-services .feat-accordion{width:100%}@media (max-width:991px){.home24-services .feat-accordion{margin-top:0}}.home24-services .feat-accordion .btn{width:100%;max-width:19.375rem;font-weight:700;font-size:1rem;color:#212121;padding:0;text-align:left;position:relative;outline:none}@media (max-width:991px){.home24-services .feat-accordion .btn{max-width:unset}}.home24-services .feat-accordion .btn .fas{width:45px}.home24-services .feat-accordion .btn .fa-minus,.home24-services .feat-accordion .btn .fa-plus{color:#008656}.home24-services .feat-accordion .btn .fa-stack{font-size:18px;position:absolute;right:25px;width:auto}.home24-services .feat-accordion .btn .heading-text{padding-right:4.375rem;font-weight:700;font-size:1.5rem;color:#212121;line-height:1.5;font-family:adelle-sans,Arial,Helvetica,sans-serif}.home24-services .feat-accordion .card{border-radius:0;border:none}.home24-services .feat-accordion .card:last-child{margin-bottom:0}@media (max-width:991px){.home24-services .feat-accordion .card:last-child{margin-bottom:1.5rem}}.home24-services .feat-accordion .card-header{border-radius:0;border-bottom:1px solid #c0bfb5;border-top:none;border-left:none;border-right:none;background-color:#fff;padding:2rem 1rem 2rem 0;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;margin-bottom:0}.home24-services .feat-accordion .card-header:hover .heading-text{color:#008656}.home24-services .feat-accordion .card-header[aria-expanded=true]{border-bottom:none;padding-top:2rem;padding-bottom:2rem;margin-bottom:0}.home24-services .feat-accordion .card-header[aria-expanded=true] .heading-text{color:#008656;font-weight:700}.home24-services .feat-accordion .card-body{background-color:#fff;font-size:1.25rem;line-height:1.5;color:#212121;font-family:Roboto,Arial,Helvetica,sans-serif;padding:0 1rem 2rem 0;border-left:none;border-right:none;border-bottom:1px solid #c0bfb5}@media (max-width:991px){.home24-services .feat-accordion .card-body .row .links-group:not(:last-child){margin-bottom:2rem}}.home24-services .feat-accordion .card-body .services-subcategory{text-transform:uppercase;font-size:1.375rem;color:#212121;margin-bottom:1rem}.home24-services .feat-accordion .card-body .services-list{margin-bottom:0;padding-left:0;list-style:none}.home24-services .feat-accordion .card-body .services-list li{color:#212121;font-size:1.375rem;line-height:1.5}@media (max-width:767px){.home24-services .feat-accordion .card-body .services-list li{font-size:1.125rem}}.home24-services .feat-accordion .card-body .services-list li:not(:last-child){margin-bottom:1rem}.home24-services .feat-accordion .card-body p{font-size:1.125rem;color:#212121;margin-bottom:1rem}.home24-services .feat-accordion .card-body p:last-child{margin-bottom:0}.home24-services .feat-accordion .card-body a{color:#212121;text-decoration:none}.home24-services .feat-accordion .card-body a:hover{color:#008656}.home24-services .feat-accordion .card-body a:focus{color:#616669}.home24-services .feat-accordion .btn-link:focus,.home24-services .feat-accordion .btn-link:hover{text-decoration:none}.home24-services .feat-accordion li+li{margin-top:10px}.home24-popular-content{padding:4rem 0}.home24-popular-content .h2,.home24-popular-content h2{position:relative;font-size:2.125rem;line-height:1.3;margin-top:1.5625rem}@media (max-width:767px){.home24-popular-content .h2,.home24-popular-content h2{font-size:1.75rem}}.home24-popular-content .h2:before,.home24-popular-content h2:before{content:"";position:absolute;background-color:#008656;height:.5rem;width:3.125rem;left:0;top:-1.5625rem}.home24-popular-content p{font-size:1.125rem}@media (max-width:991px){.home24-popular-content p{margin-bottom:0}}.home24-popular-content #home24-asset-slider{width:100%}@media (max-width:991px){.home24-popular-content #home24-asset-slider{margin-top:2rem}}.home24-popular-content #home24-asset-slider .slick-slide{margin:0 .5rem}@media (max-width:991px){.home24-popular-content #home24-asset-slider .slick-slide{margin:0}}.home24-popular-content #home24-asset-slider .slick-slide a.card-wrapper:hover .content-card{border:1px solid #008656}.home24-popular-content #home24-asset-slider .slick-slide a.card-wrapper:hover .content-card .card-image{opacity:.85}.home24-popular-content #home24-asset-slider .slick-slide a.card-wrapper:hover .arrow-cta{color:#008656;opacity:1}.home24-popular-content #home24-asset-slider .slick-slide a.card-wrapper:hover .arrow-cta span.right-arrow{width:3.75rem}.home24-popular-content #home24-asset-slider .slick-slide a.card-wrapper .content-card{border:1px solid #212121;display:inline-block;width:100%;min-width:380px}@media (max-width:1249px){.home24-popular-content #home24-asset-slider .slick-slide a.card-wrapper .content-card{min-width:350px}}@media (max-width:1199px){.home24-popular-content #home24-asset-slider .slick-slide a.card-wrapper .content-card{min-width:290px}}.home24-popular-content #home24-asset-slider .slick-slide a.card-wrapper .content-card .card-image{width:100%;height:225px;background-position:50%;background-size:cover;background-repeat:no-repeat}.home24-popular-content #home24-asset-slider .slick-slide a.card-wrapper .content-card .card-title{padding:1rem;color:#212121;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;font-size:1.375rem;min-height:5.3125rem}@media (max-width:1199px){.home24-popular-content #home24-asset-slider .slick-slide a.card-wrapper .content-card .card-title{min-height:6.875rem}}@media (max-width:991px){.home24-popular-content #home24-asset-slider .slick-slide a.card-wrapper .content-card .card-title{min-height:3.75rem}}@media (max-width:767px){.home24-popular-content #home24-asset-slider .slick-slide a.card-wrapper .content-card .card-title{min-height:5.3125rem}}.home24-popular-content #home24-asset-slider .slick-slide a.card-wrapper .content-card .arrow-cta{padding:1rem 1rem 2rem}.home24-popular-content .info-wrapper{position:relative;width:100%;height:100%}.home24-popular-content #assetNavArrows{padding-left:0;margin-bottom:0;list-style:none;position:absolute;z-index:3;left:-5.3125rem;bottom:-.625rem}@media (max-width:991px){.home24-popular-content #assetNavArrows{left:unset;right:.9375rem;bottom:unset;top:-8.125rem}}@media (max-width:767px){.home24-popular-content #assetNavArrows{top:-9.0625rem}}.home24-popular-content #assetNavArrows li{display:inline-block}.home24-popular-content #assetNavArrows li .as-arrow{display:flex;align-items:center;cursor:pointer}.home24-popular-content #assetNavArrows li .as-arrow:hover{opacity:.5}.home24-popular-content #assetNavArrows li .as-arrow .svg-inline--fa{font-size:3rem;color:#008656}@-webkit-keyframes rotateWord{0%{opacity:0}2%{opacity:0;-webkit-transform:translateY(0)}5%{opacity:1;-webkit-transform:translateY(0)}25%{opacity:1;-webkit-transform:translateY(0)}27%{opacity:0;-webkit-transform:translateY(0)}80%{opacity:0}to{opacity:0}}@-ms-keyframes rotateWord{0%{opacity:0}2%{opacity:0;-ms-transform:translateY(0)}5%{opacity:1;-ms-transform:translateY(0)}17%{opacity:1;-ms-transform:translateY(0)}20%{opacity:0;-ms-transform:translateY(0)}80%{opacity:0}to{opacity:0}}@keyframes rotateWord{0%{opacity:0}2%{opacity:0;-webkit-transform:translateY(0);transform:translateY(0)}5%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}17%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}20%{opacity:0;-webkit-transform:translateY(0);transform:translateY(0)}80%{opacity:0}to{opacity:0}}@keyframes cssZoomImages{0%{-webkit-transform:scale(1) translate(0)}to{-webkit-transform:scale(1.3) translate(0)}}@-webkit-keyframes cssZoomImages{0%{-webkit-transform:scale(1) translate(0)}to{-webkit-transform:scale(1.3) translate(0)}}.dbs-intro-section{padding:calc(6rem + 30px) 0 6rem}@media (max-width:991px){.dbs-intro-section{padding:6rem 0 3rem}}.dbs-intro-section .heading{font-size:2.125rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;color:#212121;line-height:1.3;margin-bottom:2rem;position:relative;width:70%}@media (max-width:1199px){.dbs-intro-section .heading{width:100%}}@media (max-width:767px){.dbs-intro-section .heading{font-size:2rem}}.dbs-intro-section .heading:before{content:"";width:70px;height:9px;background-color:#008656;position:absolute;top:-30px;left:0}.dbs-intro-section .desc{font-size:1.125rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;color:#212121;line-height:1.4;margin-bottom:2rem;width:78%}@media (max-width:1199px){.dbs-intro-section .desc{width:100%}}@media (max-width:767px){.dbs-intro-section .desc{font-size:1rem}}.dbs-intro-section .icon-wrap{position:relative;display:table;margin:0 auto}@media (max-width:991px){.dbs-intro-section .icon-wrap{margin:0 auto 3.5rem}}.dbs-intro-section .icon-wrap .icon{width:330px;height:330px;display:table-cell;vertical-align:middle}@media (max-width:767px){.dbs-intro-section .icon-wrap .icon{width:220px;height:220px}}.dbs-intro-section .icon-wrap .particle:first-child{width:6.25rem;height:6.25rem;background:#c3c3c3;opacity:.3;position:absolute;right:-1.5625rem;top:.625rem;z-index:2}@media (max-width:767px){.dbs-intro-section .icon-wrap .particle:first-child{right:-.3125rem;width:3.75rem;height:3.75rem}}.dbs-intro-section .icon-wrap .particle:nth-child(2){width:2.1875rem;height:2.1875rem;background:#add7c7;opacity:.6;position:absolute;right:-2.8125rem;top:5.9375rem;z-index:3}@media (max-width:767px){.dbs-intro-section .icon-wrap .particle:nth-child(2){right:-1.5625rem;top:3.4375rem}}.dbs-intro-section .icon-wrap .particle:nth-child(3){width:2.8125rem;height:2.8125rem;background:transparent;border:3px solid #7cac9a;position:absolute;right:-3.4375rem;top:-.8125rem;z-index:2}@media (max-width:991px){.dbs-intro-section .icon-wrap .particle:nth-child(3){right:unset;top:unset;left:-.625rem;bottom:0}}.dbs-commitment-section{padding:1rem 0 8rem}@media (max-width:991px){.dbs-commitment-section{padding:3rem 0}}.dbs-commitment-section .heading{font-size:1.875rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;line-height:1.4;margin-top:1rem;margin-bottom:1.5rem}@media (max-width:991px){.dbs-commitment-section .heading{margin-top:3rem}}@media (max-width:767px){.dbs-commitment-section .heading{font-size:1.75rem}}.dbs-commitment-section .desc{font-family:Roboto,Arial,Helvetica,sans-serif;font-size:1.125rem;color:#212121;width:85%}@media (max-width:1199px){.dbs-commitment-section .desc{width:100%}}@media (max-width:991px){.dbs-commitment-section .desc:last-child{margin-bottom:0}}@media (max-width:767px){.dbs-commitment-section .desc{font-size:1rem}}.dbs-commitment-section .tick-bullets-list{list-style:none;padding-left:2rem;list-style-position:outside}.dbs-commitment-section .tick-bullets-list li{font-size:1.125rem;color:#212121;width:81%}.dbs-commitment-section .tick-bullets-list li:not(:last-child){margin-bottom:2rem}@media (max-width:1199px){.dbs-commitment-section .tick-bullets-list li{width:100%}}@media (max-width:767px){.dbs-commitment-section .tick-bullets-list li{font-size:1rem}}.dbs-commitment-section .tick-bullets-list li .svg-inline--fa{margin-right:.5rem;color:#008656;margin-left:-1.9rem}.dbs-commitment-section .image-wrap{position:relative}.dbs-commitment-section .image-wrap .particle:first-child{width:100%;height:calc(100% - 20px);background:#ededed;position:absolute;left:1.25rem;bottom:-1.25rem;z-index:0}@media (max-width:767px){.dbs-commitment-section .image-wrap .particle:first-child{display:none}}.dbs-commitment-section .image-wrap .particle:nth-child(2){width:6.25rem;height:6.25rem;background-image:url("/wp-content/themes/sterlingemea/resources/assets/images/particles/gray-dots.svg");opacity:.6;position:absolute;left:-3.125rem;bottom:-2.5rem;z-index:0}@media (max-width:991px){.dbs-commitment-section .image-wrap .particle:nth-child(2){display:none}}.dbs-commitment-section .image-wrap .particle:nth-child(3){width:3.4375rem;height:3.4375rem;background:#add7c7;opacity:.5;position:absolute;left:8.75rem;bottom:-7.375rem;z-index:2}@media (max-width:991px){.dbs-commitment-section .image-wrap .particle:nth-child(3){display:none}}.dbs-commitment-section .image-wrap .particle:nth-child(4){width:4.5rem;height:4.5rem;background:transparent;border:2px solid #008656;position:absolute;left:6.25rem;bottom:-6.25rem;z-index:2}@media (max-width:991px){.dbs-commitment-section .image-wrap .particle:nth-child(4){display:none}}.dbs-commitment-section .image-wrap .comm-img{position:relative;z-index:1;width:100%}.dbs-types-section{padding:4rem 0 6rem;background-color:#f6f6f6}.dbs-types-section .tabs-nav-row{position:relative;width:100%}.dbs-types-section .tabs-nav-row:after{content:"";position:absolute;width:100%;height:1px;background-color:#dde5e5;bottom:-12px;left:15px}@media (max-width:767px){.dbs-types-section .tabs-nav-row:after{display:none}}.dbs-types-section .heading{font-size:2.125rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:0;margin-top:1rem;line-height:1.3;color:#212121;width:300px}@media (max-width:1199px){.dbs-types-section .heading{width:100%}}@media (max-width:767px){.dbs-types-section .heading{text-align:center}}.dbs-types-section ul.nav-tabs{border-bottom:none;width:100%}@media (max-width:767px){.dbs-types-section ul.nav-tabs{display:none}}.dbs-types-section ul.nav-tabs li.nav-item{width:33%}.dbs-types-section ul.nav-tabs li.nav-item a.nav-link{display:block;width:335px}@media (max-width:1199px){.dbs-types-section ul.nav-tabs li.nav-item a.nav-link{padding-left:5rem;padding-top:3rem}}@media (max-width:991px){.dbs-types-section ul.nav-tabs li.nav-item a.nav-link{padding-left:2.5rem;width:100%}}.dbs-types-section ul.nav-tabs li.nav-item a.nav-link:focus{outline:none}.dbs-types-section ul.nav-tabs li.nav-item a.nav-link.active{color:#212121;border-color:transparent;background-color:transparent}.dbs-types-section ul.nav-tabs li.nav-item a.nav-link.active svg{color:#008656}.dbs-types-section ul.nav-tabs li.nav-item a.nav-link.active .text:after{width:100%}.dbs-types-section ul.nav-tabs li.nav-item a.nav-link:hover{color:#212121;border-color:transparent;background-color:transparent}.dbs-types-section ul.nav-tabs li.nav-item a.nav-link:hover svg{color:#008656}.dbs-types-section ul.nav-tabs li.nav-item a.nav-link:hover .text{position:relative}.dbs-types-section ul.nav-tabs li.nav-item a.nav-link:hover .text:after{width:100%;-webkit-transition:width .5s;-moz-transition:width .5s;-o-transition:width .5s;transition:width .5s}.dbs-types-section ul.nav-tabs li.nav-item a.nav-link .text{position:relative;text-align:center;width:160px;margin-left:auto;margin-right:auto;font-size:1.25rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;color:#212121}.dbs-types-section ul.nav-tabs li.nav-item a.nav-link .text:after{content:"";position:absolute;width:0;height:5px;background-color:#008656;left:0;bottom:-19px}.dbs-types-section ul.nav-tabs li.nav-item a.nav-link svg{color:#737774;margin-left:auto;margin-right:auto;margin-bottom:1rem;display:block;font-size:3rem}.dbs-types-section #myTabContent{margin-top:3.5rem}@media (max-width:767px){.dbs-types-section #myTabContent{display:none}}.dbs-types-section #myTabContent .tab-heading{font-size:1.5rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:2rem;line-height:1.3;color:#212121}.dbs-types-section #myTabContent .tab-desc{font-size:1rem;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;width:540px}@media (max-width:1199px){.dbs-types-section #myTabContent .tab-desc{width:100%}}.dbs-types-section #myTabContent .tab-desc:not(:last-child){margin-bottom:2rem}.dbs-types-section #myTabContent .tab-desc.sp{margin-top:4.4375rem}@media (max-width:991px){.dbs-types-section #myTabContent .tab-desc.sp{margin-top:.75rem}}.dbs-types-section #myTabContent .tab-img-wrapper{position:relative}@media (max-width:991px){.dbs-types-section #myTabContent .tab-img-wrapper{display:none}}.dbs-types-section #myTabContent .tab-img-wrapper .particle{height:100%;width:86%;background:#b8b7ac;opacity:.25;position:absolute;bottom:-1.875rem;right:.9375rem;z-index:0}@media (max-width:1199px){.dbs-types-section #myTabContent .tab-img-wrapper .particle{width:83%;bottom:-1.5625rem}}@media (max-width:991px){.dbs-types-section #myTabContent .tab-img-wrapper .particle{display:none}}.dbs-types-section #myTabContent .tab-img-wrapper .tab-img{position:relative;z-index:1;width:calc(90% - 25px);display:block;margin-left:auto;margin-right:auto}.dbs-types-section .mobile-market-expertise-section{display:none;margin-top:1.5rem}@media (max-width:767px){.dbs-types-section .mobile-market-expertise-section{display:block}}.dbs-types-section .mobile-market-expertise-section #mobile-ige-accordion .card{border:1px solid #616669;border-radius:0}.dbs-types-section .mobile-market-expertise-section #mobile-ige-accordion .card:not(:last-child){margin-bottom:2rem}.dbs-types-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-body{padding-top:2rem;font-size:1rem;font-family:Roboto,Arial,Helvetica,sans-serif;color:#212121;line-height:1.5}.dbs-types-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-body .h3,.dbs-types-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-body h3{font-size:1.375rem!important;margin-bottom:1rem!important}.dbs-types-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-header{background-color:#fff;border-bottom:none;padding:3rem;cursor:pointer}.dbs-types-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-header[aria-expanded=true]{padding-bottom:0}.dbs-types-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-header:hover .cheader-inner svg,.dbs-types-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-header[aria-expanded=true] .cheader-inner svg{color:#008656}.dbs-types-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-header .cheader-inner .btn{width:100%}.dbs-types-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-header .cheader-inner svg{font-size:3rem;margin-left:auto;margin-right:auto;margin-bottom:1rem;display:block}.dbs-types-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-header .cheader-inner .text{text-align:center;margin-left:auto;margin-right:auto;font-size:1.25rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;color:#212121}.dbs-types-section .act-reference-list{list-style:none;padding-left:0;margin-bottom:0}.dbs-types-section .act-reference-list li{display:inline-block;position:relative}.dbs-types-section .act-reference-list li:not(:first-child){margin-left:1.5rem}.dbs-types-section .act-reference-list li:not(:first-child):before{position:absolute;content:"|";color:#212121;font-size:1rem;left:-1.1875rem}.dbs-sterling-difference-section{padding:6rem 0;background-color:#212121;background-image:url("/wp-content/themes/sterlingemea/resources/assets/images/dbs/dark-bg.jpg");background-repeat:no-repeat;background-size:cover}.dbs-sterling-difference-section .heading{text-align:center;font-size:1.5rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:3rem;line-height:1.3;color:#fff;text-transform:uppercase;letter-spacing:5px}.dbs-sterling-difference-section .heading .linebreak-lg{display:block}@media (max-width:767px){.dbs-sterling-difference-section .heading .linebreak-lg{display:contents}}.dbs-sterling-difference-section ul.record-list{list-style:none;text-align:center;padding-left:0;margin-bottom:0}.dbs-sterling-difference-section ul.record-list li.record-list-item{vertical-align:top;display:inline-block;width:25%;text-align:center;font-size:4rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;line-height:1.5;color:#fff}.dbs-sterling-difference-section ul.record-list li.record-list-item:first-child,.dbs-sterling-difference-section ul.record-list li.record-list-item:nth-child(2){margin-right:2rem}@media (max-width:991px){.dbs-sterling-difference-section ul.record-list li.record-list-item:first-child,.dbs-sterling-difference-section ul.record-list li.record-list-item:nth-child(2){margin-right:0;margin-bottom:3rem}}@media (max-width:1199px){.dbs-sterling-difference-section ul.record-list li.record-list-item{width:30%}}@media (max-width:991px){.dbs-sterling-difference-section ul.record-list li.record-list-item{display:block;width:100%}}.dbs-sterling-difference-section ul.record-list li.record-list-item .record-desc{text-align:center;font-size:1.25rem;font-weight:600;font-family:adelle-sans,Arial,Helvetica,sans-serif;line-height:1.5;color:#fff}.dbs-sterling-difference-section .disclaimer{margin-top:3rem;text-align:center;font-size:.875rem;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.375rem;color:#fff}.dbs-additional-resources{padding:6rem 0}@media (max-width:991px){.dbs-additional-resources{padding:3rem 0}}.dbs-additional-resources .heading{font-size:1.875rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;line-height:1.4;margin-top:1rem;margin-bottom:1.5rem}@media (max-width:991px){.dbs-additional-resources .heading{margin-top:3rem}}@media (max-width:767px){.dbs-additional-resources .heading{font-size:1.75rem}}.dbs-additional-resources .card{border:none;margin-bottom:1.25rem}.dbs-additional-resources .card a .card-header{border-radius:0;border:1px solid #707070;background-color:#fff;padding:.5rem 2rem;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;margin-bottom:0}@media (min-width:767px){.dbs-additional-resources .card a .card-header{height:3.75rem}}.dbs-additional-resources .card a .card-header .card-text{padding-right:1rem;font-weight:700;font-size:1.25rem;color:#333f48;line-height:1.375rem;font-family:Roboto,Arial,Helvetica,sans-serif}.dbs-additional-resources .card a .card-header .svg-inline--fa{color:#008656}.dbs-additional-resources .card a:hover .card-header{border-color:#008656}.dbs-additional-resources .card a:hover .card-header .card-text{color:#008656}.page-template-service-dbs-checks .faq-accordion-with-headline-section .basics-accordion .card{border-radius:0;border:none;margin-bottom:1.5rem}.page-template-service-dbs-checks .faq-accordion-with-headline-section .basics-accordion .card:last-child{margin-bottom:0}@media (max-width:991px){.page-template-service-dbs-checks .faq-accordion-with-headline-section .basics-accordion .card:last-child{margin-bottom:1.5rem}}.page-template-service-dbs-checks .faq-accordion-with-headline-section .basics-accordion .card-header{border-radius:0;border:1px solid #707070;background-color:#fff;padding:.5rem 2rem;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;margin-bottom:0}.page-template-service-dbs-checks .faq-accordion-with-headline-section .basics-accordion .card-header[aria-expanded=true]{border-top:1px solid #008656;border-left:1px solid #008656;border-right:1px solid #008656;border-bottom:none;padding-top:1rem;padding-bottom:1rem;margin-bottom:0}.page-template-service-dbs-checks .faq-accordion-with-headline-section .basics-accordion .card-header[aria-expanded=true] .heading-text{color:#008656;font-weight:700}.page-template-service-dbs-checks .faq-accordion-with-headline-section .basics-accordion .card-body{background-color:#fff;padding-top:0;font-size:1.125rem;line-height:1.5;color:#212121;font-family:Roboto,Arial,Helvetica,sans-serif;padding-left:2rem;padding-right:2rem;border-left:1px solid #008656;border-right:1px solid #008656;border-bottom:1px solid #008656}.page-template-service-dbs-checks .faq-accordion-with-headline-section .basics-accordion .card-body p{color:#212121;margin-bottom:1rem}.page-template-service-dbs-checks .faq-accordion-with-headline-section .basics-accordion .card-body p:last-child{margin-bottom:0}@media (max-width:767px){.page-template-service-dbs-checks .faq-accordion-with-headline-section .basics-accordion .card-body{font-size:1rem}}.col-md-4:not(:last-child)>.integrations-intro-card:after{content:"";background:#c3c3c3;position:absolute;bottom:0;right:0;height:60%;width:1px}.integrations-intro-card{position:relative;padding:1.875rem;transition:all .3s ease-in-out}.integrations-intro-card:hover .dotted-circle__icon path,.integrations-intro-card:hover .dotted-circle__icon polygon,.integrations-intro-card:hover .dotted-circle__icon rect{fill:#add7c7}.integrations-intro-card:hover .dotted-circle__hover-square{opacity:1}.integrations-intro-card:hover .h5,.integrations-intro-card:hover h5{color:#666}.integrations-intro-card:hover span.right-arrow{width:4.375rem}.integrations-intro-card__icon .dotted-circle{position:relative;margin:0 auto;height:15.625rem;width:15.625rem;border-radius:50%}.integrations-intro-card__icon .dotted-circle__icon{position:absolute;width:5.625rem;height:6.375rem;top:28%;left:32%}.integrations-intro-card__icon .dotted-circle__icon path,.integrations-intro-card__icon .dotted-circle__icon polygon,.integrations-intro-card__icon .dotted-circle__icon rect{transition:all .3s ease-in-out}.integrations-intro-card__icon .dotted-circle__hover-square{opacity:0;position:absolute;top:4.625rem;left:3.4375rem;width:3.4375rem;height:3.4375rem;background-color:rgba(173,215,199,.25);transition:all .3s ease-in-out}.integrations-intro-card__icon .dotted-circle__inner{position:absolute;width:15.625rem;height:15.625rem}.integrations-intro-card__icon .dotted-circle__inner svg.circle-svg{width:100%;height:100%}.integrations-intro-card__icon .dotted-circle__inner circle{stroke-width:2;stroke-dasharray:6,15;fill:none;stroke:#c1c1c1}.integrations-intro-card__content ul{list-style:none;padding-left:0;margin-left:0;font-size:em(16px);line-height:em(26px);color:#666}.integrations-intro-card__content ul li{margin-bottom:1.25rem}.integrations-intro-card__content ul li:before{content:"\2022";color:#008656;display:inline-block;width:.5rem;margin-left:0}.integrations-intro-section div.line{background-color:#f2f2f2}.integrations-intro-section .h4,.integrations-intro-section h4{font-size:2.25rem;line-height:1.33;font-weight:700}@media (max-width:991.98px){.integrations-intro-section .h4,.integrations-intro-section h4{font-size:1.5rem;line-height:2rem}}.integrations-card{background:#ebebeb;padding:1.875rem 1.25rem;margin-bottom:.9375rem}.integrations-card__title{min-height:7.5rem;display:flex;align-items:center;justify-content:center}.integrations-card__title--seamless{background:#707070}.integrations-card__title--enhanced{background:#93c645}.integrations-card__title--interactive{background:#86b5a3}.integrations-card__title .h3,.integrations-card__title h3{margin-bottom:0;color:#fff;text-align:center;font-size:1.5rem;line-height:1.75rem}.integrations-card__content{padding:2.8125rem 0;min-height:17.5rem}.integrations-card__content ul{list-style:none;padding-left:0;margin-left:0;font-size:em(16px);line-height:em(26px);color:#666}.integrations-card__content ul li{margin-bottom:1.25rem}.integrations-card__content ul li:before{content:"\2022";color:#008656;display:inline-block;width:.5rem;margin-left:0}.integrations-card__footer{padding-top:1.875rem;border-top:.0625rem solid #ddd;text-align:center}.integrations-featured-card{padding:1.875rem;background:#fff;margin-bottom:1.875rem;border:.0625rem solid #ebebeb}.integrations-featured-card__image{width:100%}.integrations-featured-card__content{text-align:center}.integrations-featured-card__content a{font-size:.8125rem}.hr-demo-section{background:#f5f5f5;padding:3rem 0}.hr-demo-section .h2,.hr-demo-section h2{font-size:2.125rem;line-height:2.5rem}.hr-demo-section p{font-size:1.125rem;line-height:1.625rem}.hr-demo-section img{max-width:75%;display:block;margin:auto}.hr-demo-section .col-lg-6{margin-top:40px}.hr-demo-section .particle:first-child{height:6.25rem;width:6.25rem;background:#dde5e5;opacity:.7;position:absolute;top:-3.4375rem;left:-.9375rem;z-index:-1}.hr-demo-section .particle:nth-child(2){height:2.9375rem;width:2.9375rem;background:#add7c7;opacity:.5;position:absolute;top:-5rem;left:4.375rem;z-index:0}.hr-demo-section .particle:nth-child(3){height:1.5625rem;width:1.5625rem;background:#008656;opacity:.4;position:absolute;top:-2.8125rem;left:12.5rem;z-index:2}@media (max-width:991px){.hr-demo-section .particle{display:none}}.integrations-feed-card{position:relative;display:inline-block;width:100%;background-color:#fff;padding:1.875rem;margin-bottom:2.8125rem;border:1px solid #ebebeb;min-height:12.5rem}.integrations-feed-card--b{min-height:27.5rem}.integrations-feed-card--top{min-height:28.75rem}.integrations-feed-card[aria-expanded=true]{border-color:#008656;height:auto;z-index:20}.integrations-feed-card[aria-expanded=true] .svg-inline--fa{color:#212121}.integrations-feed-card[aria-expanded=true] .fa-sort-down{display:none}.integrations-feed-card[aria-expanded=true] .fa-sort-up{display:block}.integrations-feed-card:hover{border-color:#008656;cursor:pointer}.integrations-feed-card__image{vertical-align:middle;display:inline;height:auto;width:100%}.integrations-feed-card .svg-inline--fa{position:absolute;font-weight:900;bottom:.3125rem;left:50%;transform:translateX(-50%);color:#008656}.integrations-feed-card .fa-sort-up,.integrations-feed-section--system-integrations .integrations-feed-card:after,.integrations-feed-section--system-integrations .integrations-feed-card[aria-expanded=true]:after{display:none}.integration-sterling-advantage-section{padding:4rem 0;background-color:#f5f5f5}.integration-sterling-advantage-section .heading.h2,.integration-sterling-advantage-section h2.heading{font-size:2.125rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;line-height:1.5;margin-bottom:.75rem}.integration-sterling-advantage-section .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;width:730px;margin:0 auto 2.5rem}@media (max-width:1199px){.integration-sterling-advantage-section .desc{width:100%}}.integration-sterling-advantage-section .icon-tile{text-align:center}@media (min-width:992px){.integration-sterling-advantage-section .icon-tile{margin-top:0!important}}.integration-sterling-advantage-section .icon-tile .svg-inline--fa{color:#008656;font-size:7rem}.integration-sterling-advantage-section .icon-tile .h3,.integration-sterling-advantage-section .icon-tile h3{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;font-size:1.375rem;line-height:1.5;margin:.75rem auto;width:230px}@media (max-width:1199px){.integration-sterling-advantage-section .icon-tile .h3,.integration-sterling-advantage-section .icon-tile h3{width:100%}}.integration-sterling-advantage-section .icon-tile .blurb{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;margin:0 auto;width:288px}@media (max-width:1199px){.integration-sterling-advantage-section .icon-tile .blurb{width:100%}}.integration-partners-section{padding:4rem 0}.integration-partners-section .heading.h2,.integration-partners-section h2.heading{font-size:2.125rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;line-height:1.5;margin-bottom:.75rem}.integration-partners-section .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;margin-bottom:2.5rem;color:#212121;width:690px}@media (max-width:1199px){.integration-partners-section .desc{width:100%}}.integration-partners-section .partner-page-link:hover .featured-partner-tile{border:1px solid #008656}.integration-partners-section .partner-page-link:hover .plink-text{color:#008656}.integration-partners-section .featured-partner-tile{border:1px solid #707070;margin-bottom:2rem}.integration-partners-section .featured-partner-tile .partner-logo{width:100%}.integration-partners-section .featured-partner-tile .plink-text{color:#333f48;text-decoration:underline;text-align:center;margin-bottom:2rem}.integration-partners-section .featured-partner-tile .coming-soon{color:#333f48;text-align:center;margin-bottom:2rem}.integration-partners-section .partner-tile{min-height:151px;margin-bottom:1.25rem}.integration-partners-section .partner-tile .partner-logo{-webkit-filter:grayscale(100%);filter:grayscale(100%);width:100%}.integration-partners-section .partner-tile .plink{display:block;text-align:center;z-index:1;position:absolute;left:36%;top:70%}@media (max-width:767px){.integration-partners-section .partner-tile .plink{position:relative;left:0}}.integration-contact-section{background-image:url(https://www.sterlingcheck.com/assets/files/good-patterns.png);background-repeat:no-repeat;background-size:contain;background-position:left -50px bottom -9px;padding:4rem 0;background-color:#2d3337}@media (max-width:1199px){.integration-contact-section{background-position:left -60px bottom -35px}}@media (max-width:991px){.integration-contact-section{background-position:left -75px bottom -35px}}@media (max-width:767px){.integration-contact-section{background-image:none}.integration-contact-section .btn{margin-top:1rem;margin-left:0!important;display:block}}@media (max-width:767px){.integration-contact-section .text-center{text-align:left}}.integration-contact-section .cta-title{font-size:2.125rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;line-height:1.5;color:#fff}@media (max-width:767px){.integration-contact-section .cta-title{font-size:1.875rem}}.integration-contact-section .button--ghost--orange:hover{border:3px solid #008656;color:#008656;opacity:.75}.integration-sterling-implementation-section{padding:4rem 0;background-color:#fff}.integration-sterling-implementation-section .heading.h2,.integration-sterling-implementation-section h2.heading{font-size:2.125rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;line-height:1.5;margin-bottom:.75rem}.integration-sterling-implementation-section .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;width:730px;margin:0 auto 2.5rem}@media (max-width:1199px){.integration-sterling-implementation-section .desc{width:100%}}.integration-sterling-implementation-section .icon-tile{text-align:center}@media (min-width:992px){.integration-sterling-implementation-section .icon-tile{margin-top:0!important}}.integration-sterling-implementation-section .icon-tile .svg-inline--fa{color:#008656;font-size:7rem}.integration-sterling-implementation-section .icon-tile .blurb{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;margin:1rem auto 0;width:238px}@media (max-width:1199px){.integration-sterling-implementation-section .icon-tile .blurb{width:100%}}.global-checks-intro-section{padding:7rem 0 6rem}.global-checks-intro-section .heading{position:relative;z-index:5;font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;margin-top:2.625rem;line-height:1.2;color:#212121;width:338px}@media (max-width:1199px){.global-checks-intro-section .heading{width:100%}}@media (max-width:991px){.global-checks-intro-section .heading{margin-top:20px}}.global-checks-intro-section .heading:before{position:absolute;content:"";left:0;top:-2rem;height:10px;width:65px;background-color:#008656}.global-checks-intro-section .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;margin-bottom:0;width:540px}@media (max-width:1199px){.global-checks-intro-section .desc{width:100%}}.global-checks-intro-section .image-wrap{position:relative}@media (max-width:991px){.global-checks-intro-section .image-wrap{margin-top:2rem}}@media (max-width:767px){.global-checks-intro-section .image-wrap{display:none}}.global-checks-intro-section .image-wrap .particle:first-child{width:5rem;height:5rem;background:#dde5e5;opacity:.5;position:absolute;left:60px;top:12px;z-index:0}@media (max-width:1199px){.global-checks-intro-section .image-wrap .particle:first-child{left:-45px}}@media (max-width:991px){.global-checks-intro-section .image-wrap .particle:first-child{display:none}}.global-checks-intro-section .image-wrap .particle:nth-child(2){width:2.5rem;height:2.5rem;background:#add7c7;opacity:.5;position:absolute;left:115px;top:-15px;z-index:1}@media (max-width:1199px){.global-checks-intro-section .image-wrap .particle:nth-child(2){left:-57px}}@media (max-width:991px){.global-checks-intro-section .image-wrap .particle:nth-child(2){display:none}}.global-checks-intro-section .image-wrap .particle:nth-child(3){width:1.25rem;height:1.25rem;background:#c0bfb5;opacity:.6;position:absolute;left:52%;bottom:0;z-index:2}@media (max-width:991px){.global-checks-intro-section .image-wrap .particle:nth-child(3){display:none}}@media (max-width:1199px){.global-checks-intro-section .image-wrap .round-icon-quote-wrapper .svg-inline--fa{font-size:9rem}.global-checks-intro-section .image-wrap .round-icon-quote-wrapper .desc-wrap{background:transparent}.global-checks-intro-section .image-wrap .round-icon-quote-wrapper .desc-wrap .desc{background:#fff;padding:.5rem}}.global-checks-talents-section{padding:0 0 60px}@media (max-width:991px){.global-checks-talents-section{padding-bottom:0}}.global-checks-talents-section .content-wrap{display:table;width:100%;height:100%}.global-checks-talents-section .content-wrap .inner{display:table-cell;vertical-align:middle}.global-checks-talents-section .heading{position:relative;z-index:5;font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;line-height:1.2;color:#212121}@media (max-width:991px){.global-checks-talents-section .heading{margin-top:2rem}}.global-checks-talents-section .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;margin-bottom:0;width:442px}@media (max-width:1199px){.global-checks-talents-section .desc{width:100%}}.global-checks-talents-section .image-wrap{position:relative}.global-checks-talents-section .image-wrap .talent-img{position:relative;z-index:1;width:100%}.global-checks-talents-section .image-wrap .particle:first-child{width:100%;height:100%;background:#b8b7ac;opacity:.25;position:absolute;right:-30px;bottom:-30px;z-index:0}@media (max-width:1199px){.global-checks-talents-section .image-wrap .particle:first-child{width:95%}}@media (max-width:991px){.global-checks-talents-section .image-wrap .particle:first-child{display:none}}.global-checks-talents-section .image-wrap .particle:nth-child(2){width:6.25rem;height:6.25rem;background:#008656;opacity:.25;position:absolute;right:-47px;bottom:-57px;z-index:2}@media (max-width:1199px){.global-checks-talents-section .image-wrap .particle:nth-child(2){right:-50px}}@media (max-width:991px){.global-checks-talents-section .image-wrap .particle:nth-child(2){display:none}}.global-checks-talents-section .image-wrap .particle:nth-child(3){width:5.625rem;height:5.625rem;background-image:url("/wp-content/themes/sterlingemea/resources/assets/images/particles/gray-dots.svg");background-position:50%;position:absolute;left:-27px;bottom:-43px;z-index:2}@media (max-width:1199px){.global-checks-talents-section .image-wrap .particle:nth-child(3){left:-25px}}@media (max-width:991px){.global-checks-talents-section .image-wrap .particle:nth-child(3){display:none}}.global-checks-facts-section{padding:6rem 0}.global-checks-facts-section .heading{position:relative;z-index:5;font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;line-height:1.2;color:#212121;width:393px}@media (max-width:1199px){.global-checks-facts-section .heading{width:100%}}@media (max-width:991px){.global-checks-facts-section .heading{margin-top:2rem}}.global-checks-facts-section .image-wrap{position:relative;margin-top:2rem}@media (max-width:1199px){.global-checks-facts-section .image-wrap{margin-top:0}}.global-checks-facts-section .image-wrap .fact-img{position:relative;z-index:1;width:100%}.global-checks-facts-section .image-wrap .particle:first-child{width:100%;height:100%;background:#b8b7ac;opacity:.25;position:absolute;right:-25px;bottom:-25px;z-index:0}@media (max-width:1199px){.global-checks-facts-section .image-wrap .particle:first-child{width:95%}}@media (max-width:991px){.global-checks-facts-section .image-wrap .particle:first-child{display:none}}.global-checks-facts-section .image-wrap .particle:nth-child(2){width:6.25rem;height:6.25rem;background:#d6ebe3;opacity:.7;position:absolute;right:-30px;top:-36px;z-index:2}@media (max-width:1199px){.global-checks-facts-section .image-wrap .particle:nth-child(2){right:-40px}}@media (max-width:991px){.global-checks-facts-section .image-wrap .particle:nth-child(2){display:none}}.global-checks-facts-section .image-wrap .particle:nth-child(3){width:1.25rem;height:1.25rem;background:#dde5e5;opacity:.6;position:absolute;right:-75px;top:-65px;z-index:0}@media (max-width:1199px){.global-checks-facts-section .image-wrap .particle:nth-child(3){right:-85px}}@media (max-width:991px){.global-checks-facts-section .image-wrap .particle:nth-child(3){display:none}}.global-checks-facts-section .image-wrap .particle:nth-child(4){width:5.625rem;height:5.625rem;background-image:url("/wp-content/themes/sterlingemea/resources/assets/images/particles/gray-dots.svg");background-position:50%;position:absolute;left:-16px;bottom:-57px;z-index:2}@media (max-width:1199px){.global-checks-facts-section .image-wrap .particle:nth-child(4){left:-20px}}@media (max-width:991px){.global-checks-facts-section .image-wrap .particle:nth-child(4){display:none}}.global-checks-facts-section .offers-list{list-style:none;padding-left:0;margin-bottom:0}.global-checks-facts-section .offers-list li{font-size:1.125rem;color:#212121}.global-checks-facts-section .offers-list li .list-item-wrapper{position:relative}.global-checks-facts-section .offers-list li .list-item-wrapper .fas{margin-right:10px}.global-checks-facts-section .offers-list li .list-item-wrapper .li-text{display:block;position:relative;top:-26px;left:2rem;width:82%}@media (max-width:1199px){.global-checks-facts-section .offers-list li .list-item-wrapper .li-text{width:92%}}.global-checks-facts-section .offers-list .secondary-list{margin:-20px 0 15px 10px}.global-checks-facts-section .offers-list .secondary-list li{list-style:none;font-size:1rem}.global-checks-facts-section .offers-list .secondary-list li:before{margin-right:10px;margin-left:-16px;content:"-";color:#212121}.global-checks-compliance-section{padding:6rem 0 28px}.global-checks-compliance-section .heading{position:relative;z-index:5;font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;line-height:1.2;color:#212121}@media (max-width:991px){.global-checks-compliance-section .heading{margin-top:2rem}}.global-checks-compliance-section .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;margin-bottom:0;width:542px}@media (max-width:1199px){.global-checks-compliance-section .desc{width:100%}}.global-checks-compliance-section .image-wrap{display:table;width:100%;height:100%}.global-checks-compliance-section .image-wrap .inner{display:table-cell;vertical-align:middle;position:relative}.global-checks-compliance-section .image-wrap .inner .particle:first-child{width:6.25rem;height:6.25rem;background:#dde5e5;opacity:.5;position:absolute;right:105px;top:-48px;z-index:0}@media (max-width:1199px){.global-checks-compliance-section .image-wrap .inner .particle:first-child{right:0;top:-18px}}@media (max-width:991px){.global-checks-compliance-section .image-wrap .inner .particle:first-child{display:none}}.global-checks-compliance-section .image-wrap .inner .particle:nth-child(2){width:2.5rem;height:2.5rem;background:#add7c7;opacity:.5;position:absolute;right:77px;top:-72px;z-index:0}@media (max-width:1199px){.global-checks-compliance-section .image-wrap .inner .particle:nth-child(2){right:-25px;top:-37px}}@media (max-width:991px){.global-checks-compliance-section .image-wrap .inner .particle:nth-child(2){display:none}}.global-checks-compliance-section .image-wrap .inner .particle:nth-child(3){width:1.25rem;height:1.25rem;background:#008656;opacity:.6;position:absolute;right:225px;top:-82px;z-index:0}@media (max-width:1199px){.global-checks-compliance-section .image-wrap .inner .particle:nth-child(3){right:115px;top:-52px}}@media (max-width:991px){.global-checks-compliance-section .image-wrap .inner .particle:nth-child(3){display:none}}.global-checks-compliance-section .image-wrap .inner .compliance-icon{position:relative;z-index:1;width:100%;max-width:220px;margin-left:3rem}@media (max-width:991px){.global-checks-compliance-section .image-wrap .inner .compliance-icon{margin-right:auto;margin-left:auto;display:block}}.global-hub-header-section{padding:5rem 0;background-color:#f7f3ed;background-size:cover;background-position:50%;overflow:hidden;color:#212121;position:relative;opacity:1}@media (max-width:991px){.global-hub-header-section{padding:3rem 0 4rem}}.global-hub-header-section .compliance-hub-h1{font-size:2.875rem;color:#212121;text-align:center;line-height:1.5;padding:0 1rem}@media (max-width:991px){.global-hub-header-section .compliance-hub-h1{font-size:2.375rem}}.global-hub-header-section .compliance-hub-desc{position:relative;font-size:1.5rem;text-align:center;line-height:1.5;z-index:3}@media (max-width:991px){.global-hub-header-section .compliance-hub-desc{margin-bottom:1rem;font-size:1.125rem}}.global-hub-header-section .compliance-hub-cta{position:relative;text-align:center}.global-hub-header-section .compliance-hub-cta strong{font-size:1.25rem}.global-hub-header-section .shapes-left{position:absolute;left:0;bottom:0;width:25%}@media (max-width:991px){.global-hub-header-section .shapes-left{display:none}}.global-hub-header-section .shapes-right{position:absolute;right:0;top:0;width:25%}@media (max-width:767px){.global-hub-header-section .shapes-right{width:40%}}.global-hub-header-section .svg-inline--fa{color:#008656;font-size:7.5rem}.global-hub-header-section .hero-particle{width:100%;display:inline-block}@media (max-width:991px){.global-hub-header-section .hero-particle{display:none}}.global-hub-header-section .hero-particle.left{max-width:9.0625rem;margin-top:2.8125rem}.global-hub-header-section .hero-particle.right{max-width:10.625rem;margin-top:1.5625rem}.global-checks-hub-importance-section{padding:7rem 0 4rem}.global-checks-hub-importance-section .h2,.global-checks-hub-importance-section h2{position:relative;z-index:5;font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;line-height:1.2;color:#212121}@media (max-width:991px){.global-checks-hub-importance-section .h2,.global-checks-hub-importance-section h2{margin-top:2rem}}.global-checks-hub-importance-section .h2:before,.global-checks-hub-importance-section h2:before{position:absolute;content:"";left:0;top:-2rem;height:10px;width:65px;background-color:#008656}.global-checks-hub-importance-section p{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121}.global-checks-hub-importance-section .square-list{padding-inline-start:23px;list-style:none}.global-checks-hub-importance-section .square-list li{color:#212121;font-size:18px;line-height:1.5}.global-checks-hub-importance-section .square-list li:before{content:"\25A0";color:#008656;font-weight:700;display:inline-block;width:1.25rem;margin-left:-1.5rem}.global-checks-hub-importance-section .square-list li:not(:last-child){margin-bottom:1rem}.global-checks-hub-sterling-perks-section{padding:4rem 0;background-color:#f5f5f5}.global-checks-hub-sterling-perks-section .h2,.global-checks-hub-sterling-perks-section h2{text-align:center;position:relative;z-index:5;font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;line-height:1.2;color:#212121}@media (max-width:991px){.global-checks-hub-sterling-perks-section .h2,.global-checks-hub-sterling-perks-section h2{margin-top:2rem}}.global-checks-hub-sterling-perks-section p{text-align:center;font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;margin:0 auto 3rem;width:750px}@media (max-width:1199px){.global-checks-hub-sterling-perks-section p{width:100%}}.global-checks-hub-sterling-perks-section .perk-badge{text-align:center}.global-checks-hub-sterling-perks-section .perk-badge .svg-inline--fa{color:#008656;font-size:6rem}.global-checks-hub-sterling-perks-section .perk-badge .h3,.global-checks-hub-sterling-perks-section .perk-badge h3{font-size:1.25rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-top:2.5rem;margin-bottom:1rem;line-height:1.2}@media (max-width:991px){.global-checks-hub-sterling-perks-section .perk-badge .h3,.global-checks-hub-sterling-perks-section .perk-badge h3{margin-top:1rem}}.global-checks-hub-sterling-perks-section .perk-badge .perk-desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;margin-bottom:2rem}.global-checks-hub-sterling-locations-section{padding:4rem 0}@media (max-width:991px){.global-checks-hub-sterling-locations-section{padding-bottom:6rem}}.global-checks-hub-sterling-locations-section .fa-globestar{font-size:8rem;color:#008656}.global-checks-hub-sterling-locations-section .h2,.global-checks-hub-sterling-locations-section h2{position:relative;z-index:5;font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;line-height:1.2;color:#212121;display:flex;align-items:center;height:100%}.global-checks-hub-sterling-locations-section p{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121}.global-checks-hub-sterling-locations-section .le-accordion{width:100%;margin-top:3rem}@media (max-width:991px){.global-checks-hub-sterling-locations-section .le-accordion{margin-top:2rem}}.global-checks-hub-sterling-locations-section .le-accordion .btn{width:100%;font-weight:700;font-size:1rem;color:#212121;padding:0;text-align:left;position:relative;outline:none}.global-checks-hub-sterling-locations-section .le-accordion .btn .fas{width:45px}.global-checks-hub-sterling-locations-section .le-accordion .btn .fa-minus,.global-checks-hub-sterling-locations-section .le-accordion .btn .fa-plus{color:#008656}.global-checks-hub-sterling-locations-section .le-accordion .btn .fa-stack{font-size:18px;position:absolute;right:25px;width:auto}.global-checks-hub-sterling-locations-section .le-accordion .btn .heading-text{padding-right:4.375rem;font-weight:700;font-size:1.25rem;color:#212121;line-height:1.5;font-family:adelle-sans,Arial,Helvetica,sans-serif}@media (max-width:767px){.global-checks-hub-sterling-locations-section .le-accordion .btn .heading-text{font-size:1.125rem}}.global-checks-hub-sterling-locations-section .le-accordion .card{border-radius:0;border:none;margin-bottom:1.5rem}.global-checks-hub-sterling-locations-section .le-accordion .card:last-child{margin-bottom:0}@media (max-width:991px){.global-checks-hub-sterling-locations-section .le-accordion .card:last-child{margin-bottom:1.5rem}}.global-checks-hub-sterling-locations-section .le-accordion .card-header{border-radius:0;border:1px solid #707070;background-color:#fff;padding:.5rem 2rem;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;margin-bottom:0}.global-checks-hub-sterling-locations-section .le-accordion .card-header[aria-expanded=true]{border-top:1px solid #008656;border-left:1px solid #008656;border-right:1px solid #008656;border-bottom:none;padding-top:1rem;padding-bottom:1rem;margin-bottom:0}.global-checks-hub-sterling-locations-section .le-accordion .card-header[aria-expanded=true] .heading-text{color:#008656;font-weight:700}.global-checks-hub-sterling-locations-section .le-accordion .card-body{background-color:#fff;padding-top:0;font-size:1.125rem;line-height:1.5;color:#212121;font-family:Roboto,Arial,Helvetica,sans-serif;padding-left:2rem;padding-right:2rem;border-left:1px solid #008656;border-right:1px solid #008656;border-bottom:1px solid #008656}.global-checks-hub-sterling-locations-section .le-accordion .card-body p{color:#212121;margin-bottom:1rem}.global-checks-hub-sterling-locations-section .le-accordion .card-body p:last-child{margin-bottom:0}@media (max-width:767px){.global-checks-hub-sterling-locations-section .le-accordion .card-body{font-size:1rem}}.global-checks-hub-sterling-locations-section .le-accordion .card-body span.ref{display:block;margin-top:2rem;font-size:.875rem}.global-checks-hub-sterling-locations-section .le-accordion .card-body a{color:#333f48;text-decoration:underline}.global-checks-hub-sterling-locations-section .le-accordion .card-body a:hover{color:#008656}.global-checks-hub-sterling-locations-section .le-accordion .btn-link:focus,.global-checks-hub-sterling-locations-section .le-accordion .btn-link:hover{text-decoration:none}.global-checks-hub-sterling-locations-section .le-accordion li+li{margin-top:10px}.global-checks-hub-partners-section{padding:4rem 0;background-color:#f6f6f6}.global-checks-hub-partners-section .h2,.global-checks-hub-partners-section h2{text-align:center;font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;line-height:1.2;color:#212121}.global-checks-hub-partners-section .partner-badge{text-align:center}.global-checks-hub-partners-section .partner-badge .plogo{display:block;height:180px;margin:2rem auto}.global-checks-hub-partners-section .partner-badge .plink{display:block;text-decoration:underline;font-size:1.25rem;font-weight:600;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin:0 auto;line-height:1.2;color:#212121}.global-checks-hub-partners-section .partner-badge .plink:hover{color:#008656}.global-checks-hub-partners-section .partner-badge .plink:hover .plogo{opacity:.7}.global-checks-hub-partners-section .partner-badge .plink .linebreak{display:block}@media (max-width:991px){.global-checks-hub-partners-section .partner-badge .plink .linebreak{display:contents}}.global-checks-hub-featured-faq-section{overflow:hidden;padding:4rem 0}@media (max-width:767px){.global-checks-hub-featured-faq-section{padding-top:0;padding-bottom:3rem}}.global-checks-hub-featured-faq-section .top5-questions{position:relative;z-index:1;background-color:#fff;padding:2rem 3rem 8.3rem}@media (max-width:1399px){.global-checks-hub-featured-faq-section .top5-questions{padding:3.5rem 2rem}}@media (max-width:1299px){.global-checks-hub-featured-faq-section .top5-questions{padding:2rem 3rem 10rem}}@media (max-width:1199px){.global-checks-hub-featured-faq-section .top5-questions{padding:2rem 3rem}}@media (max-width:991px){.global-checks-hub-featured-faq-section .top5-questions{padding:3.5rem 0 0}}.global-checks-hub-featured-faq-section .top5-questions .svg-inline--fa{font-size:7rem;color:#008656}.global-checks-hub-featured-faq-section .top5-questions .h2,.global-checks-hub-featured-faq-section .top5-questions h2{color:#212121;margin-bottom:1rem;font-size:2.125rem}@media (max-width:767px){.global-checks-hub-featured-faq-section .top5-questions .h2,.global-checks-hub-featured-faq-section .top5-questions h2{font-size:1.75rem}}.global-checks-hub-featured-faq-section .top5-questions .desc{color:#212121;font-size:1.375rem;margin-bottom:2.5rem}@media (max-width:767px){.global-checks-hub-featured-faq-section .top5-questions .desc{margin-bottom:0;font-size:1rem}}.global-checks-hub-featured-faq-section .feat-accordion{width:100%}@media (max-width:991px){.global-checks-hub-featured-faq-section .feat-accordion{margin-top:2rem}}.global-checks-hub-featured-faq-section .feat-accordion .btn{width:100%;font-weight:700;font-size:1rem;color:#212121;padding:0;text-align:left;position:relative;outline:none}.global-checks-hub-featured-faq-section .feat-accordion .btn .fas{width:45px}.global-checks-hub-featured-faq-section .feat-accordion .btn .fa-minus,.global-checks-hub-featured-faq-section .feat-accordion .btn .fa-plus{color:#008656}.global-checks-hub-featured-faq-section .feat-accordion .btn .fa-stack{font-size:18px;position:absolute;right:25px;width:auto}.global-checks-hub-featured-faq-section .feat-accordion .btn .heading-text{padding-right:4.375rem;font-weight:700;font-size:1.375rem;color:#212121;line-height:1.5;font-family:adelle-sans,Arial,Helvetica,sans-serif}@media (max-width:767px){.global-checks-hub-featured-faq-section .feat-accordion .btn .heading-text{font-size:1.125rem}}.global-checks-hub-featured-faq-section .feat-accordion .card{border-radius:0;border:none}.global-checks-hub-featured-faq-section .feat-accordion .card:first-child{border-top:1px solid #c0bfb5}.global-checks-hub-featured-faq-section .feat-accordion .card:last-child{margin-bottom:0}@media (max-width:991px){.global-checks-hub-featured-faq-section .feat-accordion .card:last-child{margin-bottom:1.5rem}}.global-checks-hub-featured-faq-section .feat-accordion .card-header{border-radius:0;border-bottom:1px solid #c0bfb5;border-top:none;border-left:none;border-right:none;background-color:#fff;padding:1rem;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;margin-bottom:0}.global-checks-hub-featured-faq-section .feat-accordion .card-header[aria-expanded=true]{border-bottom:none;padding-top:1rem;padding-bottom:1rem;margin-bottom:0}.global-checks-hub-featured-faq-section .feat-accordion .card-header[aria-expanded=true] .heading-text{color:#008656;font-weight:700}.global-checks-hub-featured-faq-section .feat-accordion .card-body{background-color:#fff;padding-top:0;font-size:1.125rem;line-height:1.5;color:#212121;font-family:Roboto,Arial,Helvetica,sans-serif;padding-left:1rem;padding-right:1rem;border-left:none;border-right:none;border-bottom:1px solid #c0bfb5}.global-checks-hub-featured-faq-section .feat-accordion .card-body .square-list{padding-inline-start:23px;list-style:none}.global-checks-hub-featured-faq-section .feat-accordion .card-body .square-list li{color:#212121;font-size:1.125rem;line-height:1.5}.global-checks-hub-featured-faq-section .feat-accordion .card-body .square-list li:before{content:"\25A0";color:#008656;font-weight:700;display:inline-block;width:24px;margin-left:-1.5rem}.global-checks-hub-featured-faq-section .feat-accordion .card-body .square-list li:not(:last-child){margin-bottom:1rem}.global-checks-hub-featured-faq-section .feat-accordion .card-body p{font-size:1.125rem;color:#212121;margin-bottom:1rem}.global-checks-hub-featured-faq-section .feat-accordion .card-body p:last-child{margin-bottom:0}@media (max-width:767px){.global-checks-hub-featured-faq-section .feat-accordion .card-body{font-size:1rem}}.global-checks-hub-featured-faq-section .feat-accordion .card-body span.ref{display:block;margin-top:2rem;font-size:.875rem}.global-checks-hub-featured-faq-section .feat-accordion .card-body a{color:#333f48;text-decoration:underline}.global-checks-hub-featured-faq-section .feat-accordion .card-body a:hover{opacity:.5}.global-checks-hub-featured-faq-section .feat-accordion .btn-link:focus,.global-checks-hub-featured-faq-section .feat-accordion .btn-link:hover{text-decoration:none}.global-checks-hub-featured-faq-section .feat-accordion li+li{margin-top:10px}.vertical-industry-page-intro-section{padding:4rem 0 0}.vertical-industry-page-intro-section .heading{font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;line-height:1.2;color:#212121}.vertical-industry-page-intro-section .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;margin-bottom:.5rem;line-height:1.5;color:#212121;padding-right:5rem;margin-bottom:2.5rem}@media (max-width:1199px){.vertical-industry-page-intro-section .desc{padding-right:0}}@media (max-width:767px){.vertical-industry-page-intro-section .desc{margin-bottom:1.5rem}}@media (max-width:767px){.vertical-industry-page-intro-section .desktop-btn-group{display:none}}.vertical-industry-page-intro-section .mobile-btn-group{display:none}@media (max-width:767px){.vertical-industry-page-intro-section .mobile-btn-group{display:block}}.vertical-industry-page-intro-section .mobile-btn-group a{display:block}.vertical-industry-page-intro-section .img-wrapper{text-align:center}.vertical-industry-page-intro-section .img-wrapper .inner{display:table-cell;vertical-align:middle;text-align:right}.vertical-industry-page-intro-section .img-wrapper .inner .intro-img{width:90%}@media (max-width:991px){.vertical-industry-page-intro-section .img-wrapper .inner .intro-img{display:none}}.vertical-industry-page-intro-section .img-wrapper .intro-image{width:100%;max-width:300px}@media (max-width:991px){.vertical-industry-page-intro-section .img-wrapper .intro-image{display:none}}.vertical-industry-page-intro-section .img-wrapper .particle:first-child{height:4.6875rem;width:4.6875rem;background:#ededed;opacity:.5;position:absolute;bottom:1.25rem;left:37%;z-index:0}@media (max-width:1199px){.vertical-industry-page-intro-section .img-wrapper .particle:first-child{bottom:11.25rem}}@media (max-width:991px){.vertical-industry-page-intro-section .img-wrapper .particle:first-child{display:none}}.vertical-industry-page-solutions-section{padding:6rem 0;overflow:hidden}@media (max-width:991px){.vertical-industry-page-solutions-section{padding-top:2rem}}.vertical-industry-page-solutions-section .solution-v2img-wrapper{position:relative}@media (max-width:991px){.vertical-industry-page-solutions-section .solution-v2img-wrapper{margin-top:3rem}}.vertical-industry-page-solutions-section .solution-v2img-wrapper .particle:first-child{height:32.1875rem;width:18.75rem;background:#ededed;opacity:.9;position:absolute;bottom:-3.125rem;left:0;z-index:0}@media (max-width:1199px){.vertical-industry-page-solutions-section .solution-v2img-wrapper .particle:first-child{height:27.5rem}}@media (max-width:991px){.vertical-industry-page-solutions-section .solution-v2img-wrapper .particle:first-child{height:100%;width:96%;bottom:-1.25rem}}.vertical-industry-page-solutions-section .solution-v2img-wrapper .particle:nth-child(2){height:6.25rem;width:6.25rem;background-image:url("/wp-content/themes/sterlingemea/resources/assets/images/particles/gray-dots.svg");position:absolute;bottom:-5rem;left:-2.8125rem;z-index:4}@media (max-width:991px){.vertical-industry-page-solutions-section .solution-v2img-wrapper .particle:nth-child(2){display:none}}.vertical-industry-page-solutions-section .solution-v2img-wrapper .particle:nth-child(3){height:4.6875rem;width:4.6875rem;background:transparent;border:3px solid #add7c7;position:absolute;top:-1.25rem;right:-.9375rem;z-index:4}@media (max-width:1199px){.vertical-industry-page-solutions-section .solution-v2img-wrapper .particle:nth-child(3){right:-4.6875rem}}@media (max-width:991px){.vertical-industry-page-solutions-section .solution-v2img-wrapper .particle:nth-child(3){right:-1.25rem}}@media (max-width:767px){.vertical-industry-page-solutions-section .solution-v2img-wrapper .particle:nth-child(3){display:none}}.vertical-industry-page-solutions-section .solution-v2img-wrapper .particle:nth-child(4){height:6.25rem;width:6.25rem;background:#83b6cc;opacity:.7;position:absolute;bottom:-4.375rem;right:-1.5625rem;z-index:4}@media (max-width:1199px){.vertical-industry-page-solutions-section .solution-v2img-wrapper .particle:nth-child(4){right:-4.6875rem}}@media (max-width:991px){.vertical-industry-page-solutions-section .solution-v2img-wrapper .particle:nth-child(4){display:none}}.vertical-industry-page-solutions-section .solution-v2img-wrapper .particle:nth-child(5){height:2.8125rem;width:2.8125rem;background:#add7c7;opacity:.5;position:absolute;bottom:.5rem;right:-3.4375rem;z-index:4}@media (max-width:1199px){.vertical-industry-page-solutions-section .solution-v2img-wrapper .particle:nth-child(5){right:-6.5625rem}}@media (max-width:991px){.vertical-industry-page-solutions-section .solution-v2img-wrapper .particle:nth-child(5){display:none}}.vertical-industry-page-solutions-section .solution-v2img-wrapper .particle:nth-child(6){height:1.5625rem;width:1.5625rem;background:#fada5e;position:absolute;bottom:-2.8125rem;right:-5rem;z-index:4}@media (max-width:1199px){.vertical-industry-page-solutions-section .solution-v2img-wrapper .particle:nth-child(6){right:-8.125rem}}@media (max-width:991px){.vertical-industry-page-solutions-section .solution-v2img-wrapper .particle:nth-child(6){display:none}}.vertical-industry-page-solutions-section .solution-v2img-wrapper .solution-img{width:87%;position:relative;z-index:3;left:25px;top:5px}@media (max-width:1199px){.vertical-industry-page-solutions-section .solution-v2img-wrapper .solution-img{width:100%}}@media (max-width:991px){.vertical-industry-page-solutions-section .solution-v2img-wrapper .solution-img{left:0;top:0;width:calc(100% - 20px);margin-left:20px}}.vertical-industry-page-solutions-section .solution-img-wrapper{position:relative}@media (max-width:991px){.vertical-industry-page-solutions-section .solution-img-wrapper{margin-top:3rem}}.vertical-industry-page-solutions-section .solution-img-wrapper .particle:first-child{height:23.125rem;width:28.125rem;background:#ededed;opacity:.9;position:absolute;bottom:-5rem;left:0;z-index:0}@media (max-width:1199px){.vertical-industry-page-solutions-section .solution-img-wrapper .particle:first-child{height:17.5rem;width:23.125rem}}@media (max-width:991px){.vertical-industry-page-solutions-section .solution-img-wrapper .particle:first-child{height:100%;width:96%;bottom:-1.25rem}}.vertical-industry-page-solutions-section .solution-img-wrapper .particle:nth-child(2){height:1.875rem;width:1.875rem;border:2px solid #c0bfb5;position:absolute;bottom:-5.8125rem;left:-1.25rem;z-index:2}@media (max-width:991px){.vertical-industry-page-solutions-section .solution-img-wrapper .particle:nth-child(2){bottom:-9px;left:9px;z-index:4}}.vertical-industry-page-solutions-section .solution-img-wrapper .particle:nth-child(3){height:7.5rem;width:7.5rem;border:2px solid #add7c7;opacity:.5;position:absolute;top:.375rem;right:1rem;z-index:2}@media (max-width:1199px){.vertical-industry-page-solutions-section .solution-img-wrapper .particle:nth-child(3){right:-2.5rem}}@media (max-width:991px){.vertical-industry-page-solutions-section .solution-img-wrapper .particle:nth-child(3){right:1.8125rem;top:-1.375rem}}.vertical-industry-page-solutions-section .solution-img-wrapper .particle:nth-child(4){height:5.625rem;width:5.625rem;background-image:url("/wp-content/themes/sterlingemea/resources/assets/images/particles/gray-dots.svg");position:absolute;top:5rem;right:-1.75rem;z-index:2}@media (max-width:1199px){.vertical-industry-page-solutions-section .solution-img-wrapper .particle:nth-child(4){right:-4.625rem}}@media (max-width:991px){.vertical-industry-page-solutions-section .solution-img-wrapper .particle:nth-child(4){right:-.75rem;top:-1.75rem}}.vertical-industry-page-solutions-section .solution-img-wrapper .solution-img{width:87%;position:relative;z-index:3;left:25px;top:60px}@media (max-width:1199px){.vertical-industry-page-solutions-section .solution-img-wrapper .solution-img{width:100%}}@media (max-width:991px){.vertical-industry-page-solutions-section .solution-img-wrapper .solution-img{left:0;top:0;width:calc(100% - 20px);margin-left:20px}}.vertical-industry-page-solutions-section .heading{font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;line-height:1.3;color:#212121}@media (max-width:991px){.vertical-industry-page-solutions-section .heading{margin-top:5rem}}.vertical-industry-page-solutions-section .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;margin-bottom:.5rem;line-height:1.5;color:#212121;padding-right:3rem;margin-bottom:2.5rem}@media (max-width:1199px){.vertical-industry-page-solutions-section .desc{padding-right:0}}@media (max-width:767px){.vertical-industry-page-solutions-section .desc{margin-bottom:1.5rem}}.vertical-industry-page-solutions-section .arrow-cta{cursor:pointer}.vertical-industry-page-solutions-section .arrow-cta strong{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:1.25rem;font-weight:600}.vertical-industry-page-market-expertise-section{padding:4rem 0 10rem}.vertical-industry-page-market-expertise-section .tabs-nav-row{position:relative}.vertical-industry-page-market-expertise-section .tabs-nav-row:after{content:"";position:absolute;width:100%;height:1px;background-color:#dde5e5;bottom:-12px;left:15px}@media (max-width:767px){.vertical-industry-page-market-expertise-section .tabs-nav-row:after{display:none}}.vertical-industry-page-market-expertise-section .heading{font-size:2.125rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:0;margin-top:1rem;line-height:1.3;color:#212121}@media (max-width:767px){.vertical-industry-page-market-expertise-section .heading{text-align:center}}.vertical-industry-page-market-expertise-section ul.nav-tabs{display:flex;justify-content:end;border-bottom:none;width:100%}@media (max-width:767px){.vertical-industry-page-market-expertise-section ul.nav-tabs{display:none}}.vertical-industry-page-market-expertise-section ul.nav-tabs.four-cols li.nav-item{width:24%}.vertical-industry-page-market-expertise-section ul.nav-tabs.four-cols li.nav-item a.nav-link{width:100%;padding:.5rem 0}.vertical-industry-page-market-expertise-section ul.nav-tabs li.nav-item{width:33%}.vertical-industry-page-market-expertise-section ul.nav-tabs li.nav-item a.nav-link{display:block;padding-left:10rem;width:335px}@media (max-width:1199px){.vertical-industry-page-market-expertise-section ul.nav-tabs li.nav-item a.nav-link{padding-left:5rem;padding-top:3rem}}@media (max-width:991px){.vertical-industry-page-market-expertise-section ul.nav-tabs li.nav-item a.nav-link{padding-left:2.5rem;width:100%}}.vertical-industry-page-market-expertise-section ul.nav-tabs li.nav-item a.nav-link:focus{outline:none}.vertical-industry-page-market-expertise-section ul.nav-tabs li.nav-item a.nav-link.active{color:#212121;border-color:transparent;background-color:transparent}.vertical-industry-page-market-expertise-section ul.nav-tabs li.nav-item a.nav-link.active .svg-inline--fa{color:#008656}.vertical-industry-page-market-expertise-section ul.nav-tabs li.nav-item a.nav-link.active svg circle,.vertical-industry-page-market-expertise-section ul.nav-tabs li.nav-item a.nav-link.active svg path{fill:#008656}.vertical-industry-page-market-expertise-section ul.nav-tabs li.nav-item a.nav-link.active svg circle.nofill,.vertical-industry-page-market-expertise-section ul.nav-tabs li.nav-item a.nav-link.active svg path.nofill{fill:#fff}.vertical-industry-page-market-expertise-section ul.nav-tabs li.nav-item a.nav-link.active .text:after{width:100%}.vertical-industry-page-market-expertise-section ul.nav-tabs li.nav-item a.nav-link:hover{color:#212121;border-color:transparent;background-color:transparent}.vertical-industry-page-market-expertise-section ul.nav-tabs li.nav-item a.nav-link:hover svg circle,.vertical-industry-page-market-expertise-section ul.nav-tabs li.nav-item a.nav-link:hover svg path{fill:#008656}.vertical-industry-page-market-expertise-section ul.nav-tabs li.nav-item a.nav-link:hover svg circle.nofill,.vertical-industry-page-market-expertise-section ul.nav-tabs li.nav-item a.nav-link:hover svg path.nofill{fill:#fff}.vertical-industry-page-market-expertise-section ul.nav-tabs li.nav-item a.nav-link:hover .svg-inline--fa{color:#008656}.vertical-industry-page-market-expertise-section ul.nav-tabs li.nav-item a.nav-link:hover .text{position:relative}.vertical-industry-page-market-expertise-section ul.nav-tabs li.nav-item a.nav-link:hover .text:after{width:100%;-webkit-transition:width .5s;-moz-transition:width .5s;-o-transition:width .5s;transition:width .5s}.vertical-industry-page-market-expertise-section ul.nav-tabs li.nav-item a.nav-link .text{position:relative;text-align:center;width:160px;margin-left:auto;margin-right:auto;font-size:1.25rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;color:#212121}.vertical-industry-page-market-expertise-section ul.nav-tabs li.nav-item a.nav-link .text:after{content:"";position:absolute;width:0;height:5px;background-color:#008656;left:0;bottom:-19px}.vertical-industry-page-market-expertise-section ul.nav-tabs li.nav-item a.nav-link .svg-inline--fa{height:50px;font-size:3.5rem;color:#212121;margin-left:auto;margin-right:auto}.vertical-industry-page-market-expertise-section ul.nav-tabs li.nav-item a.nav-link svg{height:35px;margin-left:auto;margin-right:auto;margin-bottom:1.5rem;display:block}.vertical-industry-page-market-expertise-section #myTabContent{margin-top:3.5rem}@media (max-width:767px){.vertical-industry-page-market-expertise-section #myTabContent{display:none}}.vertical-industry-page-market-expertise-section #myTabContent .tab-heading{font-size:1.5rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;line-height:1.3;color:#212121}.vertical-industry-page-market-expertise-section #myTabContent .tab-desc{font-size:1rem;font-family:Roboto,Arial,Helvetica,sans-serif;margin-bottom:2rem;line-height:1.5;color:#212121;padding-right:10rem}@media (max-width:1199px){.vertical-industry-page-market-expertise-section #myTabContent .tab-desc{padding-right:0}}.vertical-industry-page-market-expertise-section #myTabContent .tab-desc p,.vertical-industry-page-market-expertise-section #myTabContent .tab-desc ul li{font-size:1rem;color:#212121}.vertical-industry-page-market-expertise-section #myTabContent .tab-desc .arrow-cta{cursor:pointer;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:1.25rem;font-weight:600}.vertical-industry-page-market-expertise-section #myTabContent .tab-desc .arrow-cta .svg-inline--fa{top:-9px}.vertical-industry-page-market-expertise-section #myTabContent .tab-img-wrapper{position:relative}@media (max-width:991px){.vertical-industry-page-market-expertise-section #myTabContent .tab-img-wrapper{margin-top:2rem}}.vertical-industry-page-market-expertise-section #myTabContent .tab-img-wrapper .particle:first-child{height:25.625rem;width:30.625rem;background:#b8b7ac;opacity:.25;position:absolute;bottom:-1.5625rem;right:0;z-index:0}@media (max-width:1300px){.vertical-industry-page-market-expertise-section #myTabContent .tab-img-wrapper .particle:first-child{height:23.75rem;width:28.75rem}}@media (max-width:1199px){.vertical-industry-page-market-expertise-section #myTabContent .tab-img-wrapper .particle:first-child{height:18.125rem;width:21.5625rem}}@media (max-width:991px){.vertical-industry-page-market-expertise-section #myTabContent .tab-img-wrapper .particle:first-child{display:none}}.vertical-industry-page-market-expertise-section #myTabContent .tab-img-wrapper .particle:nth-child(2){height:6.25rem;width:6.25rem;background:#83b6cc;opacity:.7;position:absolute;bottom:-4.375rem;right:-1.5625rem;z-index:4}@media (max-width:1199px){.vertical-industry-page-market-expertise-section #myTabContent .tab-img-wrapper .particle:nth-child(2){right:-4.6875rem}}@media (max-width:991px){.vertical-industry-page-market-expertise-section #myTabContent .tab-img-wrapper .particle:nth-child(2){display:none}}.vertical-industry-page-market-expertise-section #myTabContent .tab-img-wrapper .particle:nth-child(3){height:2.8125rem;width:2.8125rem;background:#add7c7;opacity:.5;position:absolute;bottom:-6.25rem;right:-3.125rem;z-index:4}@media (max-width:1199px){.vertical-industry-page-market-expertise-section #myTabContent .tab-img-wrapper .particle:nth-child(3){right:-6.5625rem}}@media (max-width:991px){.vertical-industry-page-market-expertise-section #myTabContent .tab-img-wrapper .particle:nth-child(3){display:none}}.vertical-industry-page-market-expertise-section #myTabContent .tab-img-wrapper .particle:nth-child(4){height:1.5625rem;width:1.5625rem;background:#fada5e;position:absolute;bottom:-7.3125rem;right:2.1875rem;z-index:4}@media (max-width:1199px){.vertical-industry-page-market-expertise-section #myTabContent .tab-img-wrapper .particle:nth-child(4){right:-8.125rem}}@media (max-width:991px){.vertical-industry-page-market-expertise-section #myTabContent .tab-img-wrapper .particle:nth-child(4){display:none}}.vertical-industry-page-market-expertise-section #myTabContent .tab-img-wrapper .tab-img{position:relative;z-index:1;width:calc(100% - 25px)}@media (max-width:991px){.vertical-industry-page-market-expertise-section #myTabContent .tab-img-wrapper .tab-img{width:100%}}.vertical-industry-page-market-expertise-section .mobile-market-expertise-section{display:none;margin-top:1.5rem}@media (max-width:767px){.vertical-industry-page-market-expertise-section .mobile-market-expertise-section{display:block}}.vertical-industry-page-market-expertise-section .mobile-market-expertise-section #mobile-ige-accordion .card{border:1px solid #616669;border-radius:0}.vertical-industry-page-market-expertise-section .mobile-market-expertise-section #mobile-ige-accordion .card:not(:last-child){margin-bottom:2rem}.vertical-industry-page-market-expertise-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-body{padding-top:2rem;font-size:1rem;font-family:Roboto,Arial,Helvetica,sans-serif;color:#212121;line-height:1.5}.vertical-industry-page-market-expertise-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-body .button--ghost--orange-o{display:block;margin:2rem auto 1rem;max-width:200px}.vertical-industry-page-market-expertise-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-header{background-color:#fff;border-bottom:none;padding:3rem;cursor:pointer}.vertical-industry-page-market-expertise-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-header[aria-expanded=true]{padding-bottom:0}.vertical-industry-page-market-expertise-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-header:hover .cheader-inner svg path,.vertical-industry-page-market-expertise-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-header[aria-expanded=true] .cheader-inner svg path{fill:#008656}.vertical-industry-page-market-expertise-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-header:hover .cheader-inner .svg-inline--fa,.vertical-industry-page-market-expertise-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-header[aria-expanded=true] .cheader-inner .svg-inline--fa{color:#008656}.vertical-industry-page-market-expertise-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-header .cheader-inner .btn{width:100%}.vertical-industry-page-market-expertise-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-header .cheader-inner svg{height:35px;margin-left:auto;margin-right:auto;margin-bottom:1.5rem;display:block}.vertical-industry-page-market-expertise-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-header .cheader-inner .svg-inline--fa{height:auto;max-height:56px;font-size:3.5rem;color:#212121;margin-left:auto;margin-right:auto}.vertical-industry-page-market-expertise-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-header .cheader-inner .text{text-align:center;margin-left:auto;margin-right:auto;font-size:1.25rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;color:#212121}.vertical-industry-page-sterling-records-section{padding:6rem 0;background-color:#212121;background-image:url("https://sterlingukstag.wpengine.com/wp-content/uploads/2025/07/dark-bg.jpg");background-repeat:no-repeat;background-size:cover}.vertical-industry-page-sterling-records-section .heading{text-align:center;font-size:1.5rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:3rem;line-height:1.3;color:#fff}.vertical-industry-page-sterling-records-section .heading .linebreak-lg{display:block}@media (max-width:767px){.vertical-industry-page-sterling-records-section .heading .linebreak-lg{display:contents}}.vertical-industry-page-sterling-records-section ul.record-list{list-style:none;text-align:center;padding-left:0;margin-bottom:0}.vertical-industry-page-sterling-records-section ul.record-list li.record-list-item{vertical-align:top;display:inline-block;width:25%;text-align:center;font-size:4rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;line-height:1.5;color:#fff}.vertical-industry-page-sterling-records-section ul.record-list li.record-list-item:first-child,.vertical-industry-page-sterling-records-section ul.record-list li.record-list-item:nth-child(2){margin-right:2rem}@media (max-width:991px){.vertical-industry-page-sterling-records-section ul.record-list li.record-list-item:first-child,.vertical-industry-page-sterling-records-section ul.record-list li.record-list-item:nth-child(2){margin-right:0;margin-bottom:3rem}}@media (max-width:1199px){.vertical-industry-page-sterling-records-section ul.record-list li.record-list-item{width:30%}}@media (max-width:991px){.vertical-industry-page-sterling-records-section ul.record-list li.record-list-item{display:block;width:100%}}.vertical-industry-page-sterling-records-section ul.record-list li.record-list-item .record-desc{text-align:center;font-size:1.25rem;font-weight:600;font-family:adelle-sans,Arial,Helvetica,sans-serif;line-height:1.5;color:#fff}.vertical-industry-page-sterling-records-section .disclaimer{margin-top:3rem;text-align:center;font-size:.875rem;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#fff}.vertical-industry-page-scalablility-section{padding:4rem 0;background-color:#212121;overflow:hidden}.vertical-industry-page-scalablility-section .visual-wrapper{position:relative}@media (max-width:991px){.vertical-industry-page-scalablility-section .visual-wrapper{margin-bottom:3rem}}@media (max-width:400px){.vertical-industry-page-scalablility-section .visual-wrapper{margin-bottom:1.5rem}}.vertical-industry-page-scalablility-section .visual-wrapper .desktop-icon{position:relative;z-index:0;top:50px}@media (max-width:991px){.vertical-industry-page-scalablility-section .visual-wrapper .desktop-icon{top:0;width:180px}}@media (max-width:767px){.vertical-industry-page-scalablility-section .visual-wrapper .desktop-icon{display:none}}.vertical-industry-page-scalablility-section .visual-wrapper .mobile-icon{display:none;width:180px}@media (max-width:767px){.vertical-industry-page-scalablility-section .visual-wrapper .mobile-icon{display:block}}@media (max-width:600px){.vertical-industry-page-scalablility-section .visual-wrapper .mobile-icon{width:150px;display:inline-block}}@media (max-width:400px){.vertical-industry-page-scalablility-section .visual-wrapper .mobile-icon{width:120px}}.vertical-industry-page-scalablility-section .visual-wrapper .data{font-size:2.125rem;line-height:1.3;color:#fff;font-family:adelle-sans,Arial,Helvetica,sans-serif;position:absolute;top:120px;left:205px;width:295px;z-index:1}@media (max-width:991px){.vertical-industry-page-scalablility-section .visual-wrapper .data{top:65px;left:215px}}@media (max-width:767px){.vertical-industry-page-scalablility-section .visual-wrapper .data{top:55px}}@media (max-width:600px){.vertical-industry-page-scalablility-section .visual-wrapper .data{top:50px;left:0;display:inline-block;font-size:1.625rem;width:40%;position:relative}}@media (max-width:480px){.vertical-industry-page-scalablility-section .visual-wrapper .data{width:50%}}@media (max-width:400px){.vertical-industry-page-scalablility-section .visual-wrapper .data{width:55%}}@media (max-width:360px){.vertical-industry-page-scalablility-section .visual-wrapper .data{position:absolute;width:180px;left:110px}}.vertical-industry-page-scalablility-section .heading{font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:2rem;line-height:1.3;color:#fff;padding-left:10rem}@media (max-width:1199px){.vertical-industry-page-scalablility-section .heading{padding-left:5rem}}@media (max-width:991px){.vertical-industry-page-scalablility-section .heading{padding-left:0}}@media (max-width:767px){.vertical-industry-page-scalablility-section .heading{margin-bottom:1rem}}@media (max-width:767px){.vertical-industry-page-scalablility-section .heading .linebreak-sm{display:block}}.vertical-industry-page-scalablility-section .desc{font-size:1.125rem;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#fff;padding-left:10rem}@media (max-width:1199px){.vertical-industry-page-scalablility-section .desc{padding-left:5rem}}@media (max-width:991px){.vertical-industry-page-scalablility-section .desc{padding-left:0}}@media (max-width:767px){.vertical-industry-page-scalablility-section .desc{font-size:1rem}}.vertical-industry-professional-services-section{padding:6rem 0;overflow:hidden}@media (max-width:991px){.vertical-industry-professional-services-section{padding-top:2rem}}.vertical-industry-professional-services-section .solution-v2img-wrapper{position:relative}@media (max-width:991px){.vertical-industry-professional-services-section .solution-v2img-wrapper{margin-top:3rem}}.vertical-industry-professional-services-section .solution-v2img-wrapper .particle:first-child{height:24.125rem;width:26.875rem;background:#b8b7ac;opacity:.25;position:absolute;bottom:-1.5625rem;right:.9375rem;z-index:0}@media (max-width:1300px){.vertical-industry-professional-services-section .solution-v2img-wrapper .particle:first-child{height:20.625rem;width:23.125rem}}@media (max-width:1199px){.vertical-industry-professional-services-section .solution-v2img-wrapper .particle:first-child{height:18.125rem;width:21.5625rem}}@media (max-width:991px){.vertical-industry-professional-services-section .solution-v2img-wrapper .particle:first-child{display:none}}.vertical-industry-professional-services-section .solution-v2img-wrapper .particle:nth-child(2){height:4.6875rem;width:4.6875rem;background:transparent;border:3px solid #add7c7;position:absolute;bottom:-3.75rem;right:-.9375rem;z-index:4}@media (max-width:1199px){.vertical-industry-professional-services-section .solution-v2img-wrapper .particle:nth-child(2){right:-4.6875rem}}@media (max-width:991px){.vertical-industry-professional-services-section .solution-v2img-wrapper .particle:nth-child(2){right:-1.25rem}}@media (max-width:767px){.vertical-industry-professional-services-section .solution-v2img-wrapper .particle:nth-child(2){display:none}}.vertical-industry-professional-services-section .solution-v2img-wrapper .particle:nth-child(3){height:6.25rem;width:6.25rem;background:#83b6cc;opacity:.7;position:absolute;top:-3.4375rem;left:-1.5625rem;z-index:4}@media (max-width:1199px){.vertical-industry-professional-services-section .solution-v2img-wrapper .particle:nth-child(3){right:-4.6875rem}}@media (max-width:991px){.vertical-industry-professional-services-section .solution-v2img-wrapper .particle:nth-child(3){display:none}}.vertical-industry-professional-services-section .solution-v2img-wrapper .particle:nth-child(4){height:2.8125rem;width:2.8125rem;background:#add7c7;opacity:.5;position:absolute;top:-5.3125rem;left:-3.4375rem;z-index:4}@media (max-width:1199px){.vertical-industry-professional-services-section .solution-v2img-wrapper .particle:nth-child(4){right:-6.5625rem}}@media (max-width:991px){.vertical-industry-professional-services-section .solution-v2img-wrapper .particle:nth-child(4){display:none}}.vertical-industry-professional-services-section .solution-v2img-wrapper .particle:nth-child(5){height:1.5625rem;width:1.5625rem;background:#fada5e;position:absolute;top:-6.5625rem;left:1.5625rem;z-index:4}@media (max-width:1199px){.vertical-industry-professional-services-section .solution-v2img-wrapper .particle:nth-child(5){right:-8.125rem}}@media (max-width:991px){.vertical-industry-professional-services-section .solution-v2img-wrapper .particle:nth-child(5){display:none}}.vertical-industry-professional-services-section .solution-v2img-wrapper .solution-img{width:87%;position:relative;z-index:3;left:25px;top:5px}@media (max-width:1199px){.vertical-industry-professional-services-section .solution-v2img-wrapper .solution-img{width:100%}}@media (max-width:991px){.vertical-industry-professional-services-section .solution-v2img-wrapper .solution-img{left:0;top:0;width:calc(100% - 20px);margin-left:20px}}.vertical-industry-professional-services-section .solution-img-wrapper{position:relative}@media (max-width:991px){.vertical-industry-professional-services-section .solution-img-wrapper{margin-top:3rem}}.vertical-industry-professional-services-section .solution-img-wrapper .particle:first-child{height:23.125rem;width:28.125rem;background:#ededed;opacity:.9;position:absolute;bottom:-5rem;left:0;z-index:0}@media (max-width:1199px){.vertical-industry-professional-services-section .solution-img-wrapper .particle:first-child{height:17.5rem;width:23.125rem}}@media (max-width:991px){.vertical-industry-professional-services-section .solution-img-wrapper .particle:first-child{height:100%;width:96%;bottom:-1.25rem}}.vertical-industry-professional-services-section .solution-img-wrapper .particle:nth-child(2){height:1.875rem;width:1.875rem;border:2px solid #c0bfb5;position:absolute;bottom:-5.8125rem;left:-1.25rem;z-index:2}@media (max-width:991px){.vertical-industry-professional-services-section .solution-img-wrapper .particle:nth-child(2){bottom:-9px;left:9px;z-index:4}}.vertical-industry-professional-services-section .solution-img-wrapper .particle:nth-child(3){height:7.5rem;width:7.5rem;border:2px solid #add7c7;opacity:.5;position:absolute;top:.375rem;right:1rem;z-index:2}@media (max-width:1199px){.vertical-industry-professional-services-section .solution-img-wrapper .particle:nth-child(3){right:-2.5rem}}@media (max-width:991px){.vertical-industry-professional-services-section .solution-img-wrapper .particle:nth-child(3){right:1.8125rem;top:-1.375rem}}.vertical-industry-professional-services-section .solution-img-wrapper .particle:nth-child(4){height:5.625rem;width:5.625rem;background-image:url("/wp-content/themes/sterlingemea/resources/assets/images/particles/gray-dots.svg");position:absolute;top:5rem;right:-1.75rem;z-index:2}@media (max-width:1199px){.vertical-industry-professional-services-section .solution-img-wrapper .particle:nth-child(4){right:-4.625rem}}@media (max-width:991px){.vertical-industry-professional-services-section .solution-img-wrapper .particle:nth-child(4){right:-.75rem;top:-1.75rem}}.vertical-industry-professional-services-section .solution-img-wrapper .solution-img{width:87%;position:relative;z-index:3;left:25px;top:60px}@media (max-width:1199px){.vertical-industry-professional-services-section .solution-img-wrapper .solution-img{width:100%}}@media (max-width:991px){.vertical-industry-professional-services-section .solution-img-wrapper .solution-img{left:0;top:0;width:calc(100% - 20px);margin-left:20px}}.vertical-industry-professional-services-section .heading{font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;line-height:1.3;color:#212121}@media (max-width:991px){.vertical-industry-professional-services-section .heading{margin-top:5rem}}.vertical-industry-professional-services-section .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;margin-bottom:.5rem;line-height:1.5;color:#212121;padding-right:3rem;margin-bottom:2.5rem}@media (max-width:1199px){.vertical-industry-professional-services-section .desc{padding-right:0}}@media (max-width:767px){.vertical-industry-professional-services-section .desc{margin-bottom:1.5rem}}.vertical-industry-professional-services-section .arrow-cta{cursor:pointer}.vertical-industry-professional-services-section .arrow-cta strong{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:1.25rem;font-weight:600}.vertical-industry-page-adapting-overtime-section{padding:4rem 0;background-color:#fff;overflow:hidden}.vertical-industry-page-adapting-overtime-section .heading{font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;line-height:1.3;color:#212121}.vertical-industry-page-adapting-overtime-section .desc{font-size:1.125rem;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;margin-bottom:2rem}.vertical-industry-page-adapting-overtime-section .mobile-col{display:none}@media (max-width:991px){.vertical-industry-page-adapting-overtime-section .mobile-col{display:block}}.vertical-industry-page-adapting-overtime-section .mobile-col .mobile-adapt-image-wrapper{position:relative}.vertical-industry-page-adapting-overtime-section .mobile-col .mobile-adapt-image-wrapper .particle:first-child{height:1.875rem;width:1.875rem;background-color:#008656;position:absolute;opacity:.5;right:-.8125rem;top:3.8125rem;z-index:2}.vertical-industry-page-adapting-overtime-section .mobile-col .mobile-adapt-image-wrapper .particle:nth-child(2){height:3.75rem;width:3.75rem;border:2px solid #add7c7;position:absolute;left:-1.25rem;bottom:1.5625rem;z-index:2}@media (max-width:767px){.vertical-industry-page-adapting-overtime-section .mobile-col .mobile-adapt-image-wrapper .particle:nth-child(2){height:2.5rem;width:2.5rem;left:-.625rem;bottom:1.875rem}}.vertical-industry-page-adapting-overtime-section .mobile-col .mobile-adapt-image-wrapper .particle:nth-child(3){height:5.625rem;width:5.625rem;background-image:url("/wp-content/themes/sterlingemea/resources/assets/images/particles/gray-dots.svg");position:absolute;right:-.8125rem;top:-1.125rem;z-index:2}.vertical-industry-page-adapting-overtime-section .mobile-col .mobile-adapt-image-wrapper .mobile-adapt-img{width:100%;position:relative;z-index:0;margin-bottom:3rem}.vertical-industry-page-adapting-overtime-section .adapt-image-wrapper{position:relative}@media (max-width:991px){.vertical-industry-page-adapting-overtime-section .adapt-image-wrapper{display:none}}.vertical-industry-page-adapting-overtime-section .adapt-image-wrapper .particle:first-child{height:1.875rem;width:1.875rem;background-color:#008656;position:absolute;opacity:.5;top:5.9375rem;right:-1.875rem;z-index:2}@media (max-width:1199px){.vertical-industry-page-adapting-overtime-section .adapt-image-wrapper .particle:first-child{right:-2.1875rem}}.vertical-industry-page-adapting-overtime-section .adapt-image-wrapper .particle:nth-child(2){height:3.75rem;width:3.75rem;border:2px solid #add7c7;position:absolute;bottom:-1.875rem;left:5.625rem;z-index:2}@media (max-width:1199px){.vertical-industry-page-adapting-overtime-section .adapt-image-wrapper .particle:nth-child(2){left:-1.25rem}}.vertical-industry-page-adapting-overtime-section .adapt-image-wrapper .particle:nth-child(3){height:5.625rem;width:5.625rem;background-image:url("/wp-content/themes/sterlingemea/resources/assets/images/particles/gray-dots.svg");position:absolute;top:2px;right:0;z-index:2}@media (max-width:1199px){.vertical-industry-page-adapting-overtime-section .adapt-image-wrapper .particle:nth-child(3){right:-.625rem}}.vertical-industry-page-adapting-overtime-section .adapt-image-wrapper .adapt-img{width:75%;position:relative;z-index:0;margin-left:130px;margin-top:30px}@media (max-width:1199px){.vertical-industry-page-adapting-overtime-section .adapt-image-wrapper .adapt-img{width:100%;margin-left:0}}.vertical-industry-page-fca-section{padding:4rem 0;background-color:#fff;overflow:hidden}.vertical-industry-page-fca-section .heading{font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;line-height:1.3;color:#212121}.vertical-industry-page-fca-section .desc{font-size:1.125rem;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;margin-bottom:2rem}.vertical-industry-page-fca-section .mobile-col{display:none}@media (max-width:991px){.vertical-industry-page-fca-section .mobile-col{display:block}}.vertical-industry-page-fca-section .mobile-col .mobile-adapt-image-wrapper{position:relative}.vertical-industry-page-fca-section .mobile-col .mobile-adapt-image-wrapper .particle:first-child{height:1.875rem;width:1.875rem;border:2px solid #707070;position:absolute;opacity:.5;right:-.8125rem;top:3.8125rem;z-index:2}.vertical-industry-page-fca-section .mobile-col .mobile-adapt-image-wrapper .particle:nth-child(2){height:3.75rem;width:3.75rem;background-color:#add7c7;position:absolute;left:-1.25rem;bottom:1.5625rem;z-index:2}@media (max-width:767px){.vertical-industry-page-fca-section .mobile-col .mobile-adapt-image-wrapper .particle:nth-child(2){height:2.5rem;width:2.5rem;left:-.625rem;bottom:1.875rem}}.vertical-industry-page-fca-section .mobile-col .mobile-adapt-image-wrapper .particle:nth-child(3){height:5.625rem;width:5.625rem;opacity:.45;background-color:#c0bfb5;position:absolute;right:-.8125rem;top:-1.125rem;z-index:2}.vertical-industry-page-fca-section .mobile-col .mobile-adapt-image-wrapper .mobile-adapt-img{width:100%;position:relative;z-index:0;margin-bottom:3rem}.vertical-industry-page-fca-section .adapt-image-wrapper{position:relative}@media (max-width:991px){.vertical-industry-page-fca-section .adapt-image-wrapper{display:none}}.vertical-industry-page-fca-section .adapt-image-wrapper .particle:first-child{height:1.875rem;width:1.875rem;border:2px solid #707070;position:absolute;opacity:.5;top:-1.0625rem;left:11rem;z-index:2}@media (max-width:1199px){.vertical-industry-page-fca-section .adapt-image-wrapper .particle:first-child{right:-2.1875rem}}.vertical-industry-page-fca-section .adapt-image-wrapper .particle:nth-child(2){height:3.125rem;width:3.125rem;background-color:#add7c7;opacity:.5;position:absolute;top:0;left:12rem;z-index:2}@media (max-width:1199px){.vertical-industry-page-fca-section .adapt-image-wrapper .particle:nth-child(2){left:-1.25rem}}.vertical-industry-page-fca-section .adapt-image-wrapper .particle:nth-child(3){height:5.625rem;width:5.625rem;background-color:#c0bfb5;opacity:.45;position:absolute;bottom:-1.25rem;right:10.3125rem;z-index:2}@media (max-width:1199px){.vertical-industry-page-fca-section .adapt-image-wrapper .particle:nth-child(3){right:-.625rem}}.vertical-industry-page-fca-section .adapt-image-wrapper .adapt-img{width:75%;position:relative;z-index:0;margin-left:130px;margin-top:30px}@media (max-width:1199px){.vertical-industry-page-fca-section .adapt-image-wrapper .adapt-img{width:100%;margin-left:0}}.vertical-industry-page-recommendation-section{padding:4rem 0;overflow:hidden}@media (max-width:991px){.vertical-industry-page-recommendation-section{padding:0}}.vertical-industry-page-recommendation-section .heading{font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;margin-top:4rem;line-height:1.3;color:#212121}@media (max-width:1199px){.vertical-industry-page-recommendation-section .heading{margin-top:2rem}}.vertical-industry-page-recommendation-section .desc{font-size:1.125rem;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;margin-bottom:2rem;padding-right:5rem}@media (max-width:1199px){.vertical-industry-page-recommendation-section .desc{padding-right:0}}@media (max-width:991px){.vertical-industry-page-recommendation-section .recommendation-img{text-align:center;margin-bottom:2rem}}@media (max-width:450px){.vertical-industry-page-recommendation-section .recommendation-img svg{width:100%}}.page-template-industry-finance .universal-client-quote-story-slider-section .fa-chevron-left,.page-template-industry-finance .universal-client-quote-story-slider-section .fa-chevron-right{display:none}.vertical-solution-sheet-integrations-section{padding:6rem 0;background-color:#212121}@media screen and (max-width:767px){.vertical-solution-sheet-integrations-section{padding-bottom:3rem}}.vertical-solution-sheet-integrations-section .integrations-copy-wrapper .heading{line-height:1.4;color:#fff;font-size:1.625rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700}@media screen and (max-width:767px){.vertical-solution-sheet-integrations-section .integrations-copy-wrapper .heading{font-size:1.875rem}}.vertical-solution-sheet-integrations-section .integrations-copy-wrapper .desc{color:#fff;font-size:1.125rem;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.4;margin-bottom:2rem;padding-right:4rem}@media screen and (max-width:1199px){.vertical-solution-sheet-integrations-section .integrations-copy-wrapper .desc{padding-right:0}}@media screen and (max-width:767px){.vertical-solution-sheet-integrations-section .integrations-copy-wrapper .desc{font-size:1rem}}.vertical-solution-sheet-integrations-section .integrations-copy-wrapper .arrow-cta{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:600;font-size:1.25rem;color:#a9dd2a}.vertical-solution-sheet-integrations-section .integrations-copy-wrapper .arrow-cta:hover span.right-arrow{width:3.75rem}.vertical-solution-sheet-integrations-section .integrations-copy-wrapper .arrow-cta span.right-arrow{width:2rem;margin-left:1.5rem;background-color:#a9dd2a}.vertical-solution-sheet-integrations-section .integrations-copy-wrapper .arrow-cta span.right-arrow svg{top:-8px;color:#a9dd2a}.vertical-solution-sheet-integrations-section ul.integrations-logo-list{list-style:none;margin-bottom:1rem}@media screen and (max-width:991px){.vertical-solution-sheet-integrations-section ul.integrations-logo-list{margin-top:2rem;padding-left:0;text-align:center}}@media screen and (max-width:767px){.vertical-solution-sheet-integrations-section ul.integrations-logo-list{margin-top:4rem}}.vertical-solution-sheet-integrations-section ul.integrations-logo-list li.integrations-list-item{display:inline-block;width:32.5%}.vertical-solution-sheet-integrations-section ul.integrations-logo-list li.integrations-list-item:nth-last-child(-n+3):nth-child(3n+1) .logo-img,.vertical-solution-sheet-integrations-section ul.integrations-logo-list li.integrations-list-item:nth-last-child(-n+3):nth-child(3n+1)~li .logo-img{padding-bottom:0!important}@media screen and (max-width:767px){.vertical-solution-sheet-integrations-section ul.integrations-logo-list li.integrations-list-item:nth-last-child(-n+3):nth-child(3n+1) .logo-img,.vertical-solution-sheet-integrations-section ul.integrations-logo-list li.integrations-list-item:nth-last-child(-n+3):nth-child(3n+1)~li .logo-img{padding-bottom:1.2rem!important}}@media screen and (max-width:767px){.vertical-solution-sheet-integrations-section ul.integrations-logo-list li.integrations-list-item:last-child{float:none!important}}@media screen and (max-width:767px){.vertical-solution-sheet-integrations-section ul.integrations-logo-list li.integrations-list-item{width:50%;float:right;padding-left:15px;padding-right:15px}}.vertical-solution-sheet-integrations-section ul.integrations-logo-list li.integrations-list-item .logo-img{width:100%;padding-bottom:1.5rem}.workforce-rescreening-question-section{padding:4rem 0 3rem}@media (max-width:991px){.workforce-rescreening-question-section{padding-bottom:0}}.workforce-rescreening-question-section .content-wrap{display:table;width:100%;height:100%}.workforce-rescreening-question-section .content-wrap .inner{display:table-cell;vertical-align:middle}.workforce-rescreening-question-section .heading{position:relative;z-index:5;font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;line-height:1.2;color:#212121}.workforce-rescreening-question-section .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;margin-bottom:0;width:80%}@media (max-width:1199px){.workforce-rescreening-question-section .desc{width:100%}}.workforce-rescreening-question-section .image-wrap{position:relative}.workforce-rescreening-question-section .image-wrap .particle:first-child{width:6.25rem;height:6.25rem;background:#ededed;opacity:.9;position:absolute;left:19%;top:5px;z-index:0}@media (max-width:1199px){.workforce-rescreening-question-section .image-wrap .particle:first-child{left:6%}}@media (max-width:991px){.workforce-rescreening-question-section .image-wrap .particle:first-child{display:none}}.workforce-rescreening-question-section .image-wrap .particle:nth-child(2){width:1.5625rem;height:1.5625rem;background:#008656;opacity:.25;position:absolute;left:12%;top:117px;z-index:1}@media (max-width:1199px){.workforce-rescreening-question-section .image-wrap .particle:nth-child(2){left:2%}}@media (max-width:991px){.workforce-rescreening-question-section .image-wrap .particle:nth-child(2){display:none}}.workforce-rescreening-question-section .image-wrap .particle:nth-child(3){width:3.125rem;height:3.125rem;background:#add7c7;opacity:.25;position:absolute;right:31%;bottom:5px;z-index:2}@media (max-width:1199px){.workforce-rescreening-question-section .image-wrap .particle:nth-child(3){right:21%}}@media (max-width:991px){.workforce-rescreening-question-section .image-wrap .particle:nth-child(3){display:none}}@media (max-width:991px){.workforce-rescreening-question-section .image-wrap .dashed-icon{margin-top:2rem}}.workforce-rescreening-offers-section{padding:3rem 0 5rem}@media (max-width:991px){.workforce-rescreening-offers-section{padding-bottom:6rem}}.workforce-rescreening-offers-section .heading{position:relative;z-index:5;font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;line-height:1.2;color:#212121;width:85%}@media (max-width:1199px){.workforce-rescreening-offers-section .heading{width:100%}}.workforce-rescreening-offers-section .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;margin-bottom:1rem;width:80%}@media (max-width:1199px){.workforce-rescreening-offers-section .desc{width:100%}}.workforce-rescreening-offers-section .image-wrap{padding:0 3rem;position:relative;margin-top:2rem}@media (max-width:1199px){.workforce-rescreening-offers-section .image-wrap{margin-top:0}}.workforce-rescreening-offers-section .image-wrap .section-img{position:relative;z-index:2;width:95%}@media (max-width:1199px){.workforce-rescreening-offers-section .image-wrap .section-img{width:100%}}@media (max-width:991px){.workforce-rescreening-offers-section .image-wrap .section-img{margin-top:.8rem}}.workforce-rescreening-offers-section .image-wrap .particle:first-child{width:calc(80% + 9px);height:98%;background:#b8b7ac;opacity:.25;position:absolute;left:20px;bottom:35px;z-index:0}@media (max-width:991px){.workforce-rescreening-offers-section .image-wrap .particle:first-child{display:none}}.workforce-rescreening-offers-section .image-wrap .particle:nth-child(2){width:6.25rem;height:6.25rem;background-image:url("/wp-content/themes/sterlingemea/resources/assets/images/particles/gray-dots.svg");position:absolute;left:-5px;top:-55px;z-index:3}@media (max-width:1199px){.workforce-rescreening-offers-section .image-wrap .particle:nth-child(2){left:-19px}}@media (max-width:991px){.workforce-rescreening-offers-section .image-wrap .particle:nth-child(2){display:none}}.workforce-rescreening-offers-section .image-wrap .particle:nth-child(3){width:1.5625rem;height:1.5625rem;border:3px solid #008656;position:absolute;right:110px;bottom:-65px;z-index:0}@media (max-width:1199px){.workforce-rescreening-offers-section .image-wrap .particle:nth-child(3){display:none}}.workforce-rescreening-offers-section .image-wrap .particle:nth-child(4){width:6.25rem;height:6.25rem;background-color:#add7c7;opacity:.7;position:absolute;right:24px;bottom:-55px;z-index:4}@media (max-width:1199px){.workforce-rescreening-offers-section .image-wrap .particle:nth-child(4){right:23px}}@media (max-width:991px){.workforce-rescreening-offers-section .image-wrap .particle:nth-child(4){display:none}}.workforce-rescreening-offers-section .content-wrap{display:table;width:100%;height:100%}.workforce-rescreening-offers-section .content-wrap .inner{display:table-cell;vertical-align:middle}.workforce-rescreening-going-beyond-section{padding:3rem 0}@media (max-width:991px){.workforce-rescreening-going-beyond-section{padding-bottom:0}}.workforce-rescreening-going-beyond-section .content-wrap{display:table;width:100%;height:100%}.workforce-rescreening-going-beyond-section .content-wrap .inner{display:table-cell;vertical-align:middle}.workforce-rescreening-going-beyond-section .heading{position:relative;z-index:5;font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;line-height:1.2;color:#212121;width:80%}.workforce-rescreening-going-beyond-section .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;margin-bottom:1rem;width:80%}@media (max-width:1199px){.workforce-rescreening-going-beyond-section .desc{width:100%}}.workforce-rescreening-going-beyond-section .image-wrap{position:relative}.workforce-rescreening-going-beyond-section .image-wrap .particle:first-child{width:4.375rem;height:4.375rem;background:#ededed;opacity:.9;position:absolute;right:23%;bottom:-10px;z-index:0}@media (max-width:1199px){.workforce-rescreening-going-beyond-section .image-wrap .particle:first-child{right:17%}}@media (max-width:991px){.workforce-rescreening-going-beyond-section .image-wrap .particle:first-child{display:none}}.workforce-rescreening-going-beyond-section .image-wrap .particle:nth-child(2){width:2.5rem;height:2.5rem;border:2px solid #add7c7;position:absolute;left:31%;top:10px;z-index:1}@media (max-width:1199px){.workforce-rescreening-going-beyond-section .image-wrap .particle:nth-child(2){left:22%}}@media (max-width:991px){.workforce-rescreening-going-beyond-section .image-wrap .particle:nth-child(2){display:none}}.workforce-rescreening-going-beyond-section .image-wrap .particle:nth-child(3){width:2.1875rem;height:2.1875rem;background:#add7c7;opacity:.75;position:absolute;right:20%;bottom:-25px;z-index:2}@media (max-width:1199px){.workforce-rescreening-going-beyond-section .image-wrap .particle:nth-child(3){right:14%}}@media (max-width:991px){.workforce-rescreening-going-beyond-section .image-wrap .particle:nth-child(3){display:none}}@media (max-width:991px){.workforce-rescreening-going-beyond-section .image-wrap .dashed-icon{margin-top:2rem}}.workforce-rescreening-dynamic-checks-section{padding:3rem 0 5rem}@media (max-width:991px){.workforce-rescreening-dynamic-checks-section{padding-bottom:6rem}}.workforce-rescreening-dynamic-checks-section .heading{position:relative;z-index:5;font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;line-height:1.2;color:#212121;width:393px}@media (max-width:1199px){.workforce-rescreening-dynamic-checks-section .heading{width:100%}}.workforce-rescreening-dynamic-checks-section .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;margin-bottom:1rem;width:80%}@media (max-width:1199px){.workforce-rescreening-dynamic-checks-section .desc{width:100%}}.workforce-rescreening-dynamic-checks-section .image-wrap{padding:0 3rem;position:relative;margin-top:2rem}@media (max-width:1199px){.workforce-rescreening-dynamic-checks-section .image-wrap{margin-top:0}}.workforce-rescreening-dynamic-checks-section .image-wrap .section-img{position:relative;z-index:2;width:95%}@media (max-width:1199px){.workforce-rescreening-dynamic-checks-section .image-wrap .section-img{width:100%}}@media (max-width:991px){.workforce-rescreening-dynamic-checks-section .image-wrap .section-img{margin-top:.8rem}}.workforce-rescreening-dynamic-checks-section .image-wrap .particle:first-child{width:calc(80% + 9px);height:98%;background:#b8b7ac;opacity:.25;position:absolute;left:20px;bottom:35px;z-index:0}@media (max-width:991px){.workforce-rescreening-dynamic-checks-section .image-wrap .particle:first-child{display:none}}.workforce-rescreening-dynamic-checks-section .image-wrap .particle:nth-child(2){width:6.25rem;height:6.25rem;background-image:url("/wp-content/themes/sterlingemea/resources/assets/images/particles/gray-dots.svg");position:absolute;left:-5px;top:-55px;z-index:3}@media (max-width:1199px){.workforce-rescreening-dynamic-checks-section .image-wrap .particle:nth-child(2){left:-19px}}@media (max-width:991px){.workforce-rescreening-dynamic-checks-section .image-wrap .particle:nth-child(2){display:none}}.workforce-rescreening-dynamic-checks-section .image-wrap .particle:nth-child(3){width:1.5625rem;height:1.5625rem;background-color:#add7c7;opacity:.7;position:absolute;right:110px;bottom:-65px;z-index:0}@media (max-width:1199px){.workforce-rescreening-dynamic-checks-section .image-wrap .particle:nth-child(3){display:none}}.workforce-rescreening-dynamic-checks-section .image-wrap .particle:nth-child(4){width:6.25rem;height:6.25rem;background-color:#ededed;opacity:.65;position:absolute;right:24px;bottom:-55px;z-index:4}@media (max-width:1199px){.workforce-rescreening-dynamic-checks-section .image-wrap .particle:nth-child(4){right:23px}}@media (max-width:991px){.workforce-rescreening-dynamic-checks-section .image-wrap .particle:nth-child(4){display:none}}.workforce-rescreening-dynamic-checks-section .content-wrap{display:table;width:100%;height:100%}.workforce-rescreening-dynamic-checks-section .content-wrap .inner{display:table-cell;vertical-align:middle}.workforce-rescreening-ongoing-section{padding:3rem 0 4rem}.workforce-rescreening-ongoing-section .copy-wrap{display:table;width:100%;height:100%}.workforce-rescreening-ongoing-section .copy-wrap .inner{display:table-cell;vertical-align:middle}.workforce-rescreening-ongoing-section .heading{position:relative;z-index:5;font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;line-height:1.2;color:#212121;width:80%}.workforce-rescreening-ongoing-section .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;margin-bottom:1rem;width:80%}@media (max-width:1199px){.workforce-rescreening-ongoing-section .desc{width:100%}}.workforce-rescreening-ongoing-section .arrow-cta{display:inline-block;margin-top:1rem}.workforce-rescreening-ongoing-section .arrow-cta strong{font-size:1.125rem}.workforce-rescreening-ongoing-section .stats-table{margin-bottom:2rem}@media (max-width:991px){.workforce-rescreening-ongoing-section .stats-table{width:100%;margin-top:2rem}}@media (max-width:500px){.workforce-rescreening-ongoing-section .stats-table{margin-top:1rem}}.workforce-rescreening-ongoing-section .stats-table td{text-align:left}.workforce-rescreening-ongoing-section .stats-table .icon-wrapper{position:relative;padding-top:3rem}.workforce-rescreening-ongoing-section .stats-table .icon-wrapper .fa-fourpeoplemag{font-size:130px;color:#008656}.workforce-rescreening-ongoing-section .stats-table .stats-wrapper{padding-top:4rem;padding-right:4rem}@media (max-width:500px){.workforce-rescreening-ongoing-section .stats-table .stats-wrapper{padding-top:2rem;padding-right:.5rem}}.workforce-rescreening-ongoing-section .stats-table .stats-wrapper .record-number{color:#008656;font-size:3.875rem;font-weight:700;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.2}.workforce-rescreening-ongoing-section .stats-table .stats-wrapper sup{top:-1.375rem;font-size:1.9375rem;font-family:Roboto,Arial,Helvetica,sans-serif;color:#008656;font-weight:700}.workforce-rescreening-ongoing-section .stats-table .stats-wrapper .supporting-desc{color:#212121;font-size:1.125rem;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.2;max-width:150px}@media (max-width:767px){.workforce-rescreening-ongoing-section .stats-table .stats-wrapper .supporting-desc{max-width:100%}}.workforce-rescreening-ongoing-section .disclaimer{font-size:.875rem;margin-top:.5rem;display:flex;justify-content:center}.page-template-industry-gig .vertical-industry-page-market-expertise-section{background-color:#f9f9f9}.gig-vertical-intro-section{padding:6rem 0}.gig-vertical-intro-section .heading{font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;line-height:1.2;color:#212121}.gig-vertical-intro-section .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;margin-bottom:.5rem;line-height:1.5;color:#212121;margin-bottom:2.5rem;width:521px}@media (max-width:1199px){.gig-vertical-intro-section .desc{width:100%}}@media (max-width:767px){.gig-vertical-intro-section .desc{margin-bottom:1.5rem}}@media (max-width:767px){.gig-vertical-intro-section .desktop-btn-group{display:none}}.gig-vertical-intro-section .mobile-btn-group{display:none}@media (max-width:767px){.gig-vertical-intro-section .mobile-btn-group{display:block}}.gig-vertical-intro-section .mobile-btn-group a{display:block}.gig-vertical-intro-section .image-wrap{position:relative}.gig-vertical-intro-section .image-wrap .particle:first-child{width:5.625rem;height:5.625rem;background:#ededed;position:absolute;left:21%;top:-25px;z-index:0}@media (max-width:1199px){.gig-vertical-intro-section .image-wrap .particle:first-child{left:6%}}@media (max-width:991px){.gig-vertical-intro-section .image-wrap .particle:first-child{display:none}}.gig-vertical-intro-section .image-wrap .particle:nth-child(2){width:1.875rem;height:1.875rem;background:#008656;opacity:.25;position:absolute;right:38%;bottom:-34px;z-index:1}@media (max-width:1199px){.gig-vertical-intro-section .image-wrap .particle:nth-child(2){right:33%}}@media (max-width:991px){.gig-vertical-intro-section .image-wrap .particle:nth-child(2){display:none}}.gig-vertical-intro-section .image-wrap .particle:nth-child(3){width:6.25rem;height:6.25rem;background:#add7c7;opacity:.25;position:absolute;right:24%;bottom:-18px;z-index:2}@media (max-width:1199px){.gig-vertical-intro-section .image-wrap .particle:nth-child(3){right:14%}}@media (max-width:991px){.gig-vertical-intro-section .image-wrap .particle:nth-child(3){display:none}}@media (max-width:991px){.gig-vertical-intro-section .image-wrap .dashed-icon{margin-top:2rem}}.gig-vertical-award-section{padding:3rem 0;background-color:#f4f4f3}.gig-vertical-award-section .award-copy{display:flex;flex-direction:column;justify-content:center;padding-top:3rem}.gig-vertical-award-section .award-copy .heading{font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;line-height:1.2;color:#212121}.gig-vertical-award-section .award-copy .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;margin-bottom:.5rem;line-height:1.5;color:#212121;margin-bottom:2.5rem;width:521px}@media (max-width:1199px){.gig-vertical-award-section .award-copy .desc{width:100%}}@media (max-width:767px){.gig-vertical-award-section .award-copy .desc{margin-bottom:1.5rem}}.gig-vertical-award-section .image-wrap{position:relative}@media (max-width:991px){.gig-vertical-award-section .image-wrap{text-align:center}}.gig-vertical-solutions-section{padding:6rem 0;overflow:hidden}.gig-vertical-solutions-section .solution-img-wrapper{position:relative;width:100%;text-align:right;margin-top:1.875rem}@media (max-width:991px){.gig-vertical-solutions-section .solution-img-wrapper{margin-top:0}}.gig-vertical-solutions-section .solution-img-wrapper .particle:first-child{height:100%;width:100%;background:#ededed;opacity:.9;position:absolute;top:1.875rem;left:0;z-index:0}@media (max-width:991px){.gig-vertical-solutions-section .solution-img-wrapper .particle:first-child{display:none}}.gig-vertical-solutions-section .solution-img-wrapper .particle:nth-child(2){height:7.5rem;width:7.5rem;background-image:url("/wp-content/themes/sterlingemea/resources/assets/images/particles/gray-dots.svg");position:absolute;top:1.875rem;right:-6.25rem;z-index:0}@media (max-width:1199px){.gig-vertical-solutions-section .solution-img-wrapper .particle:nth-child(2){right:-5rem}}@media (max-width:991px){.gig-vertical-solutions-section .solution-img-wrapper .particle:nth-child(2){display:none}}.gig-vertical-solutions-section .solution-img-wrapper .particle:nth-child(3){height:9.0625rem;width:9.0625rem;border:3px solid #add7c7;opacity:.5;position:absolute;top:-3.75rem;right:-3.75rem;z-index:0}@media (max-width:1199px){.gig-vertical-solutions-section .solution-img-wrapper .particle:nth-child(3){top:-1.25rem}}@media (max-width:991px){.gig-vertical-solutions-section .solution-img-wrapper .particle:nth-child(3){display:none}}.gig-vertical-solutions-section .solution-img-wrapper .particle:nth-child(4){height:2.5rem;width:2.5rem;border:3px solid #c0bfb5;position:absolute;bottom:-3.125rem;left:-1.875rem;z-index:2}@media (max-width:991px){.gig-vertical-solutions-section .solution-img-wrapper .particle:nth-child(4){display:none}}.gig-vertical-solutions-section .solution-img-wrapper .solution-img{width:100%;position:relative;z-index:2;left:30px}@media (max-width:1199px){.gig-vertical-solutions-section .solution-img-wrapper .solution-img{width:100%}}@media (max-width:991px){.gig-vertical-solutions-section .solution-img-wrapper .solution-img{left:0}}.gig-vertical-solutions-section .content-wrapper{padding-left:4rem}@media (max-width:1199px){.gig-vertical-solutions-section .content-wrapper{padding-left:0}}.gig-vertical-solutions-section .content-wrapper .heading{font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-top:1.875rem;margin-bottom:1rem;line-height:1.3;color:#212121}@media (max-width:991px){.gig-vertical-solutions-section .content-wrapper .heading{margin-top:3rem}}.gig-vertical-solutions-section .content-wrapper .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;margin-bottom:2.5rem}@media (max-width:1199px){.gig-vertical-solutions-section .content-wrapper .desc{padding-right:0}}@media (max-width:767px){.gig-vertical-solutions-section .content-wrapper .desc{margin-bottom:1.5rem}}.gig-vertical-solutions-section .content-wrapper .arrow-cta{cursor:pointer;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:1.25rem;font-weight:600}.gig-vertical-solutions-section .content-wrapper .arrow-cta .svg-inline--fa{top:-9px}.employment-intro-section{padding:4rem 0}.employment-intro-section .heading{position:relative;z-index:5;font-size:2rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;margin-top:2.625rem;line-height:1.2;color:#212121;width:338px}@media (max-width:1199px){.employment-intro-section .heading{width:100%}}@media (max-width:991px){.employment-intro-section .heading{margin-top:20px}}.employment-intro-section .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;margin-bottom:0;width:540px}@media (max-width:1199px){.employment-intro-section .desc{width:100%}}.employment-intro-section .image-wrap{position:relative}@media (max-width:991px){.employment-intro-section .image-wrap{margin-top:2rem;text-align:center}}@media (max-width:767px){.employment-intro-section .image-wrap{display:none}}.employment-intro-section .image-wrap img{max-width:75%}.employment-how-does-it-work-section{padding:4rem 0 2rem;background-color:#fafaf9}.employment-how-does-it-work-section .heading{position:relative;z-index:5;font-size:2rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;margin-top:2.625rem;line-height:1.2;color:#212121;width:440px}@media (max-width:1199px){.employment-how-does-it-work-section .heading{width:100%}}@media (max-width:991px){.employment-how-does-it-work-section .heading{margin-top:20px}}.employment-how-does-it-work-section .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;margin-bottom:0;width:540px}@media (max-width:1199px){.employment-how-does-it-work-section .desc{width:100%}}.employment-how-does-it-work-section .orange-bullets-list{margin:3rem 0 2rem;width:80%}.employment-how-does-it-work-section .orange-bullets-list li{font-size:18px;color:#212121;margin-bottom:.625rem}.employment-streamline-section{padding:2rem 0 6rem;background-color:#fafaf9}.employment-streamline-section .content-wrap{display:table;width:100%;height:100%}.employment-streamline-section .content-wrap .inner{display:table-cell;vertical-align:middle}.employment-streamline-section .heading{position:relative;z-index:5;font-size:1.5rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;line-height:1.2;color:#212121}@media (max-width:991px){.employment-streamline-section .heading{margin-top:2rem}}.employment-streamline-section .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;margin-bottom:0;width:540px}@media (max-width:1199px){.employment-streamline-section .desc{width:100%}}.employment-streamline-section .image-wrap{position:relative;width:80%}@media (max-width:1199px){.employment-streamline-section .image-wrap{width:100%}}.employment-streamline-section .image-wrap .talent-img{position:relative;z-index:1;width:100%}.employment-streamline-section .image-wrap .particle:first-child{width:100%;height:100%;background:#b8b7ac;opacity:.25;position:absolute;right:-30px;bottom:-30px;z-index:0}@media (max-width:1199px){.employment-streamline-section .image-wrap .particle:first-child{width:95%}}@media (max-width:991px){.employment-streamline-section .image-wrap .particle:first-child{display:none}}.employment-streamline-section .image-wrap .particle:nth-child(2){width:6.25rem;height:6.25rem;background-image:url("/wp-content/themes/sterlingemea/resources/assets/images/particles/gray-dots.svg");background:#008656;opacity:.25;position:absolute;right:-47px;bottom:-57px;z-index:2}@media (max-width:1199px){.employment-streamline-section .image-wrap .particle:nth-child(2){right:-50px}}@media (max-width:991px){.employment-streamline-section .image-wrap .particle:nth-child(2){display:none}}.employment-streamline-section .image-wrap .particle:nth-child(3){width:5.625rem;height:5.625rem;background:#c3c3c3;opacity:.3;background-position:50%;position:absolute;left:-27px;top:-9px;z-index:0}@media (max-width:1199px){.employment-streamline-section .image-wrap .particle:nth-child(3){left:-25px}}@media (max-width:991px){.employment-streamline-section .image-wrap .particle:nth-child(3){display:none}}.employment-streamline-section .image-wrap .particle:nth-child(4){width:2.9375rem;height:2.9375rem;background:#add7c7;opacity:.8;background-position:50%;position:absolute;left:-50px;top:-34px;z-index:0}@media (max-width:1199px){.employment-streamline-section .image-wrap .particle:nth-child(4){left:-50px}}@media (max-width:991px){.employment-streamline-section .image-wrap .particle:nth-child(4){display:none}}.employment-consent-section{padding:4rem 0}.employment-consent-section .heading{position:relative;z-index:5;font-size:2rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;margin-top:2.625rem;line-height:1.2;color:#212121;width:338px}@media (max-width:1199px){.employment-consent-section .heading{width:100%}}@media (max-width:991px){.employment-consent-section .heading{margin-top:20px}}.employment-consent-section .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;margin-bottom:0;width:540px}@media (max-width:1199px){.employment-consent-section .desc{width:100%}}.employment-consent-section .image-wrap{position:relative}@media (max-width:991px){.employment-consent-section .image-wrap{margin-top:2rem}}@media (max-width:767px){.employment-consent-section .image-wrap{display:none}}.employment-consent-section .image-wrap .particle:first-child{width:6.25rem;height:6.25rem;background:#ededed;opacity:.5;position:absolute;right:200px;bottom:-45px;z-index:0}@media (max-width:1199px){.employment-consent-section .image-wrap .particle:first-child{right:62px}}@media (max-width:991px){.employment-consent-section .image-wrap .particle:first-child{display:none}}.employment-consent-section .image-wrap .particle:nth-child(2){width:2.5rem;height:2.5rem;background:#add7c7;opacity:.25;position:absolute;left:5px;top:20px;z-index:1}@media (max-width:1199px){.employment-consent-section .image-wrap .particle:nth-child(2){left:10px}}@media (max-width:991px){.employment-consent-section .image-wrap .particle:nth-child(2){display:none}}.employment-consent-section .image-wrap .particle:nth-child(3){width:35px;height:35px;border:3px solid #707070;opacity:.7;position:absolute;left:58%;bottom:-63px;z-index:2}@media (max-width:1199px){.employment-consent-section .image-wrap .particle:nth-child(3){display:none}}.employment-consent-section .image-wrap .particle:nth-child(4){width:29px;height:29px;background:#fada5e;opacity:.6;position:absolute;left:39%;bottom:42px;z-index:2}@media (max-width:1199px){.employment-consent-section .image-wrap .particle:nth-child(4),.employment-consent-section .image-wrap .round-icon-quote-wrapper{display:none}.employment-consent-section .image-wrap .round-icon-quote-wrapper .svg-inline--fa{font-size:9rem}.employment-consent-section .image-wrap .round-icon-quote-wrapper .desc-wrap{background:transparent}.employment-consent-section .image-wrap .round-icon-quote-wrapper .desc-wrap .desc{background:#fff;padding:.5rem}}.employment-activity-gap-section{padding:4rem 0 6rem}.employment-activity-gap-section .content-wrap{display:table;width:100%;height:100%}.employment-activity-gap-section .content-wrap .inner{display:table-cell;vertical-align:middle}.employment-activity-gap-section .heading{position:relative;z-index:5;font-size:2rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;margin-top:2.625rem;line-height:1.2;color:#212121;width:338px}@media (max-width:1199px){.employment-activity-gap-section .heading{width:100%}}@media (max-width:991px){.employment-activity-gap-section .heading{margin-top:20px}}.employment-activity-gap-section .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;margin-bottom:0;width:540px}@media (max-width:1199px){.employment-activity-gap-section .desc{width:100%}}.employment-activity-gap-section .image-wrap{position:relative;width:80%}@media (max-width:1199px){.employment-activity-gap-section .image-wrap{width:100%}}.employment-activity-gap-section .image-wrap .talent-img{position:relative;z-index:1;width:100%}.employment-activity-gap-section .image-wrap .particle:first-child{width:100%;height:100%;background:#b8b7ac;opacity:.25;position:absolute;right:-30px;bottom:-30px;z-index:0}@media (max-width:1199px){.employment-activity-gap-section .image-wrap .particle:first-child{width:95%}}@media (max-width:991px){.employment-activity-gap-section .image-wrap .particle:first-child{display:none}}.employment-activity-gap-section .image-wrap .particle:nth-child(2){width:6.25rem;height:6.25rem;background-image:url("/wp-content/themes/sterlingemea/resources/assets/images/particles/gray-dots.svg");position:absolute;right:-47px;bottom:-57px;z-index:2}@media (max-width:1199px){.employment-activity-gap-section .image-wrap .particle:nth-child(2){right:-50px}}@media (max-width:991px){.employment-activity-gap-section .image-wrap .particle:nth-child(2){display:none}}.employment-activity-gap-section .image-wrap .particle:nth-child(3){width:6.25rem;height:6.25rem;background:#fada5e;opacity:.6;background-position:50%;position:absolute;left:-47px;top:-43px;z-index:2}@media (max-width:1199px){.employment-activity-gap-section .image-wrap .particle:nth-child(3){left:-25px}}@media (max-width:991px){.employment-activity-gap-section .image-wrap .particle:nth-child(3){display:none}}.employment-activity-gap-section .image-wrap .particle:nth-child(4){width:35px;height:35px;border:3px solid #2c5d62;opacity:.7;position:absolute;left:-13%;top:-63px;z-index:2}@media (max-width:991px){.employment-activity-gap-section .image-wrap .particle:nth-child(4){display:none}}.verification-service-candidate-picture-section{padding:6rem 0;background-color:#fff}.verification-service-candidate-picture-section .heading{position:relative;font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;line-height:1.4;color:#212121;margin-top:1.85rem;margin-bottom:1.5rem}@media (max-width:767px){.verification-service-candidate-picture-section .heading{font-size:1.75rem}}.verification-service-candidate-picture-section .heading:before{content:"";position:absolute;height:9px;width:70px;background-color:#008656;top:-30px;left:0}.verification-service-candidate-picture-section .heading .linebreak-lg{display:block}@media (max-width:767px){.verification-service-candidate-picture-section .heading .linebreak-lg{display:contents}}.verification-service-candidate-picture-section .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;color:#212121;margin-bottom:2rem;padding-right:5rem}@media (max-width:991px){.verification-service-candidate-picture-section .desc{padding-right:0}}@media (max-width:767px){.verification-service-candidate-picture-section .desc{font-size:1rem}}.verification-service-candidate-picture-section .slider-area{margin-top:4rem}.verification-service-candidate-picture-section #statSlider .svg-inline--fa{font-size:9rem;color:#008656}@media (max-width:767px){.verification-service-candidate-picture-section #statSlider .svg-inline--fa{margin-bottom:2rem}}@media (max-width:575px){.verification-service-candidate-picture-section #statSlider .svg-inline--fa{font-size:6rem}}.verification-service-candidate-picture-section #statSlider .dwrap{display:flex;align-items:center;width:100%;height:100%}.verification-service-candidate-picture-section #statSlider .stat-desc{font-size:1.125rem;font-weight:400;font-family:adelle-sans,Arial,Helvetica,sans-serif;color:#212121;width:75%}@media (max-width:1199px){.verification-service-candidate-picture-section #statSlider .stat-desc{width:100%}}.verification-service-candidate-picture-section #statSlider .stat-icon{text-align:right}@media (max-width:991px){.verification-service-candidate-picture-section #statSlider .stat-icon{text-align:center}}.verification-service-candidate-picture-section #statSlider sup{color:#008656}.verification-service-candidate-picture-section #stats-dots{padding-left:10rem}@media (max-width:1199px){.verification-service-candidate-picture-section #stats-dots{padding-left:0}}.verification-service-candidate-picture-section .disclaimer{margin-top:2rem;margin-bottom:0;font-size:.875rem;text-align:center}.verification-service-fast-turnaround-section{background-color:#f6f6f6;padding:6rem 0 5rem}@media (max-width:991px){.verification-service-fast-turnaround-section{padding:6rem 0}}.verification-service-fast-turnaround-section .offers-list{list-style:none;padding-left:0;margin-bottom:0}.verification-service-fast-turnaround-section .offers-list li{font-size:1.125rem;color:#212121}.verification-service-fast-turnaround-section .offers-list li .list-item-wrapper{position:relative}.verification-service-fast-turnaround-section .offers-list li .list-item-wrapper .fas{margin-right:10px}.verification-service-fast-turnaround-section .offers-list li .list-item-wrapper .li-text{display:block;position:relative;top:-26px;padding-left:2rem;width:525px}@media (max-width:1199px){.verification-service-fast-turnaround-section .offers-list li .list-item-wrapper .li-text{width:100%}}.verification-service-fast-turnaround-section .heading{position:relative;font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;line-height:1.4;color:#212121;margin-bottom:1.5rem}@media (max-width:767px){.verification-service-fast-turnaround-section .heading{font-size:1.75rem}}.verification-service-fast-turnaround-section .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;color:#212121;margin-bottom:2rem;width:525px}@media (max-width:1199px){.verification-service-fast-turnaround-section .desc{width:100%}}@media (max-width:767px){.verification-service-fast-turnaround-section .desc{font-size:1rem}}.verification-service-fast-turnaround-section .image-wrapper{position:relative}@media (max-width:1199px){.verification-service-fast-turnaround-section .image-wrapper{margin-top:6rem}}@media (max-width:991px){.verification-service-fast-turnaround-section .image-wrapper{margin-top:0}}@media (max-width:767px){.verification-service-fast-turnaround-section .image-wrapper{display:none}}.verification-service-fast-turnaround-section .image-wrapper .particle:first-child{height:24.375rem;width:31.875rem;background:#b8b7ac;opacity:.25;position:absolute;bottom:-1.25rem;left:-1.25rem;z-index:0}@media (max-width:1300px){.verification-service-fast-turnaround-section .image-wrapper .particle:first-child{height:22.5rem;width:30rem}}@media (max-width:1199px){.verification-service-fast-turnaround-section .image-wrapper .particle:first-child{height:16.875rem;width:22.5rem}}@media (max-width:991px){.verification-service-fast-turnaround-section .image-wrapper .particle:first-child{display:none}}.verification-service-fast-turnaround-section .image-wrapper .particle:nth-child(2){height:2.5rem;width:2.5rem;background:#616669;opacity:.5;position:absolute;top:-1.25rem;right:3.125rem;z-index:2}@media (max-width:991px){.verification-service-fast-turnaround-section .image-wrapper .particle:nth-child(2){display:none}}.verification-service-fast-turnaround-section .image-wrapper .particle:nth-child(3){height:1.25rem;width:1.25rem;background:#86b5a3;opacity:.5;position:absolute;top:-3.4375rem;right:.9375rem;z-index:2}@media (max-width:991px){.verification-service-fast-turnaround-section .image-wrapper .particle:nth-child(3){display:none}}.verification-service-fast-turnaround-section .image-wrapper .intro-img{position:relative;z-index:1;width:100%}.verification-service-candidate-exp-section{padding:6rem 0}.verification-service-candidate-exp-section .copy-wrapper{width:100%;height:100%;display:flex;align-items:center}.verification-service-candidate-exp-section .copy-wrapper .svg-inline--fa{font-size:10rem;color:#008656;margin-left:-1rem}.verification-service-candidate-exp-section .copy-wrapper .h2,.verification-service-candidate-exp-section .copy-wrapper h2{position:relative;font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;line-height:1.4;color:#212121;width:350px}@media (max-width:1199px){.verification-service-candidate-exp-section .copy-wrapper .h2,.verification-service-candidate-exp-section .copy-wrapper h2{width:100%}}@media (max-width:767px){.verification-service-candidate-exp-section .copy-wrapper .h2,.verification-service-candidate-exp-section .copy-wrapper h2{font-size:1.75rem}}.verification-service-candidate-exp-section .copy-wrapper p{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;color:#212121;margin-bottom:2rem;width:500px}@media (max-width:1199px){.verification-service-candidate-exp-section .copy-wrapper p{width:100%}}@media (max-width:991px){.verification-service-candidate-exp-section .copy-wrapper p{margin-bottom:0}}@media (max-width:767px){.verification-service-candidate-exp-section .copy-wrapper p{font-size:1rem}}.verification-service-candidate-exp-section .image-wrapper{position:relative;text-align:center}@media (max-width:767px){.verification-service-candidate-exp-section .image-wrapper{display:none}}.verification-service-candidate-exp-section .image-wrapper .screenshot{width:100%;max-width:450px}.verification-service-insights-section{padding:6rem 0}.verification-service-insights-section .h2,.verification-service-insights-section h2{position:relative;font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;line-height:1.4;color:#212121}@media (max-width:767px){.verification-service-insights-section .h2,.verification-service-insights-section h2{font-size:1.75rem}}.verification-service-insights-section p{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;color:#212121;margin-bottom:2rem;width:500px}@media (max-width:1199px){.verification-service-insights-section p{width:100%}}@media (max-width:767px){.verification-service-insights-section p{font-size:1rem}}.verification-service-insights-section .image-wrapper{position:relative;text-align:center}@media (max-width:991px){.verification-service-insights-section .image-wrapper{margin-bottom:2rem}}.verification-service-insights-section .image-wrapper .clock-img{width:100%;max-width:465px}.service-employment-verifications .two-columns-accordion-with-description-section{background-color:#f6f6f6}.reference-checks-intro-section{padding:3rem 0 4rem}.reference-checks-intro-section .heading{position:relative;z-index:5;font-size:2rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;margin-top:2.625rem;line-height:1.2;color:#212121;width:338px}@media (max-width:1199px){.reference-checks-intro-section .heading{width:100%}}@media (max-width:991px){.reference-checks-intro-section .heading{margin-top:20px}}.reference-checks-intro-section .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;margin-bottom:0;width:540px}@media (max-width:1199px){.reference-checks-intro-section .desc{width:100%}}.reference-checks-intro-section .offers-list{list-style:none;padding:2rem 0 0;margin-bottom:0}.reference-checks-intro-section .offers-list li{font-size:1.125rem;color:#212121}.reference-checks-intro-section .offers-list li .list-item-wrapper{position:relative}.reference-checks-intro-section .offers-list li .list-item-wrapper .fas{margin-right:10px}.reference-checks-intro-section .offers-list li .list-item-wrapper .li-text{display:block;position:relative;top:-26px;left:2rem;width:82%}@media (max-width:1199px){.reference-checks-intro-section .offers-list li .list-item-wrapper .li-text{width:92%}}.reference-checks-intro-section .image-wrap{position:relative;width:100%}@media (max-width:991px){.reference-checks-intro-section .image-wrap{margin-top:2rem}}@media (max-width:767px){.reference-checks-intro-section .image-wrap{display:none}}.reference-checks-intro-section .image-wrap .particle:first-child{width:6.25rem;height:6.25rem;background:#dde5e5;opacity:.5;position:absolute;left:12px;top:-40px;z-index:0}@media (max-width:1199px){.reference-checks-intro-section .image-wrap .particle:first-child{left:0}}@media (max-width:991px){.reference-checks-intro-section .image-wrap .particle:first-child{display:none}}.reference-checks-intro-section .image-wrap .particle:nth-child(2){width:1.625rem;height:1.625rem;background:#008656;opacity:.25;position:absolute;left:0;top:-55px;z-index:1}@media (max-width:1199px){.reference-checks-intro-section .image-wrap .particle:nth-child(2){left:-10px}}@media (max-width:991px){.reference-checks-intro-section .image-wrap .particle:nth-child(2){display:none}}.reference-checks-intro-section .image-wrap .particle:nth-child(3){width:4.6875rem;height:4.6875rem;background:#add7c7;opacity:.25;position:absolute;left:38%;bottom:-35px;z-index:10}@media (max-width:991px){.reference-checks-intro-section .image-wrap .particle:nth-child(3){display:none}}@media (max-width:1199px){.reference-checks-intro-section .image-wrap .round-icon-quote-wrapper .svg-inline--fa{font-size:9rem}.reference-checks-intro-section .image-wrap .round-icon-quote-wrapper .desc-wrap{background:transparent}.reference-checks-intro-section .image-wrap .round-icon-quote-wrapper .desc-wrap .desc{background:#fff;padding:.5rem}}.reference-checks-intro-section .desc-wrap .desc{color:#212121}.reference-checks-slider-section{padding:6rem 0 4rem;background-color:#212121;position:relative}.reference-checks-slider-section .content-wrap{display:table;height:100%}.reference-checks-slider-section .content-wrap .inner{display:table-cell;vertical-align:middle}.reference-checks-slider-section .heading{font-size:1.875rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;color:#fff;line-height:1.1;width:100%}@media (max-width:767px){.reference-checks-slider-section .heading{font-size:1.75rem}}.reference-checks-slider-section .desc{font-size:1.125rem;color:#fff;font-family:Roboto,Arial,Helvetica,sans-serif;padding-right:5rem}@media (max-width:1199px){.reference-checks-slider-section .desc{padding-right:0}}@media (max-width:767px){.reference-checks-slider-section .desc{font-size:1rem}}.reference-checks-slider-section .desc:not(:last-child){margin-bottom:1.5rem}.reference-checks-slider-section .title{font-size:1.875rem;line-height:1.2;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;color:#fff;margin-bottom:1.5rem;width:60%}@media (max-width:767px){.reference-checks-slider-section .title{font-size:1.25rem}}.reference-checks-slider-section .title .linebreak-lg{display:block}@media (max-width:1199px){.reference-checks-slider-section .title .linebreak-lg{display:contents}}@media (max-width:991px){.reference-checks-slider-section #refChecksSlider{margin-top:2rem}}.reference-checks-slider-section #refChecksSlider .slick-dots{text-align:center;width:80%}@media (max-width:767px){.reference-checks-slider-section #refChecksSlider .slick-dots{text-align:center;width:100%}}.reference-checks-slider-section #refChecksSlider .id-slide-item .item-inner-wrapper{display:block}@media (max-width:767px){.reference-checks-slider-section #refChecksSlider .id-slide-item .item-inner-wrapper{width:100%}}.reference-checks-slider-section #refChecksSlider .id-slide-item .item-inner-wrapper .slide-desc{text-align:left;width:80%;font-size:1.125rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;color:#fff;margin-bottom:2rem}@media (max-width:767px){.reference-checks-slider-section #refChecksSlider .id-slide-item .item-inner-wrapper .slide-desc{float:left;margin-top:1rem;width:100%}}.reference-checks-slider-section #refChecksSlider .slick-dots li:not(.slick-active) button:before{font-size:3rem;color:#c3c3c3;border:none;opacity:1;top:-1px}.reference-checks-slider-section .slider-nav{position:absolute;right:8%;top:33%;list-style:none;z-index:10}@media (max-width:767px){.reference-checks-slider-section .slider-nav{display:none}}.reference-checks-slider-section .slider-nav li{display:inline-block;cursor:pointer}.reference-checks-slider-section .slider-nav li .fas,.reference-checks-slider-section .slider-nav li .svg-inline--fa{font-size:2rem}.reference-checks-slider-section .slider-nav .c-prev{color:#008656;margin-right:1rem}.reference-checks-slider-section .slider-nav .c-prev:hover{opacity:.5}.reference-checks-slider-section .slider-nav .c-next{color:#008656}.reference-checks-slider-section .slider-nav .c-next:hover{opacity:.5}.three-up-icon-container{display:flex;justify-content:center;width:100%;padding:3rem 0 6rem;position:relative}@media (max-width:991px){.three-up-icon-container{padding:3rem 0}}.three-up-icon-container .heading{margin:3rem 0 0;font-size:2.125rem;text-align:center;line-height:1.5}.three-up-icon-container .desc{font-size:18px;max-width:80%;text-align:center;color:#212121}@media (max-width:767px){.three-up-icon-container .desc{max-width:100%}}.three-up-icon-container .items-wrapper{padding:3rem 0}.three-up-icon-container .items-wrapper .round-icon-quote-wrapper{display:flex;justify-content:center}.three-up-icon-container .items-wrapper .round-icon-quote-wrapper .dashed-icon{width:180px;height:180px}.three-up-icon-container .items-wrapper .round-icon-quote-wrapper .item-icon{color:#008656;font-size:6.25rem;font-weight:700}.three-up-icon-container .items-wrapper .text-wrapper{padding:1rem 10%;text-align:center}.three-up-icon-container .items-wrapper .text-wrapper .item-title{text-align:center;margin:1rem 0;font-size:24px;line-height:1.2}.three-up-icon-container .items-wrapper .text-wrapper .item-desc{margin-top:.25rem;font-size:18px;max-width:80%;text-align:center}@media (max-width:767px){.three-up-icon-container .items-wrapper .text-wrapper .item-desc{max-width:64%}}.three-up-icon-container .particle:first-child{width:8.125rem;height:8.125rem;background:#c3c3c3;opacity:.3;position:absolute;right:10%;bottom:0;z-index:0}@media (max-width:991px){.three-up-icon-container .particle:first-child{display:none}}.three-up-icon-container .particle:nth-child(2){width:2.0625rem;height:2.0625rem;border:3px solid #008656;opacity:.6;position:absolute;right:22%;bottom:115px;z-index:1}@media (max-width:1199px){.three-up-icon-container .particle:nth-child(2){right:25%}}@media (max-width:991px){.three-up-icon-container .particle:nth-child(2){display:none}}.three-up-icon-container .particle:nth-child(3){width:3.875rem;height:3.875rem;background:#add7c7;opacity:.5;position:absolute;right:17%;bottom:35px;z-index:2}@media (max-width:991px){.three-up-icon-container .particle:nth-child(3){display:none}}.page-template-industry-retail .middle-service-explore-section{background-color:#fff!important}.retail-industry-intro-section{padding:6rem 0}.retail-industry-intro-section .heading{font-size:30px;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;line-height:1.4;color:#212121;margin-bottom:1.5rem}@media (max-width:767px){.retail-industry-intro-section .heading{font-size:28px}}.retail-industry-intro-section .desc{font-size:18px;color:#212121;font-family:Roboto,Arial,Helvetica,sans-serif;margin-bottom:1.5rem;width:540px}@media (max-width:1199px){.retail-industry-intro-section .desc{width:100%}}@media (max-width:767px){.retail-industry-intro-section .desc{font-size:16px}}@media (max-width:1199px){.retail-industry-intro-section .btn-orange{margin-bottom:1rem}}.retail-industry-intro-section .image-wrapper{position:relative}@media (max-width:1199px){.retail-industry-intro-section .image-wrapper{margin-top:5rem}}@media (max-width:991px){.retail-industry-intro-section .image-wrapper{margin-top:0}}.retail-industry-intro-section .image-wrapper .particle:first-child{width:120px;height:120px;background:#ededed;opacity:.5;position:absolute;left:-28px;bottom:-20px;z-index:0}@media (max-width:1199px){.retail-industry-intro-section .image-wrapper .particle:first-child{width:80px;height:80px;bottom:-40px}}@media (max-width:991px){.retail-industry-intro-section .image-wrapper .particle:first-child{display:none}}.retail-industry-intro-section .image-wrapper .particle:nth-child(2){width:35px;height:35px;background:transparent;border:2px solid #008656;opacity:.7;position:absolute;left:-45px;bottom:82px;z-index:1}@media (max-width:1199px){.retail-industry-intro-section .image-wrapper .particle:nth-child(2){width:25px;height:25px;bottom:27px;left:-40px}}@media (max-width:991px){.retail-industry-intro-section .image-wrapper .particle:nth-child(2){display:none}}.retail-industry-intro-section .image-wrapper .particle:nth-child(3){width:25px;height:25px;background-color:#fada5e;opacity:.7;position:absolute;left:80px;bottom:-32px;z-index:1}@media (max-width:1199px){.retail-industry-intro-section .image-wrapper .particle:nth-child(3){width:25px;height:25px;left:40px;bottom:-54px}}@media (max-width:991px){.retail-industry-intro-section .image-wrapper .particle:nth-child(3){display:none}}.retail-industry-intro-section .image-wrapper .icon-block{width:100%}@media (max-width:1199px){.retail-industry-intro-section .image-wrapper .icon-block{margin-top:0}}@media (max-width:991px){.retail-industry-intro-section .image-wrapper .icon-block{text-align:center;margin-bottom:3rem}}.retail-industry-intro-section .image-wrapper .icon-block .intro-icon{display:inline-block;width:65%;position:relative;z-index:1}@media (max-width:1199px){.retail-industry-intro-section .image-wrapper .icon-block .intro-icon{width:75%}}@media (max-width:525px){.retail-industry-intro-section .image-wrapper .icon-block .intro-icon{width:70%}}.retail-industry-intro-section .image-wrapper .icon-block .icon-msg{width:250px;display:inline-block;font-size:34px;font-family:adelle-sans,Arial,Helvetica,sans-serif;line-height:1.4;color:#212121;vertical-align:middle;position:relative;z-index:2;margin-left:-33px;text-align:left!important;padding:.8rem;background-color:#fff}@media (max-width:1199px){.retail-industry-intro-section .image-wrapper .icon-block .icon-msg{width:210px;font-size:30px}}@media (max-width:525px){.retail-industry-intro-section .image-wrapper .icon-block .icon-msg{width:225px;margin-left:-15px;font-size:30px}}@media (max-width:425px){.retail-industry-intro-section .image-wrapper .icon-block .icon-msg{width:200px;font-size:27px}}@media (max-width:350px){.retail-industry-intro-section .image-wrapper .icon-block .icon-msg{margin-top:10px;width:180px;font-size:24px}}.retail-industry-market-expertise-section{overflow:hidden;background-color:#fafaf9;padding:6rem 0 7.5625rem}@media (max-width:991px){.retail-industry-market-expertise-section{padding-bottom:6rem}}.retail-industry-market-expertise-section.fr .heading{width:100%;font-size:1.875rem}@media (max-width:1249px){.retail-industry-market-expertise-section.fr .heading{font-size:1.4375rem}}@media (max-width:991px){.retail-industry-market-expertise-section.fr .heading{font-size:1.875rem}}@media (max-width:767px){.retail-industry-market-expertise-section.fr .heading{font-size:1.75rem}}.retail-industry-market-expertise-section.fr .nav-tabs .nav-item .nav-link .text{display:flex;align-items:center;justify-content:center;height:50px}.retail-industry-market-expertise-section.fr .nav-tabs .nav-item .nav-link .text:after{bottom:-25px}@media (max-width:1249px){.retail-industry-market-expertise-section.fr .nav-tabs .nav-item .nav-link .text:after{bottom:-18px}}.retail-industry-market-expertise-section .tabs-nav-row{position:relative;width:100%}@media (max-width:1199px){.retail-industry-market-expertise-section .tabs-nav-row{width:auto}}.retail-industry-market-expertise-section .tabs-nav-row:after{content:"";position:absolute;width:100%;height:1px;background-color:#dde5e5;bottom:-12px;left:15px}@media (max-width:991px){.retail-industry-market-expertise-section .tabs-nav-row:after{bottom:-13px}}@media (max-width:767px){.retail-industry-market-expertise-section .tabs-nav-row:after{display:none}}.retail-industry-market-expertise-section .heading{font-size:2.125rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:0;line-height:1.3;color:#212121;width:345px}@media (max-width:1199px){.retail-industry-market-expertise-section .heading{width:320px}}@media (max-width:991px){.retail-industry-market-expertise-section .heading{width:100%;text-align:center}}@media (max-width:767px){.retail-industry-market-expertise-section .heading{text-align:center}}.retail-industry-market-expertise-section ul.nav-tabs{border-bottom:none;width:100%;margin-top:25px}@media (max-width:1199px){.retail-industry-market-expertise-section ul.nav-tabs{margin-top:0}}@media (max-width:991px){.retail-industry-market-expertise-section ul.nav-tabs{justify-content:center}}@media (max-width:767px){.retail-industry-market-expertise-section ul.nav-tabs{display:none}}.retail-industry-market-expertise-section ul.nav-tabs li.nav-item{width:33%}@media (max-width:1199px){.retail-industry-market-expertise-section ul.nav-tabs li.nav-item{width:auto;margin-top:1rem}}.retail-industry-market-expertise-section ul.nav-tabs li.nav-item a.nav-link{display:block}.retail-industry-market-expertise-section ul.nav-tabs li.nav-item a.nav-link:focus{outline:none}.retail-industry-market-expertise-section ul.nav-tabs li.nav-item a.nav-link.active{color:#212121;border-color:transparent;background-color:transparent}.retail-industry-market-expertise-section ul.nav-tabs li.nav-item a.nav-link.active .text:after{width:100%}.retail-industry-market-expertise-section ul.nav-tabs li.nav-item a.nav-link.active .svg-inline--fa{color:#008656}.retail-industry-market-expertise-section ul.nav-tabs li.nav-item a.nav-link.active path,.retail-industry-market-expertise-section ul.nav-tabs li.nav-item a.nav-link.active polygon,.retail-industry-market-expertise-section ul.nav-tabs li.nav-item a.nav-link.active svg{fill:#008656}.retail-industry-market-expertise-section ul.nav-tabs li.nav-item a.nav-link:hover{color:#212121;border-color:transparent;background-color:transparent}.retail-industry-market-expertise-section ul.nav-tabs li.nav-item a.nav-link:hover .svg-inline--fa{color:#008656}.retail-industry-market-expertise-section ul.nav-tabs li.nav-item a.nav-link:hover path,.retail-industry-market-expertise-section ul.nav-tabs li.nav-item a.nav-link:hover polygon,.retail-industry-market-expertise-section ul.nav-tabs li.nav-item a.nav-link:hover svg{fill:#008656}.retail-industry-market-expertise-section ul.nav-tabs li.nav-item a.nav-link:hover .text{position:relative}.retail-industry-market-expertise-section ul.nav-tabs li.nav-item a.nav-link:hover .text:after{width:100%;-webkit-transition:width .5s;-moz-transition:width .5s;-o-transition:width .5s;transition:width .5s}.retail-industry-market-expertise-section ul.nav-tabs li.nav-item a.nav-link .text{position:relative;text-align:center;width:160px;margin-left:auto;margin-right:auto;font-size:1.25rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;color:#212121;line-height:1.4}.retail-industry-market-expertise-section ul.nav-tabs li.nav-item a.nav-link .text:after{content:"";position:absolute;width:0;height:5px;background-color:#008656;left:0;bottom:-23px}@media (max-width:991px){.retail-industry-market-expertise-section ul.nav-tabs li.nav-item a.nav-link .text:after{bottom:-19px}}.retail-industry-market-expertise-section ul.nav-tabs li.nav-item a.nav-link .svg-inline--fa{color:#737774;font-size:4rem}.retail-industry-market-expertise-section ul.nav-tabs li.nav-item a.nav-link svg{height:50px;margin-left:auto;margin-right:auto;margin-bottom:.5rem;display:block}.retail-industry-market-expertise-section #myTabContent{margin-top:3.5rem}@media (max-width:767px){.retail-industry-market-expertise-section #myTabContent{display:none}}.retail-industry-market-expertise-section #myTabContent .tab-heading{font-size:24px;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;line-height:1.3;color:#212121}.retail-industry-market-expertise-section #myTabContent .tab-desc{font-size:18px;font-family:Roboto,Arial,Helvetica,sans-serif;margin-bottom:1.5rem;line-height:1.625;color:#212121;padding-right:10rem}@media (max-width:1199px){.retail-industry-market-expertise-section #myTabContent .tab-desc{padding-right:0}}.retail-industry-market-expertise-section #myTabContent .tab-img-wrapper{position:relative}@media (max-width:991px){.retail-industry-market-expertise-section #myTabContent .tab-img-wrapper{margin-top:2rem}}.retail-industry-market-expertise-section #myTabContent .tab-img-wrapper .particle{height:25.625rem;width:30.625rem;background:#b8b7ac;opacity:.25;position:absolute;bottom:-1.5625rem;right:0;z-index:0}@media (max-width:1300px){.retail-industry-market-expertise-section #myTabContent .tab-img-wrapper .particle{height:23.75rem;width:28.75rem}}@media (max-width:1199px){.retail-industry-market-expertise-section #myTabContent .tab-img-wrapper .particle{height:18.125rem;width:21.5625rem}}@media (max-width:991px){.retail-industry-market-expertise-section #myTabContent .tab-img-wrapper .particle{display:none}}.retail-industry-market-expertise-section #myTabContent .tab-img-wrapper .tab-img{position:relative;z-index:1;width:calc(100% - 25px)}.retail-industry-market-expertise-section .mobile-market-expertise-section{display:none;margin-top:1.5rem}@media (max-width:767px){.retail-industry-market-expertise-section .mobile-market-expertise-section{display:block}}.retail-industry-market-expertise-section .mobile-market-expertise-section #mobile-ige-accordion .card{border:1px solid #616669;border-radius:0}.retail-industry-market-expertise-section .mobile-market-expertise-section #mobile-ige-accordion .card:not(:last-child){margin-bottom:2rem}.retail-industry-market-expertise-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-body{padding:2rem;font-size:16px;font-family:Roboto,Arial,Helvetica,sans-serif;color:#212121;line-height:1.5;background-color:#fff}.retail-industry-market-expertise-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-body .h5,.retail-industry-market-expertise-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-body h5{font-size:24px;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;line-height:1.3;color:#212121}.retail-industry-market-expertise-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-body .btn-orange{display:block;margin:2rem auto 0;max-width:200px;text-align:center}.retail-industry-market-expertise-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-header{background-color:#fff;border-bottom:none;padding:3rem;cursor:pointer}.retail-industry-market-expertise-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-header[aria-expanded=true]{padding-bottom:0}.retail-industry-market-expertise-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-header:hover .cheader-inner svg{opacity:.8}.retail-industry-market-expertise-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-header .cheader-inner .btn{width:100%}.retail-industry-market-expertise-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-header .cheader-inner .svg-inline--fa{color:#008656;font-size:4rem}.retail-industry-market-expertise-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-header .cheader-inner svg{height:50px;margin-left:auto;margin-right:auto;margin-bottom:.5rem;display:block}.retail-industry-market-expertise-section .mobile-market-expertise-section #mobile-ige-accordion .card .card-header .cheader-inner .text{text-align:center;margin-left:auto;margin-right:auto;font-size:1.25rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;color:#212121}.page-template-industry-staffing .middle-service-explore-section{padding:6rem 0;background-color:#fff}.staffing-industry-intro-section{padding:6rem 0 0}.staffing-industry-intro-section .heading{font-size:30px;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;line-height:1.4;color:#212121;margin-bottom:1.5rem}@media (max-width:1199px){.staffing-industry-intro-section .heading{width:100%;margin-top:2rem}}@media (max-width:991px){.staffing-industry-intro-section .heading{margin-top:0}}@media (max-width:767px){.staffing-industry-intro-section .heading{font-size:28px}}.staffing-industry-intro-section .desc{font-size:18px;color:#212121;font-family:Roboto,Arial,Helvetica,sans-serif;margin-bottom:1.5rem;width:524px}@media (max-width:1199px){.staffing-industry-intro-section .desc{width:100%}}@media (max-width:767px){.staffing-industry-intro-section .desc{font-size:16px}}.staffing-industry-intro-section .image-wrapper{position:relative}@media (max-width:991px){.staffing-industry-intro-section .image-wrapper{margin-top:2rem}}.staffing-industry-intro-section .image-wrapper .particle:first-child{width:100px;height:100px;background:#ededed;opacity:.5;position:absolute;left:-24px;bottom:-20px;z-index:0}@media (max-width:991px){.staffing-industry-intro-section .image-wrapper .particle:first-child{display:none}}.staffing-industry-intro-section .image-wrapper .particle:nth-child(2){width:35px;height:35px;background:transparent;border:2px solid #707070;opacity:.7;position:absolute;left:58px;bottom:-37px;z-index:1}@media (max-width:991px){.staffing-industry-intro-section .image-wrapper .particle:nth-child(2){display:none}}.staffing-industry-intro-section .image-wrapper .particle:nth-child(3){width:30px;height:30px;background:#008656;opacity:.6;position:absolute;left:-40px;bottom:64px;z-index:1}@media (max-width:991px){.staffing-industry-intro-section .image-wrapper .particle:nth-child(3){display:none}}.staffing-industry-intro-section .image-wrapper .icon-block{width:100%}@media (max-width:1199px){.staffing-industry-intro-section .image-wrapper .icon-block{margin-top:4rem}}@media (max-width:991px){.staffing-industry-intro-section .image-wrapper .icon-block{margin-top:0;text-align:center;margin-bottom:3rem}}.staffing-industry-intro-section .image-wrapper .icon-block .intro-icon{display:inline-block;width:100%;position:relative;z-index:1;margin-top:1rem}@media (max-width:1199px){.staffing-industry-intro-section .image-wrapper .icon-block .intro-icon{margin-top:0;width:75%}}.staffing-industry-memberships-section{padding:6rem 0;background-color:#fafaf9}.staffing-industry-memberships-section .heading{font-size:30px;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;line-height:1.4;color:#212121;margin-bottom:3rem;text-align:center}@media (max-width:991px){.staffing-industry-memberships-section .heading{margin-bottom:2rem}}@media (max-width:767px){.staffing-industry-memberships-section .heading{font-size:28px}}.staffing-industry-memberships-section .logo-wrapper{height:100%;width:100%;text-align:center}.staffing-industry-memberships-section .logo-wrapper .member-logo{width:100%;margin:0 auto;max-width:150px}@media (max-width:991px){.staffing-industry-memberships-section .logo-wrapper .member-logo:not(:last-child){margin-bottom:2rem}}.ppc-form-wrapper{position:relative;height:100%;width:100%}.ppc-form-wrapper .inner-form-wrapper{background-color:#f6f6f6;border-top:8px solid #008656;border-bottom-left-radius:50px;padding:3rem 3rem 1rem}.ppc-form-wrapper .inner-form-wrapper .form-desc,.ppc-form-wrapper .inner-form-wrapper .form-desc .form-desc-text{color:#212121;font-size:1.125rem;font-family:adelle-sans,Arial,Helvetica,sans-serif}.ppc-form-wrapper .inner-form-wrapper .form-desc .form-desc-text{margin:0;margin-bottom:2rem}.ppc-form-wrapper .inner-form-wrapper .form-desc .form-desc-text.title{font-weight:700;font-size:1.4rem;margin-bottom:1rem!important}.ppc-form-wrapper .inner-form-wrapper a{color:#212121;text-decoration:underline}.ppc-form-wrapper .inner-form-wrapper a:hover{opacity:.5}.crim-ppc-hero{position:relative;z-index:1;padding:4rem 0;background-color:#333f48;background-image:url("/wp-content/themes/sterlingemea/resources/assets/images/ppc/Hero-bg.svg");background-repeat:no-repeat;background-position:top right -200px;background-size:contain}@media (max-width:1599px){.crim-ppc-hero{background-position:top right -300px}}@media (max-width:1399px){.crim-ppc-hero{background-position:top right -375px}}@media (max-width:1199px){.crim-ppc-hero{background-size:cover;background-position:center right -500px}}@media (max-width:991px){.crim-ppc-hero{background-image:none}}.crim-ppc-hero .chr .ppc-form-wrapper .inner-form-wrapper{top:98px}@media (max-width:991px){.crim-ppc-hero .chr .ppc-form-wrapper .inner-form-wrapper{top:0}}@media (max-width:991px){.crim-ppc-hero .ppc-form-wrapper{margin-top:2rem}}.crim-ppc-hero .ppc-form-wrapper .inner-form-wrapper{position:absolute;top:102px}@media (max-width:1279px){.crim-ppc-hero .ppc-form-wrapper .inner-form-wrapper{top:101px}}@media (max-width:1249px){.crim-ppc-hero .ppc-form-wrapper .inner-form-wrapper{top:100px}}@media (max-width:1199px){.crim-ppc-hero .ppc-form-wrapper .inner-form-wrapper{top:58px}}@media (max-width:991px){.crim-ppc-hero .ppc-form-wrapper .inner-form-wrapper{position:relative;top:0}}.crim-ppc-hero .ppc-form-wrapper .inner-form-wrapper .custom-form .row{margin-bottom:0}.crim-ppc-hero .ppc-form-wrapper .inner-form-wrapper .custom-form .row label{font-family:adelle-sans,Arial,Helvetica,sans-serif}.crim-ppc-hero .ppc-form-wrapper .inner-form-wrapper .custom-form .row .form-group{margin-bottom:0!important}.crim-ppc-hero .hero-logo{width:10rem;height:2.8125rem}.crim-ppc-hero .h1,.crim-ppc-hero h1{color:#fff;font-size:3.25rem;margin:6rem 0 0;width:100%;max-width:75%}@media (max-width:991px){.crim-ppc-hero .h1,.crim-ppc-hero h1{margin:3rem 0 0;max-width:inherit}}@media (max-width:767px){.crim-ppc-hero .h1,.crim-ppc-hero h1{font-size:3rem}}.crim-ppc-hero .subheading{color:#fff;font-size:1.125rem;font-family:Roboto,Arial,Helvetica,sans-serif;margin:3rem 0;width:445px}@media (max-width:1199px){.crim-ppc-hero .subheading{width:100%}}.crim-ppc-hero .clients-wrapper .slogan{text-transform:uppercase;color:#add7c7;font-size:1.375rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem}@media (max-width:767px){.crim-ppc-hero .clients-wrapper .slogan{text-align:center;font-size:1.25rem}}.crim-ppc-hero .clients-wrapper ul.client-list{list-style:none;padding-left:0;margin-bottom:0}.crim-ppc-hero .clients-wrapper ul.client-list li{display:inline-block;width:32%;margin-left:-1.25rem;margin-right:.9375rem}.crim-ppc-hero .clients-wrapper ul.client-list li:nth-child(2),.crim-ppc-hero .clients-wrapper ul.client-list li:nth-child(5){text-align:center}@media (max-width:1199px){.crim-ppc-hero .clients-wrapper ul.client-list li{margin-left:-.875rem;margin-right:.3125rem}}@media (max-width:991px){.crim-ppc-hero .clients-wrapper ul.client-list li{margin-left:-1.25rem;margin-right:1.25rem}}@media (max-width:767px){.crim-ppc-hero .clients-wrapper ul.client-list li{margin:0;width:49%;text-align:center}}.crim-ppc-hero .clients-wrapper ul.client-list li .logo{width:90%}@media (max-width:1199px){.crim-ppc-hero .clients-wrapper ul.client-list li .logo{width:100%}}.crim-experience-matters{position:relative;z-index:0;padding:6rem 0 4rem}@media (max-width:991px){.crim-experience-matters{padding-top:4rem;padding-bottom:0}}.crim-experience-matters .h2,.crim-experience-matters h2{color:#212121;font-size:2.125rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;line-height:1.1;margin-bottom:2rem}@media (max-width:767px){.crim-experience-matters .h2,.crim-experience-matters h2{font-size:2rem}}.crim-experience-matters ul.why-sterling-list{list-style:none;padding-left:0;margin-bottom:0;display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:237px}.crim-experience-matters ul.why-sterling-list li{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;box-sizing:border-box;padding:52px 0;position:relative}.crim-experience-matters ul.why-sterling-list li .short-title{color:#212121;font-size:3.75rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;text-transform:uppercase}.crim-experience-matters ul.why-sterling-list li .short-desc{margin-top:2rem;color:#212121;font-size:1.125rem;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.4;left:1rem}.crim-experience-matters ul.why-sterling-list li.first{border-right:1pt solid hsla(0,0%,44%,.3);position:relative;left:1px}.crim-experience-matters ul.why-sterling-list li.second{border-bottom:1pt solid hsla(0,0%,44%,.3);padding-left:20%}.crim-experience-matters ul.why-sterling-list li.third{border-top:1pt solid hsla(0,0%,44%,.3);position:relative;top:-1px}.crim-experience-matters ul.why-sterling-list li.fourth{border-left:1pt solid hsla(0,0%,44%,.3);padding-left:20%}@media (max-width:640px){.crim-experience-matters ul.why-sterling-list{grid-template-columns:repeat(1,1fr);grid-auto-rows:210px}.crim-experience-matters ul.why-sterling-list li.first,.crim-experience-matters ul.why-sterling-list li.fourth,.crim-experience-matters ul.why-sterling-list li.second,.crim-experience-matters ul.why-sterling-list li.third{border:none;padding:0 20px}.crim-experience-matters ul.why-sterling-list li{border-top:1pt solid hsla(0,0%,44%,.3)!important;justify-content:center;align-items:center}.crim-experience-matters ul.why-sterling-list li:first-of-type{border-top:none}}.crim-robust-solutions{background:#f6f6f6;position:relative;z-index:0;padding:6rem 0;overflow:hidden}.crim-robust-solutions .pattern{position:absolute;bottom:0;width:100%;max-width:549px;height:153px;left:-14%}@media (max-width:991px){.crim-robust-solutions{padding:4rem 0}}.crim-robust-solutions .h2,.crim-robust-solutions h2{margin-bottom:1.5rem;text-align:center;margin:0 auto 1rem;font-size:2.125rem;line-height:1.1;width:100%}.crim-robust-solutions .desc{color:#212121;text-align:center;margin:0 auto;font-size:1.125rem;line-height:1.4;max-width:690px}@media (max-width:1199px){.crim-robust-solutions .desc{width:100%}}@media (max-width:767px){.crim-robust-solutions .desc{font-size:1rem}}.crim-robust-solutions .main-row{display:flex;margin-top:4rem;justify-content:center}@media (max-width:991px){.crim-robust-solutions .main-row .bottom{margin-top:1.5rem}}.crim-robust-solutions .main-row ul.list{padding:0;margin:0;list-style:none}.crim-robust-solutions .main-row ul.list li.item{margin-top:1.5rem;display:flex;flex-direction:row;align-items:baseline;justify-content:center}.crim-robust-solutions .main-row ul.list li.item .icon{color:rgba(255,71,0,.75);margin-right:1rem}.crim-robust-solutions .main-row ul.list li.item .desc{font-size:18px;color:#212121;margin:0;width:100%;max-width:64%;text-align:initial}@media (max-width:991px){.crim-robust-solutions .main-row ul.list li.item .desc{max-width:100%}}.crim-robust-solutions .main-row ul.list li.item:first-of-type{margin-top:0}.crim-robust-solutions .main-row ul.list .secondary-list-item{margin-left:22%}@media (max-width:991px){.crim-robust-solutions .main-row ul.list .secondary-list-item{margin-left:5%}}.crim-robust-solutions .main-row ul.list .secondary-list-item .secondary-list{padding-left:0}.crim-robust-solutions .main-row ul.list .secondary-list-item li{font-size:.875rem;position:relative;list-style:none;padding-left:1rem}.crim-robust-solutions .main-row ul.list .secondary-list-item li:before{content:"-";position:absolute;left:0;font-size:1.25rem}.crim-why-partner{background:#fff;position:relative;z-index:0;padding:6rem 0;overflow:hidden}.crim-why-partner .pattern{position:absolute;bottom:0;width:100%;max-width:549px;height:153px;left:-14%}@media (max-width:991px){.crim-why-partner{padding:4rem 0}}.crim-why-partner .h2,.crim-why-partner h2{margin-bottom:1.5rem;text-align:center;margin:0 auto 1rem;font-size:2.125rem;line-height:1.1;width:475px}@media (max-width:1199px){.crim-why-partner .h2,.crim-why-partner h2{width:100%}}@media (max-width:767px){.crim-why-partner .h2,.crim-why-partner h2{font-size:2rem}}.crim-why-partner .desc{color:#212121;text-align:center;margin:0 auto;font-size:1.125rem;line-height:1.4;max-width:690px}@media (max-width:1199px){.crim-why-partner .desc{width:100%}}@media (max-width:767px){.crim-why-partner .desc{font-size:1rem}}.crim-why-partner .stat-row{margin-top:5rem}@media (max-width:991px){.crim-why-partner .stat-row{margin-top:0}}.crim-why-partner .stat-row .stat-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center}@media (max-width:991px){.crim-why-partner .stat-row .stat-wrapper{margin-top:5rem}}.crim-why-partner .stat-row .stat-wrapper .icon{margin-bottom:2rem;color:rgba(255,71,0,.75);font-size:100px}.crim-why-partner .stat-row .stat-wrapper .stat{text-align:center;color:#212121;font-size:1.375rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:.5rem}.crim-why-partner .stat-row .stat-wrapper .stat-desc{text-align:center;color:#212121;font-size:1.125rem;line-height:1.4;margin:0 auto;width:100%;min-height:90px}@media (max-width:1199px){.crim-why-partner .stat-row .stat-wrapper .stat-desc{min-height:auto;width:100%}}@media (max-width:767px){.crim-why-partner .stat-row .stat-wrapper .stat-desc{width:80%;font-size:1rem}}@media (max-width:500px){.crim-why-partner .stat-row .stat-wrapper .stat-desc{width:100%}}.crim-why-partner .stat-row .stat-wrapper .stat-1{max-width:238px}@media (max-width:767px){.crim-why-partner .stat-row .stat-wrapper .stat-1{max-width:100%}}.crim-why-partner .stat-row .stat-wrapper .stat-2{max-width:338px}@media (max-width:767px){.crim-why-partner .stat-row .stat-wrapper .stat-2{max-width:100%}}.crim-why-partner .stat-row .stat-wrapper .stat-3{max-width:258px}@media (max-width:767px){.crim-why-partner .stat-row .stat-wrapper .stat-3{max-width:100%}}.crim-why-partner .stat-row .stat-wrapper .customer-logo{display:block;width:100%;max-width:125px;margin:1rem auto 0}.crim-why-partner .cta-row{display:flex;justify-content:center}.crim-ppc-quotes{position:relative;padding:4rem 0;background-color:#212121;overflow:hidden}@media (max-width:991px){.crim-ppc-quotes{padding-bottom:7rem}}.crim-ppc-quotes .pattern{position:absolute;bottom:0;width:500px;height:40px;background-image:url("/wp-content/themes/sterlingemea/resources/assets/images/particles/dot.svg");background-size:13px 13px;background-position:bottom 2px left -7px}.crim-ppc-quotes .pattern .left{left:0}.crim-ppc-quotes .pattern .right{right:0}.crim-ppc-quotes .h2,.crim-ppc-quotes h2{color:#fff;margin-bottom:1.5rem;font-size:2.125rem;line-height:1.1}@media (max-width:767px){.crim-ppc-quotes .h2,.crim-ppc-quotes h2{font-size:2rem}}.crim-ppc-quotes .h2 .linebreak-lg,.crim-ppc-quotes h2 .linebreak-lg{display:block}@media (max-width:1199px){.crim-ppc-quotes .h2 .linebreak-lg,.crim-ppc-quotes h2 .linebreak-lg{display:contents}}.crim-ppc-quotes .desc{color:#fff;font-size:1.125rem;line-height:1.4;width:467px}@media (max-width:1199px){.crim-ppc-quotes .desc{width:100%}}@media (max-width:991px){.crim-ppc-quotes .desc{margin-bottom:2rem}}@media (max-width:767px){.crim-ppc-quotes .desc{font-size:1rem}}.crim-ppc-quotes #cstory-quotes-slider .quote-item .quote-wrapper{position:relative}.crim-ppc-quotes #cstory-quotes-slider .quote-item .quote-wrapper .quote-mark-left{position:absolute;left:0;top:0}.crim-ppc-quotes #cstory-quotes-slider .quote-item .quote-wrapper .quote-text{position:relative;padding-left:5rem;padding-top:1.2rem;color:#fff;font-size:1.125rem;width:435px}@media (max-width:1199px){.crim-ppc-quotes #cstory-quotes-slider .quote-item .quote-wrapper .quote-text{width:100%;padding-top:1rem;padding-left:4rem}}@media (max-width:767px){.crim-ppc-quotes #cstory-quotes-slider .quote-item .quote-wrapper .quote-text{font-size:1rem}}.crim-ppc-quotes #cstory-quotes-slider .quote-item .quote-wrapper .img-wrapper{margin-top:1.75rem}.crim-ppc-quotes #cstory-quotes-slider .quote-item .quote-wrapper .img-wrapper .qlogo{max-width:130px;width:100%}.crim-ppc-quotes ul.slider-nav{position:absolute;right:20px;top:3.4375rem;list-style:none;padding-left:0;margin-bottom:0}@media (max-width:1199px){.crim-ppc-quotes ul.slider-nav{top:unset;bottom:0}}@media (max-width:991px){.crim-ppc-quotes ul.slider-nav{bottom:-50px}}.crim-ppc-quotes ul.slider-nav li{display:inline-block;cursor:pointer}.crim-ppc-quotes ul.slider-nav li:hover{opacity:.8}.crim-ppc-quotes ul.slider-nav li .svg-inline--fa{font-size:2.4rem;color:#008656}.crim-ppc-tool-efficiency{padding:6rem 0;overflow:hidden;position:relative}@media (max-width:991px){.crim-ppc-tool-efficiency{padding:4rem 0}}.crim-ppc-tool-efficiency .pattern:first-child{position:absolute;z-index:0;top:0;right:0;width:140px;height:110px;background-repeat:no-repeat;background-image:url("/wp-content/themes/sterlingemea/resources/assets/images/ppc/Pattern-02.svg");background-position:100% 0;background-size:contain}@media (max-width:991px){.crim-ppc-tool-efficiency .pattern:first-child{width:70px;height:55px}}@media (max-width:425px){.crim-ppc-tool-efficiency .pattern:first-child{display:none}}.crim-ppc-tool-efficiency .pattern:nth-child(2){position:absolute;z-index:0;left:0;bottom:0;width:205px;height:165px;background-repeat:no-repeat;background-image:url("/wp-content/themes/sterlingemea/resources/assets/images/ppc/Pattern-03.svg");background-position:0 100%;background-size:contain}@media (max-width:991px){.crim-ppc-tool-efficiency .pattern:nth-child(2){width:100px;height:80px}}@media (max-width:425px){.crim-ppc-tool-efficiency .pattern:nth-child(2){display:none}}.crim-ppc-tool-efficiency .h2,.crim-ppc-tool-efficiency h2{margin-bottom:1.5rem;text-align:center;font-size:2.125rem;line-height:1.1}@media (max-width:767px){.crim-ppc-tool-efficiency .h2,.crim-ppc-tool-efficiency h2{font-size:2rem}}.crim-ppc-tool-efficiency .desc{width:100%;max-width:455px;color:#212121;text-align:center;font-size:1.125rem;line-height:1.4;margin:0 auto;margin-bottom:3rem}@media (max-width:991px){.crim-ppc-tool-efficiency .desc{margin-bottom:0}}@media (max-width:767px){.crim-ppc-tool-efficiency .desc{font-size:1rem}}.crim-ppc-tool-efficiency .img-col{display:flex;align-items:center;justify-content:center}.crim-ppc-tool-efficiency .img-col img{width:100%;max-width:319px}.crim-ppc-tool-efficiency .img-col .lg-img{max-width:250px}.crim-ppc-tool-efficiency .img-col img.trustpilot{margin-top:auto;margin-bottom:2rem}@media (max-width:767px){.crim-ppc-tool-efficiency .img-col{margin-top:4rem}}.gated-ppc-sections{display:flex;flex-direction:column}.gated-ppc-mobile-hero{display:none;padding-top:4rem}@media (max-width:991px){.gated-ppc-mobile-hero{display:block}}.gated-ppc-mobile-hero .hero-logo{width:10rem;height:2.8125rem}.gated-ppc-mobile-hero .h1,.gated-ppc-mobile-hero h1{color:#212121;font-size:3rem;margin:3rem 0 2rem}.gated-ppc-mobile-hero .subheading{color:#333f48;font-size:1.5rem;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.4;margin-bottom:2rem}.gated-ppc-mobile-hero .mobile-hero{width:100%;margin-top:3rem}.gated-ppc-desktop-hero{position:relative;z-index:1;padding:4rem 0;background-color:#fff;background-image:url("/wp-content/themes/sterlingemea/resources/assets/images/ppc/gated-hero-xxl.jpg");background-repeat:no-repeat;background-position:bottom;background-size:cover}@media (max-width:1799px){.gated-ppc-desktop-hero{background-image:url("/wp-content/themes/sterlingemea/resources/assets/images/ppc/gated-hero.jpg")}}@media (max-width:1199px){.gated-ppc-desktop-hero{background-image:url("/wp-content/themes/sterlingemea/resources/assets/images/ppc/gated-hero-no-person.jpg");background-position:center bottom -30px}}@media (max-width:991px){.gated-ppc-desktop-hero{background-image:none}}.gated-ppc-desktop-hero .chr .ppc-form-wrapper .inner-form-wrapper{top:98px}@media (max-width:991px){.gated-ppc-desktop-hero .chr .ppc-form-wrapper .inner-form-wrapper{top:0}}@media (max-width:991px){.gated-ppc-desktop-hero .ppc-form-wrapper{margin-top:2rem}}.gated-ppc-desktop-hero .ppc-form-wrapper .inner-form-wrapper{position:absolute;top:102px}@media (max-width:1279px){.gated-ppc-desktop-hero .ppc-form-wrapper .inner-form-wrapper{top:101px}}@media (max-width:1249px){.gated-ppc-desktop-hero .ppc-form-wrapper .inner-form-wrapper{top:100px}}@media (max-width:1199px){.gated-ppc-desktop-hero .ppc-form-wrapper .inner-form-wrapper{top:58px}}@media (max-width:991px){.gated-ppc-desktop-hero .ppc-form-wrapper .inner-form-wrapper{position:relative;top:0}}.gated-ppc-desktop-hero .ppc-form-wrapper .inner-form-wrapper .custom-form .row{margin-bottom:1rem}.gated-ppc-desktop-hero .ppc-form-wrapper .inner-form-wrapper .custom-form .row label{font-family:adelle-sans,Arial,Helvetica,sans-serif}.gated-ppc-desktop-hero .hero-logo{width:10rem;height:2.8125rem}@media (max-width:991px){.gated-ppc-desktop-hero .hero-logo{display:none}}.gated-ppc-desktop-hero .h1,.gated-ppc-desktop-hero h1{color:#212121;font-size:3rem;margin:6rem 0 1.5rem}@media (max-width:1199px){.gated-ppc-desktop-hero .h1,.gated-ppc-desktop-hero h1{margin:3rem 0 1.5rem}}@media (max-width:991px){.gated-ppc-desktop-hero .h1,.gated-ppc-desktop-hero h1{margin:3rem 0;display:none}}.gated-ppc-desktop-hero .subheading{color:#333f48;font-size:1.5rem;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.4;margin-bottom:3rem;width:315px;height:210px}@media (max-width:1799px){.gated-ppc-desktop-hero .subheading{height:350px}}@media (max-width:1199px){.gated-ppc-desktop-hero .subheading{width:100%;height:auto}}@media (max-width:991px){.gated-ppc-desktop-hero .subheading{display:none}}.gated-ppc-form-wrapper{position:absolute;top:190px;left:0;right:0;height:100%;width:100%}@media (max-width:1199px){.gated-ppc-form-wrapper{top:130px}}@media (max-width:991px){.gated-ppc-form-wrapper{position:relative;top:0}}.gated-ppc-form-wrapper .inner-form-wrapper{background-color:#ededed;padding:3rem 3rem 1rem}.gated-ppc-form-wrapper .inner-form-wrapper .form-desc{color:#212121;font-size:1.125rem;font-family:adelle-sans,Arial,Helvetica,sans-serif}.gated-ppc-form-wrapper .inner-form-wrapper a{color:#212121;text-decoration:underline}.gated-ppc-form-wrapper .inner-form-wrapper a:hover{opacity:.5}.gated-ppc-report-details{padding:4rem 0}.gated-ppc-report-details .h2,.gated-ppc-report-details h2{color:#212121;font-size:2.375rem}.gated-ppc-report-details .desc{color:#212121;font-size:1.125rem;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.4}.gated-ppc-report-details ul.key-findings-list{padding-left:0;margin-bottom:0;margin-top:3rem;list-style:none}.gated-ppc-report-details ul.key-findings-list li{color:#212121;font-size:1.125rem;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.4;display:flex;align-items:center}.gated-ppc-report-details ul.key-findings-list li:not(:last-child){margin-bottom:2.5rem}.gated-ppc-report-details ul.key-findings-list li .fa-contingent,.gated-ppc-report-details ul.key-findings-list li .fa-reference,.gated-ppc-report-details ul.key-findings-list li .fa-sdiamond,.gated-ppc-report-details ul.key-findings-list li .fa-triexclamation{color:#008656;font-size:5rem}.gated-ppc-report-details ul.key-findings-list li .finding{width:80%;margin-left:5%}.gated-ppc-report-details ul.key-findings-list li .arrow-cta{display:block;margin-left:calc(80px + 5%)}.gated-ppc-report-details ul.key-findings-list li .arrow-cta span.right-arrow svg{top:-8px}.gated-ppc-about{padding:4rem 0;background-color:#f5f6f8;background-image:url("/wp-content/themes/sterlingemea/resources/assets/images/ppc/gated-pattern.png");background-repeat:no-repeat;background-position:left 20% bottom;background-size:500px}@media (max-width:1799px){.gated-ppc-about{background-position:left 15% bottom}}@media (max-width:1599px){.gated-ppc-about{background-position:left 10% bottom}}@media (max-width:1399px){.gated-ppc-about{background-position:left 5% bottom}}@media (max-width:991px){.gated-ppc-about{padding-bottom:8rem}}@media (max-width:767px){.gated-ppc-about{background-position:bottom}}.gated-ppc-about .h2,.gated-ppc-about h2{color:#212121;font-size:2.375rem;margin-bottom:2.5rem}.gated-ppc-about .circle-wrap{display:flex}.gated-ppc-about .circle-wrap .data-circle{display:inline-block;width:85px;height:85px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%}.gated-ppc-about .circle-wrap .data-circle.orange{background-color:#008656}.gated-ppc-about .circle-wrap .data-circle.light-orange{background-color:#ef7a30}.gated-ppc-about .circle-wrap .data-circle.yellow{background-color:#eac459}.gated-ppc-about .circle-wrap .data-circle.green{background-color:#4f9389}.gated-ppc-about .circle-wrap .data-circle.grey{background-color:#a0a8ad}.gated-ppc-about .circle-wrap .data-circle .number{color:#fff;font-size:1.875rem;font-family:adelle-sans,Arial,Helvetica,sans-serif}.gated-ppc-about .data-title{font-weight:700;margin-top:1.5rem}.gated-ppc-about .data-desc,.gated-ppc-about .data-title{font-size:1.125rem;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.4;color:#212121}.gated-ppc-about .data-desc.w250{width:250px}@media (max-width:1199px){.gated-ppc-about .data-desc.w250{width:100%}}.gated-ppc-about .data-desc.w280{width:280px}@media (max-width:1199px){.gated-ppc-about .data-desc.w280{width:100%}}@media (max-width:991px){.gated-ppc-about .text-right{text-align:left!important}}.gated-ppc-about .arrow-cta{font-size:1.125rem}.vertical-technology-page-intro-section{padding:6rem 0 0}.vertical-technology-page-intro-section .heading{font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;line-height:1.2;color:#212121}.vertical-technology-page-intro-section .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;padding-right:5rem;margin-bottom:2.5rem}@media (max-width:1199px){.vertical-technology-page-intro-section .desc{padding-right:0}}@media (max-width:767px){.vertical-technology-page-intro-section .desc{margin-bottom:1.5rem}}@media (max-width:767px){.vertical-technology-page-intro-section .desktop-btn-group{display:none}}.vertical-technology-page-intro-section .mobile-btn-group{display:none}@media (max-width:767px){.vertical-technology-page-intro-section .mobile-btn-group{display:block}}.vertical-technology-page-intro-section .mobile-btn-group a{display:block}.vertical-technology-page-intro-section .img-wrapper{display:table;height:100%}.vertical-technology-page-intro-section .img-wrapper .inner{display:table-cell;vertical-align:middle;text-align:right}.vertical-technology-page-intro-section .img-wrapper .inner .intro-img{width:90%}@media (max-width:991px){.vertical-technology-page-intro-section .img-wrapper .inner .intro-img{display:none}}.vertical-technology-page-solutions-section{padding:6rem 0;overflow:hidden}@media (max-width:991px){.vertical-technology-page-solutions-section{padding-top:2rem}}.vertical-technology-page-solutions-section .solution-img-wrapper{position:relative;width:100%;min-height:600px;text-align:right}@media (max-width:1290px){.vertical-technology-page-solutions-section .solution-img-wrapper{min-height:590px}}@media (max-width:1250px){.vertical-technology-page-solutions-section .solution-img-wrapper{min-height:570px}}@media (max-width:1199px){.vertical-technology-page-solutions-section .solution-img-wrapper{min-height:auto}}@media (max-width:991px){.vertical-technology-page-solutions-section .solution-img-wrapper{margin-top:3rem}}.vertical-technology-page-solutions-section .solution-img-wrapper .particle:first-child{height:100%;width:70%;background:#ededed;opacity:.9;position:absolute;top:0;left:0;z-index:0}@media (max-width:991px){.vertical-technology-page-solutions-section .solution-img-wrapper .particle:first-child{display:none}}.vertical-technology-page-solutions-section .solution-img-wrapper .particle:nth-child(2){height:7.5rem;width:7.5rem;background-image:url("/wp-content/themes/sterlingemea/resources/assets/images/vertical-solution-sheet/dotted-bg.svg");position:absolute;bottom:-2.1875rem;left:-3.5625rem;z-index:3}@media (max-width:1199px){.vertical-technology-page-solutions-section .solution-img-wrapper .particle:nth-child(2){bottom:-5.625rem}}@media (max-width:991px){.vertical-technology-page-solutions-section .solution-img-wrapper .particle:nth-child(2){bottom:-1.875rem}}.vertical-technology-page-solutions-section .solution-img-wrapper .particle:nth-child(3){height:5.625rem;width:5.625rem;border:3px solid #add7c7;opacity:.5;position:absolute;top:1.875rem;right:-4.6875rem;z-index:3}@media (max-width:1199px){.vertical-technology-page-solutions-section .solution-img-wrapper .particle:nth-child(3){right:-2.5rem}}@media (max-width:991px){.vertical-technology-page-solutions-section .solution-img-wrapper .particle:nth-child(3){right:-2.6875rem;top:-1.375rem}}.vertical-technology-page-solutions-section .solution-img-wrapper .solution-img{width:100%;position:relative;z-index:2;left:30px;top:60px}@media (max-width:1199px){.vertical-technology-page-solutions-section .solution-img-wrapper .solution-img{width:100%}}@media (max-width:991px){.vertical-technology-page-solutions-section .solution-img-wrapper .solution-img{left:0;top:0}}.vertical-technology-page-solutions-section .content-wrapper{padding-left:4rem}@media (max-width:1199px){.vertical-technology-page-solutions-section .content-wrapper{padding-left:0}}.vertical-technology-page-solutions-section .content-wrapper .heading{font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-top:3.75rem;margin-bottom:1rem;line-height:1.3;color:#212121}@media (max-width:991px){.vertical-technology-page-solutions-section .content-wrapper .heading{margin-top:3rem}}.vertical-technology-page-solutions-section .content-wrapper .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;margin-bottom:2.5rem}@media (max-width:1199px){.vertical-technology-page-solutions-section .content-wrapper .desc{padding-right:0}}@media (max-width:767px){.vertical-technology-page-solutions-section .content-wrapper .desc{margin-bottom:1.5rem}}.vertical-technology-page-solutions-section .content-wrapper .arrow-cta{cursor:pointer;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:1.25rem;font-weight:600}.vertical-technology-page-one-size-fit-all-section{padding:6rem 0;background-repeat:no-repeat;background-position:100%;background-size:contain}@media (max-width:1440px){.vertical-technology-page-one-size-fit-all-section{background-image:url("/wp-content/themes/sterlingemea/resources/assets/images/technology/one-size-fit-all-bg.png")}}@media (max-width:991px){.vertical-technology-page-one-size-fit-all-section{background-image:unset}}.vertical-technology-page-one-size-fit-all-section .heading{font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;line-height:1.3;color:#212121}.vertical-technology-page-one-size-fit-all-section .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;color:#333f48;margin-bottom:3rem}@media (max-width:1199px){.vertical-technology-page-one-size-fit-all-section .desc{padding-right:0}}@media (max-width:767px){.vertical-technology-page-one-size-fit-all-section .desc{margin-bottom:1.5rem}}.vertical-technology-page-one-size-fit-all-section .list-heading{font-size:1.25rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;line-height:1.3;color:#212121}@media (max-width:991px){.vertical-technology-page-one-size-fit-all-section .list-heading{margin-top:3rem}}.vertical-technology-page-one-size-fit-all-section ul.commit-list{list-style:none;padding-left:0;margin-bottom:3rem}.vertical-technology-page-one-size-fit-all-section ul.commit-list li{margin-bottom:1rem}.vertical-technology-page-one-size-fit-all-section ul.commit-list li .svg-inline--fa{vertical-align:top;display:inline-block;margin-top:.2rem;margin-right:.5rem;color:#008656;font-size:1.2rem}.vertical-technology-page-one-size-fit-all-section ul.commit-list li .text{display:inline-block;width:93%;font-size:1.125rem;font-family:Roboto,Arial,Helvetica,sans-serif;color:#333f48}@media (max-width:1199px){.vertical-technology-page-one-size-fit-all-section ul.commit-list li .text{width:88%}}@media (max-width:1199px){.vertical-technology-page-one-size-fit-all-section .cta-btn-group .button--ghost--orange-o,.vertical-technology-page-one-size-fit-all-section .cta-btn-group .button--orange{margin-bottom:1rem}}.vertical-technology-page-one-size-fit-all-section .techician-img{width:100%;margin-right:-.8125rem}@media (max-width:1440px){.vertical-technology-page-one-size-fit-all-section .techician-img{display:none}}.vertical-technology-page-contingent-workers-section{padding:0 0 6rem}.vertical-technology-page-contingent-workers-section .image-wrap{position:relative}.vertical-technology-page-contingent-workers-section .image-wrap .particle:first-child{height:120%;width:70%;background:#ededed;position:absolute;top:-7%;left:0;z-index:0}@media (max-width:991px){.vertical-technology-page-contingent-workers-section .image-wrap .particle:first-child{display:none}}.vertical-technology-page-contingent-workers-section .image-wrap .particle:nth-child(2){height:6.25rem;width:6.25rem;background-image:url("/wp-content/themes/sterlingemea/resources/assets/images/vertical-solution-sheet/dotted-bg.svg");position:absolute;bottom:-5.375rem;left:-3.25rem;z-index:1}@media (max-width:1199px){.vertical-technology-page-contingent-workers-section .image-wrap .particle:nth-child(2){bottom:-5.625rem}}@media (max-width:991px){.vertical-technology-page-contingent-workers-section .image-wrap .particle:nth-child(2){display:none}}.vertical-technology-page-contingent-workers-section .image-wrap .particle:nth-child(3){height:4.6875rem;width:4.6875rem;border:3px solid #add7c7;opacity:.5;position:absolute;top:.3125rem;right:-1.5625rem;z-index:3}@media (max-width:1199px){.vertical-technology-page-contingent-workers-section .image-wrap .particle:nth-child(3){right:-1.25rem}}@media (max-width:991px){.vertical-technology-page-contingent-workers-section .image-wrap .particle:nth-child(3){display:none}}.vertical-technology-page-contingent-workers-section .image-wrap .contingent-workers-img{position:relative;z-index:2;text-align:right;width:95%;margin-top:5%;margin-left:5%}@media (max-width:991px){.vertical-technology-page-contingent-workers-section .image-wrap .contingent-workers-img{width:100%;margin-top:0;margin-left:0;margin-bottom:2rem}}.vertical-technology-page-contingent-workers-section .heading{font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;line-height:1.3;color:#212121}.vertical-technology-page-contingent-workers-section .heading .linebreak-lg{display:block}@media (max-width:1199px){.vertical-technology-page-contingent-workers-section .heading .linebreak-lg{display:contents}}.vertical-technology-page-contingent-workers-section .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;color:#333f48;margin-bottom:3rem;width:450px}@media (max-width:1199px){.vertical-technology-page-contingent-workers-section .desc{width:100%}}@media (max-width:767px){.vertical-technology-page-contingent-workers-section .desc{margin-bottom:1.5rem}}.vertical-technology-page-contingent-workers-section .list-heading{font-size:1.25rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;line-height:1.3;color:#212121}@media (max-width:991px){.vertical-technology-page-contingent-workers-section .list-heading{margin-top:3rem}}.vertical-technology-page-contingent-workers-section ul.benefits-list{list-style:none;padding-left:0;margin-bottom:3rem}.vertical-technology-page-contingent-workers-section ul.benefits-list li{margin-bottom:1rem}.vertical-technology-page-contingent-workers-section ul.benefits-list li .svg-inline--fa{vertical-align:top;display:inline-block;margin-top:.2rem;margin-right:.5rem;color:#008656;font-size:1.2rem}.vertical-technology-page-contingent-workers-section ul.benefits-list li .text{display:inline-block;width:93%;font-size:1.125rem;font-family:Roboto,Arial,Helvetica,sans-serif;color:#333f48}@media (max-width:1199px){.vertical-technology-page-contingent-workers-section ul.benefits-list li .text{width:88%}}.technology-industry-header-hero-section{padding:4rem 0;background-color:#000;background-size:cover;background-position:center right -10rem;background-repeat:no-repeat;position:relative;min-height:500px}@media (max-width:767px){.technology-industry-header-hero-section{background-position:50%}}.technology-industry-header-hero-section .button--ghost--orange{background:transparent!important}@media (max-width:991px){.technology-industry-header-hero-section .button--ghost--orange{margin-top:1rem}}@media (max-width:767px){.technology-industry-header-hero-section .button--ghost--orange{margin-top:0;padding:.55rem 2rem}}@media (max-width:425px){.technology-industry-header-hero-section .button--ghost--orange{margin-top:1rem}}.technology-industry-header-hero-section .header-overlay{position:absolute;left:0;top:0;height:100%;width:100%;background:linear-gradient(90deg,#000,rgba(33,33,33,0) 70%)}@media (max-width:767px){.technology-industry-header-hero-section .header-overlay{background:linear-gradient(90deg,#000,rgba(33,33,33,0))}}.technology-industry-header-hero-section .particle:first-child{width:6.25rem;height:6.25rem;background:#c3c3c3;opacity:.3;position:absolute;left:50%;top:2.5rem;z-index:1}@media (max-width:1199px){.technology-industry-header-hero-section .particle:first-child{display:none}}.technology-industry-header-hero-section .particle:nth-child(2){width:2.5rem;height:2.5rem;background:#add7c7;opacity:.5;position:absolute;left:55.5%;top:1.25rem;z-index:1}@media (max-width:1199px){.technology-industry-header-hero-section .particle:nth-child(2){display:none}}.technology-industry-header-hero-section .particle:nth-child(3){width:1.5625rem;height:1.5625rem;background:#008656;opacity:1;position:absolute;left:59%;top:4.375rem;z-index:1}@media (max-width:1199px){.technology-industry-header-hero-section .particle:nth-child(3){display:none}}.technology-industry-header-hero-section .heading{font-size:3.25rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;color:#fff;line-height:1.3;margin-bottom:2.5rem}.technology-industry-header-hero-section .subheading{font-size:1.625rem;color:#fff;line-height:1.4;margin-bottom:3rem}.technology-industry-header-hero-section .button--large{padding:.75rem 2rem}#technologyVimeoModal #technologyVimeoModalLabel{margin:0 auto}#technologyVimeoModal .close{position:absolute;right:20px}#technologyVimeoModal .modal-title{margin-top:2rem!important}#technologyVimeoModal .modal-body{padding-top:0}.technology-industry-integrations-section{padding:4rem 0;background-color:#212121}.technology-industry-integrations-section .heading{font-size:3rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;color:#008656}.technology-industry-integrations-section .desc{font-size:1rem;color:#fff;margin-bottom:0}@media (max-width:1199px){.technology-industry-integrations-section .logo-wrapper{margin-top:4rem}}@media (max-width:991px){.technology-industry-integrations-section .logo-wrapper{margin-top:0}}.technology-industry-integrations-section .logo-wrapper .partner-logo{width:100%}@media (max-width:576px){.technology-industry-integrations-section .logo-wrapper .col-xs-6{flex:0 0 50%;max-width:50%}}@media (max-width:991px){.services-industries-details-section.technology .tech.col-md-4{flex:0 0 50%;max-width:50%}}@media (max-width:767px){.services-industries-details-section.technology .tech.col-md-4{flex:0 0 100%;max-width:100%}}.services-industries-details-section.technology .tech.col-md-4 .icon-wrapper{position:relative}@media (max-width:991px){.services-industries-details-section.technology .tech.col-md-4 .icon-wrapper{margin-bottom:4rem}}@media (max-width:767px){.services-industries-details-section.technology .tech.col-md-4 .icon-wrapper{margin-bottom:1rem}}.services-industries-details-section.technology .tech.col-md-4 .icon-wrapper .time-icon{margin-top:2rem;width:100%;height:187px;background-repeat:no-repeat;background-size:contain;background-position:50%}@media (max-width:1199px){.services-industries-details-section.technology .tech.col-md-4 .icon-wrapper .time-icon{height:160px}}.services-industries-details-section.technology .tech.col-md-4 .icon-wrapper .particle:first-child{width:1.875rem;height:1.875rem;background:#c3c3c3;opacity:.7;position:absolute;right:10px;bottom:10px;z-index:1}@media (max-width:767px){.services-industries-details-section.technology .tech.col-md-4 .icon-wrapper .particle:first-child{display:none}}@media (max-width:991px){.services-industries-details-section.technology .tech.col-md-8{flex:0 0 50%;max-width:50%}}@media (max-width:767px){.services-industries-details-section.technology .tech.col-md-8{flex:0 0 100%;max-width:100%}}.services-industries-details-section.technology .tech.col-md-8 .small-heading{margin-top:3.5rem;font-size:1.125rem}@media (max-width:767px){.services-industries-details-section.technology .tech.col-md-8 .small-heading{text-align:center;margin-top:1rem}}.services-industries-details-section.technology .tech.col-md-8 .light-heading{margin-top:1rem;font-size:2.25rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;line-height:1.2}@media (max-width:1199px){.services-industries-details-section.technology .tech.col-md-8 .light-heading{font-size:1.375rem}}@media (max-width:991px){.services-industries-details-section.technology .tech.col-md-8 .light-heading{font-size:1.75rem}}@media (max-width:767px){.services-industries-details-section.technology .tech.col-md-8 .light-heading{text-align:center;margin-bottom:4rem}}@media (max-width:991px){.services-industries-details-section.technology .offerings-widget{margin-bottom:2rem}}.healthcare-rentention{padding:6rem 0 0!important}.healthcare-rentention .heading{width:100%;max-width:61%}@media (max-width:1260px){.healthcare-rentention .heading{max-width:68%}}@media (max-width:992px){.healthcare-rentention .heading{max-width:100%}}.healthcare-rentention .intro-image{width:100%!important;max-width:550px;margin-top:0!important}.healthcare-compliance .particle:first-of-type{height:24.1875rem!important;width:26.75rem!important;background:#ededed;opacity:.9;position:absolute;bottom:-3.125rem;left:0;z-index:0}.healthcare-compliance .particle:nth-of-type(2){bottom:15rem!important;left:27.1875rem!important}.healthcare-compliance .particle:nth-of-type(3),.healthcare-compliance .particle:nth-of-type(4){height:8.6875rem!important;width:8.6875rem!important;top:-2.25rem!important;right:1.0625rem!important;z-index:3!important;opacity:.4}.healthcare-compliance .particle:nth-of-type(4){background:transparent!important}.healthcare-compliance .particle:nth-of-type(5){height:2.6875rem!important;width:2.6875rem!important;top:25rem!important;right:31rem!important;z-index:3!important;opacity:.4;background:transparent!important;box-sizing:border-box;border:4px solid #c0bfb5}.healthcare-compliance .particle:nth-of-type(6){display:none}.healthcare-market-expertise li.nav-item{width:25%!important}.healthcare-market-expertise li.nav-item .nav-link{padding-left:0!important;padding-top:0!important;width:100%!important}.healthcare-market-expertise li.nav-item .nav-link .nav-icon{width:45px!important;height:45px!important}.healthcare-market-expertise li.nav-item .nav-link div.text{width:100%!important}.healthcare-market-expertise li.nav-item .nav-link svg path{color:#212121}.healthcare-market-expertise li.nav-item .nav-link.active svg path{color:#008656}@media (max-width:992px){.healthcare-market-expertise .nav-icon{width:100%!important}}.healthcare-needs{padding:6rem 0}.healthcare-needs .heading{font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;line-height:1.3;color:#212121}.healthcare-needs .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;color:#333f48;margin-bottom:3rem}@media (max-width:1199px){.healthcare-needs .desc{padding-right:0}}@media (max-width:767px){.healthcare-needs .desc{margin-bottom:1.5rem}}.healthcare-needs .list-heading{font-size:1.25rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;line-height:1.3;color:#212121}@media (max-width:991px){.healthcare-needs .list-heading{margin-top:3rem}}.healthcare-needs ul.commit-list{list-style:none;padding-left:0;margin-bottom:3rem}.healthcare-needs ul.commit-list li{margin-bottom:1rem}.healthcare-needs ul.commit-list li .svg-inline--fa{vertical-align:top;display:inline-block;margin-top:.2rem;margin-right:.5rem;color:#008656;font-size:1.2rem}.healthcare-needs ul.commit-list li .text{display:inline-block;width:93%;font-size:1.125rem;font-family:Roboto,Arial,Helvetica,sans-serif;color:#333f48}@media (max-width:1199px){.healthcare-needs ul.commit-list li .text{width:88%}}@media (max-width:1199px){.healthcare-needs .cta-btn-group .button--orange{margin-bottom:1rem}}@media (max-width:991px){.healthcare-needs .cta-btn-group .button--orange{margin-bottom:2rem}}@media (max-width:401px){.healthcare-needs .cta-btn-group .button--orange{margin-bottom:1rem}}.healthcare-needs .flex-center{display:flex;justify-content:center}.healthcare-needs .flex-center .needs-img{width:100%;max-width:447px;height:94%}.healthcare-integrations ul.integrations-logo-list{display:grid;grid-gap:1px;grid-template-columns:repeat(3,1fr);height:90%}.healthcare-integrations ul.integrations-logo-list li.integrations-list-item{width:100%!important;max-width:70%!important;display:flex!important;justify-content:center;align-items:center}.healthcare-integrations ul.integrations-logo-list li.integrations-list-item.ukg img{max-width:60%}.healthcare-integrations ul.integrations-logo-list li.integrations-list-item.icims img,.healthcare-integrations ul.integrations-logo-list li.integrations-list-item.paycor img{max-width:70%}.page-template-candidate-hub .heading.h3,.page-template-candidate-hub h3.heading{font-size:1.5rem}.candidate-hub-intro-section{padding:4rem 0}.candidate-hub-intro-section .heading{position:relative;z-index:5;font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;margin-top:2.625rem;line-height:1.2;color:#212121;width:338px}@media (max-width:1199px){.candidate-hub-intro-section .heading{width:100%}}@media (max-width:991px){.candidate-hub-intro-section .heading{margin-top:20px}}.candidate-hub-intro-section .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;margin-bottom:1rem;width:540px}@media (max-width:1199px){.candidate-hub-intro-section .desc{width:100%}}.candidate-hub-intro-section .footnote{font-size:.75rem}.candidate-hub-account-section{padding:0 0 4rem}.candidate-hub-account-section .device{height:500px;display:block}@media (max-width:991px){.candidate-hub-account-section .device{margin:0 auto}}.candidate-hub-account-section .image-wrap{z-index:-1}.candidate-hub-account-section .image-wrap img{width:100%}@media (max-width:991px){.candidate-hub-account-section .image-wrap{display:none}}.candidate-hub-account-section .image-wrap .shapes{width:100%;max-width:140px;display:block;margin:0 auto;visibility:visible}.candidate-hub-account-section .left-a{left:16%;bottom:18%}.candidate-hub-account-section .left-b{left:22%;top:15%}.candidate-hub-account-section .left-c{left:15%;top:20%}.candidate-hub-account-section .right-a{right:13%;bottom:10%}.candidate-hub-account-section .right-b{right:24%;bottom:14%}.candidate-hub-account-section .right-c{right:19%;bottom:14%}.candidate-hub-screening-section{padding:3rem 0 0}.candidate-hub-screening-section .screening-image{max-height:450px}.candidate-hub-screening-section .particle:first-child{height:60%;width:65%;background:#dde5e5;position:absolute;top:0;right:0;z-index:-1}@media (max-width:991px){.candidate-hub-screening-section .particle:first-child{display:none}}.candidate-hub-screening-section .particle:nth-child(2){height:1.5625rem;width:1.5625rem;background:#616669;position:absolute;top:7.8125rem;right:-3.5625rem;opacity:.6;z-index:3}@media (max-width:1199px){.candidate-hub-screening-section .particle:nth-child(2){bottom:-5.625rem}}@media (max-width:991px){.candidate-hub-screening-section .particle:nth-child(2){bottom:-1.875rem}}.candidate-hub-screening-section .particle:nth-child(3){height:3.3125rem;width:3.3125rem;border:3px solid #add7c7;position:absolute;bottom:9.0625rem;right:-1.875rem;z-index:3}@media (max-width:1199px){.candidate-hub-screening-section .particle:nth-child(3){right:-2.5rem}}@media (max-width:991px){.candidate-hub-screening-section .particle:nth-child(3){right:-2.6875rem;top:-1.375rem}}.candidate-hub-quotes-section{padding:5rem 0;background-color:#000}.candidate-hub-quotes-section .heading{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:1.875rem;font-weight:700;line-height:1.1;color:#fff;width:335px}@media (max-width:1199px){.candidate-hub-quotes-section .heading{width:100%}}@media (max-width:991px){.candidate-hub-quotes-section .heading{font-size:2rem}}.candidate-hub-quotes-section .desc{font-size:1.125rem;color:#fff;line-height:1.5;margin-bottom:2rem;width:355px}@media (max-width:1199px){.candidate-hub-quotes-section .desc{width:100%}}.candidate-hub-quotes-section .trustpilot .stars{max-width:150px;display:inline-block;margin-bottom:5px;margin-right:15px}.candidate-hub-quotes-section .trustpilot span{font-size:1rem;color:#fff}.candidate-hub-quotes-section .slider-nav{position:absolute;z-index:1;right:0;bottom:14%}@media (max-width:991px){.candidate-hub-quotes-section .slider-nav{right:20px;bottom:-20px}}.candidate-hub-quotes-section .slider-nav span{cursor:pointer}.candidate-hub-quotes-section .slider-nav span .svg-inline--fa{font-size:1.5rem;color:#008656}.candidate-hub-quotes-section .slider-nav span:last-child{margin-left:.75rem}.candidate-hub-quotes-section .slider-nav span:hover .svg-inline--fa{opacity:.5}.candidate-hub-quotes-section #middle-service-quotes-slider{position:relative}@media (max-width:991px){.candidate-hub-quotes-section #middle-service-quotes-slider{margin-top:3rem}}.candidate-hub-quotes-section #middle-service-quotes-slider:before{content:"";position:absolute;left:-30px;top:6.5rem;width:1px;height:70%;background-color:#ededed}@media (max-width:991px){.candidate-hub-quotes-section #middle-service-quotes-slider:before{display:none}}.candidate-hub-quotes-section #middle-service-quotes-slider .single-quote{position:relative;z-index:0}.candidate-hub-quotes-section #middle-service-quotes-slider .single-quote .inner-wrapper{width:78%;margin:2.5rem auto 0}@media (max-width:1199px){.candidate-hub-quotes-section #middle-service-quotes-slider .single-quote .inner-wrapper{width:100%;margin:0 auto}}.candidate-hub-quotes-section #middle-service-quotes-slider .single-quote .inner-wrapper .quote-mark{width:40px;height:35px}.candidate-hub-quotes-section #middle-service-quotes-slider .single-quote .inner-wrapper .quote-content{margin-top:1.5rem;margin-bottom:3rem;color:#fff;font-size:1.125rem}.candidate-hub-quotes-section #middle-service-quotes-slider .single-quote .inner-wrapper .quote-author{color:#fff;font-size:1.25rem;font-weight:700}.candidate-hub-quotes-section #middle-service-quotes-slider .single-quote .inner-wrapper .quote-author-details,.candidate-hub-quotes-section #middle-service-quotes-slider .single-quote .inner-wrapper .quote-company{color:#fff;font-size:1.125rem}.report-analytics-video-section{padding:6rem 0 4rem}@media (max-width:525px){.report-analytics-video-section{padding-bottom:3rem}}.report-analytics-video-section .heading{font-size:1.875rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;line-height:1.4;margin-top:2rem;position:relative}@media (max-width:525px){.report-analytics-video-section .heading{font-size:1.75rem}}.report-analytics-video-section .desc{font-family:Roboto,Arial,Helvetica,sans-serif;font-size:1.125rem;color:#212121;width:535px}@media (max-width:1199px){.report-analytics-video-section .desc{width:100%}}.report-analytics-video-section .video-wrapper{width:95%;margin-top:1rem}@media (max-width:1199px){.report-analytics-video-section .video-wrapper{width:100%}}@media (max-width:991px){.report-analytics-video-section .video-wrapper{margin-top:1rem}}.report-analytics-video-section .video-wrapper .video-iframe{padding:56.25% 0 0;position:relative;margin-bottom:1.5rem}.report-analytics-slogan-section .slogan-table{margin-bottom:0}.report-analytics-slogan-section .slogan-table .slogan{font-size:2.125rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:400;line-height:1.4;width:320px;text-align:right}@media (max-width:767px){.report-analytics-slogan-section .slogan-table .slogan{width:55%;font-size:1.875rem}}@media (max-width:528px){.report-analytics-slogan-section .slogan-table .slogan{font-size:1.5rem;width:56%}}@media (max-width:420px){.report-analytics-slogan-section .slogan-table .slogan{width:100%;text-align:center}}.report-analytics-slogan-section .slogan-table .icon{position:relative;max-width:220px;padding-left:2.5rem}@media (max-width:767px){.report-analytics-slogan-section .slogan-table .icon{max-width:100%}}@media (max-width:528px){.report-analytics-slogan-section .slogan-table .icon{padding-left:1rem}}@media (max-width:420px){.report-analytics-slogan-section .slogan-table .icon{display:none}}.report-analytics-slogan-section .slogan-table .icon .particle:first-child{width:5rem;height:5rem;background:#dde5e5;opacity:.5;position:absolute;right:-3.75rem;top:-2.75rem;z-index:0}@media (max-width:767px){.report-analytics-slogan-section .slogan-table .icon .particle:first-child{width:4.375rem;height:4.375rem;right:1.25rem}}@media (max-width:525px){.report-analytics-slogan-section .slogan-table .icon .particle:first-child{display:none}}.report-analytics-slogan-section .slogan-table .icon .particle:nth-child(2){width:2.1875rem;height:2.1875rem;background:#add7c7;opacity:.5;position:absolute;right:-5.3125rem;top:-3.875rem;z-index:0}@media (max-width:767px){.report-analytics-slogan-section .slogan-table .icon .particle:nth-child(2){right:0}}@media (max-width:525px){.report-analytics-slogan-section .slogan-table .icon .particle:nth-child(2){display:none}}.report-analytics-slogan-section .slogan-table .icon .particle:nth-child(3){width:1.25rem;height:1.25rem;background:#008656;opacity:.6;position:absolute;right:2.1875rem;top:-4.5rem;z-index:0}@media (max-width:767px){.report-analytics-slogan-section .slogan-table .icon .particle:nth-child(3){right:6.875rem}}@media (max-width:525px){.report-analytics-slogan-section .slogan-table .icon .particle:nth-child(3){display:none}}.report-analytics-slogan-section .slogan-table .icon .outter-circle{position:relative;z-index:0;width:250px;height:250px;border-radius:50%;border:2px dashed #c3c3c3;display:flex;align-items:center;justify-content:center}@media (max-width:767px){.report-analytics-slogan-section .slogan-table .icon .outter-circle{width:150px;height:150px}}.report-analytics-slogan-section .slogan-table .icon .outter-circle .svg-inline--fa{color:#008656;font-size:9rem}@media (max-width:767px){.report-analytics-slogan-section .slogan-table .icon .outter-circle .svg-inline--fa{font-size:5rem}}.report-analytics-360view-section{padding:0 0 6rem;background-position:0;background-repeat:no-repeat;background-size:contain}@media (max-width:1199px){.report-analytics-360view-section{padding-top:1rem}}@media (max-width:991px){.report-analytics-360view-section{padding-top:4rem}}@media (max-width:525px){.report-analytics-360view-section{padding-top:3rem}}.report-analytics-360view-section .heading{font-size:1.875rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;line-height:1.4;margin-top:1.5rem;width:500px}@media (max-width:1199px){.report-analytics-360view-section .heading{margin-top:1rem;width:100%}}@media (max-width:991px){.report-analytics-360view-section .heading{margin-top:0}}@media (max-width:525px){.report-analytics-360view-section .heading{font-size:1.75rem}}.report-analytics-360view-section .subheading{font-size:1.5rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;line-height:1.4;margin-bottom:.5rem;margin-top:3rem}.report-analytics-360view-section .desc{font-family:Roboto,Arial,Helvetica,sans-serif;font-size:1.125rem;color:#212121;width:485px}@media (max-width:1199px){.report-analytics-360view-section .desc{width:100%}}.report-analytics-360view-section .analytics-image-wrap{width:100%;height:100%;display:table}@media (max-width:991px){.report-analytics-360view-section .analytics-image-wrap{display:block;margin-top:1rem}}.report-analytics-360view-section .analytics-image-wrap .inner{display:table-cell;vertical-align:middle}.report-analytics-360view-section .analytics-image-wrap .inner .image-wrapper{position:relative}.report-analytics-360view-section .analytics-image-wrap .inner .image-wrapper .particle:first-child{width:85%;height:100%;background:#b8b7ac;opacity:.25;position:absolute;right:-1.875rem;bottom:-1.875rem;z-index:0}@media (max-width:991px){.report-analytics-360view-section .analytics-image-wrap .inner .image-wrapper .particle:first-child{display:none}}.report-analytics-360view-section .analytics-image-wrap .inner .image-wrapper .particle:nth-child(2){width:4.375rem;height:4.375rem;background:#008656;opacity:.25;position:absolute;right:3rem;bottom:-3.375rem;z-index:3}@media (max-width:991px){.report-analytics-360view-section .analytics-image-wrap .inner .image-wrapper .particle:nth-child(2){display:none}}.report-analytics-360view-section .analytics-image-wrap .inner .image-wrapper .particle:nth-child(3){width:3.125rem;height:3.125rem;background:transparent;border:3px solid #add7c7;position:absolute;right:1.25rem;bottom:-5.625rem;z-index:4}@media (max-width:991px){.report-analytics-360view-section .analytics-image-wrap .inner .image-wrapper .particle:nth-child(3){display:none}}.report-analytics-360view-section .analytics-image-wrap .inner .image-wrapper .image{position:relative;z-index:2;width:100%}.client-exp-header-section{padding:6rem 0 5rem;background-color:#fff;background-image:url("//www.sterlingcheck.com/wp-content/uploads/2020/05/GettyImages-947365086-alt-report-login-V3-TALL-scaled.jpg");background-size:cover;background-position:right bottom -100px;background-repeat:no-repeat;position:relative}@media (max-width:1199px){.client-exp-header-section{background-position:50%}}@media (max-width:425px){.client-exp-header-section{background-position:right -270px top}}.client-exp-header-section .mobile-overlay{display:none;position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%;background:-moz-linear-gradient(top,rgba(0,0,0,.65) 0,transparent 100%);background:-webkit-linear-gradient(top,rgba(0,0,0,.65),transparent);background:linear-gradient(180deg,rgba(0,0,0,.65) 0,transparent);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#a6000000",endColorstr="#00000000",GradientType=0)}@media (max-width:991px){.client-exp-header-section .mobile-overlay{display:block}}.client-exp-header-section .heading.h1,.client-exp-header-section h1.heading{font-size:3.25rem;color:#fff;font-family:adelle-sans,Arial,Helvetica,sans-serif;line-height:1.1}@media (max-width:425px){.client-exp-header-section .heading.h1,.client-exp-header-section h1.heading{font-size:2.375rem}}.client-exp-header-section .subheading{font-size:1.5rem;color:#fff;font-family:adelle-sans,Arial,Helvetica,sans-serif;line-height:1.5;padding-bottom:2rem}@media (max-width:991px){.client-exp-header-section .subheading{width:70%}}@media (max-width:767px){.client-exp-header-section .subheading{width:100%}}@media (max-width:425px){.client-exp-header-section .subheading{font-size:1.25rem;padding-bottom:30rem}}.client-exp-header-section .button--orange{margin-bottom:3rem}@media (max-width:767px){.client-exp-header-section .button--orange{margin-bottom:6rem}}@media (max-width:425px){.client-exp-header-section .button--orange{display:none}}.client-exp-header-section .client-exp-subnav-section{padding:1rem 0;background:rgba(33,33,33,.75);width:100%;position:absolute;bottom:0;left:0}@media (max-width:425px){.client-exp-header-section .client-exp-subnav-section{display:none}}.client-exp-header-section .client-exp-subnav-section.hub-subnav-affix{position:fixed;z-index:100}@media (min-width:1200px){.client-exp-header-section .client-exp-subnav-section.hub-subnav-affix{top:114px;height:58px}}@media (max-width:1199px){.client-exp-header-section .client-exp-subnav-section.hub-subnav-affix{position:absolute}}.client-exp-header-section .client-exp-subnav-section .subnav-list{list-style:none;padding-left:0;text-align:center;margin-bottom:0;width:100%}@media (max-width:767px){.client-exp-header-section .client-exp-subnav-section .subnav-list{margin-top:.625rem}}.client-exp-header-section .client-exp-subnav-section .subnav-list .subnav-item{display:inline-block;margin-right:3.5rem;position:relative}.client-exp-header-section .client-exp-subnav-section .subnav-list .subnav-item:last-child{margin-right:0}@media (max-width:1250px){.client-exp-header-section .client-exp-subnav-section .subnav-list .subnav-item{margin-right:3rem}}@media (max-width:1199px){.client-exp-header-section .client-exp-subnav-section .subnav-list .subnav-item{margin-right:1rem}}@media (max-width:767px){.client-exp-header-section .client-exp-subnav-section .subnav-list .subnav-item{vertical-align:top;width:49%;margin-bottom:.625rem;margin-right:0}}@media (max-width:425px){.client-exp-header-section .client-exp-subnav-section .subnav-list .subnav-item{width:100%}}.client-exp-header-section .client-exp-subnav-section .subnav-list .subnav-item a{color:#fff;cursor:pointer;font-size:1.125rem;font-family:adelle-sans,Arial,Helvetica,sans-serif}@media (max-width:767px){.client-exp-header-section .client-exp-subnav-section .subnav-list .subnav-item a:hover{color:#008656}}.client-exp-header-section .client-exp-subnav-section .subnav-list .subnav-item a .subnav-title{cursor:pointer}.client-exp-header-section .client-exp-subnav-section .subnav-list .subnav-item:hover:after{content:"";position:absolute;background-color:#008656;height:5px;width:100%;bottom:-1rem;left:0;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}@media (max-width:767px){.client-exp-header-section .client-exp-subnav-section .subnav-list .subnav-item:hover:after{background-color:transparent}}.client-exp-subnav-section.for-mobile{padding:1rem 0;background-color:#212121;width:100%;display:none}@media (max-width:425px){.client-exp-subnav-section.for-mobile{display:block}}.client-exp-subnav-section.for-mobile .subnav-list{list-style:none;padding-left:0;text-align:center;margin-bottom:0;width:100%}@media (max-width:767px){.client-exp-subnav-section.for-mobile .subnav-list{margin-top:.625rem}}.client-exp-subnav-section.for-mobile .subnav-list .subnav-item{display:inline-block;margin-right:3.5rem;position:relative}.client-exp-subnav-section.for-mobile .subnav-list .subnav-item:last-child{margin-right:0}@media (max-width:1250px){.client-exp-subnav-section.for-mobile .subnav-list .subnav-item{margin-right:3rem}}@media (max-width:1199px){.client-exp-subnav-section.for-mobile .subnav-list .subnav-item{margin-right:1rem}}@media (max-width:767px){.client-exp-subnav-section.for-mobile .subnav-list .subnav-item{vertical-align:top;width:49%;margin-bottom:.625rem;margin-right:0}}.client-exp-subnav-section.for-mobile .subnav-list .subnav-item a{color:#fff;cursor:pointer;font-size:1.125rem;font-family:adelle-sans,Arial,Helvetica,sans-serif}@media (max-width:425px){.client-exp-subnav-section.for-mobile .subnav-list .subnav-item a{font-size:1rem}}@media (max-width:767px){.client-exp-subnav-section.for-mobile .subnav-list .subnav-item a:hover{color:#008656}}.client-exp-subnav-section.for-mobile .subnav-list .subnav-item a .subnav-title{cursor:pointer}.client-exp-subnav-section.for-mobile .subnav-list .subnav-item:hover:after{content:"";position:absolute;background-color:#008656;height:5px;width:100%;bottom:-1rem;left:0;-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s}@media (max-width:767px){.client-exp-subnav-section.for-mobile .subnav-list .subnav-item:hover:after{background-color:transparent}}.header-overlay-section.for-desktop{display:block}@media (max-width:767px){.header-overlay-section.for-desktop{display:none}}.header-overlay-section.for-mobile{display:none}@media (max-width:767px){.header-overlay-section.for-mobile{display:block;position:relative;background-color:#212121}}.header-overlay-section.for-mobile .line{width:50%;text-align:center;margin-top:2rem}.header-overlay-section{padding:3rem 0;width:100%;background:rgba(33,33,33,.75);position:absolute;bottom:0}.header-overlay-section .heading-orange.h3,.header-overlay-section h3.heading-orange{padding-top:1.5rem;font-size:1.375rem;text-transform:uppercase;font-family:adelle-sans,Arial,Helvetica,sans-serif;color:#008656}@media (max-width:1199px){.header-overlay-section .heading-orange.h3,.header-overlay-section h3.heading-orange{padding-top:1rem;font-size:1.125rem;margin-bottom:0}}@media (max-width:991px){.header-overlay-section .heading-orange.h3,.header-overlay-section h3.heading-orange{padding-top:0}}@media (max-width:767px){.header-overlay-section .heading-orange.h3,.header-overlay-section h3.heading-orange{text-align:center}}.header-overlay-section .heading-orange-desc{font-size:1.625rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;color:#fff}@media (max-width:1199px){.header-overlay-section .heading-orange-desc{font-size:1.125rem}}@media (max-width:991px){.header-overlay-section .heading-orange-desc{margin-bottom:2rem}}@media (max-width:767px){.header-overlay-section .heading-orange-desc{text-align:center;margin-bottom:3rem}}@media (max-width:1199px){.header-overlay-section .user-guide-heading{flex:0 0 100%!important;max-width:100%!important;margin-bottom:1rem}}.header-overlay-section .badging{text-align:center}.header-overlay-section .badging:nth-child(3),.header-overlay-section .badging:nth-child(4){border-left:1px solid #fff}@media (max-width:767px){.header-overlay-section .badging:nth-child(3),.header-overlay-section .badging:nth-child(4){border-left:none}}@media (max-width:1199px){.header-overlay-section .badging{flex:0 0 33.33333%!important;max-width:33.33333%!important}}@media (max-width:767px){.header-overlay-section .badging{flex:0 0 100%!important;max-width:100%!important}}.header-overlay-section .badging .hs-cta-wrapper{cursor:pointer}.header-overlay-section .badging .hs-cta-wrapper:hover .hs-cta-img{opacity:.5;-webkit-transition:all 1s;-moz-transition:all 1s;-o-transition:all 1s;transition:all 1s}.header-overlay-section .badging .hs-cta-wrapper .hs-cta-img{height:110px}.client-exp-features-section{padding:5rem 0;background-color:#fff;position:relative}.client-exp-features-section .particle:first-child{height:1.25rem;width:1.25rem;background-color:#dde5e5;opacity:.3;position:absolute;top:5rem;left:11.875rem}@media (max-width:991px){.client-exp-features-section .particle:first-child{display:none}}.client-exp-features-section .particle:nth-child(2){height:7.5rem;width:7.5rem;background-color:#b8b7ac;opacity:.2;position:absolute;top:3.125rem;left:16.25rem}@media (max-width:991px){.client-exp-features-section .particle:nth-child(2){display:none}}.client-exp-features-section .particle:nth-child(3){height:3.75rem;width:3.75rem;background-color:#add7c7;opacity:.3;position:absolute;top:9.375rem;left:13.125rem}@media (max-width:991px){.client-exp-features-section .particle:nth-child(3){display:none}}.client-exp-features-section .particle:nth-child(4){height:8.75rem;width:8.75rem;background-color:#dde5e5;opacity:.3;position:absolute;top:3.75rem;right:13.75rem}@media (max-width:991px){.client-exp-features-section .particle:nth-child(4){display:none}}.client-exp-features-section .particle:nth-child(5){height:3.75rem;width:3.75rem;background-color:#008656;opacity:.1;position:absolute;top:10.3125rem;right:11.875rem}@media (max-width:991px){.client-exp-features-section .particle:nth-child(5){display:none}}.client-exp-features-section .heading.h3,.client-exp-features-section h3.heading{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:2rem;font-weight:700;margin-bottom:0;text-align:center;color:#212121;line-height:1.5}@media (max-width:425px){.client-exp-features-section .heading.h3,.client-exp-features-section h3.heading{font-size:1.75rem}}@media (max-width:991px){.client-exp-features-section .heading.h3 .bracket-text,.client-exp-features-section h3.heading .bracket-text{display:block}}@media (max-width:991px){.client-exp-features-section .heading.h3 .break-point,.client-exp-features-section h3.heading .break-point{display:none}}.client-exp-features-section .badge-div:first-child .feature-badge .feature-badge-title{border-top:20px solid #add7c7}.client-exp-features-section .badge-div:nth-child(2) .feature-badge .feature-badge-title{border-top:20px solid #737774}.client-exp-features-section .badge-div:nth-child(3) .feature-badge .feature-badge-title{border-top:20px solid #008656}.client-exp-features-section .badge-div .feature-badge{margin-top:4rem;text-align:center}.client-exp-features-section .badge-div .feature-badge .feature-badge-icon{width:180px;height:180px;background-repeat:no-repeat;background-size:cover;background-position:50%;margin:0 auto 3rem}@media (max-width:767px){.client-exp-features-section .badge-div .feature-badge .feature-badge-icon{margin:2rem auto 1rem}}.client-exp-features-section .badge-div .feature-badge .feature-badge-title{padding-top:1.5rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:1.625rem;font-weight:700;color:#212121;margin-right:15px;margin-left:15px}@media (max-width:767px){.client-exp-features-section .badge-div .feature-badge .feature-badge-title{padding-top:2rem}}@media (max-width:425px){.client-exp-features-section .badge-div .feature-badge .feature-badge-title{font-size:1.5rem}}.client-exp-features-section .badge-div .feature-badge .feature-badge-desc{margin-top:1rem;font-size:1.125rem;padding-left:.9375rem;padding-right:.9375rem;color:#212121}@media (max-width:425px){.client-exp-features-section .badge-div .feature-badge .feature-badge-desc{font-size:1rem}}.client-exp-reports-section{padding:5rem 0;background-color:#f6f6f6;background-size:cover;background-position:right -200px bottom;background-repeat:no-repeat}@media (max-width:1315px){.client-exp-reports-section{background-position:right -270px bottom}}@media (max-width:1199px){.client-exp-reports-section{background-position:right -410px bottom}}@media (max-width:1050px){.client-exp-reports-section{background-position:right -500px bottom}}@media (max-width:991px){.client-exp-reports-section{background-image:none!important;padding-top:0}}.client-exp-reports-section .mobile-image{width:100%;min-height:550px;background-size:cover;background-repeat:no-repeat;background-position:0 100%;display:none}@media (max-width:991px){.client-exp-reports-section .mobile-image{display:block}}@media (max-width:767px){.client-exp-reports-section .mobile-image{min-height:400px}}.client-exp-reports-section .report-details-wrapper{padding-right:1.5rem}.client-exp-reports-section .report-details-wrapper .heading{font-size:1.75rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-top:2rem;margin-bottom:2rem;line-height:1.5}@media (max-width:991px){.client-exp-reports-section .report-details-wrapper .heading{margin-top:5rem}}.client-exp-reports-section .report-details-wrapper .heading:before{content:"";position:absolute;top:0;left:.9375rem;width:70px;height:.625rem;background-color:#008656}@media (max-width:991px){.client-exp-reports-section .report-details-wrapper .heading:before{margin-top:3rem}}.client-exp-reports-section .report-details-wrapper .report-feature-list{list-style:none;list-style-position:inside;padding-left:1.3rem}.client-exp-reports-section .report-details-wrapper .report-feature-list li{font-size:1.125rem;color:#212121;margin-bottom:1rem}.client-exp-reports-section .report-details-wrapper .report-feature-list li:before{content:"\25A0";color:#008656;font-weight:700;display:inline-block;width:1em;margin-left:-1.4rem}@media (max-width:767px){.client-exp-reports-section .report-details-wrapper .report-feature-list li:before{font-size:.5625rem;margin-left:-1.5em}}.client-exp-reports-section .report-details-wrapper span.right-arrow{margin-left:.8rem;width:1.2rem}.client-hub-intro-section{padding:4rem 0}.client-hub-intro-section .heading{position:relative;z-index:5;font-size:1.875rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;margin-bottom:1rem;margin-top:2.625rem;line-height:1.2;color:#212121;width:338px}@media (max-width:1199px){.client-hub-intro-section .heading{width:100%}}@media (max-width:991px){.client-hub-intro-section .heading{margin-top:20px}}.client-hub-intro-section .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;margin-bottom:1rem;width:480px}@media (max-width:1199px){.client-hub-intro-section .desc{width:100%}}.client-hub-intro-section .footnote{font-size:.75rem}.client-hub-experience-section{padding:0 0 6rem}.client-hub-experience-section .semi-section{padding:4rem 0 0}.client-hub-experience-section .main-heading{margin:0 auto 1rem;font-size:2.125rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;line-height:1.2;color:#212121;text-align:center;width:545px}@media (max-width:1199px){.client-hub-experience-section .main-heading{width:100%}}@media (max-width:767px){.client-hub-experience-section .main-heading{font-size:2rem}}.client-hub-experience-section .main-desc{margin:0 auto;font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;text-align:center;width:600px}@media (max-width:1199px){.client-hub-experience-section .main-desc{width:100%}}@media (max-width:767px){.client-hub-experience-section .main-desc{font-size:1rem}}.client-hub-experience-section .h3,.client-hub-experience-section h3{font-size:1.5rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;line-height:1.2}@media (max-width:767px){.client-hub-experience-section .h3,.client-hub-experience-section h3{font-size:1.375rem}}.client-hub-experience-section .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121}@media (max-width:767px){.client-hub-experience-section .desc{font-size:1rem}}.client-hub-experience-section .desc .orange-bullets-list{margin:0 auto}.client-hub-experience-section .desc .orange-bullets-list li{margin-bottom:1.5rem;color:#212121}.client-hub-experience-section .copy-wrap{display:table;width:100%;height:100%}.client-hub-experience-section .copy-wrap .inner{display:table-cell;vertical-align:middle}.client-hub-experience-section .copy-wrap .fa-document{font-size:80px}.client-hub-experience-section .copy-wrap .cta-text{display:inline-block}.client-hub-experience-section .screenshot-wrap{position:relative}.client-hub-experience-section .screenshot-wrap .screenshot{width:100%}@media (max-width:991px){.client-hub-experience-section .screenshot-wrap .screenshot{margin-bottom:2rem}}.client-hub-experience-section .screenshot-wrap .pattern{position:absolute;z-index:-1}.client-hub-experience-section .screenshot-wrap .pattern:first-child{width:12.5rem;right:3.75rem;bottom:-4.6875rem}.client-hub-experience-section .screenshot-wrap .pattern:nth-child(2){width:10.375rem;left:9.375rem;top:-1.875rem}@media (max-width:991px){.client-hub-experience-section .screenshot-wrap .pattern{display:none}}.client-hub-routine-section{padding:5rem 0;background-color:#f6f6f6;position:relative}.client-hub-routine-section .heading.h3,.client-hub-routine-section h3.heading{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:2rem;font-weight:700;margin-bottom:0;text-align:center;color:#212121;line-height:1.5}@media (max-width:425px){.client-hub-routine-section .heading.h3,.client-hub-routine-section h3.heading{font-size:1.75rem}}.client-hub-routine-section .main-desc{margin:0 auto;font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;text-align:center;width:600px}@media (max-width:1199px){.client-hub-routine-section .main-desc{width:100%}}@media (max-width:767px){.client-hub-routine-section .main-desc{font-size:1rem}}.client-hub-routine-section .badge-div .feature-badge{margin-top:4rem;text-align:center}.client-hub-routine-section .badge-div .feature-badge .feature-badge-icon{font-size:120px;color:#008656;background-repeat:no-repeat;background-size:cover;background-position:50%;margin:0 auto 2rem}@media (max-width:767px){.client-hub-routine-section .badge-div .feature-badge .feature-badge-icon{margin:2rem auto 1rem}}.client-hub-routine-section .badge-div .feature-badge .feature-badge-title{padding-top:.5rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:1.125rem;font-weight:700;color:#212121;margin-right:15px;margin-left:15px}@media (max-width:767px){.client-hub-routine-section .badge-div .feature-badge .feature-badge-title{padding-top:2rem}}@media (max-width:425px){.client-hub-routine-section .badge-div .feature-badge .feature-badge-title{font-size:1rem}}.client-hub-routine-section .badge-div .feature-badge .feature-badge-desc{font-size:1.125rem;padding-left:.9375rem;padding-right:.9375rem;color:#212121;max-width:260px;margin:0 auto}@media (max-width:425px){.client-hub-routine-section .badge-div .feature-badge .feature-badge-desc{font-size:1rem}}.client-hub-features-section{padding:6rem 0}.client-hub-features-section .semi-section{padding:4rem 0 0}.client-hub-features-section .main-heading{margin:0 auto 1rem;font-size:2.125rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;line-height:1.2;color:#212121;text-align:center;width:545px}@media (max-width:1199px){.client-hub-features-section .main-heading{width:100%}}@media (max-width:767px){.client-hub-features-section .main-heading{font-size:2rem}}.client-hub-features-section .main-desc{margin:0 auto;font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;text-align:center;width:600px}@media (max-width:1199px){.client-hub-features-section .main-desc{width:100%}}@media (max-width:767px){.client-hub-features-section .main-desc{font-size:1rem}}.client-hub-features-section .h3,.client-hub-features-section h3{font-size:1.5rem;font-weight:700;font-family:adelle-sans,Arial,Helvetica,sans-serif;line-height:1.2}@media (max-width:767px){.client-hub-features-section .h3,.client-hub-features-section h3{font-size:1.375rem}}.client-hub-features-section .desc{font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121}@media (max-width:767px){.client-hub-features-section .desc{font-size:1rem}}.client-hub-features-section .desc .orange-bullets-list{margin:0 auto}.client-hub-features-section .desc .orange-bullets-list li{margin-bottom:1.5rem;color:#212121}.client-hub-features-section .copy-wrap{display:table;width:100%;height:100%}.client-hub-features-section .copy-wrap .inner{display:table-cell;vertical-align:middle}.client-hub-features-section .copy-wrap .fa-document{font-size:80px}.client-hub-features-section .copy-wrap .cta-text{display:inline-block}.client-hub-features-section .screenshot-wrap{position:relative}.client-hub-features-section .screenshot-wrap .screenshot{width:100%;z-index:1;position:relative}@media (max-width:991px){.client-hub-features-section .screenshot-wrap .screenshot{margin-bottom:2rem}}.client-hub-features-section .screenshot-wrap .pattern{position:absolute;z-index:0;height:85%;bottom:5%;right:-90px}@media (max-width:767px){.client-hub-features-section .screenshot-wrap .pattern{display:none}}.client-hub-downloads-section{padding:5rem 0;background-color:#ededed;position:relative}.client-hub-downloads-section .heading.h3,.client-hub-downloads-section h3.heading{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:2rem;font-weight:700;margin-bottom:0;text-align:center;color:#212121;line-height:1.5}@media (max-width:425px){.client-hub-downloads-section .heading.h3,.client-hub-downloads-section h3.heading{font-size:1.75rem}}.client-hub-downloads-section .subtitle{text-transform:uppercase;font-size:1rem;font-weight:700;margin-bottom:1rem;text-align:center}.client-hub-downloads-section .main-desc{margin:0 auto;font-size:1.125rem;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5;color:#212121;text-align:center;width:700px}@media (max-width:1199px){.client-hub-downloads-section .main-desc{width:100%}}@media (max-width:767px){.client-hub-downloads-section .main-desc{font-size:1rem}}.client-hub-downloads-section .badge-div .download-wrapper{margin:3rem 2rem 0}@media (max-width:1199px){.client-hub-downloads-section .badge-div .download-wrapper{margin:3rem 0 0}}.client-hub-downloads-section .badge-div .download-wrapper .download-block{background-color:#212121;padding:2rem 0 3rem;text-align:center;box-shadow:0 3px 10px #212121;height:420px}@media (max-width:767px){.client-hub-downloads-section .badge-div .download-wrapper .download-block{padding:1rem 0 5rem;height:auto}}.client-hub-downloads-section .badge-div .download-wrapper .download-block .download-icon{font-size:120px;color:#008656;background-repeat:no-repeat;background-size:cover;background-position:50%;margin:0 auto 2rem}@media (max-width:767px){.client-hub-downloads-section .badge-div .download-wrapper .download-block .download-icon{margin:1rem auto}}.client-hub-downloads-section .badge-div .download-wrapper .download-block .download-title{padding-top:.5rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:1.125rem;font-weight:700;color:#fff;margin-right:15px;margin-left:15px;text-transform:uppercase}@media (max-width:425px){.client-hub-downloads-section .badge-div .download-wrapper .download-block .download-title{font-size:1rem}}.client-hub-downloads-section .badge-div .download-wrapper .download-block .download-desc{font-size:1.125rem;padding-left:.9375rem;padding-right:.9375rem;color:#fff;max-width:260px;margin:0 auto}@media (max-width:425px){.client-hub-downloads-section .badge-div .download-wrapper .download-block .download-desc{font-size:1rem}}.client-hub-downloads-section .badge-div .download-wrapper .download-block .download-cta{text-transform:uppercase;font-weight:700;position:absolute;bottom:25px;margin:0 auto;left:0;right:0;width:200px;background-color:transparent;border-radius:.3125rem;letter-spacing:.15rem;border:2px solid #008656;padding:.55rem 1rem}.client-hub-downloads-section .badge-div .download-wrapper .download-block:hover .download-cta{color:#fff;background-color:#008656}header{z-index:12;position:inherit}.announcement-banner{width:100%;color:#fff;background-color:#000;padding:1rem 0;font-size:1.125rem;text-align:center}.announcement-banner a{color:#fff!important;text-decoration:underline}.announcement-banner a:hover{color:#008656!important;text-decoration:none}.announcement-banner .linebreaker{display:block}@media (min-width:768px){.announcement-banner .linebreaker{display:contents}}.main-footer{z-index:12;position:inherit;padding:3.75rem 0;background-color:#212121}.main-footer__info p{font-size:.75rem;line-height:1.25rem;color:#fff;margin-bottom:.9375rem}.main-footer__logo{width:10rem}.main-footer .line{margin-bottom:1.875rem}.main-footer__copyright{color:#fff;margin-bottom:0}.main-footer .newsletter-form input{width:100%;background-color:transparent;border-radius:.125rem;border-top-right-radius:.125rem!important;border-bottom-right-radius:.125rem!important;font-size:1.125rem;padding:1rem;color:#fff;outline:none;box-shadow:none;border:.0625rem solid #434343}.main-footer .newsletter-form input:focus{border-color:#fff}.main-footer .newsletter-form button[type=submit]{padding:1rem}.main-footer .newsletter-form__privacy-link{font-size:.8125rem}.main-footer__list{list-style:none;padding:0;margin:0}.main-footer__list-title{color:#fff;font-size:1rem;font-family:Roboto,Arial,Helvetica,sans-serif;text-transform:uppercase;margin-bottom:.625rem}.main-footer__list-title a{color:#fff}.main-footer__list a{font-size:1rem;font-weight:400;line-height:normal;letter-spacing:normal;color:#fff}.main-footer__list li{margin-bottom:1.25rem}@media (max-width:767.98px){.main-footer__list li:not(:last-child){margin-bottom:.3125rem}}.main-footer .footer-search-form{margin-bottom:0;position:relative}@media (max-width:991px){.main-footer .footer-search-form{margin-top:2rem}}.main-footer .footer-search-form .footer-search-input{color:#fff;font-size:1rem;border:none;background-color:#4d4d4d;padding:.5rem;width:95%}@media (max-width:767px){.main-footer .footer-search-form .footer-search-input{width:100%}}.main-footer .footer-search-form .footer-search-input:focus{outline:none}.main-footer .footer-search-form .footer-search-input::placeholder{color:#fff;opacity:1}.main-footer .footer-search-form .footer-search-input:-ms-input-placeholder,.main-footer .footer-search-form .footer-search-input::-ms-input-placeholder{color:#fff}.main-footer .footer-search-form button.footer-search-icon{background-color:#008656;position:absolute;right:5%;bottom:0;width:15%;height:100%;text-align:center;border:none}@media (max-width:767px){.main-footer .footer-search-form button.footer-search-icon{right:0}}.main-footer .footer-search-form button.footer-search-icon .fa-search{margin-top:.2rem;color:#fff;font-size:1.25rem}.main-footer .footer-search-form button.footer-search-icon:hover{background-color:#d43d03}.main-footer .footer-search-form button.footer-search-icon:focus{outline:none}.not-found-section{background-color:#ededed}.not-found-section ul{list-style-type:none;margin-left:0;padding-left:0}.not-found-section ul li{margin-bottom:.625rem;font-size:1.5rem}.not-found-section .h2,.not-found-section h2{line-height:5rem}.wysiwyg .h2,.wysiwyg h2{position:relative}@media (max-width:991.98px){.wysiwyg .h2,.wysiwyg h2{font-size:2.25rem;line-height:3rem}}.wysiwyg .h2:first-child,.wysiwyg h2:first-child{margin-bottom:2.8125rem}.wysiwyg .h2:first-child:before,.wysiwyg h2:first-child:before{content:"";position:absolute;width:5.625rem;height:5.625rem;background-color:rgba(173,215,199,.25);left:-1.25rem;top:-2.8125rem;z-index:-1}.wysiwyg ul{list-style:none;margin-left:0;color:#666;margin-bottom:1.25rem}.wysiwyg ul li{margin-bottom:.625rem}.wysiwyg ul li:before{content:"\2022";color:#008656;display:inline-block;width:.9375rem;margin-left:0}.wysiwyg .h3,.wysiwyg h3{font-size:1.5rem;line-height:2rem;margin-bottom:1.25rem;color:#666}.navbar-collapse{-webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;-ms-transition:all .3s;transition:all .3s}.dropdown-menu-right{right:0!important;left:unset!important}@keyframes slideIn-menu{to{transform:translateY(0);opacity:1}0%{transform:translateY(1rem);opacity:0}}@-webkit-keyframes slideIn-menu{to{-webkit-transform:translateY(0);-webkit-opacity:1}0%{-webkit-transform:translateY(1rem);-webkit-opacity:0}}.slideIn-menu{-webkit-animation-name:slideIn-menu;animation-name:slideIn-menu}.animate-menu{animation-duration:.3s;-webkit-animation-duration:.3s;animation-fill-mode:both;-webkit-animation-fill-mode:both}.collapse:not(.show){display:none}@media (min-width:1200px){.main-wrapper{position:relative}}@media (min-width:1200px){.main-wrapper--top-nav{position:relative;padding-top:9.0625rem}}.navbar-toggler:focus{box-shadow:none}@media (min-width:1200px){#main-navbar{position:absolute;width:100%;top:0;left:0}#main-navbar .scroll-indicator{background-color:#008656;position:relative;width:0;height:.3125rem;-moz-box-shadow:0 .125rem .25rem rgba(0,0,0,.1);-webkit-box-shadow:0 .125rem .25rem rgba(0,0,0,.1);box-shadow:0 .125rem .25rem rgba(0,0,0,.1)}}.top-bar{background-color:#ededed}.top-bar-nav .nav-item a{padding:.625rem 1.875rem .625rem 3.125rem;font-size:1rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;color:#898989}.top-bar-nav .nav-item a:hover{background-color:#dbdada}.top-bar-nav .nav-item a i{margin-right:.9375rem}.main-menu{background-color:#fff}.main-menu__buttons{display:flex;list-style:none;margin-bottom:0;align-items:center;padding:0}.main-menu__buttons li{position:relative;padding-right:.75rem;padding-left:.75rem}@media (max-width:1250px){.main-menu__buttons li{padding-right:.5rem;padding-left:.5rem}}@media (max-width:1199px){.main-menu__buttons li{font-size:.875rem}}.main-menu__buttons li:first-child{padding-left:0}.main-menu__buttons li:not(:last-child):after{content:"";width:.0625rem;height:1rem;background-color:#212529;position:absolute;right:0;bottom:50%;transform:translateY(50%)}.main-menu__buttons li a{color:#212121}.main-menu .main-search-icon{display:inline-block;cursor:pointer}.main-menu .main-search-form{margin-bottom:0;margin-right:.9375rem;display:none;animation-duration:.5s}.main-menu .main-search-input{border:none;border-bottom:.0625rem solid #666;box-shadow:none;outline:none;height:1.875rem;width:17.1875rem;border-radius:0;padding:.5rem 0}@media (max-width:575.98px){.main-menu .main-search-input{width:12.5rem}}@media (min-width:991px){.main-menu{padding-top:.9375rem}}.main-menu .dropdown-menu:not(.megamenu){background-color:#fff;border-radius:0}.main-menu .dropdown-menu:not(.megamenu)>a{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:1rem;font-weight:700;color:#212121;opacity:.6}.main-menu .dropdown-menu:not(.megamenu)>a:active{background-color:#fff}.main-menu .dropdown-menu:not(.megamenu)>a:hover{opacity:1;background-color:#fff}.main-menu .dropdown-menu:not(.megamenu)>a:not(:last-child){margin-bottom:.625rem}@media (min-width:992px){.main-menu .dropdown-menu:not(.megamenu){top:3.4375rem!important}}.main-menu .dropdown-toggle:after{display:none}@media (max-width:991px){.main-menu .container{position:relative}.main-menu .container .nav-item,.main-menu .container .nav-item--button,.main-menu .container .nav-item--form{margin-bottom:.9375rem}.main-menu .container .nav-item--form input{font-size:1rem;border-radius:.375rem;background-color:hsla(0,0%,85%,.4);border:none}.main-menu .container .nav-item--form input:active,.main-menu .container .nav-item--form input:focus{box-shadow:none}.main-menu .container .navbar__phone{position:absolute;top:.9375rem;left:0;padding:0}.main-menu .container .navbar-toggler{position:absolute;top:.9375rem;right:0;padding:0}.main-menu .container .navbar-toggler i{color:#212121}.main-menu .container .navbar-toggler:focus{outline:0}}.main-menu__logo{width:10rem;height:auto;font-size:1rem}@media (min-width:992px){.main-menu__logo{margin-top:.9375rem}}@media (max-width:991.98px){.main-menu__logo{margin:0 auto}}.main-menu .mega-menu__bottom-link{border-top:.0625rem solid hsla(0,0%,100%,.16);padding:1.25rem 0}.main-menu .mega-menu__bottom-link a{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:1rem;font-weight:600;letter-spacing:.00625rem;color:#fff;line-height:normal;text-transform:uppercase}.main-menu .mega-menu__bottom-link a:hover{text-decoration:none}.main-menu .nav-item:last-child>a{margin-right:0!important;padding-right:0!important}.main-menu .nav-item>a{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:1.25rem;font-weight:600;color:#666;margin-right:1.25rem;z-index:1;padding:0}@media (max-width:1250px){.main-menu .nav-item>a{margin-right:.3125rem;font-size:1.125rem}}@media (max-width:1199px){.main-menu .nav-item>a{margin-right:.3125rem;font-size:.875rem}}.main-menu .nav-item>a:hover{color:#008656}@media (min-width:992px){.main-menu .nav-item:first-child>a{position:relative;margin-left:.9375rem}}.main-menu .nav-item.show .nav-link{color:#008656}.main-menu .nav-item.show .nav-link:before{content:"";position:absolute;width:2.1875rem;height:2.1875rem;background:hsla(0,0%,93%,.75);top:-.8125rem;left:-.1875rem;z-index:-1}@media (min-width:1200px){.main-menu .nav-item.show .nav-link{position:relative;outline:none}}.menu-large{position:static!important}.menu-large a.dropdown-toggle:after{display:none}.megamenu{padding:1.25rem;width:100%}.megamenu .service-menu-list{margin-top:2.1875rem!important}.megamenu.dropdown-menu{top:calc(100% - 2px)!important;border-radius:0;border:none;border:1px solid #eee}@media (min-width:992px){.megamenu.dropdown-menu{padding:3.75rem 0;background-color:#f6f6f6}}.megamenu div.container div.row li ul{padding:0;margin:0}.megamenu div.container div.row li ul>li{list-style:none;padding-left:0}.megamenu div.container div.row li ul>li>a{display:block;margin-bottom:1.25rem;clear:both;color:#212121;white-space:normal;opacity:.6;font-size:1rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700}.megamenu div.container div.row li ul>li>a:focus,.megamenu div.container div.row li ul>li>a:hover{text-decoration:none;opacity:1}.megamenu .featured-col .h3,.megamenu .featured-col h3{font-size:1.25rem;line-height:normal;color:#212121}.megamenu .featured-col p{font-size:.875rem;color:#212121}.megamenu .featured-col .h4 a,.megamenu .featured-col h4 a{font-size:1rem;text-decoration:underline}.nav-item.dropdown.nav-item-flag-dropdown{margin-left:.3125rem}.nav-item.dropdown.nav-item-flag-dropdown a.nav-item-flag-dropdown__item{font-size:1rem;line-height:1.375rem;font-weight:500}@media (max-width:768px){.megamenu{margin-left:0;margin-right:0}.megamenu>li{margin-bottom:1.875rem}.megamenu>li:last-child{margin-bottom:0}.navbar-nav .open .dropdown-menu .dropdown-header{color:#fff}}header#main-navbar{position:relative;background-color:#fff;width:100%;top:0;left:0}header#main-navbar.ticker-closed{top:0!important}header#main-navbar.affix{position:fixed;z-index:999;animation-duration:.5s;top:0}@media (max-width:767px){header#main-navbar.affix{top:0}}header#main-navbar.affix #mobile-device-menu.open{top:98px;bottom:0;left:0;right:0;position:fixed;overflow-y:scroll;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#333f48 #333f48;height:465%}header#main-navbar.affix #mobile-device-menu.open+.scroll-indicator{display:none}header#main-navbar.affix #mobile-device-menu.open::-webkit-scrollbar{width:0}@media (max-width:767px){header#main-navbar.affix #mobile-device-menu.open{height:458%}}header#main-navbar.affix #mobile-device-menu .card,header#main-navbar.affix #mobile-device-menu .row{display:contents}@media (max-width:1199px){header#main-navbar{position:relative}}header#main-navbar .scroll-indicator{background-color:#008656;position:relative;width:0;height:.3125rem;-moz-box-shadow:0 .125rem .25rem rgba(0,0,0,.1);-webkit-box-shadow:0 .125rem .25rem rgba(0,0,0,.1);box-shadow:0 .125rem .25rem rgba(0,0,0,.1)}header#main-navbar ul.support-nav{list-style:none;padding-left:0;margin-bottom:0;text-align:right}@media (max-width:991px){header#main-navbar ul.support-nav{display:none}}header#main-navbar ul.support-nav li{display:inline-block;position:relative;padding:.5rem .5rem 0}header#main-navbar ul.support-nav li a{color:#212121;font-size:.8125rem;font-family:adelle-sans,Arial,Helvetica,sans-serif}header#main-navbar ul.support-nav li a:hover{color:#008656}header#main-navbar ul.support-nav li a.nav-covid-link,header#main-navbar ul.support-nav li a.nav-covid-link:hover{color:#c00000}header#main-navbar ul.support-nav li:first-child{padding-left:0}header#main-navbar ul.support-nav li:not(:last-child):after{content:"";width:.0625rem;height:1rem;background-color:#d8d8d8;position:absolute;right:0;bottom:38%;transform:translateY(50%);margin-right:-2px}header#main-navbar ul.support-nav li .countries-nav-wrapper .countries-nav-btn.dropdown-toggle:after{border-top:.5em solid;border-right:.4em solid transparent;border-left:.4em solid transparent}header#main-navbar ul.support-nav li .countries-nav-wrapper .dropdown-menu a{font-family:Hind,Helvetica Neue,sans-serif;font-size:1rem;font-weight:600;color:#212121;opacity:.6}header#main-navbar ul.support-nav li .countries-nav-wrapper .dropdown-menu a img{height:16px;width:16px}header#main-navbar ul.support-nav li .countries-nav-wrapper .dropdown-menu a svg{height:16px}header#main-navbar ul.support-nav li .countries-nav-wrapper .dropdown-menu a:not(:last-child){margin-bottom:.625rem}header#main-navbar ul.support-nav li .flag-dropdown__item{font-weight:400!important}header#main-navbar ul.support-nav li .flag-dropdown__item img,header#main-navbar ul.support-nav li .flag-dropdown__item svg{display:none;height:16px;width:16px}@media (max-width:991px){header#main-navbar .main-nav-row{height:100px}}header#main-navbar .main-nav-row .logo-link{display:inline-block}@media (max-width:991px){header#main-navbar .main-nav-row .logo-link{margin-top:2rem}}header#main-navbar .main-nav-row .logo-link .logo-image{width:10rem}@media (max-width:575px){header#main-navbar .main-nav-row .logo-link .logo-image{width:8rem}}@media (max-width:340px){header#main-navbar .main-nav-row .logo-link .logo-image{width:7rem}}header#main-navbar .main-nav-row .logo-link .logo-image.sterling{display:inline-block}header#main-navbar .main-nav-row .logo-link .logo-image.fadv{display:none;width:14.375rem}@media (max-width:1199px){header#main-navbar .main-nav-row .logo-link .logo-image.fadv{width:10rem;padding:.65rem 0 .25rem}}@media (max-width:991px){header#main-navbar .main-nav-row .logo-link .logo-image.fadv{padding-top:.5rem}}@media (max-width:370px){header#main-navbar .main-nav-row .logo-link .logo-image.fadv{width:7.5rem}}@media (max-width:320px){header#main-navbar .main-nav-row .logo-link .logo-image.fadv{width:7rem}}header#main-navbar .main-nav-row ul.the-main-nav{list-style:none;padding-left:0;margin-bottom:0;margin-left:3rem;display:inline-block}@media (max-width:1199px){header#main-navbar .main-nav-row ul.the-main-nav{margin-left:1rem}}@media (max-width:991px){header#main-navbar .main-nav-row ul.the-main-nav{display:none}}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item{display:inline-block;padding-bottom:29px}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item:hover>.dropdown-menu{display:block}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item a.dropdown-link{color:#212121;font-size:1.25rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;padding:0 1rem;position:relative;top:6px}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item a.dropdown-link:hover,header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item a.dropdown-link[aria-expanded=true]{color:#008656}@media (max-width:1199px){header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item a.dropdown-link{padding:0 .5rem;font-size:1rem}}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper{width:100%;background-color:#f6f6f6;border:none;border-radius:0;top:116px!important;left:0;right:0;padding:2rem 0;overflow:hidden}@media (max-width:991px){header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper{display:none}}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper.ticker-on{top:10rem!important}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper:after{content:"";position:absolute;z-index:1;width:340px;height:190px;background-image:url("https://www.sterlingcheck.co.uk/wp-content/themes/sterlingemea/resources/assets/images/menu-bg-pattern.svg");background-repeat:no-repeat;background-position:100% 100%;background-size:contain;right:-.625rem;bottom:0}@media (max-width:1399px){header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper:after{width:320px;height:170px}}@media (max-width:1299px){header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper:after{width:300px;height:150px}}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-resource-section{margin-right:3rem}@media (max-width:1199px){header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-resource-section{margin-right:0}}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-resource-section a.resource-link{display:block;padding:.7rem;border:1px solid transparent}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-resource-section a.resource-link:hover{border:1px solid #008656;border-radius:5px}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-resource-section a.resource-link:hover .resource-desc,header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-resource-section a.resource-link:hover .resource-heading{color:#008656}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-resource-section a.resource-link .resource-heading{text-transform:uppercase;color:#212121;font-size:1rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;margin-bottom:.5rem;line-height:1.4}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-resource-section a.resource-link .resource-desc{color:#212121;font-size:1rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;min-height:67px;line-height:1.4}@media (max-width:1199px){header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-resource-section a.resource-link .resource-desc{min-height:88px}}@media (max-width:1199px){header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-resource-section .resource-sm-wrapper{min-height:142px}}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-resource-section .resource-sm-wrapper .resource-sm-heading{text-transform:uppercase;color:#212121;font-size:1rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;margin-bottom:.5rem;padding:.72rem .55rem 0;line-height:1.4}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-resource-section .resource-sm-wrapper ul.resource-sm-list{list-style:none;padding-left:0;min-height:80px}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-resource-section .resource-sm-wrapper ul.resource-sm-list li.resource-sm-item a.resource-sm-link{display:block;color:#212121;font-size:1rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;padding:.1rem .5rem;border:1px solid transparent;border-radius:5px}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-resource-section .resource-sm-wrapper ul.resource-sm-list li.resource-sm-item a.resource-sm-link:hover{color:#008656;border:1px solid #008656}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .industry-heading{text-transform:uppercase;color:#212121;font-size:1rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;line-height:1.4}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-industry-section .industry-heading-block{height:28px}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-industry-section ul.industry-list{list-style:none;padding-left:0}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-industry-section ul.industry-list li.industry-list-item a.industry-link{display:block;color:#212121;border:1px solid transparent;border-radius:5px;line-height:1.4;padding:.7rem .4rem;font-size:1rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;position:relative}@media (max-width:1199px){header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-industry-section ul.industry-list li.industry-list-item a.industry-link{font-size:.8rem}}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-industry-section ul.industry-list li.industry-list-item a.industry-link:hover{color:#008656;border:1px solid #008656}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-industry-section ul.industry-list li.industry-list-item a.industry-link:hover svg g{opacity:1}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-industry-section ul.industry-list li.industry-list-item a.industry-link:hover svg circle,header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-industry-section ul.industry-list li.industry-list-item a.industry-link:hover svg path,header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-industry-section ul.industry-list li.industry-list-item a.industry-link:hover svg rect{fill:#008656;opacity:1}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-industry-section ul.industry-list li.industry-list-item a.industry-link svg{width:30px!important;font-size:25px;margin-right:.5rem;vertical-align:middle}@media (max-width:1199px){header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-industry-section ul.industry-list li.industry-list-item a.industry-link svg{width:25px!important;font-size:20px}}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-industry-section ul.industry-list li.industry-list-item a.industry-link .industry-text{position:relative;top:2px}@media (max-width:1199px){header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-industry-section ul.industry-list li.industry-list-item a.industry-link .industry-text{display:inline-block}}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-service-section:not(:last-child){margin-bottom:2rem}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-service-section .subnav-heading{font-size:1rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;text-transform:uppercase;color:#212121;line-height:1.4;margin-bottom:.7rem;padding-left:.6rem;padding-right:.6rem}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-service-section ul.subnav-list{padding-left:0;list-style:none}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-service-section ul.subnav-list li a.sub-nav-link{font-size:1rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;color:#212121;line-height:1.4;padding:.1rem .5rem;border:1px solid transparent;border-radius:5px;margin-bottom:.3rem;display:block}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-service-section ul.subnav-list li a.sub-nav-link:hover{border:1px solid #008656}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-about-section{max-width:404px}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-about-section:not(:last-child){margin-bottom:2rem}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-about-section.middle-col{margin-left:8%}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-about-section a.nav-about-link{display:block;padding:.5rem;border:1px solid transparent;border-radius:5px}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-about-section a.nav-about-link:hover{border:1px solid #008656}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-about-section a.nav-about-link:hover svg g{opacity:1}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-about-section a.nav-about-link:hover svg circle,header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-about-section a.nav-about-link:hover svg path{fill:#008656;opacity:1}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-about-section a.nav-about-link:hover .nav-about-link-text-wrapper .nav-about-desc,header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-about-section a.nav-about-link:hover .nav-about-link-text-wrapper .nav-about-heading{color:#008656}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-about-section a.nav-about-link svg{width:40px;float:left;margin-right:1rem}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-about-section a.nav-about-link .nav-about-link-text-wrapper{display:inline-block;width:80%}@media (max-width:1199px){header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-about-section a.nav-about-link .nav-about-link-text-wrapper{width:78%}}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-about-section a.nav-about-link .nav-about-link-text-wrapper .nav-about-heading{text-transform:uppercase;line-height:1.4;color:#212121;font-size:1rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;margin-bottom:.3rem}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .subnav-about-section a.nav-about-link .nav-about-link-text-wrapper .nav-about-desc{color:#212121;font-size:1rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;line-height:1.4}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .side-nav-section{margin-left:-15px;position:relative}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .side-nav-section .background-overlay{position:absolute;width:10000px;height:5000px;top:-20%;left:0;right:0;bottom:1000px;background-color:#212121;z-index:0}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .side-nav-section .featured-post-wrapper{position:relative;background-color:#333f48;z-index:1;padding-left:31px}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .side-nav-section .featured-post-wrapper .featured-post-heading{text-transform:uppercase;color:#d8d8d8;font-size:.8125rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .side-nav-section .featured-post-wrapper .featured-post-image{width:100%;min-height:132px;background-size:cover;background-repeat:no-repeat;background-position:50%}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .side-nav-section .featured-post-wrapper .featured-post-title{color:#fff;font-size:1rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:600;margin:1rem 0 .5rem;line-height:1.4}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .side-nav-section .featured-post-wrapper .arrow-cta{font-size:.875rem;font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:700}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .side-nav-section .featured-post-wrapper .arrow-cta:hover .right-arrow{margin-left:1.875rem}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .side-nav-section .featured-post-wrapper .arrow-cta .right-arrow{margin-left:1rem;width:1.5rem}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .side-nav-section .resource-hub-wrapper{position:relative;background-color:#333f48;z-index:1;padding-left:31px}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .side-nav-section .resource-hub-wrapper .resource-hub-heading{text-transform:uppercase;color:#d8d8d8;font-size:.8125rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .side-nav-section .resource-hub-wrapper .covid-hub-image{width:100%;margin-bottom:1rem}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .side-nav-section .resource-hub-wrapper ul.covid-related-list{list-style:none;padding-left:0}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .side-nav-section .resource-hub-wrapper ul.covid-related-list li.covid-related-item{margin-bottom:.5rem}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .side-nav-section .resource-hub-wrapper ul.covid-related-list li.covid-related-item a.covid-related-link{color:#fff;background:transparent;padding:1rem 2rem 1rem 0;display:block;border-radius:5px;font-size:1rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:600;-webkit-transition:padding-left .3s;-moz-transition:padding-left .3s;-o-transition:padding-left .3s;transition:padding-left .3s}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .side-nav-section .resource-hub-wrapper ul.covid-related-list li.covid-related-item a.covid-related-link:hover{padding-left:.5rem;background-color:#008656}@media (max-width:1220px){header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .side-nav-section .resource-hub-wrapper ul.covid-related-list li.covid-related-item a.covid-related-link{font-size:.9375rem}}@media (max-width:1199px){header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .side-nav-section .resource-hub-wrapper ul.covid-related-list li.covid-related-item a.covid-related-link{font-size:.8125rem}}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .side-nav-section .resource-hub-wrapper ul.covid-related-list li.covid-related-item a.covid-related-link .covid-icon{width:50px;height:30px}@media (max-width:1199px){header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .side-nav-section .resource-hub-wrapper ul.covid-related-list li.covid-related-item a.covid-related-link .covid-icon{display:none}}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .side-nav-section .featured-industry-wrapper{position:relative;background:transparent;z-index:2;padding-left:31px}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .side-nav-section .featured-industry-wrapper .featured-heading{text-transform:uppercase;color:#212121;font-size:.8125rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .side-nav-section .featured-industry-wrapper .featured-image{border:1px solid #fff;width:100%;height:7.8125rem;background-size:cover;background-position:50%;background-repeat:no-repeat}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .side-nav-section .featured-industry-wrapper .industry-title{margin-top:1rem;color:#212121;font-size:1.125rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .side-nav-section .featured-industry-wrapper .industry-subline{margin-bottom:1rem;color:#212121;font-size:1rem;font-family:adelle-sans,Arial,Helvetica,sans-serif}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .side-nav-section .featured-industry-wrapper .industry-desc{margin-bottom:1rem;color:#212121;font-size:1rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;line-height:1.4}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .side-nav-section .featured-industry-wrapper .featured-link:hover{text-decoration:none}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .side-nav-section .featured-industry-wrapper .featured-link:hover .industry-title,header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .side-nav-section .featured-industry-wrapper .featured-link:hover .text-cta{color:#008656}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .side-nav-section .featured-industry-wrapper .featured-link:hover .featured-image{border:1px solid #008656}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .side-nav-section .featured-industry-wrapper .featured-link .text-cta{color:#212121}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .side-nav-section .featured-industry-wrapper .featured-link .text-cta .svg-inline--fa{color:#008656}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .side-nav-section .sterling-difference-section{position:relative;background-color:#333f48;z-index:1}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .side-nav-section .sterling-difference-section .sterling-difference-heading{text-transform:uppercase;color:#d8d8d8;font-size:.8125rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;margin-left:2rem;margin-bottom:1.25rem;line-height:1.4}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .side-nav-section .sterling-difference-section ul.sterling-difference-list{list-style:none;padding-left:1rem}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .side-nav-section .sterling-difference-section ul.sterling-difference-list li.difference-item{margin-bottom:1rem}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .side-nav-section .sterling-difference-section ul.sterling-difference-list li.difference-item a.item-btn{display:block;color:#fff;font-size:1rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;border-radius:5px;font-weight:600;padding:.5rem 1rem}@media (max-width:1199px){header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .side-nav-section .sterling-difference-section ul.sterling-difference-list li.difference-item a.item-btn{font-size:.8125rem}}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .side-nav-section .sterling-difference-section ul.sterling-difference-list li.difference-item a.item-btn .service-icon{margin-right:.5rem;width:40px;height:26px;display:inline-block;background-position:50%;background-size:cover;background-repeat:no-repeat;position:relative;top:4px}@media (max-width:1199px){header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .side-nav-section .sterling-difference-section ul.sterling-difference-list li.difference-item a.item-btn .service-icon{width:30px;height:24px}}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .side-nav-section .sterling-difference-section ul.sterling-difference-list li.difference-item a.item-btn .service-text{display:inline-block;position:relative;top:-3px}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .side-nav-section .sterling-difference-section ul.sterling-difference-list li.difference-item a.item-btn:hover{background-color:#008656;padding-left:1.5rem;-webkit-transition:padding-left .3s;-moz-transition:padding-left .3s;-o-transition:padding-left .3s;transition:padding-left .3s}header#main-navbar .main-nav-row ul.the-main-nav li.main-nav-list-item .megamenu-wrapper .side-nav-section .sterling-difference-section ul.sterling-difference-list li.difference-item a.item-btn:hover svg g{opacity:1}header#main-navbar .main-nav-row ul.contact-nav{float:right;list-style:none;padding-left:0;margin-bottom:0;display:inline-block;margin-top:.9rem}@media (max-width:991px){header#main-navbar .main-nav-row ul.contact-nav{margin-top:1.1rem}}@media (max-width:575px){header#main-navbar .main-nav-row ul.contact-nav{margin-top:1.3rem}}header#main-navbar .main-nav-row ul.contact-nav li{display:inline-block}header#main-navbar .main-nav-row ul.contact-nav li a.contact-link{color:#212121;font-size:1rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;margin-right:1rem}header#main-navbar .main-nav-row ul.contact-nav li a.contact-link:hover{color:#008656}@media (max-width:991px){header#main-navbar .main-nav-row ul.contact-nav li a.contact-link.client-login{display:none}}@media (max-width:575px){header#main-navbar .main-nav-row ul.contact-nav li .dutch span{display:none}}@media (max-width:575px){header#main-navbar .main-nav-row ul.contact-nav li .dutch:after{content:"Contact"}}header#main-navbar .main-nav-row ul.contact-nav li .contact-btn{font-size:.9375rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700;position:relative;background-color:transparent;border-radius:6.25rem;border:2px solid #a9dd2a;color:#212121;padding:.3rem .9rem}@media (max-width:991px){header#main-navbar .main-nav-row ul.contact-nav li .contact-btn{display:inline-block;margin-right:1rem;margin-top:1rem;padding:.2rem 1rem}}@media (max-width:575px){header#main-navbar .main-nav-row ul.contact-nav li .contact-btn{padding:.1rem .4rem 0}}@media (max-width:340px){header#main-navbar .main-nav-row ul.contact-nav li .contact-btn{font-size:.75rem}}header#main-navbar .main-nav-row ul.contact-nav li .contact-btn:hover{background-color:#a9dd2a;-webkit-transition:all .2s;-moz-transition:all .2s;-o-transition:all .2s;transition:all .2s}header#main-navbar .main-nav-row ul.contact-nav li .mobile-nav-button{display:none}@media (max-width:991px){header#main-navbar .main-nav-row ul.contact-nav li .mobile-nav-button{display:inline-block}}header#main-navbar .main-nav-row ul.contact-nav li .mobile-nav-button #nav-burger{width:35px;height:30px;position:relative;top:10px;margin:0 auto;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer}@media (max-width:575px){header#main-navbar .main-nav-row ul.contact-nav li .mobile-nav-button #nav-burger{top:11px}}header#main-navbar .main-nav-row ul.contact-nav li .mobile-nav-button #nav-burger.open span:first-child{top:12px;width:0;left:50%}header#main-navbar .main-nav-row ul.contact-nav li .mobile-nav-button #nav-burger.open span:nth-child(2){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}header#main-navbar .main-nav-row ul.contact-nav li .mobile-nav-button #nav-burger.open span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}header#main-navbar .main-nav-row ul.contact-nav li .mobile-nav-button #nav-burger.open span:nth-child(4){top:12px;width:0;left:50%}header#main-navbar .main-nav-row ul.contact-nav li .mobile-nav-button #nav-burger span{display:block;position:absolute;height:5px;width:100%;background:#333f48;opacity:1;left:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}header#main-navbar .main-nav-row ul.contact-nav li .mobile-nav-button #nav-burger span:first-child{top:0}header#main-navbar .main-nav-row ul.contact-nav li .mobile-nav-button #nav-burger span:nth-child(2),header#main-navbar .main-nav-row ul.contact-nav li .mobile-nav-button #nav-burger span:nth-child(3){top:12px}header#main-navbar .main-nav-row ul.contact-nav li .mobile-nav-button #nav-burger span:nth-child(4){top:24px}header#main-navbar #mobile-device-menu{background-color:#333f48;position:relative;top:5px;z-index:1000;-moz-transition:all .3s;-o-transition:all .3s;-webkit-transition:all .3s;transition:all .3s;visibility:hidden;opacity:0;height:0}@media (max-width:767px){header#main-navbar #mobile-device-menu .container{padding-right:0;padding-left:0}}@media (max-width:575px){header#main-navbar #mobile-device-menu .container .row{margin-right:0;margin-left:0;display:contents}}@media (max-width:575px){header#main-navbar #mobile-device-menu .container .row .card,header#main-navbar #mobile-device-menu .container .row .col-lg-12{padding-right:0;padding-left:0;display:contents}}header#main-navbar #mobile-device-menu.open{height:auto;top:0;visibility:visible;opacity:1;width:100%}header#main-navbar #mobile-device-menu #mobile-accordion{margin:0 auto}header#main-navbar #mobile-device-menu #mobile-accordion .btn{width:100%;font-weight:700;color:#fff;padding:0;text-align:left;position:relative}header#main-navbar #mobile-device-menu #mobile-accordion .btn .fas{width:45px}header#main-navbar #mobile-device-menu #mobile-accordion .btn .fa-minus,header#main-navbar #mobile-device-menu #mobile-accordion .btn .fa-plus{color:#008656}header#main-navbar #mobile-device-menu #mobile-accordion .btn .fa-stack{font-size:18px;position:absolute;right:25px;width:auto}header#main-navbar #mobile-device-menu #mobile-accordion .non-accordion-card{background-color:#333f48}header#main-navbar #mobile-device-menu #mobile-accordion .non-accordion-card .non-accordion-card-header{padding:1.2rem 1rem;border-top:1px solid #707070}header#main-navbar #mobile-device-menu #mobile-accordion .non-accordion-card .non-accordion-card-header .non-accordion-card-link{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:1.375rem;font-weight:700;color:#fff;width:100%;display:block;cursor:pointer}header#main-navbar #mobile-device-menu #mobile-accordion .non-accordion-card .non-accordion-card-header .non-accordion-card-link .mobile-nav-lang-flag{height:25px}header#main-navbar #mobile-device-menu #mobile-accordion .non-accordion-card .non-accordion-card-header .non-accordion-card-link .mobile-nav-lang-text{top:2px;left:10px;position:relative}header#main-navbar #mobile-device-menu #mobile-accordion .non-accordion-card.country-card .mobile-country-menu{background-color:#fff;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:1rem;font-weight:600;color:#212121;-moz-transition:all .3s;-o-transition:all .3s;-webkit-transition:all .3s;transition:all .3s;height:0;visibility:hidden;display:none}header#main-navbar #mobile-device-menu #mobile-accordion .non-accordion-card.country-card .mobile-country-menu.open{height:100%;visibility:visible;margin-top:1rem;display:block}header#main-navbar #mobile-device-menu #mobile-accordion .non-accordion-card.country-card .mobile-country-menu .flag-dropdown__item img{display:none;height:10px;width:16px}header#main-navbar #mobile-device-menu #mobile-accordion .non-accordion-card.country-card .mobile-country-menu .flag-dropdown__item svg{display:none;height:16px}header#main-navbar #mobile-device-menu #mobile-accordion .card{border-radius:0;border:none}header#main-navbar #mobile-device-menu #mobile-accordion .card:first-child .card-header{border-top:none}header#main-navbar #mobile-device-menu #mobile-accordion .card-header{background:#333f48;border-radius:0;border-top:1px solid #707070;padding:1.5rem 1rem}@media (max-width:991px){header#main-navbar #mobile-device-menu #mobile-accordion .card-header{padding:.9rem 1.6rem .9rem 1rem}}header#main-navbar #mobile-device-menu #mobile-accordion .card-header .heading-text{font-family:adelle-sans,Arial,Helvetica,sans-serif;font-size:1.375rem;font-weight:700;color:#fff;width:100%;display:block;cursor:pointer}header#main-navbar #mobile-device-menu #mobile-accordion .card-header[aria-expanded=true]{background:#008656;border-top:none}header#main-navbar #mobile-device-menu #mobile-accordion .card-header[aria-expanded=true] .fa-minus,header#main-navbar #mobile-device-menu #mobile-accordion .card-header[aria-expanded=true] .fa-plus{color:#fff}header#main-navbar #mobile-device-menu #mobile-accordion .card-body{padding:0}header#main-navbar #mobile-device-menu #mobile-accordion .card-body ul.other-subnav-list{list-style:none;padding:1.5rem 1rem;margin-bottom:0;background-color:#f6f6f6}header#main-navbar #mobile-device-menu #mobile-accordion .card-body ul.other-subnav-list li.other-subnav-list-item:not(:last-child){margin-bottom:1.5rem}header#main-navbar #mobile-device-menu #mobile-accordion .card-body ul.other-subnav-list li.other-subnav-list-item a.other-subnav-link{color:#333f48;font-size:1.125rem;font-family:adelle-sans,Arial,Helvetica,sans-serif}header#main-navbar #mobile-device-menu #mobile-accordion .card-body ul.other-subnav-list li.other-subnav-list-item a.other-subnav-link:hover{color:#008656}header#main-navbar #mobile-device-menu #mobile-accordion .card-body #mobile-services-accordion.mobile-subnav-accordion{margin:0 auto;box-shadow:none}header#main-navbar #mobile-device-menu #mobile-accordion .card-body #mobile-services-accordion.mobile-subnav-accordion .btn{width:100%;font-weight:700;font-size:1rem;color:#212121;padding:0;text-align:left;position:relative;outline:none}header#main-navbar #mobile-device-menu #mobile-accordion .card-body #mobile-services-accordion.mobile-subnav-accordion .btn .fas{width:45px}header#main-navbar #mobile-device-menu #mobile-accordion .card-body #mobile-services-accordion.mobile-subnav-accordion .btn .fa-minus,header#main-navbar #mobile-device-menu #mobile-accordion .card-body #mobile-services-accordion.mobile-subnav-accordion .btn .fa-plus{color:#008656}header#main-navbar #mobile-device-menu #mobile-accordion .card-body #mobile-services-accordion.mobile-subnav-accordion .btn .fa-stack{font-size:18px;position:absolute;right:25px;width:auto}header#main-navbar #mobile-device-menu #mobile-accordion .card-body #mobile-services-accordion.mobile-subnav-accordion .btn .heading-text{padding-right:25px;font-weight:700}header#main-navbar #mobile-device-menu #mobile-accordion .card-body #mobile-services-accordion.mobile-subnav-accordion .card{border-radius:0;border-bottom:none;border-left:none;border-right:none}header#main-navbar #mobile-device-menu #mobile-accordion .card-body #mobile-services-accordion.mobile-subnav-accordion .card:not(:first-child){border-top:1px solid #c0bfb5}header#main-navbar #mobile-device-menu #mobile-accordion .card-body #mobile-services-accordion.mobile-subnav-accordion .card-header{border-radius:0;border:none;background-color:#fff;transition:all .3s}header#main-navbar #mobile-device-menu #mobile-accordion .card-body #mobile-services-accordion.mobile-subnav-accordion .card-header .heading-text{color:#333f48;text-transform:uppercase;font-size:1.125rem;font-family:adelle-sans,Arial,Helvetica,sans-serif;font-weight:700}header#main-navbar #mobile-device-menu #mobile-accordion .card-body #mobile-services-accordion.mobile-subnav-accordion .card-body{background-color:#f6f6f6}header#main-navbar #mobile-device-menu #mobile-accordion .card-body #mobile-services-accordion.mobile-subnav-accordion .card-body ul.services-subnav-list{list-style:none;padding:1.5rem 1rem;margin-bottom:0}header#main-navbar #mobile-device-menu #mobile-accordion .card-body #mobile-services-accordion.mobile-subnav-accordion .card-body ul.services-subnav-list li.services-subnav-list-item:not(:last-child){margin-bottom:1.5rem}header#main-navbar #mobile-device-menu #mobile-accordion .card-body #mobile-services-accordion.mobile-subnav-accordion .card-body ul.services-subnav-list li.services-subnav-list-item a.services-subnav-link{color:#333f48;font-size:1.125rem;font-family:adelle-sans,Arial,Helvetica,sans-serif}header#main-navbar #mobile-device-menu #mobile-accordion .card-body #mobile-services-accordion.mobile-subnav-accordion .card-body ul.services-subnav-list li.services-subnav-list-item a.services-subnav-link:hover{color:#008656}header#main-navbar #mobile-device-menu #mobile-accordion .card-body #mobile-services-accordion.mobile-subnav-accordion .btn-link:focus,header#main-navbar #mobile-device-menu #mobile-accordion .card-body #mobile-services-accordion.mobile-subnav-accordion .btn-link:hover{text-decoration:none}header#main-navbar #mobile-device-menu #mobile-accordion .card-body #mobile-services-accordion.mobile-subnav-accordion li+li{margin-top:10px}header#main-navbar #mobile-device-menu #mobile-accordion .btn-link:focus,header#main-navbar #mobile-device-menu #mobile-accordion .btn-link:hover{text-decoration:none}header#main-navbar #mobile-device-menu #mobile-accordion li+li{margin-top:10px}.logo-tooltip-active{padding:0!important}.logo-tooltip-active .modal-backdrop{background-color:#212121!important}#logoModalTooltip .modal-dialog{position:absolute;top:9.375rem;left:1.25rem;width:18.75rem}@media (max-width:576px){#logoModalTooltip .modal-dialog{width:17.5rem;left:.3125rem}}#logoModalTooltip .modal-content:before{content:"";display:inline-block!important;width:0;height:0;border-left:.625rem solid transparent;border-top:.625rem solid #fff;border-bottom:.625rem solid transparent;vertical-align:middle;transform:rotate(-45deg);position:absolute;top:-.375rem;left:1.25rem}#logoModalTooltip .modal-content .modal-header{padding:.625rem .625rem 0}#logoModalTooltip .modal-content .modal-header .modal-title{line-height:1.3;font-size:1.125rem;padding-right:0}#logoModalTooltip .modal-content .modal-header .modal-title .text-green{color:#008656!important}@media (max-width:425px){#logoModalTooltip .modal-content .modal-header .modal-title{font-size:1rem}}#logoModalTooltip .modal-content .modal-header .close{position:relative;font-family:Roboto,Arial,Helvetica,sans-serif;font-size:1.5rem;color:#212121;padding:0;top:-.3125rem;right:0}#logoModalTooltip .modal-content .modal-header .close:hover{opacity:.5}#logoModalTooltip .modal-content .modal-body{padding:.3125rem .625rem .625rem}#logoModalTooltip .modal-content .modal-body .logo-tips{font-size:1rem;line-height:1.3}@media (max-width:425px){#logoModalTooltip .modal-content .modal-body .logo-tips{font-size:.875rem}}.accordion__item{margin-bottom:1.875rem;border-bottom:.0625rem solid #c3c3c3}.accordion__title{position:relative}.accordion__title--details .h5,.accordion__title--details h5{font-size:1.125rem}.accordion__title .h5,.accordion__title h5{cursor:pointer;font-family:Roboto,Arial,Helvetica,sans-serif;font-weight:700;color:#666;margin-bottom:.9375rem;width:80%;font-size:1rem}.accordion__title[aria-expanded=true]{border-color:#008656}.accordion__title[aria-expanded=true] .h5,.accordion__title[aria-expanded=true] h5{color:#008656}.accordion__title[aria-expanded=true]:after{background-color:#008656;border-color:#008656}.accordion__title:after{content:"";width:.625rem;height:.625rem;border:.0625rem solid #666;position:absolute;color:#c3c3c3;top:.625rem;right:.625rem}.accordion__title p{color:#666}