/*! bulma.io v0.9.4 | MIT License | github.com/jgthms/bulma */
/* Bulma Utilities */
/* line 3, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/extends.sass */
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .file-cta,
.file-name, .select select, .textarea, .input, .button {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.5em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.5em - 1px);
  padding-left: calc(0.75em - 1px);
  padding-right: calc(0.75em - 1px);
  padding-top: calc(0.5em - 1px);
  position: relative;
  vertical-align: top;
}

/* line 33, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/controls.sass */
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus,
.pagination-ellipsis:focus, .file-cta:focus,
.file-name:focus, .select select:focus, .textarea:focus, .input:focus, .button:focus, .is-focused.pagination-previous,
.is-focused.pagination-next,
.is-focused.pagination-link,
.is-focused.pagination-ellipsis, .is-focused.file-cta,
.is-focused.file-name, .select select.is-focused, .is-focused.textarea, .is-focused.input, .is-focused.button, .pagination-previous:active,
.pagination-next:active,
.pagination-link:active,
.pagination-ellipsis:active, .file-cta:active,
.file-name:active, .select select:active, .textarea:active, .input:active, .button:active, .is-active.pagination-previous,
.is-active.pagination-next,
.is-active.pagination-link,
.is-active.pagination-ellipsis, .is-active.file-cta,
.is-active.file-name, .select select.is-active, .is-active.textarea, .is-active.input, .is-active.button {
  outline: none;
}

/* line 38, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/controls.sass */
.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled],
.pagination-ellipsis[disabled], .file-cta[disabled],
.file-name[disabled], .select select[disabled], .textarea[disabled], .input[disabled], .button[disabled], fieldset[disabled] .pagination-previous,
fieldset[disabled] .pagination-next,
fieldset[disabled] .pagination-link,
fieldset[disabled] .pagination-ellipsis, fieldset[disabled] .file-cta,
fieldset[disabled] .file-name, fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input, fieldset[disabled] .button {
  cursor: not-allowed;
}

/* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/extends.sass */
.is-unselectable, .tabs, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .breadcrumb, .file, .button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 9, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/extends.sass */
.navbar-link:not(.is-arrowless)::after, .select:not(.is-multiple):not(.is-loading)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em;
}

/* line 217, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.tabs:not(:last-child), .pagination:not(:last-child), .message:not(:last-child), .level:not(:last-child), .breadcrumb:not(:last-child), .block:not(:last-child), .title:not(:last-child),
.subtitle:not(:last-child), .table-container:not(:last-child), .table:not(:last-child), .progress:not(:last-child), .notification:not(:last-child), .content:not(:last-child), .box:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 15, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/extends.sass */
.modal-close, .delete {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}

/* line 242, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.modal-close::before, .delete::before, .modal-close::after, .delete::after {
  background-color: white;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}

/* line 252, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.modal-close::before, .delete::before {
  height: 2px;
  width: 50%;
}

/* line 255, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.modal-close::after, .delete::after {
  height: 50%;
  width: 2px;
}

/* line 258, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.modal-close:hover, .delete:hover, .modal-close:focus, .delete:focus {
  background-color: rgba(10, 10, 10, 0.3);
}

/* line 261, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.modal-close:active, .delete:active {
  background-color: rgba(10, 10, 10, 0.4);
}

/* line 264, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.is-small.modal-close, .is-small.delete {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}

/* line 271, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.is-medium.modal-close, .is-medium.delete {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}

/* line 278, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/mixins.sass */
.is-large.modal-close, .is-large.delete {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

/* line 18, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/extends.sass */
.control.is-loading::after, .select.is-loading::after, .loader, .button.is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 9999px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

/* line 21, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/extends.sass */
.hero-video, .is-overlay, .modal-background, .modal, .image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 24, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/utilities/extends.sass */
.navbar-burger {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0;
}

/* Bulma Base */
/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
/* line 3, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/minireset.sass */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

/* line 30, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/minireset.sass */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

/* line 40, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/minireset.sass */
ul {
  list-style: none;
}

/* line 44, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/minireset.sass */
button,
input,
select,
textarea {
  margin: 0;
}

/* line 51, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/minireset.sass */
html {
  box-sizing: border-box;
}

/* line 55, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/minireset.sass */
*, *::before, *::after {
  box-sizing: inherit;
}

/* line 61, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/minireset.sass */
img,
video {
  height: auto;
  max-width: 100%;
}

/* line 67, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/minireset.sass */
iframe {
  border: 0;
}

/* line 71, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/minireset.sass */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 75, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/minireset.sass */
td,
th {
  padding: 0;
}

/* line 78, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/minireset.sass */
td:not([align]),
th:not([align]) {
  text-align: inherit;
}

/* line 34, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
html {
  background-color: white;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
}

/* line 45, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

/* line 54, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
body,
button,
input,
optgroup,
select,
textarea {
  font-family: "Lato", sans-serif;
}

/* line 62, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

/* line 68, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
body {
  color: #4a4a4a;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

/* line 76, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
a {
  color: #485fc7;
  cursor: pointer;
  text-decoration: none;
}

/* line 80, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
a strong {
  color: currentColor;
}

/* line 82, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
a:hover {
  color: #363636;
}

/* line 85, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
code {
  background-color: whitesmoke;
  color: #da1039;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

/* line 92, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
hr {
  background-color: whitesmoke;
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}

/* line 99, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
img {
  height: auto;
  max-width: 100%;
}

/* line 103, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline;
}

/* line 107, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
small {
  font-size: 0.875em;
}

/* line 110, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
span {
  font-style: inherit;
  font-weight: inherit;
}

/* line 114, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
strong {
  color: #363636;
  font-weight: 700;
}

/* line 120, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
fieldset {
  border: none;
}

/* line 123, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #4a4a4a;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}

/* line 132, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

/* line 139, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
table td,
table th {
  vertical-align: top;
}

/* line 142, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
table td:not([align]),
table th:not([align]) {
  text-align: inherit;
}

/* line 144, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/base/generic.sass */
table th {
  color: #363636;
}

@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/* Bulma Elements */
/* line 12, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/box.sass */
.box {
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  color: #4a4a4a;
  display: block;
  padding: 1.25rem;
}

/* line 22, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/box.sass */
a.box:hover, a.box:focus {
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px #485fc7;
}

/* line 25, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/box.sass */
a.box:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #485fc7;
}

/* line 61, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button {
  background-color: white;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px);
  text-align: center;
  white-space: nowrap;
}

/* line 78, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button strong {
  color: inherit;
}

/* line 81, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}

/* line 87, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.5em - 1px);
  margin-right: 0.25em;
}

/* line 90, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button .icon:last-child:not(:first-child) {
  margin-left: 0.25em;
  margin-right: calc(-0.5em - 1px);
}

/* line 93, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button .icon:first-child:last-child {
  margin-left: calc(-0.5em - 1px);
  margin-right: calc(-0.5em - 1px);
}

/* line 97, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button:hover, .button.is-hovered {
  border-color: #b5b5b5;
  color: #363636;
}

/* line 101, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button:focus, .button.is-focused {
  border-color: #485fc7;
  color: #363636;
}

/* line 105, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button:focus:not(:active), .button.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}

/* line 107, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button:active, .button.is-active {
  border-color: #4a4a4a;
  color: #363636;
}

/* line 112, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: #4a4a4a;
  text-decoration: underline;
}

/* line 117, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
  background-color: whitesmoke;
  color: #363636;
}

/* line 123, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-text:active, .button.is-text.is-active {
  background-color: #e8e8e8;
  color: #363636;
}

/* line 127, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-text[disabled], fieldset[disabled] .button.is-text {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

/* line 132, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-ghost {
  background: none;
  border-color: transparent;
  color: #485fc7;
  text-decoration: none;
}

/* line 137, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-ghost:hover, .button.is-ghost.is-hovered {
  color: #485fc7;
  text-decoration: underline;
}

/* line 144, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 148, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white:hover, .button.is-white.is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 153, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white:focus, .button.is-white.is-focused {
  border-color: transparent;
  color: #0a0a0a;
}

/* line 157, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

/* line 159, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white:active, .button.is-white.is-active {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 164, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white[disabled], fieldset[disabled] .button.is-white {
  background-color: white;
  border-color: white;
  box-shadow: none;
}

/* line 169, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white.is-inverted {
  background-color: #0a0a0a;
  color: white;
}

/* line 172, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered {
  background-color: black;
}

/* line 175, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white.is-inverted[disabled], fieldset[disabled] .button.is-white.is-inverted {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
  color: white;
}

/* line 182, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

/* line 184, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

/* line 188, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white.is-outlined:hover, .button.is-white.is-outlined.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}

/* line 196, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white.is-outlined.is-loading::after {
  border-color: transparent transparent white white !important;
}

/* line 202, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white.is-outlined.is-loading:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

/* line 204, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white.is-outlined[disabled], fieldset[disabled] .button.is-white.is-outlined {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}

/* line 210, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

/* line 214, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused {
  background-color: #0a0a0a;
  color: white;
}

/* line 225, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent white white !important;
}

/* line 227, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-white.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}

/* line 144, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}

/* line 148, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black:hover, .button.is-black.is-hovered {
  background-color: #040404;
  border-color: transparent;
  color: white;
}

/* line 153, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black:focus, .button.is-black.is-focused {
  border-color: transparent;
  color: white;
}

/* line 157, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}

/* line 159, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black:active, .button.is-black.is-active {
  background-color: black;
  border-color: transparent;
  color: white;
}

/* line 164, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black[disabled], fieldset[disabled] .button.is-black {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  box-shadow: none;
}

/* line 169, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black.is-inverted {
  background-color: white;
  color: #0a0a0a;
}

/* line 172, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 175, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black.is-inverted[disabled], fieldset[disabled] .button.is-black.is-inverted {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
  color: #0a0a0a;
}

/* line 182, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black.is-loading::after {
  border-color: transparent transparent white white !important;
}

/* line 184, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

/* line 188, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black.is-outlined:hover, .button.is-black.is-outlined.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

/* line 196, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black.is-outlined.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

/* line 202, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black.is-outlined.is-loading:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent white white !important;
}

/* line 204, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black.is-outlined[disabled], fieldset[disabled] .button.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}

/* line 210, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

/* line 214, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused {
  background-color: white;
  color: #0a0a0a;
}

/* line 225, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

/* line 227, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-black.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}

/* line 144, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light {
  background-color: whitesmoke;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 148, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light:hover, .button.is-light.is-hovered {
  background-color: #eeeeee;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 153, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light:focus, .button.is-light.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 157, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

/* line 159, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light:active, .button.is-light.is-active {
  background-color: #e8e8e8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 164, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light[disabled], fieldset[disabled] .button.is-light {
  background-color: whitesmoke;
  border-color: whitesmoke;
  box-shadow: none;
}

/* line 169, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}

/* line 172, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 175, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light.is-inverted[disabled], fieldset[disabled] .button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: whitesmoke;
}

/* line 182, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

/* line 184, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  color: whitesmoke;
}

/* line 188, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light.is-outlined:hover, .button.is-light.is-outlined.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

/* line 196, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light.is-outlined.is-loading::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}

/* line 202, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light.is-outlined.is-loading:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .button.is-light.is-outlined.is-loading:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

/* line 204, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light.is-outlined[disabled], fieldset[disabled] .button.is-light.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  box-shadow: none;
  color: whitesmoke;
}

/* line 210, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

/* line 214, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}

/* line 225, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}

/* line 227, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-light.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}

/* line 144, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark {
  background-color: #363636;
  border-color: transparent;
  color: #fff;
}

/* line 148, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark:hover, .button.is-dark.is-hovered {
  background-color: #2f2f2f;
  border-color: transparent;
  color: #fff;
}

/* line 153, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark:focus, .button.is-dark.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 157, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}

/* line 159, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark:active, .button.is-dark.is-active {
  background-color: #292929;
  border-color: transparent;
  color: #fff;
}

/* line 164, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark[disabled], fieldset[disabled] .button.is-dark {
  background-color: #363636;
  border-color: #363636;
  box-shadow: none;
}

/* line 169, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark.is-inverted {
  background-color: #fff;
  color: #363636;
}

/* line 172, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 175, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark.is-inverted[disabled], fieldset[disabled] .button.is-dark.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #363636;
}

/* line 182, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 184, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #363636;
  color: #363636;
}

/* line 188, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined.is-hovered, .button.is-dark.is-outlined:focus, .button.is-dark.is-outlined.is-focused {
  background-color: #363636;
  border-color: #363636;
  color: #fff;
}

/* line 196, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark.is-outlined.is-loading::after {
  border-color: transparent transparent #363636 #363636 !important;
}

/* line 202, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark.is-outlined.is-loading:hover::after, .button.is-dark.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-outlined.is-loading:focus::after, .button.is-dark.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 204, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #363636;
  box-shadow: none;
  color: #363636;
}

/* line 210, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 214, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined.is-hovered, .button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #363636;
}

/* line 225, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #363636 #363636 !important;
}

/* line 227, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-dark.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

/* line 144, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary {
  background-color: #00d1b2;
  border-color: transparent;
  color: #fff;
}

/* line 148, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary:hover, .button.is-primary.is-hovered {
  background-color: #00c4a7;
  border-color: transparent;
  color: #fff;
}

/* line 153, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary:focus, .button.is-primary.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 157, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}

/* line 159, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary:active, .button.is-primary.is-active {
  background-color: #00b89c;
  border-color: transparent;
  color: #fff;
}

/* line 164, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary[disabled], fieldset[disabled] .button.is-primary {
  background-color: #00d1b2;
  border-color: #00d1b2;
  box-shadow: none;
}

/* line 169, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-inverted {
  background-color: #fff;
  color: #00d1b2;
}

/* line 172, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 175, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-inverted[disabled], fieldset[disabled] .button.is-primary.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #00d1b2;
}

/* line 182, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 184, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #00d1b2;
  color: #00d1b2;
}

/* line 188, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused {
  background-color: #00d1b2;
  border-color: #00d1b2;
  color: #fff;
}

/* line 196, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-outlined.is-loading::after {
  border-color: transparent transparent #00d1b2 #00d1b2 !important;
}

/* line 202, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-outlined.is-loading:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-outlined.is-loading:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 204, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #00d1b2;
  box-shadow: none;
  color: #00d1b2;
}

/* line 210, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 214, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined.is-hovered, .button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #00d1b2;
}

/* line 225, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #00d1b2 #00d1b2 !important;
}

/* line 227, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

/* line 237, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-light {
  background-color: #ebfffc;
  color: #00947e;
}

/* line 240, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered {
  background-color: #defffa;
  border-color: transparent;
  color: #00947e;
}

/* line 245, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-primary.is-light:active, .button.is-primary.is-light.is-active {
  background-color: #d1fff8;
  border-color: transparent;
  color: #00947e;
}

/* line 144, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link {
  background-color: #485fc7;
  border-color: transparent;
  color: #fff;
}

/* line 148, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link:hover, .button.is-link.is-hovered {
  background-color: #3e56c4;
  border-color: transparent;
  color: #fff;
}

/* line 153, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link:focus, .button.is-link.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 157, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}

/* line 159, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link:active, .button.is-link.is-active {
  background-color: #3a51bb;
  border-color: transparent;
  color: #fff;
}

/* line 164, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link[disabled], fieldset[disabled] .button.is-link {
  background-color: #485fc7;
  border-color: #485fc7;
  box-shadow: none;
}

/* line 169, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-inverted {
  background-color: #fff;
  color: #485fc7;
}

/* line 172, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 175, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-inverted[disabled], fieldset[disabled] .button.is-link.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #485fc7;
}

/* line 182, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 184, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-outlined {
  background-color: transparent;
  border-color: #485fc7;
  color: #485fc7;
}

/* line 188, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused {
  background-color: #485fc7;
  border-color: #485fc7;
  color: #fff;
}

/* line 196, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-outlined.is-loading::after {
  border-color: transparent transparent #485fc7 #485fc7 !important;
}

/* line 202, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 204, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-outlined[disabled], fieldset[disabled] .button.is-link.is-outlined {
  background-color: transparent;
  border-color: #485fc7;
  box-shadow: none;
  color: #485fc7;
}

/* line 210, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 214, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #485fc7;
}

/* line 225, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #485fc7 #485fc7 !important;
}

/* line 227, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

/* line 237, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-light {
  background-color: #eff1fa;
  color: #3850b7;
}

/* line 240, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-light:hover, .button.is-link.is-light.is-hovered {
  background-color: #e6e9f7;
  border-color: transparent;
  color: #3850b7;
}

/* line 245, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-link.is-light:active, .button.is-link.is-light.is-active {
  background-color: #dce0f4;
  border-color: transparent;
  color: #3850b7;
}

/* line 144, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info {
  background-color: #3e8ed0;
  border-color: transparent;
  color: #fff;
}

/* line 148, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info:hover, .button.is-info.is-hovered {
  background-color: #3488ce;
  border-color: transparent;
  color: #fff;
}

/* line 153, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info:focus, .button.is-info.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 157, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
}

/* line 159, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info:active, .button.is-info.is-active {
  background-color: #3082c5;
  border-color: transparent;
  color: #fff;
}

/* line 164, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info[disabled], fieldset[disabled] .button.is-info {
  background-color: #3e8ed0;
  border-color: #3e8ed0;
  box-shadow: none;
}

/* line 169, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-inverted {
  background-color: #fff;
  color: #3e8ed0;
}

/* line 172, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 175, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-inverted[disabled], fieldset[disabled] .button.is-info.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #3e8ed0;
}

/* line 182, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 184, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-outlined {
  background-color: transparent;
  border-color: #3e8ed0;
  color: #3e8ed0;
}

/* line 188, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-outlined:hover, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined.is-focused {
  background-color: #3e8ed0;
  border-color: #3e8ed0;
  color: #fff;
}

/* line 196, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-outlined.is-loading::after {
  border-color: transparent transparent #3e8ed0 #3e8ed0 !important;
}

/* line 202, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-outlined.is-loading:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 204, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-outlined[disabled], fieldset[disabled] .button.is-info.is-outlined {
  background-color: transparent;
  border-color: #3e8ed0;
  box-shadow: none;
  color: #3e8ed0;
}

/* line 210, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 214, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #3e8ed0;
}

/* line 225, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-inverted.is-outlined.is-loading:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #3e8ed0 #3e8ed0 !important;
}

/* line 227, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

/* line 237, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-light {
  background-color: #eff5fb;
  color: #296fa8;
}

/* line 240, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-light:hover, .button.is-info.is-light.is-hovered {
  background-color: #e4eff9;
  border-color: transparent;
  color: #296fa8;
}

/* line 245, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-info.is-light:active, .button.is-info.is-light.is-active {
  background-color: #dae9f6;
  border-color: transparent;
  color: #296fa8;
}

/* line 144, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success {
  background-color: #48c78e;
  border-color: transparent;
  color: #fff;
}

/* line 148, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success:hover, .button.is-success.is-hovered {
  background-color: #3ec487;
  border-color: transparent;
  color: #fff;
}

/* line 153, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success:focus, .button.is-success.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 157, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25);
}

/* line 159, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success:active, .button.is-success.is-active {
  background-color: #3abb81;
  border-color: transparent;
  color: #fff;
}

/* line 164, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success[disabled], fieldset[disabled] .button.is-success {
  background-color: #48c78e;
  border-color: #48c78e;
  box-shadow: none;
}

/* line 169, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-inverted {
  background-color: #fff;
  color: #48c78e;
}

/* line 172, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 175, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-inverted[disabled], fieldset[disabled] .button.is-success.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #48c78e;
}

/* line 182, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 184, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-outlined {
  background-color: transparent;
  border-color: #48c78e;
  color: #48c78e;
}

/* line 188, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-outlined:hover, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined.is-focused {
  background-color: #48c78e;
  border-color: #48c78e;
  color: #fff;
}

/* line 196, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-outlined.is-loading::after {
  border-color: transparent transparent #48c78e #48c78e !important;
}

/* line 202, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-outlined.is-loading:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .button.is-success.is-outlined.is-loading:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 204, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-outlined[disabled], fieldset[disabled] .button.is-success.is-outlined {
  background-color: transparent;
  border-color: #48c78e;
  box-shadow: none;
  color: #48c78e;
}

/* line 210, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 214, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #48c78e;
}

/* line 225, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-inverted.is-outlined.is-loading:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #48c78e #48c78e !important;
}

/* line 227, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

/* line 237, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-light {
  background-color: #effaf5;
  color: #257953;
}

/* line 240, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-light:hover, .button.is-success.is-light.is-hovered {
  background-color: #e6f7ef;
  border-color: transparent;
  color: #257953;
}

/* line 245, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-success.is-light:active, .button.is-success.is-light.is-active {
  background-color: #dcf4e9;
  border-color: transparent;
  color: #257953;
}

/* line 144, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning {
  background-color: #faac1c;
  border-color: transparent;
  color: #fff;
}

/* line 148, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning:hover, .button.is-warning.is-hovered {
  background-color: #faa710;
  border-color: transparent;
  color: #fff;
}

/* line 153, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning:focus, .button.is-warning.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 157, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(250, 172, 28, 0.25);
}

/* line 159, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning:active, .button.is-warning.is-active {
  background-color: #f7a205;
  border-color: transparent;
  color: #fff;
}

/* line 164, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning[disabled], fieldset[disabled] .button.is-warning {
  background-color: #faac1c;
  border-color: #faac1c;
  box-shadow: none;
}

/* line 169, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning.is-inverted {
  background-color: #fff;
  color: #faac1c;
}

/* line 172, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 175, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning.is-inverted[disabled], fieldset[disabled] .button.is-warning.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #faac1c;
}

/* line 182, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 184, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #faac1c;
  color: #faac1c;
}

/* line 188, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined.is-hovered, .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined.is-focused {
  background-color: #faac1c;
  border-color: #faac1c;
  color: #fff;
}

/* line 196, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning.is-outlined.is-loading::after {
  border-color: transparent transparent #faac1c #faac1c !important;
}

/* line 202, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning.is-outlined.is-loading:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-outlined.is-loading:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 204, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #faac1c;
  box-shadow: none;
  color: #faac1c;
}

/* line 210, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 214, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #faac1c;
}

/* line 225, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #faac1c #faac1c !important;
}

/* line 227, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

/* line 237, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning.is-light {
  background-color: #fff8eb;
  color: #915f03;
}

/* line 240, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered {
  background-color: #fef3df;
  border-color: transparent;
  color: #915f03;
}

/* line 245, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-warning.is-light:active, .button.is-warning.is-light.is-active {
  background-color: #feefd2;
  border-color: transparent;
  color: #915f03;
}

/* line 144, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger {
  background-color: #f14668;
  border-color: transparent;
  color: #fff;
}

/* line 148, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger:hover, .button.is-danger.is-hovered {
  background-color: #f03a5f;
  border-color: transparent;
  color: #fff;
}

/* line 153, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger:focus, .button.is-danger.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 157, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}

/* line 159, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger:active, .button.is-danger.is-active {
  background-color: #ef2e55;
  border-color: transparent;
  color: #fff;
}

/* line 164, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger[disabled], fieldset[disabled] .button.is-danger {
  background-color: #f14668;
  border-color: #f14668;
  box-shadow: none;
}

/* line 169, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-inverted {
  background-color: #fff;
  color: #f14668;
}

/* line 172, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 175, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-inverted[disabled], fieldset[disabled] .button.is-danger.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #f14668;
}

/* line 182, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 184, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #f14668;
  color: #f14668;
}

/* line 188, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined.is-hovered, .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined.is-focused {
  background-color: #f14668;
  border-color: #f14668;
  color: #fff;
}

/* line 196, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-outlined.is-loading::after {
  border-color: transparent transparent #f14668 #f14668 !important;
}

/* line 202, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-outlined.is-loading:hover::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-outlined.is-loading:focus::after, .button.is-danger.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 204, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #f14668;
  box-shadow: none;
  color: #f14668;
}

/* line 210, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 214, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined.is-hovered, .button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #f14668;
}

/* line 225, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #f14668 #f14668 !important;
}

/* line 227, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-inverted.is-outlined[disabled], fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

/* line 237, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-light {
  background-color: #feecf0;
  color: #cc0f35;
}

/* line 240, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-light:hover, .button.is-danger.is-light.is-hovered {
  background-color: #fde0e6;
  border-color: transparent;
  color: #cc0f35;
}

/* line 245, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-danger.is-light:active, .button.is-danger.is-light.is-active {
  background-color: #fcd4dc;
  border-color: transparent;
  color: #cc0f35;
}

/* line 251, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-small {
  font-size: 0.75rem;
}

/* line 51, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-small:not(.is-rounded) {
  border-radius: 2px;
}

/* line 253, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-normal {
  font-size: 1rem;
}

/* line 255, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-medium {
  font-size: 1.25rem;
}

/* line 257, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-large {
  font-size: 1.5rem;
}

/* line 260, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button[disabled], fieldset[disabled] .button {
  background-color: white;
  border-color: #dbdbdb;
  box-shadow: none;
  opacity: 0.5;
}

/* line 266, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-fullwidth {
  display: flex;
  width: 100%;
}

/* line 269, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}

/* line 272, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-loading::after {
  position: absolute;
  left: calc(50% - (1em * 0.5));
  top: calc(50% - (1em * 0.5));
  position: absolute !important;
}

/* line 276, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-static {
  background-color: whitesmoke;
  border-color: #dbdbdb;
  color: #7a7a7a;
  box-shadow: none;
  pointer-events: none;
}

/* line 282, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.button.is-rounded {
  border-radius: 9999px;
  padding-left: calc(1em + 0.25em);
  padding-right: calc(1em + 0.25em);
}

/* line 287, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 292, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons .button {
  margin-bottom: 0.5rem;
}

/* line 294, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons .button:not(:last-child):not(.is-fullwidth) {
  margin-right: 0.5rem;
}

/* line 296, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons:last-child {
  margin-bottom: -0.5rem;
}

/* line 298, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons:not(:last-child) {
  margin-bottom: 1rem;
}

/* line 302, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
  font-size: 0.75rem;
}

/* line 51, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded) {
  border-radius: 2px;
}

/* line 305, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
  font-size: 1.25rem;
}

/* line 308, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
  font-size: 1.5rem;
}

/* line 312, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons.has-addons .button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 315, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons.has-addons .button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}

/* line 319, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons.has-addons .button:last-child {
  margin-right: 0;
}

/* line 321, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
  z-index: 2;
}

/* line 324, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
  z-index: 3;
}

/* line 330, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
  z-index: 4;
}

/* line 332, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons.has-addons .button.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

/* line 335, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons.is-centered {
  justify-content: center;
}

/* line 338, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

/* line 341, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons.is-right {
  justify-content: flex-end;
}

/* line 344, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

@media screen and (max-width: 768px) {
  /* line 352, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
  .button.is-responsive.is-small {
    font-size: 0.5625rem;
  }
  /* line 355, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
  .button.is-responsive,
.button.is-responsive.is-normal {
    font-size: 0.65625rem;
  }
  /* line 352, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
  .button.is-responsive.is-medium {
    font-size: 0.75rem;
  }
  /* line 352, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
  .button.is-responsive.is-large {
    font-size: 1rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 352, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
  .button.is-responsive.is-small {
    font-size: 0.65625rem;
  }
  /* line 355, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
  .button.is-responsive,
.button.is-responsive.is-normal {
    font-size: 0.75rem;
  }
  /* line 352, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
  .button.is-responsive.is-medium {
    font-size: 1rem;
  }
  /* line 352, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/button.sass */
  .button.is-responsive.is-large {
    font-size: 1.25rem;
  }
}

/* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/container.sass */
.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}

/* line 11, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/container.sass */
.container.is-fluid {
  max-width: none !important;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  /* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/container.sass */
  .container {
    max-width: 960px;
  }
}

@media screen and (max-width: 1215px) {
  /* line 19, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/container.sass */
  .container.is-widescreen:not(.is-max-desktop) {
    max-width: 1152px;
  }
}

@media screen and (max-width: 1407px) {
  /* line 22, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/container.sass */
  .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
  }
}

@media screen and (min-width: 1216px) {
  /* line 25, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/container.sass */
  .container:not(.is-max-desktop) {
    max-width: 1152px;
  }
}

@media screen and (min-width: 1408px) {
  /* line 28, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/container.sass */
  .container:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
  }
}

/* line 28, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content li + li {
  margin-top: 0.25em;
}

/* line 38, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1em;
}

/* line 40, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #363636;
  font-weight: 600;
  line-height: 1.125;
}

/* line 49, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}

/* line 52, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content h1:not(:first-child) {
  margin-top: 1em;
}

/* line 54, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}

/* line 57, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content h2:not(:first-child) {
  margin-top: 1.1428em;
}

/* line 59, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}

/* line 62, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content h3:not(:first-child) {
  margin-top: 1.3333em;
}

/* line 64, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}

/* line 67, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}

/* line 70, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}

/* line 73, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content blockquote {
  background-color: whitesmoke;
  border-left: 5px solid #dbdbdb;
  padding: 1.25em 1.5em;
}

/* line 77, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em;
}

/* line 81, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content ol:not([type]) {
  list-style-type: decimal;
}

/* line 83, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content ol.is-lower-alpha:not([type]) {
  list-style-type: lower-alpha;
}

/* line 85, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content ol.is-lower-roman:not([type]) {
  list-style-type: lower-roman;
}

/* line 87, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content ol.is-upper-alpha:not([type]) {
  list-style-type: upper-alpha;
}

/* line 89, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content ol.is-upper-roman:not([type]) {
  list-style-type: upper-roman;
}

/* line 91, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}

/* line 95, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}

/* line 98, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content ul ul ul {
  list-style-type: square;
}

/* line 100, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content dd {
  margin-left: 2em;
}

/* line 102, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}

/* line 106, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content figure:not(:first-child) {
  margin-top: 2em;
}

/* line 108, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content figure:not(:last-child) {
  margin-bottom: 2em;
}

/* line 110, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content figure img {
  display: inline-block;
}

/* line 112, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content figure figcaption {
  font-style: italic;
}

/* line 114, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal;
}

/* line 120, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content sup,
.content sub {
  font-size: 75%;
}

/* line 123, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content table {
  width: 100%;
}

/* line 125, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content table td,
.content table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

/* line 131, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content table th {
  color: #363636;
}

/* line 133, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content table th:not([align]) {
  text-align: inherit;
}

/* line 136, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: #363636;
}

/* line 141, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}

/* line 148, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
  border-bottom-width: 0;
}

/* line 152, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content .tabs li + li {
  margin-top: 0;
}

/* line 155, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content.is-small {
  font-size: 0.75rem;
}

/* line 157, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content.is-normal {
  font-size: 1rem;
}

/* line 159, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content.is-medium {
  font-size: 1.25rem;
}

/* line 161, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/content.sass */
.content.is-large {
  font-size: 1.5rem;
}

/* line 7, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/icon.sass */
.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}

/* line 14, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/icon.sass */
.icon.is-small {
  height: 1rem;
  width: 1rem;
}

/* line 17, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/icon.sass */
.icon.is-medium {
  height: 2rem;
  width: 2rem;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/icon.sass */
.icon.is-large {
  height: 3rem;
  width: 3rem;
}

/* line 24, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/icon.sass */
.icon-text {
  align-items: flex-start;
  color: inherit;
  display: inline-flex;
  flex-wrap: wrap;
  line-height: 1.5rem;
  vertical-align: top;
}

/* line 31, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/icon.sass */
.icon-text .icon {
  flex-grow: 0;
  flex-shrink: 0;
}

/* line 34, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/icon.sass */
.icon-text .icon:not(:last-child) {
  margin-right: 0.25em;
}

/* line 39, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/icon.sass */
.icon-text .icon:not(:first-child) {
  margin-left: 0.25em;
}

/* line 45, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/icon.sass */
div.icon-text {
  display: flex;
}

/* line 5, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image {
  display: block;
  position: relative;
}

/* line 8, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image img {
  display: block;
  height: auto;
  width: 100%;
}

/* line 12, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image img.is-rounded {
  border-radius: 9999px;
}

/* line 14, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-fullwidth {
  width: 100%;
}

/* line 33, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio {
  height: 100%;
  width: 100%;
}

/* line 38, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-square, .image.is-1by1 {
  padding-top: 100%;
}

/* line 41, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-5by4 {
  padding-top: 80%;
}

/* line 43, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-4by3 {
  padding-top: 75%;
}

/* line 45, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-3by2 {
  padding-top: 66.6666%;
}

/* line 47, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-5by3 {
  padding-top: 60%;
}

/* line 49, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-16by9 {
  padding-top: 56.25%;
}

/* line 51, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-2by1 {
  padding-top: 50%;
}

/* line 53, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-3by1 {
  padding-top: 33.3333%;
}

/* line 55, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-4by5 {
  padding-top: 125%;
}

/* line 57, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-3by4 {
  padding-top: 133.3333%;
}

/* line 59, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-2by3 {
  padding-top: 150%;
}

/* line 61, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-3by5 {
  padding-top: 166.6666%;
}

/* line 63, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-9by16 {
  padding-top: 177.7777%;
}

/* line 65, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-1by2 {
  padding-top: 200%;
}

/* line 67, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-1by3 {
  padding-top: 300%;
}

/* line 71, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-16x16 {
  height: 16px;
  width: 16px;
}

/* line 71, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-24x24 {
  height: 24px;
  width: 24px;
}

/* line 71, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-32x32 {
  height: 32px;
  width: 32px;
}

/* line 71, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-48x48 {
  height: 48px;
  width: 48px;
}

/* line 71, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-64x64 {
  height: 64px;
  width: 64px;
}

/* line 71, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-96x96 {
  height: 96px;
  width: 96px;
}

/* line 71, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/image.sass */
.image.is-128x128 {
  height: 128px;
  width: 128px;
}

/* line 12, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification {
  background-color: whitesmoke;
  border-radius: 4px;
  position: relative;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
}

/* line 21, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification a:not(.button):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}

/* line 24, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification strong {
  color: currentColor;
}

/* line 26, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification code,
.notification pre {
  background: white;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification pre code {
  background: transparent;
}

/* line 31, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification > .delete {
  right: 0.5rem;
  position: absolute;
  top: 0.5rem;
}

/* line 35, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification .title,
.notification .subtitle,
.notification .content {
  color: currentColor;
}

/* line 43, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-white {
  background-color: white;
  color: #0a0a0a;
}

/* line 43, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-black {
  background-color: #0a0a0a;
  color: white;
}

/* line 43, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

/* line 43, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-dark {
  background-color: #363636;
  color: #fff;
}

/* line 43, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-primary {
  background-color: #00d1b2;
  color: #fff;
}

/* line 50, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-primary.is-light {
  background-color: #ebfffc;
  color: #00947e;
}

/* line 43, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-link {
  background-color: #485fc7;
  color: #fff;
}

/* line 50, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-link.is-light {
  background-color: #eff1fa;
  color: #3850b7;
}

/* line 43, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-info {
  background-color: #3e8ed0;
  color: #fff;
}

/* line 50, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-info.is-light {
  background-color: #eff5fb;
  color: #296fa8;
}

/* line 43, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-success {
  background-color: #48c78e;
  color: #fff;
}

/* line 50, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-success.is-light {
  background-color: #effaf5;
  color: #257953;
}

/* line 43, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-warning {
  background-color: #faac1c;
  color: #fff;
}

/* line 50, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-warning.is-light {
  background-color: #fff8eb;
  color: #915f03;
}

/* line 43, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-danger {
  background-color: #f14668;
  color: #fff;
}

/* line 50, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/notification.sass */
.notification.is-danger.is-light {
  background-color: #feecf0;
  color: #cc0f35;
}

/* line 11, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 9999px;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* line 22, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress::-webkit-progress-bar {
  background-color: #ededed;
}

/* line 24, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress::-webkit-progress-value {
  background-color: #4a4a4a;
}

/* line 26, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress::-moz-progress-bar {
  background-color: #4a4a4a;
}

/* line 28, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress::-ms-fill {
  background-color: #4a4a4a;
  border: none;
}

/* line 35, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-white::-webkit-progress-value {
  background-color: white;
}

/* line 37, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-white::-moz-progress-bar {
  background-color: white;
}

/* line 39, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-white::-ms-fill {
  background-color: white;
}

/* line 41, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-white:indeterminate {
  background-image: linear-gradient(to right, white 30%, #ededed 30%);
}

/* line 35, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-black::-webkit-progress-value {
  background-color: #0a0a0a;
}

/* line 37, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-black::-moz-progress-bar {
  background-color: #0a0a0a;
}

/* line 39, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-black::-ms-fill {
  background-color: #0a0a0a;
}

/* line 41, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-black:indeterminate {
  background-image: linear-gradient(to right, #0a0a0a 30%, #ededed 30%);
}

/* line 35, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-light::-webkit-progress-value {
  background-color: whitesmoke;
}

/* line 37, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-light::-moz-progress-bar {
  background-color: whitesmoke;
}

/* line 39, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-light::-ms-fill {
  background-color: whitesmoke;
}

/* line 41, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-light:indeterminate {
  background-image: linear-gradient(to right, whitesmoke 30%, #ededed 30%);
}

/* line 35, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-dark::-webkit-progress-value {
  background-color: #363636;
}

/* line 37, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-dark::-moz-progress-bar {
  background-color: #363636;
}

/* line 39, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-dark::-ms-fill {
  background-color: #363636;
}

/* line 41, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-dark:indeterminate {
  background-image: linear-gradient(to right, #363636 30%, #ededed 30%);
}

/* line 35, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-primary::-webkit-progress-value {
  background-color: #00d1b2;
}

/* line 37, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-primary::-moz-progress-bar {
  background-color: #00d1b2;
}

/* line 39, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-primary::-ms-fill {
  background-color: #00d1b2;
}

/* line 41, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-primary:indeterminate {
  background-image: linear-gradient(to right, #00d1b2 30%, #ededed 30%);
}

/* line 35, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-link::-webkit-progress-value {
  background-color: #485fc7;
}

/* line 37, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-link::-moz-progress-bar {
  background-color: #485fc7;
}

/* line 39, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-link::-ms-fill {
  background-color: #485fc7;
}

/* line 41, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-link:indeterminate {
  background-image: linear-gradient(to right, #485fc7 30%, #ededed 30%);
}

/* line 35, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-info::-webkit-progress-value {
  background-color: #3e8ed0;
}

/* line 37, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-info::-moz-progress-bar {
  background-color: #3e8ed0;
}

/* line 39, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-info::-ms-fill {
  background-color: #3e8ed0;
}

/* line 41, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-info:indeterminate {
  background-image: linear-gradient(to right, #3e8ed0 30%, #ededed 30%);
}

/* line 35, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-success::-webkit-progress-value {
  background-color: #48c78e;
}

/* line 37, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-success::-moz-progress-bar {
  background-color: #48c78e;
}

/* line 39, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-success::-ms-fill {
  background-color: #48c78e;
}

/* line 41, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-success:indeterminate {
  background-image: linear-gradient(to right, #48c78e 30%, #ededed 30%);
}

/* line 35, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-warning::-webkit-progress-value {
  background-color: #faac1c;
}

/* line 37, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-warning::-moz-progress-bar {
  background-color: #faac1c;
}

/* line 39, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-warning::-ms-fill {
  background-color: #faac1c;
}

/* line 41, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-warning:indeterminate {
  background-image: linear-gradient(to right, #faac1c 30%, #ededed 30%);
}

/* line 35, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-danger::-webkit-progress-value {
  background-color: #f14668;
}

/* line 37, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-danger::-moz-progress-bar {
  background-color: #f14668;
}

/* line 39, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-danger::-ms-fill {
  background-color: #f14668;
}

/* line 41, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-danger:indeterminate {
  background-image: linear-gradient(to right, #f14668 30%, #ededed 30%);
}

/* line 44, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress:indeterminate {
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: moveIndeterminate;
  animation-timing-function: linear;
  background-color: #ededed;
  background-image: linear-gradient(to right, #4a4a4a 30%, #ededed 30%);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 150% 150%;
}

/* line 54, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress:indeterminate::-webkit-progress-bar {
  background-color: transparent;
}

/* line 56, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress:indeterminate::-moz-progress-bar {
  background-color: transparent;
}

/* line 58, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress:indeterminate::-ms-fill {
  animation-name: none;
}

/* line 62, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-small {
  height: 0.75rem;
}

/* line 64, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-medium {
  height: 1.25rem;
}

/* line 66, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/progress.sass */
.progress.is-large {
  height: 1.5rem;
}

@keyframes moveIndeterminate {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}

/* line 31, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table {
  background-color: white;
  color: #363636;
}

/* line 35, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td,
.table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

/* line 45, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-white,
.table th.is-white {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}

/* line 45, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-black,
.table th.is-black {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

/* line 45, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-light,
.table th.is-light {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

/* line 45, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-dark,
.table th.is-dark {
  background-color: #363636;
  border-color: #363636;
  color: #fff;
}

/* line 45, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-primary,
.table th.is-primary {
  background-color: #00d1b2;
  border-color: #00d1b2;
  color: #fff;
}

/* line 45, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-link,
.table th.is-link {
  background-color: #485fc7;
  border-color: #485fc7;
  color: #fff;
}

/* line 45, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-info,
.table th.is-info {
  background-color: #3e8ed0;
  border-color: #3e8ed0;
  color: #fff;
}

/* line 45, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-success,
.table th.is-success {
  background-color: #48c78e;
  border-color: #48c78e;
  color: #fff;
}

/* line 45, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-warning,
.table th.is-warning {
  background-color: #faac1c;
  border-color: #faac1c;
  color: #fff;
}

/* line 45, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-danger,
.table th.is-danger {
  background-color: #f14668;
  border-color: #f14668;
  color: #fff;
}

/* line 50, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-narrow,
.table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}

/* line 53, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-selected,
.table th.is-selected {
  background-color: #00d1b2;
  color: #fff;
}

/* line 56, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-selected a,
.table td.is-selected strong,
.table th.is-selected a,
.table th.is-selected strong {
  color: currentColor;
}

/* line 59, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table td.is-vcentered,
.table th.is-vcentered {
  vertical-align: middle;
}

/* line 61, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table th {
  color: #363636;
}

/* line 63, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table th:not([align]) {
  text-align: left;
}

/* line 66, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table tr.is-selected {
  background-color: #00d1b2;
  color: #fff;
}

/* line 69, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table tr.is-selected a,
.table tr.is-selected strong {
  color: currentColor;
}

/* line 72, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table tr.is-selected td,
.table tr.is-selected th {
  border-color: #fff;
  color: currentColor;
}

/* line 76, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table thead {
  background-color: transparent;
}

/* line 78, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table thead td,
.table thead th {
  border-width: 0 0 2px;
  color: #363636;
}

/* line 82, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table tfoot {
  background-color: transparent;
}

/* line 84, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}

/* line 88, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table tbody {
  background-color: transparent;
}

/* line 92, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 0;
}

/* line 97, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table.is-bordered td,
.table.is-bordered th {
  border-width: 1px;
}

/* line 102, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
  border-bottom-width: 1px;
}

/* line 105, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table.is-fullwidth {
  width: 100%;
}

/* line 110, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table.is-hoverable tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}

/* line 115, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}

/* line 117, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
  background-color: whitesmoke;
}

/* line 120, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table.is-narrow td,
.table.is-narrow th {
  padding: 0.25em 0.5em;
}

/* line 126, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: #fafafa;
}

/* line 129, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/table.sass */
.table-container {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow-y: hidden;
  max-width: 100%;
}

/* line 10, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 15, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tags .tag {
  margin-bottom: 0.5rem;
}

/* line 17, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tags .tag:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 19, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tags:last-child {
  margin-bottom: -0.5rem;
}

/* line 21, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tags:not(:last-child) {
  margin-bottom: 1rem;
}

/* line 25, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tags.are-medium .tag:not(.is-normal):not(.is-large) {
  font-size: 1rem;
}

/* line 28, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tags.are-large .tag:not(.is-normal):not(.is-medium) {
  font-size: 1.25rem;
}

/* line 30, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tags.is-centered {
  justify-content: center;
}

/* line 32, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tags.is-centered .tag {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

/* line 35, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tags.is-right {
  justify-content: flex-end;
}

/* line 38, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tags.is-right .tag:not(:first-child) {
  margin-left: 0.5rem;
}

/* line 40, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tags.is-right .tag:not(:last-child) {
  margin-right: 0;
}

/* line 43, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tags.has-addons .tag {
  margin-right: 0;
}

/* line 45, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tags.has-addons .tag:not(:first-child) {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 53, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tags.has-addons .tag:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 61, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body) {
  align-items: center;
  background-color: whitesmoke;
  border-radius: 4px;
  color: #4a4a4a;
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

/* line 74, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body) .delete {
  margin-left: 0.25rem;
  margin-right: -0.375rem;
}

/* line 81, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-white:not(body) {
  background-color: white;
  color: #0a0a0a;
}

/* line 81, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-black:not(body) {
  background-color: #0a0a0a;
  color: white;
}

/* line 81, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-light:not(body) {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

/* line 81, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-dark:not(body) {
  background-color: #363636;
  color: #fff;
}

/* line 81, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-primary:not(body) {
  background-color: #00d1b2;
  color: #fff;
}

/* line 88, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-primary.is-light:not(body) {
  background-color: #ebfffc;
  color: #00947e;
}

/* line 81, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-link:not(body) {
  background-color: #485fc7;
  color: #fff;
}

/* line 88, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-link.is-light:not(body) {
  background-color: #eff1fa;
  color: #3850b7;
}

/* line 81, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-info:not(body) {
  background-color: #3e8ed0;
  color: #fff;
}

/* line 88, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-info.is-light:not(body) {
  background-color: #eff5fb;
  color: #296fa8;
}

/* line 81, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-success:not(body) {
  background-color: #48c78e;
  color: #fff;
}

/* line 88, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-success.is-light:not(body) {
  background-color: #effaf5;
  color: #257953;
}

/* line 81, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-warning:not(body) {
  background-color: #faac1c;
  color: #fff;
}

/* line 88, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-warning.is-light:not(body) {
  background-color: #fff8eb;
  color: #915f03;
}

/* line 81, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-danger:not(body) {
  background-color: #f14668;
  color: #fff;
}

/* line 88, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-danger.is-light:not(body) {
  background-color: #feecf0;
  color: #cc0f35;
}

/* line 92, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-normal:not(body) {
  font-size: 0.75rem;
}

/* line 94, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-medium:not(body) {
  font-size: 1rem;
}

/* line 96, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-large:not(body) {
  font-size: 1.25rem;
}

/* line 99, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}

/* line 102, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}

/* line 105, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}

/* line 109, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-delete:not(body) {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}

/* line 114, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-delete:not(body)::before, .tag.is-delete:not(body)::after {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}

/* line 124, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-delete:not(body)::before {
  height: 1px;
  width: 50%;
}

/* line 127, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-delete:not(body)::after {
  height: 50%;
  width: 1px;
}

/* line 130, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-delete:not(body):hover, .tag.is-delete:not(body):focus {
  background-color: #e8e8e8;
}

/* line 133, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-delete:not(body):active {
  background-color: #dbdbdb;
}

/* line 135, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
.tag.is-rounded:not(body) {
  border-radius: 9999px;
}

/* line 139, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/tag.sass */
a.tag:hover {
  text-decoration: underline;
}

/* line 22, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.title,
.subtitle {
  word-break: break-word;
}

/* line 26, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.title em,
.title span,
.subtitle em,
.subtitle span {
  font-weight: inherit;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.title sub,
.subtitle sub {
  font-size: 0.75em;
}

/* line 31, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.title sup,
.subtitle sup {
  font-size: 0.75em;
}

/* line 33, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.title .tag,
.subtitle .tag {
  vertical-align: middle;
}

/* line 36, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.title {
  color: #363636;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
}

/* line 43, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.title strong {
  color: inherit;
  font-weight: inherit;
}

/* line 46, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.title:not(.is-spaced) + .subtitle {
  margin-top: -1.25rem;
}

/* line 51, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.title.is-1 {
  font-size: 3rem;
}

/* line 51, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.title.is-2 {
  font-size: 2.5rem;
}

/* line 51, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.title.is-3 {
  font-size: 2rem;
}

/* line 51, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.title.is-4 {
  font-size: 1.5rem;
}

/* line 51, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.title.is-5 {
  font-size: 1.25rem;
}

/* line 51, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.title.is-6 {
  font-size: 1rem;
}

/* line 51, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.title.is-7 {
  font-size: 0.75rem;
}

/* line 54, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.subtitle {
  color: #4a4a4a;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}

/* line 61, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.subtitle strong {
  color: #363636;
  font-weight: 600;
}

/* line 64, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.subtitle:not(.is-spaced) + .title {
  margin-top: -1.25rem;
}

/* line 69, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.subtitle.is-1 {
  font-size: 3rem;
}

/* line 69, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.subtitle.is-2 {
  font-size: 2.5rem;
}

/* line 69, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.subtitle.is-3 {
  font-size: 2rem;
}

/* line 69, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.subtitle.is-4 {
  font-size: 1.5rem;
}

/* line 69, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.subtitle.is-5 {
  font-size: 1.25rem;
}

/* line 69, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.subtitle.is-6 {
  font-size: 1rem;
}

/* line 69, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/title.sass */
.subtitle.is-7 {
  font-size: 0.75rem;
}

/* line 9, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/other.sass */
.heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

/* line 19, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/elements/other.sass */
.number {
  align-items: center;
  background-color: whitesmoke;
  border-radius: 9999px;
  display: inline-flex;
  font-size: 1.25rem;
  height: 2em;
  justify-content: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: top;
}

/* Bulma Form */
/* line 59, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/shared.sass */
.select select, .textarea, .input {
  background-color: white;
  border-color: #dbdbdb;
  border-radius: 4px;
  color: #363636;
}

/* line 73, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/../utilities/mixins.sass */
.select select::-moz-placeholder, .textarea::-moz-placeholder, .input::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

/* line 73, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/../utilities/mixins.sass */
.select select::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .input::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

/* line 73, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/../utilities/mixins.sass */
.select select:-moz-placeholder, .textarea:-moz-placeholder, .input:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

/* line 73, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/../utilities/mixins.sass */
.select select:-ms-input-placeholder, .textarea:-ms-input-placeholder, .input:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

/* line 41, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/shared.sass */
.select select:hover, .textarea:hover, .input:hover, .select select.is-hovered, .is-hovered.textarea, .is-hovered.input {
  border-color: #b5b5b5;
}

/* line 44, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/shared.sass */
.select select:focus, .textarea:focus, .input:focus, .select select.is-focused, .is-focused.textarea, .is-focused.input, .select select:active, .textarea:active, .input:active, .select select.is-active, .is-active.textarea, .is-active.input {
  border-color: #485fc7;
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}

/* line 50, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/shared.sass */
.select select[disabled], .textarea[disabled], .input[disabled], fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .textarea, fieldset[disabled] .input {
  background-color: whitesmoke;
  border-color: whitesmoke;
  box-shadow: none;
  color: #7a7a7a;
}

/* line 73, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/../utilities/mixins.sass */
.select select[disabled]::-moz-placeholder, .textarea[disabled]::-moz-placeholder, .input[disabled]::-moz-placeholder, fieldset[disabled] .select select::-moz-placeholder, .select fieldset[disabled] select::-moz-placeholder, fieldset[disabled] .textarea::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

/* line 73, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/../utilities/mixins.sass */
.select select[disabled]::-webkit-input-placeholder, .textarea[disabled]::-webkit-input-placeholder, .input[disabled]::-webkit-input-placeholder, fieldset[disabled] .select select::-webkit-input-placeholder, .select fieldset[disabled] select::-webkit-input-placeholder, fieldset[disabled] .textarea::-webkit-input-placeholder, fieldset[disabled] .input::-webkit-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

/* line 73, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/../utilities/mixins.sass */
.select select[disabled]:-moz-placeholder, .textarea[disabled]:-moz-placeholder, .input[disabled]:-moz-placeholder, fieldset[disabled] .select select:-moz-placeholder, .select fieldset[disabled] select:-moz-placeholder, fieldset[disabled] .textarea:-moz-placeholder, fieldset[disabled] .input:-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

/* line 73, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/../utilities/mixins.sass */
.select select[disabled]:-ms-input-placeholder, .textarea[disabled]:-ms-input-placeholder, .input[disabled]:-ms-input-placeholder, fieldset[disabled] .select select:-ms-input-placeholder, .select fieldset[disabled] select:-ms-input-placeholder, fieldset[disabled] .textarea:-ms-input-placeholder, fieldset[disabled] .input:-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

/* line 7, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.textarea, .input {
  box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
  max-width: 100%;
  width: 100%;
}

/* line 12, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.textarea[readonly], .input[readonly] {
  box-shadow: none;
}

/* line 17, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-white.textarea, .is-white.input {
  border-color: white;
}

/* line 19, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-white.textarea:focus, .is-white.input:focus, .is-white.is-focused.textarea, .is-white.is-focused.input, .is-white.textarea:active, .is-white.input:active, .is-white.is-active.textarea, .is-white.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

/* line 17, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-black.textarea, .is-black.input {
  border-color: #0a0a0a;
}

/* line 19, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-black.textarea:focus, .is-black.input:focus, .is-black.is-focused.textarea, .is-black.is-focused.input, .is-black.textarea:active, .is-black.input:active, .is-black.is-active.textarea, .is-black.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}

/* line 17, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-light.textarea, .is-light.input {
  border-color: whitesmoke;
}

/* line 19, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-light.textarea:focus, .is-light.input:focus, .is-light.is-focused.textarea, .is-light.is-focused.input, .is-light.textarea:active, .is-light.input:active, .is-light.is-active.textarea, .is-light.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

/* line 17, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-dark.textarea, .is-dark.input {
  border-color: #363636;
}

/* line 19, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-dark.textarea:focus, .is-dark.input:focus, .is-dark.is-focused.textarea, .is-dark.is-focused.input, .is-dark.textarea:active, .is-dark.input:active, .is-dark.is-active.textarea, .is-dark.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}

/* line 17, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-primary.textarea, .is-primary.input {
  border-color: #00d1b2;
}

/* line 19, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-primary.textarea:focus, .is-primary.input:focus, .is-primary.is-focused.textarea, .is-primary.is-focused.input, .is-primary.textarea:active, .is-primary.input:active, .is-primary.is-active.textarea, .is-primary.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}

/* line 17, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-link.textarea, .is-link.input {
  border-color: #485fc7;
}

/* line 19, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-link.textarea:focus, .is-link.input:focus, .is-link.is-focused.textarea, .is-link.is-focused.input, .is-link.textarea:active, .is-link.input:active, .is-link.is-active.textarea, .is-link.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}

/* line 17, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-info.textarea, .is-info.input {
  border-color: #3e8ed0;
}

/* line 19, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-info.textarea:focus, .is-info.input:focus, .is-info.is-focused.textarea, .is-info.is-focused.input, .is-info.textarea:active, .is-info.input:active, .is-info.is-active.textarea, .is-info.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
}

/* line 17, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-success.textarea, .is-success.input {
  border-color: #48c78e;
}

/* line 19, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-success.textarea:focus, .is-success.input:focus, .is-success.is-focused.textarea, .is-success.is-focused.input, .is-success.textarea:active, .is-success.input:active, .is-success.is-active.textarea, .is-success.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25);
}

/* line 17, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-warning.textarea, .is-warning.input {
  border-color: #faac1c;
}

/* line 19, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-warning.textarea:focus, .is-warning.input:focus, .is-warning.is-focused.textarea, .is-warning.is-focused.input, .is-warning.textarea:active, .is-warning.input:active, .is-warning.is-active.textarea, .is-warning.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(250, 172, 28, 0.25);
}

/* line 17, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-danger.textarea, .is-danger.input {
  border-color: #f14668;
}

/* line 19, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-danger.textarea:focus, .is-danger.input:focus, .is-danger.is-focused.textarea, .is-danger.is-focused.input, .is-danger.textarea:active, .is-danger.input:active, .is-danger.is-active.textarea, .is-danger.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}

/* line 25, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-small.textarea, .is-small.input {
  border-radius: 2px;
  font-size: 0.75rem;
}

/* line 27, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-medium.textarea, .is-medium.input {
  font-size: 1.25rem;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-large.textarea, .is-large.input {
  font-size: 1.5rem;
}

/* line 32, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-fullwidth.textarea, .is-fullwidth.input {
  display: block;
  width: 100%;
}

/* line 35, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.is-inline.textarea, .is-inline.input {
  display: inline;
  width: auto;
}

/* line 41, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.input.is-rounded {
  border-radius: 9999px;
  padding-left: calc(calc(0.75em - 1px) + 0.375em);
  padding-right: calc(calc(0.75em - 1px) + 0.375em);
}

/* line 45, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.input.is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 52, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: calc(0.75em - 1px);
  resize: vertical;
}

/* line 59, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.textarea:not([rows]) {
  max-height: 40em;
  min-height: 8em;
}

/* line 62, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.textarea[rows] {
  height: initial;
}

/* line 65, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/input-textarea.sass */
.textarea.has-fixed-size {
  resize: none;
}

/* line 1, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/checkbox-radio.sass */
.radio, .checkbox {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}

/* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/checkbox-radio.sass */
.radio input, .checkbox input {
  cursor: pointer;
}

/* line 8, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/checkbox-radio.sass */
.radio:hover, .checkbox:hover {
  color: #363636;
}

/* line 10, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/checkbox-radio.sass */
.radio[disabled], .checkbox[disabled], fieldset[disabled] .radio, fieldset[disabled] .checkbox,
.radio input[disabled],
.checkbox input[disabled] {
  color: #7a7a7a;
  cursor: not-allowed;
}

/* line 21, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/checkbox-radio.sass */
.radio + .radio {
  margin-left: 0.5em;
}

/* line 3, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}

/* line 8, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select:not(.is-multiple) {
  height: 2.5em;
}

/* line 11, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #485fc7;
  right: 1.125em;
  z-index: 4;
}

/* line 17, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-rounded select {
  border-radius: 9999px;
  padding-left: 1em;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}

/* line 27, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select select::-ms-expand {
  display: none;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select select[disabled]:hover, fieldset[disabled] .select select:hover {
  border-color: whitesmoke;
}

/* line 32, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select select:not([multiple]) {
  padding-right: 2.5em;
}

/* line 34, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select select[multiple] {
  height: auto;
  padding: 0;
}

/* line 37, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select select[multiple] option {
  padding: 0.5em 1em;
}

/* line 41, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select:not(.is-multiple):not(.is-loading):hover::after {
  border-color: #363636;
}

/* line 47, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-white:not(:hover)::after {
  border-color: white;
}

/* line 49, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-white select {
  border-color: white;
}

/* line 51, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-white select:hover, .select.is-white select.is-hovered {
  border-color: #f2f2f2;
}

/* line 54, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

/* line 47, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-black:not(:hover)::after {
  border-color: #0a0a0a;
}

/* line 49, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-black select {
  border-color: #0a0a0a;
}

/* line 51, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-black select:hover, .select.is-black select.is-hovered {
  border-color: black;
}

/* line 54, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}

/* line 47, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-light:not(:hover)::after {
  border-color: whitesmoke;
}

/* line 49, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-light select {
  border-color: whitesmoke;
}

/* line 51, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-light select:hover, .select.is-light select.is-hovered {
  border-color: #e8e8e8;
}

/* line 54, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

/* line 47, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-dark:not(:hover)::after {
  border-color: #363636;
}

/* line 49, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-dark select {
  border-color: #363636;
}

/* line 51, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-dark select:hover, .select.is-dark select.is-hovered {
  border-color: #292929;
}

/* line 54, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}

/* line 47, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-primary:not(:hover)::after {
  border-color: #00d1b2;
}

/* line 49, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-primary select {
  border-color: #00d1b2;
}

/* line 51, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-primary select:hover, .select.is-primary select.is-hovered {
  border-color: #00b89c;
}

/* line 54, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}

/* line 47, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-link:not(:hover)::after {
  border-color: #485fc7;
}

/* line 49, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-link select {
  border-color: #485fc7;
}

/* line 51, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-link select:hover, .select.is-link select.is-hovered {
  border-color: #3a51bb;
}

/* line 54, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}

/* line 47, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-info:not(:hover)::after {
  border-color: #3e8ed0;
}

/* line 49, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-info select {
  border-color: #3e8ed0;
}

/* line 51, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-info select:hover, .select.is-info select.is-hovered {
  border-color: #3082c5;
}

/* line 54, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
  box-shadow: 0 0 0 0.125em rgba(62, 142, 208, 0.25);
}

/* line 47, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-success:not(:hover)::after {
  border-color: #48c78e;
}

/* line 49, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-success select {
  border-color: #48c78e;
}

/* line 51, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-success select:hover, .select.is-success select.is-hovered {
  border-color: #3abb81;
}

/* line 54, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
  box-shadow: 0 0 0 0.125em rgba(72, 199, 142, 0.25);
}

/* line 47, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-warning:not(:hover)::after {
  border-color: #faac1c;
}

/* line 49, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-warning select {
  border-color: #faac1c;
}

/* line 51, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-warning select:hover, .select.is-warning select.is-hovered {
  border-color: #f7a205;
}

/* line 54, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
  box-shadow: 0 0 0 0.125em rgba(250, 172, 28, 0.25);
}

/* line 47, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-danger:not(:hover)::after {
  border-color: #f14668;
}

/* line 49, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-danger select {
  border-color: #f14668;
}

/* line 51, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-danger select:hover, .select.is-danger select.is-hovered {
  border-color: #ef2e55;
}

/* line 54, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
  box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}

/* line 60, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

/* line 62, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-medium {
  font-size: 1.25rem;
}

/* line 64, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-large {
  font-size: 1.5rem;
}

/* line 68, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-disabled::after {
  border-color: #7a7a7a !important;
  opacity: 0.5;
}

/* line 71, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-fullwidth {
  width: 100%;
}

/* line 73, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-fullwidth select {
  width: 100%;
}

/* line 76, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-loading::after {
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  transform: none;
}

/* line 83, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-loading.is-small:after {
  font-size: 0.75rem;
}

/* line 85, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-loading.is-medium:after {
  font-size: 1.25rem;
}

/* line 87, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/select.sass */
.select.is-loading.is-large:after {
  font-size: 1.5rem;
}

/* line 16, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
}

/* line 27, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-white .file-cta {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 33, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 39, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: #0a0a0a;
}

/* line 45, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 27, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-black .file-cta {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}

/* line 33, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
  background-color: #040404;
  border-color: transparent;
  color: white;
}

/* line 39, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
  color: white;
}

/* line 45, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
  background-color: black;
  border-color: transparent;
  color: white;
}

/* line 27, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-light .file-cta {
  background-color: whitesmoke;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 33, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
  background-color: #eeeeee;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 39, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

/* line 45, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
  background-color: #e8e8e8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 27, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-dark .file-cta {
  background-color: #363636;
  border-color: transparent;
  color: #fff;
}

/* line 33, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
  background-color: #2f2f2f;
  border-color: transparent;
  color: #fff;
}

/* line 39, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
  color: #fff;
}

/* line 45, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
  background-color: #292929;
  border-color: transparent;
  color: #fff;
}

/* line 27, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-primary .file-cta {
  background-color: #00d1b2;
  border-color: transparent;
  color: #fff;
}

/* line 33, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
  background-color: #00c4a7;
  border-color: transparent;
  color: #fff;
}

/* line 39, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(0, 209, 178, 0.25);
  color: #fff;
}

/* line 45, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
  background-color: #00b89c;
  border-color: transparent;
  color: #fff;
}

/* line 27, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-link .file-cta {
  background-color: #485fc7;
  border-color: transparent;
  color: #fff;
}

/* line 33, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
  background-color: #3e56c4;
  border-color: transparent;
  color: #fff;
}

/* line 39, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(72, 95, 199, 0.25);
  color: #fff;
}

/* line 45, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
  background-color: #3a51bb;
  border-color: transparent;
  color: #fff;
}

/* line 27, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-info .file-cta {
  background-color: #3e8ed0;
  border-color: transparent;
  color: #fff;
}

/* line 33, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
  background-color: #3488ce;
  border-color: transparent;
  color: #fff;
}

/* line 39, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(62, 142, 208, 0.25);
  color: #fff;
}

/* line 45, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
  background-color: #3082c5;
  border-color: transparent;
  color: #fff;
}

/* line 27, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-success .file-cta {
  background-color: #48c78e;
  border-color: transparent;
  color: #fff;
}

/* line 33, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
  background-color: #3ec487;
  border-color: transparent;
  color: #fff;
}

/* line 39, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(72, 199, 142, 0.25);
  color: #fff;
}

/* line 45, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
  background-color: #3abb81;
  border-color: transparent;
  color: #fff;
}

/* line 27, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-warning .file-cta {
  background-color: #faac1c;
  border-color: transparent;
  color: #fff;
}

/* line 33, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
  background-color: #faa710;
  border-color: transparent;
  color: #fff;
}

/* line 39, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(250, 172, 28, 0.25);
  color: #fff;
}

/* line 45, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
  background-color: #f7a205;
  border-color: transparent;
  color: #fff;
}

/* line 27, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-danger .file-cta {
  background-color: #f14668;
  border-color: transparent;
  color: #fff;
}

/* line 33, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
  background-color: #f03a5f;
  border-color: transparent;
  color: #fff;
}

/* line 39, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.25);
  color: #fff;
}

/* line 45, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
  background-color: #ef2e55;
  border-color: transparent;
  color: #fff;
}

/* line 50, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-small {
  font-size: 0.75rem;
}

/* line 52, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-normal {
  font-size: 1rem;
}

/* line 54, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-medium {
  font-size: 1.25rem;
}

/* line 57, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-medium .file-icon .fa {
  font-size: 21px;
}

/* line 59, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-large {
  font-size: 1.5rem;
}

/* line 62, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-large .file-icon .fa {
  font-size: 28px;
}

/* line 66, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 69, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 73, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.has-name.is-empty .file-cta {
  border-radius: 4px;
}

/* line 75, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.has-name.is-empty .file-name {
  display: none;
}

/* line 78, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-boxed .file-label {
  flex-direction: column;
}

/* line 80, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-boxed .file-cta {
  flex-direction: column;
  height: auto;
  padding: 1em 3em;
}

/* line 84, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-boxed .file-name {
  border-width: 0 1px 1px;
}

/* line 86, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em;
}

/* line 89, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-boxed .file-icon .fa {
  font-size: 21px;
}

/* line 92, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-boxed.is-small .file-icon .fa {
  font-size: 14px;
}

/* line 95, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-boxed.is-medium .file-icon .fa {
  font-size: 28px;
}

/* line 98, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-boxed.is-large .file-icon .fa {
  font-size: 35px;
}

/* line 101, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-boxed.has-name .file-cta {
  border-radius: 4px 4px 0 0;
}

/* line 103, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-boxed.has-name .file-name {
  border-radius: 0 0 4px 4px;
  border-width: 0 1px 1px;
}

/* line 106, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-centered {
  justify-content: center;
}

/* line 109, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-fullwidth .file-label {
  width: 100%;
}

/* line 111, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-fullwidth .file-name {
  flex-grow: 1;
  max-width: none;
}

/* line 114, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-right {
  justify-content: flex-end;
}

/* line 116, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-right .file-cta {
  border-radius: 0 4px 4px 0;
}

/* line 118, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file.is-right .file-name {
  border-radius: 4px 0 0 4px;
  border-width: 1px 0 1px 1px;
  order: -1;
}

/* line 123, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}

/* line 131, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file-label:hover .file-cta {
  background-color: #eeeeee;
  color: #363636;
}

/* line 134, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file-label:hover .file-name {
  border-color: #d5d5d5;
}

/* line 137, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file-label:active .file-cta {
  background-color: #e8e8e8;
  color: #363636;
}

/* line 140, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file-label:active .file-name {
  border-color: #cfcfcf;
}

/* line 143, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 152, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file-cta,
.file-name {
  border-color: #dbdbdb;
  border-radius: 4px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}

/* line 162, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file-cta {
  background-color: whitesmoke;
  color: #4a4a4a;
}

/* line 166, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file-name {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: inherit;
  text-overflow: ellipsis;
}

/* line 176, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}

/* line 183, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/file.sass */
.file-icon .fa {
  font-size: 14px;
}

/* line 8, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.label {
  color: #363636;
  display: block;
  font-size: 1rem;
  font-weight: 700;
}

/* line 13, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.label:not(:last-child) {
  margin-bottom: 0.5em;
}

/* line 16, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.label.is-small {
  font-size: 0.75rem;
}

/* line 18, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.label.is-medium {
  font-size: 1.25rem;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.label.is-large {
  font-size: 1.5rem;
}

/* line 23, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-white {
  color: white;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-black {
  color: #0a0a0a;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-light {
  color: whitesmoke;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-dark {
  color: #363636;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-primary {
  color: #00d1b2;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-link {
  color: #485fc7;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-info {
  color: #3e8ed0;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-success {
  color: #48c78e;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-warning {
  color: #faac1c;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.help.is-danger {
  color: #f14668;
}

/* line 35, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 38, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.has-addons {
  display: flex;
  justify-content: flex-start;
}

/* line 42, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.has-addons .control:not(:last-child) {
  margin-right: -1px;
}

/* line 45, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .select select {
  border-radius: 0;
}

/* line 50, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.has-addons .control:first-child:not(:only-child) .button,
.field.has-addons .control:first-child:not(:only-child) .input,
.field.has-addons .control:first-child:not(:only-child) .select select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 60, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.has-addons .control:last-child:not(:only-child) .button,
.field.has-addons .control:last-child:not(:only-child) .input,
.field.has-addons .control:last-child:not(:only-child) .select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 73, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .button.is-hovered:not([disabled]),
.field.has-addons .control .input:not([disabled]):hover,
.field.has-addons .control .input.is-hovered:not([disabled]),
.field.has-addons .control .select select:not([disabled]):hover,
.field.has-addons .control .select select.is-hovered:not([disabled]) {
  z-index: 2;
}

/* line 76, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button.is-focused:not([disabled]), .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button.is-active:not([disabled]),
.field.has-addons .control .input:not([disabled]):focus,
.field.has-addons .control .input.is-focused:not([disabled]),
.field.has-addons .control .input:not([disabled]):active,
.field.has-addons .control .input.is-active:not([disabled]),
.field.has-addons .control .select select:not([disabled]):focus,
.field.has-addons .control .select select.is-focused:not([disabled]),
.field.has-addons .control .select select:not([disabled]):active,
.field.has-addons .control .select select.is-active:not([disabled]) {
  z-index: 3;
}

/* line 81, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .button.is-focused:not([disabled]):hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button.is-active:not([disabled]):hover,
.field.has-addons .control .input:not([disabled]):focus:hover,
.field.has-addons .control .input.is-focused:not([disabled]):hover,
.field.has-addons .control .input:not([disabled]):active:hover,
.field.has-addons .control .input.is-active:not([disabled]):hover,
.field.has-addons .control .select select:not([disabled]):focus:hover,
.field.has-addons .control .select select.is-focused:not([disabled]):hover,
.field.has-addons .control .select select:not([disabled]):active:hover,
.field.has-addons .control .select select.is-active:not([disabled]):hover {
  z-index: 4;
}

/* line 83, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.has-addons .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

/* line 86, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.has-addons.has-addons-centered {
  justify-content: center;
}

/* line 88, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.has-addons.has-addons-right {
  justify-content: flex-end;
}

/* line 91, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.has-addons.has-addons-fullwidth .control {
  flex-grow: 1;
  flex-shrink: 0;
}

/* line 94, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.is-grouped {
  display: flex;
  justify-content: flex-start;
}

/* line 97, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.is-grouped > .control {
  flex-shrink: 0;
}

/* line 99, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}

/* line 102, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.is-grouped > .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

/* line 105, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.is-grouped.is-grouped-centered {
  justify-content: center;
}

/* line 107, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.is-grouped.is-grouped-right {
  justify-content: flex-end;
}

/* line 109, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.is-grouped.is-grouped-multiline {
  flex-wrap: wrap;
}

/* line 112, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 115, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}

/* line 117, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}

@media screen and (min-width: 769px), print {
  /* line 119, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
  .field.is-horizontal {
    display: flex;
  }
}

/* line 124, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field-label .label {
  font-size: inherit;
}

@media screen and (max-width: 768px) {
  /* line 123, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
  .field-label {
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 123, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
  .field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }
  /* line 134, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
  .field-label.is-small {
    font-size: 0.75rem;
    padding-top: 0.375em;
  }
  /* line 137, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
  .field-label.is-normal {
    padding-top: 0.375em;
  }
  /* line 139, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
  .field-label.is-medium {
    font-size: 1.25rem;
    padding-top: 0.375em;
  }
  /* line 142, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
  .field-label.is-large {
    font-size: 1.5rem;
    padding-top: 0.375em;
  }
}

/* line 147, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.field-body .field .field {
  margin-bottom: 0;
}

@media screen and (min-width: 769px), print {
  /* line 146, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
  .field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1;
  }
  /* line 154, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
  .field-body .field {
    margin-bottom: 0;
  }
  /* line 156, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
  .field-body > .field {
    flex-shrink: 1;
  }
  /* line 158, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
  .field-body > .field:not(.is-narrow) {
    flex-grow: 1;
  }
  /* line 160, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
  .field-body > .field:not(:last-child) {
    margin-right: 0.75rem;
  }
}

/* line 163, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: inherit;
}

/* line 175, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.control.has-icons-left .input:focus ~ .icon,
.control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon,
.control.has-icons-right .select:focus ~ .icon {
  color: #4a4a4a;
}

/* line 177, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.control.has-icons-left .input.is-small ~ .icon,
.control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon,
.control.has-icons-right .select.is-small ~ .icon {
  font-size: 0.75rem;
}

/* line 179, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.control.has-icons-left .input.is-medium ~ .icon,
.control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon,
.control.has-icons-right .select.is-medium ~ .icon {
  font-size: 1.25rem;
}

/* line 181, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.control.has-icons-left .input.is-large ~ .icon,
.control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon,
.control.has-icons-right .select.is-large ~ .icon {
  font-size: 1.5rem;
}

/* line 183, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.control.has-icons-left .icon, .control.has-icons-right .icon {
  color: #dbdbdb;
  height: 2.5em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.5em;
  z-index: 4;
}

/* line 192, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.control.has-icons-left .input,
.control.has-icons-left .select select {
  padding-left: 2.5em;
}

/* line 195, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.control.has-icons-left .icon.is-left {
  left: 0;
}

/* line 198, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.control.has-icons-right .input,
.control.has-icons-right .select select {
  padding-right: 2.5em;
}

/* line 201, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.control.has-icons-right .icon.is-right {
  right: 0;
}

/* line 204, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.control.is-loading::after {
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}

/* line 210, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.control.is-loading.is-small:after {
  font-size: 0.75rem;
}

/* line 212, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.control.is-loading.is-medium:after {
  font-size: 1.25rem;
}

/* line 214, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/form/tools.sass */
.control.is-loading.is-large:after {
  font-size: 1.5rem;
}

/* Bulma Components */
/* line 12, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb {
  font-size: 1rem;
  white-space: nowrap;
}

/* line 17, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb a {
  align-items: center;
  color: #485fc7;
  display: flex;
  justify-content: center;
  padding: 0 0.75em;
}

/* line 23, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb a:hover {
  color: #363636;
}

/* line 25, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb li {
  align-items: center;
  display: flex;
}

/* line 28, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb li:first-child a {
  padding-left: 0;
}

/* line 31, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb li.is-active a {
  color: #363636;
  cursor: default;
  pointer-events: none;
}

/* line 35, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb li + li::before {
  color: #b5b5b5;
  content: "\0002f";
}

/* line 38, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb ul,
.breadcrumb ol {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 45, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb .icon:first-child {
  margin-right: 0.5em;
}

/* line 47, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb .icon:last-child {
  margin-left: 0.5em;
}

/* line 51, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb.is-centered ol,
.breadcrumb.is-centered ul {
  justify-content: center;
}

/* line 55, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb.is-right ol,
.breadcrumb.is-right ul {
  justify-content: flex-end;
}

/* line 59, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb.is-small {
  font-size: 0.75rem;
}

/* line 61, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb.is-medium {
  font-size: 1.25rem;
}

/* line 63, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb.is-large {
  font-size: 1.5rem;
}

/* line 67, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb.has-arrow-separator li + li::before {
  content: "\02192";
}

/* line 70, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb.has-bullet-separator li + li::before {
  content: "\02022";
}

/* line 73, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb.has-dot-separator li + li::before {
  content: "\000b7";
}

/* line 76, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/breadcrumb.sass */
.breadcrumb.has-succeeds-separator li + li::before {
  content: "\0227B";
}

/* line 23, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/card.sass */
.card {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  color: #4a4a4a;
  max-width: 100%;
  position: relative;
}

/* line 32, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/card.sass */
.card-footer:first-child, .card-content:first-child, .card-header:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 35, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/card.sass */
.card-footer:last-child, .card-content:last-child, .card-header:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 39, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/card.sass */
.card-header {
  background-color: transparent;
  align-items: stretch;
  box-shadow: 0 0.125em 0.25em rgba(10, 10, 10, 0.1);
  display: flex;
}

/* line 46, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/card.sass */
.card-header-title {
  align-items: center;
  color: #363636;
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem 1rem;
}

/* line 53, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/card.sass */
.card-header-title.is-centered {
  justify-content: center;
}

/* line 56, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/card.sass */
.card-header-icon {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  color: currentColor;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  padding: 0;
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0.75rem 1rem;
}

/* line 64, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/card.sass */
.card-image {
  display: block;
  position: relative;
}

/* line 68, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/card.sass */
.card-image:first-child img {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 72, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/card.sass */
.card-image:last-child img {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 76, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/card.sass */
.card-content {
  background-color: transparent;
  padding: 1.5rem;
}

/* line 81, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/card.sass */
.card-footer {
  background-color: transparent;
  border-top: 1px solid #ededed;
  align-items: stretch;
  display: flex;
}

/* line 88, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/card.sass */
.card-footer-item {
  align-items: center;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  padding: 0.75rem;
}

/* line 96, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/card.sass */
.card-footer-item:not(:last-child) {
  border-right: 1px solid #ededed;
}

/* line 102, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/card.sass */
.card .media:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 22, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/dropdown.sass */
.dropdown {
  display: inline-flex;
  position: relative;
  vertical-align: top;
}

/* line 28, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/dropdown.sass */
.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
  display: block;
}

/* line 31, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/dropdown.sass */
.dropdown.is-right .dropdown-menu {
  left: auto;
  right: 0;
}

/* line 35, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/dropdown.sass */
.dropdown.is-up .dropdown-menu {
  bottom: 100%;
  padding-bottom: 4px;
  padding-top: initial;
  top: auto;
}

/* line 41, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/dropdown.sass */
.dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20;
}

/* line 50, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/dropdown.sass */
.dropdown-content {
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

/* line 57, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/dropdown.sass */
.dropdown-item {
  color: #4a4a4a;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
}

/* line 65, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/dropdown.sass */
a.dropdown-item,
button.dropdown-item {
  padding-right: 3rem;
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
}

/* line 71, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/dropdown.sass */
a.dropdown-item:hover,
button.dropdown-item:hover {
  background-color: whitesmoke;
  color: #0a0a0a;
}

/* line 74, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/dropdown.sass */
a.dropdown-item.is-active,
button.dropdown-item.is-active {
  background-color: #485fc7;
  color: #fff;
}

/* line 78, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/dropdown.sass */
.dropdown-divider {
  background-color: #ededed;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}

/* line 5, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
.level {
  align-items: center;
  justify-content: space-between;
}

/* line 9, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
.level code {
  border-radius: 4px;
}

/* line 11, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
.level img {
  display: inline-block;
  vertical-align: top;
}

/* line 15, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
.level.is-mobile {
  display: flex;
}

/* line 17, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
.level.is-mobile .level-left,
.level.is-mobile .level-right {
  display: flex;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
.level.is-mobile .level-left + .level-right {
  margin-top: 0;
}

/* line 23, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
.level.is-mobile .level-item:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}

/* line 26, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
.level.is-mobile .level-item:not(.is-narrow) {
  flex-grow: 1;
}

@media screen and (min-width: 769px), print {
  /* line 5, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
  .level {
    display: flex;
  }
  /* line 32, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
  .level > .level-item:not(.is-narrow) {
    flex-grow: 1;
  }
}

/* line 35, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
.level-item {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
}

/* line 42, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
.level-item .title,
.level-item .subtitle {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  /* line 47, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
  .level-item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

/* line 50, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
.level-left,
.level-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

/* line 57, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
  flex-grow: 1;
}

@media screen and (min-width: 769px), print {
  /* line 61, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
  .level-left .level-item:not(:last-child),
.level-right .level-item:not(:last-child) {
    margin-right: 0.75rem;
  }
}

/* line 64, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
.level-left {
  align-items: center;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  /* line 69, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
  .level-left + .level-right {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 64, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
  .level-left {
    display: flex;
  }
}

/* line 74, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
.level-right {
  align-items: center;
  justify-content: flex-end;
}

@media screen and (min-width: 769px), print {
  /* line 74, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/level.sass */
  .level-right {
    display: flex;
  }
}

/* line 12, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/media.sass */
.media {
  align-items: flex-start;
  display: flex;
  text-align: inherit;
}

/* line 16, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/media.sass */
.media .content:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 18, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/media.sass */
.media .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  display: flex;
  padding-top: 0.75rem;
}

/* line 22, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/media.sass */
.media .media .content:not(:last-child),
.media .media .control:not(:last-child) {
  margin-bottom: 0.5rem;
}

/* line 25, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/media.sass */
.media .media .media {
  padding-top: 0.5rem;
}

/* line 27, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/media.sass */
.media .media .media + .media {
  margin-top: 0.5rem;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/media.sass */
.media + .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  margin-top: 1rem;
  padding-top: 1rem;
}

/* line 35, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/media.sass */
.media.is-large + .media {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

/* line 39, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/media.sass */
.media-left,
.media-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

/* line 45, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/media.sass */
.media-left {
  margin-right: 1rem;
}

/* line 48, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/media.sass */
.media-right {
  margin-left: 1rem;
}

/* line 51, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/media.sass */
.media-content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: inherit;
}

@media screen and (max-width: 768px) {
  /* line 58, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/media.sass */
  .media-content {
    overflow-x: auto;
  }
}

/* line 21, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/menu.sass */
.menu {
  font-size: 1rem;
}

/* line 24, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/menu.sass */
.menu.is-small {
  font-size: 0.75rem;
}

/* line 26, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/menu.sass */
.menu.is-medium {
  font-size: 1.25rem;
}

/* line 28, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/menu.sass */
.menu.is-large {
  font-size: 1.5rem;
}

/* line 31, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/menu.sass */
.menu-list {
  line-height: 1.25;
}

/* line 33, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/menu.sass */
.menu-list a {
  border-radius: 2px;
  color: #4a4a4a;
  display: block;
  padding: 0.5em 0.75em;
}

/* line 38, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/menu.sass */
.menu-list a:hover {
  background-color: whitesmoke;
  color: #363636;
}

/* line 42, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/menu.sass */
.menu-list a.is-active {
  background-color: #485fc7;
  color: #fff;
}

/* line 46, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/menu.sass */
.menu-list li ul {
  border-left: 1px solid #dbdbdb;
  margin: 0.75em;
  padding-left: 0.75em;
}

/* line 51, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/menu.sass */
.menu-label {
  color: #7a7a7a;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* line 56, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/menu.sass */
.menu-label:not(:first-child) {
  margin-top: 1em;
}

/* line 58, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/menu.sass */
.menu-label:not(:last-child) {
  margin-bottom: 1em;
}

/* line 24, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message {
  background-color: whitesmoke;
  border-radius: 4px;
  font-size: 1rem;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message strong {
  color: currentColor;
}

/* line 31, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message a:not(.button):not(.tag):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}

/* line 35, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-small {
  font-size: 0.75rem;
}

/* line 37, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-medium {
  font-size: 1.25rem;
}

/* line 39, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-large {
  font-size: 1.5rem;
}

/* line 61, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-white {
  background-color: white;
}

/* line 63, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-white .message-header {
  background-color: white;
  color: #0a0a0a;
}

/* line 66, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-white .message-body {
  border-color: white;
}

/* line 61, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-black {
  background-color: #fafafa;
}

/* line 63, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-black .message-header {
  background-color: #0a0a0a;
  color: white;
}

/* line 66, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-black .message-body {
  border-color: #0a0a0a;
}

/* line 61, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-light {
  background-color: #fafafa;
}

/* line 63, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-light .message-header {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

/* line 66, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-light .message-body {
  border-color: whitesmoke;
}

/* line 61, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-dark {
  background-color: #fafafa;
}

/* line 63, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-dark .message-header {
  background-color: #363636;
  color: #fff;
}

/* line 66, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-dark .message-body {
  border-color: #363636;
}

/* line 61, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-primary {
  background-color: #ebfffc;
}

/* line 63, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-primary .message-header {
  background-color: #00d1b2;
  color: #fff;
}

/* line 66, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-primary .message-body {
  border-color: #00d1b2;
  color: #00947e;
}

/* line 61, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-link {
  background-color: #eff1fa;
}

/* line 63, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-link .message-header {
  background-color: #485fc7;
  color: #fff;
}

/* line 66, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-link .message-body {
  border-color: #485fc7;
  color: #3850b7;
}

/* line 61, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-info {
  background-color: #eff5fb;
}

/* line 63, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-info .message-header {
  background-color: #3e8ed0;
  color: #fff;
}

/* line 66, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-info .message-body {
  border-color: #3e8ed0;
  color: #296fa8;
}

/* line 61, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-success {
  background-color: #effaf5;
}

/* line 63, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-success .message-header {
  background-color: #48c78e;
  color: #fff;
}

/* line 66, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-success .message-body {
  border-color: #48c78e;
  color: #257953;
}

/* line 61, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-warning {
  background-color: #fff8eb;
}

/* line 63, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-warning .message-header {
  background-color: #faac1c;
  color: #fff;
}

/* line 66, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-warning .message-body {
  border-color: #faac1c;
  color: #915f03;
}

/* line 61, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-danger {
  background-color: #feecf0;
}

/* line 63, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-danger .message-header {
  background-color: #f14668;
  color: #fff;
}

/* line 66, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message.is-danger .message-body {
  border-color: #f14668;
  color: #cc0f35;
}

/* line 70, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message-header {
  align-items: center;
  background-color: #4a4a4a;
  border-radius: 4px 4px 0 0;
  color: #fff;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.25;
  padding: 0.75em 1em;
  position: relative;
}

/* line 81, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message-header .delete {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 0.75em;
}

/* line 85, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message-header + .message-body {
  border-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 90, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message-body {
  border-color: #dbdbdb;
  border-radius: 4px;
  border-style: solid;
  border-width: 0 0 0 4px;
  color: #4a4a4a;
  padding: 1.25em 1.5em;
}

/* line 97, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message-body code,
.message-body pre {
  background-color: white;
}

/* line 100, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/message.sass */
.message-body pre code {
  background-color: transparent;
}

/* line 35, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/modal.sass */
.modal {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40;
}

/* line 45, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/modal.sass */
.modal.is-active {
  display: flex;
}

/* line 48, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/modal.sass */
.modal-background {
  background-color: rgba(10, 10, 10, 0.86);
}

/* line 52, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/modal.sass */
.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 769px) {
  /* line 52, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/modal.sass */
  .modal-content,
.modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}

/* line 65, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/modal.sass */
.modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}

/* line 74, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/modal.sass */
.modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible;
}

/* line 81, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/modal.sass */
.modal-card-head,
.modal-card-foot {
  align-items: center;
  background-color: whitesmoke;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 20px;
  position: relative;
}

/* line 91, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/modal.sass */
.modal-card-head {
  border-bottom: 1px solid #dbdbdb;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 96, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/modal.sass */
.modal-card-title {
  color: #363636;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
}

/* line 103, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/modal.sass */
.modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid #dbdbdb;
}

/* line 108, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/modal.sass */
.modal-card-foot .button:not(:last-child) {
  margin-right: 0.5em;
}

/* line 111, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/modal.sass */
.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: white;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}

/* line 59, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar {
  background-color: white;
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
}

/* line 67, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-white {
  background-color: white;
  color: #0a0a0a;
}

/* line 71, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-white .navbar-brand > .navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
  color: #0a0a0a;
}

/* line 76, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-white .navbar-brand > a.navbar-item:focus, .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active,
.navbar.is-white .navbar-brand .navbar-link:focus,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #0a0a0a;
}

/* line 82, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-white .navbar-brand .navbar-link::after {
  border-color: #0a0a0a;
}

/* line 84, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-white .navbar-burger {
  color: #0a0a0a;
}

@media screen and (min-width: 768px) {
  /* line 89, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-white .navbar-start > .navbar-item,
.navbar.is-white .navbar-start .navbar-link,
.navbar.is-white .navbar-end > .navbar-item,
.navbar.is-white .navbar-end .navbar-link {
    color: #0a0a0a;
  }
  /* line 94, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-white .navbar-start > a.navbar-item:focus, .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active,
.navbar.is-white .navbar-start .navbar-link:focus,
.navbar.is-white .navbar-start .navbar-link:hover,
.navbar.is-white .navbar-start .navbar-link.is-active,
.navbar.is-white .navbar-end > a.navbar-item:focus,
.navbar.is-white .navbar-end > a.navbar-item:hover,
.navbar.is-white .navbar-end > a.navbar-item.is-active,
.navbar.is-white .navbar-end .navbar-link:focus,
.navbar.is-white .navbar-end .navbar-link:hover,
.navbar.is-white .navbar-end .navbar-link.is-active {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }
  /* line 100, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-white .navbar-start .navbar-link::after,
.navbar.is-white .navbar-end .navbar-link::after {
    border-color: #0a0a0a;
  }
  /* line 102, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }
  /* line 109, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: white;
    color: #0a0a0a;
  }
}

/* line 67, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-black {
  background-color: #0a0a0a;
  color: white;
}

/* line 71, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-black .navbar-brand > .navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
  color: white;
}

/* line 76, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-black .navbar-brand > a.navbar-item:focus, .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active,
.navbar.is-black .navbar-brand .navbar-link:focus,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand .navbar-link.is-active {
  background-color: black;
  color: white;
}

/* line 82, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-black .navbar-brand .navbar-link::after {
  border-color: white;
}

/* line 84, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-black .navbar-burger {
  color: white;
}

@media screen and (min-width: 768px) {
  /* line 89, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-black .navbar-start > .navbar-item,
.navbar.is-black .navbar-start .navbar-link,
.navbar.is-black .navbar-end > .navbar-item,
.navbar.is-black .navbar-end .navbar-link {
    color: white;
  }
  /* line 94, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-black .navbar-start > a.navbar-item:focus, .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active,
.navbar.is-black .navbar-start .navbar-link:focus,
.navbar.is-black .navbar-start .navbar-link:hover,
.navbar.is-black .navbar-start .navbar-link.is-active,
.navbar.is-black .navbar-end > a.navbar-item:focus,
.navbar.is-black .navbar-end > a.navbar-item:hover,
.navbar.is-black .navbar-end > a.navbar-item.is-active,
.navbar.is-black .navbar-end .navbar-link:focus,
.navbar.is-black .navbar-end .navbar-link:hover,
.navbar.is-black .navbar-end .navbar-link.is-active {
    background-color: black;
    color: white;
  }
  /* line 100, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-black .navbar-start .navbar-link::after,
.navbar.is-black .navbar-end .navbar-link::after {
    border-color: white;
  }
  /* line 102, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: black;
    color: white;
  }
  /* line 109, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: #0a0a0a;
    color: white;
  }
}

/* line 67, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

/* line 71, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-light .navbar-brand > .navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

/* line 76, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-light .navbar-brand > a.navbar-item:focus, .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
.navbar.is-light .navbar-brand .navbar-link:focus,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand .navbar-link.is-active {
  background-color: #e8e8e8;
  color: rgba(0, 0, 0, 0.7);
}

/* line 82, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-light .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}

/* line 84, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-light .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 768px) {
  /* line 89, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-light .navbar-start > .navbar-item,
.navbar.is-light .navbar-start .navbar-link,
.navbar.is-light .navbar-end > .navbar-item,
.navbar.is-light .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 94, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-light .navbar-start > a.navbar-item:focus, .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active,
.navbar.is-light .navbar-start .navbar-link:focus,
.navbar.is-light .navbar-start .navbar-link:hover,
.navbar.is-light .navbar-start .navbar-link.is-active,
.navbar.is-light .navbar-end > a.navbar-item:focus,
.navbar.is-light .navbar-end > a.navbar-item:hover,
.navbar.is-light .navbar-end > a.navbar-item.is-active,
.navbar.is-light .navbar-end .navbar-link:focus,
.navbar.is-light .navbar-end .navbar-link:hover,
.navbar.is-light .navbar-end .navbar-link.is-active {
    background-color: #e8e8e8;
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 100, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-light .navbar-start .navbar-link::after,
.navbar.is-light .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  /* line 102, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #e8e8e8;
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 109, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: rgba(0, 0, 0, 0.7);
  }
}

/* line 67, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-dark {
  background-color: #363636;
  color: #fff;
}

/* line 71, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-dark .navbar-brand > .navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
  color: #fff;
}

/* line 76, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-dark .navbar-brand > a.navbar-item:focus, .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
.navbar.is-dark .navbar-brand .navbar-link:focus,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand .navbar-link.is-active {
  background-color: #292929;
  color: #fff;
}

/* line 82, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-dark .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 84, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-dark .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 768px) {
  /* line 89, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-dark .navbar-start > .navbar-item,
.navbar.is-dark .navbar-start .navbar-link,
.navbar.is-dark .navbar-end > .navbar-item,
.navbar.is-dark .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 94, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-dark .navbar-start > a.navbar-item:focus, .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active,
.navbar.is-dark .navbar-start .navbar-link:focus,
.navbar.is-dark .navbar-start .navbar-link:hover,
.navbar.is-dark .navbar-start .navbar-link.is-active,
.navbar.is-dark .navbar-end > a.navbar-item:focus,
.navbar.is-dark .navbar-end > a.navbar-item:hover,
.navbar.is-dark .navbar-end > a.navbar-item.is-active,
.navbar.is-dark .navbar-end .navbar-link:focus,
.navbar.is-dark .navbar-end .navbar-link:hover,
.navbar.is-dark .navbar-end .navbar-link.is-active {
    background-color: #292929;
    color: #fff;
  }
  /* line 100, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-dark .navbar-start .navbar-link::after,
.navbar.is-dark .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #292929;
    color: #fff;
  }
  /* line 109, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: #363636;
    color: #fff;
  }
}

/* line 67, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-primary {
  background-color: #00d1b2;
  color: #fff;
}

/* line 71, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-primary .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
  color: #fff;
}

/* line 76, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-primary .navbar-brand > a.navbar-item:focus, .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
.navbar.is-primary .navbar-brand .navbar-link:focus,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active {
  background-color: #00b89c;
  color: #fff;
}

/* line 82, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-primary .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 84, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-primary .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 768px) {
  /* line 89, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-primary .navbar-start > .navbar-item,
.navbar.is-primary .navbar-start .navbar-link,
.navbar.is-primary .navbar-end > .navbar-item,
.navbar.is-primary .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 94, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-primary .navbar-start > a.navbar-item:focus, .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active,
.navbar.is-primary .navbar-start .navbar-link:focus,
.navbar.is-primary .navbar-start .navbar-link:hover,
.navbar.is-primary .navbar-start .navbar-link.is-active,
.navbar.is-primary .navbar-end > a.navbar-item:focus,
.navbar.is-primary .navbar-end > a.navbar-item:hover,
.navbar.is-primary .navbar-end > a.navbar-item.is-active,
.navbar.is-primary .navbar-end .navbar-link:focus,
.navbar.is-primary .navbar-end .navbar-link:hover,
.navbar.is-primary .navbar-end .navbar-link.is-active {
    background-color: #00b89c;
    color: #fff;
  }
  /* line 100, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-primary .navbar-start .navbar-link::after,
.navbar.is-primary .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #00b89c;
    color: #fff;
  }
  /* line 109, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: #00d1b2;
    color: #fff;
  }
}

/* line 67, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-link {
  background-color: #485fc7;
  color: #fff;
}

/* line 71, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-link .navbar-brand > .navbar-item,
.navbar.is-link .navbar-brand .navbar-link {
  color: #fff;
}

/* line 76, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-link .navbar-brand > a.navbar-item:focus, .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active,
.navbar.is-link .navbar-brand .navbar-link:focus,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand .navbar-link.is-active {
  background-color: #3a51bb;
  color: #fff;
}

/* line 82, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-link .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 84, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-link .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 768px) {
  /* line 89, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-link .navbar-start > .navbar-item,
.navbar.is-link .navbar-start .navbar-link,
.navbar.is-link .navbar-end > .navbar-item,
.navbar.is-link .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 94, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-link .navbar-start > a.navbar-item:focus, .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active,
.navbar.is-link .navbar-start .navbar-link:focus,
.navbar.is-link .navbar-start .navbar-link:hover,
.navbar.is-link .navbar-start .navbar-link.is-active,
.navbar.is-link .navbar-end > a.navbar-item:focus,
.navbar.is-link .navbar-end > a.navbar-item:hover,
.navbar.is-link .navbar-end > a.navbar-item.is-active,
.navbar.is-link .navbar-end .navbar-link:focus,
.navbar.is-link .navbar-end .navbar-link:hover,
.navbar.is-link .navbar-end .navbar-link.is-active {
    background-color: #3a51bb;
    color: #fff;
  }
  /* line 100, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-link .navbar-start .navbar-link::after,
.navbar.is-link .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #3a51bb;
    color: #fff;
  }
  /* line 109, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: #485fc7;
    color: #fff;
  }
}

/* line 67, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-info {
  background-color: #3e8ed0;
  color: #fff;
}

/* line 71, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-info .navbar-brand > .navbar-item,
.navbar.is-info .navbar-brand .navbar-link {
  color: #fff;
}

/* line 76, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-info .navbar-brand > a.navbar-item:focus, .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active,
.navbar.is-info .navbar-brand .navbar-link:focus,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active {
  background-color: #3082c5;
  color: #fff;
}

/* line 82, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-info .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 84, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-info .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 768px) {
  /* line 89, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-info .navbar-start > .navbar-item,
.navbar.is-info .navbar-start .navbar-link,
.navbar.is-info .navbar-end > .navbar-item,
.navbar.is-info .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 94, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-info .navbar-start > a.navbar-item:focus, .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active,
.navbar.is-info .navbar-start .navbar-link:focus,
.navbar.is-info .navbar-start .navbar-link:hover,
.navbar.is-info .navbar-start .navbar-link.is-active,
.navbar.is-info .navbar-end > a.navbar-item:focus,
.navbar.is-info .navbar-end > a.navbar-item:hover,
.navbar.is-info .navbar-end > a.navbar-item.is-active,
.navbar.is-info .navbar-end .navbar-link:focus,
.navbar.is-info .navbar-end .navbar-link:hover,
.navbar.is-info .navbar-end .navbar-link.is-active {
    background-color: #3082c5;
    color: #fff;
  }
  /* line 100, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-info .navbar-start .navbar-link::after,
.navbar.is-info .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #3082c5;
    color: #fff;
  }
  /* line 109, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: #3e8ed0;
    color: #fff;
  }
}

/* line 67, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-success {
  background-color: #48c78e;
  color: #fff;
}

/* line 71, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-success .navbar-brand > .navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
  color: #fff;
}

/* line 76, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-success .navbar-brand > a.navbar-item:focus, .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active,
.navbar.is-success .navbar-brand .navbar-link:focus,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand .navbar-link.is-active {
  background-color: #3abb81;
  color: #fff;
}

/* line 82, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-success .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 84, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-success .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 768px) {
  /* line 89, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-success .navbar-start > .navbar-item,
.navbar.is-success .navbar-start .navbar-link,
.navbar.is-success .navbar-end > .navbar-item,
.navbar.is-success .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 94, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-success .navbar-start > a.navbar-item:focus, .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active,
.navbar.is-success .navbar-start .navbar-link:focus,
.navbar.is-success .navbar-start .navbar-link:hover,
.navbar.is-success .navbar-start .navbar-link.is-active,
.navbar.is-success .navbar-end > a.navbar-item:focus,
.navbar.is-success .navbar-end > a.navbar-item:hover,
.navbar.is-success .navbar-end > a.navbar-item.is-active,
.navbar.is-success .navbar-end .navbar-link:focus,
.navbar.is-success .navbar-end .navbar-link:hover,
.navbar.is-success .navbar-end .navbar-link.is-active {
    background-color: #3abb81;
    color: #fff;
  }
  /* line 100, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-success .navbar-start .navbar-link::after,
.navbar.is-success .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #3abb81;
    color: #fff;
  }
  /* line 109, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: #48c78e;
    color: #fff;
  }
}

/* line 67, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-warning {
  background-color: #faac1c;
  color: #fff;
}

/* line 71, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-warning .navbar-brand > .navbar-item,
.navbar.is-warning .navbar-brand .navbar-link {
  color: #fff;
}

/* line 76, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-warning .navbar-brand > a.navbar-item:focus, .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active,
.navbar.is-warning .navbar-brand .navbar-link:focus,
.navbar.is-warning .navbar-brand .navbar-link:hover,
.navbar.is-warning .navbar-brand .navbar-link.is-active {
  background-color: #f7a205;
  color: #fff;
}

/* line 82, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-warning .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 84, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-warning .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 768px) {
  /* line 89, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-warning .navbar-start > .navbar-item,
.navbar.is-warning .navbar-start .navbar-link,
.navbar.is-warning .navbar-end > .navbar-item,
.navbar.is-warning .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 94, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-warning .navbar-start > a.navbar-item:focus, .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active,
.navbar.is-warning .navbar-start .navbar-link:focus,
.navbar.is-warning .navbar-start .navbar-link:hover,
.navbar.is-warning .navbar-start .navbar-link.is-active,
.navbar.is-warning .navbar-end > a.navbar-item:focus,
.navbar.is-warning .navbar-end > a.navbar-item:hover,
.navbar.is-warning .navbar-end > a.navbar-item.is-active,
.navbar.is-warning .navbar-end .navbar-link:focus,
.navbar.is-warning .navbar-end .navbar-link:hover,
.navbar.is-warning .navbar-end .navbar-link.is-active {
    background-color: #f7a205;
    color: #fff;
  }
  /* line 100, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-warning .navbar-start .navbar-link::after,
.navbar.is-warning .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #f7a205;
    color: #fff;
  }
  /* line 109, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: #faac1c;
    color: #fff;
  }
}

/* line 67, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-danger {
  background-color: #f14668;
  color: #fff;
}

/* line 71, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-danger .navbar-brand > .navbar-item,
.navbar.is-danger .navbar-brand .navbar-link {
  color: #fff;
}

/* line 76, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-danger .navbar-brand > a.navbar-item:focus, .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active,
.navbar.is-danger .navbar-brand .navbar-link:focus,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand .navbar-link.is-active {
  background-color: #ef2e55;
  color: #fff;
}

/* line 82, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-danger .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 84, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-danger .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 768px) {
  /* line 89, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-danger .navbar-start > .navbar-item,
.navbar.is-danger .navbar-start .navbar-link,
.navbar.is-danger .navbar-end > .navbar-item,
.navbar.is-danger .navbar-end .navbar-link {
    color: #fff;
  }
  /* line 94, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-danger .navbar-start > a.navbar-item:focus, .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active,
.navbar.is-danger .navbar-start .navbar-link:focus,
.navbar.is-danger .navbar-start .navbar-link:hover,
.navbar.is-danger .navbar-start .navbar-link.is-active,
.navbar.is-danger .navbar-end > a.navbar-item:focus,
.navbar.is-danger .navbar-end > a.navbar-item:hover,
.navbar.is-danger .navbar-end > a.navbar-item.is-active,
.navbar.is-danger .navbar-end .navbar-link:focus,
.navbar.is-danger .navbar-end .navbar-link:hover,
.navbar.is-danger .navbar-end .navbar-link.is-active {
    background-color: #ef2e55;
    color: #fff;
  }
  /* line 100, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-danger .navbar-start .navbar-link::after,
.navbar.is-danger .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 102, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ef2e55;
    color: #fff;
  }
  /* line 109, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: #f14668;
    color: #fff;
  }
}

/* line 112, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}

/* line 117, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.has-shadow {
  box-shadow: 0 2px 0 0 whitesmoke;
}

/* line 119, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-fixed-bottom, .navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}

/* line 122, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-fixed-bottom {
  bottom: 0;
}

/* line 124, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-fixed-bottom.has-shadow {
  box-shadow: 0 -2px 0 0 whitesmoke;
}

/* line 126, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar.is-fixed-top {
  top: 0;
}

/* line 131, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 3.25rem;
}

/* line 133, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 3.25rem;
}

/* line 136, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-brand,
.navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem;
}

/* line 145, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover {
  background-color: transparent;
}

/* line 149, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
}

/* line 155, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-burger {
  color: #4a4a4a;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto;
}

/* line 38, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/../utilities/mixins.sass */
.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color, opacity, transform;
  transition-timing-function: ease-out;
  width: 16px;
}

/* line 49, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/../utilities/mixins.sass */
.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}

/* line 51, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/../utilities/mixins.sass */
.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}

/* line 53, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/../utilities/mixins.sass */
.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}

/* line 55, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/../utilities/mixins.sass */
.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 60, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/../utilities/mixins.sass */
.navbar-burger.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

/* line 62, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/../utilities/mixins.sass */
.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}

/* line 64, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/../utilities/mixins.sass */
.navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

/* line 161, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-menu {
  display: none;
}

/* line 164, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-item,
.navbar-link {
  color: #4a4a4a;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}

/* line 172, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

/* line 176, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
a.navbar-item,
.navbar-link {
  cursor: pointer;
}

/* line 179, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
.navbar-link.is-active {
  background-color: #fafafa;
  color: #485fc7;
}

/* line 186, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-item {
  flex-grow: 0;
  flex-shrink: 0;
}

/* line 189, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-item img {
  max-height: 1.75rem;
}

/* line 191, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-item.has-dropdown {
  padding: 0;
}

/* line 193, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-item.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

/* line 196, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-item.is-tab {
  border-bottom: 1px solid transparent;
  min-height: 3.25rem;
  padding-bottom: calc(0.5rem - 1px);
}

/* line 200, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: #485fc7;
}

/* line 204, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: #485fc7;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #485fc7;
  padding-bottom: calc(0.5rem - 3px);
}

/* line 212, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-content {
  flex-grow: 1;
  flex-shrink: 1;
}

/* line 216, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em;
}

/* line 218, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-link:not(.is-arrowless)::after {
  border-color: #485fc7;
  margin-top: -0.375em;
  right: 1.125em;
}

/* line 224, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

/* line 228, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 232, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.navbar-divider {
  background-color: whitesmoke;
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0;
}

@media screen and (max-width: 767px) {
  /* line 240, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar > .container {
    display: block;
  }
  /* line 244, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-brand .navbar-item,
.navbar-tabs .navbar-item {
    align-items: center;
    display: flex;
  }
  /* line 248, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-link::after {
    display: none;
  }
  /* line 250, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-menu {
    background-color: white;
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0;
  }
  /* line 254, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-menu.is-active {
    display: block;
  }
  /* line 258, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  /* line 261, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-fixed-bottom-touch {
    bottom: 0;
  }
  /* line 263, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-fixed-bottom-touch.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  /* line 265, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-fixed-top-touch {
    top: 0;
  }
  /* line 269, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.25rem);
    overflow: auto;
  }
  /* line 275, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  html.has-navbar-fixed-top-touch,
body.has-navbar-fixed-top-touch {
    padding-top: 3.25rem;
  }
  /* line 277, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  html.has-navbar-fixed-bottom-touch,
body.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem;
  }
}

@media screen and (min-width: 768px) {
  /* line 281, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar,
.navbar-menu,
.navbar-start,
.navbar-end {
    align-items: stretch;
    display: flex;
  }
  /* line 287, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar {
    min-height: 3.25rem;
  }
  /* line 289, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-spaced {
    padding: 1rem 2rem;
  }
  /* line 291, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-spaced .navbar-start,
.navbar.is-spaced .navbar-end {
    align-items: center;
  }
  /* line 294, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-spaced a.navbar-item,
.navbar.is-spaced .navbar-link {
    border-radius: 4px;
  }
  /* line 300, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-transparent a.navbar-item:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
.navbar.is-transparent .navbar-link:focus,
.navbar.is-transparent .navbar-link:hover,
.navbar.is-transparent .navbar-link.is-active {
    background-color: transparent !important;
  }
  /* line 309, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
    background-color: transparent !important;
  }
  /* line 313, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }
  /* line 317, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #485fc7;
  }
  /* line 320, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-burger {
    display: none;
  }
  /* line 322, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-item,
.navbar-link {
    align-items: center;
    display: flex;
  }
  /* line 327, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-item.has-dropdown {
    align-items: stretch;
  }
  /* line 330, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-item.has-dropdown-up .navbar-link::after {
    transform: rotate(135deg) translate(0.25em, -0.25em);
  }
  /* line 332, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-item.has-dropdown-up .navbar-dropdown {
    border-bottom: 2px solid #dbdbdb;
    border-radius: 6px 6px 0 0;
    border-top: none;
    bottom: 100%;
    box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
    top: auto;
  }
  /* line 343, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block;
  }
  /* line 345, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  /* line 350, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
  }
  /* line 353, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-start {
    justify-content: flex-start;
    margin-right: auto;
  }
  /* line 356, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-end {
    justify-content: flex-end;
    margin-left: auto;
  }
  /* line 359, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-dropdown {
    background-color: white;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid #dbdbdb;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }
  /* line 372, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }
  /* line 375, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }
  /* line 377, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }
  /* line 381, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #485fc7;
  }
  /* line 384, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
    border-radius: 6px;
    border-top: none;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    display: block;
    opacity: 0;
    pointer-events: none;
    top: calc(100% + (-4px));
    transform: translateY(-5px);
    transition-duration: 86ms;
    transition-property: opacity, transform;
  }
  /* line 396, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-dropdown.is-right {
    left: auto;
    right: 0;
  }
  /* line 399, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-divider {
    display: block;
  }
  /* line 403, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar > .container .navbar-brand,
.container > .navbar .navbar-brand {
    margin-left: -0.75rem;
  }
  /* line 405, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar > .container .navbar-menu,
.container > .navbar .navbar-menu {
    margin-right: -0.75rem;
  }
  /* line 409, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }
  /* line 412, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-fixed-bottom-desktop {
    bottom: 0;
  }
  /* line 414, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-fixed-bottom-desktop.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  /* line 416, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar.is-fixed-top-desktop {
    top: 0;
  }
  /* line 420, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  html.has-navbar-fixed-top-desktop,
body.has-navbar-fixed-top-desktop {
    padding-top: 3.25rem;
  }
  /* line 422, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  html.has-navbar-fixed-bottom-desktop,
body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem;
  }
  /* line 424, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  html.has-spaced-navbar-fixed-top,
body.has-spaced-navbar-fixed-top {
    padding-top: 5.25rem;
  }
  /* line 426, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  html.has-spaced-navbar-fixed-bottom,
body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem;
  }
  /* line 431, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  a.navbar-item.is-active,
.navbar-link.is-active {
    color: #0a0a0a;
  }
  /* line 433, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  a.navbar-item.is-active:not(:focus):not(:hover),
.navbar-link.is-active:not(:focus):not(:hover) {
    background-color: transparent;
  }
  /* line 439, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
  .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #fafafa;
  }
}

/* line 445, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/navbar.sass */
.hero.is-fullheight-with-navbar {
  min-height: calc(100vh - 3.25rem);
}

/* line 38, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination {
  font-size: 1rem;
  margin: -0.25rem;
}

/* line 43, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination.is-small {
  font-size: 0.75rem;
}

/* line 45, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination.is-medium {
  font-size: 1.25rem;
}

/* line 47, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination.is-large {
  font-size: 1.5rem;
}

/* line 50, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination.is-rounded .pagination-previous,
.pagination.is-rounded .pagination-next {
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 9999px;
}

/* line 55, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination.is-rounded .pagination-link {
  border-radius: 9999px;
}

/* line 58, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination,
.pagination-list {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

/* line 65, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  font-size: 1em;
  justify-content: center;
  margin: 0.25rem;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: center;
}

/* line 78, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: #dbdbdb;
  color: #363636;
  min-width: 2.5em;
}

/* line 84, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
  border-color: #b5b5b5;
  color: #363636;
}

/* line 87, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
  border-color: #485fc7;
}

/* line 89, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination-previous:active,
.pagination-next:active,
.pagination-link:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
}

/* line 91, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination-previous[disabled], .pagination-previous.is-disabled,
.pagination-next[disabled],
.pagination-next.is-disabled,
.pagination-link[disabled],
.pagination-link.is-disabled {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  box-shadow: none;
  color: #7a7a7a;
  opacity: 0.5;
}

/* line 99, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination-previous,
.pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

/* line 106, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination-link.is-current {
  background-color: #485fc7;
  border-color: #485fc7;
  color: #fff;
}

/* line 111, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination-ellipsis {
  color: #b5b5b5;
  pointer-events: none;
}

/* line 115, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination-list {
  flex-wrap: wrap;
}

/* line 117, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
.pagination-list li {
  list-style: none;
}

@media screen and (max-width: 768px) {
  /* line 121, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination {
    flex-wrap: wrap;
  }
  /* line 123, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination-previous,
.pagination-next {
    flex-grow: 1;
    flex-shrink: 1;
  }
  /* line 128, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination-list li {
    flex-grow: 1;
    flex-shrink: 1;
  }
}

@media screen and (min-width: 769px), print {
  /* line 133, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination-list {
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    order: 1;
  }
  /* line 138, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
    margin-bottom: 0;
    margin-top: 0;
  }
  /* line 144, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination-previous {
    order: 2;
  }
  /* line 146, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination-next {
    order: 3;
  }
  /* line 148, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination {
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 0;
  }
  /* line 153, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination.is-centered .pagination-previous {
    order: 1;
  }
  /* line 155, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination.is-centered .pagination-list {
    justify-content: center;
    order: 2;
  }
  /* line 158, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination.is-centered .pagination-next {
    order: 3;
  }
  /* line 161, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination.is-right .pagination-previous {
    order: 1;
  }
  /* line 163, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination.is-right .pagination-next {
    order: 2;
  }
  /* line 165, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/pagination.sass */
  .pagination.is-right .pagination-list {
    justify-content: flex-end;
    order: 3;
  }
}

/* line 33, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel {
  border-radius: 6px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0px 0 1px rgba(10, 10, 10, 0.02);
  font-size: 1rem;
}

/* line 37, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 44, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-white .panel-heading {
  background-color: white;
  color: #0a0a0a;
}

/* line 47, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-white .panel-tabs a.is-active {
  border-bottom-color: white;
}

/* line 49, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-white .panel-block.is-active .panel-icon {
  color: white;
}

/* line 44, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-black .panel-heading {
  background-color: #0a0a0a;
  color: white;
}

/* line 47, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-black .panel-tabs a.is-active {
  border-bottom-color: #0a0a0a;
}

/* line 49, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-black .panel-block.is-active .panel-icon {
  color: #0a0a0a;
}

/* line 44, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-light .panel-heading {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

/* line 47, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-light .panel-tabs a.is-active {
  border-bottom-color: whitesmoke;
}

/* line 49, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-light .panel-block.is-active .panel-icon {
  color: whitesmoke;
}

/* line 44, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-dark .panel-heading {
  background-color: #363636;
  color: #fff;
}

/* line 47, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-dark .panel-tabs a.is-active {
  border-bottom-color: #363636;
}

/* line 49, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-dark .panel-block.is-active .panel-icon {
  color: #363636;
}

/* line 44, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-primary .panel-heading {
  background-color: #00d1b2;
  color: #fff;
}

/* line 47, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-primary .panel-tabs a.is-active {
  border-bottom-color: #00d1b2;
}

/* line 49, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-primary .panel-block.is-active .panel-icon {
  color: #00d1b2;
}

/* line 44, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-link .panel-heading {
  background-color: #485fc7;
  color: #fff;
}

/* line 47, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-link .panel-tabs a.is-active {
  border-bottom-color: #485fc7;
}

/* line 49, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-link .panel-block.is-active .panel-icon {
  color: #485fc7;
}

/* line 44, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-info .panel-heading {
  background-color: #3e8ed0;
  color: #fff;
}

/* line 47, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-info .panel-tabs a.is-active {
  border-bottom-color: #3e8ed0;
}

/* line 49, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-info .panel-block.is-active .panel-icon {
  color: #3e8ed0;
}

/* line 44, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-success .panel-heading {
  background-color: #48c78e;
  color: #fff;
}

/* line 47, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-success .panel-tabs a.is-active {
  border-bottom-color: #48c78e;
}

/* line 49, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-success .panel-block.is-active .panel-icon {
  color: #48c78e;
}

/* line 44, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-warning .panel-heading {
  background-color: #faac1c;
  color: #fff;
}

/* line 47, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-warning .panel-tabs a.is-active {
  border-bottom-color: #faac1c;
}

/* line 49, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-warning .panel-block.is-active .panel-icon {
  color: #faac1c;
}

/* line 44, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-danger .panel-heading {
  background-color: #f14668;
  color: #fff;
}

/* line 47, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-danger .panel-tabs a.is-active {
  border-bottom-color: #f14668;
}

/* line 49, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel.is-danger .panel-block.is-active .panel-icon {
  color: #f14668;
}

/* line 54, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-tabs:not(:last-child),
.panel-block:not(:last-child) {
  border-bottom: 1px solid #ededed;
}

/* line 57, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-heading {
  background-color: #ededed;
  border-radius: 6px 6px 0 0;
  color: #363636;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
  padding: 0.75em 1em;
}

/* line 66, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-tabs {
  align-items: flex-end;
  display: flex;
  font-size: 0.875em;
  justify-content: center;
}

/* line 71, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-tabs a {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: -1px;
  padding: 0.5em;
}

/* line 76, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-tabs a.is-active {
  border-bottom-color: #4a4a4a;
  color: #363636;
}

/* line 81, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-list a {
  color: #4a4a4a;
}

/* line 83, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-list a:hover {
  color: #485fc7;
}

/* line 86, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-block {
  align-items: center;
  color: #363636;
  display: flex;
  justify-content: flex-start;
  padding: 0.5em 0.75em;
}

/* line 92, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-block input[type="checkbox"] {
  margin-right: 0.75em;
}

/* line 94, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-block > .control {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}

/* line 98, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-block.is-wrapped {
  flex-wrap: wrap;
}

/* line 100, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-block.is-active {
  border-left-color: #485fc7;
  color: #363636;
}

/* line 103, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-block.is-active .panel-icon {
  color: #485fc7;
}

/* line 105, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-block:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 109, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
a.panel-block,
label.panel-block {
  cursor: pointer;
}

/* line 112, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
a.panel-block:hover,
label.panel-block:hover {
  background-color: whitesmoke;
}

/* line 115, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-icon {
  display: inline-block;
  font-size: 14px;
  height: 1em;
  line-height: 1em;
  text-align: center;
  vertical-align: top;
  width: 1em;
  color: #7a7a7a;
  margin-right: 0.75em;
}

/* line 119, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/panel.sass */
.panel-icon .fa {
  font-size: inherit;
  line-height: inherit;
}

/* line 31, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs {
  -webkit-overflow-scrolling: touch;
  align-items: stretch;
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}

/* line 42, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs a {
  align-items: center;
  border-bottom-color: #dbdbdb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #4a4a4a;
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
  padding: 0.5em 1em;
  vertical-align: top;
}

/* line 53, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs a:hover {
  border-bottom-color: #363636;
  color: #363636;
}

/* line 56, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs li {
  display: block;
}

/* line 59, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs li.is-active a {
  border-bottom-color: #485fc7;
  color: #485fc7;
}

/* line 62, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs ul {
  align-items: center;
  border-bottom-color: #dbdbdb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-start;
}

/* line 71, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs ul.is-left {
  padding-right: 0.75em;
}

/* line 73, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs ul.is-center {
  flex: none;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
}

/* line 78, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs ul.is-right {
  justify-content: flex-end;
  padding-left: 0.75em;
}

/* line 82, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs .icon:first-child {
  margin-right: 0.5em;
}

/* line 84, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs .icon:last-child {
  margin-left: 0.5em;
}

/* line 88, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-centered ul {
  justify-content: center;
}

/* line 91, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-right ul {
  justify-content: flex-end;
}

/* line 95, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-boxed a {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 101, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-boxed a:hover {
  background-color: whitesmoke;
  border-bottom-color: #dbdbdb;
}

/* line 106, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-boxed li.is-active a {
  background-color: white;
  border-color: #dbdbdb;
  border-bottom-color: transparent !important;
}

/* line 111, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-fullwidth li {
  flex-grow: 1;
  flex-shrink: 0;
}

/* line 115, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-toggle a {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative;
}

/* line 121, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-toggle a:hover {
  background-color: whitesmoke;
  border-color: #b5b5b5;
  z-index: 2;
}

/* line 126, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-toggle li + li {
  margin-left: -1px;
}

/* line 128, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-toggle li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 135, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-toggle li:last-child a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 143, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-toggle li.is-active a {
  background-color: #485fc7;
  border-color: #485fc7;
  color: #fff;
  z-index: 1;
}

/* line 148, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-toggle ul {
  border-bottom: none;
}

/* line 152, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-toggle.is-toggle-rounded li:first-child a {
  border-bottom-left-radius: 9999px;
  border-top-left-radius: 9999px;
  padding-left: 1.25em;
}

/* line 161, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-toggle.is-toggle-rounded li:last-child a {
  border-bottom-right-radius: 9999px;
  border-top-right-radius: 9999px;
  padding-right: 1.25em;
}

/* line 171, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-small {
  font-size: 0.75rem;
}

/* line 173, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-medium {
  font-size: 1.25rem;
}

/* line 175, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/components/tabs.sass */
.tabs.is-large {
  font-size: 1.5rem;
}

/* Bulma Grid */
/* line 5, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}

/* line 11, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-narrow {
  flex: none;
  width: unset;
}

/* line 14, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}

/* line 17, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}

/* line 23, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}

/* line 26, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}

/* line 32, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}

/* line 35, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}

/* line 38, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}

/* line 41, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}

/* line 44, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}

/* line 46, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}

/* line 48, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}

/* line 50, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}

/* line 52, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}

/* line 54, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}

/* line 56, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}

/* line 58, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}

/* line 60, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}

/* line 63, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-0 {
  flex: none;
  width: 0%;
}

/* line 66, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}

/* line 63, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.33333337%;
}

/* line 66, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333337%;
}

/* line 63, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.66666674%;
}

/* line 66, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66666674%;
}

/* line 63, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}

/* line 66, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}

/* line 63, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.33333337%;
}

/* line 66, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333337%;
}

/* line 63, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.66666674%;
}

/* line 66, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66666674%;
}

/* line 63, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}

/* line 66, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}

/* line 63, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.33333337%;
}

/* line 66, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333337%;
}

/* line 63, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.66666674%;
}

/* line 66, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66666674%;
}

/* line 63, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}

/* line 66, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}

/* line 63, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.33333337%;
}

/* line 66, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333337%;
}

/* line 63, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.66666674%;
}

/* line 66, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66666674%;
}

/* line 63, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}

/* line 66, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}

@media screen and (max-width: 768px) {
  /* line 69, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-narrow-mobile {
    flex: none;
    width: unset;
  }
  /* line 72, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  /* line 75, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  /* line 78, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  /* line 81, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  /* line 84, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  /* line 87, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  /* line 90, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  /* line 93, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  /* line 96, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  /* line 99, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  /* line 102, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  /* line 104, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  /* line 106, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  /* line 108, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  /* line 110, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  /* line 112, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  /* line 114, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  /* line 116, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  /* line 118, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  /* line 121, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-0-mobile {
    flex: none;
    width: 0%;
  }
  /* line 124, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-0-mobile {
    margin-left: 0%;
  }
  /* line 121, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-1-mobile {
    flex: none;
    width: 8.33333337%;
  }
  /* line 124, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-1-mobile {
    margin-left: 8.33333337%;
  }
  /* line 121, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-2-mobile {
    flex: none;
    width: 16.66666674%;
  }
  /* line 124, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-2-mobile {
    margin-left: 16.66666674%;
  }
  /* line 121, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  /* line 124, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  /* line 121, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-4-mobile {
    flex: none;
    width: 33.33333337%;
  }
  /* line 124, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-4-mobile {
    margin-left: 33.33333337%;
  }
  /* line 121, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-5-mobile {
    flex: none;
    width: 41.66666674%;
  }
  /* line 124, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-5-mobile {
    margin-left: 41.66666674%;
  }
  /* line 121, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  /* line 124, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  /* line 121, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-7-mobile {
    flex: none;
    width: 58.33333337%;
  }
  /* line 124, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-7-mobile {
    margin-left: 58.33333337%;
  }
  /* line 121, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-8-mobile {
    flex: none;
    width: 66.66666674%;
  }
  /* line 124, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-8-mobile {
    margin-left: 66.66666674%;
  }
  /* line 121, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  /* line 124, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  /* line 121, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-10-mobile {
    flex: none;
    width: 83.33333337%;
  }
  /* line 124, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-10-mobile {
    margin-left: 83.33333337%;
  }
  /* line 121, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-11-mobile {
    flex: none;
    width: 91.66666674%;
  }
  /* line 124, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-11-mobile {
    margin-left: 91.66666674%;
  }
  /* line 121, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  /* line 124, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}

@media screen and (min-width: 769px), print {
  /* line 127, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
    width: unset;
  }
  /* line 131, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  /* line 135, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  /* line 139, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  /* line 143, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-half, .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  /* line 147, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-third, .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  /* line 151, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  /* line 155, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  /* line 159, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  /* line 163, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  /* line 167, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  /* line 171, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  /* line 174, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  /* line 177, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  /* line 180, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  /* line 183, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  /* line 186, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  /* line 189, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  /* line 192, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  /* line 195, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  /* line 199, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-0, .column.is-0-tablet {
    flex: none;
    width: 0%;
  }
  /* line 202, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-0, .column.is-offset-0-tablet {
    margin-left: 0%;
  }
  /* line 199, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.33333337%;
  }
  /* line 202, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.33333337%;
  }
  /* line 199, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.66666674%;
  }
  /* line 202, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.66666674%;
  }
  /* line 199, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  /* line 202, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  /* line 199, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.33333337%;
  }
  /* line 202, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.33333337%;
  }
  /* line 199, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.66666674%;
  }
  /* line 202, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.66666674%;
  }
  /* line 199, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  /* line 202, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  /* line 199, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.33333337%;
  }
  /* line 202, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.33333337%;
  }
  /* line 199, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.66666674%;
  }
  /* line 202, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.66666674%;
  }
  /* line 199, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  /* line 202, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  /* line 199, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.33333337%;
  }
  /* line 202, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.33333337%;
  }
  /* line 199, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.66666674%;
  }
  /* line 202, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.66666674%;
  }
  /* line 199, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  /* line 202, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}

@media screen and (max-width: 1023px) {
  /* line 205, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-narrow-touch {
    flex: none;
    width: unset;
  }
  /* line 208, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  /* line 211, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  /* line 214, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  /* line 217, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  /* line 220, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  /* line 223, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  /* line 226, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  /* line 229, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  /* line 232, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  /* line 235, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  /* line 238, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  /* line 240, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  /* line 242, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  /* line 244, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  /* line 246, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  /* line 248, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  /* line 250, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  /* line 252, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  /* line 254, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  /* line 257, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-0-touch {
    flex: none;
    width: 0%;
  }
  /* line 260, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-0-touch {
    margin-left: 0%;
  }
  /* line 257, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-1-touch {
    flex: none;
    width: 8.33333337%;
  }
  /* line 260, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-1-touch {
    margin-left: 8.33333337%;
  }
  /* line 257, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-2-touch {
    flex: none;
    width: 16.66666674%;
  }
  /* line 260, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-2-touch {
    margin-left: 16.66666674%;
  }
  /* line 257, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  /* line 260, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  /* line 257, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-4-touch {
    flex: none;
    width: 33.33333337%;
  }
  /* line 260, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-4-touch {
    margin-left: 33.33333337%;
  }
  /* line 257, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-5-touch {
    flex: none;
    width: 41.66666674%;
  }
  /* line 260, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-5-touch {
    margin-left: 41.66666674%;
  }
  /* line 257, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  /* line 260, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  /* line 257, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-7-touch {
    flex: none;
    width: 58.33333337%;
  }
  /* line 260, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-7-touch {
    margin-left: 58.33333337%;
  }
  /* line 257, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-8-touch {
    flex: none;
    width: 66.66666674%;
  }
  /* line 260, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-8-touch {
    margin-left: 66.66666674%;
  }
  /* line 257, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  /* line 260, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  /* line 257, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-10-touch {
    flex: none;
    width: 83.33333337%;
  }
  /* line 260, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-10-touch {
    margin-left: 83.33333337%;
  }
  /* line 257, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-11-touch {
    flex: none;
    width: 91.66666674%;
  }
  /* line 260, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-11-touch {
    margin-left: 91.66666674%;
  }
  /* line 257, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  /* line 260, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1024px) {
  /* line 263, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-narrow-desktop {
    flex: none;
    width: unset;
  }
  /* line 266, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  /* line 269, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  /* line 272, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  /* line 275, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  /* line 278, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  /* line 281, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  /* line 284, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  /* line 287, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  /* line 290, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  /* line 293, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  /* line 296, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  /* line 298, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  /* line 300, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  /* line 302, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  /* line 304, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  /* line 306, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  /* line 308, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  /* line 310, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  /* line 312, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  /* line 315, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-0-desktop {
    flex: none;
    width: 0%;
  }
  /* line 318, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-0-desktop {
    margin-left: 0%;
  }
  /* line 315, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-1-desktop {
    flex: none;
    width: 8.33333337%;
  }
  /* line 318, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-1-desktop {
    margin-left: 8.33333337%;
  }
  /* line 315, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-2-desktop {
    flex: none;
    width: 16.66666674%;
  }
  /* line 318, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-2-desktop {
    margin-left: 16.66666674%;
  }
  /* line 315, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  /* line 318, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  /* line 315, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-4-desktop {
    flex: none;
    width: 33.33333337%;
  }
  /* line 318, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-4-desktop {
    margin-left: 33.33333337%;
  }
  /* line 315, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-5-desktop {
    flex: none;
    width: 41.66666674%;
  }
  /* line 318, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-5-desktop {
    margin-left: 41.66666674%;
  }
  /* line 315, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  /* line 318, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  /* line 315, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-7-desktop {
    flex: none;
    width: 58.33333337%;
  }
  /* line 318, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-7-desktop {
    margin-left: 58.33333337%;
  }
  /* line 315, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-8-desktop {
    flex: none;
    width: 66.66666674%;
  }
  /* line 318, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-8-desktop {
    margin-left: 66.66666674%;
  }
  /* line 315, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  /* line 318, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  /* line 315, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-10-desktop {
    flex: none;
    width: 83.33333337%;
  }
  /* line 318, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-10-desktop {
    margin-left: 83.33333337%;
  }
  /* line 315, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-11-desktop {
    flex: none;
    width: 91.66666674%;
  }
  /* line 318, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-11-desktop {
    margin-left: 91.66666674%;
  }
  /* line 315, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  /* line 318, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1216px) {
  /* line 321, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-narrow-widescreen {
    flex: none;
    width: unset;
  }
  /* line 324, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  /* line 327, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  /* line 330, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  /* line 333, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }
  /* line 336, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  /* line 339, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  /* line 342, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  /* line 345, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  /* line 348, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  /* line 351, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  /* line 354, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  /* line 356, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  /* line 358, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  /* line 360, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  /* line 362, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  /* line 364, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  /* line 366, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  /* line 368, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  /* line 370, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  /* line 373, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-0-widescreen {
    flex: none;
    width: 0%;
  }
  /* line 376, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }
  /* line 373, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-1-widescreen {
    flex: none;
    width: 8.33333337%;
  }
  /* line 376, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-1-widescreen {
    margin-left: 8.33333337%;
  }
  /* line 373, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-2-widescreen {
    flex: none;
    width: 16.66666674%;
  }
  /* line 376, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-2-widescreen {
    margin-left: 16.66666674%;
  }
  /* line 373, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  /* line 376, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  /* line 373, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-4-widescreen {
    flex: none;
    width: 33.33333337%;
  }
  /* line 376, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-4-widescreen {
    margin-left: 33.33333337%;
  }
  /* line 373, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-5-widescreen {
    flex: none;
    width: 41.66666674%;
  }
  /* line 376, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-5-widescreen {
    margin-left: 41.66666674%;
  }
  /* line 373, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  /* line 376, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  /* line 373, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-7-widescreen {
    flex: none;
    width: 58.33333337%;
  }
  /* line 376, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-7-widescreen {
    margin-left: 58.33333337%;
  }
  /* line 373, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-8-widescreen {
    flex: none;
    width: 66.66666674%;
  }
  /* line 376, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-8-widescreen {
    margin-left: 66.66666674%;
  }
  /* line 373, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  /* line 376, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  /* line 373, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-10-widescreen {
    flex: none;
    width: 83.33333337%;
  }
  /* line 376, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-10-widescreen {
    margin-left: 83.33333337%;
  }
  /* line 373, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-11-widescreen {
    flex: none;
    width: 91.66666674%;
  }
  /* line 376, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-11-widescreen {
    margin-left: 91.66666674%;
  }
  /* line 373, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  /* line 376, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1408px) {
  /* line 379, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-narrow-fullhd {
    flex: none;
    width: unset;
  }
  /* line 382, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }
  /* line 385, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }
  /* line 388, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }
  /* line 391, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }
  /* line 394, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }
  /* line 397, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }
  /* line 400, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }
  /* line 403, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }
  /* line 406, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }
  /* line 409, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }
  /* line 412, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  /* line 414, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  /* line 416, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  /* line 418, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  /* line 420, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  /* line 422, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  /* line 424, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  /* line 426, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  /* line 428, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  /* line 431, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-0-fullhd {
    flex: none;
    width: 0%;
  }
  /* line 434, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }
  /* line 431, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-1-fullhd {
    flex: none;
    width: 8.33333337%;
  }
  /* line 434, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-1-fullhd {
    margin-left: 8.33333337%;
  }
  /* line 431, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-2-fullhd {
    flex: none;
    width: 16.66666674%;
  }
  /* line 434, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-2-fullhd {
    margin-left: 16.66666674%;
  }
  /* line 431, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  /* line 434, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  /* line 431, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-4-fullhd {
    flex: none;
    width: 33.33333337%;
  }
  /* line 434, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-4-fullhd {
    margin-left: 33.33333337%;
  }
  /* line 431, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-5-fullhd {
    flex: none;
    width: 41.66666674%;
  }
  /* line 434, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-5-fullhd {
    margin-left: 41.66666674%;
  }
  /* line 431, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  /* line 434, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  /* line 431, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-7-fullhd {
    flex: none;
    width: 58.33333337%;
  }
  /* line 434, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-7-fullhd {
    margin-left: 58.33333337%;
  }
  /* line 431, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-8-fullhd {
    flex: none;
    width: 66.66666674%;
  }
  /* line 434, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-8-fullhd {
    margin-left: 66.66666674%;
  }
  /* line 431, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  /* line 434, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  /* line 431, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-10-fullhd {
    flex: none;
    width: 83.33333337%;
  }
  /* line 434, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-10-fullhd {
    margin-left: 83.33333337%;
  }
  /* line 431, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-11-fullhd {
    flex: none;
    width: 91.66666674%;
  }
  /* line 434, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-11-fullhd {
    margin-left: 91.66666674%;
  }
  /* line 431, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }
  /* line 434, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

/* line 437, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

/* line 441, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns:last-child {
  margin-bottom: -0.75rem;
}

/* line 443, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}

/* line 446, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-centered {
  justify-content: center;
}

/* line 448, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

/* line 452, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}

/* line 455, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 457, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-gapless:last-child {
  margin-bottom: 0;
}

/* line 459, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-mobile {
  display: flex;
}

/* line 461, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-multiline {
  flex-wrap: wrap;
}

/* line 463, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-vcentered {
  align-items: center;
}

@media screen and (min-width: 769px), print {
  /* line 467, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns:not(.is-desktop) {
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  /* line 471, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-desktop {
    display: flex;
  }
}

/* line 475, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}

/* line 479, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-variable > .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}

/* line 483, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-variable.is-0 {
  --columnGap: 0rem;
}

@media screen and (max-width: 768px) {
  /* line 486, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 489, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 492, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 495, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 498, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 501, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 504, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 507, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 510, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}

/* line 483, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}

@media screen and (max-width: 768px) {
  /* line 486, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 489, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 492, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 495, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 498, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 501, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 504, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 507, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 510, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}

/* line 483, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}

@media screen and (max-width: 768px) {
  /* line 486, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 489, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 492, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 495, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 498, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 501, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 504, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 507, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 510, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}

/* line 483, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}

@media screen and (max-width: 768px) {
  /* line 486, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 489, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 492, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 495, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 498, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 501, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 504, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 507, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 510, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}

/* line 483, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-variable.is-4 {
  --columnGap: 1rem;
}

@media screen and (max-width: 768px) {
  /* line 486, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 489, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 492, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 495, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 498, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 501, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 504, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 507, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 510, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}

/* line 483, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}

@media screen and (max-width: 768px) {
  /* line 486, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 489, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 492, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 495, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 498, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 501, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 504, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 507, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 510, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}

/* line 483, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}

@media screen and (max-width: 768px) {
  /* line 486, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 489, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 492, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 495, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 498, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 501, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 504, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 507, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 510, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}

/* line 483, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}

@media screen and (max-width: 768px) {
  /* line 486, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 489, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 492, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 495, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 498, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 501, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 504, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 507, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 510, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}

/* line 483, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
.columns.is-variable.is-8 {
  --columnGap: 2rem;
}

@media screen and (max-width: 768px) {
  /* line 486, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 489, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 492, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 495, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 498, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 501, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 504, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 507, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 510, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/columns.sass */
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

/* line 5, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
.tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: min-content;
}

/* line 13, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

/* line 17, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}

/* line 19, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 21, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
.tile.is-child {
  margin: 0 !important;
}

/* line 23, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
.tile.is-parent {
  padding: 0.75rem;
}

/* line 25, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
.tile.is-vertical {
  flex-direction: column;
}

/* line 27, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}

@media screen and (min-width: 769px), print {
  /* line 31, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile:not(.is-child) {
    display: flex;
  }
  /* line 34, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-1 {
    flex: none;
    width: 8.33333337%;
  }
  /* line 34, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-2 {
    flex: none;
    width: 16.66666674%;
  }
  /* line 34, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-3 {
    flex: none;
    width: 25%;
  }
  /* line 34, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-4 {
    flex: none;
    width: 33.33333337%;
  }
  /* line 34, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-5 {
    flex: none;
    width: 41.66666674%;
  }
  /* line 34, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-6 {
    flex: none;
    width: 50%;
  }
  /* line 34, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-7 {
    flex: none;
    width: 58.33333337%;
  }
  /* line 34, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-8 {
    flex: none;
    width: 66.66666674%;
  }
  /* line 34, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-9 {
    flex: none;
    width: 75%;
  }
  /* line 34, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-10 {
    flex: none;
    width: 83.33333337%;
  }
  /* line 34, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-11 {
    flex: none;
    width: 91.66666674%;
  }
  /* line 34, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/grid/tiles.sass */
  .tile.is-12 {
    flex: none;
    width: 100%;
  }
}

/* Bulma Helpers */
/* line 5, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-white {
  color: white !important;
}

/* line 8, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-white:hover, a.has-text-white:focus {
  color: #e6e6e6 !important;
}

/* line 11, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-white {
  background-color: white !important;
}

/* line 5, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-black {
  color: #0a0a0a !important;
}

/* line 8, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-black:hover, a.has-text-black:focus {
  color: black !important;
}

/* line 11, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-black {
  background-color: #0a0a0a !important;
}

/* line 5, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-light {
  color: whitesmoke !important;
}

/* line 8, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-light:hover, a.has-text-light:focus {
  color: #dbdbdb !important;
}

/* line 11, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-light {
  background-color: whitesmoke !important;
}

/* line 5, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-dark {
  color: #363636 !important;
}

/* line 8, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-dark:hover, a.has-text-dark:focus {
  color: #1c1c1c !important;
}

/* line 11, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-dark {
  background-color: #363636 !important;
}

/* line 5, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-primary {
  color: #00d1b2 !important;
}

/* line 8, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-primary:hover, a.has-text-primary:focus {
  color: #009e86 !important;
}

/* line 11, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-primary {
  background-color: #00d1b2 !important;
}

/* line 17, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-primary-light {
  color: #ebfffc !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-primary-light:hover, a.has-text-primary-light:focus {
  color: #b8fff4 !important;
}

/* line 23, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-primary-light {
  background-color: #ebfffc !important;
}

/* line 26, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-primary-dark {
  color: #00947e !important;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-primary-dark:hover, a.has-text-primary-dark:focus {
  color: #00c7a9 !important;
}

/* line 32, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-primary-dark {
  background-color: #00947e !important;
}

/* line 5, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-link {
  color: #485fc7 !important;
}

/* line 8, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-link:hover, a.has-text-link:focus {
  color: #3449a8 !important;
}

/* line 11, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-link {
  background-color: #485fc7 !important;
}

/* line 17, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-link-light {
  color: #eff1fa !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-link-light:hover, a.has-text-link-light:focus {
  color: #c8cfee !important;
}

/* line 23, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-link-light {
  background-color: #eff1fa !important;
}

/* line 26, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-link-dark {
  color: #3850b7 !important;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-link-dark:hover, a.has-text-link-dark:focus {
  color: #576dcb !important;
}

/* line 32, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-link-dark {
  background-color: #3850b7 !important;
}

/* line 5, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-info {
  color: #3e8ed0 !important;
}

/* line 8, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-info:hover, a.has-text-info:focus {
  color: #2b74b1 !important;
}

/* line 11, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-info {
  background-color: #3e8ed0 !important;
}

/* line 17, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-info-light {
  color: #eff5fb !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-info-light:hover, a.has-text-info-light:focus {
  color: #c6ddf1 !important;
}

/* line 23, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-info-light {
  background-color: #eff5fb !important;
}

/* line 26, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-info-dark {
  color: #296fa8 !important;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-info-dark:hover, a.has-text-info-dark:focus {
  color: #368ace !important;
}

/* line 32, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-info-dark {
  background-color: #296fa8 !important;
}

/* line 5, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-success {
  color: #48c78e !important;
}

/* line 8, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-success:hover, a.has-text-success:focus {
  color: #34a873 !important;
}

/* line 11, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-success {
  background-color: #48c78e !important;
}

/* line 17, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-success-light {
  color: #effaf5 !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-success-light:hover, a.has-text-success-light:focus {
  color: #c8eedd !important;
}

/* line 23, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-success-light {
  background-color: #effaf5 !important;
}

/* line 26, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-success-dark {
  color: #257953 !important;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-success-dark:hover, a.has-text-success-dark:focus {
  color: #31a06e !important;
}

/* line 32, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-success-dark {
  background-color: #257953 !important;
}

/* line 5, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-warning {
  color: #faac1c !important;
}

/* line 8, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-warning:hover, a.has-text-warning:focus {
  color: #de9205 !important;
}

/* line 11, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-warning {
  background-color: #faac1c !important;
}

/* line 17, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-warning-light {
  color: #fff8eb !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-warning-light:hover, a.has-text-warning-light:focus {
  color: #fde5b9 !important;
}

/* line 23, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-warning-light {
  background-color: #fff8eb !important;
}

/* line 26, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-warning-dark {
  color: #915f03 !important;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-warning-dark:hover, a.has-text-warning-dark:focus {
  color: #c38004 !important;
}

/* line 32, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-warning-dark {
  background-color: #915f03 !important;
}

/* line 5, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-danger {
  color: #f14668 !important;
}

/* line 8, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-danger:hover, a.has-text-danger:focus {
  color: #ee1742 !important;
}

/* line 11, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-danger {
  background-color: #f14668 !important;
}

/* line 17, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-danger-light {
  color: #feecf0 !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-danger-light:hover, a.has-text-danger-light:focus {
  color: #fabdc9 !important;
}

/* line 23, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-danger-light {
  background-color: #feecf0 !important;
}

/* line 26, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-danger-dark {
  color: #cc0f35 !important;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
  color: #ee2049 !important;
}

/* line 32, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-danger-dark {
  background-color: #cc0f35 !important;
}

/* line 36, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-black-bis {
  color: #121212 !important;
}

/* line 38, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-black-bis {
  background-color: #121212 !important;
}

/* line 36, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-black-ter {
  color: #242424 !important;
}

/* line 38, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-black-ter {
  background-color: #242424 !important;
}

/* line 36, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-grey-darker {
  color: #363636 !important;
}

/* line 38, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-grey-darker {
  background-color: #363636 !important;
}

/* line 36, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-grey-dark {
  color: #4a4a4a !important;
}

/* line 38, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-grey-dark {
  background-color: #4a4a4a !important;
}

/* line 36, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-grey {
  color: #7a7a7a !important;
}

/* line 38, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-grey {
  background-color: #7a7a7a !important;
}

/* line 36, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-grey-light {
  color: #b5b5b5 !important;
}

/* line 38, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-grey-light {
  background-color: #b5b5b5 !important;
}

/* line 36, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-grey-lighter {
  color: #dbdbdb !important;
}

/* line 38, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-grey-lighter {
  background-color: #dbdbdb !important;
}

/* line 36, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-white-ter {
  color: whitesmoke !important;
}

/* line 38, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-white-ter {
  background-color: whitesmoke !important;
}

/* line 36, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-text-white-bis {
  color: #fafafa !important;
}

/* line 38, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/color.sass */
.has-background-white-bis {
  background-color: #fafafa !important;
}

/* line 3, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-direction-row {
  flex-direction: row !important;
}

/* line 3, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-direction-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 3, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-direction-column {
  flex-direction: column !important;
}

/* line 3, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-direction-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 8, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-wrap-nowrap {
  flex-wrap: nowrap !important;
}

/* line 8, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-wrap-wrap {
  flex-wrap: wrap !important;
}

/* line 8, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 13, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-justify-content-flex-start {
  justify-content: flex-start !important;
}

/* line 13, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-justify-content-flex-end {
  justify-content: flex-end !important;
}

/* line 13, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-justify-content-center {
  justify-content: center !important;
}

/* line 13, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-justify-content-space-between {
  justify-content: space-between !important;
}

/* line 13, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-justify-content-space-around {
  justify-content: space-around !important;
}

/* line 13, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-justify-content-space-evenly {
  justify-content: space-evenly !important;
}

/* line 13, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-justify-content-start {
  justify-content: start !important;
}

/* line 13, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-justify-content-end {
  justify-content: end !important;
}

/* line 13, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-justify-content-left {
  justify-content: left !important;
}

/* line 13, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-justify-content-right {
  justify-content: right !important;
}

/* line 18, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-content-flex-start {
  align-content: flex-start !important;
}

/* line 18, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-content-flex-end {
  align-content: flex-end !important;
}

/* line 18, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-content-center {
  align-content: center !important;
}

/* line 18, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-content-space-between {
  align-content: space-between !important;
}

/* line 18, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-content-space-around {
  align-content: space-around !important;
}

/* line 18, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-content-space-evenly {
  align-content: space-evenly !important;
}

/* line 18, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-content-stretch {
  align-content: stretch !important;
}

/* line 18, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-content-start {
  align-content: start !important;
}

/* line 18, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-content-end {
  align-content: end !important;
}

/* line 18, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-content-baseline {
  align-content: baseline !important;
}

/* line 23, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-items-stretch {
  align-items: stretch !important;
}

/* line 23, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-items-flex-start {
  align-items: flex-start !important;
}

/* line 23, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-items-flex-end {
  align-items: flex-end !important;
}

/* line 23, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-items-center {
  align-items: center !important;
}

/* line 23, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-items-baseline {
  align-items: baseline !important;
}

/* line 23, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-items-start {
  align-items: start !important;
}

/* line 23, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-items-end {
  align-items: end !important;
}

/* line 23, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-items-self-start {
  align-items: self-start !important;
}

/* line 23, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-items-self-end {
  align-items: self-end !important;
}

/* line 28, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-self-auto {
  align-self: auto !important;
}

/* line 28, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-self-flex-start {
  align-self: flex-start !important;
}

/* line 28, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-self-flex-end {
  align-self: flex-end !important;
}

/* line 28, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-self-center {
  align-self: center !important;
}

/* line 28, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-self-baseline {
  align-self: baseline !important;
}

/* line 28, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-align-self-stretch {
  align-self: stretch !important;
}

/* line 34, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 34, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 34, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-grow-2 {
  flex-grow: 2 !important;
}

/* line 34, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-grow-3 {
  flex-grow: 3 !important;
}

/* line 34, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-grow-4 {
  flex-grow: 4 !important;
}

/* line 34, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-grow-5 {
  flex-grow: 5 !important;
}

/* line 34, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 34, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 34, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-shrink-2 {
  flex-shrink: 2 !important;
}

/* line 34, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-shrink-3 {
  flex-shrink: 3 !important;
}

/* line 34, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-shrink-4 {
  flex-shrink: 4 !important;
}

/* line 34, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/flexbox.sass */
.is-flex-shrink-5 {
  flex-shrink: 5 !important;
}

/* line 4, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/../utilities/mixins.sass */
.is-clearfix::after {
  clear: both;
  content: " ";
  display: table;
}

/* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/float.sass */
.is-pulled-left {
  float: left !important;
}

/* line 9, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/float.sass */
.is-pulled-right {
  float: right !important;
}

/* line 3, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/other.sass */
.is-radiusless {
  border-radius: 0 !important;
}

/* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/other.sass */
.is-shadowless {
  box-shadow: none !important;
}

/* line 9, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/other.sass */
.is-clickable {
  cursor: pointer !important;
  pointer-events: all !important;
}

/* line 1, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/overflow.sass */
.is-clipped {
  overflow: hidden !important;
}

/* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/position.sass */
.is-relative {
  position: relative !important;
}

/* line 1, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.is-marginless {
  margin: 0 !important;
}

/* line 4, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.is-paddingless {
  padding: 0 !important;
}

/* line 16, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.m-0 {
  margin: 0 !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mt-0 {
  margin-top: 0 !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mr-0 {
  margin-right: 0 !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.ml-0 {
  margin-left: 0 !important;
}

/* line 24, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 16, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.m-1 {
  margin: 0.25rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mr-1 {
  margin-right: 0.25rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.ml-1 {
  margin-left: 0.25rem !important;
}

/* line 24, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 16, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.m-2 {
  margin: 0.5rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mr-2 {
  margin-right: 0.5rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.ml-2 {
  margin-left: 0.5rem !important;
}

/* line 24, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 16, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.m-3 {
  margin: 0.75rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mt-3 {
  margin-top: 0.75rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mr-3 {
  margin-right: 0.75rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mb-3 {
  margin-bottom: 0.75rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.ml-3 {
  margin-left: 0.75rem !important;
}

/* line 24, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

/* line 16, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.m-4 {
  margin: 1rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mt-4 {
  margin-top: 1rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mr-4 {
  margin-right: 1rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mb-4 {
  margin-bottom: 1rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.ml-4 {
  margin-left: 1rem !important;
}

/* line 24, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 16, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.m-5 {
  margin: 1.5rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mt-5 {
  margin-top: 1.5rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mr-5 {
  margin-right: 1.5rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mb-5 {
  margin-bottom: 1.5rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.ml-5 {
  margin-left: 1.5rem !important;
}

/* line 24, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mx-5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 16, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.m-6 {
  margin: 3rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mt-6 {
  margin-top: 3rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mr-6 {
  margin-right: 3rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mb-6 {
  margin-bottom: 3rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.ml-6 {
  margin-left: 3rem !important;
}

/* line 24, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 16, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.m-auto {
  margin: auto !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mt-auto {
  margin-top: auto !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mr-auto {
  margin-right: auto !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.ml-auto {
  margin-left: auto !important;
}

/* line 24, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 16, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.p-0 {
  padding: 0 !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pt-0 {
  padding-top: 0 !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pr-0 {
  padding-right: 0 !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pl-0 {
  padding-left: 0 !important;
}

/* line 24, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 16, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.p-1 {
  padding: 0.25rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pr-1 {
  padding-right: 0.25rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pl-1 {
  padding-left: 0.25rem !important;
}

/* line 24, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 16, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.p-2 {
  padding: 0.5rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pr-2 {
  padding-right: 0.5rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pl-2 {
  padding-left: 0.5rem !important;
}

/* line 24, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 16, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.p-3 {
  padding: 0.75rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pt-3 {
  padding-top: 0.75rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pr-3 {
  padding-right: 0.75rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pb-3 {
  padding-bottom: 0.75rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pl-3 {
  padding-left: 0.75rem !important;
}

/* line 24, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

/* line 16, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.p-4 {
  padding: 1rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pt-4 {
  padding-top: 1rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pr-4 {
  padding-right: 1rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pb-4 {
  padding-bottom: 1rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pl-4 {
  padding-left: 1rem !important;
}

/* line 24, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 16, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.p-5 {
  padding: 1.5rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pt-5 {
  padding-top: 1.5rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pr-5 {
  padding-right: 1.5rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pb-5 {
  padding-bottom: 1.5rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pl-5 {
  padding-left: 1.5rem !important;
}

/* line 24, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.px-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 16, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.p-6 {
  padding: 3rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pt-6 {
  padding-top: 3rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pr-6 {
  padding-right: 3rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pb-6 {
  padding-bottom: 3rem !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pl-6 {
  padding-left: 3rem !important;
}

/* line 24, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 16, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.p-auto {
  padding: auto !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pt-auto {
  padding-top: auto !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pr-auto {
  padding-right: auto !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pb-auto {
  padding-bottom: auto !important;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.pl-auto {
  padding-left: auto !important;
}

/* line 24, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/spacing.sass */
.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

/* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-size-1 {
  font-size: 3rem !important;
}

/* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-size-2 {
  font-size: 2.5rem !important;
}

/* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-size-3 {
  font-size: 2rem !important;
}

/* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-size-4 {
  font-size: 1.5rem !important;
}

/* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-size-5 {
  font-size: 1.25rem !important;
}

/* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-size-6 {
  font-size: 1rem !important;
}

/* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-size-7 {
  font-size: 0.75rem !important;
}

@media screen and (max-width: 768px) {
  /* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-1-mobile {
    font-size: 3rem !important;
  }
  /* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-2-mobile {
    font-size: 2.5rem !important;
  }
  /* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-3-mobile {
    font-size: 2rem !important;
  }
  /* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-4-mobile {
    font-size: 1.5rem !important;
  }
  /* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-5-mobile {
    font-size: 1.25rem !important;
  }
  /* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-6-mobile {
    font-size: 1rem !important;
  }
  /* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-7-mobile {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-1-tablet {
    font-size: 3rem !important;
  }
  /* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-2-tablet {
    font-size: 2.5rem !important;
  }
  /* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-3-tablet {
    font-size: 2rem !important;
  }
  /* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-4-tablet {
    font-size: 1.5rem !important;
  }
  /* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-5-tablet {
    font-size: 1.25rem !important;
  }
  /* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-6-tablet {
    font-size: 1rem !important;
  }
  /* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-7-tablet {
    font-size: 0.75rem !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-1-touch {
    font-size: 3rem !important;
  }
  /* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-2-touch {
    font-size: 2.5rem !important;
  }
  /* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-3-touch {
    font-size: 2rem !important;
  }
  /* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-4-touch {
    font-size: 1.5rem !important;
  }
  /* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-5-touch {
    font-size: 1.25rem !important;
  }
  /* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-6-touch {
    font-size: 1rem !important;
  }
  /* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-7-touch {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-1-desktop {
    font-size: 3rem !important;
  }
  /* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-2-desktop {
    font-size: 2.5rem !important;
  }
  /* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-3-desktop {
    font-size: 2rem !important;
  }
  /* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-4-desktop {
    font-size: 1.5rem !important;
  }
  /* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-5-desktop {
    font-size: 1.25rem !important;
  }
  /* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-6-desktop {
    font-size: 1rem !important;
  }
  /* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-7-desktop {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-1-widescreen {
    font-size: 3rem !important;
  }
  /* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-2-widescreen {
    font-size: 2.5rem !important;
  }
  /* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-3-widescreen {
    font-size: 2rem !important;
  }
  /* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-4-widescreen {
    font-size: 1.5rem !important;
  }
  /* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-5-widescreen {
    font-size: 1.25rem !important;
  }
  /* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-6-widescreen {
    font-size: 1rem !important;
  }
  /* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-7-widescreen {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-1-fullhd {
    font-size: 3rem !important;
  }
  /* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-2-fullhd {
    font-size: 2.5rem !important;
  }
  /* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-3-fullhd {
    font-size: 2rem !important;
  }
  /* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-4-fullhd {
    font-size: 1.5rem !important;
  }
  /* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-5-fullhd {
    font-size: 1.25rem !important;
  }
  /* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-6-fullhd {
    font-size: 1rem !important;
  }
  /* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .is-size-7-fullhd {
    font-size: 0.75rem !important;
  }
}

/* line 32, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.has-text-centered {
  text-align: center !important;
}

/* line 32, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.has-text-justified {
  text-align: justify !important;
}

/* line 32, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.has-text-left {
  text-align: left !important;
}

/* line 32, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.has-text-right {
  text-align: right !important;
}

@media screen and (max-width: 768px) {
  /* line 37, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-centered-mobile {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 40, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-centered-tablet {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 43, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 46, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-centered-touch {
    text-align: center !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 49, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-centered-desktop {
    text-align: center !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 52, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 55, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 58, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 61, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-centered-fullhd {
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  /* line 37, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 40, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 43, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 46, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-justified-touch {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 49, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 52, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 55, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 58, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 61, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-justified-fullhd {
    text-align: justify !important;
  }
}

@media screen and (max-width: 768px) {
  /* line 37, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-left-mobile {
    text-align: left !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 40, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-left-tablet {
    text-align: left !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 43, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 46, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-left-touch {
    text-align: left !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 49, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-left-desktop {
    text-align: left !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 52, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 55, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-left-widescreen {
    text-align: left !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 58, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-left-widescreen-only {
    text-align: left !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 61, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-left-fullhd {
    text-align: left !important;
  }
}

@media screen and (max-width: 768px) {
  /* line 37, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-right-mobile {
    text-align: right !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 40, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-right-tablet {
    text-align: right !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 43, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 46, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-right-touch {
    text-align: right !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 49, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-right-desktop {
    text-align: right !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 52, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 55, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-right-widescreen {
    text-align: right !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 58, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-right-widescreen-only {
    text-align: right !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 61, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
  .has-text-right-fullhd {
    text-align: right !important;
  }
}

/* line 64, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-capitalized {
  text-transform: capitalize !important;
}

/* line 67, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-lowercase {
  text-transform: lowercase !important;
}

/* line 70, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-uppercase {
  text-transform: uppercase !important;
}

/* line 73, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-italic {
  font-style: italic !important;
}

/* line 76, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-underlined {
  text-decoration: underline !important;
}

/* line 79, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.has-text-weight-light {
  font-weight: 300 !important;
}

/* line 81, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.has-text-weight-normal {
  font-weight: 400 !important;
}

/* line 83, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.has-text-weight-medium {
  font-weight: 500 !important;
}

/* line 85, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.has-text-weight-semibold {
  font-weight: 600 !important;
}

/* line 87, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.has-text-weight-bold {
  font-weight: 700 !important;
}

/* line 90, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-family-primary {
  font-family: "Lato", sans-serif !important;
}

/* line 93, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-family-secondary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

/* line 96, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-family-sans-serif {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

/* line 99, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-family-monospace {
  font-family: monospace !important;
}

/* line 102, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/typography.sass */
.is-family-code {
  font-family: monospace !important;
}

/* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
.is-block {
  display: block !important;
}

@media screen and (max-width: 768px) {
  /* line 9, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-block-mobile {
    display: block !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 12, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-block-tablet {
    display: block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 15, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-block-tablet-only {
    display: block !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 18, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-block-touch {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 21, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-block-desktop {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 24, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-block-desktop-only {
    display: block !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 27, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-block-widescreen {
    display: block !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 30, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-block-widescreen-only {
    display: block !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 33, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-block-fullhd {
    display: block !important;
  }
}

/* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
.is-flex {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  /* line 9, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-flex-mobile {
    display: flex !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 12, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-flex-tablet {
    display: flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 15, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-flex-tablet-only {
    display: flex !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 18, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-flex-touch {
    display: flex !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 21, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-flex-desktop {
    display: flex !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 24, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-flex-desktop-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 27, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-flex-widescreen {
    display: flex !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 30, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-flex-widescreen-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 33, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-flex-fullhd {
    display: flex !important;
  }
}

/* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
.is-inline {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  /* line 9, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-mobile {
    display: inline !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 12, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-tablet {
    display: inline !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 15, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-tablet-only {
    display: inline !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 18, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-touch {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 21, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-desktop {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 24, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-desktop-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 27, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-widescreen {
    display: inline !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 30, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-widescreen-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 33, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-fullhd {
    display: inline !important;
  }
}

/* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 768px) {
  /* line 9, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 12, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 15, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 18, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-block-touch {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 21, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 24, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 27, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 30, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 33, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}

/* line 6, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
.is-inline-flex {
  display: inline-flex !important;
}

@media screen and (max-width: 768px) {
  /* line 9, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 12, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 15, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 18, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 21, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 24, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 27, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 30, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-flex-widescreen-only {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 33, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-inline-flex-fullhd {
    display: inline-flex !important;
  }
}

/* line 36, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
.is-hidden {
  display: none !important;
}

/* line 39, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

@media screen and (max-width: 768px) {
  /* line 50, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 54, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-hidden-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 58, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-hidden-tablet-only {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 62, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-hidden-touch {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 66, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-hidden-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 70, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-hidden-desktop-only {
    display: none !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 74, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-hidden-widescreen {
    display: none !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 78, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-hidden-widescreen-only {
    display: none !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 82, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-hidden-fullhd {
    display: none !important;
  }
}

/* line 85, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 768px) {
  /* line 89, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 93, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 97, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 101, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-invisible-touch {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 105, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 109, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 113, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 117, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 121, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/helpers/visibility.sass */
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}

/* Bulma Layout */
/* line 12, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 17, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero .navbar {
  background: none;
}

/* line 20, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero .tabs ul {
  border-bottom: none;
}

/* line 26, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-white {
  background-color: white;
  color: #0a0a0a;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-white strong {
  color: inherit;
}

/* line 32, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-white .title {
  color: #0a0a0a;
}

/* line 34, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-white .subtitle {
  color: rgba(10, 10, 10, 0.9);
}

/* line 36, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
  color: #0a0a0a;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-white .navbar-menu {
    background-color: white;
  }
}

/* line 42, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
  color: rgba(10, 10, 10, 0.7);
}

/* line 47, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active,
.hero.is-white .navbar-link:hover,
.hero.is-white .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #0a0a0a;
}

/* line 52, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-white .tabs a {
  color: #0a0a0a;
  opacity: 0.9;
}

/* line 55, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-white .tabs a:hover {
  opacity: 1;
}

/* line 58, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-white .tabs li.is-active a {
  color: white !important;
  opacity: 1;
}

/* line 63, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
  color: #0a0a0a;
}

/* line 65, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

/* line 75, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-white.is-bold {
  background-image: linear-gradient(141deg, #e8e3e4 0%, white 71%, white 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-white.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #e8e3e4 0%, white 71%, white 100%);
  }
}

/* line 26, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-black {
  background-color: #0a0a0a;
  color: white;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-black strong {
  color: inherit;
}

/* line 32, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-black .title {
  color: white;
}

/* line 34, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-black .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
  color: white;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-black .navbar-menu {
    background-color: #0a0a0a;
  }
}

/* line 42, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active,
.hero.is-black .navbar-link:hover,
.hero.is-black .navbar-link.is-active {
  background-color: black;
  color: white;
}

/* line 52, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-black .tabs a {
  color: white;
  opacity: 0.9;
}

/* line 55, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-black .tabs a:hover {
  opacity: 1;
}

/* line 58, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-black .tabs li.is-active a {
  color: #0a0a0a !important;
  opacity: 1;
}

/* line 63, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
  color: white;
}

/* line 65, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}

/* line 75, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-black.is-bold {
  background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-black.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
  }
}

/* line 26, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-light strong {
  color: inherit;
}

/* line 32, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-light .title {
  color: rgba(0, 0, 0, 0.7);
}

/* line 34, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-light .subtitle {
  color: rgba(0, 0, 0, 0.9);
}

/* line 36, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-light .subtitle a:not(.button),
.hero.is-light .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1023px) {
  /* line 39, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-light .navbar-menu {
    background-color: whitesmoke;
  }
}

/* line 42, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

/* line 47, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active,
.hero.is-light .navbar-link:hover,
.hero.is-light .navbar-link.is-active {
  background-color: #e8e8e8;
  color: rgba(0, 0, 0, 0.7);
}

/* line 52, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-light .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}

/* line 55, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-light .tabs a:hover {
  opacity: 1;
}

/* line 58, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-light .tabs li.is-active a {
  color: whitesmoke !important;
  opacity: 1;
}

/* line 63, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}

/* line 65, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}

/* line 75, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-light.is-bold {
  background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-light.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
  }
}

/* line 26, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-dark {
  background-color: #363636;
  color: #fff;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-dark strong {
  color: inherit;
}

/* line 32, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-dark .title {
  color: #fff;
}

/* line 34, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-dark .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-dark .navbar-menu {
    background-color: #363636;
  }
}

/* line 42, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active,
.hero.is-dark .navbar-link:hover,
.hero.is-dark .navbar-link.is-active {
  background-color: #292929;
  color: #fff;
}

/* line 52, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-dark .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 55, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-dark .tabs a:hover {
  opacity: 1;
}

/* line 58, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-dark .tabs li.is-active a {
  color: #363636 !important;
  opacity: 1;
}

/* line 63, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
  color: #fff;
}

/* line 65, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #363636;
}

/* line 75, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-dark.is-bold {
  background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-dark.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
  }
}

/* line 26, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary {
  background-color: #00d1b2;
  color: #fff;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-primary strong {
  color: inherit;
}

/* line 32, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary .title {
  color: #fff;
}

/* line 34, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-primary .navbar-menu {
    background-color: #00d1b2;
  }
}

/* line 42, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active,
.hero.is-primary .navbar-link:hover,
.hero.is-primary .navbar-link.is-active {
  background-color: #00b89c;
  color: #fff;
}

/* line 52, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 55, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary .tabs a:hover {
  opacity: 1;
}

/* line 58, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary .tabs li.is-active a {
  color: #00d1b2 !important;
  opacity: 1;
}

/* line 63, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
  color: #fff;
}

/* line 65, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #00d1b2;
}

/* line 75, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-primary.is-bold {
  background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-primary.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%);
  }
}

/* line 26, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link {
  background-color: #485fc7;
  color: #fff;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-link strong {
  color: inherit;
}

/* line 32, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link .title {
  color: #fff;
}

/* line 34, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link .subtitle a:not(.button),
.hero.is-link .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-link .navbar-menu {
    background-color: #485fc7;
  }
}

/* line 42, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link .navbar-item,
.hero.is-link .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active,
.hero.is-link .navbar-link:hover,
.hero.is-link .navbar-link.is-active {
  background-color: #3a51bb;
  color: #fff;
}

/* line 52, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 55, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link .tabs a:hover {
  opacity: 1;
}

/* line 58, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link .tabs li.is-active a {
  color: #485fc7 !important;
  opacity: 1;
}

/* line 63, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
  color: #fff;
}

/* line 65, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #485fc7;
}

/* line 75, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-link.is-bold {
  background-image: linear-gradient(141deg, #2959b3 0%, #485fc7 71%, #5658d2 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-link.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #2959b3 0%, #485fc7 71%, #5658d2 100%);
  }
}

/* line 26, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info {
  background-color: #3e8ed0;
  color: #fff;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-info strong {
  color: inherit;
}

/* line 32, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info .title {
  color: #fff;
}

/* line 34, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info .subtitle a:not(.button),
.hero.is-info .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-info .navbar-menu {
    background-color: #3e8ed0;
  }
}

/* line 42, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info .navbar-item,
.hero.is-info .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active,
.hero.is-info .navbar-link:hover,
.hero.is-info .navbar-link.is-active {
  background-color: #3082c5;
  color: #fff;
}

/* line 52, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 55, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info .tabs a:hover {
  opacity: 1;
}

/* line 58, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info .tabs li.is-active a {
  color: #3e8ed0 !important;
  opacity: 1;
}

/* line 63, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
  color: #fff;
}

/* line 65, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #3e8ed0;
}

/* line 75, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-info.is-bold {
  background-image: linear-gradient(141deg, #208fbc 0%, #3e8ed0 71%, #4d83db 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-info.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #208fbc 0%, #3e8ed0 71%, #4d83db 100%);
  }
}

/* line 26, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success {
  background-color: #48c78e;
  color: #fff;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-success strong {
  color: inherit;
}

/* line 32, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success .title {
  color: #fff;
}

/* line 34, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success .subtitle a:not(.button),
.hero.is-success .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-success .navbar-menu {
    background-color: #48c78e;
  }
}

/* line 42, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active,
.hero.is-success .navbar-link:hover,
.hero.is-success .navbar-link.is-active {
  background-color: #3abb81;
  color: #fff;
}

/* line 52, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 55, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success .tabs a:hover {
  opacity: 1;
}

/* line 58, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success .tabs li.is-active a {
  color: #48c78e !important;
  opacity: 1;
}

/* line 63, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
  color: #fff;
}

/* line 65, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #48c78e;
}

/* line 75, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-success.is-bold {
  background-image: linear-gradient(141deg, #29b35e 0%, #48c78e 71%, #56d2af 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-success.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #29b35e 0%, #48c78e 71%, #56d2af 100%);
  }
}

/* line 26, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-warning {
  background-color: #faac1c;
  color: #fff;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-warning strong {
  color: inherit;
}

/* line 32, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-warning .title {
  color: #fff;
}

/* line 34, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-warning .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-warning .subtitle a:not(.button),
.hero.is-warning .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-warning .navbar-menu {
    background-color: #faac1c;
  }
}

/* line 42, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-warning .navbar-item,
.hero.is-warning .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active,
.hero.is-warning .navbar-link:hover,
.hero.is-warning .navbar-link.is-active {
  background-color: #f7a205;
  color: #fff;
}

/* line 52, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-warning .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 55, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-warning .tabs a:hover {
  opacity: 1;
}

/* line 58, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-warning .tabs li.is-active a {
  color: #faac1c !important;
  opacity: 1;
}

/* line 63, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
  color: #fff;
}

/* line 65, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #faac1c;
}

/* line 75, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-warning.is-bold {
  background-image: linear-gradient(141deg, #e36d00 0%, #faac1c 71%, #ffd931 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-warning.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #e36d00 0%, #faac1c 71%, #ffd931 100%);
  }
}

/* line 26, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger {
  background-color: #f14668;
  color: #fff;
}

/* line 29, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-danger strong {
  color: inherit;
}

/* line 32, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger .title {
  color: #fff;
}

/* line 34, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger .subtitle a:not(.button),
.hero.is-danger .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 39, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-danger .navbar-menu {
    background-color: #f14668;
  }
}

/* line 42, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger .navbar-item,
.hero.is-danger .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active,
.hero.is-danger .navbar-link:hover,
.hero.is-danger .navbar-link.is-active {
  background-color: #ef2e55;
  color: #fff;
}

/* line 52, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 55, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger .tabs a:hover {
  opacity: 1;
}

/* line 58, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger .tabs li.is-active a {
  color: #f14668 !important;
  opacity: 1;
}

/* line 63, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
  color: #fff;
}

/* line 65, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

/* line 68, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #f14668;
}

/* line 75, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-danger.is-bold {
  background-image: linear-gradient(141deg, #fa0a62 0%, #f14668 71%, #f7595f 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-danger.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #fa0a62 0%, #f14668 71%, #f7595f 100%);
  }
}

/* line 84, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-small .hero-body {
  padding: 1.5rem;
}

@media screen and (min-width: 769px), print {
  /* line 88, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-medium .hero-body {
    padding: 9rem 4.5rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 92, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero.is-large .hero-body {
    padding: 18rem 6rem;
  }
}

/* line 97, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body {
  align-items: center;
  display: flex;
}

/* line 100, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container, .hero.is-fullheight-with-navbar .hero-body > .container {
  flex-grow: 1;
  flex-shrink: 1;
}

/* line 103, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-halfheight {
  min-height: 50vh;
}

/* line 105, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero.is-fullheight {
  min-height: 100vh;
}

/* line 110, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero-video {
  overflow: hidden;
}

/* line 113, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero-video video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

/* line 121, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero-video.is-transparent {
  opacity: 0.3;
}

@media screen and (max-width: 768px) {
  /* line 110, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero-video {
    display: none;
  }
}

/* line 127, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero-buttons {
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  /* line 131, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero-buttons .button {
    display: flex;
  }
  /* line 133, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero-buttons .button:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 127, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero-buttons {
    display: flex;
    justify-content: center;
  }
  /* line 138, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero-buttons .button:not(:last-child) {
    margin-right: 1.5rem;
  }
}

/* line 143, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero-head,
.hero-foot {
  flex-grow: 0;
  flex-shrink: 0;
}

/* line 148, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
.hero-body {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 3rem 1.5rem;
}

@media screen and (min-width: 769px), print {
  /* line 148, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/hero.sass */
  .hero-body {
    padding: 3rem 3rem;
  }
}

/* line 8, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/section.sass */
.section {
  padding: 3rem 1.5rem;
}

@media screen and (min-width: 1024px) {
  /* line 8, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/section.sass */
  .section {
    padding: 3rem 3rem;
  }
  /* line 14, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/section.sass */
  .section.is-medium {
    padding: 9rem 4.5rem;
  }
  /* line 16, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/section.sass */
  .section.is-large {
    padding: 18rem 6rem;
  }
}

/* line 7, ../usr/local/bundle/gems/bulma-rails-0.9.4/app/assets/stylesheets/sass/layout/footer.sass */
.footer {
  background-color: #fafafa;
  padding: 3rem 1.5rem 6rem;
}

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spinAround {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 23, vendor/stylesheets/bulma-collapsible.css */
.is-collapsible {
  overflow-y: hidden;
  transition: height 0.2s ease;
}

/* line 28, vendor/stylesheets/bulma-collapsible.css */
.is-collapsible.is-active {
  transition: height 0.2s ease;
}

/* line 32, vendor/stylesheets/bulma-collapsible.css */
.is-collapsible.message-body {
  padding: 0 !important;
}

/* line 36, vendor/stylesheets/bulma-collapsible.css */
.is-collapsible.message-body .message-body-content {
  padding: 1.25em 1.5em;
}

/**
 * pretty-checkbox.css
 *
 * A pure CSS library to beautify checkbox and radio buttons
 *
 * Source: https://github.com/lokesh-coder/pretty-checkbox
 * Demo: https://lokesh-coder.github.io/pretty-checkbox
 *
 * Copyright (c) 2017 Lokesh rajendran
 */
/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty * {
  box-sizing: border-box;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty input:not([type=checkbox]):not([type=radio]) {
  display: none;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  white-space: nowrap;
  line-height: 1;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty input {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1em;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty .state label {
  position: initial;
  display: inline-block;
  font-weight: 400;
  margin: 0;
  text-indent: 1.5em;
  min-width: calc(1em + 2px);
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty .state label:after, .pretty .state label:before {
  content: '';
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  display: block;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid transparent;
  z-index: 0;
  position: absolute;
  left: 0;
  top: calc((0% - (100% - 1em)) - 8%);
  background-color: transparent;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty .state label:before {
  border-color: #bdc3c7;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty .state.p-is-hover, .pretty .state.p-is-indeterminate {
  display: none;
}

@-webkit-keyframes zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes tada {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: scale(7);
    transform: scale(7);
  }
  38% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  55% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  72% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  81% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
  }
  89% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  95% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  100% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes tada {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: scale(7);
    transform: scale(7);
  }
  38% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  55% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  72% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  81% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
  }
  89% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  95% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
  100% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes jelly {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes jelly {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-200px) rotate(-45deg);
    transform: translateZ(-200px) rotate(-45deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) rotate(0);
    transform: translateZ(0) rotate(0);
  }
}

@keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-200px) rotate(-45deg);
    transform: translateZ(-200px) rotate(-45deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) rotate(0);
    transform: translateZ(0) rotate(0);
  }
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #bdc3c7;
  }
  100% {
    box-shadow: 0 0 0 1.5em rgba(189, 195, 199, 0);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #bdc3c7;
  }
  100% {
    box-shadow: 0 0 0 1.5em rgba(189, 195, 199, 0);
  }
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-default.p-fill .state label:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-default .state label:after {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-default input:checked ~ .state label:after {
  background-color: #bdc3c7 !important;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-default.p-thick .state label:after, .pretty.p-default.p-thick .state label:before {
  border-width: calc(1em / 7);
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-default.p-thick .state label:after {
  -webkit-transform: scale(0.4) !important;
  -ms-transform: scale(0.4) !important;
  transform: scale(0.4) !important;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-icon .state .icon {
  position: absolute;
  font-size: 1em;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  left: 0;
  z-index: 1;
  text-align: center;
  line-height: normal;
  top: calc((0% - (100% - 1em)) - 8%);
  border: 1px solid transparent;
  opacity: 0;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-icon .state .icon:before {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-icon input:checked ~ .state .icon {
  opacity: 1;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-icon input:checked ~ .state label:before {
  border-color: #5a656b;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-svg .state .svg {
  position: absolute;
  font-size: 1em;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  left: 0;
  z-index: 1;
  text-align: center;
  line-height: normal;
  top: calc((0% - (100% - 1em)) - 8%);
  border: 1px solid transparent;
  opacity: 0;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-svg .state svg {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-svg input:checked ~ .state .svg {
  opacity: 1;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-image .state img {
  opacity: 0;
  position: absolute;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  top: 0;
  top: calc((0% - (100% - 1em)) - 8%);
  left: 0;
  z-index: 0;
  text-align: center;
  line-height: normal;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-image input:checked ~ .state img {
  opacity: 1;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-switch input {
  min-width: 2em;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-switch .state {
  position: relative;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-switch .state:before {
  content: '';
  border: 1px solid #bdc3c7;
  border-radius: 60px;
  width: 2em;
  box-sizing: unset;
  height: calc(1em + 2px);
  position: absolute;
  top: 0;
  top: calc((0% - (100% - 1em)) - 16%);
  z-index: 0;
  transition: all .5s ease;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-switch .state label {
  text-indent: 2.5em;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-switch .state label:after, .pretty.p-switch .state label:before {
  transition: all .5s ease;
  border-radius: 100%;
  left: 0;
  border-color: transparent;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-switch .state label:after {
  background-color: #bdc3c7 !important;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-switch input:checked ~ .state:before {
  border-color: #5a656b;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-switch input:checked ~ .state label:before {
  opacity: 0;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-switch input:checked ~ .state label:after {
  background-color: #5a656b !important;
  left: 1em;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-switch.p-fill input:checked ~ .state:before {
  border-color: #5a656b;
  background-color: #5a656b !important;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-switch.p-fill input:checked ~ .state label:before {
  opacity: 0;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-switch.p-fill input:checked ~ .state label:after {
  background-color: #fff !important;
  left: 1em;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-switch.p-slim .state:before {
  height: .1em;
  background: #bdc3c7 !important;
  top: calc(50% - .1em);
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-switch.p-slim input:checked ~ .state:before {
  border-color: #5a656b;
  background-color: #5a656b !important;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-has-hover input:hover ~ .state:not(.p-is-hover) {
  display: none;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-has-hover input:hover ~ .state.p-is-hover {
  display: block;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-has-hover input:hover ~ .state.p-is-hover .icon {
  display: block;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-has-focus input:focus ~ .state label:before {
  box-shadow: 0 0 3px 0 #bdc3c7;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-has-indeterminate input[type=checkbox]:indeterminate ~ .state:not(.p-is-indeterminate) {
  display: none;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-has-indeterminate input[type=checkbox]:indeterminate ~ .state.p-is-indeterminate {
  display: block;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-has-indeterminate input[type=checkbox]:indeterminate ~ .state.p-is-indeterminate .icon {
  display: block;
  opacity: 1;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-toggle .state.p-on {
  opacity: 0;
  display: none;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-toggle .state .icon, .pretty.p-toggle .state .svg, .pretty.p-toggle .state img, .pretty.p-toggle .state.p-off {
  opacity: 1;
  display: inherit;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-toggle .state.p-off .icon {
  color: #bdc3c7;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-toggle input:checked ~ .state.p-on {
  opacity: 1;
  display: inherit;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-toggle input:checked ~ .state.p-off {
  opacity: 0;
  display: none;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-plain input:checked ~ .state label:before, .pretty.p-plain.p-toggle .state label:before {
  content: none;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-plain.p-plain .icon {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-round .state label:after, .pretty.p-round .state label:before {
  border-radius: 100%;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-round.p-icon .state .icon {
  border-radius: 100%;
  overflow: hidden;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-round.p-icon .state .icon:before {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-curve .state label:after, .pretty.p-curve .state label:before {
  border-radius: 20%;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-smooth .icon, .pretty.p-smooth .svg, .pretty.p-smooth label:after, .pretty.p-smooth label:before {
  transition: all .5s ease;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-smooth input:checked + .state label:after {
  transition: all .3s ease;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-smooth input:checked + .state .icon, .pretty.p-smooth input:checked + .state .svg, .pretty.p-smooth input:checked + .state img {
  -webkit-animation: zoom .2s ease;
  animation: zoom .2s ease;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-smooth.p-default input:checked + .state label:after {
  -webkit-animation: zoom .2s ease;
  animation: zoom .2s ease;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-smooth.p-plain input:checked + .state label:before {
  content: '';
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all .5s ease;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-tada:not(.p-default) input:checked + .state .icon, .pretty.p-tada:not(.p-default) input:checked + .state .svg, .pretty.p-tada:not(.p-default) input:checked + .state img, .pretty.p-tada:not(.p-default) input:checked + .state label:after, .pretty.p-tada:not(.p-default) input:checked + .state label:before {
  -webkit-animation: tada 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 alternate;
  animation: tada 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 alternate;
  opacity: 1;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-jelly:not(.p-default) input:checked + .state .icon, .pretty.p-jelly:not(.p-default) input:checked + .state .svg, .pretty.p-jelly:not(.p-default) input:checked + .state img, .pretty.p-jelly:not(.p-default) input:checked + .state label:after, .pretty.p-jelly:not(.p-default) input:checked + .state label:before {
  -webkit-animation: jelly 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: jelly 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-jelly:not(.p-default) input:checked + .state label:before {
  border-color: transparent;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-rotate:not(.p-default) input:checked ~ .state .icon, .pretty.p-rotate:not(.p-default) input:checked ~ .state .svg, .pretty.p-rotate:not(.p-default) input:checked ~ .state img, .pretty.p-rotate:not(.p-default) input:checked ~ .state label:after, .pretty.p-rotate:not(.p-default) input:checked ~ .state label:before {
  -webkit-animation: rotate 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: rotate 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-rotate:not(.p-default) input:checked ~ .state label:before {
  border-color: transparent;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-pulse:not(.p-switch) input:checked ~ .state label:before {
  -webkit-animation: pulse 1s;
  animation: pulse 1s;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty input[disabled] {
  cursor: not-allowed;
  display: none;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty input[disabled] ~ * {
  opacity: .5;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-locked input {
  display: none;
  cursor: not-allowed;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty input:checked ~ .state.p-primary label:after, .pretty.p-toggle .state.p-primary label:after {
  background-color: #428bca !important;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty input:checked ~ .state.p-primary .icon, .pretty input:checked ~ .state.p-primary .svg, .pretty.p-toggle .state.p-primary .icon, .pretty.p-toggle .state.p-primary .svg {
  color: #fff;
  stroke: #fff;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty input:checked ~ .state.p-primary-o label:before, .pretty.p-toggle .state.p-primary-o label:before {
  border-color: #428bca;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty input:checked ~ .state.p-primary-o label:after, .pretty.p-toggle .state.p-primary-o label:after {
  background-color: transparent;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty input:checked ~ .state.p-primary-o .icon, .pretty input:checked ~ .state.p-primary-o .svg, .pretty input:checked ~ .state.p-primary-o svg, .pretty.p-toggle .state.p-primary-o .icon, .pretty.p-toggle .state.p-primary-o .svg, .pretty.p-toggle .state.p-primary-o svg {
  color: #428bca;
  stroke: #428bca;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-default:not(.p-fill) input:checked ~ .state.p-primary-o label:after {
  background-color: #428bca !important;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-switch input:checked ~ .state.p-primary:before {
  border-color: #428bca;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-switch.p-fill input:checked ~ .state.p-primary:before {
  background-color: #428bca !important;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-switch.p-slim input:checked ~ .state.p-primary:before {
  border-color: #245682;
  background-color: #245682 !important;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty input:checked ~ .state.p-info label:after, .pretty.p-toggle .state.p-info label:after {
  background-color: #5bc0de !important;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty input:checked ~ .state.p-info .icon, .pretty input:checked ~ .state.p-info .svg, .pretty.p-toggle .state.p-info .icon, .pretty.p-toggle .state.p-info .svg {
  color: #fff;
  stroke: #fff;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty input:checked ~ .state.p-info-o label:before, .pretty.p-toggle .state.p-info-o label:before {
  border-color: #5bc0de;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty input:checked ~ .state.p-info-o label:after, .pretty.p-toggle .state.p-info-o label:after {
  background-color: transparent;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty input:checked ~ .state.p-info-o .icon, .pretty input:checked ~ .state.p-info-o .svg, .pretty input:checked ~ .state.p-info-o svg, .pretty.p-toggle .state.p-info-o .icon, .pretty.p-toggle .state.p-info-o .svg, .pretty.p-toggle .state.p-info-o svg {
  color: #5bc0de;
  stroke: #5bc0de;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-default:not(.p-fill) input:checked ~ .state.p-info-o label:after {
  background-color: #5bc0de !important;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-switch input:checked ~ .state.p-info:before {
  border-color: #5bc0de;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-switch.p-fill input:checked ~ .state.p-info:before {
  background-color: #5bc0de !important;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-switch.p-slim input:checked ~ .state.p-info:before {
  border-color: #2390b0;
  background-color: #2390b0 !important;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty input:checked ~ .state.p-success label:after, .pretty.p-toggle .state.p-success label:after {
  background-color: #5cb85c !important;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty input:checked ~ .state.p-success .icon, .pretty input:checked ~ .state.p-success .svg, .pretty.p-toggle .state.p-success .icon, .pretty.p-toggle .state.p-success .svg {
  color: #fff;
  stroke: #fff;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty input:checked ~ .state.p-success-o label:before, .pretty.p-toggle .state.p-success-o label:before {
  border-color: #5cb85c;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty input:checked ~ .state.p-success-o label:after, .pretty.p-toggle .state.p-success-o label:after {
  background-color: transparent;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty input:checked ~ .state.p-success-o .icon, .pretty input:checked ~ .state.p-success-o .svg, .pretty input:checked ~ .state.p-success-o svg, .pretty.p-toggle .state.p-success-o .icon, .pretty.p-toggle .state.p-success-o .svg, .pretty.p-toggle .state.p-success-o svg {
  color: #5cb85c;
  stroke: #5cb85c;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-default:not(.p-fill) input:checked ~ .state.p-success-o label:after {
  background-color: #5cb85c !important;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-switch input:checked ~ .state.p-success:before {
  border-color: #5cb85c;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-switch.p-fill input:checked ~ .state.p-success:before {
  background-color: #5cb85c !important;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-switch.p-slim input:checked ~ .state.p-success:before {
  border-color: #357935;
  background-color: #357935 !important;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty input:checked ~ .state.p-warning label:after, .pretty.p-toggle .state.p-warning label:after {
  background-color: #f0ad4e !important;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty input:checked ~ .state.p-warning .icon, .pretty input:checked ~ .state.p-warning .svg, .pretty.p-toggle .state.p-warning .icon, .pretty.p-toggle .state.p-warning .svg {
  color: #fff;
  stroke: #fff;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty input:checked ~ .state.p-warning-o label:before, .pretty.p-toggle .state.p-warning-o label:before {
  border-color: #f0ad4e;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty input:checked ~ .state.p-warning-o label:after, .pretty.p-toggle .state.p-warning-o label:after {
  background-color: transparent;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty input:checked ~ .state.p-warning-o .icon, .pretty input:checked ~ .state.p-warning-o .svg, .pretty input:checked ~ .state.p-warning-o svg, .pretty.p-toggle .state.p-warning-o .icon, .pretty.p-toggle .state.p-warning-o .svg, .pretty.p-toggle .state.p-warning-o svg {
  color: #f0ad4e;
  stroke: #f0ad4e;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-default:not(.p-fill) input:checked ~ .state.p-warning-o label:after {
  background-color: #f0ad4e !important;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-switch input:checked ~ .state.p-warning:before {
  border-color: #f0ad4e;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-switch.p-fill input:checked ~ .state.p-warning:before {
  background-color: #f0ad4e !important;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-switch.p-slim input:checked ~ .state.p-warning:before {
  border-color: #c77c11;
  background-color: #c77c11 !important;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty input:checked ~ .state.p-danger label:after, .pretty.p-toggle .state.p-danger label:after {
  background-color: #d9534f !important;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty input:checked ~ .state.p-danger .icon, .pretty input:checked ~ .state.p-danger .svg, .pretty.p-toggle .state.p-danger .icon, .pretty.p-toggle .state.p-danger .svg {
  color: #fff;
  stroke: #fff;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty input:checked ~ .state.p-danger-o label:before, .pretty.p-toggle .state.p-danger-o label:before {
  border-color: #d9534f;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty input:checked ~ .state.p-danger-o label:after, .pretty.p-toggle .state.p-danger-o label:after {
  background-color: transparent;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty input:checked ~ .state.p-danger-o .icon, .pretty input:checked ~ .state.p-danger-o .svg, .pretty input:checked ~ .state.p-danger-o svg, .pretty.p-toggle .state.p-danger-o .icon, .pretty.p-toggle .state.p-danger-o .svg, .pretty.p-toggle .state.p-danger-o svg {
  color: #d9534f;
  stroke: #d9534f;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-default:not(.p-fill) input:checked ~ .state.p-danger-o label:after {
  background-color: #d9534f !important;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-switch input:checked ~ .state.p-danger:before {
  border-color: #d9534f;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-switch.p-fill input:checked ~ .state.p-danger:before {
  background-color: #d9534f !important;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-switch.p-slim input:checked ~ .state.p-danger:before {
  border-color: #a02622;
  background-color: #a02622 !important;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-bigger .icon, .pretty.p-bigger .img, .pretty.p-bigger .svg, .pretty.p-bigger label:after, .pretty.p-bigger label:before {
  font-size: 1.2em !important;
  top: calc((0% - (100% - 1em)) - 35%) !important;
}

/* line 12, vendor/stylesheets/pretty-checkbox.min.css */
.pretty.p-bigger label {
  text-indent: 1.7em;
}

@media print {
  /* line 12, vendor/stylesheets/pretty-checkbox.min.css */
  .pretty .state .icon, .pretty .state label:after, .pretty .state label:before, .pretty .state:before {
    color-adjust: exact;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

/* line 1, app/assets/stylesheets/banner.scss */
.banner {
  color: #fff;
  padding: .5em;
  text-align: center;
  cursor: pointer;
  font-size: 1.2em;
}

/* line 8, app/assets/stylesheets/banner.scss */
.banner p {
  margin-right: 30px;
}

/* line 12, app/assets/stylesheets/banner.scss */
.banner .delete {
  position: absolute;
  right: 0.5rem;
  top: 1rem;
}

/* line 18, app/assets/stylesheets/banner.scss */
.banner a {
  text-decoration: underline;
}

/* line 20, app/assets/stylesheets/banner.scss */
.banner.eligo {
  background-color: #1c4687;
}

/* line 22, app/assets/stylesheets/banner.scss */
.banner.eligo a {
  color: #fff;
}

/* line 27, app/assets/stylesheets/banner.scss */
.banner.solar {
  background-color: #fff;
  color: #000;
}

/* line 31, app/assets/stylesheets/banner.scss */
.banner.solar a {
  color: #000;
}

/* line 37, app/assets/stylesheets/banner.scss */
.banner-body {
  align-items: center;
  display: flex;
  justify-content: center;
}

/* line 43, app/assets/stylesheets/banner.scss */
.swal-overlay {
  justify-content: center;
}

/* line 46, app/assets/stylesheets/banner.scss */
.swal-modal {
  width: 40%;
  border-radius: 15px;
}

@media screen and (max-width: 768px) {
  /* line 46, app/assets/stylesheets/banner.scss */
  .swal-modal {
    width: 80vw;
  }
}

/* line 54, app/assets/stylesheets/banner.scss */
.swal-modal .swal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.2em;
  height: 1.2em;
  transition: color 0.1s ease-out;
  border: none;
  background: transparent;
  color: #cccccc;
  font-family: serif;
  font-size: 40px;
  cursor: pointer;
}

/* line 69, app/assets/stylesheets/banner.scss */
.swal-modal .swal-close:hover {
  color: #f27474;
}

/* line 74, app/assets/stylesheets/banner.scss */
.banner-modal {
  text-align: left;
}

/* line 76, app/assets/stylesheets/banner.scss */
.banner-modal p {
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  /* line 76, app/assets/stylesheets/banner.scss */
  .banner-modal p {
    font-size: 0.6em;
  }
}

/* line 1, app/assets/stylesheets/blog.scss */
.blog-page {
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(255, 255, 255, 0.98)), radial-gradient(circle at top right, rgba(248, 172, 28, 0.08), transparent 30rem);
  padding: 3rem 0 4.5rem;
}

/* line 8, app/assets/stylesheets/blog.scss */
.blog-page__container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* line 15, app/assets/stylesheets/blog.scss */
.blog-page__hero {
  margin-bottom: 2.5rem;
  padding: 4.5rem 2rem;
  border-radius: 2rem;
  background-color: #f5951f;
  background-image: linear-gradient(135deg, rgba(22, 24, 26, 0.02), rgba(22, 24, 26, 0.06)), url(/assets/lp-hero-26185a1c024e9a6865d6699f4789f93bfe90c23b43e8e052077957d370bba165.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 28, app/assets/stylesheets/blog.scss */
.blog-page__eyebrow {
  margin: 0 0 0.625rem;
  color: #f27426;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* line 37, app/assets/stylesheets/blog.scss */
.blog-page__hero-copy {
  max-width: 48rem;
}

/* line 41, app/assets/stylesheets/blog.scss */
.blog-page__title {
  margin: 0;
  color: #fff;
  font-size: clamp(2.4rem, 3vw, 3.7rem);
  font-weight: 800;
  line-height: 1.02;
  text-shadow: 0 10px 30px rgba(15, 23, 42, 0.28);
}

/* line 50, app/assets/stylesheets/blog.scss */
.blog-page__subtitle {
  margin: 1rem 0 0;
  max-width: 48rem;
  color: rgba(255, 255, 255, 0.94);
  font-size: 1.0625rem;
  line-height: 1.75;
  text-shadow: 0 8px 24px rgba(15, 23, 42, 0.22);
}

/* line 59, app/assets/stylesheets/blog.scss */
.blog-page__content {
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 22px 52px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

/* line 67, app/assets/stylesheets/blog.scss */
.blog-page__content-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2.25rem 2.25rem 1.5rem;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
}

/* line 77, app/assets/stylesheets/blog.scss */
.blog-page__section-title {
  margin: 0;
  color: #1f2937;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.15;
}

/* line 85, app/assets/stylesheets/blog.scss */
.blog-page__section-copy {
  margin: 0.55rem 0 0;
  color: #64748b;
  font-size: 0.98rem;
  line-height: 1.65;
}

/* line 92, app/assets/stylesheets/blog.scss */
.blog-page__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-bottom: 30px;
}

/* line 99, app/assets/stylesheets/blog.scss */
.blog-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

/* line 111, app/assets/stylesheets/blog.scss */
.blog-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.1);
}

/* line 116, app/assets/stylesheets/blog.scss */
.blog-card__image-link {
  display: block;
}

/* line 120, app/assets/stylesheets/blog.scss */
.blog-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.96), rgba(241, 245, 249, 0.96));
}

/* line 130, app/assets/stylesheets/blog.scss */
.blog-card__image-tag {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

/* line 137, app/assets/stylesheets/blog.scss */
.blog-card:hover .blog-card__image-tag {
  transform: scale(1.03);
}

/* line 141, app/assets/stylesheets/blog.scss */
.blog-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1.5rem;
}

/* line 148, app/assets/stylesheets/blog.scss */
.blog-card__date {
  color: #f27426;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

/* line 155, app/assets/stylesheets/blog.scss */
.blog-card__title {
  margin: 0.75rem 0 0;
  color: #1f2937;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.28;
}

/* line 163, app/assets/stylesheets/blog.scss */
.blog-card__title a {
  color: inherit;
}

/* line 167, app/assets/stylesheets/blog.scss */
.blog-card__description {
  margin: 0.85rem 0 1.5rem;
  color: #475569;
  font-size: 0.98rem;
  line-height: 1.7;
}

/* line 174, app/assets/stylesheets/blog.scss */
.blog-card__link {
  margin-top: auto;
  color: #f27426;
  font-size: 0.95rem;
  font-weight: 700;
}

/* line 181, app/assets/stylesheets/blog.scss */
.blog-page__actions {
  display: flex;
  justify-content: center;
  padding: 0 2.25rem 2.25rem;
}

/* line 187, app/assets/stylesheets/blog.scss */
.blog-page__load-more {
  min-width: 12rem;
  min-height: 3.25rem;
  border: 0;
  border-radius: 15px;
  background: linear-gradient(135deg, #f27426, #ff8a2c);
  color: #fff;
  font-size: 0.98rem;
  font-weight: 700;
  box-shadow: 0 18px 30px rgba(242, 116, 38, 0.18);
}

/* line 199, app/assets/stylesheets/blog.scss */
.blog-page__empty {
  padding: 3rem 2.25rem;
  text-align: center;
}

/* line 204, app/assets/stylesheets/blog.scss */
.blog-page__empty-title {
  margin: 0;
  color: #1f2937;
  font-size: 1.5rem;
  font-weight: 800;
}

/* line 211, app/assets/stylesheets/blog.scss */
.blog-page__empty-copy {
  margin: 0.75rem auto 0;
  max-width: 32rem;
  color: #64748b;
  font-size: 1rem;
  line-height: 1.7;
}

/* line 219, app/assets/stylesheets/blog.scss */
.blog-article-page {
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(255, 255, 255, 0.98)), radial-gradient(circle at top right, rgba(248, 172, 28, 0.08), transparent 30rem);
  padding: 3rem 0 4.5rem;
}

/* line 226, app/assets/stylesheets/blog.scss */
.blog-article-page__container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* line 233, app/assets/stylesheets/blog.scss */
.blog-article-page__hero {
  margin-bottom: 2.5rem;
  padding: 4.5rem 2rem;
  border-radius: 2rem;
  background-color: #f5951f;
  background-image: linear-gradient(135deg, rgba(22, 24, 26, 0.02), rgba(22, 24, 26, 0.06)), url(/assets/lp-hero-26185a1c024e9a6865d6699f4789f93bfe90c23b43e8e052077957d370bba165.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 246, app/assets/stylesheets/blog.scss */
.blog-article-page__eyebrow {
  margin: 0 0 0.625rem;
  color: #f27426;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* line 255, app/assets/stylesheets/blog.scss */
.blog-article-page__hero-copy {
  max-width: 48rem;
}

/* line 259, app/assets/stylesheets/blog.scss */
.blog-article-page__hero-title {
  margin: 0;
  color: #fff;
  font-size: clamp(2.4rem, 3vw, 3.7rem);
  font-weight: 800;
  line-height: 1.02;
  text-shadow: 0 10px 30px rgba(15, 23, 42, 0.28);
}

/* line 268, app/assets/stylesheets/blog.scss */
.blog-article-page__hero-subtitle {
  margin: 1rem 0 0;
  max-width: 48rem;
  color: rgba(255, 255, 255, 0.94);
  font-size: 1.0625rem;
  line-height: 1.75;
  text-shadow: 0 8px 24px rgba(15, 23, 42, 0.22);
}

/* line 277, app/assets/stylesheets/blog.scss */
.blog-article-page__content {
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 22px 52px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

/* line 285, app/assets/stylesheets/blog.scss */
.blog-article-page__content-header {
  padding: 2rem 2.25rem 1.5rem;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
}

/* line 291, app/assets/stylesheets/blog.scss */
.blog-article-page__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 1.25rem;
  color: #64748b;
  font-size: 0.9rem;
  font-weight: 600;
}

/* line 302, app/assets/stylesheets/blog.scss */
.blog-article-page__breadcrumbs a {
  color: #f27426;
}

/* line 306, app/assets/stylesheets/blog.scss */
.blog-article-page__post-header {
  max-width: 52rem;
}

/* line 310, app/assets/stylesheets/blog.scss */
.blog-article-page__title {
  margin: 0;
  color: #1f2937;
  font-size: clamp(2rem, 2.8vw, 3.25rem);
  font-weight: 800;
  line-height: 1.08;
}

/* line 318, app/assets/stylesheets/blog.scss */
.blog-article-page__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  margin-top: 1rem;
  color: #64748b;
  font-size: 0.95rem;
  font-weight: 600;
}

/* line 328, app/assets/stylesheets/blog.scss */
.blog-article-page__author {
  color: #1f2937;
}

/* line 332, app/assets/stylesheets/blog.scss */
.blog-article-page__body {
  padding: 2rem 2.25rem 2.5rem;
}

/* line 336, app/assets/stylesheets/blog.scss */
.blog-article-page__cover {
  overflow: hidden;
  border-radius: 1.5rem;
  margin-bottom: 2rem;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.96), rgba(241, 245, 249, 0.96));
}

/* line 343, app/assets/stylesheets/blog.scss */
.blog-article-page__cover img {
  display: block;
  width: 100%;
  max-height: 32rem;
  object-fit: cover;
}

/* line 350, app/assets/stylesheets/blog.scss */
.blog-article-page__rich-text {
  color: #334155;
  font-size: 1.0625rem;
  line-height: 1.82;
}

/* line 356, app/assets/stylesheets/blog.scss */
.blog-article-page__rich-text h1,
.blog-article-page__rich-text h2,
.blog-article-page__rich-text h3,
.blog-article-page__rich-text h4 {
  color: #1f2937;
  font-weight: 800;
  line-height: 1.2;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

/* line 367, app/assets/stylesheets/blog.scss */
.blog-article-page__rich-text h2 {
  font-size: 1.9rem;
}

/* line 371, app/assets/stylesheets/blog.scss */
.blog-article-page__rich-text h3 {
  font-size: 1.45rem;
}

/* line 375, app/assets/stylesheets/blog.scss */
.blog-article-page__rich-text p,
.blog-article-page__rich-text ul,
.blog-article-page__rich-text ol {
  margin: 0 0 1.2rem;
  background: transparent !important;
}

/* line 382, app/assets/stylesheets/blog.scss */
.blog-article-page__rich-text ul,
.blog-article-page__rich-text ol {
  padding-left: 1.35rem;
}

/* line 387, app/assets/stylesheets/blog.scss */
.blog-article-page__rich-text li {
  margin-bottom: 0.55rem;
}

/* line 391, app/assets/stylesheets/blog.scss */
.blog-article-page__rich-text a {
  color: #f27426;
  font-weight: 700;
}

/* line 396, app/assets/stylesheets/blog.scss */
.blog-article-page__rich-text img,
.blog-article-page__rich-text video {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.5rem auto;
  border-radius: 1rem;
}

/* line 405, app/assets/stylesheets/blog.scss */
.blog-article-page__rich-text .media-content {
  max-width: 100%;
  margin: 2rem 0;
}

/* line 410, app/assets/stylesheets/blog.scss */
.blog-article-page__rich-text .grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 0.75rem;
}

/* line 416, app/assets/stylesheets/blog.scss */
.blog-article-page__rich-text .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 9.5rem;
  padding: 0.35rem;
  overflow: hidden;
  border-radius: 1rem;
  background: rgba(248, 250, 252, 0.96);
  border: 1px solid rgba(226, 232, 240, 0.9);
}

/* line 428, app/assets/stylesheets/blog.scss */
.blog-article-page__rich-text .grid-item img,
.blog-article-page__rich-text .grid-item video {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  border-radius: 0.8rem;
}

/* line 437, app/assets/stylesheets/blog.scss */
.blog-article-page__rich-text .grid-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0.75rem;
  color: #334155;
  font-size: 0.95rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  /* line 451, app/assets/stylesheets/blog.scss */
  .blog-page {
    padding-top: 2.5rem;
  }
  /* line 455, app/assets/stylesheets/blog.scss */
  .blog-page__container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* line 460, app/assets/stylesheets/blog.scss */
  .blog-page__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  /* line 464, app/assets/stylesheets/blog.scss */
  .blog-article-page {
    padding-top: 2.5rem;
  }
  /* line 468, app/assets/stylesheets/blog.scss */
  .blog-article-page__container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 768px) {
  /* line 475, app/assets/stylesheets/blog.scss */
  .blog-page {
    padding: 2rem 0 3.25rem;
  }
  /* line 479, app/assets/stylesheets/blog.scss */
  .blog-page__content {
    border-radius: 1.5rem;
  }
  /* line 483, app/assets/stylesheets/blog.scss */
  .blog-page__hero {
    padding: 3rem 1rem;
    border-radius: 1.5rem;
  }
  /* line 488, app/assets/stylesheets/blog.scss */
  .blog-page__content-header,
.blog-page__grid,
.blog-page__actions,
.blog-page__empty {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  /* line 496, app/assets/stylesheets/blog.scss */
  .blog-page__content-header {
    padding-top: 1.5rem;
    padding-bottom: 1.15rem;
  }
  /* line 501, app/assets/stylesheets/blog.scss */
  .blog-page__grid {
    gap: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.5rem;
  }
  /* line 507, app/assets/stylesheets/blog.scss */
  .blog-page__actions {
    padding-bottom: 1.5rem;
  }
  /* line 511, app/assets/stylesheets/blog.scss */
  .blog-page__title {
    font-size: 2.5rem;
  }
  /* line 515, app/assets/stylesheets/blog.scss */
  .blog-page__subtitle {
    font-size: 1rem;
    line-height: 1.65;
  }
  /* line 520, app/assets/stylesheets/blog.scss */
  .blog-page__section-title {
    font-size: 1.45rem;
  }
  /* line 524, app/assets/stylesheets/blog.scss */
  .blog-card__body {
    padding: 1.25rem;
  }
  /* line 528, app/assets/stylesheets/blog.scss */
  .blog-article-page {
    padding: 2rem 0 3.25rem;
  }
  /* line 532, app/assets/stylesheets/blog.scss */
  .blog-article-page__hero,
.blog-article-page__content {
    border-radius: 1.5rem;
  }
  /* line 537, app/assets/stylesheets/blog.scss */
  .blog-article-page__hero {
    padding: 3rem 1rem;
  }
  /* line 541, app/assets/stylesheets/blog.scss */
  .blog-article-page__content-header,
.blog-article-page__body {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  /* line 547, app/assets/stylesheets/blog.scss */
  .blog-article-page__content-header {
    padding-top: 1.5rem;
    padding-bottom: 1.15rem;
  }
  /* line 552, app/assets/stylesheets/blog.scss */
  .blog-article-page__body {
    padding-top: 1.25rem;
    padding-bottom: 1.5rem;
  }
  /* line 557, app/assets/stylesheets/blog.scss */
  .blog-article-page__hero-title {
    font-size: 2.5rem;
  }
  /* line 561, app/assets/stylesheets/blog.scss */
  .blog-article-page__hero-subtitle,
.blog-article-page__rich-text {
    font-size: 1rem;
    line-height: 1.7;
  }
  /* line 567, app/assets/stylesheets/blog.scss */
  .blog-article-page__title {
    font-size: 2rem;
  }
  /* line 571, app/assets/stylesheets/blog.scss */
  .blog-article-page__cover {
    margin-bottom: 1.5rem;
  }
  /* line 575, app/assets/stylesheets/blog.scss */
  .blog-article-page__rich-text .grid-container {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }
  /* line 579, app/assets/stylesheets/blog.scss */
  .blog-article-page__rich-text .grid-item {
    min-height: 7.5rem;
  }
}

/* line 3, app/assets/stylesheets/get_account_number.scss */
body .get-account-number h2 {
  font-size: 2.0em;
  font-weight: 300;
}

/* line 8, app/assets/stylesheets/get_account_number.scss */
body .get-account-number img {
  width: 80%;
  padding-bottom: 20px;
}

/* line 1, app/assets/stylesheets/home.scss */
section.section {
  padding: 0;
}

/* line 5, app/assets/stylesheets/home.scss */
.button {
  z-index: 100;
  width: 180px;
  height: 50px;
  font-weight: 700;
  font-size: 1.2em;
  border: 0;
  border-radius: 5px;
}

/* line 16, app/assets/stylesheets/home.scss */
.separator-footer {
  background: #dddddd;
}

/* line 20, app/assets/stylesheets/home.scss */
.is-vertical-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}

/* line 26, app/assets/stylesheets/home.scss */
.navbar-brand {
  display: flex;
  flex-grow: 1;
  /* Allows the brand to grow or shrink */
  min-width: 150px;
  /* Minimum width */
  max-width: 100%;
  /* Maximum width for responsiveness */
}

/* line 33, app/assets/stylesheets/home.scss */
.navbar-item img {
  max-width: 100%;
  /* Ensures the logo scales down */
  height: auto;
  /* Maintains the aspect ratio */
}

/* .navbar-item {
    padding: 2px;
    margin: 0px auto;
}
.nav-button {
    padding: 2px;
    margin: 0px auto;
} */
/* line 1, app/assets/stylesheets/home_benefits.scss */
.benefits-section {
  position: relative;
  background: linear-gradient(180deg, #fff 0%, #fffaf5 100%);
  overflow: hidden;
}

/* line 7, app/assets/stylesheets/home_benefits.scss */
.benefits-section .benefits-section__container.container.is-fluid {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1440px !important;
  margin: 0 auto;
  padding: 2.5rem 2rem 3.25rem;
}

/* line 16, app/assets/stylesheets/home_benefits.scss */
.benefits-section__header {
  display: none;
  justify-content: flex-end;
  margin-bottom: 1.1rem;
}

/* line 22, app/assets/stylesheets/home_benefits.scss */
.benefits-section__controls {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

/* line 28, app/assets/stylesheets/home_benefits.scss */
.benefits-section__control {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(203, 213, 225, 0.95);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.94);
  color: #475569;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
  transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

/* line 41, app/assets/stylesheets/home_benefits.scss */
.benefits-section__control svg {
  width: 1rem;
  height: 1rem;
}

/* line 46, app/assets/stylesheets/home_benefits.scss */
.benefits-section__control:hover, .benefits-section__control:focus {
  color: #0f172a;
  border-color: rgba(242, 116, 38, 0.28);
  background: #fff;
  transform: translateY(-1px);
}

/* line 55, app/assets/stylesheets/home_benefits.scss */
.benefits-section__track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

/* line 61, app/assets/stylesheets/home_benefits.scss */
.benefits-section__card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 100%;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
  text-align: left;
}

/* line 74, app/assets/stylesheets/home_benefits.scss */
.benefits-section__icon {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

/* line 80, app/assets/stylesheets/home_benefits.scss */
.benefits-section__icon-image {
  width: 3.25rem;
  height: 3.25rem;
  object-fit: contain;
}

/* line 86, app/assets/stylesheets/home_benefits.scss */
.benefits-section__title {
  margin: 0;
  color: #f27426;
  font-size: 1.18rem;
  font-weight: 700;
  line-height: 1.2;
}

/* line 94, app/assets/stylesheets/home_benefits.scss */
.benefits-section__text,
.benefits-section__text p {
  margin: 0;
  color: #475569;
  font-size: 0.98rem;
  line-height: 1.65;
}

/* line 102, app/assets/stylesheets/home_benefits.scss */
.benefits-section__text p + p {
  margin-top: 0.5rem;
}

/* line 106, app/assets/stylesheets/home_benefits.scss */
.benefits-section__background {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}

/* line 112, app/assets/stylesheets/home_benefits.scss */
.benefits-section__background::before, .benefits-section__background::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  pointer-events: none;
}

/* line 122, app/assets/stylesheets/home_benefits.scss */
.benefits-section__background::before {
  top: 0;
  height: 4.5rem;
  background: linear-gradient(180deg, #fffaf5 0%, rgba(255, 250, 245, 0) 100%);
}

/* line 128, app/assets/stylesheets/home_benefits.scss */
.benefits-section__background::after {
  bottom: 0;
  height: 5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

/* line 134, app/assets/stylesheets/home_benefits.scss */
.benefits-section__background img {
  width: 100%;
  min-height: 17rem;
  height: auto;
  object-fit: cover;
  object-position: center bottom;
  display: block;
}

@media screen and (max-width: 1023px) {
  /* line 145, app/assets/stylesheets/home_benefits.scss */
  .benefits-section__container {
    padding: 3.5rem 1.5rem 2.75rem;
  }
  /* line 149, app/assets/stylesheets/home_benefits.scss */
  .benefits-section__track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 768px) {
  /* line 155, app/assets/stylesheets/home_benefits.scss */
  .benefits-section__container {
    padding: 2.5rem 0 2.25rem;
  }
  /* line 159, app/assets/stylesheets/home_benefits.scss */
  .benefits-section__header {
    display: flex;
    padding: 0 1rem;
    margin-bottom: 0.9rem;
  }
  /* line 165, app/assets/stylesheets/home_benefits.scss */
  .benefits-section__track {
    display: flex;
    gap: 1rem;
    width: 100%;
    padding: 0.25rem 1rem 0.6rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    touch-action: pan-x;
    scrollbar-width: none;
  }
  /* line 179, app/assets/stylesheets/home_benefits.scss */
  .benefits-section__track::-webkit-scrollbar {
    display: none;
  }
  /* line 183, app/assets/stylesheets/home_benefits.scss */
  .benefits-section__card {
    flex: 0 0 84%;
    min-width: 84%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    padding: 1.4rem 1.2rem;
    border-radius: 1.35rem;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.035);
  }
  /* line 193, app/assets/stylesheets/home_benefits.scss */
  .benefits-section__icon-image {
    width: 2.85rem;
    height: 2.85rem;
  }
  /* line 198, app/assets/stylesheets/home_benefits.scss */
  .benefits-section__title {
    font-size: 1.08rem;
  }
  /* line 202, app/assets/stylesheets/home_benefits.scss */
  .benefits-section__text,
.benefits-section__text p {
    font-size: 0.95rem;
    line-height: 1.58;
  }
}

@media screen and (max-width: 384px) {
  /* line 210, app/assets/stylesheets/home_benefits.scss */
  .benefits-section__header {
    padding: 0 0.85rem;
  }
  /* line 214, app/assets/stylesheets/home_benefits.scss */
  .benefits-section__controls {
    gap: 0.45rem;
  }
  /* line 218, app/assets/stylesheets/home_benefits.scss */
  .benefits-section__control {
    width: 2.25rem;
    height: 2.25rem;
  }
  /* line 223, app/assets/stylesheets/home_benefits.scss */
  .benefits-section__track {
    padding: 0.25rem 0.85rem 0.6rem;
  }
  /* line 227, app/assets/stylesheets/home_benefits.scss */
  .benefits-section__card {
    flex-basis: 88%;
    min-width: 88%;
    padding: 1.25rem 1.05rem;
  }
}

/* line 1, app/assets/stylesheets/home_faq.scss */
.faq-home {
  position: relative;
  background-color: #f8fafc;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* line 9, app/assets/stylesheets/home_faq.scss */
.faq-home::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(248, 250, 252, 0.94) 0%, rgba(248, 250, 252, 0.88) 42%, rgba(248, 250, 252, 0.8) 100%);
  pointer-events: none;
}

/* line 18, app/assets/stylesheets/home_faq.scss */
.faq-home__container.container.is-fluid {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1440px !important;
  margin: 0 auto;
  padding: 4.75rem 2rem;
}

/* line 27, app/assets/stylesheets/home_faq.scss */
.faq-home__layout {
  display: grid;
  grid-template-columns: minmax(18rem, 28rem) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}

/* line 34, app/assets/stylesheets/home_faq.scss */
.faq-home__intro {
  padding-top: 0.5rem;
}

/* line 38, app/assets/stylesheets/home_faq.scss */
.faq-home__eyebrow {
  margin: 0 0 0.75rem;
  color: #f27426;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

/* line 46, app/assets/stylesheets/home_faq.scss */
.faq-home__title {
  margin: 0;
  color: #0f172a;
  font-size: clamp(2rem, 2.9vw, 3.15rem);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: 0;
}

/* line 55, app/assets/stylesheets/home_faq.scss */
.faq-home__panel {
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 1.75rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

/* line 63, app/assets/stylesheets/home_faq.scss */
.faq-home__accordion {
  padding: 1rem;
}

/* line 66, app/assets/stylesheets/home_faq.scss */
.faq-home__accordion .message {
  margin: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

/* line 72, app/assets/stylesheets/home_faq.scss */
.faq-home__accordion .message + .message {
  margin-top: 0.75rem;
}

/* line 77, app/assets/stylesheets/home_faq.scss */
.faq-home__accordion .message-header {
  position: relative;
  min-height: 4.25rem;
  display: flex;
  align-items: center;
  border: 1px solid rgba(226, 232, 240, 0.96);
  border-radius: 1.15rem;
  background: #ffffff;
  color: #0f172a;
  padding: 0;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
  cursor: pointer;
}

/* line 90, app/assets/stylesheets/home_faq.scss */
.faq-home__accordion .message-header p {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 1rem 3.5rem 1rem 1.2rem;
  color: inherit;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.45;
}

/* line 101, app/assets/stylesheets/home_faq.scss */
.faq-home__accordion .message-header a[data-action='collapse'] {
  position: absolute;
  inset: 0;
  z-index: 2;
}

/* line 107, app/assets/stylesheets/home_faq.scss */
.faq-home__accordion .message-header.is-active {
  color: #f27426;
  border-color: rgba(242, 116, 38, 0.35);
  box-shadow: 0 10px 24px rgba(242, 116, 38, 0.08);
}

/* line 113, app/assets/stylesheets/home_faq.scss */
.faq-home__accordion .message-header .faq-plus {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: rgba(242, 116, 38, 0.08);
  color: #f27426;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
}

/* line 132, app/assets/stylesheets/home_faq.scss */
.faq-home__accordion .message-header .faq-plus.is-active span {
  display: none;
}

/* line 136, app/assets/stylesheets/home_faq.scss */
.faq-home__accordion .message-header .faq-plus.is-active:after {
  content: "\2212";
}

/* line 143, app/assets/stylesheets/home_faq.scss */
.faq-home__accordion .message-body {
  margin-top: 0.35rem;
  border: 0;
  border-radius: 0 0 1.15rem 1.15rem;
  background: transparent;
  color: #475569;
}

/* line 151, app/assets/stylesheets/home_faq.scss */
.faq-home__accordion .message-body-content {
  padding: 0.4rem 1.2rem 1rem;
}

/* line 154, app/assets/stylesheets/home_faq.scss */
.faq-home__accordion .message-body-content p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.7;
}

/* line 160, app/assets/stylesheets/home_faq.scss */
.faq-home__accordion .message-body-content p + p {
  margin-top: 0.65rem;
}

/* line 166, app/assets/stylesheets/home_faq.scss */
.faq-home__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.35rem 1.4rem;
  border-top: 1px solid rgba(226, 232, 240, 0.9);
  background: rgba(248, 250, 252, 0.86);
}

/* line 176, app/assets/stylesheets/home_faq.scss */
.faq-home__footer-copy,
.faq-home__footer-copy p {
  margin: 0;
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* line 184, app/assets/stylesheets/home_faq.scss */
.faq-home__footer-action {
  flex-shrink: 0;
}

/* line 188, app/assets/stylesheets/home_faq.scss */
.faq-home__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 11rem;
  min-height: 3.15rem;
  border-radius: 15px;
  background: linear-gradient(180deg, #f68a35 0%, #f27426 100%);
  padding: 0.75rem 1.5rem;
  color: #fff;
  font-size: 0.98rem;
  font-weight: 700;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

/* line 202, app/assets/stylesheets/home_faq.scss */
.faq-home__button:hover, .faq-home__button:focus {
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(242, 116, 38, 0.22);
}

@media screen and (max-width: 1023px) {
  /* line 212, app/assets/stylesheets/home_faq.scss */
  .faq-home__container.container.is-fluid {
    padding: 4rem 1.5rem;
  }
  /* line 216, app/assets/stylesheets/home_faq.scss */
  .faq-home__layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  /* line 221, app/assets/stylesheets/home_faq.scss */
  .faq-home__intro {
    max-width: 38rem;
  }
}

@media screen and (max-width: 768px) {
  /* line 227, app/assets/stylesheets/home_faq.scss */
  .faq-home__container.container.is-fluid {
    padding: 2.9rem 1rem;
  }
  /* line 231, app/assets/stylesheets/home_faq.scss */
  .faq-home__title {
    font-size: clamp(1.75rem, 8vw, 2.35rem);
  }
  /* line 235, app/assets/stylesheets/home_faq.scss */
  .faq-home__panel {
    border-radius: 1.35rem;
  }
  /* line 239, app/assets/stylesheets/home_faq.scss */
  .faq-home__accordion {
    padding: 0.85rem;
  }
  /* line 242, app/assets/stylesheets/home_faq.scss */
  .faq-home__accordion .message-header {
    min-height: 3.9rem;
    border-radius: 1rem;
  }
  /* line 246, app/assets/stylesheets/home_faq.scss */
  .faq-home__accordion .message-header p {
    padding: 0.95rem 3.15rem 0.95rem 1rem;
    font-size: 0.95rem;
    line-height: 1.4;
  }
  /* line 252, app/assets/stylesheets/home_faq.scss */
  .faq-home__accordion .message-header .faq-plus {
    right: 0.85rem;
    width: 1.85rem;
    height: 1.85rem;
  }
  /* line 259, app/assets/stylesheets/home_faq.scss */
  .faq-home__accordion .message-body-content {
    padding: 0.3rem 1rem 0.95rem;
  }
  /* line 262, app/assets/stylesheets/home_faq.scss */
  .faq-home__accordion .message-body-content p {
    font-size: 0.94rem;
  }
  /* line 268, app/assets/stylesheets/home_faq.scss */
  .faq-home__footer {
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
  }
  /* line 274, app/assets/stylesheets/home_faq.scss */
  .faq-home__button {
    width: 100%;
  }
}

/* line 1, app/assets/stylesheets/home_how_it_works.scss */
.how-it-works-section {
  position: relative;
  background: #1f2937;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

/* line 9, app/assets/stylesheets/home_how_it_works.scss */
.how-it-works-section::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(92deg, rgba(17, 24, 39, 0.3) 0%, rgba(17, 24, 39, 0.18) 28%, rgba(242, 116, 38, 0.2) 64%, rgba(242, 116, 38, 0.42) 82%, rgba(248, 172, 28, 0.5) 100%);
  pointer-events: none;
}

/* line 20, app/assets/stylesheets/home_how_it_works.scss */
.how-it-works-section .how-it-works-section__container.container.is-fluid {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1440px !important;
  margin: 0 auto;
  padding: 4.75rem 2rem 4rem;
}

/* line 29, app/assets/stylesheets/home_how_it_works.scss */
.how-it-works-section__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

/* line 37, app/assets/stylesheets/home_how_it_works.scss */
.how-it-works-section__title {
  margin: 0;
  color: #fff;
  font-size: clamp(1.9rem, 2.4vw, 2.7rem);
  font-weight: 700;
  line-height: 1.08;
}

/* line 45, app/assets/stylesheets/home_how_it_works.scss */
.how-it-works-section__controls {
  display: none;
  align-items: center;
  gap: 0.6rem;
}

/* line 51, app/assets/stylesheets/home_how_it_works.scss */
.how-it-works-section__control {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

/* line 63, app/assets/stylesheets/home_how_it_works.scss */
.how-it-works-section__control svg {
  width: 1rem;
  height: 1rem;
}

/* line 68, app/assets/stylesheets/home_how_it_works.scss */
.how-it-works-section__control:hover, .how-it-works-section__control:focus {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.28);
  transform: translateY(-1px);
}

/* line 76, app/assets/stylesheets/home_how_it_works.scss */
.how-it-works-section__track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

/* line 82, app/assets/stylesheets/home_how_it_works.scss */
.how-it-works-section__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.5rem 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(10px);
  text-align: center;
}

/* line 96, app/assets/stylesheets/home_how_it_works.scss */
.how-it-works-section__step {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.2rem;
  height: 2.2rem;
  padding: 0 0.55rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}

/* line 116, app/assets/stylesheets/home_how_it_works.scss */
.how-it-works-section__icon {
  display: flex;
  justify-content: center;
  margin-bottom: 0.95rem;
  margin-top: 0.85rem;
}

/* line 123, app/assets/stylesheets/home_how_it_works.scss */
.how-it-works-section__icon-image {
  width: 4rem;
  height: 4rem;
  object-fit: contain;
}

/* line 129, app/assets/stylesheets/home_how_it_works.scss */
.how-it-works-section__card-title {
  margin: 0 0 0.7rem;
  color: #fff;
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.25;
}

/* line 137, app/assets/stylesheets/home_how_it_works.scss */
.how-it-works-section__text,
.how-it-works-section__text p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  line-height: 1.58;
}

/* line 145, app/assets/stylesheets/home_how_it_works.scss */
.how-it-works-section__text p + p {
  margin-top: 0.45rem;
}

/* line 149, app/assets/stylesheets/home_how_it_works.scss */
.how-it-works-section__cta {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

/* line 155, app/assets/stylesheets/home_how_it_works.scss */
.how-it-works-section__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 12rem;
  min-height: 3.15rem;
  border-radius: 15px;
  background: #fff;
  padding: 0.75rem 1.4rem;
  color: #f27426;
  font-size: 1rem;
  font-weight: 700;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

/* line 169, app/assets/stylesheets/home_how_it_works.scss */
.how-it-works-section__button:hover, .how-it-works-section__button:focus {
  color: #f27426;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.2);
}

@media screen and (max-width: 1180px) {
  /* line 179, app/assets/stylesheets/home_how_it_works.scss */
  .how-it-works-section__track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 1023px) {
  /* line 185, app/assets/stylesheets/home_how_it_works.scss */
  .how-it-works-section__container {
    padding: 4rem 1.5rem 3.25rem;
  }
  /* line 189, app/assets/stylesheets/home_how_it_works.scss */
  .how-it-works-section__track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 768px) {
  /* line 195, app/assets/stylesheets/home_how_it_works.scss */
  .how-it-works-section__container {
    padding: 2.75rem 0 2.5rem;
  }
  /* line 199, app/assets/stylesheets/home_how_it_works.scss */
  .how-it-works-section__header {
    align-items: center;
    padding: 0 1rem;
    margin-bottom: 1rem;
  }
  /* line 205, app/assets/stylesheets/home_how_it_works.scss */
  .how-it-works-section__title {
    font-size: clamp(1.55rem, 6vw, 2rem);
  }
  /* line 209, app/assets/stylesheets/home_how_it_works.scss */
  .how-it-works-section__controls {
    display: inline-flex;
  }
  /* line 213, app/assets/stylesheets/home_how_it_works.scss */
  .how-it-works-section__track {
    display: flex;
    gap: 1rem;
    width: 100%;
    padding: 0.25rem 1rem 0.6rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    touch-action: pan-x;
    scrollbar-width: none;
  }
  /* line 227, app/assets/stylesheets/home_how_it_works.scss */
  .how-it-works-section__track::-webkit-scrollbar {
    display: none;
  }
  /* line 231, app/assets/stylesheets/home_how_it_works.scss */
  .how-it-works-section__card {
    flex: 0 0 84%;
    min-width: 84%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    padding: 1.35rem 1.1rem;
    border-radius: 1.35rem;
  }
  /* line 240, app/assets/stylesheets/home_how_it_works.scss */
  .how-it-works-section__step {
    top: 0.9rem;
    left: 0.9rem;
    min-width: 2rem;
    height: 2rem;
    font-size: 0.76rem;
  }
  /* line 248, app/assets/stylesheets/home_how_it_works.scss */
  .how-it-works-section__icon-image {
    width: 3.5rem;
    height: 3.5rem;
  }
  /* line 253, app/assets/stylesheets/home_how_it_works.scss */
  .how-it-works-section__card-title {
    font-size: 1.04rem;
  }
  /* line 257, app/assets/stylesheets/home_how_it_works.scss */
  .how-it-works-section__text,
.how-it-works-section__text p {
    font-size: 0.92rem;
  }
  /* line 262, app/assets/stylesheets/home_how_it_works.scss */
  .how-it-works-section__cta {
    margin-top: 1.4rem;
    padding: 0 1rem;
  }
  /* line 267, app/assets/stylesheets/home_how_it_works.scss */
  .how-it-works-section__button {
    width: 100%;
  }
}

@media screen and (max-width: 384px) {
  /* line 273, app/assets/stylesheets/home_how_it_works.scss */
  .how-it-works-section__header {
    padding: 0 0.85rem;
  }
  /* line 277, app/assets/stylesheets/home_how_it_works.scss */
  .how-it-works-section__control {
    width: 2.25rem;
    height: 2.25rem;
  }
  /* line 282, app/assets/stylesheets/home_how_it_works.scss */
  .how-it-works-section__track {
    padding: 0.25rem 0.85rem 0.6rem;
  }
  /* line 286, app/assets/stylesheets/home_how_it_works.scss */
  .how-it-works-section__card {
    flex-basis: 88%;
    min-width: 88%;
    padding: 1.2rem 1rem;
  }
}

/* line 1, app/assets/stylesheets/home_navbar.scss */
.site-navbar {
  position: sticky;
  top: 0;
  z-index: 300;
}

/* line 7, app/assets/stylesheets/home_navbar.scss */
.site-navbar__link {
  display: inline-flex;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 15px;
  padding: 0.5rem 1rem;
  color: #cbd5e1;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.2;
  transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

/* line 19, app/assets/stylesheets/home_navbar.scss */
.site-navbar__link:hover, .site-navbar__link:focus {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.07);
  text-decoration: none;
}

/* line 28, app/assets/stylesheets/home_navbar.scss */
.site-navbar__link--active {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

/* line 34, app/assets/stylesheets/home_navbar.scss */
.site-navbar__phone {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(242, 116, 38, 0.4);
  border-radius: 1rem;
  background: rgba(242, 116, 38, 0.1);
  padding: 0.5rem 1rem;
  color: #fff5ec;
  font-size: 0.875rem;
  font-weight: 600;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

/* line 46, app/assets/stylesheets/home_navbar.scss */
.site-navbar__phone:hover, .site-navbar__phone:focus {
  color: #fff;
  background: rgba(242, 116, 38, 0.2);
  border-color: rgba(248, 172, 28, 0.8);
  text-decoration: none;
}

/* line 55, app/assets/stylesheets/home_navbar.scss */
.site-navbar__mobile-toggle {
  display: inline-flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  transition: background-color 0.18s ease;
}

/* line 67, app/assets/stylesheets/home_navbar.scss */
.site-navbar__mobile-toggle:hover, .site-navbar__mobile-toggle:focus {
  background: rgba(255, 255, 255, 0.1);
}

@media screen and (min-width: 768px) {
  /* line 74, app/assets/stylesheets/home_navbar.scss */
  .site-navbar__mobile-toggle,
.site-navbar__mobile-panel {
    display: none !important;
  }
}

/* line 80, app/assets/stylesheets/home_navbar.scss */
.site-navbar__dropdown-panel {
  margin-top: 0.5rem;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  background: #fff;
  padding: 0.5rem;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.16);
}

/* line 89, app/assets/stylesheets/home_navbar.scss */
.site-navbar__dropdown-item {
  display: flex;
  min-height: 2.25rem;
  align-items: center;
  white-space: nowrap;
  border-radius: 0.75rem;
  padding: 0.375rem 0.75rem;
  color: #475569;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  transition: background-color 0.18s ease, color 0.18s ease;
}

/* line 102, app/assets/stylesheets/home_navbar.scss */
.site-navbar__dropdown-item:hover, .site-navbar__dropdown-item:focus {
  color: #0f172a;
  background: #f1f5f9;
  text-decoration: none;
}

/* line 110, app/assets/stylesheets/home_navbar.scss */
.site-navbar__mobile-panel {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 320;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #fff;
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.22);
  max-height: calc(100vh - 5rem);
  overflow-y: auto;
}

/* line 123, app/assets/stylesheets/home_navbar.scss */
.site-navbar__mobile-call {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background: #f27426;
  padding: 0.75rem 1rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  transition: background-color 0.18s ease;
}

/* line 136, app/assets/stylesheets/home_navbar.scss */
.site-navbar__mobile-call:hover, .site-navbar__mobile-call:focus {
  color: #fff;
  background: #df661e;
  text-decoration: none;
}

/* line 144, app/assets/stylesheets/home_navbar.scss */
.site-navbar__mobile-trigger,
.site-navbar__mobile-link {
  display: block;
  width: 100%;
  border-radius: 1rem;
  padding: 0.75rem 1rem;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 600;
  transition: background-color 0.18s ease;
}

/* line 155, app/assets/stylesheets/home_navbar.scss */
.site-navbar__mobile-trigger:hover, .site-navbar__mobile-trigger:focus,
.site-navbar__mobile-link:hover,
.site-navbar__mobile-link:focus {
  background: #f1f5f9;
  text-decoration: none;
}

/* line 162, app/assets/stylesheets/home_navbar.scss */
.site-navbar__mobile-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}

/* line 169, app/assets/stylesheets/home_navbar.scss */
.site-navbar__flash {
  border: 1px solid #bae6fd;
  border-radius: 1rem;
  background: #f0f9ff;
  padding: 0.75rem 1rem;
  color: #0369a1;
  font-size: 0.875rem;
  font-weight: 500;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

/* line 1, app/assets/stylesheets/home_hero.scss */
.home-hero {
  position: relative;
  min-height: 34rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* line 9, app/assets/stylesheets/home_hero.scss */
.home-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 23, 42, 0.72) 0%, rgba(15, 23, 42, 0.48) 34%, rgba(15, 23, 42, 0.18) 68%, rgba(15, 23, 42, 0.16) 100%);
  pointer-events: none;
}

/* line 18, app/assets/stylesheets/home_hero.scss */
.home-hero__body {
  position: relative;
  z-index: 1;
}

/* line 23, app/assets/stylesheets/home_hero.scss */
.home-hero__inner {
  max-width: 1440px;
  min-height: 34rem;
  margin: 0 auto;
  padding: 2.4rem 2rem;
  display: flex;
  align-items: center;
}

/* line 32, app/assets/stylesheets/home_hero.scss */
.home-hero__layout {
  width: 100%;
  display: grid;
  grid-template-columns: 1.3fr 2fr;
  align-items: center;
  gap: 2.5rem;
}

/* line 40, app/assets/stylesheets/home_hero.scss */
.home-hero__calculator-column {
  display: flex;
  justify-content: flex-start;
}

/* line 46, app/assets/stylesheets/home_hero.scss */
.hero-heading,
.hero-heading p {
  margin: 0;
  color: #ffffff;
  font-weight: 700;
  font-size: clamp(1.55rem, 2.05vw, 2.55rem);
  line-height: 1.08;
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  text-align: center;
}

/* line 57, app/assets/stylesheets/home_hero.scss */
.hero-heading p + p {
  margin-top: 0.18em;
}

/* line 61, app/assets/stylesheets/home_hero.scss */
.hero-heading .colored {
  color: #faac1c;
}

/* line 65, app/assets/stylesheets/home_hero.scss */
.home-hero-calculator {
  width: 100%;
  padding: 1.2rem;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.16);
  backdrop-filter: blur(8px);
}

/* line 75, app/assets/stylesheets/home_hero.scss */
.hero-calculator__title {
  margin: 0 0 0.95rem;
  color: #f27426;
  text-align: center;
  font-size: clamp(1.5rem, 1.65vw, 1.85rem);
  font-weight: 700;
  line-height: 1.08;
}

/* line 84, app/assets/stylesheets/home_hero.scss */
.hero-calculator__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 0.92fr);
  align-items: stretch;
  gap: 0.95rem;
}

/* line 91, app/assets/stylesheets/home_hero.scss */
.hero-calculator__fields {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

/* line 97, app/assets/stylesheets/home_hero.scss */
.hero-calculator__input {
  width: 100%;
  min-height: 3rem;
  padding: 0.78rem 0.9rem;
  border: 1px solid #d5dbe3;
  border-radius: 16px;
  background: #ffffff;
  color: #1f2937;
  font-size: 0.98rem;
  line-height: 1.2;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

/* line 110, app/assets/stylesheets/home_hero.scss */
.hero-calculator__input::placeholder {
  color: #64748b;
}

/* line 114, app/assets/stylesheets/home_hero.scss */
.hero-calculator__input:focus {
  outline: none;
  border-color: rgba(242, 116, 38, 0.9);
  box-shadow: 0 0 0 4px rgba(242, 116, 38, 0.14);
}

/* line 121, app/assets/stylesheets/home_hero.scss */
.hero-calculator__divider {
  background: #e5e7eb;
}

/* line 124, app/assets/stylesheets/home_hero.scss */
.hero-calculator__divider--desktop {
  display: block;
}

/* line 128, app/assets/stylesheets/home_hero.scss */
.hero-calculator__divider--mobile {
  display: none;
  width: 100%;
  height: 1px;
}

/* line 135, app/assets/stylesheets/home_hero.scss */
.hero-calculator__results {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

/* line 142, app/assets/stylesheets/home_hero.scss */
.hero-calculator__result {
  margin-bottom: 0.8rem;
}

/* line 146, app/assets/stylesheets/home_hero.scss */
.hero-calculator__label {
  margin: 0 0 0.3rem;
  color: #334155;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* line 156, app/assets/stylesheets/home_hero.scss */
.hero-calculator__savings {
  margin: 0;
  color: #faac1c;
  font-size: 1.85rem;
  font-weight: 700;
  line-height: 1;
}

/* line 164, app/assets/stylesheets/home_hero.scss */
.hero-calculator__button {
  width: 100%;
  min-height: 3.1rem;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(180deg, #f68a35 0%, #f27426 100%);
  color: #ffffff;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 8px 20px rgba(242, 116, 38, 0.2);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

/* line 177, app/assets/stylesheets/home_hero.scss */
.hero-calculator__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(242, 116, 38, 0.28);
  filter: brightness(1.01);
}

/* line 183, app/assets/stylesheets/home_hero.scss */
.hero-calculator__button:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(242, 116, 38, 0.18);
}

@media screen and (max-width: 1023px) {
  /* line 190, app/assets/stylesheets/home_hero.scss */
  .home-hero {
    min-height: 31rem;
  }
  /* line 193, app/assets/stylesheets/home_hero.scss */
  .home-hero__inner {
    min-height: 31rem;
    padding: 2rem 1.5rem;
  }
  /* line 198, app/assets/stylesheets/home_hero.scss */
  .home-hero__layout {
    grid-template-columns: minmax(19.5rem, 25rem) minmax(0, 1fr);
    gap: 1.6rem;
  }
  /* line 204, app/assets/stylesheets/home_hero.scss */
  .hero-heading,
.hero-heading p {
    font-size: clamp(1.45rem, 2.45vw, 2.05rem);
    line-height: 1.1;
  }
  /* line 210, app/assets/stylesheets/home_hero.scss */
  .home-hero-calculator {
    max-width: 25rem;
  }
  /* line 214, app/assets/stylesheets/home_hero.scss */
  .hero-calculator__title {
    font-size: 1.65rem;
  }
}

@media screen and (max-width: 768px) {
  /* line 220, app/assets/stylesheets/home_hero.scss */
  .home-hero {
    min-height: 0;
  }
  /* line 223, app/assets/stylesheets/home_hero.scss */
  .home-hero__inner {
    min-height: 0;
    padding: 1.25rem 1rem 2rem;
  }
  /* line 228, app/assets/stylesheets/home_hero.scss */
  .home-hero__layout {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  /* line 233, app/assets/stylesheets/home_hero.scss */
  .home-hero__calculator-column {
    order: 2;
    justify-content: center;
  }
  /* line 238, app/assets/stylesheets/home_hero.scss */
  .home-hero__copy {
    order: 1;
    max-width: 22rem;
    justify-self: center;
  }
  /* line 245, app/assets/stylesheets/home_hero.scss */
  .hero-heading,
.hero-heading p {
    font-size: clamp(1.35rem, 2rem, 1.95rem);
    line-height: 1.12;
    text-align: center;
  }
  /* line 252, app/assets/stylesheets/home_hero.scss */
  .home-hero-calculator {
    max-width: 23rem;
    padding: 1rem 0.95rem;
    border-radius: 22px;
  }
  /* line 258, app/assets/stylesheets/home_hero.scss */
  .hero-calculator__title {
    margin-bottom: 0.85rem;
    font-size: 1.5rem;
  }
  /* line 263, app/assets/stylesheets/home_hero.scss */
  .hero-calculator__form {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }
  /* line 269, app/assets/stylesheets/home_hero.scss */
  .hero-calculator__divider--desktop {
    display: none;
  }
  /* line 273, app/assets/stylesheets/home_hero.scss */
  .hero-calculator__divider--mobile {
    display: block;
  }
  /* line 278, app/assets/stylesheets/home_hero.scss */
  .hero-calculator__label {
    font-size: 0.72rem;
  }
  /* line 282, app/assets/stylesheets/home_hero.scss */
  .hero-calculator__savings {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 384px) {
  /* line 289, app/assets/stylesheets/home_hero.scss */
  .home-hero__inner {
    padding: 1.15rem 0.85rem 1.85rem;
  }
  /* line 293, app/assets/stylesheets/home_hero.scss */
  .home-hero__copy {
    max-width: 17.5rem;
  }
  /* line 298, app/assets/stylesheets/home_hero.scss */
  .hero-heading,
.hero-heading p {
    font-size: clamp(1.2rem, 1.5rem, 1.7rem);
  }
  /* line 303, app/assets/stylesheets/home_hero.scss */
  .home-hero-calculator {
    max-width: 20rem;
    padding: 0.9rem 0.85rem;
  }
  /* line 308, app/assets/stylesheets/home_hero.scss */
  .hero-calculator__title {
    font-size: 1.35rem;
  }
  /* line 312, app/assets/stylesheets/home_hero.scss */
  .hero-calculator__savings {
    font-size: 1.6rem;
  }
  /* line 316, app/assets/stylesheets/home_hero.scss */
  .hero-calculator__button {
    min-height: 2.95rem;
  }
}

/* line 1, app/assets/stylesheets/home_testimonials.scss */
.testimonials-home {
  position: relative;
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  overflow: hidden;
}

/* line 7, app/assets/stylesheets/home_testimonials.scss */
.testimonials-home__container.container.is-fluid {
  width: 100%;
  max-width: 1440px !important;
  margin: 0 auto;
  padding: 4.75rem 2.5rem;
}

/* line 14, app/assets/stylesheets/home_testimonials.scss */
.testimonials-home__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

/* line 22, app/assets/stylesheets/home_testimonials.scss */
.testimonials-home__intro {
  max-width: 34rem;
}

/* line 26, app/assets/stylesheets/home_testimonials.scss */
.testimonials-home__eyebrow {
  margin: 0 0 0.75rem;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

/* line 34, app/assets/stylesheets/home_testimonials.scss */
.testimonials-home__title {
  margin: 0;
  color: #f27426;
  font-size: clamp(2rem, 2.8vw, 3.1rem);
  font-weight: 700;
  line-height: 1.06;
}

/* line 42, app/assets/stylesheets/home_testimonials.scss */
.testimonials-home__controls {
  display: none;
  align-items: center;
  gap: 0.6rem;
}

/* line 48, app/assets/stylesheets/home_testimonials.scss */
.testimonials-home__control {
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(203, 213, 225, 0.92);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.96);
  color: #475569;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
  transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

/* line 61, app/assets/stylesheets/home_testimonials.scss */
.testimonials-home__control svg {
  width: 1rem;
  height: 1rem;
}

/* line 66, app/assets/stylesheets/home_testimonials.scss */
.testimonials-home__control:hover, .testimonials-home__control:focus {
  color: #0f172a;
  border-color: rgba(242, 116, 38, 0.28);
  background: #fff;
  transform: translateY(-1px);
}

/* line 75, app/assets/stylesheets/home_testimonials.scss */
.testimonials-home__track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

/* line 81, app/assets/stylesheets/home_testimonials.scss */
.testimonials-home__card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.7rem 1.5rem 1.5rem;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 1.6rem;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.045);
}

/* line 92, app/assets/stylesheets/home_testimonials.scss */
.testimonials-home__card-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.15rem;
}

/* line 99, app/assets/stylesheets/home_testimonials.scss */
.testimonials-home__avatar {
  width: 5rem;
  height: 5rem;
  margin: 0;
  flex-shrink: 0;
  border-radius: 9999px;
  overflow: hidden;
  border: 4px solid rgba(242, 116, 38, 0.12);
  background: #fff7ed;
}

/* line 109, app/assets/stylesheets/home_testimonials.scss */
.testimonials-home__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* line 117, app/assets/stylesheets/home_testimonials.scss */
.testimonials-home__quote {
  position: relative;
  margin: 0;
  padding: 0 0 0 1.25rem;
  color: #475569;
  font-size: 1rem;
  line-height: 1.78;
}

/* line 125, app/assets/stylesheets/home_testimonials.scss */
.testimonials-home__quote::before {
  content: '\201C';
  position: absolute;
  left: 0;
  top: -0.3rem;
  color: #faac1c;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
}

/* line 137, app/assets/stylesheets/home_testimonials.scss */
.testimonials-home__author {
  margin-top: auto;
  padding-top: 1.15rem;
}

/* line 142, app/assets/stylesheets/home_testimonials.scss */
.testimonials-home__name {
  margin: 0;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
}

/* line 150, app/assets/stylesheets/home_testimonials.scss */
.testimonials-home__location {
  margin: 0.25rem 0 0;
  color: #64748b;
  font-size: 0.92rem;
  line-height: 1.5;
}

@media screen and (max-width: 1023px) {
  /* line 158, app/assets/stylesheets/home_testimonials.scss */
  .testimonials-home__container.container.is-fluid {
    padding: 4rem 2rem;
  }
  /* line 162, app/assets/stylesheets/home_testimonials.scss */
  .testimonials-home__track {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 768px) {
  /* line 168, app/assets/stylesheets/home_testimonials.scss */
  .testimonials-home__container.container.is-fluid {
    padding: 2.9rem 0.85rem 2.6rem;
  }
  /* line 172, app/assets/stylesheets/home_testimonials.scss */
  .testimonials-home__header {
    align-items: center;
    padding: 0 0.15rem;
    margin-bottom: 1rem;
  }
  /* line 178, app/assets/stylesheets/home_testimonials.scss */
  .testimonials-home__title {
    font-size: clamp(1.7rem, 8vw, 2.35rem);
  }
  /* line 182, app/assets/stylesheets/home_testimonials.scss */
  .testimonials-home__controls {
    display: inline-flex;
  }
  /* line 186, app/assets/stylesheets/home_testimonials.scss */
  .testimonials-home__track {
    display: flex;
    gap: 1rem;
    width: 100%;
    padding: 0.35rem 0.15rem 0.85rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    touch-action: pan-x;
    scrollbar-width: none;
  }
  /* line 200, app/assets/stylesheets/home_testimonials.scss */
  .testimonials-home__track::-webkit-scrollbar {
    display: none;
  }
  /* line 204, app/assets/stylesheets/home_testimonials.scss */
  .testimonials-home__card {
    flex: 0 0 84%;
    min-width: 84%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    padding: 1.45rem 1.2rem 1.25rem;
    border-radius: 1.35rem;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.035);
  }
  /* line 214, app/assets/stylesheets/home_testimonials.scss */
  .testimonials-home__avatar {
    width: 4.5rem;
    height: 4.5rem;
  }
  /* line 219, app/assets/stylesheets/home_testimonials.scss */
  .testimonials-home__quote {
    font-size: 0.95rem;
    line-height: 1.68;
  }
}

@media screen and (max-width: 384px) {
  /* line 226, app/assets/stylesheets/home_testimonials.scss */
  .testimonials-home__header {
    padding: 0 0.1rem;
  }
  /* line 230, app/assets/stylesheets/home_testimonials.scss */
  .testimonials-home__control {
    width: 2.25rem;
    height: 2.25rem;
  }
  /* line 235, app/assets/stylesheets/home_testimonials.scss */
  .testimonials-home__track {
    padding: 0.35rem 0.1rem 0.85rem;
  }
  /* line 239, app/assets/stylesheets/home_testimonials.scss */
  .testimonials-home__card {
    flex-basis: 88%;
    min-width: 88%;
  }
}

@media screen and (min-width: 865px) {
  /* line 2, app/assets/stylesheets/signup.scss */
  .signup-progress-content {
    width: 91.6666666667%;
    margin: 0 3vw;
  }
}

/* line 9, app/assets/stylesheets/signup.scss */
.signup .container {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 9, app/assets/stylesheets/signup.scss */
  .signup .container {
    background-image: url(/assets/signup-bg-5ed8b3e5a49c6ccdf62ec89dd00ec5c25dbcebc337a6d4e9d6573a843c95324c.jpg);
  }
}

@media screen and (max-width: 768px) {
  /* line 9, app/assets/stylesheets/signup.scss */
  .signup .container {
    margin: 0 auto;
  }
}

/* line 24, app/assets/stylesheets/signup.scss */
.signup .container .solar-autopay-terms-frame {
  max-height: 150px;
  overflow-y: auto;
  margin: 25px 0px 30px 0px;
  font-size: small;
}

/* line 36, app/assets/stylesheets/signup.scss */
.signup .steps-column {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 36, app/assets/stylesheets/signup.scss */
  .signup .steps-column {
    background-image: url(/assets/signup-bg-5ed8b3e5a49c6ccdf62ec89dd00ec5c25dbcebc337a6d4e9d6573a843c95324c.jpg);
  }
}

@media screen and (max-width: 768px) {
  /* line 36, app/assets/stylesheets/signup.scss */
  .signup .steps-column {
    margin: 0 auto;
  }
}

/* line 51, app/assets/stylesheets/signup.scss */
.signup .steps-column .solar-autopay-terms-frame {
  max-height: 150px;
  overflow-y: auto;
  margin: 25px 0px 30px 0px;
  font-size: small;
}

/* line 64, app/assets/stylesheets/signup.scss */
.signup .pretty {
  white-space: unset;
  font-size: 1.2em;
}

/* line 67, app/assets/stylesheets/signup.scss */
.signup .pretty .label-text {
  font-size: 1em;
}

/* line 73, app/assets/stylesheets/signup.scss */
.signup .pretty.p-image img {
  z-index: 1;
  transform: scale(0.6);
}

/* line 80, app/assets/stylesheets/signup.scss */
.signup .pretty.p-curve label:after, .signup .pretty.p-curve label:before {
  border-radius: 30%;
}

/* line 88, app/assets/stylesheets/signup.scss */
.signup .copy-service-address .state {
  font-size: 16px;
}

/* line 93, app/assets/stylesheets/signup.scss */
.signup .document-selected-check {
  color: #32CD32;
  padding-right: 5px;
  vertical-align: text-bottom;
}

/* line 99, app/assets/stylesheets/signup.scss */
.signup .signup-progress-container {
  padding-top: 5vh;
}

/* line 102, app/assets/stylesheets/signup.scss */
.signup .signup-progress-container h1 {
  color: #fff;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 30px;
  font-size: 2.5em;
}

/* line 109, app/assets/stylesheets/signup.scss */
.signup .signup-progress-container h1.thank-you {
  margin-top: 5vh;
}

/* line 115, app/assets/stylesheets/signup.scss */
.signup .signup-progress-step {
  padding-left: 2vw;
  height: 10vh;
  background: rgba(0, 0, 0, 0.65);
  margin-top: 15px;
  font-size: 1.5em;
  color: #8a8c8c;
  border-radius: 5px;
  max-height: 100px;
  min-height: 80px;
  padding-top: 0.3vh;
  border: 1px solid #8a8c8c;
}

/* line 128, app/assets/stylesheets/signup.scss */
.signup .signup-progress-step p {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  /* Column | row */
}

/* line 136, app/assets/stylesheets/signup.scss */
.signup .signup-progress-step.active {
  background-color: #faac1c;
  color: #fff;
}

/* line 141, app/assets/stylesheets/signup.scss */
.signup .signup-progress-step .big {
  font-size: 3rem;
  font-weight: 900;
  padding-right: 10px;
  vertical-align: sub;
}

/* line 149, app/assets/stylesheets/signup.scss */
.signup progress {
  border-radius: 0;
}

/* line 153, app/assets/stylesheets/signup.scss */
.signup .content {
  height: 100%;
}

/* line 157, app/assets/stylesheets/signup.scss */
.signup .signup-form {
  background-color: #fff;
  min-height: 100vh;
}

/* line 161, app/assets/stylesheets/signup.scss */
.signup .signup-form input[name='lead[agreed_to_tos]'] {
  width: 5vw;
}

/* line 165, app/assets/stylesheets/signup.scss */
.signup .signup-form input[name='lead[terms_of_service]'] {
  width: 10vw;
}

/* line 169, app/assets/stylesheets/signup.scss */
.signup .signup-form form {
  height: 100%;
  position: relative;
}

/* line 174, app/assets/stylesheets/signup.scss */
.signup .signup-form .utility-form {
  height: 300px;
  position: relative;
  margin: 0 auto;
}

/* line 180, app/assets/stylesheets/signup.scss */
.signup .signup-form .columns {
  height: 100%;
}

/* line 185, app/assets/stylesheets/signup.scss */
.signup .signup-form .label-text.small {
  font-size: 0.8em;
  color: #565b5e;
}

/* line 190, app/assets/stylesheets/signup.scss */
.signup .signup-form .label-text.singleline {
  margin-left: -0.8em;
}

/* line 194, app/assets/stylesheets/signup.scss */
.signup .signup-form .label-text.multiline {
  display: inline-block;
  margin-left: 30px;
  margin-top: -25px;
}

/* line 201, app/assets/stylesheets/signup.scss */
.signup .signup-form label {
  color: #565b5e;
}

/* line 204, app/assets/stylesheets/signup.scss */
.signup .signup-form label.small {
  min-width: 12ex;
}

/* line 208, app/assets/stylesheets/signup.scss */
.signup .signup-form label a.field-info {
  float: right;
  font-size: 0.8em;
  text-decoration: underline;
  color: #aaadae;
}

/* line 216, app/assets/stylesheets/signup.scss */
.signup .signup-form .field {
  padding-bottom: 10px;
}

/* line 220, app/assets/stylesheets/signup.scss */
.signup .signup-form span.text-underline {
  text-decoration: underline;
}

/* line 224, app/assets/stylesheets/signup.scss */
.signup .signup-form .title {
  color: #4a4f51;
  margin-top: 4vh;
  font-weight: 500;
}

/* line 230, app/assets/stylesheets/signup.scss */
.signup .signup-form .black {
  color: #0a0a0a !important;
  font-weight: bold !important;
}

/* line 235, app/assets/stylesheets/signup.scss */
.signup .signup-form .subtitle {
  font-weight: 500;
  color: #4a4f51;
}

/* line 240, app/assets/stylesheets/signup.scss */
.signup .signup-form .control.select {
  width: 100%;
}

/* line 243, app/assets/stylesheets/signup.scss */
.signup .signup-form .control.select:after {
  border-color: #aaadae;
}

/* line 247, app/assets/stylesheets/signup.scss */
.signup .signup-form .control.selectselect {
  width: 100%;
}

/* line 252, app/assets/stylesheets/signup.scss */
.signup .signup-form .document-list {
  padding: 10px 20px 10px 20px;
  border-style: solid;
  border-width: 1px;
  border-radius: 15px;
  border-color: #aaadae;
  font-size: 14px;
}

/* line 260, app/assets/stylesheets/signup.scss */
.signup .signup-form .document-list td {
  border: 0;
}

/* line 263, app/assets/stylesheets/signup.scss */
.signup .signup-form .document-list td::before {
  content: "\25A0";
  color: #faac1c;
  display: inline-block;
  width: 1.2em;
}

/* line 272, app/assets/stylesheets/signup.scss */
.signup .signup-form .submit-button {
  background-color: #f27426;
  width: 160px;
  height: 50px;
  color: #fff;
  font-weight: 700;
  font-size: 1.2em;
  position: relative;
  bottom: 0%;
  right: 1px;
}

/* line 284, app/assets/stylesheets/signup.scss */
.signup .signup-form .back-button {
  background-color: #aaadae;
  width: 270px;
  height: 60px;
  color: #fff;
  font-weight: 700;
  font-size: 1em;
  margin-top: 10vh;
}

/* line 294, app/assets/stylesheets/signup.scss */
.signup .signup-form .utility-button {
  background-color: #f27426;
  height: 50px;
  min-width: 200px;
  width: unset;
  color: #fff;
  font-weight: 700;
  font-size: 1.2em;
}

/* line 305, app/assets/stylesheets/signup.scss */
.signup .signup-form .shifted .label {
  display: flex;
  align-items: center;
}

/* line 309, app/assets/stylesheets/signup.scss */
.signup .signup-form .shifted .label svg {
  margin-right: 15px;
  color: #F27426;
}

/* line 315, app/assets/stylesheets/signup.scss */
.signup .signup-form .shifted .select,
.signup .signup-form .shifted .radio-button-group {
  margin-left: 51px;
}

/* line 324, app/assets/stylesheets/signup.scss */
.signup .select_utility .title,
.signup .select_utility .subtitle {
  text-align: center;
}

/* line 331, app/assets/stylesheets/signup.scss */
.signup .thank_you .content {
  margin-top: 5vh;
}

/* line 336, app/assets/stylesheets/signup.scss */
.signup .social-and-referral-links {
  padding: 10px;
  border-style: solid;
  border-width: 5px;
  border-color: #f8ac1c;
  text-align: center;
  font-size: 1.2rem;
}

/* line 344, app/assets/stylesheets/signup.scss */
.signup .social-and-referral-links #referral-url {
  display: none;
}

/* line 348, app/assets/stylesheets/signup.scss */
.signup .social-and-referral-links .share-with-label {
  vertical-align: top;
  line-height: 28px;
  padding-right: 3px;
}

/* line 354, app/assets/stylesheets/signup.scss */
.signup .social-and-referral-links .copy-link-button {
  background-color: #f8ac1c;
  margin: 0px 3px 0px 3px;
  height: 30px;
  width: 100px;
}

/* line 361, app/assets/stylesheets/signup.scss */
.signup .social-and-referral-links .social-link {
  padding: 0px 3px 0px 3px;
}

/* line 364, app/assets/stylesheets/signup.scss */
.signup .social-and-referral-links .social-link img {
  height: 30px;
}

/* line 369, app/assets/stylesheets/signup.scss */
.signup .social-and-referral-links p.social-links {
  line-height: 2;
}

@media screen and (min-width: 768px) {
  /* line 373, app/assets/stylesheets/signup.scss */
  .signup .social-and-referral-links .sms-button {
    display: none;
  }
}

/* line 381, app/assets/stylesheets/signup.scss */
.prompt-for-autopay {
  margin-top: 12px;
  border-style: solid;
  border-width: 4px 0 4px 0;
  border-color: #FAAC63;
}

@media screen and (min-width: 768px) {
  /* line 381, app/assets/stylesheets/signup.scss */
  .prompt-for-autopay {
    background-image: url(/assets/call-to-action-bg-78a9e42e23ecf66ee8156f6c40d528392c33fe9a0388106a1117e77b14e43fd0.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}

@media screen and (min-width: 768px) {
  /* line 393, app/assets/stylesheets/signup.scss */
  .prompt-for-autopay .sub-container {
    display: flex;
    align-items: center;
  }
}

/* line 399, app/assets/stylesheets/signup.scss */
.prompt-for-autopay .sub-container .left {
  width: 75%;
  padding-top: 15px;
  padding-right: 5px;
  padding-bottom: 15px;
}

/* line 406, app/assets/stylesheets/signup.scss */
.prompt-for-autopay .sub-container .left .black-text {
  color: #0a0a0a;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

/* line 413, app/assets/stylesheets/signup.scss */
.prompt-for-autopay .sub-container .left .yellow-text {
  color: #faac1c;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
}

/* line 421, app/assets/stylesheets/signup.scss */
.prompt-for-autopay .sub-container .right {
  width: 25%;
}

@media screen and (min-width: 768px) {
  /* line 421, app/assets/stylesheets/signup.scss */
  .prompt-for-autopay .sub-container .right {
    text-align: right;
  }
}

/* line 428, app/assets/stylesheets/signup.scss */
.prompt-for-autopay .sub-container .right .button {
  height: 38px;
  width: 110px;
  background-color: #f27426;
  margin-bottom: 0;
}

/* line 438, app/assets/stylesheets/signup.scss */
.alert {
  margin-bottom: 12px;
  position: relative;
  padding: 0.75rem 1.25rem;
}

/* line 444, app/assets/stylesheets/signup.scss */
.alert-info {
  color: #0c5460;
  background-color: #faac1c;
  border: 1px #de9205 solid;
}

/* line 450, app/assets/stylesheets/signup.scss */
.alert-margin {
  margin: 0 auto;
}

/* line 454, app/assets/stylesheets/signup.scss */
.session-reset {
  width: 125px;
  height: 40px;
  background: rgba(0, 0, 0, 0.65);
  font-weight: 500;
  float: right;
  font-size: 1em;
  border: 1px solid #8a8c8c;
  color: #8a8c8c;
  margin-top: 2em;
}

/* line 465, app/assets/stylesheets/signup.scss */
.session-reset:hover {
  color: #fff;
}

/* line 471, app/assets/stylesheets/signup.scss */
.mobile-progress .session-reset {
  margin-top: 25px;
  margin-left: 5px;
  margin-bottom: 10px;
  float: none;
  color: white;
}

/* line 480, app/assets/stylesheets/signup.scss */
#tcpa-modal {
  font-size: 1rem;
}

/* line 484, app/assets/stylesheets/signup.scss */
#self-attestation-modal {
  font-size: 1rem;
}

/* line 488, app/assets/stylesheets/signup.scss */
#affiliates_list {
  font-size: 12px;
}

/* line 492, app/assets/stylesheets/signup.scss */
.single-line-address {
  display: flex;
  align-items: center;
  margin: 20px;
}

/* line 497, app/assets/stylesheets/signup.scss */
.single-line-address svg {
  margin-right: 15px;
  color: #F27426;
  flex-shrink: 0;
}

/* line 504, app/assets/stylesheets/signup.scss */
.county-input {
  display: flex;
  align-items: center;
}

/* line 508, app/assets/stylesheets/signup.scss */
.county-input .label {
  margin: 15px;
}

/* line 513, app/assets/stylesheets/signup.scss */
.shrink {
  width: 15%;
  height: 15%;
}

/* line 518, app/assets/stylesheets/signup.scss */
.rotate {
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* line 543, app/assets/stylesheets/signup.scss */
#signature-iframe {
  width: 100%;
  height: 80vh;
}

@media screen and (max-width: 768px) {
  /* line 550, app/assets/stylesheets/signup.scss */
  #signature-iframe {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}

/* Signup Refresh - Steps */
/* line 561, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup,
.signup-step--confirm.section.signup,
.signup-step--verify-address.section.signup,
.signup-step--lmi-income.section.signup,
.signup-step--lmi-eligibility.section.signup,
.signup-step--signature.section.signup,
.signup-step--thank-you.section.signup {
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.24), rgba(255, 255, 255, 0.22)), radial-gradient(circle at top left, rgba(248, 172, 28, 0.08), transparent 28rem), url(/assets/signup-bg-5ed8b3e5a49c6ccdf62ec89dd00ec5c25dbcebc337a6d4e9d6573a843c95324c.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
}

/* line 577, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step__container,
.signup-step--confirm.section.signup .signup-step__container,
.signup-step--verify-address.section.signup .signup-step__container,
.signup-step--lmi-income.section.signup .signup-step__container,
.signup-step--lmi-eligibility.section.signup .signup-step__container,
.signup-step--signature.section.signup .signup-step__container,
.signup-step--thank-you.section.signup .signup-step__container {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 3.5rem;
  padding-bottom: 5rem;
  background-image: none;
  box-sizing: border-box;
}

/* line 589, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step__layout,
.signup-step--confirm.section.signup .signup-step__layout,
.signup-step--verify-address.section.signup .signup-step__layout,
.signup-step--lmi-income.section.signup .signup-step__layout,
.signup-step--lmi-eligibility.section.signup .signup-step__layout,
.signup-step--signature.section.signup .signup-step__layout,
.signup-step--thank-you.section.signup .signup-step__layout {
  display: grid;
  grid-template-columns: minmax(18rem, 0.72fr) minmax(0, 1.28fr);
  gap: 1.75rem;
  align-items: flex-start;
  margin: 0;
}

/* line 597, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step__progress-column,
.signup-step--confirm.section.signup .signup-step__progress-column,
.signup-step--verify-address.section.signup .signup-step__progress-column,
.signup-step--lmi-income.section.signup .signup-step__progress-column,
.signup-step--lmi-eligibility.section.signup .signup-step__progress-column,
.signup-step--signature.section.signup .signup-step__progress-column,
.signup-step--thank-you.section.signup .signup-step__progress-column {
  display: block;
}

/* line 601, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-progress-container,
.signup-step--confirm.section.signup .signup-progress-container,
.signup-step--verify-address.section.signup .signup-progress-container,
.signup-step--lmi-income.section.signup .signup-progress-container,
.signup-step--lmi-eligibility.section.signup .signup-progress-container,
.signup-step--signature.section.signup .signup-progress-container,
.signup-step--thank-you.section.signup .signup-progress-container {
  display: block;
  min-height: 0;
  padding-top: 0;
}

/* line 607, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-progress-content,
.signup-step--confirm.section.signup .signup-progress-content,
.signup-step--verify-address.section.signup .signup-progress-content,
.signup-step--lmi-income.section.signup .signup-progress-content,
.signup-step--lmi-eligibility.section.signup .signup-progress-content,
.signup-step--signature.section.signup .signup-progress-content,
.signup-step--thank-you.section.signup .signup-progress-content {
  width: 100%;
  margin: 0;
  padding: 1.6rem 1.45rem;
  border-radius: 1.75rem;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.98), rgba(30, 30, 30, 0.98)), radial-gradient(circle at bottom right, rgba(242, 116, 38, 0.08), transparent 18rem);
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.14);
}

/* line 618, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-progress-content h1,
.signup-step--confirm.section.signup .signup-progress-content h1,
.signup-step--verify-address.section.signup .signup-progress-content h1,
.signup-step--lmi-income.section.signup .signup-progress-content h1,
.signup-step--lmi-eligibility.section.signup .signup-progress-content h1,
.signup-step--signature.section.signup .signup-progress-content h1,
.signup-step--thank-you.section.signup .signup-progress-content h1 {
  margin-bottom: 1.1rem;
  color: #fff;
  font-size: clamp(1.65rem, 2.15vw, 2.35rem);
  font-weight: 800;
  line-height: 1.08;
}

/* line 627, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-progress-step,
.signup-step--confirm.section.signup .signup-progress-step,
.signup-step--verify-address.section.signup .signup-progress-step,
.signup-step--lmi-income.section.signup .signup-progress-step,
.signup-step--lmi-eligibility.section.signup .signup-progress-step,
.signup-step--signature.section.signup .signup-progress-step,
.signup-step--thank-you.section.signup .signup-progress-step {
  display: flex;
  align-items: center;
  gap: 1rem;
  height: auto;
  min-height: 4.15rem;
  margin-top: 0.65rem;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  border: 1px solid rgba(148, 163, 184, 0.25);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(226, 232, 240, 0.82);
  font-size: 0.95rem;
  line-height: 1.42;
}

/* line 642, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-progress-step.active,
.signup-step--confirm.section.signup .signup-progress-step.active,
.signup-step--verify-address.section.signup .signup-progress-step.active,
.signup-step--lmi-income.section.signup .signup-progress-step.active,
.signup-step--lmi-eligibility.section.signup .signup-progress-step.active,
.signup-step--signature.section.signup .signup-progress-step.active,
.signup-step--thank-you.section.signup .signup-progress-step.active {
  background: linear-gradient(135deg, #f27426, #ff8a2c);
  border-color: transparent;
  color: #fff;
  box-shadow: 0 18px 36px rgba(242, 116, 38, 0.24);
}

/* line 649, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-progress-step.completed,
.signup-step--confirm.section.signup .signup-progress-step.completed,
.signup-step--verify-address.section.signup .signup-progress-step.completed,
.signup-step--lmi-income.section.signup .signup-progress-step.completed,
.signup-step--lmi-eligibility.section.signup .signup-progress-step.completed,
.signup-step--signature.section.signup .signup-progress-step.completed,
.signup-step--thank-you.section.signup .signup-progress-step.completed {
  background: linear-gradient(135deg, rgba(242, 116, 38, 0.2), rgba(255, 138, 44, 0.16));
  border-color: rgba(242, 116, 38, 0.3);
  color: #fff7ed;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

/* line 656, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-progress-step .big,
.signup-step--confirm.section.signup .signup-progress-step .big,
.signup-step--verify-address.section.signup .signup-progress-step .big,
.signup-step--lmi-income.section.signup .signup-progress-step .big,
.signup-step--lmi-eligibility.section.signup .signup-progress-step .big,
.signup-step--signature.section.signup .signup-progress-step .big,
.signup-step--thank-you.section.signup .signup-progress-step .big {
  min-width: 2.5rem;
  font-size: 1.55rem;
  font-weight: 900;
  line-height: 1;
  padding-right: 0;
  vertical-align: baseline;
}

/* line 666, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step__panel,
.signup-step--confirm.section.signup .signup-step__panel,
.signup-step--verify-address.section.signup .signup-step__panel,
.signup-step--lmi-income.section.signup .signup-step__panel,
.signup-step--lmi-eligibility.section.signup .signup-step__panel,
.signup-step--signature.section.signup .signup-step__panel,
.signup-step--thank-you.section.signup .signup-step__panel {
  min-height: auto;
  width: auto;
  padding: 0;
  background: transparent;
  align-self: flex-start;
}

/* line 674, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-form,
.signup-step--confirm.section.signup .signup-form,
.signup-step--verify-address.section.signup .signup-form,
.signup-step--lmi-income.section.signup .signup-form,
.signup-step--lmi-eligibility.section.signup .signup-form,
.signup-step--signature.section.signup .signup-form,
.signup-step--thank-you.section.signup .signup-form {
  min-height: auto;
}

/* line 678, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup #signup_form,
.signup-step--confirm.section.signup #signup_form,
.signup-step--verify-address.section.signup #signup_form,
.signup-step--lmi-income.section.signup #signup_form,
.signup-step--lmi-eligibility.section.signup #signup_form,
.signup-step--signature.section.signup #signup_form,
.signup-step--thank-you.section.signup #signup_form {
  height: auto !important;
  min-height: auto !important;
}

/* line 683, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step__panel-columns,
.signup-step--confirm.section.signup .signup-step__panel-columns,
.signup-step--verify-address.section.signup .signup-step__panel-columns,
.signup-step--lmi-income.section.signup .signup-step__panel-columns,
.signup-step--lmi-eligibility.section.signup .signup-step__panel-columns,
.signup-step--signature.section.signup .signup-step__panel-columns,
.signup-step--thank-you.section.signup .signup-step__panel-columns {
  display: block;
  height: auto;
  margin: 0;
}

/* line 689, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form,
.signup-step--confirm.section.signup .signup-step-form,
.signup-step--verify-address.section.signup .signup-step-form,
.signup-step--lmi-income.section.signup .signup-step-form,
.signup-step--lmi-eligibility.section.signup .signup-step-form,
.signup-step--signature.section.signup .signup-step-form,
.signup-step--thank-you.section.signup .signup-step-form {
  display: block;
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}

/* line 697, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form__card,
.signup-step--confirm.section.signup .signup-step-form__card,
.signup-step--verify-address.section.signup .signup-step-form__card,
.signup-step--lmi-income.section.signup .signup-step-form__card,
.signup-step--lmi-eligibility.section.signup .signup-step-form__card,
.signup-step--signature.section.signup .signup-step-form__card,
.signup-step--thank-you.section.signup .signup-step-form__card {
  width: 100%;
  padding: 1.85rem 1.9rem;
  border: 1px solid rgba(226, 232, 240, 0.94);
  border-radius: 1.75rem;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 24px 56px rgba(15, 23, 42, 0.08);
}

/* line 706, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form__intro,
.signup-step--confirm.section.signup .signup-step-form__intro,
.signup-step--verify-address.section.signup .signup-step-form__intro,
.signup-step--lmi-income.section.signup .signup-step-form__intro,
.signup-step--lmi-eligibility.section.signup .signup-step-form__intro,
.signup-step--signature.section.signup .signup-step-form__intro,
.signup-step--thank-you.section.signup .signup-step-form__intro {
  margin-bottom: 1.5rem;
}

/* line 710, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form__eyebrow,
.signup-step--confirm.section.signup .signup-step-form__eyebrow,
.signup-step--verify-address.section.signup .signup-step-form__eyebrow,
.signup-step--lmi-income.section.signup .signup-step-form__eyebrow,
.signup-step--lmi-eligibility.section.signup .signup-step-form__eyebrow,
.signup-step--signature.section.signup .signup-step-form__eyebrow,
.signup-step--thank-you.section.signup .signup-step-form__eyebrow {
  margin: 0 0 0.55rem;
  color: #f27426;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* line 719, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form__title.title,
.signup-step--confirm.section.signup .signup-step-form__title.title,
.signup-step--verify-address.section.signup .signup-step-form__title.title,
.signup-step--lmi-income.section.signup .signup-step-form__title.title,
.signup-step--lmi-eligibility.section.signup .signup-step-form__title.title,
.signup-step--signature.section.signup .signup-step-form__title.title,
.signup-step--thank-you.section.signup .signup-step-form__title.title {
  margin: 0;
  color: #1f2937;
  font-size: clamp(1.8rem, 2.5vw, 2.9rem);
  font-weight: 800;
  line-height: 1.08;
}

/* line 727, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form__copy,
.signup-step--confirm.section.signup .signup-step-form__copy,
.signup-step--verify-address.section.signup .signup-step-form__copy,
.signup-step--lmi-income.section.signup .signup-step-form__copy,
.signup-step--lmi-eligibility.section.signup .signup-step-form__copy,
.signup-step--signature.section.signup .signup-step-form__copy,
.signup-step--thank-you.section.signup .signup-step-form__copy {
  margin: 0.85rem 0 0;
  color: #64748b;
  font-size: 0.98rem;
  line-height: 1.72;
}

/* line 734, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form__section + .signup-step-form__section,
.signup-step--confirm.section.signup .signup-step-form__section + .signup-step-form__section,
.signup-step--verify-address.section.signup .signup-step-form__section + .signup-step-form__section,
.signup-step--lmi-income.section.signup .signup-step-form__section + .signup-step-form__section,
.signup-step--lmi-eligibility.section.signup .signup-step-form__section + .signup-step-form__section,
.signup-step--signature.section.signup .signup-step-form__section + .signup-step-form__section,
.signup-step--thank-you.section.signup .signup-step-form__section + .signup-step-form__section {
  margin-top: 1.8rem;
  padding-top: 1.8rem;
  border-top: 1px solid rgba(226, 232, 240, 0.9);
}

/* line 740, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form__section-title,
.signup-step--confirm.section.signup .signup-step-form__section-title,
.signup-step--verify-address.section.signup .signup-step-form__section-title,
.signup-step--lmi-income.section.signup .signup-step-form__section-title,
.signup-step--lmi-eligibility.section.signup .signup-step-form__section-title,
.signup-step--signature.section.signup .signup-step-form__section-title,
.signup-step--thank-you.section.signup .signup-step-form__section-title {
  margin: 0 0 1.15rem;
  color: #1f2937;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

/* line 748, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form__grid,
.signup-step--confirm.section.signup .signup-step-form__grid,
.signup-step--verify-address.section.signup .signup-step-form__grid,
.signup-step--lmi-income.section.signup .signup-step-form__grid,
.signup-step--lmi-eligibility.section.signup .signup-step-form__grid,
.signup-step--signature.section.signup .signup-step-form__grid,
.signup-step--thank-you.section.signup .signup-step-form__grid {
  display: grid;
  gap: 1.45rem 1.15rem;
}

/* line 753, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form__grid--business,
.signup-step--intro.section.signup .signup-step-form__grid--details,
.signup-step--confirm.section.signup .signup-step-form__grid--business,
.signup-step--confirm.section.signup .signup-step-form__grid--details,
.signup-step--verify-address.section.signup .signup-step-form__grid--business,
.signup-step--verify-address.section.signup .signup-step-form__grid--details,
.signup-step--lmi-income.section.signup .signup-step-form__grid--business,
.signup-step--lmi-income.section.signup .signup-step-form__grid--details,
.signup-step--lmi-eligibility.section.signup .signup-step-form__grid--business,
.signup-step--lmi-eligibility.section.signup .signup-step-form__grid--details,
.signup-step--signature.section.signup .signup-step-form__grid--business,
.signup-step--signature.section.signup .signup-step-form__grid--details,
.signup-step--thank-you.section.signup .signup-step-form__grid--business,
.signup-step--thank-you.section.signup .signup-step-form__grid--details {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* line 758, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form__grid--name,
.signup-step--confirm.section.signup .signup-step-form__grid--name,
.signup-step--verify-address.section.signup .signup-step-form__grid--name,
.signup-step--lmi-income.section.signup .signup-step-form__grid--name,
.signup-step--lmi-eligibility.section.signup .signup-step-form__grid--name,
.signup-step--signature.section.signup .signup-step-form__grid--name,
.signup-step--thank-you.section.signup .signup-step-form__grid--name {
  grid-template-columns: minmax(0, 1fr) 8.5rem;
}

/* line 762, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form__grid--dob,
.signup-step--confirm.section.signup .signup-step-form__grid--dob,
.signup-step--verify-address.section.signup .signup-step-form__grid--dob,
.signup-step--lmi-income.section.signup .signup-step-form__grid--dob,
.signup-step--lmi-eligibility.section.signup .signup-step-form__grid--dob,
.signup-step--signature.section.signup .signup-step-form__grid--dob,
.signup-step--thank-you.section.signup .signup-step-form__grid--dob {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* line 766, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form__field,
.signup-step--confirm.section.signup .signup-step-form__field,
.signup-step--verify-address.section.signup .signup-step-form__field,
.signup-step--lmi-income.section.signup .signup-step-form__field,
.signup-step--lmi-eligibility.section.signup .signup-step-form__field,
.signup-step--signature.section.signup .signup-step-form__field,
.signup-step--thank-you.section.signup .signup-step-form__field {
  padding-bottom: 0;
  margin-bottom: 0.35rem;
}

/* line 771, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-form .signup-step-form__field.field,
.signup-step--confirm.section.signup .signup-form .signup-step-form__field.field,
.signup-step--verify-address.section.signup .signup-form .signup-step-form__field.field,
.signup-step--lmi-income.section.signup .signup-form .signup-step-form__field.field,
.signup-step--lmi-eligibility.section.signup .signup-form .signup-step-form__field.field,
.signup-step--signature.section.signup .signup-form .signup-step-form__field.field,
.signup-step--thank-you.section.signup .signup-form .signup-step-form__field.field {
  padding-bottom: 0 !important;
  margin-bottom: 0.35rem !important;
}

/* line 776, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form__label,
.signup-step--confirm.section.signup .signup-step-form__label,
.signup-step--verify-address.section.signup .signup-step-form__label,
.signup-step--lmi-income.section.signup .signup-step-form__label,
.signup-step--lmi-eligibility.section.signup .signup-step-form__label,
.signup-step--signature.section.signup .signup-step-form__label,
.signup-step--thank-you.section.signup .signup-step-form__label {
  display: inline-block;
  margin-bottom: 0.65rem;
  color: #334155;
  font-size: 0.93rem;
  font-weight: 700;
}

/* line 784, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-form label.signup-step-form__label.label,
.signup-step--confirm.section.signup .signup-form label.signup-step-form__label.label,
.signup-step--verify-address.section.signup .signup-form label.signup-step-form__label.label,
.signup-step--lmi-income.section.signup .signup-form label.signup-step-form__label.label,
.signup-step--lmi-eligibility.section.signup .signup-form label.signup-step-form__label.label,
.signup-step--signature.section.signup .signup-form label.signup-step-form__label.label,
.signup-step--thank-you.section.signup .signup-form label.signup-step-form__label.label {
  display: inline-block !important;
  margin-bottom: 0.65rem !important;
  color: #334155 !important;
  font-size: 0.93rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

/* line 793, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form__label .signup-step-form__field-info,
.signup-step--intro.section.signup .signup-step-form__field-info,
.signup-step--confirm.section.signup .signup-step-form__label .signup-step-form__field-info,
.signup-step--confirm.section.signup .signup-step-form__field-info,
.signup-step--verify-address.section.signup .signup-step-form__label .signup-step-form__field-info,
.signup-step--verify-address.section.signup .signup-step-form__field-info,
.signup-step--lmi-income.section.signup .signup-step-form__label .signup-step-form__field-info,
.signup-step--lmi-income.section.signup .signup-step-form__field-info,
.signup-step--lmi-eligibility.section.signup .signup-step-form__label .signup-step-form__field-info,
.signup-step--lmi-eligibility.section.signup .signup-step-form__field-info,
.signup-step--signature.section.signup .signup-step-form__label .signup-step-form__field-info,
.signup-step--signature.section.signup .signup-step-form__field-info,
.signup-step--thank-you.section.signup .signup-step-form__label .signup-step-form__field-info,
.signup-step--thank-you.section.signup .signup-step-form__field-info {
  margin-left: 0.4rem;
  color: #f27426;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

/* line 803, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form__label .signup-step-form__field-info:hover,
.signup-step--intro.section.signup .signup-step-form__field-info:hover,
.signup-step--confirm.section.signup .signup-step-form__label .signup-step-form__field-info:hover,
.signup-step--confirm.section.signup .signup-step-form__field-info:hover,
.signup-step--verify-address.section.signup .signup-step-form__label .signup-step-form__field-info:hover,
.signup-step--verify-address.section.signup .signup-step-form__field-info:hover,
.signup-step--lmi-income.section.signup .signup-step-form__label .signup-step-form__field-info:hover,
.signup-step--lmi-income.section.signup .signup-step-form__field-info:hover,
.signup-step--lmi-eligibility.section.signup .signup-step-form__label .signup-step-form__field-info:hover,
.signup-step--lmi-eligibility.section.signup .signup-step-form__field-info:hover,
.signup-step--signature.section.signup .signup-step-form__label .signup-step-form__field-info:hover,
.signup-step--signature.section.signup .signup-step-form__field-info:hover,
.signup-step--thank-you.section.signup .signup-step-form__label .signup-step-form__field-info:hover,
.signup-step--thank-you.section.signup .signup-step-form__field-info:hover {
  text-decoration: underline;
}

/* line 808, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form__section,
.signup-step--confirm.section.signup .signup-step-form__section,
.signup-step--verify-address.section.signup .signup-step-form__section,
.signup-step--lmi-income.section.signup .signup-step-form__section,
.signup-step--lmi-eligibility.section.signup .signup-step-form__section,
.signup-step--signature.section.signup .signup-step-form__section,
.signup-step--thank-you.section.signup .signup-step-form__section {
  display: block;
}

/* line 812, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form__section .signup-step-form__grid,
.signup-step--confirm.section.signup .signup-step-form__section .signup-step-form__grid,
.signup-step--verify-address.section.signup .signup-step-form__section .signup-step-form__grid,
.signup-step--lmi-income.section.signup .signup-step-form__section .signup-step-form__grid,
.signup-step--lmi-eligibility.section.signup .signup-step-form__section .signup-step-form__grid,
.signup-step--signature.section.signup .signup-step-form__section .signup-step-form__grid,
.signup-step--thank-you.section.signup .signup-step-form__section .signup-step-form__grid {
  margin-top: 0.45rem;
}

/* line 816, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form__section > .signup-step-form__grid + .signup-step-form__field,
.signup-step--confirm.section.signup .signup-step-form__section > .signup-step-form__grid + .signup-step-form__field,
.signup-step--verify-address.section.signup .signup-step-form__section > .signup-step-form__grid + .signup-step-form__field,
.signup-step--lmi-income.section.signup .signup-step-form__section > .signup-step-form__grid + .signup-step-form__field,
.signup-step--lmi-eligibility.section.signup .signup-step-form__section > .signup-step-form__grid + .signup-step-form__field,
.signup-step--signature.section.signup .signup-step-form__section > .signup-step-form__grid + .signup-step-form__field,
.signup-step--thank-you.section.signup .signup-step-form__section > .signup-step-form__grid + .signup-step-form__field {
  margin-top: 0.95rem;
}

/* line 820, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form__section > .signup-step-form__grid + .signup-step-form__grid,
.signup-step--confirm.section.signup .signup-step-form__section > .signup-step-form__grid + .signup-step-form__grid,
.signup-step--verify-address.section.signup .signup-step-form__section > .signup-step-form__grid + .signup-step-form__grid,
.signup-step--lmi-income.section.signup .signup-step-form__section > .signup-step-form__grid + .signup-step-form__grid,
.signup-step--lmi-eligibility.section.signup .signup-step-form__section > .signup-step-form__grid + .signup-step-form__grid,
.signup-step--signature.section.signup .signup-step-form__section > .signup-step-form__grid + .signup-step-form__grid,
.signup-step--thank-you.section.signup .signup-step-form__section > .signup-step-form__grid + .signup-step-form__grid {
  margin-top: 0.95rem;
}

/* line 824, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form__section > .signup-step-form__field + .signup-step-form__grid,
.signup-step--confirm.section.signup .signup-step-form__section > .signup-step-form__field + .signup-step-form__grid,
.signup-step--verify-address.section.signup .signup-step-form__section > .signup-step-form__field + .signup-step-form__grid,
.signup-step--lmi-income.section.signup .signup-step-form__section > .signup-step-form__field + .signup-step-form__grid,
.signup-step--lmi-eligibility.section.signup .signup-step-form__section > .signup-step-form__field + .signup-step-form__grid,
.signup-step--signature.section.signup .signup-step-form__section > .signup-step-form__field + .signup-step-form__grid,
.signup-step--thank-you.section.signup .signup-step-form__section > .signup-step-form__field + .signup-step-form__grid {
  margin-top: 0.95rem;
}

/* line 828, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form__section > .signup-step-form__field + .signup-step-form__field,
.signup-step--confirm.section.signup .signup-step-form__section > .signup-step-form__field + .signup-step-form__field,
.signup-step--verify-address.section.signup .signup-step-form__section > .signup-step-form__field + .signup-step-form__field,
.signup-step--lmi-income.section.signup .signup-step-form__section > .signup-step-form__field + .signup-step-form__field,
.signup-step--lmi-eligibility.section.signup .signup-step-form__section > .signup-step-form__field + .signup-step-form__field,
.signup-step--signature.section.signup .signup-step-form__section > .signup-step-form__field + .signup-step-form__field,
.signup-step--thank-you.section.signup .signup-step-form__section > .signup-step-form__field + .signup-step-form__field {
  margin-top: 0.95rem;
}

/* line 832, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form__section .signup-step-form__grid > .signup-step-form__field.field,
.signup-step--confirm.section.signup .signup-step-form__section .signup-step-form__grid > .signup-step-form__field.field,
.signup-step--verify-address.section.signup .signup-step-form__section .signup-step-form__grid > .signup-step-form__field.field,
.signup-step--lmi-income.section.signup .signup-step-form__section .signup-step-form__grid > .signup-step-form__field.field,
.signup-step--lmi-eligibility.section.signup .signup-step-form__section .signup-step-form__grid > .signup-step-form__field.field,
.signup-step--signature.section.signup .signup-step-form__section .signup-step-form__grid > .signup-step-form__field.field,
.signup-step--thank-you.section.signup .signup-step-form__section .signup-step-form__grid > .signup-step-form__field.field {
  margin-top: 0 !important;
}

/* line 836, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form__input,
.signup-step--intro.section.signup .signup-step-form__select select,
.signup-step--confirm.section.signup .signup-step-form__input,
.signup-step--confirm.section.signup .signup-step-form__select select,
.signup-step--verify-address.section.signup .signup-step-form__input,
.signup-step--verify-address.section.signup .signup-step-form__select select,
.signup-step--lmi-income.section.signup .signup-step-form__input,
.signup-step--lmi-income.section.signup .signup-step-form__select select,
.signup-step--lmi-eligibility.section.signup .signup-step-form__input,
.signup-step--lmi-eligibility.section.signup .signup-step-form__select select,
.signup-step--signature.section.signup .signup-step-form__input,
.signup-step--signature.section.signup .signup-step-form__select select,
.signup-step--thank-you.section.signup .signup-step-form__input,
.signup-step--thank-you.section.signup .signup-step-form__select select {
  width: 100%;
  min-height: 3.35rem;
  border: 1px solid #cbd5e1;
  border-radius: 1rem;
  background: #fff;
  color: #1f2937;
  padding: 0.85rem 1rem;
  font-size: 1rem;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

/* line 850, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form__input:focus,
.signup-step--intro.section.signup .signup-step-form__select select:focus,
.signup-step--confirm.section.signup .signup-step-form__input:focus,
.signup-step--confirm.section.signup .signup-step-form__select select:focus,
.signup-step--verify-address.section.signup .signup-step-form__input:focus,
.signup-step--verify-address.section.signup .signup-step-form__select select:focus,
.signup-step--lmi-income.section.signup .signup-step-form__input:focus,
.signup-step--lmi-income.section.signup .signup-step-form__select select:focus,
.signup-step--lmi-eligibility.section.signup .signup-step-form__input:focus,
.signup-step--lmi-eligibility.section.signup .signup-step-form__select select:focus,
.signup-step--signature.section.signup .signup-step-form__input:focus,
.signup-step--signature.section.signup .signup-step-form__select select:focus,
.signup-step--thank-you.section.signup .signup-step-form__input:focus,
.signup-step--thank-you.section.signup .signup-step-form__select select:focus {
  border-color: rgba(242, 116, 38, 0.65);
  box-shadow: 0 0 0 4px rgba(242, 116, 38, 0.12);
  outline: none;
}

/* line 857, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form__select,
.signup-step--confirm.section.signup .signup-step-form__select,
.signup-step--verify-address.section.signup .signup-step-form__select,
.signup-step--lmi-income.section.signup .signup-step-form__select,
.signup-step--lmi-eligibility.section.signup .signup-step-form__select,
.signup-step--signature.section.signup .signup-step-form__select,
.signup-step--thank-you.section.signup .signup-step-form__select {
  width: 100%;
}

/* line 860, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form__select:after,
.signup-step--confirm.section.signup .signup-step-form__select:after,
.signup-step--verify-address.section.signup .signup-step-form__select:after,
.signup-step--lmi-income.section.signup .signup-step-form__select:after,
.signup-step--lmi-eligibility.section.signup .signup-step-form__select:after,
.signup-step--signature.section.signup .signup-step-form__select:after,
.signup-step--thank-you.section.signup .signup-step-form__select:after {
  right: 1.15rem;
  border-color: #94a3b8;
}

/* line 866, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form__choice-group,
.signup-step--confirm.section.signup .signup-step-form__choice-group,
.signup-step--verify-address.section.signup .signup-step-form__choice-group,
.signup-step--lmi-income.section.signup .signup-step-form__choice-group,
.signup-step--lmi-eligibility.section.signup .signup-step-form__choice-group,
.signup-step--signature.section.signup .signup-step-form__choice-group,
.signup-step--thank-you.section.signup .signup-step-form__choice-group {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.2rem;
}

/* line 875, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form__toggle,
.signup-step--confirm.section.signup .signup-step-form__toggle,
.signup-step--verify-address.section.signup .signup-step-form__toggle,
.signup-step--lmi-income.section.signup .signup-step-form__toggle,
.signup-step--lmi-eligibility.section.signup .signup-step-form__toggle,
.signup-step--signature.section.signup .signup-step-form__toggle,
.signup-step--thank-you.section.signup .signup-step-form__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0;
  cursor: pointer;
}

/* line 883, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form__toggle-input,
.signup-step--confirm.section.signup .signup-step-form__toggle-input,
.signup-step--verify-address.section.signup .signup-step-form__toggle-input,
.signup-step--lmi-income.section.signup .signup-step-form__toggle-input,
.signup-step--lmi-eligibility.section.signup .signup-step-form__toggle-input,
.signup-step--signature.section.signup .signup-step-form__toggle-input,
.signup-step--thank-you.section.signup .signup-step-form__toggle-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* line 889, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form__toggle-control,
.signup-step--confirm.section.signup .signup-step-form__toggle-control,
.signup-step--verify-address.section.signup .signup-step-form__toggle-control,
.signup-step--lmi-income.section.signup .signup-step-form__toggle-control,
.signup-step--lmi-eligibility.section.signup .signup-step-form__toggle-control,
.signup-step--signature.section.signup .signup-step-form__toggle-control,
.signup-step--thank-you.section.signup .signup-step-form__toggle-control {
  position: relative;
  width: 1.15rem;
  height: 1.15rem;
  border: 1.5px solid #cbd5e1;
  border-radius: 9999px;
  background: #fff;
  flex-shrink: 0;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

/* line 900, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form__toggle-input:checked + .signup-step-form__toggle-control,
.signup-step--confirm.section.signup .signup-step-form__toggle-input:checked + .signup-step-form__toggle-control,
.signup-step--verify-address.section.signup .signup-step-form__toggle-input:checked + .signup-step-form__toggle-control,
.signup-step--lmi-income.section.signup .signup-step-form__toggle-input:checked + .signup-step-form__toggle-control,
.signup-step--lmi-eligibility.section.signup .signup-step-form__toggle-input:checked + .signup-step-form__toggle-control,
.signup-step--signature.section.signup .signup-step-form__toggle-input:checked + .signup-step-form__toggle-control,
.signup-step--thank-you.section.signup .signup-step-form__toggle-input:checked + .signup-step-form__toggle-control {
  border-color: #f27426;
  box-shadow: 0 0 0 4px rgba(242, 116, 38, 0.12);
}

/* line 905, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form__toggle-input:checked + .signup-step-form__toggle-control::after,
.signup-step--confirm.section.signup .signup-step-form__toggle-input:checked + .signup-step-form__toggle-control::after,
.signup-step--verify-address.section.signup .signup-step-form__toggle-input:checked + .signup-step-form__toggle-control::after,
.signup-step--lmi-income.section.signup .signup-step-form__toggle-input:checked + .signup-step-form__toggle-control::after,
.signup-step--lmi-eligibility.section.signup .signup-step-form__toggle-input:checked + .signup-step-form__toggle-control::after,
.signup-step--signature.section.signup .signup-step-form__toggle-input:checked + .signup-step-form__toggle-control::after,
.signup-step--thank-you.section.signup .signup-step-form__toggle-input:checked + .signup-step-form__toggle-control::after {
  content: '';
  position: absolute;
  inset: 0.2rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, #f27426, #ff8a2c);
}

/* line 913, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form__toggle-label,
.signup-step--confirm.section.signup .signup-step-form__toggle-label,
.signup-step--verify-address.section.signup .signup-step-form__toggle-label,
.signup-step--lmi-income.section.signup .signup-step-form__toggle-label,
.signup-step--lmi-eligibility.section.signup .signup-step-form__toggle-label,
.signup-step--signature.section.signup .signup-step-form__toggle-label,
.signup-step--thank-you.section.signup .signup-step-form__toggle-label {
  color: #334155;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.2;
}

/* line 920, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form--confirm .signup-step-form__choice-group,
.signup-step--confirm.section.signup .signup-step-form--confirm .signup-step-form__choice-group,
.signup-step--verify-address.section.signup .signup-step-form--confirm .signup-step-form__choice-group,
.signup-step--lmi-income.section.signup .signup-step-form--confirm .signup-step-form__choice-group,
.signup-step--lmi-eligibility.section.signup .signup-step-form--confirm .signup-step-form__choice-group,
.signup-step--signature.section.signup .signup-step-form--confirm .signup-step-form__choice-group,
.signup-step--thank-you.section.signup .signup-step-form--confirm .signup-step-form__choice-group {
  margin-top: 0.7rem;
}

/* line 924, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form__consent,
.signup-step--confirm.section.signup .signup-step-form__consent,
.signup-step--verify-address.section.signup .signup-step-form__consent,
.signup-step--lmi-income.section.signup .signup-step-form__consent,
.signup-step--lmi-eligibility.section.signup .signup-step-form__consent,
.signup-step--signature.section.signup .signup-step-form__consent,
.signup-step--thank-you.section.signup .signup-step-form__consent {
  margin-top: 1.8rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(226, 232, 240, 0.9);
}

/* line 930, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form__consent .field,
.signup-step--confirm.section.signup .signup-step-form__consent .field,
.signup-step--verify-address.section.signup .signup-step-form__consent .field,
.signup-step--lmi-income.section.signup .signup-step-form__consent .field,
.signup-step--lmi-eligibility.section.signup .signup-step-form__consent .field,
.signup-step--signature.section.signup .signup-step-form__consent .field,
.signup-step--thank-you.section.signup .signup-step-form__consent .field {
  padding-bottom: 0;
}

/* line 934, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-form .signup-step-form__consent .field,
.signup-step--confirm.section.signup .signup-form .signup-step-form__consent .field,
.signup-step--verify-address.section.signup .signup-form .signup-step-form__consent .field,
.signup-step--lmi-income.section.signup .signup-form .signup-step-form__consent .field,
.signup-step--lmi-eligibility.section.signup .signup-form .signup-step-form__consent .field,
.signup-step--signature.section.signup .signup-form .signup-step-form__consent .field,
.signup-step--thank-you.section.signup .signup-form .signup-step-form__consent .field {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* line 939, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form__footer,
.signup-step--confirm.section.signup .signup-step-form__footer,
.signup-step--verify-address.section.signup .signup-step-form__footer,
.signup-step--lmi-income.section.signup .signup-step-form__footer,
.signup-step--lmi-eligibility.section.signup .signup-step-form__footer,
.signup-step--signature.section.signup .signup-step-form__footer,
.signup-step--thank-you.section.signup .signup-step-form__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem;
  margin-top: 1.8rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(226, 232, 240, 0.9);
}

/* line 949, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form__help,
.signup-step--confirm.section.signup .signup-step-form__help,
.signup-step--verify-address.section.signup .signup-step-form__help,
.signup-step--lmi-income.section.signup .signup-step-form__help,
.signup-step--lmi-eligibility.section.signup .signup-step-form__help,
.signup-step--signature.section.signup .signup-step-form__help,
.signup-step--thank-you.section.signup .signup-step-form__help {
  flex: 1;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 1.1rem;
  background: rgba(248, 250, 252, 0.9);
}

/* line 957, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form__help-title,
.signup-step--confirm.section.signup .signup-step-form__help-title,
.signup-step--verify-address.section.signup .signup-step-form__help-title,
.signup-step--lmi-income.section.signup .signup-step-form__help-title,
.signup-step--lmi-eligibility.section.signup .signup-step-form__help-title,
.signup-step--signature.section.signup .signup-step-form__help-title,
.signup-step--thank-you.section.signup .signup-step-form__help-title {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #1f2937;
  font-size: 0.95rem;
  font-weight: 800;
}

/* line 966, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form__help-title .icon,
.signup-step--confirm.section.signup .signup-step-form__help-title .icon,
.signup-step--verify-address.section.signup .signup-step-form__help-title .icon,
.signup-step--lmi-income.section.signup .signup-step-form__help-title .icon,
.signup-step--lmi-eligibility.section.signup .signup-step-form__help-title .icon,
.signup-step--signature.section.signup .signup-step-form__help-title .icon,
.signup-step--thank-you.section.signup .signup-step-form__help-title .icon {
  color: #f27426;
}

/* line 970, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form__help-copy,
.signup-step--confirm.section.signup .signup-step-form__help-copy,
.signup-step--verify-address.section.signup .signup-step-form__help-copy,
.signup-step--lmi-income.section.signup .signup-step-form__help-copy,
.signup-step--lmi-eligibility.section.signup .signup-step-form__help-copy,
.signup-step--signature.section.signup .signup-step-form__help-copy,
.signup-step--thank-you.section.signup .signup-step-form__help-copy {
  margin: 0.45rem 0 0;
  color: #64748b;
  font-size: 0.93rem;
  line-height: 1.7;
}

/* line 977, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form__help-copy a,
.signup-step--confirm.section.signup .signup-step-form__help-copy a,
.signup-step--verify-address.section.signup .signup-step-form__help-copy a,
.signup-step--lmi-income.section.signup .signup-step-form__help-copy a,
.signup-step--lmi-eligibility.section.signup .signup-step-form__help-copy a,
.signup-step--signature.section.signup .signup-step-form__help-copy a,
.signup-step--thank-you.section.signup .signup-step-form__help-copy a {
  color: #f27426;
  font-weight: 700;
}

/* line 982, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form__actions,
.signup-step--confirm.section.signup .signup-step-form__actions,
.signup-step--verify-address.section.signup .signup-step-form__actions,
.signup-step--lmi-income.section.signup .signup-step-form__actions,
.signup-step--lmi-eligibility.section.signup .signup-step-form__actions,
.signup-step--signature.section.signup .signup-step-form__actions,
.signup-step--thank-you.section.signup .signup-step-form__actions {
  flex-shrink: 0;
}

/* line 986, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form__submit.submit-button,
.signup-step--confirm.section.signup .signup-step-form__submit.submit-button,
.signup-step--verify-address.section.signup .signup-step-form__submit.submit-button,
.signup-step--lmi-income.section.signup .signup-step-form__submit.submit-button,
.signup-step--lmi-eligibility.section.signup .signup-step-form__submit.submit-button,
.signup-step--signature.section.signup .signup-step-form__submit.submit-button,
.signup-step--thank-you.section.signup .signup-step-form__submit.submit-button {
  width: auto;
  min-width: 10rem;
  height: 3.5rem;
  border: 0;
  border-radius: 1rem;
  padding: 0.9rem 1.5rem;
  background: linear-gradient(135deg, #f27426, #ff8a2c);
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  box-shadow: 0 18px 30px rgba(242, 116, 38, 0.18);
  margin-bottom: 0 !important;
}

/* line 1001, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-step-form .notification.is-danger,
.signup-step--intro.section.signup .signup-step-form .alert-danger,
.signup-step--confirm.section.signup .signup-step-form .notification.is-danger,
.signup-step--confirm.section.signup .signup-step-form .alert-danger,
.signup-step--verify-address.section.signup .signup-step-form .notification.is-danger,
.signup-step--verify-address.section.signup .signup-step-form .alert-danger,
.signup-step--lmi-income.section.signup .signup-step-form .notification.is-danger,
.signup-step--lmi-income.section.signup .signup-step-form .alert-danger,
.signup-step--lmi-eligibility.section.signup .signup-step-form .notification.is-danger,
.signup-step--lmi-eligibility.section.signup .signup-step-form .alert-danger,
.signup-step--signature.section.signup .signup-step-form .notification.is-danger,
.signup-step--signature.section.signup .signup-step-form .alert-danger,
.signup-step--thank-you.section.signup .signup-step-form .notification.is-danger,
.signup-step--thank-you.section.signup .signup-step-form .alert-danger {
  border: 1px solid rgba(248, 113, 113, 0.28);
  border-radius: 1rem;
  background: rgba(254, 242, 242, 0.98);
  color: #b91c1c;
}

/* line 1009, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .mobile-progress,
.signup-step--confirm.section.signup .mobile-progress,
.signup-step--verify-address.section.signup .mobile-progress,
.signup-step--lmi-income.section.signup .mobile-progress,
.signup-step--lmi-eligibility.section.signup .mobile-progress,
.signup-step--signature.section.signup .mobile-progress,
.signup-step--thank-you.section.signup .mobile-progress {
  margin-bottom: 1rem;
}

/* line 1013, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .mobile-progress .progress,
.signup-step--confirm.section.signup .mobile-progress .progress,
.signup-step--verify-address.section.signup .mobile-progress .progress,
.signup-step--lmi-income.section.signup .mobile-progress .progress,
.signup-step--lmi-eligibility.section.signup .mobile-progress .progress,
.signup-step--signature.section.signup .mobile-progress .progress,
.signup-step--thank-you.section.signup .mobile-progress .progress {
  height: 0.7rem;
  border-radius: 9999px;
  overflow: hidden;
  background: rgba(226, 232, 240, 0.9);
}

/* line 1020, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .mobile-progress .progress.is-warning::-webkit-progress-value,
.signup-step--confirm.section.signup .mobile-progress .progress.is-warning::-webkit-progress-value,
.signup-step--verify-address.section.signup .mobile-progress .progress.is-warning::-webkit-progress-value,
.signup-step--lmi-income.section.signup .mobile-progress .progress.is-warning::-webkit-progress-value,
.signup-step--lmi-eligibility.section.signup .mobile-progress .progress.is-warning::-webkit-progress-value,
.signup-step--signature.section.signup .mobile-progress .progress.is-warning::-webkit-progress-value,
.signup-step--thank-you.section.signup .mobile-progress .progress.is-warning::-webkit-progress-value {
  background: linear-gradient(135deg, #f27426, #ff8a2c);
}

/* line 1024, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .mobile-progress .progress.is-warning::-moz-progress-bar,
.signup-step--confirm.section.signup .mobile-progress .progress.is-warning::-moz-progress-bar,
.signup-step--verify-address.section.signup .mobile-progress .progress.is-warning::-moz-progress-bar,
.signup-step--lmi-income.section.signup .mobile-progress .progress.is-warning::-moz-progress-bar,
.signup-step--lmi-eligibility.section.signup .mobile-progress .progress.is-warning::-moz-progress-bar,
.signup-step--signature.section.signup .mobile-progress .progress.is-warning::-moz-progress-bar,
.signup-step--thank-you.section.signup .mobile-progress .progress.is-warning::-moz-progress-bar {
  background: linear-gradient(135deg, #f27426, #ff8a2c);
}

/* line 1028, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-loading-modal,
.signup-step--confirm.section.signup .signup-loading-modal,
.signup-step--verify-address.section.signup .signup-loading-modal,
.signup-step--lmi-income.section.signup .signup-loading-modal,
.signup-step--lmi-eligibility.section.signup .signup-loading-modal,
.signup-step--signature.section.signup .signup-loading-modal,
.signup-step--thank-you.section.signup .signup-loading-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0;
  width: 100%;
  text-align: center;
}

/* line 1037, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .signup-loading-modal__logo,
.signup-step--confirm.section.signup .signup-loading-modal__logo,
.signup-step--verify-address.section.signup .signup-loading-modal__logo,
.signup-step--lmi-income.section.signup .signup-loading-modal__logo,
.signup-step--lmi-eligibility.section.signup .signup-loading-modal__logo,
.signup-step--signature.section.signup .signup-loading-modal__logo,
.signup-step--thank-you.section.signup .signup-loading-modal__logo {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 auto;
  object-fit: contain;
}

/* line 1045, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .swal-modal .swal-content,
.signup-step--confirm.section.signup .swal-modal .swal-content,
.signup-step--verify-address.section.signup .swal-modal .swal-content,
.signup-step--lmi-income.section.signup .swal-modal .swal-content,
.signup-step--lmi-eligibility.section.signup .swal-modal .swal-content,
.signup-step--signature.section.signup .swal-modal .swal-content,
.signup-step--thank-you.section.signup .swal-modal .swal-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 1051, app/assets/stylesheets/signup.scss */
.signup-step--intro.section.signup .swal-modal .swal-content .signup-loading-modal,
.signup-step--confirm.section.signup .swal-modal .swal-content .signup-loading-modal,
.signup-step--verify-address.section.signup .swal-modal .swal-content .signup-loading-modal,
.signup-step--lmi-income.section.signup .swal-modal .swal-content .signup-loading-modal,
.signup-step--lmi-eligibility.section.signup .swal-modal .swal-content .signup-loading-modal,
.signup-step--signature.section.signup .swal-modal .swal-content .signup-loading-modal,
.signup-step--thank-you.section.signup .swal-modal .swal-content .signup-loading-modal {
  width: auto;
  min-width: 2.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  /* line 1058, app/assets/stylesheets/signup.scss */
  .signup-step--intro.section.signup .signup-step__container,
.signup-step--confirm.section.signup .signup-step__container,
.signup-step--verify-address.section.signup .signup-step__container,
.signup-step--lmi-income.section.signup .signup-step__container,
.signup-step--lmi-eligibility.section.signup .signup-step__container,
.signup-step--signature.section.signup .signup-step__container,
.signup-step--thank-you.section.signup .signup-step__container {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2.75rem;
    padding-bottom: 4rem;
  }
  /* line 1066, app/assets/stylesheets/signup.scss */
  .signup-step--intro.section.signup .signup-step__layout,
.signup-step--confirm.section.signup .signup-step__layout,
.signup-step--verify-address.section.signup .signup-step__layout,
.signup-step--lmi-income.section.signup .signup-step__layout,
.signup-step--lmi-eligibility.section.signup .signup-step__layout,
.signup-step--signature.section.signup .signup-step__layout,
.signup-step--thank-you.section.signup .signup-step__layout {
    grid-template-columns: minmax(15rem, 0.62fr) minmax(0, 1.38fr);
    gap: 1.1rem;
  }
  /* line 1071, app/assets/stylesheets/signup.scss */
  .signup-step--intro.section.signup .signup-progress-content,
.signup-step--confirm.section.signup .signup-progress-content,
.signup-step--verify-address.section.signup .signup-progress-content,
.signup-step--lmi-income.section.signup .signup-progress-content,
.signup-step--lmi-eligibility.section.signup .signup-progress-content,
.signup-step--signature.section.signup .signup-progress-content,
.signup-step--thank-you.section.signup .signup-progress-content {
    margin-bottom: 1.1rem;
  }
  /* line 1075, app/assets/stylesheets/signup.scss */
  .signup-step--intro.section.signup .signup-step-form__footer,
.signup-step--confirm.section.signup .signup-step-form__footer,
.signup-step--verify-address.section.signup .signup-step-form__footer,
.signup-step--lmi-income.section.signup .signup-step-form__footer,
.signup-step--lmi-eligibility.section.signup .signup-step-form__footer,
.signup-step--signature.section.signup .signup-step-form__footer,
.signup-step--thank-you.section.signup .signup-step-form__footer {
    flex-direction: column;
    align-items: stretch;
  }
  /* line 1080, app/assets/stylesheets/signup.scss */
  .signup-step--intro.section.signup .signup-step-form__actions,
.signup-step--intro.section.signup .signup-step-form__submit.submit-button,
.signup-step--confirm.section.signup .signup-step-form__actions,
.signup-step--confirm.section.signup .signup-step-form__submit.submit-button,
.signup-step--verify-address.section.signup .signup-step-form__actions,
.signup-step--verify-address.section.signup .signup-step-form__submit.submit-button,
.signup-step--lmi-income.section.signup .signup-step-form__actions,
.signup-step--lmi-income.section.signup .signup-step-form__submit.submit-button,
.signup-step--lmi-eligibility.section.signup .signup-step-form__actions,
.signup-step--lmi-eligibility.section.signup .signup-step-form__submit.submit-button,
.signup-step--signature.section.signup .signup-step-form__actions,
.signup-step--signature.section.signup .signup-step-form__submit.submit-button,
.signup-step--thank-you.section.signup .signup-step-form__actions,
.signup-step--thank-you.section.signup .signup-step-form__submit.submit-button {
    width: 100%;
  }
}

@media screen and (max-width: 864px) {
  /* line 561, app/assets/stylesheets/signup.scss */
  .signup-step--intro.section.signup,
.signup-step--confirm.section.signup,
.signup-step--verify-address.section.signup,
.signup-step--lmi-income.section.signup,
.signup-step--lmi-eligibility.section.signup,
.signup-step--signature.section.signup,
.signup-step--thank-you.section.signup {
    padding: 0;
  }
  /* line 1089, app/assets/stylesheets/signup.scss */
  .signup-step--intro.section.signup .signup-step__container,
.signup-step--confirm.section.signup .signup-step__container,
.signup-step--verify-address.section.signup .signup-step__container,
.signup-step--lmi-income.section.signup .signup-step__container,
.signup-step--lmi-eligibility.section.signup .signup-step__container,
.signup-step--signature.section.signup .signup-step__container,
.signup-step--thank-you.section.signup .signup-step__container {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 2.25rem;
    padding-bottom: 3.75rem;
  }
  /* line 1097, app/assets/stylesheets/signup.scss */
  .signup-step--intro.section.signup .signup-step__layout,
.signup-step--confirm.section.signup .signup-step__layout,
.signup-step--verify-address.section.signup .signup-step__layout,
.signup-step--lmi-income.section.signup .signup-step__layout,
.signup-step--lmi-eligibility.section.signup .signup-step__layout,
.signup-step--signature.section.signup .signup-step__layout,
.signup-step--thank-you.section.signup .signup-step__layout {
    display: block;
  }
  /* line 1101, app/assets/stylesheets/signup.scss */
  .signup-step--intro.section.signup .signup-step__panel,
.signup-step--confirm.section.signup .signup-step__panel,
.signup-step--verify-address.section.signup .signup-step__panel,
.signup-step--lmi-income.section.signup .signup-step__panel,
.signup-step--lmi-eligibility.section.signup .signup-step__panel,
.signup-step--signature.section.signup .signup-step__panel,
.signup-step--thank-you.section.signup .signup-step__panel {
    min-height: auto;
  }
  /* line 1105, app/assets/stylesheets/signup.scss */
  .signup-step--intro.section.signup .signup-step-form,
.signup-step--confirm.section.signup .signup-step-form,
.signup-step--verify-address.section.signup .signup-step-form,
.signup-step--lmi-income.section.signup .signup-step-form,
.signup-step--lmi-eligibility.section.signup .signup-step-form,
.signup-step--signature.section.signup .signup-step-form,
.signup-step--thank-you.section.signup .signup-step-form {
    width: 100%;
  }
  /* line 1109, app/assets/stylesheets/signup.scss */
  .signup-step--intro.section.signup .signup-step-form__card,
.signup-step--confirm.section.signup .signup-step-form__card,
.signup-step--verify-address.section.signup .signup-step-form__card,
.signup-step--lmi-income.section.signup .signup-step-form__card,
.signup-step--lmi-eligibility.section.signup .signup-step-form__card,
.signup-step--signature.section.signup .signup-step-form__card,
.signup-step--thank-you.section.signup .signup-step-form__card {
    padding: 1.25rem;
    border-radius: 1.4rem;
  }
  /* line 1114, app/assets/stylesheets/signup.scss */
  .signup-step--intro.section.signup .signup-progress-content,
.signup-step--confirm.section.signup .signup-progress-content,
.signup-step--verify-address.section.signup .signup-progress-content,
.signup-step--lmi-income.section.signup .signup-progress-content,
.signup-step--lmi-eligibility.section.signup .signup-progress-content,
.signup-step--signature.section.signup .signup-progress-content,
.signup-step--thank-you.section.signup .signup-progress-content {
    padding: 1.3rem 1.15rem;
    border-radius: 1.4rem;
  }
  /* line 1119, app/assets/stylesheets/signup.scss */
  .signup-step--intro.section.signup .signup-step-form__title.title,
.signup-step--confirm.section.signup .signup-step-form__title.title,
.signup-step--verify-address.section.signup .signup-step-form__title.title,
.signup-step--lmi-income.section.signup .signup-step-form__title.title,
.signup-step--lmi-eligibility.section.signup .signup-step-form__title.title,
.signup-step--signature.section.signup .signup-step-form__title.title,
.signup-step--thank-you.section.signup .signup-step-form__title.title {
    font-size: clamp(1.85rem, 8vw, 2.35rem);
  }
  /* line 1123, app/assets/stylesheets/signup.scss */
  .signup-step--intro.section.signup .signup-step-form__grid--business,
.signup-step--intro.section.signup .signup-step-form__grid--details,
.signup-step--intro.section.signup .signup-step-form__grid--name,
.signup-step--confirm.section.signup .signup-step-form__grid--business,
.signup-step--confirm.section.signup .signup-step-form__grid--details,
.signup-step--confirm.section.signup .signup-step-form__grid--name,
.signup-step--verify-address.section.signup .signup-step-form__grid--business,
.signup-step--verify-address.section.signup .signup-step-form__grid--details,
.signup-step--verify-address.section.signup .signup-step-form__grid--name,
.signup-step--lmi-income.section.signup .signup-step-form__grid--business,
.signup-step--lmi-income.section.signup .signup-step-form__grid--details,
.signup-step--lmi-income.section.signup .signup-step-form__grid--name,
.signup-step--lmi-eligibility.section.signup .signup-step-form__grid--business,
.signup-step--lmi-eligibility.section.signup .signup-step-form__grid--details,
.signup-step--lmi-eligibility.section.signup .signup-step-form__grid--name,
.signup-step--signature.section.signup .signup-step-form__grid--business,
.signup-step--signature.section.signup .signup-step-form__grid--details,
.signup-step--signature.section.signup .signup-step-form__grid--name,
.signup-step--thank-you.section.signup .signup-step-form__grid--business,
.signup-step--thank-you.section.signup .signup-step-form__grid--details,
.signup-step--thank-you.section.signup .signup-step-form__grid--name {
    grid-template-columns: 1fr;
  }
  /* line 1129, app/assets/stylesheets/signup.scss */
  .signup-step--intro.section.signup .signup-step-form__choice-group,
.signup-step--confirm.section.signup .signup-step-form__choice-group,
.signup-step--verify-address.section.signup .signup-step-form__choice-group,
.signup-step--lmi-income.section.signup .signup-step-form__choice-group,
.signup-step--lmi-eligibility.section.signup .signup-step-form__choice-group,
.signup-step--signature.section.signup .signup-step-form__choice-group,
.signup-step--thank-you.section.signup .signup-step-form__choice-group {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1rem 1.4rem;
  }
  /* line 1135, app/assets/stylesheets/signup.scss */
  .signup-step--intro.section.signup .signup-step-form__toggle,
.signup-step--confirm.section.signup .signup-step-form__toggle,
.signup-step--verify-address.section.signup .signup-step-form__toggle,
.signup-step--lmi-income.section.signup .signup-step-form__toggle,
.signup-step--lmi-eligibility.section.signup .signup-step-form__toggle,
.signup-step--signature.section.signup .signup-step-form__toggle,
.signup-step--thank-you.section.signup .signup-step-form__toggle {
    min-width: auto;
  }
}

@media screen and (max-width: 640px) {
  /* line 1141, app/assets/stylesheets/signup.scss */
  .signup-step--intro.section.signup .signup-step__container,
.signup-step--confirm.section.signup .signup-step__container,
.signup-step--verify-address.section.signup .signup-step__container,
.signup-step--lmi-income.section.signup .signup-step__container,
.signup-step--lmi-eligibility.section.signup .signup-step__container,
.signup-step--signature.section.signup .signup-step__container,
.signup-step--thank-you.section.signup .signup-step__container {
    width: 100%;
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }
  /* line 1147, app/assets/stylesheets/signup.scss */
  .signup-step--intro.section.signup .signup-step-form__card,
.signup-step--intro.section.signup .signup-progress-content,
.signup-step--confirm.section.signup .signup-step-form__card,
.signup-step--confirm.section.signup .signup-progress-content,
.signup-step--verify-address.section.signup .signup-step-form__card,
.signup-step--verify-address.section.signup .signup-progress-content,
.signup-step--lmi-income.section.signup .signup-step-form__card,
.signup-step--lmi-income.section.signup .signup-progress-content,
.signup-step--lmi-eligibility.section.signup .signup-step-form__card,
.signup-step--lmi-eligibility.section.signup .signup-progress-content,
.signup-step--signature.section.signup .signup-step-form__card,
.signup-step--signature.section.signup .signup-progress-content,
.signup-step--thank-you.section.signup .signup-step-form__card,
.signup-step--thank-you.section.signup .signup-progress-content {
    border-radius: 1.2rem;
  }
}

/* line 1155, app/assets/stylesheets/signup.scss */
.signup-step--thank-you.section.signup .signup-step-form__card--thank-you {
  display: grid;
  gap: 1.5rem;
}

/* line 1160, app/assets/stylesheets/signup.scss */
.signup-step--thank-you.section.signup .signup-step-form__thank-you-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
}

/* line 1166, app/assets/stylesheets/signup.scss */
.signup-step--thank-you.section.signup .signup-step-form__thank-you-panel {
  padding: 1.25rem 1.3rem;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 1.2rem;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.94), rgba(255, 255, 255, 0.98));
}

/* line 1173, app/assets/stylesheets/signup.scss */
.signup-step--thank-you.section.signup .signup-step-form__thank-you-panel--referral {
  background: linear-gradient(180deg, rgba(255, 247, 237, 0.94), rgba(255, 255, 255, 0.98));
  border-color: rgba(249, 115, 22, 0.22);
}

/* line 1178, app/assets/stylesheets/signup.scss */
.signup-step--thank-you.section.signup .signup-step-form__thank-you-panel--account {
  background: linear-gradient(180deg, rgba(255, 247, 237, 0.94), rgba(255, 255, 255, 0.98));
  border-color: #f27426;
}

/* line 1183, app/assets/stylesheets/signup.scss */
.signup-step--thank-you.section.signup .signup-step-form__thank-you-heading {
  margin: 0 0 0.9rem;
  color: #1f2937;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
}

/* line 1192, app/assets/stylesheets/signup.scss */
.signup-step--thank-you.section.signup .signup-step-form__thank-you-copy {
  display: grid;
  gap: 0.75rem;
  color: #475569;
  font-size: 0.97rem;
  line-height: 1.72;
  text-align: center;
}

/* line 1201, app/assets/stylesheets/signup.scss */
.signup-step--thank-you.section.signup .signup-step-form__thank-you-copy p {
  margin: 0;
}

/* line 1205, app/assets/stylesheets/signup.scss */
.signup-step--thank-you.section.signup .signup-step-form__thank-you-copy a {
  color: #f27426;
  font-weight: 700;
  text-decoration: none;
}

/* line 1211, app/assets/stylesheets/signup.scss */
.signup-step--thank-you.section.signup .signup-step-form__thank-you-copy a:hover {
  text-decoration: underline;
}

/* line 1215, app/assets/stylesheets/signup.scss */
.signup-step--thank-you.section.signup .signup-step-form__referral-actions {
  margin-top: 1rem;
}

/* line 1219, app/assets/stylesheets/signup.scss */
.signup-step--thank-you.section.signup .signup-step-form__social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 1229, app/assets/stylesheets/signup.scss */
.signup-step--thank-you.section.signup .signup-step-form__thank-you-account-actions {
  display: flex;
  justify-content: center;
}

/* line 1234, app/assets/stylesheets/signup.scss */
.signup-step--thank-you.section.signup .signup-step-form__thank-you-account-actions .button {
  background: #f27426;
}

/* line 1238, app/assets/stylesheets/signup.scss */
.signup-step--thank-you.section.signup .signup-step-form__thank-you-account-actions .button:hover {
  background: #ec803f;
}

/* line 1242, app/assets/stylesheets/signup.scss */
.signup-step--thank-you.section.signup .signup-step-form__submit--secondary {
  text-decoration: none;
}

/* line 1246, app/assets/stylesheets/signup.scss */
.signup-step--thank-you.section.signup .signup-step-form__card--thank-you .prompt-for-autopay {
  margin: 0;
}

@media screen and (max-width: 864px) {
  /* line 1251, app/assets/stylesheets/signup.scss */
  .signup-step--thank-you.section.signup .signup-step-form__thank-you-grid {
    grid-template-columns: 1fr;
  }
}

/* line 1258, app/assets/stylesheets/signup.scss */
.signup-step--signature.section.signup .signup-step-form__card--signature {
  padding-bottom: 1.5rem;
}

/* line 1262, app/assets/stylesheets/signup.scss */
.signup-step--signature.section.signup .signup-step-form__copy--compact {
  margin-top: 0.55rem;
}

/* line 1266, app/assets/stylesheets/signup.scss */
.signup-step--signature.section.signup .signup-step-form__signature-shell {
  margin-top: 1.55rem;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 1.45rem;
  overflow: hidden;
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

/* line 1275, app/assets/stylesheets/signup.scss */
.signup-step--signature.section.signup .signup-step-form__signature-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.9rem 1.15rem;
  border-bottom: 1px solid rgba(226, 232, 240, 0.95);
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.94), rgba(255, 255, 255, 0.98));
}

/* line 1284, app/assets/stylesheets/signup.scss */
.signup-step--signature.section.signup .signup-step-form__signature-status {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #334155;
  font-size: 0.92rem;
  font-weight: 700;
}

/* line 1293, app/assets/stylesheets/signup.scss */
.signup-step--signature.section.signup .signup-step-form__signature-status-dot {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 999px;
  background: #f59e0b;
  box-shadow: 0 0 0 4px rgba(245, 158, 11, 0.16);
  flex: 0 0 auto;
}

/* line 1302, app/assets/stylesheets/signup.scss */
.signup-step--signature.section.signup .signup-step-form__signature-frame {
  background: #fff;
}

/* line 1306, app/assets/stylesheets/signup.scss */
.signup-step--signature.section.signup .signup-step-form__signature-frame docuseal-form {
  display: block;
  width: 100%;
  min-height: 800px;
}

@media screen and (max-width: 864px) {
  /* line 1313, app/assets/stylesheets/signup.scss */
  .signup-step--signature.section.signup .signup-step-form__signature-shell {
    margin-top: 1.25rem;
    border-radius: 1.15rem;
  }
  /* line 1318, app/assets/stylesheets/signup.scss */
  .signup-step--signature.section.signup .signup-step-form__signature-toolbar {
    padding: 0.8rem 0.95rem;
  }
}

/* line 1325, app/assets/stylesheets/signup.scss */
.signup-step--lmi-eligibility.section.signup .signup-step-form__field-note {
  display: block;
  margin-top: 0.35rem;
  color: #64748b;
  font-size: 0.92rem;
  font-weight: 500;
  line-height: 1.65;
}

/* line 1334, app/assets/stylesheets/signup.scss */
.signup-step--lmi-eligibility.section.signup .signup-step-form__choice-group--lmi-eligibility {
  margin-top: 0.35rem;
}

/* line 1338, app/assets/stylesheets/signup.scss */
.signup-step--lmi-eligibility.section.signup .signup-step-form__eligibility-programs {
  margin-top: 1.4rem;
  padding-top: 1.15rem;
  border-top: 1px solid rgba(226, 232, 240, 0.92);
}

/* line 1344, app/assets/stylesheets/signup.scss */
.signup-step--lmi-eligibility.section.signup .signup-step-form__eligibility-programs-title {
  margin-bottom: 0.9rem;
  color: #334155;
  font-size: 0.9rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* line 1353, app/assets/stylesheets/signup.scss */
.signup-step--lmi-eligibility.section.signup .signup-step-form__eligibility-programs-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

/* line 1359, app/assets/stylesheets/signup.scss */
.signup-step--lmi-eligibility.section.signup .signup-step-form__eligibility-program {
  padding: 0.9rem 1rem;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 1rem;
  background: rgba(248, 250, 252, 0.82);
  color: #334155;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.55;
}

/* line 1370, app/assets/stylesheets/signup.scss */
.signup-step--lmi-eligibility.section.signup .signup-step-form__eligibility-panel {
  margin-top: 1.25rem;
  padding: 1.2rem 1.25rem;
  border: 1px solid rgba(249, 115, 22, 0.18);
  border-radius: 1.2rem;
  background: rgba(255, 247, 237, 0.88);
}

/* line 1378, app/assets/stylesheets/signup.scss */
.signup-step--lmi-eligibility.section.signup .signup-step-form__eligibility-panel--muted {
  border-color: rgba(226, 232, 240, 0.95);
  background: rgba(248, 250, 252, 0.72);
}

/* line 1383, app/assets/stylesheets/signup.scss */
.signup-step--lmi-eligibility.section.signup .signup-step-form__eligibility-copy {
  display: grid;
  gap: 0.75rem;
  margin: 1rem 0 1.1rem;
  color: #7c2d12;
  font-size: 0.95rem;
  line-height: 1.7;
}

/* line 1392, app/assets/stylesheets/signup.scss */
.signup-step--lmi-eligibility.section.signup .signup-step-form__eligibility-copy p,
.signup-step--lmi-eligibility.section.signup .signup-step-form__eligibility-panel p {
  margin: 0;
}

/* line 1397, app/assets/stylesheets/signup.scss */
.signup-step--lmi-eligibility.section.signup .signup-step-form__file-upload input[type='file'] {
  display: block;
  width: 100%;
  padding: 0.95rem 1rem;
  border: 1px dashed rgba(242, 116, 38, 0.34);
  border-radius: 1rem;
  background: #fff;
  color: #334155;
  cursor: pointer;
}

/* line 1408, app/assets/stylesheets/signup.scss */
.signup-step--lmi-eligibility.section.signup .signup-step-form__file-selected {
  margin-top: 0.95rem;
  color: #166534;
  font-size: 0.95rem;
  font-weight: 700;
}

/* line 1415, app/assets/stylesheets/signup.scss */
.signup-step--lmi-eligibility.section.signup .signup-step-form__file-selected p {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
}

/* line 1422, app/assets/stylesheets/signup.scss */
.signup-step--lmi-eligibility.section.signup .document-selected-check {
  color: #16a34a;
}

@media screen and (max-width: 864px) {
  /* line 1427, app/assets/stylesheets/signup.scss */
  .signup-step--lmi-eligibility.section.signup .signup-step-form__eligibility-programs-grid {
    grid-template-columns: 1fr;
  }
}

/* line 1434, app/assets/stylesheets/signup.scss */
.signup-step--lmi-income.section.signup .signup-step-form__lmi-header {
  display: grid;
  grid-template-columns: 5rem minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  padding: 0 0 0.25rem;
}

/* line 1442, app/assets/stylesheets/signup.scss */
.signup-step--lmi-income.section.signup .signup-step-form__lmi-state-icon img {
  width: 4.5rem;
  height: 4.5rem;
  object-fit: contain;
}

/* line 1448, app/assets/stylesheets/signup.scss */
.signup-step--lmi-income.section.signup .signup-step-form__lmi-state-copy {
  min-width: 0;
}

/* line 1452, app/assets/stylesheets/signup.scss */
.signup-step--lmi-income.section.signup .signup-step-form__lmi-question-block {
  display: grid;
  gap: 1.35rem;
}

/* line 1457, app/assets/stylesheets/signup.scss */
.signup-step--lmi-income.section.signup #ameren-household-members-section + .signup-step-form__lmi-question {
  margin-top: 1rem;
}

/* line 1461, app/assets/stylesheets/signup.scss */
.signup-step--lmi-income.section.signup .signup-step-form__lmi-question {
  display: grid;
  gap: 0.9rem;
  align-items: start;
}

/* line 1467, app/assets/stylesheets/signup.scss */
.signup-step--lmi-income.section.signup .signup-step-form__lmi-question-label {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  color: #334155;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.55;
}

/* line 1477, app/assets/stylesheets/signup.scss */
.signup-step--lmi-income.section.signup .signup-step-form__lmi-question-label--stacked {
  align-items: flex-start;
}

/* line 1481, app/assets/stylesheets/signup.scss */
.signup-step--lmi-income.section.signup .signup-step-form__lmi-question-icon {
  display: inline-flex;
  color: #f27426;
  flex: 0 0 auto;
}

/* line 1487, app/assets/stylesheets/signup.scss */
.signup-step--lmi-income.section.signup .signup-step-form__lmi-inline-select {
  max-width: 9rem;
}

/* line 1491, app/assets/stylesheets/signup.scss */
.signup-step--lmi-income.section.signup .signup-step-form__lmi-question .signup-step-form__select {
  width: 100%;
}

/* line 1495, app/assets/stylesheets/signup.scss */
.signup-step--lmi-income.section.signup .signup-step-form__lmi-household {
  padding: 0.2rem 0 0;
}

/* line 1499, app/assets/stylesheets/signup.scss */
.signup-step--lmi-income.section.signup .signup-step-form__lmi-household-title {
  margin-bottom: 1rem;
  color: #1f2937;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* line 1506, app/assets/stylesheets/signup.scss */
.signup-step--lmi-income.section.signup .signup-step-form__lmi-household-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.4fr 1fr 1.2fr;
  gap: 0.85rem;
  align-items: center;
}

/* line 1513, app/assets/stylesheets/signup.scss */
.signup-step--lmi-income.section.signup .signup-step-form__lmi-household-grid--head {
  margin-bottom: 0.85rem;
  color: #475569;
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* line 1522, app/assets/stylesheets/signup.scss */
.signup-step--lmi-income.section.signup .signup-step-form__lmi-household-row + .signup-step-form__lmi-household-row {
  margin-top: 0.8rem;
}

/* line 1526, app/assets/stylesheets/signup.scss */
.signup-step--lmi-income.section.signup .signup-step-form__lmi-household-member {
  color: #334155;
  font-size: 0.92rem;
  font-weight: 700;
}

/* line 1532, app/assets/stylesheets/signup.scss */
.signup-step--lmi-income.section.signup .signup-step-form__lmi-birthday-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}

/* line 1538, app/assets/stylesheets/signup.scss */
.signup-step--lmi-income.section.signup .signup-step-form__choice-group--lmi {
  margin-top: 0;
}

/* line 1542, app/assets/stylesheets/signup.scss */
.signup-step--lmi-income.section.signup .signup-step-form__lmi-disclosure {
  margin-top: 0.3rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(249, 115, 22, 0.18);
  border-radius: 1.1rem;
  background: rgba(255, 247, 237, 0.92);
  color: #7c2d12;
  line-height: 1.7;
}

/* line 1552, app/assets/stylesheets/signup.scss */
.signup-step--lmi-income.section.signup .signup-step-form__lmi-disclosure p {
  margin: 0;
}

/* line 1556, app/assets/stylesheets/signup.scss */
.signup-step--lmi-income.section.signup .signup-step-form__lmi-disclosure p + p,
.signup-step--lmi-income.section.signup .signup-step-form__lmi-disclosure p + .field {
  margin-top: 0.85rem;
}

/* line 1561, app/assets/stylesheets/signup.scss */
.signup-step--lmi-income.section.signup .signup-step-form--lmi-income .field {
  margin-bottom: 0;
}

/* line 1565, app/assets/stylesheets/signup.scss */
.signup-step--lmi-income.section.signup .signup-step-form--lmi-income .validation-errors {
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 864px) {
  /* line 1570, app/assets/stylesheets/signup.scss */
  .signup-step--lmi-income.section.signup .signup-step-form__lmi-header {
    grid-template-columns: 1fr;
    justify-items: start;
  }
  /* line 1575, app/assets/stylesheets/signup.scss */
  .signup-step--lmi-income.section.signup .signup-step-form__lmi-household-grid {
    grid-template-columns: 1fr;
  }
  /* line 1579, app/assets/stylesheets/signup.scss */
  .signup-step--lmi-income.section.signup .signup-step-form__lmi-household-grid--head {
    display: none;
  }
  /* line 1583, app/assets/stylesheets/signup.scss */
  .signup-step--lmi-income.section.signup .signup-step-form__lmi-birthday-grid {
    grid-template-columns: 1fr 1fr;
  }
  /* line 1587, app/assets/stylesheets/signup.scss */
  .signup-step--lmi-income.section.signup .signup-step-form__lmi-inline-select {
    max-width: 100%;
  }
  /* line 1591, app/assets/stylesheets/signup.scss */
  .signup-step--lmi-income.section.signup .signup-step-form__lmi-question-label {
    align-items: flex-start;
  }
}

/* line 1598, app/assets/stylesheets/signup.scss */
.signup-step--verify-address.section.signup .signup-step-form__address-summary {
  display: grid;
  gap: 1rem;
  padding: 1.2rem 1.25rem;
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 1.2rem;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.92), rgba(255, 255, 255, 0.98));
}

/* line 1607, app/assets/stylesheets/signup.scss */
.signup-step--verify-address.section.signup .signup-step-form__address-summary-copy,
.signup-step--verify-address.section.signup .signup-step-form__address-summary-note {
  margin: 0;
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.7;
}

/* line 1615, app/assets/stylesheets/signup.scss */
.signup-step--verify-address.section.signup .signup-step-form__address-summary-note a {
  color: #f27426;
  font-weight: 700;
  text-decoration: none;
}

/* line 1621, app/assets/stylesheets/signup.scss */
.signup-step--verify-address.section.signup .signup-step-form__address-summary-note a:hover {
  text-decoration: underline;
}

/* line 1625, app/assets/stylesheets/signup.scss */
.signup-step--verify-address.section.signup .signup-step-form__checkbox-group,
.signup-step--verify-address.section.signup .signup-step-form__terms {
  margin-top: 0.35rem;
}

/* line 1630, app/assets/stylesheets/signup.scss */
.signup-step--verify-address.section.signup .signup-step-form__checkbox {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.8rem;
  cursor: pointer;
}

/* line 1637, app/assets/stylesheets/signup.scss */
.signup-step--verify-address.section.signup .signup-step-form__checkbox--terms {
  display: flex;
}

/* line 1641, app/assets/stylesheets/signup.scss */
.signup-step--verify-address.section.signup .signup-step-form__checkbox-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* line 1647, app/assets/stylesheets/signup.scss */
.signup-step--verify-address.section.signup .signup-step-form__checkbox-control {
  position: relative;
  width: 1.35rem;
  height: 1.35rem;
  flex: 0 0 1.35rem;
  margin-top: 0.05rem;
  border: 1.5px solid #f8c79d;
  border-radius: 0.4rem;
  background: #fff7ed;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

/* line 1660, app/assets/stylesheets/signup.scss */
.signup-step--verify-address.section.signup .signup-step-form__checkbox-control::after {
  content: "";
  position: absolute;
  top: 0.16rem;
  left: 0.41rem;
  width: 0.34rem;
  height: 0.68rem;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  opacity: 0;
  transform: rotate(45deg);
  transition: opacity 0.18s ease;
}

/* line 1674, app/assets/stylesheets/signup.scss */
.signup-step--verify-address.section.signup .signup-step-form__checkbox-input:checked + .signup-step-form__checkbox-control {
  border-color: #f27426;
  background: linear-gradient(135deg, #f27426, #ff8a2c);
  box-shadow: 0 0 0 4px rgba(242, 116, 38, 0.12);
}

/* line 1680, app/assets/stylesheets/signup.scss */
.signup-step--verify-address.section.signup .signup-step-form__checkbox-input:focus-visible + .signup-step-form__checkbox-control {
  border-color: #f27426;
  box-shadow: 0 0 0 4px rgba(242, 116, 38, 0.12);
}

/* line 1685, app/assets/stylesheets/signup.scss */
.signup-step--verify-address.section.signup .signup-step-form__checkbox-input:checked + .signup-step-form__checkbox-control::after {
  opacity: 1;
}

/* line 1689, app/assets/stylesheets/signup.scss */
.signup-step--verify-address.section.signup .signup-step-form__checkbox-label {
  color: #334155;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.65;
}

/* line 1696, app/assets/stylesheets/signup.scss */
.signup-step--verify-address.section.signup .signup-step-form__terms-copy {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.35rem;
  font-weight: 500;
}

/* line 1703, app/assets/stylesheets/signup.scss */
.signup-step--verify-address.section.signup .signup-step-form__terms-copy a {
  color: #f27426;
  font-weight: 700;
  text-decoration: none;
}

/* line 1709, app/assets/stylesheets/signup.scss */
.signup-step--verify-address.section.signup .signup-step-form__terms-copy a:hover {
  text-decoration: underline;
}

/* line 1713, app/assets/stylesheets/signup.scss */
.signup-step--verify-address.section.signup .signup-step-form__address-fields {
  margin-top: 1rem;
}

/* line 1717, app/assets/stylesheets/signup.scss */
.signup-step--verify-address.section.signup .signup-step-form__address-fields .field.is-horizontal {
  margin: 0;
}

/* line 1721, app/assets/stylesheets/signup.scss */
.signup-step--verify-address.section.signup .signup-step-form__address-fields .field.is-horizontal + .field.is-horizontal {
  margin-top: 1rem;
}

/* line 1725, app/assets/stylesheets/signup.scss */
.signup-step--verify-address.section.signup .signup-step-form__address-fields .field-body {
  display: grid;
  gap: 1rem;
  margin: 0;
}

/* line 1731, app/assets/stylesheets/signup.scss */
.signup-step--verify-address.section.signup .signup-step-form__address-fields .field.is-horizontal:nth-of-type(1) .field-body,
.signup-step--verify-address.section.signup .signup-step-form__address-fields .field.is-horizontal:nth-of-type(2) .field-body {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* line 1736, app/assets/stylesheets/signup.scss */
.signup-step--verify-address.section.signup .signup-step-form__address-fields .field.is-horizontal:nth-of-type(3) .field-body {
  grid-template-columns: 1.15fr 0.85fr 0.75fr;
}

/* line 1740, app/assets/stylesheets/signup.scss */
.signup-step--verify-address.section.signup .signup-step-form__address-fields .field,
.signup-step--verify-address.section.signup .signup-step-form__select-field .field,
.signup-step--verify-address.section.signup .signup-step-form__select-field .field.is-horizontal,
.signup-step--verify-address.section.signup .signup-step-form__select-field .field-body {
  margin: 0;
}

/* line 1747, app/assets/stylesheets/signup.scss */
.signup-step--verify-address.section.signup .signup-step-form__address-fields .label,
.signup-step--verify-address.section.signup .signup-step-form__select-field .label {
  display: inline-block;
  margin-bottom: 0.65rem;
  color: #334155;
  font-size: 0.93rem;
  font-weight: 700;
  line-height: 1.3;
}

/* line 1757, app/assets/stylesheets/signup.scss */
.signup-step--verify-address.section.signup .signup-step-form__address-fields .input,
.signup-step--verify-address.section.signup .signup-step-form__address-fields select,
.signup-step--verify-address.section.signup .signup-step-form__select-field .input,
.signup-step--verify-address.section.signup .signup-step-form__select-field select {
  width: 100%;
  min-height: 3.35rem;
  border: 1px solid #cbd5e1;
  border-radius: 1rem;
  background: #fff;
  color: #1f2937;
  padding: 0.85rem 1rem;
  font-size: 1rem;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

/* line 1773, app/assets/stylesheets/signup.scss */
.signup-step--verify-address.section.signup .signup-step-form__address-fields .input:focus,
.signup-step--verify-address.section.signup .signup-step-form__address-fields select:focus,
.signup-step--verify-address.section.signup .signup-step-form__select-field .input:focus,
.signup-step--verify-address.section.signup .signup-step-form__select-field select:focus {
  border-color: rgba(242, 116, 38, 0.65);
  box-shadow: 0 0 0 4px rgba(242, 116, 38, 0.12);
  outline: none;
}

/* line 1782, app/assets/stylesheets/signup.scss */
.signup-step--verify-address.section.signup .signup-step-form__select-field .select {
  display: block;
  width: 100%;
}

/* line 1787, app/assets/stylesheets/signup.scss */
.signup-step--verify-address.section.signup .signup-step-form__select-field .select::after {
  right: 1.15rem;
  border-color: #94a3b8;
}

/* line 1792, app/assets/stylesheets/signup.scss */
.signup-step--verify-address.section.signup .single-line-address {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  margin: 0;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 1rem;
  background: #fff;
}

/* line 1803, app/assets/stylesheets/signup.scss */
.signup-step--verify-address.section.signup .single-line-address svg {
  flex: 0 0 auto;
  color: #f27426;
}

/* line 1808, app/assets/stylesheets/signup.scss */
.signup-step--verify-address.section.signup .single-line-address p {
  margin: 0;
  color: #1f2937;
  font-size: 0.98rem;
  font-weight: 600;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  /* line 1817, app/assets/stylesheets/signup.scss */
  .signup-step--verify-address.section.signup .signup-step-form__address-fields .field.is-horizontal:nth-of-type(1) .field-body,
.signup-step--verify-address.section.signup .signup-step-form__address-fields .field.is-horizontal:nth-of-type(2) .field-body,
.signup-step--verify-address.section.signup .signup-step-form__address-fields .field.is-horizontal:nth-of-type(3) .field-body {
    grid-template-columns: 1fr;
  }
}

/* line 1, app/assets/stylesheets/contact_us.scss */
.contact-us-page {
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(255, 255, 255, 0.98)), radial-gradient(circle at top right, rgba(248, 172, 28, 0.08), transparent 32rem);
  padding: 3rem 0 4.5rem;
}

/* line 8, app/assets/stylesheets/contact_us.scss */
.contact-us-page__container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* line 15, app/assets/stylesheets/contact_us.scss */
.contact-us-page__hero {
  margin-bottom: 2.25rem;
  padding: 4.5rem 2rem;
  border-radius: 2rem;
  background-color: #f5951f;
  background-image: linear-gradient(135deg, rgba(22, 24, 26, 0.08), rgba(22, 24, 26, 0.06)), url(/assets/lp-hero-26185a1c024e9a6865d6699f4789f93bfe90c23b43e8e052077957d370bba165.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 28, app/assets/stylesheets/contact_us.scss */
.contact-us-page__hero-copy {
  max-width: 42rem;
}

/* line 32, app/assets/stylesheets/contact_us.scss */
.contact-us-page__eyebrow {
  margin: 0 0 0.75rem;
  color: #f8c98b;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* line 41, app/assets/stylesheets/contact_us.scss */
.contact-us-page__hero-copy > *:first-child {
  margin-top: 0;
}

/* line 45, app/assets/stylesheets/contact_us.scss */
.contact-us-page__hero-copy h1 {
  margin: 0 0 0.85rem;
  color: #f8c98b;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

/* line 55, app/assets/stylesheets/contact_us.scss */
.contact-us-page__hero-copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.4rem, 3.2vw, 4rem);
  font-weight: 800;
  line-height: 1.02;
  text-shadow: 0 10px 30px rgba(15, 23, 42, 0.25);
}

/* line 64, app/assets/stylesheets/contact_us.scss */
.contact-us-page__hero-copy h3,
.contact-us-page__hero-copy h4,
.contact-us-page__hero-copy h5,
.contact-us-page__hero-copy h6,
.contact-us-page__hero-copy p {
  margin: 1rem 0 0;
  max-width: 40rem;
  color: rgba(255, 255, 255, 0.94);
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.75;
  text-shadow: 0 8px 24px rgba(15, 23, 42, 0.22);
}

/* line 78, app/assets/stylesheets/contact_us.scss */
.contact-us-page__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr);
  gap: 1.5rem;
  align-items: start;
}

/* line 85, app/assets/stylesheets/contact_us.scss */
.contact-us-page__channels {
  display: grid;
  gap: 1.5rem;
}

/* line 90, app/assets/stylesheets/contact_us.scss */
.contact-us-card {
  border: 1px solid rgba(226, 232, 240, 0.94);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 22px 52px rgba(15, 23, 42, 0.08);
}

/* line 97, app/assets/stylesheets/contact_us.scss */
.contact-us-card--channel {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.5rem;
}

/* line 104, app/assets/stylesheets/contact_us.scss */
.contact-us-card--form {
  padding: 2rem;
}

/* line 108, app/assets/stylesheets/contact_us.scss */
.contact-us-card__form-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

/* line 115, app/assets/stylesheets/contact_us.scss */
.contact-us-card__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 4rem;
  height: 4rem;
  border-radius: 1.25rem;
  background: linear-gradient(180deg, rgba(255, 247, 237, 0.98), rgba(255, 237, 213, 0.98));
  border: 1px solid rgba(251, 191, 36, 0.22);
}

/* line 127, app/assets/stylesheets/contact_us.scss */
.contact-us-card__icon {
  max-width: 2rem;
  max-height: 2rem;
  object-fit: contain;
}

/* line 133, app/assets/stylesheets/contact_us.scss */
.contact-us-card__content {
  min-width: 0;
}

/* line 137, app/assets/stylesheets/contact_us.scss */
.contact-us-card__content h1,
.contact-us-card__content h2,
.contact-us-card__content h3,
.contact-us-card__content h4,
.contact-us-card__content h5,
.contact-us-card__content h6 {
  margin: 0 0 0.55rem;
  color: #1f2937;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.2;
}

/* line 150, app/assets/stylesheets/contact_us.scss */
.contact-us-card__content p,
.contact-us-card__content li {
  margin: 0;
  color: #475569;
  font-size: 1rem;
  line-height: 1.75;
}

/* line 158, app/assets/stylesheets/contact_us.scss */
.contact-us-card__content p + p,
.contact-us-card__content ul,
.contact-us-card__content ol {
  margin-top: 0.85rem;
}

/* line 164, app/assets/stylesheets/contact_us.scss */
.contact-us-card__content a {
  color: #f27426;
  font-weight: 700;
}

/* line 169, app/assets/stylesheets/contact_us.scss */
.contact-us-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

/* line 175, app/assets/stylesheets/contact_us.scss */
.contact-us-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

/* line 181, app/assets/stylesheets/contact_us.scss */
.contact-us-form__field {
  min-width: 0;
}

/* line 185, app/assets/stylesheets/contact_us.scss */
.contact-us-form__field--message {
  grid-column: 1 / -1;
}

/* line 189, app/assets/stylesheets/contact_us.scss */
.contact-us-form__label {
  display: inline-block;
  margin-bottom: 0.55rem;
  color: #1f2937;
  font-size: 0.95rem;
  font-weight: 700;
}

/* line 197, app/assets/stylesheets/contact_us.scss */
.contact-us-form__label sup {
  color: #f27426;
}

/* line 201, app/assets/stylesheets/contact_us.scss */
.contact-us-form__input,
.contact-us-form__textarea {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 1rem;
  background: #fff;
  color: #1f2937;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

/* line 212, app/assets/stylesheets/contact_us.scss */
.contact-us-form__input {
  min-height: 3.5rem;
  padding: 0.9rem 1rem;
  font-size: 1rem;
}

/* line 218, app/assets/stylesheets/contact_us.scss */
.contact-us-form__textarea {
  min-height: 10.5rem;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.65;
  resize: vertical;
}

/* line 226, app/assets/stylesheets/contact_us.scss */
.contact-us-form__input:focus,
.contact-us-form__textarea:focus {
  border-color: rgba(242, 116, 38, 0.65);
  box-shadow: 0 0 0 4px rgba(242, 116, 38, 0.12);
  outline: none;
}

/* line 233, app/assets/stylesheets/contact_us.scss */
.contact-us-form__status .message {
  margin-bottom: 0;
}

/* line 237, app/assets/stylesheets/contact_us.scss */
.contact-us-form__recaptcha {
  min-height: 0;
}

/* line 241, app/assets/stylesheets/contact_us.scss */
.contact-us-form__actions {
  display: flex;
  justify-content: flex-end;
}

/* line 246, app/assets/stylesheets/contact_us.scss */
.contact-us-form__submit {
  min-width: 12rem;
  min-height: 3.5rem;
  border: 0;
  border-radius: 1rem;
  padding: 0.95rem 1.6rem;
  background: linear-gradient(135deg, #f27426, #ff8a2c);
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  box-shadow: 0 18px 30px rgba(242, 116, 38, 0.18);
}

/* line 259, app/assets/stylesheets/contact_us.scss */
.contact-us-form__submit:hover,
.contact-us-form__submit:focus {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 265, app/assets/stylesheets/contact_us.scss */
  .contact-us-page__grid {
    grid-template-columns: 1fr;
  }
  /* line 269, app/assets/stylesheets/contact_us.scss */
  .contact-us-page__channels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 767px) {
  /* line 275, app/assets/stylesheets/contact_us.scss */
  .contact-us-page {
    padding: 2rem 0 3rem;
  }
  /* line 279, app/assets/stylesheets/contact_us.scss */
  .contact-us-page__container {
    padding: 0 1rem;
  }
  /* line 283, app/assets/stylesheets/contact_us.scss */
  .contact-us-page__hero {
    padding: 3rem 1.25rem;
    border-radius: 1.5rem;
    margin-bottom: 1.5rem;
  }
  /* line 289, app/assets/stylesheets/contact_us.scss */
  .contact-us-page__hero-copy h1,
.contact-us-page__hero-copy h2 {
    font-size: clamp(2rem, 9vw, 2.9rem);
  }
  /* line 294, app/assets/stylesheets/contact_us.scss */
  .contact-us-page__hero-copy h1 {
    font-size: 0.82rem;
  }
  /* line 298, app/assets/stylesheets/contact_us.scss */
  .contact-us-page__hero-copy h3,
.contact-us-page__hero-copy h4,
.contact-us-page__hero-copy h5,
.contact-us-page__hero-copy h6,
.contact-us-page__hero-copy p {
    font-size: 1rem;
    line-height: 1.65;
  }
  /* line 307, app/assets/stylesheets/contact_us.scss */
  .contact-us-page__channels {
    grid-template-columns: 1fr;
  }
  /* line 311, app/assets/stylesheets/contact_us.scss */
  .contact-us-card--channel,
.contact-us-card__form-header {
    flex-direction: column;
  }
  /* line 316, app/assets/stylesheets/contact_us.scss */
  .contact-us-card--form {
    padding: 1.25rem;
  }
  /* line 320, app/assets/stylesheets/contact_us.scss */
  .contact-us-form__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  /* line 325, app/assets/stylesheets/contact_us.scss */
  .contact-us-form__actions {
    justify-content: stretch;
  }
  /* line 329, app/assets/stylesheets/contact_us.scss */
  .contact-us-form__submit {
    width: 100%;
  }
}

/* line 1, app/assets/stylesheets/faq.scss */
.faq-page {
  position: relative;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 20%, #fffaf4 100%);
  overflow: hidden;
}

/* line 7, app/assets/stylesheets/faq.scss */
.faq-page::before, .faq-page::after {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 18rem;
  pointer-events: none;
  opacity: 0.6;
  background-repeat: no-repeat;
  background-size: contain;
}

/* line 19, app/assets/stylesheets/faq.scss */
.faq-page::before {
  top: 6rem;
  left: 0;
  width: 14rem;
  height: 18rem;
  background-image: url(/assets/logo-l-19aaba57d2adc62a6eaed1c5bfda89b23ebfdff0e1b35cacfc4d495daefeb435.png);
  background-position: left top;
}

/* line 28, app/assets/stylesheets/faq.scss */
.faq-page::after {
  inset: auto 0 3rem auto;
  width: 14rem;
  height: 18rem;
  background-image: url(/assets/logo-r-3e6c83d5fd68a71896646a3ff464ceddd605d72da6aaecc4a0d968c2486ed00b.png);
  background-position: right bottom;
}

/* line 37, app/assets/stylesheets/faq.scss */
.faq-page__container.container.is-fluid {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1440px !important;
  margin: 0 auto;
  padding: 4.5rem 2rem;
}

/* line 46, app/assets/stylesheets/faq.scss */
.faq-page__layout {
  display: grid;
  grid-template-columns: minmax(18rem, 26rem) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}

/* line 53, app/assets/stylesheets/faq.scss */
.faq-page__intro {
  position: sticky;
  top: 5.5rem;
}

/* line 58, app/assets/stylesheets/faq.scss */
.faq-page__eyebrow {
  margin: 0 0 0.75rem;
  color: #f27426;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

/* line 66, app/assets/stylesheets/faq.scss */
.faq-page__title {
  margin: 0;
  color: #0f172a;
  font-size: clamp(2.1rem, 3vw, 3.4rem);
  font-weight: 700;
  line-height: 1.04;
}

/* line 74, app/assets/stylesheets/faq.scss */
.faq-page__support {
  margin-top: 1.4rem;
  padding: 1.2rem 1.25rem;
  border: 1px solid rgba(242, 116, 38, 0.16);
  border-radius: 1.35rem;
  background: linear-gradient(135deg, rgba(242, 116, 38, 0.08), rgba(248, 172, 28, 0.12));
  color: #334155;
  font-size: 0.97rem;
  line-height: 1.7;
}

/* line 84, app/assets/stylesheets/faq.scss */
.faq-page__support a {
  color: #f27426;
  font-weight: 700;
}

/* line 88, app/assets/stylesheets/faq.scss */
.faq-page__support a:hover, .faq-page__support a:focus {
  color: #f27426;
  text-decoration: none;
}

/* line 95, app/assets/stylesheets/faq.scss */
.faq-page__support p {
  margin: 0;
}

/* line 99, app/assets/stylesheets/faq.scss */
.faq-page__support p + p {
  margin-top: 0.55rem;
}

/* line 104, app/assets/stylesheets/faq.scss */
.faq-page__panel {
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 1.75rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

/* line 112, app/assets/stylesheets/faq.scss */
.faq-page__panel-header {
  padding: 1.5rem 1.5rem 1rem;
  border-bottom: 1px solid rgba(226, 232, 240, 0.9);
  background: rgba(248, 250, 252, 0.86);
}

/* line 118, app/assets/stylesheets/faq.scss */
.faq-page__section-title {
  margin: 0;
  color: #0f172a;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
}

/* line 126, app/assets/stylesheets/faq.scss */
.faq-page__accordion {
  padding: 1rem;
}

/* line 129, app/assets/stylesheets/faq.scss */
.faq-page__accordion .message {
  margin: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

/* line 135, app/assets/stylesheets/faq.scss */
.faq-page__accordion .message + .message {
  margin-top: 0.75rem;
}

/* line 140, app/assets/stylesheets/faq.scss */
.faq-page__accordion .message-header {
  position: relative;
  min-height: 4.25rem;
  display: flex;
  align-items: center;
  border: 1px solid rgba(226, 232, 240, 0.96);
  border-radius: 1.15rem;
  background: #ffffff;
  color: #0f172a;
  padding: 0;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
  cursor: pointer;
}

/* line 153, app/assets/stylesheets/faq.scss */
.faq-page__accordion .message-header p {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 1rem 3.5rem 1rem 1.2rem;
  color: inherit;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.45;
}

/* line 164, app/assets/stylesheets/faq.scss */
.faq-page__accordion .message-header a[data-action='collapse'] {
  position: absolute;
  inset: 0;
  z-index: 2;
}

/* line 170, app/assets/stylesheets/faq.scss */
.faq-page__accordion .message-header.is-active {
  color: #f27426;
  border-color: rgba(242, 116, 38, 0.35);
  box-shadow: 0 10px 24px rgba(242, 116, 38, 0.08);
}

/* line 176, app/assets/stylesheets/faq.scss */
.faq-page__accordion .message-header .faq-plus {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background: rgba(242, 116, 38, 0.08);
  color: #f27426;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
}

/* line 195, app/assets/stylesheets/faq.scss */
.faq-page__accordion .message-header .faq-plus.is-active span {
  display: none;
}

/* line 199, app/assets/stylesheets/faq.scss */
.faq-page__accordion .message-header .faq-plus.is-active:after {
  content: "\2212";
}

/* line 206, app/assets/stylesheets/faq.scss */
.faq-page__accordion .message-body {
  margin-top: 0.35rem;
  border: 0;
  border-radius: 0 0 1.15rem 1.15rem;
  background: transparent;
  color: #475569;
}

/* line 214, app/assets/stylesheets/faq.scss */
.faq-page__accordion .message-body-content {
  padding: 0.4rem 1.2rem 1rem;
}

/* line 217, app/assets/stylesheets/faq.scss */
.faq-page__accordion .message-body-content p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.7;
}

/* line 223, app/assets/stylesheets/faq.scss */
.faq-page__accordion .message-body-content p + p {
  margin-top: 0.65rem;
}

@media screen and (max-width: 1023px) {
  /* line 230, app/assets/stylesheets/faq.scss */
  .faq-page__container.container.is-fluid {
    padding: 4rem 1.5rem;
  }
  /* line 234, app/assets/stylesheets/faq.scss */
  .faq-page__layout {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  /* line 239, app/assets/stylesheets/faq.scss */
  .faq-page__intro {
    position: static;
    max-width: 42rem;
  }
}

@media screen and (max-width: 768px) {
  /* line 246, app/assets/stylesheets/faq.scss */
  .faq-page::before,
.faq-page::after {
    display: none;
  }
  /* line 251, app/assets/stylesheets/faq.scss */
  .faq-page__container.container.is-fluid {
    padding: 2.9rem 1rem;
  }
  /* line 255, app/assets/stylesheets/faq.scss */
  .faq-page__title {
    font-size: clamp(1.8rem, 8vw, 2.45rem);
  }
  /* line 259, app/assets/stylesheets/faq.scss */
  .faq-page__panel {
    border-radius: 1.35rem;
  }
  /* line 263, app/assets/stylesheets/faq.scss */
  .faq-page__panel-header {
    padding: 1.15rem 1rem 0.9rem;
  }
  /* line 267, app/assets/stylesheets/faq.scss */
  .faq-page__accordion {
    padding: 0.85rem;
  }
  /* line 270, app/assets/stylesheets/faq.scss */
  .faq-page__accordion .message-header {
    min-height: 3.9rem;
    border-radius: 1rem;
  }
  /* line 274, app/assets/stylesheets/faq.scss */
  .faq-page__accordion .message-header p {
    padding: 0.95rem 3.15rem 0.95rem 1rem;
    font-size: 0.95rem;
    line-height: 1.4;
  }
  /* line 280, app/assets/stylesheets/faq.scss */
  .faq-page__accordion .message-header .faq-plus {
    right: 0.85rem;
    width: 1.85rem;
    height: 1.85rem;
  }
  /* line 287, app/assets/stylesheets/faq.scss */
  .faq-page__accordion .message-body-content {
    padding: 0.3rem 1rem 0.95rem;
  }
}

/* Forms */
/* line 2, app/assets/stylesheets/helpers.scss.erb */
.input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4a4a4a;
  opacity: 1;
  /* Firefox */
}

/* line 6, app/assets/stylesheets/helpers.scss.erb */
.input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4a4a4a;
  opacity: 1;
  /* Firefox */
}

/* line 10, app/assets/stylesheets/helpers.scss.erb */
.input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4a4a4a;
  opacity: 1;
  /* Firefox */
}

/* line 14, app/assets/stylesheets/helpers.scss.erb */
.input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4a4a4a;
  opacity: 1;
  /* Firefox */
}

/* line 18, app/assets/stylesheets/helpers.scss.erb */
.input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4a4a4a;
  opacity: 1;
  /* Firefox */
}

/* line 23, app/assets/stylesheets/helpers.scss.erb */
.input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4a4a4a;
}

/* line 27, app/assets/stylesheets/helpers.scss.erb */
.input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #4a4a4a;
}

/* Helpers */
/* line 32, app/assets/stylesheets/helpers.scss.erb */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 38, app/assets/stylesheets/helpers.scss.erb */
.flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 44, app/assets/stylesheets/helpers.scss.erb */
.flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/* line 50, app/assets/stylesheets/helpers.scss.erb */
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 55, app/assets/stylesheets/helpers.scss.erb */
.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 61, app/assets/stylesheets/helpers.scss.erb */
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* line 67, app/assets/stylesheets/helpers.scss.erb */
.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 73, app/assets/stylesheets/helpers.scss.erb */
.content figure.image:not(:first-child) {
  margin-top: 0;
}

/* line 77, app/assets/stylesheets/helpers.scss.erb */
figure.image {
  position: relative;
}

/* line 81, app/assets/stylesheets/helpers.scss.erb */
figure.image:before {
  content: "";
  display: block;
  width: 100%;
}

/* line 87, app/assets/stylesheets/helpers.scss.erb */
figure.image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 98, app/assets/stylesheets/helpers.scss.erb */
.flex-right {
  margin-left: auto !important;
}

/* line 102, app/assets/stylesheets/helpers.scss.erb */
.flex-left {
  margin-left: auto;
}

/* line 106, app/assets/stylesheets/helpers.scss.erb */
.heading-arrows {
  position: relative;
}

/* line 110, app/assets/stylesheets/helpers.scss.erb */
.heading-arrows:before, .heading-arrows:after {
  display: block;
  position: absolute;
  top: -0.4rem;
}

@media screen and (max-width: 966px) {
  /* line 110, app/assets/stylesheets/helpers.scss.erb */
  .heading-arrows:before, .heading-arrows:after {
    display: none;
  }
}

/* line 119, app/assets/stylesheets/helpers.scss.erb */
.heading-arrows:before {
  content: url(/assets/arrow-right-6291f264e9ed0b858ef065d88bf76651de9fa4f14b86bf1286041a96b3b5e7c4.png);
  left: 9rem;
}

/* line 124, app/assets/stylesheets/helpers.scss.erb */
.heading-arrows:after {
  content: url(/assets/arrow-left-d31aba3eb54061a13b876507b76015f3ee124f62e15a3d4d379d105f86451313.png);
  right: 9rem;
}

/* line 129, app/assets/stylesheets/helpers.scss.erb */
.bars {
  color: #363636;
  font-size: 1.188rem;
  line-height: 1;
  font-weight: 600;
  padding: 1.188rem 0;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
}

/* line 139, app/assets/stylesheets/helpers.scss.erb */
.bars span {
  color: #f27426;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}

/* line 145, app/assets/stylesheets/helpers.scss.erb */
.content ul.icon-list, ul.icon-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
}

/* line 158, app/assets/stylesheets/helpers.scss.erb */
.content ul.icon-list li, ul.icon-list li {
  margin-top: 0;
  margin-right: 0.78rem;
}

/* line 163, app/assets/stylesheets/helpers.scss.erb */
ul.icon-list li a {
  color: #4a4a4a;
}

/* line 167, app/assets/stylesheets/helpers.scss.erb */
ul.icon-list li i {
  font-size: 1.5rem;
}

/* line 171, app/assets/stylesheets/helpers.scss.erb */
.image-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* line 180, app/assets/stylesheets/helpers.scss.erb */
.image-background img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

/* line 186, app/assets/stylesheets/helpers.scss.erb */
.orange-background {
  color: #fff;
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(#fba71e), color-stop(99%, #f27828));
  background-image: -o-linear-gradient(left, #fba71e 0%, #f27828 99%);
  background-image: linear-gradient(to right, #fba71e 0%, #f27828 99%);
}

/* line 193, app/assets/stylesheets/helpers.scss.erb */
.orange-background h1, .orange-background h2, .orange-background p, .orange-background a {
  color: #fff !important;
}

/* line 197, app/assets/stylesheets/helpers.scss.erb */
.orange-background p {
  font-weight: bold;
}

/* line 201, app/assets/stylesheets/helpers.scss.erb */
.orange-background .section-text, .orange-background .image {
  position: relative;
  z-index: 1;
}

/* line 206, app/assets/stylesheets/helpers.scss.erb */
.gray-background {
  position: relative;
  background-color: #f9f9f9;
  padding: 2% 10%;
}

/* line 212, app/assets/stylesheets/helpers.scss.erb */
.gray-background p {
  font-weight: normal;
}

/* line 216, app/assets/stylesheets/helpers.scss.erb */
.gray-background:before {
  content: url(/assets/gray-l-4e5be1ea5630af0552f2aee7211e9a5d195a8ea7be2c4e56b9c25937a3fbf38f.png);
  position: absolute;
  top: 4.188rem;
  left: 0;
}

/* line 223, app/assets/stylesheets/helpers.scss.erb */
.gray-background:after {
  content: url(/assets/gray-r-9deac8dead053cd55174abe84f12f729e180689977eea00b13fcd58f953fb8eb.png);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 233, app/assets/stylesheets/helpers.scss.erb */
.patterns-background {
  position: relative;
  overflow: hidden;
}

/* line 238, app/assets/stylesheets/helpers.scss.erb */
.patterns-background:before, .patterns-background:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 246, app/assets/stylesheets/helpers.scss.erb */
.patterns-background:before {
  content: url(/assets/logo-l-19aaba57d2adc62a6eaed1c5bfda89b23ebfdff0e1b35cacfc4d495daefeb435.png);
  left: 0;
}

/* line 251, app/assets/stylesheets/helpers.scss.erb */
.patterns-background:after {
  content: url(/assets/logo-r-3e6c83d5fd68a71896646a3ff464ceddd605d72da6aaecc4a0d968c2486ed00b.png);
  right: 0;
}

/* line 256, app/assets/stylesheets/helpers.scss.erb */
.patterns-background .container {
  position: relative;
  z-index: 1;
}

/* line 261, app/assets/stylesheets/helpers.scss.erb */
.arrow {
  width: 8.25rem;
  height: 8.25rem;
  margin: 0 auto;
  background-image: url(/assets/arrow-19b6a844aad41faf92ec68559176a860cd4b589c653f2cd544a40baaa5ec824c.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4.125rem;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  /* line 276, app/assets/stylesheets/helpers.scss.erb */
  .flex-large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 770px) {
  /* line 284, app/assets/stylesheets/helpers.scss.erb */
  .gray-background:before, .gray-background:after, .orange-background:before, .orange-background:after, .patterns-background:before, .patterns-background:after {
    display: none;
  }
}

/* Responsive */
@media screen and (max-width: 770px) {
  /* line 291, app/assets/stylesheets/helpers.scss.erb */
  #blog-hero h1, #post-hero h1, #infographic-hero h1 {
    font-size: 2.75rem;
  }
  /* line 294, app/assets/stylesheets/helpers.scss.erb */
  #infographic-hero h2 {
    font-size: 2rem;
  }
  /* line 297, app/assets/stylesheets/helpers.scss.erb */
  #infographic section h2, .additional-content h2 {
    font-size: 1.75rem;
  }
  /* line 300, app/assets/stylesheets/helpers.scss.erb */
  .content h1 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 500px) {
  /* line 306, app/assets/stylesheets/helpers.scss.erb */
  #blog-hero h1, #post-hero h1, #infographic-hero h1 {
    font-size: 2rem;
  }
}

/* line 1, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page {
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 18%, #fffaf4 100%);
  color: #1f2937;
}

/* line 6, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__container.container.is-fluid {
  width: 100%;
  max-width: 1440px !important;
  margin: 0 auto;
  padding: 3rem 2rem 4.5rem;
}

/* line 13, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__hero {
  display: block;
}

/* line 17, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__panel {
  border: 1px solid rgba(203, 213, 225, 0.7);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

/* line 24, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__hero-card {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 1.6rem;
  align-items: stretch;
  padding: 1rem;
}

/* line 32, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__intro {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.5rem;
}

/* line 39, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__eyebrow {
  margin: 0 0 0.9rem;
  color: #f27426;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* line 48, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__title {
  margin: 0;
  color: #111827;
  font-size: clamp(2.35rem, 4.1vw, 4rem);
  font-weight: 800;
  line-height: 0.98;
}

/* line 56, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__body,
.how-it-works-page__body p {
  margin: 0;
  color: #475569;
  font-size: 1.06rem;
  line-height: 1.78;
}

/* line 64, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__body {
  margin-top: 1.5rem;
}

/* line 68, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__body p + p {
  margin-top: 0.9rem;
}

/* line 72, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__note {
  margin-top: 1.5rem;
  padding: 1rem 1.1rem;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(242, 116, 38, 0.08), rgba(248, 172, 28, 0.12));
  border: 1px solid rgba(242, 116, 38, 0.14);
}

/* line 80, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__note-label {
  display: inline-block;
  margin-bottom: 0.4rem;
  color: #111827;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* line 90, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__note-text,
.how-it-works-page__note-text p {
  margin: 0;
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* line 98, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__actions {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-top: 1.8rem;
}

/* line 105, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.35rem;
  padding: 0.85rem 1.55rem;
  border-radius: 16px;
  background: linear-gradient(135deg, #f27426 0%, #ff8a2d 100%);
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(242, 116, 38, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

/* line 120, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__button:hover, .how-it-works-page__button:focus {
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 18px 34px rgba(242, 116, 38, 0.26);
}

/* line 129, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__video-card {
  padding: 1rem;
}

/* line 133, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__video-shell {
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  border-radius: 24px;
  background: #0f172a;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

/* line 142, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__video-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #020617;
}

/* line 148, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 157, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__video-caption {
  padding: 1rem 1.2rem 1.15rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  line-height: 1.6;
}

/* line 164, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__steps {
  margin-top: 4rem;
}

/* line 168, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__steps-card {
  margin-top: 2rem;
  overflow: hidden;
  border: 1px solid rgba(203, 213, 225, 0.7);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

/* line 177, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__steps-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.6rem;
}

/* line 185, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__steps-title {
  margin: 0;
  color: #111827;
  font-size: clamp(1.85rem, 2.7vw, 2.7rem);
  font-weight: 800;
  line-height: 1.05;
}

/* line 193, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__steps-subtitle {
  margin: 0.5rem 0 0;
  color: #64748b;
  font-size: 1rem;
  line-height: 1.65;
}

/* line 200, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__controls {
  display: none;
  align-items: center;
  gap: 0.6rem;
}

/* line 206, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__control {
  display: inline-flex;
  width: 2.6rem;
  height: 2.6rem;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 9999px;
  background: #fff;
  color: #334155;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}

/* line 218, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__control svg {
  width: 1rem;
  height: 1rem;
}

/* line 224, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

/* line 230, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__step-card {
  position: relative;
  min-height: 100%;
  padding: 1.45rem 1.2rem 1.35rem;
  border: 1px solid rgba(226, 232, 240, 0.88);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
}

/* line 240, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__step-number {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.15rem;
  height: 2.15rem;
  padding: 0 0.5rem;
  border-radius: 9999px;
  background: rgba(242, 116, 38, 0.1);
  color: #f27426;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

/* line 258, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__step-icon {
  display: flex;
  justify-content: center;
  margin: 1rem 0 0.85rem;
}

/* line 264, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__step-icon-image {
  width: 3.5rem;
  height: 3.5rem;
  object-fit: contain;
}

/* line 270, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__step-title {
  margin: 0 0 0.65rem;
  color: #111827;
  font-size: 1.06rem;
  font-weight: 800;
  line-height: 1.28;
  text-align: center;
}

/* line 279, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__step-text,
.how-it-works-page__step-text p {
  margin: 0;
  color: #64748b;
  font-size: 0.93rem;
  line-height: 1.6;
  text-align: center;
}

/* line 288, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__billing {
  margin-top: 4rem;
}

/* line 292, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__billing-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 2rem;
  align-items: start;
}

/* line 299, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__billing-panel {
  padding: 2.1rem 2rem;
}

/* line 303, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__billing-title {
  margin: 0;
  color: #111827;
  font-size: clamp(1.85rem, 2.6vw, 2.5rem);
  font-weight: 800;
  line-height: 1.08;
}

/* line 311, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__billing-subtitle {
  margin: 0.85rem 0 0;
  color: #64748b;
  font-size: 1rem;
  line-height: 1.65;
}

/* line 318, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__billing-list {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.6rem;
}

/* line 324, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__billing-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.9rem;
  align-items: center;
  padding: 1rem 1rem 1rem 0.95rem;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(248, 250, 252, 0.94), rgba(255, 247, 237, 0.96));
  border: 1px solid rgba(226, 232, 240, 0.88);
}

/* line 335, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__billing-bullet {
  object-fit: contain;
  margin-top: 0.1rem;
}

/* line 340, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__billing-copy,
.how-it-works-page__billing-copy p {
  margin: 0;
  color: #475569;
  font-size: 0.97rem;
  line-height: 1.62;
}

/* line 348, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__billing-copy strong {
  color: #111827;
}

/* line 352, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__billing-footer {
  margin-top: 1.5rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(226, 232, 240, 0.92);
}

/* line 358, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__billing-footer-title {
  margin: 0 0 0.35rem;
  color: #111827;
  font-size: 1rem;
  font-weight: 800;
}

/* line 365, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__billing-footer-link {
  color: #f27426;
  font-weight: 700;
}

/* line 369, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__billing-footer-link:hover, .how-it-works-page__billing-footer-link:focus {
  color: #f27426;
  text-decoration: none;
}

/* line 376, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__bills-panel {
  padding: 1rem;
}

/* line 380, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__tabs {
  display: inline-flex;
  gap: 0.5rem;
  padding: 0.3rem;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid rgba(226, 232, 240, 0.9);
}

/* line 389, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__tabs ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 398, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__tabs li {
  margin: 0;
}

/* line 402, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__tabs li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.7rem 1.15rem;
  border-radius: 14px;
  color: #64748b;
  font-size: 0.94rem;
  font-weight: 700;
  transition: background-color 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

/* line 415, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__tabs li.is-active a {
  background: linear-gradient(135deg, #f27426 0%, #ff8a2d 100%);
  color: #fff;
  box-shadow: 0 10px 24px rgba(242, 116, 38, 0.18);
}

/* line 421, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__bills-stage {
  margin-top: 1rem;
}

/* line 425, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__bill-image {
  display: none;
  width: 100%;
  border-radius: 22px;
  border: 1px solid rgba(226, 232, 240, 0.88);
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.08);
}

/* line 432, app/assets/stylesheets/how_it_works.scss */
.how-it-works-page__bill-image.is-active {
  display: block;
}

@media screen and (max-width: 1180px) {
  /* line 438, app/assets/stylesheets/how_it_works.scss */
  .how-it-works-page__billing-shell {
    grid-template-columns: 1fr;
  }
  /* line 442, app/assets/stylesheets/how_it_works.scss */
  .how-it-works-page__hero-card {
    grid-template-columns: 1fr;
  }
  /* line 446, app/assets/stylesheets/how_it_works.scss */
  .how-it-works-page__track {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 1023px) {
  /* line 452, app/assets/stylesheets/how_it_works.scss */
  .how-it-works-page__container.container.is-fluid {
    padding: 2.5rem 1.5rem 4rem;
  }
  /* line 456, app/assets/stylesheets/how_it_works.scss */
  .how-it-works-page__intro,
.how-it-works-page__billing-panel {
    padding: 1.85rem;
  }
  /* line 461, app/assets/stylesheets/how_it_works.scss */
  .how-it-works-page__track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 768px) {
  /* line 467, app/assets/stylesheets/how_it_works.scss */
  .how-it-works-page__container.container.is-fluid {
    padding: 1.9rem 1rem 3.4rem;
  }
  /* line 471, app/assets/stylesheets/how_it_works.scss */
  .how-it-works-page__hero,
.how-it-works-page__billing-shell {
    gap: 1.2rem;
  }
  /* line 476, app/assets/stylesheets/how_it_works.scss */
  .how-it-works-page__panel {
    border-radius: 24px;
  }
  /* line 480, app/assets/stylesheets/how_it_works.scss */
  .how-it-works-page__hero-card {
    gap: 1rem;
    padding: 0.75rem;
  }
  /* line 485, app/assets/stylesheets/how_it_works.scss */
  .how-it-works-page__intro,
.how-it-works-page__billing-panel,
.how-it-works-page__bills-panel {
    padding: 1.35rem;
  }
  /* line 491, app/assets/stylesheets/how_it_works.scss */
  .how-it-works-page__steps-card {
    margin-top: 1.5rem;
    border-radius: 24px;
  }
  /* line 496, app/assets/stylesheets/how_it_works.scss */
  .how-it-works-page__title {
    font-size: clamp(2rem, 10vw, 2.7rem);
  }
  /* line 500, app/assets/stylesheets/how_it_works.scss */
  .how-it-works-page__body,
.how-it-works-page__body p {
    font-size: 0.98rem;
    line-height: 1.72;
  }
  /* line 506, app/assets/stylesheets/how_it_works.scss */
  .how-it-works-page__actions {
    flex-direction: column;
    align-items: stretch;
  }
  /* line 511, app/assets/stylesheets/how_it_works.scss */
  .how-it-works-page__button {
    width: 100%;
  }
  /* line 515, app/assets/stylesheets/how_it_works.scss */
  .how-it-works-page__steps {
    margin-top: 3rem;
  }
  /* line 519, app/assets/stylesheets/how_it_works.scss */
  .how-it-works-page__steps-header {
    align-items: center;
    margin-bottom: 1rem;
  }
  /* line 524, app/assets/stylesheets/how_it_works.scss */
  .how-it-works-page__controls {
    display: inline-flex;
  }
  /* line 528, app/assets/stylesheets/how_it_works.scss */
  .how-it-works-page__track {
    display: flex;
    gap: 1rem;
    padding: 0.15rem 0.1rem 0.5rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  /* line 539, app/assets/stylesheets/how_it_works.scss */
  .how-it-works-page__track::-webkit-scrollbar {
    display: none;
  }
  /* line 543, app/assets/stylesheets/how_it_works.scss */
  .how-it-works-page__step-card {
    flex: 0 0 84%;
    min-width: 84%;
    scroll-snap-align: start;
  }
  /* line 549, app/assets/stylesheets/how_it_works.scss */
  .how-it-works-page__tabs {
    width: 100%;
  }
  /* line 553, app/assets/stylesheets/how_it_works.scss */
  .how-it-works-page__tabs ul {
    width: 100%;
    flex-direction: column;
  }
  /* line 558, app/assets/stylesheets/how_it_works.scss */
  .how-it-works-page__tabs li a {
    width: 100%;
  }
}

/* line 1, app/assets/stylesheets/media.scss */
.media-page {
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(255, 255, 255, 0.98)), radial-gradient(circle at top right, rgba(248, 172, 28, 0.08), transparent 30rem);
  padding: 3rem 0 4.5rem;
}

/* line 8, app/assets/stylesheets/media.scss */
.media-page__container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* line 15, app/assets/stylesheets/media.scss */
.media-page__hero {
  margin-bottom: 2.5rem;
  padding: 4.5rem 2rem;
  border-radius: 2rem;
  background-color: #f5951f;
  background-image: linear-gradient(135deg, rgba(22, 24, 26, 0.05), rgba(22, 24, 26, 0.02)), url(/assets/lp-hero-26185a1c024e9a6865d6699f4789f93bfe90c23b43e8e052077957d370bba165.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 28, app/assets/stylesheets/media.scss */
.media-page__eyebrow {
  margin: 0 0 0.625rem;
  color: #f27426;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* line 37, app/assets/stylesheets/media.scss */
.media-page__hero-copy {
  max-width: 48rem;
}

/* line 41, app/assets/stylesheets/media.scss */
.media-page__title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.4rem, 3vw, 3.7rem);
  font-weight: 800;
  line-height: 1.02;
  text-shadow: 0 10px 30px rgba(15, 23, 42, 0.28);
}

/* line 50, app/assets/stylesheets/media.scss */
.media-page__subtitle {
  margin: 1rem 0 0;
  max-width: 48rem;
  color: rgba(255, 255, 255, 0.94);
  font-size: 1.0625rem;
  line-height: 1.75;
  text-shadow: 0 8px 24px rgba(15, 23, 42, 0.22);
}

/* line 59, app/assets/stylesheets/media.scss */
.media-page__content {
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 22px 52px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

/* line 67, app/assets/stylesheets/media.scss */
.media-page__content-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 2.25rem 2.25rem 1.5rem;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
}

/* line 77, app/assets/stylesheets/media.scss */
.media-page__section-title {
  margin: 0;
  color: #1f2937;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.15;
}

/* line 85, app/assets/stylesheets/media.scss */
.media-page__section-copy {
  margin: 0.55rem 0 0;
  color: #64748b;
  font-size: 0.98rem;
  line-height: 1.65;
}

/* line 92, app/assets/stylesheets/media.scss */
.media-page__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-bottom: 30px;
}

/* line 99, app/assets/stylesheets/media.scss */
.media-card {
  display: flex;
  height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

/* line 111, app/assets/stylesheets/media.scss */
.media-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.1);
}

/* line 116, app/assets/stylesheets/media.scss */
.media-card__image-link {
  display: block;
}

/* line 120, app/assets/stylesheets/media.scss */
.media-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.96), rgba(241, 245, 249, 0.96));
}

/* line 130, app/assets/stylesheets/media.scss */
.media-card__image-tag {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s ease;
}

/* line 137, app/assets/stylesheets/media.scss */
.media-card:hover .media-card__image-tag {
  transform: scale(1.03);
}

/* line 141, app/assets/stylesheets/media.scss */
.media-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1.5rem;
}

/* line 148, app/assets/stylesheets/media.scss */
.media-card__date {
  color: #f27426;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.03em;
}

/* line 155, app/assets/stylesheets/media.scss */
.media-card__title {
  margin: 0.75rem 0 0;
  color: #1f2937;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.28;
}

/* line 163, app/assets/stylesheets/media.scss */
.media-card__title a {
  color: inherit;
}

/* line 167, app/assets/stylesheets/media.scss */
.media-card__description {
  margin: 0.85rem 0 1.5rem;
  color: #475569;
  font-size: 0.98rem;
  line-height: 1.7;
}

/* line 174, app/assets/stylesheets/media.scss */
.media-card__link {
  margin-top: auto;
  color: #f27426;
  font-size: 0.95rem;
  font-weight: 700;
}

/* line 181, app/assets/stylesheets/media.scss */
.media-page__actions {
  display: flex;
  justify-content: center;
  padding: 0 2.25rem 2.25rem;
}

/* line 187, app/assets/stylesheets/media.scss */
.media-page__load-more {
  min-width: 12rem;
  min-height: 3.25rem;
  border: 0;
  border-radius: 15px;
  background: linear-gradient(135deg, #f27426, #ff8a2c);
  color: #fff;
  font-size: 0.98rem;
  font-weight: 700;
  box-shadow: 0 18px 30px rgba(242, 116, 38, 0.18);
}

/* line 199, app/assets/stylesheets/media.scss */
.media-page__empty {
  padding: 3rem 2.25rem;
  text-align: center;
}

/* line 204, app/assets/stylesheets/media.scss */
.media-page__empty-title {
  margin: 0;
  color: #1f2937;
  font-size: 1.5rem;
  font-weight: 800;
}

/* line 211, app/assets/stylesheets/media.scss */
.media-page__empty-copy {
  margin: 0.75rem auto 0;
  max-width: 32rem;
  color: #64748b;
  font-size: 1rem;
  line-height: 1.7;
}

@media screen and (max-width: 1023px) {
  /* line 220, app/assets/stylesheets/media.scss */
  .media-page {
    padding-top: 2.5rem;
  }
  /* line 224, app/assets/stylesheets/media.scss */
  .media-page__container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* line 229, app/assets/stylesheets/media.scss */
  .media-page__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media screen and (max-width: 768px) {
  /* line 235, app/assets/stylesheets/media.scss */
  .media-page {
    padding: 2rem 0 3.25rem;
  }
  /* line 239, app/assets/stylesheets/media.scss */
  .media-page__content {
    border-radius: 1.5rem;
  }
  /* line 243, app/assets/stylesheets/media.scss */
  .media-page__hero {
    padding: 3rem 1rem;
    border-radius: 1.5rem;
  }
  /* line 248, app/assets/stylesheets/media.scss */
  .media-page__content-header,
.media-page__grid,
.media-page__actions,
.media-page__empty {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  /* line 256, app/assets/stylesheets/media.scss */
  .media-page__content-header {
    padding-top: 1.5rem;
    padding-bottom: 1.15rem;
  }
  /* line 261, app/assets/stylesheets/media.scss */
  .media-page__grid {
    gap: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1.5rem;
  }
  /* line 267, app/assets/stylesheets/media.scss */
  .media-page__actions {
    padding-bottom: 1.5rem;
  }
  /* line 271, app/assets/stylesheets/media.scss */
  .media-page__title {
    font-size: 2.5rem;
  }
  /* line 275, app/assets/stylesheets/media.scss */
  .media-page__subtitle {
    font-size: 1rem;
    line-height: 1.65;
  }
  /* line 280, app/assets/stylesheets/media.scss */
  .media-page__section-title {
    font-size: 1.45rem;
  }
  /* line 284, app/assets/stylesheets/media.scss */
  .media-card__body {
    padding: 1.25rem;
  }
}

/* Single Post */
/* line 290, app/assets/stylesheets/media.scss */
#post-hero {
  position: relative;
  overflow: hidden;
}

/* line 295, app/assets/stylesheets/media.scss */
#post-hero .content {
  position: relative;
  z-index: 1;
  min-height: 38.75rem;
}

/* line 301, app/assets/stylesheets/media.scss */
#post-hero p,
#post-hero h1 {
  color: #fff;
}

/* line 306, app/assets/stylesheets/media.scss */
#post-hero p {
  font-size: 1.25rem;
  font-weight: bold;
}

/* line 311, app/assets/stylesheets/media.scss */
#post-hero h1 {
  font-size: 3.75rem;
  font-weight: bold;
  margin-bottom: 1.125rem;
}

/* line 317, app/assets/stylesheets/media.scss */
#post {
  padding-top: 6rem;
  position: relative;
  background-color: #f9f9f9;
  overflow: hidden;
}

/* line 324, app/assets/stylesheets/media.scss */
#post .container {
  max-width: 1344px;
}

/* line 328, app/assets/stylesheets/media.scss */
.post-date {
  margin-bottom: 3.625rem;
}

/* line 331, app/assets/stylesheets/media.scss */
.post-date .date {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media screen and (min-width: 768px) {
  /* line 331, app/assets/stylesheets/media.scss */
  .post-date .date {
    text-align: right;
  }
}

/* line 341, app/assets/stylesheets/media.scss */
.post-date .social-media-icons {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media screen and (min-width: 768px) {
  /* line 341, app/assets/stylesheets/media.scss */
  .post-date .social-media-icons {
    text-align: left;
    border-left: 2px solid #faac1c;
  }
}

@media screen and (min-width: 768px) {
  /* line 352, app/assets/stylesheets/media.scss */
  .post-date .sms-button {
    display: none;
  }
}

/* line 359, app/assets/stylesheets/media.scss */
.post-share {
  margin-top: 4.562rem;
  margin-bottom: 5.505rem;
}

/* line 364, app/assets/stylesheets/media.scss */
.post-content {
  color: #4a4a4a;
  font-size: 1.188rem;
  line-height: 1.45;
  position: relative;
  z-index: 1;
}

/* line 371, app/assets/stylesheets/media.scss */
.post-content img {
  max-height: 400px;
}

@media screen and (max-width: 768px) {
  /* line 375, app/assets/stylesheets/media.scss */
  .post-content .icons {
    display: none;
  }
}

/* line 381, app/assets/stylesheets/media.scss */
.post-content .chart-background {
  text-align: center;
  width: 550px;
  background-color: white;
  border: 5px solid #f8ac1c;
}

/* line 389, app/assets/stylesheets/media.scss */
.post-content p:not(:last-child) {
  margin-bottom: 1.6rem;
}

/* line 393, app/assets/stylesheets/media.scss */
.social-link {
  padding: 0px 5px 0px 5px;
}

/* line 396, app/assets/stylesheets/media.scss */
.social-link img {
  height: 40px;
}

@media screen and (max-width: 1800px) {
  /* line 402, app/assets/stylesheets/media.scss */
  #post:before {
    left: -10rem;
  }
  /* line 405, app/assets/stylesheets/media.scss */
  #post:after {
    right: -10rem;
  }
}

@media screen and (max-width: 1600px) {
  /* line 411, app/assets/stylesheets/media.scss */
  #post .container {
    max-width: 1200px;
  }
}

@media screen and (max-width: 1230px) {
  /* line 417, app/assets/stylesheets/media.scss */
  #post .container {
    max-width: 95%;
  }
  /* line 420, app/assets/stylesheets/media.scss */
  #post:before,
#post:after {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/privacy_policy.scss */
.privacy-policy {
  background-color: #4a4f51;
}

/* line 4, app/assets/stylesheets/privacy_policy.scss */
.privacy-policy .container {
  background-image: url(/assets/faq-bg-bb5ce5e2471439de84ad13c79e23dcb4585ec3b8a85f46445f2a083961504b7e.png);
  background-size: contain;
  background-repeat: repeat-y;
  background-color: #4a4f51;
}

/* line 10, app/assets/stylesheets/privacy_policy.scss */
.privacy-policy .container h2 {
  color: #fff;
  padding-top: 1.5em;
  padding-left: 2em;
}

/* line 16, app/assets/stylesheets/privacy_policy.scss */
.privacy-policy .container .content {
  margin-right: 0;
}

/* line 19, app/assets/stylesheets/privacy_policy.scss */
.privacy-policy .container .content .privacy-policy-content {
  margin: 0 auto;
  background-color: #fff;
  padding-bottom: 3em;
}

/* line 24, app/assets/stylesheets/privacy_policy.scss */
.privacy-policy .container .content .privacy-policy-content h4 {
  background-color: #faac1c;
  height: 100px;
  margin-top: -13px;
  margin-right: -13px;
  margin-left: -13px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  color: #4a4f51;
  font-size: 1em;
  font-weight: 500;
}

/* line 39, app/assets/stylesheets/privacy_policy.scss */
.privacy-policy .container .content .privacy-policy-content h4 a {
  font-weight: 600;
  color: #4a4f51;
}

/* line 44, app/assets/stylesheets/privacy_policy.scss */
.privacy-policy .container .content .privacy-policy-content h4 span {
  align-self: center;
}

/* line 49, app/assets/stylesheets/privacy_policy.scss */
.privacy-policy .container .content .privacy-policy-content h5 {
  color: #8298ab;
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 10px;
  font-size: 20pt;
  margin-bottom: 0;
}

/* line 57, app/assets/stylesheets/privacy_policy.scss */
.privacy-policy .container .content .privacy-policy-content p {
  font-size: 10pt;
}

/* line 1, app/assets/stylesheets/terms_of_use.scss */
.terms-of-use {
  background-color: #4a4f51;
}

/* line 4, app/assets/stylesheets/terms_of_use.scss */
.terms-of-use .container {
  background-image: url(/assets/faq-bg-bb5ce5e2471439de84ad13c79e23dcb4585ec3b8a85f46445f2a083961504b7e.png);
  background-size: contain;
  background-repeat: repeat-y;
  background-color: #4a4f51;
}

/* line 10, app/assets/stylesheets/terms_of_use.scss */
.terms-of-use .container h2 {
  color: #fff;
}

@media screen and (min-width: 768px) {
  /* line 10, app/assets/stylesheets/terms_of_use.scss */
  .terms-of-use .container h2 {
    padding-top: 1.5em;
    padding-left: 2em;
  }
}

/* line 19, app/assets/stylesheets/terms_of_use.scss */
.terms-of-use .container .content {
  margin-right: 0;
}

/* line 22, app/assets/stylesheets/terms_of_use.scss */
.terms-of-use .container .content .terms-of-use-content {
  margin: 0 auto;
  background-color: #fff;
  padding-bottom: 3em;
}

/* line 27, app/assets/stylesheets/terms_of_use.scss */
.terms-of-use .container .content .terms-of-use-content h4 {
  background-color: #faac1c;
  height: 100px;
  margin-top: -13px;
  margin-right: -13px;
  margin-left: -13px;
  padding: 5px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  color: #4a4f51;
  font-size: 1em;
  font-weight: 500;
}

/* line 43, app/assets/stylesheets/terms_of_use.scss */
.terms-of-use .container .content .terms-of-use-content h4 a {
  font-weight: 600;
  color: #4a4f51;
}

/* line 48, app/assets/stylesheets/terms_of_use.scss */
.terms-of-use .container .content .terms-of-use-content h4 span {
  align-self: center;
}

/* line 53, app/assets/stylesheets/terms_of_use.scss */
.terms-of-use .container .content .terms-of-use-content h5 {
  color: #8298ab;
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 10px;
  font-size: 20pt;
  margin-bottom: 0;
}

/* line 61, app/assets/stylesheets/terms_of_use.scss */
.terms-of-use .container .content .terms-of-use-content p {
  font-size: 10pt;
}

/* line 1, app/assets/stylesheets/legal_pages.scss */
.legal-page {
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(255, 255, 255, 0.98)), radial-gradient(circle at top right, rgba(248, 172, 28, 0.08), transparent 32rem);
  padding: 3rem 0 4.5rem;
}

/* line 8, app/assets/stylesheets/legal_pages.scss */
.legal-page__container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* line 15, app/assets/stylesheets/legal_pages.scss */
.legal-page__hero {
  margin-bottom: 2.25rem;
  padding: 4.5rem 2rem;
  border-radius: 2rem;
  background-color: #f5951f;
  background-image: linear-gradient(135deg, rgba(22, 24, 26, 0.08), rgba(22, 24, 26, 0.06)), url(/assets/lp-hero-26185a1c024e9a6865d6699f4789f93bfe90c23b43e8e052077957d370bba165.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 28, app/assets/stylesheets/legal_pages.scss */
.legal-page__hero-copy {
  max-width: 48rem;
}

/* line 32, app/assets/stylesheets/legal_pages.scss */
.legal-page__eyebrow {
  margin: 0 0 0.75rem;
  color: #f8c98b;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* line 41, app/assets/stylesheets/legal_pages.scss */
.legal-page__title {
  margin: 0;
  color: #fff;
  font-size: clamp(2.4rem, 3vw, 3.8rem);
  font-weight: 800;
  line-height: 1.04;
  text-shadow: 0 10px 30px rgba(15, 23, 42, 0.25);
}

/* line 50, app/assets/stylesheets/legal_pages.scss */
.legal-page__subtitle {
  margin-top: 1rem;
  max-width: 42rem;
}

/* line 55, app/assets/stylesheets/legal_pages.scss */
.legal-page__subtitle > *:first-child {
  margin-top: 0;
}

/* line 59, app/assets/stylesheets/legal_pages.scss */
.legal-page__subtitle p,
.legal-page__subtitle li {
  color: rgba(255, 255, 255, 0.94);
  font-size: 1.05rem;
  line-height: 1.75;
  text-shadow: 0 8px 24px rgba(15, 23, 42, 0.22);
}

/* line 67, app/assets/stylesheets/legal_pages.scss */
.legal-page__subtitle a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

/* line 73, app/assets/stylesheets/legal_pages.scss */
.legal-page__content {
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 22px 52px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

/* line 81, app/assets/stylesheets/legal_pages.scss */
.legal-page__body {
  max-width: 62rem;
  margin: 0 auto;
  padding: 2.5rem 2rem 3rem;
  color: #334155;
  font-size: 1rem;
  line-height: 1.82;
}

/* line 90, app/assets/stylesheets/legal_pages.scss */
.legal-page__body--autopay {
  max-width: 68rem;
}

/* line 94, app/assets/stylesheets/legal_pages.scss */
.legal-page__body > *:first-child {
  margin-top: 0;
}

/* line 98, app/assets/stylesheets/legal_pages.scss */
.legal-page__body h1,
.legal-page__body h2,
.legal-page__body h3,
.legal-page__body h4,
.legal-page__body h5,
.legal-page__body h6 {
  color: #1f2937;
  font-weight: 800;
  line-height: 1.2;
}

/* line 109, app/assets/stylesheets/legal_pages.scss */
.legal-page__body h2,
.legal-page__body h3 {
  margin: 2rem 0 0.9rem;
  font-size: 1.6rem;
}

/* line 115, app/assets/stylesheets/legal_pages.scss */
.legal-page__body h4,
.legal-page__body h5,
.legal-page__body h6 {
  margin: 1.5rem 0 0.75rem;
  font-size: 1.15rem;
}

/* line 122, app/assets/stylesheets/legal_pages.scss */
.legal-page__body p,
.legal-page__body li {
  color: #475569;
  font-size: 1rem;
  line-height: 1.82;
}

/* line 129, app/assets/stylesheets/legal_pages.scss */
.legal-page__body p + p,
.legal-page__body p + ul,
.legal-page__body p + ol,
.legal-page__body ul + p,
.legal-page__body ol + p,
.legal-page__body ul + ul,
.legal-page__body ol + ol {
  margin-top: 1rem;
}

/* line 139, app/assets/stylesheets/legal_pages.scss */
.legal-page__body ul,
.legal-page__body ol {
  padding-left: 1.4rem;
}

/* line 144, app/assets/stylesheets/legal_pages.scss */
.legal-page__body li + li {
  margin-top: 0.55rem;
}

/* line 148, app/assets/stylesheets/legal_pages.scss */
.legal-page__body a {
  color: #f27426;
  font-weight: 700;
}

/* line 153, app/assets/stylesheets/legal_pages.scss */
.legal-page__body blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.25rem;
  border-left: 4px solid rgba(242, 116, 38, 0.45);
  border-radius: 0 1rem 1rem 0;
  background: rgba(255, 247, 237, 0.8);
}

/* line 161, app/assets/stylesheets/legal_pages.scss */
.legal-page__footer-note {
  margin-top: 2rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(226, 232, 240, 0.95);
  color: #475569;
}

@media screen and (max-width: 767px) {
  /* line 169, app/assets/stylesheets/legal_pages.scss */
  .legal-page {
    padding: 2rem 0 3rem;
  }
  /* line 173, app/assets/stylesheets/legal_pages.scss */
  .legal-page__container {
    padding: 0 1rem;
  }
  /* line 177, app/assets/stylesheets/legal_pages.scss */
  .legal-page__hero {
    padding: 3rem 1.25rem;
    border-radius: 1.5rem;
    margin-bottom: 1.5rem;
  }
  /* line 183, app/assets/stylesheets/legal_pages.scss */
  .legal-page__title {
    font-size: clamp(2rem, 9vw, 3rem);
  }
  /* line 187, app/assets/stylesheets/legal_pages.scss */
  .legal-page__subtitle p,
.legal-page__subtitle li {
    font-size: 1rem;
    line-height: 1.65;
  }
  /* line 193, app/assets/stylesheets/legal_pages.scss */
  .legal-page__content {
    border-radius: 1.5rem;
  }
  /* line 197, app/assets/stylesheets/legal_pages.scss */
  .legal-page__body {
    padding: 1.5rem 1.25rem 2rem;
    font-size: 0.98rem;
  }
  /* line 202, app/assets/stylesheets/legal_pages.scss */
  .legal-page__body h2,
.legal-page__body h3 {
    font-size: 1.35rem;
  }
}

/* line 1, app/assets/stylesheets/autopay.scss */
section.autopay {
  background-image: url(/assets/contact-us-bg-7fdf5b5744a678bc4992be114d960fc87d7c301e27471bab9ee63bdcf9bb7102.png);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  padding: 12vh 13vw;
}

/* line 8, app/assets/stylesheets/autopay.scss */
section.autopay .solar-autopay-terms-frame {
  max-height: 500px;
  overflow-y: auto;
  margin: 20px 0px 25px 0px;
}

/* line 14, app/assets/stylesheets/autopay.scss */
section.autopay h4 {
  margin: 20px 0 15px 0;
}

/* line 19, app/assets/stylesheets/autopay.scss */
section.autopay .container .content {
  background-color: #fff;
  padding: 3rem 1.5rem;
  margin-bottom: 6vh;
}

@media screen and (max-width: 768px) {
  /* line 19, app/assets/stylesheets/autopay.scss */
  section.autopay .container .content {
    padding: 1.5rem;
  }
}

/* line 28, app/assets/stylesheets/autopay.scss */
section.autopay .container .content #agreed_to_tos {
  margin-right: 5px;
}

/* line 32, app/assets/stylesheets/autopay.scss */
section.autopay .container .content .submit-button {
  margin-top: 15px;
}

/* line 36, app/assets/stylesheets/autopay.scss */
section.autopay .container .content label {
  font-weight: bolder;
}

/* line 40, app/assets/stylesheets/autopay.scss */
section.autopay .container .content .radio input {
  margin-right: 10px;
}

/* line 44, app/assets/stylesheets/autopay.scss */
section.autopay .container .content .input {
  margin-top: 1vh;
  margin-bottom: 2vh;
}

/* line 49, app/assets/stylesheets/autopay.scss */
section.autopay .container .content .button {
  color: #fff;
  background-color: #f27426;
  width: 100%;
}

/* line 55, app/assets/stylesheets/autopay.scss */
section.autopay .container .content .add-payment-button {
  margin-top: 15px;
  width: 300px;
}

/* line 60, app/assets/stylesheets/autopay.scss */
section.autopay .container .content .g-recaptcha {
  margin-bottom: 2vh;
}

/* line 64, app/assets/stylesheets/autopay.scss */
section.autopay .container .content article.message {
  margin-bottom: 1vh;
}

/* line 68, app/assets/stylesheets/autopay.scss */
section.autopay .container .content .hidden {
  display: none !important;
}

/* line 72, app/assets/stylesheets/autopay.scss */
section.autopay .container .content .add-payment-method-result-container {
  margin-top: 25px;
}

/* line 76, app/assets/stylesheets/autopay.scss */
section.autopay .container .content .add-payment-method-warning {
  color: darkgray;
}

/* line 1, app/assets/stylesheets/autopay_lookup.scss */
.autopay-lookup-page {
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(255, 255, 255, 0.98)), radial-gradient(circle at top right, rgba(248, 172, 28, 0.08), transparent 30rem);
  padding: 3rem 0 4.5rem;
}

/* line 8, app/assets/stylesheets/autopay_lookup.scss */
.autopay-lookup-page__container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* line 15, app/assets/stylesheets/autopay_lookup.scss */
.autopay-lookup-page__header {
  width: 100%;
  max-width: 72rem;
  margin-bottom: 2.5rem;
}

/* line 21, app/assets/stylesheets/autopay_lookup.scss */
.autopay-lookup-page__eyebrow {
  margin: 0 0 0.625rem;
  color: #f27426;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* line 30, app/assets/stylesheets/autopay_lookup.scss */
.autopay-lookup-page__title {
  margin: 0;
  color: #1f2937;
  font-size: clamp(2.5rem, 3vw, 3.75rem);
  font-weight: 800;
  line-height: 1.02;
}

/* line 38, app/assets/stylesheets/autopay_lookup.scss */
.autopay-lookup-page__subtitle {
  margin: 1rem 0 0;
  color: #475569;
  font-size: 1.0625rem;
  line-height: 1.75;
  max-width: 48rem;
}

/* line 46, app/assets/stylesheets/autopay_lookup.scss */
.autopay-lookup-page__card {
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 22px 52px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

/* line 54, app/assets/stylesheets/autopay_lookup.scss */
.autopay-lookup-page__card-header {
  padding: 2.25rem 2.25rem 1.5rem;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
}

/* line 60, app/assets/stylesheets/autopay_lookup.scss */
.autopay-lookup-page__card-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
}

/* line 67, app/assets/stylesheets/autopay_lookup.scss */
.autopay-lookup-page__card-copy {
  min-width: 0;
  flex: 1 1 auto;
}

/* line 72, app/assets/stylesheets/autopay_lookup.scss */
.autopay-lookup-page__card-kicker {
  margin: 0 0 0.5rem;
  color: #f27426;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* line 81, app/assets/stylesheets/autopay_lookup.scss */
.autopay-lookup-page__card-title {
  margin: 0;
  color: #1f2937;
  font-size: clamp(2rem, 2.2vw, 2.9rem);
  font-weight: 800;
  line-height: 1.05;
}

/* line 89, app/assets/stylesheets/autopay_lookup.scss */
.autopay-lookup-page__card-text {
  margin: 1rem 0 0;
  color: #475569;
  font-size: 1rem;
  line-height: 1.75;
  max-width: 42rem;
}

/* line 97, app/assets/stylesheets/autopay_lookup.scss */
.autopay-lookup-page__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5.5rem;
  height: 5.5rem;
  flex-shrink: 0;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 1.5rem;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.96), rgba(255, 255, 255, 0.96));
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
}

/* line 109, app/assets/stylesheets/autopay_lookup.scss */
.autopay-lookup-page__icon img {
  width: 2.75rem;
  height: auto;
}

/* line 115, app/assets/stylesheets/autopay_lookup.scss */
.autopay-lookup-page__body {
  padding: 2rem 2.25rem 2.25rem;
}

/* line 119, app/assets/stylesheets/autopay_lookup.scss */
.autopay-lookup-page__form {
  width: 100%;
}

/* line 123, app/assets/stylesheets/autopay_lookup.scss */
.autopay-lookup-page__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

/* line 129, app/assets/stylesheets/autopay_lookup.scss */
.autopay-lookup-page__dynamic-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 1.25rem;
}

/* line 136, app/assets/stylesheets/autopay_lookup.scss */
.autopay-lookup-page__field {
  margin-bottom: 0;
}

/* line 140, app/assets/stylesheets/autopay_lookup.scss */
.autopay-lookup-page__label {
  display: block;
  margin-bottom: 0.55rem;
  color: #334155;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
}

/* line 149, app/assets/stylesheets/autopay_lookup.scss */
.autopay-lookup-page__input {
  min-height: 3.5rem;
  height: 3.5rem;
  border: 1px solid #d7dee8;
  border-radius: 1rem;
  background: #fff;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
  color: #0f172a;
  font-size: 1rem;
  padding: 0.875rem 1rem;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

/* line 161, app/assets/stylesheets/autopay_lookup.scss */
.autopay-lookup-page__input:focus {
  border-color: rgba(242, 116, 38, 0.7);
  box-shadow: 0 0 0 4px rgba(242, 116, 38, 0.12);
}

/* line 167, app/assets/stylesheets/autopay_lookup.scss */
select.autopay-lookup-page__input {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #64748b 50%), linear-gradient(135deg, #64748b 50%, transparent 50%);
  background-position: calc(100% - 1.15rem) calc(1.45rem), calc(100% - 0.85rem) calc(1.45rem);
  background-size: 0.4rem 0.4rem, 0.4rem 0.4rem;
  background-repeat: no-repeat;
  padding-right: 2.75rem;
}

/* line 180, app/assets/stylesheets/autopay_lookup.scss */
.autopay-lookup-page__input.is-danger {
  border-color: #ef4444;
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.1);
}

/* line 185, app/assets/stylesheets/autopay_lookup.scss */
.autopay-lookup-page__error {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 0.9rem;
}

/* line 191, app/assets/stylesheets/autopay_lookup.scss */
.autopay-lookup-page__actions {
  margin-top: 1.75rem;
}

/* line 195, app/assets/stylesheets/autopay_lookup.scss */
.autopay-lookup-page__submit {
  width: 100%;
  min-height: 3.5rem;
  margin-bottom: 0;
  border: 0;
  border-radius: 1rem;
  background: linear-gradient(135deg, #f27426, #ff8a2c);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 18px 30px rgba(242, 116, 38, 0.2);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

/* line 209, app/assets/stylesheets/autopay_lookup.scss */
.autopay-lookup-page__submit:hover, .autopay-lookup-page__submit:focus {
  transform: translateY(-1px);
  box-shadow: 0 20px 34px rgba(242, 116, 38, 0.24);
}

/* line 215, app/assets/stylesheets/autopay_lookup.scss */
.autopay-lookup-page__submit[disabled] {
  transform: none;
  box-shadow: none;
  opacity: 0.7;
}

/* line 222, app/assets/stylesheets/autopay_lookup.scss */
.autopay-lookup-page__footer-note {
  margin-top: 1.5rem;
}

/* line 225, app/assets/stylesheets/autopay_lookup.scss */
.autopay-lookup-page__footer-note > div {
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  /* line 231, app/assets/stylesheets/autopay_lookup.scss */
  .autopay-lookup-page {
    padding-top: 2.5rem;
  }
  /* line 235, app/assets/stylesheets/autopay_lookup.scss */
  .autopay-lookup-page__container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 768px) {
  /* line 242, app/assets/stylesheets/autopay_lookup.scss */
  .autopay-lookup-page {
    padding: 2rem 0 3.25rem;
  }
  /* line 246, app/assets/stylesheets/autopay_lookup.scss */
  .autopay-lookup-page__title {
    font-size: 2.6rem;
  }
  /* line 250, app/assets/stylesheets/autopay_lookup.scss */
  .autopay-lookup-page__subtitle {
    font-size: 1rem;
    line-height: 1.65;
  }
  /* line 255, app/assets/stylesheets/autopay_lookup.scss */
  .autopay-lookup-page__card {
    border-radius: 1.5rem;
  }
  /* line 259, app/assets/stylesheets/autopay_lookup.scss */
  .autopay-lookup-page__card-header,
.autopay-lookup-page__body {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  /* line 265, app/assets/stylesheets/autopay_lookup.scss */
  .autopay-lookup-page__card-header {
    padding-top: 1.5rem;
    padding-bottom: 1.15rem;
  }
  /* line 270, app/assets/stylesheets/autopay_lookup.scss */
  .autopay-lookup-page__body {
    padding-top: 1.25rem;
    padding-bottom: 1.5rem;
  }
  /* line 275, app/assets/stylesheets/autopay_lookup.scss */
  .autopay-lookup-page__card-heading,
.autopay-lookup-page__grid,
.autopay-lookup-page__dynamic-fields {
    grid-template-columns: minmax(0, 1fr);
    flex-direction: column;
  }
  /* line 282, app/assets/stylesheets/autopay_lookup.scss */
  .autopay-lookup-page__icon {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 1.25rem;
  }
  /* line 287, app/assets/stylesheets/autopay_lookup.scss */
  .autopay-lookup-page__icon img {
    width: 2.25rem;
  }
}

/* line 1, app/assets/stylesheets/autopay_enrollment.scss */
.autopay-enrollment-page {
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(255, 255, 255, 0.98)), radial-gradient(circle at top right, rgba(248, 172, 28, 0.08), transparent 30rem);
  padding: 3rem 0 4.5rem;
}

/* line 8, app/assets/stylesheets/autopay_enrollment.scss */
.autopay-enrollment-page__container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* line 15, app/assets/stylesheets/autopay_enrollment.scss */
.autopay-enrollment-page__header {
  width: 100%;
  max-width: 72rem;
  margin-bottom: 2.5rem;
}

/* line 21, app/assets/stylesheets/autopay_enrollment.scss */
.autopay-enrollment-page__eyebrow {
  margin: 0 0 0.625rem;
  color: #f27426;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* line 30, app/assets/stylesheets/autopay_enrollment.scss */
.autopay-enrollment-page__title {
  margin: 0;
  color: #1f2937;
  font-size: clamp(2.5rem, 3vw, 3.75rem);
  font-weight: 800;
  line-height: 1.02;
}

/* line 38, app/assets/stylesheets/autopay_enrollment.scss */
.autopay-enrollment-page__subtitle {
  margin: 1rem 0 0;
  color: #475569;
  font-size: 1.0625rem;
  line-height: 1.75;
  max-width: 48rem;
}

/* line 46, app/assets/stylesheets/autopay_enrollment.scss */
.autopay-enrollment-page__card {
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 22px 52px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

/* line 54, app/assets/stylesheets/autopay_enrollment.scss */
.autopay-enrollment-page__card-header {
  padding: 2.25rem 2.25rem 1.5rem;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
}

/* line 60, app/assets/stylesheets/autopay_enrollment.scss */
.autopay-enrollment-page__card-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
}

/* line 67, app/assets/stylesheets/autopay_enrollment.scss */
.autopay-enrollment-page__card-copy {
  min-width: 0;
  flex: 1 1 auto;
}

/* line 72, app/assets/stylesheets/autopay_enrollment.scss */
.autopay-enrollment-page__card-kicker {
  margin: 0 0 0.5rem;
  color: #f27426;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* line 81, app/assets/stylesheets/autopay_enrollment.scss */
.autopay-enrollment-page__card-title {
  margin: 0;
  color: #1f2937;
  font-size: clamp(2rem, 2.2vw, 2.9rem);
  font-weight: 800;
  line-height: 1.05;
}

/* line 89, app/assets/stylesheets/autopay_enrollment.scss */
.autopay-enrollment-page__card-text {
  margin: 1rem 0 0;
  color: #475569;
  font-size: 1rem;
  line-height: 1.75;
  max-width: 44rem;
}

/* line 97, app/assets/stylesheets/autopay_enrollment.scss */
.autopay-enrollment-page__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5.5rem;
  height: 5.5rem;
  flex-shrink: 0;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 1.5rem;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.96), rgba(255, 255, 255, 0.96));
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
}

/* line 109, app/assets/stylesheets/autopay_enrollment.scss */
.autopay-enrollment-page__icon img {
  width: 2.75rem;
  height: auto;
}

/* line 115, app/assets/stylesheets/autopay_enrollment.scss */
.autopay-enrollment-page__body {
  padding: 2rem 2.25rem 2.25rem;
}

/* line 119, app/assets/stylesheets/autopay_enrollment.scss */
.autopay-enrollment-page__content {
  width: 100%;
  max-width: none;
}

/* line 124, app/assets/stylesheets/autopay_enrollment.scss */
.autopay-enrollment-page__section {
  margin-top: 1.75rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(226, 232, 240, 0.8);
}

/* line 130, app/assets/stylesheets/autopay_enrollment.scss */
.autopay-enrollment-page__section--first {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

/* line 136, app/assets/stylesheets/autopay_enrollment.scss */
.autopay-enrollment-page__section--compact {
  padding-top: 1.35rem;
}

/* line 140, app/assets/stylesheets/autopay_enrollment.scss */
.autopay-enrollment-page__section-heading {
  margin-bottom: 1rem;
}

/* line 144, app/assets/stylesheets/autopay_enrollment.scss */
.autopay-enrollment-page__section-title {
  margin: 0;
  color: #1f2937;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.3;
}

/* line 152, app/assets/stylesheets/autopay_enrollment.scss */
.autopay-enrollment-page__section-copy {
  margin: 0.45rem 0 0;
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.65;
}

/* line 159, app/assets/stylesheets/autopay_enrollment.scss */
.autopay-enrollment-page__select {
  min-height: 3.5rem;
  border: 1px solid #d7dee8;
  border-radius: 1rem;
  background: #fff;
  color: #0f172a;
  font-size: 1rem;
  padding: 0.875rem 1rem;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
}

/* line 169, app/assets/stylesheets/autopay_enrollment.scss */
.autopay-enrollment-page__select:focus {
  border-color: rgba(242, 116, 38, 0.7);
  box-shadow: 0 0 0 4px rgba(242, 116, 38, 0.12);
}

/* line 175, app/assets/stylesheets/autopay_enrollment.scss */
.autopay-enrollment-page__stripe-form {
  padding: 1rem;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 1rem;
  background: rgba(248, 250, 252, 0.72);
}

/* line 182, app/assets/stylesheets/autopay_enrollment.scss */
.autopay-enrollment-page__secondary-button {
  width: 100%;
  min-height: 3.25rem;
  margin-bottom: 0;
  border: 0;
  border-radius: 1rem;
  background: #f27426;
  color: #fff;
  font-size: 0.975rem;
  font-weight: 700;
}

/* line 194, app/assets/stylesheets/autopay_enrollment.scss */
.autopay-enrollment-page__method-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 0.85rem;
  padding: 1rem;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 1rem;
  background: rgba(248, 250, 252, 0.72);
}

/* line 205, app/assets/stylesheets/autopay_enrollment.scss */
.autopay-enrollment-page__method-option {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: #1f2937;
  font-size: 0.96rem;
  font-weight: 600;
}

/* line 214, app/assets/stylesheets/autopay_enrollment.scss */
.autopay-enrollment-page__method-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

/* line 221, app/assets/stylesheets/autopay_enrollment.scss */
.autopay-enrollment-page__default-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  background: rgba(242, 116, 38, 0.12);
  padding: 0.35rem 0.75rem;
  color: #c95d1b;
  font-size: 0.78rem;
  font-weight: 700;
}

/* line 232, app/assets/stylesheets/autopay_enrollment.scss */
.autopay-enrollment-page__terms {
  padding: 1.25rem;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 1rem;
  background: rgba(248, 250, 252, 0.72);
  color: #334155;
}

/* line 240, app/assets/stylesheets/autopay_enrollment.scss */
.autopay-enrollment-page__terms-note {
  color: #475569;
  font-size: 0.94rem;
  line-height: 1.7;
}

/* line 246, app/assets/stylesheets/autopay_enrollment.scss */
.autopay-enrollment-page__selected-method {
  color: #1f2937;
  font-size: 0.95rem;
  font-weight: 600;
}

/* line 252, app/assets/stylesheets/autopay_enrollment.scss */
.autopay-enrollment-page__consent {
  color: #1f2937;
  font-size: 0.95rem;
  font-weight: 600;
}

/* line 258, app/assets/stylesheets/autopay_enrollment.scss */
.autopay-enrollment-page__submit {
  width: 100%;
  min-height: 3.5rem;
  margin-bottom: 0;
  border: 0;
  border-radius: 1rem;
  background: linear-gradient(135deg, #f27426, #ff8a2c);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0 18px 30px rgba(242, 116, 38, 0.2);
}

@media screen and (min-width: 769px) {
  /* line 272, app/assets/stylesheets/autopay_enrollment.scss */
  .autopay-enrollment-page__method-card {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  /* line 278, app/assets/stylesheets/autopay_enrollment.scss */
  .autopay-enrollment-page__method-actions {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 1023px) {
  /* line 284, app/assets/stylesheets/autopay_enrollment.scss */
  .autopay-enrollment-page {
    padding-top: 2.5rem;
  }
  /* line 288, app/assets/stylesheets/autopay_enrollment.scss */
  .autopay-enrollment-page__container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 768px) {
  /* line 295, app/assets/stylesheets/autopay_enrollment.scss */
  .autopay-enrollment-page {
    padding: 2rem 0 3.25rem;
  }
  /* line 299, app/assets/stylesheets/autopay_enrollment.scss */
  .autopay-enrollment-page__title {
    font-size: 2.6rem;
  }
  /* line 303, app/assets/stylesheets/autopay_enrollment.scss */
  .autopay-enrollment-page__subtitle {
    font-size: 1rem;
    line-height: 1.65;
  }
  /* line 308, app/assets/stylesheets/autopay_enrollment.scss */
  .autopay-enrollment-page__card {
    border-radius: 1.5rem;
  }
  /* line 312, app/assets/stylesheets/autopay_enrollment.scss */
  .autopay-enrollment-page__card-header,
.autopay-enrollment-page__body {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  /* line 318, app/assets/stylesheets/autopay_enrollment.scss */
  .autopay-enrollment-page__card-header {
    padding-top: 1.5rem;
    padding-bottom: 1.15rem;
  }
  /* line 323, app/assets/stylesheets/autopay_enrollment.scss */
  .autopay-enrollment-page__body {
    padding-top: 1.25rem;
    padding-bottom: 1.5rem;
  }
  /* line 328, app/assets/stylesheets/autopay_enrollment.scss */
  .autopay-enrollment-page__card-heading {
    flex-direction: column;
  }
  /* line 332, app/assets/stylesheets/autopay_enrollment.scss */
  .autopay-enrollment-page__icon {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 1.25rem;
  }
  /* line 337, app/assets/stylesheets/autopay_enrollment.scss */
  .autopay-enrollment-page__icon img {
    width: 2.25rem;
  }
}

/* line 1, app/assets/stylesheets/payment_lookup.scss */
.payment-lookup-page {
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(255, 255, 255, 0.98)), radial-gradient(circle at top right, rgba(248, 172, 28, 0.08), transparent 28rem);
  padding: 3rem 0 4.5rem;
}

/* line 8, app/assets/stylesheets/payment_lookup.scss */
.payment-lookup-page__container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 16, app/assets/stylesheets/payment_lookup.scss */
.payment-lookup-page__header {
  width: 100%;
  max-width: 72rem;
  margin-bottom: 2.5rem;
}

/* line 22, app/assets/stylesheets/payment_lookup.scss */
.payment-lookup-page__eyebrow {
  margin: 0 0 0.625rem;
  color: #f27426;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* line 31, app/assets/stylesheets/payment_lookup.scss */
.payment-lookup-page__title {
  margin: 0;
  color: #1f2937;
  font-size: clamp(2.5rem, 3vw, 3.75rem);
  font-weight: 800;
  line-height: 1.02;
}

/* line 39, app/assets/stylesheets/payment_lookup.scss */
.payment-lookup-page__subtitle {
  margin: 1rem 0 0;
  color: #475569;
  font-size: 1.0625rem;
  line-height: 1.75;
  max-width: 38rem;
}

/* line 47, app/assets/stylesheets/payment_lookup.scss */
.payment-lookup-page__shell {
  width: 100%;
  max-width: none;
}

/* line 52, app/assets/stylesheets/payment_lookup.scss */
.payment-lookup-page__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5.5rem;
  height: 5.5rem;
  flex-shrink: 0;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 1.5rem;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.96), rgba(255, 255, 255, 0.96));
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
}

/* line 64, app/assets/stylesheets/payment_lookup.scss */
.payment-lookup-page__icon img {
  width: 2.75rem;
  height: auto;
}

/* line 70, app/assets/stylesheets/payment_lookup.scss */
.payment-lookup-page__card {
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

/* line 78, app/assets/stylesheets/payment_lookup.scss */
.payment-lookup-page__card-header {
  padding: 2.25rem 2.25rem 1.25rem;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
}

/* line 84, app/assets/stylesheets/payment_lookup.scss */
.payment-lookup-page__card-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: flex-start;
  gap: 1.5rem;
}

/* line 91, app/assets/stylesheets/payment_lookup.scss */
.payment-lookup-page__card-heading-copy {
  min-width: 0;
  flex: 1 1 auto;
}

/* line 96, app/assets/stylesheets/payment_lookup.scss */
.payment-lookup-page__card-kicker {
  margin: 0 0 0.5rem;
  color: #f27426;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* line 105, app/assets/stylesheets/payment_lookup.scss */
.payment-lookup-page__card-title {
  margin: 0;
  color: #1f2937;
  font-size: clamp(2rem, 2.2vw, 2.75rem);
  font-weight: 800;
  line-height: 1.05;
}

/* line 113, app/assets/stylesheets/payment_lookup.scss */
.payment-lookup-page__card-copy {
  margin: 1rem 0 0;
  color: #475569;
  font-size: 1rem;
  line-height: 1.75;
  max-width: 44rem;
}

/* line 121, app/assets/stylesheets/payment_lookup.scss */
.payment-lookup-page__form {
  padding: 2.25rem 2.25rem 1.25rem 2.25rem;
}

/* line 125, app/assets/stylesheets/payment_lookup.scss */
.payment-lookup-page__field {
  margin-bottom: 1.35rem;
}

/* line 129, app/assets/stylesheets/payment_lookup.scss */
.payment-lookup-page__label {
  display: block;
  margin-bottom: 0.55rem;
  color: #334155;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.2;
}

/* line 138, app/assets/stylesheets/payment_lookup.scss */
.payment-lookup-page__input {
  height: 3.5rem;
  border: 1px solid #d7dee8;
  border-radius: 1rem;
  background: #fff;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
  color: #0f172a;
  font-size: 1rem;
  padding: 0.875rem 1rem;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

/* line 149, app/assets/stylesheets/payment_lookup.scss */
.payment-lookup-page__input:focus {
  border-color: rgba(242, 116, 38, 0.7);
  box-shadow: 0 0 0 4px rgba(242, 116, 38, 0.12);
}

/* line 155, app/assets/stylesheets/payment_lookup.scss */
.payment-lookup-page__input.is-danger {
  border-color: #ef4444;
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.1);
}

/* line 160, app/assets/stylesheets/payment_lookup.scss */
.payment-lookup-page__error {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 0.9rem;
}

/* line 166, app/assets/stylesheets/payment_lookup.scss */
.payment-lookup-page__submit {
  width: 100%;
  min-height: 3.5rem;
  border: 0;
  border-radius: 1rem;
  background: linear-gradient(135deg, #f27426, #ff8a2c);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 18px 30px rgba(242, 116, 38, 0.2);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
  margin-top: 10px;
}

/* line 180, app/assets/stylesheets/payment_lookup.scss */
.payment-lookup-page__submit:hover, .payment-lookup-page__submit:focus {
  transform: translateY(-1px);
  box-shadow: 0 20px 34px rgba(242, 116, 38, 0.24);
}

/* line 186, app/assets/stylesheets/payment_lookup.scss */
.payment-lookup-page__submit[disabled] {
  transform: none;
  box-shadow: none;
  opacity: 0.7;
}

/* line 193, app/assets/stylesheets/payment_lookup.scss */
.payment-lookup-page__footer-note {
  padding: 0 2.25rem 2rem;
}

/* line 196, app/assets/stylesheets/payment_lookup.scss */
.payment-lookup-page__footer-note > div {
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  /* line 202, app/assets/stylesheets/payment_lookup.scss */
  .payment-lookup-page {
    padding-top: 2.5rem;
  }
  /* line 206, app/assets/stylesheets/payment_lookup.scss */
  .payment-lookup-page__container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  /* line 211, app/assets/stylesheets/payment_lookup.scss */
  .payment-lookup-page__card {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  /* line 217, app/assets/stylesheets/payment_lookup.scss */
  .payment-lookup-page {
    padding: 2rem 0 3.25rem;
  }
  /* line 221, app/assets/stylesheets/payment_lookup.scss */
  .payment-lookup-page__container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* line 226, app/assets/stylesheets/payment_lookup.scss */
  .payment-lookup-page__header {
    margin-bottom: 1.75rem;
  }
  /* line 230, app/assets/stylesheets/payment_lookup.scss */
  .payment-lookup-page__subtitle {
    font-size: 1rem;
    line-height: 1.65;
  }
  /* line 235, app/assets/stylesheets/payment_lookup.scss */
  .payment-lookup-page__card {
    border-radius: 1.5rem;
  }
  /* line 239, app/assets/stylesheets/payment_lookup.scss */
  .payment-lookup-page__card-header {
    padding: 1.5rem 1.25rem 1rem;
  }
  /* line 243, app/assets/stylesheets/payment_lookup.scss */
  .payment-lookup-page__card-heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
  }
  /* line 248, app/assets/stylesheets/payment_lookup.scss */
  .payment-lookup-page__icon {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 1.25rem;
  }
  /* line 253, app/assets/stylesheets/payment_lookup.scss */
  .payment-lookup-page__icon img {
    width: 2.25rem;
  }
  /* line 258, app/assets/stylesheets/payment_lookup.scss */
  .payment-lookup-page__form {
    padding: 0 1.25rem 1.25rem;
  }
  /* line 262, app/assets/stylesheets/payment_lookup.scss */
  .payment-lookup-page__footer-note {
    padding: 0 1.25rem 1.25rem;
  }
  /* line 266, app/assets/stylesheets/payment_lookup.scss */
  .payment-lookup-page__card-title {
    font-size: 1.9rem;
  }
  /* line 270, app/assets/stylesheets/payment_lookup.scss */
  .payment-lookup-page__submit {
    min-height: 3.35rem;
    font-size: 0.975rem;
  }
}

@media screen and (max-width: 560px) {
  /* line 277, app/assets/stylesheets/payment_lookup.scss */
  .payment-lookup-page__icon {
    width: 4rem;
    height: 4rem;
  }
}

/* line 1, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page {
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(255, 255, 255, 0.98)), radial-gradient(circle at top right, rgba(248, 172, 28, 0.08), transparent 30rem);
  padding: 3rem 0 4.5rem;
}

/* line 8, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* line 15, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__header {
  width: 100%;
  max-width: 72rem;
  margin-bottom: 2.5rem;
}

/* line 21, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__eyebrow {
  margin: 0 0 0.625rem;
  color: #f27426;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* line 30, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__title {
  margin: 0;
  color: #1f2937;
  font-size: clamp(2.5rem, 3vw, 3.75rem);
  font-weight: 800;
  line-height: 1.02;
}

/* line 38, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__subtitle {
  margin: 1rem 0 0;
  color: #475569;
  font-size: 1.0625rem;
  line-height: 1.75;
  max-width: 48rem;
}

/* line 46, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__card {
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 22px 52px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

/* line 54, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__card-header {
  padding: 2.25rem 2.25rem 1.5rem;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
}

/* line 60, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__card-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
}

/* line 67, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__summary {
  min-width: 0;
  flex: 1 1 auto;
}

/* line 72, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__card-kicker {
  margin: 0 0 0.5rem;
  color: #f27426;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* line 81, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__invoice-title {
  margin: 0;
  color: #1f2937;
  font-size: clamp(2rem, 2.2vw, 2.9rem);
  font-weight: 800;
  line-height: 1.05;
}

/* line 89, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__total-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 0.85rem;
  margin-top: 1rem;
}

/* line 97, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__total-label {
  color: #475569;
  font-size: 0.975rem;
  font-weight: 700;
}

/* line 103, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__total-value {
  color: #f27426;
  font-size: 1.625rem;
  font-weight: 800;
  line-height: 1;
}

/* line 110, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__helper-text {
  margin: 0.9rem 0 0;
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* line 117, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5.5rem;
  height: 5.5rem;
  flex-shrink: 0;
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: 1.5rem;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.96), rgba(255, 255, 255, 0.96));
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
}

/* line 129, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__icon img {
  width: 2.75rem;
  height: auto;
}

/* line 135, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__body {
  padding: 2rem 2.25rem 2.25rem;
}

/* line 139, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__content {
  width: 100%;
  max-width: none;
}

/* line 144, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__section {
  margin-top: 1.75rem;
  padding: 1.5rem 0 0;
  border-top: 1px solid rgba(226, 232, 240, 0.8);
}

/* line 150, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__section--first {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

/* line 156, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__section--compact {
  padding: 1.35rem 0 0;
}

/* line 160, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__section-heading {
  margin-bottom: 1rem;
}

/* line 164, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__section-title {
  margin: 0;
  color: #1f2937;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.3;
}

/* line 172, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__section-copy {
  margin: 0.45rem 0 0;
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.65;
}

/* line 179, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__subsection-heading {
  margin: 1rem 0 0.9rem;
  color: #f27426;
  font-size: 0.95rem;
  font-weight: 700;
}

/* line 186, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__invoice-card {
  margin-bottom: 0.85rem;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 1rem;
  background: rgba(248, 250, 252, 0.72);
}

/* line 193, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__invoice-card--required {
  background: rgba(248, 250, 252, 0.92);
}

/* line 197, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__invoice-option {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  padding: 1rem 1rem 0.95rem;
}

/* line 204, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__invoice-option--clickable {
  cursor: pointer;
}

/* line 208, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__checkbox {
  flex-shrink: 0;
}

/* line 212, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__invoice-copy {
  min-width: 0;
  flex: 1 1 auto;
}

/* line 217, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__invoice-name {
  color: #1f2937;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
}

/* line 224, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__invoice-meta {
  margin-top: 0.3rem;
  color: #475569;
  font-size: 0.925rem;
  line-height: 1.5;
}

/* line 231, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__invoice-note {
  margin-top: 0.45rem;
  color: #64748b;
  font-size: 0.8rem;
  font-weight: 600;
}

/* line 238, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__select {
  min-height: 3.5rem;
  border: 1px solid #d7dee8;
  border-radius: 1rem;
  background: #fff;
  color: #0f172a;
  font-size: 1rem;
  padding: 0.875rem 1rem;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
}

/* line 249, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__stripe-form {
  padding: 1rem;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 1rem;
  background: rgba(248, 250, 252, 0.72);
}

/* line 256, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__secondary-button {
  width: 100%;
  min-height: 3.25rem;
  margin-bottom: 0;
  border: 0;
  border-radius: 1rem;
  background: #f27426;
  color: #fff;
  font-size: 0.975rem;
  font-weight: 700;
}

/* line 268, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__method-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 0.85rem;
  padding: 1rem;
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 1rem;
  background: rgba(248, 250, 252, 0.72);
}

/* line 279, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__method-option {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: #1f2937;
  font-size: 0.96rem;
  font-weight: 600;
}

/* line 288, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__method-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

/* line 295, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__default-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  background: rgba(242, 116, 38, 0.12);
  padding: 0.35rem 0.75rem;
  color: #c95d1b;
  font-size: 0.78rem;
  font-weight: 700;
}

/* line 306, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__text-action {
  border: 0;
  background: transparent;
  padding: 0;
  color: #f27426;
  font-size: 0.88rem;
  font-weight: 700;
}

/* line 315, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__disclosure {
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.7;
}

/* line 321, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__consent {
  color: #1f2937;
  font-size: 0.95rem;
  font-weight: 600;
}

/* line 327, app/assets/stylesheets/payment_invoice.scss */
.payment-invoice-page__pay-button {
  width: 100%;
  min-height: 3.5rem;
  margin-bottom: 0;
  border: 0;
  border-radius: 1rem;
  background: linear-gradient(135deg, #f27426, #ff8a2c);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  box-shadow: 0 18px 30px rgba(242, 116, 38, 0.2);
}

@media screen and (min-width: 769px) {
  /* line 341, app/assets/stylesheets/payment_invoice.scss */
  .payment-invoice-page__method-card {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  /* line 347, app/assets/stylesheets/payment_invoice.scss */
  .payment-invoice-page__method-actions {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 1023px) {
  /* line 353, app/assets/stylesheets/payment_invoice.scss */
  .payment-invoice-page {
    padding-top: 2.5rem;
  }
  /* line 357, app/assets/stylesheets/payment_invoice.scss */
  .payment-invoice-page__container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 768px) {
  /* line 364, app/assets/stylesheets/payment_invoice.scss */
  .payment-invoice-page {
    padding: 2rem 0 3.25rem;
  }
  /* line 368, app/assets/stylesheets/payment_invoice.scss */
  .payment-invoice-page__title {
    font-size: 2.6rem;
  }
  /* line 372, app/assets/stylesheets/payment_invoice.scss */
  .payment-invoice-page__subtitle {
    font-size: 1rem;
    line-height: 1.65;
  }
  /* line 377, app/assets/stylesheets/payment_invoice.scss */
  .payment-invoice-page__card {
    border-radius: 1.5rem;
  }
  /* line 381, app/assets/stylesheets/payment_invoice.scss */
  .payment-invoice-page__card-header,
.payment-invoice-page__body {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  /* line 387, app/assets/stylesheets/payment_invoice.scss */
  .payment-invoice-page__card-header {
    padding-top: 1.5rem;
    padding-bottom: 1.15rem;
  }
  /* line 392, app/assets/stylesheets/payment_invoice.scss */
  .payment-invoice-page__body {
    padding-top: 1.25rem;
    padding-bottom: 1.5rem;
  }
  /* line 397, app/assets/stylesheets/payment_invoice.scss */
  .payment-invoice-page__card-heading {
    flex-direction: column;
  }
  /* line 401, app/assets/stylesheets/payment_invoice.scss */
  .payment-invoice-page__icon {
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 1.25rem;
  }
  /* line 406, app/assets/stylesheets/payment_invoice.scss */
  .payment-invoice-page__icon img {
    width: 2.25rem;
  }
  /* line 411, app/assets/stylesheets/payment_invoice.scss */
  .payment-invoice-page__section {
    padding: 1.1rem 0 0;
  }
}

/* line 3, app/assets/stylesheets/payments.scss */
.make-a-payment #add-payment-method-warning {
  color: darkgray;
}

/* line 7, app/assets/stylesheets/payments.scss */
.make-a-payment .hidden {
  display: none !important;
}

/* line 11, app/assets/stylesheets/payments.scss */
.make-a-payment .block {
  margin-bottom: 40px;
}

/* line 16, app/assets/stylesheets/payments.scss */
.make-a-payment .payment-method-form label {
  font-weight: bolder;
}

/* line 20, app/assets/stylesheets/payments.scss */
.make-a-payment .payment-method-form .radio input,
.make-a-payment .payment-method-form .checkbox input {
  margin-right: 10px;
}

/* line 25, app/assets/stylesheets/payments.scss */
.make-a-payment .payment-method-form #payment-disclosure {
  font-weight: bold;
  margin: 10px;
}

/* line 30, app/assets/stylesheets/payments.scss */
.make-a-payment .payment-method-form .payment-info {
  margin-bottom: 20px;
}

/* line 33, app/assets/stylesheets/payments.scss */
.make-a-payment .payment-method-form .payment-info p {
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  /* line 1, app/assets/stylesheets/payments.scss */
  .make-a-payment {
    padding: 0.5vh 0.5vw;
  }
}

@media screen and (max-width: 768px) {
  /* line 44, app/assets/stylesheets/payments.scss */
  .make-a-payment h4 {
    font-size: 20px;
  }
  /* line 47, app/assets/stylesheets/payments.scss */
  .make-a-payment h2 {
    min-width: 100px !important;
    font-size: 1em;
  }
  /* line 51, app/assets/stylesheets/payments.scss */
  .make-a-payment p {
    font-size: 16px;
    margin-bottom: 0;
  }
  /* line 55, app/assets/stylesheets/payments.scss */
  .make-a-payment .radio {
    font-size: .75em;
  }
  /* line 58, app/assets/stylesheets/payments.scss */
  .make-a-payment .button {
    font-size: .6em;
  }
  /* line 61, app/assets/stylesheets/payments.scss */
  .make-a-payment #payment-disclosure {
    font-size: .75em;
  }
}

/* line 68, app/assets/stylesheets/payments.scss */
.payments-form {
  /* Buttons and links */
  /* spinner/processing state, errors */
}

/* line 70, app/assets/stylesheets/payments.scss */
.payments-form form {
  width: 30vw;
  min-width: 500px;
  align-self: center;
  box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1), 0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
  border-radius: 7px;
  padding: 40px;
}

/* line 80, app/assets/stylesheets/payments.scss */
.payments-form input {
  border-radius: 6px;
  margin-bottom: 6px;
  padding: 12px;
  border: 1px solid rgba(50, 50, 93, 0.1);
  height: 44px;
  font-size: 16px;
  width: 100%;
  background: white;
}

/* line 91, app/assets/stylesheets/payments.scss */
.payments-form .result-message {
  line-height: 22px;
  font-size: 16px;
}

/* line 96, app/assets/stylesheets/payments.scss */
.payments-form .result-message a {
  color: #596fd6;
  font-weight: 600;
  text-decoration: none;
}

/* line 102, app/assets/stylesheets/payments.scss */
.payments-form .hidden {
  display: none;
}

/* line 106, app/assets/stylesheets/payments.scss */
.payments-form #card-error {
  color: #fa755a;
  text-align: left;
  font-size: 1.25em;
  line-height: 17px;
  margin: 12px 0px 12px 0px;
}

/* line 114, app/assets/stylesheets/payments.scss */
.payments-form .autopay-card-element-container {
  max-width: 500px;
  padding: 20px 20px 0px 20px;
  border: 2px solid lightgray;
  border-radius: 15px;
  margin: 25px 0px 25px 0px;
}

/* line 122, app/assets/stylesheets/payments.scss */
.payments-form #card-element {
  border-radius: 4px 4px 0 0;
  padding: 12px;
  border: 1px solid rgba(50, 50, 93, 0.1);
  height: 44px;
  width: 100%;
  background: white;
}

/* line 131, app/assets/stylesheets/payments.scss */
.payments-form #autopay-add-card-element {
  border-radius: 4px 4px 0 0;
  padding: 12px;
  border: 1px solid rgba(50, 50, 93, 0.1);
  height: 44px;
  width: 100%;
  background: white;
}

/* line 140, app/assets/stylesheets/payments.scss */
.payments-form #payment-request-button {
  margin-bottom: 32px;
}

/* line 145, app/assets/stylesheets/payments.scss */
.payments-form button {
  background: #5469d4;
  color: #ffffff;
  font-family: Arial, sans-serif;
  border-radius: 0 0 4px 4px;
  border: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
}

/* line 160, app/assets/stylesheets/payments.scss */
.payments-form button:hover {
  filter: contrast(115%);
}

/* line 163, app/assets/stylesheets/payments.scss */
.payments-form button:disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 169, app/assets/stylesheets/payments.scss */
.payments-form .spinner,
.payments-form .spinner:before,
.payments-form .spinner:after {
  border-radius: 50%;
}

/* line 174, app/assets/stylesheets/payments.scss */
.payments-form .spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

/* line 187, app/assets/stylesheets/payments.scss */
.payments-form .spinner:before,
.payments-form .spinner:after {
  position: absolute;
  content: "";
}

/* line 192, app/assets/stylesheets/payments.scss */
.payments-form .spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #5469d4;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}

/* line 204, app/assets/stylesheets/payments.scss */
.payments-form .spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #5469d4;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 600px) {
  /* line 240, app/assets/stylesheets/payments.scss */
  .payments-form form {
    width: 80vw;
  }
}

/* line 1, app/assets/stylesheets/stripe.scss */
section.stripe {
  /* Buttons and links */
  /* spinner/processing state, errors */
}

/* line 3, app/assets/stylesheets/stripe.scss */
section.stripe .add-payment-button {
  margin-top: 15px;
  width: 300px;
}

/* line 8, app/assets/stylesheets/stripe.scss */
section.stripe #payment-disclosure {
  font-weight: bold;
  margin: 10px;
}

/* line 13, app/assets/stylesheets/stripe.scss */
section.stripe #stripe-add-card-element {
  border-radius: 4px 4px 0 0;
  padding: 12px;
  border: 1px solid rgba(50, 50, 93, 0.1);
  height: 44px;
  width: 100%;
  background: white;
}

/* line 22, app/assets/stylesheets/stripe.scss */
section.stripe .stripe-card-element-container {
  max-width: 500px;
  padding: 20px 20px 0px 20px;
  border: 2px solid lightgray;
  border-radius: 15px;
  margin: 25px 0px 25px 0px;
}

/* line 30, app/assets/stylesheets/stripe.scss */
section.stripe .hidden {
  display: none !important;
}

/* line 34, app/assets/stylesheets/stripe.scss */
section.stripe #card-error {
  color: #fa755a;
  text-align: left;
  font-size: 1.25em;
  line-height: 17px;
  margin: 12px 0px 12px 0px;
}

/* line 43, app/assets/stylesheets/stripe.scss */
section.stripe button {
  margin-bottom: 32px;
  background: #5469d4;
  color: #ffffff;
  font-family: Arial, sans-serif;
  border-radius: 0 0 4px 4px;
  border: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
}

/* line 59, app/assets/stylesheets/stripe.scss */
section.stripe button:hover {
  filter: contrast(115%);
}

/* line 62, app/assets/stylesheets/stripe.scss */
section.stripe button:disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 68, app/assets/stylesheets/stripe.scss */
section.stripe .spinner,
section.stripe .spinner:before,
section.stripe .spinner:after {
  border-radius: 50%;
}

/* line 73, app/assets/stylesheets/stripe.scss */
section.stripe .spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

/* line 86, app/assets/stylesheets/stripe.scss */
section.stripe .spinner:before,
section.stripe .spinner:after {
  position: absolute;
  content: "";
}

/* line 91, app/assets/stylesheets/stripe.scss */
section.stripe .spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #5469d4;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}

/* line 103, app/assets/stylesheets/stripe.scss */
section.stripe .spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #5469d4;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 600px) {
  /* line 139, app/assets/stylesheets/stripe.scss */
  section.stripe form {
    width: 50vw;
  }
}

/* line 1, app/assets/stylesheets/community_solar.scss */
#infographic-hero .container,
#infographic .container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media screen and (max-width: 1023px) {
  /* line 1, app/assets/stylesheets/community_solar.scss */
  #infographic-hero .container,
#infographic .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  /* line 1, app/assets/stylesheets/community_solar.scss */
  #infographic-hero .container,
#infographic .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* line 20, app/assets/stylesheets/community_solar.scss */
#infographic-hero .content,
#infographic .content {
  margin: 0;
}

/* line 25, app/assets/stylesheets/community_solar.scss */
#infographic .flex-large {
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}

/* line 31, app/assets/stylesheets/community_solar.scss */
#infographic .section-text {
  flex: 1 1 50%;
  max-width: 50%;
}

@media screen and (max-width: 768px) {
  /* line 31, app/assets/stylesheets/community_solar.scss */
  #infographic .section-text {
    max-width: 100%;
  }
}

/* line 40, app/assets/stylesheets/community_solar.scss */
#infographic figure[class*="resize-comm-solar-img"] {
  flex: 1 1 50%;
}

/* line 44, app/assets/stylesheets/community_solar.scss */
figure.resize-comm-solar-img1 {
  position: relative;
  height: 50%;
  max-height: 456px;
  width: 50%;
  max-width: 676px;
}

/* line 52, app/assets/stylesheets/community_solar.scss */
figure.resize-comm-solar-img2 {
  position: relative;
  height: 80%;
  max-height: 456px;
  width: 80%;
  max-width: 676px;
}

/* line 60, app/assets/stylesheets/community_solar.scss */
figure.resize-comm-solar-img3 {
  position: relative;
  height: 60%;
  max-height: 456px;
  width: 60%;
  max-width: 676px;
}

/* line 68, app/assets/stylesheets/community_solar.scss */
figure.resize-comm-solar-img4 {
  position: relative;
  height: 55%;
  max-height: 456px;
  width: 55%;
  max-width: 676px;
}

/* line 76, app/assets/stylesheets/community_solar.scss */
h2.orange-text {
  color: #f27426;
}

/* line 80, app/assets/stylesheets/community_solar.scss */
.text-left-column {
  max-width: 40rem;
  padding: 0 1.25rem 0 0;
}

@media screen and (max-width: 768px) {
  /* line 80, app/assets/stylesheets/community_solar.scss */
  .text-left-column {
    padding: 0;
    max-width: 100%;
  }
}

/* line 89, app/assets/stylesheets/community_solar.scss */
.text-right-column {
  max-width: 40rem;
  margin-left: auto;
  padding: 0 0 0 1.25rem;
}

@media screen and (max-width: 768px) {
  /* line 89, app/assets/stylesheets/community_solar.scss */
  .text-right-column {
    padding: 0;
    max-width: 100%;
  }
}

/* line 99, app/assets/stylesheets/community_solar.scss */
.border-padding {
  padding: 4rem 0 3rem;
}

/* line 103, app/assets/stylesheets/community_solar.scss */
.community-solar-overview {
  max-width: 46rem;
  margin: 0 auto;
  padding: 0 0 2.5rem;
}

@media screen and (max-width: 768px) {
  /* line 103, app/assets/stylesheets/community_solar.scss */
  .community-solar-overview {
    padding: 0 0 5%;
  }
}

/* line 112, app/assets/stylesheets/community_solar.scss */
.section-padding {
  padding: 2.75rem 0;
}

/* line 116, app/assets/stylesheets/community_solar.scss */
.community-solar-heading-wrap {
  max-width: 52rem;
  margin: 0 auto;
  padding: 0;
}

/* line 122, app/assets/stylesheets/community_solar.scss */
.community-solar-button {
  width: 180px;
  height: 50px;
  color: #FFF;
  font-weight: 700;
  font-size: 1.2em;
  border-radius: 15px;
  background-color: #f27426;
}

@media screen and (min-width: 768px) {
  /* line 122, app/assets/stylesheets/community_solar.scss */
  .community-solar-button {
    margin-top: 1vh;
  }
}

/* line 137, app/assets/stylesheets/community_solar.scss */
.button:hover {
  color: #FFF;
}

/* Customer Portal Hero */
/* line 2, app/assets/stylesheets/customer_portal.scss */
.customer-portal-hero {
  background-image: -webkit-gradient(linear, left top, right top, from(#fba71e), color-stop(99%, #f27828));
  background-image: -o-linear-gradient(left, #fba71e 0%, #f27828 99%);
  background-image: linear-gradient(to right, #fba71e 0%, #f27828 99%);
  padding: 2rem 0;
  overflow: hidden;
  position: relative;
}

/* line 17, app/assets/stylesheets/customer_portal.scss */
.customer-portal-hero:before {
  content: url(/assets/top-banner-left-834daa5652e6ba8e4ff0f2478191f04a8ded231ac5fd7ec2d211186a5ac02a67.svg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 25, app/assets/stylesheets/customer_portal.scss */
.customer-portal-hero:after {
  content: url(/assets/top-banner-right-3616524179ab4948e25954d4a48e2e68a9ae2ff9c25eec7915fb4b2d15efb82e.svg);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

/* Portal */
/* line 34, app/assets/stylesheets/customer_portal.scss */
.customer-portal {
  background-color: #f9f9f9;
  padding: 5rem 0;
  font-size: 16px;
}

/* line 40, app/assets/stylesheets/customer_portal.scss */
.customer-portal .container:not(.is-max-desktop):not(.is-max-widescreen) {
  max-width: 2000px;
  padding: 0 32px;
}

/* line 45, app/assets/stylesheets/customer_portal.scss */
.customer-portal-grid {
  margin: 0 -1rem;
}

/* line 49, app/assets/stylesheets/customer_portal.scss */
.customer-portal__sidebar {
  width: 22%;
  padding: 0 0 0 1rem;
}

/* line 54, app/assets/stylesheets/customer_portal.scss */
.customer-portal-card__inner h3 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

/* line 59, app/assets/stylesheets/customer_portal.scss */
.customer-portal-cards {
  width: 78%;
  padding: 0 0 0 1rem;
}

/* line 64, app/assets/stylesheets/customer_portal.scss */
.customer-portal-cards__bottom {
  padding-top: 2rem;
}

/* line 68, app/assets/stylesheets/customer_portal.scss */
.customer-portal-card {
  padding: 0 1rem 2rem 1rem;
  color: #4a4a4a;
}

/* line 73, app/assets/stylesheets/customer_portal.scss */
.customer-portal-card--bonus,
.customer-portal-card--credits {
  padding-bottom: 0;
}

/* line 78, app/assets/stylesheets/customer_portal.scss */
.customer-portal-card--summary,
.customer-portal-card--bonus {
  width: 40%;
}

/* line 83, app/assets/stylesheets/customer_portal.scss */
.customer-portal-card--savings,
.customer-portal-card--impact {
  width: 30%;
}

/* line 88, app/assets/stylesheets/customer_portal.scss */
.customer-portal-card--credits {
  width: 60%;
}

/* line 92, app/assets/stylesheets/customer_portal.scss */
.customer-portal-card__inner {
  background-color: #fff;
  height: 100%;
  padding: 2rem 2rem;
  text-align: center;
}

/* line 98, app/assets/stylesheets/customer_portal.scss */
.customer-portal-card--grid {
  display: flex;
  align-items: flex-end;
  padding-top: 1rem;
}

/* line 104, app/assets/stylesheets/customer_portal.scss */
.customer-impact--left {
  text-align: left;
  padding-right: 2.95rem;
}

/* line 109, app/assets/stylesheets/customer_portal.scss */
.customer-impact--left span {
  display: block;
  line-height: 1.5;
}

/* line 114, app/assets/stylesheets/customer_portal.scss */
.customer-impact--right img {
  max-width: 6.25rem;
}

@media screen and (min-width: 768px) {
  /* line 118, app/assets/stylesheets/customer_portal.scss */
  .sms-button {
    display: none;
  }
}

/* line 124, app/assets/stylesheets/customer_portal.scss */
.account-gradient-box {
  border-radius: 4px;
  background-image: linear-gradient(to right, #fba71e 0%, #f27828 99%);
  color: #fff;
  margin-top: 1.25rem;
  padding: 1rem;
  font-size: 1.5rem;
}

/* line 133, app/assets/stylesheets/customer_portal.scss */
.account-gradient-box strong {
  color: #fff;
}

/* line 137, app/assets/stylesheets/customer_portal.scss */
.customer-portal-card--bonus h3 {
  margin-bottom: 0.5rem;
}

/* line 141, app/assets/stylesheets/customer_portal.scss */
.content .customer-share-links {
  list-style: none;
  margin: 0;
  padding-left: 1rem;
}

/* line 147, app/assets/stylesheets/customer_portal.scss */
.content .customer-share-links li + li {
  margin-top: 0;
}

/* line 151, app/assets/stylesheets/customer_portal.scss */
.customer-share-links li {
  padding: 0 0.25rem;
}

/* line 155, app/assets/stylesheets/customer_portal.scss */
.customer-share-links li a {
  color: #f27426;
  font-size: 1.75rem;
}

/* Sidebar */
/* line 161, app/assets/stylesheets/customer_portal.scss */
.customer-portal__sidebar-inner {
  background-color: #fff;
  border-radius: 4px;
  height: 100%;
  padding: 6.2rem 3rem 3rem 3rem;
}

/* line 168, app/assets/stylesheets/customer_portal.scss */
.content figure.custom-portal-mark {
  margin: 0 0 2rem 0;
}

/* line 172, app/assets/stylesheets/customer_portal.scss */
.custom-portal-mark img {
  max-width: 11.8rem;
}

/* line 176, app/assets/stylesheets/customer_portal.scss */
.button.orange-bg {
  background-color: #f27426;
  color: #fff;
}

/* line 181, app/assets/stylesheets/customer_portal.scss */
.customer-portal__customer-info {
  border-bottom: 1px solid #f5951f;
  padding-bottom: 4rem;
}

/* line 186, app/assets/stylesheets/customer_portal.scss */
.customer-portal__nav {
  padding: 6rem 0;
}

/* line 190, app/assets/stylesheets/customer_portal.scss */
.customer-portal__nav ul {
  list-style: none;
  margin: 0;
}

/* line 195, app/assets/stylesheets/customer_portal.scss */
.customer-portal__nav ul li {
  font-weight: bold;
  margin-bottom: 3.75rem;
}

/* line 200, app/assets/stylesheets/customer_portal.scss */
.customer-portal__nav ul li:last-child {
  margin-bottom: 0;
}

/* line 204, app/assets/stylesheets/customer_portal.scss */
.customer-portal__nav ul li a {
  border-bottom: 1px solid #cccccc;
  color: #363636;
  display: block;
  font-size: 1.625rem;
  padding-bottom: 0.75rem;
  position: relative;
}

/* line 213, app/assets/stylesheets/customer_portal.scss */
.customer-portal__nav ul li a:after {
  color: #f5951f;
  position: absolute;
  right: 0;
}

/* line 219, app/assets/stylesheets/customer_portal.scss */
.customer-auth-page {
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(255, 255, 255, 0.98)), radial-gradient(circle at top right, rgba(248, 172, 28, 0.08), transparent 32rem);
  padding: 3rem 0 4.5rem;
}

/* line 226, app/assets/stylesheets/customer_portal.scss */
.customer-auth-page__container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* line 233, app/assets/stylesheets/customer_portal.scss */
.customer-auth-page__panel {
  width: 100%;
  max-width: 1440px;
}

/* line 238, app/assets/stylesheets/customer_portal.scss */
.customer-auth-page__intro {
  margin-bottom: 2rem;
}

/* line 242, app/assets/stylesheets/customer_portal.scss */
.customer-auth-page__eyebrow {
  margin: 0 0 0.65rem;
  color: #f27426;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* line 251, app/assets/stylesheets/customer_portal.scss */
.customer-auth-page__title {
  margin: 0;
  color: #1f2937;
  font-size: clamp(2.5rem, 3vw, 4.25rem);
  font-weight: 800;
  line-height: 1.02;
}

/* line 259, app/assets/stylesheets/customer_portal.scss */
.customer-auth-page__copy {
  margin: 1rem 0 0;
  max-width: 42rem;
  color: #475569;
  font-size: 1.05rem;
  line-height: 1.75;
}

/* line 267, app/assets/stylesheets/customer_portal.scss */
.customer-auth-card {
  border: 1px solid rgba(226, 232, 240, 0.94);
  border-radius: 2rem;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 22px 52px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

/* line 275, app/assets/stylesheets/customer_portal.scss */
.customer-auth-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.75rem 2rem 1.5rem;
  border-bottom: 1px solid rgba(226, 232, 240, 0.88);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.96));
}

/* line 285, app/assets/stylesheets/customer_portal.scss */
.customer-auth-card__eyebrow {
  margin: 0 0 0.45rem;
  color: #f27426;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* line 294, app/assets/stylesheets/customer_portal.scss */
.customer-auth-card__title {
  margin: 0;
  color: #1f2937;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
}

/* line 302, app/assets/stylesheets/customer_portal.scss */
.customer-auth-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.55rem 1rem;
  border-radius: 9999px;
  background: rgba(255, 247, 237, 0.92);
  border: 1px solid rgba(251, 191, 36, 0.24);
  color: #9a3412;
  font-size: 0.9rem;
  font-weight: 700;
  white-space: nowrap;
}

/* line 317, app/assets/stylesheets/customer_portal.scss */
.customer-auth-card > .message,
.customer-auth-card > .notification {
  margin: 1.5rem 2rem 0;
}

/* line 322, app/assets/stylesheets/customer_portal.scss */
.customer-auth-card__body {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.9fr);
  gap: 0;
}

/* line 328, app/assets/stylesheets/customer_portal.scss */
.customer-auth-form-wrap {
  padding: 2rem;
}

/* line 332, app/assets/stylesheets/customer_portal.scss */
.customer-auth-form-wrap__title {
  margin: 0 0 1.5rem;
  color: #1f2937;
  font-size: 1.35rem;
  font-weight: 800;
}

/* line 339, app/assets/stylesheets/customer_portal.scss */
.customer-auth-form-wrap__copy {
  margin: -0.5rem 0 1.5rem;
  color: #475569;
  font-size: 0.98rem;
  line-height: 1.72;
}

/* line 346, app/assets/stylesheets/customer_portal.scss */
.customer-auth-form {
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
}

/* line 352, app/assets/stylesheets/customer_portal.scss */
.customer-auth-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.15rem;
}

/* line 358, app/assets/stylesheets/customer_portal.scss */
.customer-auth-form__grid--register .customer-auth-form__field:first-child {
  grid-column: 1 / -1;
}

/* line 362, app/assets/stylesheets/customer_portal.scss */
.customer-auth-form__field {
  min-width: 0;
}

/* line 366, app/assets/stylesheets/customer_portal.scss */
.customer-auth-form__label {
  display: inline-block;
  margin-bottom: 0.55rem;
  color: #1f2937;
  font-size: 0.95rem;
  font-weight: 700;
}

/* line 374, app/assets/stylesheets/customer_portal.scss */
.customer-auth-form__label span + .customer-auth-form__error {
  margin-left: 0.5rem;
}

/* line 378, app/assets/stylesheets/customer_portal.scss */
.customer-auth-form__error {
  color: #dc2626;
  font-size: 0.85rem;
  font-weight: 700;
}

/* line 384, app/assets/stylesheets/customer_portal.scss */
.customer-auth-form__input {
  width: 100%;
  min-height: 3.5rem;
  border: 1px solid #cbd5e1;
  border-radius: 1rem;
  background: #fff;
  color: #1f2937;
  padding: 0.9rem 1rem;
  font-size: 1rem;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.03);
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

/* line 397, app/assets/stylesheets/customer_portal.scss */
.customer-auth-form__input:focus {
  border-color: rgba(242, 116, 38, 0.65);
  box-shadow: 0 0 0 4px rgba(242, 116, 38, 0.12);
  outline: none;
}

/* line 403, app/assets/stylesheets/customer_portal.scss */
.customer-auth-form__help {
  margin-top: 0.65rem;
}

/* line 407, app/assets/stylesheets/customer_portal.scss */
.customer-auth-form__help a {
  color: #f27426;
  font-size: 0.92rem;
  font-weight: 700;
}

/* line 413, app/assets/stylesheets/customer_portal.scss */
.customer-auth-form__actions {
  display: flex;
  justify-content: stretch;
  padding-top: 0.25rem;
}

/* line 419, app/assets/stylesheets/customer_portal.scss */
.customer-auth-form__submit {
  width: 100%;
  min-height: 3.4rem;
  border: 0;
  border-radius: 1rem;
  padding: 0.9rem 1.4rem;
  background: linear-gradient(135deg, #f27426, #ff8a2c);
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  box-shadow: 0 18px 30px rgba(242, 116, 38, 0.18);
  cursor: pointer;
}

/* line 433, app/assets/stylesheets/customer_portal.scss */
.customer-auth-side {
  border-left: 1px solid rgba(226, 232, 240, 0.88);
  background: linear-gradient(180deg, rgba(255, 250, 245, 0.92), rgba(255, 255, 255, 0.98));
}

/* line 438, app/assets/stylesheets/customer_portal.scss */
.customer-auth-side__inner {
  height: 100%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
}

/* line 445, app/assets/stylesheets/customer_portal.scss */
.customer-auth-side__eyebrow {
  margin: 0 0 0.6rem;
  color: #f27426;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* line 454, app/assets/stylesheets/customer_portal.scss */
.customer-auth-side__title {
  margin: 0;
  color: #1f2937;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.2;
}

/* line 462, app/assets/stylesheets/customer_portal.scss */
.customer-auth-side__copy {
  margin: 1rem 0 0;
  color: #475569;
  font-size: 0.98rem;
  line-height: 1.72;
}

/* line 469, app/assets/stylesheets/customer_portal.scss */
.customer-auth-side__list {
  margin: 1.25rem 0 0;
  padding-left: 0;
  color: #334155;
}

/* line 475, app/assets/stylesheets/customer_portal.scss */
.customer-auth-side__list li {
  font-size: 0.96rem;
  line-height: 1.7;
}

/* line 480, app/assets/stylesheets/customer_portal.scss */
.customer-auth-side__list li + li {
  margin-top: 0.45rem;
}

/* line 484, app/assets/stylesheets/customer_portal.scss */
.customer-auth-side__button {
  width: 100%;
  margin-top: 20px;
  min-height: 3.4rem;
  border: 0;
  border-radius: 1rem;
  padding: 0.9rem 1.4rem;
  background: #1f2937;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
}

/* line 498, app/assets/stylesheets/customer_portal.scss */
.customer-auth-side__button--secondary {
  background: linear-gradient(135deg, #f27426, #ff8a2c);
  box-shadow: 0 18px 30px rgba(242, 116, 38, 0.18);
}

/* line 503, app/assets/stylesheets/customer_portal.scss */
.customer-auth-side__note {
  margin: 1rem 0 0;
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.65;
}

/* line 510, app/assets/stylesheets/customer_portal.scss */
.customer-auth-side__note a {
  color: #f27426;
  font-weight: 700;
}

/* line 515, app/assets/stylesheets/customer_portal.scss */
.customer-auth-card__footer {
  padding: 1.35rem 2rem 1.6rem;
  border-top: 1px solid rgba(226, 232, 240, 0.88);
  background: rgba(248, 250, 252, 0.72);
}

/* line 521, app/assets/stylesheets/customer_portal.scss */
.customer-auth-card__footer p {
  margin: 0;
  color: #475569;
  font-size: 0.96rem;
}

/* line 527, app/assets/stylesheets/customer_portal.scss */
.customer-auth-card__footer a {
  color: #f27426;
  font-weight: 700;
}

@media screen and (max-width: 1023px) {
  /* line 533, app/assets/stylesheets/customer_portal.scss */
  .customer-auth-card__body {
    grid-template-columns: 1fr;
  }
  /* line 537, app/assets/stylesheets/customer_portal.scss */
  .customer-auth-side {
    border-left: 0;
    border-top: 1px solid rgba(226, 232, 240, 0.88);
  }
  /* line 542, app/assets/stylesheets/customer_portal.scss */
  .customer-auth-side__button {
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  /* line 548, app/assets/stylesheets/customer_portal.scss */
  .customer-auth-page {
    padding: 2rem 0 3rem;
  }
  /* line 552, app/assets/stylesheets/customer_portal.scss */
  .customer-auth-page__container {
    padding: 0 1rem;
  }
  /* line 556, app/assets/stylesheets/customer_portal.scss */
  .customer-auth-page__title {
    font-size: clamp(2.15rem, 10vw, 3rem);
  }
  /* line 560, app/assets/stylesheets/customer_portal.scss */
  .customer-auth-page__copy {
    font-size: 1rem;
    line-height: 1.65;
  }
  /* line 565, app/assets/stylesheets/customer_portal.scss */
  .customer-auth-card {
    border-radius: 1.5rem;
  }
  /* line 569, app/assets/stylesheets/customer_portal.scss */
  .customer-auth-card__header,
.customer-auth-form-wrap,
.customer-auth-side__inner,
.customer-auth-card__footer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  /* line 577, app/assets/stylesheets/customer_portal.scss */
  .customer-auth-card__header {
    flex-direction: column;
    align-items: flex-start;
  }
  /* line 582, app/assets/stylesheets/customer_portal.scss */
  .customer-auth-card__title {
    font-size: 1.7rem;
  }
  /* line 586, app/assets/stylesheets/customer_portal.scss */
  .customer-auth-form__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  /* line 591, app/assets/stylesheets/customer_portal.scss */
  .customer-auth-form__actions {
    justify-content: stretch;
  }
  /* line 595, app/assets/stylesheets/customer_portal.scss */
  .customer-auth-form__submit {
    width: 100%;
  }
}

@media screen and (max-width: 1920px) {
  /* line 601, app/assets/stylesheets/customer_portal.scss */
  .customer-impact--left {
    padding-right: 2.5rem;
  }
  /* line 605, app/assets/stylesheets/customer_portal.scss */
  .customer-portal__sidebar-inner {
    padding: 4.2rem 3rem 3rem 3rem;
  }
}

@media screen and (max-width: 1680px) {
  /* line 611, app/assets/stylesheets/customer_portal.scss */
  .customer-impact--left {
    padding-right: 1.5rem;
  }
  /* line 615, app/assets/stylesheets/customer_portal.scss */
  .customer-impact--right img {
    max-width: 5rem;
  }
  /* line 619, app/assets/stylesheets/customer_portal.scss */
  .customer-portal-card__inner h3 {
    font-size: 2rem;
  }
  /* line 623, app/assets/stylesheets/customer_portal.scss */
  .customer-portal-card__inner span,
.account-gradient-box,
.customer-portal__nav ul li a {
    font-size: 1.25rem;
  }
  /* line 629, app/assets/stylesheets/customer_portal.scss */
  .customer-portal-card__inner span,
.customer-referral-code-wrapper p,
.customer-referral-code-wrapper p span {
    font-size: 1rem;
  }
  /* line 635, app/assets/stylesheets/customer_portal.scss */
  .account-sign-up-cta__overview {
    font-size: 1.5rem;
  }
  /* line 639, app/assets/stylesheets/customer_portal.scss */
  .customer-portal__customer-info {
    padding-bottom: 2rem;
  }
  /* line 643, app/assets/stylesheets/customer_portal.scss */
  .customer-portal__nav {
    padding: 3rem 0;
  }
  /* line 647, app/assets/stylesheets/customer_portal.scss */
  .customer-portal__nav ul li {
    margin-bottom: 2rem;
  }
  /* line 651, app/assets/stylesheets/customer_portal.scss */
  .custom-portal-mark img {
    max-width: 8rem;
  }
}

@media screen and (max-width: 1450px) {
  /* line 657, app/assets/stylesheets/customer_portal.scss */
  .customer-portal-full-name {
    font-size: 1.5rem;
  }
  /* line 661, app/assets/stylesheets/customer_portal.scss */
  .account-sign-up-cta__overview {
    font-size: 1.25rem;
  }
  /* line 665, app/assets/stylesheets/customer_portal.scss */
  .account-gradient-box {
    font-size: 1rem;
  }
}

/* Customer Portal Refresh */
/* line 671, app/assets/stylesheets/customer_portal.scss */
.customer-portal-hero__container,
.customer-portal-page__container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* line 679, app/assets/stylesheets/customer_portal.scss */
.customer-portal-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1rem 0 0.25rem;
}

/* line 688, app/assets/stylesheets/customer_portal.scss */
.customer-portal-hero__actions {
  display: flex;
  justify-content: flex-end;
}

/* line 693, app/assets/stylesheets/customer_portal.scss */
.customer-portal-hero__logout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.7rem 1.3rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.95);
  color: #111827;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 18px 30px rgba(15, 23, 42, 0.08);
}

/* line 708, app/assets/stylesheets/customer_portal.scss */
.customer-portal-hero__headline {
  display: flex;
  justify-content: center;
}

/* line 713, app/assets/stylesheets/customer_portal.scss */
.customer-portal-hero__title {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.08;
  text-align: center;
}

/* line 722, app/assets/stylesheets/customer_portal.scss */
.customer-portal-hero__autopay {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  max-width: 62rem;
  margin: 0 auto;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(203, 213, 225, 0.75);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.08);
}

/* line 737, app/assets/stylesheets/customer_portal.scss */
.customer-portal-hero__autopay-label,
.customer-portal-hero__autopay-copy {
  margin: 0;
  color: #334155;
  font-size: 1rem;
  line-height: 1.65;
}

/* line 745, app/assets/stylesheets/customer_portal.scss */
.customer-portal-hero__autopay-label {
  font-weight: 800;
  white-space: nowrap;
}

/* line 750, app/assets/stylesheets/customer_portal.scss */
.customer-portal-page {
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(255, 255, 255, 0.98)), radial-gradient(circle at top right, rgba(248, 172, 28, 0.08), transparent 34rem);
  padding: 2rem 0 4rem;
}

/* line 757, app/assets/stylesheets/customer_portal.scss */
.customer-portal-shell {
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
}

/* line 764, app/assets/stylesheets/customer_portal.scss */
.customer-portal-shell__main {
  min-width: 0;
}

/* line 768, app/assets/stylesheets/customer_portal.scss */
.customer-portal-shell__sidebar-card,
.customer-portal-surface {
  border: 1px solid rgba(226, 232, 240, 0.94);
  border-radius: 1.75rem;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.07);
}

/* line 776, app/assets/stylesheets/customer_portal.scss */
.customer-portal-shell__sidebar-card {
  padding: 1.5rem;
  position: sticky;
  top: 1.5rem;
}

/* line 782, app/assets/stylesheets/customer_portal.scss */
.customer-portal-shell__profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(226, 232, 240, 0.92);
}

/* line 791, app/assets/stylesheets/customer_portal.scss */
.customer-portal-shell__profile-mark img {
  max-width: 8rem;
}

/* line 795, app/assets/stylesheets/customer_portal.scss */
.customer-portal-shell__profile-copy {
  text-align: center;
}

/* line 799, app/assets/stylesheets/customer_portal.scss */
.customer-portal-shell__profile-name {
  margin: 0;
  color: #1f2937;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25;
}

/* line 807, app/assets/stylesheets/customer_portal.scss */
.customer-portal-shell__profile-meta {
  margin: 0.45rem 0 0;
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* line 814, app/assets/stylesheets/customer_portal.scss */
.customer-portal-shell__profile-meta span {
  display: block;
  color: #334155;
  font-weight: 700;
}

/* line 820, app/assets/stylesheets/customer_portal.scss */
.customer-portal-shell__nav {
  margin-top: 1.5rem;
}

/* line 824, app/assets/stylesheets/customer_portal.scss */
.customer-portal-shell__nav-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 833, app/assets/stylesheets/customer_portal.scss */
.customer-portal-shell__nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 3.35rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(226, 232, 240, 0.84);
  border-radius: 1rem;
  background: #fff;
  color: #334155;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

/* line 850, app/assets/stylesheets/customer_portal.scss */
.customer-portal-shell__nav-link:hover,
.customer-portal-shell__nav-link.is-active {
  border-color: rgba(242, 116, 38, 0.28);
  background: rgba(255, 247, 237, 0.9);
  color: #c2410c;
}

/* line 857, app/assets/stylesheets/customer_portal.scss */
.customer-portal-shell__sidebar-actions {
  margin-top: 1.5rem;
}

/* line 861, app/assets/stylesheets/customer_portal.scss */
.customer-portal-shell__logout {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.85rem 1.25rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, #f27426, #ff8a2c);
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 18px 30px rgba(242, 116, 38, 0.18);
}

/* line 877, app/assets/stylesheets/customer_portal.scss */
.customer-portal-dashboard {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

/* line 883, app/assets/stylesheets/customer_portal.scss */
.customer-portal-surface {
  padding: 1.6rem;
}

/* line 887, app/assets/stylesheets/customer_portal.scss */
.customer-portal-surface--metric {
  text-align: center;
}

/* line 891, app/assets/stylesheets/customer_portal.scss */
.customer-portal-surface--wide {
  grid-column: span 1;
}

/* line 895, app/assets/stylesheets/customer_portal.scss */
.customer-portal-surface--chart {
  grid-column: span 2;
}

/* line 899, app/assets/stylesheets/customer_portal.scss */
.customer-portal-surface--table {
  padding: 0;
  overflow: hidden;
}

/* line 904, app/assets/stylesheets/customer_portal.scss */
.customer-portal-surface__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem 1.5rem 0;
}

/* line 912, app/assets/stylesheets/customer_portal.scss */
.customer-portal-surface__eyebrow {
  margin: 0 0 0.4rem;
  color: #f27426;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* line 921, app/assets/stylesheets/customer_portal.scss */
.customer-portal-surface__title {
  margin: 0;
  color: #1f2937;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.2;
}

/* line 929, app/assets/stylesheets/customer_portal.scss */
.customer-portal-surface__copy {
  display: block;
  margin-top: 0.7rem;
  color: #64748b;
  font-size: 0.98rem;
  line-height: 1.7;
}

/* line 937, app/assets/stylesheets/customer_portal.scss */
.customer-portal-metric {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}

/* line 944, app/assets/stylesheets/customer_portal.scss */
.customer-portal-metric__label {
  color: #64748b;
  font-size: 0.96rem;
  line-height: 1.6;
}

/* line 950, app/assets/stylesheets/customer_portal.scss */
.customer-portal-metric__value {
  color: #1f2937;
  font-size: clamp(2.1rem, 3vw, 2.75rem);
  font-weight: 800;
  line-height: 1;
}

/* line 957, app/assets/stylesheets/customer_portal.scss */
.customer-portal-metric__value.is-success {
  color: #16a34a;
}

/* line 961, app/assets/stylesheets/customer_portal.scss */
.customer-portal-metric__value.is-accent {
  color: #f27426;
}

/* line 965, app/assets/stylesheets/customer_portal.scss */
.customer-portal-metric__meta,
.customer-portal-metric__meta-group {
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* line 972, app/assets/stylesheets/customer_portal.scss */
.customer-portal-metric__meta-group {
  display: flex;
  gap: 0.35rem;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
}

/* line 980, app/assets/stylesheets/customer_portal.scss */
.customer-portal-metric__icon {
  width: 2.75rem;
  height: 2.75rem;
}

/* line 985, app/assets/stylesheets/customer_portal.scss */
.customer-portal-metric__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* line 991, app/assets/stylesheets/customer_portal.scss */
.customer-portal-metric__impact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

/* line 998, app/assets/stylesheets/customer_portal.scss */
.customer-portal-metric__impact-icon {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
}

/* line 1004, app/assets/stylesheets/customer_portal.scss */
.customer-portal-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0.35rem 0.8rem;
  border-radius: 9999px;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1;
}

/* line 1016, app/assets/stylesheets/customer_portal.scss */
.customer-portal-pill.is-muted {
  background: #f1f5f9;
  color: #64748b;
}

/* line 1021, app/assets/stylesheets/customer_portal.scss */
.customer-portal-pill.is-status,
.customer-portal-pill.is-warning {
  background: #fef3c7;
  color: #a16207;
}

/* line 1027, app/assets/stylesheets/customer_portal.scss */
.customer-portal-pill.is-success {
  background: #dcfce7;
  color: #166534;
}

/* line 1032, app/assets/stylesheets/customer_portal.scss */
.customer-portal-highlight-box {
  margin-top: 1.1rem;
  border-radius: 1.2rem;
  background: linear-gradient(135deg, #fba71e 0%, #f27828 99%);
  color: #fff;
  padding: 1.15rem 1.2rem;
  font-size: 1.05rem;
  line-height: 1.7;
  text-align: center;
}

/* line 1043, app/assets/stylesheets/customer_portal.scss */
.customer-portal-highlight-box p,
.customer-portal-highlight-box strong {
  color: inherit;
  margin: 0;
}

/* line 1049, app/assets/stylesheets/customer_portal.scss */
.customer-portal-referral {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.15rem;
  flex-wrap: wrap;
}

/* line 1058, app/assets/stylesheets/customer_portal.scss */
.customer-portal-referral__code {
  margin: 0;
  color: #1f2937;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}

/* line 1066, app/assets/stylesheets/customer_portal.scss */
.customer-portal-share {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

/* line 1074, app/assets/stylesheets/customer_portal.scss */
.customer-portal-share__label {
  margin: 0;
  color: #1f2937;
  font-size: 1rem;
  font-weight: 700;
}

/* line 1081, app/assets/stylesheets/customer_portal.scss */
.customer-portal-share__list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, auto));
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 1090, app/assets/stylesheets/customer_portal.scss */
.customer-portal-referral__terms {
  margin-top: 1rem;
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.7;
}

/* line 1097, app/assets/stylesheets/customer_portal.scss */
.customer-portal-referral__terms a {
  color: #f27426;
  font-weight: 700;
}

/* line 1102, app/assets/stylesheets/customer_portal.scss */
.customer-portal-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.2rem;
  padding: 0.85rem 1.35rem;
  border: 0;
  border-radius: 1rem;
  background: linear-gradient(135deg, #f27426, #ff8a2c);
  color: #fff;
  font-size: 0.98rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 18px 30px rgba(242, 116, 38, 0.18);
  cursor: pointer;
}

/* line 1119, app/assets/stylesheets/customer_portal.scss */
.customer-portal-button--secondary {
  background: #f1f5f9;
  color: #334155;
  box-shadow: none;
}

/* line 1125, app/assets/stylesheets/customer_portal.scss */
.customer-portal-button--small {
  min-height: 2.7rem;
  padding: 0.7rem 1rem;
  font-size: 0.9rem;
}

/* line 1131, app/assets/stylesheets/customer_portal.scss */
.customer-portal-button--inline {
  min-width: 7rem;
}

/* line 1135, app/assets/stylesheets/customer_portal.scss */
.customer-portal-chart {
  margin-top: 1rem;
}

/* line 1139, app/assets/stylesheets/customer_portal.scss */
.customer-portal-table-wrap {
  padding: 0 1.5rem 1.5rem;
  overflow-x: auto;
}

/* line 1144, app/assets/stylesheets/customer_portal.scss */
.customer-portal-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 900px;
}

/* line 1151, app/assets/stylesheets/customer_portal.scss */
.customer-portal-table thead th {
  padding: 1rem 1rem 0.95rem;
  border-bottom: 1px solid rgba(226, 232, 240, 0.95);
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: left;
  white-space: nowrap;
}

/* line 1163, app/assets/stylesheets/customer_portal.scss */
.customer-portal-table tbody th,
.customer-portal-table tbody td {
  padding: 1rem;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
  color: #334155;
  font-size: 0.95rem;
  line-height: 1.6;
  vertical-align: middle;
  text-align: left;
}

/* line 1174, app/assets/stylesheets/customer_portal.scss */
.customer-portal-table tbody th {
  color: #1f2937;
  font-weight: 700;
}

/* line 1179, app/assets/stylesheets/customer_portal.scss */
.customer-portal-table tbody tr:last-child th,
.customer-portal-table tbody tr:last-child td {
  border-bottom: 0;
}

/* line 1184, app/assets/stylesheets/customer_portal.scss */
.customer-portal-table__checkbox-form {
  display: flex;
  justify-content: center;
}

/* line 1189, app/assets/stylesheets/customer_portal.scss */
.customer-portal-table__actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-wrap: wrap;
}

/* line 1196, app/assets/stylesheets/customer_portal.scss */
.customer-portal-callout {
  margin: 0 0 1rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(251, 191, 36, 0.28);
  border-radius: 1rem;
  background: rgba(255, 247, 237, 0.7);
  color: #7c2d12;
  font-size: 0.95rem;
  line-height: 1.7;
}

/* line 1207, app/assets/stylesheets/customer_portal.scss */
.customer-portal-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 3.5rem 1rem;
  text-align: center;
}

/* line 1217, app/assets/stylesheets/customer_portal.scss */
.customer-portal-empty-state__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.75rem;
  height: 4.75rem;
  border-radius: 9999px;
  background: #f8fafc;
}

/* line 1227, app/assets/stylesheets/customer_portal.scss */
.customer-portal-empty-state__icon-image {
  width: 2.25rem;
  height: 2.25rem;
  object-fit: contain;
}

/* line 1233, app/assets/stylesheets/customer_portal.scss */
.customer-portal-empty-state__title {
  margin: 0;
  color: #1f2937;
  font-size: 1.15rem;
  font-weight: 800;
}

/* line 1240, app/assets/stylesheets/customer_portal.scss */
.customer-portal-empty-state__copy {
  margin: 0;
  max-width: 26rem;
  color: #64748b;
  font-size: 0.98rem;
  line-height: 1.7;
}

/* line 1248, app/assets/stylesheets/customer_portal.scss */
.customer-portal-pagination {
  padding-top: 1rem;
}

@media screen and (max-width: 1180px) {
  /* line 1253, app/assets/stylesheets/customer_portal.scss */
  .customer-portal-shell {
    grid-template-columns: 1fr;
  }
  /* line 1257, app/assets/stylesheets/customer_portal.scss */
  .customer-portal-shell__sidebar-card {
    position: static;
  }
  /* line 1261, app/assets/stylesheets/customer_portal.scss */
  .customer-portal-shell__sidebar {
    order: -1;
  }
  /* line 1265, app/assets/stylesheets/customer_portal.scss */
  .customer-portal-shell__sidebar-card {
    padding: 1.1rem 1.1rem 1rem;
  }
  /* line 1269, app/assets/stylesheets/customer_portal.scss */
  .customer-portal-shell__profile {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    gap: 1rem;
    padding-bottom: 1rem;
  }
  /* line 1277, app/assets/stylesheets/customer_portal.scss */
  .customer-portal-shell__profile-copy {
    flex: 1;
    text-align: left;
  }
  /* line 1282, app/assets/stylesheets/customer_portal.scss */
  .customer-portal-shell__profile-mark img {
    max-width: 5.5rem;
  }
  /* line 1286, app/assets/stylesheets/customer_portal.scss */
  .customer-portal-dashboard {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /* line 1290, app/assets/stylesheets/customer_portal.scss */
  .customer-portal-surface--chart {
    grid-column: 1 / -1;
  }
}

@media screen and (max-width: 767px) {
  /* line 1296, app/assets/stylesheets/customer_portal.scss */
  .customer-portal-hero__container,
.customer-portal-page__container {
    padding: 0 1rem;
  }
  /* line 1301, app/assets/stylesheets/customer_portal.scss */
  .customer-portal-hero__content {
    padding-top: 0.5rem;
  }
  /* line 1305, app/assets/stylesheets/customer_portal.scss */
  .customer-portal-hero__actions {
    justify-content: stretch;
  }
  /* line 1309, app/assets/stylesheets/customer_portal.scss */
  .customer-portal-hero__logout {
    width: 100%;
  }
  /* line 1313, app/assets/stylesheets/customer_portal.scss */
  .customer-portal-hero__autopay {
    align-items: stretch;
    flex-direction: column;
    text-align: center;
  }
  /* line 1319, app/assets/stylesheets/customer_portal.scss */
  .customer-portal-page {
    padding: 1.5rem 0 3rem;
  }
  /* line 1323, app/assets/stylesheets/customer_portal.scss */
  .customer-portal-shell__sidebar-card,
.customer-portal-surface {
    border-radius: 1.4rem;
  }
  /* line 1328, app/assets/stylesheets/customer_portal.scss */
  .customer-portal-shell__sidebar-card {
    padding: 0.95rem;
  }
  /* line 1332, app/assets/stylesheets/customer_portal.scss */
  .customer-portal-shell__profile {
    align-items: center;
    flex-direction: column;
    gap: 0.7rem;
    padding-bottom: 0.85rem;
  }
  /* line 1339, app/assets/stylesheets/customer_portal.scss */
  .customer-portal-shell__profile-copy,
.customer-portal-shell__profile-name,
.customer-portal-shell__profile-meta {
    text-align: center;
  }
  /* line 1345, app/assets/stylesheets/customer_portal.scss */
  .customer-portal-shell__profile-mark img {
    max-width: 4.75rem;
  }
  /* line 1349, app/assets/stylesheets/customer_portal.scss */
  .customer-portal-shell__profile-name {
    font-size: 1.05rem;
  }
  /* line 1353, app/assets/stylesheets/customer_portal.scss */
  .customer-portal-shell__profile-meta {
    font-size: 0.88rem;
  }
  /* line 1357, app/assets/stylesheets/customer_portal.scss */
  .customer-portal-shell__nav {
    margin-top: 0.9rem;
    margin-right: 0;
    margin-left: 0;
    overflow: visible;
  }
  /* line 1364, app/assets/stylesheets/customer_portal.scss */
  .customer-portal-shell__nav-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    min-width: 0;
    padding: 0 0 0.1rem;
  }
  /* line 1372, app/assets/stylesheets/customer_portal.scss */
  .customer-portal-shell__nav-link {
    justify-content: center;
    white-space: normal;
    min-height: 2.8rem;
    padding: 0.7rem 0.95rem;
    font-size: 0.9rem;
    text-align: center;
  }
  /* line 1381, app/assets/stylesheets/customer_portal.scss */
  .customer-portal-shell__sidebar-actions {
    margin-top: 0.9rem;
  }
  /* line 1385, app/assets/stylesheets/customer_portal.scss */
  .customer-portal-dashboard {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  /* line 1390, app/assets/stylesheets/customer_portal.scss */
  .customer-portal-surface--wide,
.customer-portal-surface--chart {
    grid-column: auto;
  }
  /* line 1395, app/assets/stylesheets/customer_portal.scss */
  .customer-portal-surface {
    padding: 1.05rem;
  }
  /* line 1399, app/assets/stylesheets/customer_portal.scss */
  .customer-portal-surface__header,
.customer-portal-table-wrap {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  /* line 1405, app/assets/stylesheets/customer_portal.scss */
  .customer-portal-surface__header {
    padding-top: 1rem;
  }
  /* line 1409, app/assets/stylesheets/customer_portal.scss */
  .customer-portal-surface__title {
    font-size: 1.2rem;
  }
  /* line 1413, app/assets/stylesheets/customer_portal.scss */
  .customer-portal-surface__copy {
    font-size: 0.92rem;
    line-height: 1.6;
  }
  /* line 1418, app/assets/stylesheets/customer_portal.scss */
  .customer-portal-metric__value {
    font-size: 2.2rem;
  }
  /* line 1422, app/assets/stylesheets/customer_portal.scss */
  .customer-portal-referral,
.customer-portal-share {
    align-items: stretch;
    flex-direction: column;
  }
  /* line 1428, app/assets/stylesheets/customer_portal.scss */
  .customer-portal-share__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
  }
  /* line 1433, app/assets/stylesheets/customer_portal.scss */
  .customer-portal-referral__code,
.customer-portal-share__label,
.customer-portal-referral__terms {
    text-align: left;
  }
  /* line 1439, app/assets/stylesheets/customer_portal.scss */
  .customer-portal-callout {
    font-size: 0.9rem;
  }
  /* line 1443, app/assets/stylesheets/customer_portal.scss */
  .customer-portal-table {
    min-width: 760px;
  }
  /* line 1447, app/assets/stylesheets/customer_portal.scss */
  .customer-portal-button,
.customer-portal-button--inline,
.customer-portal-button--small {
    width: 100%;
  }
}

@media screen and (max-width: 420px) {
  /* line 1455, app/assets/stylesheets/customer_portal.scss */
  .customer-portal-shell__nav-list {
    grid-template-columns: 1fr;
  }
}

/* line 1, app/assets/stylesheets/service_terms.scss */
section.service-terms {
  background-image: url(/assets/contact-us-bg-7fdf5b5744a678bc4992be114d960fc87d7c301e27471bab9ee63bdcf9bb7102.png);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  padding: 4vh 13vw;
}

/* line 8, app/assets/stylesheets/service_terms.scss */
section.service-terms #terms-pdf {
  height: 78vh;
}

/* line 48, app/assets/stylesheets/application.scss */
body {
  font-family: 'Lato', sans-serif;
  margin: 0;
}

/* line 52, app/assets/stylesheets/application.scss */
body .row {
  padding: 5px;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  /* line 61, app/assets/stylesheets/application.scss */
  .container.is-fluid {
    margin: 0;
  }
  /* line 65, app/assets/stylesheets/application.scss */
  .navbar-dropdown a.navbar-item {
    font-size: 1rem;
    border-bottom: 1px solid var(rgba(255, 255, 255, 0.2));
  }
  /* line 70, app/assets/stylesheets/application.scss */
  .navbar-item.has-dropdown:hover a.navbar-link.nested-trigger {
    padding: 0.375rem 1rem;
    background-color: #aaadae;
    font-size: 1;
  }
}

/* line 77, app/assets/stylesheets/application.scss */
div.notification.is-danger {
  background-color: white;
  border: solid #ff3860 1px;
  color: black;
}

/* line 83, app/assets/stylesheets/application.scss */
div.nowrap {
  white-space: nowrap;
}

/* line 87, app/assets/stylesheets/application.scss */
span.nowrap {
  white-space: nowrap;
}

/* line 91, app/assets/stylesheets/application.scss */
.invert-color {
  filter: invert(1);
}

/* line 95, app/assets/stylesheets/application.scss */
.orange {
  color: #faac1c;
}

/* line 100, app/assets/stylesheets/application.scss */
.social-and-sharing-links img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  height: 20px;
}

/* line 109, app/assets/stylesheets/application.scss */
.navbar {
  background-color: #17181a;
  height: 6rem;
  font-size: 18px;
  margin: 0;
  padding: 0 20px;
  z-index: 200;
}

/* line 117, app/assets/stylesheets/application.scss */
.navbar .navbar-item {
  color: #aaadae;
}

/* line 120, app/assets/stylesheets/application.scss */
.navbar .navbar-item.is-active {
  color: white;
  border-bottom: 3px solid white;
}

/* line 125, app/assets/stylesheets/application.scss */
.navbar .navbar-item:hover {
  color: #4a4f51;
}

/* line 130, app/assets/stylesheets/application.scss */
.navbar .navbar-link {
  color: #aaadae;
}

/* line 133, app/assets/stylesheets/application.scss */
.navbar .navbar-link.is-active {
  color: white;
  border-bottom: 3px solid white;
}

/* line 138, app/assets/stylesheets/application.scss */
.navbar .navbar-link:hover {
  color: #4a4f51;
}

/* line 144, app/assets/stylesheets/application.scss */
.navbar .navbar-link:not(.is-arrowless)::after {
  border-color: #aaadae;
}

/* line 148, app/assets/stylesheets/application.scss */
.navbar .logo {
  width: 340px;
}

/* line 151, app/assets/stylesheets/application.scss */
.navbar .logo img {
  padding: 15px;
}

/* line 156, app/assets/stylesheets/application.scss */
.navbar .burger {
  color: white;
  margin-top: 22px;
}

/* line 161, app/assets/stylesheets/application.scss */
.navbar .button {
  background-color: #17181a;
  color: white;
  font-size: 15px;
}

/* line 166, app/assets/stylesheets/application.scss */
.navbar .button.nav-button {
  height: 8vh;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  /* line 166, app/assets/stylesheets/application.scss */
  .navbar .button.nav-button {
    height: inherit;
    font-size: inherit;
  }
}

/* line 177, app/assets/stylesheets/application.scss */
.navbar .navbar-item.has-dropdown:focus .navbar-link,
.navbar .navbar-item.has-dropdown:hover .navbar-link,
.navbar .navbar-item.has-dropdown.is-active .navbar-link {
  color: #4a4f51;
}

/* line 185, app/assets/stylesheets/application.scss */
.call-to-action .container {
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #4a4f51;
  min-height: 200px;
}

@media screen and (max-width: 768px) {
  /* line 185, app/assets/stylesheets/application.scss */
  .call-to-action .container {
    padding-top: 2px;
  }
}

/* line 197, app/assets/stylesheets/application.scss */
.call-to-action .content .column {
  margin-top: 4vh;
}

/* line 201, app/assets/stylesheets/application.scss */
.call-to-action .button {
  width: 180px;
  height: 50px;
  color: #4a4f51;
  font-weight: 700;
  border-radius: 5px;
  font-size: 1.2em;
}

@media screen and (min-width: 768px) {
  /* line 201, app/assets/stylesheets/application.scss */
  .call-to-action .button {
    margin-left: 6vh;
    margin-top: 1vh;
  }
}

/* line 215, app/assets/stylesheets/application.scss */
.call-to-action h2.title {
  color: white;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  /* line 215, app/assets/stylesheets/application.scss */
  .call-to-action h2.title {
    text-align: center;
    font-size: 1.6em;
  }
}

@media screen and (min-width: 768px) {
  /* line 215, app/assets/stylesheets/application.scss */
  .call-to-action h2.title {
    margin-left: 8vw;
  }
}

/* line 231, app/assets/stylesheets/application.scss */
.call-to-action h3.title {
  color: white;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  /* line 231, app/assets/stylesheets/application.scss */
  .call-to-action h3.title {
    text-align: center;
    font-size: 1.4em;
  }
}

@media screen and (min-width: 768px) {
  /* line 231, app/assets/stylesheets/application.scss */
  .call-to-action h3.title {
    margin-left: 8vw;
  }
}

/* line 248, app/assets/stylesheets/application.scss */
.thank_you {
  background-color: white;
}

/* line 251, app/assets/stylesheets/application.scss */
.thank_you .button {
  background-color: #aaadae;
  color: white;
  font-size: 1rem;
}

/* line 258, app/assets/stylesheets/application.scss */
footer {
  color: white;
}

/* line 261, app/assets/stylesheets/application.scss */
footer a {
  color: white;
}

/* line 265, app/assets/stylesheets/application.scss */
footer .container {
  width: 100%;
}

/* line 268, app/assets/stylesheets/application.scss */
footer .container .content {
  font-size: 0.75em;
  padding: 1vh 4vw;
}

/* line 272, app/assets/stylesheets/application.scss */
footer .container .content .column {
  padding: 1rem;
}

/* line 276, app/assets/stylesheets/application.scss */
footer .container .content .logo {
  width: 200px;
  padding-bottom: 15px;
}

/* line 281, app/assets/stylesheets/application.scss */
footer .container .content .copyright {
  font-size: 0.75em;
  color: #aaadae;
}

/* line 287, app/assets/stylesheets/application.scss */
footer .container .content .footer-link a {
  color: #aaadae;
}

/* line 292, app/assets/stylesheets/application.scss */
footer .container .content .social-links {
  padding: 8px 0px 0px 0px;
}

/* line 295, app/assets/stylesheets/application.scss */
footer .container .content .social-links img {
  height: 40px;
}

/* line 300, app/assets/stylesheets/application.scss */
footer .container .content .social-link {
  padding: 0px 5px 0px 5px;
}

/* line 303, app/assets/stylesheets/application.scss */
footer .container .content .social-link img {
  height: 40px;
  padding: 0px;
}

/* line 309, app/assets/stylesheets/application.scss */
footer .container .content .bbb-container {
  padding: 7px 2.5px 0px 2.5px;
}

/* line 312, app/assets/stylesheets/application.scss */
footer .container .content .bbb-container img {
  height: 40px;
  padding: 0px 2px 0px 2px;
}

/* line 318, app/assets/stylesheets/application.scss */
footer .container .content .first-row {
  font-size: 1rem;
}

/* line 322, app/assets/stylesheets/application.scss */
footer .container .content .first-row .footer-link a {
  color: white;
}

/* line 328, app/assets/stylesheets/application.scss */
footer .container .content hr {
  background-color: #aaadae;
  height: 1px;
}
