@-ms-viewport{width:device-width}
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}[hidden],template{display:none}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}@font-face{font-family:UniversLT-CondensedBold;src:url(../_fonts/35B076_0_0.eot);src:url(../_fonts/35B076_0_0.eot?#iefix) format("embedded-opentype"),url(../_fonts/35B076_0_0.woff2) format("woff2"),url(../_fonts/35B076_0_0.woff) format("woff"),url(../_fonts/35B076_0_0.ttf) format("truetype")}@font-face{font-family:UniversLTPro-45Light;src:url(../_fonts/35B076_1_0.eot);src:url(../_fonts/35B076_1_0.eot?#iefix) format("embedded-opentype"),url(../_fonts/35B076_1_0.woff2) format("woff2"),url(../_fonts/35B076_1_0.woff) format("woff"),url(../_fonts/35B076_1_0.ttf) format("truetype")}@font-face{font-family:UniversLTStd-Bold;src:url(../_fonts/35B076_2_0.eot);src:url(../_fonts/35B076_2_0.eot?#iefix) format("embedded-opentype"),url(../_fonts/35B076_2_0.woff2) format("woff2"),url(../_fonts/35B076_2_0.woff) format("woff"),url(../_fonts/35B076_2_0.ttf) format("truetype")}*{outline:none;box-sizing:border-box}body{direction:ltr;background:#fff;line-height:1.4;-webkit-font-smoothing:antialiased;margin:0;padding:0;color:#1f1f1f}h2{font-size:24px;font-size:1.5rem}h2,h3{line-height:1.3}h3{font-size:32px;font-size:2rem}h1,h2,h3,p{margin:0;padding:0;font-weight:400}h1 strong,h2 strong,h3 strong,p strong{font-family:UniversLTStd-Bold,Arial,sans-serif;font-weight:400}.wrapper{overflow:hidden;min-width:300px}body{color:#000;font-size:16px;font-size:1rem;font-family:UniversLTPro-45Light,Arial,sans-serif}h2,h3{font-family:UniversLT-CondensedBold,Arial,sans-serif}.clearfix:after{clear:both;content:"";display:table}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */.animated{animation-duration:.6s;animation-fill-mode:both;opacity:0}.animated.infinite{animation-iteration-count:infinite}@keyframes a{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:a;-ms-transform-origin:center bottom;transform-origin:center bottom}@keyframes b{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:b}@keyframes c{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:c}@keyframes d{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:d}@keyframes e{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:e}@keyframes f{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:f}@keyframes g{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{-ms-transform-origin:top center;transform-origin:top center;animation-name:g}@keyframes h{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:h}@keyframes i{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.wobble{animation-name:i}@keyframes j{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.39062deg) skewY(.39062deg)}88.8%{transform:skewX(-.19531deg) skewY(-.19531deg)}}.jello{animation-name:j;-ms-transform-origin:center;transform-origin:center}@keyframes k{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-duration:.75s;animation-name:k}@keyframes l{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:translateZ(0)}}.bounceInDown{animation-name:l}@keyframes m{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:translateZ(0)}}.bounceInLeft{animation-name:m}@keyframes n{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:translateZ(0)}}.bounceInRight{animation-name:n}@keyframes o{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:o}@keyframes p{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-duration:.75s;animation-name:p}@keyframes q{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:q}@keyframes r{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:r}@keyframes s{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:s}@keyframes t{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:t}@keyframes u{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:u}@keyframes v{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDown{animation-name:v}@keyframes w{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInDownBig{animation-name:w}@keyframes x{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeft{animation-name:x}@keyframes y{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInLeftBig{animation-name:y}@keyframes z{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRight{animation-name:z}@keyframes A{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.fadeInRightBig{animation-name:A}@keyframes B{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUp{animation-name:B}@keyframes C{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.fadeInUpBig{animation-name:C}@keyframes D{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:D}@keyframes E{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:E}@keyframes F{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:F}@keyframes G{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:G}@keyframes H{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:H}@keyframes I{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:I}@keyframes J{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:J}@keyframes K{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:K}@keyframes L{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:L}@keyframes M{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:M}@keyframes N{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:N}@keyframes O{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:O}@keyframes P{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-duration:.75s;animation-name:P;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes Q{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{animation-duration:.75s;-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:Q}@keyframes R{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:translateZ(0);opacity:1}}.lightSpeedIn{animation-name:R;animation-timing-function:ease-out}@keyframes S{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:S;animation-timing-function:ease-in}@keyframes T{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:translateZ(0);opacity:1}}.rotateIn{animation-name:T}@keyframes U{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:translateZ(0);opacity:1}}.rotateInDownLeft{animation-name:U}@keyframes V{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:translateZ(0);opacity:1}}.rotateInDownRight{animation-name:V}@keyframes W{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:translateZ(0);opacity:1}}.rotateInUpLeft{animation-name:W}@keyframes X{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:translateZ(0);opacity:1}}.rotateInUpRight{animation-name:X}@keyframes Y{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:Y}@keyframes Z{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:Z}@keyframes ab{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:ab}@keyframes bb{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:bb}@keyframes cb{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:cb}@keyframes db{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-duration:2s;animation-name:db}@keyframes eb{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:eb}@keyframes fb{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.rollIn{animation-name:fb}@keyframes gb{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:gb}@keyframes hb{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:hb}@keyframes ib{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:ib}@keyframes jb{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:jb}@keyframes kb{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:kb}@keyframes lb{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:lb}@keyframes mb{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:mb}@keyframes nb{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:nb}@keyframes ob{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:ob}@keyframes pb{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:pb}@keyframes qb{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:qb}@keyframes rb{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:rb}@keyframes sb{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:sb}@keyframes tb{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:tb}@keyframes ub{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:ub}@keyframes vb{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:vb}@keyframes wb{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:wb}@keyframes xb{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:xb}@keyframes yb{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:yb}.circle{border-radius:50%;width:320px;height:320px;background-color:#ed8c00;left:-160px;top:-80px}.circle,.circle_border{position:absolute;opacity:.25}.circle_border{border-radius:50%;width:240px;height:240px;border:2px solid #ed8c00;background-color:transparent;right:-120px;bottom:-40px}.container{max-width:1200px;margin:0 auto;padding-left:24px;padding-right:24px;position:relative}.header{background-image:url(../_img/header-space.jpg);background-repeat:no-repeat;background-position:bottom;background-size:cover;color:#fff;padding-top:48px;padding-bottom:48px}.header .logo{width:120px;margin-bottom:48px;vertical-align:middle}@media only screen and (min-width:35em){.header .logo{margin-bottom:60px}}@media only screen and (min-width:60em){.header .logo{margin-bottom:72px}}.header .logo__consumer-goods-forum{width:40px;vertical-align:middle}.header .logo__business-insider{width:80px;vertical-align:middle}.header .logo__worldpay{width:100px;vertical-align:middle}.header h1{font-size:36px;font-size:2.25rem;line-height:1.3;margin-bottom:12px}.header h1,.header h1 strong{font-weight:400}@media only screen and (min-width:35em){.header h1{font-size:48px;font-size:3rem}}@media only screen and (min-width:60em){.header h1{font-size:60px;font-size:3.75rem}}.header p{font-size:16px;font-size:1rem}@media only screen and (min-width:35em){.header p{font-size:20px;font-size:1.25rem}}.header__footer{padding-top:48px}@media only screen and (min-width:35em){.header__footer{padding-top:60px}}@media only screen and (min-width:60em){.header__footer{padding-top:72px}}.header__footer p{margin-bottom:12px}.header__footer--association{display:inline-block;height:100%;vertical-align:middle}.header__footer--association img{margin-right:24px}.intro{padding-top:48px;padding-bottom:48px}.intro h2{background-color:#cd1619;padding:12px 24px;color:#fff}.intro p{padding-top:12px;padding-bottom:12px}.sticky-menu .intro{padding-bottom:240px}.navigation{display:none}@media only screen and (min-width:60em){.navigation{display:block}}.navigation .container{padding-left:0;padding-right:0}.navigation .menu{padding-bottom:72px;display:table}.navigation .menu__item{margin:0;padding:0;list-style:none;width:20%;display:table-cell;text-align:left;font-family:UniversLT-CondensedBold,Arial,sans-serif;font-size:18px;font-size:1.125rem;line-height:1.3;color:#fff;text-decoration:none;vertical-align:top}.navigation .menu__item img{width:100%;display:inline-block;float:left;opacity:.5;transition:all .25s ease}.navigation .menu__item span{display:block;width:100%;padding:16px 24px;clear:both}.navigation .menu__item span.menu__item--cont{display:none;padding:0}.navigation .menu__item span.menu__item--full-title{display:inline;padding:0}.navigation .menu__item--rethinking{background-color:#cd1619}.navigation .menu__item--outmanoeuvring{background-color:#39913e}.navigation .menu__item--building{background-color:#115e7f}.navigation .menu__item--empowering{background-color:#ed8c00}.navigation .menu__item--weighing{background-color:#802947}.navigation .menu__item--backtotop{display:none}.navigation .menu__item:active img,.navigation .menu__item:focus img,.navigation .menu__item:hover img{opacity:1}.navigation .menu__sticky{position:fixed;top:0;left:0;right:0;z-index:999;-ms-transform:translateY(-200%);transform:translateY(-200%);transition:all .25s ease;padding-bottom:0}.navigation .menu__sticky .container{max-width:none}.navigation .menu__sticky .menu__item{width:18%;position:relative;overflow:hidden}.navigation .menu__sticky .menu__item span{position:relative}.navigation .menu__sticky .menu__item img{position:absolute;top:0;left:0;right:0;opacity:.25;transition:all .25s ease}.navigation .menu__sticky .menu__item--backtotop{background-color:#bfbfc1;width:10%;display:table-cell;text-align:center;vertical-align:middle}.navigation .menu__sticky .menu__item--backtotop-arrow{fill:#fff;width:40px;height:40px}.navigation .menu__sticky .menu__item:active img,.navigation .menu__sticky .menu__item:focus img,.navigation .menu__sticky .menu__item:hover img{opacity:0}.navigation .menu__sticky--show{-ms-transform:translateY(0);transform:translateY(0)}.pillar{background-repeat:no-repeat;background-position:50%;background-size:cover;z-index:1;position:relative}.pillar .container{position:relative;padding:0}.pillar .panel{width:100%;color:#fff;padding:24px}@media only screen and (min-width:35em){.pillar .panel{width:60%;margin-bottom:80px}}@media only screen and (min-width:60em){.pillar .panel{width:50%;padding:48px}}.pillar .panel__red{background-color:#cf1619;background-color:rgba(205,22,25,.9)}.pillar .panel__green{background-color:#3a933f;background-color:rgba(57,145,62,.9)}.pillar .panel__purple{background-color:#822a48;background-color:rgba(128,41,71,.9)}.pillar .panel__orange{background-color:#f08e00;background-color:rgba(237,140,0,.9)}.pillar .panel__right{float:right}.pillar .panel__left{float:left}.pillar .panel__half{margin-bottom:0;display:table-cell}.pillar .panel__half,.pillar .panel__half:before{background-color:#116081;background-color:rgba(17,94,127,.9)}.pillar .panel__half:before{position:absolute;width:1000%;height:100%;display:block;top:0;left:-1000%;content:""}.pillar .panel__half-right{margin-bottom:0;display:table-cell}.pillar .panel__half-right:after{background-color:#f08e00;background-color:rgba(237,140,0,.9);position:absolute;width:1000%;height:100%;display:block;top:0;right:-1000%;content:""}.pillar .panel h3{font-size:24px;font-size:1.5rem;margin-bottom:12px}@media only screen and (min-width:35em){.pillar .panel h3{font-size:32px;font-size:2rem}}.pillar .panel p{margin-top:12px}.pillar__full-width .container{padding-left:0;padding-right:0;max-width:none;width:100%}@media only screen and (min-width:35em){.pillar__full-width .container{padding-top:480px}}.pillar__full-width .panel{background-color:#ed8c00;color:#fff;width:100%;margin-bottom:0}.pillar__full-width .panel__inner{max-width:1200px;margin:0 auto}@media only screen and (min-width:35em){.pillar__full-width .panel__inner{padding-left:24px;padding-right:24px}}@media only screen and (min-width:60em){.pillar__full-width .panel__inner{padding-left:48px;padding-right:48px}}.pillar__rethinking{background-image:url(../_img/rethinking.jpg)}.pillar__outmanoeuvring{background-image:url(../_img/outmanoeuvring.jpg)}.pillar__building{background-image:url(../_img/building.jpg)}.pillar__empowering{background-position:top;background-image:url(../_img/empowering.jpg)}@media only screen and (min-width:35em){.pillar__empowering .container{padding-left:50%}}.pillar__weighing{background-position:top;background-image:url(../_img/weighing.jpg)}.quotes{background-color:#fff;min-height:100px;text-align:center;padding-top:72px;padding-bottom:72px;position:relative}.quotes .container{max-width:800px;padding-left:12px;padding-right:12px}@media only screen and (min-width:35em){.quotes .container{padding-left:24px;padding-right:24px}}.quotes__slider--slide-quote{margin-top:24px;font-family:UniversLT-CondensedBold,Arial,sans-serif;color:#cd1619;font-size:18px;font-size:1.125rem;padding-left:60px;padding-right:60px}@media only screen and (min-width:35em){.quotes__slider--slide-quote{font-size:24px;font-size:1.5rem;padding-left:96px;padding-right:96px}}.quotes__slider--slide-quote:after{content:"";display:block;margin:24px auto auto;height:1px;width:12%;background-position:0 0;background-color:#000}.quotes__slider--slide-author{padding-top:24px;max-width:320px;margin:0 auto}.quotes__slider--slide-author img{border-radius:50%;background-clip:padding-box;margin-bottom:12px;width:120px;height:120px}.quotes__slider--slide-author-name{font-size:18px;font-size:1.125rem;font-family:UniversLT-CondensedBold,Arial,sans-serif;margin-bottom:4px}.quotes__slider--slide-author-jobtitle{font-size:14px;font-size:.875rem}.quotes__quotemark{fill:#7f7f7f;width:60px;height:60px}.quotes__leftarrow{fill:#eec5c2;width:32px;height:32px}@media only screen and (min-width:35em){.quotes__leftarrow{width:40px;height:40px}}.quotes__rightarrow{fill:#eec5c2;width:32px;height:32px}@media only screen and (min-width:35em){.quotes__rightarrow{width:40px;height:40px}}.tns-outer{padding:0!important;position:relative}.tns-outer [hidden]{display:none!important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-outer.ms-touch{overflow-x:scroll;overflow-y:hidden;-ms-overflow-style:none;-ms-scroll-chaining:none;-ms-scroll-snap-type:mandatory;-ms-scroll-snap-points-x:snapInterval(0,100%)}.tns-slider{transition:all 0s}.tns-slider>.tns-item{box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:"";display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left;margin-right:-100%}.tns-gallery,.tns-no-calc{position:relative;left:0}.tns-gallery{min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;transition:transform 0s,opacity 0s}.tns-lazy-img{transition:opacity .6s;opacity:.6}.tns-lazy-img.loaded{opacity:1}.tns-ah{transition:height 0s}.tns-ovh{overflow:hidden}.tns-hdx{overflow-x:hidden}.tns-hdy{overflow-y:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-fadeOut,.tns-normal{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-controls button{margin:0;padding:0;border:none;border-radius:0;background-color:transparent;position:absolute;top:36px;right:12px;z-index:1}.tns-controls button:first-child{left:12px;right:auto}.statistic{display:block;width:100%;text-align:center;vertical-align:middle;color:#fff;font-family:UniversLT-CondensedBold,Arial,sans-serif;padding:24px 24px 48px;background-color:#116081;background-color:rgba(17,94,127,.9)}@media only screen and (min-width:35em){.statistic{display:table-cell;padding:0 48px;width:50%;background-color:transparent}}.statistic__number{font-size:36px;font-size:2.25rem;line-height:1}@media only screen and (min-width:35em){.statistic__number{font-size:60px;font-size:3.75rem}}.statistic p{font-size:18px;font-size:1.125rem;line-height:1.2;margin:0 auto;max-width:200px}@media only screen and (min-width:35em){.statistic p{font-size:24px;font-size:1.5rem}}.outro{background-color:#cd1619;padding-top:48px;padding-bottom:48px;color:#fff}.outro h2{font-size:32px;font-size:2rem;margin-bottom:12px}@media only screen and (min-width:35em){.outro h2{font-size:48px;font-size:3rem}}.outro p{margin-top:12px;margin-bottom:36px}.footer{padding-top:24px;padding-bottom:24px;background-color:#bfbfc1}.footer p{font-size:14px;font-size:.875rem}.btn:link,.btn:visited{display:inline-block;padding:12px 24px 8px;margin-bottom:0;font-size:20px;font-size:1.25rem;font-weight:400;line-height:1.2;font-family:UniversLT-CondensedBold,Arial,sans-serif;text-align:center;text-transform:uppercase;white-space:nowrap;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;color:#cd1619;background-color:#fff;border-color:#fff;transition:all .25s ease;text-decoration:none}@media only screen and (min-width:35em){.btn:link,.btn:visited{font-size:24px;font-size:1.5rem}}.btn:active,.btn:focus,.btn:hover{color:#fff;background-color:#cd1619;border-color:#fff}
/*# sourceMappingURL=screen.css.map */