html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:top}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */.animated{animation-duration:1s;animation-fill-mode:both}.animated.slow{animation-duration:2s}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.flipOutX,.animated.flipOutY,.animated.bounceIn,.animated.bounceOut{animation-duration:.75s}@keyframes bounce{from,20%,53%,80%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translate3d(0, 0, 0)}40%,43%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0)}70%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0)}90%{transform:translate3d(0, -4px, 0)}}.bounce{animation-name:bounce;-ms-transform-origin:center bottom;transform-origin:center bottom}@keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from{transform:scale3d(1, 1, 1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scale3d(1, 1, 1)}}.pulse{animation-name:pulse}@keyframes rubberBand{from{transform:scale3d(1, 1, 1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scale3d(1, 1, 1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{from,to{transform:translate3d(0, 0, 0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}.shake{animation-name:shake}@keyframes headShake{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:headShake}@keyframes swing{20%{transform:rotate3d(0, 0, 1, 15deg)}40%{transform:rotate3d(0, 0, 1, -10deg)}60%{transform:rotate3d(0, 0, 1, 5deg)}80%{transform:rotate3d(0, 0, 1, -5deg)}to{transform:rotate3d(0, 0, 1, 0deg)}}.swing{-ms-transform-origin:top center;transform-origin:top center;animation-name:swing}@keyframes tada{from{transform:scale3d(1, 1, 1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)}to{transform:scale3d(1, 1, 1)}}.tada{animation-name:tada}@keyframes wobble{from{transform:none}15%{transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)}30%{transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)}45%{transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)}60%{transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)}75%{transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{from,11.1%,to{transform:none}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(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.jello{animation-name:jello;-ms-transform-origin:center;transform-origin:center}@keyframes bounceIn{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scale3d(1, 1, 1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.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:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.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:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{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:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{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:translate3d(0, 0, 0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{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:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0)}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0)}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{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:bounceOutUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{from{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{from{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{from{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{from{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{from{transform:perspective(400px) rotate3d(0, 1, 0, -360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{from{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}to{transform:perspective(400px)}}.flipInX{backface-visibility:visible !important;animation-name:flipInX}@keyframes flipInY{from{transform:perspective(400px) rotate3d(0, 1, 0, 90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(0, 1, 0, -20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}to{transform:perspective(400px)}}.flipInY{backface-visibility:visible !important;animation-name:flipInY}@keyframes flipOutX{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.flipOutX{animation-name:flipOutX;backface-visibility:visible !important}@keyframes flipOutY{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(0, 1, 0, -15deg);opacity:1}to{transform:perspective(400px) rotate3d(0, 1, 0, 90deg);opacity:0}}.flipOutY{backface-visibility:visible !important;animation-name:flipOutY}@keyframes lightSpeedIn{from{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{from{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0, 0, 1, -200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0, 0, 1, -45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0, 0, 1, -90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{from{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate3d(0, 0, 1, 200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{from{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0, 0, 1, 45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{from{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0, 0, 1, -45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{from{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0, 0, 1, -45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{from{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0, 0, 1, 90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0, 0, 1, 80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0, 0, 1, 60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}.hinge{animation-name:hinge}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{from{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{from{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform-origin:center bottom;animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform-origin:center bottom;animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{from{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}.slideOutUp{animation-name:slideOutUp}*{box-sizing:border-box}.container{max-width:1100px;margin-left:auto;margin-right:auto}.container:after{content:"";display:table;clear:both}@media (min-width: 1200px){.container{max-width:1200px}}@media (max-width: 1024px){.container{max-width:100%}}@media (max-width: 736px){.container{max-width:100%}}header{display:block;float:left;width:98%;margin-left:1%;margin-right:1%}@media (min-width: 1200px){header{display:block;float:left;width:98%;margin-left:1%;margin-right:1%}}@media (max-width: 1024px){header{display:block;float:left;width:90%;margin-left:5%;margin-right:5%}}@media (max-width: 736px){header{display:block;float:left;width:90%;margin-left:5%;margin-right:5%}}article{display:block;float:left;width:64.6666666667%;margin-left:1%;margin-right:1%}@media (min-width: 1200px){article{display:block;float:left;width:64.6666666667%;margin-left:1%;margin-right:1%}}@media (max-width: 1024px){article{display:block;float:left;width:56.6666666667%;margin-left:5%;margin-right:5%}}@media (max-width: 736px){article{display:block;float:left;width:90%;margin-left:5%;margin-right:5%}}@media (max-width: 1024px){article{display:block;float:left;width:90%;margin-left:5%;margin-right:5%}}aside{display:block;float:left;width:31.3333333333%;margin-left:1%;margin-right:1%}@media (min-width: 1200px){aside{display:block;float:left;width:31.3333333333%;margin-left:1%;margin-right:1%}}@media (max-width: 1024px){aside{display:block;float:left;width:23.3333333333%;margin-left:5%;margin-right:5%}}@media (max-width: 736px){aside{display:block;float:left;width:90%;margin-left:5%;margin-right:5%}}body{color:#0e2e3c;font-family:"kepler-std",Georgia,serif;-webkit-font-smoothing:antialiased;font-size:100%;line-height:1.4}h1,.h1,#unpaid-work h4,#management .subsection:first-of-type h4,#conclusion .conclusion-subsection-text h4,#conclusion h4,.country-intro h2{font-family:"open-sans",Helvetica Neue,Helvetica,Arial,sans-serif;font-size:5.625em;line-height:1.05;text-transform:uppercase;font-weight:700;letter-spacing:0.1em}h1 span,.h1 span,#unpaid-work h4 span,#management .subsection:first-of-type h4 span,#conclusion .conclusion-subsection-text h4 span,#conclusion h4 span,.country-intro h2 span{font-size:30%;font-family:"kepler-std",Georgia,serif;font-weight:normal;font-style:italic;display:block;text-transform:none;letter-spacing:0.1em;font-weight:300}@media (max-width: 736px){h1,.h1,#unpaid-work h4,#management .subsection:first-of-type h4,#conclusion .conclusion-subsection-text h4,#conclusion h4,.country-intro h2{font-size:4.5em}}h2,.h2,#conclusion p.large,.data-header h4,.country-intro h1,.country-explore h3,.country-index h3{font-size:2.25em;line-height:1.25;margin:1em 0}h3,.h3{font-size:1.5rem;margin-top:1.25em;margin-bottom:0.5em;font-weight:normal}h4,.h4{font-size:1.25rem;margin-top:1em;margin-bottom:0.5em;font-weight:normal;color:#2b8db8}h5,.h5{font-size:1.125rem;margin-top:0.5em;margin-bottom:0.5em}h6,.h6{font-size:1rem;margin-top:0.5em;margin-bottom:0.5em}p{margin:1em 0;line-height:1.25}a{color:#00b3ff;text-decoration:none}a:hover{text-decoration:none}.link{font-size:12px;font-weight:700;letter-spacing:0.1em;font-family:"open-sans",Helvetica Neue,Helvetica,Arial,sans-serif;text-transform:uppercase}abbr,acronym{border-bottom:1px dotted;cursor:help}address{font-size:1rem;font-style:italic}blockquote{margin:1em 0;padding:0 0 0 2em}cite{font-style:italic}code{font-size:0.96rem;font-family:monospace;background:#eee;border:1px solid #e1e1e1;padding:0.125em 0.25em;line-height:150%}em,i{font-style:italic}strong,b{font-weight:bold}small,.small,.dropdown{font-family:"open-sans",Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px;text-transform:uppercase;font-weight:700;display:block;line-height:1.3;letter-spacing:0.1em}hr{outline:none;border:none;margin:1em 0;padding:0;border-top:1px solid #eee}ol,ul{margin:1em 0;padding:0 0 0 2em}ol li,ul li{font-size:1rem;list-style-position:outside}ul li{list-style:disc}ol li{list-style-type:none;position:relative;padding-left:1.25em}ol li:before{width:1em;font-size:90%;position:absolute;left:0;top:0;font-family:"open-sans",Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:bold}ol li:nth-of-type(1):before{content:'1.'}ol li:nth-of-type(2):before{content:'2.'}ol li:nth-of-type(3):before{content:'3.'}ol li:nth-of-type(4):before{content:'4.'}ol li:nth-of-type(5):before{content:'5.'}ol li:nth-of-type(6):before{content:'6.'}ol li:nth-of-type(7):before{content:'7.'}form{margin:1em 0}dl{margin:1em 0}dl dt{font-weight:bold}dl dd{margin:0 0 0.5em}table{width:100%;margin:1em 0}table th{padding:0.5em;border:1px solid #eee;background:#f7f7f7;text-align:left;font-weight:bold}table td{padding:0.5em;border:1px solid #eee}h1,h2,h3,h4,h5,h6,p,span,a,small,table,select,input,i,.faux-table div,label,.number,.tagline{opacity:0;transition:opacity 0.20s ease-in}.wf-active h1,.wf-active h2,.wf-active h3,.wf-active h4,.wf-active h5,.wf-active h6,.wf-active p,.wf-active span,.wf-active a,.wf-active small,.wf-active table,.wf-active select,.wf-active input,.wf-active i,.wf-active .faux-table div,.wf-active label,.wf-active .number,.wf-active .tagline,.wf-inactive h1,.wf-inactive h2,.wf-inactive h3,.wf-inactive h4,.wf-inactive h5,.wf-inactive h6,.wf-inactive p,.wf-inactive span,.wf-inactive a,.wf-inactive small,.wf-inactive table,.wf-inactive select,.wf-inactive input,.wf-inactive i,.wf-inactive .faux-table div,.wf-inactive label,.wf-inactive .number,.wf-inactive .tagline,.mce-content-body h1,.mce-content-body h2,.mce-content-body h3,.mce-content-body h4,.mce-content-body h5,.mce-content-body h6,.mce-content-body p,.mce-content-body span,.mce-content-body a,.mce-content-body small,.mce-content-body table,.mce-content-body select,.mce-content-body input,.mce-content-body i,.mce-content-body .faux-table div,.mce-content-body label,.mce-content-body .number,.mce-content-body .tagline{opacity:1}@font-face{font-family:'fontello';src:url("../fonts/fontello/fontello.eot?7685906");src:url("../fonts/fontello/fontello.eot?7685906#iefix") format("embedded-opentype"),url("../fonts/fontello/fontello.woff2?7685906") format("woff2"),url("../fonts/fontello/fontello.woff?7685906") format("woff"),url("../fonts/fontello/fontello.ttf?7685906") format("truetype"),url("../fonts/fontello/fontello.svg?7685906#fontello") format("svg");font-weight:normal;font-style:normal}[class^="icon-"]:before,[class*=" icon-"]:before{font-family:"fontello";font-style:normal;font-weight:normal;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-female:before{content:'\e800'}.icon-male:before{content:'\e801'}html,body{font-size:100%}@media (max-width: 1024px){html,body{font-size:80%}}@media (max-width: 736px){html,body{font-size:75%}}.container:not(.-full){max-width:1190px;padding:0 50px}.container.-full{max-width:100%;padding:0}.container.-small{max-width:780px}p.content{width:180px;border-top:1px solid #ccc;padding-bottom:5px;padding-top:5px;margin:0px}#app.-modal-open .subsection-bg.-report{opacity:0}button,.button,[class^="button"],input[type="button"],input[type="submit"],input[type="reset"]{margin:0 0 0.625em;font-family:inherit;font-size:0.75em;margin-bottom:1em;border:none;outline:none;line-height:1;padding:2.3em 3.5em;border-radius:10em;cursor:pointer;text-decoration:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;font-family:"open-sans",Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700;text-transform:uppercase;letter-spacing:0.01em;transition:all 0.3s cubic-bezier(0.25, 0.01, 0.1, 1);background:#e6eaeb;color:#0e2e3c}button span,.button span,[class^="button"] span,input[type="button"] span,input[type="submit"] span,input[type="reset"] span{font-family:"kepler-std",Georgia,serif;font-style:italic;text-transform:none;font-weight:400;display:inline-block;margin:0 2px}button:hover,.button:hover,[class^="button"]:hover,input[type="button"]:hover,input[type="submit"]:hover,input[type="reset"]:hover{background:#dee3e4;text-decoration:none}button:active,.button:active,[class^="button"]:active,input[type="button"]:active,input[type="submit"]:active,input[type="reset"]:active{background:#d5dcdd}button.disabled,.button.disabled,[class^="button"].disabled,input[type="button"].disabled,input[type="submit"].disabled,input[type="reset"].disabled{background:#edf0f1;color:#bcc6c9;cursor:default}button.huge,.button.huge,[class^="button"].huge,input[type="button"].huge,input[type="submit"].huge,input[type="reset"].huge{font-size:1.125em;padding:1.35em 3.25em}button.primary,.button-primary,input.button-primary{background:#00b3ff;color:#fff}button.primary:hover,.button-primary:hover,input.button-primary:hover{background:#00a8f0;text-decoration:none}button.primary:active,.button-primary:active,input.button-primary:active{background:#009ee0}button.primary.disabled,.button-primary.disabled,input.button-primary.disabled{background:#0db7ff;color:#007db3;cursor:default}button.light,.button-light,input.button-light{background:#fff;color:#0e2e3c}button.light:hover,.button-light:hover,input.button-light:hover{background:#f7f7f7;text-decoration:none}button.light:active,.button-light:active,input.button-light:active{background:#f0f0f0}button.light.disabled,.button-light.disabled,input.button-light.disabled{background:#fff;color:#d9d9d9;cursor:default}button.light:hover,button.light:active,.button-light:hover,.button-light:active,input.button-light:hover,input.button-light:active{background-color:#e5e9ea}button.secondary,.button-secondary,input.button-secondary{background:#0e2e3c;color:#fff}button.secondary:hover,.button-secondary:hover,input.button-secondary:hover{background:#0b2430;text-decoration:none}button.secondary:active,.button-secondary:active,input.button-secondary:active{background:#081b23}button.secondary.disabled,.button-secondary.disabled,input.button-secondary.disabled{background:#103646;color:#000;cursor:default}.plus-icon{width:16px;height:16px;position:relative;display:inline-block;margin-left:5px;border-radius:50%;border:2px solid #fff;transition:all 0.3s cubic-bezier(0.25, 0.01, 0.1, 1)}.plus-icon:before,.plus-icon:after{content:'';position:absolute;background-color:#fff;margin:0}.plus-icon:before{width:2px;height:8px;top:2px;left:5px}.plus-icon:after{width:8px;height:2px;top:5px;left:2px}.button.huge.button-download{position:relative;padding-left:calc(3.25em + 62px)}@media (max-width: 736px){.button.huge.button-download{padding-left:calc(3.25em + 52px)}}.button.huge.button-download span.download-preview{width:61px;height:85px;position:absolute;border:2px solid #fff;top:50%;left:2em;-ms-transform:translateY(-50%);transform:translateY(-50%);background-size:cover;background-position:50% 50%}@media (max-width: 736px){.button.huge.button-download span.download-preview{width:52px;height:66px}}.button.huge.button-download.-report span.download-preview{background-image:url(../img/preview.report2020.jpg)}.button.huge.button-download.-report span.download-preview.-old{background-image:url(../img/preview.report.jpg)}.button.huge.button-download.-poster span.download-preview{background-image:url(../img/preview.poster.jpg)}.chart-title{width:430px;float:left;text-align:center}.chart{width:430px;height:430px;display:block;position:relative;margin:0 auto;font-family:"open-sans",Helvetica Neue,Helvetica,Arial,sans-serif}.chart .bar{width:30px}@media (max-width: 736px){.chart{display:none}}img.chart-static{display:none;max-width:calc(100% - 40px);height:auto;margin:0 auto}@media (max-width: 736px){img.chart-static{display:block}}.chart-grid{width:390px;height:390px;position:absolute;top:0;left:40px}.chart-grid div:not(.tooltip):not(.chart-average-item){width:100%;position:absolute;float:left}.chart-grid div:not(.average):not(.tooltip):not(.chart-average-item){height:2px;background-color:rgba(14,46,60,0.4)}.chart-grid div.zero{background-color:#0e2e3c}.chart-axis{font-weight:bold}.chart-axis.-y{width:40px;height:390px;bottom:2px;float:left;position:relative;color:#0e2e3c}.chart-axis.-y span{width:auto;display:block;position:absolute;right:15px;clear:both;text-align:center;line-height:1;font-weight:300;font-size:1em}.chart-axis.-y span:first-of-type{bottom:0}.chart-axis.-y-title{width:70px;height:auto;text-align:right;display:block;line-height:1;font-size:14px;position:absolute;left:-90px;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}.chart-axis.-x{width:350px;height:40px;position:absolute;z-index:1;bottom:-20px;left:40px;font-size:12px}.chart-axis.-x span{display:block;clear:both;text-align:left;line-height:1;text-align:center;width:auto;position:absolute;left:0;white-space:nowrap}.chart-axis.-x.-x-rotate{width:40px;height:350px;top:calc(50% + 40px);bottom:auto;left:50%;right:auto;-ms-transform:rotate(90deg);transform:rotate(90deg);overflow:visible;font-size:1em}.chart-data{width:390px;height:390px;margin-left:40px;position:relative}.chart-data .bar{width:30px;height:0;position:absolute;bottom:0;background-color:rgba(237,237,238,0.4);cursor:pointer}.chart-data .bar.-dark{background-color:#0e2e3c}.chart-data .bar.-dark span{background-color:#0e2e3c}.chart-data .bar.-full{height:100%}.chart-data .bar.-pair{width:60px}.chart-data .bar.-pair .bar-item{width:30px}.chart-data .bar.-line{width:25px;background-color:transparent}.chart-data .bar.-line .line{width:7px;height:100%;position:absolute;top:0;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);content:'';background-color:#6cb43f;z-index:0}.chart-data .bar.-line:before,.chart-data .bar.-line:after{position:absolute;content:'';left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);border-radius:50%}.chart-data .bar.-line:before{width:20px;height:20px;bottom:-10px;background-color:#0e2e3c;z-index:1}.chart-data .bar.-line:after{width:12px;height:12px;top:-6px;background-color:#6cb43f;z-index:2}.chart-data .bar.-line .tooltip.-bottom{background-color:#0e2e3c}.chart-data .bar.-line.-inverse:before{width:12px;height:12px;bottom:-6px;background-color:#6cb43f;z-index:3}.chart-data .bar.-line.-inverse:after{background-color:#0e2e3c;width:20px;height:20px;top:-10px}.chart-data .bar.-line.-inverse .tooltip.-bottom{background-color:#6cb43f}.chart-data .bar.-tf{height:100%;background-color:transparent}.chart-data .bar.-tf .bar{background-color:#e6eaeb;z-index:10}.chart-data .bar.-tf .bar.-true{background-color:#6cb43f}.chart-data .bar.-tf .tooltip{left:15px}.chart-data .chart-data-item>.bar:nth-last-child(1) .tooltip,.chart-data .chart-data-item>.bar:nth-last-child(2) .tooltip,.chart-data .chart-data-item>.bar:nth-last-child(3) .tooltip{right:45px;left:auto !important}.chart-data .chart-data-item>.bar:nth-last-child(1) .tooltip:after,.chart-data .chart-data-item>.bar:nth-last-child(1) .tooltip.-stacked .tooltip-section:last-of-type:after,.chart-data .chart-data-item>.bar:nth-last-child(2) .tooltip:after,.chart-data .chart-data-item>.bar:nth-last-child(2) .tooltip.-stacked .tooltip-section:last-of-type:after,.chart-data .chart-data-item>.bar:nth-last-child(3) .tooltip:after,.chart-data .chart-data-item>.bar:nth-last-child(3) .tooltip.-stacked .tooltip-section:last-of-type:after{right:-6px;left:auto;-ms-transform:rotate(90deg);transform:rotate(90deg)}.chart-data .chart-data-item>.bar:nth-last-child(1) .bar .tooltip::after,.chart-data .chart-data-item>.bar:nth-last-child(1) .tooltip.-bottom::after,.chart-data .chart-data-item>.bar:nth-last-child(2) .bar .tooltip::after,.chart-data .chart-data-item>.bar:nth-last-child(2) .tooltip.-bottom::after,.chart-data .chart-data-item>.bar:nth-last-child(3) .bar .tooltip::after,.chart-data .chart-data-item>.bar:nth-last-child(3) .tooltip.-bottom::after{-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.bar span{width:100%;position:absolute;bottom:0}.chart-key{max-width:100%;width:auto;float:right;text-align:right}.chart-key .key{width:auto;float:left;margin:20px 20px 0 0;font-size:12px;float:left;font-weight:bold;text-transform:uppercase;line-height:20px}.chart-key .key.-primary,.chart-key .key.-women{color:#00b3ff}.chart-key .key.-primary span,.chart-key .key.-women span{background-color:#00b3ff}.chart-key .key.-secondary,.chart-key .key.-men{color:#6cb43f}.chart-key .key.-secondary span,.chart-key .key.-men span{background-color:#6cb43f}.chart-key .key.-light span{background-color:#e6eaeb}.chart-key .key.-unpaid span{background-image:url(../img/pattern.dots.small.png);background-repeat:repeat;background-position:0 0}.chart-key .key.-interactive{width:100%;border:2px solid transparent;transition:opacity .2s ease-in-out;transition-delay:.2s;padding:15px}.chart-key span{width:20px;height:20px;float:left;display:block;margin-right:10px}.chart-switch{width:115px;margin:0 auto;margin-top:10px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;cursor:pointer}.chart-switch span.chart-switch-text{font-size:12px;line-height:1;font-family:"open-sans",Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:600;opacity:0.4}.chart-switch span.chart-switch-text:first-child{opacity:1}.chart-switch-button{width:48px;height:24px;background:#d2d6d6;margin:0 8px;border-radius:12px}.chart-switch-circle{width:18px;height:18px;border-radius:50%;background:#0c2632;margin-top:3px;margin-left:4px;transition:transform 2s cubic-bezier(0, 0.68, 0, 1)}.chart-switch.active span.chart-switch-text:first-child{opacity:0.4}.chart-switch.active span.chart-switch-text:last-child{opacity:1}.chart-switch.active .chart-switch-circle{-ms-transform:translateX(18px);transform:translateX(18px)}.chart .chart-grid{width:calc(100% - 40px)}.chart .chart-data{width:100%}.chart-countries{position:absolute;bottom:0;left:40px}.chart-countries .chart-country{position:absolute;display:inline-block;-ms-transform-origin:0% 0%;transform-origin:0% 0%;transform:rotateZ(-90deg) translateY(4px);font-size:12px;white-space:nowrap;transition:opacity 1s}.chart-countries .chart-countries-item.hide,.chart-countries .chart-countries-item.hide .chart-country.active,.chart-countries .chart-countries-item.hide *{opacity:0 !important;pointer-events:none}#chart-labour-force,#chart-wage-gap{height:440px}#chart-labour-force .chart-axis.-x,#chart-labour-force .chart-axis.-y,#chart-labour-force .chart-grid,#chart-labour-force .chart-data,#chart-wage-gap .chart-axis.-x,#chart-wage-gap .chart-axis.-y,#chart-wage-gap .chart-grid,#chart-wage-gap .chart-data{height:440px}#chart-unpaid-work{width:880px}@media (max-width: 1024px){#chart-unpaid-work{width:440px}}.bar-pair-wrap{width:64px;position:absolute;bottom:0}.bar-pair-wrap .bar{width:32px}.bar-pair-wrap .bar:first-of-type{left:0}.bar-pair-wrap .bar:nth-of-type(2){left:32px}.bar-pair-wrap .bar.-men{background-color:#6cb43f}.bar-pair-wrap .bar.-women{background-color:#00b3ff}.bar-pair-wrap .bar-unpaid{width:100%;position:absolute;bottom:0;left:0;background-image:url(../img/pattern.dots.small.png);background-repeat:repeat;background-position:0 0}.bar-pair-wrap:hover .tooltip{top:0;opacity:1;visibility:visible;margin-top:0;z-index:50}.chart-key .button{margin:1em 0 0;padding:1.15rem 1.5em}.average{width:100%;height:8px;border-radius:4px;transition:all 0.3s cubic-bezier(0.25, 0.01, 0.1, 1);visibility:hidden;opacity:0}.average.-global{background-color:#00b3ff}.average.-regional{background-color:#6cb43f}.average.-men{background-color:#6cb43f}.average.-women{background-color:#0e2e3c}.average .tooltip{display:block;opacity:1;top:auto;left:auto;visibility:visible;margin:0;height:auto;z-index:5;padding:10px 10px 10px 30px;line-height:1;bottom:auto;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}.average .tooltip i{position:absolute;font-size:1.125em;left:10px;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}.average .tooltip i:before{margin:0}.average .tooltip small{display:inline-block}.average .tooltip i+small{padding-left:0.35em}.chart.-visible-average .chart-average-item:not(.hide) .average{opacity:1;visibility:visible}.chart.-visible-average .chart-data{opacity:0.1}.line{position:absolute;bottom:0;width:20px;background-color:rgba(0,0,0,0.5)}.tooltip{width:auto;max-width:12em;position:absolute;top:0;left:45px;padding:10px 12px;font-family:"open-sans",Helvetica Neue,Helvetica,Arial,sans-serif;background-color:#0e2e3c;color:#fff;text-align:left;opacity:0;visibility:hidden;z-index:-1;margin-top:10px;transition:opacity 0.3s 0.3s cubic-bezier(0.25, 0.01, 0.1, 1),margin 0.3s 0.3s cubic-bezier(0.25, 0.01, 0.1, 1)}.tooltip:after,.tooltip.-stacked .tooltip-section:last-of-type:after{content:'';width:0;height:0;position:absolute;border-style:solid;border-width:6px 6px 6px 0;border-color:transparent #0e2e3c transparent transparent;left:-6px;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%);position:absolute}.tooltip.-stacked{background-color:#f6f6f6}.tooltip.-stacked:after{display:none}.tooltip.-stacked .tooltip-section:first-of-type{color:#0e2e3c;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.15)}.tooltip.-stacked .tooltip-section:last-of-type{position:relative}.tooltip.-stacked .tooltip-section:last-of-type:after{border-color:transparent #0e2e3c transparent transparent}.tooltip.-bottom{margin-top:10px;top:auto !important}.tooltip.-top:after{width:0;height:0;border-style:solid;border-width:8px 8px 0 0;border-color:#0e2e3c transparent transparent transparent;bottom:-8px;left:0;-ms-transform:none;transform:none;top:auto}.tooltip.-stacked{padding:0}.tooltip.-stacked:after{border-color:transparent #0e2e3c transparent transparent}.tooltip p{font-size:1.125em;margin:0;line-height:1.3}.tooltip.-icons .tooltip-section{line-height:1.25em}.tooltip i{position:absolute;top:50%;left:10px;-ms-transform:translateY(-50%);transform:translateY(-50%);font-size:1.25em}.tooltip i:before{margin:0}.tooltip i+small{padding-left:1.75em;line-height:1.25em}.tooltip small{letter-spacing:0.01em}.tooltip.-difference .tooltip-section{width:auto;display:inline-block}.tooltip.-difference .tooltip-section:last-of-type{background-color:#6cb43f}.tooltip.-difference .tooltip-section:last-of-type:after{border-width:0 0 6px 6px;border-color:transparent transparent #6cb43f transparent;top:auto;bottom:0;-ms-transform:none;transform:none}.tooltip.-difference.-bottom{bottom:0}.tooltip.-difference.-bottom:after,.tooltip.-difference.-lowest:after{border-width:0 6px 6px 0;border-color:transparent #0e2e3c transparent transparent;-ms-transform:none;transform:none;top:0}.-inverse .tooltip.-difference .tooltip-section:last-of-type{background-color:#0e2e3c}.-inverse .tooltip.-difference .tooltip-section:last-of-type:after{border-color:transparent transparent #0e2e3c transparent}.-inverse .tooltip.-difference.-bottom{background-color:#6cb43f}.-inverse .tooltip.-difference.-bottom:after{border-color:transparent #6cb43f transparent transparent}.-inverse .tooltip.-difference .bar-line:after{width:12px;height:12px;top:-6px;background-color:#6cb43f;z-index:2}.tooltip-section{padding:10px 14px}.tooltip-section:first-of-type{background-color:#fff}.tooltip-section:last-of-type{background-color:#0e2e3c;color:#fff;margin-top:1px}.bar:hover .tooltip{top:0;opacity:1;visibility:visible;margin-top:0;z-index:50}.chart-data.-js-interactive{transition:opacity 0.3s cubic-bezier(0.25, 0.01, 0.1, 1)}.chart-data.-js-interactive.-active>.bar,.chart-data.-js-interactive.-active .chart-data-item>.bar{opacity:0.1}.chart-data.-js-interactive.-active>.bar-pair-wrap .bar,.chart-data.-js-interactive.-active .chart-data-item>.bar-pair-wrap .bar{opacity:0.1}.chart-data.-js-interactive.-active>.bar.-tf,.chart-data.-js-interactive.-active .chart-data-item>.bar.-tf{opacity:0.15}.chart-data.-js-interactive.-active ~ .chart-countries .chart-countries-item:not(.hide)>.chart-country,.chart-data.-js-interactive.-active .chart-data-item ~ .chart-countries .chart-countries-item:not(.hide)>.chart-country{opacity:0.1}.chart-data.-js-interactive.-active ~ .chart-countries .chart-countries-item:not(.hide)>.chart-country.active,.chart-data.-js-interactive.-active .chart-data-item ~ .chart-countries .chart-countries-item:not(.hide)>.chart-country.active{opacity:1 !important}.chart-data.-js-interactive .bar:hover{opacity:1 !important}.chart-data.-js-interactive .bar-pair-wrap:hover .bar{opacity:1 !important}.chart-data.-js-interactive .bar.-tf:hover{opacity:1 !important}@media (max-width: 1024px){.tooltip{display:none}.chart-data .bar{width:15px}.chart-data .bar.-line{width:20px}.chart-data .bar.-line:before{width:16px;height:16px;bottom:-8px}.chart-data .bar.-line:after{width:10px;height:10px;top:-5px}.chart-data .bar.-line.-inverse:after{width:16px;height:16px;top:-8px}.chart-data .bar.-line.-inverse:before{width:10px;height:10px;bottom:-5px}.bar-pair-wrap{width:30px}.bar-pair-wrap .bar{width:15px}.bar-pair-wrap .bar:nth-of-type(2){left:15px}#chart-laws .chart-key .y{width:90px}#chart-laws .chart-grid{width:calc(100% - 90px - 40px)}#chart-laws small{font-size:7px}#chart-labour-force{width:600px !important}}.donut{position:relative;display:inline-block;float:left;text-align:center;margin:20px;width:30em;max-width:100%;font-family:"open-sans",Helvetica Neue,Helvetica,Arial,sans-serif;color:#0e2e3c}.donut--filled .donut__inner{background:transparent}.donut--filled .donut__text{color:#FFF}.donut-outer{position:relative;width:100%;padding-bottom:100%;background:#0e2e3c;background-image:linear-gradient(to right, transparent 50%, #6cb43f 50%);border-radius:50%;z-index:12;overflow:hidden}.donut-outer:before{position:absolute;top:0;right:0;bottom:0;left:0;content:'';display:block;margin-left:50%;border-radius:0 100% 100% 0 / 50%;background-color:#6cb43f;-ms-transform-origin:left;transform-origin:left;z-index:10;transition:all 0.3s cubic-bezier(0.25, 0.01, 0.1, 1);transition-delay:200ms}.donut-outer .donut-extra{width:100%;height:100%;background:#43b3f8;-ms-transform:rotate(90deg) skew(75.6deg);transform:rotate(90deg) skew(75.6deg);border-radius:0;position:absolute;left:50%;top:50%;margin-left:-100%;margin-top:-100%;-ms-transform-origin:100% 100%;transform-origin:100% 100%;overflow:hidden;opacity:0;transition:opacity 0.5s}.donut-outer .donut-extra::before{content:'';width:100%;height:100%;background:#43b3f8;background-image:url("../img/pattern.dots.small.png");-ms-transform-origin:100% 100%;transform-origin:100% 100%;-ms-transform:rotate(0deg) skew(-75.6deg);transform:rotate(0deg) skew(-75.6deg);display:block}.donut-outer .donut-extra.show{opacity:1}.donut-inner{position:absolute;top:50%;left:50%;-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:70%;height:70%;background:#FFF;border-radius:50%;z-index:20}.donut-text{position:absolute;top:50%;-ms-transform:translateY(-40%);transform:translateY(-40%);width:100%}.donut-title{width:70%;display:inline-block;line-height:1;font-weight:normal;font-size:1.25em;padding:0.9em 0.75em;margin:0 auto 0.75em;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.15)}.donut-subtitle{max-width:40%;font-size:16px;margin:0 auto}@media (max-width: 1024px){.donut-subtitle{max-width:100%;padding:0 10px}}.donut-subtitle small{letter-spacing:0.01em}.donut-caption{margin-top:12px;color:#9b9b9b}.donut--1 .donut-outer:before{-ms-transform:rotate(.01turn);transform:rotate(.01turn);background-color:#0e2e3c}.donut-extra--1 .donut-extra{-ms-transform:rotate(90deg) skew(86.4deg);transform:rotate(90deg) skew(86.4deg)}.donut-extra--1 .donut-extra::before{-ms-transform:rotate(0deg) skew(-86.4deg);transform:rotate(0deg) skew(-86.4deg)}.donut--2 .donut-outer:before{-ms-transform:rotate(.02turn);transform:rotate(.02turn);background-color:#0e2e3c}.donut-extra--2 .donut-extra{-ms-transform:rotate(90deg) skew(82.8deg);transform:rotate(90deg) skew(82.8deg)}.donut-extra--2 .donut-extra::before{-ms-transform:rotate(0deg) skew(-82.8deg);transform:rotate(0deg) skew(-82.8deg)}.donut--3 .donut-outer:before{-ms-transform:rotate(.03turn);transform:rotate(.03turn);background-color:#0e2e3c}.donut-extra--3 .donut-extra{-ms-transform:rotate(90deg) skew(79.2deg);transform:rotate(90deg) skew(79.2deg)}.donut-extra--3 .donut-extra::before{-ms-transform:rotate(0deg) skew(-79.2deg);transform:rotate(0deg) skew(-79.2deg)}.donut--4 .donut-outer:before{-ms-transform:rotate(.04turn);transform:rotate(.04turn);background-color:#0e2e3c}.donut-extra--4 .donut-extra{-ms-transform:rotate(90deg) skew(75.6deg);transform:rotate(90deg) skew(75.6deg)}.donut-extra--4 .donut-extra::before{-ms-transform:rotate(0deg) skew(-75.6deg);transform:rotate(0deg) skew(-75.6deg)}.donut--5 .donut-outer:before{-ms-transform:rotate(.05turn);transform:rotate(.05turn);background-color:#0e2e3c}.donut-extra--5 .donut-extra{-ms-transform:rotate(90deg) skew(72deg);transform:rotate(90deg) skew(72deg)}.donut-extra--5 .donut-extra::before{-ms-transform:rotate(0deg) skew(-72deg);transform:rotate(0deg) skew(-72deg)}.donut--6 .donut-outer:before{-ms-transform:rotate(.06turn);transform:rotate(.06turn);background-color:#0e2e3c}.donut-extra--6 .donut-extra{-ms-transform:rotate(90deg) skew(68.4deg);transform:rotate(90deg) skew(68.4deg)}.donut-extra--6 .donut-extra::before{-ms-transform:rotate(0deg) skew(-68.4deg);transform:rotate(0deg) skew(-68.4deg)}.donut--7 .donut-outer:before{-ms-transform:rotate(.07turn);transform:rotate(.07turn);background-color:#0e2e3c}.donut-extra--7 .donut-extra{-ms-transform:rotate(90deg) skew(64.8deg);transform:rotate(90deg) skew(64.8deg)}.donut-extra--7 .donut-extra::before{-ms-transform:rotate(0deg) skew(-64.8deg);transform:rotate(0deg) skew(-64.8deg)}.donut--8 .donut-outer:before{-ms-transform:rotate(.08turn);transform:rotate(.08turn);background-color:#0e2e3c}.donut-extra--8 .donut-extra{-ms-transform:rotate(90deg) skew(61.2deg);transform:rotate(90deg) skew(61.2deg)}.donut-extra--8 .donut-extra::before{-ms-transform:rotate(0deg) skew(-61.2deg);transform:rotate(0deg) skew(-61.2deg)}.donut--9 .donut-outer:before{-ms-transform:rotate(.09turn);transform:rotate(.09turn);background-color:#0e2e3c}.donut-extra--9 .donut-extra{-ms-transform:rotate(90deg) skew(57.6deg);transform:rotate(90deg) skew(57.6deg)}.donut-extra--9 .donut-extra::before{-ms-transform:rotate(0deg) skew(-57.6deg);transform:rotate(0deg) skew(-57.6deg)}.donut--10 .donut-outer:before{-ms-transform:rotate(.1turn);transform:rotate(.1turn);background-color:#0e2e3c}.donut-extra--10 .donut-extra{-ms-transform:rotate(90deg) skew(54deg);transform:rotate(90deg) skew(54deg)}.donut-extra--10 .donut-extra::before{-ms-transform:rotate(0deg) skew(-54deg);transform:rotate(0deg) skew(-54deg)}.donut--11 .donut-outer:before{-ms-transform:rotate(.11turn);transform:rotate(.11turn);background-color:#0e2e3c}.donut-extra--11 .donut-extra{-ms-transform:rotate(90deg) skew(50.4deg);transform:rotate(90deg) skew(50.4deg)}.donut-extra--11 .donut-extra::before{-ms-transform:rotate(0deg) skew(-50.4deg);transform:rotate(0deg) skew(-50.4deg)}.donut--12 .donut-outer:before{-ms-transform:rotate(.12turn);transform:rotate(.12turn);background-color:#0e2e3c}.donut-extra--12 .donut-extra{-ms-transform:rotate(90deg) skew(46.8deg);transform:rotate(90deg) skew(46.8deg)}.donut-extra--12 .donut-extra::before{-ms-transform:rotate(0deg) skew(-46.8deg);transform:rotate(0deg) skew(-46.8deg)}.donut--13 .donut-outer:before{-ms-transform:rotate(.13turn);transform:rotate(.13turn);background-color:#0e2e3c}.donut-extra--13 .donut-extra{-ms-transform:rotate(90deg) skew(43.2deg);transform:rotate(90deg) skew(43.2deg)}.donut-extra--13 .donut-extra::before{-ms-transform:rotate(0deg) skew(-43.2deg);transform:rotate(0deg) skew(-43.2deg)}.donut--14 .donut-outer:before{-ms-transform:rotate(.14turn);transform:rotate(.14turn);background-color:#0e2e3c}.donut-extra--14 .donut-extra{-ms-transform:rotate(90deg) skew(39.6deg);transform:rotate(90deg) skew(39.6deg)}.donut-extra--14 .donut-extra::before{-ms-transform:rotate(0deg) skew(-39.6deg);transform:rotate(0deg) skew(-39.6deg)}.donut--15 .donut-outer:before{-ms-transform:rotate(.15turn);transform:rotate(.15turn);background-color:#0e2e3c}.donut-extra--15 .donut-extra{-ms-transform:rotate(90deg) skew(36deg);transform:rotate(90deg) skew(36deg)}.donut-extra--15 .donut-extra::before{-ms-transform:rotate(0deg) skew(-36deg);transform:rotate(0deg) skew(-36deg)}.donut--16 .donut-outer:before{-ms-transform:rotate(.16turn);transform:rotate(.16turn);background-color:#0e2e3c}.donut-extra--16 .donut-extra{-ms-transform:rotate(90deg) skew(32.4deg);transform:rotate(90deg) skew(32.4deg)}.donut-extra--16 .donut-extra::before{-ms-transform:rotate(0deg) skew(-32.4deg);transform:rotate(0deg) skew(-32.4deg)}.donut--17 .donut-outer:before{-ms-transform:rotate(.17turn);transform:rotate(.17turn);background-color:#0e2e3c}.donut-extra--17 .donut-extra{-ms-transform:rotate(90deg) skew(28.8deg);transform:rotate(90deg) skew(28.8deg)}.donut-extra--17 .donut-extra::before{-ms-transform:rotate(0deg) skew(-28.8deg);transform:rotate(0deg) skew(-28.8deg)}.donut--18 .donut-outer:before{-ms-transform:rotate(.18turn);transform:rotate(.18turn);background-color:#0e2e3c}.donut-extra--18 .donut-extra{-ms-transform:rotate(90deg) skew(25.2deg);transform:rotate(90deg) skew(25.2deg)}.donut-extra--18 .donut-extra::before{-ms-transform:rotate(0deg) skew(-25.2deg);transform:rotate(0deg) skew(-25.2deg)}.donut--19 .donut-outer:before{-ms-transform:rotate(.19turn);transform:rotate(.19turn);background-color:#0e2e3c}.donut-extra--19 .donut-extra{-ms-transform:rotate(90deg) skew(21.6deg);transform:rotate(90deg) skew(21.6deg)}.donut-extra--19 .donut-extra::before{-ms-transform:rotate(0deg) skew(-21.6deg);transform:rotate(0deg) skew(-21.6deg)}.donut--20 .donut-outer:before{-ms-transform:rotate(.2turn);transform:rotate(.2turn);background-color:#0e2e3c}.donut-extra--20 .donut-extra{-ms-transform:rotate(90deg) skew(18deg);transform:rotate(90deg) skew(18deg)}.donut-extra--20 .donut-extra::before{-ms-transform:rotate(0deg) skew(-18deg);transform:rotate(0deg) skew(-18deg)}.donut--21 .donut-outer:before{-ms-transform:rotate(.21turn);transform:rotate(.21turn);background-color:#0e2e3c}.donut-extra--21 .donut-extra{-ms-transform:rotate(90deg) skew(14.4deg);transform:rotate(90deg) skew(14.4deg)}.donut-extra--21 .donut-extra::before{-ms-transform:rotate(0deg) skew(-14.4deg);transform:rotate(0deg) skew(-14.4deg)}.donut--22 .donut-outer:before{-ms-transform:rotate(.22turn);transform:rotate(.22turn);background-color:#0e2e3c}.donut-extra--22 .donut-extra{-ms-transform:rotate(90deg) skew(10.8deg);transform:rotate(90deg) skew(10.8deg)}.donut-extra--22 .donut-extra::before{-ms-transform:rotate(0deg) skew(-10.8deg);transform:rotate(0deg) skew(-10.8deg)}.donut--23 .donut-outer:before{-ms-transform:rotate(.23turn);transform:rotate(.23turn);background-color:#0e2e3c}.donut-extra--23 .donut-extra{-ms-transform:rotate(90deg) skew(7.2deg);transform:rotate(90deg) skew(7.2deg)}.donut-extra--23 .donut-extra::before{-ms-transform:rotate(0deg) skew(-7.2deg);transform:rotate(0deg) skew(-7.2deg)}.donut--24 .donut-outer:before{-ms-transform:rotate(.24turn);transform:rotate(.24turn);background-color:#0e2e3c}.donut-extra--24 .donut-extra{-ms-transform:rotate(90deg) skew(3.6deg);transform:rotate(90deg) skew(3.6deg)}.donut-extra--24 .donut-extra::before{-ms-transform:rotate(0deg) skew(-3.6deg);transform:rotate(0deg) skew(-3.6deg)}.donut--25 .donut-outer:before{-ms-transform:rotate(.25turn);transform:rotate(.25turn);background-color:#0e2e3c}.donut-extra--25 .donut-extra{-ms-transform:rotate(90deg) skew(0deg);transform:rotate(90deg) skew(0deg)}.donut-extra--25 .donut-extra::before{-ms-transform:rotate(0deg) skew(0deg);transform:rotate(0deg) skew(0deg)}.donut--26 .donut-outer:before{-ms-transform:rotate(.26turn);transform:rotate(.26turn);background-color:#0e2e3c}.donut-extra--26 .donut-extra{-ms-transform:rotate(90deg) skew(93.6deg);transform:rotate(90deg) skew(93.6deg)}.donut-extra--26 .donut-extra::before{-ms-transform:rotate(0deg) skew(-93.6deg);transform:rotate(0deg) skew(-93.6deg)}.donut--27 .donut-outer:before{-ms-transform:rotate(.27turn);transform:rotate(.27turn);background-color:#0e2e3c}.donut-extra--27 .donut-extra{-ms-transform:rotate(90deg) skew(97.2deg);transform:rotate(90deg) skew(97.2deg)}.donut-extra--27 .donut-extra::before{-ms-transform:rotate(0deg) skew(-97.2deg);transform:rotate(0deg) skew(-97.2deg)}.donut--28 .donut-outer:before{-ms-transform:rotate(.28turn);transform:rotate(.28turn);background-color:#0e2e3c}.donut-extra--28 .donut-extra{-ms-transform:rotate(90deg) skew(100.8deg);transform:rotate(90deg) skew(100.8deg)}.donut-extra--28 .donut-extra::before{-ms-transform:rotate(0deg) skew(-100.8deg);transform:rotate(0deg) skew(-100.8deg)}.donut--29 .donut-outer:before{-ms-transform:rotate(.29turn);transform:rotate(.29turn);background-color:#0e2e3c}.donut-extra--29 .donut-extra{-ms-transform:rotate(90deg) skew(104.4deg);transform:rotate(90deg) skew(104.4deg)}.donut-extra--29 .donut-extra::before{-ms-transform:rotate(0deg) skew(-104.4deg);transform:rotate(0deg) skew(-104.4deg)}.donut--30 .donut-outer:before{-ms-transform:rotate(.3turn);transform:rotate(.3turn);background-color:#0e2e3c}.donut-extra--30 .donut-extra{-ms-transform:rotate(90deg) skew(108deg);transform:rotate(90deg) skew(108deg)}.donut-extra--30 .donut-extra::before{-ms-transform:rotate(0deg) skew(-108deg);transform:rotate(0deg) skew(-108deg)}.donut--31 .donut-outer:before{-ms-transform:rotate(.31turn);transform:rotate(.31turn);background-color:#0e2e3c}.donut-extra--31 .donut-extra{-ms-transform:rotate(90deg) skew(111.6deg);transform:rotate(90deg) skew(111.6deg)}.donut-extra--31 .donut-extra::before{-ms-transform:rotate(0deg) skew(-111.6deg);transform:rotate(0deg) skew(-111.6deg)}.donut--32 .donut-outer:before{-ms-transform:rotate(.32turn);transform:rotate(.32turn);background-color:#0e2e3c}.donut-extra--32 .donut-extra{-ms-transform:rotate(90deg) skew(115.2deg);transform:rotate(90deg) skew(115.2deg)}.donut-extra--32 .donut-extra::before{-ms-transform:rotate(0deg) skew(-115.2deg);transform:rotate(0deg) skew(-115.2deg)}.donut--33 .donut-outer:before{-ms-transform:rotate(.33turn);transform:rotate(.33turn);background-color:#0e2e3c}.donut-extra--33 .donut-extra{-ms-transform:rotate(90deg) skew(118.8deg);transform:rotate(90deg) skew(118.8deg)}.donut-extra--33 .donut-extra::before{-ms-transform:rotate(0deg) skew(-118.8deg);transform:rotate(0deg) skew(-118.8deg)}.donut--34 .donut-outer:before{-ms-transform:rotate(.34turn);transform:rotate(.34turn);background-color:#0e2e3c}.donut-extra--34 .donut-extra{-ms-transform:rotate(90deg) skew(122.4deg);transform:rotate(90deg) skew(122.4deg)}.donut-extra--34 .donut-extra::before{-ms-transform:rotate(0deg) skew(-122.4deg);transform:rotate(0deg) skew(-122.4deg)}.donut--35 .donut-outer:before{-ms-transform:rotate(.35turn);transform:rotate(.35turn);background-color:#0e2e3c}.donut-extra--35 .donut-extra{-ms-transform:rotate(90deg) skew(126deg);transform:rotate(90deg) skew(126deg)}.donut-extra--35 .donut-extra::before{-ms-transform:rotate(0deg) skew(-126deg);transform:rotate(0deg) skew(-126deg)}.donut--36 .donut-outer:before{-ms-transform:rotate(.36turn);transform:rotate(.36turn);background-color:#0e2e3c}.donut-extra--36 .donut-extra{-ms-transform:rotate(90deg) skew(129.6deg);transform:rotate(90deg) skew(129.6deg)}.donut-extra--36 .donut-extra::before{-ms-transform:rotate(0deg) skew(-129.6deg);transform:rotate(0deg) skew(-129.6deg)}.donut--37 .donut-outer:before{-ms-transform:rotate(.37turn);transform:rotate(.37turn);background-color:#0e2e3c}.donut-extra--37 .donut-extra{-ms-transform:rotate(90deg) skew(133.2deg);transform:rotate(90deg) skew(133.2deg)}.donut-extra--37 .donut-extra::before{-ms-transform:rotate(0deg) skew(-133.2deg);transform:rotate(0deg) skew(-133.2deg)}.donut--38 .donut-outer:before{-ms-transform:rotate(.38turn);transform:rotate(.38turn);background-color:#0e2e3c}.donut-extra--38 .donut-extra{-ms-transform:rotate(90deg) skew(136.8deg);transform:rotate(90deg) skew(136.8deg)}.donut-extra--38 .donut-extra::before{-ms-transform:rotate(0deg) skew(-136.8deg);transform:rotate(0deg) skew(-136.8deg)}.donut--39 .donut-outer:before{-ms-transform:rotate(.39turn);transform:rotate(.39turn);background-color:#0e2e3c}.donut-extra--39 .donut-extra{-ms-transform:rotate(90deg) skew(140.4deg);transform:rotate(90deg) skew(140.4deg)}.donut-extra--39 .donut-extra::before{-ms-transform:rotate(0deg) skew(-140.4deg);transform:rotate(0deg) skew(-140.4deg)}.donut--40 .donut-outer:before{-ms-transform:rotate(.4turn);transform:rotate(.4turn);background-color:#0e2e3c}.donut-extra--40 .donut-extra{-ms-transform:rotate(90deg) skew(144deg);transform:rotate(90deg) skew(144deg)}.donut-extra--40 .donut-extra::before{-ms-transform:rotate(0deg) skew(-144deg);transform:rotate(0deg) skew(-144deg)}.donut--41 .donut-outer:before{-ms-transform:rotate(.41turn);transform:rotate(.41turn);background-color:#0e2e3c}.donut-extra--41 .donut-extra{-ms-transform:rotate(90deg) skew(147.6deg);transform:rotate(90deg) skew(147.6deg)}.donut-extra--41 .donut-extra::before{-ms-transform:rotate(0deg) skew(-147.6deg);transform:rotate(0deg) skew(-147.6deg)}.donut--42 .donut-outer:before{-ms-transform:rotate(.42turn);transform:rotate(.42turn);background-color:#0e2e3c}.donut-extra--42 .donut-extra{-ms-transform:rotate(90deg) skew(151.2deg);transform:rotate(90deg) skew(151.2deg)}.donut-extra--42 .donut-extra::before{-ms-transform:rotate(0deg) skew(-151.2deg);transform:rotate(0deg) skew(-151.2deg)}.donut--43 .donut-outer:before{-ms-transform:rotate(.43turn);transform:rotate(.43turn);background-color:#0e2e3c}.donut-extra--43 .donut-extra{-ms-transform:rotate(90deg) skew(154.8deg);transform:rotate(90deg) skew(154.8deg)}.donut-extra--43 .donut-extra::before{-ms-transform:rotate(0deg) skew(-154.8deg);transform:rotate(0deg) skew(-154.8deg)}.donut--44 .donut-outer:before{-ms-transform:rotate(.44turn);transform:rotate(.44turn);background-color:#0e2e3c}.donut-extra--44 .donut-extra{-ms-transform:rotate(90deg) skew(158.4deg);transform:rotate(90deg) skew(158.4deg)}.donut-extra--44 .donut-extra::before{-ms-transform:rotate(0deg) skew(-158.4deg);transform:rotate(0deg) skew(-158.4deg)}.donut--45 .donut-outer:before{-ms-transform:rotate(.45turn);transform:rotate(.45turn);background-color:#0e2e3c}.donut-extra--45 .donut-extra{-ms-transform:rotate(90deg) skew(162deg);transform:rotate(90deg) skew(162deg)}.donut-extra--45 .donut-extra::before{-ms-transform:rotate(0deg) skew(-162deg);transform:rotate(0deg) skew(-162deg)}.donut--46 .donut-outer:before{-ms-transform:rotate(.46turn);transform:rotate(.46turn);background-color:#0e2e3c}.donut-extra--46 .donut-extra{-ms-transform:rotate(90deg) skew(165.6deg);transform:rotate(90deg) skew(165.6deg)}.donut-extra--46 .donut-extra::before{-ms-transform:rotate(0deg) skew(-165.6deg);transform:rotate(0deg) skew(-165.6deg)}.donut--47 .donut-outer:before{-ms-transform:rotate(.47turn);transform:rotate(.47turn);background-color:#0e2e3c}.donut-extra--47 .donut-extra{-ms-transform:rotate(90deg) skew(169.2deg);transform:rotate(90deg) skew(169.2deg)}.donut-extra--47 .donut-extra::before{-ms-transform:rotate(0deg) skew(-169.2deg);transform:rotate(0deg) skew(-169.2deg)}.donut--48 .donut-outer:before{-ms-transform:rotate(.48turn);transform:rotate(.48turn);background-color:#0e2e3c}.donut-extra--48 .donut-extra{-ms-transform:rotate(90deg) skew(172.8deg);transform:rotate(90deg) skew(172.8deg)}.donut-extra--48 .donut-extra::before{-ms-transform:rotate(0deg) skew(-172.8deg);transform:rotate(0deg) skew(-172.8deg)}.donut--49 .donut-outer:before{-ms-transform:rotate(.49turn);transform:rotate(.49turn);background-color:#0e2e3c}.donut-extra--49 .donut-extra{-ms-transform:rotate(90deg) skew(176.4deg);transform:rotate(90deg) skew(176.4deg)}.donut-extra--49 .donut-extra::before{-ms-transform:rotate(0deg) skew(-176.4deg);transform:rotate(0deg) skew(-176.4deg)}.donut--50 .donut-outer:before{-ms-transform:rotate(.5turn);transform:rotate(.5turn);background-color:#0e2e3c}.donut-extra--50 .donut-extra{-ms-transform:rotate(90deg) skew(180deg);transform:rotate(90deg) skew(180deg)}.donut-extra--50 .donut-extra::before{-ms-transform:rotate(0deg) skew(-180deg);transform:rotate(0deg) skew(-180deg)}.donut--51 .donut-outer:before{-ms-transform:rotate(.01turn);transform:rotate(.01turn);background-color:#6cb43f}.donut-extra--51 .donut-extra{-ms-transform:rotate(90deg) skew(183.6deg);transform:rotate(90deg) skew(183.6deg)}.donut-extra--51 .donut-extra::before{-ms-transform:rotate(0deg) skew(-183.6deg);transform:rotate(0deg) skew(-183.6deg)}.donut--52 .donut-outer:before{-ms-transform:rotate(.02turn);transform:rotate(.02turn);background-color:#6cb43f}.donut-extra--52 .donut-extra{-ms-transform:rotate(90deg) skew(187.2deg);transform:rotate(90deg) skew(187.2deg)}.donut-extra--52 .donut-extra::before{-ms-transform:rotate(0deg) skew(-187.2deg);transform:rotate(0deg) skew(-187.2deg)}.donut--53 .donut-outer:before{-ms-transform:rotate(.03turn);transform:rotate(.03turn);background-color:#6cb43f}.donut-extra--53 .donut-extra{-ms-transform:rotate(90deg) skew(190.8deg);transform:rotate(90deg) skew(190.8deg)}.donut-extra--53 .donut-extra::before{-ms-transform:rotate(0deg) skew(-190.8deg);transform:rotate(0deg) skew(-190.8deg)}.donut--54 .donut-outer:before{-ms-transform:rotate(.04turn);transform:rotate(.04turn);background-color:#6cb43f}.donut-extra--54 .donut-extra{-ms-transform:rotate(90deg) skew(194.4deg);transform:rotate(90deg) skew(194.4deg)}.donut-extra--54 .donut-extra::before{-ms-transform:rotate(0deg) skew(-194.4deg);transform:rotate(0deg) skew(-194.4deg)}.donut--55 .donut-outer:before{-ms-transform:rotate(.05turn);transform:rotate(.05turn);background-color:#6cb43f}.donut-extra--55 .donut-extra{-ms-transform:rotate(90deg) skew(198deg);transform:rotate(90deg) skew(198deg)}.donut-extra--55 .donut-extra::before{-ms-transform:rotate(0deg) skew(-198deg);transform:rotate(0deg) skew(-198deg)}.donut--56 .donut-outer:before{-ms-transform:rotate(.06turn);transform:rotate(.06turn);background-color:#6cb43f}.donut-extra--56 .donut-extra{-ms-transform:rotate(90deg) skew(201.6deg);transform:rotate(90deg) skew(201.6deg)}.donut-extra--56 .donut-extra::before{-ms-transform:rotate(0deg) skew(-201.6deg);transform:rotate(0deg) skew(-201.6deg)}.donut--57 .donut-outer:before{-ms-transform:rotate(.07turn);transform:rotate(.07turn);background-color:#6cb43f}.donut-extra--57 .donut-extra{-ms-transform:rotate(90deg) skew(205.2deg);transform:rotate(90deg) skew(205.2deg)}.donut-extra--57 .donut-extra::before{-ms-transform:rotate(0deg) skew(-205.2deg);transform:rotate(0deg) skew(-205.2deg)}.donut--58 .donut-outer:before{-ms-transform:rotate(.08turn);transform:rotate(.08turn);background-color:#6cb43f}.donut-extra--58 .donut-extra{-ms-transform:rotate(90deg) skew(208.8deg);transform:rotate(90deg) skew(208.8deg)}.donut-extra--58 .donut-extra::before{-ms-transform:rotate(0deg) skew(-208.8deg);transform:rotate(0deg) skew(-208.8deg)}.donut--59 .donut-outer:before{-ms-transform:rotate(.09turn);transform:rotate(.09turn);background-color:#6cb43f}.donut-extra--59 .donut-extra{-ms-transform:rotate(90deg) skew(212.4deg);transform:rotate(90deg) skew(212.4deg)}.donut-extra--59 .donut-extra::before{-ms-transform:rotate(0deg) skew(-212.4deg);transform:rotate(0deg) skew(-212.4deg)}.donut--60 .donut-outer:before{-ms-transform:rotate(.1turn);transform:rotate(.1turn);background-color:#6cb43f}.donut-extra--60 .donut-extra{-ms-transform:rotate(90deg) skew(216deg);transform:rotate(90deg) skew(216deg)}.donut-extra--60 .donut-extra::before{-ms-transform:rotate(0deg) skew(-216deg);transform:rotate(0deg) skew(-216deg)}.donut--61 .donut-outer:before{-ms-transform:rotate(.11turn);transform:rotate(.11turn);background-color:#6cb43f}.donut-extra--61 .donut-extra{-ms-transform:rotate(90deg) skew(219.6deg);transform:rotate(90deg) skew(219.6deg)}.donut-extra--61 .donut-extra::before{-ms-transform:rotate(0deg) skew(-219.6deg);transform:rotate(0deg) skew(-219.6deg)}.donut--62 .donut-outer:before{-ms-transform:rotate(.12turn);transform:rotate(.12turn);background-color:#6cb43f}.donut-extra--62 .donut-extra{-ms-transform:rotate(90deg) skew(223.2deg);transform:rotate(90deg) skew(223.2deg)}.donut-extra--62 .donut-extra::before{-ms-transform:rotate(0deg) skew(-223.2deg);transform:rotate(0deg) skew(-223.2deg)}.donut--63 .donut-outer:before{-ms-transform:rotate(.13turn);transform:rotate(.13turn);background-color:#6cb43f}.donut-extra--63 .donut-extra{-ms-transform:rotate(90deg) skew(226.8deg);transform:rotate(90deg) skew(226.8deg)}.donut-extra--63 .donut-extra::before{-ms-transform:rotate(0deg) skew(-226.8deg);transform:rotate(0deg) skew(-226.8deg)}.donut--64 .donut-outer:before{-ms-transform:rotate(.14turn);transform:rotate(.14turn);background-color:#6cb43f}.donut-extra--64 .donut-extra{-ms-transform:rotate(90deg) skew(230.4deg);transform:rotate(90deg) skew(230.4deg)}.donut-extra--64 .donut-extra::before{-ms-transform:rotate(0deg) skew(-230.4deg);transform:rotate(0deg) skew(-230.4deg)}.donut--65 .donut-outer:before{-ms-transform:rotate(.15turn);transform:rotate(.15turn);background-color:#6cb43f}.donut-extra--65 .donut-extra{-ms-transform:rotate(90deg) skew(234deg);transform:rotate(90deg) skew(234deg)}.donut-extra--65 .donut-extra::before{-ms-transform:rotate(0deg) skew(-234deg);transform:rotate(0deg) skew(-234deg)}.donut--66 .donut-outer:before{-ms-transform:rotate(.16turn);transform:rotate(.16turn);background-color:#6cb43f}.donut-extra--66 .donut-extra{-ms-transform:rotate(90deg) skew(237.6deg);transform:rotate(90deg) skew(237.6deg)}.donut-extra--66 .donut-extra::before{-ms-transform:rotate(0deg) skew(-237.6deg);transform:rotate(0deg) skew(-237.6deg)}.donut--67 .donut-outer:before{-ms-transform:rotate(.17turn);transform:rotate(.17turn);background-color:#6cb43f}.donut-extra--67 .donut-extra{-ms-transform:rotate(90deg) skew(241.2deg);transform:rotate(90deg) skew(241.2deg)}.donut-extra--67 .donut-extra::before{-ms-transform:rotate(0deg) skew(-241.2deg);transform:rotate(0deg) skew(-241.2deg)}.donut--68 .donut-outer:before{-ms-transform:rotate(.18turn);transform:rotate(.18turn);background-color:#6cb43f}.donut-extra--68 .donut-extra{-ms-transform:rotate(90deg) skew(244.8deg);transform:rotate(90deg) skew(244.8deg)}.donut-extra--68 .donut-extra::before{-ms-transform:rotate(0deg) skew(-244.8deg);transform:rotate(0deg) skew(-244.8deg)}.donut--69 .donut-outer:before{-ms-transform:rotate(.19turn);transform:rotate(.19turn);background-color:#6cb43f}.donut-extra--69 .donut-extra{-ms-transform:rotate(90deg) skew(248.4deg);transform:rotate(90deg) skew(248.4deg)}.donut-extra--69 .donut-extra::before{-ms-transform:rotate(0deg) skew(-248.4deg);transform:rotate(0deg) skew(-248.4deg)}.donut--70 .donut-outer:before{-ms-transform:rotate(.2turn);transform:rotate(.2turn);background-color:#6cb43f}.donut-extra--70 .donut-extra{-ms-transform:rotate(90deg) skew(252deg);transform:rotate(90deg) skew(252deg)}.donut-extra--70 .donut-extra::before{-ms-transform:rotate(0deg) skew(-252deg);transform:rotate(0deg) skew(-252deg)}.donut--71 .donut-outer:before{-ms-transform:rotate(.21turn);transform:rotate(.21turn);background-color:#6cb43f}.donut-extra--71 .donut-extra{-ms-transform:rotate(90deg) skew(255.6deg);transform:rotate(90deg) skew(255.6deg)}.donut-extra--71 .donut-extra::before{-ms-transform:rotate(0deg) skew(-255.6deg);transform:rotate(0deg) skew(-255.6deg)}.donut--72 .donut-outer:before{-ms-transform:rotate(.22turn);transform:rotate(.22turn);background-color:#6cb43f}.donut-extra--72 .donut-extra{-ms-transform:rotate(90deg) skew(259.2deg);transform:rotate(90deg) skew(259.2deg)}.donut-extra--72 .donut-extra::before{-ms-transform:rotate(0deg) skew(-259.2deg);transform:rotate(0deg) skew(-259.2deg)}.donut--73 .donut-outer:before{-ms-transform:rotate(.23turn);transform:rotate(.23turn);background-color:#6cb43f}.donut-extra--73 .donut-extra{-ms-transform:rotate(90deg) skew(262.8deg);transform:rotate(90deg) skew(262.8deg)}.donut-extra--73 .donut-extra::before{-ms-transform:rotate(0deg) skew(-262.8deg);transform:rotate(0deg) skew(-262.8deg)}.donut--74 .donut-outer:before{-ms-transform:rotate(.24turn);transform:rotate(.24turn);background-color:#6cb43f}.donut-extra--74 .donut-extra{-ms-transform:rotate(90deg) skew(266.4deg);transform:rotate(90deg) skew(266.4deg)}.donut-extra--74 .donut-extra::before{-ms-transform:rotate(0deg) skew(-266.4deg);transform:rotate(0deg) skew(-266.4deg)}.donut--75 .donut-outer:before{-ms-transform:rotate(.25turn);transform:rotate(.25turn);background-color:#6cb43f}.donut-extra--75 .donut-extra{-ms-transform:rotate(90deg) skew(270deg);transform:rotate(90deg) skew(270deg)}.donut-extra--75 .donut-extra::before{-ms-transform:rotate(0deg) skew(-270deg);transform:rotate(0deg) skew(-270deg)}.donut--76 .donut-outer:before{-ms-transform:rotate(.26turn);transform:rotate(.26turn);background-color:#6cb43f}.donut-extra--76 .donut-extra{-ms-transform:rotate(90deg) skew(273.6deg);transform:rotate(90deg) skew(273.6deg)}.donut-extra--76 .donut-extra::before{-ms-transform:rotate(0deg) skew(-273.6deg);transform:rotate(0deg) skew(-273.6deg)}.donut--77 .donut-outer:before{-ms-transform:rotate(.27turn);transform:rotate(.27turn);background-color:#6cb43f}.donut-extra--77 .donut-extra{-ms-transform:rotate(90deg) skew(277.2deg);transform:rotate(90deg) skew(277.2deg)}.donut-extra--77 .donut-extra::before{-ms-transform:rotate(0deg) skew(-277.2deg);transform:rotate(0deg) skew(-277.2deg)}.donut--78 .donut-outer:before{-ms-transform:rotate(.28turn);transform:rotate(.28turn);background-color:#6cb43f}.donut-extra--78 .donut-extra{-ms-transform:rotate(90deg) skew(280.8deg);transform:rotate(90deg) skew(280.8deg)}.donut-extra--78 .donut-extra::before{-ms-transform:rotate(0deg) skew(-280.8deg);transform:rotate(0deg) skew(-280.8deg)}.donut--79 .donut-outer:before{-ms-transform:rotate(.29turn);transform:rotate(.29turn);background-color:#6cb43f}.donut-extra--79 .donut-extra{-ms-transform:rotate(90deg) skew(284.4deg);transform:rotate(90deg) skew(284.4deg)}.donut-extra--79 .donut-extra::before{-ms-transform:rotate(0deg) skew(-284.4deg);transform:rotate(0deg) skew(-284.4deg)}.donut--80 .donut-outer:before{-ms-transform:rotate(.3turn);transform:rotate(.3turn);background-color:#6cb43f}.donut-extra--80 .donut-extra{-ms-transform:rotate(90deg) skew(288deg);transform:rotate(90deg) skew(288deg)}.donut-extra--80 .donut-extra::before{-ms-transform:rotate(0deg) skew(-288deg);transform:rotate(0deg) skew(-288deg)}.donut--81 .donut-outer:before{-ms-transform:rotate(.31turn);transform:rotate(.31turn);background-color:#6cb43f}.donut-extra--81 .donut-extra{-ms-transform:rotate(90deg) skew(291.6deg);transform:rotate(90deg) skew(291.6deg)}.donut-extra--81 .donut-extra::before{-ms-transform:rotate(0deg) skew(-291.6deg);transform:rotate(0deg) skew(-291.6deg)}.donut--82 .donut-outer:before{-ms-transform:rotate(.32turn);transform:rotate(.32turn);background-color:#6cb43f}.donut-extra--82 .donut-extra{-ms-transform:rotate(90deg) skew(295.2deg);transform:rotate(90deg) skew(295.2deg)}.donut-extra--82 .donut-extra::before{-ms-transform:rotate(0deg) skew(-295.2deg);transform:rotate(0deg) skew(-295.2deg)}.donut--83 .donut-outer:before{-ms-transform:rotate(.33turn);transform:rotate(.33turn);background-color:#6cb43f}.donut-extra--83 .donut-extra{-ms-transform:rotate(90deg) skew(298.8deg);transform:rotate(90deg) skew(298.8deg)}.donut-extra--83 .donut-extra::before{-ms-transform:rotate(0deg) skew(-298.8deg);transform:rotate(0deg) skew(-298.8deg)}.donut--84 .donut-outer:before{-ms-transform:rotate(.34turn);transform:rotate(.34turn);background-color:#6cb43f}.donut-extra--84 .donut-extra{-ms-transform:rotate(90deg) skew(302.4deg);transform:rotate(90deg) skew(302.4deg)}.donut-extra--84 .donut-extra::before{-ms-transform:rotate(0deg) skew(-302.4deg);transform:rotate(0deg) skew(-302.4deg)}.donut--85 .donut-outer:before{-ms-transform:rotate(.35turn);transform:rotate(.35turn);background-color:#6cb43f}.donut-extra--85 .donut-extra{-ms-transform:rotate(90deg) skew(306deg);transform:rotate(90deg) skew(306deg)}.donut-extra--85 .donut-extra::before{-ms-transform:rotate(0deg) skew(-306deg);transform:rotate(0deg) skew(-306deg)}.donut--86 .donut-outer:before{-ms-transform:rotate(.36turn);transform:rotate(.36turn);background-color:#6cb43f}.donut-extra--86 .donut-extra{-ms-transform:rotate(90deg) skew(309.6deg);transform:rotate(90deg) skew(309.6deg)}.donut-extra--86 .donut-extra::before{-ms-transform:rotate(0deg) skew(-309.6deg);transform:rotate(0deg) skew(-309.6deg)}.donut--87 .donut-outer:before{-ms-transform:rotate(.37turn);transform:rotate(.37turn);background-color:#6cb43f}.donut-extra--87 .donut-extra{-ms-transform:rotate(90deg) skew(313.2deg);transform:rotate(90deg) skew(313.2deg)}.donut-extra--87 .donut-extra::before{-ms-transform:rotate(0deg) skew(-313.2deg);transform:rotate(0deg) skew(-313.2deg)}.donut--88 .donut-outer:before{-ms-transform:rotate(.38turn);transform:rotate(.38turn);background-color:#6cb43f}.donut-extra--88 .donut-extra{-ms-transform:rotate(90deg) skew(316.8deg);transform:rotate(90deg) skew(316.8deg)}.donut-extra--88 .donut-extra::before{-ms-transform:rotate(0deg) skew(-316.8deg);transform:rotate(0deg) skew(-316.8deg)}.donut--89 .donut-outer:before{-ms-transform:rotate(.39turn);transform:rotate(.39turn);background-color:#6cb43f}.donut-extra--89 .donut-extra{-ms-transform:rotate(90deg) skew(320.4deg);transform:rotate(90deg) skew(320.4deg)}.donut-extra--89 .donut-extra::before{-ms-transform:rotate(0deg) skew(-320.4deg);transform:rotate(0deg) skew(-320.4deg)}.donut--90 .donut-outer:before{-ms-transform:rotate(.4turn);transform:rotate(.4turn);background-color:#6cb43f}.donut-extra--90 .donut-extra{-ms-transform:rotate(90deg) skew(324deg);transform:rotate(90deg) skew(324deg)}.donut-extra--90 .donut-extra::before{-ms-transform:rotate(0deg) skew(-324deg);transform:rotate(0deg) skew(-324deg)}.donut--91 .donut-outer:before{-ms-transform:rotate(.41turn);transform:rotate(.41turn);background-color:#6cb43f}.donut-extra--91 .donut-extra{-ms-transform:rotate(90deg) skew(327.6deg);transform:rotate(90deg) skew(327.6deg)}.donut-extra--91 .donut-extra::before{-ms-transform:rotate(0deg) skew(-327.6deg);transform:rotate(0deg) skew(-327.6deg)}.donut--92 .donut-outer:before{-ms-transform:rotate(.42turn);transform:rotate(.42turn);background-color:#6cb43f}.donut-extra--92 .donut-extra{-ms-transform:rotate(90deg) skew(331.2deg);transform:rotate(90deg) skew(331.2deg)}.donut-extra--92 .donut-extra::before{-ms-transform:rotate(0deg) skew(-331.2deg);transform:rotate(0deg) skew(-331.2deg)}.donut--93 .donut-outer:before{-ms-transform:rotate(.43turn);transform:rotate(.43turn);background-color:#6cb43f}.donut-extra--93 .donut-extra{-ms-transform:rotate(90deg) skew(334.8deg);transform:rotate(90deg) skew(334.8deg)}.donut-extra--93 .donut-extra::before{-ms-transform:rotate(0deg) skew(-334.8deg);transform:rotate(0deg) skew(-334.8deg)}.donut--94 .donut-outer:before{-ms-transform:rotate(.44turn);transform:rotate(.44turn);background-color:#6cb43f}.donut-extra--94 .donut-extra{-ms-transform:rotate(90deg) skew(338.4deg);transform:rotate(90deg) skew(338.4deg)}.donut-extra--94 .donut-extra::before{-ms-transform:rotate(0deg) skew(-338.4deg);transform:rotate(0deg) skew(-338.4deg)}.donut--95 .donut-outer:before{-ms-transform:rotate(.45turn);transform:rotate(.45turn);background-color:#6cb43f}.donut-extra--95 .donut-extra{-ms-transform:rotate(90deg) skew(342deg);transform:rotate(90deg) skew(342deg)}.donut-extra--95 .donut-extra::before{-ms-transform:rotate(0deg) skew(-342deg);transform:rotate(0deg) skew(-342deg)}.donut--96 .donut-outer:before{-ms-transform:rotate(.46turn);transform:rotate(.46turn);background-color:#6cb43f}.donut-extra--96 .donut-extra{-ms-transform:rotate(90deg) skew(345.6deg);transform:rotate(90deg) skew(345.6deg)}.donut-extra--96 .donut-extra::before{-ms-transform:rotate(0deg) skew(-345.6deg);transform:rotate(0deg) skew(-345.6deg)}.donut--97 .donut-outer:before{-ms-transform:rotate(.47turn);transform:rotate(.47turn);background-color:#6cb43f}.donut-extra--97 .donut-extra{-ms-transform:rotate(90deg) skew(349.2deg);transform:rotate(90deg) skew(349.2deg)}.donut-extra--97 .donut-extra::before{-ms-transform:rotate(0deg) skew(-349.2deg);transform:rotate(0deg) skew(-349.2deg)}.donut--98 .donut-outer:before{-ms-transform:rotate(.48turn);transform:rotate(.48turn);background-color:#6cb43f}.donut-extra--98 .donut-extra{-ms-transform:rotate(90deg) skew(352.8deg);transform:rotate(90deg) skew(352.8deg)}.donut-extra--98 .donut-extra::before{-ms-transform:rotate(0deg) skew(-352.8deg);transform:rotate(0deg) skew(-352.8deg)}.donut--99 .donut-outer:before{-ms-transform:rotate(.49turn);transform:rotate(.49turn);background-color:#6cb43f}.donut-extra--99 .donut-extra{-ms-transform:rotate(90deg) skew(356.4deg);transform:rotate(90deg) skew(356.4deg)}.donut-extra--99 .donut-extra::before{-ms-transform:rotate(0deg) skew(-356.4deg);transform:rotate(0deg) skew(-356.4deg)}.donut--100 .donut-outer:before{-ms-transform:rotate(.5turn);transform:rotate(.5turn);background-color:#6cb43f}.donut-extra--100 .donut-extra{-ms-transform:rotate(90deg) skew(360deg);transform:rotate(90deg) skew(360deg)}.donut-extra--100 .donut-extra::before{-ms-transform:rotate(0deg) skew(-360deg);transform:rotate(0deg) skew(-360deg)}.donut-values-container{float:left;text-align:left}.donut-values-container:hover .donut-value{opacity:0.1}.donut-values-container:hover .donut-value:hover{opacity:1}.donut-value{transition:all 0.3s cubic-bezier(0.25, 0.01, 0.1, 1);opacity:1;display:block;margin:0.4em 0;cursor:pointer}@media screen and (max-height: 1000px){.donut{width:23em}.donut-title{font-size:0.95em}}form{display:block}fieldset{display:block;margin:1.25em 0;padding:0}legend{display:block;width:100%;margin:0 0 1em 0;font-weight:bold;border-bottom:1px solid #eee}label{display:block;margin:0 0 0.25em;font-weight:bold}textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="image"],input[type="color"]{display:block;padding:0.5em;margin:0 0 0.625em;vertical-align:middle;border:1px solid #eee;outline:none;font-family:inherit;font-size:1rem;border-radius:0;-webkit-appearance:none;-moz-appearance:none}textarea:hover,input[type="text"]:hover,input[type="password"]:hover,input[type="datetime"]:hover,input[type="datetime-local"]:hover,input[type="date"]:hover,input[type="month"]:hover,input[type="time"]:hover,input[type="week"]:hover,input[type="number"]:hover,input[type="email"]:hover,input[type="url"]:hover,input[type="search"]:hover,input[type="tel"]:hover,input[type="image"]:hover,input[type="color"]:hover{border:1px solid #e6e6e6}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="image"]:focus,input[type="color"]:focus{border:1px solid #e1e1e1}input[type="submit"],input[type="button"]{display:block;border-radius:0}input[type="file"]{padding:0.125em;margin:0 0 0.625em;font-family:inherit;font-size:1rem;-webkit-appearance:none;border-radius:0;line-height:100%}textarea{padding:0.25em}progress,meter{padding:0.125em;margin:0 0 0.625em;font-family:inherit;font-size:1rem}.header{width:100%;margin:0;position:absolute;padding:1em 0 0;z-index:20}.header .container.-full{padding:0 20px}.header .header-logo img{max-height:2.5em;width:auto}.header-logo{display:inline-block}.header-logo+.header-logo{margin-left:1em}.header-link.-about{float:right;background-color:#fff;padding:1.6em 2em;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;color:#0e2e3c;margin-bottom:0}.header-link.-about .plus-icon{border-color:currentColor;margin-top:-2.5px}.header-link.-about .plus-icon::before,.header-link.-about .plus-icon::after{background-color:currentColor}.header-link.-about:hover .plus-icon{background-color:currentColor}.header-link.-about:hover .plus-icon:before,.header-link.-about:hover .plus-icon:after{background-color:#fff}@media (max-width: 736px){.header-link.-about .plus-icon{width:14px;height:14px}.header-link.-about .plus-icon::before{height:6px;top:2px;left:4px}.header-link.-about .plus-icon::after{width:6px;top:4px;left:2px}}.header-links-container{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;float:right;text-align:right}.header-links-container a{color:#fff}@media (max-width: 736px){.header-links-container a{display:block;clear:both}}@media (max-width: 736px){.header-links-container{-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.header-links-container .link.-about{float:right;margin-left:20px}@media (max-width: 736px){.header-links-container .link.-about{margin-left:0;margin-bottom:5px}}.menu{position:fixed;top:50%;left:10px;-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:99}@media (max-width: 500px){.menu{left:0;display:none}}ul.menu{padding:0;margin:0;list-style-type:none}ul.menu li{position:relative;height:30px;line-height:30px;overflow:hidden;max-width:30px;background-color:transparent;transition:all 0.3s cubic-bezier(0.25, 0.01, 0.1, 1);width:auto;float:left;clear:both;padding-right:0}@media (max-width: 736px){ul.menu li{max-width:100%;overflow:visible}}ul.menu li span{font-size:10px;letter-spacing:0.1em;text-transform:uppercase;font-family:"open-sans",Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700;max-width:0;transition:all 0.3s cubic-bezier(0.25, 0.01, 0.1, 1);opacity:0;color:#fff}@media (max-width: 736px){ul.menu li span{display:none}}ul.menu li a{padding-left:33px;display:block}@media (max-width: 736px){ul.menu li a{padding:0}}ul.menu li a:hover{text-decoration:none}ul.menu li a:before{content:'';width:10px;height:10px;border-radius:50%;background-color:rgba(14,46,60,0.25);position:absolute;left:12px;top:10px}ul.menu li:hover{padding-right:13px}@media (min-width: 1200px){ul.menu li:hover{max-width:300px;background-color:#00b3ff}ul.menu li:hover span{opacity:1;max-width:200px}}@media (max-width: 1024px){ul.menu li:hover{max-width:0;background-color:transparent}ul.menu li:hover span{opacity:0;max-width:0}}ul.menu li.-active{padding-right:13px}@media (max-width: 736px){ul.menu li.-active{padding-right:0}}ul.menu li.-active a:before{background-color:#0e2e3c}ul.menu li.-active:not(.nav-overview):not(.nav-conclusion){max-width:300px;background-color:#00b3ff;transition-delay:200ms}@media (max-width: 1024px){ul.menu li.-active:not(.nav-overview):not(.nav-conclusion){max-width:30px;background-color:transparent}}@media (max-width: 736px){ul.menu li.-active:not(.nav-overview):not(.nav-conclusion){max-width:100%}}ul.menu li.-active:not(.nav-overview):not(.nav-conclusion) span{opacity:1;max-width:200px}@media (max-width: 736px){ul.menu li.-active:not(.nav-overview):not(.nav-conclusion) span{opacity:0;max-width:0}}#nav ul.menu li a:before{transition:all 200ms ease-in-out;-ms-transform:scale(0, 0);transform:scale(0, 0)}@media (max-width: 736px){#nav ul.menu li a:before{transition:background 200ms ease-in-out}}#nav.-loaded ul.menu li a:before{-ms-transform:scale(1, 1);transform:scale(1, 1);transition-delay:300ms}@media (max-width: 736px){#nav.-loaded ul.menu li a:before{transition-delay:0s}}#app.active-section-country-index ul.menu li a:before{background-color:rgba(255,255,255,0.25)}#app.active-section-country-index ul.menu li.-active a:before{background-color:#fff}.dropdown,.dropdown div,.dropdown li,.dropdown div::after,.dropdown .carat,.dropdown .carat:after,.dropdown .selected::after,.dropdown:after{transition:all 150ms ease-in-out}.dropdown .selected::after,.dropdown.scrollable div::after{-webkit-pointer-events:none;-moz-pointer-events:none;-ms-pointer-events:none;pointer-events:none}.dropdown{position:relative;width:250px;cursor:pointer;font-weight:200;background:transparent;border:2px solid #dbdfe1;padding:8px 0px 8px;border-radius:5px;color:#0e2e3c;-webkit-user-select:none;-ms-user-select:none;user-select:none}.dropdown ul{margin:0;padding:0}.dropdown.open{z-index:2}.dropdown:hover,.dropdown.focus{background:transparent}.dropdown .carat,.dropdown .carat:after{position:absolute;right:14px;top:50%;margin-top:-3px;border:6px solid transparent;border-top:6px solid #0e2e3c;z-index:1;-ms-transform-origin:50% 20%;transform-origin:50% 20%}.dropdown:hover .carat:after{border-top-color:#f4f4f4}.dropdown.focus .carat{border-top-color:#f8f8f8}.dropdown.focus .carat:after{border-top-color:#0180d1}.dropdown.open .carat{-ms-transform:rotate(180deg);transform:rotate(180deg)}.dropdown .old{position:absolute;left:0;top:0;height:100%;width:100%;overflow:hidden}.dropdown select{position:absolute;left:0px;top:0px}.dropdown.touch select{left:0;top:0;width:100%;height:100%;opacity:0}.dropdown .selected{color:#0e2e3c}.dropdown .selected,.dropdown li{font-size:12px;font-weight:700;letter-spacing:0.1em;display:block;text-transform:uppercase;line-height:1;padding:8px 12px;overflow:hidden;white-space:nowrap}.dropdown .selected::after{content:'';position:absolute;right:0;top:0;bottom:0;width:60px;border-radius:0 5px 5px 0}.dropdown div{position:absolute;height:0;left:0;right:0;top:100%;margin-top:1px;background:#eee;overflow:hidden;opacity:0;color:#0e2e3c;border-radius:5px}.dropdown:hover div{background:#eee;border-radius:5px}.dropdown.open div{opacity:1;z-index:2}.dropdown.scrollable div::after{content:'';position:absolute;left:0;right:0;bottom:0;height:50px;box-shadow:inset 0 -50px 30px -35px #00c384}.dropdown.scrollable.bottom div::after{opacity:0}.dropdown ul{position:absolute;left:0;top:0;height:100%;width:100%;list-style:none;overflow:hidden;border-radius:5px}.dropdown.scrollable.open ul{overflow-y:auto}.dropdown li{list-style:none;padding:14px 12px;border-bottom:1px solid #cfd5d8}.dropdown li:last-child{border-bottom:0}.dropdown li.focus{background:#0e2e3c;position:relative;z-index:3;color:#fff}.dropdown li.active{background:#0e2e3c;color:#fff}.scroll-animation{width:1.2em;height:1.8em;position:absolute;bottom:55px;left:calc(50% - 0.7em);z-index:49;opacity:0;transition:opacity 0.5s}.scroll-animation svg{fill:none;overflow:visible}.scroll-animation svg path,.scroll-animation svg rect{stroke:currentColor;stroke-width:2}.scroll-animation svg .lines{animation:scroll-lines-animation 5s linear infinite}@keyframes scroll-lines-animation{0%{stroke-dashoffset:0}100%{stroke-dashoffset:-20.9}}@media (max-width: 736px){.scroll-animation{display:none}}.hero{position:relative;height:97em;background-color:#00b3ff;text-align:center;overflow:hidden}@media (max-width: 736px){.hero{height:110vh;min-height:500px}}.hero h1 span{color:#fff}.hero h1 br.concise{display:none}@media (max-width: 736px){.hero h1{font-size:3.5em}.hero h1 br{display:block}.hero h1 br.concise{display:block}}.hero .button{margin:4em auto 0;display:inline-block;position:relative;z-index:50}.hero .scroll-animation{position:static;color:white;margin-left:auto;margin-right:auto;margin-top:40px;opacity:1}.hero-bg{width:100%;height:100%;position:absolute;top:0;left:0;background-size:cover;background-repeat:no-repeat;background-position:50% 0;z-index:0}.hero-bg.-map{background-image:url(../img/hero.map.png)}.hero-bg.-dots{background-image:url(../img/hero.dots.png)}.hero-bg.-dots-initial{background-image:url(../img/hero.dots.initial.png)}.hero-bg.-dots-secondary{background-image:url(../img/hero.dots.secondary.png)}.hero-bg.-white{background-image:url(../img/hero.white.png)}.overview-intro-title{max-width:57em;padding:0 50px;text-align:center;margin:10em auto 0;position:relative}@media (max-width: 736px){.overview-intro-title{max-width:100%;padding:0 20px}}.overview-intro-text{max-width:630px;padding:0 50px;margin:7.5em auto 0;position:relative;transition:opacity 100ms ease-in-out}@media (max-width: 500px){.overview-intro-text{padding:0 40px}}.overview-intro-text h2{margin:0}#data-about .data-text{max-width:800px;padding:0 20px}@media (max-width: 736px){#data-about .data-text{height:calc(100% - 50px);margin-top:20px;padding:20px}}@media screen and (min-width: 1401px){.hero{height:110%}}@media screen and (max-width: 1399px) and (min-width: 737px){h1{font-size:4em}h1 br{display:none}.overview-intro-title{margin-top:15em}#parental-leave .subsection p{font-size:1.75em}}@media screen and (max-width: 374px){.hero h1{font-size:2.75em}.overview-intro-title{padding:0 30px}}@media screen and (max-width: 736px) and (min-width: 321px){.overview-intro-title{margin-top:13em}}@media screen and (max-width: 320px){.overview-intro-title{margin-top:8em}.overview-intro-text h2{font-size:1.75em}}@media screen and (max-width: 1399px) and (min-width: 737px) and (min-height: 799px){h1 br{display:block}}.active-section-labour-force .overview-intro-text{opacity:0}#labour-force{position:relative;margin-top:25vh}@media (max-width: 736px){#labour-force{margin-top:0}}#labour-force .subsection.-empty{height:50vh}@media (max-width: 736px){#labour-force .subsection.-empty{height:0;display:none}}#labour-force .container{position:relative}#labour-force .subsection-bg{max-width:75%}#labour-force.-current-subsection-1 .subsection-bg.-base,#labour-force.-current-subsection-2 .subsection-bg.-base{opacity:1;transition-delay:200ms}#labour-force .subsection-bg{position:absolute;right:-10%;top:8%;z-index:0}#labour-force .subsection-bg.-layer-a{top:10%}#labour-force .subsection-bg.-base{top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%);opacity:0;transition:all 0.3s cubic-bezier(0.25, 0.01, 0.1, 1)}@media (max-width: 736px){#labour-force .subsection-bg.-base{max-width:130%;width:130%;right:-15%;top:-12%;-ms-transform:none;transform:none}}@media (max-width: 1024px){#labour-force .subsection-bg.-layer-a,#labour-force .subsection-bg.-layer-b{top:30%}}@media (max-width: 736px){#labour-force .subsection-bg.-layer-a,#labour-force .subsection-bg.-layer-b{display:none}}#labour-force.-visible .subsection-bg{position:fixed}#chart-labour-force{width:920px;height:530px;margin-top:80px}#chart-labour-force .chart-axis.-x,#chart-labour-force .chart-axis.-y,#chart-labour-force .chart-grid,#chart-labour-force .chart-data{height:440px}#chart-labour-force .tooltip.-stacked{background-color:transparent}#chart-labour-force .tooltip.-stacked .tooltip-section:first-of-type small{color:#9fabb1}#chart-labour-force .chart-axis.-y span:nth-of-type(even){opacity:0}#chart-labour-force .tooltip:not(.-average){left:30px}#chart-labour-force .average.-men .tooltip{background-color:#6cb43f}#chart-labour-force .average.-men .tooltip:after{border-color:transparent #6cb43f transparent transparent}#chart-labour-force .tooltip-section:last-of-type{margin-top:0}#chart-labour-force .tooltip-section:last-of-type,#chart-labour-force .tooltip.-bottom{width:4.625em}#chart-labour-force .average{height:8px;border-radius:4px}#chart-labour-force .chart-key{margin-top:-80px}#chart-labour-force .chart-data-item>.bar:nth-last-child(1) .tooltip,#chart-labour-force .chart-data-item>.bar:nth-last-child(2) .tooltip,#chart-labour-force .chart-data-item>.bar:nth-last-child(3) .tooltip{right:30px}#chart-labour-force .chart-data-item>.bar:nth-last-child(1) .tooltip .tooltip-section:last-of-type,#chart-labour-force .chart-data-item>.bar:nth-last-child(2) .tooltip .tooltip-section:last-of-type,#chart-labour-force .chart-data-item>.bar:nth-last-child(3) .tooltip .tooltip-section:last-of-type{float:right}#chart-labour-force .chart-data-item.hide,#chart-labour-force .chart-data-item.hide *{opacity:0 !important;pointer-events:none}#chart-labour-force .chart-average-item.hide,#chart-labour-force .chart-average-item.hide *{opacity:0 !important;pointer-events:none}#chart-labour-force .key{margin-top:27px}@media (max-width: 1024px){#chart-labour-force .key{font-size:1em;margin-top:18px}}#chart-labour-force .key span{border-radius:50%}#chart-labour-force .key.-women{color:#0e2e3c}#chart-labour-force .key.-women span{background-color:#0e2e3c}#chart-labour-force .key.-men span{width:12px;height:12px;margin-top:4px}@media screen and (min-width: 1501px){#labour-force .subsection-bg.-base,#labour-force .subsection-bg.-layer-a,#labour-force .subsection-bg.-layer-b{right:calc(50% - 800px)}#labour-force .subsection-bg.-layer-a,#labour-force .subsection-bg.-layer-b{top:20%}}@media screen and (max-width: 1130px){#chart-labour-force{width:760px}}#pay-gap{position:relative}#pay-gap .number{margin:0.15em 0}#pay-gap .subsection-graphic:before{content:'';width:150%;height:100%;background-image:url(../img/wagegap.bg.png);position:absolute;background-repeat:no-repeat;background-size:100% auto;bottom:-80%;left:-25%;z-index:-1}#pay-gap .subsection:nth-of-type(2) .subsection-text p{padding-top:4em}@media (max-width: 736px){#pay-gap .subsection:nth-of-type(2) .subsection-text p{padding-top:0}}#pay-gap .subsection:nth-of-type(3) .subsection-text p{padding-top:5em}@media (max-width: 736px){#pay-gap .subsection:nth-of-type(3) .subsection-text p{padding-top:0}}#data-pay-gap{text-align:center;background-color:#fff;background-color:rgba(255,255,255,0.98)}#data-pay-gap .data-header{max-width:910px}#data-pay-gap small{font-size:14px}@media (max-width: 736px){#data-pay-gap small{font-size:12px}}#data-pay-gap .data-footer-helper{display:block}@media (max-width: 736px){#data-pay-gap .data-footer-helper{display:none}}#donut-pay-gap{width:auto;margin:0 auto;display:table}#donut-pay-gap .donut{float:none;display:inline-block;margin:0 30px 0 0}@media (max-width: 1024px){#donut-pay-gap .donut{margin:0}}@media (max-width: 736px){#donut-pay-gap .donut-text small{font-size:11px}}#donut-pay-gap .donut-value-extra{width:50px;height:50px;border-radius:50%;background:#6cb43f;position:absolute;right:0;top:-20px;color:#0e2e3c;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;pointer-events:none;font-size:12px;opacity:0;transition:opacity 0.5s linear}#donut-pay-gap .donut-value-extra.show{opacity:1}@media (max-width: 736px){#donut-pay-gap .donut-value-extra{right:-20px;top:-29px}}#donut-pay-gap .donut-values-container{float:none;display:table-cell;vertical-align:middle}@media (max-width: 1024px){#donut-pay-gap .donut-values-container{width:80%;clear:both;float:left;margin-top:2em;margin-left:10%}}@media (max-width: 736px){#donut-pay-gap .donut-values-container{display:none}}#donut-pay-gap .donut-values-select{display:none}@media (max-width: 736px){#donut-pay-gap .donut-values-select{display:block}}#donut-pay-gap .dropdown{display:none;margin:2em auto 0;clear:both}@media (max-width: 736px){#donut-pay-gap .dropdown{display:block}}@media (max-width: 1024px){#donut-pay-gap .donut-value{width:50%;float:left;padding:0 20px;text-align:center}}@media screen and (max-height: 1000px){#data-pay-gap .data-header{max-width:680px}#data-pay-gap small{font-size:12px}}@media screen and (min-width: 736px) and (max-height: 1000px){#data-pay-gap .data-header{max-width:80%;padding:0 20px}#data-pay-gap .donut{width:19em}#data-pay-gap .donut-title{font-size:12px}}#unpaid-work{position:relative}#unpaid-work h4{color:#0e2e3c}#unpaid-work .section-bg.-overlap.-fixed{z-index:0}#unpaid-work .section-bg.-base{height:210vh;background-color:#6cb43f;-webkit-clip-path:polygon(0 50%, 100% 0, 100% 100%, 0 100%);clip-path:polygon(0 50%, 100% 0, 100% 100%, 0 100%);background-image:url(../img/dots.fade.png);background-repeat:no-repeat;background-position:0% 100%;transition:all 0.3s cubic-bezier(0.25, 0.01, 0.1, 1)}#unpaid-work .section-bg.-base.-last{position:absolute;height:calc(210vh + 2px);top:400vh;left:0;transition:none;z-index:5}#unpaid-work .section-bg.-overlap{height:95vh;z-index:-1;transition:all 0.3s cubic-bezier(0.25, 0.01, 0.1, 1);background-color:rgba(14,46,60,0.05);-webkit-clip-path:polygon(0 0, 100% 0, 100% 10%, 0% 100%);clip-path:polygon(0 0, 100% 0, 100% 10%, 0% 100%)}@media (max-width: 736px){#unpaid-work .section-bg.-overlap{background-color:#f3f4f5}}#unpaid-work .section-bg.-overlap.-last{top:400vh;left:0;position:absolute;z-index:1}@media (max-width: 736px){#unpaid-work .section-bg.-overlap.-last{background-color:#f3f4f5}}#unpaid-work.-current-subsection-5 .subsection.-fixed-step.-overlap:nth-of-type(4) .subsection-graphic img{opacity:0}@media (max-width: 736px){#unpaid-work .subsection.-fixed-step .subsection-graphic img{max-height:90%}}#management-overlap-bg{width:100%;height:100vh;background-color:#fff;position:absolute;bottom:-10vh;left:0;z-index:1;z-index:-1;opacity:0;visibility:hidden}#app.active-section-management #management-overlap-bg{z-index:1;opacity:1;visibility:visible}#management-overlap-text{opacity:0;width:100%;max-width:1000px;position:fixed;top:50%;left:50%;-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);margin:0;text-align:center}@media (max-width: 500px){#management-overlap-text{font-size:3.5em !important;max-width:calc(100% - 100px)}}#management-overlap-text span{color:#fff}#management-overlap-text.-visible{opacity:1}@media screen and (max-width: 1200px){#management-overlap-text{max-width:80%}}#data-unpaid-work .data-header{margin-bottom:0}@media (max-width: 736px){#data-unpaid-work .data-header{margin-bottom:2em}}#chart-unpaid-work{height:480px}#chart-unpaid-work .bar{text-align:center}#chart-unpaid-work .bar.-men{color:#6cb43f}#chart-unpaid-work .bar.-women{color:#00b3ff}#chart-unpaid-work .bar i{font-size:1.125em;position:absolute;top:-1.5em;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);transition:all 0.3s cubic-bezier(0.25, 0.01, 0.1, 1);top:0;opacity:0}#chart-unpaid-work .bar-unpaid.left .tooltip{left:auto;right:45px}#chart-unpaid-work .bar-unpaid.left .tooltip::after{left:auto;right:-6px !important;-ms-transform:rotate(-180deg) translateY(50%);transform:rotate(-180deg) translateY(50%)}#chart-unpaid-work .tooltip{min-width:6.65em}#chart-unpaid-work .bar-pair-wrap:hover .bar i{top:-1.5em;opacity:1}#chart-unpaid-work .chart-data-item>.bar-pair-wrap:nth-last-child(1) .tooltip,#chart-unpaid-work .chart-data-item>.bar-pair-wrap:nth-last-child(2) .tooltip,#chart-unpaid-work .chart-data-item>.bar-pair-wrap:nth-last-child(3) .tooltip{right:74px;left:auto !important}#chart-unpaid-work .chart-data-item>.bar-pair-wrap:nth-last-child(1) .tooltip-section:after,#chart-unpaid-work .chart-data-item>.bar-pair-wrap:nth-last-child(1) .tooltip.-secondary::after,#chart-unpaid-work .chart-data-item>.bar-pair-wrap:nth-last-child(2) .tooltip-section:after,#chart-unpaid-work .chart-data-item>.bar-pair-wrap:nth-last-child(2) .tooltip.-secondary::after,#chart-unpaid-work .chart-data-item>.bar-pair-wrap:nth-last-child(3) .tooltip-section:after,#chart-unpaid-work .chart-data-item>.bar-pair-wrap:nth-last-child(3) .tooltip.-secondary::after{right:-6px;left:auto;-ms-transform:rotate(180deg);transform:rotate(180deg)}#chart-unpaid-work .chart-data-item.hide,#chart-unpaid-work .chart-data-item.hide *{opacity:0 !important;pointer-events:none}#chart-unpaid-work .chart-axis.-y span:last-of-type,#chart-unpaid-work .chart-grid div:last-of-type{opacity:0}@media screen and (min-width: 1401px){#unpaid-work .section-bg.-base{background-size:100%}}#management .subsection{opacity:1}#management .subsection.-active{z-index:auto}#management .subsection-text.-initial{z-index:5}#management .section-bg.-angle{height:175vh;background-color:#6cb43f;-webkit-clip-path:polygon(0 60%, 100% 0, 100% 100%, 0 100%);clip-path:polygon(0 60%, 100% 0, 100% 100%, 0 100%);background-image:url(../img/dots.fade.png);background-repeat:no-repeat;background-position:0% 100%;transition:all 0.3s cubic-bezier(0.25, 0.01, 0.1, 1);position:absolute;top:0;left:0;z-index:1}#management.-current-subsection-2 #management-button-new{opacity:1;z-index:10;visibility:visible}#management.-visible .subsection-text{opacity:1}#management .subsection:first-of-type h4{color:#0e2e3c}#management .subsection-text{max-width:37.5em;top:50%;left:50%;-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}#chart-management{width:910px;height:380px;margin-top:80px}#chart-management .chart-grid{width:calc(100% - 40px)}#chart-management .chart-axis.-y span{left:auto;right:15px}#chart-management .chart-axis.-y span:last-of-type{font-weight:bold}#chart-management .bar{background-color:#6cb43f}#chart-management .chart-key{margin-top:-90px}#chart-management .chart-data-item.hide,#chart-management .chart-data-item.hide *{opacity:0 !important;pointer-events:none}#chart-management .chart-average-item.hide,#chart-management .chart-average-item.hide *{opacity:0 !important;pointer-events:none}#chart-management .chart-data-item>.bar:nth-last-child(1) .tooltip:after,#chart-management .chart-data-item>.bar:nth-last-child(1) .tooltip.-stacked .tooltip-section:last-of-type:after,#chart-management .chart-data-item>.bar:nth-last-child(2) .tooltip:after,#chart-management .chart-data-item>.bar:nth-last-child(2) .tooltip.-stacked .tooltip-section:last-of-type:after,#chart-management .chart-data-item>.bar:nth-last-child(3) .tooltip:after,#chart-management .chart-data-item>.bar:nth-last-child(3) .tooltip.-stacked .tooltip-section:last-of-type:after{-ms-transform:rotate(180deg) translateY(50%);transform:rotate(180deg) translateY(50%)}.section-bg.-management{position:fixed;top:0;left:0;z-index:0;opacity:0;content:none;width:1600px;left:50%;height:1200px}@media (max-width: 736px){.section-bg.-management{width:800px;height:600px}}.section-bg.-management.-layer-a{top:-60%}.section-bg.-management.-layer-b{top:-60%}.section-bg.-management.-layer-c{top:-90%}.section-bg.-management.-layer-d{top:-90%}#management-button-original{opacity:0;visibility:hidden;z-index:-1}#management-button-new{position:fixed;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);margin:0;transition:none;visibility:hidden;z-index:-1;opacity:0}#app.active-section-management .section-bg.-management{opacity:1}html:not(.safari) #management-overlap-text{position:absolute;top:auto;bottom:0;-ms-transform:translateX(-50%) translateY(-38%);transform:translateX(-50%) translateY(-38%)}html.safari .section-bg.-management.-layer-b,html.chrome .section-bg.-management.-layer-b{top:-200%}@media screen and (max-width: 1400px) and (min-width: 736px){#management .subsection-text.-solo-max,#management .subsection-text.-solo{width:85%}#management .subsection:first-of-type h4{font-size:5em}}@media screen and (min-width: 1501px){.section-bg.-management{width:2000px;height:1500px}}@media screen and (max-width: 1130px){#chart-management{width:760px}}@media screen and (max-width: 1024px){#chart-management{width:560px}}#parental-leave .subsection-text{max-width:calc(1190px * .57 - 100px);width:calc(100% - 34.5em);top:auto;-ms-transform:none;transform:none;bottom:calc(50vh - 10.9375em - 6.5em);padding:0 50px}@media (max-width: 736px){#parental-leave .subsection-text{width:100%;top:300px;bottom:auto;padding:0 40px}}#parental-leave .subsection-text .button{margin-top:6.5em}@media (max-width: 736px){#parental-leave .subsection-text .button{margin-top:3em}}@media (max-width: 736px){#parental-leave .subsection-text p{padding:0}}#parental-leave.-visible .pram-graphic{opacity:1;transition-delay:500ms;z-index:50}#parental-leave.-visible .section-bg{opacity:1;transition-delay:200ms}#parental-leave .section-bg{z-index:-1;opacity:0}#parental-leave .section-bg.-base{width:70%;left:-10%;top:50%;height:auto;position:fixed;-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:0}#parental-leave .section-bg.-shape{width:100%;height:calc(50vh - 10.9375em);background-color:#f3f4f5;position:fixed;left:0;top:auto;bottom:0;z-index:0;transition:none}@media (max-width: 736px){#parental-leave .section-bg.-shape{height:calc(100vh)}}.active-section-laws #parental-leave{background-color:#fff}.active-section-laws #parental-leave .section-bg.-shape{opacity:0}#chart-parental-leave{width:calc(100% - 80px);max-width:1200px;height:480px}#chart-parental-leave .average{display:none}#chart-parental-leave .bar{background-color:#0e2e3c}#chart-parental-leave .bar .tooltip.-difference .tooltip-section:last-of-type{background-color:#0e2e3c}#chart-parental-leave .bar .tooltip.-difference .tooltip-section:last-of-type:after{border-color:transparent transparent #0e2e3c transparent}#chart-parental-leave .bar .bar{background-color:#6cb43f;min-height:2px}#chart-parental-leave .bar .bar .tooltip{background-color:#6cb43f}#chart-parental-leave .bar .bar .tooltip:after{border-color:transparent #6cb43f transparent transparent}@media (max-width: 1130px){#chart-parental-leave .bar{width:20px}}@media (max-width: 950px){#chart-parental-leave .bar{width:17px}}@media (max-width: 750px){#chart-parental-leave .bar{width:15px}}#chart-parental-leave .tooltip.-stacked{background:transparent}#chart-parental-leave .tooltip.-lowest{top:0 !important;bottom:auto !important}#chart-parental-leave .tooltip.-stacked .tooltip-section:first-of-type{min-width:6.6em}#chart-parental-leave .tooltip.-stacked .tooltip-section:last-of-type,#chart-parental-leave .tooltip.-lowest{width:6.6em}#chart-parental-leave .bar.oman .bar{background-color:transparent}#chart-parental-leave .bar.oman .bar .tooltip{display:none}#chart-parental-leave .key.-maternity{color:#0e2e3c}#chart-parental-leave .key.-maternity span{background-color:#0e2e3c}#chart-parental-leave .key.-paternity{color:#6cb43f}#chart-parental-leave .key.-paternity span{background-color:#6cb43f}#chart-parental-leave .average.-men .tooltip{background-color:#6cb43f}#chart-parental-leave .average.-men .tooltip:after{border-color:transparent #6cb43f transparent transparent}#chart-parental-leave .chart-data-item.hide,#chart-parental-leave .chart-data-item.hide *{opacity:0 !important;pointer-events:none}.pram-graphic{left:50px;top:calc(50% + 10px);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:-1;position:fixed;width:32.5em;height:calc(21.875em + 20px);opacity:0}@media (max-width: 736px){.pram-graphic{width:100%;height:calc(134px + 5em);left:0;top:0;bottom:auto;padding-top:5em;-ms-transform:none;transform:none;background-color:#fff}}.pram-graphic img{width:100%;height:auto;position:absolute;top:0;left:0;opacity:0;transition:none}@media (max-width: 736px){.pram-graphic img{width:200px;height:134px;top:5em;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%)}}.pram-graphic.-slider-0 img:nth-of-type(1){opacity:1}.pram-graphic.-slider-0 .pram-slider-circle{left:0}.pram-graphic.-slider-1 img:nth-of-type(2){opacity:1}.pram-graphic.-slider-1 .pram-slider-circle{left:calc(33.33333% - 2px)}.pram-graphic.-slider-2 img:nth-of-type(3){opacity:1}.pram-graphic.-slider-2 .pram-slider-circle{left:calc(33.33333% * 2 - 2px)}.pram-graphic.-slider-3 img:nth-of-type(4){opacity:1}.pram-graphic.-slider-3 .pram-slider-circle{left:calc(33.33333% * 3 - 2px)}.pram-graphic.-slider-4 img:nth-of-type(5){opacity:1}.pram-graphic.-slider-4 .pram-slider-circle{left:calc(33.33333% * 4 - 2px)}.pram-graphic.-slider-5 img:nth-of-type(6){opacity:1}.pram-graphic.-slider-5 .pram-slider-circle{left:calc(33.33333% * 5 - 2px)}.pram-slider{width:78%;height:20px;padding:0;margin:0;position:absolute;right:3%;bottom:-60px;z-index:20}@media (max-width: 736px){.pram-slider{width:210px;right:auto;left:50%;-ms-transform:translateX(-50%);transform:translateX(-50%);bottom:-70px}}.pram-slider:before{content:'';width:calc(100% - 2px);height:2px;top:9px;background-color:#bac2c7;position:absolute;left:0}.pram-slider .pram-slider-circle{width:16px;height:16px;border-radius:50%;background-color:#0e2e3c;position:absolute;top:3px;margin-left:-8px;transition:all 0.3s cubic-bezier(0.25, 0.01, 0.1, 1);cursor:pointer}.pram-slider .pram-slider-tooltip{width:7em;left:calc(-3.5em + 8px);top:-45px;background-color:#0e2e3c;padding:8px;color:#fff;position:absolute;text-align:center}@media (max-width: 1024px){.pram-slider .pram-slider-tooltip{width:12em;left:calc(-6em + 8px)}}@media (max-width: 736px){.pram-slider .pram-slider-tooltip{width:11em;left:calc(-5.5em + 8px)}}.pram-slider .pram-slider-tooltip:after{content:'';width:0;height:0;border-style:solid;border-width:8px 8px 0 8px;border-color:#0e2e3c transparent transparent transparent;position:absolute;left:calc(50% - 8px);bottom:-8px}.pram-slider li{width:25%;height:14px;float:left;list-style-type:none;overflow:hidden;color:transparent;position:absolute;top:4px;cursor:pointer}.pram-slider li:before{width:2px;height:14px;content:'';background-color:#bac2c7;position:absolute;top:0;left:0}.pram-slider li:first-of-type{left:0}.pram-slider li:nth-of-type(2){left:calc(25% - 2px)}.pram-slider li:nth-of-type(2):before{left:calc(33.33333% - 2px)}.pram-slider li:nth-of-type(3){left:calc(25% * 2 - 2px)}.pram-slider li:nth-of-type(3):before{left:calc(33.33333% * 2 - 2px)}.pram-slider li:nth-of-type(4){left:calc(25% * 3 - 2px)}.pram-slider li:nth-of-type(4):before{left:calc(33.33333% * 3 - 2px)}@media (max-width: 736px){.pram-slider small{font-size:10px;padding:0}}.pram-slider .pram-slider-text{width:100%;text-align:center;top:35px;position:absolute;left:0;padding:0 20px}@media (max-width: 736px){.pram-slider .pram-slider-text{padding:0}}@media screen and (min-width: 1501px){.pram-graphic{left:calc(50% - 700px)}#parental-leave .subsection-text{max-width:calc(1300px * .57 - 100px);padding:0 30px}}@media screen and (max-width: 1501px) and (min-width: 1291px){.pram-graphic{left:calc(50% - 595px + 50px)}#parental-leave .section-bg.-base{left:-5%}}@media screen and (max-width: 1291px) and (min-width: 737px){.pram-graphic{left:100px}#parental-leave .section-bg.-base{left:0}}#app.active-section-parental-leave{background-color:#fff}#app.active-section-parental-leave .section-bg.-management{opacity:0}#laws{background-color:#fff}#laws .subsection.-empty{height:25vh !important;min-height:0}#laws .section-bg.-initial{position:absolute;height:50vh;background-color:#f3f4f5;z-index:0;left:0;top:-25vh}#laws .section-bg.-shape{height:100vh;top:0;z-index:0;-webkit-clip-path:polygon(0 0, 100% 100%, 100% 0);clip-path:polygon(0 0, 100% 100%, 100% 0);background-color:#f3f4f5;top:25vh}#laws .section-bg.-end{-webkit-clip-path:polygon(0 0, 0% 100%, 100% 100%);clip-path:polygon(0 0, 0% 100%, 100% 100%);background-color:#fff;height:100vh;position:absolute;bottom:0;left:0;top:auto}#laws .subsection.-empty{height:50vh}@media (max-width: 736px){#laws .subsection.-fixed-step .subsection-graphic img{max-height:90%}}#app.active-section-laws{background-color:transparent}#app.active-section-conclusion #laws .subsection{opacity:0}#chart-laws{width:calc(100% - 80px);max-width:1100px;height:480px}#chart-laws .bar .bar{pointer-events:none}@media (max-width: 1130px){#chart-laws .bar{width:20px}}@media (max-width: 950px){#chart-laws .bar{width:17px}}@media (max-width: 790px){#chart-laws .bar{width:15px}}#chart-laws .tooltip{max-width:13em}#chart-laws .chart-key.-y{width:140px;position:absolute;left:0;text-align:right}@media (max-width: 1024px){#chart-laws .chart-key.-y{width:90px}}#chart-laws .chart-grid{margin-left:140px;width:calc(100% - 140px - 40px)}@media (max-width: 1024px){#chart-laws .chart-grid{width:calc(100% - 90px - 40px);margin-left:90px}}#chart-laws .chart-grid div:not(.average):not(.tooltip){background-color:#0e2e3c;pointer-events:none}#chart-laws .chart-data{width:calc(100% - 140px - 40px);margin-left:calc(140px + 40px)}@media (max-width: 1024px){#chart-laws .chart-data{width:calc(100% - 90px - 40px);margin-left:calc(90px + 40px)}}#chart-laws .chart-key.-y{height:390px}#chart-laws .chart-key.-y small{position:absolute;right:0}#chart-laws .chart-key.-labels{-ms-transform:translateY(-100%);transform:translateY(-100%)}#chart-laws .chart-key.-labels .key{margin:0px 20px 20px 0}#chart-laws .chart-key .no-law span{background-color:#e6eaeb}#chart-laws .chart-key .law span{background-color:#6cb43f}#chart-laws .chart-countries{left:183px}@media (max-width: 1024px){#chart-laws .chart-countries{left:128px}}#chart-laws .tooltip{background-color:#fff;color:#0e2e3c;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.15)}#chart-laws .tooltip:after{border-color:#fff transparent transparent transparent}#chart-laws .tooltip:before{content:'';position:absolute;width:0;height:0;border-style:solid;border-width:10px 10px 0 0;border-color:rgba(0,0,0,0.04) transparent transparent transparent;bottom:-11px;left:-1px}#chart-laws .chart-data-item>.bar:nth-last-child(1) .tooltip,#chart-laws .chart-data-item>.bar:nth-last-child(2) .tooltip,#chart-laws .chart-data-item>.bar:nth-last-child(3) .tooltip{right:13px}#chart-laws .chart-data-item>.bar:nth-last-child(1) .tooltip::after,#chart-laws .chart-data-item>.bar:nth-last-child(1) .tooltip::before,#chart-laws .chart-data-item>.bar:nth-last-child(2) .tooltip::after,#chart-laws .chart-data-item>.bar:nth-last-child(2) .tooltip::before,#chart-laws .chart-data-item>.bar:nth-last-child(3) .tooltip::after,#chart-laws .chart-data-item>.bar:nth-last-child(3) .tooltip::before{right:0px;left:auto;-ms-transform:rotate(90deg);transform:rotate(90deg)}#chart-laws .chart-data-item.hide,#chart-laws .chart-data-item.hide *{opacity:0 !important;pointer-events:none}#education{background-color:#fff;position:relative}@media (max-width: 736px){#education{margin-top:0}}#education .subsection p:nth-child(2),#education .subsection .number+p+p{margin-top:1.7em}@media (max-width: 736px){#education .subsection .subsection-graphic img{max-height:85%;-ms-transform:translateX(3%);transform:translateX(3%)}}#education .subsection.-empty{height:50vh}@media (max-width: 736px){#education .subsection.-empty{height:0;display:none}}#education .container{position:relative}#education .subsection-bg{max-width:75%}#education.-current-subsection-1 .subsection-bg.-base,#education.-current-subsection-2 .subsection-bg.-base,#education.-current-subsection-3 .subsection-bg.-base{opacity:1;transition-delay:200ms}#education .subsection-bg{position:absolute;left:-10%;top:8%;z-index:0}#education .subsection-bg.-layer-a{top:10%}#education .subsection-bg.-base{top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%);opacity:0;transition:all 0.3s cubic-bezier(0.25, 0.01, 0.1, 1)}@media (max-width: 736px){#education .subsection-bg.-base{max-width:130%;width:130%;left:-15%;top:-12%;-ms-transform:none;transform:none}}@media (max-width: 1024px){#education .subsection-bg.-layer-a,#education .subsection-bg.-layer-b{top:30%}}@media (max-width: 736px){#education .subsection-bg.-layer-a,#education .subsection-bg.-layer-b{display:none}}#education.-visible .subsection-bg{position:fixed}#chart-education{width:920px;height:430px;margin-top:80px}#chart-education .chart-axis.-x,#chart-education .chart-axis.-y,#chart-education .chart-grid,#chart-education .chart-data{height:340px}#chart-education .tooltip.-stacked{background-color:transparent}#chart-education .tooltip.-stacked .tooltip-section:first-of-type small{color:#9fabb1}#chart-education .chart-axis.-y span:nth-of-type(even){opacity:0}#chart-education .tooltip:not(.-average){left:30px}#chart-education .average.-men .tooltip{background-color:#6cb43f}#chart-education .average.-men .tooltip:after{border-color:transparent #6cb43f transparent transparent}#chart-education .tooltip-section:last-of-type{margin-top:0}#chart-education .tooltip-section:last-of-type,#chart-education .tooltip.-bottom{width:4.625em}#chart-education .average{height:8px;border-radius:4px}#chart-education .chart-key{margin-top:-80px}#chart-education .chart-data-item>.bar:nth-last-child(1) .tooltip,#chart-education .chart-data-item>.bar:nth-last-child(2) .tooltip,#chart-education .chart-data-item>.bar:nth-last-child(3) .tooltip{right:30px}#chart-education .chart-data-item>.bar:nth-last-child(1) .tooltip .tooltip-section:last-of-type,#chart-education .chart-data-item>.bar:nth-last-child(2) .tooltip .tooltip-section:last-of-type,#chart-education .chart-data-item>.bar:nth-last-child(3) .tooltip .tooltip-section:last-of-type{float:right}#chart-education .chart-data-item.hide,#chart-education .chart-data-item.hide *{opacity:0 !important;pointer-events:none}#chart-education .chart-average-item.hide,#chart-education .chart-average-item.hide *{opacity:0 !important;pointer-events:none}#chart-education .key{margin-top:27px}@media (max-width: 1024px){#chart-education .key{font-size:1em;margin-top:18px}}#chart-education .key span{border-radius:50%}#chart-education .key.-women{color:#0e2e3c}#chart-education .key.-women span{background-color:#0e2e3c}#chart-education .key.-men span{width:12px;height:12px;margin-top:4px}@media screen and (min-width: 1501px){#education .subsection-bg.-base,#education .subsection-bg.-layer-a,#education .subsection-bg.-layer-b{left:calc(50% - 800px)}#education .subsection-bg.-layer-a,#education .subsection-bg.-layer-b{top:20%}}@media screen and (max-width: 1130px){#chart-education{width:760px}}#vulnerable-employment{position:relative;margin-top:25vh}@media (max-width: 736px){#vulnerable-employment{margin-top:0}}#vulnerable-employment .subsection.-empty{height:50vh}@media (max-width: 736px){#vulnerable-employment .subsection.-empty{height:0;display:none}}#vulnerable-employment .container{position:relative}#vulnerable-employment .subsection-bg{max-width:75%}#vulnerable-employment.-current-subsection-1 .subsection-bg.-base,#vulnerable-employment.-current-subsection-2 .subsection-bg.-base,#vulnerable-employment.-current-subsection-3 .subsection-bg.-base{opacity:1;transition-delay:200ms}#vulnerable-employment .subsection-bg{position:absolute;right:-10%;top:8%;z-index:0}#vulnerable-employment .subsection-bg.-layer-a{top:10%}#vulnerable-employment .subsection-bg.-base{top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%);opacity:0;transition:all 0.3s cubic-bezier(0.25, 0.01, 0.1, 1)}@media (max-width: 736px){#vulnerable-employment .subsection-bg.-base{max-width:130%;width:130%;right:-15%;top:-12%;-ms-transform:none;transform:none}}@media (max-width: 1024px){#vulnerable-employment .subsection-bg.-layer-a,#vulnerable-employment .subsection-bg.-layer-b{top:30%}}@media (max-width: 736px){#vulnerable-employment .subsection-bg.-layer-a,#vulnerable-employment .subsection-bg.-layer-b{display:none}}@media (max-width: 736px){#vulnerable-employment .subsection-graphic img{width:60%;-ms-transform:translateX(-8%);transform:translateX(-8%);max-height:none}}#vulnerable-employment.-visible .subsection-bg{position:fixed}#chart-vulnerable-employment{width:calc(100% - 80px);max-width:1200px;height:380px}#chart-vulnerable-employment .average{display:none}#chart-vulnerable-employment .bar{background-color:#0e2e3c}#chart-vulnerable-employment .bar .tooltip.-difference .tooltip-section:last-of-type{background-color:#0e2e3c}#chart-vulnerable-employment .bar .tooltip.-difference .tooltip-section:last-of-type:after{border-color:transparent transparent #0e2e3c transparent}#chart-vulnerable-employment .bar .bar{background-color:#6cb43f;min-height:2px;pointer-events:none}#chart-vulnerable-employment .bar .bar .tooltip{background-color:#6cb43f}#chart-vulnerable-employment .bar .bar .tooltip:after{border-color:transparent #6cb43f transparent transparent}#chart-vulnerable-employment .bar.reversed{background-color:#6cb43f}#chart-vulnerable-employment .bar.reversed .tooltip.-difference .tooltip-section:last-of-type{background-color:#6cb43f}#chart-vulnerable-employment .bar.reversed .tooltip.-difference .tooltip-section:last-of-type:after{border-color:transparent transparent #6cb43f transparent}#chart-vulnerable-employment .bar.reversed .bar{background-color:#0e2e3c}#chart-vulnerable-employment .bar.reversed .bar .tooltip{background-color:#0e2e3c}#chart-vulnerable-employment .bar.reversed .bar .tooltip:after{border-color:transparent #0e2e3c transparent transparent}@media (max-width: 1130px){#chart-vulnerable-employment .bar{width:20px}}@media (max-width: 950px){#chart-vulnerable-employment .bar{width:17px}}@media (max-width: 750px){#chart-vulnerable-employment .bar{width:15px}}#chart-vulnerable-employment .tooltip.-stacked{background:transparent}#chart-vulnerable-employment .tooltip.-lowest{top:0 !important;bottom:auto !important}#chart-vulnerable-employment .tooltip.-stacked .tooltip-section:first-of-type{min-width:6.6em}#chart-vulnerable-employment .tooltip.-stacked .tooltip-section:last-of-type,#chart-vulnerable-employment .tooltip.-lowest{width:6.6em}#chart-vulnerable-employment .bar.oman .bar{background-color:transparent}#chart-vulnerable-employment .bar.oman .bar .tooltip{display:none}#chart-vulnerable-employment .key.-maternity{color:#0e2e3c}#chart-vulnerable-employment .key.-maternity span{background-color:#0e2e3c}#chart-vulnerable-employment .key.-paternity{color:#6cb43f}#chart-vulnerable-employment .key.-paternity span{background-color:#6cb43f}#chart-vulnerable-employment .average.-men .tooltip{background-color:#6cb43f}#chart-vulnerable-employment .average.-men .tooltip:after{border-color:transparent #6cb43f transparent transparent}#chart-vulnerable-employment .chart-data-item.hide,#chart-vulnerable-employment .chart-data-item.hide *{opacity:0 !important;pointer-events:none}@media screen and (min-width: 1501px){#vulnerable-employment .subsection-bg.-base,#vulnerable-employment .subsection-bg.-layer-a,#vulnerable-employment .subsection-bg.-layer-b{right:calc(50% - 800px)}#vulnerable-employment .subsection-bg.-layer-a,#vulnerable-employment .subsection-bg.-layer-b{top:20%}}#family-planning{position:relative;background:white}#family-planning .number{margin:0.15em 0}#family-planning .subsection-bg{max-width:75%}#family-planning .subsection:nth-of-type(2) .subsection-text p{padding-top:0em}@media (max-width: 736px){#family-planning .subsection:nth-of-type(2) .subsection-text p{padding-top:0}}#family-planning .subsection:nth-of-type(3) .subsection-text p{padding-top:0em}@media (max-width: 736px){#family-planning .subsection:nth-of-type(3) .subsection-text p{padding-top:0}}#family-planning.-current-subsection-1 .subsection-bg.-base,#family-planning.-current-subsection-2 .subsection-bg.-base,#family-planning.-current-subsection-3 .subsection-bg.-base{opacity:1;transition-delay:200ms}#family-planning .subsection-bg{position:absolute;left:-10%;top:8%;z-index:0}#family-planning .subsection-bg.-layer-a{top:10%}#family-planning .subsection-bg.-base{top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%);opacity:0;transition:all 0.3s cubic-bezier(0.25, 0.01, 0.1, 1)}@media (max-width: 736px){#family-planning .subsection-bg.-base{max-width:130%;width:130%;left:-15%;top:-12%;-ms-transform:none;transform:none}}@media (max-width: 1024px){#family-planning .subsection-bg.-layer-a,#family-planning .subsection-bg.-layer-b{top:30%}}@media (max-width: 736px){#family-planning .subsection-bg.-layer-a,#family-planning .subsection-bg.-layer-b{display:none}}#family-planning.-visible .subsection-bg{position:fixed}#data-family-planning{text-align:center;background-color:#fff;background-color:rgba(255,255,255,0.98)}#data-family-planning .data-header{max-width:910px}#data-family-planning small{font-size:14px}@media (max-width: 736px){#data-family-planning small{font-size:12px}}#data-family-planning .data-footer-helper{display:block}@media (max-width: 736px){#data-family-planning .data-footer-helper{display:none}}#donut-family-planning{width:auto;margin:0 auto;display:table}#donut-family-planning .donut{float:none;display:inline-block;margin:0 30px 0 0}@media (max-width: 1024px){#donut-family-planning .donut{margin:0}}@media (max-width: 736px){#donut-family-planning .donut-text small{font-size:11px}}#donut-family-planning .donut-value-extra{width:50px;height:50px;border-radius:50%;background:#6cb43f;position:absolute;right:0;top:-20px;color:#0e2e3c;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;pointer-events:none;font-size:12px;opacity:0;transition:opacity 0.5s linear}#donut-family-planning .donut-value-extra.show{opacity:1}@media (max-width: 736px){#donut-family-planning .donut-value-extra{right:-20px;top:-29px}}#donut-family-planning .donut-values-container{float:none;display:table-cell;vertical-align:middle}@media (max-width: 1024px){#donut-family-planning .donut-values-container{width:80%;clear:both;float:left;margin-top:2em;margin-left:10%}}@media (max-width: 736px){#donut-family-planning .donut-values-container{display:none}}#donut-family-planning .donut-values-select{display:none}@media (max-width: 736px){#donut-family-planning .donut-values-select{display:block}}#donut-family-planning .dropdown{display:none;margin:2em auto 0;clear:both}@media (max-width: 736px){#donut-family-planning .dropdown{display:block}}@media (max-width: 1024px){#donut-family-planning .donut-value{width:50%;float:left;padding:0 20px;text-align:center}}@media screen and (min-width: 1501px){#family-planning .subsection-bg.-base,#family-planning .subsection-bg.-layer-a,#family-planning .subsection-bg.-layer-b{left:calc(50% - 800px)}#family-planning .subsection-bg.-layer-a,#family-planning .subsection-bg.-layer-b{top:20%}}@media screen and (max-height: 1000px){#data-family-planning .data-header{max-width:680px}#data-family-planning small{font-size:12px}}@media screen and (min-width: 736px) and (max-height: 1000px){#data-family-planning .data-header{max-width:80%;padding:0 20px}#data-family-planning .donut{width:19em}#data-family-planning .donut-title{font-size:12px}}#conclusion{text-align:center}#conclusion .subsection-bg.-initial{position:absolute;min-width:100%;height:100%;bottom:0;left:50%;top:auto;-ms-transform:translateX(-50%);transform:translateX(-50%)}#conclusion .subsection-bg.-base{height:calc(100% - 100vh);top:100vh;background-color:#f3f4f5}#conclusion .conclusion-share{margin-top:2em;padding:2em 4em;background-color:#fff;cursor:default}#conclusion .conclusion-share small{display:inline-block;font-size:18px;margin-right:5px}@media (max-width: 736px){#conclusion .conclusion-share small{display:block;margin:0 0 5px}}#conclusion .conclusion-subsection{width:100%;height:1080px;position:relative;background-color:#fff;background-image:url(../img/bg.conclusion.shape.png);background-size:cover;background-position:50% 0}@media (max-width: 1024px){#conclusion .conclusion-subsection{height:650px}}@media (max-width: 736px){#conclusion .conclusion-subsection{height:auto;float:left}}#conclusion .conclusion-subsection-text{width:100%;max-width:50em;position:absolute;left:50%;bottom:6.5em;padding-top:7em;-ms-transform:translateX(-50%);transform:translateX(-50%)}@media (max-width: 736px){#conclusion .conclusion-subsection-text{position:relative;top:auto;left:auto;bottom:auto;-ms-transform:none;transform:none;padding:32em 50px 4em}}#conclusion .conclusion-subsection-text h4{margin:0}#conclusion .conclusion-text{width:100%;float:left;padding:6.5em 0;background-color:#eee}#conclusion .conclusion-text p:not(.large),#conclusion .conclusion-text ol,#conclusion .conclusion-text ul{font-size:1.75em;line-height:1.3}#conclusion .conclusion-text ol,#conclusion .conclusion-text ul{display:inline-block;text-align:left;padding-left:0;margin:0}@media (max-width: 736px){#conclusion .conclusion-text ol,#conclusion .conclusion-text ul{padding:0 20px}}#conclusion .conclusion-text ol li,#conclusion .conclusion-text ul li{font-size:1em;margin:0.25em 0}#conclusion .conclusion-text ol li:before,#conclusion .conclusion-text ul li:before{color:#00b3ff}#conclusion .conclusion-text p{text-align:center}#conclusion h4{color:#0e2e3c}#conclusion h4 span{color:inherit}#conclusion p.large{margin:0}.conclusion-report{width:100%;float:left;position:relative;padding:10em 0 5em;text-align:center;color:#fff;background-color:rgba(0,0,0,0.35)}.conclusion-report .button{margin:2em 1em 1em}.conclusion-report .button.-old{padding-top:0.7em;padding-bottom:0.7em;margin-top:100px}@media (max-width: 736px){.conclusion-report .button+.button{margin-top:3.5em}}.conclusion-social{width:100%;float:left;padding:6em 0 0;background-color:#0e2e3c;color:#fff}.conclusion-social .container{padding:0 20px}.conclusion-social img{transiton:all 200ms ease-in-out;-ms-transform:scale(1, 1);transform:scale(1, 1)}.conclusion-social .button{z-index:1}.conclusion-social.-hover img{-ms-transform:scale(1.03, 1.03);transform:scale(1.03, 1.03)}.conclusion-social-images{width:100%;position:relative;margin:1em 0 0;padding:0}.conclusion-social-images li{list-style-type:none;display:inline-block;border:2px solid #fff;overflow:hidden;margin:0.5em;padding:0;transition:all 0.3s cubic-bezier(0.25, 0.01, 0.1, 1)}.conclusion-social-images:after{content:'';width:100%;height:100%;position:absolute;top:0;left:0;background-color:#0e2e3c;opacity:0.65;transition:all 0.3s cubic-bezier(0.25, 0.01, 0.1, 1);z-index:0}.conclusion-social-images img{display:inline-block;transition:all 0.3s cubic-bezier(0.25, 0.01, 0.1, 1)}.conclusion-social-images .button{position:absolute;top:50%;left:50%;-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);margin:0;box-shadow:0px 0px 5px 2px rgba(0,0,0,0.15)}.subsection-bg.-report{background-image:url(../img/bg.conclusion.jpg);background-size:cover;background-position:50% 50%;z-index:-1;width:100%;height:100%;position:fixed;transition:none;top:0;left:0}.conclusion-subsection-text{opacity:0;transition:opacity 0.3s cubic-bezier(0.25, 0.01, 0.1, 1)}#app.active-section-conclusion,#app.active-section-country-index{background-color:transparent}#app.active-section-conclusion #laws .section-bg.-shape.-fixed,#app.active-section-country-index #laws .section-bg.-shape.-fixed{opacity:0}#app.active-section-conclusion #conclusion,#app.active-section-country-index #conclusion{z-index:10}#app.active-section-conclusion #country-index,#app.active-section-country-index #country-index{z-index:11}#app.active-section-conclusion #foooter,#app.active-section-country-index #foooter{z-index:11}#app.active-section-conclusion .subsection-bg.-report,#app.active-section-country-index .subsection-bg.-report{opacity:1}#app.active-section-conclusion .conclusion-subsection-text,#app.active-section-country-index .conclusion-subsection-text{opacity:1;transition-delay:300ms}.active-section-country-index #conclusion{z-index:10}.active-section-country-index #country-index{z-index:11}.active-section-country-index #footer{z-index:11}@media screen and (max-width: 1399px){#conclusion .conclusion-subsection-text h4{font-size:4.5em}}@media screen and (max-width: 1100px){#conclusion .conclusion-social-images li:last-of-type{display:none}}@media screen and (max-width: 900px){#conclusion .conclusion-social-images li:nth-of-type(5){display:none}}@media screen and (max-width: 736px){#conclusion .conclusion-social-images li:nth-of-type(4){display:none}#conclusion .conclusion-social-images:before{opacity:0.75}#conclusion .conclusion-social-images li{width:25%}#conclusion .conclusion-social-images li img{width:100%;height:auto}#conclusion .conclusion-social-images .button{max-width:250px;width:100%;padding-left:1em;padding-right:1em}}#app{position:relative;overflow:hidden;background-color:#fff}#app.active-section-wage-gap{background-color:#eee}#app.active-section-paid-leave{background-color:#fff}#app.active-section-laws{background-color:#f3f4f5}.section-wrap{background-color:#fff}section{width:100%;position:relative;float:left}section:not(.hero).-visible .scroll-animation{position:fixed;opacity:1}.subsection{width:100%;height:100vh;min-height:43em;position:relative}.subsection.-active{z-index:10;position:relative}.subsection.-active .subsection-text{opacity:1 !important}.subsection.-active p,.subsection.-active .number{top:0;opacity:1;transition-delay:200ms}.subsection:not(.-fixed-step){opacity:0;transition:all 0.3s cubic-bezier(0.25, 0.01, 0.1, 1)}.subsection:not(.-fixed-step).-active{opacity:1}.subsection.-fixed-step .subsection-text{opacity:0;transition:all 0.3s cubic-bezier(0.25, 0.01, 0.1, 1)}.subsection.-fixed-step.-active .subsection-text{opacity:1}.subsection .container{height:100%;position:relative}.subsection p{font-size:2.25em;margin:0;line-height:1.2;width:100%;float:left}@media (max-width: 736px){.subsection p{font-size:2em;padding:0 20px}}.subsection .button{margin:3em 0 0}.subsection .number{width:100%;float:left;font-size:10em;font-family:"open-sans",Helvetica Neue,Helvetica,Arial,sans-serif;display:block;line-height:1;vertical-align:middle}@media (max-width: 736px){.subsection .number{font-size:8.75em}}.subsection .number.-small{font-size:6.25em}@media (max-width: 736px){.subsection .number.-small{font-size:5.5em}}.subsection .number.-xsmall{font-size:4.25em}@media (max-width: 736px){.subsection .number.-xsmall{font-size:3.75em}}.subsection .number span{font-weight:700;display:inline-block;line-height:1}.subsection .number+p{margin-top:0.5em}.subsection-content{width:50%;position:absolute;top:50%;left:50%;-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);text-align:center}.subsection-text,.subsection-graphic{float:left;text-align:center;position:absolute;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%)}.subsection-text{padding:0 4em;opacity:0;position:fixed;top:50%;transition:all 0.3s cubic-bezier(0.25, 0.01, 0.1, 1)}@media (max-width: 736px){.subsection-text{padding:0 50px;margin-top:3em}}.subsection-text:not(.-full){width:57%;left:0}@media (max-width: 736px){.subsection-text:not(.-full){width:100%;left:auto}}.subsection-text.-solo{width:50%;left:25%}@media (max-width: 736px){.subsection-text.-solo{width:100%;padding:0 40px;left:auto}}.subsection-text.-solo-max{width:60%;left:20%}@media (max-width: 736px){.subsection-text.-solo-max{width:100%;padding:0 40px;left:auto}}.-alt .subsection-text{left:auto;right:0}.subsection-text.-js-eq-height .button{position:absolute;left:50%;bottom:0;-ms-transform:translateX(-50%);transform:translateX(-50%)}.subsection-text p,.subsection-text .number{position:relative;top:20px;transition:all 0.3s cubic-bezier(0.25, 0.01, 0.1, 1);opacity:0}.subsection-graphic{width:43%;right:0}@media (max-width: 736px){.subsection-graphic{width:100%;right:auto;margin-top:3em}}.-alt .subsection-graphic{left:0;right:auto}@media (max-width: 736px){.-alt .subsection-graphic{left:auto}}.subsection-graphic img{max-width:100%;height:auto;transition:all 0.3s cubic-bezier(0.25, 0.01, 0.1, 1)}.subsection:first-of-type .button{opacity:0;transition:opacity 0.3s cubic-bezier(0.25, 0.01, 0.1, 1)}.section.-visible .subsection:first-of-type .button{opacity:1;transition-delay:500ms}.section-bg{width:100%;height:100%;position:absolute;top:0;left:0;opacity:1;transition:none;transition-delay:none}.section-bg.-hidden{opacity:0}.section-bg.-scroll-visible{opacity:0}.section-bg.-scroll-visible.-visible{opacity:1}.section-bg.-scroll-fix.-fixed{position:fixed;top:0 !important}#footer{width:100%;float:left;position:relative;padding:2em 0 1em;background-color:#fff}@media (max-width: 736px){#footer{padding:5em 0 2em;text-align:center}}#footer .container.-full{padding:0 20px}#footer .footer-logo{float:left}@media (max-width: 736px){#footer .footer-logo{float:none;display:inline-block}}#footer .footer-logo:hover img{opacity:0.7}#footer .footer-logo img{width:auto;transition:opacity 0.3s cubic-bezier(0.25, 0.01, 0.1, 1);opacity:1}#footer .footer-logo img.-color{display:none}#footer .footer-logo.-unw{margin-top:13px}#footer p{font-family:"open-sans",Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px;margin:0}#footer .footer-text-aus{padding-top:0;font-size:12px;text-transform:uppercase;float:left;margin:13px 24px 0;line-height:1.24;text-align:left}@media (max-width: 736px){#footer .footer-text-aus{display:inline-block;float:none}}#footer .footer-text{margin:40px 0 0 0;vertical-align:bottom;float:right}@media (max-width: 736px){#footer .footer-text{width:100%;float:left;display:block;clear:both}}#footer .footer-text a{color:#0e2e3c;transition:all 0.3s cubic-bezier(0.25, 0.01, 0.1, 1)}#footer .footer-text a:hover{color:#00b3ff}#app:not(.country-page) .country-index{padding-top:4em;background-color:#0e2e3c;color:#fff}#app:not(.country-page) .country-index a{color:#fff}#app:not(.country-page) .country-index a:hover{color:rgba(255,255,255,0.6)}#app:not(.country-page) .footer{background-color:#0e2e3c;color:#fff}#app:not(.country-page) .footer a{color:#fff}#app:not(.country-page) .footer a:hover{color:rgba(255,255,255,0.6)}#app.country-page #footer .footer-logo img.-color{display:block}#app.country-page #footer .footer-logo img.-white{display:none}@media screen and (max-width: 850px){#footer .footer-logo.-unw{margin-top:9.75px}#footer .footer-logo.-unw img{height:31.5px;width:auto}#footer .footer-logo.-aus img{height:41.25px;width:auto}#footer .footer-text-aus{margin:8px 18px 0;font-size:10px;line-height:1.2}#footer .footer-text{margin-top:26.25px}}@media screen and (max-width: 500px){.footer-logo.-aus{clear:both;margin-top:1em}}.subsection-graphic.-static{opacity:0;visibilty:hidden;transition:all 0.3s cubic-bezier(0.25, 0.01, 0.1, 1)}@media (max-width: 736px){.subsection-graphic.-static{height:40vh;top:3em;-ms-transform:none;transform:none}}@media (max-width: 736px){.subsection-graphic.-static img{max-height:100%;width:auto}}@media (max-width: 736px){.subsection.-static-graphic .subsection-text{top:calc(40vh + 6em);-ms-transform:none;transform:none}}.section.-visible .subsection-graphic.-static{opacity:1;position:fixed;left:50px;transition-delay:300ms}@media (max-width: 736px){.section.-visible .subsection-graphic.-static{left:0}}.subsection.-reverse .subsection-graphic{left:50px;right:auto}@media (max-width: 736px){.subsection.-reverse .subsection-graphic{left:0;right:auto}}.subsection.-reverse .subsection-text{right:50px;left:auto !important}.subsection.-fixed-step .subsection-graphic{position:fixed;top:50%;right:50px;-ms-transform:translateY(-50%);transform:translateY(-50%);transition:opacity 200ms ease-in-out}@media (max-width: 736px){.subsection.-fixed-step .subsection-graphic{height:40vh;top:3em;-ms-transform:none;transform:none;right:0}}.subsection.-fixed-step .subsection-graphic img{opacity:0;transition:opacity 200ms ease-in-out}@media (max-width: 736px){.subsection.-fixed-step .subsection-graphic img{max-height:100%;width:auto}}@media (max-width: 736px){.subsection.-fixed-step .subsection-text{top:calc(40vh + 6em);margin-top:0;-ms-transform:none;transform:none;right:0}}section.-current-subsection-1 .subsection.-fixed-step:first-of-type .subsection-graphic img{opacity:1}section.-current-subsection-2 .subsection:first-of-type .subsection-text p,section.-current-subsection-2 .subsection:first-of-type .subsection-text .number{top:-20px;opacity:1}section.-current-subsection-2 .subsection.-fixed-step.-overlap:first-of-type .subsection-graphic img{opacity:1}section.-current-subsection-2 .subsection.-fixed-step:nth-of-type(2) .subsection-graphic img{opacity:1}section.-current-subsection-3 .subsection:nth-of-type(2) .subsection-text p,section.-current-subsection-3 .subsection:nth-of-type(2) .subsection-text .number{top:-20px;opacity:1}section.-current-subsection-3 .subsection.-fixed-step.-overlap:first-of-type .subsection-graphic img,section.-current-subsection-3 .subsection.-fixed-step.-overlap:nth-of-type(2) .subsection-graphic img{opacity:1}section.-current-subsection-3 .subsection.-fixed-step:nth-of-type(3) .subsection-graphic img{opacity:1}section.-current-subsection-4 .subsection:nth-of-type(3) .subsection-text p,section.-current-subsection-4 .subsection:nth-of-type(3) .subsection-text .number{top:-20px;opacity:1}section.-current-subsection-4 .subsection.-fixed-step.-overlap:first-of-type .subsection-graphic img,section.-current-subsection-4 .subsection.-fixed-step.-overlap:nth-of-type(2) .subsection-graphic img,section.-current-subsection-4 .subsection.-fixed-step.-overlap:nth-of-type(3) .subsection-graphic img{opacity:1}section.-current-subsection-4 .subsection.-fixed-step:nth-of-type(4) .subsection-graphic img{opacity:1}section.-current-subsection-5 .subsection:nth-of-type(4) .subsection-text p,section.-current-subsection-5 .subsection:nth-of-type(4) .subsection-text .number{top:-20px;opacity:1}section.-current-subsection-5 .subsection.-fixed-step.-overlap:first-of-type .subsection-graphic img,section.-current-subsection-5 .subsection.-fixed-step.-overlap:nth-of-type(2) .subsection-graphic img,section.-current-subsection-5 .subsection.-fixed-step.-overlap:nth-of-type(3) .subsection-graphic img,section.-current-subsection-5 .subsection.-fixed-step.-overlap:nth-of-type(4) .subsection-graphic img{opacity:1}section.-current-subsection-5 .subsection.-fixed-step:nth-of-type(5) .subsection-graphic img{opacity:1}section.-current-subsection-6 .subsection:nth-of-type(5) .subsection-text p,section.-current-subsection-6 .subsection:nth-of-type(5) .subsection-text .number{top:-20px;opacity:1}section.-current-subsection-6 .subsection.-fixed-step.-overlap:first-of-type .subsection-graphic img,section.-current-subsection-6 .subsection.-fixed-step.-overlap:nth-of-type(2) .subsection-graphic img,section.-current-subsection-6 .subsection.-fixed-step.-overlap:nth-of-type(3) .subsection-graphic img,section.-current-subsection-6 .subsection.-fixed-step.-overlap:nth-of-type(4) .subsection-graphic img,section.-current-subsection-6 .subsection.-fixed-step.-overlap:nth-of-type(5) .subsection-graphic img{opacity:1}section.-current-subsection-6 .subsection.-fixed-step:nth-of-type(6) .subsection-graphic img{opacity:1;transition-delay:200ms}.active-section-conclusion .subsection.-fixed-step:first-of-type .subsection-graphic img{opacity:0}.data{background-color:#f6f6f6;background-color:rgba(246,246,246,0.98);background-image:url(../img/pattern.dots.png);background-repeat:repeat;position:fixed;width:calc(100% - 120px);height:calc(100% - 120px);top:60px;left:60px;visibility:hidden;z-index:-1;opacity:0;transition:all 0.3s cubic-bezier(0.25, 0.01, 0.1, 1);top:120px}@media (max-width: 736px){.data{width:calc(100% - 40px);height:calc(100% - 40px);left:20px;top:40px}}.data.-active{z-index:50;top:60px;visibility:visible;opacity:1;min-height:650px}@media (max-width: 736px){.data.-active{top:20px;z-index:60;min-height:500px}}.data-container{height:100%;overflow-y:scroll;position:relative}.data-close{font-size:12px;text-transform:uppercase;letter-spacing:0.01em;color:#0e2e3c;font-family:"Trebuchet MS",sans-serif;font-weight:700;position:absolute;top:20px;right:20px;line-height:18px;z-index:10}.data-close span{width:18px;height:18px;border:3px solid #0e2e3c;border-radius:50%;display:inline-block;margin-left:7px;position:relative}.data-close span:before,.data-close span:after{content:'';position:absolute;top:50%;left:50%;-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);height:2px;width:8px;background:#0e2e3c;-ms-transform-origin:0 0;transform-origin:0 0;transition:all .2s linear}.data-close:hover span{background-color:#0e2e3c}.data-close:hover span:before,.data-close:hover span:after{background-color:#fff}.data-close:hover span:before{-ms-transform:rotate(45deg) translateX(-50%) translateY(-50%);transform:rotate(45deg) translateX(-50%) translateY(-50%)}.data-close:hover span:after{-ms-transform:rotate(-45deg) translateX(-50%) translateY(-50%);transform:rotate(-45deg) translateX(-50%) translateY(-50%)}.data-header{max-width:720px;width:100%;padding:0 20px;margin:9em auto 2.5em;text-align:center;float:none}@media (max-width: 1024px){.data-header{padding:0 50px}}.data-header h4{color:#0e2e3c;margin:0}.data-header h4 span{color:#00b3ff}.data-footer{width:100%;max-width:calc(100% - 40px);position:absolute;right:20px;bottom:20px;text-align:right}@media (max-width: 736px){.data-footer{margin:30px 20px 0;position:relative;right:auto;bottom:auto;color:#586c77}}.data-footer p,.data-footer span{font-size:12px;line-height:1;margin:0;display:inline-block;font-family:"open-sans",Helvetica Neue,Helvetica,Arial,sans-serif;vertical-align:bottom}.data-footer p+p{margin-left:1em}.data-footer-instructions{text-align:center;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin:20px 0;font-size:12px;line-height:1;display:inline-block;font-family:"open-sans",Helvetica Neue,Helvetica,Arial,sans-serif;vertical-align:bottom}.data-footer-instructions img{width:16px;height:16px;margin-right:15px}.data .bar{transition:all 0.3s cubic-bezier(0.25, 0.01, 0.1, 1);transition-delay:250ms}.data-text{width:100%;max-width:800px;padding:0 20px;position:absolute;top:50%;left:50%;-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);text-align:left;overflow-y:scroll}.data-text p{font-size:1.75em;line-height:1.25}.data-text footer{margin-top:4em}.data-text footer p{font-size:1.125em;line-height:1.55;margin-top:1em}.data.-about{min-height:30em}.data.-about p{font-size:1.25rem;text-align:justify}.data.-about small{font-family:"kepler-std",Georgia,serif;letter-spacing:0;text-transform:none;font-weight:normal}@media (max-width: 736px){.data.-about small{font-size:100%}}@media screen and (max-height: 1000px){.data-header{max-width:520px;margin-top:7.5em}.data-header h4{font-size:1.65em}}@media screen and (max-height: 1000px) and (min-width: 736px){#data-about .data-text{position:relative;top:auto;left:auto;-ms-transform:none;transform:none;margin:4em auto 0;padding-bottom:2em}}#app.country-page{background-color:transparent}.country-bg-fixed{width:100%;height:100%;z-index:-1;position:fixed;top:0;left:0;background-image:url(../img/country.bg.jpg);background-size:cover;background-position:50% 50%}@media (max-width: 736px){.country-header img{max-height:2.5em}}.country-intro{text-align:center;padding-top:10em;position:relative;background-color:#fff}.country-intro:before{content:'';position:absolute;right:0;top:0;width:23em;height:23em;background-image:url(../img/countries.intro.cutout.png);background-size:cover;background-position:100% 0;background-repeat:no-repeat}@media (max-width: 736px){.country-intro:before{width:18em;height:18em;background-size:auto 100%}}.country-intro h1{text-transform:none;font-family:"kepler-std",Georgia,serif;letter-spacing:0;font-weight:normal;margin:0}.country-intro h2{letter-spacing:0.1em;margin:0.5em 0 0}.country-intro h2 small{letter-spacing:0.15em}@media (max-width: 736px){.country-intro h2{font-size:4em}}.country-intro img.map{position:relative;margin-top:-2em;z-index:-1}.country-table{padding:5em 0;background-color:#fff}.country-table .container{max-width:1060px;padding:0 20px}.country-table small{font-size:10px;line-height:1}@media (max-width: 736px){.country-table small{max-width:151px;font-size:10px}}.country-table strong{display:inline-block;line-height:1}.country-table p{font-size:1.55em;margin:0.15em 0 0;line-height:1.1}@media (max-width: 736px){.country-table p{font-size:1.15rem;margin:0.25em 0 0}}.country-table i{font-family:"open-sans",Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;display:inline-block;font-size:90%}.country-table .c-heading .table-title-block.old-data.bg,.country-table .c-average.old-data{display:none}.c-heading,.c-subheading,.c-row{width:100%;float:left}.c-heading .table-line{border-top:2px solid #ececec;margin-right:20px;float:left}.c-heading .table-line:first-of-type{width:calc(100% - 21em - 20px)}@media (max-width: 736px){.c-heading .table-line:first-of-type{width:calc(100% - 16em - 20px)}}.c-heading .table-line:nth-child(3){width:4.5em;margin-left:20px}.c-heading .table-title-block{width:7em;float:left;text-align:center;padding:1.15em 0}.c-heading .table-title-block small{line-height:1.5;display:block}.c-heading .table-title-block.bg{background-color:#ececec}@media (max-width: 736px){.c-heading .table-title-block{width:5em}.c-heading .table-title-block.bg{width:6em}}@media (max-width: 736px){.c-heading .table-title-block:nth-child(3){width:8em}}@media (max-width: 1024px){.c-heading.-first small{font-size:7px}}@media (max-width: 736px){.c-heading.-first small{font-size:7px}}.c-subheading{position:relative}.c-subheading div:nth-of-type(1){width:calc(100% - 7em);float:left}.c-subheading div:nth-of-type(2){width:7em;float:left;text-align:center;padding:0 1em}@media (max-width: 736px){.c-subheading div:nth-of-type(2){width:6em;margin-left:1em}.c-subheading div:nth-of-type(2) small{font-size:8px}}.c-subheading:after{content:'';position:absolute;height:100%;width:7em;background-color:#faf8f8;right:0;top:0;z-index:-1}@media (max-width: 736px){.c-subheading::after{width:6em}}.c-subheading+.c-row{padding-top:0.75em}.c-row+.c-row{margin-top:0}.c-row+.c-subheading{padding-top:3em}.c-row{position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.c-row:after{content:'';position:absolute;height:100%;width:7em;background-color:#faf8f8;right:0;top:0;z-index:-1}.c-row.-unavailable-old.-unavailable-new{color:#c3cbce}.c-row.-unavailable-old.-unavailable-new .c-title.-female span,.c-row.-unavailable-old.-unavailable-new .c-title.-female i,.c-row.-unavailable-old.-unavailable-new .c-title.-male span,.c-row.-unavailable-old.-unavailable-new .c-title.-male i{color:#c3cbce}.c-row:last-of-type .c-average,.c-row:last-of-type .c-value,.c-row:last-of-type .c-title{padding-bottom:0.75em}.c-row .right{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}@media (max-width: 736px){.c-row::after{width:6em}}.c-title{width:auto;text-align:left}.c-title i{font-size:1em;width:1em;line-height:70%;display:inline-block}.c-title i:before{margin:0;font-size:70%}.c-title.-female,.c-title.-male{padding-left:2.25em;position:relative}.c-title.-female i,.c-title.-male i{position:absolute;top:0.05em;left:0;line-height:1}.c-title.-female i,.c-title.-female span{color:#00b3ff}.c-title.-male i,.c-title.-male span{color:#6cb43f}.c-title.-diff{padding-left:2.25em}.c-value,.c-average{font-family:"open-sans",Helvetica Neue,Helvetica,Arial,sans-serif}.c-value{width:7em;float:none;text-align:right;padding-right:1.2em}@media (max-width: 736px){.c-value{width:5em;padding-right:1em}.c-value:first-child{padding-right:0.6em}.c-value p{font-size:1.2em}}.c-average{width:7em;text-align:center;color:#a2a7ab}.c-average i{color:#a2a7ab !important}.c-average p{font-size:1.5em;line-height:175%}@media (max-width: 736px){.c-average{width:6em}.c-average p{font-size:1.2em;line-height:150%}}.c-footer-note{width:100%;float:left;font-family:"open-sans",Helvetica Neue,Helvetica,Arial,sans-serif;color:#c3cbce;margin-top:4em}.c-footer-note p{font-size:1.15em}.country-explore{padding:6.5em;text-align:center;background-image:url(../img/country.explore.dots.png);background-size:cover;background-position:50% 50%}.country-explore h3{color:#fff;margin:0}.country-explore .button{background-color:#fff;margin:1em 0 0;transition:all 0.3s cubic-bezier(0.25, 0.01, 0.1, 1)}.country-explore .button:hover{color:#fff;background-color:#0e2e3c}.country-index{padding:5.5em 0;background-color:#fff}.country-index .container{padding:0 40px}.country-index h3{text-align:center}.country-index span,.country-index a{font-size:1.125em;font-weight:700;text-transform:uppercase;font-family:"open-sans",Helvetica Neue,Helvetica,Arial,sans-serif;letter-spacing:0.2em;display:block;line-height:1.75;padding-left:3em}@media (max-width: 1024px){.country-index span,.country-index a{padding-left:0;text-align:center}}@media (max-width: 736px){.country-index span,.country-index a{font-size:12px;text-align:center}}.country-index a{color:#0e2e3c;transition:all 0.3s cubic-bezier(0.25, 0.01, 0.1, 1)}.country-index a:hover{color:#00b3ff}.country-index span{color:#ececec}.country-index-col{width:50%;float:left}@media (max-width: 1024px){.country-index-col{width:100%}}.country-index-col-wrap{width:50%;float:left}@media (max-width: 1024px){.country-index-col-wrap{width:50%}}.active-section-country-intro #country-header,.active-section-country-table #country-header,.active-section-country-explore #country-header,.active-section-country-index #country-header{z-index:11}.active-section-country-intro #country-intro,.active-section-country-intro #country-table,.active-section-country-intro #country-explore,.active-section-country-intro #country-index,.active-section-country-intro #footer,.active-section-country-table #country-intro,.active-section-country-table #country-table,.active-section-country-table #country-explore,.active-section-country-table #country-index,.active-section-country-table #footer,.active-section-country-explore #country-intro,.active-section-country-explore #country-table,.active-section-country-explore #country-explore,.active-section-country-explore #country-index,.active-section-country-explore #footer,.active-section-country-index #country-intro,.active-section-country-index #country-table,.active-section-country-index #country-explore,.active-section-country-index #country-index,.active-section-country-index #footer{z-index:10}@media screen and (max-width: 1290px) and (min-width: 737px){.subsection-graphic{right:50px}.subsection-text:not(.-solo):not(.-solo-max){width:calc(57% - 50px);left:50px;padding-right:50px}.-alt .subsection-graphic{left:50px}.-alt .subsection-text:not(.-solo):not(.-solo-max){right:50px;left:auto;padding:0 50px}}@media screen and (min-width: 1291px) and (max-width: 1500px){.subsection.-fixed-step .subsection-graphic{right:calc(50% - 645px - 50px)}.subsection-text:not(.-full){left:calc(50% - 645px + 50px);max-width:calc(1190px * .57)}.-alt .subsection-text:not(.-full){left:auto;right:calc(50% - 645px + 50px)}}@media screen and (min-width: 1501px){.container:not(.-full){max-width:1300px}.subsection.-fixed-step .subsection-graphic{right:calc(50% - 700px - 50px)}.subsection-text:not(.-full){left:calc(50% - 700px + 50px);max-width:calc(1300px * .57)}.-alt .subsection-text:not(.-full){left:auto;right:calc(50% - 700px + 50px)}}@media screen and (max-height: 860px) and (min-width: 737px){#chart-laws{height:300px}#chart-laws .chart-data,#chart-laws .chart-grid{height:300px}#chart-labour-force .chart-axis.-x,#chart-labour-force .chart-axis.-y,#chart-labour-force .chart-grid,#chart-labour-force .chart-data{height:300px}.data-header{margin-top:4em}}@media (max-width: 736px){.chart{width:100% !important}.chart-axis.-y{width:20px}.chart-axis.-y span{right:2px}.chart .chart-data{width:calc(100% - 20px);margin-left:20px}.chart-grid{width:calc(100% - 20px) !important;left:20px}.data-footer p{line-height:1.5;font-size:10px}#chart-labour-force{width:calc(100% - 20px) !important;height:300px}#chart-labour-force .chart-axis.-y,#chart-labour-force .chart-grid,#chart-labour-force .chart-data{height:300px}#chart-labour-force .chart-axis.-y{width:20px}#chart-labour-force .chart-axis.-y span{right:2px}#chart-labour-force .chart-grid{width:calc(100% - 20px);left:20px}#chart-labour-force .chart-data{margin-left:20px}.chart-data .bar{width:10px}.chart-data .bar.-line{width:10px}.chart-data .bar.-line .line{width:3px}.chart-data .bar.-line:before{width:8px;height:8px;bottom:-4px}.chart-data .bar.-line:after{width:5px;height:5px;top:-2.5px}.chart-data .bar.-line.-inverse:before{width:5px;height:5px;bottom:-2.5px}.chart-data .bar.-line.-inverse:after{width:8px;height:8px;top:-4px}#chart-unpaid-work{width:calc(100% - 20px);height:300px}#chart-unpaid-work .chart-grid,#chart-unpaid-work .chart-data{height:300px}#chart-unpaid-work .chart-axis.-y{width:20px;height:300px}#chart-unpaid-work .chart-grid{width:calc(100% - 20px);left:20px}#chart-unpaid-work .chart-data{margin-left:20px}#chart-paid-leave{width:calc(100% - 40px) !important;height:280px}#chart-paid-leave .chart-axis.-y,#chart-paid-leave .chart-data,#chart-paid-leave .chart-grid{height:280px}#chart-paid-leave .bar{width:9px}}@media (max-width: 500px){.data-footer p{font-size:9px}}@media screen and (max-width: 1300px) and (min-width: 736px){.subsection p{font-size:1.7em}.subsection .number{font-size:7em}.subsection-graphic img{max-width:90%}#unpaid-work .subsection-graphic img{max-height:90%;width:auto}#management .subsection:first-of-type h4{font-size:4em}#management .subsection-text.-solo-max{width:70%}#parental-leave .section-bg.-base{width:60%;top:65%}#parental-leave .section-bg.-shape{height:calc(50vh - 8.5em)}#parental-leave .subsection-text{bottom:calc(50vh - 8.5em - 6.5em)}.pram-graphic{width:24em;height:16.3125em}}@media screen and (max-height: 800px) and (min-width: 736px){h1{font-size:4em}.overview-intro-title{margin-top:10em}}@media screen and (max-height: 850px){.data.-active{min-height:0}.data-footer{float:right;position:relative;bottom:auto;right:auto;margin:2em 20px 2em}.chart{height:330px}.chart-axis.-y,.chart-grid,.chart-data{height:290px}#chart-labour-force{height:390px}#chart-unpaid-work{height:370px}#chart-laws{height:390px}#chart-parental-leave{height:390px}}.hero-bg-print,.graphic-print{display:none}@media print{.graphic-print{display:block}.nav{display:none}.header-link.-about{display:none}section{height:auto !important}.subsection-text:not(.-full){width:57% !important}.subsection-graphic{width:43% !important}.subsection-graphic img{max-height:100%;width:auto}.-alt .subsection-text{right:0 !important;opacity:1 !important}.subsection{height:auto;height:50vh !important;min-height:0;opacity:1}.subsection:not(.-fixed-step){opacity:1}.subsection.-fixed-step .subsection-graphic{position:absolute}.subsection.-fixed-step .subsection-graphic img{opacity:1}.subsection.-fixed-step .subsection-text{opacity:1}.subsection .subsection-text{height:auto !important;position:absolute;opacity:1 !important;left:0;top:50% !important;-ms-transform:translateY(-50%) !important;transform:translateY(-50%) !important}.subsection .subsection-text .number,.subsection .subsection-text p{opacity:1 !important}.subsection .subsection-text p,.subsection .subsection-text .number{top:0}.section.-visible .subsection-graphic.-static{position:absolute}.section.-visible .subsection-graphic.-static,.subsection-graphic.-static{position:relative;top:auto;left:auto;float:none;display:block;width:100% !important;text-align:center;opacity:1}.section.-visible .subsection-graphic.-static img,.subsection-graphic.-static img{display:block;margin:0 auto}.hero{background-color:#fff}#overview{height:100vh !important;position:relative}#overview h1{font-size:50px}#overview .overview-intro-title{position:absolute;left:50%;top:120px;margin-top:0;-ms-transform:translateX(-50%);transform:translateX(-50%)}#overview .hero-bg-print{display:block;position:absolute;top:0;left:50%;width:auto;min-width:100%;height:90%;-ms-transform:translateX(-50%);transform:translateX(-50%);position:relative}#overview .hero-bg{display:none}.overview-intro-button,a[data-modal-trigger]{display:none !important}.section-bg,.subsection-bg{display:none}#labour-force{margin-top:0}#labour-force .subsection-bg{display:none}#pay-gap .subsection-graphic:before{display:none}#pay-gap .subsection-graphic{height:25vh}#pay-gap .subsection-graphic img{height:100%;width:auto}#pay-gap .subsection{height:25vh !important}#pay-gap .subsection-text{opacity:1 !important;position:relative;left:auto;top:auto;-ms-transform:none;transform:none;width:80% !important;margin-left:10%}#pay-gap .subsection:nth-of-type(2) .subsection-text p{padding-top:0}#donut-pay-gap .donut-values-container{display:block}#donut-pay-gap .dropdown{display:none}#parental-leave .section-bg.-base{position:absolute}#parental-leave .section-bg.-shape{display:none}#management .subsection-text{max-width:100%;opacity:1;-ms-transform:translateX(-50%) !important;transform:translateX(-50%) !important}#management .subsection:last-of-type{display:none}#unpaid-work .subsection-graphic img{opacity:1 !important}#management-overlap-bg{display:none}#parental-leave .pram-graphic{display:none}#parental-leave .graphic-print{height:25vh;margin:0 auto}#parental-leave .subsection{height:37.5em !important}#parental-leave .subsection-text{width:80% !important;bottom:auto;max-width:100%;left:10%;-ms-transform:none;transform:none}#laws .subsection:first-of-type{display:none}#conclusion{position:relative;margin-top:20vh}#conclusion .graphic-print{width:auto;min-width:100%;height:100%;position:absolute;left:50%;top:0;-ms-transform:translateX(-50%);transform:translateX(-50%)}#conclusion .conclusion-subsection{height:80vh;background-image:none;position:relative}#conclusion .conclusion-subsection-text{opacity:1;padding-top:0;bottom:100px;left:50%;position:absolute;top:auto;-ms-transform:translateX(-50%);transform:translateX(-50%)}#conclusion .conclusion-social-images li:nth-of-type(4),#conclusion .conclusion-social-images li:nth-of-type(5),#conclusion .conclusion-social-images li:nth-of-type(6){display:none}#conclusion .conclusion-report{background-image:url(../img/bg.conclusion.overlay.jpg);background-size:cover;background-position:50% 50%}#conclusion .conclusion-text{height:50vh;padding:50px 0}#conclusion .conclusion-text .container.-small{width:100%}#conclusion .conclusion-report{height:20vh;padding:50px 0}#conclusion .conclusion-social{height:30vh;padding:50px 0}.subsection-bg.-report{display:none}.country-index{height:75vh !important}.footer{height:25vh}#app.active-section-conclusion #laws .subsection{opacity:1}#app.active-section-management .section-bg.-management{opacity:0}#app.active-section-management #management-overlap-bg{opacity:0;visibility:hidden;display:none}.data{float:left;position:relative;height:100vh;width:100%;left:auto;top:auto;opacity:1;visibility:visible;-ms-transform:none;transform:none;z-index:1}.data-header{margin-top:0;padding-top:100px;padding-bottom:50px}.data-close{display:none}.data-footer{position:relative;right:auto;bottom:auto;width:80%;margin-left:20%;margin-top:100px;padding-right:50px}.data-footer p,.data-footer p small{font-size:14px}#data-about .data-text{max-width:100%;width:100%;padding:100px 50px;position:relative;top:auto;left:auto;-ms-transform:none;transform:none}#data-about p{font-size:18px}#app.country-page .country-bg-fixed{display:none}#app.country-page .header{position:relative;padding:0}#app.country-page .header-logo{width:100%;text-align:center}#app.country-page .header-links-container{display:none}#app.country-page .c-heading div:last-of-type{padding:10px 0}#app.country-page .country-intro{padding-top:30px}#app.country-page .country-intro .container.-small{max-width:100%}#app.country-page .country-intro:before{display:none}#app.country-page .country-intro img.map{margin-top:-50px}#app.country-page .country-table{padding:30px 0}#app.country-page .country-explore,#app.country-page .country-index{display:none}#app.country-page .data{height:auto}#app.country-page #data-about .data-text{padding:30px 50px}}
/*# sourceMappingURL=site.min.css.map */