/* Theme style (colors & sizes) */
/* We'll need some initial vars to use here */
/* Base: Size  */
/* Default font */
/* Base color */
/* General overrides */
/* NavBar: specifics */
/* Aside: Bulma override */
/* Aside: specifics */
/* Title Bar: specifics */
/* Hero Bar: specifics */
/* Card: Bulma override */
/* Card: specifics */
/* Table: Bulma override */
/* Table: specifics */
/* Form */
/* Modal card: Bulma override */
/* Modal card: specifics */
/* Notification: Bulma override */
/* Footer: Bulma override */
/* Footer: specifics */
/* Progress: Bulma override */
/* Icon: specifics */
/* Core Libs & Lib configs */
/* Bulma Utilities */
@import url(/assets/vue-select/dist/vue-select-382d4b4246a6931da19bf58403307d544fb2332616603ae74ae513184078676e.css);
@import url(/assets/codemirror/lib/codemirror-ffa3304771cdf7a79c2b041bb95d9325dd9650cf2ea2c1f2f8aae648e9d7c535.css);
@import url(/assets/codemirror/theme/base16-dark-49a4cdc711a59680680ed65fcfb986cbb5cedbd864648b8f2d78ae9e233dac1d.css);
/* line 3, node_modules/bulma/sass/utilities/extends.sass */
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .file-cta,
.file-name, .select select, .taginput .taginput-container.is-focusable, .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, node_modules/bulma/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, .taginput .taginput-container.is-focusable: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, .taginput .is-focused.taginput-container.is-focusable, .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, .taginput .taginput-container.is-focusable: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, .taginput .is-active.taginput-container.is-focusable, .is-active.textarea, .is-active.input, .is-active.button {
  outline: none;
}

/* line 38, node_modules/bulma/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], .taginput .taginput-container.is-focusable[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] .taginput .taginput-container.is-focusable, .taginput fieldset[disabled] .taginput-container.is-focusable, fieldset[disabled] .textarea, fieldset[disabled] .input, fieldset[disabled] .button {
  cursor: not-allowed;
}

/* line 6, node_modules/bulma/sass/utilities/extends.sass */
.switch, .b-radio.radio, .b-checkbox.checkbox, .carousel-list, .carousel, .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, node_modules/bulma/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 193, node_modules/bulma/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), .progress-wrapper.is-not-native:not(:last-child), .notification:not(:last-child), .content:not(:last-child), .box:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 15, node_modules/bulma/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 218, node_modules/bulma/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 228, node_modules/bulma/sass/utilities/mixins.sass */
.modal-close::before, .delete::before {
  height: 2px;
  width: 50%;
}

/* line 231, node_modules/bulma/sass/utilities/mixins.sass */
.modal-close::after, .delete::after {
  height: 50%;
  width: 2px;
}

/* line 234, node_modules/bulma/sass/utilities/mixins.sass */
.modal-close:hover, .delete:hover, .modal-close:focus, .delete:focus {
  background-color: rgba(10, 10, 10, 0.3);
}

/* line 237, node_modules/bulma/sass/utilities/mixins.sass */
.modal-close:active, .delete:active {
  background-color: rgba(10, 10, 10, 0.4);
}

/* line 240, node_modules/bulma/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 247, node_modules/bulma/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 254, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/sass/utilities/extends.sass */
.b-image-wrapper > img.has-ratio, .b-image-wrapper > img.placeholder, .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, node_modules/bulma/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.io v0.9.3 | MIT License | github.com/jgthms/bulma */
/* Bulma Utilities */
/* line 3, node_modules/bulma/sass/utilities/extends.sass */
.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .file-cta,
.file-name, .select select, .taginput .taginput-container.is-focusable, .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, node_modules/bulma/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, .taginput .taginput-container.is-focusable: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, .taginput .is-focused.taginput-container.is-focusable, .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, .taginput .taginput-container.is-focusable: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, .taginput .is-active.taginput-container.is-focusable, .is-active.textarea, .is-active.input, .is-active.button {
  outline: none;
}

/* line 38, node_modules/bulma/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], .taginput .taginput-container.is-focusable[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] .taginput .taginput-container.is-focusable, .taginput fieldset[disabled] .taginput-container.is-focusable, fieldset[disabled] .textarea, fieldset[disabled] .input, fieldset[disabled] .button {
  cursor: not-allowed;
}

/* line 6, node_modules/bulma/sass/utilities/extends.sass */
.switch, .b-radio.radio, .b-checkbox.checkbox, .carousel-list, .carousel, .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, node_modules/bulma/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 193, node_modules/bulma/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), .progress-wrapper.is-not-native:not(:last-child), .notification:not(:last-child), .content:not(:last-child), .box:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 15, node_modules/bulma/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 218, node_modules/bulma/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 228, node_modules/bulma/sass/utilities/mixins.sass */
.modal-close::before, .delete::before {
  height: 2px;
  width: 50%;
}

/* line 231, node_modules/bulma/sass/utilities/mixins.sass */
.modal-close::after, .delete::after {
  height: 50%;
  width: 2px;
}

/* line 234, node_modules/bulma/sass/utilities/mixins.sass */
.modal-close:hover, .delete:hover, .modal-close:focus, .delete:focus {
  background-color: rgba(10, 10, 10, 0.3);
}

/* line 237, node_modules/bulma/sass/utilities/mixins.sass */
.modal-close:active, .delete:active {
  background-color: rgba(10, 10, 10, 0.4);
}

/* line 240, node_modules/bulma/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 247, node_modules/bulma/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 254, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/sass/utilities/extends.sass */
.b-image-wrapper > img.has-ratio, .b-image-wrapper > img.placeholder, .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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/sass/base/minireset.sass */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

/* line 40, node_modules/bulma/sass/base/minireset.sass */
ul {
  list-style: none;
}

/* line 44, node_modules/bulma/sass/base/minireset.sass */
button,
input,
select,
textarea {
  margin: 0;
}

/* line 51, node_modules/bulma/sass/base/minireset.sass */
html {
  box-sizing: border-box;
}

/* line 55, node_modules/bulma/sass/base/minireset.sass */
*, *::before, *::after {
  box-sizing: inherit;
}

/* line 61, node_modules/bulma/sass/base/minireset.sass */
img,
video {
  height: auto;
  max-width: 100%;
}

/* line 67, node_modules/bulma/sass/base/minireset.sass */
iframe {
  border: 0;
}

/* line 71, node_modules/bulma/sass/base/minireset.sass */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 75, node_modules/bulma/sass/base/minireset.sass */
td,
th {
  padding: 0;
}

/* line 78, node_modules/bulma/sass/base/minireset.sass */
td:not([align]),
th:not([align]) {
  text-align: inherit;
}

/* line 34, node_modules/bulma/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, node_modules/bulma/sass/base/generic.sass */
article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

/* line 54, node_modules/bulma/sass/base/generic.sass */
body,
button,
input,
optgroup,
select,
textarea {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

/* line 62, node_modules/bulma/sass/base/generic.sass */
code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

/* line 68, node_modules/bulma/sass/base/generic.sass */
body {
  color: #4a4a4a;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

/* line 76, node_modules/bulma/sass/base/generic.sass */
a {
  color: #8c67ef;
  cursor: pointer;
  text-decoration: none;
}

/* line 80, node_modules/bulma/sass/base/generic.sass */
a strong {
  color: currentColor;
}

/* line 82, node_modules/bulma/sass/base/generic.sass */
a:hover {
  color: #363636;
}

/* line 85, node_modules/bulma/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, node_modules/bulma/sass/base/generic.sass */
hr {
  background-color: whitesmoke;
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}

/* line 99, node_modules/bulma/sass/base/generic.sass */
img {
  height: auto;
  max-width: 100%;
}

/* line 103, node_modules/bulma/sass/base/generic.sass */
input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline;
}

/* line 107, node_modules/bulma/sass/base/generic.sass */
small {
  font-size: 0.875em;
}

/* line 110, node_modules/bulma/sass/base/generic.sass */
span {
  font-style: inherit;
  font-weight: inherit;
}

/* line 114, node_modules/bulma/sass/base/generic.sass */
strong {
  color: #363636;
  font-weight: 700;
}

/* line 120, node_modules/bulma/sass/base/generic.sass */
fieldset {
  border: none;
}

/* line 123, node_modules/bulma/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, node_modules/bulma/sass/base/generic.sass */
pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

/* line 139, node_modules/bulma/sass/base/generic.sass */
table td,
table th {
  vertical-align: top;
}

/* line 142, node_modules/bulma/sass/base/generic.sass */
table td:not([align]),
table th:not([align]) {
  text-align: inherit;
}

/* line 144, node_modules/bulma/sass/base/generic.sass */
table th {
  color: #363636;
}

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

/* Bulma Elements */
/* line 12, node_modules/bulma/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, node_modules/bulma/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 #8c67ef;
}

/* line 25, node_modules/bulma/sass/elements/box.sass */
a.box:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #8c67ef;
}

/* line 60, node_modules/bulma/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 77, node_modules/bulma/sass/elements/button.sass */
.button strong {
  color: inherit;
}

/* line 80, node_modules/bulma/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 86, node_modules/bulma/sass/elements/button.sass */
.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.5em - 1px);
  margin-right: 0.25em;
}

/* line 89, node_modules/bulma/sass/elements/button.sass */
.button .icon:last-child:not(:first-child) {
  margin-left: 0.25em;
  margin-right: calc(-0.5em - 1px);
}

/* line 92, node_modules/bulma/sass/elements/button.sass */
.button .icon:first-child:last-child {
  margin-left: calc(-0.5em - 1px);
  margin-right: calc(-0.5em - 1px);
}

/* line 96, node_modules/bulma/sass/elements/button.sass */
.button:hover, .button.is-hovered {
  border-color: #b5b5b5;
  color: #363636;
}

/* line 100, node_modules/bulma/sass/elements/button.sass */
.button:focus, .button.is-focused {
  border-color: #8c67ef;
  color: #363636;
}

/* line 104, node_modules/bulma/sass/elements/button.sass */
.button:focus:not(:active), .button.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(140, 103, 239, 0.25);
}

/* line 106, node_modules/bulma/sass/elements/button.sass */
.button:active, .button.is-active {
  border-color: #4a4a4a;
  color: #363636;
}

/* line 111, node_modules/bulma/sass/elements/button.sass */
.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: #4a4a4a;
  text-decoration: underline;
}

/* line 116, node_modules/bulma/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 122, node_modules/bulma/sass/elements/button.sass */
.button.is-text:active, .button.is-text.is-active {
  background-color: #e8e8e8;
  color: #363636;
}

/* line 126, node_modules/bulma/sass/elements/button.sass */
.button.is-text[disabled], fieldset[disabled] .button.is-text {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

/* line 131, node_modules/bulma/sass/elements/button.sass */
.button.is-ghost {
  background: none;
  border-color: transparent;
  color: #8c67ef;
  text-decoration: none;
}

/* line 136, node_modules/bulma/sass/elements/button.sass */
.button.is-ghost:hover, .button.is-ghost.is-hovered {
  color: #8c67ef;
  text-decoration: underline;
}

/* line 143, node_modules/bulma/sass/elements/button.sass */
.button.is-white {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 147, node_modules/bulma/sass/elements/button.sass */
.button.is-white:hover, .button.is-white.is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 152, node_modules/bulma/sass/elements/button.sass */
.button.is-white:focus, .button.is-white.is-focused {
  border-color: transparent;
  color: #0a0a0a;
}

/* line 156, node_modules/bulma/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 158, node_modules/bulma/sass/elements/button.sass */
.button.is-white:active, .button.is-white.is-active {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 163, node_modules/bulma/sass/elements/button.sass */
.button.is-white[disabled], fieldset[disabled] .button.is-white {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
}

/* line 168, node_modules/bulma/sass/elements/button.sass */
.button.is-white.is-inverted {
  background-color: #0a0a0a;
  color: white;
}

/* line 171, node_modules/bulma/sass/elements/button.sass */
.button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered {
  background-color: black;
}

/* line 174, node_modules/bulma/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 181, node_modules/bulma/sass/elements/button.sass */
.button.is-white.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

/* line 183, node_modules/bulma/sass/elements/button.sass */
.button.is-white.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

/* line 187, node_modules/bulma/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 195, node_modules/bulma/sass/elements/button.sass */
.button.is-white.is-outlined.is-loading::after {
  border-color: transparent transparent white white !important;
}

/* line 201, node_modules/bulma/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 203, node_modules/bulma/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 209, node_modules/bulma/sass/elements/button.sass */
.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

/* line 213, node_modules/bulma/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 224, node_modules/bulma/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 226, node_modules/bulma/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 143, node_modules/bulma/sass/elements/button.sass */
.button.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}

/* line 147, node_modules/bulma/sass/elements/button.sass */
.button.is-black:hover, .button.is-black.is-hovered {
  background-color: #040404;
  border-color: transparent;
  color: white;
}

/* line 152, node_modules/bulma/sass/elements/button.sass */
.button.is-black:focus, .button.is-black.is-focused {
  border-color: transparent;
  color: white;
}

/* line 156, node_modules/bulma/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 158, node_modules/bulma/sass/elements/button.sass */
.button.is-black:active, .button.is-black.is-active {
  background-color: black;
  border-color: transparent;
  color: white;
}

/* line 163, node_modules/bulma/sass/elements/button.sass */
.button.is-black[disabled], fieldset[disabled] .button.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
}

/* line 168, node_modules/bulma/sass/elements/button.sass */
.button.is-black.is-inverted {
  background-color: white;
  color: #0a0a0a;
}

/* line 171, node_modules/bulma/sass/elements/button.sass */
.button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 174, node_modules/bulma/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 181, node_modules/bulma/sass/elements/button.sass */
.button.is-black.is-loading::after {
  border-color: transparent transparent white white !important;
}

/* line 183, node_modules/bulma/sass/elements/button.sass */
.button.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

/* line 187, node_modules/bulma/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 195, node_modules/bulma/sass/elements/button.sass */
.button.is-black.is-outlined.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

/* line 201, node_modules/bulma/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 203, node_modules/bulma/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 209, node_modules/bulma/sass/elements/button.sass */
.button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

/* line 213, node_modules/bulma/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 224, node_modules/bulma/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 226, node_modules/bulma/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 143, node_modules/bulma/sass/elements/button.sass */
.button.is-light {
  background-color: whitesmoke;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 147, node_modules/bulma/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 152, node_modules/bulma/sass/elements/button.sass */
.button.is-light:focus, .button.is-light.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 156, node_modules/bulma/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 158, node_modules/bulma/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 163, node_modules/bulma/sass/elements/button.sass */
.button.is-light[disabled], fieldset[disabled] .button.is-light {
  background-color: whitesmoke;
  border-color: transparent;
  box-shadow: none;
}

/* line 168, node_modules/bulma/sass/elements/button.sass */
.button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}

/* line 171, node_modules/bulma/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 174, node_modules/bulma/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 181, node_modules/bulma/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 183, node_modules/bulma/sass/elements/button.sass */
.button.is-light.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  color: whitesmoke;
}

/* line 187, node_modules/bulma/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 195, node_modules/bulma/sass/elements/button.sass */
.button.is-light.is-outlined.is-loading::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}

/* line 201, node_modules/bulma/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 203, node_modules/bulma/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 209, node_modules/bulma/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 213, node_modules/bulma/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 224, node_modules/bulma/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 226, node_modules/bulma/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 143, node_modules/bulma/sass/elements/button.sass */
.button.is-dark {
  background-color: #363636;
  border-color: transparent;
  color: #fff;
}

/* line 147, node_modules/bulma/sass/elements/button.sass */
.button.is-dark:hover, .button.is-dark.is-hovered {
  background-color: #2f2f2f;
  border-color: transparent;
  color: #fff;
}

/* line 152, node_modules/bulma/sass/elements/button.sass */
.button.is-dark:focus, .button.is-dark.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 156, node_modules/bulma/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 158, node_modules/bulma/sass/elements/button.sass */
.button.is-dark:active, .button.is-dark.is-active {
  background-color: #292929;
  border-color: transparent;
  color: #fff;
}

/* line 163, node_modules/bulma/sass/elements/button.sass */
.button.is-dark[disabled], fieldset[disabled] .button.is-dark {
  background-color: #363636;
  border-color: transparent;
  box-shadow: none;
}

/* line 168, node_modules/bulma/sass/elements/button.sass */
.button.is-dark.is-inverted {
  background-color: #fff;
  color: #363636;
}

/* line 171, node_modules/bulma/sass/elements/button.sass */
.button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 174, node_modules/bulma/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 181, node_modules/bulma/sass/elements/button.sass */
.button.is-dark.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 183, node_modules/bulma/sass/elements/button.sass */
.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #363636;
  color: #363636;
}

/* line 187, node_modules/bulma/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 195, node_modules/bulma/sass/elements/button.sass */
.button.is-dark.is-outlined.is-loading::after {
  border-color: transparent transparent #363636 #363636 !important;
}

/* line 201, node_modules/bulma/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 203, node_modules/bulma/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 209, node_modules/bulma/sass/elements/button.sass */
.button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 213, node_modules/bulma/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 224, node_modules/bulma/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 226, node_modules/bulma/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 143, node_modules/bulma/sass/elements/button.sass */
.button.is-primary {
  background-color: #8c67ef;
  border-color: transparent;
  color: #fff;
}

/* line 147, node_modules/bulma/sass/elements/button.sass */
.button.is-primary:hover, .button.is-primary.is-hovered {
  background-color: #835bee;
  border-color: transparent;
  color: #fff;
}

/* line 152, node_modules/bulma/sass/elements/button.sass */
.button.is-primary:focus, .button.is-primary.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 156, node_modules/bulma/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(140, 103, 239, 0.25);
}

/* line 158, node_modules/bulma/sass/elements/button.sass */
.button.is-primary:active, .button.is-primary.is-active {
  background-color: #7b50ed;
  border-color: transparent;
  color: #fff;
}

/* line 163, node_modules/bulma/sass/elements/button.sass */
.button.is-primary[disabled], fieldset[disabled] .button.is-primary {
  background-color: #8c67ef;
  border-color: transparent;
  box-shadow: none;
}

/* line 168, node_modules/bulma/sass/elements/button.sass */
.button.is-primary.is-inverted {
  background-color: #fff;
  color: #8c67ef;
}

/* line 171, node_modules/bulma/sass/elements/button.sass */
.button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 174, node_modules/bulma/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: #8c67ef;
}

/* line 181, node_modules/bulma/sass/elements/button.sass */
.button.is-primary.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 183, node_modules/bulma/sass/elements/button.sass */
.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #8c67ef;
  color: #8c67ef;
}

/* line 187, node_modules/bulma/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: #8c67ef;
  border-color: #8c67ef;
  color: #fff;
}

/* line 195, node_modules/bulma/sass/elements/button.sass */
.button.is-primary.is-outlined.is-loading::after {
  border-color: transparent transparent #8c67ef #8c67ef !important;
}

/* line 201, node_modules/bulma/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 203, node_modules/bulma/sass/elements/button.sass */
.button.is-primary.is-outlined[disabled], fieldset[disabled] .button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #8c67ef;
  box-shadow: none;
  color: #8c67ef;
}

/* line 209, node_modules/bulma/sass/elements/button.sass */
.button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 213, node_modules/bulma/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: #8c67ef;
}

/* line 224, node_modules/bulma/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 #8c67ef #8c67ef !important;
}

/* line 226, node_modules/bulma/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 236, node_modules/bulma/sass/elements/button.sass */
.button.is-primary.is-light {
  background-color: #f1edfd;
  color: #4515c6;
}

/* line 239, node_modules/bulma/sass/elements/button.sass */
.button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered {
  background-color: #e8e1fc;
  border-color: transparent;
  color: #4515c6;
}

/* line 244, node_modules/bulma/sass/elements/button.sass */
.button.is-primary.is-light:active, .button.is-primary.is-light.is-active {
  background-color: #e0d5fb;
  border-color: transparent;
  color: #4515c6;
}

/* line 143, node_modules/bulma/sass/elements/button.sass */
.button.is-link {
  background-color: #485fc7;
  border-color: transparent;
  color: #fff;
}

/* line 147, node_modules/bulma/sass/elements/button.sass */
.button.is-link:hover, .button.is-link.is-hovered {
  background-color: #3e56c4;
  border-color: transparent;
  color: #fff;
}

/* line 152, node_modules/bulma/sass/elements/button.sass */
.button.is-link:focus, .button.is-link.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 156, node_modules/bulma/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 158, node_modules/bulma/sass/elements/button.sass */
.button.is-link:active, .button.is-link.is-active {
  background-color: #3a51bb;
  border-color: transparent;
  color: #fff;
}

/* line 163, node_modules/bulma/sass/elements/button.sass */
.button.is-link[disabled], fieldset[disabled] .button.is-link {
  background-color: #485fc7;
  border-color: transparent;
  box-shadow: none;
}

/* line 168, node_modules/bulma/sass/elements/button.sass */
.button.is-link.is-inverted {
  background-color: #fff;
  color: #485fc7;
}

/* line 171, node_modules/bulma/sass/elements/button.sass */
.button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 174, node_modules/bulma/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 181, node_modules/bulma/sass/elements/button.sass */
.button.is-link.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 183, node_modules/bulma/sass/elements/button.sass */
.button.is-link.is-outlined {
  background-color: transparent;
  border-color: #485fc7;
  color: #485fc7;
}

/* line 187, node_modules/bulma/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 195, node_modules/bulma/sass/elements/button.sass */
.button.is-link.is-outlined.is-loading::after {
  border-color: transparent transparent #485fc7 #485fc7 !important;
}

/* line 201, node_modules/bulma/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 203, node_modules/bulma/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 209, node_modules/bulma/sass/elements/button.sass */
.button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 213, node_modules/bulma/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 224, node_modules/bulma/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 226, node_modules/bulma/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 236, node_modules/bulma/sass/elements/button.sass */
.button.is-link.is-light {
  background-color: #eff1fa;
  color: #3850b7;
}

/* line 239, node_modules/bulma/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 244, node_modules/bulma/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 143, node_modules/bulma/sass/elements/button.sass */
.button.is-info {
  background-color: #3e8ed0;
  border-color: transparent;
  color: #fff;
}

/* line 147, node_modules/bulma/sass/elements/button.sass */
.button.is-info:hover, .button.is-info.is-hovered {
  background-color: #3488ce;
  border-color: transparent;
  color: #fff;
}

/* line 152, node_modules/bulma/sass/elements/button.sass */
.button.is-info:focus, .button.is-info.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 156, node_modules/bulma/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 158, node_modules/bulma/sass/elements/button.sass */
.button.is-info:active, .button.is-info.is-active {
  background-color: #3082c5;
  border-color: transparent;
  color: #fff;
}

/* line 163, node_modules/bulma/sass/elements/button.sass */
.button.is-info[disabled], fieldset[disabled] .button.is-info {
  background-color: #3e8ed0;
  border-color: transparent;
  box-shadow: none;
}

/* line 168, node_modules/bulma/sass/elements/button.sass */
.button.is-info.is-inverted {
  background-color: #fff;
  color: #3e8ed0;
}

/* line 171, node_modules/bulma/sass/elements/button.sass */
.button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 174, node_modules/bulma/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 181, node_modules/bulma/sass/elements/button.sass */
.button.is-info.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 183, node_modules/bulma/sass/elements/button.sass */
.button.is-info.is-outlined {
  background-color: transparent;
  border-color: #3e8ed0;
  color: #3e8ed0;
}

/* line 187, node_modules/bulma/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 195, node_modules/bulma/sass/elements/button.sass */
.button.is-info.is-outlined.is-loading::after {
  border-color: transparent transparent #3e8ed0 #3e8ed0 !important;
}

/* line 201, node_modules/bulma/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 203, node_modules/bulma/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 209, node_modules/bulma/sass/elements/button.sass */
.button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 213, node_modules/bulma/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 224, node_modules/bulma/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 226, node_modules/bulma/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 236, node_modules/bulma/sass/elements/button.sass */
.button.is-info.is-light {
  background-color: #eff5fb;
  color: #296fa8;
}

/* line 239, node_modules/bulma/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 244, node_modules/bulma/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 143, node_modules/bulma/sass/elements/button.sass */
.button.is-success {
  background-color: #48c78e;
  border-color: transparent;
  color: #fff;
}

/* line 147, node_modules/bulma/sass/elements/button.sass */
.button.is-success:hover, .button.is-success.is-hovered {
  background-color: #3ec487;
  border-color: transparent;
  color: #fff;
}

/* line 152, node_modules/bulma/sass/elements/button.sass */
.button.is-success:focus, .button.is-success.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 156, node_modules/bulma/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 158, node_modules/bulma/sass/elements/button.sass */
.button.is-success:active, .button.is-success.is-active {
  background-color: #3abb81;
  border-color: transparent;
  color: #fff;
}

/* line 163, node_modules/bulma/sass/elements/button.sass */
.button.is-success[disabled], fieldset[disabled] .button.is-success {
  background-color: #48c78e;
  border-color: transparent;
  box-shadow: none;
}

/* line 168, node_modules/bulma/sass/elements/button.sass */
.button.is-success.is-inverted {
  background-color: #fff;
  color: #48c78e;
}

/* line 171, node_modules/bulma/sass/elements/button.sass */
.button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 174, node_modules/bulma/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 181, node_modules/bulma/sass/elements/button.sass */
.button.is-success.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 183, node_modules/bulma/sass/elements/button.sass */
.button.is-success.is-outlined {
  background-color: transparent;
  border-color: #48c78e;
  color: #48c78e;
}

/* line 187, node_modules/bulma/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 195, node_modules/bulma/sass/elements/button.sass */
.button.is-success.is-outlined.is-loading::after {
  border-color: transparent transparent #48c78e #48c78e !important;
}

/* line 201, node_modules/bulma/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 203, node_modules/bulma/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 209, node_modules/bulma/sass/elements/button.sass */
.button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 213, node_modules/bulma/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 224, node_modules/bulma/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 226, node_modules/bulma/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 236, node_modules/bulma/sass/elements/button.sass */
.button.is-success.is-light {
  background-color: #effaf5;
  color: #257953;
}

/* line 239, node_modules/bulma/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 244, node_modules/bulma/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 143, node_modules/bulma/sass/elements/button.sass */
.button.is-warning {
  background-color: #ffe08a;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 147, node_modules/bulma/sass/elements/button.sass */
.button.is-warning:hover, .button.is-warning.is-hovered {
  background-color: #ffdc7d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 152, node_modules/bulma/sass/elements/button.sass */
.button.is-warning:focus, .button.is-warning.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 156, node_modules/bulma/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(255, 224, 138, 0.25);
}

/* line 158, node_modules/bulma/sass/elements/button.sass */
.button.is-warning:active, .button.is-warning.is-active {
  background-color: #ffd970;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 163, node_modules/bulma/sass/elements/button.sass */
.button.is-warning[disabled], fieldset[disabled] .button.is-warning {
  background-color: #ffe08a;
  border-color: transparent;
  box-shadow: none;
}

/* line 168, node_modules/bulma/sass/elements/button.sass */
.button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffe08a;
}

/* line 171, node_modules/bulma/sass/elements/button.sass */
.button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 174, node_modules/bulma/sass/elements/button.sass */
.button.is-warning.is-inverted[disabled], fieldset[disabled] .button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: #ffe08a;
}

/* line 181, node_modules/bulma/sass/elements/button.sass */
.button.is-warning.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

/* line 183, node_modules/bulma/sass/elements/button.sass */
.button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #ffe08a;
  color: #ffe08a;
}

/* line 187, node_modules/bulma/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: #ffe08a;
  border-color: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}

/* line 195, node_modules/bulma/sass/elements/button.sass */
.button.is-warning.is-outlined.is-loading::after {
  border-color: transparent transparent #ffe08a #ffe08a !important;
}

/* line 201, node_modules/bulma/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 rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

/* line 203, node_modules/bulma/sass/elements/button.sass */
.button.is-warning.is-outlined[disabled], fieldset[disabled] .button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #ffe08a;
  box-shadow: none;
  color: #ffe08a;
}

/* line 209, node_modules/bulma/sass/elements/button.sass */
.button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

/* line 213, node_modules/bulma/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: rgba(0, 0, 0, 0.7);
  color: #ffe08a;
}

/* line 224, node_modules/bulma/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 #ffe08a #ffe08a !important;
}

/* line 226, node_modules/bulma/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: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}

/* line 236, node_modules/bulma/sass/elements/button.sass */
.button.is-warning.is-light {
  background-color: #fffaeb;
  color: #946c00;
}

/* line 239, node_modules/bulma/sass/elements/button.sass */
.button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered {
  background-color: #fff6de;
  border-color: transparent;
  color: #946c00;
}

/* line 244, node_modules/bulma/sass/elements/button.sass */
.button.is-warning.is-light:active, .button.is-warning.is-light.is-active {
  background-color: #fff3d1;
  border-color: transparent;
  color: #946c00;
}

/* line 143, node_modules/bulma/sass/elements/button.sass */
.button.is-danger {
  background-color: #f14668;
  border-color: transparent;
  color: #fff;
}

/* line 147, node_modules/bulma/sass/elements/button.sass */
.button.is-danger:hover, .button.is-danger.is-hovered {
  background-color: #f03a5f;
  border-color: transparent;
  color: #fff;
}

/* line 152, node_modules/bulma/sass/elements/button.sass */
.button.is-danger:focus, .button.is-danger.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 156, node_modules/bulma/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 158, node_modules/bulma/sass/elements/button.sass */
.button.is-danger:active, .button.is-danger.is-active {
  background-color: #ef2e55;
  border-color: transparent;
  color: #fff;
}

/* line 163, node_modules/bulma/sass/elements/button.sass */
.button.is-danger[disabled], fieldset[disabled] .button.is-danger {
  background-color: #f14668;
  border-color: transparent;
  box-shadow: none;
}

/* line 168, node_modules/bulma/sass/elements/button.sass */
.button.is-danger.is-inverted {
  background-color: #fff;
  color: #f14668;
}

/* line 171, node_modules/bulma/sass/elements/button.sass */
.button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 174, node_modules/bulma/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 181, node_modules/bulma/sass/elements/button.sass */
.button.is-danger.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 183, node_modules/bulma/sass/elements/button.sass */
.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #f14668;
  color: #f14668;
}

/* line 187, node_modules/bulma/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 195, node_modules/bulma/sass/elements/button.sass */
.button.is-danger.is-outlined.is-loading::after {
  border-color: transparent transparent #f14668 #f14668 !important;
}

/* line 201, node_modules/bulma/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 203, node_modules/bulma/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 209, node_modules/bulma/sass/elements/button.sass */
.button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 213, node_modules/bulma/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 224, node_modules/bulma/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 226, node_modules/bulma/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 236, node_modules/bulma/sass/elements/button.sass */
.button.is-danger.is-light {
  background-color: #feecf0;
  color: #cc0f35;
}

/* line 239, node_modules/bulma/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 244, node_modules/bulma/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 250, node_modules/bulma/sass/elements/button.sass */
.button.is-small {
  font-size: 0.75rem;
}

/* line 50, node_modules/bulma/sass/elements/button.sass */
.button.is-small:not(.is-rounded) {
  border-radius: 2px;
}

/* line 252, node_modules/bulma/sass/elements/button.sass */
.button.is-normal {
  font-size: 1rem;
}

/* line 254, node_modules/bulma/sass/elements/button.sass */
.button.is-medium {
  font-size: 1.25rem;
}

/* line 256, node_modules/bulma/sass/elements/button.sass */
.button.is-large {
  font-size: 1.5rem;
}

/* line 259, node_modules/bulma/sass/elements/button.sass */
.button[disabled], fieldset[disabled] .button {
  background-color: white;
  border-color: #dbdbdb;
  box-shadow: none;
  opacity: 0.5;
}

/* line 265, node_modules/bulma/sass/elements/button.sass */
.button.is-fullwidth {
  display: flex;
  width: 100%;
}

/* line 268, node_modules/bulma/sass/elements/button.sass */
.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}

/* line 271, node_modules/bulma/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 275, node_modules/bulma/sass/elements/button.sass */
.button.is-static {
  background-color: whitesmoke;
  border-color: #dbdbdb;
  color: #7a7a7a;
  box-shadow: none;
  pointer-events: none;
}

/* line 281, node_modules/bulma/sass/elements/button.sass */
.button.is-rounded {
  border-radius: 9999px;
  padding-left: calc(1em + 0.25em);
  padding-right: calc(1em + 0.25em);
}

/* line 286, node_modules/bulma/sass/elements/button.sass */
.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 291, node_modules/bulma/sass/elements/button.sass */
.buttons .button {
  margin-bottom: 0.5rem;
}

/* line 293, node_modules/bulma/sass/elements/button.sass */
.buttons .button:not(:last-child):not(.is-fullwidth) {
  margin-right: 0.5rem;
}

/* line 295, node_modules/bulma/sass/elements/button.sass */
.buttons:last-child {
  margin-bottom: -0.5rem;
}

/* line 297, node_modules/bulma/sass/elements/button.sass */
.buttons:not(:last-child) {
  margin-bottom: 1rem;
}

/* line 301, node_modules/bulma/sass/elements/button.sass */
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
  font-size: 0.75rem;
}

/* line 50, node_modules/bulma/sass/elements/button.sass */
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large):not(.is-rounded) {
  border-radius: 2px;
}

/* line 304, node_modules/bulma/sass/elements/button.sass */
.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
  font-size: 1.25rem;
}

/* line 307, node_modules/bulma/sass/elements/button.sass */
.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
  font-size: 1.5rem;
}

/* line 311, node_modules/bulma/sass/elements/button.sass */
.buttons.has-addons .button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 314, node_modules/bulma/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 318, node_modules/bulma/sass/elements/button.sass */
.buttons.has-addons .button:last-child {
  margin-right: 0;
}

/* line 320, node_modules/bulma/sass/elements/button.sass */
.buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
  z-index: 2;
}

/* line 323, node_modules/bulma/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 329, node_modules/bulma/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 331, node_modules/bulma/sass/elements/button.sass */
.buttons.has-addons .button.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

/* line 334, node_modules/bulma/sass/elements/button.sass */
.buttons.is-centered {
  justify-content: center;
}

/* line 337, node_modules/bulma/sass/elements/button.sass */
.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

/* line 340, node_modules/bulma/sass/elements/button.sass */
.buttons.is-right {
  justify-content: flex-end;
}

/* line 343, node_modules/bulma/sass/elements/button.sass */
.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

/* line 6, node_modules/bulma/sass/elements/container.sass */
.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}

/* line 11, node_modules/bulma/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, node_modules/bulma/sass/elements/container.sass */
  .container {
    max-width: 960px;
  }
}

@media screen and (max-width: 1215px) {
  /* line 19, node_modules/bulma/sass/elements/container.sass */
  .container.is-widescreen:not(.is-max-desktop) {
    max-width: 1152px;
  }
}

@media screen and (max-width: 1407px) {
  /* line 22, node_modules/bulma/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, node_modules/bulma/sass/elements/container.sass */
  .container:not(.is-max-desktop) {
    max-width: 1152px;
  }
}

@media screen and (min-width: 1408px) {
  /* line 28, node_modules/bulma/sass/elements/container.sass */
  .container:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
  }
}

/* line 25, node_modules/bulma/sass/elements/content.sass */
.content li + li {
  margin-top: 0.25em;
}

/* line 35, node_modules/bulma/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 37, node_modules/bulma/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 46, node_modules/bulma/sass/elements/content.sass */
.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}

/* line 49, node_modules/bulma/sass/elements/content.sass */
.content h1:not(:first-child) {
  margin-top: 1em;
}

/* line 51, node_modules/bulma/sass/elements/content.sass */
.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}

/* line 54, node_modules/bulma/sass/elements/content.sass */
.content h2:not(:first-child) {
  margin-top: 1.1428em;
}

/* line 56, node_modules/bulma/sass/elements/content.sass */
.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}

/* line 59, node_modules/bulma/sass/elements/content.sass */
.content h3:not(:first-child) {
  margin-top: 1.3333em;
}

/* line 61, node_modules/bulma/sass/elements/content.sass */
.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}

/* line 64, node_modules/bulma/sass/elements/content.sass */
.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}

/* line 67, node_modules/bulma/sass/elements/content.sass */
.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}

/* line 70, node_modules/bulma/sass/elements/content.sass */
.content blockquote {
  background-color: whitesmoke;
  border-left: 5px solid #dbdbdb;
  padding: 1.25em 1.5em;
}

/* line 74, node_modules/bulma/sass/elements/content.sass */
.content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em;
}

/* line 78, node_modules/bulma/sass/elements/content.sass */
.content ol:not([type]) {
  list-style-type: decimal;
}

/* line 80, node_modules/bulma/sass/elements/content.sass */
.content ol.is-lower-alpha:not([type]) {
  list-style-type: lower-alpha;
}

/* line 82, node_modules/bulma/sass/elements/content.sass */
.content ol.is-lower-roman:not([type]) {
  list-style-type: lower-roman;
}

/* line 84, node_modules/bulma/sass/elements/content.sass */
.content ol.is-upper-alpha:not([type]) {
  list-style-type: upper-alpha;
}

/* line 86, node_modules/bulma/sass/elements/content.sass */
.content ol.is-upper-roman:not([type]) {
  list-style-type: upper-roman;
}

/* line 88, node_modules/bulma/sass/elements/content.sass */
.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}

/* line 92, node_modules/bulma/sass/elements/content.sass */
.content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}

/* line 95, node_modules/bulma/sass/elements/content.sass */
.content ul ul ul {
  list-style-type: square;
}

/* line 97, node_modules/bulma/sass/elements/content.sass */
.content dd {
  margin-left: 2em;
}

/* line 99, node_modules/bulma/sass/elements/content.sass */
.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}

/* line 103, node_modules/bulma/sass/elements/content.sass */
.content figure:not(:first-child) {
  margin-top: 2em;
}

/* line 105, node_modules/bulma/sass/elements/content.sass */
.content figure:not(:last-child) {
  margin-bottom: 2em;
}

/* line 107, node_modules/bulma/sass/elements/content.sass */
.content figure img {
  display: inline-block;
}

/* line 109, node_modules/bulma/sass/elements/content.sass */
.content figure figcaption {
  font-style: italic;
}

/* line 111, node_modules/bulma/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 117, node_modules/bulma/sass/elements/content.sass */
.content sup,
.content sub {
  font-size: 75%;
}

/* line 120, node_modules/bulma/sass/elements/content.sass */
.content table {
  width: 100%;
}

/* line 122, node_modules/bulma/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 128, node_modules/bulma/sass/elements/content.sass */
.content table th {
  color: #363636;
}

/* line 130, node_modules/bulma/sass/elements/content.sass */
.content table th:not([align]) {
  text-align: inherit;
}

/* line 133, node_modules/bulma/sass/elements/content.sass */
.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: #363636;
}

/* line 138, node_modules/bulma/sass/elements/content.sass */
.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}

/* line 145, node_modules/bulma/sass/elements/content.sass */
.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
  border-bottom-width: 0;
}

/* line 149, node_modules/bulma/sass/elements/content.sass */
.content .tabs li + li {
  margin-top: 0;
}

/* line 152, node_modules/bulma/sass/elements/content.sass */
.content.is-small {
  font-size: 0.75rem;
}

/* line 154, node_modules/bulma/sass/elements/content.sass */
.content.is-normal {
  font-size: 1rem;
}

/* line 156, node_modules/bulma/sass/elements/content.sass */
.content.is-medium {
  font-size: 1.25rem;
}

/* line 158, node_modules/bulma/sass/elements/content.sass */
.content.is-large {
  font-size: 1.5rem;
}

/* line 7, node_modules/bulma/sass/elements/icon.sass */
.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}

/* line 14, node_modules/bulma/sass/elements/icon.sass */
.icon.is-small {
  height: 1rem;
  width: 1rem;
}

/* line 17, node_modules/bulma/sass/elements/icon.sass */
.icon.is-medium {
  height: 2rem;
  width: 2rem;
}

/* line 20, node_modules/bulma/sass/elements/icon.sass */
.icon.is-large {
  height: 3rem;
  width: 3rem;
}

/* line 24, node_modules/bulma/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, node_modules/bulma/sass/elements/icon.sass */
.icon-text .icon {
  flex-grow: 0;
  flex-shrink: 0;
}

/* line 34, node_modules/bulma/sass/elements/icon.sass */
.icon-text .icon:not(:last-child) {
  margin-right: 0.25em;
}

/* line 39, node_modules/bulma/sass/elements/icon.sass */
.icon-text .icon:not(:first-child) {
  margin-left: 0.25em;
}

/* line 45, node_modules/bulma/sass/elements/icon.sass */
div.icon-text {
  display: flex;
}

/* line 5, node_modules/bulma/sass/elements/image.sass */
.image {
  display: block;
  position: relative;
}

/* line 8, node_modules/bulma/sass/elements/image.sass */
.image img {
  display: block;
  height: auto;
  width: 100%;
}

/* line 12, node_modules/bulma/sass/elements/image.sass */
.image img.is-rounded {
  border-radius: 9999px;
}

/* line 14, node_modules/bulma/sass/elements/image.sass */
.image.is-fullwidth {
  width: 100%;
}

/* line 33, node_modules/bulma/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, node_modules/bulma/sass/elements/image.sass */
.image.is-square, .image.is-1by1 {
  padding-top: 100%;
}

/* line 41, node_modules/bulma/sass/elements/image.sass */
.image.is-5by4 {
  padding-top: 80%;
}

/* line 43, node_modules/bulma/sass/elements/image.sass */
.image.is-4by3 {
  padding-top: 75%;
}

/* line 45, node_modules/bulma/sass/elements/image.sass */
.image.is-3by2 {
  padding-top: 66.6666%;
}

/* line 47, node_modules/bulma/sass/elements/image.sass */
.image.is-5by3 {
  padding-top: 60%;
}

/* line 49, node_modules/bulma/sass/elements/image.sass */
.image.is-16by9 {
  padding-top: 56.25%;
}

/* line 51, node_modules/bulma/sass/elements/image.sass */
.image.is-2by1 {
  padding-top: 50%;
}

/* line 53, node_modules/bulma/sass/elements/image.sass */
.image.is-3by1 {
  padding-top: 33.3333%;
}

/* line 55, node_modules/bulma/sass/elements/image.sass */
.image.is-4by5 {
  padding-top: 125%;
}

/* line 57, node_modules/bulma/sass/elements/image.sass */
.image.is-3by4 {
  padding-top: 133.3333%;
}

/* line 59, node_modules/bulma/sass/elements/image.sass */
.image.is-2by3 {
  padding-top: 150%;
}

/* line 61, node_modules/bulma/sass/elements/image.sass */
.image.is-3by5 {
  padding-top: 166.6666%;
}

/* line 63, node_modules/bulma/sass/elements/image.sass */
.image.is-9by16 {
  padding-top: 177.7777%;
}

/* line 65, node_modules/bulma/sass/elements/image.sass */
.image.is-1by2 {
  padding-top: 200%;
}

/* line 67, node_modules/bulma/sass/elements/image.sass */
.image.is-1by3 {
  padding-top: 300%;
}

/* line 71, node_modules/bulma/sass/elements/image.sass */
.image.is-16x16 {
  height: 16px;
  width: 16px;
}

/* line 71, node_modules/bulma/sass/elements/image.sass */
.image.is-24x24 {
  height: 24px;
  width: 24px;
}

/* line 71, node_modules/bulma/sass/elements/image.sass */
.image.is-32x32 {
  height: 32px;
  width: 32px;
}

/* line 71, node_modules/bulma/sass/elements/image.sass */
.image.is-48x48 {
  height: 48px;
  width: 48px;
}

/* line 71, node_modules/bulma/sass/elements/image.sass */
.image.is-64x64 {
  height: 64px;
  width: 64px;
}

/* line 71, node_modules/bulma/sass/elements/image.sass */
.image.is-96x96 {
  height: 96px;
  width: 96px;
}

/* line 71, node_modules/bulma/sass/elements/image.sass */
.image.is-128x128 {
  height: 128px;
  width: 128px;
}

/* line 12, node_modules/bulma/sass/elements/notification.sass */
.notification {
  background-color: whitesmoke;
  border-radius: 4px;
  position: relative;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
}

/* line 21, node_modules/bulma/sass/elements/notification.sass */
.notification a:not(.button):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}

/* line 24, node_modules/bulma/sass/elements/notification.sass */
.notification strong {
  color: currentColor;
}

/* line 26, node_modules/bulma/sass/elements/notification.sass */
.notification code,
.notification pre {
  background: white;
}

/* line 29, node_modules/bulma/sass/elements/notification.sass */
.notification pre code {
  background: transparent;
}

/* line 31, node_modules/bulma/sass/elements/notification.sass */
.notification > .delete {
  right: 0.5rem;
  position: absolute;
  top: 0.5rem;
}

/* line 35, node_modules/bulma/sass/elements/notification.sass */
.notification .title,
.notification .subtitle,
.notification .content {
  color: currentColor;
}

/* line 43, node_modules/bulma/sass/elements/notification.sass */
.notification.is-white {
  background-color: white;
  color: #0a0a0a;
}

/* line 43, node_modules/bulma/sass/elements/notification.sass */
.notification.is-black {
  background-color: #0a0a0a;
  color: white;
}

/* line 43, node_modules/bulma/sass/elements/notification.sass */
.notification.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

/* line 43, node_modules/bulma/sass/elements/notification.sass */
.notification.is-dark {
  background-color: #363636;
  color: #fff;
}

/* line 43, node_modules/bulma/sass/elements/notification.sass */
.notification.is-primary {
  background-color: #8c67ef;
  color: #fff;
}

/* line 50, node_modules/bulma/sass/elements/notification.sass */
.notification.is-primary.is-light {
  background-color: #f1edfd;
  color: #4515c6;
}

/* line 43, node_modules/bulma/sass/elements/notification.sass */
.notification.is-link {
  background-color: #485fc7;
  color: #fff;
}

/* line 50, node_modules/bulma/sass/elements/notification.sass */
.notification.is-link.is-light {
  background-color: #eff1fa;
  color: #3850b7;
}

/* line 43, node_modules/bulma/sass/elements/notification.sass */
.notification.is-info {
  background-color: #3e8ed0;
  color: #fff;
}

/* line 50, node_modules/bulma/sass/elements/notification.sass */
.notification.is-info.is-light {
  background-color: #eff5fb;
  color: #296fa8;
}

/* line 43, node_modules/bulma/sass/elements/notification.sass */
.notification.is-success {
  background-color: #48c78e;
  color: #fff;
}

/* line 50, node_modules/bulma/sass/elements/notification.sass */
.notification.is-success.is-light {
  background-color: #effaf5;
  color: #257953;
}

/* line 43, node_modules/bulma/sass/elements/notification.sass */
.notification.is-warning {
  background-color: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}

/* line 50, node_modules/bulma/sass/elements/notification.sass */
.notification.is-warning.is-light {
  background-color: #fffaeb;
  color: #946c00;
}

/* line 43, node_modules/bulma/sass/elements/notification.sass */
.notification.is-danger {
  background-color: #f14668;
  color: #fff;
}

/* line 50, node_modules/bulma/sass/elements/notification.sass */
.notification.is-danger.is-light {
  background-color: #feecf0;
  color: #cc0f35;
}

/* line 11, node_modules/bulma/sass/elements/progress.sass */
.progress, .progress-wrapper.is-not-native {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 9999px;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* line 22, node_modules/bulma/sass/elements/progress.sass */
.progress::-webkit-progress-bar, .progress-wrapper.is-not-native::-webkit-progress-bar {
  background-color: #ededed;
}

/* line 24, node_modules/bulma/sass/elements/progress.sass */
.progress::-webkit-progress-value, .progress-wrapper.is-not-native::-webkit-progress-value {
  background-color: #4a4a4a;
}

/* line 26, node_modules/bulma/sass/elements/progress.sass */
.progress::-moz-progress-bar, .progress-wrapper.is-not-native::-moz-progress-bar {
  background-color: #4a4a4a;
}

/* line 28, node_modules/bulma/sass/elements/progress.sass */
.progress::-ms-fill, .progress-wrapper.is-not-native::-ms-fill {
  background-color: #4a4a4a;
  border: none;
}

/* line 35, node_modules/bulma/sass/elements/progress.sass */
.progress.is-white::-webkit-progress-value, .is-white.progress-wrapper.is-not-native::-webkit-progress-value {
  background-color: white;
}

/* line 37, node_modules/bulma/sass/elements/progress.sass */
.progress.is-white::-moz-progress-bar, .is-white.progress-wrapper.is-not-native::-moz-progress-bar {
  background-color: white;
}

/* line 39, node_modules/bulma/sass/elements/progress.sass */
.progress.is-white::-ms-fill, .is-white.progress-wrapper.is-not-native::-ms-fill {
  background-color: white;
}

/* line 41, node_modules/bulma/sass/elements/progress.sass */
.progress.is-white:indeterminate, .is-white.progress-wrapper.is-not-native:indeterminate {
  background-image: linear-gradient(to right, white 30%, #ededed 30%);
}

/* line 35, node_modules/bulma/sass/elements/progress.sass */
.progress.is-black::-webkit-progress-value, .is-black.progress-wrapper.is-not-native::-webkit-progress-value {
  background-color: #0a0a0a;
}

/* line 37, node_modules/bulma/sass/elements/progress.sass */
.progress.is-black::-moz-progress-bar, .is-black.progress-wrapper.is-not-native::-moz-progress-bar {
  background-color: #0a0a0a;
}

/* line 39, node_modules/bulma/sass/elements/progress.sass */
.progress.is-black::-ms-fill, .is-black.progress-wrapper.is-not-native::-ms-fill {
  background-color: #0a0a0a;
}

/* line 41, node_modules/bulma/sass/elements/progress.sass */
.progress.is-black:indeterminate, .is-black.progress-wrapper.is-not-native:indeterminate {
  background-image: linear-gradient(to right, #0a0a0a 30%, #ededed 30%);
}

/* line 35, node_modules/bulma/sass/elements/progress.sass */
.progress.is-light::-webkit-progress-value, .is-light.progress-wrapper.is-not-native::-webkit-progress-value {
  background-color: whitesmoke;
}

/* line 37, node_modules/bulma/sass/elements/progress.sass */
.progress.is-light::-moz-progress-bar, .is-light.progress-wrapper.is-not-native::-moz-progress-bar {
  background-color: whitesmoke;
}

/* line 39, node_modules/bulma/sass/elements/progress.sass */
.progress.is-light::-ms-fill, .is-light.progress-wrapper.is-not-native::-ms-fill {
  background-color: whitesmoke;
}

/* line 41, node_modules/bulma/sass/elements/progress.sass */
.progress.is-light:indeterminate, .is-light.progress-wrapper.is-not-native:indeterminate {
  background-image: linear-gradient(to right, whitesmoke 30%, #ededed 30%);
}

/* line 35, node_modules/bulma/sass/elements/progress.sass */
.progress.is-dark::-webkit-progress-value, .is-dark.progress-wrapper.is-not-native::-webkit-progress-value {
  background-color: #363636;
}

/* line 37, node_modules/bulma/sass/elements/progress.sass */
.progress.is-dark::-moz-progress-bar, .is-dark.progress-wrapper.is-not-native::-moz-progress-bar {
  background-color: #363636;
}

/* line 39, node_modules/bulma/sass/elements/progress.sass */
.progress.is-dark::-ms-fill, .is-dark.progress-wrapper.is-not-native::-ms-fill {
  background-color: #363636;
}

/* line 41, node_modules/bulma/sass/elements/progress.sass */
.progress.is-dark:indeterminate, .is-dark.progress-wrapper.is-not-native:indeterminate {
  background-image: linear-gradient(to right, #363636 30%, #ededed 30%);
}

/* line 35, node_modules/bulma/sass/elements/progress.sass */
.progress.is-primary::-webkit-progress-value, .is-primary.progress-wrapper.is-not-native::-webkit-progress-value {
  background-color: #8c67ef;
}

/* line 37, node_modules/bulma/sass/elements/progress.sass */
.progress.is-primary::-moz-progress-bar, .is-primary.progress-wrapper.is-not-native::-moz-progress-bar {
  background-color: #8c67ef;
}

/* line 39, node_modules/bulma/sass/elements/progress.sass */
.progress.is-primary::-ms-fill, .is-primary.progress-wrapper.is-not-native::-ms-fill {
  background-color: #8c67ef;
}

/* line 41, node_modules/bulma/sass/elements/progress.sass */
.progress.is-primary:indeterminate, .is-primary.progress-wrapper.is-not-native:indeterminate {
  background-image: linear-gradient(to right, #8c67ef 30%, #ededed 30%);
}

/* line 35, node_modules/bulma/sass/elements/progress.sass */
.progress.is-link::-webkit-progress-value, .is-link.progress-wrapper.is-not-native::-webkit-progress-value {
  background-color: #485fc7;
}

/* line 37, node_modules/bulma/sass/elements/progress.sass */
.progress.is-link::-moz-progress-bar, .is-link.progress-wrapper.is-not-native::-moz-progress-bar {
  background-color: #485fc7;
}

/* line 39, node_modules/bulma/sass/elements/progress.sass */
.progress.is-link::-ms-fill, .is-link.progress-wrapper.is-not-native::-ms-fill {
  background-color: #485fc7;
}

/* line 41, node_modules/bulma/sass/elements/progress.sass */
.progress.is-link:indeterminate, .is-link.progress-wrapper.is-not-native:indeterminate {
  background-image: linear-gradient(to right, #485fc7 30%, #ededed 30%);
}

/* line 35, node_modules/bulma/sass/elements/progress.sass */
.progress.is-info::-webkit-progress-value, .is-info.progress-wrapper.is-not-native::-webkit-progress-value {
  background-color: #3e8ed0;
}

/* line 37, node_modules/bulma/sass/elements/progress.sass */
.progress.is-info::-moz-progress-bar, .is-info.progress-wrapper.is-not-native::-moz-progress-bar {
  background-color: #3e8ed0;
}

/* line 39, node_modules/bulma/sass/elements/progress.sass */
.progress.is-info::-ms-fill, .is-info.progress-wrapper.is-not-native::-ms-fill {
  background-color: #3e8ed0;
}

/* line 41, node_modules/bulma/sass/elements/progress.sass */
.progress.is-info:indeterminate, .is-info.progress-wrapper.is-not-native:indeterminate {
  background-image: linear-gradient(to right, #3e8ed0 30%, #ededed 30%);
}

/* line 35, node_modules/bulma/sass/elements/progress.sass */
.progress.is-success::-webkit-progress-value, .is-success.progress-wrapper.is-not-native::-webkit-progress-value {
  background-color: #48c78e;
}

/* line 37, node_modules/bulma/sass/elements/progress.sass */
.progress.is-success::-moz-progress-bar, .is-success.progress-wrapper.is-not-native::-moz-progress-bar {
  background-color: #48c78e;
}

/* line 39, node_modules/bulma/sass/elements/progress.sass */
.progress.is-success::-ms-fill, .is-success.progress-wrapper.is-not-native::-ms-fill {
  background-color: #48c78e;
}

/* line 41, node_modules/bulma/sass/elements/progress.sass */
.progress.is-success:indeterminate, .is-success.progress-wrapper.is-not-native:indeterminate {
  background-image: linear-gradient(to right, #48c78e 30%, #ededed 30%);
}

/* line 35, node_modules/bulma/sass/elements/progress.sass */
.progress.is-warning::-webkit-progress-value, .is-warning.progress-wrapper.is-not-native::-webkit-progress-value {
  background-color: #ffe08a;
}

/* line 37, node_modules/bulma/sass/elements/progress.sass */
.progress.is-warning::-moz-progress-bar, .is-warning.progress-wrapper.is-not-native::-moz-progress-bar {
  background-color: #ffe08a;
}

/* line 39, node_modules/bulma/sass/elements/progress.sass */
.progress.is-warning::-ms-fill, .is-warning.progress-wrapper.is-not-native::-ms-fill {
  background-color: #ffe08a;
}

/* line 41, node_modules/bulma/sass/elements/progress.sass */
.progress.is-warning:indeterminate, .is-warning.progress-wrapper.is-not-native:indeterminate {
  background-image: linear-gradient(to right, #ffe08a 30%, #ededed 30%);
}

/* line 35, node_modules/bulma/sass/elements/progress.sass */
.progress.is-danger::-webkit-progress-value, .is-danger.progress-wrapper.is-not-native::-webkit-progress-value {
  background-color: #f14668;
}

/* line 37, node_modules/bulma/sass/elements/progress.sass */
.progress.is-danger::-moz-progress-bar, .is-danger.progress-wrapper.is-not-native::-moz-progress-bar {
  background-color: #f14668;
}

/* line 39, node_modules/bulma/sass/elements/progress.sass */
.progress.is-danger::-ms-fill, .is-danger.progress-wrapper.is-not-native::-ms-fill {
  background-color: #f14668;
}

/* line 41, node_modules/bulma/sass/elements/progress.sass */
.progress.is-danger:indeterminate, .is-danger.progress-wrapper.is-not-native:indeterminate {
  background-image: linear-gradient(to right, #f14668 30%, #ededed 30%);
}

/* line 44, node_modules/bulma/sass/elements/progress.sass */
.progress:indeterminate, .progress-wrapper.is-not-native: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, node_modules/bulma/sass/elements/progress.sass */
.progress:indeterminate::-webkit-progress-bar, .progress-wrapper.is-not-native:indeterminate::-webkit-progress-bar {
  background-color: transparent;
}

/* line 56, node_modules/bulma/sass/elements/progress.sass */
.progress:indeterminate::-moz-progress-bar, .progress-wrapper.is-not-native:indeterminate::-moz-progress-bar {
  background-color: transparent;
}

/* line 58, node_modules/bulma/sass/elements/progress.sass */
.progress:indeterminate::-ms-fill, .progress-wrapper.is-not-native:indeterminate::-ms-fill {
  animation-name: none;
}

/* line 62, node_modules/bulma/sass/elements/progress.sass */
.progress.is-small, .is-small.progress-wrapper.is-not-native {
  height: 0.75rem;
}

/* line 64, node_modules/bulma/sass/elements/progress.sass */
.progress.is-medium, .is-medium.progress-wrapper.is-not-native {
  height: 1.25rem;
}

/* line 66, node_modules/bulma/sass/elements/progress.sass */
.progress.is-large, .is-large.progress-wrapper.is-not-native {
  height: 1.5rem;
}

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

/* line 30, node_modules/bulma/sass/elements/table.sass */
.table {
  background-color: white;
  color: #363636;
}

/* line 34, node_modules/bulma/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 44, node_modules/bulma/sass/elements/table.sass */
.table td.is-white,
.table th.is-white {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}

/* line 44, node_modules/bulma/sass/elements/table.sass */
.table td.is-black,
.table th.is-black {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

/* line 44, node_modules/bulma/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 44, node_modules/bulma/sass/elements/table.sass */
.table td.is-dark,
.table th.is-dark {
  background-color: #363636;
  border-color: #363636;
  color: #fff;
}

/* line 44, node_modules/bulma/sass/elements/table.sass */
.table td.is-primary,
.table th.is-primary {
  background-color: #8c67ef;
  border-color: #8c67ef;
  color: #fff;
}

/* line 44, node_modules/bulma/sass/elements/table.sass */
.table td.is-link,
.table th.is-link {
  background-color: #485fc7;
  border-color: #485fc7;
  color: #fff;
}

/* line 44, node_modules/bulma/sass/elements/table.sass */
.table td.is-info,
.table th.is-info {
  background-color: #3e8ed0;
  border-color: #3e8ed0;
  color: #fff;
}

/* line 44, node_modules/bulma/sass/elements/table.sass */
.table td.is-success,
.table th.is-success {
  background-color: #48c78e;
  border-color: #48c78e;
  color: #fff;
}

/* line 44, node_modules/bulma/sass/elements/table.sass */
.table td.is-warning,
.table th.is-warning {
  background-color: #ffe08a;
  border-color: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}

/* line 44, node_modules/bulma/sass/elements/table.sass */
.table td.is-danger,
.table th.is-danger {
  background-color: #f14668;
  border-color: #f14668;
  color: #fff;
}

/* line 49, node_modules/bulma/sass/elements/table.sass */
.table td.is-narrow,
.table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}

/* line 52, node_modules/bulma/sass/elements/table.sass */
.table td.is-selected,
.table th.is-selected {
  background-color: #8c67ef;
  color: #fff;
}

/* line 55, node_modules/bulma/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 58, node_modules/bulma/sass/elements/table.sass */
.table td.is-vcentered,
.table th.is-vcentered {
  vertical-align: middle;
}

/* line 60, node_modules/bulma/sass/elements/table.sass */
.table th {
  color: #363636;
}

/* line 62, node_modules/bulma/sass/elements/table.sass */
.table th:not([align]) {
  text-align: inherit;
}

/* line 65, node_modules/bulma/sass/elements/table.sass */
.table tr.is-selected {
  background-color: #8c67ef;
  color: #fff;
}

/* line 68, node_modules/bulma/sass/elements/table.sass */
.table tr.is-selected a,
.table tr.is-selected strong {
  color: currentColor;
}

/* line 71, node_modules/bulma/sass/elements/table.sass */
.table tr.is-selected td,
.table tr.is-selected th {
  border-color: #fff;
  color: currentColor;
}

/* line 75, node_modules/bulma/sass/elements/table.sass */
.table thead {
  background-color: transparent;
}

/* line 77, node_modules/bulma/sass/elements/table.sass */
.table thead td,
.table thead th {
  border-width: 0 0 2px;
  color: #363636;
}

/* line 81, node_modules/bulma/sass/elements/table.sass */
.table tfoot {
  background-color: transparent;
}

/* line 83, node_modules/bulma/sass/elements/table.sass */
.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}

/* line 87, node_modules/bulma/sass/elements/table.sass */
.table tbody {
  background-color: transparent;
}

/* line 91, node_modules/bulma/sass/elements/table.sass */
.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 0;
}

/* line 96, node_modules/bulma/sass/elements/table.sass */
.table.is-bordered td,
.table.is-bordered th {
  border-width: 1px;
}

/* line 101, node_modules/bulma/sass/elements/table.sass */
.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
  border-bottom-width: 1px;
}

/* line 104, node_modules/bulma/sass/elements/table.sass */
.table.is-fullwidth {
  width: 100%;
}

/* line 109, node_modules/bulma/sass/elements/table.sass */
.table.is-hoverable tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}

/* line 114, node_modules/bulma/sass/elements/table.sass */
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}

/* line 116, node_modules/bulma/sass/elements/table.sass */
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
  background-color: whitesmoke;
}

/* line 119, node_modules/bulma/sass/elements/table.sass */
.table.is-narrow td,
.table.is-narrow th {
  padding: 0.25em 0.5em;
}

/* line 125, node_modules/bulma/sass/elements/table.sass */
.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: #fafafa;
}

/* line 128, node_modules/bulma/sass/elements/table.sass */
.table-container {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow-y: hidden;
  max-width: 100%;
}

/* line 10, node_modules/bulma/sass/elements/tag.sass */
.tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 15, node_modules/bulma/sass/elements/tag.sass */
.tags .tag {
  margin-bottom: 0.5rem;
}

/* line 17, node_modules/bulma/sass/elements/tag.sass */
.tags .tag:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 19, node_modules/bulma/sass/elements/tag.sass */
.tags:last-child {
  margin-bottom: -0.5rem;
}

/* line 21, node_modules/bulma/sass/elements/tag.sass */
.tags:not(:last-child) {
  margin-bottom: 1rem;
}

/* line 25, node_modules/bulma/sass/elements/tag.sass */
.tags.are-medium .tag:not(.is-normal):not(.is-large) {
  font-size: 1rem;
}

/* line 28, node_modules/bulma/sass/elements/tag.sass */
.tags.are-large .tag:not(.is-normal):not(.is-medium) {
  font-size: 1.25rem;
}

/* line 30, node_modules/bulma/sass/elements/tag.sass */
.tags.is-centered {
  justify-content: center;
}

/* line 32, node_modules/bulma/sass/elements/tag.sass */
.tags.is-centered .tag {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

/* line 35, node_modules/bulma/sass/elements/tag.sass */
.tags.is-right {
  justify-content: flex-end;
}

/* line 38, node_modules/bulma/sass/elements/tag.sass */
.tags.is-right .tag:not(:first-child) {
  margin-left: 0.5rem;
}

/* line 40, node_modules/bulma/sass/elements/tag.sass */
.tags.is-right .tag:not(:last-child) {
  margin-right: 0;
}

/* line 43, node_modules/bulma/sass/elements/tag.sass */
.tags.has-addons .tag {
  margin-right: 0;
}

/* line 45, node_modules/bulma/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, node_modules/bulma/sass/elements/tag.sass */
.tags.has-addons .tag:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 61, node_modules/bulma/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, node_modules/bulma/sass/elements/tag.sass */
.tag:not(body) .delete {
  margin-left: 0.25rem;
  margin-right: -0.375rem;
}

/* line 81, node_modules/bulma/sass/elements/tag.sass */
.tag.is-white:not(body) {
  background-color: white;
  color: #0a0a0a;
}

/* line 81, node_modules/bulma/sass/elements/tag.sass */
.tag.is-black:not(body) {
  background-color: #0a0a0a;
  color: white;
}

/* line 81, node_modules/bulma/sass/elements/tag.sass */
.tag.is-light:not(body) {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

/* line 81, node_modules/bulma/sass/elements/tag.sass */
.tag.is-dark:not(body) {
  background-color: #363636;
  color: #fff;
}

/* line 81, node_modules/bulma/sass/elements/tag.sass */
.tag.is-primary:not(body) {
  background-color: #8c67ef;
  color: #fff;
}

/* line 88, node_modules/bulma/sass/elements/tag.sass */
.tag.is-primary.is-light:not(body) {
  background-color: #f1edfd;
  color: #4515c6;
}

/* line 81, node_modules/bulma/sass/elements/tag.sass */
.tag.is-link:not(body) {
  background-color: #485fc7;
  color: #fff;
}

/* line 88, node_modules/bulma/sass/elements/tag.sass */
.tag.is-link.is-light:not(body) {
  background-color: #eff1fa;
  color: #3850b7;
}

/* line 81, node_modules/bulma/sass/elements/tag.sass */
.tag.is-info:not(body) {
  background-color: #3e8ed0;
  color: #fff;
}

/* line 88, node_modules/bulma/sass/elements/tag.sass */
.tag.is-info.is-light:not(body) {
  background-color: #eff5fb;
  color: #296fa8;
}

/* line 81, node_modules/bulma/sass/elements/tag.sass */
.tag.is-success:not(body) {
  background-color: #48c78e;
  color: #fff;
}

/* line 88, node_modules/bulma/sass/elements/tag.sass */
.tag.is-success.is-light:not(body) {
  background-color: #effaf5;
  color: #257953;
}

/* line 81, node_modules/bulma/sass/elements/tag.sass */
.tag.is-warning:not(body) {
  background-color: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}

/* line 88, node_modules/bulma/sass/elements/tag.sass */
.tag.is-warning.is-light:not(body) {
  background-color: #fffaeb;
  color: #946c00;
}

/* line 81, node_modules/bulma/sass/elements/tag.sass */
.tag.is-danger:not(body) {
  background-color: #f14668;
  color: #fff;
}

/* line 88, node_modules/bulma/sass/elements/tag.sass */
.tag.is-danger.is-light:not(body) {
  background-color: #feecf0;
  color: #cc0f35;
}

/* line 92, node_modules/bulma/sass/elements/tag.sass */
.tag.is-normal:not(body) {
  font-size: 0.75rem;
}

/* line 94, node_modules/bulma/sass/elements/tag.sass */
.tag.is-medium:not(body) {
  font-size: 1rem;
}

/* line 96, node_modules/bulma/sass/elements/tag.sass */
.tag.is-large:not(body) {
  font-size: 1.25rem;
}

/* line 99, node_modules/bulma/sass/elements/tag.sass */
.tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}

/* line 102, node_modules/bulma/sass/elements/tag.sass */
.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}

/* line 105, node_modules/bulma/sass/elements/tag.sass */
.tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}

/* line 109, node_modules/bulma/sass/elements/tag.sass */
.tag.is-delete:not(body) {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}

/* line 114, node_modules/bulma/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, node_modules/bulma/sass/elements/tag.sass */
.tag.is-delete:not(body)::before {
  height: 1px;
  width: 50%;
}

/* line 127, node_modules/bulma/sass/elements/tag.sass */
.tag.is-delete:not(body)::after {
  height: 50%;
  width: 1px;
}

/* line 130, node_modules/bulma/sass/elements/tag.sass */
.tag.is-delete:not(body):hover, .tag.is-delete:not(body):focus {
  background-color: #e8e8e8;
}

/* line 133, node_modules/bulma/sass/elements/tag.sass */
.tag.is-delete:not(body):active {
  background-color: #dbdbdb;
}

/* line 135, node_modules/bulma/sass/elements/tag.sass */
.tag.is-rounded:not(body) {
  border-radius: 9999px;
}

/* line 139, node_modules/bulma/sass/elements/tag.sass */
a.tag:hover {
  text-decoration: underline;
}

/* line 22, node_modules/bulma/sass/elements/title.sass */
.title,
.subtitle {
  word-break: break-word;
}

/* line 26, node_modules/bulma/sass/elements/title.sass */
.title em,
.title span,
.subtitle em,
.subtitle span {
  font-weight: inherit;
}

/* line 29, node_modules/bulma/sass/elements/title.sass */
.title sub,
.subtitle sub {
  font-size: 0.75em;
}

/* line 31, node_modules/bulma/sass/elements/title.sass */
.title sup,
.subtitle sup {
  font-size: 0.75em;
}

/* line 33, node_modules/bulma/sass/elements/title.sass */
.title .tag,
.subtitle .tag {
  vertical-align: middle;
}

/* line 36, node_modules/bulma/sass/elements/title.sass */
.title {
  color: #363636;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
}

/* line 43, node_modules/bulma/sass/elements/title.sass */
.title strong {
  color: inherit;
  font-weight: inherit;
}

/* line 46, node_modules/bulma/sass/elements/title.sass */
.title:not(.is-spaced) + .subtitle {
  margin-top: -1.25rem;
}

/* line 51, node_modules/bulma/sass/elements/title.sass */
.title.is-1 {
  font-size: 3rem;
}

/* line 51, node_modules/bulma/sass/elements/title.sass */
.title.is-2 {
  font-size: 2.5rem;
}

/* line 51, node_modules/bulma/sass/elements/title.sass */
.title.is-3 {
  font-size: 2rem;
}

/* line 51, node_modules/bulma/sass/elements/title.sass */
.title.is-4 {
  font-size: 1.5rem;
}

/* line 51, node_modules/bulma/sass/elements/title.sass */
.title.is-5 {
  font-size: 1.25rem;
}

/* line 51, node_modules/bulma/sass/elements/title.sass */
.title.is-6 {
  font-size: 1rem;
}

/* line 51, node_modules/bulma/sass/elements/title.sass */
.title.is-7 {
  font-size: 0.75rem;
}

/* line 54, node_modules/bulma/sass/elements/title.sass */
.subtitle {
  color: #4a4a4a;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}

/* line 61, node_modules/bulma/sass/elements/title.sass */
.subtitle strong {
  color: #363636;
  font-weight: 600;
}

/* line 64, node_modules/bulma/sass/elements/title.sass */
.subtitle:not(.is-spaced) + .title {
  margin-top: -1.25rem;
}

/* line 69, node_modules/bulma/sass/elements/title.sass */
.subtitle.is-1 {
  font-size: 3rem;
}

/* line 69, node_modules/bulma/sass/elements/title.sass */
.subtitle.is-2 {
  font-size: 2.5rem;
}

/* line 69, node_modules/bulma/sass/elements/title.sass */
.subtitle.is-3 {
  font-size: 2rem;
}

/* line 69, node_modules/bulma/sass/elements/title.sass */
.subtitle.is-4 {
  font-size: 1.5rem;
}

/* line 69, node_modules/bulma/sass/elements/title.sass */
.subtitle.is-5 {
  font-size: 1.25rem;
}

/* line 69, node_modules/bulma/sass/elements/title.sass */
.subtitle.is-6 {
  font-size: 1rem;
}

/* line 69, node_modules/bulma/sass/elements/title.sass */
.subtitle.is-7 {
  font-size: 0.75rem;
}

/* line 9, node_modules/bulma/sass/elements/other.sass */
.heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

/* line 19, node_modules/bulma/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, node_modules/bulma/sass/form/shared.sass */
.select select, .taginput .taginput-container.is-focusable, .textarea, .input {
  background-color: white;
  border-color: #dbdbdb;
  border-radius: 4px;
  color: #363636;
}

/* line 68, node_modules/bulma/sass/form/../utilities/mixins.sass */
.select select::-moz-placeholder, .taginput .taginput-container.is-focusable::-moz-placeholder, .textarea::-moz-placeholder, .input::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

/* line 68, node_modules/bulma/sass/form/../utilities/mixins.sass */
.select select::-webkit-input-placeholder, .taginput .taginput-container.is-focusable::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .input::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

/* line 68, node_modules/bulma/sass/form/../utilities/mixins.sass */
.select select:-moz-placeholder, .taginput .taginput-container.is-focusable:-moz-placeholder, .textarea:-moz-placeholder, .input:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

/* line 68, node_modules/bulma/sass/form/../utilities/mixins.sass */
.select select:-ms-input-placeholder, .taginput .taginput-container.is-focusable:-ms-input-placeholder, .textarea:-ms-input-placeholder, .input:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

/* line 41, node_modules/bulma/sass/form/shared.sass */
.select select:hover, .taginput .taginput-container.is-focusable:hover, .textarea:hover, .input:hover, .select select.is-hovered, .taginput .is-hovered.taginput-container.is-focusable, .is-hovered.textarea, .is-hovered.input {
  border-color: #b5b5b5;
}

/* line 44, node_modules/bulma/sass/form/shared.sass */
.select select:focus, .taginput .taginput-container.is-focusable:focus, .textarea:focus, .input:focus, .select select.is-focused, .taginput .is-focused.taginput-container.is-focusable, .is-focused.textarea, .is-focused.input, .select select:active, .taginput .taginput-container.is-focusable:active, .textarea:active, .input:active, .select select.is-active, .taginput .is-active.taginput-container.is-focusable, .is-active.textarea, .is-active.input {
  border-color: #8c67ef;
  box-shadow: 0 0 0 0.125em rgba(140, 103, 239, 0.25);
}

/* line 50, node_modules/bulma/sass/form/shared.sass */
.select select[disabled], .taginput .taginput-container.is-focusable[disabled], .textarea[disabled], .input[disabled], fieldset[disabled] .select select, .select fieldset[disabled] select, fieldset[disabled] .taginput .taginput-container.is-focusable, .taginput fieldset[disabled] .taginput-container.is-focusable, fieldset[disabled] .textarea, fieldset[disabled] .input {
  background-color: whitesmoke;
  border-color: whitesmoke;
  box-shadow: none;
  color: #7a7a7a;
}

/* line 68, node_modules/bulma/sass/form/../utilities/mixins.sass */
.select select[disabled]::-moz-placeholder, .taginput .taginput-container.is-focusable[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] .taginput .taginput-container.is-focusable::-moz-placeholder, .taginput fieldset[disabled] .taginput-container.is-focusable::-moz-placeholder, fieldset[disabled] .textarea::-moz-placeholder, fieldset[disabled] .input::-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

/* line 68, node_modules/bulma/sass/form/../utilities/mixins.sass */
.select select[disabled]::-webkit-input-placeholder, .taginput .taginput-container.is-focusable[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] .taginput .taginput-container.is-focusable::-webkit-input-placeholder, .taginput fieldset[disabled] .taginput-container.is-focusable::-webkit-input-placeholder, fieldset[disabled] .textarea::-webkit-input-placeholder, fieldset[disabled] .input::-webkit-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

/* line 68, node_modules/bulma/sass/form/../utilities/mixins.sass */
.select select[disabled]:-moz-placeholder, .taginput .taginput-container.is-focusable[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] .taginput .taginput-container.is-focusable:-moz-placeholder, .taginput fieldset[disabled] .taginput-container.is-focusable:-moz-placeholder, fieldset[disabled] .textarea:-moz-placeholder, fieldset[disabled] .input:-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

/* line 68, node_modules/bulma/sass/form/../utilities/mixins.sass */
.select select[disabled]:-ms-input-placeholder, .taginput .taginput-container.is-focusable[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] .taginput .taginput-container.is-focusable:-ms-input-placeholder, .taginput fieldset[disabled] .taginput-container.is-focusable:-ms-input-placeholder, fieldset[disabled] .textarea:-ms-input-placeholder, fieldset[disabled] .input:-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

/* line 7, node_modules/bulma/sass/form/input-textarea.sass */
.taginput .taginput-container.is-focusable, .textarea, .input {
  box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
  max-width: 100%;
  width: 100%;
}

/* line 12, node_modules/bulma/sass/form/input-textarea.sass */
.taginput .taginput-container.is-focusable[readonly], .textarea[readonly], .input[readonly] {
  box-shadow: none;
}

/* line 17, node_modules/bulma/sass/form/input-textarea.sass */
.taginput .is-white.taginput-container.is-focusable, .is-white.textarea, .is-white.input {
  border-color: white;
}

/* line 19, node_modules/bulma/sass/form/input-textarea.sass */
.taginput .is-white.taginput-container.is-focusable:focus, .is-white.textarea:focus, .is-white.input:focus, .taginput .is-white.is-focused.taginput-container.is-focusable, .is-white.is-focused.textarea, .is-white.is-focused.input, .taginput .is-white.taginput-container.is-focusable:active, .is-white.textarea:active, .is-white.input:active, .taginput .is-white.is-active.taginput-container.is-focusable, .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, node_modules/bulma/sass/form/input-textarea.sass */
.taginput .is-black.taginput-container.is-focusable, .is-black.textarea, .is-black.input {
  border-color: #0a0a0a;
}

/* line 19, node_modules/bulma/sass/form/input-textarea.sass */
.taginput .is-black.taginput-container.is-focusable:focus, .is-black.textarea:focus, .is-black.input:focus, .taginput .is-black.is-focused.taginput-container.is-focusable, .is-black.is-focused.textarea, .is-black.is-focused.input, .taginput .is-black.taginput-container.is-focusable:active, .is-black.textarea:active, .is-black.input:active, .taginput .is-black.is-active.taginput-container.is-focusable, .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, node_modules/bulma/sass/form/input-textarea.sass */
.taginput .is-light.taginput-container.is-focusable, .is-light.textarea, .is-light.input {
  border-color: whitesmoke;
}

/* line 19, node_modules/bulma/sass/form/input-textarea.sass */
.taginput .is-light.taginput-container.is-focusable:focus, .is-light.textarea:focus, .is-light.input:focus, .taginput .is-light.is-focused.taginput-container.is-focusable, .is-light.is-focused.textarea, .is-light.is-focused.input, .taginput .is-light.taginput-container.is-focusable:active, .is-light.textarea:active, .is-light.input:active, .taginput .is-light.is-active.taginput-container.is-focusable, .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, node_modules/bulma/sass/form/input-textarea.sass */
.taginput .is-dark.taginput-container.is-focusable, .is-dark.textarea, .is-dark.input {
  border-color: #363636;
}

/* line 19, node_modules/bulma/sass/form/input-textarea.sass */
.taginput .is-dark.taginput-container.is-focusable:focus, .is-dark.textarea:focus, .is-dark.input:focus, .taginput .is-dark.is-focused.taginput-container.is-focusable, .is-dark.is-focused.textarea, .is-dark.is-focused.input, .taginput .is-dark.taginput-container.is-focusable:active, .is-dark.textarea:active, .is-dark.input:active, .taginput .is-dark.is-active.taginput-container.is-focusable, .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, node_modules/bulma/sass/form/input-textarea.sass */
.taginput .is-primary.taginput-container.is-focusable, .is-primary.textarea, .is-primary.input {
  border-color: #8c67ef;
}

/* line 19, node_modules/bulma/sass/form/input-textarea.sass */
.taginput .is-primary.taginput-container.is-focusable:focus, .is-primary.textarea:focus, .is-primary.input:focus, .taginput .is-primary.is-focused.taginput-container.is-focusable, .is-primary.is-focused.textarea, .is-primary.is-focused.input, .taginput .is-primary.taginput-container.is-focusable:active, .is-primary.textarea:active, .is-primary.input:active, .taginput .is-primary.is-active.taginput-container.is-focusable, .is-primary.is-active.textarea, .is-primary.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(140, 103, 239, 0.25);
}

/* line 17, node_modules/bulma/sass/form/input-textarea.sass */
.taginput .is-link.taginput-container.is-focusable, .is-link.textarea, .is-link.input {
  border-color: #485fc7;
}

/* line 19, node_modules/bulma/sass/form/input-textarea.sass */
.taginput .is-link.taginput-container.is-focusable:focus, .is-link.textarea:focus, .is-link.input:focus, .taginput .is-link.is-focused.taginput-container.is-focusable, .is-link.is-focused.textarea, .is-link.is-focused.input, .taginput .is-link.taginput-container.is-focusable:active, .is-link.textarea:active, .is-link.input:active, .taginput .is-link.is-active.taginput-container.is-focusable, .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, node_modules/bulma/sass/form/input-textarea.sass */
.taginput .is-info.taginput-container.is-focusable, .is-info.textarea, .is-info.input {
  border-color: #3e8ed0;
}

/* line 19, node_modules/bulma/sass/form/input-textarea.sass */
.taginput .is-info.taginput-container.is-focusable:focus, .is-info.textarea:focus, .is-info.input:focus, .taginput .is-info.is-focused.taginput-container.is-focusable, .is-info.is-focused.textarea, .is-info.is-focused.input, .taginput .is-info.taginput-container.is-focusable:active, .is-info.textarea:active, .is-info.input:active, .taginput .is-info.is-active.taginput-container.is-focusable, .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, node_modules/bulma/sass/form/input-textarea.sass */
.taginput .is-success.taginput-container.is-focusable, .is-success.textarea, .is-success.input {
  border-color: #48c78e;
}

/* line 19, node_modules/bulma/sass/form/input-textarea.sass */
.taginput .is-success.taginput-container.is-focusable:focus, .is-success.textarea:focus, .is-success.input:focus, .taginput .is-success.is-focused.taginput-container.is-focusable, .is-success.is-focused.textarea, .is-success.is-focused.input, .taginput .is-success.taginput-container.is-focusable:active, .is-success.textarea:active, .is-success.input:active, .taginput .is-success.is-active.taginput-container.is-focusable, .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, node_modules/bulma/sass/form/input-textarea.sass */
.taginput .is-warning.taginput-container.is-focusable, .is-warning.textarea, .is-warning.input {
  border-color: #ffe08a;
}

/* line 19, node_modules/bulma/sass/form/input-textarea.sass */
.taginput .is-warning.taginput-container.is-focusable:focus, .is-warning.textarea:focus, .is-warning.input:focus, .taginput .is-warning.is-focused.taginput-container.is-focusable, .is-warning.is-focused.textarea, .is-warning.is-focused.input, .taginput .is-warning.taginput-container.is-focusable:active, .is-warning.textarea:active, .is-warning.input:active, .taginput .is-warning.is-active.taginput-container.is-focusable, .is-warning.is-active.textarea, .is-warning.is-active.input {
  box-shadow: 0 0 0 0.125em rgba(255, 224, 138, 0.25);
}

/* line 17, node_modules/bulma/sass/form/input-textarea.sass */
.taginput .is-danger.taginput-container.is-focusable, .is-danger.textarea, .is-danger.input {
  border-color: #f14668;
}

/* line 19, node_modules/bulma/sass/form/input-textarea.sass */
.taginput .is-danger.taginput-container.is-focusable:focus, .is-danger.textarea:focus, .is-danger.input:focus, .taginput .is-danger.is-focused.taginput-container.is-focusable, .is-danger.is-focused.textarea, .is-danger.is-focused.input, .taginput .is-danger.taginput-container.is-focusable:active, .is-danger.textarea:active, .is-danger.input:active, .taginput .is-danger.is-active.taginput-container.is-focusable, .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, node_modules/bulma/sass/form/input-textarea.sass */
.taginput .is-small.taginput-container.is-focusable, .is-small.textarea, .is-small.input {
  border-radius: 2px;
  font-size: 0.75rem;
}

/* line 27, node_modules/bulma/sass/form/input-textarea.sass */
.taginput .is-medium.taginput-container.is-focusable, .is-medium.textarea, .is-medium.input {
  font-size: 1.25rem;
}

/* line 29, node_modules/bulma/sass/form/input-textarea.sass */
.taginput .is-large.taginput-container.is-focusable, .is-large.textarea, .is-large.input {
  font-size: 1.5rem;
}

/* line 32, node_modules/bulma/sass/form/input-textarea.sass */
.taginput .is-fullwidth.taginput-container.is-focusable, .is-fullwidth.textarea, .is-fullwidth.input {
  display: block;
  width: 100%;
}

/* line 35, node_modules/bulma/sass/form/input-textarea.sass */
.taginput .is-inline.taginput-container.is-focusable, .is-inline.textarea, .is-inline.input {
  display: inline;
  width: auto;
}

/* line 41, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/sass/form/input-textarea.sass */
.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: calc(0.75em - 1px);
  resize: vertical;
}

/* line 59, node_modules/bulma/sass/form/input-textarea.sass */
.textarea:not([rows]) {
  max-height: 40em;
  min-height: 8em;
}

/* line 62, node_modules/bulma/sass/form/input-textarea.sass */
.textarea[rows] {
  height: initial;
}

/* line 65, node_modules/bulma/sass/form/input-textarea.sass */
.textarea.has-fixed-size {
  resize: none;
}

/* line 1, node_modules/bulma/sass/form/checkbox-radio.sass */
.radio, .checkbox {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}

/* line 6, node_modules/bulma/sass/form/checkbox-radio.sass */
.radio input, .checkbox input {
  cursor: pointer;
}

/* line 8, node_modules/bulma/sass/form/checkbox-radio.sass */
.radio:hover, .checkbox:hover {
  color: #363636;
}

/* line 10, node_modules/bulma/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, node_modules/bulma/sass/form/checkbox-radio.sass */
.radio + .radio {
  margin-left: 0.5em;
}

/* line 3, node_modules/bulma/sass/form/select.sass */
.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}

/* line 8, node_modules/bulma/sass/form/select.sass */
.select:not(.is-multiple) {
  height: 2.5em;
}

/* line 11, node_modules/bulma/sass/form/select.sass */
.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #8c67ef;
  right: 1.125em;
  z-index: 4;
}

/* line 17, node_modules/bulma/sass/form/select.sass */
.select.is-rounded select {
  border-radius: 9999px;
  padding-left: 1em;
}

/* line 20, node_modules/bulma/sass/form/select.sass */
.select select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}

/* line 27, node_modules/bulma/sass/form/select.sass */
.select select::-ms-expand {
  display: none;
}

/* line 29, node_modules/bulma/sass/form/select.sass */
.select select[disabled]:hover, fieldset[disabled] .select select:hover {
  border-color: whitesmoke;
}

/* line 32, node_modules/bulma/sass/form/select.sass */
.select select:not([multiple]) {
  padding-right: 2.5em;
}

/* line 34, node_modules/bulma/sass/form/select.sass */
.select select[multiple] {
  height: auto;
  padding: 0;
}

/* line 37, node_modules/bulma/sass/form/select.sass */
.select select[multiple] option {
  padding: 0.5em 1em;
}

/* line 41, node_modules/bulma/sass/form/select.sass */
.select:not(.is-multiple):not(.is-loading):hover::after {
  border-color: #363636;
}

/* line 47, node_modules/bulma/sass/form/select.sass */
.select.is-white:not(:hover)::after {
  border-color: white;
}

/* line 49, node_modules/bulma/sass/form/select.sass */
.select.is-white select {
  border-color: white;
}

/* line 51, node_modules/bulma/sass/form/select.sass */
.select.is-white select:hover, .select.is-white select.is-hovered {
  border-color: #f2f2f2;
}

/* line 54, node_modules/bulma/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, node_modules/bulma/sass/form/select.sass */
.select.is-black:not(:hover)::after {
  border-color: #0a0a0a;
}

/* line 49, node_modules/bulma/sass/form/select.sass */
.select.is-black select {
  border-color: #0a0a0a;
}

/* line 51, node_modules/bulma/sass/form/select.sass */
.select.is-black select:hover, .select.is-black select.is-hovered {
  border-color: black;
}

/* line 54, node_modules/bulma/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, node_modules/bulma/sass/form/select.sass */
.select.is-light:not(:hover)::after {
  border-color: whitesmoke;
}

/* line 49, node_modules/bulma/sass/form/select.sass */
.select.is-light select {
  border-color: whitesmoke;
}

/* line 51, node_modules/bulma/sass/form/select.sass */
.select.is-light select:hover, .select.is-light select.is-hovered {
  border-color: #e8e8e8;
}

/* line 54, node_modules/bulma/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, node_modules/bulma/sass/form/select.sass */
.select.is-dark:not(:hover)::after {
  border-color: #363636;
}

/* line 49, node_modules/bulma/sass/form/select.sass */
.select.is-dark select {
  border-color: #363636;
}

/* line 51, node_modules/bulma/sass/form/select.sass */
.select.is-dark select:hover, .select.is-dark select.is-hovered {
  border-color: #292929;
}

/* line 54, node_modules/bulma/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, node_modules/bulma/sass/form/select.sass */
.select.is-primary:not(:hover)::after {
  border-color: #8c67ef;
}

/* line 49, node_modules/bulma/sass/form/select.sass */
.select.is-primary select {
  border-color: #8c67ef;
}

/* line 51, node_modules/bulma/sass/form/select.sass */
.select.is-primary select:hover, .select.is-primary select.is-hovered {
  border-color: #7b50ed;
}

/* line 54, node_modules/bulma/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(140, 103, 239, 0.25);
}

/* line 47, node_modules/bulma/sass/form/select.sass */
.select.is-link:not(:hover)::after {
  border-color: #485fc7;
}

/* line 49, node_modules/bulma/sass/form/select.sass */
.select.is-link select {
  border-color: #485fc7;
}

/* line 51, node_modules/bulma/sass/form/select.sass */
.select.is-link select:hover, .select.is-link select.is-hovered {
  border-color: #3a51bb;
}

/* line 54, node_modules/bulma/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, node_modules/bulma/sass/form/select.sass */
.select.is-info:not(:hover)::after {
  border-color: #3e8ed0;
}

/* line 49, node_modules/bulma/sass/form/select.sass */
.select.is-info select {
  border-color: #3e8ed0;
}

/* line 51, node_modules/bulma/sass/form/select.sass */
.select.is-info select:hover, .select.is-info select.is-hovered {
  border-color: #3082c5;
}

/* line 54, node_modules/bulma/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, node_modules/bulma/sass/form/select.sass */
.select.is-success:not(:hover)::after {
  border-color: #48c78e;
}

/* line 49, node_modules/bulma/sass/form/select.sass */
.select.is-success select {
  border-color: #48c78e;
}

/* line 51, node_modules/bulma/sass/form/select.sass */
.select.is-success select:hover, .select.is-success select.is-hovered {
  border-color: #3abb81;
}

/* line 54, node_modules/bulma/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, node_modules/bulma/sass/form/select.sass */
.select.is-warning:not(:hover)::after {
  border-color: #ffe08a;
}

/* line 49, node_modules/bulma/sass/form/select.sass */
.select.is-warning select {
  border-color: #ffe08a;
}

/* line 51, node_modules/bulma/sass/form/select.sass */
.select.is-warning select:hover, .select.is-warning select.is-hovered {
  border-color: #ffd970;
}

/* line 54, node_modules/bulma/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(255, 224, 138, 0.25);
}

/* line 47, node_modules/bulma/sass/form/select.sass */
.select.is-danger:not(:hover)::after {
  border-color: #f14668;
}

/* line 49, node_modules/bulma/sass/form/select.sass */
.select.is-danger select {
  border-color: #f14668;
}

/* line 51, node_modules/bulma/sass/form/select.sass */
.select.is-danger select:hover, .select.is-danger select.is-hovered {
  border-color: #ef2e55;
}

/* line 54, node_modules/bulma/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, node_modules/bulma/sass/form/select.sass */
.select.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

/* line 62, node_modules/bulma/sass/form/select.sass */
.select.is-medium {
  font-size: 1.25rem;
}

/* line 64, node_modules/bulma/sass/form/select.sass */
.select.is-large {
  font-size: 1.5rem;
}

/* line 68, node_modules/bulma/sass/form/select.sass */
.select.is-disabled::after {
  border-color: #7a7a7a;
}

/* line 70, node_modules/bulma/sass/form/select.sass */
.select.is-fullwidth {
  width: 100%;
}

/* line 72, node_modules/bulma/sass/form/select.sass */
.select.is-fullwidth select {
  width: 100%;
}

/* line 75, node_modules/bulma/sass/form/select.sass */
.select.is-loading::after {
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  transform: none;
}

/* line 82, node_modules/bulma/sass/form/select.sass */
.select.is-loading.is-small:after {
  font-size: 0.75rem;
}

/* line 84, node_modules/bulma/sass/form/select.sass */
.select.is-loading.is-medium:after {
  font-size: 1.25rem;
}

/* line 86, node_modules/bulma/sass/form/select.sass */
.select.is-loading.is-large:after {
  font-size: 1.5rem;
}

/* line 16, node_modules/bulma/sass/form/file.sass */
.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
}

/* line 27, node_modules/bulma/sass/form/file.sass */
.file.is-white .file-cta {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 33, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/sass/form/file.sass */
.file.is-black .file-cta {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}

/* line 33, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/sass/form/file.sass */
.file.is-light .file-cta {
  background-color: whitesmoke;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 33, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/sass/form/file.sass */
.file.is-dark .file-cta {
  background-color: #363636;
  border-color: transparent;
  color: #fff;
}

/* line 33, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/sass/form/file.sass */
.file.is-primary .file-cta {
  background-color: #8c67ef;
  border-color: transparent;
  color: #fff;
}

/* line 33, node_modules/bulma/sass/form/file.sass */
.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
  background-color: #835bee;
  border-color: transparent;
  color: #fff;
}

/* line 39, node_modules/bulma/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(140, 103, 239, 0.25);
  color: #fff;
}

/* line 45, node_modules/bulma/sass/form/file.sass */
.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
  background-color: #7b50ed;
  border-color: transparent;
  color: #fff;
}

/* line 27, node_modules/bulma/sass/form/file.sass */
.file.is-link .file-cta {
  background-color: #485fc7;
  border-color: transparent;
  color: #fff;
}

/* line 33, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/sass/form/file.sass */
.file.is-info .file-cta {
  background-color: #3e8ed0;
  border-color: transparent;
  color: #fff;
}

/* line 33, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/sass/form/file.sass */
.file.is-success .file-cta {
  background-color: #48c78e;
  border-color: transparent;
  color: #fff;
}

/* line 33, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/sass/form/file.sass */
.file.is-warning .file-cta {
  background-color: #ffe08a;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 33, node_modules/bulma/sass/form/file.sass */
.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
  background-color: #ffdc7d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 39, node_modules/bulma/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(255, 224, 138, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

/* line 45, node_modules/bulma/sass/form/file.sass */
.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
  background-color: #ffd970;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 27, node_modules/bulma/sass/form/file.sass */
.file.is-danger .file-cta {
  background-color: #f14668;
  border-color: transparent;
  color: #fff;
}

/* line 33, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/sass/form/file.sass */
.file.is-small {
  font-size: 0.75rem;
}

/* line 52, node_modules/bulma/sass/form/file.sass */
.file.is-normal {
  font-size: 1rem;
}

/* line 54, node_modules/bulma/sass/form/file.sass */
.file.is-medium {
  font-size: 1.25rem;
}

/* line 57, node_modules/bulma/sass/form/file.sass */
.file.is-medium .file-icon .fa {
  font-size: 21px;
}

/* line 59, node_modules/bulma/sass/form/file.sass */
.file.is-large {
  font-size: 1.5rem;
}

/* line 62, node_modules/bulma/sass/form/file.sass */
.file.is-large .file-icon .fa {
  font-size: 28px;
}

/* line 66, node_modules/bulma/sass/form/file.sass */
.file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 69, node_modules/bulma/sass/form/file.sass */
.file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 73, node_modules/bulma/sass/form/file.sass */
.file.has-name.is-empty .file-cta {
  border-radius: 4px;
}

/* line 75, node_modules/bulma/sass/form/file.sass */
.file.has-name.is-empty .file-name {
  display: none;
}

/* line 78, node_modules/bulma/sass/form/file.sass */
.file.is-boxed .file-label {
  flex-direction: column;
}

/* line 80, node_modules/bulma/sass/form/file.sass */
.file.is-boxed .file-cta {
  flex-direction: column;
  height: auto;
  padding: 1em 3em;
}

/* line 84, node_modules/bulma/sass/form/file.sass */
.file.is-boxed .file-name {
  border-width: 0 1px 1px;
}

/* line 86, node_modules/bulma/sass/form/file.sass */
.file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em;
}

/* line 89, node_modules/bulma/sass/form/file.sass */
.file.is-boxed .file-icon .fa {
  font-size: 21px;
}

/* line 92, node_modules/bulma/sass/form/file.sass */
.file.is-boxed.is-small .file-icon .fa {
  font-size: 14px;
}

/* line 95, node_modules/bulma/sass/form/file.sass */
.file.is-boxed.is-medium .file-icon .fa {
  font-size: 28px;
}

/* line 98, node_modules/bulma/sass/form/file.sass */
.file.is-boxed.is-large .file-icon .fa {
  font-size: 35px;
}

/* line 101, node_modules/bulma/sass/form/file.sass */
.file.is-boxed.has-name .file-cta {
  border-radius: 4px 4px 0 0;
}

/* line 103, node_modules/bulma/sass/form/file.sass */
.file.is-boxed.has-name .file-name {
  border-radius: 0 0 4px 4px;
  border-width: 0 1px 1px;
}

/* line 106, node_modules/bulma/sass/form/file.sass */
.file.is-centered {
  justify-content: center;
}

/* line 109, node_modules/bulma/sass/form/file.sass */
.file.is-fullwidth .file-label {
  width: 100%;
}

/* line 111, node_modules/bulma/sass/form/file.sass */
.file.is-fullwidth .file-name {
  flex-grow: 1;
  max-width: none;
}

/* line 114, node_modules/bulma/sass/form/file.sass */
.file.is-right {
  justify-content: flex-end;
}

/* line 116, node_modules/bulma/sass/form/file.sass */
.file.is-right .file-cta {
  border-radius: 0 4px 4px 0;
}

/* line 118, node_modules/bulma/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, node_modules/bulma/sass/form/file.sass */
.file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}

/* line 131, node_modules/bulma/sass/form/file.sass */
.file-label:hover .file-cta {
  background-color: #eeeeee;
  color: #363636;
}

/* line 134, node_modules/bulma/sass/form/file.sass */
.file-label:hover .file-name {
  border-color: #d5d5d5;
}

/* line 137, node_modules/bulma/sass/form/file.sass */
.file-label:active .file-cta {
  background-color: #e8e8e8;
  color: #363636;
}

/* line 140, node_modules/bulma/sass/form/file.sass */
.file-label:active .file-name {
  border-color: #cfcfcf;
}

/* line 143, node_modules/bulma/sass/form/file.sass */
.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 152, node_modules/bulma/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, node_modules/bulma/sass/form/file.sass */
.file-cta {
  background-color: whitesmoke;
  color: #4a4a4a;
}

/* line 166, node_modules/bulma/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, node_modules/bulma/sass/form/file.sass */
.file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}

/* line 183, node_modules/bulma/sass/form/file.sass */
.file-icon .fa {
  font-size: 14px;
}

/* line 8, node_modules/bulma/sass/form/tools.sass */
.label {
  color: #363636;
  display: block;
  font-size: 1rem;
  font-weight: 700;
}

/* line 13, node_modules/bulma/sass/form/tools.sass */
.label:not(:last-child) {
  margin-bottom: 0.5em;
}

/* line 16, node_modules/bulma/sass/form/tools.sass */
.label.is-small {
  font-size: 0.75rem;
}

/* line 18, node_modules/bulma/sass/form/tools.sass */
.label.is-medium {
  font-size: 1.25rem;
}

/* line 20, node_modules/bulma/sass/form/tools.sass */
.label.is-large {
  font-size: 1.5rem;
}

/* line 23, node_modules/bulma/sass/form/tools.sass */
.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

/* line 29, node_modules/bulma/sass/form/tools.sass */
.help.is-white {
  color: white;
}

/* line 29, node_modules/bulma/sass/form/tools.sass */
.help.is-black {
  color: #0a0a0a;
}

/* line 29, node_modules/bulma/sass/form/tools.sass */
.help.is-light {
  color: whitesmoke;
}

/* line 29, node_modules/bulma/sass/form/tools.sass */
.help.is-dark {
  color: #363636;
}

/* line 29, node_modules/bulma/sass/form/tools.sass */
.help.is-primary {
  color: #8c67ef;
}

/* line 29, node_modules/bulma/sass/form/tools.sass */
.help.is-link {
  color: #485fc7;
}

/* line 29, node_modules/bulma/sass/form/tools.sass */
.help.is-info {
  color: #3e8ed0;
}

/* line 29, node_modules/bulma/sass/form/tools.sass */
.help.is-success {
  color: #48c78e;
}

/* line 29, node_modules/bulma/sass/form/tools.sass */
.help.is-warning {
  color: #ffe08a;
}

/* line 29, node_modules/bulma/sass/form/tools.sass */
.help.is-danger {
  color: #f14668;
}

/* line 35, node_modules/bulma/sass/form/tools.sass */
.field:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 38, node_modules/bulma/sass/form/tools.sass */
.field.has-addons {
  display: flex;
  justify-content: flex-start;
}

/* line 42, node_modules/bulma/sass/form/tools.sass */
.field.has-addons .control:not(:last-child) {
  margin-right: -1px;
}

/* line 45, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/sass/form/tools.sass */
.field.has-addons .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

/* line 86, node_modules/bulma/sass/form/tools.sass */
.field.has-addons.has-addons-centered {
  justify-content: center;
}

/* line 88, node_modules/bulma/sass/form/tools.sass */
.field.has-addons.has-addons-right {
  justify-content: flex-end;
}

/* line 91, node_modules/bulma/sass/form/tools.sass */
.field.has-addons.has-addons-fullwidth .control {
  flex-grow: 1;
  flex-shrink: 0;
}

/* line 94, node_modules/bulma/sass/form/tools.sass */
.field.is-grouped {
  display: flex;
  justify-content: flex-start;
}

/* line 97, node_modules/bulma/sass/form/tools.sass */
.field.is-grouped > .control {
  flex-shrink: 0;
}

/* line 99, node_modules/bulma/sass/form/tools.sass */
.field.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}

/* line 102, node_modules/bulma/sass/form/tools.sass */
.field.is-grouped > .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

/* line 105, node_modules/bulma/sass/form/tools.sass */
.field.is-grouped.is-grouped-centered {
  justify-content: center;
}

/* line 107, node_modules/bulma/sass/form/tools.sass */
.field.is-grouped.is-grouped-right {
  justify-content: flex-end;
}

/* line 109, node_modules/bulma/sass/form/tools.sass */
.field.is-grouped.is-grouped-multiline {
  flex-wrap: wrap;
}

/* line 112, node_modules/bulma/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, node_modules/bulma/sass/form/tools.sass */
.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}

/* line 117, node_modules/bulma/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, node_modules/bulma/sass/form/tools.sass */
  .field.is-horizontal {
    display: flex;
  }
}

/* line 124, node_modules/bulma/sass/form/tools.sass */
.field-label .label {
  font-size: inherit;
}

@media screen and (max-width: 768px) {
  /* line 123, node_modules/bulma/sass/form/tools.sass */
  .field-label {
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 123, node_modules/bulma/sass/form/tools.sass */
  .field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }
  /* line 134, node_modules/bulma/sass/form/tools.sass */
  .field-label.is-small {
    font-size: 0.75rem;
    padding-top: 0.375em;
  }
  /* line 137, node_modules/bulma/sass/form/tools.sass */
  .field-label.is-normal {
    padding-top: 0.375em;
  }
  /* line 139, node_modules/bulma/sass/form/tools.sass */
  .field-label.is-medium {
    font-size: 1.25rem;
    padding-top: 0.375em;
  }
  /* line 142, node_modules/bulma/sass/form/tools.sass */
  .field-label.is-large {
    font-size: 1.5rem;
    padding-top: 0.375em;
  }
}

/* line 147, node_modules/bulma/sass/form/tools.sass */
.field-body .field .field {
  margin-bottom: 0;
}

@media screen and (min-width: 769px), print {
  /* line 146, node_modules/bulma/sass/form/tools.sass */
  .field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1;
  }
  /* line 154, node_modules/bulma/sass/form/tools.sass */
  .field-body .field {
    margin-bottom: 0;
  }
  /* line 156, node_modules/bulma/sass/form/tools.sass */
  .field-body > .field {
    flex-shrink: 1;
  }
  /* line 158, node_modules/bulma/sass/form/tools.sass */
  .field-body > .field:not(.is-narrow) {
    flex-grow: 1;
  }
  /* line 160, node_modules/bulma/sass/form/tools.sass */
  .field-body > .field:not(:last-child) {
    margin-right: 0.75rem;
  }
}

/* line 163, node_modules/bulma/sass/form/tools.sass */
.control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: inherit;
}

/* line 175, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/sass/form/tools.sass */
.control.has-icons-left .input,
.control.has-icons-left .select select {
  padding-left: 2.5em;
}

/* line 195, node_modules/bulma/sass/form/tools.sass */
.control.has-icons-left .icon.is-left {
  left: 0;
}

/* line 198, node_modules/bulma/sass/form/tools.sass */
.control.has-icons-right .input,
.control.has-icons-right .select select {
  padding-right: 2.5em;
}

/* line 201, node_modules/bulma/sass/form/tools.sass */
.control.has-icons-right .icon.is-right {
  right: 0;
}

/* line 204, node_modules/bulma/sass/form/tools.sass */
.control.is-loading::after {
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}

/* line 210, node_modules/bulma/sass/form/tools.sass */
.control.is-loading.is-small:after {
  font-size: 0.75rem;
}

/* line 212, node_modules/bulma/sass/form/tools.sass */
.control.is-loading.is-medium:after {
  font-size: 1.25rem;
}

/* line 214, node_modules/bulma/sass/form/tools.sass */
.control.is-loading.is-large:after {
  font-size: 1.5rem;
}

/* Bulma Components */
/* line 12, node_modules/bulma/sass/components/breadcrumb.sass */
.breadcrumb {
  font-size: 1rem;
  white-space: nowrap;
}

/* line 17, node_modules/bulma/sass/components/breadcrumb.sass */
.breadcrumb a {
  align-items: center;
  color: #8c67ef;
  display: flex;
  justify-content: center;
  padding: 0 0.75em;
}

/* line 23, node_modules/bulma/sass/components/breadcrumb.sass */
.breadcrumb a:hover {
  color: #363636;
}

/* line 25, node_modules/bulma/sass/components/breadcrumb.sass */
.breadcrumb li {
  align-items: center;
  display: flex;
}

/* line 28, node_modules/bulma/sass/components/breadcrumb.sass */
.breadcrumb li:first-child a {
  padding-left: 0;
}

/* line 31, node_modules/bulma/sass/components/breadcrumb.sass */
.breadcrumb li.is-active a {
  color: #363636;
  cursor: default;
  pointer-events: none;
}

/* line 35, node_modules/bulma/sass/components/breadcrumb.sass */
.breadcrumb li + li::before {
  color: #b5b5b5;
  content: "\0002f";
}

/* line 38, node_modules/bulma/sass/components/breadcrumb.sass */
.breadcrumb ul,
.breadcrumb ol {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 45, node_modules/bulma/sass/components/breadcrumb.sass */
.breadcrumb .icon:first-child {
  margin-right: 0.5em;
}

/* line 47, node_modules/bulma/sass/components/breadcrumb.sass */
.breadcrumb .icon:last-child {
  margin-left: 0.5em;
}

/* line 51, node_modules/bulma/sass/components/breadcrumb.sass */
.breadcrumb.is-centered ol,
.breadcrumb.is-centered ul {
  justify-content: center;
}

/* line 55, node_modules/bulma/sass/components/breadcrumb.sass */
.breadcrumb.is-right ol,
.breadcrumb.is-right ul {
  justify-content: flex-end;
}

/* line 59, node_modules/bulma/sass/components/breadcrumb.sass */
.breadcrumb.is-small {
  font-size: 0.75rem;
}

/* line 61, node_modules/bulma/sass/components/breadcrumb.sass */
.breadcrumb.is-medium {
  font-size: 1.25rem;
}

/* line 63, node_modules/bulma/sass/components/breadcrumb.sass */
.breadcrumb.is-large {
  font-size: 1.5rem;
}

/* line 67, node_modules/bulma/sass/components/breadcrumb.sass */
.breadcrumb.has-arrow-separator li + li::before {
  content: "\02192";
}

/* line 70, node_modules/bulma/sass/components/breadcrumb.sass */
.breadcrumb.has-bullet-separator li + li::before {
  content: "\02022";
}

/* line 73, node_modules/bulma/sass/components/breadcrumb.sass */
.breadcrumb.has-dot-separator li + li::before {
  content: "\000b7";
}

/* line 76, node_modules/bulma/sass/components/breadcrumb.sass */
.breadcrumb.has-succeeds-separator li + li::before {
  content: "\0227B";
}

/* line 23, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/sass/components/card.sass */
.card-header-title.is-centered {
  justify-content: center;
}

/* line 56, node_modules/bulma/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, node_modules/bulma/sass/components/card.sass */
.card-image {
  display: block;
  position: relative;
}

/* line 68, node_modules/bulma/sass/components/card.sass */
.card-image:first-child img {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 72, node_modules/bulma/sass/components/card.sass */
.card-image:last-child img {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

/* line 76, node_modules/bulma/sass/components/card.sass */
.card-content {
  background-color: transparent;
  padding: 1.5rem;
}

/* line 81, node_modules/bulma/sass/components/card.sass */
.card-footer {
  background-color: transparent;
  border-top: 1px solid #ededed;
  align-items: stretch;
  display: flex;
}

/* line 88, node_modules/bulma/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, node_modules/bulma/sass/components/card.sass */
.card-footer-item:not(:last-child) {
  border-right: 1px solid #ededed;
}

/* line 102, node_modules/bulma/sass/components/card.sass */
.card .media:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 22, node_modules/bulma/sass/components/dropdown.sass */
.dropdown {
  display: inline-flex;
  position: relative;
  vertical-align: top;
}

/* line 28, node_modules/bulma/sass/components/dropdown.sass */
.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
  display: block;
}

/* line 31, node_modules/bulma/sass/components/dropdown.sass */
.dropdown.is-right .dropdown-menu {
  left: auto;
  right: 0;
}

/* line 35, node_modules/bulma/sass/components/dropdown.sass */
.dropdown.is-up .dropdown-menu {
  bottom: 100%;
  padding-bottom: 4px;
  padding-top: initial;
  top: auto;
}

/* line 41, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/sass/components/dropdown.sass */
.dropdown-item, .dropdown .dropdown-menu .has-link a {
  color: #4a4a4a;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
}

/* line 65, node_modules/bulma/sass/components/dropdown.sass */
a.dropdown-item, .dropdown .dropdown-menu .has-link a,
button.dropdown-item {
  padding-right: 3rem;
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
}

/* line 71, node_modules/bulma/sass/components/dropdown.sass */
a.dropdown-item:hover, .dropdown .dropdown-menu .has-link a:hover,
button.dropdown-item:hover {
  background-color: whitesmoke;
  color: #0a0a0a;
}

/* line 74, node_modules/bulma/sass/components/dropdown.sass */
a.dropdown-item.is-active, .dropdown .dropdown-menu .has-link a.is-active,
button.dropdown-item.is-active {
  background-color: #8c67ef;
  color: #fff;
}

/* line 78, node_modules/bulma/sass/components/dropdown.sass */
.dropdown-divider {
  background-color: #ededed;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}

/* line 5, node_modules/bulma/sass/components/level.sass */
.level {
  align-items: center;
  justify-content: space-between;
}

/* line 9, node_modules/bulma/sass/components/level.sass */
.level code {
  border-radius: 4px;
}

/* line 11, node_modules/bulma/sass/components/level.sass */
.level img {
  display: inline-block;
  vertical-align: top;
}

/* line 15, node_modules/bulma/sass/components/level.sass */
.level.is-mobile {
  display: flex;
}

/* line 17, node_modules/bulma/sass/components/level.sass */
.level.is-mobile .level-left,
.level.is-mobile .level-right {
  display: flex;
}

/* line 20, node_modules/bulma/sass/components/level.sass */
.level.is-mobile .level-left + .level-right {
  margin-top: 0;
}

/* line 23, node_modules/bulma/sass/components/level.sass */
.level.is-mobile .level-item:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}

/* line 26, node_modules/bulma/sass/components/level.sass */
.level.is-mobile .level-item:not(.is-narrow) {
  flex-grow: 1;
}

@media screen and (min-width: 769px), print {
  /* line 5, node_modules/bulma/sass/components/level.sass */
  .level {
    display: flex;
  }
  /* line 32, node_modules/bulma/sass/components/level.sass */
  .level > .level-item:not(.is-narrow) {
    flex-grow: 1;
  }
}

/* line 35, node_modules/bulma/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, node_modules/bulma/sass/components/level.sass */
.level-item .title,
.level-item .subtitle {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  /* line 47, node_modules/bulma/sass/components/level.sass */
  .level-item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

/* line 50, node_modules/bulma/sass/components/level.sass */
.level-left,
.level-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

/* line 57, node_modules/bulma/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, node_modules/bulma/sass/components/level.sass */
  .level-left .level-item:not(:last-child),
.level-right .level-item:not(:last-child) {
    margin-right: 0.75rem;
  }
}

/* line 64, node_modules/bulma/sass/components/level.sass */
.level-left {
  align-items: center;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  /* line 69, node_modules/bulma/sass/components/level.sass */
  .level-left + .level-right {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 64, node_modules/bulma/sass/components/level.sass */
  .level-left {
    display: flex;
  }
}

/* line 74, node_modules/bulma/sass/components/level.sass */
.level-right {
  align-items: center;
  justify-content: flex-end;
}

@media screen and (min-width: 769px), print {
  /* line 74, node_modules/bulma/sass/components/level.sass */
  .level-right {
    display: flex;
  }
}

/* line 12, node_modules/bulma/sass/components/media.sass */
.media {
  align-items: flex-start;
  display: flex;
  text-align: inherit;
}

/* line 16, node_modules/bulma/sass/components/media.sass */
.media .content:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 18, node_modules/bulma/sass/components/media.sass */
.media .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  display: flex;
  padding-top: 0.75rem;
}

/* line 22, node_modules/bulma/sass/components/media.sass */
.media .media .content:not(:last-child),
.media .media .control:not(:last-child) {
  margin-bottom: 0.5rem;
}

/* line 25, node_modules/bulma/sass/components/media.sass */
.media .media .media {
  padding-top: 0.5rem;
}

/* line 27, node_modules/bulma/sass/components/media.sass */
.media .media .media + .media {
  margin-top: 0.5rem;
}

/* line 29, node_modules/bulma/sass/components/media.sass */
.media + .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  margin-top: 1rem;
  padding-top: 1rem;
}

/* line 35, node_modules/bulma/sass/components/media.sass */
.media.is-large + .media {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

/* line 39, node_modules/bulma/sass/components/media.sass */
.media-left,
.media-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

/* line 45, node_modules/bulma/sass/components/media.sass */
.media-left {
  margin-right: 1rem;
}

/* line 48, node_modules/bulma/sass/components/media.sass */
.media-right {
  margin-left: 1rem;
}

/* line 51, node_modules/bulma/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, node_modules/bulma/sass/components/media.sass */
  .media-content {
    overflow-x: auto;
  }
}

/* line 21, node_modules/bulma/sass/components/menu.sass */
.menu {
  font-size: 1rem;
}

/* line 24, node_modules/bulma/sass/components/menu.sass */
.menu.is-small {
  font-size: 0.75rem;
}

/* line 26, node_modules/bulma/sass/components/menu.sass */
.menu.is-medium {
  font-size: 1.25rem;
}

/* line 28, node_modules/bulma/sass/components/menu.sass */
.menu.is-large {
  font-size: 1.5rem;
}

/* line 31, node_modules/bulma/sass/components/menu.sass */
.menu-list {
  line-height: 1.25;
}

/* line 33, node_modules/bulma/sass/components/menu.sass */
.menu-list a {
  border-radius: 2px;
  color: #4a4a4a;
  display: block;
  padding: 0.5em 0.75em;
}

/* line 38, node_modules/bulma/sass/components/menu.sass */
.menu-list a:hover {
  background-color: whitesmoke;
  color: #363636;
}

/* line 42, node_modules/bulma/sass/components/menu.sass */
.menu-list a.is-active {
  background-color: #8c67ef;
  color: #fff;
}

/* line 46, node_modules/bulma/sass/components/menu.sass */
.menu-list li ul {
  border-left: 1px solid #dbdbdb;
  margin: 0.75em;
  padding-left: 0.75em;
}

/* line 51, node_modules/bulma/sass/components/menu.sass */
.menu-label {
  color: #7a7a7a;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* line 56, node_modules/bulma/sass/components/menu.sass */
.menu-label:not(:first-child) {
  margin-top: 1em;
}

/* line 58, node_modules/bulma/sass/components/menu.sass */
.menu-label:not(:last-child) {
  margin-bottom: 1em;
}

/* line 24, node_modules/bulma/sass/components/message.sass */
.message {
  background-color: whitesmoke;
  border-radius: 4px;
  font-size: 1rem;
}

/* line 29, node_modules/bulma/sass/components/message.sass */
.message strong {
  color: currentColor;
}

/* line 31, node_modules/bulma/sass/components/message.sass */
.message a:not(.button):not(.tag):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}

/* line 35, node_modules/bulma/sass/components/message.sass */
.message.is-small {
  font-size: 0.75rem;
}

/* line 37, node_modules/bulma/sass/components/message.sass */
.message.is-medium {
  font-size: 1.25rem;
}

/* line 39, node_modules/bulma/sass/components/message.sass */
.message.is-large {
  font-size: 1.5rem;
}

/* line 61, node_modules/bulma/sass/components/message.sass */
.message.is-white {
  background-color: white;
}

/* line 63, node_modules/bulma/sass/components/message.sass */
.message.is-white .message-header {
  background-color: white;
  color: #0a0a0a;
}

/* line 66, node_modules/bulma/sass/components/message.sass */
.message.is-white .message-body {
  border-color: white;
}

/* line 61, node_modules/bulma/sass/components/message.sass */
.message.is-black {
  background-color: #fafafa;
}

/* line 63, node_modules/bulma/sass/components/message.sass */
.message.is-black .message-header {
  background-color: #0a0a0a;
  color: white;
}

/* line 66, node_modules/bulma/sass/components/message.sass */
.message.is-black .message-body {
  border-color: #0a0a0a;
}

/* line 61, node_modules/bulma/sass/components/message.sass */
.message.is-light {
  background-color: #fafafa;
}

/* line 63, node_modules/bulma/sass/components/message.sass */
.message.is-light .message-header {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

/* line 66, node_modules/bulma/sass/components/message.sass */
.message.is-light .message-body {
  border-color: whitesmoke;
}

/* line 61, node_modules/bulma/sass/components/message.sass */
.message.is-dark {
  background-color: #fafafa;
}

/* line 63, node_modules/bulma/sass/components/message.sass */
.message.is-dark .message-header {
  background-color: #363636;
  color: #fff;
}

/* line 66, node_modules/bulma/sass/components/message.sass */
.message.is-dark .message-body {
  border-color: #363636;
}

/* line 61, node_modules/bulma/sass/components/message.sass */
.message.is-primary {
  background-color: #f1edfd;
}

/* line 63, node_modules/bulma/sass/components/message.sass */
.message.is-primary .message-header {
  background-color: #8c67ef;
  color: #fff;
}

/* line 66, node_modules/bulma/sass/components/message.sass */
.message.is-primary .message-body {
  border-color: #8c67ef;
  color: #4515c6;
}

/* line 61, node_modules/bulma/sass/components/message.sass */
.message.is-link {
  background-color: #eff1fa;
}

/* line 63, node_modules/bulma/sass/components/message.sass */
.message.is-link .message-header {
  background-color: #485fc7;
  color: #fff;
}

/* line 66, node_modules/bulma/sass/components/message.sass */
.message.is-link .message-body {
  border-color: #485fc7;
  color: #3850b7;
}

/* line 61, node_modules/bulma/sass/components/message.sass */
.message.is-info {
  background-color: #eff5fb;
}

/* line 63, node_modules/bulma/sass/components/message.sass */
.message.is-info .message-header {
  background-color: #3e8ed0;
  color: #fff;
}

/* line 66, node_modules/bulma/sass/components/message.sass */
.message.is-info .message-body {
  border-color: #3e8ed0;
  color: #296fa8;
}

/* line 61, node_modules/bulma/sass/components/message.sass */
.message.is-success {
  background-color: #effaf5;
}

/* line 63, node_modules/bulma/sass/components/message.sass */
.message.is-success .message-header {
  background-color: #48c78e;
  color: #fff;
}

/* line 66, node_modules/bulma/sass/components/message.sass */
.message.is-success .message-body {
  border-color: #48c78e;
  color: #257953;
}

/* line 61, node_modules/bulma/sass/components/message.sass */
.message.is-warning {
  background-color: #fffaeb;
}

/* line 63, node_modules/bulma/sass/components/message.sass */
.message.is-warning .message-header {
  background-color: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}

/* line 66, node_modules/bulma/sass/components/message.sass */
.message.is-warning .message-body {
  border-color: #ffe08a;
  color: #946c00;
}

/* line 61, node_modules/bulma/sass/components/message.sass */
.message.is-danger {
  background-color: #feecf0;
}

/* line 63, node_modules/bulma/sass/components/message.sass */
.message.is-danger .message-header {
  background-color: #f14668;
  color: #fff;
}

/* line 66, node_modules/bulma/sass/components/message.sass */
.message.is-danger .message-body {
  border-color: #f14668;
  color: #cc0f35;
}

/* line 70, node_modules/bulma/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, node_modules/bulma/sass/components/message.sass */
.message-header .delete {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 0.75em;
}

/* line 85, node_modules/bulma/sass/components/message.sass */
.message-header + .message-body {
  border-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 90, node_modules/bulma/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, node_modules/bulma/sass/components/message.sass */
.message-body code,
.message-body pre {
  background-color: white;
}

/* line 100, node_modules/bulma/sass/components/message.sass */
.message-body pre code {
  background-color: transparent;
}

/* line 35, node_modules/bulma/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, node_modules/bulma/sass/components/modal.sass */
.modal.is-active {
  display: flex;
}

/* line 48, node_modules/bulma/sass/components/modal.sass */
.modal-background {
  background-color: rgba(10, 10, 10, 0.86);
}

/* line 52, node_modules/bulma/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, node_modules/bulma/sass/components/modal.sass */
  .modal-content,
.modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}

/* line 65, node_modules/bulma/sass/components/modal.sass */
.modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}

/* line 74, node_modules/bulma/sass/components/modal.sass */
.modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible;
}

/* line 81, node_modules/bulma/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, node_modules/bulma/sass/components/modal.sass */
.modal-card-head {
  border-bottom: 1px solid #dbdbdb;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 96, node_modules/bulma/sass/components/modal.sass */
.modal-card-title {
  color: #363636;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
}

/* line 103, node_modules/bulma/sass/components/modal.sass */
.modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid #dbdbdb;
}

/* line 108, node_modules/bulma/sass/components/modal.sass */
.modal-card-foot .button:not(:last-child) {
  margin-right: 0.5em;
}

/* line 111, node_modules/bulma/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, node_modules/bulma/sass/components/navbar.sass */
.navbar {
  background-color: white;
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
}

/* line 67, node_modules/bulma/sass/components/navbar.sass */
.navbar.is-white {
  background-color: white;
  color: #0a0a0a;
}

/* line 71, node_modules/bulma/sass/components/navbar.sass */
.navbar.is-white .navbar-brand > .navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
  color: #0a0a0a;
}

/* line 76, node_modules/bulma/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, node_modules/bulma/sass/components/navbar.sass */
.navbar.is-white .navbar-brand .navbar-link::after {
  border-color: #0a0a0a;
}

/* line 84, node_modules/bulma/sass/components/navbar.sass */
.navbar.is-white .navbar-burger {
  color: #0a0a0a;
}

@media screen and (min-width: 1024px) {
  /* line 89, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/sass/components/navbar.sass */
  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: white;
    color: #0a0a0a;
  }
}

/* line 67, node_modules/bulma/sass/components/navbar.sass */
.navbar.is-black {
  background-color: #0a0a0a;
  color: white;
}

/* line 71, node_modules/bulma/sass/components/navbar.sass */
.navbar.is-black .navbar-brand > .navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
  color: white;
}

/* line 76, node_modules/bulma/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, node_modules/bulma/sass/components/navbar.sass */
.navbar.is-black .navbar-brand .navbar-link::after {
  border-color: white;
}

/* line 84, node_modules/bulma/sass/components/navbar.sass */
.navbar.is-black .navbar-burger {
  color: white;
}

@media screen and (min-width: 1024px) {
  /* line 89, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/sass/components/navbar.sass */
  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: #0a0a0a;
    color: white;
  }
}

/* line 67, node_modules/bulma/sass/components/navbar.sass */
.navbar.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

/* line 71, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/sass/components/navbar.sass */
.navbar.is-light .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}

/* line 84, node_modules/bulma/sass/components/navbar.sass */
.navbar.is-light .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1024px) {
  /* line 89, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/sass/components/navbar.sass */
.navbar.is-dark {
  background-color: #363636;
  color: #fff;
}

/* line 71, node_modules/bulma/sass/components/navbar.sass */
.navbar.is-dark .navbar-brand > .navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
  color: #fff;
}

/* line 76, node_modules/bulma/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, node_modules/bulma/sass/components/navbar.sass */
.navbar.is-dark .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 84, node_modules/bulma/sass/components/navbar.sass */
.navbar.is-dark .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 89, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/sass/components/navbar.sass */
  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: #363636;
    color: #fff;
  }
}

/* line 67, node_modules/bulma/sass/components/navbar.sass */
.navbar.is-primary {
  background-color: #8c67ef;
  color: #fff;
}

/* line 71, node_modules/bulma/sass/components/navbar.sass */
.navbar.is-primary .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
  color: #fff;
}

/* line 76, node_modules/bulma/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: #7b50ed;
  color: #fff;
}

/* line 82, node_modules/bulma/sass/components/navbar.sass */
.navbar.is-primary .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 84, node_modules/bulma/sass/components/navbar.sass */
.navbar.is-primary .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 89, node_modules/bulma/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, node_modules/bulma/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: #7b50ed;
    color: #fff;
  }
  /* line 100, node_modules/bulma/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, node_modules/bulma/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: #7b50ed;
    color: #fff;
  }
  /* line 109, node_modules/bulma/sass/components/navbar.sass */
  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: #8c67ef;
    color: #fff;
  }
}

/* line 67, node_modules/bulma/sass/components/navbar.sass */
.navbar.is-link {
  background-color: #485fc7;
  color: #fff;
}

/* line 71, node_modules/bulma/sass/components/navbar.sass */
.navbar.is-link .navbar-brand > .navbar-item,
.navbar.is-link .navbar-brand .navbar-link {
  color: #fff;
}

/* line 76, node_modules/bulma/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, node_modules/bulma/sass/components/navbar.sass */
.navbar.is-link .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 84, node_modules/bulma/sass/components/navbar.sass */
.navbar.is-link .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 89, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/sass/components/navbar.sass */
  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: #485fc7;
    color: #fff;
  }
}

/* line 67, node_modules/bulma/sass/components/navbar.sass */
.navbar.is-info {
  background-color: #3e8ed0;
  color: #fff;
}

/* line 71, node_modules/bulma/sass/components/navbar.sass */
.navbar.is-info .navbar-brand > .navbar-item,
.navbar.is-info .navbar-brand .navbar-link {
  color: #fff;
}

/* line 76, node_modules/bulma/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, node_modules/bulma/sass/components/navbar.sass */
.navbar.is-info .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 84, node_modules/bulma/sass/components/navbar.sass */
.navbar.is-info .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 89, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/sass/components/navbar.sass */
  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: #3e8ed0;
    color: #fff;
  }
}

/* line 67, node_modules/bulma/sass/components/navbar.sass */
.navbar.is-success {
  background-color: #48c78e;
  color: #fff;
}

/* line 71, node_modules/bulma/sass/components/navbar.sass */
.navbar.is-success .navbar-brand > .navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
  color: #fff;
}

/* line 76, node_modules/bulma/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, node_modules/bulma/sass/components/navbar.sass */
.navbar.is-success .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 84, node_modules/bulma/sass/components/navbar.sass */
.navbar.is-success .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 89, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/sass/components/navbar.sass */
  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: #48c78e;
    color: #fff;
  }
}

/* line 67, node_modules/bulma/sass/components/navbar.sass */
.navbar.is-warning {
  background-color: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}

/* line 71, node_modules/bulma/sass/components/navbar.sass */
.navbar.is-warning .navbar-brand > .navbar-item,
.navbar.is-warning .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

/* line 76, node_modules/bulma/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: #ffd970;
  color: rgba(0, 0, 0, 0.7);
}

/* line 82, node_modules/bulma/sass/components/navbar.sass */
.navbar.is-warning .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}

/* line 84, node_modules/bulma/sass/components/navbar.sass */
.navbar.is-warning .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1024px) {
  /* line 89, node_modules/bulma/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: rgba(0, 0, 0, 0.7);
  }
  /* line 94, node_modules/bulma/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: #ffd970;
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 100, node_modules/bulma/sass/components/navbar.sass */
  .navbar.is-warning .navbar-start .navbar-link::after,
.navbar.is-warning .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  /* line 102, node_modules/bulma/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: #ffd970;
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 109, node_modules/bulma/sass/components/navbar.sass */
  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: #ffe08a;
    color: rgba(0, 0, 0, 0.7);
  }
}

/* line 67, node_modules/bulma/sass/components/navbar.sass */
.navbar.is-danger {
  background-color: #f14668;
  color: #fff;
}

/* line 71, node_modules/bulma/sass/components/navbar.sass */
.navbar.is-danger .navbar-brand > .navbar-item,
.navbar.is-danger .navbar-brand .navbar-link {
  color: #fff;
}

/* line 76, node_modules/bulma/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, node_modules/bulma/sass/components/navbar.sass */
.navbar.is-danger .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 84, node_modules/bulma/sass/components/navbar.sass */
.navbar.is-danger .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 89, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/sass/components/navbar.sass */
  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: #f14668;
    color: #fff;
  }
}

/* line 112, node_modules/bulma/sass/components/navbar.sass */
.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}

/* line 117, node_modules/bulma/sass/components/navbar.sass */
.navbar.has-shadow {
  box-shadow: 0 2px 0 0 whitesmoke;
}

/* line 119, node_modules/bulma/sass/components/navbar.sass */
.navbar.is-fixed-bottom, .navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}

/* line 122, node_modules/bulma/sass/components/navbar.sass */
.navbar.is-fixed-bottom {
  bottom: 0;
}

/* line 124, node_modules/bulma/sass/components/navbar.sass */
.navbar.is-fixed-bottom.has-shadow {
  box-shadow: 0 -2px 0 0 whitesmoke;
}

/* line 126, node_modules/bulma/sass/components/navbar.sass */
.navbar.is-fixed-top {
  top: 0;
}

/* line 131, node_modules/bulma/sass/components/navbar.sass */
html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 3.25rem;
}

/* line 133, node_modules/bulma/sass/components/navbar.sass */
html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 3.25rem;
}

/* line 136, node_modules/bulma/sass/components/navbar.sass */
.navbar-brand,
.navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem;
}

/* line 145, node_modules/bulma/sass/components/navbar.sass */
.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover {
  background-color: transparent;
}

/* line 149, node_modules/bulma/sass/components/navbar.sass */
.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
}

/* line 155, node_modules/bulma/sass/components/navbar.sass */
.navbar-burger {
  color: #4a4a4a;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto;
}

/* line 33, node_modules/bulma/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 44, node_modules/bulma/sass/components/../utilities/mixins.sass */
.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}

/* line 46, node_modules/bulma/sass/components/../utilities/mixins.sass */
.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}

/* line 48, node_modules/bulma/sass/components/../utilities/mixins.sass */
.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}

/* line 50, node_modules/bulma/sass/components/../utilities/mixins.sass */
.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 55, node_modules/bulma/sass/components/../utilities/mixins.sass */
.navbar-burger.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

/* line 57, node_modules/bulma/sass/components/../utilities/mixins.sass */
.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}

/* line 59, node_modules/bulma/sass/components/../utilities/mixins.sass */
.navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

/* line 161, node_modules/bulma/sass/components/navbar.sass */
.navbar-menu {
  display: none;
}

/* line 164, node_modules/bulma/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, node_modules/bulma/sass/components/navbar.sass */
.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

/* line 176, node_modules/bulma/sass/components/navbar.sass */
a.navbar-item,
.navbar-link {
  cursor: pointer;
}

/* line 179, node_modules/bulma/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: #8c67ef;
}

/* line 186, node_modules/bulma/sass/components/navbar.sass */
.navbar-item {
  flex-grow: 0;
  flex-shrink: 0;
}

/* line 189, node_modules/bulma/sass/components/navbar.sass */
.navbar-item img {
  max-height: 1.75rem;
}

/* line 191, node_modules/bulma/sass/components/navbar.sass */
.navbar-item.has-dropdown {
  padding: 0;
}

/* line 193, node_modules/bulma/sass/components/navbar.sass */
.navbar-item.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

/* line 196, node_modules/bulma/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, node_modules/bulma/sass/components/navbar.sass */
.navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: #8c67ef;
}

/* line 204, node_modules/bulma/sass/components/navbar.sass */
.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: #8c67ef;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #8c67ef;
  padding-bottom: calc(0.5rem - 3px);
}

/* line 212, node_modules/bulma/sass/components/navbar.sass */
.navbar-content {
  flex-grow: 1;
  flex-shrink: 1;
}

/* line 216, node_modules/bulma/sass/components/navbar.sass */
.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em;
}

/* line 218, node_modules/bulma/sass/components/navbar.sass */
.navbar-link:not(.is-arrowless)::after {
  border-color: #8c67ef;
  margin-top: -0.375em;
  right: 1.125em;
}

/* line 224, node_modules/bulma/sass/components/navbar.sass */
.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

/* line 228, node_modules/bulma/sass/components/navbar.sass */
.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 232, node_modules/bulma/sass/components/navbar.sass */
.navbar-divider {
  background-color: whitesmoke;
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0;
}

@media screen and (max-width: 1023px) {
  /* line 240, node_modules/bulma/sass/components/navbar.sass */
  .navbar > .container {
    display: block;
  }
  /* line 244, node_modules/bulma/sass/components/navbar.sass */
  .navbar-brand .navbar-item,
.navbar-tabs .navbar-item {
    align-items: center;
    display: flex;
  }
  /* line 248, node_modules/bulma/sass/components/navbar.sass */
  .navbar-link::after {
    display: none;
  }
  /* line 250, node_modules/bulma/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, node_modules/bulma/sass/components/navbar.sass */
  .navbar-menu.is-active {
    display: block;
  }
  /* line 258, node_modules/bulma/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, node_modules/bulma/sass/components/navbar.sass */
  .navbar.is-fixed-bottom-touch {
    bottom: 0;
  }
  /* line 263, node_modules/bulma/sass/components/navbar.sass */
  .navbar.is-fixed-bottom-touch.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  /* line 265, node_modules/bulma/sass/components/navbar.sass */
  .navbar.is-fixed-top-touch {
    top: 0;
  }
  /* line 269, node_modules/bulma/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, node_modules/bulma/sass/components/navbar.sass */
  html.has-navbar-fixed-top-touch,
body.has-navbar-fixed-top-touch {
    padding-top: 3.25rem;
  }
  /* line 277, node_modules/bulma/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: 1024px) {
  /* line 281, node_modules/bulma/sass/components/navbar.sass */
  .navbar,
.navbar-menu,
.navbar-start,
.navbar-end {
    align-items: stretch;
    display: flex;
  }
  /* line 287, node_modules/bulma/sass/components/navbar.sass */
  .navbar {
    min-height: 3.25rem;
  }
  /* line 289, node_modules/bulma/sass/components/navbar.sass */
  .navbar.is-spaced {
    padding: 1rem 2rem;
  }
  /* line 291, node_modules/bulma/sass/components/navbar.sass */
  .navbar.is-spaced .navbar-start,
.navbar.is-spaced .navbar-end {
    align-items: center;
  }
  /* line 294, node_modules/bulma/sass/components/navbar.sass */
  .navbar.is-spaced a.navbar-item,
.navbar.is-spaced .navbar-link {
    border-radius: 4px;
  }
  /* line 300, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/sass/components/navbar.sass */
  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #8c67ef;
  }
  /* line 320, node_modules/bulma/sass/components/navbar.sass */
  .navbar-burger {
    display: none;
  }
  /* line 322, node_modules/bulma/sass/components/navbar.sass */
  .navbar-item,
.navbar-link {
    align-items: center;
    display: flex;
  }
  /* line 327, node_modules/bulma/sass/components/navbar.sass */
  .navbar-item.has-dropdown {
    align-items: stretch;
  }
  /* line 330, node_modules/bulma/sass/components/navbar.sass */
  .navbar-item.has-dropdown-up .navbar-link::after {
    transform: rotate(135deg) translate(0.25em, -0.25em);
  }
  /* line 332, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/sass/components/navbar.sass */
  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
  }
  /* line 353, node_modules/bulma/sass/components/navbar.sass */
  .navbar-start {
    justify-content: flex-start;
    margin-right: auto;
  }
  /* line 356, node_modules/bulma/sass/components/navbar.sass */
  .navbar-end {
    justify-content: flex-end;
    margin-left: auto;
  }
  /* line 359, node_modules/bulma/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, node_modules/bulma/sass/components/navbar.sass */
  .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }
  /* line 375, node_modules/bulma/sass/components/navbar.sass */
  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }
  /* line 377, node_modules/bulma/sass/components/navbar.sass */
  .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }
  /* line 381, node_modules/bulma/sass/components/navbar.sass */
  .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #8c67ef;
  }
  /* line 384, node_modules/bulma/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, node_modules/bulma/sass/components/navbar.sass */
  .navbar-dropdown.is-right {
    left: auto;
    right: 0;
  }
  /* line 399, node_modules/bulma/sass/components/navbar.sass */
  .navbar-divider {
    display: block;
  }
  /* line 403, node_modules/bulma/sass/components/navbar.sass */
  .navbar > .container .navbar-brand,
.container > .navbar .navbar-brand {
    margin-left: -0.75rem;
  }
  /* line 405, node_modules/bulma/sass/components/navbar.sass */
  .navbar > .container .navbar-menu,
.container > .navbar .navbar-menu {
    margin-right: -0.75rem;
  }
  /* line 409, node_modules/bulma/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, node_modules/bulma/sass/components/navbar.sass */
  .navbar.is-fixed-bottom-desktop {
    bottom: 0;
  }
  /* line 414, node_modules/bulma/sass/components/navbar.sass */
  .navbar.is-fixed-bottom-desktop.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  /* line 416, node_modules/bulma/sass/components/navbar.sass */
  .navbar.is-fixed-top-desktop {
    top: 0;
  }
  /* line 420, node_modules/bulma/sass/components/navbar.sass */
  html.has-navbar-fixed-top-desktop,
body.has-navbar-fixed-top-desktop {
    padding-top: 3.25rem;
  }
  /* line 422, node_modules/bulma/sass/components/navbar.sass */
  html.has-navbar-fixed-bottom-desktop,
body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem;
  }
  /* line 424, node_modules/bulma/sass/components/navbar.sass */
  html.has-spaced-navbar-fixed-top,
body.has-spaced-navbar-fixed-top {
    padding-top: 5.25rem;
  }
  /* line 426, node_modules/bulma/sass/components/navbar.sass */
  html.has-spaced-navbar-fixed-bottom,
body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem;
  }
  /* line 431, node_modules/bulma/sass/components/navbar.sass */
  a.navbar-item.is-active,
.navbar-link.is-active {
    color: #0a0a0a;
  }
  /* line 433, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/sass/components/navbar.sass */
.hero.is-fullheight-with-navbar {
  min-height: calc(100vh - 3.25rem);
}

/* line 38, node_modules/bulma/sass/components/pagination.sass */
.pagination {
  font-size: 1rem;
  margin: -0.25rem;
}

/* line 43, node_modules/bulma/sass/components/pagination.sass */
.pagination.is-small {
  font-size: 0.75rem;
}

/* line 45, node_modules/bulma/sass/components/pagination.sass */
.pagination.is-medium {
  font-size: 1.25rem;
}

/* line 47, node_modules/bulma/sass/components/pagination.sass */
.pagination.is-large {
  font-size: 1.5rem;
}

/* line 50, node_modules/bulma/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, node_modules/bulma/sass/components/pagination.sass */
.pagination.is-rounded .pagination-link {
  border-radius: 9999px;
}

/* line 58, node_modules/bulma/sass/components/pagination.sass */
.pagination,
.pagination-list {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

/* line 65, node_modules/bulma/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, node_modules/bulma/sass/components/pagination.sass */
.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: #dbdbdb;
  color: #363636;
  min-width: 2.5em;
}

/* line 84, node_modules/bulma/sass/components/pagination.sass */
.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
  border-color: #b5b5b5;
  color: #363636;
}

/* line 87, node_modules/bulma/sass/components/pagination.sass */
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
  border-color: #8c67ef;
}

/* line 89, node_modules/bulma/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, node_modules/bulma/sass/components/pagination.sass */
.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled] {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  box-shadow: none;
  color: #7a7a7a;
  opacity: 0.5;
}

/* line 98, node_modules/bulma/sass/components/pagination.sass */
.pagination-previous,
.pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

/* line 105, node_modules/bulma/sass/components/pagination.sass */
.pagination-link.is-current {
  background-color: #8c67ef;
  border-color: #8c67ef;
  color: #fff;
}

/* line 110, node_modules/bulma/sass/components/pagination.sass */
.pagination-ellipsis {
  color: #b5b5b5;
  pointer-events: none;
}

/* line 114, node_modules/bulma/sass/components/pagination.sass */
.pagination-list {
  flex-wrap: wrap;
}

/* line 116, node_modules/bulma/sass/components/pagination.sass */
.pagination-list li {
  list-style: none;
}

@media screen and (max-width: 768px) {
  /* line 120, node_modules/bulma/sass/components/pagination.sass */
  .pagination {
    flex-wrap: wrap;
  }
  /* line 122, node_modules/bulma/sass/components/pagination.sass */
  .pagination-previous,
.pagination-next {
    flex-grow: 1;
    flex-shrink: 1;
  }
  /* line 127, node_modules/bulma/sass/components/pagination.sass */
  .pagination-list li {
    flex-grow: 1;
    flex-shrink: 1;
  }
}

@media screen and (min-width: 769px), print {
  /* line 132, node_modules/bulma/sass/components/pagination.sass */
  .pagination-list {
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    order: 1;
  }
  /* line 137, node_modules/bulma/sass/components/pagination.sass */
  .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
    margin-bottom: 0;
    margin-top: 0;
  }
  /* line 143, node_modules/bulma/sass/components/pagination.sass */
  .pagination-previous {
    order: 2;
  }
  /* line 145, node_modules/bulma/sass/components/pagination.sass */
  .pagination-next {
    order: 3;
  }
  /* line 147, node_modules/bulma/sass/components/pagination.sass */
  .pagination {
    justify-content: space-between;
    margin-bottom: 0;
    margin-top: 0;
  }
  /* line 152, node_modules/bulma/sass/components/pagination.sass */
  .pagination.is-centered .pagination-previous {
    order: 1;
  }
  /* line 154, node_modules/bulma/sass/components/pagination.sass */
  .pagination.is-centered .pagination-list {
    justify-content: center;
    order: 2;
  }
  /* line 157, node_modules/bulma/sass/components/pagination.sass */
  .pagination.is-centered .pagination-next {
    order: 3;
  }
  /* line 160, node_modules/bulma/sass/components/pagination.sass */
  .pagination.is-right .pagination-previous {
    order: 1;
  }
  /* line 162, node_modules/bulma/sass/components/pagination.sass */
  .pagination.is-right .pagination-next {
    order: 2;
  }
  /* line 164, node_modules/bulma/sass/components/pagination.sass */
  .pagination.is-right .pagination-list {
    justify-content: flex-end;
    order: 3;
  }
}

/* line 33, node_modules/bulma/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, node_modules/bulma/sass/components/panel.sass */
.panel:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 44, node_modules/bulma/sass/components/panel.sass */
.panel.is-white .panel-heading {
  background-color: white;
  color: #0a0a0a;
}

/* line 47, node_modules/bulma/sass/components/panel.sass */
.panel.is-white .panel-tabs a.is-active {
  border-bottom-color: white;
}

/* line 49, node_modules/bulma/sass/components/panel.sass */
.panel.is-white .panel-block.is-active .panel-icon {
  color: white;
}

/* line 44, node_modules/bulma/sass/components/panel.sass */
.panel.is-black .panel-heading {
  background-color: #0a0a0a;
  color: white;
}

/* line 47, node_modules/bulma/sass/components/panel.sass */
.panel.is-black .panel-tabs a.is-active {
  border-bottom-color: #0a0a0a;
}

/* line 49, node_modules/bulma/sass/components/panel.sass */
.panel.is-black .panel-block.is-active .panel-icon {
  color: #0a0a0a;
}

/* line 44, node_modules/bulma/sass/components/panel.sass */
.panel.is-light .panel-heading {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

/* line 47, node_modules/bulma/sass/components/panel.sass */
.panel.is-light .panel-tabs a.is-active {
  border-bottom-color: whitesmoke;
}

/* line 49, node_modules/bulma/sass/components/panel.sass */
.panel.is-light .panel-block.is-active .panel-icon {
  color: whitesmoke;
}

/* line 44, node_modules/bulma/sass/components/panel.sass */
.panel.is-dark .panel-heading {
  background-color: #363636;
  color: #fff;
}

/* line 47, node_modules/bulma/sass/components/panel.sass */
.panel.is-dark .panel-tabs a.is-active {
  border-bottom-color: #363636;
}

/* line 49, node_modules/bulma/sass/components/panel.sass */
.panel.is-dark .panel-block.is-active .panel-icon {
  color: #363636;
}

/* line 44, node_modules/bulma/sass/components/panel.sass */
.panel.is-primary .panel-heading {
  background-color: #8c67ef;
  color: #fff;
}

/* line 47, node_modules/bulma/sass/components/panel.sass */
.panel.is-primary .panel-tabs a.is-active {
  border-bottom-color: #8c67ef;
}

/* line 49, node_modules/bulma/sass/components/panel.sass */
.panel.is-primary .panel-block.is-active .panel-icon {
  color: #8c67ef;
}

/* line 44, node_modules/bulma/sass/components/panel.sass */
.panel.is-link .panel-heading {
  background-color: #485fc7;
  color: #fff;
}

/* line 47, node_modules/bulma/sass/components/panel.sass */
.panel.is-link .panel-tabs a.is-active {
  border-bottom-color: #485fc7;
}

/* line 49, node_modules/bulma/sass/components/panel.sass */
.panel.is-link .panel-block.is-active .panel-icon {
  color: #485fc7;
}

/* line 44, node_modules/bulma/sass/components/panel.sass */
.panel.is-info .panel-heading {
  background-color: #3e8ed0;
  color: #fff;
}

/* line 47, node_modules/bulma/sass/components/panel.sass */
.panel.is-info .panel-tabs a.is-active {
  border-bottom-color: #3e8ed0;
}

/* line 49, node_modules/bulma/sass/components/panel.sass */
.panel.is-info .panel-block.is-active .panel-icon {
  color: #3e8ed0;
}

/* line 44, node_modules/bulma/sass/components/panel.sass */
.panel.is-success .panel-heading {
  background-color: #48c78e;
  color: #fff;
}

/* line 47, node_modules/bulma/sass/components/panel.sass */
.panel.is-success .panel-tabs a.is-active {
  border-bottom-color: #48c78e;
}

/* line 49, node_modules/bulma/sass/components/panel.sass */
.panel.is-success .panel-block.is-active .panel-icon {
  color: #48c78e;
}

/* line 44, node_modules/bulma/sass/components/panel.sass */
.panel.is-warning .panel-heading {
  background-color: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}

/* line 47, node_modules/bulma/sass/components/panel.sass */
.panel.is-warning .panel-tabs a.is-active {
  border-bottom-color: #ffe08a;
}

/* line 49, node_modules/bulma/sass/components/panel.sass */
.panel.is-warning .panel-block.is-active .panel-icon {
  color: #ffe08a;
}

/* line 44, node_modules/bulma/sass/components/panel.sass */
.panel.is-danger .panel-heading {
  background-color: #f14668;
  color: #fff;
}

/* line 47, node_modules/bulma/sass/components/panel.sass */
.panel.is-danger .panel-tabs a.is-active {
  border-bottom-color: #f14668;
}

/* line 49, node_modules/bulma/sass/components/panel.sass */
.panel.is-danger .panel-block.is-active .panel-icon {
  color: #f14668;
}

/* line 54, node_modules/bulma/sass/components/panel.sass */
.panel-tabs:not(:last-child),
.panel-block:not(:last-child) {
  border-bottom: 1px solid #ededed;
}

/* line 57, node_modules/bulma/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, node_modules/bulma/sass/components/panel.sass */
.panel-tabs {
  align-items: flex-end;
  display: flex;
  font-size: 0.875em;
  justify-content: center;
}

/* line 71, node_modules/bulma/sass/components/panel.sass */
.panel-tabs a {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: -1px;
  padding: 0.5em;
}

/* line 76, node_modules/bulma/sass/components/panel.sass */
.panel-tabs a.is-active {
  border-bottom-color: #4a4a4a;
  color: #363636;
}

/* line 81, node_modules/bulma/sass/components/panel.sass */
.panel-list a {
  color: #4a4a4a;
}

/* line 83, node_modules/bulma/sass/components/panel.sass */
.panel-list a:hover {
  color: #8c67ef;
}

/* line 86, node_modules/bulma/sass/components/panel.sass */
.panel-block {
  align-items: center;
  color: #363636;
  display: flex;
  justify-content: flex-start;
  padding: 0.5em 0.75em;
}

/* line 92, node_modules/bulma/sass/components/panel.sass */
.panel-block input[type="checkbox"] {
  margin-right: 0.75em;
}

/* line 94, node_modules/bulma/sass/components/panel.sass */
.panel-block > .control {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}

/* line 98, node_modules/bulma/sass/components/panel.sass */
.panel-block.is-wrapped {
  flex-wrap: wrap;
}

/* line 100, node_modules/bulma/sass/components/panel.sass */
.panel-block.is-active {
  border-left-color: #8c67ef;
  color: #363636;
}

/* line 103, node_modules/bulma/sass/components/panel.sass */
.panel-block.is-active .panel-icon {
  color: #8c67ef;
}

/* line 105, node_modules/bulma/sass/components/panel.sass */
.panel-block:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 109, node_modules/bulma/sass/components/panel.sass */
a.panel-block,
label.panel-block {
  cursor: pointer;
}

/* line 112, node_modules/bulma/sass/components/panel.sass */
a.panel-block:hover,
label.panel-block:hover {
  background-color: whitesmoke;
}

/* line 115, node_modules/bulma/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, node_modules/bulma/sass/components/panel.sass */
.panel-icon .fa {
  font-size: inherit;
  line-height: inherit;
}

/* line 31, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/sass/components/tabs.sass */
.tabs a:hover {
  border-bottom-color: #363636;
  color: #363636;
}

/* line 56, node_modules/bulma/sass/components/tabs.sass */
.tabs li {
  display: block;
}

/* line 59, node_modules/bulma/sass/components/tabs.sass */
.tabs li.is-active a {
  border-bottom-color: #8c67ef;
  color: #8c67ef;
}

/* line 62, node_modules/bulma/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, node_modules/bulma/sass/components/tabs.sass */
.tabs ul.is-left {
  padding-right: 0.75em;
}

/* line 73, node_modules/bulma/sass/components/tabs.sass */
.tabs ul.is-center {
  flex: none;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
}

/* line 78, node_modules/bulma/sass/components/tabs.sass */
.tabs ul.is-right {
  justify-content: flex-end;
  padding-left: 0.75em;
}

/* line 82, node_modules/bulma/sass/components/tabs.sass */
.tabs .icon:first-child {
  margin-right: 0.5em;
}

/* line 84, node_modules/bulma/sass/components/tabs.sass */
.tabs .icon:last-child {
  margin-left: 0.5em;
}

/* line 88, node_modules/bulma/sass/components/tabs.sass */
.tabs.is-centered ul {
  justify-content: center;
}

/* line 91, node_modules/bulma/sass/components/tabs.sass */
.tabs.is-right ul {
  justify-content: flex-end;
}

/* line 95, node_modules/bulma/sass/components/tabs.sass */
.tabs.is-boxed a {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 101, node_modules/bulma/sass/components/tabs.sass */
.tabs.is-boxed a:hover {
  background-color: whitesmoke;
  border-bottom-color: #dbdbdb;
}

/* line 106, node_modules/bulma/sass/components/tabs.sass */
.tabs.is-boxed li.is-active a {
  background-color: white;
  border-color: #dbdbdb;
  border-bottom-color: transparent !important;
}

/* line 111, node_modules/bulma/sass/components/tabs.sass */
.tabs.is-fullwidth li {
  flex-grow: 1;
  flex-shrink: 0;
}

/* line 115, node_modules/bulma/sass/components/tabs.sass */
.tabs.is-toggle a {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative;
}

/* line 121, node_modules/bulma/sass/components/tabs.sass */
.tabs.is-toggle a:hover {
  background-color: whitesmoke;
  border-color: #b5b5b5;
  z-index: 2;
}

/* line 126, node_modules/bulma/sass/components/tabs.sass */
.tabs.is-toggle li + li {
  margin-left: -1px;
}

/* line 128, node_modules/bulma/sass/components/tabs.sass */
.tabs.is-toggle li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 135, node_modules/bulma/sass/components/tabs.sass */
.tabs.is-toggle li:last-child a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 143, node_modules/bulma/sass/components/tabs.sass */
.tabs.is-toggle li.is-active a {
  background-color: #8c67ef;
  border-color: #8c67ef;
  color: #fff;
  z-index: 1;
}

/* line 148, node_modules/bulma/sass/components/tabs.sass */
.tabs.is-toggle ul {
  border-bottom: none;
}

/* line 152, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/sass/components/tabs.sass */
.tabs.is-small {
  font-size: 0.75rem;
}

/* line 173, node_modules/bulma/sass/components/tabs.sass */
.tabs.is-medium {
  font-size: 1.25rem;
}

/* line 175, node_modules/bulma/sass/components/tabs.sass */
.tabs.is-large {
  font-size: 1.5rem;
}

/* Bulma Grid */
/* line 5, node_modules/bulma/sass/grid/columns.sass */
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}

/* line 11, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-narrow {
  flex: none;
  width: unset;
}

/* line 14, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}

/* line 17, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}

/* line 20, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}

/* line 23, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}

/* line 26, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}

/* line 29, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}

/* line 32, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}

/* line 35, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}

/* line 38, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}

/* line 41, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}

/* line 44, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}

/* line 46, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}

/* line 48, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}

/* line 50, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}

/* line 52, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}

/* line 54, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}

/* line 56, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}

/* line 58, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}

/* line 60, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}

/* line 63, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-0 {
  flex: none;
  width: 0%;
}

/* line 66, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}

/* line 63, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.33333337%;
}

/* line 66, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333337%;
}

/* line 63, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.66666674%;
}

/* line 66, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66666674%;
}

/* line 63, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}

/* line 66, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}

/* line 63, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.33333337%;
}

/* line 66, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333337%;
}

/* line 63, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.66666674%;
}

/* line 66, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66666674%;
}

/* line 63, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}

/* line 66, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}

/* line 63, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.33333337%;
}

/* line 66, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333337%;
}

/* line 63, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.66666674%;
}

/* line 66, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66666674%;
}

/* line 63, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}

/* line 66, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}

/* line 63, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.33333337%;
}

/* line 66, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333337%;
}

/* line 63, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.66666674%;
}

/* line 66, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66666674%;
}

/* line 63, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}

/* line 66, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}

@media screen and (max-width: 768px) {
  /* line 69, node_modules/bulma/sass/grid/columns.sass */
  .column.is-narrow-mobile {
    flex: none;
    width: unset;
  }
  /* line 72, node_modules/bulma/sass/grid/columns.sass */
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  /* line 75, node_modules/bulma/sass/grid/columns.sass */
  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  /* line 78, node_modules/bulma/sass/grid/columns.sass */
  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  /* line 81, node_modules/bulma/sass/grid/columns.sass */
  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  /* line 84, node_modules/bulma/sass/grid/columns.sass */
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  /* line 87, node_modules/bulma/sass/grid/columns.sass */
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  /* line 90, node_modules/bulma/sass/grid/columns.sass */
  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  /* line 93, node_modules/bulma/sass/grid/columns.sass */
  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  /* line 96, node_modules/bulma/sass/grid/columns.sass */
  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  /* line 99, node_modules/bulma/sass/grid/columns.sass */
  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  /* line 102, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  /* line 104, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  /* line 106, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  /* line 108, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  /* line 110, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  /* line 112, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  /* line 114, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  /* line 116, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  /* line 118, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  /* line 121, node_modules/bulma/sass/grid/columns.sass */
  .column.is-0-mobile {
    flex: none;
    width: 0%;
  }
  /* line 124, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-0-mobile {
    margin-left: 0%;
  }
  /* line 121, node_modules/bulma/sass/grid/columns.sass */
  .column.is-1-mobile {
    flex: none;
    width: 8.33333337%;
  }
  /* line 124, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-1-mobile {
    margin-left: 8.33333337%;
  }
  /* line 121, node_modules/bulma/sass/grid/columns.sass */
  .column.is-2-mobile {
    flex: none;
    width: 16.66666674%;
  }
  /* line 124, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-2-mobile {
    margin-left: 16.66666674%;
  }
  /* line 121, node_modules/bulma/sass/grid/columns.sass */
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  /* line 124, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  /* line 121, node_modules/bulma/sass/grid/columns.sass */
  .column.is-4-mobile {
    flex: none;
    width: 33.33333337%;
  }
  /* line 124, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-4-mobile {
    margin-left: 33.33333337%;
  }
  /* line 121, node_modules/bulma/sass/grid/columns.sass */
  .column.is-5-mobile {
    flex: none;
    width: 41.66666674%;
  }
  /* line 124, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-5-mobile {
    margin-left: 41.66666674%;
  }
  /* line 121, node_modules/bulma/sass/grid/columns.sass */
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  /* line 124, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  /* line 121, node_modules/bulma/sass/grid/columns.sass */
  .column.is-7-mobile {
    flex: none;
    width: 58.33333337%;
  }
  /* line 124, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-7-mobile {
    margin-left: 58.33333337%;
  }
  /* line 121, node_modules/bulma/sass/grid/columns.sass */
  .column.is-8-mobile {
    flex: none;
    width: 66.66666674%;
  }
  /* line 124, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-8-mobile {
    margin-left: 66.66666674%;
  }
  /* line 121, node_modules/bulma/sass/grid/columns.sass */
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  /* line 124, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  /* line 121, node_modules/bulma/sass/grid/columns.sass */
  .column.is-10-mobile {
    flex: none;
    width: 83.33333337%;
  }
  /* line 124, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-10-mobile {
    margin-left: 83.33333337%;
  }
  /* line 121, node_modules/bulma/sass/grid/columns.sass */
  .column.is-11-mobile {
    flex: none;
    width: 91.66666674%;
  }
  /* line 124, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-11-mobile {
    margin-left: 91.66666674%;
  }
  /* line 121, node_modules/bulma/sass/grid/columns.sass */
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  /* line 124, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}

@media screen and (min-width: 769px), print {
  /* line 127, node_modules/bulma/sass/grid/columns.sass */
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
    width: unset;
  }
  /* line 131, node_modules/bulma/sass/grid/columns.sass */
  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  /* line 135, node_modules/bulma/sass/grid/columns.sass */
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  /* line 139, node_modules/bulma/sass/grid/columns.sass */
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  /* line 143, node_modules/bulma/sass/grid/columns.sass */
  .column.is-half, .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  /* line 147, node_modules/bulma/sass/grid/columns.sass */
  .column.is-one-third, .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  /* line 151, node_modules/bulma/sass/grid/columns.sass */
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  /* line 155, node_modules/bulma/sass/grid/columns.sass */
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  /* line 159, node_modules/bulma/sass/grid/columns.sass */
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  /* line 163, node_modules/bulma/sass/grid/columns.sass */
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  /* line 167, node_modules/bulma/sass/grid/columns.sass */
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  /* line 171, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  /* line 174, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  /* line 177, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  /* line 180, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  /* line 183, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  /* line 186, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  /* line 189, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  /* line 192, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  /* line 195, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  /* line 199, node_modules/bulma/sass/grid/columns.sass */
  .column.is-0, .column.is-0-tablet {
    flex: none;
    width: 0%;
  }
  /* line 202, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-0, .column.is-offset-0-tablet {
    margin-left: 0%;
  }
  /* line 199, node_modules/bulma/sass/grid/columns.sass */
  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.33333337%;
  }
  /* line 202, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.33333337%;
  }
  /* line 199, node_modules/bulma/sass/grid/columns.sass */
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.66666674%;
  }
  /* line 202, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.66666674%;
  }
  /* line 199, node_modules/bulma/sass/grid/columns.sass */
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  /* line 202, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  /* line 199, node_modules/bulma/sass/grid/columns.sass */
  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.33333337%;
  }
  /* line 202, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.33333337%;
  }
  /* line 199, node_modules/bulma/sass/grid/columns.sass */
  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.66666674%;
  }
  /* line 202, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.66666674%;
  }
  /* line 199, node_modules/bulma/sass/grid/columns.sass */
  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  /* line 202, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  /* line 199, node_modules/bulma/sass/grid/columns.sass */
  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.33333337%;
  }
  /* line 202, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.33333337%;
  }
  /* line 199, node_modules/bulma/sass/grid/columns.sass */
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.66666674%;
  }
  /* line 202, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.66666674%;
  }
  /* line 199, node_modules/bulma/sass/grid/columns.sass */
  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  /* line 202, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  /* line 199, node_modules/bulma/sass/grid/columns.sass */
  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.33333337%;
  }
  /* line 202, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.33333337%;
  }
  /* line 199, node_modules/bulma/sass/grid/columns.sass */
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.66666674%;
  }
  /* line 202, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.66666674%;
  }
  /* line 199, node_modules/bulma/sass/grid/columns.sass */
  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  /* line 202, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}

@media screen and (max-width: 1023px) {
  /* line 205, node_modules/bulma/sass/grid/columns.sass */
  .column.is-narrow-touch {
    flex: none;
    width: unset;
  }
  /* line 208, node_modules/bulma/sass/grid/columns.sass */
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  /* line 211, node_modules/bulma/sass/grid/columns.sass */
  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  /* line 214, node_modules/bulma/sass/grid/columns.sass */
  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  /* line 217, node_modules/bulma/sass/grid/columns.sass */
  .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  /* line 220, node_modules/bulma/sass/grid/columns.sass */
  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  /* line 223, node_modules/bulma/sass/grid/columns.sass */
  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  /* line 226, node_modules/bulma/sass/grid/columns.sass */
  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  /* line 229, node_modules/bulma/sass/grid/columns.sass */
  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  /* line 232, node_modules/bulma/sass/grid/columns.sass */
  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  /* line 235, node_modules/bulma/sass/grid/columns.sass */
  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  /* line 238, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  /* line 240, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  /* line 242, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  /* line 244, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  /* line 246, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  /* line 248, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  /* line 250, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  /* line 252, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  /* line 254, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  /* line 257, node_modules/bulma/sass/grid/columns.sass */
  .column.is-0-touch {
    flex: none;
    width: 0%;
  }
  /* line 260, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-0-touch {
    margin-left: 0%;
  }
  /* line 257, node_modules/bulma/sass/grid/columns.sass */
  .column.is-1-touch {
    flex: none;
    width: 8.33333337%;
  }
  /* line 260, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-1-touch {
    margin-left: 8.33333337%;
  }
  /* line 257, node_modules/bulma/sass/grid/columns.sass */
  .column.is-2-touch {
    flex: none;
    width: 16.66666674%;
  }
  /* line 260, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-2-touch {
    margin-left: 16.66666674%;
  }
  /* line 257, node_modules/bulma/sass/grid/columns.sass */
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  /* line 260, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  /* line 257, node_modules/bulma/sass/grid/columns.sass */
  .column.is-4-touch {
    flex: none;
    width: 33.33333337%;
  }
  /* line 260, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-4-touch {
    margin-left: 33.33333337%;
  }
  /* line 257, node_modules/bulma/sass/grid/columns.sass */
  .column.is-5-touch {
    flex: none;
    width: 41.66666674%;
  }
  /* line 260, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-5-touch {
    margin-left: 41.66666674%;
  }
  /* line 257, node_modules/bulma/sass/grid/columns.sass */
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  /* line 260, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  /* line 257, node_modules/bulma/sass/grid/columns.sass */
  .column.is-7-touch {
    flex: none;
    width: 58.33333337%;
  }
  /* line 260, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-7-touch {
    margin-left: 58.33333337%;
  }
  /* line 257, node_modules/bulma/sass/grid/columns.sass */
  .column.is-8-touch {
    flex: none;
    width: 66.66666674%;
  }
  /* line 260, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-8-touch {
    margin-left: 66.66666674%;
  }
  /* line 257, node_modules/bulma/sass/grid/columns.sass */
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  /* line 260, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  /* line 257, node_modules/bulma/sass/grid/columns.sass */
  .column.is-10-touch {
    flex: none;
    width: 83.33333337%;
  }
  /* line 260, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-10-touch {
    margin-left: 83.33333337%;
  }
  /* line 257, node_modules/bulma/sass/grid/columns.sass */
  .column.is-11-touch {
    flex: none;
    width: 91.66666674%;
  }
  /* line 260, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-11-touch {
    margin-left: 91.66666674%;
  }
  /* line 257, node_modules/bulma/sass/grid/columns.sass */
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  /* line 260, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1024px) {
  /* line 263, node_modules/bulma/sass/grid/columns.sass */
  .column.is-narrow-desktop {
    flex: none;
    width: unset;
  }
  /* line 266, node_modules/bulma/sass/grid/columns.sass */
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  /* line 269, node_modules/bulma/sass/grid/columns.sass */
  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  /* line 272, node_modules/bulma/sass/grid/columns.sass */
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  /* line 275, node_modules/bulma/sass/grid/columns.sass */
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  /* line 278, node_modules/bulma/sass/grid/columns.sass */
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  /* line 281, node_modules/bulma/sass/grid/columns.sass */
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  /* line 284, node_modules/bulma/sass/grid/columns.sass */
  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  /* line 287, node_modules/bulma/sass/grid/columns.sass */
  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  /* line 290, node_modules/bulma/sass/grid/columns.sass */
  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  /* line 293, node_modules/bulma/sass/grid/columns.sass */
  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  /* line 296, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  /* line 298, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  /* line 300, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  /* line 302, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  /* line 304, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  /* line 306, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  /* line 308, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  /* line 310, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  /* line 312, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  /* line 315, node_modules/bulma/sass/grid/columns.sass */
  .column.is-0-desktop {
    flex: none;
    width: 0%;
  }
  /* line 318, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-0-desktop {
    margin-left: 0%;
  }
  /* line 315, node_modules/bulma/sass/grid/columns.sass */
  .column.is-1-desktop {
    flex: none;
    width: 8.33333337%;
  }
  /* line 318, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-1-desktop {
    margin-left: 8.33333337%;
  }
  /* line 315, node_modules/bulma/sass/grid/columns.sass */
  .column.is-2-desktop {
    flex: none;
    width: 16.66666674%;
  }
  /* line 318, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-2-desktop {
    margin-left: 16.66666674%;
  }
  /* line 315, node_modules/bulma/sass/grid/columns.sass */
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  /* line 318, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  /* line 315, node_modules/bulma/sass/grid/columns.sass */
  .column.is-4-desktop {
    flex: none;
    width: 33.33333337%;
  }
  /* line 318, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-4-desktop {
    margin-left: 33.33333337%;
  }
  /* line 315, node_modules/bulma/sass/grid/columns.sass */
  .column.is-5-desktop {
    flex: none;
    width: 41.66666674%;
  }
  /* line 318, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-5-desktop {
    margin-left: 41.66666674%;
  }
  /* line 315, node_modules/bulma/sass/grid/columns.sass */
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  /* line 318, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  /* line 315, node_modules/bulma/sass/grid/columns.sass */
  .column.is-7-desktop {
    flex: none;
    width: 58.33333337%;
  }
  /* line 318, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-7-desktop {
    margin-left: 58.33333337%;
  }
  /* line 315, node_modules/bulma/sass/grid/columns.sass */
  .column.is-8-desktop {
    flex: none;
    width: 66.66666674%;
  }
  /* line 318, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-8-desktop {
    margin-left: 66.66666674%;
  }
  /* line 315, node_modules/bulma/sass/grid/columns.sass */
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  /* line 318, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  /* line 315, node_modules/bulma/sass/grid/columns.sass */
  .column.is-10-desktop {
    flex: none;
    width: 83.33333337%;
  }
  /* line 318, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-10-desktop {
    margin-left: 83.33333337%;
  }
  /* line 315, node_modules/bulma/sass/grid/columns.sass */
  .column.is-11-desktop {
    flex: none;
    width: 91.66666674%;
  }
  /* line 318, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-11-desktop {
    margin-left: 91.66666674%;
  }
  /* line 315, node_modules/bulma/sass/grid/columns.sass */
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  /* line 318, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1216px) {
  /* line 321, node_modules/bulma/sass/grid/columns.sass */
  .column.is-narrow-widescreen {
    flex: none;
    width: unset;
  }
  /* line 324, node_modules/bulma/sass/grid/columns.sass */
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  /* line 327, node_modules/bulma/sass/grid/columns.sass */
  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  /* line 330, node_modules/bulma/sass/grid/columns.sass */
  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  /* line 333, node_modules/bulma/sass/grid/columns.sass */
  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }
  /* line 336, node_modules/bulma/sass/grid/columns.sass */
  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  /* line 339, node_modules/bulma/sass/grid/columns.sass */
  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  /* line 342, node_modules/bulma/sass/grid/columns.sass */
  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  /* line 345, node_modules/bulma/sass/grid/columns.sass */
  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  /* line 348, node_modules/bulma/sass/grid/columns.sass */
  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  /* line 351, node_modules/bulma/sass/grid/columns.sass */
  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  /* line 354, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  /* line 356, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  /* line 358, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  /* line 360, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  /* line 362, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  /* line 364, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  /* line 366, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  /* line 368, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  /* line 370, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  /* line 373, node_modules/bulma/sass/grid/columns.sass */
  .column.is-0-widescreen {
    flex: none;
    width: 0%;
  }
  /* line 376, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }
  /* line 373, node_modules/bulma/sass/grid/columns.sass */
  .column.is-1-widescreen {
    flex: none;
    width: 8.33333337%;
  }
  /* line 376, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-1-widescreen {
    margin-left: 8.33333337%;
  }
  /* line 373, node_modules/bulma/sass/grid/columns.sass */
  .column.is-2-widescreen {
    flex: none;
    width: 16.66666674%;
  }
  /* line 376, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-2-widescreen {
    margin-left: 16.66666674%;
  }
  /* line 373, node_modules/bulma/sass/grid/columns.sass */
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  /* line 376, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  /* line 373, node_modules/bulma/sass/grid/columns.sass */
  .column.is-4-widescreen {
    flex: none;
    width: 33.33333337%;
  }
  /* line 376, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-4-widescreen {
    margin-left: 33.33333337%;
  }
  /* line 373, node_modules/bulma/sass/grid/columns.sass */
  .column.is-5-widescreen {
    flex: none;
    width: 41.66666674%;
  }
  /* line 376, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-5-widescreen {
    margin-left: 41.66666674%;
  }
  /* line 373, node_modules/bulma/sass/grid/columns.sass */
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  /* line 376, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  /* line 373, node_modules/bulma/sass/grid/columns.sass */
  .column.is-7-widescreen {
    flex: none;
    width: 58.33333337%;
  }
  /* line 376, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-7-widescreen {
    margin-left: 58.33333337%;
  }
  /* line 373, node_modules/bulma/sass/grid/columns.sass */
  .column.is-8-widescreen {
    flex: none;
    width: 66.66666674%;
  }
  /* line 376, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-8-widescreen {
    margin-left: 66.66666674%;
  }
  /* line 373, node_modules/bulma/sass/grid/columns.sass */
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  /* line 376, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  /* line 373, node_modules/bulma/sass/grid/columns.sass */
  .column.is-10-widescreen {
    flex: none;
    width: 83.33333337%;
  }
  /* line 376, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-10-widescreen {
    margin-left: 83.33333337%;
  }
  /* line 373, node_modules/bulma/sass/grid/columns.sass */
  .column.is-11-widescreen {
    flex: none;
    width: 91.66666674%;
  }
  /* line 376, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-11-widescreen {
    margin-left: 91.66666674%;
  }
  /* line 373, node_modules/bulma/sass/grid/columns.sass */
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  /* line 376, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1408px) {
  /* line 379, node_modules/bulma/sass/grid/columns.sass */
  .column.is-narrow-fullhd {
    flex: none;
    width: unset;
  }
  /* line 382, node_modules/bulma/sass/grid/columns.sass */
  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }
  /* line 385, node_modules/bulma/sass/grid/columns.sass */
  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }
  /* line 388, node_modules/bulma/sass/grid/columns.sass */
  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }
  /* line 391, node_modules/bulma/sass/grid/columns.sass */
  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }
  /* line 394, node_modules/bulma/sass/grid/columns.sass */
  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }
  /* line 397, node_modules/bulma/sass/grid/columns.sass */
  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }
  /* line 400, node_modules/bulma/sass/grid/columns.sass */
  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }
  /* line 403, node_modules/bulma/sass/grid/columns.sass */
  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }
  /* line 406, node_modules/bulma/sass/grid/columns.sass */
  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }
  /* line 409, node_modules/bulma/sass/grid/columns.sass */
  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }
  /* line 412, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  /* line 414, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  /* line 416, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  /* line 418, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  /* line 420, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  /* line 422, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  /* line 424, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  /* line 426, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  /* line 428, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  /* line 431, node_modules/bulma/sass/grid/columns.sass */
  .column.is-0-fullhd {
    flex: none;
    width: 0%;
  }
  /* line 434, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }
  /* line 431, node_modules/bulma/sass/grid/columns.sass */
  .column.is-1-fullhd {
    flex: none;
    width: 8.33333337%;
  }
  /* line 434, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-1-fullhd {
    margin-left: 8.33333337%;
  }
  /* line 431, node_modules/bulma/sass/grid/columns.sass */
  .column.is-2-fullhd {
    flex: none;
    width: 16.66666674%;
  }
  /* line 434, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-2-fullhd {
    margin-left: 16.66666674%;
  }
  /* line 431, node_modules/bulma/sass/grid/columns.sass */
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  /* line 434, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  /* line 431, node_modules/bulma/sass/grid/columns.sass */
  .column.is-4-fullhd {
    flex: none;
    width: 33.33333337%;
  }
  /* line 434, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-4-fullhd {
    margin-left: 33.33333337%;
  }
  /* line 431, node_modules/bulma/sass/grid/columns.sass */
  .column.is-5-fullhd {
    flex: none;
    width: 41.66666674%;
  }
  /* line 434, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-5-fullhd {
    margin-left: 41.66666674%;
  }
  /* line 431, node_modules/bulma/sass/grid/columns.sass */
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  /* line 434, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  /* line 431, node_modules/bulma/sass/grid/columns.sass */
  .column.is-7-fullhd {
    flex: none;
    width: 58.33333337%;
  }
  /* line 434, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-7-fullhd {
    margin-left: 58.33333337%;
  }
  /* line 431, node_modules/bulma/sass/grid/columns.sass */
  .column.is-8-fullhd {
    flex: none;
    width: 66.66666674%;
  }
  /* line 434, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-8-fullhd {
    margin-left: 66.66666674%;
  }
  /* line 431, node_modules/bulma/sass/grid/columns.sass */
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  /* line 434, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  /* line 431, node_modules/bulma/sass/grid/columns.sass */
  .column.is-10-fullhd {
    flex: none;
    width: 83.33333337%;
  }
  /* line 434, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-10-fullhd {
    margin-left: 83.33333337%;
  }
  /* line 431, node_modules/bulma/sass/grid/columns.sass */
  .column.is-11-fullhd {
    flex: none;
    width: 91.66666674%;
  }
  /* line 434, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-11-fullhd {
    margin-left: 91.66666674%;
  }
  /* line 431, node_modules/bulma/sass/grid/columns.sass */
  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }
  /* line 434, node_modules/bulma/sass/grid/columns.sass */
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

/* line 437, node_modules/bulma/sass/grid/columns.sass */
.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

/* line 441, node_modules/bulma/sass/grid/columns.sass */
.columns:last-child {
  margin-bottom: -0.75rem;
}

/* line 443, node_modules/bulma/sass/grid/columns.sass */
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}

/* line 446, node_modules/bulma/sass/grid/columns.sass */
.columns.is-centered {
  justify-content: center;
}

/* line 448, node_modules/bulma/sass/grid/columns.sass */
.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

/* line 452, node_modules/bulma/sass/grid/columns.sass */
.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}

/* line 455, node_modules/bulma/sass/grid/columns.sass */
.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 457, node_modules/bulma/sass/grid/columns.sass */
.columns.is-gapless:last-child {
  margin-bottom: 0;
}

/* line 459, node_modules/bulma/sass/grid/columns.sass */
.columns.is-mobile {
  display: flex;
}

/* line 461, node_modules/bulma/sass/grid/columns.sass */
.columns.is-multiline {
  flex-wrap: wrap;
}

/* line 463, node_modules/bulma/sass/grid/columns.sass */
.columns.is-vcentered {
  align-items: center;
}

@media screen and (min-width: 769px), print {
  /* line 467, node_modules/bulma/sass/grid/columns.sass */
  .columns:not(.is-desktop) {
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  /* line 471, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-desktop {
    display: flex;
  }
}

/* line 475, node_modules/bulma/sass/grid/columns.sass */
.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}

/* line 479, node_modules/bulma/sass/grid/columns.sass */
.columns.is-variable > .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}

/* line 483, node_modules/bulma/sass/grid/columns.sass */
.columns.is-variable.is-0 {
  --columnGap: 0rem;
}

@media screen and (max-width: 768px) {
  /* line 486, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 489, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 492, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 495, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 498, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 501, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 504, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 507, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 510, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}

/* line 483, node_modules/bulma/sass/grid/columns.sass */
.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}

@media screen and (max-width: 768px) {
  /* line 486, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 489, node_modules/bulma/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, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 495, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 498, node_modules/bulma/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, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 504, node_modules/bulma/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, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 510, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}

/* line 483, node_modules/bulma/sass/grid/columns.sass */
.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}

@media screen and (max-width: 768px) {
  /* line 486, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 489, node_modules/bulma/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, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 495, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 498, node_modules/bulma/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, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 504, node_modules/bulma/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, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 510, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}

/* line 483, node_modules/bulma/sass/grid/columns.sass */
.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}

@media screen and (max-width: 768px) {
  /* line 486, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 489, node_modules/bulma/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, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 495, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 498, node_modules/bulma/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, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 504, node_modules/bulma/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, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 510, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}

/* line 483, node_modules/bulma/sass/grid/columns.sass */
.columns.is-variable.is-4 {
  --columnGap: 1rem;
}

@media screen and (max-width: 768px) {
  /* line 486, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 489, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 492, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 495, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 498, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 501, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 504, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 507, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 510, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}

/* line 483, node_modules/bulma/sass/grid/columns.sass */
.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}

@media screen and (max-width: 768px) {
  /* line 486, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 489, node_modules/bulma/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, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 495, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 498, node_modules/bulma/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, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 504, node_modules/bulma/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, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 510, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}

/* line 483, node_modules/bulma/sass/grid/columns.sass */
.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}

@media screen and (max-width: 768px) {
  /* line 486, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 489, node_modules/bulma/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, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 495, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 498, node_modules/bulma/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, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 504, node_modules/bulma/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, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 510, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}

/* line 483, node_modules/bulma/sass/grid/columns.sass */
.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}

@media screen and (max-width: 768px) {
  /* line 486, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 489, node_modules/bulma/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, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 495, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 498, node_modules/bulma/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, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 504, node_modules/bulma/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, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 510, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}

/* line 483, node_modules/bulma/sass/grid/columns.sass */
.columns.is-variable.is-8 {
  --columnGap: 2rem;
}

@media screen and (max-width: 768px) {
  /* line 486, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 489, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 492, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 495, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 498, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 501, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 504, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 507, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 510, node_modules/bulma/sass/grid/columns.sass */
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

/* line 5, node_modules/bulma/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, node_modules/bulma/sass/grid/tiles.sass */
.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

/* line 17, node_modules/bulma/sass/grid/tiles.sass */
.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}

/* line 19, node_modules/bulma/sass/grid/tiles.sass */
.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 21, node_modules/bulma/sass/grid/tiles.sass */
.tile.is-child {
  margin: 0 !important;
}

/* line 23, node_modules/bulma/sass/grid/tiles.sass */
.tile.is-parent {
  padding: 0.75rem;
}

/* line 25, node_modules/bulma/sass/grid/tiles.sass */
.tile.is-vertical {
  flex-direction: column;
}

/* line 27, node_modules/bulma/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, node_modules/bulma/sass/grid/tiles.sass */
  .tile:not(.is-child) {
    display: flex;
  }
  /* line 34, node_modules/bulma/sass/grid/tiles.sass */
  .tile.is-1 {
    flex: none;
    width: 8.33333337%;
  }
  /* line 34, node_modules/bulma/sass/grid/tiles.sass */
  .tile.is-2 {
    flex: none;
    width: 16.66666674%;
  }
  /* line 34, node_modules/bulma/sass/grid/tiles.sass */
  .tile.is-3 {
    flex: none;
    width: 25%;
  }
  /* line 34, node_modules/bulma/sass/grid/tiles.sass */
  .tile.is-4 {
    flex: none;
    width: 33.33333337%;
  }
  /* line 34, node_modules/bulma/sass/grid/tiles.sass */
  .tile.is-5 {
    flex: none;
    width: 41.66666674%;
  }
  /* line 34, node_modules/bulma/sass/grid/tiles.sass */
  .tile.is-6 {
    flex: none;
    width: 50%;
  }
  /* line 34, node_modules/bulma/sass/grid/tiles.sass */
  .tile.is-7 {
    flex: none;
    width: 58.33333337%;
  }
  /* line 34, node_modules/bulma/sass/grid/tiles.sass */
  .tile.is-8 {
    flex: none;
    width: 66.66666674%;
  }
  /* line 34, node_modules/bulma/sass/grid/tiles.sass */
  .tile.is-9 {
    flex: none;
    width: 75%;
  }
  /* line 34, node_modules/bulma/sass/grid/tiles.sass */
  .tile.is-10 {
    flex: none;
    width: 83.33333337%;
  }
  /* line 34, node_modules/bulma/sass/grid/tiles.sass */
  .tile.is-11 {
    flex: none;
    width: 91.66666674%;
  }
  /* line 34, node_modules/bulma/sass/grid/tiles.sass */
  .tile.is-12 {
    flex: none;
    width: 100%;
  }
}

/* Bulma Helpers */
/* line 5, node_modules/bulma/sass/helpers/color.sass */
.has-text-white {
  color: white !important;
}

/* line 8, node_modules/bulma/sass/helpers/color.sass */
a.has-text-white:hover, a.has-text-white:focus {
  color: #e6e6e6 !important;
}

/* line 11, node_modules/bulma/sass/helpers/color.sass */
.has-background-white {
  background-color: white !important;
}

/* line 5, node_modules/bulma/sass/helpers/color.sass */
.has-text-black {
  color: #0a0a0a !important;
}

/* line 8, node_modules/bulma/sass/helpers/color.sass */
a.has-text-black:hover, a.has-text-black:focus {
  color: black !important;
}

/* line 11, node_modules/bulma/sass/helpers/color.sass */
.has-background-black {
  background-color: #0a0a0a !important;
}

/* line 5, node_modules/bulma/sass/helpers/color.sass */
.has-text-light {
  color: whitesmoke !important;
}

/* line 8, node_modules/bulma/sass/helpers/color.sass */
a.has-text-light:hover, a.has-text-light:focus {
  color: #dbdbdb !important;
}

/* line 11, node_modules/bulma/sass/helpers/color.sass */
.has-background-light {
  background-color: whitesmoke !important;
}

/* line 5, node_modules/bulma/sass/helpers/color.sass */
.has-text-dark {
  color: #363636 !important;
}

/* line 8, node_modules/bulma/sass/helpers/color.sass */
a.has-text-dark:hover, a.has-text-dark:focus {
  color: #1c1c1c !important;
}

/* line 11, node_modules/bulma/sass/helpers/color.sass */
.has-background-dark {
  background-color: #363636 !important;
}

/* line 5, node_modules/bulma/sass/helpers/color.sass */
.has-text-primary {
  color: #8c67ef !important;
}

/* line 8, node_modules/bulma/sass/helpers/color.sass */
a.has-text-primary:hover, a.has-text-primary:focus {
  color: #6939ea !important;
}

/* line 11, node_modules/bulma/sass/helpers/color.sass */
.has-background-primary {
  background-color: #8c67ef !important;
}

/* line 17, node_modules/bulma/sass/helpers/color.sass */
.has-text-primary-light {
  color: #f1edfd !important;
}

/* line 20, node_modules/bulma/sass/helpers/color.sass */
a.has-text-primary-light:hover, a.has-text-primary-light:focus {
  color: #cebef8 !important;
}

/* line 23, node_modules/bulma/sass/helpers/color.sass */
.has-background-primary-light {
  background-color: #f1edfd !important;
}

/* line 26, node_modules/bulma/sass/helpers/color.sass */
.has-text-primary-dark {
  color: #4515c6 !important;
}

/* line 29, node_modules/bulma/sass/helpers/color.sass */
a.has-text-primary-dark:hover, a.has-text-primary-dark:focus {
  color: #5b26e8 !important;
}

/* line 32, node_modules/bulma/sass/helpers/color.sass */
.has-background-primary-dark {
  background-color: #4515c6 !important;
}

/* line 5, node_modules/bulma/sass/helpers/color.sass */
.has-text-link {
  color: #485fc7 !important;
}

/* line 8, node_modules/bulma/sass/helpers/color.sass */
a.has-text-link:hover, a.has-text-link:focus {
  color: #3449a8 !important;
}

/* line 11, node_modules/bulma/sass/helpers/color.sass */
.has-background-link {
  background-color: #485fc7 !important;
}

/* line 17, node_modules/bulma/sass/helpers/color.sass */
.has-text-link-light {
  color: #eff1fa !important;
}

/* line 20, node_modules/bulma/sass/helpers/color.sass */
a.has-text-link-light:hover, a.has-text-link-light:focus {
  color: #c8cfee !important;
}

/* line 23, node_modules/bulma/sass/helpers/color.sass */
.has-background-link-light {
  background-color: #eff1fa !important;
}

/* line 26, node_modules/bulma/sass/helpers/color.sass */
.has-text-link-dark {
  color: #3850b7 !important;
}

/* line 29, node_modules/bulma/sass/helpers/color.sass */
a.has-text-link-dark:hover, a.has-text-link-dark:focus {
  color: #576dcb !important;
}

/* line 32, node_modules/bulma/sass/helpers/color.sass */
.has-background-link-dark {
  background-color: #3850b7 !important;
}

/* line 5, node_modules/bulma/sass/helpers/color.sass */
.has-text-info {
  color: #3e8ed0 !important;
}

/* line 8, node_modules/bulma/sass/helpers/color.sass */
a.has-text-info:hover, a.has-text-info:focus {
  color: #2b74b1 !important;
}

/* line 11, node_modules/bulma/sass/helpers/color.sass */
.has-background-info {
  background-color: #3e8ed0 !important;
}

/* line 17, node_modules/bulma/sass/helpers/color.sass */
.has-text-info-light {
  color: #eff5fb !important;
}

/* line 20, node_modules/bulma/sass/helpers/color.sass */
a.has-text-info-light:hover, a.has-text-info-light:focus {
  color: #c6ddf1 !important;
}

/* line 23, node_modules/bulma/sass/helpers/color.sass */
.has-background-info-light {
  background-color: #eff5fb !important;
}

/* line 26, node_modules/bulma/sass/helpers/color.sass */
.has-text-info-dark {
  color: #296fa8 !important;
}

/* line 29, node_modules/bulma/sass/helpers/color.sass */
a.has-text-info-dark:hover, a.has-text-info-dark:focus {
  color: #368ace !important;
}

/* line 32, node_modules/bulma/sass/helpers/color.sass */
.has-background-info-dark {
  background-color: #296fa8 !important;
}

/* line 5, node_modules/bulma/sass/helpers/color.sass */
.has-text-success {
  color: #48c78e !important;
}

/* line 8, node_modules/bulma/sass/helpers/color.sass */
a.has-text-success:hover, a.has-text-success:focus {
  color: #34a873 !important;
}

/* line 11, node_modules/bulma/sass/helpers/color.sass */
.has-background-success {
  background-color: #48c78e !important;
}

/* line 17, node_modules/bulma/sass/helpers/color.sass */
.has-text-success-light {
  color: #effaf5 !important;
}

/* line 20, node_modules/bulma/sass/helpers/color.sass */
a.has-text-success-light:hover, a.has-text-success-light:focus {
  color: #c8eedd !important;
}

/* line 23, node_modules/bulma/sass/helpers/color.sass */
.has-background-success-light {
  background-color: #effaf5 !important;
}

/* line 26, node_modules/bulma/sass/helpers/color.sass */
.has-text-success-dark {
  color: #257953 !important;
}

/* line 29, node_modules/bulma/sass/helpers/color.sass */
a.has-text-success-dark:hover, a.has-text-success-dark:focus {
  color: #31a06e !important;
}

/* line 32, node_modules/bulma/sass/helpers/color.sass */
.has-background-success-dark {
  background-color: #257953 !important;
}

/* line 5, node_modules/bulma/sass/helpers/color.sass */
.has-text-warning {
  color: #ffe08a !important;
}

/* line 8, node_modules/bulma/sass/helpers/color.sass */
a.has-text-warning:hover, a.has-text-warning:focus {
  color: #ffd257 !important;
}

/* line 11, node_modules/bulma/sass/helpers/color.sass */
.has-background-warning {
  background-color: #ffe08a !important;
}

/* line 17, node_modules/bulma/sass/helpers/color.sass */
.has-text-warning-light {
  color: #fffaeb !important;
}

/* line 20, node_modules/bulma/sass/helpers/color.sass */
a.has-text-warning-light:hover, a.has-text-warning-light:focus {
  color: #ffecb8 !important;
}

/* line 23, node_modules/bulma/sass/helpers/color.sass */
.has-background-warning-light {
  background-color: #fffaeb !important;
}

/* line 26, node_modules/bulma/sass/helpers/color.sass */
.has-text-warning-dark {
  color: #946c00 !important;
}

/* line 29, node_modules/bulma/sass/helpers/color.sass */
a.has-text-warning-dark:hover, a.has-text-warning-dark:focus {
  color: #c79200 !important;
}

/* line 32, node_modules/bulma/sass/helpers/color.sass */
.has-background-warning-dark {
  background-color: #946c00 !important;
}

/* line 5, node_modules/bulma/sass/helpers/color.sass */
.has-text-danger {
  color: #f14668 !important;
}

/* line 8, node_modules/bulma/sass/helpers/color.sass */
a.has-text-danger:hover, a.has-text-danger:focus {
  color: #ee1742 !important;
}

/* line 11, node_modules/bulma/sass/helpers/color.sass */
.has-background-danger {
  background-color: #f14668 !important;
}

/* line 17, node_modules/bulma/sass/helpers/color.sass */
.has-text-danger-light {
  color: #feecf0 !important;
}

/* line 20, node_modules/bulma/sass/helpers/color.sass */
a.has-text-danger-light:hover, a.has-text-danger-light:focus {
  color: #fabdc9 !important;
}

/* line 23, node_modules/bulma/sass/helpers/color.sass */
.has-background-danger-light {
  background-color: #feecf0 !important;
}

/* line 26, node_modules/bulma/sass/helpers/color.sass */
.has-text-danger-dark {
  color: #cc0f35 !important;
}

/* line 29, node_modules/bulma/sass/helpers/color.sass */
a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
  color: #ee2049 !important;
}

/* line 32, node_modules/bulma/sass/helpers/color.sass */
.has-background-danger-dark {
  background-color: #cc0f35 !important;
}

/* line 36, node_modules/bulma/sass/helpers/color.sass */
.has-text-black-bis {
  color: #121212 !important;
}

/* line 38, node_modules/bulma/sass/helpers/color.sass */
.has-background-black-bis {
  background-color: #121212 !important;
}

/* line 36, node_modules/bulma/sass/helpers/color.sass */
.has-text-black-ter {
  color: #242424 !important;
}

/* line 38, node_modules/bulma/sass/helpers/color.sass */
.has-background-black-ter {
  background-color: #242424 !important;
}

/* line 36, node_modules/bulma/sass/helpers/color.sass */
.has-text-grey-darker {
  color: #363636 !important;
}

/* line 38, node_modules/bulma/sass/helpers/color.sass */
.has-background-grey-darker {
  background-color: #363636 !important;
}

/* line 36, node_modules/bulma/sass/helpers/color.sass */
.has-text-grey-dark {
  color: #4a4a4a !important;
}

/* line 38, node_modules/bulma/sass/helpers/color.sass */
.has-background-grey-dark {
  background-color: #4a4a4a !important;
}

/* line 36, node_modules/bulma/sass/helpers/color.sass */
.has-text-grey {
  color: #7a7a7a !important;
}

/* line 38, node_modules/bulma/sass/helpers/color.sass */
.has-background-grey {
  background-color: #7a7a7a !important;
}

/* line 36, node_modules/bulma/sass/helpers/color.sass */
.has-text-grey-light {
  color: #b5b5b5 !important;
}

/* line 38, node_modules/bulma/sass/helpers/color.sass */
.has-background-grey-light {
  background-color: #b5b5b5 !important;
}

/* line 36, node_modules/bulma/sass/helpers/color.sass */
.has-text-grey-lighter {
  color: #dbdbdb !important;
}

/* line 38, node_modules/bulma/sass/helpers/color.sass */
.has-background-grey-lighter {
  background-color: #dbdbdb !important;
}

/* line 36, node_modules/bulma/sass/helpers/color.sass */
.has-text-white-ter {
  color: whitesmoke !important;
}

/* line 38, node_modules/bulma/sass/helpers/color.sass */
.has-background-white-ter {
  background-color: whitesmoke !important;
}

/* line 36, node_modules/bulma/sass/helpers/color.sass */
.has-text-white-bis {
  color: #fafafa !important;
}

/* line 38, node_modules/bulma/sass/helpers/color.sass */
.has-background-white-bis {
  background-color: #fafafa !important;
}

/* line 3, node_modules/bulma/sass/helpers/flexbox.sass */
.is-flex-direction-row {
  flex-direction: row !important;
}

/* line 3, node_modules/bulma/sass/helpers/flexbox.sass */
.is-flex-direction-row-reverse {
  flex-direction: row-reverse !important;
}

/* line 3, node_modules/bulma/sass/helpers/flexbox.sass */
.is-flex-direction-column {
  flex-direction: column !important;
}

/* line 3, node_modules/bulma/sass/helpers/flexbox.sass */
.is-flex-direction-column-reverse {
  flex-direction: column-reverse !important;
}

/* line 8, node_modules/bulma/sass/helpers/flexbox.sass */
.is-flex-wrap-nowrap {
  flex-wrap: nowrap !important;
}

/* line 8, node_modules/bulma/sass/helpers/flexbox.sass */
.is-flex-wrap-wrap {
  flex-wrap: wrap !important;
}

/* line 8, node_modules/bulma/sass/helpers/flexbox.sass */
.is-flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

/* line 13, node_modules/bulma/sass/helpers/flexbox.sass */
.is-justify-content-flex-start {
  justify-content: flex-start !important;
}

/* line 13, node_modules/bulma/sass/helpers/flexbox.sass */
.is-justify-content-flex-end {
  justify-content: flex-end !important;
}

/* line 13, node_modules/bulma/sass/helpers/flexbox.sass */
.is-justify-content-center {
  justify-content: center !important;
}

/* line 13, node_modules/bulma/sass/helpers/flexbox.sass */
.is-justify-content-space-between {
  justify-content: space-between !important;
}

/* line 13, node_modules/bulma/sass/helpers/flexbox.sass */
.is-justify-content-space-around {
  justify-content: space-around !important;
}

/* line 13, node_modules/bulma/sass/helpers/flexbox.sass */
.is-justify-content-space-evenly {
  justify-content: space-evenly !important;
}

/* line 13, node_modules/bulma/sass/helpers/flexbox.sass */
.is-justify-content-start {
  justify-content: start !important;
}

/* line 13, node_modules/bulma/sass/helpers/flexbox.sass */
.is-justify-content-end {
  justify-content: end !important;
}

/* line 13, node_modules/bulma/sass/helpers/flexbox.sass */
.is-justify-content-left {
  justify-content: left !important;
}

/* line 13, node_modules/bulma/sass/helpers/flexbox.sass */
.is-justify-content-right {
  justify-content: right !important;
}

/* line 18, node_modules/bulma/sass/helpers/flexbox.sass */
.is-align-content-flex-start {
  align-content: flex-start !important;
}

/* line 18, node_modules/bulma/sass/helpers/flexbox.sass */
.is-align-content-flex-end {
  align-content: flex-end !important;
}

/* line 18, node_modules/bulma/sass/helpers/flexbox.sass */
.is-align-content-center {
  align-content: center !important;
}

/* line 18, node_modules/bulma/sass/helpers/flexbox.sass */
.is-align-content-space-between {
  align-content: space-between !important;
}

/* line 18, node_modules/bulma/sass/helpers/flexbox.sass */
.is-align-content-space-around {
  align-content: space-around !important;
}

/* line 18, node_modules/bulma/sass/helpers/flexbox.sass */
.is-align-content-space-evenly {
  align-content: space-evenly !important;
}

/* line 18, node_modules/bulma/sass/helpers/flexbox.sass */
.is-align-content-stretch {
  align-content: stretch !important;
}

/* line 18, node_modules/bulma/sass/helpers/flexbox.sass */
.is-align-content-start {
  align-content: start !important;
}

/* line 18, node_modules/bulma/sass/helpers/flexbox.sass */
.is-align-content-end {
  align-content: end !important;
}

/* line 18, node_modules/bulma/sass/helpers/flexbox.sass */
.is-align-content-baseline {
  align-content: baseline !important;
}

/* line 23, node_modules/bulma/sass/helpers/flexbox.sass */
.is-align-items-stretch {
  align-items: stretch !important;
}

/* line 23, node_modules/bulma/sass/helpers/flexbox.sass */
.is-align-items-flex-start {
  align-items: flex-start !important;
}

/* line 23, node_modules/bulma/sass/helpers/flexbox.sass */
.is-align-items-flex-end {
  align-items: flex-end !important;
}

/* line 23, node_modules/bulma/sass/helpers/flexbox.sass */
.is-align-items-center {
  align-items: center !important;
}

/* line 23, node_modules/bulma/sass/helpers/flexbox.sass */
.is-align-items-baseline {
  align-items: baseline !important;
}

/* line 23, node_modules/bulma/sass/helpers/flexbox.sass */
.is-align-items-start {
  align-items: start !important;
}

/* line 23, node_modules/bulma/sass/helpers/flexbox.sass */
.is-align-items-end {
  align-items: end !important;
}

/* line 23, node_modules/bulma/sass/helpers/flexbox.sass */
.is-align-items-self-start {
  align-items: self-start !important;
}

/* line 23, node_modules/bulma/sass/helpers/flexbox.sass */
.is-align-items-self-end {
  align-items: self-end !important;
}

/* line 28, node_modules/bulma/sass/helpers/flexbox.sass */
.is-align-self-auto {
  align-self: auto !important;
}

/* line 28, node_modules/bulma/sass/helpers/flexbox.sass */
.is-align-self-flex-start {
  align-self: flex-start !important;
}

/* line 28, node_modules/bulma/sass/helpers/flexbox.sass */
.is-align-self-flex-end {
  align-self: flex-end !important;
}

/* line 28, node_modules/bulma/sass/helpers/flexbox.sass */
.is-align-self-center {
  align-self: center !important;
}

/* line 28, node_modules/bulma/sass/helpers/flexbox.sass */
.is-align-self-baseline {
  align-self: baseline !important;
}

/* line 28, node_modules/bulma/sass/helpers/flexbox.sass */
.is-align-self-stretch {
  align-self: stretch !important;
}

/* line 34, node_modules/bulma/sass/helpers/flexbox.sass */
.is-flex-grow-0 {
  flex-grow: 0 !important;
}

/* line 34, node_modules/bulma/sass/helpers/flexbox.sass */
.is-flex-grow-1 {
  flex-grow: 1 !important;
}

/* line 34, node_modules/bulma/sass/helpers/flexbox.sass */
.is-flex-grow-2 {
  flex-grow: 2 !important;
}

/* line 34, node_modules/bulma/sass/helpers/flexbox.sass */
.is-flex-grow-3 {
  flex-grow: 3 !important;
}

/* line 34, node_modules/bulma/sass/helpers/flexbox.sass */
.is-flex-grow-4 {
  flex-grow: 4 !important;
}

/* line 34, node_modules/bulma/sass/helpers/flexbox.sass */
.is-flex-grow-5 {
  flex-grow: 5 !important;
}

/* line 34, node_modules/bulma/sass/helpers/flexbox.sass */
.is-flex-shrink-0 {
  flex-shrink: 0 !important;
}

/* line 34, node_modules/bulma/sass/helpers/flexbox.sass */
.is-flex-shrink-1 {
  flex-shrink: 1 !important;
}

/* line 34, node_modules/bulma/sass/helpers/flexbox.sass */
.is-flex-shrink-2 {
  flex-shrink: 2 !important;
}

/* line 34, node_modules/bulma/sass/helpers/flexbox.sass */
.is-flex-shrink-3 {
  flex-shrink: 3 !important;
}

/* line 34, node_modules/bulma/sass/helpers/flexbox.sass */
.is-flex-shrink-4 {
  flex-shrink: 4 !important;
}

/* line 34, node_modules/bulma/sass/helpers/flexbox.sass */
.is-flex-shrink-5 {
  flex-shrink: 5 !important;
}

/* line 4, node_modules/bulma/sass/helpers/../utilities/mixins.sass */
.is-clearfix::after {
  clear: both;
  content: " ";
  display: table;
}

/* line 6, node_modules/bulma/sass/helpers/float.sass */
.is-pulled-left {
  float: left !important;
}

/* line 9, node_modules/bulma/sass/helpers/float.sass */
.is-pulled-right {
  float: right !important;
}

/* line 3, node_modules/bulma/sass/helpers/other.sass */
.is-radiusless {
  border-radius: 0 !important;
}

/* line 6, node_modules/bulma/sass/helpers/other.sass */
.is-shadowless {
  box-shadow: none !important;
}

/* line 9, node_modules/bulma/sass/helpers/other.sass */
.is-clickable {
  cursor: pointer !important;
  pointer-events: all !important;
}

/* line 1, node_modules/bulma/sass/helpers/overflow.sass */
.is-clipped {
  overflow: hidden !important;
}

/* line 6, node_modules/bulma/sass/helpers/position.sass */
.is-relative {
  position: relative !important;
}

/* line 1, node_modules/bulma/sass/helpers/spacing.sass */
.is-marginless {
  margin: 0 !important;
}

/* line 4, node_modules/bulma/sass/helpers/spacing.sass */
.is-paddingless {
  padding: 0 !important;
}

/* line 16, node_modules/bulma/sass/helpers/spacing.sass */
.m-0 {
  margin: 0 !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.mt-0 {
  margin-top: 0 !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.mr-0 {
  margin-right: 0 !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.ml-0 {
  margin-left: 0 !important;
}

/* line 24, node_modules/bulma/sass/helpers/spacing.sass */
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 29, node_modules/bulma/sass/helpers/spacing.sass */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 16, node_modules/bulma/sass/helpers/spacing.sass */
.m-1 {
  margin: 0.25rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.mr-1 {
  margin-right: 0.25rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.ml-1 {
  margin-left: 0.25rem !important;
}

/* line 24, node_modules/bulma/sass/helpers/spacing.sass */
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

/* line 29, node_modules/bulma/sass/helpers/spacing.sass */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 16, node_modules/bulma/sass/helpers/spacing.sass */
.m-2 {
  margin: 0.5rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.mr-2 {
  margin-right: 0.5rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.ml-2 {
  margin-left: 0.5rem !important;
}

/* line 24, node_modules/bulma/sass/helpers/spacing.sass */
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

/* line 29, node_modules/bulma/sass/helpers/spacing.sass */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 16, node_modules/bulma/sass/helpers/spacing.sass */
.m-3 {
  margin: 0.75rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.mt-3 {
  margin-top: 0.75rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.mr-3 {
  margin-right: 0.75rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.mb-3 {
  margin-bottom: 0.75rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.ml-3 {
  margin-left: 0.75rem !important;
}

/* line 24, node_modules/bulma/sass/helpers/spacing.sass */
.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

/* line 29, node_modules/bulma/sass/helpers/spacing.sass */
.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

/* line 16, node_modules/bulma/sass/helpers/spacing.sass */
.m-4 {
  margin: 1rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.mt-4 {
  margin-top: 1rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.mr-4 {
  margin-right: 1rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.mb-4 {
  margin-bottom: 1rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.ml-4 {
  margin-left: 1rem !important;
}

/* line 24, node_modules/bulma/sass/helpers/spacing.sass */
.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

/* line 29, node_modules/bulma/sass/helpers/spacing.sass */
.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 16, node_modules/bulma/sass/helpers/spacing.sass */
.m-5 {
  margin: 1.5rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.mt-5 {
  margin-top: 1.5rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.mr-5 {
  margin-right: 1.5rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.mb-5 {
  margin-bottom: 1.5rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.ml-5 {
  margin-left: 1.5rem !important;
}

/* line 24, node_modules/bulma/sass/helpers/spacing.sass */
.mx-5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

/* line 29, node_modules/bulma/sass/helpers/spacing.sass */
.my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 16, node_modules/bulma/sass/helpers/spacing.sass */
.m-6 {
  margin: 3rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.mt-6 {
  margin-top: 3rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.mr-6 {
  margin-right: 3rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.mb-6 {
  margin-bottom: 3rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.ml-6 {
  margin-left: 3rem !important;
}

/* line 24, node_modules/bulma/sass/helpers/spacing.sass */
.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

/* line 29, node_modules/bulma/sass/helpers/spacing.sass */
.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 16, node_modules/bulma/sass/helpers/spacing.sass */
.m-auto {
  margin: auto !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.mt-auto {
  margin-top: auto !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.mr-auto {
  margin-right: auto !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.mb-auto {
  margin-bottom: auto !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.ml-auto {
  margin-left: auto !important;
}

/* line 24, node_modules/bulma/sass/helpers/spacing.sass */
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* line 29, node_modules/bulma/sass/helpers/spacing.sass */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

/* line 16, node_modules/bulma/sass/helpers/spacing.sass */
.p-0 {
  padding: 0 !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.pt-0 {
  padding-top: 0 !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.pr-0 {
  padding-right: 0 !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.pl-0 {
  padding-left: 0 !important;
}

/* line 24, node_modules/bulma/sass/helpers/spacing.sass */
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 29, node_modules/bulma/sass/helpers/spacing.sass */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 16, node_modules/bulma/sass/helpers/spacing.sass */
.p-1 {
  padding: 0.25rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.pr-1 {
  padding-right: 0.25rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.pl-1 {
  padding-left: 0.25rem !important;
}

/* line 24, node_modules/bulma/sass/helpers/spacing.sass */
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

/* line 29, node_modules/bulma/sass/helpers/spacing.sass */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 16, node_modules/bulma/sass/helpers/spacing.sass */
.p-2 {
  padding: 0.5rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.pr-2 {
  padding-right: 0.5rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.pl-2 {
  padding-left: 0.5rem !important;
}

/* line 24, node_modules/bulma/sass/helpers/spacing.sass */
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

/* line 29, node_modules/bulma/sass/helpers/spacing.sass */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 16, node_modules/bulma/sass/helpers/spacing.sass */
.p-3 {
  padding: 0.75rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.pt-3 {
  padding-top: 0.75rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.pr-3 {
  padding-right: 0.75rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.pb-3 {
  padding-bottom: 0.75rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.pl-3 {
  padding-left: 0.75rem !important;
}

/* line 24, node_modules/bulma/sass/helpers/spacing.sass */
.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

/* line 29, node_modules/bulma/sass/helpers/spacing.sass */
.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

/* line 16, node_modules/bulma/sass/helpers/spacing.sass */
.p-4 {
  padding: 1rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.pt-4 {
  padding-top: 1rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.pr-4 {
  padding-right: 1rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.pb-4 {
  padding-bottom: 1rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.pl-4 {
  padding-left: 1rem !important;
}

/* line 24, node_modules/bulma/sass/helpers/spacing.sass */
.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

/* line 29, node_modules/bulma/sass/helpers/spacing.sass */
.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 16, node_modules/bulma/sass/helpers/spacing.sass */
.p-5 {
  padding: 1.5rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.pt-5 {
  padding-top: 1.5rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.pr-5 {
  padding-right: 1.5rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.pb-5 {
  padding-bottom: 1.5rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.pl-5 {
  padding-left: 1.5rem !important;
}

/* line 24, node_modules/bulma/sass/helpers/spacing.sass */
.px-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

/* line 29, node_modules/bulma/sass/helpers/spacing.sass */
.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 16, node_modules/bulma/sass/helpers/spacing.sass */
.p-6 {
  padding: 3rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.pt-6 {
  padding-top: 3rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.pr-6 {
  padding-right: 3rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.pb-6 {
  padding-bottom: 3rem !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.pl-6 {
  padding-left: 3rem !important;
}

/* line 24, node_modules/bulma/sass/helpers/spacing.sass */
.px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

/* line 29, node_modules/bulma/sass/helpers/spacing.sass */
.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 16, node_modules/bulma/sass/helpers/spacing.sass */
.p-auto {
  padding: auto !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.pt-auto {
  padding-top: auto !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.pr-auto {
  padding-right: auto !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.pb-auto {
  padding-bottom: auto !important;
}

/* line 20, node_modules/bulma/sass/helpers/spacing.sass */
.pl-auto {
  padding-left: auto !important;
}

/* line 24, node_modules/bulma/sass/helpers/spacing.sass */
.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

/* line 29, node_modules/bulma/sass/helpers/spacing.sass */
.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

/* line 6, node_modules/bulma/sass/helpers/typography.sass */
.is-size-1 {
  font-size: 3rem !important;
}

/* line 6, node_modules/bulma/sass/helpers/typography.sass */
.is-size-2 {
  font-size: 2.5rem !important;
}

/* line 6, node_modules/bulma/sass/helpers/typography.sass */
.is-size-3 {
  font-size: 2rem !important;
}

/* line 6, node_modules/bulma/sass/helpers/typography.sass */
.is-size-4 {
  font-size: 1.5rem !important;
}

/* line 6, node_modules/bulma/sass/helpers/typography.sass */
.is-size-5 {
  font-size: 1.25rem !important;
}

/* line 6, node_modules/bulma/sass/helpers/typography.sass */
.is-size-6 {
  font-size: 1rem !important;
}

/* line 6, node_modules/bulma/sass/helpers/typography.sass */
.is-size-7 {
  font-size: 0.75rem !important;
}

@media screen and (max-width: 768px) {
  /* line 6, node_modules/bulma/sass/helpers/typography.sass */
  .is-size-1-mobile {
    font-size: 3rem !important;
  }
  /* line 6, node_modules/bulma/sass/helpers/typography.sass */
  .is-size-2-mobile {
    font-size: 2.5rem !important;
  }
  /* line 6, node_modules/bulma/sass/helpers/typography.sass */
  .is-size-3-mobile {
    font-size: 2rem !important;
  }
  /* line 6, node_modules/bulma/sass/helpers/typography.sass */
  .is-size-4-mobile {
    font-size: 1.5rem !important;
  }
  /* line 6, node_modules/bulma/sass/helpers/typography.sass */
  .is-size-5-mobile {
    font-size: 1.25rem !important;
  }
  /* line 6, node_modules/bulma/sass/helpers/typography.sass */
  .is-size-6-mobile {
    font-size: 1rem !important;
  }
  /* line 6, node_modules/bulma/sass/helpers/typography.sass */
  .is-size-7-mobile {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 6, node_modules/bulma/sass/helpers/typography.sass */
  .is-size-1-tablet {
    font-size: 3rem !important;
  }
  /* line 6, node_modules/bulma/sass/helpers/typography.sass */
  .is-size-2-tablet {
    font-size: 2.5rem !important;
  }
  /* line 6, node_modules/bulma/sass/helpers/typography.sass */
  .is-size-3-tablet {
    font-size: 2rem !important;
  }
  /* line 6, node_modules/bulma/sass/helpers/typography.sass */
  .is-size-4-tablet {
    font-size: 1.5rem !important;
  }
  /* line 6, node_modules/bulma/sass/helpers/typography.sass */
  .is-size-5-tablet {
    font-size: 1.25rem !important;
  }
  /* line 6, node_modules/bulma/sass/helpers/typography.sass */
  .is-size-6-tablet {
    font-size: 1rem !important;
  }
  /* line 6, node_modules/bulma/sass/helpers/typography.sass */
  .is-size-7-tablet {
    font-size: 0.75rem !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 6, node_modules/bulma/sass/helpers/typography.sass */
  .is-size-1-touch {
    font-size: 3rem !important;
  }
  /* line 6, node_modules/bulma/sass/helpers/typography.sass */
  .is-size-2-touch {
    font-size: 2.5rem !important;
  }
  /* line 6, node_modules/bulma/sass/helpers/typography.sass */
  .is-size-3-touch {
    font-size: 2rem !important;
  }
  /* line 6, node_modules/bulma/sass/helpers/typography.sass */
  .is-size-4-touch {
    font-size: 1.5rem !important;
  }
  /* line 6, node_modules/bulma/sass/helpers/typography.sass */
  .is-size-5-touch {
    font-size: 1.25rem !important;
  }
  /* line 6, node_modules/bulma/sass/helpers/typography.sass */
  .is-size-6-touch {
    font-size: 1rem !important;
  }
  /* line 6, node_modules/bulma/sass/helpers/typography.sass */
  .is-size-7-touch {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 6, node_modules/bulma/sass/helpers/typography.sass */
  .is-size-1-desktop {
    font-size: 3rem !important;
  }
  /* line 6, node_modules/bulma/sass/helpers/typography.sass */
  .is-size-2-desktop {
    font-size: 2.5rem !important;
  }
  /* line 6, node_modules/bulma/sass/helpers/typography.sass */
  .is-size-3-desktop {
    font-size: 2rem !important;
  }
  /* line 6, node_modules/bulma/sass/helpers/typography.sass */
  .is-size-4-desktop {
    font-size: 1.5rem !important;
  }
  /* line 6, node_modules/bulma/sass/helpers/typography.sass */
  .is-size-5-desktop {
    font-size: 1.25rem !important;
  }
  /* line 6, node_modules/bulma/sass/helpers/typography.sass */
  .is-size-6-desktop {
    font-size: 1rem !important;
  }
  /* line 6, node_modules/bulma/sass/helpers/typography.sass */
  .is-size-7-desktop {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 6, node_modules/bulma/sass/helpers/typography.sass */
  .is-size-1-widescreen {
    font-size: 3rem !important;
  }
  /* line 6, node_modules/bulma/sass/helpers/typography.sass */
  .is-size-2-widescreen {
    font-size: 2.5rem !important;
  }
  /* line 6, node_modules/bulma/sass/helpers/typography.sass */
  .is-size-3-widescreen {
    font-size: 2rem !important;
  }
  /* line 6, node_modules/bulma/sass/helpers/typography.sass */
  .is-size-4-widescreen {
    font-size: 1.5rem !important;
  }
  /* line 6, node_modules/bulma/sass/helpers/typography.sass */
  .is-size-5-widescreen {
    font-size: 1.25rem !important;
  }
  /* line 6, node_modules/bulma/sass/helpers/typography.sass */
  .is-size-6-widescreen {
    font-size: 1rem !important;
  }
  /* line 6, node_modules/bulma/sass/helpers/typography.sass */
  .is-size-7-widescreen {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 6, node_modules/bulma/sass/helpers/typography.sass */
  .is-size-1-fullhd {
    font-size: 3rem !important;
  }
  /* line 6, node_modules/bulma/sass/helpers/typography.sass */
  .is-size-2-fullhd {
    font-size: 2.5rem !important;
  }
  /* line 6, node_modules/bulma/sass/helpers/typography.sass */
  .is-size-3-fullhd {
    font-size: 2rem !important;
  }
  /* line 6, node_modules/bulma/sass/helpers/typography.sass */
  .is-size-4-fullhd {
    font-size: 1.5rem !important;
  }
  /* line 6, node_modules/bulma/sass/helpers/typography.sass */
  .is-size-5-fullhd {
    font-size: 1.25rem !important;
  }
  /* line 6, node_modules/bulma/sass/helpers/typography.sass */
  .is-size-6-fullhd {
    font-size: 1rem !important;
  }
  /* line 6, node_modules/bulma/sass/helpers/typography.sass */
  .is-size-7-fullhd {
    font-size: 0.75rem !important;
  }
}

/* line 32, node_modules/bulma/sass/helpers/typography.sass */
.has-text-centered {
  text-align: center !important;
}

/* line 32, node_modules/bulma/sass/helpers/typography.sass */
.has-text-justified {
  text-align: justify !important;
}

/* line 32, node_modules/bulma/sass/helpers/typography.sass */
.has-text-left {
  text-align: left !important;
}

/* line 32, node_modules/bulma/sass/helpers/typography.sass */
.has-text-right {
  text-align: right !important;
}

@media screen and (max-width: 768px) {
  /* line 37, node_modules/bulma/sass/helpers/typography.sass */
  .has-text-centered-mobile {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 40, node_modules/bulma/sass/helpers/typography.sass */
  .has-text-centered-tablet {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 43, node_modules/bulma/sass/helpers/typography.sass */
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 46, node_modules/bulma/sass/helpers/typography.sass */
  .has-text-centered-touch {
    text-align: center !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 49, node_modules/bulma/sass/helpers/typography.sass */
  .has-text-centered-desktop {
    text-align: center !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 52, node_modules/bulma/sass/helpers/typography.sass */
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 55, node_modules/bulma/sass/helpers/typography.sass */
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 58, node_modules/bulma/sass/helpers/typography.sass */
  .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 61, node_modules/bulma/sass/helpers/typography.sass */
  .has-text-centered-fullhd {
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  /* line 37, node_modules/bulma/sass/helpers/typography.sass */
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 40, node_modules/bulma/sass/helpers/typography.sass */
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 43, node_modules/bulma/sass/helpers/typography.sass */
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 46, node_modules/bulma/sass/helpers/typography.sass */
  .has-text-justified-touch {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 49, node_modules/bulma/sass/helpers/typography.sass */
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 52, node_modules/bulma/sass/helpers/typography.sass */
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 55, node_modules/bulma/sass/helpers/typography.sass */
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 58, node_modules/bulma/sass/helpers/typography.sass */
  .has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 61, node_modules/bulma/sass/helpers/typography.sass */
  .has-text-justified-fullhd {
    text-align: justify !important;
  }
}

@media screen and (max-width: 768px) {
  /* line 37, node_modules/bulma/sass/helpers/typography.sass */
  .has-text-left-mobile {
    text-align: left !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 40, node_modules/bulma/sass/helpers/typography.sass */
  .has-text-left-tablet {
    text-align: left !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 43, node_modules/bulma/sass/helpers/typography.sass */
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 46, node_modules/bulma/sass/helpers/typography.sass */
  .has-text-left-touch {
    text-align: left !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 49, node_modules/bulma/sass/helpers/typography.sass */
  .has-text-left-desktop {
    text-align: left !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 52, node_modules/bulma/sass/helpers/typography.sass */
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 55, node_modules/bulma/sass/helpers/typography.sass */
  .has-text-left-widescreen {
    text-align: left !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 58, node_modules/bulma/sass/helpers/typography.sass */
  .has-text-left-widescreen-only {
    text-align: left !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 61, node_modules/bulma/sass/helpers/typography.sass */
  .has-text-left-fullhd {
    text-align: left !important;
  }
}

@media screen and (max-width: 768px) {
  /* line 37, node_modules/bulma/sass/helpers/typography.sass */
  .has-text-right-mobile {
    text-align: right !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 40, node_modules/bulma/sass/helpers/typography.sass */
  .has-text-right-tablet {
    text-align: right !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 43, node_modules/bulma/sass/helpers/typography.sass */
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 46, node_modules/bulma/sass/helpers/typography.sass */
  .has-text-right-touch {
    text-align: right !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 49, node_modules/bulma/sass/helpers/typography.sass */
  .has-text-right-desktop {
    text-align: right !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 52, node_modules/bulma/sass/helpers/typography.sass */
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 55, node_modules/bulma/sass/helpers/typography.sass */
  .has-text-right-widescreen {
    text-align: right !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 58, node_modules/bulma/sass/helpers/typography.sass */
  .has-text-right-widescreen-only {
    text-align: right !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 61, node_modules/bulma/sass/helpers/typography.sass */
  .has-text-right-fullhd {
    text-align: right !important;
  }
}

/* line 64, node_modules/bulma/sass/helpers/typography.sass */
.is-capitalized {
  text-transform: capitalize !important;
}

/* line 67, node_modules/bulma/sass/helpers/typography.sass */
.is-lowercase {
  text-transform: lowercase !important;
}

/* line 70, node_modules/bulma/sass/helpers/typography.sass */
.is-uppercase {
  text-transform: uppercase !important;
}

/* line 73, node_modules/bulma/sass/helpers/typography.sass */
.is-italic {
  font-style: italic !important;
}

/* line 76, node_modules/bulma/sass/helpers/typography.sass */
.is-underlined {
  text-decoration: underline !important;
}

/* line 79, node_modules/bulma/sass/helpers/typography.sass */
.has-text-weight-light {
  font-weight: 300 !important;
}

/* line 81, node_modules/bulma/sass/helpers/typography.sass */
.has-text-weight-normal {
  font-weight: 400 !important;
}

/* line 83, node_modules/bulma/sass/helpers/typography.sass */
.has-text-weight-medium {
  font-weight: 500 !important;
}

/* line 85, node_modules/bulma/sass/helpers/typography.sass */
.has-text-weight-semibold {
  font-weight: 600 !important;
}

/* line 87, node_modules/bulma/sass/helpers/typography.sass */
.has-text-weight-bold {
  font-weight: 700 !important;
}

/* line 90, node_modules/bulma/sass/helpers/typography.sass */
.is-family-primary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

/* line 93, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/sass/helpers/typography.sass */
.is-family-monospace {
  font-family: monospace !important;
}

/* line 102, node_modules/bulma/sass/helpers/typography.sass */
.is-family-code {
  font-family: monospace !important;
}

/* line 6, node_modules/bulma/sass/helpers/visibility.sass */
.is-block {
  display: block !important;
}

@media screen and (max-width: 768px) {
  /* line 9, node_modules/bulma/sass/helpers/visibility.sass */
  .is-block-mobile {
    display: block !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 12, node_modules/bulma/sass/helpers/visibility.sass */
  .is-block-tablet {
    display: block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 15, node_modules/bulma/sass/helpers/visibility.sass */
  .is-block-tablet-only {
    display: block !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 18, node_modules/bulma/sass/helpers/visibility.sass */
  .is-block-touch {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 21, node_modules/bulma/sass/helpers/visibility.sass */
  .is-block-desktop {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 24, node_modules/bulma/sass/helpers/visibility.sass */
  .is-block-desktop-only {
    display: block !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 27, node_modules/bulma/sass/helpers/visibility.sass */
  .is-block-widescreen {
    display: block !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 30, node_modules/bulma/sass/helpers/visibility.sass */
  .is-block-widescreen-only {
    display: block !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 33, node_modules/bulma/sass/helpers/visibility.sass */
  .is-block-fullhd {
    display: block !important;
  }
}

/* line 6, node_modules/bulma/sass/helpers/visibility.sass */
.is-flex {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  /* line 9, node_modules/bulma/sass/helpers/visibility.sass */
  .is-flex-mobile {
    display: flex !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 12, node_modules/bulma/sass/helpers/visibility.sass */
  .is-flex-tablet {
    display: flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 15, node_modules/bulma/sass/helpers/visibility.sass */
  .is-flex-tablet-only {
    display: flex !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 18, node_modules/bulma/sass/helpers/visibility.sass */
  .is-flex-touch {
    display: flex !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 21, node_modules/bulma/sass/helpers/visibility.sass */
  .is-flex-desktop {
    display: flex !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 24, node_modules/bulma/sass/helpers/visibility.sass */
  .is-flex-desktop-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 27, node_modules/bulma/sass/helpers/visibility.sass */
  .is-flex-widescreen {
    display: flex !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 30, node_modules/bulma/sass/helpers/visibility.sass */
  .is-flex-widescreen-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 33, node_modules/bulma/sass/helpers/visibility.sass */
  .is-flex-fullhd {
    display: flex !important;
  }
}

/* line 6, node_modules/bulma/sass/helpers/visibility.sass */
.is-inline {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  /* line 9, node_modules/bulma/sass/helpers/visibility.sass */
  .is-inline-mobile {
    display: inline !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 12, node_modules/bulma/sass/helpers/visibility.sass */
  .is-inline-tablet {
    display: inline !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 15, node_modules/bulma/sass/helpers/visibility.sass */
  .is-inline-tablet-only {
    display: inline !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 18, node_modules/bulma/sass/helpers/visibility.sass */
  .is-inline-touch {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 21, node_modules/bulma/sass/helpers/visibility.sass */
  .is-inline-desktop {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 24, node_modules/bulma/sass/helpers/visibility.sass */
  .is-inline-desktop-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 27, node_modules/bulma/sass/helpers/visibility.sass */
  .is-inline-widescreen {
    display: inline !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 30, node_modules/bulma/sass/helpers/visibility.sass */
  .is-inline-widescreen-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 33, node_modules/bulma/sass/helpers/visibility.sass */
  .is-inline-fullhd {
    display: inline !important;
  }
}

/* line 6, node_modules/bulma/sass/helpers/visibility.sass */
.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 768px) {
  /* line 9, node_modules/bulma/sass/helpers/visibility.sass */
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 12, node_modules/bulma/sass/helpers/visibility.sass */
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 15, node_modules/bulma/sass/helpers/visibility.sass */
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 18, node_modules/bulma/sass/helpers/visibility.sass */
  .is-inline-block-touch {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 21, node_modules/bulma/sass/helpers/visibility.sass */
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 24, node_modules/bulma/sass/helpers/visibility.sass */
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 27, node_modules/bulma/sass/helpers/visibility.sass */
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 30, node_modules/bulma/sass/helpers/visibility.sass */
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 33, node_modules/bulma/sass/helpers/visibility.sass */
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}

/* line 6, node_modules/bulma/sass/helpers/visibility.sass */
.is-inline-flex {
  display: inline-flex !important;
}

@media screen and (max-width: 768px) {
  /* line 9, node_modules/bulma/sass/helpers/visibility.sass */
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 12, node_modules/bulma/sass/helpers/visibility.sass */
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 15, node_modules/bulma/sass/helpers/visibility.sass */
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 18, node_modules/bulma/sass/helpers/visibility.sass */
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 21, node_modules/bulma/sass/helpers/visibility.sass */
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 24, node_modules/bulma/sass/helpers/visibility.sass */
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 27, node_modules/bulma/sass/helpers/visibility.sass */
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 30, node_modules/bulma/sass/helpers/visibility.sass */
  .is-inline-flex-widescreen-only {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 33, node_modules/bulma/sass/helpers/visibility.sass */
  .is-inline-flex-fullhd {
    display: inline-flex !important;
  }
}

/* line 36, node_modules/bulma/sass/helpers/visibility.sass */
.is-hidden {
  display: none !important;
}

/* line 39, node_modules/bulma/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, node_modules/bulma/sass/helpers/visibility.sass */
  .is-hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 54, node_modules/bulma/sass/helpers/visibility.sass */
  .is-hidden-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 58, node_modules/bulma/sass/helpers/visibility.sass */
  .is-hidden-tablet-only {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 62, node_modules/bulma/sass/helpers/visibility.sass */
  .is-hidden-touch {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 66, node_modules/bulma/sass/helpers/visibility.sass */
  .is-hidden-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 70, node_modules/bulma/sass/helpers/visibility.sass */
  .is-hidden-desktop-only {
    display: none !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 74, node_modules/bulma/sass/helpers/visibility.sass */
  .is-hidden-widescreen {
    display: none !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 78, node_modules/bulma/sass/helpers/visibility.sass */
  .is-hidden-widescreen-only {
    display: none !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 82, node_modules/bulma/sass/helpers/visibility.sass */
  .is-hidden-fullhd {
    display: none !important;
  }
}

/* line 85, node_modules/bulma/sass/helpers/visibility.sass */
.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 768px) {
  /* line 89, node_modules/bulma/sass/helpers/visibility.sass */
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 93, node_modules/bulma/sass/helpers/visibility.sass */
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 97, node_modules/bulma/sass/helpers/visibility.sass */
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 101, node_modules/bulma/sass/helpers/visibility.sass */
  .is-invisible-touch {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 105, node_modules/bulma/sass/helpers/visibility.sass */
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 109, node_modules/bulma/sass/helpers/visibility.sass */
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 113, node_modules/bulma/sass/helpers/visibility.sass */
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 117, node_modules/bulma/sass/helpers/visibility.sass */
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 121, node_modules/bulma/sass/helpers/visibility.sass */
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}

/* Bulma Layout */
/* line 12, node_modules/bulma/sass/layout/hero.sass */
.hero {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 17, node_modules/bulma/sass/layout/hero.sass */
.hero .navbar {
  background: none;
}

/* line 20, node_modules/bulma/sass/layout/hero.sass */
.hero .tabs ul {
  border-bottom: none;
}

/* line 26, node_modules/bulma/sass/layout/hero.sass */
.hero.is-white {
  background-color: white;
  color: #0a0a0a;
}

/* line 29, node_modules/bulma/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, node_modules/bulma/sass/layout/hero.sass */
.hero.is-white .title {
  color: #0a0a0a;
}

/* line 34, node_modules/bulma/sass/layout/hero.sass */
.hero.is-white .subtitle {
  color: rgba(10, 10, 10, 0.9);
}

/* line 36, node_modules/bulma/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, node_modules/bulma/sass/layout/hero.sass */
  .hero.is-white .navbar-menu {
    background-color: white;
  }
}

/* line 42, node_modules/bulma/sass/layout/hero.sass */
.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
  color: rgba(10, 10, 10, 0.7);
}

/* line 47, node_modules/bulma/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, node_modules/bulma/sass/layout/hero.sass */
.hero.is-white .tabs a {
  color: #0a0a0a;
  opacity: 0.9;
}

/* line 55, node_modules/bulma/sass/layout/hero.sass */
.hero.is-white .tabs a:hover {
  opacity: 1;
}

/* line 58, node_modules/bulma/sass/layout/hero.sass */
.hero.is-white .tabs li.is-active a {
  color: white !important;
  opacity: 1;
}

/* line 63, node_modules/bulma/sass/layout/hero.sass */
.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
  color: #0a0a0a;
}

/* line 65, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/sass/layout/hero.sass */
  .hero.is-white.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #e8e3e4 0%, white 71%, white 100%);
  }
}

/* line 26, node_modules/bulma/sass/layout/hero.sass */
.hero.is-black {
  background-color: #0a0a0a;
  color: white;
}

/* line 29, node_modules/bulma/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, node_modules/bulma/sass/layout/hero.sass */
.hero.is-black .title {
  color: white;
}

/* line 34, node_modules/bulma/sass/layout/hero.sass */
.hero.is-black .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, node_modules/bulma/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, node_modules/bulma/sass/layout/hero.sass */
  .hero.is-black .navbar-menu {
    background-color: #0a0a0a;
  }
}

/* line 42, node_modules/bulma/sass/layout/hero.sass */
.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, node_modules/bulma/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, node_modules/bulma/sass/layout/hero.sass */
.hero.is-black .tabs a {
  color: white;
  opacity: 0.9;
}

/* line 55, node_modules/bulma/sass/layout/hero.sass */
.hero.is-black .tabs a:hover {
  opacity: 1;
}

/* line 58, node_modules/bulma/sass/layout/hero.sass */
.hero.is-black .tabs li.is-active a {
  color: #0a0a0a !important;
  opacity: 1;
}

/* line 63, node_modules/bulma/sass/layout/hero.sass */
.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
  color: white;
}

/* line 65, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/sass/layout/hero.sass */
  .hero.is-black.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
  }
}

/* line 26, node_modules/bulma/sass/layout/hero.sass */
.hero.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

/* line 29, node_modules/bulma/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, node_modules/bulma/sass/layout/hero.sass */
.hero.is-light .title {
  color: rgba(0, 0, 0, 0.7);
}

/* line 34, node_modules/bulma/sass/layout/hero.sass */
.hero.is-light .subtitle {
  color: rgba(0, 0, 0, 0.9);
}

/* line 36, node_modules/bulma/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, node_modules/bulma/sass/layout/hero.sass */
  .hero.is-light .navbar-menu {
    background-color: whitesmoke;
  }
}

/* line 42, node_modules/bulma/sass/layout/hero.sass */
.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

/* line 47, node_modules/bulma/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, node_modules/bulma/sass/layout/hero.sass */
.hero.is-light .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}

/* line 55, node_modules/bulma/sass/layout/hero.sass */
.hero.is-light .tabs a:hover {
  opacity: 1;
}

/* line 58, node_modules/bulma/sass/layout/hero.sass */
.hero.is-light .tabs li.is-active a {
  color: whitesmoke !important;
  opacity: 1;
}

/* line 63, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/sass/layout/hero.sass */
  .hero.is-light.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
  }
}

/* line 26, node_modules/bulma/sass/layout/hero.sass */
.hero.is-dark {
  background-color: #363636;
  color: #fff;
}

/* line 29, node_modules/bulma/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, node_modules/bulma/sass/layout/hero.sass */
.hero.is-dark .title {
  color: #fff;
}

/* line 34, node_modules/bulma/sass/layout/hero.sass */
.hero.is-dark .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, node_modules/bulma/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, node_modules/bulma/sass/layout/hero.sass */
  .hero.is-dark .navbar-menu {
    background-color: #363636;
  }
}

/* line 42, node_modules/bulma/sass/layout/hero.sass */
.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, node_modules/bulma/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, node_modules/bulma/sass/layout/hero.sass */
.hero.is-dark .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 55, node_modules/bulma/sass/layout/hero.sass */
.hero.is-dark .tabs a:hover {
  opacity: 1;
}

/* line 58, node_modules/bulma/sass/layout/hero.sass */
.hero.is-dark .tabs li.is-active a {
  color: #363636 !important;
  opacity: 1;
}

/* line 63, node_modules/bulma/sass/layout/hero.sass */
.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
  color: #fff;
}

/* line 65, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/sass/layout/hero.sass */
  .hero.is-dark.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
  }
}

/* line 26, node_modules/bulma/sass/layout/hero.sass */
.hero.is-primary {
  background-color: #8c67ef;
  color: #fff;
}

/* line 29, node_modules/bulma/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, node_modules/bulma/sass/layout/hero.sass */
.hero.is-primary .title {
  color: #fff;
}

/* line 34, node_modules/bulma/sass/layout/hero.sass */
.hero.is-primary .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, node_modules/bulma/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, node_modules/bulma/sass/layout/hero.sass */
  .hero.is-primary .navbar-menu {
    background-color: #8c67ef;
  }
}

/* line 42, node_modules/bulma/sass/layout/hero.sass */
.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, node_modules/bulma/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: #7b50ed;
  color: #fff;
}

/* line 52, node_modules/bulma/sass/layout/hero.sass */
.hero.is-primary .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 55, node_modules/bulma/sass/layout/hero.sass */
.hero.is-primary .tabs a:hover {
  opacity: 1;
}

/* line 58, node_modules/bulma/sass/layout/hero.sass */
.hero.is-primary .tabs li.is-active a {
  color: #8c67ef !important;
  opacity: 1;
}

/* line 63, node_modules/bulma/sass/layout/hero.sass */
.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
  color: #fff;
}

/* line 65, node_modules/bulma/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, node_modules/bulma/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: #8c67ef;
}

/* line 75, node_modules/bulma/sass/layout/hero.sass */
.hero.is-primary.is-bold {
  background-image: linear-gradient(141deg, #432ef5 0%, #8c67ef 71%, #b07bf5 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, node_modules/bulma/sass/layout/hero.sass */
  .hero.is-primary.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #432ef5 0%, #8c67ef 71%, #b07bf5 100%);
  }
}

/* line 26, node_modules/bulma/sass/layout/hero.sass */
.hero.is-link {
  background-color: #485fc7;
  color: #fff;
}

/* line 29, node_modules/bulma/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, node_modules/bulma/sass/layout/hero.sass */
.hero.is-link .title {
  color: #fff;
}

/* line 34, node_modules/bulma/sass/layout/hero.sass */
.hero.is-link .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, node_modules/bulma/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, node_modules/bulma/sass/layout/hero.sass */
  .hero.is-link .navbar-menu {
    background-color: #485fc7;
  }
}

/* line 42, node_modules/bulma/sass/layout/hero.sass */
.hero.is-link .navbar-item,
.hero.is-link .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, node_modules/bulma/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, node_modules/bulma/sass/layout/hero.sass */
.hero.is-link .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 55, node_modules/bulma/sass/layout/hero.sass */
.hero.is-link .tabs a:hover {
  opacity: 1;
}

/* line 58, node_modules/bulma/sass/layout/hero.sass */
.hero.is-link .tabs li.is-active a {
  color: #485fc7 !important;
  opacity: 1;
}

/* line 63, node_modules/bulma/sass/layout/hero.sass */
.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
  color: #fff;
}

/* line 65, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/sass/layout/hero.sass */
  .hero.is-link.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #2959b3 0%, #485fc7 71%, #5658d2 100%);
  }
}

/* line 26, node_modules/bulma/sass/layout/hero.sass */
.hero.is-info {
  background-color: #3e8ed0;
  color: #fff;
}

/* line 29, node_modules/bulma/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, node_modules/bulma/sass/layout/hero.sass */
.hero.is-info .title {
  color: #fff;
}

/* line 34, node_modules/bulma/sass/layout/hero.sass */
.hero.is-info .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, node_modules/bulma/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, node_modules/bulma/sass/layout/hero.sass */
  .hero.is-info .navbar-menu {
    background-color: #3e8ed0;
  }
}

/* line 42, node_modules/bulma/sass/layout/hero.sass */
.hero.is-info .navbar-item,
.hero.is-info .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, node_modules/bulma/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, node_modules/bulma/sass/layout/hero.sass */
.hero.is-info .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 55, node_modules/bulma/sass/layout/hero.sass */
.hero.is-info .tabs a:hover {
  opacity: 1;
}

/* line 58, node_modules/bulma/sass/layout/hero.sass */
.hero.is-info .tabs li.is-active a {
  color: #3e8ed0 !important;
  opacity: 1;
}

/* line 63, node_modules/bulma/sass/layout/hero.sass */
.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
  color: #fff;
}

/* line 65, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/sass/layout/hero.sass */
  .hero.is-info.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #208fbc 0%, #3e8ed0 71%, #4d83db 100%);
  }
}

/* line 26, node_modules/bulma/sass/layout/hero.sass */
.hero.is-success {
  background-color: #48c78e;
  color: #fff;
}

/* line 29, node_modules/bulma/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, node_modules/bulma/sass/layout/hero.sass */
.hero.is-success .title {
  color: #fff;
}

/* line 34, node_modules/bulma/sass/layout/hero.sass */
.hero.is-success .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, node_modules/bulma/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, node_modules/bulma/sass/layout/hero.sass */
  .hero.is-success .navbar-menu {
    background-color: #48c78e;
  }
}

/* line 42, node_modules/bulma/sass/layout/hero.sass */
.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, node_modules/bulma/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, node_modules/bulma/sass/layout/hero.sass */
.hero.is-success .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 55, node_modules/bulma/sass/layout/hero.sass */
.hero.is-success .tabs a:hover {
  opacity: 1;
}

/* line 58, node_modules/bulma/sass/layout/hero.sass */
.hero.is-success .tabs li.is-active a {
  color: #48c78e !important;
  opacity: 1;
}

/* line 63, node_modules/bulma/sass/layout/hero.sass */
.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
  color: #fff;
}

/* line 65, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/sass/layout/hero.sass */
  .hero.is-success.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #29b35e 0%, #48c78e 71%, #56d2af 100%);
  }
}

/* line 26, node_modules/bulma/sass/layout/hero.sass */
.hero.is-warning {
  background-color: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}

/* line 29, node_modules/bulma/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, node_modules/bulma/sass/layout/hero.sass */
.hero.is-warning .title {
  color: rgba(0, 0, 0, 0.7);
}

/* line 34, node_modules/bulma/sass/layout/hero.sass */
.hero.is-warning .subtitle {
  color: rgba(0, 0, 0, 0.9);
}

/* line 36, node_modules/bulma/sass/layout/hero.sass */
.hero.is-warning .subtitle a:not(.button),
.hero.is-warning .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1023px) {
  /* line 39, node_modules/bulma/sass/layout/hero.sass */
  .hero.is-warning .navbar-menu {
    background-color: #ffe08a;
  }
}

/* line 42, node_modules/bulma/sass/layout/hero.sass */
.hero.is-warning .navbar-item,
.hero.is-warning .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

/* line 47, node_modules/bulma/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: #ffd970;
  color: rgba(0, 0, 0, 0.7);
}

/* line 52, node_modules/bulma/sass/layout/hero.sass */
.hero.is-warning .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}

/* line 55, node_modules/bulma/sass/layout/hero.sass */
.hero.is-warning .tabs a:hover {
  opacity: 1;
}

/* line 58, node_modules/bulma/sass/layout/hero.sass */
.hero.is-warning .tabs li.is-active a {
  color: #ffe08a !important;
  opacity: 1;
}

/* line 63, node_modules/bulma/sass/layout/hero.sass */
.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}

/* line 65, node_modules/bulma/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, node_modules/bulma/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: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: #ffe08a;
}

/* line 75, node_modules/bulma/sass/layout/hero.sass */
.hero.is-warning.is-bold {
  background-image: linear-gradient(141deg, #ffb657 0%, #ffe08a 71%, #fff6a3 100%);
}

@media screen and (max-width: 768px) {
  /* line 80, node_modules/bulma/sass/layout/hero.sass */
  .hero.is-warning.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ffb657 0%, #ffe08a 71%, #fff6a3 100%);
  }
}

/* line 26, node_modules/bulma/sass/layout/hero.sass */
.hero.is-danger {
  background-color: #f14668;
  color: #fff;
}

/* line 29, node_modules/bulma/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, node_modules/bulma/sass/layout/hero.sass */
.hero.is-danger .title {
  color: #fff;
}

/* line 34, node_modules/bulma/sass/layout/hero.sass */
.hero.is-danger .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 36, node_modules/bulma/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, node_modules/bulma/sass/layout/hero.sass */
  .hero.is-danger .navbar-menu {
    background-color: #f14668;
  }
}

/* line 42, node_modules/bulma/sass/layout/hero.sass */
.hero.is-danger .navbar-item,
.hero.is-danger .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 47, node_modules/bulma/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, node_modules/bulma/sass/layout/hero.sass */
.hero.is-danger .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 55, node_modules/bulma/sass/layout/hero.sass */
.hero.is-danger .tabs a:hover {
  opacity: 1;
}

/* line 58, node_modules/bulma/sass/layout/hero.sass */
.hero.is-danger .tabs li.is-active a {
  color: #f14668 !important;
  opacity: 1;
}

/* line 63, node_modules/bulma/sass/layout/hero.sass */
.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
  color: #fff;
}

/* line 65, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/sass/layout/hero.sass */
  .hero.is-danger.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #fa0a62 0%, #f14668 71%, #f7595f 100%);
  }
}

/* line 84, node_modules/bulma/sass/layout/hero.sass */
.hero.is-small .hero-body {
  padding: 1.5rem;
}

@media screen and (min-width: 769px), print {
  /* line 88, node_modules/bulma/sass/layout/hero.sass */
  .hero.is-medium .hero-body {
    padding: 9rem 4.5rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 92, node_modules/bulma/sass/layout/hero.sass */
  .hero.is-large .hero-body {
    padding: 18rem 6rem;
  }
}

/* line 97, node_modules/bulma/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, node_modules/bulma/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, node_modules/bulma/sass/layout/hero.sass */
.hero.is-halfheight {
  min-height: 50vh;
}

/* line 105, node_modules/bulma/sass/layout/hero.sass */
.hero.is-fullheight {
  min-height: 100vh;
}

/* line 110, node_modules/bulma/sass/layout/hero.sass */
.hero-video {
  overflow: hidden;
}

/* line 113, node_modules/bulma/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, node_modules/bulma/sass/layout/hero.sass */
.hero-video.is-transparent {
  opacity: 0.3;
}

@media screen and (max-width: 768px) {
  /* line 110, node_modules/bulma/sass/layout/hero.sass */
  .hero-video {
    display: none;
  }
}

/* line 127, node_modules/bulma/sass/layout/hero.sass */
.hero-buttons {
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  /* line 131, node_modules/bulma/sass/layout/hero.sass */
  .hero-buttons .button {
    display: flex;
  }
  /* line 133, node_modules/bulma/sass/layout/hero.sass */
  .hero-buttons .button:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 127, node_modules/bulma/sass/layout/hero.sass */
  .hero-buttons {
    display: flex;
    justify-content: center;
  }
  /* line 138, node_modules/bulma/sass/layout/hero.sass */
  .hero-buttons .button:not(:last-child) {
    margin-right: 1.5rem;
  }
}

/* line 143, node_modules/bulma/sass/layout/hero.sass */
.hero-head,
.hero-foot {
  flex-grow: 0;
  flex-shrink: 0;
}

/* line 148, node_modules/bulma/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, node_modules/bulma/sass/layout/hero.sass */
  .hero-body {
    padding: 3rem 3rem;
  }
}

/* line 8, node_modules/bulma/sass/layout/section.sass */
.section {
  padding: 3rem 1.5rem;
}

@media screen and (min-width: 1024px) {
  /* line 8, node_modules/bulma/sass/layout/section.sass */
  .section {
    padding: 3rem 3rem;
  }
  /* line 14, node_modules/bulma/sass/layout/section.sass */
  .section.is-medium {
    padding: 9rem 4.5rem;
  }
  /* line 16, node_modules/bulma/sass/layout/section.sass */
  .section.is-large {
    padding: 18rem 6rem;
  }
}

/* line 7, node_modules/bulma/sass/layout/footer.sass */
.footer {
  background-color: #fafafa;
  padding: 3rem 1.5rem 6rem;
}

/* line 1, node_modules/buefy/src/scss/utils/_helpers.scss */
.is-noscroll {
  position: fixed;
  overflow-y: hidden;
  width: 100%;
  bottom: 0;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* line 12, node_modules/buefy/src/scss/utils/_animations.scss */
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

/* line 25, node_modules/buefy/src/scss/utils/_animations.scss */
.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

/* line 38, node_modules/buefy/src/scss/utils/_animations.scss */
.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 51, node_modules/buefy/src/scss/utils/_animations.scss */
.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* line 65, node_modules/buefy/src/scss/utils/_animations.scss */
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* line 79, node_modules/buefy/src/scss/utils/_animations.scss */
.fadeInUp {
  animation-name: fadeInUp;
}

/**
 * Vue Transitions
 */
/* line 88, node_modules/buefy/src/scss/utils/_animations.scss */
.fade-enter-active,
.fade-leave-active {
  transition: opacity 150ms ease-out;
}

/* line 92, node_modules/buefy/src/scss/utils/_animations.scss */
.fade-enter,
.fade-leave-to {
  opacity: 0;
}

/* line 98, node_modules/buefy/src/scss/utils/_animations.scss */
.zoom-in-enter-active,
.zoom-in-leave-active {
  transition: opacity 150ms ease-out;
}

/* line 101, node_modules/buefy/src/scss/utils/_animations.scss */
.zoom-in-enter-active .animation-content,
.zoom-in-enter-active .animation-content,
.zoom-in-leave-active .animation-content,
.zoom-in-leave-active .animation-content {
  transition: transform 150ms ease-out;
}

/* line 106, node_modules/buefy/src/scss/utils/_animations.scss */
.zoom-in-enter,
.zoom-in-leave-active {
  opacity: 0;
}

/* line 109, node_modules/buefy/src/scss/utils/_animations.scss */
.zoom-in-enter .animation-content,
.zoom-in-enter .animation-content,
.zoom-in-leave-active .animation-content,
.zoom-in-leave-active .animation-content {
  transform: scale(0.95);
}

/* line 117, node_modules/buefy/src/scss/utils/_animations.scss */
.zoom-out-enter-active,
.zoom-out-leave-active {
  transition: opacity 150ms ease-out;
}

/* line 120, node_modules/buefy/src/scss/utils/_animations.scss */
.zoom-out-enter-active .animation-content,
.zoom-out-enter-active .animation-content,
.zoom-out-leave-active .animation-content,
.zoom-out-leave-active .animation-content {
  transition: transform 150ms ease-out;
}

/* line 125, node_modules/buefy/src/scss/utils/_animations.scss */
.zoom-out-enter,
.zoom-out-leave-active {
  opacity: 0;
}

/* line 128, node_modules/buefy/src/scss/utils/_animations.scss */
.zoom-out-enter .animation-content,
.zoom-out-enter .animation-content,
.zoom-out-leave-active .animation-content,
.zoom-out-leave-active .animation-content {
  transform: scale(1.05);
}

/* line 135, node_modules/buefy/src/scss/utils/_animations.scss */
.slide-next-enter-active,
.slide-next-leave-active,
.slide-prev-enter-active,
.slide-prev-leave-active {
  transition: transform 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

/* line 141, node_modules/buefy/src/scss/utils/_animations.scss */
.slide-prev-leave-to, .slide-next-enter {
  transform: translate3d(-100%, 0, 0);
  position: absolute;
  width: 100%;
}

/* line 146, node_modules/buefy/src/scss/utils/_animations.scss */
.slide-prev-enter, .slide-next-leave-to {
  transform: translate3d(100%, 0, 0);
  position: absolute;
  width: 100%;
}

/* line 152, node_modules/buefy/src/scss/utils/_animations.scss */
.slide-down-enter-active,
.slide-down-leave-active,
.slide-up-enter-active,
.slide-up-leave-active {
  transition: transform 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

/* line 158, node_modules/buefy/src/scss/utils/_animations.scss */
.slide-up-leave-to, .slide-down-enter {
  transform: translate3d(0, -100%, 0);
  position: absolute;
  height: 100%;
}

/* line 163, node_modules/buefy/src/scss/utils/_animations.scss */
.slide-up-enter, .slide-down-leave-to {
  transform: translate3d(0, 100%, 0);
  position: absolute;
  height: 100%;
}

/* line 169, node_modules/buefy/src/scss/utils/_animations.scss */
.slide-enter-active {
  transition: 150ms ease-out;
}

/* line 172, node_modules/buefy/src/scss/utils/_animations.scss */
.slide-leave-active {
  transition: 150ms ease-out;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

/* line 176, node_modules/buefy/src/scss/utils/_animations.scss */
.slide-enter-to, .slide-leave {
  max-height: 100px;
  overflow: hidden;
}

/* line 180, node_modules/buefy/src/scss/utils/_animations.scss */
.slide-enter, .slide-leave-to {
  overflow: hidden;
  max-height: 0;
}

/* line 3, node_modules/buefy/src/scss/components/_autocomplete.scss */
.autocomplete {
  position: relative;
}

/* line 5, node_modules/buefy/src/scss/components/_autocomplete.scss */
.autocomplete .dropdown-menu {
  display: block;
  width: 100%;
}

/* line 8, node_modules/buefy/src/scss/components/_autocomplete.scss */
.autocomplete .dropdown-menu.is-opened-top {
  top: auto;
  bottom: 100%;
}

/* line 13, node_modules/buefy/src/scss/components/_autocomplete.scss */
.autocomplete .dropdown-content {
  overflow: auto;
  max-height: 200px;
}

/* line 17, node_modules/buefy/src/scss/components/_autocomplete.scss */
.autocomplete .dropdown-item, .autocomplete .dropdown .dropdown-menu .has-link a, .dropdown .dropdown-menu .has-link .autocomplete a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 21, node_modules/buefy/src/scss/components/_autocomplete.scss */
.autocomplete .dropdown-item.is-hovered, .autocomplete .dropdown .dropdown-menu .has-link a.is-hovered, .dropdown .dropdown-menu .has-link .autocomplete a.is-hovered {
  background: whitesmoke;
  color: #0a0a0a;
}

/* line 25, node_modules/buefy/src/scss/components/_autocomplete.scss */
.autocomplete .dropdown-item.is-disabled, .autocomplete .dropdown .dropdown-menu .has-link a.is-disabled, .dropdown .dropdown-menu .has-link .autocomplete a.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 30, node_modules/buefy/src/scss/components/_autocomplete.scss */
.autocomplete.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

/* line 33, node_modules/buefy/src/scss/components/_autocomplete.scss */
.autocomplete.is-medium {
  font-size: 1.25rem;
}

/* line 36, node_modules/buefy/src/scss/components/_autocomplete.scss */
.autocomplete.is-large {
  font-size: 1.5rem;
}

/* line 16, node_modules/buefy/src/scss/components/_carousel.scss */
.carousel {
  min-height: 120px;
  position: relative;
}

/* line 20, node_modules/buefy/src/scss/components/_carousel.scss */
.carousel.is-overlay {
  background-color: rgba(10, 10, 10, 0.86);
  align-items: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
  max-height: 100vh;
  position: fixed;
  z-index: 40;
}

/* line 29, node_modules/buefy/src/scss/components/_carousel.scss */
.carousel.is-overlay .carousel-item img {
  cursor: default;
}

/* line 32, node_modules/buefy/src/scss/components/_carousel.scss */
.carousel.is-overlay .carousel-indicator.has-background {
  background: transparent;
}

/* line 36, node_modules/buefy/src/scss/components/_carousel.scss */
.carousel .progress, .carousel .progress-wrapper.is-not-native {
  border-radius: 2px;
  height: 0.25rem;
  margin-bottom: 0;
}

/* line 41, node_modules/buefy/src/scss/components/_carousel.scss */
.carousel .carousel-items {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
}

@media screen and (min-width: 769px), print {
  /* line 46, node_modules/buefy/src/scss/components/_carousel.scss */
  .carousel .carousel-items:hover .carousel-arrow.is-hovered {
    opacity: 1;
  }
}

/* line 51, node_modules/buefy/src/scss/components/_carousel.scss */
.carousel .carousel-items .carousel-item {
  flex-shrink: 0;
  width: 100%;
}

/* line 56, node_modules/buefy/src/scss/components/_carousel.scss */
.carousel .carousel-pause {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0.15rem;
  z-index: 1;
}

/* line 63, node_modules/buefy/src/scss/components/_carousel.scss */
.carousel .carousel-indicator {
  width: 100%;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 69, node_modules/buefy/src/scss/components/_carousel.scss */
.carousel .carousel-indicator.has-background {
  background: rgba(10, 10, 10, 0.5);
}

/* line 72, node_modules/buefy/src/scss/components/_carousel.scss */
.carousel .carousel-indicator.has-custom {
  flex-wrap: nowrap;
  justify-content: flex-start;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-x: auto;
}

/* line 78, node_modules/buefy/src/scss/components/_carousel.scss */
.carousel .carousel-indicator.has-custom.is-small .indicator-item {
  flex: 1 0 10%;
}

/* line 81, node_modules/buefy/src/scss/components/_carousel.scss */
.carousel .carousel-indicator.has-custom.is-medium .indicator-item {
  flex: 1 0 16.66667%;
}

/* line 85, node_modules/buefy/src/scss/components/_carousel.scss */
.carousel .carousel-indicator.is-inside {
  position: absolute;
}

/* line 87, node_modules/buefy/src/scss/components/_carousel.scss */
.carousel .carousel-indicator.is-inside.is-bottom {
  bottom: 0;
}

/* line 90, node_modules/buefy/src/scss/components/_carousel.scss */
.carousel .carousel-indicator.is-inside.is-top {
  top: 0;
}

/* line 95, node_modules/buefy/src/scss/components/_carousel.scss */
.carousel .carousel-indicator .indicator-item:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 98, node_modules/buefy/src/scss/components/_carousel.scss */
.carousel .carousel-indicator .indicator-item.is-active .indicator-style,
.carousel .carousel-indicator .indicator-item .indicator-style:hover {
  background: #8c67ef;
  border: 1px solid white;
}

/* line 103, node_modules/buefy/src/scss/components/_carousel.scss */
.carousel .carousel-indicator .indicator-item .indicator-style {
  display: block;
  border: 1px solid #8c67ef;
  background: white;
  outline: none;
  transition: 150ms ease-out;
}

/* line 109, node_modules/buefy/src/scss/components/_carousel.scss */
.carousel .carousel-indicator .indicator-item .indicator-style.is-boxes {
  height: 10px;
  width: 10px;
}

/* line 113, node_modules/buefy/src/scss/components/_carousel.scss */
.carousel .carousel-indicator .indicator-item .indicator-style.is-dots {
  border-radius: 9999px;
  height: 10px;
  width: 10px;
}

/* line 118, node_modules/buefy/src/scss/components/_carousel.scss */
.carousel .carousel-indicator .indicator-item .indicator-style.is-lines {
  height: 5px;
  width: 25px;
}

/* line 127, node_modules/buefy/src/scss/components/_carousel.scss */
.carousel-list {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 132, node_modules/buefy/src/scss/components/_carousel.scss */
.carousel-list.has-shadow {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 769px), print {
  /* line 135, node_modules/buefy/src/scss/components/_carousel.scss */
  .carousel-list:hover .carousel-arrow.is-hovered {
    opacity: 1;
  }
}

/* line 140, node_modules/buefy/src/scss/components/_carousel.scss */
.carousel-list .carousel-slides {
  position: relative;
  display: flex;
  width: 100%;
}

/* line 144, node_modules/buefy/src/scss/components/_carousel.scss */
.carousel-list .carousel-slides:not(.is-dragging) {
  transition: all 250ms ease-out 0s;
}

/* line 149, node_modules/buefy/src/scss/components/_carousel.scss */
.carousel-list .carousel-slides.has-grayscale .carousel-slide img {
  filter: grayscale(100%);
}

/* line 152, node_modules/buefy/src/scss/components/_carousel.scss */
.carousel-list .carousel-slides.has-grayscale .carousel-slide.is-active img {
  filter: grayscale(0%);
}

/* line 159, node_modules/buefy/src/scss/components/_carousel.scss */
.carousel-list .carousel-slides.has-opacity .carousel-slide img {
  opacity: 0.25;
}

/* line 162, node_modules/buefy/src/scss/components/_carousel.scss */
.carousel-list .carousel-slides.has-opacity .carousel-slide.is-active img {
  opacity: 1;
}

/* line 167, node_modules/buefy/src/scss/components/_carousel.scss */
.carousel-list .carousel-slides .carousel-slide {
  border: 2px solid transparent;
  flex-shrink: 0;
}

/* line 174, node_modules/buefy/src/scss/components/_carousel.scss */
.carousel-arrow {
  transition: 150ms ease-out;
}

/* line 176, node_modules/buefy/src/scss/components/_carousel.scss */
.carousel-arrow.is-hovered {
  opacity: 0;
}

/* line 179, node_modules/buefy/src/scss/components/_carousel.scss */
.carousel-arrow .icon {
  background: white;
  color: #8c67ef;
  cursor: pointer;
  border: 1px solid white;
  border-radius: 9999px;
  outline: 0;
}

/* line 186, node_modules/buefy/src/scss/components/_carousel.scss */
.carousel-arrow .icon:hover {
  border: 1px solid #8c67ef;
  opacity: 1;
}

/* line 190, node_modules/buefy/src/scss/components/_carousel.scss */
.carousel-arrow .icon.has-icons-left, .carousel-arrow .icon.has-icons-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

/* line 197, node_modules/buefy/src/scss/components/_carousel.scss */
.carousel-arrow .icon.has-icons-left {
  left: 1.5rem;
}

/* line 200, node_modules/buefy/src/scss/components/_carousel.scss */
.carousel-arrow .icon.has-icons-right {
  right: 1.5rem;
}

/* line 11, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox {
  outline: none;
  display: inline-flex;
  align-items: center;
}

/* line 16, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox:not(.button) {
  margin-right: 0.5em;
}

/* line 18, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox:not(.button) + .checkbox:last-child {
  margin-right: 0;
}

/* line 22, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox input[type=checkbox] {
  position: absolute;
  left: 0;
  opacity: 0;
  outline: none;
  z-index: -1;
}

/* line 28, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox input[type=checkbox] + .check {
  width: 1.25em;
  height: 1.25em;
  flex-shrink: 0;
  border-radius: 4px;
  border: 2px solid #7a7a7a;
  transition: background 150ms ease-out;
  background: transparent;
}

/* line 37, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox input[type=checkbox]:checked + .check {
  background: #8c67ef url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  border-color: #8c67ef;
}

/* line 43, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-white {
  background: white url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%230a0a0a' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  border-color: white;
}

/* line 43, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-black {
  background: #0a0a0a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:white' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  border-color: #0a0a0a;
}

/* line 43, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-light {
  background: whitesmoke url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:rgba(0, 0, 0, 0.7)' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  border-color: whitesmoke;
}

/* line 43, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-dark {
  background: #363636 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  border-color: #363636;
}

/* line 43, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-primary {
  background: #8c67ef url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  border-color: #8c67ef;
}

/* line 43, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-link {
  background: #485fc7 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  border-color: #485fc7;
}

/* line 43, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-info {
  background: #3e8ed0 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  border-color: #3e8ed0;
}

/* line 43, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-success {
  background: #48c78e url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  border-color: #48c78e;
}

/* line 43, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-warning {
  background: #ffe08a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:rgba(0, 0, 0, 0.7)' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  border-color: #ffe08a;
}

/* line 43, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-danger {
  background: #f14668 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  border-color: #f14668;
}

/* line 49, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check {
  background: #8c67ef url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
  border-color: #8c67ef;
}

/* line 55, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-white {
  background: white url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%230a0a0a' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
  border-color: white;
}

/* line 55, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-black {
  background: #0a0a0a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:white' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
  border-color: #0a0a0a;
}

/* line 55, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-light {
  background: whitesmoke url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:rgba(0, 0, 0, 0.7)' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
  border-color: whitesmoke;
}

/* line 55, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-dark {
  background: #363636 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
  border-color: #363636;
}

/* line 55, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-primary {
  background: #8c67ef url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
  border-color: #8c67ef;
}

/* line 55, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-link {
  background: #485fc7 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
  border-color: #485fc7;
}

/* line 55, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-info {
  background: #3e8ed0 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
  border-color: #3e8ed0;
}

/* line 55, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-success {
  background: #48c78e url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
  border-color: #48c78e;
}

/* line 55, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-warning {
  background: #ffe08a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:rgba(0, 0, 0, 0.7)' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
  border-color: #ffe08a;
}

/* line 55, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-danger {
  background: #f14668 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
  border-color: #f14668;
}

/* line 62, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox input[type=checkbox]:focus + .check {
  box-shadow: 0 0 0.5em rgba(122, 122, 122, 0.8);
}

/* line 65, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check {
  box-shadow: 0 0 0.5em rgba(140, 103, 239, 0.8);
}

/* line 69, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-white {
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.8);
}

/* line 69, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-black {
  box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.8);
}

/* line 69, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-light {
  box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.8);
}

/* line 69, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-dark {
  box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.8);
}

/* line 69, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-primary {
  box-shadow: 0 0 0.5em rgba(140, 103, 239, 0.8);
}

/* line 69, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-link {
  box-shadow: 0 0 0.5em rgba(72, 95, 199, 0.8);
}

/* line 69, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-info {
  box-shadow: 0 0 0.5em rgba(62, 142, 208, 0.8);
}

/* line 69, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-success {
  box-shadow: 0 0 0.5em rgba(72, 199, 142, 0.8);
}

/* line 69, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-warning {
  box-shadow: 0 0 0.5em rgba(255, 224, 138, 0.8);
}

/* line 69, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-danger {
  box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.8);
}

/* line 76, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox .control-label {
  padding-left: calc(0.75em - 1px);
}

/* line 79, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox.button {
  display: flex;
}

/* line 82, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox[disabled] {
  opacity: 0.5;
}

/* line 86, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check {
  border-color: #8c67ef;
}

/* line 90, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-white {
  border-color: white;
}

/* line 90, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-black {
  border-color: #0a0a0a;
}

/* line 90, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-light {
  border-color: whitesmoke;
}

/* line 90, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-dark {
  border-color: #363636;
}

/* line 90, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-primary {
  border-color: #8c67ef;
}

/* line 90, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-link {
  border-color: #485fc7;
}

/* line 90, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-info {
  border-color: #3e8ed0;
}

/* line 90, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-success {
  border-color: #48c78e;
}

/* line 90, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-warning {
  border-color: #ffe08a;
}

/* line 90, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-danger {
  border-color: #f14668;
}

/* line 96, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

/* line 99, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox.is-medium {
  font-size: 1.25rem;
}

/* line 102, node_modules/buefy/src/scss/components/_checkbox.scss */
.b-checkbox.checkbox.is-large {
  font-size: 1.5rem;
}

/* line 26, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker .card-header {
  background-color: #8c67ef;
  color: #fff;
}

/* line 31, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker .b-clockpicker-face:after {
  background-color: #8c67ef;
}

/* line 34, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker .b-clockpicker-face-hand {
  background-color: #8c67ef;
  border-color: #8c67ef;
}

/* line 38, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker .b-clockpicker-face-number.active {
  background-color: #8c67ef;
  color: #fff;
}

/* line 26, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker.is-white .card-header {
  background-color: white;
  color: #0a0a0a;
}

/* line 31, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker.is-white .b-clockpicker-face:after {
  background-color: white;
}

/* line 34, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker.is-white .b-clockpicker-face-hand {
  background-color: white;
  border-color: white;
}

/* line 38, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker.is-white .b-clockpicker-face-number.active {
  background-color: white;
  color: #0a0a0a;
}

/* line 26, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker.is-black .card-header {
  background-color: #0a0a0a;
  color: white;
}

/* line 31, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker.is-black .b-clockpicker-face:after {
  background-color: #0a0a0a;
}

/* line 34, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker.is-black .b-clockpicker-face-hand {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
}

/* line 38, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker.is-black .b-clockpicker-face-number.active {
  background-color: #0a0a0a;
  color: white;
}

/* line 26, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker.is-light .card-header {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

/* line 31, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker.is-light .b-clockpicker-face:after {
  background-color: whitesmoke;
}

/* line 34, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker.is-light .b-clockpicker-face-hand {
  background-color: whitesmoke;
  border-color: whitesmoke;
}

/* line 38, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker.is-light .b-clockpicker-face-number.active {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

/* line 26, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker.is-dark .card-header {
  background-color: #363636;
  color: #fff;
}

/* line 31, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker.is-dark .b-clockpicker-face:after {
  background-color: #363636;
}

/* line 34, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker.is-dark .b-clockpicker-face-hand {
  background-color: #363636;
  border-color: #363636;
}

/* line 38, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker.is-dark .b-clockpicker-face-number.active {
  background-color: #363636;
  color: #fff;
}

/* line 26, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker.is-primary .card-header {
  background-color: #8c67ef;
  color: #fff;
}

/* line 31, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker.is-primary .b-clockpicker-face:after {
  background-color: #8c67ef;
}

/* line 34, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker.is-primary .b-clockpicker-face-hand {
  background-color: #8c67ef;
  border-color: #8c67ef;
}

/* line 38, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker.is-primary .b-clockpicker-face-number.active {
  background-color: #8c67ef;
  color: #fff;
}

/* line 26, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker.is-link .card-header {
  background-color: #485fc7;
  color: #fff;
}

/* line 31, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker.is-link .b-clockpicker-face:after {
  background-color: #485fc7;
}

/* line 34, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker.is-link .b-clockpicker-face-hand {
  background-color: #485fc7;
  border-color: #485fc7;
}

/* line 38, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker.is-link .b-clockpicker-face-number.active {
  background-color: #485fc7;
  color: #fff;
}

/* line 26, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker.is-info .card-header {
  background-color: #3e8ed0;
  color: #fff;
}

/* line 31, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker.is-info .b-clockpicker-face:after {
  background-color: #3e8ed0;
}

/* line 34, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker.is-info .b-clockpicker-face-hand {
  background-color: #3e8ed0;
  border-color: #3e8ed0;
}

/* line 38, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker.is-info .b-clockpicker-face-number.active {
  background-color: #3e8ed0;
  color: #fff;
}

/* line 26, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker.is-success .card-header {
  background-color: #48c78e;
  color: #fff;
}

/* line 31, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker.is-success .b-clockpicker-face:after {
  background-color: #48c78e;
}

/* line 34, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker.is-success .b-clockpicker-face-hand {
  background-color: #48c78e;
  border-color: #48c78e;
}

/* line 38, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker.is-success .b-clockpicker-face-number.active {
  background-color: #48c78e;
  color: #fff;
}

/* line 26, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker.is-warning .card-header {
  background-color: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}

/* line 31, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker.is-warning .b-clockpicker-face:after {
  background-color: #ffe08a;
}

/* line 34, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker.is-warning .b-clockpicker-face-hand {
  background-color: #ffe08a;
  border-color: #ffe08a;
}

/* line 38, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker.is-warning .b-clockpicker-face-number.active {
  background-color: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}

/* line 26, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker.is-danger .card-header {
  background-color: #f14668;
  color: #fff;
}

/* line 31, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker.is-danger .b-clockpicker-face:after {
  background-color: #f14668;
}

/* line 34, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker.is-danger .b-clockpicker-face-hand {
  background-color: #f14668;
  border-color: #f14668;
}

/* line 38, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker.is-danger .b-clockpicker-face-number.active {
  background-color: #f14668;
  color: #fff;
}

/* line 51, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker .dropdown-menu {
  min-width: 0;
}

/* line 54, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker .dropdown,
.b-clockpicker .dropdown-trigger {
  width: 100%;
}

/* line 57, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker .dropdown .input[readonly],
.b-clockpicker .dropdown-trigger .input[readonly] {
  cursor: pointer;
  box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
}

/* line 60, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker .dropdown .input[readonly]:focus, .b-clockpicker .dropdown .input.is-focused[readonly], .b-clockpicker .dropdown .input[readonly]:active, .b-clockpicker .dropdown .input.is-active[readonly],
.b-clockpicker .dropdown-trigger .input[readonly]:focus,
.b-clockpicker .dropdown-trigger .input.is-focused[readonly],
.b-clockpicker .dropdown-trigger .input[readonly]:active,
.b-clockpicker .dropdown-trigger .input.is-active[readonly] {
  box-shadow: 0 0 0 0.125em rgba(140, 103, 239, 0.25);
}

/* line 68, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker .dropdown-item, .b-clockpicker .dropdown .dropdown-menu .has-link a, .dropdown .dropdown-menu .has-link .b-clockpicker a {
  font-size: inherit;
  padding: 0;
}

/* line 72, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker .dropdown-content {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 77, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker .card {
  border-radius: 0.25rem;
}

/* line 81, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker .card-header {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 86, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker .card-content {
  padding: 12px;
}

/* line 90, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker-btn {
  cursor: pointer;
  opacity: 0.6;
}

/* line 93, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker-btn:hover, .b-clockpicker-btn.active {
  opacity: 1;
}

/* line 100, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker-period .b-clockpicker-btn {
  font-size: 16px;
}

/* line 106, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker-time span {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

/* line 113, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker-header {
  display: flex;
  line-height: 1;
  justify-content: flex-end;
  color: inherit;
}

/* line 120, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker-header .b-clockpicker-time {
  white-space: nowrap;
}

/* line 122, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker-header .b-clockpicker-time span {
  height: 60px;
  font-size: 60px;
}

/* line 129, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker-header .b-clockpicker-period {
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  margin: 8px 0 6px 8px;
}

/* line 137, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker-body {
  transition: 0.9s cubic-bezier(0.25, 0.8, 0.5, 1);
}

/* line 140, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker-body .b-clockpicker-btn {
  padding: 0 8px;
  border-radius: 9999px;
  margin-bottom: 2px;
}

/* line 144, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker-body .b-clockpicker-btn:hover, .b-clockpicker-body .b-clockpicker-btn.active {
  background-color: #8c67ef;
  color: white;
}

/* line 151, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker-body .b-clockpicker-period {
  position: absolute;
  top: 5px;
  right: 5px;
}

/* line 157, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker-body .b-clockpicker-time {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 16px;
}

/* line 165, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker-body .b-clockpicker-face {
  border-radius: 50%;
  position: relative;
  background-color: #dbdbdb;
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}

/* line 176, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker-body .b-clockpicker-face:after {
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  z-index: 10;
}

/* line 189, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker-body .b-clockpicker-face-outer-ring {
  user-select: none;
  height: calc(100% - 50px);
  width: calc(100% - 50px);
  position: relative;
  border-radius: 50%;
}

/* line 198, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker-body .b-clockpicker-face-number {
  align-items: center;
  border-radius: 100%;
  cursor: default;
  display: flex;
  font-size: 18px;
  text-align: center;
  justify-content: center;
  position: absolute;
  width: 40px;
  height: 40px;
  left: calc(50% - 40px * 0.5);
  top: calc(50% - 40px * 0.5);
  user-select: none;
}

/* line 213, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker-body .b-clockpicker-face-number > span {
  z-index: 1;
}

/* line 217, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker-body .b-clockpicker-face-number:before, .b-clockpicker-body .b-clockpicker-face-number:after {
  content: "";
  height: 40px;
  width: 40px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 229, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker-body .b-clockpicker-face-number.active {
  cursor: default;
  z-index: 2;
}

/* line 234, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker-body .b-clockpicker-face-number.disabled {
  pointer-events: none;
  opacity: .25;
}

/* line 240, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker-body .b-clockpicker-face-hand {
  height: calc(50% - 6px);
  width: 2px;
  bottom: 50%;
  left: calc(50% - 1px);
  transform-origin: center bottom;
  position: absolute;
  will-change: transform;
  z-index: 1;
}

/* line 252, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker-body .b-clockpicker-face-hand:before {
  background: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 269, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker-footer {
  display: block;
  padding: 12px;
}

/* line 274, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

/* line 277, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker.is-medium {
  font-size: 1.25rem;
}

/* line 280, node_modules/buefy/src/scss/components/_clockpicker.scss */
.b-clockpicker.is-large {
  font-size: 1.5rem;
}

/* line 2, node_modules/buefy/src/scss/components/_collapse.scss */
.collapse .collapse-trigger {
  display: inline;
  cursor: pointer;
}

/* line 6, node_modules/buefy/src/scss/components/_collapse.scss */
.collapse .collapse-content {
  display: inherit;
}

/* line 13, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker {
  font-size: 0.875rem;
}

/* line 15, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .dropdown,
.datepicker .dropdown-trigger {
  width: 100%;
}

/* line 18, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .dropdown .input[readonly],
.datepicker .dropdown-trigger .input[readonly] {
  cursor: pointer;
  box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
}

/* line 21, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .dropdown .input[readonly]:focus, .datepicker .dropdown .input.is-focused[readonly], .datepicker .dropdown .input[readonly]:active, .datepicker .dropdown .input.is-active[readonly],
.datepicker .dropdown-trigger .input[readonly]:focus,
.datepicker .dropdown-trigger .input.is-focused[readonly],
.datepicker .dropdown-trigger .input[readonly]:active,
.datepicker .dropdown-trigger .input.is-active[readonly] {
  box-shadow: 0 0 0 0.125em rgba(140, 103, 239, 0.25);
}

/* line 31, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .dropdown.is-disabled {
  opacity: 1;
}

/* line 35, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .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);
}

/* line 40, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .dropdown-item, .datepicker .dropdown .dropdown-menu .has-link a, .dropdown .dropdown-menu .has-link .datepicker a {
  font-size: inherit;
}

/* line 43, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .datepicker-header {
  padding-bottom: 0.875rem;
  margin-bottom: 0.875rem;
  border-bottom: 1px solid #dbdbdb;
}

/* line 48, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .datepicker-footer {
  margin-top: 0.875rem;
  padding-top: 0.875rem;
  border-top: 1px solid #dbdbdb;
}

/* line 53, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .datepicker-table {
  display: table;
  margin: 0 auto 0 auto;
}

/* line 56, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .datepicker-table .datepicker-cell {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
}

/* line 63, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .datepicker-table .datepicker-header {
  display: table-header-group;
}

/* line 65, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .datepicker-table .datepicker-header .datepicker-cell {
  color: #7a7a7a;
  font-weight: 600;
}

/* line 70, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .datepicker-table .datepicker-body {
  display: table-row-group;
}

/* line 72, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .datepicker-table .datepicker-body .datepicker-row {
  display: table-row;
}

/* line 75, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .datepicker-table .datepicker-body .datepicker-months {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 17rem;
}

/* line 80, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .datepicker-table .datepicker-body .datepicker-months .datepicker-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.33%;
  height: 2.5rem;
}

/* line 89, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-unselectable {
  color: #b5b5b5;
}

/* line 92, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-today {
  border: solid 1px rgba(140, 103, 239, 0.5);
}

/* line 95, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable {
  color: #4a4a4a;
}

/* line 97, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable:hover:not(.is-selected), .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable:focus:not(.is-selected) {
  background-color: whitesmoke;
  color: #0a0a0a;
  cursor: pointer;
}

/* line 104, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable.is-within-hovered-range.is-first-hovered {
  background-color: #7a7a7a;
  color: #dbdbdb;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 110, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable.is-within-hovered-range.is-within-hovered {
  background-color: whitesmoke;
  color: #0a0a0a;
  border-radius: 0;
}

/* line 115, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable.is-within-hovered-range.is-last-hovered {
  background-color: #7a7a7a;
  color: #dbdbdb;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 123, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected {
  background-color: #8c67ef;
  color: #fff;
}

/* line 126, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected.is-first-selected {
  background-color: #8c67ef;
  color: #fff;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 132, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected.is-within-selected {
  background-color: rgba(140, 103, 239, 0.5);
  border-radius: 0;
}

/* line 136, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected.is-last-selected {
  background-color: #8c67ef;
  color: #fff;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 143, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-nearby:not(.is-selected) {
  color: #b5b5b5;
}

/* line 146, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-week-number {
  cursor: default;
}

/* line 151, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell {
  padding: 0.3rem 0.75rem 0.75rem;
}

/* line 153, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event {
  position: relative;
}

/* line 155, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events {
  bottom: .425rem;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 0 .35rem;
  position: absolute;
  width: 100%;
}

/* line 166, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-white {
  background-color: white;
}

/* line 166, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-black {
  background-color: #0a0a0a;
}

/* line 166, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-light {
  background-color: whitesmoke;
}

/* line 166, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-dark {
  background-color: #363636;
}

/* line 166, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-primary {
  background-color: #8c67ef;
}

/* line 166, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-link {
  background-color: #485fc7;
}

/* line 166, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-info {
  background-color: #3e8ed0;
}

/* line 166, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-success {
  background-color: #48c78e;
}

/* line 166, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-warning {
  background-color: #ffe08a;
}

/* line 166, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-danger {
  background-color: #f14668;
}

/* line 172, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event.dots .event {
  border-radius: 50%;
  height: .35em;
  margin: 0 .1em;
  width: .35em;
}

/* line 178, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event.bars .event {
  height: .25em;
  width: 100%;
}

/* line 183, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.is-selected {
  overflow: hidden;
}

/* line 188, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.is-selected .events .event.is-primary {
  background-color: #c0acf6;
}

/* line 197, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

/* line 200, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker.is-medium {
  font-size: 1.25rem;
}

/* line 203, node_modules/buefy/src/scss/components/_datepicker.scss */
.datepicker.is-large {
  font-size: 1.5rem;
}

@media screen and (min-width: 1024px) {
  /* line 207, node_modules/buefy/src/scss/components/_datepicker.scss */
  .datepicker .footer-horizontal-timepicker {
    border: none;
    padding-left: 10px;
    margin-left: 5px;
    display: flex;
  }
  /* line 213, node_modules/buefy/src/scss/components/_datepicker.scss */
  .datepicker .dropdown-horizonal-timepicker {
    display: flex;
  }
  /* line 216, node_modules/buefy/src/scss/components/_datepicker.scss */
  .datepicker .content-horizonal-timepicker {
    border-right: 1px solid #dbdbdb;
  }
}

/* line 2, node_modules/buefy/src/scss/components/_dialog.scss */
.dialog .modal-card {
  max-width: 460px;
  width: auto;
}

/* line 5, node_modules/buefy/src/scss/components/_dialog.scss */
.dialog .modal-card .modal-card-head {
  font-size: 1.25rem;
  font-weight: 600;
}

/* line 10, node_modules/buefy/src/scss/components/_dialog.scss */
.dialog .modal-card .modal-card-body .field {
  margin-top: 16px;
}

/* line 13, node_modules/buefy/src/scss/components/_dialog.scss */
.dialog .modal-card .modal-card-body.is-titleless {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

/* line 18, node_modules/buefy/src/scss/components/_dialog.scss */
.dialog .modal-card .modal-card-foot {
  justify-content: flex-end;
}

/* line 20, node_modules/buefy/src/scss/components/_dialog.scss */
.dialog .modal-card .modal-card-foot .button {
  display: inline;
  min-width: 5em;
  font-weight: 600;
}

@media screen and (min-width: 769px), print {
  /* line 2, node_modules/buefy/src/scss/components/_dialog.scss */
  .dialog .modal-card {
    min-width: 320px;
  }
}

/* line 31, node_modules/buefy/src/scss/components/_dialog.scss */
.dialog.is-small .modal-card,
.dialog.is-small .input,
.dialog.is-small .button {
  border-radius: 2px;
  font-size: 0.75rem;
}

/* line 38, node_modules/buefy/src/scss/components/_dialog.scss */
.dialog.is-medium .modal-card,
.dialog.is-medium .input,
.dialog.is-medium .button {
  font-size: 1.25rem;
}

/* line 45, node_modules/buefy/src/scss/components/_dialog.scss */
.dialog.is-large .modal-card,
.dialog.is-large .input,
.dialog.is-large .button {
  font-size: 1.5rem;
}

/* line 51, node_modules/buefy/src/scss/components/_dialog.scss */
.dialog.has-custom-container {
  position: absolute;
}

/* line 6, node_modules/buefy/src/scss/components/_dropdown.scss */
.dropdown + .dropdown {
  margin-left: 0.5em;
}

/* line 9, node_modules/buefy/src/scss/components/_dropdown.scss */
.dropdown .background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  position: fixed;
  background-color: rgba(10, 10, 10, 0.86);
  z-index: 40;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  /* line 9, node_modules/buefy/src/scss/components/_dropdown.scss */
  .dropdown .background {
    display: none;
  }
}

/* line 20, node_modules/buefy/src/scss/components/_dropdown.scss */
.dropdown.dropdown-menu-animation .dropdown-menu {
  display: block;
}

/* line 26, node_modules/buefy/src/scss/components/_dropdown.scss */
.dropdown .dropdown-menu .dropdown-item.is-disabled, .dropdown .dropdown-menu .has-link a.is-disabled {
  cursor: not-allowed;
}

/* line 28, node_modules/buefy/src/scss/components/_dropdown.scss */
.dropdown .dropdown-menu .dropdown-item.is-disabled:hover, .dropdown .dropdown-menu .has-link a.is-disabled:hover {
  background: inherit;
  color: inherit;
}

/* line 34, node_modules/buefy/src/scss/components/_dropdown.scss */
.dropdown .dropdown-menu .has-link a {
  padding-right: 3rem;
  white-space: nowrap;
}

/* line 41, node_modules/buefy/src/scss/components/_dropdown.scss */
.dropdown.is-hoverable:not(.is-active) .dropdown-menu {
  display: none;
}

/* line 47, node_modules/buefy/src/scss/components/_dropdown.scss */
.dropdown.is-hoverable:hover .dropdown-menu {
  display: inherit;
}

/* line 52, node_modules/buefy/src/scss/components/_dropdown.scss */
.dropdown.is-expanded {
  width: 100%;
}

/* line 54, node_modules/buefy/src/scss/components/_dropdown.scss */
.dropdown.is-expanded .dropdown-trigger {
  width: 100%;
}

/* line 57, node_modules/buefy/src/scss/components/_dropdown.scss */
.dropdown.is-expanded .dropdown-menu {
  width: 100%;
}

/* line 61, node_modules/buefy/src/scss/components/_dropdown.scss */
.dropdown.is-expanded.is-mobile-modal .dropdown-menu {
  max-width: 100%;
}

/* line 69, node_modules/buefy/src/scss/components/_dropdown.scss */
.dropdown:not(.is-disabled) .dropdown-menu .dropdown-item.is-disabled, .dropdown:not(.is-disabled) .dropdown-menu .has-link a.is-disabled {
  opacity: 0.5;
}

/* line 75, node_modules/buefy/src/scss/components/_dropdown.scss */
.dropdown .navbar-item {
  height: 100%;
}

/* line 78, node_modules/buefy/src/scss/components/_dropdown.scss */
.dropdown.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 81, node_modules/buefy/src/scss/components/_dropdown.scss */
.dropdown.is-disabled .dropdown-trigger {
  pointer-events: none;
}

/* line 86, node_modules/buefy/src/scss/components/_dropdown.scss */
.dropdown.is-inline .dropdown-menu {
  position: static;
  display: inline-block;
  padding: 0;
}

/* line 93, node_modules/buefy/src/scss/components/_dropdown.scss */
.dropdown.is-top-right .dropdown-menu {
  top: auto;
  bottom: 100%;
}

/* line 99, node_modules/buefy/src/scss/components/_dropdown.scss */
.dropdown.is-top-left .dropdown-menu {
  top: auto;
  bottom: 100%;
  right: 0;
  left: auto;
}

/* line 107, node_modules/buefy/src/scss/components/_dropdown.scss */
.dropdown.is-bottom-left .dropdown-menu {
  right: 0;
  left: auto;
}

@media screen and (max-width: 1023px) {
  /* line 114, node_modules/buefy/src/scss/components/_dropdown.scss */
  .dropdown.is-mobile-modal > .dropdown-menu {
    position: fixed !important;
    width: calc(100vw - 40px);
    max-width: 460px;
    max-height: calc(100vh - 120px);
    top: 25% !important;
    left: 50% !important;
    bottom: auto !important;
    right: auto !important;
    transform: translate3d(-50%, -25%, 0);
    white-space: normal;
    overflow-y: auto;
    z-index: 50 !important;
  }
  /* line 128, node_modules/buefy/src/scss/components/_dropdown.scss */
  .dropdown.is-mobile-modal > .dropdown-menu > .dropdown-content > .dropdown-item, .dropdown .dropdown-menu .has-link .dropdown.is-mobile-modal > .dropdown-menu > .dropdown-content > a, .dropdown.is-mobile-modal > .dropdown-menu > .dropdown-content > .has-link a {
    padding: 1rem 1.5rem;
  }
}

/* line 5, node_modules/buefy/src/scss/components/_form.scss */
.field.is-grouped .field {
  flex-shrink: 0;
}

/* line 7, node_modules/buefy/src/scss/components/_form.scss */
.field.is-grouped .field:not(:last-child) {
  margin-right: 0.75rem;
}

/* line 10, node_modules/buefy/src/scss/components/_form.scss */
.field.is-grouped .field.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

/* line 19, node_modules/buefy/src/scss/components/_form.scss */
.field.has-addons .control:first-child .control .button,
.field.has-addons .control:first-child .control .input,
.field.has-addons .control:first-child .control .select select {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 27, node_modules/buefy/src/scss/components/_form.scss */
.field.has-addons .control:last-child .control .button,
.field.has-addons .control:last-child .control .input,
.field.has-addons .control:last-child .control .select select {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 35, node_modules/buefy/src/scss/components/_form.scss */
.field.has-addons .control .control .button,
.field.has-addons .control .control .input,
.field.has-addons .control .control .select select {
  border-radius: 0;
}

/* line 47, node_modules/buefy/src/scss/components/_form.scss */
.field.has-addons .b-numberinput:not(:first-child) .control:first-child .button,
.field.has-addons .b-numberinput:not(:first-child) .control:first-child .input,
.field.has-addons .b-numberinput:not(:first-child) .control:first-child .select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 57, node_modules/buefy/src/scss/components/_form.scss */
.field.has-addons .b-numberinput:not(:last-child) .control:last-child .button,
.field.has-addons .b-numberinput:not(:last-child) .control:last-child .input,
.field.has-addons .b-numberinput:not(:last-child) .control:last-child .select select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 67, node_modules/buefy/src/scss/components/_form.scss */
.field.has-addons.b-numberinput .control {
  margin-right: unset;
}

/* line 75, node_modules/buefy/src/scss/components/_form.scss */
.field.is-floating-label, .field.is-floating-in-label {
  position: relative;
}

/* line 79, node_modules/buefy/src/scss/components/_form.scss */
.field.is-floating-label .label, .field.is-floating-in-label .label {
  position: absolute;
  left: 1em;
  font-size: calc(1rem * 0.75);
  background-color: transparent;
  z-index: 5;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 2em);
  overflow: hidden;
}

/* line 90, node_modules/buefy/src/scss/components/_form.scss */
.field.is-floating-label .label.is-small, .field.is-floating-in-label .label.is-small {
  font-size: calc(0.75rem * 0.75);
}

/* line 93, node_modules/buefy/src/scss/components/_form.scss */
.field.is-floating-label .label.is-medium, .field.is-floating-in-label .label.is-medium {
  font-size: calc(1.25rem * 0.75);
}

/* line 96, node_modules/buefy/src/scss/components/_form.scss */
.field.is-floating-label .label.is-large, .field.is-floating-in-label .label.is-large {
  font-size: calc(1.5rem * 0.75);
}

/* line 100, node_modules/buefy/src/scss/components/_form.scss */
.field.is-floating-label .taginput .counter, .field.is-floating-in-label .taginput .counter {
  float: none;
  text-align: right;
}

/* line 108, node_modules/buefy/src/scss/components/_form.scss */
.field.is-floating-label.has-addons > .label + .control .button,
.field.is-floating-label.has-addons > .label + .control .input,
.field.is-floating-label.has-addons > .label + .control .select select, .field.is-floating-in-label.has-addons > .label + .control .button,
.field.is-floating-in-label.has-addons > .label + .control .input,
.field.is-floating-in-label.has-addons > .label + .control .select select {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 120, node_modules/buefy/src/scss/components/_form.scss */
.field.is-floating-label .label {
  top: -0.775em;
  padding-left: 0.125em;
  padding-right: 0.125em;
}

/* line 124, node_modules/buefy/src/scss/components/_form.scss */
.field.is-floating-label .label:before {
  content: '';
  display: block;
  position: absolute;
  top: 0.775em;
  left: 0;
  right: 0;
  height: 0.375em;
  background-color: white;
  z-index: -1;
}

/* line 140, node_modules/buefy/src/scss/components/_form.scss */
.field.is-floating-label .input:focus,
.field.is-floating-label .textarea:focus,
.field.is-floating-label .select
select:focus {
  box-shadow: none;
}

/* line 144, node_modules/buefy/src/scss/components/_form.scss */
.field.is-floating-label .taginput .taginput-container {
  padding-top: 0.475em;
}

/* line 146, node_modules/buefy/src/scss/components/_form.scss */
.field.is-floating-label .taginput .taginput-container.is-focused {
  box-shadow: none;
}

/* line 152, node_modules/buefy/src/scss/components/_form.scss */
.field.is-floating-in-label > .label {
  top: 0.25em;
}

/* line 157, node_modules/buefy/src/scss/components/_form.scss */
.field.is-floating-in-label > .label + .control.datepicker .input, .field.is-floating-in-label > .label + .control.timepicker .input {
  padding-top: calc(3.25em * 0.5 - (1.5rem * 0.75) * 0.5);
  padding-bottom: 1px;
  height: 3.25em;
}

/* line 164, node_modules/buefy/src/scss/components/_form.scss */
.field.is-floating-in-label > .label + .control:not(.datepicker):not(.timepicker):not(.taginput) .input,
.field.is-floating-in-label > .label + .control:not(.datepicker):not(.timepicker):not(.taginput) .textarea,
.field.is-floating-in-label > .label + .control:not(.datepicker):not(.timepicker):not(.taginput) select {
  padding-top: calc(3.25em * 0.5 - (1.5rem * 0.75) * 0.5);
  padding-bottom: 1px;
  height: 3.25em;
}

/* line 171, node_modules/buefy/src/scss/components/_form.scss */
.field.is-floating-in-label > .label + .control:not(.datepicker):not(.timepicker):not(.taginput) .select:not(multiple) {
  height: 3.25em;
}

/* line 174, node_modules/buefy/src/scss/components/_form.scss */
.field.is-floating-in-label > .label + .control:not(.datepicker):not(.timepicker):not(.taginput) .select.is-loading:not(multiple)::after {
  margin-top: calc(3.25em * 0.5 - (1.5rem * 0.75) * 0.5);
}

/* line 178, node_modules/buefy/src/scss/components/_form.scss */
.field.is-floating-in-label > .label + .control:not(.datepicker):not(.timepicker):not(.taginput) .select:not(multiple)::after {
  margin-top: 1px;
}

/* line 184, node_modules/buefy/src/scss/components/_form.scss */
.field.is-floating-in-label > .label + .control.taginput .taginput-container {
  padding-top: calc(3.25em * 0.5 - (1.5rem * 0.75) * 0.5 + (0.275em - 1px));
}

/* line 190, node_modules/buefy/src/scss/components/_form.scss */
.field.is-floating-in-label > .label + .control:not(.taginput) .is-left.icon,
.field.is-floating-in-label > .label + .control:not(.taginput) .is-right.icon {
  height: 3.25em;
}

/* line 194, node_modules/buefy/src/scss/components/_form.scss */
.field.is-floating-in-label > .label + .control:not(.taginput) .is-left.icon {
  padding-top: calc(3.25em * 0.5 - (1.5rem * 0.75) * 0.5);
}

/* line 198, node_modules/buefy/src/scss/components/_form.scss */
.field.is-floating-in-label > .label + .control.is-loading::after {
  margin-top: calc(3.25em * 0.5 - (1.5rem * 0.75) * 0.5);
}

/* line 207, node_modules/buefy/src/scss/components/_form.scss */
.field.is-floating-in-label > .label + .field-body > .is-grouped .control .input,
.field.is-floating-in-label > .label + .field-body > .is-grouped .control .textarea,
.field.is-floating-in-label > .label + .field-body > .is-grouped .control select, .field.is-floating-in-label > .label + .field-body > .has-addons .control .input,
.field.is-floating-in-label > .label + .field-body > .has-addons .control .textarea,
.field.is-floating-in-label > .label + .field-body > .has-addons .control select {
  padding-top: calc(3.25em * 0.5 - (1.5rem * 0.75) * 0.5);
  padding-bottom: 1px;
}

/* line 213, node_modules/buefy/src/scss/components/_form.scss */
.field.is-floating-in-label > .label + .field-body > .is-grouped .control .input,
.field.is-floating-in-label > .label + .field-body > .is-grouped .control .textarea,
.field.is-floating-in-label > .label + .field-body > .is-grouped .control select,
.field.is-floating-in-label > .label + .field-body > .is-grouped .control .button, .field.is-floating-in-label > .label + .field-body > .has-addons .control .input,
.field.is-floating-in-label > .label + .field-body > .has-addons .control .textarea,
.field.is-floating-in-label > .label + .field-body > .has-addons .control select,
.field.is-floating-in-label > .label + .field-body > .has-addons .control .button {
  height: 3.25em;
}

/* line 227, node_modules/buefy/src/scss/components/_form.scss */
.field.is-floating-in-label.has-numberinput .b-numberinput .control .input,
.field.is-floating-in-label.has-numberinput .b-numberinput .control .button {
  height: 3.25em;
}

/* line 237, node_modules/buefy/src/scss/components/_form.scss */
.field.is-floating-label.has-numberinput .label, .field.is-floating-in-label.has-numberinput .label {
  margin-left: calc(1rem * 3);
}

/* line 241, node_modules/buefy/src/scss/components/_form.scss */
.field.is-floating-label.has-numberinput.has-numberinput-is-small .label, .field.is-floating-in-label.has-numberinput.has-numberinput-is-small .label {
  margin-left: calc(0.75rem * 3);
}

/* line 246, node_modules/buefy/src/scss/components/_form.scss */
.field.is-floating-label.has-numberinput.has-numberinput-is-medium .label, .field.is-floating-in-label.has-numberinput.has-numberinput-is-medium .label {
  margin-left: calc(1.25rem * 3);
}

/* line 251, node_modules/buefy/src/scss/components/_form.scss */
.field.is-floating-label.has-numberinput.has-numberinput-is-large .label, .field.is-floating-in-label.has-numberinput.has-numberinput-is-large .label {
  margin-left: calc(1.5rem * 3);
}

/* line 257, node_modules/buefy/src/scss/components/_form.scss */
.field.is-floating-label.has-numberinput-compact .label, .field.is-floating-in-label.has-numberinput-compact .label {
  margin-left: calc(1rem * 2.25);
}

/* line 261, node_modules/buefy/src/scss/components/_form.scss */
.field.is-floating-label.has-numberinput-compact.has-numberinput-is-small .label, .field.is-floating-in-label.has-numberinput-compact.has-numberinput-is-small .label {
  margin-left: calc(0.75rem * 2.25);
}

/* line 266, node_modules/buefy/src/scss/components/_form.scss */
.field.is-floating-label.has-numberinput-compact.has-numberinput-is-medium .label, .field.is-floating-in-label.has-numberinput-compact.has-numberinput-is-medium .label {
  margin-left: calc(1.25rem * 2.25);
}

/* line 271, node_modules/buefy/src/scss/components/_form.scss */
.field.is-floating-label.has-numberinput-compact.has-numberinput-is-large .label, .field.is-floating-in-label.has-numberinput-compact.has-numberinput-is-large .label {
  margin-left: calc(1.5rem * 2.25);
}

/* line 279, node_modules/buefy/src/scss/components/_form.scss */
.field.is-grouped-right.is-floating-in-label .label, .field.has-addons-right.is-floating-in-label .label {
  position: relative;
  left: calc(3.25em + 2em);
}

/* line 285, node_modules/buefy/src/scss/components/_form.scss */
.field.is-grouped-right.is-floating-label .label, .field.has-addons-right.is-floating-label .label {
  position: relative;
  left: calc(3.25em + 2em);
}

/* line 294, node_modules/buefy/src/scss/components/_form.scss */
.control .help.counter {
  float: right;
  margin-left: 0.5em;
}

/* line 299, node_modules/buefy/src/scss/components/_form.scss */
.control .icon.is-clickable {
  pointer-events: auto;
  cursor: pointer;
}

/* line 305, node_modules/buefy/src/scss/components/_form.scss */
.control.is-loading::after {
  top: calc(50% - (1em * 0.5));
  right: calc((2.5em * 0.5) - .5em);
}

/* line 4, node_modules/buefy/src/scss/components/_icon.scss */
.icon {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: inherit;
}

/* line 7, node_modules/buefy/src/scss/components/_icon.scss */
.icon svg {
  background-color: transparent;
  fill: currentColor;
  stroke-width: 0;
  stroke: currentColor;
  pointer-events: none;
  width: auto;
  height: auto;
}

/* line 5, node_modules/buefy/src/scss/components/_image.scss */
.b-image-wrapper > img {
  object-fit: cover;
}

/* line 8, node_modules/buefy/src/scss/components/_image.scss */
.b-image-wrapper > img.has-ratio, .b-image-wrapper > img.placeholder {
  height: 100%;
  width: 100%;
}

/* line 15, node_modules/buefy/src/scss/components/_image.scss */
.b-image-wrapper > img.placeholder {
  filter: blur(10px);
}

/* line 6, node_modules/buefy/src/scss/components/_loading.scss */
.loading-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  align-items: center;
  display: none;
  justify-content: center;
  overflow: hidden;
  z-index: 999;
}

/* line 13, node_modules/buefy/src/scss/components/_loading.scss */
.loading-overlay.is-active {
  display: flex;
}

/* line 16, node_modules/buefy/src/scss/components/_loading.scss */
.loading-overlay.is-full-page {
  position: fixed;
}

/* line 19, node_modules/buefy/src/scss/components/_loading.scss */
.loading-overlay.is-full-page .loading-icon:after {
  top: calc(50% - 2.5em);
  left: calc(50% - 2.5em);
  width: 5em;
  height: 5em;
}

/* line 27, node_modules/buefy/src/scss/components/_loading.scss */
.loading-overlay .loading-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: #7f7f7f;
  background: rgba(255, 255, 255, 0.5);
}

/* line 32, node_modules/buefy/src/scss/components/_loading.scss */
.loading-overlay .loading-icon {
  position: relative;
}

/* line 34, node_modules/buefy/src/scss/components/_loading.scss */
.loading-overlay .loading-icon: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;
  position: absolute;
  top: calc(50% - 1.5em);
  left: calc(50% - 1.5em);
  width: 3em;
  height: 3em;
  border-width: 0.25em;
}

/* line 4, node_modules/buefy/src/scss/components/_menu.scss */
.menu .menu-list li > a.is-disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 3, node_modules/buefy/src/scss/components/_message.scss */
.message .media,
.notification .media {
  padding-top: 0;
  border: 0;
}

/* line 3, node_modules/buefy/src/scss/components/_modal.scss */
.modal.is-full-screen > .animation-content,
.modal.is-full-screen > .animation-content > .modal-card {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  margin: 0;
  background-color: whitesmoke;
}

/* line 12, node_modules/buefy/src/scss/components/_modal.scss */
.modal .animation-content {
  margin: 0 20px;
}

/* line 14, node_modules/buefy/src/scss/components/_modal.scss */
.modal .animation-content .modal-card {
  margin: 0;
}

@media screen and (max-width: 768px) {
  /* line 12, node_modules/buefy/src/scss/components/_modal.scss */
  .modal .animation-content {
    width: 100%;
  }
}

/* line 21, node_modules/buefy/src/scss/components/_modal.scss */
.modal .modal-content {
  width: 100%;
}

/* line 3, node_modules/buefy/src/scss/components/_navbar.scss */
.navbar.has-navbar-centered .navbar-start {
  justify-content: center;
  margin-left: auto;
}

/* line 8, node_modules/buefy/src/scss/components/_navbar.scss */
.navbar.has-navbar-centered .navbar-end {
  margin-left: 0;
}

/* line 13, node_modules/buefy/src/scss/components/_navbar.scss */
.navbar .navbar-dropdown.is-boxed {
  visibility: hidden;
  transition-property: opacity, visibility, transform;
}

/* line 18, node_modules/buefy/src/scss/components/_navbar.scss */
.navbar .navbar-item.has-dropdown.is-active .is-boxed,
.navbar .navbar-item.has-dropdown.is-hoverable:hover .is-boxed {
  visibility: visible;
}

/* line 13, node_modules/buefy/src/scss/components/_notices.scss */
.notices {
  position: fixed;
  display: flex;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2em;
  overflow: hidden;
  z-index: 1000;
  pointer-events: none;
}

/* line 24, node_modules/buefy/src/scss/components/_notices.scss */
.notices .toast {
  display: inline-flex;
  animation-duration: 150ms;
  margin: 0.5em 0;
  text-align: center;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
  border-radius: 2em;
  padding: 0.75em 1.5em;
  pointer-events: auto;
  opacity: 0.92;
}

/* line 37, node_modules/buefy/src/scss/components/_notices.scss */
.notices .toast.is-white {
  color: #0a0a0a;
  background: white;
}

/* line 37, node_modules/buefy/src/scss/components/_notices.scss */
.notices .toast.is-black {
  color: white;
  background: #0a0a0a;
}

/* line 37, node_modules/buefy/src/scss/components/_notices.scss */
.notices .toast.is-light {
  color: rgba(0, 0, 0, 0.7);
  background: whitesmoke;
}

/* line 37, node_modules/buefy/src/scss/components/_notices.scss */
.notices .toast.is-dark {
  color: #fff;
  background: #363636;
}

/* line 37, node_modules/buefy/src/scss/components/_notices.scss */
.notices .toast.is-primary {
  color: #fff;
  background: #8c67ef;
}

/* line 37, node_modules/buefy/src/scss/components/_notices.scss */
.notices .toast.is-link {
  color: #fff;
  background: #485fc7;
}

/* line 37, node_modules/buefy/src/scss/components/_notices.scss */
.notices .toast.is-info {
  color: #fff;
  background: #3e8ed0;
}

/* line 37, node_modules/buefy/src/scss/components/_notices.scss */
.notices .toast.is-success {
  color: #fff;
  background: #48c78e;
}

/* line 37, node_modules/buefy/src/scss/components/_notices.scss */
.notices .toast.is-warning {
  color: rgba(0, 0, 0, 0.7);
  background: #ffe08a;
}

/* line 37, node_modules/buefy/src/scss/components/_notices.scss */
.notices .toast.is-danger {
  color: #fff;
  background: #f14668;
}

/* line 43, node_modules/buefy/src/scss/components/_notices.scss */
.notices .snackbar {
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  animation-duration: 150ms;
  margin: 0.5em 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  pointer-events: auto;
  background: #363636;
  color: #fff;
  min-height: 3em;
}

/* line 55, node_modules/buefy/src/scss/components/_notices.scss */
.notices .snackbar .text {
  padding: 0.5em 1em;
}

/* line 58, node_modules/buefy/src/scss/components/_notices.scss */
.notices .snackbar .action {
  margin-left: auto;
  padding: 0.5em;
  padding-left: 0;
}

/* line 62, node_modules/buefy/src/scss/components/_notices.scss */
.notices .snackbar .action .button {
  font-weight: 600;
  text-transform: uppercase;
  background: #363636;
  border: transparent;
}

/* line 68, node_modules/buefy/src/scss/components/_notices.scss */
.notices .snackbar .action .button:hover {
  background: #292929;
}

/* line 71, node_modules/buefy/src/scss/components/_notices.scss */
.notices .snackbar .action .button:active {
  background: #292929;
}

/* line 77, node_modules/buefy/src/scss/components/_notices.scss */
.notices .snackbar .action.is-white .button {
  color: white;
}

/* line 77, node_modules/buefy/src/scss/components/_notices.scss */
.notices .snackbar .action.is-black .button {
  color: #0a0a0a;
}

/* line 77, node_modules/buefy/src/scss/components/_notices.scss */
.notices .snackbar .action.is-light .button {
  color: whitesmoke;
}

/* line 77, node_modules/buefy/src/scss/components/_notices.scss */
.notices .snackbar .action.is-dark .button {
  color: #363636;
}

/* line 77, node_modules/buefy/src/scss/components/_notices.scss */
.notices .snackbar .action.is-primary .button {
  color: #8c67ef;
}

/* line 77, node_modules/buefy/src/scss/components/_notices.scss */
.notices .snackbar .action.is-link .button {
  color: #485fc7;
}

/* line 77, node_modules/buefy/src/scss/components/_notices.scss */
.notices .snackbar .action.is-info .button {
  color: #3e8ed0;
}

/* line 77, node_modules/buefy/src/scss/components/_notices.scss */
.notices .snackbar .action.is-success .button {
  color: #48c78e;
}

/* line 77, node_modules/buefy/src/scss/components/_notices.scss */
.notices .snackbar .action.is-warning .button {
  color: #ffe08a;
}

/* line 77, node_modules/buefy/src/scss/components/_notices.scss */
.notices .snackbar .action.is-danger .button {
  color: #f14668;
}

/* line 83, node_modules/buefy/src/scss/components/_notices.scss */
.notices .snackbar .action.is-cancel {
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  /* line 43, node_modules/buefy/src/scss/components/_notices.scss */
  .notices .snackbar {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
}

@media screen and (min-width: 769px), print {
  /* line 43, node_modules/buefy/src/scss/components/_notices.scss */
  .notices .snackbar {
    min-width: 350px;
    max-width: 600px;
    overflow: hidden;
  }
}

/* line 97, node_modules/buefy/src/scss/components/_notices.scss */
.notices .notification {
  pointer-events: auto;
  max-width: 600px;
}

/* line 106, node_modules/buefy/src/scss/components/_notices.scss */
.notices .toast.is-top, .notices .toast.is-bottom,
.notices .snackbar.is-top,
.notices .snackbar.is-bottom,
.notices .notification.is-top,
.notices .notification.is-bottom {
  align-self: center;
}

/* line 109, node_modules/buefy/src/scss/components/_notices.scss */
.notices .toast.is-top-right, .notices .toast.is-bottom-right,
.notices .snackbar.is-top-right,
.notices .snackbar.is-bottom-right,
.notices .notification.is-top-right,
.notices .notification.is-bottom-right {
  align-self: flex-end;
}

/* line 112, node_modules/buefy/src/scss/components/_notices.scss */
.notices .toast.is-top-left, .notices .toast.is-bottom-left,
.notices .snackbar.is-top-left,
.notices .snackbar.is-bottom-left,
.notices .notification.is-top-left,
.notices .notification.is-bottom-left {
  align-self: flex-start;
}

/* line 115, node_modules/buefy/src/scss/components/_notices.scss */
.notices .toast.is-toast,
.notices .snackbar.is-toast,
.notices .notification.is-toast {
  opacity: 0.92;
}

/* line 121, node_modules/buefy/src/scss/components/_notices.scss */
.notices.is-top {
  flex-direction: column;
}

/* line 124, node_modules/buefy/src/scss/components/_notices.scss */
.notices.is-bottom {
  flex-direction: column-reverse;
}

/* line 129, node_modules/buefy/src/scss/components/_notices.scss */
.notices.is-bottom .notification {
  margin-bottom: 0;
}

/* line 131, node_modules/buefy/src/scss/components/_notices.scss */
.notices.is-bottom .notification:not(:first-child) {
  margin-bottom: 1.5rem;
}

/* line 136, node_modules/buefy/src/scss/components/_notices.scss */
.notices.has-custom-container {
  position: absolute;
}

@media screen and (max-width: 768px) {
  /* line 13, node_modules/buefy/src/scss/components/_notices.scss */
  .notices {
    padding: 0;
    position: fixed !important;
  }
}

/* line 2, node_modules/buefy/src/scss/components/_numberinput.scss */
.b-numberinput.field {
  margin-bottom: 0;
}

/* line 5, node_modules/buefy/src/scss/components/_numberinput.scss */
.b-numberinput.field.is-grouped div.control {
  flex-grow: 1;
  flex-shrink: 1;
}

/* line 11, node_modules/buefy/src/scss/components/_numberinput.scss */
.b-numberinput.field.has-addons.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

/* line 17, node_modules/buefy/src/scss/components/_numberinput.scss */
.b-numberinput input[type=number]::-webkit-inner-spin-button,
.b-numberinput input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

/* line 21, node_modules/buefy/src/scss/components/_numberinput.scss */
.b-numberinput input[type=number] {
  -moz-appearance: textfield;
}

/* line 24, node_modules/buefy/src/scss/components/_numberinput.scss */
.b-numberinput input[type=number] {
  text-align: center;
}

/* line 28, node_modules/buefy/src/scss/components/_numberinput.scss */
.b-numberinput .button.is-rounded {
  padding-left: 1em;
  padding-right: 1em;
}

/* line 2, node_modules/buefy/src/scss/components/_pagination.scss */
.pagination .pagination-next,
.pagination .pagination-previous {
  padding-left: 0.75em;
  padding-right: 0.75em;
}

/* line 6, node_modules/buefy/src/scss/components/_pagination.scss */
.pagination .pagination-next.is-disabled,
.pagination .pagination-previous.is-disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 12, node_modules/buefy/src/scss/components/_pagination.scss */
.pagination.is-simple {
  justify-content: normal;
}

/* line 14, node_modules/buefy/src/scss/components/_pagination.scss */
.pagination.is-simple.is-centered {
  justify-content: center;
}

/* line 17, node_modules/buefy/src/scss/components/_pagination.scss */
.pagination.is-simple.is-right {
  justify-content: flex-end;
}

/* line 21, node_modules/buefy/src/scss/components/_pagination.scss */
.pagination .is-current {
  pointer-events: none;
  cursor: not-allowed;
}

/* line 22, node_modules/buefy/src/scss/components/_progress.scss */
.progress-wrapper {
  position: relative;
  overflow: hidden;
}

/* line 26, node_modules/buefy/src/scss/components/_progress.scss */
.progress-wrapper:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 30, node_modules/buefy/src/scss/components/_progress.scss */
.progress-wrapper .progress-value {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: calc(1rem / 1.5);
  line-height: 1rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.7);
  white-space: nowrap;
}

/* line 42, node_modules/buefy/src/scss/components/_progress.scss */
.progress-wrapper .progress, .progress-wrapper .progress-wrapper.is-not-native, .progress-wrapper .progress-bar {
  margin-bottom: 0;
}

/* line 3, node_modules/buefy/src/scss/components/_progress.scss */
.progress-wrapper .progress.is-small + .progress-value, .progress-wrapper .is-small.progress-wrapper.is-not-native + .progress-value, .progress-wrapper .progress.is-small .progress-value, .progress-wrapper .is-small.progress-wrapper.is-not-native .progress-value, .progress-wrapper .progress-bar.is-small + .progress-value, .progress-wrapper .progress-bar.is-small .progress-value {
  font-size: calc(0.75rem / 1.5);
  line-height: 0.75rem;
}

/* line 9, node_modules/buefy/src/scss/components/_progress.scss */
.progress-wrapper .progress.is-medium + .progress-value, .progress-wrapper .is-medium.progress-wrapper.is-not-native + .progress-value, .progress-wrapper .progress.is-medium .progress-value, .progress-wrapper .is-medium.progress-wrapper.is-not-native .progress-value, .progress-wrapper .progress-bar.is-medium + .progress-value, .progress-wrapper .progress-bar.is-medium .progress-value {
  font-size: calc(1.25rem / 1.5);
  line-height: 1.25rem;
}

/* line 15, node_modules/buefy/src/scss/components/_progress.scss */
.progress-wrapper .progress.is-large + .progress-value, .progress-wrapper .is-large.progress-wrapper.is-not-native + .progress-value, .progress-wrapper .progress.is-large .progress-value, .progress-wrapper .is-large.progress-wrapper.is-not-native .progress-value, .progress-wrapper .progress-bar.is-large + .progress-value, .progress-wrapper .progress-bar.is-large .progress-value {
  font-size: calc(1.5rem / 1.5);
  line-height: 1.5rem;
}

/* line 47, node_modules/buefy/src/scss/components/_progress.scss */
.progress-wrapper .progress::-webkit-progress-value, .progress-wrapper .progress-wrapper.is-not-native::-webkit-progress-value, .progress-wrapper .progress-bar::-webkit-progress-value {
  transition: width 0.5s ease;
}

/* line 52, node_modules/buefy/src/scss/components/_progress.scss */
.progress-wrapper .progress.is-more-than-half + .progress-value, .progress-wrapper .is-more-than-half.progress-wrapper.is-not-native + .progress-value, .progress-wrapper .progress-bar.is-more-than-half + .progress-value {
  color: #fff;
}

/* line 60, node_modules/buefy/src/scss/components/_progress.scss */
.progress-wrapper .progress.is-more-than-half.is-white + .progress-value, .progress-wrapper .is-more-than-half.is-white.progress-wrapper.is-not-native + .progress-value, .progress-wrapper .progress-bar.is-more-than-half.is-white + .progress-value {
  color: #0a0a0a;
}

/* line 60, node_modules/buefy/src/scss/components/_progress.scss */
.progress-wrapper .progress.is-more-than-half.is-black + .progress-value, .progress-wrapper .is-more-than-half.is-black.progress-wrapper.is-not-native + .progress-value, .progress-wrapper .progress-bar.is-more-than-half.is-black + .progress-value {
  color: white;
}

/* line 60, node_modules/buefy/src/scss/components/_progress.scss */
.progress-wrapper .progress.is-more-than-half.is-light + .progress-value, .progress-wrapper .is-more-than-half.is-light.progress-wrapper.is-not-native + .progress-value, .progress-wrapper .progress-bar.is-more-than-half.is-light + .progress-value {
  color: rgba(0, 0, 0, 0.7);
}

/* line 60, node_modules/buefy/src/scss/components/_progress.scss */
.progress-wrapper .progress.is-more-than-half.is-dark + .progress-value, .progress-wrapper .is-more-than-half.is-dark.progress-wrapper.is-not-native + .progress-value, .progress-wrapper .progress-bar.is-more-than-half.is-dark + .progress-value {
  color: #fff;
}

/* line 60, node_modules/buefy/src/scss/components/_progress.scss */
.progress-wrapper .progress.is-more-than-half.is-primary + .progress-value, .progress-wrapper .is-more-than-half.is-primary.progress-wrapper.is-not-native + .progress-value, .progress-wrapper .progress-bar.is-more-than-half.is-primary + .progress-value {
  color: #fff;
}

/* line 60, node_modules/buefy/src/scss/components/_progress.scss */
.progress-wrapper .progress.is-more-than-half.is-link + .progress-value, .progress-wrapper .is-more-than-half.is-link.progress-wrapper.is-not-native + .progress-value, .progress-wrapper .progress-bar.is-more-than-half.is-link + .progress-value {
  color: #fff;
}

/* line 60, node_modules/buefy/src/scss/components/_progress.scss */
.progress-wrapper .progress.is-more-than-half.is-info + .progress-value, .progress-wrapper .is-more-than-half.is-info.progress-wrapper.is-not-native + .progress-value, .progress-wrapper .progress-bar.is-more-than-half.is-info + .progress-value {
  color: #fff;
}

/* line 60, node_modules/buefy/src/scss/components/_progress.scss */
.progress-wrapper .progress.is-more-than-half.is-success + .progress-value, .progress-wrapper .is-more-than-half.is-success.progress-wrapper.is-not-native + .progress-value, .progress-wrapper .progress-bar.is-more-than-half.is-success + .progress-value {
  color: #fff;
}

/* line 60, node_modules/buefy/src/scss/components/_progress.scss */
.progress-wrapper .progress.is-more-than-half.is-warning + .progress-value, .progress-wrapper .is-more-than-half.is-warning.progress-wrapper.is-not-native + .progress-value, .progress-wrapper .progress-bar.is-more-than-half.is-warning + .progress-value {
  color: rgba(0, 0, 0, 0.7);
}

/* line 60, node_modules/buefy/src/scss/components/_progress.scss */
.progress-wrapper .progress.is-more-than-half.is-danger + .progress-value, .progress-wrapper .is-more-than-half.is-danger.progress-wrapper.is-not-native + .progress-value, .progress-wrapper .progress-bar.is-more-than-half.is-danger + .progress-value {
  color: #fff;
}

/* line 68, node_modules/buefy/src/scss/components/_progress.scss */
.progress-wrapper.is-not-native {
  white-space: nowrap;
  background-color: #ededed;
  border-radius: 9999px;
}

/* line 74, node_modules/buefy/src/scss/components/_progress.scss */
.progress-wrapper.is-not-native .progress-bar {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  background-color: #4a4a4a;
}

/* line 81, node_modules/buefy/src/scss/components/_progress.scss */
.progress-wrapper.is-not-native .progress-bar .progress-value {
  color: #fff;
}

/* line 88, node_modules/buefy/src/scss/components/_progress.scss */
.progress-wrapper.is-not-native .progress-bar.is-white {
  background-color: white;
}

/* line 90, node_modules/buefy/src/scss/components/_progress.scss */
.progress-wrapper.is-not-native .progress-bar.is-white .progress-value {
  color: #0a0a0a;
}

/* line 88, node_modules/buefy/src/scss/components/_progress.scss */
.progress-wrapper.is-not-native .progress-bar.is-black {
  background-color: #0a0a0a;
}

/* line 90, node_modules/buefy/src/scss/components/_progress.scss */
.progress-wrapper.is-not-native .progress-bar.is-black .progress-value {
  color: white;
}

/* line 88, node_modules/buefy/src/scss/components/_progress.scss */
.progress-wrapper.is-not-native .progress-bar.is-light {
  background-color: whitesmoke;
}

/* line 90, node_modules/buefy/src/scss/components/_progress.scss */
.progress-wrapper.is-not-native .progress-bar.is-light .progress-value {
  color: rgba(0, 0, 0, 0.7);
}

/* line 88, node_modules/buefy/src/scss/components/_progress.scss */
.progress-wrapper.is-not-native .progress-bar.is-dark {
  background-color: #363636;
}

/* line 90, node_modules/buefy/src/scss/components/_progress.scss */
.progress-wrapper.is-not-native .progress-bar.is-dark .progress-value {
  color: #fff;
}

/* line 88, node_modules/buefy/src/scss/components/_progress.scss */
.progress-wrapper.is-not-native .progress-bar.is-primary {
  background-color: #8c67ef;
}

/* line 90, node_modules/buefy/src/scss/components/_progress.scss */
.progress-wrapper.is-not-native .progress-bar.is-primary .progress-value {
  color: #fff;
}

/* line 88, node_modules/buefy/src/scss/components/_progress.scss */
.progress-wrapper.is-not-native .progress-bar.is-link {
  background-color: #485fc7;
}

/* line 90, node_modules/buefy/src/scss/components/_progress.scss */
.progress-wrapper.is-not-native .progress-bar.is-link .progress-value {
  color: #fff;
}

/* line 88, node_modules/buefy/src/scss/components/_progress.scss */
.progress-wrapper.is-not-native .progress-bar.is-info {
  background-color: #3e8ed0;
}

/* line 90, node_modules/buefy/src/scss/components/_progress.scss */
.progress-wrapper.is-not-native .progress-bar.is-info .progress-value {
  color: #fff;
}

/* line 88, node_modules/buefy/src/scss/components/_progress.scss */
.progress-wrapper.is-not-native .progress-bar.is-success {
  background-color: #48c78e;
}

/* line 90, node_modules/buefy/src/scss/components/_progress.scss */
.progress-wrapper.is-not-native .progress-bar.is-success .progress-value {
  color: #fff;
}

/* line 88, node_modules/buefy/src/scss/components/_progress.scss */
.progress-wrapper.is-not-native .progress-bar.is-warning {
  background-color: #ffe08a;
}

/* line 90, node_modules/buefy/src/scss/components/_progress.scss */
.progress-wrapper.is-not-native .progress-bar.is-warning .progress-value {
  color: rgba(0, 0, 0, 0.7);
}

/* line 88, node_modules/buefy/src/scss/components/_progress.scss */
.progress-wrapper.is-not-native .progress-bar.is-danger {
  background-color: #f14668;
}

/* line 90, node_modules/buefy/src/scss/components/_progress.scss */
.progress-wrapper.is-not-native .progress-bar.is-danger .progress-value {
  color: #fff;
}

/* line 6, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio {
  outline: none;
  display: inline-flex;
  align-items: center;
}

/* line 11, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio:not(.button) {
  margin-right: 0.5em;
}

/* line 13, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio:not(.button) + .radio:last-child {
  margin-right: 0;
}

/* line 18, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio + .radio {
  margin-left: 0;
}

/* line 21, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio input[type=radio] {
  position: absolute;
  left: 0;
  opacity: 0;
  outline: none;
  z-index: -1;
}

/* line 27, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio input[type=radio] + .check {
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  width: 1.25em;
  height: 1.25em;
  transition: background 150ms ease-out;
  border-radius: 50%;
  border: 2px solid #7a7a7a;
}

/* line 37, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio input[type=radio] + .check:before {
  content: "";
  display: flex;
  position: absolute;
  left: 50%;
  margin-left: calc(-1.25em * 0.5);
  bottom: 50%;
  margin-bottom: calc(-1.25em * 0.5);
  width: 1.25em;
  height: 1.25em;
  transition: transform 150ms ease-out;
  border-radius: 50%;
  transform: scale(0);
  background-color: #8c67ef;
}

/* line 54, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio input[type=radio] + .check.is-white:before {
  background: white;
}

/* line 54, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio input[type=radio] + .check.is-black:before {
  background: #0a0a0a;
}

/* line 54, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio input[type=radio] + .check.is-light:before {
  background: whitesmoke;
}

/* line 54, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio input[type=radio] + .check.is-dark:before {
  background: #363636;
}

/* line 54, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio input[type=radio] + .check.is-primary:before {
  background: #8c67ef;
}

/* line 54, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio input[type=radio] + .check.is-link:before {
  background: #485fc7;
}

/* line 54, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio input[type=radio] + .check.is-info:before {
  background: #3e8ed0;
}

/* line 54, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio input[type=radio] + .check.is-success:before {
  background: #48c78e;
}

/* line 54, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio input[type=radio] + .check.is-warning:before {
  background: #ffe08a;
}

/* line 54, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio input[type=radio] + .check.is-danger:before {
  background: #f14668;
}

/* line 59, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio input[type=radio]:checked + .check {
  border-color: #8c67ef;
}

/* line 63, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio input[type=radio]:checked + .check.is-white {
  border-color: white;
}

/* line 63, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio input[type=radio]:checked + .check.is-black {
  border-color: #0a0a0a;
}

/* line 63, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio input[type=radio]:checked + .check.is-light {
  border-color: whitesmoke;
}

/* line 63, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio input[type=radio]:checked + .check.is-dark {
  border-color: #363636;
}

/* line 63, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio input[type=radio]:checked + .check.is-primary {
  border-color: #8c67ef;
}

/* line 63, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio input[type=radio]:checked + .check.is-link {
  border-color: #485fc7;
}

/* line 63, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio input[type=radio]:checked + .check.is-info {
  border-color: #3e8ed0;
}

/* line 63, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio input[type=radio]:checked + .check.is-success {
  border-color: #48c78e;
}

/* line 63, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio input[type=radio]:checked + .check.is-warning {
  border-color: #ffe08a;
}

/* line 63, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio input[type=radio]:checked + .check.is-danger {
  border-color: #f14668;
}

/* line 67, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio input[type=radio]:checked + .check:before {
  transform: scale(0.5);
}

/* line 72, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio input[type=radio]:focus + .check {
  box-shadow: 0 0 0.5em rgba(122, 122, 122, 0.8);
}

/* line 75, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio input[type=radio]:focus:checked + .check {
  box-shadow: 0 0 0.5em rgba(140, 103, 239, 0.8);
}

/* line 79, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio input[type=radio]:focus:checked + .check.is-white {
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.8);
}

/* line 79, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio input[type=radio]:focus:checked + .check.is-black {
  box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.8);
}

/* line 79, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio input[type=radio]:focus:checked + .check.is-light {
  box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.8);
}

/* line 79, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio input[type=radio]:focus:checked + .check.is-dark {
  box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.8);
}

/* line 79, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio input[type=radio]:focus:checked + .check.is-primary {
  box-shadow: 0 0 0.5em rgba(140, 103, 239, 0.8);
}

/* line 79, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio input[type=radio]:focus:checked + .check.is-link {
  box-shadow: 0 0 0.5em rgba(72, 95, 199, 0.8);
}

/* line 79, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio input[type=radio]:focus:checked + .check.is-info {
  box-shadow: 0 0 0.5em rgba(62, 142, 208, 0.8);
}

/* line 79, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio input[type=radio]:focus:checked + .check.is-success {
  box-shadow: 0 0 0.5em rgba(72, 199, 142, 0.8);
}

/* line 79, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio input[type=radio]:focus:checked + .check.is-warning {
  box-shadow: 0 0 0.5em rgba(255, 224, 138, 0.8);
}

/* line 79, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio input[type=radio]:focus:checked + .check.is-danger {
  box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.8);
}

/* line 86, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio .control-label {
  padding-left: calc(0.75em - 1px);
}

/* line 89, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio.button {
  display: flex;
}

/* line 92, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio.button.is-selected {
  z-index: 1;
}

/* line 96, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio[disabled] {
  opacity: 0.5;
}

/* line 100, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check {
  border-color: #8c67ef;
}

/* line 104, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-white {
  border-color: white;
}

/* line 104, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-black {
  border-color: #0a0a0a;
}

/* line 104, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-light {
  border-color: whitesmoke;
}

/* line 104, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-dark {
  border-color: #363636;
}

/* line 104, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-primary {
  border-color: #8c67ef;
}

/* line 104, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-link {
  border-color: #485fc7;
}

/* line 104, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-info {
  border-color: #3e8ed0;
}

/* line 104, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-success {
  border-color: #48c78e;
}

/* line 104, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-warning {
  border-color: #ffe08a;
}

/* line 104, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-danger {
  border-color: #f14668;
}

/* line 110, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

/* line 113, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio.is-medium {
  font-size: 1.25rem;
}

/* line 116, node_modules/buefy/src/scss/components/_radio.scss */
.b-radio.radio.is-large {
  font-size: 1.5rem;
}

/* line 6, node_modules/buefy/src/scss/components/_rate.scss */
.rate {
  align-items: center;
  display: flex;
}

/* line 9, node_modules/buefy/src/scss/components/_rate.scss */
.rate:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 12, node_modules/buefy/src/scss/components/_rate.scss */
.rate.is-spaced .rate-item:not(:last-child) {
  margin-right: 0.25rem;
}

/* line 15, node_modules/buefy/src/scss/components/_rate.scss */
.rate.is-disabled .rate-item {
  cursor: initial;
}

/* line 17, node_modules/buefy/src/scss/components/_rate.scss */
.rate.is-disabled .rate-item:hover {
  transform: none;
}

/* line 22, node_modules/buefy/src/scss/components/_rate.scss */
.rate.is-rtl .rate-item {
  order: 1;
}

/* line 25, node_modules/buefy/src/scss/components/_rate.scss */
.rate.is-rtl .rate-text {
  margin-left: 0;
  margin-right: 0.35rem;
}

/* line 30, node_modules/buefy/src/scss/components/_rate.scss */
.rate .rate-item {
  cursor: pointer;
  display: inline-flex;
  position: relative;
  transition: all 0.3s;
}

/* line 35, node_modules/buefy/src/scss/components/_rate.scss */
.rate .rate-item:hover {
  transform: scale(1.1);
}

/* line 38, node_modules/buefy/src/scss/components/_rate.scss */
.rate .rate-item.set-on .icon, .rate .rate-item.set-half .is-half {
  color: #ffd970;
}

/* line 42, node_modules/buefy/src/scss/components/_rate.scss */
.rate .rate-item.set-half .is-half {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

/* line 49, node_modules/buefy/src/scss/components/_rate.scss */
.rate .icon {
  color: #dbdbdb;
  line-height: 1;
  pointer-events: none;
  width: inherit;
}

/* line 55, node_modules/buefy/src/scss/components/_rate.scss */
.rate .is-half > i {
  position: absolute;
  left: 0;
}

/* line 59, node_modules/buefy/src/scss/components/_rate.scss */
.rate .rate-text {
  font-size: calc(1rem / 1.25);
  margin-left: 0.35rem;
}

/* line 62, node_modules/buefy/src/scss/components/_rate.scss */
.rate .rate-text.is-small {
  font-size: calc(0.75rem / 1.25);
}

/* line 65, node_modules/buefy/src/scss/components/_rate.scss */
.rate .rate-text.is-medium {
  font-size: calc(1.25rem / 1.25);
}

/* line 68, node_modules/buefy/src/scss/components/_rate.scss */
.rate .rate-text.is-large {
  font-size: calc(1.5rem / 1.25);
}

/* line 2, node_modules/buefy/src/scss/components/_select.scss */
.select select {
  text-rendering: auto !important;
  padding-right: 2.5em;
}

/* line 9, node_modules/buefy/src/scss/components/_select.scss */
.select select option {
  color: #4a4a4a;
  padding: calc(0.5em - 1px) calc(0.75em - 1px);
}

/* line 13, node_modules/buefy/src/scss/components/_select.scss */
.select select option:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 17, node_modules/buefy/src/scss/components/_select.scss */
.select select optgroup {
  color: #b5b5b5;
  font-weight: 400;
  font-style: normal;
  padding: 0.25em 0;
}

/* line 24, node_modules/buefy/src/scss/components/_select.scss */
.select select[disabled] {
  opacity: 1;
}

/* line 30, node_modules/buefy/src/scss/components/_select.scss */
.select.is-empty select {
  color: rgba(122, 122, 122, 0.7);
}

/* line 34, node_modules/buefy/src/scss/components/_select.scss */
.select.is-loading::after {
  top: calc(50% - (1em * 0.5));
  right: calc((2.5em * 0.5) - .5em);
}

/* line 14, node_modules/buefy/src/scss/components/_skeleton.scss */
.b-skeleton {
  display: inline-flex;
  flex-direction: column;
  vertical-align: middle;
  width: 100%;
}

/* line 19, node_modules/buefy/src/scss/components/_skeleton.scss */
.b-skeleton > .b-skeleton-item {
  background: linear-gradient(90deg, #dbdbdb 25%, rgba(219, 219, 219, 0.5) 50%, #dbdbdb 75%);
  background-size: 400% 100%;
  width: 100%;
}

/* line 23, node_modules/buefy/src/scss/components/_skeleton.scss */
.b-skeleton > .b-skeleton-item.is-rounded {
  border-radius: 4px;
}

/* line 26, node_modules/buefy/src/scss/components/_skeleton.scss */
.b-skeleton > .b-skeleton-item::after {
  content: "\00a0";
}

/* line 29, node_modules/buefy/src/scss/components/_skeleton.scss */
.b-skeleton > .b-skeleton-item + .b-skeleton-item {
  margin-top: 0.5rem;
}

/* line 34, node_modules/buefy/src/scss/components/_skeleton.scss */
.b-skeleton.is-animated > .b-skeleton-item {
  animation: skeleton-loading 1.5s infinite;
}

/* line 38, node_modules/buefy/src/scss/components/_skeleton.scss */
.b-skeleton.is-centered {
  align-items: center;
}

/* line 41, node_modules/buefy/src/scss/components/_skeleton.scss */
.b-skeleton.is-right {
  align-items: flex-end;
}

/* line 44, node_modules/buefy/src/scss/components/_skeleton.scss */
.b-skeleton + .b-skeleton {
  margin-top: 0.5rem;
}

/* line 9, node_modules/buefy/src/scss/components/_skeleton.scss */
.b-skeleton > .b-skeleton-item {
  line-height: 1rem;
}

/* line 9, node_modules/buefy/src/scss/components/_skeleton.scss */
.b-skeleton.is-small > .b-skeleton-item {
  line-height: 0.75rem;
}

/* line 9, node_modules/buefy/src/scss/components/_skeleton.scss */
.b-skeleton.is-medium > .b-skeleton-item {
  line-height: 1.25rem;
}

/* line 9, node_modules/buefy/src/scss/components/_skeleton.scss */
.b-skeleton.is-large > .b-skeleton-item {
  line-height: 1.5rem;
}

@keyframes skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

/* line 9, node_modules/buefy/src/scss/components/_sidebar.scss */
.b-sidebar .sidebar-content {
  background-color: whitesmoke;
  box-shadow: 5px 0px 13px 3px rgba(10, 10, 10, 0.1);
  width: 260px;
  z-index: 39;
}

/* line 16, node_modules/buefy/src/scss/components/_sidebar.scss */
.b-sidebar .sidebar-content.is-white {
  background-color: white;
}

/* line 16, node_modules/buefy/src/scss/components/_sidebar.scss */
.b-sidebar .sidebar-content.is-black {
  background-color: #0a0a0a;
}

/* line 16, node_modules/buefy/src/scss/components/_sidebar.scss */
.b-sidebar .sidebar-content.is-light {
  background-color: whitesmoke;
}

/* line 16, node_modules/buefy/src/scss/components/_sidebar.scss */
.b-sidebar .sidebar-content.is-dark {
  background-color: #363636;
}

/* line 16, node_modules/buefy/src/scss/components/_sidebar.scss */
.b-sidebar .sidebar-content.is-primary {
  background-color: #8c67ef;
}

/* line 16, node_modules/buefy/src/scss/components/_sidebar.scss */
.b-sidebar .sidebar-content.is-link {
  background-color: #485fc7;
}

/* line 16, node_modules/buefy/src/scss/components/_sidebar.scss */
.b-sidebar .sidebar-content.is-info {
  background-color: #3e8ed0;
}

/* line 16, node_modules/buefy/src/scss/components/_sidebar.scss */
.b-sidebar .sidebar-content.is-success {
  background-color: #48c78e;
}

/* line 16, node_modules/buefy/src/scss/components/_sidebar.scss */
.b-sidebar .sidebar-content.is-warning {
  background-color: #ffe08a;
}

/* line 16, node_modules/buefy/src/scss/components/_sidebar.scss */
.b-sidebar .sidebar-content.is-danger {
  background-color: #f14668;
}

/* line 20, node_modules/buefy/src/scss/components/_sidebar.scss */
.b-sidebar .sidebar-content.is-fixed {
  position: fixed;
  left: 0;
  top: 0;
}

/* line 24, node_modules/buefy/src/scss/components/_sidebar.scss */
.b-sidebar .sidebar-content.is-fixed.is-right {
  left: auto;
  right: 0;
}

/* line 29, node_modules/buefy/src/scss/components/_sidebar.scss */
.b-sidebar .sidebar-content.is-absolute {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 33, node_modules/buefy/src/scss/components/_sidebar.scss */
.b-sidebar .sidebar-content.is-absolute.is-right {
  left: auto;
  right: 0;
}

/* line 38, node_modules/buefy/src/scss/components/_sidebar.scss */
.b-sidebar .sidebar-content.is-mini {
  width: 80px;
}

/* line 40, node_modules/buefy/src/scss/components/_sidebar.scss */
.b-sidebar .sidebar-content.is-mini.is-mini-expand:hover:not(.is-mini-delayed) {
  transition: width 150ms ease-out;
}

/* line 42, node_modules/buefy/src/scss/components/_sidebar.scss */
.b-sidebar .sidebar-content.is-mini.is-mini-expand:hover:not(.is-mini-delayed):not(.is-fullwidth) {
  width: 260px;
}

/* line 44, node_modules/buefy/src/scss/components/_sidebar.scss */
.b-sidebar .sidebar-content.is-mini.is-mini-expand.is-mini-expand-fixed:hover:not(.is-mini-delayed):not(.is-fullwidth) {
  position: fixed;
}

/* line 50, node_modules/buefy/src/scss/components/_sidebar.scss */
.b-sidebar .sidebar-content.is-static {
  position: static;
}

/* line 53, node_modules/buefy/src/scss/components/_sidebar.scss */
.b-sidebar .sidebar-content.is-absolute, .b-sidebar .sidebar-content.is-static {
  transition: width 150ms ease-out;
}

/* line 56, node_modules/buefy/src/scss/components/_sidebar.scss */
.b-sidebar .sidebar-content.is-fullwidth {
  width: 100%;
  max-width: 100%;
}

/* line 60, node_modules/buefy/src/scss/components/_sidebar.scss */
.b-sidebar .sidebar-content.is-fullheight {
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-content: stretch;
}

@media screen and (max-width: 768px) {
  /* line 70, node_modules/buefy/src/scss/components/_sidebar.scss */
  .b-sidebar .sidebar-content.is-mini-mobile {
    width: 80px;
  }
  /* line 73, node_modules/buefy/src/scss/components/_sidebar.scss */
  .b-sidebar .sidebar-content.is-mini-mobile.is-mini-expand:hover:not(.is-fullwidth-mobile) {
    width: 260px;
  }
  /* line 75, node_modules/buefy/src/scss/components/_sidebar.scss */
  .b-sidebar .sidebar-content.is-mini-mobile.is-mini-expand.is-mini-expand-fixed:hover:not(.is-fullwidth-mobile) {
    position: fixed;
  }
  /* line 81, node_modules/buefy/src/scss/components/_sidebar.scss */
  .b-sidebar .sidebar-content.is-hidden-mobile {
    width: 0;
    height: 0;
    overflow: hidden;
  }
  /* line 86, node_modules/buefy/src/scss/components/_sidebar.scss */
  .b-sidebar .sidebar-content.is-fullwidth-mobile {
    width: 100%;
    max-width: 100%;
  }
}

/* line 92, node_modules/buefy/src/scss/components/_sidebar.scss */
.b-sidebar .sidebar-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(10, 10, 10, 0.86);
  position: fixed;
  z-index: 38;
}

/* line 45, node_modules/buefy/src/scss/components/_slider.scss */
.b-slider {
  margin: 1em 0;
  background: transparent;
  width: 100%;
}

/* line 50, node_modules/buefy/src/scss/components/_slider.scss */
.b-slider .b-slider-track {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  background: #dbdbdb;
  border-radius: 4px;
}

/* line 58, node_modules/buefy/src/scss/components/_slider.scss */
.b-slider .b-slider-fill {
  position: absolute;
  height: 100%;
  box-shadow: 0px 0px 0px #7a7a7a;
  background: #dbdbdb;
  border-radius: 4px;
  border: 0px solid #7a7a7a;
  top: 50%;
  transform: translateY(-50%);
}

/* line 69, node_modules/buefy/src/scss/components/_slider.scss */
.b-slider .b-slider-thumb-wrapper {
  display: inline-flex;
  align-items: center;
  position: absolute;
  cursor: grab;
  transform: translate(-50%, -50%);
  top: 50%;
  flex-direction: column;
}

/* line 78, node_modules/buefy/src/scss/components/_slider.scss */
.b-slider .b-slider-thumb-wrapper .b-slider-thumb {
  box-shadow: none;
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  background: white;
}

/* line 83, node_modules/buefy/src/scss/components/_slider.scss */
.b-slider .b-slider-thumb-wrapper .b-slider-thumb:focus {
  transform: scale(1.25);
}

/* line 88, node_modules/buefy/src/scss/components/_slider.scss */
.b-slider .b-slider-thumb-wrapper.is-dragging {
  cursor: grabbing;
}

/* line 90, node_modules/buefy/src/scss/components/_slider.scss */
.b-slider .b-slider-thumb-wrapper.is-dragging .b-slider-thumb {
  transform: scale(1.25);
}

/* line 96, node_modules/buefy/src/scss/components/_slider.scss */
.b-slider .b-slider-thumb-wrapper.has-indicator .b-slider-thumb {
  padding: 16px 10px;
  display: flex;
  align-items: center;
  width: auto;
}

/* line 105, node_modules/buefy/src/scss/components/_slider.scss */
.b-slider.slider-focus {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: -20px;
  margin-bottom: -20px;
  cursor: pointer;
}

/* line 114, node_modules/buefy/src/scss/components/_slider.scss */
.b-slider.is-rounded .b-slider-thumb {
  border-radius: 9999px;
}

/* line 119, node_modules/buefy/src/scss/components/_slider.scss */
.b-slider.is-disabled .b-slider-track {
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 123, node_modules/buefy/src/scss/components/_slider.scss */
.b-slider.is-disabled .b-slider-thumb-wrapper {
  cursor: not-allowed;
}

/* line 125, node_modules/buefy/src/scss/components/_slider.scss */
.b-slider.is-disabled .b-slider-thumb-wrapper .b-slider-thumb {
  transform: scale(1);
}

/* line 23, node_modules/buefy/src/scss/components/_slider.scss */
.b-slider .b-slider-track {
  height: 0.5rem;
}

/* line 27, node_modules/buefy/src/scss/components/_slider.scss */
.b-slider .b-slider-thumb {
  height: 1rem;
  width: 1rem;
}

/* line 32, node_modules/buefy/src/scss/components/_slider.scss */
.b-slider .b-slider-tick {
  height: 0.25rem;
}

/* line 36, node_modules/buefy/src/scss/components/_slider.scss */
.b-slider .b-slider-tick-label {
  font-size: 0.75rem;
  position: absolute;
  top: calc(0.5rem * 0.5 + 2px);
  left: 50%;
  transform: translateX(-50%);
}

/* line 23, node_modules/buefy/src/scss/components/_slider.scss */
.b-slider.is-small .b-slider-track {
  height: 0.375rem;
}

/* line 27, node_modules/buefy/src/scss/components/_slider.scss */
.b-slider.is-small .b-slider-thumb {
  height: 0.75rem;
  width: 0.75rem;
}

/* line 32, node_modules/buefy/src/scss/components/_slider.scss */
.b-slider.is-small .b-slider-tick {
  height: 0.1875rem;
}

/* line 36, node_modules/buefy/src/scss/components/_slider.scss */
.b-slider.is-small .b-slider-tick-label {
  font-size: 0.75rem;
  position: absolute;
  top: calc(0.375rem * 0.5 + 2px);
  left: 50%;
  transform: translateX(-50%);
}

/* line 23, node_modules/buefy/src/scss/components/_slider.scss */
.b-slider.is-medium .b-slider-track {
  height: 0.625rem;
}

/* line 27, node_modules/buefy/src/scss/components/_slider.scss */
.b-slider.is-medium .b-slider-thumb {
  height: 1.25rem;
  width: 1.25rem;
}

/* line 32, node_modules/buefy/src/scss/components/_slider.scss */
.b-slider.is-medium .b-slider-tick {
  height: 0.3125rem;
}

/* line 36, node_modules/buefy/src/scss/components/_slider.scss */
.b-slider.is-medium .b-slider-tick-label {
  font-size: 0.75rem;
  position: absolute;
  top: calc(0.625rem * 0.5 + 2px);
  left: 50%;
  transform: translateX(-50%);
}

/* line 23, node_modules/buefy/src/scss/components/_slider.scss */
.b-slider.is-large .b-slider-track {
  height: 0.75rem;
}

/* line 27, node_modules/buefy/src/scss/components/_slider.scss */
.b-slider.is-large .b-slider-thumb {
  height: 1.5rem;
  width: 1.5rem;
}

/* line 32, node_modules/buefy/src/scss/components/_slider.scss */
.b-slider.is-large .b-slider-tick {
  height: 0.375rem;
}

/* line 36, node_modules/buefy/src/scss/components/_slider.scss */
.b-slider.is-large .b-slider-tick-label {
  font-size: 0.75rem;
  position: absolute;
  top: calc(0.75rem * 0.5 + 2px);
  left: 50%;
  transform: translateX(-50%);
}

/* line 145, node_modules/buefy/src/scss/components/_slider.scss */
.b-slider.is-white .b-slider-fill {
  background: white !important;
}

/* line 145, node_modules/buefy/src/scss/components/_slider.scss */
.b-slider.is-black .b-slider-fill {
  background: #0a0a0a !important;
}

/* line 145, node_modules/buefy/src/scss/components/_slider.scss */
.b-slider.is-light .b-slider-fill {
  background: whitesmoke !important;
}

/* line 145, node_modules/buefy/src/scss/components/_slider.scss */
.b-slider.is-dark .b-slider-fill {
  background: #363636 !important;
}

/* line 145, node_modules/buefy/src/scss/components/_slider.scss */
.b-slider.is-primary .b-slider-fill {
  background: #8c67ef !important;
}

/* line 145, node_modules/buefy/src/scss/components/_slider.scss */
.b-slider.is-link .b-slider-fill {
  background: #485fc7 !important;
}

/* line 145, node_modules/buefy/src/scss/components/_slider.scss */
.b-slider.is-info .b-slider-fill {
  background: #3e8ed0 !important;
}

/* line 145, node_modules/buefy/src/scss/components/_slider.scss */
.b-slider.is-success .b-slider-fill {
  background: #48c78e !important;
}

/* line 145, node_modules/buefy/src/scss/components/_slider.scss */
.b-slider.is-warning .b-slider-fill {
  background: #ffe08a !important;
}

/* line 145, node_modules/buefy/src/scss/components/_slider.scss */
.b-slider.is-danger .b-slider-fill {
  background: #f14668 !important;
}

/* line 151, node_modules/buefy/src/scss/components/_slider.scss */
.b-slider .b-slider-tick {
  position: absolute;
  width: 3px;
  transform: translate(-50%, -50%);
  top: 50%;
  background: #b5b5b5;
  border-radius: 4px;
}

/* line 158, node_modules/buefy/src/scss/components/_slider.scss */
.b-slider .b-slider-tick.is-tick-hidden {
  background: transparent;
}

/*
This project is based on
"bulma-steps" (https://github.com/Wikiki/bulma-steps) by
Wikiki (https://github.com/Wikiki) licensed under
MIT (https://github.com/Wikiki/bulma-steps/blob/master/LICENSE)
*/
/* line 126, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items {
  display: flex;
  flex-wrap: wrap;
}

/* line 130, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item {
  margin-top: 0;
  position: relative;
  flex-grow: 1;
  flex-basis: 1em;
}

/* line 136, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item .step-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #4a4a4a;
}

/* line 143, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item .step-link:not(.is-clickable) {
  cursor: not-allowed;
}

/* line 148, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item .step-marker {
  align-items: center;
  display: flex;
  border-radius: 4px;
  font-weight: 700;
  justify-content: center;
  background: #b5b5b5;
  color: white;
  border: 0.2em solid #fff;
  z-index: 1;
  overflow: hidden;
}

/* line 167, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-white::before, .b-steps .steps .step-items .step-item.is-white::after {
  background: linear-gradient(to left, #dbdbdb 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

/* line 173, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-white.is-active .step-marker {
  background-color: white;
  border-color: white;
  color: white;
}

/* line 179, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-white.is-active::before, .b-steps .steps .step-items .step-item.is-white.is-active::after {
  background-position: left bottom;
}

/* line 184, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-white.is-previous .step-marker {
  color: #0a0a0a;
  background-color: white;
}

/* line 189, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-white.is-previous::before, .b-steps .steps .step-items .step-item.is-white.is-previous::after {
  background-position: left bottom;
}

/* line 167, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-black::before, .b-steps .steps .step-items .step-item.is-black::after {
  background: linear-gradient(to left, #dbdbdb 50%, #0a0a0a 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

/* line 173, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-black.is-active .step-marker {
  background-color: white;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

/* line 179, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-black.is-active::before, .b-steps .steps .step-items .step-item.is-black.is-active::after {
  background-position: left bottom;
}

/* line 184, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-black.is-previous .step-marker {
  color: white;
  background-color: #0a0a0a;
}

/* line 189, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-black.is-previous::before, .b-steps .steps .step-items .step-item.is-black.is-previous::after {
  background-position: left bottom;
}

/* line 167, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-light::before, .b-steps .steps .step-items .step-item.is-light::after {
  background: linear-gradient(to left, #dbdbdb 50%, whitesmoke 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

/* line 173, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-light.is-active .step-marker {
  background-color: white;
  border-color: whitesmoke;
  color: whitesmoke;
}

/* line 179, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-light.is-active::before, .b-steps .steps .step-items .step-item.is-light.is-active::after {
  background-position: left bottom;
}

/* line 184, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-light.is-previous .step-marker {
  color: rgba(0, 0, 0, 0.7);
  background-color: whitesmoke;
}

/* line 189, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-light.is-previous::before, .b-steps .steps .step-items .step-item.is-light.is-previous::after {
  background-position: left bottom;
}

/* line 167, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-dark::before, .b-steps .steps .step-items .step-item.is-dark::after {
  background: linear-gradient(to left, #dbdbdb 50%, #363636 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

/* line 173, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-dark.is-active .step-marker {
  background-color: white;
  border-color: #363636;
  color: #363636;
}

/* line 179, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-dark.is-active::before, .b-steps .steps .step-items .step-item.is-dark.is-active::after {
  background-position: left bottom;
}

/* line 184, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-dark.is-previous .step-marker {
  color: #fff;
  background-color: #363636;
}

/* line 189, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-dark.is-previous::before, .b-steps .steps .step-items .step-item.is-dark.is-previous::after {
  background-position: left bottom;
}

/* line 167, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-primary::before, .b-steps .steps .step-items .step-item.is-primary::after {
  background: linear-gradient(to left, #dbdbdb 50%, #8c67ef 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

/* line 173, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-primary.is-active .step-marker {
  background-color: white;
  border-color: #8c67ef;
  color: #8c67ef;
}

/* line 179, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-primary.is-active::before, .b-steps .steps .step-items .step-item.is-primary.is-active::after {
  background-position: left bottom;
}

/* line 184, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-primary.is-previous .step-marker {
  color: #fff;
  background-color: #8c67ef;
}

/* line 189, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-primary.is-previous::before, .b-steps .steps .step-items .step-item.is-primary.is-previous::after {
  background-position: left bottom;
}

/* line 167, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-link::before, .b-steps .steps .step-items .step-item.is-link::after {
  background: linear-gradient(to left, #dbdbdb 50%, #485fc7 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

/* line 173, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-link.is-active .step-marker {
  background-color: white;
  border-color: #485fc7;
  color: #485fc7;
}

/* line 179, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-link.is-active::before, .b-steps .steps .step-items .step-item.is-link.is-active::after {
  background-position: left bottom;
}

/* line 184, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-link.is-previous .step-marker {
  color: #fff;
  background-color: #485fc7;
}

/* line 189, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-link.is-previous::before, .b-steps .steps .step-items .step-item.is-link.is-previous::after {
  background-position: left bottom;
}

/* line 167, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-info::before, .b-steps .steps .step-items .step-item.is-info::after {
  background: linear-gradient(to left, #dbdbdb 50%, #3e8ed0 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

/* line 173, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-info.is-active .step-marker {
  background-color: white;
  border-color: #3e8ed0;
  color: #3e8ed0;
}

/* line 179, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-info.is-active::before, .b-steps .steps .step-items .step-item.is-info.is-active::after {
  background-position: left bottom;
}

/* line 184, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-info.is-previous .step-marker {
  color: #fff;
  background-color: #3e8ed0;
}

/* line 189, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-info.is-previous::before, .b-steps .steps .step-items .step-item.is-info.is-previous::after {
  background-position: left bottom;
}

/* line 167, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-success::before, .b-steps .steps .step-items .step-item.is-success::after {
  background: linear-gradient(to left, #dbdbdb 50%, #48c78e 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

/* line 173, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-success.is-active .step-marker {
  background-color: white;
  border-color: #48c78e;
  color: #48c78e;
}

/* line 179, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-success.is-active::before, .b-steps .steps .step-items .step-item.is-success.is-active::after {
  background-position: left bottom;
}

/* line 184, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-success.is-previous .step-marker {
  color: #fff;
  background-color: #48c78e;
}

/* line 189, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-success.is-previous::before, .b-steps .steps .step-items .step-item.is-success.is-previous::after {
  background-position: left bottom;
}

/* line 167, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-warning::before, .b-steps .steps .step-items .step-item.is-warning::after {
  background: linear-gradient(to left, #dbdbdb 50%, #ffe08a 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

/* line 173, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-warning.is-active .step-marker {
  background-color: white;
  border-color: #ffe08a;
  color: #ffe08a;
}

/* line 179, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-warning.is-active::before, .b-steps .steps .step-items .step-item.is-warning.is-active::after {
  background-position: left bottom;
}

/* line 184, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-warning.is-previous .step-marker {
  color: rgba(0, 0, 0, 0.7);
  background-color: #ffe08a;
}

/* line 189, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-warning.is-previous::before, .b-steps .steps .step-items .step-item.is-warning.is-previous::after {
  background-position: left bottom;
}

/* line 167, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-danger::before, .b-steps .steps .step-items .step-item.is-danger::after {
  background: linear-gradient(to left, #dbdbdb 50%, #f14668 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

/* line 173, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-danger.is-active .step-marker {
  background-color: white;
  border-color: #f14668;
  color: #f14668;
}

/* line 179, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-danger.is-active::before, .b-steps .steps .step-items .step-item.is-danger.is-active::after {
  background-position: left bottom;
}

/* line 184, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-danger.is-previous .step-marker {
  color: #fff;
  background-color: #f14668;
}

/* line 189, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-danger.is-previous::before, .b-steps .steps .step-items .step-item.is-danger.is-previous::after {
  background-position: left bottom;
}

/* line 196, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item .step-marker {
  color: white;
}

/* line 200, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item .step-details {
  text-align: center;
  z-index: 1;
}

/* line 205, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item:not(:first-child), .b-steps .steps .step-items .step-item:only-child {
  flex-shrink: 1;
}

/* line 208, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item:not(:first-child)::before, .b-steps .steps .step-items .step-item:only-child::before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: -50%;
}

/* line 219, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item:only-child::after {
  content: " ";
  display: block;
  position: absolute;
  height: 0.2em;
  bottom: 0;
}

/* line 227, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item:only-child::before, .b-steps .steps .step-items .step-item:only-child::after {
  width: 25%;
  left: 50%;
}

/* line 231, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item:only-child::before {
  right: 50%;
  left: auto;
}

/* line 237, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item::before, .b-steps .steps .step-items .step-item::after {
  background: linear-gradient(to left, #dbdbdb 50%, #8c67ef 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

/* line 244, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-active .step-link {
  cursor: default;
}

/* line 248, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-active .step-marker {
  background-color: white;
  border-color: #8c67ef;
  color: #8c67ef;
}

/* line 254, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-active::before, .b-steps .steps .step-items .step-item.is-active::after {
  background-position: left bottom;
}

/* line 259, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-previous .step-marker {
  color: white;
  background-color: #8c67ef;
}

/* line 264, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item.is-previous::before, .b-steps .steps .step-items .step-item.is-previous::after {
  background-position: left bottom;
}

/* line 271, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps + .step-content {
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

/* line 277, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps + .step-content .step-item {
  flex-shrink: 0;
  flex-basis: auto;
}

/* line 281, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps + .step-content .step-item:focus {
  outline: none;
}

/* line 285, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps + .step-content.is-transitioning {
  overflow: hidden;
}

/* line 292, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps.is-rounded .step-item .step-marker {
  border-radius: 9999px;
}

/* line 301, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps.is-animated .step-item:not(:first-child)::before, .b-steps .steps.is-animated .step-item:only-child::before {
  transition: background 150ms ease-out;
}

/* line 311, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps.has-label-right .step-items .step-item .step-link, .b-steps .steps.has-label-left .step-items .step-item .step-link {
  flex-direction: row;
}

/* line 314, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps.has-label-right .step-items .step-item .step-link > .step-details, .b-steps .steps.has-label-left .step-items .step-item .step-link > .step-details {
  background-color: white;
  padding: .2em;
}

/* line 325, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps.has-label-left .step-items .step-item .step-link {
  flex-direction: row-reverse;
}

/* line 21, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps {
  font-size: 1rem;
  min-height: 2rem;
}

/* line 27, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item .step-marker {
  height: 2rem;
  width: 2rem;
}

/* line 32, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item .step-marker .icon *, .b-steps .steps .step-items .step-item .step-marker .icon *:before {
  font-size: 1rem;
}

/* line 39, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item .step-details .step-title {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1rem;
}

/* line 47, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item:not(:first-child)::before, .b-steps .steps .step-items .step-item:only-child::before {
  height: 0.2em;
  top: 1rem;
}

/* line 53, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps .steps .step-items .step-item:only-child::after {
  top: 1rem;
}

@media screen and (max-width: 768px) {
  /* line 59, node_modules/buefy/src/scss/components/_steps.scss */
  .b-steps .steps .step-items .step-item::before, .b-steps .steps .step-items .step-item::after, .b-steps .steps .step-items .step-item:not(:first-child)::before {
    top: 1rem;
  }
}

/* line 73, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-vertical > .steps.has-label-right .step-items .step-item:not(:first-child)::before, .b-steps.is-vertical > .steps.has-label-right .step-items .step-item:not(:first-child)::after, .b-steps.is-vertical > .steps.has-label-right .step-items .step-item:only-child::before, .b-steps.is-vertical > .steps.has-label-right .step-items .step-item:only-child::after {
  left: calc(1rem - 0.1em);
}

/* line 84, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-vertical > .steps.has-label-left .step-items .step-item:not(:first-child)::before, .b-steps.is-vertical > .steps.has-label-left .step-items .step-item:not(:first-child)::after, .b-steps.is-vertical > .steps.has-label-left .step-items .step-item:only-child::before, .b-steps.is-vertical > .steps.has-label-left .step-items .step-item:only-child::after {
  left: auto;
  right: calc(1rem - 0.1em);
}

/* line 100, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-vertical.is-right > .steps.has-label-right .step-items .step-item:not(:first-child)::before, .b-steps.is-vertical.is-right > .steps.has-label-right .step-items .step-item:not(:first-child)::after, .b-steps.is-vertical.is-right > .steps.has-label-right .step-items .step-item:only-child::before, .b-steps.is-vertical.is-right > .steps.has-label-right .step-items .step-item:only-child::after {
  left: calc(1rem - 0.1em);
}

/* line 111, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-vertical.is-right > .steps.has-label-left .step-items .step-item:not(:first-child)::before, .b-steps.is-vertical.is-right > .steps.has-label-left .step-items .step-item:not(:first-child)::after, .b-steps.is-vertical.is-right > .steps.has-label-left .step-items .step-item:only-child::before, .b-steps.is-vertical.is-right > .steps.has-label-left .step-items .step-item:only-child::after {
  left: auto;
  right: calc(1rem - 0.1em);
}

/* line 21, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-small .steps {
  font-size: 0.75rem;
  min-height: 1.5rem;
}

/* line 27, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-small .steps .step-items .step-item .step-marker {
  height: 1.5rem;
  width: 1.5rem;
}

/* line 32, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-small .steps .step-items .step-item .step-marker .icon *, .b-steps.is-small .steps .step-items .step-item .step-marker .icon *:before {
  font-size: 0.75rem;
}

/* line 39, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-small .steps .step-items .step-item .step-details .step-title {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 0.75rem;
}

/* line 47, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-small .steps .step-items .step-item:not(:first-child)::before, .b-steps.is-small .steps .step-items .step-item:only-child::before {
  height: 0.2em;
  top: 0.75rem;
}

/* line 53, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-small .steps .step-items .step-item:only-child::after {
  top: 0.75rem;
}

@media screen and (max-width: 768px) {
  /* line 59, node_modules/buefy/src/scss/components/_steps.scss */
  .b-steps.is-small .steps .step-items .step-item::before, .b-steps.is-small .steps .step-items .step-item::after, .b-steps.is-small .steps .step-items .step-item:not(:first-child)::before {
    top: 0.75rem;
  }
}

/* line 73, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-small.is-vertical > .steps.has-label-right .step-items .step-item:not(:first-child)::before, .b-steps.is-small.is-vertical > .steps.has-label-right .step-items .step-item:not(:first-child)::after, .b-steps.is-small.is-vertical > .steps.has-label-right .step-items .step-item:only-child::before, .b-steps.is-small.is-vertical > .steps.has-label-right .step-items .step-item:only-child::after {
  left: calc(0.75rem - 0.1em);
}

/* line 84, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-small.is-vertical > .steps.has-label-left .step-items .step-item:not(:first-child)::before, .b-steps.is-small.is-vertical > .steps.has-label-left .step-items .step-item:not(:first-child)::after, .b-steps.is-small.is-vertical > .steps.has-label-left .step-items .step-item:only-child::before, .b-steps.is-small.is-vertical > .steps.has-label-left .step-items .step-item:only-child::after {
  left: auto;
  right: calc(0.75rem - 0.1em);
}

/* line 100, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-small.is-vertical.is-right > .steps.has-label-right .step-items .step-item:not(:first-child)::before, .b-steps.is-small.is-vertical.is-right > .steps.has-label-right .step-items .step-item:not(:first-child)::after, .b-steps.is-small.is-vertical.is-right > .steps.has-label-right .step-items .step-item:only-child::before, .b-steps.is-small.is-vertical.is-right > .steps.has-label-right .step-items .step-item:only-child::after {
  left: calc(0.75rem - 0.1em);
}

/* line 111, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-small.is-vertical.is-right > .steps.has-label-left .step-items .step-item:not(:first-child)::before, .b-steps.is-small.is-vertical.is-right > .steps.has-label-left .step-items .step-item:not(:first-child)::after, .b-steps.is-small.is-vertical.is-right > .steps.has-label-left .step-items .step-item:only-child::before, .b-steps.is-small.is-vertical.is-right > .steps.has-label-left .step-items .step-item:only-child::after {
  left: auto;
  right: calc(0.75rem - 0.1em);
}

/* line 21, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-medium .steps {
  font-size: 1.25rem;
  min-height: 2.5rem;
}

/* line 27, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-medium .steps .step-items .step-item .step-marker {
  height: 2.5rem;
  width: 2.5rem;
}

/* line 32, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-medium .steps .step-items .step-item .step-marker .icon *, .b-steps.is-medium .steps .step-items .step-item .step-marker .icon *:before {
  font-size: 1.25rem;
}

/* line 39, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-medium .steps .step-items .step-item .step-details .step-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25rem;
}

/* line 47, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-medium .steps .step-items .step-item:not(:first-child)::before, .b-steps.is-medium .steps .step-items .step-item:only-child::before {
  height: 0.2em;
  top: 1.25rem;
}

/* line 53, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-medium .steps .step-items .step-item:only-child::after {
  top: 1.25rem;
}

@media screen and (max-width: 768px) {
  /* line 59, node_modules/buefy/src/scss/components/_steps.scss */
  .b-steps.is-medium .steps .step-items .step-item::before, .b-steps.is-medium .steps .step-items .step-item::after, .b-steps.is-medium .steps .step-items .step-item:not(:first-child)::before {
    top: 1.25rem;
  }
}

/* line 73, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-medium.is-vertical > .steps.has-label-right .step-items .step-item:not(:first-child)::before, .b-steps.is-medium.is-vertical > .steps.has-label-right .step-items .step-item:not(:first-child)::after, .b-steps.is-medium.is-vertical > .steps.has-label-right .step-items .step-item:only-child::before, .b-steps.is-medium.is-vertical > .steps.has-label-right .step-items .step-item:only-child::after {
  left: calc(1.25rem - 0.1em);
}

/* line 84, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-medium.is-vertical > .steps.has-label-left .step-items .step-item:not(:first-child)::before, .b-steps.is-medium.is-vertical > .steps.has-label-left .step-items .step-item:not(:first-child)::after, .b-steps.is-medium.is-vertical > .steps.has-label-left .step-items .step-item:only-child::before, .b-steps.is-medium.is-vertical > .steps.has-label-left .step-items .step-item:only-child::after {
  left: auto;
  right: calc(1.25rem - 0.1em);
}

/* line 100, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-medium.is-vertical.is-right > .steps.has-label-right .step-items .step-item:not(:first-child)::before, .b-steps.is-medium.is-vertical.is-right > .steps.has-label-right .step-items .step-item:not(:first-child)::after, .b-steps.is-medium.is-vertical.is-right > .steps.has-label-right .step-items .step-item:only-child::before, .b-steps.is-medium.is-vertical.is-right > .steps.has-label-right .step-items .step-item:only-child::after {
  left: calc(1.25rem - 0.1em);
}

/* line 111, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-medium.is-vertical.is-right > .steps.has-label-left .step-items .step-item:not(:first-child)::before, .b-steps.is-medium.is-vertical.is-right > .steps.has-label-left .step-items .step-item:not(:first-child)::after, .b-steps.is-medium.is-vertical.is-right > .steps.has-label-left .step-items .step-item:only-child::before, .b-steps.is-medium.is-vertical.is-right > .steps.has-label-left .step-items .step-item:only-child::after {
  left: auto;
  right: calc(1.25rem - 0.1em);
}

/* line 21, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-large .steps {
  font-size: 1.5rem;
  min-height: 3rem;
}

/* line 27, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-large .steps .step-items .step-item .step-marker {
  height: 3rem;
  width: 3rem;
}

/* line 32, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-large .steps .step-items .step-item .step-marker .icon *, .b-steps.is-large .steps .step-items .step-item .step-marker .icon *:before {
  font-size: 1.5rem;
}

/* line 39, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-large .steps .step-items .step-item .step-details .step-title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5rem;
}

/* line 47, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-large .steps .step-items .step-item:not(:first-child)::before, .b-steps.is-large .steps .step-items .step-item:only-child::before {
  height: 0.2em;
  top: 1.5rem;
}

/* line 53, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-large .steps .step-items .step-item:only-child::after {
  top: 1.5rem;
}

@media screen and (max-width: 768px) {
  /* line 59, node_modules/buefy/src/scss/components/_steps.scss */
  .b-steps.is-large .steps .step-items .step-item::before, .b-steps.is-large .steps .step-items .step-item::after, .b-steps.is-large .steps .step-items .step-item:not(:first-child)::before {
    top: 1.5rem;
  }
}

/* line 73, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-large.is-vertical > .steps.has-label-right .step-items .step-item:not(:first-child)::before, .b-steps.is-large.is-vertical > .steps.has-label-right .step-items .step-item:not(:first-child)::after, .b-steps.is-large.is-vertical > .steps.has-label-right .step-items .step-item:only-child::before, .b-steps.is-large.is-vertical > .steps.has-label-right .step-items .step-item:only-child::after {
  left: calc(1.5rem - 0.1em);
}

/* line 84, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-large.is-vertical > .steps.has-label-left .step-items .step-item:not(:first-child)::before, .b-steps.is-large.is-vertical > .steps.has-label-left .step-items .step-item:not(:first-child)::after, .b-steps.is-large.is-vertical > .steps.has-label-left .step-items .step-item:only-child::before, .b-steps.is-large.is-vertical > .steps.has-label-left .step-items .step-item:only-child::after {
  left: auto;
  right: calc(1.5rem - 0.1em);
}

/* line 100, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-large.is-vertical.is-right > .steps.has-label-right .step-items .step-item:not(:first-child)::before, .b-steps.is-large.is-vertical.is-right > .steps.has-label-right .step-items .step-item:not(:first-child)::after, .b-steps.is-large.is-vertical.is-right > .steps.has-label-right .step-items .step-item:only-child::before, .b-steps.is-large.is-vertical.is-right > .steps.has-label-right .step-items .step-item:only-child::after {
  left: calc(1.5rem - 0.1em);
}

/* line 111, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-large.is-vertical.is-right > .steps.has-label-left .step-items .step-item:not(:first-child)::before, .b-steps.is-large.is-vertical.is-right > .steps.has-label-left .step-items .step-item:not(:first-child)::after, .b-steps.is-large.is-vertical.is-right > .steps.has-label-left .step-items .step-item:only-child::before, .b-steps.is-large.is-vertical.is-right > .steps.has-label-left .step-items .step-item:only-child::after {
  left: auto;
  right: calc(1.5rem - 0.1em);
}

/* line 344, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-vertical {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* line 350, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-vertical > .steps .step-items {
  height: 100%;
  flex-direction: column;
  border-bottom-color: transparent;
}

/* line 355, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-vertical > .steps .step-items .step-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 0;
}

/* line 362, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-vertical > .steps .step-items .step-item::before, .b-steps.is-vertical > .steps .step-items .step-item::after {
  background: linear-gradient(to top, #dbdbdb 50%, #8c67ef 50%);
  background-size: 100% 200%;
  background-position: left bottom;
}

/* line 373, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-vertical > .steps .step-items .step-item.is-white::before, .b-steps.is-vertical > .steps .step-items .step-item.is-white::after {
  background: linear-gradient(to top, #dbdbdb 50%, white 50%);
  background-size: 100% 200%;
  background-position: left bottom;
}

/* line 373, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-vertical > .steps .step-items .step-item.is-black::before, .b-steps.is-vertical > .steps .step-items .step-item.is-black::after {
  background: linear-gradient(to top, #dbdbdb 50%, #0a0a0a 50%);
  background-size: 100% 200%;
  background-position: left bottom;
}

/* line 373, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-vertical > .steps .step-items .step-item.is-light::before, .b-steps.is-vertical > .steps .step-items .step-item.is-light::after {
  background: linear-gradient(to top, #dbdbdb 50%, whitesmoke 50%);
  background-size: 100% 200%;
  background-position: left bottom;
}

/* line 373, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-vertical > .steps .step-items .step-item.is-dark::before, .b-steps.is-vertical > .steps .step-items .step-item.is-dark::after {
  background: linear-gradient(to top, #dbdbdb 50%, #363636 50%);
  background-size: 100% 200%;
  background-position: left bottom;
}

/* line 373, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-vertical > .steps .step-items .step-item.is-primary::before, .b-steps.is-vertical > .steps .step-items .step-item.is-primary::after {
  background: linear-gradient(to top, #dbdbdb 50%, #8c67ef 50%);
  background-size: 100% 200%;
  background-position: left bottom;
}

/* line 373, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-vertical > .steps .step-items .step-item.is-link::before, .b-steps.is-vertical > .steps .step-items .step-item.is-link::after {
  background: linear-gradient(to top, #dbdbdb 50%, #485fc7 50%);
  background-size: 100% 200%;
  background-position: left bottom;
}

/* line 373, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-vertical > .steps .step-items .step-item.is-info::before, .b-steps.is-vertical > .steps .step-items .step-item.is-info::after {
  background: linear-gradient(to top, #dbdbdb 50%, #3e8ed0 50%);
  background-size: 100% 200%;
  background-position: left bottom;
}

/* line 373, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-vertical > .steps .step-items .step-item.is-success::before, .b-steps.is-vertical > .steps .step-items .step-item.is-success::after {
  background: linear-gradient(to top, #dbdbdb 50%, #48c78e 50%);
  background-size: 100% 200%;
  background-position: left bottom;
}

/* line 373, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-vertical > .steps .step-items .step-item.is-warning::before, .b-steps.is-vertical > .steps .step-items .step-item.is-warning::after {
  background: linear-gradient(to top, #dbdbdb 50%, #ffe08a 50%);
  background-size: 100% 200%;
  background-position: left bottom;
}

/* line 373, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-vertical > .steps .step-items .step-item.is-danger::before, .b-steps.is-vertical > .steps .step-items .step-item.is-danger::after {
  background: linear-gradient(to top, #dbdbdb 50%, #f14668 50%);
  background-size: 100% 200%;
  background-position: left bottom;
}

/* line 382, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-vertical > .steps .step-items .step-item:not(:first-child)::before, .b-steps.is-vertical > .steps .step-items .step-item:only-child::before {
  height: 100%;
  width: 0.2em;
  top: -50%;
  left: calc(50% - 0.1em);
}

/* line 391, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-vertical > .steps .step-items .step-item.is-active::before, .b-steps.is-vertical > .steps .step-items .step-item.is-active::after, .b-steps.is-vertical > .steps .step-items .step-item.is-previous::before, .b-steps.is-vertical > .steps .step-items .step-item.is-previous::after {
  background-position: right top;
}

/* line 397, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-vertical > .steps .step-items .step-item:only-child::before {
  top: 50%;
}

/* line 400, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-vertical > .steps .step-items .step-item:only-child::after {
  width: 0.2em;
  top: auto;
  bottom: 50%;
}

/* line 405, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-vertical > .steps .step-items .step-item:only-child::before, .b-steps.is-vertical > .steps .step-items .step-item:only-child::after {
  height: 25%;
}

/* line 414, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-vertical > .steps.has-label-right .step-items .step-item {
  justify-content: flex-start;
}

/* line 421, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-vertical > .steps.has-label-left .step-items .step-item {
  justify-content: flex-end;
}

/* line 430, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-vertical > .steps:not(.has-label-right):not(.has-label-left) .step-items .step-item .step-link > .step-details {
  background-color: white;
}

/* line 439, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-vertical > .step-content {
  flex-grow: 1;
}

/* line 443, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-vertical > .step-navigation {
  flex-basis: 100%;
}

/* line 447, node_modules/buefy/src/scss/components/_steps.scss */
.b-steps.is-vertical.is-right {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  /* line 457, node_modules/buefy/src/scss/components/_steps.scss */
  .b-steps:not(.is-vertical) .steps.mobile-minimalist .step-items .step-item:not(.is-active) {
    display: none;
  }
  /* line 460, node_modules/buefy/src/scss/components/_steps.scss */
  .b-steps:not(.is-vertical) .steps.mobile-minimalist .step-items .step-item::before, .b-steps:not(.is-vertical) .steps.mobile-minimalist .step-items .step-item::after, .b-steps:not(.is-vertical) .steps.mobile-minimalist .step-items .step-item:not(:first-child)::before {
    content: " ";
    display: block;
    position: absolute;
    height: 0.2em;
    width: 25%;
    bottom: 0;
    left: 50%;
  }
  /* line 470, node_modules/buefy/src/scss/components/_steps.scss */
  .b-steps:not(.is-vertical) .steps.mobile-minimalist .step-items .step-item::before, .b-steps:not(.is-vertical) .steps.mobile-minimalist .step-items .step-item:not(:first-child)::before {
    right: 50%;
    left: auto;
  }
  /* line 481, node_modules/buefy/src/scss/components/_steps.scss */
  .b-steps:not(.is-vertical) .steps.mobile-compact .step-items .step-item:not(.is-active) .step-details {
    display: none;
  }
}

/* line 7, node_modules/buefy/src/scss/components/_switch.scss */
.switch {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-right: 0.5em;
}

/* line 14, node_modules/buefy/src/scss/components/_switch.scss */
.switch + .switch:last-child {
  margin-right: 0;
}

/* line 17, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox] {
  position: absolute;
  left: 0;
  opacity: 0;
  outline: none;
  z-index: -1;
}

/* line 23, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox] + .check {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 2.75em;
  height: 1.575em;
  padding: 0.2em;
  background: #b5b5b5;
  border-radius: 4px;
  transition: background 150ms ease-out, box-shadow 150ms ease-out;
}

/* line 35, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox] + .check.is-white-passive, .switch input[type=checkbox] + .check:hover {
  background: white;
}

/* line 38, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
  background: 'pink';
}

/* line 35, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox] + .check.is-black-passive, .switch input[type=checkbox] + .check:hover {
  background: #0a0a0a;
}

/* line 38, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
  background: 'pink';
}

/* line 35, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox] + .check.is-light-passive, .switch input[type=checkbox] + .check:hover {
  background: whitesmoke;
}

/* line 38, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
  background: 'pink';
}

/* line 35, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox] + .check.is-dark-passive, .switch input[type=checkbox] + .check:hover {
  background: #363636;
}

/* line 38, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
  background: 'pink';
}

/* line 35, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox] + .check.is-primary-passive, .switch input[type=checkbox] + .check:hover {
  background: #8c67ef;
}

/* line 38, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
  background: 'pink';
}

/* line 35, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox] + .check.is-link-passive, .switch input[type=checkbox] + .check:hover {
  background: #485fc7;
}

/* line 38, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
  background: 'pink';
}

/* line 35, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox] + .check.is-info-passive, .switch input[type=checkbox] + .check:hover {
  background: #3e8ed0;
}

/* line 38, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
  background: 'pink';
}

/* line 35, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox] + .check.is-success-passive, .switch input[type=checkbox] + .check:hover {
  background: #48c78e;
}

/* line 38, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
  background: 'pink';
}

/* line 35, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox] + .check.is-warning-passive, .switch input[type=checkbox] + .check:hover {
  background: #ffe08a;
}

/* line 38, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
  background: 'pink';
}

/* line 35, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox] + .check.is-danger-passive, .switch input[type=checkbox] + .check:hover {
  background: #f14668;
}

/* line 38, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
  background: 'pink';
}

/* line 42, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox] + .check:before {
  content: "";
  display: block;
  border-radius: 4px;
  width: 1.175em;
  height: 1.175em;
  background: whitesmoke;
  box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.05);
  transition: transform 150ms ease-out;
  will-change: transform;
  transform-origin: left;
}

/* line 54, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox] + .check.is-elastic:before {
  transform: scaleX(1.5);
  border-radius: 4px;
}

/* line 59, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox]:checked + .check {
  background: #8c67ef;
}

/* line 63, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox]:checked + .check.is-white {
  background: white;
}

/* line 63, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox]:checked + .check.is-black {
  background: #0a0a0a;
}

/* line 63, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox]:checked + .check.is-light {
  background: whitesmoke;
}

/* line 63, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox]:checked + .check.is-dark {
  background: #363636;
}

/* line 63, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox]:checked + .check.is-primary {
  background: #8c67ef;
}

/* line 63, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox]:checked + .check.is-link {
  background: #485fc7;
}

/* line 63, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox]:checked + .check.is-info {
  background: #3e8ed0;
}

/* line 63, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox]:checked + .check.is-success {
  background: #48c78e;
}

/* line 63, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox]:checked + .check.is-warning {
  background: #ffe08a;
}

/* line 63, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox]:checked + .check.is-danger {
  background: #f14668;
}

/* line 67, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox]:checked + .check:before {
  transform: translate3d(100%, 0, 0);
}

/* line 70, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox]:checked + .check.is-elastic:before {
  transform: translate3d(50%, 0, 0) scaleX(1.5);
}

/* line 75, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox]:focus, .switch input[type=checkbox]:active {
  outline: none;
}

/* line 77, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox]:focus + .check, .switch input[type=checkbox]:active + .check {
  box-shadow: 0 0 0.5em rgba(122, 122, 122, 0.6);
}

/* line 81, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox]:focus + .check.is-white-passive, .switch input[type=checkbox]:active + .check.is-white-passive {
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.8);
}

/* line 81, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox]:focus + .check.is-black-passive, .switch input[type=checkbox]:active + .check.is-black-passive {
  box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.8);
}

/* line 81, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox]:focus + .check.is-light-passive, .switch input[type=checkbox]:active + .check.is-light-passive {
  box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.8);
}

/* line 81, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox]:focus + .check.is-dark-passive, .switch input[type=checkbox]:active + .check.is-dark-passive {
  box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.8);
}

/* line 81, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox]:focus + .check.is-primary-passive, .switch input[type=checkbox]:active + .check.is-primary-passive {
  box-shadow: 0 0 0.5em rgba(140, 103, 239, 0.8);
}

/* line 81, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox]:focus + .check.is-link-passive, .switch input[type=checkbox]:active + .check.is-link-passive {
  box-shadow: 0 0 0.5em rgba(72, 95, 199, 0.8);
}

/* line 81, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox]:focus + .check.is-info-passive, .switch input[type=checkbox]:active + .check.is-info-passive {
  box-shadow: 0 0 0.5em rgba(62, 142, 208, 0.8);
}

/* line 81, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox]:focus + .check.is-success-passive, .switch input[type=checkbox]:active + .check.is-success-passive {
  box-shadow: 0 0 0.5em rgba(72, 199, 142, 0.8);
}

/* line 81, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox]:focus + .check.is-warning-passive, .switch input[type=checkbox]:active + .check.is-warning-passive {
  box-shadow: 0 0 0.5em rgba(255, 224, 138, 0.8);
}

/* line 81, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox]:focus + .check.is-danger-passive, .switch input[type=checkbox]:active + .check.is-danger-passive {
  box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.8);
}

/* line 86, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox]:focus:checked + .check, .switch input[type=checkbox]:active:checked + .check {
  box-shadow: 0 0 0.5em rgba(140, 103, 239, 0.8);
}

/* line 90, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox]:focus:checked + .check.is-white, .switch input[type=checkbox]:active:checked + .check.is-white {
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.8);
}

/* line 90, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox]:focus:checked + .check.is-black, .switch input[type=checkbox]:active:checked + .check.is-black {
  box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.8);
}

/* line 90, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox]:focus:checked + .check.is-light, .switch input[type=checkbox]:active:checked + .check.is-light {
  box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.8);
}

/* line 90, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox]:focus:checked + .check.is-dark, .switch input[type=checkbox]:active:checked + .check.is-dark {
  box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.8);
}

/* line 90, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox]:focus:checked + .check.is-primary, .switch input[type=checkbox]:active:checked + .check.is-primary {
  box-shadow: 0 0 0.5em rgba(140, 103, 239, 0.8);
}

/* line 90, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox]:focus:checked + .check.is-link, .switch input[type=checkbox]:active:checked + .check.is-link {
  box-shadow: 0 0 0.5em rgba(72, 95, 199, 0.8);
}

/* line 90, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox]:focus:checked + .check.is-info, .switch input[type=checkbox]:active:checked + .check.is-info {
  box-shadow: 0 0 0.5em rgba(62, 142, 208, 0.8);
}

/* line 90, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox]:focus:checked + .check.is-success, .switch input[type=checkbox]:active:checked + .check.is-success {
  box-shadow: 0 0 0.5em rgba(72, 199, 142, 0.8);
}

/* line 90, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox]:focus:checked + .check.is-warning, .switch input[type=checkbox]:active:checked + .check.is-warning {
  box-shadow: 0 0 0.5em rgba(255, 224, 138, 0.8);
}

/* line 90, node_modules/buefy/src/scss/components/_switch.scss */
.switch input[type=checkbox]:focus:checked + .check.is-danger, .switch input[type=checkbox]:active:checked + .check.is-danger {
  box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.8);
}

/* line 98, node_modules/buefy/src/scss/components/_switch.scss */
.switch.has-left-label {
  flex-direction: row-reverse;
}

/* line 100, node_modules/buefy/src/scss/components/_switch.scss */
.switch.has-left-label .control-label {
  padding-right: calc(0.75em - 1px);
}

/* line 106, node_modules/buefy/src/scss/components/_switch.scss */
.switch:not(.has-left-label) .control-label {
  padding-left: calc(0.75em - 1px);
}

/* line 112, node_modules/buefy/src/scss/components/_switch.scss */
.switch:hover input[type=checkbox] + .check {
  background: rgba(181, 181, 181, 0.9);
}

/* line 116, node_modules/buefy/src/scss/components/_switch.scss */
.switch:hover input[type=checkbox] + .check.is-white-passive {
  background: rgba(255, 255, 255, 0.9);
}

/* line 116, node_modules/buefy/src/scss/components/_switch.scss */
.switch:hover input[type=checkbox] + .check.is-black-passive {
  background: rgba(10, 10, 10, 0.9);
}

/* line 116, node_modules/buefy/src/scss/components/_switch.scss */
.switch:hover input[type=checkbox] + .check.is-light-passive {
  background: rgba(245, 245, 245, 0.9);
}

/* line 116, node_modules/buefy/src/scss/components/_switch.scss */
.switch:hover input[type=checkbox] + .check.is-dark-passive {
  background: rgba(54, 54, 54, 0.9);
}

/* line 116, node_modules/buefy/src/scss/components/_switch.scss */
.switch:hover input[type=checkbox] + .check.is-primary-passive {
  background: rgba(140, 103, 239, 0.9);
}

/* line 116, node_modules/buefy/src/scss/components/_switch.scss */
.switch:hover input[type=checkbox] + .check.is-link-passive {
  background: rgba(72, 95, 199, 0.9);
}

/* line 116, node_modules/buefy/src/scss/components/_switch.scss */
.switch:hover input[type=checkbox] + .check.is-info-passive {
  background: rgba(62, 142, 208, 0.9);
}

/* line 116, node_modules/buefy/src/scss/components/_switch.scss */
.switch:hover input[type=checkbox] + .check.is-success-passive {
  background: rgba(72, 199, 142, 0.9);
}

/* line 116, node_modules/buefy/src/scss/components/_switch.scss */
.switch:hover input[type=checkbox] + .check.is-warning-passive {
  background: rgba(255, 224, 138, 0.9);
}

/* line 116, node_modules/buefy/src/scss/components/_switch.scss */
.switch:hover input[type=checkbox] + .check.is-danger-passive {
  background: rgba(241, 70, 104, 0.9);
}

/* line 121, node_modules/buefy/src/scss/components/_switch.scss */
.switch:hover input[type=checkbox]:checked + .check {
  background: rgba(140, 103, 239, 0.9);
}

/* line 125, node_modules/buefy/src/scss/components/_switch.scss */
.switch:hover input[type=checkbox]:checked + .check.is-white {
  background: rgba(255, 255, 255, 0.9);
}

/* line 125, node_modules/buefy/src/scss/components/_switch.scss */
.switch:hover input[type=checkbox]:checked + .check.is-black {
  background: rgba(10, 10, 10, 0.9);
}

/* line 125, node_modules/buefy/src/scss/components/_switch.scss */
.switch:hover input[type=checkbox]:checked + .check.is-light {
  background: rgba(245, 245, 245, 0.9);
}

/* line 125, node_modules/buefy/src/scss/components/_switch.scss */
.switch:hover input[type=checkbox]:checked + .check.is-dark {
  background: rgba(54, 54, 54, 0.9);
}

/* line 125, node_modules/buefy/src/scss/components/_switch.scss */
.switch:hover input[type=checkbox]:checked + .check.is-primary {
  background: rgba(140, 103, 239, 0.9);
}

/* line 125, node_modules/buefy/src/scss/components/_switch.scss */
.switch:hover input[type=checkbox]:checked + .check.is-link {
  background: rgba(72, 95, 199, 0.9);
}

/* line 125, node_modules/buefy/src/scss/components/_switch.scss */
.switch:hover input[type=checkbox]:checked + .check.is-info {
  background: rgba(62, 142, 208, 0.9);
}

/* line 125, node_modules/buefy/src/scss/components/_switch.scss */
.switch:hover input[type=checkbox]:checked + .check.is-success {
  background: rgba(72, 199, 142, 0.9);
}

/* line 125, node_modules/buefy/src/scss/components/_switch.scss */
.switch:hover input[type=checkbox]:checked + .check.is-warning {
  background: rgba(255, 224, 138, 0.9);
}

/* line 125, node_modules/buefy/src/scss/components/_switch.scss */
.switch:hover input[type=checkbox]:checked + .check.is-danger {
  background: rgba(241, 70, 104, 0.9);
}

/* line 133, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-rounded input[type=checkbox] + .check {
  border-radius: 9999px;
}

/* line 135, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-rounded input[type=checkbox] + .check:before {
  border-radius: 9999px;
}

/* line 139, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-rounded input.is-elastic[type=checkbox]:before {
  transform: scaleX(1.5);
  border-radius: 9999px;
}

/* line 147, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox] + .check {
  background: transparent;
  border: 0.1rem solid #b5b5b5;
}

/* line 152, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox] + .check.is-white-passive {
  border: 0.1rem solid rgba(255, 255, 255, 0.9);
}

/* line 154, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox] + .check.is-white-passive:before {
  background: white;
}

/* line 157, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox] + .check.is-white-passive:hover {
  border-color: rgba(255, 255, 255, 0.9);
}

/* line 152, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox] + .check.is-black-passive {
  border: 0.1rem solid rgba(10, 10, 10, 0.9);
}

/* line 154, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox] + .check.is-black-passive:before {
  background: #0a0a0a;
}

/* line 157, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox] + .check.is-black-passive:hover {
  border-color: rgba(10, 10, 10, 0.9);
}

/* line 152, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox] + .check.is-light-passive {
  border: 0.1rem solid rgba(245, 245, 245, 0.9);
}

/* line 154, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox] + .check.is-light-passive:before {
  background: whitesmoke;
}

/* line 157, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox] + .check.is-light-passive:hover {
  border-color: rgba(245, 245, 245, 0.9);
}

/* line 152, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox] + .check.is-dark-passive {
  border: 0.1rem solid rgba(54, 54, 54, 0.9);
}

/* line 154, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox] + .check.is-dark-passive:before {
  background: #363636;
}

/* line 157, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox] + .check.is-dark-passive:hover {
  border-color: rgba(54, 54, 54, 0.9);
}

/* line 152, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox] + .check.is-primary-passive {
  border: 0.1rem solid rgba(140, 103, 239, 0.9);
}

/* line 154, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox] + .check.is-primary-passive:before {
  background: #8c67ef;
}

/* line 157, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox] + .check.is-primary-passive:hover {
  border-color: rgba(140, 103, 239, 0.9);
}

/* line 152, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox] + .check.is-link-passive {
  border: 0.1rem solid rgba(72, 95, 199, 0.9);
}

/* line 154, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox] + .check.is-link-passive:before {
  background: #485fc7;
}

/* line 157, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox] + .check.is-link-passive:hover {
  border-color: rgba(72, 95, 199, 0.9);
}

/* line 152, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox] + .check.is-info-passive {
  border: 0.1rem solid rgba(62, 142, 208, 0.9);
}

/* line 154, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox] + .check.is-info-passive:before {
  background: #3e8ed0;
}

/* line 157, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox] + .check.is-info-passive:hover {
  border-color: rgba(62, 142, 208, 0.9);
}

/* line 152, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox] + .check.is-success-passive {
  border: 0.1rem solid rgba(72, 199, 142, 0.9);
}

/* line 154, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox] + .check.is-success-passive:before {
  background: #48c78e;
}

/* line 157, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox] + .check.is-success-passive:hover {
  border-color: rgba(72, 199, 142, 0.9);
}

/* line 152, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox] + .check.is-warning-passive {
  border: 0.1rem solid rgba(255, 224, 138, 0.9);
}

/* line 154, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox] + .check.is-warning-passive:before {
  background: #ffe08a;
}

/* line 157, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox] + .check.is-warning-passive:hover {
  border-color: rgba(255, 224, 138, 0.9);
}

/* line 152, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox] + .check.is-danger-passive {
  border: 0.1rem solid rgba(241, 70, 104, 0.9);
}

/* line 154, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox] + .check.is-danger-passive:before {
  background: #f14668;
}

/* line 157, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox] + .check.is-danger-passive:hover {
  border-color: rgba(241, 70, 104, 0.9);
}

/* line 162, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox] + .check:before {
  background: #b5b5b5;
}

/* line 166, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox]:checked + .check {
  border-color: #8c67ef;
}

/* line 170, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox]:checked + .check.is-white {
  background: transparent;
  border-color: white;
}

/* line 173, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox]:checked + .check.is-white:before {
  background: white;
}

/* line 170, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox]:checked + .check.is-black {
  background: transparent;
  border-color: #0a0a0a;
}

/* line 173, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox]:checked + .check.is-black:before {
  background: #0a0a0a;
}

/* line 170, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox]:checked + .check.is-light {
  background: transparent;
  border-color: whitesmoke;
}

/* line 173, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox]:checked + .check.is-light:before {
  background: whitesmoke;
}

/* line 170, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox]:checked + .check.is-dark {
  background: transparent;
  border-color: #363636;
}

/* line 173, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox]:checked + .check.is-dark:before {
  background: #363636;
}

/* line 170, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox]:checked + .check.is-primary {
  background: transparent;
  border-color: #8c67ef;
}

/* line 173, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox]:checked + .check.is-primary:before {
  background: #8c67ef;
}

/* line 170, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox]:checked + .check.is-link {
  background: transparent;
  border-color: #485fc7;
}

/* line 173, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox]:checked + .check.is-link:before {
  background: #485fc7;
}

/* line 170, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox]:checked + .check.is-info {
  background: transparent;
  border-color: #3e8ed0;
}

/* line 173, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox]:checked + .check.is-info:before {
  background: #3e8ed0;
}

/* line 170, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox]:checked + .check.is-success {
  background: transparent;
  border-color: #48c78e;
}

/* line 173, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox]:checked + .check.is-success:before {
  background: #48c78e;
}

/* line 170, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox]:checked + .check.is-warning {
  background: transparent;
  border-color: #ffe08a;
}

/* line 173, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox]:checked + .check.is-warning:before {
  background: #ffe08a;
}

/* line 170, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox]:checked + .check.is-danger {
  background: transparent;
  border-color: #f14668;
}

/* line 173, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox]:checked + .check.is-danger:before {
  background: #f14668;
}

/* line 178, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined input[type=checkbox]:checked + .check:before {
  background: #8c67ef;
}

/* line 184, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined:hover input[type=checkbox] + .check {
  background: transparent;
  border-color: rgba(181, 181, 181, 0.9);
}

/* line 188, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined:hover input[type=checkbox]:checked + .check {
  background: transparent;
  border-color: rgba(140, 103, 239, 0.9);
}

/* line 193, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-white {
  border-color: rgba(255, 255, 255, 0.9);
}

/* line 193, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-black {
  border-color: rgba(10, 10, 10, 0.9);
}

/* line 193, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-light {
  border-color: rgba(245, 245, 245, 0.9);
}

/* line 193, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-dark {
  border-color: rgba(54, 54, 54, 0.9);
}

/* line 193, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-primary {
  border-color: rgba(140, 103, 239, 0.9);
}

/* line 193, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-link {
  border-color: rgba(72, 95, 199, 0.9);
}

/* line 193, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-info {
  border-color: rgba(62, 142, 208, 0.9);
}

/* line 193, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-success {
  border-color: rgba(72, 199, 142, 0.9);
}

/* line 193, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-warning {
  border-color: rgba(255, 224, 138, 0.9);
}

/* line 193, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-danger {
  border-color: rgba(241, 70, 104, 0.9);
}

/* line 200, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

/* line 203, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-medium {
  font-size: 1.25rem;
}

/* line 206, node_modules/buefy/src/scss/components/_switch.scss */
.switch.is-large {
  font-size: 1.5rem;
}

/* line 209, node_modules/buefy/src/scss/components/_switch.scss */
.switch[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  color: #7a7a7a;
}

/* line 74, node_modules/buefy/src/scss/components/_table.scss */
.table-wrapper .table {
  margin-bottom: 0;
}

/* line 77, node_modules/buefy/src/scss/components/_table.scss */
.table-wrapper:not(:last-child) {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 1023px) {
  /* line 73, node_modules/buefy/src/scss/components/_table.scss */
  .table-wrapper {
    overflow-x: auto;
  }
}

/* line 85, node_modules/buefy/src/scss/components/_table.scss */
.b-table {
  transition: opacity 86ms ease-out;
}

@media screen and (min-width: 769px), print {
  /* line 88, node_modules/buefy/src/scss/components/_table.scss */
  .b-table .table-mobile-sort {
    display: none;
  }
}

/* line 94, node_modules/buefy/src/scss/components/_table.scss */
.b-table .icon {
  transition: transform 150ms ease-out, opacity 86ms ease-out;
}

/* line 96, node_modules/buefy/src/scss/components/_table.scss */
.b-table .icon.is-desc {
  transform: rotate(180deg);
}

/* line 99, node_modules/buefy/src/scss/components/_table.scss */
.b-table .icon.is-expanded {
  transform: rotate(90deg);
}

/* line 104, node_modules/buefy/src/scss/components/_table.scss */
.b-table .sort-icon.icon.is-desc {
  transform: rotate(180deg) translateY(-50%) !important;
}

/* line 108, node_modules/buefy/src/scss/components/_table.scss */
.b-table .table {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 4px;
  border-collapse: separate;
}

/* line 113, node_modules/buefy/src/scss/components/_table.scss */
.b-table .table th {
  font-weight: 600;
}

/* line 115, node_modules/buefy/src/scss/components/_table.scss */
.b-table .table th .th-wrap {
  display: flex;
  align-items: center;
}

/* line 118, node_modules/buefy/src/scss/components/_table.scss */
.b-table .table th .th-wrap .icon {
  margin-left: 0.5rem;
  margin-right: 0;
  font-size: 1rem;
}

/* line 123, node_modules/buefy/src/scss/components/_table.scss */
.b-table .table th .th-wrap.is-numeric {
  flex-direction: row-reverse;
  text-align: right;
}

/* line 126, node_modules/buefy/src/scss/components/_table.scss */
.b-table .table th .th-wrap.is-numeric .icon {
  margin-left: 0;
  margin-right: 0.5rem;
}

/* line 131, node_modules/buefy/src/scss/components/_table.scss */
.b-table .table th .th-wrap.is-centered {
  justify-content: center;
  text-align: center;
}

/* line 136, node_modules/buefy/src/scss/components/_table.scss */
.b-table .table th.is-current-sort {
  border-color: #7a7a7a;
  font-weight: 700;
}

/* line 140, node_modules/buefy/src/scss/components/_table.scss */
.b-table .table th.is-sortable:hover {
  border-color: #7a7a7a;
}

/* line 143, node_modules/buefy/src/scss/components/_table.scss */
.b-table .table th.is-sortable, .b-table .table th.is-sortable .th-wrap {
  cursor: pointer;
}

/* line 147, node_modules/buefy/src/scss/components/_table.scss */
.b-table .table th.is-sortable .is-relative, .b-table .table th.is-sortable .th-wrap .is-relative {
  position: absolute;
}

/* line 151, node_modules/buefy/src/scss/components/_table.scss */
.b-table .table th .sort-icon, .b-table .table th .multi-sort-cancel-icon {
  position: absolute;
  bottom: 50%;
  left: 100%;
  transform: translateY(50%);
}

/* line 157, node_modules/buefy/src/scss/components/_table.scss */
.b-table .table th .multi-sort-cancel-icon {
  margin-left: 10px;
}

/* line 160, node_modules/buefy/src/scss/components/_table.scss */
.b-table .table th.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 3 !important;
  background: transparent;
}

/* line 171, node_modules/buefy/src/scss/components/_table.scss */
.b-table .table tr.is-selected .checkbox input:checked + .check {
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%238c67ef' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
}

/* line 174, node_modules/buefy/src/scss/components/_table.scss */
.b-table .table tr.is-selected .checkbox input + .check {
  border-color: #fff;
}

/* line 179, node_modules/buefy/src/scss/components/_table.scss */
.b-table .table tr.is-empty:hover {
  background-color: transparent;
}

/* line 183, node_modules/buefy/src/scss/components/_table.scss */
.b-table .table .chevron-cell {
  vertical-align: middle;
}

/* line 185, node_modules/buefy/src/scss/components/_table.scss */
.b-table .table .chevron-cell > a {
  color: #8c67ef !important;
}

/* line 189, node_modules/buefy/src/scss/components/_table.scss */
.b-table .table .checkbox-cell {
  width: 40px;
}

/* line 191, node_modules/buefy/src/scss/components/_table.scss */
.b-table .table .checkbox-cell .checkbox {
  vertical-align: middle;
}

/* line 193, node_modules/buefy/src/scss/components/_table.scss */
.b-table .table .checkbox-cell .checkbox .check {
  transition: none;
}

/* line 198, node_modules/buefy/src/scss/components/_table.scss */
.b-table .table tr.detail {
  box-shadow: inset 0 1px 3px #dbdbdb;
  background: #fafafa;
}

/* line 201, node_modules/buefy/src/scss/components/_table.scss */
.b-table .table tr.detail .detail-container {
  padding: 1rem;
}

/* line 205, node_modules/buefy/src/scss/components/_table.scss */
.b-table .table:focus {
  border-color: #8c67ef;
  box-shadow: 0 0 0 0.125em rgba(140, 103, 239, 0.25);
}

/* line 212, node_modules/buefy/src/scss/components/_table.scss */
.b-table .table.is-bordered th.is-current-sort,
.b-table .table.is-bordered th.is-sortable:hover {
  border-color: #dbdbdb;
  background: whitesmoke;
}

/* line 220, node_modules/buefy/src/scss/components/_table.scss */
.b-table .table td.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
  background: white;
}

/* line 234, node_modules/buefy/src/scss/components/_table.scss */
.b-table .table.is-striped tbody tr:not(.is-selected):nth-child(even) td.is-sticky {
  background: #fafafa;
}

/* line 244, node_modules/buefy/src/scss/components/_table.scss */
.b-table .level:not(.top) {
  padding-bottom: 1.5rem;
}

/* line 248, node_modules/buefy/src/scss/components/_table.scss */
.b-table .table-wrapper {
  position: relative;
}

/* line 250, node_modules/buefy/src/scss/components/_table.scss */
.b-table .table-wrapper.has-sticky-header {
  height: 300px;
  overflow-y: auto;
}

@media screen and (max-width: 768px) {
  /* line 253, node_modules/buefy/src/scss/components/_table.scss */
  .b-table .table-wrapper.has-sticky-header.has-mobile-cards {
    height: initial !important;
    overflow-y: initial !important;
  }
}

/* line 260, node_modules/buefy/src/scss/components/_table.scss */
.b-table .table-wrapper.has-sticky-header tr:first-child th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  background: white;
}

@media screen and (max-width: 768px) {
  /* line 4, node_modules/buefy/src/scss/components/_table.scss */
  .b-table .table-wrapper.has-mobile-cards .table {
    background-color: transparent;
  }
  /* line 8, node_modules/buefy/src/scss/components/_table.scss */
  .b-table .table-wrapper.has-mobile-cards thead tr {
    box-shadow: none;
    border-width: 0;
  }
  /* line 11, node_modules/buefy/src/scss/components/_table.scss */
  .b-table .table-wrapper.has-mobile-cards thead tr th {
    display: none;
  }
  /* line 14, node_modules/buefy/src/scss/components/_table.scss */
  .b-table .table-wrapper.has-mobile-cards thead tr .checkbox-cell {
    display: block;
    width: 100%;
    text-align: right;
    margin-bottom: 1rem;
    border: 0;
  }
  /* line 24, node_modules/buefy/src/scss/components/_table.scss */
  .b-table .table-wrapper.has-mobile-cards tfoot th {
    border: 0;
    display: inherit;
  }
  /* line 29, node_modules/buefy/src/scss/components/_table.scss */
  .b-table .table-wrapper.has-mobile-cards tr {
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    max-width: 100%;
    position: relative;
    display: block;
  }
  /* line 35, node_modules/buefy/src/scss/components/_table.scss */
  .b-table .table-wrapper.has-mobile-cards tr td {
    border: 0;
    display: inherit;
  }
  /* line 38, node_modules/buefy/src/scss/components/_table.scss */
  .b-table .table-wrapper.has-mobile-cards tr td:last-child {
    border-bottom: 0;
  }
  /* line 42, node_modules/buefy/src/scss/components/_table.scss */
  .b-table .table-wrapper.has-mobile-cards tr:not(:last-child) {
    margin-bottom: 1rem;
  }
  /* line 46, node_modules/buefy/src/scss/components/_table.scss */
  .b-table .table-wrapper.has-mobile-cards tr:not([class*="is-"]) {
    background: white;
  }
  /* line 48, node_modules/buefy/src/scss/components/_table.scss */
  .b-table .table-wrapper.has-mobile-cards tr:not([class*="is-"]):hover {
    background-color: white;
  }
  /* line 52, node_modules/buefy/src/scss/components/_table.scss */
  .b-table .table-wrapper.has-mobile-cards tr.detail {
    margin-top: -1rem;
  }
  /* line 57, node_modules/buefy/src/scss/components/_table.scss */
  .b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td {
    display: flex;
    width: auto;
    justify-content: space-between;
    text-align: right;
    border-bottom: 1px solid whitesmoke;
  }
  /* line 63, node_modules/buefy/src/scss/components/_table.scss */
  .b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td:before {
    content: attr(data-label);
    font-weight: 600;
    padding-right: 0.5em;
    text-align: left;
  }
}

/* line 4, node_modules/buefy/src/scss/components/_table.scss */
.b-table .table-wrapper.is-card-list .table {
  background-color: transparent;
}

/* line 8, node_modules/buefy/src/scss/components/_table.scss */
.b-table .table-wrapper.is-card-list thead tr {
  box-shadow: none;
  border-width: 0;
}

/* line 11, node_modules/buefy/src/scss/components/_table.scss */
.b-table .table-wrapper.is-card-list thead tr th {
  display: none;
}

/* line 14, node_modules/buefy/src/scss/components/_table.scss */
.b-table .table-wrapper.is-card-list thead tr .checkbox-cell {
  display: block;
  width: 100%;
  text-align: right;
  margin-bottom: 1rem;
  border: 0;
}

/* line 24, node_modules/buefy/src/scss/components/_table.scss */
.b-table .table-wrapper.is-card-list tfoot th {
  border: 0;
  display: inherit;
}

/* line 29, node_modules/buefy/src/scss/components/_table.scss */
.b-table .table-wrapper.is-card-list tr {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  max-width: 100%;
  position: relative;
  display: block;
}

/* line 35, node_modules/buefy/src/scss/components/_table.scss */
.b-table .table-wrapper.is-card-list tr td {
  border: 0;
  display: inherit;
}

/* line 38, node_modules/buefy/src/scss/components/_table.scss */
.b-table .table-wrapper.is-card-list tr td:last-child {
  border-bottom: 0;
}

/* line 42, node_modules/buefy/src/scss/components/_table.scss */
.b-table .table-wrapper.is-card-list tr:not(:last-child) {
  margin-bottom: 1rem;
}

/* line 46, node_modules/buefy/src/scss/components/_table.scss */
.b-table .table-wrapper.is-card-list tr:not([class*="is-"]) {
  background: white;
}

/* line 48, node_modules/buefy/src/scss/components/_table.scss */
.b-table .table-wrapper.is-card-list tr:not([class*="is-"]):hover {
  background-color: white;
}

/* line 52, node_modules/buefy/src/scss/components/_table.scss */
.b-table .table-wrapper.is-card-list tr.detail {
  margin-top: -1rem;
}

/* line 57, node_modules/buefy/src/scss/components/_table.scss */
.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td {
  display: flex;
  width: auto;
  justify-content: space-between;
  text-align: right;
  border-bottom: 1px solid whitesmoke;
}

/* line 63, node_modules/buefy/src/scss/components/_table.scss */
.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td:before {
  content: attr(data-label);
  font-weight: 600;
  padding-right: 0.5em;
  text-align: left;
}

/* line 15, node_modules/buefy/src/scss/components/_tabs.scss */
.b-tabs .tabs {
  margin-bottom: 0;
  flex-shrink: 0;
}

/* line 19, node_modules/buefy/src/scss/components/_tabs.scss */
.b-tabs .tabs li a:focus {
  outline: none;
  border-bottom-color: #8c67ef;
}

/* line 24, node_modules/buefy/src/scss/components/_tabs.scss */
.b-tabs .tabs li:not(.is-active) a:focus {
  border-bottom-color: #363636;
}

/* line 29, node_modules/buefy/src/scss/components/_tabs.scss */
.b-tabs .tabs li.is-disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 39, node_modules/buefy/src/scss/components/_tabs.scss */
.b-tabs .tabs.is-boxed li a:focus {
  background-color: white;
  border-bottom-color: transparent;
}

/* line 44, node_modules/buefy/src/scss/components/_tabs.scss */
.b-tabs .tabs.is-boxed li:not(.is-active) a:focus {
  background-color: whitesmoke;
  border-bottom-color: #dbdbdb;
}

/* line 53, node_modules/buefy/src/scss/components/_tabs.scss */
.b-tabs .tabs.is-toggle li a:focus {
  background-color: #8c67ef;
  border-color: #8c67ef;
}

/* line 58, node_modules/buefy/src/scss/components/_tabs.scss */
.b-tabs .tabs.is-toggle li:not(.is-active) a:focus {
  background-color: whitesmoke;
  border-color: #b5b5b5;
}

/* line 66, node_modules/buefy/src/scss/components/_tabs.scss */
.b-tabs .tab-content {
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

/* line 72, node_modules/buefy/src/scss/components/_tabs.scss */
.b-tabs .tab-content .tab-item {
  flex-shrink: 0;
  flex-basis: auto;
}

/* line 76, node_modules/buefy/src/scss/components/_tabs.scss */
.b-tabs .tab-content .tab-item:focus {
  outline: none;
}

/* line 80, node_modules/buefy/src/scss/components/_tabs.scss */
.b-tabs .tab-content.is-transitioning {
  overflow: hidden;
}

/* line 84, node_modules/buefy/src/scss/components/_tabs.scss */
.b-tabs:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 87, node_modules/buefy/src/scss/components/_tabs.scss */
.b-tabs.is-fullwidth {
  width: 100%;
}

/* line 90, node_modules/buefy/src/scss/components/_tabs.scss */
.b-tabs.is-vertical {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/* line 95, node_modules/buefy/src/scss/components/_tabs.scss */
.b-tabs.is-vertical > .tabs ul {
  flex-direction: column;
  border-bottom-color: transparent;
}

/* line 99, node_modules/buefy/src/scss/components/_tabs.scss */
.b-tabs.is-vertical > .tabs ul li {
  width: 100%;
}

/* line 102, node_modules/buefy/src/scss/components/_tabs.scss */
.b-tabs.is-vertical > .tabs ul li a {
  justify-content: left;
}

/* line 110, node_modules/buefy/src/scss/components/_tabs.scss */
.b-tabs.is-vertical > .tabs.is-boxed li a {
  border-bottom-color: transparent !important;
  border-right-color: #dbdbdb !important;
  border-radius: 4px 0 0 4px;
}

/* line 117, node_modules/buefy/src/scss/components/_tabs.scss */
.b-tabs.is-vertical > .tabs.is-boxed li.is-active a {
  border-bottom-color: #dbdbdb !important;
  border-right-color: transparent !important;
}

/* line 126, node_modules/buefy/src/scss/components/_tabs.scss */
.b-tabs.is-vertical > .tabs.is-toggle li + li {
  margin-left: 0;
}

/* line 130, node_modules/buefy/src/scss/components/_tabs.scss */
.b-tabs.is-vertical > .tabs.is-toggle li:first-child a {
  border-radius: 4px 4px 0 0;
}

/* line 135, node_modules/buefy/src/scss/components/_tabs.scss */
.b-tabs.is-vertical > .tabs.is-toggle li:last-child a {
  border-radius: 0 0 4px 4px;
}

/* line 143, node_modules/buefy/src/scss/components/_tabs.scss */
.b-tabs.is-vertical > .tabs.is-fullwidth li a {
  height: 100%;
}

/* line 149, node_modules/buefy/src/scss/components/_tabs.scss */
.b-tabs.is-vertical > .tab-content {
  flex-grow: 1;
}

/* line 153, node_modules/buefy/src/scss/components/_tabs.scss */
.b-tabs.is-vertical.is-right {
  flex-direction: row-reverse;
}

/* line 158, node_modules/buefy/src/scss/components/_tabs.scss */
.b-tabs.is-vertical.is-right > .tabs ul a {
  flex-direction: row-reverse;
}

/* line 161, node_modules/buefy/src/scss/components/_tabs.scss */
.b-tabs.is-vertical.is-right > .tabs ul a .icon:first-child {
  margin-right: 0;
  margin-left: 0.5em;
}

/* line 170, node_modules/buefy/src/scss/components/_tabs.scss */
.b-tabs.is-vertical.is-right > .tabs.is-boxed li a {
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  border-left-color: #dbdbdb !important;
  border-radius: 0 4px 4px 0;
}

/* line 178, node_modules/buefy/src/scss/components/_tabs.scss */
.b-tabs.is-vertical.is-right > .tabs.is-boxed li.is-active a {
  border-bottom-color: #dbdbdb !important;
  border-right-color: #dbdbdb !important;
  border-left-color: transparent !important;
}

/* line 191, node_modules/buefy/src/scss/components/_tabs.scss */
.b-tabs.is-multiline > .tabs ul {
  flex-wrap: wrap;
  flex-shrink: 1;
}

/* line 2, node_modules/buefy/src/scss/components/_tag.scss */
.tag .has-ellipsis {
  max-width: 10em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 11, node_modules/buefy/src/scss/components/_tag.scss */
.tag .delete.is-white, .tag.is-delete.is-white, .tag.has-delete-icon.is-white {
  background: white;
}

/* line 13, node_modules/buefy/src/scss/components/_tag.scss */
.tag .delete.is-white:hover, .tag.is-delete.is-white:hover, .tag.has-delete-icon.is-white:hover {
  background-color: #e6e6e6;
  text-decoration: none;
}

/* line 11, node_modules/buefy/src/scss/components/_tag.scss */
.tag .delete.is-black, .tag.is-delete.is-black, .tag.has-delete-icon.is-black {
  background: #0a0a0a;
}

/* line 13, node_modules/buefy/src/scss/components/_tag.scss */
.tag .delete.is-black:hover, .tag.is-delete.is-black:hover, .tag.has-delete-icon.is-black:hover {
  background-color: black;
  text-decoration: none;
}

/* line 11, node_modules/buefy/src/scss/components/_tag.scss */
.tag .delete.is-light, .tag.is-delete.is-light, .tag.has-delete-icon.is-light {
  background: whitesmoke;
}

/* line 13, node_modules/buefy/src/scss/components/_tag.scss */
.tag .delete.is-light:hover, .tag.is-delete.is-light:hover, .tag.has-delete-icon.is-light:hover {
  background-color: #dbdbdb;
  text-decoration: none;
}

/* line 11, node_modules/buefy/src/scss/components/_tag.scss */
.tag .delete.is-dark, .tag.is-delete.is-dark, .tag.has-delete-icon.is-dark {
  background: #363636;
}

/* line 13, node_modules/buefy/src/scss/components/_tag.scss */
.tag .delete.is-dark:hover, .tag.is-delete.is-dark:hover, .tag.has-delete-icon.is-dark:hover {
  background-color: #1c1c1c;
  text-decoration: none;
}

/* line 11, node_modules/buefy/src/scss/components/_tag.scss */
.tag .delete.is-primary, .tag.is-delete.is-primary, .tag.has-delete-icon.is-primary {
  background: #8c67ef;
}

/* line 13, node_modules/buefy/src/scss/components/_tag.scss */
.tag .delete.is-primary:hover, .tag.is-delete.is-primary:hover, .tag.has-delete-icon.is-primary:hover {
  background-color: #6939ea;
  text-decoration: none;
}

/* line 11, node_modules/buefy/src/scss/components/_tag.scss */
.tag .delete.is-link, .tag.is-delete.is-link, .tag.has-delete-icon.is-link {
  background: #485fc7;
}

/* line 13, node_modules/buefy/src/scss/components/_tag.scss */
.tag .delete.is-link:hover, .tag.is-delete.is-link:hover, .tag.has-delete-icon.is-link:hover {
  background-color: #3449a8;
  text-decoration: none;
}

/* line 11, node_modules/buefy/src/scss/components/_tag.scss */
.tag .delete.is-info, .tag.is-delete.is-info, .tag.has-delete-icon.is-info {
  background: #3e8ed0;
}

/* line 13, node_modules/buefy/src/scss/components/_tag.scss */
.tag .delete.is-info:hover, .tag.is-delete.is-info:hover, .tag.has-delete-icon.is-info:hover {
  background-color: #2b74b1;
  text-decoration: none;
}

/* line 11, node_modules/buefy/src/scss/components/_tag.scss */
.tag .delete.is-success, .tag.is-delete.is-success, .tag.has-delete-icon.is-success {
  background: #48c78e;
}

/* line 13, node_modules/buefy/src/scss/components/_tag.scss */
.tag .delete.is-success:hover, .tag.is-delete.is-success:hover, .tag.has-delete-icon.is-success:hover {
  background-color: #34a873;
  text-decoration: none;
}

/* line 11, node_modules/buefy/src/scss/components/_tag.scss */
.tag .delete.is-warning, .tag.is-delete.is-warning, .tag.has-delete-icon.is-warning {
  background: #ffe08a;
}

/* line 13, node_modules/buefy/src/scss/components/_tag.scss */
.tag .delete.is-warning:hover, .tag.is-delete.is-warning:hover, .tag.has-delete-icon.is-warning:hover {
  background-color: #ffd257;
  text-decoration: none;
}

/* line 11, node_modules/buefy/src/scss/components/_tag.scss */
.tag .delete.is-danger, .tag.is-delete.is-danger, .tag.has-delete-icon.is-danger {
  background: #f14668;
}

/* line 13, node_modules/buefy/src/scss/components/_tag.scss */
.tag .delete.is-danger:hover, .tag.is-delete.is-danger:hover, .tag.has-delete-icon.is-danger:hover {
  background-color: #ee1742;
  text-decoration: none;
}

/* line 20, node_modules/buefy/src/scss/components/_tag.scss */
.tag.has-delete-icon {
  padding: 0px;
}

/* line 22, node_modules/buefy/src/scss/components/_tag.scss */
.tag.has-delete-icon .icon:first-child:not(:last-child) {
  margin-right: 0px;
  margin-left: 0px;
}

/* line 4, node_modules/buefy/src/scss/components/_taginput.scss */
.taginput .taginput-container {
  display: flex;
}

/* line 6, node_modules/buefy/src/scss/components/_taginput.scss */
.taginput .taginput-container.is-focusable {
  padding-bottom: 0;
  padding-top: calc(0.275em - 1px);
  padding-left: 0;
  padding-right: 0;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  height: auto;
  cursor: text;
}

/* line 18, node_modules/buefy/src/scss/components/_taginput.scss */
.taginput .taginput-container:not(.is-focusable) {
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  height: auto;
}

/* line 23, node_modules/buefy/src/scss/components/_taginput.scss */
.taginput .taginput-container.is-small:not(.is-focusable) {
  border-radius: 2px;
  font-size: 0.75rem;
}

/* line 26, node_modules/buefy/src/scss/components/_taginput.scss */
.taginput .taginput-container.is-medium:not(.is-focusable) {
  font-size: 1.25rem;
}

/* line 29, node_modules/buefy/src/scss/components/_taginput.scss */
.taginput .taginput-container.is-large:not(.is-focusable) {
  font-size: 1.5rem;
}

/* line 34, node_modules/buefy/src/scss/components/_taginput.scss */
.taginput .taginput-container > .tag,
.taginput .taginput-container > .tags {
  margin-left: 0.275rem;
  margin-bottom: calc(0.275em - 1px);
  font-size: 0.9em;
  height: calc(2em - 1px);
}

/* line 40, node_modules/buefy/src/scss/components/_taginput.scss */
.taginput .taginput-container > .tag .tag,
.taginput .taginput-container > .tags .tag {
  margin-bottom: 0;
  font-size: 0.9em;
  height: calc(2em - 1px);
}

/* line 44, node_modules/buefy/src/scss/components/_taginput.scss */
.taginput .taginput-container > .tag .tag.is-delete,
.taginput .taginput-container > .tags .tag.is-delete {
  width: calc(2em - 1px);
}

/* line 50, node_modules/buefy/src/scss/components/_taginput.scss */
.taginput .taginput-container .autocomplete {
  position: static;
  flex: 1;
}

/* line 53, node_modules/buefy/src/scss/components/_taginput.scss */
.taginput .taginput-container .autocomplete input {
  height: calc(2em - 1px);
  margin-bottom: calc(0.275em - 1px);
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  box-shadow: none;
  min-width: 8em;
}

/* line 61, node_modules/buefy/src/scss/components/_taginput.scss */
.taginput .taginput-container .autocomplete input:focus {
  box-shadow: none !important;
}

/* line 65, node_modules/buefy/src/scss/components/_taginput.scss */
.taginput .taginput-container .autocomplete .icon {
  height: calc(2em - 1px);
}

/* line 68, node_modules/buefy/src/scss/components/_taginput.scss */
.taginput .taginput-container .autocomplete > .control.is-loading::after {
  top: 0.375em;
}

/* line 2, node_modules/buefy/src/scss/components/_timepicker.scss */
.timepicker .dropdown-menu {
  min-width: 0;
}

/* line 5, node_modules/buefy/src/scss/components/_timepicker.scss */
.timepicker .dropdown,
.timepicker .dropdown-trigger {
  width: 100%;
}

/* line 8, node_modules/buefy/src/scss/components/_timepicker.scss */
.timepicker .dropdown .input[readonly],
.timepicker .dropdown-trigger .input[readonly] {
  cursor: pointer;
  box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
}

/* line 11, node_modules/buefy/src/scss/components/_timepicker.scss */
.timepicker .dropdown .input[readonly]:focus, .timepicker .dropdown .input.is-focused[readonly], .timepicker .dropdown .input[readonly]:active, .timepicker .dropdown .input.is-active[readonly],
.timepicker .dropdown-trigger .input[readonly]:focus,
.timepicker .dropdown-trigger .input.is-focused[readonly],
.timepicker .dropdown-trigger .input[readonly]:active,
.timepicker .dropdown-trigger .input.is-active[readonly] {
  box-shadow: 0 0 0 0.125em rgba(140, 103, 239, 0.25);
}

/* line 21, node_modules/buefy/src/scss/components/_timepicker.scss */
.timepicker .dropdown.is-disabled {
  opacity: 1;
}

/* line 25, node_modules/buefy/src/scss/components/_timepicker.scss */
.timepicker .dropdown-item, .timepicker .dropdown .dropdown-menu .has-link a, .dropdown .dropdown-menu .has-link .timepicker a {
  font-size: inherit;
  padding: 0;
}

/* line 29, node_modules/buefy/src/scss/components/_timepicker.scss */
.timepicker .timepicker-footer {
  padding: 0 0.5rem 0 0.5rem;
}

/* line 33, node_modules/buefy/src/scss/components/_timepicker.scss */
.timepicker .dropdown-content .control {
  font-size: 1.25em;
  margin-right: 0 !important;
}

/* line 36, node_modules/buefy/src/scss/components/_timepicker.scss */
.timepicker .dropdown-content .control .select {
  margin: 0 0.125em;
}

/* line 39, node_modules/buefy/src/scss/components/_timepicker.scss */
.timepicker .dropdown-content .control .select select {
  font-weight: 600;
  padding-right: calc(0.75em - 1px);
  border: 0;
}

/* line 44, node_modules/buefy/src/scss/components/_timepicker.scss */
.timepicker .dropdown-content .control .select select option:disabled {
  color: rgba(122, 122, 122, 0.7);
}

/* line 49, node_modules/buefy/src/scss/components/_timepicker.scss */
.timepicker .dropdown-content .control .select:after {
  display: none;
}

/* line 53, node_modules/buefy/src/scss/components/_timepicker.scss */
.timepicker .dropdown-content .control.is-colon {
  font-size: 1.7em;
  line-height: 1.7em;
}

/* line 57, node_modules/buefy/src/scss/components/_timepicker.scss */
.timepicker .dropdown-content .control.is-colon:last-child {
  padding-right: calc(0.75em - 1px);
}

/* line 64, node_modules/buefy/src/scss/components/_timepicker.scss */
.timepicker.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

/* line 67, node_modules/buefy/src/scss/components/_timepicker.scss */
.timepicker.is-medium {
  font-size: 1.25rem;
}

/* line 70, node_modules/buefy/src/scss/components/_timepicker.scss */
.timepicker.is-large {
  font-size: 1.5rem;
}

/* line 111, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip {
  position: relative;
  display: inline-flex;
}

/* line 24, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-top .tooltip-content {
  top: auto;
  right: auto;
  bottom: calc(100% + 5px + 2px);
  left: 50%;
  transform: translateX(-50%);
}

/* line 51, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-top .tooltip-content::before {
  top: 100%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
  border-top: 5px solid #8c67ef;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

/* line 93, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-top.is-white .tooltip-content::before {
  border-top-color: white;
}

/* line 93, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-top.is-black .tooltip-content::before {
  border-top-color: #0a0a0a;
}

/* line 93, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-top.is-light .tooltip-content::before {
  border-top-color: whitesmoke;
}

/* line 93, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-top.is-dark .tooltip-content::before {
  border-top-color: #363636;
}

/* line 93, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-top.is-primary .tooltip-content::before {
  border-top-color: #8c67ef;
}

/* line 100, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-top.is-primary.is-light .tooltip-content::before {
  border-top-color: #f1edfd;
}

/* line 93, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-top.is-link .tooltip-content::before {
  border-top-color: #485fc7;
}

/* line 100, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-top.is-link.is-light .tooltip-content::before {
  border-top-color: #eff1fa;
}

/* line 93, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-top.is-info .tooltip-content::before {
  border-top-color: #3e8ed0;
}

/* line 100, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-top.is-info.is-light .tooltip-content::before {
  border-top-color: #eff5fb;
}

/* line 93, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-top.is-success .tooltip-content::before {
  border-top-color: #48c78e;
}

/* line 100, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-top.is-success.is-light .tooltip-content::before {
  border-top-color: #effaf5;
}

/* line 93, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-top.is-warning .tooltip-content::before {
  border-top-color: #ffe08a;
}

/* line 100, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-top.is-warning.is-light .tooltip-content::before {
  border-top-color: #fffaeb;
}

/* line 93, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-top.is-danger .tooltip-content::before {
  border-top-color: #f14668;
}

/* line 100, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-top.is-danger.is-light .tooltip-content::before {
  border-top-color: #feecf0;
}

/* line 24, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-right .tooltip-content {
  top: 50%;
  right: auto;
  bottom: auto;
  left: calc(100% + 5px + 2px);
  transform: translateY(-50%);
}

/* line 51, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-right .tooltip-content::before {
  top: 50%;
  right: 100%;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-right: 5px solid #8c67ef;
  border-bottom: 5px solid transparent;
}

/* line 93, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-right.is-white .tooltip-content::before {
  border-right-color: white;
}

/* line 93, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-right.is-black .tooltip-content::before {
  border-right-color: #0a0a0a;
}

/* line 93, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-right.is-light .tooltip-content::before {
  border-right-color: whitesmoke;
}

/* line 93, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-right.is-dark .tooltip-content::before {
  border-right-color: #363636;
}

/* line 93, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-right.is-primary .tooltip-content::before {
  border-right-color: #8c67ef;
}

/* line 100, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-right.is-primary.is-light .tooltip-content::before {
  border-right-color: #f1edfd;
}

/* line 93, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-right.is-link .tooltip-content::before {
  border-right-color: #485fc7;
}

/* line 100, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-right.is-link.is-light .tooltip-content::before {
  border-right-color: #eff1fa;
}

/* line 93, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-right.is-info .tooltip-content::before {
  border-right-color: #3e8ed0;
}

/* line 100, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-right.is-info.is-light .tooltip-content::before {
  border-right-color: #eff5fb;
}

/* line 93, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-right.is-success .tooltip-content::before {
  border-right-color: #48c78e;
}

/* line 100, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-right.is-success.is-light .tooltip-content::before {
  border-right-color: #effaf5;
}

/* line 93, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-right.is-warning .tooltip-content::before {
  border-right-color: #ffe08a;
}

/* line 100, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-right.is-warning.is-light .tooltip-content::before {
  border-right-color: #fffaeb;
}

/* line 93, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-right.is-danger .tooltip-content::before {
  border-right-color: #f14668;
}

/* line 100, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-right.is-danger.is-light .tooltip-content::before {
  border-right-color: #feecf0;
}

/* line 24, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-bottom .tooltip-content {
  top: calc(100% + 5px + 2px);
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}

/* line 51, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-bottom .tooltip-content::before {
  top: auto;
  right: auto;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-right: 5px solid transparent;
  border-bottom: 5px solid #8c67ef;
  border-left: 5px solid transparent;
}

/* line 93, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-bottom.is-white .tooltip-content::before {
  border-bottom-color: white;
}

/* line 93, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-bottom.is-black .tooltip-content::before {
  border-bottom-color: #0a0a0a;
}

/* line 93, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-bottom.is-light .tooltip-content::before {
  border-bottom-color: whitesmoke;
}

/* line 93, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-bottom.is-dark .tooltip-content::before {
  border-bottom-color: #363636;
}

/* line 93, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-bottom.is-primary .tooltip-content::before {
  border-bottom-color: #8c67ef;
}

/* line 100, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-bottom.is-primary.is-light .tooltip-content::before {
  border-bottom-color: #f1edfd;
}

/* line 93, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-bottom.is-link .tooltip-content::before {
  border-bottom-color: #485fc7;
}

/* line 100, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-bottom.is-link.is-light .tooltip-content::before {
  border-bottom-color: #eff1fa;
}

/* line 93, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-bottom.is-info .tooltip-content::before {
  border-bottom-color: #3e8ed0;
}

/* line 100, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-bottom.is-info.is-light .tooltip-content::before {
  border-bottom-color: #eff5fb;
}

/* line 93, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-bottom.is-success .tooltip-content::before {
  border-bottom-color: #48c78e;
}

/* line 100, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-bottom.is-success.is-light .tooltip-content::before {
  border-bottom-color: #effaf5;
}

/* line 93, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-bottom.is-warning .tooltip-content::before {
  border-bottom-color: #ffe08a;
}

/* line 100, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-bottom.is-warning.is-light .tooltip-content::before {
  border-bottom-color: #fffaeb;
}

/* line 93, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-bottom.is-danger .tooltip-content::before {
  border-bottom-color: #f14668;
}

/* line 100, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-bottom.is-danger.is-light .tooltip-content::before {
  border-bottom-color: #feecf0;
}

/* line 24, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-left .tooltip-content {
  top: 50%;
  right: calc(100% + 5px + 2px);
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

/* line 51, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-left .tooltip-content::before {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 100%;
  transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #8c67ef;
}

/* line 93, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-left.is-white .tooltip-content::before {
  border-left-color: white;
}

/* line 93, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-left.is-black .tooltip-content::before {
  border-left-color: #0a0a0a;
}

/* line 93, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-left.is-light .tooltip-content::before {
  border-left-color: whitesmoke;
}

/* line 93, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-left.is-dark .tooltip-content::before {
  border-left-color: #363636;
}

/* line 93, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-left.is-primary .tooltip-content::before {
  border-left-color: #8c67ef;
}

/* line 100, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-left.is-primary.is-light .tooltip-content::before {
  border-left-color: #f1edfd;
}

/* line 93, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-left.is-link .tooltip-content::before {
  border-left-color: #485fc7;
}

/* line 100, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-left.is-link.is-light .tooltip-content::before {
  border-left-color: #eff1fa;
}

/* line 93, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-left.is-info .tooltip-content::before {
  border-left-color: #3e8ed0;
}

/* line 100, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-left.is-info.is-light .tooltip-content::before {
  border-left-color: #eff5fb;
}

/* line 93, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-left.is-success .tooltip-content::before {
  border-left-color: #48c78e;
}

/* line 100, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-left.is-success.is-light .tooltip-content::before {
  border-left-color: #effaf5;
}

/* line 93, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-left.is-warning .tooltip-content::before {
  border-left-color: #ffe08a;
}

/* line 100, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-left.is-warning.is-light .tooltip-content::before {
  border-left-color: #fffaeb;
}

/* line 93, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-left.is-danger .tooltip-content::before {
  border-left-color: #f14668;
}

/* line 100, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-left.is-danger.is-light .tooltip-content::before {
  border-left-color: #feecf0;
}

/* line 118, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip .tooltip-content {
  width: auto;
  padding: 0.35rem 0.75rem;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 400;
  box-shadow: 0px 1px 2px 1px rgba(0, 1, 0, 0.2);
  z-index: 38;
  white-space: nowrap;
  position: absolute;
}

/* line 129, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip .tooltip-content::before {
  position: absolute;
  content: "";
  pointer-events: none;
  z-index: 38;
}

/* line 135, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip .tooltip-trigger {
  width: 100%;
}

/* line 143, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-white .tooltip-content {
  background: white;
  color: #0a0a0a;
}

/* line 143, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-black .tooltip-content {
  background: #0a0a0a;
  color: white;
}

/* line 143, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-light .tooltip-content {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

/* line 143, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-dark .tooltip-content {
  background: #363636;
  color: #fff;
}

/* line 143, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-primary .tooltip-content {
  background: #8c67ef;
  color: #fff;
}

/* line 152, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-primary.is-light .tooltip-content {
  background: #f1edfd;
  color: #4515c6;
}

/* line 143, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-link .tooltip-content {
  background: #485fc7;
  color: #fff;
}

/* line 152, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-link.is-light .tooltip-content {
  background: #eff1fa;
  color: #3850b7;
}

/* line 143, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-info .tooltip-content {
  background: #3e8ed0;
  color: #fff;
}

/* line 152, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-info.is-light .tooltip-content {
  background: #eff5fb;
  color: #296fa8;
}

/* line 143, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-success .tooltip-content {
  background: #48c78e;
  color: #fff;
}

/* line 152, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-success.is-light .tooltip-content {
  background: #effaf5;
  color: #257953;
}

/* line 143, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-warning .tooltip-content {
  background: #ffe08a;
  color: rgba(0, 0, 0, 0.7);
}

/* line 152, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-warning.is-light .tooltip-content {
  background: #fffaeb;
  color: #946c00;
}

/* line 143, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-danger .tooltip-content {
  background: #f14668;
  color: #fff;
}

/* line 152, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-danger.is-light .tooltip-content {
  background: #feecf0;
  color: #cc0f35;
}

/* line 161, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-always .tooltip-content::before,
.b-tooltip.is-always .tooltip-content {
  opacity: 1;
  visibility: visible;
}

/* line 168, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-multiline .tooltip-content {
  display: flex-block;
  text-align: center;
  white-space: normal;
}

/* line 175, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-multiline.is-small .tooltip-content {
  width: 180px;
}

/* line 175, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-multiline.is-medium .tooltip-content {
  width: 240px;
}

/* line 175, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-multiline.is-large .tooltip-content {
  width: 300px;
}

/* line 182, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-dashed .tooltip-trigger {
  border-bottom: 1px dashed #b5b5b5;
  cursor: default;
}

/* line 188, node_modules/buefy/src/scss/components/_tooltip.scss */
.b-tooltip.is-square .tooltip-content {
  border-radius: 0;
}

/* line 1, node_modules/buefy/src/scss/components/_upload.scss */
.upload {
  position: relative;
  display: inline-flex;
}

/* line 4, node_modules/buefy/src/scss/components/_upload.scss */
.upload input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  outline: none;
  cursor: pointer;
  z-index: -1;
}

/* line 15, node_modules/buefy/src/scss/components/_upload.scss */
.upload .upload-draggable {
  cursor: pointer;
  padding: 0.25em;
  border: 1px dashed #b5b5b5;
  border-radius: 6px;
}

/* line 20, node_modules/buefy/src/scss/components/_upload.scss */
.upload .upload-draggable.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 24, node_modules/buefy/src/scss/components/_upload.scss */
.upload .upload-draggable.is-loading {
  position: relative;
  pointer-events: none;
  opacity: 0.5;
}

/* line 28, node_modules/buefy/src/scss/components/_upload.scss */
.upload .upload-draggable.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;
  top: 0;
  left: calc(50% - 1.5em);
  width: 3em;
  height: 3em;
  border-width: 0.25em;
}

/* line 41, node_modules/buefy/src/scss/components/_upload.scss */
.upload .upload-draggable.is-white:hover, .upload .upload-draggable.is-hovered.is-white {
  border-color: white;
  background: rgba(255, 255, 255, 0.05);
}

/* line 41, node_modules/buefy/src/scss/components/_upload.scss */
.upload .upload-draggable.is-black:hover, .upload .upload-draggable.is-hovered.is-black {
  border-color: #0a0a0a;
  background: rgba(10, 10, 10, 0.05);
}

/* line 41, node_modules/buefy/src/scss/components/_upload.scss */
.upload .upload-draggable.is-light:hover, .upload .upload-draggable.is-hovered.is-light {
  border-color: whitesmoke;
  background: rgba(245, 245, 245, 0.05);
}

/* line 41, node_modules/buefy/src/scss/components/_upload.scss */
.upload .upload-draggable.is-dark:hover, .upload .upload-draggable.is-hovered.is-dark {
  border-color: #363636;
  background: rgba(54, 54, 54, 0.05);
}

/* line 41, node_modules/buefy/src/scss/components/_upload.scss */
.upload .upload-draggable.is-primary:hover, .upload .upload-draggable.is-hovered.is-primary {
  border-color: #8c67ef;
  background: rgba(140, 103, 239, 0.05);
}

/* line 41, node_modules/buefy/src/scss/components/_upload.scss */
.upload .upload-draggable.is-link:hover, .upload .upload-draggable.is-hovered.is-link {
  border-color: #485fc7;
  background: rgba(72, 95, 199, 0.05);
}

/* line 41, node_modules/buefy/src/scss/components/_upload.scss */
.upload .upload-draggable.is-info:hover, .upload .upload-draggable.is-hovered.is-info {
  border-color: #3e8ed0;
  background: rgba(62, 142, 208, 0.05);
}

/* line 41, node_modules/buefy/src/scss/components/_upload.scss */
.upload .upload-draggable.is-success:hover, .upload .upload-draggable.is-hovered.is-success {
  border-color: #48c78e;
  background: rgba(72, 199, 142, 0.05);
}

/* line 41, node_modules/buefy/src/scss/components/_upload.scss */
.upload .upload-draggable.is-warning:hover, .upload .upload-draggable.is-hovered.is-warning {
  border-color: #ffe08a;
  background: rgba(255, 224, 138, 0.05);
}

/* line 41, node_modules/buefy/src/scss/components/_upload.scss */
.upload .upload-draggable.is-danger:hover, .upload .upload-draggable.is-hovered.is-danger {
  border-color: #f14668;
  background: rgba(241, 70, 104, 0.05);
}

/* line 47, node_modules/buefy/src/scss/components/_upload.scss */
.upload .upload-draggable.is-expanded {
  width: 100%;
}

/* line 51, node_modules/buefy/src/scss/components/_upload.scss */
.upload.is-expanded {
  width: 100%;
}

/* line 54, node_modules/buefy/src/scss/components/_upload.scss */
.upload.is-rounded {
  border-radius: 9999px;
}

/* line 57, node_modules/buefy/src/scss/components/_upload.scss */
.upload.is-rounded .file-name {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* line 66, node_modules/buefy/src/scss/components/_upload.scss */
  .upload input[type="file"] {
    z-index: auto;
  }
  /* line 69, node_modules/buefy/src/scss/components/_upload.scss */
  .upload .upload-draggable + input[type="file"] {
    z-index: -1;
  }
}

/* line 86, app/assets/stylesheets/buefy.scss */
.datepicker {
  font-size: .875rem;
}

/* line 90, app/assets/stylesheets/buefy.scss */
.datepicker .dropdown, .datepicker .dropdown-trigger {
  width: 100%;
}

/* line 94, app/assets/stylesheets/buefy.scss */
.datepicker .dropdown-trigger .input[readonly], .datepicker .dropdown .input[readonly] {
  cursor: pointer;
  box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
}

/* line 99, app/assets/stylesheets/buefy.scss */
.datepicker .dropdown-trigger .input.is-active[readonly], .datepicker .dropdown-trigger .input.is-focused[readonly], .datepicker .dropdown-trigger .input[readonly]:active, .datepicker .dropdown-trigger .input[readonly]:focus, .datepicker .dropdown .input.is-active[readonly], .datepicker .dropdown .input.is-focused[readonly], .datepicker .dropdown .input[readonly]:active, .datepicker .dropdown .input[readonly]:focus {
  box-shadow: 0 0 0 0.125em rgba(121, 87, 213, 0.25);
}

/* line 103, app/assets/stylesheets/buefy.scss */
.datepicker .dropdown.is-disabled {
  opacity: 1;
}

/* line 107, app/assets/stylesheets/buefy.scss */
.datepicker .dropdown-content {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
}

/* line 113, app/assets/stylesheets/buefy.scss */
.datepicker .dropdown-item, .datepicker .dropdown .dropdown-menu .has-link a, .dropdown .dropdown-menu .has-link .datepicker a {
  font-size: inherit;
}

/* line 117, app/assets/stylesheets/buefy.scss */
.datepicker .datepicker-header {
  padding-bottom: .875rem;
  margin-bottom: .875rem;
  border-bottom: 1px solid #dbdbdb;
}

/* line 123, app/assets/stylesheets/buefy.scss */
.datepicker .datepicker-footer {
  margin-top: .875rem;
  padding-top: .875rem;
  border-top: 1px solid #dbdbdb;
}

/* line 129, app/assets/stylesheets/buefy.scss */
.datepicker .datepicker-table {
  display: table;
  margin: 0 auto;
}

/* line 134, app/assets/stylesheets/buefy.scss */
.datepicker .datepicker-table .datepicker-cell {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  border-radius: 4px;
  padding: .5rem .75rem;
}

/* line 142, app/assets/stylesheets/buefy.scss */
.datepicker .datepicker-table .datepicker-header {
  display: table-header-group;
}

/* line 146, app/assets/stylesheets/buefy.scss */
.datepicker .datepicker-table .datepicker-header .datepicker-cell {
  color: #7a7a7a;
  font-weight: 600;
}

/* line 151, app/assets/stylesheets/buefy.scss */
.datepicker .datepicker-table .datepicker-body {
  display: table-row-group;
}

/* line 155, app/assets/stylesheets/buefy.scss */
.datepicker .datepicker-table .datepicker-body .datepicker-row {
  display: table-row;
}

/* line 159, app/assets/stylesheets/buefy.scss */
.datepicker .datepicker-table .datepicker-body .datepicker-months {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 17rem;
}

/* line 166, app/assets/stylesheets/buefy.scss */
.datepicker .datepicker-table .datepicker-body .datepicker-months .datepicker-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.33%;
  height: 2.5rem;
}

/* line 174, app/assets/stylesheets/buefy.scss */
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-unselectable {
  color: #b5b5b5;
}

/* line 178, app/assets/stylesheets/buefy.scss */
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-today {
  border: 1px solid rgba(121, 87, 213, 0.5);
}

/* line 182, app/assets/stylesheets/buefy.scss */
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable {
  color: #4a4a4a;
}

/* line 186, app/assets/stylesheets/buefy.scss */
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable:focus:not(.is-selected), .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable:hover:not(.is-selected) {
  background-color: #f5f5f5;
  color: #0a0a0a;
  cursor: pointer;
}

/* line 192, app/assets/stylesheets/buefy.scss */
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable.is-within-hovered-range.is-first-hovered {
  background-color: #7a7a7a;
  color: #dbdbdb;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 199, app/assets/stylesheets/buefy.scss */
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable.is-within-hovered-range.is-within-hovered {
  background-color: #f5f5f5;
  color: #0a0a0a;
  border-radius: 0;
}

/* line 205, app/assets/stylesheets/buefy.scss */
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable.is-within-hovered-range.is-last-hovered {
  background-color: #7a7a7a;
  color: #dbdbdb;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 212, app/assets/stylesheets/buefy.scss */
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected {
  background-color: #7957d5;
  color: #fff;
}

/* line 217, app/assets/stylesheets/buefy.scss */
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected.is-first-selected {
  background-color: #7957d5;
  color: #fff;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 224, app/assets/stylesheets/buefy.scss */
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected.is-within-selected {
  background-color: rgba(121, 87, 213, 0.5);
  border-radius: 0;
}

/* line 229, app/assets/stylesheets/buefy.scss */
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected.is-last-selected {
  background-color: #7957d5;
  color: #fff;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 236, app/assets/stylesheets/buefy.scss */
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-nearby:not(.is-selected) {
  color: #b5b5b5;
}

/* line 240, app/assets/stylesheets/buefy.scss */
.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-week-number {
  cursor: default;
}

/* line 244, app/assets/stylesheets/buefy.scss */
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell {
  padding: .3rem .75rem .75rem;
}

/* line 248, app/assets/stylesheets/buefy.scss */
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event {
  position: relative;
}

/* line 252, app/assets/stylesheets/buefy.scss */
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events {
  bottom: .425rem;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 0 .35rem;
  position: absolute;
  width: 100%;
}

/* line 262, app/assets/stylesheets/buefy.scss */
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-white {
  background-color: #fff;
}

/* line 266, app/assets/stylesheets/buefy.scss */
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-black {
  background-color: #0a0a0a;
}

/* line 270, app/assets/stylesheets/buefy.scss */
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-light {
  background-color: #f5f5f5;
}

/* line 274, app/assets/stylesheets/buefy.scss */
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-grey {
  background-color: #7a7a7a;
}

/* line 278, app/assets/stylesheets/buefy.scss */
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-dark {
  background-color: #363636;
}

/* line 282, app/assets/stylesheets/buefy.scss */
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-primary {
  background-color: #7957d5;
}

/* line 286, app/assets/stylesheets/buefy.scss */
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-info {
  background-color: #3e8ed0;
}

/* line 290, app/assets/stylesheets/buefy.scss */
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-success {
  background-color: #48c78e;
}

/* line 294, app/assets/stylesheets/buefy.scss */
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-warning {
  background-color: #ffe08a;
}

/* line 298, app/assets/stylesheets/buefy.scss */
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-danger {
  background-color: #f14668;
}

/* line 302, app/assets/stylesheets/buefy.scss */
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-link {
  background-color: #485fc7;
}

/* line 306, app/assets/stylesheets/buefy.scss */
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-twitter {
  background-color: #4099ff;
}

/* line 310, app/assets/stylesheets/buefy.scss */
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-discord {
  background-color: #7289da;
}

/* line 314, app/assets/stylesheets/buefy.scss */
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-bulma {
  background-color: #00d1b2;
}

/* line 318, app/assets/stylesheets/buefy.scss */
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-vuetelemetry {
  background-color: #0bdca0;
}

/* line 322, app/assets/stylesheets/buefy.scss */
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event.dots .event {
  border-radius: 50%;
  height: .35em;
  margin: 0 .1em;
  width: .35em;
}

/* line 329, app/assets/stylesheets/buefy.scss */
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event.bars .event {
  height: .25em;
  width: 100%;
}

/* line 334, app/assets/stylesheets/buefy.scss */
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.is-selected {
  overflow: hidden;
}

/* line 338, app/assets/stylesheets/buefy.scss */
.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.is-selected .events .event.is-primary {
  background-color: #aa94e4;
}

/* line 342, app/assets/stylesheets/buefy.scss */
.datepicker.is-small {
  border-radius: 2px;
  font-size: .75rem;
}

/* line 347, app/assets/stylesheets/buefy.scss */
.datepicker.is-medium {
  font-size: 1.25rem;
}

/* line 351, app/assets/stylesheets/buefy.scss */
.datepicker.is-large {
  font-size: 1.5rem;
}

@media screen and (min-width: 1024px) {
  /* line 356, app/assets/stylesheets/buefy.scss */
  .datepicker .footer-horizontal-timepicker {
    border: none;
    padding-left: 10px;
    margin-left: 5px;
    display: flex;
  }
  /* line 363, app/assets/stylesheets/buefy.scss */
  .datepicker .dropdown-horizontal-timepicker {
    display: flex;
  }
  /* line 367, app/assets/stylesheets/buefy.scss */
  .datepicker .content-horizontal-timepicker {
    border-right: 1px solid #dbdbdb;
  }
}

/* line 372, app/assets/stylesheets/buefy.scss */
.dialog .modal-card {
  max-width: 460px;
  width: auto;
}

/* line 1, node_modules/vue-select/src/scss/global/_component.scss */
.v-select {
  position: relative;
  font-family: inherit;
}

/* line 6, node_modules/vue-select/src/scss/global/_component.scss */
.v-select,
.v-select * {
  box-sizing: border-box;
}

/* KeyFrames */
@-webkit-keyframes vSelectSpinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes vSelectSpinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Dropdown Default Transition */
/* line 24, node_modules/vue-select/src/scss/global/_animations.scss */
.vs__fade-enter-active,
.vs__fade-leave-active {
  pointer-events: none;
  transition: opacity 0.15s cubic-bezier(1, 0.5, 0.8, 1);
}

/* line 29, node_modules/vue-select/src/scss/global/_animations.scss */
.vs__fade-enter,
.vs__fade-leave-to {
  opacity: 0;
}

/** Component States */
/*
 * Disabled
 *
 * When the component is disabled, all interaction
 * should be prevented. Here we modify the bg color,
 * and change the cursor displayed on the interactive
 * components.
 */
/* line 17, node_modules/vue-select/src/scss/global/_states.scss */
.vs--disabled .vs__dropdown-toggle,
.vs--disabled .vs__clear,
.vs--disabled .vs__search,
.vs--disabled .vs__selected,
.vs--disabled .vs__open-indicator {
  cursor: not-allowed;
  background-color: #f8f8f8;
}

/*
 *  RTL - Right to Left Support
 *
 *  Because we're using a flexbox layout, the `dir="rtl"`
 *  HTML attribute does most of the work for us by
 *  rearranging the child elements visually.
 */
/* line 36, node_modules/vue-select/src/scss/global/_states.scss */
.v-select[dir="rtl"] .vs__actions {
  padding: 0 3px 0 6px;
}

/* line 40, node_modules/vue-select/src/scss/global/_states.scss */
.v-select[dir="rtl"] .vs__clear {
  margin-left: 6px;
  margin-right: 0;
}

/* line 45, node_modules/vue-select/src/scss/global/_states.scss */
.v-select[dir="rtl"] .vs__deselect {
  margin-left: 0;
  margin-right: 2px;
}

/* line 50, node_modules/vue-select/src/scss/global/_states.scss */
.v-select[dir="rtl"] .vs__dropdown-menu {
  text-align: right;
}

/**
    Dropdown Toggle

    The dropdown toggle is the primary wrapper of the component. It
    has two direct descendants: .vs__selected-options, and .vs__actions.

    .vs__selected-options holds the .vs__selected's as well as the
    main search input.

    .vs__actions holds the clear button and dropdown toggle.
 */
/* line 18, node_modules/vue-select/src/scss/modules/_dropdown-toggle.scss */
.vs__dropdown-toggle {
  appearance: none;
  display: flex;
  padding: 0 0 4px 0;
  background: none;
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-radius: 4px;
  white-space: normal;
}

/* line 28, node_modules/vue-select/src/scss/modules/_dropdown-toggle.scss */
.vs__selected-options {
  display: flex;
  flex-basis: 100%;
  flex-grow: 1;
  flex-wrap: wrap;
  padding: 0 2px;
  position: relative;
}

/* line 37, node_modules/vue-select/src/scss/modules/_dropdown-toggle.scss */
.vs__actions {
  display: flex;
  align-items: center;
  padding: 4px 6px 0 3px;
}

/* Dropdown Toggle States */
/* line 44, node_modules/vue-select/src/scss/modules/_dropdown-toggle.scss */
.vs--searchable .vs__dropdown-toggle {
  cursor: text;
}

/* line 47, node_modules/vue-select/src/scss/modules/_dropdown-toggle.scss */
.vs--unsearchable .vs__dropdown-toggle {
  cursor: pointer;
}

/* line 50, node_modules/vue-select/src/scss/modules/_dropdown-toggle.scss */
.vs--open .vs__dropdown-toggle {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 12, node_modules/vue-select/src/scss/modules/_open-indicator.scss */
.vs__open-indicator {
  fill: rgba(60, 60, 60, 0.5);
  transform: scale(1);
  transition: transform 150ms cubic-bezier(1, -0.115, 0.975, 0.855);
  transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855);
}

/* line 21, node_modules/vue-select/src/scss/modules/_open-indicator.scss */
.vs--open .vs__open-indicator {
  transform: rotate(180deg) scale(1);
}

/* line 27, node_modules/vue-select/src/scss/modules/_open-indicator.scss */
.vs--loading .vs__open-indicator {
  opacity: 0;
}

/* Clear Button */
/* line 3, node_modules/vue-select/src/scss/modules/_clear.scss */
.vs__clear {
  fill: rgba(60, 60, 60, 0.5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px;
}

/* Dropdown Menu */
/* line 14, node_modules/vue-select/src/scss/modules/_dropdown-menu.scss */
.vs__dropdown-menu {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  z-index: 1000;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  max-height: 350px;
  min-width: 160px;
  overflow-y: auto;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-top-style: none;
  border-radius: 0 0 4px 4px;
  text-align: left;
  list-style: none;
  background: #fff;
}

/* line 36, node_modules/vue-select/src/scss/modules/_dropdown-menu.scss */
.vs__no-options {
  text-align: center;
}

/* List Items */
/* line 2, node_modules/vue-select/src/scss/modules/_dropdown-option.scss */
.vs__dropdown-option {
  line-height: 1.42857143;
  /* Normalize line height */
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #333;
  /* Overrides most CSS frameworks */
  white-space: nowrap;
  cursor: pointer;
}

/* line 12, node_modules/vue-select/src/scss/modules/_dropdown-option.scss */
.vs__dropdown-option--highlight {
  background: #5897fb;
  color: #fff;
}

/* line 17, node_modules/vue-select/src/scss/modules/_dropdown-option.scss */
.vs__dropdown-option--deselect {
  background: #fb5858;
  color: #fff;
}

/* line 22, node_modules/vue-select/src/scss/modules/_dropdown-option.scss */
.vs__dropdown-option--disabled {
  background: inherit;
  color: rgba(60, 60, 60, 0.5);
  cursor: inherit;
}

/* Selected Tags */
/* line 2, node_modules/vue-select/src/scss/modules/_selected.scss */
.vs__selected {
  display: flex;
  align-items: center;
  background-color: #f0f0f0;
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-radius: 4px;
  color: #333;
  line-height: 1.4;
  margin: 4px 2px 0px 2px;
  padding: 0 0.25em;
  z-index: 0;
}

/* line 15, node_modules/vue-select/src/scss/modules/_selected.scss */
.vs__deselect {
  display: inline-flex;
  appearance: none;
  margin-left: 4px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  fill: rgba(60, 60, 60, 0.5);
  text-shadow: 0 1px 0 #fff;
}

/* States */
/* line 30, node_modules/vue-select/src/scss/modules/_selected.scss */
.vs--single .vs__selected {
  background-color: transparent;
  border-color: transparent;
}

/* line 34, node_modules/vue-select/src/scss/modules/_selected.scss */
.vs--single.vs--open .vs__selected, .vs--single.vs--loading .vs__selected {
  position: absolute;
  opacity: .4;
}

/* line 39, node_modules/vue-select/src/scss/modules/_selected.scss */
.vs--single.vs--searching .vs__selected {
  display: none;
}

/* Search Input */
/**
 * Super weird bug... If this declaration is grouped
 * below, the cancel button will still appear in chrome.
 * If it's up here on it's own, it'll hide it.
 */
/* line 11, node_modules/vue-select/src/scss/modules/_search-input.scss */
.vs__search::-webkit-search-cancel-button {
  display: none;
}

/* line 15, node_modules/vue-select/src/scss/modules/_search-input.scss */
.vs__search::-webkit-search-decoration,
.vs__search::-webkit-search-results-button,
.vs__search::-webkit-search-results-decoration,
.vs__search::-ms-clear {
  display: none;
}

/* line 22, node_modules/vue-select/src/scss/modules/_search-input.scss */
.vs__search,
.vs__search:focus {
  appearance: none;
  line-height: 1.4;
  font-size: 1em;
  border: 1px solid transparent;
  border-left: none;
  outline: none;
  margin: 4px 0 0 0;
  padding: 0 7px;
  background: none;
  box-shadow: none;
  width: 0;
  max-width: 100%;
  flex-grow: 1;
  z-index: 1;
}

/* line 40, node_modules/vue-select/src/scss/modules/_search-input.scss */
.vs__search::placeholder {
  color: inherit;
}

/**
    States
 */
/* line 50, node_modules/vue-select/src/scss/modules/_search-input.scss */
.vs--unsearchable .vs__search {
  opacity: 1;
}

/* line 53, node_modules/vue-select/src/scss/modules/_search-input.scss */
.vs--unsearchable:not(.vs--disabled) .vs__search {
  cursor: pointer;
}

/* line 59, node_modules/vue-select/src/scss/modules/_search-input.scss */
.vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
  opacity: .2;
}

/* Loading Spinner */
/* line 2, node_modules/vue-select/src/scss/modules/_spinner.scss */
.vs__spinner {
  align-self: center;
  opacity: 0;
  font-size: 5px;
  text-indent: -9999em;
  overflow: hidden;
  border-top: 0.9em solid rgba(100, 100, 100, 0.1);
  border-right: 0.9em solid rgba(100, 100, 100, 0.1);
  border-bottom: 0.9em solid rgba(100, 100, 100, 0.1);
  border-left: 0.9em solid rgba(60, 60, 60, 0.45);
  transform: translateZ(0);
  animation: vSelectSpinner 1.1s infinite linear;
  transition: opacity .1s;
}

/* line 16, node_modules/vue-select/src/scss/modules/_spinner.scss */
.vs__spinner,
.vs__spinner:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

/* Loading Spinner States */
/* line 24, node_modules/vue-select/src/scss/modules/_spinner.scss */
.vs--loading .vs__spinner {
  opacity: 1;
}

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

/* line 42, app/assets/stylesheets/main.scss */
.delete, .modal-close, .b-radio.radio, .b-checkbox.checkbox, .switch, .button, .file, .breadcrumb, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .tabs, .is-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 53, app/assets/stylesheets/main.scss */
.select:not(.is-multiple):not(.is-loading)::after, .navbar-link:not(.is-arrowless)::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 70, app/assets/stylesheets/main.scss */
.box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .progress-wrapper.is-not-native:not(:last-child), .table:not(:last-child), .table-container:not(:last-child), .title:not(:last-child),
.subtitle:not(:last-child), .block:not(:last-child), .highlight:not(:last-child), .breadcrumb:not(:last-child), .level:not(:last-child), .message:not(:last-child), .pagination:not(:last-child), .tabs:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 75, app/assets/stylesheets/main.scss */
.delete, .modal-close {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  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 98, app/assets/stylesheets/main.scss */
.delete::before, .modal-close::before, .delete::after, .modal-close::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 109, app/assets/stylesheets/main.scss */
.delete::before, .modal-close::before {
  height: 2px;
  width: 50%;
}

/* line 114, app/assets/stylesheets/main.scss */
.delete::after, .modal-close::after {
  height: 50%;
  width: 2px;
}

/* line 119, app/assets/stylesheets/main.scss */
.delete:hover, .modal-close:hover, .delete:focus, .modal-close:focus {
  background-color: rgba(10, 10, 10, 0.3);
}

/* line 123, app/assets/stylesheets/main.scss */
.delete:active, .modal-close:active {
  background-color: rgba(10, 10, 10, 0.4);
}

/* line 127, app/assets/stylesheets/main.scss */
.is-small.delete, .is-small.modal-close {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}

/* line 136, app/assets/stylesheets/main.scss */
.is-medium.delete, .is-medium.modal-close {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}

/* line 145, app/assets/stylesheets/main.scss */
.is-large.delete, .is-large.modal-close {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

/* line 154, app/assets/stylesheets/main.scss */
.button.is-loading::after, .loader, .select.is-loading::after, .control.is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

/* line 167, app/assets/stylesheets/main.scss */
.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, .modal, .modal-background, .is-overlay, .hero-video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 191, app/assets/stylesheets/main.scss */
.button, .input, .textarea, .select select, .file-cta,
.file-name, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  -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 215, app/assets/stylesheets/main.scss */
.button:focus, .input:focus, .textarea:focus, .select select:focus, .file-cta:focus,
.file-name:focus, .pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus,
.pagination-ellipsis:focus, .is-focused.button, .is-focused.input, .is-focused.textarea, .select select.is-focused, .is-focused.file-cta,
.is-focused.file-name, .is-focused.pagination-previous,
.is-focused.pagination-next,
.is-focused.pagination-link,
.is-focused.pagination-ellipsis, .button:active, .input:active, .textarea:active, .select select:active, .file-cta:active,
.file-name:active, .pagination-previous:active,
.pagination-next:active,
.pagination-link:active,
.pagination-ellipsis:active, .is-active.button, .is-active.input, .is-active.textarea, .select select.is-active, .is-active.file-cta,
.is-active.file-name, .is-active.pagination-previous,
.is-active.pagination-next,
.is-active.pagination-link,
.is-active.pagination-ellipsis {
  outline: none;
}

/* line 235, app/assets/stylesheets/main.scss */
.button[disabled], .input[disabled], .textarea[disabled], .select select[disabled], .file-cta[disabled],
.file-name[disabled], .pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled],
.pagination-ellipsis[disabled],
fieldset[disabled] .button,
fieldset[disabled] .input,
fieldset[disabled] .textarea,
fieldset[disabled] .select select,
.select fieldset[disabled] select,
fieldset[disabled] .file-cta,
fieldset[disabled] .file-name,
fieldset[disabled] .pagination-previous,
fieldset[disabled] .pagination-next,
fieldset[disabled] .pagination-link,
fieldset[disabled] .pagination-ellipsis {
  cursor: not-allowed;
}

/* Box-shadow on hover */
/* line 255, app/assets/stylesheets/main.scss */
.b-radio.radio {
  outline: none;
  display: inline-flex;
  align-items: center;
}

/* line 261, app/assets/stylesheets/main.scss */
.b-radio.radio:not(.button) {
  margin-right: 0.5em;
}

/* line 265, app/assets/stylesheets/main.scss */
.b-radio.radio:not(.button) + .radio:last-child {
  margin-right: 0;
}

/* line 269, app/assets/stylesheets/main.scss */
.b-radio.radio + .radio {
  margin-left: 0;
}

/* line 273, app/assets/stylesheets/main.scss */
.b-radio.radio input[type=radio] {
  position: absolute;
  left: 0;
  opacity: 0;
  outline: none;
  z-index: -1;
}

/* line 281, app/assets/stylesheets/main.scss */
.b-radio.radio input[type=radio] + .check {
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  width: 1.25em;
  height: 1.25em;
  transition: background 150ms ease-out;
  border-radius: 50%;
  border: 1px solid #7a7a7a;
}

/* line 293, app/assets/stylesheets/main.scss */
.b-radio.radio input[type=radio] + .check:before {
  content: "";
  display: flex;
  position: absolute;
  left: 50%;
  margin-left: calc(-1.25em / 2);
  bottom: 50%;
  margin-bottom: calc(-1.25em / 2);
  width: 1.25em;
  height: 1.25em;
  transition: transform 150ms ease-out;
  border-radius: 50%;
  transform: scale(0);
  background-color: #00d1b2;
}

/* line 309, app/assets/stylesheets/main.scss */
.b-radio.radio input[type=radio] + .check.is-white:before {
  background: white;
}

/* line 313, app/assets/stylesheets/main.scss */
.b-radio.radio input[type=radio] + .check.is-black:before {
  background: #0a0a0a;
}

/* line 317, app/assets/stylesheets/main.scss */
.b-radio.radio input[type=radio] + .check.is-light:before {
  background: whitesmoke;
}

/* line 321, app/assets/stylesheets/main.scss */
.b-radio.radio input[type=radio] + .check.is-dark:before {
  background: #363636;
}

/* line 325, app/assets/stylesheets/main.scss */
.b-radio.radio input[type=radio] + .check.is-primary:before {
  background: #00d1b2;
}

/* line 329, app/assets/stylesheets/main.scss */
.b-radio.radio input[type=radio] + .check.is-link:before {
  background: #3273dc;
}

/* line 333, app/assets/stylesheets/main.scss */
.b-radio.radio input[type=radio] + .check.is-info:before {
  background: #3298dc;
}

/* line 337, app/assets/stylesheets/main.scss */
.b-radio.radio input[type=radio] + .check.is-success:before {
  background: #48c774;
}

/* line 341, app/assets/stylesheets/main.scss */
.b-radio.radio input[type=radio] + .check.is-warning:before {
  background: #ffdd57;
}

/* line 345, app/assets/stylesheets/main.scss */
.b-radio.radio input[type=radio] + .check.is-danger:before {
  background: #f14668;
}

/* line 349, app/assets/stylesheets/main.scss */
.b-radio.radio input[type=radio]:checked + .check {
  border-color: #00d1b2;
}

/* line 353, app/assets/stylesheets/main.scss */
.b-radio.radio input[type=radio]:checked + .check.is-white {
  border-color: white;
}

/* line 357, app/assets/stylesheets/main.scss */
.b-radio.radio input[type=radio]:checked + .check.is-black {
  border-color: #0a0a0a;
}

/* line 361, app/assets/stylesheets/main.scss */
.b-radio.radio input[type=radio]:checked + .check.is-light {
  border-color: whitesmoke;
}

/* line 365, app/assets/stylesheets/main.scss */
.b-radio.radio input[type=radio]:checked + .check.is-dark {
  border-color: #363636;
}

/* line 369, app/assets/stylesheets/main.scss */
.b-radio.radio input[type=radio]:checked + .check.is-primary {
  border-color: #00d1b2;
}

/* line 373, app/assets/stylesheets/main.scss */
.b-radio.radio input[type=radio]:checked + .check.is-link {
  border-color: #3273dc;
}

/* line 377, app/assets/stylesheets/main.scss */
.b-radio.radio input[type=radio]:checked + .check.is-info {
  border-color: #3298dc;
}

/* line 381, app/assets/stylesheets/main.scss */
.b-radio.radio input[type=radio]:checked + .check.is-success {
  border-color: #48c774;
}

/* line 385, app/assets/stylesheets/main.scss */
.b-radio.radio input[type=radio]:checked + .check.is-warning {
  border-color: #ffdd57;
}

/* line 389, app/assets/stylesheets/main.scss */
.b-radio.radio input[type=radio]:checked + .check.is-danger {
  border-color: #f14668;
}

/* line 393, app/assets/stylesheets/main.scss */
.b-radio.radio input[type=radio]:checked + .check:before {
  transform: scale(0.5);
}

/* line 397, app/assets/stylesheets/main.scss */
.b-radio.radio .control-label {
  padding-left: 0.5em;
}

/* line 401, app/assets/stylesheets/main.scss */
.b-radio.radio.button {
  display: flex;
}

/* line 405, app/assets/stylesheets/main.scss */
.b-radio.radio[disabled] {
  opacity: 0.5;
}

/* line 409, app/assets/stylesheets/main.scss */
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check {
  border-color: #00d1b2;
}

/* line 413, app/assets/stylesheets/main.scss */
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-white {
  border-color: white;
}

/* line 417, app/assets/stylesheets/main.scss */
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-black {
  border-color: #0a0a0a;
}

/* line 421, app/assets/stylesheets/main.scss */
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-light {
  border-color: whitesmoke;
}

/* line 425, app/assets/stylesheets/main.scss */
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-dark {
  border-color: #363636;
}

/* line 429, app/assets/stylesheets/main.scss */
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-primary {
  border-color: #00d1b2;
}

/* line 433, app/assets/stylesheets/main.scss */
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-link {
  border-color: #3273dc;
}

/* line 437, app/assets/stylesheets/main.scss */
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-info {
  border-color: #3298dc;
}

/* line 441, app/assets/stylesheets/main.scss */
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-success {
  border-color: #48c774;
}

/* line 445, app/assets/stylesheets/main.scss */
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-warning {
  border-color: #ffdd57;
}

/* line 449, app/assets/stylesheets/main.scss */
.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-danger {
  border-color: #f14668;
}

/* line 453, app/assets/stylesheets/main.scss */
.b-radio.radio.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

/* line 458, app/assets/stylesheets/main.scss */
.b-radio.radio.is-medium {
  font-size: 1.25rem;
}

/* line 462, app/assets/stylesheets/main.scss */
.b-radio.radio.is-large {
  font-size: 1.5rem;
}

/* line 466, app/assets/stylesheets/main.scss */
.delete, .modal-close, .b-radio.radio, .b-checkbox.checkbox, .switch, .button, .file, .breadcrumb, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .tabs, .is-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 477, app/assets/stylesheets/main.scss */
.select:not(.is-multiple):not(.is-loading)::after, .navbar-link:not(.is-arrowless)::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 494, app/assets/stylesheets/main.scss */
.box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .progress-wrapper.is-not-native:not(:last-child), .table:not(:last-child), .table-container:not(:last-child), .title:not(:last-child),
.subtitle:not(:last-child), .block:not(:last-child), .highlight:not(:last-child), .breadcrumb:not(:last-child), .level:not(:last-child), .message:not(:last-child), .pagination:not(:last-child), .tabs:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 499, app/assets/stylesheets/main.scss */
.delete, .modal-close {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  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 522, app/assets/stylesheets/main.scss */
.delete::before, .modal-close::before, .delete::after, .modal-close::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 533, app/assets/stylesheets/main.scss */
.delete::before, .modal-close::before {
  height: 2px;
  width: 50%;
}

/* line 538, app/assets/stylesheets/main.scss */
.delete::after, .modal-close::after {
  height: 50%;
  width: 2px;
}

/* line 543, app/assets/stylesheets/main.scss */
.delete:hover, .modal-close:hover, .delete:focus, .modal-close:focus {
  background-color: rgba(10, 10, 10, 0.3);
}

/* line 547, app/assets/stylesheets/main.scss */
.delete:active, .modal-close:active {
  background-color: rgba(10, 10, 10, 0.4);
}

/* line 551, app/assets/stylesheets/main.scss */
.is-small.delete, .is-small.modal-close {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}

/* line 560, app/assets/stylesheets/main.scss */
.is-medium.delete, .is-medium.modal-close {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}

/* line 569, app/assets/stylesheets/main.scss */
.is-large.delete, .is-large.modal-close {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

/* line 578, app/assets/stylesheets/main.scss */
.button.is-loading::after, .loader, .select.is-loading::after, .control.is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

/* line 591, app/assets/stylesheets/main.scss */
.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, .modal, .modal-background, .is-overlay, .hero-video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 615, app/assets/stylesheets/main.scss */
.table-wrapper .table {
  margin-bottom: 0;
}

/* line 619, app/assets/stylesheets/main.scss */
.table-wrapper:not(:last-child) {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 1023px) {
  /* line 624, app/assets/stylesheets/main.scss */
  .table-wrapper {
    overflow-x: auto;
  }
}

/* line 629, app/assets/stylesheets/main.scss */
.b-table {
  transition: opacity 86ms ease-out;
  /*.level:not(.top) {
    padding-bottom: $size-base * 1.5;
  }*/
}

@media screen and (min-width: 769px), print {
  /* line 637, app/assets/stylesheets/main.scss */
  .b-table .table-mobile-sort {
    display: none;
  }
}

/* line 642, app/assets/stylesheets/main.scss */
.b-table .icon {
  transition: transform 150ms ease-out, opacity 86ms ease-out;
}

/* line 646, app/assets/stylesheets/main.scss */
.b-table .icon.is-desc {
  transform: rotate(180deg);
}

/* line 650, app/assets/stylesheets/main.scss */
.b-table .icon.is-expanded {
  transform: rotate(90deg);
}

/* line 654, app/assets/stylesheets/main.scss */
.b-table .table {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 4px;
  border-collapse: separate;
}

/* line 661, app/assets/stylesheets/main.scss */
.b-table .table th {
  font-weight: 600;
}

/* line 665, app/assets/stylesheets/main.scss */
.b-table .table th .th-wrap {
  display: flex;
  align-items: center;
}

/* line 670, app/assets/stylesheets/main.scss */
.b-table .table th .th-wrap .icon {
  margin-left: 0.5rem;
  margin-right: 0;
  font-size: 1rem;
}

/* line 676, app/assets/stylesheets/main.scss */
.b-table .table th .th-wrap.is-numeric {
  flex-direction: row-reverse;
  text-align: right;
}

/* line 681, app/assets/stylesheets/main.scss */
.b-table .table th .th-wrap.is-numeric .icon {
  margin-left: 0;
  margin-right: 0.5rem;
}

/* line 686, app/assets/stylesheets/main.scss */
.b-table .table th .th-wrap.is-centered {
  justify-content: center;
  text-align: center;
}

/* line 691, app/assets/stylesheets/main.scss */
.b-table .table th.is-current-sort {
  border-color: #7a7a7a;
  font-weight: 700;
}

/* line 696, app/assets/stylesheets/main.scss */
.b-table .table th.is-sortable:hover {
  border-color: #7a7a7a;
}

/* line 700, app/assets/stylesheets/main.scss */
.b-table .table th.is-sortable,
.b-table .table th.is-sortable .th-wrap {
  cursor: pointer;
}

/* line 705, app/assets/stylesheets/main.scss */
.b-table .table th .multi-sort-cancel-icon {
  margin-left: 10px;
}

/* line 709, app/assets/stylesheets/main.scss */
.b-table .table th.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 3 !important;
  background: white;
}

/* line 717, app/assets/stylesheets/main.scss */
.b-table .table tr.is-selected .checkbox input:checked + .check {
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%2300d1b2' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
}

/* line 721, app/assets/stylesheets/main.scss */
.b-table .table tr.is-selected .checkbox input + .check {
  border-color: #fff;
}

/* line 725, app/assets/stylesheets/main.scss */
.b-table .table tr.is-empty:hover {
  background-color: transparent;
}

/* line 729, app/assets/stylesheets/main.scss */
.b-table .table .is-chevron-cell, .b-table .table .is-checkbox-cell {
  width: 40px;
}

/* line 733, app/assets/stylesheets/main.scss */
.b-table .table .is-chevron-cell {
  vertical-align: middle;
}

/* line 737, app/assets/stylesheets/main.scss */
.b-table .table .is-checkbox-cell .checkbox {
  vertical-align: middle;
}

/* line 741, app/assets/stylesheets/main.scss */
.b-table .table .is-checkbox-cell .checkbox.b-checkbox {
  margin-right: 0;
}

/* line 745, app/assets/stylesheets/main.scss */
.b-table .table .is-checkbox-cell .checkbox .check {
  transition: none;
}

/* line 749, app/assets/stylesheets/main.scss */
.b-table .table tr.detail {
  box-shadow: inset 0 1px 3px #dbdbdb;
  background: #fafafa;
}

/* line 754, app/assets/stylesheets/main.scss */
.b-table .table tr.detail .detail-container {
  padding: 1rem;
}

/* line 758, app/assets/stylesheets/main.scss */
.b-table .table:focus {
  border-color: #3273dc;
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

/* line 763, app/assets/stylesheets/main.scss */
.b-table .table.is-bordered th.is-current-sort,
.b-table .table.is-bordered th.is-sortable:hover {
  border-color: #dbdbdb;
  background: whitesmoke;
}

/* line 769, app/assets/stylesheets/main.scss */
.b-table .table td.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;
  background: white;
}

/* line 777, app/assets/stylesheets/main.scss */
.b-table .table td.is-image-cell .image {
  margin: 0 auto;
  width: 1.5rem;
  height: 1.5rem;
}

/* line 783, app/assets/stylesheets/main.scss */
.b-table .table td.is-progress-cell {
  min-width: 5rem;
  vertical-align: middle;
}

/* line 788, app/assets/stylesheets/main.scss */
.b-table .table-wrapper.has-sticky-header {
  height: 300px;
  overflow-y: auto;
}

@media screen and (max-width: 768px) {
  /* line 794, app/assets/stylesheets/main.scss */
  .b-table .table-wrapper.has-sticky-header.has-mobile-cards {
    height: initial !important;
    overflow-y: initial !important;
  }
}

/* line 800, app/assets/stylesheets/main.scss */
.b-table .table-wrapper.has-sticky-header tr:first-child th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  background: white;
}

@media screen and (max-width: 768px) {
  /* line 809, app/assets/stylesheets/main.scss */
  .b-table .table-wrapper.has-mobile-cards thead {
    display: none;
  }
  /* line 812, app/assets/stylesheets/main.scss */
  .b-table .table-wrapper.has-mobile-cards tfoot th {
    border: 0;
    display: inherit;
  }
  /* line 816, app/assets/stylesheets/main.scss */
  .b-table .table-wrapper.has-mobile-cards tr {
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    max-width: 100%;
    position: relative;
    display: block;
  }
  /* line 822, app/assets/stylesheets/main.scss */
  .b-table .table-wrapper.has-mobile-cards tr td {
    border: 0;
    display: inherit;
  }
  /* line 826, app/assets/stylesheets/main.scss */
  .b-table .table-wrapper.has-mobile-cards tr td:last-child {
    border-bottom: 0;
  }
  /* line 829, app/assets/stylesheets/main.scss */
  .b-table .table-wrapper.has-mobile-cards tr:not(:last-child) {
    margin-bottom: 1rem;
  }
  /* line 832, app/assets/stylesheets/main.scss */
  .b-table .table-wrapper.has-mobile-cards tr:not([class*="is-"]) {
    background: inherit;
  }
  /* line 835, app/assets/stylesheets/main.scss */
  .b-table .table-wrapper.has-mobile-cards tr:not([class*="is-"]):hover {
    background-color: inherit;
  }
  /* line 838, app/assets/stylesheets/main.scss */
  .b-table .table-wrapper.has-mobile-cards tr.detail {
    margin-top: -1rem;
  }
  /* line 841, app/assets/stylesheets/main.scss */
  .b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td {
    display: flex;
    width: auto;
    justify-content: space-between;
    text-align: right;
    border-bottom: 1px solid whitesmoke;
  }
  /* line 848, app/assets/stylesheets/main.scss */
  .b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td:before {
    content: attr(data-label);
    font-weight: 600;
    padding-right: 0.5rem;
    text-align: left;
  }
  /* line 854, app/assets/stylesheets/main.scss */
  .b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td.is-image-cell .image {
    width: 6rem;
    height: 6rem;
    margin: 0 auto 0.5rem;
  }
  /* line 859, app/assets/stylesheets/main.scss */
  .b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td.is-progress-cell span, .b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td.is-progress-cell progress {
    display: flex;
    width: 45%;
    align-items: center;
    align-self: center;
  }
  /* line 865, app/assets/stylesheets/main.scss */
  .b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td.is-checkbox-cell, .b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td.is-image-cell {
    border-bottom: 0 !important;
  }
  /* line 868, app/assets/stylesheets/main.scss */
  .b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td.is-checkbox-cell:before, .b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td.is-actions-cell:before {
    display: none;
  }
  /* line 871, app/assets/stylesheets/main.scss */
  .b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td.is-label-hidden:before, .b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td.is-image-cell:before {
    display: none;
  }
  /* line 874, app/assets/stylesheets/main.scss */
  .b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td.is-label-hidden span {
    display: block;
    width: 100%;
  }
  /* line 878, app/assets/stylesheets/main.scss */
  .b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td.is-label-hidden.is-progress-col progress {
    width: 100%;
  }
}

/* line 883, app/assets/stylesheets/main.scss */
.b-table .table-wrapper.is-card-list thead {
  display: none;
}

/* line 887, app/assets/stylesheets/main.scss */
.b-table .table-wrapper.is-card-list tfoot th {
  border: 0;
  display: inherit;
}

/* line 892, app/assets/stylesheets/main.scss */
.b-table .table-wrapper.is-card-list tr {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  max-width: 100%;
  position: relative;
  display: block;
}

/* line 899, app/assets/stylesheets/main.scss */
.b-table .table-wrapper.is-card-list tr td {
  border: 0;
  display: inherit;
}

/* line 904, app/assets/stylesheets/main.scss */
.b-table .table-wrapper.is-card-list tr td:last-child {
  border-bottom: 0;
}

/* line 908, app/assets/stylesheets/main.scss */
.b-table .table-wrapper.is-card-list tr:not(:last-child) {
  margin-bottom: 1rem;
}

/* line 912, app/assets/stylesheets/main.scss */
.b-table .table-wrapper.is-card-list tr:not([class*="is-"]) {
  background: inherit;
}

/* line 916, app/assets/stylesheets/main.scss */
.b-table .table-wrapper.is-card-list tr:not([class*="is-"]):hover {
  background-color: inherit;
}

/* line 920, app/assets/stylesheets/main.scss */
.b-table .table-wrapper.is-card-list tr.detail {
  margin-top: -1rem;
}

/* line 924, app/assets/stylesheets/main.scss */
.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td {
  display: flex;
  width: auto;
  justify-content: space-between;
  text-align: right;
  border-bottom: 1px solid whitesmoke;
}

/* line 932, app/assets/stylesheets/main.scss */
.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td:before {
  content: attr(data-label);
  font-weight: 600;
  padding-right: 0.5rem;
  text-align: left;
}

/* line 939, app/assets/stylesheets/main.scss */
.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td.is-image-cell .image {
  width: 6rem;
  height: 6rem;
  margin: 0 auto 0.5rem;
}

/* line 945, app/assets/stylesheets/main.scss */
.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td.is-progress-cell span, .b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td.is-progress-cell progress {
  display: flex;
  width: 45%;
  align-items: center;
  align-self: center;
}

/* line 952, app/assets/stylesheets/main.scss */
.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td.is-checkbox-cell, .b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td.is-image-cell {
  border-bottom: 0 !important;
}

/* line 956, app/assets/stylesheets/main.scss */
.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td.is-checkbox-cell:before, .b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td.is-actions-cell:before {
  display: none;
}

/* line 960, app/assets/stylesheets/main.scss */
.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td.is-label-hidden:before, .b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td.is-image-cell:before {
  display: none;
}

/* line 964, app/assets/stylesheets/main.scss */
.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td.is-label-hidden span {
  display: block;
  width: 100%;
}

/* line 969, app/assets/stylesheets/main.scss */
.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td.is-label-hidden.is-progress-col progress {
  width: 100%;
}

/* line 973, app/assets/stylesheets/main.scss */
.b-table.is-loading {
  position: relative;
  pointer-events: none;
  opacity: 0.5;
}

/* line 979, app/assets/stylesheets/main.scss */
.b-table.is-loading:after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
  position: absolute;
  top: 4em;
  left: calc(50% - 2.5em);
  width: 5em;
  height: 5em;
  border-width: 0.25em;
}

/* line 998, app/assets/stylesheets/main.scss */
.b-table.has-pagination .table-wrapper {
  margin-bottom: 0;
}

/* line 1002, app/assets/stylesheets/main.scss */
.b-table.has-pagination .table-wrapper + .notification {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

/* line 1016, app/assets/stylesheets/main.scss */
.delete, .modal-close, .b-radio.radio, .b-checkbox.checkbox, .switch, .button, .file, .breadcrumb, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .tabs, .is-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 1027, app/assets/stylesheets/main.scss */
.select:not(.is-multiple):not(.is-loading)::after, .navbar-link:not(.is-arrowless)::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 1044, app/assets/stylesheets/main.scss */
.box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .progress-wrapper.is-not-native:not(:last-child), .table:not(:last-child), .table-container:not(:last-child), .title:not(:last-child),
.subtitle:not(:last-child), .block:not(:last-child), .highlight:not(:last-child), .breadcrumb:not(:last-child), .level:not(:last-child), .message:not(:last-child), .pagination:not(:last-child), .tabs:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 1049, app/assets/stylesheets/main.scss */
.delete, .modal-close {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  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 1072, app/assets/stylesheets/main.scss */
.delete::before, .modal-close::before, .delete::after, .modal-close::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 1083, app/assets/stylesheets/main.scss */
.delete::before, .modal-close::before {
  height: 2px;
  width: 50%;
}

/* line 1088, app/assets/stylesheets/main.scss */
.delete::after, .modal-close::after {
  height: 50%;
  width: 2px;
}

/* line 1093, app/assets/stylesheets/main.scss */
.delete:hover, .modal-close:hover, .delete:focus, .modal-close:focus {
  background-color: rgba(10, 10, 10, 0.3);
}

/* line 1097, app/assets/stylesheets/main.scss */
.delete:active, .modal-close:active {
  background-color: rgba(10, 10, 10, 0.4);
}

/* line 1101, app/assets/stylesheets/main.scss */
.is-small.delete, .is-small.modal-close {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}

/* line 1110, app/assets/stylesheets/main.scss */
.is-medium.delete, .is-medium.modal-close {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}

/* line 1119, app/assets/stylesheets/main.scss */
.is-large.delete, .is-large.modal-close {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

/* line 1128, app/assets/stylesheets/main.scss */
.button.is-loading::after, .loader, .select.is-loading::after, .control.is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

/* line 1141, app/assets/stylesheets/main.scss */
.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, .modal, .modal-background, .is-overlay, .hero-video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 1165, app/assets/stylesheets/main.scss */
.button, .input, .textarea, .select select, .file-cta,
.file-name, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  -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 1189, app/assets/stylesheets/main.scss */
.button:focus, .input:focus, .textarea:focus, .select select:focus, .file-cta:focus,
.file-name:focus, .pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus,
.pagination-ellipsis:focus, .is-focused.button, .is-focused.input, .is-focused.textarea, .select select.is-focused, .is-focused.file-cta,
.is-focused.file-name, .is-focused.pagination-previous,
.is-focused.pagination-next,
.is-focused.pagination-link,
.is-focused.pagination-ellipsis, .button:active, .input:active, .textarea:active, .select select:active, .file-cta:active,
.file-name:active, .pagination-previous:active,
.pagination-next:active,
.pagination-link:active,
.pagination-ellipsis:active, .is-active.button, .is-active.input, .is-active.textarea, .select select.is-active, .is-active.file-cta,
.is-active.file-name, .is-active.pagination-previous,
.is-active.pagination-next,
.is-active.pagination-link,
.is-active.pagination-ellipsis {
  outline: none;
}

/* line 1209, app/assets/stylesheets/main.scss */
.button[disabled], .input[disabled], .textarea[disabled], .select select[disabled], .file-cta[disabled],
.file-name[disabled], .pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled],
.pagination-ellipsis[disabled],
fieldset[disabled] .button,
fieldset[disabled] .input,
fieldset[disabled] .textarea,
fieldset[disabled] .select select,
.select fieldset[disabled] select,
fieldset[disabled] .file-cta,
fieldset[disabled] .file-name,
fieldset[disabled] .pagination-previous,
fieldset[disabled] .pagination-next,
fieldset[disabled] .pagination-link,
fieldset[disabled] .pagination-ellipsis {
  cursor: not-allowed;
}

/* Box-shadow on hover */
/* line 1229, app/assets/stylesheets/main.scss */
.b-checkbox.checkbox {
  outline: none;
  display: inline-flex;
  align-items: center;
}

/* line 1235, app/assets/stylesheets/main.scss */
.b-checkbox.checkbox:not(.button) {
  margin-right: 0.5em;
}

/* line 1239, app/assets/stylesheets/main.scss */
.b-checkbox.checkbox:not(.button) + .checkbox:last-child {
  margin-right: 0;
}

/* line 1243, app/assets/stylesheets/main.scss */
.b-checkbox.checkbox input[type=checkbox] {
  position: absolute;
  left: 0;
  opacity: 0;
  outline: none;
  z-index: -1;
}

/* line 1251, app/assets/stylesheets/main.scss */
.b-checkbox.checkbox input[type=checkbox] + .check {
  width: 1.25em;
  height: 1.25em;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #7a7a7a;
  transition: background 150ms ease-out;
  background: transparent;
}

/* line 1261, app/assets/stylesheets/main.scss */
.b-checkbox.checkbox input[type=checkbox]:checked + .check {
  background: #00d1b2 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  border-color: #00d1b2;
}

/* line 1266, app/assets/stylesheets/main.scss */
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-white {
  background: white url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%230a0a0a' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  border-color: white;
}

/* line 1271, app/assets/stylesheets/main.scss */
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-black {
  background: #0a0a0a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:white' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  border-color: #0a0a0a;
}

/* line 1276, app/assets/stylesheets/main.scss */
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-light {
  background: whitesmoke url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:rgba(0, 0, 0, 0.7)' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  border-color: whitesmoke;
}

/* line 1281, app/assets/stylesheets/main.scss */
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-dark {
  background: #363636 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  border-color: #363636;
}

/* line 1286, app/assets/stylesheets/main.scss */
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-primary {
  background: #00d1b2 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  border-color: #00d1b2;
}

/* line 1291, app/assets/stylesheets/main.scss */
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-link {
  background: #3273dc url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  border-color: #3273dc;
}

/* line 1296, app/assets/stylesheets/main.scss */
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-info {
  background: #3298dc url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  border-color: #3298dc;
}

/* line 1301, app/assets/stylesheets/main.scss */
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-success {
  background: #48c774 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  border-color: #48c774;
}

/* line 1306, app/assets/stylesheets/main.scss */
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-warning {
  background: #ffdd57 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:rgba(0, 0, 0, 0.7)' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  border-color: #ffdd57;
}

/* line 1311, app/assets/stylesheets/main.scss */
.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-danger {
  background: #f14668 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  border-color: #f14668;
}

/* line 1316, app/assets/stylesheets/main.scss */
.b-checkbox.checkbox input.is-indeterminate[type=checkbox] + .check {
  background: #00d1b2 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
  border-color: #00d1b2;
}

/* line 1321, app/assets/stylesheets/main.scss */
.b-checkbox.checkbox input.is-indeterminate[type=checkbox] + .check.is-white {
  background: white url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%230a0a0a' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
  border-color: white;
}

/* line 1326, app/assets/stylesheets/main.scss */
.b-checkbox.checkbox input.is-indeterminate[type=checkbox] + .check.is-black {
  background: #0a0a0a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:white' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
  border-color: #0a0a0a;
}

/* line 1331, app/assets/stylesheets/main.scss */
.b-checkbox.checkbox input.is-indeterminate[type=checkbox] + .check.is-light {
  background: whitesmoke url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:rgba(0, 0, 0, 0.7)' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
  border-color: whitesmoke;
}

/* line 1336, app/assets/stylesheets/main.scss */
.b-checkbox.checkbox input.is-indeterminate[type=checkbox] + .check.is-dark {
  background: #363636 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
  border-color: #363636;
}

/* line 1341, app/assets/stylesheets/main.scss */
.b-checkbox.checkbox input.is-indeterminate[type=checkbox] + .check.is-primary {
  background: #00d1b2 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
  border-color: #00d1b2;
}

/* line 1346, app/assets/stylesheets/main.scss */
.b-checkbox.checkbox input.is-indeterminate[type=checkbox] + .check.is-link {
  background: #3273dc url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
  border-color: #3273dc;
}

/* line 1351, app/assets/stylesheets/main.scss */
.b-checkbox.checkbox input.is-indeterminate[type=checkbox] + .check.is-info {
  background: #3298dc url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
  border-color: #3298dc;
}

/* line 1356, app/assets/stylesheets/main.scss */
.b-checkbox.checkbox input.is-indeterminate[type=checkbox] + .check.is-success {
  background: #48c774 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
  border-color: #48c774;
}

/* line 1361, app/assets/stylesheets/main.scss */
.b-checkbox.checkbox input.is-indeterminate[type=checkbox] + .check.is-warning {
  background: #ffdd57 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:rgba(0, 0, 0, 0.7)' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
  border-color: #ffdd57;
}

/* line 1366, app/assets/stylesheets/main.scss */
.b-checkbox.checkbox input.is-indeterminate[type=checkbox] + .check.is-danger {
  background: #f14668 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
  border-color: #f14668;
}

/* line 1371, app/assets/stylesheets/main.scss */
.b-checkbox.checkbox .control-label {
  padding-left: 0.5em;
}

/* line 1375, app/assets/stylesheets/main.scss */
.b-checkbox.checkbox.button {
  display: flex;
}

/* line 1379, app/assets/stylesheets/main.scss */
.b-checkbox.checkbox[disabled] {
  opacity: 0.5;
}

/* line 1383, app/assets/stylesheets/main.scss */
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check {
  border-color: #00d1b2;
}

/* line 1387, app/assets/stylesheets/main.scss */
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-white {
  border-color: white;
}

/* line 1391, app/assets/stylesheets/main.scss */
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-black {
  border-color: #0a0a0a;
}

/* line 1395, app/assets/stylesheets/main.scss */
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-light {
  border-color: whitesmoke;
}

/* line 1399, app/assets/stylesheets/main.scss */
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-dark {
  border-color: #363636;
}

/* line 1403, app/assets/stylesheets/main.scss */
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-primary {
  border-color: #00d1b2;
}

/* line 1407, app/assets/stylesheets/main.scss */
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-link {
  border-color: #3273dc;
}

/* line 1411, app/assets/stylesheets/main.scss */
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-info {
  border-color: #3298dc;
}

/* line 1415, app/assets/stylesheets/main.scss */
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-success {
  border-color: #48c774;
}

/* line 1419, app/assets/stylesheets/main.scss */
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-warning {
  border-color: #ffdd57;
}

/* line 1423, app/assets/stylesheets/main.scss */
.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-danger {
  border-color: #f14668;
}

/* line 1427, app/assets/stylesheets/main.scss */
.b-checkbox.checkbox.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

/* line 1432, app/assets/stylesheets/main.scss */
.b-checkbox.checkbox.is-medium {
  font-size: 1.25rem;
}

/* line 1436, app/assets/stylesheets/main.scss */
.b-checkbox.checkbox.is-large {
  font-size: 1.5rem;
}

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

/* line 1449, app/assets/stylesheets/main.scss */
.delete, .modal-close, .b-radio.radio, .b-checkbox.checkbox, .switch, .button, .file, .breadcrumb, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .tabs, .is-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 1460, app/assets/stylesheets/main.scss */
.select:not(.is-multiple):not(.is-loading)::after, .navbar-link:not(.is-arrowless)::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 1477, app/assets/stylesheets/main.scss */
.box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .progress-wrapper.is-not-native:not(:last-child), .table:not(:last-child), .table-container:not(:last-child), .title:not(:last-child),
.subtitle:not(:last-child), .block:not(:last-child), .highlight:not(:last-child), .breadcrumb:not(:last-child), .level:not(:last-child), .message:not(:last-child), .pagination:not(:last-child), .tabs:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 1482, app/assets/stylesheets/main.scss */
.delete, .modal-close {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  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 1505, app/assets/stylesheets/main.scss */
.delete::before, .modal-close::before, .delete::after, .modal-close::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 1516, app/assets/stylesheets/main.scss */
.delete::before, .modal-close::before {
  height: 2px;
  width: 50%;
}

/* line 1521, app/assets/stylesheets/main.scss */
.delete::after, .modal-close::after {
  height: 50%;
  width: 2px;
}

/* line 1526, app/assets/stylesheets/main.scss */
.delete:hover, .modal-close:hover, .delete:focus, .modal-close:focus {
  background-color: rgba(10, 10, 10, 0.3);
}

/* line 1530, app/assets/stylesheets/main.scss */
.delete:active, .modal-close:active {
  background-color: rgba(10, 10, 10, 0.4);
}

/* line 1534, app/assets/stylesheets/main.scss */
.is-small.delete, .is-small.modal-close {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}

/* line 1543, app/assets/stylesheets/main.scss */
.is-medium.delete, .is-medium.modal-close {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}

/* line 1552, app/assets/stylesheets/main.scss */
.is-large.delete, .is-large.modal-close {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

/* line 1561, app/assets/stylesheets/main.scss */
.button.is-loading::after, .loader, .select.is-loading::after, .control.is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

/* line 1574, app/assets/stylesheets/main.scss */
.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, .modal, .modal-background, .is-overlay, .hero-video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 1598, app/assets/stylesheets/main.scss */
.button, .input, .textarea, .select select, .file-cta,
.file-name, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  -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 1622, app/assets/stylesheets/main.scss */
.button:focus, .input:focus, .textarea:focus, .select select:focus, .file-cta:focus,
.file-name:focus, .pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus,
.pagination-ellipsis:focus, .is-focused.button, .is-focused.input, .is-focused.textarea, .select select.is-focused, .is-focused.file-cta,
.is-focused.file-name, .is-focused.pagination-previous,
.is-focused.pagination-next,
.is-focused.pagination-link,
.is-focused.pagination-ellipsis, .button:active, .input:active, .textarea:active, .select select:active, .file-cta:active,
.file-name:active, .pagination-previous:active,
.pagination-next:active,
.pagination-link:active,
.pagination-ellipsis:active, .is-active.button, .is-active.input, .is-active.textarea, .select select.is-active, .is-active.file-cta,
.is-active.file-name, .is-active.pagination-previous,
.is-active.pagination-next,
.is-active.pagination-link,
.is-active.pagination-ellipsis {
  outline: none;
}

/* line 1642, app/assets/stylesheets/main.scss */
.button[disabled], .input[disabled], .textarea[disabled], .select select[disabled], .file-cta[disabled],
.file-name[disabled], .pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled],
.pagination-ellipsis[disabled],
fieldset[disabled] .button,
fieldset[disabled] .input,
fieldset[disabled] .textarea,
fieldset[disabled] .select select,
.select fieldset[disabled] select,
fieldset[disabled] .file-cta,
fieldset[disabled] .file-name,
fieldset[disabled] .pagination-previous,
fieldset[disabled] .pagination-next,
fieldset[disabled] .pagination-link,
fieldset[disabled] .pagination-ellipsis {
  cursor: not-allowed;
}

/* Box-shadow */
/* line 1662, app/assets/stylesheets/main.scss */
.switch {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-right: 0.5em;
}

/* line 1670, app/assets/stylesheets/main.scss */
.switch + .switch:last-child {
  margin-right: 0;
}

/* line 1674, app/assets/stylesheets/main.scss */
.switch input[type=checkbox] {
  position: absolute;
  left: 0;
  opacity: 0;
  outline: none;
  z-index: -1;
}

/* line 1682, app/assets/stylesheets/main.scss */
.switch input[type=checkbox] + .check {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 2.75em;
  height: 1.575em;
  padding: 0.2em;
  background: #b5b5b5;
  border-radius: 4px;
  transition: background 150ms ease-out, box-shadow 150ms ease-out;
}

/* line 1694, app/assets/stylesheets/main.scss */
.switch input[type=checkbox] + .check.is-white-passive, .switch input[type=checkbox] + .check:hover {
  background: white;
}

/* line 1698, app/assets/stylesheets/main.scss */
.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
  background: 'pink';
}

/* line 1702, app/assets/stylesheets/main.scss */
.switch input[type=checkbox] + .check.is-black-passive, .switch input[type=checkbox] + .check:hover {
  background: #0a0a0a;
}

/* line 1706, app/assets/stylesheets/main.scss */
.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
  background: 'pink';
}

/* line 1710, app/assets/stylesheets/main.scss */
.switch input[type=checkbox] + .check.is-light-passive, .switch input[type=checkbox] + .check:hover {
  background: whitesmoke;
}

/* line 1714, app/assets/stylesheets/main.scss */
.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
  background: 'pink';
}

/* line 1718, app/assets/stylesheets/main.scss */
.switch input[type=checkbox] + .check.is-dark-passive, .switch input[type=checkbox] + .check:hover {
  background: #363636;
}

/* line 1722, app/assets/stylesheets/main.scss */
.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
  background: 'pink';
}

/* line 1726, app/assets/stylesheets/main.scss */
.switch input[type=checkbox] + .check.is-primary-passive, .switch input[type=checkbox] + .check:hover {
  background: #00d1b2;
}

/* line 1730, app/assets/stylesheets/main.scss */
.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
  background: 'pink';
}

/* line 1734, app/assets/stylesheets/main.scss */
.switch input[type=checkbox] + .check.is-link-passive, .switch input[type=checkbox] + .check:hover {
  background: #3273dc;
}

/* line 1738, app/assets/stylesheets/main.scss */
.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
  background: 'pink';
}

/* line 1742, app/assets/stylesheets/main.scss */
.switch input[type=checkbox] + .check.is-info-passive, .switch input[type=checkbox] + .check:hover {
  background: #3298dc;
}

/* line 1746, app/assets/stylesheets/main.scss */
.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
  background: 'pink';
}

/* line 1750, app/assets/stylesheets/main.scss */
.switch input[type=checkbox] + .check.is-success-passive, .switch input[type=checkbox] + .check:hover {
  background: #48c774;
}

/* line 1754, app/assets/stylesheets/main.scss */
.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
  background: 'pink';
}

/* line 1758, app/assets/stylesheets/main.scss */
.switch input[type=checkbox] + .check.is-warning-passive, .switch input[type=checkbox] + .check:hover {
  background: #ffdd57;
}

/* line 1762, app/assets/stylesheets/main.scss */
.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
  background: 'pink';
}

/* line 1766, app/assets/stylesheets/main.scss */
.switch input[type=checkbox] + .check.is-danger-passive, .switch input[type=checkbox] + .check:hover {
  background: #f14668;
}

/* line 1770, app/assets/stylesheets/main.scss */
.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check {
  background: 'pink';
}

/* line 1774, app/assets/stylesheets/main.scss */
.switch input[type=checkbox] + .check:before {
  content: "";
  display: block;
  border-radius: 4px;
  width: 1.175em;
  height: 1.175em;
  background: whitesmoke;
  transition: transform 150ms ease-out;
  will-change: transform;
  transform-origin: left;
}

/* line 1786, app/assets/stylesheets/main.scss */
.switch input[type=checkbox] + .check.is-elastic:before {
  transform: scaleX(1.5);
  border-radius: 4px;
}

/* line 1791, app/assets/stylesheets/main.scss */
.switch input[type=checkbox]:checked + .check {
  background: #00d1b2;
}

/* line 1795, app/assets/stylesheets/main.scss */
.switch input[type=checkbox]:checked + .check.is-white {
  background: white;
}

/* line 1799, app/assets/stylesheets/main.scss */
.switch input[type=checkbox]:checked + .check.is-black {
  background: #0a0a0a;
}

/* line 1803, app/assets/stylesheets/main.scss */
.switch input[type=checkbox]:checked + .check.is-light {
  background: whitesmoke;
}

/* line 1807, app/assets/stylesheets/main.scss */
.switch input[type=checkbox]:checked + .check.is-dark {
  background: #363636;
}

/* line 1811, app/assets/stylesheets/main.scss */
.switch input[type=checkbox]:checked + .check.is-primary {
  background: #00d1b2;
}

/* line 1815, app/assets/stylesheets/main.scss */
.switch input[type=checkbox]:checked + .check.is-link {
  background: #3273dc;
}

/* line 1819, app/assets/stylesheets/main.scss */
.switch input[type=checkbox]:checked + .check.is-info {
  background: #3298dc;
}

/* line 1823, app/assets/stylesheets/main.scss */
.switch input[type=checkbox]:checked + .check.is-success {
  background: #48c774;
}

/* line 1827, app/assets/stylesheets/main.scss */
.switch input[type=checkbox]:checked + .check.is-warning {
  background: #ffdd57;
}

/* line 1831, app/assets/stylesheets/main.scss */
.switch input[type=checkbox]:checked + .check.is-danger {
  background: #f14668;
}

/* line 1835, app/assets/stylesheets/main.scss */
.switch input[type=checkbox]:checked + .check:before {
  transform: translate3d(100%, 0, 0);
}

/* line 1839, app/assets/stylesheets/main.scss */
.switch input[type=checkbox]:checked + .check.is-elastic:before {
  transform: translate3d(50%, 0, 0) scaleX(1.5);
}

/* line 1843, app/assets/stylesheets/main.scss */
.switch input[type=checkbox]:focus, .switch input[type=checkbox]:active {
  outline: none;
}

/* line 1847, app/assets/stylesheets/main.scss */
.switch .control-label {
  padding-left: 0.5em;
}

/* line 1851, app/assets/stylesheets/main.scss */
.switch:hover input[type=checkbox] + .check {
  background: rgba(181, 181, 181, 0.9);
}

/* line 1855, app/assets/stylesheets/main.scss */
.switch:hover input[type=checkbox] + .check.is-white-passive {
  background: rgba(255, 255, 255, 0.9);
}

/* line 1859, app/assets/stylesheets/main.scss */
.switch:hover input[type=checkbox] + .check.is-black-passive {
  background: rgba(10, 10, 10, 0.9);
}

/* line 1863, app/assets/stylesheets/main.scss */
.switch:hover input[type=checkbox] + .check.is-light-passive {
  background: rgba(245, 245, 245, 0.9);
}

/* line 1867, app/assets/stylesheets/main.scss */
.switch:hover input[type=checkbox] + .check.is-dark-passive {
  background: rgba(54, 54, 54, 0.9);
}

/* line 1871, app/assets/stylesheets/main.scss */
.switch:hover input[type=checkbox] + .check.is-primary-passive {
  background: rgba(0, 209, 178, 0.9);
}

/* line 1875, app/assets/stylesheets/main.scss */
.switch:hover input[type=checkbox] + .check.is-link-passive {
  background: rgba(50, 115, 220, 0.9);
}

/* line 1879, app/assets/stylesheets/main.scss */
.switch:hover input[type=checkbox] + .check.is-info-passive {
  background: rgba(50, 152, 220, 0.9);
}

/* line 1883, app/assets/stylesheets/main.scss */
.switch:hover input[type=checkbox] + .check.is-success-passive {
  background: rgba(72, 199, 116, 0.9);
}

/* line 1887, app/assets/stylesheets/main.scss */
.switch:hover input[type=checkbox] + .check.is-warning-passive {
  background: rgba(255, 221, 87, 0.9);
}

/* line 1891, app/assets/stylesheets/main.scss */
.switch:hover input[type=checkbox] + .check.is-danger-passive {
  background: rgba(241, 70, 104, 0.9);
}

/* line 1895, app/assets/stylesheets/main.scss */
.switch:hover input[type=checkbox]:checked + .check {
  background: rgba(0, 209, 178, 0.9);
}

/* line 1899, app/assets/stylesheets/main.scss */
.switch:hover input[type=checkbox]:checked + .check.is-white {
  background: rgba(255, 255, 255, 0.9);
}

/* line 1903, app/assets/stylesheets/main.scss */
.switch:hover input[type=checkbox]:checked + .check.is-black {
  background: rgba(10, 10, 10, 0.9);
}

/* line 1907, app/assets/stylesheets/main.scss */
.switch:hover input[type=checkbox]:checked + .check.is-light {
  background: rgba(245, 245, 245, 0.9);
}

/* line 1911, app/assets/stylesheets/main.scss */
.switch:hover input[type=checkbox]:checked + .check.is-dark {
  background: rgba(54, 54, 54, 0.9);
}

/* line 1915, app/assets/stylesheets/main.scss */
.switch:hover input[type=checkbox]:checked + .check.is-primary {
  background: rgba(0, 209, 178, 0.9);
}

/* line 1919, app/assets/stylesheets/main.scss */
.switch:hover input[type=checkbox]:checked + .check.is-link {
  background: rgba(50, 115, 220, 0.9);
}

/* line 1923, app/assets/stylesheets/main.scss */
.switch:hover input[type=checkbox]:checked + .check.is-info {
  background: rgba(50, 152, 220, 0.9);
}

/* line 1927, app/assets/stylesheets/main.scss */
.switch:hover input[type=checkbox]:checked + .check.is-success {
  background: rgba(72, 199, 116, 0.9);
}

/* line 1931, app/assets/stylesheets/main.scss */
.switch:hover input[type=checkbox]:checked + .check.is-warning {
  background: rgba(255, 221, 87, 0.9);
}

/* line 1935, app/assets/stylesheets/main.scss */
.switch:hover input[type=checkbox]:checked + .check.is-danger {
  background: rgba(241, 70, 104, 0.9);
}

/* line 1939, app/assets/stylesheets/main.scss */
.switch.is-rounded input[type=checkbox] + .check {
  border-radius: 290486px;
}

/* line 1943, app/assets/stylesheets/main.scss */
.switch.is-rounded input[type=checkbox] + .check:before {
  border-radius: 290486px;
}

/* line 1947, app/assets/stylesheets/main.scss */
.switch.is-rounded input.is-elastic[type=checkbox]:before {
  transform: scaleX(1.5);
  border-radius: 290486px;
}

/* line 1952, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox] + .check {
  background: transparent;
  border: 0.1rem solid #b5b5b5;
  padding: 0.1em;
}

/* line 1958, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox] + .check.is-white-passive {
  border: 0.1rem solid rgba(255, 255, 255, 0.9);
}

/* line 1962, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox] + .check.is-white-passive:before {
  background: white;
}

/* line 1966, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox] + .check.is-white-passive:hover {
  border-color: rgba(255, 255, 255, 0.9);
}

/* line 1970, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox] + .check.is-black-passive {
  border: 0.1rem solid rgba(10, 10, 10, 0.9);
}

/* line 1974, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox] + .check.is-black-passive:before {
  background: #0a0a0a;
}

/* line 1978, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox] + .check.is-black-passive:hover {
  border-color: rgba(10, 10, 10, 0.9);
}

/* line 1982, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox] + .check.is-light-passive {
  border: 0.1rem solid rgba(245, 245, 245, 0.9);
}

/* line 1986, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox] + .check.is-light-passive:before {
  background: whitesmoke;
}

/* line 1990, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox] + .check.is-light-passive:hover {
  border-color: rgba(245, 245, 245, 0.9);
}

/* line 1994, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox] + .check.is-dark-passive {
  border: 0.1rem solid rgba(54, 54, 54, 0.9);
}

/* line 1998, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox] + .check.is-dark-passive:before {
  background: #363636;
}

/* line 2002, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox] + .check.is-dark-passive:hover {
  border-color: rgba(54, 54, 54, 0.9);
}

/* line 2006, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox] + .check.is-primary-passive {
  border: 0.1rem solid rgba(0, 209, 178, 0.9);
}

/* line 2010, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox] + .check.is-primary-passive:before {
  background: #00d1b2;
}

/* line 2014, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox] + .check.is-primary-passive:hover {
  border-color: rgba(0, 209, 178, 0.9);
}

/* line 2018, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox] + .check.is-link-passive {
  border: 0.1rem solid rgba(50, 115, 220, 0.9);
}

/* line 2022, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox] + .check.is-link-passive:before {
  background: #3273dc;
}

/* line 2026, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox] + .check.is-link-passive:hover {
  border-color: rgba(50, 115, 220, 0.9);
}

/* line 2030, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox] + .check.is-info-passive {
  border: 0.1rem solid rgba(50, 152, 220, 0.9);
}

/* line 2034, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox] + .check.is-info-passive:before {
  background: #3298dc;
}

/* line 2038, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox] + .check.is-info-passive:hover {
  border-color: rgba(50, 152, 220, 0.9);
}

/* line 2042, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox] + .check.is-success-passive {
  border: 0.1rem solid rgba(72, 199, 116, 0.9);
}

/* line 2046, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox] + .check.is-success-passive:before {
  background: #48c774;
}

/* line 2050, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox] + .check.is-success-passive:hover {
  border-color: rgba(72, 199, 116, 0.9);
}

/* line 2054, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox] + .check.is-warning-passive {
  border: 0.1rem solid rgba(255, 221, 87, 0.9);
}

/* line 2058, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox] + .check.is-warning-passive:before {
  background: #ffdd57;
}

/* line 2062, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox] + .check.is-warning-passive:hover {
  border-color: rgba(255, 221, 87, 0.9);
}

/* line 2066, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox] + .check.is-danger-passive {
  border: 0.1rem solid rgba(241, 70, 104, 0.9);
}

/* line 2070, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox] + .check.is-danger-passive:before {
  background: #f14668;
}

/* line 2074, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox] + .check.is-danger-passive:hover {
  border-color: rgba(241, 70, 104, 0.9);
}

/* line 2078, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox] + .check:before {
  background: #b5b5b5;
}

/* line 2082, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox]:checked + .check {
  border-color: #00d1b2;
}

/* line 2086, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox]:checked + .check.is-white {
  background: transparent;
  border-color: white;
}

/* line 2091, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox]:checked + .check.is-white:before {
  background: white;
}

/* line 2095, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox]:checked + .check.is-black {
  background: transparent;
  border-color: #0a0a0a;
}

/* line 2100, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox]:checked + .check.is-black:before {
  background: #0a0a0a;
}

/* line 2104, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox]:checked + .check.is-light {
  background: transparent;
  border-color: whitesmoke;
}

/* line 2109, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox]:checked + .check.is-light:before {
  background: whitesmoke;
}

/* line 2113, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox]:checked + .check.is-dark {
  background: transparent;
  border-color: #363636;
}

/* line 2118, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox]:checked + .check.is-dark:before {
  background: #363636;
}

/* line 2122, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox]:checked + .check.is-primary {
  background: transparent;
  border-color: #00d1b2;
}

/* line 2127, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox]:checked + .check.is-primary:before {
  background: #00d1b2;
}

/* line 2131, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox]:checked + .check.is-link {
  background: transparent;
  border-color: #3273dc;
}

/* line 2136, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox]:checked + .check.is-link:before {
  background: #3273dc;
}

/* line 2140, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox]:checked + .check.is-info {
  background: transparent;
  border-color: #3298dc;
}

/* line 2145, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox]:checked + .check.is-info:before {
  background: #3298dc;
}

/* line 2149, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox]:checked + .check.is-success {
  background: transparent;
  border-color: #48c774;
}

/* line 2154, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox]:checked + .check.is-success:before {
  background: #48c774;
}

/* line 2158, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox]:checked + .check.is-warning {
  background: transparent;
  border-color: #ffdd57;
}

/* line 2163, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox]:checked + .check.is-warning:before {
  background: #ffdd57;
}

/* line 2167, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox]:checked + .check.is-danger {
  background: transparent;
  border-color: #f14668;
}

/* line 2172, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox]:checked + .check.is-danger:before {
  background: #f14668;
}

/* line 2176, app/assets/stylesheets/main.scss */
.switch.is-outlined input[type=checkbox]:checked + .check:before {
  background: #00d1b2;
}

/* line 2180, app/assets/stylesheets/main.scss */
.switch.is-outlined:hover input[type=checkbox] + .check {
  background: transparent;
  border-color: rgba(181, 181, 181, 0.9);
}

/* line 2185, app/assets/stylesheets/main.scss */
.switch.is-outlined:hover input[type=checkbox]:checked + .check {
  background: transparent;
  border-color: rgba(0, 209, 178, 0.9);
}

/* line 2190, app/assets/stylesheets/main.scss */
.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-white {
  border-color: rgba(255, 255, 255, 0.9);
}

/* line 2194, app/assets/stylesheets/main.scss */
.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-black {
  border-color: rgba(10, 10, 10, 0.9);
}

/* line 2198, app/assets/stylesheets/main.scss */
.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-light {
  border-color: rgba(245, 245, 245, 0.9);
}

/* line 2202, app/assets/stylesheets/main.scss */
.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-dark {
  border-color: rgba(54, 54, 54, 0.9);
}

/* line 2206, app/assets/stylesheets/main.scss */
.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-primary {
  border-color: rgba(0, 209, 178, 0.9);
}

/* line 2210, app/assets/stylesheets/main.scss */
.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-link {
  border-color: rgba(50, 115, 220, 0.9);
}

/* line 2214, app/assets/stylesheets/main.scss */
.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-info {
  border-color: rgba(50, 152, 220, 0.9);
}

/* line 2218, app/assets/stylesheets/main.scss */
.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-success {
  border-color: rgba(72, 199, 116, 0.9);
}

/* line 2222, app/assets/stylesheets/main.scss */
.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-warning {
  border-color: rgba(255, 221, 87, 0.9);
}

/* line 2226, app/assets/stylesheets/main.scss */
.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-danger {
  border-color: rgba(241, 70, 104, 0.9);
}

/* line 2230, app/assets/stylesheets/main.scss */
.switch.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

/* line 2235, app/assets/stylesheets/main.scss */
.switch.is-medium {
  font-size: 1.25rem;
}

/* line 2239, app/assets/stylesheets/main.scss */
.switch.is-large {
  font-size: 1.5rem;
}

/* line 2243, app/assets/stylesheets/main.scss */
.switch[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  color: #7a7a7a;
}

/* line 2249, app/assets/stylesheets/main.scss */
.upload {
  position: relative;
  display: inline-flex;
}

/* line 2254, app/assets/stylesheets/main.scss */
.upload input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  outline: none;
  cursor: pointer;
  z-index: -1;
}

/* line 2266, app/assets/stylesheets/main.scss */
.upload.is-expanded {
  width: 100%;
}

/* line 2270, app/assets/stylesheets/main.scss */
.field.file.has-addons .button.is-static {
  color: #242424;
  background-color: white;
  border-left: 0;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* line 2277, app/assets/stylesheets/main.scss */
  .upload input[type=file] {
    z-index: auto;
  }
}

/* Bulma */
/*! bulma.io v0.9.0 | MIT License | github.com/jgthms/bulma */
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/* line 2293, app/assets/stylesheets/main.scss */
.delete, .modal-close, .b-radio.radio, .b-checkbox.checkbox, .switch, .button, .file, .breadcrumb, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .tabs, .is-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 2304, app/assets/stylesheets/main.scss */
.select:not(.is-multiple):not(.is-loading)::after, .navbar-link:not(.is-arrowless)::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 2321, app/assets/stylesheets/main.scss */
.box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .progress-wrapper.is-not-native:not(:last-child), .table:not(:last-child), .table-container:not(:last-child), .title:not(:last-child),
.subtitle:not(:last-child), .block:not(:last-child), .highlight:not(:last-child), .breadcrumb:not(:last-child), .level:not(:last-child), .message:not(:last-child), .pagination:not(:last-child), .tabs:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 2326, app/assets/stylesheets/main.scss */
.delete, .modal-close {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  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 2349, app/assets/stylesheets/main.scss */
.delete::before, .modal-close::before, .delete::after, .modal-close::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 2360, app/assets/stylesheets/main.scss */
.delete::before, .modal-close::before {
  height: 2px;
  width: 50%;
}

/* line 2365, app/assets/stylesheets/main.scss */
.delete::after, .modal-close::after {
  height: 50%;
  width: 2px;
}

/* line 2370, app/assets/stylesheets/main.scss */
.delete:hover, .modal-close:hover, .delete:focus, .modal-close:focus {
  background-color: rgba(10, 10, 10, 0.3);
}

/* line 2374, app/assets/stylesheets/main.scss */
.delete:active, .modal-close:active {
  background-color: rgba(10, 10, 10, 0.4);
}

/* line 2378, app/assets/stylesheets/main.scss */
.is-small.delete, .is-small.modal-close {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}

/* line 2387, app/assets/stylesheets/main.scss */
.is-medium.delete, .is-medium.modal-close {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}

/* line 2396, app/assets/stylesheets/main.scss */
.is-large.delete, .is-large.modal-close {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

/* line 2405, app/assets/stylesheets/main.scss */
.button.is-loading::after, .loader, .select.is-loading::after, .control.is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

/* line 2418, app/assets/stylesheets/main.scss */
.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, .modal, .modal-background, .is-overlay, .hero-video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 2442, app/assets/stylesheets/main.scss */
.button, .input, .textarea, .select select, .file-cta,
.file-name, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  -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 2466, app/assets/stylesheets/main.scss */
.button:focus, .input:focus, .textarea:focus, .select select:focus, .file-cta:focus,
.file-name:focus, .pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus,
.pagination-ellipsis:focus, .is-focused.button, .is-focused.input, .is-focused.textarea, .select select.is-focused, .is-focused.file-cta,
.is-focused.file-name, .is-focused.pagination-previous,
.is-focused.pagination-next,
.is-focused.pagination-link,
.is-focused.pagination-ellipsis, .button:active, .input:active, .textarea:active, .select select:active, .file-cta:active,
.file-name:active, .pagination-previous:active,
.pagination-next:active,
.pagination-link:active,
.pagination-ellipsis:active, .is-active.button, .is-active.input, .is-active.textarea, .select select.is-active, .is-active.file-cta,
.is-active.file-name, .is-active.pagination-previous,
.is-active.pagination-next,
.is-active.pagination-link,
.is-active.pagination-ellipsis {
  outline: none;
}

/* line 2486, app/assets/stylesheets/main.scss */
.button[disabled], .input[disabled], .textarea[disabled], .select select[disabled], .file-cta[disabled],
.file-name[disabled], .pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled],
.pagination-ellipsis[disabled],
fieldset[disabled] .button,
fieldset[disabled] .input,
fieldset[disabled] .textarea,
fieldset[disabled] .select select,
.select fieldset[disabled] select,
fieldset[disabled] .file-cta,
fieldset[disabled] .file-name,
fieldset[disabled] .pagination-previous,
fieldset[disabled] .pagination-next,
fieldset[disabled] .pagination-link,
fieldset[disabled] .pagination-ellipsis {
  cursor: not-allowed;
}

/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
/* line 2506, app/assets/stylesheets/main.scss */
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 2533, app/assets/stylesheets/main.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

/* line 2543, app/assets/stylesheets/main.scss */
ul {
  list-style: none;
}

/* line 2547, app/assets/stylesheets/main.scss */
button,
input,
select,
textarea {
  margin: 0;
}

/* line 2554, app/assets/stylesheets/main.scss */
html {
  box-sizing: border-box;
}

/* line 2558, app/assets/stylesheets/main.scss */
*, *::before, *::after {
  box-sizing: inherit;
}

/* line 2562, app/assets/stylesheets/main.scss */
img,
video {
  height: auto;
  max-width: 100%;
}

/* line 2568, app/assets/stylesheets/main.scss */
iframe {
  border: 0;
}

/* line 2572, app/assets/stylesheets/main.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 2577, app/assets/stylesheets/main.scss */
td,
th {
  padding: 0;
}

/* line 2582, app/assets/stylesheets/main.scss */
td:not([align]),
th:not([align]) {
  text-align: inherit;
}

/* line 2587, app/assets/stylesheets/main.scss */
html {
  background-color: #f8f8f8;
  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 2599, app/assets/stylesheets/main.scss */
article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

/* line 2609, app/assets/stylesheets/main.scss */
body,
button,
input,
select,
textarea {
  font-family: "Nunito", sans-serif;
}

/* line 2617, app/assets/stylesheets/main.scss */
code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

/* line 2624, app/assets/stylesheets/main.scss */
body {
  color: #4a4a4a;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

/* line 2631, app/assets/stylesheets/main.scss */
a {
  color: #3273dc;
  cursor: pointer;
  text-decoration: none;
}

/* line 2637, app/assets/stylesheets/main.scss */
a strong {
  color: currentColor;
}

/* line 2641, app/assets/stylesheets/main.scss */
a:hover {
  color: #363636;
}

/* line 2645, app/assets/stylesheets/main.scss */
code {
  background-color: whitesmoke;
  color: #f14668;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

/* line 2653, app/assets/stylesheets/main.scss */
hr {
  background-color: whitesmoke;
  border: none;
  display: block;
  height: 1px;
  margin: 1.5rem 0;
}

/* line 2661, app/assets/stylesheets/main.scss */
img {
  height: auto;
  max-width: 100%;
}

/* line 2666, app/assets/stylesheets/main.scss */
input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline;
}

/* line 2671, app/assets/stylesheets/main.scss */
small {
  font-size: 0.875em;
}

/* line 2675, app/assets/stylesheets/main.scss */
span {
  font-style: inherit;
  font-weight: inherit;
}

/* line 2680, app/assets/stylesheets/main.scss */
strong {
  color: #363636;
  font-weight: 700;
}

/* line 2685, app/assets/stylesheets/main.scss */
fieldset {
  border: none;
}

/* line 2689, app/assets/stylesheets/main.scss */
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 2700, app/assets/stylesheets/main.scss */
pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

/* line 2707, app/assets/stylesheets/main.scss */
table td,
table th {
  vertical-align: top;
}

/* line 2712, app/assets/stylesheets/main.scss */
table td:not([align]),
table th:not([align]) {
  text-align: inherit;
}

/* line 2717, app/assets/stylesheets/main.scss */
table th {
  color: #363636;
}

/* line 2721, app/assets/stylesheets/main.scss */
.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 2730, app/assets/stylesheets/main.scss */
a.box:hover, a.box:focus {
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px #3273dc;
}

/* line 2734, app/assets/stylesheets/main.scss */
a.box:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #3273dc;
}

/* line 2738, app/assets/stylesheets/main.scss */
.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 2753, app/assets/stylesheets/main.scss */
.button strong {
  color: inherit;
}

/* line 2757, app/assets/stylesheets/main.scss */
.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}

/* line 2762, app/assets/stylesheets/main.scss */
.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.5em - 1px);
  margin-right: 0.25em;
}

/* line 2767, app/assets/stylesheets/main.scss */
.button .icon:last-child:not(:first-child) {
  margin-left: 0.25em;
  margin-right: calc(-0.5em - 1px);
}

/* line 2772, app/assets/stylesheets/main.scss */
.button .icon:first-child:last-child {
  margin-left: calc(-0.5em - 1px);
  margin-right: calc(-0.5em - 1px);
}

/* line 2777, app/assets/stylesheets/main.scss */
.button:hover, .button.is-hovered {
  border-color: #b5b5b5;
  color: #363636;
}

/* line 2782, app/assets/stylesheets/main.scss */
.button:focus, .button.is-focused {
  border-color: #3273dc;
  color: #363636;
}

/* line 2787, app/assets/stylesheets/main.scss */
.button:focus:not(:active), .button.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

/* line 2791, app/assets/stylesheets/main.scss */
.button:active, .button.is-active {
  border-color: #4a4a4a;
  color: #363636;
}

/* line 2796, app/assets/stylesheets/main.scss */
.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: #4a4a4a;
  text-decoration: underline;
}

/* line 2803, app/assets/stylesheets/main.scss */
.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
  background-color: whitesmoke;
  color: #363636;
}

/* line 2808, app/assets/stylesheets/main.scss */
.button.is-text:active, .button.is-text.is-active {
  background-color: #e8e8e8;
  color: #363636;
}

/* line 2813, app/assets/stylesheets/main.scss */
.button.is-text[disabled],
fieldset[disabled] .button.is-text {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

/* line 2820, app/assets/stylesheets/main.scss */
.button.is-white {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 2826, app/assets/stylesheets/main.scss */
.button.is-white:hover, .button.is-white.is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 2832, app/assets/stylesheets/main.scss */
.button.is-white:focus, .button.is-white.is-focused {
  border-color: transparent;
  color: #0a0a0a;
}

/* line 2837, app/assets/stylesheets/main.scss */
.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 2841, app/assets/stylesheets/main.scss */
.button.is-white:active, .button.is-white.is-active {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 2847, app/assets/stylesheets/main.scss */
.button.is-white[disabled],
fieldset[disabled] .button.is-white {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
}

/* line 2854, app/assets/stylesheets/main.scss */
.button.is-white.is-inverted {
  background-color: #0a0a0a;
  color: white;
}

/* line 2859, app/assets/stylesheets/main.scss */
.button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered {
  background-color: black;
}

/* line 2863, app/assets/stylesheets/main.scss */
.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 2871, app/assets/stylesheets/main.scss */
.button.is-white.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

/* line 2875, app/assets/stylesheets/main.scss */
.button.is-white.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

/* line 2881, app/assets/stylesheets/main.scss */
.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 2887, app/assets/stylesheets/main.scss */
.button.is-white.is-outlined.is-loading::after {
  border-color: transparent transparent white white !important;
}

/* line 2891, app/assets/stylesheets/main.scss */
.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 2895, app/assets/stylesheets/main.scss */
.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 2903, app/assets/stylesheets/main.scss */
.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

/* line 2909, app/assets/stylesheets/main.scss */
.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 2914, app/assets/stylesheets/main.scss */
.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 2918, app/assets/stylesheets/main.scss */
.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 2926, app/assets/stylesheets/main.scss */
.button.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}

/* line 2932, app/assets/stylesheets/main.scss */
.button.is-black:hover, .button.is-black.is-hovered {
  background-color: #040404;
  border-color: transparent;
  color: white;
}

/* line 2938, app/assets/stylesheets/main.scss */
.button.is-black:focus, .button.is-black.is-focused {
  border-color: transparent;
  color: white;
}

/* line 2943, app/assets/stylesheets/main.scss */
.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 2947, app/assets/stylesheets/main.scss */
.button.is-black:active, .button.is-black.is-active {
  background-color: black;
  border-color: transparent;
  color: white;
}

/* line 2953, app/assets/stylesheets/main.scss */
.button.is-black[disabled],
fieldset[disabled] .button.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
}

/* line 2960, app/assets/stylesheets/main.scss */
.button.is-black.is-inverted {
  background-color: white;
  color: #0a0a0a;
}

/* line 2965, app/assets/stylesheets/main.scss */
.button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 2969, app/assets/stylesheets/main.scss */
.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 2977, app/assets/stylesheets/main.scss */
.button.is-black.is-loading::after {
  border-color: transparent transparent white white !important;
}

/* line 2981, app/assets/stylesheets/main.scss */
.button.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

/* line 2987, app/assets/stylesheets/main.scss */
.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 2993, app/assets/stylesheets/main.scss */
.button.is-black.is-outlined.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

/* line 2997, app/assets/stylesheets/main.scss */
.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 3001, app/assets/stylesheets/main.scss */
.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 3009, app/assets/stylesheets/main.scss */
.button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

/* line 3015, app/assets/stylesheets/main.scss */
.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 3020, app/assets/stylesheets/main.scss */
.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 3024, app/assets/stylesheets/main.scss */
.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 3032, app/assets/stylesheets/main.scss */
.button.is-light {
  background-color: whitesmoke;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 3038, app/assets/stylesheets/main.scss */
.button.is-light:hover, .button.is-light.is-hovered {
  background-color: #eeeeee;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 3044, app/assets/stylesheets/main.scss */
.button.is-light:focus, .button.is-light.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 3049, app/assets/stylesheets/main.scss */
.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 3053, app/assets/stylesheets/main.scss */
.button.is-light:active, .button.is-light.is-active {
  background-color: #e8e8e8;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 3059, app/assets/stylesheets/main.scss */
.button.is-light[disabled],
fieldset[disabled] .button.is-light {
  background-color: whitesmoke;
  border-color: transparent;
  box-shadow: none;
}

/* line 3066, app/assets/stylesheets/main.scss */
.button.is-light.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: whitesmoke;
}

/* line 3071, app/assets/stylesheets/main.scss */
.button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 3075, app/assets/stylesheets/main.scss */
.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 3083, app/assets/stylesheets/main.scss */
.button.is-light.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

/* line 3087, app/assets/stylesheets/main.scss */
.button.is-light.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  color: whitesmoke;
}

/* line 3093, app/assets/stylesheets/main.scss */
.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 3099, app/assets/stylesheets/main.scss */
.button.is-light.is-outlined.is-loading::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}

/* line 3103, app/assets/stylesheets/main.scss */
.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 3107, app/assets/stylesheets/main.scss */
.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 3115, app/assets/stylesheets/main.scss */
.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 3121, app/assets/stylesheets/main.scss */
.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 3126, app/assets/stylesheets/main.scss */
.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 3130, app/assets/stylesheets/main.scss */
.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 3138, app/assets/stylesheets/main.scss */
.button.is-dark {
  background-color: #363636;
  border-color: transparent;
  color: #fff;
}

/* line 3144, app/assets/stylesheets/main.scss */
.button.is-dark:hover, .button.is-dark.is-hovered {
  background-color: #2f2f2f;
  border-color: transparent;
  color: #fff;
}

/* line 3150, app/assets/stylesheets/main.scss */
.button.is-dark:focus, .button.is-dark.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 3155, app/assets/stylesheets/main.scss */
.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 3159, app/assets/stylesheets/main.scss */
.button.is-dark:active, .button.is-dark.is-active {
  background-color: #292929;
  border-color: transparent;
  color: #fff;
}

/* line 3165, app/assets/stylesheets/main.scss */
.button.is-dark[disabled],
fieldset[disabled] .button.is-dark {
  background-color: #363636;
  border-color: transparent;
  box-shadow: none;
}

/* line 3172, app/assets/stylesheets/main.scss */
.button.is-dark.is-inverted {
  background-color: #fff;
  color: #363636;
}

/* line 3177, app/assets/stylesheets/main.scss */
.button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 3181, app/assets/stylesheets/main.scss */
.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 3189, app/assets/stylesheets/main.scss */
.button.is-dark.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 3193, app/assets/stylesheets/main.scss */
.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #363636;
  color: #363636;
}

/* line 3199, app/assets/stylesheets/main.scss */
.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 3205, app/assets/stylesheets/main.scss */
.button.is-dark.is-outlined.is-loading::after {
  border-color: transparent transparent #363636 #363636 !important;
}

/* line 3209, app/assets/stylesheets/main.scss */
.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 3213, app/assets/stylesheets/main.scss */
.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 3221, app/assets/stylesheets/main.scss */
.button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 3227, app/assets/stylesheets/main.scss */
.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 3232, app/assets/stylesheets/main.scss */
.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 3236, app/assets/stylesheets/main.scss */
.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 3244, app/assets/stylesheets/main.scss */
.button.is-primary {
  background-color: #00d1b2;
  border-color: transparent;
  color: #fff;
}

/* line 3250, app/assets/stylesheets/main.scss */
.button.is-primary:hover, .button.is-primary.is-hovered {
  background-color: #00c4a7;
  border-color: transparent;
  color: #fff;
}

/* line 3256, app/assets/stylesheets/main.scss */
.button.is-primary:focus, .button.is-primary.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 3261, app/assets/stylesheets/main.scss */
.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 3265, app/assets/stylesheets/main.scss */
.button.is-primary:active, .button.is-primary.is-active {
  background-color: #00b89c;
  border-color: transparent;
  color: #fff;
}

/* line 3271, app/assets/stylesheets/main.scss */
.button.is-primary[disabled],
fieldset[disabled] .button.is-primary {
  background-color: #00d1b2;
  border-color: transparent;
  box-shadow: none;
}

/* line 3278, app/assets/stylesheets/main.scss */
.button.is-primary.is-inverted {
  background-color: #fff;
  color: #00d1b2;
}

/* line 3283, app/assets/stylesheets/main.scss */
.button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 3287, app/assets/stylesheets/main.scss */
.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 3295, app/assets/stylesheets/main.scss */
.button.is-primary.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 3299, app/assets/stylesheets/main.scss */
.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #00d1b2;
  color: #00d1b2;
}

/* line 3305, app/assets/stylesheets/main.scss */
.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 3311, app/assets/stylesheets/main.scss */
.button.is-primary.is-outlined.is-loading::after {
  border-color: transparent transparent #00d1b2 #00d1b2 !important;
}

/* line 3315, app/assets/stylesheets/main.scss */
.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 3319, app/assets/stylesheets/main.scss */
.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 3327, app/assets/stylesheets/main.scss */
.button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 3333, app/assets/stylesheets/main.scss */
.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 3338, app/assets/stylesheets/main.scss */
.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 3342, app/assets/stylesheets/main.scss */
.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 3350, app/assets/stylesheets/main.scss */
.button.is-primary.is-light {
  background-color: #ebfffc;
  color: #00947e;
}

/* line 3355, app/assets/stylesheets/main.scss */
.button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered {
  background-color: #defffa;
  border-color: transparent;
  color: #00947e;
}

/* line 3361, app/assets/stylesheets/main.scss */
.button.is-primary.is-light:active, .button.is-primary.is-light.is-active {
  background-color: #d1fff8;
  border-color: transparent;
  color: #00947e;
}

/* line 3367, app/assets/stylesheets/main.scss */
.button.is-link {
  background-color: #3273dc;
  border-color: transparent;
  color: #fff;
}

/* line 3373, app/assets/stylesheets/main.scss */
.button.is-link:hover, .button.is-link.is-hovered {
  background-color: #276cda;
  border-color: transparent;
  color: #fff;
}

/* line 3379, app/assets/stylesheets/main.scss */
.button.is-link:focus, .button.is-link.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 3384, app/assets/stylesheets/main.scss */
.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

/* line 3388, app/assets/stylesheets/main.scss */
.button.is-link:active, .button.is-link.is-active {
  background-color: #2366d1;
  border-color: transparent;
  color: #fff;
}

/* line 3394, app/assets/stylesheets/main.scss */
.button.is-link[disabled],
fieldset[disabled] .button.is-link {
  background-color: #3273dc;
  border-color: transparent;
  box-shadow: none;
}

/* line 3401, app/assets/stylesheets/main.scss */
.button.is-link.is-inverted {
  background-color: #fff;
  color: #3273dc;
}

/* line 3406, app/assets/stylesheets/main.scss */
.button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 3410, app/assets/stylesheets/main.scss */
.button.is-link.is-inverted[disabled],
fieldset[disabled] .button.is-link.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #3273dc;
}

/* line 3418, app/assets/stylesheets/main.scss */
.button.is-link.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 3422, app/assets/stylesheets/main.scss */
.button.is-link.is-outlined {
  background-color: transparent;
  border-color: #3273dc;
  color: #3273dc;
}

/* line 3428, app/assets/stylesheets/main.scss */
.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: #3273dc;
  border-color: #3273dc;
  color: #fff;
}

/* line 3434, app/assets/stylesheets/main.scss */
.button.is-link.is-outlined.is-loading::after {
  border-color: transparent transparent #3273dc #3273dc !important;
}

/* line 3438, app/assets/stylesheets/main.scss */
.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 3442, app/assets/stylesheets/main.scss */
.button.is-link.is-outlined[disabled],
fieldset[disabled] .button.is-link.is-outlined {
  background-color: transparent;
  border-color: #3273dc;
  box-shadow: none;
  color: #3273dc;
}

/* line 3450, app/assets/stylesheets/main.scss */
.button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 3456, app/assets/stylesheets/main.scss */
.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: #3273dc;
}

/* line 3461, app/assets/stylesheets/main.scss */
.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 #3273dc #3273dc !important;
}

/* line 3465, app/assets/stylesheets/main.scss */
.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 3473, app/assets/stylesheets/main.scss */
.button.is-link.is-light {
  background-color: #eef3fc;
  color: #2160c4;
}

/* line 3478, app/assets/stylesheets/main.scss */
.button.is-link.is-light:hover, .button.is-link.is-light.is-hovered {
  background-color: #e3ecfa;
  border-color: transparent;
  color: #2160c4;
}

/* line 3484, app/assets/stylesheets/main.scss */
.button.is-link.is-light:active, .button.is-link.is-light.is-active {
  background-color: #d8e4f8;
  border-color: transparent;
  color: #2160c4;
}

/* line 3490, app/assets/stylesheets/main.scss */
.button.is-info {
  background-color: #3298dc;
  border-color: transparent;
  color: #fff;
}

/* line 3496, app/assets/stylesheets/main.scss */
.button.is-info:hover, .button.is-info.is-hovered {
  background-color: #2793da;
  border-color: transparent;
  color: #fff;
}

/* line 3502, app/assets/stylesheets/main.scss */
.button.is-info:focus, .button.is-info.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 3507, app/assets/stylesheets/main.scss */
.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25);
}

/* line 3511, app/assets/stylesheets/main.scss */
.button.is-info:active, .button.is-info.is-active {
  background-color: #238cd1;
  border-color: transparent;
  color: #fff;
}

/* line 3517, app/assets/stylesheets/main.scss */
.button.is-info[disabled],
fieldset[disabled] .button.is-info {
  background-color: #3298dc;
  border-color: transparent;
  box-shadow: none;
}

/* line 3524, app/assets/stylesheets/main.scss */
.button.is-info.is-inverted {
  background-color: #fff;
  color: #3298dc;
}

/* line 3529, app/assets/stylesheets/main.scss */
.button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 3533, app/assets/stylesheets/main.scss */
.button.is-info.is-inverted[disabled],
fieldset[disabled] .button.is-info.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #3298dc;
}

/* line 3541, app/assets/stylesheets/main.scss */
.button.is-info.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 3545, app/assets/stylesheets/main.scss */
.button.is-info.is-outlined {
  background-color: transparent;
  border-color: #3298dc;
  color: #3298dc;
}

/* line 3551, app/assets/stylesheets/main.scss */
.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: #3298dc;
  border-color: #3298dc;
  color: #fff;
}

/* line 3557, app/assets/stylesheets/main.scss */
.button.is-info.is-outlined.is-loading::after {
  border-color: transparent transparent #3298dc #3298dc !important;
}

/* line 3561, app/assets/stylesheets/main.scss */
.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 3565, app/assets/stylesheets/main.scss */
.button.is-info.is-outlined[disabled],
fieldset[disabled] .button.is-info.is-outlined {
  background-color: transparent;
  border-color: #3298dc;
  box-shadow: none;
  color: #3298dc;
}

/* line 3573, app/assets/stylesheets/main.scss */
.button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 3579, app/assets/stylesheets/main.scss */
.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: #3298dc;
}

/* line 3584, app/assets/stylesheets/main.scss */
.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 #3298dc #3298dc !important;
}

/* line 3588, app/assets/stylesheets/main.scss */
.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 3596, app/assets/stylesheets/main.scss */
.button.is-info.is-light {
  background-color: #eef6fc;
  color: #1d72aa;
}

/* line 3601, app/assets/stylesheets/main.scss */
.button.is-info.is-light:hover, .button.is-info.is-light.is-hovered {
  background-color: #e3f1fa;
  border-color: transparent;
  color: #1d72aa;
}

/* line 3607, app/assets/stylesheets/main.scss */
.button.is-info.is-light:active, .button.is-info.is-light.is-active {
  background-color: #d8ebf8;
  border-color: transparent;
  color: #1d72aa;
}

/* line 3613, app/assets/stylesheets/main.scss */
.button.is-success {
  background-color: #48c774;
  border-color: transparent;
  color: #fff;
}

/* line 3619, app/assets/stylesheets/main.scss */
.button.is-success:hover, .button.is-success.is-hovered {
  background-color: #3ec46d;
  border-color: transparent;
  color: #fff;
}

/* line 3625, app/assets/stylesheets/main.scss */
.button.is-success:focus, .button.is-success.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 3630, app/assets/stylesheets/main.scss */
.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25);
}

/* line 3634, app/assets/stylesheets/main.scss */
.button.is-success:active, .button.is-success.is-active {
  background-color: #3abb67;
  border-color: transparent;
  color: #fff;
}

/* line 3640, app/assets/stylesheets/main.scss */
.button.is-success[disabled],
fieldset[disabled] .button.is-success {
  background-color: #48c774;
  border-color: transparent;
  box-shadow: none;
}

/* line 3647, app/assets/stylesheets/main.scss */
.button.is-success.is-inverted {
  background-color: #fff;
  color: #48c774;
}

/* line 3652, app/assets/stylesheets/main.scss */
.button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 3656, app/assets/stylesheets/main.scss */
.button.is-success.is-inverted[disabled],
fieldset[disabled] .button.is-success.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #48c774;
}

/* line 3664, app/assets/stylesheets/main.scss */
.button.is-success.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 3668, app/assets/stylesheets/main.scss */
.button.is-success.is-outlined {
  background-color: transparent;
  border-color: #48c774;
  color: #48c774;
}

/* line 3674, app/assets/stylesheets/main.scss */
.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: #48c774;
  border-color: #48c774;
  color: #fff;
}

/* line 3680, app/assets/stylesheets/main.scss */
.button.is-success.is-outlined.is-loading::after {
  border-color: transparent transparent #48c774 #48c774 !important;
}

/* line 3684, app/assets/stylesheets/main.scss */
.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 3688, app/assets/stylesheets/main.scss */
.button.is-success.is-outlined[disabled],
fieldset[disabled] .button.is-success.is-outlined {
  background-color: transparent;
  border-color: #48c774;
  box-shadow: none;
  color: #48c774;
}

/* line 3696, app/assets/stylesheets/main.scss */
.button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 3702, app/assets/stylesheets/main.scss */
.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: #48c774;
}

/* line 3707, app/assets/stylesheets/main.scss */
.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 #48c774 #48c774 !important;
}

/* line 3711, app/assets/stylesheets/main.scss */
.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 3719, app/assets/stylesheets/main.scss */
.button.is-success.is-light {
  background-color: #effaf3;
  color: #257942;
}

/* line 3724, app/assets/stylesheets/main.scss */
.button.is-success.is-light:hover, .button.is-success.is-light.is-hovered {
  background-color: #e6f7ec;
  border-color: transparent;
  color: #257942;
}

/* line 3730, app/assets/stylesheets/main.scss */
.button.is-success.is-light:active, .button.is-success.is-light.is-active {
  background-color: #dcf4e4;
  border-color: transparent;
  color: #257942;
}

/* line 3736, app/assets/stylesheets/main.scss */
.button.is-warning {
  background-color: #ffdd57;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 3742, app/assets/stylesheets/main.scss */
.button.is-warning:hover, .button.is-warning.is-hovered {
  background-color: #ffdb4a;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 3748, app/assets/stylesheets/main.scss */
.button.is-warning:focus, .button.is-warning.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 3753, app/assets/stylesheets/main.scss */
.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}

/* line 3757, app/assets/stylesheets/main.scss */
.button.is-warning:active, .button.is-warning.is-active {
  background-color: #ffd83d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 3763, app/assets/stylesheets/main.scss */
.button.is-warning[disabled],
fieldset[disabled] .button.is-warning {
  background-color: #ffdd57;
  border-color: transparent;
  box-shadow: none;
}

/* line 3770, app/assets/stylesheets/main.scss */
.button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffdd57;
}

/* line 3775, app/assets/stylesheets/main.scss */
.button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 3779, app/assets/stylesheets/main.scss */
.button.is-warning.is-inverted[disabled],
fieldset[disabled] .button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: #ffdd57;
}

/* line 3787, app/assets/stylesheets/main.scss */
.button.is-warning.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

/* line 3791, app/assets/stylesheets/main.scss */
.button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #ffdd57;
  color: #ffdd57;
}

/* line 3797, app/assets/stylesheets/main.scss */
.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: #ffdd57;
  border-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

/* line 3803, app/assets/stylesheets/main.scss */
.button.is-warning.is-outlined.is-loading::after {
  border-color: transparent transparent #ffdd57 #ffdd57 !important;
}

/* line 3807, app/assets/stylesheets/main.scss */
.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 rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

/* line 3811, app/assets/stylesheets/main.scss */
.button.is-warning.is-outlined[disabled],
fieldset[disabled] .button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #ffdd57;
  box-shadow: none;
  color: #ffdd57;
}

/* line 3819, app/assets/stylesheets/main.scss */
.button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

/* line 3825, app/assets/stylesheets/main.scss */
.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: rgba(0, 0, 0, 0.7);
  color: #ffdd57;
}

/* line 3830, app/assets/stylesheets/main.scss */
.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 #ffdd57 #ffdd57 !important;
}

/* line 3834, app/assets/stylesheets/main.scss */
.button.is-warning.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-warning.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 3842, app/assets/stylesheets/main.scss */
.button.is-warning.is-light {
  background-color: #fffbeb;
  color: #947600;
}

/* line 3847, app/assets/stylesheets/main.scss */
.button.is-warning.is-light:hover, .button.is-warning.is-light.is-hovered {
  background-color: #fff8de;
  border-color: transparent;
  color: #947600;
}

/* line 3853, app/assets/stylesheets/main.scss */
.button.is-warning.is-light:active, .button.is-warning.is-light.is-active {
  background-color: #fff6d1;
  border-color: transparent;
  color: #947600;
}

/* line 3859, app/assets/stylesheets/main.scss */
.button.is-danger {
  background-color: #f14668;
  border-color: transparent;
  color: #fff;
}

/* line 3865, app/assets/stylesheets/main.scss */
.button.is-danger:hover, .button.is-danger.is-hovered {
  background-color: #f03a5f;
  border-color: transparent;
  color: #fff;
}

/* line 3871, app/assets/stylesheets/main.scss */
.button.is-danger:focus, .button.is-danger.is-focused {
  border-color: transparent;
  color: #fff;
}

/* line 3876, app/assets/stylesheets/main.scss */
.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 3880, app/assets/stylesheets/main.scss */
.button.is-danger:active, .button.is-danger.is-active {
  background-color: #ef2e55;
  border-color: transparent;
  color: #fff;
}

/* line 3886, app/assets/stylesheets/main.scss */
.button.is-danger[disabled],
fieldset[disabled] .button.is-danger {
  background-color: #f14668;
  border-color: transparent;
  box-shadow: none;
}

/* line 3893, app/assets/stylesheets/main.scss */
.button.is-danger.is-inverted {
  background-color: #fff;
  color: #f14668;
}

/* line 3898, app/assets/stylesheets/main.scss */
.button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

/* line 3902, app/assets/stylesheets/main.scss */
.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 3910, app/assets/stylesheets/main.scss */
.button.is-danger.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

/* line 3914, app/assets/stylesheets/main.scss */
.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #f14668;
  color: #f14668;
}

/* line 3920, app/assets/stylesheets/main.scss */
.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 3926, app/assets/stylesheets/main.scss */
.button.is-danger.is-outlined.is-loading::after {
  border-color: transparent transparent #f14668 #f14668 !important;
}

/* line 3930, app/assets/stylesheets/main.scss */
.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 3934, app/assets/stylesheets/main.scss */
.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 3942, app/assets/stylesheets/main.scss */
.button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

/* line 3948, app/assets/stylesheets/main.scss */
.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 3953, app/assets/stylesheets/main.scss */
.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 3957, app/assets/stylesheets/main.scss */
.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 3965, app/assets/stylesheets/main.scss */
.button.is-danger.is-light {
  background-color: #feecf0;
  color: #cc0f35;
}

/* line 3970, app/assets/stylesheets/main.scss */
.button.is-danger.is-light:hover, .button.is-danger.is-light.is-hovered {
  background-color: #fde0e6;
  border-color: transparent;
  color: #cc0f35;
}

/* line 3976, app/assets/stylesheets/main.scss */
.button.is-danger.is-light:active, .button.is-danger.is-light.is-active {
  background-color: #fcd4dc;
  border-color: transparent;
  color: #cc0f35;
}

/* line 3982, app/assets/stylesheets/main.scss */
.button.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

/* line 3987, app/assets/stylesheets/main.scss */
.button.is-normal {
  font-size: 1rem;
}

/* line 3991, app/assets/stylesheets/main.scss */
.button.is-medium {
  font-size: 1.25rem;
}

/* line 3995, app/assets/stylesheets/main.scss */
.button.is-large {
  font-size: 1.5rem;
}

/* line 3999, app/assets/stylesheets/main.scss */
.button[disabled],
fieldset[disabled] .button {
  background-color: white;
  border-color: #dbdbdb;
  box-shadow: none;
  opacity: 0.5;
}

/* line 4007, app/assets/stylesheets/main.scss */
.button.is-fullwidth {
  display: flex;
  width: 100%;
}

/* line 4012, app/assets/stylesheets/main.scss */
.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}

/* line 4017, app/assets/stylesheets/main.scss */
.button.is-loading::after {
  position: absolute;
  left: calc(50% - (1em / 2));
  top: calc(50% - (1em / 2));
  position: absolute !important;
}

/* line 4024, app/assets/stylesheets/main.scss */
.button.is-static {
  background-color: whitesmoke;
  border-color: #dbdbdb;
  color: #7a7a7a;
  box-shadow: none;
  pointer-events: none;
}

/* line 4032, app/assets/stylesheets/main.scss */
.button.is-rounded {
  border-radius: 290486px;
  padding-left: calc(1em + 0.25em);
  padding-right: calc(1em + 0.25em);
}

/* line 4038, app/assets/stylesheets/main.scss */
.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 4045, app/assets/stylesheets/main.scss */
.buttons .button {
  margin-bottom: 0.5rem;
}

/* line 4049, app/assets/stylesheets/main.scss */
.buttons .button:not(:last-child):not(.is-fullwidth) {
  margin-right: 0.5rem;
}

/* line 4053, app/assets/stylesheets/main.scss */
.buttons:last-child {
  margin-bottom: -0.5rem;
}

/* line 4057, app/assets/stylesheets/main.scss */
.buttons:not(:last-child) {
  margin-bottom: 1rem;
}

/* line 4061, app/assets/stylesheets/main.scss */
.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
  border-radius: 2px;
  font-size: 0.75rem;
}

/* line 4066, app/assets/stylesheets/main.scss */
.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
  font-size: 1.25rem;
}

/* line 4070, app/assets/stylesheets/main.scss */
.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
  font-size: 1.5rem;
}

/* line 4074, app/assets/stylesheets/main.scss */
.buttons.has-addons .button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 4079, app/assets/stylesheets/main.scss */
.buttons.has-addons .button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}

/* line 4085, app/assets/stylesheets/main.scss */
.buttons.has-addons .button:last-child {
  margin-right: 0;
}

/* line 4089, app/assets/stylesheets/main.scss */
.buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
  z-index: 2;
}

/* line 4093, app/assets/stylesheets/main.scss */
.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 4097, app/assets/stylesheets/main.scss */
.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 4101, app/assets/stylesheets/main.scss */
.buttons.has-addons .button.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

/* line 4106, app/assets/stylesheets/main.scss */
.buttons.is-centered {
  justify-content: center;
}

/* line 4110, app/assets/stylesheets/main.scss */
.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

/* line 4115, app/assets/stylesheets/main.scss */
.buttons.is-right {
  justify-content: flex-end;
}

/* line 4119, app/assets/stylesheets/main.scss */
.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

/* line 4124, app/assets/stylesheets/main.scss */
.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}

/* line 4131, app/assets/stylesheets/main.scss */
.container.is-fluid {
  max-width: none;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  /* line 4139, app/assets/stylesheets/main.scss */
  .container {
    max-width: 960px;
  }
}

@media screen and (max-width: 1215px) {
  /* line 4145, app/assets/stylesheets/main.scss */
  .container.is-widescreen {
    max-width: 1152px;
  }
}

@media screen and (max-width: 1407px) {
  /* line 4151, app/assets/stylesheets/main.scss */
  .container.is-fullhd {
    max-width: 1344px;
  }
}

@media screen and (min-width: 1216px) {
  /* line 4157, app/assets/stylesheets/main.scss */
  .container {
    max-width: 1152px;
  }
}

@media screen and (min-width: 1408px) {
  /* line 4163, app/assets/stylesheets/main.scss */
  .container {
    max-width: 1344px;
  }
}

/* line 4168, app/assets/stylesheets/main.scss */
.content li + li {
  margin-top: 0.25em;
}

/* line 4172, app/assets/stylesheets/main.scss */
.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 4182, app/assets/stylesheets/main.scss */
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #363636;
  font-weight: 600;
  line-height: 1.125;
}

/* line 4193, app/assets/stylesheets/main.scss */
.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}

/* line 4198, app/assets/stylesheets/main.scss */
.content h1:not(:first-child) {
  margin-top: 1em;
}

/* line 4202, app/assets/stylesheets/main.scss */
.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}

/* line 4207, app/assets/stylesheets/main.scss */
.content h2:not(:first-child) {
  margin-top: 1.1428em;
}

/* line 4211, app/assets/stylesheets/main.scss */
.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}

/* line 4216, app/assets/stylesheets/main.scss */
.content h3:not(:first-child) {
  margin-top: 1.3333em;
}

/* line 4220, app/assets/stylesheets/main.scss */
.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}

/* line 4225, app/assets/stylesheets/main.scss */
.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}

/* line 4230, app/assets/stylesheets/main.scss */
.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}

/* line 4235, app/assets/stylesheets/main.scss */
.content blockquote {
  background-color: whitesmoke;
  border-left: 5px solid #dbdbdb;
  padding: 1.25em 1.5em;
}

/* line 4241, app/assets/stylesheets/main.scss */
.content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em;
}

/* line 4247, app/assets/stylesheets/main.scss */
.content ol:not([type]) {
  list-style-type: decimal;
}

/* line 4251, app/assets/stylesheets/main.scss */
.content ol.is-lower-alpha:not([type]) {
  list-style-type: lower-alpha;
}

/* line 4255, app/assets/stylesheets/main.scss */
.content ol.is-lower-roman:not([type]) {
  list-style-type: lower-roman;
}

/* line 4259, app/assets/stylesheets/main.scss */
.content ol.is-upper-alpha:not([type]) {
  list-style-type: upper-alpha;
}

/* line 4263, app/assets/stylesheets/main.scss */
.content ol.is-upper-roman:not([type]) {
  list-style-type: upper-roman;
}

/* line 4267, app/assets/stylesheets/main.scss */
.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}

/* line 4273, app/assets/stylesheets/main.scss */
.content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}

/* line 4278, app/assets/stylesheets/main.scss */
.content ul ul ul {
  list-style-type: square;
}

/* line 4282, app/assets/stylesheets/main.scss */
.content dd {
  margin-left: 2em;
}

/* line 4286, app/assets/stylesheets/main.scss */
.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}

/* line 4292, app/assets/stylesheets/main.scss */
.content figure:not(:first-child) {
  margin-top: 2em;
}

/* line 4296, app/assets/stylesheets/main.scss */
.content figure:not(:last-child) {
  margin-bottom: 2em;
}

/* line 4300, app/assets/stylesheets/main.scss */
.content figure img {
  display: inline-block;
}

/* line 4304, app/assets/stylesheets/main.scss */
.content figure figcaption {
  font-style: italic;
}

/* line 4308, app/assets/stylesheets/main.scss */
.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal;
}

/* line 4316, app/assets/stylesheets/main.scss */
.content sup,
.content sub {
  font-size: 75%;
}

/* line 4321, app/assets/stylesheets/main.scss */
.content table {
  width: 100%;
}

/* line 4325, app/assets/stylesheets/main.scss */
.content table td,
.content table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

/* line 4333, app/assets/stylesheets/main.scss */
.content table th {
  color: #363636;
}

/* line 4337, app/assets/stylesheets/main.scss */
.content table th:not([align]) {
  text-align: inherit;
}

/* line 4341, app/assets/stylesheets/main.scss */
.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: #363636;
}

/* line 4347, app/assets/stylesheets/main.scss */
.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}

/* line 4353, app/assets/stylesheets/main.scss */
.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
  border-bottom-width: 0;
}

/* line 4358, app/assets/stylesheets/main.scss */
.content .tabs li + li {
  margin-top: 0;
}

/* line 4362, app/assets/stylesheets/main.scss */
.content.is-small {
  font-size: 0.75rem;
}

/* line 4366, app/assets/stylesheets/main.scss */
.content.is-medium {
  font-size: 1.25rem;
}

/* line 4370, app/assets/stylesheets/main.scss */
.content.is-large {
  font-size: 1.5rem;
}

/* line 4374, app/assets/stylesheets/main.scss */
.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}

/* line 4382, app/assets/stylesheets/main.scss */
.icon.is-small {
  height: 1rem;
  width: 1rem;
}

/* line 4387, app/assets/stylesheets/main.scss */
.icon.is-medium {
  height: 2rem;
  width: 2rem;
}

/* line 4392, app/assets/stylesheets/main.scss */
.icon.is-large {
  height: 3rem;
  width: 3rem;
}

/* line 4397, app/assets/stylesheets/main.scss */
.image {
  display: block;
  position: relative;
}

/* line 4402, app/assets/stylesheets/main.scss */
.image img {
  display: block;
  height: auto;
  width: 100%;
}

/* line 4408, app/assets/stylesheets/main.scss */
.image img.is-rounded {
  border-radius: 290486px;
}

/* line 4412, app/assets/stylesheets/main.scss */
.image.is-fullwidth {
  width: 100%;
}

/* line 4416, app/assets/stylesheets/main.scss */
.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 4437, app/assets/stylesheets/main.scss */
.image.is-square, .image.is-1by1 {
  padding-top: 100%;
}

/* line 4441, app/assets/stylesheets/main.scss */
.image.is-5by4 {
  padding-top: 80%;
}

/* line 4445, app/assets/stylesheets/main.scss */
.image.is-4by3 {
  padding-top: 75%;
}

/* line 4449, app/assets/stylesheets/main.scss */
.image.is-3by2 {
  padding-top: 66.6666%;
}

/* line 4453, app/assets/stylesheets/main.scss */
.image.is-5by3 {
  padding-top: 60%;
}

/* line 4457, app/assets/stylesheets/main.scss */
.image.is-16by9 {
  padding-top: 56.25%;
}

/* line 4461, app/assets/stylesheets/main.scss */
.image.is-2by1 {
  padding-top: 50%;
}

/* line 4465, app/assets/stylesheets/main.scss */
.image.is-3by1 {
  padding-top: 33.3333%;
}

/* line 4469, app/assets/stylesheets/main.scss */
.image.is-4by5 {
  padding-top: 125%;
}

/* line 4473, app/assets/stylesheets/main.scss */
.image.is-3by4 {
  padding-top: 133.3333%;
}

/* line 4477, app/assets/stylesheets/main.scss */
.image.is-2by3 {
  padding-top: 150%;
}

/* line 4481, app/assets/stylesheets/main.scss */
.image.is-3by5 {
  padding-top: 166.6666%;
}

/* line 4485, app/assets/stylesheets/main.scss */
.image.is-9by16 {
  padding-top: 177.7777%;
}

/* line 4489, app/assets/stylesheets/main.scss */
.image.is-1by2 {
  padding-top: 200%;
}

/* line 4493, app/assets/stylesheets/main.scss */
.image.is-1by3 {
  padding-top: 300%;
}

/* line 4497, app/assets/stylesheets/main.scss */
.image.is-16x16 {
  height: 16px;
  width: 16px;
}

/* line 4502, app/assets/stylesheets/main.scss */
.image.is-24x24 {
  height: 24px;
  width: 24px;
}

/* line 4507, app/assets/stylesheets/main.scss */
.image.is-32x32 {
  height: 32px;
  width: 32px;
}

/* line 4512, app/assets/stylesheets/main.scss */
.image.is-48x48 {
  height: 48px;
  width: 48px;
}

/* line 4517, app/assets/stylesheets/main.scss */
.image.is-64x64 {
  height: 64px;
  width: 64px;
}

/* line 4522, app/assets/stylesheets/main.scss */
.image.is-96x96 {
  height: 96px;
  width: 96px;
}

/* line 4527, app/assets/stylesheets/main.scss */
.image.is-128x128 {
  height: 128px;
  width: 128px;
}

/* line 4532, app/assets/stylesheets/main.scss */
.notification {
  background-color: whitesmoke;
  border-radius: 4px;
  position: relative;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
}

/* line 4539, app/assets/stylesheets/main.scss */
.notification a:not(.button):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}

/* line 4544, app/assets/stylesheets/main.scss */
.notification strong {
  color: currentColor;
}

/* line 4548, app/assets/stylesheets/main.scss */
.notification code,
.notification pre {
  background: white;
}

/* line 4553, app/assets/stylesheets/main.scss */
.notification pre code {
  background: transparent;
}

/* line 4557, app/assets/stylesheets/main.scss */
.notification > .delete {
  right: 0.5rem;
  position: absolute;
  top: 0.5rem;
}

/* line 4563, app/assets/stylesheets/main.scss */
.notification .title,
.notification .subtitle,
.notification .content {
  color: currentColor;
}

/* line 4569, app/assets/stylesheets/main.scss */
.notification.is-white {
  background-color: white;
  color: #0a0a0a;
}

/* line 4574, app/assets/stylesheets/main.scss */
.notification.is-black {
  background-color: #0a0a0a;
  color: white;
}

/* line 4579, app/assets/stylesheets/main.scss */
.notification.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

/* line 4584, app/assets/stylesheets/main.scss */
.notification.is-dark {
  background-color: #363636;
  color: #fff;
}

/* line 4589, app/assets/stylesheets/main.scss */
.notification.is-primary {
  background-color: #00d1b2;
  color: #fff;
}

/* line 4594, app/assets/stylesheets/main.scss */
.notification.is-primary.is-light {
  background-color: #ebfffc;
  color: #00947e;
}

/* line 4599, app/assets/stylesheets/main.scss */
.notification.is-link {
  background-color: #3273dc;
  color: #fff;
}

/* line 4604, app/assets/stylesheets/main.scss */
.notification.is-link.is-light {
  background-color: #eef3fc;
  color: #2160c4;
}

/* line 4609, app/assets/stylesheets/main.scss */
.notification.is-info {
  background-color: #3298dc;
  color: #fff;
}

/* line 4614, app/assets/stylesheets/main.scss */
.notification.is-info.is-light {
  background-color: #eef6fc;
  color: #1d72aa;
}

/* line 4619, app/assets/stylesheets/main.scss */
.notification.is-success {
  background-color: #48c774;
  color: #fff;
}

/* line 4624, app/assets/stylesheets/main.scss */
.notification.is-success.is-light {
  background-color: #effaf3;
  color: #257942;
}

/* line 4629, app/assets/stylesheets/main.scss */
.notification.is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

/* line 4634, app/assets/stylesheets/main.scss */
.notification.is-warning.is-light {
  background-color: #fffbeb;
  color: #947600;
}

/* line 4639, app/assets/stylesheets/main.scss */
.notification.is-danger {
  background-color: #f14668;
  color: #fff;
}

/* line 4644, app/assets/stylesheets/main.scss */
.notification.is-danger.is-light {
  background-color: #feecf0;
  color: #cc0f35;
}

/* line 4649, app/assets/stylesheets/main.scss */
.progress, .progress-wrapper.is-not-native {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 290486px;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* line 4661, app/assets/stylesheets/main.scss */
.progress::-webkit-progress-bar, .progress-wrapper.is-not-native::-webkit-progress-bar {
  background-color: #dbdbdb;
}

/* line 4665, app/assets/stylesheets/main.scss */
.progress::-webkit-progress-value, .progress-wrapper.is-not-native::-webkit-progress-value {
  background-color: #4a4a4a;
}

/* line 4669, app/assets/stylesheets/main.scss */
.progress::-moz-progress-bar, .progress-wrapper.is-not-native::-moz-progress-bar {
  background-color: #4a4a4a;
}

/* line 4673, app/assets/stylesheets/main.scss */
.progress::-ms-fill, .progress-wrapper.is-not-native::-ms-fill {
  background-color: #4a4a4a;
  border: none;
}

/* line 4678, app/assets/stylesheets/main.scss */
.progress.is-white::-webkit-progress-value, .is-white.progress-wrapper.is-not-native::-webkit-progress-value {
  background-color: white;
}

/* line 4682, app/assets/stylesheets/main.scss */
.progress.is-white::-moz-progress-bar, .is-white.progress-wrapper.is-not-native::-moz-progress-bar {
  background-color: white;
}

/* line 4686, app/assets/stylesheets/main.scss */
.progress.is-white::-ms-fill, .is-white.progress-wrapper.is-not-native::-ms-fill {
  background-color: white;
}

/* line 4690, app/assets/stylesheets/main.scss */
.progress.is-white:indeterminate, .is-white.progress-wrapper.is-not-native:indeterminate {
  background-image: linear-gradient(to right, white 30%, #dbdbdb 30%);
}

/* line 4694, app/assets/stylesheets/main.scss */
.progress.is-black::-webkit-progress-value, .is-black.progress-wrapper.is-not-native::-webkit-progress-value {
  background-color: #0a0a0a;
}

/* line 4698, app/assets/stylesheets/main.scss */
.progress.is-black::-moz-progress-bar, .is-black.progress-wrapper.is-not-native::-moz-progress-bar {
  background-color: #0a0a0a;
}

/* line 4702, app/assets/stylesheets/main.scss */
.progress.is-black::-ms-fill, .is-black.progress-wrapper.is-not-native::-ms-fill {
  background-color: #0a0a0a;
}

/* line 4706, app/assets/stylesheets/main.scss */
.progress.is-black:indeterminate, .is-black.progress-wrapper.is-not-native:indeterminate {
  background-image: linear-gradient(to right, #0a0a0a 30%, #dbdbdb 30%);
}

/* line 4710, app/assets/stylesheets/main.scss */
.progress.is-light::-webkit-progress-value, .is-light.progress-wrapper.is-not-native::-webkit-progress-value {
  background-color: whitesmoke;
}

/* line 4714, app/assets/stylesheets/main.scss */
.progress.is-light::-moz-progress-bar, .is-light.progress-wrapper.is-not-native::-moz-progress-bar {
  background-color: whitesmoke;
}

/* line 4718, app/assets/stylesheets/main.scss */
.progress.is-light::-ms-fill, .is-light.progress-wrapper.is-not-native::-ms-fill {
  background-color: whitesmoke;
}

/* line 4722, app/assets/stylesheets/main.scss */
.progress.is-light:indeterminate, .is-light.progress-wrapper.is-not-native:indeterminate {
  background-image: linear-gradient(to right, whitesmoke 30%, #dbdbdb 30%);
}

/* line 4726, app/assets/stylesheets/main.scss */
.progress.is-dark::-webkit-progress-value, .is-dark.progress-wrapper.is-not-native::-webkit-progress-value {
  background-color: #363636;
}

/* line 4730, app/assets/stylesheets/main.scss */
.progress.is-dark::-moz-progress-bar, .is-dark.progress-wrapper.is-not-native::-moz-progress-bar {
  background-color: #363636;
}

/* line 4734, app/assets/stylesheets/main.scss */
.progress.is-dark::-ms-fill, .is-dark.progress-wrapper.is-not-native::-ms-fill {
  background-color: #363636;
}

/* line 4738, app/assets/stylesheets/main.scss */
.progress.is-dark:indeterminate, .is-dark.progress-wrapper.is-not-native:indeterminate {
  background-image: linear-gradient(to right, #363636 30%, #dbdbdb 30%);
}

/* line 4742, app/assets/stylesheets/main.scss */
.progress.is-primary::-webkit-progress-value, .is-primary.progress-wrapper.is-not-native::-webkit-progress-value {
  background-color: #00d1b2;
}

/* line 4746, app/assets/stylesheets/main.scss */
.progress.is-primary::-moz-progress-bar, .is-primary.progress-wrapper.is-not-native::-moz-progress-bar {
  background-color: #00d1b2;
}

/* line 4750, app/assets/stylesheets/main.scss */
.progress.is-primary::-ms-fill, .is-primary.progress-wrapper.is-not-native::-ms-fill {
  background-color: #00d1b2;
}

/* line 4754, app/assets/stylesheets/main.scss */
.progress.is-primary:indeterminate, .is-primary.progress-wrapper.is-not-native:indeterminate {
  background-image: linear-gradient(to right, #00d1b2 30%, #dbdbdb 30%);
}

/* line 4758, app/assets/stylesheets/main.scss */
.progress.is-link::-webkit-progress-value, .is-link.progress-wrapper.is-not-native::-webkit-progress-value {
  background-color: #3273dc;
}

/* line 4762, app/assets/stylesheets/main.scss */
.progress.is-link::-moz-progress-bar, .is-link.progress-wrapper.is-not-native::-moz-progress-bar {
  background-color: #3273dc;
}

/* line 4766, app/assets/stylesheets/main.scss */
.progress.is-link::-ms-fill, .is-link.progress-wrapper.is-not-native::-ms-fill {
  background-color: #3273dc;
}

/* line 4770, app/assets/stylesheets/main.scss */
.progress.is-link:indeterminate, .is-link.progress-wrapper.is-not-native:indeterminate {
  background-image: linear-gradient(to right, #3273dc 30%, #dbdbdb 30%);
}

/* line 4774, app/assets/stylesheets/main.scss */
.progress.is-info::-webkit-progress-value, .is-info.progress-wrapper.is-not-native::-webkit-progress-value {
  background-color: #3298dc;
}

/* line 4778, app/assets/stylesheets/main.scss */
.progress.is-info::-moz-progress-bar, .is-info.progress-wrapper.is-not-native::-moz-progress-bar {
  background-color: #3298dc;
}

/* line 4782, app/assets/stylesheets/main.scss */
.progress.is-info::-ms-fill, .is-info.progress-wrapper.is-not-native::-ms-fill {
  background-color: #3298dc;
}

/* line 4786, app/assets/stylesheets/main.scss */
.progress.is-info:indeterminate, .is-info.progress-wrapper.is-not-native:indeterminate {
  background-image: linear-gradient(to right, #3298dc 30%, #dbdbdb 30%);
}

/* line 4790, app/assets/stylesheets/main.scss */
.progress.is-success::-webkit-progress-value, .is-success.progress-wrapper.is-not-native::-webkit-progress-value {
  background-color: #48c774;
}

/* line 4794, app/assets/stylesheets/main.scss */
.progress.is-success::-moz-progress-bar, .is-success.progress-wrapper.is-not-native::-moz-progress-bar {
  background-color: #48c774;
}

/* line 4798, app/assets/stylesheets/main.scss */
.progress.is-success::-ms-fill, .is-success.progress-wrapper.is-not-native::-ms-fill {
  background-color: #48c774;
}

/* line 4802, app/assets/stylesheets/main.scss */
.progress.is-success:indeterminate, .is-success.progress-wrapper.is-not-native:indeterminate {
  background-image: linear-gradient(to right, #48c774 30%, #dbdbdb 30%);
}

/* line 4806, app/assets/stylesheets/main.scss */
.progress.is-warning::-webkit-progress-value, .is-warning.progress-wrapper.is-not-native::-webkit-progress-value {
  background-color: #ffdd57;
}

/* line 4810, app/assets/stylesheets/main.scss */
.progress.is-warning::-moz-progress-bar, .is-warning.progress-wrapper.is-not-native::-moz-progress-bar {
  background-color: #ffdd57;
}

/* line 4814, app/assets/stylesheets/main.scss */
.progress.is-warning::-ms-fill, .is-warning.progress-wrapper.is-not-native::-ms-fill {
  background-color: #ffdd57;
}

/* line 4818, app/assets/stylesheets/main.scss */
.progress.is-warning:indeterminate, .is-warning.progress-wrapper.is-not-native:indeterminate {
  background-image: linear-gradient(to right, #ffdd57 30%, #dbdbdb 30%);
}

/* line 4822, app/assets/stylesheets/main.scss */
.progress.is-danger::-webkit-progress-value, .is-danger.progress-wrapper.is-not-native::-webkit-progress-value {
  background-color: #f14668;
}

/* line 4826, app/assets/stylesheets/main.scss */
.progress.is-danger::-moz-progress-bar, .is-danger.progress-wrapper.is-not-native::-moz-progress-bar {
  background-color: #f14668;
}

/* line 4830, app/assets/stylesheets/main.scss */
.progress.is-danger::-ms-fill, .is-danger.progress-wrapper.is-not-native::-ms-fill {
  background-color: #f14668;
}

/* line 4834, app/assets/stylesheets/main.scss */
.progress.is-danger:indeterminate, .is-danger.progress-wrapper.is-not-native:indeterminate {
  background-image: linear-gradient(to right, #f14668 30%, #dbdbdb 30%);
}

/* line 4838, app/assets/stylesheets/main.scss */
.progress:indeterminate, .progress-wrapper.is-not-native:indeterminate {
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: moveIndeterminate;
  animation-timing-function: linear;
  background-color: #dbdbdb;
  background-image: linear-gradient(to right, #4a4a4a 30%, #dbdbdb 30%);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 150% 150%;
}

/* line 4850, app/assets/stylesheets/main.scss */
.progress:indeterminate::-webkit-progress-bar, .progress-wrapper.is-not-native:indeterminate::-webkit-progress-bar {
  background-color: transparent;
}

/* line 4854, app/assets/stylesheets/main.scss */
.progress:indeterminate::-moz-progress-bar, .progress-wrapper.is-not-native:indeterminate::-moz-progress-bar {
  background-color: transparent;
}

/* line 4858, app/assets/stylesheets/main.scss */
.progress.is-small, .is-small.progress-wrapper.is-not-native {
  height: 0.75rem;
}

/* line 4862, app/assets/stylesheets/main.scss */
.progress.is-medium, .is-medium.progress-wrapper.is-not-native {
  height: 1.25rem;
}

/* line 4866, app/assets/stylesheets/main.scss */
.progress.is-large, .is-large.progress-wrapper.is-not-native {
  height: 1.5rem;
}

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

/* line 4879, app/assets/stylesheets/main.scss */
.table {
  background-color: white;
  color: #363636;
}

/* line 4884, app/assets/stylesheets/main.scss */
.table td,
.table th {
  border: 1px solid #fafafa;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

/* line 4892, app/assets/stylesheets/main.scss */
.table td.is-white,
.table th.is-white {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}

/* line 4899, app/assets/stylesheets/main.scss */
.table td.is-black,
.table th.is-black {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

/* line 4906, app/assets/stylesheets/main.scss */
.table td.is-light,
.table th.is-light {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

/* line 4913, app/assets/stylesheets/main.scss */
.table td.is-dark,
.table th.is-dark {
  background-color: #363636;
  border-color: #363636;
  color: #fff;
}

/* line 4920, app/assets/stylesheets/main.scss */
.table td.is-primary,
.table th.is-primary {
  background-color: #00d1b2;
  border-color: #00d1b2;
  color: #fff;
}

/* line 4927, app/assets/stylesheets/main.scss */
.table td.is-link,
.table th.is-link {
  background-color: #3273dc;
  border-color: #3273dc;
  color: #fff;
}

/* line 4934, app/assets/stylesheets/main.scss */
.table td.is-info,
.table th.is-info {
  background-color: #3298dc;
  border-color: #3298dc;
  color: #fff;
}

/* line 4941, app/assets/stylesheets/main.scss */
.table td.is-success,
.table th.is-success {
  background-color: #48c774;
  border-color: #48c774;
  color: #fff;
}

/* line 4948, app/assets/stylesheets/main.scss */
.table td.is-warning,
.table th.is-warning {
  background-color: #ffdd57;
  border-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

/* line 4955, app/assets/stylesheets/main.scss */
.table td.is-danger,
.table th.is-danger {
  background-color: #f14668;
  border-color: #f14668;
  color: #fff;
}

/* line 4962, app/assets/stylesheets/main.scss */
.table td.is-narrow,
.table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}

/* line 4968, app/assets/stylesheets/main.scss */
.table td.is-selected,
.table th.is-selected {
  background-color: #00d1b2;
  color: #fff;
}

/* line 4974, app/assets/stylesheets/main.scss */
.table td.is-selected a,
.table td.is-selected strong,
.table th.is-selected a,
.table th.is-selected strong {
  color: currentColor;
}

/* line 4981, app/assets/stylesheets/main.scss */
.table td.is-vcentered,
.table th.is-vcentered {
  vertical-align: middle;
}

/* line 4986, app/assets/stylesheets/main.scss */
.table th {
  color: #363636;
}

/* line 4990, app/assets/stylesheets/main.scss */
.table th:not([align]) {
  text-align: inherit;
}

/* line 4994, app/assets/stylesheets/main.scss */
.table tr.is-selected {
  background-color: #00d1b2;
  color: #fff;
}

/* line 4999, app/assets/stylesheets/main.scss */
.table tr.is-selected a,
.table tr.is-selected strong {
  color: currentColor;
}

/* line 5004, app/assets/stylesheets/main.scss */
.table tr.is-selected td,
.table tr.is-selected th {
  border-color: #fff;
  color: currentColor;
}

/* line 5010, app/assets/stylesheets/main.scss */
.table thead {
  background-color: transparent;
}

/* line 5014, app/assets/stylesheets/main.scss */
.table thead td,
.table thead th {
  border-width: 0 0 2px;
  color: #363636;
}

/* line 5020, app/assets/stylesheets/main.scss */
.table tfoot {
  background-color: transparent;
}

/* line 5024, app/assets/stylesheets/main.scss */
.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}

/* line 5030, app/assets/stylesheets/main.scss */
.table tbody {
  background-color: transparent;
}

/* line 5034, app/assets/stylesheets/main.scss */
.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 0;
}

/* line 5039, app/assets/stylesheets/main.scss */
.table.is-bordered td,
.table.is-bordered th {
  border-width: 1px;
}

/* line 5044, app/assets/stylesheets/main.scss */
.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
  border-bottom-width: 1px;
}

/* line 5049, app/assets/stylesheets/main.scss */
.table.is-fullwidth {
  width: 100%;
}

/* line 5053, app/assets/stylesheets/main.scss */
.table.is-hoverable tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}

/* line 5057, app/assets/stylesheets/main.scss */
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}

/* line 5061, app/assets/stylesheets/main.scss */
.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
  background-color: whitesmoke;
}

/* line 5065, app/assets/stylesheets/main.scss */
.table.is-narrow td,
.table.is-narrow th {
  padding: 0.25em 0.5em;
}

/* line 5070, app/assets/stylesheets/main.scss */
.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: #fafafa;
}

/* line 5074, app/assets/stylesheets/main.scss */
.table-container {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow-y: hidden;
  max-width: 100%;
}

/* line 5081, app/assets/stylesheets/main.scss */
.tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 5088, app/assets/stylesheets/main.scss */
.tags .tag {
  margin-bottom: 0.5rem;
}

/* line 5092, app/assets/stylesheets/main.scss */
.tags .tag:not(:last-child) {
  margin-right: 0.5rem;
}

/* line 5096, app/assets/stylesheets/main.scss */
.tags:last-child {
  margin-bottom: -0.5rem;
}

/* line 5100, app/assets/stylesheets/main.scss */
.tags:not(:last-child) {
  margin-bottom: 1rem;
}

/* line 5104, app/assets/stylesheets/main.scss */
.tags.are-medium .tag:not(.is-normal):not(.is-large) {
  font-size: 1rem;
}

/* line 5108, app/assets/stylesheets/main.scss */
.tags.are-large .tag:not(.is-normal):not(.is-medium) {
  font-size: 1.25rem;
}

/* line 5112, app/assets/stylesheets/main.scss */
.tags.is-centered {
  justify-content: center;
}

/* line 5116, app/assets/stylesheets/main.scss */
.tags.is-centered .tag {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

/* line 5121, app/assets/stylesheets/main.scss */
.tags.is-right {
  justify-content: flex-end;
}

/* line 5125, app/assets/stylesheets/main.scss */
.tags.is-right .tag:not(:first-child) {
  margin-left: 0.5rem;
}

/* line 5129, app/assets/stylesheets/main.scss */
.tags.is-right .tag:not(:last-child) {
  margin-right: 0;
}

/* line 5133, app/assets/stylesheets/main.scss */
.tags.has-addons .tag {
  margin-right: 0;
}

/* line 5137, app/assets/stylesheets/main.scss */
.tags.has-addons .tag:not(:first-child) {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 5143, app/assets/stylesheets/main.scss */
.tags.has-addons .tag:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 5148, app/assets/stylesheets/main.scss */
.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 5163, app/assets/stylesheets/main.scss */
.tag:not(body) .delete {
  margin-left: 0.25rem;
  margin-right: -0.375rem;
}

/* line 5168, app/assets/stylesheets/main.scss */
.tag.is-white:not(body) {
  background-color: white;
  color: #0a0a0a;
}

/* line 5173, app/assets/stylesheets/main.scss */
.tag.is-black:not(body) {
  background-color: #0a0a0a;
  color: white;
}

/* line 5178, app/assets/stylesheets/main.scss */
.tag.is-light:not(body) {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

/* line 5183, app/assets/stylesheets/main.scss */
.tag.is-dark:not(body) {
  background-color: #363636;
  color: #fff;
}

/* line 5188, app/assets/stylesheets/main.scss */
.tag.is-primary:not(body) {
  background-color: #00d1b2;
  color: #fff;
}

/* line 5193, app/assets/stylesheets/main.scss */
.tag.is-primary.is-light:not(body) {
  background-color: #ebfffc;
  color: #00947e;
}

/* line 5198, app/assets/stylesheets/main.scss */
.tag.is-link:not(body) {
  background-color: #3273dc;
  color: #fff;
}

/* line 5203, app/assets/stylesheets/main.scss */
.tag.is-link.is-light:not(body) {
  background-color: #eef3fc;
  color: #2160c4;
}

/* line 5208, app/assets/stylesheets/main.scss */
.tag.is-info:not(body) {
  background-color: #3298dc;
  color: #fff;
}

/* line 5213, app/assets/stylesheets/main.scss */
.tag.is-info.is-light:not(body) {
  background-color: #eef6fc;
  color: #1d72aa;
}

/* line 5218, app/assets/stylesheets/main.scss */
.tag.is-success:not(body) {
  background-color: #48c774;
  color: #fff;
}

/* line 5223, app/assets/stylesheets/main.scss */
.tag.is-success.is-light:not(body) {
  background-color: #effaf3;
  color: #257942;
}

/* line 5228, app/assets/stylesheets/main.scss */
.tag.is-warning:not(body) {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

/* line 5233, app/assets/stylesheets/main.scss */
.tag.is-warning.is-light:not(body) {
  background-color: #fffbeb;
  color: #947600;
}

/* line 5238, app/assets/stylesheets/main.scss */
.tag.is-danger:not(body) {
  background-color: #f14668;
  color: #fff;
}

/* line 5243, app/assets/stylesheets/main.scss */
.tag.is-danger.is-light:not(body) {
  background-color: #feecf0;
  color: #cc0f35;
}

/* line 5248, app/assets/stylesheets/main.scss */
.tag.is-normal:not(body) {
  font-size: 0.75rem;
}

/* line 5252, app/assets/stylesheets/main.scss */
.tag.is-medium:not(body) {
  font-size: 1rem;
}

/* line 5256, app/assets/stylesheets/main.scss */
.tag.is-large:not(body) {
  font-size: 1.25rem;
}

/* line 5260, app/assets/stylesheets/main.scss */
.tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}

/* line 5265, app/assets/stylesheets/main.scss */
.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}

/* line 5270, app/assets/stylesheets/main.scss */
.tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}

/* line 5275, app/assets/stylesheets/main.scss */
.tag.is-delete:not(body) {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}

/* line 5282, app/assets/stylesheets/main.scss */
.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 5293, app/assets/stylesheets/main.scss */
.tag.is-delete:not(body)::before {
  height: 1px;
  width: 50%;
}

/* line 5298, app/assets/stylesheets/main.scss */
.tag.is-delete:not(body)::after {
  height: 50%;
  width: 1px;
}

/* line 5303, app/assets/stylesheets/main.scss */
.tag.is-delete:not(body):hover, .tag.is-delete:not(body):focus {
  background-color: #e8e8e8;
}

/* line 5307, app/assets/stylesheets/main.scss */
.tag.is-delete:not(body):active {
  background-color: #dbdbdb;
}

/* line 5311, app/assets/stylesheets/main.scss */
.tag.is-rounded:not(body) {
  border-radius: 290486px;
}

/* line 5315, app/assets/stylesheets/main.scss */
a.tag:hover {
  text-decoration: underline;
}

/* line 5319, app/assets/stylesheets/main.scss */
.title,
.subtitle {
  word-break: break-word;
}

/* line 5324, app/assets/stylesheets/main.scss */
.title em,
.title span,
.subtitle em,
.subtitle span {
  font-weight: inherit;
}

/* line 5331, app/assets/stylesheets/main.scss */
.title sub,
.subtitle sub {
  font-size: 0.75em;
}

/* line 5336, app/assets/stylesheets/main.scss */
.title sup,
.subtitle sup {
  font-size: 0.75em;
}

/* line 5341, app/assets/stylesheets/main.scss */
.title .tag,
.subtitle .tag {
  vertical-align: middle;
}

/* line 5346, app/assets/stylesheets/main.scss */
.title {
  color: #363636;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
}

/* line 5353, app/assets/stylesheets/main.scss */
.title strong {
  color: inherit;
  font-weight: inherit;
}

/* line 5358, app/assets/stylesheets/main.scss */
.title + .highlight {
  margin-top: -0.75rem;
}

/* line 5362, app/assets/stylesheets/main.scss */
.title:not(.is-spaced) + .subtitle {
  margin-top: -1.25rem;
}

/* line 5366, app/assets/stylesheets/main.scss */
.title.is-1 {
  font-size: 3rem;
}

/* line 5370, app/assets/stylesheets/main.scss */
.title.is-2 {
  font-size: 2.5rem;
}

/* line 5374, app/assets/stylesheets/main.scss */
.title.is-3 {
  font-size: 2rem;
}

/* line 5378, app/assets/stylesheets/main.scss */
.title.is-4 {
  font-size: 1.5rem;
}

/* line 5382, app/assets/stylesheets/main.scss */
.title.is-5 {
  font-size: 1.25rem;
}

/* line 5386, app/assets/stylesheets/main.scss */
.title.is-6 {
  font-size: 1rem;
}

/* line 5390, app/assets/stylesheets/main.scss */
.title.is-7 {
  font-size: 0.75rem;
}

/* line 5394, app/assets/stylesheets/main.scss */
.subtitle {
  color: #4a4a4a;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}

/* line 5401, app/assets/stylesheets/main.scss */
.subtitle strong {
  color: #363636;
  font-weight: 600;
}

/* line 5406, app/assets/stylesheets/main.scss */
.subtitle:not(.is-spaced) + .title {
  margin-top: -1.25rem;
}

/* line 5410, app/assets/stylesheets/main.scss */
.subtitle.is-1 {
  font-size: 3rem;
}

/* line 5414, app/assets/stylesheets/main.scss */
.subtitle.is-2 {
  font-size: 2.5rem;
}

/* line 5418, app/assets/stylesheets/main.scss */
.subtitle.is-3 {
  font-size: 2rem;
}

/* line 5422, app/assets/stylesheets/main.scss */
.subtitle.is-4 {
  font-size: 1.5rem;
}

/* line 5426, app/assets/stylesheets/main.scss */
.subtitle.is-5 {
  font-size: 1.25rem;
}

/* line 5430, app/assets/stylesheets/main.scss */
.subtitle.is-6 {
  font-size: 1rem;
}

/* line 5434, app/assets/stylesheets/main.scss */
.subtitle.is-7 {
  font-size: 0.75rem;
}

/* line 5438, app/assets/stylesheets/main.scss */
.heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

/* line 5446, app/assets/stylesheets/main.scss */
.highlight {
  font-weight: 400;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
}

/* line 5453, app/assets/stylesheets/main.scss */
.highlight pre {
  overflow: auto;
  max-width: 100%;
}

/* line 5458, app/assets/stylesheets/main.scss */
.number {
  align-items: center;
  background-color: whitesmoke;
  border-radius: 290486px;
  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;
}

/* line 5473, app/assets/stylesheets/main.scss */
.input, .textarea, .select select {
  background-color: white;
  border-color: #dbdbdb;
  border-radius: 4px;
  color: #363636;
}

/* line 5480, app/assets/stylesheets/main.scss */
.input::-moz-placeholder, .textarea::-moz-placeholder, .select select::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

/* line 5484, app/assets/stylesheets/main.scss */
.input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .select select::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

/* line 5488, app/assets/stylesheets/main.scss */
.input:-moz-placeholder, .textarea:-moz-placeholder, .select select:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

/* line 5492, app/assets/stylesheets/main.scss */
.input:-ms-input-placeholder, .textarea:-ms-input-placeholder, .select select:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

/* line 5496, app/assets/stylesheets/main.scss */
.input:hover, .textarea:hover, .select select:hover, .is-hovered.input, .is-hovered.textarea, .select select.is-hovered {
  border-color: #b5b5b5;
}

/* line 5500, app/assets/stylesheets/main.scss */
.input:focus, .textarea:focus, .select select:focus, .is-focused.input, .is-focused.textarea, .select select.is-focused, .input:active, .textarea:active, .select select:active, .is-active.input, .is-active.textarea, .select select.is-active {
  border-color: #3273dc;
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

/* line 5505, app/assets/stylesheets/main.scss */
.input[disabled], .textarea[disabled], .select select[disabled],
fieldset[disabled] .input,
fieldset[disabled] .textarea,
fieldset[disabled] .select select,
.select fieldset[disabled] select {
  background-color: whitesmoke;
  border-color: whitesmoke;
  box-shadow: none;
  color: #7a7a7a;
}

/* line 5516, app/assets/stylesheets/main.scss */
.input[disabled]::-moz-placeholder, .textarea[disabled]::-moz-placeholder, .select select[disabled]::-moz-placeholder,
fieldset[disabled] .input::-moz-placeholder,
fieldset[disabled] .textarea::-moz-placeholder,
fieldset[disabled] .select select::-moz-placeholder,
.select fieldset[disabled] select::-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

/* line 5524, app/assets/stylesheets/main.scss */
.input[disabled]::-webkit-input-placeholder, .textarea[disabled]::-webkit-input-placeholder, .select select[disabled]::-webkit-input-placeholder,
fieldset[disabled] .input::-webkit-input-placeholder,
fieldset[disabled] .textarea::-webkit-input-placeholder,
fieldset[disabled] .select select::-webkit-input-placeholder,
.select fieldset[disabled] select::-webkit-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

/* line 5532, app/assets/stylesheets/main.scss */
.input[disabled]:-moz-placeholder, .textarea[disabled]:-moz-placeholder, .select select[disabled]:-moz-placeholder,
fieldset[disabled] .input:-moz-placeholder,
fieldset[disabled] .textarea:-moz-placeholder,
fieldset[disabled] .select select:-moz-placeholder,
.select fieldset[disabled] select:-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

/* line 5540, app/assets/stylesheets/main.scss */
.input[disabled]:-ms-input-placeholder, .textarea[disabled]:-ms-input-placeholder, .select select[disabled]:-ms-input-placeholder,
fieldset[disabled] .input:-ms-input-placeholder,
fieldset[disabled] .textarea:-ms-input-placeholder,
fieldset[disabled] .select select:-ms-input-placeholder,
.select fieldset[disabled] select:-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

/* line 5548, app/assets/stylesheets/main.scss */
.input, .textarea {
  box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
  max-width: 100%;
  width: 100%;
}

/* line 5554, app/assets/stylesheets/main.scss */
.input[readonly], .textarea[readonly] {
  box-shadow: none;
}

/* line 5558, app/assets/stylesheets/main.scss */
.is-white.input, .is-white.textarea {
  border-color: white;
}

/* line 5562, app/assets/stylesheets/main.scss */
.is-white.input:focus, .is-white.textarea:focus, .is-white.is-focused.input, .is-white.is-focused.textarea, .is-white.input:active, .is-white.textarea:active, .is-white.is-active.input, .is-white.is-active.textarea {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

/* line 5566, app/assets/stylesheets/main.scss */
.is-black.input, .is-black.textarea {
  border-color: #0a0a0a;
}

/* line 5570, app/assets/stylesheets/main.scss */
.is-black.input:focus, .is-black.textarea:focus, .is-black.is-focused.input, .is-black.is-focused.textarea, .is-black.input:active, .is-black.textarea:active, .is-black.is-active.input, .is-black.is-active.textarea {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}

/* line 5574, app/assets/stylesheets/main.scss */
.is-light.input, .is-light.textarea {
  border-color: whitesmoke;
}

/* line 5578, app/assets/stylesheets/main.scss */
.is-light.input:focus, .is-light.textarea:focus, .is-light.is-focused.input, .is-light.is-focused.textarea, .is-light.input:active, .is-light.textarea:active, .is-light.is-active.input, .is-light.is-active.textarea {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

/* line 5582, app/assets/stylesheets/main.scss */
.is-dark.input, .is-dark.textarea {
  border-color: #363636;
}

/* line 5586, app/assets/stylesheets/main.scss */
.is-dark.input:focus, .is-dark.textarea:focus, .is-dark.is-focused.input, .is-dark.is-focused.textarea, .is-dark.input:active, .is-dark.textarea:active, .is-dark.is-active.input, .is-dark.is-active.textarea {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}

/* line 5590, app/assets/stylesheets/main.scss */
.is-primary.input, .is-primary.textarea {
  border-color: #00d1b2;
}

/* line 5594, app/assets/stylesheets/main.scss */
.is-primary.input:focus, .is-primary.textarea:focus, .is-primary.is-focused.input, .is-primary.is-focused.textarea, .is-primary.input:active, .is-primary.textarea:active, .is-primary.is-active.input, .is-primary.is-active.textarea {
  box-shadow: 0 0 0 0.125em rgba(0, 209, 178, 0.25);
}

/* line 5598, app/assets/stylesheets/main.scss */
.is-link.input, .is-link.textarea {
  border-color: #3273dc;
}

/* line 5602, app/assets/stylesheets/main.scss */
.is-link.input:focus, .is-link.textarea:focus, .is-link.is-focused.input, .is-link.is-focused.textarea, .is-link.input:active, .is-link.textarea:active, .is-link.is-active.input, .is-link.is-active.textarea {
  box-shadow: 0 0 0 0.125em rgba(50, 115, 220, 0.25);
}

/* line 5606, app/assets/stylesheets/main.scss */
.is-info.input, .is-info.textarea {
  border-color: #3298dc;
}

/* line 5610, app/assets/stylesheets/main.scss */
.is-info.input:focus, .is-info.textarea:focus, .is-info.is-focused.input, .is-info.is-focused.textarea, .is-info.input:active, .is-info.textarea:active, .is-info.is-active.input, .is-info.is-active.textarea {
  box-shadow: 0 0 0 0.125em rgba(50, 152, 220, 0.25);
}

/* line 5614, app/assets/stylesheets/main.scss */
.is-success.input, .is-success.textarea {
  border-color: #48c774;
}

/* line 5618, app/assets/stylesheets/main.scss */
.is-success.input:focus, .is-success.textarea:focus, .is-success.is-focused.input, .is-success.is-focused.textarea, .is-success.input:active, .is-success.textarea:active, .is-success.is-active.input, .is-success.is-active.textarea {
  box-shadow: 0 0 0 0.125em rgba(72, 199, 116, 0.25);
}

/* line 5622, app/assets/stylesheets/main.scss */
.is-warning.input, .is-warning.textarea {
  border-color: #ffdd57;
}

/* line 5626, app/assets/stylesheets/main.scss */
.is-warning.input:focus, .is-warning.textarea:focus, .is-warning.is-focused.input, .is-warning.is-focused.textarea, .is-warning.input:active, .is-warning.textarea:active, .is-warning.is-active.input, .is-warning.is-active.textarea {
  box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}

/* line 5630, app/assets/stylesheets/main.scss */
.is-danger.input, .is-danger.textarea {
  border-color: #f14668;
}

/* line 5634, app/assets/stylesheets/main.scss */
.is-danger.input:focus, .is-danger.textarea:focus, .is-danger.is-focused.input, .is-danger.is-focused.textarea, .is-danger.input:active, .is-danger.textarea:active, .is-danger.is-active.input, .is-danger.is-active.textarea {
  box-shadow: 0 0 0 0.125em rgba(241, 70, 104, 0.25);
}

/* line 5638, app/assets/stylesheets/main.scss */
.is-small.input, .is-small.textarea {
  border-radius: 2px;
  font-size: 0.75rem;
}

/* line 5643, app/assets/stylesheets/main.scss */
.is-medium.input, .is-medium.textarea {
  font-size: 1.25rem;
}

/* line 5647, app/assets/stylesheets/main.scss */
.is-large.input, .is-large.textarea {
  font-size: 1.5rem;
}

/* line 5651, app/assets/stylesheets/main.scss */
.is-fullwidth.input, .is-fullwidth.textarea {
  display: block;
  width: 100%;
}

/* line 5656, app/assets/stylesheets/main.scss */
.is-inline.input, .is-inline.textarea {
  display: inline;
  width: auto;
}

/* line 5661, app/assets/stylesheets/main.scss */
.input.is-rounded {
  border-radius: 290486px;
  padding-left: calc(calc(0.75em - 1px) + 0.375em);
  padding-right: calc(calc(0.75em - 1px) + 0.375em);
}

/* line 5667, app/assets/stylesheets/main.scss */
.input.is-static {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 5675, app/assets/stylesheets/main.scss */
.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: calc(0.75em - 1px);
  resize: vertical;
}

/* line 5683, app/assets/stylesheets/main.scss */
.textarea:not([rows]) {
  max-height: 40em;
  min-height: 8em;
}

/* line 5688, app/assets/stylesheets/main.scss */
.textarea[rows] {
  height: initial;
}

/* line 5692, app/assets/stylesheets/main.scss */
.textarea.has-fixed-size {
  resize: none;
}

/* line 5696, app/assets/stylesheets/main.scss */
.checkbox, .radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}

/* line 5703, app/assets/stylesheets/main.scss */
.checkbox input, .radio input {
  cursor: pointer;
}

/* line 5707, app/assets/stylesheets/main.scss */
.checkbox:hover, .radio:hover {
  color: #363636;
}

/* line 5711, app/assets/stylesheets/main.scss */
.checkbox[disabled], .radio[disabled],
fieldset[disabled] .checkbox,
fieldset[disabled] .radio {
  color: #7a7a7a;
  cursor: not-allowed;
}

/* line 5718, app/assets/stylesheets/main.scss */
.radio + .radio {
  margin-left: 0.5em;
}

/* line 5722, app/assets/stylesheets/main.scss */
.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}

/* line 5729, app/assets/stylesheets/main.scss */
.select:not(.is-multiple) {
  height: 2.5em;
}

/* line 5733, app/assets/stylesheets/main.scss */
.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #3273dc;
  right: 1.125em;
  z-index: 4;
}

/* line 5739, app/assets/stylesheets/main.scss */
.select.is-rounded select {
  border-radius: 290486px;
  padding-left: 1em;
}

/* line 5744, app/assets/stylesheets/main.scss */
.select select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}

/* line 5752, app/assets/stylesheets/main.scss */
.select select::-ms-expand {
  display: none;
}

/* line 5756, app/assets/stylesheets/main.scss */
.select select[disabled]:hover,
fieldset[disabled] .select select:hover {
  border-color: whitesmoke;
}

/* line 5761, app/assets/stylesheets/main.scss */
.select select:not([multiple]) {
  padding-right: 2.5em;
}

/* line 5765, app/assets/stylesheets/main.scss */
.select select[multiple] {
  height: auto;
  padding: 0;
}

/* line 5770, app/assets/stylesheets/main.scss */
.select select[multiple] option {
  padding: 0.5em 1em;
}

/* line 5774, app/assets/stylesheets/main.scss */
.select:not(.is-multiple):not(.is-loading):hover::after {
  border-color: #363636;
}

/* line 5778, app/assets/stylesheets/main.scss */
.select.is-white:not(:hover)::after {
  border-color: white;
}

/* line 5782, app/assets/stylesheets/main.scss */
.select.is-white select {
  border-color: white;
}

/* line 5786, app/assets/stylesheets/main.scss */
.select.is-white select:hover, .select.is-white select.is-hovered {
  border-color: #f2f2f2;
}

/* line 5790, app/assets/stylesheets/main.scss */
.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 5794, app/assets/stylesheets/main.scss */
.select.is-black:not(:hover)::after {
  border-color: #0a0a0a;
}

/* line 5798, app/assets/stylesheets/main.scss */
.select.is-black select {
  border-color: #0a0a0a;
}

/* line 5802, app/assets/stylesheets/main.scss */
.select.is-black select:hover, .select.is-black select.is-hovered {
  border-color: black;
}

/* line 5806, app/assets/stylesheets/main.scss */
.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 5810, app/assets/stylesheets/main.scss */
.select.is-light:not(:hover)::after {
  border-color: whitesmoke;
}

/* line 5814, app/assets/stylesheets/main.scss */
.select.is-light select {
  border-color: whitesmoke;
}

/* line 5818, app/assets/stylesheets/main.scss */
.select.is-light select:hover, .select.is-light select.is-hovered {
  border-color: #e8e8e8;
}

/* line 5822, app/assets/stylesheets/main.scss */
.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 5826, app/assets/stylesheets/main.scss */
.select.is-dark:not(:hover)::after {
  border-color: #363636;
}

/* line 5830, app/assets/stylesheets/main.scss */
.select.is-dark select {
  border-color: #363636;
}

/* line 5834, app/assets/stylesheets/main.scss */
.select.is-dark select:hover, .select.is-dark select.is-hovered {
  border-color: #292929;
}

/* line 5838, app/assets/stylesheets/main.scss */
.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 5842, app/assets/stylesheets/main.scss */
.select.is-primary:not(:hover)::after {
  border-color: #00d1b2;
}

/* line 5846, app/assets/stylesheets/main.scss */
.select.is-primary select {
  border-color: #00d1b2;
}

/* line 5850, app/assets/stylesheets/main.scss */
.select.is-primary select:hover, .select.is-primary select.is-hovered {
  border-color: #00b89c;
}

/* line 5854, app/assets/stylesheets/main.scss */
.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 5858, app/assets/stylesheets/main.scss */
.select.is-link:not(:hover)::after {
  border-color: #3273dc;
}

/* line 5862, app/assets/stylesheets/main.scss */
.select.is-link select {
  border-color: #3273dc;
}

/* line 5866, app/assets/stylesheets/main.scss */
.select.is-link select:hover, .select.is-link select.is-hovered {
  border-color: #2366d1;
}

/* line 5870, app/assets/stylesheets/main.scss */
.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(50, 115, 220, 0.25);
}

/* line 5874, app/assets/stylesheets/main.scss */
.select.is-info:not(:hover)::after {
  border-color: #3298dc;
}

/* line 5878, app/assets/stylesheets/main.scss */
.select.is-info select {
  border-color: #3298dc;
}

/* line 5882, app/assets/stylesheets/main.scss */
.select.is-info select:hover, .select.is-info select.is-hovered {
  border-color: #238cd1;
}

/* line 5886, app/assets/stylesheets/main.scss */
.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(50, 152, 220, 0.25);
}

/* line 5890, app/assets/stylesheets/main.scss */
.select.is-success:not(:hover)::after {
  border-color: #48c774;
}

/* line 5894, app/assets/stylesheets/main.scss */
.select.is-success select {
  border-color: #48c774;
}

/* line 5898, app/assets/stylesheets/main.scss */
.select.is-success select:hover, .select.is-success select.is-hovered {
  border-color: #3abb67;
}

/* line 5902, app/assets/stylesheets/main.scss */
.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, 116, 0.25);
}

/* line 5906, app/assets/stylesheets/main.scss */
.select.is-warning:not(:hover)::after {
  border-color: #ffdd57;
}

/* line 5910, app/assets/stylesheets/main.scss */
.select.is-warning select {
  border-color: #ffdd57;
}

/* line 5914, app/assets/stylesheets/main.scss */
.select.is-warning select:hover, .select.is-warning select.is-hovered {
  border-color: #ffd83d;
}

/* line 5918, app/assets/stylesheets/main.scss */
.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(255, 221, 87, 0.25);
}

/* line 5922, app/assets/stylesheets/main.scss */
.select.is-danger:not(:hover)::after {
  border-color: #f14668;
}

/* line 5926, app/assets/stylesheets/main.scss */
.select.is-danger select {
  border-color: #f14668;
}

/* line 5930, app/assets/stylesheets/main.scss */
.select.is-danger select:hover, .select.is-danger select.is-hovered {
  border-color: #ef2e55;
}

/* line 5934, app/assets/stylesheets/main.scss */
.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 5938, app/assets/stylesheets/main.scss */
.select.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

/* line 5943, app/assets/stylesheets/main.scss */
.select.is-medium {
  font-size: 1.25rem;
}

/* line 5947, app/assets/stylesheets/main.scss */
.select.is-large {
  font-size: 1.5rem;
}

/* line 5951, app/assets/stylesheets/main.scss */
.select.is-disabled::after {
  border-color: #7a7a7a;
}

/* line 5955, app/assets/stylesheets/main.scss */
.select.is-fullwidth {
  width: 100%;
}

/* line 5959, app/assets/stylesheets/main.scss */
.select.is-fullwidth select {
  width: 100%;
}

/* line 5963, app/assets/stylesheets/main.scss */
.select.is-loading::after {
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  transform: none;
}

/* line 5971, app/assets/stylesheets/main.scss */
.select.is-loading.is-small:after {
  font-size: 0.75rem;
}

/* line 5975, app/assets/stylesheets/main.scss */
.select.is-loading.is-medium:after {
  font-size: 1.25rem;
}

/* line 5979, app/assets/stylesheets/main.scss */
.select.is-loading.is-large:after {
  font-size: 1.5rem;
}

/* line 5983, app/assets/stylesheets/main.scss */
.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
}

/* line 5990, app/assets/stylesheets/main.scss */
.file.is-white .file-cta {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 5996, app/assets/stylesheets/main.scss */
.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 6002, app/assets/stylesheets/main.scss */
.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 6008, app/assets/stylesheets/main.scss */
.file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}

/* line 6014, app/assets/stylesheets/main.scss */
.file.is-black .file-cta {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}

/* line 6020, app/assets/stylesheets/main.scss */
.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
  background-color: #040404;
  border-color: transparent;
  color: white;
}

/* line 6026, app/assets/stylesheets/main.scss */
.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 6032, app/assets/stylesheets/main.scss */
.file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
  background-color: black;
  border-color: transparent;
  color: white;
}

/* line 6038, app/assets/stylesheets/main.scss */
.file.is-light .file-cta {
  background-color: whitesmoke;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 6044, app/assets/stylesheets/main.scss */
.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 6050, app/assets/stylesheets/main.scss */
.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 6056, app/assets/stylesheets/main.scss */
.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 6062, app/assets/stylesheets/main.scss */
.file.is-dark .file-cta {
  background-color: #363636;
  border-color: transparent;
  color: #fff;
}

/* line 6068, app/assets/stylesheets/main.scss */
.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
  background-color: #2f2f2f;
  border-color: transparent;
  color: #fff;
}

/* line 6074, app/assets/stylesheets/main.scss */
.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 6080, app/assets/stylesheets/main.scss */
.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
  background-color: #292929;
  border-color: transparent;
  color: #fff;
}

/* line 6086, app/assets/stylesheets/main.scss */
.file.is-primary .file-cta {
  background-color: #00d1b2;
  border-color: transparent;
  color: #fff;
}

/* line 6092, app/assets/stylesheets/main.scss */
.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
  background-color: #00c4a7;
  border-color: transparent;
  color: #fff;
}

/* line 6098, app/assets/stylesheets/main.scss */
.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 6104, app/assets/stylesheets/main.scss */
.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
  background-color: #00b89c;
  border-color: transparent;
  color: #fff;
}

/* line 6110, app/assets/stylesheets/main.scss */
.file.is-link .file-cta {
  background-color: #3273dc;
  border-color: transparent;
  color: #fff;
}

/* line 6116, app/assets/stylesheets/main.scss */
.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
  background-color: #276cda;
  border-color: transparent;
  color: #fff;
}

/* line 6122, app/assets/stylesheets/main.scss */
.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(50, 115, 220, 0.25);
  color: #fff;
}

/* line 6128, app/assets/stylesheets/main.scss */
.file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
  background-color: #2366d1;
  border-color: transparent;
  color: #fff;
}

/* line 6134, app/assets/stylesheets/main.scss */
.file.is-info .file-cta {
  background-color: #3298dc;
  border-color: transparent;
  color: #fff;
}

/* line 6140, app/assets/stylesheets/main.scss */
.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
  background-color: #2793da;
  border-color: transparent;
  color: #fff;
}

/* line 6146, app/assets/stylesheets/main.scss */
.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(50, 152, 220, 0.25);
  color: #fff;
}

/* line 6152, app/assets/stylesheets/main.scss */
.file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
  background-color: #238cd1;
  border-color: transparent;
  color: #fff;
}

/* line 6158, app/assets/stylesheets/main.scss */
.file.is-success .file-cta {
  background-color: #48c774;
  border-color: transparent;
  color: #fff;
}

/* line 6164, app/assets/stylesheets/main.scss */
.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
  background-color: #3ec46d;
  border-color: transparent;
  color: #fff;
}

/* line 6170, app/assets/stylesheets/main.scss */
.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, 116, 0.25);
  color: #fff;
}

/* line 6176, app/assets/stylesheets/main.scss */
.file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
  background-color: #3abb67;
  border-color: transparent;
  color: #fff;
}

/* line 6182, app/assets/stylesheets/main.scss */
.file.is-warning .file-cta {
  background-color: #ffdd57;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 6188, app/assets/stylesheets/main.scss */
.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
  background-color: #ffdb4a;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 6194, app/assets/stylesheets/main.scss */
.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

/* line 6200, app/assets/stylesheets/main.scss */
.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
  background-color: #ffd83d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

/* line 6206, app/assets/stylesheets/main.scss */
.file.is-danger .file-cta {
  background-color: #f14668;
  border-color: transparent;
  color: #fff;
}

/* line 6212, app/assets/stylesheets/main.scss */
.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
  background-color: #f03a5f;
  border-color: transparent;
  color: #fff;
}

/* line 6218, app/assets/stylesheets/main.scss */
.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 6224, app/assets/stylesheets/main.scss */
.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
  background-color: #ef2e55;
  border-color: transparent;
  color: #fff;
}

/* line 6230, app/assets/stylesheets/main.scss */
.file.is-small {
  font-size: 0.75rem;
}

/* line 6234, app/assets/stylesheets/main.scss */
.file.is-medium {
  font-size: 1.25rem;
}

/* line 6238, app/assets/stylesheets/main.scss */
.file.is-medium .file-icon .fa {
  font-size: 21px;
}

/* line 6242, app/assets/stylesheets/main.scss */
.file.is-large {
  font-size: 1.5rem;
}

/* line 6246, app/assets/stylesheets/main.scss */
.file.is-large .file-icon .fa {
  font-size: 28px;
}

/* line 6250, app/assets/stylesheets/main.scss */
.file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 6255, app/assets/stylesheets/main.scss */
.file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 6260, app/assets/stylesheets/main.scss */
.file.has-name.is-empty .file-cta {
  border-radius: 4px;
}

/* line 6264, app/assets/stylesheets/main.scss */
.file.has-name.is-empty .file-name {
  display: none;
}

/* line 6268, app/assets/stylesheets/main.scss */
.file.is-boxed .file-label {
  flex-direction: column;
}

/* line 6272, app/assets/stylesheets/main.scss */
.file.is-boxed .file-cta {
  flex-direction: column;
  height: auto;
  padding: 1em 3em;
}

/* line 6278, app/assets/stylesheets/main.scss */
.file.is-boxed .file-name {
  border-width: 0 1px 1px;
}

/* line 6282, app/assets/stylesheets/main.scss */
.file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em;
}

/* line 6287, app/assets/stylesheets/main.scss */
.file.is-boxed .file-icon .fa {
  font-size: 21px;
}

/* line 6291, app/assets/stylesheets/main.scss */
.file.is-boxed.is-small .file-icon .fa {
  font-size: 14px;
}

/* line 6295, app/assets/stylesheets/main.scss */
.file.is-boxed.is-medium .file-icon .fa {
  font-size: 28px;
}

/* line 6299, app/assets/stylesheets/main.scss */
.file.is-boxed.is-large .file-icon .fa {
  font-size: 35px;
}

/* line 6303, app/assets/stylesheets/main.scss */
.file.is-boxed.has-name .file-cta {
  border-radius: 4px 4px 0 0;
}

/* line 6307, app/assets/stylesheets/main.scss */
.file.is-boxed.has-name .file-name {
  border-radius: 0 0 4px 4px;
  border-width: 0 1px 1px;
}

/* line 6312, app/assets/stylesheets/main.scss */
.file.is-centered {
  justify-content: center;
}

/* line 6316, app/assets/stylesheets/main.scss */
.file.is-fullwidth .file-label {
  width: 100%;
}

/* line 6320, app/assets/stylesheets/main.scss */
.file.is-fullwidth .file-name {
  flex-grow: 1;
  max-width: none;
}

/* line 6325, app/assets/stylesheets/main.scss */
.file.is-right {
  justify-content: flex-end;
}

/* line 6329, app/assets/stylesheets/main.scss */
.file.is-right .file-cta {
  border-radius: 0 4px 4px 0;
}

/* line 6333, app/assets/stylesheets/main.scss */
.file.is-right .file-name {
  border-radius: 4px 0 0 4px;
  border-width: 1px 0 1px 1px;
  order: -1;
}

/* line 6339, app/assets/stylesheets/main.scss */
.file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}

/* line 6348, app/assets/stylesheets/main.scss */
.file-label:hover .file-cta {
  background-color: #eeeeee;
  color: #363636;
}

/* line 6353, app/assets/stylesheets/main.scss */
.file-label:hover .file-name {
  border-color: #d5d5d5;
}

/* line 6357, app/assets/stylesheets/main.scss */
.file-label:active .file-cta {
  background-color: #e8e8e8;
  color: #363636;
}

/* line 6362, app/assets/stylesheets/main.scss */
.file-label:active .file-name {
  border-color: #cfcfcf;
}

/* line 6366, app/assets/stylesheets/main.scss */
.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 6376, app/assets/stylesheets/main.scss */
.file-cta,
.file-name {
  border-color: #dbdbdb;
  border-radius: 4px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}

/* line 6386, app/assets/stylesheets/main.scss */
.file-cta {
  background-color: whitesmoke;
  color: #4a4a4a;
}

/* line 6391, app/assets/stylesheets/main.scss */
.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 6402, app/assets/stylesheets/main.scss */
.file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}

/* line 6411, app/assets/stylesheets/main.scss */
.file-icon .fa {
  font-size: 14px;
}

/* line 6415, app/assets/stylesheets/main.scss */
.label {
  color: #363636;
  display: block;
  font-size: 1rem;
  font-weight: 700;
}

/* line 6422, app/assets/stylesheets/main.scss */
.label:not(:last-child) {
  margin-bottom: 0.5em;
}

/* line 6426, app/assets/stylesheets/main.scss */
.label.is-small {
  font-size: 0.75rem;
}

/* line 6430, app/assets/stylesheets/main.scss */
.label.is-medium {
  font-size: 1.25rem;
}

/* line 6434, app/assets/stylesheets/main.scss */
.label.is-large {
  font-size: 1.5rem;
}

/* line 6438, app/assets/stylesheets/main.scss */
.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

/* line 6444, app/assets/stylesheets/main.scss */
.help.is-white {
  color: white;
}

/* line 6448, app/assets/stylesheets/main.scss */
.help.is-black {
  color: #0a0a0a;
}

/* line 6452, app/assets/stylesheets/main.scss */
.help.is-light {
  color: whitesmoke;
}

/* line 6456, app/assets/stylesheets/main.scss */
.help.is-dark {
  color: #363636;
}

/* line 6460, app/assets/stylesheets/main.scss */
.help.is-primary {
  color: #00d1b2;
}

/* line 6464, app/assets/stylesheets/main.scss */
.help.is-link {
  color: #3273dc;
}

/* line 6468, app/assets/stylesheets/main.scss */
.help.is-info {
  color: #3298dc;
}

/* line 6472, app/assets/stylesheets/main.scss */
.help.is-success {
  color: #48c774;
}

/* line 6476, app/assets/stylesheets/main.scss */
.help.is-warning {
  color: #ffdd57;
}

/* line 6480, app/assets/stylesheets/main.scss */
.help.is-danger {
  color: #f14668;
}

/* line 6484, app/assets/stylesheets/main.scss */
.field:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 6488, app/assets/stylesheets/main.scss */
.field.has-addons {
  display: flex;
  justify-content: flex-start;
}

/* line 6493, app/assets/stylesheets/main.scss */
.field.has-addons .control:not(:last-child) {
  margin-right: -1px;
}

/* line 6497, app/assets/stylesheets/main.scss */
.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 6503, app/assets/stylesheets/main.scss */
.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 6510, app/assets/stylesheets/main.scss */
.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 6517, app/assets/stylesheets/main.scss */
.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 6525, app/assets/stylesheets/main.scss */
.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 6537, app/assets/stylesheets/main.scss */
.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 6549, app/assets/stylesheets/main.scss */
.field.has-addons .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

/* line 6554, app/assets/stylesheets/main.scss */
.field.has-addons.has-addons-centered {
  justify-content: center;
}

/* line 6558, app/assets/stylesheets/main.scss */
.field.has-addons.has-addons-right {
  justify-content: flex-end;
}

/* line 6562, app/assets/stylesheets/main.scss */
.field.has-addons.has-addons-fullwidth .control {
  flex-grow: 1;
  flex-shrink: 0;
}

/* line 6567, app/assets/stylesheets/main.scss */
.field.is-grouped {
  display: flex;
  justify-content: flex-start;
}

/* line 6572, app/assets/stylesheets/main.scss */
.field.is-grouped > .control {
  flex-shrink: 0;
}

/* line 6576, app/assets/stylesheets/main.scss */
.field.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}

/* line 6581, app/assets/stylesheets/main.scss */
.field.is-grouped > .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

/* line 6586, app/assets/stylesheets/main.scss */
.field.is-grouped.is-grouped-centered {
  justify-content: center;
}

/* line 6590, app/assets/stylesheets/main.scss */
.field.is-grouped.is-grouped-right {
  justify-content: flex-end;
}

/* line 6594, app/assets/stylesheets/main.scss */
.field.is-grouped.is-grouped-multiline {
  flex-wrap: wrap;
}

/* line 6598, app/assets/stylesheets/main.scss */
.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 6602, app/assets/stylesheets/main.scss */
.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}

/* line 6606, app/assets/stylesheets/main.scss */
.field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}

@media screen and (min-width: 769px), print {
  /* line 6611, app/assets/stylesheets/main.scss */
  .field.is-horizontal {
    display: flex;
  }
}

/* line 6616, app/assets/stylesheets/main.scss */
.field-label .label {
  font-size: inherit;
}

@media screen and (max-width: 768px) {
  /* line 6621, app/assets/stylesheets/main.scss */
  .field-label {
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 6627, app/assets/stylesheets/main.scss */
  .field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }
  /* line 6634, app/assets/stylesheets/main.scss */
  .field-label.is-small {
    font-size: 0.75rem;
    padding-top: 0.375em;
  }
  /* line 6638, app/assets/stylesheets/main.scss */
  .field-label.is-normal {
    padding-top: 0.375em;
  }
  /* line 6641, app/assets/stylesheets/main.scss */
  .field-label.is-medium {
    font-size: 1.25rem;
    padding-top: 0.375em;
  }
  /* line 6645, app/assets/stylesheets/main.scss */
  .field-label.is-large {
    font-size: 1.5rem;
    padding-top: 0.375em;
  }
}

/* line 6651, app/assets/stylesheets/main.scss */
.field-body .field .field {
  margin-bottom: 0;
}

@media screen and (min-width: 769px), print {
  /* line 6656, app/assets/stylesheets/main.scss */
  .field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1;
  }
  /* line 6662, app/assets/stylesheets/main.scss */
  .field-body .field {
    margin-bottom: 0;
  }
  /* line 6665, app/assets/stylesheets/main.scss */
  .field-body > .field {
    flex-shrink: 1;
  }
  /* line 6668, app/assets/stylesheets/main.scss */
  .field-body > .field:not(.is-narrow) {
    flex-grow: 1;
  }
  /* line 6671, app/assets/stylesheets/main.scss */
  .field-body > .field:not(:last-child) {
    margin-right: 0.75rem;
  }
}

/* line 6676, app/assets/stylesheets/main.scss */
.control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: inherit;
}

/* line 6684, app/assets/stylesheets/main.scss */
.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 6690, app/assets/stylesheets/main.scss */
.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 6696, app/assets/stylesheets/main.scss */
.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 6702, app/assets/stylesheets/main.scss */
.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 6708, app/assets/stylesheets/main.scss */
.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 6718, app/assets/stylesheets/main.scss */
.control.has-icons-left .input,
.control.has-icons-left .select select {
  padding-left: 2.5em;
}

/* line 6723, app/assets/stylesheets/main.scss */
.control.has-icons-left .icon.is-left {
  left: 0;
}

/* line 6727, app/assets/stylesheets/main.scss */
.control.has-icons-right .input,
.control.has-icons-right .select select {
  padding-right: 2.5em;
}

/* line 6732, app/assets/stylesheets/main.scss */
.control.has-icons-right .icon.is-right {
  right: 0;
}

/* line 6736, app/assets/stylesheets/main.scss */
.control.is-loading::after {
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}

/* line 6743, app/assets/stylesheets/main.scss */
.control.is-loading.is-small:after {
  font-size: 0.75rem;
}

/* line 6747, app/assets/stylesheets/main.scss */
.control.is-loading.is-medium:after {
  font-size: 1.25rem;
}

/* line 6751, app/assets/stylesheets/main.scss */
.control.is-loading.is-large:after {
  font-size: 1.5rem;
}

/* line 6755, app/assets/stylesheets/main.scss */
.breadcrumb {
  font-size: 1rem;
  white-space: nowrap;
}

/* line 6760, app/assets/stylesheets/main.scss */
.breadcrumb a {
  align-items: center;
  color: #3273dc;
  display: flex;
  justify-content: center;
  padding: 0 0.75em;
}

/* line 6768, app/assets/stylesheets/main.scss */
.breadcrumb a:hover {
  color: #363636;
}

/* line 6772, app/assets/stylesheets/main.scss */
.breadcrumb li {
  align-items: center;
  display: flex;
}

/* line 6777, app/assets/stylesheets/main.scss */
.breadcrumb li:first-child a {
  padding-left: 0;
}

/* line 6781, app/assets/stylesheets/main.scss */
.breadcrumb li.is-active a {
  color: #363636;
  cursor: default;
  pointer-events: none;
}

/* line 6787, app/assets/stylesheets/main.scss */
.breadcrumb li + li::before {
  color: #b5b5b5;
  content: "\0002f";
}

/* line 6792, app/assets/stylesheets/main.scss */
.breadcrumb ul,
.breadcrumb ol {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 6800, app/assets/stylesheets/main.scss */
.breadcrumb .icon:first-child {
  margin-right: 0.5em;
}

/* line 6804, app/assets/stylesheets/main.scss */
.breadcrumb .icon:last-child {
  margin-left: 0.5em;
}

/* line 6808, app/assets/stylesheets/main.scss */
.breadcrumb.is-centered ol,
.breadcrumb.is-centered ul {
  justify-content: center;
}

/* line 6813, app/assets/stylesheets/main.scss */
.breadcrumb.is-right ol,
.breadcrumb.is-right ul {
  justify-content: flex-end;
}

/* line 6818, app/assets/stylesheets/main.scss */
.breadcrumb.is-small {
  font-size: 0.75rem;
}

/* line 6822, app/assets/stylesheets/main.scss */
.breadcrumb.is-medium {
  font-size: 1.25rem;
}

/* line 6826, app/assets/stylesheets/main.scss */
.breadcrumb.is-large {
  font-size: 1.5rem;
}

/* line 6830, app/assets/stylesheets/main.scss */
.breadcrumb.has-arrow-separator li + li::before {
  content: "\02192";
}

/* line 6834, app/assets/stylesheets/main.scss */
.breadcrumb.has-bullet-separator li + li::before {
  content: "\02022";
}

/* line 6838, app/assets/stylesheets/main.scss */
.breadcrumb.has-dot-separator li + li::before {
  content: "\000b7";
}

/* line 6842, app/assets/stylesheets/main.scss */
.breadcrumb.has-succeeds-separator li + li::before {
  content: "\0227B";
}

/* line 6846, app/assets/stylesheets/main.scss */
.card {
  background-color: white;
  box-shadow: none;
  color: #4a4a4a;
  max-width: 100%;
  position: relative;
}

/* line 6854, app/assets/stylesheets/main.scss */
.card-header {
  background-color: transparent;
  align-items: stretch;
  box-shadow: none;
  display: flex;
}

/* line 6861, app/assets/stylesheets/main.scss */
.card-header-title {
  align-items: center;
  color: #363636;
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem 1rem;
}

/* line 6870, app/assets/stylesheets/main.scss */
.card-header-title.is-centered {
  justify-content: center;
}

/* line 6874, app/assets/stylesheets/main.scss */
.card-header-icon {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0.75rem 1rem;
}

/* line 6882, app/assets/stylesheets/main.scss */
.card-image {
  display: block;
  position: relative;
}

/* line 6887, app/assets/stylesheets/main.scss */
.card-content {
  background-color: transparent;
  padding: 1.5rem;
}

/* line 6892, app/assets/stylesheets/main.scss */
.card-footer {
  background-color: transparent;
  border-top: 1px solid #ededed;
  align-items: stretch;
  display: flex;
}

/* line 6899, app/assets/stylesheets/main.scss */
.card-footer-item {
  align-items: center;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  padding: 0.75rem;
}

/* line 6909, app/assets/stylesheets/main.scss */
.card-footer-item:not(:last-child) {
  border-right: 1px solid #ededed;
}

/* line 6913, app/assets/stylesheets/main.scss */
.card .media:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 6917, app/assets/stylesheets/main.scss */
.dropdown {
  display: inline-flex;
  position: relative;
  vertical-align: top;
}

/* line 6923, app/assets/stylesheets/main.scss */
.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
  display: block;
}

/* line 6927, app/assets/stylesheets/main.scss */
.dropdown.is-right .dropdown-menu {
  left: auto;
  right: 0;
}

/* line 6932, app/assets/stylesheets/main.scss */
.dropdown.is-up .dropdown-menu {
  bottom: 100%;
  padding-bottom: 4px;
  padding-top: initial;
  top: auto;
}

/* line 6939, app/assets/stylesheets/main.scss */
.dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 5;
}

/* line 6949, app/assets/stylesheets/main.scss */
.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 6957, app/assets/stylesheets/main.scss */
.dropdown-item, .dropdown .dropdown-menu .has-link a {
  color: #4a4a4a;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
}

/* line 6966, app/assets/stylesheets/main.scss */
a.dropdown-item, .dropdown .dropdown-menu .has-link a,
button.dropdown-item {
  padding-right: 3rem;
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
}

/* line 6974, app/assets/stylesheets/main.scss */
a.dropdown-item:hover, .dropdown .dropdown-menu .has-link a:hover,
button.dropdown-item:hover {
  background-color: whitesmoke;
  color: #0a0a0a;
}

/* line 6980, app/assets/stylesheets/main.scss */
a.dropdown-item.is-active, .dropdown .dropdown-menu .has-link a.is-active,
button.dropdown-item.is-active {
  background-color: #3273dc;
  color: #fff;
}

/* line 6986, app/assets/stylesheets/main.scss */
.dropdown-divider {
  background-color: #ededed;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}

/* line 6994, app/assets/stylesheets/main.scss */
.level {
  align-items: center;
  justify-content: space-between;
}

/* line 6999, app/assets/stylesheets/main.scss */
.level code {
  border-radius: 4px;
}

/* line 7003, app/assets/stylesheets/main.scss */
.level img {
  display: inline-block;
  vertical-align: top;
}

/* line 7008, app/assets/stylesheets/main.scss */
.level.is-mobile {
  display: flex;
}

/* line 7012, app/assets/stylesheets/main.scss */
.level.is-mobile .level-left,
.level.is-mobile .level-right {
  display: flex;
}

/* line 7017, app/assets/stylesheets/main.scss */
.level.is-mobile .level-left + .level-right {
  margin-top: 0;
}

/* line 7021, app/assets/stylesheets/main.scss */
.level.is-mobile .level-item:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}

/* line 7026, app/assets/stylesheets/main.scss */
.level.is-mobile .level-item:not(.is-narrow) {
  flex-grow: 1;
}

@media screen and (min-width: 769px), print {
  /* line 7031, app/assets/stylesheets/main.scss */
  .level {
    display: flex;
  }
  /* line 7034, app/assets/stylesheets/main.scss */
  .level > .level-item:not(.is-narrow) {
    flex-grow: 1;
  }
}

/* line 7039, app/assets/stylesheets/main.scss */
.level-item {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
}

/* line 7048, app/assets/stylesheets/main.scss */
.level-item .title,
.level-item .subtitle {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  /* line 7054, app/assets/stylesheets/main.scss */
  .level-item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

/* line 7059, app/assets/stylesheets/main.scss */
.level-left,
.level-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

/* line 7066, app/assets/stylesheets/main.scss */
.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
  flex-grow: 1;
}

@media screen and (min-width: 769px), print {
  /* line 7072, app/assets/stylesheets/main.scss */
  .level-left .level-item:not(:last-child),
.level-right .level-item:not(:last-child) {
    margin-right: 0.75rem;
  }
}

/* line 7078, app/assets/stylesheets/main.scss */
.level-left {
  align-items: center;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  /* line 7084, app/assets/stylesheets/main.scss */
  .level-left + .level-right {
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 7090, app/assets/stylesheets/main.scss */
  .level-left {
    display: flex;
  }
}

/* line 7095, app/assets/stylesheets/main.scss */
.level-right {
  align-items: center;
  justify-content: flex-end;
}

@media screen and (min-width: 769px), print {
  /* line 7101, app/assets/stylesheets/main.scss */
  .level-right {
    display: flex;
  }
}

/* line 7106, app/assets/stylesheets/main.scss */
.media {
  align-items: flex-start;
  display: flex;
  text-align: inherit;
}

/* line 7112, app/assets/stylesheets/main.scss */
.media .content:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 7116, app/assets/stylesheets/main.scss */
.media .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  display: flex;
  padding-top: 0.75rem;
}

/* line 7122, app/assets/stylesheets/main.scss */
.media .media .content:not(:last-child),
.media .media .control:not(:last-child) {
  margin-bottom: 0.5rem;
}

/* line 7127, app/assets/stylesheets/main.scss */
.media .media .media {
  padding-top: 0.5rem;
}

/* line 7131, app/assets/stylesheets/main.scss */
.media .media .media + .media {
  margin-top: 0.5rem;
}

/* line 7135, app/assets/stylesheets/main.scss */
.media + .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  margin-top: 1rem;
  padding-top: 1rem;
}

/* line 7141, app/assets/stylesheets/main.scss */
.media.is-large + .media {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

/* line 7146, app/assets/stylesheets/main.scss */
.media-left,
.media-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

/* line 7153, app/assets/stylesheets/main.scss */
.media-left {
  margin-right: 1rem;
}

/* line 7157, app/assets/stylesheets/main.scss */
.media-right {
  margin-left: 1rem;
}

/* line 7161, app/assets/stylesheets/main.scss */
.media-content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: inherit;
}

@media screen and (max-width: 768px) {
  /* line 7169, app/assets/stylesheets/main.scss */
  .media-content {
    overflow-x: auto;
  }
}

/* line 7174, app/assets/stylesheets/main.scss */
.menu {
  font-size: 1rem;
}

/* line 7178, app/assets/stylesheets/main.scss */
.menu.is-small {
  font-size: 0.75rem;
}

/* line 7182, app/assets/stylesheets/main.scss */
.menu.is-medium {
  font-size: 1.25rem;
}

/* line 7186, app/assets/stylesheets/main.scss */
.menu.is-large {
  font-size: 1.5rem;
}

/* line 7190, app/assets/stylesheets/main.scss */
.menu-list {
  line-height: 1.25;
}

/* line 7194, app/assets/stylesheets/main.scss */
.menu-list a {
  border-radius: 0;
  color: #727c8f;
  display: block;
  padding: 0.5rem 0;
}

/* line 7201, app/assets/stylesheets/main.scss */
.menu-list a:hover {
  background-color: #262930;
  color: white;
}

/* line 7206, app/assets/stylesheets/main.scss */
.menu-list a.is-active {
  background-color: #282c33;
  color: white;
}

/* line 7211, app/assets/stylesheets/main.scss */
.menu-list li ul {
  border-left: 1px solid #dbdbdb;
  margin: 0.75em;
  padding-left: 0.75em;
}

/* line 7217, app/assets/stylesheets/main.scss */
.menu-label {
  color: #666f81;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* line 7224, app/assets/stylesheets/main.scss */
.menu-label:not(:first-child) {
  margin-top: 1em;
}

/* line 7228, app/assets/stylesheets/main.scss */
.menu-label:not(:last-child) {
  margin-bottom: 1em;
}

/* line 7232, app/assets/stylesheets/main.scss */
.message {
  background-color: whitesmoke;
  border-radius: 4px;
  font-size: 1rem;
}

/* line 7238, app/assets/stylesheets/main.scss */
.message strong {
  color: currentColor;
}

/* line 7242, app/assets/stylesheets/main.scss */
.message a:not(.button):not(.tag):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}

/* line 7247, app/assets/stylesheets/main.scss */
.message.is-small {
  font-size: 0.75rem;
}

/* line 7251, app/assets/stylesheets/main.scss */
.message.is-medium {
  font-size: 1.25rem;
}

/* line 7255, app/assets/stylesheets/main.scss */
.message.is-large {
  font-size: 1.5rem;
}

/* line 7259, app/assets/stylesheets/main.scss */
.message.is-white {
  background-color: white;
}

/* line 7263, app/assets/stylesheets/main.scss */
.message.is-white .message-header {
  background-color: white;
  color: #0a0a0a;
}

/* line 7268, app/assets/stylesheets/main.scss */
.message.is-white .message-body {
  border-color: white;
}

/* line 7272, app/assets/stylesheets/main.scss */
.message.is-black {
  background-color: #fafafa;
}

/* line 7276, app/assets/stylesheets/main.scss */
.message.is-black .message-header {
  background-color: #0a0a0a;
  color: white;
}

/* line 7281, app/assets/stylesheets/main.scss */
.message.is-black .message-body {
  border-color: #0a0a0a;
}

/* line 7285, app/assets/stylesheets/main.scss */
.message.is-light {
  background-color: #fafafa;
}

/* line 7289, app/assets/stylesheets/main.scss */
.message.is-light .message-header {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

/* line 7294, app/assets/stylesheets/main.scss */
.message.is-light .message-body {
  border-color: whitesmoke;
}

/* line 7298, app/assets/stylesheets/main.scss */
.message.is-dark {
  background-color: #fafafa;
}

/* line 7302, app/assets/stylesheets/main.scss */
.message.is-dark .message-header {
  background-color: #363636;
  color: #fff;
}

/* line 7307, app/assets/stylesheets/main.scss */
.message.is-dark .message-body {
  border-color: #363636;
}

/* line 7311, app/assets/stylesheets/main.scss */
.message.is-primary {
  background-color: #ebfffc;
}

/* line 7315, app/assets/stylesheets/main.scss */
.message.is-primary .message-header {
  background-color: #00d1b2;
  color: #fff;
}

/* line 7320, app/assets/stylesheets/main.scss */
.message.is-primary .message-body {
  border-color: #00d1b2;
  color: #00947e;
}

/* line 7325, app/assets/stylesheets/main.scss */
.message.is-link {
  background-color: #eef3fc;
}

/* line 7329, app/assets/stylesheets/main.scss */
.message.is-link .message-header {
  background-color: #3273dc;
  color: #fff;
}

/* line 7334, app/assets/stylesheets/main.scss */
.message.is-link .message-body {
  border-color: #3273dc;
  color: #2160c4;
}

/* line 7339, app/assets/stylesheets/main.scss */
.message.is-info {
  background-color: #eef6fc;
}

/* line 7343, app/assets/stylesheets/main.scss */
.message.is-info .message-header {
  background-color: #3298dc;
  color: #fff;
}

/* line 7348, app/assets/stylesheets/main.scss */
.message.is-info .message-body {
  border-color: #3298dc;
  color: #1d72aa;
}

/* line 7353, app/assets/stylesheets/main.scss */
.message.is-success {
  background-color: #effaf3;
}

/* line 7357, app/assets/stylesheets/main.scss */
.message.is-success .message-header {
  background-color: #48c774;
  color: #fff;
}

/* line 7362, app/assets/stylesheets/main.scss */
.message.is-success .message-body {
  border-color: #48c774;
  color: #257942;
}

/* line 7367, app/assets/stylesheets/main.scss */
.message.is-warning {
  background-color: #fffbeb;
}

/* line 7371, app/assets/stylesheets/main.scss */
.message.is-warning .message-header {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

/* line 7376, app/assets/stylesheets/main.scss */
.message.is-warning .message-body {
  border-color: #ffdd57;
  color: #947600;
}

/* line 7381, app/assets/stylesheets/main.scss */
.message.is-danger {
  background-color: #feecf0;
}

/* line 7385, app/assets/stylesheets/main.scss */
.message.is-danger .message-header {
  background-color: #f14668;
  color: #fff;
}

/* line 7390, app/assets/stylesheets/main.scss */
.message.is-danger .message-body {
  border-color: #f14668;
  color: #cc0f35;
}

/* line 7395, app/assets/stylesheets/main.scss */
.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 7408, app/assets/stylesheets/main.scss */
.message-header .delete {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 0.75em;
}

/* line 7414, app/assets/stylesheets/main.scss */
.message-header + .message-body {
  border-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 7420, app/assets/stylesheets/main.scss */
.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 7429, app/assets/stylesheets/main.scss */
.message-body code,
.message-body pre {
  background-color: white;
}

/* line 7434, app/assets/stylesheets/main.scss */
.message-body pre code {
  background-color: transparent;
}

/* line 7438, app/assets/stylesheets/main.scss */
.modal {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40;
}

/* line 7448, app/assets/stylesheets/main.scss */
.modal.is-active {
  display: flex;
}

/* line 7452, app/assets/stylesheets/main.scss */
.modal-background {
  background-color: rgba(10, 10, 10, 0.86);
}

/* line 7456, app/assets/stylesheets/main.scss */
.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 769px), print {
  /* line 7466, app/assets/stylesheets/main.scss */
  .modal-content,
.modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}

/* line 7474, app/assets/stylesheets/main.scss */
.modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}

/* line 7483, app/assets/stylesheets/main.scss */
.modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible;
}

/* line 7491, app/assets/stylesheets/main.scss */
.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 7502, app/assets/stylesheets/main.scss */
.modal-card-head {
  border-bottom: 1px solid whitesmoke;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 7508, app/assets/stylesheets/main.scss */
.modal-card-title {
  color: #363636;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1rem;
  line-height: 1;
}

/* line 7516, app/assets/stylesheets/main.scss */
.modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 0;
}

/* line 7522, app/assets/stylesheets/main.scss */
.modal-card-foot .button:not(:last-child) {
  margin-right: 0.5em;
}

/* line 7526, app/assets/stylesheets/main.scss */
.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: white;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 1.5rem 20px;
}

/* line 7535, app/assets/stylesheets/main.scss */
.navbar {
  background-color: white;
  min-height: 3.25rem;
  position: relative;
  z-index: 5;
}

/* line 7542, app/assets/stylesheets/main.scss */
.navbar.is-white {
  background-color: white;
  color: #0a0a0a;
}

/* line 7547, app/assets/stylesheets/main.scss */
.navbar.is-white .navbar-brand > .navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
  color: #0a0a0a;
}

/* line 7552, app/assets/stylesheets/main.scss */
.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 7560, app/assets/stylesheets/main.scss */
.navbar.is-white .navbar-brand .navbar-link::after {
  border-color: #0a0a0a;
}

/* line 7564, app/assets/stylesheets/main.scss */
.navbar.is-white .navbar-burger {
  color: #0a0a0a;
}

@media screen and (min-width: 1024px) {
  /* line 7569, app/assets/stylesheets/main.scss */
  .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 7575, app/assets/stylesheets/main.scss */
  .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 7588, app/assets/stylesheets/main.scss */
  .navbar.is-white .navbar-start .navbar-link::after,
.navbar.is-white .navbar-end .navbar-link::after {
    border-color: #0a0a0a;
  }
  /* line 7592, app/assets/stylesheets/main.scss */
  .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 7598, app/assets/stylesheets/main.scss */
  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: white;
    color: #0a0a0a;
  }
}

/* line 7604, app/assets/stylesheets/main.scss */
.navbar.is-black {
  background-color: #0a0a0a;
  color: white;
}

/* line 7609, app/assets/stylesheets/main.scss */
.navbar.is-black .navbar-brand > .navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
  color: white;
}

/* line 7614, app/assets/stylesheets/main.scss */
.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 7622, app/assets/stylesheets/main.scss */
.navbar.is-black .navbar-brand .navbar-link::after {
  border-color: white;
}

/* line 7626, app/assets/stylesheets/main.scss */
.navbar.is-black .navbar-burger {
  color: white;
}

@media screen and (min-width: 1024px) {
  /* line 7631, app/assets/stylesheets/main.scss */
  .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 7637, app/assets/stylesheets/main.scss */
  .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 7650, app/assets/stylesheets/main.scss */
  .navbar.is-black .navbar-start .navbar-link::after,
.navbar.is-black .navbar-end .navbar-link::after {
    border-color: white;
  }
  /* line 7654, app/assets/stylesheets/main.scss */
  .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 7660, app/assets/stylesheets/main.scss */
  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: #0a0a0a;
    color: white;
  }
}

/* line 7666, app/assets/stylesheets/main.scss */
.navbar.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

/* line 7671, app/assets/stylesheets/main.scss */
.navbar.is-light .navbar-brand > .navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

/* line 7676, app/assets/stylesheets/main.scss */
.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 7684, app/assets/stylesheets/main.scss */
.navbar.is-light .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}

/* line 7688, app/assets/stylesheets/main.scss */
.navbar.is-light .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1024px) {
  /* line 7693, app/assets/stylesheets/main.scss */
  .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 7699, app/assets/stylesheets/main.scss */
  .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 7712, app/assets/stylesheets/main.scss */
  .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 7716, app/assets/stylesheets/main.scss */
  .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 7722, app/assets/stylesheets/main.scss */
  .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: rgba(0, 0, 0, 0.7);
  }
}

/* line 7728, app/assets/stylesheets/main.scss */
.navbar.is-dark {
  background-color: #363636;
  color: #fff;
}

/* line 7733, app/assets/stylesheets/main.scss */
.navbar.is-dark .navbar-brand > .navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
  color: #fff;
}

/* line 7738, app/assets/stylesheets/main.scss */
.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 7746, app/assets/stylesheets/main.scss */
.navbar.is-dark .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 7750, app/assets/stylesheets/main.scss */
.navbar.is-dark .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 7755, app/assets/stylesheets/main.scss */
  .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 7761, app/assets/stylesheets/main.scss */
  .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 7774, app/assets/stylesheets/main.scss */
  .navbar.is-dark .navbar-start .navbar-link::after,
.navbar.is-dark .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 7778, app/assets/stylesheets/main.scss */
  .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 7784, app/assets/stylesheets/main.scss */
  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: #363636;
    color: #fff;
  }
}

/* line 7790, app/assets/stylesheets/main.scss */
.navbar.is-primary {
  background-color: #00d1b2;
  color: #fff;
}

/* line 7795, app/assets/stylesheets/main.scss */
.navbar.is-primary .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
  color: #fff;
}

/* line 7800, app/assets/stylesheets/main.scss */
.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 7808, app/assets/stylesheets/main.scss */
.navbar.is-primary .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 7812, app/assets/stylesheets/main.scss */
.navbar.is-primary .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 7817, app/assets/stylesheets/main.scss */
  .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 7823, app/assets/stylesheets/main.scss */
  .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 7836, app/assets/stylesheets/main.scss */
  .navbar.is-primary .navbar-start .navbar-link::after,
.navbar.is-primary .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 7840, app/assets/stylesheets/main.scss */
  .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 7846, app/assets/stylesheets/main.scss */
  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: #00d1b2;
    color: #fff;
  }
}

/* line 7852, app/assets/stylesheets/main.scss */
.navbar.is-link {
  background-color: #3273dc;
  color: #fff;
}

/* line 7857, app/assets/stylesheets/main.scss */
.navbar.is-link .navbar-brand > .navbar-item,
.navbar.is-link .navbar-brand .navbar-link {
  color: #fff;
}

/* line 7862, app/assets/stylesheets/main.scss */
.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: #2366d1;
  color: #fff;
}

/* line 7870, app/assets/stylesheets/main.scss */
.navbar.is-link .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 7874, app/assets/stylesheets/main.scss */
.navbar.is-link .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 7879, app/assets/stylesheets/main.scss */
  .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 7885, app/assets/stylesheets/main.scss */
  .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: #2366d1;
    color: #fff;
  }
  /* line 7898, app/assets/stylesheets/main.scss */
  .navbar.is-link .navbar-start .navbar-link::after,
.navbar.is-link .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 7902, app/assets/stylesheets/main.scss */
  .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: #2366d1;
    color: #fff;
  }
  /* line 7908, app/assets/stylesheets/main.scss */
  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: #3273dc;
    color: #fff;
  }
}

/* line 7914, app/assets/stylesheets/main.scss */
.navbar.is-info {
  background-color: #3298dc;
  color: #fff;
}

/* line 7919, app/assets/stylesheets/main.scss */
.navbar.is-info .navbar-brand > .navbar-item,
.navbar.is-info .navbar-brand .navbar-link {
  color: #fff;
}

/* line 7924, app/assets/stylesheets/main.scss */
.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: #238cd1;
  color: #fff;
}

/* line 7932, app/assets/stylesheets/main.scss */
.navbar.is-info .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 7936, app/assets/stylesheets/main.scss */
.navbar.is-info .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 7941, app/assets/stylesheets/main.scss */
  .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 7947, app/assets/stylesheets/main.scss */
  .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: #238cd1;
    color: #fff;
  }
  /* line 7960, app/assets/stylesheets/main.scss */
  .navbar.is-info .navbar-start .navbar-link::after,
.navbar.is-info .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 7964, app/assets/stylesheets/main.scss */
  .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: #238cd1;
    color: #fff;
  }
  /* line 7970, app/assets/stylesheets/main.scss */
  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: #3298dc;
    color: #fff;
  }
}

/* line 7976, app/assets/stylesheets/main.scss */
.navbar.is-success {
  background-color: #48c774;
  color: #fff;
}

/* line 7981, app/assets/stylesheets/main.scss */
.navbar.is-success .navbar-brand > .navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
  color: #fff;
}

/* line 7986, app/assets/stylesheets/main.scss */
.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: #3abb67;
  color: #fff;
}

/* line 7994, app/assets/stylesheets/main.scss */
.navbar.is-success .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 7998, app/assets/stylesheets/main.scss */
.navbar.is-success .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 8003, app/assets/stylesheets/main.scss */
  .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 8009, app/assets/stylesheets/main.scss */
  .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: #3abb67;
    color: #fff;
  }
  /* line 8022, app/assets/stylesheets/main.scss */
  .navbar.is-success .navbar-start .navbar-link::after,
.navbar.is-success .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 8026, app/assets/stylesheets/main.scss */
  .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: #3abb67;
    color: #fff;
  }
  /* line 8032, app/assets/stylesheets/main.scss */
  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: #48c774;
    color: #fff;
  }
}

/* line 8038, app/assets/stylesheets/main.scss */
.navbar.is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

/* line 8043, app/assets/stylesheets/main.scss */
.navbar.is-warning .navbar-brand > .navbar-item,
.navbar.is-warning .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

/* line 8048, app/assets/stylesheets/main.scss */
.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: #ffd83d;
  color: rgba(0, 0, 0, 0.7);
}

/* line 8056, app/assets/stylesheets/main.scss */
.navbar.is-warning .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}

/* line 8060, app/assets/stylesheets/main.scss */
.navbar.is-warning .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1024px) {
  /* line 8065, app/assets/stylesheets/main.scss */
  .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: rgba(0, 0, 0, 0.7);
  }
  /* line 8071, app/assets/stylesheets/main.scss */
  .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: #ffd83d;
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 8084, app/assets/stylesheets/main.scss */
  .navbar.is-warning .navbar-start .navbar-link::after,
.navbar.is-warning .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }
  /* line 8088, app/assets/stylesheets/main.scss */
  .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: #ffd83d;
    color: rgba(0, 0, 0, 0.7);
  }
  /* line 8094, app/assets/stylesheets/main.scss */
  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, 0.7);
  }
}

/* line 8100, app/assets/stylesheets/main.scss */
.navbar.is-danger {
  background-color: #f14668;
  color: #fff;
}

/* line 8105, app/assets/stylesheets/main.scss */
.navbar.is-danger .navbar-brand > .navbar-item,
.navbar.is-danger .navbar-brand .navbar-link {
  color: #fff;
}

/* line 8110, app/assets/stylesheets/main.scss */
.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 8118, app/assets/stylesheets/main.scss */
.navbar.is-danger .navbar-brand .navbar-link::after {
  border-color: #fff;
}

/* line 8122, app/assets/stylesheets/main.scss */
.navbar.is-danger .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  /* line 8127, app/assets/stylesheets/main.scss */
  .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 8133, app/assets/stylesheets/main.scss */
  .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 8146, app/assets/stylesheets/main.scss */
  .navbar.is-danger .navbar-start .navbar-link::after,
.navbar.is-danger .navbar-end .navbar-link::after {
    border-color: #fff;
  }
  /* line 8150, app/assets/stylesheets/main.scss */
  .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 8156, app/assets/stylesheets/main.scss */
  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: #f14668;
    color: #fff;
  }
}

/* line 8162, app/assets/stylesheets/main.scss */
.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}

/* line 8169, app/assets/stylesheets/main.scss */
.navbar.has-shadow {
  box-shadow: 0 2px 0 0 whitesmoke;
}

/* line 8173, app/assets/stylesheets/main.scss */
.navbar.is-fixed-bottom, .navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 5;
}

/* line 8180, app/assets/stylesheets/main.scss */
.navbar.is-fixed-bottom {
  bottom: 0;
}

/* line 8184, app/assets/stylesheets/main.scss */
.navbar.is-fixed-bottom.has-shadow {
  box-shadow: 0 -2px 0 0 whitesmoke;
}

/* line 8188, app/assets/stylesheets/main.scss */
.navbar.is-fixed-top {
  top: 0;
}

/* line 8192, app/assets/stylesheets/main.scss */
html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 3.25rem;
}

/* line 8197, app/assets/stylesheets/main.scss */
html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 3.25rem;
}

/* line 8202, app/assets/stylesheets/main.scss */
.navbar-brand,
.navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem;
}

/* line 8210, app/assets/stylesheets/main.scss */
.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover {
  background-color: transparent;
}

/* line 8214, app/assets/stylesheets/main.scss */
.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
}

/* line 8221, app/assets/stylesheets/main.scss */
.navbar-burger {
  color: #4a4a4a;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto;
}

/* line 8231, app/assets/stylesheets/main.scss */
.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 8244, app/assets/stylesheets/main.scss */
.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}

/* line 8248, app/assets/stylesheets/main.scss */
.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}

/* line 8252, app/assets/stylesheets/main.scss */
.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}

/* line 8256, app/assets/stylesheets/main.scss */
.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 8260, app/assets/stylesheets/main.scss */
.navbar-burger.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

/* line 8264, app/assets/stylesheets/main.scss */
.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}

/* line 8268, app/assets/stylesheets/main.scss */
.navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

/* line 8272, app/assets/stylesheets/main.scss */
.navbar-menu {
  display: none;
}

/* line 8276, app/assets/stylesheets/main.scss */
.navbar-item,
.navbar-link {
  color: #4a4a4a;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}

/* line 8285, app/assets/stylesheets/main.scss */
.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

/* line 8291, app/assets/stylesheets/main.scss */
a.navbar-item,
.navbar-link {
  cursor: pointer;
}

/* line 8296, app/assets/stylesheets/main.scss */
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: #3273dc;
}

/* line 8305, app/assets/stylesheets/main.scss */
.navbar-item {
  flex-grow: 0;
  flex-shrink: 0;
}

/* line 8310, app/assets/stylesheets/main.scss */
.navbar-item img {
  max-height: 1.75rem;
}

/* line 8314, app/assets/stylesheets/main.scss */
.navbar-item.has-dropdown {
  padding: 0;
}

/* line 8318, app/assets/stylesheets/main.scss */
.navbar-item.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

/* line 8323, app/assets/stylesheets/main.scss */
.navbar-item.is-tab {
  border-bottom: 1px solid transparent;
  min-height: 3.25rem;
  padding-bottom: calc(0.5rem - 1px);
}

/* line 8329, app/assets/stylesheets/main.scss */
.navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: #3273dc;
}

/* line 8334, app/assets/stylesheets/main.scss */
.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: #3273dc;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #3273dc;
  padding-bottom: calc(0.5rem - 3px);
}

/* line 8343, app/assets/stylesheets/main.scss */
.navbar-content {
  flex-grow: 1;
  flex-shrink: 1;
}

/* line 8348, app/assets/stylesheets/main.scss */
.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em;
}

/* line 8352, app/assets/stylesheets/main.scss */
.navbar-link:not(.is-arrowless)::after {
  border-color: #3273dc;
  margin-top: -0.375em;
  right: 1.125em;
}

/* line 8358, app/assets/stylesheets/main.scss */
.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

/* line 8364, app/assets/stylesheets/main.scss */
.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* line 8369, app/assets/stylesheets/main.scss */
.navbar-divider {
  background-color: whitesmoke;
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0;
}

@media screen and (max-width: 1023px) {
  /* line 8378, app/assets/stylesheets/main.scss */
  .navbar > .container {
    display: block;
  }
  /* line 8381, app/assets/stylesheets/main.scss */
  .navbar-brand .navbar-item,
.navbar-tabs .navbar-item {
    align-items: center;
    display: flex;
  }
  /* line 8386, app/assets/stylesheets/main.scss */
  .navbar-link::after {
    display: none;
  }
  /* line 8389, app/assets/stylesheets/main.scss */
  .navbar-menu {
    background-color: white;
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0;
  }
  /* line 8394, app/assets/stylesheets/main.scss */
  .navbar-menu.is-active {
    display: block;
  }
  /* line 8397, app/assets/stylesheets/main.scss */
  .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 5;
  }
  /* line 8403, app/assets/stylesheets/main.scss */
  .navbar.is-fixed-bottom-touch {
    bottom: 0;
  }
  /* line 8406, app/assets/stylesheets/main.scss */
  .navbar.is-fixed-bottom-touch.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  /* line 8409, app/assets/stylesheets/main.scss */
  .navbar.is-fixed-top-touch {
    top: 0;
  }
  /* line 8412, app/assets/stylesheets/main.scss */
  .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 8417, app/assets/stylesheets/main.scss */
  html.has-navbar-fixed-top-touch,
body.has-navbar-fixed-top-touch {
    padding-top: 3.25rem;
  }
  /* line 8421, app/assets/stylesheets/main.scss */
  html.has-navbar-fixed-bottom-touch,
body.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 8428, app/assets/stylesheets/main.scss */
  .navbar,
.navbar-menu,
.navbar-start,
.navbar-end {
    align-items: stretch;
    display: flex;
  }
  /* line 8435, app/assets/stylesheets/main.scss */
  .navbar {
    min-height: 3.25rem;
  }
  /* line 8438, app/assets/stylesheets/main.scss */
  .navbar.is-spaced {
    padding: 1rem 2rem;
  }
  /* line 8441, app/assets/stylesheets/main.scss */
  .navbar.is-spaced .navbar-start,
.navbar.is-spaced .navbar-end {
    align-items: center;
  }
  /* line 8445, app/assets/stylesheets/main.scss */
  .navbar.is-spaced a.navbar-item,
.navbar.is-spaced .navbar-link {
    border-radius: 4px;
  }
  /* line 8449, app/assets/stylesheets/main.scss */
  .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 8455, app/assets/stylesheets/main.scss */
  .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 8458, app/assets/stylesheets/main.scss */
  .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }
  /* line 8462, app/assets/stylesheets/main.scss */
  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #3273dc;
  }
  /* line 8466, app/assets/stylesheets/main.scss */
  .navbar-burger {
    display: none;
  }
  /* line 8469, app/assets/stylesheets/main.scss */
  .navbar-item,
.navbar-link {
    align-items: center;
    display: flex;
  }
  /* line 8474, app/assets/stylesheets/main.scss */
  .navbar-item.has-dropdown {
    align-items: stretch;
  }
  /* line 8477, app/assets/stylesheets/main.scss */
  .navbar-item.has-dropdown-up .navbar-link::after {
    transform: rotate(135deg) translate(0.25em, -0.25em);
  }
  /* line 8480, app/assets/stylesheets/main.scss */
  .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 8488, app/assets/stylesheets/main.scss */
  .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 8491, app/assets/stylesheets/main.scss */
  .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 8496, app/assets/stylesheets/main.scss */
  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
  }
  /* line 8500, app/assets/stylesheets/main.scss */
  .navbar-start {
    justify-content: flex-start;
    margin-right: auto;
  }
  /* line 8504, app/assets/stylesheets/main.scss */
  .navbar-end {
    justify-content: flex-end;
    margin-left: auto;
  }
  /* line 8508, app/assets/stylesheets/main.scss */
  .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: 5;
  }
  /* line 8522, app/assets/stylesheets/main.scss */
  .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }
  /* line 8526, app/assets/stylesheets/main.scss */
  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }
  /* line 8529, app/assets/stylesheets/main.scss */
  .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }
  /* line 8533, app/assets/stylesheets/main.scss */
  .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #3273dc;
  }
  /* line 8537, app/assets/stylesheets/main.scss */
  .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 8549, app/assets/stylesheets/main.scss */
  .navbar-dropdown.is-right {
    left: auto;
    right: 0;
  }
  /* line 8553, app/assets/stylesheets/main.scss */
  .navbar-divider {
    display: block;
  }
  /* line 8556, app/assets/stylesheets/main.scss */
  .navbar > .container .navbar-brand,
.container > .navbar .navbar-brand {
    margin-left: -0.75rem;
  }
  /* line 8560, app/assets/stylesheets/main.scss */
  .navbar > .container .navbar-menu,
.container > .navbar .navbar-menu {
    margin-right: -0.75rem;
  }
  /* line 8564, app/assets/stylesheets/main.scss */
  .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 5;
  }
  /* line 8570, app/assets/stylesheets/main.scss */
  .navbar.is-fixed-bottom-desktop {
    bottom: 0;
  }
  /* line 8573, app/assets/stylesheets/main.scss */
  .navbar.is-fixed-bottom-desktop.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }
  /* line 8576, app/assets/stylesheets/main.scss */
  .navbar.is-fixed-top-desktop {
    top: 0;
  }
  /* line 8579, app/assets/stylesheets/main.scss */
  html.has-navbar-fixed-top-desktop,
body.has-navbar-fixed-top-desktop {
    padding-top: 3.25rem;
  }
  /* line 8583, app/assets/stylesheets/main.scss */
  html.has-navbar-fixed-bottom-desktop,
body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem;
  }
  /* line 8587, app/assets/stylesheets/main.scss */
  html.has-spaced-navbar-fixed-top,
body.has-spaced-navbar-fixed-top {
    padding-top: 5.25rem;
  }
  /* line 8591, app/assets/stylesheets/main.scss */
  html.has-spaced-navbar-fixed-bottom,
body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem;
  }
  /* line 8595, app/assets/stylesheets/main.scss */
  a.navbar-item.is-active,
.navbar-link.is-active {
    color: #0a0a0a;
  }
  /* line 8599, app/assets/stylesheets/main.scss */
  a.navbar-item.is-active:not(:focus):not(:hover),
.navbar-link.is-active:not(:focus):not(:hover) {
    background-color: transparent;
  }
  /* line 8603, app/assets/stylesheets/main.scss */
  .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 8608, app/assets/stylesheets/main.scss */
.hero.is-fullheight-with-navbar {
  min-height: calc(100vh - 3.25rem);
}

/* line 8612, app/assets/stylesheets/main.scss */
.pagination {
  font-size: 1rem;
  margin: -0.25rem;
}

/* line 8617, app/assets/stylesheets/main.scss */
.pagination.is-small {
  font-size: 0.75rem;
}

/* line 8621, app/assets/stylesheets/main.scss */
.pagination.is-medium {
  font-size: 1.25rem;
}

/* line 8625, app/assets/stylesheets/main.scss */
.pagination.is-large {
  font-size: 1.5rem;
}

/* line 8629, app/assets/stylesheets/main.scss */
.pagination.is-rounded .pagination-previous,
.pagination.is-rounded .pagination-next {
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 290486px;
}

/* line 8636, app/assets/stylesheets/main.scss */
.pagination.is-rounded .pagination-link {
  border-radius: 290486px;
}

/* line 8640, app/assets/stylesheets/main.scss */
.pagination,
.pagination-list {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

/* line 8648, app/assets/stylesheets/main.scss */
.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 8660, app/assets/stylesheets/main.scss */
.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: #dbdbdb;
  color: #363636;
  min-width: 2.5em;
}

/* line 8668, app/assets/stylesheets/main.scss */
.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
  border-color: #b5b5b5;
  color: #363636;
}

/* line 8675, app/assets/stylesheets/main.scss */
.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
  border-color: #3273dc;
}

/* line 8681, app/assets/stylesheets/main.scss */
.pagination-previous:active,
.pagination-next:active,
.pagination-link:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
}

/* line 8687, app/assets/stylesheets/main.scss */
.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled] {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  box-shadow: none;
  color: #7a7a7a;
  opacity: 0.5;
}

/* line 8697, app/assets/stylesheets/main.scss */
.pagination-previous,
.pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

/* line 8704, app/assets/stylesheets/main.scss */
.pagination-link.is-current {
  background-color: #3273dc;
  border-color: #3273dc;
  color: #fff;
}

/* line 8710, app/assets/stylesheets/main.scss */
.pagination-ellipsis {
  color: #b5b5b5;
  pointer-events: none;
}

/* line 8715, app/assets/stylesheets/main.scss */
.pagination-list {
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  /* line 8720, app/assets/stylesheets/main.scss */
  .pagination {
    flex-wrap: wrap;
  }
  /* line 8723, app/assets/stylesheets/main.scss */
  .pagination-previous,
.pagination-next {
    flex-grow: 1;
    flex-shrink: 1;
  }
  /* line 8728, app/assets/stylesheets/main.scss */
  .pagination-list li {
    flex-grow: 1;
    flex-shrink: 1;
  }
}

@media screen and (min-width: 769px), print {
  /* line 8735, app/assets/stylesheets/main.scss */
  .pagination-list {
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    order: 1;
  }
  /* line 8741, app/assets/stylesheets/main.scss */
  .pagination-previous {
    order: 2;
  }
  /* line 8744, app/assets/stylesheets/main.scss */
  .pagination-next {
    order: 3;
  }
  /* line 8747, app/assets/stylesheets/main.scss */
  .pagination {
    justify-content: space-between;
  }
  /* line 8750, app/assets/stylesheets/main.scss */
  .pagination.is-centered .pagination-previous {
    order: 1;
  }
  /* line 8753, app/assets/stylesheets/main.scss */
  .pagination.is-centered .pagination-list {
    justify-content: center;
    order: 2;
  }
  /* line 8757, app/assets/stylesheets/main.scss */
  .pagination.is-centered .pagination-next {
    order: 3;
  }
  /* line 8760, app/assets/stylesheets/main.scss */
  .pagination.is-right .pagination-previous {
    order: 1;
  }
  /* line 8763, app/assets/stylesheets/main.scss */
  .pagination.is-right .pagination-next {
    order: 2;
  }
  /* line 8766, app/assets/stylesheets/main.scss */
  .pagination.is-right .pagination-list {
    justify-content: flex-end;
    order: 3;
  }
}

/* line 8772, app/assets/stylesheets/main.scss */
.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 8778, app/assets/stylesheets/main.scss */
.panel:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 8782, app/assets/stylesheets/main.scss */
.panel.is-white .panel-heading {
  background-color: white;
  color: #0a0a0a;
}

/* line 8787, app/assets/stylesheets/main.scss */
.panel.is-white .panel-tabs a.is-active {
  border-bottom-color: white;
}

/* line 8791, app/assets/stylesheets/main.scss */
.panel.is-white .panel-block.is-active .panel-icon {
  color: white;
}

/* line 8795, app/assets/stylesheets/main.scss */
.panel.is-black .panel-heading {
  background-color: #0a0a0a;
  color: white;
}

/* line 8800, app/assets/stylesheets/main.scss */
.panel.is-black .panel-tabs a.is-active {
  border-bottom-color: #0a0a0a;
}

/* line 8804, app/assets/stylesheets/main.scss */
.panel.is-black .panel-block.is-active .panel-icon {
  color: #0a0a0a;
}

/* line 8808, app/assets/stylesheets/main.scss */
.panel.is-light .panel-heading {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

/* line 8813, app/assets/stylesheets/main.scss */
.panel.is-light .panel-tabs a.is-active {
  border-bottom-color: whitesmoke;
}

/* line 8817, app/assets/stylesheets/main.scss */
.panel.is-light .panel-block.is-active .panel-icon {
  color: whitesmoke;
}

/* line 8821, app/assets/stylesheets/main.scss */
.panel.is-dark .panel-heading {
  background-color: #363636;
  color: #fff;
}

/* line 8826, app/assets/stylesheets/main.scss */
.panel.is-dark .panel-tabs a.is-active {
  border-bottom-color: #363636;
}

/* line 8830, app/assets/stylesheets/main.scss */
.panel.is-dark .panel-block.is-active .panel-icon {
  color: #363636;
}

/* line 8834, app/assets/stylesheets/main.scss */
.panel.is-primary .panel-heading {
  background-color: #00d1b2;
  color: #fff;
}

/* line 8839, app/assets/stylesheets/main.scss */
.panel.is-primary .panel-tabs a.is-active {
  border-bottom-color: #00d1b2;
}

/* line 8843, app/assets/stylesheets/main.scss */
.panel.is-primary .panel-block.is-active .panel-icon {
  color: #00d1b2;
}

/* line 8847, app/assets/stylesheets/main.scss */
.panel.is-link .panel-heading {
  background-color: #3273dc;
  color: #fff;
}

/* line 8852, app/assets/stylesheets/main.scss */
.panel.is-link .panel-tabs a.is-active {
  border-bottom-color: #3273dc;
}

/* line 8856, app/assets/stylesheets/main.scss */
.panel.is-link .panel-block.is-active .panel-icon {
  color: #3273dc;
}

/* line 8860, app/assets/stylesheets/main.scss */
.panel.is-info .panel-heading {
  background-color: #3298dc;
  color: #fff;
}

/* line 8865, app/assets/stylesheets/main.scss */
.panel.is-info .panel-tabs a.is-active {
  border-bottom-color: #3298dc;
}

/* line 8869, app/assets/stylesheets/main.scss */
.panel.is-info .panel-block.is-active .panel-icon {
  color: #3298dc;
}

/* line 8873, app/assets/stylesheets/main.scss */
.panel.is-success .panel-heading {
  background-color: #48c774;
  color: #fff;
}

/* line 8878, app/assets/stylesheets/main.scss */
.panel.is-success .panel-tabs a.is-active {
  border-bottom-color: #48c774;
}

/* line 8882, app/assets/stylesheets/main.scss */
.panel.is-success .panel-block.is-active .panel-icon {
  color: #48c774;
}

/* line 8886, app/assets/stylesheets/main.scss */
.panel.is-warning .panel-heading {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

/* line 8891, app/assets/stylesheets/main.scss */
.panel.is-warning .panel-tabs a.is-active {
  border-bottom-color: #ffdd57;
}

/* line 8895, app/assets/stylesheets/main.scss */
.panel.is-warning .panel-block.is-active .panel-icon {
  color: #ffdd57;
}

/* line 8899, app/assets/stylesheets/main.scss */
.panel.is-danger .panel-heading {
  background-color: #f14668;
  color: #fff;
}

/* line 8904, app/assets/stylesheets/main.scss */
.panel.is-danger .panel-tabs a.is-active {
  border-bottom-color: #f14668;
}

/* line 8908, app/assets/stylesheets/main.scss */
.panel.is-danger .panel-block.is-active .panel-icon {
  color: #f14668;
}

/* line 8912, app/assets/stylesheets/main.scss */
.panel-tabs:not(:last-child),
.panel-block:not(:last-child) {
  border-bottom: 1px solid #ededed;
}

/* line 8917, app/assets/stylesheets/main.scss */
.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 8927, app/assets/stylesheets/main.scss */
.panel-tabs {
  align-items: flex-end;
  display: flex;
  font-size: 0.875em;
  justify-content: center;
}

/* line 8934, app/assets/stylesheets/main.scss */
.panel-tabs a {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: -1px;
  padding: 0.5em;
}

/* line 8940, app/assets/stylesheets/main.scss */
.panel-tabs a.is-active {
  border-bottom-color: #4a4a4a;
  color: #363636;
}

/* line 8945, app/assets/stylesheets/main.scss */
.panel-list a {
  color: #4a4a4a;
}

/* line 8949, app/assets/stylesheets/main.scss */
.panel-list a:hover {
  color: #3273dc;
}

/* line 8953, app/assets/stylesheets/main.scss */
.panel-block {
  align-items: center;
  color: #363636;
  display: flex;
  justify-content: flex-start;
  padding: 0.5em 0.75em;
}

/* line 8961, app/assets/stylesheets/main.scss */
.panel-block input[type="checkbox"] {
  margin-right: 0.75em;
}

/* line 8965, app/assets/stylesheets/main.scss */
.panel-block > .control {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}

/* line 8971, app/assets/stylesheets/main.scss */
.panel-block.is-wrapped {
  flex-wrap: wrap;
}

/* line 8975, app/assets/stylesheets/main.scss */
.panel-block.is-active {
  border-left-color: #3273dc;
  color: #363636;
}

/* line 8980, app/assets/stylesheets/main.scss */
.panel-block.is-active .panel-icon {
  color: #3273dc;
}

/* line 8984, app/assets/stylesheets/main.scss */
.panel-block:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 8989, app/assets/stylesheets/main.scss */
a.panel-block,
label.panel-block {
  cursor: pointer;
}

/* line 8994, app/assets/stylesheets/main.scss */
a.panel-block:hover,
label.panel-block:hover {
  background-color: whitesmoke;
}

/* line 8999, app/assets/stylesheets/main.scss */
.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 9011, app/assets/stylesheets/main.scss */
.panel-icon .fa {
  font-size: inherit;
  line-height: inherit;
}

/* line 9016, app/assets/stylesheets/main.scss */
.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 9027, app/assets/stylesheets/main.scss */
.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 9040, app/assets/stylesheets/main.scss */
.tabs a:hover {
  border-bottom-color: #363636;
  color: #363636;
}

/* line 9045, app/assets/stylesheets/main.scss */
.tabs li {
  display: block;
}

/* line 9049, app/assets/stylesheets/main.scss */
.tabs li.is-active a {
  border-bottom-color: #3273dc;
  color: #3273dc;
}

/* line 9054, app/assets/stylesheets/main.scss */
.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 9065, app/assets/stylesheets/main.scss */
.tabs ul.is-left {
  padding-right: 0.75em;
}

/* line 9069, app/assets/stylesheets/main.scss */
.tabs ul.is-center {
  flex: none;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
}

/* line 9076, app/assets/stylesheets/main.scss */
.tabs ul.is-right {
  justify-content: flex-end;
  padding-left: 0.75em;
}

/* line 9081, app/assets/stylesheets/main.scss */
.tabs .icon:first-child {
  margin-right: 0.5em;
}

/* line 9085, app/assets/stylesheets/main.scss */
.tabs .icon:last-child {
  margin-left: 0.5em;
}

/* line 9089, app/assets/stylesheets/main.scss */
.tabs.is-centered ul {
  justify-content: center;
}

/* line 9093, app/assets/stylesheets/main.scss */
.tabs.is-right ul {
  justify-content: flex-end;
}

/* line 9097, app/assets/stylesheets/main.scss */
.tabs.is-boxed a {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 9102, app/assets/stylesheets/main.scss */
.tabs.is-boxed a:hover {
  background-color: whitesmoke;
  border-bottom-color: #dbdbdb;
}

/* line 9107, app/assets/stylesheets/main.scss */
.tabs.is-boxed li.is-active a {
  background-color: white;
  border-color: #dbdbdb;
  border-bottom-color: transparent !important;
}

/* line 9113, app/assets/stylesheets/main.scss */
.tabs.is-fullwidth li {
  flex-grow: 1;
  flex-shrink: 0;
}

/* line 9118, app/assets/stylesheets/main.scss */
.tabs.is-toggle a {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative;
}

/* line 9126, app/assets/stylesheets/main.scss */
.tabs.is-toggle a:hover {
  background-color: whitesmoke;
  border-color: #b5b5b5;
  z-index: 2;
}

/* line 9132, app/assets/stylesheets/main.scss */
.tabs.is-toggle li + li {
  margin-left: -1px;
}

/* line 9136, app/assets/stylesheets/main.scss */
.tabs.is-toggle li:first-child a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 9141, app/assets/stylesheets/main.scss */
.tabs.is-toggle li:last-child a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 9146, app/assets/stylesheets/main.scss */
.tabs.is-toggle li.is-active a {
  background-color: #3273dc;
  border-color: #3273dc;
  color: #fff;
  z-index: 1;
}

/* line 9153, app/assets/stylesheets/main.scss */
.tabs.is-toggle ul {
  border-bottom: none;
}

/* line 9157, app/assets/stylesheets/main.scss */
.tabs.is-toggle.is-toggle-rounded li:first-child a {
  border-bottom-left-radius: 290486px;
  border-top-left-radius: 290486px;
  padding-left: 1.25em;
}

/* line 9163, app/assets/stylesheets/main.scss */
.tabs.is-toggle.is-toggle-rounded li:last-child a {
  border-bottom-right-radius: 290486px;
  border-top-right-radius: 290486px;
  padding-right: 1.25em;
}

/* line 9169, app/assets/stylesheets/main.scss */
.tabs.is-small {
  font-size: 0.75rem;
}

/* line 9173, app/assets/stylesheets/main.scss */
.tabs.is-medium {
  font-size: 1.25rem;
}

/* line 9177, app/assets/stylesheets/main.scss */
.tabs.is-large {
  font-size: 1.5rem;
}

/* line 9181, app/assets/stylesheets/main.scss */
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}

/* line 9189, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-narrow {
  flex: none;
}

/* line 9193, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}

/* line 9198, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}

/* line 9203, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}

/* line 9208, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}

/* line 9213, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}

/* line 9218, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}

/* line 9223, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}

/* line 9228, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}

/* line 9233, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}

/* line 9238, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}

/* line 9243, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}

/* line 9247, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}

/* line 9251, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}

/* line 9255, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}

/* line 9259, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}

/* line 9263, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}

/* line 9267, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}

/* line 9271, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}

/* line 9275, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}

/* line 9279, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-0 {
  flex: none;
  width: 0%;
}

/* line 9284, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}

/* line 9288, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.33333%;
}

/* line 9293, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333%;
}

/* line 9297, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.66667%;
}

/* line 9302, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66667%;
}

/* line 9306, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}

/* line 9311, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}

/* line 9315, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.33333%;
}

/* line 9320, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333%;
}

/* line 9324, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.66667%;
}

/* line 9329, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66667%;
}

/* line 9333, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}

/* line 9338, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}

/* line 9342, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.33333%;
}

/* line 9347, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333%;
}

/* line 9351, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.66667%;
}

/* line 9356, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66667%;
}

/* line 9360, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}

/* line 9365, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}

/* line 9369, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.33333%;
}

/* line 9374, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333%;
}

/* line 9378, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.66667%;
}

/* line 9383, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66667%;
}

/* line 9387, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}

/* line 9392, app/assets/stylesheets/main.scss */
.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}

@media screen and (max-width: 768px) {
  /* line 9397, app/assets/stylesheets/main.scss */
  .column.is-narrow-mobile {
    flex: none;
  }
  /* line 9400, app/assets/stylesheets/main.scss */
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  /* line 9404, app/assets/stylesheets/main.scss */
  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  /* line 9408, app/assets/stylesheets/main.scss */
  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  /* line 9412, app/assets/stylesheets/main.scss */
  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  /* line 9416, app/assets/stylesheets/main.scss */
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  /* line 9420, app/assets/stylesheets/main.scss */
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  /* line 9424, app/assets/stylesheets/main.scss */
  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  /* line 9428, app/assets/stylesheets/main.scss */
  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  /* line 9432, app/assets/stylesheets/main.scss */
  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  /* line 9436, app/assets/stylesheets/main.scss */
  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  /* line 9440, app/assets/stylesheets/main.scss */
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  /* line 9443, app/assets/stylesheets/main.scss */
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  /* line 9446, app/assets/stylesheets/main.scss */
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  /* line 9449, app/assets/stylesheets/main.scss */
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  /* line 9452, app/assets/stylesheets/main.scss */
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  /* line 9455, app/assets/stylesheets/main.scss */
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  /* line 9458, app/assets/stylesheets/main.scss */
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  /* line 9461, app/assets/stylesheets/main.scss */
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  /* line 9464, app/assets/stylesheets/main.scss */
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  /* line 9467, app/assets/stylesheets/main.scss */
  .column.is-0-mobile {
    flex: none;
    width: 0%;
  }
  /* line 9471, app/assets/stylesheets/main.scss */
  .column.is-offset-0-mobile {
    margin-left: 0%;
  }
  /* line 9474, app/assets/stylesheets/main.scss */
  .column.is-1-mobile {
    flex: none;
    width: 8.33333%;
  }
  /* line 9478, app/assets/stylesheets/main.scss */
  .column.is-offset-1-mobile {
    margin-left: 8.33333%;
  }
  /* line 9481, app/assets/stylesheets/main.scss */
  .column.is-2-mobile {
    flex: none;
    width: 16.66667%;
  }
  /* line 9485, app/assets/stylesheets/main.scss */
  .column.is-offset-2-mobile {
    margin-left: 16.66667%;
  }
  /* line 9488, app/assets/stylesheets/main.scss */
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  /* line 9492, app/assets/stylesheets/main.scss */
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  /* line 9495, app/assets/stylesheets/main.scss */
  .column.is-4-mobile {
    flex: none;
    width: 33.33333%;
  }
  /* line 9499, app/assets/stylesheets/main.scss */
  .column.is-offset-4-mobile {
    margin-left: 33.33333%;
  }
  /* line 9502, app/assets/stylesheets/main.scss */
  .column.is-5-mobile {
    flex: none;
    width: 41.66667%;
  }
  /* line 9506, app/assets/stylesheets/main.scss */
  .column.is-offset-5-mobile {
    margin-left: 41.66667%;
  }
  /* line 9509, app/assets/stylesheets/main.scss */
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  /* line 9513, app/assets/stylesheets/main.scss */
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  /* line 9516, app/assets/stylesheets/main.scss */
  .column.is-7-mobile {
    flex: none;
    width: 58.33333%;
  }
  /* line 9520, app/assets/stylesheets/main.scss */
  .column.is-offset-7-mobile {
    margin-left: 58.33333%;
  }
  /* line 9523, app/assets/stylesheets/main.scss */
  .column.is-8-mobile {
    flex: none;
    width: 66.66667%;
  }
  /* line 9527, app/assets/stylesheets/main.scss */
  .column.is-offset-8-mobile {
    margin-left: 66.66667%;
  }
  /* line 9530, app/assets/stylesheets/main.scss */
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  /* line 9534, app/assets/stylesheets/main.scss */
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  /* line 9537, app/assets/stylesheets/main.scss */
  .column.is-10-mobile {
    flex: none;
    width: 83.33333%;
  }
  /* line 9541, app/assets/stylesheets/main.scss */
  .column.is-offset-10-mobile {
    margin-left: 83.33333%;
  }
  /* line 9544, app/assets/stylesheets/main.scss */
  .column.is-11-mobile {
    flex: none;
    width: 91.66667%;
  }
  /* line 9548, app/assets/stylesheets/main.scss */
  .column.is-offset-11-mobile {
    margin-left: 91.66667%;
  }
  /* line 9551, app/assets/stylesheets/main.scss */
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  /* line 9555, app/assets/stylesheets/main.scss */
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}

@media screen and (min-width: 769px), print {
  /* line 9561, app/assets/stylesheets/main.scss */
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
  }
  /* line 9564, app/assets/stylesheets/main.scss */
  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  /* line 9568, app/assets/stylesheets/main.scss */
  .column.is-three-quarters, .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  /* line 9572, app/assets/stylesheets/main.scss */
  .column.is-two-thirds, .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  /* line 9576, app/assets/stylesheets/main.scss */
  .column.is-half, .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  /* line 9580, app/assets/stylesheets/main.scss */
  .column.is-one-third, .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  /* line 9584, app/assets/stylesheets/main.scss */
  .column.is-one-quarter, .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  /* line 9588, app/assets/stylesheets/main.scss */
  .column.is-one-fifth, .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  /* line 9592, app/assets/stylesheets/main.scss */
  .column.is-two-fifths, .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  /* line 9596, app/assets/stylesheets/main.scss */
  .column.is-three-fifths, .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  /* line 9600, app/assets/stylesheets/main.scss */
  .column.is-four-fifths, .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  /* line 9604, app/assets/stylesheets/main.scss */
  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  /* line 9607, app/assets/stylesheets/main.scss */
  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  /* line 9610, app/assets/stylesheets/main.scss */
  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  /* line 9613, app/assets/stylesheets/main.scss */
  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  /* line 9616, app/assets/stylesheets/main.scss */
  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  /* line 9619, app/assets/stylesheets/main.scss */
  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  /* line 9622, app/assets/stylesheets/main.scss */
  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  /* line 9625, app/assets/stylesheets/main.scss */
  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  /* line 9628, app/assets/stylesheets/main.scss */
  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  /* line 9631, app/assets/stylesheets/main.scss */
  .column.is-0, .column.is-0-tablet {
    flex: none;
    width: 0%;
  }
  /* line 9635, app/assets/stylesheets/main.scss */
  .column.is-offset-0, .column.is-offset-0-tablet {
    margin-left: 0%;
  }
  /* line 9638, app/assets/stylesheets/main.scss */
  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.33333%;
  }
  /* line 9642, app/assets/stylesheets/main.scss */
  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.33333%;
  }
  /* line 9645, app/assets/stylesheets/main.scss */
  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.66667%;
  }
  /* line 9649, app/assets/stylesheets/main.scss */
  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.66667%;
  }
  /* line 9652, app/assets/stylesheets/main.scss */
  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  /* line 9656, app/assets/stylesheets/main.scss */
  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  /* line 9659, app/assets/stylesheets/main.scss */
  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.33333%;
  }
  /* line 9663, app/assets/stylesheets/main.scss */
  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.33333%;
  }
  /* line 9666, app/assets/stylesheets/main.scss */
  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.66667%;
  }
  /* line 9670, app/assets/stylesheets/main.scss */
  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.66667%;
  }
  /* line 9673, app/assets/stylesheets/main.scss */
  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  /* line 9677, app/assets/stylesheets/main.scss */
  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  /* line 9680, app/assets/stylesheets/main.scss */
  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.33333%;
  }
  /* line 9684, app/assets/stylesheets/main.scss */
  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.33333%;
  }
  /* line 9687, app/assets/stylesheets/main.scss */
  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.66667%;
  }
  /* line 9691, app/assets/stylesheets/main.scss */
  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.66667%;
  }
  /* line 9694, app/assets/stylesheets/main.scss */
  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  /* line 9698, app/assets/stylesheets/main.scss */
  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  /* line 9701, app/assets/stylesheets/main.scss */
  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.33333%;
  }
  /* line 9705, app/assets/stylesheets/main.scss */
  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.33333%;
  }
  /* line 9708, app/assets/stylesheets/main.scss */
  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.66667%;
  }
  /* line 9712, app/assets/stylesheets/main.scss */
  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.66667%;
  }
  /* line 9715, app/assets/stylesheets/main.scss */
  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  /* line 9719, app/assets/stylesheets/main.scss */
  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}

@media screen and (max-width: 1023px) {
  /* line 9725, app/assets/stylesheets/main.scss */
  .column.is-narrow-touch {
    flex: none;
  }
  /* line 9728, app/assets/stylesheets/main.scss */
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  /* line 9732, app/assets/stylesheets/main.scss */
  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  /* line 9736, app/assets/stylesheets/main.scss */
  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  /* line 9740, app/assets/stylesheets/main.scss */
  .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  /* line 9744, app/assets/stylesheets/main.scss */
  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  /* line 9748, app/assets/stylesheets/main.scss */
  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  /* line 9752, app/assets/stylesheets/main.scss */
  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  /* line 9756, app/assets/stylesheets/main.scss */
  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  /* line 9760, app/assets/stylesheets/main.scss */
  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  /* line 9764, app/assets/stylesheets/main.scss */
  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  /* line 9768, app/assets/stylesheets/main.scss */
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  /* line 9771, app/assets/stylesheets/main.scss */
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  /* line 9774, app/assets/stylesheets/main.scss */
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  /* line 9777, app/assets/stylesheets/main.scss */
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  /* line 9780, app/assets/stylesheets/main.scss */
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  /* line 9783, app/assets/stylesheets/main.scss */
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  /* line 9786, app/assets/stylesheets/main.scss */
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  /* line 9789, app/assets/stylesheets/main.scss */
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  /* line 9792, app/assets/stylesheets/main.scss */
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  /* line 9795, app/assets/stylesheets/main.scss */
  .column.is-0-touch {
    flex: none;
    width: 0%;
  }
  /* line 9799, app/assets/stylesheets/main.scss */
  .column.is-offset-0-touch {
    margin-left: 0%;
  }
  /* line 9802, app/assets/stylesheets/main.scss */
  .column.is-1-touch {
    flex: none;
    width: 8.33333%;
  }
  /* line 9806, app/assets/stylesheets/main.scss */
  .column.is-offset-1-touch {
    margin-left: 8.33333%;
  }
  /* line 9809, app/assets/stylesheets/main.scss */
  .column.is-2-touch {
    flex: none;
    width: 16.66667%;
  }
  /* line 9813, app/assets/stylesheets/main.scss */
  .column.is-offset-2-touch {
    margin-left: 16.66667%;
  }
  /* line 9816, app/assets/stylesheets/main.scss */
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  /* line 9820, app/assets/stylesheets/main.scss */
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  /* line 9823, app/assets/stylesheets/main.scss */
  .column.is-4-touch {
    flex: none;
    width: 33.33333%;
  }
  /* line 9827, app/assets/stylesheets/main.scss */
  .column.is-offset-4-touch {
    margin-left: 33.33333%;
  }
  /* line 9830, app/assets/stylesheets/main.scss */
  .column.is-5-touch {
    flex: none;
    width: 41.66667%;
  }
  /* line 9834, app/assets/stylesheets/main.scss */
  .column.is-offset-5-touch {
    margin-left: 41.66667%;
  }
  /* line 9837, app/assets/stylesheets/main.scss */
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  /* line 9841, app/assets/stylesheets/main.scss */
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  /* line 9844, app/assets/stylesheets/main.scss */
  .column.is-7-touch {
    flex: none;
    width: 58.33333%;
  }
  /* line 9848, app/assets/stylesheets/main.scss */
  .column.is-offset-7-touch {
    margin-left: 58.33333%;
  }
  /* line 9851, app/assets/stylesheets/main.scss */
  .column.is-8-touch {
    flex: none;
    width: 66.66667%;
  }
  /* line 9855, app/assets/stylesheets/main.scss */
  .column.is-offset-8-touch {
    margin-left: 66.66667%;
  }
  /* line 9858, app/assets/stylesheets/main.scss */
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  /* line 9862, app/assets/stylesheets/main.scss */
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  /* line 9865, app/assets/stylesheets/main.scss */
  .column.is-10-touch {
    flex: none;
    width: 83.33333%;
  }
  /* line 9869, app/assets/stylesheets/main.scss */
  .column.is-offset-10-touch {
    margin-left: 83.33333%;
  }
  /* line 9872, app/assets/stylesheets/main.scss */
  .column.is-11-touch {
    flex: none;
    width: 91.66667%;
  }
  /* line 9876, app/assets/stylesheets/main.scss */
  .column.is-offset-11-touch {
    margin-left: 91.66667%;
  }
  /* line 9879, app/assets/stylesheets/main.scss */
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  /* line 9883, app/assets/stylesheets/main.scss */
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1024px) {
  /* line 9889, app/assets/stylesheets/main.scss */
  .column.is-narrow-desktop {
    flex: none;
  }
  /* line 9892, app/assets/stylesheets/main.scss */
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  /* line 9896, app/assets/stylesheets/main.scss */
  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  /* line 9900, app/assets/stylesheets/main.scss */
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  /* line 9904, app/assets/stylesheets/main.scss */
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  /* line 9908, app/assets/stylesheets/main.scss */
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  /* line 9912, app/assets/stylesheets/main.scss */
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  /* line 9916, app/assets/stylesheets/main.scss */
  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  /* line 9920, app/assets/stylesheets/main.scss */
  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  /* line 9924, app/assets/stylesheets/main.scss */
  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  /* line 9928, app/assets/stylesheets/main.scss */
  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  /* line 9932, app/assets/stylesheets/main.scss */
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  /* line 9935, app/assets/stylesheets/main.scss */
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  /* line 9938, app/assets/stylesheets/main.scss */
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  /* line 9941, app/assets/stylesheets/main.scss */
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  /* line 9944, app/assets/stylesheets/main.scss */
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  /* line 9947, app/assets/stylesheets/main.scss */
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  /* line 9950, app/assets/stylesheets/main.scss */
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  /* line 9953, app/assets/stylesheets/main.scss */
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  /* line 9956, app/assets/stylesheets/main.scss */
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  /* line 9959, app/assets/stylesheets/main.scss */
  .column.is-0-desktop {
    flex: none;
    width: 0%;
  }
  /* line 9963, app/assets/stylesheets/main.scss */
  .column.is-offset-0-desktop {
    margin-left: 0%;
  }
  /* line 9966, app/assets/stylesheets/main.scss */
  .column.is-1-desktop {
    flex: none;
    width: 8.33333%;
  }
  /* line 9970, app/assets/stylesheets/main.scss */
  .column.is-offset-1-desktop {
    margin-left: 8.33333%;
  }
  /* line 9973, app/assets/stylesheets/main.scss */
  .column.is-2-desktop {
    flex: none;
    width: 16.66667%;
  }
  /* line 9977, app/assets/stylesheets/main.scss */
  .column.is-offset-2-desktop {
    margin-left: 16.66667%;
  }
  /* line 9980, app/assets/stylesheets/main.scss */
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  /* line 9984, app/assets/stylesheets/main.scss */
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  /* line 9987, app/assets/stylesheets/main.scss */
  .column.is-4-desktop {
    flex: none;
    width: 33.33333%;
  }
  /* line 9991, app/assets/stylesheets/main.scss */
  .column.is-offset-4-desktop {
    margin-left: 33.33333%;
  }
  /* line 9994, app/assets/stylesheets/main.scss */
  .column.is-5-desktop {
    flex: none;
    width: 41.66667%;
  }
  /* line 9998, app/assets/stylesheets/main.scss */
  .column.is-offset-5-desktop {
    margin-left: 41.66667%;
  }
  /* line 10001, app/assets/stylesheets/main.scss */
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  /* line 10005, app/assets/stylesheets/main.scss */
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  /* line 10008, app/assets/stylesheets/main.scss */
  .column.is-7-desktop {
    flex: none;
    width: 58.33333%;
  }
  /* line 10012, app/assets/stylesheets/main.scss */
  .column.is-offset-7-desktop {
    margin-left: 58.33333%;
  }
  /* line 10015, app/assets/stylesheets/main.scss */
  .column.is-8-desktop {
    flex: none;
    width: 66.66667%;
  }
  /* line 10019, app/assets/stylesheets/main.scss */
  .column.is-offset-8-desktop {
    margin-left: 66.66667%;
  }
  /* line 10022, app/assets/stylesheets/main.scss */
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  /* line 10026, app/assets/stylesheets/main.scss */
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  /* line 10029, app/assets/stylesheets/main.scss */
  .column.is-10-desktop {
    flex: none;
    width: 83.33333%;
  }
  /* line 10033, app/assets/stylesheets/main.scss */
  .column.is-offset-10-desktop {
    margin-left: 83.33333%;
  }
  /* line 10036, app/assets/stylesheets/main.scss */
  .column.is-11-desktop {
    flex: none;
    width: 91.66667%;
  }
  /* line 10040, app/assets/stylesheets/main.scss */
  .column.is-offset-11-desktop {
    margin-left: 91.66667%;
  }
  /* line 10043, app/assets/stylesheets/main.scss */
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  /* line 10047, app/assets/stylesheets/main.scss */
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1216px) {
  /* line 10053, app/assets/stylesheets/main.scss */
  .column.is-narrow-widescreen {
    flex: none;
  }
  /* line 10056, app/assets/stylesheets/main.scss */
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  /* line 10060, app/assets/stylesheets/main.scss */
  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  /* line 10064, app/assets/stylesheets/main.scss */
  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  /* line 10068, app/assets/stylesheets/main.scss */
  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }
  /* line 10072, app/assets/stylesheets/main.scss */
  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  /* line 10076, app/assets/stylesheets/main.scss */
  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  /* line 10080, app/assets/stylesheets/main.scss */
  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  /* line 10084, app/assets/stylesheets/main.scss */
  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  /* line 10088, app/assets/stylesheets/main.scss */
  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  /* line 10092, app/assets/stylesheets/main.scss */
  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  /* line 10096, app/assets/stylesheets/main.scss */
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  /* line 10099, app/assets/stylesheets/main.scss */
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  /* line 10102, app/assets/stylesheets/main.scss */
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  /* line 10105, app/assets/stylesheets/main.scss */
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  /* line 10108, app/assets/stylesheets/main.scss */
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  /* line 10111, app/assets/stylesheets/main.scss */
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  /* line 10114, app/assets/stylesheets/main.scss */
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  /* line 10117, app/assets/stylesheets/main.scss */
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  /* line 10120, app/assets/stylesheets/main.scss */
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  /* line 10123, app/assets/stylesheets/main.scss */
  .column.is-0-widescreen {
    flex: none;
    width: 0%;
  }
  /* line 10127, app/assets/stylesheets/main.scss */
  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }
  /* line 10130, app/assets/stylesheets/main.scss */
  .column.is-1-widescreen {
    flex: none;
    width: 8.33333%;
  }
  /* line 10134, app/assets/stylesheets/main.scss */
  .column.is-offset-1-widescreen {
    margin-left: 8.33333%;
  }
  /* line 10137, app/assets/stylesheets/main.scss */
  .column.is-2-widescreen {
    flex: none;
    width: 16.66667%;
  }
  /* line 10141, app/assets/stylesheets/main.scss */
  .column.is-offset-2-widescreen {
    margin-left: 16.66667%;
  }
  /* line 10144, app/assets/stylesheets/main.scss */
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  /* line 10148, app/assets/stylesheets/main.scss */
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  /* line 10151, app/assets/stylesheets/main.scss */
  .column.is-4-widescreen {
    flex: none;
    width: 33.33333%;
  }
  /* line 10155, app/assets/stylesheets/main.scss */
  .column.is-offset-4-widescreen {
    margin-left: 33.33333%;
  }
  /* line 10158, app/assets/stylesheets/main.scss */
  .column.is-5-widescreen {
    flex: none;
    width: 41.66667%;
  }
  /* line 10162, app/assets/stylesheets/main.scss */
  .column.is-offset-5-widescreen {
    margin-left: 41.66667%;
  }
  /* line 10165, app/assets/stylesheets/main.scss */
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  /* line 10169, app/assets/stylesheets/main.scss */
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  /* line 10172, app/assets/stylesheets/main.scss */
  .column.is-7-widescreen {
    flex: none;
    width: 58.33333%;
  }
  /* line 10176, app/assets/stylesheets/main.scss */
  .column.is-offset-7-widescreen {
    margin-left: 58.33333%;
  }
  /* line 10179, app/assets/stylesheets/main.scss */
  .column.is-8-widescreen {
    flex: none;
    width: 66.66667%;
  }
  /* line 10183, app/assets/stylesheets/main.scss */
  .column.is-offset-8-widescreen {
    margin-left: 66.66667%;
  }
  /* line 10186, app/assets/stylesheets/main.scss */
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  /* line 10190, app/assets/stylesheets/main.scss */
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  /* line 10193, app/assets/stylesheets/main.scss */
  .column.is-10-widescreen {
    flex: none;
    width: 83.33333%;
  }
  /* line 10197, app/assets/stylesheets/main.scss */
  .column.is-offset-10-widescreen {
    margin-left: 83.33333%;
  }
  /* line 10200, app/assets/stylesheets/main.scss */
  .column.is-11-widescreen {
    flex: none;
    width: 91.66667%;
  }
  /* line 10204, app/assets/stylesheets/main.scss */
  .column.is-offset-11-widescreen {
    margin-left: 91.66667%;
  }
  /* line 10207, app/assets/stylesheets/main.scss */
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  /* line 10211, app/assets/stylesheets/main.scss */
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1408px) {
  /* line 10217, app/assets/stylesheets/main.scss */
  .column.is-narrow-fullhd {
    flex: none;
  }
  /* line 10220, app/assets/stylesheets/main.scss */
  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }
  /* line 10224, app/assets/stylesheets/main.scss */
  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }
  /* line 10228, app/assets/stylesheets/main.scss */
  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }
  /* line 10232, app/assets/stylesheets/main.scss */
  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }
  /* line 10236, app/assets/stylesheets/main.scss */
  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }
  /* line 10240, app/assets/stylesheets/main.scss */
  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }
  /* line 10244, app/assets/stylesheets/main.scss */
  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }
  /* line 10248, app/assets/stylesheets/main.scss */
  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }
  /* line 10252, app/assets/stylesheets/main.scss */
  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }
  /* line 10256, app/assets/stylesheets/main.scss */
  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }
  /* line 10260, app/assets/stylesheets/main.scss */
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  /* line 10263, app/assets/stylesheets/main.scss */
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  /* line 10266, app/assets/stylesheets/main.scss */
  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  /* line 10269, app/assets/stylesheets/main.scss */
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  /* line 10272, app/assets/stylesheets/main.scss */
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  /* line 10275, app/assets/stylesheets/main.scss */
  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  /* line 10278, app/assets/stylesheets/main.scss */
  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  /* line 10281, app/assets/stylesheets/main.scss */
  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  /* line 10284, app/assets/stylesheets/main.scss */
  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  /* line 10287, app/assets/stylesheets/main.scss */
  .column.is-0-fullhd {
    flex: none;
    width: 0%;
  }
  /* line 10291, app/assets/stylesheets/main.scss */
  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }
  /* line 10294, app/assets/stylesheets/main.scss */
  .column.is-1-fullhd {
    flex: none;
    width: 8.33333%;
  }
  /* line 10298, app/assets/stylesheets/main.scss */
  .column.is-offset-1-fullhd {
    margin-left: 8.33333%;
  }
  /* line 10301, app/assets/stylesheets/main.scss */
  .column.is-2-fullhd {
    flex: none;
    width: 16.66667%;
  }
  /* line 10305, app/assets/stylesheets/main.scss */
  .column.is-offset-2-fullhd {
    margin-left: 16.66667%;
  }
  /* line 10308, app/assets/stylesheets/main.scss */
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  /* line 10312, app/assets/stylesheets/main.scss */
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  /* line 10315, app/assets/stylesheets/main.scss */
  .column.is-4-fullhd {
    flex: none;
    width: 33.33333%;
  }
  /* line 10319, app/assets/stylesheets/main.scss */
  .column.is-offset-4-fullhd {
    margin-left: 33.33333%;
  }
  /* line 10322, app/assets/stylesheets/main.scss */
  .column.is-5-fullhd {
    flex: none;
    width: 41.66667%;
  }
  /* line 10326, app/assets/stylesheets/main.scss */
  .column.is-offset-5-fullhd {
    margin-left: 41.66667%;
  }
  /* line 10329, app/assets/stylesheets/main.scss */
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  /* line 10333, app/assets/stylesheets/main.scss */
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  /* line 10336, app/assets/stylesheets/main.scss */
  .column.is-7-fullhd {
    flex: none;
    width: 58.33333%;
  }
  /* line 10340, app/assets/stylesheets/main.scss */
  .column.is-offset-7-fullhd {
    margin-left: 58.33333%;
  }
  /* line 10343, app/assets/stylesheets/main.scss */
  .column.is-8-fullhd {
    flex: none;
    width: 66.66667%;
  }
  /* line 10347, app/assets/stylesheets/main.scss */
  .column.is-offset-8-fullhd {
    margin-left: 66.66667%;
  }
  /* line 10350, app/assets/stylesheets/main.scss */
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  /* line 10354, app/assets/stylesheets/main.scss */
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  /* line 10357, app/assets/stylesheets/main.scss */
  .column.is-10-fullhd {
    flex: none;
    width: 83.33333%;
  }
  /* line 10361, app/assets/stylesheets/main.scss */
  .column.is-offset-10-fullhd {
    margin-left: 83.33333%;
  }
  /* line 10364, app/assets/stylesheets/main.scss */
  .column.is-11-fullhd {
    flex: none;
    width: 91.66667%;
  }
  /* line 10368, app/assets/stylesheets/main.scss */
  .column.is-offset-11-fullhd {
    margin-left: 91.66667%;
  }
  /* line 10371, app/assets/stylesheets/main.scss */
  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }
  /* line 10375, app/assets/stylesheets/main.scss */
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}

/* line 10380, app/assets/stylesheets/main.scss */
.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

/* line 10386, app/assets/stylesheets/main.scss */
.columns:last-child {
  margin-bottom: -0.75rem;
}

/* line 10390, app/assets/stylesheets/main.scss */
.columns:not(:last-child) {
  margin-bottom: calc(1.5rem - 0.75rem);
}

/* line 10394, app/assets/stylesheets/main.scss */
.columns.is-centered {
  justify-content: center;
}

/* line 10398, app/assets/stylesheets/main.scss */
.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

/* line 10404, app/assets/stylesheets/main.scss */
.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}

/* line 10409, app/assets/stylesheets/main.scss */
.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 10413, app/assets/stylesheets/main.scss */
.columns.is-gapless:last-child {
  margin-bottom: 0;
}

/* line 10417, app/assets/stylesheets/main.scss */
.columns.is-mobile {
  display: flex;
}

/* line 10421, app/assets/stylesheets/main.scss */
.columns.is-multiline {
  flex-wrap: wrap;
}

/* line 10425, app/assets/stylesheets/main.scss */
.columns.is-vcentered {
  align-items: center;
}

@media screen and (min-width: 769px), print {
  /* line 10430, app/assets/stylesheets/main.scss */
  .columns:not(.is-desktop) {
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  /* line 10436, app/assets/stylesheets/main.scss */
  .columns.is-desktop {
    display: flex;
  }
}

/* line 10441, app/assets/stylesheets/main.scss */
.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}

/* line 10447, app/assets/stylesheets/main.scss */
.columns.is-variable .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}

/* line 10452, app/assets/stylesheets/main.scss */
.columns.is-variable.is-0 {
  --columnGap: 0rem;
}

@media screen and (max-width: 768px) {
  /* line 10457, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 10463, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 10469, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 10475, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 10481, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 10487, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 10493, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 10499, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 10505, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}

/* line 10510, app/assets/stylesheets/main.scss */
.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}

@media screen and (max-width: 768px) {
  /* line 10515, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 10521, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 10527, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 10533, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 10539, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 10545, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 10551, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 10557, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 10563, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}

/* line 10568, app/assets/stylesheets/main.scss */
.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}

@media screen and (max-width: 768px) {
  /* line 10573, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 10579, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 10585, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 10591, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 10597, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 10603, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 10609, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 10615, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 10621, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}

/* line 10626, app/assets/stylesheets/main.scss */
.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}

@media screen and (max-width: 768px) {
  /* line 10631, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 10637, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 10643, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 10649, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 10655, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 10661, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 10667, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 10673, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 10679, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}

/* line 10684, app/assets/stylesheets/main.scss */
.columns.is-variable.is-4 {
  --columnGap: 1rem;
}

@media screen and (max-width: 768px) {
  /* line 10689, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 10695, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 10701, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 10707, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 10713, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 10719, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 10725, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 10731, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 10737, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}

/* line 10742, app/assets/stylesheets/main.scss */
.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}

@media screen and (max-width: 768px) {
  /* line 10747, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 10753, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 10759, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 10765, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 10771, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 10777, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 10783, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 10789, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 10795, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}

/* line 10800, app/assets/stylesheets/main.scss */
.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}

@media screen and (max-width: 768px) {
  /* line 10805, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 10811, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 10817, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 10823, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 10829, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 10835, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 10841, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 10847, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 10853, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}

/* line 10858, app/assets/stylesheets/main.scss */
.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}

@media screen and (max-width: 768px) {
  /* line 10863, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 10869, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 10875, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 10881, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 10887, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 10893, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 10899, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 10905, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 10911, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}

/* line 10916, app/assets/stylesheets/main.scss */
.columns.is-variable.is-8 {
  --columnGap: 2rem;
}

@media screen and (max-width: 768px) {
  /* line 10921, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 10927, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 10933, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  /* line 10939, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 10945, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 10951, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1216px) {
  /* line 10957, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 10963, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}

@media screen and (min-width: 1408px) {
  /* line 10969, app/assets/stylesheets/main.scss */
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}

/* line 10974, app/assets/stylesheets/main.scss */
.tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: min-content;
}

/* line 10983, app/assets/stylesheets/main.scss */
.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

/* line 10989, app/assets/stylesheets/main.scss */
.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}

/* line 10993, app/assets/stylesheets/main.scss */
.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 10997, app/assets/stylesheets/main.scss */
.tile.is-child {
  margin: 0 !important;
}

/* line 11001, app/assets/stylesheets/main.scss */
.tile.is-parent {
  padding: 0.75rem;
}

/* line 11005, app/assets/stylesheets/main.scss */
.tile.is-vertical {
  flex-direction: column;
}

/* line 11009, app/assets/stylesheets/main.scss */
.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}

@media screen and (min-width: 769px), print {
  /* line 11014, app/assets/stylesheets/main.scss */
  .tile:not(.is-child) {
    display: flex;
  }
  /* line 11017, app/assets/stylesheets/main.scss */
  .tile.is-1 {
    flex: none;
    width: 8.33333%;
  }
  /* line 11021, app/assets/stylesheets/main.scss */
  .tile.is-2 {
    flex: none;
    width: 16.66667%;
  }
  /* line 11025, app/assets/stylesheets/main.scss */
  .tile.is-3 {
    flex: none;
    width: 25%;
  }
  /* line 11029, app/assets/stylesheets/main.scss */
  .tile.is-4 {
    flex: none;
    width: 33.33333%;
  }
  /* line 11033, app/assets/stylesheets/main.scss */
  .tile.is-5 {
    flex: none;
    width: 41.66667%;
  }
  /* line 11037, app/assets/stylesheets/main.scss */
  .tile.is-6 {
    flex: none;
    width: 50%;
  }
  /* line 11041, app/assets/stylesheets/main.scss */
  .tile.is-7 {
    flex: none;
    width: 58.33333%;
  }
  /* line 11045, app/assets/stylesheets/main.scss */
  .tile.is-8 {
    flex: none;
    width: 66.66667%;
  }
  /* line 11049, app/assets/stylesheets/main.scss */
  .tile.is-9 {
    flex: none;
    width: 75%;
  }
  /* line 11053, app/assets/stylesheets/main.scss */
  .tile.is-10 {
    flex: none;
    width: 83.33333%;
  }
  /* line 11057, app/assets/stylesheets/main.scss */
  .tile.is-11 {
    flex: none;
    width: 91.66667%;
  }
  /* line 11061, app/assets/stylesheets/main.scss */
  .tile.is-12 {
    flex: none;
    width: 100%;
  }
}

/* line 11067, app/assets/stylesheets/main.scss */
.has-text-white {
  color: white !important;
}

/* line 11071, app/assets/stylesheets/main.scss */
a.has-text-white:hover, a.has-text-white:focus {
  color: #e6e6e6 !important;
}

/* line 11075, app/assets/stylesheets/main.scss */
.has-background-white {
  background-color: white !important;
}

/* line 11079, app/assets/stylesheets/main.scss */
.has-text-black {
  color: #0a0a0a !important;
}

/* line 11083, app/assets/stylesheets/main.scss */
a.has-text-black:hover, a.has-text-black:focus {
  color: black !important;
}

/* line 11087, app/assets/stylesheets/main.scss */
.has-background-black {
  background-color: #0a0a0a !important;
}

/* line 11091, app/assets/stylesheets/main.scss */
.has-text-light {
  color: whitesmoke !important;
}

/* line 11095, app/assets/stylesheets/main.scss */
a.has-text-light:hover, a.has-text-light:focus {
  color: #dbdbdb !important;
}

/* line 11099, app/assets/stylesheets/main.scss */
.has-background-light {
  background-color: whitesmoke !important;
}

/* line 11103, app/assets/stylesheets/main.scss */
.has-text-dark {
  color: #363636 !important;
}

/* line 11107, app/assets/stylesheets/main.scss */
a.has-text-dark:hover, a.has-text-dark:focus {
  color: #1c1c1c !important;
}

/* line 11111, app/assets/stylesheets/main.scss */
.has-background-dark {
  background-color: #363636 !important;
}

/* line 11115, app/assets/stylesheets/main.scss */
.has-text-primary {
  color: #00d1b2 !important;
}

/* line 11119, app/assets/stylesheets/main.scss */
a.has-text-primary:hover, a.has-text-primary:focus {
  color: #009e86 !important;
}

/* line 11123, app/assets/stylesheets/main.scss */
.has-background-primary {
  background-color: #00d1b2 !important;
}

/* line 11127, app/assets/stylesheets/main.scss */
.has-text-primary-light {
  color: #ebfffc !important;
}

/* line 11131, app/assets/stylesheets/main.scss */
a.has-text-primary-light:hover, a.has-text-primary-light:focus {
  color: #b8fff4 !important;
}

/* line 11135, app/assets/stylesheets/main.scss */
.has-background-primary-light {
  background-color: #ebfffc !important;
}

/* line 11139, app/assets/stylesheets/main.scss */
.has-text-primary-dark {
  color: #00947e !important;
}

/* line 11143, app/assets/stylesheets/main.scss */
a.has-text-primary-dark:hover, a.has-text-primary-dark:focus {
  color: #00c7a9 !important;
}

/* line 11147, app/assets/stylesheets/main.scss */
.has-background-primary-dark {
  background-color: #00947e !important;
}

/* line 11151, app/assets/stylesheets/main.scss */
.has-text-link {
  color: #3273dc !important;
}

/* line 11155, app/assets/stylesheets/main.scss */
a.has-text-link:hover, a.has-text-link:focus {
  color: #205bbc !important;
}

/* line 11159, app/assets/stylesheets/main.scss */
.has-background-link {
  background-color: #3273dc !important;
}

/* line 11163, app/assets/stylesheets/main.scss */
.has-text-link-light {
  color: #eef3fc !important;
}

/* line 11167, app/assets/stylesheets/main.scss */
a.has-text-link-light:hover, a.has-text-link-light:focus {
  color: #c2d5f5 !important;
}

/* line 11171, app/assets/stylesheets/main.scss */
.has-background-link-light {
  background-color: #eef3fc !important;
}

/* line 11175, app/assets/stylesheets/main.scss */
.has-text-link-dark {
  color: #2160c4 !important;
}

/* line 11179, app/assets/stylesheets/main.scss */
a.has-text-link-dark:hover, a.has-text-link-dark:focus {
  color: #3b79de !important;
}

/* line 11183, app/assets/stylesheets/main.scss */
.has-background-link-dark {
  background-color: #2160c4 !important;
}

/* line 11187, app/assets/stylesheets/main.scss */
.has-text-info {
  color: #3298dc !important;
}

/* line 11191, app/assets/stylesheets/main.scss */
a.has-text-info:hover, a.has-text-info:focus {
  color: #207dbc !important;
}

/* line 11195, app/assets/stylesheets/main.scss */
.has-background-info {
  background-color: #3298dc !important;
}

/* line 11199, app/assets/stylesheets/main.scss */
.has-text-info-light {
  color: #eef6fc !important;
}

/* line 11203, app/assets/stylesheets/main.scss */
a.has-text-info-light:hover, a.has-text-info-light:focus {
  color: #c2e0f5 !important;
}

/* line 11207, app/assets/stylesheets/main.scss */
.has-background-info-light {
  background-color: #eef6fc !important;
}

/* line 11211, app/assets/stylesheets/main.scss */
.has-text-info-dark {
  color: #1d72aa !important;
}

/* line 11215, app/assets/stylesheets/main.scss */
a.has-text-info-dark:hover, a.has-text-info-dark:focus {
  color: #248fd6 !important;
}

/* line 11219, app/assets/stylesheets/main.scss */
.has-background-info-dark {
  background-color: #1d72aa !important;
}

/* line 11223, app/assets/stylesheets/main.scss */
.has-text-success {
  color: #48c774 !important;
}

/* line 11227, app/assets/stylesheets/main.scss */
a.has-text-success:hover, a.has-text-success:focus {
  color: #34a85c !important;
}

/* line 11231, app/assets/stylesheets/main.scss */
.has-background-success {
  background-color: #48c774 !important;
}

/* line 11235, app/assets/stylesheets/main.scss */
.has-text-success-light {
  color: #effaf3 !important;
}

/* line 11239, app/assets/stylesheets/main.scss */
a.has-text-success-light:hover, a.has-text-success-light:focus {
  color: #c8eed6 !important;
}

/* line 11243, app/assets/stylesheets/main.scss */
.has-background-success-light {
  background-color: #effaf3 !important;
}

/* line 11247, app/assets/stylesheets/main.scss */
.has-text-success-dark {
  color: #257942 !important;
}

/* line 11251, app/assets/stylesheets/main.scss */
a.has-text-success-dark:hover, a.has-text-success-dark:focus {
  color: #31a058 !important;
}

/* line 11255, app/assets/stylesheets/main.scss */
.has-background-success-dark {
  background-color: #257942 !important;
}

/* line 11259, app/assets/stylesheets/main.scss */
.has-text-warning {
  color: #ffdd57 !important;
}

/* line 11263, app/assets/stylesheets/main.scss */
a.has-text-warning:hover, a.has-text-warning:focus {
  color: #ffd324 !important;
}

/* line 11267, app/assets/stylesheets/main.scss */
.has-background-warning {
  background-color: #ffdd57 !important;
}

/* line 11271, app/assets/stylesheets/main.scss */
.has-text-warning-light {
  color: #fffbeb !important;
}

/* line 11275, app/assets/stylesheets/main.scss */
a.has-text-warning-light:hover, a.has-text-warning-light:focus {
  color: #fff1b8 !important;
}

/* line 11279, app/assets/stylesheets/main.scss */
.has-background-warning-light {
  background-color: #fffbeb !important;
}

/* line 11283, app/assets/stylesheets/main.scss */
.has-text-warning-dark {
  color: #947600 !important;
}

/* line 11287, app/assets/stylesheets/main.scss */
a.has-text-warning-dark:hover, a.has-text-warning-dark:focus {
  color: #c79f00 !important;
}

/* line 11291, app/assets/stylesheets/main.scss */
.has-background-warning-dark {
  background-color: #947600 !important;
}

/* line 11295, app/assets/stylesheets/main.scss */
.has-text-danger {
  color: #f14668 !important;
}

/* line 11299, app/assets/stylesheets/main.scss */
a.has-text-danger:hover, a.has-text-danger:focus {
  color: #ee1742 !important;
}

/* line 11303, app/assets/stylesheets/main.scss */
.has-background-danger {
  background-color: #f14668 !important;
}

/* line 11307, app/assets/stylesheets/main.scss */
.has-text-danger-light {
  color: #feecf0 !important;
}

/* line 11311, app/assets/stylesheets/main.scss */
a.has-text-danger-light:hover, a.has-text-danger-light:focus {
  color: #fabdc9 !important;
}

/* line 11315, app/assets/stylesheets/main.scss */
.has-background-danger-light {
  background-color: #feecf0 !important;
}

/* line 11319, app/assets/stylesheets/main.scss */
.has-text-danger-dark {
  color: #cc0f35 !important;
}

/* line 11323, app/assets/stylesheets/main.scss */
a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
  color: #ee2049 !important;
}

/* line 11327, app/assets/stylesheets/main.scss */
.has-background-danger-dark {
  background-color: #cc0f35 !important;
}

/* line 11331, app/assets/stylesheets/main.scss */
.has-text-black-bis {
  color: #121212 !important;
}

/* line 11335, app/assets/stylesheets/main.scss */
.has-background-black-bis {
  background-color: #121212 !important;
}

/* line 11339, app/assets/stylesheets/main.scss */
.has-text-black-ter {
  color: #242424 !important;
}

/* line 11343, app/assets/stylesheets/main.scss */
.has-background-black-ter {
  background-color: #242424 !important;
}

/* line 11347, app/assets/stylesheets/main.scss */
.has-text-grey-darker {
  color: #363636 !important;
}

/* line 11351, app/assets/stylesheets/main.scss */
.has-background-grey-darker {
  background-color: #363636 !important;
}

/* line 11355, app/assets/stylesheets/main.scss */
.has-text-grey-dark {
  color: #4a4a4a !important;
}

/* line 11359, app/assets/stylesheets/main.scss */
.has-background-grey-dark {
  background-color: #4a4a4a !important;
}

/* line 11363, app/assets/stylesheets/main.scss */
.has-text-grey {
  color: #7a7a7a !important;
}

/* line 11367, app/assets/stylesheets/main.scss */
.has-background-grey {
  background-color: #7a7a7a !important;
}

/* line 11371, app/assets/stylesheets/main.scss */
.has-text-grey-light {
  color: #b5b5b5 !important;
}

/* line 11375, app/assets/stylesheets/main.scss */
.has-background-grey-light {
  background-color: #b5b5b5 !important;
}

/* line 11379, app/assets/stylesheets/main.scss */
.has-text-grey-lighter {
  color: #dbdbdb !important;
}

/* line 11383, app/assets/stylesheets/main.scss */
.has-background-grey-lighter {
  background-color: #dbdbdb !important;
}

/* line 11387, app/assets/stylesheets/main.scss */
.has-text-white-ter {
  color: whitesmoke !important;
}

/* line 11391, app/assets/stylesheets/main.scss */
.has-background-white-ter {
  background-color: whitesmoke !important;
}

/* line 11395, app/assets/stylesheets/main.scss */
.has-text-white-bis {
  color: #fafafa !important;
}

/* line 11399, app/assets/stylesheets/main.scss */
.has-background-white-bis {
  background-color: #fafafa !important;
}

/* line 11403, app/assets/stylesheets/main.scss */
.is-clearfix::after {
  clear: both;
  content: " ";
  display: table;
}

/* line 11409, app/assets/stylesheets/main.scss */
.is-pulled-left {
  float: left !important;
}

/* line 11413, app/assets/stylesheets/main.scss */
.is-pulled-right {
  float: right !important;
}

/* line 11417, app/assets/stylesheets/main.scss */
.is-radiusless {
  border-radius: 0 !important;
}

/* line 11421, app/assets/stylesheets/main.scss */
.is-shadowless {
  box-shadow: none !important;
}

/* line 11425, app/assets/stylesheets/main.scss */
.is-clipped {
  overflow: hidden !important;
}

/* line 11429, app/assets/stylesheets/main.scss */
.is-relative {
  position: relative !important;
}

/* line 11433, app/assets/stylesheets/main.scss */
.is-marginless {
  margin: 0 !important;
}

/* line 11437, app/assets/stylesheets/main.scss */
.is-paddingless {
  padding: 0 !important;
}

/* line 11441, app/assets/stylesheets/main.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 11445, app/assets/stylesheets/main.scss */
.mr-0 {
  margin-right: 0 !important;
}

/* line 11449, app/assets/stylesheets/main.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 11453, app/assets/stylesheets/main.scss */
.ml-0 {
  margin-left: 0 !important;
}

/* line 11457, app/assets/stylesheets/main.scss */
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* line 11462, app/assets/stylesheets/main.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 11467, app/assets/stylesheets/main.scss */
.mt-1 {
  margin-top: 0.25rem !important;
}

/* line 11471, app/assets/stylesheets/main.scss */
.mr-1 {
  margin-right: 0.25rem !important;
}

/* line 11475, app/assets/stylesheets/main.scss */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

/* line 11479, app/assets/stylesheets/main.scss */
.ml-1 {
  margin-left: 0.25rem !important;
}

/* line 11483, app/assets/stylesheets/main.scss */
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

/* line 11488, app/assets/stylesheets/main.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

/* line 11493, app/assets/stylesheets/main.scss */
.mt-2 {
  margin-top: 0.5rem !important;
}

/* line 11497, app/assets/stylesheets/main.scss */
.mr-2 {
  margin-right: 0.5rem !important;
}

/* line 11501, app/assets/stylesheets/main.scss */
.mb-2 {
  margin-bottom: 0.5rem !important;
}

/* line 11505, app/assets/stylesheets/main.scss */
.ml-2 {
  margin-left: 0.5rem !important;
}

/* line 11509, app/assets/stylesheets/main.scss */
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

/* line 11514, app/assets/stylesheets/main.scss */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

/* line 11519, app/assets/stylesheets/main.scss */
.mt-3 {
  margin-top: 0.75rem !important;
}

/* line 11523, app/assets/stylesheets/main.scss */
.mr-3 {
  margin-right: 0.75rem !important;
}

/* line 11527, app/assets/stylesheets/main.scss */
.mb-3 {
  margin-bottom: 0.75rem !important;
}

/* line 11531, app/assets/stylesheets/main.scss */
.ml-3 {
  margin-left: 0.75rem !important;
}

/* line 11535, app/assets/stylesheets/main.scss */
.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

/* line 11540, app/assets/stylesheets/main.scss */
.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

/* line 11545, app/assets/stylesheets/main.scss */
.mt-4 {
  margin-top: 1rem !important;
}

/* line 11549, app/assets/stylesheets/main.scss */
.mr-4 {
  margin-right: 1rem !important;
}

/* line 11553, app/assets/stylesheets/main.scss */
.mb-4 {
  margin-bottom: 1rem !important;
}

/* line 11557, app/assets/stylesheets/main.scss */
.ml-4 {
  margin-left: 1rem !important;
}

/* line 11561, app/assets/stylesheets/main.scss */
.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

/* line 11566, app/assets/stylesheets/main.scss */
.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* line 11571, app/assets/stylesheets/main.scss */
.mt-5 {
  margin-top: 1.5rem !important;
}

/* line 11575, app/assets/stylesheets/main.scss */
.mr-5 {
  margin-right: 1.5rem !important;
}

/* line 11579, app/assets/stylesheets/main.scss */
.mb-5 {
  margin-bottom: 1.5rem !important;
}

/* line 11583, app/assets/stylesheets/main.scss */
.ml-5 {
  margin-left: 1.5rem !important;
}

/* line 11587, app/assets/stylesheets/main.scss */
.mx-5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

/* line 11592, app/assets/stylesheets/main.scss */
.my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

/* line 11597, app/assets/stylesheets/main.scss */
.mt-6 {
  margin-top: 3rem !important;
}

/* line 11601, app/assets/stylesheets/main.scss */
.mr-6 {
  margin-right: 3rem !important;
}

/* line 11605, app/assets/stylesheets/main.scss */
.mb-6 {
  margin-bottom: 3rem !important;
}

/* line 11609, app/assets/stylesheets/main.scss */
.ml-6 {
  margin-left: 3rem !important;
}

/* line 11613, app/assets/stylesheets/main.scss */
.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

/* line 11618, app/assets/stylesheets/main.scss */
.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

/* line 11623, app/assets/stylesheets/main.scss */
.pt-0 {
  padding-top: 0 !important;
}

/* line 11627, app/assets/stylesheets/main.scss */
.pr-0 {
  padding-right: 0 !important;
}

/* line 11631, app/assets/stylesheets/main.scss */
.pb-0 {
  padding-bottom: 0 !important;
}

/* line 11635, app/assets/stylesheets/main.scss */
.pl-0 {
  padding-left: 0 !important;
}

/* line 11639, app/assets/stylesheets/main.scss */
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 11644, app/assets/stylesheets/main.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 11649, app/assets/stylesheets/main.scss */
.pt-1 {
  padding-top: 0.25rem !important;
}

/* line 11653, app/assets/stylesheets/main.scss */
.pr-1 {
  padding-right: 0.25rem !important;
}

/* line 11657, app/assets/stylesheets/main.scss */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

/* line 11661, app/assets/stylesheets/main.scss */
.pl-1 {
  padding-left: 0.25rem !important;
}

/* line 11665, app/assets/stylesheets/main.scss */
.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

/* line 11670, app/assets/stylesheets/main.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* line 11675, app/assets/stylesheets/main.scss */
.pt-2 {
  padding-top: 0.5rem !important;
}

/* line 11679, app/assets/stylesheets/main.scss */
.pr-2 {
  padding-right: 0.5rem !important;
}

/* line 11683, app/assets/stylesheets/main.scss */
.pb-2 {
  padding-bottom: 0.5rem !important;
}

/* line 11687, app/assets/stylesheets/main.scss */
.pl-2 {
  padding-left: 0.5rem !important;
}

/* line 11691, app/assets/stylesheets/main.scss */
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

/* line 11696, app/assets/stylesheets/main.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

/* line 11701, app/assets/stylesheets/main.scss */
.pt-3 {
  padding-top: 0.75rem !important;
}

/* line 11705, app/assets/stylesheets/main.scss */
.pr-3 {
  padding-right: 0.75rem !important;
}

/* line 11709, app/assets/stylesheets/main.scss */
.pb-3 {
  padding-bottom: 0.75rem !important;
}

/* line 11713, app/assets/stylesheets/main.scss */
.pl-3 {
  padding-left: 0.75rem !important;
}

/* line 11717, app/assets/stylesheets/main.scss */
.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

/* line 11722, app/assets/stylesheets/main.scss */
.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

/* line 11727, app/assets/stylesheets/main.scss */
.pt-4 {
  padding-top: 1rem !important;
}

/* line 11731, app/assets/stylesheets/main.scss */
.pr-4 {
  padding-right: 1rem !important;
}

/* line 11735, app/assets/stylesheets/main.scss */
.pb-4 {
  padding-bottom: 1rem !important;
}

/* line 11739, app/assets/stylesheets/main.scss */
.pl-4 {
  padding-left: 1rem !important;
}

/* line 11743, app/assets/stylesheets/main.scss */
.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

/* line 11748, app/assets/stylesheets/main.scss */
.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

/* line 11753, app/assets/stylesheets/main.scss */
.pt-5 {
  padding-top: 1.5rem !important;
}

/* line 11757, app/assets/stylesheets/main.scss */
.pr-5 {
  padding-right: 1.5rem !important;
}

/* line 11761, app/assets/stylesheets/main.scss */
.pb-5 {
  padding-bottom: 1.5rem !important;
}

/* line 11765, app/assets/stylesheets/main.scss */
.pl-5 {
  padding-left: 1.5rem !important;
}

/* line 11769, app/assets/stylesheets/main.scss */
.px-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

/* line 11774, app/assets/stylesheets/main.scss */
.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

/* line 11779, app/assets/stylesheets/main.scss */
.pt-6 {
  padding-top: 3rem !important;
}

/* line 11783, app/assets/stylesheets/main.scss */
.pr-6 {
  padding-right: 3rem !important;
}

/* line 11787, app/assets/stylesheets/main.scss */
.pb-6 {
  padding-bottom: 3rem !important;
}

/* line 11791, app/assets/stylesheets/main.scss */
.pl-6 {
  padding-left: 3rem !important;
}

/* line 11795, app/assets/stylesheets/main.scss */
.px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

/* line 11800, app/assets/stylesheets/main.scss */
.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

/* line 11805, app/assets/stylesheets/main.scss */
.is-size-1 {
  font-size: 3rem !important;
}

/* line 11809, app/assets/stylesheets/main.scss */
.is-size-2 {
  font-size: 2.5rem !important;
}

/* line 11813, app/assets/stylesheets/main.scss */
.is-size-3 {
  font-size: 2rem !important;
}

/* line 11817, app/assets/stylesheets/main.scss */
.is-size-4 {
  font-size: 1.5rem !important;
}

/* line 11821, app/assets/stylesheets/main.scss */
.is-size-5 {
  font-size: 1.25rem !important;
}

/* line 11825, app/assets/stylesheets/main.scss */
.is-size-6 {
  font-size: 1rem !important;
}

/* line 11829, app/assets/stylesheets/main.scss */
.is-size-7 {
  font-size: 0.75rem !important;
}

@media screen and (max-width: 768px) {
  /* line 11834, app/assets/stylesheets/main.scss */
  .is-size-1-mobile {
    font-size: 3rem !important;
  }
  /* line 11837, app/assets/stylesheets/main.scss */
  .is-size-2-mobile {
    font-size: 2.5rem !important;
  }
  /* line 11840, app/assets/stylesheets/main.scss */
  .is-size-3-mobile {
    font-size: 2rem !important;
  }
  /* line 11843, app/assets/stylesheets/main.scss */
  .is-size-4-mobile {
    font-size: 1.5rem !important;
  }
  /* line 11846, app/assets/stylesheets/main.scss */
  .is-size-5-mobile {
    font-size: 1.25rem !important;
  }
  /* line 11849, app/assets/stylesheets/main.scss */
  .is-size-6-mobile {
    font-size: 1rem !important;
  }
  /* line 11852, app/assets/stylesheets/main.scss */
  .is-size-7-mobile {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 11858, app/assets/stylesheets/main.scss */
  .is-size-1-tablet {
    font-size: 3rem !important;
  }
  /* line 11861, app/assets/stylesheets/main.scss */
  .is-size-2-tablet {
    font-size: 2.5rem !important;
  }
  /* line 11864, app/assets/stylesheets/main.scss */
  .is-size-3-tablet {
    font-size: 2rem !important;
  }
  /* line 11867, app/assets/stylesheets/main.scss */
  .is-size-4-tablet {
    font-size: 1.5rem !important;
  }
  /* line 11870, app/assets/stylesheets/main.scss */
  .is-size-5-tablet {
    font-size: 1.25rem !important;
  }
  /* line 11873, app/assets/stylesheets/main.scss */
  .is-size-6-tablet {
    font-size: 1rem !important;
  }
  /* line 11876, app/assets/stylesheets/main.scss */
  .is-size-7-tablet {
    font-size: 0.75rem !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 11882, app/assets/stylesheets/main.scss */
  .is-size-1-touch {
    font-size: 3rem !important;
  }
  /* line 11885, app/assets/stylesheets/main.scss */
  .is-size-2-touch {
    font-size: 2.5rem !important;
  }
  /* line 11888, app/assets/stylesheets/main.scss */
  .is-size-3-touch {
    font-size: 2rem !important;
  }
  /* line 11891, app/assets/stylesheets/main.scss */
  .is-size-4-touch {
    font-size: 1.5rem !important;
  }
  /* line 11894, app/assets/stylesheets/main.scss */
  .is-size-5-touch {
    font-size: 1.25rem !important;
  }
  /* line 11897, app/assets/stylesheets/main.scss */
  .is-size-6-touch {
    font-size: 1rem !important;
  }
  /* line 11900, app/assets/stylesheets/main.scss */
  .is-size-7-touch {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 11906, app/assets/stylesheets/main.scss */
  .is-size-1-desktop {
    font-size: 3rem !important;
  }
  /* line 11909, app/assets/stylesheets/main.scss */
  .is-size-2-desktop {
    font-size: 2.5rem !important;
  }
  /* line 11912, app/assets/stylesheets/main.scss */
  .is-size-3-desktop {
    font-size: 2rem !important;
  }
  /* line 11915, app/assets/stylesheets/main.scss */
  .is-size-4-desktop {
    font-size: 1.5rem !important;
  }
  /* line 11918, app/assets/stylesheets/main.scss */
  .is-size-5-desktop {
    font-size: 1.25rem !important;
  }
  /* line 11921, app/assets/stylesheets/main.scss */
  .is-size-6-desktop {
    font-size: 1rem !important;
  }
  /* line 11924, app/assets/stylesheets/main.scss */
  .is-size-7-desktop {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 11930, app/assets/stylesheets/main.scss */
  .is-size-1-widescreen {
    font-size: 3rem !important;
  }
  /* line 11933, app/assets/stylesheets/main.scss */
  .is-size-2-widescreen {
    font-size: 2.5rem !important;
  }
  /* line 11936, app/assets/stylesheets/main.scss */
  .is-size-3-widescreen {
    font-size: 2rem !important;
  }
  /* line 11939, app/assets/stylesheets/main.scss */
  .is-size-4-widescreen {
    font-size: 1.5rem !important;
  }
  /* line 11942, app/assets/stylesheets/main.scss */
  .is-size-5-widescreen {
    font-size: 1.25rem !important;
  }
  /* line 11945, app/assets/stylesheets/main.scss */
  .is-size-6-widescreen {
    font-size: 1rem !important;
  }
  /* line 11948, app/assets/stylesheets/main.scss */
  .is-size-7-widescreen {
    font-size: 0.75rem !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 11954, app/assets/stylesheets/main.scss */
  .is-size-1-fullhd {
    font-size: 3rem !important;
  }
  /* line 11957, app/assets/stylesheets/main.scss */
  .is-size-2-fullhd {
    font-size: 2.5rem !important;
  }
  /* line 11960, app/assets/stylesheets/main.scss */
  .is-size-3-fullhd {
    font-size: 2rem !important;
  }
  /* line 11963, app/assets/stylesheets/main.scss */
  .is-size-4-fullhd {
    font-size: 1.5rem !important;
  }
  /* line 11966, app/assets/stylesheets/main.scss */
  .is-size-5-fullhd {
    font-size: 1.25rem !important;
  }
  /* line 11969, app/assets/stylesheets/main.scss */
  .is-size-6-fullhd {
    font-size: 1rem !important;
  }
  /* line 11972, app/assets/stylesheets/main.scss */
  .is-size-7-fullhd {
    font-size: 0.75rem !important;
  }
}

/* line 11977, app/assets/stylesheets/main.scss */
.has-text-centered {
  text-align: center !important;
}

/* line 11981, app/assets/stylesheets/main.scss */
.has-text-justified {
  text-align: justify !important;
}

/* line 11985, app/assets/stylesheets/main.scss */
.has-text-left {
  text-align: left !important;
}

/* line 11989, app/assets/stylesheets/main.scss */
.has-text-right {
  text-align: right !important;
}

@media screen and (max-width: 768px) {
  /* line 11994, app/assets/stylesheets/main.scss */
  .has-text-centered-mobile {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 12000, app/assets/stylesheets/main.scss */
  .has-text-centered-tablet {
    text-align: center !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 12006, app/assets/stylesheets/main.scss */
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 12012, app/assets/stylesheets/main.scss */
  .has-text-centered-touch {
    text-align: center !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 12018, app/assets/stylesheets/main.scss */
  .has-text-centered-desktop {
    text-align: center !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 12024, app/assets/stylesheets/main.scss */
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 12030, app/assets/stylesheets/main.scss */
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 12036, app/assets/stylesheets/main.scss */
  .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 12042, app/assets/stylesheets/main.scss */
  .has-text-centered-fullhd {
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  /* line 12048, app/assets/stylesheets/main.scss */
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 12054, app/assets/stylesheets/main.scss */
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 12060, app/assets/stylesheets/main.scss */
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 12066, app/assets/stylesheets/main.scss */
  .has-text-justified-touch {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 12072, app/assets/stylesheets/main.scss */
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 12078, app/assets/stylesheets/main.scss */
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 12084, app/assets/stylesheets/main.scss */
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 12090, app/assets/stylesheets/main.scss */
  .has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 12096, app/assets/stylesheets/main.scss */
  .has-text-justified-fullhd {
    text-align: justify !important;
  }
}

@media screen and (max-width: 768px) {
  /* line 12102, app/assets/stylesheets/main.scss */
  .has-text-left-mobile {
    text-align: left !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 12108, app/assets/stylesheets/main.scss */
  .has-text-left-tablet {
    text-align: left !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 12114, app/assets/stylesheets/main.scss */
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 12120, app/assets/stylesheets/main.scss */
  .has-text-left-touch {
    text-align: left !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 12126, app/assets/stylesheets/main.scss */
  .has-text-left-desktop {
    text-align: left !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 12132, app/assets/stylesheets/main.scss */
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 12138, app/assets/stylesheets/main.scss */
  .has-text-left-widescreen {
    text-align: left !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 12144, app/assets/stylesheets/main.scss */
  .has-text-left-widescreen-only {
    text-align: left !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 12150, app/assets/stylesheets/main.scss */
  .has-text-left-fullhd {
    text-align: left !important;
  }
}

@media screen and (max-width: 768px) {
  /* line 12156, app/assets/stylesheets/main.scss */
  .has-text-right-mobile {
    text-align: right !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 12162, app/assets/stylesheets/main.scss */
  .has-text-right-tablet {
    text-align: right !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 12168, app/assets/stylesheets/main.scss */
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 12174, app/assets/stylesheets/main.scss */
  .has-text-right-touch {
    text-align: right !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 12180, app/assets/stylesheets/main.scss */
  .has-text-right-desktop {
    text-align: right !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 12186, app/assets/stylesheets/main.scss */
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 12192, app/assets/stylesheets/main.scss */
  .has-text-right-widescreen {
    text-align: right !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 12198, app/assets/stylesheets/main.scss */
  .has-text-right-widescreen-only {
    text-align: right !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 12204, app/assets/stylesheets/main.scss */
  .has-text-right-fullhd {
    text-align: right !important;
  }
}

/* line 12209, app/assets/stylesheets/main.scss */
.is-capitalized {
  text-transform: capitalize !important;
}

/* line 12213, app/assets/stylesheets/main.scss */
.is-lowercase {
  text-transform: lowercase !important;
}

/* line 12217, app/assets/stylesheets/main.scss */
.is-uppercase {
  text-transform: uppercase !important;
}

/* line 12221, app/assets/stylesheets/main.scss */
.is-italic {
  font-style: italic !important;
}

/* line 12225, app/assets/stylesheets/main.scss */
.has-text-weight-light {
  font-weight: 300 !important;
}

/* line 12229, app/assets/stylesheets/main.scss */
.has-text-weight-normal {
  font-weight: 400 !important;
}

/* line 12233, app/assets/stylesheets/main.scss */
.has-text-weight-medium {
  font-weight: 500 !important;
}

/* line 12237, app/assets/stylesheets/main.scss */
.has-text-weight-semibold {
  font-weight: 600 !important;
}

/* line 12241, app/assets/stylesheets/main.scss */
.has-text-weight-bold {
  font-weight: 700 !important;
}

/* line 12245, app/assets/stylesheets/main.scss */
.is-family-primary {
  font-family: "Nunito", sans-serif !important;
}

/* line 12249, app/assets/stylesheets/main.scss */
.is-family-secondary {
  font-family: "Nunito", sans-serif !important;
}

/* line 12253, app/assets/stylesheets/main.scss */
.is-family-sans-serif {
  font-family: "Nunito", sans-serif !important;
}

/* line 12257, app/assets/stylesheets/main.scss */
.is-family-monospace {
  font-family: monospace !important;
}

/* line 12261, app/assets/stylesheets/main.scss */
.is-family-code {
  font-family: monospace !important;
}

/* line 12265, app/assets/stylesheets/main.scss */
.is-block {
  display: block !important;
}

@media screen and (max-width: 768px) {
  /* line 12270, app/assets/stylesheets/main.scss */
  .is-block-mobile {
    display: block !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 12276, app/assets/stylesheets/main.scss */
  .is-block-tablet {
    display: block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 12282, app/assets/stylesheets/main.scss */
  .is-block-tablet-only {
    display: block !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 12288, app/assets/stylesheets/main.scss */
  .is-block-touch {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 12294, app/assets/stylesheets/main.scss */
  .is-block-desktop {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 12300, app/assets/stylesheets/main.scss */
  .is-block-desktop-only {
    display: block !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 12306, app/assets/stylesheets/main.scss */
  .is-block-widescreen {
    display: block !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 12312, app/assets/stylesheets/main.scss */
  .is-block-widescreen-only {
    display: block !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 12318, app/assets/stylesheets/main.scss */
  .is-block-fullhd {
    display: block !important;
  }
}

/* line 12323, app/assets/stylesheets/main.scss */
.is-flex {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  /* line 12328, app/assets/stylesheets/main.scss */
  .is-flex-mobile {
    display: flex !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 12334, app/assets/stylesheets/main.scss */
  .is-flex-tablet {
    display: flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 12340, app/assets/stylesheets/main.scss */
  .is-flex-tablet-only {
    display: flex !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 12346, app/assets/stylesheets/main.scss */
  .is-flex-touch {
    display: flex !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 12352, app/assets/stylesheets/main.scss */
  .is-flex-desktop {
    display: flex !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 12358, app/assets/stylesheets/main.scss */
  .is-flex-desktop-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 12364, app/assets/stylesheets/main.scss */
  .is-flex-widescreen {
    display: flex !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 12370, app/assets/stylesheets/main.scss */
  .is-flex-widescreen-only {
    display: flex !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 12376, app/assets/stylesheets/main.scss */
  .is-flex-fullhd {
    display: flex !important;
  }
}

/* line 12381, app/assets/stylesheets/main.scss */
.is-inline {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  /* line 12386, app/assets/stylesheets/main.scss */
  .is-inline-mobile {
    display: inline !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 12392, app/assets/stylesheets/main.scss */
  .is-inline-tablet {
    display: inline !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 12398, app/assets/stylesheets/main.scss */
  .is-inline-tablet-only {
    display: inline !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 12404, app/assets/stylesheets/main.scss */
  .is-inline-touch {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 12410, app/assets/stylesheets/main.scss */
  .is-inline-desktop {
    display: inline !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 12416, app/assets/stylesheets/main.scss */
  .is-inline-desktop-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 12422, app/assets/stylesheets/main.scss */
  .is-inline-widescreen {
    display: inline !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 12428, app/assets/stylesheets/main.scss */
  .is-inline-widescreen-only {
    display: inline !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 12434, app/assets/stylesheets/main.scss */
  .is-inline-fullhd {
    display: inline !important;
  }
}

/* line 12439, app/assets/stylesheets/main.scss */
.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 768px) {
  /* line 12444, app/assets/stylesheets/main.scss */
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 12450, app/assets/stylesheets/main.scss */
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 12456, app/assets/stylesheets/main.scss */
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 12462, app/assets/stylesheets/main.scss */
  .is-inline-block-touch {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 12468, app/assets/stylesheets/main.scss */
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 12474, app/assets/stylesheets/main.scss */
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 12480, app/assets/stylesheets/main.scss */
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 12486, app/assets/stylesheets/main.scss */
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 12492, app/assets/stylesheets/main.scss */
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}

/* line 12497, app/assets/stylesheets/main.scss */
.is-inline-flex {
  display: inline-flex !important;
}

@media screen and (max-width: 768px) {
  /* line 12502, app/assets/stylesheets/main.scss */
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 12508, app/assets/stylesheets/main.scss */
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 12514, app/assets/stylesheets/main.scss */
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 12520, app/assets/stylesheets/main.scss */
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 12526, app/assets/stylesheets/main.scss */
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 12532, app/assets/stylesheets/main.scss */
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 12538, app/assets/stylesheets/main.scss */
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 12544, app/assets/stylesheets/main.scss */
  .is-inline-flex-widescreen-only {
    display: inline-flex !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 12550, app/assets/stylesheets/main.scss */
  .is-inline-flex-fullhd {
    display: inline-flex !important;
  }
}

/* line 12555, app/assets/stylesheets/main.scss */
.is-hidden {
  display: none !important;
}

/* line 12559, app/assets/stylesheets/main.scss */
.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 12571, app/assets/stylesheets/main.scss */
  .is-hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 12577, app/assets/stylesheets/main.scss */
  .is-hidden-tablet {
    display: none !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 12583, app/assets/stylesheets/main.scss */
  .is-hidden-tablet-only {
    display: none !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 12589, app/assets/stylesheets/main.scss */
  .is-hidden-touch {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 12595, app/assets/stylesheets/main.scss */
  .is-hidden-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 12601, app/assets/stylesheets/main.scss */
  .is-hidden-desktop-only {
    display: none !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 12607, app/assets/stylesheets/main.scss */
  .is-hidden-widescreen {
    display: none !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 12613, app/assets/stylesheets/main.scss */
  .is-hidden-widescreen-only {
    display: none !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 12619, app/assets/stylesheets/main.scss */
  .is-hidden-fullhd {
    display: none !important;
  }
}

/* line 12624, app/assets/stylesheets/main.scss */
.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 768px) {
  /* line 12629, app/assets/stylesheets/main.scss */
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 769px), print {
  /* line 12635, app/assets/stylesheets/main.scss */
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  /* line 12641, app/assets/stylesheets/main.scss */
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}

@media screen and (max-width: 1023px) {
  /* line 12647, app/assets/stylesheets/main.scss */
  .is-invisible-touch {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1024px) {
  /* line 12653, app/assets/stylesheets/main.scss */
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  /* line 12659, app/assets/stylesheets/main.scss */
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1216px) {
  /* line 12665, app/assets/stylesheets/main.scss */
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1216px) and (max-width: 1407px) {
  /* line 12671, app/assets/stylesheets/main.scss */
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1408px) {
  /* line 12677, app/assets/stylesheets/main.scss */
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}

/* line 12682, app/assets/stylesheets/main.scss */
.hero {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 12689, app/assets/stylesheets/main.scss */
.hero .navbar {
  background: none;
}

/* line 12693, app/assets/stylesheets/main.scss */
.hero .tabs ul {
  border-bottom: none;
}

/* line 12697, app/assets/stylesheets/main.scss */
.hero.is-white {
  background-color: white;
  color: #0a0a0a;
}

/* line 12702, app/assets/stylesheets/main.scss */
.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-white strong {
  color: inherit;
}

/* line 12707, app/assets/stylesheets/main.scss */
.hero.is-white .title {
  color: #0a0a0a;
}

/* line 12711, app/assets/stylesheets/main.scss */
.hero.is-white .subtitle {
  color: rgba(10, 10, 10, 0.9);
}

/* line 12715, app/assets/stylesheets/main.scss */
.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
  color: #0a0a0a;
}

@media screen and (max-width: 1023px) {
  /* line 12721, app/assets/stylesheets/main.scss */
  .hero.is-white .navbar-menu {
    background-color: white;
  }
}

/* line 12726, app/assets/stylesheets/main.scss */
.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
  color: rgba(10, 10, 10, 0.7);
}

/* line 12731, app/assets/stylesheets/main.scss */
.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 12738, app/assets/stylesheets/main.scss */
.hero.is-white .tabs a {
  color: #0a0a0a;
  opacity: 0.9;
}

/* line 12743, app/assets/stylesheets/main.scss */
.hero.is-white .tabs a:hover {
  opacity: 1;
}

/* line 12747, app/assets/stylesheets/main.scss */
.hero.is-white .tabs li.is-active a {
  opacity: 1;
}

/* line 12751, app/assets/stylesheets/main.scss */
.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
  color: #0a0a0a;
}

/* line 12755, app/assets/stylesheets/main.scss */
.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 12759, app/assets/stylesheets/main.scss */
.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 12765, app/assets/stylesheets/main.scss */
.hero.is-white.is-bold {
  background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%);
}

@media screen and (max-width: 768px) {
  /* line 12770, app/assets/stylesheets/main.scss */
  .hero.is-white.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%);
  }
}

/* line 12775, app/assets/stylesheets/main.scss */
.hero.is-black {
  background-color: #0a0a0a;
  color: white;
}

/* line 12780, app/assets/stylesheets/main.scss */
.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-black strong {
  color: inherit;
}

/* line 12785, app/assets/stylesheets/main.scss */
.hero.is-black .title {
  color: white;
}

/* line 12789, app/assets/stylesheets/main.scss */
.hero.is-black .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 12793, app/assets/stylesheets/main.scss */
.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
  color: white;
}

@media screen and (max-width: 1023px) {
  /* line 12799, app/assets/stylesheets/main.scss */
  .hero.is-black .navbar-menu {
    background-color: #0a0a0a;
  }
}

/* line 12804, app/assets/stylesheets/main.scss */
.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 12809, app/assets/stylesheets/main.scss */
.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 12816, app/assets/stylesheets/main.scss */
.hero.is-black .tabs a {
  color: white;
  opacity: 0.9;
}

/* line 12821, app/assets/stylesheets/main.scss */
.hero.is-black .tabs a:hover {
  opacity: 1;
}

/* line 12825, app/assets/stylesheets/main.scss */
.hero.is-black .tabs li.is-active a {
  opacity: 1;
}

/* line 12829, app/assets/stylesheets/main.scss */
.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
  color: white;
}

/* line 12833, app/assets/stylesheets/main.scss */
.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 12837, app/assets/stylesheets/main.scss */
.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 12843, app/assets/stylesheets/main.scss */
.hero.is-black.is-bold {
  background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
}

@media screen and (max-width: 768px) {
  /* line 12848, app/assets/stylesheets/main.scss */
  .hero.is-black.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
  }
}

/* line 12853, app/assets/stylesheets/main.scss */
.hero.is-light {
  background-color: whitesmoke;
  color: rgba(0, 0, 0, 0.7);
}

/* line 12858, app/assets/stylesheets/main.scss */
.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-light strong {
  color: inherit;
}

/* line 12863, app/assets/stylesheets/main.scss */
.hero.is-light .title {
  color: rgba(0, 0, 0, 0.7);
}

/* line 12867, app/assets/stylesheets/main.scss */
.hero.is-light .subtitle {
  color: rgba(0, 0, 0, 0.9);
}

/* line 12871, app/assets/stylesheets/main.scss */
.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 12877, app/assets/stylesheets/main.scss */
  .hero.is-light .navbar-menu {
    background-color: whitesmoke;
  }
}

/* line 12882, app/assets/stylesheets/main.scss */
.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

/* line 12887, app/assets/stylesheets/main.scss */
.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 12894, app/assets/stylesheets/main.scss */
.hero.is-light .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}

/* line 12899, app/assets/stylesheets/main.scss */
.hero.is-light .tabs a:hover {
  opacity: 1;
}

/* line 12903, app/assets/stylesheets/main.scss */
.hero.is-light .tabs li.is-active a {
  opacity: 1;
}

/* line 12907, app/assets/stylesheets/main.scss */
.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}

/* line 12911, app/assets/stylesheets/main.scss */
.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 12915, app/assets/stylesheets/main.scss */
.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 12921, app/assets/stylesheets/main.scss */
.hero.is-light.is-bold {
  background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
}

@media screen and (max-width: 768px) {
  /* line 12926, app/assets/stylesheets/main.scss */
  .hero.is-light.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
  }
}

/* line 12931, app/assets/stylesheets/main.scss */
.hero.is-dark {
  background-color: #363636;
  color: #fff;
}

/* line 12936, app/assets/stylesheets/main.scss */
.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-dark strong {
  color: inherit;
}

/* line 12941, app/assets/stylesheets/main.scss */
.hero.is-dark .title {
  color: #fff;
}

/* line 12945, app/assets/stylesheets/main.scss */
.hero.is-dark .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 12949, app/assets/stylesheets/main.scss */
.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 12955, app/assets/stylesheets/main.scss */
  .hero.is-dark .navbar-menu {
    background-color: #363636;
  }
}

/* line 12960, app/assets/stylesheets/main.scss */
.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 12965, app/assets/stylesheets/main.scss */
.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 12972, app/assets/stylesheets/main.scss */
.hero.is-dark .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 12977, app/assets/stylesheets/main.scss */
.hero.is-dark .tabs a:hover {
  opacity: 1;
}

/* line 12981, app/assets/stylesheets/main.scss */
.hero.is-dark .tabs li.is-active a {
  opacity: 1;
}

/* line 12985, app/assets/stylesheets/main.scss */
.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
  color: #fff;
}

/* line 12989, app/assets/stylesheets/main.scss */
.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 12993, app/assets/stylesheets/main.scss */
.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 12999, app/assets/stylesheets/main.scss */
.hero.is-dark.is-bold {
  background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
}

@media screen and (max-width: 768px) {
  /* line 13004, app/assets/stylesheets/main.scss */
  .hero.is-dark.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
  }
}

/* line 13009, app/assets/stylesheets/main.scss */
.hero.is-primary {
  background-color: #00d1b2;
  color: #fff;
}

/* line 13014, app/assets/stylesheets/main.scss */
.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-primary strong {
  color: inherit;
}

/* line 13019, app/assets/stylesheets/main.scss */
.hero.is-primary .title {
  color: #fff;
}

/* line 13023, app/assets/stylesheets/main.scss */
.hero.is-primary .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 13027, app/assets/stylesheets/main.scss */
.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 13033, app/assets/stylesheets/main.scss */
  .hero.is-primary .navbar-menu {
    background-color: #00d1b2;
  }
}

/* line 13038, app/assets/stylesheets/main.scss */
.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 13043, app/assets/stylesheets/main.scss */
.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 13050, app/assets/stylesheets/main.scss */
.hero.is-primary .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 13055, app/assets/stylesheets/main.scss */
.hero.is-primary .tabs a:hover {
  opacity: 1;
}

/* line 13059, app/assets/stylesheets/main.scss */
.hero.is-primary .tabs li.is-active a {
  opacity: 1;
}

/* line 13063, app/assets/stylesheets/main.scss */
.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
  color: #fff;
}

/* line 13067, app/assets/stylesheets/main.scss */
.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 13071, app/assets/stylesheets/main.scss */
.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 13077, app/assets/stylesheets/main.scss */
.hero.is-primary.is-bold {
  background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%);
}

@media screen and (max-width: 768px) {
  /* line 13082, app/assets/stylesheets/main.scss */
  .hero.is-primary.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #009e6c 0%, #00d1b2 71%, #00e7eb 100%);
  }
}

/* line 13087, app/assets/stylesheets/main.scss */
.hero.is-link {
  background-color: #3273dc;
  color: #fff;
}

/* line 13092, app/assets/stylesheets/main.scss */
.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-link strong {
  color: inherit;
}

/* line 13097, app/assets/stylesheets/main.scss */
.hero.is-link .title {
  color: #fff;
}

/* line 13101, app/assets/stylesheets/main.scss */
.hero.is-link .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 13105, app/assets/stylesheets/main.scss */
.hero.is-link .subtitle a:not(.button),
.hero.is-link .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 13111, app/assets/stylesheets/main.scss */
  .hero.is-link .navbar-menu {
    background-color: #3273dc;
  }
}

/* line 13116, app/assets/stylesheets/main.scss */
.hero.is-link .navbar-item,
.hero.is-link .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 13121, app/assets/stylesheets/main.scss */
.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: #2366d1;
  color: #fff;
}

/* line 13128, app/assets/stylesheets/main.scss */
.hero.is-link .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 13133, app/assets/stylesheets/main.scss */
.hero.is-link .tabs a:hover {
  opacity: 1;
}

/* line 13137, app/assets/stylesheets/main.scss */
.hero.is-link .tabs li.is-active a {
  opacity: 1;
}

/* line 13141, app/assets/stylesheets/main.scss */
.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
  color: #fff;
}

/* line 13145, app/assets/stylesheets/main.scss */
.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 13149, app/assets/stylesheets/main.scss */
.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: #3273dc;
}

/* line 13155, app/assets/stylesheets/main.scss */
.hero.is-link.is-bold {
  background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
}

@media screen and (max-width: 768px) {
  /* line 13160, app/assets/stylesheets/main.scss */
  .hero.is-link.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #1577c6 0%, #3273dc 71%, #4366e5 100%);
  }
}

/* line 13165, app/assets/stylesheets/main.scss */
.hero.is-info {
  background-color: #3298dc;
  color: #fff;
}

/* line 13170, app/assets/stylesheets/main.scss */
.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-info strong {
  color: inherit;
}

/* line 13175, app/assets/stylesheets/main.scss */
.hero.is-info .title {
  color: #fff;
}

/* line 13179, app/assets/stylesheets/main.scss */
.hero.is-info .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 13183, app/assets/stylesheets/main.scss */
.hero.is-info .subtitle a:not(.button),
.hero.is-info .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 13189, app/assets/stylesheets/main.scss */
  .hero.is-info .navbar-menu {
    background-color: #3298dc;
  }
}

/* line 13194, app/assets/stylesheets/main.scss */
.hero.is-info .navbar-item,
.hero.is-info .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 13199, app/assets/stylesheets/main.scss */
.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: #238cd1;
  color: #fff;
}

/* line 13206, app/assets/stylesheets/main.scss */
.hero.is-info .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 13211, app/assets/stylesheets/main.scss */
.hero.is-info .tabs a:hover {
  opacity: 1;
}

/* line 13215, app/assets/stylesheets/main.scss */
.hero.is-info .tabs li.is-active a {
  opacity: 1;
}

/* line 13219, app/assets/stylesheets/main.scss */
.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
  color: #fff;
}

/* line 13223, app/assets/stylesheets/main.scss */
.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 13227, app/assets/stylesheets/main.scss */
.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: #3298dc;
}

/* line 13233, app/assets/stylesheets/main.scss */
.hero.is-info.is-bold {
  background-image: linear-gradient(141deg, #159dc6 0%, #3298dc 71%, #4389e5 100%);
}

@media screen and (max-width: 768px) {
  /* line 13238, app/assets/stylesheets/main.scss */
  .hero.is-info.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #159dc6 0%, #3298dc 71%, #4389e5 100%);
  }
}

/* line 13243, app/assets/stylesheets/main.scss */
.hero.is-success {
  background-color: #48c774;
  color: #fff;
}

/* line 13248, app/assets/stylesheets/main.scss */
.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-success strong {
  color: inherit;
}

/* line 13253, app/assets/stylesheets/main.scss */
.hero.is-success .title {
  color: #fff;
}

/* line 13257, app/assets/stylesheets/main.scss */
.hero.is-success .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 13261, app/assets/stylesheets/main.scss */
.hero.is-success .subtitle a:not(.button),
.hero.is-success .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 13267, app/assets/stylesheets/main.scss */
  .hero.is-success .navbar-menu {
    background-color: #48c774;
  }
}

/* line 13272, app/assets/stylesheets/main.scss */
.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 13277, app/assets/stylesheets/main.scss */
.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: #3abb67;
  color: #fff;
}

/* line 13284, app/assets/stylesheets/main.scss */
.hero.is-success .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 13289, app/assets/stylesheets/main.scss */
.hero.is-success .tabs a:hover {
  opacity: 1;
}

/* line 13293, app/assets/stylesheets/main.scss */
.hero.is-success .tabs li.is-active a {
  opacity: 1;
}

/* line 13297, app/assets/stylesheets/main.scss */
.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
  color: #fff;
}

/* line 13301, app/assets/stylesheets/main.scss */
.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 13305, app/assets/stylesheets/main.scss */
.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: #48c774;
}

/* line 13311, app/assets/stylesheets/main.scss */
.hero.is-success.is-bold {
  background-image: linear-gradient(141deg, #29b342 0%, #48c774 71%, #56d296 100%);
}

@media screen and (max-width: 768px) {
  /* line 13316, app/assets/stylesheets/main.scss */
  .hero.is-success.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #29b342 0%, #48c774 71%, #56d296 100%);
  }
}

/* line 13321, app/assets/stylesheets/main.scss */
.hero.is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

/* line 13326, app/assets/stylesheets/main.scss */
.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-warning strong {
  color: inherit;
}

/* line 13331, app/assets/stylesheets/main.scss */
.hero.is-warning .title {
  color: rgba(0, 0, 0, 0.7);
}

/* line 13335, app/assets/stylesheets/main.scss */
.hero.is-warning .subtitle {
  color: rgba(0, 0, 0, 0.9);
}

/* line 13339, app/assets/stylesheets/main.scss */
.hero.is-warning .subtitle a:not(.button),
.hero.is-warning .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1023px) {
  /* line 13345, app/assets/stylesheets/main.scss */
  .hero.is-warning .navbar-menu {
    background-color: #ffdd57;
  }
}

/* line 13350, app/assets/stylesheets/main.scss */
.hero.is-warning .navbar-item,
.hero.is-warning .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

/* line 13355, app/assets/stylesheets/main.scss */
.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: #ffd83d;
  color: rgba(0, 0, 0, 0.7);
}

/* line 13362, app/assets/stylesheets/main.scss */
.hero.is-warning .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}

/* line 13367, app/assets/stylesheets/main.scss */
.hero.is-warning .tabs a:hover {
  opacity: 1;
}

/* line 13371, app/assets/stylesheets/main.scss */
.hero.is-warning .tabs li.is-active a {
  opacity: 1;
}

/* line 13375, app/assets/stylesheets/main.scss */
.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}

/* line 13379, app/assets/stylesheets/main.scss */
.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 13383, app/assets/stylesheets/main.scss */
.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: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: #ffdd57;
}

/* line 13389, app/assets/stylesheets/main.scss */
.hero.is-warning.is-bold {
  background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
}

@media screen and (max-width: 768px) {
  /* line 13394, app/assets/stylesheets/main.scss */
  .hero.is-warning.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
  }
}

/* line 13399, app/assets/stylesheets/main.scss */
.hero.is-danger {
  background-color: #f14668;
  color: #fff;
}

/* line 13404, app/assets/stylesheets/main.scss */
.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-danger strong {
  color: inherit;
}

/* line 13409, app/assets/stylesheets/main.scss */
.hero.is-danger .title {
  color: #fff;
}

/* line 13413, app/assets/stylesheets/main.scss */
.hero.is-danger .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

/* line 13417, app/assets/stylesheets/main.scss */
.hero.is-danger .subtitle a:not(.button),
.hero.is-danger .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 13423, app/assets/stylesheets/main.scss */
  .hero.is-danger .navbar-menu {
    background-color: #f14668;
  }
}

/* line 13428, app/assets/stylesheets/main.scss */
.hero.is-danger .navbar-item,
.hero.is-danger .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 13433, app/assets/stylesheets/main.scss */
.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 13440, app/assets/stylesheets/main.scss */
.hero.is-danger .tabs a {
  color: #fff;
  opacity: 0.9;
}

/* line 13445, app/assets/stylesheets/main.scss */
.hero.is-danger .tabs a:hover {
  opacity: 1;
}

/* line 13449, app/assets/stylesheets/main.scss */
.hero.is-danger .tabs li.is-active a {
  opacity: 1;
}

/* line 13453, app/assets/stylesheets/main.scss */
.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
  color: #fff;
}

/* line 13457, app/assets/stylesheets/main.scss */
.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 13461, app/assets/stylesheets/main.scss */
.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 13467, app/assets/stylesheets/main.scss */
.hero.is-danger.is-bold {
  background-image: linear-gradient(141deg, #fa0a62 0%, #f14668 71%, #f7595f 100%);
}

@media screen and (max-width: 768px) {
  /* line 13472, app/assets/stylesheets/main.scss */
  .hero.is-danger.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #fa0a62 0%, #f14668 71%, #f7595f 100%);
  }
}

/* line 13477, app/assets/stylesheets/main.scss */
.hero.is-small .hero-body {
  padding: 1.5rem;
}

@media screen and (min-width: 769px), print {
  /* line 13482, app/assets/stylesheets/main.scss */
  .hero.is-medium .hero-body {
    padding: 9rem 1.5rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 13488, app/assets/stylesheets/main.scss */
  .hero.is-large .hero-body {
    padding: 18rem 1.5rem;
  }
}

/* line 13493, app/assets/stylesheets/main.scss */
.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body {
  align-items: center;
  display: flex;
}

/* line 13498, app/assets/stylesheets/main.scss */
.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 13503, app/assets/stylesheets/main.scss */
.hero.is-halfheight {
  min-height: 50vh;
}

/* line 13507, app/assets/stylesheets/main.scss */
.hero.is-fullheight {
  min-height: 100vh;
}

/* line 13511, app/assets/stylesheets/main.scss */
.hero-video {
  overflow: hidden;
}

/* line 13515, app/assets/stylesheets/main.scss */
.hero-video video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

/* line 13524, app/assets/stylesheets/main.scss */
.hero-video.is-transparent {
  opacity: 0.3;
}

@media screen and (max-width: 768px) {
  /* line 13529, app/assets/stylesheets/main.scss */
  .hero-video {
    display: none;
  }
}

/* line 13534, app/assets/stylesheets/main.scss */
.hero-buttons {
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  /* line 13539, app/assets/stylesheets/main.scss */
  .hero-buttons .button {
    display: flex;
  }
  /* line 13542, app/assets/stylesheets/main.scss */
  .hero-buttons .button:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}

@media screen and (min-width: 769px), print {
  /* line 13548, app/assets/stylesheets/main.scss */
  .hero-buttons {
    display: flex;
    justify-content: center;
  }
  /* line 13552, app/assets/stylesheets/main.scss */
  .hero-buttons .button:not(:last-child) {
    margin-right: 1.5rem;
  }
}

/* line 13557, app/assets/stylesheets/main.scss */
.hero-head,
.hero-foot {
  flex-grow: 0;
  flex-shrink: 0;
}

/* line 13563, app/assets/stylesheets/main.scss */
.hero-body {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 3rem 1.5rem;
}

/* line 13569, app/assets/stylesheets/main.scss */
.section {
  padding: 3rem 1.5rem;
}

@media screen and (min-width: 1024px) {
  /* line 13574, app/assets/stylesheets/main.scss */
  .section.is-medium {
    padding: 9rem 1.5rem;
  }
  /* line 13577, app/assets/stylesheets/main.scss */
  .section.is-large {
    padding: 18rem 1.5rem;
  }
}

/* line 13582, app/assets/stylesheets/main.scss */
.footer {
  background-color: white;
  padding: 0.495rem 1.5rem;
}

/* Mixins */
/* Theme components */
/* line 13589, app/assets/stylesheets/main.scss */
nav.navbar {
  box-shadow: 0 1px 0 rgba(24, 28, 33, 0.04);
}

/* line 13593, app/assets/stylesheets/main.scss */
nav.navbar .navbar-item.has-user-avatar .is-user-avatar {
  margin-right: 0.75rem;
  display: inline-flex;
  width: 1.75rem;
  height: 1.75rem;
}

/* line 13600, app/assets/stylesheets/main.scss */
nav.navbar .navbar-item.has-divider {
  border-right: 1px solid rgba(219, 219, 219, 0.25);
}

/* line 13604, app/assets/stylesheets/main.scss */
nav.navbar .navbar-item.no-left-space {
  padding-left: 0;
}

/* line 13608, app/assets/stylesheets/main.scss */
nav.navbar .navbar-item.has-dropdown {
  padding-right: 0;
  padding-left: 0;
}

/* line 13613, app/assets/stylesheets/main.scss */
nav.navbar .navbar-item.has-dropdown .navbar-link {
  padding-right: 1.125rem;
  padding-left: 1.125rem;
}

/* line 13618, app/assets/stylesheets/main.scss */
nav.navbar .navbar-item.has-control {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 13623, app/assets/stylesheets/main.scss */
nav.navbar .navbar-item .control .input {
  color: #363636;
  border: 0;
  box-shadow: none;
  background: transparent;
}

/* line 13630, app/assets/stylesheets/main.scss */
nav.navbar .navbar-item .control .input::placeholder {
  color: #dbdbdb;
}

@media screen and (max-width: 1023px) {
  /* line 13635, app/assets/stylesheets/main.scss */
  nav.navbar {
    display: flex;
    padding-right: 0;
  }
  /* line 13639, app/assets/stylesheets/main.scss */
  nav.navbar .navbar-brand {
    flex: 1;
  }
  /* line 13642, app/assets/stylesheets/main.scss */
  nav.navbar .navbar-brand.is-right {
    flex: none;
  }
  /* line 13645, app/assets/stylesheets/main.scss */
  nav.navbar .navbar-item.no-left-space-touch {
    padding-left: 0;
  }
  /* line 13648, app/assets/stylesheets/main.scss */
  nav.navbar .navbar-menu {
    position: absolute;
    width: 100vw;
    padding-top: 0;
    top: 3.25rem;
    left: 0;
  }
  /* line 13655, app/assets/stylesheets/main.scss */
  nav.navbar .navbar-menu .navbar-item .icon:first-child {
    margin-right: 0.75rem;
  }
  /* line 13658, app/assets/stylesheets/main.scss */
  nav.navbar .navbar-menu .navbar-item.has-dropdown > .navbar-link {
    background-color: whitesmoke;
  }
  /* line 13661, app/assets/stylesheets/main.scss */
  nav.navbar .navbar-menu .navbar-item.has-dropdown > .navbar-link .icon:last-child {
    display: none;
  }
  /* line 13664, app/assets/stylesheets/main.scss */
  nav.navbar .navbar-menu .navbar-item.has-user-avatar > .navbar-link {
    display: flex;
    align-items: center;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 13673, app/assets/stylesheets/main.scss */
  nav.navbar .navbar-item {
    padding-right: 1.125rem;
    padding-left: 1.125rem;
  }
  /* line 13677, app/assets/stylesheets/main.scss */
  nav.navbar .navbar-item:not(.is-desktop-icon-only) .icon:first-child {
    margin-right: 0.75rem;
  }
  /* line 13680, app/assets/stylesheets/main.scss */
  nav.navbar .navbar-item.is-desktop-icon-only span:not(.icon) {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  /* line 13686, app/assets/stylesheets/main.scss */
  html.has-aside-left.has-aside-expanded nav.navbar, html.has-aside-left.has-aside-expanded body {
    padding-left: 14rem;
  }
  /* line 13689, app/assets/stylesheets/main.scss */
  html.has-aside-left nav.navbar, html.has-aside-left body {
    transition: padding-left 250ms ease-in-out 50ms;
  }
  /* line 13692, app/assets/stylesheets/main.scss */
  html.has-aside-left aside.is-placed-left {
    display: block;
  }
  /* line 13695, app/assets/stylesheets/main.scss */
  aside.aside.is-expanded {
    width: 14rem;
  }
  /* line 13698, app/assets/stylesheets/main.scss */
  aside.aside.is-expanded .menu-list .icon {
    width: 3rem;
  }
  /* line 13701, app/assets/stylesheets/main.scss */
  aside.aside.is-expanded .menu-list .icon.has-update-mark:after {
    right: 0.65rem;
  }
  /* line 13704, app/assets/stylesheets/main.scss */
  aside.aside.is-expanded .menu-list span.menu-item-label {
    display: inline-block;
  }
  /* line 13707, app/assets/stylesheets/main.scss */
  aside.aside.is-expanded .menu-list li.is-active ul {
    display: block;
  }
}

/* line 13712, app/assets/stylesheets/main.scss */
aside.aside {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  height: 100vh;
  padding: 0;
  box-shadow: none;
  background: #2e323a;
}

/* line 13724, app/assets/stylesheets/main.scss */
aside.aside .aside-tools {
  display: flex;
  flex-direction: row;
  width: 100%;
  background-color: #17191e;
  color: white;
  line-height: 3.25rem;
  height: 3.25rem;
  padding-left: 0.75rem;
  flex: 1;
}

/* line 13736, app/assets/stylesheets/main.scss */
aside.aside .aside-tools .icon {
  margin-right: 0.75rem;
}

/* line 13740, app/assets/stylesheets/main.scss */
aside.aside .menu-list li a.has-dropdown-icon {
  position: relative;
  padding-right: 3rem;
}

/* line 13745, app/assets/stylesheets/main.scss */
aside.aside .menu-list li a.has-dropdown-icon .dropdown-icon {
  position: absolute;
  top: 0.5rem;
  right: 0;
}

/* line 13751, app/assets/stylesheets/main.scss */
aside.aside .menu-list li ul {
  display: none;
  border-left: 0;
  background-color: #282c33;
  padding-left: 0;
  margin: 0 0 0.75rem;
}

/* line 13759, app/assets/stylesheets/main.scss */
aside.aside .menu-list li ul li a {
  padding: 0.75rem 0 0.75rem 0.75rem;
  font-size: 0.95rem;
}

/* line 13764, app/assets/stylesheets/main.scss */
aside.aside .menu-list li ul li a.has-icon {
  padding-left: 0;
}

/* line 13768, app/assets/stylesheets/main.scss */
aside.aside .menu-list li ul li a.is-active:not(:hover) {
  background: transparent;
}

/* line 13772, app/assets/stylesheets/main.scss */
aside.aside .menu-label {
  padding: 0 0.75rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

@media screen and (max-width: 1023px) {
  /* line 13779, app/assets/stylesheets/main.scss */
  #app, nav.navbar {
    transition: margin-left 250ms ease-in-out 50ms;
  }
  /* line 13782, app/assets/stylesheets/main.scss */
  aside.aside {
    transition: left 250ms ease-in-out 50ms;
  }
  /* line 13785, app/assets/stylesheets/main.scss */
  html.has-aside-mobile-transition body {
    overflow-x: hidden;
  }
  /* line 13788, app/assets/stylesheets/main.scss */
  html.has-aside-mobile-transition body, html.has-aside-mobile-transition #app, html.has-aside-mobile-transition nav.navbar {
    width: 100vw;
  }
  /* line 13791, app/assets/stylesheets/main.scss */
  html.has-aside-mobile-transition aside.aside {
    width: 15rem;
    display: block;
    left: -15rem;
  }
  /* line 13796, app/assets/stylesheets/main.scss */
  html.has-aside-mobile-transition aside.aside .image img {
    max-width: 4.95rem;
  }
  /* line 13799, app/assets/stylesheets/main.scss */
  html.has-aside-mobile-transition aside.aside .menu-list li.is-active ul {
    display: block;
  }
  /* line 13802, app/assets/stylesheets/main.scss */
  html.has-aside-mobile-transition aside.aside .menu-list a .icon {
    width: 3rem;
  }
  /* line 13805, app/assets/stylesheets/main.scss */
  html.has-aside-mobile-transition aside.aside .menu-list a .icon.has-update-mark:after {
    right: 0.65rem;
  }
  /* line 13808, app/assets/stylesheets/main.scss */
  html.has-aside-mobile-transition aside.aside .menu-list a span.menu-item-label {
    display: inline-block;
  }
  /* line 13811, app/assets/stylesheets/main.scss */
  html.has-aside-mobile-expanded #app, html.has-aside-mobile-expanded nav.navbar {
    margin-left: 15rem;
  }
  /* line 13814, app/assets/stylesheets/main.scss */
  html.has-aside-mobile-expanded aside.aside {
    left: 0;
  }
}

/* line 13819, app/assets/stylesheets/main.scss */
section.section.is-title-bar {
  padding: 1.5rem;
  border-bottom: 1px solid rgba(24, 28, 33, 0.06);
}

/* line 13824, app/assets/stylesheets/main.scss */
section.section.is-title-bar ul li {
  display: inline-block;
  padding: 0 0.75rem 0 0;
  font-size: 1.5rem;
  color: #7a7a7a;
}

/* line 13831, app/assets/stylesheets/main.scss */
section.section.is-title-bar ul li:after {
  display: inline-block;
  content: '/';
  padding-left: 0.75rem;
}

/* line 13837, app/assets/stylesheets/main.scss */
section.section.is-title-bar ul li:last-child {
  padding-right: 0;
  font-weight: 900;
  color: #242424;
}

/* line 13843, app/assets/stylesheets/main.scss */
section.section.is-title-bar ul li:last-child:after {
  display: none;
}

/* line 13847, app/assets/stylesheets/main.scss */
section.hero.is-hero-bar {
  background-color: white;
  border-bottom: 1px solid rgba(24, 28, 33, 0.06);
}

/* line 13852, app/assets/stylesheets/main.scss */
section.hero.is-hero-bar .hero-body {
  padding: 1.5rem;
}

/* line 13856, app/assets/stylesheets/main.scss */
section.hero.is-hero-bar .hero-body .level-item.is-hero-avatar-item {
  margin-right: 1.5rem;
}

/* line 13860, app/assets/stylesheets/main.scss */
section.hero.is-hero-bar .hero-body .level-item > div > .level {
  margin-bottom: 0.75rem;
}

/* line 13864, app/assets/stylesheets/main.scss */
section.hero.is-hero-bar .hero-body .level-item .subtitle + p {
  margin-top: 0.75rem;
}

/* line 13868, app/assets/stylesheets/main.scss */
section.hero.is-hero-bar .hero-body .button.is-hero-button {
  background-color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
  transition: background-color 250ms ease-in-out 50ms;
}

/* line 13874, app/assets/stylesheets/main.scss */
section.hero.is-hero-bar .hero-body .button.is-hero-button:hover {
  background-color: white;
}

/* line 13878, app/assets/stylesheets/main.scss */
.card:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* line 13882, app/assets/stylesheets/main.scss */
.card {
  border-radius: 6px;
  border: 1px solid rgba(24, 28, 33, 0.06);
}

/* line 13887, app/assets/stylesheets/main.scss */
.card.has-table .card-content {
  padding: 0;
}

/* line 13891, app/assets/stylesheets/main.scss */
.card.has-table .b-table {
  border-radius: 6px;
  overflow: hidden;
}

/* line 13896, app/assets/stylesheets/main.scss */
.card.is-card-widget .card-content {
  padding: 0.75rem;
}

/* line 13900, app/assets/stylesheets/main.scss */
.card .card-header {
  border-bottom: 1px solid rgba(24, 28, 33, 0.06);
}

/* line 13904, app/assets/stylesheets/main.scss */
.card .card-content hr {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

/* line 13909, app/assets/stylesheets/main.scss */
.card .is-widget-icon .icon {
  width: 5rem;
  height: 5rem;
}

/* line 13914, app/assets/stylesheets/main.scss */
.card .is-widget-label .subtitle {
  color: #7a7a7a;
}

/* line 13918, app/assets/stylesheets/main.scss */
table.table thead th {
  border-bottom-width: 1px;
}

/* line 13922, app/assets/stylesheets/main.scss */
table.table td.checkbox-cell .b-checkbox.checkbox:not(.button), table.table th.checkbox-cell .b-checkbox.checkbox:not(.button) {
  margin-right: 0;
  width: 20px;
}

/* line 13927, app/assets/stylesheets/main.scss */
table.table td.checkbox-cell .b-checkbox.checkbox:not(.button) .control-label, table.table th.checkbox-cell .b-checkbox.checkbox:not(.button) .control-label {
  display: none;
  padding: 0;
}

/* line 13932, app/assets/stylesheets/main.scss */
table.table td .image {
  margin: 0 auto;
  width: 1.5rem;
  height: 1.5rem;
}

/* line 13938, app/assets/stylesheets/main.scss */
table.table td.is-progress-col {
  min-width: 5rem;
  vertical-align: middle;
}

/* line 13943, app/assets/stylesheets/main.scss */
.b-table {
  /* This stylizes buefy's pagination */
}

/* line 13947, app/assets/stylesheets/main.scss */
.b-table .table {
  border: 0;
  border-radius: 0;
}

/* line 13952, app/assets/stylesheets/main.scss */
.b-table .table-wrapper {
  margin-bottom: 0;
}

/* line 13956, app/assets/stylesheets/main.scss */
.b-table .table-wrapper + .level {
  padding: 1.125rem 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: 0;
  border-top: rgba(24, 28, 33, 0.06);
  background: whitesmoke;
}

/* line 13965, app/assets/stylesheets/main.scss */
.b-table .table-wrapper + .level .pagination-link {
  background: white;
  color: #363636;
  border-color: #dbdbdb;
}

/* line 13971, app/assets/stylesheets/main.scss */
.b-table .table-wrapper + .level .pagination-link.is-current {
  border-color: #4a4a4a;
}

/* line 13975, app/assets/stylesheets/main.scss */
.b-table .table-wrapper + .level .pagination-previous, .b-table .table-wrapper + .level .pagination-next, .b-table .table-wrapper + .level .pagination-link {
  border-color: #dbdbdb;
  color: #2e323a;
}

/* line 13980, app/assets/stylesheets/main.scss */
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: lightcyan;
  color: black;
}

/* line 13985, app/assets/stylesheets/main.scss */
.b-table .table-wrapper + .level .pagination-previous[disabled], .b-table .table-wrapper + .level .pagination-next[disabled], .b-table .table-wrapper + .level .pagination-link[disabled] {
  background-color: transparent;
}

@media screen and (max-width: 768px) {
  /* line 13990, app/assets/stylesheets/main.scss */
  .card.has-table .b-table .table-wrapper + .level .level-left + .level-right {
    margin-top: 0;
  }
  /* line 13993, app/assets/stylesheets/main.scss */
  .card.has-mobile-sort-spaced .b-table .field.table-mobile-sort {
    padding-top: 0.75rem;
  }
  /* line 13996, app/assets/stylesheets/main.scss */
  .b-table .field.table-mobile-sort {
    padding: 0 0.75rem;
  }
  /* line 13999, app/assets/stylesheets/main.scss */
  .b-table .table-wrapper.has-mobile-cards tr {
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1);
    margin-bottom: 3px !important;
  }
  /* line 14003, app/assets/stylesheets/main.scss */
  .b-table .table-wrapper.has-mobile-cards td.is-progress-col span, .b-table .table-wrapper.has-mobile-cards td.is-progress-col progress {
    display: flex;
    width: 45%;
    align-items: center;
    align-self: center;
  }
  /* line 14009, app/assets/stylesheets/main.scss */
  .b-table .table-wrapper.has-mobile-cards td.checkbox-cell, .b-table .table-wrapper.has-mobile-cards td.is-image-cell {
    border-bottom: 0 !important;
  }
  /* line 14012, app/assets/stylesheets/main.scss */
  .b-table .table-wrapper.has-mobile-cards td.checkbox-cell:before, .b-table .table-wrapper.has-mobile-cards td.is-actions-cell:before {
    display: none;
  }
  /* line 14015, app/assets/stylesheets/main.scss */
  .b-table .table-wrapper.has-mobile-cards td.has-no-head-mobile:before {
    display: none;
  }
  /* line 14018, app/assets/stylesheets/main.scss */
  .b-table .table-wrapper.has-mobile-cards td.has-no-head-mobile span {
    display: block;
    width: 100%;
  }
  /* line 14022, app/assets/stylesheets/main.scss */
  .b-table .table-wrapper.has-mobile-cards td.has-no-head-mobile.is-progress-col progress {
    width: 100%;
  }
  /* line 14025, app/assets/stylesheets/main.scss */
  .b-table .table-wrapper.has-mobile-cards td.has-no-head-mobile.is-image-cell .image {
    width: 25vw;
    height: auto;
    margin: 0 auto 0.375rem;
  }
}

/* line 14032, app/assets/stylesheets/main.scss */
.is-tiles-wrapper {
  margin-bottom: 1.5rem;
}

/* line 14036, app/assets/stylesheets/main.scss */
.field.has-check .field-body {
  margin-top: 0.1875rem;
}

/* line 14040, app/assets/stylesheets/main.scss */
.field .control .mdi-24px.mdi-set, .field .control .mdi-24px.mdi:before {
  font-size: inherit;
}

/* line 14044, app/assets/stylesheets/main.scss */
.upload .upload-draggable {
  display: block;
}

/* line 14048, app/assets/stylesheets/main.scss */
.input, .textarea, select {
  box-shadow: none;
}

/* line 14052, app/assets/stylesheets/main.scss */
.input:focus, .input:active, .textarea:focus, .textarea:active, select:focus, select:active {
  box-shadow: none !important;
}

/* line 14056, app/assets/stylesheets/main.scss */
.switch input[type=checkbox] + .check:before {
  box-shadow: none;
}

/* line 14060, app/assets/stylesheets/main.scss */
.switch input[type=checkbox]:focus + .check, .switch input[type=checkbox]:focus:checked + .check, .b-checkbox.checkbox input[type=checkbox]:focus + .check, .b-checkbox.checkbox input[type=checkbox]:focus:checked + .check {
  box-shadow: none !important;
}

/* line 14064, app/assets/stylesheets/main.scss */
.b-checkbox.checkbox input[type=checkbox] + .check, .b-radio.radio input[type=radio] + .check {
  border: 1px solid #2e323a;
}

/* line 14068, app/assets/stylesheets/main.scss */
section.section.is-main-section {
  padding-top: 1.5rem;
}

/* line 14072, app/assets/stylesheets/main.scss */
.modal-card {
  width: 40vw;
}

/* line 14076, app/assets/stylesheets/main.scss */
.modal-card-foot {
  background-color: whitesmoke;
}

@media screen and (max-width: 768px) {
  /* line 14081, app/assets/stylesheets/main.scss */
  .modal .animation-content .modal-card {
    width: 90vw;
    margin: 0 auto;
  }
}

/* line 14087, app/assets/stylesheets/main.scss */
footer.footer .logo img {
  width: auto;
  height: 2rem;
}

@media screen and (max-width: 768px) {
  /* line 14093, app/assets/stylesheets/main.scss */
  .footer-copyright {
    text-align: center;
  }
}

/* line 14098, app/assets/stylesheets/main.scss */
.is-user-avatar.has-max-width {
  max-width: 7rem;
}

/* line 14102, app/assets/stylesheets/main.scss */
.is-user-avatar.is-aligned-center {
  margin: 0 auto;
}

/* line 14106, app/assets/stylesheets/main.scss */
.is-user-avatar img {
  margin: 0 auto;
  border-radius: 290486px;
}

/* line 14111, app/assets/stylesheets/main.scss */
.icon.has-update-mark {
  position: relative;
}

/* line 14115, app/assets/stylesheets/main.scss */
.icon.has-update-mark:after {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 1px;
  right: 1px;
  background-color: #ffdd57;
  border-radius: 290486px;
}

/* line 14127, app/assets/stylesheets/main.scss */
.CodeMirror {
  width: 100%;
  border: 1px solid #777;
  resize: vertical;
  /* overflow: auto !important; */
}

/* line 14134, app/assets/stylesheets/main.scss */
.CodeMirror-code {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 14138, app/assets/stylesheets/main.scss */
.CodeMirror pre.CodeMirror-placeholder {
  color: #999;
}

/* line 14142, app/assets/stylesheets/main.scss */
.codemirror-input .v-input__slot {
  display: block;
}

/* line 14147, app/assets/stylesheets/main.scss */
span.CodeMirror-matchingbracket {
  background: #eee;
}

/* line 14152, app/assets/stylesheets/main.scss */
.vc-popover-content-wrapper {
  z-index: 40;
}

/* line 14155, app/assets/stylesheets/main.scss */
.topnav {
  position: sticky;
  top: 0;
  z-index: 999;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */
div.scroll {
  height: 750px;
  overflow-x: hidden;
  overflow-y: auto;
}
@import "codemirror/lib/codemirror.css";
/* @import "codemirror/theme/base16-dark.css"; */

body.authentication {
  background-position:center;
  background-image: url("https://images.unsplash.com/photo-1543722530-d2c3201371e7?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1474&q=80");
  background-repeat: no-repeat, no-repeat;
  background-color: #011004;
}

.vc-popover-content-wrapper {
  z-index: 40;
}
