{data:"*,\n*:before,\n*:after {\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  -ms-box-sizing: border-box;\n  -o-box-sizing: border-box;\n  box-sizing: border-box;\n}\nhtml,\nbody {\n  margin: 0;\n  padding: 0;\n}\nbody {\n  -webkit-font-smoothing: antialiased;\n  font-smoothing: antialiased;\n  color: #333332;\n  font-size: 18px;\n  font-family: \"proxima-nova\", Helvetica, Arial, sans-serif;\n  background-color: #f4f6f8;\n  padding: 4px 0 0 0;\n}\nbody:after {\n  content: '';\n  display: block;\n  background-image: -webkit-linear-gradient(90deg, #a16eff 0%, #3dcebb 100%);\n  background-image: -moz-linear-gradient(90deg, #a16eff 0%, #3dcebb 100%);\n  background-image: -ms-linear-gradient(90deg, #a16eff 0%, #3dcebb 100%);\n  background-image: -o-linear-gradient(90deg, #a16eff 0%, #3dcebb 100%);\n  background-image: linear-gradient(90deg, #a16eff 0%, #3dcebb 100%);\n  height: 4px;\n  position: absolute;\n  left: 0;\n  top: 0;\n  right: 0;\n}\nheader.header {\n  padding: 0 20px;\n  overflow: hidden;\n  -webkit-user-select: none;\n  -moz-user-select: none;\n  -ms-user-select: none;\n  -o-user-select: none;\n  user-select: none;\n  margin: 40px auto 0 auto;\n}\nheader.header h1 {\n  margin: 0;\n  padding: 0;\n  font-size: 28px;\n  font-weight: 500;\n  float: left;\n  margin-right: 40px;\n}\nheader.header h1 a {\n  color: #333;\n  text-decoration: none;\n}\nheader.header .left {\n  float: left;\n}\nheader.header .right {\n  float: right;\n}\nheader.header a {\n  color: #586777;\n  text-decoration: none;\n  cursor: pointer;\n}\n.container {\n  width: 760px;\n  margin: 30px auto;\n}\nnav.nav {\n  height: 65px;\n  border-bottom: 1px solid #e6e9ec;\n  font-size: 18px;\n  margin: 0 0 50px 0;\n}\nnav.nav ul {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n  display: flex;\n  flex-direction: row;\n  -webkit-justify-content: center;\n  -moz-justify-content: center;\n  -ms-justify-content: center;\n  -o-justify-content: center;\n  justify-content: center;\n}\nnav.nav li:not(:last-child) {\n  margin-right: 110px;\n}\nnav.nav a {\n  display: block;\n  height: 65px;\n  line-height: 65px;\n  -webkit-flex: 0 0 auto;\n  -moz-flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n  -o-flex: 0 0 auto;\n  flex: 0 0 auto;\n  padding: 0 7px 0 5px;\n  color: #6a727c;\n  border: none;\n  text-decoration: none;\n}\nnav.nav a.active {\n  color: #499aff;\n  border-bottom: 2px solid #499aff;\n}\n.flash {\n  background: #26d87e;\n  -webkit-border-radius: 6px;\n  -moz-border-radius: 6px;\n  -ms-border-radius: 6px;\n  -o-border-radius: 6px;\n  border-radius: 6px;\n  color: #fff;\n  text-align: center;\n  font-weight: 600;\n  padding: 15px;\n  margin: 30px 0;\n}\n.flash.error {\n  background: #f65060;\n}\n.flash p {\n  margin: 0;\n}\n.flash a {\n  color: #fff;\n  text-decoration: underline;\n  cursor: pointer;\n}\n.main {\n  background: #fff;\n  -webkit-border-radius: 6px;\n  -moz-border-radius: 6px;\n  -ms-border-radius: 6px;\n  -o-border-radius: 6px;\n  border-radius: 6px;\n  border: 1px solid #eaeef1;\n  overflow: hidden;\n}\n.main h2 {\n  font-size: 25px;\n  margin: 0 0 15px 0;\n  color: #000;\n  font-weight: normal;\n}\n.main h3 {\n  font-size: 25px;\n  color: #000;\n  display: block;\n  margin: 20px 0 20px 0;\n  font-weight: 500;\n}\n.main h4 {\n  font-weight: 500;\n  font-size: 22px;\n  padding-bottom: 10px;\n  margin: 35px 0 15px 0;\n  border-bottom: 1px solid #f2f2f2;\n}\n.main p {\n  margin: 0 0 10px 0;\n  line-height: 1.5;\n  font-size: 18px;\n}\n.main a {\n  color: #499aff;\n  text-decoration: none;\n  border-bottom: 1px solid #92c2ff;\n  cursor: pointer;\n}\n.main hr {\n  background: none;\n  border: none;\n  margin: 30px 0;\n  height: 4px;\n  background: #f2f2f2;\n  -webkit-border-radius: 10px;\n  -moz-border-radius: 10px;\n  -ms-border-radius: 10px;\n  -o-border-radius: 10px;\n  border-radius: 10px;\n}\n.main pre {\n  background: #fefefe;\n  border: 1px solid #fafafa;\n  font-size: 0.8em;\n  overflow: auto;\n  padding: 8px;\n}\n.main .button,\n.main button {\n  -webkit-appearance: none;\n  -moz-appearance: none;\n  -ms-appearance: none;\n  -o-appearance: none;\n  appearance: none;\n  outline: none;\n  cursor: pointer;\n  display: inline-block;\n  height: 50px;\n  line-height: 50px;\n  border: none;\n  background-color: #499aff;\n  color: #fff;\n  font-weight: 600;\n  font-size: 18px;\n  -webkit-border-radius: 40px;\n  -moz-border-radius: 40px;\n  -ms-border-radius: 40px;\n  -o-border-radius: 40px;\n  border-radius: 40px;\n  min-width: 18px;\n  padding: 0 40px;\n  text-align: center;\n  font-family: \"proxima-nova\", Helvetica, Arial, sans-serif;\n  -webkit-user-select: none;\n  -moz-user-select: none;\n  -ms-user-select: none;\n  -o-user-select: none;\n  user-select: none;\n}\n.main .button.light,\n.main button.light {\n  background: #fff;\n  border: 1px solid #499aff;\n  color: #499aff;\n  font-weight: 500;\n}\n.main .button.small,\n.main button.small {\n  height: 37px;\n  line-height: 37px;\n  font-size: 16px;\n  padding: 0 22px;\n}\n.main .button:disabled,\n.main button:disabled,\n.main .button[data-loading],\n.main button[data-loading] {\n  background: #9299a3;\n}\n.main .content {\n  padding: 40px;\n}\n.main .content > :first-child {\n  margin-top: 0;\n}\n.main .content > :last-child {\n  margin-bottom: 0;\n}\n.main .row {\n  display: flex;\n  flex-direction: row;\n}\n.main .row > * {\n  display: block;\n  -webkit-flex: 1 1 auto;\n  -moz-flex: 1 1 auto;\n  -ms-flex: 1 1 auto;\n  -o-flex: 1 1 auto;\n  flex: 1 1 auto;\n}\n.main .row > *:not(:last-child) {\n  margin-right: 15px;\n}\n.main .row.valign-center {\n  -webkit-align-items: center;\n  -moz-align-items: center;\n  -ms-align-items: center;\n  -o-align-items: center;\n  align-items: center;\n  -webkit-justify-content: space-between;\n  -moz-justify-content: space-between;\n  -ms-justify-content: space-between;\n  -o-justify-content: space-between;\n  justify-content: space-between;\n}\n.main .row.center {\n  -webkit-justify-content: center;\n  -moz-justify-content: center;\n  -ms-justify-content: center;\n  -o-justify-content: center;\n  justify-content: center;\n}\n.main .row.center > * {\n  -webkit-flex: 0 1 auto;\n  -moz-flex: 0 1 auto;\n  -ms-flex: 0 1 auto;\n  -o-flex: 0 1 auto;\n  flex: 0 1 auto;\n}\n.main .spacer {\n  -webkit-flex: 1 1 auto;\n  -moz-flex: 1 1 auto;\n  -ms-flex: 1 1 auto;\n  -o-flex: 1 1 auto;\n  flex: 1 1 auto;\n}\n.main .fieldset {\n  margin: 25px 0;\n}\n.main footer.fieldset-footer {\n  border-top: 2px solid #eaeef1;\n  padding: 28px;\n  margin: 32px 0 -12px 0;\n}\n.main label {\n  display: block;\n}\n.main label span {\n  display: block;\n  color: #6a727c;\n  font-size: 16px;\n  font-weight: 500;\n  margin-bottom: 10px;\n  -webkit-user-select: none;\n  -moz-user-select: none;\n  -ms-user-select: none;\n  -o-user-select: none;\n  user-select: none;\n}\n.main label.checkbox {\n  padding: 36px 0 0 0;\n}\n.main label.checkbox span {\n  margin: 0 0 0 10px;\n  display: inline-block;\n}\n.main input[type=text],\n.main input[type=email],\n.main input[type=password],\n.main input[type=url],\n.main textarea {\n  outline: none;\n  border: 2px solid #e6e9ec;\n  -webkit-border-radius: 6px;\n  -moz-border-radius: 6px;\n  -ms-border-radius: 6px;\n  -o-border-radius: 6px;\n  border-radius: 6px;\n  background-color: #f9fafb;\n  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0,1,1,0.06);\n  -moz-box-shadow: inset 0px 1px 3px 0px rgba(0,1,1,0.06);\n  -ms-box-shadow: inset 0px 1px 3px 0px rgba(0,1,1,0.06);\n  -o-box-shadow: inset 0px 1px 3px 0px rgba(0,1,1,0.06);\n  box-shadow: inset 0px 1px 3px 0px rgba(0,1,1,0.06);\n  height: 50px;\n  width: 100%;\n  padding: 0 15px;\n  font-size: 20px;\n  font-family: \"proxima-nova\", Helvetica, Arial, sans-serif;\n}\n.main input[type=text]:focus,\n.main input[type=email]:focus,\n.main input[type=password]:focus,\n.main input[type=url]:focus,\n.main textarea:focus {\n  border: 2px solid #499aff;\n}\n.main .rhc {\n  -webkit-flex: 0 0 auto;\n  -moz-flex: 0 0 auto;\n  -ms-flex: 0 0 auto;\n  -o-flex: 0 0 auto;\n  flex: 0 0 auto;\n}\n.main .get-started {\n  border-bottom: 1px solid #eaeef1;\n  padding: 15px 20px;\n  display: flex;\n  flex-direction: row;\n  -webkit-justify-content: flex-end;\n  -moz-justify-content: flex-end;\n  -ms-justify-content: flex-end;\n  -o-justify-content: flex-end;\n  justify-content: flex-end;\n}\n.main .get-started a {\n  border: none;\n  display: block;\n}\n.main .get-started img {\n  display: block;\n}\nfooter.footer {\n  height: 100px;\n  line-height: 100px;\n  text-align: center;\n}\nfooter.footer a {\n  color: #979797;\n  font-weight: bold;\n  font-size: 13px;\n  text-transform: uppercase;\n  display: inline-block;\n  margin: 0 15px;\n  text-decoration: none;\n}\nul.errors {\n  list-style: none;\n  color: #f00;\n  padding: 0;\n}\n",metadata:{dependencies:#<Set:{"environment-version","environment-paths","processors:type=text/css&file_type=text/css&engines=.styl","file-digest:///usr/src/app/app/assets/stylesheets/layout.css.styl","processors:type=text/css&file_type=text/css&engines=.styl&pipeline=self","file-digest:///usr/src/app/app/assets/stylesheets","file-digest:///usr/src/app/app/assets/stylesheets/mixins","file-digest:///usr/src/app/app/assets/stylesheets/mixins.styl"}>,included:["file:///usr/src/app/app/assets/stylesheets/layout.css.styl?type=text/css&pipeline=self&id=a1f22ab7477d39970e46adce5f0293b6068435e2083d8595e80b6a102ddf9b53"]},environment:#<Sprockets::CachedEnvironment:0xfe210 root="/usr/src/app",paths=["/usr/src/app/app/assets/javascripts","/usr/src/app/app/assets/stylesheets","/usr/src/app/app/assets/images","/usr/src/app/vendor/assets/javascripts","/usr/src/app/vendor/assets/stylesheets"]>,cache:#<Sprockets::Cache local=#<Sprockets::Cache::MemoryStore size=20/,@key_manager=#<Dalli::KeyManager:0x00007f3f6927b280 @key_options={digest_class:Digest::MD5,namespace_separator:":"},@raw_mode=nil,@value_marshaller=#<Dalli::Protocol::ValueMarshaller:0x00007f3f5d21c7f0 @value_serializer=#<Dalli::Protocol::ValueSerializer:0x00007f3f5d21c7c8 @serialization_options={serializer:Marshal,string_fastpath:false}>,@value_compressor=#<Dalli::Protocol::ValueCompressor:0x00007f3f5d215568 @compression_options={compress:true,compressor:Dalli::Compressor,compression_min_size:4096}>,@marshal_options={value_max_bytes:1048576}>,@connection_manager=#<Dalli::Protocol::ConnectionManager:0x00007f3f5cae9a78 @hostname="assets-uw2.memcached.clearbit.io",@port=11211,@socket_type=:tcp,@options={down_retry_delay:30,socket_timeout:1,socket_max_failures:2,socket_failure_delay:.1,keepalive:true},@request_in_progress=false,@sock=#<Dalli::Socket::TCP:fd 25,AF_INET,10.64.119.48,51216>,@pid=1,@fail_count=0,@down_at=nil,@last_down_at=nil,@msg=nil,@error=nil,@max_allowed_failures=2>,@lock=#<Monitor:0x00007f3f5d2154c8>,@response_processor=#<Dalli::Protocol::Meta::ResponseProcessor:0x00007f3f5d25fa28 @io_source=#<Dalli::Protocol::ConnectionManager:0x00007f3f5cae9a78 @hostname="assets-uw2.memcached.clearbit.io",@port=11211,@socket_type=:tcp,@options={down_retry_delay:30,socket_timeout:1,socket_max_failures:2,socket_failure_delay:.1,keepalive:true},@request_in_progress=false,@sock=#<Dalli::Socket::TCP:fd 25,AF_INET,10.64.119.48,51216>,@pid=1,@fail_count=0,@down_at=nil,@last_down_at=nil,@msg=nil,@error=nil,@max_allowed_failures=2>,@value_marshaller=#<Dalli::Protocol::ValueMarshaller:0x00007f3f5d21c7f0 @value_serializer=#<Dalli::Protocol::ValueSerializer:0x00007f3f5d21c7c8 @serialization_options={serializer:Marshal,string_fastpath:false}>,@value_compressor=#<Dalli::Protocol::ValueCompressor:0x00007f3f5d215568 @compression_options={compress:true,compressor:Dalli::Compressor,compression_min_size:4096}>,@marshal_options={value_max_bytes:1048576}>>,@version="1.6.22">],@continuum=nil,@failover=true>>,@key_prefix="sprockets-segment">>,uri:"file:///usr/src/app/app/assets/stylesheets/layout.css.styl?type=text/css",filename:"/usr/src/app/app/assets/stylesheets/layout.css.styl",load_path:"/usr/src/app/app/assets/stylesheets",name:"layout",content_type:"text/css"}