@charset "UTF-8";/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects;color:#5980ab;cursor:pointer}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.bounceIn,.animated.bounceOut{animation-duration:.75s}@keyframes bounce{20%,53%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{50%,from,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from,to{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}}.pulse{animation-name:pulse}@keyframes rubberBand{from,to{transform:scale3d(1,1,1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}}.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 wobble{from,to{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)}}.wobble{animation-name:wobble}@keyframes jello{11.1%,from,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(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.39062deg) skewY(.39062deg)}88.8%{transform:skewX(-.19531deg) skewY(-.19531deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{20%,40%,60%,80%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.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{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.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(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-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 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(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name: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}html{font-size:62.5%;-webkit-font-smoothing:antialiased}html:lang(en){font-family:"Source Sans Pro",sans-serif}html:lang(ja){font-family:"Hiragino Sans","\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3","\30E1\30A4\30EA\30AA",Meiryo,"\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF",Helvetica,Arial,sans-serif}body{background-color:#28293a;-webkit-font-smoothing:antialiased;left:0;margin:0;overflow-x:hidden;padding:0;position:relative}@media (min-width:320px) and (max-width:667px){body{font-size:1.9rem;padding-bottom:8rem}.contents{margin:0 auto;width:100%}}@media (min-width:668px) and (max-width:959px){body{font-size:1.8rem;padding-bottom:8rem}.contents{margin:0 auto;width:95%}}@media (min-width:960px){body{font-size:1.8rem}a:hover{cursor:pointer;opacity:.7}.contents{margin:0 auto;width:800px}}.page h1{font-size:3.2rem;font-weight:400;line-height:3.8rem;margin-bottom:10rem;text-align:center}@media (min-width:668px) and (max-width:959px){.page h1{font-size:2.6rem}}@media (min-width:320px) and (max-width:667px){.page h1{font-size:2.2rem}}.page h2{font-size:2.8rem;font-weight:400;line-height:3.2rem}@media (min-width:668px) and (max-width:959px){.page h2{font-size:2.4rem}}@media (min-width:320px) and (max-width:667px){.page h2{font-size:2rem}}.page h3{font-size:2.4rem;font-weight:400;line-height:2.8rem}@media (min-width:668px) and (max-width:959px){.page h3{font-size:2.4rem}}@media (min-width:320px) and (max-width:667px){.page h3{font-size:2rem}}.page h4{font-size:2rem;font-weight:400;line-height:2.3rem}@media (min-width:668px) and (max-width:959px){.page h4{font-size:1.8rem}}@media (min-width:320px) and (max-width:667px){.page h4{font-size:1.8rem}}.page h5{font-size:1.8rem;font-weight:700;line-height:2rem}.feature__point-description,.feature__tagline-description,.header__tagline-description,.page li,.page ol,.page p,.page ul{font-size:1.7rem;line-height:3rem}.u-debugger-divider{background-color:#ccc;color:#fff;display:block;margin-bottom:2rem;padding:2rem 0;text-align:center}.u-hidden{display:none}.u-visible-mobile{display:none!important}@media (min-width:320px) and (max-width:667px){.u-visible-mobile{display:inline-block!important}}.u-visible-android,.u-visible-ios{display:none!important}.u-font-serif--ja{font-family:YuMincho,"Yu Mincho","\FF2D\FF33   \FF30\660E\671D","\FF2D\FF33   \660E\671D",serif!important}.u-font-sans-serif--ja{font-family:"Hiragino Sans","\30D2\30E9\30AE\30CE\89D2\30B4   Pro W3","\30E1\30A4\30EA\30AA",Meiryo,"\FF2D\FF33   \FF30\30B4\30B7\30C3\30AF",Helvetica,Arial,sans-serif!important}.u-formInput,.u-formSelect,.u-formTextarea{border:0;border-bottom:1px solid #ccc;border-radius:0;box-shadow:none;box-sizing:border-box;display:block;margin:.25em 0;padding:.5em .6em;text-align:left;vertical-align:middle}.u-formInput:focus,.u-formSelect:focus,.u-formTextarea:focus{outline:0}.u-formStyle{font-size:1.111em;margin:0 0 .333em;padding:.333em 0}.u-formStyle--h1{font-size:2em;font-weight:700}.u-formStyle--h2{font-size:1.5em;font-weight:700}.u-formStyle--h3{font-size:1.17em;font-weight:700}.u-formTextarea{resize:none}.u-formSelect{background-color:#fff;border:1px solid #ccc;height:2.25em}.u-formSelect[multiple]{height:auto}.u-formSelect--horizontal{display:inline-block;margin-right:.8rem}.u-formCheckbox,.u-formRadio{display:block;margin:.5em 0}.u-formCheckboxLabel,.u-formRadioLabel{margin-left:.8rem}.u-formLabel{color:#ccc;display:block;margin-bottom:1.222em;text-align:left}.u-formLabel--error{color:#e73e1b}.u-formFieldset{border:0;margin:0;padding:.35em 0 .75em}.u-formGroup{margin-bottom:.35em;position:relative}.u-formAction{margin-bottom:.833em}.u-formAction:after{content:" ";display:block;clear:both}.u-formLegend{border-bottom:1px solid #ccc;display:block;margin-bottom:.3em;padding:.3em 0;width:100%}.u-formSize-1{width:100%}.u-formSize-3-4{width:75%}.u-formSize-2-3{width:66%}.u-formSize-1-2{width:50%}.u-formSize-1-3{width:33%}.u-formSize-1-4{width:25%}input[type=checkbox]:focus,input[type=file]:focus,input[type=radio]:focus{outline:#129fea solid thin}.ime__disabled{ime-mode:disabled}.contents{-ms-flex-line-pack:start;align-content:flex-start;display:flexbox;-ms-flex-flow:row wrap;flex-flow:row wrap;letter-spacing:-.31em;text-rendering:optimizespeed}.campaign{background:#fff;font-size:2rem}.campaign:after{content:" ";display:block;clear:both}.campaign__header-image{margin:0 auto;width:100%}.campaign__wrapper{max-width:100%;margin-left:auto;margin-right:auto}.campaign__wrapper:after{content:" ";display:block;clear:both}.campaign__container{width:81.66667%;float:left;margin-right:.83333%;margin-left:9.16667%;background:#fff;padding-bottom:3rem;padding-top:3rem}@media (min-width:960px){.campaign__container{width:65%;float:left;margin-right:.83333%;margin-left:17.5%}}.campaign__term{width:81.66667%;float:left;margin-right:.83333%;margin-left:9.16667%;background:#f8d891;font-size:2rem;height:30rem;overflow-y:scroll}@media (min-width:960px){.campaign__term{width:65%;float:left;margin-right:.83333%;margin-left:17.5%}}.campaign__term-title{color:#525252;font-size:2rem;margin:2.6rem 2rem 3.2rem;padding:0}.campaign__term-list{display:block;margin:0 2rem 2.6rem;padding:0 0 0 2rem}.campaign__term-listitem{font-size:1.6rem;margin:0 0 1.1rem}.campaign__term-description{font-size:1.6rem;margin:0 2rem 2.6rem}.campaign__title{border-top:1px solid #ccc;color:#525252;font-size:2.4rem;margin:0 0 3.2rem;padding:3.6rem 0 0;text-align:center}.campaign__quiz{font-size:2.4rem;font-weight:700;line-height:3.4rem;margin:0 0 3.2rem;padding:0;text-align:center}@media (min-width:320px) and (max-width:667px){.campaign__quiz{text-align:left}}.campaign__quiz-hint{font-size:1.8rem;font-weight:400}.campaign__date{font-size:3.6rem;margin:0 0 2.6rem;text-align:center}.campaign__lead{font-size:2.4rem;line-height:3.2rem;margin:0 0 4.6rem;text-align:center}.campaign__description{line-height:3.2rem;margin:0 0 2.6rem}.campaign__list{display:block;margin:0 0 2.6rem}@media (min-width:320px) and (max-width:667px){.campaign__date{font-size:2.4rem}.campaign__lead{text-align:left}.campaign__form{width:98.33333%;float:left;margin-left:.83333%;margin-right:.83333%}}@media (min-width:668px) and (max-width:959px){.campaign__form{width:81.66667%;float:left;margin-right:.83333%;margin-left:9.16667%}}@media (min-width:960px){.campaign__form{width:65%;float:left;margin-right:.83333%;margin-left:17.5%}.campaign__form-action{text-align:center}}.campaign__form-row{margin:0 0 3rem}.campaign__error{background:#d53c6b;color:#fff;display:block;padding:2rem;text-align:center}.campaign__label{color:#525252;display:block;font-size:1.6rem;font-weight:700;margin:0 0 1rem}.campaign__label--error{color:#d53c6b}.campaign__input{width:98.33333%;float:left;margin-left:.83333%;margin-right:.83333%;border:1px solid #1a1a1a;font-size:3rem;line-height:4.4rem;margin-bottom:2rem;padding:1rem 0}.campaign__submit{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#ebcc7c;border:2px solid #23529b;border-radius:1rem;box-shadow:none;cursor:pointer;display:inline-block;font-size:3.2rem;line-height:1.8rem;margin:0 auto;padding:1.8rem 4.5rem}@media (min-width:668px) and (max-width:959px){.campaign__submit{width:100%}}.campaign__submit:focus{outline:0}.feature{max-width:100%;margin-left:auto;margin-right:auto;background:#28293a;padding:8rem 0 20rem;position:relative;transform:skewY(-6deg);transform-origin:0}.feature:after{content:" ";display:block;clear:both}.feature__container{padding-bottom:3rem;padding-top:3rem;transform:skewY(6deg);transform-origin:0;z-index:20}@media (min-width:320px) and (max-width:667px){.campaign__submit{width:100%}.feature__container{width:98.33333%;float:left;margin-left:.83333%;margin-right:.83333%}.feature__tagline{width:81.66667%;float:left;margin-right:.83333%;margin-left:9.16667%}}.feature__tagline{text-align:center;transform:skewY(6deg);transform-origin:0;z-index:20}@media (min-width:668px) and (max-width:959px){.feature__container,.feature__tagline{width:81.66667%;float:left;margin-right:.83333%;margin-left:9.16667%}}@media (min-width:960px){.feature__container{width:81.66667%;float:left;margin-right:.83333%;margin-left:9.16667%}.feature__tagline{width:48.33333%;float:left;margin-right:.83333%;margin-left:25.83333%}}.feature__tagline-title{color:#fff;font-size:3.4rem;font-weight:400}@media (min-width:320px) and (max-width:667px){.feature__tagline-title{font-size:2.4rem;letter-spacing:-.1rem}}.feature__tagline-description{color:#fff;font-size:1.9rem;font-weight:200}@media (min-width:320px) and (max-width:667px){.feature__tagline-description{font-size:1.6rem;text-align:left}.feature__point{width:81.66667%;float:left;margin-right:.83333%;margin-left:9.16667%}}.feature__point{color:#fff;text-align:center}@media (min-width:668px) and (max-width:959px){.feature__point{width:31.66667%;float:left;margin-left:.83333%;margin-right:.83333%}}@media (min-width:960px){.feature__point{width:31.66667%;float:left;margin-left:.83333%;margin-right:.83333%}}.feature__point-icon{margin-bottom:1rem;max-width:8.6rem}.feature__point-title{font-size:2.2rem;font-weight:400}.feature__point-description{color:rgba(255,255,255,.78);text-align:left}.footer{max-width:100%;margin-left:auto;margin-right:auto}.footer:after{content:" ";display:block;clear:both}.footer__container{padding-bottom:3rem;padding-top:3rem;text-align:center}@media (min-width:320px) and (max-width:667px){.feature__point-title{font-size:2rem}.feature__point-description{font-size:1.6rem;margin-bottom:3.8rem}.footer__container{width:81.66667%;float:left;margin-right:.83333%;margin-left:9.16667%}}@media (min-width:668px) and (max-width:959px){.footer__container{width:81.66667%;float:left;margin-right:.83333%;margin-left:9.16667%}}@media (min-width:960px){.footer__container{width:81.66667%;float:left;margin-right:.83333%;margin-left:9.16667%}}.footer__list{list-style-type:none;margin:0;padding:0;text-align:center}.footer__item{display:inline;font-size:1.6rem;margin:0 0 0 1rem;padding:0;text-align:center}.footer__link{color:#fff;text-decoration:none}.footer__copyright{color:#fff;font-family:'Open Sans',sans-serif;font-size:1.3rem;line-height:2.6rem}.header{max-width:100%;margin-left:auto;margin-right:auto;background:linear-gradient(180deg,#0b1325 20%,#1a1110 39%,#091228 59%,rgba(137,136,148,.8) 84%,#f9d98c 98%);background-size:200% 200%;padding-bottom:2.8rem;z-index:10;animation:30s infinite background}.header:after{content:" ";display:block;clear:both}@keyframes background{0%,100%{background-position:50% 0}50%{background-position:50% 100%}}.header__container{padding-bottom:3rem;padding-top:3rem}@media (min-width:320px) and (max-width:667px){.footer__item{display:block;margin-bottom:1rem;text-align:left}.header__container{width:98.33333%;float:left;margin-left:.83333%;margin-right:.83333%}.header__tagline{width:81.66667%;float:left;margin-right:.83333%;margin-left:9.16667%}}@media (min-width:668px) and (max-width:959px){.header__container,.header__tagline{width:81.66667%;float:left;margin-right:.83333%;margin-left:9.16667%}}@media (min-width:960px){.header__container{width:81.66667%;float:left;margin-right:.83333%;margin-left:9.16667%}.header__tagline{width:48.33333%;float:left;margin-right:.83333%;margin-left:.83333%;margin-top:10rem}}.header__tagline-title{color:#fff;font-size:4.8rem;font-weight:200;letter-spacing:-.1rem}@media (min-width:320px) and (max-width:667px){.header__tagline-title{font-size:2.8rem}}.header__tagline-description{color:#fff;font-size:2rem;margin-bottom:6rem;padding-right:16%}.header__eyecatch{margin:2rem 0 2.6rem}@media (min-width:320px) and (max-width:667px){.header__tagline-description{font-size:1.8rem;padding-right:0}.header__eyecatch{width:81.66667%;float:left;margin-right:.83333%;margin-left:9.16667%}}@media (min-width:668px) and (max-width:959px){.header__eyecatch{width:81.66667%;float:left;margin-right:.83333%;margin-left:9.16667%}}.header__storenav{text-align:center}@media (min-width:960px){.header__eyecatch{width:48.33333%;float:left;margin-left:.83333%;margin-right:.83333%}.header__storenav{text-align:left}}.header__storenav-link{display:inline-block;margin-left:1.2rem;margin-right:1.2rem}.header__storenav-link:last-child{margin-right:0}.header__storenav-button{display:inline-block;width:20rem}@media (min-width:320px) and (max-width:667px){.header__storenav-button{margin:0 auto 1rem}}@media (min-width:668px) and (max-width:959px){.header__storenav-button{margin:0 auto}}.navbar{padding-bottom:3rem;padding-top:3rem}@media (min-width:320px) and (max-width:667px){.navbar{width:98.33333%;float:left;margin-left:.83333%;margin-right:.83333%;text-align:center}}@media (min-width:668px) and (max-width:959px){.navbar{width:81.66667%;float:left;margin-right:.83333%;margin-left:9.16667%}}@media (min-width:960px){.navbar{width:81.66667%;float:left;margin-right:.83333%;margin-left:9.16667%}}.navbar__logo{float:left;padding:2rem}@media (min-width:320px) and (max-width:667px){.navbar__logo{width:98.33333%;float:left;margin-left:.83333%;margin-right:.83333%;padding:0;text-align:center}}.navbar__logo-image{width:18rem}.navbar__list{float:right;list-style-type:none;margin:0;padding:2rem}.navbar__list:after{content:" ";display:block;clear:both}@media (min-width:320px) and (max-width:667px){.navbar__list{display:inline-block;float:none}}.navbar__item{float:left;padding:0}.navbar__link{color:rgba(255,255,255,.8);font-size:1.6rem;padding:0 1rem;text-decoration:none}.page{max-width:100%;margin-left:auto;margin-right:auto}.page:after{content:" ";display:block;clear:both}.page__container{color:#fff;min-height:50rem;margin:10rem 0}@media (min-width:320px) and (max-width:667px){.navbar__link{padding:0 .4rem;text-decoration:underline}.page__container{width:81.66667%;float:left;margin-right:.83333%;margin-left:9.16667%}}@media (min-width:668px) and (max-width:959px){.page__container{width:81.66667%;float:left;margin-right:.83333%;margin-left:9.16667%}}@media (min-width:960px){.page__container{width:81.66667%;float:left;margin-right:.83333%;margin-left:9.16667%}}.page h1,.page h2,.page h3,.page h4,.page h5{color:#fff}.page ol,.page ul{padding-bottom:3rem;padding-left:2.2rem}.page li{padding-bottom:1rem}.page code{background:#f4f4f5;border-radius:.3rem;color:#24292e;padding:.3rem .6rem}.screenshot{border:1px solid #fff;border-radius:2rem;margin:0 auto;max-width:302px;padding:20px;position:relative}@media (min-width:320px) and (max-width:667px){.screenshot{border:0;padding:0}}.screenshot__carousel{margin:0 auto}.screenshot__image{border:1px solid #fff;max-width:300px}.screenshot__icon{cursor:pointer;padding:6px;position:absolute;top:50%}.screenshot__icon--prev{left:-36px}.screenshot__icon--next{right:-36px}.social{max-width:100%;margin-left:auto;margin-right:auto}.social:after{content:" ";display:block;clear:both}.social--stick{background:rgba(26,17,16,.8);bottom:0;position:fixed;width:100%}.social__container{text-align:center}@media (min-width:320px) and (max-width:667px){.screenshot__image{border:0;border-radius:20px;max-width:100%}.social__container{width:98.33333%;float:left;margin-left:.83333%;margin-right:.83333%}}@media (min-width:668px) and (max-width:959px){.social__container{width:81.66667%;float:left;margin-right:.83333%;margin-left:9.16667%}}@media (min-width:960px){.social{margin-top:6rem}.social__container{width:81.66667%;float:left;margin-right:.83333%;margin-left:9.16667%}}.social__link{display:inline-block;padding:1.6rem;width:5rem}@media (min-width:320px) and (max-width:667px){.social__link{width:3rem}}@media (min-width:668px) and (max-width:959px){.social__link{width:3rem}}.social__icon{opacity:.8;width:100%}.uservoice{max-width:100%;margin-left:auto;margin-right:auto;background-image:linear-gradient(0deg,#1a1110 39%,#091228 59%,rgba(137,136,148,.8) 84%,#f9d98c 98%);background-size:cover;margin-top:-18rem;padding:20rem 0;z-index:10}.uservoice:after{content:" ";display:block;clear:both}.uservoice__tagline{text-align:center}@media (min-width:320px) and (max-width:667px){.uservoice__tagline{width:98.33333%;float:left;margin-left:.83333%;margin-right:.83333%}}@media (min-width:668px) and (max-width:959px){.uservoice__tagline{width:81.66667%;float:left;margin-right:.83333%;margin-left:9.16667%}}@media (min-width:960px){.uservoice__tagline{width:81.66667%;float:left;margin-right:.83333%;margin-left:9.16667%}}.uservoice__tagline-title{color:#fff;font-size:2.6rem;font-weight:200}.uservoice__container{padding-bottom:3rem;padding-top:3rem}.uservoice__container:after{content:" ";display:block;clear:both}@media (min-width:320px) and (max-width:667px){.uservoice__tagline-title{font-size:2.2rem}.uservoice__container{width:98.33333%;float:left;margin-left:.83333%;margin-right:.83333%}.uservoice__bubble{width:81.66667%;float:left;margin-right:.83333%;margin-left:9.16667%}}.uservoice__bubble{background:#fff;border-radius:1rem;box-shadow:0 0 10px 1px #fff;margin-bottom:2rem}@media (min-width:668px) and (max-width:959px){.uservoice__bubble,.uservoice__container{width:81.66667%;float:left;margin-right:.83333%;margin-left:9.16667%}}@media (min-width:960px){.uservoice__container{width:81.66667%;float:left;margin-right:.83333%;margin-left:9.16667%}.uservoice__bubble{width:31.66667%;float:left;margin-left:.83333%;margin-right:.83333%;height:16rem}}.uservoice__comment{color:#1a1110;display:block;line-height:2.4rem;margin:3rem;padding:0;text-align:left}.uservoice__comment-profile{color:#1a1110;font-size:1.6rem;margin:0 3rem 2rem;padding:0;text-align:right}.uservoice__feedback{width:98.33333%;float:left;margin-left:.83333%;margin-right:.83333%;color:rgba(255,255,255,.8);font-size:1.6rem;margin-bottom:1.6rem;text-align:center;text-decoration:none}.uservoice__buttons{text-align:center}.uservoice__button-link{color:rgba(255,255,255,.8);display:inline-block;font-size:1.6rem;margin:0 1.2rem 1.6rem;padding:0;text-align:center;text-decoration:none}.uservoice__button{display:inline-block;margin:0 auto;width:20rem}@media (min-width:320px) and (max-width:667px){.uservoice__button{margin:0 auto 1rem}}/*# sourceMappingURL=app.min.css.map */